@charset "UTF-8";
/*-----------------------------------------
base
-----------------------------------------*/
body {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 2.2;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a,
button {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

a,
a:hover,
a:active,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0;
}

p {
  margin-bottom: 0;
}

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

.post,
.page {
  /*テーマ独自CSS打消し*/
  margin: 0;
}

ol,
ul {
  list-style: none;
}

/*tel link*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*-----------------------------------------
common
-----------------------------------------*/
/*display*/
.display-sm_o {
  display: inline-block !important;
}
@media (min-width: 576px) {
  .display-sm_o {
    display: none !important;
  }
}

.display-sm_d {
  display: none !important;
}
@media (min-width: 576px) {
  .display-sm_d {
    display: inline-block !important;
  }
}

.display-md_o {
  display: none !important;
}
@media (min-width: 768px) {
  .display-md_o {
    display: inline-block !important;
  }
}

.display-md_d {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .display-md_d {
    display: none !important;
  }
}

.display-lg_o {
  display: none !important;
}
@media (min-width: 1024px) {
  .display-lg_o {
    display: inline-block !important;
  }
}

.display-lg_d {
  display: inline-block !important;
}
@media (min-width: 1024px) {
  .display-lg_d {
    display: none !important;
  }
}

/*contens area*/
.sec-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.sec-inner_s {
  max-width: 840px;
  margin: 0 auto;
}

.sec-inner_l {
  max-width: 1240px;
  margin: 0 auto;
}

.sec-pd {
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .sec-pd {
    padding: 100px 20px;
  }
}

/*background*/
.bg-color {
  background: #e8e7e2;
}

/*box*/
.brown-box {
  color: #746550;
  font-weight: 600;
  line-height: 1.6;
  background-color: #e8e7e2;
}
.brown-box.frameline {
  border: 1px solid #746550;
}
.brown-box .ttl {
  margin-bottom: 15px;
  font-size: 17px;
  text-align: center;
}
@media (min-width: 768px) {
  .brown-box .ttl {
    font-size: 20px;
  }
}

.gray-box {
  padding: 20px;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .gray-box {
    padding: 40px;
  }
}
.gray-box .ttl {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: left;
}
@media (min-width: 768px) {
  .gray-box .ttl {
    font-size: 20px;
  }
}
.gray-box .st-list li {
  font-size: 15px;
}
.gray-box p {
  font-size: 15px;
}

.info-box {
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #191919;
}
@media (min-width: 768px) {
  .info-box {
    padding: 20px;
    font-size: 14px;
  }
}
.info-box ul {
  padding-left: 15px;
  list-style: disc;
}
@media (min-width: 768px) {
  .info-box ul {
    padding-left: 20px;
  }
}
.info-box ul li {
  font-size: 12px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .info-box ul li {
    font-size: 14px;
  }
}
.info-box ul li + li {
  margin-top: 5px;
}

/*padding*/
.pd40 {
  padding: 20px;
}
@media (min-width: 768px) {
  .pd40 {
    padding: 40px;
  }
}

.pd50 {
  padding: 20px;
}
@media (min-width: 768px) {
  .pd50 {
    padding: 50px;
  }
}

.pd60 {
  padding: 20px;
}
@media (min-width: 768px) {
  .pd60 {
    padding: 60px;
  }
}

/*text*/
.t-center {
  text-align: center;
}

@media (min-width: 576px) {
  .t-center_pc {
    text-align: center;
  }
}

.t-bold {
  font-weight: 600;
}

.right-note-wrap {
  width: 100%;
}

.right-note {
  display: block !important;
  text-align: right;
  font-size: 12px;
  line-height: 1.6;
}

.en {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

.t-underline {
  text-decoration: underline !important;
}

/*color*/
.color-brown {
  color: #746550;
}

/*title*/
.ttl {
  margin-bottom: 20px;
  font-size: 21px;
  text-align: center;
}
@media (min-width: 768px) {
  .ttl {
    font-size: 23px;
  }
}

.bd-ttl {
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
}
.bd-ttl .en {
  font-size: 22px;
}
@media (min-width: 768px) {
  .bd-ttl .en {
    font-size: 25px;
  }
}
.bd-ttl .ja {
  position: relative;
  font-size: 16px;
}
@media (min-width: 768px) {
  .bd-ttl .ja {
    font-size: 22px;
  }
}
.bd-ttl .en + .ja {
  display: block;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .bd-ttl .en + .ja {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .bd-ttl .en + .ja::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
    height: 75%;
    width: 1px;
    background-color: #191919;
  }
}

.center-line-ttl {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .center-line-ttl {
    margin-bottom: 30px;
  }
}
.center-line-ttl .main {
  font-size: 23px;
}
@media (min-width: 768px) {
  .center-line-ttl .main {
    font-size: 32px;
  }
}
.center-line-ttl .sub {
  font-size: 14px;
}
@media (min-width: 768px) {
  .center-line-ttl .sub {
    font-size: 28px;
  }
}
.center-line-ttl .line {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .center-line-ttl .line {
    display: inline-block;
    padding-left: 30px;
  }
}
.center-line-ttl .line::before {
  content: none;
}
@media (min-width: 768px) {
  .center-line-ttl .line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #191919;
  }
}

.left-line-ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .left-line-ttl {
    margin-bottom: 20px;
    padding-left: 55px;
    font-size: 22px;
  }
}
.left-line-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #191919;
}
@media (min-width: 768px) {
  .left-line-ttl::before {
    width: 40px;
  }
}

/*button*/
.btn-wrap_center {
  margin-top: 40px;
  text-align: center;
  letter-spacing: normal;
}

.btn-round {
  display: inline-block;
  min-width: 220px;
  padding: 20px 30px;
  color: #191919;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: normal;
  border: 1px solid #2a2a2a;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .btn-round {
    padding: 20px 60px;
    font-size: 18px;
  }
}
.btn-round:hover {
  color: #fff;
  background-color: #2a2a2a;
  opacity: 1;
}
.btn-round.black {
  color: #fff;
  background-color: #2a2a2a;
}
.btn-round.black:hover {
  opacity: 0.7;
}
.btn-round.orange {
  color: #fff;
  background-color: #ec572e;
  border: none;
}
.btn-round.orange:hover {
  opacity: 0.7;
}
.btn-round.line-color {
  color: #fff;
  background-color: #06c755;
  border: none;
}
.btn-round.line-color:hover {
  opacity: 0.7;
}

/*list*/
.list-center {
  margin: 0 auto;
  text-align: center;
}

.st-list {
  padding-left: 15px;
  list-style: disc;
}
@media (min-width: 768px) {
  .st-list {
    padding-left: 20px;
  }
}
.st-list li {
  font-size: 16px;
  line-height: 1.6;
}
.st-list li + li {
  margin-top: 5px;
}

.bd-list {
  display: inline-block;
  padding: 15px 15px 15px 30px;
  border: 1px solid #191919;
  text-align: left;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  .bd-list {
    padding: 15px 20px 15px 35px;
  }
}
.bd-list li {
  font-size: 15px;
  line-height: 1.6;
  list-style: disc;
}

.dot-list {
  display: inline-block;
}
.dot-list li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .dot-list li {
    padding-left: 23px;
    line-height: 1.6;
  }
}
.dot-list li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #191919;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .dot-list li::before {
    width: 8px;
    height: 8px;
  }
}
.dot-list li + li {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .dot-list li + li {
    margin-top: 15px;
  }
}

/*flex*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*slider*/
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-area {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #191919;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .swiper-button-prev,
  .swiper-button-next {
    background-color: transparent;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 15px;
}
@media (min-width: 576px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 30px;
  }
}

.swiper-button-prev {
  left: -10px;
}
@media (min-width: 576px) {
  .swiper-button-prev {
    left: 10px;
  }
}

.swiper-button-next {
  right: -10px;
}
@media (min-width: 576px) {
  .swiper-button-next {
    right: 10px;
  }
}

/*fadeup*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUp-lgAnime;
  animation-name: fadeUp-lgAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUp-lgAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp-lgAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*fadedown*/
.fadeDownTrigger {
  opacity: 0;
}

.fadeDown {
  -webkit-animation-name: fadeDown-Anime;
  animation-name: fadeDown-Anime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDown-Anime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown-lgAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown-lgAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*blur*/
.blurTrigger {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.blur {
  -webkit-animation-name: blurAnime;
  animation-name: blurAnime;
  opacity: 1;
}

@-webkit-keyframes blurAnime {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes blurAnime {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*アコーディオン*/
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
}
.accordion-container .accordion-title {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1.6;
  cursor: pointer;
}
.accordion-container .accordion-title::before, .accordion-container .accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 1px;
  background-color: #191919;
}
.accordion-container .accordion-title::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion-container .accordion-title::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.accordion-container .accordion-title.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-container.line .accordion-title {
  padding: 15px 30px 15px 0;
  font-size: 16px;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  .accordion-container.line .accordion-title {
    padding: 20px 0;
    font-size: 18px;
  }
}
.accordion-container.line .accordion-title:first-child {
  border-top: 1px solid #bebebe;
}
.accordion-container.line .accordion-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #bebebe;
}
.accordion-container.bg .accordion-title {
  padding: 20px 10px;
  font-size: 16px;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .accordion-container.bg .accordion-title {
    padding: 20px 30px;
    font-size: 20px;
  }
}
.accordion-container.bg .accordion-title::before, .accordion-container.bg .accordion-title::after {
  content: "";
  right: 10px;
}
@media (min-width: 768px) {
  .accordion-container.bg .accordion-title::before, .accordion-container.bg .accordion-title::after {
    right: 20px;
  }
}

.accordion-content {
  display: none;
}

/*スマホだけ*/
.sp-accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
}
.sp-accordion-container.line .sp-accordion-title {
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 1px solid #bebebe;
}
.sp-accordion-container.line .sp-accordion-title:first-child {
  border-top: 1px solid #bebebe;
}
.sp-accordion-container.line .accordion-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #bebebe;
}

.sp-accordion-title {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .sp-accordion-title {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .sp-accordion-title::before, .sp-accordion-title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 1px;
    background-color: #191919;
  }
  .sp-accordion-title::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp-accordion-title::after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .sp-accordion-title.open::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.sp-ttl {
  display: none;
}
@media (max-width: 767px) {
  .sp-ttl {
    display: block;
  }
}

.pc-ttl {
  display: block;
}
@media (max-width: 767px) {
  .pc-ttl {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-accordion-content {
    display: none;
  }
}

/*-----------------------------------------
header
-----------------------------------------*/
.sc-fixed {
  /*ハンバーガーメニューopen時背景スクロールロック*/
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
@media (min-width: 1024px) {
  .header {
    height: 80px;
  }
}
.header.js-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .header.js-fixed {
    height: 80px;
  }
}

.header-nav {
  width: 100%;
  height: 100%;
  background: none;
}
.header-nav .nav-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .header-nav .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
  }
}

.drawer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (min-width: 1024px) {
  .drawer {
    padding-left: 15px;
  }
}

