@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: 15px;
  line-height: 2.4;
  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;
}

a[href^="tel:"] {
  pointer-events: none;
}

.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: 48px;
}

.title01u>small {
  font-size: 18px;
  display: block;
  margin: 5px 0 0;
}

.title02 {
  font-size: 30px;
  margin: 0 auto 30px;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  color: #47130E;
  text-align: center;
}

.title02>span {
  letter-spacing: 6px;
  transform: scale(1.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 40px;
  border: solid 1px #CBC7C7;
  min-width: 216px;
  color: #8b8b8b;
  font-size: 12px;
  transition: .3s;
}

.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: -23px;
  transition: .3s;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

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

.slbtn {
  display: block;
  background: #AE9B4F;
  padding: 18px 20px;
  max-width: 520px;
  margin: 0 auto;
  font-family: 'Playfair Display', serif;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #AE9B4F;
  transition: .3s;
}

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

.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);
  transition: .3s;
}

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

/* =======================================
★共通
========================================== */

.inner {
  max-width: 1330px;
  width: 96%;
  margin: 0 auto;
}

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

.img_wrap {
  position: relative;
}

.bk_white {
  background-color: #ffffff;
}

.bk_EEEBE0 {
  background-color: #EEEBE0;
}


/*totop*/
.btn_pagetop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  display: block;
  background: #adadad;
  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: 210px;
  /* background: #eee; */
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  overflow: hidden;
  display: block;
}

.main_wrap>section {
  padding: 30px 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: left;
  width: 32%;
  margin: 0 2% 2% 0%;
}

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

.ul33.ul34 {
  justify-content: center !important;
}

.ul33.ul34 li {
  float: left;
  width: 22% !important;
  margin: 0 2% 2% 0%;
}

.ul33.ul34 li:last-child {
  margin: 0% 0% 2%;
}

.ul33.ul34 li .img_wrap {
  margin: 0 !important;
  padding: 0 0 210px !important;
}

.ul33.ul34 li a p em {
  font-size: 20px !important;
}

/* .ul33 li:nth-child(3n) {
	margin: 0 0 2% 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: 100px;
}

.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;
  height: 100%;
}

.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: 1920px;
  min-width: 1200px;
  transition: 0.3s;
  opacity: 1;
  display: block;
  z-index: 1;
}

header {
  width: 210px;
  height: 100%;
  position: fixed;
  z-index: 11;
}

.header_inner {
  box-sizing: border-box;
  padding: 10px 0px;
  height: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.logo {
  max-width: 117px;
  width: 96%;
  margin: 10px auto 40px;
}

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

.logo>a:hover {
  opacity: 0.6;
}

.hnavi_wrap {
  margin: 0px 0px 30px 50px;
  padding: 0 0px 0 0;
}

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

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

.lgNav_03s {
  padding: 125px 0 0;
}



.hnavi_wrap ul>li {
  margin: 0 0 20px;
  line-height: 1.5;
}

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

.hnavi_wrap ul>li>a span {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.hnavi_wrap ul>li>a span>small {
  font-size: 12px;
  text-align: left;
  color: #47130E;
  display: block;
  font-family: 'Boogaloo', serif;
  margin: 0 0 0 1px;
}

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

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

.bk_header ul>li {
  display: none;
}

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

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

.lgNav_03s_ttl {
  width: 85%;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-bottom: solid 1px #47130E;
  margin-bottom: 8px;
}

.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 {
  display: none;
}

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

.menu-trigger {
  position: relative;
  width: 25px;
  height: 19px;
}

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

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

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

.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(6px) 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 {
  display: none;
}

.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: fixed;
  background: #B4AA92;
  right: 0;
  top: 200px;
  box-sizing: border-box;
  padding: 22px 9px;
}

.sns_wrap ul>li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  max-width: 34px;
}

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

.sns_wrap ul {
  box-sizing: border-box;
}

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

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

.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 20px;
  z-index: 10;
  position: relative;
}

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

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


/* =======================================
★TOP
========================================== */

