@charset "UTF-8";
@import url("https://use.typekit.net/qcw0qcf.css");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "ヒラギノ角ゴシックPro N", "メイリオ", "Meiryo", "Hiragino Sans", sans-serif;
  border: none;
  background-color: #23b6bc;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #333333;
}

a:hover {
  color: #333333;
}

dl,
ol,
ul {
  margin: 0;
}

li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .is-sp {
    display: none;
  }
}

.breadcrumb {
  color: #8d8d8d;
  font-size: 12px;
  margin-bottom: 14px;
}

/*
.breadcrumb .home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 10px;
} */
.breadcrumb a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrumb a:hover {
  opacity: 0.6;
}

.breadcrumb i {
  margin-left: 15px;
  margin-right: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.section {
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .section {
    margin: 0 auto 32px;
  }
}

.inner {
  max-width: 810px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .inner {
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.title {
  color: #23b6bc;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 43px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1rem;
  padding-top: 32px;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 32px;
  }
}

.btn {
  color: #ffffff;
  background-color: #c63205;
  width: 120px;
  height: 40px;
  border: none;
  font-size: 14px;
  padding: 0;
}

.btn:hover {
  background-color: crimson;
}

.btn:active {
  background-color: cyan;
}

.btn:hover {
  cursor: pointer;
}

.pagination {
  margin-top: 0;
  text-align: center;
}

.news-pagination {
  margin-top: 4px;
}

.pagination a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  font-size: 16px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  border: 1px solid #e2e2e2;
  color: #808080;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  height: 27px;
  line-height: 27px;
  padding-right: 2px;
  min-width: 27px;
  text-align: center;
  text-decoration: none;
}

.last {
  background-color: rgba(0, 0, 0, 0);
}

.page-numbers:last-child {
  padding-right: 0;
}

.page-numbers.current {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #f4d102;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  line-height: 28px;
  min-width: initial;
  width: 30px;
  height: 30px;
  border: 1px solid #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-number-right {
  color: #161616;
  line-height: 28px;
  width: 30px;
  height: 30px;
  font-size: 16px;
}

.header {
  height: 90px;
  width: 100%;
  line-height: 1.6;
  background-color: #e2e2e2;
  position: fixed;
  opacity: 1;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    position: fixed;
    background-color: #e2e2e2;
    border-bottom: 1px dotted #603813;
    top: 0;
    opacity: 1;
    z-index: 1000;
  }
}

.header .header-inner {
  margin: 0 auto;
  height: 100%;
  max-width: 1200px;
}

.header .header-inner .nav-pc {
  font-family: "ヒラギノ角ゴシックPro N", "メイリオ", "Meiryo", "Hiragino Sans", sans-serif;
  text-align: center;
  height: 100%;
  position: relative;
}

.header .header-inner .nav-pc .head-logo {
  width: 16%;
  padding: 20px 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.header .header-inner .nav-pc .head-logo img {
  width: 100%;
}

.header .header-inner .nav-pc .nav-pc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.header .header-inner .nav-pc .nav-pc-item :first-child {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .header .header-inner .nav-pc .nav-pc-item {
    display: none;
  }
}

.header .header-inner .nav-pc li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 30px;
  padding-right: 30px;
}

.header .header-inner .nav-pc li li:last-child {
  padding-right: 16px;
}

.header .header-inner .nav-pc li a {
  font-size: 22px;
  color: #23b6bc;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 8px 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .header .header-inner .nav-pc li a {
    font-size: 18px;
  }
}

/*ハンバーガーメニューの設定*/
.drawer {
  position: relative;
}