.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 11px;
}
@media (min-width: 1024px) {
  .header-logo a {
    font-size: 16px;
  }
}
.header-logo .logo-image {
  width: 29px;
  height: 37px;
  display: inline-block;
  margin-right: 20px;
  background-image: url(../img/common/logo_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .header-logo .logo-image {
    width: 46px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .header-logo a:hover {
    opacity: 0.7;
  }
}
.header-logo img {
  height: auto;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*margin-right: 226px;*/
}
.main-menu > li {
  position: relative;
  margin: 0 15px;
  color: #fff;
  font-size: 16px;
}
.main-menu > li a:hover {
  opacity: 0.7;
}
.main-menu .parent span {
  padding-right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.main-menu .parent span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 0;
  padding-left: 2px;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-menu .child {
  visibility: hidden;
  position: absolute;
  top: 50px;
  right: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  min-width: 500px;
  background-color: #eee;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu .child li + li {
  margin-left: 15px;
}
.main-menu img {
  width: 150px;
  height: auto;
}

.main-menu > li:hover .child {
  visibility: visible;
  opacity: 1;
}

.child a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .child a {
    font-size: 15px;
    text-align: center;
  }
}

.navbar-toggle {
  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;
  width: 30px;
  height: 30px;
  margin-right: 0;
  z-index: 9999;
  cursor: pointer;
}
@media (min-width: 768px) {
  .navbar-toggle {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-toggle-icon {
  display: block;
  position: relative;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (min-width: 768px) {
  .navbar-toggle-icon {
    width: 35px;
  }
}

.navbar-toggle-icon:nth-child(1) {
  top: 0;
}

.navbar-toggle-icon:nth-child(2) {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar-toggle-icon:nth-child(2) {
    margin: 10px 0;
  }
}

.navbar-toggle-icon:nth-child(3) {
  top: 0;
}

.navbar-toggle.open .navbar-toggle-icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .navbar-toggle.open .navbar-toggle-icon:nth-child(1) {
    top: 12px;
  }
}

.navbar-toggle.open .navbar-toggle-icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.navbar-toggle.open .navbar-toggle-icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .navbar-toggle.open .navbar-toggle-icon:nth-child(3) {
    top: -12px;
  }
}

.navbar-toggle.open .navbar-toggle-icon {
  background: #000;
}

.hamburger-menu {
  position: absolute;
  top: 0;
  right: -400px;
  width: 250px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 576px) {
  .hamburger-menu {
    width: 400px;
  }
}
.hamburger-menu > ul {
  margin-top: 80px;
  border-top: 1px solid #bebebe;
}
@media (min-width: 1024px) {
  .hamburger-menu > ul {
    margin-top: 50px;
  }
}
.hamburger-menu > ul li {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 13px;
  text-align: left;
  letter-spacing: normal;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 1024px) {
  .hamburger-menu > ul li {
    font-size: 16px;
    text-align: center;
  }
}
.hamburger-menu > ul li:hover {
  background-color: #d1d1d1;
}
.hamburger-menu > ul li a, .hamburger-menu > ul li.parent span {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  .hamburger-menu > ul li a, .hamburger-menu > ul li.parent span {
    padding: 20px 20px;
  }
}
.hamburger-menu > ul li a {
  position: relative;
}
.hamburger-menu > ul li.parent span {
  position: relative;
}
.hamburger-menu > ul li.parent span:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 35%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.hamburger-menu > ul li.parent span.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}
.hamburger-menu .child {
  display: none;
}
.hamburger-menu .child li {
  font-size: 12px;
  background-color: rgba(209, 209, 209, 0.9);
  border-top: 1px solid #bebebe;
  border-bottom: none;
}
.hamburger-menu .child li a {
  padding: 10px 20px 10px 30px;
}

.hamburger-menu.open {
  right: 0;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}
.overlay.active {
  opacity: 0.6;
  visibility: visible;
}

/*スクロール後*/
.js-fixed .header-logo a {
  color: #000;
}
@media (min-width: 1024px) {
  .js-fixed .header-logo .logo-image {
    width: 46px;
    height: 60px;
  }
}
.js-fixed .header-logo .logo-image {
  display: inline-block;
  background-image: url(../img/common/logo_black.svg);
  background-size: contain;
}
@media (min-width: 1024px) {
  .js-fixed .main-menu li {
    color: #000;
  }
}
.js-fixed .main-menu .parent span::before {
  color: #000;
}
.js-fixed .navbar-toggle-icon {
  background-color: #000;
}

/*メインビジュアルなしのページ*/
.header.black a {
  color: #191919;
}
.header.black .logo-image {
  background-image: url(../img/common/logo_black.svg);
}
.header.black .main-menu > li {
  color: #191919;
}
.header.black .main-menu .parent span::before {
  color: #191919 !important;
}
.header.black .navbar-toggle-icon {
  background: #191919;
}

/*-----------------------------------------
link
-----------------------------------------*/
#bottom-link {
  margin: 0 0 1px;
}
@media (min-width: 768px) {
  #bottom-link {
    margin: 0 0 1px;
  }
}
#bottom-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top: 1px solid #fff;
}
#bottom-link ul li {
  position: relative;
  width: 100%;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #bottom-link ul li {
    width: calc((100% - 3px) / 4);
  }
}
#bottom-link ul li + li {
  margin-top: 1px;
}
@media (min-width: 768px) {
  #bottom-link ul li + li {
    margin-left: 1px;
  }
}
#bottom-link ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#bottom-link ul li a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#bottom-link ul li a .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  z-index: 3;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#bottom-link ul li a .txt .btn {
  margin-top: 10px;
  padding: 8px 30px;
  font-size: 14px;
  letter-spacing: normal;
  border: 1px solid #fff;
  border-radius: 25px;
}
#bottom-link ul li a:hover {
  opacity: 1;
}
#bottom-link ul li a:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
#bottom-link ul li.room-link {
  background-image: url(../img/common/link-bg01.jpg);
}
#bottom-link ul li.dining-link {
  background-image: url(../img/common/link-bg02.jpg);
}
#bottom-link ul li.facilities-link {
  background-image: url(../img/common/link-bg03.jpg);
}
#bottom-link ul li.manners-link {
  background-image: url(../img/common/link-bg04.jpg);
}
#bottom-link ul li.enjoy-link {
  background-image: url(../img/common/link-bg05.jpg);
}

/*-----------------------------------------
footer
-----------------------------------------*/
/*footer-linkbtn*/
.footer-linkbtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.footer-linkbtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  background-color: #fff;
  border-top: 1px solid #888;
}
@media (min-width: 768px) {
  .footer-linkbtn ul {
    height: 75px;
  }
}
.footer-linkbtn ul li {
  width: 25%;
  height: 100%;
}
.footer-linkbtn ul li a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 11px;
  background-color: #f3f3f3;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .footer-linkbtn ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 18px;
  }
}
.footer-linkbtn ul li + li {
  border-left: 1px solid #888;
}
.footer-linkbtn ul li img {
  width: 23px;
}
@media (min-width: 768px) {
  .footer-linkbtn ul li img {
    width: 25px;
    margin-right: 7px;
  }
}
.footer-linkbtn ul .color a {
  color: #fff;
  background-color: #645642;
}

.footer {
  position: relative;
  background-image: url(../img/common/footer-bk.jpg);
  background-repeat: no-repeat;
  background-position: right -80px center;
  background-size: cover;
}
@media (min-width: 768px) {
  .footer {
    background-position: center;
  }
}
.footer::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px 50px;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer .inner {
    padding: 160px 20px 50px;
  }
}
@media (min-width: 768px) {
  .footer .content-wrap {
    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;
  }
}
.footer .info {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .info {
    text-align: left;
  }
}
.footer .info .footer-logo {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer .info .footer-logo img {
  width: 50px;
  height: auto;
}
@media (min-width: 768px) {
  .footer .info .footer-logo img {
    width: 57px;
  }
}
.footer .info p {
  color: #fff;
  font-size: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer .info p {
    font-size: 13px;
  }
}
.footer .footer-menu {
  display: none;
}
@media (min-width: 768px) {
  .footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .footer-menu li {
  margin-left: 40px;
}
.footer .footer-menu li a {
  color: #fff;
  font-size: 14px;
}
.footer .copyright {
  width: 100%;
  margin-top: 60px;
  color: #cfcfcf;
  font-size: 9px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .copyright {
    margin-top: 150px;
    font-size: 11px;
  }
}

/*-----------------------------------------
page top
-----------------------------------------*/
.page-top {
  position: fixed;
  bottom: 90px;
  right: 40px;
  z-index: 100;
}
@media (min-width: 768px) {
  .page-top {
    bottom: 100px;
  }
}
.page-top img {
  width: 45px;
  height: auto;
}
.page-top .arrow_t:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/*-----------------------------------------
空室検索
-----------------------------------------*/
#search_489ban {
  margin: 0 auto;
  max-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1024px) {
  #search_489ban {
    max-width: 850px;
  }
}

#search_489ban form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#search_489ban .date_489ban {
  width: 100%;
}
@media (min-width: 1024px) {
  #search_489ban .date_489ban {
    width: 40%;
    padding-right: 25px;
  }
}

#search_489ban .inbox_489ban {
  width: 100%;
}
@media (min-width: 1024px) {
  #search_489ban .inbox_489ban {
    width: 30%;
    padding-right: 25px;
  }
}

#search_489ban input,
#search_489ban select {
  background-color: #fff;
  border: 1px solid #ccc;
}

#search_489ban dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 0 30px;
  width: 100%;
}
#search_489ban dl + dl {
  margin-left: 20px;
}
@media (min-width: 576px) {
  #search_489ban dl + dl {
    margin-left: 30px;
  }
}

#search_489ban dt,
#search_489ban dd {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

#search_489ban dt {
  width: 80px;
}

#search_489ban dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#search_489ban label,
#search_489ban input,
#search_489ban select {
  display: inline-block;
  margin: 2px 2px 0px;
}

#search_489ban input[type=checkbox] {
  vertical-align: baseline;
}

#search_489ban dd span {
  margin-left: 5px;
}

#search_489ban li {
  margin-bottom: 3px;
  list-style: none;
  display: inline-block;
}

#search_489ban button {
  display: block;
  width: 250px;
  margin: 10px auto 0;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#search_489ban .inbox_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#search_489ban .inbox_489ban:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#search_489ban .stay_489ban,
#search_489ban .room_489ban,
#search_489ban .person_489ban {
  width: 50%;
}

#search_489ban .stay_489ban dt,
#search_489ban .room_489ban dt,
#search_489ban .person_489ban dt {
  width: auto;
}

#search_489ban .child_489ban {
  border-bottom: 1px dotted #dedede;
}

#search_489ban .child_489ban:first-of-type {
  padding: 5px 0 0;
  border-top: 1px dotted #dedede;
}

#search_489ban .child_489ban:last-of-type {
  margin: 0 0 10px;
  padding: 0 0 5px;
}

#search_489ban .child_489ban dt {
  width: auto;
}

#search_489ban .child_489ban dd {
  width: 70px;
  vertical-align: middle;
}

#search_489ban .child_489ban dt span {
  display: block;
  font-size: 12px;
}

#search_489ban .price_489ban dt {
  width: 65px;
}

#search_489ban .price_489ban div {
  display: inline-block;
}

#search_489ban .price_489ban span {
  font-size: 12px;
}

#search_489ban .tag_489ban,
#search_489ban .tag_489ban dt,
#search_489ban .tag_489ban dd {
  width: 100%;
  display: block;
}

#search_489ban .tag_489ban .tag_mode_489ban {
  font-size: 13px;
}

#search_489ban .child_input p {
  text-align: center;
  margin: 0;
}

#search_489ban button {
  padding: 10px;
  color: #fff;
  background-color: #191919;
  border-radius: 50px;
}

