@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-padding-top: 95px;
  font-family: "游ゴシック体 ", YuGothic, " 游ゴシック Medium ", " Yu Gothic Medium ", " 游ゴシック ", " Yu Gothic ", sans-serif;
}

body {
  color: #0f0f0f;
  font-size: 1.6rem;
  scroll-padding-top: 95px;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.mt_m {
  margin-top: 50px;
}

.all-wrapper {
  overflow: hidden;
}

.spNone {
  display: block;
}

.spblock {
  display: none;
}

.ta_center {
  text-align: center;
}

.font_yumin {
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
}

.c_color {
  color: #624607;
}

.fs_heading {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
  .spblock {
    display: block;
  }
}
.globalHeader {
  background: url("img/common/header_line.png") repeat-x, linear-gradient(to right, #381812, #2b0c07, #381812);
}

.logoArea {
  width: 80%;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .logoArea {
    padding: 16px 0;
    width: 95%;
  }
}
.logoArea__logo {
  width: 27%;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .logoArea__logo {
    width: 60%;
    font-size: 0;
  }
}
.logoArea__desc {
  padding-left: 20px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .logoArea__desc {
    display: none;
  }
}
.globalNav {
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#573e04+0,725008+45,aa7a06+96,ffeec5+98 */
  background: #573e04;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #573e04 0%, #725008 45%, #aa7a06 96%, #ffeec5 98%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#573e04", endColorstr="#ffeec5", GradientType=0);
  /* IE6-9 */
}

.globalNav__wrapper {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .globalNav__wrapper {
    display: none;
  }
}
.globalNav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 7.5px 0;
  font-size: 1.7rem;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.globalNav__list li {
  text-align: center;
  width: 25%;
}

.globalNav__list li a {
  color: #fff;
  display: block;
}

.dropdwn__menu {
  display: flex;
}

.dropdwn__menu li {
  position: relative;
  width: 1200px;
  margin: 1px;
  display: inline;
  text-align: center;
  padding: 13px 0;
  font-size: 1.7rem;
}

.dropdwn__menu li a,
.dropdwn__menu li p {
  color: #fff;
  display: block;
}

.dropdwn__sub {
  width: 100%;
  display: none;
  position: absolute;
  margin-left: -5px;
  margin-top: 5px;
  padding: 0;
  background: #f5eee0;
  z-index: 10;
}

.dropdwn__sub li {
  width: 100%;
}

.dropdwn__sub li a {
  padding: 5px 0;
  margin: -5px 5px -5px -5px;
  display: block;
  color: #0f0f0f;
}

.dropdwn__sub li a:hover {
  background: #9e802e;
  color: #fff;
}

#menu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

#menu li:last-child ul {
  left: -100%;
  width: 100%;
}

#menu li ul li {
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  transition: 0.2s;
}

#menu li ul li a {
  padding: 13px 15px;
  background: #1a5293;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

#menu li:hover ul li {
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #fff;
}

#menu li:hover ul li:first-child {
  border-top: 0;
}

#menu li:hover ul li:last-child {
  border-bottom: 0;
}

.globalNav_itemeName {
  display: block;
}

.globalNav_itemedescription {
  display: block;
  color: #ffd05f;
}

.displaySP {
  display: none;
}

@media screen and (max-width: 768px) {
  .displaySP {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .displayPC {
    display: none;
  }
}
#slider,
#thumbnail_slider {
  margin: 0 auto 10px;
}

.slide-item img {
  width: 100%;
  /*@include sp {
  		display: none;
      }*/
}

.thumbnail-item img {
  width: 98%;
  margin: 0 auto;
}

.thumbnail_slider__wraper {
  background: url("img/top/thum_bakc.png") no-repeat;
  padding: 22px 0 18px;
  background-size: cover;
}

#thumbnail_slider {
  width: 80%;
}

@media screen and (max-width: 768px) {
  #thumbnail_slider {
    width: 95%;
  }
}
#thumbnail_slider .slick-prev {
  left: 0;
  z-index: 2;
}

#thumbnail_slider .slick-prev:before {
  content: "＜";
  font-weight: bold;
  background: #000;
  padding: 3px 9px 0 3px;
}

#thumbnail_slider .slick-next {
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #thumbnail_slider .slick-next {
    right: 3%;
  }
}
#thumbnail_slider .slick-next:before {
  content: "＞";
  font-weight: bold;
  background: #000;
  padding: 3px 3px 0 9px;
}

.displaySP {
  display: none;
}

@media screen and (max-width: 768px) {
  .displaySP {
    display: block;
  }
}
.datailButton {
  text-align: center;
  width: 440px;
  margin: 0 auto;
  border: solid 2px #65450f;
  border-radius: 4px;
  font-size: 2rem;
  margin-top: 34px;
  position: relative;
  background: #aa7e37;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #aa7e37 28%, #7c5808 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa7e37", endColorstr="#7c5808", GradientType=0);
  /* IE6-9 */
}

