@charset "utf-8";




/*---------------------------------------------------------
	
	    ビジュアル＆コンテンツ
	
---------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#index_top {
		margin: 0 0;
		padding: 0;
		position: relative;
	}
	#index_top .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	#index_top .grandopen {
		position: absolute;
		left: 50%;
		top: 45%;
		z-index: 5000;
		width: 60%;
		margin-left: -30%;
		font-size: 3.6em;
		color: #FFF;
		
	}
}

@media screen and (min-width: 768px) {
	#index_top {
		width: 100%;
		margin: 0 0 0;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	#index_top .grandopen {
		position: absolute;
		left: 0;
		top: 42%;
		z-index: 5000;
		font-size: 80px;
		color: #FFF;
		text-align: center;
		width: 100%;
		line-height: 1.4;
	}

}



/*=============================================
	
	メッセージ
	
==============================================*/
.message_wrap {
	padding: 3em 0;
}
.message_wrap .news_text {
	padding: 1.5em;
	text-align: center;
	background: #F9F9F9;
	margin-bottom: 2em;
}
.message_wrap h2 {
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 1.6;
	padding: 1em 0;
	border-bottom: 2px solid #E94035;
	border-top: 2px solid #E94035;
	margin-bottom: 1.5em;
	text-align: center;
}
.message_wrap h2 span {
	background-color: #E94035;
	color: #FFF;
	display: table;
	margin: 1em auto 0;
	padding: 0.6em 0.6em;
	text-align: center;
	font-size: 0.8em;
}
.message_wrap h3 {
	font-size: 2em;
	font-weight: bolder;
	margin-bottom: 0.8em;
	line-height: 0.9;
}
.message_wrap h3 strong {
	line-height: 1.6;
}
.message_wrap h3 span {
	font-size: 0.6em;
}
.message_wrap .text p {
	font-size: 1em;
}

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

}
@media print, screen and (min-width: 769px) {
	.message_wrap {
		padding: 80px 0;
	}
	.message_wrap h2 {
		font-size: 24px;
		padding: 15px 0;
		margin-bottom: 35px;
		text-align: center;
	}
	.message_wrap h2 span {
		margin: 15px auto 15px;
		padding: 12px 8px;
		font-size: 15px;
		line-height: 1.2;
	}
	.message_wrap h3 {
		font-size: 28px;
		margin-bottom: 0;
		line-height: 0.9;
		text-align: center;
	}
	.message_wrap h3 strong {
		line-height: 1.5;
	}
	.message_wrap h3 span {
		font-size: 13px;
	}
	.message_wrap .text p {
		font-size: 1.1em;
	}
	.message_wrap .two_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 880px;
		margin: 0 auto;
	}
	.message_wrap .two_wrap .title {
		width: 30%;
	}
	.message_wrap .two_wrap .text {
		width: 60%;
	}
}

/*=============================================
	
	スペース
	
==============================================*/
.space_wrap {
	padding: 2em 0 3em;
	background: #F9F9F9;
}
.space_wrap .co_title {
	color: #EFEFEF;
	text-align: center;
	font-size: 3.5em;
	line-height: 1;
	margin-bottom: 0.6em;
}
.space_wrap h3 {
	text-align: center;
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1.6;
	margin-bottom: 0.8em;
}
.space_wrap .two_wrap {
	margin-bottom: 2em;
}
.space_wrap .two_wrap .img {
	margin-bottom: 1.5em;
}
.space_wrap .two_wrap .text_wrap {
	width: 90%;
	margin: 0 auto;
}
.space_wrap .onepic {
	margin-bottom: 1em;
}
.space_wrap .three_img {
	margin-bottom: 1em;
}
.space_wrap .three_img div {
	margin-bottom: 1em;
}
.space_wrap .body {
	font-size: 0.9em;
	width: 90%;
	margin: 0 auto;
}