.search-btn-wrap {
  margin-top: 30px;
}
.search-btn-wrap a {
  display: inline-block;
  width: 250px;
  margin: 15px 10px 0 10px;
  padding: 15px 40px;
  color: #191919;
  line-height: normal;
  background-color: #fff;
  border: 1px solid #191919;
  border-radius: 5px;
}

/*-----------------------------------------
loading
-----------------------------------------*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #191919;
  text-align: center;
  color: #fff;
}

#loading-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

#loading-item img {
  width: 60px;
}
@media (min-width: 768px) {
  #loading-item img {
    width: 80px;
  }
}

#loading-item p {
  margin-top: 20px;
  padding-left: 15px;
  font-size: 16px;
  letter-spacing: 0.18em;
  color: #efefef;
}
@media (min-width: 768px) {
  #loading-item p {
    font-size: 20px;
  }
}

.fadeDownTrigger-ld {
  opacity: 0;
}

/*フェードダウン*/
.fadeDown-ld {
  -webkit-animation-name: fadeDownldAnime;
  animation-name: fadeDownldAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownldAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDownldAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*画面遷移アニメーション*/
.loading-bg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .loading-bg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #333; /*伸びる背景色の設定*/
  -webkit-animation-name: PageAnime;
  animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes PageAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  -webkit-animation-name: PageAnimeAppear;
  animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-----------------------------------------
key visual
-----------------------------------------*/
.kv {
  position: relative;
  width: 100%;
}
.kv .slider-kv {
  width: 100%;
  height: 567px;
  background: #191919;
  overflow: hidden;
}
@media (min-width: 576px) {
  .kv .slider-kv {
    height: 750px;
  }
}
.kv .slider-kv img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right 30% top 50%;
  object-position: right 30% top 50%;
}
.kv .kv-image {
  height: 100%;
  background-size: cover;
}
.kv .kv-image::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.kv .kv-image::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  width: 100%;
  height: 120px;
  z-index: 3;
}
.kv .kv-catch {
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 0 20px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
@media (min-width: 576px) {
  .kv .kv-catch {
    font-size: 30px;
  }
}
.kv .kv-catch span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media (min-width: 576px) {
  .kv .kv-catch span {
    font-size: 17px;
  }
}
.kv .swiper-slide {
  background-size: cover;
}
.kv .slide01 .kv-image {
  background-image: url(../img/top/main01_sp.jpg);
  background-position: center;
}
@media (min-width: 576px) {
  .kv .slide01 .kv-image {
    background-image: url(../img/top/main01_pc.jpg);
  }
}
.kv .slide02 .kv-image {
  background-image: url(../img/top/main02_sp.jpg);
  background-position: center;
}
@media (min-width: 576px) {
  .kv .slide02 .kv-image {
    background-image: url(../img/top/main02_pc.jpg);
  }
}
.kv .slide02 .kv-catch {
  top: auto;
  bottom: 60px;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
}
@media (min-width: 576px) {
  .kv .slide02 .kv-catch {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}
.kv .slide03 .kv-image {
  background-image: url(../img/top/main03_sp.jpg);
  background-position: bottom;
}
@media (min-width: 576px) {
  .kv .slide03 .kv-image {
    background-image: url(../img/top/main03_pc.jpg);
  }
}
.kv .slide04 .kv-image {
  background-image: url(../img/top/main04_sp.jpg);
  background-position: center;
}
@media (min-width: 576px) {
  .kv .slide04 .kv-image {
    background-image: url(../img/top/main04_pc.jpg);
  }
}
.kv .slide04 .kv-catch {
  top: auto;
  bottom: 60px;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
}
.kv .slide05 .kv-image {
  background-image: url(../img/top/main05_sp.jpg);
  background-position: center;
}
@media (min-width: 576px) {
  .kv .slide05 .kv-image {
    background-image: url(../img/top/main05_pc.jpg);
  }
}
.kv .slide06 .kv-image {
  background-image: url(../img/top/main06_sp.jpg);
  background-position: center;
}
@media (min-width: 576px) {
  .kv .slide06 .kv-image {
    background-image: url(../img/top/main06_pc.jpg);
  }
}
.kv .slide07 .kv-image {
  background-image: url(../img/top/main07_sp.jpg);
  background-position: center;
}
@media (min-width: 576px) {
  .kv .slide07 .kv-image {
    background-image: url(../img/top/main07_pc.jpg);
  }
}
.kv .slide07 .kv-catch {
  top: auto;
  bottom: 60px;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
}
@media (min-width: 576px) {
  .kv .slide07 .kv-catch {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}
.kv .slide08 .kv-image {
  background-image: url(../img/top/main08_sp.jpg);
  background-position: center;
}
@media (min-width: 576px) {
  .kv .slide08 .kv-image {
    background-image: url(../img/top/main08_pc.jpg);
  }
}

.swiper-slide-active .kv-image,
.swiper-slide-duplicate-active .kv-image,
.swiper-slide-prev .kv-image {
  -webkit-animation: zoomanime 10s linear 0s normal both;
  animation: zoomanime 10s linear 0s normal both;
}

@-webkit-keyframes zoomanime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomanime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*-----------------------------------------
intro
-----------------------------------------*/
#top-intro .contents-pd {
  padding-top: 30px;
}
#top-intro .intro-txt {
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  #top-intro .intro-txt {
    font-size: 30px;
  }
}
#top-intro .intro-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffd59b));
  background: linear-gradient(transparent 70%, #ffd59b 70%);
}
#top-intro .intro-box {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #top-intro .intro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 100px;
  }
}
#top-intro .intro-box .image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 768px) {
  #top-intro .intro-box .image {
    width: 50%;
    margin: 0;
  }
}
#top-intro .intro-box .txt {
  position: relative;
  width: 100%;
  margin-top: -70px;
  padding: 20px;
  background-color: #fff;
  z-index: 2;
}
@media (min-width: 768px) {
  #top-intro .intro-box .txt {
    width: 50%;
    padding: 0 0 0 50px;
  }
}
#top-intro .intro-box .txt h2 {
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #top-intro .intro-box .txt h2 {
    text-align: left;
  }
}
#top-intro .intro-box .txt ol {
  margin-top: 25px;
  padding-left: 15px;
  font-size: 16px;
  list-style-type: decimal;
}
@media (min-width: 768px) {
  #top-intro .intro-box .txt ol {
    margin-top: 35px;
    padding-left: 25px;
  }
}
#top-intro .intro-box .txt li + li {
  margin-top: 15px;
  line-height: 1.6;
}
#top-intro .intro-box .d-line {
  font-weight: 700;
  border-bottom: 3px dotted #ffa323;
}
#top-intro .intro-box .enclosed-text {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 10px;
  border: 1px solid #000;
}
#top-intro .menu-list {
  width: 100%;
  margin: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  #top-intro .menu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 100px 0 20px;
  }
}
#top-intro .menu-list li {
  width: calc((100% - 16px) / 2);
  margin-top: 8px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  #top-intro .menu-list li {
    width: 23.75%;
    margin-top: 0;
    margin-left: 0;
  }
}
#top-intro .menu-list li:first-child, #top-intro .menu-list li:nth-child(3) {
  margin-left: 0;
}
#top-intro .menu-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  font-size: 15px;
  text-align: center;
  line-height: 1.6;
  background-color: #e8e8e8;
  border-radius: 50px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #top-intro .menu-list li a {
    padding: 20px 10px;
    font-size: 17px;
  }
}

/*-----------------------------------------
news
-----------------------------------------*/
#top-news .contents-inner {
  padding-top: 20px;
}
#top-news .eyecatch {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#top-news .eyecatch a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#top-news .eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*-----------------------------------------
search
-----------------------------------------*/
#top-search .ttl::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  margin: 0 auto 5px auto;
  background-image: url(../img/common/icon-search.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #top-search .ttl::before {
    margin: 0 auto 10px auto;
  }
}

/*-----------------------------------------
highlights
-----------------------------------------*/
#top-highlights .contents-pd {
  padding: 50px 0;
}
@media (min-width: 768px) {
  #top-highlights .contents-pd {
    padding: 100px 20px;
  }
}
#top-highlights .intro-txt {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: center;
}
@media (min-width: 768px) {
  #top-highlights .intro-txt {
    margin-bottom: 40px;
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px) {
  #top-highlights .time-group {
    margin-top: 50px;
  }
}
#top-highlights .time-group .cut-right {
  -o-object-position: right;
  object-position: right;
}
#top-highlights .sp-ttl {
  padding: 20px 0;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #top-highlights .sp-ttl {
    display: none;
  }
}
#top-highlights .sp-ttl .time {
  position: relative;
  padding-left: 15px;
}
#top-highlights .sp-ttl .time::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
}
#top-highlights .sp-ttl .action {
  display: block;
  margin-top: 10px;
  margin-left: 14px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
}
#top-highlights .sp-ttl .action span {
  font-size: 12px;
}
#top-highlights .ttl {
  margin-bottom: 50px;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #top-highlights .ttl {
    font-size: 27px;
  }
}
#top-highlights .ttl .ja {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  #top-highlights .ttl .ja {
    font-size: 14px;
  }
}
#top-highlights .time-box {
  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;
  margin-top: 10px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #top-highlights .time-box {
    margin-top: 50px;
    padding-bottom: 0;
  }
}
#top-highlights .time-box .image {
  width: 100%;
}
@media (min-width: 768px) {
  #top-highlights .time-box .image {
    width: 50%;
  }
}
#top-highlights .time-box .image img {
  aspect-ratio: 35/20;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  #top-highlights .time-box .image img {
    aspect-ratio: 57/48;
  }
}
#top-highlights .time-box .image img.right {
  -o-object-position: right;
  object-position: right;
}
#top-highlights .time-box .txt {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #top-highlights .time-box .txt {
    width: 50%;
    margin-top: 0;
    padding-left: 50px;
  }
}
#top-highlights .time-box .txt .pc-ttl {
  display: none;
}
@media (min-width: 768px) {
  #top-highlights .time-box .txt .pc-ttl {
    display: block;
    position: relative;
    padding-left: 29px;
    font-size: 25px;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  #top-highlights .time-box .txt .pc-ttl {
    font-size: 30px;
  }
}
#top-highlights .time-box .txt .pc-ttl span {
  margin-left: 20px;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  #top-highlights .time-box .txt .pc-ttl span {
    font-size: 22px;
  }
}
#top-highlights .time-box .txt .pc-ttl span span {
  margin: 0;
  font-size: 12px;
}
#top-highlights .time-box .txt .pc-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  #top-highlights .time-box .txt .pc-ttl::before {
    width: 14px;
    height: 14px;
  }
}
#top-highlights .time-box .txt p {
  margin-top: 0;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: justify;
}
@media (min-width: 768px) {
  #top-highlights .time-box .txt p {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  #top-highlights .time-box .txt p {
    margin-top: 50px;
    font-size: 16px;
  }
}
#top-highlights .time-box .txt .btn-wrap_center {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #top-highlights .time-box .txt .btn-wrap_center {
    margin-top: 30px;
  }
}

/*-----------------------------------------
access
-----------------------------------------*/
#top-access .ttl::before {
  content: "";
  display: block;
  width: 26px;
  height: 32px;
  margin: 0 auto 5px auto;
  background-image: url(../img/common/icon-map.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #top-access .ttl::before {
    margin: 0 auto 10px auto;
  }
}
#top-access .map iframe {
  width: 100%;
  height: 230px;
}
@media (min-width: 576px) {
  #top-access .map iframe {
    height: 400px;
  }
}
#top-access .facility {
  margin: 20px 0 15px;
  font-size: 22px;
}
#top-access p + p {
  margin-top: 25px;
  line-height: 2.2;
}

