@charset "utf-8";


.slide01{
	background: url(../img/top/mv_pc01.jpg) no-repeat;
	background-position: center;
}

.slide02{
	background: url(../img/top/mv_pc02.jpg) no-repeat;
	background-position: center;
}

.slide03{
	background: url(../img/top/mv_pc03.jpg) no-repeat;
	background-position: center;
}

.slide04{
	background: url(../img/top/mv_pc04.jpg) no-repeat;
	background-position: center;
}

.slide01, .slide02, .slide03, .slide04 {
	background-size: cover;
	height: 90rem;
}

.slide01 .inner,
.slide02 .inner,
.slide03 .inner,
.slide04 .inner{
		display: flex !important;
	justify-content: center;
	align-items: center;
	padding-left: 4rem;
	padding-right: 4rem;
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and ( max-width: 1300px ){

	.slide01, .slide02, .slide03, .slide04 {
		height: 50rem;
	}

}

@media screen and ( max-width: 1024px ){

	.slide01, .slide02, .slide03, .slide04 {
		height: 45rem;
	}

}

@media screen and ( max-width: 768px ){

	.slide01, .slide02, .slide03, .slide04 {
		background-size: cover;
		height: 35rem;
	}

}

@media screen and ( max-width: 559px ){

.slide01{
	background: url(../img/top/mv_sp01.jpg) no-repeat;
	background-position: center;
}

.slide02{
	background: url(../img/top/mv_sp02.jpg) no-repeat;
	background-position: center;
}

.slide03{
	background: url(../img/top/mv_sp03.jpg) no-repeat;
	background-position: center;
}

.slide04{
	background: url(../img/top/mv_sp04.jpg) no-repeat;
	background-position: center;
}

	.carousel-inner {
		max-height: 70rem;
	}

	.slide01, .slide02, .slide03, .slide04 {
		background-size: cover;
		height: 70rem;
	}


}


/*-------------------------------------------------*/

.head_right_area{
	display: flex;
	align-items: center;
}

.head_right_area .head_bt_list{
	display: flex;
}

.head_right_area .head_bt_list li{
	margin-right: 1rem;
}

.head_right_area .head_bt_list li:last-child{
	margin-right: 0;
}

.head_right_area .head_bt_list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14.2rem;
	height: 4.3rem;
	color: #fff;
	border-radius: 0.5rem;
}

.head_right_area .head_bt_list li a span{
	margin-right: 0.5rem;
	font-size: 2rem;
}

.head_right_area .head_bt_list li:first-child a{
	background: #612822;
}

.head_right_area .head_bt_list li:last-child a{
	background: #c34d13;
}

@media screen and ( max-width: 1024px ){

	.head_right_area{
		display: none;
	}

}

/*-------------------------------------------------*/

