@charset "UTF-8";
body {
  background-color: #fff7e5;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.btn {
  transition: background 0.5s;
  display: table;
  margin: 0 auto;
  padding: 1em 2em;
  color: #333333;
  background-color: #baf3b0;
  font-size: 20px;
  border-radius: 3px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 15px;
    font-size: initial;
  }
}

.frog {
  transform-origin: center bottom;
  -webkit-animation: yurayura 2.5s linear infinite;
          animation: yurayura 2.5s linear infinite;
}

@-webkit-keyframes yurayura {
  0%, 100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
.fade-in-up3 {
  opacity: 0;
  transform: translateY(10px);
  transition: all 5s;
}
.fade-in-up3.is-in-view {
  opacity: 1;
  transform: translate(0);
}

.fade-in-up2 {
  opacity: 0;
  transform: translateY(15px);
  transition: all 1.5s;
}
.fade-in-up2.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.5s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(5px);
  transition: all 1s;
}
.fade-in-right.is-in-view {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-5px);
  transition: all 1s;
}
.fade-in-left.is-in-view {
  opacity: 1;
  transform: translateX(0);
}

.pagetop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  right: 16px;
  bottom: 30px;
  width: 76px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 6px;
    bottom: 2px;
    width: min(13.3333333333%, 50px);
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header-fixed .header-inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px;
}
@media screen and (max-width: 767px) {
  .header-fixed .header-inner {
    padding: 11px;
    background-color: #ffc240;
  }
}
.header-fixed .header-inner #mobile-head .logo a {
  display: block;
}
.header-fixed .header-inner #mobile-head .logo a img {
  width: 146px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-fixed .header-inner .nav {
    display: none;
  }
}
.header-fixed .header-inner .nav .nav-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.header-fixed .header-inner .nav .nav-list .nav-item {
  margin-left: 28px;
  font-size: 12px;
}
.header-fixed .header-inner .nav .nav-list .nav-item a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}
.header-fixed .header-inner .nav .nav-list .nav-item a:hover {
  color: #fec140;
}

.header__open {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(-30deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #111;
  transition: transform 0.3s linear, top 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  width: 304px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fec140;
  z-index: 50;
  padding: 86px 40px 40px;
  transform: translateX(100%);
  transition: transform 0.3s linear;
}
.drawer-content.is-checked {
  transform: translateX(0);
}

.drawer-content_link {
  display: flex;
  padding-top: 14px;
  font-weight: 700;
  letter-spacing: 0.48px;
  border-bottom: 1px solid #333;
  position: relative;
  align-items: center;
}
.drawer-content_link svg {
  height: auto;
  width: 8px;
  position: absolute;
  right: -4%;
  top: 39%;
}

.drawer-content_link1::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  background-image: url(../img/drawer-home.PNG);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  vertical-align: middle;
}

.drawer-content_link2::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  background-image: url(../img/drawer-first.PNG);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  vertical-align: middle;
}

.drawer-content_link3::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  background-image: url(../img/drawer-about.PNG);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  vertical-align: middle;
}

.drawer-content_link4::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  background-image: url(../img/drawer-menu.PNG);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  vertical-align: middle;
}

.drawer-content_link5::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  background-image: url(../img/drawer-access.PNG);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -5px;
  vertical-align: middle;
}

.drawer-content_link6::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  background-image: url(../img/drawer-tel.PNG);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -8px;
  vertical-align: middle;
}

.p-sp-nav-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 48, 71, 0.6);
  top: 0;
  left: 0;
  z-index: 40;
  transition: all 0.3s;
  /* .bg-activeが付与された時 */
}
.p-sp-nav-bg.bg-active {
  display: block;
  transition: all 0.3s;
}

.top-mainvisual {
  margin-top: 162px;
}
@media screen and (max-width: 767px) {
  .top-mainvisual {
    margin-top: 72px;
  }
}

.top-mainvisual__title {
  position: absolute;
  right: 0;
  z-index: 1;
  transform: translateY(25%);
  width: 45%;
}
@media screen and (max-width: 767px) {
  .top-mainvisual__title {
    width: 30%;
    top: 26%;
    right: 0;
  }
}
.top-mainvisual__title .logo {
  font-size: 80px;
  color: #e1e149;
  background: #000;
  padding: 10px;
  border-radius: 24px;
}
.top-mainvisual__title .text {
  font-size: 30px;
  color: #fff;
  background: #000;
  padding: 10px;
  border-radius: 24px;
}

