G@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main {
	font-family: 'Noto Sans JP', sans-serif;
	color: #222;
}
main img{
	width:100%;
	height:auto;
}

section:nth-of-type(1){background: #F3F3EB;}
section:nth-of-type(2){background-color:#FFF6DA;}
section:nth-of-type(3){background: #EBF1C5;}
section:nth-of-type(4){background: #F3F3EB;}
section:nth-of-type(5){background: #FFE5BD;}
section:nth-of-type(6){background: #FFF;}
section:nth-of-type(7){background: #F3F3EB;}
section:nth-of-type(8){background: #EBF1C5;}

main a,
main a:link,
main a:visited,
main a:active {color: #222;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#anchorLinkBlock {padding: 15px 0 0;}
h1{
	width: 100%;
	display:block;
}
h2 {
	font-size: 20px;
    margin-bottom: 25px;
	padding-top: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
	position:relative;
}
h2 small {
    width: 100%;
    display: inline-block;
    font-size: 0.7em;
    font-weight: normal;
}
h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
}
#link00 h2::before {
	width: 36px;
	height: 36px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_suika.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 36px) / 2);
}
#link01 h2::before {
	width: 36px;
	height: 36px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_sun.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 36px) / 2);
}
#link02 h2::before {
	width: 36px;
	height: 36px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_suika.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 36px) / 2);
}
#link03 h2::before {
	width: 36px;
	height: 36px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_icecream.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 36px) / 2);
}
#link04 h2::before {
	width: 36px;
	height: 36px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_tree.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 36px) / 2);
}
#link05 h2::before {
	width: 36px;
	height: 36px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_yacht.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 36px) / 2);
}
#link06 h2::before {
	width: 36px;
	height: 36px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_seagull.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 36px) / 2);
}
#link07 h2::before {
	width: 36px;
	height: 36px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_shell.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 36px) / 2);
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 15px 0;
	box-sizing: border-box;
}

/*title*/
#title{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	text-align:center;
	height:auto;
	background:url(../images/bg.gif);
	background-size:auto 100%;
}
#title span{
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute !important;
	bottom: 0;
	left: 0;
	right: 0;
	margin:0 auto;
	width:100%;
	text-shadow:
	1px 1px 4px rgba(000,000,000,0.8),
	0px 1px 0px rgba(255,255,255,0.3);
}
#title span strong {
	color:#FFBA75;
	font-weight:bold;
	text-shadow:
	1px 1px 4px rgba(000,000,000,0.8),
	0px 1px 0px rgba(255,255,255,0.3);
}
#title img{
	width:100%;
	height:auto;
}
#title span{
	color:#FFF;
	margin:10px 0 0 0;
	display:block;
}

/*navMenu*/
.navMenu{
	width: 100%;
	margin: 5px auto;
}
.navMenu ul{
	display: flex;
	flex-wrap: wrap;
}
.navMenu li{
	width: calc(92% / 4);
	margin: 1%;
}
.navMenu li a {
	display: block;
    position: relative;
    padding: 5px 0 20px;
    background: #fff;
    border: solid 1px #333;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-size: 12px;
}
.navMenu li a::after {
	content: '';
	position: absolute;
	left: 48%;
	bottom: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #66c4d1;
	border-right: 2px solid #66c4d1;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.navMenu a:hover {
	background: #66c4d1;
	border: solid 1px #66c4d1;
	color: #fff !important;
	opacity: 100;
	transition: 0.2s;
}
.navMenu li a:hover::after {border-color: #fff;}

/*w640バナー*/
.pr_banner {
	width: 100%;
}
.pr_banner a {
	display: block;
	margin: 0 auto;
}
.pr_banner a img {
	width: 88%;
    margin: auto;
}
.pr_banner p {
    text-align: center;
    margin: 5px 0 0 0;
}

/*県別ホテルランキング*/
#hotel_ranking {font-size: 14px;}
#hotel_ranking > li {
	background: #FFF;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 3px 3px 0px #F3F3EB, 5px 5px 0px #FFF;
}
#hotel_ranking > li{
	width: 100%;
    margin: 0 0 5%;
}
#hotel_ranking > li dt {display:flex;}
#hotel_ranking > li dt > div {width:34%;}
#hotel_ranking > li dt > div div {
	font-size: 40px;
	color: #7acfdb;
}
#hotel_ranking > li dt > div div span{
    padding: 0 0 0 13px;
    font-size: 24px;
    color: #66c4d1;
    border-bottom: solid 1px #66c4d1;
}
#hotel_ranking > li dt > div h3 {
	font-size: 20px;
    background: #e0f6f9;
    text-align: center;
	margin: 5px 0;
    padding: 10px 0 5px;
}
#hotel_ranking > li dt > div h3 rt {
    color: #999999;
    letter-spacing: 2px;
}
#hotel_ranking > li dt > a {
	width: 63%;
    margin-left: 3%;
}
#hotel_ranking > li dd.apealtxt {padding: 15px 0;}
#hotel_ranking > li dd.rec {font-size: 15px;}
#hotel_ranking > li dd.rec h4 {
	text-align: center;
    color: #7acfdb;
    font-weight: bold;
	margin-bottom: 10px;
}
#hotel_ranking > li dd.rec h4:before {content:"＼";margin-right: 8px;}
#hotel_ranking > li dd.rec h4:after {content:"／";margin-left: 8px;}
#hotel_ranking > li dd.rec li {
	width: 100%;
	text-align: center;
	margin: 5px 0;
	border: 2px solid #7acfdb;
	box-sizing: border-box;
    display: inline-grid;
    align-items: center;
    background: #fffbed;
	border-radius: 5px;
}
#hotel_ranking > li dd.rec li a {
	padding: 8px 12px 8px 5px;
	position:relative;
}
#hotel_ranking > li dd.rec li a::after {
	content: '';
   position: absolute;
   right: 5px;
	top: 42%;
	width: 5px;
	height: 5px;
	border-top: 2px solid #66c4d1;
	border-right: 2px solid #66c4d1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*bnr*/
