@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -webkit-font-smoothing: antialiased;
  adding: 0 !important;
  margin: 0 !important;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

/* ---------------------------------------- */
button::-moz-focus-inner {
  border: 0;
}

/* ---------------------------------------- */
a {
  background: transparent;
}

a:focus {
  outline: none;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bold;
}

li {
  list-style: none;
}

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

td,
th {
  padding: 0;
}

/* ---------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------------------------------- */
.slideInUp {
  position: relative;
  opacity: 0;
}

/* ---------------------------------------- */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (min-width: 768px) {
  .row-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .row-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-20 > div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-30 > div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-40 > div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row-50 > div {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-70 > div {
    padding-right: 35px;
    padding-left: 35px;
  }
  .row-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-80 > div {
    padding-right: 40px;
    padding-left: 40px;
  }
  .row-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row-90 > div {
    padding-right: 45px;
    padding-left: 45px;
  }
  .row-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-100 > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.ratio-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ratio-wrap:before {
  content: "";
  display: block;
}

.ratio-wrap.ratio-1x1:before {
  padding-top: 100%;
}

.ratio-wrap.ratio-2x1:before {
  padding-top: 50%;
}

.ratio-wrap.ratio-3x1:before {
  padding-top: 33.3333%;
}

.ratio-wrap.ratio-5x2:before {
  padding-top: 40%;
}

.ratio-wrap.ratio-3x2:before {
  padding-top: 66.6666%;
}

.ratio-wrap.ratio-4x3:before {
  padding-top: 75%;
}

.ratio-wrap.ratio-16x9:before {
  padding-top: 56.25%;
}

.ratio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.ratio.contain {
  background-size: contain;
}

/*
font-family: 'Barlow', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
/* ---------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  background-color: #fff;
}

/* ---------------------------------------- */
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.noto-sans.light {
  font-weight: 300;
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.strong {
  font-weight: 500;
}

/* ---------------------------------------- */
#wrap {
  overflow: hidden;
  margin-top: 100px;
}
@media (min-width: 768px) {
  #wrap {
    margin-top: 130px;
  }
}

.container {
  max-width: 1270px;
}
@media (max-width: 575px) {
  .container {
    padding: 0 30px;
  }
}

/* ---------------------------------------- */
a,
a:link,
a:hover,
a:active,
a:visited {
  color: #333;
  background-repeat: no-repeat;
  word-break: break-all;
}

/* ---------------------------------------- */
a.gmap {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #67bae1;
  font-size: 1.4rem;
  text-decoration: none;
  border-bottom: solid 1px #67bae1;
  padding-bottom: 0.5em;
  background-image: url(/assets/img/common/ic_gmap.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 20px;
}

/* ---------------------------------------- */
a.btn-1 {
  width: 300px;
  height: 70px;
  line-height: 66px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-block;
  color: #67bae1;
  border: solid 1px #67bae1;
  text-decoration: none;
  background-image: url(/assets/img/common/ic_btn_1_0.svg);
  background-position: center right 20px;
  transition: all 0.5s ease-out;
}
a.btn-1:hover {
  color: #fff;
  background-color: #67bae1;
  background-image: url(/assets/img/common/ic_btn_1_1.svg);
}

a.btn-2 {
  width: 300px;
  height: 70px;
  line-height: 66px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #67bae1;
  border: solid 1px #67bae1;
  text-decoration: none;
  background-image: url(/assets/img/common/ic_btn_1_1.svg);
  background-position: center right 20px;
  transition: all 0.5s ease-out;
}
a.btn-2:hover {
  color: #67bae1;
  background-color: #fff;
  background-image: url(/assets/img/common/ic_btn_1_0.svg);
}

/* ---------------------------------------- */
p,
ul,
ol,
table {
  line-height: 2;
}

.h1 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
}
@media (min-width: 576px) {
  .h1 {
    font-size: 4rem;
  }
}

.h1-en {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .h1-en {
    font-size: 1.8rem;
    margin-bottom: 100px;
  }
}

.h2 {
  line-height: 2;
  margin-bottom: 1em;
  font-size: 2.2rem;
}
@media (min-width: 576px) {
  .h2 {
    font-size: 2.8rem;
  }
}

.h2-l {
  border-top: solid 1px #67bae1;
  border-bottom: solid 1px #ececec;
  padding: 1em 0;
  line-height: 2;
  margin-bottom: 1em;
  font-size: 2.2rem;
}
@media (min-width: 576px) {
  .h2-l {
    font-size: 2.8rem;
  }
}

.h3-l {
  line-height: 2;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .h3-l {
    font-size: 2.2rem;
  }
}

.h3 {
  line-height: 2;
  font-size: 1.8rem;
}

.h4 {
  line-height: 2;
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  .h4 {
    font-size: 2rem;
  }
}

.h5 {
  border-left: solid 1px #67bae1;
  padding: 0.6em 1.2em;
  font-size: 1.6rem;
}

.h-en {
  letter-spacing: 0.05em;
  font-size: 3rem;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .h-en {
    font-size: 5rem;
    margin-bottom: 80px;
  }
}

.h-section {
  position: relative;
  padding-top: 20px;
  font-size: 2.4rem;
}
@media (min-width: 576px) {
  .h-section {
    font-size: 3rem;
  }
}

.h-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 140px;
  height: 2px;
  background-color: #67bae1;
}