.mv {
  position: relative;
  height: 590px;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 250px;
  }
}
.mv .mv-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: img-change 15s infinite;
          animation: img-change 15s infinite;
  opacity: 0;
}
.mv .mv-item img {
  display: block;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  top: 0;
  right: 250px;
  width: calc(100vw - 200px);
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mv .mv-item img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 100%;
    border-bottom: 10px solid #ffc241;
  }
}
@-webkit-keyframes img-change {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes img-change {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mv .mv-item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.mv .mv-item:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.mv .mv-item:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.about {
  padding-top: 5vw;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .about-contents {
    display: block;
  }
}

.about-items1 {
  display: contents;
}

.about__img {
  margin: 0 auto;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .about__img {
    text-align: center;
  }
}

.about__text2 {
  margin-top: 198px;
  text-align: center;
}
.about__text2 img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .about__text2 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about__text2 {
    margin-top: 132px;
    font-size: 12px;
  }
}

.about__img1 {
  margin-top: 20px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__img1 {
    margin-bottom: 20px;
  }
}

.about__title1 {
  font-size: 30px;
  color: #333699;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 1100px) {
  .about__title1 {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  .about__title1 {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .about__title1 {
    display: block;
    font-weight: bold;
    font-size: 18px;
  }
}

.about__title2 {
  float: right;
  font-weight: bold;
}

.about__title3 {
  font-weight: bold;
  color: #333699;
}

.about__text {
  margin: 0 0 0 auto;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__text {
    width: 100%;
    padding-right: 0;
  }
}
.about__text .about__title {
  font-size: 30px;
  margin-bottom: 1.5em;
  line-height: 1.75;
  font-weight: bold;
  color: #333699;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .about__text .about__title {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about__text .about__title {
    white-space: normal;
    font-size: 17px;
    text-align: center;
  }
}
.about__text .about__desc {
  line-height: 2;
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .about__text .about__desc {
    padding-bottom: 1em;
  }
}
.about__text .about__desc .about__text1 {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__text .about__desc .about__text1 {
    font-size: 10px;
    text-align: center;
  }
}
.about__text .about__more-wrap {
  position: relative;
}
.about__text .about__more-wrap .btn-about {
  margin-top: 16%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__text .about__more-wrap .btn-about {
    margin-top: 25px;
  }
}
.about__text .about__more-wrap .btn-about img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 250px;
  transition: all 0.3s ease 0s;
}
.about__text .about__more-wrap .btn-about img:hover {
  color: #fff;
  transform: translateY(-7px);
}
.about__text .about__more-wrap .btn-about img:active {
  transform: translateY(-1px);
}
@media screen and (max-width: 1100px) {
  .about__text .about__more-wrap .btn-about img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .about__text .about__more-wrap .btn-about img {
    height: initial;
    width: 40%;
  }
}

.about_btn {
  position: absolute;
  bottom: 2%;
  right: 28%;
  width: 19%;
  transform: rotate(29deg);
}
@media screen and (max-width: 1100px) {
  .about_btn {
    position: absolute;
    bottom: 1%;
    right: 23%;
    width: 23%;
    transform: rotate(29deg);
  }
}
@media screen and (max-width: 767px) {
  .about_btn {
    position: absolute;
    bottom: 3%;
    right: 17%;
    width: 23%;
    transform: rotate(29deg);
  }
}

.about-items2 {
  width: 80%;
  margin: 10vw auto 0;
}
.about-items2 img {
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .about-items2 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}

.about__list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  counter-reset: listnum;
  font-family: var(--mincho);
}

.about__list-items .about__list-item {
  counter-increment: listnum;
  background: url(images/common/white-block.svg) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.4;
}
.about__list-items .about__list-item ::before {
  content: counter(listnum, decimal-leading-zero);
  color: #0F3A25;
  font-family: var(--din-font);
}
.about__list-items .about__list-item .img {
  display: block;
  margin: 0 auto;
  width: 45%;
}

.about-items3 img {
  position: relative;
  right: 8px;
}

.menu-inner {
  position: relative;
}

.menu-img1 {
  width: 30%;
  position: absolute;
  top: -12%;
  right: 18px;
}

.menu-img2 {
  width: 39%;
  position: absolute;
  top: -14%;
  left: 7%;
}

