﻿@charset "utf-8";
/* ==========================================================================
for /japan-travel-planner/plan/

========================================================================== */
/* page general
========================================================================== */
.layout_block + .layout_block{
	border-top: none;
}

/* heading_selectTitle
----------------------- */
.heading_selectTitle{
	margin: 0 auto 20px;
}
.heading_selectTitle .heading_title{
	font-size: 1.5rem;
	font-weight: bold;
}
@media screen and (max-width: 1279px){}
@media screen and (max-width: 768px){}/* end max-width: 768px */


/* page parts
========================================================================== */

/* mainVisual
----------------------- */
/* bx-slider over write */
.mainVisual{
	max-width: 1280px;
	margin: 0 auto 40px;
}
.mainVisual .bx-wrapper{
	box-shadow: none;
	border: none;
	margin-bottom: 70px;
}
.mainVisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.mainVisual .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #0b308e;
}
.mainVisual .bx-wrapper .bx-prev{
	left: 20px;
	background: url(/japan-travel-planner/common/images/pc/ico_slider_controls_prev_white.png) left center no-repeat;
}
.mainVisual .bx-wrapper .bx-prev:hover,
.mainVisual .bx-wrapper .bx-prev:focus {
	background-position: left center;
}
.mainVisual .bx-wrapper .bx-next{
	right: 20px;
	background: url(/japan-travel-planner/common/images/pc/ico_slider_controls_next_white.png) right center no-repeat;
}
.mainVisual .bx-wrapper .bx-next:hover,
.mainVisual .bx-wrapper .bx-next:focus {
	background-position: right center;
}
@media screen and (min-width: 769px){
.mainVisual .bx-wrapper .bx-pager.bx-default-pager a{
	border-radius: 0;
	width: 81px;
	height: 8px;

	transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
}
}/* end min-width: 769px */

.mainVisual .bx-wrapper .bx-pager.bx-default-pager a{
	background: #d8deed;
}
.mainVisual .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: -20px;
	left: 50%;

	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/* mainVisual_item */