/*-----------------------------------------
spot
-----------------------------------------*/
#top-spot .sec-inner {
  padding-bottom: 10px;
}
#top-spot .spot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #top-spot .spot-list {
    margin-bottom: 100px;
  }
}
#top-spot .spot-list > li {
  width: calc((100% - 6px) / 3);
  margin-bottom: 20px;
  margin-right: 3px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #top-spot .spot-list > li {
    width: calc((100% - 30px) / 4);
    margin-bottom: 40px;
    margin-right: 10px;
  }
}
#top-spot .spot-list > li:nth-of-type(4n) {
  margin-right: 3px;
}
@media (min-width: 768px) {
  #top-spot .spot-list > li:nth-of-type(4n) {
    margin-right: 0;
  }
}
#top-spot .spot-list > li:nth-of-type(3n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  #top-spot .spot-list > li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
#top-spot .spot-list > li p {
  text-align: center;
  letter-spacing: normal;
}
#top-spot .spot-list > li .name {
  margin-top: 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  #top-spot .spot-list > li .name {
    font-size: 14px;
  }
}
#top-spot .spot-list > li .time {
  font-size: 10px;
}
@media (min-width: 768px) {
  #top-spot .spot-list > li .time {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #top-spot .list-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#top-spot .list-center .last {
  margin-right: 0;
}
#top-spot .link-list {
  margin-top: 5px;
  text-align: center;
}
@media (min-width: 1024px) {
  #top-spot .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#top-spot .link-list li {
  margin-top: 5px;
}
#top-spot .link-list li a {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  font-size: 13px;
  line-height: 1.6;
  border-bottom: 1px solid #191919;
}
@media (min-width: 1024px) {
  #top-spot .link-list li a {
    padding-right: 15px;
  }
}
#top-spot .link-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  background-image: url(../img/common/icon-link.svg);
  background-size: contain;
  width: 9px;
  height: 9px;
}
@media (min-width: 1024px) {
  #top-spot .link-list li a::before {
    width: 10px;
    height: 10px;
  }
}
#top-spot .link-list li + li {
  margin-left: 0;
}
@media (min-width: 1024px) {
  #top-spot .link-list li + li {
    margin-left: 15px;
  }
}

/*-----------------------------------------
photo
-----------------------------------------*/
#top-photo {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #top-photo {
    padding-bottom: 100px;
  }
}
#top-photo .slider-photo .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/*-----------------------------------------
common
-----------------------------------------*/
.page-mainimage {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 230px;
}
@media (min-width: 576px) {
  .page-mainimage {
    height: 700px;
  }
}
.page-mainimage::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  width: 100%;
  height: 90px;
  z-index: 3;
}
@media (min-width: 768px) {
  .page-mainimage::after {
    height: 190px;
  }
}
.page-mainimage h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 0 20px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: normal;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.page-mainimage h1 span {
  display: block;
}
.page-mainimage h1 .en {
  font-size: 19px;
}
@media (min-width: 576px) {
  .page-mainimage h1 .en {
    font-size: 40px;
  }
}
.page-mainimage h1 .ja {
  margin-top: 10px;
  font-size: 12px;
}
@media (min-width: 576px) {
  .page-mainimage h1 .ja {
    margin-top: 15px;
    font-size: 20px;
  }
}

.lead {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 2;
}
@media (min-width: 768px) {
  .lead {
    margin-bottom: 50px;
    font-size: 25px;
  }
}

.page-sec-ttl {
  text-align: center;
  margin: 0 auto 35px;
  line-height: 1.6;
  font-size: 18px;
}
@media (min-width: 768px) {
  .page-sec-ttl {
    margin: 0 auto 60px;
    font-size: 26px;
  }
}
.page-sec-ttl > span:first-child {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}
@media (min-width: 768px) {
  .page-sec-ttl > span:first-child {
    padding: 0 100px;
  }
}
.page-sec-ttl > span:first-child::before, .page-sec-ttl > span:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #191919;
  width: 35px;
  height: 1px;
}
@media (min-width: 768px) {
  .page-sec-ttl > span:first-child::before, .page-sec-ttl > span:first-child::after {
    width: 60px;
  }
}
.page-sec-ttl > span:first-child::before {
  left: 0;
}
.page-sec-ttl > span:first-child::after {
  right: 0;
}
.page-sec-ttl .en {
  display: block;
  font-size: 25px;
}
@media (min-width: 768px) {
  .page-sec-ttl .en {
    font-size: 30px;
  }
}
.page-sec-ttl .ja {
  display: block;
  font-size: 13px;
}
@media (min-width: 768px) {
  .page-sec-ttl .ja {
    font-size: 18px;
  }
}

.page-sec-ttl2 {
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.page-sec-ttl2 .en {
  font-size: 20px;
}
@media (min-width: 768px) {
  .page-sec-ttl2 .en {
    font-size: 27px;
  }
}
.page-sec-ttl2 .ja {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .page-sec-ttl2 .ja {
    margin-top: 15px;
    font-size: 14px;
  }
}

.page-main-ttl {
  margin: 100px 0 20px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .page-main-ttl {
    margin: 150px 0 50px;
    font-size: 30px;
  }
}

/*-----------------------------------------
Glamping Tent
-----------------------------------------*/
#page-guestroom {
  /*intro*/
  /*tenttype*/
  /*areamap*/
  /*stay*/
  /*amenities*/
  /*facilityinfo*/
}
#page-guestroom .page-mainimage {
  background-image: url(../../assets/img/guestroom/main-image.jpg);
}
#page-guestroom #intro .list-center {
  margin-top: 30px;
}
#page-guestroom #intro .btn-wrap_center {
  margin-top: 25px;
}
#page-guestroom #intro .btn-wrap_center .t-center_pc {
  margin-top: 50px;
}
#page-guestroom #tenttype h3 {
  margin-top: 50px;
}
#page-guestroom #tenttype .detail-box > div {
  width: 100%;
}
@media (min-width: 768px) {
  #page-guestroom #tenttype .detail-box > div {
    width: 50%;
  }
}
#page-guestroom #tenttype .detail-box > div p {
  margin-bottom: 15px;
  font-size: 16px;
}
#page-guestroom #tenttype .detail-box .txt {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #page-guestroom #tenttype .detail-box .txt {
    margin-top: 0;
    padding-left: 45px;
  }
}
#page-guestroom #tenttype dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-guestroom #tenttype dt,
#page-guestroom #tenttype dd {
  padding: 15px 0 15px 10px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal;
}
#page-guestroom #tenttype dt {
  width: 90px;
  border-bottom: 2px solid #87817e;
}
#page-guestroom #tenttype dd {
  width: calc(100% - 90px);
  border-bottom: 1px solid #e8e7e2;
}
#page-guestroom #tenttype .brown-box {
  position: relative;
  margin: 50px auto 0;
  padding-top: 50px;
}
@media (min-width: 768px) {
  #page-guestroom #tenttype .brown-box {
    margin: 90px auto 0;
    padding-top: 60px;
  }
}
#page-guestroom #tenttype .brown-box p {
  margin: 0 auto;
  font-size: 15px;
}
@media (min-width: 768px) {
  #page-guestroom #tenttype .brown-box p {
    width: 750px;
    font-size: 16px;
  }
}
#page-guestroom #tenttype .brown-box .deco-line {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: block;
}
#page-guestroom #tenttype .brown-box .deco-line img {
  width: 100px;
}
@media (min-width: 768px) {
  #page-guestroom #tenttype .brown-box .deco-line img {
    width: 155px;
  }
}
@media (min-width: 768px) {
  #page-guestroom #tenttype .brown-box .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#page-guestroom #tenttype .brown-box .list-group.top {
  margin: 15px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  #page-guestroom #tenttype .brown-box .list-group.top {
    padding-bottom: 30px;
    margin: 40px 0 30px;
  }
}
#page-guestroom #tenttype .brown-box .list-group.bottom {
  margin-top: 15px;
}
#page-guestroom #tenttype .brown-box .list-group .dot-list {
  width: 100%;
}
@media (min-width: 768px) {
  #page-guestroom #tenttype .brown-box .list-group .dot-list {
    width: 350px;
  }
}
#page-guestroom #tenttype .brown-box .list-group .dot-list li::before {
  background-color: #87817e;
}
#page-guestroom #tenttype .brown-box .list-group .dot-list span {
  display: block;
  font-size: 13px;
}
@media (min-width: 768px) {
  #page-guestroom #tenttype .brown-box .list-group .dot-list span {
    font-size: 14px;
  }
}
#page-guestroom #tenttype .brown-box .list-group .dot-list + .dot-list {
  margin-top: 6px;
}
@media (min-width: 768px) {
  #page-guestroom #tenttype .brown-box .list-group .dot-list + .dot-list {
    margin-top: 0;
    margin-left: 50px;
  }
}
#page-guestroom #areamap .map-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-guestroom #areamap .map-box .image {
  width: 100%;
}
@media (min-width: 768px) {
  #page-guestroom #areamap .map-box .image {
    width: 60%;
  }
}
#page-guestroom #areamap .map-box .image p {
  text-align: right;
  font-size: 12px;
}
#page-guestroom #areamap .map-box .txt {
  width: 100%;
}
@media (min-width: 768px) {
  #page-guestroom #areamap .map-box .txt {
    width: 40%;
    padding-left: 30px;
  }
}
#page-guestroom #stay .time-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-guestroom #stay .time-box {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-top: 35px;
  text-align: center;
}
#page-guestroom #stay .time-box:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  #page-guestroom #stay .time-box:first-child {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  #page-guestroom #stay .time-box {
    padding-top: 45px;
  }
}
@media (min-width: 768px) {
  #page-guestroom #stay .time-box {
    width: calc((100% - 80px) / 2);
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #page-guestroom #stay .time-box:nth-child(2n) {
    margin-top: 120px;
  }
}
#page-guestroom #stay .time-box .time {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  color: #fff;
  line-height: normal;
  background-color: #191919;
  border-radius: 50%;
}
@media (min-width: 576px) {
  #page-guestroom #stay .time-box .time {
    width: 90px;
    height: 90px;
  }
}
#page-guestroom #stay .time-box .time img {
  width: 23px;
}
@media (min-width: 576px) {
  #page-guestroom #stay .time-box .time img {
    width: 28px;
  }
}
#page-guestroom #stay .time-box h3 {
  padding: 15px 50px 15px 0;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  border-bottom: 1px solid #191919;
}
@media (min-width: 768px) {
  #page-guestroom #stay .time-box h3 {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    border-bottom: none;
  }
}
#page-guestroom #stay .time-box h3 .display-sm_o {
  display: inline-block !important;
}
@media (min-width: 768px) {
  #page-guestroom #stay .time-box h3 .display-sm_o {
    display: none !important;
  }
}
#page-guestroom #stay .time-box p {
  margin-top: 15px;
  font-size: 16px;
  text-align: left;
}
#page-guestroom #stay .time-box a {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}
#page-guestroom #amenities .amenities-box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#page-guestroom #amenities .amenities-box .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  #page-guestroom #amenities .amenities-box .image {
    width: 45%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#page-guestroom #amenities .amenities-box .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-guestroom #amenities .amenities-box .txt {
  padding: 20px;
  background-color: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  #page-guestroom #amenities .amenities-box .txt {
    width: 55%;
    padding: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#page-guestroom #amenities .amenities-box .cat-item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #page-guestroom #amenities .amenities-box .cat-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
