@charset "UTF-8";
/*****************************************
base
******************************************/
html, body {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 16px;
  }
}

body {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3d3d3d;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-top: 230px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1220px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 110px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a:visited, a:active, a:hover {
  color: #3d3d3d;
}

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

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.post, .page {
  margin-bottom: 0;
}

/*
layout
******************************************/
.inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 100px 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .inner {
    min-width: 1220px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 60px 15px;
  }
}

section {
  position: relative;
}

/*
class
******************************************/
@media screen and (min-width: 768px) {
  .w-md-49px {
    width: 49px !important;
  }
  .w-md-235px {
    width: 235px !important;
  }
  .w-md-270px {
    width: 270px !important;
  }
  .w-md-280px {
    width: 280px !important;
  }
  .w-md-300px {
    width: 300px !important;
  }
  .pl-md-125px {
    padding-left: 125px !important;
  }
  .pr-md-125px {
    padding-right: 125px !important;
  }
}
.ff-noto {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.section__head {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section__head {
    margin-bottom: 35px;
  }
}
.section__head p {
  display: inline-block;
  color: #83c595;
  padding: 0 95px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 25px;
  background: url(../img/ttl-bg.png) no-repeat left center/auto 39px, url(../img/ttl-bg.png) no-repeat right center/auto 39px;
}
@media screen and (max-width: 767px) {
  .section__head p {
    padding: 0 70px;
    margin-bottom: 15px;
  }
}

.fc-gre {
  color: #83c595 !important;
}

.fc-wh {
  color: #fff !important;
}

.bg-alpha {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
}

.bg-alpha-bw {
  border-radius: 10px;
  background-color: rgba(250, 248, 242, 0.95);
}

/*
header
******************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    min-width: 1220px;
  }
}
@media screen and (max-width: 1350px) {
  .header .header__menu-link + .header__menu-link {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__logo img {
    left: 0;
  }
}
.header.fixed h1 {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  height: 0;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .header.fixed .header__menu {
    padding-top: 20px;
  }
  .header.fixed .header__logo img {
    width: 280px;
    top: 0;
  }
}
.header h1 {
  max-width: 100%;
  padding: 20px 4% 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  height: auto;
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding-top: 2%;
  }
}
.header__inner {
  max-width: 100%;
  padding: 0 4%;
  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;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 10px 4%;
  }
}
.header__logo img {
  position: absolute;
  top: 20%;
  left: 2%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 388px;
  }
}
@media screen and (max-width: 1350px) {
  .header__logo img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .header__menu {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    padding-top: 120px;
  }
}
.header__menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__menu-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 4%;
    background: #fff;
  }
}
.header__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__menu-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    padding: 10px 0;
  }
  .header__menu-link span {
    width: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__menu-link img {
    width: auto;
    height: 24px;
  }
}
.header__menu-link + .header__menu-link {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .header__menu-link + .header__menu-link {
    margin: 0 !important;
  }
}
.header__spmenu {
  width: 38px;
  height: 38px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header__spmenu {
    display: none;
  }
}
.header__spmenu span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 38px;
  height: 4px;
  background: #3d3d3d;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .header__spmenu span {
    height: 2px;
  }
}
.header__spmenu span:nth-of-type(1) {
  top: -30px;
}
@media screen and (max-width: 767px) {
  .header__spmenu span:nth-of-type(1) {
    top: -20px;
  }
}
.header__spmenu span:nth-of-type(3) {
  top: 30px;
}
@media screen and (max-width: 767px) {
  .header__spmenu span:nth-of-type(3) {
    top: 20px;
  }
}
.menu-active .header__spmenu span:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-active .header__spmenu span:nth-of-type(2) {
  opacity: 0;
}
.menu-active .header__spmenu span:nth-of-type(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*
main
******************************************/
.mv-section {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv-section {
    padding-left: 230px;
  }
}
@media screen and (max-width: 767px) {
  .mv-section {
    padding-bottom: 30%;
  }
}
@media screen and (min-width: 768px) {
  .mv-section__txt {
    position: absolute;
    z-index: 100;
    top: 15%;
    left: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .mv-section__txt {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
  }
}
.mv-section__slider {
  position: relative;
}
.mv-section__slider .swiper-slide img {
  width: 100%;
}

.intro-section {
  background: url(../img/intro-bg.jpg) no-repeat right top 20px;
}
@media screen and (max-width: 767px) {
  .intro-section {
    background: url(../img/intro-bg.jpg) no-repeat right bottom/165px auto;
  }
}

.info-section__item {
  border-bottom: #83c595 4px dashed;
  padding-inline: 15px;
  padding-bottom: 30px;
  width: calc(100% - 100px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .info-section__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 5px;
    padding-bottom: 20px;
    width: calc(100% - 20px);
  }
}
.info-section__item + .info-section__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .info-section__item + .info-section__item {
    margin-top: 20px;
  }
}
.info-section__label {
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .info-section__label {
    width: 110px;
  }
}
.info-section__label span {
  display: block;
  text-align: center;
  background: #83c595;
  color: #fff;
  border-radius: 20px;
  padding-top: 2px;
  padding-bottom: 5px;
}

.merit-section {
  background: url(../img/merit-line.png) repeat-x center top;
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  .merit-section {
    background-size: auto 23px;
    padding-top: 23px;
  }
}
.merit-section__inner {
  background-color: #faf8f2;
  margin-top: -5px;
}
.merit-section__head {
  padding: 30px 0;
  border-bottom: #bfe2fb 4px dashed;
}
@media screen and (max-width: 767px) {
  .merit-section__head {
    padding: 15px 0;
  }
}
.merit-section .merit-bg01 {
  position: absolute;
  top: -80px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .merit-section .merit-bg01 {
    width: 78px;
    top: -40px;
    left: 10px;
  }
}
.merit-section .merit-bg02 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.schedule-section {
  background: url(../img/schedule-bg_pc.jpg) no-repeat center top/100% auto;
  padding-top: 30%;
}
@media screen and (max-width: 767px) {
  .schedule-section {
    background-image: url(../img/schedule-bg_sp.jpg);
    padding-top: 72%;
  }
}
.schedule-section .schedule-bg01 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .schedule-section .schedule-bg01 {
    width: 150px;
  }
}
.schedule-section .schedule-bg02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .schedule-section .schedule-bg02 {
    width: 150px;
  }
}

