@charset "UTF-8";
/* CSS Document */

section.page_read{
    position: relative;
    width: 1000px;
/*    height: 200px;*/
    height: 160px;
    margin: 0 auto;
    color: #0077fd;
}
section.page_read h2{
    position: absolute;
    font-size:36px;
    font-weight: bold;
    letter-spacing: -1px;
    left: 5px;
/*    top: 70px;*/
    top: 40px;
}
section.page_read .h2 br{
    display: none;
}
section.page_read .h2_eng{
    position: absolute;
    font-size:16px;
    font-weight: bold;
    letter-spacing: -1px;
    left: 5px;
/*    top: 130px;*/
    top: 100px;
}

/*####################*/
/*施設紹介　*/
/*####################*/

dl.list_index4w {}

dl.list_index4w dt {
    clear: left;
    float: left;
    margin: 0 0 0.5em 0;
}

dl.list_index4w dd {
    margin: 0 0 0.5em 4.5em;
}
ul.icon_list{
    background-color: #f7f7f7;
    list-style: none;
    padding: 20px;
    margin: 20px auto;
}
ul.icon_list li{
    float: left;
    width: 150px;
    height: 50px;
}
ul.icon_list li.noavaival{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
}
ul.icon_list li.ekichika{
    background: url(../../images/icon_ekichika.png) 20px top no-repeat;
}
ul.icon_list li.parking{
    background: url(../../images/icon_parking.png) 20px top no-repeat;
}
ul.icon_list li.rental{
    background: url(../../images/icon_rental.png) 20px top no-repeat;
}
ul.icon_list li.lockerroom{
    background: url(../../images/icon_lockerroom.png) 20px top no-repeat;
}
ul.icon_list li.restaurant{
    background: url(../../images/icon_restaurant.png) 20px top no-repeat;
}
ul.icon_list li.shop{
    background: url(../../images/icon_shop.png) 20px top no-repeat;
}
ul.icon_list li.wifi{
    background: url(../../images/icon_wifi.png) 20px top no-repeat;
}
ul.icon_list li.kurumaisu{
    background: url(../../images/icon_kurumaisu.png) 20px top no-repeat;
}
.ph_box{
    margin: 0 0 40px 0;
}
.ph_box img{
    float: left;
    width: 220px;
    height: auto;
    margin: 0 25px 0 0;
}
.ph_box .ph_box_text{
    margin: 0 0 0 240px;
}
.ph_link_box{
    float:left;
    width: 310px;
    margin: 0 0 20px 0;
}
.ph_link_box.odd{
    margin: 0 20px 20px 0;
}
.ph_link_box img{
    width: 310px;
    height: auto;
}

/*----施設配置図----*/
.shisetsu_map {
	position: relative;
	width: 650px;
	height: 938px;
}
.shisetsu_map_btn_01 {
	position: ;
	left: 0;
	max-width: 100%;
}
	
/*----施設概要 table----*/
table.shisetsu_tbl {
    margin: 0 0 30px 0;
}

table.shisetsu_tbl tr {}

table.shisetsu_tbl th {
	padding: 5px;
    vertical-align: top;
	font-weight: bold;
	border-bottom: #ccc 1px dotted;
}
table.shisetsu_tbl td {
	padding: 5px;
    vertical-align: top;
	text-align: left;
	border-bottom: #ccc 1px dotted;
}

table.shisetsu_tbl.w100 {
	width: 100%;
}

/*####################*/
/*イベント　*/
/*####################*/
.event_calendar_tbl {
	width: 100%;
	border-top: solid 1px #f0f0f0;
}

.event_calendar_tbl th {
	background-color: #f6f7fe;
	border-bottom: solid 1px #f0f0f0;
	padding: 5px;
}

.event_calendar_tbl th.cal_day01 {
	width: 10%;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
}

.event_calendar_tbl th.cal_day02{
	width: 5%;
	font-weight: bold;
	text-align: center;
}

.event_calendar_tbl th.cal_day03 {
	width: 5%;
	font-weight: bold;
	text-align: center;
	color: #0024F9;
}

.event_calendar_tbl th.cal_day04 {
	width: 5%;
	font-weight: bold;
	text-align: center;
	color: #FF0004;
}

.event_calendar_tbl td {
	border-bottom: solid 1px #f0f0f0;
	padding: 5px;
}

nav.pagenation {
	position: relative;
	padding-bottom: 30px;
}

nav.pagenation a {
	color: #0077fd;
    text-decoration: none;
}

nav.pagenation .next,
nav.pagenation .back {
	position: absolute; 
}
nav.pagenation .next {
	right: 0;
	padding: 0 15px 0 0;
	background: url(/images/arrow_blue.png) right 50% no-repeat;
}
nav.pagenation .back {
	left: 0;
	padding: 0 0 0 15px;
	background: url(/images/arrow_blue_02.png) left 50% no-repeat;
}

