@charset "utf-8";
/* CSS Document */
.first-view-area{
	position: relative;
	background-image: url("../img/pc-first-view1.jpg");
	background-repeat: no-repeat no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 80px;
	width:100%;
	height:700px;
}
.first-view-text h1{
  padding-top: 200px;
	margin: 0 auto;
  /*width:calc(1000 / 1980 * 100%);*/
  font-size: 32px;
  color: #fff;
  writing-mode: vertical-rl;
}
 
.first-view-text p {
  margin-top: 120px;
	padding: 15px 10px;
  font-size: 20px;
  color: #fff;
background-color:rgba(198, 75, 54, 0.3);
}
@media (max-width:800px) {
  .first-view-area {
    margin-bottom: 40px;
  }
.first-view-text h1{
  padding-top: 200px;
	margin: 0 auto;
  /*width:calc(1000 / 1980 * 100%);*/
  font-size: 28px;
  color: #fff;
  writing-mode: vertical-rl;
}
 
  .first-view-text p {
  margin-top: 130px;
	padding: 10px 10px 10px 10px;
    font-size: 13px;
    white-space: nowrap; /* 折り返しなし→横1列に */
  }
}
/*茶道*/
.sado {
  margin-bottom: 80px;
	/*position: relative;*/
}
.sado-img{
 position: relative;
 /* display: block;*/
  margin: 0 auto;
	width:100%;
	max-width: 1000px;
 /* width: calc(1000 / 1920 * 100%);*/
}
.sado-img img {
	width:100%;
	display: block;
}
.sado-text {
  position: absolute;
  top:105%; /* 上から50%の位置に表示（ここを調整） */
  left:64.5%;
  transform: translate(-50%,-50%); /*要素全体を中央配置→変形移動*/
  line-height: 20px;
  color: #eae8d3;
	width:80%;
	max-width: 600px;
}
.sado-taiken h2, h4 {
  text-align: center;
}
.sado-taiken h4 {
  padding-bottom: 0px;
}
.sado-taiken h2 {
  font-size: 32px;
  line-height: 35px;
}

.sado-box{
	padding-bottom: 10px;
	 position:relative;
	left:0%;
}
.sado-box h3 {
  font-size: 18px;
}
.sado-box li {
  font-size: 14px;
  padding-left: 20px;
}
@media (max-width:800px) {
	.sado-text {
  top:93.5%; /* 上から50%の位置に表示（ここを調整） */
  left:50%;
  transform: translate(-50%,-50%); /*要素全体を中央配置→変形移動*/
  line-height: 20px;
  color: #eae8d3;
	width:80%;
	max-width: 800px;
}
  .sado-text h2 {
  font-size: 16px;
  line-height: 17px;
}
	.sado-text h4{
		font-size: 10px;
	}
.sado-box{
	padding-bottom: 10px;
	 position:relative;
	left:12%;
}
.sado-box h3 {
  font-size: 10px;
}
.sado-box li {
  font-size: 8px;
  padding-left: 20px;
	line-height: 13px;
}
	.sado-box-wrap{
		padding-left:50px;
	}
}
/* ▼ 通常時（PC表示） */
.sadoT-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sado-taiken {
  text-align: center;
  margin-bottom: 20px;
}

/* ▼ スマホ表示時（横並びにする） */
@media (max-width: 800px) {
  .sadoT-flex {
    flex-direction: row;  /* 横並びに */
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
  }

  .sado-taiken {
    width: 45%; /* 左側の見出し用スペース */
    text-align: left;
	  padding-top: 7%;
  }

  .sado-box-wrap {
    width: 50%; /* 右側のボックスエリア */
  }

  .sado-taiken h2 {
    font-size: 14px;
    line-height: 18px;
  }

  .sado-taiken h4 {
    font-size: 10px;
  }

  .sado-box h3 {
    font-size: 10px;
  }

  .sado-box li {
    font-size: 8px;
    line-height: 12px;
  }
}

