@charset "utf-8";

body {
  font-family: 'Aldrich','Noto Sans JP',sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #2c2c2c;
}
img {
  max-width: 100%;
  height: auto;
}

/* .topPage header {
  height: 40vh;
  background: url(../images/22496902_l.jpg) no-repeat center top/cover;
  padding-top: 60px;
  margin-bottom: 64px;
} */
.topPage header h1::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 172px; /* 縦サイズ */
  height: 659px; /* 幅 */
  background-image: url(../images/logo_gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.topPage header h1 img {
  /* text-align: center; */
  width: 210px;
  margin-left: 8px;
}
.topPage h3 {
  background-image: linear-gradient(135deg,#e6ba5d 0%,#000 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .17rem;
  text-transform: uppercase;
}
.topPage h3 {
  text-align: center;
  margin-bottom: 20px;
}
.linkList {
  padding: 0 20px;
}
.linkList li {
  margin-bottom: 40px;
}
.linkList li a {
  display: block;
  background-color: #f5f5f5;
}
.linkList li a span {
  display: block;
  padding: 12px 15px 10px;
  font-size: 18px;
}
.linkList li a:hover {
  filter: brightness(105%);
}
.subPage header {
  /* border-top: 14px solid #f5f5f5; */
  padding-top: 80px;
  margin-bottom: 30px;
}
.subPage header h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
/* P233タイトル文字をグラデーションにする */
.subPage header h1 span {
  background-image: linear-gradient(135deg,#e6ba5d 0%,#000 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.subPage header h1::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 172px; /* 縦サイズ */
  height: 659px; /* 幅 */
  background-image: url(../images/logo_gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.subPage h2 {
  /* font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", sans-serif; */
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .17em;
  margin-bottom: 10px;
}
.subPage .lead {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2;
}
.subPage h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.subPage main {
  padding: 0 20px;
}
/* カピパラエリア */
/* .footer {
  background: url(../images/top_pclogo2_orizou.svg) no-repeat right top/95px;
  padding-bottom: 20px;
  margin-right: 10px; 
  margin-top: 60px;
  padding-top: 68;
}
.footer p {
  background-color: #f5f5f5;
}
.footer p img {
  width: 200px;
  transform: translateY(-28px);
  padding-bottom: 0;
  margin-left: 10px;
} */
.conceptDetailSec p img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  object-position: center 90%;
}
.conceptDetailSec .text {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.78;
}
.conceptDetailSec {
  margin-bottom: 50px;
}
.conceptDetailSec .photo {
  margin-bottom: 14px;
}
/* menuListからcontainerへ変更 */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style-type: none;
  align-items: flex-end;
}
.container li {
  flex-basis: 42%;
  margin-bottom: 28px;
}
.container li img {
  max-width: 100%;
  /* filter: drop-shadow(1px 2px 3px #dddddd);
  cursor: pointer; */
}
/* .menuDetailSec {
  margin-bottom: 50px;
} */
.map iframe {
  width: 100%;
  height: 240px;
  margin-bottom: 8px;
}
.map {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 60px;
}
/* スマホ画面のグリットレイアウト */
.photoGarelly {
  display: grid;
  grid-template-rows: 50vw 30vw 30vw 62vw 35vw;
  grid-template-columns: 50% 50%;
  margin: 0 30px 50px;
}
.item01 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.item02 {
  grid-row: 2 / 4;
  grid-column: 1 / 2;
}
.item03 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.item04 {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}
.item05 {
  grid-row: 4 / 5;
  grid-column: 1 / 3;
}
.item06 {
  grid-row: 5 / 6;
  grid-column: 1 / 2;
}
.item07 {
  grid-row: 5 / 6;
  grid-column: 2 / 3;
}
.photoGarelly li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* PC用の設定ここから */
@media screen and (min-width: 920px) {
  .topPage {
    display: flex;
  }
  .topPage header {
    flex-basis: 48%;
  }
  .topPage main {
    flex-basis: 62%;
  }
  .linkList {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-around;
  }
  .linkList li {
    flex-basis: 47%;
    margin-bottom: 20px;
  }
  .linkList::before {
    content: "";
    width: 47%;
    background: url(../images/top_pclogo2_orizou.svg) no-repeat center center/72%;
  }
  .topPage main {
    display: flex;
    align-items: center;
  }
  /* PC画面のヘッダー縦幅 */
  .topPage header {
    height: 100vh;
  }
  .topPage h3 {
    margin-top: 20px;
  }
  .subPage main {
    max-width: 1280px;
    margin: 0 auto;
  }
  .subPage header h1 {
    font-size: 60px;
  }
  .onlySP {
    display: none;
  }
  .subPage h2 {
    font-size: 34px;
    margin-bottom: 36px;
  }
  .subPage .lead {
    font-size: 18px;
    margin-bottom: 160px;
  }
  .subPage h3 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .conceptDetailSec {
    display: grid;
    grid-template-rows: 360px 360px;
    grid-template-columns: 40% 60%;
  }
  .conceptDetailSec h3 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  .conceptDetailSec .photo {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }
  .conceptDetailSec .text {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  .conceptDetailSec .photo img {
    height: 640px;
    padding: 0 10px;
  }
  .conceptDetailSec h3 {
    align-self: end;
  }
  .conceptDetailSec .text {
    /* text-align: center; */
    font-size: 1rem;
    line-height: 2;
  }
  .reverse {
    grid-template-columns: 60% 40%;
  }
  .reverse h3 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .reverse .photo {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
  }
  .reverse .text {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .menuList li {
    flex-basis: 32%;
    margin-bottom: 0;
  }
  .menuDetailSec {
    margin-bottom: 160px;
  }
  /* PC画面のグリットレイアウト */
  .photoGarelly {
    grid-template-rows: 232px 232px 116px;
    grid-template-columns: 33% 33% 33%;
    margin-top: 10px;
  }
  .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
  .item02 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
  }
  .item03 {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }
  .item04 {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
  }
  .item05 {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
  .item06 {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
  }
  .item07 {
    grid-row: 3 / 4;
    grid-column: 3 / 4;
  }
}
/* 以下に参考サイトのメニュー用CSSを貼り付ける */
/* メニューを画面上部に固定表示しています */
.gMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* メニューアイコンを画面右上に固定しています */
.gMenu .menu-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
  padding-top: 5px;
  height: 12px;
}
/* メニューアイコン（三本線）の真ん中の線です */
.gMenu .menu-icon .navicon {
  background: #ffc107; /* 色は自由に変更可能です */
  display: block;
  height: 2px; /* 太さ */
  width: 31px; /* 長さ */
  position: relative;
  transition: background .4s ease-out; /* 形が変わる時のアニメーション */
}
/* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #ffc107; /* 色は自由に変更可能です */
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .4s ease-out; /* 形が変わる時のアニメーション */
  width: 100%;
}
.gMenu .menu-icon .navicon::before {top: 10px;} /* 位置を上にずらしています */
.gMenu .menu-icon .navicon::after {top: -10px;} /* 位置を下にずらしています */
/* 表示されるメニューです */
.gMenu .menu {
  background-color: rgba(255,255,255,0.9);
  overflow: hidden;
  max-height: 0; /* ★最初は高さを0にして非表示状態に */
  transition: max-height .6s; /* 表示されるときのアニメーション */
  text-align: center;
}
/* メニュー部分のデザインです */
.gMenu .menu li:first-of-type {
  padding-top: 50px;
}
.gMenu .menu li a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.gMenu .menu li a:hover {
  background-color: #f4f4f4;
}
/* チェックボックスは常に非表示です */
.gMenu .menu-btn {
  display: none;
}
/* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
.gMenu .menu-btn:checked ~ .menu {
  max-height: 1000px; /* ★チェックボックスがオンの時高さを1000xにして表示させます */
  transition: max-height .6s;
}
/* メニューボタンの中央の線を非表示に */
.gMenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}

/* メニューボタンの上下の線を45度傾けて✕印を作ります */
.gMenu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
.gMenu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}
/* サイトに合わせてオリジナルカスタマイズ */
.gMenu .menu-icon {
  top: 26px;
}
.gMenu .menu-icon .navicon,
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #333333;
}

.topPage header {
  height: 60vh; /* 40vhから変更★0602 */
  padding-top: 60px;
  margin-bottom: 64px;

  /* デフォルト（標準解像度またはメディアクエリがサポートされない場合）の画像 */
  background-image: url(../images/horse.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* 高解像度ディスプレイ (DPR 2x 以上) 用のルール */
@media
  (-webkit-min-device-pixel-ratio: 2), /* Safari, Chrome */
  (min-resolution: 192dpi),            /* Firefox, Edge (旧形式) */
  (min-resolution: 2dppx)              /* 標準的な dppx 単位 (推奨) */
{
  .topPage header {
    /* 2x 以上のデバイスでは高解像度画像を適用 */
    background-image: url(../images/horse@2x.jpg);
  }
}

/* さらに高解像度 (DPR 3x 以上) に対応する場合の例 */
@media
  (-webkit-min-device-pixel-ratio: 3),
  (min-resolution: 288dpi),
  (min-resolution: 3dppx)
{
  .topPage header {
    /* 3x 以上のデバイスではさらに高解像度画像を適用 (例: 22496902_l@3x.jpg) */
    background-image: url(../images/horse@3x.jpg);
  }
}