@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
general
========================================================================== */
.sp-block{display:none!important}

.mainContainer {
	overflow:hidden;
}
#national-park .layout_block {
  margin-bottom: 80px;
	padding: 40px 0 0;
}
@media screen and (max-width:768px) {
body {
	min-width:320px;
}

p{
	line-height: 1.5;
}

.sp-block {
	display:block!important
}
.sp-none {
	display:none!important
}

#national-park .footer {
	margin-top: 0;
}
#national-park .layout_block {
	margin-top: 30px;
  margin-bottom: 30px;
	padding: 0;
}
} /* end max-width: 768px */

/* bg */
.bg_color_gray{background-color: #f0f1f4 !important;}
.bg_color_white{background-color: #fff !important;}

#national-park .main { margin-top: 0; }

/* ==========================================================================
visualAreaWrap
========================================================================== */
/* visualArea bg
----------------------- */
#visualAreaWrap .bgImg {
	background:url(/japan-travel-planner/feature/national-park/images/mv_national-park_001.jpg) 50% 0 no-repeat;
	background-size: cover;
}
@media screen and (max-width:768px) {
#visualAreaWrap .bgImg {
	background:url(/japan-travel-planner/feature/national-park/images/mv_national-park_001_sp.jpg) 50% 0 no-repeat;
	background-size:cover;
}
} /* end max-width: 768px */

/* visualArea
----------------------- */
#visualArea .visualInner {
	max-width:1100px;
	margin:0 auto;
	padding:10px;
	color: #fff;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.6)
}
#visualArea .mvTxtBox {
	min-height:600px;
	padding:0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#visualArea .ttl {
	text-align:center;
	font-size:3.75rem;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5;
	text-shadow: 0 0 24px rgba(2,2,2,.27);
}
#visualArea .subTtl {
	max-width: 790px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align:center;
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: 1.5;
	text-shadow: 0 0 24px rgba(2,2,2,.79);
}
@media screen and (max-width: 768px) {
#visualArea .mvTxtBox {
	min-height: auto;
	padding:90px 20px 94px;
	display: block;
}
#visualArea .visualInner {
	height:auto;
	padding:10px;
	max-width:500px;
}
#visualArea .ttl {
	padding: 0 0 18px;
	font-size:1.4375rem;
	letter-spacing: 1px;
	text-shadow: 0 0 12px rgba(2,2,2,.27);
}
#visualArea .subTtl {
	padding: 0 10px;
	font-size: .75rem;
	text-shadow: 0 0 12px rgba(2,2,2,.79);
}

} /* end max-width: 768px */


/* ==========================================================================
areaLeadArea
========================================================================== */
#areaLeadArea .mapInner {
	max-width: 1920px;
	margin: 0 auto;
}
#areaLeadArea .mapImg {
	float: left;
	width: 59%;
	margin: 0 0 47px;
}
#areaLeadArea .areaLeadTxtWrap {
	float: right;
	width: 41%;
}
#areaLeadArea .areaLeadTxt {
	max-width: 413px;
	margin: 100px 0 0;
	padding: 0 0 0 38px;
}
#areaLeadArea .areaLeadTxt .txt {
	margin: 36px 0;
	line-height: 1.8;
}
#areaLeadArea .mapImgPcMax {
	display: block;
}
#areaLeadArea .mapImgPcMin {
	display: none;
}
@media screen and (max-width:1280px) {
#areaLeadArea .mapInner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
}
#areaLeadArea .mapImg {
	float: none;
	width: 100%;
	text-align: center;
}
#areaLeadArea .areaLeadTxtWrap {
	float: none;
	width: 100%;
	padding: 0;
}
#areaLeadArea .areaLeadTxt {
	max-width: none;
	margin: 40px 0 0;
	padding: 0;
}
#areaLeadArea .mapImgPcMax {
	display: none;
}
#areaLeadArea .mapImgPcMin {
	display: inline;
}
} /* end max-width: 1280px */
@media screen and (max-width:768px) {
#areaLeadArea .mapInner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
#areaLeadArea .mapImg {
	margin: 0 0 20px;
}
#areaLeadArea .areaLeadTxt .txt {
	margin: 30px 0;
	line-height: 1.5;
}
} /* end max-width: 768px */



