@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Noto+Sans+JP:wght@300;400&display=swap');
html,
body{
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	color:#333;
	background-image:url(../images/back-ground.png);
	/*font-family: yu-gothic-pr6n, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:16px;
	line-height:1.875;
}
body.opne{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
a{
	color: #3b2d2d;
}
@media (min-width: 751px) {
	a{
		transition: all 0.4s ease;
	}
	a:hover{
		opacity: 0.6;
	}
}
@media (max-width: 750px) {
	html,body{
		font-size:13px;
		width: 100%;
		overflow-x: hidden;
	}
	img{
		width:100%;
		height: auto;
	}
}

/********************************************
common
********************************************/
.w1200{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.w1140{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.cep{
	display: flex;
	justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

.font__Mont{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.title{
	line-height: 1;
	color: #333;
	position: relative;
	z-index: 2;
	font-weight: 700;
}
.title dt{
	font-size: 160px;
	margin-bottom: 40px;
}
.title dd{
	display: inline-block;
	position: relative;
	font-size: 24px;
	margin-left: 10px;
}
.title dd .title__under{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 12px 80px 12px 15px;
	background: #27a4d1;
}
.title dd::before,
.title dd::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	right:-5%;
	z-index: 0;
	width: 100px;
	height: 20px;
	background: #de2aa4;
}
.title dd::before{
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	bottom:auto;
	left: -5%;
	right: auto;
	width: 100px;
	height: 20px;
}


.title .JPN{
	font-size: 15px;
	/*font-family: yu-mincho-pr6n, sans-serif;*/
	font-family: "A1明朝","A1 Mincho";
	font-style: normal;
	font-weight: 400;
	letter-spacing: 3.6px;
}
.title .ENG{
	font-size: 30px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.6px;
	margin-top: 23px;
}

.icon{
    background-repeat: no-repeat;
    background-position: center left;
}

#wrapper{
	width: 95%;
	max-width: 1560px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
@media (min-width: 751px) {
	.pchidden{
		display:none!important;
	}
}
@media (max-width: 750px) {
	.sphidden{
		display: none!important;
	}
	
	.title dt{
		font-size: 80px;
		margin-bottom: 20px;
	}
	.title dd{
		font-size: 18px;
		margin-left: 10px;
	}
	.title dd::before,
	.title dd::after{
		width: 50px;
		height: 10px;
	}
	.title dd::before{
		top: -6px;
		left: -4%;
	}
	.title dd::after{
		bottom: -6px;
		right: -4%;
	}
	.title dd .title__under{
		padding: 12px 40px 12px 15px;
	}
	
	#wrapper{
		padding:0;
		width: 100%;
	}
}

/********************************************
icon
********************************************/
.icon a{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0;
	text-indent: -9999px;
}
.icon.icon__line a{
	background-image: url(../images/icon_line.png);
}
.icon.icon__mail a{
	background-image: url(../images/icon_mail.png);
}
.icon.icon__insta a{
	background-image: url(../images/icon_insta.png);
}
.icon.icon__tel a{
	background-image: url(../images/icon_tel.png);
}
.icon.icon__access a{
	background-image: url(../images/icon_map.png);
}
.icon.icon__arrow a{
	background-image: url(../images/icon_arrow.png);
}


/********************************************
btn
********************************************/
.btn{
	width: 260px;
	margin: 30px auto 0;
}
.btn a{
	display: flex;
	justify-content:center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	color: #FFF;
	background: #a584a9;
}
@media (max-width: 750px) {
	.btn{
		width: 74.7vw;
	}
	.btn a{
		height: 50px;
	}
}

/********************************************
arrow
********************************************/
.arrow{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background:#27a4d1;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
}

.more{
	display: inline-block;
}
.more a{
	color: #FFF;
	font-size: 18px;
	line-height: 1;
	font-style: normal;
	display: flex;
	align-items: center;
}
.more a .arrow{
	margin-left: 20px;
}

.scroll a{
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    transform: rotate(90deg);
    transform-origin :100% -50% 0;
}
.scroll .arrow{
    margin-left: 20px;
    background-color:#27a4d1 ;
	background-image: url(../images/arrow.png);
}
@media (max-width: 750px) {
	.arrow{
		width: 35px;
		height: 35px;
		background-size: 15px auto;
		margin-top: -2px;
		background-size: 8px auto;
	}
	
	.more{
		display: inline-block;
	}
	.more a{
		font-size: 14px;
	}
	.more a .arrow{
		margin-left: 10px;
	}
    .scroll a{
        left: -40px;
        bottom: -20px;
    }
}


/********************************************
whitespace link
********************************************/
.moreLink,
.moreLink a{
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    font-size: 0;
    text-indent: -9999px;
}

/********************************************
header
********************************************/
#head{
	width: 95%;
	max-width: 1560px;
	margin: 0 auto;
	z-index: 100;
	background: #FFF;
	padding-top: 30px;
}
.head__title{
	text-align: center;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 300;
}
.head__title h1{
	display: inline-block;
	margin: 15px auto 0;
}
.head__title h1 a{
	font-size: 0;
	text-indent: -9999px;
	display: block;
	width: 257px;
	height: 66px;
	background-image: url(../images/header_logo_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 750px) {
	#head{
		width: 100%;
	}
	.head__title{
		text-align: left;
		font-size: 16px;
	}
	.head__title h1{
		margin: 0;
	}
	.head__title h1 a{
		width: 216px;
		height: 17px;
		background-image: url(../images/header_logo_sp.png);
	}
}



#head__menu .head__menu__inner>ul{
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
#head__menu .head__menu__inner>ul>li{
	font-size: 14px;
	letter-spacing: 0.1em;
	width: 100%;
	position: relative;
}
#head__menu .head__menu__inner>ul>li>a{
	display: block;
	padding: 30px 0;
	text-align: center;
}