.t_cover {
  background: #F8F8F8;
  padding: 30px 0 0;
}

.t_cover_inner {
  position: relative;
  overflow: hidden;
  padding: 0 0 700px;
  max-width: 1350px;
  margin: 0 auto;
}

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

.t_cover_cont .img_wrap {
  width: 96%;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  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);
}

.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: 40%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.top_slider li {
  /* padding: 325px 0; */
  padding: 350px 0;
  background-size: 1350px;
}

.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: 35px;
  display: block;
  width: 96%;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

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

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

/****slick****/

.t_cover_cont .img_wrap img {
  position: relative;
  width: 318px;
  margin: 0 auto;
}

.t_cover_cont .title01 {
  margin: 0 auto 8px;
  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);
  padding: 20px 0 0;
  position: relative;
}

.t_cover_box:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: -2px;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.t_cover_box:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: -2px;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.isShow .t_cover_box:before {
  transform: scale(1, 1);
}

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

.t_cover_cont p span {
  font-size: 18px;
  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: 21px;
  box-sizing: border-box;
  padding: 0;
  line-height: 1.6;
  color: #fff;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 100;
  letter-spacing: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.main_wrap>section.release_and_news_area {
  padding: 30px 0 60px;
}

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

.release_area a {
  display: block;
}

.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;
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
  background: #f94a3d;
  margin: 0 0px 0 15px;
  text-align: center;
  min-width: 60px;
}

.icon_osusume {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
  background: #E6A100;
  margin: 0 0px 0 15px;
  text-align: center;
  min-width: 60px;
}

.news_wrap>a dl {
  font-size: 13px;
  color: #000;
}

.news_wrap>a dl dt {
  float: left;
  /* width: 17%; */
  width: 20%;
  display: flex;
}

.news_wrap>a dl dt p {
  display: inline-block;
}

.news_wrap>a dl dt div.news_lbl {
  display: inline-block;
  width: 10%;
}

.news_wrap>a dl dd {
  float: right;
  /* width: 83%; */
  width: 80%;
}

/**news_wrap**/

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

.consept_area {
  margin: 90px auto 440px;
}

.consept_area::before {
  display: block;
  content: "";
  padding: 0 0 10px;
  background: #fbf3ed;
  position: absolute;
  top: -40px;
  left: 110px;
  height: 470px;
  width: 50%;
  max-width: 500px;
  z-index: 0;
}

.consept_area>figure {
  position: absolute;
}

.insk01 {
  max-width: 854px;
  top: -170px;
  left: 570px;
  width: 64%;
}

.insk02 {
  max-width: 400px;
  bottom: -170px;
  left: 380px;
  width: 36%;
}

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

.kyoukai_box {
  position: absolute;
  bottom: -240px;
  left: -60px;
  width: 578px;
  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: left;
  width: 29%;
  max-width: 150px;
  margin: 3px 0 0;
}

.kyoukai_box ul li:last-child {
  float: right;
  width: 68%;
}

.kyoukai_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;
}

.kyoukai_box p {
  font-size: 12px;
  line-height: 1.5;
}

.consept_area_box {
  position: relative;
  z-index: 1;
}

.consept_h2 {
  font-size: 20px;
  margin: 0 auto 40px;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  color: #B4AA92;
}

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

.consept_h3 {
  font-size: 35px;
  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: 16px;
}

.menu_area {}

.menu_area_box {
  padding: 30px 48px;
  margin: 0 0 50px;
}

.menu_area_box>ul>li {
  max-width: 285px;
  text-align: center;
  width: 31.55%;
  margin: 0 2.5% 0 0;
  background: #eee;
  box-sizing: border-box;
  padding: 0 0 0px;
}

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

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

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

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

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

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

.menu_area_box>ul>li>a:hover em,
.menu_area_box>ul>li>a:hover span {
  color: #47130e;
}

.menu_area_box>ul>li>a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

/* .menu_area_box > ul > li > a:hover {
    opacity: 0.7;
} */

.menu_area_box>ul>li>a p {
  line-height: 1.5;
  margin: 0 0 20px;
}

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

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