#page-guestroom #amenities .amenities-box .cat-item h3 img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #page-guestroom #amenities .amenities-box .cat-item h3 img {
    width: 50px;
    margin-right: 15px;
  }
}
#page-guestroom #amenities .amenities-box .cat-item p {
  font-size: 15px;
  line-height: 1.6;
}
#page-guestroom #amenities .amenities-box .cat-item + .cat-item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #page-guestroom #amenities .amenities-box .cat-item + .cat-item {
    margin-top: 30px;
  }
}
#page-guestroom #amenities .amenities-box.dog {
  margin-top: 30px;
}
#page-guestroom #amenities .amenities-box.dog .image {
  min-height: 300px;
}
#page-guestroom #amenities .amenities-box.dog .txt {
  color: #fff;
  background-color: #b78540;
}
#page-guestroom #amenities .amenities-box.dog .txt p + p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #page-guestroom #amenities .amenities-box.dog .txt p + p {
    margin-top: 20px;
  }
}
#page-guestroom #facilityinfo .list-wrap {
  text-align: center;
}
#page-guestroom #facilityinfo .dot-list {
  margin-top: 30px;
  color: #746550;
  text-align: left;
}
#page-guestroom #facilityinfo .dot-list li::before {
  content: "";
  background-color: #746550;
}
#page-guestroom #facilityinfo .gray-box {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #page-guestroom #facilityinfo .gray-box {
    margin-top: 80px;
  }
}

/*-----------------------------------------
Dining
-----------------------------------------*/
#page-dining {
  width: 100%;
  overflow: hidden;
}
#page-dining .page-mainimage {
  background-image: url(../../assets/img/dining/main-image.jpg);
}
#page-dining .choice-box {
  position: relative;
  margin-top: 50px;
  padding: 50px 20px;
  color: #746550;
}
@media (min-width: 768px) {
  #page-dining .choice-box {
    margin-top: 125px;
    padding: 100px;
  }
}
#page-dining .choice-box h3 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: normal;
  font-size: 20px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #page-dining .choice-box h3 {
    top: -25px;
    font-size: 30px;
  }
}
#page-dining .choice-box .choice-box-inner {
  overflow-x: auto;
}
#page-dining table {
  min-width: 430px;
}
#page-dining table thead th {
  padding-bottom: 15px;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid #cbc7c0;
}
@media (min-width: 768px) {
  #page-dining table thead th {
    padding-bottom: 20px;
    font-size: 23px;
  }
}
#page-dining table thead th:nth-child(2), #page-dining table thead th:nth-child(3) {
  width: 40%;
  padding-left: 8px;
}
@media (min-width: 768px) {
  #page-dining table thead th:nth-child(2), #page-dining table thead th:nth-child(3) {
    padding-left: 40px;
  }
}
#page-dining table tbody th,
#page-dining table tbody td {
  padding: 15px 0;
  line-height: 1.6;
  border-bottom: 1px solid #cbc7c0;
}
@media (min-width: 768px) {
  #page-dining table tbody th,
  #page-dining table tbody td {
    padding: 20px 0;
  }
}
#page-dining table tbody th {
  min-width: 100px;
  font-size: 13px;
  text-align: left;
  letter-spacing: normal;
  white-space: nowrap;
  padding-right: 5px;
}
@media (min-width: 768px) {
  #page-dining table tbody th {
    font-size: 16px;
  }
}
#page-dining table tbody td {
  padding-left: 8px;
  font-size: 14px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  #page-dining table tbody td {
    padding-left: 40px;
    font-size: 15px;
  }
}
#page-dining .detail-box {
  margin-top: 60px;
}
@media (min-width: 768px) {
  #page-dining .detail-box {
    margin-top: 180px;
  }
}
#page-dining .left-line-ttl {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #page-dining .left-line-ttl {
    margin-top: 80px;
  }
}
#page-dining .dining-image {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #page-dining .dining-image {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #page-dining .dining-image.two-cut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #page-dining .dining-image.two-cut img {
    width: calc((100% - 5px) / 2);
  }
}
#page-dining .dining-image.two-cut img + img {
  margin-top: 5px;
}
@media (min-width: 768px) {
  #page-dining .dining-image.two-cut img + img {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  #page-dining .dining-image.three-cut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page-dining .dining-image.three-cut .main {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  #page-dining .dining-image.three-cut .main {
    width: 70%;
    margin-bottom: 0;
  }
}
#page-dining .dining-image.three-cut .main img {
  -o-object-fit: cover;
  object-fit: cover;
}
#page-dining .dining-image.three-cut .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 576px) {
  #page-dining .dining-image.three-cut .sub {
    display: block;
    width: 30%;
    padding-left: 5px;
  }
}
#page-dining .dining-image.three-cut .sub img {
  width: calc((100% - 5px) / 2);
}
@media (min-width: 576px) {
  #page-dining .dining-image.three-cut .sub img {
    width: 100%;
    height: calc((100% - 5px) / 2);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 576px) {
  #page-dining .dining-image.three-cut .sub img + img {
    margin-top: 5px;
  }
}
#page-dining .dining-image.four-cut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-dining .dining-image.four-cut img {
  width: calc((100% - 5px) / 2);
  margin-top: 5px;
}
#page-dining .dining-image.four-cut img:nth-child(1), #page-dining .dining-image.four-cut img:nth-child(2) {
  margin-top: 0;
}
#page-dining .dining-image.drink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-dining .dining-image.drink .image {
  width: 100%;
}
@media (min-width: 768px) {
  #page-dining .dining-image.drink .image {
    width: 66%;
  }
}
#page-dining .dining-image.drink .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-dining .dining-txt {
  max-width: 800px;
  margin: 0 auto;
}
#page-dining div[class*=menu-card] {
  font-size: 15px;
  line-height: 1.6;
}
#page-dining div[class*=menu-card].flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-dining div[class*=menu-card] .head {
  margin-bottom: 30px;
}
#page-dining div[class*=menu-card] ul li {
  margin-bottom: 15px;
}
#page-dining div[class*=menu-card] dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-dining div[class*=menu-card] dl dt,
#page-dining div[class*=menu-card] dl dd {
  margin-bottom: 15px;
}
#page-dining div[class*=menu-card] dl dt {
  width: calc(100% - 65px);
}
#page-dining div[class*=menu-card] dl dd {
  width: 65px;
  text-align: right;
}
#page-dining div[class*=menu-card] .note {
  margin-top: 30px;
  font-size: 13px;
}
#page-dining .menu-card_bbq {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #page-dining .menu-card_bbq {
    margin-top: 50px;
  }
}
#page-dining .menu-card_bbq .item {
  width: 100%;
}
@media (min-width: 768px) {
  #page-dining .menu-card_bbq .item {
    width: calc((100% - 10px) / 2);
  }
}
#page-dining .menu-card_bbq .item + .item {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #page-dining .menu-card_bbq .item + .item {
    margin-top: 0;
  }
}
#page-dining .menu-card_drink {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  #page-dining .menu-card_drink {
    width: 34%;
    padding-left: 5px;
  }
}
#page-dining .menu-card_drink .item {
  width: 100%;
  height: 100%;
}
#page-dining .menu-card_vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 30px 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.08em;
}
#page-dining .menu-card_vertical .item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
}
@media (min-width: 768px) {
  #page-dining .menu-card_vertical .item {
    display: block;
  }
}
#page-dining .menu-card_vertical .head {
  margin-left: 25px;
  margin-bottom: 0 !important;
  font-size: 15px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #page-dining .menu-card_vertical .head {
    margin-left: 60px;
  }
}
#page-dining .menu-card_vertical .head span {
  display: block;
  font-size: 11px;
}
#page-dining .menu-card_vertical .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
}
@media (min-width: 768px) {
  #page-dining .menu-card_vertical .menu-wrap {
    display: block;
  }
}
#page-dining .menu-card_vertical .main {
  width: auto;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #page-dining .menu-card_vertical .main {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#page-dining .menu-card_vertical .main ul {
  font-size: 12px;
}
@media (min-width: 768px) {
  #page-dining .menu-card_vertical .main ul {
    margin-left: 50px;
    font-size: 15px;
  }
}
#page-dining .menu-card_vertical .main ul li + li {
  margin-right: 10px;
}
@media (min-width: 768px) {
  #page-dining .menu-card_vertical .main ul li + li {
    margin-right: 15px;
  }
}
#page-dining .menu-card_vertical .sub {
  margin: 0 auto;
  white-space: nowrap;
}
#page-dining .menu-card_vertical .sub ul {
  margin-right: 20px;
  font-size: 13px;
}
#page-dining .menu-card_vertical .sub ul li + li {
  margin-right: 5px;
}
#page-dining .menu-card_vertical p {
  font-size: 12px;
}
#page-dining .info-list {
  font-size: 14px;
}
#page-dining .chef-area {
  margin-top: 80px;
}
@media (min-width: 768px) {
  #page-dining .chef-area {
    margin-top: 280px;
  }
}
#page-dining .chef-area .bg {
  margin: calc(50% - 50vw);
}
@media (min-width: 768px) {
  #page-dining .chef-area .bg {
    margin: auto;
    margin-right: calc(50% - 50vw);
  }
}
#page-dining .chef-area .chef-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  #page-dining .chef-area .chef-box {
    padding: 50px;
  }
}
#page-dining .chef-area .chef-box .image {
  width: 30%;
}
@media (min-width: 768px) {
  #page-dining .chef-area .chef-box .image {
    width: auto;
    margin-top: -150px;
  }
}
#page-dining .chef-area .chef-box .txt {
  width: 100%;
}
@media (min-width: 768px) {
  #page-dining .chef-area .chef-box .txt {
    max-width: 700px;
  }
}
#page-dining .chef-area .chef-box .txt h3 {
  padding: 0 0 5px 12px;
  font-size: 20px;
  border-bottom: 1px solid #191919;
}
@media (min-width: 768px) {
  #page-dining .chef-area .chef-box .txt h3 {
    padding: 0 0 5px 50px;
  }
}
#page-dining .chef-area .chef-box .txt p {
  margin-top: 10px;
  padding-left: 12px;
  font-size: 15px;
}
@media (min-width: 768px) {
  #page-dining .chef-area .chef-box .txt p {
    padding-left: 50px;
  }
}
#page-dining #dinner .gray-box {
  margin: 40px calc(50% - 50vw) 0;
}
@media (min-width: 768px) {
  #page-dining #dinner .gray-box {
    margin: 180px 0 0;
  }
}
#page-dining #dinner .gray-box .image img {
  width: calc((100% - 10px) / 3);
  padding-right: 5px;
}
#page-dining #dinner .gray-box .image img:nth-child(3) {
  padding-right: 0;
}
#page-dining #dinner .gray-box ul {
  margin-top: 15px;
}
#page-dining #breakfast .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
@media (min-width: 768px) {
  #page-dining #breakfast .info-box {
    margin-top: 50px;
  }
}
#page-dining #breakfast .info-box .head {
  margin-right: 10px;
  white-space: nowrap;
}
#page-dining #breakfast .info-box p {
  padding-left: 10px;
  border-left: 1px solid #191919;
}
#page-dining #breakfast .dining-image {
  margin-bottom: 20px;
}
#page-dining #dogmenu figcaption {
  margin-top: 10px;
  text-align: center;
}
#page-dining #dogmenu figcaption span {
  display: inline-block;
  text-align: left;
}
#page-dining #dogmenu .swiper-button-prev,
#page-dining #dogmenu .swiper-button-next {
  top: 36%;
}
#page-dining #faq .faq_q {
  position: relative;
  font-size: 16px;
}
#page-dining #faq .faq_q::before {
  content: "Q.";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Crimson Text", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
}
#page-dining #faq .faq_q span {
  display: block;
  padding-left: 30px;
}
#page-dining #faq .faq_a {
  position: relative;
  margin-top: 20px;
  padding-left: 33px;
  font-size: 16px;
  line-height: 1.6;
}
#page-dining #faq .faq_a::before {
  content: "A.";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Crimson Text", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
}
#page-dining #faq .faq_a img {
  margin-top: 10px;
}
#page-dining #faq .faq_a p + p {
  margin-top: 15px;
}
#page-dining #faq .faq_a p + ul {
  margin-top: 15px;
}
#page-dining #faq .faq_a ul + p {
  margin-top: 15px;
}

