@charset"UTF-8";

@import url("icomoon.css?ver=3");

html {
	font-size: 62.5%;
}
html {
    scroll-padding-top: 160px;
}
@media screen and (max-width: 764px){
	html {
			scroll-padding-top: 80px;
	}
}
body{
	color: #663333;
	font-family: "Noto Serif", "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Arial, serif, sans-serif;
	position: relative;
	background-color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	font-weight: normal;
  font-style: normal;
	line-height: 1;
	-webkit-text-size-adjust: none;
}
.font-jp{
	font-family: Arial, "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}
.font-fr{
	font-family: 'IM Fell Double Pica', serif;
	font-weight: 400;
	font-weight: normal;
  font-style: italic;
}
.font-en{
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-weight: normal;
}
p{
  word-break:break-all;
  letter-spacing: 0.03em;
	line-height: 1.6;
}
hr {
	margin: 0;
	border-top:1px solid #cccccc;
	color: inherit;
}
noscript p {
	margin: 5px;
	padding: 10px;
	border: 2px solid #bf0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffefef;
	color: #bf0000;
}
img{
	vertical-align: bottom;
}
img.full{
	width:100%;
	height: auto;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
	background: 0 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
  letter-spacing: 0.03em;
}
a:link{
	color: inherit;
	text-decoration: none;
	outline: none;
-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
/*
	-webkit-transition: 0.23s;
	-moz-transition: 0.23s;
	transition: 0.23s;
*/
}
a:focus,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
	outline: none;
}
a:hover{
	cursor: pointer;
	opacity: 0.6;
}
a.decoration{
	display: inline-block;
  border-bottom: 1px dashed #663333;
}
a img {
	border: none;
	text-decoration: none;
}
a.img-wrap{
	display: inline-block;
	line-height: 1;
	vertical-align: bottom;
}
a.img-wrap img,
a.img-wrap svg
{
	display: block;
	margin: 0;
	padding: 0;	
	vertical-align: bottom;
}

