@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;
}
.page-header {

	position: relative;
	overflow: hidden;
	height: 355px;
}
.page-header:before {
	content: "";
	background: #efeff3;
	width: 100%;
	height: 315px;
	position: absolute;
	left: 0;
	top: 0;
	
}
.page-header .page-header-pic {
	position: absolute;
	width: 1169px;
	height: 322px;
	border-bottom: 8px solid #ec8615;
	box-sizing: border-box;
	left: 160px;
	top: 0px;
}
.page-header .page-header-pic:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	visibility: visible;
}
.page-header .page-header-inner {
	height: 315px;
	margin: 30px auto 0;
	width: 1085px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;

}
.page-header-title {
	font-size: 16px;
	line-height: 1.2em;
	color: #0068b7;
	font-weight: bold;
	left: 50%;
	top: 50%;
	text-align: left;	
	z-index: 3;
	padding-left: 5px;
}
.page-header .en {
	display: block;
	text-align: left;
	font-size: 75px;
	line-height: 1.2em;
	font-weight: bold;
	color: #0068b7;
	position: relative;
}

#fix_page {
	position: relative;
	color: black;
	width: 1080px;
	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;
}

/*
HOME
*/
.page-home-header {
	background: url(/img/bg-page-home-header.jpg) center center repeat-x;
	height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-home-header .page-home-header-title {
	text-align: center;
	color: white;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 25px;
}
.page-home-header p {
	text-align: center;
	color: white;
	font-size: 14px;
}
.page-home-text {
	padding: 75px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #efeff3;
}
.page-home-text p {
	text-align: center;
	color: #2c3a44;
	margin-bottom: 30px;
	font-size: 15px;
}
.page-home-text p strong {
	font-weight: bold;
	color: #2c3a44;
}
.page-home-text p:last-child {
	margin-bottom: 0;
}
.page-home-btns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 80px 0;	
}
.page-home-btns .page-home-btn-yes {
	width: 340px;
	margin: 0 30px;
}
.page-home-btns .page-home-btn-yes a {
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #ec8615 !important;
	text-align: center;
	border: 2px solid #ec8615;
	line-height: 96px;
}
.page-home-btns .page-home-btn-yes a:hover {
	background: #ec8615;
	color: white !important;
	text-decoration: none;
}

.page-home-btns .page-home-btn-no {
	width: 340px;
	margin: 0 30px;
}
.page-home-btns .page-home-btn-no a {
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #0068b7 !important;
	text-align: center;
	border: 2px solid #0068b7;
	line-height: 96px;
}
.page-home-btns .page-home-btn-no a:hover {
	background: #0068b7;
	color: white !important;
	text-decoration: none;
}
.page-home-btns a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;	
}



}


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

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


.page-header {

	position: relative;
	overflow: hidden;
	height: 255px;
}
.page-header:before {
	content: "";
	background: #efeff3;
	width: 100%;
	height: 215px;
	position: absolute;
	left: 0;
	top: 0;
	
}
.page-header .page-header-pic {
	position: absolute;
	width: 100%;
	height: 215px;
	border-bottom: 8px solid #ec8615;
	box-sizing: border-box;
	left: 0%;
	top: 0px;
}
.page-header .page-header-pic:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	visibility: visible;
}
.page-header .page-header-inner {
	height: 215px;
	margin: 30px auto 0;

	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 0 15px;
}
.page-header-title {
	font-size: 16px;
	line-height: 1.2em;
	color: #0068b7;
	font-weight: normal;
	position: relative;
	text-align: left;
	
	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 .en {
	display: block;
	text-align: left;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: bold;
	color: #0068b7;
	position: relative;
	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;

	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: 0px 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 .contact-tel a {
	padding: 0;
	background: none;
}

/*
HOME
*/
.page-home-header {
	background: url(/img/bg-page-home-header.jpg) center center repeat-x;
	padding: 90px 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-home-header .page-home-header-title {
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: 400;

	line-height: 1.8em;
}
.page-home-header p {
	text-align: center;
	color: white;
	font-size: 14px;
}
.page-home-text {
	padding: 50px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #efeff3;
}
.page-home-text p {
	text-align: left;
	color: #2c3a44;
	margin-bottom: 30px;
	font-size: 15px;
}
.page-home-text p strong {
	font-weight: bold;
	color: #2c3a44;
	display: block;
	text-align: center;
}
.page-home-text p:last-child {
	margin-bottom: 0;
}
.page-home-btns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 20px 0;	
}
.page-home-btns .page-home-btn-yes {
	width: 340px;
	margin: 0 5px;
}
.page-home-btns .page-home-btn-yes a {
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #ec8615 !important;
	text-align: center;
	border: 2px solid #ec8615;
	line-height: 96px;
}
.page-home-btns .page-home-btn-yes a:hover {
	background: #ec8615;
	color: white !important;
	text-decoration: none;
}

.page-home-btns .page-home-btn-no {
	width: 340px;
	margin: 0 5px;
}
.page-home-btns .page-home-btn-no a {
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #0068b7 !important;
	text-align: center;
	border: 2px solid #0068b7;
	line-height: 96px;
}
.page-home-btns .page-home-btn-no a:hover {
	background: #0068b7;
	color: white !important;
	text-decoration: none;
}
.page-home-btns a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;	
}



}