/* ========== 基本設定（モバイルファースト） ========== */
:root{
  --brand:#F28C00;      /* メイン（オレンジ） */
  --brand-dark:#C46F00; /* 濃いオレンジ */
  --ink:#222;           /* 文字 */
  --sub:#555;
  --line:#e6e6e6;
  --card:#fff;
  --muted:#fafafa;
  --radius:14px;
  --shadow:0 6px 18px rgba(0,0,0,.06);
  --max:1080px;         /* コンテンツ最大幅 */
}

a img:hover{
   opacity: 0.8; 
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  color:var(--ink);
  line-height:1.8;
  background:#fff;
}

/* アクセシビリティ */
:focus-visible{outline:3px solid var(--brand); outline-offset:3px}
img{max-width:100%; height:auto; display:block}

/* レイアウト */
main{ 
padding:20px 0;
}
.container{max-width:var(--max); margin:auto}

/* 見出し */
h1,h2,h3,h4{line-height:1.3; margin:0 0 .6em}
h2{font-size:1.35rem}
h3{font-size:1.1rem; color:var(--brand-dark)}
p{
  margin:.6em 0;
  color:#000;
}

/* ========== ヒーロー ========== */
header{
  background:var(--sky);
}
.hero_header{
  position:relative;
  width:100%;
  height:auto;
  aspect-ratio: 2401 / 1600;
  object-fit: cover;
  margin:0 0 0 0;
}
.hero_header .rogo {
    position: absolute;
    top: 17%;
    left: 47%;
    z-index: 2;
    margin: 0;
    transform: translate(-46%, -50%);
}
.hero_header .rogo9 {
    position: absolute;
    top: 29%;
    left: 52%;
    z-index: 2;
    margin: 0;
    transform: translate(-50%, -50%);
}
.hero_header h1{
    font-size:2vw;
    letter-spacing: 2px;
}
.hero_header .rogo img {
    width: 73vw;
    height: auto;
}
.hero_header .open {
    position: absolute;
    top: 45%;
    left: 51%;
    width: 32vw;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.hero_header .hero{
  width:100%;
  height:auto;
  aspect-ratio: 2401 / 1600;
  object-fit: cover;
  position: absolute;
  top:0;
  left:0;
  max-width: 100%;
}

/* ========== ボタン ========== */
button{
  -webkit-appearance:none; appearance:none;
  border:none;
  background:var(--brand);
  color:#fff;
  padding: 22px 18px 18px 18px;
  border-radius:999px;
  font-weight:700;
  letter-spacing:.02em;
  cursor:pointer;
  transition:transform .06s ease, filter .2s ease;
  margin:8px 8px 12px 0;
  min-width: 100%;
}
button:active{ transform: translateY(2px) }
button[disabled]{filter:grayscale(.7); cursor:not-allowed}

.botan-narabi{
    display: grid;
    grid-template-columns: 1fr 1fr;
     gap: 30px;
     max-width: 550px;
     margin:0 auto;
}
.botan-narabi button{
    font-weight: 700;
    font-size:20px;
    letter-spacing: 1.5px;
}

.bot {
max-width: 80%;
margin:30px auto;
}

.bot-sns{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
   max-width: 300px;
   margin:0 auto;
}

.botangg{
  background: #004381 !important;
}
/* ========== セクション共通 ========== */

#hub, #events{
  border-radius:0;
}
.section-inner{
  max-width:var(--max);
  padding:0 16px;
}
#shops{
padding:0 0 50px 0;
}


.body980{
  max-width: 980px;
   margin:0 auto;
   padding:50px 0;
}
.body9802{
  max-width: 980px;
   margin:0 auto;
   padding:50px 0 20px 0;
}

.aoiaoi{
  background: #d3edfb;
}
section {
  margin: -10px 0;
}

.moemoeo9{
 position: relative; 
}

.moemoeo9:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 340px;
    height: 400px;
    background-image: url(../img/korona.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.moemoeo9:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 340px;
    height: 400px;
    background-image: url(../img/korona2.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
/* ========== HUB（施設案内） ========== */
#hub h2{
  font-size:30px;
  color:#1e3a5f;
  font-weight: 900;
  text-align: center;
  letter-spacing: 5px;
}

#hub .hubhu{
  font-size:38px;
  color:#ef8200;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
}

#hub .chyuou{
  font-size:14px;
  text-align: center;
  line-height: 2;
}