.menu_area_box>ul {
  margin: 0 auto 50px;
}

/* .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: 100%;
  padding: 240px 0;
  position: relative;
}

.shoplist_area .btn_wrap a {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}

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

.insta_area {
  background: #EEEBE0;
}

.movie_area {}

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

.youtube_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 0 50px;
}

.youtube_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.youtube_wrap ul li {
  /* float: left; */
  width: 49%;
  padding: 0 0 26%;
  position: relative;
  overflow: hidden;
  border: 12px solid #fff;
}

/* .youtube_wrap ul::before{
	clear: both;
	content: "";
	display: block;
} */

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

.insta_area>article>p {
  text-align: center;
  margin: 0 0 50px 20px;
}

.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 2.4% 2% 0;
  width: 23.2%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.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;
}

.insta_wrap_inner li a:hover {
  opacity: 0.7;
}

/* =======================================
★UNDER
========================================== */

.under .main_wrap {}

.maina_mtop {
  margin-top: -250px !important;
}

.maina_mtop2 {
  position: relative;
  top: -220px !important;
}

/* =======================================
★UNDERcover
========================================== */

.u_cover_cont {
  padding: 100px 0 270px;
  background: url(../img/under_bk_coverimg.png);
}

.menu .u_cover_cont {
  padding: 100px 0 270px;
  background: url(../img/under_bk_menu_coverimg.png);
  background-size: cover;
}

.shoplist .u_cover_cont {
  padding: 100px 0 270px;
  background: url(../img/under_bk_shoplist_coverimg.png);
}

.barista .u_cover_cont {
  padding: 100px 0 270px;
  background: url(../img/under_bk_barista_coverimg.png);
}

.cover_inner {}


/* =======================================
★SHOPLIST
========================================== */

/*lister_box*/

.lister_box {
  margin: 0 auto 70px;
}

.lister_box a {
  display: block;
}

.lister_box>ul {}

.lister_box ul>li {
  max-width: 325px;
  background: #fff;
  width: 24.4%;
  margin: 0 0.79% 0% 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 {
  /* top: 100px; */
}

.lister_box ul>li .img_wrap img {
  max-width: 325px;
}

.lister_box ul>li strong {
  font-size: 16px;
  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: 14px;
  vertical-align: middle;
  padding: 0 0 0px 10px;
}

.lister_box ul>li td.tels_txt {
  font-size: 16px;
  line-height: 1;
  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;
  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: 12px;
  color: #fff;
  transform: 0.3s;
}

.mbnt {
  background: #fff;
  font-size: 12px;
  color: #B4AA92;
  transform: 0.3s;
}

.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: 20px 40px;
}

.u_shoplist_area {}

.shopicons_box {
  margin: 0 auto 130px;
}

.shopicons_box_inner {
  padding: 40px 0px 20px;
}

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

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

.shopicons_box ul>li:nth-of-type(3) {
  width: 20%;
}

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

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

.shopbrand_box {}

.brand_title {
  margin: 0 0 20px;
}

.shopbrand_box ul {
  margin: 0px auto 105px;
}

.shopbrand_box ul>li {
  width: 32%;
  margin: 0 1% 0% 0%;
}

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

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


/* =======================================
★MENU
========================================== */

.tit_line {
  font-size: 28px;
  background: rgba(245, 245, 245, 0.4);
  margin: 0 0 50px;
  padding: 10px 25px;
}

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

.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);
  font-weight: bold;
}

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

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






.mbox {
  max-width: 280px;
  margin: 0 auto;
  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: 13px;
  vertical-align: top;
}

.hot_area {
  margin: 0 auto 30px;
}

.ice_area {
  margin: 0 auto 30px;
}

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

.note_p {
  font-size: 14px;
}

.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: 150px 0 0;
}

.haveciao_area p {
  margin: 0 auto 60px;
}

.haveciao_area h2 span {
  font-size: 30px;
}

.haveciao_area p {}

.haveciao_area ul:nth-of-type(even) li:first-child {
  float: right;
}

