@charset "UTF-8";
/*
Theme Name: Bizvektor Global Edition Child  for Recasual
Template: bizvektor-global-edition
Version: 1
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: 'Noto Sans JP', 'Work Sans', sans-serif, helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic';
-webkit-font-smoothing: antialiased;
text-decoration: none;
color: #333;
}
html{
overflow-x: hidden;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
/*overflow-x:hidden;*/
}
main{
    overflow-x:hidden;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
a:hover{
    opacity: .7;
    transition: all .4s ease;
}
img{
  width: 100%;
  height: auto;
}
.pc, .tab{
  display: none;
}
.sp{
  display: block;
}

.main-contents{
  background: #fff;
}
header{
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s, -webkit-transform 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
  transition: all 0.3s ease 0s, transform 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
}
.header-inner{
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease 0s, -webkit-transform 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
  transition: all 0.3s ease 0s, transform 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
}
header#main-nav.scrolled {
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
header p, header a{
  color: #fff;
}
p.tell a {
  display: block;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 1px;
  position: relative;
}
.header_logo a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header#main-nav .color-logo{
  display: none;
}
header#main-nav .white-logo{
  display: block;
}
header#main-nav.scrolled p,
header#main-nav.scrolled a{
  color: #555;
}
header#main-nav.scrolled span.roundbox{
  color: #555;
  border: 1px solid #555;
}
header#main-nav.scrolled .color-logo{
  display: block;
}
header#main-nav.scrolled .white-logo{
  display: none;
}
header#main-nav.scrolled .header_logo{
  padding-bottom: 0;
}
header#main-nav.scrolled .header-rightbox{
  padding-bottom: 0;
}
header#main-nav.scrolled .header-inner{
  padding: 1.2%;
  -webkit-transition: all 0.3s ease 0s, -webkit-transform 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
  transition: all 0.3s ease 0s, transform 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
}
span.tel-num {
  color: #fff;
  font-family: 'Alice', 'Noto Serif',serif;
  font-size: 20px;
}
header#main-nav.scrolled span.tel-num {
    color: #222;
}
header#main-nav.scrolled nav.drawer-nav {
    margin-top: 8px;
}
.header-contactbox{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header-contactbox p{
  font-size: 12px;
}

ul.drawer-menu {
    display: flex;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.drawer-menu li {
    margin-left: 32px;
}

.header-rightbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 24px;
  width: calc(100% - 134px);
}
nav.drawer-nav {
    margin-top: 20px;
}
p.tell {
    margin-left: 16px;
}
span.roundbox {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 11px;
  border-radius: 30px;
  font-size: 10px;
  margin-right: 4px;
  position: relative;
  bottom: 2px;
}
.header_logo{
  width: 134px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 24px;
}
.mainv{
  width: 100%;
  height: 100vh;
}
.mainv:before {
    content: "";
    background: #232d16;
    width: 47%;
    height: calc(100vh + 6px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.mainv-inner {
  background: url(./images/mainv-img.png) no-repeat top right;
  width: 100%;
  height: 100%;
  background-size: 64%;
  z-index: 2;
  position: relative;
}

.mainv-cont-wrap {
    width: 500px;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 0 auto 0;
    padding-top: 14%;
    padding-left: 8%;
}
.copybox h1{
  position: relative;
}
.copybox h1,
.copybox h1 span{
    color: #fff;
    font-size: 42px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.3em;
}
.copybox h1 span {
    padding-left: 92px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.copybox h1 span:before {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #fff;
  position: relative;
  left: 0;
  margin-right: 12px;
}
.copybox p {
    font-size: 13px;
    color: #fff;
    line-height: 1.6em;
    letter-spacing: 1px;
}
.copybox p.exp{
  margin-top: 30px;
  color: #fff;
}
.mainv-cont-wrap .copybox .exp span{
  color: #ffffff;
  display: block;
}
.tagbox{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 18px;
}
.main-copy-tag:before {
    content: '#';
    color: #fff;
    font-size: 15px;
    position: relative;
    bottom: -1px;
    margin-right: 2px;
}
p.main-copy-tag:nth-child(n + 1) {
    margin-right: 15px;
}
p.main-copy-tag {
    font-size: 12px;
}
.storeinfo-right a {
    color: #5a67ca;
    text-decoration: underline;
}
.storeinfobox td {
    color: #fff;
    font-size: 13px;
    padding: 7px 0;
    line-height: 1.65;
}
.storeinfobox td:first-child {
    font-weight: bold;
    width: 98px;
}
.storeinfobox {
    margin-top: 68px;
}
td.credit-logos {
    display: flex;
    flex-wrap: wrap;
}
.credit-logos p {
    width: 35px;
    margin: 6px;
}
.storeinfobox td:last-child {
    width: 260px;
}
p.otherpay{
  color: #fff;
  width: 100%;
}
h2.basicttl {
    font-family: 'Alice', 'Noto Serif',serif;
    color: #2d391e;
    font-size: 35px;
    letter-spacing: -0.8px;
}
.rsvbox {
    background: #1a230f;
    width: fit-content;
    padding: 50px;
    border-radius: 12px;
    position: absolute;
    right: 30px;
    top: -50px;
  max-width: 334px;
}
.rsvbox p:first-child {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.rsv-refresh{
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 14px;
    top: 16px;
}
p.rsv-ttl {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
      margin-top: 12px;
}
p.rsv-wait{
      color: #fff;
    margin-top: 20px;
  text-align: center;
}
.rsv-wait span {
    color: #fff;
}
.rsv-ext a {
    color: #fff;
    text-decoration: underline;
    margin: 0 3px;
}
.rsv-wait strong {
    color: #fff;
}
.rsv-btn a {
    display: block;
    background: #fff;
    width: fit-content;
    font-size: 16px;
    padding: 31px 41px;
    border-radius: 50px;
    margin: 30px auto auto;
  font-weight: bold;
}
/* .rsv-btn a {
    display: block;
    background: #fff;
    width: fit-content;
    font-size: 16px;
    padding: 31px 41px;
    border-radius: 18px;
    margin: 30px auto auto;
    font-weight: bold;
    border: 2px solid #83976c;
    border-bottom: 5px solid #83976c;
} */
.rsv-btn a:after {
    content: "\f35d";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
}
p.rsv-time-ttl {
    text-align: center;
    margin: 30px auto auto;
    color: #fff;
    border: 1px solid #fff;
    width: fit-content;
    padding: 8px 26px;
    font-size: 14px;
    border-radius: 30px;
}
p.rsv-time {
  color: #fff;
  margin: 12px auto auto;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
}
p.rsv-ext span {
    font-size: 13px;
    color: #cecece;
}
p.rsv-ext {
  margin: 22px auto auto;
  line-height: 1.2;
}
.concept-inner{
      width: 90%;
    max-width: 1080px;
    margin: 0px auto;
      z-index: 2;
    position: relative;
}
.concept {
    margin-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
.concept:before {
    content: '';
    width: 76%;
    height: 95%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #edeeeb;
    z-index: 0;
}
p.basicttl-sub {
    font-size: 14px;
    color: #bcbcbc;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
p.basicttl-sub:before {
    content: "";
    display: block;
    background: #bcbcbc;
    width: 21px;
    height: 1px;
    margin-right: 7px;
    margin-top: 1px;
}

.large-copyttl{
  font-family: 'Noto Serif JP', serif;
  margin-top: 28px;
  font-size: 26px;
  letter-spacing: 1px;
  color: #5f5b5b;
  line-height: 1.65;
}

.concept-inner .leftbox {
  max-width: 514px;
  width: 50%;
}
.concept p.exp {
    margin-top: 32px;
}
p.exp {
  color: #505050;
  letter-spacing: 0.3px;
  line-height: 1.65;
  font-size: 15px;
}

p.store-pic {
    width: 56%;
    position: absolute;
    right: 0;
      z-index: 2;
}
.feature{
  position: relative;
}
.feature:after{
  content: '';
  width: 57%;
  height: 485px;
  position: absolute;
  top: 60px;
  left: 0;
  background: #5b6d60;
  z-index: 0;
}
.feature:before {
    content: '';
    width: 76%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #edeeeb;
    z-index: 0;
}
.feature-inner {
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
      z-index: 1;
  position: relative;
}
.ftr-img{
  width: 47%;
}
.ftr-txtbox{
  width: 47%;
}
.ftr-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftr-1.ftr-box {
    padding-top: 155px;
}

.ftr-1 .ftr-txtbox {
    margin-top: 352px;
}
h1.ttl-large {
  font-size: 70px;
  font-family: "Alice";
  color: rgba(45, 57, 30, 0.22);
  display: inline-block;
margin: 0 9px 14px 0;
  line-height: 1;
}
p.ttl-large-sub {
  display: inline-block;
  color: #b0b3ab;
  font-size: 15px;
}
p.ftr-p {
    color: #5b6d60;
    font-size: 30px;
    font-family: "Alice";
}
p.ftr-ttl {
    font-size: 22px;
    color: #212121;
    font-family: 'Noto Serif JP', serif;
    margin-top: 16px;
  line-height: 1.5;
}
.ftr-txtbox p.exp {
    margin-top: 12px;
}
.feature-inner .ftr-box:nth-child(n+2){
  margin-top: 62px;
}
.ftr-8 .ftr-txtbox + p {
    width: 41%;
}
.ftr-8 .ftr-txtbox {
    width: 51%;
}
.ftr-8 p.ext {
    color: #a9a9a9;
    font-size: 12px;
    margin-top: 12px;
    line-height: 1.4;
}

.message {
    background: #5b6d60;
    margin-top: -30px;
    position: relative;
    padding: 64px 0 52px 0;
}
.message-inner p {
    text-align: center;
    margin: 28px 0;
}
.message-inner p span {
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    display: block;
  line-height: 1.5;
    letter-spacing: 1.2px;
}
.recommend {
    width: 90%;
    max-width: 800px;
    margin: 68px auto auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
h2 {
    color: #212121;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
}
#content p.ttl-sub-en {
    color: #bdbdbd;
    font-family: "Alice";
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    margin-left: 3px;
    padding: 0;
}
p.ttl-sub-en:after {
    content: '';
    background: rgba(26, 35, 15, 0.2);
    height: 1px;
    width: 20px;
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto auto auto 9px;
}
.rcmd-left{
  padding-top: 20px;
}
#content .rcmd-list.-ck li {
    border-bottom: 1px #eaedef solid;
    padding: 20px 0 14px 0;
    background: url(http://test.recasuali.pro/wp-content/themes/recasual/images/check.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 2px 17px;
    padding-left: 32px;
    list-style: none;
    line-height: 1.5;
}
.h2 {
  color: #2d391e;
  font-family: "Alice";
  font-size: 58px;
  text-align: center;
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), color-stop(67%, #e7e9e7));
  background: -webkit-linear-gradient(transparent 67%, #e7e9e7 67%);
  background: linear-gradient(transparent 67%, #e7e9e7 67%);
  padding: 1px 3px 1px 1px;
  line-height: 1;
}
.largettl-sub {
    color: #7d7d7d;
    text-align: center;
    font-size: 17px;
    margin-top: 12px;
}
.ct-rw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ct-rw-l{
  width: 42%;
}
.ct-rw-r{
  width: 55%;
}
.mn-img.-op img {
    height: 320px;
    overflow: hidden;
    object-fit: cover;
}
p.mn-img.-op {
    margin: 16px auto;
}
.mn-txt-wp p.menu-exp {
    margin: 0;
}
.mn-txt-wp .menu-txtbox:nth-child(n + 2) {
    margin-top: 50px;
}
.mn-txt-wp {
    margin: 56px auto auto;
}
#content .menu-txtbox p {
    padding: 0;
    margin: 0;
}
.menu {
    margin: 80px auto 50px;
}
.menu-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
}
h3.menu-ttl {
    color: #212121;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
}
.menu-value {
    margin-top: 16px;
}
p.menu-exp {
    color: #616161;
    margin-top: 10px;
  line-height: 1.4;
}
.menubox.menu-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  overflow: hidden;
  align-items: flex-start;
}
.menu-full-img {
    width: 50%;
}
.menu-txtbox {
    display: flex;
    flex-wrap: wrap;
}
.menu-full .menu-txtbox {
  width: calc(50% - 80px);
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}
.menu-half .menu-txtbox {
  width: calc(100% - 80px);
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}
.menubox {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(238, 238, 238, 1);
  overflow: hidden;
}
p.menu-price {
  text-align: right;
  width: 30%;
  font-size: 15px;
}
p.menu-name {
  width: 70%;
  font-size: 18px;
  height: fit-content;
}
.menu-name span {
  color: #868686;
  font-size: 14px;
  margin-left: 9px;
  height: fit-content;
}
#content .menu-txtbox p.menu-exp {
    margin-top: 8px;
}
#content .mn-ttl-wp h2 {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 20px;
}
.menu-cont{
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 0 -5px;
}
.menu-cont li {
  color: #8e9073;
  font-size: 13px;
  background: #8e907320;
  padding: 8px 11px;
  margin: 5px;
  width: fit-content;
  border-radius: 6px;
  position: relative;
  line-height: 1.1;
}
li.menu-cont-off {
    background: #c0c0c020;
    color: #cccccc;
}
li.menu-cont-smith {
    padding: 8px 11px 8px 30px;
}
.menu-cont li.menu-cont-smith:before{
  content: ' ';
  background: url(http://test.recasuali.pro/wp-content/themes/recasual/images/star.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 0px;
  margin: auto;
  bottom: 0;
  left: 11px;
}
p.txlk-smth {
    margin: 40px auto auto;
    text-align: center;
    text-decoration: underline;
}
p.txlk-smth a{
    color: #7784e1;
  }
.menu-cont li.menu-cont-smith.menu-cont-off:before{
  opacity: .4;
}
.menubox.menu-half {
    width: 48%;
  margin-top: 4%;
}
.menu-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 32px auto auto;
}
.smith-wrap{
  width: 90%;
  max-width: 900px;
  margin: 50px auto auto;
}
.smith-intro {
    padding: 36px 0 0 0;
/*     border-top: 1px solid #5b6d60; */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.smith-subttl{
  color: #a0a0a0;
}
#content h2.smith-intro-ttl{
	border: none;
	background: transparent;
	color: #212121;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 1.2px;
	margin-top: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	padding: 0;
}
.smith-intro-leftbox{
  width: 42%;
}
.smith-intro-rightbox{
  width: 53%;
}
.smith-intro-leftbox p {
    margin: 10px 0 0 0;
    line-height: 1.4;
    font-size: 15px;
}
.smith-intro-leftbox p.exp {
    margin: 15px 0 0 0;
}
#content ul.smith-function{
  margin: 20px 0 0 -5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
#content .smith-function li {
    margin: 4px;
    color: #fff;
    padding: 7px 10px;
    background: #686e48;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 5px;
    list-style: none;
}
#content ul.smith-intro-point{
  margin: 20px auto auto;
  width: 67%;
  max-width: 600px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#content .smith-intro-point li {
    width: 136px;
    list-style: none;
}
.smith-close{
  padding: 36px 0;
/*     border-top: 1px solid #5b6d60;
    border-bottom: 1px solid #5b6d60; */
    margin-top: 76px;
}
.smith-wrap .rcmd-right {
    width: 48%;
}
#content .smith-wrap h2 {
    border: none;
    background: transparent;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#content .rcmd-list.ls-num li {
    background: unset;
    padding: 16px 0 10px 2px;
    list-style: none;
}
.rcmd-list.ls-num li span {
    color: #686e48;
    font-size: 28px;
    font-family: 'Alice';
    margin-right: 8px;
}
p.smith-bn {
    width: 90%;
    max-width: 885px;
    margin: 70px auto auto;
}
.menu-inner.menu-option {
    margin: 60px auto auto;
}
.menu-option .menubox.menu-half {
    margin-top: 0;
}
.menu-option .menu-wrap{
  align-items: stretch;
}
.inside-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 13px auto auto;
  font-size: 14px;
}
p.inside-menu-price {
  width: 50px;
  text-align: right;
  padding: 13px 0 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
p.inside-menu-left {
    width: calc(100% - 50px);
    padding: 13px 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
}
.menu-value.cut-menu {
    margin-top: 60px;
}
.cut-menu .menubox.menu-half.noshadow {
    box-shadow: unset;
}
.cut-menu .noshadow .menu-txtbox {
  padding: 40px 0;
  border-bottom: 1px solid #eaedef;
  width: 100%;
}
span.intx {
    display: block;
    font-size: 12px;
    color: #696969;
    margin: 0 0 4px 0;
}

.coupon{
  background: #f1f2ef;
  padding: 44px;
  margin-top: 90px;
}
.coupon .h2 {
    font-size: 41px;
}
.cpn-wrap{
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto auto;
}
.cpn{
  width: 48%;
}
p.coupon-ext {
    font-size: 14px;
    text-align: right;
    margin-top: 9px;
}
.option {
    margin: 80px auto auto;
}
img.arrow-b {
    width: 19px;
}

.optlink-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	max-width: unset !important;
}
.optlink {
    width: calc(100%/4 - 20px);
    margin: 10px;
    box-shadow: 0px 0px 30px 0px rgb(226, 226, 226);
    border-radius: 5px;
}
.optlink a img{
  border-radius: 4px 4px 0 0;
}
.optl-txtbx{
	padding: 14px 0 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
/*     justify-content: space-between; */
}
span.optlink-ttl {
/*     width: 100%; */
	width: fit-content;
    margin: 0;
}
span.optlink-time {
/*     width: 50%; */
	width: fit-content;
    font-size: 14px;
    color: #989898;
	margin-left: 8px;
}
span.optlink-price {
    text-align: right;
/*     width: 50%; */
		width: fit-content;
	margin-left: auto;
}
span.optlink-txt {
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin: 20px auto auto;
  display: inline-block;
}
span.optlink-txt:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: bolder;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: text-bottom;
}
.opt0-in p.menu-exp {
    margin-top: 8px;
}
.opt0-in .menu-txtbox:nth-child(n + 2) {
    margin-top: 40px;
}
.opt0-in p.menu-name {
    width: 67%;
    font-size: 16px;
    font-weight: bold;
}
.opt0-in p.menu-price {
    width: 33%;
}
.qa_acord li input[type=checkbox]:checked ~ div.qa_answer {
    padding: 0 40px;
}
img.arrow-b {
    width: 19px;
    margin: 15px auto auto;
  display: block;
}
.opt-detailbox {
    max-width: 820px;
    margin: 40px auto;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    padding: 46px 40px;
    display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
}
.opt-detailbox-l {
  width: 54%;
}
.opt-detailbox-r {
    width: 38%;
}
p.opt-label {
    background: #8e9073;
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
}
p.opt-menuttl {
  font-size: 20px;
  color: #212121;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaaaaa;
  display: block;
  margin-top: 40px;
}
p.opt-desc-ttl {
    font-size: 18px;
    margin-top: 50px;
}
p.opt-exp {
    margin-top: 18px;
    line-height: 1.5;
}
p.opt-ext {
    color: #8b8a8a;
    font-size: 14px;
    margin-top: 18px;
    line-height: 1.5;
}
.opt-detailbox-l ul li {
    background: #eeeeea;
    display: inline-block;
    padding: 7px 11px;
    font-size: 14px;
    margin: 4px 3px;
    color: #6b6d53;
    border-radius: 4px;
}
.opt-eyebrowbox {
  background: #efefef;
  padding: 24px;
  border-radius: 3px;
  width: calc(100% - 36px * 2);
  margin-top: 32px;
}
.groomingbrand, .tansan {
    max-width: 717px;
    width: 90%;
    margin: 0 auto;
}
p.opt-shv-ttl {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    background: #f3f4f1;
    padding: 14px 14px 14px 62px;
    position: relative;
    border-radius: 25px 0 0 25px;
    margin: 32px 0 26px 0;
  width: 100%;
}
p.opt-shv-innerbox-img {
    width: 60px;
}
.opt-shv-innerbox {
  border: 1px solid #8e9073;
  padding: 41px 16px 16px 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: fit-content;
  margin-top: 24px;
}
.itm-txtbx {
  font-size: 15px;
  width: 320px;
  margin-left: 18px;
}
.itm-txtbx p:last-child {
    color: #898989;
    margin-top: 11px;
}
p.cnby {
    background: #8e9073;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.opt-txtbx {
    width: calc(100% - 310px);
}
p.opt-shv-ttl-2 {
    font-size: 20px;
    color: #555;
  line-height: 1.3;
}
p.opt-shv-img {
    width: 290px;
}
.opt-shaving {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  width: 100%;
}
.opt-shv-ttl span {
    background: #8e9073;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 25px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
    position: absolute;
    left: 0;
    top: 0;
}

