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

/*
Theme Name: 鍼灸院むすび
*/

html, body {
	color: #231815;
	background: #fbf7f2 url(img/common/bg.png);
	font-size: 11.5px;
	line-height: 2;
	letter-spacing: .024em;
	font-feature-settings: "palt";
	overflow-x: hidden;
	font-family: "a-otf-ud-reimin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}

body::after{
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	background: #d9af80;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(232, 207, 179, 1) 34%, rgba(217, 175, 128, 1) 100%);
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;	
	transition: opacity .7s ease-in-out;
	pointer-events: none;
}

body.foot-show::after{
	opacity: 1;	
}

@media (max-width: 1300px) {

	html, body{
		font-size: 1vw;
	}
}

.sp{display: none!important;}

.num{
  font-family: "Times New Roman", sans-serif;
  font-weight: normal;
}

.l-title{
	writing-mode: vertical-rl;
	font-size: 1.65em;
	letter-spacing: .3em;
	position: relative;
	padding-left: 1em;
}

.l-title::before{
	content: "";
	display: block;
	width: 1px;
	height: 0;
	background: rgba(33,24,21,0.25);
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s ease .3s;
}

.l-title.view::before{
	height: 2.5em;
}

.t-title{
	writing-mode: vertical-rl;
	font-size: 1.7em;
	letter-spacing: .3em;
}

a.btn{
	display: table;
	white-space: nowrap;
	font-size: .9em;
	letter-spacing: .28em;
	line-height: 1;
	padding: 1.5em 4.5em;
	border: 1px solid rgba(33,24,21,0.25);
}

a.btn:hover{
	border: 1px solid #d9af80;
	transition: background 1s ease , border 1s ease ;
}

.ghover{
	position: relative;
	overflow: hidden;
	transition: color .4s ease;	
}

.ghover span{
	position: relative;
	z-index: 5;
	letter-spacing: .5em;
}

.ghover:hover{
	color: #FFF;
	border: 1px solid #d9af80;
	background: #d9af80;
	transition: background 1s ease , border 1s ease ;
}

.ghover:before{
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #d9af80, transparent);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease;
    z-index: 2;
    pointer-events: none;
}
  
.ghover:hover:before {
    --size: 1000px;
    transition: width 1.5s ease-out, height 1.5s ease-out;
}

header{
	background: rgba(255,255,255,0.7);
	position: fixed;
	width: 100vw;
	height: 20rem;
	display: flex;
	justify-content: center;
	pointer-events: none;
	padding: 3.8em 5vw 4em;
	z-index: 100;
	transition: background .4s ease;
}

header.fixed{
	background: rgba(255,255,255,0);
}

header .logo{
	width: 7em;
	height: 12em;
	background: url(img/common/logo.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 3.5em;
	left: 5vw;
	pointer-events: visible;
	transition: .3s ease;
}

.foot-show header .logo{
	background: url(img/common/logo_wt.svg) no-repeat;
	background-size: contain;
}

header .gnav{
	writing-mode: vertical-rl;
	font-size: 1.05em;
	letter-spacing: .2em;
	pointer-events: visible;
	transition: .4s ease;
}

header.fixed .gnav{
	opacity: 0;
	visibility: hidden;
}

header .gnav li{
	margin: 0 2.5em;
}

.hnav li{
	transition: opacity .6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.hnav li.nohover{
	opacity: .4;
}

footer{
	width: 100%;
	height: 100vh;
	position: relative;
	padding-top: 25em;
	z-index: 1;
}

.foot-show footer{
	color: #FFF;
}

footer .foot-contents{
	display: flex;
	flex-flow: row-reverse;
	justify-content: center;
}

footer .fnav{
	writing-mode: vertical-rl;
	font-size: 1.2em;
	letter-spacing: .14em;	
}

footer .fnav li{
	margin: 0 1.8em;
}

footer .sns-nav{
	display: flex;
	gap:2em;
	margin-right: 15em;
	padding-top: 1em;
}

footer .sns-nav li.in a{
	display: block;
	width: 2.8em;
	height: 2.8em;
	background: url(img/common/icon_in.svg) no-repeat;
	background-size: contain;
}

footer .sns-nav li.line a{
	display: block;
	width: 2.8em;
	height: 2.8em;
	background: url(img/common/icon_line.svg) no-repeat;
	background-size: contain;
}

.foot-show footer .sns-nav li.in a{
	background: url(img/common/icon_in_wt.svg) no-repeat;
	background-size: contain;
}

.foot-show footer .sns-nav li.line a{
	background: url(img/common/icon_line_wt.svg) no-repeat;
	background-size: contain;
}

footer .sns-nav li{
	transition: .6s ease;
}

footer .sns-nav li:hover{
	opacity: .5;
}

footer .copyright{
	position: absolute;
	bottom: 3em;
	left: 50%;
	transform: translateX(-50%);
	font-size: .9em;
	letter-spacing: .14em;
	text-align: center;
}

.foot-show footer .copyright{
	color: #d9af80;	
}

.page-top {
    position: fixed;
    z-index: 100;
    bottom: 2.6rem;
    right: 4vw;
    padding: 1rem;
    visibility: hidden;
    opacity: 0;
    will-change: opacity,visibility;
    -webkit-transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

.page-top.active {
	opacity: 1;
	visibility: visible;
}

.page-top span {
    width: 2rem;
    height: 1rem;
    border-top: 1px solid rgba(33,24,21,1);
    display: block;
    -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    position: relative;
	letter-spacing: .3em;
}

.page-top span::before {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    border-top: 1px solid rgba(33,24,21,1);
	border-left: 1px solid rgba(33,24,21,1);
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    position: relative;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(0%, 0%) rotate(45deg);
    transform: translate(0%, 0%) rotate(45deg);
    -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}


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

.top-contents-wrap{
	padding-top: 20rem;
}

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

.top-slider-wrap{
	overflow: hidden;
	line-height: 1;
	position: relative;
	width: 100%;
	height: calc(100vh - 20rem);	
	z-index: 1;
	margin-bottom: 13em;
}

.top-slider-wrap .slider{
	height: calc(100vh - 20rem);	
}

.top-slider-wrap .slick-continue .slider img,
.top-slider-wrap .slick-active .slider img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
    animation: zoom 15s ease 1.5s 1 forwards;
    -webkit-animation: zoom 15s ease 1.5s 1 forwards;
	transform: scale(1.1);
}

@keyframes zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.top-philosophy-wrap{
	width: 90%;
	max-width: 840px;
	position: relative;
	margin: 0 auto 20em;
}

.top-philosophy-wrap a.btn{
	position: absolute;
	bottom: 0;
	left: 0;
}

.top-philosophy-wrap .thumb-wrap{
	margin-bottom: 6em;
}

.top-contents .text-wrap{
	display: flex;
	flex-flow: row-reverse;
	gap:5em;
}

.top-contents .text{
	writing-mode: vertical-rl;
	vertical-align: middle;
	line-height: 2.4;
	font-size: 1.1em;
	height: 20em;
	letter-spacing: .1em;
}

.top-news-wrap{
	width: 90%;
	max-width: 1570px;
	padding-top: 15em;
	padding-left: 6.5em;
	margin: 0 auto 20em;
	position: relative;
}

.top-news-wrap .l-title{
	position: absolute;
	top: 0;
	left: -3em;
}

.top-news-wrap .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
}

.top-news-wrap .icatch-wrap{
	width: 27%;
}

.top-news-wrap .news-contents-wrap{
	width: 59%;
	margin: 0;
}

.news-contents-wrap .news-contents{
	display: flex;
	align-items: center;
	padding: 1.5em 0;
    opacity: 0;
    transform: translateY(10px);
	transition: background .6s cubic-bezier(.25,.1,.25,1), opacity 1s ease , transform 1s ease;
	position: relative;
}

.news-contents-wrap .news-contents.view{
	opacity: 1;
    transform: translateY(0);
}

.news-contents-wrap .news-contents::after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: rgba(33,24,21,0.25);
	position: absolute;
	bottom: 0;
	left: 0;
	transition :1.5s cubic-bezier(.83,0,.17,1);
}

.news-contents-wrap .news-contents:first-of-type::before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: rgba(33,24,21,0.25);
	position: absolute;
	top: 0;
	left: 0;
	transition :1.5s cubic-bezier(.83,0,.17,1);
}