.container-full {
	position: relative;
	display: block;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

.rel-wrap{
	position: relative;
	width:100%;
	height:100%;
}

.wrap-21by9,
.wrap-16by9,
.wrap-4by3,
.wrap-1by1{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}
.wrap-21by9:before,
.wrap-16by9:before,
.wrap-4by3:before,
.wrap-1by1:before{
	content:"";
	display: block;
	padding-top: 75%;
}
.wrap-21by9:before{
  padding-top: 42.857143%;
}
.wrap-16by9::before{
  padding-top: 56.25%;
}
.wrap-4by3::before{
  padding-top: 75%;
}
.wrap-1by1::before{
  padding-top: 100%;
}
.wrap-21by9 > .content,
.wrap-16by9 > .content,
.wrap-4by3 > .content,
.wrap-1by1 > .content{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;		
}

.sr-text{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.ofi{
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}

/* Common width
============================================== */
.wd1200{width:100%;max-width:1200px;margin-right: auto;margin-left: auto;}
.wd960{width:100%;max-width:960px;margin-right: auto;margin-left: auto;}
@media screen and (max-width: 767px) {
	.wd960{max-width:600px;}
	.wd1200{max-width:600px;}
}

/* Common colors
============================================== */
.bg-white{background-color: #fff;}
.bg-brown{background-color: #663333;}
.fc-white{color: #fff;}


strong {
	font-weight: 700;
}
img.circle{
	border-radius: 50%;
}

/* site
============================================== */
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
  font-weight: 400;
}
.read{
  line-height: 2;
}
.tel-wrap .tel{
  display: inline-block;
  border-bottom: 1px dashed #595757;
}
/*
a.link{
  display: inline-block;
  border-bottom: 1px dashed #595757;
}
*/
.title{
	font-weight: bold;
	color: #FF9900;
}

.l-wrapper {
	height: 100%;
	width: 100%;
}
.l-container{
	display:block;
	margin: 0 auto;
	min-height: 100vh;
	width: 100%;
}
.l-header{
	display:block;
	margin-bottom: 0;
	padding: 0px 0px;
	width: 100%;
}
.l-main--wrapper {
	display:block;
	height: 100%;
	width: 100%;
}
.l-main--container {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.l-footer {
	display:block;
	margin-top: 8rem;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #663333;
	color:#fff;
}
.c-footer--container{
	padding-top: 30px;
	padding-bottom: 30px;
}
.l-header {
	position: fixed;
	top:0px;
	left:0px;
	z-index: 101;
	background-color: #663333;
	height:80px;
	padding:0 5%;
}
.l-main--wrapper {
	padding-top:80px;		
}
@media (min-width: 961px){
	.l-header {
		height:80px;		
	}
	.l-main--wrapper {
		padding-top:80px;		
	}
}

body.is-home .site-content--wrapper{
	background:#fff;
}


/* logo
============================================== */
.c-logo,
.c-footer__logo{
	display: inline-block;
	position: relative;
}
.c-logo a,
.c-footer__logo a{
	display: inline-block;
}
.c-logo img{
	width: 200px;
}
.c-footer__logo img{
	width: 150px;
}
@media (max-width: 767px){
	.c-logo img{
		width: 190px;
	}
	.c-footer__logo img{
		width: 150px;
	}
}

/* footer
============================================== */

.c-footer__colophon{
	width:100%;
}
.c-footer__copyright{
	font-size: 1.2rem;
}
.c-snsmenu__item{
	padding:0.3em;
}
.c-snsmenu__items a{
	padding:0.1em;
	font-size:2rem;	
}
@media (max-width: 767px){
	.c-snsmenu__items a{
		font-size:2.5rem;	
	}
}

/* drawer
============================================== */
.drawer-nav,
.drawer-navbar{
	background-color: #663333;
	color: #fff;
}
.drawer-navbar {
  display: contents;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff;
}
.drawer-navbar a{
	color: #fff;
}
.drawer-navbar .drawer-navbar-header {
	border-bottom: none!important;
	background-color:transparent;
}

.drawer-hamburger{
	top: 10px;
	right: calc(5% - 7px)!important;
	width: 3.2rem;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after{
	height: 1px;
}

@media (max-width: 960px){
	.drawer-nav ul {
		padding: 7% 15%;
		margin: 0;
	}
	.drawer-nav ul li {
		position: relative;
		list-style: none;
		border-bottom:1px solid #fff;
	}
	.drawer-navbar .drawer-menu .c-gmenu__sub__items{
		padding-top:0;
		padding-right: 0;
		padding-left: 9%;
	}
	.drawer-navbar .drawer-menu .c-gmenu__sub__item{
		border-bottom:none;
	}	
	.drawer-navbar .drawer-menu li .menu_label {
		padding: 18px 0 20px;
		width: 100%;
		display: inline-block;
		position: relative;
	}
	.drawer-navbar .drawer-menu li .menu_label::after {
		border-color: #fff;
		border-style: solid;
		border-width: 0 1px 1px 0;
		content: "";
		display: inline-block;
		height: 8px;
		vertical-align: middle;
		width: 8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		right: 12px;
		top: calc(50% - 4px);
	}
	.drawer-navbar .drawer-menu .c-gmenu__sub__menu span.menu_label::after{
		content: none;
	}
	.drawer-navbar .drawer-menu .c-gmenu__sub__item .menu_label{
		padding: 13px 0 10px;
		border-bottom:none;
	}
	.drawer-navbar .drawer-menu .c-gmenu__sub__menu span.menu_label{
		padding-bottom: 13px;
	}
	.drawer-navbar .drawer-menu ul.c-gmenu__sub__items ul.c-gmenu__sub__items{
		display: none;
	}
	.drawer-nav .title{
		font-weight: normal;
	}

}

@media (min-width: 961px){	
	.l-header{
		padding:0 60px;
	}
	.l-footer{
		padding:0 60px;
	}
	.c-logo img{
		padding-bottom:5px;
	}	
	.drawer-navbar {
		/*height: 3.75rem;*/
		border-bottom: none!important;
		position: relative;
		display: inline-block;
		height: 80px;
		width: 38.0rem;
	}
  .drawer-container {
    max-width:none;
  }
	.drawer-navbar-header {
		height: auto!important;
	}
	.drawer-navbar .drawer-nav {
		height: auto!important;
}
	.drawer-menu {
		/*position: relative;*/
		/*display:inline-block;*/
		overflow: visible;
	}
	.drawer-navbar .drawer-menu li{
		display:inline-block;
		position: relative;
		overflow: visible;
	}
	.drawer-navbar .drawer-menu .c-gmenu__item{
		padding: 2.25em 0;
		display: -moz-inline-box;
	}
	.drawer-navbar .drawer-menu li .menu_label {
		display: inline-block;
		position: relative;
		padding: 0 20px 24px;
		cursor: pointer;
	}
	.drawer-navbar .drawer-menu .c-gmenu__sub__menu{
		position: relative;
		/*display: block;*/
		display: flex;
		flex-flow: column;
		width:100%;
	}
	.drawer-navbar .drawer-menu .c-gmenu__sub__menu > .menu_label{
		font-weight: normal!important;		
	}
	.drawer-navbar .drawer-menu .c-gmenu__item.has-child .c-gmenu__sub__menu > .menu_label.title::after {
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		content: '';
		display: block;
		height: 0.7rem;
		width: 0.7rem;
		position: absolute;
    right: 1.6em;
    top: 0.1rem;		
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: .2s;
		transition: .2s;
	}
	.drawer-navbar .drawer-menu ul.c-gmenu__sub__items {
		top:36px;
		padding-top:1em;
		padding-bottom:1.5em;
		position:absolute;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		/*width: 100%;*/
		/*display: block;*/
		display: none;
		flex-flow: column;
		overflow: hidden;
		background: #663333;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	.drawer-navbar .drawer-menu ul.c-gmenu__sub__items ul.c-gmenu__sub__items{
		padding-top:0.2em;
		padding-bottom: 0.7em;
		position:relative;
		top:auto;
	}
	.drawer-navbar .drawer-menu .c-gmenu__item.has-child > .c-gmenu__sub__menu > .menu_label{
		padding-right: 40px;
	}
	.drawer-navbar .drawer-menu .c-gmenu__item.has-child.menu-menu ul.c-gmenu__sub__items .menu_label{
		min-width: 20em;
		padding-top:0.3em;
		padding-bottom:0.5em;
	}
	.drawer-navbar .drawer-menu .c-gmenu__item.has-child.menu-menu ul.c-gmenu__sub__items .menu_label .txt{
		position: relative;
		display: inline-block;
		width:100%;
		padding-left:0.6em;
		padding-right:0.4em;
	}
	.drawer-navbar .drawer-menu ul.c-gmenu__sub__items .menu_label{
		width:100%;
	}
	.drawer-navbar .drawer-menu .c-gmenu__item.has-child:hover ul.c-gmenu__sub__items{
		visibility:visible;
		opacity: 1;
		display: flex;
	}
	.drawer-navbar .drawer-menu .c-gmenu__sub__item{
		width:100%;
	}
	.drawer-navbar .drawer-menu .c-gmenu__item.has-child .c-gmenu__sub__menu ul.c-gmenu__sub__items .menu_label.title .txt{
		position: relative;
		display: inline-block;
		width:100%;
		padding-bottom:0.7em;
		border-bottom:1px solid #fff;
	}
	.drawer-navbar .drawer-menu .c-gmenu__item.has-child .c-gmenu__sub__menu ul.c-gmenu__sub__items .menu_label .txt::after {
		border-color: #fff;
		border-style: solid;
		border-width: 0 1px 1px 0;
		content: "";
		display: inline-block;
		height: 0.7rem;
		width: 0.7rem;
		right: 12px;
		vertical-align: middle;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: calc(50% - 0.2em);
		z-index: 1;
	}
	.drawer-navbar .drawer-menu .c-gmenu__item.has-child .c-gmenu__sub__menu ul.c-gmenu__sub__items .menu_label.title .txt::after {
		top: calc(50% - 0.6em);
	}
}

/* common
============================================== */
.c-link_btn{
	display: inline-block;
	
}

/* main-visual
============================================== */
#main-visual,
#main-visual .c-block--container,
#main-visual img{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
#main-visual .c-block--container,
#main-visual img{
  height: 100%;
}
#main-visual .overlay-block{
	display: block;
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	width:100%;
	height: 100%;
	z-index: 1;
}
#main-visual .overlay-block > div{
	position: relative;
	display: block;
	width: 100%;
  height: 100%;
	overflow: hidden;
}
#main-visual .overlay-block > div::after{
	position: absolute;
	display: block;
	width: 100%;
  height: 100%;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	content:none;
	opacity: 0;
}
#main-visual .overlay-block > div > p{
	position: absolute;
	color: #fff;
	font-size: 19px;
	display: inline-block;
	top:calc(23% - 10px);
	left:0;
	width:100%;
	padding:0 calc(8% + 20px) 0 5%;
	text-align: right;
	z-index: 4;
}
#main-visual .overlay-block > div > figure{
	position: absolute;
	height: 60%;
	width: auto;
	right:0px;
	bottom:0px;
	z-index: 3;
}
@media screen and (max-width: 767px) {
}
#main-visual .overlay-block > div > .overlay-contents{
	position: absolute;
	display: block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 4;
}
#main-visual .overlay-block > div .overlay-contents--container{
	position: relative;
	width:100%;
	height:100%;
	overflow: hidden;
}
#main-visual figure{
	position: relative;
	height:100%;
	width: 100%;
	overflow: hidden;	
}
#main-visual img{
	display: block;
}

