@charset "utf-8";

main *{font-family: 'Noto Sans JP', sans-serif;}
section:nth-of-type(odd){background-color:#3eb4c7;}
section:nth-of-type(even){background-color:#fff;}
h2,h3,p{color: #111}

/*search*/
.search_kokunai_map_Bar .serchBox li.select {
    background: #369dad !important;
}
.search_kokunai_map_Bar .serchBox li {
    background: #B1E1E7 !important;
    color: #000 !important;
}
.disnone_box{display:none;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone,.smpnone{display:none;}
main img{
	width:100%;
	height:auto;
}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
    clear: both;
}
h2 b {
	width: 100%;
    font-size: 36px;
    display: inline-block;
    margin-bottom: 10px;
}
h3 {
	font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    clear: both;
    border-bottom: 2px solid #000;
	display: flex;
}
h3 b {
    font-size: 20px;
    margin: 0 25px 0 0;
    display: inline-block;
}
h3 span {
    font-size: 15px;
    display: grid;
    align-items: center;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 25px 0;
	box-sizing: border-box;
	position: relative;
}

/*PR banner*/
.pr_banner{
	width:98%;
	margin:1% auto;
}
.pr_banner a {width:100%;}
.pr_banner a img{
	max-width:640px;
	display:block;
	margin:0 auto 1% auto;
}
.pr_banner a img:hover {opacity:0.8;}
.pr_banner p{text-align:center;}
/*PR banner end*/

/*title*/
#title{
	margin:0;
	padding: 25px 5px;
	overflow:hidden;
	position:relative;
	text-align:center;
	background:url(../images/bg.jpg) no-repeat 50% 0%;
	background-size:cover;
	border-top:5px solid #0187E8;
}
#title img{margin:auto;}
p.title{
	color: #f7eee1;
	font-weight: bold;
	font-size: 20px;
	text-shadow:1px 1px 0 #3eb4c7, -1px -1px 0 #3eb4c7,
              -1px 1px 0 #3eb4c7, 1px -1px 0 #3eb4c7,
              0px 1px 0 #3eb4c7,  0-1px 0 #3eb4c7,
              -1px 0 0 #3eb4c7, 1px 0 0 #3eb4c7;
}
/*navi*/
#area_navi{font-size: 12px;}
#area_navi > ul.area_navi__first {
	width: 100%;
	position:relative;
}
#area_navi > ul.area_navi__first > li{
    width: calc((100% - 10px) / 5);
	/*width: calc((100% - 8px) / 4);*/
    float: left;
    display: block;
    margin: 15px 1px;
    text-align: center;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
#area_navi > ul.area_navi__first > li a{
    display: block;
	padding: 10px 0 30px;
}
#area_navi > ul.area_navi__first > li::after {
	content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 12px;
    right: 42%;
    border-top: 2px solid #3eb4c7;
    border-right: 2px solid #3eb4c7;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#area_navi #hover_menu{
    display: inline-block;
	padding: 10px 0 30px;
}
#area_navi #hover_menu_box{
	width: 250px;
    position: absolute;
	top: 120px;
    right: 0;
    background: #FFF;
    z-index: 1;
    font-size: 14px;
    text-align: left;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
#area_navi > ul.area_navi__first #hover_menu_box::after {
	content: "";
    width: 0;
    height: 0;
    border-top: none;
    border-right: none;
}
#area_navi > ul.area_navi__first > li#hover_menu_box a {padding: 8px 0;}

