@charset "UTF-8";
.page-secondary *:not(header):not(footer):not(.pictogram-item) {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-secondary main {
  margin-bottom: 100px;
}
.page-secondary iframe {
  width: 100%;
}
.page-secondary-main {
  margin-top: 40px;
}

.top .search-form, .global .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F1E7;
  padding: 10px 7px 10px 10px;
  width: calc(100% - 17px);
  border-radius: 10px;
}
.top .search-form input[type=text], .global .search-form input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
  width: calc(100% - 30px);
}
.top .search-form input[type=text]::-webkit-input-placeholder, .global .search-form input[type=text]::-webkit-input-placeholder {
  color: #686868;
}
.top .search-form input[type=text]::-moz-placeholder, .global .search-form input[type=text]::-moz-placeholder {
  color: #686868;
}
.top .search-form input[type=text]:-ms-input-placeholder, .global .search-form input[type=text]:-ms-input-placeholder {
  color: #686868;
}
.top .search-form input[type=text]::-ms-input-placeholder, .global .search-form input[type=text]::-ms-input-placeholder {
  color: #686868;
}
.top .search-form input[type=text]::placeholder, .global .search-form input[type=text]::placeholder {
  color: #686868;
}
.top .search-form button, .global .search-form button {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border: none;
}
.top-nav, .global-nav {
  width: calc(100% - 50px);
  position: absolute;
  left: 50%;
  top: 0;
  background: #fff;
  padding: 11px 20px 10px;
  margin: 30px auto 60px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  border-radius: 10px;
  z-index: 200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-nav.is-active, .global-nav.is-active {
  position: fixed;
  top: 0;
}
@media (max-width: 1200px) {
  .top-nav, .global-nav {
    display: none;
  }
}
.top-nav-inner, .global-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-nav-left img, .global-nav-left img {
  height: 60px;
  aspect-ratio: 165.57/60;
}
.top-nav-right, .global-nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-nav-right nav ul, .global-nav-right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-nav-right nav a, .global-nav-right nav a {
  color: #6B4726;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.top-nav-right nav a:hover img, .global-nav-right nav a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-nav-right nav img, .global-nav-right nav img {
  height: 30px;
  margin-bottom: 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-nav-right nav p, .global-nav-right nav p {
  margin: 0;
}
.top-nav-miru, .global-nav-miru {
  margin-right: 30px;
}
.top-nav-taiken, .top-nav-taberu, .global-nav-taiken, .global-nav-taberu {
  margin-right: 25px;
}
.top-nav-tomaru, .top-nav-news, .global-nav-tomaru, .global-nav-news {
  margin-right: 15px;
}
.top-nav-model, .global-nav-model {
  margin-right: 10px;
}
.top-nav-access, .global-nav-access {
  margin-right: 20px;
}
.top-nav-info, .global-nav-info {
  width: 266px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-nav-info .search-form, .global-nav-info .search-form {
  padding: 4px 5px 4px 2px;
  width: 168px;
  border-radius: 5px;
  margin-right: 12px;
  margin-top: 14px;
}
.top-nav-info .search-form input[type=text], .global-nav-info .search-form input[type=text] {
  font-size: 12px;
  outline: none;
  width: calc(100% - 40px);
}
.top-nav-info .search-form button, .global-nav-info .search-form button {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border: none;
}
.top-nav-info .select-lang, .global-nav-info .select-lang {
  margin-top: 14px;
}
.top-nav-phone, .global-nav-phone {
  font-family: "Outfit", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6B4726;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.33;
  font-weight: 300;
}
.top-nav-phone p, .global-nav-phone p {
  margin: 0;
}
.top-nav-phone img, .global-nav-phone img {
  width: 16.42px;
  aspect-ratio: 16.42/16;
  margin-right: 4.6px;
}
.top-nav-mail, .global-nav-mail {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6B4726;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
}
.top-nav-mail p, .global-nav-mail p {
  margin: 0;
}
.top-nav-mail img, .global-nav-mail img {
  width: 20.71px;
  aspect-ratio: 20.71/16;
  margin-right: 5.3px;
}

.top .top-header * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1201px) {
  .top .top-header {
    right: 0;
    padding: 15px 10px 15px 20px;
  }
}

@media (min-width: 1201px) {
  .header {
    left: 0;
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1201px) {
  .top .top-header, .header {
    position: absolute;
    content: "";
    background: #FFFFFF;
    border-radius: 0 0 0 10px;
    top: 0;
    z-index: 10;
  }
  .top .top-header ul, .header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top .top-header .select-lang::after, .header .select-lang::after {
    width: 4px;
    height: 4px;
    top: calc(50% - 1px);
  }
  .top .top-header .select-lang select, .header .select-lang select {
    font-size: 16px;
  }
  .top .top-header-phone, .header-phone {
    font-family: "Outfit", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #6B4726;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.35;
    font-weight: 300;
    margin-right: 24px;
  }
  .top .top-header-phone p, .header-phone p {
    margin: 0;
  }
  .top .top-header-phone img, .header-phone img {
    width: 16.42px;
    aspect-ratio: 16.42/16;
    margin-right: 4.6px;
  }
  .top .top-header-mail, .header-mail {
    margin-right: 20px;
  }
  .top .top-header-mail a, .header-mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #6B4726;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
  }
  .top .top-header-mail p, .header-mail p {
    margin: 0;
  }
  .top .top-header-mail img, .header-mail img {
    width: 20.71px;
    aspect-ratio: 20.71/16;
    margin-right: 5.3px;
  }
  .top .top-header-global, .header-global {
    width: 80px;
  }
  .top .top-header-logo, .top .top-header-nav, .top .top-header-sp-menu, .header-logo, .header-nav, .header-sp-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  .top .top-header, .header {
    position: fixed;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .top .top-header-logo#sp-logo, .header-logo#sp-logo {
    width: 50px;
    margin: 5px 0 0 5px;
  }
  .top .top-header-nav#sp-nav, .header-nav#sp-nav {
    position: absolute;
    right: 0;
    z-index: 100;
    width: 60px;
    height: 60px;
  }
  .top .top-header-nav#sp-nav-close, .header-nav#sp-nav-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 0;
    opacity: 0;
    content: "";
  }
  .top .top-header nav.top-header-pc-menu, .header nav.top-header-pc-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  .top .top-header-sp-menu, .header-sp-menu {
    aspect-ratio: 375/765;
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background: #fff;
    padding: 20px 33px 54px;
    overflow-y: scroll;
    height: 100vh;
    visibility: hidden;
    z-index: 200;
  }
  .top .top-header-sp-menu .select-lang, .header-sp-menu .select-lang {
    position: relative;
    text-align: left;
    display: inline-block;
  }
  .top .top-header-sp-menu p, .header-sp-menu p {
    color: #6B4726;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
  }
  .top .top-header-sp-menu .nav-global, .header-sp-menu .nav-global {
    position: relative;
    display: block;
    margin: 0 47px 32px auto;
    text-align: right;
  }
  .top .top-header-sp-menu .nav-logo, .header-sp-menu .nav-logo {
    display: block;
    margin: 0 auto 26px;
    width: 200px;
  }
  .top .top-header-sp-menu .nav-top, .header-sp-menu .nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top .top-header-sp-menu .nav-top li, .header-sp-menu .nav-top li {
    width: calc((100% - 10px) / 3);
  }
  .top .top-header-sp-menu .nav-top li a, .header-sp-menu .nav-top li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 100/100;
    text-decoration: none;
    background: #F2F1E7;
    border-radius: 10px;
  }
  .top .top-header-sp-menu .nav-top li p, .header-sp-menu .nav-top li p {
    margin: 0;
  }
  .top .top-header-sp-menu .nav-top li.nav-top-miru p, .top .top-header-sp-menu .nav-top li.nav-top-taiken p, .header-sp-menu .nav-top li.nav-top-miru p, .header-sp-menu .nav-top li.nav-top-taiken p {
    margin-top: 12px;
  }
  .top .top-header-sp-menu .nav-top li.nav-top-taberu p, .header-sp-menu .nav-top li.nav-top-taberu p {
    margin-top: 10px;
  }
  .top .top-header-sp-menu .nav-top li.nav-top-tomaru p, .header-sp-menu .nav-top li.nav-top-tomaru p {
    margin-top: 12.7px;
  }
  .top .top-header-sp-menu .nav-top li.nav-top-model p, .top .top-header-sp-menu .nav-top li.nav-top-access p, .header-sp-menu .nav-top li.nav-top-model p, .header-sp-menu .nav-top li.nav-top-access p {
    margin-top: 11px;
  }
  .top .top-header-sp-menu .nav-bottom, .header-sp-menu .nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 6px;
  }
  .top .top-header-sp-menu .nav-bottom li, .header-sp-menu .nav-bottom li {
    width: calc((100% - 6px) / 2);
  }
  .top .top-header-sp-menu .nav-bottom li.nav-bottom-search, .header-sp-menu .nav-bottom li.nav-bottom-search {
    width: 100%;
  }
  .top .top-header-sp-menu .nav-bottom a, .header-sp-menu .nav-bottom a {
    background: #F2F1E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 14px 10px;
    border-radius: 10px;
    text-decoration: none;
  }
  .top .top-header-sp-menu .nav-bottom a img, .header-sp-menu .nav-bottom a img {
    margin-right: 10.9px;
    width: auto;
  }
  .top .top-header-sp-menu .nav-bottom-search .search-form, .header-sp-menu .nav-bottom-search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F2F1E7;
    padding: 10px 7px 10px 10px;
    width: 100%;
    border-radius: 10px;
  }
  .top .top-header-sp-menu .nav-bottom-search .search-form input[type=text], .header-sp-menu .nav-bottom-search .search-form input[type=text] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
    width: calc(100% - 30px);
  }
  .top .top-header-sp-menu .nav-bottom-search .search-form input[type=text]::-webkit-input-placeholder, .header-sp-menu .nav-bottom-search .search-form input[type=text]::-webkit-input-placeholder {
    color: #686868;
  }
  .top .top-header-sp-menu .nav-bottom-search .search-form input[type=text]::-moz-placeholder, .header-sp-menu .nav-bottom-search .search-form input[type=text]::-moz-placeholder {
    color: #686868;
  }
  .top .top-header-sp-menu .nav-bottom-search .search-form input[type=text]:-ms-input-placeholder, .header-sp-menu .nav-bottom-search .search-form input[type=text]:-ms-input-placeholder {
    color: #686868;
  }
  .top .top-header-sp-menu .nav-bottom-search .search-form input[type=text]::-ms-input-placeholder, .header-sp-menu .nav-bottom-search .search-form input[type=text]::-ms-input-placeholder {
    color: #686868;
  }
  .top .top-header-sp-menu .nav-bottom-search .search-form input[type=text]::placeholder, .header-sp-menu .nav-bottom-search .search-form input[type=text]::placeholder {
    color: #686868;
  }
  .top .top-header-sp-menu .nav-bottom-search .search-form button, .header-sp-menu .nav-bottom-search .search-form button {
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: none;
  }
  .top .top-header-sp-menu .nav-sns, .header-sp-menu .nav-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 46px;
  }
  .top .top-header-sp-menu .nav-sns p, .header-sp-menu .nav-sns p {
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  .top .top-header-sp-menu .nav-sns ul, .header-sp-menu .nav-sns ul {
    gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top .top-header-sp-menu .nav-sns img, .header-sp-menu .nav-sns img {
    width: 35px;
    height: 35px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .top .top-header-sp-menu .nav-links, .header-sp-menu .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .top .top-header-sp-menu .nav-links a, .header-sp-menu .nav-links a {
    text-decoration: none;
    color: #36393E;
    font-size: 14px;
    font-weight: bold;
  }
}
.top .top-header .is-open #sp-nav-close, .header .is-open #sp-nav-close {
  position: fixed;
  z-index: 300;
  opacity: 1;
}
@media (min-width: 1201px) {
  .top .top-header .is-open .top-header-sp-menu, .top .top-header .is-open .header-sp-menu, .header .is-open .top-header-sp-menu, .header .is-open .header-sp-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  .top .top-header .is-open .top-header-sp-menu, .top .top-header .is-open .header-sp-menu, .header .is-open .top-header-sp-menu, .header .is-open .header-sp-menu {
    opacity: 1;
    visibility: visible;
  }
}

.pageHeader {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
}
.pageHeader-ttl {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F2F1E6;
  font-size: 45px;
  border-radius: 0px 30px 0px 0px;
  color: #6B4726;
  padding: 18px 70px 18px 100px;
}
.pageHeader-ttl span {
  position: relative;
  display: inline-block;
  padding-left: 70px;
}
.pageHeader-ttl span::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pageHeader {
  background-image: url("../img/pages/news/main.jpg");
}
.pageHeader-ttl span {
  padding-left: 0;
}
.pageHeader-ttl span::before {
  display: none;
}

.restaurant .pageHeader {
  background-image: url("../img/pages/restaurant/main.jpg");
}
.restaurant .pageHeader-ttl span::before {
  background-image: url("../img/common/icon-taberu.svg");
}

.modelcourse .pageHeader {
  background-image: url("../img/pages/modelcourse/main.jpg");
}
.modelcourse .pageHeader-ttl span::before {
  background-image: url("../img/common/icon-model.svg");
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media print, screen and (max-width: 768px) {
  .pageHeader {
    background-image: url("../img/pages/modelcourse/main-sp.jpg");
  }
  .restaurant .pageHeader {
    background-image: url("../img/pages/restaurant/main-sp.jpg");
  }
  .modelcourse .pageHeader {
    background-image: url("../img/pages/modelcourse/main-sp.jpg");
  }
  .pageHeader-ttl {
    font-size: 30px;
    padding: 10px 30px 6px 15px;
  }
  .pageHeader-ttl span {
    position: relative;
    display: inline-block;
    padding-left: 55px;
  }
  .pageHeader-ttl span::before {
    width: 40px;
    height: 40px;
  }
}
body.menu-open {
  position: fixed;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: min(1230px, 100%);
  padding: 0 15px;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

.display-none {
  display: none;
}
@media (min-width: 768px) {
  .display-none-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .display-none-sp {
    display: none;
  }
}

.select-lang {
  position: relative;
}
.select-lang::before {
  position: absolute;
  content: "";
  background: url("../img/common/icon-lang.svg");
  width: 14px;
  height: 14px;
  top: 15px;
  left: 8px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select-lang::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-left: 1px solid #6B4726;
  border-bottom: 1px solid #6B4726;
  top: 13px;
  right: 10px;
  pointer-events: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  z-index: 2;
}
.select-lang select {
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 24.4px 3.4px 29px;
  color: #6B4726;
  border: 1px solid #6B4726;
  border-radius: 16px;
  font-size: 14px;
  margin: 1px;
}
.select-lang select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #6B4726;
          box-shadow: 0 0 0 1px #6B4726;
}

/* パンくず */
.pankuzu {
  padding: 30px 0 0;
}
.pankuzu .pankuzu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pankuzu .pankuzu-item {
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.42px;
  position: relative;
}
.pankuzu .pankuzu-item::before {
  display: none;
}
.pankuzu .pankuzu-item:nth-child(n+2) {
  padding-left: 30px;
}
.pankuzu .pankuzu-item:nth-child(n+2)::before {
  content: ">";
  background: none;
  color: #606060;
  position: absolute;
  margin: 0;
  text-align: center;
  vertical-align: top;
  display: block;
  left: 10px;
}
.pankuzu .pankuzu-item .pankuzu-link {
  color: #000;
  text-decoration: none;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media print, screen and (max-width: 768px) {
  /* パンくず */
  .pankuzu {
    padding: 20px 0 0;
  }
}
.btn a {
  display: inline-block;
  padding: 14px 40px 12px;
  background-color: #43A857;
  -webkit-box-shadow: 0 4px 0 #028F4C;
  box-shadow: 0 4px 0 #028F4C;
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: medium;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 300px;
  position: relative;
}
.btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.btn a::after {
  content: "";
  position: absolute;
  background: url("../img/common/icon-arrow-w.svg") no-repeat center;
  width: 12px;
  height: 12px;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 18px;
}
.btn-back a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 19px;
  right: initial;
  left: 30px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.lead {
  color: #6B4726;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 74px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media print, screen and (max-width: 768px) {
  .lead {
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.link-blank {
  position: relative;
  padding-right: 30px;
}
.link-blank::after {
  position: absolute;
  content: url("../img/common/icon-blank.svg");
  right: 0;
  bottom: 0;
}

.pictogram {
  margin-top: 80px;
}
.pictogram .pictogram-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-left: -20px;
  list-style: none;
}
.pictogram .pictogram-item {
  position: relative;
  padding-bottom: 15px;
  width: 244px;
  height: 239px;
}
.pictogram .pictogram-item::before {
  content: none !important;
}
.pictogram .pictogram-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% + 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url("../img/common/icon-pictogram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.pictogram .pictogram-item img {
  max-width: 110px;
}
.pictogram .pictogram-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CCCCCC;
  margin: 4px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
.pictogram .pictogram-item.is-checked::after {
  background-image: url("../img/common/icon-pictogram-check.svg");
}
.pictogram .pictogram-item.is-checked .pictogram-item-inner {
  border: 4px solid #6B4726;
  margin: 0;
}
.pictogram .pictogram-label {
  font-weight: bold;
  margin: 20px 0 5px;
  line-height: 1.5;
}
.pictogram .pictogram-desc {
  font-size: 14px;
  line-height: 1.4285714286;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-cell, .table-head {
  padding: 18px 20px;
  text-align: left;
  font-weight: 400;
}

.table-cell {
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.table-head {
  background: #EFEAE2;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 768px) {
  .table:first-of-type .table-cell, .table:first-of-type .table-head {
    border-top: 1px solid #ccc;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media print, screen and (max-width: 768px) {
  .table-cell {
    display: block;
    padding: 14px 10px 10px;
    border: none;
  }
  .table-head {
    text-align: center;
  }
  .table-scroll {
    table-layout: fixed;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: calc(100% + 20px);
  }
  .table-scroll .table-cell {
    display: inline-block;
  }
}
.heading {
  -webkit-transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
  transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
}
.heading-l {
  background: url("../img/common/ttl-bg.svg") no-repeat center/cover;
  font-size: 24px;
  font-weight: 700;
  color: #6B4726;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 600px;
  padding: 43px 0 31px;
  margin: 0 auto 40px;
  line-height: 1.1;
  text-align: center;
}
.heading-l-num {
  background: #6B4726;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 35px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media print, screen and (max-width: 768px) {
  .heading-l {
    background: url("../img/common/ttl-bg-sp.svg") no-repeat center/cover;
    width: 345px;
    margin-bottom: 30px;
    line-height: 1.1;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
}

.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading .kvArea {
  width: 100%;
}

.loading .kvArea .img_box {
  text-align: center;
}

.loading .kvArea .loading-img img {
  max-width: 100%;
  height: auto;
}

.loading-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jump {
  -webkit-animation: jumpAnime 1s ease-in-out infinite;
          animation: jumpAnime 1s ease-in-out infinite;
}

.jump1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.jump2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes jumpAnime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAnime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@media (max-width: 1023px) {
  .loading-txt .progressbar-text {
    font-size: 0.8rem !important;
  }
}
.top {
  background: #F2F1E5;
}
.top-btn {
  display: inline-block;
  padding: 12px 40px 14px;
  background-color: #43A857; /* 背景色 */
  -webkit-box-shadow: 0 4px 0 #028F4C;
          box-shadow: 0 4px 0 #028F4C; /* 影の太さ・色 */
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: medium;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 220px;
}
.top-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.top-btn-arrow {
  position: relative;
}
.top-btn-arrow p {
  margin: 0;
}
.top-btn-arrow p + img {
  position: absolute;
  content: "";
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  height: 12px;
  width: 12px;
}
.top-ttl {
  position: relative;
  text-align: center;
  padding-top: 28px;
  margin-bottom: 1px;
  font-size: 30px;
  font-weight: bold;
  color: #6B4726;
}
@media (max-width: 1250px) and (min-width: 768px) {
  .top-ttl {
    font-size: 24px;
  }
}
.top-ttl::before {
  position: absolute;
  content: "";
  width: 69.34px;
  height: 24.22px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/pages/top/ttl-decoration.svg") no-repeat;
}
.top-ttl-en {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #6B4726;
  margin: 0;
  text-align: center;
}
@media (max-width: 1250px) and (min-width: 768px) {
  .top-ttl-en {
    font-size: 16px;
  }
}
.top-mainvisual {
  position: relative;
  z-index: 3;
}
.top-mainvisual-nav {
  position: absolute;
  content: "";
  opacity: 0;
  left: 0;
  top: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 18px 20px;
  width: 210px;
}
.top-mainvisual-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-mainvisual-nav a {
  text-decoration: none;
  background: #F2F1E7;
  border-radius: 10px;
}
.top-mainvisual-nav a img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-mainvisual-nav a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-mainvisual-nav p {
  color: #6B4726;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.top-mainvisual-nav .nav-logo {
  display: block;
  margin: 0 auto 26px;
  width: 200px;
}
.top-mainvisual-nav .nav-top {
  gap: 6px 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-mainvisual-nav .nav-top li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 102px;
  height: 102px;
}
.top-mainvisual-nav .nav-top li p {
  margin: 0;
}
.top-mainvisual-nav .nav-top li.nav-top-miru p, .top-mainvisual-nav .nav-top li.nav-top-taiken p {
  margin-top: 12px;
}
.top-mainvisual-nav .nav-top li.nav-top-taberu p {
  margin-top: 10px;
}
.top-mainvisual-nav .nav-top li.nav-top-tomaru p {
  margin-top: 12.7px;
}
.top-mainvisual-nav .nav-top li.nav-top-model p, .top-mainvisual-nav .nav-top li.nav-top-access p {
  margin-top: 11px;
}
.top-mainvisual-nav .nav-bottom {
  margin-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.top-mainvisual-nav .nav-bottom a {
  background: #F2F1E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 14px 20px;
}
.top-mainvisual-nav .nav-bottom a img {
  margin-right: 10.9px;
}
@media (max-width: 767px) {
  .top-mainvisual-nav {
    display: none;
  }
}
.top-mainvisual-center {
  position: absolute;
  content: "";
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
@media (max-width: 767px) {
  .top-mainvisual-center {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    top: 30px;
  }
}
.top-mainvisual-center img {
  margin: 0 auto;
}
.top-mainvisual-center .center-logo {
  width: 420px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .top-mainvisual-center .center-logo {
    -webkit-transform: scale(0);
            transform: scale(0);
    width: max(90px, 24vw);
    margin: 0 auto max(38px, 10.1333333333vw);
  }
}
.top-mainvisual-center .center-btn {
  margin: 0 auto 30px;
  width: 170px;
}
.top-mainvisual-center .center-dot {
  width: 115px;
}
.top-mainvisual-right {
  position: absolute;
  content: "";
  right: 0;
  opacity: 0;
  bottom: 5px;
  width: 446px;
}
@media (max-width: 1501px) {
  .top-mainvisual-right {
    display: none;
  }
}
.top-mainvisual-bg {
  position: relative;
  z-index: -1;
  width: 100%;
}
.top-mainvisual-bg ul.slick-dots {
  position: absolute;
  bottom: 234px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-mainvisual-bg ul.slick-dots {
    bottom: 60px;
  }
}
.top-mainvisual-bg ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}
.top-mainvisual-bg ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: transparent;
  background: #fff;
}
.top-mainvisual-bg ul.slick-dots li button:hover, .top-mainvisual-bg ul.slick-dots li button:focus {
  outline: none;
  background: #43A857;
}
.top-mainvisual-bg ul.slick-dots li.slick-active button {
  outline: none;
  background: #43A857;
}
@media (max-width: 767px) {
  .top-mainvisual-bg img {
    width: 100%;
    height: 162.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (min-width: 768px) {
  .top-mainvisual.is-active .top-mainvisual-nav {
    -webkit-animation: mainLeft 0.2s ease forwards;
            animation: mainLeft 0.2s ease forwards;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .top-mainvisual.is-active .top-mainvisual-center {
    -webkit-animation: mainCenter 0.6s ease forwards;
            animation: mainCenter 0.6s ease forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .top-mainvisual.is-active .top-mainvisual-right {
    -webkit-animation: mainRight 0.2s ease forwards;
            animation: mainRight 0.2s ease forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media (max-width: 767px) {
  .top-mainvisual.is-active .center-logo {
    -webkit-animation: mainCenter 0.6s ease forwards;
            animation: mainCenter 0.6s ease forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.top-weather-item + .top-weather-item {
  margin-top: 20px;
}
@media (min-width: 1501px) {
  .top-weather {
    display: none;
  }
}
@media (max-width: 1500px) {
  .top-weather {
    position: relative;
    padding-bottom: 20px;
    z-index: 25;
  }
}
@media (max-width: 1500px) and (min-width: 1201px) {
  .top-weather {
    margin: 40px 20px -2px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .top-weather {
    margin: 40px 20px -171px;
  }
}
@media (max-width: 767px) {
  .top-weather {
    padding: 40px 0 0;
    position: relative;
    z-index: 22;
    overflow-x: hidden;
  }
  .top-weather-content {
    position: relative;
    z-index: 2;
    width: max(324.6px, 86.56vw);
    margin: 0 auto;
  }
  .top-weather-content::before {
    position: absolute;
    content: "";
    background: url("../img/pages/top/weather-decoration-1.png") center/cover no-repeat;
    width: 36.93px;
    height: 25px;
    top: -18px;
    left: -12px;
    z-index: -1;
  }
  .top-weather::before {
    position: absolute;
    content: "";
    background: url("../img/pages/top/slider-bg-zarazara.png") center/cover no-repeat, url("../img/pages/top/weather-bg.svg") bottom center/cover no-repeat;
    width: max(740.41px, 197.4426666667vw);
    aspect-ratio: 740.41/131.14;
    z-index: -2;
    bottom: 38.6px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-2deg);
            transform: translateX(-50%) rotate(-2deg);
  }
  .top-weather::after {
    position: absolute;
    content: "";
    background: url("../img/pages/top/weather-decoration-2.png") center/cover no-repeat;
    width: 35.58px;
    height: 43px;
    bottom: 23%;
    right: -13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top-slider {
  position: relative;
  z-index: 20;
  padding-bottom: 140px;
  width: 100%;
  overflow: hidden;
  height: auto;
}
@media (max-width: 1500px) and (min-width: 1201px) {
  .top-slider {
    padding-top: 22px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .top-slider {
    padding-top: 171px;
  }
}
@media (max-width: 767px) {
  .top-slider {
    padding-bottom: 114px;
  }
}
.top-slider-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-slider-bg::before {
  position: absolute;
  content: "";
  background: url("../img/pages/top/slider-bg-zarazara.png") center/cover no-repeat, url("../img/pages/top/slider-bg-blue.png") bottom center/cover no-repeat;
  min-width: 1826px;
  width: 120%;
  height: 608px;
  z-index: -2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-slider-bg::before {
    background: url("../img/pages/top/slider-bg-zarazara.png") center/cover no-repeat;
    min-width: 110vw;
    width: 110vw;
    height: 100%;
    bottom: auto;
    top: 39.5px;
    -webkit-transform: translateX(-50%) rotate(-2deg);
            transform: translateX(-50%) rotate(-2deg);
  }
}
.top-slider-bg::after {
  position: absolute;
  content: "";
  background-image: url("../img/pages/top/slider-bg-gray.png");
  min-width: 1442px;
  width: 120%;
  height: 140px;
  z-index: -1;
  background-position: top center;
  background-size: cover;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-slider-bg::after {
    background-image: url("../img/pages/top/slider-bg-gray-sp.svg");
    min-width: 221.3333333333vw;
    width: 221.3333333333vw;
    height: auto;
    z-index: -2;
    bottom: -3px;
    aspect-ratio: 830/117.92;
  }
}
@media (max-width: 767px) {
  .top-slider {
    background: #33897F;
    padding-top: 78.1px;
    margin-top: -78.1px;
  }
  .top-slider .top-nav {
    display: none;
  }
}
.top-slider-contents {
  position: relative;
  margin-top: 183.73px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .top-slider-contents {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .top-slider-contents {
    margin-top: 30px;
  }
}
.top-slider-main {
  overflow-x: hidden;
}
.top-slider-main .slick-slide {
  aspect-ratio: 350/250;
  padding: 0 10px;
}
.top-slider-main .slick-slide img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-slider-main .slick-slide a {
  overflow: hidden;
  border-radius: 10px;
}
.top-slider-main .slick-slide a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-slider-main .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.top-slider-main .slick-dots li {
  font-size: 0;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .top-slider-main .slick-dots li {
    margin: 0 5px;
  }
}
.top-slider-main .slick-dots li.slick-active button {
  background: #8b5a2b; /* 茶色 */
}
.top-slider-main .slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff; /* 白 */
  border: none;
  padding: 0;
  cursor: pointer;
}
.top-slider-wood {
  position: absolute;
  content: "";
  left: 90px;
  bottom: 0;
  width: 154px;
}
@media (max-width: 767px) {
  .top-slider-wood {
    left: 18.1px;
    bottom: 21.3px;
    width: max(112.6px, 30.0266666667vw);
  }
}
.top-slider-human {
  position: absolute;
  content: "";
  right: 82px;
  bottom: 50px;
  width: 112px;
}
@media (max-width: 767px) {
  .top-slider-human {
    right: 24.3px;
    bottom: 6.3px;
    width: max(69.02px, 16.0053333333vw);
  }
}
.top-slider.js-scroll-1 .top-slider-wood,
.top-slider.js-scroll-1 .top-slider-human {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.top-slider.js-scroll-1.scroll-active-1 .top-slider-wood,
.top-slider.js-scroll-1.scroll-active-1 .top-slider-human {
  -webkit-animation: zoomBounce 0.8s ease forwards;
          animation: zoomBounce 0.8s ease forwards;
}
.top-news {
  position: relative;
  z-index: 4;
  text-align: center;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .top-news {
    padding-bottom: 52px;
  }
}
.top-news::after {
  position: absolute;
  content: "";
  background-image: url("../img/pages/top/decoration-left.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: max(216px, 15.4778571429vw);
  bottom: -171px;
  aspect-ratio: 216/344;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-news::after {
    width: max(88.56px, 23.616vw);
    bottom: -35px;
  }
}
.top-news-content {
  width: min(100%, 1200px);
}
@media (min-width: 768px) {
  .top-news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 13px;
    margin: 30px auto 40px;
  }
}
@media (max-width: 767px) {
  .top-news-content {
    width: 100%;
    margin: 30px auto 30px;
  }
  .top-news-content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-news-content .slick-slide {
    height: auto !important;
    margin: 0 5px;
    border-radius: 10px;
    overflow: hidden;
  }
  .top-news-content .slick-slide div:not([class]), .top-news-content .slick-slide article, .top-news-content .slick-slide a {
    height: 100%;
  }
}
.top-news-content .top-btn {
  min-width: 260px;
}
.top-news-content .news-card {
  width: calc((100% - 39px) / 4);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 16px;
  text-align: left;
}
.top-news-content .news-card-link {
  display: block;
  color: #000;
  text-decoration: none;
}
.top-news-content .news-card-link img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-news-content .news-card-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-news-content .news-card-thum {
  aspect-ratio: 290/190;
  overflow: hidden;
}
.top-news-content .news-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 20px 0;
}
.top-news-content .news-card-date {
  font-size: 12px;
  margin-right: 15px;
  font-weight: 500;
}
.top-news-content .news-card-category {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
  line-height: 1;
  background: #0166CA;
  border-radius: 20px;
}
.top-news-content .news-card-text {
  margin: 9px 20px 0;
}
.top-news-content .news-card .category-event {
  background: #FF8F12;
}
.top-news.js-scroll-1::after {
  left: -200px;
}
.top-news.js-scroll-1.scroll-active-1::after {
  -webkit-animation: slideLeft 0.8s ease forwards;
          animation: slideLeft 0.8s ease forwards;
}
.top-miryoku {
  position: relative;
  z-index: 2;
  text-align: center;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .top-miryoku {
    padding-top: 128px;
    margin-top: -128px;
  }
  .top-miryoku::before {
    position: absolute;
    content: "";
    background-image: url("../img/pages/top/decoration-right.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 342px;
    height: 545px;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .top-miryoku {
    text-align: left;
  }
}
.top-miryoku::after {
  position: absolute;
  content: "";
  background-image: url("../img/pages/top/miryoku-instagram-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: calc(100% + 42px);
  aspect-ratio: 1442/140;
  bottom: 64.9px;
  left: -20px;
  z-index: -2;
}
@media (max-width: 767px) {
  .top-miryoku::after {
    width: max(526.47px, 140.392vw);
    bottom: 42.6px;
  }
}
@media (min-width: 768px) {
  .top-miryoku-ttl {
    position: relative;
    display: inline-block;
  }
  .top-miryoku-ttl::before, .top-miryoku-ttl::after {
    position: absolute;
    content: "";
    background-image: url("../img/pages/top/weather-decoration-1.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .top-miryoku-ttl::before {
    width: 104.89px;
    height: 71px;
    right: -290px;
    top: -76px;
  }
  .top-miryoku-ttl::after {
    width: 72.44px;
    height: 49.04px;
    left: -294px;
    bottom: -30px;
  }
}
.top-miryoku-lead {
  margin: 50px auto 80px;
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-miryoku-lead {
    font-size: 16px;
    line-height: 1.875;
    padding: 0 15px;
    margin: 30px auto 40px;
  }
}
.top-miryoku-instagram {
  position: relative;
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}
@media (min-width: 768px) {
  .top-miryoku-instagram::before {
    position: absolute;
    content: "";
    background-image: url("../img/pages/top/decoration-instagram.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 297px;
    height: 186px;
    left: -107px;
    bottom: 54px;
    z-index: -1;
  }
}
@media (max-width: 810px) {
  .top-miryoku-instagram {
    padding-left: 5vw;
  }
}
@media (max-width: 767px) {
  .top-miryoku-instagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
.top-miryoku-instagram::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 95px;
  background: #FCCA85;
  left: 50%;
  bottom: 0;
  z-index: -2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-miryoku-instagram::after {
    height: 54px;
  }
}
.top-miryoku-instagram .instagram-ttl {
  width: 240px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .top-miryoku-instagram .instagram-ttl {
    width: max(292.49px, 77.9973333333vw);
    margin-bottom: 9.8px;
  }
}
.top-miryoku-instagram .instagram-content {
  width: 810px;
}
@media (max-width: 810px) {
  .top-miryoku-instagram .instagram-content {
    width: 57.8571428571%;
  }
}
@media (max-width: 767px) {
  .top-miryoku-instagram .instagram-content {
    margin: 0 auto;
    width: max(345px, 92vw);
  }
}
.top-miryoku-btn {
  width: 345px;
  margin: 6px auto 0;
}
.top-miryoku.js-scroll-1 .instagram-ttl {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.top-miryoku.js-scroll-1.scroll-active-1 .instagram-ttl {
  -webkit-animation: zoomBounce 0.8s ease forwards;
          animation: zoomBounce 0.8s ease forwards;
}
@media (min-width: 768px) {
  .top-miryoku.js-scroll-1 .top-miryoku-instagram::before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .top-miryoku.js-scroll-1.scroll-active-1 .top-miryoku-instagram::before {
    -webkit-animation: zoomBounce 0.8s ease forwards;
            animation: zoomBounce 0.8s ease forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media (min-width: 768px) {
  .top-miryoku::before {
    right: -320px;
  }
  .top-miryoku.js-scroll-2.scroll-active-2::before {
    -webkit-animation: slideRight 0.8s ease forwards;
            animation: slideRight 0.8s ease forwards;
  }
}
.top-movie {
  background: #FCCA85;
  padding: 70px 0 30px;
}
@media (max-width: 767px) {
  .top-movie {
    padding: 19.2px 0 0;
  }
  .top-movie.js-scroll-5 .top-movie-youtube::before {
    bottom: -40px;
    -webkit-transition: 0.4s ease bottom;
    transition: 0.4s ease bottom;
  }
  .top-movie.js-scroll-5 .top-movie-youtube::after {
    bottom: -60px;
    -webkit-transition: 0.4s ease bottom;
    transition: 0.4s ease bottom;
    -webkit-transition-delay: 0.2s ease bottom;
            transition-delay: 0.2s ease bottom;
  }
  .top-movie.js-scroll-5.scroll-active-5 .top-movie-youtube::before {
    bottom: 0;
  }
  .top-movie.js-scroll-5.scroll-active-5 .top-movie-youtube::after {
    bottom: -33.6px;
  }
}
.top-movie-youtube {
  position: relative;
  z-index: 3;
  padding-bottom: 80.8px;
}
@media (max-width: 767px) {
  .top-movie-youtube {
    position: relative;
  }
  .top-movie-youtube::before {
    position: absolute;
    content: "";
    background-image: url("../img/pages/top/youtube-decoration-left.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: max(169.19px, 45.1173333333vw);
    aspect-ratio: 169.19/53.08;
    left: 20.5px;
    z-index: 3;
  }
  .top-movie-youtube::after {
    position: absolute;
    content: "";
    background-image: url("../img/pages/top/youtube-decoration-right.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: max(78px, 20.8vw);
    aspect-ratio: 78/96.72;
    right: 20.5px;
    z-index: 3;
  }
}
.top-movie-youtube .youtube-item {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 500px);
  aspect-ratio: 900/506;
  z-index: 2;
}
.top-movie-youtube .youtube-item iframe {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.top-movie-youtube .youtube-item + .youtube-item {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-movie-youtube .youtube-item {
    width: calc(100% - 30px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px;
  }
  .top-movie-youtube .youtube-item + .youtube-item {
    margin-top: 20px;
  }
}
.top-movie-decoration-1, .top-movie-decoration-2, .top-movie-decoration-3, .top-movie-decoration-4 {
  position: absolute;
  content: "";
}
@media (max-width: 767px) {
  .top-movie-decoration-1, .top-movie-decoration-2, .top-movie-decoration-3, .top-movie-decoration-4 {
    content: none;
  }
}
@media (min-width: 768px) {
  .top-movie-decoration-1 {
    background: url("../img/pages/top/youtube-decoration-01.svg") no-repeat;
    top: 120px;
    left: 154.3px;
    width: 67.22px;
    height: 68.14px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .top-movie-decoration-1.scroll-active-3 {
    -webkit-animation: zoomBounce 0.4s ease forwards;
            animation: zoomBounce 0.4s ease forwards;
  }
  .top-movie-decoration-2 {
    background: url("../img/pages/top/youtube-decoration-02.svg") no-repeat;
    top: 90px;
    right: 100px;
    width: 49.26px;
    height: 51.05px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .top-movie-decoration-2.scroll-active-3 {
    -webkit-animation: zoomBounce 0.4s ease forwards;
            animation: zoomBounce 0.4s ease forwards;
  }
  .top-movie-decoration-3 {
    background: url("../img/pages/top/youtube-decoration-03.svg") no-repeat;
    bottom: 186.8px;
    left: 373px;
    width: 303px;
    height: 89.61px;
  }
  .top-movie-decoration-3.scroll-active-3 {
    left: 70px;
    -webkit-transition: 0.4s ease left;
    transition: 0.4s ease left;
  }
  .top-movie-decoration-4 {
    background: url("../img/pages/top/youtube-decoration-04.svg") no-repeat;
    bottom: 120.8px;
    right: 373px;
    width: 303px;
    height: 156.14px;
  }
  .top-movie-decoration-4.scroll-active-3 {
    right: 70px;
    -webkit-transition: 0.4s ease right;
    transition: 0.4s ease right;
  }
}
.top-livecamera {
  position: relative;
  z-index: 2;
  padding: 98px 0 126px;
}
@media (max-width: 767px) {
  .top-livecamera {
    padding: 0;
  }
}
.top-livecamera::before {
  position: absolute;
  content: "";
  background-image: url("../img/pages/top/livecamera-left.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 944/748;
  left: -162px;
  top: 0;
  width: 67.1428571429%;
  z-index: 2;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (max-width: 767px) {
  .top-livecamera::before {
    width: 114.4vw;
    left: -18.1333333333vw;
    bottom: 74px;
    top: auto;
  }
}
.top-livecamera.scroll-active-6::before {
  -webkit-animation: zoomBounce 0.8s ease forwards;
          animation: zoomBounce 0.8s ease forwards;
}
.top-livecamera-right {
  width: 52.8571428571%;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .top-livecamera-right {
    width: 100%;
    margin: 0;
  }
}
.top-livecamera-btn {
  width: 207px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 40px 11px 53px;
}
.top-livecamera-btn p {
  margin: 0 0 0 13.2px;
}
@media (max-width: 767px) {
  .top-livecamera-btn {
    margin: 87.2vw auto 0;
  }
}
.top-search {
  position: relative;
}
@media (max-width: 767px) {
  .top-search {
    overflow: hidden;
  }
}
.top-search::before {
  position: absolute;
  content: "";
  background-image: url("../img/pages/top/search-illustration.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 19.5%;
  aspect-ratio: 273/184;
  top: 0;
  right: 43.5714285714%;
  z-index: 4;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (max-width: 767px) {
  .top-search::before {
    top: 200.3px;
    width: max(141.04px, 37.6106666667vw);
    left: 17.5px;
    right: auto;
  }
}
.top-search-inner {
  padding: 258px 100px 0;
  margin-top: -124px;
  background: #FCCA85;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-search-inner {
    padding: 337px 15px 0;
    margin-top: 0;
    overflow: visible;
  }
}
.top-search-inner::after {
  position: absolute;
  content: "";
  background-image: url("../img/pages/top/search-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 104.2142857143%;
  aspect-ratio: 1459/141;
  bottom: -6px;
  left: -2.7142857143%;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-search-inner::after {
    background-image: url("../img/pages/top/search-bg-sp.svg");
    width: max(738.52px, 196.9386666667vw);
    left: -51.4666666667%;
    aspect-ratio: 738/140;
    bottom: -36px;
  }
}
.top-search-left {
  position: relative;
  width: 63.3333333333%;
  z-index: 3;
  padding-top: 30px;
  overflow-x: visible;
}
@media (max-width: 767px) {
  .top-search-left {
    width: 100%;
  }
}
.top-search-ttl {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5B4A3F;
  padding: 9px 44px 12px 30px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
}
.top-search-ttl img {
  width: 46.04px;
  height: 39.08px;
}
.top-search-ttl h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0 12.5px;
  white-space: nowrap;
}
.top-search-form {
  background: #fff;
  padding: 58px 35px 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .top-search-form {
    padding: 50px 20px 24px;
  }
}
.top-search-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  margin: 40px auto 4px;
  padding: 13px 40px 13px 68px;
  width: 240px;
}
@media (max-width: 767px) {
  .top-search-form button {
    margin-top: 30px;
  }
}
.top-search-form button p {
  margin: 0 0 0 15px;
}
.top-search-form button img:nth-child(1) {
  width: 24px;
  height: 24px;
}
.top-search-form button img:nth-child(1).top-btn-arrow {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top-search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .top-search-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 190px;
}
@media (max-width: 767px) {
  .top-search-item {
    width: calc(50% - 5px);
  }
}
.top-search-item:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  width: calc(100% - 400px);
}
@media (max-width: 767px) {
  .top-search-item:nth-child(1) {
    width: 100%;
  }
}
.top-search-item label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12.5px;
  color: #6B4726;
}
.top-search-item input, .top-search-item select {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
}
.top-search-item input {
  padding: 12.5px 13px 13.5px;
}
@media (max-width: 767px) {
  .top-search-item input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-search-item select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 12.5px 37px 13.5px 23px;
}
.top-search-select {
  position: relative;
}
.top-search-select::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid #6B4726;
  border-bottom: 2px solid #6B4726;
  top: calc(50% - 3px);
  right: 10px;
  pointer-events: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  z-index: 2;
}
.top-search-right {
  position: absolute;
  content: "";
  width: 33.4285714286%;
  bottom: 21px;
  right: -3.1428571429%;
  z-index: 3;
  aspect-ratio: 468/488;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (max-width: 767px) {
  .top-search-right {
    bottom: auto;
    top: 31px;
    width: max(368.4px, 98.24vw);
    right: max(-25.5px, -6.8vw);
  }
}
.top-search-slider {
  position: relative;
  background: #DDF0F5;
  overflow-x: hidden;
  padding: 70px 0;
  margin-top: -10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-search-slider {
    margin-top: 0;
    padding: 20px 15px;
    overflow: visible;
  }
}
.top-search-slider img {
  margin-left: 100px;
  width: calc(100vw - 60px);
}
@media (max-width: 767px) {
  .top-search-slider img {
    margin-left: 0;
    width: 100%;
  }
}
.top-search.scroll-active-3::before,
.top-search.scroll-active-3 .top-search-right {
  -webkit-animation: zoomBounce 0.8s ease forwards;
          animation: zoomBounce 0.8s ease forwards;
}
.top-touristspots {
  overflow: hidden;
  max-width: 1300px;
  padding: 60px 0 74px calc(100% - 1300px);
  background: #DDF0F5;
}
@media (max-width: 767px) {
  .top-touristspots {
    padding: 20px 15px 38px;
  }
}
.top-touristspots .slick-list {
  overflow: visible;
}
.top-touristspots .slick-slide {
  margin-right: 40px;
}
.top-touristspots-contents {
  padding: 0 610px 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  .top-touristspots-contents {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.top-touristspots-item a, .top-touristspots-item figure {
  border-radius: 20px;
}
.top-touristspots-item figure {
  overflow: hidden;
}
.top-touristspots-item img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-touristspots-item a {
  position: relative;
  margin-top: 20px;
}
.top-touristspots-item a::before {
  position: absolute;
  content: "";
  z-index: 2;
  width: 80px;
  height: 80px;
  background: #DDF0F5;
  border-radius: 20px 0 20px 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .top-touristspots-item a::before {
    width: 42.46px;
    height: 42.31px;
  }
}
.top-touristspots-item a::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon-arrow-w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-color: #43A857;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  bottom: 11px;
  right: 10px;
  z-index: 3;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .top-touristspots-item a::after {
    bottom: 5px;
    right: 4px;
    background-size: 7.2px;
    width: 30px;
    height: 30px;
  }
}
.top-touristspots-item a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-touristspots-item a:hover::after {
  -webkit-transform: scale(1.2) rotate(90deg);
          transform: scale(1.2) rotate(90deg);
}
.top-touristspots-item a p {
  position: absolute;
  content: "";
  font-size: 24px;
  color: #fff;
  background: #5B4A3F;
  padding: 17px 15px 9px 15px;
  margin: 0;
  top: -20px;
  left: 30px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 3;
  border-radius: 10px;
  line-height: 1.25;
  letter-spacing: 7.25px;
}
@media (max-width: 767px) {
  .top-touristspots-item a p {
    font-size: 20px;
  }
}
.top-touristspots-item a + p {
  line-height: 1.75;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-touristspots-item a + p {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.top-model {
  position: relative;
  background: #DDF0F5;
}
@media (max-width: 767px) {
  .top-model {
    padding-top: 56.1px;
  }
}
.top-model .top-ttl {
  margin: 0 auto;
  font-size: 36px;
}
@media (max-width: 767px) {
  .top-model .top-ttl {
    font-size: 30px;
    line-height: 1.3333333;
  }
}
.top-model .top-ttl-en {
  text-align: center;
}
.top-model .top-ttl-en + p {
  margin: 40px 0 58px;
  font-size: 18px;
  line-height: 1.8888888889;
}
@media (max-width: 767px) {
  .top-model .top-ttl-en + p {
    margin: 30px 0 40px;
  }
}
.top-model .top-btn {
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.top-model .top-btn:hover {
  -webkit-transform: translateY(5px) translateX(-50%);
          transform: translateY(5px) translateX(-50%);
}
.top-model::before {
  position: absolute;
  content: "";
  background-image: url("../img/pages/top/model-illustration.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30.3571428571%;
  aspect-ratio: 425/244;
  top: 0;
  left: 14.1428571429%;
  z-index: 3;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (max-width: 1100px) {
  .top-model::before {
    width: 34.357143%;
    top: 16px;
    left: 11.142857%;
  }
}
@media (max-width: 767px) {
  .top-model::before {
    background-image: url("../img/pages/top/model-illustration-sp.png");
    width: max(157.1px, 41.8933333333vw);
    aspect-ratio: 157.1/265.44;
    left: 15px;
    top: 47.7px;
  }
}
.top-model-inner {
  padding-top: 186.52px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .top-model-inner {
    padding-top: calc(21.5786666667% + 30.1px);
  }
}
.top-model-inner::before {
  position: absolute;
  content: "";
  background-image: url("../img/pages/top/model-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 103%;
  aspect-ratio: 1442/141;
  bottom: 80.7%;
  left: -1.5%;
  z-index: 1;
}
@media (max-width: 1100px) {
  .top-model-inner::before {
    bottom: 75.7%;
  }
}
@media (max-width: 767px) {
  .top-model-inner::before {
    bottom: 80%;
    width: 220.8213333333vw;
    left: -23.4666666667%;
    background-image: url("../img/pages/top/model-bg-sp.svg");
  }
}
.top-model-inner::after {
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (min-width: 768px) {
  .top-model-inner::after {
    position: absolute;
    content: "";
    background-image: url("../img/pages/top/model-illustration-2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 31.6428571429%;
    aspect-ratio: 443/211;
    top: 38.9vw;
    right: 29.5%;
    z-index: 4;
  }
}
@media (max-width: 1450px) and (min-width: 768px) {
  .top-model-inner::after {
    width: 25.642857%;
    top: 39.9vw;
    right: 26.5%;
  }
}
.top-model-contents {
  position: relative;
  padding: 83px 0 323px;
  background: #F2F1E5;
  margin-top: -10px;
}
@media (max-width: 1100px) {
  .top-model-contents {
    padding: 83px 0 150px;
  }
}
@media (max-width: 767px) {
  .top-model-contents {
    padding: 174px 0 98px;
  }
}
.top-model-contents::before {
  position: absolute;
  content: "";
  background-image: url("../img/pages/top/model-bg-bottom.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 103%;
  aspect-ratio: 1442/141;
  bottom: 0;
  left: -1.5%;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-model-contents::before {
    background-image: url("../img/pages/top/model-bg-bottom-sp.svg");
  }
}
.top-model-left {
  position: relative;
  width: 450px;
  z-index: 5;
  margin: 0 150px;
}
@media (max-width: 1450px) {
  .top-model-left {
    margin: 0 7vw;
  }
}
@media (max-width: 1100px) {
  .top-model-left {
    margin: 0 4vw;
  }
}
@media (max-width: 767px) {
  .top-model-left {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.top-model-right {
  position: absolute;
  content: "";
  width: 54.2142857143%;
  aspect-ratio: 759/643;
  top: 0;
  right: -30px;
  z-index: 3;
  -webkit-transform: scale(0);
          transform: scale(0);
  transform: scale(0);
}
@media (max-width: 1100px) {
  .top-model-right {
    right: calc(-30px - 3vw);
  }
}
@media (max-width: 767px) {
  .top-model-right {
    width: 72.048vw;
    right: -5.3333333333%;
    top: 0;
  }
}
.top-model.scroll-active-2 .top-model-inner::after {
  -webkit-animation: zoomBounce 0.8s ease forwards;
          animation: zoomBounce 0.8s ease forwards;
}
.top-model.scroll-active-3::before,
.top-model.scroll-active-3 .top-model-right {
  -webkit-animation: zoomBounce 0.8s ease forwards;
          animation: zoomBounce 0.8s ease forwards;
}
.top-link {
  position: relative;
  background: #fff;
  padding: 10px 0 60px;
  margin-top: -10px;
  z-index: 2;
}
.top-link .js-scroll-4 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.top-link .js-scroll-4.scroll-active-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media (max-width: 767px) {
  .top-link {
    padding-bottom: 0;
  }
}
.top-link-ttl {
  width: 150px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .top-link-ttl {
    margin: 0 auto 20px;
  }
}
.top-link-content {
  width: 67.1428571429%;
  margin: 40px auto 0;
}
@media (max-width: 1450px) {
  .top-link-content {
    width: 86.1428571429%;
  }
}
@media (max-width: 767px) {
  .top-link-content {
    width: calc(100% - 30px);
    padding-bottom: 25px;
    margin-top: 20px;
  }
}
.top-link-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .top-link-banner {
    gap: 4px 5px;
  }
}
.top-link-banner .top-link-item {
  width: calc((100% - 40px) / 5);
  aspect-ratio: 385/231;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-link-banner .top-link-item {
    width: calc((100% - 5px) / 2);
  }
}
.top-link-banner .top-link-item img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-link-banner .top-link-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-oyakudati {
  width: 77.1428571429%;
  padding: 6% 0 0;
  margin: 60px auto 0;
  background-image: url("../img/pages/top/oyakudati-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.top-oyakudati .js-scroll-4 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.top-oyakudati .js-scroll-4.scroll-active-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 1450px) {
  .top-oyakudati {
    padding-top: 9%;
    width: 96.1428571429%;
  }
}
@media (min-width: 768px) {
  .top-oyakudati {
    aspect-ratio: 2220/1428;
  }
}
@media (max-width: 767px) {
  .top-oyakudati {
    aspect-ratio: 752/1116;
    background-image: url("../img/pages/top/oyakudati-bg-sp.png");
    width: 100%;
    padding: 15vw 0 9vw;
    background-size: cover;
    margin: 13px auto 18px;
  }
  .top-oyakudati .top-ttl {
    margin-top: 0;
  }
}
.top-oyakudati-content {
  max-width: 73.1818181818%;
  margin: 40px auto 0;
}
@media (max-width: 1250px) {
  .top-oyakudati-content {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .top-oyakudati-content {
    width: calc(100% - 14.6666666667vw);
    margin: 20px auto 0;
    max-width: 100%;
  }
}
.top-oyakudati-content img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-oyakudati-content a {
  display: block;
  border: 1px solid #CCCCCC;
}
.top-oyakudati-content a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-oyakudati-content picture {
  overflow: hidden;
  display: block;
  width: 100%;
}
.top-oyakudati-main {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 1250px) {
  .top-oyakudati-main {
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .top-oyakudati-main {
    margin-bottom: 10px;
  }
}
.top-oyakudati-main picture {
  aspect-ratio: 805/210;
}
@media (max-width: 767px) {
  .top-oyakudati-main picture {
    aspect-ratio: 320/130;
  }
}
.top-oyakudati-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
}
@media (max-width: 767px) {
  .top-oyakudati-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-oyakudati-sub li {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .top-oyakudati-sub li {
    width: 100%;
  }
}
.top-oyakudati-sub picture {
  aspect-ratio: 255/125;
}
@media (max-width: 767px) {
  .top-oyakudati-sub picture {
    aspect-ratio: 320/80;
  }
}
.top-footer {
  position: relative;
  background-image: url("../img/pages/top/footer-bg.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 110px 0 0;
}
@media (max-width: 767px) {
  .top-footer {
    background-image: url("../img/pages/top/footer-bg-sp.webp");
    padding: 86px 0 0;
    background-size: auto;
  }
}
.top-footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
}
.top-footer-contents {
  position: relative;
  z-index: 3;
}
.top-footer .footer-logo {
  width: 350px;
  margin: 0 auto 55px;
}
@media (max-width: 767px) {
  .top-footer .footer-logo {
    width: 150px;
    margin: 0 auto;
  }
}
.top-footer .footer-menu {
  width: 67.1428571429%;
  margin: 0 auto;
  background: #fff;
  padding: 26px 20px 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .top-footer .footer-menu {
    display: none;
  }
}
.top-footer .footer-menu-top {
  margin-bottom: 34px;
}
.top-footer .footer-menu-top nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-footer .footer-menu-top nav a {
  color: #6B4726;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.top-footer .footer-menu-top nav a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-footer .footer-menu-top nav img {
  height: 30px;
  margin-bottom: 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-footer .footer-menu-top nav p {
  margin: 0;
}
.top-footer .footer-menu-top .top-nav-miru {
  margin-right: 38px;
}
.top-footer .footer-menu-top .top-nav-taiken, .top-footer .footer-menu-top .top-nav-taberu {
  margin-right: 33px;
}
.top-footer .footer-menu-top .top-nav-tomaru {
  margin-right: 23px;
}
.top-footer .footer-menu-top .top-nav-model {
  margin-right: 18px;
}
.top-footer .footer-menu-top .top-nav-access {
  margin-right: 26px;
}
.top-footer .footer-menu-top .top-nav-news {
  margin-right: 19px;
}
.top-footer .footer-menu-top .top-nav-about {
  margin-right: 14px;
}
.top-footer .footer-menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 736px;
  margin: 0 auto;
}
.top-footer .footer-menu-left, .top-footer .footer-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-footer .footer-menu-left ul, .top-footer .footer-menu-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-footer .footer-menu-left ul {
  margin-left: 24px;
}
.top-footer .footer-menu-left ul li + li {
  margin-left: 20px;
}
.top-footer .footer-menu-left a {
  text-decoration: none;
  color: #6B4726;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.top-footer .footer-menu-left a:hover {
  text-decoration: underline;
}
.top-footer .footer-menu-right p {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}
.top-footer .footer-sns ul {
  gap: 13px;
}
.top-footer .footer-sns a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-footer .footer-sns img {
  width: 35px;
  height: 35px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-footer .footer-address {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: 50px auto 110px;
}
@media (max-width: 767px) {
  .top-footer .footer-address {
    font-size: 12px;
    margin: 28px auto 75px;
  }
}
.top-footer .footer-copyright {
  position: relative;
  z-index: 2;
  background: #6B4726;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 12px 0 16px;
}
@media (max-width: 767px) {
  .top-footer .footer-copyright {
    font-size: 9px;
    padding: 6px;
  }
}

#sb_instagram img {
  width: auto;
}

#sb_instagram .sbi_photo {
  height: auto;
}

@-webkit-keyframes zoomBounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomBounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
@keyframes slideLeft {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slideRight {
  0% {
    right: -320px;
  }
  100% {
    right: 0;
  }
}
@keyframes slideRight {
  0% {
    right: -320px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes mainLeft {
  0% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 30px;
    opacity: 1;
  }
}
@keyframes mainLeft {
  0% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 30px;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  @-webkit-keyframes mainCenter {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
    }
    60% {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
    }
    80% {
      -webkit-transform: translate(-50%, -50%) scale(0.8);
              transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
    }
  }
  @keyframes mainCenter {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
    }
    60% {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
    }
    80% {
      -webkit-transform: translate(-50%, -50%) scale(0.8);
              transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
    }
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes mainCenter {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    60% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    80% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes mainCenter {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    60% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    80% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
}
@-webkit-keyframes mainRight {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 30px;
    opacity: 1;
  }
}
@keyframes mainRight {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 30px;
    opacity: 1;
  }
}
.news .top-news {
  padding-bottom: 0;
}
.news .top-news::after {
  display: none;
}
.news .top-news-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 46px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .news .top-news-content {
    gap: 22px 20px;
  }
}
.news .news-card {
  width: calc(33.3333333333% - 27px);
}
@media print, screen and (max-width: 768px) {
  .news .news-card {
    width: calc(50% - 10px);
  }
}

.newsSingle {
  margin-top: 50px;
}
.newsSingle h1 {
  font-size: 40px;
  color: #6B4726;
  border-bottom: 2px solid #6B4726;
}
.newsSingle-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsSingle-date {
  font-size: 14px;
  margin-right: 15px;
  font-weight: 500;
}
.newsSingle-category {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
  line-height: 1;
  background: #0166CA;
  border-radius: 20px;
}
.newsSingle-footer {
  margin-top: 90px;
}

.restaurant main {
  margin-top: 40px;
}
.restaurant-link {
  color: currentColor;
  text-decoration: none;
}
.restaurant-link:hover .restaurant-thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.restaurant-link:hover .restaurant-thumb::after {
  -webkit-transform: scale(1.2) rotate(90deg);
          transform: scale(1.2) rotate(90deg);
}
.restaurant-thumb {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 18px;
  position: relative;
}
.restaurant-thumb::before, .restaurant-thumb::after {
  content: "";
  position: absolute;
}
.restaurant-thumb::before {
  z-index: 2;
  width: 50px;
  height: 50px;
  background: #F2F1E5;
  border-radius: 10px 0 10px 0;
  bottom: 0;
  right: 0;
}
.restaurant-thumb::after {
  background-image: url("../img/common/icon-arrow-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  background-color: #43A857;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.restaurant-thumb img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.restaurant-ttl {
  font-size: 20px;
  margin: 0 0 15px;
  color: #6B4726;
}
.restaurant-address {
  margin: 0;
  position: relative;
  padding-left: 19px;
  font-size: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #757575;
  margin-bottom: 8px;
}
.restaurant-address::before {
  content: "";
  background: url("../img/common/icon-map.svg") no-repeat center/cover;
  width: 12px;
  height: 16px;
  left: 0;
  top: 0;
  position: absolute;
}
.restaurant-content {
  margin: 0;
  font-size: 14px;
}

.restaurantSingle-text p {
  margin: 0;
  line-height: 1.7;
}
.restaurantSingle-info {
  margin-top: 40px;
}
.restaurantSingle-info h2 {
  background: #6B4726;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  width: 150px;
  text-align: center;
  padding: 8px 0;
  margin: 0 0 20px;
}
.restaurantSingle .restaurantSingle-slider img {
  border-radius: 10px;
}
.restaurantSingle .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.restaurantSingle .slick-dots li {
  font-size: 0;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .restaurantSingle .slick-dots li {
    margin: 0 5px;
  }
}
.restaurantSingle .slick-dots li.slick-active button {
  background: #8b5a2b; /* 茶色 */
}
.restaurantSingle .slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff; /* 白 */
  border: none;
  padding: 0;
  cursor: pointer;
}
.restaurantSingle-footer {
  margin-top: 90px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 768px) {
  .restaurant main {
    margin-top: 40px;
  }
  .restaurant-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 46px 40px;
  }
  .restaurant-item {
    width: calc((100% - 80px) / 3);
  }
  .restaurantSingle .heading-l {
    margin-bottom: 50px;
  }
  .restaurantSingle-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .restaurantSingle-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 50px;
  }
  .restaurantSingle-slider {
    width: 41.667%;
  }
  .restaurantSingle-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .restaurantSingle-info-basic {
    width: 54.167%;
  }
  .restaurantSingle-info-access {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 50px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media print, screen and (max-width: 768px) {
  .restaurant-ttl {
    font-size: 18px;
  }
  .restaurant-item + .restaurant-item {
    margin-top: 46px;
  }
  .restaurantSingle-text {
    margin-top: 40px;
  }
  .restaurantSingle-text p {
    line-height: 1.78;
  }
  .restaurantSingle-info section + section {
    margin-top: 40px;
  }
  .restaurantSingle-info h2 {
    width: 100%;
  }
}
.hotel main {
  margin-top: 40px;
}
.hotel-link {
  color: currentColor;
  text-decoration: none;
}
.hotel-link:hover .hotel-thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.hotel-link:hover .hotel-thumb::after {
  -webkit-transform: scale(1.2) rotate(90deg);
          transform: scale(1.2) rotate(90deg);
}
.hotel-thumb {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 18px;
  position: relative;
}
.hotel-thumb::before, .hotel-thumb::after {
  content: "";
  position: absolute;
}
.hotel-thumb::before {
  z-index: 2;
  width: 50px;
  height: 50px;
  background: #F2F1E5;
  border-radius: 10px 0 10px 0;
  bottom: 0;
  right: 0;
}
.hotel-thumb::after {
  background-image: url("../img/common/icon-arrow-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  background-color: #43A857;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hotel-thumb img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hotel-ttl {
  font-size: 20px;
  margin: 0 0 15px;
  color: #6B4726;
}
.hotel-address {
  margin: 0;
  position: relative;
  padding-left: 19px;
  font-size: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #757575;
  margin-bottom: 8px;
}
.hotel-address::before {
  content: "";
  background: url("../img/common/icon-map.svg") no-repeat center/cover;
  width: 12px;
  height: 16px;
  left: 0;
  top: 0;
  position: absolute;
}
.hotel-content {
  margin: 0;
  font-size: 14px;
}

.hotelSingle-text p {
  margin: 0;
  line-height: 1.7;
}
.hotelSingle-info {
  margin-top: 40px;
}
.hotelSingle-info h2 {
  background: #6B4726;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  width: 150px;
  text-align: center;
  padding: 8px 0;
  margin: 0 0 20px;
}
.hotelSingle .hotelSingle-slider img {
  border-radius: 10px;
}
.hotelSingle .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.hotelSingle .slick-dots li {
  font-size: 0;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .hotelSingle .slick-dots li {
    margin: 0 5px;
  }
}
.hotelSingle .slick-dots li.slick-active button {
  background: #8b5a2b; /* 茶色 */
}
.hotelSingle .slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff; /* 白 */
  border: none;
  padding: 0;
  cursor: pointer;
}
.hotelSingle-footer {
  margin-top: 90px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 768px) {
  .hotel main {
    margin-top: 40px;
  }
  .hotel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 46px 40px;
  }
  .hotel-item {
    width: calc((100% - 80px) / 3);
  }
  .hotelSingle .heading-l {
    margin-bottom: 50px;
  }
  .hotelSingle-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hotelSingle-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 50px;
  }
  .hotelSingle-slider {
    width: 41.667%;
  }
  .hotelSingle-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hotelSingle-info-basic {
    width: 54.167%;
  }
  .hotelSingle-info-access {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 50px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media print, screen and (max-width: 768px) {
  .hotel-ttl {
    font-size: 18px;
  }
  .hotel-item + .hotel-item {
    margin-top: 46px;
  }
  .hotelSingle-text {
    margin-top: 40px;
  }
  .hotelSingle-text p {
    line-height: 1.78;
  }
  .hotelSingle-info section + section {
    margin-top: 40px;
  }
  .hotelSingle-info h2 {
    width: 100%;
  }
}
.modelcourse main {
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 5px;
}
.modelcourse p {
  margin: 0;
}
.modelcourse .modelcourseWrap article {
  margin-top: 64px;
}
.modelcourse .modelcourseWrap article section + section {
  margin-top: 80px;
}
.modelcourse-thumb {
  overflow: hidden;
}
.modelcourse-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #6B4726;
  padding-bottom: 5px;
}
.modelcourse-meta-badge {
  color: #fff;
  font-weight: 500;
  background: url("../img/common/ttl-label.svg") no-repeat center/cover;
  display: inline-block;
  width: 130px;
  text-align: center;
  padding: 9px 7px 9px 0;
}
.modelcourse-meta-category {
  font-size: 24px;
  font-weight: 700;
  color: #6B4726;
}
.modelcourse-meta p + p {
  margin-left: 14px;
}
.modelcourse-heading {
  color: #6B4726;
  font-size: 40px;
  font-weight: 700;
  margin: 18px 0 25px;
}
.modelcourse-text {
  font-size: 20px;
}
.modelcourse .btn {
  margin-top: 40px;
}
.modelcourse .btn a {
  text-align: center;
}

.modelcourseSingle {
  margin-top: 20px;
}
.modelcourseSingle article header {
  margin-bottom: 60px;
}
.modelcourseSingle article header figure {
  border-radius: 20px;
  overflow: hidden;
}
.modelcourseSingle article > section:not(.pictogram) {
  border-radius: 20px;
  background: #fff;
  padding: 30px 30px 50px;
}
.modelcourseSingle article > section:not(.pictogram) + section:not(.pictogram) {
  margin-top: 50px;
  position: relative;
}
.modelcourseSingle article > section:not(.pictogram) + section:not(.pictogram)::before {
  content: "";
  position: absolute;
  background: url("../img/pages/modelcourse/details/icon-arrow.svg") no-repeat center/cover;
  width: 50px;
  height: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -70px;
}
.modelcourseSingle article section:not(.pictogram) ul li {
  padding-left: 1em;
  position: relative;
}
.modelcourseSingle article section:not(.pictogram) ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.modelcourseSingle article section:not(.pictogram) a {
  display: inline-block;
  color: #003399;
}
.modelcourseSingle-main dl {
  background: #EFEAE2;
  border-radius: 5px;
  margin: 40px 0 0 0;
  padding: 20px 20px 30px 20px;
}
.modelcourseSingle-main dt {
  color: #6B4726;
  font-weight: 700;
  margin-bottom: 10px;
}
.modelcourseSingle-main dd {
  margin: 0;
}
.modelcourseSingle-main dd + dt {
  border-top: 1px solid #CCCCCC;
  padding-top: 15px;
  margin-top: 12px;
}
.modelcourseSingle .heading-l span {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}
.modelcourseSingle .modelcourseSingle-slider li {
  padding: 0;
}
.modelcourseSingle .modelcourseSingle-slider img {
  border-radius: 10px;
}
.modelcourseSingle .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.modelcourseSingle .slick-dots li {
  font-size: 0;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .modelcourseSingle .slick-dots li {
    margin: 0 5px;
  }
}
.modelcourseSingle .slick-dots li.slick-active button {
  background: #8b5a2b; /* 茶色 */
}
.modelcourseSingle .slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #F2F1E6;
  border: none;
  padding: 0;
  cursor: pointer;
}
.modelcourseSingle-content {
  margin-bottom: 40px;
}
.modelcourseSingle-content p + ul {
  margin-top: 30px;
}
.modelcourseSingle-box {
  background: #EFEAE2;
  padding: 20px 20px 40px;
  border-radius: 5px;
}
.modelcourseSingle-box h3 {
  margin: 28px 0 8px;
  color: #6B4726;
  font-size: 16px;
  font-weight: 700;
}
.modelcourseSingle-box h3:nth-of-type(2) {
  border-top: 1px solid #CCCCCC;
  margin-top: 20px;
  padding-top: 20px;
}
.modelcourseSingle-box-recommend {
  font-size: 14px;
  color: #fff;
  width: 70px;
  font-weight: 700;
  padding: 6px 0 5px;
  background: #6B4726;
  text-align: center;
  line-height: 1;
}
.modelcourseSingle-box-recommend-ttl {
  color: #6B4726;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.modelcourseSingle-box > p + p {
  margin: 12px 0 14px;
}
.modelcourseSingle iframe {
  margin-top: 50px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 768px) {
  .modelcourse .modelcourseWrap article section:not(.pictogram) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modelcourse .modelcourseWrap article section:not(.pictogram):nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .modelcourse .modelcourseWrap article section:not(.pictogram):nth-child(odd) .modelcourse-content {
    margin: 0 50px 0 0;
  }
  .modelcourse .modelcourseWrap article section:not(.pictogram):nth-child(odd) .modelcourse-thumb {
    margin: 0 calc(50% - 50vw) 0 0;
    border-radius: 20px 0px 0px 20px;
  }
  .modelcourse-thumb {
    margin: 0 0 0 calc(50% - 50vw);
    border-radius: 0px 20px 20px 0px;
    width: 62.5%;
  }
  .modelcourse-thumb img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .modelcourse-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 50px;
  }
  .modelcourseSingle article header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .modelcourseSingle article header .modelcourseSingle-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .modelcourseSingle article header figure {
    margin-left: 50px;
    width: 54%;
  }
  .modelcourseSingle article header figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .modelcourseSingle article > section:not(.pictogram) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 52.632% 40px 43.86%;
    grid-template-columns: 52.632% 43.86%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .modelcourseSingle article > section:not(.pictogram) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .modelcourseSingle article > section:not(.pictogram) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .modelcourseSingle article > section:not(.pictogram) > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .modelcourseSingle article > section:not(.pictogram) > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .modelcourseSingle article > section:not(.pictogram) > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .modelcourseSingle article > section:not(.pictogram) > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .modelcourseSingle article > section:not(.pictogram) .heading-l {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
  }
  .modelcourseSingle article > section:not(.pictogram) .modelcourseSingle-slider {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .modelcourseSingle article > section:not(.pictogram) .modelcourseSingle-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .modelcourseSingle article > section:not(.pictogram) .modelcourseSingle-box {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media print, screen and (max-width: 768px) {
  .modelcourse main {
    margin-top: 24px;
  }
  .modelcourse .modelcourseWrap article {
    margin-top: 50px;
  }
  .modelcourse .modelcourseWrap article section + section {
    margin-top: 50px;
  }
  .modelcourse .modelcourseWrap article section:nth-child(odd) .modelcourse-thumb {
    border-radius: 20px 0px 0px 20px;
    margin-right: -15px;
    width: calc(100% + 15px);
  }
  .modelcourse .modelcourseWrap article section:nth-child(even) .modelcourse-thumb {
    border-radius: 0px 20px 20px 0px;
    margin-left: -15px;
    width: calc(100% + 15px);
  }
  .modelcourse-meta-badge {
    padding: 5px 7px 5px 0;
    width: 100px;
  }
  .modelcourse-meta-category {
    font-size: 18px;
    margin-left: 11px;
  }
  .modelcourse-meta p + p {
    margin-left: 11px;
  }
  .modelcourse-heading {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .modelcourse-content {
    margin-top: 20px;
  }
  .modelcourse-text {
    font-size: 16px;
  }
  .modelcourse .btn {
    margin-top: 30px;
  }
  .modelcourseSingle-main {
    margin-top: 30px;
  }
  .modelcourseSingle article header {
    margin-bottom: 20px;
  }
  .modelcourseSingle article > section {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 10px 15px 35px;
  }
  .modelcourseSingle article .heading-l {
    margin-bottom: 20px;
  }
  .modelcourseSingle .heading-l {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modelcourseSingle .heading-l span {
    display: block;
  }
  .modelcourseSingle-content {
    margin: 20px 0 30px;
  }
  .modelcourseSingle iframe {
    max-height: 400px;
  }
}
.access-contents {
  margin: 40px 100px;
}
@media (max-width: 767px) {
  .access-contents {
    margin: 24px 15px;
  }
}
.access-section + .access-section {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .access-section + .access-section {
    margin-top: 80px;
  }
}
.access-map {
  display: block;
  margin-bottom: 70px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .access-map {
    margin-bottom: 34px;
  }
}
.access-item + .access-item {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .access-item + .access-item {
    margin-top: 28px;
  }
}
.access-item h2 {
  margin: 0;
  font-size: 36px;
  color: #6B4726;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .access-item h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .access-item h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.access-heading-icon, .access-heading-normal {
  position: relative;
  padding-top: 34px;
  text-align: center;
}
.access-heading-icon::before, .access-heading-normal::before {
  position: absolute;
  content: "";
  width: 69.34px;
  height: 24.22px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/pages/top/ttl-decoration.svg") no-repeat;
}
@media (min-width: 768px) {
  .access-heading-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .access-heading-icon h2 {
    display: inline;
  }
}
.access-heading-icon span {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .access-heading-icon span {
    margin-right: 8px;
  }
}
.access-route {
  margin-top: 40px;
  padding: 40px 50px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .access-route {
    padding: 20px 10px 24px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .access-route ul {
    padding: 33px 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    max-width: 750px;
    width: 100%;
    margin: 50px auto 20px;
  }
}
@media (max-width: 767px) {
  .access-route ul {
    margin: 44px auto 34px;
    padding: 0 13px;
  }
}
.access-route li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
  padding: 0 10px 18px;
  font-weight: bold;
}
.access-route li + li {
  margin-top: 20px;
}
.access-route p {
  width: 200px;
  margin: 0;
}

.photo .photo-single__download .btn a {
  width: 350px;
}
.photo .photo-single__cat {
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
}

.photo-download-form .photo-btn, .photo-download-confirm .photo-btn {
  display: inline-block;
  padding: 14px 40px 12px;
  background-color: #43A857;
  -webkit-box-shadow: 0 4px 0 #028F4C;
  box-shadow: 0 4px 0 #028F4C;
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: medium;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 300px;
  position: relative;
}
.photo-download-form .photo-btn:hover, .photo-download-confirm .photo-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.photo-download-form .photo-btn::after, .photo-download-confirm .photo-btn::after {
  content: "";
  position: absolute;
  background: url("../img/common/icon-arrow-w.svg") no-repeat center;
  width: 12px;
  height: 12px;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 18px;
}

.photo-download-confirm .pd-confirm__actions {
  margin-top: 40px;
  text-align: center;
}
.photo-download-confirm button {
  display: block;
  margin: 0 auto;
}
.photo-download-confirm button:not([class]) {
  background: none;
  border: none;
  font-size: 16px;
  color: #003399;
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.contact main .container,
.contact-confirm main .container,
.contact-complete main .container {
  width: min(820px, 100%);
}

.contact form table,
.contact-confirm form table {
  width: 100%;
}
.contact input[type=submit],
.contact-confirm input[type=submit] {
  border: none;
  display: inline-block;
  padding: 14px 40px 12px;
  background-color: #43A857;
  -webkit-box-shadow: 0 4px 0 #028F4C;
          box-shadow: 0 4px 0 #028F4C;
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: medium;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 300px;
  position: relative;
  margin: 40px auto 0;
  display: block;
}
.contact input[type=submit]:hover,
.contact-confirm input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.contact .wpcf7-previous,
.contact-confirm .wpcf7-previous {
  background: none;
  border: none;
  font-size: 16px;
  color: #003399;
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
}

.contact form section + section {
  margin-top: 80px;
}
.contact form th p, .contact form td p {
  margin: 0;
}
.contact form .btn {
  margin: 20px 0 40px;
}
.contact form input, .contact form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.contact form input::-webkit-input-placeholder, .contact form textarea::-webkit-input-placeholder {
  font-weight: 400;
}
.contact form input::-moz-placeholder, .contact form textarea::-moz-placeholder {
  font-weight: 400;
}
.contact form input:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder {
  font-weight: 400;
}
.contact form input::-ms-input-placeholder, .contact form textarea::-ms-input-placeholder {
  font-weight: 400;
}
.contact form input::placeholder, .contact form textarea::placeholder {
  font-weight: 400;
}
.contact form input[name=zipcode] {
  display: inline-block;
  width: 150px;
  margin-bottom: 10px;
}
.contact .wpcf7-response-output {
  display: none;
}
.contact .zip-row .wpcf7-not-valid-tip {
  margin-bottom: 20px;
}
.contact .wpcf7-spinner {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}

.contact-confirm .wpcf7-spinner {
  display: block;
  margin: -24px auto 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

.contact-confirm main,
.contact-complete main {
  margin-top: 40px;
}
.contact-confirm main .btn,
.contact-complete main .btn {
  margin-top: 40px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.sitemap main ul li a {
  color: #6B4726;
  text-decoration: none;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.search {
  position: relative;
}
.search main .search-inner {
  padding: 258px 100px 0;
  margin-top: -124px;
  background: #FCCA85;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .search main .search-inner {
    padding: 337px 15px 0;
    margin-top: 0;
    overflow: visible;
  }
}
.search main .search-inner::after {
  position: absolute;
  content: "";
  background-image: url("../img/pages/top/search-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 104.2142857143%;
  aspect-ratio: 1459/141;
  bottom: -6px;
  left: -2.7142857143%;
  z-index: 1;
}
@media (max-width: 767px) {
  .search main .search-inner::after {
    background-image: url("../img/pages/top/search-bg-sp.svg");
    width: max(738.52px, 196.9386666667vw);
    left: -51.4666666667%;
    aspect-ratio: 738/140;
    bottom: -36px;
  }
}
.search main .search-ttl {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5B4A3F;
  padding: 9px 44px 12px 30px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
}
.search main .search-ttl img {
  width: 46.04px;
  height: 39.08px;
}
.search main .search-ttl h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0 12.5px;
  white-space: nowrap;
}
.search main .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}
.search main .search-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  margin: 20px 0 0;
  padding: 13px 40px 13px 68px;
  width: 240px;
  background-color: #43A857;
  -webkit-box-shadow: 0 4px 0 #028F4C;
          box-shadow: 0 4px 0 #028F4C;
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: medium;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .search main .search-form button {
    margin-top: 30px;
  }
}
.search main .search-form button p {
  margin: 0 0 0 15px;
}
.search main .search-form button img:nth-child(1) {
  width: 24px;
  height: 24px;
}
.search main .search-form button img:nth-child(1).top-btn-arrow {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search main .search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .search main .search-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search main .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 190px;
}
@media (max-width: 767px) {
  .search main .search-item {
    width: calc(50% - 5px);
  }
}
.search main .search-item:nth-child(1) {
  width: 100%;
  width: calc(100% - 400px);
}
@media (max-width: 767px) {
  .search main .search-item:nth-child(1) {
    width: 100%;
  }
}
.search main .search-item label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12.5px;
  color: #6B4726;
}
.search main .search-item input[type=text], .search main .search-item select {
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
}
.search main .search-item input[type=text] {
  padding: 12.5px 13px 13.5px;
}
@media (max-width: 767px) {
  .search main .search-item input[type=text] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search main .search-item select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 12.5px 37px 13.5px 23px;
}
.search main .search-select {
  position: relative;
}
.search main .search-select::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid #6B4726;
  border-bottom: 2px solid #6B4726;
  top: calc(50% - 3px);
  right: 10px;
  pointer-events: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  z-index: 2;
}
.search main .search-list .search-item {
  padding: 18px 0;
  border-bottom: 1px solid #E2E2E2;
  width: 100%;
}
.search main .search-list .search-item a {
  text-decoration: none;
}
.search main .search-list .search-item-title {
  margin-top: 0;
  color: #000;
}
.search main .search-list .search-item-excerpt {
  margin-bottom: 16px;
  color: #000;
}
.search main .search-list .search-item p {
  word-wrap: break-word;
  margin: 0;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */