@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
}

body {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6;
  background: #fff;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}
@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/************************************コンテンツ************************************/
#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 3;
  min-width: auto !important;
}

#contents {
  width: 100% !important;
  max-width: 1200px !important;
  background: none !important;
  padding-bottom: 150px;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
#contents a {
  color: #ad6b45;
}

#main {
  width: 100% !important;
}

.nega {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.nega_bottom {
  margin-bottom: -150px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .nega_bottom {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 640px) {
  .nega_bottom {
    margin-bottom: -30px;
  }
}

/***********************************右寄せ左寄せ*******************************************/
.text_center div {
  text-align: center;
}

.tal div {
  text-align: left;
}

.text_right div {
  text-align: right;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tabtal div {
    text-align: left !important;
  }

  .tabtar div {
    text-align: right !important;
  }

  .tabtac div {
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .sptal div {
    text-align: left !important;
  }

  .sptar div {
    text-align: right !important;
  }

  .sptac div {
    text-align: center !important;
  }
}
.tacenter {
  text-align: center !important;
}

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

/***********************************非表示*******************************************/
.dnone {
  display: none;
}

/***********************************フレックス*******************************************/
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

.wrap {
  flex-wrap: wrap;
}

.dir_revers {
  flex-direction: row-reverse;
}

.box2 {
  width: 48%;
  margin: 20px 1% 0 1%;
}

.box3 {
  width: 31.111%;
  margin: 20px 1% 0 1%;
}

.box4 {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.box60 {
  width: 58%;
}

.box70 {
  width: 68%;
}

.box40 {
  width: 38%;
}

.box50 {
  width: 48%;
}

.box30 {
  width: 28%;
}

.box80 {
  width: 78%;
}

.box20 {
  width: 18%;
}

.box75 {
  width: 73%;
}

.box25 {
  width: 23%;
}

@media only screen and (max-width: 640px) {
  .box_sp100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 640px) {
  .box_sp50 {
    width: 48%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_sptab100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_sptab50 {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

/******************フレックスボックス*************************************/
.box h3 {
  display: none;
}
.box div h3 {
  display: block;
}

.flbox2 .box {
  width: 48%;
  margin: 0 1% 20px 1%;
}

.flbox3 .box {
  width: 31.11111111%;
  margin: 0 1% 20px 1%;
}

.flbox4 .box {
  width: 23%;
  margin: 0 1% 10px 1%;
}

.flbox5 .box {
  width: 18%;
  margin: 0 1% 10px 1%;
}

@media only screen and (max-width: 834px) {
  .fltab30 .box {
    width: 31.1111111%;
    margin: 0 1% 20px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .fltab50 .box {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flsp50 .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flsp100 .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/*********************************電話番号************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #333333 !important;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}
.no_events:hover {
  opacity: 1 !important;
}

/*******************改行*******************************************/
.pc_block {
  display: block;
}
@media only screen and (max-width: 640px) {
  .pc_block {
    display: inline;
  }
}

/******************表示非表示**************************************/
.dnone {
  display: none;
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}

.pctb_none {
  display: none;
}
@media only screen and (max-width: 640px) {
  .pctb_none {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .tab_none {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .tab_block {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .sp_block {
    display: block;
  }
}

/***********************************書体*******************************************/
.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

/***********************************フロート*******************************************/
@media only screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }
}
ul.break li {
  float: none !important;
}

/***********************************テキスト*******************************************/
b, strong {
  font-weight: bold;
}

.b {
  font-weight: bold;
}

span {
  font-weight: inherit;
}

a:hover {
  opacity: 0.6;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

.fwb {
  font-weight: bold;
}

/***********************************線*******************************************/
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

/************************************テーブル************************************/
table {
  table-layout: fixed;
}

table td {
  padding: 20px;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd0 td {
  padding: 0px !important;
}

.tdpdtbottm10 td {
  padding: 0 0 10px 0 !important;
}

.tdpd5 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

@media only screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 5px !important;
  }
}

@media only screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 10px !important;
  }
}

.top_pa20 {
  padding-top: 20px !important;
}

.bottom_pa20 {
  padding-bottom: 20px !important;
}

/************************************ボーダー************************************/
.br0 td {
  border: 0 !important;
}

.border01 {
  border: solid 1px #ad6b45;
}

.border02 {
  border: solid 1px #ea5413;
}

.border03 {
  border: solid 1px #974955;
}

.border04 {
  border: solid 1px #51250c;
}

.border01_4 {
  border: solid 4px #ad6b45;
}

.border02_4 {
  border: solid 4px #ea5413;
}

.border03_4 {
  border: solid 4px #974955;
}

.border04_4 {
  border: solid 4px #51250c;
}

.border_f {
  border: solid 1px #fff;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

/************************************ボーダーボトム************************************/
.btm01 {
  border-bottom: 1px dotted #ad6b45 !important;
}

.btm02 {
  border-bottom: 1px dotted #ea5413 !important;
}

.btm03 {
  border-bottom: 1px dotted #974955 !important;
}

.btm04 {
  border-bottom: 1px dotted #51250c !important;
}

/************************************バックグラウンド************************************/
.bgf {
  background: #fff !important;
}

.bgf05 {
  background: rgba(255, 255, 255, 0.5);
}

.bgf02 {
  background: rgba(255, 255, 255, 0.2);
}

.tb_bgf table {
  background: #fff;
}

/************shadow_box*******************/
.shadow_box {
  box-shadow: 2px 2px 8px #ccc;
  border: 1px solid #ccc;
}

/************************************インナー************************************/
.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.inner1100 {
  max-width: 1100px;
  margin: 0 auto;
}

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .imgL {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgR {
  margin-left: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .imgR {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgC {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .imgC {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .imgC {
    display: block;
    float: none;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
    text-align: center;
  }
  .imgC img {
    max-width: 100%;
    height: auto !important;
  }
}

img {
  max-width: 100%;
  height: auto !important;
}

.img100 img {
  width: 100% !important;
}

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.center_img a {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .center_img a img {
    width: 100% !important;
  }
}

/************************************プライバシーポリシー************************************/
.policy {
  font-size: 16px;
}
.policy h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ad6b45;
  display: inline-block;
  margin: 20px 0 10px 0;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.policy p {
  padding: 10px;
  padding-bottom: 20px;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid #ad6b45;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  float: none !important;
}
.map li a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
}
.map li a:hover {
  text-decoration: underline;
}

/**********************お問合せ*****************************/
.submit {
  margin: 20px auto 50px auto !important;
}

/***************ボタン************************/
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

/***************パンクズ************************/
.pankuzu a:link {
  color: #ad6b45 !important;
  text-decoration: none !important;
}
.pankuzu a:visited {
  color: #ad6b45 !important;
}

/*********PDFボタン************/
.pdf_btn {
  padding: 10px 0;
}
.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}
.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}
.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

/***************フェードイン**************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
@media screen and (max-width: 640px) {
  .fadein {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/****************************画像回転************************************/
.rotate5 img {
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.rotate8 img {
  -moz-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.rotate-10 img {
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/*画像拡大*/
.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.imgWrap img:hover {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

input.cmn-toggle-round:checked + label:before {
  background: #e18c90 !important;
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #ad6b45 !important;
  z-index: 6999999;
  padding: 5px 20px !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
  }
}
#builingual select {
  margin-left: 10px !important;
}
@media screen and (max-width: 640px) {
  #builingual select {
    margin-top: 10px !important;
  }
}

.language {
  color: #fff !important;
  float: right !important;
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
  color: #000;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #ffeac9;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  }

  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/***********************スクロールイン*******************************************/
.scroll-obj {
  opacity: 0;
  transition: all 1s ease 0.5s;
}
@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-hop {
  transform: translate(0, 100px);
}
@media screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-left {
  transform: translate(-100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-right {
  transform: translate(100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 834px) {
  .link_name {
    padding-top: 48px;
    margin-top: -48px;
  }
}

.waku01 {
  border: 1px solid #ccc;
}

.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 75px 0 75px;
  border-color: #ad6b45 transparent transparent transparent;
  margin: 0 auto;
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
}

#header {
  width: 100%;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #header {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  #header {
    padding: 10px;
    padding-top: 58px;
  }
}

.header_line {
  border-bottom: 2px solid #ad6b45;
}

.logo {
  max-width: 428px;
  width: 26%;
}
@media screen and (max-width: 1000px) {
  .logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px auto;
  }
}

.header_right {
  width: 85%;
}
@media screen and (max-width: 1000px) {
  .header_right {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .header_right {
    margin-top: 0px;
    justify-content: center;
  }
}

@media screen and (max-width: 834px) {
  div#builingual {
    padding-top: 53px !important;
  }
}

.hedaer_info01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .hedaer_info01 {
    justify-content: center;
    margin-bottom: 10px;
  }
}

#hedaer_info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #hedaer_info {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  #hedaer_info {
    display: block;
  }
}
#hedaer_info li {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  #hedaer_info li {
    margin: 0 3px;
  }
}
#hedaer_info .h_tel a {
  font-size: 24px;
  color: #333 !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_tel a {
    font-size: 20px;
  }
}
#hedaer_info .h_tel a i {
  margin-right: 10px;
}
#hedaer_info .h_line img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  #hedaer_info .h_cart {
    width: 48%;
    margin: 0 1%;
  }
}
#hedaer_info .h_cart a {
  padding: 15px 40px 15px 70px;
  display: block;
  position: relative;
  background: #ea5413;
  color: #fff !important;
  text-decoration: none;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_cart a {
    padding: 15px 20px 15px 60px;
  }
}
#hedaer_info .h_cart a:after {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 30px;
  background: url(../images/common/cart_icon.png);
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_cart a:after {
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  #hedaer_info .h_customer {
    width: 48%;
    margin: 0 1%;
  }
}
#hedaer_info .h_customer a {
  padding: 15px 40px 15px 70px;
  display: block;
  position: relative;
  background: #ad6b45;
  color: #fff !important;
  text-decoration: none;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_customer a {
    padding: 15px 20px 15px 60px;
  }
}
#hedaer_info .h_customer a:after {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 25px;
  background: url(../images/common/home_icon.png);
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_customer a:after {
    left: 20px;
  }
}

