@charset "utf-8";
/* CSS Document */
/*共通　-----------------------------*/
div#dcms_layoutPageBlockPasteArea {
  font-family:
    "Noto Sans JP", "Source Han Sans JP", "M PLUS 1p", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #102647;
  line-height: 1.8;
  background-color: #fff;
  font-size: 1.6rem;
}
#dcms_layoutPageBlock img {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: auto;
  display: inline-block;
}
#dcms_layoutPageBlock h1, #dcms_layoutPageBlock h2, #dcms_layoutPageBlock h3 {
  margin: 0;
  letter-spacing: 0;
}
#dcms_layoutPageBlock ul {
  list-style: none;
}
.u-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
section {
  width: 100%;
  padding: 0;
  margin: 0px;
}
section:not(:first-child):not(:nth-last-child(2)) {
  margin-top: 80px;
}
.inner_moichido {
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
  position: relative; /* 念のため */
}
ruby rt {
  text-align: center;
  width: auto;
  min-width: 0;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 1000px) {
  div#dcms_layoutPageBlockPasteArea {}
  section:not(:first-child):not(:nth-last-child(2)) {
    margin-top: 50px;
  }
  .inner_moichido {
    padding: 20px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*------------------------

h2

---------------------------*/
div[class$="__title"] {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; /* 横方向中央揃え */
  justify-content: flex-start;
  margin-bottom: 30px;
}
div[class$="__title"] h2 {
  font-size: 4rem;
  font-weight: 900;
}
div[class$="__title"] rt {
  font-size: 1.2rem;
  text-align: center;
  width: auto;
  min-width: 0;
}
div[class$="__title"] span {
  color: #67c146;
}
div[class$="__title"]::before {
  content: "";
  display: block;
  width: 90px;
  height: 84px;
  background: url('../image/moichido_miadshi-icon.png') no-repeat center/contain;
  margin-bottom: 8px;
}
/**/
.section-title_eyec {
  display: flex;
  justify-content: center; /* 横方向センター */
  align-items: flex-end; /* 下揃え */
  position: relative;
  gap: 0;
}
.title_eyec--l01 {
  width: 60px;
  height: 115px;
  margin-right: -10px;
  background: url("../image/moichido_title_eyec--l01.png") no-repeat center/contain;
  transform-origin: bottom center;
  animation: sway0 3s ease-in-out infinite;
  z-index: 1;
}
.title_eyec--r01 {
  width: 100px;
  height: 80px;
  background: url("../image/moichido_title_eyec--r01.png") no-repeat center/contain;
  margin-left: -10px;
  transform-origin: bottom center;
  animation: sway1 3s ease-in-out infinite;
  z-index: 2;
}
@media only screen and (max-width: 769px) {
  div[class$="__title"] h2 {
    font-size: 3.2rem;
  }
  div[class$="__title"]::before {
    width: 70px;
  }
}
#moichido--main {
  padding-top: 100px !important;
}
@media only screen and (max-width: 1150px) {
  #moichido--main {
    padding-top: 60px !important;
  }
}
/*----------------------------------

mv

------------------------------------*/
#mv {
  width: 100%;
  height: 100%; /* JSで高さ制御 */
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 上基準で縮小 */
}
.mv_item {
  width: 100%;
}
.mv_top {
  width: 100%;
  background-color: #8edcef;
  display: flex;
  flex-direction: column; /* 上→下の方向に並べる */
  justify-content: flex-end;
  padding-top: 30px;
}
.mv_top--bird {
  width: clamp(200px, 9.773rem + 13.64vw, 320px);
  height: auto;
  margin: 0px auto;
}
/*雲--------------------------------------*/
.mv_top--clouds {
  width: 100%;
  height: clamp(55px, calc(55px + ((100vw - 320px) * 0.1397)), 150px);
  background: url("../image/moichido_mv-bg_cloud.png") repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  animation: cloudScroll 100s linear infinite;
  z-index: 0;
}
/* ▼ 幅769px以下：700pxの小さい画像に差し替え */
@media (max-width: 769px) {
  .mv_top--clouds {
    background-size: auto 100%;
  }
}
@keyframes cloudScroll {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 1300px;
  }
}
.mv_middle {
  margin-top: 40px;
}
.mv_btm--logo {
  width: clamp(300px, 14.214rem + 19.35vw, 450px);
  height: auto;
  margin: 40px auto 0px !important;
}
.mv_btm-wrap {
  width: 100%;
  position: relative;
  transform-origin: top center;
  /*transform: scale(calc(min(100vw / 1000, 100vh / 1080)));*/
}
/* 下半分固定幅1000pxでセンター */
.mv_btm {
  width: 1000px;
  height: 379px;
  background-color: #fff;
  margin-top: clamp(150px, 9.773rem + 13.64vw, 80px);
  position: absolute;
  top: 0px; /* 元デザインの位置 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
/*自転車--------------------------------------*/
.mv_btm--bike {
  position: absolute;
  top: -70px;
  right: 250px;
  width: 100px;
  height: 100px;
  animation: shake 1s ease-in-out infinite;
}
.bike-body {
  width: 100px;
  height: 100px;
  background: url("../image/moichido_mv-byc1.png") no-repeat;
  background-size: auto;
  background-size: auto 100px;
  position: absolute;
}
.wheel {
  position: absolute;
  width: 37px;
  height: 37px;
  transform-origin: center center;
  animation: spin 4s linear infinite;
}
.wheel img {
  width: 37px; /* タイヤ画像のサイズに合わせて調整 */
  height: 37px;
}
.front {
  right: -5px;
  bottom: 4px;
}
.back {
  left: 5px;
  bottom: 4px;
}
@keyframes shake {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
/* タイヤ回転 */
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.mv_btm--ground {
  width: 1000px;
  height: 379px;
}
/*木-----------------------------------------------*/
.mv_btm--tree--l01 {
  position: absolute;
  top: -60px;
  left: 30px;
  width: 93px;
  height: 115px;
  background: url("../image/moichido_mv-tree-l01.png") no-repeat center/contain;
  transform-origin: bottom center;
  animation: sway0 3s ease-in-out infinite;
  z-index: 2;
}
.mv_btm--tree--l02 {
  position: absolute;
  top: -50px;
  left: 120px;
  width: 60px;
  height: 80px;
  background: url("../image/moichido_mv-tree-l02.png") no-repeat center/contain;
  transform-origin: bottom center;
  animation: sway1 3s ease-in-out infinite;
  z-index: 3;
}
.mv_btm--tree--l03 {
  position: absolute;
  top: -25px;
  left: 175px;
  width: 48px;
  height: 62px;
  background: url("../image/moichido_mv-tree-l03.png") no-repeat center/contain;
  transform-origin: bottom center;
  animation: sway1 3s ease-in-out infinite;
  z-index: 3;
}
.mv_btm--tree--r01 {
  position: absolute;
  top: -30px;
  right: 160px;
  width: 50px;
  height: 61px;
  background: url("../image/moichido_mv-tree-r01.png") no-repeat center/contain;
  transform-origin: bottom center;
  animation: sway2 3s ease-in-out infinite;
  z-index: 2;
}
.mv_btm--tree--r02 {
  position: absolute;
  top: -60px;
  right: 110px;
  width: 61px;
  height: 85px;
  background: url("../image/moichido_mv-tree-r02.png") no-repeat center/contain;
  transform-origin: bottom center;
  animation: sway3 3s ease-in-out infinite;
  z-index: 3;
}
.mv_btm--tree--r03 {
  position: absolute;
  top: -80px;
  right: 30px;
  width: 81px;
  height: 101px;
  background: url("../image/moichido_mv-tree-r03.png") no-repeat center/contain;
  transform-origin: bottom center;
  animation: sway4 3s ease-in-out infinite;
  z-index: 3;
}
.mv_btm--tree--r04 {
  position: absolute;
  top: 215px;
  right: 80px;
  width: 70px;
  height: 85px;
  background: url("../image/moichido_mv-tree-r04.png") no-repeat center/contain;
  transform-origin: bottom center;
  animation: sway1 3s ease-in-out infinite;
  z-index: 3;
}
@keyframes sway0 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sway1 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sway2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sway3 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sway4 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 1000px) {
  .mv_item {
    transform: scale(calc(100vw / 1000));
    /* これで横幅1000px → スマホ幅360pxまで滑らかに縮む */
    height: calc(100vh / calc(100vw / 1000));
  }
}
#lead {
  background-color: #67c146;
  overflow: visible;
  background-image:
    url("../image/moichido_lead-bg--top.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto;
}
.lead--body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 50px 0px 0px;
  color: #fff;
}
.lead--text {
  width: calc(50% - 10px);
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}
.lead--text h2 {
  font-size: 4rem;
  margin-bottom: 30px !important;
}
.lead--text p {
  margin-bottom: 0.5em;
}
.lead--image {
  width: 50%;
}
.lead-brid {
  position: absolute;
  bottom: -50px;
  right: -50px;
  transform: translateX(-50%);
}
@media (max-width: 769px) {
  .lead--body {
    flex-direction: column;
    align-items: center;
  }
  .lead--image {
    width: 90%;
    text-align: center;
    order: 1;
  }
  .lead--text {
    width: 90%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 700;
    order: 2;
  }
  .lead--text h2 {
    font-size: 3rem;
    margin-bottom: 30px !important;
  }
  .lead--text p br {
    display: none;
  }
}
/*----------------------------------

lead 絵本

------------------------------------*/
#leadbook_wapper {
  overflow-x: hidden;
}
.pin-wrap {
  background-color: #67c146;
  overflow: visible;
  background-image:
    url("../image/moichido_bg__bird-large.png"), url("../image/moichido_bg--btm01.png");
  background-repeat:
    no-repeat, repeat-x;
  background-position:
    left top, center bottom;
  background-size: contain, auto 70px;
}
/* 固定ピンエリア */
#leadbook {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin: 0px;
  background-color: #67c146;
  background-image: url("../image/moichido_lead-bg--btm.png");
  background-repeat: repeat-x;
  background-position: center bottom; /* 上中央、下中央 */
  background-size: auto;
}
.pin-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/* book-wrap は左基準、縦中央 */
.book-wrap {
  position: absolute;
  left: 0;
  display: flex;
  align-items: flex-start;
  height: auto;
  will-change: transform;
  transform-origin: left top;
}
.book {
  flex-shrink: 0;
  width: 1000px;
  height: 600px;
  margin-right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
}
.lead__book__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.lead__book__image {
  width: 50%;
}
.lead__book__text {
  width: calc(50% - 10px);
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}
.lead__book__text h2 {
  font-size: 4rem;
  margin-bottom: 30px !important;
}
/*-----------------------------------

YouTube

-------------------------------------*/
.movie {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video__list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.video__list li {
  width: 100%; /* gapの片側ぶん引いて2列に */
  max-width: 740px;
  box-sizing: border-box;
}
/* 動画をレスポンシブに表示 */
.video__frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 のアスペクト比 */
  height: 0;
  overflow: hidden;
}
.video__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.movie_bg1, .movie_bg2 {
  position: absolute;
  width: 25%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* 左 */
.movie_bg1 {
  top: 0;
  left: 0;
  background-image: url("../image/moichido_bg__tree_set-l.png");
  background-size: contain;
}
/* 右 */
.movie_bg2 {
  bottom: 0;
  right: 0;
  background-image: url("../image/moichido_bg__tree_set-r.png");
  background-size: contain;
}
@media (max-width: 769px) {
  section#movie {
    margin-top: 0px !important;
    padding: 80px 0px;
  }
  .movie {
    background-position: left top, right bottom;
  }
  /* 左 */
  .movie_bg1 {
    top: -100px;
  }
  /* 右 */
  .movie_bg2 {
    bottom: -100px;
  }
}
/*-----------------------------------------------
#about
------------------------------------------------*/
#about {
  background-color: #8edcef;
  color: #fff;
  background-image: url("../image/moichido_bg--kumo--top.png"), url("../image/moichido_bg--kumo--btm.png");
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  background-size: auto, auto;
  padding: 80px 0;
  position: relative;
}
.about__title {
  width: 500px;
  margin: 0 auto !important;
}
.about__title::before {
  content: none !important;
}
.about__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.about__image {
  width: 50%;
}
.about__text {
  width: calc(50% - 10px);
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}
.about__text p {
  margin-bottom: 0.5em;
}
.about__bg--bird {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 1;
}
@media (max-width: 769px) {
  section#about {
    margin-top: 0px;
  }
  #about {
    background-size: 130%, 130%;
  }
  .about__bg--bird {
    bottom: 0;
    left: 20%;
  }
  .about__body {
    flex-direction: column;
    align-items: center;
  }
  .about__title {
    width: 70%;
    margin: 0 auto;
  }
  .about__image, .about__text {
    width: 90%;
    text-align: center;
  }
  .about__text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 700;
  }
  .about__text p br {
    display: none;
  }
}
/*-----------------------------------------------
#lineup
------------------------------------------------*/
#lineup {
  background-image: url("../image/moichido_bg_lineup.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.lineup-list li.lineup-item {
  flex: 0 0 calc((100% - 30px) / 4);
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid #67c146;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.lineup-list li.lineup-item img {
  padding: 10px 0;
}
.lineup-item__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0.5em;
}
.lineup-item__name {
  font-size: clamp(1.4rem, 1.246rem + 0.77vw, 1.8rem);
}
.lineup-item__detail {
  font-size: clamp(1.2rem, 0.969rem + 1.16vw, 1.6rem);
}
.lineup-item__detail br {
  display: none;
}
.lineup-item__image {
  max-width: 100%;
  height: auto;
}
.lineup-item__button {
  width: 100%;
  border: none;
  border-radius: 0 0 6px 6px;
  padding: 5px 0;
  position: relative;
  transition: background-color 0.4s ease, color 0.4s ease;
  background-color: #efefef;
}
.lineup-item__button:hover {
  background-color: #cccccc;
}
.lineup-item__button::before {
  content: ">";
  margin-right: 0.4em;
  font-weight: 700;
}
@media (max-width: 768px) {
  #lineup {
    background-size: 150%;
  }
  .lineup-list li.lineup-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
  .lineup-item__detail br {
    display: block;
  }
}
@media (max-width: 480px) {
  #lineup {
    background-size: 300%;
  }
}
/*-----------------------------------------------
#eco
------------------------------------------------*/
.eco-list {
  margin-bottom: 20px;
}
.eco-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.eco-item__image {
  width: 50%;
  border: 2px solid #67c146;
  border-radius: 10px;
  padding: 20px 0px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eco-item__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.eco-item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eco-item__title {
  font-size: 2.5rem;
  color: #67c146;
  margin-bottom: 1em !important;
}
.eco-item__body h3, .eco-item__body p {
  margin: 0;
}
.eco-item__body p span {
  display: block;
  font-size: 1.2rem;
}
.eco-item:nth-child(even) .eco-item__image {
  order: 2;
}
.eco-item:nth-child(even) .eco-item__body {
  order: 1;
  text-align: left;
}
@media (max-width: 768px) {
  .eco-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .eco-item {
    flex-direction: column; /* 中身を縦並び */
    align-items: center; /* 中央寄せ */
    width: calc(50% - 10px); /* 横2列 */
    box-sizing: border-box;
  }
  .eco-item__title {
    font-size: 2rem;
  }
  .eco-item__image, .eco-item__body {
    width: 100%;
    height: auto;
    order: unset !important;
  }
  .eco-item:nth-child(even) .eco-item__image {
    order: 1;
  }
  .eco-item__body, .eco-item:nth-child(even) .eco-item__body {
    order: 2;
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .eco-item {
    width: 100%;
  }
}
/*-----------------------------------------------
#exp
------------------------------------------------*/
.exp__intro {
  text-align: center;
}
.exp__image-moichido {
  margin: 40px 0px;
}
.exp__content {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f3f5ee;
  border-radius: 20px;
  padding: 20px;
}
.exp__image-poly {
  width: 500px;
}
.exp__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4rem;
}
.exp__title {
  font-size: 2rem;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .exp__intro {
    text-align: left;
  }
  .exp__intro br {
    display: none;
  }
  .exp__content {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 0px;
  }
  .exp__image-poly {
    order: 2;
    width: 100%;
  }
  .exp__text {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
/*-----------------------------------------------
#qualitycheck
------------------------------------------------*/
#qualitycheck p {
  text-align: center;
}
.qualitycheck-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.qualitycheck-item {
  width: calc(50% - 10px);
}
.qualitycheck-item__title {
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  background-image: url("../image/moichido_qualitycheck-h3--bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 60px;
  padding-top: 20px;
}
.qualitycheck-item__image {
  border: 5px solid #67c146;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.qualitycheck-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;
}
@media (max-width: 768px) {
  #qualitycheck p {
    text-align: left;
  }
  #qualitycheck p br {
    display: none;
  }
  #qualitycheck ul {
    flex-direction: column;
    align-items: center;
  }
  #qualitycheck ul li {
    width: 100%;
  }
}
/*-----------------------------------------------
#communicate
------------------------------------------------*/
#communicate ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
#communicate ul li {
  width: calc(50% - 10px);
  border: 5px solid #102647;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.communicate__name {
  font-size: 2rem;
}
@media (max-width: 768px) {
  #communicate ul {
    flex-direction: column;
    align-items: center;
  }
  #communicate ul li {
    width: 100%;
  }
}
/*-----------------------------------------------
#shop
------------------------------------------------*/
#shop {
  background-color: #67c146;
  background-image: url("../image/moichido_bg--kumo--top.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto;
  padding-top: clamp(40px, 5vw, 20px);
  position: relative;
  padding-bottom: 30px;
}
.shop__title {
  color: #fff;
}
.shop__title::before {
  content: none !important;
}
.shop-list {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.shop-list li:not(:last-child) {
  margin-bottom: 20px;
}
.shop-list dt {
  font-weight: bold;
}
.shop-list dd {
  display: inline-block;
}
.shop-list dd:not(:last-child)::after {
  content: "/";
  padding-left: 8px;
}
.shop-list .row:nth-child(3n) {
  display: block;
}
.shop-notice {
  color: #fff;
  font-size: 1.2rem;
}
.shop-notice li::before {
  content: "※";
  text-indent: -1em;
}
/*-----------------------------------------------
#contact
------------------------------------------------*/
#contact {
  background-color: #0b2545;
  color: #fff;
  position: relative;
  padding: 40px 0px;
}
#contact::after {
  content: "";
  background-image: url("../image/moichido_contact-bg--btm.png");
  position: absolute;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}