@media screen and (max-width: 768px) {
  .datailButton {
    width: 100%;
    margin-top: 2px;
  }
}
.datailButton:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f054";
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.datailButton:hover {
  opacity: 0.5;
}

.datailButton__link {
  padding: 13px;
  display: block;
  border: solid 1px #dccaac;
  border-radius: 1px;
  color: #fff;
}

.datailButto--modifire {
  margin: 0;
  width: 260px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .datailButto--modifire {
    width: 100%;
  }
}
.couponLead {
  text-align: center;
  width: 80%;
  margin: 33px auto 20px;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .couponLead {
    font-size: 1.6rem;
  }
}
.datailButtonList {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  gap: 29px 55px;
}

@media screen and (max-width: 768px) {
  .datailButtonList {
    gap: 14px 55px;
  }
}
.datailButtonList__item {
  width: 34%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .datailButtonList__item {
    width: 100%;
  }
}
.buttonSubText {
  text-align: center;
  margin-top: 10px;
}

.breadCrumb {
  margin: 15px 0;
  font-size: 1.4rem;
}
.breadCrumb .bcn_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .breadCrumb {
    margin-bottom: 30px;
  }
}
.breadCrumb__item {
  display: inline;
}

.breadCrumb__item:not(:last-child):after {
  content: " > ";
}

.breadCrumb a {
  text-decoration: none;
  color: #0f0f0f;
}

@media screen and (max-width: 768px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
}
#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 17px;
  background: #d79f28;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 2;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 10px;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a:after {
  content: "PAGE TOP";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 43px;
  bottom: 0;
  right: 10px;
  left: 0;
  margin: auto;
  text-align: center;
}

.topSection {
  background: url("img/top/section_bakc.png");
  background-repeat: repeat-x;
  margin-top: 50px;
}

.topSection__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 67px;
  padding-bottom: 67px;
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .topSection__wrapper {
    width: 95%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sectionTitle {
  text-align: center;
  background: url(img/top/ribon.png) no-repeat;
  background-position: center bottom;
  padding-bottom: 49px;
  margin-bottom: 49px;
}

@media screen and (max-width: 768px) {
  .sectionTitle {
    line-height: 1;
  }
}
.sectionTitle__img {
  display: block;
  margin: 0 auto;
  /*  @include sp {
      	width: 40%;
      }*/
}

.sectionTitle__img img {
  width: auto;
}

.sectionTitle__text {
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.6rem;
}

.menuContentList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.menuContentList__item {
  position: relative;
  font-size: 1.6rem;
  margin: 0 auto 25px;
}

.menuContentList__item a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .menuContentList__img {
    vertical-align: bottom;
  }
}
.menuContentList__item--fitst {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--fitst {
    position: relative;
    left: -1%;
    width: 100%;
  }
}
.menuContentList__item--fitst .menuContentList_title {
  position: absolute;
  top: 35%;
  left: 25%;
  font-size: 4.2rem;
  color: #fff;
  text-shadow: 0px 0px 5px #fff;
  text-align: center;
  background: #aa7e37;
  width: 50%;
  font-size: 6rem;
  border: 5px solid #aa7e37;
  padding: 20px;
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
}