.haveciao_area ul:nth-of-type(even) li:first-child:after {
  left: -1px;
  transform: rotate(180deg);
}

.haveciao_area ul:nth-of-type(even) li:last-child {
  float: left;
}

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

.haveciao_area ul>li:first-child:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  content:
    "";
  display: block;
  z-index: 0;
}

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

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

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

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

.haveciao_area h3 {
  /* font-size: 24px; */
  margin: 0 0 0px;
  padding: 10px 25px;
}

.haveciao_area h3>span {
  letter-spacing: 4px;
  transform: scale(1.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: 70%;
  float: left;
}

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

.haveciao_area ul>li .havbox .inbox.ssimg {
  width: 290px;
}

.bllk {
  width: 30%;
  float: left;
}

.haveciao_area ul>li .havbox h3 span {
  font-size: 24px
}

.haveciao_area ul>li .havbox p {
  position: relative;
  font-size: 14px;
  text-align: left;
  width: 100%;
}

/* =======================================
★CONCEPT
========================================== */


/* =======================================
★SEMINAER
========================================== */

/* =======================================
★NEWS
========================================== */

.news .u_cover_cont {
  padding: 100px 0 60px;
  background: url(../img/under_bk_coverimg.png);
}

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

.mscont_wrap .main_box {
  float: left;
  width: 75%;
}

.mscont_wrap .side_box {
  float: right;
  width: 20%;
}

.u_newslist_area .news_wrap dt {
  /*width: 25%;*/
  width: 20%;
  display: flex;
}

.u_newslist_area .news_wrap dt p {
  display: inline-block;
}

.u_newslist_area .news_wrap dt div.news_lbl {
  display: inline-block;
  width: 10%;
}

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

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

.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;
}

.news_archive_wrap dd a {
  color: #47120e;
  font-size: 14px;
}

.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 70px;
  text-align: center;
  max-width: 760px;
}

.barista_box .btn_wrap {
  margin: 0 auto;
}

.barista_box h2 {
  margin: 0 auto 30px;
}

.cover_barista {
  margin: 0 auto 60px;
  position: relative;
  overflow: hidden;
  padding: 0 0 320px;
}

.cover_barista .img_wrap {
  position: absolute;
  top: -90px;
}

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

.barista_mark {
  max-width: 268px;
  margin: 0 auto 60px;
}

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

.underover_barista {
  position: relative;
  padding: 0 0 480px;
  overflow: hidden;
}

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

.underover_barista .img_wrap img {
  width: 1740px;
}

/* =======================================
★Privacy
========================================== */

.policy h1 {
  text-align: left;
  max-width: 1330px;
  width: 96%;
}

.policy .u_cover_cont {
  padding: 150px 0 40px;
  background: none;
}

.policy_box {
  font-size: 16px;
  margin: 0 0 170px;
  box-sizing: border-box;
  padding: 0 60px;
}

.policy_box h2 {
  color: #B4AA92;
  font-size: 20px;
  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;
}

/*20200421*/

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

.bkbwhite {
  background: #fff;
}

/* =======================================
★feature
========================================== */

.feature .u_cover_cont {
  padding: 100px 0 270px;
  background: url(../img/under_fueaturebk_coverimg.png);
}

.u_feature_area .ul50 li {
  float: left;
  width: 50%;
  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;
  width: 124%;
}

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

.u_feature_area .ul50 li .inbox {
  padding: 80px 80px 10px;
  box-sizing: border-box;
}

.u_feature_area .ul50 li .inbox .title02 span {
  position: relative;
  left: -27px;
}

.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 0;
  /* text-align: center; */
  max-width: 640px;
  letter-spacing: 3.4px;
}

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

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

.feature_box {
  margin: 0 0 0px;
}

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

.feature_box2 p {
  margin: 0 auto 60px;
}


.feature_box .btn_wrap {
  margin: 0 auto;
}

.feature_box h2 {
  margin: 0 auto 30px;
}

.cover_feature {
  margin: 0 auto 100px;
  position: relative;
  overflow: hidden;
  padding: 0 0 320px;
  max-width: 1000px;
}