#contact .section-title h2 {
  font-size: 3.5rem;
}
#contact .section-title::before {
  content: none;
}
.contact-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contact-body__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-body__tel-number {
  font-size: 5.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 55px;
  display: flex;
  align-items: center;
}
.contact-body__tel-number::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../image/moichido_contact-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-body__tel-number:hover {
  text-decoration: underline;
  color: #fff;
}
.contact-body__tel-hour {
  font-size: 1.4rem;
  margin: 0;
}
.contact-body__form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-body__form-btn {
  display: inline-block;
  padding: 18px 40px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease;
}
.contact-body__form-btn:hover {
  background: #666;
}
@media (max-width: 768px) {
  .contact_list {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_list-tel, .contact_list-form {
    width: 100%;
  }
  .contact__title h2 {
    font-size: 2rem !important;
  }
  .contact-body__tel-number {
    font-size: 3.5rem;
  }
  .contact-body__tel-number::before {
    width: 35px;
    height: 35px;
  }
  .contact-body__form-btn {
    width: 100%;
    display: block;
    text-align: center;
  }
}
/*-------
bird
---------*/
.bird {
  position: absolute;
  left: -100px; /* 画面外から */
  top: 10%;
  font-size: 40px;
  z-index: 99;
}
/*-------------------------------------------------

sns

-----------------------------------------------*/
ul.sns__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 0px;
}
ul.sns__list li {
  width: calc(25% - 7.5px);
}
.sns__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 40px;
  padding: 10px;
  color: #ffffff !important;
}
#dcms_layoutPageBlockul .sns__list li a {
  color: #fff !important;
}
ul.sns__list li a:hover {
  opacity: 0.6;
}
.sns__item--twitter a {
  background-color: #000;
}
.sns__item--facebook a {
  background-color: #1877F2;
}
.sns__item--pinterest a {
  background-color: #DC0000;
}
.sns__item--line a {
  background-color: #06C755;
}
@media (max-width: 767px) {
  ul.sns__list li {
    width: calc(50% - 5px);
  }
}
@media (max-width: 480px) {
  ul.sns__list li a {
    min-height: 4em;
    line-height: 1.4;
  }
}