.space_wrap .two_img {
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.space_wrap .two_img div {
	width: 49%;
	margin-bottom: 1em;
}

/** フロアレイアウト **/
.space_wrap .floor_wrap {
	border-top: 2px solid #E94035;
	padding: 2em 0;
}
.space_wrap .floor_wrap:last-of-type {
	padding: 2em 0 0;
}
.space_wrap .floor_wrap > .title {
	font-size: 2em;
	margin-bottom: 0.5em;
	line-height: 1;
	font-weight: 600;
}
.space_wrap .floor_wrap > .lead {
	font-size: 0.9em;
	margin-bottom: 1em;
	line-height: 1.6;
	font-weight: 600;
}
.space_wrap .floor_wrap .img_wrap {

}
.space_wrap .floor_wrap .img_wrap .img_main {

}
.space_wrap .floor_wrap .img_wrap .img_sub {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.space_wrap .floor_wrap .img_wrap .img {
	margin-bottom: 1em;
	width: 100%;
}
.space_wrap .floor_wrap .img_wrap .img_sub .img {
	width: 48%;
}

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

}
@media print, screen and (min-width: 769px) {
	.space_wrap {
		padding: 30px 0 50px;
	}
	.space_wrap .co_title {
		font-size: 80px;
		margin-bottom: 30px;
	}
	.space_wrap h3 {
		font-size: 28px;
		margin-bottom: 50px;
	}
	.space_wrap .two_wrap {
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
	}
	.space_wrap .two_wrap .img {
		margin-bottom: 0;
		width: 570px;
	}
	.space_wrap .two_wrap .text_wrap {
		width: 310px;
		margin: 0;
	}
	.space_wrap .onepic {
		margin: 0 auto 30px;
		
	}
	.space_wrap .three_img {
		margin-bottom: 30px;
		display: flex;
		justify-content: center;
	}
	.space_wrap .three_img div {
		margin-bottom: 0;
		width: 33%;
	}
	.space_wrap .body {
		font-size: 12px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	
	.space_wrap .two_img {
	}
	.space_wrap .two_img div {
	}

	/** フロアレイアウト **/
	.space_wrap .floor_wrap {
		padding: 50px 0;
	}
	.space_wrap .floor_wrap:last-of-type {
		padding: 50px 0 0;
	}
	.space_wrap .floor_wrap > .title {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.space_wrap .floor_wrap > .lead {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.space_wrap .floor_wrap .img_wrap {
		display: flex;
		justify-content: space-between;
	}
	.space_wrap .floor_wrap .img_wrap .img_main {
		width: 49%;
	}
	.space_wrap .floor_wrap .img_wrap .img_sub {
		width: 49%;
	}
	.space_wrap .floor_wrap .img_wrap .img {
		margin-bottom: 15px;
		width: 100%;
	}
	.space_wrap .floor_wrap .img_wrap .img_sub .img {
		width: 48%;
	}


}

/*=============================================
	
	スペース
	
==============================================*/
.menu_wrap {
	padding: 2em 0 3em;
	background: #FCFCFC;
}
.menu_wrap .co_title {
	color: #EFEFEF;
	text-align: center;
	font-size: 3.5em;
	line-height: 1;
	margin-bottom: 0.6em;
}
.menu_wrap h3 {
	text-align: center;
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1.6;
	margin-bottom: 0.2em;
}
.menu_wrap .body {
	font-size: 0.9em;
	margin: 0 auto 3em;
}
.menu_wrap .menu_detail {
	padding: 1em 0;
}
.menu_wrap .menu_detail:last-of-type {
	border-bottom: none;
}
.menu_wrap .menu_detail h4 {
	font-size: 1.3em;
	text-decoration: underline;
}
.menu_wrap .menu_detail .detail {
	font-size: 0.9em;
}
.menu_wrap .menu_detail .cap{
	font-size: 0.7em;
	color: #999;
	line-height: 1.4em;
	padding: 1em 0 0;
}

.menu_wrap .menu_pic {
	padding: 1.5em 0 0;
}
.menu_wrap .menu_pic li {
	width: 90%;
	margin: 0 auto 1.5em;
}

.menu_wrap .menu_pic.onlypic {
	padding: 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu_wrap .menu_pic.onlypic li {
	width: 49%;
	margin: 0 0 0.5em;
}
.menu_wrap .menu_pic.onlypic li.large {
	width: 100%;
	margin: 0 0 0.5em;
}


.menu_wrap .menu_text {
	margin-bottom: 2em;
}
.menu_wrap .menu_text div {
	padding: 1em 0;
}
.menu_wrap .menu_text div .pic {
	width: 90%;
	margin: 0 auto;
	padding: 1em 0 0;
}

.menu_wrap .btn_menu {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	font-size: 0.9em;
}
.menu_wrap .btn_menu a {
	display: block;
	background-color: #E94035;
	color: #FFF;
	padding: 1em 0;
	margin-bottom: 1em;
	font-weight: bolder;
}
@media print, screen and (min-width: 769px) {
	.menu_wrap {
		padding: 30px 0 50px;
	}
	.menu_wrap .co_title {
		font-size: 80px;
		margin-bottom: 30px;
	}
	.menu_wrap h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.menu_wrap .body {
		font-size: 12px;
		width: 720px;
		margin: 0 auto 40px;
		text-align: center;
	}

	.menu_wrap .menu_detail {
		padding: 30px 0;
	}
	.menu_wrap .menu_detail h4 {
		font-size: 20px;
	}
	.menu_wrap .menu_detail .detail {
		font-size: 11px;
	}
	.menu_wrap .menu_detail .cap{
		font-size: 0.7em;
		color: #999;
		line-height: 1.4em;
		padding: 10px 0 0;
	}
	.menu_wrap .menu_pic {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px 0 0;
	}
	.menu_wrap .menu_pic li {
		width: 33%;
		margin-bottom: 0;
	}
	.menu_wrap .menu_pic.onlypic {
		padding: 0 0 0;
	}
	.menu_wrap .menu_pic.onlypic li {
		width: 33%;
		margin: 0 0 5px;
	}
	.menu_wrap .menu_pic.onlypic li.large {
		width: 100%;
		margin: 0 0 5px;
	}

	
	.menu_wrap .menu_text {
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.menu_wrap .menu_text div {
		width: 48%;
	}
	.menu_wrap .menu_text div .pic {
		width: 100%;
		padding: 20px 0 0;
	}


	.menu_wrap .btn_menu {
		font-size: 14px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.menu_wrap .btn_menu div {
		width: 48%;
		margin: 0 1%;
	}
	.menu_wrap .btn_menu a {
		padding: 13px 0;
		margin-bottom: 10px;
	}

}

/*=============================================
	
	Gallery
	
==============================================*/
.gallery_wrap {
	padding: 2em 0 3em;
	background: #CCC;
}
.gallery_wrap .co_title {
	color: #EFEFEF;
	text-align: center;
	font-size: 2.8em;
	line-height: 1;
	margin-bottom: 0.8em;
}
.gallery_wrap ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.gallery_wrap ul li {
	width: 24%;
	padding: 0 0.5%;
	margin: 0 0 0.3em;
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.gallery_wrap {
		padding: 30px 0 50px;
	}
	.gallery_wrap .co_title {
		font-size: 80px;
		margin-bottom: 50px;
	}
	.gallery_wrap ul {
		justify-content: flex-start;
	}
	.gallery_wrap ul li {
		width: 110px;
		padding: 0 5px;
		margin: 0 0 10px;
	}

}


/*=============================================
	
	INFORMATION
	
==============================================*/
.information_wrap {
	padding: 2em 0 3em;
}
.information_wrap .co_title {
	color: #EFEFEF;
	text-align: center;
	font-size: 2.8em;
	line-height: 1;
	margin-bottom: 1.5em;
}
.information_wrap .body .attention {
	font-size: 0.8em;
}

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

}
@media print, screen and (min-width: 769px) {
	.information_wrap {
		padding: 30px 0 50px;
	}
	.information_wrap .co_title {
		font-size: 80px;
		margin-bottom: 80px;
	}
	.information_wrap .body {
		text-align: center;
	}
	.information_wrap .body .attention {
		font-size: 12px;
	}
}


/*=============================================
	
	ACCESS
	
==============================================*/
.access_wrap {
	padding: 2em 0 3em;
	background: #E94035;
}
.access_wrap .co_title {
	color: #e88680;
	text-align: center;
	font-size: 3.5em;
	line-height: 1;
	margin-bottom: 0.8em;
}
.access_wrap .body {
	color: #FFF;
	margin-bottom: 2em;
}
.access_wrap .body a {
	color: #FFF;
}
.access_wrap .googlemap {
	margin-bottom: 2em;
}
.access_wrap .googlemap iframe {
	min-height: 300px;
}
.access_wrap .way {
	background: #FFF;
	padding: 1.5em;
}
.access_wrap .way > div {
	margin-bottom: 2em;
}
.access_wrap .way > div:last-of-type {
	margin-bottom: 0;
}
.access_wrap .way h4 {
	background: #E94035;
	color: #FFF;
	display: inline-block;
	padding: 0.6em 1.2em;
	line-height: 1;
	margin-bottom: 0.8em;
}
.access_wrap .way p {
	color: #E94035;
	font-size: 0.9em;
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.access_wrap {
		padding: 30px 0 50px;
	}
	.access_wrap .co_title {
		font-size: 80px;
		margin-bottom: 80px;
	}
	.access_wrap .body {
		margin-bottom: 30px;
		text-align: center;
	}
	.access_wrap .googlemap {
		margin-bottom: 20px;
	}
	.access_wrap .googlemap iframe {
		min-height: 400px;
	}
	.access_wrap .way {
		padding: 30px;
	}
	.access_wrap .way > div {
		margin-bottom: 30px;
	}
	.access_wrap .way h4 {
		padding: 8px 18px;
		margin-bottom: 10px;
	}
	.access_wrap .way p {
		font-size: 12px;
	}
}


/*=============================================
	
	スペース
	
==============================================*/
.concept_wrap {
	padding: 2em 0 3em;
}
.concept_wrap .co_title {
	color: #EFEFEF;
	text-align: center;
	font-size: 3.5em;
	line-height: 1;
	margin-bottom: 0.6em;
}
.concept_wrap h3 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
	line-height: 1.6;
	margin-bottom: 0.8em;
}
.concept_wrap .two_img {
	margin-bottom: 2em;
}
.concept_wrap .two_img div {
	margin-bottom: 1em;
}
.concept_wrap .body {
	font-size: 0.9em;
	width: 90%;
	margin: 0 auto 3em;
}
.concept_wrap .body a {
	text-decoration: underline;
}

.concept_wrap .intro_mori {
	padding: 2em;
	background: #F9F9F9;
}
.concept_wrap .intro_mori h3 {
	text-align: left;
	font-size: 1.2em;
}
.concept_wrap .intro_mori .img {
	margin-bottom: 1.5em;
}
.concept_wrap .intro_mori .text a {
	text-decoration: underline;
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.concept_wrap {
		padding: 30px 0 50px;
	}
	.concept_wrap .co_title {
		font-size: 80px;
		margin-bottom: 30px;
	}
	.concept_wrap h3 {
		font-size: 28px;
		margin-bottom: 50px;
	}
	.concept_wrap .two_img {
		margin-bottom: 30px;
		display: flex;
		justify-content: center;
	}
	.concept_wrap .two_img div {
		margin-bottom: 0;
		width: 50%;
	}
	.concept_wrap .body {
		font-size: 13px;
		width: 90%;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 50px;
	}

	.concept_wrap .intro_mori {
		padding: 30px;
	}
	.concept_wrap .intro_mori h3 {
		text-align: center;
		font-size: 20px;
		margin-bottom: 38px;
	}
	.concept_wrap .intro_mori .two_wrap {
		display: flex;
		justify-content: space-between;
	}
	.concept_wrap .intro_mori .img {
		width: 280px;
		margin-bottom: 0;
	}
	.concept_wrap .intro_mori .text {
		width: 580px;
		margin-bottom: 0;
	}
	.concept_wrap .intro_mori .text a {
		text-decoration: underline;
	}

}

/*=============================================
	
	ふわっと表示
	
==============================================*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
