@charset "utf-8";
/* ==========================================================================
for /japan-travel-planner/plan/

========================================================================== */
/* page general
========================================================================== */
#area_detail .main a{
	color: #066dc4;
}
#area_detail .main a:hover{
	text-decoration: underline;
}

#area_detail .main a:focas{
	text-decoration: underline;
}

#area_detail .link_japanese a:hover{
	text-decoration: none;
}

#area_detail .link_japanese a:focas{
	text-decoration: none;
}

.detail_image_box{
	text-align: center;
}
.detail_image_box img{
	border: 1px solid #ddd;
	max-height: 300px;
}


.detail_location_table table{
	width:100%;
}

.detail_location_table table caption{
	font-size: 1.1rem;
	margin: 0 0 10px;
}
.columnBlock {
	margin: 40px auto 0;
	max-width: 1040px;
}
#area_detail .heading_border_blue {
    padding-bottom: 0; 
}

.tool > .detail_contentBlock .layout_block:not(:first-child) .columnBlock {
	margin-top: 0 !important;
}

.tool > .detail_pageHeader + .detail_contentBlock .layout_block:last-child,
.tool > .detail_pageHeader + .detail_imageGallery + .detail_contentBlock .layout_block:last-child {
	padding-bottom: 80px !important;
}

#area_detail .heading_border_blue .heading_title:after{
	content: none;
}

.detail_contentBlock > .layout_block > .contentInner{
	padding: 0!important;
}

/*Separator line*/
#area_detail .layout_block.bd_top {
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

#area_detail .layout_block.location{
	padding-top: 20px;
	border-top: 1px solid #ddd;
	max-width: 1240px;
}

/*Map*/
#google_map > div {
	width: 100% !important;
	height: 100% !important;
}
#google_map img{
	max-width: none!important;
}
#maplink {
	margin-top: 10px;
}
#area_detail .main #maplink a{
	color: #066dc4;
	display: table;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
}
#maplink .link_blank_02 .iconBlank, .link_blank_02 .iconBlank img {
	vertical-align: middle;
}
#maplink .link_blank_02 .iconBlank.wid-5,
#maplink_sp .link_blank_02 .iconBlank.wid-5 {
	width: 25px;
	display: table-cell;
	vertical-align: middle;
}
#maplink .link_blank_02 .iconBlank.wid-5 + .map_text,
#maplink_sp .link_blank_02 .iconBlank.wid-5 + .map_text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	margin-left: 0;
}
#maplink .link_blank_02 .iconBlank.wid-5 + .map_text + .iconBlank,
#maplink_sp .link_blank_02 .iconBlank.wid-5 + .map_text + .iconBlank {
	display: table-cell;
	vertical-align: middle;
	padding-left: 6px;
	margin-left: 0;

}


/* intro_headingBlock
----------------------- */
.intro_headingBlock{
	margin: 0 auto 15px;
	padding: 0;
}
.intro_headingBlock .intro_heading_title{
	font-size: 1.5rem;
	font-weight: bold;
	word-wrap: break-word;
	color: #0c308e;
	padding: 0;
	line-height: 1.4;

}

@media screen and (max-width: 768px){
	.intro_headingBlock .intro_heading_title{
		font-size: 1.4rem;
	}
}/* end max-width: 768px */

@media screen and (max-width: 1279px){}
@media screen and (max-width: 768px){}/* end max-width: 768px */

.textLimitBlock{
	line-height: 1.8;
}

/* textLimitBlock
----------------------- 
.textLimitBlock.js--limitShutterText{
	display: none;
}
.btn_limitTextBtn{
	display: none;
}
@media screen and (max-width: 768px){
.textLimitBlock{
	display: none;
}
.textLimitBlock.js--limitOpen{
	display: block;
}

.btn_limitTextBtn{
	display: block;
	height: 35px;
	margin-top: 15px;
	background: #f0f1f4  url(/japan-travel-planner/area/images/ico_limittext_down.png) center no-repeat;
	background-size: 18px 10px;
}

.btn_limitTextBtn.js--limitOpen{
	background: #f0f1f4  url(/japan-travel-planner/area/images/ico_limittext_up.png) center no-repeat;
	background-size: 18px 10px;
}
}*/
/* end max-width: 768px */