#nav_global {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #nav_global {
    width: 100%;
  }
}
#nav_global ul {
  margin: 0 0 0 auto;
  max-width: 800px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  #nav_global ul {
    justify-content: center;
    max-width: 100%;
  }
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  color: #333;
  text-decoration: none;
  padding: 20px 0 0 0;
  display: block;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#nav_global ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  width: 250px;
}
#nav_global ul ul li {
  width: 100%;
  background: #ffeac9;
}
#nav_global ul ul li:before {
  display: none;
}
#nav_global ul ul li:last-child:after {
  display: none;
}

#mainArea {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  #mainArea {
    padding-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    padding-top: 0px;
  }
}
#mainArea img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 700px !important;
}
@media screen and (max-width: 834px) {
  #mainArea img {
    height: 400px !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    height: 250px !important;
  }
}
#mainArea .catch {
  height: 100%;
  max-width: 1040px;
  width: 100%;
}
#mainArea .catch img {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 15%;
  margin: auto;
  height: auto !important;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  #mainArea .catch img {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .catch img {
    width: 50% !important;
  }
}
#mainArea .slick-prev, #mainArea .slick-next {
  display: none !important;
}
#mainArea ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}

.mean-container .mean-bar {
  background: #51250c !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #ad6b45 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

footer#global_footer {
  min-width: auto !important;
}

#footer {
  padding-top: 50px;
  font-size: 13px;
  font-weight: bold;
  background: #fff !important;
  border-top: 1px solid #ccc;
  padding: 50px 20px 0 20px;
}

#nav_footer {
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
}
#nav_footer ul {
  max-width: 600px;
  margin: 5px auto;
}
@media screen and (max-width: 834px) {
  #nav_footer ul {
    max-width: 100%;
    width: 80%;
  }
}
#nav_footer ul li {
  display: inline-block;
  margin: 5px 25px;
  width: auto;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li {
    display: block;
    margin: 5px 0;
  }
}
#nav_footer ul li a {
  font-size: 16px;
}
#nav_footer ul li a:link {
  color: #333 !important;
  text-decoration: none;
}
#nav_footer ul li a:visited {
  color: #333 !important;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li a {
    background: #fff !important;
    padding: 10px;
    display: block;
    font-weight: bold;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    border: 1px solid #ad6b45;
  }
  #nav_footer ul li a:link {
    color: #ad6b45 !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #ad6b45 !important;
  }
}

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 20px;
    right: 0;
    width: 15%;
  }
  #pagetop img {
    width: 100% !important;
    height: auto;
  }
}