p.colorplus {
    max-width: 855px;
    width: 90%;
    margin: 50px auto;
}
.storeinfo h3 {
    color: #212121;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    text-align: center;
}
.storeinfo {
    margin: 90px auto;
}
.storeinfo-subttl{
  text-align: center;
  margin: 20px auto auto;
}
.storeinfo-left {
    width: 43%;
}
.storeinfo-right {
    width: 53%;
}
.storeinfo-innerbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    width: 90%;
    margin: 40px auto;
}
.flow ul {
    margin: 30px auto auto;
}
.storeinfo-right tr {
    padding-bottom: 14px;
    margin-bottom: 14px;
    display: block;
    border-bottom: 1px solid #ddd;
}
.storeinfo-right tr td {
    line-height: 23px;
}
.storeinfo-right tr td:first-child {
    width: 64px;
    font-size: 14px;
    color: #555;
	font-weight: bold;
    padding-right: 18px;
}
.storeinfo-right tr td:nth-child(n + 2) {
    font-size: 15px;
    color: #525252;
}
p.paymethod {
    margin: 64px auto auto;
    background-color: white;
    max-width: 663px;
    width: 90%;
}
.first {
    width: 97%;
    max-width: 900px;
    margin: 0 auto;
}
.first h3.menu-ttl {
    text-align: center;
}
.first ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
}
.first ul li {
    width: calc(100%/3 - 12px);
}
p.mn-sb-tx {
    color: #333;
    line-height: 1.65;
    text-align: center;
}
.flow {
    width: 97%;
    max-width: 900px;
    margin: 80px auto auto;
}
.flow h3.menu-ttl {
    text-align: center;
}
.flow p {
    margin: 16px auto;
    width: fit-content;
}
.flow ul li {
    display: flex;
}
.flow p.flow-img {
    width: 33%;
}