.news-contents-wrap .news-contents.view::after,
.news-contents-wrap .news-contents.view:first-of-type::before{
	width: 100%;
}

.news-contents-wrap .news-contents:hover{
	background: rgba(217,175,128,0.2);
}

.news-contents-wrap .news-contents .date{
	writing-mode: vertical-rl;
	display: flex;
	flex-flow: column-reverse;
	font-size: .9em;
	letter-spacing: .3em;
	padding-right: 3em;
}

.news-contents-wrap .news-contents .thumb{
	width: 13%;
	height: 0;
	padding-top: 8.58%;
	line-height: 0;
	border-radius: .4em;
	position: relative;
	overflow: hidden;
}

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

.news-contents-wrap .news-contents .title{
	flex: 1;
	font-size: 1.07em;
	letter-spacing: .22em;
	padding: 0 4em;
	position: relative;
}

.news-contents-wrap .news-contents .title::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 11px solid #717071;
	border-right: 0;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s ease;
}

.news-contents-wrap .news-contents:hover .title::after {
	transform: translateY(-50%) translateX(0.3em);
}

.top-news-wrap a.btn{
	margin-top: 6rem;
}

.top-thumb-wrap{
	display: flex;
	gap:1px;
	margin-bottom: 25em;
}

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

.top-thumb-wrap .thumb:nth-of-type(1){
	flex-grow: 3;
}

.top-thumb-wrap .thumb:nth-of-type(2){
	flex-grow: 2;
}

.top-thumb-wrap .thumb:nth-of-type(3){
	flex-grow: 3;
}

.top-thumb-wrap .thumb:nth-of-type(4){
	flex-grow: 2;
}


.top-guide-wrap{
	width: 90%;
	max-width: 1140px;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap:4em;
	margin: 0 auto 20em;
}

.top-guide-wrap .thumb-wrap{
	width: 56%;
}

.top-guide-wrap .text-wrap{
	max-width: 50%;
	position: relative;
	padding: 6em 0 4em;
}

.top-guide-wrap .text-wrap a.btn{
	position: absolute;
	left: 0;
	bottom: 4em;
}


/*
PAGE
=====================
*/


.page-contents-wrap{
	position: relative;
	padding-top: calc(20rem + 7.6rem);
}

.page-title{
	font-size: 1.15em;
	letter-spacing: .14em;
	width: 90%;
	max-width: 1750px;
	position: absolute;
	top: calc(20rem + 7.6rem);
	left: 50%;
	transform: translateX(-50%);
}

.page-nav{
	display: flex;
	gap:.6em;
	width: 90%;
	max-width: 786px;
	margin: 0 auto;
}

.page-nav li{
	width: 25%;
	font-size: 1.07em;
	letter-spacing: .28em;
	text-align: center;
	background: #FFF;
	border-radius: 3px;
	border: 1px solid rgba(33,24,21,0.25);
}

.page-nav li a{
	display: block;
	padding: 1.3em 1em;
}



/*
philosophy
=====================
*/


.philosophy-contents-wrap{
	width: 90%;
	max-width: 1750px;
	margin: 0 auto 20em;
	padding-top: 16em;
}

