@charset "utf-8";

@font-face {
  font-family: Boogaloo;
  src: url('../Crimson_Text/CrimsonText-Regular.ttf') format("truetype");
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 4vw;
  line-height: 1.8;
  background: #fff;
  position: relative;
  color: #3d3935;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-weight: normal;
  text-align: left;
}

figure {
  margin: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.nolinks {
  pointer-events: none !important;
}

/*font*/
.NSJP_font {
  font-family: 'Noto Sans JP', sans-serif;
}

.PD_font {
  font-family: 'Playfair Display', serif;
}

.PD_font>span {
  letter-spacing: 6px;
  transform: scale(1.1, 0.95);
  transform-origin: top left;
}

/*title*/
.title01 {
  font-size: 48px;
  font-weight: bold;
}

.title01u {
  margin: 0 auto 0;
  text-align: center;
  color: #47130E;
  line-height: 1.3;
}

.title01u>span {
  font-size: 6.5vw;
}

.title01u>small {
  font-size: 4.5vw;
  display: block;
}

.title01 {
  font-weight: bold;
}

.title02 {
  font-size: 6vw;
  margin: 4% auto 6%;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  color: #47130E;
  text-align: center;
  width: 96%;
}

.title02>span {
  letter-spacing: 4px;
  transform: scale(1, 0.95);
  transform-origin: top left;
  display: inline-block;
}

.title02b {
  font-size: 20px;
  margin: 0 auto 50px;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
}

.title02b>span {
  letter-spacing: 6px;
  transform: scale(1.1, 1);
  transform-origin: top left;
  display: inline-block;
}

.title03 {
  font-size: 48px;
  font-weight: bold;
}

.title03>span {
  letter-spacing: 6px;
  transform: scale(1.1, 1);
  transform-origin: top left;
  display: inline-block;
}

/*btn*/
.btn01 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 11px 1%;
  border: solid 1px #CBC7C7;
  min-width: auto;
  max-width: 350px;
  width: 80%;
  color: #8b8b8b;
  font-size: 4vw;
}

.btn01>span {
  position: relative;
  display: inline-block;
  color: #000;
}

.btn01>span::before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 1.5px;
  background: #000;
  border-radius: 10px;
  opacity: 0.7;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.btn01>span::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #000000;
  border-bottom: 1.5px solid #000;
  opacity: 0.7;
  border-radius: 3px;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) translateX(0%) rotate(-45deg);
  transform: translateY(-50%) translateX(0%) rotate(-45deg);
}

.slbtn {
  display: block;
  background: #AE9B4F;
  padding: 4% 5% 5%;
  max-width: 691px;
  margin: 0 auto;
  font-family: 'Playfair Display', serif;
  position: relative;
}

.slbtn::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 10px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.slbtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 3px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) translateX(0%) rotate(-45deg);
  transform: translateY(-50%) translateX(0%) rotate(-45deg);
}

.slbtn>span {
  letter-spacing: 5px;
  transform: scale(1.1, 0.95);
  transform-origin: top left;
  font-size: 6vw;
  color: #000;
}

.slbtn.ctstc>span {
  letter-spacing: 2px;
  transform: scale(1.05, 0.95);
  transform-origin: top left;
  font-size: 4.6vw;
  color: #000;
}

/* =======================================
★共通
========================================== */
.inner {
  max-width: 1330px;
  width: 96%;
  margin: 0 auto;
}

.inner_sm {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}

.img_wrap {
  position: relative;
}

.bk_white {
  background-color: #ffffff;
}

.bk_EEEBE0 {
  background-color: #EEEBE0;
}

/*totop*/
.btn_pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  display: block;
  background: #c5c5c5;
  z-index: 10;
}

.btn_pagetop>span {
  display: none;
}

.btn_pagetop:after {
  content: '';
  width: 13px;
  height: 13px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  transition: .3s;
}

.main_cont {
  /* margin-left: 180px; */
  /* background: #eee; */
  position: relative;
  z-index: 0;
  margin: 60px 0 0;
}

.main_wrap>section {
  padding: 5% 0;
}

.rela {
  position: relative;
}

.flex_nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.ul50 li {
  float: left;
  width: 48%;
  margin: 0 2% 2% 0%;
}

.ul50 li:nth-child(2n) {
  margin: 0 0 2% 0%;
}

.ul33 li {
  float: none;
  width: 96%;
  margin: 0 auto 5%;
}

.ul33 li:nth-child(3n) {
  /* margin: 0 0 3% 0%; */
}

.ul25 li {
  float: left;
  width: 24%;
  margin: 0 2% 2% 0%;
}

.ul25 li:nth-child(4n) {
  margin: 0 0 2% 0%;
}