.flow p.flow-txtbox {
    background: #f3f4f1;
    width: calc(67% - 26px * 2);
    padding: 26px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.flow ul p {
    margin: 0;
}
.flow ul li:nth-child(n+2) {
    margin: 18px auto auto;
}
p.flow-txtbox a {
    text-decoration: underline;
    color: #1d68d8;
}
.line-bn{
  width: 90%;
  max-width: 608px;
  margin: 50px auto;
}

#qa{
    margin: 0px auto auto;
    width: 80%;
    max-width: 620px;
}
#qa h3{
    text-align: center;
    width: 160px;
    margin: 0 auto;
}
#qa dl {
    max-width: 680px;
    width: 83%;
    margin: 53px auto auto;
    font-size: 15px;
}
#qa dl dt{
    font-weight: bold;
    color: #4c4c4c;
    margin: 30px 0 0 0;
    line-height: 1.5em;
}
#qa dl dt:before{
    content: 'Q';
    padding-right: 9px;
}
#qa dl dd{
    color: #939393;
    margin: 10px 0 0 0;
    padding-bottom: 34px;
    border-bottom: 1px solid #cdcdcd;
    line-height: 1.2em;
    padding-left: 20px;
    position: relative;
}
#qa dl dd:before{
    content: 'A';
    position: absolute;
    left: 1px;
}