#hub p:first-of-type{
  font-weight:700; 
  color:var(--brand);
  margin-top:-6px;
  line-height: 2;
}

.hub-waku {
  background: repeating-linear-gradient(
    -45deg,               /* ← 右上から左下への角度 */
    #f8d884,              /* ← ベース色（斜線の薄い色） */
    #f8d884 5px,         /* ← 10pxまで塗る */
    #f1c85d 10px,         /* ← 濃い色の開始 */
    #f1c85d 5px          /* ← 濃い色が10px続く → 合計20pxで1ストライプ */
  );
  padding:30px;
  margin: 15px;
  border-radius: 30px;
  position: relative;
}

.hub-waku:before {
position: absolute;
top:-100px;
right:0;
content: '';
  width: 150px;
  height: 180px;
  background-image: url(../img/kazoku.png);
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
}

.hub-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  margin:14px 0 40px;
}
.hub-card{
  background:#ebf5ed;
  padding:15px;
}
.hub-card2{
  background:#fdf3e5;
  padding:15px;
}
.hub-card h3{
  margin:0 0 20px 0;
  text-align: center;
  padding:10px 0;
  font-size:18px;
  font-weight: 700;
}
.hub-card2 h3{
  margin:0 0 20px 0;
  text-align: center;
  padding:10px 0;
  font-size:18px;
  font-weight: 700;
}
.midori{
 background: #39b16a;
  color: #fff;
}
.midori-noko{
  color: #00ab61 !important;
}

.bejyu{
 background: #ef8200;
  color: #fff;
}

.pipin{
  position: relative;
}
.pipin:before {
    position: absolute;
    top: 34px;
    left: -27px;
    content: '';
    background-image: url(../img/hana.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 340px;
    height: 180px;
}

.reberi{
 position: relative; 
}

.reberi2{
position: absolute;
top:-40px;
left:-35px;
width:200px;
}
.reberi3{
position: absolute;
top:-40px;
right:-35px;
width:200px;
}

.taitorudayo{
 width:70%;
  height:auto;
  margin:-50px auto 0 auto;
}
.taitorudayo2{
 width:70%;
  height:auto;
  margin:-50px auto 30px auto;
}
.mannakano{
	display: flex;
	justify-content: center;
	align-items: center;
  gap: 10px;
}

.yohaban{
  min-width: 130px;
  text-align: center;
}
.yohaban2{
  min-width: 100%;
}
/* ========== 店舗紹介 ========== */
#shops .shop-item{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:16px;
  box-shadow:var(--shadow);
  display:grid;
  gap:10px;
  margin-bottom:14px;
}


.shops-waku {
  background: repeating-linear-gradient(
    -45deg,               /* ← 右上から左下への角度 */
    #f8d884,              /* ← ベース色（斜線の薄い色） */
    #f8d884 5px,         /* ← 10pxまで塗る */
    #f1c85d 10px,         /* ← 濃い色の開始 */
    #f1c85d 5px          /* ← 濃い色が10px続く → 合計20pxで1ストライプ */
  );
  padding:30px;
  margin: 15px;
  border-radius: 30px;
}
.shops-card{
  background:#fff;
  padding:15px;
  margin-bottom: 30px;
  position: relative;
}

.ribbon13 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 0 -35px;
  width: calc(50% + 20px);
  background: #cb1e77;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon13 p{
  margin: 0;
  padding: 0 30px 0 15px;
  font-size: 18px;
  line-height: 46px;
  color: white;
}

.ribbon13:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 27px 15px 30px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.ribbon13:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #9a085a;
}

.ribbon-date{
  font-size:20px;
  letter-spacing:.02em;
  color:#222;
}
.ribbon-date .sun{
  display:inline-block;
  font-size:.5em;
  background:#c4002b;
  color:#fff;
  border-radius:50%;
  padding:.08em .4em;
  vertical-align:middle;
  margin:0 .12em 0 .12em;
}
.ribbon-date .sun2{
  display:inline-block;
  font-size:.5em;
  background:#231815;
  color:#fff;
  border-radius:50%;
  padding:.08em .4em;
  vertical-align:middle;
  margin:0 .12em 0 .12em;
}
.info-box {
  display: flex !important;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 1.6;
}

.info-label {
  background-color: #2b2119;  /* 黒に近い茶色 */
  color: white;
  padding: 4px 12px;
  font-weight: bold;
  white-space: nowrap;
  min-width: 95px;
  text-align: center;
}

