@charset "utf-8";

/*-----------------------------------------
全体
-----------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

h2 {
    border-left: none;
}

#wrap {
    line-height: 1.5;
    padding-top: 0;
}

/*#wrap img {
    width: 100%;
    vertical-align: bottom;
}*/
/*#wrap .breadcrumb img {
    width: auto;
}*/

#mainVisual img,
#information img,
#section-navi img,
#recommend-hotel img,
#recommend-tour img,
#airhotelWrap img,
#airWrap img,
#shiten img {
    width: 100%;
    vertical-align: bottom;
}
.clear_box {
    clear:  both;
}
.box {
    width: 94%;
    margin: 0 auto;
}

.beige {
    background: #E7E4DD;
}

.beige02 {
    background: #F4F2EF;
}

/*-----------------------------------------
インフォメーション
-----------------------------------------*/

#information {
    background: #E1DCD0;
}

#information .inner {
    padding: 17px 0 40px;
    text-align: center;
}

#information .map-wrap {
    text-align: center;
    margin-bottom: 10px;
}

#information .cach {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.3em;
    color: #125480;
    text-shadow: 3px 3px 0 #fff;
}

#information .text {
    font-size: 13px;
    margin: 7px 0 15px;
    line-height: 1.6em;
}

#information .map {
    margin-bottom: 25px;
} 

#information .city-info dl {
    padding: 10px 10px 10px 5px;
    background:#fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

#information .city-info dt {
    width: 53px;
}

#information .city-info dd {
    width: 80%;
    line-height: 1.5em;
    text-align: left;
}
#information .city-info dd p {
    font-weight: bold;
}

#information .city-info dt, #information .city-info dd {
    display: flex;
    align-items: center;
}

#information .city-info dd span {
    font-size: 15px;
    color: #ff6600;
}

/*-----------------------------------------
ケアンズを楽しむ
-----------------------------------------*/
#section-navi {
    padding-top: 5px;
}

#section-navi h2 {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 10px;
}

#accordion {
    background:#fff;   
}

#accordion .navi-btn {
    position: relative;
    margin-top: .6vw;
}

.section-inner {
    position: relative;
    font-size: 13px;
    padding-top: 20px;
}

.section-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: .1vw;
    border: 10px solid transparent;
}

.section-inner .point {
    border: 3px solid #eee;
    width: 95%;
    margin : 12px auto 27px;
    padding: 6px 12px;
    position: relative;
    z-index: 0;
    font-size: 13px;
    text-align: justify; 
}

.section-inner .point:before {
 border-top: 3px solid #f5d089;
 border-left: 3px solid #f5d089;
 content: '';
 display: block;
 position: absolute;
 top: -3px;
 left: -3px;
 width: 20px;
 height: 20px;
 z-index: 1;
}

.section-inner .point:after {
 border-bottom: 3px solid #f5d089;
 border-right: 3px solid #f5d089;
 content: '';
 display: block;
 position: absolute;
bottom: -3px;
 right: -3px;
 width: 20px;
 height: 20px;
 z-index: 1;
}

.section-inner .sub-ttl {
    position: relative;
    font-size: 15px;
    margin: 25px auto 18px;
    padding-bottom: 8px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3em;
}

.section-inner .spot-box01 {
    margin-bottom: 28px;
}

.section-inner .spot-box01 .photo01 {
    position: relative;
}

.section-inner .spot-box01 .spot-ttl {
    margin: 10px 0 3px;
    font-size: 15px;
    font-weight: bold;
}

.section-inner .spot-box01 .catch {
    font-weight: bold;
    font-size: 14px;
}

.section-inner .spot-box01 .desc,.section-inner .spot-box02 .desc  {
    display: block;
    border-top: dotted 1px gray;
    padding-top: 4px;
    margin-top: 5px;
    font-size: 12px;
    color: grey;
    vertical-align: bottom;
    width: 100%;
}

.spot-box02 dl {
    overflow: hidden;
    margin-bottom: 18px;
}

