@charset "utf-8";

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

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

----------------------------------------------------------------***/
.main{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#icarch{
	background-image: url(../img/kv_02.png), url(../img/kv_03.png);
	background-repeat: no-repeat, no-repeat;
	background-position:2% 50%, 98% 50%;
	padding: 10px 0;
}
.top_wrap img{
	display: block;
	margin: 0 auto 5px;
	width: 960px;
}

.top_wrap{
	background: url(../img/kv_bg.png) repeat;
	padding: 25px 0 0 0;
}
.adbnr{
	width:960px;
	margin:20px auto 10px auto;
	background:rgba(242,242,242,0.76);
	padding:0 0 5px 0;
}
.adbnr ul li{
	padding:5px 10px;
	box-sizing:border-box;
}
.adbnr h3{
	background:#f0a42f;
	padding:10px 0;
	color:#fff;
	text-align:center;
	margin:0 0 10px 0;
}



/* タブメニュー */
#tab-menu {
  list-style: none;
  width: 960px;
  margin: 0px auto 0;
  font-size: 130%;
  font-weight: bold;
  cursor: pointer;
  padding-top: 20px;
}

#tab-menu li {
  float: left;
  width: 128px;
  background: #FFF;
  color: #f0a42f;
  border-top: 3px solid #000;
  border-right:  3px solid #000;
  border-left:  3px solid #000;
  padding: 25px 0;
  margin-right: 10px;
  text-align: center;
	box-sizing: border-box;
}
#tab-menu li:last-child{
	margin-right: 0px;
	float: right;
}
#tab-menu li.active {
  background: #f0a42f;
  color: #000;
}

/* タブの中身 */
#tab-box {
  font-size: 110%;
  background: url(../img/bg.png) repeat;
  border-top:  3px solid #000;
  border-bottom:  3px solid #000;
  padding-bottom: 35px;
}
.tab_ul{
	margin-bottom: 20px;
}
.shokushu .tab_ul:last-child, .kodawari .tab_ul:last-child{
	margin: 0;
}
.tab_ul li{
	float: left;
}
.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%;
	padding: 15px 0;
	background-color: #FFF;
	border: 3px solid #000;
	width: 464px;
	display: block;
	text-align: center;
	color: #000;
	font-size: 130%;
}
.tab_ul li a:hover{
	opacity: 1;
}
.h3_tit img{
	display: block;
	margin: 0 auto;
	padding: 35px 0;
}
#tab-box article{
	width: 960px;
	margin: 0 auto;
}
#tab-box div {
  display: none;
}
#tab-box div.active {
  display: block;
}
/* タブ終わり */

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

/* リゾート */
.resort{
	background: url(../img/bg.png) repeat;
	padding-bottom: 35px;
}
.resort dl{
	border: 3px solid #000;
	background: #fff;
}
.dl_box1{
	margin-bottom: 30px;
}
.resort dl dt{
	width: 50%;
	float: left;
	border-right: 1px solid #000;
	box-sizing: border-box;
}
.resort dl dt img{
	display: block;
	vertical-align: bottom;
}
.resort dl dd{
	width: 50%;
	float: right;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}
.dl_box2 dt{
	float: right !important;
	border-right: none;
	border-left: 1px solid #000;
}
.dl_box2 dd{
	float: left;
}
.dl_box2{
	margin-bottom: 35px;

}
.resort dl dd:last-child{
	border-bottom: none;
}
.resort dl dd p{
	color: #f0a42f;
	font-weight: bold;
	font-size: 130%;
	padding: 15px 15px 15px 24px;
	line-height: 1.7em;
}
.resort dl dd p span{
	color: #000;
	font-size: 140%;
}
.resort dl dd ul li{
	float: left;
	margin: 10px 10px 0px 0;
	box-sizing: border-box;
}
.resort dl dd ul{
	margin: 10px 0px 10px 15px;
}
.resort dl dd ul li a{
	width: 103px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	background-image:url(../img/arrow_02.png);
	background-size: 7%;
	background-repeat: no-repeat;
	background-position: 2% 50%;
	background-color: #f0a42f;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}
.resort dl dd ul li a:hover{
	opacity: 1;
}

.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=60);
}
/* エリア */
.area{
	background: #f0a42f;
	padding-bottom: 35px;
}



/***  マイナビオススメリンク  ***/
.Link {
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 95px;
	width: 770px;
	background: #FFF;
}

.LinkTitle {
	border-bottom: 6px solid #edeae3;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.LinkList dt {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
}

.LinkList dd {
	border-bottom: 6px solid #edeae3;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;
	padding-bottom: 15px;
	padding-left: 100px;
}

.LinkList dd:last-child {
	margin-bottom: 0;
}

.LinkList dd a {
	color: #036eb7;
}
.PointTitle {
	padding-bottom: 50px;
	text-align: center;
}

.areabox{
	width:960px;
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.areabox .accordion {
	width: 130px;
}
.areabox .accordion > li p {
	display:block;
	padding: 18px;
	width: 100%;
	font-size:14px;
	box-sizing: border-box;
	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  .accordion > li a:hover {
	background-color: #ddd;
	opacity:1;
}

.areabox  .accordion > li.open {
	color: #333;
	background: #FFF;
}

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

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


.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;
}