.footer_info {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .footer_info {
    display: block;
  }
}
.footer_info .f_map {
  width: 69%;
  height: 200px;
}
@media screen and (max-width: 834px) {
  .footer_info .f_map {
    width: 100%;
    height: 350px;
    padding-top: 30px;
  }
}
.footer_info address {
  color: #333 !important;
}
.footer_info address ul {
  margin: 0 auto;
}
.footer_info address ul li {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .footer_info address ul li {
    width: 100%;
    text-align: center;
  }
}
.footer_info address ul .f_title {
  font-size: 24px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.footer_info address ul .footer_address {
  font-size: 16px;
  display: block;
}
.footer_info address ul .footer_tel {
  display: block;
}
.footer_info address ul .footer_tel a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333 !important;
  font-size: 24px;
}

#copy {
  background: #000 !important;
  color: #fff;
  padding: 10px;
  display: block !important;
  font-size: 14px !important;
}
#copy a:link {
  color: #fff;
  text-decoration: none;
}
#copy a:hover {
  text-decoration: underline;
}
#copy a:visited {
  color: #fff;
  text-decoration: none;
}

#main #col_main {
  width: 100%;
}

/* TOP */
.top_h1 article {
  text-align: center !important;
}
.top_h1 article h1 {
  font-size: 28px;
  color: #333;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  border-bottom: 1px solid #974955;
  display: inline-block;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 834px) {
  .top_h1 article h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_h1 article h1 {
    font-size: 24px;
    text-align: left;
  }
}

.top01_text {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}
@media screen and (max-width: 834px) {
  .top01_text {
    padding: 30px 0 30px 0;
  }
}

.top_h2 article {
  text-align: center !important;
}
.top_h2 article h2 {
  font-size: 42px;
  color: #333;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  padding: 0 20px 30px 20px;
}
.top_h2 article h2 span {
  font-size: 24px;
  color: #ea5413;
  display: block;
}
@media screen and (max-width: 640px) {
  .top_h2 article h2 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .top_h2 article h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .top_h2 article h2 {
    font-size: 24px;
  }
}

.top02 {
  position: relative;
}

.top02_img {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .top02_img img {
    width: 120px !important;
  }
}

.top03_title01 article {
  position: relative;
  padding-top: 30px;
}
.top03_title01 article:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 178px;
  height: 109px;
  background: url(../images/common/taiyaki_icon03.png);
  background-size: 100%;
  z-index: 1;
}
.top03_title01 article:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 113px;
  height: 20px;
  background: url(../images/common/t_lineup.png);
  background-size: 100%;
  z-index: 2;
}
.top03_title01 article h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 34px;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .top03_title01 article h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .top03_title01 article h2 {
    font-size: 24px;
  }
}
.top03_title01 article h2 span {
  display: block;
}

.sub_text01 article:before {
  width: 286px;
  height: 21px;
  background: url(../images/common/t_congra.png);
  background-size: 100%;
}

