@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

section {
margin-bottom:0px!important;
background: #fff;
}


#eko {
  /* レスポンシブ対応：画面幅が768px以下の場合 */
  /* 横スクロールセクション */
  /* ベースのスタイル */
  /* レスポンシブ対応 */
  /* スマホ縦向き（最大600px） */
  /* タブレット（最大900px） */
  /* デスクトップ（900px以上） */
}

#eko body {
  color: #555;
}
#eko ul {
  list-style-type: none; /* 点を消す */
  padding: 0; /* 左の余白を消す */
  margin: 0; /* 上下の余白を消す（必要に応じて） */
}

.gNav .megaMenu .row .col-3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
}

#eko body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  background: #f6f6f6;
}
#eko .banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#eko .banner-inner img {
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
}
#eko .banner-inner {
  width: 100%;
  text-align: center;
  padding: 20px;
}
#eko .banner-inner h1 {
  font-size: 2rem;
  color: #555;
}
#eko .intro {
  justify-content: center;
  text-align: center;
  padding: 20px;
  height: 70vh;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#eko .intro-content {
  max-width: 1000px;
  width: 100%;
}
#eko .intro-content ul {
  display: flex; /* フレックスボックスで横並び */
  justify-content: center; /* 子要素を中央揃え */
  align-items: center; /* 垂直方向も中央揃え */
  gap: 15px; /* 子要素間の間隔を15pxに設定 */
  flex-wrap: wrap; /* レスポンシブ対応：画面幅が狭いときに折り返し */
  list-style: none; /* リストのマーカーを非表示 */
  padding: 0; /* 不要な余白を削除 */
  margin: 0; /* 不要な余白を削除 */
}
#eko .intro-content ul li {
  flex: 1 1 calc(50% - 15px); /* 50%幅で余白分を調整 */
  max-width: calc(50% - 15px); /* 最大幅を指定 */
  text-align: center; /* 中央揃え */
  box-sizing: border-box; /* ボックスサイズにパディングを含める */
}

#eko .intro-content ul .topcopy{
  text-align: center;
}

#eko .center {
  text-align: center;
}

#eko .intro .mintyo {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 22px;
}
#eko .abso {
  position: relative; /* メイン画像の基準を作る */
  top: -50px;
}
#eko .aboutrel {
  width: 70%; /* 親要素に対して幅を100%に設定 */
  height: auto; /* 高さは自動調整 */
  z-index: 1; /* 重ね順を優先 */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* 少し影をつけて強調 */
}
#eko .aboutrel2 {
  width: 40%; /* 親要素に対して幅を100%に設定 */
  height: auto; /* 高さは自動調整 */
}
#eko .intro-content ul li .aboutrel2 {
  position: absolute; /* .aboutrel の左下に重ねる */
  bottom: -120px; /* 少し下に配置 */
  left: -10px; /* 左側に少しずらす */
  z-index: 2; /* .aboutrel の下に配置 */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* 少し影をつけて強調 */
}
@media (max-width: 768px) {
  #eko .intro-content ul li {
    flex: 1 1 calc(100% - 15px); /* 1列レイアウト */
    max-width: calc(100% - 15px);
  }
}
#eko .intro h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#eko .intro p {
  font-size: 1.5rem;
  margin: 10px 0;
  line-height: 3rem;
}
#eko h2 {
  font-size: 2.2rem;
}
#eko .side-scroll {
  background-image: url(img/haikei.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: -60px;
}


#eko .side-scroll-container {

}

#eko .side-scroll-heading {
  color: #eeebdd;
}
#eko .side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 750px;
}
#eko .side-scroll-list {
  position: absolute;
  top: 95px;
  left: 0;
  display: flex;
  gap: 0 60px;
  padding: 0 120px;
}
#eko .side-scroll-item img {
  width: 100%;
  margin-bottom: 10px;
}
#eko .side-scroll-item h4 {
  font-size: 19px;
  margin-bottom: 10px;
  letter-spacing: 0.3rem;
}
#eko .textsugoi {
  font-size: 16px;
  letter-spacing: 0.2rem;
  line-height: 2.8rem;
  font-weight: 300;
  text-align: justify;
}
#eko .side-scroll-item {
  width: 430px;
  height: 530px;
  background-color: #fff;
  padding: 30px;
  border: solid 15px #d6d937;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#eko .side-scroll-item h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

#eko .side-scroll-item span {
  display: block;
margin-bottom: 8px;
}

#eko .side-scroll-item .point {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.2rem;
}
#eko .side-scroll-list > li:first-child {
  padding: 30px;
}
#eko .side-scroll-item + .side-scroll-item {
  margin-left: 60px;
}
#eko .side-scroll {
  margin-bottom: 60px;
  width: 100%;
}
#eko .lineup {
  padding: 60px 0;
  background-color: #fff; /* 背景色 */
  text-align: center; /* コンテンツを中央寄せ */
}
#eko .center {
  text-align: center;
}
#eko .noto {
  font-family: "Noto Sans", sans-serif;
}
#eko .itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* アイテムを左寄せに */
  gap: 20px; /* アイテム間のスペース */
  margin-top: 20px;
  max-width: 1200px; /* 幅を制限して中央寄せ */
  margin-left: auto;
  margin-right: auto;
}
#eko .lineup-item {
  width: calc(33.3333% - 20px); /* 3列表示 */
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
#eko .lineup-item:hover {
  transform: translateY(-10px); /* ホバー時のエフェクト */
}
#eko .lineup-item a {
  display: block;
  text-decoration: none;
}
#eko .lineup-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#eko .miniprice {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 10px 0;
  background-color: #fafafa;
  font-weight: bold;
}


.gNav li.hasChildren > .megaMenu {
    position: absolute;
    z-index: 9999;
    inset: 100% 0 auto 0;
    opacity: 0;
    pointer-events: none;
    background: #FFF;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
  #eko .lineup-item {
    width: calc(50% - 10px); /* 2列に変更 */
  }
}
@media (max-width: 900px) {
  #eko .lineup-item {
    width: calc(50% - 10px); /* 2列に変更 */
  }
}
@media (min-width: 900px) {
  #eko .lineup-item {
    width: calc(33.3333% - 20px); /* 3列に戻す */
  }
}
@media (max-width: 770px) {
  #eko .abso {
    display: none;
  }
  #eko .lineup {
    padding: 30px 15px;
  }
  #eko .side-scroll-item {
    width: 370px;
    height: 470px;
    background-color: #fff;
    padding: 25px;
    border: solid 10px #d6d937;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  #eko .side-scroll-item h4 {
    font-size: 17px;
    margin-bottom: 5px;
    letter-spacing: 0.1rem;
  }
  #eko .textsugoi {
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
  }
  #eko .side-scroll-item + .side-scroll-item {
    margin-left: 0px;
  }
  #eko .side-scroll-list-wrapper {
    height: 600px;
    padding: 0 20px;
  }
  #eko .side-scroll-list {
    top: 65px;
    padding: 0 20px;
  }

  #eko .intro-content ul .topcopy img{
width: 150px;
}

}
#eko .lineup h3 {
  font-size: 40px;
  letter-spacing: 0.5rem;
}/*# sourceMappingURL=style.css.map */