.menuContentList__item--fitst .menuContentList_title span {
  display: block;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--fitst .menuContentList_title {
    top: 44%;
    left: 8%;
    font-size: 3.3rem;
  }
}
.menuContentList__item--fitst .menuContentList_text {
  position: absolute;
  bottom: 8.3%;
  left: 0.2%;
  color: #fff;
  width: 97.7%;
  padding: 6px;
  margin-left: 16px;
  background: rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 768px) {
  .menuContentList__item--fitst .menuContentList_text {
    margin-left: 0;
    width: 100%;
    left: 1%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  .menuContentList__item--fitst .menuContentList_text {
    font-size: 1.2rem;
  }
}
.menuContentList__item--fitst .menuContentList__img.displaySP {
  display: none;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--fitst .menuContentList__img.displaySP {
    display: block;
    width: 101%;
  }
}
.menuContentList__item--fitst .menuContentList__img.displayPC {
  display: block;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--fitst .menuContentList__img.displayPC {
    display: none;
  }
}
.menuContentList__item--second {
  width: 48%;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--second {
    width: 100%;
    margin-left: 0;
  }
}
.menuContentList__item--second .menuContentList_title {
  position: absolute;
  top: 33%;
  left: 5%;
  font-size: 30px;
  color: #0f0f0f;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--second .menuContentList_title {
    font-size: 2rem;
  }
}
.menuContentList__item--second .menuContentList_text {
  position: absolute;
  bottom: 8.3%;
  left: -1.5%;
  color: #fff;
  width: 96.9%;
  padding: 11px;
  margin-left: 16px;
  background: rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 768px) {
  .menuContentList__item--second .menuContentList_text {
    margin-left: 0;
    width: 100%;
    left: 0;
    font-size: 1.3rem;
    position: absolute;
    bottom: 3.3%;
  }
}
@media screen and (max-width: 320px) {
  .menuContentList__item--second .menuContentList_text {
    font-size: 1.2rem;
  }
}
.menuContentList__item--third {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--third {
    width: 100%;
  }
}
.menuContentList__item--third .menuContentList_title {
  position: absolute;
  top: 33%;
  left: 5%;
  font-size: 30px;
  color: #0f0f0f;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--third .menuContentList_title {
    font-size: 2rem;
  }
}
.menuContentList__item--third .menuContentList_text {
  position: absolute;
  bottom: 8.3%;
  left: -1.5%;
  color: #fff;
  width: 96.9%;
  padding: 11px;
  margin-left: 16px;
  background: rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 768px) {
  .menuContentList__item--third .menuContentList_text {
    margin-left: 0;
    left: 0;
    width: 100%;
    font-size: 1.3rem;
    position: absolute;
    bottom: 3.3%;
  }
}
@media screen and (max-width: 320px) {
  .menuContentList__item--third .menuContentList_text {
    font-size: 1.2rem;
  }
}
.menuContentList__item--4th {
  width: 48%;
  margin-left: 9px;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--4th {
    width: 100%;
    margin-left: 0;
  }
}
.menuContentList__item--4th .menuContentList_title {
  position: absolute;
  top: 33%;
  left: 5%;
  font-size: 30px;
  color: #0f0f0f;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--4th .menuContentList_title {
    font-size: 2rem;
  }
}
.menuContentList__item--4th .menuContentList_text {
  position: absolute;
  bottom: 8.3%;
  left: -1.5%;
  color: #fff;
  width: 96.9%;
  padding: 11px;
  margin-left: 16px;
  background: rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 768px) {
  .menuContentList__item--4th .menuContentList_text {
    margin-left: 0;
    width: 100%;
    left: 0;
    font-size: 1.3rem;
    position: absolute;
    bottom: 3.3%;
  }
}
@media screen and (max-width: 320px) {
  .menuContentList__item--4th .menuContentList_text {
    font-size: 1.2rem;
  }
}
.menuContentList__item--5th {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--5th {
    width: 100%;
  }
}
.menuContentList__item--5th .menuContentList_title {
  position: absolute;
  top: 33%;
  left: 5%;
  font-size: 30px;
  color: #0f0f0f;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .menuContentList__item--5th .menuContentList_title {
    font-size: 2rem;
  }
}
.menuContentList__item--5th .menuContentList_text {
  position: absolute;
  bottom: 8.3%;
  left: -1.5%;
  color: #fff;
  width: 96.9%;
  padding: 11px;
  margin-left: 16px;
  background: rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 768px) {
  .menuContentList__item--5th .menuContentList_text {
    margin-left: 0;
    width: 100%;
    left: 0;
    font-size: 1.3rem;
    position: absolute;
    bottom: 3.3%;
  }
}
@media screen and (max-width: 320px) {
  .menuContentList__item--5th .menuContentList_text {
    font-size: 1.2rem;
  }
}
.shopContentList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .shopContentList {
    align-items: normal;
  }
}
.shopContentList__item {
  position: relative;
  font-size: 1.6rem;
  width: 48%;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .shopContentList__item {
    width: 90%;
    margin: 0 auto 25px;
  }
}
.shopContentList__dt {
  height: 185px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .shopContentList__dt {
    overflow: visible;
    height: 34px;
    height: 100px;
  }
}
.shopContentList__dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .shopContentList__dt img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 3px;
    border: solid 1px #9f8f7b;
  }
}
.shopContentList__item--another .shopContentList__dt {
  /* overflow: hidden;
    border: solid 1px #9f8f7b;
    position: relative; */
}

.shopContentList__item--another .shopContentList__dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .shopContentList__item--another .shopContentList__dt img {
    top: 50%;
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 3px;
    border: none;
  }
}
.shopContentList__dt a:hover {
  opacity: 0.5;
}

.shopContentList__dt .shopContentList__dt__black {
  height: 185px;
  background-color: black;
}

@media screen and (max-width: 768px) {
  .shopContentList__dt .shopContentList__dt__black {
    height: 100px;
  }
}
.shopContentList__dt .inBoxText_sub {
  position: absolute;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shopContentList__dt .inBoxText_sub {
    font-size: 0.6rem;
    margin: 0 auto;
    top: 30%;
    width: 100%;
  }
}
.shopContentList__dt .inBoxText_sub .inBoxText {
  position: absolute;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shopContentList__dt .inBoxText_sub .inBoxText {
    font-size: 1.6rem;
    margin: 0 auto;
    top: 50%;
    width: 100%;
  }
}
/*.shopContentList__dd--tel {
  color: $font-base_c;
  font-weight: bold;
  margin-top: 20px;
  &:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f87b";
    color: #6a4901;
    padding-right: 1rem;
  }
}*/
.shopContentList__dd--address {
  color: #0f0f0f;
}

@media screen and (max-width: 768px) {
  .shopContentList__dd--address {
    margin-left: 1.6em;
    text-indent: -1.6em;
  }
}
.shopContentList__dd--address:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f279";
  color: #6a4901;
  font-size: 1.2rem;
  padding-right: 1rem;
}