/*-----イベント アイコン-----*/
.icon_event{
	color:#fff;
	font-size: 0.8em;
	margin: 0 10px;
	padding: 2px 3px;
	display: inline-block;
	text-align: center;
}

/*####################*/
/*お問合せ　*/
/*####################*/
.contact_table {
	background-color: #fff;
	margin-bottom: 1em;
	width: 100%;
	margin-top: 20px;
}

.contact_table th,
.contact_table td {
	text-align: left;
	border: 1px #f0f0f0 solid;
	padding: 10px;
}

.contact_table th {
	width: 160px;
	background-color: #daebff;
	font-weight: bold;
}

.contact_table td input,
.contact_table td textarea{
	border: 1px #ccc solid;
	padding: 2px;
}
.contact_table td input.tex {
	width: 100%;
}
.contact_table td input.tel {
	width: 20%;
}
.contact_table td textarea {
	width: 100%;
}
.contact_table td .error_message {
	color: #f33;
}

p.btn {
	text-align: center;
}

p.btn input,
p.btn a {
	margin: 0 auto;
	padding-top: 0.2em;
	width: 80px;
	height: 30px;
	display: block;
	color: #fff;
	background: #0077fd;
	text-decoration: none;
}

.contact_tel_number {
	font-size: 24px;
	font-weight: bold;
}

/*####################*/
/*サイトマップ　*/
/*####################*/
ul.list_sitemap li {
	padding-left: 20px;
	background: url(/images/arrow_cir_blue_02.png) left 0.3em no-repeat;
	margin-bottom: 1em;
}

ul.list_sitemap li ul {
	margin-top: 1em;
}

ul.list_sitemap li ul li {
	padding-left: 16px;
	margin-bottom: 0em;
	background: url(/images/arrow_blue.png) left 0.5em no-repeat;
}

ul.list_sitemap li ul li ul{
	margin-top: 1em;
}

ul.list_sitemap li ul li ul li {
	padding-left: 16px;
	margin-bottom: 1em;
	background: url(/images/cir_blue.png) left 0.5em no-repeat;
}

ul.list_sitemap li a {
	color: #0077fd;
    text-decoration: none;
}

ul.cal_ul {
	margin: -25px 0 10px;
	color: #0077fd;
	font-size:75%;
	line-height: 1.5em;
}
ul.cal_ul li{
	text-indent: -1em;
	padding-left: 1em;
}
ul.cal_ul li a{
	text-decoration: none;
	color: inherit;
}

/*##############################################*/
/*##############################################*/
/*##############################################*/
/*スマートフォン想定*/
/*##############################################*/
/*##############################################*/
/*##############################################*/


@media screen and (max-width: 768px) {
section.page_read{
    position: relative;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    color: #0077fd;
}
section.page_read h2{
    position: absolute;
    font-size:24px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.3;
    left: 25px;
    top: 30px;
}
section.page_read .midashi br{
    display: inherit;
}
section.page_read .h2_eng{
    position: absolute;
    font-size:14px;
    font-weight: bold;
    letter-spacing: -1px;
    left: 25px;
    top: 58px;
    width: 190px;
}
/*####################*/
/*施設紹介　*/
/*####################*/
img {
	width: 100%;
}
.ph_box{
    margin: 0 0 40px 0;
}
.ph_box img{
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.ph_box .ph_box_text{
    margin: 0 0 20px 0;
}
.ph_link_box{
    float:none;
    width: 100%;
    margin: 0 0 20px 0;
}
.ph_link_box.odd{
    margin: 0 0 20px 0;
}
.ph_link_box img{
    width: 100%;
    height: auto;
}
.shisetsu_map{
    width: 100%;
    height: 300px;
}

shisetsu_map_btn_01 {
	max-width: 100%;
}
/*----施設概要 table----*/
table.shisetsu_tbl {
	width: 100%;
}

/*####################*/
/*イベント　*/
/*####################*/
.event_calendar_tbl {
	font-size: 80%;
}

.event_calendar_tbl th.cal_day01 {
	width: 5%;
	font-size: 130%;
}

.contact_tel_number {
	font-size: 18px;
	font-weight: bold;
}

.contact_table th,
.contact_table td {
	display: block;
}
	.contact_table th {
	width:auto;
	white-space: nowrap;
}

}
/*スマホ想定ここまで*/



	/* yana 2017.4.18 */
	@media screen and (min-width: 768px) and (max-width: 768px) {
		.ph_link_box{
			float:left;
			width: 310px;
			margin: 0 0 20px 0;
		}
		.ph_link_box.odd{
			margin: 0 40px 20px 0;
		}
		.ph_link_box img{
			width: 310px;
			height: auto;
		}
	}