/* detail_imageGallery
----------------------- */
.detail_imageGallery{
	min-height: 220px;
	margin: 60px auto;
	padding: 50px 0;
	text-align: center;
	background-color: #eef5ff;
}

.detail_imageGallery p{
	max-width: 1040px;
    margin: auto;
}

.detail_imageGallery > .contentInner{
	max-width: 1040px;
	padding: 0;
}

@media screen and ( min-width: 769px){
	.detail_imageSlider.js--noSlide li{
		width: 32%;
		display: inline-block;
	}
	.detail_imageSlider.js--noSlide li + li{
		margin-left: 20px;
	}
}/* end min-width: 769px */

.detail_imageGallery .detail_imageItem img{
	margin: 0 auto;
	border: 1px solid #ddd;
	width: 100%;
}
.detail_imageGallery .bx-wrapper{
	box-shadow: none;
	border: none;
	margin-bottom: 0;
	background: transparent;

}
.detail_imageGallery .bx-prev{
	width: 55px!important;
    height: 55px!important;
	left: -90px;
	top: 42%!important;
    text-decoration: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0.125rem 0.25rem rgba(0,0,0,.3);
    margin: 2px;
    overflow: visible!important;
}
.detail_imageGallery .bx-prev:after{
	content: "";
	position: absolute;
	left: 45%;
	top: 42%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0c308e;
    border-right: 2px solid #0c308e;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.detail_imageGallery .bx-prev:hover,
.detail_imageGallery .bx-prev:focus {
	opacity: 0.5!important;
}
.detail_imageGallery .bx-next{
	width: 55px!important;
    height: 55px!important;
	right: -90px;
	top: 42%!important;
    text-decoration: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0.125rem 0.25rem rgba(0,0,0,.3);
    margin: 2px;
    overflow: visible!important;
}
.detail_imageGallery .bx-next:after{
	content: "";
	position: absolute;
	right: 45%;
	top: 42%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0c308e;
    border-right: 2px solid #0c308e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.detail_imageGallery .bx-next:hover,
.detail_imageGallery .bx-next:focus {
	opacity: 0.5!important;
}


@media screen and (max-width: 1279px){}
@media screen and (max-width: 768px){
.detail_imageGallery{
	overflow: hidden;
	padding: 35px 0 35px;
}
.detail_imageSlider {
	position: relative;
	left: 7.5vw;
	overflow: visible !important;
}
.detail_imageItem {
	width: 84vw !important;
	margin: 0 5px;
	background-color: #0c308e;
}
/* bxSlider */
.bx-wrapper {
	box-shadow: none;
	border: none;
	margin: 0;
}

.detail_imageGallery .bx-wrapper .bx-prev{
	top: 40%!important;
	width: 50px!important;
    height: 50px!important;
}
.detail_imageGallery .bx-wrapper .bx-next{
	top: 40%!important;
	width: 50px!important;
    height: 50px!important;
}

.detail_imageGallery .bx-wrapper .bx-controls-direction > .bx-prev{
	margin-top: 0px;
	left: 2%;
}
.detail_imageGallery .bx-wrapper .bx-controls-direction > .bx-next{
	margin-top: 0px;
	right: 2%;
}

.detail_imageGallery .bx-prev:after{
	left: 45%;
}

.detail_imageGallery .bx-next:after{
	right: 45%;
}

.detail_imageGallery_summary a{
	border: none;
}
.detail_imageGallery_summary .detail_imageGallery_summary_inner{
	padding: 10px 0;
}
.detail_imageGallery_summary .detail_imageGallery_summary_iconBox{
	display: inline-block;
	padding-right: 10px;
}
.detail_imageGallery_summary .detail_imageGallery_summary_icon_01{
	padding: 3px 28px;
	font-size: 0.75rem;
}
.detail_imageGallery_summary .detail_imageGallery_summary_title{
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
}
.detail_imageGallery_summary .detail_imageGallery_summary_text{
	display: none;
}
.detail_imageItem img{

}
.detail_imageItem[aria-hidden="false"] img{
	opacity: 1;
}

}/* end max-width: 768px */

@media screen and ( max-width: 1280px ) and ( min-width: 769px ){
	.detail_imageGallery{
	padding: 50px 80px;
	}
	.detail_imageGallery .bx-prev{
	left: -70px;
	}
	.detail_imageGallery .bx-next{
	right: -70px;
	}
}


/* page parts
========================================================================== */
/* detail_pageTag */
.detail_pageTag{
	margin: 30px auto 25px;
}
.detail_pageTag_list{
	text-align: center;
}

.detail_pageTag_list li{
	display: inline-block;

	padding: 0.6rem 1rem;
	margin: 0 5px 5px 0;
	word-break: break-all;
	font-size: 0.9rem;
}
.detail_pageTag .detail_pagetag_blue{
	background: #fff;
	color: #666666;
	font-weight: bold;
	border: 1px solid #d1d1d1;
	border-radius: 1.5em;
	    -moz-border-radius: 1.5em;
	    -webkit-border-radius: 1.5em;
	    -o-border-radius: 1.5em;
	    -ms-border-radius: 1.5em;
}
.detail_pageTag .detail_pagetag_gray{
	background: #fff;
	color: #066dc4;
	font-weight: bold;
	border: 1px solid #9acaf2;
	border-radius: 1.5em;
	    -moz-border-radius: 1.5em;
	    -webkit-border-radius: 1.5em;
	    -o-border-radius: 1.5em;
	    -ms-border-radius: 1.5em;
}

/* mainVisual */
.detail_pageHeader .mainVisual{
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto 50px;
}

.detail_pageHeader .introduction{
	max-width: 1080px;
	margin: 0 auto 60px;
	line-height: 1.8;
}

.detail_contentBlock{
	margin: 0 auto 40px;
}

.mainVisual p{
	padding: 10px 0 0;
	line-height: 1.4;
}

@media screen and (max-width: 1279px){
	.detail_pageHeader .introduction{
	padding: 0 20px;
	}
}

@media screen and (max-width: 768px){
.detail_pageHeader .introduction{
	padding: 0 10px;
}

.detail_pageTag{
	margin: 30px auto 15px;
}

.detail_pageTag_list li{
	padding: 0.3rem 1rem;
}	
.detail_pageHeader .mainVisual{
	padding: 0;
	margin: 0 auto 25px;
}
.detail_contentBlock{
	margin: 0 auto 40px;
}

.mainVisual p{
	padding: 10px 20px 0;
	font-size: 0.8rem;
	line-height: 1.4;
}

}/* end max-width: 768px */

/* location */
.location_column .column{
	width: 54%;
	float: right;
}
.location_column .column:first-child{
	width: 42%;
	float: left;
}

@media screen and (max-width: 768px){
.location_column .column{
	width: 100%;
	float: none;
}
.location_column .column:first-child{
	width: 100%;
	float: none;
}
.location_column .column + .column{
	margin-top: 20px;
}
}/* end max-width: 768px */

/* detail_location_table */
.detail_location_table tr{
	border-bottom: 1px solid #ddd;
}

.detail_location_table th,
.detail_location_table td{
	padding: 20px 15px;
	font-size: 0.875rem;
	vertical-align: middle;
}
.detail_location_table th{
	min-width: 150px;
	max-width: 250px;
	padding-right: 20px;
	font-weight: bold;
	line-height: 1.2em;
	background-color: #f5f5f5;
	color: #6e6e6e;
}
.detail_location_table td{
	line-height: 1.5;
}

.tool .detail_location_table:nth-child(2n+0){
	margin-top:40px
}

@media screen and (max-width: 768px){
.detail_location_table{
	margin: 70px 0 0 0;
}	
.detail_location_table th,
.detail_location_table td{
	display: block;
	width: 100%;
	max-width: none;
	min-width: none;
	padding: 10px 20px;
	line-height: 1.5rem;
	}
}

.fs--08 {
	line-height: 1.5;
}

/* google_map */
#google_map{
	height: 0;
	position: relative;
	padding-bottom: 86.25%;
	overflow: hidden;
}
#google_map iframe,
#google_map object,
#google_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px){
#google_map{
	padding-bottom: 56.25%;
}
}/* end max-width: 768px */