.top03 {
  position: relative;
}
.top03 .top03_img {
  width: 70%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .top03 .top03_img {
    width: 100%;
  }
}
.top03 .top03_img img {
  height: 650px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .top03 .top03_img img {
    height: auto !important;
    margin: 0 !important;
  }
}
.top03 .top03_text {
  max-width: 820px;
  position: absolute;
  left: 0;
  top: 200px;
  margin: 0 auto;
  width: 70%;
  background: rgba(196, 133, 77, 0.9);
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .top03 .top03_text {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.top03 .top03_text .text_inner {
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
}

.top03_02 {
  position: relative;
}
.top03_02 .top03_img {
  width: 70%;
}
@media screen and (max-width: 834px) {
  .top03_02 .top03_img {
    width: 100%;
  }
}
.top03_02 .top03_img img {
  height: 650px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .top03_02 .top03_img img {
    height: auto !important;
    margin: 0 !important;
  }
}
.top03_02 .top03_text {
  max-width: 820px;
  position: absolute;
  right: 0;
  top: 200px;
  margin: 0 auto;
  width: 70%;
  background: rgba(196, 133, 77, 0.9);
}
@media screen and (max-width: 834px) {
  .top03_02 .top03_text {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.top03_02 .top03_text .text_inner {
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
}

.top_title03 h3, .top_title03 h2, .top_title03 h4 {
  font-size: 34px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .top_title03 h3, .top_title03 h2, .top_title03 h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .top_title03 h3, .top_title03 h2, .top_title03 h4 {
    font-size: 24px;
    text-align: center !important;
  }
}
.top_title03 h3:before, .top_title03 h2:before, .top_title03 h4:before {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ea5413;
}
@media screen and (max-width: 640px) {
  .top_title03 h3:before, .top_title03 h2:before, .top_title03 h4:before {
    margin: auto;
    right: 0;
  }
}
.top_title03 h3:after, .top_title03 h2:after, .top_title03 h4:after {
  content: "";
  margin-left: 10px;
  width: 140px;
  height: 23px;
  display: inline-block;
  background: url(../images/common/t_consept.png);
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .top_title03 h3:after, .top_title03 h2:after, .top_title03 h4:after {
    display: block;
    margin: 10px auto 0 auto;
  }
}
.top_title03 h3 span, .top_title03 h2 span, .top_title03 h4 span {
  font-size: 46px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .top_title03 h3 span, .top_title03 h2 span, .top_title03 h4 span {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 32px;
  }
}

@media screen and (max-width: 640px) {
  .toptitle03_sub01 article {
    text-align: center !important;
  }
}
.toptitle03_sub01 article h3, .toptitle03_sub01 article h2, .toptitle03_sub01 article h4 {
  display: inline-block;
  padding-right: 300px;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .toptitle03_sub01 article h3, .toptitle03_sub01 article h2, .toptitle03_sub01 article h4 {
    padding-right: 0px;
    padding-bottom: 30px;
    text-align: center !important;
  }
}
.toptitle03_sub01 article h3:before, .toptitle03_sub01 article h2:before, .toptitle03_sub01 article h4:before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #ea5413;
}
@media screen and (max-width: 640px) {
  .toptitle03_sub01 article h3:before, .toptitle03_sub01 article h2:before, .toptitle03_sub01 article h4:before {
    display: block;
    margin: 10px auto 0 auto;
    right: 0;
    left: 0;
    top: auto;
  }
}
.toptitle03_sub01 article h3:after, .toptitle03_sub01 article h2:after, .toptitle03_sub01 article h4:after {
  content: "";
  margin-left: 10px;
  width: 60px;
  height: 18px;
  display: inline-block;
  background: url(../images/common/t_news.png);
  background-size: 100%;
  z-index: 2;
  background-repeat: no-repeat;
}

.toptitle03_sub02 h3:after, .toptitle03_sub02 h2:after, .toptitle03_sub02 h4:after {
  content: "";
  margin-left: 10px;
  width: 80px;
  height: 18px;
  display: inline-block;
  background: url(../images/common/t_recruit.png);
  background-size: 100%;
  z-index: 2;
  background-repeat: no-repeat;
}

.top04 {
  position: relative;
}

.top04_bg img {
  position: absolute;
  right: -20%;
  top: 150px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top04_bg img {
    right: -5%;
  }
}
@media screen and (max-width: 834px) {
  .top04_bg img {
    display: none;
  }
}

.top04_box {
  position: relative;
  z-index: 2;
  width: 31%;
}
@media screen and (max-width: 640px) {
  .top04_box {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.top04_box table td {
  padding: 0 0 10px 0 !important;
}

.top_title04 h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top_title04 h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .top_title04 h3 {
    font-size: 20px;
  }
}

.top_title05 article {
  position: relative;
  padding-top: 30px;
}
.top_title05 article:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 178px;
  height: 109px;
  background: url(../images/common/taiyaki_icon03.png);
  background-size: 100%;
  z-index: 1;
  background-repeat: no-repeat;
}
.top_title05 article:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 62px;
  height: 18px;
  background: url(../images/common/t_shop.png);
  background-size: 100%;
  z-index: 2;
  background-repeat: no-repeat;
}
.top_title05 article h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  font-size: 34px;
  position: relative;
  z-index: 3;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .top_title05 article h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_title05 article h2 {
    font-size: 24px;
  }
}
.top_title05 article h2 span {
  display: block;
}

.sub_text01 article:before {
  width: 286px;
  height: 21px;
  background: url(../images/common/t_congra.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.top05 {
  position: relative;
}

.top05_text {
  width: 50%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top05_text {
    width: 100%;
  }
}

.top05_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 100%;
  width: 60%;
  background-position: right;
  background-size: 100%;
  z-index: 1;
}
.top05_bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center left;
}

.category_box .box {
  padding: 20px;
  background: #ffeac9;
  width: 31%;
  margin: 0 1% 10px 1%;
  border: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 834px) {
  .category_box .box {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .category_box .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}
.category_box .box:hover {
  opacity: 0.5 !important;
}
.category_box .box a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.category_box .box a:hover {
  opacity: 1 !important;
}
.category_box .box img {
  height: 250px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .category_box .box img {
    height: 100px !important;
  }
}
@media screen and (max-width: 640px) {
  .category_box .box img {
    height: 150px !important;
  }
}
.category_box .box div {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  color: #974955;
}
@media screen and (max-width: 834px) {
  .category_box .box div {
    font-size: 14px;
  }
}

/*****************タイトル*******************************/
.cnt_h1 {
  background: url(../images/common/h_title_bg.jpg);
  background-size: cover;
  padding: 100px 0;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .cnt_h1 {
    padding: 50px 0;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .cnt_h1 {
    padding: 50px 0;
    background-position: center;
  }
}
.cnt_h1 article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  position: relative;
  text-align: center;
}
.cnt_h1 article h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .cnt_h1 article h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_h1 article h1 {
    font-size: 24px;
  }
}
.cnt_h1 article div {
  text-align: center;
  font-size: 18px;
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/***************タイトル01***************/
.cnt_title01 h3, .cnt_title01 h2 {
  display: block;
  padding: 20px 0 20px 0;
  position: relative;
  font-size: 32px;
  position: relative;
  padding-left: 80px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #974955;
}
@media screen and (max-width: 640px) {
  .cnt_title01 h3, .cnt_title01 h2 {
    padding-left: 60px;
  }
}
.cnt_title01 h3:after, .cnt_title01 h2:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/taiyaki_icon02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .cnt_title01 h3:after, .cnt_title01 h2:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title01 h3, .cnt_title01 h2 {
    font-size: 24px;
  }
}

/***************タイトル02***************/
.cnt_title02 h3, .cnt_title02 h2, .cnt_title02 h4 {
  font-size: 32px;
  color: #ad6b45;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .cnt_title02 h3, .cnt_title02 h2, .cnt_title02 h4 {
    font-size: 24px;
  }
}
.cnt_title02 h3:after, .cnt_title02 h2:after, .cnt_title02 h4:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #974955;
}
@media screen and (max-width: 640px) {
  .cnt_title02 h3:after, .cnt_title02 h2:after, .cnt_title02 h4:after {
    margin: auto;
  }
}
.cnt_title02 h3 span, .cnt_title02 h2 span, .cnt_title02 h4 span {
  color: #ea5413;
  font-size: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .cnt_title02 h3 span, .cnt_title02 h2 span, .cnt_title02 h4 span {
    display: block;
    margin: 0;
    font-size: 16px;
  }
}

/***************タイトル03***************/
.cnt_title03 h3, .cnt_title03 h2, .cnt_title03 h4 {
  display: block;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  border-bottom: 1px solid #ad6b45;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/***************タイトル04***************/
.cnt_title04 h3, .cnt_title04 h2, .cnt_title04 h4 {
  display: block;
  position: relative;
  font-size: 18px;
  color: #333;
  background: #ffeac9;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 8px;
}

/***************タイトル05***************/
.cnt_title05 h3, .cnt_title05 h2, .cnt_title05 h4, .cnt_title05 h5 {
  display: block;
  position: relative;
  font-size: 16px;
  color: #ad6b45;
  border-bottom: 1px solid #ad6b45;
  font-weight: bold;
  padding: 5px;
}

/***************タイトル05***************/
.cnt_title06 h3, .cnt_title06 h2, .cnt_title06 h4, .cnt_title06 h5 {
  display: block;
  position: relative;
  font-size: 18px;
  color: #ad6b45;
  background: #ffeac9;
  font-weight: bold;
  padding: 8px;
}
@media screen and (max-width: 834px) {
  .cnt_title06 h3, .cnt_title06 h2, .cnt_title06 h4, .cnt_title06 h5 {
    font-size: 16px;
  }
}

.midashi01 h2, .midashi01 h3 {
  font-size: 32px;
  text-align: center !important;
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 30px 0;
}
.midashi01 h2 .small, .midashi01 h3 .small {
  font-size: 24px;
  color: #ea5413;
}
@media screen and (max-width: 834px) {
  .midashi01 h2, .midashi01 h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .midashi01 h2, .midashi01 h3 {
    font-size: 24px;
  }
}
.midashi01 h2:after, .midashi01 h3:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 178px;
  height: 109px;
  background: url(../images/common/taiyaki_icon03.png);
}
.midashi01 h2:before, .midashi01 h3:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 2px;
  background: #ea5413;
}