/*おもてなし*/
.index-intro {
  width: 70%;
  height: calc(700 / 1080 * 100%);
  background-image: url("../img/index-intoro-omotenashi.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin:80px auto;
}
@media (max-width: 800px) {
	.index-intro {
  margin:40px auto;
}
}
.index-intro-text {
  width: calc(1200 / 1920 * 100%);
  height: calc(300 / 1080 * 100%);
  margin-left: calc(200 / 1920 * 100%);
  display: flex;
  padding-bottom: 50px;
}
.index-intro-text p {
  writing-mode: vertical-rl;
  margin-top: 50px;
  padding: 20px 30px 10px 20px;
  line-height: 25px;
  color: #fff;
  background-color: rgba(198, 75, 54, 0.3);
}
.index-intro-text h2 {
  font-size: 24px;
  margin-top: 50px;
  padding: 20px 30px 10px 0;
  line-height: 30px;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: rgba(198, 75, 54, 0.3);
}
.index-intro-text.right h3 {
  text-align: center;
  padding-top: 200px;
  font-size: 28px;
  line-height: 35px;
  color: #fff;
}
@media (max-width:800px) {
  .index-intro {
    width: 100%;
    height: 100%;
  }
  .index-intro-text {
    padding-bottom: 50px;
  }
  .index-intro-text p {
    writing-mode: vertical-rl;
    padding: 20px 30px 10px 20px;
    font-size: 13px;
  }
  .index-intro-text h2 {
    writing-mode: vertical-rl;
    padding: 20px 30px 10px 0;
  }
}
/*温泉*/
.onsen-intro {
  background-image: url("../img/onsen-intro.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%; /*calc(1200 / 1920 * 100%);*/
  /*height: calc(600 / 1080 * 100%);*/
  margin: 0 auto;
}
.onsen-intro-text h2 {
  font-size: 28px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 5px;
  margin: 0 auto;
}
.onsen-intro-text p {
  font-size: 20px;
  text-align: center;
}
.onsen-intro-text.right h3 {
  font-size: 28px;
  writing-mode: vertical-rl;
  margin: 100px auto 70px calc(1500 / 1920 *100%);
  padding: 20px 20px 20px 20px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
.onsen-intro-text.right p {
  font-size: 16px;
  text-align: left;
  margin-left: 200px;
  padding: 15px 10px 15px 15px;
  max-width: calc(430 / 1920 * 100%);
  line-height: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
@media (max-width:800px) {
  .onsen-intro {
    background-position: bottom center;
    height: 395px;
  }
  .onsen-intro-text h2 {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 0;
    color: #fff;
  }
  .onsen-intro-text p {
    font-size: 16px;
    text-align: center;
    color: #fff;
  }
  .onsen-intro-text.right h3 {
    font-size: 16px;
    margin: 0 auto 0 350px;
    padding: 10px 10px 10px 10px;
    line-height: 23px;
  }
  .onsen-intro-text.right p {
    font-size: 13px;
    margin-left: 20px;
    padding: 10px 10px 5px 10px;
    max-width: calc(830 / 1920 * 100%);
    line-height: 17px;
  }
}
/*ライン*/
.line-img {
  background-image: url("../img/line2.jpg");
  background-repeat: repeat-x;
  background-position: center center;
  width: 100%;
  height: 30px;
}
.link-button {
  width: 180px;
  height: 40px;
  font-size: 15px;
  margin: 80px auto 80px 200px;
  background-color: #FDFFD4;
  border: 2px dotted #C64B36;
  border-radius: 5px;
  color: #C64B36;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
box-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: box-shadow 0.3s ease;	
}
.link-button:hover {
  background-color: #C64B36;
  color: #FDFFD4;
  cursor: pointer;
  transition: background-color 0.3s ease;
	/* 影を追加 */
  
}
@media (max-width:800px) {
	.line-img {
  height: 20px;
}
  .link-button {
    width: 140px;
    height: 35px;
    margin: 40px auto 40px 20px;
    font-size: 13px;
  }
}
/*料理*/
.cuisine-intro {
  width: calc(1200/ 1920 * 100%);
  margin: 0 auto 40px auto;
}
.cuisine-intro-text h2 {
  font-size: 28px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 5px;
  margin: 0 auto;
}
.cuisine-intro-text p {
  font-size: 16px;
  text-align: center;
}
.cuisine-lead-area {
  width: calc(86 / 1920 * 100%);
  position: relative;
}
.cuisine-lead-area h3 {
  font-size: 28px;
  position: absolute;
  margin-top: 40px;
  margin-left: 100px;
}
.cuisine-intro-text-right p {
  width: calc(666 / 1920 * 100%);
  font-size: 16px;
  text-align: left;
  margin-top: -150px;
  margin-left: 600px;
  line-height: 25px;
  z-index: 1;
}
.cuisine-intro {
  position: relative;
}
.cuisine-intro-img {
  display: flex;
  flex-direction: column;
  margin-left: 250px;
  margin-top: 40px;
}
.cuisine-intro-img1 {
  width: calc(214 / 664 * 100%);
  position: absolute;
  z-index: 1;
  margin-left: 150px;
  /*margin-bottom: 50px;*/
  /*height:calc(300 / 1080 * 100%);*/
}
.cuisine-intro-img2 {
  width: calc(257 / 664 * 100%);
  margin-top: 400px;
  margin-left: -50px;
  position: relative;
  z-index: 2; /*z-indexを指定するためにはposition指定が必要*/
}
@media (max-width:800px) {
  .cuisine-intro-text h2 {
    font-size: 24px;
    padding-bottom: 0;
  }
  .cuisine-intro-text p {
    font-size: 16px;
  }
  .cuisine-lead-area h3 {
    font-size: 16px;
    margin-top: 40px;
    margin-left: 0;
  }
  .cuisine-intro-text-right {
    width: 100%;
  }
  .cuisine-intro-text-right p {
    width: 100%;/*テキストエリアを広げる*/
    font-size: 13px;
    margin: 20px auto 0 auto;
  }
  .cuisine-intro-img {
    margin-left: 0;
  }
  .cuisine-intro-img1 {
    width: calc(414 / 664 * 100%);
    margin-left: 60px;
    /*margin-bottom: 50px;*/
    /*height:calc(300 / 1080 * 100%);*/
  }
  .cuisine-intro-img2 {
    width: calc(357 / 664 * 100%);
    margin-top: 210px;
    margin-left: 30px;
    position: relative;
    z-index: 2; /*z-indexを指定するためにはposition指定が必要*/
  }
}
/*客室*/
.room-intro {
  width: calc(1200/ 1920 * 100%);
  margin: 0 auto 40px auto;
}
.room-intro-text h2 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 5px;
  margin: 0 auto;
}
.room-intro-text p {
  font-size: 16px;
  text-align: center;
}
.room-lead-area {
  width: calc(86 / 1920 * 100%);
  position: relative;
}
.room-lead-area h3 {
  font-size: 28px;
  position: absolute;
  margin-top: 40px;
  margin-left: 100px;
}
.room-intro-text-right p {
  width: calc(666 / 1920 * 100%);
  font-size: 16px;
  text-align: left;
  margin-top: -150px;
  margin-left: 200px;
  line-height: 25px;
  z-index: 1;
}
.room-intro {
  position: relative;
}
.room-intro-img {
  display: flex;
  flex-direction: column;
  margin-left: 250px;
  margin-top: 40px;
}
.room-intro-img1 {
  width: calc(214 / 664 * 100%);
  position: absolute;
  z-index: 1;
  margin-left: 155px;
  /*margin-bottom: 50px;*/
  /*height:calc(300 / 1080 * 100%);*/
}
.room-intro-img2 {
  width: calc(257 / 664 * 100%);
  margin-top: 350px;
  margin-left: 380px;
  position: relative;
  z-index: 2; /*z-indexを指定するためにはposition指定が必要*/
}
@media (max-width:800px) {
  .room-intro-text h2 {
    font-size: 24px;
    padding-bottom: 0;
  }
  .room-intro-text p {
    font-size: 16px;
  }
  .room-lead-area h3 {
    font-size: 16px;
    margin-top: 40px;
    margin-left: 0;
  }
  .room-intro-text-right{
    width: 100%;
  }
  .room-intro-text-right p {
    width: 100%;/*テキストエリアを広げる*/
    font-size: 13px;
    margin: 20px auto 0 auto;
  }
  .room-intro-img {
    margin-left: 0;
  }
  .room-intro-img1 {
    width: calc(414 / 664 * 100%);
    margin-left: 60px;
  }
  .room-intro-img2 {
    width: calc(357 / 664 * 100%);
    margin-top: 185px;
    margin-left: 125px;
  }
}
/*マップ*/
.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比を維持 */
  margin: 0 auto;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#map-access {
  width: calc(1200 / 1920 * 100%);
  margin: 0 auto;
}
#map-access h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
#map-access h2, p {
  display: flex;
  justify-content: center; /* 垂直方向中央揃え */
  text-align: left; /* テキスト左寄せ */
  line-height: 20px;
}

.access-text-en {
  font-size: 20px;
  margin-bottom: 50px;
}
.map-container {
  text-align: center;
  margin: 25px auto;
}
.access {
  width: 100%;
  /* height: calc(300 / 1080 * 100%);*/
  display: flex;
  margin: 0 auto 40px auto;
}
.access-text h2, p {
  display: flex;
  justify-content: center; /* 垂直方向中央揃え */
  text-align: left; /* テキスト左寄せ */
}
.car, .train {
  flex: 1; /* 同じ幅で均等に伸ばす */
  padding: 30px;
  background-color: rgba(198, 75, 54, 0.3);
}
.access h2 {
  font-size: 24px;
  padding-bottom: 20px;
  /*border-left: 5px solid #FFA7A7;*/ /*見出しの左に線*/
  padding-left: 10px;
  text-align: left; /* テキスト左寄せ */
}
.access p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
  list-style: circle;
}
.car p {
  margin-bottom: 10px;
}
.car-place {
  margin-right: 45px;
}
.shuttle-bus {
  margin-bottom: 10px;
  margin-right: 120px;
}
.map-photo {
  text-align: center;
}
#map-access {
  scroll-margin-top: 65px; /* ヘッダーから見えるようにする調整 */
}
@media (max-width:800px) {
	#map-access {
    width:70%;
    max-width: none;
  }
