@charset "utf-8";

/*** mynavi CSS Document *************************************

	base.css
	+お客様編集用CSS+
	新たにスタイルを追記する時はこのファイルにお願い致します。

----------------------------------------------------------------***/

@media screen and (min-width: 768px) {
.pc { display: block !important; }
.sp { display: none !important; }

a:hover{
	text-decoration: none;
}

#icatch{
	position: relative;
	z-index: 1;
}
.main_select{
	background: url(../img/contents_bg.png) repeat-x center top,
	url(../img/contents_bg.png) repeat-x center bottom;
}
.main_select img{
	display: block;
	margin: 0 auto;
	padding: 5px 0;
}

.click_info{
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -40px;
	z-index: 100;
	text-align: right;
}
/*.click_info img{
	display: block;
	width: 72px;
	float: right;
}*/


nav{
	width: 100%;
	border-top:1px solid #E51E25;
	border-bottom:1px solid #E51E25;
}
nav ul li{
	width: 14.2858%;
	float: left;

}
nav ul li a{
	display: table-cell;
	width: 2600px;
	padding: 20px 0 !important;
	text-align: center;
	text-decoration: none!important;
	color: #032E43 !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	border-right:1px solid #E51E25;
    font-size: 100%;
}
nav ul li:last-child a{
	border-right:none;
}
nav ul li a:hover,
li.n_active{
	background: url(../img/pt.png);
}

#shain{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#all_area, #area, #condition, #category{
	width: 100%;
}
#area section, #condition section, #category section{
	width: 960px;
	margin: 0 auto;
}

#all_area article h3{
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: lighter;
	background: url(../img/area_line.png) no-repeat center bottom;
	padding: 0 0 10px 0;
	margin: 0 0 13px 0;
	text-align: center;
}
#all_area section article{
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
#all_area article ul{
	margin: 20px 0 0 0;
}
#all_area article ul li{
	width: 49%;
	margin: 0 0 15px 0;
}
#all_area article ul li:nth-child(2n+1){
	float: left;
}
#all_area article ul li:nth-child(2n){
	float: right;
}
#all_area article ul li a{
	display: block;
	background: url(../img/arrow_n.png) no-repeat 98% center #fff;
	padding: 15px 0;
	font-size: 16px;
	color: #314C50;
	text-align: center;
	border-bottom: 3px solid #eaeaea;
	border-radius: 5px;
}

#area{
	background: #3BCD7C;
	margin: -85px 0 0 0;
    z-index: 2;
}
#area h2{
	background: url(../img/area_tpc_bg01.png) no-repeat center top,
	url(../img/area_tpc_bg02.png) no-repeat center 110px #fff;
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.2em;
	padding: 70px 0 80px 0;
}
#area article{
	padding: 40px 0 10px 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
#area article h3{
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: lighter;
	background: url(../img/area_line.png) no-repeat left bottom;
	padding: 0 0 10px 0;
	margin: 0 0 13px 0;
}
#area section article:first-child{
	width: 460px;
	float: left;
}
#area article:first-child ul{
	margin: 20px 0 0 0;
}
#area article:first-child ul li{
	width: 220px;
	margin: 0 0 20px 0;
}
#area article:first-child
ul li:nth-child(2n+1){
	float: left;
}
#area article:first-child
ul li:nth-child(2n){
	float: right;
}
#area article:first-child ul li a{
	display: block;
	background: url(../img/arrow.png) no-repeat 98% center #FFB600;
	padding: 15px 0;
	font-size: 16px;
	color: #444;
	text-align: center;
	border-bottom: 3px solid #DB9700;
	border-radius: 5px;
}
#area section article:last-child{
	width: 480px;
	float: right;
}


#condition{
	background: url(../img/cd_bg.png) no-repeat center bottom;
	background-size: cover;
	padding: 0 0 15px 0;
}
#condition h2{
	background: url(../img/cd_tpc_bg01.png) no-repeat center top,
	url(../img/contents_bg.png) repeat-x center top,
	url(../img/cd_tpc_bg02.png) no-repeat center 110px #fff;
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.2em;
	padding: 70px 0 80px 0;
	margin: 0 0 40px 0;
}
#condition section ul{
	width: 965px;
	overflow: hidden;
}
#condition section ul li{
	width: 296px;
	float: left;
	margin: 0 25px 25px 0;
}
#condition section ul li a{
	display: block;
	background: url(../img/arrow_n.png) no-repeat 98% center #fff;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	color: #032E43;
	padding: 20px 0;
	border-bottom: 3px solid #f0f0f0;
	border-radius: 5px;
}