.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: left;
  width: 25%;
  max-width: 150px;
  margin: 27px 0 0;
}

.inei_box ul li:last-child {
  float: right;
  width: 77%;
}

.inei_box h3 {
  font-size: 24px;
  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: 13px;
  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: 12px;
  line-height: 2.3;
  margin: 0 auto 20px;
}

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

.u_feature_area3 ul li {
  float: left;
  width: 33.333%;
  margin: 0 0% 3% 0%;
}

.u_feature_area3 ul {
  margin: 0 auto 40px;
}

.fea3img {
  margin: 0 auto 40px;
}

.fea3box {
  box-sizing: border-box;
  padding: 0 40px;
}

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

.fea3box:before {
  position: absolute;
  right: 0;
  left: 0;
  top: -60px;
  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 100px;
}

/*2020711*/

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

.top .top_slider li.slick-slide:hover {
  opacity: 0.7 !important;
}

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

/* .cx20711_btn a{
    display: block;
    padding: 18px 20px;
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    transition: .3s;
    font-size: 24px;
    border: solid 1px #AE9B4F;
    background: #AE9B4F;
} */

/* .cx20711_btn a span{
  color: #000;
} */

/* .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: #000;
    border-radius: 10px;
    top: 50%;
    right: 30px;
    -ms-transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    transition: .3s;
}

.cx20711_btn a::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);
    transition: .3s;
} */
.consept_area {
  margin: 90px auto 480px;
}

.btn_wrap.center.feature_bntc {
  bottom: -400px;
}

.slbtn>span {
  font-size: 24px;
}

.shoplist_area .btn_wrap a {
  bottom: -48px;
}

/* IE10 */
@media all and (-ms-high-contrast: none) {
  .shoplist_area .btn_wrap a {
    left: 30%;
  }

  .effectFU>span:before {
    height: 100%;
  }

  .effectFU.isShow>span:before {
    -webkit-transform: scale(0.001, 1);
    transform: scale(0.001, 1);
    right: -20px;
  }

  .hnavi_wrap ul>li>a span>small {
    font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  }
}

.lightbox.PAD {
  width: 1024px !important;
}

.PADh .lister_box ul>li td.tels_txt {
  line-height: 1.5;
}

.PADh a[href^="tel:"] {
  pointer-events: auto;
}

.PADhs .wrap {
  min-width: auto;
  max-width: 1200px;
}

@media screen and (max-width:1200px) {

  .consept_area_box {
    width: 94%;
    margin: 0 auto;
  }

  .kyoukai_box {
    left: 3%;
    width: 490px;
  }
}

.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: 880px;
  margin: 20px auto 0;
  text-align: center;
  padding: 10px;
}