.shopContentList__dd--name {
  text-align: center;
  color: black;
}

.shopContentList__dd--name span {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .shopContentList__dd--name {
    font-size: 0.8rem;
  }
  .shopContentList__dd--name span {
    font-size: 2rem;
  }
}
.globalFooter {
  background: #f5eee0;
}

@media screen and (max-width: 768px) {
  .globalFooter {
    margin: 0 0 219px 0;
  }
}
.footerWrap {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footerWrap {
    display: none;
  }
}
.footerNav {
  padding: 40px 0;
}

.footerNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footerNavList {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 3;
}

.footerNavList__linkFirst {
  color: #0f0f0f;
}

.footerNavList__linkNest {
  color: #0f0f0f;
}

.footerNavListNest {
  padding-left: 16px;
}

.copyright {
  text-align: center;
  background: #7c5808;
}

.copyright__wrap {
  width: 80%;
  margin: 0 auto;
  padding: 27px 0;
}

.copyright__link {
  color: #fff;
}

.singleArticleSection__headline {
  margin: 0 auto 10px;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .singleArticleSection__headline {
    width: 100%;
  }
}
.singleArticleSection__headline .shop_sub {
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .singleArticleSection__headline .shop_sub {
    font-size: 17px;
    display: block;
  }
}
.singleArticleSection__thum {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .singleArticleSection__thum {
    width: 100%;
  }
}
.articleWrap {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}

.kv__wrap {
  position: relative;
}

.kv__title {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 2rem;
  }
}
.articleList {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .articleList {
    width: 100%;
  }
}
.articleListMain {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* align-items: center; */
  align-items: initial;
  padding: 40px 0;
  width: 100%;
}

.articleListMain__thum {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .articleListMain__thum {
    width: 100%;
  }
}
.articleListMain__content {
  margin-left: 50px;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .articleListMain__content {
    margin-left: 0;
    width: 100%;
  }
}
.articleListMain__haedline {
  border-bottom: solid 1px #ddd;
  font-size: 2rem;
  padding: 19px 0;
}

.articleListMain__haedline span {
  font-size: 1.5rem;
}

.articleListMain__dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 19px 0;
  border-bottom: solid 1px #ddd;
}

.articleListMain__dl--ait {
  align-items: flex-start;
}

.articleListMain__dl--qr {
  margin-top: 25px;
  display: inline-block;
}

.articleListMain__dt {
  font-weight: bold;
  width: 15%;
}

.articleListMain__dd {
  width: 85%;
}

.articleListMain__dt--qr {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .articleListMain__dt {
    width: 100%;
    font-size: 1.8rem;
  }
}
.circleThum img {
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .circleThum {
    width: 80%;
    margin: 0 auto;
  }
}
.singleShopWrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.articleListMain--modifire {
  border: none;
}

.articleListMain__ddList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.articleListMain__ddList__item {
  width: 20%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .articleListMain__ddList__item {
    width: 50%;
  }
}
.articleListMain__ddList__text {
  font-size: 11px;
  text-align: center;
}

.appDownload {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.appDownload p {
  width: 100%;
  text-align: center;
}

.appleBadges {
  width: 135px;
  height: 48px;
}

.googleBadges {
  width: 165px;
  height: 70px;
  margin-left: 80px;
}

@media screen and (max-width: 768px) {
  .googleBadges {
    margin-left: 0;
  }
}
.app_qr {
  width: 40%;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .app_qr {
    display: none;
  }
}
.reserveContent {
  display: flex;
  margin-top: 30px;
  gap: 90px;
}

@media screen and (max-width: 768px) {
  .reserveContent {
    display: block;
  }
}
.reserveContent__item {
  /* text-align: center; */
}

.couponLink__item {
  margin-top: 10px;
  display: block;
  border-radius: 6px;
  padding: 16px 20px;
  color: #fff;
  background: #936b18;
  text-align: center;
}

.reserveContent__text {
  font-weight: bold;
  text-align: center;
}

/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
  background: #8f6003;
  display: none;
}

@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 3%;
    top: 2.2%;
    padding-top: 14px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  #factory .el_humburger {
    display: none;
  }
}
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
}

@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 22px;
  }
}
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
  }
}
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
  }
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 7px;
  height: 3px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #fff;
}

@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #fff;
  }
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 3;
  padding-top: 100px;
  box-sizing: border-box;
  transition: all 300ms ease-out;
  overflow: auto;
}

@media screen and (max-width: 840px) {
  .navi {
    width: 100%;
    padding: 50px 3%;
    background: url(img/common/header_bg.png);
    transform: translateX(100%);
  }
  .js_humburgerOpen .navi {
    transform: translateX(0);
  }
}
.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  white-space: nowrap;
  margin-left: 90px;
}

.navi_item:before {
  content: "";
  display: inline-block;
  background-image: url("img/common/leaf.png");
  width: 25px;
  background-size: contain;
  vertical-align: middle;
  height: 32px;
  margin: 5px 10px 0;
}

