@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
    line-height: 0;
}
body {
  font-size: 16px !important;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
  background-color: #fff;
}
.back {
  transition: all 1s ease 0s;
}
.bg-blue {
  background: url("../img/back01.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  transition: all 1s ease 0s;
}
.bg-yellow {
  background: url("../img/back02.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  transition: all 1s ease 0s;
    padding-top: 1px;
}
.bg-green {
  background: url("../img/back03.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  transition: all 1s ease 0s;
}
.bg-red {
  background: url("../img/back04.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  transition: all 1s ease 0s;
}
.bg-blue2 {
  background: url("../img/back05.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  transition: all 1s ease 0s;
}
.bg-white {
  background: url("../img/back00.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  transition: all 1s ease 0s;
}
img {
  width: 100%;
}
.LC_Page_User #main-content {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  line-height: 180%;
    font-family: 'Noto Serif JP', serif;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 300;
  font-style: normal;
  color: rgba(32,32,32,1.00);
  margin: 0;
  padding: 0;
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body img {
  width: 100%;
}
html {
  height: -webkit-fill-available;
}

.main {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  max-height: 730px;
}
.slider {
  height: 100vh;
    max-height: 730px;
}
.slider div {
  height: 100vh;
    max-height: 730px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.img01 {
  background-image: url("../img/main01.jpg");
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}
.img02 {
  background-image: url("../img/main02.jpg");
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}
.img03 {
  background-image: url("../img/main03.jpg");
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}
.img04 {
  background-image: url("../img/main04.jpg");
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}
/* タイトルやスクロールのオーバーレイ */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none; /* スライドショーの操作を邪魔しない */
}
/* タイトルの位置・デザイン */
.season-tit {
  position: absolute;
  bottom: 11%;
  font-family: 'Cormorant Infant', serif;
    font-family: "Noto Serif Display", serif;
  font-weight: 300;
  text-align: left !important;
  left: 5%;
  color: #8F762B;
  font-size: 1.8em;
  line-height: 105% !important;
  letter-spacing: 0.03em;
  pointer-events: auto; /* 必要なら操作可能に */
}
.pchead {
  width: 20em;
  top: 41%;
  right: 0;
  bottom: 0;
  left: -930px;
  margin: auto;
  position: fixed;
  z-index: 5;
}
.pchead p {
    font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.0em;
  width: 100%;
  line-height: 230%;
  text-align: center;
  margin: 0 auto;
  color: #8F762B;
}
.pctit {
  line-height: 100% !important;
  font-size: 2.3em !important;
  margin-bottom: 1em !important;
  margin-top: -1.5em !important;
  color: #8F762B !important;
}
.pcseason-tit {
  padding-bottom: 1em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: 2%;
  position: relative;
}
.pcseason-tit img {
  width: 53%;
  margin-bottom: 1%;
}
.cont {
  position: relative;
  top: 0;
  width: 100%;
  overflow-x: hidden;
  line-height: 0;
  border: 0;
  margin: 0 auto;
  text-align: center;
  background-size: 100% auto;
  background-repeat: repeat;
}
.cont img {
  vertical-align: middle;
}
.cont-text {
  position: absolute;
  top: 4.5%;
  left: 4%;
  font-size: 0.75em;
  line-height: 200%;
  text-align: left;
  opacity: 0.75;
  width: 92%; /* 親要素の幅から4%ずつ左右のパディングを差し引いた幅に設定 */
  box-sizing: border-box; /* パディングを含む幅を設定 */
}
.cont-text img {
  width: 52%;
  margin-bottom: 5%;
}
.cont-text p {
  margin-top: 0.3em;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 2%;
  line-height: 210%;
  box-sizing: border-box; /* パディングを含む幅を設定 */
}
/* 必要に応じて親要素のスタイルも確認 */
.cont {
  overflow: hidden; /* 必要に応じて親要素のオーバーフローを非表示に設定 */
  width: 100%; /* 親要素の幅を設定 */
  position: relative; /* 絶対位置指定を正しく機能させるために追加 */
}
section{
}
.diasection {
  padding-bottom: 3em;
}
.dia-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  padding: 5% 3% 3%;
  border-radius: 3em;
  width: 85%;
}
.section2 {
  padding: 2% 2% 0em;
}
.nov {
  padding: 2em 2% 0 2%;
}
.nov img {
  border-radius: 3em;
}
.tit-txt {
  padding: 3em 7%;
}
.tit-txt p {
  line-height: 160%;
  text-align: left;
  letter-spacing: 0;
  font-size: 0.9em;
  letter-spacing: -0.03em;
}
.dia-tit-wrap {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 1em 0 0 3%;
  box-sizing: border-box; /* ← 追加 */
}
/* 初期状態：非表示・下にズレてる */
.dia-tit {
  font-family: 'Cormorant Infant', serif;
    font-family: "Noto Serif Display", serif;
  font-weight: 400;
  color: #8F762B;
  font-size: 1.55em;
  line-height: 110%;
  letter-spacing: 0;
  margin-right: 2%;
    margin-bottom: 0.2em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  line-height: 120%;
}
/* アニメーション状態：にゅっと出る */
.dia-tit.fadeUp {
  opacity: 1;
  transform: translateY(0);
}
.line {
  flex-grow: 1;
  height: 1px;
  background-color: #8F762B;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease;
}
.line.lineActive {
  transform: scaleX(1);
}
#blue .dia-tit {
  color: #7aafca;
}
#blue .line {
  background-color: #7aafca;
}
.blue {
  color: #7aafca;
}
#yellow .dia-tit {
  color: #d8cc09;
}
#yellow .line {
  background-color: #d8cc09;
}
.yellow {
  color: #d8cc09;
}
#green .dia-tit {
  color: #318c09;
}
#green .line {
  background-color: #318c09;
}
.green {
  color: #318c09;
}
#red .dia-tit {
  color: #c60b0b;
}
#red .line {
  background-color: #c60b0b;
}
.red {
  color: #c60b0b;
}
#blue2 .dia-tit {
  color: #8F762B;
}
#blue2 .line {
  background-color: #8F762B;
}
.blue2 {
  color: #8F762B;
}
.dia-txt {
  padding: 0.5em 3% 1.5em 4%;
}

