:root {
  --grey: #8b8888;
  --dark-khaki: #cbb967;
  --white-smoke: #eee;
  --white: white;
  --pale-goldenrod: #dfd29a;
  --black: black;
  --steel-blue: #2a8ec9;
  --light-grey: #cacaca;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.what {
  grid-template-rows: auto;
  margin: 24px 0 0;
  padding-bottom: 47px;
  padding-left: 200px;
  padding-right: 200px;
}

.ramen01 {
  transition: all .35s;
}

.ramen01:hover {
  box-shadow: 1px 1px 3px 0 var(--grey);
  transform: translate(0, -7px);
}

.ramen02 {
  transition: all .35s;
}

.ramen02:hover {
  box-shadow: 1px 1px 3px 0 var(--grey);
  transform: translate(0, -7px);
}

.slider {
  height: 800px;
  margin-top: 0;
  padding-top: 0;
  top: 0;
}

.slide {
  background-image: url('../images/1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  position: static;
}

.slide-2 {
  background-image: url('../images/2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/3_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/4_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/5_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-7 {
  background-color: #0000;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container-9 {
  background-color: #ffffffc7;
  border: 1px #0000;
  padding-right: 130px;
}

.nav-link-3 {
  border-bottom: 2px solid var(--dark-khaki);
  margin-right: 8px;
  padding-top: 31px;
  padding-bottom: 31px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: var(--grey);
  background-color: #0000;
  border-radius: 0;
  overflow: visible;
}

.brand-3 {
  object-fit: cover;
}

.nav-link-4 {
  border-bottom: 2px solid var(--dark-khaki);
  margin-right: 8px;
  padding-top: 31px;
  padding-bottom: 31px;
}

.nav-link-4:hover {
  color: var(--grey);
}

.nav-link-5 {
  border-bottom: 2px solid var(--dark-khaki);
  margin-right: 8px;
  padding-top: 31px;
  padding-bottom: 31px;
}

.nav-link-5:hover {
  color: var(--grey);
}

.image-3 {
  display: none;
}

.copy_1 {
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 100px;
  padding-right: 100px;
}

.copy_2 {
  display: none;
}

.footer {
  background-color: var(--white-smoke);
  text-align: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
}

.foter-heading_2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-10 {
  margin-bottom: 23px;
}

.text-block-2 {
  border-top: 1px solid var(--white);
  margin-top: 42px;
  margin-bottom: -50px;
}

.heading {
  color: #3330;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.div-block {
  padding-left: 0;
}

.div-block-2 {
  margin-right: 88px;
}

.list {
  padding-left: 0;
}

.osirase {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/osirase.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  height: auto;
  margin-top: 0;
}

.tenpo {
  background-color: var(--white);
  height: 900px;
  margin-top: -87px;
}

.main-copy {
  background-color: var(--white);
  height: auto;
  margin-top: 0;
}

.container-12 {
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle {
  border-bottom: 2px solid var(--dark-khaki);
  margin-right: 8px;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-right: 40px;
}

.dropdown-toggle:hover {
  color: var(--grey);
}

.dropdown-list {
  background-color: #f0d3d3;
}

.dropdown-list.w--open {
  background-color: #fcfcfc;
}

.dropdown-list.w--open:hover {
  background-color: #fff;
}

.shin:hover {
  background-color: var(--dark-khaki);
}

.shin.w--current:hover, .man:hover, .san:hover {
  background-color: var(--dark-khaki);
  color: var(--white);
}

.kacho:hover, .higashi:hover, .sara:hover, .san_eki:hover, .abe:hover, .yanagi:hover, .yuan:hover, .mika_naka:hover {
  background-color: var(--dark-khaki);
  color: #fff;
}

.top_ramen {
  background-image: url('../images/18178343_2000_2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  margin-top: 0;
  display: flex;
}

.columns {
  width: 1100px;
  max-width: none;
  margin: 117px auto -139px;
  display: flex;
}

.columns-2 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.tensu {
  background-color: var(--white);
  height: 650px;
  margin-top: 0;
  padding-top: 6px;
}

.paragraph {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 17px;
  line-height: 40px;
}

.men_copy {
  margin-top: 29px;
  margin-left: 0;
}

.paragraph-2 {
  width: auto;
  margin-top: -23px;
  margin-left: 87px;
  padding-top: 0;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.men_2 {
  background-color: var(--white);
  height: 650px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}

.name {
  margin-top: 86px;
  margin-left: -63px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
}

.image-20 {
  opacity: 1;
  mix-blend-mode: normal;
}

.image-21 {
  margin-top: 226px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.hyo {
  margin: 200px auto 152px;
  padding-left: 0;
}

.div-block-10 {
  background-image: url('../images/osirase.jpg');
  background-position: 50%;
  background-size: contain;
  height: 550px;
  margin-top: -9px;
}

.heading-6 {
  border-bottom: 1px solid var(--grey);
  text-align: center;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-6 {
  text-align: justify;
}

.columns-4 {
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-7 {
  text-align: center;
  margin: 0 auto;
  padding-top: 4px;
  padding-bottom: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-12 {
  border-top: 1px solid var(--grey);
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-8 {
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.heading-7 {
  margin-top: 0;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.columns-5 {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 35px;
  display: flex;
}

.heading-8 {
  color: var(--pale-goldenrod);
  text-align: center;
}

.tenpo_11 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 27px;
  padding-bottom: 62px;
  transition: all .65s;
  display: flex;
}

.tenpo_11:hover {
  box-shadow: 1px 1px 3px -12px #000;
}

.column-5 {
  flex-direction: row;
  align-items: flex-start;
  display: block;
}

.container-18 {
  opacity: 1;
  flex-direction: row;
  justify-content: center;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-18:hover {
  filter: none;
}

.link-block-2 {
  background-color: #0000;
  height: auto;
}

.link-block-3 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.tenpo_11_sma {
  padding-top: 27px;
  display: none;
}

.paragraph-9 {
  color: var(--white);
  text-align: center;
  white-space: normal;
  margin-top: 10px;
  padding-top: 0;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-13 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.image-42 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  display: block;
}

.column-10, .column-11 {
  height: 300px;
}

.paragraph-10 {
  margin-top: 1px;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.image-45 {
  margin-top: -21px;
}

._790yen {
  margin-top: -90px;
}

.top_ramen-_sma {
  background-image: url('../images/18178343_2000.jpg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  margin-top: 53px;
  display: none;
}

.tensu-_sma {
  margin-top: -58px;
  display: none;
}

.paragraph-11 {
  display: none;
}

.list-3 {
  padding-left: 0;
}

.link-2 {
  color: #080808;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.link-2:hover {
  color: var(--steel-blue);
}

.footer_2 {
  background-color: #e7e7e7;
  height: auto;
  margin-top: 0;
}

.paragraph-12 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-17 {
  background-color: #0000;
  height: 50px;
  margin-top: 60px;
}

.link-4 {
  color: var(--steel-blue);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-18 {
  z-index: -1;
  background-image: url('../images/what_ramen_1.avif');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.section-15 {
  background-color: var(--white);
  height: auto;
  margin-top: -4px;
  margin-bottom: 0;
  padding-top: 65px;
  padding-bottom: 0;
}

.mm_photo {
  z-index: -1;
  background-image: url('../images/back_minato_men_1.avif');
  background-position: 50% 0;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.container-23 {
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.yo_haku {
  height: 50px;
}

.ten_1 {
  border: 8px solid var(--dark-khaki);
  border-radius: 14px;
  height: 300px;
  margin-top: 66px;
  padding-top: 65px;
}

.mika_01 {
  text-align: justify;
  margin-top: 18px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 17px;
  line-height: 40px;
}

.waku_3_1 {
  border: 8px solid var(--pale-goldenrod);
  text-align: justify;
  border-radius: 20px;
  height: 350px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.m_1_photo {
  z-index: -1;
  background-image: url('../images/3_h_DSC6961.jpg');
  background-position: 0 0;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.shin_photo {
  z-index: -1;
  background-image: url('../images/shingetu_DSC6859.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.copy_man-copy {
  text-align: justify;
  margin-top: -50px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 16.5px;
  line-height: 40px;
}

.mikaduki_men {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.man_men2, .shin_men {
  margin-top: -84px;
  margin-left: -41px;
  margin-right: auto;
  display: block;
}

.container-23-mika {
  background-color: #e9e9e9;
  height: 70px;
  margin-top: 60px;
  padding-top: 0;
}

.kacho_photo {
  z-index: -1;
  background-image: url('../images/kacho_ime.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.ten_kacho {
  border: 8px solid var(--dark-khaki);
  border-radius: 14px;
  height: 300px;
  margin-top: 66px;
  padding-top: 65px;
}

.waku_abe {
  border: 8px solid var(--pale-goldenrod);
  text-align: justify;
  border-radius: 20px;
  height: 200px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.abe_01-copy {
  text-align: justify;
  margin-top: 18px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 17px;
  line-height: 40px;
}

.section-16-shin, .section-16-_man, .section-16-_kacho, .section-16-_3_1, .section-16-_abe {
  background-color: var(--white);
  height: 400px;
  margin-top: -46px;
}

.token_01-copy {
  text-align: justify;
  margin-top: 18px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 17px;
  line-height: 40px;
}

.token_ime {
  z-index: -1;
  background-image: url('../images/token_DSC4256.jpg');
  background-position: 0 0;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.abe_ime {
  z-index: -1;
  background-image: url('../images/abe_DSC7411_1.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.section-16-_token {
  background-color: var(--white);
  height: 400px;
  margin-top: -46px;
}

.senryu_men {
  margin-top: -28px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.waku_sarashina {
  border: 8px solid var(--pale-goldenrod);
  text-align: justify;
  border-radius: 20px;
  height: 250px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.sarashina_01copy {
  text-align: justify;
  margin-top: 11px;
  margin-bottom: -20px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 17px;
  line-height: 40px;
}

.midorigaoka_ime {
  z-index: -1;
  background-image: url('../images/midori_thumb.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.section-16-_sarashina {
  background-color: var(--white);
  height: 400px;
  margin-top: -46px;
}

.senryu_ime {
  z-index: -1;
  background-image: url('../images/sen_ime.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.section-16-_senryu {
  background-color: var(--white);
  height: 400px;
  margin-top: -46px;
}

.waku_mikaduki_e {
  border: 8px solid var(--pale-goldenrod);
  text-align: justify;
  border-radius: 20px;
  height: 300px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.waku_mika_e {
  border: 8px solid var(--pale-goldenrod);
  text-align: justify;
  border-radius: 20px;
  height: 164px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.mika_e_men {
  margin-top: -77px;
  margin-left: 25px;
  margin-right: auto;
  display: block;
}

.mika_e_copy {
  margin-top: 9px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 17px;
  line-height: 40px;
}

.section-16-_mika_e {
  background-color: var(--white);
  height: 400px;
  margin-top: -46px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 900px;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section-17 {
  height: 900px;
}

.columns-10 {
  flex-direction: column;
  align-items: center;
  margin-top: 303px;
  display: flex;
}

.image-49 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-9 {
  text-align: center;
}

.mika_h_tensyu {
  width: auto;
  margin-top: 115px;
  margin-left: 87px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.tobira {
  background-color: var(--white);
  height: auto;
  margin-top: 352px;
}

.whats_ome {
  z-index: -1;
  background-image: url('../images/3_h_DSC6961.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  margin-top: 0;
  position: fixed;
  inset: 0 0% 0%;
}

.heading-11 {
  color: var(--black);
  text-align: center;
  border-bottom: 1px dotted #000;
  margin-top: 367px;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 10px;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.list-item-2 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.list-item-3 {
  text-align: justify;
  margin-bottom: 38px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.bold-text {
  color: var(--dark-khaki);
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-size: 24px;
}

.container-24 {
  padding-top: 49px;
}

.list-4 {
  margin-top: 42px;
}

.whats_ome_sma {
  z-index: -1;
  background-image: url('../images/3_h_DSC6961.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.lottie-animation {
  width: 30px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-14 {
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
}

.kai_ime {
  z-index: -1;
  background-image: url('../images/kai_DSC_0467.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  margin-top: 0;
  position: fixed;
  inset: 0 0% 0%;
}

.kai_ime_sma {
  z-index: -1;
  background-image: url('../images/3_h_DSC6961.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.div-block-24 {
  margin-top: -46px;
}

.section-26, .section-27 {
  height: 300px;
}

.image-38-copy2 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .425s;
}

.image-38-copy2:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: difference;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy-3 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .375s;
}

.image-38-copy-3:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: difference;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy4 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .425s;
}

.image-38-copy4:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: difference;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy5 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
}

.image-38-copy5:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: difference;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy6 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .375s;
}

.image-38-copy6:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: difference;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy7 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .375s;
}

.image-38-copy7:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: difference;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy8 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
}

.image-38-copy8:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: difference;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy9 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .375s;
}

.image-38-copy9:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: difference;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy10 {
  mix-blend-mode: normal;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .375s;
}

.image-38-copy10:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: difference;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy11 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
}

.image-38-copy11:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: exclusion;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copys1 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copys1:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copys2 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copys2:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy-s3 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copy-s3:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copys4 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copys4:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copys5 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copys5:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copys6 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copys6:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copys7 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copys7:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copys8 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copys8:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copys9 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copys9:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copys10 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copys10:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copys11 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.image-38-copys11:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: normal;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38-copy1 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .425s;
}

.image-38-copy1:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: difference;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-21-copy {
  margin-top: 226px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.midorigaoka_ime-copy {
  z-index: -1;
  background-image: url('../images/midori_thumb.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.midorigaoka_ime-copy.sarasina_ime {
  background-image: url('../images/sarashina_ime.jpg');
}

.nakamati_ime {
  z-index: -1;
  background-image: url('../images/nakamati_thumb.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.mika_e_ime-copy, .tukemendo_me-copy-copy {
  z-index: -1;
  background-image: url('../images/tukemendo_thumb2.jpg');
  background-position: 0%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.button-2 {
  color: var(--grey);
  background-color: #ffffffc2;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  transition: all .5s;
  display: block;
}

.button-2:hover {
  color: var(--white);
  background-color: #cb8167;
}

.div-block-25 {
  text-align: center;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.map_link {
  width: 400px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-50 {
  border: 1px dotted var(--grey);
  border-radius: 13px;
  transition: all .5s;
}

.image-50:hover {
  box-shadow: 3px 3px 3px 0 var(--grey);
  opacity: 1;
  transform: scale(1.03);
}

.paragraph-11-naka {
  display: none;
}

.section-28 {
  background-color: #ffffffbd;
  flex-direction: column;
  align-items: center;
  height: 300px;
  display: flex;
}

.paragraph-15 {
  text-align: center;
  padding-top: 12px;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.section-28-sma {
  background-color: #ffffffbd;
  height: 300px;
  display: none;
}

.mika_e_ime-copy {
  z-index: -1;
  background-image: url('../images/mika_e_ime.jpg');
  background-position: 0%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.waku_mika_e-copy {
  border: 8px solid var(--pale-goldenrod);
  text-align: justify;
  border-radius: 20px;
  height: 350px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-copy {
  border: 8px solid var(--pale-goldenrod);
  border-radius: 20px;
  height: 250px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.waku_token_token-copy {
  border: 8px solid var(--pale-goldenrod);
  text-align: justify;
  border-radius: 20px;
  height: 250px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.waku_sarashina-copy {
  border: 8px solid var(--pale-goldenrod);
  text-align: justify;
  border: 8px solid var(--pale-goldenrod);
  text-align: justify;
  border-radius: 20px;
  height: 200px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph-16 {
  color: #fff;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.button-5 {
  background-color: #d44b4bcf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
  position: relative;
}

.button-5:hover {
  background-color: #6dd44bcf;
}

.div-block-27 {
  width: 500px;
}

.grid-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1.25fr 1fr;
  margin-left: 60px;
}

.html-embed {
  display: block;
}

.sma_ver {
  display: none;
}

.link-6 {
  color: #eff83d;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-2 {
  color: #fafc8a;
}

.link-7 {
  color: #feffb4;
  font-weight: 700;
  text-decoration: none;
}

.div-block-29 {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image-51 {
  opacity: 1;
  outline-offset: 0px;
  border-radius: 0;
  outline: 3px #00e;
  margin-top: 0;
  transition: all .475s;
}

.image-51:hover {
  transform: scale(1.07);
}

.paragraph-19 {
  border-top: 1px dotted var(--dark-khaki);
  text-align: center;
  margin-top: 12px;
  padding-top: 10px;
}

.link-8 {
  text-decoration: none;
}

.bold-text-3 {
  color: #c3bd46;
}

.lottie-animation-2 {
  z-index: -2;
  opacity: .61;
  width: 250px;
  margin-top: 49px;
  margin-bottom: 0;
  position: relative;
}

.image-52 {
  margin-top: -49px;
  margin-left: -603px;
}

.image-53 {
  margin-top: -67px;
  margin-right: -622px;
}

.link-block-5 {
  width: 150px;
  height: 150px;
  margin-top: -201px;
}

.paragraph-20, .paragraph-20-copy {
  width: 70%;
  margin: 40px auto 0;
}

.image-38_1 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
}

.image-38_1:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: exclusion;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.image-38_2 {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
}

.image-38_2:hover {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  mix-blend-mode: exclusion;
  outline: 3px #00e;
  transform: translate(0, -10px);
}

.container-20_sho {
  margin-top: 34px;
}

.ten_1_2025 {
  border: 8px solid var(--dark-khaki);
  border-radius: 14px;
  height: 340px;
  margin-top: 0;
  padding-top: 65px;
}

._790yen-2025 {
  margin-top: -90px;
}

.men_2_2025 {
  background-color: var(--white);
  height: 650px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}

.code-embed {
  margin-top: 20px;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 40px;
  display: grid;
}

.quick-stack {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  padding-top: 0;
}

.shogets:hover, .minato:hover {
  background-color: var(--dark-khaki);
  color: #fff;
}

.copy_man_minato {
  text-align: justify;
  margin-top: -50px;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 16.5px;
  line-height: 40px;
}

.heading-sio, .heading-kara {
  border-bottom: 1px solid var(--grey);
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-10-_minato {
  background-image: url('../images/osirase.jpg');
  background-position: 50%;
  background-size: contain;
  height: 550px;
  margin-top: -9px;
}

.section-16-_minato {
  background-color: var(--white);
  height: 400px;
  margin-top: -46px;
}

.ten_1_2025_2 {
  border: 8px solid var(--dark-khaki);
  border-radius: 14px;
  height: 400px;
  margin-top: 0;
  padding-top: 65px;
  padding-left: 26px;
  padding-right: 26px;
}

.mm_photo_shogetsu {
  z-index: -1;
  background-image: url('../images/shogetsu_main_1.avif');
  background-position: 50% 0;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.mm_photo-mangetsu {
  z-index: -1;
  background-image: url('../images/man_DSC5449.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.div-block-10-copy {
  background-image: url('../images/osirase.jpg');
  background-position: 50%;
  background-size: contain;
  height: 550px;
  margin-top: -9px;
}

.tenpo-copy {
  background-color: var(--white);
  height: 900px;
  margin-top: -87px;
}

.div-block-10-copy-copy {
  background-image: url('../images/osirase.jpg');
  background-position: 50%;
  background-size: contain;
  height: 550px;
  margin-top: -9px;
}

.paragraph-7-copy {
  text-align: center;
  margin: 0 auto;
  padding-top: 4px;
  padding-bottom: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-21 {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 0;
  font-size: 13px;
}

.paragraph-22 {
  text-align: center;
  margin-top: 28px;
  font-size: 13px;
}

.paragraph-23, .paragraph-24 {
  text-align: center;
  margin-top: 31px;
  font-size: 13px;
}

.paragraph-25 {
  text-align: center;
  margin-top: 23px;
  font-size: 13px;
}

.paragraph-26 {
  text-align: center;
  margin-top: 27px;
  font-size: 13px;
}

.paragraph-27 {
  text-align: center;
  margin-top: 43px;
  font-size: 13px;
}

.paragraph-28 {
  text-align: center;
  margin-top: 32px;
  font-size: 13px;
}

.paragraph-29 {
  text-align: center;
  margin-top: 33px;
  font-size: 13px;
}

.paragraph-30 {
  text-align: center;
  margin-top: 29px;
  font-size: 13px;
}

.paragraph-31 {
  text-align: center;
  margin-top: 38px;
  font-size: 13px;
}

.paragraph-32 {
  text-align: center;
  margin-top: 37px;
  font-size: 13px;
}

.paragraph-33 {
  text-align: center;
  margin-top: 36px;
  font-size: 13px;
}

.paragraph-34 {
  text-align: center;
  margin-top: 31px;
  font-size: 13px;
}

.paragraph-2-copy {
  width: auto;
  margin-top: -52px;
  margin-left: 87px;
  padding-top: 0;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .what {
    margin: 20px 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    height: 600px;
  }

  .nav-link-3 {
    text-align: center;
    background-color: #fff;
    margin-left: 16px;
  }

  .nav-link-4, .nav-link-5 {
    text-align: center;
    background-color: #fff;
    margin-left: 16.7882px;
  }

  .menu-button-2 {
    padding: 23px 28px;
  }

  .image-3 {
    display: none;
  }

  .icon {
    font-size: 40px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .copy_1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .copy_2 {
    display: none;
  }

  .footer {
    margin-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    padding-right: 0;
  }

  .footer-logo-link {
    margin-top: -14px;
    margin-bottom: 0;
    margin-left: 197px;
    position: relative;
    top: -7px;
    left: 18px;
  }

  .footer-image {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    color: #3330;
  }

  .div-block {
    margin-top: 76px;
    margin-bottom: -8px;
    margin-left: -499px;
    padding-left: 0;
    position: relative;
    left: 27px;
  }

  .div-block-2 {
    margin-top: 75px;
    margin-left: 0;
    margin-right: 82px;
    padding-right: 0;
    position: relative;
    left: -19px;
  }

  .div-block-3 {
    margin-top: 76px;
    margin-left: 1px;
    position: relative;
    left: -1px;
  }

  .osirase {
    background-size: cover;
    flex-direction: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .tenpo {
    padding-bottom: 0;
  }

  .top_ramen {
    height: 600px;
    margin-top: 0;
  }

  .columns-2 {
    width: auto;
    padding-right: 20px;
    display: flex;
  }

  .tensu {
    height: 580px;
    margin-top: -12px;
    display: block;
  }

  .paragraph {
    width: auto;
    margin-right: 0;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 14px;
    font-size: 15px;
    line-height: 30px;
  }

  .men_copy {
    margin-left: 19px;
  }

  .paragraph-2 {
    margin-top: -48px;
  }

  .men_2 {
    height: 650px;
    margin-top: 0;
  }

  .name {
    margin-top: 92px;
  }

  .image-21 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hyo {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 129px;
  }

  .div-block-10 {
    height: 470px;
  }

  .heading-6 {
    line-height: 30px;
  }

  .columns-4 {
    margin-top: 48px;
  }

  .paragraph-7 {
    padding-top: 5px;
  }

  .div-block-12 {
    width: auto;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .columns-5 {
    flex-direction: column;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 28px;
    padding-right: 28px;
    display: block;
  }

  .tenpo_11 {
    height: auto;
    margin-right: 0;
    padding: 46px 0 0;
  }

  .column-5 {
    background-position: 50%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: block;
  }

  .column-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-18 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    margin-bottom: -2px;
    padding: 8px 44px 25px 23px;
  }

  .tenpo_11_sma {
    height: 450px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .paragraph-9 {
    padding-top: 33px;
  }

  .div-block-13 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .container-20 {
    margin-top: -24px;
  }

  .paragraph-10 {
    margin-top: 27px;
  }

  ._790yen {
    margin-top: -50px;
    margin-left: 31px;
  }

  .top_ramen-_sma {
    height: 400px;
    margin-top: 53px;
  }

  .tensu-_sma {
    margin-top: 118px;
    display: none;
  }

  .paragraph-11 {
    display: none;
  }

  .div-block-17 {
    margin-top: 0;
    font-size: 12px;
  }

  .section-15 {
    padding-bottom: 8px;
  }

  .yo_haku {
    height: 10px;
  }

  .ten_1 {
    height: 250px;
    margin-top: 172px;
    padding-top: 64px;
  }

  .mika_01 {
    width: auto;
    margin-top: 8px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 14px;
    font-size: 15px;
    line-height: 30px;
  }

  .waku_3_1 {
    flex-direction: column;
    height: 290px;
    margin-top: 154px;
    padding-left: 0;
    display: block;
    position: static;
    left: 155px;
    right: 8px;
  }

  .copy_man-copy {
    font-size: 15px;
    line-height: 30px;
  }

  .mikaduki_men {
    margin-top: -1px;
    margin-left: 1px;
    display: inline-block;
  }

  .man_men2 {
    margin-top: -27px;
    margin-left: 8px;
    display: inline-block;
  }

  .shin_men {
    margin-top: -12px;
    margin-left: -8px;
    display: inline-block;
  }

  .container-23-mika {
    height: 103px;
  }

  .ten_kacho {
    height: 250px;
    margin-top: 172px;
    padding-top: 64px;
  }

  .waku_abe {
    flex-direction: column;
    height: 180px;
    margin-top: 154px;
    padding-left: 0;
    display: block;
    position: static;
    left: 155px;
    right: 8px;
  }

  .abe_01-copy {
    width: auto;
    margin-top: 8px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 14px;
    font-size: 15px;
    line-height: 30px;
  }

  .section-16-shin, .section-16-_man, .section-16-_kacho, .section-16-_3_1, .section-16-_abe {
    height: 300px;
    margin-top: -63px;
  }

  .token_01-copy {
    width: auto;
    margin-top: 8px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 14px;
    font-size: 15px;
    line-height: 30px;
  }

  .section-16-_token {
    height: 300px;
    margin-top: -63px;
  }

  .senryu_men {
    margin-top: -1px;
    margin-left: 1px;
    display: inline-block;
  }

  .waku_sarashina {
    flex-direction: column;
    height: 220px;
    margin-top: 154px;
    padding-left: 0;
    display: block;
    position: static;
    left: 155px;
    right: 8px;
  }

  .sarashina_01copy {
    width: auto;
    margin-top: 8px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 14px;
    font-size: 15px;
    line-height: 30px;
  }

  .section-16-_sarashina {
    height: 300px;
    margin-top: -63px;
  }

  .section-16-_senryu {
    height: 300px;
    margin-top: -63px;
  }

  .waku_mikaduki_e {
    flex-direction: column;
    height: 260px;
    margin-top: 154px;
    padding-left: 0;
    display: block;
    position: static;
    left: 155px;
    right: 8px;
  }

  .waku_mika_e {
    flex-direction: column;
    height: 200px;
    margin-top: 86px;
    padding-left: 0;
    display: block;
    position: static;
    left: 155px;
    right: 8px;
  }

  .mika_e_men {
    margin-top: -1px;
    margin-left: 1px;
    display: inline-block;
  }

  .mika_e_copy {
    padding-top: 19px;
    padding-left: 16px;
    padding-right: 18px;
    font-size: 15px;
    line-height: 30px;
  }

  .section-16-_mika_e {
    height: 300px;
    margin-top: -63px;
  }

  .mika_h_tensyu {
    margin-top: 85px;
  }

  .tobira {
    height: auto;
    margin-top: 464px;
  }

  .container-24 {
    padding-top: 42px;
  }

  .image-38-copy1:hover {
    mix-blend-mode: difference;
  }

  .image-21-copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .midorigaoka_ime-copy.sarasina_ime {
    background-image: url('../images/sarashina_ime.jpg');
  }

  .nakamati_ime {
    background-image: url('../images/nakamati_thumb.jpg');
  }

  .mika_e_ime-copy, .tukemendo_me-copy-copy {
    background-position: 50%;
  }

  .map_link {
    margin-top: 0;
  }

  .paragraph-11-naka {
    display: none;
  }

  .mika_e_ime-copy {
    background-position: 50%;
  }

  .waku_mika_e-copy {
    flex-direction: column;
    height: 350px;
    margin-top: 86px;
    padding-left: 0;
    display: block;
    position: static;
    left: 155px;
    right: 8px;
  }

  .column-copy {
    height: 250px;
    margin-top: 154px;
    padding-left: 0;
    position: static;
    left: 155px;
    right: 8px;
  }

  .waku_token_token-copy {
    flex-direction: column;
    height: 220px;
    margin-top: 154px;
    padding-left: 0;
    display: block;
    position: static;
    left: 155px;
    right: 8px;
  }

  .waku_sarashina-copy {
    flex-direction: column;
    height: 180px;
    margin-top: 154px;
    padding-left: 0;
    display: block;
    position: static;
    left: 155px;
    right: 8px;
  }

  .div-block-27 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-9 {
    flex-direction: column;
    align-items: center;
    margin-right: 60px;
    display: flex;
  }

  .paragraph-20 {
    width: 80%;
    padding-bottom: 40px;
  }

  .paragraph-20-copy {
    padding-bottom: 40px;
  }

  .container-20_sho {
    margin-top: -24px;
  }

  .ten_1_2025 {
    height: 310px;
    margin-top: 20px;
    padding-top: 64px;
  }

  ._790yen-2025 {
    margin-top: -50px;
    margin-left: 31px;
  }

  .men_2_2025 {
    height: 600px;
    margin-top: 0;
  }

  .code-embed {
    height: auto;
    margin-top: 13px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-30 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .copy_man_minato {
    font-size: 15px;
    line-height: 30px;
  }

  .heading-sio, .heading-kara {
    line-height: 30px;
  }

  .div-block-10-_minato {
    height: 470px;
  }

  .section-16-_minato {
    height: 300px;
    margin-top: -63px;
  }

  .ten_1_2025_2 {
    height: 460px;
    margin-top: 20px;
    padding-top: 64px;
  }

  .div-block-10-copy {
    height: 470px;
  }

  .tenpo-copy {
    padding-bottom: 0;
  }

  .div-block-10-copy-copy {
    height: 470px;
  }

  .paragraph-7-copy {
    padding-top: 5px;
  }

  .paragraph-27 {
    margin-top: 34px;
  }

  .paragraph-2-copy {
    margin-top: -48px;
  }
}

@media screen and (max-width: 767px) {
  .what {
    margin: -6px 20px;
  }

  .slider {
    height: 400px;
  }

  .nav-link-3 {
    text-align: center;
    background-color: #fff;
    margin-left: auto;
  }

  .brand-3 {
    padding-left: 0;
  }

  .nav-link-4, .nav-link-5 {
    text-align: center;
    background-color: #fff;
  }

  .menu-button-2 {
    margin-right: -120px;
    padding: 23px 22px 14px;
    font-size: 24px;
  }

  .image-2 {
    max-width: 79%;
    margin-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .image-3 {
    display: none;
  }

  .icon {
    font-size: 40px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .copy_1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy_2 {
    display: none;
  }

  .footer {
    margin-top: 0;
    padding: 40px 20px;
  }

  .footer-logo-link {
    margin-top: 3px;
    margin-left: 109px;
    left: 5px;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block {
    margin-top: 83px;
    margin-left: -451px;
    padding-left: 12px;
    position: static;
  }

  .div-block-2 {
    margin-top: 83px;
    margin-left: -20px;
    margin-right: 18px;
    position: static;
  }

  .div-block-3 {
    margin-top: 83px;
    margin-left: -13px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .osirase {
    background-size: cover;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tenpo {
    height: auto;
    margin-top: -359px;
    padding-bottom: 25px;
  }

  .top_ramen {
    display: none;
  }

  .columns {
    flex-direction: column;
    flex: 1;
    width: auto;
    padding-top: 80px;
  }

  .columns-2 {
    flex-direction: column;
    margin-top: -32px;
    margin-bottom: -68px;
    padding-top: 0;
    display: flex;
  }

  .tensu {
    margin-top: 854px;
    display: none;
  }

  .paragraph {
    padding-top: 10px;
    padding-left: 172px;
    padding-right: 13px;
    font-size: 14px;
  }

  .men_copy {
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .men_2 {
    height: 600px;
    margin-top: 86px;
  }

  .name {
    margin-top: 38px;
    margin-bottom: 0;
    margin-left: 173px;
    padding-bottom: 0;
  }

  .image-20 {
    margin-top: -115px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-21 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .hyo {
    margin: 220px 40px 0;
    padding-top: 0;
    position: relative;
    top: auto;
  }

  .div-block-10 {
    height: auto;
    padding-bottom: 22px;
  }

  .heading-6 {
    color: var(--white);
    margin-top: 7px;
    font-size: 14px;
    line-height: 30px;
    overflow: visible;
  }

  .paragraph-6 {
    color: var(--white);
  }

  .columns-4 {
    margin-top: 12px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .paragraph-7 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 21px;
    padding-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-12 {
    margin-top: 200px;
  }

  .heading-7 {
    margin-top: 17px;
  }

  .columns-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 60px;
    display: flex;
  }

  .heading-8 {
    margin-top: 78px;
  }

  .tenpo_11 {
    height: auto;
  }

  .column-5 {
    margin-top: 42px;
    display: flex;
  }

  .column-6 {
    flex-direction: column;
    display: flex;
  }

  .container-18 {
    height: auto;
  }

  .tenpo_11_sma {
    display: none;
  }

  .paragraph-9 {
    padding-top: 33px;
  }

  .div-block-13 {
    padding-right: 0;
  }

  .image-42 {
    margin-top: 0;
    margin-bottom: -71px;
  }

  .container-20 {
    margin-top: 9px;
  }

  .paragraph-10 {
    text-align: center;
    margin-top: 67px;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top_ramen-_sma {
    width: auto;
    height: 800px;
    margin-top: -119px;
    display: block;
  }

  .tensu-_sma {
    background-color: var(--white);
    height: 900px;
    margin-top: -2px;
    display: block;
  }

  .image-46 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-11 {
    color: var(--black);
    text-align: justify;
    letter-spacing: normal;
    text-indent: 6px;
    column-count: auto;
    background-color: #ffffffab;
    margin-top: -437px;
    padding: 24px 40px 29px;
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-size: 16px;
    line-height: 25px;
    display: block;
    position: relative;
  }

  .footer_2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    inset: auto 0%;
  }

  .div-block-17 {
    margin-top: 0;
  }

  .image-47 {
    width: 300px;
  }

  .container-23 {
    background-color: #0000;
    height: 100px;
    margin-top: -31px;
  }

  .mika_01 {
    padding-top: 10px;
    padding-left: 172px;
    padding-right: 13px;
    font-size: 14px;
  }

  .waku_3_1 {
    border-style: none;
    flex-direction: column;
    height: auto;
    margin-top: -425px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mikaduki_men, .man_men2, .shin_men {
    margin-top: -33px;
    display: inline-block;
  }

  .container-23-mika {
    background-color: #0000;
    height: 100px;
    margin-top: -30px;
  }

  .waku_abe {
    border-style: none;
    flex-direction: column;
    height: auto;
    margin-top: -425px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .abe_01-copy {
    padding-top: 10px;
    padding-left: 172px;
    padding-right: 13px;
    font-size: 14px;
  }

  .section-16-shin {
    margin-top: -32px;
  }

  .section-16-_man {
    margin-top: -30px;
  }

  .section-16-_kacho {
    margin-top: -69px;
  }

  .section-16-_3_1 {
    margin-top: -25px;
  }

  .section-16-_abe {
    margin-top: -115px;
  }

  .token_01-copy {
    padding-top: 10px;
    padding-left: 172px;
    padding-right: 13px;
    font-size: 14px;
  }

  .section-16-_token {
    margin-top: -82px;
  }

  .senryu_men {
    margin-top: -33px;
    display: inline-block;
  }

  .waku_sarashina {
    border-style: none;
    flex-direction: column;
    height: auto;
    margin-top: -425px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sarashina_01copy {
    padding-top: 10px;
    padding-left: 172px;
    padding-right: 13px;
    font-size: 14px;
  }

  .section-16-_sarashina {
    margin-top: -82px;
  }

  .waku_sarashina-copy {
    border-style: none;
    flex-direction: column;
    height: auto;
    margin-top: -425px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-16-_senryu {
    margin-top: -82px;
  }

  .waku_mikaduki_e, .waku_mika_e {
    border-style: none;
    flex-direction: column;
    height: auto;
    margin-top: -425px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mika_e_men {
    margin-top: -33px;
    display: inline-block;
  }

  .section-16-_mika_e {
    margin-top: -59px;
  }

  .tobira {
    margin-top: 500px;
  }

  .whats_ome {
    display: none;
  }

  .heading-11 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-24 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .whats_ome_sma {
    display: block;
  }

  .paragraph-14 {
    color: var(--black);
  }

  .kai_ime {
    display: none;
  }

  .kai_ime_sma {
    background-image: url('../images/kai_sma_DSC_0467.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    display: block;
  }

  .image-38-copy1:hover {
    mix-blend-mode: difference;
  }

  .image-21-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 142px;
    display: block;
  }

  .midorigaoka_ime-copy.sarasina_ime {
    background-image: url('../images/sarashina_ime.jpg');
  }

  .mika_e_ime-copy, .tukemendo_me-copy-copy {
    background-position: 50%;
  }

  .map_link {
    width: 300px;
  }

  .paragraph-11-naka {
    color: var(--black);
    text-align: justify;
    letter-spacing: normal;
    text-indent: 6px;
    column-count: auto;
    background-color: #ffffffab;
    margin-top: -437px;
    padding: 24px 40px 29px;
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-size: 16px;
    line-height: 25px;
    display: block;
    position: relative;
  }

  .section-28, .section-28-sma {
    height: 250px;
  }

  .mika_e_ime-copy {
    background-position: 50%;
  }

  .waku_mika_e-copy, .column-copy, .waku_token_token-copy, .waku_sarashina-copy, .waku_sarashina-copy {
    border-style: none;
    flex-direction: column;
    height: auto;
    margin-top: -425px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-29 {
    margin-top: -34px;
  }

  .image-52 {
    margin-left: -453px;
  }

  .image-53 {
    margin-right: -449px;
  }

  .paragraph-20 {
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 51px;
  }

  .paragraph-20-copy {
    margin-bottom: 0;
    padding-bottom: 51px;
  }

  .container-20_sho {
    margin-top: 9px;
  }

  .image-46_2025 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .men_2_2025 {
    height: 550px;
    margin-top: 86px;
  }

  .div-block-30 {
    flex-flow: column;
    grid-template-columns: .5fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-sio, .heading-kara {
    color: var(--white);
    margin-top: 7px;
    font-size: 14px;
    line-height: 30px;
    overflow: visible;
  }

  .div-block-10-_minato {
    height: auto;
    padding-bottom: 22px;
  }

  .section-16-_minato {
    margin-top: -30px;
  }

  .div-block-10-copy {
    height: auto;
    padding-bottom: 22px;
  }

  .tenpo-copy {
    height: auto;
    margin-top: -359px;
    padding-bottom: 25px;
  }

  .div-block-10-copy-copy {
    height: auto;
    padding-bottom: 22px;
  }

  .paragraph-7-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 21px;
    padding-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-21 {
    margin-top: 11px;
  }

  .paragraph-22 {
    margin-top: 15px;
  }

  .paragraph-23 {
    margin-top: 19px;
  }

  .paragraph-24 {
    margin-top: 26px;
  }

  .paragraph-25 {
    margin-top: 11px;
  }

  .paragraph-26 {
    margin-top: -6px;
  }

  .paragraph-27 {
    margin-top: 4px;
  }

  .paragraph-28 {
    margin-top: -4px;
  }

  .paragraph-29 {
    margin-top: 18px;
  }

  .paragraph-30 {
    margin-top: 2px;
  }

  .paragraph-31 {
    margin-top: 5px;
  }

  .paragraph-32, .paragraph-33 {
    margin-top: 2px;
  }

  .paragraph-34 {
    margin-top: -5px;
  }
}

@media screen and (max-width: 479px) {
  .what {
    flex-direction: column;
    margin: -17px auto;
    padding-top: 37px;
    padding-left: 18px;
    padding-right: 16px;
    display: flex;
  }

  .slider {
    height: 600px;
    margin-top: 0;
  }

  .slide {
    background-image: url('../images/s1_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px #000;
  }

  .slide-2 {
    background-image: url('../images/s2_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/s3_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/s4_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/s5_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .navbar-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    background-color: #fbfbfb8c;
    margin-left: -1px;
    padding-left: 0;
  }

  .nav-link-3 {
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-4 {
    text-align: center;
    background-color: #fbfbfb;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-5 {
    text-align: center;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-2 {
    text-align: left;
    padding: 13px 18px;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    display: block;
  }

  .icon {
    font-size: 27px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .copy_1 {
    padding-left: 73px;
    padding-right: 73px;
    display: none;
  }

  .copy_2 {
    margin-top: 46px;
    margin-bottom: 46px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
  }

  .footer {
    text-align: left;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
    margin-left: 38px;
    margin-right: 24px;
    left: -6px;
  }

  .foter-heading_2 {
    margin-top: 20px;
  }

  .text-block-2 {
    text-align: center;
    margin-top: 59px;
    font-size: 10px;
  }

  .heading {
    display: none;
  }

  .div-block {
    text-align: center;
    margin-top: 1px;
    margin-left: 0;
    padding-left: 0;
    left: 0;
  }

  .div-block-2 {
    text-align: center;
    margin-left: 0;
  }

  .div-block-3 {
    text-align: center;
    margin-top: -2px;
    margin-left: -3px;
    padding-left: 0;
    position: static;
    left: 0;
  }

  .list {
    margin-top: -78px;
  }

  .osirase {
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    margin-top: 298px;
  }

  .tenpo {
    margin-top: -372px;
    padding-bottom: 26px;
  }

  .dropdown-toggle {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 60px;
    display: block;
  }

  .dropdown-toggle.w--open, .dropdown-list.w--open {
    text-align: center;
  }

  .shin {
    text-align: center;
    max-width: 100%;
  }

  .man, .san, .kacho, .higashi, .sara, .san_eki, .abe, .yanagi, .yuan, .mika_naka {
    text-align: center;
  }

  .top_ramen {
    display: none;
  }

  .columns {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .columns-2 {
    justify-content: center;
    align-items: center;
  }

  .tensu {
    display: none;
  }

  .men_copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .men_2 {
    height: 650px;
    margin-top: -112px;
  }

  .image-20 {
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image-21 {
    margin-top: -3px;
    padding-top: 0;
    padding-bottom: 84px;
    position: static;
    overflow: hidden;
  }

  .hyo {
    height: auto;
    margin: 202px 0 258px;
    padding-top: 0;
    top: 28px;
    overflow: visible;
  }

  .div-block-10 {
    height: 650px;
    margin-bottom: 0;
  }

  .heading-6 {
    height: auto;
    overflow: hidden;
  }

  .columns-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-7 {
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .div-block-12 {
    margin-top: 316px;
  }

  .heading-7 {
    margin-top: 19px;
  }

  .columns-5 {
    justify-content: center;
    align-items: center;
    margin-top: 21px;
    display: block;
  }

  .heading-8 {
    font-size: 27px;
  }

  .tenpo_11 {
    display: none;
  }

  .column-5 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    flex-direction: column;
    align-items: stretch;
    margin-top: -2px;
    position: relative;
  }

  .container-18 {
    background-color: #0000;
    margin-top: 28px;
    margin-bottom: 1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tenpo_11_sma {
    background-color: var(--white);
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-9 {
    padding-top: 24px;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .column-11 {
    margin-top: -116px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-10 {
    text-align: center;
    margin-top: -1px;
    margin-bottom: 41px;
    font-size: 17px;
    line-height: 20px;
  }

  ._790yen {
    margin-top: 0;
    margin-left: 0;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top_ramen-_sma {
    background-position: 50%;
    background-size: cover;
    height: 700px;
  }

  .tensu-_sma {
    height: 800px;
    margin-top: -54px;
    display: block;
  }

  .image-46 {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-11 {
    outline-offset: 0px;
    color: var(--black);
    text-align: justify;
    background-color: #ffffffa6;
    border-radius: 15px;
    outline: 3px #000;
    height: auto;
    margin-top: -340px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 20px 15px;
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
  }

  .footer_2 {
    flex-flow: column;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .paragraph-12 {
    padding-top: 87px;
  }

  .div-block-17 {
    border: 1px #000;
    height: auto;
    margin-top: 0;
  }

  .image-47 {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-15 {
    padding-top: 20px;
  }

  .container-23 {
    background-color: #0000;
    height: 120px;
    margin-top: 11px;
  }

  .yo_haku {
    display: none;
  }

  .container-23-mika {
    background-color: #0000;
    height: 120px;
    margin-top: 165px;
    padding-top: 0;
  }

  .section-16-shin {
    margin-top: -150px;
  }

  .section-16-_man {
    margin-top: -110px;
  }

  .section-16-_kacho, .section-16-_3_1 {
    margin-top: -165px;
  }

  .section-16-_abe {
    margin-top: -331px;
  }

  .section-16-_token {
    margin-top: -273px;
  }

  .midorigaoka_ime {
    background-image: url('../images/midori_thumb.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .section-16-_sarashina {
    margin-top: -294px;
  }

  .section-16-_senryu {
    margin-top: -275px;
  }

  .section-16-_mika_e {
    margin-top: -316px;
  }

  .tobira {
    margin-top: 339px;
  }

  .heading-11 {
    margin-top: 300px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
  }

  .list-item-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text {
    font-size: 20px;
  }

  .list-4 {
    margin-top: 12px;
  }

  .whats_ome_sma {
    background-image: url('../images/3_h_DSC6961_sma2.png');
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
    display: block;
  }

  .lottie-animation {
    width: 25px;
    margin-top: 25px;
  }

  .paragraph-14 {
    color: var(--white);
  }

  .kai_ime_sma {
    background-image: url('../images/kai_sma_DSC_0467.jpg');
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  .image-38-copys1 {
    transition-property: all;
  }

  .image-38-copys1:hover {
    mix-blend-mode: difference;
  }

  .image-38-copys2 {
    transition-property: all;
  }

  .image-38-copys2:hover {
    mix-blend-mode: difference;
  }

  .image-38-copy-s3 {
    transition-property: all;
  }

  .image-38-copy-s3:hover {
    mix-blend-mode: difference;
  }

  .image-38-copys4 {
    transition-property: all;
  }

  .image-38-copys4:hover {
    mix-blend-mode: difference;
  }

  .image-38-copys5 {
    transition-property: all;
  }

  .image-38-copys5:hover {
    mix-blend-mode: difference;
  }

  .image-38-copys6 {
    transition-property: all;
  }

  .image-38-copys6:hover {
    mix-blend-mode: difference;
  }

  .image-38-copys7 {
    transition-property: all;
  }

  .image-38-copys7:hover {
    mix-blend-mode: difference;
  }

  .image-38-copys8 {
    transition-property: all;
  }

  .image-38-copys8:hover {
    mix-blend-mode: difference;
  }

  .image-38-copys9 {
    transition-property: all;
  }

  .image-38-copys9:hover {
    mix-blend-mode: difference;
  }

  .image-38-copys10 {
    transition-property: all;
  }

  .image-38-copys10:hover {
    mix-blend-mode: difference;
  }

  .image-38-copys11 {
    transition-property: all;
  }

  .image-38-copys11:hover {
    mix-blend-mode: difference;
  }

  .image-21-copy {
    margin-top: 0;
    padding-top: 112px;
    position: static;
    overflow: hidden;
  }

  .midorigaoka_ime-copy {
    background-image: url('../images/midori_thumb.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .midorigaoka_ime-copy.sarasina_ime {
    background-image: url('../images/sarashina_ime.jpg');
    background-position: 50% 0;
  }

  .nakamati_ime {
    background-image: url('../images/nakamati_thumb.jpg');
    background-position: 50% 100%;
    background-size: auto;
  }

  .mika_e_ime-copy, .tukemendo_me-copy-copy {
    background-position: 50%;
  }

  .div-block-25 {
    width: 240px;
  }

  .map_link {
    width: 250px;
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-50 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-11-naka {
    outline-offset: 0px;
    color: var(--black);
    text-align: justify;
    background-color: #ffffffa6;
    border-radius: 15px;
    outline: 3px #000;
    height: auto;
    margin-top: -309px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 20px 15px;
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
  }

  .section-28 {
    display: none;
  }

  .paragraph-15 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .section-28-sma {
    height: 250px;
    display: block;
  }

  .mika_e_ime-copy {
    background-position: 50%;
  }

  .paragraph-16 {
    width: 95%;
  }

  .button-5 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-27 {
    width: 100%;
  }

  .grid-9 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .html-embed {
    display: none;
  }

  .sma_ver {
    display: block;
  }

  .bold-text-2 {
    font-size: 14px;
  }

  .div-block-29 {
    margin-top: -21px;
  }

  .image-51 {
    width: 100px;
    margin-top: 0;
  }

  .paragraph-19 {
    width: 90%;
  }

  .link-8 {
    font-size: 14px;
  }

  .lottie-animation-2 {
    width: 200px;
    margin-top: -3px;
  }

  .image-52 {
    width: 50px;
    margin-left: -243px;
  }

  .image-53 {
    width: 50px;
    margin-top: -48px;
    margin-right: -225px;
  }

  .link-block-5 {
    width: 100px;
    height: 100px;
    margin-top: -152px;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .paragraph-20-copy {
    width: 90%;
    padding-bottom: 20px;
    font-size: 12px;
  }

  ._790yen-2025 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-46_2025 {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .men_2_2025 {
    height: 500px;
    margin-top: -112px;
  }

  .div-block-30 {
    flex-flow: column;
    display: flex;
  }

  .div-block-31 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .shogets, .minato {
    text-align: center;
  }

  .heading-sio, .heading-kara {
    height: auto;
    overflow: hidden;
  }

  .div-block-10-_minato {
    height: 483.133px;
    margin-bottom: 0;
  }

  .section-16-_minato {
    margin-top: -21px;
  }

  .div-block-10-copy {
    height: 650px;
    margin-bottom: 0;
  }

  .tenpo-copy {
    margin-top: -383px;
    padding-bottom: 26px;
  }

  .div-block-10-copy-copy {
    height: 500px;
    margin-bottom: 0;
  }

  .paragraph-7-copy {
    margin-top: 41px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .paragraph-22 {
    margin-top: 51px;
  }

  .paragraph-23 {
    margin-top: 53px;
  }

  .paragraph-24 {
    margin-top: 58px;
  }

  .paragraph-25 {
    margin-top: 43px;
  }

  .paragraph-26 {
    margin-top: 30px;
  }

  .paragraph-27 {
    margin-top: 13px;
  }

  .paragraph-28 {
    margin-top: 16px;
  }

  .paragraph-29 {
    margin-top: 51px;
  }

  .paragraph-30 {
    margin-top: 33px;
  }

  .paragraph-32 {
    margin-top: 25px;
  }

  .paragraph-33 {
    margin-top: 14px;
  }

  .paragraph-34 {
    margin-top: -19px;
  }
}

#w-node-f289eea6-981e-32b9-3555-90cc1c211799-142a29ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b2562c8-2b8d-15c1-5d2b-ea4a0e463a1a-142a29ff {
  justify-self: end;
}

#w-node-_2f28ac22-a9ab-5c73-b4bf-8ca351ae9ec1-142a29ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ee5f000d-86c8-af08-a25e-e2316619a81d-9ed6e94a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-ee5f000d-86c8-af08-a25e-e2316619a81d-9ed6e94a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }
}


