@charset "utf-8";

/**
 *
 * 固定ページ
 *
 */
/* editor */
#fix_page {
	position: relative;
	padding-top: 5px;
	margin-bottom: 35px;
}
#fix_page p {

    line-height: 1.8em;
}
#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: 40px;
    -webkit-margin-end: 40px;
}

/* 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 {
	overflow: hidden;
	position: relative;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(212,210,186,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(212,210,186,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(212,210,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d2ba',GradientType=0 );

	height: 180px;
	z-index: 20;
	border-bottom: 1px solid white;
	box-shadow: 0px 0px 20px rgba(217,213,193,1);

}

.page-header-inner {
	height: 180px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 1110px;
	background: url(/img/bg-page-header.png) right top no-repeat;
}
.page-header-en .page-header-inner {
	background: url(/img/bg-page-header-en.png) right top no-repeat;	
}

.page-header-title {
	font-size: 36px;
	line-height: 1.2em;
	color: #0A8982;
	text-align: left;
	width: 990px;
	font-weight: normal;
	left: 50%;
	top: 50%;
	/* width: 100%; */
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	text-shadow: white 2px 0px 2px, white -2px 0px 2px,
    white 0px -2px 2px, white -2px 0px 2px,
    white 2px 2px 2px, white -2px 2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px 2px 2px, white -1px 2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px 1px 2px, white -2px 1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
}
.page-header-title small {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	color: #0A8982;
	margin-top: 10px;
	text-shadow: white 2px 0px 2px, white -2px 0px 2px,
    white 0px -2px 2px, white -2px 0px 2px,
    white 2px 2px 2px, white -2px 2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px 2px 2px, white -1px 2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px 1px 2px, white -2px 1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
}


#fix_page {
	position: relative;
	color: black;


}

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

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



}


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

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

#fix_page .alignleft, #fix_page .alignright {
	float: none !important;
	display: block;
	margin: 10px auto !important;
}	

.page-header {
	overflow: hidden;
	position: relative;
	background: #EFEEE7;
	margin-bottom: 20px;
	z-index: 20;
	border-bottom: 1px solid white;
	box-shadow: 0px 0px 20px rgba(217,213,193,1);

}

.page-header-inner {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: url(/img/bg-page-header.png) right top no-repeat;
	background-size: auto 100%;
	padding: 15px;	
}
.page-header-en .page-header-inner {
	background: url(/img/bg-page-header-en.png) right top no-repeat;	
	background-size: auto 100%;	
}
.page-header-title {
	font-size: 20px;
	line-height: 1.2em;
	color: #0A8982;
	text-align: left;
	padding-top: 30px;
	font-weight: normal;
	text-shadow: white 2px 0px 2px, white -2px 0px 2px,
    white 0px -2px 2px, white -2px 0px 2px,
    white 2px 2px 2px, white -2px 2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px 2px 2px, white -1px 2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px 1px 2px, white -2px 1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
}
.page-header-title small {
	display: none;
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	color: #0A8982;
	margin-top: 10px;
	text-shadow: white 2px 0px 2px, white -2px 0px 2px,
    white 0px -2px 2px, white -2px 0px 2px,
    white 2px 2px 2px, white -2px 2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px 2px 2px, white -1px 2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px 1px 2px, white -2px 1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
}


#fix_page {
	position: relative;
	color: black;
	padding: 0 10px;


}

.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;
}

}