.info-content {
  padding: 4px 12px;
  white-space: nowrap;
}

.maikupitya{
  position: absolute;
  top:-15px;
  left:-15px;
  width:60px;
  height:auto;
}

.nomohideo{
  width:400px;
  height:auto;
  margin:10px auto 15px auto;
  text-align: center;
}
.nomohideo2{
  width:200px;
  height:auto;
  margin:10px auto 0 auto;
  text-align: center;
}
.ootanisan{
     display: grid;
    grid-template-columns: 1.2fr 1fr;
   gap: 30px;
   margin-bottom: 5px;
}

.ootanisan p{
margin:0 0 0.6em 0;
font-size:17px;
}
.ootanisan2{
     display: grid;
  grid-template-columns: 1.05fr 1fr;
   gap: 30px;
   margin-bottom: 5px;
}

.ootanisan2 p{
margin:0 0 0.6em 0;
}
h3.dojyazu{
font-size:16px;
font-weight: 400;
text-align: center;
color: #231815;
margin:0 auto 15px auto;
}
h3.dojyazu2{
font-size:16px;
font-weight: 400;
text-align: center;
color: #231815;
margin:0 auto 5px auto;
}
.syousyou{
font-size:12px !important;  
}
.morimori{
  font-size:12px;
text-align: center;
color: #cb1e77;
margin:0;
}
.mobiritex15{
  width:100%;
  height:15px;
}
.mobiritex5{
  width:100%;
  height:5px;
}
.kkkkj{
  margin:15px auto 0 auto;
  width:280px;
  height:auto;
}

.mannakaoi{
  text-align: center;
}

.raw{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ========== イベント ========== */
#events{
  background:#fff;
}
.event-wrap{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.event-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:16px;
  box-shadow:var(--shadow);
}
.event-card h3{
  display:flex; align-items:center; gap:.5em;
  color:var(--brand-dark);
}
.event-card h4{
  font-size:.95rem; margin:.8em 0 .2em; color:#333
}

.toron {
    width: 600px;
    height: auto;
    margin: 30px auto 0px auto;
}
.toron-ares{
  background: #f08300;
  padding:30px;
  color: #fff;
}
.toron-ares p{
  color: #fff;
}
.toron-ares h3{
  color: #fff;
}
.toron-ares h4{
  color: #fff;
}

.toron-guri{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.ijij{
position: relative;
}

.ijij4{
position: relative;
}

.ijij4:before{
  content: '';
  display: inline-block;
  width: 250px;
  height: 320px;
  background-image: url(../img/hako.png);
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
top:-50px;
right:-10px;
position: absolute;
z-index: 2;
}
.toron-guri .ijij2{
position: absolute;
top:-15px;
left:-15px;
width:180px;
}

.ijij3{
position: absolute;
bottom:10px;
left:15px;
width:97%;
}

.regasi{
  padding:15px 0 30px 0;
  text-align: center;
}
.regasi2 {
    padding: 27px 0 27px 0;
    background: #2ebae1;
    border-radius: 10px;
    text-align: center;
    font-size: 1.25rem;
}

.gandamu{
  background: #2ebae1;
  padding:5px 0;
  margin:0;
  text-align: center;
}
.gandamu-siro{
  background: #fff;
  padding:10px;
  margin:0 0 10px 0 !important;
  color: #000 !important;
  text-align: center;
  border: solid 1px #2ebae1;
}

.kaisen {
  display: flex;
  flex-direction: column;
  min-height: 640px;
  box-sizing: border-box;
}
.kaisen p{
margin:0;
font-size:18px;
}

.bottom-box {
  margin-top: auto;  /* ← これが効く！ */
}

.sirowakuman{
  background: #fff;
  padding:15px;
  border-radius: 20px;
  min-height: 680px;
    display: flex;
  flex-direction: column;
  position: relative;
}

.sirowakuman2{
  background: #fff;
  padding:15px;
  border-radius: 20px;
}

.tyuusyaku-tuika{
  position: absolute;
  bottom:2px;
  left:15px;
}

.kurorin{
  color: #000 !important;
  padding:5px 0;
}

.patengugu{
  margin:0 0 15px 0;
}

.cyoitiisai{
  font-size:10px !important;
  color: #000 !important;
}

/* ========== フッター会社情報 ========== */
#footer-company{
  background:var(--muted);
  border-top:1px solid var(--line);
}