.philosophy-contents{
	margin-bottom: 20em;
}

.philosophy-contents .text-wrap{
	display: flex;
	gap:9em;
	justify-content: center;
	flex-flow: row-reverse;
	margin-bottom: 9em;
}

.philosophy-contents .text-wrap .title{
	font-size: 1.76em;
	letter-spacing: .14em;
	writing-mode: vertical-rl;
	position: relative;
}

.philosophy-contents .text-wrap .title .num{
	font-size: 1.2rem;
	color: #d9af80;
	position: absolute;
	top: 0;
	right: -3em;
	padding-top: 5.6rem;
}

.philosophy-contents .text-wrap .title .num::before{
	content: "";
	display: block;
	width: 1px;
	height: 4.6rem;
	background: rgba(33,24,21,0.25);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	transform-origin: top;
	transition: .6s ease-out .3s;
}

.philosophy-contents .text-wrap .title .num.view::before{
	transform: translateX(-50%) scaleY(1);
}

.philosophy-contents .text-wrap .text{
	font-size: 1.1em;
	line-height: 2.5;
	height: 28em;
	writing-mode: vertical-rl;
}

.philosophy-contents .thumb-wrap.clm{
	display: flex;
	gap:.4em;
}

.philosophy-logo-wrap{
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 1300px;
	margin: 0 auto 20em;
	padding: 17em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.philosophy-logo-wrap::after{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: rgba(217,175,128,0.2);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.philosophy-logo-wrap .thumb-wrap{
	width: 26%;
	padding-left: 12em;
}

.philosophy-logo-wrap .text-wrap{
	width: 48%;
}

.philosophy-logo-wrap .text-wrap .title{
	font-size: 1.76em;
	letter-spacing: .25em;
	margin-bottom: 3em;
}

.philosophy-logo-wrap .text-wrap .title .num{
	font-size: 1.2rem;
	color: #d9af80;
	display: block;
	position: relative;
	padding-left: 5.6rem;
	margin-bottom: 1.5em;
}

.philosophy-logo-wrap .text-wrap .title .num::before{
	content: "";
	display: block;
	height: 1px;
	width: 4.6rem;
	background: rgba(33,24,21,0.25);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) scaleX(0);
	transform-origin: left;
	transition: .6s ease-out .3s;
}

.philosophy-logo-wrap .text-wrap .title .num.view::before{
	transform: translateY(-50%) scaleX(1);
}

.philosophy-logo-wrap .text-wrap .text{
	font-size: 1.1em;
	line-height: 2.5;
}

.philosophy-profile-wrap{
	width: 90%;
	max-width: 626px;
	margin: 0 auto 20em;
	color: #717071;
}

.philosophy-profile-wrap .thumb-wrap{
	margin-bottom: 8em;
}

.philosophy-profile-wrap .job{
	text-align: center;
	font-size: 1.15em;
	letter-spacing: .424em;
	margin-bottom: 1em;
}

.philosophy-profile-wrap .name{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;	
	text-align: center;
	font-size: 1.9em;
	letter-spacing: 1em;
	margin-bottom: 2.5em;
}

.philosophy-profile-wrap .text{
	font-size: 1.1em;
	line-height: 2.5;
	letter-spacing: .2em;
}


/*
guide
=====================
*/

.guide-contents .guide-title{
	text-align: center;
	font-size: 1.6em;
	letter-spacing: .3em;
	margin-bottom: 1.5em;
}

#guide1,#guide2,#guide4{
	scroll-margin-top:5em;
}

.guide-contents .read{
	text-align: center;
	font-size: 1.1em;
	line-height: 2.5;
	margin-bottom: 6em;
}

.guide-read-wrap{
	width: 90%;
	max-width: 1280px;
	padding-top: 12em;
	margin: 0 auto 20em;
}

.guide-read-wrap .title{
	font-size: 1.65em;
	letter-spacing: .28em;
	line-height: 2.8;
	padding-bottom: 2em;
	margin-bottom: 2.5em;
	position: relative;
}

.guide-read-wrap .title::before{
	content: "";
	display: block;
	height: 1px;
	width: 0;
	background: rgba(33,24,21,0.25);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 1s ease .3s;
}

.guide-read-wrap .title.view::before{
	width: 4.6rem;
}

.guide-read-wrap .text{
	font-size: 1.1em;
	line-height: 2.5;
	margin-bottom: 10em;	
}

.guide-read-wrap .thumb-wrap{
	display: flex;
	gap:.4em;
}

.guide-menu-wrap{
	width: 90%;
	max-width: 1230px;
	margin: 0 auto 20em;
	padding-top: 10em;
}

.guide-menu-wrap .menu-contents-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 3em;
}

.guide-menu-wrap .menu-contents-wrap::after{
	content: "";
	display: block;	
	width: 30%;
}

.guide-menu-wrap .menu-contents{
	width: 30%;
	margin-bottom: 8.6em;
}

.guide-menu-wrap .menu-contents .title{
	font-size: 1.3em;
	letter-spacing: .3em;
	position: relative;
	padding: 1.6em 0;
	padding-right: 8em;
	margin-bottom: 1em;
}

.guide-menu-wrap .menu-contents .title::before{
	content: "";
	display: block;
	height: 1px;
	width: 0;
	background: rgba(33,24,21,0.25);
	position: absolute;
	top: -1em;
	left: 0;
	transition: 1s ease .3s;
}

.guide-menu-wrap .menu-contents.view .title::before{
	width: 4.6rem;
}

.guide-menu-wrap .menu-contents .title span{
	width: 6em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.guide-menu-wrap .menu-contents .text{
	font-size: 1.07em;
	line-height: 2.4;
	letter-spacing: .1em;
}

.guide-price-wrap{
	width: 90%;
	max-width: 1060px;
	margin: 0 auto 20em;
}

.guide-price-wrap .price-contents{
	margin-bottom: 7em;
}

.guide-price-wrap .price-contents .title-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	font-size: 1.4em;
	letter-spacing: .14em;
	padding-bottom: .4em;
	margin-bottom: 1.4em;
}