/*201002 menuページ　こだわりへのリンク*/
div.p_menu_kodawari_bn {
  background: url(../img/bk_cover01.jpg)no-repeat center;
  background-size: cover;
  background-position-y: -135px;
  width: 1000px;
  height: 180px;
  margin: 0 auto 143px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.2em;
  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::after {
  content: '';
  background-color: rgba(18, 11, 3, .38);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

div.p_menu_kodawari_bn p span {
  font-size: 16px;
  display: block;
  letter-spacing: 4px;
}

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

div.p_menu_season_bn div {
  width: 500px;
  margin: 0 20px;
}

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

/* 201013 SNSボタン追加 */
.share_btn_wrap {
  margin: 10px 0 30px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

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

.share_btn_wrap>a:hover {
  box-shadow: 0px 1px 5px 3px #eee;
}

/*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;
  padding: 100px 0;
  background: url(../img/barista_bg.jpg) no-repeat center right;
  background-size: auto 100%;
  margin-bottom: 75px;
}

.barista_box02::before {
  content: '';
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(43, 46, 41, 1) 0%, rgba(13, 14, 12, 1) 80%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(43, 46, 41, 1) 0%, rgba(13, 14, 12, 1) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(43, 46, 41, 1) 0%, rgba(13, 14, 12, 1) 80%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2e29', endColorstr='#00000000', GradientType=1);
  z-index: 1;
}

.barista_box02 div {
  position: relative;
  z-index: 2;
}

.barista_box02 div .txt {
  color: #fff;
  max-width: 625px;
  width: 50%;
}

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

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

.barista_box02 .slbtn {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}

.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: -230px;
}

.barista_attend_box .attend_heading {
  font-size: 30px;
  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: 32%;
}

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

.barista_attend_box .outline ul li div {
  padding: 20px;
  text-align: center;
  background: #F3F1E6;
}

.barista_attend_box .outline ul li div img {
  width: 100%;
  max-height: 80px;
  display: block;
  margin: 0 auto 10px;
}

_:-ms-lang(x),
.barista_attend_box .outline ul li div img {
  height: 80px;
}

.barista_attend_box .outline ul li div p {
  text-align: center;
}

.barista_attend_box .outline .inbox {
  padding: 100px 50px;
}

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

.barista_attend_box .outline .inbox table {
  font-size: 18px;
  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;
  font-weight: bold;
  min-width: 200px;
}

.barista_attend_box .outline .inbox table tbody tr td {
  padding: 20px;
}

.barista_attend_box .flow {
  margin-bottom: 100px;
}

.barista_attend_box .flow ol {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.barista_attend_box .flow ol li {
  width: 25%;
  padding: 10px 20px 10px 55px;
  background: #F5F5F5;
  height: 140px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-right: -45px;
}

.barista_attend_box .flow ol li:first-child {
  padding: 10px 55px 10px 20px;
}

.barista_attend_box .flow ol li:last-child {
  color: #fff;
  background: #AE9B4F;
}

.barista_attend_box .flow ol li::after {
  content: '';
  width: 45px;
  height: 130%;
  background: url(../img/barista_arrow01.svg) no-repeat center right;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.barista_attend_box .flow ol li:first-child::after {
  right: 20px;
}

.barista_attend_box .flow ol li:last-child::after {
  background: url(../img/barista_arrow02.svg) no-repeat center right;
  background-size: cover;
  right: -45px;
}

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

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

.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: 30px;
  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;
}

.barista_form table tr th {
  font-size: 18px;
  width: 40%;
  padding: 30px 60px 30px 10px;
  line-height: 1.3;
  position: relative;
}

.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: 30px;
  right: 0;
}

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

.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;
  margin-right: 10px;
}

.barista_form table tr td input[type="radio"]+label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  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: 14px;
  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 {
  width: 49%;
}

.lgNav_05s {
  padding: 300px 0 0;
}

/* アプリバナー */
.app {
  display: none;
}

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

.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;
}

/*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;
  z-index: 10000;
  position: relative;
  max-width: 600px;
}

.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;
  cursor: pointer;
}

.modal_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: #A51009;
  line-height: 2.8em;
}

.modal_ttl small {
  display: block;
  font-size: 25px;
}

.modal_ttl span {
  position: relative;
  z-index: 0;
  font-size: 30px;
}

.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;
  text-align: center;
}

.modal_appimg_wrap {
  display: flex;
  justify-content: space-between;
  width: 65%;
  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: 20px;
}

.modal_blbtn_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

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

.modal_blbtn img {}

/* チャオプレッソのお得なサービス */
.u_onemoredetails_area .mscont_wrap .main_box {
  float: none;
  width: 100%;
  text-align: center;
}

.u_onemoredetails_area .details_box {
  margin: 40px auto 80px;
}

.u_onemoredetails_area .details_title {
  font-size: 28px;
}

.u_onemoredetails_area .details_inner p {
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 36px;
}

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

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

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

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

.u_onemoredetails_area .modal_blbtn_wrap {
  width: 430px;
  margin: auto;
}

/* 220119 スマホヘッダー修正 */
.logo .mn02,
.logo .mn03 {
  display: none;
}

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

p.service_note {
  text-align: left;
  font-size: 15px !important;
  line-height: 24px !important;
  margin-left: 75px !important;
  margin-top: 28px !important;
}

.lgNav_06s {
  padding: 345px 0 0;
}

.lgNav_06 a::before {
  content: "";
  display: inline-block;
  background-image: url("https://ciaopresso.com/wp-content/themes/twentynineteen_custom/common/img/ico_service.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -40px;
}

.lgNav_07 {
  position: absolute;
}

.lgNav_07 a::before {
  content: "";
  display: inline-block;
  background-image: url("https://ciaopresso.com/wp-content/themes/twentynineteen_custom/common/img/ico_onlineshop.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -35px;
}

/* 220228 TOP Instagram */
.top_insta_pc {
  border: 12px solid #fff;
}

/* 227026 Due */
.due .title01u>span {
  font-size: 30px !important;
}

.due .title01u>small {
  font-size: 16px !important;
}

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

.due_slider {}

.due_slider li.slick-slide {
  height: 80vh;
  position: relative;
}

.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);
}

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

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

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

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

.due_mv_logo {
  width: 308px;
  margin: 0 auto 5px;
}

.due_mv_ttl {
  font-size: 42px;
  line-height: 1.5em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  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: 24px;
  line-height: 2em;
}

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

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

.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;
  bottom: -6vh;
  right: 0;
  background-color: #AE9B4F;
  max-height: 140px;
  height: 12vh;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 22px;
  color: #331C1A;
  gap: 20px;
  padding: 15px 2vw;
  z-index: 3;
  width: 25vw;
  max-width: 400px;
}

.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: 3vw;
  height: 33px;
}

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