.midashi02 h2, .midashi02 h3 {
  font-size: 24px;
  color: #ad6b45;
  text-align: center !important;
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .midashi02 h2, .midashi02 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .midashi02 h2, .midashi02 h3 {
    font-size: 18px;
  }
}
.midashi02 h2:after, .midashi02 h3:after {
  content: "";
  width: 300px;
  height: 2px;
  background: #974955;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

/******************強調テキスト**************************************/
.emphasis_text div {
  font-size: 24px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
.emphasis_text div .em {
  color: #ea5413;
  font-size: 32px;
}
.emphasis_text div .small {
  color: #ea5413;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .emphasis_text div {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .emphasis_text div {
    font-size: 18px;
  }
}

.emphasis_title h2, .emphasis_title h3 {
  font-size: 24px;
  text-align: center !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
.emphasis_title h2 .em, .emphasis_title h3 .em {
  color: #ea5413;
  font-size: 32px;
}
.emphasis_title h2 .small, .emphasis_title h3 .small {
  color: #ea5413;
  font-size: 20px;
}
.emphasis_title h2:after, .emphasis_title h3:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 178px;
  height: 109px;
  background: url(../images/common/taiyaki_icon03.png);
}
@media screen and (max-width: 834px) {
  .emphasis_title h2, .emphasis_title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .emphasis_title h2, .emphasis_title h3 {
    font-size: 20px;
  }
}

/******************dl リスト01**************************************/
.dldt_list01 {
  display: block;
  width: 100%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .dldt_list01 {
    width: 100%;
    margin: 10px auto;
  }
}
.dldt_list01 dl {
  display: block !important;
  width: 100%;
}
.dldt_list01 dl dt {
  font-weight: bold;
  background: #ffeac9 !important;
  color: #ad6b45 !important;
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}
.dldt_list01 dl dd {
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}

/*******************チェック　ul(AI用)******************************/
.ul_list01 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #974955;
  position: relative;
}
.ul_list01 ul li .no {
  color: #ff9600;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list01 ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #974955;
}

/*******************チェック　ul(AI用)******************************/
.ul_list02 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list02 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ea5413;
  position: relative;
}
.ul_list02 ul li .no {
  color: #ea5413;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list02 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #ea5413;
}

/*******************チェック　ul(AI用)******************************/
.ul_list03 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list03 ul li {
  float: none !important;
  display: block !important;
  border-bottom: 1px dotted #ad6b45;
  position: relative;
  padding: 10px;
}
.ul_list03 ul li:nth-child(odd) {
  background: #ffeac9;
}
.ul_list03 ul li .no {
  color: #ad6b45;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

/*******************チェック　ul(AI用)******************************/
.check_ul01 ul {
  margin: 0 auto;
  display: block !important;
}
.check_ul01 ul li {
  float: none !important;
  display: block !important;
  font-weight: bold;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .check_ul01 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.check_ul01 ul li:after {
  content: "";
  width: 47px;
  height: 35px;
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/check_icon01.png);
}

/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .link_list {
    padding: 10px 0;
  }
}
.link_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
}
.link_list li {
  display: block;
  padding: 0 10px;
  width: 23%;
  margin: 0 1% 10px 1%;
}
@media screen and (max-width: 834px) {
  .link_list li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .link_list li {
    width: 100%;
  }
}
.link_list li a {
  width: 100%;
  padding: 10px;
  background: #51250c;
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .link_list li a {
    padding: 5px;
  }
}

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 0px 30px 10px 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #333 !important;
  border-bottom: 1px solid #ea5413;
  font-size: 16px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn a {
    text-align: center;
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.cnt_textbtn a:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #ea5413;
}

.cnt_textbtn02 a {
  padding: 15px 20px 15px 20px;
  display: block;
  max-width: 300px;
  text-decoration: none;
  background: #fff;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ad6b45 !important;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn02 a {
    font-size: 14px;
    text-align: center;
  }
}

.cnt_textbtn03 a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff !important;
  padding: 10px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  max-width: 300px;
  background: #ea5413;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn03 a {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
  }
}

.btn_center a {
  margin: 0 auto;
}

/******************値段テーブル*************************************/
.menu_title div {
  font-size: 20px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.price_text div {
  font-size: 20px;
  color: #ea5413;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/***************新着情報(ブログ機能用)***************************/
.blog_box {
  height: 300px;
}
@media screen and (max-width: 640px) {
  .blog_box {
    padding: 10px;
  }
}
.blog_box .blog_list {
  border: 0 !important;
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .blog_box .blog_list {
    flex-direction: column !important;
  }
}
.blog_box div.blog_list > div {
  border-bottom: solid #ccc 1px !important;
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .blog_box div.blog_list > div {
    width: 100%;
    flex-direction: row !important;
    margin: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .blog_box div.blog_list > div {
    flex-direction: column !important;
  }
}
.blog_box .blog_date {
  font-size: 16px !important;
  color: #ea5413 !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.blog_box .blog_text h3 {
  display: block;
  font-size: 16px !important;
  font-weight: bold;
  margin: 0 !important;
}
.blog_box .blog_text h3 a {
  color: #ad6b45 !important;
  font-weight: bold;
}
.blog_box .blog_photo {
  width: 45% !important;
  padding: 0 !important;
  display: none;
}
.blog_box .blog_photo img {
  width: 100% !important;
  height: 120px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .blog_box .blog_photo img {
    height: 200px !important;
  }
}
@media screen and (max-width: 640px) {
  .blog_box .blog_photo img {
    height: 250px !important;
  }
}
@media screen and (max-width: 834px) {
  .blog_box .blog_photo {
    width: 35% !important;
  }
}
@media screen and (max-width: 834px) {
  .blog_box .blog_photo {
    width: 100% !important;
    text-align: center;
  }
}
.blog_box div.detail {
  margin-top: 0px !important;
}
.blog_box div.blog_text {
  width: 100% !important;
  font-size: 14px !important;
}
@media screen and (max-width: 640px) {
  .blog_box div.blog_text {
    font-size: 12px !important;
  }
}
.blog_box .blog_text {
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  .blog_box .blog_text {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }
}

/*********************ブログ***********************/
.blog {
  padding: 0 20px;
}
.blog .flex {
  display: block;
}
.blog h2 {
  display: block;
  padding: 20px 0 20px 0;
  position: relative;
  font-size: 20px;
  color: 333;
  position: relative;
  padding-left: 70px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #974955;
}
@media screen and (max-width: 640px) {
  .blog h2 {
    padding-left: 50px;
  }
}
.blog h2:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/taiyaki_icon02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .blog h2:after {
    width: 40px;
    height: 40px;
  }
}
.blog h2 + ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px 0;
}
.blog h2 + ul li {
  margin: 5px 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
.blog aside h3 {
  padding: 10px;
  background: #ea5413;
  color: #fff;
  margin: 30px 0 10px 0;
}
.blog #contents > article {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.blog a {
  color: #ea5413;
}
.blog a:visited {
  color: #ea5413;
}
.blog a:link {
  color: #ea5413;
}
.blog li {
  text-align: left !important;
}
.blog #calendar {
  display: none;
}
.blog .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  padding: 50px auto !important;
  margin: 50px auto;
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
    margin: 30px auto;
  }
}
.blog .wrap aside {
  width: 25%;
}
@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%;
  }
}
.blog .wrap aside button {
  margin-top: 10px;
  padding: 5px 20px;
}
.blog .wrap aside .pages li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .pages li a:link {
  color: #ad6b45 !important;
}
.blog .wrap aside .pages li a:visited {
  color: #ad6b45 !important;
}
.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .category li a:link {
  color: #ad6b45 !important;
}
.blog .wrap aside .category li a:visited {
  color: #ad6b45 !important;
}
.blog .wrap #contents > dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.blog .wrap #contents > dl dt span.translate {
  padding-right: 5px;
  display: block;
  font-size: 20px;
  margin: 3px 0;
}
.blog .wrap #contents > dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.blog .wrap #contents > dl dd ul li {
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
.blog .wrap #contents {
  width: 70% !important;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents {
    text-align: left;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents .detail {
    text-align: left;
    margin-top: 30px !important;
  }
}
.blog .wrap #contents .date {
  font-size: 16px;
  color: #ad6b45;
  font-weight: bold;
  text-align: left !important;
}