.bnr {display: flex;}
.bnr li {
	width: 100%;
    margin: 0 5px 3%;
    background: #FFF;
    padding: 10px;
	box-sizing:border-box;
}
#link02 .bnr li img {border-radius: 25px;}
.bnr li dd {
	font-size: 15px;
}
.bnr li dd h3 {
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}
.bnr li dd p {font-size: 14px;}

/*MAP*/
#japan_mapbox__p{
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
#japan_mapbox__p small {
	width: 100%;
	display: inline-block;
	font-size: 0.7em;
	font-weight: normal;
}
#mapWrap{display: none!important;}
#smpMapBox form{
	width: calc(100% - 2px);
	height: 40px;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
}
#smpMapBox form:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #3eb4c7;
    width: 25px;
    height: 100%;
	pointer-events: none;
}
#smpMapBox form:after{
	content: "▼";
    position: absolute;
    top: 28%;
    right: -7px;
    width: 25px;
    height: 100%;
    color: #FFF;
    font-size: 12px;
	pointer-events: none;
}
#smpMapBox select{
	width: 100%;
    font-size: 18px;
    padding: 5px 10px 8px;
	background: none;
}

/* おすすめ旅行情報 */
#useWrap{width: 100%;}
#useWrap div.tripa {
	width: 200px;
	float: left;
	margin: 5px 5px 10px;
	padding: 10px;
	background: #FFF;
	box-sizing: border-box;
}
#useWrap div.tripa p {
	margin: 0 0 3% 0;
	height: 150px;
	overflow: hidden;
}
#useWrap div.tripa p img {
	width: auto;
	height: 100%;
	margin: auto;
}
#useWrap div.tripa dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div.tripa dt {
	font-size: 14px;
	margin: 0 0 2%;
	padding: 0;
}
#useWrap div.tripa dd {font-size: 12px;}
#useWrap div.tripa dd > span {
	display: block;
	margin: 5px 0 0;
}
#useWrap div.tripa dd > span a {
	color: #CCC;
	font-size: 12px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#useWrap div.tripa dd > span span {
	color: #F69;
	display: inline;
	font-size: 12px;
}

/*slick*/
#useWrap.slick-slider {margin-bottom: 50px;}
#useWrap.slick-slider .slick-prev,
#useWrap.slick-slider .slick-next {top: 50%;z-index: 40;}
#useWrap.slick-slider .slick-prev {left: -5px;}
#useWrap.slick-slider .slick-next {right: -5px;}
#useWrap.slick-slider .slick-prev:before,
#useWrap.slick-slider .slick-next:before {color: #242424;}
.slick-dots li{background:none;}

/*contact*/
#contact p.txt {
	width: 72%;
    font-size: 16px;
    margin: 0 auto 35px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #333;
    text-align: center;
    position: relative;
}
#contact p.txt:after {
	content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #fff;
}
#contact .contactWrap a{
	display: flex;
	padding: 15px 5px;
}
#contact .contactWrap li {
    width: 90%;
    background: #FFF;
    border-radius: 10px;
    margin: 0 auto 15px;
}
#contact .contactWrap img{width: 64px;}
#contact .contactWrap p{
	display: grid;
    align-items: center;
    color: #222;
    font-size: 14px;
    font-weight: bold;
}
#contact .contactWrap p small{font-weight: normal;}

/*Btn*/
.otherBtn {
	margin: 15px 0;
	padding: 0;
}
.otherBtn a{
	font-size: 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #222;
	color: #222!important;
	width:80%;
	margin:0 auto;
	transition: 0.2s ;
}
.otherBtn a:hover{
	background:#66c4d1;
	border:solid 1px #66c4d1;
	color: #fff!important;
	transition: 0.2s ;
}
.otherBtn a::after {
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #66c4d1;
    border-right: 2px solid #66c4d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.otherBtn a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: 0.2s;
}

/*scroll*/
.scrollbox {overflow-x: scroll !important;}
.scrollbox > ul {
	width: fit-content!important;
    display: flex!important;
    margin-bottom: 15px!important;
}
.scrollbox > ul li {
	width: 200px!important;
    margin: 0 5px!important;
}
.scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox::-webkit-scrollbar-track {
	margin: 0 5px!important;
	background: #fff!important;
	border-radius: 5px!important;
}
.scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px!important;
	background: #999!important;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#anchorLinkBlock {padding: 25px 0;}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 28px;
    margin-bottom: 25px;
	padding-top: 72px;
    font-weight: bold;
    text-align: center;
	position:relative;
}
h2 small {
    width: 100%;
    display: inline-block;
    font-size: 0.7em;
    font-weight: normal;
}
h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
}
#link00 h2::before {
	width: 64px;
	height: 64px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_suika.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 64px) / 2);
}
#link01 h2::before {
	width: 64px;
	height: 64px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_sun.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 64px) / 2);
}
#link02 h2::before {
	width: 64px;
	height: 64px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_suika.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 64px) / 2);
}
#link03 h2::before {
	width: 64px;
	height: 64px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_icecream.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 64px) / 2);
}
#link04 h2::before {
	width: 64px;
	height: 64px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_tree.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 64px) / 2);
}
#link05 h2::before {
	width: 64px;
	height: 64px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_yacht.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 64px) / 2);
}
#link06 h2::before {
	width: 64px;
	height: 64px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_seagull.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 64px) / 2);
}
#link07 h2::before {
	width: 64px;
	height: 64px;
	background: url(https://www.nta.co.jp/kokunai/season/summer/famipack/images/ico_shell.png) no-repeat;
	background-size: 100%;
	left: calc((100% - 64px) / 2);
}

.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:25px 0;
	display: block;
}

/*title*/
#title{
	margin:0;
	padding:0;
	height: 286px;
	overflow:hidden;
	position:relative;
	text-align:center;
	background:url(../images/bg.gif) no-repeat 50% 0;
}
#title span{
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute !important;
	bottom: 25px;
	left: 0;
	right: 0;
	margin:0 auto;
	width:500px;
	text-shadow:
	1px 1px 4px rgba(000,000,000,0.8),
	0px 1px 0px rgba(255,255,255,0.3);
}
#title span strong {
	color:#FFBA75;
	font-weight:bold;
	font-size:22px;
	text-shadow:
	1px 1px 4px rgba(000,000,000,0.8),
	0px 1px 0px rgba(255,255,255,0.3);
}
#title img{
	width:760px;
	height: 286px;
}

/*navMenu*/
.navMenu{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 25px auto;
}
.navMenu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.navMenu li{flex: 1;}
.navMenu li a {
	display: block;
    position: relative;
	padding: 15px 0 25px;
    background: #fff;
    border: solid 1px #333;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.navMenu li a::after {
	content: '';
	position: absolute;
	left: 48%;
	bottom: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #66c4d1;
	border-right: 2px solid #66c4d1;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.navMenu a:hover {
	background: #66c4d1;
	border: solid 1px #66c4d1;
	color: #fff !important;
	opacity: 100;
	transition: 0.2s;
}
.navMenu li a:hover::after {border-color: #fff;}

/*w640バナー*/
.pr_banner {
	width: 100%;
}
.pr_banner a {
	width: 640px;
	height: 120px;
	display: block;
	margin: 0 auto;
}
.pr_banner p {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 1.2em;
}

/*県別ホテルランキング*/
#hotel_ranking {
	display:flex;
	flex-wrap: wrap;
	font-size: 16px;
}
#hotel_ranking > li:nth-of-type(n+3) {font-size: 15px;}
#hotel_ranking > li {
	background: #FFF;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 3px 3px 0px #F3F3EB, 5px 5px 0px #FFF;
}
#hotel_ranking > li:nth-of-type(-n+2) {
	width: 48%;
    margin: 0 1% 5%;
}
#hotel_ranking > li:nth-of-type(n+3) {
	width: calc(94% / 3);
    margin: 0 1% 1%;
}
#hotel_ranking > li dt {display:flex;}
#hotel_ranking > li:nth-of-type(n+3) dt {display: block;}
#hotel_ranking > li dt > div {width:34%;}
#hotel_ranking > li:nth-of-type(n+3) dt > div {
	width:100%;
	display: flex;
}
#hotel_ranking > li dt > div div {
	font-size: 64px;
	color: #7acfdb;
}
#hotel_ranking > li dt > div div span{
    padding: 0 15px;
    font-size: 24px;
    color: #66c4d1;
    border-bottom: solid 1px #66c4d1;
}
#hotel_ranking > li dt > div h3 {
	font-size: 28px;
    background: #e0f6f9;
    text-align: center;
    margin: 10px 0;
    padding: 20px 0 15px;
}
#hotel_ranking > li:nth-of-type(n+3)  dt > div h3 {
	width: 100%;
	margin: 0 0 15px;
	padding: 15px 0 10px;
	font-size: 24px;
}
#hotel_ranking > li:nth-of-type(n+3)  dt > div div {
	width: 100%;
	font-size: 48px;
}
#hotel_ranking > li dt > div h3 rt {
    color: #999999;
    letter-spacing: 2px;
}
#hotel_ranking > li dt > a {
	width: 63%;
    margin-left: 3%;
}
#hotel_ranking > li:nth-of-type(n+3) dt > a {
	width: 100%;
    margin-left: 0;
}
#hotel_ranking > li dd.apealtxt {
	margin: 15px 0;
}
#hotel_ranking > li dd.rec h4 {
	text-align: center;
    color: #7acfdb;
    font-weight: bold;
	margin-bottom: 15px;
}
#hotel_ranking > li dd.rec h4:before {content:"＼";margin-right: 8px;}
#hotel_ranking > li dd.rec h4:after {content:"／";margin-left: 8px;}
#hotel_ranking > li dd.rec ul {display:flex;}
#hotel_ranking > li:nth-of-type(n+3) dd.rec ul {display:block;}
#hotel_ranking > li dd.rec li {
	width: calc((100% - 30px) / 3);
    text-align: center;
    border: 2px solid #7acfdb;
    border-radius: 5px;
    margin: 0 5px;
    box-sizing: border-box;
    display: inline-grid;
    align-items: center;
    background: #fffbed;
}
#hotel_ranking > li dd.rec li a {
	padding: 10px 12px 10px 5px;
	position:relative;
}
#hotel_ranking > li:nth-of-type(n+3) dd.rec li a::after {
	content: '';
   position: absolute;
   right: 5px;
	top: 42%;
	width: 5px;
	height: 5px;
	border-top: 2px solid #66c4d1;
	border-right: 2px solid #66c4d1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#hotel_ranking > li:nth-of-type(n+3) dd.rec li {
	width: 100%;
	margin: 5px 0;
}

/*bnr*/
.bnr {
	display: flex;
	flex-wrap: wrap;
}
#link02 .bnr {
	background: #FFF;
    border-radius: 25px;
    box-shadow: 2px 2px 5px #999;
}
#link03 .bnr {margin-bottom:5%;}
.bnr li {
	width:223.1px;
	margin: 0 1%;
	padding: 15px;
	box-sizing: border-box;
	background: #FFF;
}
#link02 .bnr li {width: calc(94% / 3);background: none;}
#link02 .bnr li img {border-radius: 50px;}
.bnr li dd {font-size: 16px;}
.bnr li dd h3 {
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}

/*MAP*/
#mapWrap {background: #FFF;}
#japan_map {
    margin: auto;
    display: block;
	filter: drop-shadow(2px 1px 1px #b1e1e7);
}
#japan_mapbox #japan_mapbox__p{
	width: 380px;
	color: #369dad;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 18px;
	text-align: center;
	padding: 15px;
	line-height: 2;
	box-sizing: border-box;
	border: 15px solid #3eb4c7;
}
#japan_map .cls-1 {
	fill-rule: evenodd;
	fill: #37d491;
	transition-duration: 0.2s;
}
#japan_map .cls-1:hover {
	fill-rule: evenodd;
	fill: #3eb4c7;
	transition-duration: 0.2s;
	cursor: pointer;
}
#japan_mapbox{
	width:760px;
	height:500px;
	position:relative;
	margin: auto;
    display: block;
}
#japan_mapbox .cls-txt{
	color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
	pointer-events: none;
}
#hokkaido_txt{
    position: absolute;
    top: 23px;
    right: 134px;
    line-height: 10.5;
}
#tohoku_txt{
	position: absolute;
    top: 220px;
    right: 139px;
}
#syutoken_txt{
	position: absolute;
    bottom: 130px;
    right: 160px;
}
#koshinetsu_txt{
	position: absolute;
    top: 340px;
	right: 245px;
}
#hokuriku_txt{
	position: absolute;
	top: 288px;
    right: 300px;
}
#izu_atami_txt{
	position: absolute;
	bottom: 67px;
    right: 220px;
}
#tokai_txt{
	position: absolute;
	bottom: 94px;
    right: 308px;
}
#kansai_txt{
	position: absolute;
	bottom: 100px;
    right: 375px;
}
#sanin_txt{
	position: absolute;
	bottom: 24px;
    left: 258px;
    line-height: 5;
}
#shikoku_txt{
	position: absolute;
	bottom: 100px;
    left: 260px;
}
#kyushu_txt{
	position: absolute;
    bottom: 95px;
    left: 170px;
}
#okinawa_txt{
	position: absolute;
	bottom: 48px;
    left: 72px;
}

/* おすすめ旅行情報 */
#useWrap{
	width: 100%;
	padding: 15px;
}
#useWrap div.tripa {
	overflow: hidden;
	margin: 5px;
	padding: 10px;
	background: #FFF;
	box-sizing: border-box;
}
#useWrap div p {
	margin: 0 0 3% 0;
	height: 150px;
	overflow: hidden;
}
#useWrap div p img {
	width: auto;
	height: 100%;
}
#useWrap div dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div dt {
	font-size: 14px;
}
#useWrap div dd {font-size: 14px;}
#useWrap div dd > span {
	display: block;
	margin: 5px 0 0;
}
#useWrap div dd > span a {
	color: #999;
	font-size: 10px;
}
#useWrap div dd > span span {
	color: #F69;
	display: inline;
	font-size: 11px;
}

/*contact*/
#contact p.txt {
	width: 500px;
    font-size: 18px;
    margin: 0 auto 25px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    color: #333;
    text-align: center;
	position:relative;
}
#contact p.txt:after {
	content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #fff;
}
#contact .contactWrap,
#contact .contactWrap a{
	display: flex;
	padding: 15px 5px;
}
#contact .contactWrap li{
	width: calc(94% / 3);
    background: #FFF;
    border-radius: 10px;
    margin: 0 1%;
}
#contact .contactWrap img{width: 80px;}
#contact .contactWrap p{
	display: grid;
    align-items: center;
    color: #222;
    font-size: 16px;
    font-weight: bold;
}
#contact .contactWrap p small{font-weight: normal;}

/*Btn*/
.otherBtn {padding: 0;}
.otherBtn a{
	font-size: 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #222;
	color: #222!important;
	width:50%;
	margin:0 auto;
	transition: 0.2s ;
}
.otherBtn a:hover{
	background:#66c4d1;
	border:solid 1px #66c4d1;
	color: #fff!important;
	transition: 0.2s ;
}
.otherBtn a::after {
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #66c4d1;
    border-right: 2px solid #66c4d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.otherBtn a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: 0.2s;
}

}

/*slick*/
.slick-prev.slick-disabled,
.slick-next.slick-disabled {display: none !important;}

/*イベント情報(PCSP共通)*/
#useWrap{
	width: 100%;
	padding: 15px;
}
#useWrap div.eventbank {
	overflow: hidden;
	margin: 5px;
	padding: 10px;
	background: #FFF;
	box-sizing: border-box;
}
#useWrap div.eventbank p {
	margin: 0 0 3%;
	height: 150px;
	overflow: hidden;
	position: relative;
}
#useWrap div.eventbank p img {
	width: 100%;
	height: auto;
}
#useWrap div.eventbank p > small{
	width: 100%;
	background: #222;
	color: #FFF;
	display: block;
	padding: 2px;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
}
#useWrap div.eventbank dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div.eventbank dt h3 {
	font-size: 14px;
	font-weight:bold;
}
#useWrap div.eventbank dd {
	font-size: 12px;
	margin-bottom: 5px;
}
#useWrap div.eventbank dd > span {
	width: fit-content;
	display: block;
	margin: 0 0 2px;
	padding: 2px 5px;
	background: #3eb4c7;
	color: #FFF;
}
#useWrap div.eventbank dd a{color: #0065d6;}