@charset "utf-8";

/*** mynavi CSS Document *************************************

	base.css
	+お客様編集用CSS+
	新たにスタイルを追記する時はこのファイルにお願い致します。

----------------------------------------------------------------***/
img{
	max-width: 100%;
}

.contStatic{
	max-width: 100%;
	box-sizing: border-box;
}
#icarch img{
	width: 100%;
	height: auto;
	display: block;
}

.top_wrap{
	background: url(../img/kv_bg.png) repeat;
	padding: 10px 0 0 0;
}
section.wrap{
	padding: 0 10px;
}
.lptit{
	margin: 20px 0px 0 0px;
	padding: 5px 0;
	text-align: center;
	background: #f0a42f;
	color: #fff;
}
.adbnr ul li{
	padding: 10px 10px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	background-image: url(../img/arrow01.png);
	background-repeat: no-repeat;
	background-size: 1%;
	background-position: 99%;
}
.adbnr h3{
	margin: 20px 0px 0 0px;
	padding: 5px 0;
	text-align: center;
	background: #f0a42f;
	color: #fff;
}
.h3_tit img{
	display: block;
	margin: 0 auto;
	width: 100%;
}



/* メリット */
.merit{
	padding:0 10px;
}
.merit dl{
	margin: 0 0 25px 0;
}
.merit dl:last-child{
	margin: 0 0 35px 0;
}
.merit dl dt{
	padding: 10px 0;
	text-align: center;
	font-weight: 900;
	font-size: 140%;
}
.merit dl dt:first-child{
	padding: 0;
}

/*リゾート*/
.resort{
	padding: 0 10px;
		background-image: url(../img/bg.png);
	background-repeat:  repeat;

}
.ac-content span{
	color: #000;
	font-size: 140%;
}

.banner{
	padding: 10px 0 35px 0;
}
/* エリア */
.area{
	background: #f0a42f;
	padding-bottom: 35px;
}
.area .h3_tit{
	padding: 0 10px;
}

/* タブ */

#scroll-menu {
    height: 40px;/*メニューの縦幅*/
	color: #f0a42f;
	margin-top: 20px;
}
#scroll-menu .scroll-menu-inner {
    list-style-type: none;
    width: 770px;/*メニューの横幅*/
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 10px;
    text-align: center;
}
#scroll-menu li {
    float: left;
    height: 100%;
	background: #FFF;
	border: 3px solid #000;
	border-bottom:none;
	margin-right: 5px;
}
#scroll-menu li{
    display: inline-block;
    height: 100%;
	width: 90px;
    color: #f0a42f;/*文字色*/
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;/*メニューの縦幅*/
}
#scroll-menu li:hover {
	color: #000;
    background-color: #f0a42f;/*マウスホバー時の背景色*/
}
@media screen and (max-width: 770px) {/*メニューの横幅*/
    #scroll-menu {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    #scroll-menu .scroll-menu-inner {
        margin: 0;
    }
}


/* タブの中身 */

.tab_ul{
	margin-bottom: 20px;
}
.shokushu .tab_ul:last-child, .kodawari .tab_ul:last-child{
	margin: 0;
}
.tab_ul li{
	float: left;
	width: 47%;
}
.tab_ul li:last-child{
	float: right;
}
.tab_ul li a{
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 3% 50%;
	background-size: 5%;
	padding: 15px 0;
	background-color: #FFF;
	border: 3px solid #000;
	display: block;
	text-align: center;
	color: #000;
	font-size: 100%;
}
.h3_tit img{
	display: block;
	margin: 0 auto;
	padding: 35px 0;
}
#tab-box article{
	width: 100%;
	margin: 0 auto;
}
#tab-box div {
  display: none;
}
#tab-box div.active {
  display: block;
}
#tab-box {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background: url(../img/bg.png) repeat;
	padding: 0 10px 35px;
}
/* タブ終わり */

.resort dl{
	border: 3px solid #000;
	background: #fff;
}

.resort dl + dl{
	margin-top: 15px;
}

.resort dl dt img{
	vertical-align: top;
}

.resort dl dd:nth-of-type(1) p{
	display: block;
	background-image: url(../img/arrow02.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: 6%;
	background-color: #f0a42f;
	cursor: pointer;
	padding: 10px 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.resort dl dd:nth-of-type(1) p span{
	color: #000;
	font-size: 140%;
}
.resort dl dd:nth-of-type(2){
	display: none;
}

.resort dl dd ul li{
	border-top: 1px solid #000;
	background: url(../img/arrow01.png) no-repeat 99%;
}

.resort dl dd ul li a{
	display: block;
	padding: 15px 0;
	text-align: center;
	color:#353025;
}


.areabox .accordion {
	width: 40%;
	float: left;
	margin: 0 0 20px 7%;
}
.areabox .accordion:nth-child(2n+1){
	clear: both;
}
.areabox .accordion > li p {
	display: block;
	padding: 20px;
	position: relative;
}
.areabox .accordion > li p:before{
	content: '';
	display: block;
	width:7px;
	height:15px;
	background:url('../img/arrow.png') no-repeat center center;
	background-size:contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	margin: auto 0;
}
.areabox .accordion > li {
	cursor: pointer;
	text-align: center;
	background-color: #FFF;
	border: 3px solid #2D2D2D;
	color: #333;
	/*border-radius: 10px;*/
}

.areabox .accordion > li a{
	padding: 15px 10px;
	display: block;
	color: #333;
	text-decoration: none;
}

.areabox .right {
	margin: 0 0 20px 0 !important;
}

.areabox ul li ul {
	display: none;
	color: #333;
	border-top: 3px solid #2D2D2D;
}
.areabox ul li ul li {
	border-bottom: 3px solid #2D2D2D;
	text-align: center;
}
.areabox ul li ul li:last-child {
	border-bottom: none;
}

.areabox:after{
	clear: both;
	content: "";
	display: block;
	height: 0px;
	font-size: 0;
	visibility: hidden;
}

.lpbanner{
    background: #fbfaf8;
    border: 1px solid #d9d3ce;
    border-radius: 5px;
    font-size: 12px;
    margin:20px auto 20px auto;
	width:100%;
}



.lpbanner h3{
	background: #f0a42f;
    color: #000;
    font-size: 18px;
    text-align: center;
    letter-spacing: .06em;
    padding: 10px 0;
    margin: 0 0 15px;
}

.lpbanner p {
    padding: 0 15px 15px;
    box-sizing: border-box;
    letter-spacing: .08em;
    line-height: 1.4;
    font-size: 13px;
    text-align: center;
}