/*-----------------------------------------
Facilities
-----------------------------------------*/
/*sauna*/
#page-facilities {
  /*shower&restroom*/
  /*dogrun*/
  /*cafe*/
}
#page-facilities .page-mainimage {
  background-image: url(../../assets/img/facilities/main-image.jpg);
}
#page-facilities #sauna .top-txt {
  font-size: 22px;
}
#page-facilities #sauna .top-sub-txt {
  margin: 25px 0 50px 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  #page-facilities #sauna .top-sub-txt {
    margin: 25px 0 100px 0;
  }
}
#page-facilities #sauna .sauna-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #page-facilities #sauna .sauna-box {
    margin-top: 80px;
  }
}
#page-facilities #sauna .sauna-box .image {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  #page-facilities #sauna .sauna-box .image {
    width: 50%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
#page-facilities #sauna .sauna-box .txt {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  #page-facilities #sauna .sauna-box .txt {
    width: 50%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  #page-facilities #sauna .sauna-box .txt.pd-r {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  #page-facilities #sauna .sauna-box .txt.pd-l {
    padding-left: 50px;
  }
}
#page-facilities #sauna .sauna-box .txt .lead {
  text-align: center;
}
@media (min-width: 768px) {
  #page-facilities #sauna .sauna-box .txt .lead {
    text-align: left;
  }
}
#page-facilities #sauna .sauna-box .info-box {
  margin-top: 15px;
}
#page-facilities #sauna .brown-box {
  margin-top: 40px;
  padding: 20px;
}
@media (min-width: 768px) {
  #page-facilities #sauna .brown-box {
    margin-top: 80px;
    padding: 50px 0 50px 50px;
  }
}
#page-facilities #sauna .brown-box .txt {
  width: 100%;
}
@media (min-width: 768px) {
  #page-facilities #sauna .brown-box .txt {
    width: 60%;
    padding-right: 40px;
  }
}
#page-facilities #sauna .brown-box .ttl {
  margin: 40px 0 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #page-facilities #sauna .brown-box .ttl {
    margin: 50px 0 20px;
  }
}
#page-facilities #sauna .brown-box .ttl:first-child {
  margin: 0 0 20px;
}
#page-facilities #sauna .brown-box p {
  font-size: 14px;
  line-height: 2.2;
}
@media (min-width: 768px) {
  #page-facilities #sauna .brown-box p {
    font-size: 14px;
  }
}
#page-facilities #sauna .brown-box .image {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #page-facilities #sauna .brown-box .image {
    width: 40%;
    margin-top: 0;
  }
}
#page-facilities #sauna .map {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #page-facilities #sauna .map {
    margin-top: 80px;
  }
}
#page-facilities #sauna .gray-box {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #page-facilities #sauna .gray-box {
    margin-top: 40px;
  }
}
#page-facilities #shower .shower-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-facilities #shower .shower-box .image {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #page-facilities #shower .shower-box .image {
    width: 50%;
    margin-bottom: 0;
  }
}
#page-facilities #shower .shower-box .txt {
  width: 100%;
}
@media (min-width: 768px) {
  #page-facilities #shower .shower-box .txt {
    width: 50%;
    padding-left: 50px;
  }
}
#page-facilities #shower .brown-box {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #page-facilities #shower .brown-box {
    margin-top: 50px;
  }
}
#page-facilities #shower .brown-box p {
  font-size: 15px;
}
@media (min-width: 768px) {
  #page-facilities #shower .brown-box p {
    font-size: 16px;
  }
}
#page-facilities #dogrun .sec-inner {
  max-width: 100%;
}
#page-facilities #dogrun .sec-pd {
  padding: 50px 0;
}
@media (min-width: 768px) {
  #page-facilities #dogrun .sec-pd {
    padding: 100px 0;
  }
}
#page-facilities #dogrun .dogrun-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
#page-facilities #dogrun .dogrun-box .image {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #page-facilities #dogrun .dogrun-box .image {
    width: 50%;
    margin-bottom: 0;
  }
}
#page-facilities #dogrun .dogrun-box .txt {
  width: 100%;
}
@media (min-width: 768px) {
  #page-facilities #dogrun .dogrun-box .txt {
    width: 50%;
    padding-left: 50px;
  }
}
#page-facilities #dogrun .dogrun-photo {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #page-facilities #dogrun .dogrun-photo {
    margin-top: 60px;
  }
}
#page-facilities #cafe .image-box {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #page-facilities #cafe .image-box {
    margin-top: 40px;
  }
}
#page-facilities #cafe .image-box .image-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}
#page-facilities #cafe .image-box .image-group img {
  width: calc((100% - 10px) / 3);
}
#page-facilities #cafe .menu-box {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #page-facilities #cafe .menu-box {
    margin-top: 50px;
  }
}
#page-facilities #cafe .menu-box .ttl {
  text-align: left;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #page-facilities #cafe .menu-box .ttl {
    margin-top: 30px;
  }
}
#page-facilities #cafe .menu-box .dot-list li::before {
  background-color: #746550;
}
#page-facilities #cafe .menu-box .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
#page-facilities #cafe .menu-box .image .item {
  width: 100%;
}
@media (min-width: 576px) {
  #page-facilities #cafe .menu-box .image .item {
    width: calc((100% - 5px) / 2);
  }
}
#page-facilities #cafe .menu-box .image .item + .item {
  margin-top: 15px;
}
@media (min-width: 576px) {
  #page-facilities #cafe .menu-box .image .item + .item {
    margin-top: 0;
  }
}
#page-facilities #cafe .menu-box .image figcaption {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}
@media (min-width: 576px) {
  #page-facilities #cafe .menu-box .image figcaption {
    margin-top: 10px;
  }
}
#page-facilities #cafe .seminar-box {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #page-facilities #cafe .seminar-box {
    margin-top: 50px;
  }
}
#page-facilities #cafe .seminar-box figcaption {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

