@charset "utf-8";
/* CSS Document */
body {
background:#fff;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
font-size: 16px;
line-height: 1.6;
}
.w1000{
width: 1000px;
margin: 0 auto;
}
.box{
padding: 50px 0;
}
a:hover{
opacity: 0.6;
transition: 0.3s;
}
span.red{
color: #FF0000;
}
p.caption{
font-size: 90%;
}
h5{
font-family: "Quicksand", sans-serif;
font-weight: normal;
font-size: 185%;
text-align: center;
}
h5 span{
display: block;
font-family: "Noto Sans JP", sans-serif;
font-size: 65%;
}
h5 span.kaigyo{
display: inline;
padding-top: 0!important;
font-size: 100%;
}
h6{
font-family: "Quicksand", sans-serif;
font-weight: normal;
}
p.tour_ttl span.material-symbols-outlined{
vertical-align: -6px;
padding-right: 7px;
font-size: 145%;
color: #B94047;
}
h6 span.kaigyo{
padding-left: 7px;
}
p.supplement{
color: #424242;
}
p.supplement-center{
color: #424242;
text-align:center; 
}
/*--------------------pankuzu */
#pankuzu{
display: block;
background: #fff;
font-size: 85%;
}
#pankuzu ul{
width: 1000px;
margin: 0 auto;
overflow: auto;
padding: 10px;
_zoom: 1;
}
#pankuzu li{
float: left;
list-style: none;
}
#pankuzu li + li:before{
margin: 0 8px;
content: '>';
}
/*--------------------上に戻るボタン */
.pagetop {
color: #fff;
background-color: rgba(0,0,0,0.2);
text-decoration: none;
display: block;
position: fixed;
bottom: 1em;
right: 1em;
font-size: 1.8em;
width: 2em;
height:2em;
line-height:1.8em;
border-radius: 3em;
text-align: center;
cursor: pointer;
}
.pagetop:hover {
color: #fff !important;
background-color: #B94047;
text-decoration: none;
transition: 0.5s;
}
/*--------------------contact */
#contact{
padding: 30px 0 50px;
color: #fff;
background: #3C3C3C;
background-size: cover;
background-repeat: no-repeat;
}
#contact h5{
padding-bottom:15px;
text-align: center;
}
.contacts{
width: 950px;
margin: 0 auto;
padding-top: 20px;
font-size: 1.02rem;
vertical-align:middle;
}
.contact_tyo ul{
display: flex;
justify-content: space-between;
}
.contact_tyo ul li{
width: calc(100%/2);
}
.contact_tyo ul li a{
color: #fff;
font-weight: bold;
text-decoration: none;
}
.contact_tyo dl dd.migizoroe{
padding-left: 30px;
}
span.ph-number{
font-size: 175%;
padding-left: 15px;
letter-spacing: 2px;
}
/*--------------------top */
#top{
display: block;
width: 100%;
height: 600px;
background-image: url("../img/top-1.jpg"),url("../img/top-2.jpg");
background-repeat: no-repeat;
background-position: left,right;
background-size: auto;
position: relative;
}
#top h3{
font-size: 380%;
font-family: "Quicksand", sans-serif;
font-weight: normal;
line-height: 0.9em;
color: #fff;
position: absolute;
bottom: 50px;
left: 80px;
/*
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
*/
}
#top h3 span{
display: block;
font-size: 45%;
}
#top h3 p{
width: 325px;
text-align: center;
margin: 20px auto 0;
font-size: 30%;
font-family: "Noto Sans JP", sans-serif;
line-height: 2.2em;
border: 1px solid #fff;
}
#top::before {
content: '';
height: 600px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.3);
}
#top_sp{
display: none;
}
/*--------------------intro */
#intro{
display: block;
background: url("../img/bg_stone.jpg");
background-repeat: repeat;
background-size: auto;
}
#intro_sp{
display: none;
}
#intro p.text{
padding: 40px 0 10px;
}
#intro p span.phrase{
display: block;
font-size: 125%;
font-weight: 500;
padding-bottom: 30px;
text-align: center;
}
.detail{
padding: 30px 0 0;
}
.detail ul{
display: flex;
justify-content: space-between;
}
.detail ul li{
width: calc(100% / 2 - 1%);
position: relative;
}
.detail ul li img{
width: 100%;
}
.detail dl{
font-size: 95%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin-top: 30px;
}
.detail dl dt{
width: 20%;
margin: 0 10px 7px 0;
padding: 2px 0;
text-align: center;
border-radius: 25px;
background: #7B8D42;
color: #fff;
font-weight: 500;
}
.detail dl dd{
width: 75%;
}
.detail dl dd span{
color: #666666;
background: #DFDFDF;
padding: 0 5px;
margin-right: 5px;
}
.map{
height: 400px;
margin: 50px auto 20px;
}
/*--------------------hotel */
#hotel{
padding-bottom: 80px;
}
#hotel h5 span{
padding-top: 15px;
}
#hotel h5.plan_ttl{
padding-bottom: 15px;
}
#hotel img.room{
width: 100%;
height: 500px;
object-fit: cover;
margin-top: 15px;
}
.facilities{
color: #3A3A3A;
margin-top: 30px;
}
#hotel p.aboutroom{
padding: 10px 0 15px;
font-size: 120%;
font-weight: 500;
text-align: center;
}
span.faci{
padding: 0 7px;
margin-right: 4px;
background: #7B8D42;
color: #fff;
font-weight: 500;
}
#hotel ul li{
margin-top: 8px;
}
.point2{
padding-top: 60px;
}
.point2 ul,
.point3 ul{
display: flex;
justify-content: space-around;
margin-top: 20px;
}
.point2 ul li{
width: calc(100%/2);
}
.point2 ul li h6{
margin: 25px 0 15px;
font-size: 120%;
font-weight: 500;
}
.point2 ul li img{
width: 480px;
height: 260px;
object-fit: cover;
}
.point3{
padding-top: 60px;
}
.point3 ul li{
width: calc(100% / 3 - 1%);
}
.point3 ul li img{
width: 100%;
height: 202px;
object-fit: cover;
}
.point3 p.ticket{
margin-top: 20px;
}
ul.twin{
display: flex;
justify-content: space-between;
}
ul.twin li.ame{
width: 68%;
}
ul.twin li.layout{
width: 30%;
}
ul.twin li.layout img{
width: 100%;
}
/*--------------------------------*/
.hotels{
padding-bottom: 80px;
}
.hotels img{
border-radius: 20px;
}
.hotels ul{
display: flex;
justify-content: space-between;
/*margin-top: 40px;*/
}
.hotels ul li{
width: calc(100% / 2 - 2%);
}
.hotels ul li img{
width: 100%;
}
.hotels dl{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
padding-top: 15px;
font-size: 90%;
}
/*-------------------------tour----*/
#tour{
background: #f5f5f5;
}
#tour h6{
margin-top: 10px;
text-align: center;
font-size: 108%;
}
p.tour_ttl{
padding-top: 30px;
color: #B94047;
text-align: center;
}
p.r_price{
text-align: center;
padding-top: 10px;
}
#tour p.subtitle{
font-size: 130%;
font-weight: 600;
}
/*--------------------------------*/
.tourBox{
display: block;
padding-top: 15px;
}
ul.button{
width: 100%;
display: flex;
margin-top: 10px;
flex-wrap: wrap;
}
ul.button li{
width: calc(100% / 2 - 1%);
margin-bottom: 15px;
box-sizing: border-box;
}
ul.button li span.train,
.and span.train{
display: block;
font-weight: 500;
font-size: 105%;
}
ul.button li.only span.train{
color: #474747;
}
ul.button li.all span.train{
color: #666;
}
.and span.train{
color: #666;
}
li.button_solid003 a,
dd.button_solid003 a,
.button_solid003 a{
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
padding: 10px 0;
color: #FFF;
transition: 0.3s ease-in-out;
font-weight: 600;
filter: drop-shadow(0px 2px 4px #ccc);
border-radius: 3px;
border-radius: 50px;
overflow: hidden;
text-decoration: none;
}
li.button_solid003 a:before,
dd.button_solid003 a:before,
.button_solid003 a:before{
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: -100%;
background-image: linear-gradient( 
130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
-webkit-transition: 0.5s;
transition: 0.6s;
}
li.button_solid003 a:hover:before,
dd.button_solid003 a:hover:before,
.button_solid003 a:hover:before{
left: 100%;
}
li.button_solid003 a:after,
dd.button_solid003 a:after,
.button_solid003 a:after{
position: absolute;
top: 50%;
right: 20px;
transition: 0.2s ease-in-out;
content: "\f0da";
font-family: "Font Awesome 5 Free";
font-weight: 900;
transform: translateY(-50%);
}
li.only a,
dd.only a{
background: #474747;
}
li.all a,
dd.all a{
background: #666;
}
.and a{
background: #666;
}
.and{
display: block;
width: 490px;
margin: 10px auto 15px;
}
/*--------------------banner */
.banner{
width: 100%;
height: 200px;
object-fit: cover;
background-image: url("../img/break.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: right;
filter: brightness(70%);
}
/*--------------------other */
#other h5{
padding-bottom: 30px;
}
#other ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#other ul li{
width: calc(100% / 2 - 1%);
margin-bottom: 30px;
}
#other ul li img{
width: 100%;
height: 300px;
object-fit: cover;
}
#other dl{
display: flex;
flex-flow: column wrap;
height: 275px;
}
#other dl dd{
width: calc(100% / 2 - 1%);
margin-bottom: 10px;
box-sizing: border-box;
}
#other dl dd span.train{
display: block;
font-weight: 500;
}
#other dl dd.only span.train{
color: #474747;
}
#other dl dd.all span.train{
color: #666;
}
#other ul li p.hotelname{
font-size: 115%;
padding: 0 0 0 8px;
margin: 5px 0 12px;
border-left: 1px solid #000;
}