#prof {
  padding-bottom: 10px;
  display: block;
}

#prof_text {
  padding-top: 30px;
  text-align: left;
}

#prof_detail {
  text-align: center;
}
#prof_detail img {
  margin: 0 auto !important;
}

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ad6b45;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ccc !important;
  color: #base-color !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  margin-top: 20px;
}

/***************topInstagram***************************/
.top_instagram {
  margin: 0 auto;
  max-width: 1200px;
}

.top_instagram div.sns_list div.sns_video {
  width: 100%;
  padding: 0;
}

.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 100%;
  margin: 0;
  display: flex;
  border-bottom: 0px;
  flex-direction: column;
  margin: 10px 1% 0 1%;
}
.top_instagram div.sns_list > div ul {
  display: none;
}

.top_instagram div.sns_list > div:last-child {
  display: flex;
}

.top_instagram div.sns_list div.sns_photo {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}

.top_instagram div.sns_list div.sns_text {
  width: 100%;
  padding: 0;
  margin-top: 10px;
}

.sns_photo img {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_instagram .slick-slide {
  padding: 10px;
}
@media screen and (max-width: 834px) {
  .top_instagram .slick-slide {
    padding: 3px;
  }
}

.top_instagram div.sns_list ul li {
  float: none !important;
}

.sns_date {
  color: #333 !important;
  font-size: 14px;
  font-weight: bold;
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  color: #ad6b45;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 8px;
  border-bottom: 1px solid #ad6b45;
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_date {
    font-size: 16px;
  }
}
.cnt_insta ul li {
  margin: 10px 10px 0 0;
}
.cnt_insta .caption {
  padding-top: 20px;
  font-size: 16px;
  margin-top: 20px;
}
.cnt_insta .sns_photo {
  width: 30% !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta .sns_photo {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
}
.cnt_insta div.sns_list > div {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cnt_insta div.sns_list {
  border: 0 !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 70% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 100% !important;
    margin: 0 auto;
  }
}
.cnt_insta .sns_photo img {
  height: 250px !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta .sns_photo img {
    height: 150px !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo img {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
  }
}

/***************新着情報***************************/
.newstitle h2 {
  padding-bottom: 30px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 640px) {
  .newstitle h2 {
    padding-bottom: 20px;
  }
}
.newstitle h2:after {
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/common/title_line01.png) !important;
  background-size: 100% !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 640px) {
  .newstitle h2 img {
    width: 30% !important;
  }
}

/******************新着情報　AI用***************************/
.top_scroll {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 300px;
}
@media screen and (max-width: 834px) {
  .top_scroll {
    padding: 0;
    padding-top: 20px;
    height: 300px;
  }
}
@media screen and (max-width: 834px) {
  .top_scroll {
    width: 100%;
  }
}
.top_scroll dl {
  border-bottom: 1px solid #ea5413;
  padding: 10px 0;
  display: block !important;
}
.top_scroll dl dt {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  color: #f39500 !important;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5px 0 5px !important;
}
.top_scroll dl dd {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  padding: 0 5px 5px 5px !important;
}

.scroll {
  text-align: left;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #ad6b45 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/***************画像を使用した新着情報***************************/
.top_sbox .box {
  padding: 20px 0 10px 0;
  clear: both;
  border-bottom: 1px dotted #ad6b45 !important;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top_sbox .box {
    display: block;
  }
}
.top_sbox .box img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.top_sbox .box div {
  display: block;
}
.top_sbox .box div .news_day {
  display: block;
  color: #ad6b45;
  font-weight: bold;
}

.top_sbox {
  overflow-y: scroll;
  height: 400px;
  padding: 0 30px 0 0;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  .top_sbox {
    height: 300px;
  }
}

.top_sbox::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  background: #ad6b45;
}

.top_sbox::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  background: #ad6b45;
}

.top_sbox::-webkit-scrollbar-track-piece:start {
  /* スクロールバーの動く部分の前 */
  background: #ccc;
}

.top_sbox::-webkit-scrollbar-track-piece:end {
  /* スクロールバーの動く部分の後ろ */
  background: #ccc;
}

