html {
  scroll-behavior: smooth;
}
h1 {
  font-family: "Hachi Maru Pop", cursive;
  font-size: 36px;
  font-weight: 400;
}
h3,
h4 {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
dt,
dd {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #261f00;
}

a {
  font-family: "Hachi Maru Pop", cursive;
  text-decoration: none;
  color: #261f00;
  display: block;
}
span {
  font-family: "Zen Maru Gothic", sans-serif;
}
li {
  list-style: none;
}
img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.txt01 {
  font-size: 18px;
}
.flex {
  display: flex;
}
.white {
  color: #fff;
}
.c-ttl {
  font-size: 64px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 15px;
}
.sub-ttl {
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
.blue {
  color: #3d99bc;
}
.blue02 {
  color: #47aad9;
}
.blue03 {
  color: #0076ad;
}
.yellow {
  color: #f39c58;
}
.red {
  color: #ed725a;
}
.green {
  color: #49b98d;
}
.light-green {
  color: #aec453;
}
.deep-green {
  color: #5b9000;
}
.orange {
  color: #f88b3d;
}
.pink {
  color: #e487af;
}
.c-small {
  font-size: 12px;
}
.global-nav {
  background-color: #fbfcdf;
  padding: 0px 0 28px;
}
.global-nav nav {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  background-color: #fff;
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 60px;
  margin: -26px 0 0;
  padding: 0 0 40px;
}
.nav-links__item {
  position: relative;
}
.nav-links__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav-links__item a .icon {
  margin-bottom: 0.5rem;
}

.nav-links__item .icon01 {
  width: 40px;
}
.nav-links__item .icon02 {
  width: 50px;
}
.nav-links__item .icon03 {
  width: 40px;
}
.nav-links__item .icon04 {
  width: 46px;
}
.nav-links__item .icon05 {
  width: 80px;
}
.nav-links__item .icon06 {
  width: 48px;
}
.nav-links__item span {
  position: relative;
  font-size: 20px;
}
.nav-links__item span::after {
  content: "";
  border-right: solid 1px #261f00;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 0;
}

.c-mv {
  background-color: #fbfcdf;
  padding: 140px 80px 63px;
  position: relative;
}
.section-ttl {
  background: url(../img/ttl_bg.jpg);
  background-size: contain;
  text-align: center;
  padding: 20px 0;
}
.section-ttl h1 {
  font-size: 50px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.section-ttl img {
  margin: 0 auto;
}

.section-ttl .dec_01 {
  width: 90px;
  margin-bottom: 20px;
}
.section-ttl .dec_02 {
  width: 112px;
  margin-top: 25px;
}
/* -------------
header
---------------*/
.header {
  position: relative;
}
.container {
  display: flex;
  position: absolute;
  z-index: 99;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
.header-nav {
  color: #261f00;
  padding: 7px 18px 21px;
}
.logoBox {
  background-color: #fff;
  display: block;
  padding: 2vw;
  text-align: center;
  width: 20.7%;
}
.logoBox p {
  font-family: "Hachi Maru Pop", cursive;
  text-align: center;
  margin-bottom: 12px;
  font-size: 1vw;
}
.logo {
  width: 100%;
}
.ribon {
  margin: 40px auto 0;
  width: 361px;
}

.header-nav {
  background-color: rgba(255, 255, 255, 0.8);
  width: 22%;
}
.header-nav p {
  text-align: center;
  font-weight: 500;
}
.tel {
  justify-content: center;
  align-items: center;
}
.tel img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.tel a {
  font-size: min(2vw, 40px);
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
.header-btn {
  justify-content: center;
  gap: 10px;
}
.nav-link {
  width: calc(190/1920*100vw);

}
.scroll-header {
  background-color: #fcf3cd;
  position: fixed;
  z-index: 999;
  top: -100px;
  opacity: 0;
  height: 130px;
  width: 100%;
  display: flex;
  display: none;
  justify-content: space-between;
  align-items: center;
  transition: top 0.6s ease, opacity 0.6s ease;
}
.scroll-header.is-visible {
  display: flex; /* 表示する */
  top: 0;
  opacity: 1;
}
.scroll-header .nav1 {
  margin-left: 1rem;
}
.scroll-header .nav1 .nav-links {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.scroll-header .nav-link {
  width: 150px;
}
.scroll-header .nav1 .nav-links__item {
  position: relative;
}
.scroll-header .nav1 .nav-links__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 500;
}
.scroll-header .nav1 .nav-links__item > a .icon {
  width: 30px;
  margin-bottom: 0.5rem;
}
.scroll-header .nav2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.scroll-header .nav2 .nav-link {
  height: 100%;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: clamp(0.75rem, 0.5rem + 0.4167vw, 1rem);
  color: #fff;
  position: relative;
}
.scroll-header .nav2 .nav-link.tel {
  width: auto;
  background: #f4f887;
  color: #333;
  padding: 0 0.75rem;
  font-weight: 600;
}
.scroll-header .nav2 .nav-link.tel .row2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-header .nav2 .nav-link .icon {
  height: auto;
  margin-bottom: 0.5rem;
}
.scroll-header .nav2 .row2 img {
  width: 15px;
  height: 15px;
  margin: 10px 10px 0 0 ;
}
/* -------------

-----------------*/
.p-contact {
  background-color: #dff9fc;
  padding: 60px 0 0;
}
.p-contact .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}
.p-contact .logoArea {
  margin: 0 auto 64px;
}
.p-contact .logo {
  margin: 0 auto 20px;
  width: 31.3%;
}
.p-contact .logoArea p {
  text-align: center;
  font-weight: 600;
}
.p-contact .flex {
  justify-content: center;
  gap: 85px;
  align-items: center;
}
.p-contact .flex li {
  width: 400px;
  margin-bottom: 20px;
}
.p-contact .time {
  width: 640px;
}
.p-contact .time p {
  margin-top: 20px;
}
.p-contact .map {
  height: 670px;
  margin-top: 40px;
}

/* ----------------

footer
--------------*/
.l-footer {
  background-color: #dff9fc;
  padding: 30px 0 0;
}
.l-footer .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}
.l-footer .flex {
  justify-content: center;
  gap: 56px;
}
.l-footer .flex li {
  position: relative;
}
.l-footer .flex li::before {
  background: url(../img/arw_green.png) no-repeat;
  content: "";
  width: 20px;
  height: 23px;
  position: absolute;
  top: 0;
  left: -26px;
  background-size: contain;
}
.l-footer .local-nav {
  margin-top: 10px;
}
.l-footer .flex li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.l-footer .flex .local-nav li::before {
  content: "ー";
  color: #49b98d;
  position: absolute;
  background: unset;
  top: 4px;
  left: -19px;
}
.pageTop {
  background-color: #49b98d;
  border-radius: 80px;
  width: 54px;
  height: 54px;
  position: fixed;
  bottom: 70px;
  right: 60px;
  z-index: 99;
}
.pageTop a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageTop img {
  width: 23px;
  height: 12px;
}
.copy {
  background-color: #c8da96;
  padding: 20px 0;
  margin-top: 30px;
}
.copy p {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h1 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .c-ttl {
    font-size: 30px;
  }
  .sub-ttl {
    font-size: 20px;
  }
  .flex {
    display: block;
  }
  .section-ttl h1 {
    font-size: 28px;
  }
  .section-ttl .dec_01 {
    width: 80px;
  }
  .scroll-header {
    display: none !important;
  }
  .logoBox p {
    line-height: 1.2;
    font-size: 15px;
  }
  .logo {
    width: 193px;
    margin: 0 auto;
  }
  .logoBox {
    padding: 15px 20px;
    width: 194px;
  }
  .ribon {
    width: 177px;
    margin: 7px auto;
  }
  .global-nav {
    padding: 0;
  }
  .global-nav nav {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    height: 58vh;
    position: fixed;
    top: 0;
    width: 90%;
    z-index: 999;
    right: 0;
  }
  .nav-links {
    display: block;
    margin: 0;
    padding: 64px 22px 0 22px;
  }
  .nav-links__item {
    padding: 10px;
    position: relative;
    border-bottom: dotted 3px #261f00;
  }
  .nav-links__item::after {
    content: "";
    background: url(../img/arw_pink02.png) no-repeat;
    width: 16px;
    height: 18px;
    background-size: contain;
    position: absolute;
    border-right: unset;
    right: 0;
    top: 30px;
  }
  .nav-links__item span::after {
    content: unset;
  }
  .nav-links__item a {
    position: static;
    flex-direction: row;
    justify-self: flex-start;
    gap: 20px;
  }
  .nav-links__item span {
    font-family: "Hachi Maru Pop", cursive;
  }
  .nav-links__item .icon01 {
    width: 34px;
  }
  .nav-links__item .icon02 {
    width: 35px;
  }
  .nav-links__item .icon04 {
    width: 38px;
  }
  .nav-links__item .icon05 {
    width: 53px;
  }
  .nav-links__item .icon06 {
    width: 42px;
  }
  .menu-btn {
    display: block;
    pointer-events: all;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
    background-color: #49b98d;
    border: unset;
  }
  .menu-btn p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .menu-btn .bar {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 8px;
    background: #fff;
  }
  .menu-btn .bar:nth-of-type(1) {
    top: 11px;
    transition: 0.3s;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: 17px;
  }
  .menu-btn .bar:nth-of-type(3) {
    top: 22px;
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(1) {
    top: 17px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(2) {
    top: 17ypx;
    opacity: 0;
  }
  .menu-btn.active .bar:nth-child(3) {
    top: 17px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }
  .sp_flooting {
    display: flex;
    position: fixed;
    bottom: 0;
    justify-content: space-around;
    width: 100%;
    z-index: 999;
  }
  .sp_tel_btn {
    width: 78px;
  }
  .sp_web {
    width: 170px;
  }
  .sp_web_reservation {
    width: 170px;
  }
  .c-mv {
    background: url(../img/top_mv01_sp.png) no-repeat center;
    background-size: cover;
    height: 887px;
    padding: 0;
    position: relative;
  }
  .c-mv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* ------------
  footer
  ----------------*/
  .p-contact .flex li,
  .p-contact .time {
    width: auto;
  }
  .p-contact .logo {
    width: auto;
  }
  .p-contact .time {
    margin-top: 40px;
  }
  .p-contact .time p {
    font-size: 15px;
    margin-top: 14px;
  }
  .p-contact .map {
    height: 394px;
  }
  .l-footer {
    padding: 40px 0 0px;
  }
  .l-footer .flex {
    width: 170px;
    margin: 0 auto;
  }
  .l-footer .flex li {
    margin-bottom: 32px;
  }
  .l-footer .flex li::before {
    width: 16px;
    height: 18px;
  }
  .l-footer .flex li a {
    font-size: 16px;
  }
  .l-footer .flex .local-nav li::before {
    top: 0;
  }

  .pageTop {
    bottom: 85px;
    right: 20px;
  }
  .copy p {
    font-size: 16px;
  }
}