#head__menu .head__menu__inner>ul>li.trigger ul{
	width: 100%;
	position: absolute;
	left: 60px;
	z-index: 99;
}
#head__menu .head__menu__inner>ul>li ul li{
	padding: 5px 0;
}
#head__menu .head__menu__inner>ul>li ul li span{
	display: inline-block;
}
#head__menu .head__menu__inner>ul>li ul li span:before{
	content: "-";
}

#head__menu ul a{
	color: #333;
	font-size:14px ;
	font-weight: 500;
}

#head__menu .head__gloval__menu{
	position: absolute;
	top: 30px;
	right: 0;
}

#head__menu .head__gloval__menu ul{
	display: flex;
}
#head__menu .head__gloval__menu ul li{
	margin-left: 25px;
	padding-top: 2.5px;
}

#menu__btn{
	position: relative;
	z-index: 110;
	width: 80px;
	height: 40px;
	cursor: pointer;
	transition : all 0.3s ease;
}
#menu__btn span.bar{
	display: block;
	position: absolute;
	top:50%;
	left:0;
	z-index: 200;
	width:50%;
	height: 4px;
	background: #FFF;
	transition : all 0.3s ease;
	opacity:1;
	border-radius: 100px;
	margin-top: -2px;
}
#menu__btn:before,
#menu__btn:after{
	content: "";
	display: block;
	width:100%;
	height: 4px;
	background: #FFF;
	position: absolute;
	top:0;
	left:0;
	z-index: 200;
	transition : all 0.3s ease;
	border-radius: 100px;
}
#menu__btn:after{
	top: auto;
	bottom: 0;
}
.open #menu__btn span.bar{
	width: 0;
	left: 50%;
}
.open #menu__btn:before{
	transform:translateY(-50%) rotate(-45deg);
	margin-top: 17px;
}
.open #menu__btn:after{
	transform:translateY(-50%) rotate(45deg);
	margin-bottom: 17px;
}
@media (min-width: 751px) {
	#head__menu{
		flex-grow: 2;
		position: relative;
	}
	.head__menu__inner{
		height: 86px;
	}
	#head__menu .head__menu__inner>ul{
		height: 86px;
	}
	#head__menu.active .head__menu__inner{
		position: fixed;
		top: 0;
		z-index: 99;
		max-width: 1200px;
		width: 100%;
		background-color: rgba(255,255,255,0.8);
	}
	#head__menu .head__menu__inner>ul>li.trigger ul{
		opacity: 0;
		z-index: -1;
	}
	#head__menu .head__menu__inner>ul>li.trigger ul.active{
		opacity: 1;
		z-index: 1;
	}
	#head__menu .head__menu__inner>ul>li>a{
		position: relative;
	}
	#head__menu .head__menu__inner>ul>li>a::after{
		content: "";
		display: none;
		width: 60px;
		height: 4px;
		background: #924795;
		position: absolute;
		left: 50%;
		margin-left: -30px;
		bottom: 25px;
	}
	.page__cafe #head__menu .head__menu__inner>ul>li.menu__cafe>a::after,
	.page__tea #head__menu .head__menu__inner>ul>li.menu__tea>a::after,
	.page__salon #head__menu .head__menu__inner>ul>li.menu__salon>a::after,
	.page__session #head__menu .head__menu__inner>ul>li.menu__session>a::after,
	.page__access #head__menu .head__menu__inner>ul>li.menu__direction>a::after,
	.page__recruit #head__menu .head__menu__inner>ul>li.menu__recruit>a::after,
	.page__en #head__menu .head__menu__inner>ul>li.menu__en>a::after{
		display: block;
	}
}
@media (max-width: 750px) {
	#head__menu .head__gloval__menu{
		top: 25px;
		right: 58px;
	}
	#head__menu .head__gloval__menu ul li{
		margin-left: 10px;
		padding: 0;
	}
	#head__menu ul a{
		width: 25px;
		height: 25px;
	}
}