#page-menu #main-visual .contents-wrap{
	height:100%;
}
#page-menu #main-visual .contents{
	width:41%;
}
#page-menu #main-visual .contents .title{
	font-size: 2.2rem;
	line-height: 1;
	color: #FFCC00;
}
#page-menu #main-visual .contents .detail{
	margin-top:1.1em;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.88;
}

/* pc */
#main-visual{
  height: 500px;
}
#page-menu #main-visual{
  height: 352px;
}
#main-visual .overlay-block > div > figure.logo{
	display: inline-block;
	line-height: 1;
	width:204px;
	height: fit-content;
	position: absolute;
	top:calc(30% - 50px);
	left:calc(5% + 30px);
	z-index: 4;
}
#main-visual .overlay-block > div > figure.logo{
	display: inline-block;
	line-height: 1;
}
#main-visual .overlay-block > div > figure.logo img{
	width:100%;
	height: auto;
}
#main-visual .overlay-block > div > figure.pattern img{
	height: 100%;
	width:auto;
}

/* tablet - pc */
@media screen and (min-width: 768px) and (max-width: 960px) {
	#main-visual{
		height: 352px;
	}
	#main-visual .overlay-block > div > p{
		padding-right: calc(5% + 10px);
    font-size: 15px;
	}
}
/* mobile */
@media screen and (max-width: 767px) {
	#main-visual{
		height: 280px;
	}
	#main-visual .overlay-block > div > figure.pattern{
		height: 40%;
	}
	#main-visual .overlay-block > div > figure.logo{
		width:130px;
		top: calc(30% - 36px);
		left: calc(5% + 20px);
	}
	#main-visual .overlay-block > div > p{
		padding-right: calc(8% + 20px);
		top: calc(70% - 10px);
	}
	#main-visual .overlay-block > div::after{
    background-color: #000;
    content: "";
    opacity: 0.13;
	}	
	#page-menu #main-visual .contents{
		width:100%;
	}
}