.h-section-en {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  margin-top: 0.5em;
}

section {
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  section {
    margin-bottom: 120px;
  }
}

.section-left {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .section-left {
    width: 200px;
  }
}

.section-right {
  width: 100%;
}
@media (min-width: 1200px) {
  .section-right {
    width: 960px;
  }
}

.section-separator {
  font-size: 1px;
  height: 1px;
  background-color: #e4e4e4;
  margin-bottom: 80px;
}
@media (min-width: 576px) {
  .section-separator {
    margin-bottom: 160px;
  }
}

.line-top-1 {
  border-top: solid 1px #ccc;
}

/* ---------------------------------------- */
.ic-marker {
  background-image: url(/assets/img/common/ic_marker_white.svg);
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 20px;
  padding-left: 24px;
}

/* ---------------------------------------- */
.text-size-12 {
  font-size: 1.2rem;
}

.text-size-13 {
  font-size: 1.3rem;
}

.text-size-14 {
  font-size: 1.4rem;
}

.text-size-15 {
  font-size: 1.5rem;
}

.text-size-16 {
  font-size: 1.6rem;
}

/* ---------------------------------------- */
.box-1 {
  border: solid 1px #67bae1;
  padding: 20px 30px;
}
@media (min-width: 576px) {
  .box-1 {
    padding: 30px 40px;
  }
}

/* ---------------------------------------- */
ul.list-1 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 16px;
}
ul.list-1 li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #67bae1;
  border-radius: 50%;
}

ul.list-2 {
  font-size: 1.2rem;
}
ul.list-2 li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  line-height: 2;
}
ul.list-2 li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

