@charset "utf-8";

* {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

/* トップページ ここから↓ */

#logo {
  padding-left: 40px;
  display: block;
  width: 20%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease
}

#logo:hover {
  transform: translateY(-8px);
}

.topThundercrest {
  display: block;
  max-width: 100%;
}

.SPtopThundercrest {
  display: none;
}

.toppage {
  color: #fff;
  z-index: 1000;
}

.topTitle {
  background-image: url(../images/topimage_05.png), url(../images/character1_11.png);
  background-position: center, right;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 370px 370px;
  height: 60vh;
}

#SPlogo{
  display: none;
}

.topTitle h1 {
  font-size: 21pt;
  text-align: center;
  margin-top: 17px;
}

.topExplanation {
  text-align: center;
}

.red {
  background-color: #DC2E13;
  padding: 10px 0;
}

.topExplanation p:first-child {
  padding-top: 16px;
}

.paddingBottom {
  padding-bottom: 10px;
}

.topExplanation .space {
  padding: 16px 0;
}

.topPaochan2 {
  position: absolute;
  right: 200px;
  bottom: 50px;
  transition: transform 0.3s ease
}

.topPaochan2:hover {
  transform: translateY(-8px);
}

/* トップページ ここまで↑ */

/* メニューページ ここから↓ */
.menu {
  width: 75%;
  background-color: #fff;
  margin: 0 auto;
}

/* 横線1↓ */
.line {
  display: flex;
  align-items: center;
}

.line::before,
.line::after {
  content: "";
  height: 3px;
  width: 40.5%;
  background-color: #DC2E13;
  margin: 0 auto;
}

.line:before {
  margin-right: 10px;
}

.line:after {
  margin-left: 10px;
}

/* 横線↑ */



.menu h2 {
  font-size:21px;
  padding: 10px 0;
}

.shumai {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  font-size: 18px;
}

.shumai p {
  text-align: center;
  font-size: 20px;

}

.shumai p span {
  color: #DC2E13;
  font-size: 20px;
}

.shuumaiExplanation {
  text-align: right;
  padding-right: 50px;
}

/* 横線2 */
.line2 {
  display: flex;
  align-items: center;
}

.line2::before,
.line2::after {
  content: "";
  height: 3px;
  width: 38.5%;
  background-color: #DC2E13;
  margin: 0 auto;
}

.line2:before {
  margin-right: 10px;
}

.line2:after {
  margin-left: 10px;
}

.setmenu1 {
  display: flex;
  padding: 0 50px;
}

.setmenu2 {
  display: flex;
  padding: 0 50px;
}

.setExplanation {
  text-align: center;
  padding-left: 10%;
  padding-top: 25px;
}

.setExplanation h3 {
  background-color: #DC2E13;
  color: #fff;
  font-size: 21px;
}

.setExplanation p {
  font-size: 14px;
}

.setExplanation p:last-child {
  font-size: 20px;
}

.setExplanation p:last-child span {
  color: #DC2E13;
  font-size: 20px;
}

.setmenu3 {
  padding-top: 16px;
  text-align: center;
  padding-left: 18%;
}

.setmenu3 h3 span {
  background-color: #DC2E13;
  color: #fff;
  font-size: 21px;
  padding: 0 70px;
}

.setmenu3 p {
  font-size: 14px;
}

.setmenu3 p:last-child {
  font-size: 20px;
}

.setmenu3 p:last-child span {
  color: #DC2E13;
  font-size: 20px;
}

.beerPaochan {
  transition: transform 0.3s ease
}

.beerPaochan:hover {
  transform: translateY(-8px);
}


.space2 {
  display: flex;
  justify-content: center;
}


/* 長所のページここから↓ */

.Strong {
  width: 75%;
  background-color: #fff;
  margin: 0 auto;
  padding: 15px 0 25px 0;
}

.Strong h2 {
  text-align: center;
  font-size: 26px;
}

.StrongPoint {
  width: 30%;
  /* ← 追加 */
}

.StrongPoint h3 {
  background-color: #DC2E13;
  color: #fff;
  font-size: 18px;
  padding: 6px 3px;
  /* ← 追加（赤帯を太く） */
  margin-bottom: 10px;
  /* ← 追加 */
  margin-top: 12px;
  margin-left: 5px;

}

.StrongPoints {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 40px;
  font-size: 18px;
  text-align: center;
}

.StrongPoint p {
  line-height: 1.6;
  /* ← 追加 */
  font-size: 16px;
  /* ← 追加 */
  text-align: left;
}

.side {
  display: flex;
  align-items: center;
}

.shumaiNumber {
  height: auto;
  width: 50px;
}

/* 長所のページここまで↑ */

/* 詳細のページここから↓ */

.details {
  display: flex;
  width: 75%;
  margin: 0 auto;
  color: #fff;
}

.detail {
  padding: 0 20px;
  position: relative;
}

.detail :last-child {
  letter-spacing: 0.005em;
}

.detail2 {
  display: flex;
  padding-top: 60px;
}

.detail2 img {
  width: 55px;
  height: 55px;
}