/* ==========================================================================
spAccordion
========================================================================== */
.js--spAccordion {
	display: none;
}
.js--spAccordion.pcShow {
	display: block;
}
@media screen and (max-width:768px) {
.js--spAccordion.pcShow {
	overflow: hidden;
	height: 0;
}
.js--spAccordion.js--spAccordion_spShow {
	display: block;
}
.js--spAccordionBtn {
    display: block;
    height: 35px;
    margin-top: 12px;
    background: #fff url(/japan-travel-planner/area/images/ico_limittext_down.png) center no-repeat;
    background-size: 18px 10px;
}
.js--spAccordionBtn.js--spAccordion_spShow {
    background: #fff url(/japan-travel-planner/area/images/ico_limittext_up.png) center no-repeat;
    background-size: 18px 10px;
}
} /* end max-width: 768px */
/* ==========================================================================
spots
========================================================================== */
#spotsArea {
	padding: 20px 0 60px;
}
.spotsColumnWrap {
	max-width: 1080px;
	margin: 0 auto;
}
.spotsColumnBlock {
	width: 47%;
	max-width: 500px;
	margin: 40px 0 0;
}
.spotsColumnBlock:nth-child(odd) {
	float: left;
}
.spotsColumnBlock:nth-child(even) {
	float: right;
}
.spotsColumnBlock .thumbs {
	margin:20px 0 20px;
}
.spotsColumnBlock .spotsName {
	margin:10px 0;
	font-size: 1.75rem;
	color: #17399a;
}
.spotsColumnBlock .spotsSubHeading {
	margin: 24px 0;
	padding: 0 0 0 13px;
	position: relative;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
}
.spotsColumnBlock .spotsSubHeading:before {
	content: " ";
  display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 90%;
	background: #17399a;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.spotsColumnBlock .lead {
	margin: 0 0 10px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
}
.spotsColumnBlock .text {
	margin: 10px 0;
	line-height: 1.5;
}
.spotsColumnBlock .spotsAccess {
	margin: 0 0 40px;
}
.spotsColumnBlock .accessDestination {
	margin: 14px 0 20px;
	text-align: center;
	font-size: 0.875rem;
}
@media screen and (max-width:768px) {
#spotsArea {
	padding: 0;
}
.spotsColumnBlock:first-child {
	margin: 30px 0;
}
.spotsColumnBlock {
	width: 100%;
	max-width: none;
	margin: 20px 0 30px;
	height: auto !important;
}
.spotsColumnBlock .thumbs {
	margin:0px 0 8px;
}
.spotsColumnBlock .thumbs img {
	width: 100%;
}
.spotsColumnBlock .spotsName {
	margin:14px 0 8px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.spotsColumnBlock .spotsSubHeading {
	margin: 22px 0;
}
.spotsColumnBlock .lead {
	margin: 8px 0 10px;
	font-size: 1.125rem;
}
.spotsColumnBlock .text {
	margin: 10px 0;
}
.spotsColumnBlock .spotsAccess {
	margin: 15px 0 30px;
}
.spotsColumnBlock .spotsAccess img {
	width: 100%;
}
.spotsColumnBlock .accessDestination {
	margin: 12px 0 24px;
	font-size: .75rem;
}

} /* end max-width: 768px */
/* ==========================================================================
btn_viewMoreBlank
========================================================================== */
.btnWrap_viewMoreBlank {
	margin: 12px auto 14px;
	text-align: center;
}
.btn_viewMoreBlank {
	display: inline-block;
	min-width: 230px;
	padding: 7px 52px;
	font-size: 1.25rem;
	color: #17399a;
	text-align: center;
	border: 2px solid #17399a;
	cursor: pointer;
	background: #f0f1f4;
}
.btn_viewMoreBlank:hover {
	color: #17399a;
	text-decoration: none;
}
.btn_viewMoreBlank > span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}
.btn_viewMoreBlank > span:after {
	content: " ";
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 16px;
  height: 10px;
	background-image: url(/japan-travel-planner/feature/national-park/images/ico_blank.png);
	background-size: contain;
	vertical-align: middle;
	line-height: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media screen and (max-width:768px) {
.btnWrap_viewMoreBlank {
	margin: 30px auto 12px;
}
.btn_viewMoreBlank {
	font-size: 1rem;
}

} /* end max-width: 768px */


/* ==========================================================================
listItem
========================================================================== */
/*.listItem_typeArrow {
	margin: 20px 0;
}
.listItem_typeArrow > li{
	margin: 10px 0;
}
@media screen and (max-width:768px) {
.listItem_typeArrow {
	margin: 24px 0;
}
.listItem_typeArrow > li{
	margin: 4px 0;
}
} /* end max-width: 768px */


.link_arrow_01{
	display: block;
	position: relative;
	padding: 0 10px 10px 30px;
	text-decoration: none;
}
.link_arrow_01:hover{
	text-decoration: underline;
}

.link_arrow_01:focas{
	text-decoration: underline;
}

.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;
}
.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);
}


