@charset "utf-8";
/* CSS Document */
:root {
    --blue: #0442BF;
    --cream: #F6F2E9;
    --fog: #d3f0ee;
    --green: #038C5E;
    --pink: #E5C9B4;
	--palepink: #F8F1EC;
    --white: #fff;
	--red:#EB7067;
}
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: "Kiwi Maru", 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%;
}
h5 span.small{ 
	display: grid;
	font-family: "Kiwi Maru", serif;
	font-size: 60%;
}
.sp {
		display: none
	}
/*--------------------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: #319177;
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: 800px;
background-image: url("../img/landscape_top.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
}
#top img {
    width: 420px;
    height: auto;
    position: absolute;
    bottom: 336px;
    left: 40px;
}
#top h3{
font-size: 300%;
font-family: "Kiwi Maru", serif;
font-weight: normal;
line-height: 0.9em;
color: #fff;
position: absolute;
bottom: 60px;
left: 65px;	
}
#top h3 span{
display: block;
font-size: 32%;
}
#top h3 p{
text-align: center;	
margin: 10px 0;
font-size: 32%;
font-family: "Noto Sans JP", sans-serif;
line-height: 2.2em;
border: 1px solid #fff;
}/*-
#top::before {
content: '';
height: 800px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.1);
}*/
#top_sp{
display: none;
}
/*--------------------intro */
#intro{
display: block;
background: url("../img/bg_terazzo.jpg");
background-repeat: repeat;
background-size: auto;
}
#intro h5{
display: block;
font-size: 42px;	
}
#intro h5 span{
font-size:50%;
}
#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: 15px;
text-align: center;
}
.list5 ul,.list5 ol {
margin: 3em 0 1em 0;
border: solid 2px var(--blue);
padding: 0.3em 0.5em;
position: relative;
color: var(--blue);
list-style-type: none;
background: #fff;
}
.list5 ol {
counter-reset: number;
}
.list5 ul li,.list5 ol li {
line-height: 1.5;
padding: 0.5em 0 0.5em 0.5em;
border-bottom: dashed 1px var(--blue);
}
.list5 ul li:after,.list5 ol li:after{
background: var(--blue);
color: #fff;
font-weight: bold;
position: absolute;
left: -2px;
bottom: 100%;
padding: 1px 10px 0 10px;
content: "HOTEL";
letter-spacing: 0.1em;
}
.list5 ul li:last-of-type,
.list5 ol li:last-of-type{
border-bottom: none;
}
.list5 ul li span{
display: inline-block;
width: 200px;
padding: 2px 0;
margin-right: 7px;
text-align: center;
background: var(--cream);
font-weight: 500;
}
.list5 ul li span.kaigyo{
display: inline;
width: auto;
background: none;
font-weight: normal;
}
.map{
height: 400px;
margin: 50px auto 20px;
}
/*--------------------swiper */
/* スライダー全体の表示範囲設定 */
.swiper {
  width: 1360px; 
  height: auto;
  margin: 0 auto;
  margin-top: 30px	
}
.swiper-wrapper {
	padding-bottom: 30px;
}
.swiper-slide {
  width: 750px !important;
  height: 500px !important;
  overflow: hidden;	
  transition: filter 0.4s ease;
  position: relative	
}
.swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6); 
  transition: opacity 0.4s ease; 
  opacity: 1; 
  pointer-events: none
}
.swiper-slide.swiper-slide-active::after {
  opacity: 0
}
.swiper-button-next,
.swiper-button-prev{
color: #fff !important
}
.swiper-pagination-bullet-active{
background: var(--blue) !important	
}
/*--------------------hotel */
#hotel{
padding-bottom: 80px;
}
#hotel h5 span{
padding-top: 15px;	
}
#hotel h5.point1_ttl{
padding-bottom: 15px;
	border: none
}
#hotel img.room{
width: 100%;
height: 500px;
object-fit: cover;
margin-top: 15px;
}
.facilities{
color: #3A3A3A;
margin-top: 40px;
}
.roomdetail{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px
}
.roomdetail img{
	width: 34%;
	padding: 0 25px
}
#hotel p.aboutroom{
font-size: 130%;
text-align: center;
padding: 10px 0 15px; 
font-weight: 500;
}
.aboutroom span{
font-size: 88%
}
span.faci{
padding: 0 7px;
margin-right: 4px;
background: var(--green);
color: #fff;
font-weight: 500;
}
#hotel ul li{
margin-top: 8px;
}
#hotel ul.p_photo{
display: flex;
justify-content: space-between;
padding-top: 15px;
}
#hotel ul.p_photo li h5{
text-align: left;
}
#hotel ul.p_photo li{
width: calc(100% / 2 - 0.6%);
}
#hotel ul li img{
width: 100%;
height: auto;
object-fit: cover	
}

