@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1399px){

#top{
display: block;
width: 100%;
height: 600px;
background-image: url("../img/landscape_top_sp.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
}
#top_sp{
display: none;
}
}
@media only screen and (max-width: 768px){
	.sp{
		display: block
	}
	.pc{
		display: none
	}
/*--------------------pankuzu */
#pankuzu{
display: none;
}
/*--------------------contact */
#contact{
width: 100%;
padding: 20px 0 50px;
}
.contacts{
width: 98%;
font-size: 1.2em
}
.contact_tyo ul{
display: block;
margin: 0 auto;
}
.contact_tyo ul li{
width: 90%;
}
.contact_tyo ul li.left-sp{
padding-left: 7px;
}
.contact_tyo ul li p{
font-size:2rem;
}
.contact_tyo dl dd.migizoroe{
padding: 0;
}
.contact_tyo dl dd span{
display: block;
padding: 0;
margin-bottom: 10px;
}
/*--------------------top */
  body {
    font-size: 14px;
  }
  
  .w1000 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  .box {
    padding: 30px 0;
  }

  h5 {
    font-size: 150%;
  }
	.sp {
		display: block
	}

  /* --- トップ画像 (PC版を非表示にし、SP版を表示) --- */
  #top {
    display: none;
  }
  
  #top_sp {
    display: block; /* HTML側にあるSP用ブロックを表示 */
    width: 100%;
    height: 70vh; /* 画面の高さの70% */
    min-height: 450px;
    background-image: url("../img/landscape_top_sp.jpg"); /* PCと同じかSP用画像を適宜指定 */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  
  #top_sp::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  #top_sp img {
    width: 70%;
    position: absolute;
	 top: 50%;           /* 上から50%の位置に */
     left: 50%;          /* 左から50%の位置に */
  transform: translate(-50%, -50%);
    z-index: 2;
  }
  
  #top_sp h3 {
    font-size: 300%;
    font-family: "Kiwi Maru", serif;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
    position: absolute;
	bottom: 5%;           /* 上から50%の位置に */
    left: 50%;          /* 左から50%の位置に */
  transform: translate(-50%, -5%);
    z-index: 2;
  }
  
  #top_sp h3 p {
    font-size: 36%;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #fff;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
  }

  /* --- イントロダクション --- */
  #intro p span.phrase {
    font-size: 110%;
  }
#intro h5 {
    font-size: 36px;
}
  .list5 ul li span {
    display: block; /* 項目名を縦並びに */
    width: auto;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 10px;
  }

  .map {
    height: auto;
    margin: 30px auto 10px;
  }
  .map iframe {
    width: 100%;
    height: 300px; /* マップの高さをスマホ向けに縮小 */
  }

  /* --- Swiper (スライダー) --- */
  .swiper {
    width: 100%;
    margin-top: 15px;
  }
  .swiper-slide {
    width: 95% !important; /* スマホ画面に合わせた幅 */
    height: 250px !important; /* 高さを調整 */
  }
.swiper-button-next:after,.swiper-button-prev:after{
		display: none
	}	

  /* --- ホテル詳細・客室 --- */
h5 span {
    font-size: 72%
}
	
  .roomdetail {
    flex-direction: column-reverse; /* 画像を下に、テキストを上に配置 */
  }
  .roomdetail img {
    width: 70%;
    padding: 0;
    margin-top: 20px;
	  margin: 0 auto
  }

  #hotel ul.p_photo,
  .points ul.p_photo {
    flex-direction: column; /* 画像を縦並びに */
  }
  #hotel ul.p_photo li,
  .points ul.p_photo li {
    width: 100%;
    margin-bottom: 0px;
  }

  ul.twin {
    flex-direction: column;
  }
  ul.twin li.layout {
    width: 100%;
    margin-top: 15px;
  }

  /* --- 特記事項 (スペシャル・ポイント) --- */
  .points ul.special-2 {
    flex-direction: column;
  }
  .points ul.special-2 li {
    width: 100%;
    margin-bottom: 15px;
  }

  /* --- ツアー・プラン (ボタン周り) --- */
ul.button.zoo li{
    width: 100%;
    margin-bottom: 10px;
}
ul.button.notzoo li{
width:350px;
margin-bottom: 10px
}	
	
  ul.button,ul.button.zoo {
    flex-direction: column;
    margin-top: 15px;
  }
  ul.button li {
    width: 100%;
    margin-bottom: 10px;
  }

  /* --- ラウンジ・カスタムギャラリー --- */
  .plan_lounge ul {
    flex-direction: column;
  }
  .plan_lounge ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  /* ギャラリーのレスポンシブ対応 */
  .photo-gallery {
    width: 100%;
  }
  .main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3; /* 画像の縦横比を維持 */
  }
  .thumbnails {
    height: auto;
    gap: 5px;
  }
  .thumbnails img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
  }
  .thumbnails label {
    width: 32%; /* サムネイルを3等分 */
  }
	
	.banner{
		height: 100px;
	}	

  /* --- その他プラン (バナー画像) --- */
  #other ul {
    flex-direction: column;
  }
  #other ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  /* --- おすすめツアー --- */
  #recommend ul li .pagetitle {
    font-size: 110%;
    line-height: 1.4;
    bottom: 15px;
  }
	#recommend ul {
	flex-direction: column;
		    height: 500px;
		padding-bottom: 15px
}
#recommend ul li img {
    height: 240px
}
#recommend p {
    padding: 0 8px;
}
#recommend p.r_hotelname {
	font-size: 16px;
    margin: 5px
}	
/* カード全体のスタイル */
.clickable-card {
  display: block; /* 必須：aタグをブロック要素にする */
	border: none;
	box-shadow: none;
    transition: none
}

/* ホバー（マウスを乗せた時）の動き */
.clickable-card:hover {
  transform:none; /* 少し上に浮く */
  box-shadow:none; /* 影を強くして浮遊感を出す */	
  cursor: none;
	color: gray
}	
  /* --- フッター・コンタクト --- */
  .contacts {
    width: 100%;
    padding: 20px 15px 0;
    box-sizing: border-box;
  }
  .contact_tyo ul {
    flex-direction: column;
  }
  .contact_tyo ul li {
    width: 100%;
    margin-bottom: 15px;
    text-align: center; /* 中央揃えに変更 */
  }
  .contact_tyo dl dd.migizoroe {
    padding-left: 0;
  }

  /* ページトップに戻るボタン */
  .pagetop {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    right: 15px;
    bottom: 15px;
	 z-index: 10; 
  }
/*--------------------webconnect */
#webconnect-gadget-1{
width: 95%;
margin: 20px auto 0;
padding: 20px 0;
}
.fw-top .fw-search-top--tour .fw-search-top__btn{
width: 100%;
margin: 20px auto 0;
}
.fw-static-api-tour-price-list-price-range{
padding-bottom: 7px;
}
span.web_gd{
display: block;
width: 100%;
margin: 0 auto;
}
/*--------------------case */
.bnr_case ul{
display: block;
}
.bnr_case ul li{
width: 95%;
margin: 0 auto 10px;
}
.bnr_case ul li img{
height: 150px;
object-fit: cover;
}
}