/*****************************よくある質問****************************************/
.faq article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.faq td {
  border: 0 !important;
  padding: 0 !important;
}
.faq .question div {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding-left: 80px !important;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .faq .question div {
    font-size: 16px;
    padding-left: 50px !important;
  }
}
.faq .question div:after {
  content: "";
  background: url(../images/common/faq_q.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}
@media screen and (max-width: 640px) {
  .faq .question div:after {
    width: 40px;
    height: 40px;
  }
}
.faq .answer div {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 80px !important;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .faq .answer div {
    font-size: 14px;
    padding-left: 50px !important;
  }
}
.faq .answer div:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/common/faq_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  visibility: inherit;
}
@media screen and (max-width: 640px) {
  .faq .answer div:before {
    width: 40px;
    height: 40px;
  }
}

/***************クーポン***************************/
.coupon {
  padding: 10px !important;
}
.coupon table {
  border: 1px solid #fff;
}
.coupon table td {
  color: #fff;
  padding: 10px !important;
}
.coupon table .coupon_title {
  font-size: 40px;
  border-bottom: 1px solid #fff !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price span {
  font-size: 30px;
}

/***********************ビフォ―アフター********************************/
.before_after {
  margin: 0 auto;
}
.before_after table {
  margin: 0 auto;
}
.before_after table td {
  border: 0px;
  padding: 10px !important;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .before_after table td {
    display: block;
  }
}
.before_after table td p {
  text-align: center;
  font-weight: bold;
  color: #ad6b45;
  font-size: 18px;
  margin-top: 10px;
}
.before_after table .before_after_img img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .before_after table .before_after_img img {
    width: 95% !important;
  }
}
.before_after table .arrow_img {
  width: 50px !important;
}
@media screen and (max-width: 834px) {
  .before_after table .arrow_img {
    width: 100% !important;
  }
}

/****************************お問い合わせ、会社概要************************************/
section form h2.mail.title {
  display: none;
}

.information_dl {
  font-size: 16px;
}
.information_dl dl {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
  }
}
.information_dl dl dt {
  text-align: center !important;
  background: none !important;
  color: #333 !important;
  align-items: center !important;
  border: 0px !important;
  padding: 5px 5px !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #ffeac9 !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #ffeac9 !important;
  }
}
.information_dl dl dd {
  padding: 10px !important;
  border: 0px !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

.contact_dl {
  font-size: 16px;
}
.contact_dl dl {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contact_dl dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
  }
}
.contact_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #ad6b45 !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #ff9600 !important;
  padding: 30px 5px !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .contact_dl dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #ffeac9 !important;
  }
}
.contact_dl dl dd {
  padding: 30px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .contact_dl dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/***********************お問い合わせテーブル********************************/
.contact_table {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #974955;
}
.contact_table table td {
  border: 0 !important;
  padding: 5px !important;
}
.contact_table table .contact_tel div {
  font-weight: bold;
  font-size: 32px;
  color: #974955;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .contact_table table .contact_tel div {
    font-size: 24px;
  }
}

/***********************ボタンボックス********************************/
.btnbox .box {
  margin: 0 1%;
  width: 48%;
  max-width: 530px;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .btnbox .box {
    width: 100%;
    margin-top: 10px;
  }
}
.btnbox .box:hover {
  opacity: 0.9 !important;
}
.btnbox .box:after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .btnbox .box:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.btnbox .box img {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.btnbox .box article a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.btnbox .box article a:after:hover {
  opacity: 1 !important;
}
.btnbox .box article h3 {
  display: none;
}
.btnbox .box article div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 46px;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .btnbox .box article div {
    font-size: 16px;
  }
}
.btnbox .box article div span {
  display: block;
  font-size: 14px;
}

.tokuho_h2 {
  padding-top: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
}

.owl-stage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

/****オウル**********/
.owlCarousel {
  max-width: 1000px;
  overflow: hidden;
}

.owlCarousel01 {
  max-width: 1000px;
  direction: rtl !important;
  overflow: hidden;
}

.owlCarousel01 .owl-stage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

.img_toplist {
  overflow: hidden;
  max-width: 1000px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots button {
  margin: 0 5px;
  padding: 0;
  box-shadow: inherit;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #eaeaea;
  display: none;
}

.voice_table {
  padding: 5px 0 !important;
}

.voice_title div {
  font-size: 24px;
  border-bottom: 1px solid #ea5413;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 10px;
  color: #ad6b45;
}
@media screen and (max-width: 640px) {
  .voice_title div {
    font-size: 20px;
  }
}
.voice_title div span {
  color: #ff9600;
}

.voice_waku {
  border-bottom: 1px solid #ccc;
}

.price_table01 td {
  padding: 5px 0 !important;
}

.price_text01 div {
  font-size: 24px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .price_text01 div {
    font-size: 18px;
  }
}
.price_text01 div .price01 {
  font-size: 36px;
  color: #dc143c;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .price_text01 div .price01 {
    font-size: 24px;
  }
}

.price_text02 div {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .price_text02 div {
    font-size: 12px;
  }
}

.price_dl {
  font-size: 16px;
}
.price_dl dl {
  width: 100%;
  margin: 0 auto;
  flex-direction: row-reverse;
  padding: 10px 0;
  display: flex !important;
}
@media screen and (max-width: 640px) {
  .price_dl dl {
    display: flex !important;
    border: 0 !important;
    flex-direction: column-reverse;
    border-bottom: 1px solid #ccc !important;
  }
}
.price_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #ea5413 !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #ff9600 !important;
  padding: 10px 0 !important;
  width: 150px !important;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .price_dl dl dt {
    padding: 5px 0 !important;
    width: 100% !important;
    border: 0 !important;
    text-align: right !important;
    display: block !important;
  }
}
.price_dl dl dd {
  padding: 10px 0 !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
  width: calc(100% - 150px) !important;
  font-size: 14px;
}
.price_dl dl dd h3 {
  font-size: 16px;
  font-weight: bold;
  color: #ad6b45;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .price_dl dl dd {
    padding: 5px 0 !important;
    width: 100% !important;
    border: 0 !important;
  }
}

.cnt_contact_waku {
  padding: 20px;
  border: 1px solid #ccc;
}
.cnt_contact_waku td {
  padding: 3px !important;
}

.cnt_tel div {
  font-size: 36px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .cnt_tel div {
    font-size: 24px;
  }
}
.cnt_tel div a {
  color: #416800 !important;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .sp_voice_img img {
    width: 40% !important;
    margin: 0 auto;
    max-width: 200px;
  }
}

/*****************AI用ショッピングサイト****************************************/
div.search form {
  width: 100% !important;
}

div.search form div.select {
  min-width: 200px;
}

@media screen and (max-width: 640px) {
  div.under ul li {
    width: 48% !important;
  }
}

