@charset "utf-8";

/*-----------------------------
TOP
------------------------------*/

.top_main_visual{
	background-image: url(../images/main_visual.png);
	position: relative;
	height: 600px;
	margin-top: 30px;
}
.map{
	background-image: url(../images/map_bg.jpg);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
.hokuriku{
	position: absolute;
}
.area_card h3{
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	color:#252727;
	margin-bottom: 5px;
}
.area_card ul li {
	width: 80px;
}
.map_title {
	padding:30px;
	width:340px;
}
.map_title h3 {
    font-size: 22px;
    color: #42b9c8;
    border-radius: 4px;
    line-height: 1.5;
    padding: 20px 0 10px 0;
    display: inline-block;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: 700;
}
.map_title h3 img {
	margin-right:10px;
}

.map_title p {
    padding-left: 30px;
    font-size: 14px;
    color: #888888;
    text-align: left;
    font-weight: bold;
}

.top_main_visual{
	margin-bottom: 50px;
}
.use_method{
	margin-top: 50px;
	margin-bottom: 50px;
}
.use_method_inner {
	float:left;
	width: 33.333333%;
	height: 330px;
	position: relative;
}
.use_method_contents{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.use_method_contents *{
	color:#fff;
}
.use_method_contents h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.use_method_contents p{
	margin-bottom: 20px;
}
.use_method_inner:first-child{
	background-image: url('../images/top_box_1.png');
	background-size: cover;
	background-position: center center;
}
.use_method_inner:nth-child(2){
	background-image: url('../images/top_box_2.png');
	background-size: cover;
	background-position: center center;
}
.use_method_inner:last-child{
	background-image: url('../images/top_box_3.png');
	background-size: cover;
	background-position: center center;
}

.use_method_inner a::before {
    content: "";
    position: absolute;
    background-clip: content-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.use_method_inner a{
    padding: 10px 50px;
    z-index: 30;
    position: relative;
    margin-bottom: 0;
    border: solid 1px rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.4);
    color:#fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.use_method_inner a:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
}
.use_method_inner a:hover{
    background: transparent;
}
.info_list_wrap .date{
	margin-right: 20px;
}
.info_list_wrap li{
	margin-bottom: 15px;
}
.info_list_wrap li a{
	text-decoration: none;
	color:#252727;
}
.info_list_wrap li a{
	color:#252727;
}
.info_list_wrap li a:hover{
	text-decoration: underline;
}
.info_list_wrap{
	margin-bottom: 50px;
	margin-top: 50px;
}
.info_link{
	text-align: right;
	text-decoration: none;
}
.info_link a{
	color:#252727;
	text-decoration: none;
}
.info_link a:hover{
	text-decoration: underline;
}

.sp_main_visual{
	display: none;
}









/* tabu */

.tab {
	overflow:hidden;
}
.tab li {
	padding:5px 25px; 
	float:left; 
	margin-right:1px;
}
.hide {
	display:none;
}
.area_card .wrap li {
	width:auto;
	padding:0;
}
.area_card .wrap li a {
	padding:7px 25px;
	font-size:16px;
	font-weight: bold;
}
.area_card .wrap .hokkaido {
	color:#53a1ab;
	border-color:#53a1ab;
	position:absolute;
    top: 175px;
    right: 28px;	
}
.area_card .wrap .hokkaido a:hover {
	color:#fff;
	background:#53a1ab;
	border-color:#53a1ab;
}
.area_card .wrap .tohoku {
	color:#6fc1b0;
	border-color:#6fc1b0;
	position: absolute;
    top: 280px;
    right: 47px;
}
.area_card .wrap .tohoku a:hover {
	color:#fff;
	background:#6fc1b0;
	border-color:#6fc1b0;
}
.area_card .wrap .kanto {
	color:#89a5c5;
	border-color:#89a5c5;
    position: absolute;
    top: 340px;
    right: 67px;
}
.area_card .wrap .kanto a:hover {
	color:#fff;
	border-color:#89a5c5;
	background-color:#89a5c5;
}
.area_card .wrap .tokai {
	color:#70bb7a;
	border-color:#70bb7a;
	position: absolute;
    top: 400px;
    right: 110px;	
}
.area_card .wrap .tokai a:hover {
	color:#fff;
	border-color:#70bb7a;
	background-color:#70bb7a;	
}
.area_card .wrap .kinki {
	color:#dac35c;
	border-color:#dac35c;
	position: absolute;
    top: 432px;
    right: 205px;
}
.area_card .wrap .kinki a:hover {
	color:#fff;
	border-color:#dac35c;
	background-color:#dac35c;
}
.area_card .wrap .sikoku {
	color: #cea1a1;
    border-color: #cea1a1;
    position: absolute;
    top: 461px;
    right: 300px;
}

.area_card .wrap .sikoku a:hover{
	color:#fff;
	border-color:#cea1a1;
	background-color:#cea1a1;
}
.area_card .wrap .kyushu {
	color:#ce9e7d;
	border-color:#ce9e7d;
	position: absolute;
	top: 355px;
    right: 410px;
}
.area_card .wrap .kyushu a:hover {
	color:#fff;
	border-color:#ce9e7d;
	background-color:#ce9e7d;
}
.area_card .wrap .chugoku {
	color: #a790c3;
    border-color: #a790c3;
    position: absolute;
    top: 300px;
    right: 350px;
}
.area_card .wrap .chugoku a:hover {
	color:#fff;
	border-color:#a790c3;
	background-color:#a790c3;
}
.area_card .wrap .hokuriku01 {
    color: #c5cb7a;
    border-color: #c5cb7a;
    position: absolute;
    top: 244px;
    left: 150px;
}
.area_card .wrap .hokuriku01 a:hover {
	color:#fff;
	border-color:#c5cb7a;
	background-color:#c5cb7a;
}
.area_card .content li .erea_btn li {
	width:180px;
	height:50px;
	position:inherit;
}


/*-----------------------------
エリアごとに入ったページ
------------------------------*/
.area_card .content .cont_back {
    position: absolute;
    width: 540px;
    height: 560px;
    background: #fff;
    padding: 50px 45px;
    top: 0;
    right: 0;
}
.area_card .content .cont_back ul {
	overflow:hidden;
}
.area_card .content .cont_back ul li {
	width:220px;
	float:left;
	border-radius:5px;
	font-size:19px;
	margin:0 10px 10px 0;
	transition: all .3s;
}
.area_card .content .cont_back ul li:nth-child(even) {
	margin-right:0;
}
.area_card .content .cont_back ul .none {
	background-color:#ccc;
	border: 2px solid #ccc;
	color:#fff;
	padding:12px;
}
.area_card .content .cont_back ul .none a {
	padding:0;
	pointer-events:none;
}
.area_card .content .cont_back ul .yes {
	background-color:#42b9c8;
	color:#fff;
	border: 2px solid #42b9c8;
}
.area_card .content .cont_back ul .yes:hover {
	background-color:#fff;
	color:#42b9c8;
	border-color:#42b9c8;
}	
.area_card .content .cont_back .back {
	position: absolute;
    right: 43px;
    bottom: 40px;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
}
.area_card .content .cont_back img {
    padding: 0 8px 1px 0;
}
.area_card .content .cont_back h3 {
    color: #6480a0;
    margin-bottom: 30px;
    text-align: left;
    font-size: 22px;
}

.area_card .content .cont_back h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 22px;
}

.area_card .content .hokkaido h3 {
	color:#53a1ab;
}
.area_card .content .tohoku h3 {
	color:#6fc1b0;
}
.area_card .content .kanto h3 {
	color:#89a5c5;
}
.area_card .content .tokai h3 {
	color:#70bb7a;
}
.area_card .content .kinki h3 {
	color:#dac35c;
}
.area_card .content .sikoku h3 {
	color:#cea1a1;
}
.area_card .content .kyushu h3 {
	color:#ce9e7d;
}
.area_card .content .chugoku h3 {
	color:#a790c3;
}
.area_card .content .hokuriku01 h3 {
	color:#c5cb7a;
}


/*-----------------------------
エリア検索
------------------------------*/

.area_card .cont_back li{
	float: left;
	text-align: center;
	width:450px;
}
.area_card ul li a.unll_area{
	pointer-events : none;
	background-color: #a3a3a3;
	color:#fff;
	border:2px solid #a3a3a3;
}
.map .area_card ul li a{
	display: block;
	border:1px solid;
	border-radius: 7px;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight:500;
	cursor: pointer;
	cursor: hand;

	
}
.area_card ul li a:hover{
	background-color: #fff;
	color:#2eb2c2;
	border:1px solid #2eb2c2;
}
.container_icon span.icon {
    border: 1px solid #2c2e2e;
    background-color: #fff;
    padding: 1px 5px;
    font-weight: 900;
    display: inline-block;
    color: #2c2e2e;
    border-radius: 2px;
}

.area_card .content ul li a {
	border:none;
	color:#fff;
	display:block;
	padding: 12px 0;
}

.area_card .content ul li a:hover {
	color:#2eb2c2;
}
















/* Large desktops and laptops */
@media (min-width: 1200px) {
	.top_main_visual{
		border:1px solid #2eb2c2;
	}
	.map{
		width: 540px;
		height: 560px;
	}
	.area_card{

	}
	.kanto{
		right:30px;
		bottom:20px;
	}
	.hokuriku{
		left:70px;
		top:50%;
		-webkit-transform: translate(0, -50%); /* Safari用 */
		transform: translate(0, -50%);
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.top_main_visual{
		border:1px solid #2eb2c2;
	}
	.map{
		width: 520px;
		height: 560px;
	}
	.area_card{
		width: 180px;
		padding: 15px;
	}
	.kanto{
		right:30px;
		bottom:20px;
	}
	.hokuriku{
		left:70px;
		top:50%;
		-webkit-transform: translate(0, -50%); /* Safari用 */
		transform: translate(0, -50%);
	}

	.menu ul{
		width: 712px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.btn{
		width: 100%;
	}
	.top_main_visual{
		display: none;
	}
	.sp_main_visual{
		display: block;
		text-align: center;
	}
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.top_main_visual{
		display: none;
	}
	.sp_main_visual{
		display: block;
		text-align: center;
	}
	.sp_main_visual img{
		max-width: 100%;
	}
	.sp_main_visual{
		margin-left: -15px;
		margin-right: -15px;
		border-bottom: #ccc 1px solid;
		position: relative;
		padding: 20px 15px;
		margin-bottom: 30px;
	}
	.sp_main_visual:after, .sp_main_visual:before {
	    top: 100%;
	    left: 50%;
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
	}
	.sp_main_visual:before{
		border-color:#fff;
	    border-top-color: #ccc;
	    border-width: 21px;
	    margin-left: -21px;
	}
	.sp_main_visual:after {
	    border-color: rgba(255, 255, 255, 0);
	    border-top-color: #ffffff;
	    border-width: 20px;
	    margin-left: -20px;
	}
	
	.use_method_inner{
		width: 100%;
		display: block;
		float: none;
		height: 260px;
		border-bottom: 1px solid #ccc;
	}
	.use_method{
		margin-right: -15px;
		margin-left: -15px;
	}
	.info_list_wrap li a{
		display: block;
	}
	
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	
}