.c-sec__title{
	font-size:2rem;
	padding-bottom:3em;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c-sec__title{
		padding-bottom:1.5em;
	}
}
.c-sec__title::after{
	position: absolute;
	top:1.66em;
	left:0px;
	content:"";
	width:30px;
	border-bottom:1px solid #663333;
}



/* concept
============================================== */
#page-home #concept .txt-wrap{
	max-width: 420px;
	width: 100%;
}
#page-home #concept .txt-wrap .title{
	font-size:2.2rem;
	line-height: 1.55;
}
#page-home #concept .c-block--container.bg-brown{
  color: #fff;
}
#page-home #concept .c-block--container.bg-brown .txt-wrap .title{
	color: #FFCC00;
}
#page-home #concept .c-block--container.bg-white .txt-wrap .title{
	color: #FF9900;
}
#page-home #concept .txt-wrap .detail{
	font-size:1.8rem;
	line-height: 1.88;
}
.c-link_btn{
	background-color:#663333;
	border-radius: 10px;
	color: #fff!important;
	display: inline-block;
	padding:1em 1.7em;
}
#page-home #concept .c-link_btn{
	font-weight: bold;
}
#page-home #concept .img-wrap img{
  height: auto;
  aspect-ratio: 4 / 3;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
/*  
	#page-home #concept .img-wrap img{
		min-height:365px;
		max-height: 400px;
	}
*/
}
@media screen and (min-width: 1230px) {
	#page-home #concept .row{
		padding-top:30px;
		padding-bottom:30px;
	}
}
@media screen and (max-width: 959px) {
	#page-home #concept .row{
		padding-top:30px;
		padding-bottom:30px;
	}
	#page-home #concept .c-block--container .img-wrap,
	#page-home #concept .c-block--container .txt{
		padding-left:15px!important;
		padding-right:15px!important;
	}	
	
}
@media screen and (min-width: 768px) {
	
}