.c_c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/*plus*/
.plus_wrap {
  position: absolute;
  right: 10px;
  width: 10px;
  content: "";
  display: block;
  height: 10px;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.plus_wrap span {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #1b1d25;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

/*pager*/
.pager {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5%;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 2;
  border: 1px solid #8b8b8b;
  transition: ease-out .5s;
  color: #8b8b8b;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
}

span.pages {
  display: none;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #8b8b8b;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

/* =======================================
★animte
========================================== */
/**/
.effectFU {
  overflow: hidden;
  display: block;
}

.effectFU>span {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.effectFU.isShow>span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effectFU>span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgb(242, 237, 233);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.effectFU.isShow>span:before {
  /* -webkit-transform: scale(0, 1); */
  transform: scale(0, 1);
}

.effectFU.isShow>span>img {
  width: 100%;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/* =======================================
★header
========================================== */
.wrap {
  overflow-y: auto;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

header {
  width: 100%;
  position: fixed;
  z-index: 25;
}

.header_inner {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  background: #fff;
  transition: 0.3s;
  opacity: 1;
  height: 100%;
  padding: 5px;
}

.header_inner.active {
  opacity: 0;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
}

.logo>a {
  display: block;
  transition: 0.3s;
  width: 35px;
}

.hnavi_wrap {
  margin: 8% 8% 8%;
  width: 86%;
  padding: 0 0px 0 0;
  display: none;
}

.bk_header .hnavi_wrap {
  margin: 0px 0px 30px 30px;
}

.bk_header .hnavi_wrap ul li a {
  margin: 0 0 20px;
}

.lgNav_03s {
  padding: 65px 0 0;
}

.hnavi_wrap ul>li {
  margin: 0 0 4%;
  line-height: 1.5;
  /* border-bottom: solid 1px #EEE; */
  padding: 0 4% 3%;
  display: block;
  float: left;
  width: 50%;
}

.hnavi_wrap ul>li>a {
  display: block;
}

.hnavi_wrap ul>li>a span {
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  color: #000000;
  display: block;
}

.hnavi_wrap ul>li>a span>small {
  font-size: 3.5vw;
  color: #47130E;
  display: block;
  font-family: 'Boogaloo', serif;
  margin: 0;
}

.bk_header {
  z-index: 0;
  background: rgb(180, 170, 146);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  position: absolute;
  padding: 170px 0 0;
  transition: 0.3s;
  display: none;
}

.bk_header.on {
  right: -180px;
}

.bk_header ul>li {
  display: none;
}

.bk_header ul>li.on {
  display: block;
}

.lgons {
  position: relative;
}

/* .lgons:after {
    position: absolute;
    top: 50%;
    left: 60%;
    content: '';
    width: 40%;
    height: 1px;
    background: #B4AA92;
  transform: scale(0, 1);
  transform-origin: right top;
    transition: transform .3s;
}

.lgons:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
} */
/* =======================================
★バーガーメニュ
========================================== */
.spnav_btn {
  /* background: #eee; */
  right: 2px;
  top: 16px;
  width: 30px;
  margin: 1px 20px 0 0;
  font-size: 0;
  position: fixed;
  z-index: 30;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 26px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #707070;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* spnav_menu */
.spnav_menu {
  opacity: 0;
  transition-timing-function: ease-in-out;
  position: fixed;
  z-index: -1;
  transition: 0.7s;
  /* top: -100%; */
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  transform: scale(0.95);
  height: 100%;
  overflow-y: auto;
}

.spnav_menu.active {
  opacity: 1;
  position: fixed;
  z-index: 20;
  transform: scale(1);
  top: 0;
}

.spnav_menu .hnavi_wrap {
  display: block;
}

.spnav_menu_inner {
  padding: 5% 0;
  width: 90%;
  margin: auto;
  position: relative;
}

.spnav_menu_inner .spnav_btn {
  /* background: #eee; */
  position: absolute;
  width: 30px;
  margin: 0 0px 0 5px;
  top: 16px;
  right: 3px;
}

.h_lang_wrap {
  margin: 0;
}

.spnav_logo {
  max-width: 245px;
  width: 40%;
  margin: 13% auto 10%;
}

.spnav_menu_inner .h_sns {
  float: none;
  margin: 0 auto;
  width: 72%;
  text-align: center;
}

.spnav_menu_inner .h_sns li:last-child {
  width: 28%;
}

.spnav_menu_inner .h_sns li {
  float: left;
  margin: 0;
  width: 33%;
}

.spnav_menu_inner .twitterw {
  max-width: 40px;
  display: block;
  margin: auto;
}

.spnav_menu_inner .instagramw {
  max-width: 35px;
  display: block;
  margin: auto;
}

.spnav_menu_inner .facebookw {
  max-width: 19px;
  display: block;
  margin: auto;
}

/* =======================================
★footer
========================================== */
.sns_wrap {
  position: static;
  /* background: #eeebe0; */
  width: 90%;
  margin: 0 auto 0%;
  right: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
}

.sns_wrap ul>li {
  position: relative;
  display: inline-block;
  margin: 0 3% 0;
  padding: 0;
  max-width: 40px;
  width: 15%;
}

.sns_wrap ul>li:nth-of-type(2) {
  position: relative;
  top: -6px;
  left: -6px;
}

.sns_wrap ul>li:nth-of-type(3) {
  position: relative;
  top: 4px;
  left: -6px;
}

.sns_wrap ul>li:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.sns_wrap ul {
  box-sizing: border-box;
  margin: 0 0 8%;
}

.sns_wrap ul>li>a {
  display: block;
  width: 80%;
  margin: 0 auto;
  opacity: 0.8;
}

.sns_wrap ul>li>a>span {
  position: relative;
}

.sns_wrap .icon_tw {
  max-width: 40px;
}

.sns_wrap .ico_insta {}

.sns_wrap .ico_youtb {
  max-width: 40px;
}

.sns_wrap .icon_cont {
  max-width: 40px;
}

footer {
  background-color: #EEEBE0;
  padding: 40px 0 50px;
}

.footer_logo {
  max-width: 121px;
  margin: 0 auto 15px;
  width: 25%;
}

footer p {
  text-align: center;
  font-size: 11px;
  color: #626262;
  padding: 0;
}

/* =======================================
★TOP
========================================== */
.t_cover {
  /* background: #F8F8F8; */
  padding: 0;
}

.t_cover_inner {
  position: relative;
  overflow: hidden;
  padding: 0 0 106.6%;
  max-width: 100%;
  margin: 0 auto;
}

.t_cover_cont {
  position: absolute;
  width: 80%;
  max-width: 587px;
  top: 6%;
  left: 0;
  right: 0;
  margin: 0px auto;
  padding: 0;
  z-index: 10;
}

.t_cover_cont .img_wrap {
  width: 50%;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  max-width: 1500px;
  text-align: center;
}

.t_cover_cont .img_wrap img {
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
  -webkit-transform: translate3d(0px, -10px, 0);
  transform: translate3d(0px, -10px, 0);
}

.isShow.t_cover_cont .img_wrap img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.top_slider {
  position: absolute;
  display: block;
  /* overflow: hidden; */
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.top_slider li {
  /* padding: 325px 0; */
  padding: 20% 0;
  background-size: cover;
}

.bk_cover01 {
  background: url(../img/bk_cover01.jpg)no-repeat center;
}

.bk_cover02 {
  background: url(../img/bk_cover02.jpg)no-repeat center;
}

.bk_cover03 {
  background: url(../img/bk_cover03.jpg)no-repeat center;
}

/*slick**/
.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 96%;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  list-style: none;
  text-align: left;
  z-index: 1;
}

.slick-dots li {
  padding: 0px 0;
}

.slick-dots {
  bottom: 10%;
  display: block;
  width: 96%;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 16px;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #ffe168;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #e5c12f;
}

/****slick****/
.t_cover_cont .img_wrap img {
  position: relative;
  max-width: 218px;
  margin: 0 auto;
}

.t_cover_cont .title01 {
  margin: 0 auto 0;
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
  text-align: center;
}

.isShow.t_cover_cont .title01 {
  opacity: 1;
}

.t_cover_box {
  border-top: solid 2px rgba(255, 255, 255, 0.3);
  padding: 3% 0 0;
}

.t_cover_cont p {
  color: #fff;
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
  text-align: center;
}

.t_cover_cont p span {
  font-size: 3.7vw;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  opacity: 0.46;
  letter-spacing: 4.6px;
  transform: scale(1.1, 0.95);
  transform-origin: top left;
  display: inline-block;
  font-weight: 300;
}

.isShow.t_cover_cont p {
  opacity: 1;
}

.t_cover_cont .title01 span {
  display: block;
  /* background: #AE9B4F; */
  margin: 0;
  font-size: 4vw;
  box-sizing: border-box;
  padding: 0;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 3px;
  display: block;
  /* background: #AE9B4F; */
  font-weight: 100;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.main_wrap>section.release_and_news_area {
  padding: 10% 0;
}

.release_and_news_area .release_area {
  margin: 0 auto 50px;
}

.release_and_news_area .release_area .img_wrap {}

.release_and_news_area .news_area {
  margin: 0 auto 60px;
}

/*news_wrap*/
.news_wrap {
  margin: 0 auto 40px;
  color: #000;
}

.news_wrap>a {
  display: block;
  padding: 15px 10px;
  border-bottom: dotted 1.5px #f5f5f5;
}

.news_wrap>a:first-child {
  border-top: dotted 1.5px #f5f5f5;
}

.icon_new {
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 10px;
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
  background: #f94a3d;
  margin: 0 0px 0 15px;
}

.icon_osusume {
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 10px;
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
  background: #E6A100;
  margin: 0 0px 0 15px;
}

.news_wrap>a dl {
  font-size: 4vw;
  color: #000;
}

.news_wrap>a dl dt {
  float: none;
  width: auto;
  margin: 0 0 1%;
  display: flex;
}

.news_wrap>a dl dd {
  float: none;
  width: auto;
}

/**news_wrap**/
.consept_and_menu_area {
  background: url(../img/top_bkconceptimg.png)repeat;
}

.consept_area {
  margin: 94% auto 125%;
  padding: 0 0 0;
}

.consept_area::before {
  display: block;
  content: "";
  padding: 0 0 10px;
  background: #F2EDE9;
  position: absolute;
  top: -45%;
  left: -4%;
  height: 150%;
  width: 108%;
  max-width: 500px;
  z-index: 0;
}

.consept_area>figure {
  position: absolute;
}

.insk01 {
  max-width: 854px;
  top: -112%;
  right: -4%;
  width: 88%;
}

.insk02 {
  max-width: 400px;
  top: -56%;
  left: -1%;
  width: 47%;
  z-index: 1;
}

.insk03 {
  max-width: 650px;
  top: -51%;
  left: 35%;
  width: 56%;
  z-index: 1;
}

.kyoukai_box {
  position: absolute;
  bottom: -101%;
  left: 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.9);
}

.kyoukai_box ul li {}

.kyoukai_box ul li:first-child {
  float: none;
  width: 42%;
  max-width: 150px;
  margin: 0 auto 5%;
}

.kyoukai_box ul li:last-child {
  float: none;
  width: 100%;
}

.kyoukai_box em {
  font-size: 5vw;
  display: block;
  border-bottom: solid 1.5px #bcbcbc;
  line-height: 1.3;
  padding: 0 0 8px;
  margin: 0 0 8px;
}

.kyoukai_box p {
  font-size: 3.3vw;
  line-height: 1.5;
}

.consept_area_box {
  position: relative;
  z-index: 1;
  padding: 5% 0 0 5%;
}

.consept_h2 {
  font-size: 0vw;
  margin: 0 auto 5%;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  color: #47130E;
}

.consept_h2>span {
  letter-spacing: 6px;
  transform: scale(1.1, 1);
  transform-origin: top left;
  display: inline-block;
}

.consept_h3 {
  font-size: 5.5vw;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 0 15px;
  line-height: 1.5;
  font-weight: normal;
}

h3.consept_h3>span>em {
  display: block;
  line-height: 1;
}

.consept_area_box .smalls {
  font-size: 14px;
  color: #816E04;
  margin: 0 0 50px;
}

.consept_area_box .txt_wrap {
  margin: 0 0 15px;
  font-size: 4vw;
}

.menu_area_box {
  padding: 5% 0 10%;
  margin: 0 0 10%;
}

.menu_area_box>ul>li {
  max-width: 440px;
  text-align: center;
  width: 100%;
  margin: 0 auto 8%;
  background: #eee;
  box-sizing: border-box;
  padding: 40px 20px 20px;
}

.menu_area_box>ul>li .img_wrap {
  position: relative;
  padding: 0 0 66.6%;
  overflow: hidden;
  margin: 0 0 0px;
}

.menu_area_box>ul>li .img_wrap img {
  position: absolute;
  left: 0;
  right: 0;
}

.menu_area_box>ul>li:nth-of-type(1) .img_wrap img {
  top: 0;
  max-width: 251px;
  margin: 0 auto;
  width: 83%;
}

.menu_area_box>ul>li:nth-of-type(2) .img_wrap img {
  top: 0;
  max-width: 194px;
  margin: 0 auto;
  width: 54%;
}

.menu_area_box>ul>li:nth-of-type(3) .img_wrap img {
  top: 0;
  max-width: 281px;
  margin: 0 auto;
  width: 70%;
}

.menu_area_box>ul>li>a {
  display: block;
  color: #000;
}

.menu_area_box>ul>li>a p {
  line-height: 1.5;
}

.menu_area_box>ul>li>a p>em {
  display: block;
  font-size: 6vw;
}

.menu_area_box>ul>li>a p>span {
  display: block;
  font-size: 15px;
}

.menu_area_box>ul {
  margin: 0 auto 10%;
}

.menu_area_box>ul>li:nth-child(3n) {
  /* max-width: 287px; */
  /* text-align: center; */
  /* margin: 0 0 0; */
}

.main_wrap .shoplist_area {
  background: url(../img/top_bkshopimg.jpg)no-repeat;
  background-position: center center;
  background-size: 160%;
  padding: 37% 0;
  position: relative;
}

.shoplist_area .btn_wrap a {
  position: absolute;
  bottom: -16%;
  left: 0;
  right: 0;
  width: 90%;
}

.insta_title {
  max-width: 232px;
  margin: 0 auto 60px;
}

.insta_area {
  background: #EEEBE0;
}

.movie_area {}

.youtube_wrap {
  /* position: relative;
	overflow: hidden;
	padding: 0px 0 66.66%;
	max-width: 548px;
	border: solid 10px #fff; */
  margin: 0 auto;
}

.youtube_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.youtube_wrap li {
  width: 100%;
  position: relative;
  padding: 0 0 55%;
  border: 10px solid #fff;
  margin-bottom: 3%;
}

.top .insta_area {
  padding: 110px 0 10px;
}

.insta_area>article>p {
  text-align: left;
  width: 90%;
  margin: 0 auto 10%;
}

.insta_wrap {
  margin: 0 auto;
  max-width: 1040px;
  width: 90%;
}

.insta_wrap ul::before {
  clear: both;
  content: "";
  display: block;
}

.insta_wrap ul li {
  float: left;
  margin: 0 4% 4% 0;
  width: 48%;
  background: #fff;
  padding: 3%;
  box-sizing: border-box;
}

.insta_wrap ul li:nth-child(even) {
  margin: 0 0 4%;
}

.insta_wrap ul li:nth-child(4n) {
  margin: 0 0% 2% 0;
}

.insta_wrap ul li img {
  width: 150%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  display: block;
  position: absolute;
}

.insta_wrap_inner li a {
  display: block;
  transition: 0.3s;
  position: relative;
  padding: 0 0 99.205%;
  overflow: hidden;
}

/* =======================================
★UNDER
========================================== */
.under .main_wrap {}

.maina_mtop {
  margin-top: -80% !important;
}

/* =======================================
★UNDERcover
========================================== */
.u_cover_cont {
  padding: 10% 0 80%;
  background: url(../img/under_bk_coverimg.png);
}

.menu .u_cover_cont {
  padding: 10% 0 80%;
  background: url(../img/under_bk_menu_coverimg.png);
  background-size: cover;
}

.shoplist .u_cover_cont {
  padding: 10% 0 80%;
  background: url(../img/under_bk_shoplist_coverimg.png);
}

.barista .u_cover_cont {
  padding: 10% 0 80%;
  background: url(../img/under_bk_barista_coverimg.png);
}

.cover_inner {}

/* =======================================
★SHOPLIST
========================================== */
/*lister_box*/
.lister_box {
  margin: 0 auto 15%;
  width: 90%;
}

.lister_box>ul {}

.lister_box ul>li {
  /* max-width: 325px; */
  background: #fff;
  width: 100%;
  margin: 0 0.79% 4% 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #F2EDE9;
  position: relative;
  padding: 0 0 1.7%;
}

.lister_box ul>li:nth-child(4n) {
  margin: 0 0% 4% 0;
}

.lister_box ul>li:nth-of-type(4) {
  margin: 0 0 4%;
}

.lister_box ul>li .img_wrap {
  position: relative;
  overflow: hidden;
  padding: 0px 0 62.7%;
}

.lister_box ul>li .img_wrap>img {
  width: 76%;
}

.shoplist .lister_box ul>li .img_wrap>img {
  width: 100%;
}

.lister_box ul>li strong {
  font-size: 5vw;
  border-left: solid 7px #B4AB92;
  line-height: 1.4;
  padding: 4px 0 4px 14px;
  font-weight: normal;
  display: block;
}

.lister_box ul>li strong>span {
  display: block;
  line-height: 1.2;
}

.lister_box ul>li strong>small {
  font-family: 'Roboto Mono', monospace, serif;
}

.hswrap {
  background: #fff;
  padding: 10px 0;
}

.lister_box ul>li table {
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.lister_box ul>li table tr {}

.lister_box ul>li th {
  color: #b4AA92;
  vertical-align: middle;
  padding: 0 10px 0 0;
  border-right: dotted 2px #8f8f8f;
  margin: 0 0px 0px 0px;
  width: 25%;
}

.lister_box ul>li td {
  font-size: 4vw;
  vertical-align: middle;
  padding: 0 0 0px 10px;
}

.lister_box ul>li td.tels_txt {
  font-size: 4vw;
  line-height: 0.7;
  letter-spacing: 1.5px;
}

.lister_box ul>li td.tels_txt a {
  color: #000;
}

.lister_box ul>li .box {
  /* background: #F2EDE9; */
  position: relative;
  padding: 4% 10% 2%;
  box-sizing: border-box;
  line-height: 1.5;
}

.img_list {
  display: none;
}

.endbox {
  box-sizing: border-box;
  /* position: absolute; */
  margin: 0 auto;
  width: 86%;
  left: 0;
  right: 0;
  bottom: 10px;
}

.box_icon_wrap {
  /* width: 96%; */
  margin: 0 auto 5px;
  text-align: right;
  float: right;
}

.box_icon_wrap span {
  display: inline-block;
  margin: 0 5px 0;
  position: relative;
}

.box_icon_wrap .icon_wifi {
  max-width: 25px;
}

.box_icon_wrap .icon_conce {
  max-width: 14px;
}

.box_icon_wrap .icon_armuda {
  max-width: 25px;
  top: 2px;
}

.box_icon_wrap .icon_pizza {
  max-width: 27px;
}

.box_icon_wrap .icon_cake {
  max-width: 24px;
  top: -3px;
}

.box_icon_wrap .icon_pan {
  max-width: 32px;
  top: 2px;
}

.box_icon_wrap .icon_usb {
  max-width: 16px;
}

.box_icon_wrap span>img {}

.gm_wrap {
  width: 96%;
  margin: 0 auto;
  position: relative;
  clear: both;
}

.gm_wrap a {
  display: block;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  padding: 5px 0;
  box-shadow: 0px 0px 4px 1px rgba(180, 170, 146, 0.5);
}

.gbnt {
  background: #B4AA92;
  font-size: 3.5vw;
  color: #fff;
}

.mbnt {
  background: #fff;
  font-size: 3.5vw;
  color: #B4AA92;
}

.gm_wrap a span {
  position: relative;
}

.gm_wrap a span::before {
  display: block;
  position: absolute;
  content: "";
  /* left: -17px; */
}

.gbnt span::before {
  width: 12px;
  height: 18px;
  background: url(../img/icon_gbtn.png)no-repeat;
  background-size: 100%;
  top: 2px;
  left: -19px;
}

.mbnt span::before {
  width: 16px;
  height: 16px;
  background: url(../img/icon_mbtn.png)no-repeat;
  background-size: 100%;
  top: 2px;
  left: -23px;
}

/*** - lister_box - ***/
.bder_box {
  border: solid 1px #BCB6B6;
  box-sizing: border-box;
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 5%;
}

.u_shoplist_area {}

.shopicons_box {
  margin: 0 auto 15%;
}

.shopicons_box_inner {
  padding: 6% 5% 4%;
}

.shopicons_box ul {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.shopicons_box ul>li {
  display: inline-block;
  width: 48%;
  margin: 0 0% 5.5%;
  vertical-align: bottom;
  text-align: center;
}

li.icon_armuda span img {
  position: relative;
  top: 5px;
}

li.icon_wifi span img {
  position: relative;
  top: 5px;
}

.shopicons_box ul>li:nth-of-type(3) {
  /* width: auto; */
}

.shopicons_box ul>li>span {
  display: inline-block;
  margin: 0 5%;
}

.shopicons_box ul>li>em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 3.8vw;
}

.shopbrand_box {}

.brand_title {
  margin: 0 auto 20px;
  width: 90%;
}

.shopbrand_box ul {
  width: 90%;
  margin: 0 auto 20%;
}

.shopbrand_box ul>li {
  width: 100%;
  margin: 0 0% 5% 0%;
}

.shopbrand_box ul>li:last-child {
  margin: 0;
}

.shopbrand_box ul>li a {
  box-shadow: 2px 3px 4px 2px #eee;
  display: block;
}

/* =======================================
★MENU
========================================== */
.tit_line {
  font-size: 6vw;
  background: rgba(245, 245, 245, 0.4);
  margin: 0 auto 10%;
  padding: 5% 10%;
  /* width: 90%; */
  line-height: 1.3;
}

.tit_line>span {
  letter-spacing: 4px;
  transform: scale(1, 1);
  transform-origin: top left;
  display: inline-block;
}

.menulist {}

.menulist>ul li .img_wrap {}

.menulist>ul li .img_wrap img {}

.menulist>ul li .hswrap span {}

.menulist>ul li .hswrap small {}

.menulist>ul li .hswrap {}

.menulist>ul li .mbox ul {
  text-align: center;
}

.menulist ul>li {
  background: rgba(242, 237, 233, 0);
}

.menulist ul {
  /* width: 90%; */
  /* margin: 0 auto; */
}

.menulist ul>li strong {
  border-left: solid 7px #CD1010;
  line-height: 1;
  margin: 0 auto 2%;
}

.menulist ul>li .img_wrap {
  position: relative;
  overflow: hidden;
  padding: 0px 0 64.885%;
  background: #f8f8f8;
}

.menulist .lister_box ul>li .img_wrap>img {
  width: 76%;
}

.mbox {
  max-width: 280px;
  margin: 0 0;
  width: 96%;
}

.mbox dl>dd {
  float: left;
  width: 40%;
  margin: 0 2.5%;
  text-align: left;
  line-height: 1.3;
}

.mbox dl>dd em {
  display: block;
  margin: 0 10px;
}

.mbox dl>dd span {
  display: inline;
  margin: 0 10px;
}

.note_q {
  display: inline;
  font-style: normal;
  font-size: 4vw;
  vertical-align: top;
}

.hot_area {
  margin: 0 auto 30px;
}

.ice_area {
  margin: 0 auto 30px;
}

.other_area p {
  margin: 0 5% 0 0;
}

.note_box {
  margin: 0 auto -25%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.note_p {
  font-size: 4vw;
}

.note_txt {
  position: relative;
  padding: 0 0 0 10px;
  font-size: 14px;
}

.note_txt::before {
  position: absolute;
  content: "※";
  left: 0;
}

.menu_ohterbox {
  margin: 0 0 90px;
}

.menu_ohterbox ul>li {
  width: 32.6%;
  margin: 0 0 0;
}

.menu_ohterbox ul>li:nth-child(3n) {
  margin: 0 0 0;
}

.menu_ohterbox ul>li p {
  font-size: 14px;
}

.menu_ohterbox ul>li .img_wrap {
  position: relative;
  overflow: hidden;
  padding: 0 0 66.6%;
  margin: 0 0 10px;
}

.menu_ohterbox ul>li strong {
  display: block;
  text-align: center;
}

.menu_ohterbox ul>li strong>span {
  display: block;
  font-size: 16px;
}

.menu_ohterbox ul>li strong>small {
  display: block;
  font-size: 12px;
}

.hsowrap {
  margin: 0 0 10px;
}

.main_wrap>section.haveciao_area {
  text-align: center;
  background: url(../img/haveciao_bk.jpg);
  padding: 30% 0 0;
}

.haveciao_area p {
  width: 80%;
  /* margin: 0 auto 10%; */
  margin: 0 auto 4%;
  text-align: left;
}

.haveciao_area h2 span {
  font-size: 6vw;
}

.haveciao_area p {}

.haveciao_area ul {}

.haveciao_area ul>li {
  position: relative;
  width: 100%;
}

.haveciao_area ul>li>div {
  position: relative;
  padding: 0 0 57%;
  overflow: hidden;
}

.haveciao_area ul>li .img_wrap {
  width: 100%;
  top: 0;
  left: 0;
}

.haveciao_area ul>li .img_wrap img {
  width: auto;
}

.haveciao_area ul>li .bllk img {
  width: 300px;
}

.haveciao_area h3 {
  /* font-size: 24px; */
  margin: 0 0 0px;
  padding: 2% 5%;
}

.haveciao_area h3>span {
  letter-spacing: 4px;
  transform: scale(1, 0.95);
  transform-origin: top left;
  letter-spacing: 4.1px;
  display: inline-block;
}

.haveciao_area ul>li .havbox {
  position: relative;
  text-align: center;
  max-width: 872px;
  width: 100%;
  float: left;
}

.haveciao_area ul>li .havbox .inbox {
  margin: 0 auto;
  width: 340px;
}

.haveciao_area ul>li .havbox .inbox.inbox.ssimg {
  width: 96%;
  margin: 0 auto;
  /* top: 0; */
  /* left: 0; */
  /* -webkit-transform: translateY(0%) translateX(0%); */
  /* transform: translateY(0%) translateX(0%); */
}

.bllk {
  width: 10%;
  float: left;
  display: none;
}

.haveciao_area ul>li .havbox h3 span {
  font-size: 6vw;
}

.haveciao_area ul>li .havbox p {
  position: relative;
  font-size: 3.8vw;
  text-align: left;
  /* margin-bottom: 0; */
}

/* =======================================
★CONCEPT
========================================== */
/* =======================================
★SEMINAER
========================================== */
/* =======================================
★NEWS
========================================== */
.news .u_cover_cont {
  padding: 10% 0 10%;
  background: url(../img/under_bk_coverimg.png);
}

.main_wrap>section.u_newslist_area {
  padding: 50px 0;
}

.mscont_wrap .main_box {
  float: none;
  width: 100%;
  margin: 0 auto 15%;
}

.mscont_wrap .side_box {
  float: none;
  width: 100%;
}

.u_newslist_area .news_wrap dt {
  width: 100%;
  display: flex;
}

.u_newslist_area .news_wrap dd {
  width: 100%;
}

.news_archive_title {
  font-family: 'Playfair Display', serif;
  background: #eff4f8;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 5vw;
}

.news_archive_wrap {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  padding: 0px 10px 10px;
  background: rgba(242, 247, 248, 0.3);
}

.news_archive_wrap dl {
  border-bottom: solid 1px #e7ebec;
  padding: 10px 0 10px;
}

.news_archive_wrap dt a {
  display: block;
  position: relative;
  color: #47120e;
  font-weight: 500;
  font-size: 4.5vw;
  margin: 0 0 1.5%;
}

.news_archive_wrap dd a {
  color: #47120e;
  font-size: 4vw;
}

.news_archive_wrap dd {
  display: none;
}

/*details*/
.details_title {
  font-size: 20px;
  font-weight: bold;
}

.details_inner {
  margin: 0 auto 50px;
}

.details_inner img {
  max-width: 100%;
  width: auto;
  margin: 0 0 10px;
}

.details_inner p {
  margin: 0 auto 10px;
}

/* =======================================
★barista
========================================== */
.barista_box {
  margin: 0 0 70px;
}

.barista_box>.img_wrap {
  overflow: hidden;
  padding: 0px 0 56%;
  margin: 0 0 140px;
}

.barista_box p {
  margin: 0 auto 15%;
  text-align: left;
  max-width: 760px;
}

.barista_box .btn_wrap {
  margin: 0 auto;
}

.barista_box h2 {
  margin: 0 auto 5%;
}

.cover_barista {
  margin: 0 auto 10%;
}

.cover_barista .img_wrap img {
  position: relative;
  top: 0px;
}

.barista_mark {
  max-width: 268px;
  margin: 0 auto 10%;
  width: 50%;
}

.main_wrap>section.under_cover_area {
  padding: 0;
}

.underover_barista {
  position: relative;
}

.underover_barista .img_wrap {
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  margin: 0 auto;
  /* min-width: 1080px; */
  /* max-width: 1800px; */
}

/* =======================================
★Privacy
========================================== */
.policy h1 {
  text-align: left;
  max-width: 1330px;
  width: 90%;
}

.policy .u_cover_cont {
  padding: 10% 0;
  background: none;
}

.policy_box {
  font-size: 4vw;
  margin: 0 0 25%;
  box-sizing: border-box;
  padding: 0 5%;
}

.policy_box h2 {
  color: #B4AA92;
  font-size: 5vw;
  font-weight: bold;
  margin: 0 0 10px;
}

.policy_box p {
  margin: 0px 0 20px;
}

.policy_box ul li {
  padding: 30px 0;
  border-bottom: solid 1px #B4AA92;
  /* margin: 0 0 20px; */
}

.policy_box ul li:last-child p {
  margin: 0 0 0;
}

.policy_box dl dt {
  border-left: solid 7px #B4AA92;
  padding: 0 0 0 15px;
  margin: 0 0 10px;
  line-height: 1.5;
}

/* =======================================
★feature
========================================== */
.feature .u_cover_cont {
  /* padding: 150px 0 270px; */
  background: url(../img/under_fueaturebk_coverimg.png);
}

.u_feature_area .ul50 li {
  float: none;
  width: 100%;
  margin: 0;
}

.u_feature_area .ul50 li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  /* min-width: 750px; */
  min-width: 450px;
  width: 100%;
}

.u_feature_area .ul50 li .img_wrap {
  position: relative;
  overflow: hidden;
  padding: 0 0 66%;
  width: 100%;
}

.u_feature_area .ul50 li .inbox {
  padding: 5%;
  box-sizing: border-box;
}

.bk_grays {
  background: url(../img/bk_grays.png)repeat;
}

.main_wrap>section.u_feature_area {
  padding: 0px 0;
}

.feature_box>.img_wrap {
  overflow: hidden;
  padding: 0px 0 56%;
  margin: 0 0 140px;
}

.feature_box p {
  margin: 0 auto 10%;
  /* text-align: center; */
  max-width: 760px;
}

.main_wrap>section.u_feature_area2 {
  background: url(../img/bk_u_feature_area2.png)no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 15% 0;
  color: #fff;
}

.main_wrap>section.u_feature_area2 .title02>span {
  color: #fff;
  position: relative;
  left: 0;
}

.feature_box {
  margin-top: -70% !important;
  /* margin: 0 auto; */
}

.feature_box2 {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.feature_box2 p {
  margin: 0 auto 10%;
}

.feature_box .btn_wrap {
  margin: 0 auto;
}

.feature_box h2 {
  margin: 0 auto 5%;
}

.cover_feature {
  /* margin: 0 auto 100px; */
  /* position: relative; */
  /* overflow: hidden; */
  /* padding: 0 0 320px; */
}

.cover_feature .img_wrap {
  /* position: absolute; */
  /* top: -90px; */
}

.main_wrap>section.under_cover_area {
  padding: 0;
}

.inei_box {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 25px 30px;
  border: solid 1px rgba(255, 255, 255, 0.6);
}

.inei_img {
  max-width: 128px;
  margin: 0 auto;
}

.inei_box ul li {}

.inei_box ul li:first-child {
  float: none;
  width: 50%;
  max-width: 167px;
  margin: 2% auto 6%;
}

.inei_box ul li:last-child {
  float: none;
  width: 100%;
}

.inei_box h3 {
  font-size: 6vw;
  margin: 0 auto 16px;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.inei_box h3>span {
  letter-spacing: 6px;
  transform: scale(1.1, 0.95);
  transform-origin: top left;
  display: inline-block;
  /* line-height: 1; */
}

.inei_box h3>small {
  display: block;
  font-size: 4.2vw;
  margin: 0 0 16px;
}

.inei_box em {
  font-size: 16px;
  display: block;
  border-bottom: solid 1.5px #bcbcbc;
  line-height: 1.3;
  padding: 0 0 8px;
  margin: 0 0 8px;
}

.inei_box p {
  font-size: 3.8vw;
  line-height: 2.3;
  margin: 0 auto 20px;
}

.main_wrap>section.u_feature_area3 {
  padding: 0;
}

.u_feature_area3 ul li {
  float: none;
  width: 100%;
  margin: 0 0% 3% 0%;
}

.u_feature_area3 ul {
  margin: 0 auto 5%;
}

.fea3img {
  margin: 0 auto 30px;
}

.fea3box {
  box-sizing: border-box;
  padding: 0 10% 5%;
}

.fea3box p {
  margin: 0 0 20px;
}

.fea3box:before {
  position: absolute;
  right: 0;
  left: 0;
  top: -47px;
  margin: 0 auto;
  content: "";
  display: block;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffffff transparent;
}

.fea3box .title02>span {
  letter-spacing: 0;
  transform: scale(1, 1);
  transform-origin: top left;
  display: inline-block;
}

.u_feature_area3 .btn_wrap {
  margin: 0 auto 20%;
  width: 90%;
}

/*20200421*/
.btn_wrap.center.feature_bntc {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -123%;
}

.bkbwhite {
  background: #fff;
}

.blogo {
  max-width: 258px;
  margin: 8% auto 11%;
  width: 24%;
}

.lb-nav a.lb-prev {
  opacity: 1;
}

.lb-nav a.lb-next {
  opacity: 1;
}

.lister_box ul>li td.tels_txt {
  font-size: 4vw;
  line-height: 1.4;
  letter-spacing: 1.5px;
}

.wrap.ons {
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

.shop_topnews {
  text-decoration: none;
  color: inherit;
}

.shop_topnews p {
  display: block;
  border: solid 2px #B4AB92;
  background-color: #F2EDE9;
  width: 86%;
  margin: 20px auto 0;
  text-align: center;
  padding: 10px;
}

/*2020711*/
.top .top_slider li.slick-slide {
  position: relative;
  transition: 0.3s;
}

.top .top_slider li.slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* .cx20711_btn a{
  display: block;
  padding: 4% 5% 5%;
  max-width: 691px;
  margin: 0 auto;
  width: 100%;
  border: solid 1px #AE9B4F;
  background: #AE9B4F;
} */
/* .cx20711_btn a span{
  font-size: 4.0vw;
  color: #fff;
} */
/* .cx20711_btn a span::before {
    display: none;
}
.cx20711_btn a span::after {
    display: none;
}

.cx20711_btn a::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  top: 46%;
  right: 30px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.cx20711_btn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  top: 46%;
  right: 30px;
  -webkit-transform: translateY(-50%) translateX(0%) rotate(-45deg);
  transform: translateY(-50%) translateX(0%) rotate(-45deg);
} */
.slbtn>span {
  font-size: 4.0vw;
}

.slbtn::before {
  top: 46%;
  right: 15px;
  -webkit-transform: translateY(-46%) translateX(0%);
  transform: translateY(-46%) translateX(0%);
}

.slbtn::after {
  top: 46%;
  right: 15px;
  -webkit-transform: translateY(-46%) translateX(0%) rotate(-45deg);
  transform: translateY(-46%) translateX(0%) rotate(-45deg);
}

.shoplist_area .btn_wrap a {
  bottom: -12%;
}

.consept_area {
  margin: 94% auto 130%;
  padding: 0 0 0;
}

.btn_wrap.center.feature_bntc {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -128%;
}

/*201002 menuページ　こだわりへのリンク*/
div.p_menu_kodawari_bn {
  background: url(../img/bk_cover01.jpg)no-repeat center;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin: 0 auto 50px;
  color: #fff;
  font-size: 4.5vw;
  text-align: center;
  line-height: 1.0em;
  display: table;
  position: relative;
}

div.p_menu_kodawari_bn p {
  display: table-cell;
  vertical-align: middle;
  /* font-family: 'Times New Roman','Times New Roman','Times New Roman',sans-serif; */
  z-index: 1;
  position: relative;
}

div.p_menu_kodawari_bn p span {
  font-size: 3.5vw;
  display: block;
  letter-spacing: 0px;
  margin-top: 10px;
}

div.p_menu_kodawari_bn::after {
  content: '';
  background-color: rgba(18, 11, 3, .38);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*menuページトップ　季節商品表示*/
div.p_menu_season_bn {
  margin: 30px auto 0;
  justify-content: center;
}

div.p_menu_season_bn div {
  width: 85%;
  margin: 0 auto 15px;
}

/*メニュー　ラベル*/
.m_lbl {
  position: absolute;
  display: block;
  padding: 6px;
  line-height: 1em;
  top: 15px;
  left: 15px;
  font-weight: bold;
  font-size: 14px;
  box-sizing: border-box;
  letter-spacing: 0;
  height: 25px;
}

/* 201013　SNS追加 */
.share_btn_wrap {
  margin: 10px 0 40px;
  display: flex;
  justify-content: center;
}

.share_btn_wrap>a {
  max-width: 38px;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 1px 5px #eee;
  border-radius: 50%;
  margin: 0 10px;
}

/*SNSアイコン修正*/
div.shopicons_box_inner.bder_box ul.cf li img {
  width: auto;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}

/* 201110 */
.barista_box02 {
  position: relative;
  background: url(../img/barista_bg.jpg) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 55%;
  margin-bottom: 17vw;
}

.barista_box02>div {
  position: static;
  z-index: 2;
  background: #2b2e29;
  width: 100%;
  padding: 50px 0;
}

.barista_box02 div .txt {
  color: #fff;
  width: 100%;
  padding: 0 4%;
  font-size: 14px;
}

.barista_box02 div .txt .headline {
  font-size: 26px;
  margin-bottom: 20px;
}

.barista_box02 div .txt p a {
  text-decoration: underline;
  color: #fff;
}

.barista_box02 .slbtn {
  position: absolute;
  bottom: -9vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  width: 94%;
}

.privacy .u_cover_cont {
  padding: 100px 0;
  background: none;
}

.privacy .title01u {
  text-align: left;
  max-width: 1330px;
  width: 96%;
  margin: 0 auto;
}

.m_auto {
  margin: auto;
}

.privacy_box h2 {
  font-size: 22px;
  font-weight: bold;
  color: #AE9B4F;
  font-family: 'Noto Sans JP', sans-serif;
  border-top: 1px solid #B4AA92;
  padding-top: 10px;
  margin-top: 20px;
}

.barista_attend_box {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: -70%;
}

.barista_attend_box .attend_heading {
  font-size: 6vw;
  font-weight: bold;
  background: rgba(255, 255, 255, .6);
  padding: 10px;
  margin-bottom: 30px;
}

.barista_attend_box .attend_heading+p {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  margin-bottom: 50px;
}

.barista_attend_box .outline ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
}

.barista_attend_box .outline ul li {
  width: 100%;
}

.barista_attend_box .outline ul li strong {
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  background: #ECCD2F;
  line-height: 1.6;
}

.barista_attend_box .outline ul li div {
  padding: 20px;
  background: #F3F1E6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.barista_attend_box .outline ul li div img {
  max-width: 30%;
  height: 80px;
  display: block;
}

.barista_attend_box .outline ul li div p {
  padding-left: 20px;
  max-width: 70%;
}

.barista_attend_box .outline .inbox {
  padding: 5%;
}

.barista_attend_box .subheadline {
  font-size: 22px;
  font-weight: bold;
  color: #AE9B4F;
  margin-bottom: 20px;
}

.barista_attend_box .outline .inbox table {
  border-top: 1px solid #B4AA92;
}

.barista_attend_box .outline .inbox table tbody tr {
  border-bottom: 1px solid #B4AA92;
}

.barista_attend_box .outline .inbox table tbody tr th {
  padding: 20px;
  padding-bottom: 0;
  font-weight: bold;
  float: left;
  width: 100%;
}

.barista_attend_box .outline .inbox table tbody tr td {
  padding: 20px;
  float: left;
  width: 100%;
}

.barista_attend_box .flow ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 30px;
  padding-bottom: 50px;
}

.barista_attend_box .flow ol li {
  width: 100%;
  padding: 20px 20px 50px;
  height: 120px;
  background: #F5F5F5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 14px;
}

.barista_attend_box .flow ol li:last-child {
  color: #fff;
  background: #AE9B4F;
  margin-top: -50px;
  padding-top: 80px;
  padding-bottom: 10px;
  height: 150px;
}

.barista_attend_box .flow ol li::after {
  content: '';
  width: 50px;
  height: 400px;
  background: url(../img/barista_arrow01.svg) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transform: rotate(90deg);
}

.barista_attend_box .flow ol li:last-child::after {
  background: url(../img/barista_arrow02.svg) no-repeat center;
  background-size: 100% 100%;
  top: 133%;
}

.barista_attend_box .flow ol li .txt {
  line-height: 1.5;
  position: relative;
  z-index: 3;
}

.barista_attend_box .flow ol li .txt strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.barista_attend_box .flow ol li .img {
  min-width: 80px;
  margin-right: 10px;
}

.barista_form {
  margin-bottom: 100px;
}

.barista_form .barista_form_headline {
  font-size: 6vw;
  font-weight: bold;
  padding: 10px;
  background: #F9F9F9;
  margin-bottom: 30px;
}

.barista_form form {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.barista_form table {
  margin-bottom: 30px;
  margin-top: 30px;
}

.barista_form table tr th {
  width: 100%;
  padding: 10px 70px 10px 10px;
  line-height: 1.3;
  position: relative;
  float: left;
  background: #eee;
}

.barista_form table tr th small {
  display: inline-block;
}

.barista_form .required {
  font-size: 12px;
  color: #fff;
  background: #E2000E;
  display: inline-block;
  padding: 0 15px;
  line-height: 2;
  margin-right: 10px;
}

.barista_form .optional {
  font-size: 12px;
  color: #fff;
  background: #6C6C6C;
  display: inline-block;
  padding: 0 15px;
  line-height: 2;
  margin-right: 10px;
}

.barista_form table th span {
  position: absolute;
  top: 2vw;
  right: 0;
  margin-right: 0;
}

.barista_form table tr td {
  width: 100%;
  line-height: 1.3;
  padding: 20px 10px;
  float: left;
}

.barista_form table tr td input,
.barista_form table tr td select {
  padding: 10px;
  width: 100%;
  text-align: left !important;
}

.barista_form table tr td input.post_input {
  width: 50%;
}

.barista_form table tr td input.post_input~input,
.barista_form table tr td input.post_input~select {
  margin-top: 10px;
}

.barista_form table tr td input[type="radio"] {
  display: none;
}

.barista_form table tr td input[type="radio"]+label {
  padding: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.barista_form table tr td input[type="radio"]+label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1.3em;
  border-radius: 100px;
  border: 1px solid #707070;
  margin-right: 10px;
}

.barista_form table tr td input[type="radio"]+label::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 13px;
  width: 1em;
  height: 1em;
  background: #C5C5C5;
  border-radius: 100px;
  display: none;
}

.barista_form table tr td input[type="radio"]:checked+label::after {
  display: block;
}

.barista_form table tr td .error {
  color: #E2000E;
  display: block;
  margin-top: 5px;
}

.barista_form .barista_form_privacy {
  margin-bottom: 50px;
  text-align: center;
}

.barista_form .barista_form_privacy p a {
  text-decoration: underline;
}

.barista_form form button {
  width: 100%;
  background: #fff;
  max-width: none;
  cursor: pointer;
}

.gototravel_lbl {
  width: max-content;
  padding: 3px 7px;
  display: inline-block;
  vertical-align: middle;
  background-color: #1AAADE;
  background-position: center;
  color: #fff;
  font-size: 11px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.gotoeat_lbl {
  width: max-content;
  padding: 3px 7px;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  background-position: center;
  color: #fff;
  font-size: 11px;
  margin-bottom: 10px;
}

.shopicons_box ul>li.icon_goto {
  display: flex;
  width: 88%;
  margin: 0 auto 10px;
}

/* アプリバナー */
.app {
  text-align: center;
  margin-bottom: 6%;
}

.app_img {
  width: 90%;
}

.menu_app {
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 10%);
  width: 82.5%;
  margin: 0 0 21px 35px;
  padding: 0px;
}

/* フッターボタン */
.footer_btn {
  margin: 36px auto 0;
  overflow: hidden;
  width: 90%;
}

.footer_btn li {
  float: left;
  width: 48%;
  text-align: center;
  margin: 0 1%;
}

.footer_btn a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 0;
  display: block;
  border: 1px solid #afafaf;
  background-color: #afafaf;
  border-radius: 5px;
}

span.fnakanabilogo {
  max-width: 120px;
  margin: 0 auto;
  display: block;
  width: 70.2%;
}

/*220107*/
.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  display: none;
}

.modal.is_active {
  display: flex;
}

.modal_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.modal_wrap {
  text-align: right;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  z-index: 10000;
  position: relative;
}

.modal_inner {
  background-color: #EEEBE0;
  text-align: left;
  padding: 30px 5% 40px;
  font-size: 16px;
  border-radius: 10px;
}

.modal_close {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #AE9B4F;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 5.0vw;
  margin-bottom: 15px;
  color: #A51009;

}

.modal_ttl small {
  display: block;
  font-size: 3.8vw;
}

.modal_ttl span {
  position: relative;
  z-index: 0;
}

.modal_ttl span::after {
  content: '';
  position: absolute;
  background-color: #FCD900;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.modal_txt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}

.modal_appimg_wrap {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 20px;
}

.modal_appimg_wrap img {
  width: 48%;
}

.modal_blbtn_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #AE9B4F;
  font-size: 4.5vw;
}

.modal_blbtn_wrap {
  display: flex;
  justify-content: space-between;
}

.modal_blbtn {
  width: 48%;
  text-align: center;
}

.modal_blbtn img {}

/* チャオプレッソのお得なサービス */
.u_onemoredetails_area .details_box {
  margin: 40px auto 50px;
}

.u_onemoredetails_area .details_title {
  text-align: center;
  margin-bottom: 15px;
}

.u_onemoredetails_area .details_inner {
  margin: 0;
}

.heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  color: #AE9B4F;
}

.heading03::before,
.heading03::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #AE9B4F;
}

.heading03::before {
  margin-right: 10px;
}

.heading03::after {
  margin-left: 10px;
}

/* 220119 スマホヘッダー修正 */
.logo .mn01 {
  position: relative;
  left: 20px;
}

.logo .mn02,
.logo .mn03 {
  font-family: 'Playfair Display', serif;
  color: #47130E;
  font-size: 4vw;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 10px;
}

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

.sp_header_iconlink img {
  width: 35px;
  margin: auto;
}

.sp_header_iconlink small {
  font-size: 0.6em;
}

/* 220119 お得なサービス */
.more_text a {
  color: white;
}

p.service_note {
  font-size: 3.4vw;
}

/* 220228 TOP Instagram */
.top_insta_sp {
  border: 10px solid #fff;
}

/* 227026 Due */

.due .main_wrap>section {
  background-position: right -70vw top 72px;
}

.due_mv {
  position: relative;
  font-family: 'Playfair Display', serif;
}

.due_slider {
  margin-bottom: 1px !important;
}

.due_slider li.slick-slide {
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.due_slider li.slick-slide::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.due_mv01 {
  background-image: url(../img/due/mv01.png);
  background-position: center left -100px !important;
}

.due_mv02 {
  background-image: url(../img/due/mv02.png);
}

.due_mv03 {
  background-image: url(../img/due/mv03.png);
}

.due_mv_float {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 90%;
}

.due_mv_float::before {
  content: '';
  background-image: url(../img/due/mv_yuge.png);
  width: 225px;
  height: 449px;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.due_mv_logo {
  width: 60%;
  margin: 0 auto 10px;
}

.due_mv_ttl {
  font-size: 6vw;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.due_mv_ttl::after {
  content: '';
  background-color: #fff;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.due_mv_txt {
  font-size: 4vw;
  line-height: 2em;
}

.due .slick-dots {
  position: absolute;
  bottom: 2vh;
  left: 5%;
  width: auto;
  text-align: left;
}

.due .slick-dots li {
  margin: 0px 3px;
  height: 3px;
  width: 30px;
}

.due .slick-dots li button {}

.due .slick-dots li button:before {
  opacity: .34;
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.due .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.due_vacancy {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #AE9B4F;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #331C1A;
  gap: 20px;
  z-index: 3;
  bottom: 90px;
  width: 80%;
}

.due_vacancy::before,
.due_vacancy::after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}

.due_vacancy::before {
  background-image: url(../img/due/vacancy.svg);
  width: 45px;
  height: 33px;
}

.due_vacancy::after {
  background-image: url(../img/due/vacancy_arrow.svg);
  width: 20px;
  height: 13px;
}

.due_about_ttl {
  line-height: 1.8em;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 30px;
  margin: 0 auto 30px;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  color: #47130E;
  font-size: 24px;
}

.due .feature_box {
  margin-top: 0 !important;
}

.due .feature_box p {
  line-height: 1.8em;
  max-width: revert;
  margin-bottom: 0;
}

.due .u_feature_area .ul50 li .inbox {
  padding: 100px 5%;
}

.due .u_feature_area .ul50 li .img_wrap {
  height: 100%;
  /* padding: 0; */
}

.due .u_feature_area .ul50 li img {
  height: auto;
  width: 100%;
  min-width: auto;
}

.due .u_feature_area .ul50 li.bk_grays {
  position: relative;
}

.due .u_feature_area .ul50 li.bk_grays::before {
  position: absolute;
  content: '';
  background-image: url(../img/due/yuge.png);
  width: 205px;
  height: 300px;
  top: 205px;
  right: 10px;
}

.due .haveciao_area ul>li .havbox {
  padding: 3% 0 65%;
}

.due .haveciao_area ul>li .havbox .inbox.ssimg {
  text-align: left;
}

.due .haveciao_area h3 {
  padding: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-family: 'Playfair Display', serif;
  width: 90%;
  margin: 0 auto 8%;
}

.due .haveciao_area ul>li .havbox p {
  width: 90%;
  margin: 0 auto 10%;
}

.due .haveciao_area ul>li .havbox h3 span {
  font-size: 14px;
  display: block;
  line-height: 1.5em;
}

.due .haveciao_area ul>li .havbox .inbox {
  text-align: left;
  width: 100%;
}

.due .haveciao_area ul>li .img_wrap {
  top: 50%;
  left: 50%;
}

.due .haveciao_area ul>li .img_wrap img {

  width: 100vw;
}


.due_service_sec {
  padding: 100px 0 !important;
}

.due_service_bx {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  padding: 70px 3%;
}

.due_service_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.due_service_contents {
  line-height: 1.5em;
  width: 48%;
}

.due_service_contents:nth-last-child(n+3) {
  margin-bottom: 50px;
}

.due_service_icon {
  border: solid 1px #3D3935;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.due_service_icon img {
  max-width: 50px;
  max-height: 50px;
}

.due_service_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
}

.due_service_txt {
  font-size: 13px;
}

.due_service_disinfection {}

.due_service_disinfection img {
  margin-right: 10px;
}

.due_price_sec {
  padding: 100px 0 !important;
}

.due_price_wrap {}

.due_price_contents {
  background-color: #fff;
  position: relative;
  padding: 78px 20px 25px 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.due_price_time {
  background-color: #AE9B4F;
  color: #fff;
  font-size: 16px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.due_price_normal {
  font-size: 14px;
  margin-bottom: 10px;
}

.due_price_normal span {
  display: table;
  background-image: linear-gradient(#AC1818, #AC1818);
  background-position: 0 50%;
  background-size: 50% 1px;
  background-repeat: repeat-x;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.23em;
}

.due_price_normal span small {
  font-size: 12px;
}

.due_price_special {
  position: relative;
  padding-left: 70px;
}

.due_price_special p {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
  color: #AC1818;
}

.due_price_special::before {
  content: '';
  background-image: url(../img/due/arrow.svg);
  width: 44px;
  height: 54px;
  position: absolute;
  top: -6px;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.due_price_special span b {
  font-size: 40px;
  line-height: 1em;
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-style: normal;
  color: #AC1818;
}

.due_price_special span small {
  font-size: 12px;
}

.due_price_extension {
  text-align: center;
}

.due_price_extension span b {
  font-size: 40px;
  line-height: 1em;
  font-weight: 600;
  font-style: normal;
  font-family: trajan-pro-3, serif;
}

.due_price_extension span small {
  font-size: 14px;
}

.due_price_extension p {
  font-size: 20px;
  line-height: 1.7em;
}

.due_price_caption {
  text-align: right;
}

.due .main_wrap>section.haveciao_area {
  background: none;
  padding: 100px 0 0 !important;
}

.due_flow_sec {
  padding: 100px 0 50px !important;
}

.due_flow_wrap {
  position: relative;
}

.due_flow_wrap::before {
  content: '';
  background-color: #AE9B4F;
  width: 1px;
  height: calc(100% - 9%);
  position: absolute;
  top: 0;
  left: 122px;
}

.due_flow_contents {
  margin-bottom: 60px;
  position: relative;
  padding-left: 145px;
}

.due_flow_img {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 65px;
  position: absolute;
  left: 0;
}

.due_flow_img img {
  max-height: 70px;
  max-width: 70px;
  width: auto;
}

.due_flow_img::after {
  content: '';
  background-image: url(../img/due/dot.svg);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -30px;
}

.due_flow_ttl {
  font-size: 16px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}

.due_flow_txt {
  line-height: 1.5em;
  font-size: 13px;
}

.due_flow_extension {
  padding-left: 0;
}

.due_flow_extension>div {
  border: solid 1px #3D3935;
  padding: 35px 20px;
}

.due_floormap_img {
  margin-bottom: 20px;
}

.due_floormap_caption {
  font-size: 12px;
  width: 95%;
  margin: auto;
}

.due_faq_sec {
  padding: 100px 0 !important;
}

.due_faq {
  padding: 25px 15px;
  border-bottom: solid 1px #B4AA92;
  font-family: 'Playfair Display', serif;
}

.due_faq dt,
.due_faq dd {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
}

.due_faq dt {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

.due_faq dt::before {
  content: 'Q';
}

.due_faq dd {
  font-weight: 500;
  font-size: 13px;
}

.due_faq dd::before {
  content: 'A';
  color: #CD1010;
}

.due_faq dt::before,
.due_faq dd::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: initial;
}

.due_faq dd a {
  text-decoration: underline;
}

.due_info_sec {
  padding: 70px 0 !important;
}

.due_info_bx {
  background-color: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
  padding: 70px 5%;
}

.due_info_wrap {}

.due_info_contents:first-of-type {
  margin-bottom: 20px;
}

.due_info_contents:nth-of-type(2) {
  line-height: 1.5em;
}

.due_info_contents img {}

.due_info_shopname {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
}

.due_info_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}

.due_info_list p {
  width: 7em;
  border-left: solid 3px #AE9B4F;
  padding-left: 10px;
}

.due_info_list span {
  width: calc(100% - 7em);
}

.due_info_list span a {}

.due_info_bx iframe {
  width: 100%;
  height: 200px;
}

.due_fixed_sec {
  position: relative;
  /* positionをrelativeに変更。 */
  width: 100vw;
  height: 250px;
}

.due_fixed_sec01 {
  height: 180px;
}

.due_fixed_img {
  position: fixed;
  /* fixedに変更する。それ以外は同じ。 */
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: top 70px center;
}

.due_fixed_sec01 .due_fixed_img {
  background-image: url(../img/due/fixedbg01.png?220930);
  width: 160vw;
}

.due_fixed_sec02 .due_fixed_img {
  background-image: url(../img/due/fixedbg02.png);
  background-position: right -65vw top 70px;
}

.due_fixed_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
}


/* モーダルCSS */
.due_modalArea {
  display: none;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.due_modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.due_modalWrapper {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 75vh;
  padding: 10px 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.due_modalContents {
  overflow: scroll;
  height: 100%;
}

.due_modalWrapper img {
  width: 600px;
}

.due_closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

#due_openModal {
  font-size: 12px;
  color: #653A36;
  border: solid 1px #653A36;
  background-color: #fff;
  float: right;
  margin-bottom: 15px;
}

.due_anchor_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

.due_anchor_wrap a {
  width: 50%;
  font-family: 'Playfair Display', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #C5BDAA;
  color: #000;
}

.due_anchor_wrap a:nth-child(odd) {
  border-right: solid #fff 1px;
}

.due_anchor_wrap a:not(:nth-last-child(-n+2)) {
  border-bottom: solid #fff 1px;
}

section.u_shoplist_area.bk_white {
  margin-top: 20px;
}

.t_release_area {
  margin-top: 80px;
}

.onemore_text {
  text-align: center;
  margin-top: 15px;
  display: block;
}

.onemore_insta {
  display: block;
  width: 50px;
  margin: auto;
}

/* ボタンタグの装飾リセット */
.button-616 {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
}




.banner-topics button.slick-prev {
  left: 12px;
  z-index: 10;
}

.banner-topics button.slick-next {
  right: 17px;
}

/*モーニングメニュー*/
.morning-drink {
  width: 100%;
  border: solid #ae9b4f;
  position: relative;
  padding: 100px 15px 25px 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

.morning-drink-name {
  background-color: #AE9B4F;
  color:
    #fff;
  font-size: 24px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.haveciao_area ul>li:first-child .img_wrap {
  top: 170px;
}

.haveciao_img02 {
  top: 230px !important;
}

/*231024_TOPバナー＆インスタ埋め込み*/
.release_and_news_area .release_area li {
  margin-bottom: 20px;
}

.insta_cord {
  margin-bottom: 50px;
}

.insta_cord div {
  width: 85%;
  margin: auto;
}

/* 231110 */
.matb4 {
  margin: 25px auto !important;
}

.matb27 {
  width: 90% !important;
  margin: 27px auto 10% !important;
}

/* 240819グラニータとは */
.area_3 {
  padding: 0 0 15%;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  color: #000000;
  position: relative;
  width: 90%;
  padding: 0;
}

.gentei {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.gentei li {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
  margin-bottom: 6%;
  background-color: white;
  padding: 2.8%;
}

.gentei li h3 {
  border-bottom: 1px solid #419f2f;
  text-align: center;
  margin: 4% 6% 5% 6%;
  display: grid;
  place-items: center;
  height: 40px;
  font-size: 3.1vw;
  font-weight: bold;
  line-height: 1.2;
}

.gentei li p {
  font-size: 2.9vw;
  line-height: 170%;
}

.gentei li p small {
  text-align: center;
  display: block;
  margin-bottom: 2%;
}

/* 240821店舗一覧バナー */
article.inner-banner {
  max-width: 1040px;
  margin: 9% auto 0;
  color: #000000;
  position: relative;
  width: 90%;
  padding: 0;
}


/* 240822_SPナビゲーション（テスト確認OKならtest外す） */
.spnav_menu.test {
  .hnavi_wrap {
    width: 100%;
    padding: 0 15px 30px;
    margin: 0;

    .cf {
      display: flex;
      flex-direction: column;
      text-align: center;
      row-gap: 1px;

      .lgNav {
        &.is-active {
          .lgNav-ttl {
            &.layer1 {
              .btn {
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);

                &:before {
                  content: none;
                }
              }
            }
          }

          .lgNav-content {
            row-gap: 1px;

            .lgNav {
              &.is-active {
                .lgNav-ttl {
                  &.layer2 {
                    .btn {
                      -webkit-transform: rotate(-180deg);
                      transform: rotate(-180deg);

                      &:before {
                        content: none;
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }

      .lgNav-ttl {
        position: relative;
        display: block;
        font-weight: bold;
        text-align: center;
        color: #000;
        padding: 15px 0;
        cursor: pointer;
        opacity: 0.8;
        transition: opacity 0.2s;

        &.layer1 {
          background: #e5d9ad;

          small {
            display: block;
            width: 100%;
            font-size: 3.5vw;
            font-family: 'Boogaloo', serif;
            color: #47130E;
          }
        }

        &.layer2 {
          background: #EEEBE0;
        }

        &:hover {
          opacity: 0.8;
        }

        .btn {
          position: absolute;
          top: 37%;
          left: 10%;
          width: 18px;
          height: 18px;
          transform-origin: center center;
          transition-duration: 0.2s;

          &:before,
          &:after {
            content: "";
            background-color: #000;
            border-radius: 10px;
            width: 18px;
            height: 4px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
          }

          &:before {
            width: 4px;
            height: 18px;
            top: 0;
            left: 7px;
          }
        }

        &::-webkit-details-marker {
          display: none;
        }
      }

      .lgNav {
        width: 100%;
        background: #e5d9ad;
        margin: 0;
        padding: 0;

        a {
          display: block;
          width: 100%;
          padding: 15px 0;
        }

        .lgNav-ttl02 {
          font-weight: 600;
          background: #EEEBE0;
          padding: 15px 0;
        }

        .lgNav-content {
          display: flex;
          flex-direction: column;
          text-align: center;

          .lgNav-content-item {
            width: 100%;
            background: #f3f3f3;
            padding: 0;
            margin: 0;
          }
        }
      }

    }
  }
}

/* 241023 朝食メニュー追加 */
.morning-drink.morning_set {
  width: 100%;
  border: none;
  padding: 0;
  font-size: 13px;
}

/* 241025 NEWS店舗紹介用*/
.shop__list__box {
  padding: 4px 0 0;
}

.shop__list__inner {
  width: auto;
  margin: 0 20px;
  display: block;
}

.shop__list__txt__detail dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shop__list__txt__detail dt {
  color: #47130E;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 1.0rem;
  margin-right: 16px;
}

.shop__list__txt__detail dd {
  font-size: 0.8rem;
  border: 1px solid #b4aa92;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
}

.shop__list__txt__detail h2 {
  color: #47130E;
  font-size: 4.5vw;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: .1em;
}

.shop__list__txt__detail ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
  margin-left: -5px;
}

.shop__list__txt__detail li {
  background-color: #EEEBE0;
  margin: 5px;
  font-size: 0.65rem;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 700;
}

.shop__list__txt__detail p {
  font-size: 4vw;
  line-height: 1.8;
  border-bottom: 1px solid #b4aa92;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: .05em;
}

.shop__list__txt__info dl {
  display: flex;
  font-size: 3.5vw;
  margin-bottom: 6px;
}

.shop__list__txt__info ul {
  margin: 21px auto 50px;
  display: flex;
}

.shop__list__txt__info li {
  margin-right: 22px;
}

.c-btn.c-btn-short {
  width: 134px;
  height: 37px;
  font-size: 0.85rem;
}

.c-btn {
  background-color: #47130E;
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 auto;
  position: relative;
  border: 2px solid #47130E;
  overflow: hidden;
}

.c-btn::before {
  content: "";
  width: 13px;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  transition: .5s;
}

.c-btn span {
  position: relative;
  z-index: 6;
}

.c-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transition: .5s;
}

.c-btn-short:hover {
  opacity: 0.6;
}

.tenpo_image {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 40px;
  gap: 20px;
}

figcaption {
  margin-top: -5px;
}

/* 250108 */
.morning-drink.morning_set {
  background-color: #eeebe0;
  padding-bottom: 20px;
}

.morning-drink.morning_set .title {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #AE9B4F;
  text-align: center;
  line-height: 135%;
  padding: 10px 0;
  margin-bottom: 10px;
}

.morning-drink.morning_set .title .choice {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  background-color: #AE9B4F;
  text-align: center;
}

.morning-drink.morning_set .menutxtbox {
  width: 90%;
  margin: 0 auto;
  background-color: #FFFFFF;
}

.morning-drink.morning_set .menutxtbox .subtitle {
  font-size: 14px;
  font-weight: bold;
  background-color: #AE9B4F;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;

}

.menutxtbox .drink {
  padding: 20px;
  text-align: center;
}

.menutxtbox .drink li {
  margin: 0;

}

.menutxtbox .tyushaku {
  padding: 0 20px;
}

.soto {
  width: 95%;
  margin: 0 auto;
  line-height: 160%;
  font-size: 13px;
}

.morning-drink.morning_set .menu .is-pc {
  display: none;
}

.morning-drink.morning_set .menu .is-sp {
  padding: 20px;
}

/* 250416 追加 */
.spOnly {
  display: block;
}