@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++ */
/* === 共通パーツ ============================== */
#mainContents { width: 1100px; margin: 0 auto; position: relative; z-index: 1;background-color: #ffffff; left: -70px}
@media only screen and (max-width: 1260px) {
	#mainContents { left: 0;}
}
#gnav{ display: none;}
#breadCrumb{border-top: 1px solid #BFBFBF;}
#footBannerArea{ border-top: 1px solid #ccc; padding-top: 10px}

/* facilityHead */
.facilityHead{ margin-top: 20px;}
.facilityHead .sectionA{
	margin: 10px 0;
}
.facilityHead .sectionA .boxL{
	width: 620px;
	position: relative;
}
.facilityHead .sectionA .boxL p{ line-height: 1.3; font-size: 13px;}
@media only screen and (max-width: 640px) {
	.facilityHead .sectionA .boxL .facilityStation {
		font-size:12px;
		margin-bottom: 10px;
	}
	.facilityHead .sectionA .boxL .facilityAddress {
		font-size: 12px;
		color: #333;
		margin-bottom: 5px;
	}
}
.facilityHead .sectionA .boxL .facilityName{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 3px; /* 180614追加 */
		/*
	display: inline-block;
	float: left;*/
}
.facilityHead .sectionA .boxL.new .facilityName {
	padding-left: 40px;}
.facilityHead .sectionA .boxL .newRelease{
	width: 32px;
	position: absolute;
	top: -0px;
	left: 5px;
	z-index: 999;
	-webkit-animation: jump 1s linear 0s 1;
    animation: jump 1s linear 0s 1;
	animation-iteration-count: 3;
}
 @keyframes jump {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
      40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
      50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
      60%  { transform: scale(0.9, 1.2) translate(0%, -10%); }
      75%  { transform: scale(0.9, 1.2) translate(0%, -5%); }
      85%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    }