/* features
============================================== */
#page-home #features{
	margin-top:52px;
}
#page-home #features .txt-wrap .title{
	margin-top:0.7em;
	font-size:1.8rem;
	line-height: 1.44;
}
#page-home #features .txt-wrap .detail{
	margin-top:0.4em;
	font-size:1.6rem;
	line-height: 1.63;
}
#page-home #features .features-slider-wrap{
  position: relative;
  display: block;
}
#page-home #features .features-slider{
  opacity: 0;
  transition: opacity .05s linear;
}
#page-home #features .features-slider.slick-initialized {
  opacity: 1;
}
#page-home #features .features-slider img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-home #features .features-slider-wrap .slider-arrows .slick-arrow{
  display: block;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	color: #663333;
	top: calc(50% - 20px);
  height: 40px;
  width: 30px;
  padding-top:4px;
  padding-bottom:4px;
  z-index: 3;
  text-align: center;
  background-color: #fff;
  opacity: 0.75;
}
#page-home #features .features-slider-wrap .slider-arrows .slick-arrow::before{
  position: absolute;
  top: calc(50% - 15px);
  line-height: 1;
  opacity: 1;
}
#page-home #features .features-slider-wrap .slider-arrows.slick-arrow:hover {
	/*opacity: 0.5;*/
}
#page-home #features .features-slider-wrap .slider-arrows .slick-prev {
	left:0px;
}
#page-home #features .features-slider-wrap .slider-arrows .slick-prev::before {
	left:9px;
}
#page-home #features .features-slider-wrap .slider-arrows .slick-next {
	right:0px;
}
#page-home #features .features-slider-wrap .slider-arrows .slick-next::before {
	right:9px;
}
#page-home #features .features-slider-wrap .slider-arrows .slick-arrow.slick-disabled::before{
  opacity: 0.35;
}
#page-home #features .features-slider-wrap .slider-arrows .slick-arrow.slick-prev.slick-disabled{
  opacity: 0.35;
}


/* access
============================================== */
#page-home #access{
	padding-top: 52px;
}
#page-home #access .h-line{
	border-top: 1px solid #e1e1e0;
	height: 0px;
	width:100%;
}
#page-home #access .information .shopname{
	position: relative;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	overflow: visible;
	height:1.6em;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