ol.list-2 {
  font-size: 1.2rem;
  counter-reset: item1;
}
ol.list-2 li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
  line-height: 2;
}
ol.list-2 li:before {
  counter-increment: item1;
  content: "※" counter(item1);
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

table.table-1 tr th,
table.table-1 tr td {
  padding-bottom: 0.7em;
}
table.table-1 tr th {
  position: relative;
  font-weight: 400;
  vertical-align: top;
  text-align: left;
  padding-right: 1.2em;
  white-space: nowrap;
}
table.table-1 tr th:after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
table.table-1 tr td {
  padding-left: 0.2em;
}

/* ---------------------------------------- */
.lang {
  width: 170px;
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
.lang ul {
  display: flex;
  text-align: center;
}
.lang ul li {
  position: relative;
  width: 50%;
  height: 50px;
}
.lang ul li a {
  color: #67bae1;
  display: block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  opacity: 0.7;
}
.lang ul li a:hover span {
  border-bottom: solid 1px #67bae1;
}
.lang ul li:last-child:before {
  position: absolute;
  top: 20%;
  left: 0;
  content: "";
  width: 2px;
  height: 60%;
  background-color: #ccc;
  opacity: 0.5;
}
.lang ul li.active a {
  opacity: 1;
}
.lang ul li.active a span {
  border-bottom: solid 2px #67bae1;
}

.lang.white ul li a {
  color: #fff;
}
.lang.white ul li a:hover span {
  border-bottom: solid 1px #fff;
}
.lang.white ul li:last-child:before {
  background-color: #fff;
  opacity: 0.5;
}
.lang.white ul li.active a {
  opacity: 1;
}
.lang.white ul li.active a span {
  border-bottom: solid 2px #fff;
}

.insta {
  width: 50px;
  height: 50px;
}
.insta a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/common/ic_insta.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -999em;
  transition: all 0.4s ease-out;
}
.insta a:hover {
  opacity: 0.6;
}

.insta.white a {
  background-image: url(/assets/img/common/ic_insta_white.svg);
}

.menu {
  text-indent: -999em;
  cursor: pointer;
}
.menu .menu-line-1,
.menu .menu-line-2,
.menu .menu-line-3 {
  position: absolute;
  background-color: #67bae1;
  width: 30px;
  height: 2px;
  left: 10px;
  transition: all 0.1s ease-out;
}
.menu .menu-line-1 {
  top: 15px;
}
.menu .menu-line-2 {
  top: 25px;
}
.menu .menu-line-3 {
  top: 35px;
}
.menu:hover .menu-line-1 {
  top: 18px;
}
.menu:hover .menu-line-3 {
  top: 32px;
}

.menu.white .menu-line-1,
.menu.white .menu-line-2,
.menu.white .menu-line-3 {
  background-color: #fff;
}

/* ---------------------------------------- */
header {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s ease-out;
  height: 100px;
}
@media (min-width: 768px) {
  header {
    height: 130px;
  }
}
header .logo {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 25px;
}
header .logo img {
  width: 150px;
}
@media (min-width: 768px) {
  header .logo {
    left: 50px;
  }
  header .logo img {
    width: 240px;
  }
}
header .logo a {
  transition: 0.4s ease-out;
}
header .logo a:hover {
  opacity: 0.6;
}
header .reserve {
  display: none;
  position: absolute;
  top: 40px;
  right: 360px;
  width: 90px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  header .reserve {
    display: block;
  }
}
header .reserve a {
  display: block;
  width: 100%;
  height: 50px;
  color: #67bae1;
  text-decoration: none;
  border: solid 1px #67bae1;
  transition: all 0.4s ease-out;
}
header .reserve a span {
  display: inline-block;
  transform: translate(0, -0.2em);
}
header .reserve:hover a {
  color: #fff;
  background-color: #67bae1;
}
header .lang {
  display: none;
  position: absolute;
  top: 40px;
  right: 170px;
}
@media (min-width: 768px) {
  header .lang {
    display: block;
  }
}
header .insta {
  display: none;
  position: absolute;
  top: 40px;
  right: 120px;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  header .insta {
    display: block;
  }
}
header .menu {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  header .menu {
    top: 40px;
    right: 50px;
  }
}

/* ---------------------------------------- */
#reserve {
  background-color: #f4fafd;
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 576px) {
  #reserve {
    padding: 90px 0;
  }
}
#reserve h2.h-en {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  #reserve h2.h-en {
    margin-bottom: 20px;
  }
}
#reserve .info {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  #reserve .info {
    font-size: 1.8rem;
  }
}
#reserve .tel {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
}
#reserve .tel-time {
  font-size: 1.4rem;
}
#reserve #reserve-tel {
  border-bottom: solid 1px #ececec;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  #reserve #reserve-tel {
    border-bottom: none;
    padding-bottom: 0px;
  }
}