.spot-box02 dt {
    width: 100%;
    padding: 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.section-inner .photo {
    position: relative;
    width:38%;
    float: left;
}

.section-inner .spot-box02 .catch {
    width:59%;
    float: right;
    font-size: 13px;
    font-weight: bold;
}

.section-inner .spot-box02 .text, .section-inner .spot-box02 .desc {
    width:59%;
    float: right;
    font-size: 12px;
    letter-spacing: -.02em;
}

.section-inner .spot-box02 .text {
    margin-top: 2px;
}

/*オプショナル*/
.optional-wrap {
    padding: 20px 0 15px;
}

.optional-wrap h4 {
    width: 80%;
    margin: 0 auto 20px
}

.optional-box {
    padding: 5px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(187,178,153,0.1);
}

.optional-box a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
}

.optional-box a::after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 0.7em solid transparent;
    border-right: 0.7em solid #D4D4D4;
    position: absolute;
    z-index: 100;
}


.optional-box .left {
    position: relative;
    width: 30%;
    height: 27vw;
    overflow: hidden;
}

.optional-wrap .left img {
    position: absolute;
    width: auto!important;
    height: 100%;
    vertical-align: bottom;
}

.optional-box .right {
    width: 67%;
    line-height: 1.3em;
    font-size: 12px;
    color: #333;
}

.optional-ttl {
    font-weight: bold;
    margin: 3px 0;
}

.section-inner .bnr {
    margin: 25px auto;
    width: 95%;
}

.spot-box02 .btn a {
    width: 58%;
    float: right;
    text-align: center;
    margin-top: 5px;
    border: solid 1px #0097CE;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: #0097CE;
    font-weight: bold;
    font-size: 12px;
}


/*各セクション*/
#beach .navi-btn, #beach .section-ttl, #beach dt {
    background: #0097CE;
}

#beach .section-inner:before {
    border-top: 4vw solid #0097CE;
}

#beach .coloring {
    color: #0097CE;
}

#beach .optional-wrap {
    background: rgba(0,151,206,.2);
}


#mountain .navi-btn, #mountain .section-ttl, #mountain dt, .section-name {
    background: #4C9C2E;
}

#mountain .section-inner:before {
    border-top: 4vw solid #4C9C2E;
}

#mountain .coloring {
    color: #4C9C2E;
}

#mountain .optional-wrap {
    background: rgba(76,156,46,.2);
}


#city .navi-btn, #city .section-ttl, #city dt {
    background: #9B6FAC;
}

#city .section-inner:before {
    border-top: 4vw solid #9B6FAC;
}

#city .coloring {
    color: #9B6FAC;
}

#city .optional-wrap {
    background: rgba(155,111,172,.2);
}


#activity .navi-btn, #activity .section-ttl, #activity dt {
    background: #FB6E86;
}

#activity .section-inner:before {
    border-top: 4vw solid #FB6E86;
}

#activity .coloring {
    color: #FB6E86;
}

#activity .optional-wrap {
    background: rgba(251,110,134,.2);
}


#gourmet .navi-btn, #gourmet .section-ttl, #gourmet dt {
    background: #FF8011;
}

#gourmet .section-inner:before {
    border-top: 4vw solid #FF8011;
}

#gourmet .coloring {
    color: #FF8011;
}

#gourmet .optional-wrap {
    background: rgba(255,128,17,.2);
}


#animal .navi-btn, #animal .section-ttl, #animal dt {
    background: #915E2D;
}

#animal .section-inner:before {
    border-top: 4vw solid #915E2D;
}

#animal .coloring {
    color: #915E2D;
}

#animal .optional-wrap {
    background: rgba(145,94,45,.2);
}


#suburb .navi-btn, #suburb .section-ttl, #suburb dt {
    background: #6ab636;
}

#suburb .section-inner:before {
    border-top: 4vw solid #6ab636;
}

#suburb .coloring {
    color: #6ab636;
}

#suburb .optional-wrap {
    background: rgba(106,182,54,.2);
}