.transition, .qa_acord p, .qa_acord li i:before, .qa_acord li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, .qa_acord li {
  animation: flipdown 0.5s ease both;
}

.no-select, .qa_acord h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qa_acord h2 {
  font-size: 1em;
  line-height: 34px;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  font-weight: bold;
  color: #4c4c4c;
  cursor: pointer;
  padding: 0 14px 16px 0;
  font-family: unset;
}
.collapseomatic {
    background-position: right;
}

.qa_acord .qa_answer, .collapseomatic_content  {
  color: rgb(107, 107, 107);
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  margin: 0 0 20px 0 !important;
}

.qa_acord {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 40px auto auto;
    max-width: 860px;
}
.qa_acord li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 2px;
  padding-top: 8px;
  border-top: 1px dotted #dce7eb;
}
.qa_acord li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.qa_acord li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.qa_acord li:nth-of-type(3) {
  animation-delay: 1s;
}
.qa_acord li:last-of-type {
  padding-bottom: 0;
}
.qa_acord li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.qa_acord li i:before, .qa_acord li i:after {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 3px;
  height: 9px;
}
.qa_acord li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.qa_acord li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.qa_acord li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.qa_acord li input[type=checkbox]:checked ~ p,
.qa_acord li input[type=checkbox]:checked ~ div.qa_answer {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.qa_acord li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.qa_acord li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}