#page-home #access .information .shopname span.prefix{
	position: absolute;
	z-index: 1;
	bottom:3.36em;
	left:0;
	font-size: 0.48em;
	font-weight: bold;
	margin-left: 0.1em;
}
#page-home #access .information .shopname span.suffix{
	font-size: 0.6em;
	margin-left: 0.1em;
	padding-bottom: 0.35em;
}
#page-home #access .information .c-shopimage__items img{
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-home #access .information .c-link__items > li{
 margin-top: 1em; 
}
#page-home #access .information .address{
	font-size: 1.6rem;
	line-height: 1.62;
}
#page-home #access .information .title{
	margin-top:0.8em;
	font-size: 1.8rem;
	padding-bottom: 0.3em;
	border-bottom:1px solid #633;
}
#page-home #access .information .detail{
	margin-top:0.6em;	
	font-size: 1.5rem;
	line-height: 1.62;
}
#page-home #access .information .detail .phone{
	position: relative;
	padding-left: 1.3em;
}
#page-home #access .information .detail .phone::before{
	position: absolute;
	top: 0.15em;
	left: 0;
	display: inline-block;
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f095";
	font-size: 1.2em;
	z-index: 1;
}
#page-home #access .information .c-link_btn{
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	height: 60px;
  display: -ms-flexbox !important;
  display: flex !important;
	-ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
	padding:0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#page-home #access .information .c-link_btn{
		font-size: 1.3rem;
	}
}
#page-home #access .information .c-link_btn::before{
	margin-right: 0.5em;
	display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 1.3em;
}
#page-home #access .information .c-link_btn.reservation::before{
	content: "\f073";
}
#page-home #access .information .c-link_btn.instagram{
  border:3px solid #CF2E92;
  background-color: #fff;
  color: #CF2E92!important;
}
#page-home #access .information .c-link_btn.instagram::before{
	content: "\f16d";
  color: #CF2E92!important;
}
#page-home #access .information .c-link_btn.line{
  border:3px solid #4cc764;
  background-color: #fff;
  color: #4cc764!important;
}
#page-home #access .information .c-link_btn.line::before{
  content: "";
	display: inline-block;
  width:20px;
  height:20px;
  background-image: url("../img/icon-line.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #4cc764!important;
}
#page-home #access .information .c-link_btn .small{
	font-size: 0.8em;
}
#page-home #access .information .c-otherlink__items{
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#page-home #access .information .c-otherlink_item {
  border-top:none;
  border-left:1px solid #633;
}
#page-home #access .information .c-otherlink_item:nth-child(-n+2) {
  border-top:1px solid #633;
}
#page-home #access .information .c-otherlink_item:nth-child(odd){
  border-bottom:1px solid #633;
  border-right:1px solid #633;
}
#page-home #access .information .c-otherlink_item:nth-child(even){
  border-bottom:1px solid #633;
  border-right:1px solid #633;
  border-left: none;
}
#page-home #access .information .c-otherlink_item:last-child{
  border-bottom:1px solid #633;
  border-right:1px solid #633;
}
#page-home #access .information .c-otherlink_item a{
  width:100%;
  font-size: 16px;
  height: 3.3em;
  font-weight: bold;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#page-home #access .information .c-otherlink_item a .text-wrap{
  position: relative;
  display: inline-block;
  padding-left:1.9em;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#page-home #access .information .c-otherlink_item a .text-wrap i{
  position: absolute;
  display: inline-block;
  top: calc(50% - 13px);
  left:0;
  font-size: 1.4em;
  line-height: 1;
  z-index: 1;  
}
#page-home #access .information .c-otherlink_item a .text-wrap .text{
  display: inline-block;
  line-height: 1.26;
  text-align: left;
}
#page-home #access .google-map{
	width:100%;
	height:500px;
}
#page-home #access .google-map iframe{
	width:100%;
	height:100%;
}
@media screen and (max-width: 767px) {
  #page-home #access .information .c-link_btn::before {
    margin-right: 0.3em;
  }
  #page-home #access .information .c-otherlink_item a{
    font-size: 12px;
  }
  #page-home #access .information .c-otherlink_item a .text-wrap{
    padding-left:1.78em;
  }
  #page-home #access .information .c-otherlink_item a .text-wrap i{
    top: calc(50% - 9px);
  }
}
@media screen and (min-width: 768px) {
	#page-home #access .google-map{
		margin-top:65px!important;
	}
}

#page-home #access .main-office{
	background-color: #f2f2f2;
	padding:0.6em 1.2em;
}
#page-home #access .main-office .title{
	font-size: 1.5rem;
	position: relative;
}
#page-home #access .main-office .title span{
	font-size: 0.93em;
}
#page-home #access .main-office .title span.ruby{
	margin-left:0.5em;
	font-size: 0.9em;
}
#page-home #access .main-office p{
	font-size: 1.3rem;
	margin-top:0.1em;	
}

.fadein {
	transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
}
.fadein.scrollin {
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity: 1;
}

#page-menu .p-menu__title{
	margin-top:2em;
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 22px;
	height: 1.6em;
  display: -ms-flexbox !important;
  display: flex !important;
	-ms-flex-direction: row !important;
			flex-direction: row !important;
	-ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
#page-menu .p-menu__title::before{
	position:relative;
	display: inline-block;
	width: 50%;
	height:100%;
	background: linear-gradient(.25turn, #633 0%, rgba(98, 49, 49, 0.94) 16.62%, rgba(86, 44, 44, 0.77) 38.99%, rgba(68, 37, 35, 0.5) 64.62%, rgba(42, 27, 24, 0.12) 92.48%, rgba(35, 24, 21, 0) 100%);			
	z-index: 1;
	content: "";
}
#page-menu .p-menu__title span.txt{
	position: absolute;
	left:0.5em;
	top:0.202em;
	display: inline-block;
	width: 100%;
	z-index: 2;
	color: #FFCC00;
	line-height: 1;
}
#page-menu .p-price__item{
  padding-bottom: 1.2em;
}
#page-menu .p-price__item .content-header{
	margin-top: 2em;
	border-bottom: 1px solid #fd8608;
}
#page-menu .p-price__item h3.title{
	font-size: 2.0rem;
	padding-bottom: 0.4em;
}
#page-menu .p-price__item span.title{
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	text-align: right;
	padding-bottom: 0.4em;
}
#page-menu .p-price__item span.title .notes{
	margin-right:1em;
}
#page-menu  #facial-herbal-peel.p-price__item span.title .notes{
	margin-right:0.4em;
}
#page-menu .p-price__item .detail{
	font-size: 1.8rem;
}
#page-menu .face-mask{
	background: #f8f8f8;
	border: 1px solid #fec309;
	padding:18px 0;
}
#page-menu .face-mask .img-wrap{
	padding:0 15px;
}
#page-menu .face-mask .txt-wrap{
	padding:0 15px;
}
#page-menu .face-mask .txt-wrap .title{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.44;
	color: #f90;
}
#page-menu .face-mask .txt-wrap .copy{
	margin-top:0.3em;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #d92787;
}
#page-menu .face-mask .txt-wrap .name{
	margin-top:0.4em;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.1em;
	/*color: #623131;*/
}
#page-menu .face-mask .txt-wrap .detail{
	margin-top:1.3em;
	font-size: 1.8rem;
}
#page-menu .c-before_after__button{
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
  display: -ms-flexbox !important;
  display: flex !important;
	-ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#page-menu .c-before_after__button::before{
	margin-right: 0.5em;
	display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f030";
	color: #fff;
	font-size: 1.3em;
}
@media screen and (max-width: 767px) {
	#page-menu .c-before_after__button{
		font-size: 1.3rem;
	}
}
/*
#page-menu .gallery-slider {
  position: relative;
  display: block;
  overflow: hidden;
}
#page-menu .gallery-slider .slider-list{
  overflow: hidden;
}
*/
#page-menu .gallery-slider .slider-list{
  opacity: 0;
  transition: opacity .05s linear;
}
#page-menu .gallery-slider .slider-list.slick-initialized{
  opacity: 1;
}
#page-menu .gallery-slider .slider-list img{
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-menu .gallery-slider .slider-arrows .slick-arrow{
	font-size: 36px;
	cursor: pointer;
	position: absolute;
	color: #fff;
	top: calc(50% - 24px);
	opacity: 0.75;
  height: 44px;
  width: 36px;
  padding-top:4px;
  padding-bottom:4px;
  z-index: 3;
  text-align: center;
}
#page-menu .gallery-slider .slider-arrows .slick-arrow:hover {
	opacity: 0.5;
}
#page-menu .gallery-slider .slider-arrows .slick-prev {
	left:0px;
}
#page-menu .gallery-slider .slider-arrows .slick-next {
	right:0px;
}
#page-menu .gallery-thumbs {
  position: relative;
  display: block;
  overflow: hidden;
}
#page-menu .gallery-thumbs .thumbs-list{
  opacity: 0;
  transition: opacity .05s linear;
}
#page-menu .gallery-thumbs .thumbs-list.slick-initialized{
  opacity: 1;
}
#page-menu .gallery-thumbs .thumbs-list img{
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-menu .gallery-thumbs .thumbs-list .slick-list {
  display: block;
  position: relative;
  padding-left:0px;
  padding-right:0px;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#page-menu .gallery-thumbs .thumbs-list .slick-slide {
  margin-right: 6px;
}
#page-menu .gallery-thumbs .thumbs-list .slick-slide.slick-current{
}
#page-menu .gallery-thumbs .thumbs-list .slick-slide.slick-current figure{
  box-sizing: border-box;
  border:2px solid #fff;
}
#page-menu .gallery-thumbs .thumbs-list .slick-slide.slick-current figure{
  box-sizing: border-box;
  border:2px solid #663333;
}
#page-menu .gallery-thumbs .thumbs-arrows .slick-arrow{
  display: block;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	color: #663333;
	top: 0;
	opacity: 1;
  height: 100%;
  width: 30px;
  padding-top:4px;
  padding-bottom:4px;
  z-index: 3;
  text-align: center;
  background-color: #fff;
  opacity: 0.75;
}
#page-menu .gallery-thumbs .thumbs-arrows .slick-arrow::before{
  position: absolute;
  top: calc(50% - 15px);
  line-height: 1;
  opacity: 1;
}
#page-menu .gallery-thumbs .thumbs-arrows .slick-arrow:hover {
	/*opacity: 0.5;*/
}
#page-menu .gallery-thumbs .thumbs-arrows .slick-prev {
	left:0px;
}
#page-menu .gallery-thumbs .thumbs-arrows .slick-prev::before {
	left:11px;
}
#page-menu .gallery-thumbs .thumbs-arrows .slick-next {
	right:0px;
}
#page-menu .gallery-thumbs .thumbs-arrows .slick-next::before {
	right:11px;
}
#page-menu .gallery-thumbs .thumbs-arrows .slick-arrow.slick-disabled::before{
  opacity: 0.35;
}
#page-menu .gallery-thumbs .thumbs-arrows .slick-arrow.slick-prev.slick-disabled{
  display: none!important;
}