.instagram-section {
  background: url(../img/instagram-bg_pc.jpg) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 767px) {
  .instagram-section {
    background: url(../img/instagram-bg_sp.jpg) no-repeat center bottom 20px/100% auto;
  }
}
.instagram-section .followus-img {
  width: 142px;
}

.bg-washi {
  background: url(../img/facility-bg.jpg) no-repeat center top/100% auto;
}
@media screen and (max-width: 767px) {
  .bg-washi {
    background-size: cover;
  }
}

.facility-section .click-tyori {
  position: absolute;
  top: 20%;
  left: 7%;
}
@media screen and (max-width: 767px) {
  .facility-section .click-tyori {
    width: 52px;
  }
}
.facility-section .click-ohirune {
  position: absolute;
  top: 12%;
  left: 37%;
}
@media screen and (max-width: 767px) {
  .facility-section .click-ohirune {
    width: 93px;
  }
}
.facility-section .click-ehon {
  position: absolute;
  top: 14%;
  left: 87%;
}
@media screen and (max-width: 767px) {
  .facility-section .click-ehon {
    width: 38px;
  }
}
.facility-section .click-toire {
  position: absolute;
  top: 34%;
  left: 43%;
}
@media screen and (max-width: 767px) {
  .facility-section .click-toire {
    width: 67px;
  }
}
.facility-section .click-hoiku {
  position: absolute;
  top: 30%;
  left: 68%;
}
@media screen and (max-width: 767px) {
  .facility-section .click-hoiku {
    width: 88px;
  }
}
.facility-section .click-genkan {
  position: absolute;
  top: 55%;
  left: 44%;
}
@media screen and (max-width: 767px) {
  .facility-section .click-genkan {
    width: 37px;
  }
}
.facility-section .click-omotya {
  position: absolute;
  top: 56%;
  left: 71%;
}
@media screen and (max-width: 767px) {
  .facility-section .click-omotya {
    width: 94px;
  }
}
.facility-section .click-entei {
  position: absolute;
  top: 78%;
  left: 77%;
}
@media screen and (max-width: 767px) {
  .facility-section .click-entei {
    width: 37px;
  }
}
.facility-section .click-fukinuke {
  position: absolute;
  top: 31%;
  left: 72%;
}
@media screen and (max-width: 767px) {
  .facility-section .click-fukinuke {
    width: 70px;
  }
}