/* Smith acordion */
.sms-cls-row {
  animation: flipdown 0.5s ease both;
   border-bottom: 1px solid #5b6d60;
}
.sms-more {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sms-more {
  font-size: 1em;
  line-height: 34px;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  font-weight: bold;
  color: #4c4c4c;
  cursor: pointer;
  padding: 0 14px 16px 0;
  font-family: unset;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.smith-close{
  color: rgb(107, 107, 107);
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  margin: 0 0 20px 0 !important;
  transition: all ease .1s;
}
.sms-cls-row {
  position: relative;
  padding: 0;
  margin: 40px 0 0 0;
  padding-bottom: 2px;
  padding-top: 8px;
}
.sms-more i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.sms-more i:before, .sms-more i:after {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 3px;
  height: 9px;
}
.sms-more i:before {
  transform: translate(-2px, 0) rotate(45deg);
  transition: all 0.25s ease-in-out;
}
.sms-more i:after {
  transform: translate(2px, 0) rotate(-45deg);
  transition: all 0.25s ease-in-out;
}
.sms-cls-row input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.sms-cls-row input[type=checkbox]:checked ~ .smith-close {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  padding: 0;
}
.sms-cls-row input[type=checkbox]:checked ~ .sms-more i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.sms-cls-row input[type=checkbox]:checked ~ .sms-more i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}



.pls h3 {
    color: #212121;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
}
.pls {
    background: #f6f6f6;
  width: 90%;
    max-width: 550px;
    margin: 60px auto auto;
    padding: 22px 40px;
    border-radius: 5px;
}
.pls p.exp {
    margin-top: 12px;
}
footer {
    margin: 100px auto auto;
}
.footer_inner {
    background: #f8f8f7;
    margin: 100px auto auto;
    padding: 40px 0;
    width: 100%;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
}
ul.fnav_guide {
    display: flex;
}
.footer_bottom{
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-l{
  width: fit-content;
}
.f-r{
  width: fit-content;
}
.sa-bx{
  width: fit-content;
  display: flex;
  align-items: center;

}
.sa-logo{
  width: 53px;
  margin: 0 8px 0 0;
}
.sa-tx{
  font-size: 12px;
}
.fnav_guide li a {
    font-size: 13px;
    color: #6f6f6f;
    display: block;
}
.fnav_guide li {
    margin-right: 16px;
}
p.copy {
    font-size: 13px;
    color: #a7a7a7;
    margin-top: 9px;
}
p.f_logo {
    width: 92px;
    margin: 0 auto 10px auto;
}
.disable-anchor{
  opacity: .4;
}










.contact_form{
  margin: 34px auto auto;
}
.contactform_ttl{
    text-align: center;
    line-height: 1.5em;
    margin: 70px auto auto;
}
.contact_form ul{
  margin: 30px auto auto;
}
.contact_form ul li{
  margin: 27px 0 0 0;
  position: relative;
}
.contact_form ul li:first-child{
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}/**form reset**/

input,label,textarea {
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
input, textarea {
  width: 100%;
  padding: .5em .5em .5em 160px;
  border-bottom: solid 1px #e8e8e8;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
label {
  position: absolute;
  top: .7em;
  left: .5em;
  color: #aaa;
  line-height: 1;
}
input:focus, textarea:focus{
  padding-left: .5em;
  border-bottom: 1px solid #40b2a4;
   -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
input:focus + label, textarea:focus + label{
  top: -1.5em;
}
.required{
  font-size: .9em;
}
.btn_send{
  text-align: center;
  margin: 38px 0 0 0;
}
.selectbox{
    text-align: center;
    border-bottom: 2px solid #40b2a4;
    padding-bottom: 18px;
    width: 165px;
    margin: 0 auto;
    position: relative;
}
.selectbox select{
    color: #40b2a4;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    z-index: 99;
}
.selectbox::before {
    content: "▼";
    color: #40b2a4;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 1;
}


.contact_form button{
  font-size: 18px;
  padding: 10px;
  width: 80%;
  background-color: #40b2a4;
  color: #fff;
  letter-spacing: .5em;
  border: 4px solid #40b2a4;
  box-sizing: border-box;
}
.contact_form button:hover{
  border: 4px solid #40b2a4;
  background-color: transparent;
  color: #40b2a4;
}
.contact_form button:hover{
  cursor: pointer;
}

/************************
Contact
************************/
.contact_cont{
  padding: 25px;
}
.contact_cont .contactform_ttl{
  margin: 20px auto auto;
}


/************************
Archive, Single
************************/
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail {
    width: 100%;
/* For centering read this article button */
}
#content .moreLink {
  width: 350px;
  margin: 16px auto;
}
#pageTitBnr {
  background: #232d16;
  padding: 190px 0 50px 0;
}


#pageTit {
  color: #fff;
  font-size: 28px !important;
}
#pageTitBnr #pageTitInner {
  background: unset !important;
  padding: 0 !important;
}
/* body.category-3 #pageTit:after {
  content: "News";
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 8px 0px 0 2px;
} */
body.page-id-11 #pageTit:after {
  content: "Stylist";
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 8px 0px 0 2px;
}
div#panList {
    border: none;
    padding: 6px 0;
    font-size: 11px;
}

body.archive.category div#container,
body.single div#container{
    margin-top: 50px;
}

#container #content h1.contentTitle,
/* #sideTower h3.localHead, */
#container #content h1.entryPostTitle{
    border: none;
    background: none;
    padding: 0;
    font-family: 'Noto Sans JP', sans;
    font-size: 22px;
    color: #464646;
}
#content .moreLink a {
    color: #242d18;
    font-size: 15px;
    box-shadow: none;
    border: 1px solid #242d18;
    line-height: 1;
    display: block;
    padding: 13px 0;
}
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a {
    font-weight: bold;
}
#content h4{
  border: none !important;
}
#panList #panListInner{
  border: none !important;
}

body.single span.menu_ttl, body.archive span.menu_ttl {
    color: #fff;
}
body.single .drawer-hamburger-icon,
body.single .drawer-hamburger-icon:before,
body.single .drawer-hamburger-icon:after,
body.archive .drawer-hamburger-icon,
body.archive .drawer-hamburger-icon:before,
body.archive .drawer-hamburger-icon:after{
    background-color: #fff;
}


body.single .scrolled .drawer-hamburger-icon,
body.single .scrolled .drawer-hamburger-icon:before,
body.single .scrolled .drawer-hamburger-icon:after,
body.archive .scrolled .drawer-hamburger-icon,
body.archive .scrolled .drawer-hamburger-icon:before,
body.archive .scrolled .drawer-hamburger-icon:after{
    background-color: #222;
}
body.single .scrolled span.menu_ttl, body.archive .scrolled span.menu_ttl {
    color: #333;
}


/******************* Page Title *******************/
div#container.udr h1{
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  border-bottom: 3px solid #232D16;
  display: block;
  padding-bottom: 16px;
  line-height: 1.5;
  margin: 40px 0 16px;
}
div#container.udr h2{
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid #A6AB9F;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  padding: 0 0 14px 0;
  position: relative;
  font-size: 22px;
  font-weight: normal;
  margin: 40px 0 16px;
}
div#container.udr h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #232D16;
  bottom: -1px;
  width: 70px;
}
div#container.udr h3{
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  border: none;
  padding: 8px 4px;
  background: #F3F4F1;
  font-size: 18px;
  margin: 32px 0 8px;
}
div#container.udr ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
div#container.udr ol li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
div#container.udr ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
div#container.udr blockquote {
    box-shadow: unset !important;
    background: #F3F4F1;
    border-color: #E7E7E7 !important;
    padding: 18px 24px !important;
  margin: 40px 0;
}
span.ext-ttl {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 8px 0 16px;
    color: #e92e48;
}
span.ext-ttl i {
    color: #e54259;
    font-size: 21px;
    vertical-align: text-bottom;
    margin-right: 6px;
}
a.txtlnk {
    color: #678342;
    text-decoration: underline;
}
.rsvbox.-inln {
    position: relative;
    right: 0;
    top: 0;
    margin: 24px auto auto;
    width: 350px;
  max-width: calc(100% - 100px);
  padding: 34px 50px 16px;
}