@media screen and (max-width: 767px) {
	#page-menu .face-mask .txt-wrap .title{
		font-size: 1.5rem;
	}
	#page-menu .face-mask .txt-wrap .copy{
		font-size: 1.9rem;
	}
	#page-menu .face-mask .txt-wrap .name{
		font-size: 2.5rem;
	}
	#page-menu .face-mask .txt-wrap .detail{
		font-size: 1.5rem;
	}
}

#page-menu #coupon .p-price__item .content-header{
	border-bottom: none;
}
#page-menu #coupon .notes{
	line-height: 1.4;
	font-size: 1.4rem;
}
#page-menu .price_table-wrap{
	margin-top:1em;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
table.price_table{
	width:100%;
	min-width: 900px;
}
table.price_table,
table.price_table th,
table.price_table td{
	font-family: Arial, "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-top: 1px solid #683737;
	border-left: 1px solid #683737;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #4e2425;
}
table.price_table th,
table.price_table td{
	height:30px;
}
table.price_table th{
	border-right: 1px solid #683737;
	border-bottom: 1px solid #683737;
	font-weight:bold;
}
table.price_table td{
	border-right: 1px solid #683737;
	border-bottom: 1px solid #683737;
}

table.price_table .row_h th{
	background-color: #E6E1E1;
}

table.price_table.col_pattern_1 th
table.price_table.col_pattern_1 td{
	width:16.666667%;
}

table.price_table.col_pattern_2 th
table.price_table.col_pattern_2 td{
	width:20%;
}


/* mobile */
@media screen and (max-width: 767px) {
	table.price_table.col_pattern_1 th
	table.price_table.col_pattern_1 td{
		width:160px;
	}

	table.price_table.col_pattern_2 th
	table.price_table.col_pattern_2 td{
		width:192px;
	}
}


@media screen and (max-width: 767px) {
	#page-home #concept .txt-wrap .title {
    font-size: 2rem;
	}
	#page-home #concept .txt-wrap .detail {
		font-size: 1.6rem;
	}	
	#page-home #access .information .shopname {
		font-size: 2.5rem;
	}
	
	#page-menu #main-visual .contents .title{
		font-size: 1.9rem;
	}
	#page-menu #main-visual .contents .detail {
		font-size: 1.6rem;
	}
	#page-menu .p-menu__title {
		font-size: 1.8rem;
	}
	#page-menu .p-menu__title::before {
		width: 90%;
	}
	#page-menu .p-price__item h3.title {
		font-size: 1.6rem;
	}
	#page-menu .p-price__item span.title {
		font-size: 1.6rem;
	}
	#page-menu .p-price__item{
    padding-bottom: 1em;
	}
	#page-menu .p-price__item .detail {
		font-size: 1.5rem;
	}  
	#page-menu .p-price__item .content-body .img {
		padding-bottom:0.8em;
	}	
	
}