/* detail_related_list */
.detail_related_list{}
.detail_related_list .detail_related_item{
	display: inline-block;
	margin-right: 10px;
}
.detail_related_list .detail_related_item a{
	color: #17399a;
}

/* Comments */
.res-contents{
	max-width: 880px;
	margin: 40px auto 0;
}

@media screen and (max-width: 768px){}/* end max-width: 768px */

/* pdflink */
#pdflink,
#pdflink_sp {
	float: left;
	margin-top: 10px;
	white-space: nowrap;
}
#pdflink a,
#pdflink_sp a {
	font-size: 0.8rem;
	text-decoration: underline;
}
#pdflink .icon_pdf,
#pdflink_sp .icon_pdf {
	margin-left: 5px;
}
@media screen and (min-width: 769px){
	#pdflink {
		display: block;
		width: 100%;
	}
	#pdflink_sp {
		display: none;
	}
}/* end min-width: 768px */
@media screen and (max-width: 768px){
	#pdflink {
		display: none;
	}
	#pdflink_sp {
		display: block;
		width: 100%;
	}
}/* end max-width: 768px */

.recommendTripsBlock{
	display: none!important;
}

#area_detail .heading_pageTitle {
	margin: 0 auto 60px;
	padding: 0 150px;
}

#area_detail .heading_pageTitle .heading_title{
	text-align: center;
	font-weight: bold;
	font-size: 2.8rem;
	color: #00146e;
}