/*-----------------------------------------
Dogmanner
-----------------------------------------*/
#page-dogmanner .t-justify {
  text-align: justify;
}
#page-dogmanner input[type=checkbox] {
  display: none;
}
#page-dogmanner input:checked + span::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
#page-dogmanner .page-mainimage {
  background-image: url(../../assets/img/dogmanner/main-image.jpg);
}
#page-dogmanner h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  top: 65%;
  padding: 15px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0.95);
  text-shadow: none;
  border: 2px solid #000;
  border-radius: 17px;
  white-space: nowrap;
}
@media (min-width: 576px) {
  #page-dogmanner h1 {
    top: 50%;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #page-dogmanner h1 {
    padding: 35px 20px;
    font-size: 30px;
  }
}
#page-dogmanner h1 .band {
  width: auto;
  margin-bottom: 5px;
  padding: 3px 10px;
  font-size: 8px;
  color: #fff;
  background-color: #ec572e;
}
@media (min-width: 576px) {
  #page-dogmanner h1 .band {
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  #page-dogmanner h1 .band {
    font-size: 18px;
  }
}
#page-dogmanner h1 .small {
  font-size: 12px;
}
@media (min-width: 576px) {
  #page-dogmanner h1 .small {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #page-dogmanner h1 .small {
    font-size: 25px;
  }
}
#page-dogmanner .underline {
  border-bottom: 2px solid #000;
}
#page-dogmanner .t-orange {
  color: #ec572e;
}
#page-dogmanner .f18 {
  font-size: 16px;
}
@media (min-width: 768px) {
  #page-dogmanner .f18 {
    font-size: 18px;
  }
}
#page-dogmanner .f20 {
  font-size: 17px;
}
@media (min-width: 768px) {
  #page-dogmanner .f20 {
    font-size: 20px;
  }
}
#page-dogmanner .f23 {
  font-size: 20px;
}
@media (min-width: 768px) {
  #page-dogmanner .f23 {
    font-size: 23px;
  }
}
#page-dogmanner .f33 {
  font-size: 18px;
}
@media (min-width: 768px) {
  #page-dogmanner .f33 {
    font-size: 33px;
  }
}
#page-dogmanner .check-list li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #page-dogmanner .check-list li {
    padding-left: 35px;
    font-size: 18px;
  }
}
#page-dogmanner .check-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../img/common/icon-check.svg);
  background-size: cover;
  width: 20px;
  height: 17px;
}
@media (min-width: 768px) {
  #page-dogmanner .check-list li::before {
    width: 25px;
    height: 21px;
  }
}
#page-dogmanner .bgline-ttl {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 19px;
  line-height: 1.6;
  background-color: #f2eee4;
  border-bottom: 3px solid #ec572e;
}
@media (min-width: 768px) {
  #page-dogmanner .bgline-ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
#page-dogmanner #dogmanner01 img {
  width: auto;
  max-width: 100%;
}
#page-dogmanner #dogmanner01 .image {
  margin: 50px 0 0;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner01 .image {
    margin: 85px 0 50px;
  }
}
#page-dogmanner #dogmanner02 {
  position: relative;
}
#page-dogmanner #dogmanner02::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 80px solid transparent;
  border-top: 60px solid #fff;
}
#page-dogmanner #dogmanner02 .sec-pd {
  padding: 100px 20px 60px 20px;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner02 .sec-pd {
    padding: 100px 20px;
  }
}
#page-dogmanner #dogmanner02 h2 {
  letter-spacing: normal;
}
#page-dogmanner #dogmanner02 .image {
  margin-top: 15px;
  background-color: #fff;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner02 .image {
    margin-top: 30px;
  }
}
#page-dogmanner #dogmanner02 .image img {
  padding: 10px;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner02 .image img {
    padding: 15px;
  }
}
#page-dogmanner #dogmanner02 .white-box {
  margin: 25px 0 30px;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner02 .white-box {
    margin: 50px 0 40px;
    padding: 40px;
  }
}
#page-dogmanner #dogmanner02 .white-box h3 {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner02 .white-box h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
#page-dogmanner #dogmanner02 .white-box li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #bebebe;
}
#page-dogmanner #dogmanner02 .white-box li::before {
  top: 25px;
}
#page-dogmanner #dogmanner03 .sec-pd {
  padding-top: 40px;
}
#page-dogmanner #dogmanner03 h2 {
  width: 100%;
  padding: 30px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: #ec572e;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 h2 {
    padding: 60px 20px;
    font-size: 45px;
  }
}
#page-dogmanner #dogmanner03 h2 span {
  position: relative;
  padding: 0 32px;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 h2 span {
    padding: 0 65px;
  }
}
#page-dogmanner #dogmanner03 h2 span::before, #page-dogmanner #dogmanner03 h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #fff;
  height: 2px;
  width: 30px;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 h2 span::before, #page-dogmanner #dogmanner03 h2 span::after {
    width: 55px;
  }
}
#page-dogmanner #dogmanner03 h2 span::before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#page-dogmanner #dogmanner03 h2 span::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#page-dogmanner #dogmanner03 .lead-box {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  #page-dogmanner #dogmanner03 .lead-box {
    padding-bottom: 160px;
  }
}
#page-dogmanner #dogmanner03 .lead-box p {
  font-size: 16px;
}
@media (min-width: 576px) {
  #page-dogmanner #dogmanner03 .lead-box p {
    width: 78%;
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  #page-dogmanner #dogmanner03 .lead-box::before {
    content: "";
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/dogmanner/manner03.png);
    background-size: contain;
    height: 100%;
  }
}
#page-dogmanner #dogmanner03 .lead-box img {
  max-width: 225px;
}
#page-dogmanner #dogmanner03 .detail-box {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .detail-box {
    margin-bottom: 85px;
  }
}
#page-dogmanner #dogmanner03 .dot-list li {
  padding-left: 17px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .dot-list li {
    padding-left: 25px;
    font-size: 18px;
  }
}
#page-dogmanner #dogmanner03 .dot-list li::before {
  top: 10px;
  width: 7px;
  height: 7px;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .dot-list li::before {
    width: 10px;
    height: 10px;
  }
}
#page-dogmanner #dogmanner03 .must,
#page-dogmanner #dogmanner03 .choose {
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .must,
  #page-dogmanner #dogmanner03 .choose {
    padding: 40px;
  }
}
#page-dogmanner #dogmanner03 .must h4,
#page-dogmanner #dogmanner03 .choose h4 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .must h4,
  #page-dogmanner #dogmanner03 .choose h4 {
    margin-bottom: 20px;
    padding: 5px 30px;
    font-size: 20px;
  }
}
#page-dogmanner #dogmanner03 .must h4 span,
#page-dogmanner #dogmanner03 .choose h4 span {
  display: block;
  font-size: 13px;
}
#page-dogmanner #dogmanner03 .must {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background-color: #f2eee4;
}
#page-dogmanner #dogmanner03 .must h4 {
  color: #fff;
  background-color: #ec572e;
  border-radius: 25px;
}
#page-dogmanner #dogmanner03 .must p {
  font-size: 17px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .must p {
    font-size: 23px;
  }
}
#page-dogmanner #dogmanner03 .must ul {
  margin-top: 10px;
  text-align: left;
}
#page-dogmanner #dogmanner03 .choose {
  background-color: #e4f0f2;
}
#page-dogmanner #dogmanner03 .choose h4 {
  color: #fff;
  background-color: #2eabec;
  border-radius: 50px;
}
#page-dogmanner #dogmanner03 .choose dl {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  line-height: 1.6;
}
#page-dogmanner #dogmanner03 .choose dl + dl {
  margin-top: 5px;
}
#page-dogmanner #dogmanner03 .choose dl dt {
  margin-bottom: 5px;
  color: #2eabec;
  font-size: 17px;
  font-weight: 600;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .choose dl dt {
    font-size: 18px;
  }
}
#page-dogmanner #dogmanner03 .choose dl dd {
  font-size: 15px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .choose dl dd {
    font-size: 15px;
  }
}
#page-dogmanner #dogmanner03 .plus {
  margin: 25px auto;
  width: 30px;
}
#page-dogmanner #dogmanner03 .left-line-ttl {
  margin: 60px 0 30px 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .left-line-ttl {
    font-size: 26px;
  }
}
#page-dogmanner #dogmanner03 .concierge-box .image {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 576px) {
  #page-dogmanner #dogmanner03 .concierge-box .image {
    width: 45%;
  }
}
#page-dogmanner #dogmanner03 .concierge-box .image img {
  padding: 0 15%;
}
#page-dogmanner #dogmanner03 .concierge-box .txt {
  text-align: justify;
}
@media (min-width: 576px) {
  #page-dogmanner #dogmanner03 .concierge-box .txt {
    width: 55%;
  }
}
#page-dogmanner #dogmanner03 table {
  margin-bottom: 20px;
}
#page-dogmanner #dogmanner03 table th,
#page-dogmanner #dogmanner03 table td {
  padding: 10px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #ccc;
}
@media (min-width: 576px) {
  #page-dogmanner #dogmanner03 table th,
  #page-dogmanner #dogmanner03 table td {
    font-size: 16px;
  }
}
#page-dogmanner #dogmanner03 table th {
  background-color: #e8e8e8;
}
#page-dogmanner #dogmanner03 .plan-box {
  margin-top: 15px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #000;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .plan-box {
    padding: 25px;
  }
}
#page-dogmanner #dogmanner03 .plan-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-dogmanner #dogmanner03 .plan-box dl dt,
#page-dogmanner #dogmanner03 .plan-box dl dd {
  font-size: 14px;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner03 .plan-box dl dt,
  #page-dogmanner #dogmanner03 .plan-box dl dd {
    font-size: 16px;
  }
}
#page-dogmanner #dogmanner03 .plan-box dl dt {
  white-space: nowrap;
}
#page-dogmanner #dogmanner04 {
  color: #fff;
  line-height: 2;
}
#page-dogmanner #dogmanner04.bg-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../img/dogmanner/manner-bk.jpg);
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#page-dogmanner #dogmanner04.bg-image::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(rgba(0, 0, 0, 0.6));
  width: 100%;
  height: 100%;
  z-index: 1;
}
#page-dogmanner #dogmanner04 .contents-wrap {
  position: relative;
  z-index: 2;
}
#page-dogmanner #dogmanner04 h2 {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner04 h2 {
    font-size: 36px;
  }
}
#page-dogmanner #dogmanner04 p {
  margin-top: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #page-dogmanner #dogmanner04 p {
    font-size: 16px;
  }
}
#page-dogmanner #column .column-ttl {
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  #page-dogmanner #column .column-ttl {
    margin-bottom: 50px;
  }
}
#page-dogmanner #column .column-ttl span {
  display: inline-block;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.6;
  border: 1px solid #000;
}
@media (min-width: 768px) {
  #page-dogmanner #column .column-ttl span {
    padding: 20px 40px;
    font-size: 28px;
  }
}
#page-dogmanner #column .preparations-box {
  margin-top: 80px;
  padding: 40px 15px;
  line-height: 1.6;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  #page-dogmanner #column .preparations-box {
    margin-top: 100px;
    padding: 80px;
  }
}
#page-dogmanner #column .preparations-box .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;
  width: 105px;
  height: 86px;
  margin: -73px auto 0;
  background-color: #eeeeee;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #page-dogmanner #column .preparations-box .icon {
    width: 135px;
    height: 110px;
    margin: -130px auto 0;
  }
}
#page-dogmanner #column .preparations-box .icon img {
  width: 54px;
  height: 41px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .preparations-box .icon img {
    width: 66px;
    height: 47px;
  }
}
#page-dogmanner #column .preparations-box h4 {
  margin-bottom: 30px;
  font-size: 22px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .preparations-box h4 {
    font-size: 25px;
  }
}
#page-dogmanner #column .preparations-box h4 span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
#page-dogmanner #column .preparations-box p {
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .preparations-box p {
    font-size: 15px;
  }
}
#page-dogmanner #column .preparations-box .checkbox-wrap {
  margin-top: 10px;
}
#page-dogmanner #column .preparations-box .my-checkbox {
  font-size: 16px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  #page-dogmanner #column .preparations-box .my-checkbox {
    font-size: 18px;
  }
}
#page-dogmanner #column .preparations-box .my-checkbox::before {
  top: 6px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}
@media (min-width: 768px) {
  #page-dogmanner #column .preparations-box .my-checkbox::before {
    top: 8px;
    width: 17px;
    height: 17px;
  }
}
#page-dogmanner #column .preparations-box .my-checkbox::after {
  content: "";
  top: 6px;
  width: 7px;
  height: 11px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .preparations-box .my-checkbox::after {
    top: 9px;
    width: 8px;
    height: 11px;
  }
}
#page-dogmanner #column .accordion-container {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .accordion-container {
    margin-top: 80px;
  }
}
#page-dogmanner #column .accordion-title {
  position: relative;
  padding-left: 39px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .accordion-title {
    padding-left: 70px;
  }
}
#page-dogmanner #column .accordion-title img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 22px;
  height: auto;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .accordion-title img {
    left: 30px;
    width: 30px;
    margin-right: 10px;
  }
}
#page-dogmanner #column .accordion-content {
  margin-bottom: 30px;
}
#page-dogmanner #column .accordion-content + .accordion-title {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .accordion-content + .accordion-title {
    margin-top: 20px;
  }
}
#page-dogmanner #column .qa-item {
  padding: 20px 0;
  border-bottom: 2px dotted #bebebe;
}
@media (min-width: 768px) {
  #page-dogmanner #column .qa-item {
    padding: 30px 0;
  }
}
#page-dogmanner #column .qa-item .qa_q,
#page-dogmanner #column .qa-item .qa_a {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}
#page-dogmanner #column .qa-item .qa_q::before,
#page-dogmanner #column .qa-item .qa_a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .qa-item .qa_q::before,
  #page-dogmanner #column .qa-item .qa_a::before {
    font-size: 18px;
  }
}
#page-dogmanner #column .qa-item .qa_q {
  font-size: 15px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .qa-item .qa_q {
    font-size: 18px;
  }
}
#page-dogmanner #column .qa-item .qa_q::before {
  content: "Q.";
}
#page-dogmanner #column .qa-item .qa_a {
  margin-top: 20px;
  font-size: 15px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .qa-item .qa_a {
    font-size: 16px;
  }
}
#page-dogmanner #column .qa-item .qa_a::before {
  content: "A.";
}
#page-dogmanner #column .check-list li {
  margin-top: 20px;
}
#page-dogmanner #column .check-list li P {
  margin-top: 3px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .check-list li P {
    font-size: 15px;
  }
}
#page-dogmanner #column .point {
  position: relative;
  margin-top: 20px;
  padding: 10px 20px 10px 40px;
  color: #ec572e;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  background-color: #fbddd4;
}
@media (min-width: 768px) {
  #page-dogmanner #column .point {
    padding: 10px 20px 10px 50px;
    font-size: 15px;
  }
}
#page-dogmanner #column .point img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .point img {
    left: 20px;
  }
}
#page-dogmanner #column .reservation-box {
  margin: 40px calc(50% - 50vw) 0;
  padding: 10px;
  background-color: #f2eee4;
}
@media (min-width: 768px) {
  #page-dogmanner #column .reservation-box {
    margin: 80px 0 0;
  }
}
#page-dogmanner #column .reservation-box .inner {
  padding: 40px 10px;
  border: 1px solid #322e21;
}
@media (min-width: 768px) {
  #page-dogmanner #column .reservation-box .inner {
    padding: 40px;
  }
}
#page-dogmanner #column .reservation-box h4 {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
}
@media (min-width: 768px) {
  #page-dogmanner #column .reservation-box h4 {
    letter-spacing: 0.05em;
    font-size: 25px;
  }
}
#page-dogmanner #column .foot-link {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .foot-link {
    margin-top: 80px;
  }
}
#page-dogmanner #column .foot-link .menu-list {
  text-align: center;
}
#page-dogmanner #column .foot-link .menu-list li {
  display: inline-block;
  padding: 0 10px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #page-dogmanner #column .foot-link .menu-list li {
    padding: 0 20px;
  }
}
#page-dogmanner #column .foot-link .menu-list li + li {
  border-left: 1px solid #cccccc;
}
#page-dogmanner #column .foot-link .menu-list li a {
  font-size: 15px;
}
@media (min-width: 768px) {
  #page-dogmanner #column .foot-link .menu-list li a {
    font-size: 16px;
  }
}
#page-dogmanner #column .foot-link .sns-list {
  margin-top: 25px;
  text-align: center;
}
#page-dogmanner #column .foot-link .sns-list li {
  display: inline-block;
  padding: 0 13px;
}
#page-dogmanner #column .foot-link .sns-list img {
  width: 29px;
}
#page-dogmanner #dogmanner-photo {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  #page-dogmanner #dogmanner-photo {
    margin-bottom: 100px;
  }
}
#page-dogmanner #dogmanner-photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-dogmanner #dogmanner-photo ul li {
  width: 50%;
}
@media (min-width: 576px) {
  #page-dogmanner #dogmanner-photo ul li {
    width: 25%;
  }
}