@media screen and (max-width: 767px) {
  .drawer {
    display: block;
  }
  .drawer .drawer-hamburger-icon {
    height: 4px;
    border-radius: 2px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .drawer .drawer-hamburger-icon {
    width: 100%;
    right: 4px;
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .drawer .drawer-toggle {
    padding: 12px;
  }
  .drawer .drawer-hamburger-icon:after,
  .drawer .drawer-hamburger-icon:before {
    background-color: black;
    height: 4px;
    border-radius: 2px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .drawer .drawer-hamburger-icon:after,
  .drawer .drawer-hamburger-icon:before {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .drawer .drawer-menu {
    margin-top: 68px;
  }
  .drawer .drawer-nav {
    background: #fff;
  }
  .drawer .drawer-nav ul li {
    height: 54px;
  }
  .drawer .drawer-nav ul li a {
    font-size: 22px;
    padding-left: 20%;
    line-height: 1.2;
  }
}

.drawer .head-logo {
  background: url(../img/poh-head.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
  width: 18%;
  height: 40px;
  left: 0;
}

.drawer-open {
  width: 100%;
}

.drawer-open .drawer-logo {
  display: none;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  background-color: #ffffff;
}

.drawer-menu-item {
  display: block;
  color: #3e3e3e;
  text-align: center;
  font-size: 18px;
  position: relative;
  line-height: 1.125rem;
  padding: 1rem 0.75rem;
  float: none;
}

@media (min-width: 768px) {
  button.drawer-hamburger-icon,
  button.drawer-toggle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .drawer-open .drawer-overlay {
    background-color: #3e3e3e;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .drawer-hamburger {
    width: 26px;
  }
}

@media screen and (max-width: 767px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 80%;
    top: 5%;
  }
}

@media screen and (max-width: 767px) {
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }
}

.drawer-open .drawer-nav {
  width: 80%;
  background-color: #23b6bc;
  opacity: 0.8;
}

.section {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 32px;
  }
}

#splash {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #333;
  text-align: center;
  color: #fff;
  opacity: 1;
  visibility: visible;
}

#splash.is-active {
  opacity: 0;
  visibility: hidden;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

#splash_logo.is-active {
  opacity: 1;
  visibility: visible;
}

#splash_logo img {
  width: 260px;
}

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

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

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

.main {
  position: relative;
  background-color: #23b6bc;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 60px;
  }
}

.main .hero-up {
  padding-top: 30px;
  text-align: center;
  /* CSSアニメーションの指定 */
  /* CSSアニメーションの設定 */
}

.main .hero-up h2 {
  padding-top: 46px;
  color: #ffffff;
  font-size: 48px;
}

.main .hero-up .head-line {
  -webkit-animation: SlideIn 2.6s infinite;
          animation: SlideIn 2.6s infinite;
}

@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.main .hero-up img {
  width: 50%;
  height: 50%;
}

.main .hero-below {
  padding-bottom: 30px;
}

.main .hero-below .message p {
  color: #ffffff;
  font-size: 24px;
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .main .hero-below .message p {
    font-size: 18px;
  }
}

.about {
  background: url(../img/paper_00108.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about {
    height: auto;
  }
}

.about .about-top {
  height: 100%;
  position: relative;
}

.about .about-top inner {
  padding: 16px;
  position: relative;
}

.about .about-top .about-back-img {
  position: absolute;
  top: 15%;
  right: 20px;
  left: 30%;
  z-index: 0;
  width: 40%;
}

.about .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about .about-item {
    display: block;
  }
}

.about .about-img {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about .about-img {
    height: auto;
  }
}

.about .about-img img {
  border-radius: 50%;
}

.about .mention {
  width: 70%;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  .about .mention {
    width: 100%;
  }
}

.about .mention p {
  font-family: a-otf-jun-pro, sans-serif;
  font-size: 18px;
  color: #312c2c;
}

@media screen and (max-width: 767px) {
  .about .mention p {
    font-size: 14px;
  }
}

.about .about-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}

.about .about-below .below-img {
  display: block;
  text-align: center;
  width: 30%;
}

.about .about-below img {
  width: 100px;
  display: inline;
}

@media screen and (max-width: 767px) {
  .about .about-below img {
    width: 60px;
  }
}

.about .about-below .below-mention {
  width: 70%;
  padding-left: 12px;
}

.news {
  background-color: #23b6bc;
}

.inner-news {
  position: relative;
}

@media screen and (max-width: 767px) {
  .inner-news {
    padding-bottom: 2rem;
  }
}

.inner-news .title {
  color: #ffffff;
}