.guide-price-wrap .price-contents .title-wrap::after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: rgba(33,24,21,0.25);
	position: absolute;
	left: 0;
	bottom: 0;
	transition :1.5s cubic-bezier(.83,0,.17,1);
}

.guide-price-wrap .price-contents.view .title-wrap::after{
	width: 100%;
}

.guide-price-wrap .price-contents .text{
	font-size: 1.07em;
	line-height: 2.4;
	letter-spacing: .1em;
}

.guide-infertility-wrap{
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 20em;
	padding: 17em 0;
}

.guide-infertility-wrap::after{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: rgba(217,175,128,0.2);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.guide-infertility-wrap .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 4em;
}

.guide-infertility-wrap .thumb-wrap{
	width: 36%;
}

.guide-infertility-wrap .text-wrap{
	width: 47%;
}

.guide-infertility-wrap .text-wrap .title{
	font-size: 1.5em;
	line-height: 2.6;
	letter-spacing: .14em;
	margin-bottom: 2em;
}

.guide-infertility-wrap .text-wrap .text{
	font-size: 1.07em;
	line-height: 2.4;
	letter-spacing: .1em;
}

.guide-needle-wrap{
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 20em;
}

.guide-needle-wrap .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 2em;
}

.guide-needle-wrap .needle-contents{
	width: 46%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10em;
}

.guide-needle-wrap .needle-contents .thumb-wrap{
	width: 50%;
}

.guide-needle-wrap .needle-contents .text-wrap{
	width: 45%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.guide-needle-wrap .needle-contents .text-wrap .title{
	font-size: 1.38em;
	line-height: .3em;
	transform: translateY(.5em);
}

.guide-needle-wrap .needle-contents .text-wrap p{
	font-size: 1.07em;
	line-height: 2.4;
	letter-spacing: .1em;
}


/*
biginner
=====================
*/

.page-contents-wrap.biginner{
	padding-top: calc(7.6rem + 46rem + 20rem);
}

.page-contents-wrap.biginner .page-title{
	top: calc(7.6rem + 46rem + 20rem);
}


.biginner-icatch-wrap{
	position: absolute;
	top: 20rem;
	left: 0;
	width: 100%;
	height: 46rem;
}

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

.biginner-read-wrap{
	width: 90%;
	max-width: 930px;
	margin: 0 auto 20em;
}

.biginner-read-wrap .title{
	font-size: 1.5em;
	line-height: 2.6;
	letter-spacing: .14em;
	margin-bottom: 3em;
}

.biginner-read-wrap .text{
	font-size: 1.1em;
	line-height: 2.5;
	letter-spacing: .1em;
}

.biginner-read-wrap .read-1{
	margin-bottom: 10em;
}

.biginner-read-wrap .read-1 .text{
	padding-top: 3em;
	position: relative;
}

.biginner-read-wrap .read-1 .text::before{
	content: "";
	display: block;
	height: 1px;
	width: 0;
	background: rgba(33,24,21,0.25);
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s ease-out .2s;
}

.biginner-read-wrap .read-1 .text.view::before{
	width: 4.6rem;
}

.biginner-read-wrap .list-wrap{
	display: flex;
	flex-wrap: wrap;
	gap:2em;
	margin-bottom: 3em;
}

.biginner-read-wrap .list-wrap p{
	font-size: 1.2em;
	text-align: center;
	width: 10em;
	height: 10em;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(33,24,21,0.25);
	border-radius: 100%;
	margin-right: 1em;
}

.biginner-flow-wrap{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 20em;
	padding-top: 13em;
	position: relative;
}

.biginner-flow-wrap .flow-slider{
	padding-bottom: 2em;
}

.biginner-flow-wrap .slick-dots{
	width: 100%;
	display: flex;
	gap:0.5em;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	z-index: 2;
	transform: translateX(-50%);
}

.biginner-flow-wrap .slick-dots li{
	display: inline-block;
	text-indent: -9999px;
	width: 5em;
	height: 2px;
	background: #D2D3D4;
	transition: all .2s ease;
	position: relative;
}

.biginner-flow-wrap .slick-dots li:after{
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.biginner-flow-wrap .slick-dots li.slick-active:after{
    animation: dotIn 5s ease 0s 1 normal;
}

@keyframes dotIn {
    0% {width: 0%;}
    100% {width: 100%;}
}


.biginner-flow-wrap .t-title{
	position: absolute;
	top: 0;
	right: 0;
}

.biginner-flow-wrap .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10em;
}

.biginner-flow-wrap .thumb-wrap{
	width: 40%;
}

.biginner-flow-wrap .text-wrap{
	width: 40%;
	padding-right: 5em;
}

.flow-day-wrap{
	position: relative;
	background: rgba(217,175,128,0.2);
	border: 1px solid rgba(217,175,128,0.5);
	padding: 5em 9em;
	border-radius: .4em;
}

.flow-day-wrap .t-title{
	top: 5rem;
	right: 6rem;
}

.flow-day-wrap .day-contents{
	margin-bottom: 4.3em;
}

.flow-day-wrap .day-contents:last-of-type{
	margin-bottom: 0;
}

.flow-day-wrap .day-contents .title{
	font-size: 1.38em;
	letter-spacing: .3em;
	margin-bottom: 1em;
}

.flow-day-wrap .day-contents .title::before{
	content: "";
	width: .5rem;
	height: .5rem;
	background: #000;
	display: inline-block;
	vertical-align: middle;
	margin-right: .8em;
}

.flow-day-wrap .day-contents .text{
	line-height: 2.2;
	font-size: 1.07em;
	letter-spacing: .2.4em;
}

.biginner-flow-wrap .flow-contents{
	margin-bottom: 5em;
	padding-left: 6em;
	position: relative;
}

.biginner-flow-wrap .flow-contents .num{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.7em;
	letter-spacing: .1em;
	color: #4d4d4d;
	transform: translateY(-0.2em);
}

.biginner-flow-wrap .flow-contents .num::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 0;
	background: rgba(33,24,21,0.5);
	margin-right: .5em;
	transition: .6s ease .2s;
}