.mainVisual_item{
	position: relative;
	color: #fff;
}
.mainVisual_item_image{
	overflow: hidden;
}
.mainVisual_item_image img{
	height: 350px;
	max-width: none;
	position: relative;
	left: 50%;

	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/* mainVisual_item_box */
.mainVisual_item_box{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}
.mainVisual_item_box .contentInner{
	display: table;
	height: 100%;
}
.mainVisual_item_text{
	display: table-cell;
	vertical-align: middle;
}
.mainVisual_item_copy{
	position: relative;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
.mainVisual_item_copy:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	height: 1px;
	width: 180px;
	background: #fff;

	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.mainVisual_item_btn{
	margin-top: 30px;
}
.mainVisual_item_btn a{
	position: relative;
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	text-decoration: none;

	transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
}
@media screen and (min-width: 769px){
.mainVisual_item_btn a:after,
.mainVisual_item_btn a:before,
.mainVisual_item_btn a span:after,
.mainVisual_item_btn a span:before{
	content: '';
	position: absolute;
	background: #fff;

	transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
}
.mainVisual_item_btn a:after,
.mainVisual_item_btn a:before{
	height: 1px;
	width: 0px;
}
.mainVisual_item_btn a:after{
	top: 0;
	left: 0;
}
.mainVisual_item_btn a:before{
	bottom: 0;
	right: 0;
}
.mainVisual_item_btn a span:after,
.mainVisual_item_btn a span:before{
	height: 0px;
	width: 1px;
}
.mainVisual_item_btn a span:after{
	top: 0;
	left: 0;
}
.mainVisual_item_btn a span:before{
	bottom: 0;
	right: 0;
}

.mainVisual_item_btn a:hover:after,
.mainVisual_item_btn a:hover:before{
	width: 100%;
}
.mainVisual_item_btn a:hover span:after,
.mainVisual_item_btn a:hover span:before{
	height: 100%;
}

}/* end min-width: 769px */
.mainVisual .mainvisual_text{
	margin-top: 40px;
	padding: 0 20px;
	max-width: 1240px;
}


@media screen and (max-width: 1279px){}
@media screen and (max-width: 768px){
.mainVisual{
	margin-bottom: 25px;
}
.mainVisual .bx-wrapper{
	margin-bottom: 25px;
}
.mainVisual .bx-wrapper .bx-prev,
.mainVisual .bx-wrapper .bx-next{
	display: none;
}
.mainVisual .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	bottom: 20px;
}

.mainVisual_item_image img{
	height: 250px;
}

.mainVisual_item_copy{
	font-size: 1.563rem;
	text-shadow:0px 0px 0px rgba(0,0,0,0);
}
.mainVisual .mainvisual_text{
	padding: 0 10px;
	text-align: left;
}
.mainVisual_item_btn{
	margin-top: 15px;
}
}/* end max-width: 768px */
@media screen and (max-width: 320px){
.mainVisual_item_image img{
	height: 250px;
}
.mainVisual_item_copy{
	font-size: 1.5rem;
	letter-spacing: normal;
}
.mainVisual_item_btn a{
	padding: 10px 10px;
}
}/* end max-width: 768px */


/* selectInfoBlock
----------------------- */
.selectInfoBlock{
	margin: 30px auto 0;
	max-width: 1240px;
	padding: 30px;
	background: #ccddf0;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.selectInfo_box{
	position: relative;
	background: #fff;
}
.selectInfoBlock .column_selectInterests{
	position: relative;
	z-index: 2;
	padding: 30px;
	width: 55%;
}
.selectInfoBlock .column_selectAreas{
	width: 650px;
	position: absolute;
	top: 0;
	right: 0;
}
.plan_selectInterests{
	margin: 0 auto 30px;
}

@media screen and (max-width: 970px){
.selectInfoBlock .column_selectInterests,
.selectInfoBlock .column_selectAreas{
	position: relative;
	width: 100%;
	padding: 10px;
}
}

@media screen and (max-width: 768px){
.selectInfoBlock{
	padding: 10px;
}
.plan_selectInterests{
	margin: 0 auto 40px;
}
}/* end max-width: 768px */


/* plan_areaMap_locat */
.plan_areaMap_locat .areaMap_item{
	min-width: 115px;
    margin: 0 5px 10px;
}
.plan_areaMap_locat .checkButton_01 label{
	word-break: keep-all;
}

.plan_areaMap_locat .checkButton_01,
.plan_areaMap_locat label{
	display: block;
}
.plan_areaMap_locat .area--hover label{
	background: #fff;
}

@media screen and (max-width: 768px){
.plan_areaMap{
	margin-top: 0px;
}
.plan_areaMap text{
	font-size: 15px;
}
.plan_areaMap_box svg{
	max-height: 325px;
	padding: 0;
}

.plan_areaMap_locat .areaMap_item{
	width: 31%;
	min-width: 105px;
	margin: 0 1% 2%;
}
.plan_areaMap_locat .areaMap_item:nth-of-type(3n){
	margin-right: 0;
}
}/* end max-width: 768px */

@media screen and (max-width: 364px){
.plan_areaMap_locat .areaMap_item:nth-of-type(3n){
	margin-right: 1%;
}
}/* end max-width: 364px */


/* planListBlock
----------------------- */
.planListBlock{
	margin: 80px auto;
}

.planList_noResult{
	display: none;
	margin-top: 80px;
}
.planList_noResult p{
	font-size: 1.5rem;
}

.contentsGrid_4{
	margin: 30px auto 60px;
}
@media screen and (min-width: 769px){
.contentsGrid_4 .contentsGrid_item{
	float: left;
	width: 24%;
	margin-left: 1.2%;
	margin-bottom: 3%;
}
.contentsGrid_4 .contentsGrid_item:nth-of-type(4n+1){
	margin-left: 0;
	clear: left;
}
}/* end min-width: 769px */
@media screen and (max-width: 1279px){}
@media screen and (max-width: 768px){
.planListBlock{
	margin: 40px auto;
}
.contentsGrid_4{
	margin: 30px auto 30px;
}
.contentsGrid_4 .contentsGrid_item{
	float: left;
	width: 48.5%;
	margin-left: 3%;
	margin-bottom: 6%;
}
.contentsGrid_4 .contentsGrid_item:nth-of-type(2n+1){
	margin-left: 0;
	clear: left;
}
}/* end max-width: 768px */

/* btn_viewMore
----------------------- */
.btn_viewMore{
	display: block;
	width: 320px;
	margin: 10px auto 0;
	padding: 10px 18px;
	color: #17399a;
	font-size: 1.5rem;
	text-align: center;
}
.btn_viewMore span{
	background-size: 21px;
}
@media screen and (max-width: 768px){
.btn_viewMore{
	width: 80%;
	max-width: 320px;
	margin: 30px auto 0;
	font-size: 1rem;
}
.btn_viewMore span{
	background-size: 10px 10px;
}

}/* end max-width: 768px */


.siteMenu .siteMenuMenu{
	padding: 0 0 80px;
}
@media screen and (max-width: 1279px){}
@media screen and (max-width: 768px){}/* end max-width: 768px */

/* Veltra_Recommend
----------------------- */
.Veltra_Recommend_Block{
	margin: 0 0 40px;
    padding: 40px 0 40px;
    background: #fff;
}

.Veltra_Recommend_Block .Veltra_Recommend{
	padding: 0;
    text-align: left;
}

.Veltra_Recommend_slider{
	display: flex;
    flex-wrap: wrap;
}

.Veltra_Recommend_slider li{
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}

.Veltra_Recommend_slider a{
	display: block;
    background-color: #eeeeee;
    height: 100%
}

.Veltra_Recommend_slider p{
	font-size: 1.2rem;
	font-weight: bold;
	color: #000000;
    padding: 20px 20px 20px 50px;
    background-image: url(/japan-travel-planner/common/images/ico_pin.gif);
  	background-repeat: no-repeat;
  	background-position: 10px 50%;
  	background-size: 2rem;
}


.Veltra_Recommend_slider a:hover {
    opacity: 0.6;
}

.Veltra_Recommend_slider a:focus {
    opacity: 0.6;
}



@media screen and (max-width: 768px){
	.Veltra_Recommend_Block{
	    padding: 0;

	    background: #fff;
	}

	.Veltra_Recommend_slider li{
		flex: 0 0 100%;
	    max-width: 100%;
	    padding: 0;
	    margin: 20px 0;
	}

}/* end max-width: 768px */

/* recommend feature
----------------------- */
.recommend_feature_block{
	margin: 0 0 40px;
    padding: 40px 0 40px;
    background: #fff;
}

.recommend_feature_block p{
	padding: 0;
    text-align: left;
}

.recommend_feature_img{
	display: block;
	height: 100%;
	margin: 40px 0 20px;
}

.recommend_feature_img img{
	display: block;
	width: 80%;
	margin: 20px auto;
}

.recommend_feature_botan{
	display: block;
	margin: 20px 0 40px;
}

.recommend_feature_block a{
	line-height: 1.5rem;
	display: block;
    max-width: 440px;
    margin: 0 auto;
    padding: 15px 35px 13px;
    background: #d54100;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 1.4rem;
    position: relative;
    vertical-align: middle;
}

.recommend_feature_block a:after {
	content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -5px;
}

.recommend_feature_block a:hover {
    opacity: 0.6;
}

.recommend_feature_block a:focus {
    opacity: 0.6;
}

@media screen and (max-width: 768px){
	.recommend_feature_block{
		margin: 0;
	    padding: 0;
	}
	.recommend_feature_img{
		margin: 20px 0 20px;
	}

	.recommend_feature_img img{
		width: 100%;
	}
	.recommend_feature_block a{
		width: 80%;
		font-size: 1.2rem;
	}

}/* end max-width: 768px */