.cyusya{
  border: solid 1px #ef8200;
  border-radius: 20px;
  padding:30px;
}

.cyusya .midasi{
  background: #faede0;
  border-radius: 20px;
  padding:15px;
  font-weight: 700;
  font-size:22px;
  color: #ef8200;
  text-align: center;
}

.cyusya ul {
  list-style: none;
}

.akamoji{
  color: #c30d23;
}

.canpan {
}

.canpan img{
  margin:0 auto 0 auto;
  width:60%;
}
.canpan h2{
  font-weight: 700;
  font-size:28px;
  text-align: center;
  letter-spacing: 2px;
}

.canpan a{
  color: #000;
}

.bakuman{
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 680px;
  margin:30px auto 0 auto;
}
.canpan2 {
 text-align: center;
}

.canpan3 img{
  margin:0 auto 0 auto;
  width:300px !important;
}

.ftafta{
  background: #004381;
  padding:30px 0;
  margin:30px 0 0 0;
  font-size:32px;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  letter-spacing: 2px;
}
.ftafta a{
  color: #fff;
  text-decoration: none;
}

.ftag {
    display: grid;
    gap: 20px;
    grid-template-columns: 1.2fr 1fr;
    margin: 40px 0;
    max-width: 680px;
    margin: 40px auto;
}
.tel span{
  font-size:16px;
  font-weight: 400;
}

.tel{
  font-size:28px;
  font-weight: 700;
}

 p.tel {
    margin: 0;
}
.ftag p{
  margin: 0;
}

.goyuu {
    padding: 35px 0;
}

/* ========== ユーティリティ ========== */
.lead{font-size:1.05rem}
.note{font-size:.9rem; color:#666}
.center{text-align:center}
.mt-0{margin-top:0}
.mt-8{margin-top:8px}
.mt-16{margin-top:16px}
.mt-24{margin-top:24px}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
  width: 60px; /* サイズ調整OK */
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.back-to-top img {
  width: 100%;
  height: auto;
}

/* スクロール時に表示 */
.back-to-top.show {
  display: block;
  opacity: 0.8;
}

.back-to-top:hover {
  opacity: 1;
}

.uesupe{
 width:100%;
  height:15px;
  margin:0;
}

.uesupe2{
  margin:10px 0 5px 0;
}
/* ========== PC向けブレークポイント ========== */
@media (min-width: 768px){
  #hub .section-inner, #shops .section-inner, #events .section-inner{padding:0 24px}
  h3{font-size:1.15rem}

  .event-wrap{
    grid-template-columns:repeat(2, 1fr);
    gap:18px;
  }
  #shops .shop-item{
    grid-template-columns:160px 1fr;
    align-items:start;
  }
}

@media (min-width: 1024px){
  .event-wrap{grid-template-columns:repeat(3, 1fr)}
}

/* ========== 初期HTMLに合わせた軽い整形 ========== */
header + main > button{margin-right:10px}
#shops h3 img{max-height:28px}

/* ========== 印刷（チラシ出力用の最低限） ========== */
@media print{
  button{display:none}
  header, section{page-break-inside:avoid}
  body{background:#fff}
}

/* ========== フェード類 ========== */

/* 初期状態（非表示） */
.fade-in, .fade-in-left, .fade-in-right {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .9s ease, transform 1.9s ease;
  will-change: opacity, transform;
}

/* 左→右に入ってくる（左から） */
.fade-in-left {
  transform: translateX(-24px);
}
/* 右→左に入ってくる（右から） */
.fade-in-right {
  transform: translateX(24px);
}

/* 表示状態 */
.is-visible {
  opacity: 1;
  transform: none;
}

/* 動きを弱めたいユーザー設定への配慮 */
@media (prefers-reduced-motion: reduce) {
  .fade-in, .fade-in-left, .fade-in-right {
    transition-duration: .2s;
    transform: none;
  }
}

/* 紙吹雪コンテナ（最前面・クリック貫通） */
#confetti-root, .confetti-root-local{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2147483647;
}

/* ローカル（ヘッダー限定）用は位置とサイズを個別指定 */
.confetti-root-local{
  inset: auto; /* リセット */
}