.biginner-flow-wrap .flow-contents.view .num::before{
	width: .6rem;
}

.biginner-flow-wrap .flow-contents .title{
	font-size: 1.38em;
	letter-spacing: .3em;
	margin-bottom: 1em;
}

.biginner-flow-wrap .flow-contents .text{
	line-height: 2;
	font-size: 1.07em;
	letter-spacing: .2.4em;
}



/*
faq
=====================
*/

.faq-read-wrap{
	width: 90%;
	max-width: 780px;
	margin: 0 auto 8em;
	font-size: 1.1em;
	line-height: 2.5;
}

.faq-contents-wrap{
	width: 90%;
	max-width: 1060px;
	margin: 0 auto 15em;
	padding-top: 4.6em;
	position: relative;
	scroll-margin-top: 5em;
}

.faq-contents-wrap:first-of-type{
	margin-top: 6em;
}

.faq-contents-wrap .t-title{
	position: absolute;
	top: 0;
	left: -7em;
}

.faq-contents-wrap dl{
	position: relative;
	transition: background .6s cubic-bezier(.25,.1,.25,1);
}

.faq-contents-wrap dl::before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: rgba(33,24,21,0.25);
	position: absolute;
	top: 0;
	left: 0;
	transition :1.5s cubic-bezier(.83,0,.17,1);
}

.faq-contents-wrap .faq-contents:last-of-type dl::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: rgba(33,24,21,0.25);
	position: absolute;
	bottom: 0;
	left: 0;
	transition : 1.5s cubic-bezier(.83,0,.17,1);
}

.faq-contents-wrap dl.view::before,
.faq-contents-wrap dl.view:last-of-type::after{
	width: 100%;
}


.faq-contents-wrap dl:hover{
	background: rgba(217,175,128,0.2);
}

.faq-contents-wrap dt{
	display: flex;
	padding: 2rem .2rem;
	padding-right: 3em;
	font-size: 1.07em;
	letter-spacing: .22em;
	position: relative;
	cursor: pointer;
}

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

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

.faq-contents-wrap dt span{
	font-size: .8em;
	letter-spacing: .3em;
	display: inline-block;
	vertical-align: middle;
	width: 7rem;
}

.faq-contents-wrap dd{
	padding-left: 7rem;
	padding-bottom: 3.8rem;
	line-height: 2.2;
	display: none;
	font-size: 1.03em;
	letter-spacing: .2em;
}


/*
news
=====================
*/

.news-contents-wrap{
	width: 90%;
	max-width: 1060px;
	margin: 9em auto 15em;
}

/* single */

.news-single-wrap{
	width: 90%;
	max-width: 945px;
	margin: 0 auto 15em;
	padding-top: 5em;
}

.news-single-wrap .date{
	font-size: .9em;
	letter-spacing: .3em;
	margin-bottom: 5em;
}

.news-single-wrap .date span{
	display: inline-block;
	color: #595757;
	margin-left: .5em;
}

.news-single-wrap .title{
	font-size: 1.5em;
	letter-spacing: .3em;
	line-height: 2;
	margin-bottom: 2em;
}

.news-single-wrap .icatch-wrap{
	margin-bottom: 7.6em;
}

.news-single-wrap .text-wrap p{
	font-size: 1.15em;
	line-height: 2;
}



/*
blog
=====================
*/

.blog-contents-wrap{
	width: 90%;
	max-width: 925px;
	margin: 9em auto 15em;
}

.blog-read-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 10em;
}

.blog-read-wrap .thumb-wrap{
	width: 45%;
}

.blog-read-wrap .text-wrap{
	width: 45%;
	padding-right: 11em;
}

.blog-read-wrap .text-wrap .date{
	writing-mode: vertical-rl;
	position: absolute;
	right: 2em;
	top: 0;
}

.blog-read-wrap .text-wrap .tag{
	font-size: 1em;
	letter-spacing: .3em;
	margin-bottom: 2em;
}

.blog-read-wrap .text-wrap .title{
	font-size: 1.5em;
	letter-spacing: .14em;
	line-height: 2.4;
}

.blog-read-wrap .text-wrap .title{
	transition: opacity .4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.blog-read-wrap .text-wrap .title:hover{
	opacity: .6;
}

.blog-tag-nav{
	writing-mode: vertical-rl;
	display: flex;
	flex-flow: column-reverse;
	align-items: flex-end;
	gap:2em;
	font-size: 1em;
	letter-spacing: .2em;
	margin-bottom: 3em;
}

.blog-tag-nav li{
	position: relative;
	cursor: pointer;
	transition: opacity .6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.blog-tag-nav li:hover{
	opacity: .4;
}

.blog-tag-nav li.current::before{
	content: "・";
	font-size: 1.5em;
	display: inline-block;
	position: absolute;
	top: -1.3em;
	left: 50%;
	transform: translateX(-30%);
}

.blog-contents-wrap .blog-contents{
	display: flex;
	align-items: center;
	padding: 1em 0;
	transition: background .6s cubic-bezier(.25,.1,.25,1);
	position: relative;
}

.blog-contents-wrap .blog-contents::after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: rgba(33,24,21,0.25);
	position: absolute;
	bottom: 0;
	left: 0;
	transition :1.5s cubic-bezier(.83,0,.17,1);
}

.blog-contents-wrap .blog-contents:first-of-type::before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: rgba(33,24,21,0.25);
	position: absolute;
	top: 0;
	left: 0;
	transition :1.5s cubic-bezier(.83,0,.17,1);
}

