@charset "utf-8";
@import "default.css";
@import "base.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
	.sp {
		display: none;
	}
#catch  {
	height: 386px;
}
#catch .bxSlider .slide:nth-of-type(1) {
	background-image: url(../images/index/main_photo01.png);
	height: 386px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#catch .bxSlider .slide:nth-of-type(2) {
	background-image: url(../images/index/main_photo02.png);
	height: 386px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#catch .bxSlider .slide:nth-of-type(3) {
	background-image: url(../images/index/main_photo03.png);
	height: 386px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#catch .bxSlider .slide p {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 386px;
}
#catch .bxSlider .slide p img {
	position: absolute;
	left: 0px;
	bottom: 50px;
}
#soudan p {
	font-size: 23px;
	color: #0377BF;
	margin-top: 50px;
	line-height: 130%;
}
#soudan nav ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-top: 20px;
	margin-bottom: 40px;
}
#soudan nav ul li a img:hover {
	opacity: 0.9;
}
#infor {
	background-color: #E1F4FB;
}
#infor .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	padding-top: 40px;
	padding-bottom: 30px;
}
.inner .box:nth-of-type(1)  {
	width: 400px;
}
.inner .box:nth-of-type(1) h2 {
	font-size: 23px;
	color: #0377BF;
	background-image: url(../images/dot01.png),url(../images/index/news_icon.png);
	background-position: left bottom, left top;
	background-repeat: repeat-x,no-repeat;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-left: 40px;
}
.inner .box:nth-of-type(1) dl {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
.inner .box:nth-of-type(1) dl dt {
	font-size: 17px;
	width: 120px;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.inner .box:nth-of-type(1) dl dd {
	font-size: 18px;
	width: 280px;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left 0px bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.inner .box:nth-of-type(2) {
	width: 520px;
}

.inner .box:nth-of-type(2) h2 {
	font-size: 23px;
	color: #0377BF;
	background-image: url(../images/dot01.png),url(../images/index/about_icon.png);
	background-position: left bottom, left top;
	background-repeat: repeat-x,no-repeat;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-left: 40px;
	padding-top: 5px;
	margin-top: -5px;
}
.inner .box:nth-of-type(2) table {
	border-top: 1px solid #0377BF;
	border-left: 1px solid #0377BF;
	margin-bottom: 8px;
}
.inner .box:nth-of-type(2) table th {
	border-right: 1px solid #0377BF;
	border-bottom: 1px solid #0377BF;
	background-color: #69BBE0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 19px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.inner .box:nth-of-type(2) table th.time {
	font-size: 17px;
	text-align: left;
	padding-left: 10px;
	height: 50px;
}

.inner .box:nth-of-type(2) table td {
	border-right: 1px solid #0377BF;
	border-bottom: 1px solid #0377BF;
	background-color: #FFFFFF;
	font-size: 19px;
	color: #0377BF;
	text-align: center;
}
.inner .box:nth-of-type(2) ul li {
	font-size: 18px;

}
.inner .box:nth-of-type(2) ul li span {
	color: #0377BF;
}
#access #map {
	width: 960px;
	height: 370px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
#catch  {
	height: 200px;
}
#catch .bxSlider {
	padding: 0px;
	margin: 0px;
}
#catch .bxSlider .slide:nth-of-type(1) {
	background-image: url(../images/index/main_photo01.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#catch .bxSlider .slide:nth-of-type(2) {
	background-image: url(../images/index/main_photo02.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#catch .bxSlider .slide:nth-of-type(3) {
	background-image: url(../images/index/main_photo03.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#catch .bxSlider .slide p {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 200px;
}
#catch .bxSlider .slide p img {
	position: absolute;
	left: 20px;
	bottom: 30px;
	width: 50%;
}
#soudan p {
	font-size: 20px;
	color: #0377BF;
	margin-top: 5%;
	line-height: 150%;
}
#soudan nav ul {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	margin-bottom: 10%;
}
#soudan nav ul li {
	margin-bottom: 5%;
}
#soudan nav ul li a img:hover {
	opacity: 0.9;
}
#infor {
	background-color: #E1F4FB;
}
#infor .inner {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	padding-top: 10%;
	padding-bottom: 10%;
}
.inner .box:nth-of-type(1)  {
}
.inner .box:nth-of-type(1) h2 {
	font-size: 23px;
	color: #0377BF;
	background-image: url(../images/dot01.png),url(../images/index/news_icon.png);
	background-position: left bottom, left top;
	background-repeat: repeat-x,no-repeat;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-left: 40px;
}
.inner .box:nth-of-type(1) dl {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-bottom: 10%;
}
.inner .box:nth-of-type(1) dl dt {
	font-size: 15px;
	width: 27%;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.inner .box:nth-of-type(1) dl dd {
	font-size: 15px;
	width: 73%;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left 0px bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.inner .box:nth-of-type(2) {
}

.inner .box:nth-of-type(2) h2 {
	font-size: 23px;
	color: #0377BF;
	background-image: url(../images/dot01.png),url(../images/index/about_icon.png);
	background-position: left bottom, left top;
	background-repeat: repeat-x,no-repeat;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-left: 40px;
	padding-top: 5px;
	margin-top: -5px;
}
.inner .box:nth-of-type(2) table {
	border-top: 1px solid #0377BF;
	border-left: 1px solid #0377BF;
	margin-bottom: 8px;
}
.inner .box:nth-of-type(2) table th {
	border-right: 1px solid #0377BF;
	border-bottom: 1px solid #0377BF;
	background-color: #69BBE0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.inner .box:nth-of-type(2) table th.time {
	font-size: 15px;
	text-align: left;
	padding-left: 10px;
	height: 50px;
}

.inner .box:nth-of-type(2) table td {
	border-right: 1px solid #0377BF;
	border-bottom: 1px solid #0377BF;
	background-color: #FFFFFF;
	font-size: 15px;
	color: #0377BF;
	text-align: center;
}
.inner .box:nth-of-type(2) ul li {
	font-size: 16px;

}
.inner .box:nth-of-type(2) ul li span,
.inner .box:nth-of-type(2) ul li a {
	color: #0377BF;
}
#access #map {
	width: 100%;
	height: 250px;
	margin-bottom: 10%;
}
}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
#catch  {
	height: 150px;
}
#catch .bxSlider {
	padding: 0px;
	margin: 0px;
}
#catch .bxSlider .slide:nth-of-type(1) {
	background-image: url(../images/index/main_photo01.png);
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#catch .bxSlider .slide:nth-of-type(2) {
	background-image: url(../images/index/main_photo02.png);
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#catch .bxSlider .slide:nth-of-type(3) {
	background-image: url(../images/index/main_photo03.png);
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#catch .bxSlider .slide p {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 150px;
}
#soudan p {
	font-size: 16px;
}
#infor {
	background-color: #E1F4FB;
}
.inner .box:nth-of-type(1) dl dt {
	font-size: 12px;
}
.inner .box:nth-of-type(1) dl dd {
	font-size: 12px;
}
.inner .box:nth-of-type(2) table th {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
.inner .box:nth-of-type(2) table th.time {
	font-size: 12px;
	padding-left: 5px;
	height: 50px;
}

.inner .box:nth-of-type(2) table td {
	font-size: 12px;
}
.inner .box:nth-of-type(2) ul li {
	font-size: 14px;
	line-height: 150%;
}
#access #map {
	width: 100%;
	height: 200px;
	margin-bottom: 10%;
}
}
#catch #no2 {
  display: none;
}
#catch #no3 {
  display: none;
}