/* ==========================================================================
evnCopyright
========================================================================== */
.evnCopyright {
	margin-top: 40px;
	padding: 78px 0 38px;
	background: #fff;
	border-top: 1px solid #dddddd;
	line-height: 1.5;
}
.evnContent {
	display: table;
	width: 60%;
	margin: 0 auto;
}
.evnLogo {
	display: table-cell;
	width: 89px;
	vertical-align: middle;
}
.evnTxt {
	display: table-cell;
	padding: 0 0 0 44px;
	vertical-align: middle;
	font-weight: bold;
}

.evnTxt a {
	text-decoration: underline;
}

.evnTxt a:hover{
	text-decoration: none;
}

.evnCopyright_jp{
	margin-top: 0px;
	border-top: none;
}


@media screen and (max-width:768px) {
.evnCopyright {
	margin-top: 0;
	padding: 30px 0;
}
.evnContent {
	width: 95%;
}
.evnLogo {
	width: 72px;
}
.evnTxt {
	padding: 0 0 0 16px;
	font-size: .75rem;
}
} /* end max-width: 768px */

/* ツアー訴求アンカーボタン */
#reservationAnchorArea .reservationAnchorBtn {
  width: 39%;
  max-width: 1280px;
  margin: 25px auto;
}
#reservationAnchorArea .reservationAnchorBtn a {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 10px 18px 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #13448f;
  position: relative;
  text-align: center;
}
#reservationAnchorArea .reservationAnchorBtn a:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
    left: 50%;
  bottom: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
@media (max-width:768px) {
  #reservationAnchorArea .reservationAnchorBtn {
    width: 80%;
  }
}

/* コンポネ移植 */
.title-box.h2 {
    margin-top: 60px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.title-box.h2 .ttl-text {
    font-size: 2rem;
    line-height: 1.3;
    position: relative;
    padding-bottom: 10px;
}

.title-box.h2 .ttl-text:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 95px;
    height: 2px;
    content: "";
    background: #00aff0;
}

.fontM {
    font-size: 1.6rem!important;
}

.cp-box-container.cp-box-md-3 {
    width: calc(100% + 40px);
    margin-left: -40px;
}

.cp-box-container.cp-box-md-3 .cp-box {
    display: block;
    width: calc(33.33333% - 40px);
    margin-left: 40px;
}

[class^=res-image-type-] img:not(.ico-blank-img) {
    display: block;
    width: 100%;
    height: auto;
}

.res-contents, .res-contents-parent {
    margin-top: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cp-box>.res-contents-parent:first-child, .cp-box>.res-contents:first-child, .cp-container-parents+.cp-container-parents, .cp-container-parents:first-child, .cp-container-parents>.res-contents:first-child, .cp-contents-parent>.res-contents:first-child, .res-contents-parent>.res-contents:first-child, .res-main-simplebox>.res-contents:first-child {
    margin-top: 0;
}

.title-box.h1+#slider-block .res-slider-type-full, .title-box.h1+.res-contents, .title-box.h1+.res-contents-parent, .title-box.h1+.res-image-type-full {
    margin-top: 35px;
}

.res-contents .res-btn-link {
    margin: 20px;
}

.res-contents .res-btn-link a span {
    pointer-events: none;
}

.res-btn-link.arrow-R .btn-text {
    padding-right: 26px;
}

.res-btn-link.ORA a {
    border-color: #d54100;
    background: #d54100;
}

.res-btn-link.arrow-R a:after {
    right: 25px;
}

.res-btn-link a:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    text-transform: none;
    pointer-events: none;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.res-contents .res-btn-link a {
    line-height: 1.3;
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 26px 20px 30px;
    cursor: pointer;
    text-decoration: none!important;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}