.blog-contents-wrap .blog-contents.view::after,
.blog-contents-wrap .blog-contents.view:first-of-type::before{
	width: 100%;
}

.blog-contents-wrap .blog-contents .uline{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(33,24,21,0.25);
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(0) translateY(50%);
    transform-origin: right center;
    transition: transform 1.2s cubic-bezier(.215,.61,.355,1);
}

.blog-contents-wrap .blog-contents:hover .uline{
	transform: scaleX(1) translateY(50%);
    transform-origin: left center;
}

.blog-contents-wrap .blog-contents:hover{
	background: rgba(217,175,128,0.2);
}

.blog-contents-wrap .blog-contents .date{
	writing-mode: vertical-rl;
	display: flex;
	flex-flow: column-reverse;
	font-size: .9em;
	letter-spacing: .3em;
	padding-right: 2em;
}

.blog-contents-wrap .blog-contents .thumb{
	width: 13%;
	height: 0;
	padding-top: 8.58%;
	line-height: 0;
	border-radius: .4em;
	position: relative;
	overflow: hidden;
}

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

.blog-contents-wrap .blog-contents .title{
	flex: 1;
	font-size: 1.07em;
	letter-spacing: .3em;
	padding: 0 2em;
	position: relative;
}

.blog-contents-wrap .blog-contents .title .tag{
	display: block;
	font-size: .8em;
	letter-spacing: .3em;
	margin-bottom: 1em;
	color: #3e3a39;
}


/* single */

.blog-single-wrap{
	width: 90%;
	max-width: 945px;
	margin: 0 auto 15em;
	padding-top: 5em;
}

.blog-single-wrap .date{
	font-size: .9em;
	letter-spacing: .3em;
	margin-bottom: 5em;
	color: #595757;
}

.blog-single-wrap .tag{
	font-size: .9em;
	letter-spacing: .3em;
	margin-bottom: 2em;
	text-align: center;
}

.blog-single-wrap .title{
	font-size: 1.5em;
	letter-spacing: .3em;
	line-height: 2;
	margin-bottom: 2em;
	text-align: center;
}

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

.blog-single-wrap .text-wrap{
	margin-bottom: 6em;
}

.blog-single-wrap .text-wrap p{
	font-size: 1.15em;
	line-height: 2.6;
	letter-spacing: .1em;
}

.blog-single-wrap .thumb-wrap{
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
}

.blog-single-wrap .thumb-wrap img{
	display: block;
	margin-bottom: 3em;
}


/*
access
=====================
*/

.access-contents-wrap{
	width: 90%;
	max-width: 850px;
	padding-top: 3.5em;
	margin: 0 auto 15em;
}

.access-map-wrap{
	margin-bottom: 10em;
}

.access-map-wrap .map-wrap{
	border: 1px solid #d6ae7e;
	margin-bottom: 6em;
	height: 43em;
	position: relative;
	overflow: hidden;
}

.access-map-wrap .map-wrap::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(255 235 209 / 27%);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.access-map-wrap .map-wrap iframe{
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	height: calc(100% + 360px);
	margin-top: -170px;
}

.access-map-wrap .data{
	width: 70%;
	display: flex;
	margin-bottom: 1em;
	gap:1em;
}

.access-map-wrap .data dt{
	width: 7em;
	letter-spacing: .3em;
	font-size: 1em;
	color: #3e3a39;
}

.access-map-wrap .data dd{
	font-size: 1.07em;
	display: flex;
	justify-content: space-between;
	flex: 1;	
}

.access-map-wrap .data dd a{
	text-decoration: underline;
	color: #d6ae7e;
	font-size: 1em;
	transition: .4s ease;
}

.access-map-wrap .data dd a:hover{
	opacity: .5;
}

.access-route-wrap .thumb-wrap{
	max-width: 630px;
	margin: 0 auto 10em;
}

.access-route-wrap .route-contents{
	margin-bottom: 8em;
}

.access-route-wrap .title{
	font-size: 1.5em;
	letter-spacing: .14em;
	line-height: 2.4;
	margin-bottom: 1em;
}

.access-route-wrap .text{
	font-size: 1.1em;
	line-height: 2.5;
	letter-spacing: .1em;
	padding-left: 4rem;
}

.access-route-wrap .route{
	padding-left: 4rem;
}

.routeflow-contents-wrap{
	display: flex;
	flex-flow: column;
	gap:3em;
	padding-top: 2em;
	padding-left: 4em;
}

.routeflow-contents{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.routeflow-contents .place{
	font-size: 1.15em;
	letter-spacing: .1em;
	width: 9.2em;
	height: 9.2em;
	border: .3px solid #201815;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.routeflow-contents .place:last-of-type{
	border: none;
	background: rgba(214,174,126,0.2);
}

.routeflow-contents .arrow{
	width: 13em;
	text-align: center;
	position: relative;
}

.routeflow-contents .arrow::before{
	content: "";
	display: block;
	width: 100%;
	height: .3px;
	background: #201815;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.routeflow-contents .arrow::after{
	content: "";
	display: block;
	width: 1.3em;
	height: .3px;
	background: #201815;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: bottom right;
}

.routeflow-contents .arrow span:nth-of-type(1){
	position: absolute;
	white-space: nowrap;
	font-size: 1.15em;
	letter-spacing: .15em;
	top: 0;
	left: 50%;
	transform: translate(-50% , -120%);
}

.routeflow-contents .arrow span:nth-of-type(2){
	position: absolute;
	white-space: nowrap;
	font-size: 1.1em;
	letter-spacing: .15em;
	bottom: 0;
	left: 50%;
	transform: translate(-50% , 120%);
}



/*
reservation
=====================
*/

.res-contents-wrap{
	width: 90%;
	max-width: 950px;
	padding-top: 7em;
	margin: 0 auto 15em;
}

.res-calendar-wrap{
	margin-bottom: 10em;	
}

.res-calendar-wrap .title{
	font-size: 1.5em;
	letter-spacing: .14em;
	margin-bottom: 1.5em;
}

.res-calendar-wrap .calendar-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.4em;
}