.menu-img3 {
  width: 31%;
  position: absolute;
  top: 11%;
  left: 47%;
}
@media screen and (max-width: 767px) {
  .menu-img3 {
    width: 39%;
    top: 11%;
    left: 43%;
  }
}

.menu-img3-1 {
  position: absolute;
  width: 27%;
  top: -6%;
  left: 53%;
}
@media screen and (max-width: 767px) {
  .menu-img3-1 {
    width: 26%;
    top: -6%;
    left: 55%;
  }
}

.menu-img4 {
  width: 33%;
  position: absolute;
  left: 33%;
  top: 7.5%;
}
@media screen and (max-width: 950px) {
  .menu-img4 {
    width: 36%;
    position: absolute;
    left: 31%;
    top: 176px;
  }
}
@media screen and (min-width: 1100px) {
  .menu-img4 {
    width: 27%;
    position: absolute;
    left: 36%;
    top: 5.5%;
  }
}

@media screen and (max-width: 767px) {
  .menu-img4-1 {
    width: 33%;
    position: absolute;
    left: 33%;
    top: 4%;
  }
}
@media screen and (max-width: 630px) {
  .menu-img4-1 {
    width: 37%;
    position: absolute;
    left: 31%;
    top: 80px;
  }
}
@media screen and (max-width: 500px) {
  .menu-img4-1 {
    width: 48%;
    position: absolute;
    left: 24%;
    top: 90px;
  }
}

.menu-title {
  padding: 20px;
  text-align: center;
}
.menu-title h4 {
  font-size: 60px;
  font-weight: 700;
  color: #111;
}
.menu-title h4 .bold {
  display: block;
  font-size: 30%;
  font-weight: bold;
  letter-spacing: 0.05;
  padding-top: 6px;
}
@media screen and (max-width: 1100px) {
  .menu-title h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .menu-title h4 {
    font-size: 40px;
  }
}
.menu-title .menu-title_underline {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .menu-title .menu-title_underline {
    width: 100%;
  }
}
.menu-title p {
  font-size: 20px;
  color: #111;
}
@media screen and (max-width: 767px) {
  .menu-title p {
    font-size: 13px;
  }
}
.menu-title .btn-menu {
  margin-top: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.menu-title .btn-menu:hover {
  transform: translateY(-7px);
}
.menu-title .btn-menu:active {
  transform: translateY(-1px);
}

@media screen and (max-width: 767px) {
  .menu-title1 {
    margin-top: -10px;
  }
}

.menu-title1-link img {
  margin-left: 45px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .menu-title1-link img {
    width: 200px;
    margin-left: 24px;
  }
}

.access-section {
  overflow: hidden;
}

.access-inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .access-inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .access-inner {
    display: block;
    margin-top: 70px;
  }
}

.access-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .access-left {
    width: initial;
  }
}