/* 紙吹雪共通 */
.confetti-piece{
  position: absolute;
  top: -10px;
  width: 8px; height: 14px;
  border-radius: 2px;
  opacity: .95;
  will-change: transform, opacity;
  transform: translateY(-20px) rotate(0deg);
  animation-name: confetti-fall, confetti-spin;
  animation-timing-function: cubic-bezier(.22,.61,.36,1), linear;
  animation-fill-mode: forwards;
}

/* 1.2秒落下。--fall に落下量（px or vh）を渡せる */
@keyframes confetti-fall{
  0%   { transform: translateY(-50px) rotate(0deg); opacity: 1; }
  70%  { opacity: 1; }
  100% { transform: translateY(var(--fall,110vh)) rotate(0deg); opacity: 0; }
}
@keyframes confetti-spin{ 0%{rotate:0deg;} 100%{rotate:720deg;} }

@media (prefers-reduced-motion: reduce){
  .confetti-piece{ animation-duration:.01s !important; }
}

/* ヘッダー内のフェードイン（2.4秒：ゆっくり） */
.site-header .hero-fade {
  opacity: 0;
  transform: translateY(8px);
  filter: blur(2px);
  animation: headerFade 4.4s ease-out 0.1s forwards;
}

@keyframes headerFade {
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

/* ユーザーが動きを減らす設定の場合は最小限に */
@media (prefers-reduced-motion: reduce) {
  .site-header .hero-fade {
    animation-duration: .1s;
    transform: none;
    filter: none;
  }
}

.pc99{
  display:block;
}
.sp99{
  display:none;
}
.ehime{
  position: relative;
}
.ehime:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    top: 15px;
    right: 15px;
    background-image: url(../img/ehime-sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
}
.syuusei{
  margin:65px 0 10px 0;
}

.gazoukiri {
  overflow: hidden;
  border-radius: 12px;
  height: 250px;
  position: relative;
}

.gazoukiri img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  border-radius: 12px;
}


.gazoukiri2 {
  overflow: hidden;
  border-radius: 12px;
  height: 200px;
  position: relative;
}

.gazoukiri2 img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -50px;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
    .ootanisan {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 15px;
    }
.hub-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 14px 0 40px;
}
.pc99{
  display:none;
}
.sp99{
  display:block;
}
    .toron-guri {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
    }
.hub-waku {
        padding: 30px 25px;
        margin: 15px 0 0;
        border-radius: 30px;
        position: relative;
    }
    .shops-waku {
        padding: 35px 25px 30px;
        margin: 15px 0;
        border-radius: 30px;
    }
.reberi2 {
    position: absolute;
    top: -40px;
    left: -22px;
    width: 129px;
}
.reberi3 {
    position: absolute;
    top: -34px;
    right: -24px;
    width: 129px;
}
.aoiaoi {
  overflow-x: hidden; 
}
.pipin:before {
    position: absolute;
    top: 34px;
    left: -15px;
    content: '';
    width: 289px;
    height: 180px;
}
.hero_header {
    margin: 0 0 0px 0;
}
    .botan-narabi button {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1.5px;
    }
    .botan-narabi {
        gap: 6px;
        max-width: 100%;
        margin: 0 10px 0 10px;
    }
    .hub-waku:before {
        position: absolute;
        top: 34px;
        right: -8px;
        content: '';
        width: 85px;
        height: 90px;
    }
.kaisen {
    min-height: 100%;
    box-sizing: border-box;
}
.ribbon13 p {
    margin: 0;
    padding: 0 20px 0 15px;
    font-size: 12px;
    line-height: 40px;
    color: white;
}
.ribbon13 {
    padding: 0;
    margin: 0 0 0 -34px;
    width: calc(43% + 20px);
}
.ribbon13:after {
    border-width: 19px 15px 30px 0px;
}
.cyusya {
    border: solid 1px #ef8200;
    border-radius: 20px;
    padding: 15px;
    margin: 0 15px 0 15px;
}
ul {
    padding-inline-start: 0px;
    font-size: 10px;
}
    .toron {
        width: 98%;
        height: auto;
        margin: 30px auto -5px auto;
    }
.nomohideo {
    width: 80%;
    height: auto;
    margin: 10px auto 15px auto;
    text-align: center;
}
.maikupitya {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 60px;
    height: auto;
    transform: translate(-50%, -50%);
}
.shops-card {
    background: #fff;
    padding: 15px;
    margin-bottom: 45px;
    position: relative;
}
.canpan img {
    margin: 80px auto 15px auto;
    width: 60%;
}
    .canpan p {
        text-align: left;
        font-size: 12px;
        line-height: 1.5;
    }