.cp-box-container .cp-box>* {
    width: 100%;
}

.cp-box-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.res-btn-link.type-01 a {
    width: 85%;
    min-width: 200px;
    margin: 0 auto;
}

.res-btn-link .btn-text {
    display: block;
    text-align: center;
}

.anaxtext {
	display: inline-block;
	font-size: 1.2rem;
}

/* ==========================================================================
GOTOキャンペーン対象商品で国立公園へ行こう
========================================================================== */
    .box__inner{
	max-width:1240px;
	margin:0 auto;
	margin-top: 60px;
	padding:60px 0
	}
	
	.box-initiative .box__inner{
	padding-bottom:0}
	
	.box__inner{
	position:relative;
	height:100%;
	min-height:90px;
	padding:0}
	
	
	.box-initiative__inner
	{padding:15px;font-size:14px}
	
	.box-initiative__inner{
	padding:35px 50px;
	font-size:18px;
	line-height:1.6;
	background-color:#fff;
	border:2px solid #0b318f
	}
	
	.title-level3{
	padding:.5em;
	color:#fff;
	font-weight:700;
	font-size:22px;
	text-align:center;
	background-color:#0b318f
	}

	a#style-national-park {
	color: #fff;
	}

	
/* ==========================================================================
GOTOキャンペーン対象商品で国立公園へ行こう
========================================================================== */

.res-textbox-content {
	line-height: 1.5;
}



@media print, screen and (min-width: 768px){

	#contents #slider-block, .res-contents, .res-contents-parent {
    margin-top: 60px;
	}	

	.title-box.h1+#slider-block .res-slider-type-full, .title-box.h1+.res-contents, .title-box.h1+.res-contents-parent, .title-box.h1+.res-image-type-full {
    margin-top: 60px;
	}

	.res-btn-link.type-01 a {
    width: 45%;
    min-width: 256px;
    text-align: center;
	}

	.res-btn-link.type-01 a:after {
    font-size: 1.8rem;
    margin-top: -5px;
	}

	.res-btn-link.type-01 a {
    width: 45%;
    min-width: 256px;
    text-align: center;
	}

	.cp-box-container .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-6 .cp-box {
    margin-top: 0;
	}

}

@media print, screen and (max-width: 767px){
	.fontM {
    	font-size: 1.4rem!important;
	}
	.cp-box-container.cp-box-xs-1, .cp-box-container.cp-box-xs-1 .cp-box {
    	width: 100%;
    	margin-left: 0;
	}

	.cp-box-container .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-1.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-2.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-3.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-4.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-5.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-md-6.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-1.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-2.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-3.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-4.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-5.cp-box-xs-6 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-1 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-2 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-3 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-4 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-5 .cp-box, .cp-box-container.cp-box-sm-6.cp-box-xs-6 .cp-box {
    margin-top: 0;
	}

	.res-contents .res-btn-link a {
    font-size: 1.4rem;
	}

	.cp-box-container.cp-box-xs-1, .cp-box-container.cp-box-xs-1 .cp-box {
    width: 100%;
    margin-left: 0;
	}

	.cp-box-container.cp-box-md-1.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-md-1.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-md-1.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-md-1.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-md-1.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-md-1.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-md-2.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-md-2.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-md-2.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-md-2.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-md-2.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-md-2.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-md-3.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-md-3.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-md-3.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-md-3.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-md-3.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-md-3.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-md-4.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-md-4.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-md-4.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-md-4.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-md-4.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-md-4.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-md-5.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-md-5.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-md-5.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-md-5.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-md-5.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-md-5.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-md-6.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-md-6.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-md-6.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-md-6.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-md-6.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-md-6.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-sm-1.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-sm-1.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-sm-1.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-sm-1.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-sm-1.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-sm-1.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-sm-2.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-sm-2.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-sm-2.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-sm-2.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-sm-2.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-sm-2.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-sm-3.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-sm-3.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-sm-3.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-sm-3.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-sm-3.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-sm-3.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-sm-4.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-sm-4.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-sm-4.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-sm-4.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-sm-4.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-sm-4.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-sm-5.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-sm-5.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-sm-5.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-sm-5.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-sm-5.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-sm-5.cp-box-xs-6 .cp-box:nth-child(n+7), .cp-box-container.cp-box-sm-6.cp-box-xs-1 .cp-box:nth-child(n+2), .cp-box-container.cp-box-sm-6.cp-box-xs-2 .cp-box:nth-child(n+3), .cp-box-container.cp-box-sm-6.cp-box-xs-3 .cp-box:nth-child(n+4), .cp-box-container.cp-box-sm-6.cp-box-xs-4 .cp-box:nth-child(n+5), .cp-box-container.cp-box-sm-6.cp-box-xs-5 .cp-box:nth-child(n+6), .cp-box-container.cp-box-sm-6.cp-box-xs-6 .cp-box:nth-child(n+7) {
    margin-top: 40px;
	}

	.anaxtext {
	    font-size: 1rem;
	}

	.title-box.h2 .ttl-text {
    	font-size: 1.4rem;
	}
}
/*bannerArea-----------------------------------------------------------------------*/
.bnr_national-park {
  position: relative;
	max-width: 900px;
	height: auto;
	margin: 30px auto 0;
	text-align: center;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bnr_national-park a {
  display: block;
}
.bnr_national-park a:hover {
  opacity: .7;
}
.bnr_national-park .innertxt {
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width:100%;
    position: absolute;
    top: 0;
}
.bnr_national-park .txt {
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 40px 10px 10px;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.6);
  font-size: 1.6rem;
  line-height: 1.5;
}