/* ---------------------------------------- */
footer {
  color: #fff;
  background-color: #67bae1;
  padding: 70px 0 40px 0;
}
footer a {
  color: #fff !important;
  text-decoration: none;
}
footer .logo {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .logo {
    margin-bottom: 30px;
  }
}
footer address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  footer address {
    margin-bottom: 40px;
  }
}
footer #footer-navi {
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  footer #footer-navi {
    margin-bottom: 10px;
  }
}
footer #footer-navi ul li {
  margin-bottom: 1.3em;
}
footer .lang {
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .lang {
    top: 0px;
    left: -5px;
  }
}
@media (min-width: 992px) {
  footer .lang {
    top: 0px;
    right: 50px;
  }
}
footer .lang ul li:last-child:before {
  background-color: #fff;
}
footer .insta {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  footer .insta {
    top: 0px;
    left: 170px;
  }
}
@media (min-width: 992px) {
  footer .insta {
    top: 0px;
    right: 0px;
  }
}
footer .copyright {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  padding-top: 90px;
}
footer .tel-s {
  color: #333;
  background-color: #f4fafd;
  background-image: url(/assets/img/common/ic_tel.png);
  background-size: 60px 60px;
  padding: 10px 10px 10px 80px;
  background-position: center left 10px;
  margin-bottom: 30px;
}
footer .tel-s .tel-s-tel {
  font-size: 2rem;
}
footer .tel-s .tel-s-tel a {
  color: #333 !important;
}
footer .tel-s .tel-s-time {
  font-size: 1.3rem;
}

/* ---------------------------------------- */
nav {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #67bae1;
}
nav #nav-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/common/ic_close.svg);
  cursor: pointer;
  text-indent: -999em;
}
@media (min-width: 768px) {
  nav #nav-close {
    top: 40px;
    right: 50px;
  }
}
nav #nav-pc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 940px;
  height: 530px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  nav #nav-pc {
    display: none;
  }
}
nav #nav-pc #nav-pc-1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 350px;
  height: 174px;
}
nav #nav-pc #nav-pc-1 .logo img {
  width: 350px;
}
nav #nav-pc #nav-pc-1 .home {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  height: 50px;
}
nav #nav-pc #nav-pc-1 .home a {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  border: solid 1px #fff;
  width: 85px;
  height: 50px;
  line-height: 46px;
  transition: all 0.5s ease-out;
}
nav #nav-pc #nav-pc-1 .home a:hover {
  color: #67bae1;
  background-color: #fff;
}
nav #nav-pc #nav-pc-1 .lang {
  bottom: 0px;
  right: 50px;
}
nav #nav-pc #nav-pc-1 .insta {
  position: absolute;
  top: 124px;
  right: 0;
}
nav #nav-pc #nav-pc-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 530px;
}
nav #nav-pc #nav-pc-2 .contact-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
nav #nav-sp {
  margin: 70px 40px 0 40px;
}
@media (min-width: 768px) {
  nav #nav-sp {
    display: none;
  }
}
nav #nav-sp .home {
  margin-bottom: 30px;
}
nav #nav-sp .home a {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  width: 85px;
  height: 30px;
  line-height: 26px;
  color: #fff;
  border: solid 1px #fff;
  text-decoration: none;
  text-align: center;
}
nav #nav-sp .contact-btn {
  margin-top: 30px;
}
nav #nav-sp .lang-insta {
  position: relative;
  margin-top: 20px;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
nav #nav-sp .lang-insta .lang {
  top: 0px;
  left: 0px;
}
nav #nav-sp .lang-insta .insta {
  top: 0;
  right: 0;
}
nav .list ul {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
nav .list ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
nav .list ul li a {
  position: relative;
  padding: 15px 0;
  background-image: url(/assets/img/common/ic_btn_1_1.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
  nav .list ul li a {
    padding: 25px 0;
  }
}
nav .list ul li a:hover {
  background-image: none;
  padding-left: 35px;
}
nav .list ul li a:before {
  opacity: 0;
  position: absolute;
  content: "";
  top: 50%;
  left: -25px;
  width: 10px;
  height: 10px;
  transform: translate(0, -50%);
  background-image: url(/assets/img/common/ic_btn_1_1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-out;
}
nav .list ul li a:hover:before {
  opacity: 1;
  left: 10px;
}
nav .list a {
  color: #fff;
  display: block;
  text-decoration: none;
}
nav .list .ja {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0.5em;
}
nav .list .en {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
}
nav .list .contact-btn {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border: solid 1px #fff;
  transition: all 0.3s ease-out;
}
nav .list .contact-btn:hover {
  color: #67bae1;
  background-color: #fff;
}
nav .lang {
  position: absolute;
  z-index: 1;
}
nav .insta {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}

/* ---------------------------------------- */
#image {
  overflow: hidden;
  height: 25vh;
  margin-bottom: 45px;
}
@media (min-width: 576px) {
  #image {
    height: 30vh;
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  #image {
    height: 35vh;
  }
}
@media (min-width: 992px) {
  #image {
    height: auto;
  }
}
#image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.without-image {
  padding-top: 45px;
}
@media (min-width: 576px) {
  .without-image {
    padding-top: 70px;
  }
}

