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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: 500px;
	background-color: #3F3C79;
	background-image: -webkit-linear-gradient(270deg,rgba(63,60,121,1.00) 0%,rgba(29,28,56,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(63,60,121,1.00) 0%,rgba(29,28,56,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(63,60,121,1.00) 0%,rgba(29,28,56,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(63,60,121,1.00) 0%,rgba(29,28,56,1.00) 100%);
}
#kv h2 {
	height: 253px;
	
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* データエリア　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#pamph_area {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 100px;
}
#pamph_area p {
	text-align: center;
	margin-bottom: 15px;
}
.dl_bt {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	text-align: center;
}
.dl_bt a {
	background-color: #000000;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 50px;
	background-image: url(../images/bt_arrow_01.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 9px auto;
}
#pamph_area li {
	margin-bottom: 10px;
}
#pamph_area li img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 館内図　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#map_data {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
}
#map_data h4 {
	margin-bottom: 50px;
	color: #413A7C;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #413A7C;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #413A7C;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#map_data ul {
	margin-bottom: 30px;
}
#map_data li {
	margin-bottom: 10px;
}
#map_data li img {
	width: 100%;
	height: auto;
}













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


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
#kv h2 {
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* データエリア　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#pamph_area {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 60px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 館内図　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#map_data {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
}
#map_data h4 {
	margin-bottom: 30px;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}


}