.detail2 p {
  font-size: 28px;
  padding-top: 8px;
}

#winkPaochan {
  position: absolute;
  left: -150px;
  transition: transform 0.3s ease
}

#winkPaochan:hover {
  transform: translateY(-8px);
}


/* フッターここから↓ */
footer {
  width: 100%;
  height: 250px;
  background: #e2c358;
  position: relative;
  margin: 0 auto;
  /* 中央配置したい場合 */
  padding-top: 3px;
}

#copyright {
  position: absolute;
  bottom: 20px;
  /* 下から20px */
  left: 0;
  right: 0;
  /* 横幅いっぱいに広げる */
  text-align: center;
  /* テキストを中央寄せ */
  color: #000000;
  margin: 0;
}

footer div {
  text-align: center;
  /* 中央寄せ */
}

footer div img {
  display: inline-block;
  /* 念のため */
}

footer small {
  font-size: 12px;
}

/* シュウマイTOPボタンここから↓ */
#pagetop img {
  width: 85%;
  /* 好きなサイズに変更 */
}

#pagetop {
  position: fixed;
  bottom: 8.4%;
  right: 1%;
  z-index: 999;
  width: 10vw;
  min-width: 100px;
  transition: transform 0.3s ease
}

#pagetop:hover {
  transform: translateY(-8px);
}

/* シュウマイTOPボタンここまで↑ */

.btnwrap {
  position: fixed;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

#callbtn {
  position: fixed;
  bottom: 42px;
  /* 下から */
  left: 50%;
  /* 画面の中央 */
  transform: translateX(-50%);
  z-index: 9999;
  /* 最前面に出す */
}

#callbtn img:hover {
  transform: translateY(-5px);
}

#callbtn img {
  width: 500x;
  /* 好きな大きさに調整 */
  height: auto;
  transition: transform 0.3s ease
}

@media (max-width: 1293px) {
  .topPaochan2 {
    display: none;
  }

}

@media (max-width: 1252px) {
  .shumai{
    flex-direction: column;
    align-items: center;
  }

  .setmenu1{
    flex-direction: column;
    align-items: center;
  }
  .setmenu2{
    flex-direction: column;
    align-items: center;
  }

  .beerPaochan{
    display: none;
  }
}

@media (max-width: 1162px) {
  #logo {
    display: none;

  }

  .topTitle {
    background-image: url(../images/SP/SPtopimage_05.png);
  }

  .topTitle h1 {
    display: none;
  }

  #SPlogo{
    display: block;
    max-width: 100%;
  }

  #winkPaochan{
    display: none;
  }
}

@media (max-width: 900px) {
  .StrongPoints{
    flex-direction: column;
    align-items: center;
    
  }
.details{
  flex-direction: column;
  align-items: center;
}

.detail{
  padding: 0;
  position: static;
}

}



/* スマホ版↓ */
@media (max-width: 625px) {
  .topThundercrest {
    display: none;
  }

  .SPtopThundercrest {
    display: block;
    max-width: 100%;
  }
.StrongPoint {
  width: 100%;
}


.menu {
  width: 90%;

}

.setmenu1 img,.setmenu2 img{
  width: 99%;
}

.setmenu3{
  padding-left: 0;
}
}

/* --- 雷紋（ラーメンマーク）ループ用の新設定 --- */

/* PC版：上と下の設定 */
.thundercrest-loop-top,
.thundercrest-loop-bottom {
  width: 100%;
  height: 30px; /* ★画像の高さに合わせてサイズ調整してね */
  background-image: url("../images/thundercrest_02.png");
  background-repeat: round no-repeat;
  background-size: auto 100%;
  display: block;
}

/* スマホ版：上と下の設定 */
.SPthundercrest-loop-top,
.SPthundercrest-loop-bottom {
  width: 100%;
  height: 20px; /* ★スマホ画像の高さに合わせてサイズ調整してね */
  background-image: url("../images/SP/SPthundercres_01.png");
  background-repeat: round no-repeat;
  background-size: auto 100%;
  display: none; /* 初期状態ではスマホ版を隠す */
}

/* すき間の微調整 */
.thundercrest-loop-top,
.SPthundercrest-loop-top {
  margin-bottom: 0px; /* 上の雷紋とロゴのすき間 */
}
.thundercrest-loop-bottom,
.SPthundercrest-loop-bottom {
  margin-top: 20px; /* 下の雷紋と文字のすき間 */
}

/* スマホサイズ（画面幅625px以下）になった時の切り替え */
@media (max-width: 625px) {
  .thundercrest-loop-top,
  .thundercrest-loop-bottom {
    display: none !important; /* PC版を非表示 */
  }
  .SPthundercrest-loop-top,
  .SPthundercrest-loop-bottom {
    display: block !important; /* スマホ版を表示 */
  }
}

/* 上のラーメンマークの「上側」に赤色の余白を作る */
.toppage {
  background-color: #DC2E13; /* 画像と同じ赤色 */
  padding-top: 8px;         /* ★ここの数値を大きくすると、上の赤余白が広がります */
}