#map-access .map-access-text h2 {
  font-size: 24px;
}
.access-text-en {
  font-size: 16px;
	text-align: center;
	
}
	#map-access .access {
		width: 100%;
	}
	#map-access .access h2{
		font-size: 16px;
	}
	.access {
    flex-direction: column; /* ← 横並び → 縦並びに変更 */
    gap: 10px; /* 要素間の余白（任意） */
  }

.access-text h2, p {
  display: block;
}
.car, .train {
  padding: 30px;
}
.access p {
  font-size: 13px;
}

}
/*instagram*/
.instagram {
  margin-top: 40px;
  margin-bottom: 80px;
}
.instagram-text {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.instagram .instagram-text h2 a img{
	width:32px;
	height:32px;
	padding-right: 5px;
}
.instagram-photo {
  width: calc(600 / 1920 * 100%);
  height: calc(600 / 1080 * 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr); /*3列*/
  gap: 10px; /*画像の間隔*/
  max-width: calc(1200 / 1920 * 100%);
  margin: 0 auto;
}
.instagram-photo img {
  border-radius: 8px;
filter: brightness(0.8); /* ← ここで暗くする */
  transition: filter 0.3s ease;
  cursor: pointer;
}
.instagram-photo img:hover {
   /*画像を少し明るくする */
  filter: brightness(1.3);
  cursor: pointer;
	 transform: scale(1.05); /* 少し拡大して浮き出す */
}
@media (max-width:800px) {
.instagram-text {
  font-size: 24px;
}
	.instagram .instagram-text h2 a img{
	width:22px;
	height:22px;
}
.instagram-photo {
  width:300px;
}

}