/**** menu ****/

#head__fixed__menu{
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 101;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #27a4d1;
}
.head__fixed__menu__inner{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
#head__fixed__menu ul.menu{
	width: 100%;
	flex-wrap: wrap;
	align-content: center;
	padding: 0;
}
#head__fixed__menu ul.menu li{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
#head__fixed__menu ul.menu li a{
	width: 100%;
	text-align: center;
	margin: 20px 0;
	color: #FFF;
}

@media (min-width: 751px) {
	
}

@media (max-width: 750px) {
	#head{
		height: 75px;
	}
	#head .w1200{
		width: 100%;
		height: 75px;
		background: #ddf4f0;
		padding: 15px 0 0 20px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}

	#head__inner{
		justify-content: space-between;
		height: 60px;
	}
	.head__logo{
		width: 94px;
		height: 48px;
	}
	#menu__btn{
		width: 60px;
		height: 40px;
	}
	#head__menu .head__menu__inner{
		width: 45%;
		height: calc( 100% - 75px );
		padding: 5%;
		position: fixed;
		top: 75px;
		right:-100%;
		z-index: 100;
		transition: all 0.6s ease;
		background-color: rgba(221, 244, 240, 0.9);
	}
	.open #head__menu .head__menu__inner{
		right: 0;
		display: block;
	}
	#head__menu .head__menu__inner>ul{
		display: block;
	}
	#head__menu .head__menu__inner>ul>li>a{
		width: auto;
		height: auto;
		padding: 15px 0;
		text-align: left;
		line-height: 1;
		font-size: 16px;
	}
	#head__menu .head__menu__inner>ul>li span:before {
		content: "-";
	}
	#head__menu .head__menu__inner>ul>li.trigger ul{
		position: static;
		padding-left: 10px;
	}
	#head__menu .head__menu__inner>ul>li.trigger ul li{
		padding: 0;
	}
	#head__menu .head__menu__inner>ul>li.trigger ul li a{
		padding: 15px 0;
		font-size: 16px;
	}

	#head__fixed__menu ul.menu{
		margin-bottom: 20px;
	}
	#head__fixed__menu ul.menu li.sns{
		padding: 10px 0 0;
	}

	#sp__menu__btn{
		position: absolute;
		top: 25px;
		right: 20px;
		width: 24px;
		height: 24px;
	}
	#sp__menu__btn span{
		display: block;
		width: 100%;
		height: 3px;
		border-radius: 100px;
		background-color: #333;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		transition: all 0.6s ease;
	}
	#sp__menu__btn::before,
	#sp__menu__btn::after{
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		border-radius: 100px;
		background-color: #333;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.6s ease;
	}
	#sp__menu__btn::after{
		top: auto;
		bottom: 0;
	}
	
	.open #sp__menu__btn span{
		width: 0;
		height: 0;
	}
	.open #sp__menu__btn::before{
		transform: rotate(45deg);
		top: 10px;
	}
	.open #sp__menu__btn::after{
		transform: rotate(-45deg);
		bottom: 10px;
	}
}


/********************************************
footer
********************************************/
.foot__inq{
	margin-bottom: 250px;
	padding-top: 120px;
}
.foot__inq .inq__btn{
	width: 47.5%;
	height: 60px;
}
.foot__inq .inq__btn a{
	background: #dc6f6c;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.foot__inq .inq__btn.white a{
	border:1px #dc6f6c solid;
	background: #FFF;
}
@media (max-width: 750px) {
	.foot__inq{
		margin-bottom: 75px;
    	padding: 45px 5% 0;
	}
	.foot__inq .inq__btn{
		width: 100%;
	}
	.foot__inq .inq__btn a{
		padding: 0px 12%;
	}
}


/********************************************
footer
********************************************/
#foot{
	width: 100%;
	padding:60px 0 35px;
	background:#ddf4f0;
	position: relative;
	color: #333;
	font-weight: 500;
}
#foot .cep{
	align-items: flex-start;
}

#foot .foot__text{
	font-weight: 500;
}

.foot__menu{
	width: 300px;
	display: flex;
}
.foot__menu>ul{
	width: 50%;
}
.foot__menu ul li{
	padding: 5px 0;
	font-weight: 500;
	width: 100%;
}
.foot__menu ul li>ul{
	padding:0 0 0 15px;
}
.foot__menu ul li span{
	display: inline-block;
	letter-spacing: 0;
}
.foot__menu ul li span:before{
	content: "-";
}

