/**
 *
 *	Apply Style： style
 *	Style Name： /css/about/facilities/style_rwd.css
 *
 */

/**
 *
 *	レスポンシブスタイル
 *
 */

@media all and (max-width: 767px) {

/*------------------------------------------
 *	sec-about
------------------------------------------*/
.tit-page {
	background: url("/images/about/facilities/bg_page_mobile.jpg") center center no-repeat;
	background-size: cover;
	height: 175px;
}

.sec-facilities {
	margin: 0 0 48px;
}

.sec-facilities .tit {
	font-size: 2.4rem;
	text-align: center;
	max-width: inherit;
	margin: -15px auto 10px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0 10px;
}

.sec-facilities .tit-en {
	font-size: 1.4rem;
	text-align: center;
	font-family: "メイリオ",Meiryo,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	max-width: inherit;
	color: #ff8f62;
	margin: 0 auto;
	letter-spacing: 0.05em;
	padding: 0 10px;
}

/*------------------------------------------
 *	sec-room
------------------------------------------*/
.sec-room {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 32px 10px 180px;
	background: url(/images/about/facilities/illust_facilities_mobile.jpg) right bottom 76px no-repeat;
	background-size: 317px 130px;
}

.sec-room h3 {
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
	position: relative;
	text-align: center;
}

.sec-room h3::before {
	background-color: #57d5b4;
	bottom: -12px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 25px;
}

.sec-room .summary {
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 0 0 25px;
	text-align: left;
}

.sec-room .contents-room {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contents-room .room {
	width: 100%;
	padding: 0 20px;
	text-align: center;
	margin: 0 0 30px;
	box-sizing: border-box;
}

.contents-room .room .img {
	margin: 0 0 15px;
	text-align: center;
}

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

.contents-room .room .room-name {
	color: #ff672a;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 5px 5px;
	border-bottom: 1px solid #ff672a;
	margin: 0 auto 10px;
	line-height: 1;
}

.contents-room .room p {
	font-size: 1.3rem;
	line-height: 1.6;
	display: inline-block;
	text-align: left;
}

/*------------------------------------------
 *	sec-room
------------------------------------------*/
.sec-equipment {
	width: 100%;
	padding: 0 10px;
	background: url(/images/about/facilities/bg_facilities_mobile.jpg) #a3e7d5 left top no-repeat;
	background-size: 135px 79px;
}

.sec-equipment .sec-in {
	max-width: inherit;
	margin: 0 auto;
	padding: 40px 0 70px;
	position: relative;
	z-index: 1;
}

.sec-equipment .sec-in .illust {
	position: absolute;
	top: 0;
	left: -290px;
	display: none;
}

.sec-equipment .contents-equipment {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.contents-equipment .facilities {
	width: 47%;
	margin: 0 0 25px 0;
}

.contents-equipment .facilities:nth-child(4n) {
	width: 47%;
	margin: 0 0 25px 0;
}

.contents-equipment .facilities .img {
	margin: 0 0 10px;
}

.contents-equipment .facilities .img img {
	width: 100%;
	height: auto;
}

.contents-equipment .facilities .facilities-name {
	font-size: 1.4rem;
	margin: 0 0 5px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}

.contents-equipment .facilities p {
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}

/*------------------------------------------
 *	local-menu
------------------------------------------*/
.local-menu {
	background: #c1f8e9;
	padding: 0 10px 36px;
	position: relative;
}

.local-menu::before {
	width: 90px;
	height: 90px;
	border-radius: 90px;
	background: #c1f8e9;
	display: block;
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	margin: 0 0 0 -45px;
}

.local-menu .menu-in {
	max-width: inherit;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.local-menu .ico-about {
	width: 51px;
	margin: 0 auto 16px;
	transform: translateY(-5px);
}

.local-menu .ico-about img {
	width: 51px;
	height: 40px;
}

.local-menu .contents-menu {
	display: block;
}

.local-menu .contents-menu .menu {
	display: flex;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 4px 16px 0 rgba(96, 96, 96, 0.1);
	color: #222222;
	transition: all 0.5s ease;
	align-items: center;
	font-size: 1.4rem;
	justify-content: flex-start;
	margin: 0 0 12px;
}

.local-menu .contents-menu .menu:hover {
	background: #fff;
}

.contents-menu .menu .img {
	width: 115px;
	height: 80px;
	overflow: hidden;
	transition: all 0.5s ease;
	position: relative;
	margin: 0 12px 0 0;
}

.contents-menu .menu .img img {
	width: 115px;
	height: auto;
}

.contents-menu .menu .img:after {
	display: none;
}

.contents-menu .menu .img img {
	transition: all 0.5s ease;
}

.contents-menu .menu:hover .img img {
	transform: scale(1);
}

.local-menu .contents-menu .menu p {
	font-size: 1.4rem;
	padding: 0 0 0 22px;
	background: url(/images/about/arrow_localmenu.svg) left center no-repeat;
	background-size: 12px 12px;
	margin: 22px 0;
	font-weight: bold;
	color: #222222;
}

.local-menu .contents-menu .menu:hover p {
	background: url(/images/about/arrow_localmenu.svg) left center no-repeat;
	background-size: 12px 12px;
	color: #222222;
}

/*	sp用表示コンテンツ	*/
.sec-facilities .img-sp {
	display: block;
	margin: 0 auto;
}

/*	非表示コンテンツ	*/
.sec-facilities .img-pc {
	display: none;
}


}