:root {
  --white-smoke: #ededed;
  --dark-slate-gray: #4a4a4a;
  --black: #1a1d2ef7;
  --gray: #828282;
  --gainsboro: #dedede;
  --white-smoke-2: #f2f2f2;
  --sky-blue: #6ecde0;
  --sandy-brown: #dba94b;
  --dark-gray: #adafb3;
  --white-smoke-3: #ebebeb;
  --light-gray: #d4d8d9;
  --dark-gray-2: #969799;
  --gainsboro-2: #e2e2e2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 44px;
  display: block;
}

h2 {
  color: #1a1d2ef7;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

h5 {
  float: none;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #777;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: #dba94b;
  text-transform: none;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 400;
}

li {
  color: #777;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
}

img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
}

strong {
  color: #666;
  font-size: 14px;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #dba94b;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 22px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00c2a2;
  border-radius: 7px;
  margin-top: 59px;
  padding: 15px 35px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all .7s;
  display: inline-block;
  box-shadow: 0 2px #02967e;
}

.button:hover {
  background-color: #828282;
  box-shadow: 0 2px #696969;
}

.button.hero-button {
  box-shadow: none;
  background-color: #0000;
  border: 2px solid #dba94b;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  transition: background-color .5s;
  display: inline-block;
}

.button.hero-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #dba94b;
  border-color: #dba94b;
}

.button.hero-button.w--current {
  margin-bottom: 0;
}

.button.hero-button.blog {
  color: #000;
  margin: 30px auto 0;
}

.button.hero-button._2 {
  background-color: #dba94b;
  margin-top: 20px;
}

.button.hero-button._2:hover {
  border-style: none;
  border-color: #573c09ad;
}