.navi_item a {
  color: #8f6003;
}

.navi_item.op_innerLink {
  cursor: pointer;
}

@media screen and (max-width: 840px) {
  .navi_item {
    margin-left: 0;
    font-size: 2rem;
    font-weight: bold;
    font-family: "游ゴシック体 ", YuGothic, " 游ゴシック Medium ", " Yu Gothic Medium ", " 游ゴシック ", " Yu Gothic ", sans-serif;
  }
  .navi_item__hum {
    margin-left: 30%;
    font-size: smaller;
    font-weight: normal;
  }
  .navi_item__hum li {
    padding-bottom: 8px;
    display: flex;
  }
  .navi_item__hum li .lang_nav {
    color: #8f6003;
    width: 90px;
  }
}
.singePageTitle {
  background: #3e2b03;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3e2b03 14%, #d79f28 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e2b03", endColorstr="#d79f28", GradientType=1);
  /* IE6-9 */
}

.singePageTitle__wrap {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  padding: 29px 0;
  font-weight: bold;
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3rem;
}

.map iframe {
  width: 100%;
  height: 390px;
}

.pageSection {
  max-width: 1200px;
  margin: 50px auto 100px;
}

.pageArticleSection__main {
  margin-bottom: 50px;
}

.pageBanner {
  width: 80%;
  margin: 20px auto;
}

/*.pageBanner{	
	background: url("img/top/section_bakc.png");
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 80px;
	>img{
		width:80%;
		margin-top: 30px;
		max-width: $max;
	}
}*/
.pageContentTitle--kv01 {
  position: relative;
}

.pageContentTitle--kv02 {
  position: relative;
}

.pageContentTitle--kv03 {
  position: relative;
}

.pageContentTitle__text {
  text-align: center;
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 4rem;
  text-shadow: 0px 0px 5px #fff;
}

@media screen and (max-width: 768px) {
  .pageContentTitle__text {
    position: absolute;
    top: 10%;
    font-size: 5vw;
  }
}
.pageContentTitle__text--underline {
  width: 80%;
  margin: 0 auto 25px;
  border-bottom: solid 2px #af904b;
  padding-bottom: 20px;
}

.pageContentTitle__lead {
  width: 80%;
  margin: 0 auto 60px;
  line-height: 2;
  font-size: 1.6rem;
  max-width: 1200px;
  text-align: center;
}

.pageContentTitle__menutitle {
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-size: 4rem;
  color: #9e802e;
  /* margin-bottom: 20px;  */
}

@media screen and (max-width: 768px) {
  .pageContentTitle__menutitle {
    font-size: 2.2rem;
  }
}
.pageContentTitle__subtitle {
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  color: #9e802e;
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: -13px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pageContentTitle__subtitle {
    font-size: 1.8rem;
  }
}
.pageContentTitle__menutitle:before {
  content: "";
  display: inline-block;
  background-image: url("img/common/title_left.png");
  width: 100px;
  background-size: contain;
  vertical-align: middle;
  height: 60px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .pageContentTitle__menutitle:before {
    display: none;
  }
}
.pageContentTitle__menutitle:after {
  content: "";
  display: inline-block;
  background-image: url("img/common/title_right.png");
  width: 100px;
  background-size: contain;
  vertical-align: middle;
  height: 60px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .pageContentTitle__menutitle:after {
    display: none;
  }
}
.message {
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  color: #9e802e;
  text-align: center;
  margin: 10px auto 20px;
}

@media screen and (max-width: 768px) {
  .message {
    font-size: 1.7rem;
  }
}
.concept {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .concept {
    flex-wrap: wrap;
  }
}
.concept > p {
  width: 100%;
  margin: 0 0 1em;
}

@media screen and (max-width: 768px) {
  .concept > p {
    width: 100%;
    margin: 0 0 1em;
  }
}
.concept img {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .concept img {
    width: 50%;
    margin: 0 auto 30px;
  }
}
.concept2 {
  display: block;
}