/*----------------------------------------
おすすめホテル
-----------------------------------------*/
#recommend-hotel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#recommend-hotel::before {
    position: absolute;
    background-color: #bfb8a2;
    background-image:
     repeating-linear-gradient(-45deg,
     #fff, #fff 10px,
     transparent 0, transparent 20px);
    background-repeat: repeat-x;
    content: ' ';
    width: 100%;
    height: 2vw;
    top: 0;
    left: 0;
    z-index: 1;
}

#recommend-hotel .hotel-box {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    margin: 0 auto 20px;
}

#recommend-hotel .name {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #998151;
    text-align: center;
    padding: 3px 0;
}

#recommend-hotel .left {
    width: 38%; 
}

#recommend-hotel .right {
    width: 59%;
    font-size: 12px;
}

#recommend-hotel .catch {
    font-weight: bold;
}

#recommend-hotel .btn a {
    margin-top: 3px;
    border-bottom: solid 1px #7A6741;
    display: block;
    padding: 5px 5px;
    text-decoration: none;
    color: #7A6741;
    font-size: 11px;
    font-weight: bold;
    float: right;
}

#recommend-hotel .btn a::after  {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 10px;
}

#recommend-hotel .btn a:hover {
   color: #4B4028;
   border-bottom: solid 1px #4B4028;
}



/*-----------------------------------------
航空券+ホテル
-----------------------------------------*/
#airhotelWrap .area-item-box {
    transition: all 0.5s ease;
    cursor: pointer;
    background-color: #FFF;
    padding: 5px;
    margin-bottom: 20px;
    border: 2px solid #CCC;
}

#campaignBox {
    width: 95%;
    margin: 0 auto;
}

#airhotelWrap .area-item-txt {
    width: 100%;
    float: left;
    margin: 5px 0 5px;
    padding: 4px 2px 2px;
	font-size: 12px;
    line-height: 145%;
    border-top: dotted 1px #D7D7D7;
    color: #666;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#airhotelWrap .area-item-box h5 {
    font-weight: inherit;
    font-size: 13px;
    line-height: 1.3em;
}

#airhotelWrap .area-item-ttl {
    width: 57%;
    font-size: 15px;
    line-height: 1.2em;
    color: #555;
    margin-top: 3px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    float: right;
}

#airhotelWrap .area-item-pic {
    width: 40%;
    float: left;
}

#airhotelWrap .area-item-pic img {
    width: 100%;
    height: auto!important;
}

#airhotelWrap .area-item-price {
    padding: 5px 10px;
    color: red;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: right;
}

.ex-hotel-lank img {
    width: 70px!important;
    vertical-align: middle!important;
}

#airhotelWrap .area-item-btn {
    display: block;
    width: 100%;
    padding: 6px 5px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
    color: #666;
    background-color: #EEE;
    box-sizing: border-box;
    clear: both;
}

#airhotelWrap .area-item-btn img {
    width: 15px;
    vertical-align: baseline!important;
}

#airhotelWrap a {
    text-decoration: none;
}

/*おすすめ共通*/
#recommend-tour,#airhotelWrap,#recommend-hotel, #airWrap-hotel {
    padding: 30px 0;
}

#recommend-tour h2,
#airhotelWrap h2,
#recommend-hotel h2,
#airWrap h2 {
    width: 70%;
    margin: 0 auto 5vw;
}
.bt-area {
    text-align: center;
    margin-top: 10px;
}

#recommend-tour .bt-area,
#airhotelWrap .bt-area,
#airWrap .bt-area {
    width: 80vw;
	margin: 0 auto;
	background-color: #7A6741;
	font-size: 3.5vw;
    padding: 3vw 0;
	text-align: center;
	border-radius: 10vw;
}
#recommend-tour .bt-area a,
#airhotelWrap .bt-area a,
#airWrap .bt-area a{
	color: #fff;
	display: block;
	text-decoration: none;
}
#recommend-tour .bt-area a:after,
#airhotelWrap .bt-area a:after,
#airWrap .bt-area a:after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 2vw;
}

/*-----------------------------------------
現地支店
-----------------------------------------*/
#shiten {
    margin: 0 auto;
    padding: 40px 0;
    background: #FCFCFB;
    border-bottom: solid 1px #E7E7DF;
}