/***********  Staff Page  *******************************/
.slick-next {
    right: 25px;
}
.slick-prev {
    left: 25px;
    z-index: 1;
}
.staff_cont .acs-acr-wrap{
    max-width: 1100px;
}
.stf-bx {
  width: 100%;
  max-width: 340px;
    margin: 16px 8px;
}
p.stf-img {
    position: relative;
/*   height: 309px; */
}
p.stf-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
p.stf-sub {
    font-size: 12px;
}
span.stf-nm-alp {
    font-size: 13px;
    margin-left: 12px;
}
span.str-inf {
    background: #292119;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}
div.stf-txtbx {
  background: #292119;
  color: #fff;
  padding: 24px 20px;
  position: relative;
}
div.stf-txtbx p, div.stf-txtbx span, div.stf-txtbx i{
  color: #fff;
}
.stf-txtbx .staff_snsbox{
position: absolute;
top: 0;
right: 16px;
}
.stf-txtbx .staff_snsbox a {
    font-size: 21px;
}
.-stfp-kthm .stf-txtbx,
.-stfp-kthm span.str-inf{
  background: #1B1D27;
}
.-stfp-ytbs .stf-txtbx,
.-stfp-ytbs span.str-inf{
  background: #341524;
}
p.stf-nm {
    font-size: 22px;
    margin: 8px 0 0 0 !important;
}
input.acs-acr {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
  margin: 0;
}
input.acs-acr + i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 23px;
    right: 23px;
}
input.acs-acr + i:before, input.acs-acr + i:after {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 3px;
  height: 9px;
}
input.acs-acr + i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
input.acs-acr + i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
input.acs-acr:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
input.acs-acr:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.access-cont{
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 2;
}
.access-cont.-prfcont {
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
max-height: unset;
}
input.acs-acr:checked ~ div.access-cont {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    padding: 0 0 7px 0;
}
.acs-acr-wrap {
  width: 96%;
    max-width: 1100px;
  margin: 10px auto;
  padding: 18px 0 13px;
  border: 1px solid #c7c7c7;
  position: relative;
}
p.exp-prf {
    margin: 12px auto auto !important;
  margin-bottom: 0 !important;
    width: fit-content;
    color: #6f6f6f !important;
    line-height: 1.4;
    width: 100%;
    font-size: 15px;
  padding: 0 !important;
}
.prf-acr-wrap {
    background: #F1F1F1;
    padding: 16px 19px 44px 19px;
    position: relative;
}
input.acs-acr.prf-acr {
    width: calc(100% - 38px);
}
label.opn-all:before{
  content: "閉じる";
  color: #555;
  font-size: 14px;
}
input.acs-acr:checked + label.opn-all:before{
  content: "全て表示する";
  font-size: 14px;
}
input.acs-acr.prf-acr:checked + label.opn-all{
  background: linear-gradient(to top, #F1F1F1 35px, #F1F1F120 100%);
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    padding: 46px 0 0 0;
}
label.opn-all{
background: #F1F1F1;
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    padding: 0 0 0 0;
  top: unset !important;
  line-height: unset !important;
}
label.opn-all:hover{
  cursor: pointer;
}
.prf-ttl{
  margin-bottom: 0 !important;
  padding: 0 !important;
}
p.prf-ttl:nth-child(n + 2) {
    margin-top: 20px !important;
}
input.acs-acr.prf-acr:checked ~ div.access-cont.-prfcont-inner {
    margin-top: 0;
    max-height: 100px;
    opacity: 1;
    transform: unset;
}
.access-cont.-prfcont .designate_btn {
    margin-top: 8px;
}
p.dsgnt-bt-ttl {
    text-align: center;
    margin: 16px 0 0 0;
    font-weight: bold;
    color: #333;
    width: 100%;
}
.dsgnt-bt-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.dsgnt-bt-wrap p.designate_btn {
    width: calc(100% / 3 - 6px);
}

.staff_snsbox{
  margin-top: 15px;
}
.staff_snsbox a{
    color: #fff;
    font-size: 23px;
}
.staff_snsbox a:nth-child(2){
  margin-left: 15px;
}
div.stf-bx p.stf-img {
    margin: 0 !important;
    padding: 0 !important;
}
p.stf-sub {
    margin: 0 !important;
}
/***********  Staff Page END  *******************************/

form.post-password-form label {
    position: relative;
}
form.post-password-form label input {
    border: 1px solid #b3b3b3;
    width: 140px;
}
form.post-password-form input[type="submit"]{
        width: 140px;
    color: #333;
    margin-left: 32px;
}

span.inlblk {
    display: inline-block;
    font-size: 15px;
}

@media screen and ( min-width:701px) {
  .stf-bx {
    width: calc(100%/3 - 16px);
}
  /*   PC グロナビ表出  */
  .drawer-menu li:last-child a.drawer-menu-item {
    padding-right: 0px;
  }
  button.drawer-toggle.drawer-hamburger {
    display: none;
  }
  nav.drawer-nav {
    position: relative;
    height: fit-content;
    width: fit-content;
    right: 0 !important;
    background: transparent;
  }
  .drawer-menu li {
    margin-left: 3px;
  }
  .drawer-menu-item {
    font-size: 12px;
    padding: 10px;
    color: #fff;
  }
}

.h-ctbx-sp{
  display: none;
}
/***************** Corresponding SP *****************/
@media screen and ( max-width:700px) {
	.drawer--right .drawer-nav {
		right: -82%;
	}
	.drawer-nav {
		width: 82% !important;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		right: 82% !important;
	}

	.snv-sns p a{
		font-size: 26px;
		background: #1c2412;
		padding: 14px;
		border-radius: 50px;
		display: inline-block;
	}
	.snv-sns {
		margin: 16px 0 0 36px;
		display: flex;
		align-items: stretch;
	}
	.snv-sns p a i {
		color: #fff;
		width: 16px;
		height: 16px;
		text-align: center;
	}
	.snv-sns p:nth-child(n + 2){
		margin-left: 20px;
	}
	
	p.opt-menuttl {
		font-size: 16px;
		font-weight: bold;
	}
	.opt-detailbox.qa_answer{
		padding: 24px 16px;
	}
.header-contactbox{
  display: none;
	}
	.menu_ttl{
		color: #fff;
	}
	.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after{
		background-color: #fff;
	}
	.h-ctbx-sp svg {
		fill: #fff;
	}
.h-ctbx-sp{
  display: flex;
      margin-right: 55px;
}
	.header_logo{
		padding-bottom: 0;
	}
.h-ctbx-sp a{
    text-align: center;
    width: 64px;
    display: block !important;
    height: 51px;
    margin: -14px 0;
	border-left: 1px solid #394629;
    padding-top: 12px;
}
.h-ctbx-sp a.wb{
		border-right: 1px solid #394629;
}
.h-ctbx-sp a span{
  display: block;
  font-size: 10px;
  color: #5F5B5B;
  margin-top: 10px;
  text-align: center;
}
	.drawer-hamburger{
		padding-top: 19px !important;
		padding-right: 17px !important;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		background: #000 !important;
		padding: 14px !important;
	}
	.drawer--right.drawer-open .drawer-hamburger .menu_ttl{
		margin-top: 27px !important;
	}
/*Scroll*/
	header#main-nav.scrolled{
		border-bottom: none;
	}
header#main-nav.scrolled .menu_ttl{
  color: #505050;
}
header#main-nav.scrolled .drawer-hamburger-icon, header#main-nav.scrolled .drawer-hamburger-icon:before, header#main-nav.scrolled .drawer-hamburger-icon:after{
  background-color: #555;
}
header#main-nav.scrolled .h-ctbx-sp svg {
    fill: unset;
}
header#main-nav.scrolled .h-ctbx-sp a{
    border-left: 1px solid #E5E9EB;
}
header#main-nav.scrolled .h-ctbx-sp a.wb{
    border-right: 1px solid #E5E9EB;
}
	
	.ct-rw-l{
		width: 100%;
	}
	.ct-rw-r{
		width: 100%;
	}
	p.mn-img {
		margin: 0px -6% 26px;
	}
	p.mn-img.-op {
		margin: 16px -6% 0px;
	}
	.mn-img.-op img {
		height: auto;
		overflow: unset;
		object-fit: unset;
	}
	
  .header-contactbox p:first-child {
    display: none;
  }
	header{
		border-bottom: 1px solid #394629;
	}
  header#main-nav.scrolled .header-inner,
  header#main-nav .header-inner{
    padding: 14px 12px;
  }
  header#main-nav.scrolled .header_logo,
  header#main-nav .header_logo{
    width: 106px;
        border: none;
  }
  .tell svg.sp {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
  header#main-nav.scrolled .tell svg.sp {
    fill: #333;
  }
  header#main-nav.scrolled span.roundbox,
  header#main-nav span.roundbox{
    color: #555;
    border: none;
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-top: 7px;
  }
  header#main-nav.scrolled a span,
  header#main-nav a{
    color: #555;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  header#main-nav a span,
  header#main-nav span.roundbox{
    color: #fff;
  }
  p.tell {
    margin: 4px 7px 0 0;
  }
  header#main-nav .header-rightbox{
    padding-bottom: 0;
    border: none;
  }
  header#main-nav.scrolled .header-rightbox{
    padding-bottom: 0;
    border: none;
  }

  nav.drawer-nav {
    margin-top: 0px;
  }
  ul.drawer-menu {
    display: block;
  }

  header#main-nav a{
    font-size: 16px;
  }
  .drawer-menu-item {
    padding: 1rem;
  }
  .drawer-menu {
    margin: 21px 0 0 0;
  }
  .drawer-menu li {
    margin-left: 22px;
  }
  
  
  
  .mainv:before {
    width: 100%;
    height: calc(100vh + 151px);
  }
  .mainv-inner {
    background: url(./images/mainv-img.png) no-repeat top 75px right;
    background-size: 88%;
  }
  div.mainv-cont-wrap {
    padding-top: 70px;
    width: 90%;
    padding-top: 294px;
    padding-left: 0;
    margin: auto auto;
  }
  .copybox h1, .copybox h1 span {
    font-size: 38px;
  }
  .copybox h1 span {
    padding-left: 0;
  }
  .copybox h1 span:before{
    display: none;
  }
  .copybox {
    width: 90%;
  }
  .tagbox {
    flex-wrap: wrap;
  }
  p.main-copy-tag:nth-child(n + 3) {
    margin-top: 7px;
  }
  .tagbox {
    margin-top: 30px;
  }

  .storeinfobox {
    margin-top: 30px;
  }
  .mainv-cont-wrap .copybox .exp span{
    display: unset;
  }
  .concept-inner {
    width: 96%;
  }
  
    .rsvbox {
      padding: 30px;
      right: 0;
      top: 0;
      position: relative;
  }
  .concept {
      margin-top: 170px;
      padding-bottom: 60px;
  }
  .concept-inner .leftbox {
      width: 99%;
      margin: 42px 0 0 7px;
  }
  .concept:before {
      opacity: .5;
  }
  p.store-pic {
      width: 74%;
  }
  .feature-inner {
      width: 94%;
      z-index: 2;
  }
  .ftr-img {
      width: 47%;
  }
  .ftr-1.ftr-box {
      padding-top: 22px;
  }
  .ftr-txtbox {
      width: 100%;
  }
  .ftr-1 .ftr-txtbox {
      margin-top: 18px;
  }
  h1.ttl-large {
      margin: 0 9px 2px 0;
  }
  .ftr-1 p.ttl-large-sub {
      margin-bottom: 30px;
  }
  .feature-inner .ftr-box:nth-child(n+2) {
      flex-direction: column-reverse;
  }
  .feature-inner .ftr-box:nth-child(n+2) p.ftr-img {
      width: 100%;
      margin-top: 16px;
  }
  .feature:before {
      opacity: .5;
  }
  .ftr-8 .ftr-txtbox + p img {
      object-fit: cover;
      height: 250px;
  }
  .feature-inner .ftr-box:nth-child(8) {
      flex-direction: column;
  }
  .ftr-8 .ftr-txtbox {
      width: 100%;
      margin-top: 16px;
  }
  .message-inner p span {
      color: #fff;
      font-size: 18px;
  }
  .message-inner {
      padding: 0 8px;
  }
  .recommend {
      margin: 40px auto auto;
        width: 91%;
  }
  .rcmd-right {
      margin-top: 14px;
  }
  .h2 {
      font-size: 42px;
  }
  h3.menu-ttl {
      font-size: 24px;
  }
  .menu-full-img {
      width: 100%;
  }
  .menubox.menu-full {
      flex-direction: column-reverse;
  }
  .menu-full .menu-txtbox {
      width: calc(100% - 40px);
      padding: 27px 20px;
  }
  .menubox.menu-half {
      width: 100%;
      margin-top: 4%;
  }
  .menu-half .menu-txtbox {
      width: calc(100% - 40px);
      padding: 27px 20px;
  }
  .smith-wrap {
      width: 100%;
      max-width: 900px;
      margin: 0px auto auto;
  }
  .smith-intro-leftbox {
      width: 100%;
  }
  .smith-intro-rightbox {
      width: 100%;
      margin-top: 30px;
  }
  #content ul.smith-intro-point {
      margin: 20px auto auto;
      width: 87%;
  }
	
  .smith-intro-point li:nth-child(n + 3) {
      margin-top: 20px;
  }
