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

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
nav ul li:nth-of-type(3) img  {
	opacity: 0.6;
}
main h1 {
	background-image: url(../images/guide/title_back.png);
	height: 183px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 60px;
}
main h1 span {
	display: block;
	padding-top: 75px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#naiyou {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 50px;
}
#shouzyou {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 50px;
}
#shouzyou ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}

#shouzyou ul li {
	width: 310px;
	margin-bottom: 25px;
}
#shouzyou ul li figure {
	background-color: rgba(205,237,250,1.00);
	border-radius: 10px;
	height: 150px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 10px;
}
#kensa {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 60px;
}
}



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


/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
main h1 {
	background-image: url(../images/guide/title_back.png);
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 5%;
}
main h1 span {
	display: block;
	line-height: 120px;
	padding-right: 5%;
	text-align: right;
	color: rgba(3,119,191,1.00);
	font-weight: bold;
	font-size: 26px;
}
#naiyou {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 10%;
}
#shouzyou {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 10%;
}
#shouzyou ul {

}

#shouzyou ul li {
	margin-bottom: 25px;
}
#shouzyou ul li figure {
	background-color: rgba(205,237,250,1.00);
	border-radius: 10px;
	height: 150px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 10px;
}
#kensa {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 10%;
}
}




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