@charset "utf-8";

/**
共通
***************/
.content{
	width: 100%;
}
.content02{
	width: 100%;
	background: #eaeaea;
	padding: 5px 0;
}
/**
メインビジュアル
***************/
#mainVisual{
	background: url(../img/main_img.png) center center no-repeat #111111;
	width: 100%;
	height: 487px;
	background-size: cover;
	position: relative;
}

/**
FlOOR
***************/
#floor{
	width: 1200px;
	margin: 0 auto;
}
#floortitle,#floorscreen{
	text-align: center;
}
#floortitle{
	margin: 88px 0 36px;
}
#floorscreen{
	margin-bottom: 25px;
}
#floormap{
	letter-spacing: -.4em;
}
#floormap li{
	width: 558px;
	display: inline-block;
    letter-spacing: normal;
	vertical-align: top;
}
#floormap li:nth-child(1){
	margin-right: 84px;
}
#pointbox{
	letter-spacing: -.4em;
}
#pointbox > div{
	width: 386px;
	margin: 19px 21px 0 0;
	display: inline-block;
    letter-spacing: normal;
	vertical-align: top;
}
#pointbox > div:last-child{
	margin-right: 0;
}
#pointbox > div > p:nth-child(1){
	margin-bottom: 15px;
}
#pointbox > div > p:nth-child(2){
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 150%;
}
#floor h2{
	font-size:22px;
	line-height:1.7;
	margin: 73px 0 0;
	text-align: center;
	width: 100%;
}
#foolesubtitle{
	font-size:13px;
	color:#9e9e9e;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
	margin: 10px 0 30px;
}
#layout{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 1200px;
	margin: 0 auto 118px;
}
#layout li{
	width: 590px;
	text-align: center;
	margin-bottom: 18px;
	border: 1px solid #b69e60;
	box-sizing: border-box;
	padding: 33px 0;
	background: url(../img/kado_01.png) top 5px left 5px no-repeat,url(../img/kado_02.png) top 5px right 5px no-repeat,url(../img/kado_03.png) bottom 5px left 5px no-repeat,url(../img/kado_04.png) bottom 5px  right 5px no-repeat;
}
#layout li:nth-child(odd){
	margin-right: 20px;
}
#layout li p:nth-child(1){
	font-size: 18px;
	color: #b69e60;
	margin-bottom: 18px;
}
#layout li p:nth-child(2){
	font-size: 16px;
	color: #000;
	line-height: 150%;
}

/**/
#floorinfo {
	margin: 50px auto;
}
.section-floor {
	padding-top: 50px;
	border-top: solid 1px #edecec;
}
.section-floor:nth-child(odd){
	border-top: solid 1px #edecec;
	background-color: #f2f2f2;
}
.section-floor:nth-of-type(1){
	border-top: none;
	padding-top: 0;
}

.floorarticle {
	padding-bottom: 50px;
}
.section-floor .floorarticle:nth-of-type(1) {
	padding-bottom: 20px;
}
.floorarticle.columdiv2 > .colum {
	padding-bottom: 0;
}
.section-floor h2 {
	text-align: center;
	font-size: 22px;
	line-height: 1em;
	font-weight: normal;
	color: #939393;
	margin-bottom: 1em;
}
.section-floor h2 > b {
	font-size: 50px;
	line-height: 1em;
	display: block;
	color: #000;
	margin-top: 0.02em;
}
.section-floor h3 {
	margin-bottom: 1em;
	font-size: 24px;
	font-weight: normal;
	color: #ae9971;
}
.section-floor h3 i {
	color: #6f6248;
	font-style: normal;
	font-size: 40px;
	font-weight: bold;
	margin-left: 0.1em;
	margin-right: 0.2em;
}
.section-floor h3 b {
	color: #5c472d;
	font-weight: normal;
	font-size: 23px;
}
.section-floor figure {
	display: block;
}
.section-floor img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	#floorinfo {
		min-height: calc(100vh - 430px);
	}
}
@media screen and (max-width: 768px) {
	#floorinfo {
		margin: 0 0 0;
		padding-top: 15%;
	}
	.section-floor {
		padding-top: 1em;
		padding-bottom: 1em;
		border-top: solid 1px #edecec;
	}
	.section-floor .imflex {
		text-align: center;
	}
	.floorarticle {
		padding: 0 3% !important;
		margin-bottom: 0;
	}
	.section-floor h3 b {
		font-size: 3.5vw;
	}
}

/**
gallery
***************/
#gallery{
	width: 1200px;
	margin: 0 auto;
}
#gallery ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#gallery li{
	width: 285px;
	margin-right: 20px;
	margin-bottom: 21px;
}
#gallery li:nth-child(4n){
	margin-right: 0;
}

@media screen and (max-width:768px) { 
	#floor,#gallery,#partystyle{
		width:96%;
		margin:2%;
	}
	#floortitle{
   	 	margin: 0 auto 3%;
	}
	#floormap {
		letter-spacing:normal;
	}
	#floorscreen{
		width: 50%;
   	 	margin: 0 auto 3%;
	}
	#floormap li {
		width:98%;
		display:block;
		letter-spacing: normal;
		margin:1%;
	}
	#pointbox > div{
		width:96%;
		margin:2%;
	}
	#pointbox > div:nth-child(1) > p:nth-child(1) {
		width: 75%;
	}
	#pointbox > div:nth-child(2) > p:nth-child(1) {
		width: 50%;
	}
	#pointbox > div:nth-child(3) > p:nth-child(1) {
		width: 30%;
	}

	div#pointbox p.bottom_sp1{
    	margin-bottom: 10px;
    }
    div#pointbox p.bottom_sp2{
    	margin-bottom: 10px;
    }
    div#pointbox p.bottom_sp3{
    	margin-bottom: 20px;
    }

	#floor h2 {
    	margin: 5% 0;
	}
	#layout{
		width:98%;
		margin:1%;
	}
	#layout li{
		width:100%;
		margin:0 0 5%;
	}
	#layout li:nth-child(odd){
		margin-right: 0;
	}
	#gallery h2 {
		margin: 0 auto 5%;
    	width: 70%;
	}
	#partystyle h2{
		margin: 0 auto 5%;
    	width: 50%;
	}
	#gallery li {
		width: 31%;
		margin: 1%;
	}
}

@media screen and (min-width:350px) and ( max-width:400px) {
    /*　画面サイズが350pxから400pxまではここを読み込む　*/

    div#pointbox p.bottom_sp1{
    	margin-bottom: -10px;
    }
    div#pointbox p.bottom_sp2{
    	margin-bottom: 0px;
    }
        div#pointbox p.bottom_sp3{
    	margin-bottom: 20px;
    }
}

}
@media screen and (min-width:414px) and ( max-width:450px) {
    /*　画面サイズが414pxから450pxまではここを読み込む　*/
    div#pointbox p.bottom_sp1{
    	margin-bottom: 20px;
    }
    div#pointbox p.bottom_sp2{
    	margin-bottom: 20px;
    }
}

/*updated: 20250401*/
@media screen and (min-width: 768px) {
	#floorinfo .section-floor:first-of-type .columdiv2:first-of-type > .colum:nth-of-type(1),
	#floorinfo .section-floor:first-of-type .columdiv2:first-of-type > .colum:nth-of-type(2){
		width: 25%;
		padding-right: 25px;
	}
}