#shiten .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px #4d4d4d;
    padding: 10px 0;
}

#shiten .info .left {
    width: 40%;
}

#shiten .info .right {
    /*width: 56%;--支店写真入れば戻す*/
    font-size: 13px;
}

#shiten .ttl-catch {
    font-size: 15px;
    font-weight: bold;
    color: #4D4D4D;
    text-align: center;
}

#shiten h2 {
    font-size: 25px;
    margin-bottom: 3px;
    color: #4D4D4D;
    text-align: center;
    font-weight: bold;
}

#shiten .info .catch {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

#shiten table {
    width: 100%;
    margin-bottom: 15px;
}

td, th {
    border: 2px #F4F2EF solid;
    line-height: 1.4em;
}

#shiten th{
    width: 20%;
	background:#555;
	color:#FFF;
    font-size: 13px;
	padding: 5px;
}

#shiten td {
	background:#fff;
	font-size:12px;
	padding: 5px 8px;
}


#shiten .detail .FreeService .ttl {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
}

#shiten .detail .FreeService {
    font-size: 11px;
    background: #fff;
    padding: 13px;
    line-height: 1.5em;
}
#shiten .shiten-hp::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 2px;
    font-weight: bold;
    color: #9f9f9f;
}
#shiten a {
    color: #1E39A0;
    text-decoration: none;
}

/*---------------------------------------------
      スライドナビ
---------------------------------------------*/
#slideNavi .nav-btn {
	position: fixed;
	top: 135px;
	right: 0;
	z-index: 100;
    filter: drop-shadow(0px 1px 0.7px rgba(0,0,0,0.3));
    display: none;
}

#slideNavi .nav-btn img {
	display: block!important;
	opacity: 1!important;
	width: 47px;
	height: 47px;
}
#slideNavi .menu-ttl {
	margin: 30px 0 10px 20px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
#slideNavi .sb-close {
	position: absolute;
	top: 20px;
	right: 4%;
}
nav .sb-close img {
	width: 25px;
	height: 25px;
}
#slideNavi ul {
	font-size: 13px;
	line-height: 1.5em;
	margin: 0 0 20px 20px;
	border-top: dotted 1px #fff;
}
#slideNavi ul li {
	padding: 10px 5px 10px 17px;
	border-bottom: dotted 1px #fff;
	position: relative;
}

#slideNavi ul li:first-child {
    font-weight: bold;
}

#slideNavi ul li:before {
	position: absolute;
	top:9px;
	left: 0;
    content: "\f101";
    font-family: FontAwesome;
    margin-right: .5em;
	color: #fff;
}
#slideNavi ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.sb-slidebar {
	background-color: #92856a;
	opacity: 0.95!important;
}

/*---------------------------------------------
       ページトップ
---------------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 100;
    text-align: center;
    display: none;
}

#pagetop a {
    text-decoration: none;
    color: #fff;
    padding: 8px;
    text-align: center;
    display: block;
    border-radius: 4px;
    background-color: #ACACAC;
    opacity: 0.7;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/*パンくず*/
.panbox {
    flex-wrap:nowrap;
    white-space: nowrap;
    overflow: auto;
}
/*-----------------------------------------
下部ページナビ
-----------------------------------------*/
/*#pageNavi.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.2);
}*/
#pageNavi {
    width: 100%;
	background-color: #D9D8C4;
}
#pageNavi .inner {
	display: flex;
}

#pageNavi ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
    height: 11vw;
    margin: 0 auto;
    box-sizing: border-box;
}

#pageNavi ul li {
    flex: 1;
	height: 100%;
    border-right: solid 2px #F1F1F1;
}

#pageNavi ul li:last-child {
    border-right: none;
}

#pageNavi ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	transition: .3s;
	position: relative;
	font-size: 2.5vw;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #333;
	padding: 0 .5vw;
    line-height: 1.2;
}
#pageNavi ul li a .small {
	display: block;
	font-size: 80%;
}
/*#pageNavi ul li a:after {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    content: "\f105";
    font-family: FontAwesome;
}*/