/* ---------------------------------------- */
.way .head {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-repeat: no-repeat;
  height: 80px;
  line-height: 80px;
  font-size: 1.3rem;
  color: #67bae1;
  padding-left: 90px;
  margin-bottom: 15px;
}
.way .body ul {
  font-size: 1.5rem;
}
.way .body ul li {
  background-image: url(/assets/img/common/line_1.png);
  background-repeat: repeat-x;
  background-position: top 1.3em left;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
}
.way .body ul li div.name {
  white-space: nowrap;
  width: 50%;
  margin-top: 0.3em;
}
.way .body ul li div.name span {
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding-right: 15px;
  padding-left: 20px;
}
.way .body ul li div.name span:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #333;
}
.way .body ul li div.detail {
  white-space: nowrap;
  line-height: 1.3;
  width: 50%;
  text-align: right;
}
.way .body ul li div.detail span.airport {
  background-color: #fff;
  padding-left: 15px;
  display: inline-block;
}
@media (min-width: 992px) {
  .way .body ul li div.detail br {
    display: none;
  }
}
.way .body ul li div.detail span.time {
  display: inline-block;
  background-color: #fff;
  padding-left: 15px;
}
.way .body ul li div.detail span.m {
  display: inline-block;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  list-height: 1;
}
@media (min-width: 576px) {
  .way .body ul li div.detail span.m {
    font-size: 3rem;
  }
}

#air.way {
  border-bottom: solid 1px #ececec;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #air.way {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
#air.way .head {
  background-image: url(/assets/img/common/ic_access_plane.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #air.way .head {
    background-image: url(/assets/img/common/ic_access_plane@2x.png);
    background-size: 80px 80px;
  }
}

#car.way .head {
  background-image: url(/assets/img/common/ic_access_car.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #car.way .head {
    background-image: url(/assets/img/common/ic_access_car@2x.png);
    background-size: 80px 80px;
  }
}

#spot.way .head {
  background-image: url(/assets/img/common/ic_pickupspot.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #spot.way .head {
    background-image: url(/assets/img/common/ic_pickupspot@2x.png);
    background-size: 80px 80px;
  }
}

.max-width-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------------------------------- */
#news-detail p {
  margin-bottom: 2em;
}

#news-archive {
  border-top: solid 2px #67bae1;
  font-size: 1.5rem;
  padding-top: 50px;
}
@media (min-width: 576px) {
  #news-archive {
    padding-top: 100px;
  }
}
#news-archive ul li {
  margin-bottom: 2em;
}
#news-archive ul li a:hover {
  text-decoration: none;
  color: #666;
}

/* ---------------------------------------- */
#pagetop {
  display: none;
  position: fixed;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  bottom: 90px;
  right: -45px;
  background-image: url(/assets/img/common/ic_pagetop.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 80px;
  transform: rotate(90deg);
  cursor: pointer;
}
@media (min-width: 576px) {
  #pagetop {
    bottom: 100px;
    right: -30px;
  }
}

/* ---------------------------------------- */
#terms {
  background-color: #f6f6f6;
  padding: 30px 20px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  #terms {
    padding: 35px 70px;
    margin-bottom: 60px;
  }
}
#terms a {
  display: block;
  border: solid 1px #fff;
  border-bottom: solid 1px #67bae1;
  position: relative;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  font-size: 1.6rem;
  padding-left: 40px;
  background-image: url(/assets/img/common/ic_btn_1_0.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
}
#terms a span {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.1rem;
  margin-left: 1em;
}
#terms a:hover {
  border: solid 1px #67bae1;
}
#terms a:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/common/ic_pdf.png);
}