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


/* スマホ用CSS */

html, body {
	background: #f7f6f1;
	color: #3e3a39;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0;
	font-family: "source-han-serif-japanese", serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: "palt";
	overflow-x: hidden;
}

.en{
	font-family: 'Times New Roman', Times, serif;
}

.pc{display: none!important;}


header{
	width: 100%;
	color: #FFF;
	padding: 1.3em 4vw;
	padding-right: 14em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	line-height: 1;
	border-bottom: 1px solid #c9caca;
	transition: opacity .4s cubic-bezier(.11,0,.5,0), padding .4s ease-in-out;
	z-index: 999;
}

header.fixed{
	padding: 1.3em 4vw;
	padding-right: 14em;
}

header.bk,
header.fixed{
	color: #3e3a39;
}

header.bk,
header.fixed{
	background-color: #ffffff1a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

header .logo{
	text-indent: -9999px;
    width: 10.33em;
    height: 3.4em;
	background: url(img/common/logo.svg) no-repeat;
	background-size: contain;
}

header.bk .logo,
header.fixed .logo{
	background: url(img/common/logo_bk.svg) no-repeat;
	background-size: contain;	
}


header .gnav{
	text-align: right;
}

header .gnav li{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.06em;
	letter-spacing: .1em;
	margin-left: 2em;
	transition: .4s ease;
}

header .gnav li.nohover{
	color: #969696;
}

header .gnav li.pin{
	width: 1.75em;
	height: 2.6em;
	background: url(img/common/icon_pin.svg) no-repeat;
	background-size: contain;
}

header.bk .gnav li.pin,
header.fixed .gnav li.pin{
	background: url(img/common/icon_pin_bk.svg) no-repeat;
	background-size: contain;
}

header .gnav li.res{
	position: relative;
	padding: .9em 2.5em;
}

header .gnav li.res.nohover{
	color: inherit;
}

header .gnav li.res:before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #c9caca;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

header .gnav li.res:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #c9caca;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

a.btn{
	line-height: 1;
    padding: 0.36em 2.3em 0.3em 0.6em;
	background: #FFF;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	font-size: .9em;
	display: table;
	transition: .4s ease-in-out;
}

a.btn:hover{
	background: #3e3a39;
	color: #FFF;
}

footer{
	color: #FFF;
	width: 90%;
	margin: 0 auto;
	padding: 6em 0 7em;
	position: relative;
	z-index: 1;
}

footer:after{
	content: "";
	display: block;
	height: 100%;
	width: 100vw;
	background: #a49e91;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
}

footer .foot-info-wrap{
	letter-spacing: .3em;
	margin-bottom: 4em;
}

footer .foot-info-wrap .logo{
	width: 10.33em;
	display: block;
	margin-bottom: 3em;
}

footer .foot-info-wrap .address{
	font-size: .9em;
	line-height: 2;
	letter-spacing: .1em;
	margin-bottom: 2em;
}

footer .foot-info-wrap .access-wrap dl{
	margin-bottom: 2em;
}

footer .foot-info-wrap .access-wrap dt{
	letter-spacing: .3em;
	margin-bottom: .6em;
}

footer .foot-info-wrap .access-wrap dd{
	font-size: .9em;
	line-height: 2;
	letter-spacing: .1em;
}

footer .foot-info-wrap .access-wrap dd a{
	text-decoration: underline;
}

footer .foot-info-wrap .access-wrap dl:last-child{
	margin-bottom: 0;
}

footer .foot-nav-wrap{
	position: relative;
	padding-bottom: 4em;
}

footer .foot-nav-wrap .contact-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4em;
}

footer .foot-nav-wrap .contact-nav li{
	width: 49%;
	display: inline-block;
	text-align: center;
	font-size: .9em;
	line-height: 1;
	letter-spacing: .2em;
}

footer .foot-nav-wrap .contact-nav li a{
	display: block;
	background: #FFF;
	border: 1px solid #FFF;
	color: #a49e91;
	padding: 1em;
	border-radius: 3em;
	transition: .4s ease-in-out;
}

footer .foot-nav-wrap .contact-nav li span{
	display: block;
	font-size: .9em;
	padding-left: .6em;
	margin-top: .6em;
	margin-bottom: 1.2em;
	letter-spacing: .2em;
}

footer .foot-nav-wrap .contact-nav li:hover a{
	background: none;
	color: #FFF;
}

footer .foot-nav-wrap .fnav li{
	display: inline-block;
	font-size: .9em;
	letter-spacing: .1em;
	margin-right: 2em;
	margin-bottom: .6em;
	transition: .4s ease;
}

footer .foot-nav-wrap .fnav li.nohover{
	opacity: 0.4;
}

footer .foot-nav-wrap .fnav li.space{
	display: none;
}

footer .foot-nav-wrap .in-wrap{
	margin-top: 3em;
	display: flex;
	gap:1em;
}

footer .foot-nav-wrap a.in{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:.6em;
}

footer .foot-nav-wrap a.in span:nth-of-type(1){
	font-size: .9em;
	letter-spacing: .2em;
	border-bottom: .5px solid #FFF;
}

footer .foot-nav-wrap a.in span:nth-of-type(2){
	display: block;
	width: 1.6em;
	height: 1.6em;
	background: url(img/common/icon_in.svg) no-repeat;
	background-size: contain;
	transition: .4s ease-in-out;
}

footer .foot-nav-wrap a.in span:nth-of-type(2):hover{
	opacity: .4;
}

.copyright{
	text-align: center;
	font-size: .9em;
	letter-spacing: .1em;
	margin-top: 2em;
}

.scroll{
	font-size: 10px;
	display: block;
	width: 5em;
	height: 5em;
	background: rgba(255,255,255,0.5);
	border: 1px solid #3e3a39;
	border-radius: 100%;
	position: absolute;
	bottom: 5em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 888;
}

.scroll:after{
	content: "";
	display: block;
	width: .53em;
	height: 2.5em;
	background: url(img/common/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.scroll:before{
	content: "scroll";
	color: #FFF;
	font-size: .9em;
	letter-spacing: .2em;
	position: absolute;
	left: 50%;
	bottom: -2em;
	transform: translateX(-50%);
}

.fixed-btn-wrap{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translateY(100%);
	transition: .6s ease-out 1s;
	z-index: 100;
	white-space: nowrap;
}

.btn-on .fixed-btn-wrap{
	opacity: 1;
	transform: translateY(0);
}

.fixed-btn-wrap .web-btn{
	width: calc(100% / 3);
	height: 3.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .2em;
	background: #FFF;
	color: #c9bc9c;
	border: 1px solid #c9bc9c;
}

.fixed-btn-wrap .tel-popup{
	width: calc(100% - (100% / 3));
	display: flex;
	align-items: center;
}

.fixed-btn-wrap .tel-popup .tel-link{
	width: 50%;
	height: 3.6rem;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;	
}

.fixed-btn-wrap .tel-popup .tel-link:nth-of-type(1){
	background: #c9bc9c;
	color: #FFF;
	border: 1px solid #c9bc9c;
}

.fixed-btn-wrap .tel-popup .tel-link:nth-of-type(2){
	background: #9b9279;
	color: #FFF;
}

.fixed-btn-wrap .tel-popup .tel-link span:nth-of-type(1){
	letter-spacing: .2em;
}

.fixed-btn-wrap .tel-popup .tel-link span:nth-of-type(2){
	letter-spacing: .1em;
}


@media (max-width: 400px) {

.fixed-btn-wrap .web-btn{
	font-size: 3.3vw;
}

.fixed-btn-wrap .tel-popup .tel-link span:nth-of-type(1){
	font-size: 2.8vw;
	letter-spacing: .2em;
}

.fixed-btn-wrap .tel-popup .tel-link span:nth-of-type(2){
	font-size: 3.3vw;
	letter-spacing: .1em;
}

}


/*
TOP
-------------------
*/

.top-slider-wrap{
	width: 100%;
	height: 100dvh;
	margin-bottom: 6em;
	overflow: hidden;
	position: relative;
}

.top-slider-wrap .slider{
	height: 100dvh;
}

.top-slider-wrap img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.top-concept-wrap {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto 8em;
    padding-left: 6.66em;
    padding-top: 2em;
    position: relative;
}
.top-concept-wrap .read{
	font-size: 1.2em;
	line-height: 2;
	letter-spacing: .2em;
	margin-bottom: 4em;
}

.top-concept-wrap .text-wrap .jp{
	width: 100%;
	line-height: 2.3;
	margin-bottom: 3em;
}

.top-concept-wrap .text-wrap .en{
	color: #979797;
	width: 100%;
	font-size: .9em;
	letter-spacing: .1em;
	line-height: 2;
}

.top-concept-wrap a.btn{
	margin-top: 3em;
}

.top-title {
	line-height: 1;
}

.top-title .jp{
	display: block;
	letter-spacing: .22em;
	font-size: .9em;
}

.top-title .en{
	font-size: 1.46em;
	letter-spacing: .24em;
}

.top-concept-wrap .top-title{
	position: absolute;
	top: 0;
	left: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top-concept-wrap .top-title .jp{
	margin-left: 1em;
}

.top-thumb-wrap{
	width: 100%;
	padding-right: 5vw;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 7em;
}

.top-thumb-wrap img:nth-of-type(1){
	width: 70%;
}

.top-thumb-wrap img:nth-of-type(2){
	width: 28%;
}

.top-insp-wrap{
	width: 90%;
	max-width: 1490px;
	margin: 0 auto 7em;
}

.top-insp-wrap .top-title{
	margin-bottom: 4em;
}

.top-insp-wrap .top-title .jp{
	margin-bottom: 1em;
}

.top-insp-wrap .inner{

}

.top-insp-wrap .inner .text-wrap{
	width: 100%;
}

.top-insp-wrap .text-wrap .jp{
	line-height: 2.3;
	margin-bottom: 3em;
}

.top-insp-wrap .text-wrap .en{
	color: #979797;
	font-size: .9em;
	line-height: 2;
	letter-spacing: .1em;
	margin-bottom: 5em;
}

.top-insp-wrap .inner .thumb-wrap{
	width: 70vw;
	margin:0 auto 3em;
}

.top-news-wrap{
	width: 90%;
	max-width: 1350px;
	margin: 0 auto;
	padding-top: 6em;
	padding-bottom: 7em;
	position: relative;
	z-index: 1;
}

.top-news-wrap:after{
	content: "";
	display: block;
	height: 100%;
	width: 100vw;
	background: #e7e7e6;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.top-news-wrap .top-title{
	position: absolute;
	top: 8em;
	right: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top-news-wrap .title-wrap{
	display: block;
	width: 60%;
	margin-bottom: 4em;
}

.top-news-wrap .title-wrap .thumb-wrap{
	width: 100%;
}

.top-news-wrap .title-wrap .title{
	margin-top: 1.66em;
	letter-spacing: .3em;
}

.top-news-wrap .text-wrap{
	width: 100%;
	padding-bottom: .6em;
}

.top-news-wrap .text-wrap .news-contents{
	border-top: 1px solid #c9caca;
	margin-bottom: 3em;
}

.top-news-wrap .text-wrap .news-contents a{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 2em .1em;
	border-bottom: 1px solid #c9caca;
	transition: .4s ease-in-out;
}

.top-news-wrap .text-wrap .news-contents a:hover{
	background: rgba(181,181,182,0.2);
}

.top-news-wrap .text-wrap .news-contents .date{
	white-space: nowrap;
	font-size: .9em;
	opacity: .6;
}

.top-news-wrap .text-wrap .news-contents .title{
	letter-spacing: .3em;
	padding-left: 2em;
}


/*
PAGE
-------------------
*/

.page-icatch-wrap{
	width: 100%;
	height: 100dvh;
	margin-bottom: 6em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1;
	color: #FFF;
}

.page-title-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 2em 5vw;
	margin-top: 6em;
	border-bottom: 1px solid #c9caca;
}

.page-title {
	text-align: center;
}

.page-title .jp{
	display: block;
	letter-spacing: .22em;
	margin-bottom: 1.6em;
}

.page-title .en{
	font-size: 1.4em;
	letter-spacing: .24em;
}

.bt-contents{
	padding-top: 6em;
	position: relative;
}

.bt-contents:before{
	content: "";
	display: block;
	width: 90vw;
	height: 1px;
	background: #c9caca;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.c-title{
	font-size: 1.2em;
	letter-spacing: .2em;
	text-align: center;
	margin-bottom: 2.4em;
}

.page-current-nav{
	position: fixed;
	left: 2vw;
	bottom: 3em;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}

.page-current-nav li{
	letter-spacing: .26em;
	margin-bottom: 1em;
}


/*
CONCEPT
-------------------
*/

/* 大切にしていることメイン画像 */
.page-icatch-wrap.concept{
	background: url(img/page/s-c-t-001.jpg) no-repeat center center;
	background-size: cover;
}

.concept-contents .read{
	font-size: 1.4em;
	line-height: 2;
	letter-spacing: .2em
}

.concept-contents .jp{
	font-size: 1.0em;
	line-height: 2.3;
	letter-spacing: .08em
}

.concept-contents .en{
	color: #979797;
	font-size: .9em;
	line-height: 2;
	letter-spacing: .1em
}

.concept-read-wrap{
	width: 90%;
	max-width: 1210px;
	margin: 0 auto 6em;
}

.concept-read-wrap .read{
	margin-bottom: 4em;
}

.concept-read-wrap .jp{
	margin-bottom: 3em;
}

.concept-thumb-wrap {
	width: 90%;
	max-width: 1520px;
	line-height: 1;
	margin: 0 auto 7em;
}

.concept-area-wrap{
	width: 90%;
	max-width: 1340px;
	margin: 0 auto 7em;
	padding-left: 8.6em;
	padding-top: 3em;
	position: relative;
}

.concept-area-wrap .read{
	position: absolute;
	top: 0;
	left: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.concept-area-wrap .jp{
	margin-bottom: 3em;
}

.concept-thumb-wrap.clm2{
	max-width: 1550px;
	margin-bottom: 4em;
}

.concept-thumb-wrap.clm2 img:nth-of-type(1){
	display: block;
	width: 65%;
}

.concept-thumb-wrap.clm2 img:nth-of-type(2){
	display: block;
	width: 50%;
	margin-left: 50%;
	margin-top: 3em;
}

.concept-thumb-wrap.clm1{
	width: 80%;
	margin: 0 auto 6em;
}



/*
INSPIRATION
-------------------
*/

/* インスピレーションメイン画像 */
.page-icatch-wrap.insp{
	background: url(img/page/s-i-t-001.jpg) no-repeat center center;
	background-size: cover;
}

.insp-read-wrap{
	width: 90%;
	max-width: 1620px;
	margin: 0 auto 6em;
	position: relative;
}

.insp-read-wrap .title{
	font-size: 1.2em;
	line-height: 2;
	letter-spacing: .2em;
	margin-bottom: 3em;
}

.insp-read-wrap .thumb-wrap{
	width: 100%;
	padding-left: 50%;
}

.insp-read-wrap .text-wrap{
	width: 100%;
	padding-bottom: 3em;
}

.insp-read-wrap .text-wrap .jp{
	width: 100%;
	font-size: 1.06em;
	line-height: 2.3;
	margin-bottom: 3em;
}

.insp-read-wrap .text-wrap .en{
	width: 100%;
	color: #979797;
	font-size: .9em;
	line-height: 2;
	letter-spacing: .1em
}

.insp-service-wrap{
	width: 90%;
	max-width: 1340px;
	margin: 0 auto 2em;	
}

.insp-service-wrap .read{
	line-height: 2.3;
	margin-bottom: 7.5em;
}

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

.service-contents {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 4em;
	padding-top: 2em;
	border-top: 1px solid rgba(62,58,57,0.5);
}

.service-contents .thumb-wrap{
	width: 37%;
}

.service-contents .text-wrap{
	width: 52%;
}

.service-contents .text-wrap .title{
	font-size: 1.16em;
	line-height: 2;
	padding-bottom: 1.6em;
	margin-bottom: 1.3em;
	position: relative;
}

.service-contents .text-wrap .title:after{
	content: "";
	display: block;
	width: 1.42em;
	height: 1px;
	background: rgba(62,58,57,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.service-contents .text-wrap p{
	font-size: .9em;
	line-height: 2.3;
}

.insp-event-wrap{
	width: 90%;
	max-width: 1880px;
	margin: 0 auto 4em;
	padding-top: 6em;
	position: relative;
}

.insp-event-wrap:before{
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #c9caca;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.event-title{
	font-size: 1.13em;
	letter-spacing: .22em;
	padding-bottom: .6em;
	border-bottom: 1px solid #c9caca;
	margin-bottom: 2em;
}

.event-tag{
	margin-bottom: 5em;
}

.event-tag li{
	display: inline-block;
	margin-right: .3em;
	padding: 1em 2.4em;
	font-size: .9em;
	line-height: 1;
	letter-spacing: .22em;
	background: rgba(201,188,156,0.5);
	border-radius: 3em;
	transition: .4s ease-in-out;
	cursor: pointer;
}

.event-tag li:hover{
	background: rgba(201,188,156,0.2);
}

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

.event-contents-wrap .event-contents{
	width: 47%;
	margin-bottom: 6em;
}

.event-contents-wrap .event-contents .thumb-wrap{
	position: relative;
	height: 0;
	padding-top: 140%;
	overflow: hidden;
	margin-bottom: 1.33em;
}

.event-contents-wrap .event-contents .thumb-wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.event-contents-wrap .event-contents:hover .thumb-wrap img{
	transform: translate(-50% , -50%) scale(1.02);
}

.event-contents-wrap .event-contents .title-wrap{
	padding-bottom: 4em;
	position: relative;
}

.event-contents-wrap .event-contents .title{
	font-size: 1.06em;
	letter-spacing: .3em;
	margin-bottom: .6em;
}

.event-contents-wrap .event-contents .tag li{
	color: #979797;
	font-size: .9em;
	letter-spacing: .22em;
	display: inline-block;
	margin-right: .6em;
}

.event-contents-wrap .event-contents .more{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: .9em;
	padding-bottom: .6em;
}

.event-contents-wrap .event-contents .more:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(181,181,182,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.event-contents-wrap .event-contents .more:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #9F9F9F;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: .8s cubic-bezier(.215,.61,.355,1);
}

.event-contents-wrap .event-contents:hover .more:after{
	width: 100%;
	left: 0;
}

.event-contents-wrap .event-contents span:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #3e3a39;
	border-right: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .8s cubic-bezier(.215,.61,.355,1);
}

.event-contents-wrap .event-contents:hover span:after{
	transform: translateY(-50%) translateX(4px);
}



/*
COMPANY
-------------------
*/

/* 会社概要メイン画像 */
.page-icatch-wrap.company{
	background: url(img/page/s-access-t-001.jpg) no-repeat center center;
	background-size: cover;
}

.company-detail-wrap{
	width: 90%;
	max-width: 1070px;
	margin: 0 auto 6em;
	position: relative;
}

.company-detail-wrap .clm-wrap{
	align-items: center;
}

.company-detail-wrap .clm-wrap .thumb-wrap{
	width: 100%;
}

.company-detail-wrap .clm-wrap .text-wrap{
	width: 100%;
	margin-bottom: 3em;
}

.company-detail-wrap .clm-wrap .text-wrap table{
	width: 100%;
	border-top: 1px solid rgba(62,58,57,0.5);
}

.company-detail-wrap .clm-wrap .text-wrap table th{
	font-size: .9em;
	letter-spacing: .3em;
	padding: 1.6em 0;
	border-bottom: 1px solid rgba(62,58,57,0.5);
	white-space: nowrap;
}

.company-detail-wrap .clm-wrap .text-wrap table td{
	font-size: .9em;
	line-height: 2;
	letter-spacing: .3em;
	padding: 1.6em 0;
	padding-left: 3em;
	border-bottom: 1px solid rgba(62,58,57,0.5);
}

.company-fac-wrap{
	width: 90%;
	max-width: 1370px;
	margin: 0 auto 6em;
}

.company-fac-wrap .com-slider-wrap .sliders{
	margin-bottom: 2em;
}

.company-fac-wrap .com-slider-wrap .slider{
	height: 0;
	padding-top: 66%;
}

.company-fac-wrap .com-slider-wrap .thumbs{
	width: calc(100% + 6px);
}

.company-fac-wrap .com-slider-wrap .thumbs .thumb{
	height: 0;
	padding-top: 62%;
	position: relative;
}

.company-fac-wrap .com-slider-wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.company-fac-wrap .com-slider-wrap .thumb img{
	opacity: .4;
}

.company-fac-wrap .com-slider-wrap .slick-current .thumb img{
	opacity: 1;
}

.company-floor-wrap{
	width: 90%;
	max-width: 1370px;
	margin: 0 auto 8em;
}

.company-floor-wrap .floor-tab{
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap:0.8em;
	margin-bottom: 3em;
}

.company-floor-wrap .floor-tab li{
	line-height: 1;
	display: block;
	padding: .8em 4em;
	border: 1px solid rgba(62,58,57,0.5);
	border-radius: 3em;
	transition: .4s ease-in-out;
	cursor: pointer;
}

.company-floor-wrap .floor-tab li.active{
	background: #c8bb9b;
	border: 1px solid #c8bb9b;
	color: #FFF;
}

.company-floor-wrap .map-wrap .map{
	position: relative;
}

.company-floor-wrap .note{
	text-align: center;
	font-size: 1.06em;
	letter-spacing: .2em;
	margin-bottom: 2em;
}

.company-floor-wrap .map-wrap span{
	position: absolute;
	cursor: pointer;
	font-size: .9em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.company-floor-wrap .map-wrap span font{
	display: block;
	font-size: .9em;
	margin-top: .5em;
}

.company-floor-wrap .floor-wrap.floor-02{
	max-width: 757px;
	margin: 0 auto;
	display: none;
}

.company-floor-wrap .floor-01 .map-wrap .map01 {
    top: 34%;
    left: -0.5%;
}

.company-floor-wrap .floor-01 .map-wrap .map02 {
    top: 12%;
    left: 21%;
}

.company-floor-wrap .floor-01 .map-wrap .map03 {
    bottom: 13%;
    left: 24%;
}

.company-floor-wrap .floor-01 .map-wrap .map04 {
    top: 22%;
    left: 50%;
}

.company-floor-wrap .floor-01 .map-wrap .map05 {
    bottom: 12%;
    right: 18.5%;
}

.company-floor-wrap .floor-01 .map-wrap .map06 {
    bottom: 12%;
    right: -0.5%;
}

.company-floor-wrap .floor-02 .map-wrap .map01 {
    top: 45%;
    left: 11%;
}

.company-floor-wrap .floor-02 .map-wrap .map02 {
    top: 44%;
    right: 41%;
}

.company-floor-wrap .floor-02 .map-wrap .map03 {
    bottom: 14%;
    right: 8%;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(164, 158, 145, 0.9);
    z-index: 10;
}

.popup-overlay:before{
	content: "";
	display: block;
	width: 2em;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 5em;
	right: 3vw;
	transform: rotate(33deg);
}

.popup-overlay:after{
	content: "";
	display: block;
	width: 2em;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 5em;
	right: 3vw;
	transform: rotate(-33deg);
}


.floor-popup-wrap {
    display: none;
    position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
    z-index: 20;
    background: #FFF;
    transform-origin: center center;
    transition: .4s ease-in-out .3s;
}
.floor-popup {
    display: none;
}
.floor-popup.active {
    display: block;
}

.popup-controls{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	pointer-events: none;
	z-index: 20;
}

.popup-controls button {
	pointer-events: visible;
    cursor: pointer;
}

.popup-img{
	line-height: 0;
}

.popup-img span{
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
    z-index: -1;
}


.popup-img span:before,
.popup-img span:after {
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 110%;
    content: '';
    display: block;
}

.popup-img span:before {
    border: 1px solid rgba(51,51,51,.15);
}

.popup-img span:after{
    animation: boxer-loading-spin .75s linear infinite;
    border: 1px solid transparent;
    border-top-color: #666;
}

@keyframes boxer-loading-spin {
	from {transform:rotate(0deg)}
	to {transform:rotate(360deg)}
}

#next-popup {
	text-indent: -9999px;
	border: none;
    width: 2.66em;
    height: 2.66em;
    position: fixed;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
	background: url(img/page/popup_next.png) no-repeat;
	background-size: contain;
}

#prev-popup {
	text-indent: -9999px;
	border: none;
    width: 2.66em;
    height: 2.66em;
    position: fixed;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
	background: url(img/page/popup_prev.png) no-repeat;
	background-size: contain;
}  


.access-contents-wrap.company{
	margin: 0 auto 6em;
}
      
        
/*
ACCESS
-------------------
*/

/* アクセスメイン画像 */
.page-icatch-wrap.access{
	background: url(img/page/s-access-t-001.jpg) no-repeat center center;
	background-size: cover;
}

.access-contents-wrap{
	width: 90%;
	max-width: 1370px;
	margin: 0 auto 8em;
}

.access-contents-wrap .read{
	font-size: 1.06em;
	letter-spacing: .2em;
	margin-bottom: 2.6em;
}

.access-contents-wrap .address{
	letter-spacing: .2em;
	margin-bottom: 1em;
}

.access-contents-wrap .tel{
	display: table;
	padding: .6em 2.2em;
	line-height: 1;
	color: #FFF;
	background: #a49e91;
	border-radius: 3em;
	margin-bottom: 3em;
}

.access-contents-wrap .access{
	line-height: 2.3;
	letter-spacing: .2em;
	margin-bottom: 4em;
}

.access-contents-wrap .map-wrap{
	width: 100%;
	height: 0;
	padding-top: 60%;
	border: 1px solid #c9bc9c;
	position: relative;
	overflow: hidden;
}

.access-contents-wrap .map-wrap:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: rgba(201,188,156,0.2);
}

.access-contents-wrap .map-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: calc(100% + 300px);
    margin-top: -150px;
	filter: grayscale(1);
}


/*
STAFF
-------------------
*/

.staff-contents-wrap{
	width: 90%;
	max-width: 1880px;
	margin: 0 auto 3em;
	padding-top: 6em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.staff-contents-wrap .staff-contents{
	width: 47%;
	margin-bottom: 6em;
}

.staff-contents-wrap .staff-contents .thumb-wrap{
	margin-bottom: 1.3em;
}

.staff-contents-wrap .staff-contents .title-wrap{
	padding-bottom: .8em;
	margin-bottom: 1em;
	border-bottom: 1px solid rgba(62,58,57,0.5);
}

.staff-contents-wrap .staff-contents .cat{
	font-size: .9em;
	letter-spacing: .3em;
	color: #979797;
	margin-bottom: .6em;
}

.staff-contents-wrap .staff-contents .name{
	font-size: 1.16em;
	letter-spacing: .5em;
}

.staff-contents-wrap .staff-contents .text{
	line-height: 2.3;
}



/*
FAQ
-------------------
*/

.faq-contents-wrap{
	width: 90%;
	max-width: 1360px;
	margin: 0 auto 5em;
	padding-top: 5em;
}

.faq-nav{
	margin-bottom: 4em;
}

.faq-nav li{
	display: block;
	margin-bottom: 1em;
}

.faq-nav li a{
	font-size: 1.1em;
	line-height: 1;
	display: block;
	text-align: center;
	padding: 1em 1.2em;
	border: 1px solid rgba(62,58,57,0.5);
	border-radius: 3em;
	transition: .4s ease-in-out;
}

.faq-nav li a:hover{
	background: #a49e91;
	border: 1px solid #a49e91;
	color: #FFF;
}

.faq-contents{
	padding-top: 10em;
	margin-top: -10em;
	margin-bottom: 7em;
}

.faq-contents .title{
	font-size: 1.2em;
	letter-spacing: .3em;
	margin-bottom: 1em;
}

.faq-contents dl{
	border-bottom: 1px solid rgba(181,181,182,0.5);
	padding: 1.7em 0;
	transition: .4s ease-in-out;
}

.faq-contents dl:hover{
	background: rgba(201,185,156,0.1);
}

.faq-contents dl:nth-of-type(1){
	border-top: 1px solid rgba(181,181,182,0.5);
}

.faq-contents dt{
	font-size: 1.06em;
	letter-spacing: .3em;
	padding: 0 3.33rem;
	position: relative;
	cursor: pointer;
}

.faq-contents dt:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #3e3a39;
	border-right: 0;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	transition: .1s ease;
}

.faq-contents dt.active:after{
	transform: translateY(-50%) rotate(90deg);
}

.faq-contents dt:before{
	content: "Q";
	font-size: 1.7rem;
	position: absolute;
	left: .4em;
	top: 0;
	transform: translateY(-0.25em);
}

.faq-contents dd{
	padding: 0 3.33rem;
	padding-top: 1.3em;
	position: relative;
	line-height: 1.7;
	letter-spacing: .1em;
	display: none;
}

.faq-contents dd span{
	opacity: 0;
	transition:.3s ease 0s;
}

.faq-contents .active + dd span{
	opacity: 1;
	transition:.3s ease .2s;
}

.faq-contents dd:before{
	content: "A";
	font-size: 1.7rem;
	position: absolute;
	left: .4em;
	top: .5em;
	opacity: 0;
	transition:.3s ease 0s;
}

.faq-contents .active + dd:before{
	opacity: 1;
	transition:.3s ease .2s;
}

/*
EVENT
-------------------
*/


.page-title-wrap.event{
	position: relative;
	padding-top: 7em;
}

.back-link{
	position: absolute;
	letter-spacing: .2em;
	font-size: .9em;
	top: 2.8em;
	left: 5vw;
	padding-left: 3em;
}

.back-link:before{
	content: "";
	display: block;
	width: 1.66em;
	height: 1.066em;
	background: url(img/common/arrow_back.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.page-title-wrap.event .en{
	color: #979797;
	font-size: .9em;
	letter-spacing: 0;
}

.page-title-wrap.event .jp{
	font-size: 1.4em;
	letter-spacing: .3em;
	margin: 1em 0;
}

.page-title-wrap.event li{
	letter-spacing: .22em;
	color: #6f6662;
	display: inline-block;
	margin: 0 .3em;
}

.event-single-contents-wrap{
	width: 90%;
	max-width: 1160px;
	margin: 0 auto 8em;
	padding-top: 4.6em;
}

.event-single-contents-wrap .thumb-wrap{
	margin-bottom: 5em;
}

.event-single-contents-wrap .thumb-wrap img{
	margin-bottom: .9em;
}

.event-single-contents-wrap .text-wrap{
	position: relative;
	padding-top: 4em;
	margin-bottom: 4em;
}

.event-single-contents-wrap .text-wrap:before{
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: rgba(201,202,202,0.5);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.event-single-contents-wrap .text-wrap p{
	line-height: 2.3;
}

.event-single-contents-wrap .overview-wrap{
	max-width: 680px;
	margin: 0 auto;
}

.event-single-contents-wrap .overview-wrap .title{
	font-size: 1.4em;
	margin-bottom: .5em;
}

.event-single-contents-wrap .overview-wrap .inner{
	background: rgba(201,188,156,0.2);
	line-height: 2;
	font-size: .9em;
	letter-spacing: .3em;
	padding: 3em 5em;
}

.event-single-contents-wrap .overview-wrap .inner p{
	column-count: 2;
}


/*
BLOG
-------------------
*/

.blog-contents-wrap{
	width: 90%;
	max-width: 1880px;
	margin: 0 auto 6em;
	padding-top: 6em;
	position: relative;
}

.blog-contents-wrap .event-contents .thumb-wrap{
	position: relative;
	height: 0;
	padding-top: 66%;
	overflow: hidden;
	margin-bottom: 1.33em;
}

.blog-contents-wrap .event-contents .date{
	font-size: .9em;
	color: #979797;
}

.blog-single-contents-wrap{
	padding-top: 13em;
	position: relative;
}

.blog-single-contents-wrap .back-link{
	top: 9.6em;
}

.blog-single-contents-wrap .inner{
	width: 90%;
	max-width: 1160px;
	margin: 0 auto 8em;
}

.blog-single-contents-wrap .icatch-wrap{
	margin-bottom: 3em;
}

.blog-single-contents-wrap .single-contents{
	max-width: 950px;
	margin: 0 auto;
}

.blog-single-contents-wrap .title-wrap{
	text-align: center;
	margin-bottom: 2.6em;
}

.blog-single-contents-wrap .title-wrap .date{
	font-size: .9em;
	color: #979797;
	margin-bottom: 1.4em;
}

.blog-single-contents-wrap .title-wrap .title{
	font-size: 1.2em;
	letter-spacing: .3em;
}

.blog-single-contents-wrap .text-wrap{
	line-height: 2.3;
	margin-bottom: 6em;
} 

.blog-single-contents-wrap .thumb-wrap img{
	margin-bottom: 5px;
}



/*
NEWS
-------------------
*/

.news-contents-wrap{
	width: 90%;
	max-width: 1360px;
	margin: 0 auto 8em;
	padding-top: 5em;
}

.news-contents-wrap .news-contents{
	padding: 1.8em 1em;
	border-bottom: 1px solid rgba(181,181,182,0.5);
	transition: .4s ease-in-out;
	display: block;
	position: relative;
	padding-right: 20%;
}

.news-contents-wrap .news-contents:hover{
	background: rgba(201,188,156,0.1);	
}

.news-contents-wrap .news-contents:nth-of-type(1){
	border-top: 1px solid rgba(181,181,182,0.5);
}

.news-contents-wrap .news-contents .date{
	width: 100%;
	font-size: .9em;
	color: #979797;	
}

.news-contents-wrap .news-contents .title{
	width: 100%;
	letter-spacing: .3em;
}

.news-contents-wrap .news-contents .thumb-wrap{
	width: 19%;
	position: absolute;
	height: 0;
	padding-top: 13.6%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}

.news-contents-wrap .news-contents .thumb-wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.news-single-contents-wrap{
	padding-top: 9em;
	position: relative;
}

.news-single-contents-wrap .back-link{
	top: 3em;
}

.news-single-contents-wrap .inner{
	width: 90%;
	max-width: 978px;
	margin: 0 auto 7em;
}

.news-single-contents-wrap .title-wrap{
	padding-bottom: 3em;
	margin-bottom: 3em;
	border-bottom: 1px solid #c9caca;
}

.news-single-contents-wrap .title-wrap .date{
	font-size: .9em;
	color: #979797;	
	margin-bottom: 1.3em;
}

.news-single-contents-wrap .title-wrap .title{
	font-size: 1.13em;
	letter-spacing: .3em;
}

.news-single-contents-wrap .text-wrap{
	line-height: 2.3;
	margin-bottom: 4em;
}

.news-single-contents-wrap .thumb-wrap{
	max-width: 657px;
	margin: 0 auto;
}

.news-single-contents-wrap .thumb-wrap img{
	margin-bottom: 5px;
}



/*
WEDDING
-------------------
*/

/* ウェディングメイン画像 */
.page-icatch-wrap.wed{
	background: url(img/page/wed_icatch.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 6.66em;
}

.wed-read-wrap{
	width: 90%;
	max-width: 1350px;
	margin: 0 auto 6em;
	position: relative;
}

.wed-read-wrap .read{
	font-size: 1.2em;
	line-height: 2;
	letter-spacing: .2em;
	margin-bottom: 3em;
}

.wed-read-wrap .jp{
	font-size: 1.06em;
	line-height: 2.3;
	margin-bottom: 3em;
}

.wed-read-wrap .en{
	color: #979797;
	font-size: .9em;
	line-height: 2;
	letter-spacing: .1em
}

.wed-thumb-wrap{
	width: 90%;
	max-width: 1140px;
	margin: 0 auto 6em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.wed-thumb-wrap img{
	width: 49%;
}

.wed-service-wrap{
	width: 90%;
	max-width: 1360px;
	margin: 0 auto 2.4em;	
}

.wed-food-wrap{
	width: 90%;
	max-width: 1360px;
	margin: 0 auto 6em;	
}

.wed-food-read-wrap{
	padding-top: 2em;
	margin-bottom: 4em;
}

.wed-food-read-wrap .thumb-wrap{
	width: 100%;
	padding-left: 40%;
	margin-bottom: 3em;
}

.wed-food-read-wrap .text-wrap{
	width: 100%;
}

.wed-food-read-wrap .text-wrap .read{
	font-size: 1.16em;
	letter-spacing: .2em;
	margin-bottom: 2em;
}

.wed-food-read-wrap .text-wrap p{
	line-height: 2.3;
}

.wed-food-menu-wrap .wed-food-menu{
	width: 100%;
	border-top: 1px solid rgba(62,58,57,0.5);
	padding-top: 1.66em;
	margin-bottom: 3em;
}

.wed-food-menu-wrap .wed-food-menu .title{
	font-size: 1.16em;
	letter-spacing: .2em;
	margin-bottom: 1.5em;
}

.wed-food-menu-wrap .wed-food-menu p{
	line-height: 2.3;
	margin-bottom: 1.3em;
}

.menu-slider-wrap .slick-dots{
	margin-top: 10px;
}

.menu-slider-wrap .slick-dots li{
	text-indent: -9999px;
	border: none;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #a49e91;
	display: inline-block;
	margin-right: 5px;
}

.menu-slider-wrap .slick-dots li.slick-active{
	background: #231815;
}

.wed-fac-wrap{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;	
}

.wed-fac-wrap .c-title,
.wed-price-wrap .c-title,
.wed-flow-wrap .c-title,
.cafe-menu-wrap .c-title{
	margin-bottom: 2.4em;
}

.wed-fac-read-wrap{
	text-align: center;
	line-height: 2.3;
	margin-bottom: 4.4em;
}

.wed-fac-menu {
	text-align: center;
	margin-bottom: 7em;
}

.wed-fac-menu li{
	font-size: 1.06em;
	letter-spacing: .3em;
	display: inline-block;
	margin-right: .6em;
	margin-bottom: 1em;
}

.wed-fac-menu li a{
	line-height: 1;
	display: block;
	padding: .7em 2em;
	border: 1px solid rgba(62,58,57,0.5);
	border-radius: 3em;
	transition: .4s ease-in-out;
}

.wed-fac-menu li a:hover{
	background: #a49e91;
	border: 1px solid #a49e91;
	color: #FFF;
}

.wed-fac-contents {
	padding-top: 10em;
	margin-top: -10em;
	margin-bottom: 4em;
}

.wed-fac-contents .fac-title{
	text-align: center;
	font-size: 1.2em;
	letter-spacing: .42em;
	padding-bottom: 1em;
	margin-bottom: 2.4em;
	position: relative;
}

.wed-fac-contents .fac-title:after{
	content: "";
	display: block;
	width: 2.6em;
	height: 1px;
	background: rgba(62,58,57,0.5);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.wed-fac-post-contents{
	margin-bottom: 8em;
}

.wed-fac-contents .inner .fac-slider-wrap{
	width: 100%;
	overflow: hidden;
	margin-bottom: 3em;
}

.wed-fac-contents .inner .fac-slider-wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.wed-fac-contents .inner .fac-slider-wrap .sliders{
	margin-bottom: 10px;
}

.wed-fac-contents .inner .fac-slider-wrap .slider{
	height: 0;
	padding-top: 66%;
}

.wed-fac-contents .inner .fac-slider-wrap .thumbs{
	width: calc(100% + 6px);
}

.wed-fac-contents .inner .fac-slider-wrap .thumbs .thumb{
	margin-right: 20px;
	height: 0;
	padding-top: 60%;
	position: relative;
}

.wed-fac-contents .inner .fac-slider-wrap .thumbs .thumb img{
	width: calc(100% - 10px);
	left: 0;
	top: 0;
	transform: none;
}

.wed-fac-contents .inner .fac-slider-wrap .thumbs .thumb:after{
	content: "";
	display: block;
	width: calc(100% - 10px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
}

.wed-fac-contents .inner .fac-slider-wrap .slick-current .thumb:after{
	opacity: .2;
}

.wed-fac-contents .inner .text-wrap{
	width: 100%;
}

.wed-fac-contents .inner .text-wrap .title{
	font-size: 1.2em;
	letter-spacing: .1em;
	padding-bottom: .9em;
	margin-bottom: 1em;
	border-bottom: 1px solid rgba(62,58,57,0.5);
}

.wed-fac-contents .inner .text-wrap .text{
	line-height: 2.3;
}

.wed-fac-contents .fac-detail-wrap{
	margin-top: 3.33em;
	background: #FFF;
}

.wed-fac-contents .fac-detail-wrap .title{
	font-size: 1.16em;
	letter-spacing: .5em;
	padding: 1.06rem 3rem;
	border-bottom: 1px solid rgba(62,58,57,0.6);
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.wed-fac-contents .fac-detail-wrap .title span{
	font-size: 1rem;
	letter-spacing: .2em;
	margin-left: 1em;
}

.wed-fac-contents .fac-detail-wrap table{
	width: 100%;
}

.wed-fac-contents .fac-detail-wrap table th{
	display: block;
	width: 100%;
	padding: .2rem 1.6rem 0;
}

.wed-fac-contents .fac-detail-wrap table th span:before{
	content: "○";
	display: inline-block;
	margin-right: 1em;
}

.wed-fac-contents .fac-detail-wrap table td{
	display: block;
	width: 100%;
	padding: .2rem 1.6rem .6rem;
	line-height: 2.4;
	border-bottm: 1px solid rgba(62,58,57,0.6);
}


.wed-fac-contents .fac-detail-wrap table tr:first-child th{
	padding-top: 1rem;
}

.wed-fac-contents .fac-detail-wrap table tr:last-child td{
	padding-bottom: 1rem;
}

.wed-price-wrap{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 6em;	
}

.wed-price-read-wrap{
	line-height: 2.3;
	max-width: 638px;
	margin:0 auto 7em;
}

.wed-price-contents{
	margin-bottom: 6em;
}

.wed-price-contents .thumb-wrap{
	width: 100%;
	padding:0 30%;
	margin-bottom: 3em;
}

.wed-price-contents .calc-wrap{
	width: 100%;
}

.wed-price-contents .calc-wrap table{
	width: 100%;
	font-size: 1.2em;
	border-top: 1px solid rgba(62,58,57,0.5);
}

.wed-price-contents .calc-wrap th{
	letter-spacing: .2em;
	border-bottom: 1px solid rgba(62,58,57,0.5);
	padding: 1em 0;
}

.wed-price-contents .calc-wrap th label{
	margin-left: 1em;
}

.wed-price-contents .calc-wrap td{
	text-align: right;
	letter-spacing: .1em;
	border-bottom: 1px solid rgba(62,58,57,0.5);
	padding: 1em 0;
	padding-left: 2em;
}

.total font{
	display: none;
}

.wed-price-contents input[type="checkbox"] {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(62,58,57,0.25);
	border-radius: 5px;
	background: #FFF;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: translateY(-0.2em);
}

.wed-price-contents input[type="checkbox"]:checked:before {
	position: absolute;
	top: 1px;
	left: 4px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #3e3a39;
	border-bottom: 2px solid #3e3a39;
	content: '';
}

.price-detail-wrap .detail-title{
	font-size: 1.2em;
	letter-spacing: .1em;
	margin-bottom: 1em;
}

.price-detail-wrap .inner{
	background: #FFF;
	padding: 2em 2em;
}

.price-detail-wrap .inner p{
	padding-top: 1em;
	column-count: 2;
	line-height: 2.3;
}

.price-detail-wrap .note{
	font-size: .9em;
	letter-spacing: .12em;
	text-align: right;
	margin-top: 1.6em;
}

.wed-plan-wrap{
	width: 90%;
	max-width: 1340px;
	margin: 0 auto;
	padding-top: 6em;
	padding-bottom: 1em;
	position: relative;
	z-index: 1;
}

.wed-plan-wrap:after{
	content: "";
	display: block;
	height: 100%;
	width: 100vw;
	background: #eceade;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.wed-plan-wrap .wed-tag{
	margin-bottom: 1.3em;
}

.wed-plan-wrap .wed-tag li{
	font-size: .9em;
	letter-spacing: .2em;
	display: inline-block;
	margin-right: .6em;
	margin-bottom: .6em;
	line-height: 1;
	padding: .7em 1.3em;
	background: #FFF;
	border-radius: 3em;
	white-space: nowrap;
}

.wed-plan-wrap a.res{
	font-size: .9em;
	letter-spacing: .2em;
	line-height: 1;
	display: table;
	padding: 1em 3em;
	color: #FFF;
	background: #a49e91;
	border-radius: 3em;
	margin-top: 1.3em;
	transition: .4s ease-in-out;
}

.wed-plan-wrap a.res:hover{
	background: #FFF;
	color: #a49e91;
}

.wed-flow-wrap{
	width: 90%;
	max-width: 1340px;
	margin: 0 auto 4em;
	padding-top: 6em;
	padding-bottom: 1em;
	position: relative;
	z-index: 1;
}

.wed-flow-read-wrap{
	line-height: 2.3;
	max-width: 638px;
	margin:0 auto 4em;
}

.wed-flow-thumb-wrap{
	max-width: 942px;
	margin: 0 auto 4em;
	display: flex;
	justify-content: space-between;
}

.wed-flow-thumb-wrap img{
	width: 48.6%;
}


.flow-contents-wrap .flow-contents{
	width: 100%;
	margin-bottom: 3em;
}

.flow-contents-wrap .flow-contents .num{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3em;
	width: 1.7em;
	height: 1.7em;
	background: #a49e91;
	color: #FFF;
	border-radius: 100%;
	margin-bottom: .5em;
}

.flow-contents-wrap .flow-contents .title-wrap{
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
}

.flow-contents-wrap .flow-contents .title-wrap:after{
	content: "";
	display: block;
	width: 2em;
	height: 1px;
	background: rgba(62,58,57,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}


.flow-contents-wrap .flow-contents .title-wrap .title{
	font-size: 1.2em;
	letter-spacing: .3em;
	line-height: 2;
	margin-bottom: .3em;
}

.flow-contents-wrap .flow-contents .title-wrap .sub{
	font-size: 1.06em;
	color: #727171;
	letter-spacing: .1em;
}

.flow-contents-wrap .flow-contents .text{
	font-size: .9em;
	line-height: 2.2;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid rgba(62,58,57,0.5);
}

.flow-contents-wrap .flow-contents ul{
	padding-top: 1.4rem;
	line-height: 2;
	letter-spacing: .1em;
}

.wed-movie-wrap{
	width: 90%;
	max-width: 1200px;
	padding-top: 3em;
	margin: -5em auto 6em;
}

.wed-movie-wrap .movie-wrap{
	margin-bottom: 4em;
}

.wed-movie-wrap .movie-wrap .thumb-wrap{
	position: relative;
	margin-bottom: 1em;
	cursor: pointer;
}

.wed-movie-wrap .movie-wrap .title{
	font-size: 1em;
	letter-spacing: .2em;
}

.wed-movie-wrap .movie-wrap .thumb-wrap .play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 3em;
	height: 4.5em;
	text-indent: -9999px;
	border: none;
	outline: none;
	background: none;
	background: url(img/page/play_btn.svg) no-repeat;
	background-size: contain;
	transition: .4s ease-out;
	cursor: pointer;
}

.wed-movie-wrap .movie-wrap .thumb-wrap:hover .play-btn{
	opacity: .5;
}

.wed-movie-wrap .movie-wrap .movie-contents{
	width: 100vw;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

.wed-movie-wrap .movie-wrap.active .movie-contents{
	display: block;
}

.wed-movie-wrap .movie-wrap .movie-contents .movie-bg{
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	position: fixed;
	background: #eceade;
}

.wed-movie-wrap .movie-wrap .movie-contents .movie{
	width: 100%;
	height: 100%;
	padding: 5vh 5vw;
	pointer-events: none;
}

.wed-movie-wrap .movie-wrap .movie-contents .movie iframe{
	width: 100%;
	height: auto;
	pointer-events: visible;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}



/*
CAFE
-------------------
*/

/* カフェメイン画像 */
.page-icatch-wrap.cafe{
	background: url(img/page/s-cafe-t-001.jpg) no-repeat center center;
	background-size: cover;
}

.cafe-read-wrap{
	width: 90%;
	max-width: 1580px;
	margin: 0 auto 6em;
}

.cafe-read-wrap .read{
	font-size: 1.2em;
	line-height: 2;
	letter-spacing: .2em;
	margin-bottom: 3.6em;
}


.cafe-read-wrap .thumb-wrap{
	width: 100%;
	padding-right: 40%;
}

.cafe-read-wrap .text-wrap{
	width: 100%;
	margin-bottom: 5em;
}

.cafe-read-wrap .text-wrap .thumb{
	display: flex;
	justify-content: space-between;
	padding-left: 16%;
	margin-bottom: 4em;
}

.cafe-read-wrap .text-wrap .thumb img{
	width: 49.2%;
}

.cafe-read-wrap .text-wrap .jp{
	width: 100%;
	line-height: 2.3;
	margin-bottom: 3em;
}

.cafe-read-wrap .text-wrap .en{
	color: #979797;
	width: 100%;
	font-size: .9em;
	line-height: 2;
}

.cafe-thumb-wrap{
	width: 90%;
	max-width: 1580px;
	margin: 0 auto 7em;
	display: flex;
	justify-content: flex-end;
}

.cafe-thumb-wrap .thumb{
	width: 64%;
}

.cafe-menu-wrap{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}

.cafe-menu-contents-wrap{
	margin-bottom: 10em;
}

.cafe-menu-wrap .read{
	text-align: center;
	line-height: 2.3;
	margin-bottom: 6em;
}

.cafe-menu-read-wrap{
	text-align: center;
	margin-bottom: 7em;
}

.cafe-menu-read-wrap .title{
	font-size: 1.4em;
	letter-spacing: .3em;
	margin-bottom: 1.3em;
}

.cafe-menu-read-wrap .time{
	font-size: 1.16em;
	line-height: 1.7;
	letter-spacing: .1em;
	margin-bottom: 2.6em;
}

.cafe-menu-read-wrap .thumb-wrap{
	max-width: 950px;
	margin: 0 auto;
}

.cafe-menu-contents{
	margin-bottom: 6em;
}

.cafe-menu-contents .menu-title{
	text-align: center;
	font-size: 1.4em;
	letter-spacing: .2em;
	padding-bottom: 1em;
	margin-bottom: 3em;
	position: relative;
}

.cafe-menu-contents .menu-title span{
	display: block;
	font-size: .69em;
	letter-spacing: 0;
	margin-top: 1em;
}

.cafe-menu-contents .menu-title:after{
	content: "";
	display: block;
	width: 2.6em;
	height: 1px;
	background: rgba(62,58,57,0.5);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.lunch-menu-contents{
	margin-bottom: 3em;
}

.lunch-menu-contents .thumb-wrap{
	width: 100%;
	margin-bottom: 3em;
}

.lunch-menu-contents .text-wrap{
	width: 100%;
	padding-left: 1.5em;
}

.lunch-menu-contents .text-wrap .title{
	font-size: 1.2em;
	letter-spacing: .3em;
	position: relative;
}

.lunch-menu-contents .text-wrap .title:before{
	content: "●";
	font-size: .3em;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-120% , -50%);
}

.lunch-menu-contents .text-wrap .price{
	font-size: 1.16em;
	margin-top: .66em;
	letter-spacing: .05em;
}

.lunch-menu-contents .text-wrap .text{
	font-size: 1.06em;
	line-height: 2.3;
	padding-top: 2em;
}

.lunch-menu-contents .text-wrap .note{
	color: #898989;
	font-size: .9em;
	line-height: 2.2;
	padding-top: 1em;
}

.lunch-price-wrap{
	background: #eceade;
	padding: 2em;
}

.lunch-price-wrap dl{
	display: flex;
	align-items:center;
	justify-content: space-between;
	margin-bottom: 2em;
	position: relative;
}

.lunch-price-wrap dl:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(208,206,190,0.75);
	position: absolute;
	top: 50%;
	left: 0;
}

.lunch-price-wrap dl:last-child{
	margin-bottom: 0;
}

.lunch-price-wrap dt{
	font-size: 1.06em;
	letter-spacing: .3em;
	background: #eceade;
	padding-right: 1em;
	position: relative;
	z-index: 2;
}

.lunch-price-wrap dd{
	text-align: center;
	font-size: 1.16em;
	letter-spacing: .05em;
	background: #eceade;
	padding-left: 1em;
	position: relative;
	z-index: 2;
}

.lunch-menu-contents .list-text-wrap{
	width: 100%;
}

.lunch-menu-contents .list-text-wrap table{
	width: 100%;
}

.lunch-menu-contents .list-text-wrap table th{
	font-size: 1.06em;
	letter-spacing: .3em;
	padding-bottom: 1em;
	padding-left: 1.2em;
	padding-right: 1em;
}

.lunch-menu-contents .list-text-wrap table th span{
	position: relative;	
}

.lunch-menu-contents .list-text-wrap table th span:before{
	content: "●";
	font-size: .3em;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-130% , -50%);
}

.lunch-menu-contents .list-text-wrap table td{
	font-size: 1.13em;
	letter-spacing: .05em;
	text-align: right;
}

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

.tout-item-wrap .tout-item{
	width: 47%;
	margin-bottom: 4em;
}

.tout-item-wrap .tout-item .thumb-slider{
	line-height: 0;
}

.tout-item-wrap .tout-item .thumb-slider .slick-dots{
	margin-top: .8em;
}

.tout-item-wrap .tout-item .thumb-slider .slick-dots li{
	text-indent: -9999px;
	border: none;
	width: 2em;
	height: 1.5px;
	background: #9fa0a0;
	display: inline-block;
	margin-right: 6px;
	opacity: .5;
}

.tout-item-wrap .tout-item .thumb-slider .slick-dots li.slick-active{
	opacity: 1;
}

.tout-item-wrap .tout-item .item-title{
	font-size: 1.06em;
	letter-spacing: .3em;
	margin: .8em 0 .6em;
}

.tout-item-wrap .tout-item .price{
	letter-spacing: .05em;
}

.tout-item-wrap .tout-item .note{
	font-size: .9em;
	letter-spacing: .3em;
	margin-bottom: 2em;
}

.cafe-menu-contents .res-btn{
	display: table;
	font-size: 1.3em;
	letter-spacing: .2em;
	padding: 1.5em 5em;
	margin: 0 auto;
	background: #eceade;
	color: #595757;
	border-radius: 3em;
	transition: .4s ease-in-out;
}

.cafe-menu-contents .res-btn:hover{
	background: #595757;
	color: #eceade;
}

.cafe-service-wrap{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 5em 0 6em;
}

.cafe-service-wrap .title{
	font-size: 1.4em;
	letter-spacing: .3em;
	margin-bottom: 1em;
}

.cafe-service-contents-wrap{
	display: flex;
	flex-flow: column;
	gap:1.3em;
}

.cafe-service-contents{
	background: #eceade;
}

.cafe-service-contents .text-wrap{
	padding: 2em 1.5em 1.5em;
}

.cafe-service-contents .stitle{
	font-size: 1.3em;
	line-height: 1;
	letter-spacing: .2em;
	margin-bottom: .5em;
}

.cafe-service-contents .text{
	padding-top: 1.2em;
	line-height: 2.3;
}



/*
OPENMENU
-------------------
*/

.open-menu{
	position: absolute;
}

.open-menu-btn-wrap {
  display: block;
  position: absolute;
  z-index: 100;
  width: 3.66em;
  height: .6em;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
  transition: .4s ease;
}

.open-menu-btn {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  position: relative
}

.open-menu-btn .toggle {
  display: block;
  background: #c9caca;
  width: 100%;
  height: 1px;
  position: absolute;
  transition: transform .18s cubic-bezier(.25,.46,.45,.94);
}

.bk.open-menu-btn .toggle{
	background: #3e3a39;
}

.open-menu-btn:hover .toggle:nth-child(1) {
	animation:mo_line .73s cubic-bezier(.25,.46,.45,.94) 1;
}

.open-menu-btn:hover .toggle:nth-child(2) {
	animation: mo_line .75s cubic-bezier(.25,.46,.45,.94) .12s 1;
}


@keyframes mo_line {
    0%,46.3% {
        transform-origin: right
    }

    46.6%,to {
        transform-origin: left
    }

    46%,47% {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}


.open-menu-btn .toggle:nth-child(1) {
  top: 0;
}

.open-menu-btn .toggle:nth-child(2) {
  bottom: 0;
  
}

.open .open-menu-btn .toggle:nth-child(1) {
  transform: rotate(15deg) translateY(-50%);
  top: 50%;
}

.open .open-menu-btn .toggle:nth-child(2) {
    transform: rotate(-15deg) translateY(50%);
	bottom: 50%;
}


.open .open-menu-btn:hover .toggle:nth-child(1) {
	transform: rotate(33deg) translateY(-50%);
	animation: none;
}

.open .open-menu-btn:hover .toggle:nth-child(2) {
    transform: rotate(-33deg) translateY(50%);
	animation: none;
}

.bk .open .open-menu-btn .toggle{
	background: #c9caca;
}

.open-menu-bg {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  background: #a49e91;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all .4s ease;
  z-index: 998;
  pointer-events: none
}

.open .open-menu-bg {
  opacity: 1;
  pointer-events: inherit
}

.open-menu-wrap {
  width: 100%;
  height: 100dvh;
  color: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  transition: all .4s ease;
  overflow-y: scroll;
  opacity: 0;
  z-index: 998;
  pointer-events: none;
  padding: 8em 5vw 5em;
}

.open .open-menu-wrap {
  opacity: 1;
  pointer-events: inherit
}

.open-menu-wrap .logo {
	position: absolute;
	left: 4vw;
	top: 2.3em;
	background: url(img/common/logo.svg) no-repeat!important;
	background-size: contain;
}

.fixed .open-menu-wrap .logo {
	top: 1.3em;
}

.open-menu-contents-wrap{
	max-width: 1250px;
}

.open-menu-contents-wrap .thumb-wrap{
	width: 100%;
    margin-bottom: 3em;
    position: relative;
    height: 0;
    padding-top: 60%;
    opacity: 0;
    transform: translateY(6rem);
}

.open .open-menu-contents-wrap .thumb-wrap{
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.2s,transform 1.2s cubic-bezier(.215,.61,.355,1);
}

.open-menu-contents-wrap .thumb-wrap img{
	transition: .4s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.open-menu-contents-wrap .text-wrap{
	width: 100%;
}

.open-menu-contents-wrap .open-nav{
  column-count: 2;
  column-gap: 5em;
  padding-bottom: 1.6em;
  margin-bottom: 3em;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.open-menu-contents-wrap .open-nav li {
	display: table;
	break-inside: avoid;
	line-height: 1;
	letter-spacing: .3em;
	padding-bottom: .68em;
	margin-bottom: 1.6em;
	position: relative;
	white-space: nowrap;
}

.open-menu-contents-wrap .open-nav li:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: .8s cubic-bezier(.215,.61,.355,1);
}

.open-menu-contents-wrap .open-nav li:hover:after{
	width: 100%;
	left: 0;
}

.open-menu-contents-wrap .open-contact-nav{
	margin-bottom: 1em;
	display: flex;
	gap:.5em;
}

.open-menu-contents-wrap .open-contact-nav.tel-wrap{
	margin-bottom: 3.3em;
}

.open-menu-contents-wrap .open-contact-nav li {
	display: block;
	width: 50%;
	max-width: 222px;
	text-align: center;
	font-size: 1.06em;
	line-height: 1;
	letter-spacing: .2em;
}

.open-menu-contents-wrap .open-contact-nav li a{
	display: block;
	padding: 1em;
	border: 1px solid #FFF;
	border-radius: 3em;
	transition: .4s ease-in-out;
} 

.open-menu-contents-wrap .open-contact-nav li a:hover{
	background: #FFF;
	color: #a49e91;
}

.open-menu-contents-wrap .open-contact-nav li .tel{
	color: #a49e91;
	background: #FFF;
	margin-top: 1em;
}

.open-menu-contents-wrap .open-contact-nav li .tel:hover{
	background: none;
	color: #FFF;
}

.open-menu-contents-wrap .open-contact-nav li span{
	display: block;
	font-size: .9em;
	letter-spacing: .2em;
	margin-top: .6em;
}

.open-info-wrap .address{
	font-size: .9em;
	line-height: 2;
	letter-spacing: .1em;
	margin-bottom: 1.66em;
}

.open-info-wrap .access-wrap dl{
	margin-bottom: 1.66em;
}

.open-info-wrap .access-wrap dt{
	letter-spacing: .3em;
	margin-bottom: .6em;
}

.open-info-wrap .access-wrap dd{
	font-size: .9em;
	line-height: 2;
	letter-spacing: .1em;
}

.open-info-wrap .access-wrap dd a{
	text-decoration: underline;
}

.open-info-wrap .access-wrap dl:last-child{
	margin-bottom: 0;
}

.open-menu-wrap .in-wrap{
	margin-top: 3em;
	display: flex;
	gap:2em;
}

.open-menu-wrap a.in{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:1em;
}

.open-menu-wrap a.in span:nth-of-type(1){
	font-size: .9em;
	letter-spacing: .2em;
	border-bottom: .5px solid #FFF;
}

.open-menu-wrap a.in span:nth-of-type(2){
	display: block;
	width: 1.6em;
	height: 1.6em;
	background: url(img/common/icon_in.svg) no-repeat;
	background-size: contain;
	transition: .4s ease-in-out;
}

.open-menu-wrap a.in span:nth-of-type(2):hover{
	opacity: .4;
}



/*
-----------------------
CONTACT
*/


.contact-contents-wrap{
	width: 90%;
	max-width: 1600px;
	margin: 0 auto 10em;
	padding-top: 4em;
}

.form-wrap{
	max-width: 1520px;
	margin: 0 auto;
}

.form-wrap .read{
	text-align: center;
	margin-bottom: 4vh;
}

.form-wrap .read p:last-child{
	margin-top: 1.2em;
}

.form-wrap .red{
	color: #ce2e2e;
}

.form-wrap table{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.form-wrap table th{
	display: block;
	width: 100%;
	padding-bottom: 5px;
	vertical-align: top;
	white-space: nowrap;
}

.form-wrap table td{
	display: block;
	width: 100%;
	padding-bottom: 20px;
}

.form-wrap table td .note{
	font-size: .96em;
}

.form-wrap .step-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid rgba(181,181,182,0.5);
	border-bottom: 1px solid rgba(181,181,182,0.5);
	margin-bottom: 3em;
}

.form-wrap .step-wrap div{
	text-align: center;
	width: 33.333%;
	padding: 1vw 0;
	opacity: .5;
}

.form-wrap .step-wrap div.current{
	opacity: 1;
}

.form-wrap .btn-area{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 3em;
	margin-top: 2em;
	border-top: 1px solid rgba(181,181,182,0.5);
	margin-bottom: 40px;
}

.form-wrap .btn-wrap p{
	display: flex;
	margin: 0 auto;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

input[type="number"] { 
  -moz-appearance:textfield; 
} 


input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea{
	width: 100%;
    padding: 1em;
    font-size: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    margin-top: 0;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
}

input[type="reset"],
input[type="button"]{
    padding: 1em 2em;
    background: rgba(181,181,182,0.5);
    color: #FFF;
    font-size: 1.07em;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
	border-radius: 4px;
}

input[type="submit"],
input[type="button"].confirm_button{
    padding: 1em 2em;
    background: #a49e91;
    color: #FFF;
    font-size: 1.07em;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
	border-radius: 4px;
}

input::-webkit-input-placeholder { color:#bbb;}
input:-moz-placeholder { color:#bbb;}
input::-moz-placeholder { color:#bbb;}

textarea::-webkit-input-placeholder { color:#bbb;}
textarea:-moz-placeholder { color:#bbb;}
textarea::-moz-placeholder { color:#bbb;}

select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
	-webkit-appearance: none;
	appearance: none;
    border-radius: 0;
	width: 100%;
    padding: 1em;
    font-size: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    color: #bbb;
    background: #FFF;
}

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

.select-wrap:after{
  border-top: 1px solid rgba(35,24,21,0.25);
  border-right: 1px solid rgba(35,24,21,0.25);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1.6em;;
  right: 20px;
  transform: rotate(130deg);
 }

.size-m{
	display: inline-block;
	width: 100%;
	max-width: 400px;
}

.size-mm{
	display: inline-block;
	width: 100%;
	max-width: 600px;
}

.size-s{
	display: inline-block;
	width: 19%;
	margin-right: 1%;
}

.size-zip{
	display: inline-block;
	width: 100%;
	max-width: 300px;
	vertical-align: middle;
}

span.wpcf7-list-item{
	margin-left: 0;
	margin-right: 1em;
}

/* checkbox */

.form-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.form-wrap .wpcf7-list-item-label:before {/*チェックボックスの枠*/
	content: '';
	border: 1px solid rgba(62,58,57,0.25);
	background: #FFF;
	border-radius: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: -3px;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
	vertical-align: -5px;
	text-align: center;
}

.form-wrap input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
	position: absolute;
	top: 4px;
	left: 6px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #3e3a39;
	border-bottom: 2px solid #3e3a39;
	content: '';
}

.form-wrap .wpcf7-list-item-label{
	position: relative;
	display: block;
	margin-bottom: .6em;
}

.confirm{
	text-align: center;
	margin:0 0 40px;
	padding-top: 80px;
	font-weight: 700;
	font-size: 16px;
}

.conf-text{
	text-align: center;
	font-size: 1.08em;
	letter-spacing: .5em;
	margin-bottom: 3em;
	margin-top: 7em;
}

.submit{
	position: relative;
    margin: 0 auto;
	display: table;
	margin-top: 20px;
}

.wpcf7c-conf {
    background: none!important;
    border: none!important;
 }

.ajax-loader,
div.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output,
.wpcf7-spinner {
	display: none!important;
}

.wpcf7-not-valid-tip {
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.info-wrap{
	width: 90%;
	margin: 15vh auto 20vh;
	text-align: center;
}

.info-wrap .title{
	font-size: 1.73em;
	margin-bottom: 1em;
}

.info-wrap p{
	font-size: 1.1em;
	margin-bottom: 3em;
}

.info-wrap a{
	font-size: 1.15em;
	text-decoration: underline;
}

.info404-wrap{
	width: 100%;
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.info404-wrap .title{
	font-size: 1.6em;
	margin-bottom: 1em;
}
.info404-wrap p{
	font-size: 1.2em;
	margin-bottom: 1em;
}
.info404-wrap a{
	font-size: 1.06em;
	text-decoration: underline;
}


/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

.confirm_area table{
	margin: 6em auto;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}


/*
--------------------
PRIVACY POLICY
*/

.policy-contents-wrap{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 0 10em;
}

.policy-contents-wrap .credit{
	text-align: right;
	line-height: 2;
	max-width: 1000px;
	margin:3em auto 0;
}

.policy-read-wrap{
	max-width: 1000px;
	margin: 0 auto 4em;
}

.policy-read-wrap p{
	padding-top: 2em;
	line-height: 2.2;
}

.policy-contents{
	max-width: 1000px;
	margin:0 auto 4em;
}

.policy-contents .title{
    display: block;
    font-size: 1.16em;
    letter-spacing: .3em;
    margin-bottom: 1em;
    text-indent: -1.4em;
    padding-left: 1.4em;
}

.policy-contents .ls-title:before{
	top: 1.3em;
}

.policy-contents .text{
	padding-top: 1em;
	line-height: 2.2;
}

.policy-contents .text ul{
	list-style-type: disc;
	list-style-position: inside;
	margin: 2em 0;
}

.policy-contents .text ul.num{
	list-style-type: decimal;
}

.policy-contents .text ul.numc{
	list-style-type: none;
}

.policy-contents .text ul li{
	line-height: 1.6;
    text-indent: -1.4em;
    padding-left: 1.4em;
    margin-bottom: 1.2em;
}

.policy-contents .text ul.numc li{
	list-style-type: none;
    text-indent: -1.6em;
    padding-left: 1.6em;
    margin-bottom: .8em;
}

.policy-contents .table-wrap{
	margin: 3em 0;
}

.policy-contents .table-wrap .ttitle{
	margin-bottom: 1em;
	font-size: 1.16em;
}

.policy-contents .table-wrap table thead{
	background: #f7f7f2;
}

.policy-contents .table-wrap table td{
	padding: 1em 2em;
    border: 1px solid rgba(62,58,57,0.25);
}

.policy-contents .table-wrap table td ul{
	margin: 0;
}

.policy-contents .table-wrap table td li{
	margin-bottom: 1em;
}

.policy-info-wrap{
	max-width: 1000px;
	margin:6em auto 20em;
}

.policy-info-wrap .inner{
	padding: 3em 0;
    border: 1px solid rgba(62,58,57,0.25);
}

.policy-info-wrap .text{
	padding-top: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.policy-info-wrap .text p{
	width: 48%;
	line-height: 2;
}

.policy-link a {
    text-decoration: underline;
}