/*  .recommend {
      width: 100%;
      } */
  .smith-wrap .rcmd-right {
      width: 100%;
  }
	#content ul.rcmd-list {
		margin: 0;
	}
  .menu-option .menubox.menu-half {
      margin-top: 20px;
  }
  .coupon {
      background: #f1f2ef;
      padding: 44px 0;
  }
  .cpn {
      width: 100%;
  }
  p.cpn:nth-child(2) {
      margin-top: 20px;
  }
  p.coupon-ext {
      text-align: left;
      line-height: 1.3;
  }
  .optlink {
      width: calc(100%/2 - 20px);
  }
  .optlink-wrap {
      margin-left: -10px;
      margin-right: -10px;
      margin-top: 12px;
  }
  .opt-detailbox {
      padding: 27px 20px;
      width: calc(96% - 40px);
      flex-wrap: wrap;
  }
  .opt-detailbox-l {
      width: 100%;
  }
  p.opt-menuttl {
      margin-top: 22px;
    line-height: 1.3;
  }
  p.opt-desc-ttl {
      margin-top: 25px;
  }
  
  
  .feature:after {
    height: 258px;
  }
  .ftr-8 .ftr-txtbox + p {
    margin: 20px 0 0 0;
  }
  .storeinfo {
    width: 91%;
  }
  .storeinfo-left {
    width: 100%;
  }
  .storeinfo-innerbox {
    width: 100%;
  }
  .storeinfo-subttl {
    line-height: 1.3;
  }
  .storeinfo-right {
    width: 100%;
  }
  p.paymethod {
    width: 100%;
  }
  .first ul li {
    width: 46%;
    margin: 7px;
  }
  .flow {
    width: 91%;
  }
  .flow ul li {
    flex-wrap: wrap;
  }
  .flow p.flow-img {
    width: 100%;
  }
  .flow p.flow-txtbox {
    width: 100%;
    padding: 12px 16px;
  }
  .pls {
    width: 83%;
    padding: 5%;
  }
  ul.fnav_guide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .fnav_guide li {
    margin: 6px 8px;
  }
  p.copy {
    font-size: 11px;
    margin-top: 18px;
    text-align: center;
  }
  p.f_logo {
    width: 90px;
    margin: 0 auto 12px auto;
  }

  .transition, .qa_acord p, .qa_acord li i:before, .qa_acord li i:after {
    transition: all 0.25s ease-in-out;
  }

  .flipIn, .qa_acord li {
    animation: flipdown 0.5s ease both;
  }

  .no-select, .qa_acord h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .qa_acord h2 {
    font-size: 1em;
    line-height: 34px;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    font-weight: bold;
    color: #4c4c4c;
    cursor: pointer;
    padding: 0 14px 16px 0;
  }
  .collapseomatic {
    background-position: right;
  }

  .qa_acord .qa_answer, .collapseomatic_content  {
    color: rgba(48, 69, 92, 0.8);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 2;
    margin: 0 0 20px 0 !important;
  }
	div.optlink-wrap.qa_acord .qa_answer{
		max-height: unset;
	}

  .qa_acord {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 40px auto auto;
    max-width: 860px;
  }
  .qa_acord li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 2px;
    padding-top: 8px;
    border-top: 1px dotted #dce7eb;
  }
  .qa_acord li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .qa_acord li:nth-of-type(2) {
    animation-delay: 0.75s;
  }
  .qa_acord li:nth-of-type(3) {
    animation-delay: 1s;
  }
  .qa_acord li:last-of-type {
    padding-bottom: 0;
  }
  .qa_acord li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
  }
  .qa_acord li i:before, .qa_acord li i:after {
    content: "";
    position: absolute;
    background-color: #333333;
    width: 3px;
    height: 9px;
  }
  .qa_acord li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  .qa_acord li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  .qa_acord li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
  }
  .qa_acord li input[type=checkbox]:checked ~ p,
  .qa_acord li input[type=checkbox]:checked ~ div.qa_answer {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
  }
	.qa_acord li input[type=checkbox]:checked ~ div.qa_answer{
		padding: 0;
	}
  .qa_acord li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  .qa_acord li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  p.opt-shv-img {
    width: 100%;
  }
  .opt-txtbx {
    width: 100%;
  }
  .itm-txtbx {
    width: 200px;
    }
    p.opt-shv-ttl-2 {
    margin-top: 21px;
  }
  .opt-detailbox-r {
    width: 100%;
    margin-top: 24px;
  }
  .opt-eyebrowbox {
    width: 100%;
  }
  #content .moreLink {
    width: 100%;
    margin: 16px auto;
  }
  #pageTitBnr {
    background: #232d16;
    padding: 80px 0 10px 0;
  }
  .footer_bottom {
    flex-direction: column-reverse;
  }
  .sa-logo {
    width: 86px;
  }
  .f-r {
    margin: 24px 0 32px;
  }
}
/***************** Corresponding tablet *****************/
@media screen and (min-width:600px) and ( max-width:959px) {
  header {
    padding: 4% 0px 4% 4%;
  }
  button.drawer-hamburger {
    padding-top: 32px;
    padding-right: 5rem;
  }
}
  @media screen and (min-width:960px){
    .pc{display: block;}
    .sp{display: none;}
    .header-inner {
      padding: 2.5%;
    }
    button.drawer-hamburger {
      padding-top: 27px;
      padding-right: 5rem;
    }

}

span.tx {
    font-size: 13px;
    color: #9e9e9e;
    display: inline-block;
}

/***************** Added Style *****************/
.rsv-btn.nmr-btn a {
	color: #fff;
    background: #242d16;
}
.pln-rw {
	display: flex;
	width: 100%;
	margin-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
}