.foot__inner{
	max-width: 1100px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot__sns{
    width: 150px;
}
.foot__sns ul{
	display: flex;
}
.foot__sns ul li{
	margin-right: 30px;
}

.foot__inner a{
	color: #333;
}
.foot__logo{
	width: 235px;
    height: 93px;
}
.foot__logo a{
	font-size: 0;
	text-indent: -9999px;
	display: block;
	width:100%;
	height: 100%;
	background-image: url(../images/foot_logo.png);
	background-size: cover;
}
.foot__site__menu{
    width: 100%;
	max-width: 720px;
}

.sns{
	display: flex;
	justify-content: center;
	padding: 120px 0 60px;
}
.sns li{
	font-size: 18px;
	margin: 0 30px;
}
.sns li a{
	color: #FFF;
	display: flex;
	align-items: center;
}
.sns li.icon__twitter a .icon{
	display: inline-block;
	width: 28px;
	height: 24px;
	background-image: url(../images/icon_sns_twitter.png);
	background-size: cover;
	margin-right: 5px;
}
.sns li.icon__note a .icon{
	display: inline-block;
	width: 110px;
	height: 24px;
	background-image: url(../images/icon_sns_note.png);
	background-size: cover;
}

#foot address{
	text-align: center;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0.05em;
	padding-top: 90px;
}
@media (max-width: 750px) {
	#foot{
		padding:35px 0 80px;
	}

	#foot .cep{
		display: block;
	}
	#foot .foot__text{
		text-align: center;
		font-size: 16px;
		padding: 10px 0 40px;
		line-height: 1.875;
	}
	#foot .foot__text p b{
		font-size: 18px;
		line-height: 1.611111111111111;
	}

	.foot__sns{
		width: 100%;
		height: 75px;
		background: #FFF;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 90;
	}
	.foot__sns ul{
		display: flex;
		height: 100%;
	}
	.foot__sns ul li{
		width: 20%;
		height: 100%;
		margin: 0;
	}
	.foot__sns ul li a{
		width: 100%;
		height: 100%;
		display: block;
		background-size: auto 30px;
		background-position: center;
	}

	.foot__menu{
		width: 100%;
		margin: 0 auto;
		font-size: 15px;
	}
	.foot__menu>ul{
		padding-left: 5%;
	}

	.foot__inner{
		display: block;
		font-size: 13px;
	}
	.foot__logo{
		width: 210px;
		height: 82px;
		margin: 0 auto;
	}
	.foot__site__menu{
		margin: 60px auto 0;
		width: 70%;
	}
	.foot__site__menu .menu{
		flex-wrap: wrap;
		justify-content: center;
	}
	.foot__site__menu .menu li{
		margin: 0 10px 25px;
	}
	.sns{
		padding: 35px 0 40px;
	}
	.sns li {
		font-size: 11px;
		margin: 0 10px;
	}
	.sns li.icon__twitter a .icon {
		display: inline-block;
		width: 14px;
		height: 12px;
		margin-right: 2px;
	}
	.sns li.icon__note a .icon{
		width: 55px;
		height: 12px;
	}
	#foot address{
		font-size: 10px;
		letter-spacing: 0;
		padding-top: 20px;
	}
}

/********************************************
totop
********************************************/
.fixed__arrow.more{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    transform: rotate(-90deg);
    transform-origin :40% -20% 0;
}
.fixed__arrow.more a{
    align-items: center;
    color: #27a4d1;
    font-size: 12px;
}
.fixed__arrow.more .arrow{
    background-color:#27a4d1 ;
	background-image: url(../images/arrow.png);
	margin-left:20px;
}
@media (max-width: 750px) {
	.fixed__arrow.more{
		bottom: 10px;
		right: 15px;
	}
	.fixed__arrow.more a{
		font-size: 11px;
	}
	.fixed__arrow.more .arrow{
		background-color:#27a4d1 ;
		background-image: url(../images/arrow.png);
		margin-left:10px;
	}
}


.fc .fc-toolbar.fc-header-toolbar{
	margin: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
	min-height: 0;
}

/********************************************
パンくず
********************************************/
.bread__list{
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	padding: 30px 0 45px;
}
@media (max-width: 750px) {
	.bread__list{
		padding: 20px 5% 30px;
		font-size: 10px;
	}
}


/********************************************
btn
********************************************/

.fadeIn{
    opacity: 0;
    transition: all 1.2s ease;
}
.fadeIn.under__fade{
	transform: translateY(100px);
}
.fadeIn.fade__left{
	transform: translateX(-100px);
}
.fadeIn.fade__right{
	transform: translateX(100px);
}
.fadeIn.scrollIn{
    opacity: 1;
}
.fadeIn.scrollIn.under__fade{
	transform: translateY(0);
}
.fadeIn.scrollIn.fade__left,
.fadeIn.scrollIn.fade__right{
	transform: translateX(0);
}