.history li {
  display: flex;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .history li {
    display: block;
    width: 90%;
    margin: 15px auto;
    font-size: 1.2rem;
  }
}
.history li > .time_his {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .history li > .time_his {
    width: 50%;
  }
}
.trademark {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .trademark {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.trademark li {
  display: flex;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .trademark li {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
.trademark li > .trademark_num {
  margin: 0 20px;
}

.privacy {
  max-width: 1200px;
  width: 90%;
  margin: 30px auto;
}

.privacy h2 {
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  color: #9e802e;
  text-align: left;
  margin: 80px auto 10px;
}

.privacy p {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .privacy p {
    margin-left: 0;
  }
}
/*メニュー全般*/
.menu {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .menu {
    width: 100%;
  }
}
.menuList__item {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #ddd;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .menuList__item {
    display: block;
    border: none;
    margin-bottom: 50px;
  }
}
.menuList__left {
  display: flex;
  flex-direction: column-reverse;
  padding: 30px 10px;
}
.menuList__left .img_wrap {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
.menuList__left .img_wrap .img_box {
  width: 150px;
  height: 150px;
}
.menuList__left .img_wrap .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menuList__left .menuList__box {
  width: 60%;
}
.menuList__left .menuList__box.height {
  padding-bottom: 1.5em;
}

.menuList__left__block {
  display: block;
  padding: 30px 10px;
}

.menuList__title {
  font-size: 1.8rem;
  color: #624607;
}

.menuList__lead {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .menuList__lead {
    font-size: 1.1rem;
  }
}
.menuList__right {
  position: absolute;
  top: 10px;
  right: 0;
  width: 250px;
}

@media screen and (max-width: 768px) {
  .menuList__right {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    position: relative;
  }
}
.menuList__time {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .menuList__time {
    width: 100%;
    border: none;
    padding: 0 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
}
.menuList__time--modifire {
  font-size: 2.3rem;
  font-weight: bold;
  color: #624607;
}

@media screen and (max-width: 768px) {
  .menuList__time--modifire {
    font-size: 2.3rem;
    width: 30%;
    text-align: right;
  }
}
.menuList__price {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 13%;
}
.menuList__price.en {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .menuList__price {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .menuList__price.en {
    width: 100%;
  }
}
.menuList__price--modifire {
  font-size: 2.3rem;
  font-weight: bold;
  color: #624607;
  width: 30%;
}

.menuList__price--red {
  font-size: 2.3rem;
  font-weight: bold;
  color: red;
}

.menuList--modifire {
  font-size: 2.6rem;
  font-weight: bold;
  color: #624607;
}

.menuList__double {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .menuList__double {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .menuList__double:first-child {
    padding-bottom: 20px;
  }
}
.menutitle {
  padding: 10px 0;
  background-color: #f5eee0;
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .menutitle {
    display: none;
  }
}
.menuRich {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}

.menuRich > .menuImage {
  width: 30%;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .menuRich > .menuImage {
    width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  .menuRich > .menuImage:before {
    content: "";
    background-image: url("img/common/title_left_img.png");
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    width: 20px;
    height: 100px;
    left: -10%;
  }
  .menuRich > .menuImage:after {
    content: "";
    background-image: url("img/common/title_right_img.png");
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    width: 20px;
    height: 100px;
    right: -11%;
  }
}
.menuRich > p {
  line-height: 2;
  margin: 20px;
}

@media screen and (max-width: 768px) {
  .menuRich {
    flex-direction: column;
    width: 100%;
  }
}
.priceList > li {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted lightgray;
  margin: 0 30px;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.priceList > li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .priceList > li {
    margin: 0;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.time {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .time {
    width: 100%;
    margin-top: 10px;
  }
}
.time__short {
  width: 100px;
}

.price {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .price {
    width: 33%;
  }
}
.price__short {
  width: 150px;
}

.parts {
  width: 300px;
  font-size: smaller;
}

@media screen and (max-width: 768px) {
  .parts {
    width: 150px;
    font-size: 1.2rem;
  }
}
.kind {
  display: none;
}

@media screen and (max-width: 768px) {
  .kind {
    display: block;
    background-color: #f5eee0;
    width: 20%;
    font-size: smaller;
    margin-right: 20px;
    text-align: center;
  }
}
.menuMemo {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #9e802e;
  padding: 30px 50px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 768px) {
  .menuMemo {
    flex-wrap: wrap;
    padding: 30px 10px;
  }
}
.menuMemo__left {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .menuMemo__left {
    width: 100%;
  }
}
.menuMemo__left > h2 {
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  color: #9e802e;
  text-align: center;
  margin: 10px auto 20px;
}

@media screen and (max-width: 768px) {
  .menuMemo__left > h2 {
    font-size: 2rem;
  }
}
.menuMemo__left > h2:before {
  content: "";
  display: inline-block;
  background-image: url("img/common/title_left_small.png");
  width: 25px;
  background-size: contain;
  vertical-align: middle;
  height: 32px;
  margin-right: 20px;
}

.menuMemo__left > h2:after {
  content: "";
  display: inline-block;
  background-image: url("img/common/title_right_small.png");
  width: 25px;
  background-size: contain;
  vertical-align: middle;
  height: 32px;
  margin-left: 20px;
}

.menuMemo__left > .memo {
  background-color: #f5eee0;
  margin-top: 10px;
  padding: 10px 30px;
  font-size: small;
}

.menuMemo > ul {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .menuMemo > ul {
    width: 100%;
  }
}
.machineList {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.machineList li {
  background-color: #f5eee0;
  padding: 25px 20px;
  width: 23%;
  margin: 10px;
  position: relative;
  z-index: 1;
}

.machineList li:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .machineList li {
    padding: 20px 10px;
    width: 47%;
    margin: 5px 10px 0 0;
    font-size: 1.2rem;
  }
}
.machineList li:after {
  content: "";
  display: inline-block;
  background-image: url(img/common/icon_list.png);
  position: absolute;
  background-size: contain;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .machineList li:after {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
  }
}
.machineList li a {
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .machineList li a {
    padding: 10px;
  }
}
.machineList li a.break {
  padding: 2px 20px;
}

@media screen and (max-width: 768px) {
  .machineList li a.break {
    padding: 2px 10px;
  }
}
.titleBox {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .titleBox {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.titleBox h2 {
  font-family: 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", "Hiragino Mincho Pro ", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  color: #9e802e;
  position: relative;
  font-size: 4rem;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .titleBox h2 {
    font-size: 2.2rem;
    margin: 30px 0;
    width: 100%;
  }
}
.titleBox h2.titleBox__title--small {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .titleBox h2.titleBox__title--small {
    font-size: 1.59rem;
  }
}
.titleBox h2:before {
  content: "";
  display: inline-block;
  background-image: url("img/common/title_top.png");
  position: absolute;
  background-size: contain;
  width: 100px;
  height: 30px;
  top: -150%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.titleBox h2:after {
  content: "";
  display: inline-block;
  background-image: url("img/common/title_bottom.png");
  position: absolute;
  background-size: contain;
  width: 100px;
  height: 30px;
  bottom: -150%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .titleBox h2:after {
    bottom: -80%;
  }
}
.titleBox img {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .titleBox img {
    width: 60%;
  }
}
.qr {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .qr {
    text-align: center;
    width: 100%;
  }
}
.youtubeBox {
  width: 73%;
  margin: 20px auto 40px;
  padding: 0 10px;
  height: 621px;
}

@media screen and (max-width: 768px) {
  .youtubeBox {
    width: 80%;
    height: auto;
    padding: 0;
  }
}
.youtubeBox > iframe {
  width: 100%;
  height: 100%;
}

/* フローティングバナー */
.floating {
  display: none;
  background: #fff;
  padding: 15px 0;
  /* box-shadow: 0px -7px 5px -3px #bfb8b8; */
  box-shadow: 0px 6px 5px -3px #bfb8b8;
  position: fixed;
  /* bottom: 0; */
  top: 0;
  width: 100%;
  z-index: 9999;
}
.floating.none {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .floating {
    top: auto;
    bottom: 0;
    box-shadow: 0px -7px 5px -3px #bfb8b8;
  }
  .js_humburgerOpen .floating {
    display: none !important;
  }
}
.floating__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .floatingLogo {
    display: none;
  }
}
.floatingList {
  width: 65%;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .floatingList {
    width: 100%;
  }
}
.floatingList__item {
  width: 24%;
}

@media screen and (max-width: 768px) {
  .floatingList__item {
    width: 48%;
  }
}
.floating__totop {
  position: absolute;
  top: -29px;
  right: 0;
  margin-left: -15px;
  border: 1px solid #fff;
  text-align: center;
  background: #fff;
  box-shadow: 0px -7px 5px -3px #bfb8b8;
  border-radius: 10px 0 0 0;
  padding: 2px 15px;
  font-weight: bold;
}

.floating__totopLink {
  color: #000;
}

.cam-ttl-txt {
  text-align: center;
  /* font-size: 24px; */
  color: #ff7373;
}

@media screen and (max-width: 768px) {
  .cam-ttl-txt {
    /* font-size: 17px; */
  }
}
.video_start {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  transition: 0.4s;
}
.video_start::after {
  content: "";
  width: 0;
  height: 0;
  z-index: 10;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-left: solid 50px #dd000c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movie_content {
  margin-top: 67px;
}
.movie_content .sectionTitle {
  font-size: 4rem;
  color: #9e802e;
  font-weight: bold;
}
.movie_content .movie_wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.movie_content .movie_wrap ul {
  display: flex;
  justify-content: space-between;
}
.movie_content .movie_wrap ul li {
  width: 48%;
}
.movie_content .movie_wrap ul li .ttl {
  text-align: center;
  color: #9e802e;
  font-size: 2rem;
  font-weight: bold;
}
.movie_content .movie_wrap ul li .movie {
  position: relative;
  height: 525px;
}
.movie_content .movie_wrap ul li .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sectionTitle__text.type_box {
  background: linear-gradient(to bottom, #aa7e37 28%, #7c5808 100%);
  display: inline-block;
  padding: 2px 15px 0px;
  color: #fff;
}

.top_campaign {
  width: 90%;
  margin: 0 auto;
}
.top_campaign ul {
  padding: 8px;
  background: linear-gradient(to bottom, #573e04 0%, #725008 10%, #aa7a06 50%, #ffeec5 98%);
  display: flex;
  flex-wrap: wrap;
}
.top_campaign ul li {
  width: 50%;
}
.top_campaign ul li .image img {
  vertical-align: bottom;
}
.top_campaign ul li .desc {
  text-align: center;
  background-color: #80be41;
  padding: 5px 0;
}
.top_campaign ul li .desc .jp {
  color: #fff;
  font-size: 20px;
}
.top_campaign ul li .desc .en {
  color: #fff;
  font-size: 14px;
  margin-top: -5px;
}
.top_campaign ul li .desc .fee {
  color: #ff0000;
  font-weight: bold;
  font-size: 20px;
}
.top_campaign ul li:nth-child(even) {
  border-left: 1px solid #aa7a06;
}

@media screen and (max-width: 768px) {
  .mt_m {
    margin-top: 30px;
  }
  .fs_heading {
    font-size: 2rem;
  }
  .movie_content .sectionTitle {
    font-size: 3rem;
  }
  .movie_content .movie_wrap ul {
    flex-direction: column;
    gap: 30px;
  }
  .movie_content .movie_wrap ul li {
    width: 100%;
  }
  .movie_content .movie_wrap ul li .ttl {
    font-size: 18px;
  }
  .movie_content .movie_wrap ul li .movie {
    height: 360px;
  }
  .top_campaign ul {
    flex-direction: column;
    padding: 6px;
  }
  .top_campaign ul li {
    width: 100%;
  }
  .top_campaign ul li .desc .jp {
    font-size: 16px;
  }
  .top_campaign ul li .desc .fee {
    font-size: 16px;
  }
  .menuList__left {
    padding-bottom: 0;
  }
  .menuList__left .img_wrap .img_box {
    width: 33%;
    height: 31vw;
  }
  .menuList__left .menuList__box {
    width: 100%;
  }
  .menuList__left .menuList__box.height {
    padding-bottom: 0;
  }
}
html .lang_cn {
  font-family: "Noto Sans SC", serif;
}

.lang_tit {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.lang_tit h1 {
  width: 100%;
}
.lang_tit p {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 10px;
  line-height: 1.2;
}
.lang_tit p span {
  font-size: 0.8em;
}

.lead_wrap.inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.movie_en {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.credit_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.credit_logo.logo_wide {
  margin-top: 1em;
  gap: 0 5px;
}
.credit_logo li img {
  width: auto;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.electronic {
  padding: 12px 0;
}
.electronic .electronic_dt {
  font-weight: bold;
  width: 100%;
}
.electronic .electronic_dd {
  margin-top: 10px;
}
.electronic .credit_logo li.height_ll img {
  height: 55px;
}
.electronic .credit_logo li.height_l img {
  height: 50px;
}
.electronic .credit_logo li.height_m img {
  height: 40px;
}

.pay_lang ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.pay_lang ol + ol {
  margin-top: 5px;
}
.pay_lang ol .alipay_plus {
  margin-right: 5px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: 2px solid #b5b5b5;
}

@media screen and (max-width: 768px) {
  .articleListMain__dd {
    width: 100%;
    margin-top: 5px;
  }
  .lang_tit {
    display: block;
    width: 100%;
  }
  .lang_tit h1 {
    width: 100%;
  }
  .lang_tit p {
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
  }
  .movie_en {
    width: 335px;
  }
}
a.line {
  color: inherit;
  text-decoration: underline;
}
a.line:hover {
  text-decoration: none;
}

.shopContentList__dd--name .shoplist_text {
  text-align: left;
  font-size: 18px;
  display: block;
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .shopContentList__dd--name .shoplist_text {
    font-size: 16px;
  }
}

.footerNav {
  gap: 30px 20px;
}

.sns_wrap {
  margin-top: 20px;
}
.sns_wrap ul {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.sns_wrap ul li {
  text-align: center;
}
.sns_wrap ul li a {
  color: #0f0f0f;
  font-weight: bold;
  font-size: 18px;
}
.sns_wrap ul li a span {
  font-size: 14px;
}
.sns_wrap ul li .logo_wrap img {
  width: 80px;
}
.sns_wrap.sns_img ul li {
  position: relative;
  width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns_wrap.sns_img ul li a {
  background-color: #fff;
  padding: 5px;
}
.sns_wrap.sns_img ul li:nth-child(1) {
  background: url(https://kk-relax.com/wp-content/themes/kk-relax/img/common/ph_insta.jpg) no-repeat center top/cover;
}
.sns_wrap.sns_img ul li:nth-child(2) {
  background: url(https://kk-relax.com/wp-content/themes/kk-relax/img/common/ph_youtube.jpg) no-repeat center top/cover;
}
.sns_wrap.sns_img ul li:nth-child(3) {
  background: url(https://kk-relax.com/wp-content/themes/kk-relax/img/common/ph_tiktok.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .sns_wrap ul {
    gap: 30px;
  }
  .sns_wrap ul li {
    text-align: center;
  }
  .sns_wrap ul li a {
    font-size: 16px;
  }
  .sns_wrap ul li a span {
    font-size: 13px;
  }
  .sns_wrap ul li .logo_wrap img {
    width: 60px;
  }
  .sns_wrap.sns_img ul {
    gap: 10px;
  }
  .sns_wrap.sns_img ul li {
    width: 30%;
    height: 110px;
  }
  .sns_wrap.sns_img ul li a {
    padding: 3px;
  }
}

.articleListMain__dd .datailButton {
  margin-top: 0;
  margin-left: 0;
}

.review_wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=style.css.map */