.access-title {
  position: relative;
  z-index: 1;
  font-size: 320%;
  text-align: left;
  margin-bottom: 48px;
  letter-spacing: 6px;
  line-height: 1.3;
  color: #3b3b3b;
}
@media screen and (max-width: 1100px) {
  .access-title {
    font-size: 280%;
  }
}
@media screen and (max-width: 767px) {
  .access-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.access-title .small {
  font-size: 30%;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05;
  padding-top: 6px;
}

.access_txt {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .access_txt {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.access_txt .access_ttl {
  font-family: futura-pt;
  font-weight: 500;
  font-size: 115%;
  color: #4C4C4C;
  padding-top: 24px;
  padding-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .access_txt .access_ttl {
    text-align: center;
  }
}

.icons {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .icons {
    justify-content: initial;
  }
}

.icon_sns1 {
  width: 22%;
  height: auto;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .icon_sns1 {
    width: 20%;
  }
}

.icon_sns2 {
  width: 20%;
  height: 20%;
  padding: 5px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .icon_sns2 {
    width: 18%;
  }
}

.access_txt::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: -400%;
  width: 800%;
  height: 1000px;
  background-color: #f8faf3;
}

.access_more_btn {
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  width: auto;
  text-align: left;
  margin-bottom: 80px;
  transition: all 0.3s ease 0s;
}
.access_more_btn:hover {
  color: #fff;
  transform: translateY(-7px);
}
.access_more_btn:active {
  transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .access_more_btn {
    text-align: center;
    margin-bottom: 40px;
  }
}
.access_more_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #baf3b0;
  font-size: 20px;
  width: 200px;
  height: 50px;
  border-radius: 3px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .access_more_btn a {
    display: inline-block;
    width: initial;
    height: initial;
    font-size: initial;
    padding: 15px;
  }
}

.access-right {
  width: 50%;
  height: 600px;
  border: solid 1px #3b3b3b;
}
@media screen and (max-width: 767px) {
  .access-right {
    width: initial;
    height: 300px;
  }
}
.access-right iframe {
  width: 100%;
  height: 100%;
}

.access-parking-title {
  margin-top: 80px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  -webkit-text-decoration-color: rgba(254, 194, 64, 0.441);
          text-decoration-color: rgba(254, 194, 64, 0.441);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
@media screen and (max-width: 1100px) {
  .access-parking-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .access-parking-title {
    font-size: 35px;
  }
}

.access-parking-img {
  text-align: center;
  margin-top: 50px;
}
.access-parking-img img {
  width: 1000px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .access-parking-img img {
    transform: translateY(21px);
  }
}

.access-parking-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-top: 50px;
  font-size: 20px;
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-img {
  margin-top: 30px;
}

.icon-footer {
  width: 5%;
  height: auto;
  position: absolute;
  bottom: 10%;
  right: 14%;
}
@media screen and (max-width: 767px) {
  .icon-footer {
    width: 6%;
    height: auto;
    position: absolute;
    bottom: 8%;
    right: 39%;
    opacity: 0.8;
  }
}

.about-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.about-title {
  font-size: 320%;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 6px;
  line-height: 1.3;
  color: #3b3b3b;
}
@media screen and (max-width: 1100px) {
  .about-title {
    font-size: 280%;
  }
}
@media screen and (max-width: 767px) {
  .about-title {
    font-size: 30px;
  }
}
.about-title img {
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .about-title img {
    max-width: 300px;
  }
}
.about-title .small {
  font-size: 30%;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05;
  padding-top: 6px;
}

.about-contents1 {
  margin-top: 140px;
}
@media screen and (max-width: 1100px) {
  .about-contents1 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-contents1 {
    display: block;
    margin-top: initial;
  }
}

.about-contents2 {
  flex-direction: row-reverse;
}

.about-contents3 {
  flex-direction: initial;
  display: flex;
  justify-content: space-evenly;
}

.about-text1 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-text1 {
    font-size: 11px;
    margin-top: 50px;
  }
}

.your-class_img {
  padding: 30px 5px;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-prev::before,
.slick-next::before {
  color: #fec140;
}

.about-photo {
  display: block;
  position: relative;
  width: 54%;
}
@media screen and (max-width: 767px) {
  .about-photo {
    width: initial;
  }
}

.about-photo::before {
  content: "";
  display: block;
  padding-top: 76%;
}

.about-photo3::before {
  content: "";
  display: block;
  padding-top: 111%;
  margin-top: 50px;
}

.about-large {
  position: absolute;
  top: 1%;
  left: 25%;
  width: 67%;
}
@media screen and (max-width: 767px) {
  .about-large {
    position: absolute;
    top: 0;
    left: 0;
    width: 57%;
  }
}
.about-large img {
  max-width: 100%;
  height: auto;
  border: 6px solid #ffffff;
}

.about-large2 {
  position: absolute;
  top: 5%;
  left: 13%;
  width: 86%;
}
@media screen and (max-width: 767px) {
  .about-large2 {
    top: 0%;
    left: -5%;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .about-large2 {
    position: absolute;
    top: 0;
    width: 80%;
  }
}
.about-large2 img {
  max-width: 100%;
  height: auto;
  border: 6px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .about-large2 img {
    left: -19%;
    position: absolute;
  }
}

.about-small {
  position: absolute;
  top: 36%;
  left: 91%;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .about-small {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 50%;
  }
}
.about-small img {
  max-width: 100%;
  height: auto;
  border: 6px solid #ffffff;
}

.about-small2 {
  position: absolute;
  top: 51%;
  right: -77%;
  width: 86%;
}
@media screen and (max-width: 767px) {
  .about-small2 {
    top: 57%;
    right: 0;
    width: 48%;
  }
}
.about-small2 img {
  max-width: 100%;
  height: auto;
  border: 6px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .about-small2 img {
    right: -100%;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .about-text {
    width: initial;
  }
}

.about-text3 {
  width: initial;
}

.text__inner {
  width: 100%;
  margin: 0 auto;
}

.txt1 {
  font-size: 20px;
  line-height: 1.8;
  max-width: 913px;
  margin: 130px auto 0;
}
@media screen and (max-width: 1100px) {
  .txt1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .txt1 {
    font-size: 17px;
    margin-top: 50px;
  }
}

.txt1-2 {
  font-size: 20px;
  line-height: 1.8;
  max-width: 913px;
  margin: 190px auto 0;
}
@media screen and (max-width: 767px) {
  .txt1-2 {
    margin: 50px auto 0;
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .txt1-about {
    margin-bottom: 16%;
  }
}
@media screen and (min-width: 768px) {
  .txt1-about {
    margin-bottom: 22%;
  }
}

.txt1-matter {
  margin-top: 5px;
}

.txt2 {
  margin-top: 40px;
  font-feature-settings: "palt";
  line-height: 2.6;
  letter-spacing: 0.1em;
}

.section1 {
  flex-direction: row-reverse;
}

.about-large_s {
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
}

@media screen and (max-width: 767px) {
  .show1 {
    right: 0;
    left: auto;
  }
}

.about-small_s {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38%;
}

@media screen and (max-width: 767px) {
  .show2 {
    right: auto;
  }
}

.pf {
  margin-top: 100px;
}

.pf-contents {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

.pf-img img {
  width: 490px;
  height: 380px;
}

.pf-message {
  background-color: #d1e898;
}

.pf-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.top {
  margin-top: 162px;
}
@media screen and (max-width: 767px) {
  .top {
    margin-top: 100px;
  }
}

.menu {
  font-size: 60px;
  font-weight: 700;
  color: #111;
  text-align: center;
}

.menu-course {
  display: flex;
  justify-content: space-between;
  margin-top: 10vw;
}
@media screen and (max-width: 1100px) {
  .menu-course {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .menu-course {
    justify-content: space-evenly;
  }
}
.menu-course .menu-item {
  font-size: 30px;
  text-align: center;
  padding: 70px 190px;
  background-image: url(../img/trimming.PNG);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .menu-course .menu-item {
    font-size: 25px;
    padding: 38px 97px;
  }
}
@media screen and (max-width: 767px) {
  .menu-course .menu-item {
    font-size: 15px;
    padding: 16px 38px;
  }
}
.menu-course .color {
  background-image: url(../img/option.PNG);
  background-repeat: no-repeat;
  background-size: cover;
}

.trimming {
  position: relative;
}

.menu-trimming {
  font-size: 40px;
  display: block;
  width: 400px;
  margin-inline: auto;
  text-align: center;
  border-bottom: solid 6px #caeeff;
  margin: 10vw auto 0 auto;
}
@media screen and (max-width: 1100px) {
  .menu-trimming {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .menu-trimming {
    font-size: 25px;
    width: 300px;
    margin: 20vw auto 0 auto;
  }
}

.menu-trimming1 {
  margin: 22vw auto 0 auto;
}

.option {
  border-bottom: solid 6px #ffd2e0;
}

.menu1 table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 100px;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .menu1 table {
    font-size: 17px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .menu1 table {
    margin-top: 50px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .menu1 table tr th {
    font-size: 9px;
    font-weight: bold;
    padding-bottom: 10px;
  }
}
.menu1 table tr td {
  border: solid 1px #333;
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .menu1 table tr td {
    padding: 10px;
  }
}

.menu-items {
  background-color: #ffefd9;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  padding: 1rem;
  max-width: 600px;
  margin: 1.25rem auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .menu-items {
    padding: 0.75rem;
    margin: 1rem auto;
  }
}
.menu-items__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px dashed #c9c9c9;
}
.menu-items__title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
@media (min-width: 768px) {
  .menu-items__title {
    font-size: 1.15rem;
  }
}
.menu-items__price {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) {
  .menu-items__price {
    font-size: 1.15rem;
  }
}
.menu-items__options {
  margin-bottom: 0.9375rem;
}
.menu-items__option {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #555;
}
.menu-items__option-price {
  font-weight: bold;
  color: #333;
}
.menu-items__notes {
  border-top: 1px dashed #c9c9c9;
  padding-top: 0.9375rem;
}
.menu-items__note {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 0.3125rem;
}
.menu-items__note-label {
  font-weight: bold;
  margin-right: 0.3125rem;
  color: #333;
}

.menu2 {
  margin-top: 100px;
  width: min(100% - 21rem);
  margin-inline: auto;
  background-color: #caeeff;
  padding: 5%;
  border-radius: 30px;
}
@media screen and (max-width: 1100px) {
  .menu2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .menu2 {
    min-width: 290px;
    margin-top: 50px;
    padding: 8%;
  }
}

.menu2-option {
  background-color: #ffd2e0;
  margin-top: 100px;
  width: min(100% - 21rem);
  margin-inline: auto;
  padding: 5%;
  border-radius: 30px;
  position: relative;
}
.menu2-option .option_sp {
  position: absolute;
  top: -10%;
  left: -14%;
  max-width: 133%;
  width: 129%;
  margin-inline: auto;
  padding: 0%;
  height: 120%;
}
.menu2-option .option_pc {
  position: absolute;
  top: -12%;
  left: -7%;
  max-width: 115%;
  width: 126%;
  margin-inline: auto;
  padding: 0%;
  height: 124%;
}
@media screen and (max-width: 1100px) {
  .menu2-option {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .menu2-option {
    min-width: 290px;
    margin-top: 50px;
    padding: 8%;
  }
}

.menu2-option_text {
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
}

.menu2-option_img {
  margin-top: 30px;
  width: min(100% - 21rem);
  margin: 0 auto;
  margin-top: 100px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .menu2-option_img {
    width: min(100% - 21rem);
    margin: 0 auto;
    margin-top: 100px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .menu2-option_img {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    display: block;
  }
}

.menu2-topping {
  display: flex;
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  .menu2-topping {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .menu2-topping {
    display: initial;
    font-size: 17px;
  }
}
.menu2-topping:nth-child(n+1) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .menu2-topping:nth-child(n+1) {
    margin-bottom: 15px;
  }
}

.menu2-topping-title {
  display: inline-block;
  width: 300px;
  font-weight: bold;
}

.menu2-topping-title2 {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .menu2-topping-title2 {
    width: initial;
  }
}

@media screen and (max-width: 767px) {
  .menu2-topping-text {
    margin-bottom: 10px;
  }
}

.content {
  border: solid 15px #fec140;
  border-radius: 30px;
  padding: 5%;
}
@media screen and (max-width: 767px) {
  .content {
    border: solid 10px #fec140;
  }
}

.content-course1 .content-title {
  font-size: 30px;
  color: #343493;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .content-course1 .content-title {
    font-size: 25px;
  }
}
.content-course1 .content-text {
  font-size: 27px;
}
@media screen and (max-width: 1100px) {
  .content-course1 .content-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content-course1 .content-text {
    font-size: 15px;
  }
}

.content-course1_bottom {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content-course1_bottom {
    margin-bottom: 25px;
  }
}

.content_img {
  margin-top: 30px;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.top {
  margin-top: 162px;
}
@media screen and (max-width: 767px) {
  .top {
    margin-top: 100px;
  }
}

.contact-top {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.contact-top img {
  width: 800px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .contact-top img {
    width: 500px;
  }
}

.contact {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 50px;
  }
}

.contact1-sns {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .contact1-sns {
    font-size: 20px;
  }
}

.contact-sns {
  font-weight: bold;
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  -webkit-text-decoration-color: rgba(254, 194, 64, 0.441);
          text-decoration-color: rgba(254, 194, 64, 0.441);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.contact-btn {
  display: flex;
  margin-top: 50px;
  flex-direction: column;
  font-size: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    font-size: 20px;
  }
}

.contact-btn_sns {
  width: 400px;
  height: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-btn_sns {
    width: initial;
    max-width: 300px;
    height: 100px;
  }
}

.contact2-text {
  margin-top: 30px;
}

.contact2 {
  margin-top: 50px;
}
.contact2 :nth-child(n+2) {
  margin-top: 30px;
}

.contact-title {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 20px;
  }
}

.first-logo {
  text-align: center;
  font-weight: bold;
  font-size: 60px;
}
.first-logo img {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .first-logo {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .first-logo img {
    width: 100%;
    max-width: 500px;
  }
}

.first-please {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .first-please {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .first-please {
    font-size: 30px;
    margin-top: 50px;
  }
}

.first-underline1 {
  width: 70%;
  max-width: 300px;
}

.first-underline2 {
  width: 100%;
  padding-right: 13px;
  max-width: 500px;
}

.first-underline3 {
  width: 100%;
  padding-left: 17px;
  margin-top: 50px;
  max-width: 500px;
}

.first-underline4 {
  width: 100%;
  padding-left: 12px;
  max-width: 500px;
}

.first-Notes {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .first-Notes1 {
    margin-top: 25px;
  }
  .first-Notes1 img {
    width: 100%;
  }
}

.first-Notes2 {
  margin-top: 50px;
}
.first-Notes2 img {
  width: 100%;
}

.first-menu {
  text-align: center;
}

.first-step_title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .first-step_title {
    margin-top: 50px;
  }
}
.first-step_title img {
  width: 500px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .first-step_title img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .first-step_title img {
    width: 70%;
  }
}

.first-step_item1 {
  position: relative;
  text-align: center;
}

.first-step_item_title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .first-step_item_title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .first-step_item_title {
    font-size: 30px;
    margin-top: 30px;
  }
}

.first-step_item_title1 {
  margin-top: 100px;
}

.first-step_text .first-step_text1 {
  font-size: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .first-step_text .first-step_text1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .first-step_text .first-step_text1 {
    font-size: 19px;
  }
}
.first-step_text .first-step_text2 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .first-step_text .first-step_text2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .first-step_text .first-step_text2 {
    font-size: 10px;
    margin-top: 10px;
  }
}
.first-step_text .first-step_text-item3 {
  text-align: initial;
  padding-left: 15%;
  background-color: rgba(255, 196, 80, 0.3215686275);
  border-radius: 30px;
  padding-top: 5%;
  padding-bottom: 5%;
  max-width: 800px;
  height: auto;
  text-align: justify;
  margin: 30px auto;
}
@media screen and (max-width: 1100px) {
  .first-step_text .first-step_text-item3 {
    padding-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .first-step_text .first-step_text-item3 {
    width: min(100% - 21rem);
    margin-inline: auto;
    padding: 8%;
    max-width: initial;
    min-width: 314px;
  }
}
.first-step_text .first-step_text-item3 .first-step_text3 {
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  .first-step_text .first-step_text-item3 .first-step_text3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .first-step_text .first-step_text-item3 .first-step_text3 {
    font-size: 15px;
  }
}
.first-step_text .first-step_text-item3 .first-step_text4 {
  font-size: 25px;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .first-step_text .first-step_text-item3 .first-step_text4 {
    font-size: 15px;
  }
}
.first-step_text .first-step_text5 {
  font-size: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .first-step_text .first-step_text5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .first-step_text .first-step_text5 {
    font-size: 14px;
  }
}

.first-btn_sns {
  display: flex;
  flex-direction: column;
}

.first-step_item_text {
  font-size: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .first-step_item_text {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .first-step_item_text {
    font-size: 15px;
    margin-top: 30px;
  }
}

.first-step_item2 {
  font-size: 35px;
  display: inline-block;
  margin-left: 25%;
  margin-bottom: 30px;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-color: rgba(254, 194, 64, 0.441);
          text-decoration-color: rgba(254, 194, 64, 0.441);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 1100px) {
  .first-step_item2 {
    font-size: 30px;
    margin-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .first-step_item2 {
    font-size: 25px;
    margin-left: initial;
  }
}

.first-step_item2_text1 {
  padding-left: 11%;
  background-color: rgba(255, 196, 80, 0.3215686275);
  border-radius: 30px;
  padding-top: 5%;
  padding-bottom: 5%;
  max-width: 800px;
  height: auto;
  text-align: justify;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .first-step_item2_text1 {
    padding-left: 21%;
  }
}
@media screen and (max-width: 767px) {
  .first-step_item2_text1 {
    text-align: center;
    border-radius: 15px;
    padding-left: initial;
  }
}
.first-step_item2_text1 .first-step_item2_text {
  font-size: 23px;
}
@media screen and (max-width: 1100px) {
  .first-step_item2_text1 .first-step_item2_text {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .first-step_item2_text1 .first-step_item2_text {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.first-step_item3 {
  background-color: rgba(25, 25, 25, 0.3882352941);
  padding: 2%;
  color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .first-step_item3 {
    padding: 4%;
    font-size: 12px;
  }
}

.first-step_item_text2 {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .first-step_item_text2 {
    font-size: 10px;
  }
}

.service {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .service {
    font-size: 30px;
  }
}

.service-img {
  margin-top: 50px;
  text-align: center;
}
.service-img img {
  width: 80%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */