@charset "UTF-8";
/* CSS Document */

:root {
	--main-color : #bdb186;
	--green-color:#304B34;
	--blue-color:#162A33;
	--bg-color:#F0E9D9;
}


html {
/*	min-height: -webkit-fill-available;*/
	    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;		
  font-size: 62.5%;
}

body {
font-family: 'Noto Serif JP', serif;	
	font-size: 1.6rem;
	color: #331D1D;
}
body.fixed {
	position: fixed;
	width: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
}

.inner {
/*	max-width:1200px;*/
	max-width:1100px;	
	width: 98%;
/*	border: 1px solid #f00;*/
	margin-left: auto;
	margin-right: auto;
}

.sp {display:none}
.pc {display: block}

@media screen and (max-width:768px){
	body {
		font-size: 1.4rem;
	}
/*
	.inner {
		padding-left: 6%;
		padding-right: 6%;
	}
*/
    .sp {display:block}
    .pc {display: none}	
}

header {
	position: fixed;
	z-index: 100;
	width:100%;
	min-height: 64px;
	left:0;
	top: 0px;
	background: rgba(255,255,255,0.9);
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center
}
main {
	
}


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


/* --------------------------- Header 
*/
header h1 {
	line-height: 1;
	margin-left: 10px;
	margin-right: 10px;
}
	header h1 img{
		width:39px
	}
/* --------------------------- navi 
*/

.nav__list {
	display: flex;
	flex-flow: row;
}
.nav__list a {
	color:#331D1D;
	text-decoration: none;
}
.nav__list li {
	margin-right: 2em;
}

#menu-button {display: none;}

@media screen and (max-width:999px){
	.nav__list {
		flex-flow: row wrap;
		justify-content: space-between;
/*		border:1px solid #f00;*/
		margin-left: 100px;
	}
	.nav__list li {
	margin-right: 1em;
}
}

@media screen and (max-width:768px){
	
	header {
		min-height: 50px;
	}
	header h1 img{
		width:39px
	}
	
	.nav__list {
		display: block;
		margin-left:0;
	}
	.nav__list li {
		text-align: center;
		padding: 20px;
		margin-right: 0;
	}
	.nav__list li a{
		
	}	
	
/* sp navi */
#menu-button {
	display: block;
	position: fixed;
    top: 4px;
    right: 5px;
    width: 46px;
    height: 46px;
  }
#menu-button > div {
    width: 20px;
    height: 1px;
    background: #707070;
    position: absolute;
    transition: all 0.3s ease;
  }
#menu-button > div:nth-child(1) {
    top: 35%;
    left: 13px;
    transform: translate(0%, 0%);
  }
#menu-button > div:nth-child(2) {
    top: 50%;
    left: 13px;
  }
#menu-button > div:nth-child(3) {
    top: 65%;
    left: 13px;
    transform: translate(0%, 0%);
  }
#menu-button.active > div {background: #707070;}
#menu-button.active > div:nth-child(1) {
    top: 50%;
    transform: translate(0%, -50%) rotate(45deg);
  }
#menu-button.active > div:nth-child(2) {
    opacity: 0;
  }
#menu-button.active > div:nth-child(3) {
    top: 50%;
    transform: translate(0%, -50%) rotate(-45deg);
  }	
header nav {
/*	background: rgba(51,0,0,0.6);*/
	background: rgba(255,255,255,0.9);
    width: 100%;
    height: calc(100vh - 50px);
/*	height: 100vh;*/
    padding: 5px 0 50px;
    box-sizing: border-box;
    position: fixed;
    top: 50px;
    opacity: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	transition: .3s all ease
  }

	
  header nav.active {
    opacity: 1;
  }
  header nav.block {
    display: block;
  }			
	
}

/* mv */
.mv__wrap {
	width: 100%;
/*	height: 1081px;*/
	height: calc(100vh - 50px);
	min-height: 667px;
	background-color: rgba(255,255,255,0.62);
	background-image: url("../img/mv_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-blend-mode:screen;
	padding-top: 79px;
}
.mv__txt__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 98%;
	height: 100%;
/*		max-width:1690px;*/
			max-width:1339px;
	margin-left: auto;
	margin-right: auto;
/*	border:1px solid #f00*/
}
.mv__read {
	writing-mode: vertical-rl;
	font-size: min(6.0vw,3.8rem);
	letter-spacing: 0.5em;
/*font-size: clamp(1rem, 7.009345794392523vw, 4.2rem);*/
}

@media (orientation: landscape) and (max-height:668px){
	.mv__read {font-size:4.2vh;}
	.mv__logo {
		width:20vw;/*20vh*/
/*		max-width: 478px;*/
		max-width: 400px;
	}	
}
.mv__txt__wrap h1{
	position: absolute;
	right:10px;
	bottom:10%;
}
@media screen and (max-width:1339px){
	.mv__logo {
		width:30vw;
/*		max-width: 478px;*/
		max-width: 400px;
	}
}
@media screen and (max-width:768px){
	.mv__wrap {
		height: calc(80svh - 59px);
		min-height: auto;

/*		background-position: top -10vh center;*/
		background-image: url("../img/mv_img_sp.jpg");		
		background-position: top -10vh center;
	}
	.mv__logo {
		width:50vw
	}
	.mv__txt__wrap{
		width:80%;
		align-items: flex-end;
		justify-content: flex-start;
	}
	.mv__txt__wrap h1{
	position: absolute;
	right:0%;
	bottom:0%;
	}
}

/* ABOUT */
.about__wrap {
	width: 100%;
	padding: 150px 5%;
}
.about__wrap--2 {
	width: 100%;
	padding: 150px 5%;
	background: var(--bg-color);
}
.tit__h2 {
	font-size:min(5.5vw,3.6rem);
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.1em
}
.ab__read {
	font-size:min(3.7383177570093453vw,3.2rem);
	font-weight: 400;
}
.ab__body {
/*	font-size:min(3.0373831775700935vw,2.9rem);*/
		font-size: min(3.0373831775700935vw,2rem);	
	line-height: 2;
	margin-bottom: 170px;
	letter-spacing: 0.1em
}
@media (max-width:768px){
	.ab__body {
		margin-bottom: 75px;
	}
	.mb80 {
		margin-bottom: 40px;
	}
	.tit__h2.mb40{
		margin-bottom: 20px;
	}
}
.ab__box--dl {
/*	max-width: 1321px;*/
		max-width: 1200px;
	width:98%;
	background: var(--bg-color);
/*	padding: 48px 6%100px 48px 7.57% ;*/
	padding: 42px 6%/*100px*/ 42px;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between
}
.ab__box--dl dt {
	width:40%;
	margin-right: 6%;
/*	border:1px solid #f00;*/
}
.ab__box--dl dt img {
	width: 100%;
}

.ab__box--dl dd {
	width:54%;
/*	border:1px solid #f00;*/
}
.ab__box--dl dd p {
/*	font-size: min(3.7383177570093453vw,2rem);*/
	font-size: min(3.5046728971962615vw,2rem);	
	letter-spacing: 0.1em;
	line-height: 2;
}

.ab__box--dl2 {
	display: flex;
	margin-bottom: 225px;
}
.ab__box--dl2:last-of-type {
	margin-bottom: 0;
}
.ab__box--dl2.rev {
	display: flex;
	flex-flow: row-reverse;
	margin-bottom: 225px;
}
.ab__box--dl2 dt{
	width: 37%;
	margin-right: 7.2%
}
.ab__box--dl2.rev dt{
	width: 37%;
	margin-left: 7.2%
}
.ab__box--dl2 dd{
	width:51%
}
.ab__box--dl2 dd p{
/*	font-size: min(3.2710280373831773vw,2.4rem);*/
	font-size: min(3.2710280373831773vw,2.0rem);	
	line-height: 2;
	letter-spacing: 0.1em
}
.ab__box--dl dt img,
.ab__box--dl2 dt img,
.ab__box--dl2.rev dt img{
	width: 100%;
}
@media (max-width:768px){
	.about__wrap {
		padding: 70px 5% 67px;
		
	}
	.about__wrap--2 {
		padding: 70px 5% 84px;
		
	}	
	.ab__box--dl {
		display: block;
		padding: 34px 20px;
	}
	.ab__box--dl dt {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 38px;
	}
	.ab__box--dl dd {
		width: 100%;
	}
	.ab__box--dl dd p {
		text-align: justify;
	}
	.ab__box--dl2,
	.ab__box--dl2.rev{
	display: block;
	margin-bottom: 56px;
}
	.ab__box--dl2 dt{
		width: 100%;
		margin-right: 0;
		margin-bottom: 38px
	}
	.ab__box--dl2.rev dt{
		width: 100%;
		margin-left: 0;
		margin-bottom: 38px;
		text-align: right
	}	
	.ab__box--dl2 dd{
		width: 100%
	}
	.sp-big {
		font-size: 5.607476635514018vw
	}
	
}

/* tennai */
.tennai__wrap {
	padding: 170px 5% 280px;
	background: url("../img/tennai_bg.png") top 220px center  no-repeat;
}
.tennai__dl {
	display: flex;
	align-items: center;

}
.tennai__dl dt{
	width:38.5%;
	margin-left: 6.3333%;
	margin-right: 9%;
}
.tennai__dl dt h2.tit__h2{
	font-size: min(7.242990654205607vw,4.1rem);
	color: var(--green-color)
}
.tennai__dl dt h2.tit__h2 big{
	margin-right: 0.5em;
	font-size:120%;
	
}
.tennai__dl dd{
	width:45.833333%;
	padding-top: 80px
}
.tennai__dl dd p{
	font-size: min(3.2710280373831773vw,2.0rem);
	line-height: 2;
}
@media (max-width:768px){
	.tennai__wrap {
		padding: 96px 5% 180px;
			background: url("../img/tennai_bg.png") top 120px right -25px no-repeat;
	background-size: 80vw
	}
	.tennai__dl {
		display: block;

	}
	.tennai__dl dt{
	width:100%;
	margin-left: 0%;
	margin-right: 0%;		
	}
	.tennai__dl dd{
	width:100%;
	padding-top: 40px;
	}	
.tennai__dl dd p{
		text-align: center;
		letter-spacing: 0.12em
	}	
}

/* slider */
	.shop__ph__wrap {
	display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.shop__ph__wrap li{
	padding: 0px
}
	.shop__ph__wrap li img {
		width: 100%; height: auto;
	}
	
.prev_icon {
position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(0,-50%);
  width: 5vw;
/*  z-index: 1;*/}

.next_icon{
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translate(0,-50%);
  width: 5vw;
/*  z-index: 1*/;
}
	

/* menu */
.menu__warp {
	padding-bottom: 200px;
}
.menu__warp .inner {
	max-width:878px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.tit__h2--menu {
	color: var(--green-color);
	font-size: min(6.074766355140187vw,3rem);
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--green-color);
	position: relative;
}
.tit__h2--menu::after {
	content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
	border-bottom: 1px solid var(--green-color);
	transform: translateY(8px); /* 線と線の間隔 */
}
.menu__tit {
	border:1px solid #707070;
	padding: 20px 30px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	max-width: 587px;
	margin-left: auto;
	margin-right: auto;
/*	font-size: min(3.7383177570093453vw,2.5rem);*/
	font-size: min(3.7383177570093453vw,2.1rem);
}
.menu__tit:hover {
	cursor: pointer
}
.menu__tit dt {
	width:55%;
}
.menu__tit dd {
	font-size: min(3.7383177570093453vw,2.0rem);	
}
.menu__tit dd span {
	font-size: 80%
}

.menu__tit span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.menu__tit.active span {
  transform: rotate(180deg);
}


.menu__box {
	max-width: 558px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 48px;
	display: none;
}
.menu__caption {
	max-width:412px;
	width:98%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 38px;
}
.menu__body {
	max-width:462px;
	width:98%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
/*	font-size: min(3.2710280373831773vw,2.2rem);*/
	font-size: min(3.2710280373831773vw,1.9rem);	
	margin-bottom: 32px;
	line-height: 2;
}
.menu__info {
	width: 100%;
	background: #F4F4F4;
	font-size: min(2.803738317757009vw,1.6rem);
	line-height: 2;
	text-align: center;
	padding: 10px;
}
.menu__warp .t23 {
	font-size: min(3.2710280373831773vw,2.3rem);
	line-height: 2;
	margin-top: 100px;
	margin-bottom: 155px;
}
@media (max-width:768px){
	.menu__warp {
		padding-bottom: 126px;
	}
	.mb100 {
		margin-bottom: 50px;
	}
	.menu__tit {
	border:1px solid #707070;
	padding: 10px 15px;
	}
	.t12 {font-size: 2.336448598130841vw}
	.menu__ph {
		width:85%;
		margin-left: auto;
		margin-right: auto;
	}
	.menu__caption {
		width:85%;
		margin-left: auto;
		margin-right: auto;	
	}
}

.btn {
	text-decoration: none;
/*	width:468px;*/
/*	height: 82px;*/
	width:380px;	
/*	height: 72px;*/
	height: 64px;	
	display: inline-flex;
	justify-content: center;
	align-items: center;
/*	font-size: min(3.7383177570093453vw,2.4rem);*/
	font-size: min(3.7383177570093453vw,2.1rem);	
	color:#fff;
	background: #B5A67C;
	letter-spacing: 0.3em
}
@media (max-width:768px){
	.btn {
		width:64.01869158878505vw;
		height: 49px;
	}
}

/* access */

.access__warp {
	background: var(--blue-color);
	color: #fff;
	text-align: center;
	padding: 70px 0 130px;
}

.access__warp .t20{
	font-size: min(3.9719626168224296vw,2rem);
	line-height: 2
}

.access__warp .t15{
	font-size: min(2.803738317757009vw,1.5rem);
	line-height: 1.8
}
.map__wrap {
	height: 450px;
}
@media (max-width:768px){
	.access__warp {
		padding: 70px 0 65px;
	}
	.access__warp .mb50 {
		margin-bottom: 30px;
	}
	.access__warp .mb40 {
		margin-bottom: 28px;
	}	
	.access__warp .mb60 {
		margin-bottom: 48px;
	}	
	.map__wrap {
		padding: 0 4%;
		height: 90vw;
	}
}

/* footer */
footer {
	padding-top: 196px;
	padding-bottom: 100px;
}
footer .inner {
	text-align: center
}
.mb70 {
	margin-bottom: 70px;
}
.mb130 {
	margin-bottom: 130px;
}
footer .t18 {
	font-size:min(3.7383177570093453vw,1.8rem);
}
footer .t22 {
	font-size:min(4.672897196261682vw,2.2rem);
}
footer .t19 {
	font-size:min(3.7383177570093453vw,1.9rem);
}
.ft__logo img {
	width:min(164px, 40vw);
}
@media (max-width:768px){
footer {
	padding-top: 129px;
	padding-bottom: 88px;
}	
}

/* ---------------------- footer link */
.footer__link {
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	display: flex;
}
.link__res {
	width:50%;
}
.link__tel {
	width:50%;	
	border-right: 1px solid #fff;	
}
.link__res a {
	background: var(--blue-color);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	color: #fff;
	text-decoration: none;
}
.link__tel a {
	background: var(--blue-color);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	color: #fff;
	text-decoration: none;	
}