.due_vacancy:hover::after {
  transform: translateX(10px);
}

.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: 1.8vw;
}

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

.due .u_feature_area .ul50 li .inbox {
  padding: 80px 65px;
}

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

.due .u_feature_area .ul50 li img {
  height: 100%;
  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: 50px;
  right: 50px;
}

.due .haveciao_area ul>li .havbox {
  width: 100%;
}

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

.due .haveciao_area h3 {
  padding: 0;
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 35px;
  font-family: 'Playfair Display', serif;
}

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

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


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

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

.due_service_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
  flex-flow: row-reverse wrap-reverse;
}

.due_service_contents:first-child {
  order: 7;
}

.due_service_contents:nth-child(2) {
  order: 6;
}

.due_service_contents:nth-child(3) {
  order: 5;
}

.due_service_contents:nth-child(4) {
  order: 4;
}

.due_service_contents:nth-child(5) {
  order: 3;
}

.due_service_contents:nth-child(6) {
  order: 2;
}

.due_service_contents:last-child {
  order: 1;
}

.due_service_contents {
  width: 21%;
  line-height: 1.5em;
  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;
}

.due_service_txt {}

.due_service_disinfection {}

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

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

.due_price_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8%;
}

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

.due_price_time {
  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%;
}

.due_price_normal {
  font-size: 14px;
  line-height: 2em;
  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: 40px;
}

.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: 30px;
  height: 35px;
  position: absolute;
  top: 10px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.due_price_special span b {
  font-size: 3vw;
  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;
  margin-top: 30px;
}

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

.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: 70px 0 0 !important;
}

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

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

.due_flow_contents {
  width: 28%;
  margin-bottom: 60px;
  position: relative;
}

.due_flow_contents::before {
  content: '';
  background-color: #AE9B4F;
  height: 1px;
  position: absolute;
  top: 245px;
  left: 50%;
}

.due_flow_contents:first-of-type::before {
  width: calc(100% * 3 - 45%);
}

.due_flow_contents:nth-of-type(4)::before {
  width: calc(100% * 2 - 70%);
}

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

.due_flow_img img {
  width: auto;
  height: auto;
}