#resultArea .searchPostFacility .postHead {
    overflow: hidden;
    margin-bottom: 5px;
}
.facilityHead .sectionA .boxL .facilityName a{ font-weight: bold;}
.facilityHead .sectionA .boxL #FacilityBookmarkForm { float: left; margin: 10px 0 0 10px}
.facilityHead .sectionA .boxL #FacilityBookmarkForm .submit input { background: url(/mrso_img/common/icon/bookmarkBtn.png)no-repeat left top; border: 0px; width: 120px; height: 24px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); border-radius: 3px;}
.facilityHead .sectionA .boxL #FacilityBookmarkForm .submit input:hover { opacity: 0.8; cursor:pointer;}
.faciliyHeadSimple .sectionA .boxR{ width: 480px}
.faciliyHeadSimple .note03{
	clear: both;
	width: 465px;
	float: right;
	text-align: right;
}
.facilityHead .sectionA .boxR .minPrice{ font-size: 36px; font-weight: bold; color: #DE1616; float: right;}
.facilityHead .sectionA .boxR .btnWrapper{ float: right; }
.facilityHead .sectionA .boxR .btnWrapper a{padding: 5px 20px; color: #202020; font-size: 18px; font-weight: bold; display: block; margin-right: 2px; margin: 4px 0 0 10px}
.facilityHead .sectionA .boxR .btnWrapper a:hover{ text-decoration: none;}

.facilityHead .utilityBtnList{ margin-top: 5px;}
.facilityHead .utilityBtnList li { float: left; margin-right: 5px;}
.facilityHead .utilityBtnList li a { background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; display: block; font-size: 13px; line-height: 24px; padding: 2px 20px 2px 15px; position: relative; text-align: center;}
.facilityHead .utilityBtnList li a:hover{ opacity: 0.6; text-decoration: none;}
.facilityHead .utilityBtnList li.menu01 a span{ display: block; background: url(/mrso_img/facility/common/icon_map.png) 0 50% no-repeat; padding-left: 20px;}
.facilityHead .utilityBtnList li.menu02 a span{ display: block; background: url(/mrso_img/facility/common/icon_favorite.png) 0 40% no-repeat; padding-left: 20px;}
.facilityHead .utilityBtnList li.menu03 {
	position: relative; cursor:pointer;
}
.facilityHead .utilityBtnList li.menu03 span{
	display: block !important;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-image: url(/mrso_img/facility/common/icon_share.png);
	background-color: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 3px 3px 0px 0px;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset;
	color: #282828;
	font-size: 13px;
	line-height: 24px;
	padding: 2px 20px 2px 35px;
	position: relative;
	text-align: center;
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub {
	display: none;
	width: 122px;
	position: absolute;
	top: 30px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-top: 0 solid #bfbfbf;
	z-index: 999;
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li {
	background-color: #F2F2F2;
	border-bottom: 1px dotted #C7C7C7;
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li a {
	color: #3F9EE6;
	display: block;
	width: 122px;
	border: none !important;
	border-radius: none !important;
	text-align: left;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li.facebook a {
	background-image: url(/mrso_img/facility/common/icon_facebook.png);
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li.twitter a {
	background-image: url(/mrso_img/facility/common/icon_twitter.png);
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li.google a {
	background-image: url(/mrso_img/facility/common/icon_google.png);
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li.mixi a {
	background-image: url(/mrso_img/facility/common/icon_mixi.png);
}
.facilityHead .utilityBtnList li.menu04 a span{ display: block; background: url(/mrso_img/facility/common/icon_mail.png) 0 50% no-repeat; padding-left: 20px;}

.facilityHead .faciliyHeadSimple .sectionA .boxR .minPrice{ font-size: 32px;}

.index .facilityHead .faciliyHeadSimple .sectionA .boxR .btnWrapper,
.detail .facilityHead .faciliyHeadSimple .sectionA .boxR .minPrice{ display: none;}
.detail .facilityHead .faciliyHeadSimple .sectionA .boxR .btnWrapper { margin-bottom: 5px;}
.faciliyHeadSimple .faciltyHeadTelWrapper{
	text-align: right;
	margin-bottom: 5px;
	width: 465px;
	float: right;
}

.faciliyHeadSimple .faciltyHeadTelWrapper:after {
 content: "";
 clear: both;
 display: block;
}
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox {
	width: 250px;
	height: 110px;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #E66F14;
	float: left;
}/* ↓↓180612修正↓↓ */
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox .telBoxTtl {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background: -moz-linear-gradient(top,  rgba(230,113,21,1) 0%, rgba(236,139,33,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(230,113,21,1) 0%,rgba(236,139,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(230,113,21,1) 0%,rgba(236,139,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67115', endColorstr='#ec8b21',GradientType=0 ); /* IE6-9 */
	line-height: 25px;
}
/* ↓↓180612修正↓↓ */
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox .telBoxTtl span,
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox .basicInfoBoxTtl span{
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 1em;
	padding-bottom: 5px;
}
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox a.freeDial{
	font-size: 25.5px;
	font-weight: bold;
	color: #000;
	background-repeat: no-repeat;
	background-image: url(/mrso_img/facility/common/icon_freedial.png);
	background-position: 0px 6px;
	padding-left: 25px;
	margin: 2px 10px 0px;
	line-height: 1.2em;
	display: block;
	cursor: default;
	letter-spacing: -0.02em;
}
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox a.freeDial span.red{
	color: #d20a14;
	display: inline-block;
	font-weight: bold;}
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox a.freeDial:hover {
	text-decoration: none;
}
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox .telTxt {
	text-align: center;
	font-size: 13px;
	line-height: 1.2em;
}
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox {
	width: 206px;
	height: 110px;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #999999;
	float: right;
}/* ↓↓180612修正↓↓ */
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox .basicInfoBoxTtl {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background-color: #999999;
	line-height: 25px;
}
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox a.btnStyle01 {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ee9124 0%, #e56d13 100%) repeat scroll 0 0;
	border: 1px solid #e85110;
	border-radius: 3px;
	box-shadow: 1px 1px 0 rgba(245, 191, 128, 1) inset;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 40px;
	margin: 10px 5%;
	width: 90%;
	text-align: center;
}
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox a.facilityDial {
	color: #4D4D4D;
	font-size: 22.5px;
	background-repeat: no-repeat;
	background-image: url(/mrso_img/facility/common/icon_facilitytel.png);
	background-position: 0px 5px;
	padding-left: 18px;
	margin: 10px 10px 5px;
	line-height: 1.2em;
	display: block;
	cursor:default;
}

.faciliyHeadSimple .faciltyHeadTelWrapper .telBox a.freeDial span,
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox a.facilityDial span {
	display: none;
}
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox a.facilityDial:hover {
	text-decoration: none;}
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox .facilityTxt {
	text-align: center;
	font-size: 13px;
	line-height: 1.2em;
}
.facilityHead .sectionB .boxR .boxA{ width: 100%}
.facilityHead .facilityFeatureIcon { width: 100%}

.facilityHead .facilityFeatureIcon {
	margin: 15px 0px 0px;
	clear: both;
}
.facilityHead .facilityFeatureIcon div {
	display: block;
	height: 25px;
	margin-bottom: 5px;
	padding-left: 8px;
	color: #00409B;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
.facilityHead .facilityFeatureIcon .gift{
	width: 190px;
	background-image: url(../mrso_img/common/hd_v4/icon_gift.gif);}
.facilityHead .facilityFeatureIcon .payment{
	width: 190px;
	background-image: url(../mrso_img/common/hd_v4/icon_card.png);}
.facilityHead .facilityFeatureIcon .tpoint{
	width: 190px;
	margin-right: 0px;}
.facilityHead .facilityFeatureIcon .tpoint span {
	font-size: 10px;
	margin-left: 3px;
}


/* facilityNav */
#facilityNav ul.tabmenu { border-bottom: 3px solid #00408F; height: 41px; overflow:hidden;}
#facilityNav .tabmenu li {
	font-size: 16px;
	line-height: 37px;
	float: left;
	text-align: center;
	background-color: #f2f2f2;
	color: #00408F;
	cursor: pointer;
	position: relative;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	-moz-box-shadow: inset 1px 1px 0px rgba(255,255,255,1.00);
	-webkit-box-shadow: nset 1px 1px 0px rgba(255,255,255,1.00);
	box-shadow: inset 1px 1px 0px rgba(255,255,255,1.00);
	/*width: 220px; hideItemReview*/
	width: 25%
}
#facilityNav .tabmenu li a { font-size: 16px; line-height: 37px; display: block; text-align: center;padding: 0 15px; font-weight: bold;}

#facilityNav .tabmenu li:first-child { border-top-left-radius: 5px; border-left: 1px solid #BFBFBF;}
#facilityNav .tabmenu li:last-child { border-top-right-radius: 5px;}
#facilityNav .tabmenu li:hover,
.index #facilityNav .tabmenu li.menu01,
.calendar #facilityNav .tabmenu li.menu02,
.info #facilityNav .tabmenu li.menu03,
.access #facilityNav .tabmenu li.menu04,
.review #facilityNav .tabmenu li.menu05{ background-color: #00408F; border-top: 1px solid #00408F; border-right: 1px solid #00408F; box-shadow:none;}
#facilityNav .tabmenu li:hover a,
.index #facilityNav .tabmenu li.menu01 a,
.calendar #facilityNav .tabmenu li.menu02 a,
.info #facilityNav .tabmenu li.menu03 a,
.access #facilityNav .tabmenu li.menu04 a,
.review #facilityNav .tabmenu li.menu05 a { 	color: #FFFFFF; 	text-decoration: none;}

/* facilityFoot  */
.facilityFoot{margin-top: 20px;}
.facilityFoot #facilityNav ul.tabmenu { border-top: 3px solid #00408F; border-bottom: none}
.facilityFoot #facilityNav .tabmenu li { border-bottom: 1px solid #BFBFBF; border-top: none;}
.facilityFoot #facilityNav .tabmenu li:first-child { border-radius:0 0 0 5px; border-left: 1px solid #BFBFBF;}
.facilityFoot #facilityNav .tabmenu li:last-child { border-radius:0 0 5px 0;}


/* recommendWrapper */
.recommendWrapper{ margin-top: 20px;}
.recommendWrapper{border-bottom: 1px solid #ccc; padding-bottom: 20px;}
.recommendWrapper .recommendWrapperInner{ margin-top: 30px;  width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    left: -70px;}
@media only screen and (max-width: 1260px) {
	.recommendWrapper .recommendWrapperInner { left: 0;}
}
.recommendWrapper h3 span{font-size: 17px; font-weight: bold; color: #00408F}
.recommendWrapper ul{ margin-top: 10px;}
.recommendWrapper ul li{float: left; background: #fff; 	width: 20%; border-right: 1px dotted #ccc}
.recommendWrapper ul li:last-child{ border-right:none;	margin-right: 0%;}
.recommendWrapper ul li .frame{ width: 100%; height: 90px; overflow: hidden;}
.recommendWrapper ul li img{ width: 100%;}
.recommendWrapper .prefecture{ color: #333; display: block; margin-top: 5px;}
.recommendWrapper .Name{ margin-top: 3px; line-height: 1.3; display: block; font-size: 15px; text-decoration: underline; font-weight: bold;}
.recommendWrapper .price{ color: red; font-weight: bold; margin-top: 5px; display: block;}
.recommendWrapper a{text-decoration: none; display: block; padding: 5%}
.recommendWrapper a:hover{ opacity: 0.6}


#planBookmarkForm { float: left; margin-right: 5px;}
#planBookmarkForm .submit input{ background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; display: block; font-size: 13px; line-height: 24px; padding: 2px 25px; position: relative; text-align: center; cursor: pointer;}
#planBookmarkForm .submit input:hover{ opacity: 0.6; text-decoration: none;}


/* planViewHistories */
.planViewHistories{ width: 120px; position: absolute;  right: -130px; border: 1px solid #00408F; font-size: 12px; border-radius: 3px}
.planViewHistories .title{background: #00408F; color: #fff; padding: 5px; font-weight: bold; text-align: center;}
.planViewHistories .sinlePlan{ padding: 5px; border-bottom: 1px solid #ccc}
.planViewHistories .sinlePlan .planName{ line-height: 1.3; display: block; margin-top: 5px;}
.planViewHistories .sinlePlan .thumb{ height: 80px; overflow: hidden; border: 1px solid #ccc}
.planViewHistories .sinlePlan .planPrice{color: red; font-weight: bold; font-size: 11px; text-decoration: none;}
.planViewHistories .sinlePlan .facilityName{ line-height: 1.3; color: #666; display: block; font-size: 11px; text-decoration: none;}




/* === 施設詳細 ============================== */
/* facilityHead */
.facilityHead .sectionB{ margin-top: 5px;}
.facilityHead .sectionB .facilityGalleryWrapper{ width: 600px; height: 237px; background: #f1f1f1}
.facilityHead .sectionB .boxR{ width: 468px }
.facilityHead .sectionB .boxR .facilityHeadReiview a{ font-size: 16px;}
.facilityHead .sectionB .boxR .facilityHeadReiview a span{ font-size: 32px ; font-weight: bold;}
.facilityHead .sectionB .boxR .mapThumb{ float: right; text-align: right;}

.facilityHead .sectionB .boxR .facilityFeatureWrapper h4{ font-weight: bold; font-size: 14px; display: none;}
.facilityHead .sectionB .boxR .facilityFeatureWrapper h5{ display: none;}
.facilityHead .sectionB .boxR .facilityFeatureWrapper .faciltyFeatureList li{ float: left; width:230px; background: #f1f1f1; color: #333; padding: 2px; border: 1px solid #ccc; margin-top: 5px; text-align: center; font-size: 13px;}
.facilityHead .sectionB .boxR .facilityFeatureWrapper .faciltyFeatureList li.pink{ color: #FF494F; background:#FFE6E7; border-color: #FFA0A4}
.facilityHead .sectionB .boxR .facilityFeatureWrapper .faciltyFeatureList li:nth-child(2n){ float: right;}
.facilityHead .sectionB .boxR .mapThumb iframe{ width: 468px!important; height: 160px!important}

.facilityHead .sectionB .boxR .faciltyHeadTelWrapper{ text-align: right; margin-top: 20px;}
.facilityHead .sectionB .boxR .faciltyHeadTelWrapper p{ line-height: 1.3;}
.facilityHead .sectionB .boxR .faciltyHeadTelWrapper a{ font-size: 12px;}

.facilityHead .boxL {position: relative;}
.facilityHead .sectionB .facilityGalleryWrapper {height: 370px;overflow: hidden; background: #fff; border: 1px solid #ddd; display: table-cell; text-align: center; vertical-align: middle; border-bottom: none}
.facilityHead .sectionB .facilityGalleryWrapper img {height: auto; display: none;}
.facilityHead .sectionB .facilityGalleryWrapper img,
.facilityHead .sectionB .thumbnails .thumbnail,
.facilityHead .sectionB .nav-btn {cursor: pointer;}
.facilityHead .sectionB .thumbnails {max-width: 600px; border: 1px solid #ddd; border-top: none; background: #f1f1f1}
.facilityHead .sectionB .thumbnails .thumbnail {width: 6.25%;height: 37px;overflow: hidden;float: left;opacity: 0.5;text-align: center; }
.facilityHead .sectionB .thumbnails .thumbnail img {width: 100%;height: auto;max-width: none;}
.facilityHead .sectionB .thumbnails .thumbnail:hover, .facilityHead .sectionB .thumbnails .thumbnail.active {opacity: 1.0;}
.facilityHead .sectionB .nav-btn {font-size: 20px;padding: 5px 10px;border-radius: 20px;color: #eee;z-index: 5;position: absolute;top: 185px;}
.facilityHead .sectionB .nav-btn:hover {background-color: #0065B8;}
.facilityHead .sectionB  .nav-btn.next {right: 0;}


/* facilityMessage */
.facilityMessage { margin-top: 20px;}
.facilityMessage h2{ font-size: 21px; font-weight: bold; border-bottom: 1px solid #333; padding-bottom: 10px; line-height: 1.3; margin-bottom: 5px}
.facilityMessage .messageLeadBody{padding-bottom: 10px; margin-top: 10px;}
.facilityMessage .messageLead{ margin-top: 10px; font-size: 16px;}
.facilityMessage .facilityMessageList{ border-top:  1px dotted #ccc}
.facilityMessage .facilityMessageList li{ padding: 15px 0; border-bottom: 1px dotted #ccc}
.facilityMessage .facilityMessageList li:last-child{ border-bottom: none}
.facilityMessage .facilityMessageList .boxL{ width: 270px; height: 150px; overflow: hidden;}
.facilityMessage .facilityMessageList .boxR{ width: 800px}
.facilityMessage .facilityMessageList .boxR h3{color: #00408F; line-height: 1.3; font-size: 21px; font-weight: bold;}
.facilityMessage .facilityMessageList .boxR p{ font-size: 15px; margin-top: 10px; line-height: 1.2;}

/* facilityPlan */

.facilityPlan h2{ font-size: 21px; padding: 10px 10px 10px 50px; color: #fff; background:url(/mrso_img/facility/common/ribon.png) no-repeat 10px -2px #00408F; }
.facilityPlan .planWrapper{ border: 3px solid #00408F; padding: 0 10px; border-top: none;}

.info .facilityPlan .planWrapperSelected{ border-bottom: 3px solid #00408F;}
.facilityPlan .planWrapper .itemTitleWrapper{ background: #F2F2F2; padding: 7px 10px}
.facilityPlan .planWrapper .itemTitleWrapper span{ font-weight: bold; font-size: 15px; display: inline-block;}
.facilityPlan .planWrapper .itemTitleWrapper span.item01{ width: 340px}
.facilityPlan .planWrapper .itemTitleWrapper span.item02{ width: 340px}

.facilityPlan .planWrapper .singlePlan{ padding: 15px; border-bottom: 1px dotted #999;}
.facilityPlan .planWrapper .singlePlan:last-child {border-bottom: 0px dotted #999;}
.facilityPlan .planWrapper .singlePlan .boxL{ width: 730px}
.facilityPlan .planWrapper .singlePlan .boxL .unitA .planName a{ font-weight: bold; font-size: 20px; color: #307FC2; text-decoration: underline; line-height: 1.3;}
.facilityPlan .planWrapper .singlePlan .boxL .unitA .planName a:hover{ text-decoration: none;}
.facilityPlan .planWrapperSelected .singlePlan:nth-child(1) .planName{background:url(/mrso_img/facility/common/crown01.png) no-repeat 0px 50%;}
.facilityPlan .planWrapperSelected .singlePlan:nth-child(2) .planName{background:url(/mrso_img/facility/common/crown02.png) no-repeat 0px 50%;}
.facilityPlan .planWrapperSelected .singlePlan:nth-child(3) .planName{background:url(/mrso_img/facility/common/crown03.png) no-repeat 0px 50%;}
.facilityPlan .planWrapperSelected .singlePlan:nth-child(1) .planName,
.facilityPlan .planWrapperSelected .singlePlan:nth-child(2) .planName,
.facilityPlan .planWrapperSelected .singlePlan:nth-child(3) .planName{ /*padding-left: 45px;*/ background: none}
.facilityPlan .planWrapper .singlePlan .boxL .planLead{
	line-height: 1.5;
	margin-bottom: 10px;
}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxL .planLead{ float: left; width: 280px; line-height: 1.3;}
.facilityPlan .planWrapper .singlePlan .boxL .unitB{margin-top: 5px;}
.facilityPlan .planWrapper .singlePlan .boxL .unitB .boxA{ width:30%; margin-right: 2%; max-height: 145px; overflow: hidden;}
.facilityPlan .planWrapper .singlePlan .boxL .unitB .boxA .planThumb img{ width: 100%;}
.facilityPlan .planWrapper .singlePlan .boxL .unitB .boxB{ width: 68%;}
.facilityPlan .planWrapper .singlePlan .boxL .unitB .tagList li{float: left;padding: 0 3px 3px 0;}
.facilityPlan .planWrapper .singlePlan .boxL .unitB .tagList li span{ font-size: 13px;
display: block;padding: 2px 4px;border: solid 1px #eeeeee;white-space: nowrap;}
.facilityPlan .planWrapper .singlePlan .boxL .unitB .tagList li.active span{background-color: #C8E7FF; color: #3E76BB; border: 1px solid #3E76BB}
.facilityPlan .planWrapper .singlePlan .boxL .unitB .tagList li.inactive span{background-color: #f2f2f2; color: #aaa}
.facilityPlan .planWrapper .singlePlan .boxL .unitC {display: none}
.facilityPlan .planWrapper .singlePlan .boxR{ width: 300px}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper{ float: left; margin-right: 0px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper p{ line-height: 1.0;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper .mainPrice{
	font-size: 30px;
	font-weight: bold;
	color: #DE1616;
	float: right;
	width: 300px;
	text-align: right;
}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper .mainPrice .small{ font-size: 14px;}
/* todo 画像切り替え */
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper .tpoint{ margin-top: 3px; padding-left: 20px; float: right;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper .attention {
  float: right;
  font-size: 11px;
  margin-top: 5px;
  line-height:1.2em;
}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper .tpoint span{color: #DE1616; font-weight: bold; font-size: 15px; padding-right: 3px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .btnWrapper { width: 190px; float: right;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .btnWrapper a { padding: 5px 0px; color: #202020; font-size: 14px; font-weight: bold; display: block; margin-right: 2px; text-align: center; font-size: 20px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .btnWrapper a:hover{ text-decoration: none;}
.facilityPlan .planWrapper .singlePlan .boxR .unitB{ margin-top: 10px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitB .noplan{ width: 100%; text-align: center; border: 1px solid #ccc; background: #f4f4f4; height: 96px; overflow:hidden; }
.facilityPlan .planWrapper .singlePlan .boxR .unitB .vacantCheckTable { margin-top: 5px; border-top: 1px solid #dedede; border-right: 1px solid #dedede; width: 100%}
.facilityPlan .planWrapper .singlePlan .boxR .unitB .vacantCheckTable th,
.facilityPlan .planWrapper .singlePlan .boxR .unitB .vacantCheckTable td {border-bottom:1px solid #dedede;border-left:1px solid #dedede;text-align:center; font-size: 12px; width: 100px}
.facilityPlan .planWrapper .singlePlan .boxR .unitB .vacantCheckTable th {padding:2px;background-color:#f5f5f5;}
.facilityPlan .planWrapper .singlePlan .boxR .unitB .vacantCheckTable td {padding:5px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitC{ margin-top: 5px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitC .btnWrapper {float: right;}
.facilityPlan .planWrapper .singlePlan .boxR .unitC .btnWrapper .btn02 {display: inline-block; padding: 5px 10px; color: #202020; font-size: 16px; font-weight: bold;}

.facilityPlan .planWrapper .singlePlan #planBookmarkForm { float: left;}
.facilityPlan .planWrapper .singlePlan #planBookmarkForm a { background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; display: block; font-size: 13px; line-height: 24px; padding: 2px 5px 2px 5px; position: relative; text-align: center;}
.facilityPlan .planWrapper .singlePlan #planBookmarkForm a:hover{ opacity: 0.6; text-decoration: none;}
.facilityPlan .planWrapper .singlePlan #planBookmarkForm a span{ display: block; background: url(/mrso_img/facility/common/icon_favorite.png) 0 40% no-repeat; padding-left: 18px;}



.facilityPlan.facilityHome .planWrapper .singlePlan:hover{ background: rgba(255,255,224,1);cursor: pointer;}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxL{ width: 640px}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxL .unitA .planName{ float: left; line-height: 1.3; width: 320px;margin-right: 30px; /*padding-left: 45px;*/ background:none!important}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxL .unitA .planName a{ font-size: 16px;}
.facilityPlan.facilityHome .planWrapper .singlePlan:nth-child(2) .planName{background:url(/mrso_img/facility/common/crown01.png) no-repeat 0px 50%;}
.facilityPlan.facilityHome .planWrapper .singlePlan:nth-child(3) .planName{background:url(/mrso_img/facility/common/crown02.png) no-repeat 0px 50%;}
.facilityPlan.facilityHome .planWrapper .singlePlan:nth-child(4) .planName{background:url(/mrso_img/facility/common/crown03.png) no-repeat 0px 50%;}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxR{ width: 370px}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxR .unitA .priceWrapper .mainPrice{float: none;}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxR .unitA .priceWrapper .tpoint{float: none;}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxR .attention {
	clear: both;
	font-size: 12px;
	margin-top: 5px;
}
.facilityPlan .btnWrapper.viewAll { margin-top: 10px; text-align: center;}
.facilityPlan .btnWrapper.viewAll a { padding: 7px 20px; color: #202020; font-size: 18px; font-weight: bold; text-align: center; display: inline-block; line-height: 1.3;}





.facilityInfo{ margin-top: 30px;}
.facilityInfo h2{ font-size: 21px; font-weight: bold;padding-bottom: 10px;}
.facilityInfoWrapper .facilityInfoList{ width: 510px}
.facilityInfoWrapper .facilityInfoList dt { font-weight: bold; font-size: 16px; margin-top: 20px; border-top: 1px solid #333; padding: 10px 10px 0 10px}
.facilityInfoWrapper .facilityInfoList dd{ margin-top: 5px; padding: 0 10px}
.facilityInfoWrapper .facilityInfoList iframe{ width: 490px!important; height: 200px!important}


/* === プラン一覧 ============================== */



/* === 地図・アクセス ============================== */
.facilityAccess h1{ font-weight: bold;font-size: 24px; color: #00408F; line-height: 1.3;}
.facilityAccess .mapWrapper{ margin-top: 10px;}
.facilityAccess .mapWrapper iframe{ width: 1100px!important; height: 460px!important}
.facilityAccess .mapWrapper .noteWrapper .boxR .btnWrapper{ float: none;}
.facilityAccess .mapWrapper .noteWrapper .boxR .btnWrapper { float: right;}
.facilityAccess .mapWrapper .noteWrapper .boxR .btn02{ width: 212px; text-align: center; padding: 5px 20px; color: #202020; font-size: 14px; font-weight: bold; display: block;}
.facilityAccess .mapWrapper .noteWrapper .boxR .btnWrapper a:hover { text-decoration: none;}
.facilityAccess h3{ font-size: 24px; font-weight: bold; color: #333}
.facilityAccess .facilityInfoList dt:first-child{ margin-top: 5px;}


/* === 空き状況カレンダー ============================== */
.facilityCalendar h1{ font-weight: bold;font-size: 24px; color: #00408F}
.tableNavi{ margin-top: 10px;}
.sorttitle{ float: left; padding-top: 3px}
.planSorter { float: left;}
.planSorter li { display: inline; float: left; margin: 0 0 0 5px;}
.planSorter li a,
.planSorter li span { font-size: 14px; background-color: #f2f2f2; color: #00408F; position: relative; border: 1px solid #BFBFBF; -moz-box-shadow: inset 1px 1px 0px rgba(255,255,255,1.00); -webkit-box-shadow: nset 1px 1px 0px rgba(255,255,255,1.00); padding: 0 6px; box-shadow: inset 1px 1px 0px rgba(255,255,255,1.00); min-width: 27px; height: 27px; text-align: center; display: block; line-height: 27px; border-radius: 2px; color: #282828;}
.planSorter li a:hover,
.planSorter li span{ background-color: #00408F; color: #ffffff; box-shadow: none; border: 1px solid #00408F; text-decoration: none; overflow:hidden;}
.planSorter li.prev a,
.planSorter li.next a { width: auto; font-size: 12px; padding: 0 4px;}

.monthSelectList { float: right;}
.monthSelectList li { display: inline; float: left; margin: 0 0 0 5px;}
.monthSelectList li a,
.monthSelectList li span { font-size: 14px; background-color: #f2f2f2; color: #00408F; position: relative; border: 1px solid #BFBFBF; -moz-box-shadow: inset 1px 1px 0px rgba(255,255,255,1.00); -webkit-box-shadow: nset 1px 1px 0px rgba(255,255,255,1.00); padding: 0 5px; box-shadow: inset 1px 1px 0px rgba(255,255,255,1.00); min-width: 27px; height: 27px; text-align: center; display: block; line-height: 27px; border-radius: 2px; color: #282828; font-weight: bold;}
.monthSelectList li a:hover,
.monthSelectList li span{ background-color: #00408F; color: #ffffff; box-shadow: none; border: 1px solid #00408F; text-decoration: none; overflow:hidden;}
.monthSelectList li.prev a,
.monthSelectList li.next a { width: auto; font-size: 12px; padding: 0 4px;}


.calenderWrapper{ margin-top: 20px;}
.calendar{ width: 100%}
.calendar th,
.calendar td{border:1px solid #ccc;text-align: center; vertical-align: middle; padding: 0 2px; }
.calendar td.plan_tit{ text-align:left; padding: 5px; font-size: 16px; vertical-align: top; width: 310px}
.calendar td.web_price{ font-weight: bold;width:70px; padding: 0 5px; font-size: 12px;}
.calendar td a{display: block; height: 100%; width: 100%}
.calendar th.celltitle{font-size: 14px; font-weight: bold; background: #E0E0E0}
.calendar th.celltitle.celltitleMonth{ background: #E0E0E0; font-weight: bold; padding: 5px 0; font-size: 14px;}

.calendar th.sun,
.calendar th.mon,
.calendar th.tue,
.calendar th.wed,
.calendar th.thu,
.calendar th.fri,
.calendar th.sat{ font-size: 11px; width: 18px; padding: 5px 0; line-height: 1.2; border-style: dotted; font-weight: bold;}

.calendar td.sun,
.calendar td.mon,
.calendar td.tue,
.calendar td.wed,
.calendar td.thu,
.calendar td.fri,
.calendar td.sat{ border-style: dashed; font-weight: bold; border-bottom:1px solid #ccc;}


.calendar th.sun span,
.calendar th.mon span,
.calendar th.tue span,
.calendar th.wed span,
.calendar th.thu span,
.calendar th.fri span,
.calendar th.sat span{ display:block; font-weight: bold;}


.calendar .even{ background: #f5f5f5;}
.calendar .selected{ background: #e0effc;}
.calendar tbody tr:hover, .calendar tbody tr.hover { background: #faf6de;} /* the latter is for IE6 */
.calendar .sat {background: #D3ECFF;}
.calendar .sat span{ color:#0000fe;}
.calendar .sun, .calendar .holiday {background: #FFD3D3;}
.calendar .sun, .calendar .holiday { color:#e60012;}

.calendar span.sat{ color:#0000fe;}
.calendar span.sun{ color:#e60012;}
.calendar span.number{ font-size: 18px;}

.calendar .headline,
.calendar tbody tr.headline:hover{ background:#fff;}
/*.calendar tbody tr:nth-child(1){ border: 3px solid #00408F; border-bottom:none}
.calendar tbody tr:nth-child(2){ border-right: 3px solid #00408F;border-left: 3px solid #00408F;}
.calendar tbody tr:nth-child(3){  border: 3px solid #00408F; border-top:none}*/
.calendar tbody tr:nth-child(1) .planName{background:url(/mrso_img/facility/common/crown01.png) no-repeat 0px 50%;}
.calendar tbody tr:nth-child(2) .planName{background:url(/mrso_img/facility/common/crown02.png) no-repeat 0px 50%;}
.calendar tbody tr:nth-child(3) .planName{background:url(/mrso_img/facility/common/crown03.png) no-repeat 0px 50%;}
.calendar tbody tr:nth-child(1) .planName,
.calendar tbody tr:nth-child(2) .planName,
.calendar tbody tr:nth-child(3) .planName{ /*padding-left: 35px;background-size: 10%*/ background: none;}
.calendar .tagList{ margin-top: 5px;}
.calendar .tagList li{float: left;padding: 0 3px 3px 0;}
.calendar .tagList li span{ font-size: 11px;
display: block;padding: 2px 4px;border: solid 1px #eeeeee;white-space: nowrap;}
.calendar .tagList li.active span{background-color: #C8E7FF; color: #3E76BB; border: 1px solid #3E76BB}
.calendar .tagList li.inactive span{background-color: #f2f2f2; color: #aaa}







/* === プラン詳細 ============================== */
.planDetail .planHead{ border: 3px solid #00408F; padding: 5px}
.planDetail .planHead .planThumb{ width: 120px; height: 80px; overflow: hidden;}
.planDetail .planHead .planThumb img{ width: 120px}
.planDetail .planHead .boxB{ margin-left: 10px;}
.planDetail .planHead .boxB .planName{ width: 940px; border-bottom: 1px solid #999;padding: 5px}
.planDetail .planHead .boxB .planName h1{ font-weight: bold; font-size: 24px; line-height: 1.2;}
.planDetail .planHead .priceWrapper{ padding: 0 5px}
.planDetail .planHead .priceWrapper .mainPrice{ float: left; font-size: 16px; margin-right: 20px; padding-top: 5px}
.planDetail .planHead .priceWrapper .mainPrice span{  font-size: 23px; color: #DE1616}
/* todo 画像切り替え */
.planDetail .planHead .priceWrapper .tpoint{ margin-top: 3px;  padding:5px 0 0 20px ; float: left;}
.planDetail .planHead .priceWrapper .tpoint span{color: #DE1616; font-weight: bold; font-size: 18px; padding-right: 3px;}
.planDetail .planHead .priceWrapper .tpoint span.attention {
	color: #212121;
	font-size: 12px;
	padding-left: 10px;
	font-weight: normal;
}
.planDetail .actionArea{ background: #f1f1f1; padding:10px; margin-top: 5px;}
.planDetail .actionArea .btnWrapper{ float: left; width: 300px}
.planDetail .actionArea .btnWrapper a { padding: 5px 0px; color: #202020; font-size: 18px; font-weight: bold; display: block; margin-right: 2px; text-align: center;}
.planDetail .actionArea .btnWrapper a:hover{ text-decoration: none;}
.planDetail .actionArea .actoinBtnList{ float: right;}
.planDetail .actionArea .actoinBtnList li{ float: left; margin-left: 10px;}
.planDetail .actionArea .actoinBtnList li a { background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; display: block; font-size: 13px; line-height: 24px; padding: 2px 20px 2px 15px; position: relative; text-align: center;}
.planDetail .actionArea .actoinBtnList li.bookmark a span { display: block; background: url(/mrso_img/facility/common/icon_favorite.png) 0 40% no-repeat; padding-left: 20px;}
.planDetail .actionArea .actoinBtnList li.fax a span { display: block; background: url(/mrso_img/facility/common/icon_fax.png) 0 40% no-repeat; padding-left: 24px;}
.planDetail .actionArea .actoinBtnList li a:hover{ opacity: 0.6; text-decoration: none;}

.planBody h2{ font-size: 18px; font-weight: bold; border-bottom: 1px solid #666; padding-bottom: 5px; margin-top: 20px; color: #00408F}
.planBody h3{ font-size: 18px; font-weight: bold; border-bottom: 1px solid #666; padding-bottom: 5px; margin-top: 20px; color: #00408F}
.planBody .sectionBody{margin-top: 10px;}
.planFeature.attention .sectionBody p {
  color: #FF0004;
  text-indent: -1.5em;
  padding-left: 1.5em
}
.planBody .planTime .planTimeBody{ font-size: 18px;}
.planBody .planTime{ float: right; width: 300px}
.planBody .planTag{ float:left; width: 760px}
.planBody .planTag .tagList{ float: left;}
.planBody .planTag .tagList li{float: left;padding: 0 3px 3px 0;}
.planBody .planTag .tagList li span{ font-size: 15px;
display: block;padding: 2px 4px;border: solid 1px #eeeeee;white-space: nowrap;}
.planBody .planTag .tagList li.active span{background-color: #C8E7FF; color: #3E76BB; border: 1px solid #3E76BB}
.planBody .planTag .tagList li.inactive span{background-color: #f2f2f2; color: #999}

.planBody .planTag span.moreBtn {
	clear: both;
}
.planBody .planRec .planRecBody ul li{ width: 540px; background: #FFFEF1; padding: 7px 10px; float: left; margin-top: 5px; border: 1px dotted #999}
.planBody .planRec .planRecBody ul li:nth-child(2n){float: right;}
.planBody .planRec .planRecBody ul li:before{ content: '★' ; float: left; color: #FFCB00; font-size: 21px; display: inline-block; line-height: 1.0; margin: -1px 4px 0 0 ;}
.planBody .planFeature .planFeatureBody{ border: 3px dashed #00408F; padding: 20px}
.planBody .planFeature .planFeatureBody p.textBody {  line-height: 1.4; display:block;
column-count:2;
-webkit-column-count:2;
-moz-column-count:2;
-webkit-column-gap:3em;
-moz-column-gap:3em;}

.postPlanTable .label,
.postPlanTable .label th{ background: #00408F; color: #fff;}
.postPlanTable .label th,
.postPlanTable .label td{ text-align: center;}
.postPlanTable th,
.postPlanTable td{ border: 1px solid #dedede; padding: 5px}
.postPlanTable th{ width: 15%; text-align: center; font-weight: bold; vertical-align: middle; background: #f2f2f2}
.postPlanTable td.ttl{ width: 20%; vertical-align: middle;}
.postPlanTable td{ line-height: 1.3;}

.calendarWrapper{ border: 3px solid #00408F; border-top: none; margin-top: 30px;}
.calendarWrapper h2{ font-size: 21px; padding: 10px 10px 10px 50px; color: #fff; background:url(/mrso_img/facility/common/ribon.png) no-repeat 10px -2px #00408F; }
.calendarWrapper h3{ font-size: 21px; padding: 10px 10px 10px 50px; color: #fff; background:url(/mrso_img/facility/common/ribon.png) no-repeat 10px -2px #00408F; }
.calendarWrapper .attentionBig{
	padding: 10px 30px;
	color: #FF0004;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	border: 1px solid #FF0004;
	background-color: #FFFCEF;
	margin: 10px auto;
	width: 60%;
}
.calendarWrapper .attentionBig .spText {
	display: none;
	font-weight: bold;
}
.calendarWrapper .attentionBig .pcText {display:inline-block;
	font-weight: bold;}

.calendarWrapper .note{ padding: 10px 30px}
.calendarWrapper .note .contactWrapper { border: 2px solid #ccc;}
.calendarWrapper .note .contactWrapper .telbox{ padding: 5px 20px; border-right: 1px solid #ccc;  float: left; width: 60%}
.calendarWrapper .note .contactWrapper .telbox .tel{ font-size: 21px; font-weight: bold;}
.calendarWrapper .note .contactWrapper .telbox .kiyakuLink{ font-size: 11px;}
.calendarWrapper .note .contactWrapper .ctBtn{ float: right; width: 40%; padding:10px 0 0 0;}
.calendarWrapper .note .contactWrapper .ctBtn span{ padding-left: 10px;}
.calendarWrapper .note .contactWrapper .ctBtn a{ display: inline-block; background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; font-size: 13px; padding: 5px 20px; position: relative; text-align: center;}
.calendarWrapper .iconExp{ background: #fff ; background: rgba(255,255,255,0.6);  padding: 10px 20px;}
.calendarWrapper .iconExp span.b{ font-weight: bold;}
.calendarWrapper .iconExp span.red{ color:red;font-weight:bold}

.reserve-calender-wrapper{ padding: 10px 30px; background:#92c1e3}

/* カレンダー6ヶ月表記*/
.reserve-calender{ float: left; margin-bottom: 10px; margin-right: 8px;}
.reserve-calender03,
.reserve-calender06{ margin-right: 0;}

.postPlanCalendar h4{ margin-bottom: 10px;}
.reserve-calender h3 { margin-left:0; }
.reserve-calender table th, .reserve-calender table td {/* カレンダー設定 */ border-right:1px solid #92c1e3; border-bottom:1px solid #92c1e3; text-align:center; vertical-align:top; background-color:#ffffff; }
.reserve-calender table td { width:40px; height:66px; }

.reserve-calender table { border-top:1px solid #92c1e3; border-left:1px solid #92c1e3; width:339px; }
.reserve-calender table th.YearMonth { padding:10px 0; background-color:#00408F; color: #fff;
	font-weight: bold;
	}
.reserve-calender table td a {
    /*リンク全体設定*/ 
    display:block; 
    text-decoration:none; 
}
.reserve-calender table span {/*spanをブロック要素に*/ display:block; }

.reserve-calender table td a{ font-size: 120%;
/* border-radius */
width: 40px; height: 60px; margin: 3px; font-weight: bold;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
}
.reserve-calender table td span.hizuke { color:#333!important; padding-top: 4px; font-size: 13px; line-height: 1.1; }

.reserve-calender table td.BGisDay a.reqLink { height: 30px; background-color: #85C363; box-shadow: none; box-shadow: 0 2px #508032; -moz-box-shadow: 0 2px #508032; -webkit-box-shadow: 0 2px #508032; display: block; width: 40px; padding-top: 7px; color: #FFF;}
.reserve-calender table td.BGisSun{ background: #fff2f6}
.reserve-calender table td.BGisSat{ background: #eef3f9}
.reserve-calender table td.BGisDay a.reqLink:hover { background-color: #FFDB90 !important; box-shadow: 0 2px #508032; -moz-box-shadow: 0 2px #508032; -webkit-box-shadow: 0 2px #508032;}
.reserve-calender table td  a.reqLink span.req { font-size: 10px; line-height: 1.2; width: 38px;}
.reserve-calender table td  a.reqLink:hover span.req { 	color: #414141;}

.reserve-calender table td span.full{ color: red!important; font-weight: bold; padding-top: 15px}
.reserve-calender table td.BGisSun span.hizuke{	color: red!important;}
.reserve-calender table td span.circle { font-weight: bold; font-size: 22px; line-height: 1.0; }
.reserve-calender table .end { vertical-align:middle; }
.reserve-calender table td.BGisGrey span.hizuke  { color:#cccccc!important; }
.reserve-calender table td a:hover span.hizuke { text-decoration:none!important; color:#ffffff!important; }
.reserve-calender table td.BGisDay a {    background-color: #ffcb00; color: #000}
.reserve-calender table td.BGisSun a {color: red;	}
.reserve-calender table td a:hover {	color:#FFFFFF!important; opacity: 0.6	}

.reserve-calender table td.BGisSat a:hover { background-color:#a9c9ff!important; }
.reserve-calender table td.BGisSun a:hover { background-color:#ffcada!important; }

table td.BGisSat a {/*土曜日*/ background-color:#f7fafc!important; background-color:#a9c9ff!important; }
table td.BGisSun a {/*日曜日*/ background-color:#fff5f8!important; background-color:#ffcada!important; }
table td.BGisGrey a {/*グレー背景*/ background-color:#eeeeee!important; }



.facilityOtherPlan h2{ font-size: 18px; font-weight: bold; border-bottom: 1px solid #666; padding-bottom: 5px; margin-top: 20px; color: #00408F}
.facilityOtherPlan h3{ font-size: 18px; font-weight: bold; border-bottom: 1px solid #666; padding-bottom: 5px; margin-top: 20px; color: #00408F}

.facilityOtherPlan .planWrapper .singlePlan{ border-bottom: 1px dotted #ccc; padding: 5px 0}
.facilityOtherPlan .planWrapper .singlePlan:hover{ background: rgba(255,255,224,1);cursor: pointer;}
.facilityOtherPlan .planWrapper .singlePlan .boxL{ width: 100px}
.facilityOtherPlan .planWrapper .singlePlan .boxR{ width: 980px}
.facilityOtherPlan .planWrapper .singlePlan .boxR .planName a{ font-size: 14px; font-weight: bold;}
.facilityOtherPlan .planWrapper .singlePlan .boxR .mainPrice,
.facilityOtherPlan .planWrapper .singlePlan .boxR .mainPrice span{ color: #DE1616; font-weight: bold;}
.facilityOtherPlan .planWrapper .singlePlan .tagList li{float: left;padding: 0 3px 3px 0;}
.facilityOtherPlan .planWrapper .singlePlan .tagList li span{ font-size: 12px;
display: block;padding: 2px 4px;border: solid 1px #eeeeee;white-space: nowrap;}
.facilityOtherPlan .planWrapper .singlePlan .tagList li.active span{background-color: #C8E7FF; color: #3E76BB; border: 1px solid #3E76BB}
.facilityOtherPlan .planWrapper .singlePlan .tagList li.inactive span{background-color: #f2f2f2; color: #aaa}

.facilityOtherPlan .planListBtn{ margin-top: 5px;}
.facilityOtherPlan .planListBtn a { background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; display: inline-block; font-size: 13px; line-height: 24px; padding: 2px 20px 2px 15px; position: relative; text-align: center;}



/* === 口コミ ============================== */
.facilityReview h2{ font-weight: bold;font-size: 24px; color: #00408F}
.reviewList { border: 3px solid #00408F; }
.reviewList .singleReview{padding: 15px; border-bottom: 1px dotted #999;}
.reviewList h3 { background: url(/mrso_img/review/review_icon.png) no-repeat 0 0; padding: 5px 0 0 40px; font-size: 115%; font-weight: bold; margin-bottom: 5px;}
.reviewList p.Data { float: right; margin-top: 5px;}
.reviewList ul { margin-left: 40px; margin-bottom: 12px;}
.reviewList ul li { width: 15px; float: left; margin-right: 5px;}
.reviewList ul li span { display: block; margin-left: 10px; font-weight: bold;}
.reviewList p.reviewText { margin-bottom: 15px; }
.reviewList .infoBox { background: #FFF4EE; font-size: 100%}
.reviewList .infoBox tr { border-bottom: 1px #ffffff solid;}
.reviewList .infoBox tr th,
.reviewList .infoBox tr td { padding: 10px 15px; width: 960px;}
.reviewList .infoBox tr th { border-right: 1px #ffffff solid; width: 15%}

.facilityPlan h1{ font-size: 21px; padding: 10px 10px 10px 50px; color: #fff; background:url(/mrso_img/facility/common/ribon.png) no-repeat 10px -2px #00408F; }
.facilityPlan .searchFilter {
	border-left: 3px solid #00408F;
	border-right: 3px solid #00408F;
}
.facilityPlan .searchFilter .coursePrice{
	padding: 10px 25px;
	background-color: #F3F3F3;
	margin-right: 5px;
}
.facilityPlan .searchFilter .coursePrice span {
	font-size: 14px;
	font-weight: bold;}
.facilityPlan .searchFilter .coursePrice select{
	margin: 0 5px;
	background-color: #FEFDD1;
}
.facilityPlan .searchFilter .coursePrice select#category_id {
  margin-right: 20px;
  background-image: url(/mrso_img/common/icon/search/icon_inspection.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  text-indent: 18px;
  width: 160px;
}
@supports (-ms-ime-align: auto) {
    .facilityPlan .searchFilter .coursePrice select#category_id {
  padding-left: 20px; /* IE10 */
  }
}
@media all and (-ms-high-contrast:none){
  .facilityPlan .searchFilter .coursePrice select#category_id {
  padding-left: 20px; /* IE10 */
  }
}
.facilityPlan .searchFilter .btn03{
	width: 100px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	margin-left: 20px;
}
.facilityPlan .searchFilter .sortCount {
	padding: 10px 15px 5px;
	margin: 0 10px;
	border-bottom: 3px solid #00408F;
}
.facilityPlan .searchFilter .sortCount .count {
	font-size: 16px;
	float: left;
}
.facilityPlan .searchFilter .sortCount .count span.plan-filter-count {
    color: #F15A23;
    font-weight: bold;
    margin-right: 5px;
    font-size: 24px;
}
.facilityPlan .searchFilter .sortCount .sort {
	float: right;
}
.facilityPlan .searchFilter .sortCount .sort button.order {
	background-color: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset;
    color: #282828;
	display: inline-block;
    font-size: 14px;
    line-height: 27px;
    padding: 2px 25px;
    position: relative;
    text-align: center;
	cursor:pointer;
	}
 .facilityPlan .searchFilter .sortCount .sort button.order.active {
    background-color: #00408f;
    border: 1px solid #00408f;
    color: #ffffff;
    box-shadow: none;
}
.facilityPlan .planWrapper{padding: 0 10px; border-top: none;}

.info .facilityPlan .planWrapperSelected{ border-bottom: 3px solid #00408F;}
.facilityPlan .planWrapper .itemTitleWrapper{ background: #F2F2F2; padding: 7px 10px}
.facilityPlan .planWrapper .itemTitleWrapper span{ font-weight: bold; font-size: 15px; display: inline-block;}
.facilityPlan .planWrapper .itemTitleWrapper span.item01{ width: 340px}
.facilityPlan .planWrapper .itemTitleWrapper span.item02{ width: 340px}

.pageNav ul { text-align:right; overflow:hidden; height:100%; float:right;}
.pageNav ul li{ display: inline-block;}
.pageNav ul li a{ display: block; padding: 5px}





/* === 1602　受診者の感想 ============================== */
#review {
	border:#00418F solid 5px;margin-top:10px;
}
#review h2 {
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#00418F;
	padding:4px 10px 10px 10px;
}
#review .box01 {
	text-align:center;
	padding:20px 4%;
}
#review .box01 h3 {
	font-size:20px;
	font-weight:bold;
}
#review .box01 ul {
	width:678px;
	margin:20px auto;
}
#review .box01 ul li {
	width:330px;
	float:left;
	margin-right:18px;
}
#review .box01 ul li a {
	display:block;
	color:#202020;
	font-weight:bold;
	font-size:18px;
	padding:9px 0;
	margin-bottom:10px;
}
#review .box01 ul li a:hover {
	text-decoration:none;
}
#review .box01 ul li span {
	font-size:16px;
	color:#3F3F3F;
}
#review .box02 {
	text-align:center;
	padding:22px 4% 30px;
	background-color:#F4F7FC;
	-webkit-box-shadow: 0px 2px 6px rgba(51,51,51,0.2) inset;
	-moz-box-shadow: 0px 2px 6px rgba(51,51,51,0.2) inset;
	-ms-box-shadow: 0px 2px 6px rgba(51,51,51,0.2) inset;
	box-shadow: 0px 2px 6px rgba(51,51,51,0.2) inset;
}
#review .box02 input[type=email],
#review .box02 input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:block;
	width:100%;
	border:#ccc 1px solid;
	border-radius: 3px;
	padding:14px;
}
#review .box02 h3 {
	font-size:24px;
	color:#00418F;
	font-weight:bold;
	margin-bottom:6px;
}
#review .box02.thanks .firstP {
	font-size:30px;
	line-height:1.2;
}
#review .box02.thanks .btn03 {
	display:block;
	width:330px;
	margin:20px auto 0;
	font-size:18px;
	padding:10px 0;
}
#review .box02.register div {
	width:894px;
	margin:12px auto 0;
}
#review .box02.register div.checkMail {
	text-align: center;
}
#review .box02.register div input[type=email] {
	width: 80%;
	border-top-right-radius: 0px;
	margin: 0 auto;
	border-bottom-right-radius: 0px;
}
#review .box02.register div input[type=submit] {
	width:200px;
}

#review input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#review input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1px) {
    #review input[type=checkbox] {
        display: none;
        margin: 0;
    }
    #review input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    #review input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }
    #review input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    #review input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    #review input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #00418F;
        border-bottom: 3px solid #00418F;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
#review .box02.register div .btn03 {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size:20px;
	line-height:42px;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.3), inset -1px 1px 0px rgba(255,2555,255,0.4);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.3),inset -1px 1px 0px rgba(255,2555,255,0.4);
    box-shadow: 1px 1px 0px rgba(0,0,0,0.3),inset -1px 1px 0px rgba(255,2555,255,0.4);
}
#review .box02.login ul {
	width:896px;
	margin:0 auto 20px;
}
#review .box02.login ul li {
	width:442px;
	float:left;
	margin-right:12px;
}
#review .box02.login div,
#review .box02.login div input[type=checkbox],
#review .box02.login div label {
	vertical-align:middle;
}
#review .box02.login div.buttonBox {
	position:relative;
}
#review .box02.login div.buttonBox .btn03 {
	display:block;
	width:330px;
	margin:20px auto 0;
	font-size:18px;
	padding:10px 0;
}
#review .box02.login div.buttonBox span {
	position:absolute;
	bottom:0;
	left: 684px;
}
#review .reviewHeader {
	padding:14px 38px 0;
}
#review .reviewFooter {
	padding:0px 38px 42px;
}
#review .number {
	width:50%;
	float:left;
	font-size:16px;
}
#review .pageNav {
	width:50%;
	float:right;
}
#review .number .allNumber {
	display:inline-block;
	font-size:24px;
	font-weight:bold;
	color:#E8561A;
	margin-right:6px;
}
#review .pageNav ul {
    text-align: right;
    overflow: hidden;
    height: 100%;
}
#review .pageNav ul li {
    display: inline;
    float: left;
    margin: 0 0 0 3px;
}
#review .pageNav ul li a {
    font-size: 14px;
    background-color: #f2f2f2;
    color: #00408F;
    position: relative;
    border: 1px solid #BFBFBF;
    -moz-box-shadow: inset 1px 1px 0px rgba(255,255,255,1.00);
    -webkit-box-shadow: nset 1px 1px 0px rgba(255,255,255,1.00);
    padding: 0 3px;
    box-shadow: inset 1px 1px 0px rgba(255,255,255,1.00);
    min-width: 27px;
    height: 27px;
    text-align: center;
    display: block;
    line-height: 27px;
    border-radius: 5px;
    color: #282828;
}
#review .pageNav ul li a:hover,
#review .pageNav ul li.current a{
    background-color: #00408F;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid #00408F;
    text-decoration: none;
    overflow:hidden;
    border-radius: 5px;
}
#review .pageNav ul li.prev a,
#review .pageNav ul li.next a {
    width: auto;
    font-size: 12px;
    padding: 0 4px;
}
#review .reviewBox {
	margin:46px 42px;
	overflow:hidden;
	border-bottom:#D5D8DF solid 1px;
	padding-bottom:20px;
}
#review .reviewBox:first-child {
	margin-top:20px;
}
#review .reviewBox:last-child {
	border-bottom:none;
	padding-bottom:0;
}
#review .reviewBox .left {
	width:54px;
	float:left;
}
#review .reviewBox .right {
	margin-left:74px;
}
#review .reviewBox .right h3 {
	font-size:20px;
	color:#0258AD;
	font-weight:bold;
	margin-bottom:6px;
}
#review .reviewBox .right p {
	line-height:1.9;
}
#review .reviewBox .right .plan {
	margin-top:10px;
	background-color:#F2F2F2;
	padding:10px;
}
#review .reviewBox .right .plan span {
	display:block;
	width:6em;
	float:left;
}
#review .reviewBox .right .plan div {
	margin-left:6em;
}
#review .register {
    display: none;
}
#review .error-message {
    color: red;
    font-weight: bold;
    font-size: 13px;
}

/* clearfix
=========================================*/
.facilityPlan .searchFilter .sortCount:after,
.facilityPlan .searchFilter .coursePrice:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================

 SELECT PAGE

============================================== */

/* sp用
=========================================*/

@media only screen and (max-width: 640px) {
input[type=select].input02 { -webkit-appearance: button; -moz-appearance: button; appearance: button;}

#mainContents { width: 100%; left: 0;}

/* facilityHead */
.facilityHead{ margin-top: 10px;}
.facilityHead .sectionA{ margin-top: 10px; }
.facilityHead .sectionA .boxL{ width: 96%; margin: 0 2%; float: none;}
.facilityHead .sectionA .boxL .facilityName{ font-size: 21px; }
.facilityHead .sectionA .boxL .newRelease{
	top: -10px;
	left: 5px;
}
.faciliyHeadSimple .sectionA .boxR{width: 96%; margin: 0 2%; float: none;}
.facilityHead .sectionA .boxR .minPrice{ font-size: 21px; float: left;}
.facilityHead .sectionA .boxR .btnWrapper{ float: right; margin-top: -5px; }
.facilityHead .sectionA .boxR .btnWrapper a{ font-size: 13px;}

.facilityHead .utilityBtnList{ margin-top: 5px;}
.facilityHead .utilityBtnList li { float: left; margin-right: 0px; width: 50%}
.facilityHead .utilityBtnList li a { background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; display: block; font-size: 13px; line-height: 24px; padding: 2px 0px 2px 0px; position: relative; text-align: center;}
.facilityHead .utilityBtnList li a:hover{ opacity: 0.6; text-decoration: none;}
.facilityHead .utilityBtnList li.menu01 a{ border-radius: 3px 0 0 0; }
.facilityHead .utilityBtnList li.menu02 a{border-radius: 0 3px 0 0;border-left: none; }
.facilityHead .utilityBtnList li.menu03 a{border-radius: 0 0 3px 0;border-top: none;}
.facilityHead .utilityBtnList li.menu04 a{border-radius: 0 0 3px 0;border-top: none; border-left: none;}
.facilityHead .utilityBtnList li.menu01 a span{ display: block; background: url(/mrso_img/facility/common/icon_map.png) 15px 50% no-repeat; padding-left: 10px;}
.facilityHead .utilityBtnList li.menu02 a span{ display: block; background: url(/mrso_img/facility/common/icon_favorite.png) 15px 40% no-repeat; padding-left: 10px;}
.facilityHead .utilityBtnList li.menu03 a span{ display: block; background: url(/mrso_img/facility/common/icon_share.png) 15px 40% no-repeat; padding-left: 10px;}
.facilityHead .utilityBtnList li.menu04 a span{ display: block; background: url(/mrso_img/facility/common/icon_mail.png) 15px 50% no-repeat; padding-left: 10px;}

.facilityHead .utilityBtnList li.menu03 {
	position: relative; cursor:pointer;
}
.facilityHead .utilityBtnList li.menu03 span{
	display: block !important;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-image: url(/mrso_img/facility/common/icon_share.png);
	background-color: #f2f2f2;
	border: 1px solid #bfbfbf; border-top: none;
	border-radius: 0 0 0 3px;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset;
	color: #282828;
	font-size: 13px;
	line-height: 24px;
	padding: 2px 0px 2px 0px;
	position: relative;
	text-align: center;
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub {
	display: none;
	width: 122px;
	position: absolute;
	top: 30px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-top: 0 solid #bfbfbf;
	z-index: 999;
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li {
	background-color: #F2F2F2;
	border-bottom: 1px dotted #C7C7C7;
	width: 100%
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li a {
	color: #3F9EE6;
	display: block;
	width: 122px;
	border: none !important;
	border-radius: none !important;
	text-align: left;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li.facebook a {
	background-image: url(/mrso_img/facility/common/icon_facebook.png);
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li.twitter a {
	background-image: url(/mrso_img/facility/common/icon_twitter.png);
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li.google a {
	background-image: url(/mrso_img/facility/common/icon_google.png);
}
.facilityHead .utilityBtnList li.menu03 .menu03Sub li.mixi a {
	background-image: url(/mrso_img/facility/common/icon_mixi.png);
}
.facilityHead .faciliyHeadSimple .sectionA .boxR .minPrice{ font-size: 21px;}
.facilityHead .faciliyHeadSimple .spbtnWrapper .minPrice{ font-size: 21px; font-weight: bold; color: #DE1616; float: left;}
.facilityHead .faciliyHeadSimple .spbtnWrapper .btnWrapper{ font-size: 21px; font-weight: bold; color: #DE1616;}
.facilityHead .faciliyHeadSimple .spbtnWrapper .btnWrapper { width: 50%; float: right;}
.facilityHead .faciliyHeadSimple .spbtnWrapper .btnWrapper a { padding: 5px 0px; color: #202020; font-size: 14px; font-weight: bold; display: block; margin-right: 2px; text-align: center;}
.detail .facilityHead .faciliyHeadSimple .spbtnWrapper{ display: none;}
.facilityHead .faciliyHeadSimple .faciltyHeadTelWrapper{ text-align: right;}
.facilityHead .faciliyHeadSimple .facilityFeatureIcon {
	margin: 0px auto 10px;
}
.facilityHead .faciliyHeadSimple .facilityFeatureIcon div {
	font-size: 11px;
	padding-left: 3px;
	margin: 0 1%;
	width: 48%;
	background-color: #F7FAFB;
}
.facilityHead .faciliyHeadSimple .facilityFeatureIcon .gift{
	margin: 0 1% 5px;
	width: 48%;
}
.facilityHead .faciliyHeadSimple .facilityFeatureIcon .payment{
	width: 48%;
	margin: 0 1% 5px;
	background-position: 98% 50%;
}
.facilityHead .faciliyHeadSimple .facilityFeatureIcon .tpoint{
	margin: 0 1% 5px;
	width: 48%;
}
.facilityHead .faciliyHeadSimple .facilityFeatureIcon .tpoint span {
	display: none;
}
	.facilityPlan .planWrapper .singlePlan .noplan {
	text-align: center;
	margin: 10px 0;
	clear: both;
	}
	.facilityPlan .planWrapper .singlePlan .noplan img {width: 100%}
	.facilityPlan .planWrapper .singlePlan .calendar{
	margin: 5px 0;
	width: 48%;
	float: right;
	display: block;
	font-size: 10px;
}
.facilityPlan .planWrapper .singlePlan .calendar th {
	background-color: #0D3D91;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #fff;
		
	}
.facilityPlan .planWrapper .singlePlan .calendar th.sp,
.facilityPlan .planWrapper .singlePlan .calendar td.sp{
	display: none;
}
.facilityPlan .planWrapper .singlePlan .calendar td {
    padding: 0px;
}
.facilityPlan .planWrapper .singlePlan .calendar td img {
		vertical-align: middle
	}
	
/* facilityNav */
#facilityNav ul.tabmenu {
	border-bottom: 3px solid #00408F;height: 41px;overflow: visible;}
#facilityNav .tabmenu li { font-size: 16px; line-height: 37px; float: left; text-align: center; background-color: #f2f2f2; color: #00408F; cursor: pointer; position: relative; border-top: 1px solid #BFBFBF; border-right: 1px solid #BFBFBF; -moz-box-shadow: inset 1px 1px 0px rgba(255,255,255,1.00); -webkit-box-shadow: nset 1px 1px 0px rgba(255,255,255,1.00);  box-shadow: inset 1px 1px 0px rgba(255,255,255,1.00); width: 275px; display: none;}
#facilityNav .tabmenu li a,
#facilityNav .tabmenu li span { font-size: 16px; line-height: 37px; display: block; text-align: center;padding: 0 15px; font-weight: bold;}

#facilityNav .tabmenu li:first-child { border-top-left-radius: 5px; border-left: 1px solid #BFBFBF;}
#facilityNav .tabmenu li:last-child { border-top-right-radius: 5px;}
#facilityNav .tabmenu li:hover,
.index #facilityNav .tabmenu li.menu01,
.calendar #facilityNav .tabmenu li.menu02,
.info #facilityNav .tabmenu li.menu03,
.access #facilityNav .tabmenu li.menu04,
.review #facilityNav .tabmenu li.menu05,
.detail #facilityNav .tabmenu li.menu99{ background-color: #00408F; border-top: 1px solid #00408F; border-right: 1px solid #00408F; box-shadow:none; display: block; width: 50%}

#facilityNav .tabmenu li.menuFacilitySp span.toggle {
	position: relative;
	background-image: url(/mrso_img/facility/common/menu_sp.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 20px center;
	background-color: #F2F2F2;
}
#facilityNav .tabmenu li.menuFacilitySp{display: block; width: 50%;}
#facilityNav .menuFacilitySp li{ position: relative;}
#facilityNav ul.subMenuFacilitySp {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 100%;
	display: none;
	border: 1px solid #d8d8d8;
	background: #fff;
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
	z-index: 999999;
	-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}
#facilityNav ul.subMenuFacilitySp li {
	height: 37px;
	width: 100% !important;
	display: block !important;
	border-radius: 0px !important;
	border-left: 0px solid #BFBFBF !important;
	border-right: 0px solid #BFBFBF !important;
	border-bottom: 1px dotted #BFBFBF !important;
	border-top: 0px solid #BFBFBF !important;
}
/*hideItemReview*/
#facilityNav ul.subMenuFacilitySp li.hideItemReview {display:none !important;}
#facilityNav ul.subMenuFacilitySp li a:hover {
	background-color: #F2F2F2 !important;
	border-bottom: 1px dotted #BFBFBF !important;
	width: 100% !important;
}
#facilityNav ul.subMenuFacilitySp li a,
#facilityNav ul.subMenuFacilitySp li a:hover,
#facilityNav .tabmenu li.menuFacilitySp span.toggle,
#facilityNav .tabmenu li.menuFacilitySp span.toggle:hover{
	color: #00408F !important;
}
#facilityNav .tabmenu li:hover a,
#facilityNav .tabmenu li:hover span,
.index #facilityNav .tabmenu li.menu01 a,
.calendar #facilityNav .tabmenu li.menu02 a,
.info #facilityNav .tabmenu li.menu03 a,
.access #facilityNav .tabmenu li.menu04 a,
.review #facilityNav .tabmenu li.menu05 a,
.detail #facilityNav .tabmenu li.menu99 span { 	color: #FFFFFF; 	text-decoration: none;}

/* facilityFoot  */
.facilityFoot{margin-top: 20px;}
.facilityFoot #facilityNav ul.tabmenu { border-top: 3px solid #00408F; border-bottom: none}
.facilityFoot #facilityNav .tabmenu li { border-bottom: 1px solid #BFBFBF; border-top: none;}
.facilityFoot #facilityNav .tabmenu li:first-child { border-radius:0 0 0 5px; border-left: 1px solid #BFBFBF;}
.facilityFoot #facilityNav .tabmenu li:last-child { border-radius:0 0 5px 0;}


/* recommendWrapper */

.recommendWrapper{ width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    left: -70px;}

.recommendWrapper{ border: 2px solid #ccc; background: #f1f1f1; padding: 0 20px 20px 20px}
.recommendWrapper h3{border-bottom: 1px solid #ccc; padding: 0px 0; font-size: 16px;}
.recommendWrapper h3 span{ display: inline-block; border-top: 3px solid #ffcb00; padding: 8px 0;font-weight: bold; margin-top: -2px;}
.recommendWrapper ul{ margin-top: 10px;}
.recommendWrapper ul li{float: left; background: #fff; 	width: 18%; margin-right:2%;}
.recommendWrapper ul li:last-child{ border-right:none;
	margin-right: 0%;}
.recommendWrapper ul li .frame{ width: 100%; height: 90px; overflow: hidden;}
.recommendWrapper ul li img{ width: 100%;}
.recommendWrapper .prefecture{ color: #666; display: block; margin-top: 5px;}
.recommendWrapper .Name{ margin-top: 3px; line-height: 1.3; display: block;}
.recommendWrapper .Name{ font-weight: bold;}
.recommendWrapper .price{ color: red; font-weight: bold; margin-top: 5px; display: block;}
.recommendWrapper a{text-decoration: none; border: 1px solid #ccc; display: block;padding: 4%;}
.recommendWrapper a:hover{ opacity: 0.6}


#planBookmarkForm { float: left; margin-right: 5px;}
#planBookmarkForm .submit input{ background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; display: block; font-size: 13px; line-height: 24px; padding: 2px 25px; position: relative; text-align: center; cursor: pointer;}
#planBookmarkForm .submit input:hover{ opacity: 0.6; text-decoration: none;}



/* === 施設詳細 ============================== */
/* facilityHead */
.facilityHead .sectionB{ width: 96%; margin: 0 2%; margin-top: 5px;}
.facilityHead .sectionB .facilityGalleryWrapper{ height: inherit; background: #fff; float: none; height: 240px!important; overflow: hidden!important;}
.facilityHead .sectionB .facilityGalleryWrapper img{ max-height: 240px }
.facilityHead .sectionB .boxR{ width: 100%}

.facilityHead .sectionB .boxR .facilityFeatureWrapper{ margin-top: 10px;}
.facilityHead .sectionB .boxR .facilityFeatureWrapper .faciltyFeatureList li{
	width: 49%;
	font-size: 11px;
	font-weight: normal;
	letter-spacing:-0.05em;
}
.facilityHead .sectionB .boxR .facilityFeatureWrapper .faciltyFeatureList li:nth-child(2n){ float: right;}

.faciliyHeadSimple .faciltyHeadTelWrapper{
	width: 100%;
	float: none;
}

.faciliyHeadSimple .faciltyHeadTelWrapper .note01{ text-align: center; border: 1px solid #ddd; font-size: 11px; padding: 2px 0; margin-top: 5px;}
	
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox ,
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox {
	text-align:center;}
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox a.facilityDial,
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox a.freeDial {
	display: inline-block;
}/* ↓↓180612修正↓↓ */
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox .telBoxTtl,
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox .basicInfoBoxTtl{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(0,64,143,1.00) 0%, rgba(0,64,143,1.00) 100%);
	background: -webkit-linear-gradient(top, rgba(0,64,143,1.00) 0%,rgba(0,64,143,1.00) 100%);
	background: linear-gradient(to bottom, rgba(0,64,143,1.00) 0%,rgba(0,64,143,1.00) 100%);
	padding: 5px 0;
	line-height: 25px;
}
	.faciliyHeadSimple .faciltyHeadTelWrapper .telBox a.freeDial{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ee9124 0%, #e56d13 100%) repeat scroll 0 0;
    border: 1px solid #e85110;
    border-radius: 3px;
    box-shadow: 1px 1px 0 rgba(245, 191, 128, 1) inset;
    color: #ffffff;
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin: 5px auto;
    padding: 10px;
    width: 90%;
    text-align: center;
    position: relative;
    word-break: break-all;
    -webkit-text-size-adjust: none;
}

.faciliyHeadSimple .faciltyHeadTelWrapper .telBox a.freeDial:before {
    content: "タップすると電話がつながります";
    font-weight: normal;
    font-size: 12px;
    color: rgb(255, 255, 255);
    display: block;
    height: 25px;
}
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox a.freeDial span,
.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox a.facilityDial span {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding: 2px 3px;
	border-radius: 3px;
	background-color: #FF7E00;
	position: relative;
	display: inline;
}
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox a.freeDial span {
	top: -7px;}

.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox a.facilityDial span {
	top: -5px;}

.faciliyHeadSimple .faciltyHeadTelWrapper .basicInfoBox,
.faciliyHeadSimple .faciltyHeadTelWrapper .telBox
	{
	width: 100%;
	margin: 10px auto;
	float: none;
	clear: both;
	height: auto;
	border: 3px solid #00408F;
}

.faciliyHeadSimple .faciltyHeadTelWrapper .telBox{
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.faciliyHeadSimple .note03{
	text-align: center;
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 2px 0;
	margin-top: 5px;
	float: none;
	width: 100%;
}
.facilityHead .faciliyHeadSimple .boxR {
	display: none;	
}
.facilityInfoFoot .faciliyHeadSimple .boxL {
	display: none;
}
.facilityInfoFoot .faciliyHeadSimple .faciltyHeadTelWrapper {
	display:block;}
.facilityHead .sectionB .facilityGalleryWrapper img {height: auto; display: none;}
.facilityHead .sectionB .facilityGalleryWrapper img,
.facilityHead .sectionB .thumbnails .thumbnail,
.facilityHead .sectionB .nav-btn {cursor: pointer;}
.facilityHead .sectionB .thumbnails .thumbnail {width: 16%;height: 30px;overflow: hidden;float: left;opacity: 0.5;text-align: center; }
.facilityHead .sectionB .thumbnails .thumbnail img {width: 100%; height:100%;}
.facilityHead .sectionB .thumbnails .thumbnail:hover, .facilityHead .sectionB .thumbnails .thumbnail.active {opacity: 1.0;}
.facilityHead .sectionB .nav-btn {font-size: 12px;padding: 5px 8px;border-radius: 100%;color: #ccc;z-index: 5;position: absolute;top: 115px; background:rgba(0,0,0,0.8); left: 2%;}
.facilityHead .sectionB .nav-btn:hover {background-color: #0065B8;}
.facilityHead .sectionB  .nav-btn.next { left: inherit;right: 2%;}



/* facilityMessage */
.facilityMessage { margin-top: 20px;}
.facilityMessage h2{ font-size: 16px;}
.facilityMessage .facilityMessageList li{ padding: 15px 0; border-bottom: 1px dotted #ccc}
.facilityMessage .facilityMessageList li:last-child{ border-bottom: none}
.facilityMessage .facilityMessageList .boxL{ width: 40%; height: 100px; overflow: hidden; display: inline-block; margin-right: 4%;}
.facilityMessage .facilityMessageList .boxR{ width: 96%; margin: 0 2%; float: none;}
.facilityMessage .facilityMessageList .boxR h3{ font-size: 14px;}
.facilityMessage .facilityMessageList .boxR p{ font-size: 13px;}
.facilityMessage{ width: 96%; margin: 0 2%; margin-top: 20px;}

/* facilityPlan */
.facilityPlan{
  background: #f1f1f1;
  padding: 0 10px
}
.facilityPlan h1{ font-size: 18px; padding: 10px 10px 10px 50px; color: #fff; line-height: 1.3; }
.facilityPlan .planWrapper{ background: #fff;}

.facilityPlan .searchFilter .coursePrice{
	padding: 10px 10px 20px;
	margin-right: 0px;
}
.facilityPlan .searchFilter .coursePrice span {
	width: 100%;
	display: block;
	margin-bottom: 3px;
	}
.facilityPlan .searchFilter .coursePrice select{
	margin: 0  0px 15px 0;
	height: 35px;
}
.facilityPlan .searchFilter .coursePrice select#category_id {
	margin-right: 0px;
	width: 100%;
	padding-left: 25px;
}
.facilityPlan .searchFilter .coursePrice select#minprice,
.facilityPlan .searchFilter .coursePrice select#maxprice {
	width: 45%;
	margin-right: 1%;
}
.facilityPlan .searchFilter .coursePrice select#maxprice {
	margin-left: 1%;}
.facilityPlan .searchFilter .btn03{
	width: 70%;
	margin: 0 auto;
	display: block;
}
.facilityPlan .searchFilter .sortCount {
	padding: 10px;
	margin: 0;
	border-bottom: 0px solid #00408F;
	background-color: #FFFFFF;
}
.facilityPlan .searchFilter .sortCount .count {
	float: none;
	width: 100%;
	border-bottom: 3px solid #00408F;
}
.facilityPlan .searchFilter .sortCount .count span.plan-filter-count {
    margin-right: 0px;
}
.facilityPlan .searchFilter .sortCount .sort {
	margin-top: 5px;
	text-align: right;
}
.facilityPlan .searchFilter .sortCount .sort button.order {
	border-radius: 3px;
	display: inline-block;
	font-size: 13px;
	line-height: 27px;
	padding:3px 5px;
}

.facilityPlan .planWrapper .singlePlan{ padding: 10px; border-bottom: 1px dotted #999}
.facilityPlan .planWrapper.planWrapperSelected .singlePlan{ padding: 10px 0}

.facilityPlan .planWrapper .singlePlan .boxL{width: 100%; float: none;}
.facilityPlan .planWrapper .singlePlan .boxL .unitA .planName {
	margin: 0 -10px;
	padding: 7px 2% 5px;
	background-color: #E8F3FF;
}	
.facilityPlan .planWrapper .singlePlan .boxL .unitA .planName a{
	font-size: 17px;
	text-decoration: none;
	line-height: 1.4em;
}
.facilityPlan .planWrapper .singlePlan:nth-child(1) .planName,
.facilityPlan .planWrapper .singlePlan:nth-child(2) .planName,
.facilityPlan .planWrapper .singlePlan:nth-child(3) .planName{
	padding-left: 0px;
	padding-right: 0px;
	background-image: none;
}
.facilityPlan .planWrapper .singlePlan .boxL .planLead{ line-height: 1.3;}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxL .planLead{ float:none; width: 280px; line-height: 1.3;}
.facilityPlan .planWrapper .singlePlan .boxL .planLead:before{ content: '★' ; float: left; color: #FFCB00; font-size: 21px; display: inline-block; line-height: 1.0; margin-top: -4px;}
.facilityPlan .planWrapper .singlePlan .boxL .unitB{
	margin-top: 5px;
	width: 48%;
	float: left;
}
.facilityPlan .planWrapper .singlePlan .boxL .unitB .boxA{ width: 100%; margin-right: 2%; height: auto; overflow: hidden;}
.facilityPlan .planWrapper .singlePlan .boxL .unitB .boxA .planThumb img{ width: 100%;}
.facilityPlan .planWrapper .singlePlan .boxL .unitB .boxB{
	display: none;
}
.facilityPlan .planWrapper .singlePlan .boxL .unitC{
	margin-top: 5px;
	width: 48%;
	float: right;
	display: block;
}

.facilityPlan .planWrapper .singlePlan .boxL .unitC .mainPrice {
    font-size: 18px;
    font-weight: bold;
    color: #DE1616;
}
.facilityPlan .planWrapper .singlePlan .boxL .unitC .mainPrice .small {
	font-size: 13px;
	margin-left: -3px;
}

.facilityPlan .planWrapper .singlePlan .boxL .unitC .tpoint {
    margin-top: 3px;
	/* todo 画像切り替え */
    /* background: url(/mrso_img/common/tpoint/vpoint.png) no-repeat 0px 30%; */
    padding-left: 17px;
    font-size: 12px;
}
.facilityPlan .planWrapper .singlePlan .boxL .unitC .tpoint span {
	color: #002778;
	font-weight: bold;
	font-size: 16px;
	margin-right: -5px;
}
	.facilityPlan .planWrapper .singlePlan .boxB_SP {
		clear: both
	}
	.facilityPlan .planWrapper .singlePlan .boxB_SP .planLead {
	line-height: 1.5;
}

.facilityPlan .planWrapper .singlePlan .boxR{
	width: 100%;
	float: none;
	clear: none;
}
	.facilityPlan .planWrapper .singlePlan .boxR .unitA {display: none}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper{ float: none; margin-right: 0px; margin-top: 5px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper .mainPrice{
	font-size: 19px;
	float: left;
	width: auto;
}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper .mainPrice .small{ font-size: 14px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper .tpoint{ margin-top: 3px;padding-left: 20px; float:left; font-size: 12px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper .tpoint span{ font-size: 13px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .priceWrapper .attention {
	float: none;
	font-size: 14px;
	clear: both;
	padding-top: 5px;
}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .btnWrapper {
	width: 50%;
	float: right;
	margin-top: 5px;
}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .btnWrapper a { padding: 5px 0px; color: #202020; font-size: 14px; font-weight: bold; display: block; margin-right: 2px; text-align: center;}
.facilityPlan .planWrapper .singlePlan .boxR .unitA .btnWrapper a:hover{ text-decoration: none;}
.facilityPlan .planWrapper .singlePlan .boxR .unitB{ margin-top: 10px;}
.facilityPlan .planWrapper .singlePlan .boxR .unitC{ margin-top: 5px; text-align: center;}
.facilityPlan .planWrapper .singlePlan .boxR .unitC .btnWrapper {float:none; width: 60%; display: inline-block;}
.facilityPlan .planWrapper .singlePlan .boxR .unitC .btnWrapper .btn02 {display: block; padding: 5px 10px; color: #202020; font-size: 14px; font-weight: bold; text-align: center;}

.facilityPlan .planWrapper .singlePlan #planBookmarkForm { float: left;}
.facilityPlan .planWrapper .singlePlan #planBookmarkForm a { background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; display: block; font-size: 13px; line-height: 24px; padding: 2px 5px 2px 5px; position: relative; text-align: center;}
.facilityPlan .planWrapper .singlePlan #planBookmarkForm a:hover{ opacity: 0.6; text-decoration: none;}
.facilityPlan .planWrapper .singlePlan #planBookmarkForm a span{ display: block; background: url(/mrso_img/facility/common/icon_favorite.png) 0 40% no-repeat; padding-left: 18px;}


.facilityPlan.facilityHome .planWrapper .singlePlan:hover{ background: rgba(255,255,224,1);cursor: pointer;}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxL{ float: none; width: 100%}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxL .unitA .planName{ float:none; line-height: 1.3; width: 100%;margin-right: 0px; /*padding-left: 40px;*/}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxL .unitA .planName a{ font-size: 16px;}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxR{ float: none; width: 100%}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxR .unitA .priceWrapper{ float: left;width: 48%}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxR .unitA .priceWrapper .mainPrice{float: none;}
.facilityPlan.facilityHome .planWrapper .singlePlan .boxR .unitA .priceWrapper .tpoint{float: none;}
.facilityPlan .btnWrapper.viewAll { margin-top: 5px; text-align: center;}
.facilityPlan .btnWrapper.viewAll a { font-size: 14px;}




.facilityInfo{ width: 96%; margin:0 2%;margin-top: 20px; }
.facilityInfo h2{ font-size: 16px; font-weight: bold;padding-bottom: 10px; line-height:1.3;}
.facilityInfoWrapper .facilityInfoList{ width: 100%}
.facilityInfoWrapper .facilityInfoList dt { font-weight: bold; font-size: 14px; margin-top: 10px; border-top: 1px dotted #999; padding: 10px 10px 0 10px}
.facilityInfoWrapper .boxL .facilityInfoList dt:first-child { margin-top: 0;}
.facilityInfoWrapper .facilityInfoList dd{ margin-top: 0px; padding: 0 10px}
.facilityInfoWrapper .facilityInfoList iframe{ width: 100%!important; height: 200px!important}
.facilityInfoWrapper .boxL{ width: 100%}
.facilityInfoWrapper .boxR{ width: 100%}


/* === プラン一覧 ============================== */



/* === 地図・アクセス ============================== */
.facilityAccess{ width: 96%;margin: 0 2%; margin-top: 20px;}
.facilityAccess h1{  font-size: 16px;}
.facilityAccess .mapWrapper{ margin-top: 10px;}
.facilityAccess .mapWrapper iframe{ width: 100%!important; height: 300px!important}
.facilityAccess .mapWrapper .noteWrapper .boxR .btnWrapper{ float: none;}
.facilityAccess .mapWrapper .noteWrapper .boxR .btnWrapper { float: right;}
.facilityAccess .mapWrapper .noteWrapper .boxR .btn02{ width: 212px; text-align: center; padding: 5px 20px; color: #202020; font-size: 14px; font-weight: bold; display: block;}
.facilityAccess .mapWrapper .noteWrapper .boxR .btnWrapper a:hover { text-decoration: none;}
.facilityAccess h3{ font-size: 24px; font-weight: bold; color: #333}
.facilityAccess .facilityInfoList dt:first-child{ margin-top: 5px;}


/* === プラン詳細 ============================== */
.detail .utilityBtnList{ display: none;}

.planDetail .planHead{ border: 3px solid #00408F; padding: 5px; margin: 5px 2% 0px 2%;}
.planDetail .planHead .boxA{ float: none; text-align: center;}
.planDetail .planHead .planThumb{ width: 50%; text-align: center; height: inherit; margin: 0 auto;}
.planDetail .planHead .planThumb img{ width: 100%}
.planDetail .planHead .boxB{ margin-left: 0px; width:100%; float:none;}
.planDetail .planHead .boxB .planName{ width: 100%; border-bottom: 1px solid #999;padding: 0;line-height: 1.2;}
.planDetail .planHead .boxB .planName a{ font-weight: bold; font-size: 18px; line-height: 1.2;}
.planDetail .planHead .priceWrapper{ padding: 0 5px; margin-top: 5px;}
.planDetail .planHead .priceWrapper .mainPrice{ float:none; font-size: 15px; margin-right: 0px; line-height: 1;}
.planDetail .planHead .priceWrapper .mainPrice span{  font-size: 21px; color: #DE1616}
.planDetail .planHead .priceWrapper .tpoint{
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	todo 画像切り替え
	/* background-image: url(/mrso_img/common/tpoint/vpoint.png); */
	padding: 5px 0 0 20px;
	float: none;
}
.planDetail .planHead .priceWrapper .tpoint span{color: #DE1616; font-weight: bold; font-size: 15px; padding-right: 3px;}
.planDetail .planHead .priceWrapper .tpoint span.attention {
	display: block;
	padding-left: 0px;
}
.planDetail .actionArea{ background: #f1f1f1; padding:10px; margin-top: 5px;}
.planDetail .actionArea .btnWrapper{ float:none; width: 100%; text-align: center;}
.planDetail .actionArea .btnWrapper a { padding: 5px 20px; color: #202020; font-size: 18px; font-weight: bold; display:inline-block; margin-right: 2px; text-align: center;}
.planDetail .actionArea .btnWrapper a:hover{ text-decoration: none;}
.planDetail .actionArea .actoinBtnList{ float: right;}
.planDetail .actionArea .actoinBtnList li{ float: left; margin-left: 10px;}
.planDetail .actionArea .actoinBtnList li a { background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; display: block; font-size: 13px; line-height: 24px; padding: 2px 20px 2px 15px; position: relative; text-align: center;}
.planDetail .actionArea .actoinBtnList li a:hover{ opacity: 0.6; text-decoration: none;}

.planBody{ margin: 0 2%;  }
.planBody h2{ font-size: 16px; font-weight: bold; border-bottom: none; padding:7px 10px; margin-top: 20px; color:#fff; background: #00408F; border-radius: 3px}
.planBody h3{ font-size: 16px; font-weight: bold; border-bottom: none; padding:7px 10px; margin-top: 20px; color:#fff; background: #00408F; border-radius: 3px}
.planBody h2{ background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; position: relative; }
.planBody h3{ background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; position: relative; }

.planBody h2:before{ content: "▲"; margin-right: 5px;}
.planBody h3:before{ content: "▲"; margin-right: 5px;}
.planBody h2.active:before{ content: "▼"}
.planBody h3.active:before{ content: "▼"}
.planBody .planRec .toggleBody,
.planBody .planFeature .toggleBody,
.planBody .planCheckDetail .toggleBody{display: none;}
.planBody .planRec h3:before,
.planBody .planFeature h3:before,
.planBody .planCheckDetail h3:before{ content: "▼";}
.planBody .planRec h3.active:before,
.planBody .planFeature h3.active:before,
.planBody .planCheckDetail h3.active:before{ content: "▲";}
.planBody .sectionBody{margin-top: 10px;}
.planBody .planTime .planTimeBody{ font-size: 18px;}
.planBody .planTime{ float: none; width: 100%}
.planBody .planTag{ float:none; width: 100%}
.planBody .planTag .moreBtn{ float: right; }
.planBody .planTag .tagList{ float: left;}
.planBody .planTag .tagList li{float: left;padding: 0 3px 3px 0;}
.planBody .planTag .tagList li span{ font-size: 13px;
display: block;padding: 2px 4px;border: solid 1px #eeeeee;white-space: nowrap;}
.planBody .planTag .tagList li.active span{background-color: #C8E7FF; color: #3E76BB; border: 1px solid #3E76BB}
.planBody .planTag .tagList li.inactive span{background-color: #f2f2f2; color: #999}

.planBody .planRec .planRecBody ul li{ width: 100%; background: #FFFEF1; padding: 7px 10px; float: left; margin-top: 5px; border: 1px dotted #999}
.planBody .planRec .planRecBody ul li:nth-child(2n){float: right;}
.planBody .planRec .planRecBody ul li:before{ content: '★' ; float: left; color: #FFCB00; font-size: 21px; display: inline-block; line-height: 1.0; margin: -1px 4px 0 0 ;}
.planBody .planFeature .planFeatureBody{ border: 3px dashed #00408F; padding: 20px}
.planBody .planFeature .planFeatureBody p.textBody {  line-height: 1.4; display:block;
column-count:1;
-webkit-column-count:1;
-moz-column-count:1;
-webkit-column-gap:3em;
-moz-column-gap:3em;}

.postPlanTable .label,
.postPlanTable .label th{ background: #00408F; color: #fff;}
.postPlanTable .label th,
.postPlanTable .label td{ text-align: center;}
.postPlanTable th,
.postPlanTable td{ border: 1px solid #dedede; padding: 5px}
.postPlanTable th{ width: 15%; text-align: center; font-weight: bold; vertical-align: middle; background: #f2f2f2}
.postPlanTable td.ttl{ width: 20%; vertical-align: middle;}
.postPlanTable td{ line-height: 1.3;}

.calendarWrapper{ border: 3px solid #00408F; border-top: none; margin-top: 30px;}
.calendarWrapper h2{ font-size: 16px; padding: 10px 10px 10px 40px; color: #fff; background:url(/mrso_img/facility/common/ribon.png) no-repeat 5px -2px #00408F; background-size:30px }
.calendarWrapper h3{ font-size: 16px; padding: 10px 10px 10px 40px; color: #fff; background:url(/mrso_img/facility/common/ribon.png) no-repeat 5px -2px #00408F; background-size:30px }
.calendarWrapper .attentionBig{
	padding: 10px 30px 10px 15px;
	font-size: 18px;
	width: 90%;
	background-image: url(/mrso_img/facility/common/ico_touch.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 25px auto;
}
.calendarWrapper .attentionBig .spText {display:inline-block;}
.calendarWrapper .attentionBig .pcText {display:none;}
.calendarWrapper .note{ padding: 10px 1%}
.calendarWrapper .note .contactWrapper { border: 2px solid #ccc;
	margin: 10px 0px;}
.calendarWrapper .note .contactWrapper .telbox{
	padding: 5px 20px;
	border-right: none;
	float: none;
	width: 100%;
	text-align: center;
}
.calendarWrapper .note .contactWrapper .telbox .tel{ font-size: 21px; font-weight: bold;}
.calendarWrapper .note .contactWrapper .telbox .kiyakuLink{ font-size: 11px;}
.calendarWrapper .note .contactWrapper .ctBtn{ float: none; width: 100%; border-top: 1px solid #ccc; padding:10px 0 10px 0; text-align: center;}
.calendarWrapper .note .contactWrapper .ctBtn span{ padding-left: 10px;}
.calendarWrapper .note .contactWrapper .ctBtn a{ display: inline-block; background-color: #f2f2f2; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset; color: #282828; font-size: 13px; padding: 5px 20px; position: relative; text-align: center;}
.calendarWrapper .iconExp{ background: #fff ; background: rgba(255,255,255,0.6);  padding: 10px 20px;}
.calendarWrapper .iconExp span.b{ font-weight: bold;}
.calendarWrapper .iconExp span.red{ color:red;font-weight:bold}

.reserve-calender-wrapper{ padding: 10px 0%; background:#92c1e3}

/* カレンダー6ヶ月表記*/
.reserve-calender{ float: none; margin-bottom: 10px; margin-right: 0px; width: 100%}
.reserve-calender03,
.reserve-calender06{ margin-right: 0;}

.postPlanCalendar h4{ margin-bottom: 10px;}
.reserve-calender h3 { margin-left:0; }
.reserve-calender table th, .reserve-calender table td {/* カレンダー設定 */ border-right:1px solid #92c1e3; border-bottom:1px solid #92c1e3; text-align:center; vertical-align:top; background-color:#ffffff; }
.reserve-calender table td { width:14%; height:66px; }

.reserve-calender table { border-top:1px solid #92c1e3; border-left:1px solid #92c1e3; width:100%; }
.reserve-calender table th.YearMonth { padding:10px 0; background-color:#00408F; color: #fff;
	font-weight: bold;
	}
.reserve-calender table td a {
    /*リンク全体設定*/ 
    display:block; text-decoration:none; 
}
.reserve-calender table span {/*spanをブロック要素に*/ display:block; }

.reserve-calender table td a{ font-size: 120%;
/* border-radius */
width: 90%; height: 60px; margin: 5%; font-weight: bold;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
}
.reserve-calender table td span.hizuke { color:#333!important; padding-top: 4px; font-size: 13px; line-height: 1.1; }

.reserve-calender table td.BGisDay a.reqLink { height: 30px; background-color: #85C363; box-shadow: none; box-shadow: 0 2px #508032; -moz-box-shadow: 0 2px #508032; -webkit-box-shadow: 0 2px #508032; display: block; width: 40px; padding-top: 7px; color: #FFF;}
.reserve-calender table td.BGisSun{ background: #fff2f6}
.reserve-calender table td.BGisSat{ background: #eef3f9}
.reserve-calender table td.BGisDay a.reqLink:hover { background-color: #FFDB90 !important; box-shadow: 0 2px #508032; -moz-box-shadow: 0 2px #508032; -webkit-box-shadow: 0 2px #508032;}
.reserve-calender table td  a.reqLink span.req { font-size: 10px; line-height: 1.2; width: 38px;}
.reserve-calender table td  a.reqLink:hover span.req { 	color: #414141;}

.reserve-calender table td span.full{ color: red!important; font-weight: bold; padding-top: 15px}
.reserve-calender table td.BGisSun span.hizuke{	color: red!important;}
.reserve-calender table td span.circle { font-weight: bold; font-size: 22px; line-height: 1.0; }
.reserve-calender table .end { vertical-align:middle; }
.reserve-calender table td.BGisGrey span.hizuke  { color:#cccccc!important; }
.reserve-calender table td a:hover span.hizuke { text-decoration:none!important; color:#ffffff!important; }
.reserve-calender table td.BGisDay a {    background-color: #ffcb00; color: #000}
.reserve-calender table td.BGisSun a {color: red;	}
.reserve-calender table td a:hover {	color:#FFFFFF!important; opacity: 0.6	}

.reserve-calender table td.BGisSat a:hover { background-color:#a9c9ff!important; }
.reserve-calender table td.BGisSun a:hover { background-color:#ffcada!important; }

table td.BGisSat a {/*土曜日*/ background-color:#f7fafc!important; background-color:#a9c9ff!important; }
table td.BGisSun a {/*日曜日*/ background-color:#fff5f8!important; background-color:#ffcada!important; }
table td.BGisGrey a {/*グレー背景*/ background-color:#eeeeee!important; }

.facilityOtherPlan{ margin: 0 2%;}
.facilityOtherPlan h2{ font-size: 18px; font-weight: bold; border-bottom: 1px solid #666; padding-bottom: 5px; margin-top: 20px; color: #00408F}
.facilityOtherPlan h3{ font-size: 18px; font-weight: bold; border-bottom: 1px solid #666; padding-bottom: 5px; margin-top: 20px; color: #00408F}

.facilityOtherPlan .planWrapper .singlePlan{ border-bottom: 1px dotted #ccc; padding: 10px 0}
.facilityOtherPlan .planWrapper .singlePlan:hover{ background: rgba(255,255,224,1);cursor: pointer;}
.facilityOtherPlan .planWrapper .singlePlan .boxL{ width:20%}
.facilityOtherPlan .planWrapper .singlePlan .boxR{ width: 78%}
.facilityOtherPlan .planWrapper .singlePlan .boxR .planName a{ font-size: 14px; font-weight: bold; line-height: 1.3;}
/*.facilityOtherPlan .planWrapper .singlePlan .boxR .mainPrice span{ color: #DE1616; font-weight: bold;}*/
.facilityOtherPlan .planWrapper .singlePlan .tagList li{float: left;padding: 0 3px 3px 0;}
.facilityOtherPlan .planWrapper .singlePlan .tagList li span{ font-size: 12px;
display: block;padding: 2px 4px;border: solid 1px #eeeeee;white-space: nowrap;}
.facilityOtherPlan .planWrapper .singlePlan .tagList li.active span{background-color: #C8E7FF; color: #3E76BB; border: 1px solid #3E76BB}
.facilityOtherPlan .planWrapper .singlePlan .tagList li.inactive span{background-color: #f2f2f2; color: #aaa}

/* 1602　受診者の感想 */
	#review {
		width: 96%;
		margin: 0 2%;
	}
	#review h2 {
		font-size:18px;
	}
	#review .box01 h3 {
		font-size:16px;
	}
	#review .box01 ul {
		width:80%;
		margin:20px auto;
	}
	#review .box01 ul li {
		width:100%;
		float:none;
		margin-right:0;
	}
	#review .box01 ul li span {
		font-size:12px;
	}
	#review .box02 {
		padding:22px 4% 22px;
	}
	#review .box02 h3 {
		font-size:18px;
	}
	#review .box02.thanks .firstP {
		font-size:20px;
		margin-bottom:10px;
	}
	#review .box02.thanks .btn03 {
		width:80%;
		margin:20px auto;
	}
	#review .box02.register div {
		width:auto;
	}
	#review .box02.register div input[type=email] {
		width:100%;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		float:none;
	}
	#review .box02.register div input[type=submit] {
		width:80%;
		margin:10px auto;
		float:none;
	}
	#review .box02.register div .btn03 {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,2555,255,0.4);
		-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.3),inset 1px 1px 0px rgba(255,2555,255,0.4);
		box-shadow: 1px 1px 0px rgba(0,0,0,0.3),inset 1px 1px 0px rgba(255,2555,255,0.4);
	}
	#review .box02.login ul {
		width:auto;
		margin-bottom:0;
	}
	#review .box02.login ul li {
		width:100%;
		float:none;
		margin:0 0 10px 0;
	}
	#review .box02.login div.buttonBox .btn03 {
		width:80%;
		margin:20px auto;
	}
	#review .box02.login div.buttonBox span {
		position:relative;
		bottom: auto;
		left:auto;
	}
	#review .reviewHeader {
	padding:14px 2% 0;
	}
	#review .reviewFooter {
		padding:0px 2% 30px;
	}
	#review .number {
		width:auto;
		float:none;
		font-size:16px;
	}
	#review .pageNav {
		width:auto;
		float:none;
	}
	#review .pageNav ul li {
		margin-top:6px;
	}
	#review .reviewBox {
		margin:20px 4%;
	}
	#review .reviewBox .left {
		display:none;
	}
	#review .reviewBox .right {
		margin-left:0;
	}
	#review .reviewBox .right .plan span {
		float:none;
	}
	#review .reviewBox .right .plan div {
		margin-left:0;
	}

}

/* ▼2015-10-08 Shintaro Torii */
@media only screen and (min-width: 641px) {
    .certification  {
        position: relative;
    }
}
@media only screen and (max-width: 640px) {
    .certification  {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }



}
/* ▲2015-10-08 Shintaro Torii */


/* === ご意見ボックス ============================== */
#contactInfo {
	margin: 30px auto 0;
	width: 960px;
}
#contactInfo:after {
 content: "";
 clear: both;
 display: block;
}
#sendFeedback,#sentFeedback {
	clear: right;
	float: right;
	padding: 15px;
	background-color: #1C427B;
	width: 425px;
}
#sendFeedback p,#sentFeedback p {
	padding: 15px 0px 5px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#sendFeedback a.contactBtn,
#sentFeedback a.contactBtn{
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	display: block;
	text-align: center;
}
#sendFeedback a.contactBtn span,
#sentFeedback a.contactBtn span {
	padding-right: 15px;
	background-image: url(/mrso_img/sp/common/icon_arrow02.png);
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: 100% 50%;}
#sentFeedback a:hover,
#sendFeedback a:hover {
	text-decoration: none;
}
#sendFeedback h3,
#sentFeedback h3{
	color: #FFFFFF;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/mrso_img/saerchs/icon_speech.png);
	margin-bottom: 10px;
	padding-top: 40px;
	font-weight: bold;
	text-align: center;
}
#sendFeedback h3 span.small,
#sentFeedback h3 span.small{
	font-size: 16px;
}
#sendFeedback textarea {
	width: 100%;
	border: none;
	padding: 5px;
	height: 110px;
	margin-bottom: 5px;
}
#sendFeedback .submit input {
	font-size: 14px;
	color: #202020;
	font-size: 14px;
	font-weight: bold;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ffcb00;
	-moz-box-shadow: 1px 1px 0px rgba(173,139,7,1.00), inset 1px 1px 0px rgba(255,234,153,1.00);
	-webkit-box-shadow: 1px 1px 0px rgba(173,139,7,1.00),inset 1px 1px 0px rgba(255,234,153,1.00);
	box-shadow: 1px 1px 0px rgba(173,139,7,1.00),inset 1px 1px 0px rgba(255,234,153,1.00);
	background-color: #ffcb00;
	padding: 4px 20px 2px;
	position: relative;
	margin: 0 auto;
	-webkit-appearance: none;
}
#sendFeedback .submit input:hover {
	background-color: #FFE891;
	cursor:pointer;
}
@media only screen and (max-width: 640px) {
	#contactInfo {
		margin: 30px auto 0;
		width: 100%;
	}
	#contactInfo .boxL {
		display:none;}
	#contactInfo .boxR {
		float:none;}
	#sendFeedback, #sentFeedback{
	float: none;
	width: 100%;
	padding: 10px 2%;
	margin: 20px 0;
}
	#sendFeedback h3,
	#sentFeedback h3{
	background-color: #1C427B;
	padding: 0px 30px 0px 0px;
	background-image: url(/mrso_img/sp/common/icon_arrow06.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	border: none;
	margin-bottom: 0px;
	line-height: 1.2em;
	background-size: 13px 8px;
	text-align: left;
		}
	#sendFeedback h3.active,
	#sentFeedback h3{
	background-image: url(/mrso_img/sp/common/icon_arrow07.png);}
	#sendFeedback h3 span.speech,
	#sentFeedback h3 span.speech {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left 50%;
	background-image: url(/mrso_img/saerchs/icon_speech.png);
	background-size: 20px auto;
	display: block;
}
	#sendFeedback h3 span.small,
	#sentFeedback h3 span.small{
	padding-left: 0px;
	display: block;
	font-size: 12px;
}
	#sendFeedback textarea {
	margin: 10px 2% 5px;
	width: 96%;
}
	

}
#header.v3 .block2 {
    margin-bottom: 10px;
}

.facilityName + .facilityAddress {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
}
.reserve-calender table td a > span.small {
    display: inline;
}
.reserve-calender table td a > .small {
    font-size: 10px;
    line-height: 1.3;
}



/* === 施設ページエリアタグ ============================== */
#facilitiyAreaTag {
	margin-top: 10px;
}
#facilitiyAreaTag,#facilitiyAreaTag ul:after {
  content: "";
  clear: both;
  display: block;
}/* ↓↓180612修正↓↓ */
#facilitiyAreaTag .facilitiyAreaTagTtl {
	color: #00409B;
	font-weight: bold;
	float: left;
	font-size: 13px;
}
#facilitiyAreaTag > ul > li{
	float: left;
	position: relative;
	background-image: url(/mrso_img/common/icon_arrow_down.png);
	background-repeat: no-repeat;
	padding: 0px 10px 0px 5px;
	background-position: 100% 7px;
	text-decoration: underline;
	font-size: 12px;
	margin-bottom: 3px;
}
#facilitiyAreaTag > ul > li:hover {
	text-decoration: underline;
	cursor: default;
	color: #0065b8;
	background-image: url(/mrso_img/common/icon_arrow_up.png);
}
#facilitiyAreaTag .toggleMenu {
	display: none;
}
#facilitiyAreaTag .toggleMenu.active {
	display: block;
}
#facilitiyAreaTag > ul > li > ul {
	border-radius: 3px;
	padding: 10px 10px 10px 5px;
	border: 2px solid #00409B;
	position: absolute;
	top: 16px;
	left: -3px;
	background-color: #FFFFFF;
	z-index: 999999;
}
#facilitiyAreaTag > ul > li > ul > li a{
	color: #0065b8;
	display: block;
	white-space: nowrap;
	height: 21px;
}
#facilitiyAreaTag > ul > li > ul > li a:before {
	content: "・";
	color: #00409B;
}

@media only screen and (max-width: 640px) {
	#facilitiyAreaTag {display:none;}	
	.facilityCalendar h1 {
	padding: 0 4%;
	font-size: 20px;
}
	.tableNavi {
	margin: 0px 4%
}
	.monthSelectList {
	margin-top: 10px;
}
}


/* 健保 */
.kenpo-text-link {
    padding: 5px 0;  
}

.kenpo-text-link a {
  display: block;
  border: 1px solid rgba(87,106,122,1.00);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(87,106,122,1.00);
  color: #576a7a;
  font-size: 14px;
  text-align: center;
  background-color: #dce2e7;
  font-weight: 600;
  line-height: 41px;
  height: 41px;
  transition: all 0.1s ease-out;
  margin: 0 auto;
  width: 80%;
  letter-spacing: 0.03em
}

.kenpo-text-link a:hover {
    text-decoration: none;
    box-shadow: 0 0px 0 rgba(247,147,30,1.00);
    margin-top: 3px;
    margin-bottom: -3px;
}

@media only screen and (max-width: 640px) {
    .kenpo-text-link{
        border-radius: 5px;
        background : none;
        padding: 5px 3%;
    }
    .kenpo-text-link a{
        font-size: 14px;
        border-radius: 4px;
        line-height: 1.2em;
        height: auto;
        padding: 1.0em 0;
        width: 100%;
    }
}

.kenpo-login-img {
	margin: 10px 0;
}

/* プラン詳細注意文言 */
ul.plan_attention {
  display: list-item;
  list-style-type: disc;
  margin: 1em 0px 1em 3em;
}
ul.plan_attention li {
  margin-bottom: 0.5em;
}