@charset "utf-8";

/**
 *
 * 固定ページ
 *
 */
/* editor */
#fix_page {
	position: relative;
	padding-top: 5px;
	margin-bottom: 35px;
}
#fix_page p {
	margin-bottom: 1em;
    line-height: 1.5em;
}
#fix_page strong { font-weight: bold; }
#fix_page em { font-style: italic; }
#fix_page blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* img */

#fix_page .aligncenter {
    display: block;
    margin: 0 auto;
}
#fix_page .alignright { float: right; margin-left: 10px; }
#fix_page .alignleft { float: left; margin-right: 10px; }

#fix_page img[class*="wp-image-"],
#fix_page img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

/* clearfix */

/*#fix_page .clearfix {
    overflow: hidden;
    zoom: 1;
}*/
#fix_page .clearfix:after {
    clear: both;
    content: "";
    display: block;
}

small {
	font-size: 0.7em;
}
#contentContainer ol li {
	list-style-type: decimal;
}

/*===============================================
●page.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　;
}

.page-header {
	position: relative;
	overflow: hidden;

}
/*
.page-header:before {
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 400px;
	z-index: 5;
}
*/
.page-header-inner:before {
	content: "";
	display: block;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	visibility: visible;
/*
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 400px;
	visibility: visible;
	z-index: 5;
*/
}
.page-header-inner:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	opacity: 0.7;
	visibility: visible;
	z-index: 5;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.page-header .page-header-inner {

	margin: 0 auto;
	height: 600px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.page-header-title {
	letter-spacing: 2px;
	font-size: 46px;
	color: white;
	text-align: center;
	line-height: 1.6em;
	text-shadow: 0px 0px 5px #5b4441;
	margin: 0;
	z-index: 3;
	width: 90%;
	margin: 0 auto;
	padding-top: 200px;
	font-weight: normal;
}
.page-header-title small {
	display: block;
	text-align: center;
	text-shadow: 0px 0px 5px #5b4441;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	color: white;
}
.page-bottom {
	left: 50%;
	bottom: -36px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(-50%, -0%);
	position: absolute;
}


#fix_page {
	position: relative;
	color: black;

	margin: 40px auto;
	font-size: 16px;

}
#fix_page #bread + h2 {
	margin-top: 0;
}

.roomBox p {
	margin: 0px !important;
}

.iframe-schedule {
	width: 700px;
	height: 600px;
	margin-bottom: 50px;
}
#contentContainer .list-guide {
	list-style-image: none !important;
	margin: 30px auto 30px !important;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}
.list-guide > li {
	
	/* margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px; */
}
/* .list-guide > li:nth-child(1), .list-guide > li:nth-child(5), .list-guide > li:nth-child(9), .list-guide > li:nth-child(13) {
	margin-left: 0px;
}
.list-guide > li:nth-child(4), .list-guide > li:nth-child(8), .list-guide > li:nth-child(12), .list-guide > li:nth-child(16) {
	margin-right: 0px;
} */
.guide {
	position: relative;
	width: 230px;
	height: 250px;
	background: #F0EBE6 url(/img/bg-guide.png) center 2px no-repeat;
	box-shadow: 0px 0px 1px gray;
	border-radius: 5px;
}
.guide .guide-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100% !important;
	z-index: 5;
	background: none !important;
	padding: 0px !important;
}
.guide .guide-link:after {
	content: none !important;
}
.guide .guide-title {
	font-size: 24px;
	text-align: center;
	padding: 20px 0 25px;
}
.guide .guide-pic {
	text-align: center;
	overflow: hidden;
	margin: 0 10px;
}
.guide .guide-link:hover .guide-pic img {
	transform: scale(1.2);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.guide .guide-text {
	font-size: 16px;
	padding: 0 10px;
	color: black;
	text-decoration: underline;
}


}


/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　;
}

.page-header {

	position: relative;

	overflow: hidden;

}
.page-header-inner:before {
	content: "";
	display: block;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;

	visibility: visible;
/*
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 400px;
	visibility: visible;
	z-index: 5;
*/
}
.page-header-inner:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;

	opacity: 0.7;
	visibility: visible;
	z-index: 5;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	
}
.page-header .page-header-inner {


	overflow: hidden;
	position: relative;
}
.page-header-title {
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 5px #5b4441;	font-weight: normal;
	padding: 125px 15px 65px;
	position: relative;
	z-index: 3;
	line-height: 1.8em;
	font-weight: normal;
}
.page-header-title small {
	display: block;
	text-align: center;
	text-shadow: 0px 0px 5px #5b4441;	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	color: #fff;
}
.page-bottom {
	left: 50%;
	bottom: -36px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(-50%, -0%);
	position: absolute;
}


#fix_page {
	position: relative;
	color: black;

	margin: 40px auto;
	font-size: 16px;

}
#fix_page #bread + h2 {
	margin-top: 0;
}

.roomBox p {
	margin: 0px !important;
}

.iframe-schedule {
	width: 700px;
	height: 600px;
	margin-bottom: 50px;
}


#fix_page {
	position: relative;
	color: black;

	margin: 20px 10px;
	font-size: 16px;

}

.roomBox p {
	margin: 0px !important;
}



.map {
	width: 100%;
	height: 250px;
}
form#mailformpro dl dt {
	float: none !important;
	width: auto !important;
	text-align: left !important;
	background-color: #F6F7F9 !important;
	font-weight: bold;
	padding-left: 10px !important;
}
form#mailformpro dl dd {
	padding: 10px !important;
	background: white !important;
}
.must {
	margin-top: -5px !important;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
	max-width: 90% !important;
}
.mfp_element_textarea {
	width: 90% !important;
}

form#mailformpro label {
	white-space: normal !important;
}

.pics-3-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pics-3-2 img {
	width: 33%;
}



.pics-3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pics-3 img {
	width: 40%;
}
.pics-3 img:nth-child(2) {
	width: 10%;
}

.pics-3-3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pics-3-3 img {
	width: 40%;
}
.pics-3-3 img:nth-child(1) {
	width: 10%;
}

.pics-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pics-2 img {
	width: 40%;
}

.movie {
	width: 100% !important;
	height: 250px !important;
}

#contentContainer .list-guide {
	list-style-image: none !important;
	margin: 0px auto 30px !important;
}
.list-guide > li {
	float: left;
	width: 50%;
	margin-bottom: 40px;
}
.guide {
	position: relative;
	margin: 0 5px;
	height: 200px;
	background: #F0EBE6 url(/img/bg-guide.png) center 2px no-repeat;
	box-shadow: 0px 0px 1px gray;
	border-radius: 5px;
}
.guide .guide-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100% !important;
	z-index: 5;
	background: none !important;
	padding: 0px !important;
}
.guide .guide-link:after {
	content: none !important;
}
.guide .guide-title {
	font-size: 18px;
	text-align: center;
	padding: 20px 0 20px;
}
@media screen and (max-width:320px){
	.guide .guide-title {
		font-size: 14px;
		padding-bottom: 15px;
	}
	.guide .guide-text {
		font-size: 10px !important;
		padding: 0px 5px !important;
	}
}
.guide .guide-pic {
	text-align: center;
	overflow: hidden;
	margin: 0 10px;
}
.guide .guide-link:hover .guide-pic img {
	transform: scale(1.2);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.guide .guide-text {
	font-size: 12px !important;
	padding: 0 5px;
	color: black;
	text-decoration: underline;
}


}