.fees-section__head {
  border-bottom: #bfe2fb 4px dashed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fees-section__head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .fees-section__table-sp {
    display: none;
  }
}
.fees-section__table-sp + .fees-section__table-sp {
  margin-top: 30px;
}
.fees-section__table-sp dt {
  padding: 15px 0;
  background-color: #daf5e1;
  border-bottom: 2px solid #f2f7ef;
}
.fees-section__table-sp dd {
  background-color: #fff;
  padding: 8px 0;
  border-bottom: 2px solid #f2f7ef;
}
.fees-section__table-pc {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fees-section__table-pc {
    display: none;
  }
}
.fees-section__table-pc tr, .fees-section__table-pc td {
  border: 1px solid #f2f7ef;
  border-collapse: collapse;
}
.fees-section__table-pc tr:first-child td {
  padding: 25px 0;
}
.fees-section__table-pc tr:nth-child(odd) td {
  background-color: #daf5e1;
  padding: 15px 0;
}
.fees-section__table-pc tr:nth-child(even) td {
  background-color: #ffffff;
  padding: 15px 0;
}
.fees-section .fees-img {
  width: 390px;
}
@media screen and (max-width: 767px) {
  .fees-section .fees-img {
    width: 100%;
  }
}
.fees-section .fees-staff .fees-section__head {
  color: #ffd699 !important;
  border-color: #FFE5B4;
}
.fees-section .fees-staff .fees-section__table-pc tr, .fees-section .fees-staff .fees-section__table-pc td {
  border: 1px solid #fdeed5;
}
.fees-section .fees-staff .fees-section__table-pc tr:nth-child(odd) td {
  background-color: #ffe8c4;
}
.fees-section .fees-staff .fees-section__table-sp dt {
  background-color: #ffe8c4;
  border-bottom: 2px solid #fdeed5;
}
.fees-section .fees-staff .fees-section__table-sp dd {
  border-bottom: 2px solid #fdeed5;
}

.faq-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 100px 40px 40px;
  border-bottom: #bfe2fb 4px dashed;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-section__list {
    padding: 15px 30px 15px 15px;
  }
}
.faq-section__list:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-bottom: #83c595 5px solid;
  border-right: #83c595 5px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .faq-section__list:after {
    width: 12px;
    height: 12px;
    border-width: 3px;
    right: 5px;
  }
}
.faq-section__list dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.faq-section__list dd {
  display: none;
  width: 100%;
  padding: 25px 0 0 95px;
}
@media screen and (max-width: 767px) {
  .faq-section__list dd {
    padding: 10px 0 0 45px;
  }
}
.faq-section .faq-bg01 {
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-bg01 {
    top: -30px;
    right: auto;
    left: 10px;
    width: 100px;
  }
}
.faq-section .faq-bg02 {
  position: absolute;
  bottom: -100px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-bg02 {
    bottom: -20px;
    left: auto;
    right: 10px;
    width: 100px;
  }
}