.due_flow_img::after {
  content: '';
  background-image: url(../img/due/dot.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  bottom: -40px;
}

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

.due_flow_txt {
  line-height: 1.5em;
}

.due_flow_extension {
  display: flex;
  align-items: end;
}

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

.due_floormap_sec {
  padding: 30px 0 100px !important;
}

.due_floormap_wrap {
  position: relative;
}

.due_floormap_img {
  max-width: 1200px;
  margin: auto;
  display: block;
}

.due_floormap_caption {
  position: absolute;
  font-size: 12px;
  line-height: 1.5em;
  width: 415px;
  right: 35px;
  bottom: 0;
}

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

.due_faq {
  padding: 25px 35px;
  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: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

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

.due_faq dd {
  font-weight: 500;
}

.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: 120px 0 !important;
}

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

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

.due_info_contents:first-of-type {
  width: 42%;
}

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

.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: 18%;
  border-left: solid 3px #AE9B4F;
  padding-left: 10px;
}

.due_info_list span {
  width: 82%;
}

.due_info_list span a {}

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

.due_fixed_sec {
  height: 480px;
  position: relative;
  /* positionをrelativeに変更。 */
  width: 100vw;
  z-index: 2;
}

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

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

.due_fixed_sec02 .due_fixed_img {
  background-image: url(../img/due/fixedbg02.png);
}

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



.due_anchor_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 85px;
  margin-left: 40px;
  margin-top: -52px;
}

.due_anchor_wrap a {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  padding: 0 3vw 0 0;
  position: relative;
}

.due_anchor_wrap a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #331C1A;
  border-right: 2px solid #331C1A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}

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

.t_release_area {
  margin: auto;
  max-width: 1350px;
}

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

/*モーニングメニュー*/
.morning-drink {
  width: 70%;
  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%;
}

.morning-drink_extension {
  margin: 1%;
}

.flex-morning {
  display: flex;
  flex-wrap: wrap;
}

/*231024_TOPバナー＆インスタ埋め込み*/
.release_and_news_area .release_area {
  display: flex;
  justify-content: space-between;
}

.release_and_news_area .release_area li {
  width: 49.5%;
}

.insta_cord {
  display: flex;
  justify-content: center;
  max-width: 1090px;
  width: 96%;
  margin: auto;
  margin-bottom: 60px;
}

.insta_cord div {
  width: 50%;
}

.insta_cord div:nth-child(2) {
  width: 22.5%;
}

.insta_cord div iframe {
  margin: auto !important;
  min-width: 100px !important;
}

.insta_text {
  line-height: 2.5rem;
}

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

.inner {
  max-width: 1200px;
  margin: 0 auto;
  color: #000000;
  position: relative;
}

.gentei {
  display: flex;
  line-height: 25px;
  flex-wrap: wrap;
}

.gentei li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 4%;
  background-color: white;
  padding: 14px;
}

.gentei li h3 {
  border-bottom: 1px solid #419f2f;
  text-align: center;
  margin: 10px 5px;
  height: 48px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: bold;
}

.gentei li p {
  font-size: 13px;
}

.gentei li p small {
  text-align: center;
  display: block;
}

/* 240821店舗一覧バナー */
.shop-banner {
  display: flex;
  justify-content: center;
  margin-top: 4%;
}

img.onemore-image {
  width: 500px;
}

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

/* 241025 NEWS店舗紹介用*/
.shop__list__inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

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

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

.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: 1.5rem;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: .1em;
}

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

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

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

.shop__list__txt__info dl {
  display: flex;
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.shop__list__txt__info ul {
  margin: 15px auto 60px;
  display: flex;
}

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

.c-btn.c-btn-short {
  width: 150px;
  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 {
  display: flex;
  gap: 2%;
  justify-content: center;
  margin-bottom: 50px;
}

figcaption {
  margin-top: -10px;
}

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

.morning-drink.morning_set .title {
  font-size: 24px;
  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: 18px;
  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: 18px;
  font-weight: bold;
  background-color: #AE9B4F;
  color: #FFFFFF;
  text-align: center;

}

.menutxtbox .drink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 0px;
}

.menutxtbox .drink li {
  width: 48%;

}

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

.soto {
  width: 70%;
  margin: 0 auto;
  line-height: 160%;
}

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

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

/* 250530 追加 */
.menu-emg {
  font-weight: normal;
}