.hero-section {
  text-align: center;
  background-image: linear-gradient(#0006, #0006);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 100%;
  position: relative;
}

.hero-section.about {
  background-image: url('../images/wall-4.jpg');
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.hero-section.blog {
  background-image: url('../images/123-min.jpeg');
  height: auto;
  padding-bottom: 100px;
}

.hero-section.menus {
  background-image: url('../images/paso_header.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 100px;
}

.hero-section.menus._2 {
  background-image: url('../images/back_harihari.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 550px;
}

.hero-section.menus._3 {
  background-image: url('../images/biyo_header.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  border-top-style: none;
  height: 550px;
}

.hero-section.menus._4 {
  background-image: url('../images/rinpaheader2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
}

.hero-section.menus._5 {
  background-image: url('../images/paso_header2.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section.menus._6 {
  background-image: url('../images/golf_header.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-section.menus._7 {
  background-image: url('../images/head_header2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-section.menus._8 {
  background-image: url('../images/visitor_head.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 550px;
  display: block;
}

.hero-section.menus._9 {
  background-image: linear-gradient(#0006, #0006), url('../images/company_head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.menus._10 {
  background-image: linear-gradient(#0003, #0003), url('../images/staff_head2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 550px;
}

.hero-section.menus._11 {
  background-image: linear-gradient(#0003, #0003), url('../images/ten4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 550px;
}

.hero-section.menus._12 {
  background-image: url('../images/qa_header.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 550px;
}

.hero-section.menus._13 {
  background-image: url('../images/inqback.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  height: 550px;
}

.hero-section.menus._116 {
  background-image: url('../images/koronatop.jpg'), linear-gradient(#0006, #0006), url('../images/paso_header.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.hero-section.menus._16 {
  background-image: url('../images/you_back.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-section.menus._20 {
  background-image: url('../images/child_header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 550px;
}

.hero-section.menus._14 {
  background-image: linear-gradient(#0003, #0003), url('../images/company_head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 550px;
}

.hero-section.elements {
  background-image: url('../images/Dollarphotoclub_60566232.min-min.jpg');
  background-attachment: fixed;
  padding-bottom: 100px;
}

.hero-section._2 {
  background-image: linear-gradient(#0000, #0000), url('../images/nasu.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section._15 {
  background-image: linear-gradient(#0006, #0006);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.hero-section._15.menus {
  background-image: linear-gradient(#0006, #0006), url('../images/colm_back.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 550px;
}

.hero-section._8 {
  display: none;
}

.hero-section._5 {
  height: 300px;
  position: static;
  overflow: hidden;
}

.hero-section._16 {
  background-image: url('../images/esthe_visitor_header.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 550px;
}

.hero-section._17 {
  background-image: url('../images/header_kotsuban2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 550px;
}

.hero-section._18 {
  background-image: url('../images/header_ninkatsu.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.hero-section._19 {
  background-image: url('../images/header_matanity.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 550px;
}

.hero-section._20 {
  background-image: url('../images/header_seitai.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 550px;
}

.hero-section._21 {
  background-image: url('../images/children.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 550px;
  display: block;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  padding-top: 35px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  overflow: visible;
}

.logo {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Great Vibes, cursive;
  font-size: 30px;
  font-weight: 400;
  transition: color .5s;
  position: static;
}

.logo:hover {
  color: #dba94b;
}

.logo.big {
  margin-top: 0;
  padding-top: 3px;
  font-size: 50px;
}

.logo.big.contact {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.upper-heading {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  text-shadow: 0 1px 4px #000000f7;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.upper-heading.title {
  color: var(--dark-slate-gray);
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 23px;
  font-weight: 300;
}

.upper-heading.title.new {
  margin-top: 75px;
}

.upper-heading.title._2 {
  color: #9cc;
}

.upper-heading.hero {
  color: #dba94b;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 300;
}

.upper-heading.about {
  color: #dba94b;
  text-shadow: 1px 1px 6px #828282;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 400;
}

.upper-heading.about._2 {
  color: #9cc;
}

.upper-heading.title {
  color: #80a0e0;
  letter-spacing: 2px;
  text-transform: none;
  text-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.upper-heading.title._22 {
  text-align: left;
}

.upper-heading.hero {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 1px 6px var(--black);
  margin-top: 5px;
  margin-bottom: 30px;
  padding-top: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.section {
  background-image: url('../images/concrete_seamless.png');
  background-position: 50%;
  background-size: 200px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.about-ferrano {
  text-align: center;
  background-color: #0000;
  background-image: none;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 0;
  transition-property: all;
  display: flex;
}

.section {
  opacity: 1;
  background-image: none;
  padding-top: 90px;
  padding-bottom: 90px;
  transition: background-color .5s;
}

.section.clients {
  background-image: linear-gradient(#1a1d2ebf, #11131ff2), url('../images/8-min.jpg');
  background-position: 0 0, 50% 22%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.clients._2 {
  background-image: linear-gradient(#1a1d2ebf, #11131ff2), url('../images/top_back.jpg');
  background-size: auto, cover;
}

.colum-facts {
  text-align: center;
  border: 1px #dba94b;
  border-right: 2px solid #dba94b4d;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .5s;
  position: relative;
}

.colum-facts:hover {
  border: 0 #dba94b;
  border-right: 2px solid #dba94b4d;
}

.colum-facts.last {
  border-right-style: none;
}

.colum-facts.last:hover {
  border-right-style: none;
  border-right-width: 0;
}

.numbers {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
}

.white-title {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 300;
}

.white-title.fact {
  color: #dba94b;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 700;
  transition: all .5s;
}

.white-title.second {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 700;
}

.menu-button {
  display: block;
}

.circle-icon-block {
  float: none;
  background-color: #dba94b;
  border: 1px solid #adafb3;
  border-radius: 22px;
  width: 50px;
  height: 50px;
  transition: border-color 1s, box-shadow 1s;
}

.circle-icon-block:hover {
  border-color: #00c2a2;
  transition: none;
  box-shadow: 0 0 2px 1px #adafb378;
}

.circle-icon-block.social {
  text-align: center;
  background-color: #dba94b;
  border: 0 #dba94b;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  margin: 20px 3px;
  transition: background-color .5s;
}

.circle-icon-block.social:hover {
  box-shadow: none;
  background-color: #1a1d2ef7;
  transition: none;
}

.circle-icon-block.social.contact {
  float: none;
  background-color: #0000;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.circle-icon-block.social.contact:hover {
  box-shadow: none;
  background-color: #dba94b;
}

.color-stripe {
  opacity: 1;
  background-image: linear-gradient(#1a1d2e40, #1a1d2e40), url('../images/ten2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 180px;
  padding-bottom: 180px;
}

.color-stripe._2 {
  background-image: linear-gradient(#1a1d2e17, #1a1d2e17), url('../images/wall-3.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.color-stripe._3 {
  background-image: linear-gradient(#1a1d2e40, #1a1d2e40), url('../images/wall-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.team-name {
  color: #1a1d2ef7;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 700;
}

.team-tittle {
  float: none;
  color: #dba94b;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 20px;
  font-weight: 300;
}

.social-icon {
  opacity: 1;
  width: 15px;
  margin: 10px 8px 8px;
  transition: opacity .7s;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.line {
  margin-top: 8px;
}

.testimonials-text {
  float: none;
  color: #666;
  text-align: center;
  height: 170px;
  margin-left: 70px;
  margin-right: 70px;
  font-size: 18px;
  line-height: 24px;
}

.footer {
  color: #4a4a4a;
  background-color: #94c5d5;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 120px;
}

.copyright {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.copyright.white {
  color: #fff;
}

.nav-link {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 9px;
  margin-right: 2px;
  padding: 15px 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: color .5s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: #e8b0d3;
  letter-spacing: 2px;
  border-radius: 9px;
  text-decoration: none;
}

.nav-link.w--current {
  opacity: 1;
  color: #e8b0d3;
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.nav-link.w--current:hover {
  color: #e8b0d3;
  border-radius: 0;
  text-decoration: none;
}

.nav-link._3 {
  padding-right: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.nav-link._40 {
  color: var(--gray);
}

.icon-menu {
  color: #fff;
}

.icon-menu:hover {
  color: #dba94b;
}

.navbar-scroll {
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  background-color: #1a1d2ef7;
  background-image: url('../images/back3_03-p-500_1.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  overflow: visible;
}

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 85px;
  font-weight: 700;
}

.hero-heading.smaller {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 400;
}

.hero-heading.smaller._2 {
  letter-spacing: 10px;
}

.hero-heading.smaller._5 {
  font-size: 50px;
}

.hero-heading.smaller._7 {
  font-size: 40px;
}

.hero-heading.smaller._8 {
  margin-bottom: 10px;
}

.hero-heading.smaller._9 {
  margin-top: 0;
  font-size: 30px;
}

.hero-heading.minimal {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
}

.nav-menu.second {
  float: right;
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.slider-mask {
  border-radius: 0;
}

.testimonials {
  background-image: url('../images/Dollarphotoclub.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 90px;
}

.hero-text {
  clear: none;
  text-align: center;
  width: auto;
}

.hero-text.blog {
  background-color: #fff;
  border: 7px solid #dba94b;
  border-radius: 5px;
  margin-top: -100px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.hero-text.about {
  text-align: center;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-text._3 {
  margin-top: 60px;
}

.slide-nav {
  display: none;
}

.flower-image {
  margin-top: 150px;
  padding-top: 0;
}

.navbar-containner {
  z-index: 1000;
  background-color: #0000;
  position: relative;
  top: 0;
  left: 0;
}

.ornament {
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.ornament.fact {
  margin-top: 30px;
  margin-bottom: 40px;
}

.about-text {
  color: #666;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.about-text.reservation {
  background-image: none;
  border-top-style: none;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.about-text._2 {
  color: var(--dark-slate-gray);
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.dark-title {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 1px 6px #000;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.dark-title._2, .dark-title._6 {
  margin-bottom: 20px;
}

.logo-slide {
  background-color: #0000;
  height: auto;
}

.logo-row {
  text-align: center;
}

.section-info.contact {
  background-color: var(--white-smoke-2);
  background-image: none;
  background-position: 0 0;
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact-map-form {
  background-color: #fff;
  border: 7px solid #dba94b;
  border-radius: 5px;
  margin-top: -120px;
  padding: 30px 20px 10px;
  transition: background-color .5s;
  position: relative;
  top: -80px;
}

.info-conatct-text {
  color: #828282;
  text-align: left;
  margin-top: 90px;
}

.containner-testimonials {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonials-slide {
  background-color: #0000;
  height: 170px;
}

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

.slide-1 {
  padding-left: 70px;
  padding-right: 70px;
}

.company-text {
  color: var(--gray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.menu {
  background-image: linear-gradient(#fff9ee 53%, #fff9eecc), url('../images/gahag-0031785232.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 1px solid #faf1df;
  padding-top: 90px;
  padding-bottom: 90px;
}

.social-div {
  text-align: center;
}

.hero-containner {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 180px;
  display: block;
  position: static;
  top: 40%;
  left: auto;
}

.hero-containner._2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-containner._3 {
  padding-top: 80px;
}

.social-div-second {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 20px;
}

.submit-button {
  opacity: .85;
  text-transform: uppercase;
  background-color: #1a1d2ef7;
  border-radius: 5px;
  width: 100%;
  padding: 15px 35px;
  transition: opacity .7s;
}

.submit-button:hover {
  opacity: 1;
  background-color: #1a1d2ef7;
}

.text-field {
  color: #828282;
  border: 2px solid #e2e2e2;
  border-radius: 3px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .5s;
}

.text-field:hover {
  background-color: #f2f2f2;
}

.text-field:focus {
  border-color: #dba94b;
}

.text-area {
  color: #828282;
  border: 2px solid #e2e2e2;
  border-radius: 3px;
  min-height: 170px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .5s;
}

.text-area:hover {
  background-color: #f2f2f2;
}

.text-area:focus {
  border: 2px solid #dba94b;
}

.text-area.new {
  border: 2px solid #e2e2e2;
  min-height: 100px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-area.new:focus {
  border-color: #dba94b;
}

.success-message {
  background-color: #f2f2f2;
}

.title-plate {
  float: none;
  color: #dba94b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 300px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  display: block;
}

.title-plate.in {
  float: none;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  display: block;
}

.reservation {
  opacity: 1;
  background-image: linear-gradient(#ffffffed, #fff9ee), url('../images/photo-1426259759666-68da5c54402d-min-min.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 7px #dba94b;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.wrapper {
  margin-right: 5px;
}

.wrapper._2 {
  margin-left: 5px;
  margin-right: 0;
}

.open-reservation {
  z-index: 10;
  text-align: center;
  background-color: #0000;
  border: 2px solid #dba94b;
  border-radius: 5px;
  width: 90px;
  height: 40px;
  margin-top: 40px;
  margin-right: 20px;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.open-reservation:hover {
  background-color: #dba94b;
}

.cross {
  margin-top: 12px;
  margin-bottom: 12px;
}

.chef-image {
  float: right;
  margin-top: 70px;
  margin-bottom: 0;
}

.plate {
  text-align: center;
  background-image: url('../images/2-min-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding-top: 230px;
  padding-right: 40px;
  transition: opacity .5s;
}

.plate:hover {
  background-image: url('../images/2-min-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.form-wrapper {
  background-color: #fff;
  border: 5px solid #dba94b;
  border-radius: 5px;
  padding: 20px;
}

.menus {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/concrete_seamless.png');
  background-position: 50%;
  background-size: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.menus._3 {
  background-image: linear-gradient(#dba94b0f, #dba94b0f), url('../images/concrete_seamless.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-top: 5px dashed #dba94b;
}

.menus._5 {
  padding-bottom: 20px;
}

.menus._4 {
  border-top: 0 dashed #000;
}

.menu-tab-menu {
  text-align: center;
  height: 65px;
  margin-bottom: 50px;
}

.menu-tab-menu.w--current {
  height: 65px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.tab-menus-link {
  color: #fff;
  text-align: center;
  background-color: #dba94b;
  border-radius: 5px;
  width: 20%;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.tab-menus-link:hover {
  background-color: #c9983e;
}

.tab-menus-link.w--current {
  color: #fff;
  text-align: center;
  background-color: #1a1d2ef7;
  width: 20%;
  padding-left: 40px;
  padding-right: 40px;
}

.menu-tab-content {
  overflow: visible;
}

.container {
  width: 100%;
  max-width: 1140px;
}

.menu-image-block {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 120px;
  height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.price {
  float: right;
  color: #dba94b;
  background-color: #0000;
  border-left: 2px solid #e2e2e2;
  border-radius: 0;
  height: 80px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 0;
}

.price.inn {
  float: none;
  color: #fff;
  border-left: 0 #0000;
  border-radius: 30px;
  height: auto;
  padding: 10px 15px;
  display: inline-block;
  position: static;
}

.info-plate {
  float: none;
  color: #666;
  text-align: left;
  margin-top: 0;
  display: block;
}

.menu-list-iteam {
  float: none;
  background-color: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 5px;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.blog-image:hover {
  background-color: #dba94b;
}

.blog-section {
  background-color: #fff9ee;
  border-top: 1px solid #faf1df;
  border-bottom: 0 #0000;
  padding-top: 90px;
  padding-bottom: 90px;
}

.info-blog {
  text-align: left;
  background-color: #1a1d2ee6;
  border-left: 5px solid #dba94b;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 85%;
  margin-top: 230px;
  padding: 25px;
  display: inline-block;
}

.blog-date {
  float: none;
  color: #dba94b;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.blog-post-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  line-height: 25px;
}

.blog-link {
  text-align: left;
  width: 100%;
  height: 100%;
  transition: background-color .3s;
}

.blog-link:hover {
  background-color: #dba94b78;
}

.hero-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 7px solid #dba94b;
  height: 400px;
}

.main-section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 50px;
}

.container-blog {
  text-align: left;
  padding-left: 70px;
  padding-right: 70px;
}

.divider {
  color: #0000;
  background-color: #ececec;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.divider.elements {
  margin-top: 20px;
  margin-bottom: 20px;
}

.author-wrapper-div {
  text-align: center;
  width: 70%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-phote {
  border: 6px solid #dba94b;
  border-radius: 100px;
  width: 120px;
  height: 100%;
}

.bio-info {
  text-align: center;
}

.column {
  background-color: #1a1d2ef7;
  border-radius: 0 5px 5px 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-2 {
  background-color: #dba94b;
  border-radius: 5px;
}

.chef-div {
  float: none;
  background-image: url('../images/Dollarphotoclub_786604502.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
  margin-top: 50px;
  padding-top: 0;
}

.success-text {
  color: #1a1d2ef7;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
}

.error-text {
  color: #1a1d2ef7;
}

.select-field {
  color: #828282;
  border: 2px solid #e2e2e2;
  font-family: Georgia, Times, Times New Roman, serif;
}

.select-field:focus {
  border-color: #dba94b;
}

.about-plates {
  background-image: linear-gradient(#fff9ee 45%, #fff9eecc), url('../images/Dollarphotoclub_90981256.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
}

.dynamic-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.link {
  color: #dba94b;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 7px;
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: none;
}

.link:hover {
  color: #1a1d2ef7;
  text-decoration: underline;
}

.link.footer {
  text-transform: none;
  transition: color .3s;
}

.link.footer:hover {
  color: #fff;
}

.div-frame-right {
  background-image: url('../images/333-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 52%;
  height: 350px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 40%;
}

.image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 220px;
  height: 220px;
  margin-bottom: 10px;
}

.table-row-header {
  background-color: #dba94b;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.table-title {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
}

.table-row {
  border: 1px solid #e2e2e2;
  border-bottom: 0 #e2e2e2;
  padding: 10px;
  transition: background-color .3s;
}

.table-row:hover {
  background-color: #f7f7f7;
}

.table-row.last {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.image-license {
  border-radius: 5px;
}

.footer-tittle {
  color: var(--gray);
  text-align: left;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.footer-tittle.new {
  margin-top: 0;
}

.footer-tittle._2 {
  color: var(--gray);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}

.important-names {
  font-size: 20px;
}

.image-frame-div {
  min-height: 500px;
  position: relative;
}

.div-frame-left {
  background-image: url('../images/2222-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
  width: 52%;
  height: 350px;
  position: absolute;
  top: 18%;
  right: 0;
}

.overlay {
  z-index: 2;
  background-color: #000000b3;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tags {
  text-align: left;
  background-color: #dba94b2e;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.tags.white {
  background-color: #fff;
}

.rich-text-block {
  margin-top: 30px;
}

.body {
  height: auto;
}

.cheefs {
  margin-top: 0;
  margin-bottom: 0;
}

.reserve {
  float: right;
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #dba94b;
  border-radius: 8px;
  margin-top: 4px;
  margin-left: 7px;
  padding: 10px 12px 9px;
  font-size: 12px;
  transition: background-color .5s;
  display: inline-block;
}

.reserve:hover {
  background-color: #dba94b;
}

.recipes-gallery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ten1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 180px;
  padding-bottom: 180px;
}

.recipes-div {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 270px;
}

.recipes-div._2 {
  background-image: none;
  background-size: cover;
  padding-top: 0%;
}

.recipes-div._3, .recipes-div._4 {
  background-image: none;
  background-size: cover;
}

.recipes-div._5 {
  background-image: none;
}

.recipes-div._6 {
  background-image: none;
  background-size: cover;
}

.vegan {
  color: #666;
  letter-spacing: 1px;
  background-color: #ebebeb;
  border-radius: 3px;
  margin-top: 0;
  margin-right: 10px;
  padding: 3px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 8px;
  display: inline-block;
}

.plate-important-info {
  text-align: left;
  margin-bottom: 10px;
  padding-top: 18px;
}

.kosher {
  color: #666;
  letter-spacing: 1px;
  background-color: #ebebeb;
  border-radius: 3px;
  margin-top: 0;
  margin-right: 10px;
  padding: 3px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 8px;
  display: inline-block;
}

.spicy {
  color: #666;
  letter-spacing: 1px;
  background-color: #ebebeb;
  border-radius: 3px;
  margin-right: 10px;
  padding: 3px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 8px;
  display: inline-block;
}

.price-wrapper {
  position: static;
}

.div-100 {
  display: flex;
}

.div-brenda {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  display: flex;
}

.div-brenda._6 {
  flex-wrap: nowrap;
  align-items: center;
}

.ico-wrapper {
  text-align: center;
}

.overlay-div {
  opacity: 0;
  background-color: #1a1d2ed9;
  height: 100%;
  transition: opacity .4s;
}

.overlay-div:hover {
  opacity: 1;
}

.column-philosopht {
  text-align: center;
}

.center {
  color: var(--gray);
  text-align: left;
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.open-hours-list {
  text-align: center;
}

.list {
  background-color: #fff;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.list.open {
  text-align: center;
  background-color: #262839;
  width: 220px;
}

.zoom-glass {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity .4s;
  position: relative;
  top: 40%;
}

.zoom-glass:hover {
  opacity: 1;
}

.lightbox-link {
  width: 100%;
  height: 270px;
}

.image {
  float: none;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.menu_open {
  border-bottom: 1px none var(--white-smoke);
  color: var(--dark-slate-gray);
  text-align: center;
  letter-spacing: 2px;
  background-color: #fffc;
  width: 100%;
  margin-bottom: 2px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  transition: all .4s;
  display: block;
}

.menu_open:hover {
  color: #cc4599;
  font-weight: 700;
  text-decoration: none;
}

.menu_open:focus {
  color: #dba94b;
}

.menu_open.w--current, .menu_open.w--current:hover {
  color: var(--dark-slate-gray);
}

.menu_open.w--current:visited {
  color: var(--sky-blue);
}

.menu_open._2 {
  margin-bottom: 0;
}

.menu_open._8 {
  color: var(--dark-slate-gray);
  background-color: #f2f2f208;
  background-image: none;
  border-bottom-style: none;
  font-weight: 400;
}

.project-description {
  letter-spacing: 2px;
  margin-bottom: 11px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 23px;
}

.project-description._2 {
  float: none;
  border-bottom: 1px solid #4d4d4d3b;
  border-left: 5px solid #4d4d4db0;
  margin-top: 20px;
  padding-left: 5px;
  font-size: 20px;
}

.p_left {
  float: left;
  clear: left;
  background-image: linear-gradient(#c7aa8b47, #c7aa8b47);
  width: 60%;
  margin-bottom: 1px;
  padding: 10px 8px 10px 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.p_left._5 {
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #dba94b;
  border-radius: 5px;
  width: 24%;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 10px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.p_left._5._2 {
  font-size: 16px;
}

.p_left._5._6 {
  width: 32%;
}

.p_left._5._6._2 {
  background-color: #9cc;
  font-size: 20px;
}

.p_left._5._40 {
  color: var(--sandy-brown);
  background-color: #0000;
  background-image: none;
}

.project-title {
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  display: inline-block;
}

.tag-title {
  float: left;
  color: #4d4d4db0;
  margin-right: 16px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
}

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

.tag-wrapper {
  margin-bottom: 10px;
  padding-left: 10px;
}

.p_right {
  float: left;
  background-color: #c7aa8b26;
  width: 40%;
  margin-bottom: 1px;
  padding: 10px 10px 10px 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.p_right._5 {
  text-align: center;
  background-color: #dba94b69;
  border-radius: 5px;
  width: 24%;
  margin-bottom: 3px;
  margin-right: 3px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.p_right._5._2 {
  background-color: #adafb329;
}

.p_right._5._2._6, .p_right._5._2._6._1 {
  color: #215e5e;
  margin-right: 3px;
  font-weight: 400;
}

.p_right._5._2._9 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.p_right._5._2._11 {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.p_right._5._6 {
  width: 32%;
}

.p_right._5._6._3 {
  color: #215e5e;
  background-color: #99cccc26;
  margin-right: 3px;
  font-weight: 400;
}

.p_right._5._9 {
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.p_right._5._8 {
  text-align: left;
  background-color: #dba94b2e;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.p_right._5._10 {
  align-items: center;
  height: 100px;
  display: flex;
}

.p_right._6 {
  width: 48%;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.p_right._6._7 {
  background-color: #c7aa8b26;
  width: 97%;
}

.image-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.tag-icon {
  float: left;
  opacity: .19;
  color: #4d4d4db0;
  margin-top: 4px;
  margin-right: 5px;
}

.pt2 {
  float: left;
  margin-left: auto;
  margin-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  display: block;
}

.pt3 {
  float: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
}

.pt3._2 {
  font-size: 30px;
}

.pt3._3 {
  margin-left: -10px;
  font-size: 25px;
}

.div-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.waku {
  width: 1280px;
}

.section-2 {
  clear: left;
  text-align: center;
  background-image: url('../images/nemo_06.png'), url('../images/nemo_03.png');
  background-position: 0 0, 2% 99%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-2._5 {
  background-color: #dba94b0f;
}

.section-2._77 {
  background-image: url('../images/nemo_06.png'), url('../images/nemo_03.png'), linear-gradient(#f3f1e93d, #f3f1e93d);
  background-position: 98% 1%, 2% 99%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
}

.columns {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.columns._2 {
  width: 854px;
}

.columns._5 {
  width: 960px;
}

.columns._7 {
  width: 853px;
}

.t1 {
  color: #dba94b;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.t1._2 {
  letter-spacing: normal;
  margin-bottom: 5px;
  font-size: 20px;
}

.t1._8 {
  letter-spacing: -1px;
  font-size: 20px;
}

.t1._9 {
  font-size: 25px;
}

.t1._10 {
  font-size: 22px;
}

.t1._15 {
  letter-spacing: -2px;
  font-size: 15px;
}

.t2 {
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.t2._2 {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
}

.t3 {
  text-align: left;
  letter-spacing: 3px;
  border-bottom: 1px dashed #0000005e;
  flex-wrap: wrap;
  align-content: center;
  align-items: stretch;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  display: block;
}

.t3._2 {
  width: auto;
  margin-bottom: 30px;
  line-height: 18px;
  display: block;
}

.t3._2._3 {
  border-bottom-style: none;
}

.t3._3 {
  margin-bottom: 15px;
}

.t3._3._5 {
  border-bottom-style: none;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.t3._5 {
  text-align: justify;
  border-bottom-style: none;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.t3._6 {
  border-bottom-style: none;
}

.t3._6._2 {
  background-color: #6ecde021;
  padding: 10px;
}

.link1 {
  color: #fff;
  background-color: #d49100;
  margin-top: 10px;
  padding: 15px 35px;
}

.t4 {
  float: left;
  color: var(--dark-slate-gray);
  letter-spacing: 2px;
  margin-bottom: 30px;
  margin-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  display: block;
  position: static;
}

.t4._5 {
  margin-bottom: 20px;
}

.t6 {
  float: left;
  color: var(--gray);
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 27px;
  font-style: normal;
  display: inline-block;
}

.t7 {
  clear: left;
  color: #dba94b;
  text-align: left;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 28px;
}

.t7._2 {
  color: #80a0e0;
  letter-spacing: 1px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.t7._2._3 {
  color: #3f7070;
}

.t7._5 {
  color: #185dd5;
  background-color: #0000;
}

.column-3 {
  flex-wrap: wrap;
  place-content: space-between flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: block;
}

.t8 {
  text-align: center;
}

.t8._1 {
  letter-spacing: -5px;
  margin-top: 0;
  font-size: 40px;
  line-height: 45px;
}

.t8._1._2 {
  letter-spacing: 5px;
}

.t9 {
  color: #dba94b;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  display: inline-block;
}

.container-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2._2 {
  margin-bottom: 50px;
}

.t10 {
  font-size: 50px;
  display: inline-block;
}

.t10._2 {
  font-size: 35px;
}

.t11 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 35px;
  display: inline-block;
  position: static;
}

.o1 {
  float: left;
  color: #4a4a4ac4;
  text-align: left;
  letter-spacing: -1px;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 26px;
  display: block;
  position: static;
}

.o1._2 {
  font-size: 21px;
}

.o2 {
  float: left;
  clear: left;
  color: #dba94b;
  border: 1px solid #dba94b;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  display: inline-block;
}

.o2._3 {
  color: #215e5e;
  border-color: #9cc;
}

.o2._5 {
  margin-bottom: 30px;
}

.column-4 {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.columns-2 {
  text-align: left;
  align-items: center;
  display: flex;
}

.text-block {
  float: left;
  color: #fff;
  background-color: #dba94b;
  border-radius: 50px;
  width: auto;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  display: block;
}

.text-block._2 {
  float: left;
  display: inline-block;
}

.text-block._3 {
  background-color: #9cc;
  padding: 10px 15px;
}

.column-5 {
  clear: left;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  clear: left;
  position: static;
}

.div-block-2 {
  clear: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-3 {
  clear: none;
  flex-direction: row;
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.o3 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.o3._2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
}

.q1 {
  color: #1a1d2ef7;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  display: inline-block;
}

.q1._2 {
  font-size: 35px;
}

.q2 {
  color: #1a1d2ef7;
  text-align: center;
  margin-top: 25px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
}

.q2._2 {
  text-align: left;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-4 {
  background-color: #adafb329;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px 20px 20px 40px;
  display: block;
}

.div-block-4._2 {
  margin-bottom: 10px;
}

.div-block-4._5 {
  width: 100%;
  margin-bottom: 10px;
}

.div-block-4._6 {
  width: 100%;
  margin-bottom: 80px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-4._9 {
  width: 95%;
  margin-bottom: 30px;
  margin-left: 20px;
}

.q3 {
  float: left;
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  margin-left: 10px;
  font-size: 16px;
  line-height: 25px;
  display: block;
}

.q3._2 {
  margin-top: 0;
  margin-left: 5px;
  font-size: 14px;
}

._4 {
  color: #dba94b;
  text-align: left;
  background-color: #0000;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

._4._2 {
  margin-top: 15px;
}

.check {
  float: left;
  clear: left;
}

.check_div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.sya1 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.sya1._2 {
  margin-left: 10px;
  margin-right: 10px;
}

.sya1._3 {
  width: 70%;
}

.sya1._3._4 {
  margin-top: 50px;
}

.sya1._5 {
  margin-bottom: 5px;
}

.sya1._9 {
  width: 55%;
}

.text-block-3 {
  text-align: right;
}

.text-block-3._2 {
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-3._3 {
  font-size: 12px;
}

.text-block-3._5 {
  margin-top: 20px;
}

.button-2 {
  background-color: #dba94b;
  background-image: url('../images/arrow_03.png');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border: 1px solid #f2f2f2;
  margin-top: 0;
  padding: 10px 50px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
}

.button-2:hover {
  background-color: #94c5d5a8;
  background-position: 92%;
}

.entry_con {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.enter_title {
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  display: block;
}

.saiyou {
  background-color: #80a0e026;
  border-top: 1px solid #e2e2e2;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.saiyou._2 {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.c_left {
  background-color: #0000;
  flex-flow: column;
  place-content: flex-start space-around;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.c_left._2 {
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.s_left {
  color: var(--dark-slate-gray);
  letter-spacing: 2px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: static;
}

.s_left._2 {
  color: var(--dark-slate-gray);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.c_right {
  background-color: #80a0e012;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.s_right {
  color: var(--dark-slate-gray);
  text-align: left;
  letter-spacing: 2px;
  background-color: #0000;
  padding: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.s_right._2 {
  color: var(--dark-slate-gray);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.o4 {
  color: #4a4a4ac4;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.o4._2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
}

.div-block-6 {
  background-color: #dba94b;
  padding: 5px;
  display: inline-block;
}

.div-block-6._2 {
  width: auto;
}

.columns-3 {
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.column-6 {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.columns-4 {
  border: 1px solid #0000002e;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.columns-4._2 {
  margin-top: 50px;
}

.column-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.slide-2 {
  background-image: url('../images/top_back.jpg');
  background-position: 0 0;
  background-size: cover;
}

.tennai {
  margin-bottom: 30px;
}

.setsumei {
  color: #666;
  text-align: left;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: normal;
  text-decoration: none;
}

.lightbox-link-2, .lightbox-link-3 {
  text-decoration: none;
}

.image-5, .image-6 {
  margin-bottom: 5px;
}

.lightbox-link-4 {
  text-decoration: none;
}

.image-7 {
  margin-bottom: 5px;
}

.image-8 {
  margin-bottom: 5px;
  text-decoration: none;
}

.lightbox-link-5 {
  text-decoration: none;
}

.text-block-4 {
  letter-spacing: 3px;
  background-color: #80a0e040;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: block;
}

.link-2 {
  opacity: .7;
  color: var(--dark-slate-gray);
  padding-left: 3px;
  padding-right: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  transition: all .2s;
}

.link-2:hover {
  opacity: .33;
}

.image_text {
  color: #4d4d4d;
  padding-top: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 13px;
}

.a3 {
  float: right;
  color: #4d4d4d;
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid #4d4d4d40;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.8;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.a3:hover, .a3:focus {
  opacity: .5;
}

.a3._2 {
  width: 100%;
  margin-top: 20px;
}

.a_div {
  border-top-style: none;
  border-top-color: #4d4d4d3b;
  border-bottom: 1px solid #4d4d4d3b;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.a_div._4 {
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  width: 100%;
  font-weight: 400;
}

.a_div._3 {
  border-bottom-style: none;
  margin-bottom: 0;
}

.a_div._5 {
  margin-bottom: 30px;
}

.a_div._7 {
  margin-bottom: 0;
}

.a2 {
  float: left;
  color: var(--dark-slate-gray);
  text-align: left;
  letter-spacing: 3px;
  width: 75%;
  padding: 10px 10px 10px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.a2._3 {
  width: 80%;
  font-size: 16px;
}

.a2._2 {
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 25px;
}

.a2._5 {
  letter-spacing: 3px;
  width: 80%;
  line-height: 1.8;
}

.a1 {
  float: left;
  color: var(--dark-slate-gray);
  text-align: left;
  letter-spacing: 3px;
  width: 25%;
  padding: 10px 10px 10px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.a1._2 {
  text-align: left;
  width: 19%;
  font-size: 16px;
}

.map {
  margin-top: 30px;
}

.rev {
  float: none;
  clear: left;
  background-color: #dba94b;
  flex: 0 auto;
  align-items: baseline;
  width: auto;
  padding: 10px 15px 20px;
  display: block;
}

.rev._2 {
  clear: none;
  background-color: #8dcacd;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 550px;
  height: 122px;
  padding-bottom: 15px;
  display: block;
}

.rev._3 {
  background-color: #0000;
  background-image: url('../images/back3_03-p-500_1.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  width: 550px;
  height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.lb1 {
  margin-right: 10px;
  transition: opacity .2s;
}

.lb1:hover {
  opacity: .8;
}

.image-9 {
  float: left;
  clear: left;
  margin-top: 0;
  margin-bottom: 2px;
  transition: all .2s;
}

.image-9:hover {
  opacity: .7;
}

.image-9._3 {
  margin-top: 3px;
}

.div-block-7 {
  float: left;
  margin-right: 20px;
  display: block;
}

.image-10 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.yoyaku {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  background-color: #0000;
  background-image: url('../images/arrowc2_10.png');
  background-position: 50% 97%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 50px;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  display: block;
}

.yoyaku_hide {
  text-align: center;
  display: inline-block;
  position: fixed;
  inset: auto -550px 10px auto;
}

.button-3 {
  text-align: center;
  letter-spacing: 3px;
  background-color: #94c5d5;
  background-image: url('../images/arrowN_03.png');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: auto;
  margin-top: 20px;
  padding: 7px 80px 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-3._2 {
  background-color: #9cc;
  padding-left: 80px;
  padding-right: 120px;
}

.button-3._6, .button-3._6-copy {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
}

.yoyaku_waku {
  background-color: #80a0e0;
  margin-bottom: 30px;
  padding: 8px;
  transition: opacity .4s;
  display: inline-block;
  transform: translate(0);
}

.yoyaku_waku:hover {
  opacity: .7;
}

.yoyaku_waku._2 {
  margin-bottom: 80px;
  padding: 10px;
}

.yoyaku_waku._3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.yoyaku_waku._4 {
  color: #8fa431;
  background-color: #9cc;
  margin-bottom: 10px;
}

.yoyaku_waku._5 {
  float: left;
  margin-top: 10px;
}

.yoyaku_waku._6 {
  margin-bottom: 0;
}

.container-3 {
  text-align: center;
  margin-bottom: 30px;
  text-decoration: none;
}

.scrol {
  margin-bottom: 30px;
}

.slider_pc {
  background-color: #0000;
  margin-bottom: 30px;
}

.hero-link-button {
  float: none;
  opacity: 1;
  background-color: #0000;
  width: 60px;
  min-width: 0;
  height: 60px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: underline;
  transition-property: none;
  display: block;
}

.hero-link-button:hover {
  opacity: 1;
  border-color: #00c2a2;
}

.hero-link-button.w--current {
  opacity: 1;
  border-color: #ffffff7d;
  padding-top: 15px;
  transition: border-color .7s, opacity .7s;
}

.hero-link-button.w--current:hover {
  opacity: 1;
  border-color: #00c2a2;
  transition: none;
}

.arrow {
  opacity: 1;
  font-size: 30px;
  text-decoration: none;
  transition: all .5s;
}

.arrow:hover {
  opacity: 1;
  transition: none;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
}

.text-block-6._5 {
  margin-top: 80px;
  position: relative;
  top: 200px;
}

.text-block-6._7 {
  margin-top: 320px;
}

.info1 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  border: 1px solid #ffffff75;
  padding: 5px 10px;
  font-size: 15px;
}

.image-11 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading {
  color: #fff;
  background-color: #3f7070;
  flex-direction: column;
  padding-left: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  display: block;
}

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

.nagura_waku {
  background-image: linear-gradient(#adafb342, #fff);
  border: 1px #dba94b;
  margin-top: 50px;
  padding: 30px 30px 20px;
  display: inline-block;
}

.nagu_t {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-7 {
  display: flex;
}

.nagu2 {
  text-align: left;
  padding-left: 5px;
  font-size: 13px;
}

.nagu3 {
  text-align: left;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
  font-size: 18px;
}

.column-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.img_en {
  border-radius: 100px;
}

.columns-5 {
  align-items: flex-end;
  display: flex;
}

.link-3 {
  color: #fff;
  border: 1px solid #fff;
  width: 200px;
  padding: 10px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.link-3:hover {
  background-color: #ffffff42;
}

.p_text {
  color: var(--dark-slate-gray);
  text-align: justify;
  letter-spacing: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.p_text._2 {
  text-indent: 18px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.8;
}

.p_text._3 {
  color: #80a0e0;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.p_text._24 {
  margin-bottom: 30px;
  font-size: 14px;
}

.text-block-8 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.kaiin {
  background-color: #80a0e01a;
  border: 1px solid #80a0e0;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
}

.topics {
  float: none;
  text-align: left;
}

.luxa1 {
  clear: none;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 15px;
  display: block;
  position: static;
}

.image-12 {
  margin-top: 0;
  margin-bottom: 0;
}

.link_luxe {
  margin-bottom: 5px;
  transition: opacity .4s, opacity .2s;
  display: block;
  transform: translate(0)translate(0);
}

.link_luxe:hover {
  opacity: .8;
  transform: translate(0);
}

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

.column-9 {
  background-color: #e8b0d3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  height: 200px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-6 {
  clear: right;
  flex-flow: row;
  align-content: flex-start;
  align-items: stretch;
  display: flex;
  position: static;
}

.column-10 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  padding-right: 106px;
  display: flex;
}

.link-4 {
  color: var(--gray);
  letter-spacing: 2px;
  background-image: url('../images/arrow_4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  border-bottom: 1px dashed #ffffff69;
  width: auto;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.link-4:hover {
  color: #e8b0d3;
}

.link-4.w--current {
  color: var(--gray);
  background-image: url('../images/arrow_4.png');
  background-position: 0%;
  background-size: auto 10px;
  margin-bottom: 5px;
  padding-left: 17px;
  font-size: 14px;
}

.link-4._2 {
  background-image: none;
}

.link-4._2:hover {
  color: #e8b0d3;
}

.link-4._3 {
  margin-left: 20px;
  padding-right: 0;
}

.link-4._10 {
  letter-spacing: 0;
}

.columns-7 {
  align-items: flex-start;
  display: flex;
}

.profile {
  color: #000;
  text-align: left;
  margin-top: 0;
  padding-top: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.otoku {
  color: #fff;
  letter-spacing: normal;
  background-color: #853246;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 40px;
  font-size: 18px;
}

.tyuu1 {
  font-size: 20px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.column-11 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.columns-8 {
  align-items: flex-start;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/hari.jpg');
  background-position: 50%;
  background-size: 1000px;
  background-attachment: scroll;
  border: 6px solid #d49100;
  border-radius: 20px;
  height: 500px;
}

.div-block-11._1 {
  background-image: url('../images/top2.jpg');
  margin-bottom: 30px;
}

.div-block-11._2 {
  background-image: url('../images/biyou2.jpg');
}

.div-block-11._4 {
  background-image: url('../images/pasonaruue.jpg');
  background-position: 0 100%;
}

.div-block-11._6 {
  background-image: url('../images/head_sub.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-color: #9cc;
}

.div-block-11._5 {
  background-image: url('../images/rinpasub.jpg');
  border-style: none;
  border-radius: 0;
}

.div-block-11._9 {
  background-image: url('../images/body_sub.jpg');
  border-style: none;
  border-radius: 0;
}

.container-5 {
  border-bottom: 1px none var(--dark-gray);
  margin-bottom: 0;
}

.div-block-12 {
  border: 1px solid #dba94b;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 5px 10px 15px;
  display: flex;
  box-shadow: 1px 1px 3px #d4d8d9;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.columns-9 {
  width: 66%;
  margin-bottom: 0;
}

.no {
  align-items: flex-start;
  display: flex;
}

.bb {
  color: #dba94b;
  background-color: #0000;
  background-image: url('../images/arrow_tya_18.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #dba94b;
  border-radius: 2px;
  padding-left: 60px;
  padding-right: 80px;
  font-size: 18px;
  transition: all .4s;
}

.bb:hover {
  color: #fff;
  background-color: #dba94b;
  background-image: url('../images/arow_right.png');
}

.image-13 {
  margin-top: 0;
  margin-bottom: 20px;
}

.tpm {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.notice {
  color: #666;
  text-align: left;
  font-size: 11px;
}

.ichiran {
  color: #fff;
  background-color: #dba94b;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.ichiran:hover {
  color: #dba94b;
  background-color: #fff;
}

.image-14 {
  margin-bottom: 5px;
}

.ichiran_l {
  flex-flow: row;
  place-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.ichiran_l._2 {
  width: 75%;
}

.column-12 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.column-13 {
  flex-wrap: wrap;
  align-content: space-between;
  display: flex;
}

.haji_title {
  color: #80a0e0;
  text-align: left;
  letter-spacing: 2px;
  border-bottom: 2px dashed #adafb3;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.yurai {
  margin-top: 50px;
  margin-bottom: 50px;
}

.yurai._2 {
  padding-left: 30px;
  padding-right: 30px;
}

.sns {
  float: right;
  margin-left: 0;
  margin-right: 10px;
}

.head_text {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
}

.qa1 {
  letter-spacing: 3px;
  border-top: 1px solid #d491004f;
  border-bottom: 1px solid #d491004f;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
}

.qa2 {
  margin-top: 10px;
  padding: 20px 10px;
}

.qa3 {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.qa4 {
  text-align: left;
  background-color: #d491000a;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 25px;
}

.qa5 {
  color: #80a0e0;
  font-size: 25px;
}

.qa6 {
  color: #e8b0d3;
  font-size: 25px;
}

.qa_menu {
  margin-bottom: 50px;
}

.tab-link-tab-1 {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: all .4s;
}

.tab-link-tab-1:hover {
  color: #fff;
  background-color: #80a0e0;
  font-size: 20px;
  position: static;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #80a0e0;
  border-top: 1px solid #d491004f;
  border-bottom: 1px solid #d491004f;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.tab-link-tab-1.w--current:hover {
  color: var(--white-smoke-2);
  position: static;
}

.text-block-9 {
  letter-spacing: 2px;
}

.tel_footer {
  color: var(--gray);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.insta {
  padding: 15px;
}

.text-block-10 {
  float: none;
  text-align: left;
  font-size: 12px;
  display: block;
}

.text-block-10._0 {
  color: #000;
  font-weight: 400;
}

.con3 {
  margin-bottom: 30px;
  display: block;
}

.hari {
  letter-spacing: 2px;
  border-bottom: 3px dashed #e8b0d3;
  font-size: 18px;
  font-weight: 700;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.palmap2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.step {
  margin-bottom: 30px;
}

.otameshi {
  margin-bottom: 70px;
}

.yoyaku_sumaho, .slider_sumaho {
  display: none;
}

.luxe_link {
  color: #215e5e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.columns-10, .columns-11, .columns-12 {
  display: none;
}

.step2 {
  float: left;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.step_waku {
  margin-bottom: 30px;
}

.step_waku._6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.step_waku._4 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.columns-13 {
  align-items: center;
  display: flex;
}

.pallogo_txt {
  text-align: justify;
  letter-spacing: 2px;
  margin-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.text-block-14 {
  color: var(--dark-slate-gray);
}

.youkou_title {
  text-align: left;
  letter-spacing: 3px;
  border-bottom: 2px dotted #4d4d4d40;
  margin-bottom: 50px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.tel_time {
  float: left;
  letter-spacing: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
}

.text-block-15 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.entry_text1 {
  text-align: left;
  letter-spacing: 3px;
  margin-bottom: 50px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.entry_text1._2 {
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.entry_text1._2._10 {
  text-align: center;
}

.entry_tel {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.entry_left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.notice-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
}

.notice-2._3 {
  color: #323232;
  text-align: left;
}

.entry_con-2 {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.hissu {
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #4d4d4d;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  display: flex;
  position: absolute;
  top: 9px;
  bottom: 0;
  right: 0;
}

.hissu._2 {
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #4d4d4d;
}

.tel {
  float: left;
  color: #4d4d4d;
  letter-spacing: 3px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.entry_button {
  background-color: #dba94b;
  width: 20%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
}

.entry_button:hover {
  opacity: .67;
}

.entry_button:active {
  opacity: .65;
}

.entry_waku {
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.luxe {
  color: #215e5e;
  font-size: 20px;
  font-weight: 700;
}

.yoyaku_sumaho_big {
  display: none;
}

.pallink {
  float: none;
  background-color: #fff;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.pallink_image {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.link-5 {
  float: left;
  clear: left;
  margin-left: 10px;
}

.col1 {
  text-align: left;
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.col1._3 {
  background-color: #dba94b0f;
  padding: 20px;
  display: inline-block;
}

.col1._8 {
  padding-left: 20px;
  padding-right: 20px;
}

.col1._9 {
  margin-top: 40px;
}

.col1._10 {
  margin-bottom: 30px;
}

.col1._12 {
  border: 1px solid var(--dark-gray);
  background-color: #dba94b26;
  border-radius: 9px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 15px;
}

.col2 {
  color: #80a0e0;
  letter-spacing: 2px;
  border-top: 4px solid #cacaca61;
  border-bottom: 4px solid #cacaca61;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.8;
}

.col3 {
  color: #4a4a4a;
  text-align: left;
  letter-spacing: 2px;
  border-bottom: 2px dotted #adafb3;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.col3._2 {
  width: 50%;
}

.col4 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 30px;
}

.col_div1 {
  width: 50%;
}

.div-block-17 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-19 {
  margin-top: 0;
}

.col_image1 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.col_link {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.col_link:hover {
  color: #cacaca;
  text-decoration: underline;
}

.col_link.w--current:hover {
  color: #b3b3b3;
  -webkit-text-stroke-color: #cecac2;
  text-decoration: underline;
}

.text-block-16 {
  color: #80a0e0;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.col5 {
  color: #4a4a4a;
  text-align: left;
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.8;
}

.image-20, .image-21 {
  margin-top: 0;
}

.aus1 {
  float: left;
  text-align: left;
  margin-bottom: 20px;
  font-size: 38px;
  display: inline-block;
}

.columns-14 {
  float: left;
  margin-bottom: 20px;
}

.col6 {
  text-align: left;
}

.col_div2 {
  margin-bottom: 80px;
}

.athlete {
  background-image: url('../images/arow_right.png'), url('../images/asu_back.jpg');
  background-position: 90%, 0%;
  background-repeat: no-repeat, repeat-y;
  background-size: 25px, cover;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.athlete:hover {
  opacity: .7;
  background-position: 92%, 0%;
}

.text_white {
  color: #f2f2f2;
  text-shadow: 1px 1px 6px #000;
  font-size: 25px;
}

.t55 {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 60px;
  position: static;
}

.t55._2 {
  align-self: center;
}

.t55._3 {
  float: right;
}

.container-8 {
  margin-top: 60px;
}

.bold {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 700;
}

.blue {
  color: #36a6df;
  font-size: 20px;
  font-weight: 700;
}

.taiyou {
  margin-top: 30px;
}

.green {
  color: #00a449;
  font-size: 20px;
  font-weight: 700;
}

.point {
  color: #db6868;
  background-color: #f5a0a05c;
  border: 5px solid #f5a0a0;
  border-radius: 60px;
  width: 500px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.point._2 {
  width: 450px;
}

.red {
  color: #dd1718;
  font-size: 20px;
  font-weight: 700;
}

.new {
  float: left;
  margin-bottom: 10px;
  padding-right: 10px;
}

.new_box {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.new_text {
  color: #4a4a4a;
  margin-left: 0;
}

.new_text._2 {
  margin-left: 0;
}

.section_video {
  background-image: linear-gradient(#00000080, #00000080);
  height: 750px;
  padding-top: 55px;
  padding-bottom: 0;
}

.background-video {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.background-video-2 {
  padding-top: 120px;
}

.background-video-3 {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 750px;
}

.image-22 {
  margin-top: 0;
}

.kuchikomi {
  float: none;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  width: 100%;
  display: inline-block;
  position: static;
}

.background-video-4 {
  background-color: #0000004d;
  height: 900px;
}

.syou1 {
  background-color: #dba94b;
  width: 100%;
  display: block;
}

.syou1._6 {
  clear: none;
  color: #fff;
  border-radius: 5px;
  width: 98%;
  margin-bottom: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.container-9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.syou2 {
  float: left;
  clear: none;
  color: var(--dark-slate-gray);
  background-color: #dba94b69;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  display: block;
  position: static;
}

.syou3 {
  float: left;
  clear: none;
  color: var(--dark-slate-gray);
  background-color: #adafb329;
  width: 48%;
  margin-bottom: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.pic_com {
  text-align: left;
  letter-spacing: 2px;
  font-size: 18px;
  position: relative;
  top: -40px;
  left: 10px;
}

.pic_com._2 {
  top: -60px;
}

.image-26, .image-27 {
  margin-top: 0;
}

.httpsimage {
  float: left;
  display: inline;
}

.httpstext {
  float: none;
  text-align: left;
  letter-spacing: 3px;
  padding-left: 20px;
  display: inline;
}

.div-block-18 {
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.choi {
  flex-direction: column;
  display: block;
}

.heading-2 {
  margin-bottom: 5px;
  font-size: 25px;
}

.choi2 {
  font-size: 15px;
}

.gosoudan {
  margin-bottom: 0;
  transition: all .2s;
  transform: translate(0);
}

.gosoudan:hover {
  opacity: .7;
}

.image-28 {
  margin-bottom: 60px;
}

.image-29 {
  margin-top: 0;
}

.text-block-17 {
  background-color: var(--white-smoke-3);
  text-align: left;
  margin-top: 40px;
  padding: 40px;
}

.note {
  background-color: var(--white-smoke);
  width: 100%;
  margin-top: 40px;
  padding: 10px 40px 20px;
}

.text-block-18 {
  text-align: left;
  margin-bottom: auto;
  font-size: 18px;
  font-weight: 700;
}

.text-block-19 {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 25px;
}

.columns-15 {
  margin-bottom: 15px;
}

.bold_semi, .text-span {
  font-size: 16px;
  font-weight: 700;
}

.t72 {
  font-size: 20px;
}

.grid {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-areas: "Area";
  grid-auto-flow: row;
  justify-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #dba94b;
  margin-top: -29px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 20px 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.text-block-20._3 {
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
}

.text-block-20._8 {
  background-color: var(--dark-slate-gray);
}

.text-block-20._20 {
  background-image: linear-gradient(to bottom, var(--sandy-brown), var(--sandy-brown));
  margin: 0 0 30px;
}

.price2 {
  color: var(--dark-slate-gray);
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.price3 {
  color: var(--dark-slate-gray);
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
}

.price3._5 {
  line-height: 35px;
}

._20_2 {
  font-size: 15px;
}

.rinpa_waku {
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  background-color: #dba94b12;
  width: 100%;
  margin-bottom: 100px;
  padding-bottom: 20px;
}

.rinpa_waku._10 {
  margin-top: 20px;
}

.zei {
  font-size: 14px;
}

.komi {
  font-size: 15px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.text-block-21 {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template: "Area"
  / .5fr 1fr;
  justify-items: center;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

._4t {
  text-align: left;
  padding-top: 16px;
  font-size: 15px;
  line-height: 25px;
}

.text-block-22 {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}

.background-video-5 {
  overflow: visible;
}

.columns-16 {
  clear: none;
  width: 100%;
  display: flex;
}

.div-block-19 {
  display: none;
}

.bold2 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: underline;
}

.q4 {
  margin-left: 10px;
  padding-left: 0;
  font-size: 14px;
  line-height: 18px;
}

.ank {
  color: var(--dark-slate-gray);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.grid-4 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rinpaprice {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-23 {
  font-weight: 700;
}

.price_waku {
  margin-top: 20px;
  margin-left: 20px;
}

.price_waku._9 {
  background-color: #0000;
  margin-top: 0;
}

.price_waku._30 {
  margin-bottom: 30px;
}

.t66 {
  float: left;
  color: var(--dark-slate-gray);
  text-align: left;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.link3 {
  color: var(--dark-slate-gray);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.link3:hover {
  color: var(--sandy-brown);
}

.link3._3 {
  font-size: 16px;
}

.image-30 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 2px;
}

.image-31 {
  padding-left: 2px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.luxu_waku2 {
  margin-bottom: 40px;
}

.text-block-24 {
  text-align: left;
  padding: 17px 10px 17px 15px;
  font-size: 14px;
}

.text-block-25 {
  text-align: left;
  letter-spacing: 1px;
  background-color: #8fa43124;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 15px;
  font-size: 18px;
}

.r1 {
  float: left;
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #dba94b;
  border-radius: 5px;
  width: 48%;
  margin-bottom: 3px;
  margin-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.r1._30 {
  color: #dba94b;
  background-color: #dba94b69;
}

.r1._40 {
  color: var(--dark-slate-gray);
  background-color: #adafb329;
  font-weight: 400;
}

.r1._50 {
  border: 1px solid var(--sandy-brown);
  background-color: var(--white-smoke);
  color: var(--sandy-brown);
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 82px;
  display: flex;
}

.hyd {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.column-27 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price4 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.price_notice {
  float: left;
  color: var(--dark-slate-gray);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.p1 {
  margin-right: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.p2 {
  color: var(--sandy-brown);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
}

.div-block-20 {
  float: left;
  object-fit: fill;
  margin-bottom: 10px;
  display: inline-block;
}

.link6 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
}

.link-block-3, .link-block-4 {
  float: left;
  clear: left;
}

.link7 {
  color: var(--dark-slate-gray);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-4 {
  background-color: var(--sky-blue);
  width: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
}

.button-4._2 {
  background-color: #f1a6f7;
}

.big1 {
  font-size: 23px;
}

.columns-17 {
  width: 80%;
  margin-top: 20px;
}

.dark2 {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 20px;
}

.image-35 {
  border: 5px solid #fff;
  width: 100%;
  display: block;
}

.ornament-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.center-text {
  float: none;
  color: #1a1d2ef7;
  text-align: left;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.container-10 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-3 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 2px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-3._10 {
  letter-spacing: -3px;
  font-size: 20px;
}

.section-3 {
  text-align: center;
  background-image: url('../images/nemo_06.png'), none;
  background-position: 98% 50px, 2% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: block;
}

.section-3.about-ferrano {
  background-image: url('../images/back3_03.jpg'), none;
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  transition-property: all;
}

.link-6 {
  border: 1px solid var(--white-smoke-2);
  color: #fff;
  letter-spacing: 2px;
  background-color: #80a0e0;
  margin-top: 0;
  padding: 3px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-6:hover {
  background-color: #80a0e0a1;
}

.link-6._50 {
  background-color: #f4c2b9;
}

.hero-text-2 {
  text-align: center;
  margin-bottom: 40px;
}

.menu-row {
  display: flex;
}

.overall-column {
  text-align: center;
}

.overall-column.contact {
  text-align: center;
  padding: 20px 5px;
  transition: box-shadow .5s;
  position: relative;
}

.overall-column.contact:hover {
  background-color: #0000;
  box-shadow: 0 1px 12px #adafb380;
}

.dark-title-2 {
  color: #000;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.menu_eng {
  color: var(--dark-gray-2);
  letter-spacing: 1px;
  font-weight: 400;
}

.text9 {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.menutitle {
  color: #80a0e0;
  border-top: 1px solid #80a0e0;
  border-bottom: 1px solid #80a0e0;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 15px;
  padding-bottom: 13px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
}

.menutitle._50 {
  color: #f4c2b9;
  border-top-color: #f4c2b9;
  border-bottom-color: #f4c2b9;
}

.div-block-21 {
  border-top: 1px solid #80a0e0;
  border-bottom: 1px solid #80a0e0;
  margin-top: 40px;
}

.div-block-21._50 {
  border-top-color: #f4c2b9;
  border-bottom-color: #f4c2b9;
}

.menutitle2 {
  font-size: 30px;
  font-weight: 700;
}

.div-block-22 {
  background-color: #80a0e0;
  margin-top: 20px;
  padding: 6px;
  display: inline-block;
}

.div-block-22._50 {
  background-color: #f4c2b9;
}

.image-36 {
  margin-top: 0;
}

.hero-containner-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flower-image-2 {
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}

.hero-heading-2 {
  letter-spacing: -1px;
  text-shadow: none;
  margin-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-style: normal;
}

.pagetitle {
  color: var(--white-smoke-2);
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px #000;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  display: inline-block;
}

.ethte1 {
  background-image: url('../images/1head.jpg');
  background-position: 50%;
  background-size: cover;
}

.text7 {
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
}

.osusume {
  margin-bottom: 40px;
}

.dark-title-3 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
}

.text16_left_block {
  float: left;
  clear: none;
  color: var(--dark-slate-gray);
  text-align: left;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: inline-block;
}

.title4 {
  color: var(--dark-slate-gray);
  text-align: center;
  letter-spacing: 2px;
  border-top: 1px solid #adafb3;
  border-bottom: 1px solid #adafb3;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  display: block;
}

.con2 {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.title20left {
  color: var(--dark-slate-gray);
  text-align: left;
  letter-spacing: 2px;
  background-color: #0000;
  background-image: url('../images/back3_03-p-500_1.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.title20left._4 {
  text-align: left;
  margin-bottom: 0;
  padding-left: 10px;
}

.ex1 {
  margin-bottom: 10px;
}

.image4 {
  width: 100%;
  display: block;
}

.price_box {
  text-align: left;
  background-color: #f4c2b926;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.price_box._3 {
  margin-left: 15%;
  margin-right: 15%;
}

.price_box._88 {
  margin-bottom: 0;
}

.p4 {
  float: left;
  color: #80a0e0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.p4._2 {
  font-size: 15px;
}

.price1 {
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.price1._2 {
  margin-top: 10px;
}

.shita {
  background-image: url('../images/sankaku_14sankaku_13.png');
  background-position: 50% 57%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  border: 2px solid #f4c2b98f;
  border-radius: 100px;
  margin-top: 0;
  padding: 20px;
  transition: all .2s;
}

.shita:hover {
  border-color: #f4c2b9;
}

.shita._2 {
  margin-top: 30px;
}

.corsebox2 {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.p1-2 {
  float: left;
  color: #80a0e0;
  margin-right: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

.p1-2._2 {
  font-size: 25px;
}

.p2-2 {
  float: left;
  color: #80a0e0;
  margin-right: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  font-weight: 400;
}

.p2-2._2 {
  font-size: 50px;
}

.cosetext1 {
  font-size: 28px;
  font-weight: 700;
}

.cosetext1._11, .cosetext1._12 {
  font-size: 25px;
}

.price_1 {
  float: left;
  color: var(--dark-slate-gray);
  text-align: center;
  background-color: #0000;
  border: 1px solid #adafb3c7;
  width: 130px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  display: inline-block;
}

.p3 {
  float: left;
  color: #80a0e0;
  margin-right: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 700;
}

.p3._2 {
  font-size: 25px;
}

.dark-title-4 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
}

.text4 {
  float: left;
  clear: none;
  color: #80a0e0;
  text-align: left;
  letter-spacing: 2px;
  width: auto;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  display: inline-block;
}

.text4._7 {
  color: var(--black);
}

.text6 {
  color: var(--dark-slate-gray);
  text-align: left;
  letter-spacing: 2px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.text6._2 {
  text-align: right;
}

.text6._5 {
  margin-top: 20px;
}

.column-28 {
  justify-content: center;
  display: flex;
}

.container-11 {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

.bold-text, .bold-text._2 {
  font-size: 30px;
}

.text2 {
  text-align: center;
  border-bottom: 3px dotted #adafb3;
  width: 900px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 27px;
  line-height: 35px;
}

.title1 {
  text-align: center;
  border-top: 1px solid #adafb3;
  border-bottom: 1px solid #adafb3;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-24 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text18_left_inline {
  color: var(--dark-slate-gray);
  text-align: left;
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  display: inline-block;
}

.step_waku-2 {
  background-color: #80a0e026;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px;
}

.step_waku-2._5 {
  background-color: #8ed1c038;
}

.image-3 {
  float: left;
}

.column-29 {
  text-align: left;
}

.price-2 {
  align-items: center;
  margin: 30px 20px 40px;
  display: flex;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.div-block-25._3 {
  width: 80%;
  margin-bottom: 40px;
}

.text-block-26 {
  color: #80a0e0;
  margin-top: 10px;
  padding-left: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
}

.columns-18 {
  margin-top: 40px;
  margin-bottom: 0;
}

.no-2 {
  float: left;
  clear: none;
  color: #fff;
  background-color: #80a0e0;
  margin-right: 0;
  padding: 7px 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  display: inline-block;
}

.no-2._6 {
  background-color: #e6babb;
}

.ethte2 {
  background-image: url('../images/rinpa_head.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.columns-19 {
  margin-top: 20px;
}

.p6 {
  color: #80a0e0;
  margin-right: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
}

.p6._2 {
  margin-right: 5px;
  font-size: 20px;
}

.bold1 {
  color: #ec7ec3;
  font-size: 18px;
  font-weight: 700;
}

.title5 {
  text-align: left;
  border-bottom: 1px dashed #adafb3;
  padding-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 700;
}

.dark-title-5 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
}

.p5 {
  color: var(--dark-slate-gray);
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.p5._2 {
  font-size: 18px;
}

.p5._6 {
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 30px;
}

.menu1 {
  float: left;
  width: 31%;
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
}

.ethte3 {
  background-image: url('../images/hide_15.png'), url('../images/ex_head.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  height: 550px;
}

.ethte3._88 {
  background-image: url('../images/facial.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.qbox2 {
  text-align: left;
  border-bottom: 1px dashed #adafb3;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.q2-2 {
  float: left;
  clear: left;
  color: var(--dark-slate-gray);
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  display: block;
  position: static;
}

.q1-2 {
  float: none;
  clear: none;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  display: block;
}

.qbox {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.dark-title-6 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
}

.ex {
  transition: all .2s;
}

.ex:hover {
  opacity: .76;
}

.div-block-26 {
  float: left;
  clear: left;
  margin-top: 20px;
  display: flex;
}

.rev2 {
  float: left;
  clear: left;
  color: #fff;
  background-color: #80a0e0;
  background-image: url('../images/rev_30rev_29.png');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 130px;
  margin-right: 10px;
  padding: 10px 10px 10px 40px;
  font-size: 15px;
  text-decoration: none;
}

.rev2._2 {
  float: left;
  clear: left;
  background-image: url('../images/rev_37rev_36.png');
}

.stepwaku {
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.time {
  float: left;
  clear: none;
  border: 1px solid var(--dark-gray);
  background-color: var(--white-smoke-3);
  letter-spacing: 2px;
  padding: 2px 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  display: block;
  position: static;
}

.p13 {
  color: #80a0e0;
  margin-right: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 700;
}

.p23 {
  color: #80a0e0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  font-weight: 400;
}

.p14 {
  color: #80a0e0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
}

.columns-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.link-7 {
  color: #80a0e0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.column-30 {
  padding-left: 0;
}

.step_waku_pc {
  margin-bottom: 60px;
  display: block;
}

.link-8 {
  color: #80a0e0;
}

.link5 {
  color: #80a0e0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.column-31 {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.column-32, .column-33 {
  padding-left: 0;
  padding-right: 0;
}

.pricewaku2, .image-37 {
  margin-bottom: 40px;
}

.p55 {
  color: #80a0e0;
  margin-right: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
}

.tujo {
  clear: none;
  color: var(--gray);
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
}

.tujo._88 {
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  display: block;
}

.column-34 {
  text-align: right;
  padding-left: 10px;
}

.yoyaku2 {
  margin-right: 0;
  transition: all .2s;
}

.yoyaku2:hover {
  opacity: .7;
}

.yoyaku3 {
  margin-left: 10px;
  transition: all .2s;
}

.yoyaku3:hover {
  opacity: .7;
}

.image-38, .image-39 {
  margin-bottom: 0;
}

.yoyaku4 {
  float: right;
  transition: all .2s;
}

.yoyaku4:hover {
  opacity: .7;
}

.section-4 {
  background-image: url('../images/facetop2.jpg');
  background-position: 50% 30%;
  background-size: auto;
}

.menu2 {
  background-color: #f2f2f2cc;
  margin-bottom: 2px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 700;
  text-decoration: none;
}

.menu2:hover {
  color: var(--dark-slate-gray);
  text-decoration: underline;
}

.dropdown-list {
  margin-top: 60px;
  margin-left: 10px;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: 2px;
  margin-left: 10px;
}

.text-block-27 {
  color: var(--dark-slate-gray);
  font-weight: 700;
}

.text-block-27:hover {
  color: var(--dark-slate-gray);
  text-decoration: underline;
}

.icon-2, .icon-2:hover {
  color: var(--dark-slate-gray);
}

.dropdown-list-2 {
  background-color: #000000bd;
}

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

.dropdown-toggle {
  background-color: #0000;
  width: 100%;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle:hover {
  color: var(--dark-slate-gray);
}

.dropdown-list-3 {
  background-color: #0000;
}

.menu_open-copy {
  border-bottom: 1px none var(--white-smoke);
  color: #fff;
  background-color: #f2f2f2cc;
  width: 100%;
  margin-bottom: 2px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  transition: all .4s;
}

.menu_open-copy:hover {
  color: var(--dark-slate-gray);
  font-weight: 700;
}

.menu_open-copy:focus {
  color: #dba94b;
}

.menu_open-copy._2 {
  margin-bottom: 0;
}

.menu_open-copy._8 {
  color: var(--dark-slate-gray);
  background-color: #f2f2f208;
  background-image: none;
  border-bottom-style: none;
  font-weight: 400;
}

.nm1 {
  color: #80a0e0;
  margin-left: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  font-weight: 700;
}

.nm1._50 {
  color: #f4c2b9;
}

.nm2 {
  text-align: left;
  margin-left: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 30px;
}

.columns-21 {
  border-bottom: 1px solid var(--gainsboro);
  height: 350px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.columns-21._50 {
  border-bottom-style: none;
}

.footermenu1 {
  margin-bottom: 30px;
}

.text-block-28 {
  border: 1px solid var(--dark-gray);
  color: gray;
  letter-spacing: 2px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.link9 {
  color: var(--gray);
  letter-spacing: 2px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
}

.menudiv {
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-25-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.div-block-25-copy._3 {
  width: 80%;
  margin-bottom: 40px;
}

.menudiv2 {
  width: 80%;
}

.topcol {
  width: 100%;
}

.explanation {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 1px 6px #000000f7;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 23px;
  line-height: 40px;
}

.text-2 {
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.insta1 {
  color: #666;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.insta2 {
  color: #80a0e0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.instadiv {
  margin-bottom: 10px;
  display: inline-block;
}

.insta3 {
  margin-right: 0;
  transition: all .2s;
}

.insta3:hover {
  opacity: .5;
}

.insta3._50 {
  margin-bottom: 10px;
  margin-left: 20px;
}

.instadiv2 {
  text-align: left;
  padding-left: 0;
}

.image-40 {
  margin-bottom: 10px;
}

.mark {
  margin-bottom: 20px;
}

.big {
  font-size: 25px;
}

.div-block-27 {
  margin-top: 30px;
}

.column-35 {
  padding-top: 10px;
}

.html-embed-2 {
  text-align: center;
}

.kuchikomi_image {
  margin-top: 0;
  margin-bottom: 0;
}

.slider {
  width: 40%;
  height: 100%;
  display: none;
}

.kuchikomi_txt1 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #8ed1c0;
  padding: 5px 10px 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.kuchikomi_txt1._90 {
  background-color: #e6babb;
}

.kuchikomi_txt2 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #8ed1c0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.kuchikomi_txt2._90 {
  background-color: #e6babb;
}

.slide-nav-2 {
  background-color: #8ed1c0;
}

.lightbox-link-6 {
  color: #0000;
  text-align: left;
  background-color: #8ed1c0;
  height: 100%;
  transition: opacity .2s;
}

.lightbox-link-6:hover {
  opacity: .7;
}

.lightbox-link-6._90 {
  background-color: #e6babb;
}

.kuchikomi_con {
  background-color: #0000;
  margin-bottom: 20px;
  display: flex;
}

.tabs-menu {
  text-align: left;
  background-color: #fff;
  margin-bottom: 10px;
}

.tab-link-tab-1-2 {
  background-color: #fff;
  border: 3px solid #e6babb;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #e6babb;
}

.tab-link-tab-2 {
  background-color: #fff;
  border: 3px solid #e6babb;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #8ed1c0;
}

.tab-link-tab-3 {
  background-color: #fff;
  border: 3px solid #e6babb;
}

.tab-link-tab-3.w--current {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #8ed1c0;
  background-clip: border-box;
  border: 3px solid #8ed1c0;
}

.text-block-29 {
  color: var(--dark-slate-gray);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-30, .text-block-31 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.title_green {
  color: #fff;
  text-align: center;
  background-color: #e6babb;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-size: 22px;
}

.h2 {
  color: #e37d80;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.icon-3 {
  background-color: #8ed1c0;
}

.tabs, .tabs-2 {
  display: block;
}

.image80persent {
  width: 60%;
  margin-top: 30px;
}

.onayamiculumn1 {
  flex: 0 auto;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.onayamititle {
  color: var(--dark-slate-gray);
  text-align: justify;
  letter-spacing: 2px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.onayamidiv {
  background-color: #0000;
  background-image: linear-gradient(#ffffffa3, #ffffffa3);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 2px 10px 15px;
  box-shadow: 0 2px 12px -2px #0003;
}

.button-5 {
  float: left;
  border-radius: 5px;
  margin-right: 5px;
  padding-right: 50px;
  display: block;
  position: static;
}

.link-onayami {
  border-bottom: 1px solid var(--dark-gray);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #94c5d5;
  background-image: url('../images/arrowN_03.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.link-onayami:hover {
  background-color: #94c5d58f;
}

.link-onayami._77 {
  background-color: #e9b2cf;
}

.link-onayami._88 {
  margin-top: 20px;
}

.onayami_shin9 {
  text-align: left;
  background-color: #ffffffa8;
  width: 330px;
  margin-bottom: 20px;
  padding: 10px 10px 5px;
  display: none;
  position: fixed;
  top: 65%;
  box-shadow: 0 2px 5px #0003;
}

.onamae_seitai {
  text-align: left;
  background-color: #ffffffa8;
  width: 330px;
  padding: 10px 10px 5px;
  display: none;
  position: fixed;
  top: 65%;
  box-shadow: 0 2px 5px #0003;
}

.onayami_kotsuban {
  text-align: left;
  background-color: #ffffffa8;
  padding: 10px 10px 5px;
  display: none;
  position: static;
  top: 342.125px;
  box-shadow: 0 2px 5px #0003;
}

.onayami_oil {
  text-align: left;
  background-color: #fffafacc;
  padding: 10px 10px 5px;
  display: none;
  position: absolute;
  top: 270.125px;
  box-shadow: 0 2px 5px #0003;
}

.onayami_biyou {
  text-align: left;
  background-color: #ffffffa8;
  padding: 10px 10px 5px;
  display: none;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.onayami_faceial {
  text-align: left;
  background-image: linear-gradient(#ffffffa8, #ffffffa8);
  padding: 10px 10px 5px;
  display: none;
  position: absolute;
  top: 294.125px;
  box-shadow: 0 2px 5px #0003;
}

.onayami_keana {
  text-align: left;
  background-color: #fffc;
  padding: 10px 10px 5px;
  display: none;
  position: absolute;
  top: 208.125px;
  box-shadow: 0 2px 5px #0003;
}

.onayami_matanity_shin9 {
  text-align: left;
  background-image: linear-gradient(#fffc, #fffc);
  padding: 10px 10px 5px;
  display: none;
  position: absolute;
  top: 184.125px;
  box-shadow: 0 2px 5px #0003;
}

.onayami_matanity_oil {
  text-align: left;
  background-color: #fffc;
  padding: 10px 10px 5px;
  display: none;
  position: absolute;
  top: 207.125px;
  box-shadow: 0 2px 5px #0003;
}

.onayami_ninkatsu, .onayami_shoni {
  text-align: left;
  background-color: #fffc;
  padding: 10px 10px 5px;
  display: none;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.onayami_title {
  border-bottom: 1px solid var(--light-gray);
  color: var(--dark-slate-gray);
  letter-spacing: 2px;
  background-image: url('../images/titleBuret_19.png');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 1.8;
}

.onayami_title._77 {
  letter-spacing: -2px;
  font-size: 19px;
}

.border {
  background-color: #c0e8f5;
  width: 80%;
  height: 1px;
  margin-bottom: 15px;
}

.title_main {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
}

.head {
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-bottom: 30px;
  display: flex;
}

.head2 {
  width: 70%;
}

.border_side {
  background-color: #94c5d5;
  width: 100%;
  height: 1px;
}

.columns-22 {
  align-items: center;
  width: 100%;
  display: flex;
}

.header_title {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 105px;
  display: flex;
}

.osusume_div {
  background-color: var(--white-smoke-2);
  width: 70%;
  margin-bottom: 20px;
  padding: 15px 30px 10px;
}

.border_rainbow {
  background-image: url('../images/back3_03-p-500_1.jpeg');
  background-position: 0 0;
  background-size: cover;
  height: 10px;
}

.instainside {
  padding-left: 10px;
}

.big2 {
  font-size: 30px;
}

.kouka {
  color: #ec7ec3;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
}

.uchigawa_div {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-32 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.price_waku2 {
  letter-spacing: 2px;
  border-bottom: 1px solid #d4d8d9e0;
  flex-direction: row;
  align-items: center;
  width: 80%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  display: flex;
}

.price_2 {
  float: left;
  color: #ff7575;
  font-size: 40px;
  display: inline-block;
}

.price_3 {
  float: left;
  font-size: 20px;
  display: inline-block;
}

.price_4 {
  float: left;
  font-size: 40px;
}

.price_box2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.price_5 {
  font-size: 23px;
  line-height: 30px;
}

.text14right {
  float: right;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.price_6 {
  float: left;
  color: var(--dark-slate-gray);
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
}

.price_7 {
  background-color: #f4c2b926;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 16px;
}

.price_7_2 {
  font-size: 22px;
}

.text16left {
  text-align: justify;
  letter-spacing: 1px;
  font-size: 16px;
}

.text-span-2 {
  float: left;
}

.price_8 {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}

.step_waku3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.step_no {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.step_title {
  float: left;
  color: #8ed1c0;
}

.step_waku4 {
  height: 100%;
  padding: 150px 20px 60px;
  display: inline-block;
}

.step_waku7 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text14left {
  clear: left;
  color: var(--dark-slate-gray);
  text-align: justify;
  letter-spacing: 2px;
  object-fit: fill;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  position: static;
}

.image-42 {
  margin-top: 0;
}

.step_ex {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.step_no-copy {
  text-align: left;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.step_mobile {
  display: block;
}

.step_mobile_waku {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.text4_2 {
  float: left;
  color: #e6babb;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #e6babb;
  padding-left: 5px;
  padding-right: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.qa_div {
  width: 100%;
  margin-top: 60px;
  display: block;
}

.qa2-copy {
  margin-top: 10px;
  padding: 20px 10px;
}

.qa5-copy {
  color: #80a0e0;
  font-size: 25px;
}

.tab1 {
  color: var(--dark-slate-gray);
  letter-spacing: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.tab2 {
  border: 1px solid var(--gray);
  color: var(--dark-slate-gray);
  background-color: #fff;
  margin-right: 10px;
  padding-left: 60px;
  padding-right: 60px;
  transition: all .2s;
}

.tab2:hover {
  background-color: var(--gainsboro-2);
}

.white_small {
  letter-spacing: -2px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  font-size: 25px;
}

.qatitle1 {
  color: var(--dark-slate-gray);
  letter-spacing: 3px;
  background-image: url('../images/arrow_down_10.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-top: 1px solid #adafb3;
  border-bottom: 1px solid #adafb3;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 45px 5px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.qatitle1:hover {
  opacity: .7;
}

.dt1 {
  color: var(--dark-slate-gray);
  letter-spacing: 3px;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
}

.dt4 {
  color: var(--dark-slate-gray);
  letter-spacing: 2px;
  margin-left: -10px;
  margin-right: -10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 1.8;
}

.dt3 {
  color: var(--dark-slate-gray);
  letter-spacing: 2px;
  margin-top: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.dt2 {
  color: var(--dark-slate-gray);
  text-align: center;
  letter-spacing: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 23px;
  line-height: 1.3;
}

.dropdown-link {
  border-bottom: 1px solid var(--dark-gray);
  margin-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.dropdown-link:hover {
  color: #cc4599;
}

.dropdown-toggle-2 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.quote {
  background-color: #f7f7f7;
  margin-bottom: 10px;
  padding: 15px;
}

.text16right {
  float: right;
  color: var(--dark-slate-gray);
  text-align: right;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 26px;
}

.columns-23 {
  margin-top: 40px;
}

.text-block-33 {
  text-align: center;
}

.step5_navi {
  top: 151px;
}

.mask-2, .left-arrow-3 {
  overflow: hidden;
}

.text16left_red {
  color: #d50404;
}

.price9 {
  font-size: 18px;
}

.price10 {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
}

.price_waku3 {
  border-bottom: 1px solid #d4d8d9e0;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  display: flex;
}

.notice3 {
  background-color: var(--white-smoke);
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 40px;
  padding: 5px 10px;
}

.shinq489 {
  transition: all .2s;
}

.shinq489:hover {
  opacity: .7;
}

.present {
  border: 1px none var(--light-gray);
  background-image: url('../images/titleBuret_19.png'), linear-gradient(150deg, #f4fcff 54%, #e2eff3 85%);
  background-position: 1%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 33px, auto;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 10px 10px 10px 50px;
  box-shadow: 0 2px 2px #e2eff3;
}

.container-12 {
  max-width: 100%;
}

.d2 {
  color: var(--dark-slate-gray);
  text-align: center;
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.d3 {
  color: var(--dark-slate-gray);
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
}

.image80parsent {
  width: 80%;
}

.bold3 {
  color: #da6363;
  font-size: 18px;
  font-weight: 700;
}

.columns-24 {
  margin-top: 30px;
}

.link_footer {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  text-decoration: none;
}

.checkbox {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: block;
}

.t12 {
  float: none;
  text-align: left;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.8;
}

.div1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t20 {
  text-align: left;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.t21 {
  text-align: left;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.text-block-34 {
  color: #9c9c9c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.text-block-35 {
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-36 {
  letter-spacing: 2px;
}

.column-46 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.bold4 {
  color: #ec6f6f;
  font-size: 18px;
  font-weight: 600;
}

.div2 {
  background-image: url('../images/24832533J.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 40px;
  padding: 20px;
}

.div3 {
  padding: 5px;
}

.columns-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.t39 {
  color: var(--dark-slate-gray);
  letter-spacing: 2px;
  background-color: #ffe3e3;
  padding: 5px 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link10 {
  color: var(--dark-slate-gray);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.columns-26, .columns-27 {
  margin-bottom: 20px;
}

.code-embed {
  text-align: left;
}

.shimai1 {
  float: left;
  color: #fff;
  background-color: #e8b0d3;
  padding: 2px 10px;
  display: inline-block;
}

.shimai2 {
  float: left;
  color: gray;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
}

.shimai3 {
  text-align: left;
  border: 1px solid #cfcfcf;
  margin-top: 20px;
  padding: 10px 20px;
}

.shimai4 {
  color: gray;
  text-align: left;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.shimai5 {
  color: #e8b0d3;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.qa7 {
  width: 100%;
}

.image-43 {
  margin-bottom: 10px;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-30 {
  width: 80%;
}

.image-44 {
  transition: opacity .2s;
  display: block;
}

.image-44:hover {
  opacity: .7;
}

html.w-mod-js [data-ix="hero-arrow-block-link"] {
  opacity: 0;
  transform: translate(0, 20px)scale(.95);
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

html.w-mod-js [data-ix="flower-icon"], html.w-mod-js [data-ix="upper-heading"], html.w-mod-js [data-ix="hero-heading"], html.w-mod-js [data-ix="hero-button"] {
  opacity: 0;
  transform: translate(0, 20px)scale(.95);
}

html.w-mod-js [data-ix="contact-form"] {
  opacity: 0;
  transform: translate(0, 20px)scale(.7);
}

html.w-mod-js [data-ix="display-none-on-load"] {
  height: 0;
}

html.w-mod-js [data-ix="image-frame-left"], html.w-mod-js [data-ix="image-frame-right"] {
  opacity: 0;
  transform: translate(30px);
}

html.w-mod-js [data-ix="dynamic-item-blog"] {
  opacity: 0;
  transform: scale(.98);
}

html.w-mod-js [data-ix="body-opacity-100"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .onayamiculumn1 {
    width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section._18 {
    background-image: url('../images/header_ninkatsu.jpg');
    background-position: 0 0;
  }

  .slider {
    width: 40%;
  }

  .onayamiculumn1 {
    width: 80%;
  }

  .onayami_shin9 {
    width: 380px;
    top: 67%;
  }

  .header_title {
    background-size: 18%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section._18 {
    background-image: url('../images/header_ninkatsu.jpg');
    background-position: 50% 30%;
  }

  .upper-heading.title {
    color: #e8b0d3;
    font-size: 30px;
    font-weight: 400;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #e8b0d3;
  }

  .navbar-scroll {
    display: none;
  }

  .about-text._2 {
    margin-bottom: 10px;
  }

  .menu_open:hover {
    color: #e8b0d3;
  }

  .columns {
    flex-direction: row;
    display: inline-block;
  }

  .rev {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .text-block-21 {
    padding-left: 10px;
  }

  .dark2 {
    font-size: 20px;
  }

  .div-block-25._3 {
    width: 60%;
  }

  .menu_open-copy:hover {
    color: #e8b0d3;
  }

  .menudiv, .div-block-25-copy._3 {
    width: 60%;
  }

  .slider {
    width: 40%;
  }

  .onayamiculumn1 {
    width: 70%;
  }

  .onayami_shin9 {
    width: 400px;
    display: none;
    top: 68%;
  }

  .header_title {
    background-size: 15%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 74px;
  }

  h3 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.hero-button {
    margin-bottom: 120px;
  }

  .hero-section {
    background-image: linear-gradient(to bottom, null, null);
    padding-bottom: 0;
    display: block;
  }

  .hero-section.menus._2 {
    background-image: url('../images/back_harihari.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    height: 440px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.menus._3 {
    background-image: url('../images/back_biyoukaohari2.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    height: 440px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.menus._4 {
    background-image: url('../images/body_header.jpg'), linear-gradient(to bottom, null, null);
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._5 {
    background-image: url('../images/paso_header2.jpg'), linear-gradient(to bottom, null, null);
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._6 {
    background-image: url('../images/golf_header.jpg'), linear-gradient(to bottom, null, null);
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._7 {
    background-image: url('../images/head_header2.jpg'), linear-gradient(to bottom, null, null);
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._8 {
    background-image: url('../images/visitor_head.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    height: 440px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.menus._9 {
    background-attachment: scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._10 {
    background-image: linear-gradient(#0003, #0003), url('../images/staff_head2.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    height: 440px;
    padding-bottom: 0;
  }

  .hero-section.menus._11 {
    background-image: linear-gradient(#0003, #0003), url('../images/about_header.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    height: 440px;
    padding-bottom: 0;
  }

  .hero-section.menus._12 {
    background-attachment: scroll;
    height: 440px;
    padding-bottom: 0;
  }

  .hero-section.menus._13 {
    background-image: url('../images/inq_header.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    height: 440px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.menus._16 {
    padding-bottom: 0;
  }

  .hero-section.menus._20 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 440px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.menus._14 {
    height: 440px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section._15.menus {
    background-image: linear-gradient(#0000, #0000), url('../images/colm_back.jpg');
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .hero-section._16, .hero-section._17, .hero-section._18, .hero-section._19, .hero-section._20 {
    height: 440px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo.big {
    margin-top: 10px;
  }

  .upper-heading {
    font-size: 14px;
  }

  .upper-heading.title.new {
    margin-top: 70px;
  }

  .upper-heading.about {
    color: #dba94b;
    margin-bottom: 0;
    font-family: Great Vibes, cursive;
    font-size: 30px;
  }

  .upper-heading.hero {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.clients._2 {
    padding: 60px 10px;
  }

  .colum-facts {
    text-align: center;
    border-top-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #dba94b4d;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
    margin-bottom: 0;
  }

  .colum-facts:hover {
    border-bottom: 1px solid #dba94b4d;
    border-right-style: none;
    border-right-width: 0;
  }

  .colum-facts.last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .numbers {
    margin-top: auto;
  }

  .white-title {
    margin-bottom: 0;
    font-size: 30px;
  }

  .white-title.second {
    letter-spacing: 1px;
    margin-bottom: 40px;
  }

  .menu-button {
    float: right;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin-top: 30px;
    margin-right: 10px;
    padding: 10px 10px 10px 9px;
    transition: background-color .5s;
    display: block;
  }

  .menu-button:hover {
    background-color: #ffffff4a;
    transition: none;
  }

  .menu-button.w--open {
    float: right;
    text-align: left;
    background-color: #ffffff21;
    height: 50px;
    padding-left: 9px;
    top: 0;
    left: 0;
  }

  .color-stripe {
    background-image: url('../images/ten2.jpg');
    background-position: 0 0;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .team-name {
    font-size: 16px;
  }

  .testimonials-text {
    margin-left: 55px;
    margin-right: 55px;
  }

  .copyright {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .copyright.white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    text-align: center;
    margin: 4px 10px;
    display: block;
  }

  .nav-link.w--current {
    display: block;
  }

  .icon-menu {
    opacity: 1;
    color: #fff;
    text-align: center;
    font-size: 30px;
    display: block;
  }

  .icon-menu.lines:hover {
    color: #fff;
  }

  .navbar-scroll {
    display: none;
  }

  .hero-heading {
    text-shadow: none;
    margin-bottom: 40px;
    font-size: 55px;
  }

  .hero-heading.smaller {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 40px;
  }

  .hero-heading.minimal {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 50px;
  }

  .nav-menu {
    background-color: #0009;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu.second {
    text-align: center;
    display: block;
    position: absolute;
  }

  .hero-text {
    width: auto;
    margin-bottom: 0;
  }

  .hero-text.about {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .hero-text.box {
    margin-bottom: 0;
  }

  .flower-image {
    margin-top: 100px;
    padding-top: 0;
  }

  .navbar-containner {
    transition: background-color .5s;
  }

  .about-text {
    margin-left: 60px;
    margin-right: 60px;
  }

  .about-text.reservation {
    display: none;
  }

  .about-text.new {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-text._2 {
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
  }

  .dark-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .logo-slide {
    clear: both;
  }

  .section-info.contact {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-conatct-text {
    font-size: 13px;
  }

  .testimonials-slide {
    margin-top: 20px;
  }

  .slide-nav {
    padding-top: 20px;
  }

  .company-text {
    font-size: 13px;
  }

  .menu {
    padding: 45px 10px;
  }

  .hero-containner._3 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .title-plate {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .title-plate.in {
    float: left;
    text-align: center;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10px;
    font-size: 13px;
  }

  .reservation {
    height: auto;
  }

  .open-reservation {
    z-index: 2000;
    width: 50px;
    height: 50px;
    margin-top: 35px;
    padding: 3px 12px;
    top: 0;
    right: 0;
  }

  .chef-image {
    margin-top: 40px;
    padding-top: 0;
  }

  .plate {
    border-bottom-left-radius: 5px;
    height: auto;
    margin-bottom: 15px;
    padding-top: 200px;
    padding-bottom: 20px;
    padding-right: 31px;
  }

  .menus {
    padding: 25px 10px 45px;
  }

  .tab-menus-link {
    width: 23%;
  }

  .tab-menus-link.w--current {
    width: 23%;
    font-size: 11px;
  }

  .menu-image-block {
    width: 125px;
    height: 125px;
  }

  .price {
    height: 85px;
    padding-top: 30px;
  }

  .price.inn {
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
  }

  .info-plate {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .menu-list-iteam {
    padding-right: 70px;
  }

  .info-blog {
    width: 85%;
  }

  .blog-post-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .hero-blog {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .container-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-plate-div {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .column-2 {
    border-radius: 5px;
  }

  .title-tab {
    font-size: 11px;
  }

  .chef-div {
    background-position: 50%;
    height: 480px;
  }

  .dynamic-item {
    float: left;
    position: static;
  }

  .div-frame-right {
    width: 57%;
  }

  .image-wrapper {
    text-align: center;
    border-radius: 5px;
    width: 350px;
    height: 350px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-frame-left {
    width: 57%;
  }

  .cheefs {
    margin-top: 0;
    margin-bottom: 0;
  }

  .reserve {
    border-radius: 5px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 13px;
  }

  .recipes-gallery {
    background-image: linear-gradient(#0000, #0000), url('../images/ten1.jpg');
    background-attachment: scroll, scroll;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .recipes-div {
    height: 260px;
  }

  .recipes-div._2 {
    background-image: url('../images/1-min.jpg');
    background-size: cover;
  }

  .recipes-div._5 {
    background-image: url('../images/5-min.jpg');
    height: 260px;
  }

  .vegan {
    color: #666;
    background-color: #ebebeb;
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .plate-important-info {
    padding-top: 20px;
  }

  .kosher, .spicy {
    color: #666;
    background-color: #ebebeb;
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .list.open {
    width: 181px;
  }

  .project-description {
    text-align: left;
  }

  .t-image {
    margin-bottom: 10px;
  }

  .project-title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .p_right._6 {
    text-align: left;
    width: 96%;
  }

  .section-2 {
    padding: 45px 10px;
  }

  .columns {
    width: 100%;
  }

  .columns._5 {
    width: 75%;
  }

  .t8 {
    margin-bottom: 0;
    font-size: 35px;
  }

  .t9 {
    margin-bottom: 0;
    font-size: 50px;
  }

  .t11 {
    margin-bottom: 0;
    font-size: 30px;
  }

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

  .entry_con {
    padding-left: 0;
    padding-right: 0;
  }

  .a3 {
    float: right;
    clear: left;
    width: 40%;
  }

  .a_div {
    width: 80%;
  }

  .a2 {
    width: 75%;
  }

  .button-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    font-size: 20px;
  }

  .button-3._2 {
    padding-left: 60px;
    padding-right: 100px;
  }

  .yoyaku_waku {
    margin-bottom: 20px;
  }

  .yoyaku_waku._2 {
    margin-bottom: 40px;
  }

  .hero-link-button {
    margin-bottom: 50px;
  }

  .text-block-6 {
    text-shadow: 1px 1px 6px #000;
    font-size: 25px;
  }

  .div-block-11, .div-block-11._1 {
    background-size: cover;
    height: 400px;
  }

  .div-block-11._6 {
    margin-top: 20px;
  }

  .bb {
    letter-spacing: -2px;
    background-position: 90%;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 14px;
  }

  .notice {
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
  }

  .head_text {
    font-size: 25px;
    line-height: 40px;
  }

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

  .navbar-2 {
    display: block;
  }

  .yoyaku_sumaho {
    display: none;
  }

  .step2 {
    height: 420px;
  }

  .step2._3 {
    height: auto;
  }

  .step_waku {
    display: block;
  }

  .pallogo_txt {
    line-height: 1.5;
  }

  .entry_con-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .yoyaku_sumaho_big {
    display: none;
  }

  .col1 {
    line-height: 25px;
  }

  .col5 {
    line-height: 1.5;
  }

  .athlete {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text_white {
    font-size: 18px;
  }

  .background-video-3 {
    display: none;
  }

  .kuchikomi {
    width: 100%;
  }

  .heading-2 {
    font-size: 22px;
  }

  .center-text {
    font-size: 14px;
  }

  .section-3 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .overall-column {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overall-column.contact {
    text-align: left;
    margin-bottom: 0;
  }

  .flower-image-2 {
    margin-top: 130px;
  }

  .hero-heading-2 {
    text-shadow: none;
    margin-bottom: 40px;
    font-size: 55px;
  }

  .pagetitle {
    line-height: 40px;
  }

  .ethte2 {
    height: 440px;
  }

  .ethte3 {
    background-position: 50%, 0 0;
    height: 440px;
  }

  .menudiv {
    width: 100%;
  }

  .explanation {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
  }

  .link-onayami {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .link-onayami._77 {
    letter-spacing: 0;
  }

  .head {
    width: 100%;
  }

  .border_side {
    height: 1px;
  }

  .header_title {
    padding-bottom: 70px;
  }

  .osusume_div {
    width: 80%;
  }

  .big2 {
    font-size: 25px;
  }

  .price_waku2 {
    width: 100%;
  }

  .price_2 {
    font-size: 30px;
  }

  .price_3 {
    font-size: 14px;
  }

  .tab1 {
    text-align: center;
  }

  .tab2 {
    width: 100%;
  }

  .tab2.w--current {
    width: 100%;
    margin-bottom: 10px;
  }

  .qatitle1 {
    margin-bottom: 10px;
  }

  .submenu_div {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .dt1 {
    font-size: 30px;
  }

  .dt3 {
    margin-top: 10px;
  }

  .dt2 {
    width: 100%;
    font-size: 20px;
  }

  .d2 {
    font-size: 27px;
  }

  .columns-25 {
    display: block;
  }

  .t39 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 24px;
  }

  h4 {
    text-align: left;
  }

  p {
    margin-bottom: 20px;
  }

  .hero-section {
    display: none;
  }

  .hero-section.menus._2 {
    background-image: url('../images/back_harihari.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    height: 330px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-section.menus._3 {
    background-image: url('../images/back_biyoukaohari2.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    height: 330px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-section.menus._4 {
    background-image: url('../images/rinpaheader2.jpg'), linear-gradient(#0000, #0000);
    background-position: 30%, 0 0;
    background-attachment: scroll, scroll;
    padding-bottom: 0;
    display: block;
  }

  .hero-section.menus._5 {
    background-image: url('../images/paso_header2.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    padding-bottom: 0;
    display: block;
  }

  .hero-section.menus._6 {
    background-image: url('../images/golf_header.jpg'), linear-gradient(to bottom, null, null);
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._7 {
    background-image: url('../images/head_header2.jpg'), linear-gradient(to bottom, null, null);
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._8 {
    background-image: url('../images/visitor_head.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    height: 330px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.menus._9 {
    background-attachment: scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._10 {
    background-image: linear-gradient(#0003, #0003), url('../images/staff_head2.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    height: 330px;
    padding-bottom: 0;
    display: block;
  }

  .hero-section.menus._11 {
    background-image: linear-gradient(#0003, #0003), url('../images/about_header.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    height: 330px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-section.menus._12 {
    background-position: 0%;
    background-attachment: scroll;
    height: 330px;
    padding-bottom: 0;
    display: block;
  }

  .hero-section.menus._13 {
    background-image: url('../images/inq_header.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-attachment: scroll, scroll;
    height: 330px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-section.menus._20 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 330px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-section.menus._14 {
    height: 330px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-section._15.menus {
    background-image: linear-gradient(#0000, #0000), url('../images/colm_back.jpg');
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    height: 330px;
    padding-bottom: 0;
    display: block;
  }

  .hero-section._8 {
    display: block;
  }

  .hero-section._16, .hero-section._17, .hero-section._18, .hero-section._19, .hero-section._20 {
    height: 330px;
    display: block;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo.big.contact {
    text-align: center;
  }

  .upper-heading {
    font-size: 14px;
    display: block;
  }

  .upper-heading.title {
    margin-bottom: 0;
    font-size: 29px;
  }

  .upper-heading.title.new {
    margin-top: 40px;
  }

  .upper-heading.about {
    margin-top: 50px;
    font-size: 30px;
  }

  .upper-heading.title {
    text-align: left;
    font-size: 18px;
  }

  .section.blog {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.clients._2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .colum-facts {
    text-align: center;
    margin-bottom: 0;
  }

  .numbers {
    margin-top: auto;
  }

  .white-title {
    margin-bottom: 0;
  }

  .white-title.second {
    margin-bottom: 40px;
  }

  .menu-button {
    margin-top: 30px;
    margin-right: 10px;
  }

  .circle-icon-block.social.contact {
    border-width: 2px;
    margin-top: 30px;
    margin-bottom: 90px;
  }

  .color-stripe {
    background-image: url('../images/ten2.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    padding: 120px 10px;
  }

  .testimonials-text {
    font-size: 14px;
    line-height: 22px;
  }

  .copyright {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .copyright.white {
    padding-top: 5px;
  }

  .hero-heading {
    text-shadow: none;
    font-size: 60px;
  }

  .hero-heading.smaller {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .hero-heading.minimal {
    margin-top: 10px;
    font-size: 40px;
  }

  .nav-menu {
    top: 101px;
  }

  .testimonials {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero-text {
    width: auto;
    margin-bottom: 0;
  }

  .hero-text.about {
    margin-top: 0;
  }

  .about-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
  }

  .about-text.reservation {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .about-text._2 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .dark-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .logo-slide {
    height: auto;
  }

  .section-info.contact {
    padding-top: 30px;
  }

  .contact-map-form {
    margin-top: 50px;
  }

  .info-conatct-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .slide-1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slide-nav {
    display: none;
  }

  .info-comapny-column {
    text-align: center;
    margin-bottom: 70px;
  }

  .company-text {
    text-align: center;
  }

  .menu {
    padding: 30px 10px;
  }

  .social-div {
    margin-bottom: 20px;
  }

  .hero-containner._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-containner._3 {
    padding: 50px 10px 0;
  }

  .title-plate {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
  }

  .title-plate.in {
    text-align: left;
  }

  .wrapper {
    margin-right: 0;
  }

  .wrapper._2 {
    margin-left: auto;
  }

  .open-reservation {
    margin-top: 35px;
    top: 0;
    right: 0;
  }

  .chef-image {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .plate {
    height: 500px;
    margin-bottom: 10px;
    padding-top: 430px;
    padding-right: 300px;
  }

  .column-chef {
    text-align: center;
  }

  .form-wrapper {
    margin-bottom: 50px;
  }

  .menus {
    padding: 30px 20px;
  }

  .menu-tab-menu {
    margin-bottom: 150px;
  }

  .tab-menus-link {
    width: 100%;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-menus-link:hover {
    background-color: #c9983e;
  }

  .tab-menus-link.w--current {
    width: 100%;
    margin-bottom: 2px;
  }

  .tab-menus-link.w--current:hover {
    background-color: #1a1d2ef7;
  }

  .menu-image-block {
    width: 130px;
    height: 130px;
    margin-right: 15px;
  }

  .price {
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .price.inn {
    padding-bottom: 10px;
  }

  .info-plate {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
  }

  .menu-list-iteam {
    padding-right: 70px;
  }

  .blog-image {
    margin-bottom: 30px;
  }

  .info-blog {
    width: 50%;
  }

  .blog-post-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-blog {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .chef-div {
    display: none;
  }

  .div-frame-right {
    width: 60%;
    margin-bottom: 10px;
    right: 35%;
  }

  .image-wrapper {
    background-position: 50%;
    width: 100%;
    height: 500px;
    margin: 5px 0;
  }

  .table-title {
    text-align: left;
  }

  .footer-tittle {
    text-align: center;
  }

  .div-frame-left {
    width: 60%;
  }

  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reserve {
    margin-right: 20px;
  }

  .recipes-gallery {
    background-image: linear-gradient(#0000, #0000), url('../images/ten1.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 120px 10px;
  }

  .recipes-div, .recipes-div._5 {
    height: 200px;
  }

  .center {
    text-align: center;
  }

  .image {
    margin-bottom: 20px;
  }

  .p_left._5 {
    width: 24%;
  }

  .p_left._5._6._2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .k_image {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .project-column {
    padding-top: 23px;
    padding-bottom: 34px;
  }

  .p_right._5 {
    width: 24%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .p_right._6 {
    text-align: left;
    width: 96%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .section-2 {
    padding: 30px 10px;
  }

  .columns {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .columns._5 {
    width: auto;
  }

  .t1._8 {
    font-size: 20px;
  }

  .t1._9, .t1._10 {
    font-size: 16px;
  }

  .t3._3._5 {
    width: auto;
  }

  .column-3 {
    padding-top: 20px;
  }

  .t8._1 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .t8._1._2 {
    letter-spacing: 2px;
    margin-top: 10px;
  }

  .t9 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .t11 {
    margin-bottom: 0;
    font-size: 25px;
  }

  .div-block-4, .sya1._9 {
    width: 100%;
  }

  .entry_con, .s_left {
    padding-left: 0;
    padding-right: 0;
  }

  .a3 {
    float: right;
    clear: left;
    width: 80%;
  }

  .a_div {
    width: 90%;
  }

  .a2 {
    width: 80%;
    font-size: 14px;
  }

  .a1 {
    width: 20%;
    font-size: 14px;
  }

  .button-3 {
    padding: 15px 60px;
    font-size: 18px;
  }

  .yoyaku_waku._2 {
    margin-bottom: 40px;
  }

  .slider_pc {
    display: none;
  }

  .text-block-6 {
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000;
    font-size: 25px;
  }

  .heading {
    padding: 5px 10px;
    line-height: 30px;
  }

  .nagu_t {
    line-height: 25px;
  }

  .kaiin {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block {
    padding-right: 0;
  }

  .columns-7 {
    display: block;
  }

  .otoku {
    font-size: 16px;
  }

  .div-block-11, .div-block-11._1 {
    background-size: cover;
    height: 400px;
  }

  .div-block-11._6 {
    margin-top: 20px;
  }

  .div-block-12 {
    margin-bottom: 15px;
  }

  .image-13 {
    display: block;
  }

  .tpm {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 30px;
    display: flex;
    position: static;
  }

  .notice {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

  .head_text {
    font-size: 18px;
    line-height: 25px;
  }

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

  .text-block-10 {
    text-align: left;
  }

  .navbar-2 {
    display: none;
  }

  .yoyaku_sumaho {
    background-color: #0000;
    display: none;
    position: fixed;
    inset: auto 0% -338px;
  }

  .div-block-13 {
    text-align: center;
    background-color: #dba94b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
  }

  .sma_bt {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .suma_bt {
    margin-top: 5px;
  }

  .suma_ue {
    background-color: #d49100;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .suma_shita {
    background-color: #94c6c6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-11 {
    color: #fff;
    letter-spacing: 5px;
    font-size: 20px;
  }

  .columns-11, .container-7 {
    display: none;
  }

  .step2 {
    float: left;
    text-align: center;
    width: 100%;
  }

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

  .pallogo_txt {
    line-height: 1.5;
  }

  .youkou_title {
    margin-bottom: 20px;
  }

  .tel_time {
    font-size: 15px;
  }

  .entry_text1 {
    margin-bottom: 20px;
  }

  .entry_tel {
    margin-bottom: 0;
  }

  .entry_con-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .entry_button {
    width: 50%;
  }

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

  .yoyaku_sumaho_big {
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: fixed;
    inset: auto 0% -336px;
  }

  .column-26 {
    text-align: center;
  }

  .pallink {
    width: 80%;
  }

  .pallink_image {
    width: 50%;
  }

  .col1 {
    line-height: 25px;
  }

  .col2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
  }

  .col_div1 {
    width: 80%;
  }

  .athlete {
    background-position: 94%, 0%;
    background-size: 20px, cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .athlete:hover {
    background-position: 96%, 0%;
  }

  .text_white {
    font-size: 16px;
  }

  .container-8 {
    margin-top: 30px;
  }

  .kuchikomi {
    width: 100%;
  }

  .pic_com {
    left: 50px;
  }

  .pic_com._2 {
    width: 80%;
  }

  .div-block-19 {
    display: block;
  }

  .text-block-25 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .null {
    display: none;
  }

  .overall-column.contact {
    text-align: left;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading-2 {
    text-shadow: none;
    font-size: 60px;
  }

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

  .ethte2, .ethte3 {
    height: 330px;
  }

  .q2-2 {
    line-height: 1.5;
  }

  .step_waku_pc {
    display: block;
  }

  .menudiv {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .explanation {
    text-align: left;
    letter-spacing: 0;
    font-size: 16px;
  }

  .div-block-27, .ex_pic1 {
    display: none;
  }

  .slider {
    width: 100%;
    display: block;
  }

  .image-41 {
    width: 70%;
  }

  .tabs, .tabs-2 {
    display: none;
  }

  .onayamiculumn1 {
    display: block;
  }

  .onayamidiv {
    margin-bottom: 10px;
  }

  .link-onayami {
    background-image: url('../images/arrowN_03.png');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .head {
    width: 100%;
  }

  .border_side {
    height: 0;
  }

  .columns-22 {
    display: block;
  }

  .header_title {
    padding-bottom: 70px;
  }

  .osusume_div {
    width: 90%;
  }

  .price_waku2 {
    display: block;
  }

  .step_waku3 {
    width: 100%;
  }

  .step_waku4 {
    display: none;
  }

  .step_waku7 {
    display: block;
  }

  .step_waku5 {
    display: none;
  }

  .step_mobile {
    display: block;
  }

  .column-41, .column-42 {
    padding-bottom: 10px;
  }

  .tab1 {
    text-align: center;
  }

  .tab2 {
    text-align: left;
    width: 100%;
  }

  .tab2.w--current {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .white_small {
    font-size: 20px;
  }

  .qatitle1 {
    margin-bottom: 10px;
  }

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

  .dt1 {
    margin-bottom: 10px;
  }

  .dt4 {
    width: 100%;
    font-size: 14px;
  }

  .dt3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .dt2 {
    margin-top: 10px;
    font-size: 18px;
  }

  .column-43 {
    text-align: center;
    margin-bottom: 20px;
    position: static;
  }

  .column-44 {
    text-align: center;
    position: static;
  }

  .column-45 {
    text-align: center;
    margin-bottom: 20px;
  }

  .columns-23 {
    text-align: center;
  }

  .price_waku3 {
    display: block;
  }

  .image70parcent {
    max-width: 70%;
  }

  .d2 {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .div1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c1 {
    height: 400px;
  }

  .columns-25 {
    display: block;
  }

  .container-13 {
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }

  h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
    display: inline-block;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  p {
    text-align: left;
    margin-bottom: 20px;
  }

  ul, li {
    text-align: left;
  }

  blockquote {
    text-align: left;
    font-weight: 400;
  }

  .button.hero-button {
    margin-bottom: 100px;
  }

  .hero-section {
    display: none;
  }

  .hero-section.menus {
    background-repeat: repeat;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-section.menus._2 {
    background-image: url('../images/back_harihari.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    height: 270px;
    padding-bottom: 0;
    display: block;
  }

  .hero-section.menus._3 {
    background-image: url('../images/back_biyoukaohari2.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    height: 270px;
    padding-bottom: 0;
    display: block;
  }

  .hero-section.menus._4 {
    background-image: url('../images/rinpaheader2.jpg');
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 0;
    display: block;
  }

  .hero-section.menus._5 {
    background-image: url('../images/paso_header2.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    padding-bottom: 0;
    display: block;
  }

  .hero-section.menus._6 {
    background-image: url('../images/golf_header.jpg'), linear-gradient(to bottom, null, null);
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._7 {
    background-image: url('../images/head_header2.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._8 {
    background-image: url('../images/visitor_head.jpg'), linear-gradient(#0000, #0000);
    background-attachment: scroll, scroll;
    height: 270px;
    padding-bottom: 0;
  }

  .hero-section.menus._9 {
    background-attachment: scroll;
    padding-bottom: 0;
  }

  .hero-section.menus._10 {
    background-image: linear-gradient(#0003, #0003), url('../images/staff_head2.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 270px;
    padding-bottom: 0;
  }

  .hero-section.menus._11 {
    background-image: linear-gradient(#0003, #0003), url('../images/about_header.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    height: 270px;
    padding-bottom: 0;
  }

  .hero-section.menus._12 {
    background-position: 50%;
    background-attachment: scroll;
    height: 220px;
    padding-bottom: 0;
  }

  .hero-section.menus._13 {
    height: 270px;
  }

  .hero-section.menus._116, .hero-section.menus._16 {
    padding-bottom: 0;
  }

  .hero-section.menus._20 {
    background-position: 50% -50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 270px;
    display: block;
  }

  .hero-section.menus._14 {
    height: 270px;
  }

  .hero-section._15.menus {
    background-image: linear-gradient(#0000, #0000), url('../images/colm_back.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 270px;
  }

  .hero-section._8 {
    display: block;
  }

  .hero-section._16, .hero-section._17, .hero-section._18, .hero-section._19, .hero-section._20 {
    height: 270px;
    display: block;
  }

  .hero-section._21 {
    background-position: 80%;
  }

  .navbar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
  }

  .logo.big {
    font-size: 40px;
  }

  .upper-heading {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .upper-heading.title {
    margin-top: 0;
    font-size: 18px;
  }

  .upper-heading.hero {
    margin-bottom: 0;
    font-size: 28px;
  }

  .upper-heading.about {
    margin-top: 50px;
    font-size: 20px;
    line-height: 0;
  }

  .upper-heading.title {
    text-align: left;
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .upper-heading.title._22 {
    line-height: 25px;
  }

  .upper-heading.hero {
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
  }

  .section.blog {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.clients._2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .white-title {
    margin-bottom: 0;
    font-size: 22px;
  }

  .white-title.fact {
    display: block;
  }

  .white-title.second {
    font-size: 17px;
  }

  .menu-button {
    border-color: #fff6;
    margin-top: 35px;
  }

  .color-stripe {
    background-image: linear-gradient(#0000, #0000), url('../images/ten2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 60px 7px;
  }

  .team-name {
    font-size: 16px;
  }

  .testimonials-text {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    padding-bottom: 60px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .copyright {
    font-size: 11px;
  }

  .copyright.white {
    padding-top: 0;
    font-size: 11px;
  }

  .nav-link {
    letter-spacing: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
  }

  .nav-link.w--current {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .hero-heading {
    text-shadow: none;
    font-size: 38px;
  }

  .hero-heading.smaller {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 23px;
  }

  .hero-heading.smaller._5 {
    letter-spacing: -1px;
    font-size: 23px;
  }

  .hero-heading.smaller._7 {
    letter-spacing: -2px;
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .hero-heading.smaller._8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .hero-heading.smaller._9 {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .hero-heading.minimal {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .nav-menu.second {
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .hero-text {
    width: auto;
    margin-bottom: 0;
  }

  .hero-text.blog {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text.about {
    padding-left: 0;
    padding-right: 0;
  }

  .flower-image {
    padding-top: 0;
  }

  .ornament {
    margin-bottom: 10px;
  }

  .about-text {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }

  .about-text._2 {
    text-align: left;
    margin: 20px 0 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .dark-title {
    letter-spacing: 0;
    margin-top: 60px;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 30px;
    display: block;
  }

  .dark-title._5 {
    margin-bottom: 0;
  }

  .dark-title._6 {
    margin-bottom: 10px;
  }

  .logo-slide {
    height: auto;
  }

  .section-info.contact {
    margin-top: 140px;
    padding-top: 40px;
  }

  .info-conatct-text {
    font-size: 13px;
  }

  .testimonials-slide {
    height: 222px;
  }

  .slide-1 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .slide-nav {
    display: none;
  }

  .company-text {
    font-size: 13px;
  }

  .menu {
    padding: 30px 7px;
  }

  .hero-containner._2 {
    padding-top: 0;
  }

  .hero-containner._3 {
    padding: 100px 7px 0;
  }

  .title-plate {
    margin-top: 15px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    display: inline-block;
  }

  .title-plate.in {
    float: left;
    text-align: center;
    font-size: 16px;
  }

  .open-reservation {
    top: 0;
    right: 0;
  }

  .chef-image {
    display: none;
  }

  .plate {
    height: auto;
    padding-top: 280px;
    padding-right: 20px;
  }

  .menus {
    padding: 15px 7px;
  }

  .tab-menus-link, .tab-menus-link.w--current {
    margin-bottom: 2px;
  }

  .tab-menus-link.w--current:hover {
    background-color: #33395cf7;
  }

  .menu-image-block {
    float: none;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .price {
    float: none;
    height: 55px;
    margin-top: 0;
    padding-top: 15px;
    display: inline-block;
    position: static;
    top: 12px;
  }

  .price.inn {
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .info-plate {
    margin-bottom: 10px;
    margin-right: 75px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 19px;
    display: block;
  }

  .menu-list-iteam {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .info-blog {
    width: 85%;
  }

  .hero-blog {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .container-blog {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-wrapper-div {
    width: 90%;
  }

  .div-frame-right {
    width: 60%;
    right: 40%;
  }

  .image-wrapper {
    height: 300px;
  }

  .footer-tittle {
    text-align: left;
  }

  .footer-tittle._2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-frame-div {
    text-align: left;
    display: block;
  }

  .div-frame-left {
    width: 60%;
  }

  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reserve {
    margin-right: 15px;
  }

  .recipes-gallery {
    background-image: linear-gradient(#0000, #0000), url('../images/ten1.jpg');
    background-size: auto, contain;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .plate-important-info {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-wrapper {
    float: right;
    margin-top: 20px;
    display: inline-block;
    position: relative;
  }

  .image {
    margin-bottom: 20px;
  }

  .menu_open {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
  }

  .project-description {
    font-size: 14px;
    line-height: 16px;
  }

  .p_left._5 {
    border-radius: 5px;
    width: 24%;
    padding: 5px 3px;
    font-size: 12px;
  }

  .p_left._5._6._2 {
    font-size: 14px;
  }

  .k_image {
    margin-bottom: 10px;
  }

  .project-title {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .tag-title {
    font-size: 14px;
  }

  .project-column {
    padding-top: 0;
  }

  .p_right._5 {
    border-radius: 5px;
    width: 24%;
    padding: 10px 3px;
    font-size: 12px;
  }

  .p_right._5._2._9 {
    height: 60px;
  }

  .p_right._5._9 {
    height: 60px;
    line-height: 18px;
  }

  .p_right._5._8 {
    font-size: 12px;
    line-height: 18px;
  }

  .p_right._6 {
    text-align: left;
    width: 96%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .section-2 {
    background-size: 157px, 161px;
    flex-wrap: nowrap;
    padding: 30px 7px;
    display: block;
  }

  .columns {
    width: 100%;
    display: block;
  }

  .columns._5 {
    width: auto;
  }

  .t1._2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .t1._8 {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
  }

  .t2._2 {
    text-align: center;
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 13px;
  }

  .t3 {
    line-height: 1.5;
  }

  .t3._3._5 {
    width: auto;
    margin-bottom: 5px;
  }

  .t3._5 {
    font-size: 14px;
    line-height: 20px;
  }

  .t3._6 {
    padding-bottom: 0;
  }

  .t4 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .t4._5 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .t6 {
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 14px;
  }

  .t7, .t7._2 {
    font-size: 20px;
  }

  .t7._5 {
    margin-bottom: 5px;
  }

  .column-3 {
    padding-top: 20px;
  }

  .t8 {
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .t8._1 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .t8._1._2 {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .t9 {
    margin-top: 0;
    font-size: 40px;
  }

  .t11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .o1 {
    margin-bottom: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
  }

  .o1._2 {
    clear: left;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .o2 {
    border-radius: 20px;
    margin-bottom: 5px;
    padding: 2px 7px;
    font-size: 10px;
    display: inline-block;
  }

  .text-block {
    margin-bottom: 0;
    margin-right: 5px;
    padding: 5px 12px;
    font-size: 12px;
  }

  .text-block._3, .div-block-2 {
    margin-bottom: 5px;
  }

  .o3._2 {
    margin-bottom: 5px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
  }

  .q1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .q2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .q2._2 {
    font-size: 14px;
  }

  .q2._2._10 {
    margin-top: 20px;
  }

  .div-block-4 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px 10px 5px;
  }

  .div-block-4._9 {
    margin-left: 10px;
    padding-top: 10px;
  }

  .q3 {
    font-size: 14px;
    line-height: 18px;
  }

  .q3._2 {
    font-size: 12px;
    line-height: 18px;
  }

  ._4 {
    margin-bottom: 5px;
  }

  .check {
    margin-top: 0;
  }

  .check_div {
    align-items: flex-start;
  }

  .div-block-5 {
    margin-bottom: 0;
  }

  .sya1 {
    margin-bottom: 10px;
  }

  .sya1._3._4 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sya1._9 {
    width: 100%;
  }

  .text-block-3._5 {
    font-size: 11px;
  }

  .entry_con {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .enter_title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .c_left {
    font-size: 12px;
  }

  .s_left {
    text-align: left;
    padding: 5px 0;
    font-size: 12px;
  }

  .s_left._2 {
    text-align: left;
    flex-direction: column;
  }

  .c_right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .s_right {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .o4 {
    float: left;
    margin-bottom: 3px;
    font-size: 12px;
    display: block;
  }

  .o4._2 {
    margin-bottom: 5px;
  }

  .columns-4 {
    margin-bottom: 20px;
  }

  .tennai {
    margin-bottom: 0;
  }

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

  .a3 {
    width: 100%;
  }

  .a_div {
    width: 100%;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .a_div._6 {
    border-bottom-style: none;
    margin-bottom: 20px;
  }

  .a2 {
    width: 70%;
    font-size: 14px;
  }

  .a2._5 {
    width: 100%;
  }

  .a1 {
    width: 30%;
    font-size: 14px;
  }

  .rev._2 {
    width: auto;
    height: auto;
    padding-bottom: 5px;
  }

  .rev._3 {
    width: auto;
    height: auto;
  }

  .image-10 {
    margin-bottom: 10px;
  }

  .text-block-5 {
    width: auto;
    height: auto;
    padding-top: 0;
  }

  .yoyaku_hide {
    right: 0;
  }

  .button-3 {
    letter-spacing: 0;
    padding: 7px 60px 5px 20px;
    font-size: 14px;
  }

  .button-3._2 {
    padding: 10px 60px 10px 10px;
  }

  .button-3._8 {
    padding-left: 20px;
    font-size: 18px;
  }

  .yoyaku_waku._2 {
    margin-bottom: 40px;
  }

  .container-3 {
    margin-bottom: 0;
  }

  .slider_pc {
    display: none;
  }

  .hero-link-button {
    margin-bottom: 30px;
    display: none;
  }

  .arrow {
    margin-top: 0;
  }

  .text-block-6 {
    letter-spacing: 0;
    text-shadow: 1px 1px 6px #000;
    font-size: 16px;
  }

  .heading {
    padding: 10px 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .nagura_waku {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nagu_t {
    margin-bottom: 0;
    font-size: 16px;
  }

  .p_text {
    font-size: 14px;
    line-height: 20px;
  }

  .p_text._2 {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .p_text._3 {
    font-size: 16px;
  }

  .kaiin {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .luxa1 {
    margin-bottom: 5px;
  }

  .column-9 {
    height: auto;
  }

  .div-block-10 {
    text-align: center;
    border-radius: 0;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .link-block {
    text-align: center;
    padding-right: 0;
    display: block;
  }

  .columns-7 {
    display: block;
  }

  .otoku {
    padding: 10px 20px;
    font-size: 16px;
  }

  .tyuu1 {
    font-size: 16px;
  }

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

  .div-block-11 {
    border-width: 3px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-11._1 {
    background-position: 50%;
    background-size: cover;
    border-width: 4px;
    height: 200px;
  }

  .div-block-11._2, .div-block-11._4 {
    background-size: cover;
  }

  .div-block-11._5 {
    background-position: 50%;
    background-size: cover;
    border-width: 3px;
  }

  .container-5 {
    display: block;
  }

  .div-block-12 {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns-9 {
    width: auto;
  }

  .no {
    align-items: center;
    margin-bottom: 5px;
    font-weight: 700;
  }

  .image-13 {
    width: auto;
    display: block;
  }

  .tpm {
    margin-bottom: 30px;
    display: block;
  }

  .notice {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 15px;
  }

  .ichiran {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 11px;
  }

  .ichiran_l {
    flex-wrap: nowrap;
    margin-bottom: 0;
    display: block;
  }

  .column-13 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .haji_title {
    font-size: 20px;
  }

  .yurai._2 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .head_text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .qa4 {
    line-height: 20px;
  }

  .qa_menu {
    display: block;
  }

  .tab-link-tab-1 {
    width: auto;
    padding-left: 30px;
  }

  .tab-link-tab-1.w--current {
    color: #fff;
    background-color: #d49100;
    background-image: url('../images/wrros_shita_white_23.png');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    width: auto;
    padding-left: 20px;
    padding-right: 30px;
  }

  .text-block-9 {
    width: auto;
  }

  .insta {
    margin-bottom: 20px;
  }

  .text-block-10 {
    text-align: left;
  }

  .con3 {
    margin-bottom: 10px;
  }

  .hari {
    line-height: 25px;
  }

  .yoyaku_sumaho {
    color: #0000;
    background-color: #0000;
    display: block;
    position: fixed;
    inset: auto 0% -200px;
  }

  .div-block-13 {
    color: #fff;
    text-align: center;
    background-color: #e8b0d3;
    background-image: url('../images/arrowdown_10.png');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sma_bt {
    margin-top: 0;
    margin-bottom: 0;
  }

  .suma_bt {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .suma_ue {
    text-align: center;
    background-color: #d49100;
    background-image: url('../images/back3_03-p-500_1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    padding-top: 7px;
    padding-bottom: 30px;
  }

  .link-block-2 {
    margin-bottom: 5px;
  }

  .image-15 {
    margin-top: 10px;
    margin-bottom: 7px;
  }

  .suma_shita {
    text-align: center;
    background-color: #94c6c6;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .text-block-11 {
    letter-spacing: 3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .icon {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .column-14, .column-15, .column-16, .column-17, .column-18, .column-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_sumaho {
    height: 250px;
    display: block;
  }

  .slide-3 {
    background-image: url('../images/ten3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .mask {
    height: 250px;
  }

  .slide-4 {
    background-image: url('../images/ten1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/ten6.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/ten5.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .html-embed {
    height: 300px;
  }

  .column-20, .luxe_link {
    display: block;
  }

  .image-16 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-17 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .text-block-12 {
    text-align: left;
  }

  .image-18 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .column-21, .column-22, .column-23, .column-24, .column-25 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .t5 {
    color: #dba94b;
    margin-bottom: 3px;
    line-height: 18px;
  }

  .columns-10, .columns-11, .columns-12 {
    display: block;
  }

  .container-7 {
    display: none;
  }

  .step2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: flex;
    position: relative;
  }

  .step2._2 {
    clear: left;
  }

  .step_waku {
    float: none;
    text-align: left;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 10px;
    display: block;
  }

  .step_waku._4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-14 {
    text-align: left;
  }

  .columns-13 {
    align-items: flex-start;
  }

  .pallogo_txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .text-block-13, .text-block-14 {
    width: auto;
  }

  .youkou_title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .tel_time {
    float: right;
    text-align: center;
    font-size: 15px;
  }

  .entry_text1 {
    text-align: left;
    padding-left: 0;
  }

  .entry_text1._2 {
    text-align: left;
    font-size: 14px;
  }

  .entry_text1._2._10 {
    text-align: left;
    margin-bottom: 10px;
  }

  .entry_tel {
    margin-bottom: 0;
  }

  .notice-2 {
    text-align: left;
    line-height: 18px;
  }

  .entry_con-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tel {
    margin-bottom: 10px;
  }

  .entry_button {
    width: 50%;
  }

  .yoyaku_sumaho_big {
    display: none;
  }

  .div-block-16 {
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  .pallink {
    width: 100%;
    margin-left: 0;
    display: inline-block;
  }

  .link-5 {
    float: right;
  }

  .col1 {
    line-height: 25px;
  }

  .col2 {
    text-align: left;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .col_div1 {
    width: 80%;
  }

  .col_link {
    margin-bottom: 20px;
  }

  .col5 {
    line-height: 1.5;
  }

  .athlete {
    text-align: left;
    background-image: url('../images/asu_back.jpg');
    background-position: 0%;
    background-repeat: repeat-y;
    background-size: cover;
    padding: 25px 20px 20px;
  }

  .text_white {
    font-size: 18px;
  }

  .container-8 {
    margin-top: 30px;
  }

  .bold {
    font-size: 17px;
  }

  .point {
    width: 300px;
    font-size: 18px;
    display: inline-block;
  }

  .background-video-3 {
    display: none;
  }

  .kuchikomi {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .syou1._6, .syou2, .syou3 {
    width: 100%;
  }

  .pic_com {
    left: 8px;
  }

  .pic_com._2 {
    width: 95%;
    font-size: 16px;
    top: -60px;
    left: 8px;
  }

  .image-23, .image-24, .image-25 {
    margin-bottom: 0;
  }

  .heading-2 {
    font-size: 20px;
  }

  .choi2 {
    font-size: 12px;
  }

  .gosoudan {
    margin-bottom: 0;
  }

  .image-28 {
    margin-bottom: 20px;
  }

  .text-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .note {
    margin-top: 20px;
    padding: 5px 10px 10px;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .bold_semi {
    font-size: 14px;
  }

  .grid {
    display: block;
  }

  .text-block-20 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-20._3 {
    letter-spacing: 0;
    padding: 12px 5px 10px;
    font-size: 18px;
  }

  .text-block-20._20 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .price3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .price3._5 {
    line-height: 30px;
  }

  .rinpa_waku {
    margin-bottom: 20px;
  }

  .komi {
    font-size: 12px;
  }

  .grid-2 {
    grid-auto-flow: row;
    display: block;
  }

  .text-block-21 {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-3, .div-block-19 {
    display: block;
  }

  .price_waku._30 {
    margin-left: 0;
  }

  .link3 {
    line-height: 20px;
  }

  .navbar-3 {
    vertical-align: baseline;
    width: 95%;
    margin-bottom: -320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0;
  }

  .text-block-24 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-25 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 7px 7px 5px;
    font-size: 14px;
  }

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

  .image-32, .image-33, .image-34 {
    margin-bottom: 5px;
  }

  .null {
    display: none;
  }

  .price4 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .price_notice {
    line-height: 20px;
  }

  .p1 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .ornament-2 {
    margin-bottom: 20px;
  }

  .dark-title-2 {
    margin-top: 0;
    font-size: 23px;
  }

  .text9 {
    text-align: left;
    font-size: 14px;
  }

  .menutitle._50 {
    font-size: 20px;
  }

  .menutitle2 {
    font-size: 25px;
  }

  .div-block-22 {
    margin-top: 10px;
  }

  .hero-containner-2 {
    padding-bottom: 30px;
  }

  .flower-image-2 {
    margin-top: 40px;
  }

  .hero-heading-2 {
    text-shadow: none;
    font-size: 38px;
  }

  .pagetitle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
    line-height: 25px;
  }

  .text7 {
    font-size: 16px;
  }

  .dark-title-3 {
    font-size: 23px;
  }

  .text16_left_block {
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .title4 {
    font-size: 16px;
  }

  .title20left {
    text-align: left;
    margin-bottom: 5px;
    padding: 0 5px 0 10px;
    font-size: 16px;
  }

  .price_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 5px 5px;
  }

  .price_box._3 {
    margin-left: auto;
    margin-right: auto;
  }

  .price1 {
    margin-top: 10px;
  }

  .corsebox2 {
    display: block;
  }

  .p1-2._2 {
    font-size: 20px;
  }

  .p2-2._2 {
    font-size: 40px;
  }

  .cosetext1, .cosetext1._11, .cosetext1._12 {
    font-size: 15px;
  }

  .price_1 {
    width: 100px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 12px;
  }

  .p3._2 {
    font-size: 20px;
  }

  .dark-title-4 {
    margin-bottom: 10px;
    font-size: 23px;
    display: block;
  }

  .text6 {
    font-size: 12px;
  }

  .text18_left_inline {
    text-align: left;
    font-size: 14px;
  }

  .step_waku-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-29 {
    padding-top: 10px;
  }

  .ethte2 {
    background-size: cover;
    height: 270px;
  }

  .bold1, .title5 {
    font-size: 18px;
  }

  .dark-title-5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 23px;
  }

  .p5._6 {
    font-size: 25px;
  }

  .ethte3 {
    background-position: 50%, 0 0;
    height: 270px;
  }

  .q2-2 {
    font-size: 14px;
    line-height: 1.5;
  }

  .dark-title-6 {
    font-size: 23px;
  }

  .p23._50 {
    font-size: 25px;
  }

  .p14._50 {
    clear: none;
    font-size: 5px;
  }

  .step_waku_pc {
    display: block;
  }

  .column-31, .column-32 {
    margin-bottom: 10px;
  }

  .suma1 {
    transition: all .2s;
  }

  .suma1:hover {
    opacity: .7;
  }

  .menu_open-copy {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
  }

  .nm1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .nm2 {
    font-size: 14px;
    line-height: 20px;
  }

  .columns-21 {
    border-bottom-style: none;
  }

  .menudiv {
    width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menudiv2 {
    width: 100%;
  }

  .explanation {
    text-align: left;
    letter-spacing: 0;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

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

  .instadiv {
    margin-top: 20px;
  }

  .insta3 {
    margin-right: 10px;
  }

  .instadiv2 {
    text-align: center;
    padding-left: 0;
  }

  .image-40 {
    display: block;
  }

  .div-block-27 {
    display: none;
  }

  .div-block-28 {
    margin-bottom: 30px;
  }

  .column-35, .html-embed-2 {
    text-align: center;
  }

  .ex_pic1 {
    display: none;
  }

  .slider {
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .lightbox-link-6 {
    margin-bottom: 10px;
  }

  .kuchikomi_con {
    display: block;
  }

  .tabs-menu {
    width: 50%;
    display: none;
  }

  .text-block-29 {
    font-size: 12px;
  }

  .image-41 {
    width: 70%;
  }

  .title_green {
    font-size: 16px;
  }

  .h2 {
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .icon-3 {
    color: gray;
    background-color: #fff;
    border: 0 gray;
    border-radius: 0;
    margin-right: 10px;
    font-size: 30px;
    font-weight: 700;
    box-shadow: 0 2px 5px 2px #0003;
  }

  .icon-4 {
    color: gray;
    text-shadow: 0 1px 1px var(--dark-slate-gray);
    background-color: #fff;
    margin-left: 10px;
    font-size: 30px;
    font-weight: 400;
    box-shadow: 0 2px 5px 2px #0003;
  }

  .tabs, .tabs-2 {
    display: none;
  }

  .column-36, .column-37, .column-38, .column-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .image80persent {
    width: 100%;
  }

  .onayamiculumn1 {
    width: 100%;
    display: block;
  }

  .onayamidiv {
    margin-bottom: 10px;
  }

  .link-onayami {
    background-image: url('../images/arrowN_03.png');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .border {
    margin-bottom: 0;
  }

  .title_main {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .head {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .head2 {
    width: 100%;
  }

  .border_side {
    height: 0;
  }

  .columns-22 {
    flex-direction: column;
  }

  .header_title {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .osusume_div {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .border_rainbow {
    height: 5px;
  }

  .big2 {
    font-size: 20px;
  }

  .price_waku2 {
    width: 100%;
    display: block;
  }

  .price_2 {
    font-size: 25px;
  }

  .price_3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .price_4 {
    margin-bottom: 14px;
    font-size: 30px;
  }

  .price_5 {
    font-size: 18px;
  }

  .price_7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .price_8 {
    font-size: 14px;
  }

  .step_waku3 {
    width: 100%;
  }

  .step_waku4 {
    display: none;
  }

  .step_waku7 {
    display: block;
  }

  .step_waku5 {
    display: none;
  }

  .text14left {
    font-size: 12px;
  }

  .column-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-41, .column-42 {
    padding-bottom: 0;
  }

  .tab1 {
    text-align: center;
  }

  .tab2 {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .white_small {
    font-size: 20px;
  }

  .qatitle1 {
    letter-spacing: -1px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .submenu_div {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .staffimage {
    width: 70%;
  }

  .dt1 {
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 25px;
  }

  .dt4 {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .dt3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .dt2 {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 25px;
  }

  .column-43 {
    text-align: center;
    margin-bottom: 20px;
    position: static;
  }

  .column-44 {
    text-align: center;
  }

  .column-45 {
    margin-bottom: 20px;
  }

  .price_waku3 {
    display: block;
  }

  .d2 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }

  .d3 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .image80parsent {
    width: 100%;
  }

  .bold3 {
    font-size: 16px;
  }

  .link_footer {
    text-align: left;
  }

  .div1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c1 {
    height: 400px;
  }

  .div2 {
    padding: 10px 0;
  }

  .columns-25 {
    flex-flow: column;
    display: block;
  }

  .t39 {
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
  }

  .container-13 {
    margin-bottom: 20px;
    display: block;
  }

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

#w-node-_9a7bf6dc-42c6-4472-28c8-f2052f2277f2-4dd3f504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