.res-calendar-wrap .calendar-header #month-label{
	font-size: 1.5em;
	letter-spacing: .14em;
	color: #d6ae7e;
}

.res-calendar-wrap .calendar-header .btn-wrap{
	display: flex;
	gap:.5em;
}

.res-calendar-wrap .calendar-header .btn-wrap button{
	font-size: 1.07em;
	letter-spacing: .1em;
	padding: .5em 1em;
	background: #d6ae7e;
	border: none;
	outline: none;
	color: #FFF;
	border-radius: .3em;
	cursor: pointer;
	transition: .6s ease;
}

.res-calendar-wrap .calendar-header .btn-wrap button:hover{
	opacity: .5;
}

.res-calendar-wrap .weekday-row,
.res-calendar-wrap  #calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid rgba(4,0,0,0.25);
    border-left: 1px solid rgba(4,0,0,0.25);
}

.res-calendar-wrap .weekday-row div{
	font-size: 1.3em;
    border-right: 1px solid rgba(4,0,0,0.25);
    text-align: center;
    padding: 1em;
}
  
.res-calendar-wrap  #calendar .day {
	font-size: 1.15em;
    border-right: 1px solid rgba(4,0,0,0.25);
    border-bottom: 1px solid rgba(4,0,0,0.25);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5em 1em 1.5em;
}

.res-calendar-wrap  #calendar .day span.date{
	position: absolute;
	top: 1em;
	left: 1em;
}

.res-calendar-wrap  #calendar .day .event-wrap .event{
	display: flex;
	gap:.5em;
	white-space: nowrap;
	justify-content: space-between;
}

.res-calendar-wrap  #calendar .day .event-wrap .event span:nth-of-type(1){
	display: flex;
	align-items: center;
	gap:.5em;
}

.res-calendar-wrap  #calendar .day .event-wrap .event span:nth-of-type(2){
	width: 1em;
	text-align: center;
}

.res-calendar-wrap  #calendar .day .event-wrap .event span:nth-of-type(1)::after{
	content: "以降";
	display: inline-block;
	font-size: .7em;
}

.res-calendar-wrap  #calendar .day.default .event span:nth-of-type(1)::after,
.res-calendar-wrap  #calendar .day.holiday .event span:nth-of-type(1)::after,
.res-calendar-wrap  #calendar .day .event span:nth-of-type(1).ampm::after{
	display: none;
}

.res-calendar-wrap  #calendar .day.holiday .event{
	color: #b81c25;
}

.res-calendar-wrap  #calendar .day.holiday .event-wrap .event span:nth-of-type(2){
	width: auto;
}

.res-calendar-wrap .text{
	font-size: 1.07em;
	line-height: 2.4;
	letter-spacing: .22em;
	margin-bottom: 15em;
}


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

.contact-contents-wrap{
	padding-top: 15em;
	max-width: 1200px;
	margin: 0 auto 20em;
}

.form-wrap .read{
	text-align: center;
	line-height: 2;
	margin-bottom: 4em;
}

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

.confirm_area .form-wrap table{
	max-width: 550px;
}

.form-wrap table th{
	padding-bottom: 1.5em;
	padding-right: 1.5em;
	vertical-align: top;
	white-space: nowrap;
}

.form-wrap table td{
	font-weight: 500;
	padding-bottom: 1.5em;
}

.form-wrap table.day-list{
	width: auto;
	margin:0;
}

.form-wrap th.day-title{
	padding-top: 1em;
}

.form-wrap table.day-list th{
	vertical-align: middle;
}

.form-wrap table.day-list .select-wrap{
	width: 20em;
}

.form-wrap table .event-name th,
.form-wrap table .event-name td{
	padding-bottom: 2em;
}

.form-wrap table td .note{
	font-size: .9em;
	margin-top: .5em;
}

.form-wrap .step-wrap{
	display: flex;
	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;
	padding: 2em 0;
}

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

.form-wrap .step-wrap div span:first-child{
	display: inline-block;
	margin-right: .6em;
}

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

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

.event-name input[type="text"]{
	border: none;
	pointer-events: none;
	padding: 0;
	font-size: 1.14em;
}

.form-wrap .btn-wrap{
	display: flex;
	justify-content: center;
	margin: 4em auto 0;
	position: relative;
}

input[type="reset"],
input[type="button"].back_button{
    color: #555;
    background: none;
    position: absolute;
    display: block;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
    bottom: -4em;
    left: 50%;
    transform: translateX(-50%);
}

input[type="submit"],
input[type="button"].confirm_button{
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .2em;
	padding: 1.5em 3.5em;
	border: 1px solid rgba(33,24,21,0.5);
    width: 100%;
    max-width: 354px;
    background: rgba(33,24,21,1);
    color: #FFF;
    font-family: inherit;
    -webkit-appearance: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: block;
    transition: .3s ease;
}

input[type="submit"]:hover,
input[type="button"].confirm_button:hover{
	color: rgba(33,24,21,1);
	background: #FFF;
}



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: 6em;
	margin-right: 1em;
}

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

.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 .policy-link a{
	text-decoration: underline;
}

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

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


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