ul.twin{
display: flex;
justify-content: space-between;
}
ul.twin li.ame{
width: 100%;
/*width: 68%*/
}
ul.twin li.layout{
width: 30%;
}
ul.twin li.layout img{
width: 100%;
}
/*--------------------------------*/
.hotels{
padding-bottom: 60px;
}
.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%;
}
/*-------------------------points----*/
.points{
padding-top: 80px;
}
.points p.buffet{
padding-top: 20px;
text-align: center
}
.points h5 span{
	font-size: 70%
}
.points ul.p_photo{
display: flex;
justify-content: space-between;
padding-top: 15px;
}
.points ul.p_photo li h5{
text-align: left;
}
.points ul.p_photo li{
width: calc(100% / 2 - 1%);
}
.points ul li img{
width: 100%;
height: 100%;
object-fit: cover	
}
.points ul.special{
padding-top: 20px;
}
.points ul.special li span.sp_co,
.points ul.special dl dt{
font-size: 125%;
font-weight: 500;
vertical-align: -5px;
padding: 0 5px;
color: var(--green);
}
.points ul.special dl dt{
padding-bottom: 7px;
}
#hotel .points ul.special li{
margin: 12px auto;
}
.points ul.special li p{
color: var(--green);
}
span.material-symbols-outlined{
font-variation-settings: 'FILL' 1;
vertical-align: -9px;
padding: 0 10px;
}
.points ul.special li span.material-symbols-outlined{
color: var(--green);
}

/*-----------------------------*/
h6.from_point3{
margin-top: 20px;	
text-align: center;
font-family: "Kiwi Maru", serif;
font-weight: normal;
font-size: 100%
}
h6.from_point3 span {
font-size: 120%;
display: flex;
margin-bottom: 10px;
font-family: "Noto Sans JP", sans-serif	
}
h6.from_point3 span:before,
h6.from_point3 span:after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #666;
}
h6.from_point3 span:before {
margin-right: 1rem;
}
h6.from_point3 span:after {
margin-left: 1rem;
}
/*-----------------------------*/
.points h5.from_hotel span {
font-size: 75%;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.points h5.from_hotel span:before,
.points h5.from_hotel span:after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #666;
}
.points h5.from_hotel span:before {
margin-right: 1rem;
}
.points h5.from_hotel span:after {
margin-left: 1rem;
}
.points img.gardenpool{
width: 100%;
height: 400px;
object-fit: cover;
padding: 25px 0;
}
.points ul.special-2{
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
margin-bottom: 50px;
}
.points ul.special-2 li{
width: calc(100% / 2 - 2%);
}
.points ul.special-2 li span.sp_co{
font-size: 110%;
font-weight: 500;
color: var(--blue);
}
.points ul.special-2 li span.material-symbols-outlined{
color: var(--blue);
}
.points ul.p_photo dl dt{
font-size: 115%;
font-weight: 500;
padding: 7px 0;
color: var(--blue);
}
/*-------------------------tour----*/
#tour{
background: var(--palepink);
}
#tour h6{
margin-top: 10px;
}
p.tour_ttl{
margin-top: 30px;
margin-bottom: 20px;
padding-left: 15px;
font-size: 115%;
font-weight: 500;
border-left: 13px solid #ccc;
}
p.tour_ttl span{
padding-right: 8px;
}
p.r_price{
text-align: center;
padding-top: 10px;
}
p.sub{
padding: 20px 0;
}
p.sub span{
display: block;
font-size: 112%;
padding-bottom: 15px;
text-align: center;
}
/*--------------------------------*/
.travelzoo{
	margin: 0 auto;
	width: 90%;
	background: white;
	padding: 20px 20px;
	border: dashed 2px var(--blue);
}
ul.button,ul.button.zoo{
display: flex;
margin-top: 30px;
flex-wrap: nowrap;
justify-content: space-between;
}
ul.button.notzoo{
display:grid;
margin-top: 30px;
justify-content: center;
}
ul.button li{
width: calc(100% / 3 - 1%);
margin-bottom: 15px;
box-sizing: border-box;
}
ul.button.zoo li{
width: calc(100% / 2 - 1%);
margin-bottom: 15px;
box-sizing: border-box;
}
ul.button.notzoo li{
width:490px;
margin-bottom: 15px;
box-sizing: border-box;
}
li.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.classic a{
background: var(--blue);
}
li.rentacar a{
background: var(--green);
}
li.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{
left: 100%;
}
li.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%);
}
/*--------------------plan_lounge */
.plan_lounge ul{
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.plan_lounge ul li{
width: 440px;
}
.plan_lounge ul li img{
width: 100%;
height: 100%;
object-fit: cover;
}
.plan_lounge ul li p{
padding: 20px 0 ;
font-weight: 500;
}
.plan_lounge dl{
background: #fff;
border-radius: 15px;
padding: 18px 15px;
}
.plan_lounge dl dt{
padding-bottom: 8px;
}
.plan_lounge dl dt span{
margin-right: 7px;
padding: 0 5px;
background: #BBE3D9;
}
.plan_lounge dl dd{
font-size: 90%;
}
.plan_lounge ul.button{
padding-top: 20px;
}
/* ギャラリー全体の幅をメイン画像に合わせる */
.photo-gallery {
  width: 540px
}
/* ① ラジオボタン自体は画面に見せないように隠す */
.photo-gallery input[type="radio"] {
  display: none;
}
/* ② メイン画像の表示エリアの設定 */
.main-image {
  width: 540px;
  height: 324px;
  position: relative;
  margin-bottom: 3px; /* サムネイルとの間の余白 */
}
/* メイン画像は一旦すべて透明（opacity: 0）にして見えなくする */
.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像の比率を保ったまま枠を埋める */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease; /* ふわっと切り替わるアニメーション */
}