/*--------------------recommend */
#recommend{
background-color: #EEF5FF;
padding: 30px 0 70px;
}
#recommend ul{
display: flex;
justify-content: space-around;
padding-top: 30px;
}
#recommend ul li{
width: calc(100% / 3 - 1%);
background: #fff;
height: 216px;
}
#recommend ul li img{
width: 100%;
}
#recommend ul li a:hover{
opacity: 0.6;
transition: 0.5s;
}
/*--------------------webconnect */
.connect{
background-image: url("../img/bg_tropical.jpg");
background-size: auto;
background-repeat: repeat;
padding: 50px 0;
}
.connect h5{
text-align: center;
}
#webconnect-gadget-1{
width: 900px;
margin: 20px auto 0;
padding: 20px 20px 50px;
background: rgba(255,255,255,0.5);
}
span.web_gd ul.fw-static-api-tour-price-list{
font-weight: 500;
font-size: 115%;
}
.fw-static-api-wrap .fw-static-api-tour-price-list > li{
border-bottom: none;
}
.fw-top .fw-mv-search{
width: 100%;
}
.fw-top .fw-search-top__ttl{
display: none;
}
.fw-top .fw-search-top--tour .fw-search-top__btn{
width: 490px;
margin: 0 auto;
}
.fw-top .fw-search-top__footer{
margin-top: 30px;
}
.fw-top .fw-btn-search-01{
background: #3C3C3C;
border-radius: 30px;
}
.fw-top .fw-btn-search-01:hover{
background: #3C3C3C;
opacity: 0.6;
transition: 0.3s;
}
.fw-static-api-wrap .fw-static-api-tour-price-tab-content,
.fw-static-api-wrap .fw-static-api-tour-price{
background: none;
}
.fw-static-api-wrap .fw-static-api-tour-price-list-price-range{
padding-left: 0;
color: #ff0000;
}
.fw-static-api-wrap .fw-static-api-tour-price-tab-content{
height: 65px;
}