.sub-txt {
  margin: 0 0 0.8em;
}
.dia-txt p {
  line-height: 160%;
  text-align: left;
  letter-spacing: 0;
  font-size: 0.9em;
  letter-spacing: -0.02em;
}
.nov-txt {
  padding: 1.5em 4%
}
.nov-txt p {
  line-height: 160%;
  text-align: left;
  letter-spacing: 0;
  font-size: 0.8em;
  letter-spacing: -0.02em;
}
.mini-txt {
  line-height: 120%;
  font-size: 0.65em !important;
  padding: 0.5em 0 0 0;
}
.sub-txt {
  padding: 0.8em 3%;
  margin-top: 0.3em;
}
.sub-txt p {
  line-height: 150%;
  text-align: left;
  letter-spacing: 0;
  font-size: 0.8em;
  letter-spacing: -0.03em;
  padding: 0.3em 0.5em;
}
.stone {
 font-size: 0.9em!important;
    letter-spacing: -0.01em!important;
}
.item {
  display: flex;
  padding: 0 1%;
}
.item img{
    border-radius: 1.5em;
}
.item div {
  padding:0 0.5%;
    width: 100%;
}
.item a {
}
.item-txt {
  display: flex;
  flex-direction: column;
  justify-content: center; /* ← 縦方向中央揃え */
  text-align: center;
  font-family: 'Cormorant Infant', serif;
   width: 100%; 
  font-size: 0.70em;
  line-height: 120%;
  padding: 2% 0;
  height: 5em; /* 高さを揃える（必要に応じて調整） */
  font-weight: 200;
}
@media screen and (max-width:370px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
.item-txt {
  font-size: 0.60em;
}
}
.item-txt span {
  font-size: 1.2em;
  line-height: 150%;
  display: inline-block;
  font-weight: 400;
}
.recommend {
  padding-top: 2em;
    width: 100%;
}
.recommend p {
  font-family: 'Cormorant Infant', serif;
    font-family: "Noto Serif Display", serif;
  font-size: 1.3em;
  font-weight: 300;
  color: #a4924d !important;
  padding-bottom: 0.6em;
  letter-spacing: 0.02em;
    width: 100%;
}
.botoom {
  background-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(240, 243, 245, 1.00);
  background-size: cover;
}
.btn {
  padding: 3em 0 5em 0;
  margin: 0em auto;
  text-align: center;
}
.btn p {
  font-family: 'Cormorant Infant', serif;
    font-family: "Noto Serif Display", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  margin: 1.8em auto;
  border: 1px solid #a4924d;
  width: 260px;
  height: 30px;
  padding: 1.5em 0.1em;
  color: #a4924d;
  background-color: rgba(255, 255, 255, 0.30);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.8s ease, border 0.3s ease;
}
.btn a {
  text-decoration: none;
  border: 0;
}
.btn p:hover, .btn p:active {
  border: 1px solid rgba(0, 0, 0, 0.52);
  color: #454545 !important;
}
.icon {
  margin: 0 auto;
  text-align: center;
  padding: 5em 0 10em 0;
}
.icon img {
  width: 70px;
  padding: 0 0.7rem;
}
.footer {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}
.footer p {
  padding: 0;
  line-height: 180%;
  margin: 0;
  color: #8F762B;
  font-size: 0.8em;
      font-family: 'Cormorant Infant', serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width:800px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 20px;
  }
}
@media screen and (min-width:720px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 20px;
  }
  .contpc {}
  .tit-txt {
    padding: 5em 7%;
  }
  .slider div {
    background-position: center;
  }
  .cont, .main {
    max-width: 720px;
    margin: 0 auto;
    box-shadow:
      -4px 0 10px rgba(0, 0, 0, 0.05), 4px 0 10px rgba(0, 0, 0, 0.05);
  }
  
  .pchead {
    width: 10em;
    top: 41%;
    right: 0;
    bottom: 0;
    left: -20%;
    margin: auto;
    z-index: 5;
    position: fixed;
  }
}
@media screen and (min-width:1100px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 17px !important;
  }
  .pchead {
    width: 20em;
    top: 41%;
    right: 0;
    bottom: 0;
    left: -72%;
    margin: auto;
    z-index: 5;
    position: fixed;
  }
  .cont, .main {
    max-width: 500px;
  }
}
@media screen and (min-width:1200px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  .season-tit {
    width: 80%;
  }
  #fixed-header {
    display: none !important;
  }
    .season-tit {
    display: none;
  }
}
@media screen and (max-width:1170px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  .pchead {
    display: none;
  }
}
@media screen and (min-width:1500px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 19px !important;
  }
  .pchead {
    left: -65%;
  }
  .cont, .main {
    max-width: 600px;
  }
}