/* ココがポイント！
  選択されたラジオボタンと連動して、対応する画像を透明から不透明（opacity: 1）にする
*/
#photo1:checked ~ .main-image .img1,
#photo2:checked ~ .main-image .img2,
#photo3:checked ~ .main-image .img3 {
  opacity: 1;
  z-index: 1;
}

.thumbnails {
  display: flex; 
  justify-content: space-between; 
  object-fit: cover;
	height: 115px	
}
/* クリックできることが分かるようにカーソルを指マークにする */
.thumbnails label {
  cursor: pointer;
}
/* サムネイル画像のサイズ指定 */
.thumbnails img {
  width: 200px;
  height: 120px;
  border: 2px solid transparent; /* 選択時の枠線用の余白 */
}

/* おまけ：選択中のサムネイルに分かりやすく枠線を付ける場合 */
#photo1:checked ~ .thumbnails label[for="photo1"] img,
#photo2:checked ~ .thumbnails label[for="photo2"] img, 
#photo3:checked ~ .thumbnails label[for="photo3"] img{
  border-color: #333; /* 枠線の色 */
  opacity: 0.7; /* 少し暗くする */
}
/*--------------------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(80%);
}
/*--------------------other */
#other ul{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
padding: 30px 0 20px;
}
#other ul li{
width: calc(100% / 3 - 1%);
margin-bottom: 6px;
}
#other ul li img{
width: 100%;
object-fit: cover;
}
/*--------------------recommend */
#recommend{
background: var(--fog);
padding: 30px 0 70px;
}
#recommend p{
padding: 0 20px;
line-height: 2	
}
#recommend h5{
padding-bottom: 50px
}
#recommend ul{
display: flex;
justify-content: center;
	height: 320px;
	color: black
}
#recommend ul li{
width: 100%;
position: relative;
}
#recommend ul li img{
width: 100%;
height: 320px;
object-fit: cover
}
#recommend ul li .pagetitle{
position: absolute;
left: 20px;
bottom: 20px;
color: #fff;
font-size: 125%;
line-height: 1.8em;
}
#recommend p.route span {
    font-family: "Kiwi Maru", serif;
    font-weight: normal;
    font-size: 140%;
	display: block
}
#recommend p.r_hotelname{
border: 1px solid #000000;
	background: white;
padding: 3px 5px;
text-align: center;
margin: 10px 18px 30px;
font-size: 21px
}

/* カード全体のスタイル */
.clickable-card {
  display: block; /* 必須：aタグをブロック要素にする */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* 軽い影 */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* アニメーション設定 */
  border: dashed 2px black;	
}

/* ホバー（マウスを乗せた時）の動き */
.clickable-card:hover {
  transform: translateY(-5px); /* 少し上に浮く */
  box-shadow: 0 10px 25px rgba(0,0,0,0.15); /* 影を強くして浮遊感を出す */
  cursor: pointer;
	color: gray
}
/*--------------------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;
}