#category{
	background: url(../img/cat_bg01.png) no-repeat left center,
	url(../img/cat_bg02.png) no-repeat right center;
	background-size: 400px auto,
	300px auto;
	padding: 0 0 50px 0;
}
#category h2{
	background: url(../img/cat_tpc_bg01.png) no-repeat center top,
	url(../img/cat_tpc_bg02.png) no-repeat center 110px;
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.2em;
	padding: 70px 0 80px 0;
}
#category section ul{
	width: 965px;
	overflow: hidden;
}
#category section ul li{
	float: left;
	margin: 0 28px 25px 0;
}
#category section ul li a{
	display: table-cell;
	width: 213px;
	height: 62px;
	background: url(../img/arrow_w.png) no-repeat 98% center #032E43;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	font-size: 16px;
	color: #fff;
	border-bottom: 3px solid #011D28;
	border-radius: 5px;
}
#category section ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% 53% #032E43;
	padding: 3px 0 0 0;
	border-bottom: none;
}


#recommend{
	background: url(../img/contents_bg.png) repeat-x center top #f2f2f2;
	padding: 0 0 40px 0;
}
#recommend h2{
	background: url(../img/contents_tpc_bg01.png) no-repeat center top,
	url(../img/contents_tpc_bg02.png) no-repeat center 110px;
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.2em;
	padding: 70px 0 80px 0;
}
#recommend section{
	padding: 0 20px;
	box-sizing: content-box;
}
#recommend section ul li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
	background: url(../img/arrow_n.png) no-repeat 98% center #fff;
}
#recommend section ul li:last-child{
	float: right;
	margin: 0;
}
#recommend section ul li a{
	display: block;
	color: #444;
	transition: 1.0s ;
}
#recommend section ul li a:hover{
	opacity: 0.5 ;
}
#recommend section ul li dl{
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
#recommend section ul li
dl dt{
	font-size: 18px;
	color: #032E43;
	padding: 0 0 20px 0;
}
#recommend section ul li
dl dd{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#recommend section ul li
dl dd p{
	margin: 15px 0 0 0;
}


p.tieup_bnr{
	clear: both;
	padding: 30px 0;
	text-align: center;
}
}




/* SP版css */
@media screen and (max-width: 767px) {

.pc { display: none !important; }
.sp { display: block !important; }

.realmap {display:none;}


.click_info{
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: -40px;
	z-index: 100;
	text-align: right;}

.click_info img {
	width: 55px;
}


nav{
	width: 100%;
	border-top:1px solid #E51E25;
	border-left:1px solid #E51E25;
}
nav ul li{
	width: 25.004%;
	float: left;
}
nav ul li a{
	display: table-cell;
	width: 2600px;
	padding: 10px 0 !important;
	text-align: center;
	text-decoration: none!important;
	color: #032E43 !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 100%;
	border-right: 1px solid #E51E25;
    border-bottom: 1px solid #E51E25;
}

#shain{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#all_area section{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
#all_area article h3{
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: lighter;
	background: url(../img/area_line.png) no-repeat center bottom;
	padding: 0 0 10px 0;
	margin: 0 0 13px 0;
	text-align: center;
}
#all_area section article{
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
#all_area article ul{
	margin: 20px 0 0 0;
}
#all_area article ul li{
	width: 49%;
	margin: 0 0 15px 0;
}
#all_area article ul li:nth-child(2n+1){
	float: left;
}
#all_area article ul li:nth-child(2n){
	float: right;
}
#all_area article ul li a{
	display: block;
	background: url(../img/arrow_n.png) no-repeat 98% center #fff;
	padding: 15px 0;
	font-size: 16px;
	color: #314C50;
	text-align: center;
	border-bottom: 3px solid #eaeaea;
	border-radius: 5px;
}
#all_area article
ul li a:hover{
	background: url(../img/arrow_n.png) no-repeat 98% 53% #fff;
	padding: 18px 0 15px 0;
	border-bottom: none;
	text-decoration: none;
}


#area{
	background: #3BCD7C;
	margin: -85px 0 0 0;
    z-index: 2;
}
#area h2{
	background: url(../img/area_tpc_bg01.png) no-repeat center top,
	url(../img/area_tpc_bg02.png) no-repeat center 110px #fff;
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.2em;
	padding: 70px 0 80px 0;
}
#area article{
	padding: 40px 0 10px 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
#area article h3{
	font-size: 24px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: lighter;
    background: url(../img/area_line.png) no-repeat center bottom;
    padding: 0 0 10px 0;
    margin: 0 0 13px 0;
}
#area section article:first-child{
	width: 100%;
}
#area article:first-child ul{
	margin: 20px 0 0 0;
}
#area article:first-child ul li{
	width: 44%;
    margin: 10px 10px;
}
#area article:first-child
ul li:nth-child(2n+1){
	float: left;
}
#area article:first-child
ul li:nth-child(2n){
	float: right;
}
#area article:first-child ul li a{
	display: block;
	background: url(../img/arrow.png) no-repeat 98% center #FFB600;
	padding: 15px 0;
	font-size: 16px;
	color: #444;
	text-align: center;
	border-bottom: 3px solid #DB9700;
	border-radius: 5px;
}
#area article:first-child
ul li a:hover{
	background: url(../img/arrow.png) no-repeat 98% 53% #FFB600;
	padding: 18px 0 15px 0;
	border-bottom: none;
	text-decoration: none;
}
#area section article:last-child{
	width: 480px;
	float: right;
}

.areadescription{
	margin: 0 10px;
    text-align: center;
}

#condition{
	background: url(../img/cd_bg.png) no-repeat left bottom;
	background-size: cover;
	padding: 0 0 15px 0;
}
#condition h2{
	background: url(../img/cd_tpc_bg01.png) no-repeat center top,
	url(../img/contents_bg.png) repeat-x center top,
	url(../img/cd_tpc_bg02.png) no-repeat center 110px #fff;
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.2em;
	padding: 70px 0 80px 0;
	margin: 0 0 40px 0;
}
#condition section ul{
	width: 100%;
	overflow: hidden;
}
#condition section ul li{
	width: 44%;
    float: left;
    margin: 10px 10px;
}
#condition section ul li a{
	display: block;
	background: url(../img/arrow_n.png) no-repeat 98% center #fff;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	color: #032E43;
	padding: 20px 0;
	border-bottom: 3px solid #f0f0f0;
	border-radius: 5px;
}
#condition section ul li a:hover{
	background: url(../img/arrow_n.png) no-repeat 98% 53% #fff;
	padding: 23px 0 20px 0;
	border-bottom: none;
}



#category{
	background: url(../img/cat_bg01.png) no-repeat left bottom;
    background-size: 50%;
    padding: 0 0 50px 0;
}
#category h2{
	background: url(../img/cat_tpc_bg01.png) no-repeat center top,
	url(../img/cat_tpc_bg02.png) no-repeat center 110px;
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.2em;
	padding: 70px 0 80px 0;
}
#category section ul{
	width: 100%;
	overflow: hidden;
}
#category section ul li{
	float: left;
	width: 44%;
    margin: 10px 10px;
}
#category section ul li a{
	display: table-cell;
	width: 213px;
	height: 62px;
	background: url(../img/arrow_w.png) no-repeat 98% center #032E43;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	font-size: 16px;
	color: #fff;
	border-bottom: 3px solid #011D28;
	border-radius: 5px;
}
#category section ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% 53% #032E43;
	padding: 3px 0 0 0;
	border-bottom: none;
}


#recommend{
	background: url(../img/contents_bg.png) repeat-x center top #f2f2f2;
	padding: 0 0 40px 0;
}
#recommend h2{
	background: url(../img/contents_tpc_bg01.png) no-repeat center top,
	url(../img/contents_tpc_bg02.png) no-repeat center 110px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.2em;
	padding: 70px 0 80px 0;
}
#recommend section{
	padding: 0 20px;
	box-sizing: content-box;
}
#recommend section ul li{
	width: 100%;
    float: left;
    margin: 0 0 10px 0;
    background: url(../img/arrow_n.png) no-repeat 98% center #fff;
}
#recommend section ul li:last-child{
	float: right;
	margin: 0;
}
#recommend section ul li a{
	display: block;
	color: #444;
	transition: 1.0s ;
}
#recommend section ul li a:hover{
	opacity: 0.5 ;
}
#recommend section ul li dl{
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
#recommend section ul li
dl dt{
	font-size: 18px;
	color: #032E43;
	padding: 0 0 20px 0;
}
#recommend section ul li
dl dd{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#recommend section ul li
dl dd p{
	margin: 15px 0 0 0;
}


p.tieup_bnr{
	clear: both;
	padding: 30px 0;
	text-align: center;
}
}

/*新設バナーエリア*/

@media screen and (min-width: 768px){
.banner_info {
    width: 670px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    z-index: 100;
    text-align: right;
	margin-bottom: 60px;
}}

@media screen and (max-width: 769px){
.banner_info {
    margin: 0 3%;
    position: relative;
    top: -40px;
    z-index: 100;
    text-align: right;
	margin-bottom: 60px;
}}

#all_area{
	background: #3BCD7C;
}

@media (min-width: 767px) {
#all_area section{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}
}

@media (max-width: 768px) {
#all_area section{
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}
}