.news-btn {
  position: absolute;
  top: 10px;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .news-btn {
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .news-btn {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 0;
    top: auto;
  }
}

.news-items {
  margin-top: 30px;
}

.news-items-up {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(300px auto);
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

@media screen and (max-width: 767px) {
  .news-items-up {
    display: block;
    -ms-grid-column-align: unset;
        justify-self: unset;
    padding: 0 30px;
  }
}

.news-item:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.news-item {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .news-item {
    padding-bottom: 30px;
    width: 100%;
  }
}

.news-item .thumbnail-news {
  display: block;
  opacity: 1;
  width: 100%;
  height: 120px;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .news-item .thumbnail-news {
    -webkit-box-shadow: 2px 2px 4px #3e3e3e;
            box-shadow: 2px 2px 4px #3e3e3e;
  }
}

.news-item .news-index {
  background-color: #ffffff;
  padding: 10px 16px 0;
  height: 118px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .news-item .news-index {
    padding: 4px 4px 0;
    height: 80px;
    -webkit-box-shadow: 2px 2px 4px #3e3e3e;
            box-shadow: 2px 2px 4px #3e3e3e;
  }
}

.news-item .news-index span {
  color: #666666;
  font-size: 12px;
}

.news-item .news-index p {
  line-height: 1.3;
}

.news-item .news-items-below {
  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) {
  .news-item .news-items-below {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 0 30px;
  }
}

.news-item .news-pagination {
  display: inline-block;
  width: 100%;
}

.news-item .title-news-child {
  padding-top: 30px;
}

.news-item .news-items-child {
  margin-top: 26px;
}

.news-item .section-news-single {
  margin-bottom: 45px;
}

.news-item .news-item-single {
  padding-top: 24px;
}

.news-item .news-item-single .thumbnail-news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 578px;
  width: 100%;
  position: relative;
}

.news-item .news-item-single .thumbnail-news::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

.news-item .news-item-single .thumbnail-news:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.news-item .news-item-single .news-single-title {
  background-color: #1a1a1a;
  color: #ffffff;
  height: 76px;
}

.news-item .news-item-single .news-single-title p {
  margin-bottom: 0.5rem;
  font-size: 12px;
  padding-top: 6px;
  padding-left: 28px;
}

.news-item .news-item-single .news-single-title h1 {
  font-size: 26px;
  margin-bottom: 0;
  padding-left: 28px;
}

.news-item .news-item-single .news-single-index {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
}

.news-item .news-item-single .news-single-index h2 {
  font-size: 22px;
  line-height: 1.2;
}

.news-item .news-item-single .news-single-index :first-child {
  margin-bottom: 0;
}

.news-item .news-item-single .news-single-index :nth-child(2) {
  margin-bottom: 28px;
}

.news-item .news-item-single .news-single-index h3 {
  font-size: 18px;
  margin: 28px 0;
}

.news-item .news-item-single .news-single-index p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.news-item .news-item-single .news-single-index .single-news-last-text {
  margin-bottom: 0;
  line-height: 1.65;
}

.news-single-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 810px;
  width: 100%;
  padding-top: 18px;
}

.news-single-nav .news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.news-single-nav .news-nav a {
  padding-top: 16px;
}

.news-single-nav .news-nav .nav-chevron {
  cursor: none;
  pointer-events: none;
}

.news-single-nav .news-nav-text {
  padding: 0 8px;
}

.news-single-nav .news-nav-text time {
  font-size: 12px;
}

.news-single-nav .news-nav-text p {
  font-size: 14px;
}

.news-single-nav .nav-left {
  text-align: left;
}

.news-single-nav .nav-right {
  text-align: right;
}

.fa-chevron-circle-left::before {
  font-size: 34px;
}

.fa-chevron-circle-right::before {
  font-size: 34px;
}

.nav-right-arrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.blog {
  background-color: #e2e2e2;
  background-size: cover;
  width: 100%;
}

.blog .blog-top {
  width: 100%;
  height: 100%;
}

.blog .inner {
  height: 100%;
  padding-bottom: 48px;
}

.blog .inner p {
  font-family: a-otf-jun-pro, sans-serif;
  font-size: 18px;
}

.blog .inner .blog-content {
  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) {
  .blog .inner .blog-content {
    display: block;
  }
}

.blog .inner .blog-content .blog-item {
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}

.blog .inner .blog-content .blog-item .thumbnail-blog {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  -webkit-box-shadow: 2px 5px 5px #808080;
          box-shadow: 2px 5px 5px #808080;
}

.blog .inner .blog-content .blog-item .blog-text {
  padding: 16px;
  -webkit-box-shadow: 2px 5px 5px #808080;
          box-shadow: 2px 5px 5px #808080;
}

.menu {
  background: url(../img/paper_00108.jpg) center;
  background-size: cover;
  width: 100%;
  color: #23b6bc;
  font-family: "Meiryo";
  font-weight: 300;
}

.menu .menu-top {
  padding-bottom: 80px;
  position: relative;
}

.menu .menu-top .inner .reserve_btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.menu h2 {
  margin-bottom: 30px;
}

.menu .menu-contents {
  width: 100%;
  height: 100%;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(300px auto);
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  padding-top: 30px;
  margin: 0 auto;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .menu .menu-contents {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-auto-rows: minmax(140px auto);
    -webkit-column-gap: 16px;
            column-gap: 16px;
  }
}

.menu .menu-contents li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border: solid 1px;
  border-radius: 15px;
  margin: 0 auto;
}

.menu .menu-contents li .menu-content {
  background-size: cover;
  height: 60px;
  width: 60px;
}