.bnr_national-park .txt:after {
    content: "";
    position: absolute;
    right: 10px;
    /* top: 50%; */
    top: 0;
    bottom: 0;
    margin: auto;
    /* margin-top: -3px; */
    transition: all 0.2s ease-in-out;
    display: block;
    width: 20px;
    height: 20px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
@media screen and (max-width: 768px) {
  #spotsArea{
    overflow: hidden;
  }
  .bnr_national-park {
    margin-bottom: 60px;
  }
  .bnr_national-park .img img{
    width: 100%;
  }
  .bnr_national-park .txt{
  font-size: 1.0rem;
}
.bnr_national-park .txt:after {
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

}

.new-window-icon {
	margin-left: 2px;
	margin-right: 1px;
}

/*reservationArea-----------------------------------------------------------------------*/
.reservationList {
	display: flex;
	flex-flow: row wrap;
	margin-top: 40px;
	justify-content: space-evenly;
}

.reservationList > li {
	width:23%;
	height:auto;
}

.reservationList li .reservationTxt {
	font-size:14px;
	font-size: .875rem;
	line-height: 1.5;
	margin:17px 0 0;
	text-align:center;
	color: #17399a;
}

  @media (max-width:768px) {
.wrap {
	padding: 0 10px;
  }
.reservationList {
	padding:0 0 86px;
  }
.reservationList li {
	float:none;
	width:100%;
	margin:0 ;
  }
.reservationList li .reservationTxt {
	margin:8px 0 16px;
  }
}



.box__wrapdetails.is-close .box__details {
  display: none;
}

@media screen and (min-width: 769px) {
  .box__wrapdetails.is-close .box__details {
    display: block;
  }
}

.box__btn--toggle {
  margin-top: 12px;
}

@media screen and (min-width: 769px) {
  .box__btn--toggle {
    display: none;
  }
}

.box__cnt--togglebtn {
  border-top: 1px solid #a2a2a2;
  border-right: 0;
  border-bottom: 1px solid #a2a2a2;
  border-left: 0;
  width: 100%;
  color: #4c4c4c;
  font-size: 1rem;
  line-height: 2.5;
  padding: 10px 40px;
  position: relative;
  background-color: transparent;
}

html .box__cnt--togglebtn {
  font-family: Overpass,"Noto Sans CJK JP",Noto Sans Japanese,"メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
  font-weight: 500;
}

.box__cnt--togglebtn::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #434343;
  border-bottom: 1px solid #434343;
  transform: rotate(-135deg);
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 20px;
}

.box__wrapdetails.is-close .box__cnt--togglebtn::after {
  transform: rotate(45deg);
  margin-top: -8px;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
  display: none;
  }
  .sp-only {
    display: block;
  }
}

.nationalParkLogo{
  position: absolute;
  width: 80px;
  left: 10%;
}

@media screen and (max-width: 768px) {
.nationalParkLogo{
  width: 50px;
}
}


/* 20200218修正 */
.spotsColumnWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spotsColumnBlock{
	float:none !important;
	height:auto !important;
}