.access-section {
  background: url(../img/access-bg01.png) no-repeat right bottom 140px;
}
@media screen and (max-width: 767px) {
  .access-section {
    background: url(../img/access-bg01.png) no-repeat right bottom 40%/180px auto;
  }
}
.access-section__map {
  position: relative;
}
@media screen and (max-width: 767px) {
  .access-section__map:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.access-section__map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .access-section__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.footer {
  background: url(../img/merit-line.png) repeat-x center top;
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  .footer {
    background-size: auto 23px;
    padding-top: 23px;
  }
}
.footer__inner {
  background-color: #faf8f2;
  margin-top: -5px;
}
.footer__menu {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    display: block;
    padding: 25px 0;
  }
}
.footer__menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__menu-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__menu-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    padding: 10px 0;
  }
  .footer__menu-link span {
    width: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer__menu-link img {
    width: auto;
    height: 24px;
  }
}
.footer__menu-link + .footer__menu-link {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .footer__menu-link + .footer__menu-link {
    margin: 0;
  }
}

.fix-bnr-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  z-index: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .fix-bnr-btn {
    width: 100px;
    bottom: 10px;
    right: 10px;
  }
}
.fix-bnr-btn.hide {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
.fix-bnr-btn__wrap .wrap-box {
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.fix-bnr-btn__wrap .wrap-box + .wrap-box:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 22px;
  background: url(../img/fixedbnr-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 60px;
  left: -35px;
}
@media screen and (max-width: 767px) {
  .fix-bnr-btn__wrap .wrap-box + .wrap-box:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fix-bnr-btn__wrap .wrap-box + .wrap-box {
    margin-top: 50px;
  }
}
.fix-bnr-btn__wrap .step-head {
  background: #fff;
  width: 160px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 0;
  padding-top: 15px;
  text-align: center;
  position: relative;
  top: -30px;
}
.fix-bnr-btn__wrap .step-content {
  margin-top: -30px;
}
.fix-bnr-btn__wrap .bb-dashed {
  border-bottom: #bfe2fb 2px dashed;
}
.fix-bnr-btn__wrap .cta-box {
  background: url(../img/bg-green.gif) left top;
  padding: 50px 0;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fix-bnr-btn__wrap .cta-box {
    padding: 25px;
    border-radius: 10px;
  }
  .fix-bnr-btn__wrap .cta-box .section__head p {
    padding: 0;
    height: auto;
    line-height: 1.5;
    display: block;
  }
}
.fix-bnr-btn__wrap .cta-box .fixedbnr-bg01 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.fix-bnr-btn__wrap .cta-box .fixedbnr-bg02 {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

/*remodal*/
a[data-remodal-target] {
  cursor: pointer;
}

.remodal-overlay {
  z-index: 10000;
  background: rgba(255, 255, 255, 0.7);
}

.remodal-wrapper {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.remodal {
  max-width: 100% !important;
  background-color: #faf8f2;
  padding: 50px 10%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .remodal {
    padding: 50px 15px 30px;
  }
}
.remodal .cbox-bg01 {
  position: absolute;
  top: 12%;
  left: 9%;
  z-index: 10;
}
.remodal .cbox-bg02 {
  position: absolute;
  bottom: 18%;
  right: 7%;
  z-index: 10;
}
.remodal .imgWrapper {
  overflow: hidden;
}
.remodal .imgWrapper img {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}
.remodal .txtWrapper {
  line-height: 42px;
  padding: 0 35px;
  background: url(../img/cbox-line.png) center bottom;
}
@media screen and (max-width: 767px) {
  .remodal .txtWrapper {
    padding: 0 15px;
  }
}
.remodal .remodal-close {
  top: 20px;
  left: auto;
  right: 20px;
  color: #000;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .remodal .remodal-close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }
}
.remodal .remodal-close:before {
  font-size: 85px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .remodal .remodal-close:before {
    font-size: 60px;
    line-height: 35px;
  }
}

/*swiper*/
.swiper-button-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 5px;
  }
}

.swiper-button-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 21.6px;
    height: 35.2px;
    background-size: 21.6px 35.2px;
  }
}
/*color box*//*# sourceMappingURL=common.css.map */