#area_detail .heading_title{
	text-align: left;
	font-weight: bold;
	font-size: 2rem;
	color: #00146e;
}


#area_detail .layout_block{
	margin: auto;
	padding: 0 20px 80px;
	max-width: 1240px;
}

 .layout_block + .layout_block {
    border-top: none;
}

#area_detail .layout_block .heading_title{
	margin: 30px 0 0 0;
}
@media screen and ( min-width: 769px){
	#area_detail .inlinelink{
		display: inline-block;
	}
}/* end min-width: 769px */

@media screen and (max-width: 768px){
#area_detail .intro_textBlock{
	padding: 0;
}
#area_detail .heading_pageTitle {
	margin: 0 auto 70px;
	padding: 0;
}

#area_detail .detail_contentBlock .contentInner{
	padding: 0;
}
#area_detail .heading_pageTitle .heading_title {
		font-size: 2rem;
		margin: 0 0 20px;
	}
#area_detail .heading_title{
	font-size: 1.8rem;
}

#area_detail .layout_block{
	margin: auto;
	padding: 0 20px 60px;
}
#area_detail .detail_image_box{
	margin-left: calc(((100vw - 100%) / 2) * -1);
  	margin-right: calc(((100vw - 100%) / 2) * -1);
}
#area_detail .inlinelink{
		display: block;
		margin: 30px 0;
	}

}/* end max-width: 768px */

.detail_imageSlider {
	display: none;
}
.bx-viewport .detail_imageSlider {
	display: block !important;
}

.js--noSlide {
	display: block !important;
}

#area_detail .link_arrow_01{
	display: block;
	position: relative;
	padding: 0 10px 10px 30px;
	line-height: 1.5rem;
	text-decoration: none;
}
#area_detail .link_arrow_01:hover{
	text-decoration: underline;
}

#area_detail .link_arrow_01:focas{
	text-decoration: underline;
}

#area_detail .link_arrow_01:before{
	content: "";
	display: inline-block;
    position: absolute;
    margin: 0;
	width: 1.2rem;
    height: 1.2rem;
    left: 0;
    top: 0;
    text-decoration: none;
    border: none;
    border-radius: 50%;
    background: #0c308e;
}
#area_detail .link_arrow_01:after{
	content: "";
    position: absolute;
    background:none;
    left: 5px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* list disc */
.list-style-disc>.bullet:before {
	content: "\00B7\00a0";
}

.list-ul>.bullet {
	padding-left: 15px !important;
}

@media screen and (min-width: 768px){
	.th_same_width th {
		width: 190px;
	}
}/* end min-width: 768px */