@charset "UTF-8";
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

br {
  letter-spacing: 0;
}

body {
  text-align: justify;
  line-height: 1.5;
}

p, th, td {
  text-align: justify;
  line-height: 1.5;
}

body, h1, h2, h3, p {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  color: #30231E;
}

.bold {
  font-weight: bold;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.sp {
  display: none;
}

.delay1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.delay5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.delay6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*
@mixin fz($size: 16) {
  font-size: $size + px;
  font-size: calc($size / 10) + rem;
}*/
.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 157px 24px 23px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: #F8F6EF;
}

.header__logo {
  width: 425px;
}
.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-item {
  border-left: solid 1px #000;
  width: 189px;
}
.header__menu-item a {
  color: #30231E;
  display: block;
  text-align: center;
  font-weight: bold;
}
.header__menu-item a:hover {
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.header__menu-item a:hover p {
  color: #47A448;
}
.header__menu-item a:hover img {
  -webkit-animation-name: fluffy1;
          animation-name: fluffy1;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.header__menu-item a img {
  display: inline-block;
}
.header__menu-item a p {
  text-align: center;
  font-size: 0.875rem;
}

/* サイドメニュー */
.sidemenu {
  position: fixed;
  top: 16px;
  right: 0;
  z-index: 999;
}
.sidemenu a {
  width: 93px;
  display: block;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
}
.sidemenu a p {
  text-align: center;
  padding: 52px 0 15px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
}
.sidemenu a.sidemenu__yoyaku p {
  padding: 77px 0 36px;
}
.sidemenu__Instagram {
  border: 2px solid #47A448;
  background: url(../images/Instagram.png) #47A448 no-repeat top 18px center;
  margin-bottom: 56px;
}
.sidemenu__Instagram:hover {
  background: url(../images/Instagram_2.png) #fff no-repeat top 18px center;
}
.sidemenu__Instagram:hover p {
  color: #47A448;
}
.sidemenu__yoyaku {
  border: 2px solid #EF756B;
  background: url(../images/yoyaku.png) #EF756B no-repeat top 38px center;
  margin-bottom: 30px;
}
.sidemenu__yoyaku:hover {
  background: url(../images/yoyaku_2.png) #fff no-repeat top 38px center;
}
.sidemenu__yoyaku:hover p {
  color: #EF756B;
}
.sidemenu__contact {
  border: 2px solid #FFC16C;
  background: url(../images/contact.png) #FFC16C no-repeat top 21px center;
}
.sidemenu__contact:hover {
  background: url(../images/contact_2.png) #fff no-repeat top 21px center;
}
.sidemenu__contact:hover p {
  color: #FFC16C;
}

.sp-navarea {
  display: none;
}

@media print {
  .header {
    display: none;
  }
  .sidemenu {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  /*1440-----------------------------*/
  .header {
    padding: 16px 120px 16px 18px;
  }
  .header__logo {
    width: 300px;
  }
  .header__menu-item {
    width: 120px;
  }
  .header__menu-item a img {
    width: 40px;
  }
  .header__menu-item a p {
    font-size: 0.8125rem;
  }
  /* サイドメニュー */
  .sidemenu a {
    width: 70px;
  }
  .sidemenu a p {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 1280px) {
  /*1280-----------------------------*/
  .header {
    padding: 14px 110px 14px 16px;
  }
  .header__logo {
    width: 250px;
  }
  .header__menu-item {
    width: 100px;
  }
  .header__menu-item a img {
    width: 30px;
  }
  .header__menu-item a p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 960px) {
  /*960-----------------------------*/
  .header {
    display: none;
  }
  .header .sidemenu {
    display: none;
  }
  /*スマホメニュー-----------------*/
  .sp-navarea {
    display: block;
    padding: 20px 2.5%;
    background-color: #F8F6EF;
  }
  .sp-navarea.open .sp-navarea-bg {
    right: 0;
    opacity: 1;
  }
  .sp-navarea-bg {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    padding: 20px 5%;
    background: #F8F6EF;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
    opacity: 0;
  }
  .sp-navarea-bg .header__logo {
    margin-bottom: 50px;
  }
  .toggle-bg {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #30231E;
    cursor: pointer;
    z-index: 9999;
  }
  .toggle-btn {
    cursor: pointer;
    display: block;
  }
  .toggle-btn span {
    display: block;
    position: absolute;
    left: 10px;
    width: 24px;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .toggle-btn span:nth-child(1) {
    top: 12px;
  }
  .toggle-btn span:nth-child(2) {
    top: 21px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 12px;
  }
  .open .toggle-btn span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle-btn span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
  .mask {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .open .mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(57, 127, 73, 0.5);
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
  .header__logo {
    width: 240px;
  }
  .header__menu-list {
    display: block;
    border-top: solid 1px #30231E;
    margin-bottom: 33px;
  }
  .header__menu-item {
    border-left: none;
    width: 100%;
    border-bottom: solid 1px #30231E;
    padding: 13px 20px;
  }
  .header__menu-item a {
    color: #30231E;
    display: block;
    text-align: left;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu-item a img {
    display: inline-block;
    margin-right: 20px;
  }
  /* SPサイドメニュー */
  .sp-sidemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp-sidemenu a {
    width: 30%;
    display: block;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 0;
  }
  .sp-sidemenu a p {
    text-align: center;
    padding: 64px 0 20px;
    font-size: 0.6875rem;
    font-weight: bold;
    color: #fff;
  }
  .sp-sidemenu__yoyaku {
    border: none;
    background: url(../images/yoyaku.png) #EF756B no-repeat top 22px center;
  }
  .sp-sidemenu__contact {
    border: none;
    background: url(../images/contact.png) #FFC16C no-repeat top 28px center;
  }
  .sp-sidemenu__Instagram {
    border: none;
    background: url(../images/Instagram.png) #47A448 no-repeat top 24px center;
  }
}
h1,
h2,
h3 {
  font-weight: bold;
  text-align: center;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.375rem;
}

.page__header {
  margin-top: 125px;
  margin-bottom: 60px;
  padding: 115px 0 78px;
  background: url(../images/phead.png) no-repeat top center/100%;
}

.page__icon {
  display: block;
  margin: 0 auto 27px;
}

.page__title {
  font-size: 1.875rem;
  color: #30231E;
}

/* 共通タイトル*/
.common__titlebg {
  font-size: 1.875rem;
}
.common__titlebg img {
  margin: 0 49px -10px;
}

@media print {
  .page__header {
    margin-top: 0;
  }
}
@media screen and (max-width: 1440px) {
  .page__header {
    margin-top: 88px;
  }
}
@media screen and (max-width: 1280px) {
  .page__header {
    margin-top: 74px;
    padding: 90px 0 55px;
  }
  .common__titlebg {
    font-size: 1.625rem;
  }
  .common__titlebg img {
    margin: 0 30px -10px;
    width: 24px;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  .page__header {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 60px 0 40px;
  }
  .page__title {
    font-size: 1.5rem;
  }
  .common__titlebg {
    font-size: 1.25rem;
  }
  .common__titlebg img {
    margin: 0 25px -10px;
    width: 20px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.125rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 0.875rem;
  }
  .page__header {
    margin-bottom: 20px;
    padding: 42px 0 30px;
    background: url(../images/phead-sp.png) no-repeat top center/780px;
  }
  .page__icon {
    margin: 0 auto 18px;
    width: 40px;
    height: auto;
  }
  .page__title {
    font-size: 1.125rem;
  }
  .common__titlebg {
    font-size: 1.125rem;
  }
  .common__titlebg img {
    margin: 0 25px -10px;
    width: 20px;
    height: auto;
  }
}
.slide-arrow {
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.prev-arrow {
  left: 0;
  z-index: 10;
}

.next-arrow {
  right: 0;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #FFC16C;
  border: 0;
  color: #000;
  padding: 0;
  display: block;
}

/*緑のボタン*/
.button {
  max-width: 300px;
  width: 62%;
  margin: auto;
  border: 2px solid #47A448;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 1em 0;
  font-size: 1rem;
  font-weight: bold;
  background: url(../images/link.png) #47A448 no-repeat right 15px center;
}
.button:hover {
  background: url(../images/link_2.png) #fff no-repeat right 15px center;
  color: #47A448;
  text-decoration: none;
}

input[type=submit] {
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 0.75rem;
  }
}
#page_top {
  position: fixed;
  right: 5%;
  z-index: 9998;
  display: block;
}
#page_top img {
  display: block;
}
#page_top:hover {
  opacity: 1;
  cursor: pointer;
}

.footer {
  background-color: #F8F6EF;
  padding: 45px 0 20px;
}
.footer p {
  text-align: center;
}

.footer__menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.footer__menulist-item {
  border-right: solid 1px #000;
  padding: 0.3em 70px;
}
.footer__menulist-item a {
  font-size: 0.875rem;
  color: #000;
  font-weight: bold;
}
.footer__menulist-item a:hover {
  color: #47A448;
}
.footer__menulist-item:first-child {
  border-left: solid 1px #000;
}

.footer__logo {
  margin-bottom: 37px;
}
.footer__logo img {
  width: 425px;
  height: auto;
}

.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 645px;
  width: 90%;
  margin: 0 auto 25px;
}
.footer__button a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  line-height: 3;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  display: block;
  width: 48%;
}
.footer__button a.red_button {
  border: 2px solid #EF756B;
  background: url(../images/yoyaku.png) #EF756B no-repeat right 15px center;
}
.footer__button a.red_button:hover {
  color: #EF756B;
  background: url(../images/yoyaku_2.png) #fff no-repeat right 15px center;
}
.footer__button a.orange_button {
  border: 2px solid #FFC16C;
  background: url(../images/contact.png) #FFC16C no-repeat right 15px center;
}
.footer__button a.orange_button:hover {
  color: #FFC16C;
  background: url(../images/contact_2.png) #fff no-repeat right 15px center;
}

.footer__policy {
  font-size: 1rem;
  margin-bottom: 110px;
}
.footer__policy a {
  color: #000;
  text-decoration: underline;
}
.footer__policy a:hover {
  color: #47A448;
}

.footer__copy {
  font-size: 0.875rem;
}

@media print {
  .footer {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  /*1280-------------------------------*/
  .footer__menulist {
    margin-bottom: 75px;
  }
  .footer__menulist-item {
    padding: 0.2em 40px;
  }
  .footer__menulist-item a {
    font-size: 0.8125rem;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__logo img {
    width: 280px;
    height: auto;
  }
  .footer__policy {
    font-size: 0.875rem;
    margin-bottom: 75px;
  }
  .footer__copy {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 960px) {
  /*960----------------------------*/
  #page_top {
    right: 5px;
  }
  #page_top img {
    width: 35px;
    height: auto;
  }
  .footer {
    padding: 20px 0 10px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__logo img {
    width: 210px;
  }
  .footer__policy {
    font-size: 0.8125rem;
    margin-bottom: 50px;
  }
  .footer__copy {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__menulist {
    margin-bottom: 50px;
  }
  .footer__menulist-item {
    padding: 0.2em 20px;
  }
  .footer__policy {
    font-size: 0.75rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 30px 0 10px;
  }
  .footer__menulist {
    display: block;
    border-top: solid 1px #30231E;
    width: 190px;
    margin: 0 auto 30px;
  }
  .footer__menulist-item {
    padding: 0.5em 0;
    border-right: none;
    border-bottom: solid 1px #30231E;
    text-align: center;
  }
  .footer__menulist-item:first-child {
    border-left: none;
  }
  .footer__logo {
    margin-bottom: 25px;
  }
  .footer__button {
    display: block;
    width: 293px;
    margin: 0 auto 30px;
  }
  .footer__button a {
    width: 100%;
    font-size: 0.875rem;
    margin: 0 auto 15px;
  }
  .footer__policy {
    margin-bottom: 25px;
  }
  .footer__copy {
    font-size: 0.625rem;
  }
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  opacity: 0;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

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

@keyframes rote {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@-webkit-keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fluffy2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fluffy2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomInFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*メインビジュアル------------*/
.top__mainvisual {
  padding-top: 125px;
  position: relative;
}
.top__mainvisual-yama {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
}
.top__mainvisual-yama2 {
  width: 100%;
  height: auto;
}
.top__mainvisual-slide {
  z-index: -1;
  width: 100%;
  height: 750px;
}
.top__mainvisual-catch {
  position: absolute;
  bottom: 50px;
  left: 5%;
}
.top__mainvisual-text {
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.1;
}
.top__mainvisual-text .bgLRextend {
  background-color: #47A448;
  padding: 5px 10px;
  position: relative;
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  overflow: hidden;
}
.top__mainvisual-text .bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #47A448;
}
@-webkit-keyframes bgextendAnimeBase {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.top__mainvisual-title {
  background-color: #fff;
  padding: 20px;
}
.top__mainvisual-title img {
  max-width: 467px;
  height: auto;
  display: block;
}

/* ご利用案内------------*/
.top__beginner {
  padding-top: 15px;
  margin-bottom: 200px;
  position: relative;
}
.top__beginner-logo {
  text-align: center;
  margin-bottom: 55px;
}
.top__beginner-title {
  font-size: 2.0625rem;
  margin-bottom: 50px;
}
.top__beginner-text {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 50px;
}
.top__beginner-illust1 {
  position: absolute;
  top: 50%;
  left: 13%;
  width: 15.26%;
  height: auto;
  display: block;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top__beginner-illust1-1 {
  position: absolute;
  top: 65%;
  left: 13%;
  width: 15.26%;
  height: auto;
  display: block;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: rote 3s linear infinite;
          animation: rote 3s linear infinite;
}
.top__beginner-illust2 {
  position: absolute;
  top: 25%;
  right: 8%;
  width: 23.54%;
  height: auto;
  display: block;
  z-index: -1;
  -webkit-animation: fluffy2 3s ease infinite;
          animation: fluffy2 3s ease infinite;
}
.top__beginner-illust2-1 {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 23.54%;
  height: auto;
  display: block;
  z-index: -1;
}

/* お知らせ------------*/
.top__instagram {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 200px;
  background: url(../images/top_insta.png) no-repeat left 0 top;
}
.top__instagram-title {
  margin-bottom: 75px;
}
.top__instagram iframe {
  margin-bottom: 50px;
}

/* 天気予報------------*/
.top__weather {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 200px;
  background: url(../images/top_tenki.png) no-repeat right 0 top;
}
.top__weather-title {
  margin-bottom: 75px;
}
.top__weather-widget {
  padding: 0 150px;
  width: 100%;
}

/* 高ノ峰プラトーってどんなところ------------*/
.top__point {
  padding: 140px 0 160px;
  background: url(../images/top_point_bg.svg) no-repeat bottom center/cover;
}
.top__point-title {
  font-size: 2.8125rem;
  margin-bottom: 132px;
  color: #fff;
}
.top__point-list {
  max-width: 1200px;
  width: 85%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top__point-list-item {
  width: 28%;
  position: relative;
  padding-top: 60px;
}
.top__point-icon {
  position: absolute;
  top: 0;
  left: -15px;
}
.top__point-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}
.top__point-subtitle {
  font-size: 1.4375rem;
  text-align: center;
  margin-bottom: 1em;
}
.top__point-text {
  font-size: 1rem;
}

/* キャンプ場サイト紹介------------*/
.top__sight {
  background: url(../images/kusa.png) #f1f7ec repeat-x bottom center/75%;
  padding: 200px 0;
}
.top__sight-icon {
  text-align: center;
}
.top__sight-title {
  font-size: 2.0625rem;
  margin-bottom: 100px;
}
.top__sight-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
  max-width: 965px;
  margin: 0 auto 60px;
}
.top__sight-list-item {
  width: 45%;
  margin-bottom: 90px;
}
.top__sight-slide {
  margin-bottom: 20px;
}
.top__sight-slide img {
  border-radius: 20px;
}
.top__sight-subtitle {
  background-color: #47A448;
  color: #fff;
  font-size: 1.4375rem;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 0.3em 0;
}
.top__sight-text {
  font-size: 1.125rem;
}
.top__sight-button {
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.5625rem;
  max-width: 480px;
  width: 75%;
  padding: 1.6em 0;
  display: block;
  margin: 0 auto;
  border: solid 2px #EF756B;
  background: url(../images/link.png) #EF756B no-repeat right 10% center;
}
.top__sight-button:hover {
  text-decoration: none;
  color: #EF756B;
  border: solid 2px #EF756B;
  background: url(../images/link_red.png) #fff no-repeat right 10% center;
}

/* マップ------------*/
.top__map {
  padding-top: 170px;
  margin-bottom: 200px;
}
.top__map-base {
  width: 90%;
  max-width: 1478px;
  margin: 0 auto 60px;
  position: relative;
}
.top__map-area {
  width: 100%;
  height: auto;
  position: relative;
}
.top__map-img {
  width: 100%;
  height: auto;
  display: block;
}
.top__map-icon {
  display: block;
  position: absolute;
  width: 4.0595%;
  height: auto;
  cursor: pointer;
  z-index: 777;
}
.top__map-icon.no1 {
  top: calc(805% / 14.78);
  left: calc(365% / 14.78);
}
.top__map-icon.no2 {
  top: calc(697% / 14.78);
  left: calc(524% / 14.78);
}
.top__map-icon.no3 {
  top: calc(587% / 14.78);
  left: calc(231% / 14.78);
}
.top__map-icon.no4 {
  top: calc(573% / 14.78);
  left: calc(593% / 14.78);
}
.top__map-icon.no5 {
  top: calc(678% / 14.78);
  left: calc(654% / 14.78);
}
.top__map-icon.no6 {
  top: calc(409% / 14.78);
  left: calc(773% / 14.78);
}
.top__map-icon.no7 {
  top: calc(699% / 14.78);
  left: calc(816% / 14.78);
}
.top__map-icon.no8 {
  top: calc(624% / 14.78);
  left: calc(1190% / 14.78);
}
.top__map-icon.no9 {
  top: calc(762% / 14.78);
  left: calc(1152% / 14.78);
}
.top__map-icon.no10 {
  top: calc(896% / 14.78);
  left: calc(1345% / 14.78);
}
.top__map-modallist-item {
  display: none;
}
.top__map-modallist-item.active {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top__map-modal {
  width: 328px;
  position: absolute;
  z-index: 888;
}
.top__map-modal.no1 {
  top: calc(671% / 14.78);
  left: calc(422% / 14.78);
}
.top__map-modal.no2 {
  top: calc(547% / 14.78);
  left: calc(581% / 14.78);
}
.top__map-modal.no3 {
  top: calc(437% / 14.78);
  left: calc(288% / 14.78);
}
.top__map-modal.no4 {
  top: calc(423% / 14.78);
  left: calc(650% / 14.78);
}
.top__map-modal.no5 {
  top: calc(504% / 14.78);
  left: calc(720% / 14.78);
}
.top__map-modal.no6 {
  top: calc(260% / 14.78);
  left: calc(829% / 14.78);
}
.top__map-modal.no7 {
  top: calc(547% / 14.78);
  left: calc(872% / 14.78);
}
.top__map-modal.no8 {
  top: calc(474% / 14.78);
  right: calc(289% / 14.78);
}
.top__map-modal.no9 {
  top: calc(621% / 14.78);
  right: calc(327% / 14.78);
}
.top__map-modal.no10 {
  top: calc(746% / 14.78);
  right: calc(139% / 14.78);
}
.top__map-modal-img {
  display: block;
  width: 90%;
  margin: auto;
}
.top__map-modal-bg {
  background-color: #F8F6EF;
  border-radius: 20px;
  padding: 20px 38px;
}
.top__map-modal-photo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 15px;
}
.top__map-modal-title {
  font-size: 1.25rem;
  color: #47A448;
  margin-bottom: 0.5em;
  text-align: left;
}
.top__map-modal-text {
  font-size: 0.9375rem;
}
.top__map-text {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1em;
}
.top__map-button {
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.5625rem;
  max-width: 494px;
  width: 75%;
  padding: 1.6em 0;
  display: block;
  margin: 0 auto;
  background: url(../images/pdf_icon.png) #47A448 no-repeat left 10% bottom -40px;
}
.top__map-button:hover {
  opacity: 0.8;
  text-decoration: none;
  background: url(../images/pdf_icon.png) #47A448 no-repeat left 10% bottom -30px;
}

/* アクセス------------*/
.top__access {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 200px;
}
.top__access-title {
  margin-bottom: 70px;
}
.top__access iframe {
  margin-bottom: 10px;
  width: 100%;
}
.top__access-add {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 60px;
}
.top__access-traffic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top__access-traffic-box {
  width: 44.75%;
}
.top__access-traffic-subtitle {
  font-size: 1.5625rem;
  margin-bottom: 20px;
}
.top__access-traffic-list {
  list-style: disc;
  list-style-position: inside;
  padding: 1em 30%;
  background-color: #F8F6EF;
  border-radius: 15px;
  margin-bottom: 3px;
}
.top__access-traffic-list li {
  font-size: 1.125rem;
  font-weight: bold;
}
.top__access-traffic-text {
  padding: 1em 0;
  text-align: center;
  font-weight: bold;
  background-color: #F8F6EF;
  border-radius: 15px;
}
.top__access-traffic-arrow {
  display: block;
  margin: auto;
}

/* 基本情報-------------*/
.top__info {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 200px;
}
.top__info-title {
  margin-bottom: 70px;
}
.top__info-table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}
.top__info-table th,
.top__info-table td {
  padding: 1em 1em;
}
.top__info-table th {
  color: #fff;
  background-color: #2E241F;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: bold;
}
.top__info-table td {
  background-color: #F8F6EF;
  font-size: 1.0625rem;
}
.top__info-table td a {
  color: #30231E;
  text-decoration: underline;
}
.top__info-table td a:hover {
  color: #47A448;
}

/* フッターの前のボックス--------------*/
.top__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__link a {
  display: block;
  width: 50%;
  color: #fff;
  text-align: center;
  padding: 70px 0;
  font-size: 2.125rem;
  font-weight: bold;
}
.top__link-yoyaku {
  background: url(../images/link_3.png) no-repeat right 60px center, url(../images/yoyaku_bg.png) #EF756B no-repeat bottom 30px left 50px;
}
.top__link-yoyaku:hover {
  background: url(../images/link_3.png) no-repeat right 60px center, url(../images/yoyaku_bg.png) #EF756B no-repeat bottom 50px left 50px;
  opacity: 0.8;
  text-decoration: none;
}
.top__link-ryokin {
  background: url(../images/link_3.png) no-repeat right 60px center, url(../images/ryoukin.png) #47A448 no-repeat bottom -30px left 50px;
}
.top__link-ryokin:hover {
  background: url(../images/link_3.png) no-repeat right 60px center, url(../images/ryoukin.png) #47A448 no-repeat bottom -10px left 50px;
  opacity: 0.8;
  text-decoration: none;
}
.top__link-question {
  background: url(../images/link_3.png) no-repeat right 60px center, url(../images/question.png) #5EA2C6 no-repeat bottom -11px left 50px;
}
.top__link-question:hover {
  background: url(../images/link_3.png) no-repeat right 60px center, url(../images/question.png) #5EA2C6 no-repeat bottom 9px left 50px;
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 1440px) {
  /*1440-----------------------------*/
  .top__mainvisual {
    padding-top: 88px;
  }
  .top__mainvisual-slide {
    height: 580px;
  }
  .top__mainvisual-catch {
    bottom: 50px;
  }
  .top__beginner-illust1 {
    left: 8%;
  }
  .top__beginner-illust1-1 {
    left: 8%;
  }
  .top__beginner-illust2 {
    right: 5%;
  }
  .top__beginner-illust2-1 {
    right: 5%;
  }
  .top__link a {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1280px) {
  /*1280-----------------------------*/
  .top__mainvisual {
    padding-top: 74px;
  }
  .top__mainvisual-slide {
    height: 500px;
  }
  .top__mainvisual-catch {
    bottom: 50px;
  }
  .top__mainvisual-text {
    font-size: 1.375rem;
  }
  .top__mainvisual-title {
    padding: 15px;
  }
  .top__mainvisual-title img {
    max-width: 390px;
  }
  /* ご利用案内------------*/
  .top__beginner {
    margin-bottom: 150px;
  }
  .top__beginner-logo {
    margin-bottom: 45px;
  }
  .top__beginner-title {
    font-size: 1.625rem;
    margin-bottom: 35px;
  }
  .top__beginner-text {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  /* 天気予報------------*/
  .top__weather {
    margin: 0 auto 150px;
  }
  .top__weather-title {
    font-size: 1.625rem;
    margin-bottom: 75px;
  }
  .top__weather-widget {
    padding: 0 15%;
  }
  /* 高ノ峰プラトーってどんなところ------------*/
  .top__point-title {
    font-size: 2.25rem;
  }
  .top__point-subtitle {
    font-size: 1.25rem;
  }
  .top__point-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .top__mainvisual {
    padding-top: 0;
  }
  .top__mainvisual-slide {
    height: 420px;
  }
  .top__mainvisual-catch {
    bottom: 0;
    left: 2.5%;
  }
  .top__mainvisual-text {
    font-size: 1.125rem;
  }
  .top__mainvisual-text .bgLRextend {
    padding: 3px 8px;
  }
  .top__mainvisual-title {
    padding: 10px;
  }
  .top__mainvisual-title img {
    max-width: 196px;
  }
  /* ご利用案内------------*/
  .top__beginner {
    margin-bottom: 100px;
  }
  .top__beginner-logo {
    margin-bottom: 27px;
  }
  .top__beginner-logo img {
    width: 100px;
    height: auto;
  }
  .top__beginner-title {
    font-size: 1.25rem;
    margin-bottom: 27px;
  }
  .top__beginner-text {
    font-size: 0.8125rem;
    margin-bottom: 27px;
  }
  .top__beginner-illust1 {
    left: 3%;
  }
  .top__beginner-illust1-1 {
    left: 3%;
  }
  .top__beginner-illust2 {
    right: 0;
  }
  .top__beginner-illust2-1 {
    right: 0;
  }
  /* お知らせ------------*/
  .top__instagram {
    margin: 0 auto 100px;
    background: url(../images/top_insta.png) no-repeat left 5px top 15px/90px;
  }
  .top__instagram-title {
    font-size: 1.25rem;
    margin-bottom: 50px;
  }
  /* 天気予報------------*/
  .top__weather {
    margin: 0 auto 100px;
    background: url(../images/top_tenki.png) no-repeat right 0 top/156px;
  }
  .top__weather-title {
    font-size: 1.25rem;
    margin-bottom: 50px;
  }
  .top__weather-widget {
    padding: 0 10%;
  }
  /* 高ノ峰プラトーってどんなところ------------*/
  .top__point {
    padding: 90px 0 100px;
  }
  .top__point-title {
    font-size: 1.75rem;
    margin-bottom: 50px;
    width: 95%;
  }
  .top__point-list-item {
    width: 31%;
    padding-top: 35px;
  }
  .top__point-icon {
    left: -10px;
    width: 115px;
    height: auto;
  }
  .top__point-img {
    margin-bottom: 15px;
  }
  .top__point-subtitle {
    font-size: 1.0625rem;
  }
  .top__point-text {
    font-size: 0.875rem;
  }
  /* キャンプ場サイト紹介------------*/
  .top__sight {
    padding: 125px 0;
  }
  .top__sight-list {
    margin: 0 auto 40px;
    width: 95%;
  }
  .top__sight-list-item {
    margin-bottom: 60px;
  }
  .top__sight-title {
    font-size: 1.625rem;
    margin-bottom: 75px;
  }
  .top__sight-subtitle {
    font-size: 1.125rem;
  }
  .top__sight-text {
    font-size: 1rem;
  }
  .top__sight-button {
    font-size: 1rem;
  }
  /* マップ------------*/
  .top__map {
    padding-top: 75px;
    margin-bottom: 100px;
  }
  .top__map-base {
    width: 100%;
  }
  .top__map-text {
    font-size: 0.75rem;
  }
  .top__map-button {
    font-size: 0.875rem;
    padding: 1.6em 0;
    background: url(../images/pdf_icon.png) #47A448 no-repeat left 10% bottom -20px/23%;
  }
  .top__map-modallist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    margin: auto;
  }
  .top__map-modallist-item {
    display: block;
    width: 48%;
  }
  .top__map-modal {
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
  }
  .top__map-modal.no1, .top__map-modal.no2, .top__map-modal.no3, .top__map-modal.no4, .top__map-modal.no5, .top__map-modal.no6, .top__map-modal.no7, .top__map-modal.no8, .top__map-modal.no9, .top__map-modal.no10 {
    top: 0;
    left: 0;
  }
  .top__map-modal-img {
    width: 54%;
  }
  .top__map-modal-bg {
    border-radius: 15px;
    padding: 20px;
  }
  .top__map-modal-photo {
    margin-bottom: 10px;
  }
  .top__map-modal-title {
    font-size: 1rem;
  }
  .top__map-modal-text {
    font-size: 0.8125rem;
  }
  /* アクセス------------*/
  .top__access {
    width: 95%;
    margin: 0 auto 100px;
  }
  .top__access-title {
    margin-bottom: 35px;
  }
  .top__access iframe {
    height: 298px;
  }
  .top__access-add {
    font-size: 0.75rem;
    margin-bottom: 30px;
  }
  .top__access-traffic {
    display: block;
  }
  .top__access-traffic-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .top__access-traffic-subtitle {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .top__access-traffic-list {
    padding: 1em 0 1em 20%;
  }
  .top__access-traffic-list li {
    font-size: 0.875rem;
  }
  .top__access-traffic-text {
    font-size: 0.875rem;
  }
  .top__info {
    width: 95%;
    margin: 0 auto 100px;
  }
  .top__info-title {
    margin-bottom: 35px;
  }
  .top__info-table {
    border-spacing: 5px;
  }
  .top__info-table th,
  .top__info-table td {
    display: block;
    width: 100%;
  }
  .top__info-table th {
    font-size: 0.875rem;
  }
  .top__info-table td {
    font-size: 0.8125rem;
  }
  /* フッターの前のボックス--------------*/
  .top__link {
    display: block;
  }
  .top__link a {
    width: 100%;
    padding: 35px 0;
    font-size: 0.9375rem;
  }
  .top__link-yoyaku {
    background: url(../images/link_3.png) no-repeat right 10% center/9px, url(../images/yoyaku_bg.png) #EF756B no-repeat center left 30px/75px;
  }
  .top__link-yoyaku:hover {
    background: url(../images/link_3.png) no-repeat right 10% center/9px, url(../images/yoyaku_bg.png) #EF756B no-repeat center left 30px/75px;
  }
  .top__link-ryokin {
    background: url(../images/link_3.png) no-repeat right 10% center/9px, url(../images/ryoukin.png) #47A448 no-repeat bottom -17px left 20px/100px;
  }
  .top__link-ryokin:hover {
    background: url(../images/link_3.png) no-repeat right 10% center/9px, url(../images/ryoukin.png) #47A448 no-repeat bottom -17px left 20px/100px;
  }
  .top__link-question {
    background: url(../images/link_3.png) no-repeat right 10% center/9px, url(../images/question.png) #5EA2C6 no-repeat bottom -3px left 20px/100px;
  }
  .top__link-question:hover {
    background: url(../images/link_3.png) no-repeat right 10% center/9px, url(../images/question.png) #5EA2C6 no-repeat bottom -3px left 20px/100px;
  }
}
@media screen and (max-width: 768px) {
  .top__mainvisual-catch {
    bottom: 30px;
    left: 2.5%;
  }
  .top__mainvisual-text {
    font-size: 1rem;
  }
  .top__mainvisual-text .bgLRextend {
    padding: 2px 6px;
  }
  /* ご利用案内------------*/
  .top__beginner {
    margin-bottom: 50px;
  }
  .top__beginner-title {
    margin-bottom: 20px;
  }
  .top__beginner-text {
    margin-bottom: 210px;
  }
  .top__beginner-illust1 {
    top: auto;
    bottom: 68px;
    left: 5%;
    width: 34.66%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .top__beginner-illust1-1 {
    top: auto;
    bottom: 50px;
    left: 5%;
    width: 34.66%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .top__beginner-illust2 {
    top: auto;
    bottom: 50px;
    right: 5%;
    width: 50.66%;
  }
  .top__beginner-illust2-1 {
    top: auto;
    bottom: 50px;
    right: 5%;
    width: 50.66%;
  }
  .top__instagram {
    margin: 0 auto 50px;
    background: url(../images/top_insta.png) no-repeat left 5px top 5px/80px;
  }
  .top__instagram-title {
    margin-bottom: 30px;
  }
  .top__instagram iframe {
    margin-bottom: 20px;
  }
  /* 天気予報------------*/
  .top__weather {
    margin: 0 auto 50px;
    background: url(../images/top_tenki.png) no-repeat center top 60px/156px;
  }
  .top__weather-title {
    margin-bottom: 100px;
  }
  .top__weather-widget {
    padding: 0 2.5%;
  }
  /* 高ノ峰プラトーってどんなところ------------*/
  .top__point {
    padding: 90px 0 100px;
    background: url(../images/top_point_bg-sp1.svg) no-repeat top center/100%, url(../images/top_point_bg-sp2.svg) #afd7eb no-repeat bottom center/100%;
  }
  .top__point-title {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
  .top__point-list {
    display: block;
  }
  .top__point-list-item {
    width: 80%;
    max-width: 360px;
    padding-top: 25px;
    margin: 0 auto 40px;
  }
  .top__point-icon {
    width: 100px;
  }
  .top__point-img {
    margin-bottom: 15px;
  }
  .top__point-subtitle {
    font-size: 1.125rem;
  }
  .top__point-text {
    font-size: 0.875rem;
  }
  /* キャンプ場サイト紹介------------*/
  .top__sight {
    background: url(../images/kusa.png) #f1f7ec repeat-x bottom center/150%;
    padding: 75px 0;
  }
  .top__sight-icon {
    text-align: center;
  }
  .top__sight-title {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .top__sight-list {
    display: block;
    margin: 0 auto 45px;
  }
  .top__sight-list-item {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 45px;
  }
  .top__sight-slide {
    margin-bottom: 15px;
  }
  .top__sight-slide img {
    border-radius: 15px;
  }
  .top__sight-subtitle {
    color: #fff;
    font-size: 1rem;
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 0.5em 0;
  }
  .top__sight-text {
    font-size: 0.875rem;
  }
  .top__sight-button {
    border-radius: 10px;
    font-size: 0.875rem;
    padding: 1.6em 0;
    background: url(../images/link.png) #EF756B no-repeat right 10% center;
  }
  .top__map {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .top__map-base {
    margin: 0 auto 30px;
  }
  .top__map-icon {
    width: 6%;
  }
  .top__map-modallist-item {
    width: 100%;
    max-width: 460px;
    margin: auto;
  }
  .top__access {
    margin: 0 auto 50px;
  }
  .top__info {
    margin: 0 auto 75px;
  }
}
.page__header.guide {
  margin-bottom: 0;
}

/*メッセージ*/
.guide__mainvisual {
  margin: 0 auto 100px;
  padding-top: 84px;
  text-align: center;
  background: url(../images/tori1.png) no-repeat left 14.32% top/6.71%, url(../images/hosi.png) no-repeat right 10.78% top/11.87%;
}
.guide__mainvisual img {
  width: 95%;
  max-width: 1200px;
  height: auto;
  border-radius: 20px;
  -webkit-animation: zoomInFade 1s ease forwards;
          animation: zoomInFade 1s ease forwards;
}

.guide__message {
  margin: 0 auto 100px;
  width: 100%;
  background: url(../images/guide_illust1.png) no-repeat left 8% top/15.88%, url(../images/guide_illust2.png) no-repeat right 8.3% top/20.67%;
}
.guide__message-title {
  margin: 0 auto 58px;
  width: 205px;
}
.guide__message-title img {
  display: block;
  width: 100%;
  height: auto;
}
.guide__message-text {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.1875rem;
  line-height: 2;
  font-weight: bold;
}

.guide__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
.guide__staff-imagearea {
  width: 42%;
}
.guide__staff-imagearea img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}
.guide__staff-textarea {
  width: 53%;
}
.guide__staff-textarea-title {
  font-size: 1.5625rem;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.8;
}
.guide__staff-textarea-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
}

.guide__pdf {
  margin-bottom: 200px;
}
.guide__pdf__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 800px;
  margin: 30px auto 0;
}
.guide__pdf__img a {
  width: 390px;
  height: auto;
  display: block;
  border: solid 1px #333;
}
.guide__pdf__img a img {
  width: 100%;
  display: block;
}
.guide__pdf .top__map-text {
  font-weight: bold;
}

/*設備の紹介*/
.guide__setubi {
  width: 100%;
  max-width: 782px;
  margin: 0 auto 200px;
}
.guide__setubi section + section {
  margin-top: 100px;
}
.guide__setubi-title {
  margin-bottom: 75px;
}
.guide__setubi-subtitle {
  font-size: 1.5625rem;
  line-height: 2;
  padding-left: 2.5em;
  text-align: left;
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
  color: #47A448;
  background: url(../images/setubi_icon.png) no-repeat left bottom;
}
.guide__setubi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.guide__setubi-list-item {
  width: 46%;
}
.guide__setubi-list-item img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.guide__setubi-text {
  font-size: 1rem;
}

/*注意事項*/
.guide__tyuui {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 200px;
  padding: 60px 0 75px;
  background: url(../images/guide_tyuuibg.png) no-repeat center center/100%;
}
.guide__tyuui-title {
  font-size: 1.375rem;
  margin: 0 auto 45px;
  border-bottom: solid 2px #000;
  line-height: 1.8;
  width: 50%;
}
.guide__tyuui-title img {
  width: 36px;
  height: auto;
}
.guide__tyuui-text {
  text-align: center;
  font-size: 1.0625rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.guide__tyuui-text a {
  text-decoration: underline;
  color: #000;
}
.guide__tyuui-text a:hover {
  color: #47A448;
}
.guide__tyuui-list {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto 20px;
}
.guide__tyuui-list-item {
  font-size: 1rem;
  font-weight: bold;
  padding: 1em 1em 1em 5em;
  border-radius: 10px;
  margin-bottom: 15px;
  background: url(../images/guide_tyuui_icon.png) #FFF no-repeat left 1.5em center;
}

/*周辺情報*/
.guide__syuhen {
  padding: 0 0 300px;
  margin-bottom: 100px;
  background: url(../images/tori2.png) no-repeat right 14.6% top, url(../images/asiato.png) no-repeat left 11% bottom;
}
.guide__syuhen-title {
  margin-bottom: 75px;
}
.guide__syuhen-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.guide__syuhen-list-item {
  width: 28.33%;
  margin-bottom: 50px;
}
.guide__syuhen-list-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  margin-bottom: 10px;
}
.guide__syuhen-subtitle {
  font-size: 1.25rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(../images/guide_syuhen_titlebg.png) no-repeat center center/100%;
  line-height: 4;
}
.guide__syuhen-text {
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (max-width: 1280px) {
  .guide__message {
    background: url(../images/guide_illust1.png) no-repeat left 1% top/15.88%, url(../images/guide_illust2.png) no-repeat right 7% top/20.67%;
  }
  .guide__message-text {
    font-size: 1.125rem;
  }
  /*周辺情報*/
  .guide__syuhen {
    padding: 0 0 200px;
    margin-bottom: 75px;
    background: url(../images/tori2.png) no-repeat right 14.6% top, url(../images/asiato.png) no-repeat left 11% bottom;
  }
  .guide__syuhen-list {
    width: 90%;
  }
  .guide__syuhen-list-item {
    width: 30%;
  }
  .guide__syuhen-subtitle {
    font-size: 1.125rem;
    line-height: 4.2;
  }
}
@media screen and (max-width: 960px) {
  /*メッセージ*/
  .guide__mainvisual {
    margin: 0 auto 50px;
    padding-top: 42px;
    background: url(../images/tori1.png) no-repeat left 14.32% top/6.71%, url(../images/hosi.png) no-repeat right 10.78% top/11.87%;
  }
  .guide__message {
    padding-top: 40px;
    margin: 0 auto 50px;
    background: url(../images/guide_illust1.png) no-repeat left 10.2% top/15.88%, url(../images/guide_illust2.png) no-repeat right 8.3% top/20.67%;
  }
  .guide__message-title {
    margin: 0 auto 50px;
    width: 100px;
  }
  .guide__message-text {
    width: 90%;
    font-size: 0.9375rem;
  }
  .guide__staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 100px;
  }
  .guide__staff-imagearea {
    width: 42%;
  }
  .guide__staff-textarea {
    width: 53%;
  }
  .guide__staff-textarea-title {
    font-size: 1.3125rem;
    margin-bottom: 1em;
  }
  .guide__staff-textarea-text {
    font-size: 0.875rem;
  }
  .guide__pdf {
    margin-bottom: 100px;
  }
  /*設備の紹介*/
  .guide__setubi {
    margin: 0 auto 100px;
    width: 95%;
  }
  .guide__setubi section + section {
    margin-top: 50px;
  }
  .guide__setubi-subtitle {
    font-size: 1.125rem;
    padding-left: 2em;
    margin-bottom: 15px;
    background: url(../images/setubi_icon.png) no-repeat left bottom/24px;
  }
  .guide__setubi-list {
    margin-bottom: 15px;
  }
  .guide__setubi-list-item {
    width: 48.5%;
  }
  .guide__setubi-text {
    font-size: 0.8125rem;
  }
  /*注意事項*/
  .guide__tyuui {
    margin: 0 auto 100px;
    padding: 30px 0 30px;
    background: url(../images/guide_tyuuibg.png) repeat center center/100%;
  }
  .guide__tyuui-title {
    font-size: 1.125rem;
    margin: 0 auto 22px;
    width: 90%;
  }
  .guide__tyuui-title img {
    width: 26px;
  }
  .guide__tyuui-text {
    font-size: 0.8125rem;
  }
  .guide__tyuui-list {
    margin: 0 auto 10px;
  }
  .guide__tyuui-list-item {
    font-size: 0.8125rem;
    padding: 0.75em 0.75em 0.75em 3em;
    margin-bottom: 10px;
    background: url(../images/guide_tyuui_icon.png) #FFF no-repeat left 1em center/18px;
  }
  /*周辺情報*/
  .guide__syuhen {
    padding: 0 0 150px;
    margin-bottom: 50px;
    background: url(../images/tori2.png) no-repeat right 5% top, url(../images/asiato.png) no-repeat left 3% bottom/40%;
  }
  .guide__syuhen-list-item {
    width: 48%;
    margin-bottom: 25px;
  }
  .guide__syuhen-list-item img {
    margin-bottom: 10px;
  }
  .guide__syuhen-subtitle {
    font-size: 1rem;
    margin-bottom: 10px;
    background: url(../images/guide_syuhen_titlebg.png) no-repeat center center/100%;
    line-height: 4;
  }
  .guide__syuhen-text {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .guide__mainvisual {
    margin: 0 auto 30px;
    padding-top: 35px;
    background: url(../images/tori1.png) no-repeat left 1% top/13.4%, url(../images/hosi.png) no-repeat right 1% top/23.6%;
  }
  .guide__mainvisual img {
    border-radius: 10px;
  }
  .guide__message {
    margin: 0 auto 50px;
    padding-top: 0;
    padding-bottom: 200px;
    background: url(../images/guide_illust1.png) no-repeat left 20% bottom/28%, url(../images/guide_illust2.png) no-repeat right 20% bottom/32%;
  }
  .guide__message-title {
    margin: 0 auto 21px;
    width: 100px;
  }
  .guide__message-text {
    width: 90%;
    font-size: 0.9375rem;
  }
  .guide__staff {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 30px;
  }
  .guide__staff-imagearea {
    width: 80%;
    margin: 0 auto 20px;
  }
  .guide__staff-textarea {
    width: 80%;
    margin: 0 auto;
  }
  .guide__staff-textarea-title {
    font-size: 1.125rem;
  }
  .guide__staff-textarea-text {
    font-size: 0.875rem;
  }
  .guide__pdf {
    margin-bottom: 50px;
  }
  /*設備の紹介*/
  .guide__setubi {
    margin: 0 auto 50px;
  }
  .guide__setubi-title {
    margin-bottom: 30px;
  }
  .guide__setubi-subtitle {
    font-size: 1rem;
    line-height: 1.8;
    padding-left: 1.8em;
    margin-bottom: 15px;
    background: url(../images/setubi_icon.png) no-repeat left bottom/18px;
  }
  .guide__setubi-list {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guide__setubi-list-item {
    width: 100%;
  }
  /*注意事項*/
  .guide__tyuui {
    margin: 0 auto 50px;
    padding: 25px 0 25px;
  }
  /*周辺情報*/
  .guide__syuhen {
    padding: 0 0 100px;
    margin-bottom: 25px;
    background: url(../images/tori2.png) no-repeat right 2% top 20px/20%, url(../images/asiato.png) no-repeat center bottom/50%;
  }
  .guide__syuhen-title {
    margin-bottom: 30px;
  }
  .guide__syuhen-list {
    width: 95%;
  }
  .guide__syuhen-list-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .guide__syuhen-list-item img {
    margin-bottom: 5px;
  }
  .guide__syuhen-subtitle {
    font-size: 1rem;
    margin-bottom: 5px;
    background: url(../images/guide_syuhen_titlebg.png) no-repeat center center/100%;
    line-height: 5;
  }
}
@media screen and (max-width: 480px) {
  .guide__message {
    margin: 0 auto 50px;
    padding-bottom: 155px;
    background: url(../images/guide_illust1.png) no-repeat left 5% bottom/44.5%, url(../images/guide_illust2.png) no-repeat right 5% bottom/46.6%;
  }
}
.ryoukin {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 200px;
  background-color: #F8F6EF;
  padding: 150px 2.5%;
  border-radius: 20px;
}

.ryoukin__inner {
  width: 100%;
  max-width: 773px;
  margin: 0 auto;
}

.ryoukin__title {
  font-size: 1.375rem;
  text-align: left;
  background-color: #A48B78;
  color: #FFF;
  padding: 0.8em 1em;
}

.ryoukin__table {
  width: 100%;
  margin-bottom: 46px;
  background-color: #FFF;
}
.ryoukin__table th, .ryoukin__table td {
  font-size: 1.375rem;
  font-weight: bold;
  padding: 0.8em 1em;
  border-bottom: solid 1px #F8F6EF;
}
.ryoukin__table td {
  text-align: right;
}
.ryoukin__table td span {
  font-size: 1rem;
}
.ryoukin__table-text {
  font-size: 1.0625rem;
}
.ryoukin__table-text-green {
  font-size: 0.875rem;
  color: #47A448;
}

.ryoukin__siharai {
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
}

.ryoukin__cancel {
  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;
  border: solid 1px #EF756B;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
}
.ryoukin__cancel p {
  color: #EF756B;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 1em;
}

.ryoukin__photolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ryoukin__photolist-item {
  width: 24%;
}
.ryoukin__photolist-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

@media screen and (max-width: 1280px) {
  .ryoukin {
    margin: 0 auto 175px;
    padding: 100px 2.5%;
  }
}
@media screen and (max-width: 960px) {
  .ryoukin {
    margin: 0 auto 150px;
    padding: 75px 2.5%;
  }
  .ryoukin__title {
    font-size: 1.125rem;
  }
  .ryoukin__table {
    margin-bottom: 30px;
  }
  .ryoukin__table th, .ryoukin__table td {
    font-size: 1.125rem;
  }
  .ryoukin__table td span {
    font-size: 0.875rem;
  }
  .ryoukin__table-text {
    font-size: 0.875rem;
  }
  .ryoukin__table-text-green {
    font-size: 0.75rem;
  }
  .ryoukin__siharai {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  .ryoukin__cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .ryoukin__cancel p {
    font-size: 1rem;
  }
  .ryoukin__photolist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ryoukin__photolist-item {
    width: 48.5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ryoukin {
    margin: 0 auto 75px;
    padding: 30px 2.5%;
    border-radius: 15px;
  }
  .ryoukin__title {
    font-size: 0.875rem;
  }
  .ryoukin__table {
    margin-bottom: 20px;
  }
  .ryoukin__table th, .ryoukin__table td {
    font-size: 0.875rem;
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .ryoukin__table th {
    padding: 0.8em 1em 0.2em;
  }
  .ryoukin__table td {
    padding: 0.2em 1em 0.8em;
    text-align: left;
    border-bottom: solid 1px #F8F6EF;
  }
  .ryoukin__table td span {
    font-size: 0.75rem;
  }
  .ryoukin__table-text {
    font-size: 0.75rem;
  }
  .ryoukin__table-text-green {
    font-size: 0.75rem;
  }
  .ryoukin__siharai {
    font-size: 0.8125rem;
    margin-bottom: 20px;
  }
  .ryoukin__cancel {
    display: block;
    padding: 15px;
    margin-bottom: 25px;
  }
  .ryoukin__cancel p {
    font-size: 0.875rem;
    text-align: center;
    padding: 0;
  }
  .ryoukin__cancel p + p {
    margin-top: 10px;
  }
  .ryoukin__photolist-item {
    width: 75%;
    margin: 0 auto 15px;
  }
  .ryoukin__photolist-item:last-child {
    margin-bottom: 0;
  }
}
.question {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 200px;
}

.question__list-item {
  margin-bottom: 45px;
}

.question__title {
  background-color: #C8E3DE;
  position: relative;
  cursor: pointer;
  padding: 1em;
}
.question__title__mark {
  font-size: 1.375rem;
  color: #5EA2C6;
  font-weight: bold;
  position: absolute;
  top: 0.818em;
  left: 1em;
  line-height: 1;
}
.question__title-title {
  font-size: 1.125rem;
  color: #30231E;
  text-align: left;
  display: block;
  padding: 0 2em 0 3em;
}
.question__title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.question__title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.question__answer {
  background-color: #F8F6EF;
  padding: 1em;
  display: none;
  position: relative;
}
.question__answer__mark {
  font-size: 1.375rem;
  color: #EF756B;
  font-weight: bold;
  position: absolute;
  top: 0.818em;
  left: 1em;
  line-height: 1;
}

.question__text {
  color: #30231E;
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 2em 0 3em;
}
.question__text span {
  font-size: 1rem;
}

@media screen and (max-width: 1280px) {
  .question {
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 960px) {
  .question {
    width: 95%;
    margin: 0 auto 100px;
  }
  .question__list-item {
    margin-bottom: 30px;
  }
  .question__title__mark {
    font-size: 1.125rem;
    top: 0.888em;
  }
  .question__title-title {
    font-size: 1rem;
  }
  .question__answer__mark {
    font-size: 1.125rem;
    top: 0.888em;
  }
  .question__text {
    font-size: 1rem;
  }
  .question__text span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .question {
    margin: 0 auto 75px;
  }
  .question__list-item {
    margin-bottom: 20px;
  }
  .question__title__mark {
    font-size: 1rem;
    top: 0.875em;
    line-height: 1.6;
  }
  .question__title-title {
    font-size: 0.875rem;
    padding: 0 2em 0 2em;
  }
  .question__answer__mark {
    font-size: 1rem;
    top: 0.875em;
    line-height: 1.6;
  }
  .question__text {
    font-size: 0.875rem;
    padding: 0 1em 0 2em;
  }
  .question__text span {
    font-size: 0.875rem;
  }
}
.kiyaku {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 200px;
}
.kiyaku section + section {
  margin-top: 130px;
}

@media print {
  .kiyaku {
    width: 90%;
    margin: 0 auto;
  }
}
.kiyaku__lead {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.8;
}

.kiyaku__text {
  font-size: 1.125rem;
  line-height: 1.8;
}

.kiyaku__title {
  color: #fff;
  background-color: #30231E;
  font-size: 1.4375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  margin-bottom: 70px;
}

.kiyaku__subtitle {
  color: #47A448;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
}

.kiyaku__box {
  margin-bottom: 50px;
}

.kiyaku__list {
  list-style: disc;
  margin-left: 1.5em;
}
.kiyaku__list li {
  font-size: 1.125rem;
  margin-bottom: 0.25em;
  line-height: 1.8;
}

.kiyaku__checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 95%;
  margin: 0 auto;
}
.kiyaku__checklist-item {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: solid 1px #30231E;
}
.kiyaku__checklist-title {
  color: #fff;
  border-right: solid 1px #30231E;
  border-collapse: collapse;
  background-color: #EF756B;
  width: 27%;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
.kiyaku__checklist-title.blue {
  background-color: #5EA2C6;
}
.kiyaku__checklist-text {
  font-size: 1rem;
  width: 73%;
  padding: 1em;
}

.kiyaku__ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.kiyaku__ol li {
  margin-bottom: 0.5em;
  font-size: 1.125rem;
  line-height: 1.8;
}
.kiyaku__ol li::marker {
  font-weight: bold;
}

.kiyaku__seitei {
  font-size: 1.125rem;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  width: 9em;
}

@media screen and (max-width: 1280px) {
  .kiyaku {
    margin: 0 auto 150px;
  }
  .kiyaku section + section {
    margin-top: 100px;
  }
  .kiyaku__lead {
    font-size: 1.125rem;
  }
  .kiyaku__text {
    font-size: 1rem;
  }
  .kiyaku__title {
    font-size: 1.25rem;
  }
  .kiyaku__subtitle {
    font-size: 1.125rem;
  }
  .kiyaku__list li {
    font-size: 1rem;
  }
  .kiyaku__checklist-text {
    font-size: 1rem;
  }
  .kiyaku__ol li {
    font-size: 1rem;
  }
  .kiyaku__seitei {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .kiyaku {
    margin: 0 auto 100px;
    width: 95%;
  }
  .kiyaku section + section {
    margin-top: 75px;
  }
  .kiyaku__lead {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .kiyaku__text {
    font-size: 0.875rem;
  }
  .kiyaku__title {
    font-size: 1.125rem;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .kiyaku__subtitle {
    font-size: 1rem;
  }
  .kiyaku__box {
    margin-bottom: 30px;
  }
  .kiyaku__list li {
    font-size: 0.875rem;
  }
  .kiyaku__checklist-item {
    width: 49%;
  }
  .kiyaku__checklist-title {
    width: 38%;
  }
  .kiyaku__checklist-text {
    font-size: 0.875rem;
    width: 62%;
  }
  .kiyaku__ol li {
    font-size: 0.875rem;
  }
  .kiyaku__seitei {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku {
    margin: 0 auto 75px;
  }
  .kiyaku section + section {
    margin-top: 50px;
  }
  .kiyaku__lead {
    font-size: 0.9375rem;
  }
  .kiyaku__checklist {
    display: block;
  }
  .kiyaku__checklist-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .kiyaku__checklist-title {
    width: 38%;
    font-size: 0.8125rem;
  }
  .kiyaku__checklist-text {
    width: 62%;
  }
}
.contact {
  margin-bottom: 200px;
}

.contact__text {
  text-align: center;
  font-size: 1.125rem;
  margin: 0 2.5% 65px;
  line-height: 1.8;
}
.contact__text a {
  text-decoration: underline;
  color: #000;
}
.contact__text a:hover {
  color: #47A448;
}

.contact__tel {
  max-width: 500px;
  width: 90%;
  margin: 0 auto 90px;
  padding: 25px 0;
  background-color: #F8F6EF;
  border-radius: 10px;
}
.contact__tel h2 {
  font-size: 2.1875rem;
  font-weight: 900;
  color: #30231E;
}
.contact__tel-text {
  font-size: 1rem;
  text-align: center;
}

.contact__table {
  max-width: 900px;
  width: 95%;
  margin: 0 auto 50px;
}
.contact__table .required {
  background-color: #EF756B;
  border-radius: 20px;
  color: #fff;
  font-size: 0.875rem;
  padding: 5px 10px;
  line-height: 1;
  position: absolute;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__table th, .contact__table td {
  border-top: 1px solid #30231E;
  padding: 20px 0;
}
.contact__table th {
  width: 33%;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
.contact__table th.detail {
  vertical-align: top;
}
.contact__table th.detail .required {
  top: 35px;
}
.contact__table td {
  width: 67%;
}
.contact__table tr:last-child th, .contact__table tr:last-child td {
  border-bottom: 1px solid #30231E;
}
.contact__table .form-text, .contact__table textarea {
  font-size: 1.125rem;
  padding: 0.25em;
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.contact__table textarea {
  height: 200px;
}
.contact__table input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 20px;
}
.contact__table .col {
  text-align: center;
  width: 100%;
}
.contact__table .col a {
  text-decoration: underline;
  color: #000;
}
.contact__table .col a:hover {
  color: #47A448;
}
.contact__table .col .required {
  position: static;
  margin-left: 30px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .contact {
    margin-bottom: 150px;
  }
  .contact__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: 100px;
  }
  .contact__text {
    font-size: 0.8125rem;
    margin: 0 2.5% 30px;
  }
  .contact__tel {
    margin: 0 auto 45px;
    padding: 20px 0;
  }
  .contact__tel h2 {
    font-size: 1.375rem;
  }
  .contact__tel-text {
    font-size: 0.75rem;
  }
  .contact__table {
    margin: 0 auto 30px;
  }
  .contact__table .required {
    font-size: 0.75rem;
    right: 0;
    top: 75%;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  .contact__table th, .contact__table td {
    display: block;
  }
  .contact__table th {
    width: 100%;
    font-size: 0.875rem;
    padding: 1em 0 0;
  }
  .contact__table th.detail .required {
    top: 75%;
  }
  .contact__table td {
    width: 100%;
    padding: 0.5em 0 1em;
    border-top: none;
  }
  .contact__table .form-text, .contact__table textarea {
    font-size: 1rem;
    border-radius: 3px;
  }
  .contact__table textarea {
    height: 200px;
  }
  .contact__table input[type=checkbox] {
    margin-right: 10px;
  }
  .contact__table .col {
    font-size: 0.875rem;
    padding: 1em 0;
    border-top: 1px solid #30231E;
  }
  .contact__table .col .required {
    margin-left: 15px;
  }
}
.policy {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 200px;
}

.policy__title {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.policy__text {
  font-size: 1.125rem;
  margin-bottom: 1em;
  line-height: 1.8;
}

@media screen and (max-width: 1280px) {
  .policy {
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 960px) {
  .policy {
    margin: 0 auto 100px;
    width: 95%;
  }
  .policy__title {
    font-size: 1rem;
  }
  .policy__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .policy {
    margin: 0 auto 75px;
  }
  .policy__title {
    font-size: 0.875rem;
  }
  .policy__text {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=common_style.css.map */