div.under ul li a {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #974955;
  font-weight: bold;
}
div.under ul li a:hover {
  background: #974955;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  div.under ul li a {
    padding: 10px;
    width: 100%;
  }
}
div.under ul li a a.off.prev {
  width: 38% !important;
  display: block;
  margin-top: 0px;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  div.under ul li a a.off.prev {
    width: 100% !important;
    margin: 10px 0;
  }
}
div.under ul li a a.off.next {
  width: 38% !important;
  display: block;
  margin-top: 0px;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  div.under ul li a a.off.next {
    width: 100% !important;
    margin: 10px 0;
  }
}

div.items {
  margin: 30px 0 0 0 !important;
}

div.items > article {
  width: 23% !important;
  margin-left: 1% !important;
  margin-right: 1% !important;
}
@media screen and (max-width: 834px) {
  div.items > article {
    width: 48% !important;
    margin: 0 1% 10px 1%;
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  div.items > article {
    width: 48% !important;
    margin: 0 1% 10px 1%;
    padding: 20px 5px;
  }
}

div.items > article a.name {
  font-size: 18px;
  color: #51250c !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  div.items > article a.name {
    font-size: 16px;
  }
}

div.items > article p.summary {
  text-align: left !important;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  div.items > article p.summary {
    text-align: left !important;
    font-size: 12px;
  }
}

div.items > article p.price {
  font-weight: bold;
  font-size: 20px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ea5413;
}

.item div.item_view h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ad6b45;
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .item div.item_view h2 {
    margin-top: 20px;
  }
}

div.item_view > ul li a {
  background: none !important;
  border: none !important;
}

div.item_option a {
  font-size: 14px !important;
}

div.photo div.small img:hover {
  opacity: 0.5;
}

div.photo div.small {
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

div.items > article button {
  background: #51250c !important;
  text-indent: 0;
  color: #fff !important;
  width: 100% !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 0px;
  border-radius: 0;
  padding: 10px;
  height: auto;
}

article.item div.photo .small li {
  width: 23%;
  margin: 10px 1% 0 1%;
  flex-basis: unset;
}

div.item_view p.price {
  color: #ea5413;
  font-weight: bold;
  font-size: 24px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

div.sku1 ul li, div.sku2 ul li {
  width: auto !important;
}

.detail {
  font-size: 14px;
}

article.item {
  display: flex;
}
@media screen and (max-width: 834px) {
  article.item {
    display: flex !important;
    flex-direction: column;
  }
}
article.item div.photo .small img {
  border: 1px solid #ccc;
  padding: 5px;
}
article.item div.photo div.large {
  text-align: center;
}
@media screen and (max-width: 834px) {
  article.item div.photo div.large {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  article.item {
    display: block;
  }
  article.item div.photo {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  article.item div.photo .small {
    max-width: 100%;
  }
  article.item div.photo .small ul {
    display: flex;
  }
  article.item div.photo .small ul li img {
    width: 100%;
    border: 1px solid #ccc;
  }
  article.item .item_view {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  article.item .item_view {
    margin-top: 20px;
  }
}

div.items > article a.photo {
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  div.items > article a.photo {
    height: 150px;
  }
}

@media screen and (max-width: 834px) {
  div.items {
    margin-top: 30px;
  }
}

div.item_view h2 {
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  div.item_view h2 {
    font-size: 20px;
  }
}

div.item_view h2 span {
  display: none;
}

#sumcart ul li p.number {
  display: none;
}

@media screen and (max-width: 640px) {
  div.photo div.large {
    margin-left: 0;
  }
}

article.item {
  justify-content: space-between;
}

article.item div.photo {
  width: 40%;
  display: block;
}
@media screen and (max-width: 834px) {
  article.item div.photo {
    width: 100%;
  }
}

article.item div.photo div.large {
  margin: 0;
}

@media screen and (max-width: 834px) {
  div.order {
    margin-top: 30px !important;
  }
}

div.order ul li {
  margin: 5px 0 5px 5px;
}
div.order ul li a {
  color: #974955 !important;
}

div.search div.pager {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.pager a {
  width: 49% !important;
}

div.search div.pager div.select {
  margin-right: calc(100% - 100px);
}

div.search div.pager div.select {
  float: none;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  div.search div.pager div.select {
    max-width: 180px;
  }
}

@media screen and (max-width: 640px) {
  div.search div.pager {
    width: 100%;
  }
}

/*******************************************/
div.under {
  margin-top: 20px;
}
div.under a {
  color: #974955 !important;
}

div.under ul li a {
  text-decoration: none;
}

/***********************************************/
section div.purchase.accept {
  background: none !important;
}

/*****************詳細ページ******************************/
@media screen and (max-width: 640px) {
  section div.form_wrap dl {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dt {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dd {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  div.item_view div.struct {
    display: block !important;
  }
}

div.item_view {
  width: 58%;
  max-width: 100%;
  min-width: auto;
}
@media screen and (max-width: 834px) {
  div.item_view {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.item_view div.item_option {
    width: 100%;
  }
}

/****************購入ページ*****************************************/
@media screen and (max-width: 640px) {
  #sumcart div.sum > div > div:nth-child(2) {
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  section div.purchase.confirm ul li div:nth-child(n + 3) {
    min-width: 60px;
  }
}

@media screen and (max-width: 640px) {
  #sumcart ul li {
    display: block;
  }
}

#sumcart div.sum {
  padding: 10px;
}

@media screen and (max-width: 640px) {
  section div.purchase.confirm ul li {
    flex-wrap: wrap;
  }
}

div.relay div.flip, div.bundle div.flip {
  margin-top: 20px;
  overflow: inherit !important;
}

div.sku1 ul li.selected, div.sku2 ul li.selected {
  background: #974955;
}

div.sku1 ul li.selected:hover, div.sku2 ul li:hover {
  background: #edffe5;
}

div.sku1 ul li.selected:hover, div.sku1 ul li:hover {
  background: #edffe5;
}

div.sku1 ul li.selected:hover, div.sku2 ul li.selected:hover {
  color: #fff;
  background: #974955;
}

@media screen and (max-width: 640px) {
  section div.purchase.confirm dl.total dd div:nth-child(n + 2) {
    min-width: 100%;
    max-width: 100%;
  }
}

/*****************買い物リスト***********************/
#sumcart ul li div.item {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  #sumcart ul li div.item {
    margin: 10px 0;
  }
}

/*# sourceMappingURL=common_style.css.map */