.canpan2 img {
    margin: 50px auto 15px auto;
    width: 40%;
}
.bakuman {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 100%;
    margin: 0 15px;
}
.ftafta {
    background: #004381;
    padding: 30px 0;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    letter-spacing: 2px;
}
    .moemoeo9:before {
        position: absolute;
        top: 42%;
        left: 50%;
        content: '';
        width: 280px;
        height: 280px;
        transform: translate(-50%, -50%);
        background-image: url(../img/sphaha.png);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
    }
    .moemoeo9:after {
        position: absolute;
        top: 122%;
        right: 0%;
        content: '';
        width: 280px;
        height: 280px;
        background-image: url(../img/sphaha2.png);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        transform: translate(-20%, -50%);
    }
#hub .chyuou {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    margin: 280px 0;
}
.body980 {
    max-width: 980px;
    margin: 0 auto;
    padding: 25px 0;
}
.hero_header{
  position:relative;
  width:100%;
  height:auto;
  aspect-ratio: 722 / 1198;
  object-fit: cover;
  margin:0 0;
}
.hero_header .hero{
  width:100%;
  height:auto;
  aspect-ratio: 722 / 1198;
  object-fit: cover;
  position: absolute;
  top:0;
  left:0;
  max-width: 100%;
}
    .hero_header .open {
        position: absolute;
        top: 33%;
        left: 50%;
        width: 60vw;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
    .hero_header .rogo {
        position: absolute;
        top: 3%;
        left: 0%;
        /* font-size: 16px; */
        letter-spacing: 2px;
        transform: translate(0%, 0%);
    }
  .hero_header .rogo img {
    width: 95vw;
    height: auto;
}
.sp-rogo{
  display:block;
  margin:10px auto;
  width:30%;
  height:auto;
}
.taitorudayo2 {
    width: 75%;
    height: auto;
    margin: 0px auto 50px auto;
}
.taitorudayo {
    width: 70%;
    height: auto;
    margin: 0px auto 20px auto;
}
.body9802 {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 0 20px 0;
}
.aoiaoi {
    background: #fff;
}
    .info-box {
        font-size: 13px;
        max-width: 100%;
        margin-bottom: 10px;
        display: flex !important;
    }
.majinmajin{
  margin:15px 0;
}
.syousyou {
    font-size: 10px;
}
#shops {
    padding: 0 0 0 0;
}
.kaisen p {
    margin: 0px 0 15px 0;
}
.ribbon-date {
    font-size: 16px;
}
.kkkkj{
  margin:15px auto;
  width:170px;
  height:auto;
}
    .ehime:before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 50px;
        top: -13px;
        right: -3px;
        background-image: url(../img/ehime-sp.png);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        position: absolute;
    }
    .hero_header .rogo9 {
        position: absolute;
        top: 21%;
        left: 51%;
        z-index: 2;
        margin: 0;
        transform: translate(-50%, -50%);
        font-size: 15px;
    }
  .mannakano {
    display: block;
}
.sirowakuman {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    min-height: 500px;
}
    .ftag {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        gap: 7px;
        margin: 40px 10px;
    }
.canpan3 img {
    margin: 0 auto 0 auto;
    width: 210px !important;
}
    .canpan img {
        margin: 0px auto 15px auto;
        width: 75%;
    }
.canpan h2 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
}
    .tel {
        font-size: 14px !important;
        font-weight: 700;
    }
.info-label {
    text-align: center;
}
.ootanisan2 {
    display: grid;
    grid-template-columns:1fr;
    gap: 5px;
    margin-bottom: 5px;
}
.mannakaoi {
    text-align:left;
}
.goyuu {
    padding: 10px 0;
}
.ijij4:before {
    width: 0px;
    height: 0px;
    background-image: url(../img/hako.png);
}
.gandamu-siro {
    padding: 5px;
}
.kaisen p {
    margin: 0;
    font-size: 16px;
}
.regasi2 {
    padding: 10px 0 10px 0;
    background: #2ebae1;
    border-radius: 10px;
    text-align: center;
}
.gazoukiri {
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  position: relative;
}

.gazoukiri img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  border-radius: 0px;
}
.yohaban {
    min-width: 130px;
    text-align: left;
}
}