/*海水浴におすすめのビーチ/こちらも合わせてチェック*/
.slick-slide_wrap{margin-bottom: 50px;}
.plan_box{
	width: 98%;
    margin: 0 1% 5%;
    padding: 20px 20px 10px;
    font-size: 16px;
    background: #FFF;
	position: relative;
    box-sizing: border-box;
}
section:nth-of-type(odd) .plan_box{box-shadow: 3px 3px 0 #3eb4c7, 6px 6px 0 #fff;}
section:nth-of-type(even) .plan_box{
	border: 2px solid #3eb4c7;
    box-shadow: 2px 2px 0 #fff, 4px 4px 0 #3eb4c7;
}
.plan_box .pickup{
	position: absolute;
    top: 5px;
    left: -5px;
    background: #ff8;
    padding: 5px 8px;
    font-size: 14px;
    color: #3eb4c7;
}
.plan_box .area-name{
	width: 150px;
    background: #b1e1e7;
    color: #000;
    margin: auto;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 12px;
}
.plan_box .beach-name{
	font-size: 18px;
    text-align: center;
    margin: 10px 0 20px;
}
	
.beach-name span {
    background:linear-gradient(transparent 60%, #ff8 60%);
}
	
.plan_box .beach-subtxt{
	font-size: 12px;
    margin-bottom: 15px;
}
.plan_box .check_hotel{
	font-size: 18px;
    text-align: center;
    margin: 10px 0 20px;
}
.plan_box .check_hotel b {background:linear-gradient(transparent 60%, #ff8 60%)}
.plan_box .check_hotel small {
    padding: 10px 0 0;
    display: inline-block;
    font-size: 0.75em;
}
.plan_box img{
	width:100%;
	margin-bottom: 10px;
}
.plan_box h4{
	font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.plan_box .beach-txt{
    font-size: 12px;
	margin-bottom: 10px;
}

/*エリアからホテルを探す*/
#mapWrap{display: none!important;}
#smpMapBox{margin-bottom: 25px;}
#smpMapBox form{
	width: calc(100% - 2px);
	height: 40px;
    position: relative;
    border: 1px solid #3eb4c7;
    box-shadow: 1px 1px 0 #FFF, 2px 2px 0 #3eb4c7;
    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;
}

/*海水浴に便利なお宿をもっとチェック!*/
.hotel_box_wrap h4.other_hotel{
    font-size: 22px;
    text-align: center;
    margin: 20px 0 10px;
    color: #3a9dee;
}
.convenient_hotel_box{
	margin: 0 0 2%;
    padding: 20px 20px 10px;
    font-size: 16px;
    background: #FFF;
}
.convenient_hotel_box .area-name{
	width: 150px;
    background: #b1e1e7;
    color: #000;
    margin: auto;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 14px;
}
.convenient_hotel_box .beach-name{
	font-size: 20px;
    text-align: center;
    margin: 10px 0 20px;
    text-decoration: underline 8px #ff8;
}
.convenient_hotel_box .beach-subtxt{
	font-size: 14px;
    margin-bottom: 15px;
	text-align: center;
}
.convenient_hotel{
    border-bottom: 1px solid #999;
    padding: 10px 0;
}
.convenient_hotel_box .convenient_hotel h5{
    font-size: 16px;
    font-weight: bold;
    margin-right: 2%;
    padding: 0 0 10px;
}
.convenient_hotel_box .convenient_hotel .btn_box{display: flex;}
.convenient_hotel_box .convenient_hotel .btn_box a {
	width: 48%;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*btn*/
.btn_box a{
	border: 1px solid #222;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center;
    color: #333;
    margin-bottom: 15px;
    padding: 10px 0 12px;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
}
.btn_box a::after {
    content: "";
    width: 8px;
    height: 8px;
	position: absolute;
    top: 40%;
    right: 12px;
    border-top: 2px solid #3eb4c7;
    border-right: 2px solid #3eb4c7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_box a:hover{
	border: 1px solid #3eb4c7;
    color: #FFF;
	background: #3eb4c7;
}

/* おすすめ旅行情報 */
#useWrap .tripa_useWrap_wrap{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*/
.tripa_slick .slick-prev,
.tripa_slick .slick-next {top: 50%;z-index: 40;}
.tripa_slick .slick-prev {left: -5px;}
.tripa_slick .slick-next {right: -5px;}
.tripa_slick .slick-prev:before,
.tripa_slick .slick-next:before {color: #242424;}

/*qa*/
#qanda_box dl {
	padding: 12px;
	background: #fff;
	position: relative;
	border-bottom: 1px dotted #aaa;
}
#qanda_box dl:last-child {border-bottom: none;}
#qanda_box dt {
	font-size: 15px;
    padding: 0 40px;
    word-break: break-all;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
	line-height: 1.6;
}
#qanda_box dt h3{
	font-size: 16px;
	border: none;
	font-weight:bold;
    margin: 0;
    padding: 0;
}
#qanda_box dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dt.faqopen:after {content: "－";}
#qanda_box dd {
	position: relative;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 40px;
	word-break: break-all;
}
#qanda_box dd:before {content: "A";}

/*飾り*/
section#link01 .inner:before,
section#link02 .inner:before,
section#link03 .inner:before,	
section#useWrap .inner:before,
section#qanda_box .inner:before	{
    content: "";
    position: absolute;
	top: 5px;
    left: 10px;
    width: 100px;
    height: 100px;
    background: url(../images/im_13.png) no-repeat;
    background-size: contain;
    filter: drop-shadow(1px 1px 0px #555);
}	
section#link01 .inner:after,
section#link02 .inner:after,
section#link03 .inner:after,	
section#useWrap .inner:after,
section#qanda_box .inner:after{
	content:"";
	position:absolute;
    top: 5px;
    right: 5px;
    width: 100px;
    height: 100px;
	background:url(../images/im_14.png) no-repeat;
	background-size: contain;
	filter: drop-shadow(1px 1px 0px #555);
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
.pcnone{display:none;}
#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;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
	background:none;
}
h2 {
	font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
    clear: both;
}
h2 b {
	width: 100%;
    font-size: 48px;
	letter-spacing: 0.04em;
    display: inline-block;
    margin-bottom: 10px;
}
h3 {
	font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    padding-bottom: 5px;
    clear: both;
    border-bottom: 2px solid #000;
	display: flex;
}
h3 b {
    font-size: 36px;
    margin: 0 25px 10px 0;
    display: inline-block;
}
h3 span {
    font-size: 20px;
    display: grid;
    align-items: center;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:25px 0;
	display: block;
	position: relative;
}

/*PR banner*/
.pr_banner{
	width:100%;
	margin: 0 0 50px;
}
.pr_banner a {width:100%;}
.pr_banner a img{
	max-width:640px;
	display:block;
	margin:0 auto 1% auto;
}
.pr_banner a img:hover {opacity:0.8;}
.pr_banner p{
	margin-bottom: 25px;
	text-align:center;
}
/*PR banner end*/

/*title*/
#title{
	margin:0;
	padding: 20px 0;
	overflow:hidden;
	position:relative;
	text-align:center;
	background:url(../images/bg.jpg) no-repeat 50% 0%;
	background-size:cover;
	border-top:5px solid #0187E8;
}
#title img{margin:auto;}

p.title{
	color: #fff;
    font-size: 35px;
    letter-spacing: 0.3em;
    line-height: 1.5;
}	

p.title span{
	color: #fff;	
	font-weight: bold;
	font-size: 60px;
	text-shadow:2px 2px 0 #3eb4c7, -2px -2px 0 #3eb4c7,
              -2px 2px 0 #3eb4c7, 2px -2px 0 #3eb4c7,
              0px 2px 0 #3eb4c7,  0 -2px 0 #3eb4c7,
              -2px 0 0 #3eb4c7, 2px 0 0 #3eb4c7;	
}		

p.title:before{
	content: "";
    position: absolute;
	top: 5px;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../images/im_07.png) no-repeat;
	background-size: contain;
	filter: drop-shadow(1px 1px 0px #555);
}		
/*navi*/
#area_navi{font-size: 16px;}
#area_navi > ul.area_navi__first {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	display: flex;
	position:relative;
}
#area_navi > ul.area_navi__first > li{
	width: calc((100% - 20px) / 5);
	/*width: calc((100% - 20px) / 4);*/
    margin: 15px 1px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #000;
	position: relative;
	cursor:pointer;
}
#area_navi > ul.area_navi__first > li a{
    display: block;
	padding: 10px 0 30px;
}
#area_navi > ul.area_navi__first > li::after {
	content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 12px;
    right: 46.5%;
    border-top: 2px solid #3eb4c7;
    border-right: 2px solid #3eb4c7;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#area_navi #hover_menu{
    display: block;
	padding: 10px 0 30px;
	color: #0065d6;
}
#area_navi #hover_menu_box{
	width: 250px;
    position: absolute;
    top: 81px;
    left: 582px;
    background: #FFF;
    z-index: 1;
    font-size: 14px;
    text-align: left;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
#area_navi > ul.area_navi__first #hover_menu_box::after {
	content: "";
    width: 0;
    height: 0;
    border-top: none;
    border-right: none;
}
#area_navi > ul.area_navi__first > li#hover_menu_box a {padding: 8px 0;}

/*海水浴におすすめのビーチ/こちらも合わせてチェック*/
.slick-slide_wrap{margin-bottom: 50px;}
.plan_box{
	width: calc(94% / 3);
    margin: 0 1% 2%;
    padding: 20px 20px 10px;
    font-size: 16px;
    background: #FFF;
	position: relative;
    box-sizing: border-box;
}
section:nth-of-type(odd) .plan_box{box-shadow: 3px 3px 0 #3eb4c7, 6px 6px 0 #fff;}
section:nth-of-type(even) .plan_box{
	border: 2px solid #3eb4c7;
    box-shadow: 2px 2px 0 #fff, 4px 4px 0 #3eb4c7;
}
.plan_box .pickup{
	position: absolute;
    top: 5px;
    left: -5px;
    background: #ff8;
    padding: 5px 8px;
    font-size: 14px;
    color: #3eb4c7;
}
.plan_box .area-name{
	width: 150px;
    background: #b1e1e7;
    color: #000;
    margin: auto;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 14px;
}
.plan_box .beach-name{
	font-size: 20px;
    text-align: center;
    margin: 10px 0 20px;
    /*text-decoration: underline 8px #ff8;*/
}
.beach-name span {
    background:linear-gradient(transparent 60%, #ff8 60%);
}	
.plan_box .beach-subtxt{
	font-size: 14px;
    margin-bottom: 15px;
}
.plan_box .check_hotel{
	font-size: 20px;
    text-align: center;
    margin: 10px 0 20px;
}
.plan_box .check_hotel b { background:linear-gradient(transparent 60%, #ff8 60%)}
.plan_box .check_hotel small {
    padding: 10px 0 0;
    display: inline-block;
    font-size: 0.75em;
}
.plan_box img{
	width:100%;
	margin-bottom: 10px;
}
.plan_box h4{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.plan_box .beach-txt{
    font-size: 14px;
	margin-bottom: 10px;
}

/*エリアからホテルを探す*/
#mapWrap {
	background: #dcfdff;
    /*background-image: linear-gradient(360deg, rgba(252, 255, 204, 1) 12%, rgba(78, 248, 250, 1) 20%, rgba(0, 180, 255, 1) 35%);*/
    margin-bottom: 25px;
	position: relative;
}
#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: 70px;
    font-size: 16px;
    text-align: center;
    padding: 20px 20px 20px;
    line-height: 2;
    box-sizing: border-box;
    border: 25px 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-weight: bold;*/
    font-size: 14px;
    letter-spacing: 0.05em;
	/*font-weight: bold;
	font: 14px "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",Verdana,Arial,Osaka,sans-serif;*/
	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;
}
#koushinetsu_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;
}
.layout3{display:flex;}

/*海水浴に便利なお宿をもっとチェック!*/
.hotel_box_wrap h4.other_hotel{
    font-size: 22px;
    text-align: center;
    margin: 20px 0 10px;
    color: #3a9dee;
}
.convenient_hotel_box{
	margin: 0 0 2%;
    padding: 20px 20px 10px;
    font-size: 16px;
    background: #FFF;
}
.convenient_hotel_box .area-name{
	width: 150px;
    background: #b1e1e7;
    color: #000;
    margin: auto;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 14px;
}
.convenient_hotel_box .beach-name{
	font-size: 20px;
    text-align: center;
    margin: 10px 0 20px;
    text-decoration: underline 8px #ff8;
}
.convenient_hotel_box .beach-subtxt{
	font-size: 14px;
    margin-bottom: 15px;
	text-align: center;
}
.convenient_hotel{
    display: flex;
    border-bottom: 1px solid #999;
    padding: 10px 0;
}
.convenient_hotel_box .convenient_hotel h5{
	width: 42%;
    font-size: 18px;
    font-weight: bold;
   /* text-align: right;*/
    margin-right: 2%;
	margin-left: 6%;
    display: grid;
    align-items: center;
}
.convenient_hotel_box .convenient_hotel .btn_box{
    width: 50%;
    display: flex;
}
.convenient_hotel_box .convenient_hotel .btn_box a {
	width: 48%;
	margin: 0 1%;
}

/*btn*/
.btn_box a{
	border: 1px solid #222;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center;
    color: #333;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
    position: relative;
}
.btn_box a::after {
    content: "";
    width: 8px;
    height: 8px;
	position: absolute;
    top: 40%;
    right: 12px;
    border-top: 2px solid #3eb4c7;
    border-right: 2px solid #3eb4c7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_box a:hover{
	border: 1px solid #3eb4c7;
    color: #FFF;
	background: #3eb4c7;
}

/*slick tripa*/
.tripa_slick .slick-prev,
.tripa_slick .slick-next {z-index: 40;}
.tripa_slick .slick-prev:before,
.tripa_slick .slick-next:before {color: #242424;}

/* おすすめ旅行情報 */
#useWrap {padding: 10px 10px 20px;}
#useWrap .tripa_useWrap_wrap{
	width: 96%;
	margin: 0 auto 50px;
}
#useWrap div.tripa_slick div.tripa {
	overflow: hidden;
	margin: 5px;
	padding: 10px;
	background: #FFF;
	box-sizing: border-box;
}
#useWrap div.tripa_slick div p {
	margin: 0 0 3% 0;
	height: 150px;
	overflow: hidden;
}
#useWrap div.tripa_slick div p img {
	width: auto;
	height: 100%;
}
#useWrap div.tripa_slick div dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div.tripa_slick div dt {
	font-size: 16px;
	margin: 0 0 2%;
	padding: 0;
}
#useWrap div.tripa_slick div dd {font-size: 14px;}
#useWrap div.tripa_slick div dd > span {
	display: block;
	margin: 5px 0 0;
}
#useWrap div.tripa_slick div dd > span a {
	color: #CCC;
	font-size: 12px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#useWrap div.tripa_slick div dd > span span {
	color: #F69;
	display: inline;
	font-size: 12px;
}