.thanks-wrap .title{
	font-size: 1.6em;
	margin-bottom: 1em;
}

.thanks-wrap p{
	font-size: 1.1em;
	line-height: 2.2;
	margin-bottom: 3em;
}

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

.info404-wrap{
	width: 100%;
	height: calc(100vh - 12em);
	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;
	line-height: 2.2;
	margin-bottom: 3em;
}
.info404-wrap a{
	font-size: 1.15em;
	text-decoration: underline;
}


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

.confirm_area table{
	margin: 6em auto;
}

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


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


.policy-contents-wrap{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 15em;
	padding-top: 9em;
}

.policy-read-wrap{
	line-height: 2;
	margin-bottom: 6em;
}

.policy-contents{
	margin-bottom: 8em;
}

.policy-contents .title{
	font-size: 1.5em;
	margin-bottom: 2em;
}

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

.policy-contents .text{
	line-height: 2;
	font-size: 1.1em;
	line-height: 2.4em;
}

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

.policy-contents ul{
	margin-top: 2em;
}

.policy-contents .text ul{
	margin: 2em 0;
	list-style-type: decimal;
	padding-left: 1.3em;
}


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

.policy-contents .text ul li li{
	line-height: 1.8;
}



/*
OPEN MENU
=====================
*/

.open-menu-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 5em;
    height: .6em;
    top: 5em;
    right: 4vw;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
}

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

.open-menu-btn .toggle {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	transition: transform .5s ease 0s;
	transform-origin: top left;
}

.open-menu-btn .toggle::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(4,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.foot-show .open-menu-btn .toggle::after{
	background: rgba(255,255,255,0.5);
}

.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) {
	top: -20%;
	transform: rotate(10deg);
}

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

.open-menu-btn:hover .toggle:nth-child(1)::after {
    animation: fillborder .42s both ease-out;
}

.open-menu-btn:hover .toggle:nth-child(2)::after {
    animation: fillborder .42s .124s both ease-out;
}

.open .open-menu-btn:hover .toggle:nth-child(1)::after,
.open .open-menu-btn:hover .toggle:nth-child(2)::after{
    animation: none!important;
}


@keyframes fillborder {
    0% {
        transform-origin:right;
        transform: scaleX(1)
    }

    50% {
        transform-origin: right;
        transform: scaleX(0)
    }

    51% {
        transform-origin: left;
        transform: scaleX(0)
    }

    100% {
        transform-origin: left;
        transform: scaleX(1)
    }
}


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

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

.open-menu-wrap {
	width: 100%;
	height: 100dvh;
	position: fixed;
	top: 0;
	right: 0;
	padding: 10em 7vw 8em;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 998;
	pointer-events: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
	opacity: 0;
	transition: opacity .4s ease-out;	
}

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

.open-menu-wrap::-webkit-scrollbar{
  display: none;
}

.open-menu-wrap .open-logo{
	position: absolute;
	top: 7.6em;
	left: 5vw;
}

.open-menu-contents{
	display: flex;
	flex-flow: row-reverse;
	justify-content: center;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-55% , -50%);
}

.open-menu-wrap .open-nav{
	writing-mode: vertical-rl;
	font-size: 1.2em;
	letter-spacing: .2em;	
}

.open-menu-wrap .open-nav li{
	margin: 0 2em;
}

.open-menu-wrap .open-nav li a{
	display: block;
	opacity: 0;
	transform: translateY(1em);
}

.open .open-menu-wrap .open-nav li a{
	opacity: 1;
	transform: translateY(0);
	transition: .4s ease;
	transition-delay: .1s
}

.open .open-menu-wrap .open-nav li:nth-of-type(2) a{
	transition-delay: .2s
}
.open .open-menu-wrap .open-nav li:nth-of-type(3) a{
	transition-delay: .3s
}
.open .open-menu-wrap .open-nav li:nth-of-type(4) a{
	transition-delay: .4s
}
.open .open-menu-wrap .open-nav li:nth-of-type(5) a{
	transition-delay: .5s
}
.open .open-menu-wrap .open-nav li:nth-of-type(6) a{
	transition-delay: .6s
}
.open .open-menu-wrap .open-nav li:nth-of-type(7) a{
	transition-delay: .7s
}
.open .open-menu-wrap .open-nav li:nth-of-type(8) a{
	transition-delay: .8s
}

.open-info-wrap{
	display: flex;
	gap:2em;
}

.open-info-wrap .policy-link{
	writing-mode: vertical-rl;
	font-size: 1.1em;
	letter-spacing: .14em;
	opacity: 0;
	transform: translateY(1em);
}

.open-info-wrap .policy-link span{
	transition: .6s ease;
}

.open-info-wrap .policy-link:hover span{
	opacity: .5;
}

.open-menu-wrap .sns-nav{
	margin-right: 20em;
	opacity: 0;
	transform: translateY(1em);
}

.open-menu-wrap .sns-nav li{
	transition: .6s ease;
}

.open-menu-wrap .sns-nav li:hover{
	opacity: .5;
}

.open-menu-wrap .sns-nav li.in{
	margin-bottom: 1.2em;
}

.open-menu-wrap .sns-nav li.in a{
	display: block;
	width: 2.3em;
	height: 2.3em;
	background: url(img/common/icon_in.svg) no-repeat;
	background-size: contain;
}

.open-menu-wrap .sns-nav li.line a{
	display: block;
	width: 2.3em;
	height: 2.3em;
	background: url(img/common/icon_line.svg) no-repeat;
	background-size: contain;
}

.open .open-info-wrap .policy-link{
	opacity: 1;
	transform: translateY(0);	
	transition: .4s ease 1s;
}

.open .open-menu-wrap .sns-nav{
	opacity: 1;
	transform: translateY(0);
	transition: .4s ease .9s;
}