.w-120{
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and ( max-width: 1240px ){

	.w-120{
		margin-left: 2rem;
		margin-right: 2rem;
	}

}

/*-------------------------------------------------*/

.news_title_area{
	position: relative;
}

/*-------------------------------------------------*/

@media screen and ( max-width:767px ){

	.news_list{
		flex-wrap: wrap;
	}

	.news_list li {
		width: 55%;
		height: auto;
		padding: 2rem;
		margin-bottom: 2rem;
	}

	.news_list li:last-child {
		margin-bottom: none;
	}

}

/*-------------------------------------------------*/

.schedule_area{
	display: flex;
	justify-content: space-between;
}

.schedule_area_text{
	text-align: center;
	margin-bottom: 6rem;
}

.schedule_area .left{
	width: auto;
}

.schedule_area .right{
	width: 70%;
}

.schedule_area .right img{
	width: 100%;
	height: auto;
}

@media screen and ( max-width: 1180px ){

	.schedule_area{
		flex-wrap: wrap;
	}

}

@media screen and ( max-width: 767px ){

	.schedule_area_text{
		margin-bottom: 3rem;
	}

}

/*-------------------------------------------------*/

.reception{
	background: #e6fcff;
	margin-bottom: 2rem;
}

.content.reception section {
	padding-top: 0;
	padding-bottom: 0;
}

.content.reception section .reception_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and ( max-width: 1200px ){

	.content.reception section .reception_area{
		justify-content: space-around;
	}

}

@media screen and ( max-width: 767px ){

	.content.reception section .reception_area{
		justify-content: space-between;
	}

}

.content.reception section .reception_area .left{
	margin-top: -5rem;
	margin-bottom: -2rem;
}

.content.reception section .reception_area .right{

}

.content.reception section .reception_area .right .title{
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 4.5rem;
	position: relative;
}

.content.reception section .reception_area .right .title img{
	max-width: 8rem;
	position: absolute;
	top: -5rem;
	right: -8rem;
}

@media screen and ( max-width: 1400px ){

	.content.reception section .reception_area .right {
		margin-right: 8rem;
	}

}

@media screen and ( max-width: 1180px ){

	.content.reception section .reception_area .right {
		margin-right: 0rem;
	}

	.content.reception section .reception_area .right .title{
		margin-bottom: 1.0rem;
	}


	.content.reception section .reception_area .right .title img{
		position: relative;
		top: -5rem;
		right: 0rem;
	}


}

@media screen and ( max-width: 559px ){

	.content.reception section .reception_area .right .title {
		font-size: 2.4rem;
		margin-bottom: 4.5rem;
	}

	.content.reception section .reception_area .right .title img {
		max-width: 7rem;
		top: -5rem;
		right: 2rem;
	}

}

/*-------------------------------------------------*/

.higokagami_about{
	
}

.higokagami_about .logo_mark{
	display: flex;
	justify-content: center;
	margin-bottom: 5rem;
}

.higokagami_about .logo_mark img{
	max-width: 10rem;
}

.higokagami_about .text_area{
	background: #fff8cc;
	border-radius: 3rem;
	outline: 1rem solid #fff8cc;
	padding: 1rem;
	position: relative;
	text-align: center;
	padding-bottom: 6rem;
	max-width: 90rem;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.higokagami_about .text_area::before {
	content: "";
	position: absolute;
	top: 0rem;
	bottom: 0rem;
	left: 0rem;
	right: 0rem;
	border: solid 0.2rem #f8e48d;
	pointer-events: none;
	border-radius: 3rem;
}

.higokagami_about .text_area .title{
	font-size: 5rem;
	font-weight: bold;
	margin-top: -5.5rem;
	position: relative;
	margin-bottom: 4rem;
}

.higokagami_about .text_area .text{
	font-weight: 500;
	line-height: 2;
}

@media screen and ( max-width: 1000px ){

	.higokagami_about .text_area {
		padding-left: 4rem;
		padding-right: 4rem;
		padding-bottom: 6rem;
	}

	.higokagami_about .text_area .text {
		text-align: left;
	}

}

@media screen and ( max-width: 767px ){

	.higokagami_about .text_area .title{
		font-size: 5rem;
		font-weight: bold;
		margin-top: -5.5rem;
		position: relative;
		margin-bottom: 4rem;
	}

	.higokagami_about .text_area .text {
		text-align: left;
		font-size: 1.4rem;
	}

}

.higokagami_text_color01{ color: #0154b4 ; }
.higokagami_text_color02{ color: #f5a321 ; }


/*-------------------------------------------------*/

.top_about_area {
	display: flex;
}

.top_about_area .image{
	min-width: 42rem;
	margin-right: 6rem;
}


.top_about_area .image.rounded_corners img{
	/*border-radius: 1rem;*/
}

.top_about_area .text{
	max-width: 57rem;
}

.top_about_area .text .title{
	margin-bottom: 3.5rem;
}

.top_about_area .text .title h4{
	font-size: 3rem;
	font-weight: 600;
	font-family: "Shippori Mincho", serif;
	line-height: 1.4;

	margin-bottom: 1rem;
}

.top_about_area .text .title div{
	font-family: "Shippori Mincho", serif;
	font-size: 1.4rem;
	color: #E7536B;
}

.top_about_area .text .sentence{
	line-height: 1.7;
	margin-bottom: 4rem;
}

.top_about_area.features .text .sentence{
	margin-bottom: 0;
}

@media screen and ( max-width: 1024px ){

	.top_about_area .image {
		margin-right: 4rem;
	}

}

@media screen and ( max-width: 768px ){

	.top_about_area .image {
		min-width: 30rem;
	}

}

@media screen and ( max-width: 559px ){

	.top_about_area {
		flex-wrap: wrap;
	}

	.top_about_area .image {
		min-width: 100%;
		margin-bottom: 4rem;
	}

	.top_about_area .text .title {
		margin-bottom: 2rem;
	}

	.top_about_area .text .title h4 {
		font-size: 2.4rem;
		line-height: 1.5;
		font-weight: 600;
	}

	.top_about_area .text .sentence{
		font-size: 1.4rem;
		line-height: 2;
	}


}

/*-------------------------------------------------*/

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

.top_feature li{
	width: 48%;
	border: 0.2rem solid #0154b4;
	height: 5rem;
	border-radius: 0.5rem;
	font-weight: 500;
	color: #0154b4;
	padding-left: 3rem;
}

@media screen and ( max-width: 1024px ){

	.top_feature li{
		padding-left: 1.5rem;
	}

}

/*-------------------------------------------------*/

div.bt{
	display: flex;
}

div.bt.center{
	display: flex;
	justify-content: center;
}

div.bt.news{
	position: absolute;
	top: 0;
	right: 0;
}

div.bt.news.sp{
	display: none;
}

@media screen and ( max-width:767px ){

	div.bt.news{
		position: relative;
	}

	.news_title_area div.bt.news.pc{
		display: none;
	}

	div.bt.news.sp{
		position: relative;
		display: block;
	}

}

/*-------------------------------------------------*/

.top_trial_bt{
	margin: 0 2rem;
}

.top_trial_bt li{
	flex-wrap: wrap;
}

.right_image_contents .text ul.top_trial_bt li:first-child {
	margin-bottom: 8rem;
}

.top_trial_bt li .title{
	width: 100%;
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.top_trial_bt li .flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.top_trial_bt li .flex .time{
	font-size: 1.1rem;
}

@media screen and ( max-width:767px ){

	.right_image_contents .text ul.top_trial_bt li:first-child {
		margin-bottom: 4rem;
	}

	.top_trial_bt{
		margin: 0 0;
	}

	.top_trial_bt li .title{
		font-size: 1.6rem;
	}

}

/*-------------------------------------------------*/

.content.access_area{
	width: 100%;
	background: url(../img/access_area_bg.jpg) no-repeat;
	background-size: cover;
}

@media screen and ( max-width:767px ){

	.content.access_area {
		background: unset;
		background-color: #e7fbff;
	}

}

/*-------------------------------------------------*/

.top_sns_contents{
	
}

.top_sns_contents h4{
	font-size: 2.8rem;
	font-weight: bold;
	font-feature-settings: "palt";
	margin-bottom: 3rem;
	line-height: 1.5;
}

.top_sns_contents h4 + p{
	margin-bottom: 4rem;
	font-weight: 500;
	line-height: 1.8;
}

.top_sns_contents div.title_instagram{
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

.top_sns_contents div.title_instagram img{
	max-width: 3rem;
	margin-right: 1rem;	
}

@media screen and ( max-width: 820px ){

	.top_sns_contents h4{
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}

}

@media screen and ( max-width: 767px ){

	.top_sns_contents h4{
		font-size: 2.2rem;
	}

	.top_sns_contents h4 + p{
		font-size: 1.4rem;
	}

	.top_sns_contents div.title_instagram {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}

}

@media screen and ( max-width: 559px ){

	.top_sns_contents h4{
		font-size: 2.0rem;
	}

}

/*-------------------------------------------------*/

.top_contents_banner{
	display: flex;
	justify-content: space-between;
}

.top_contents_banner li{
	width: 48%;
	max-width: 57rem;
}

.top_contents_banner li:nth-child(1){
	background: url(../img/top/banner_whitecrown_bg.jpg);
	background-size: cover;
}

.top_contents_banner li:nth-child(2){
	background: url(../img/top/banner_water_bg.jpg);
	background-size: cover;
}

.top_contents_banner li .image{

}

.top_contents_banner li .data{
	padding: 3rem 7rem 4rem;
	color: #fff;
}

.top_contents_banner li .data .title{
	font-family: "Shippori Mincho", serif;
	text-align: center;
	border-bottom: 0.1rem solid #fff;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.top_contents_banner li .data .title div{
	font-size: 4rem;
}

.top_contents_banner li .data .title p{
	font-size: 2rem;
}

.top_contents_banner li .data .text{
	margin-bottom: 2.5rem;
	text-align: center;
}

@media screen and ( max-width: 559px ){

	.top_contents_banner {
		flex-wrap: wrap;
	}

	.top_contents_banner li {
		width: 100%;
	}

	.top_contents_banner li:nth-child(1){
		margin-bottom: 5rem;
	}

	.top_contents_banner li .data {
		padding: 3rem 3rem 4rem;
	}

	.top_contents_banner li .data .title div{
		font-size: 3rem;
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 1rem;
	}

}

/*-------------------------------------------------*/

.top_recommend_list{
	display: flex;
	justify-content: space-between;
}

.top_recommend_list li{
	max-width: 35rem;
	width: 30%;
}

.top_recommend_list li .image{
	margin-bottom: 2rem;
}

.top_recommend_list li .text{
	text-align: center;
	font-weight: 600;
	margin-bottom: 3rem;
}

@media screen and ( max-width: 559px ){

	.top_recommend_list{
		flex-wrap: wrap;
	}
	
	.top_recommend_list li{
		width: 100%;
		margin-bottom: 6rem;
		max-width: unset;
	}
	
	.top_recommend_list li:last-child{
		margin-bottom: 0;
	}

	.top_recommend_list li .text{
		margin-bottom: 2rem;
	}
	

}

/*-------------------------------------------------*/

.contact_banner{
	background: url(../img/top/banner_order_bg.jpg) no-repeat right top;
	background-size: cover;
	position: relative;
	
	display: flex;
	align-items: center;
}

.contact_banner .image{
	max-width: 55%;
}

.contact_banner .text{
	width: 37%;
	margin-left: 5rem;
	margin-right: 5rem;
}

.contact_banner .title{
	margin-bottom: 8rem;
}

.contact_banner .title div{
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 3rem;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.contact_banner .title div img{
	max-width: 9rem;
}

.contact_banner .title div.japanese{
	font-size: 2.4rem;
}

.contact_banner .title p{
	font-weight: 600;
}

.contact_banner .bt{

}

.contact_banner .bt a{
	font-family: "Shippori Mincho", serif;
	width: 100%;
	height: 5.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1E1E1E;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}

.contact_banner .bt a span{
	margin-right: 1rem;
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.0rem;
	font-size: 4rem;
}

.contact_banner .bt.open_in_new a span{
	font-size: 2.5rem;
}

.contact_banner .bt a span{
	margin-right: 1rem;
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.0rem;
	font-size: 4rem;
}

@media screen and ( max-width: 1024px ){

	.contact_banner .tel div{
		font-size: 3.5rem;
	}

}

@media screen and ( max-width: 768px ){

	.contact_banner .image {
		max-width: 45%;
		margin-left: 3rem;
	}

	.contact_banner .text {
		width: 44%;
		margin-left: 3rem;
		margin-right: 3rem;
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.contact_banner .tel div{
		font-size: 3.5rem;
	}

}

@media screen and ( max-width: 559px ){

	.contact_banner {
		flex-wrap: wrap;
	}

	.contact_banner .image {
		max-width: 100%;
		margin-left: 0rem;
	}

	.contact_banner .text {
		width: 90%;
		margin-left: 3rem;
		margin-right: 3rem;
		margin-top: 3rem;
		margin-bottom: 4rem;
	}

	.contact_banner .title{
		margin-bottom: 3rem;
	}

	.contact_banner .title div {
		font-size: 3rem;
		text-align: center;
		margin-bottom: 2rem;
	}

	.contact_banner .title p {
		font-size: 1.6rem;
		text-align: center;
	}

	.contact_banner .tel {
		margin-left: auto;
		margin-right: auto;
	}

	.contact_banner .tel div {
		font-size: 3.2rem;
		margin-bottom: 1rem;
	}

	.contact_banner .tel p {
		font-size: 1.5rem;
		text-align: center;
	}

}

/*-------------------------------------------------*/

.follow_sp{
	display: none;
}

@media screen and ( max-width: 559px ){

	.follow_sp {
		display: flex /*!important*/;
		align-items: center;
		height: 6rem;
		margin: 0;
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #203e96;
		z-index: 10;
		
		transition: .5s;
		/* opacity: 0; */
		opacity: 1;
	}

	.follow_sp.active{
		opacity: 1;
	}

	.follow_sp li{
		margin-left: 1rem;
		width: 37%;
	}

	.follow_sp li.page_top_sp{
		min-width: 5rem;
		width: 15%;
	}

	.follow_sp li a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 4rem;
		background-image: linear-gradient(90deg, #f5a321, #f58f21);
		border-radius: 0rem;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		border-radius: 4rem;
	}

	.follow_sp li a span{
		font-size: 2rem;
		margin-right: 0.5rem;
	}

}

/*-------------------------------------------------*/

.sns_list{
	display: flex;
	flex-wrap: wrap;
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6rem;
}

.sns_list li{
	width: 50%;
}

.sns_list li .title{
	text-align: center;
	margin-bottom: 3rem;
}

.sns_list li .twitter-timeline{
	margin-left: auto;
	margin-right: auto;
}

.sns_list li.facebook{
	max-width: 50rem;
	width: 100%;
}

.sns_list li.instagram{
	width: 100%;
}

.sns_list li.line{
	width: 100%;
}

.sns_list li .title{
	font-family: 'Oswald', sans-serif;
	font-size: 4.5rem;
}

.sns_list li .title{
	font-family: 'Oswald', sans-serif;
	font-size: 4.5rem;
}

.sns_list li #twitter-widget-0{
	max-height: 520px;
}

.sns_list li .title i{
	font-size: 4rem;
	margin-right: 1rem;
}

.sns_list li .title i.fa-twitter-square{
	color: #3296d4;
}

.sns_list li .title i.fa-facebook-square{
	color: #2e6db5;
}

.sns_list li .title i.fa-instagram{
	color: #d83d67;
}

.sns_list li .title i.fa-line{
	color: #00b900;
}

.sns_list li .image{
	text-align: center;
}


@media screen and ( max-width:768px ){

	.top_access_contents .text{

	}

	.sns_list li{
		width: 100%;
	}

	.sns_list li.twitter{
		margin-bottom: 12rem;
	}

	.sns_list li.facebook {
		margin-left: auto;
		margin-right: auto;
	}

	.sns_list li .image{
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.sns_list li .image img{
		width: 100%;
		max-width: 50rem;
	}

}

@media screen and ( max-width:559px ){

	.sns_list{
		margin-bottom: 3rem;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.sns_list li{
		margin-bottom: 6rem;
	}

	.sns_list li.twitter{
		margin-bottom: 6rem;
	}

	.sns_list li:last-child{
		margin-bottom: 0;
	}

	.sns_list li .title {
		font-size: 3.5rem;
		margin-bottom: 1.5rem;
	}

	.sns_list li .image{
		max-width: 100%;
	}

	.fb_iframe_widget > span{
		width: 100% !important;
		max-width: 100%;
	}

	.fb_iframe_widget iframe {
		max-width: 100%;
	}

	.sns_list li #twitter-widget-0{
		max-height: 360px;
	}

	.sns_list li .twitter-timeline {
		width: 100%;
	}

	.fb_iframe_widget_fluid {
		display: block;
		overflow: hidden;
		height: 40rem;
	}

}

.instagram_box{
	border:none;
	overflow:hidden;
	max-width: 76.5rem;
	width: 100vw;
	max-height: 51rem;
	height: 51rem;
}

@media screen and ( max-width: 1024px ){

	.instagram_box {
		max-width: 40rem;
		max-height: 27rem;
	}

}

@media screen and ( max-width: 559px ){

	.instagram_box {
		max-width: 100%;
		max-height: 26rem;
	}

	.sns_list li.instagram {
		/* display: flex;
		flex-wrap: wrap;
		justify-content: center; */
	}

	#sb_instagram.sbi_mob_col_3 #sbi_images {
		padding: 0;
	}

}

.twitter-timeline{
	width: 430px;
	max-width: 100%;
	overflow-y: scroll;
	height: 50rem;
}

.sns_list li #twitter-widget-0 {
	max-height: none;
}

.fb_iframe_widget {
	display: block;
}

@media screen and ( max-width: 559px ){

	.twitter-timeline{
		height: 40rem;
	}

}

/*----------*/

.sns_banner{
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 6rem;
}

.sns_banner li{
	width: 25%;
}

.sns_banner li img{
	width: 100%;
}

@media screen and ( max-width: 559px ){

	.sns_banner{
		flex-wrap: wrap;
		width: 50vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1rem;
	}

	.sns_banner li{
		width: 100%;
		margin-bottom: 1rem;
	}

	.sns_banner li:last-child{
		margin-bottom: 0rem;
	}

}

/*-------------------------------------------------*/

/*-------------------------------------------------*/

/*-----------------------------------------------------------------------------*/
/*IEハック*/

_:-ms-lang(x)::-ms-backdrop, .top_detail_area .top_detail_list li h5{ padding-top: 1rem ; }
_:-ms-lang(x)::-ms-backdrop, .top_detail_area .top_detail_list li h5 span{ margin-top: -0.8rem ; }

_:-ms-lang(x)::-ms-backdrop, a.hony_bt{ padding-top: 0.5rem ; }
_:-ms-lang(x)::-ms-backdrop, a.hony_bt span{ margin-top: -1rem ; }

_:-ms-lang(x)::-ms-backdrop, .contact_banner .tel{ width: 29rem ; }

/*-----------------------------------------------------------------------------*/
/*Safariハック*/
_::-webkit-full-page-media, _:future, :root a.hony_bt span { top: 0.3rem ; }
