@charset "UTF-8";
body {
  font-family: 'Times New Roman', Times, serif;
}

a {
  text-decoration: none !important;
  color: black;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  outline: none !important;
}

.content-width, .header__upper__inner, .concept__title, .concept__content, .reason__inner, .menu__inner, .contact__inner, .footer__inner, .access__inner, .flow__inner, .pp__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

.Times {
  font-family: 'Times New Roman', Times, serif;
}

.Kaku {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.Hiragino {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-rp {
  display: none;
}

.header__upper {
  height: 25px;
  background-color: #F29116;
}

.header__upper__inner {
  color: white;
  font-size: 12px;
  text-align: right;
  line-height: 25px;
}

.header__bottom {
  height: 75px;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__ul {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__li {
  margin: 0 15px;
}

.header__li > a {
  font-size: 18px;
}

.header__li > a > img {
  height: 50px;
}

.mobile-menu {
  display: none;
}

.container {
  margin-top: 100px;
}

.swiper {
  width: 100%;
  height: 500px;
  font-family: 'Shippori Mincho', serif;
}

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

.swiper__p {
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  width: 100%;
}

.swiper__p > span {
  font-size: 25px;
}

.swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept__inner {
  padding: 100px 0 0;
}

.concept__title {
  font-size: 40px;
  font-weight: 700px;
  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;
}

.concept__title::before, .concept__title::after {
  content: "";
  border-width: 3px 0 0 0;
  border-style: double;
  border-color: #002744;
  width: 550px;
}

.concept__title::before {
  margin-right: 20px;
}

.concept__title::after {
  margin-left: 20px;
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 50px 0;
}

.concept__content-rp {
  display: none;
}

.concept__left {
  width: 45%;
}

.concept__left > img {
  width: 100%;
}

.concept__left__title {
  font-size: 35px;
  border-bottom: 4px double black;
  line-height: 28px;
  margin-bottom: 10px;
}

.concept__left__sentence {
  font-size: 16px;
}

.concept__right {
  width: 45%;
}

.concept__right__title {
  font-size: 35px;
  border-bottom: 4px double black;
  line-height: 28px;
  margin-bottom: 10px;
}

.concept__right__title span {
  font-size: 12px;
}

.concept__right__sentence {
  font-size: 16px;
}

.concept__right > img {
  width: 100%;
}

.concept__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px;
}

.concept__btn {
  color: white;
  background-color: #F29116;
  font-size: 22px;
  border: none;
  border-radius: 10px;
  width: 200px;
  height: 55px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.concept__btn:hover {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.concept__bottom {
  height: 150px;
  background-color: #FFF4E6;
  position: relative;
  z-index: 1;
}

.concept__bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 150px solid white;
}

.reason__inner {
  padding: 100px 0 0;
}

.reason__title {
  font-size: 40px;
  font-weight: 700px;
  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;
}

.reason__title::before, .reason__title::after {
  content: "";
  border-width: 3px 0 0 0;
  border-style: double;
  border-color: #002744;
  width: 318px;
}

.reason__title::before {
  margin-right: 20px;
}

.reason__title::after {
  margin-left: 20px;
}

.reason__contents {
  margin-top: 50px;
}

.reason__content {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason__content__sp {
  display: none;
}

.reason__img {
  width: 100%;
  text-align: center;
}

.reason__img > img {
  width: 80%;
}

.reason__text {
  width: 100%;
  padding: 0 50px;
}

.reason__heading {
  font-size: 20px;
  font-weight: 700;
  color: #002744;
}

.reason__description {
  font-size: 16px;
  padding-top: 15px;
}

.menu {
  background-color: #FFF4E6;
}

.menu-main {
  background-color: white;
}

.menu__inner {
  padding: 50px 0 0;
}

.menu__title {
  font-size: 40px;
  font-weight: 700px;
  padding: 50px 0;
  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;
}

.menu__title::before, .menu__title::after {
  content: "";
  border-width: 3px 0 0 0;
  border-style: double;
  border-color: #002744;
  width: 550px;
}

.menu__title::before {
  margin-right: 20px;
}

.menu__title::after {
  margin-left: 20px;
}

.menu__heading {
  font-size: 28px;
  font-weight: 700;
  color: #2F2F2F;
  border-bottom: 1px solid black;
  position: relative;
}

.menu__heading-1::before {
  content: '';
  position: absolute;
  top: 41px;
  left: 0;
  height: 3px;
  width: 300px;
  background-color: #F29116;
}

.menu__heading-2::before {
  content: '';
  position: absolute;
  top: 41px;
  left: 0;
  height: 3px;
  width: 390px;
  background-color: #F29116;
}

.menu__sentence {
  padding: 25px 0;
  line-height: 35px;
  font-size: 17px;
}

.menu__sentence__bottom {
  margin-top: 20px;
  line-height: 30px;
}

.menu__sentence__bottom > h3 {
  font-size: 18px;
  font-weight: 700;
}

.menu__table {
  padding: 50px 0;
}

.menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0 auto;
}

.menu__block:nth-child(1) {
  border-top: 1px solid #B5B5B5;
}

.menu__left, .menu__right {
  height: 60px;
  line-height: 60px;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #B5B5B5;
}

.menu__left {
  font-size: 18px;
  background-color: white;
  border-left: 1px solid #B5B5B5;
  border-right: 1px solid #B5B5B5;
}

.menu__right {
  font-size: 24px;
  background-color: #EDEDED;
  border-right: 1px solid #B5B5B5;
}

.menu__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px;
}

.menu__btn {
  color: white;
  background-color: #F29116;
  font-size: 22px;
  border: none;
  border-radius: 10px;
  width: 200px;
  height: 55px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.menu__btn:hover {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu__bottom {
  height: 150px;
  background-color: white;
  position: relative;
  z-index: 1;
}

.menu__bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 150px solid #FFF4E6;
}

.menu__content {
  border-top: 1px solid #B8B8B8;
  padding: 50px 15px;
}

.menu__content:nth-child(5) {
  border-bottom: 1px solid #B8B8B8;
}

.menu__content__heading {
  font-size: 24px;
}

.menu__content__heading > span {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 7px;
  background-color: #F29116;
  margin-right: 15px;
}

.menu__content__description {
  font-size: 17px;
  line-height: 30px;
  padding: 10px 0;
}

.menu__content__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 30px;
  background: #EDEDED;
  border: 1px solid #FFF4E6;
  width: 50%;
}

.menu__content__price__left {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 70px;
  color: white;
  background: #F29116;
  border-radius: 20px;
  margin-right: 20px;
}

.menu__content__price__right {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 700;
}

.contact__inner {
  padding: 50px 0;
}

.contact__title {
  font-size: 40px;
  font-weight: 700px;
  padding: 50px 0;
  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;
}

.contact__title::before, .contact__title::after {
  content: "";
  border-width: 3px 0 0 0;
  border-style: double;
  border-color: #002744;
  width: 550px;
}

.contact__title::before {
  margin-right: 20px;
}

.contact__title::after {
  margin-left: 20px;
}

.contact__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact__left {
  font-size: 17px;
}

.contact__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2em;
}

.contact__right > img {
  height: 300px;
}

.contact__bottom__upper {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.contact__bottom__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__btn {
  color: white;
  background-color: #F29116;
  font-size: 22px;
  border: none;
  border-radius: 10px;
  width: 330px;
  height: 55px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-weight: 700;
}

.contact__btn:hover {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.contact__heading {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #B8B8B8;
  position: relative;
}

.contact__heading-1::before {
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  height: 3px;
  width: 285px;
  background-color: #F29116;
}

.contact__heading-2::before {
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  height: 3px;
  width: 125px;
  background-color: #F29116;
}

.contact__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
}

.contact__text__left > span {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 7px;
  background-color: #F29116;
  margin-right: 15px;
}

.contact__text__right {
  font-size: 16px;
  font-weight: 700;
}

.footer {
  background-color: #F29116;
  height: 35px;
}

.footer-rp {
  display: none;
}

.footer__inner {
  color: white;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.footer__right > a {
  color: white;
}

.top__img {
  position: relative;
}

.top__img > img {
  width: 100%;
}

.top__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  color: white;
  font-family: 'Hiragino Mincho Pro', sans-serif;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.access__inner {
  padding: 50px 0 0;
}

.access__title {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #B8B8B8;
  position: relative;
}

.access__title::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  height: 3px;
  width: 65px;
  background-color: #F29116;
}

.access__title > span {
  font-size: 18px;
}

.access__title-sp {
  display: none;
}

.access__content {
  padding: 25px 0;
}

.access__heading {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #B8B8B8;
}

.access__explain {
  padding: 25px 0;
}

.access__map {
  text-align: center;
}

.access__map > iframe {
  width: 100%;
}

.flow__inner {
  padding: 50px 0 0;
}

.flow__title {
  font-size: 40px;
  font-weight: 700px;
  padding: 50px 0;
  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;
}

.flow__title::before, .flow__title::after {
  content: "";
  border-width: 3px 0 0 0;
  border-style: double;
  border-color: #002744;
  width: 550px;
}

.flow__title::before {
  margin-right: 20px;
}

.flow__title::after {
  margin-left: 20px;
}

.flow__contents {
  width: 80%;
  margin: 0 auto;
}

.flow__contents__heading {
  color: white;
  font-size: 17px;
  font-weight: 700;
  width: 170px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #F29116;
  border-radius: 5px;
  margin: 0 auto;
}

.flow__contents__img {
  text-align: center;
  margin: 25px 0;
}

.flow__contents__img > img {
  width: 100%;
}

.flow__content {
  width: 100%;
  padding: 30px;
  margin: 25px 0;
  -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.flow__content__heading {
  font-size: 17px;
  font-weight: 700;
  color: #3F3F3F;
  border-bottom: 1px solid #F29116;
}

.flow__content__text {
  font-size: 14px;
  padding: 20px 0;
}

.flow__content__attention {
  border: 20px solid #F29116;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0 30px;
}

.pp__inner {
  padding: 50px 0;
}

.pp__title {
  font-size: 18px;
  font-weight: 700;
  color: #2F2F2F;
  border-bottom: 1px solid black;
  position: relative;
}

.pp__title::before {
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  height: 3px;
  width: 180px;
  background-color: #F29116;
}

.pp__text, .pp__content {
  font-size: 16px;
  font-weight: 700;
  margin: 25px 0;
}

.pp__contents {
  margin: 50px 0;
}

/* タブレット表示時 */
@media (max-width: 1024px) {
  .header-pc {
    display: none;
  }
  .header-rp {
    display: block;
    height: 60px;
    padding: 0 50px;
    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;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
  }
  .mobile-menu__btn {
    background-color: unset;
    border: none;
    outline: none !important;
    cursor: pointer;
  }
  .mobile-menu__btn > span {
    background-color: black;
    width: 35px;
    height: 2px;
    display: block;
    margin-bottom: 9px;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .mobile-menu__btn > span:last-child {
    margin-bottom: 0;
  }
  .mobile-menu__main {
    padding: 0;
  }
  .mobile-menu__li {
    list-style: none;
    color: black;
    display: block;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ECECEC;
  }
  .mobile-menu__li > a {
    color: black;
  }
  .mobile-menu__li > a > span {
    color: black;
    font-size: 10px;
    margin-left: 10px;
  }
  .mobile-menu__li:last-child {
    font-size: 12px;
  }
  .mobile-menu__toggle {
    margin-left: 20px;
  }
  .mobile-menu__toggle > i {
    font-size: 20px;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .mobile-menu__toggle.active .fa-caret-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu-open .mobile-menu {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  .menu-open .mobile-menu__btn > span {
    background-color: black;
  }
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    -webkit-transition-delay: 70ms;
            transition-delay: 70ms;
    -webkit-transform: translateY(11px) rotate(135deg);
            transform: translateY(11px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(2) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateX(-18px) scaleX(0);
            transform: translateX(-18px) scaleX(0);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    -webkit-transition-delay: 140ms;
            transition-delay: 140ms;
    -webkit-transform: translateY(-11px) rotate(-135deg);
            transform: translateY(-11px) rotate(-135deg);
  }
  .container {
    margin-top: 60px;
  }
  .concept__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .concept__content-pc {
    display: none;
  }
  .concept__content-rp {
    display: block;
  }
  .concept__left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .concept__right {
    width: 100%;
  }
  .concept__right__title {
    margin: 10px 0;
  }
  .concept__right__title-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reason__inner {
    padding: 25px 0 0;
  }
  .reason__title {
    font-size: 35px;
  }
  .reason__title::before, .reason__title::after {
    width: 153px;
  }
  .reason__contents {
    margin-top: 0;
  }
  .reason__content {
    padding: 25px 0;
  }
  .reason__img > img {
    width: 100%;
  }
  .reason__icon > img {
    height: 60px;
  }
  .reason__heading {
    font-size: 16px;
  }
  .menu__sentence {
    font-size: 15px;
  }
  .menu__table {
    padding: 25px 0;
  }
  .menu__left {
    font-size: 15px;
  }
  .menu__right {
    font-size: 20px;
  }
  .menu__content__price {
    width: 80%;
  }
  .contact__upper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__right {
    text-align: center;
  }
  .contact__bottom__upper {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contact__bottom__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact__btn {
    color: white;
    background-color: #F29116;
    font-size: 22px;
    border: none;
    border-radius: 10px;
    width: 330px;
    height: 55px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-weight: 700;
  }
  .contact__btn:hover {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

/* スマホ表示時 */
@media (max-width: 599px) {
  .swiper {
    height: 350px;
  }
  .swiper__title > img {
    width: 350px;
  }
  .swiper__p {
    font-size: 20px;
  }
  .swiper__p > span {
    font-size: 18px;
  }
  .concept__inner {
    padding: 50px 0 0;
  }
  .concept__title {
    font-size: 28px;
  }
  .concept__content {
    padding: 15px 0;
  }
  .concept__left > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .concept__right {
    margin-bottom: 30px;
  }
  .concept__right__title {
    font-size: 25px;
  }
  .concept__right__title__right {
    font-size: 20px;
  }
  .concept__btn {
    font-size: 18px;
    height: 45px;
  }
  .concept__bottom {
    height: 50px;
  }
  .concept__bottom::before {
    border-top: 50px solid white;
  }
  .reason__title {
    font-size: 20px;
  }
  .reason__title::before, .reason__title::after {
    width: 50px;
  }
  .reason__contents {
    margin-top: 0;
  }
  .reason__text {
    padding: 0 !important;
  }
  .reason__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
  }
  .reason__content__pc {
    display: none;
  }
  .reason__content__sp {
    display: block;
  }
  .reason__img {
    position: relative;
  }
  .reason__img > img {
    width: 100%;
  }
  .reason__icon {
    position: absolute;
    top: -30px;
    left: 0;
  }
  .reason__heading {
    padding-top: 15px;
  }
  .menu__inner {
    padding: 25px 0 0;
  }
  .menu__title {
    font-size: 28px;
  }
  .menu__heading {
    font-size: 20px;
  }
  .menu__heading-1::before {
    top: 29px;
    width: 220px;
  }
  .menu__heading-2::before {
    top: 29px;
    width: 280px;
  }
  .menu__sentence {
    line-height: 25px;
    font-size: 16px;
  }
  .menu__block {
    width: 100%;
  }
  .menu__left, .menu__right {
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #B5B5B5;
  }
  .menu__left {
    width: 70%;
    font-size: 12px;
  }
  .menu__right {
    width: 30%;
    font-size: 14px;
  }
  .menu__btn {
    font-size: 18px;
    height: 45px;
  }
  .menu__bottom {
    height: 50px;
  }
  .menu__bottom::before {
    border-top: 50px solid #FFF4E6;
  }
  .menu__content__heading {
    font-size: 18px;
  }
  .menu__content__description {
    font-size: 16px;
  }
  .menu__content__price {
    width: 100%;
  }
  .menu__content__price__left {
    font-size: 12px;
    padding: 5px 30px;
  }
  .menu__content__price__right {
    font-size: 16px;
  }
  .contact__inner {
    padding: 25px 0;
  }
  .contact__title {
    font-size: 28px;
  }
  .contact__left {
    font-size: 16px;
  }
  .contact__li:nth-child(2) > .contact__li__left {
    width: 50px;
  }
  .contact__right > img {
    height: 180px;
  }
  .contact__bottom {
    margin-bottom: 50px;
  }
  .contact__bottom__upper {
    padding: 25px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact__button:nth-child(1) {
    padding-bottom: 25px;
  }
  .contact__btn {
    font-size: 18px;
    height: 45px;
  }
  .contact__text__right {
    font-size: 14px;
  }
  .footer-rp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    background-color: #F29116;
    z-index: 100;
  }
  .footer__inner {
    display: none;
  }
  .footer__block {
    width: 34%;
    text-align: center;
    padding: 15px 0 25px;
  }
  .footer__block > a {
    color: white;
  }
  .footer__block:nth-child(1) {
    background-color: #57BE37;
  }
  .footer__block:nth-child(2) {
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  .footer__block:nth-child(3) {
    background-color: #4987FF;
  }
  .top__title {
    font-size: 22px;
  }
  .access__title {
    font-size: 18px;
  }
  .access__title::before {
    top: 53px;
    width: 280px;
  }
  .access__title > span {
    font-size: 14px;
  }
  .access__title-pc {
    display: none;
  }
  .access__title-sp {
    display: block;
  }
  .access__explain {
    font-size: 14px;
  }
  .access__map {
    text-align: center;
  }
  .access__map > iframe {
    width: 100%;
  }
  .flow__inner {
    padding: 25px 0 0;
  }
  .flow__title {
    font-size: 28px;
  }
  .flow__contents {
    width: 100%;
  }
  .pp__text, .pp__content {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */