@charset "utf-8";
/* hall_d.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 施設概要        　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#about_area {
	padding-top: 100px;
	text-align: center;
	padding-bottom: 170px;
}

#about_area h2 {
	font-size: 42px;
	line-height: 1.2em;
	margin-bottom: 35px;
}
#about_area h2 span {
	font-size: 20px;
	display: block;
	letter-spacing: 5px;
	margin-left: 5px;
}

/* スマホメイン画像 */
#sp_main_pic {
	margin-bottom: 50px;
	display: none;
}

#sp_main_pic img {
	width: 100%;
	height: auto;
}

/* TEL.FAX */
#tel_fax {
	font-size: 35px;
	margin-top: 45px;
	line-height: 1.4em;
	margin-bottom: 50px;
}
#tel_fax a {
	text-decoration: none;
	color: #333333;
}

/* 概要 */
#gaiyou_box {
	background-color: #FFFFFF;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 80px;
}
#gaiyou_box h3 {
	position: absolute;
	left: 35px;
	top: 35px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	height: 150px;
	writing-mode: vertical-rl;
	align-items: center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
#gaiyou_box p + h4 {
	margin-top: 25px;
}

/* PCメイン画像 */
#main_pic img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 施設案内        　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#annai_area {
	text-align: center;
	padding-bottom: 150px;
}
#annai_area h3 {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	height: 150px;
	writing-mode: vertical-rl;
	align-items: center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

/* フロアマップ */
#floor_map_pc {
}
#floor_map_pc img {
	width: 100%;
	height: auto;
}

#floor_map_sp {
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 45px;
	display: none;
}
#floor_map_sp img {
	width: 100%;
	height: auto;
}

/* スマホ用 写真 */
#sp_pic {
	display: none;
}
#sp_pic li {
	width: 50%;
	float: left;
}
#sp_pic li img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* アクセス        　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#access_area {
	padding-bottom: 300px;
}
#access_area .inner {
	display: table;
}
#access_tt {
	width: 340px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#access_area h3 {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	height: 150px;
	writing-mode: vertical-rl;
	align-items: center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#access_area a {
	text-decoration: none;
	color: #333333;
}

#access_map {
	width: 660px;
}
#access_map iframe {
	width: 100%;
	height: 516px;
}






/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 施設概要        　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#about_area {
	padding-top: 0px;
	padding-bottom: 0px;
}
#about_area .inner {
	display: flex;
    flex-direction: column;
}

#about_area h2 {
	font-size: 30px;
}
#about_area h2 span {
	font-size: 16px;
}

/* TEL.FAX */
#tel_fax {
	font-size: 25px;
	margin-bottom: 40px;
}

/* 概要 */
#gaiyou_text {
	order: 2;
}
#gaiyou_box {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
}
#gaiyou_box h3 {
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
#gaiyou_box p + h4 {
	margin-top: 25px;
}

/* PCメイン画像 */

#main_pic {
	margin-bottom: 53px;
}

/* flexによる順番変更 */
#about_area .inner h2 {
	order: 0;
}
#main_pic {
	order: 1;
}

#adrs_tel {
	order: 2;
}
#gaiyou_text {
	order: 3;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 施設案内        　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#annai_area {
	padding-bottom: 80px;
}

/* フロアマップ */
#floor_map_pc {
	display: none;
}
#floor_map_sp {
	display: inherit;
}

/* スマホ用 写真 */
#sp_pic {
	display: inherit;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* アクセス        　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#access_area {
	padding-bottom: 100px;
}
#access_area .inner {
	display: inherit;
}
#access_tt {
	width: 100%;
	display: inherit;
}
#access_tt ul {
	display: none;
}
#access_map {
	width: 100%;
	display: inherit;
}
#access_map iframe {
	height: 293px;
}


}