/*-----------------------------------------
Information
-----------------------------------------*/
#page-information {
  /*記事一覧*/
  /*記事*/
}
#page-information .page-mainimage {
  background-image: url(../../assets/img/information/main-image.jpg);
  height: 230px;
}
@media (min-width: 576px) {
  #page-information .page-mainimage {
    height: 500px;
  }
}
#page-information .info-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-information .post-area {
  width: 100%;
}
@media (min-width: 768px) {
  #page-information .post-area {
    width: 75%;
    padding-right: 80px;
  }
}
#page-information .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 50px;
}
@media (min-width: 576px) {
  #page-information .info-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#page-information .info-list li {
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  #page-information .info-list li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  #page-information .info-list li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
}
@media (min-width: 576px) {
  #page-information .info-list li:nth-child(3n) {
    margin-right: 0;
  }
}
#page-information .info-list .eyecatch {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#page-information .info-list .eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-information .info-list .post-list-ttl {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #page-information .info-list .post-list-ttl {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
#page-information .info-list .date {
  color: #888;
  font-size: 12px;
}
#page-information .post-box .date {
  display: block;
  margin-bottom: 30px;
  color: #888;
  font-size: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  #page-information .post-box .date {
    margin-bottom: 50px;
  }
}
#page-information .post-box .post-ttl {
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.6;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  #page-information .post-box .post-ttl {
    font-size: 25px;
  }
}
#page-information .post-box .post-contents h1 {
  font-size: 20px;
}
@media (min-width: 768px) {
  #page-information .post-box .post-contents h1 {
    font-size: 28px;
  }
}
#page-information .post-box .post-contents h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  #page-information .post-box .post-contents h2 {
    font-size: 25px;
  }
}
#page-information .post-box .post-contents h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  #page-information .post-box .post-contents h3 {
    font-size: 23px;
  }
}
#page-information .post-box .post-contents h4 {
  font-size: 15px;
}
@media (min-width: 768px) {
  #page-information .post-box .post-contents h4 {
    font-size: 20px;
  }
}
#page-information .post-box .post-contents h5 {
  font-size: 14px;
}
@media (min-width: 768px) {
  #page-information .post-box .post-contents h5 {
    font-size: 18px;
  }
}
#page-information .post-box .post-contents h6 {
  font-size: 14px;
}
@media (min-width: 768px) {
  #page-information .post-box .post-contents h6 {
    font-size: 16px;
  }
}
#page-information .post-box .post-contents p {
  font-size: 18px;
}
#page-information .post-box .post-contents p,
#page-information .post-box .post-contents ul,
#page-information .post-box .post-contents ol,
#page-information .post-box .post-contents table,
#page-information .post-box .post-contents img {
  margin-bottom: 20px;
  line-height: 1.8;
}
#page-information .post-box .post-contents img {
  width: auto;
  max-width: 100%;
}
#page-information .post-box .post-contents a {
  color: #009eb1;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #page-information .post-box .post-contents a:hover {
    opacity: 0.8;
  }
}
#page-information .post-box .post-contents ul li {
  position: relative;
  padding-left: 13px;
}
#page-information .post-box .post-contents ul li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
#page-information .post-box .post-contents ol {
  list-style-type: decimal;
}
#page-information .post-box .post-contents table {
  border-collapse: collapse;
}
#page-information .post-box .post-contents table th,
#page-information .post-box .post-contents table td {
  padding: 5px 10px;
  border: 1px solid #bebebe;
}
#page-information .post-box .post-contents .wp-block-buttons {
  margin-bottom: 30px;
}

.side-area {
  width: 100%;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .side-area {
    width: 25%;
    margin-top: 0;
  }
}
.side-area h2 {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .side-area h2 {
    font-size: 20px;
  }
}
.side-area .widget_block + .widget_block {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .side-area .widget_block + .widget_block {
    margin-top: 60px;
  }
}
.side-area ul li {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .side-area ul li {
    font-size: 15px;
  }
}

/*ページネーション*/
.list-pagenation {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .list-pagenation {
    margin-top: 50px;
  }
}
.list-pagenation .list-pagenation-list {
  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;
}
.list-pagenation .list-pagenation-list li {
  margin: 0 5px;
  text-align: center;
  line-height: normal;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #000;
}
.list-pagenation .list-pagenation-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
}
.list-pagenation .list-pagenation-list li.current {
  color: #fff;
  background: #191919;
  padding: 5px 10px;
}
.list-pagenation .prev,
.list-pagenation .next {
  margin: 0 12px;
}

.post-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .post-pagenation {
    margin-top: 50px;
  }
}
.post-pagenation a {
  font-size: 12px;
}
@media (min-width: 768px) {
  .post-pagenation a {
    font-size: 15px;
  }
}

/*-----------------------------------------
Terms
-----------------------------------------*/
#page-terms #entrance .entrance-list {
  margin: 50px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  #page-terms #entrance .entrance-list {
    margin: 50px 0 180px;
  }
}
#page-terms #entrance .entrance-list li {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #page-terms #entrance .entrance-list li {
    width: calc((100% - 50px) / 2);
  }
}
#page-terms #entrance .entrance-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #191919;
}
@media (min-width: 768px) {
  #page-terms #entrance .entrance-list li a {
    padding: 40px;
    font-size: 20px;
  }
}
#page-terms #entrance .entrance-list li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #2a2a2a;
}
#page-terms #entrance .entrance-list li + li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #page-terms #entrance .entrance-list li + li {
    margin-top: 0;
  }
}

#form .ttl1 {
  margin: 40px 0 10px;
  padding: 15px;
  font-size: 18px;
  line-height: 1.6;
  background-color: #e8e7e2;
}
@media (min-width: 768px) {
  #form .ttl1 {
    margin: 80px 0 20px;
    padding: 15px 25px;
    font-size: 25px;
  }
}
#form .ttl1 span {
  display: block;
  font-size: 12px;
}
@media (min-width: 768px) {
  #form .ttl1 span {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
  }
}
#form .ttl2 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #form .ttl2 {
    font-size: 22px;
  }
}
#form .item {
  padding: 20px 0;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #form .item {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  #form table {
    margin-top: 30px;
  }
}
#form table th,
#form table td {
  display: block;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #form table th,
  #form table td {
    display: table-cell;
  }
}
#form table th {
  width: 100%;
  padding: 20px 0 5px;
  font-size: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  #form table th {
    padding: 20px 0;
    width: 300px;
    font-size: 18px;
  }
}
#form table td {
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #form table td {
    padding: 20px 0;
    width: calc(100% - 300px);
    border-bottom: none;
  }
}
#form .my-checkbox {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
}
#form .checkbox-wrap {
  margin-top: 20px;
}
#form .checkbox-wrap ul {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-top: 10px;
  margin-left: 25px;
}
#form .consent-txt {
  margin: 40px 0 30px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #form .consent-txt {
    margin: 80px 0 30px;
  }
}
#form .contact-box {
  margin-top: 60px;
  padding: 30px 15px;
  text-align: center;
  line-height: 1.6;
  border: 1px solid #000;
}
@media (min-width: 768px) {
  #form .contact-box {
    margin-top: 120px;
    padding: 50px;
  }
}
#form .contact-box .tel,
#form .contact-box .line {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #form .contact-box .tel,
  #form .contact-box .line {
    margin-top: 40px;
  }
}
#form .contact-box .tel a {
  font-size: 25px;
}
@media (min-width: 768px) {
  #form .contact-box .tel a {
    font-size: 30px;
  }
}
#form .contact-box .line p {
  color: #06c755;
}

.grecaptcha-badge {
  bottom: 80px !important;
  z-index: 999;
}

/*-----------------------------------------
404
-----------------------------------------*/
#page-404 {
  margin-top: 100px;
}
@media (min-width: 576px) {
  #page-404 {
    margin-top: 150px;
  }
}
#page-404 .page-ttl-404 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 576px) {
  #page-404 .page-ttl-404 {
    font-size: 38px;
  }
}
#page-404 .ttl {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 576px) {
  #page-404 .ttl {
    font-size: 25px;
  }
}
#page-404 p {
  margin-top: 20px;
  text-align: center;
}
#page-404 .btn-default {
  margin-top: 50px;
}

/*-----------------------------------------
form
-----------------------------------------*/
label {
  vertical-align: middle;
}

select {
  cursor: pointer;
}

/*iOS対策*/
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none !important;
  border-radius: 0;
}

input,
select,
textarea {
  font-size: 16px;
  /*フォームのフォーカスOFF*/
  vertical-align: middle;
  line-height: normal;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus {
  border-color: none !important;
}

input[type=date]::-webkit-date-and-time-value,
input[type=date] {
  appearance: none; /* ブラウザのデフォルトスタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  line-height: normal;
}

input[type=date]::-webkit-date-and-time-value {
  padding-top: 10px;
}

/*ios対策ここまで*/
input,
select,
textarea {
  background-color: #f3f3f3;
}

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=date],
select,
textarea,
.field {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 48px;
  line-height: 1.6;
  padding: 0 15px;
  font-size: 16px;
  color: #212121;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

input[type=tel] {
  width: 100%;
}
@media (min-width: 768px) {
  input[type=tel] {
    width: 45%;
  }
}

input[type=date] {
  width: 200px;
}

input[type=radio] {
  margin: 14px 5px 10px 15px;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + .my-radio::after {
  opacity: 1;
}

textarea {
  width: 100%;
  height: 210px;
  padding: 15px;
}

textarea:focus {
  outline: none;
}

.select-box {
  background: url("../img/arrow-b.svg") no-repeat right 8px center/8px 5px;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

.my-radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.my-radio::before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #191919;
  border-radius: 50%;
}

.my-radio::after {
  position: absolute;
  top: 50%;
  left: 8px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  opacity: 0;
  background: #191919;
  border-radius: 50%;
}

.my-selrct-box {
  display: inline-block;
  position: relative;
  width: auto;
}
.my-selrct-box .year {
  width: 100px;
}
.my-selrct-box .month {
  width: 80px;
}
.my-selrct-box .day {
  width: 80px;
}

.unit-txt {
  margin: 0 15px 0 10px;
}

.my-selrct-box::before {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -5px;
}

.my-checkbox {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin-right: 15px;
  line-height: 1.7;
}
.my-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
}
.my-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.checkbox-item .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.checkbox-item .wpcf7-list-item input[type=checkbox] {
  margin-right: 10px;
  scale: 1.2;
}

.wpcf7-spinner {
  margin: 10px auto;
  display: block;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  margin: 1em 0.5em 1em;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900;
  margin: 1em 0.5em 1em;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
}