/*qa*/
#qanda_box dl {
	padding: 15px;
    background: #fff;
    position: relative;
    border-bottom: 1px dotted #aaa;
}
#qanda_box dl:last-child {border-bottom: none;}
#qanda_box dt {
	font-size: 18px;
    padding: 0 45px 0 40px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
}
#qanda_box dt h3{
	font-size: 18px;
	border: none;
	font-weight:bold;
    margin: 0;
    padding: 0;
}
#qanda_box dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
	background: #FFF;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dt.faqopen:after {content: "－";}
#qanda_box dd {
	position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 40px;
}
#qanda_box dd:before {content: "A";}

/*飾り*/
section#link01 .inner:before,
section#link02 .inner:before,
section#link03 .inner:before,	
section#useWrap .inner:before,
section#qanda_box .inner:before	{
    content: "";
    position: absolute;
	top: -10px;
    left: 200px;
    width: 150px;
    height: 150px;
    background: url(../images/im_13.png) no-repeat;
    background-size: contain;
    filter: drop-shadow(1px 1px 0px #555);
}	
section#link01 .inner:after,
section#link02 .inner:after,
section#link03 .inner:after,	
section#useWrap .inner:after,
section#qanda_box .inner:after{
	content:"";
	position:absolute;
	top: -10px;
    right: 190px;
    width: 150px;
    height: 150px;
	background:url(../images/im_14.png) no-repeat;
	background-size: contain;
	filter: drop-shadow(1px 1px 0px #555);
}
	

#japan_mapbox__p:after{
    content: "";
    position: absolute;
    bottom: -70px;
    left: 260px;
    width: 150px;
    height: 150px;
    background: url(../images/im_11.png) no-repeat;
    background-size: contain;
    filter: drop-shadow(1px 1px 0px #555);
}



.blank:hover,.self:hover{
	opacity:0.9;
	cursor:pointer;
}
#anchorLinkBlock{margin:15px auto;}