.menu .menu-contents li .shampoo {
  height: 80px;
  width: 100px;
}

.menu .menu-contents li .menu-item {
  width: 40%;
  padding-left: 16px;
  text-align: right;
  font-size: 14px;
}

.style {
  background-color: #23b6bc;
  background-size: cover;
  width: 100%;
  /* 背景画像のスタイルの設定 */
  /* スライドさせるコンテンツのスタイル（絶対配置）*/
}

.style .title {
  color: #ffffff;
}

.style .style-top p {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}

.style .swiper {
  max-width: 810px;
  padding-bottom: 30px;
  margin: 0 auto;
}

.style .bg-slide-image {
  width: 250px;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.style .swiper-slide .slide-content p {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  text-shadow: 0.5px 0.5px rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.style .swiper-button-next,
.style .swiper-button-prev {
  --swiper-navigation-color: #ffffff;
  border: none;
}

.style .swiper-button-next::after,
.style .swiper-button-prev::after {
  border: none;
}

.access {
  width: 100%;
  padding: 0 40px 40px;
  position: relative;
  z-index: 7;
  background-color: #e2e2e2;
}

@media screen and (max-width: 767px) {
  .access {
    margin-bottom: 0;
    padding: 0 0 60px;
    background-color: #23b6bc;
  }
}

.map-bg {
  background-color: #3e3e3e;
  height: 76.5%;
  width: 76.5%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .map-bg {
    height: 90%;
  }
}

@media screen and (max-width: 767px) {
  .map-bg {
    opacity: 0;
  }
}

.access-inner {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .access-inner {
    height: 100%;
    display: block;
    padding: 0 1rem;
  }
}

.access-inner .access-map {
  margin-left: 60px;
  width: 36.5%;
  cursor: auto;
  z-index: 8;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .access-inner .access-map {
    margin-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .access-inner .access-map {
    margin-left: 0;
    width: 100%;
  }
}

.access-inner .access-map .title {
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .access-inner .access-map .title {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .access-inner .access-map .title {
    padding-bottom: 2.25rem;
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    padding: 16px;
  }
}

.access-inner .access-map .map-info {
  color: #23b6bc;
  background-color: #3e3e3e;
}

@media screen and (max-width: 767px) {
  .access-inner .access-map .map-info {
    padding: 12px;
  }
}

.access-inner .access-map .map-info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4rem;
}

@media screen and (max-width: 767px) {
  .access-inner .access-map .map-info p {
    font-size: 14px;
    letter-spacing: -0.03rem;
  }
}

.access-inner .access-map .map-info p:nth-child(n+2) {
  margin: 8px;
}

.access-inner .access-map .map-info ol {
  padding-left: 0px;
}

.access-inner .access-map .map-info ol p {
  margin-bottom: 2px;
}

.access-inner .access-map .map-info ol li {
  font-size: 12px;
  counter-increment: table-ol;
}

.access-inner .access-map .map-info ol li:before {
  content: counter(table-ol) ".";
  padding-right: 0.4em;
  text-align: right;
}

.access-inner .access-map .google-maps {
  display: block;
  font-family: futura-pt-condensed, sans-serif;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .access-inner .access-map .google-maps {
    display: none;
  }
}

.access-inner .access-map .google-maps span {
  display: block;
  border: 1px solid #23b6bc;
  height: 4rem;
  line-height: 4rem;
  font-size: 20px;
  text-align: center;
  color: #23b6bc;
  width: 76%;
  margin-top: 2rem;
  background-color: #3e3e3e;
  cursor: pointer;
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
  letter-spacing: 0.2rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .access-inner .access-map .google-maps span {
    font-size: 16px;
  }
}

.access-inner .access-map .google-maps span:hover {
  background-color: #ffffff;
  color: #3e3e3e;
  border: 1px solid #707070;
}

.access-inner .google-maps2 {
  display: none;
  font-family: futura-pt-condensed, sans-serif;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .access-inner .google-maps2 {
    display: block;
  }
}

.access-inner .google-maps2 span {
  display: block;
  border: 1px solid #ffffff;
  height: 4rem;
  line-height: 4rem;
  font-size: 20px;
  text-align: center;
  color: #23b6bc;
  width: 100%;
  margin-top: 2rem;
  background-color: #3e3e3e;
  cursor: pointer;
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .access-inner .google-maps2 span {
    font-size: 18px;
    margin-top: 24px;
    line-height: 3.4rem;
    height: 3.4rem;
    letter-spacing: 0.2rem;
  }
}

.access-inner .google-maps2 span:hover {
  background-color: #ffffff;
  color: #3e3e3e;
  border: 1px solid #707070;
}

.access-inner .map-data {
  margin: 120px 0 0;
  width: 63.5%;
  position: relative;
  padding-top: 45%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .access-inner .map-data {
    width: 100%;
    margin: 12px auto;
    padding-top: 70%;
  }
}

.access-inner .map-data iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inquiry {
  margin-bottom: 60px;
}

.inquiry .title {
  color: #ffffff;
}

.inquiry .inner p {
  color: #ffffff;
  font-family: a-otf-jun-pro, sans-serif;
}

.inquiry .inquiry-btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  margin: 30px auto 0;
  text-align: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.inquiry .btn-inquiry {
  background-color: #603813;
  width: 140px;
  font-size: 12px;
}

.inquiry .btn-inquiry:hover {
  color: #23b6bc;
}

.inquiry-form {
  padding: 24px 30px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 24px;
}

.inquiry-form p {
  letter-spacing: 0.12rem;
  line-height: 1.8;
  margin-bottom: 28px;
}

.inquiry-form .form_item {
  text-align: right;
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .inquiry-form .form_item {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .inquiry-form .form_item {
    text-align: center;
  }
}

.form-btn {
  margin-bottom: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  max-width: 520px;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px;
}

input[type="text"]:valid,
input[type="email"]:valid,
input[type="tel"]:valid,
textarea[type="text"]:valid {
  background: #e2e2e2;
}

textarea {
  max-width: 520px;
  width: 100%;
  height: 10.3125rem;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px;
}

.textfield_label {
  display: inline-block;
  width: 10rem;
  text-align: right;
  font-size: 18px;
  line-height: 2;
  padding-right: 6px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .textfield_label {
    width: 520px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .textfield_label {
    text-align: left;
    width: 520px;
  }
}

.textarea_label {
  line-height: 10rem;
  padding-right: 6px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .textarea_label {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .textarea_label {
    line-height: 2;
  }
}

.submit-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  cursor: pointer;
}

input[type="submit"] {
  padding: 6px 20px;
  border: 1px solid #808080;
  background: #808080;
  color: #ffffff;
  font-size: 18px;
  width: 200px;
  height: 60px;
}

input[type="submit"].-active {
  background: #c63205;
  border: 1px solid #c63205;
}

.confirm-msg {
  background: rgba(255, 255, 255, 0.29);
  width: 100%;
  height: 110px;
  display: table;
  margin-top: 20px;
}

.confirm-msg p {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}

footer {
  max-width: 100%;
  margin: 0;
  padding: 0 40px;
  background-color: #3e3e3e;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: auto;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  footer {
    height: auto;
  }
}

footer .footer-inner {
  max-width: 810px;
  margin: 0 auto;
  height: 100%;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  footer .footer-inner {
    padding: 60px 32px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-inner {
    display: block;
    padding-bottom: 40px;
  }
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .icon {
    display: inline;
  }
}

.icon .sn-icon {
  padding-right: 2rem;
}

@media screen and (max-width: 767px) {
  .icon .sn-icon {
    padding: 12px;
  }
}

.icon .sn-icon img {
  width: 2.225rem;
  height: 2.225rem;
  opacity: 0.6;
  -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
          filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.footer-sub {
  display: block;
  margin-top: 18px;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .footer-sub {
    margin: 12px auto;
  }
}

.footer-sub a {
  margin-bottom: 1rem;
  display: block;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .footer-sub a {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .footer-left {
    text-align: center;
  }
}

.footer-right {
  color: #ffffff;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .footer-right {
    text-align: center;
  }
}

.footer-right img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .footer-right img {
    width: 20%;
  }
}

.footer-right h2 {
  margin: 0;
  line-height: 3.5rem;
  font-size: 2.4rem;
  color: #e3e3e3;
}

@media screen and (max-width: 767px) {
  .footer-right h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0.75rem;
    text-align: center;
  }
}

.footer-right p {
  text-align: right;
  font-size: 12px;
  line-height: 15px;
}

@media screen and (max-width: 767px) {
  .footer-right p {
    text-align: center;
  }
}

.totop {
  position: fixed;
  width: 52px;
  height: 52px;
  right: 2.5rem;
  bottom: 2.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 90;
  margin-left: 92%;
}

.totop .fa-chevron-circle-up {
  width: 52px;
  height: 52px;
}

@media screen and (max-width: 767px) {
  .totop {
    width: 50px;
    height: 50px;
    bottom: 0.75rem;
    right: 1rem;
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #20a3ea;
  z-index: 9999;
  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;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
