@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  color: #3e3a39;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

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

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

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

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

q:before, q:after {
  content: "";
}

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.sp,
  img.sp {
    display: block;
  }
}

br.tablet,
img.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tablet,
  img.tablet {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.yellow {
  color: #FCEA86;
}

.bold {
  font-weight: bold;
}

.btn-box {
  text-align: center;
}
.btn-box a.btn-top {
  display: inline-block;
  color: #fff;
  padding: 15px 80px;
  border-radius: 100px;
  position: relative;
}
.btn-box a.btn-top::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
}

header {
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  header {
    height: 60px;
    padding: 0 0 0 10px;
  }
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo h1 {
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  header .logo h1 {
    margin-right: 10px;
  }
}
header .logo h1 a {
  height: 40px;
  display: block;
}
@media screen and (max-width: 736px) {
  header .logo h1 a {
    height: 30px;
  }
}
header .logo h1 a img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 736px) {
  header .logo h1 a img {
    height: 30px;
  }
}
header .logo h1 a img:hover {
  cursor: pointer;
}
header .logo span img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 736px) {
  header .logo span img {
    height: 25px;
  }
}
header .header-btn-box a {
  height: 60px;
  display: block;
}
@media screen and (max-width: 736px) {
  header .header-btn-box a {
    height: 30px;
  }
}
header .header-btn-box a img {
  height: 100%;
  width: auto;
}

nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  nav ul {
    flex-wrap: wrap;
  }
}
nav ul li {
  width: 25%;
}
@media screen and (max-width: 736px) {
  nav ul li {
    width: 50%;
  }
}
nav ul li a {
  display: block;
}

.title {
  margin-bottom: 30px;
}
.title h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: century-gothic, sans-serif;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .title h2 {
    font-size: 24px;
  }
}
.title h2::after {
  content: "";
  background-image: url(../img/common/title-line.png);
  background-size: cover;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 5px;
}
.title span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.btn-box {
  margin-top: 30px;
}
.btn-box a {
  height: 50px;
}
.btn-box a img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 736px) {
  .btn-box a img {
    height: 40px;
  }
}

#banner-box .banner-bottom ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#banner-box .banner-bottom ul li {
  width: 50%;
}

footer {
  padding: 80px 0;
  background: linear-gradient(to right, #FFFFFF, #FFFEF2);
  position: relative;
}
footer::after {
  content: "";
  background-image: url(../img/common/family.svg);
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 70%;
  top: -50px;
}
@media screen and (max-width: 736px) {
  footer::after {
    left: auto;
    right: 15px;
    width: 100px;
  }
}
@media screen and (max-width: 736px) {
  footer {
    padding: 30px;
  }
}
footer .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  footer .box {
    width: 100%;
  }
}
footer .box .footer-logo a {
  display: inline-block;
  height: 40px;
}
footer .box .footer-logo a img {
  height: 40px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-logo a img {
    height: auto;
  }
}
footer .box .footer-bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .address {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .box .footer-bottom .address p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-nav {
    width: 100%;
  }
}
footer .box .footer-bottom .footer-nav ul {
  max-width: 630px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .box .footer-bottom .footer-nav ul li {
  margin-left: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-nav ul li {
    margin-left: 0;
    width: 9em;
  }
}
footer .box .footer-bottom .footer-nav ul li a {
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-nav ul li a {
    font-size: 14px;
  }
}

.footer-copyright {
  background-color: #DDD;
  padding: 10px 0;
}
.footer-copyright p {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #3e3a39;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 10px;
}
.breadcrumb span {
  font-size: 13px;
}
.breadcrumb span a {
  text-decoration: underline;
}

main.under-page section {
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main.under-page section {
    padding: 30px 0;
  }
}
main.under-page section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main.under-page section .title-box h2.title {
  font-size: 54px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main.under-page section .title-box h2.title {
    font-size: 24px;
    color: #000;
  }
}
main.under-page section .title-box h2.title span {
  display: block;
  font-size: 54px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main.under-page section .title-box h2.title span {
    font-size: 20px;
  }
}
main.under-page #under-mv {
  padding-top: 110px;
  background-image: url(../img/top/mv01.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv {
    padding-top: 300px;
    padding-bottom: 0;
    height: auto;
  }
}
main.under-page #under-mv #header-nav {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 90%;
  max-width: 1200px;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv #header-nav {
    position: static;
    transform: none;
    width: 100%;
    background-image: url(../img/top/bg01.png);
    background-size: 400%;
    background-position: center 0;
    background-repeat: no-repeat;
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv #header-nav ul {
    width: 90%;
    margin: 0 auto;
  }
}
main.under-page #under-mv .title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/top/bg01.png);
  background-size: 200%;
  background-position: center 0;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv .title {
    background-image: none;
    position: static;
    transform: none;
    background-color: #fff;
  }
}
main.under-page #under-mv .title small.right {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  text-align: right;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv .title small.right {
    font-size: 12px;
    margin-top: 30px;
  }
}
main.under-page #banner-box {
  padding-top: 0;
}

main#chartered #under-mv,
main#chartered-detail #under-mv {
  background-image: url(../img/top/mv01.jpg);
}
@media screen and (max-width: 736px) {
  main#chartered #under-mv,
  main#chartered-detail #under-mv {
    background-position-y: -140px;
  }
}

main#archive-tours #under-mv {
  background-image: url(../img/tours/mv01.jpg);
}
@media screen and (max-width: 736px) {
  main#archive-tours #under-mv {
    background-image: url(../img/tours/mv01-sp.jpg);
    background-position-y: -100px;
  }
}

main#rental #under-mv {
  background-image: url(../img/rental/mv01.jpg);
}
@media screen and (max-width: 736px) {
  main#rental #under-mv {
    background-image: url(../img/rental/mv01-sp.jpg);
    background-position-y: -100px;
  }
}

main#profile #under-mv {
  background-image: url(../img/profile/mv01.jpg);
}
@media screen and (max-width: 736px) {
  main#profile #under-mv {
    background-position-y: -70px;
  }
}

main#chartered #lineup .box .item,
main#rental #lineup .box .item {
  margin-bottom: 80px;
}
main#chartered #lineup .box .item:nth-of-type(1n) h3,
main#rental #lineup .box .item:nth-of-type(1n) h3 {
  background-color: #D2B2F2;
}
main#chartered #lineup .box .item:nth-of-type(2n) h3,
main#rental #lineup .box .item:nth-of-type(2n) h3 {
  background-color: #B7E5EB;
}
main#chartered #lineup .box .item:nth-of-type(3n) h3,
main#rental #lineup .box .item:nth-of-type(3n) h3 {
  background-color: #FCEA86;
}
main#chartered #lineup .box .item h3,
main#rental #lineup .box .item h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
  background-color: #B7E5EB;
  border-radius: 100px;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#chartered #lineup .box .item h3,
  main#rental #lineup .box .item h3 {
    font-size: 18px;
  }
}
main#chartered #lineup .box .item ul,
main#rental #lineup .box .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
main#chartered #lineup .box .item ul li,
main#rental #lineup .box .item ul li {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  main#chartered #lineup .box .item ul li,
  main#rental #lineup .box .item ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
main#chartered #lineup .box .item ul li .img,
main#rental #lineup .box .item ul li .img {
  text-align: center;
}
main#chartered #lineup .box .item ul li .img img,
main#rental #lineup .box .item ul li .img img {
  width: 80%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 10px;
}
main#chartered #lineup .box .item ul li .text,
main#rental #lineup .box .item ul li .text {
  display: flex;
  justify-content: center;
}
main#chartered #lineup .box .item ul li .text p,
main#rental #lineup .box .item ul li .text p {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  main#chartered #lineup .box .item ul li .text p,
  main#rental #lineup .box .item ul li .text p {
    font-size: 16px;
  }
}
main#chartered #lineup .box .item ul li .text p img,
main#rental #lineup .box .item ul li .text p img {
  height: 24px;
  width: auto;
  margin-right: 15px;
}
main#chartered #lineup .box .item ul.ul-flex li,
main#rental #lineup .box .item ul.ul-flex li {
  width: 48%;
}
main#chartered #lineup .box .item ul.ul-flex li .img img,
main#rental #lineup .box .item ul.ul-flex li .img img {
  width: 80%;
}
main#chartered #lineup .box .item .btn-box,
main#rental #lineup .box .item .btn-box {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main#chartered #lineup .box .lineup-small,
  main#rental #lineup .box .lineup-small {
    margin-bottom: 0;
  }
}
main#chartered #lineup .box .lineup-small ul,
main#rental #lineup .box .lineup-small ul {
  justify-content: center;
}
main#chartered #price,
main#chartered #information,
main#rental #price,
main#rental #information {
  background-color: #F5FCFC;
}
main#chartered #price p,
main#chartered #information p,
main#rental #price p,
main#rental #information p {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
main#chartered #price dl,
main#chartered #information dl,
main#rental #price dl,
main#rental #information dl {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin: 30px auto;
}
@media screen and (max-width: 736px) {
  main#chartered #price dl,
  main#chartered #information dl,
  main#rental #price dl,
  main#rental #information dl {
    flex-wrap: wrap;
  }
}
main#chartered #price dl dt,
main#chartered #information dl dt,
main#rental #price dl dt,
main#rental #information dl dt {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
  background-color: #FCEA86;
  border-radius: 100px;
  width: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  main#chartered #price dl dt,
  main#chartered #information dl dt,
  main#rental #price dl dt,
  main#rental #information dl dt {
    padding: 3px 30px;
    margin-bottom: 15px;
    width: auto;
  }
}
main#chartered #price dl dd,
main#chartered #information dl dd,
main#rental #price dl dd,
main#rental #information dl dd {
  flex: 1;
  padding-top: 10px;
}
@media screen and (max-width: 736px) {
  main#chartered #price dl dd,
  main#chartered #information dl dd,
  main#rental #price dl dd,
  main#rental #information dl dd {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
main#chartered #price dl dd span.bold,
main#chartered #information dl dd span.bold,
main#rental #price dl dd span.bold,
main#rental #information dl dd span.bold {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
main#chartered #price dl dd img,
main#chartered #information dl dd img,
main#rental #price dl dd img,
main#rental #information dl dd img {
  background-color: #fff;
  display: block;
  width: 80%;
  margin: 0 auto 30px;
  padding: 30px;
}
@media screen and (max-width: 736px) {
  main#chartered #price dl dd img,
  main#chartered #information dl dd img,
  main#rental #price dl dd img,
  main#rental #information dl dd img {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
  }
}
main#chartered #price dl dd small,
main#chartered #information dl dd small,
main#rental #price dl dd small,
main#rental #information dl dd small {
  font-size: 12px;
}
main#chartered #price table,
main#chartered #information table,
main#rental #price table,
main#rental #information table {
  width: 100%;
  max-width: 800px;
  table-layout: fixed;
  margin-top: 20px;
  margin: 20px auto 0;
}
@media screen and (max-width: 736px) {
  main#chartered #price table,
  main#chartered #information table,
  main#rental #price table,
  main#rental #information table {
    margin-top: 10px;
  }
}
main#chartered #price table.pc-table,
main#chartered #information table.pc-table,
main#rental #price table.pc-table,
main#rental #information table.pc-table {
  display: table;
}
@media screen and (max-width: 736px) {
  main#chartered #price table.pc-table,
  main#chartered #information table.pc-table,
  main#rental #price table.pc-table,
  main#rental #information table.pc-table {
    display: none;
  }
}
main#chartered #price table.sp-table,
main#chartered #information table.sp-table,
main#rental #price table.sp-table,
main#rental #information table.sp-table {
  display: none;
}
@media screen and (max-width: 736px) {
  main#chartered #price table.sp-table,
  main#chartered #information table.sp-table,
  main#rental #price table.sp-table,
  main#rental #information table.sp-table {
    display: table;
  }
  main#chartered #price table.sp-table th, main#chartered #price table.sp-table td,
  main#chartered #information table.sp-table th,
  main#chartered #information table.sp-table td,
  main#rental #price table.sp-table th,
  main#rental #price table.sp-table td,
  main#rental #information table.sp-table th,
  main#rental #information table.sp-table td {
    padding: 10px;
    border: 1px solid #707070;
    text-align: center;
    font-size: 14px;
  }
  main#chartered #price table.sp-table thead th,
  main#chartered #information table.sp-table thead th,
  main#rental #price table.sp-table thead th,
  main#rental #information table.sp-table thead th {
    background-color: #f5f5f5;
    font-weight: bold;
  }
  main#chartered #price table.sp-table tbody th,
  main#chartered #information table.sp-table tbody th,
  main#rental #price table.sp-table tbody th,
  main#rental #information table.sp-table tbody th {
    background-color: #f5f5f5;
    font-weight: bold;
  }
  main#chartered #price table.sp-table tbody td,
  main#chartered #information table.sp-table tbody td,
  main#rental #price table.sp-table tbody td,
  main#rental #information table.sp-table tbody td {
    background-color: #fff;
  }
}
main#chartered #price table thead tr th,
main#chartered #information table thead tr th,
main#rental #price table thead tr th,
main#rental #information table thead tr th {
  background-color: #f5f5f5;
  text-align: center;
  padding: 10px;
  border: 1px solid #707070;
  border-collapse: collapse;
  width: 50%;
}
main#chartered #price table tbody tr th, main#chartered #price table tbody tr td,
main#chartered #information table tbody tr th,
main#chartered #information table tbody tr td,
main#rental #price table tbody tr th,
main#rental #price table tbody tr td,
main#rental #information table tbody tr th,
main#rental #information table tbody tr td {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #707070;
  border-collapse: collapse;
  width: 50%;
}
main#chartered #guide .box ol,
main#rental #guide .box ol {
  margin-top: 60px;
}
main#chartered #guide .box ol li,
main#rental #guide .box ol li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}
main#chartered #guide .box ol li::after,
main#rental #guide .box ol li::after {
  content: "";
  background-image: url(../img/common/arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 54/44;
  width: 30px;
  height: auto;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}
main#chartered #guide .box ol li:last-of-type::after,
main#rental #guide .box ol li:last-of-type::after {
  display: none;
}
main#chartered #guide .box ol li .img,
main#rental #guide .box ol li .img {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#chartered #guide .box ol li .img,
  main#rental #guide .box ol li .img {
    position: absolute;
    right: 0;
    top: -30px;
    width: auto;
    height: 80px;
  }
}
main#chartered #guide .box ol li .img img,
main#rental #guide .box ol li .img img {
  width: 50%;
}
@media screen and (max-width: 736px) {
  main#chartered #guide .box ol li .img img,
  main#rental #guide .box ol li .img img {
    width: auto;
    height: 100%;
  }
}
main#chartered #guide .box ol li .text,
main#rental #guide .box ol li .text {
  width: 50%;
}
@media screen and (max-width: 736px) {
  main#chartered #guide .box ol li .text,
  main#rental #guide .box ol li .text {
    width: 100%;
  }
}
main#chartered #guide .box ol li .text .guide-title,
main#rental #guide .box ol li .text .guide-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
main#chartered #guide .box ol li .text .guide-title span.num img,
main#rental #guide .box ol li .text .guide-title span.num img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 736px) {
  main#chartered #guide .box ol li .text .guide-title span.num img,
  main#rental #guide .box ol li .text .guide-title span.num img {
    width: 60px;
  }
}
main#chartered #guide .box ol li .text .guide-title h3,
main#rental #guide .box ol li .text .guide-title h3 {
  font-size: 30px;
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (max-width: 736px) {
  main#chartered #guide .box ol li .text .guide-title h3,
  main#rental #guide .box ol li .text .guide-title h3 {
    font-size: 20px;
  }
}
main#chartered #guide .box ol li .text p,
main#rental #guide .box ol li .text p {
  font-size: 16px;
  margin: 16px 0;
}
@media screen and (max-width: 736px) {
  main#chartered #guide .box ol li .text p,
  main#rental #guide .box ol li .text p {
    padding-left: 30px;
    font-size: 14px;
  }
}
main#chartered #guide .box ol li .text .attention,
main#rental #guide .box ol li .text .attention {
  background-color: #FFFFF7;
  padding: 10px 30px;
  border: 4px solid #F08C91;
  border-radius: 10px;
  margin-top: 30px;
}
main#chartered #guide .box ol li .text .attention p,
main#rental #guide .box ol li .text .attention p {
  color: #D15024;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  main#chartered #guide .box ol li .text .attention p,
  main#rental #guide .box ol li .text .attention p {
    padding-left: 0;
  }
}
main#chartered #guide .box ol li .text .attention p span,
main#rental #guide .box ol li .text .attention p span {
  color: #3e3a39;
  font-weight: bold;
}

main#rental #under-mv .title {
  padding-bottom: 0;
}
main#rental #under-mv .title img {
  position: absolute;
  bottom: 0;
  right: 70%;
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  main#rental #under-mv .title img {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  main#rental #lineup .box .item {
    margin-bottom: 0;
  }
}
main#rental #lineup .box .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
main#rental #lineup .box .item ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  main#rental #lineup .box .item ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
main#rental #lineup .box .item ul li .img {
  text-align: center;
}
main#rental #lineup .box .item ul li .img img {
  width: 40%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 10px;
}
@media screen and (max-width: 736px) {
  main#rental #lineup .box .item ul li .img img {
    width: 80%;
  }
}
main#rental #lineup .box .item ul li .text {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  main#rental #lineup .box .item ul li .text {
    flex-wrap: wrap;
  }
}
main#rental #lineup .box .item ul li .text .text-box {
  margin-bottom: 20px;
}
main#rental #lineup .box .item ul li .text .text-box p {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 8px;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  main#rental #lineup .box .item ul li .text .text-box p {
    font-size: 14px;
  }
}
main#rental #lineup .box .item ul li .text .text-box p img {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
main#rental #lineup .box .item ul li .text-dump {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
}
main#rental #lineup .box .item ul li .text-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main#rental #lineup .box .item ul li .text-flex .text-box {
  width: 48%;
}
main#rental #lineup .box .item ul.ul-flex li {
  width: 48%;
}
@media screen and (max-width: 736px) {
  main#rental #lineup .box .item ul.ul-flex li {
    width: 100%;
  }
}
main#rental #lineup .box .item ul.ul-flex li .img img {
  width: 80%;
}
main#rental #guide {
  background-color: #F5FCFC;
}
main#rental #information {
  background-color: #fff;
}
main#rental #information .box dl dt {
  width: 13em;
}

main#profile #about h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#profile #about h3 {
    font-size: 20px;
  }
}
main#profile #about p {
  max-width: 700px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 736px) {
  main#profile #about p {
    font-size: 14px;
  }
}
main#profile #about .message {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main#profile #about .message {
    display: block;
  }
}
main#profile #about .message .img {
  width: 20%;
}
@media screen and (max-width: 736px) {
  main#profile #about .message .img {
    float: left;
    width: 50%;
    padding: 0 20px 20px 0;
  }
}
main#profile #about .message .img img {
  width: 80%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 736px) {
  main#profile #about .message .img img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-position: 0 -40px;
       object-position: 0 -40px;
  }
}
main#profile #about .message .text h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 736px) {
  main#profile #about .message .text h4 {
    font-size: 20px;
    padding-top: 30px;
  }
}
main#profile #about .message .text p {
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  main#profile #about .message .text p {
    font-size: 14px;
    padding-top: 80px;
  }
}
main#profile #history {
  background-color: #f5f5f5;
}
main#profile #history .box h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
main#profile #history .box dl {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto 10px;
}
main#profile #history .box dl dt {
  width: 12em;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  main#profile #history .box dl dt {
    width: 7em;
  }
}
main#profile #history .box dl dd {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}
main#profile #detail .box > div {
  max-width: 700px;
  margin: 0 auto 60px;
}
main#profile #detail .box > div h3 {
  margin-bottom: 20px;
}
main#profile #detail .box > div h3 img {
  height: 40px;
  width: auto;
}
main#profile #detail .box > div table {
  width: 100%;
  table-layout: fixed;
}
main#profile #detail .box > div table thead tr th {
  background-color: #f5f5f5;
  text-align: center;
  padding: 10px;
  border: 1px solid #707070;
  border-collapse: collapse;
  width: 50%;
}
@media screen and (max-width: 736px) {
  main#profile #detail .box > div table thead tr th {
    width: 7em;
  }
}
main#profile #detail .box > div table tbody tr th, main#profile #detail .box > div table tbody tr td {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #707070;
  border-collapse: collapse;
  width: auto;
}
main#profile #detail .box > div table tbody tr th {
  background-color: #f5f5f5;
  width: 12em;
}
@media screen and (max-width: 736px) {
  main#profile #detail .box > div table tbody tr th {
    width: 7em;
  }
}
main#profile #access .box .map {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
}
main#profile #access .box .map iframe {
  width: 100%;
}
@media screen and (max-width: 736px) {
  main#profile #access .box .map iframe {
    aspect-ratio: 4/3;
    height: auto;
  }
}
main#profile #access .box dl {
  display: flex;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 736px) {
  main#profile #access .box dl {
    flex-wrap: wrap;
  }
}
main#profile #access .box dl dt {
  font-size: 16px;
  font-weight: bold;
  padding: 16px 10px;
  background-color: #a3a3a3;
  color: #fff;
  border: #707070;
  border-radius: 100px;
  width: 16em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  main#profile #access .box dl dt {
    width: auto;
    padding: 5px 20px;
  }
}
main#profile #access .box dl dd {
  flex: 1;
}
@media screen and (max-width: 736px) {
  main#profile #access .box dl dd {
    flex: none;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 15px;
  }
}
main#profile #movie .box {
  text-align: center;
}
main#profile #movie .box iframe {
  width: 80%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  main#profile #movie .box iframe {
    width: 100%;
  }
}

main#archive-news #under-mv {
  background-image: url(../img/news/mv01.jpg);
  height: 220px;
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  main#archive-news #under-mv {
    background-image: url(../img/news/mv01-sp.jpg);
    background-position-y: -100px;
  }
}
main#archive-news #under-mv .title {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: none;
}
@media screen and (max-width: 736px) {
  main#archive-news #under-mv .title {
    background-color: transparent;
    top: 30%;
  }
}
main#archive-news #under-mv .title h2 {
  color: #fff;
}
@media screen and (max-width: 736px) {
  main#archive-news #under-mv .title h2 {
    color: #fff;
  }
}
main#archive-news #under-mv .title span {
  color: #fff;
}
main#archive-news #news-list .box ul {
  max-width: 700px;
  margin: 0 auto;
}
main#archive-news #news-list .box ul li {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #a3a3a3;
}
@media screen and (max-width: 736px) {
  main#archive-news #news-list .box ul li {
    flex-wrap: wrap;
  }
}
main#archive-news #news-list .box ul li .cat {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 100px;
  background-color: #B7E5EB;
  width: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
main#archive-news #news-list .box ul li .date {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  color: #707070;
}
@media screen and (max-width: 736px) {
  main#archive-news #news-list .box ul li a {
    width: 100%;
    padding: 10px 0 0 10px;
  }
}
main#archive-news #news-list .box ul li a p {
  color: #707070;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  main#archive-news #news-list .box ul li a p {
    width: 100%;
  }
}

main#single-news #under-mv {
  background-image: url(../img/news/mv01.jpg);
  height: 220px;
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  main#single-news #under-mv {
    background-image: url(../img/news/mv01-sp.jpg);
    padding-top: 0;
    margin-top: 60px;
  }
}
main#single-news #under-mv .title {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: none;
}
@media screen and (max-width: 736px) {
  main#single-news #under-mv .title {
    background-color: transparent;
  }
}
main#single-news #under-mv .title h2 {
  color: #fff;
}
main#single-news #under-mv .title span {
  color: #fff;
}
main#single-news #news-detail .box {
  max-width: 800px;
}
main#single-news #news-detail .box .cat {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 100px;
  background-color: #B7E5EB;
  width: 8em;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
main#single-news #news-detail .box .date {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  color: #707070;
}
main#single-news #news-detail .box h2.title {
  font-size: 40px;
  font-weight: bold;
  margin: 15px 0 30px;
}
@media screen and (max-width: 736px) {
  main#single-news #news-detail .box h2.title {
    font-size: 20px;
  }
}
main#single-news #news-detail .box p {
  font-size: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  main#single-news #news-detail .box p {
    font-size: 14px;
  }
}
main#single-news #news-detail .box .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main#single-news #news-detail .box .btn-box a.btn {
  width: 100%;
  margin-bottom: 10px;
}

main#recruit #mv {
  background-image: url(../img/recruit/mv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 70vh;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  main#recruit #mv {
    background-image: url(../img/recruit/mv-bg-sp.jpg);
    margin-top: 60px;
    padding-top: 100px;
  }
}
main#recruit #mv img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  main#recruit #mv img {
    width: 90%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
main#recruit #mv .text {
  position: absolute;
  left: 60px;
  width: 50%;
  top: 30%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#recruit #mv .text {
    width: 100%;
    left: auto;
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 736px) {
  main#recruit #mv .text .title {
    margin-bottom: 30px;
    text-align: right;
    display: inline-block;
    margin-right: 60px;
  }
}
main#recruit #mv .text .title h2 {
  color: #fff;
}
@media screen and (max-width: 736px) {
  main#recruit #mv .text .title h2 {
    font-size: 25px;
    font-weight: 500;
  }
}
main#recruit #mv .text .title span {
  color: #fff;
}
@media screen and (max-width: 736px) {
  main#recruit #mv .text .title span {
    font-size: 14px;
  }
}
main#recruit #positions {
  background-color: rgba(173, 234, 240, 0.27);
}
main#recruit #positions .box .title {
  text-align: center;
}
main#recruit #positions .box .title h3 {
  display: inline-block;
  text-align: center;
  padding: 10px 180px;
  background-color: #777;
  color: #fff;
  font-size: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  border-radius: 100px;
}
@media screen and (max-width: 736px) {
  main#recruit #positions .box .title h3 {
    padding: 10px 50px;
    width: 100%;
    font-size: 16px;
  }
}
main#recruit #positions .box h4 {
  font-size: 40px;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
  text-align: center;
  margin-bottom: 10px;
  margin: 30px 0 20px;
}
@media screen and (max-width: 736px) {
  main#recruit #positions .box h4 {
    font-size: 20px;
  }
}
main#recruit #positions .box table {
  width: 100%;
  table-layout: fixed;
  max-width: 800px;
  margin: 0 auto;
}
main#recruit #positions .box table tbody tr th, main#recruit #positions .box table tbody tr td {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #707070;
  border-collapse: collapse;
  width: auto;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  main#recruit #positions .box table tbody tr th, main#recruit #positions .box table tbody tr td {
    font-size: 12px;
  }
}
main#recruit #positions .box table tbody tr th {
  background-color: #f5f5f5;
  width: 12em;
}
@media screen and (max-width: 736px) {
  main#recruit #positions .box table tbody tr th {
    width: 7em;
  }
}
main#recruit #positions .box .btn-box {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  main#recruit #positions .box .btn-box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 736px) {
  main#recruit #positions .box .btn-box a {
    display: block;
    margin-bottom: 10px;
  }
}
main#recruit #positions .box dl {
  max-width: 800px;
  margin: 0 auto;
}
main#recruit #positions .box dl dt, main#recruit #positions .box dl dd {
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
main#recruit #positions .box dl dt {
  margin-bottom: 20px;
  padding-left: 100px;
}
main#recruit #positions .box dl dt::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  bottom: 0;
}
main#recruit #positions .box dl dt:nth-of-type(1n)::before {
  background-image: url(../img/recruit/faq01.svg);
}
main#recruit #positions .box dl dt:nth-of-type(2n)::before {
  background-image: url(../img/recruit/faq02.svg);
}
main#recruit #positions .box dl dt:nth-of-type(3n)::before {
  background-image: url(../img/recruit/faq03.svg);
}
main#recruit #positions .box dl dd {
  margin-bottom: 60px;
  padding-right: 100px;
}
main#recruit #positions .box dl dd::after {
  content: "";
  background-image: url(../img/recruit/faq11.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.under-form nav {
  padding-top: 80px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .under-form nav {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .under-form #form {
    margin-top: 60px;
  }
}
.under-form #form .box h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #00AFC0;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .under-form #form .box h2 {
    font-size: 18px;
  }
}
.under-form #form .box .form-box h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  .under-form #form .box .form-box h3 {
    font-size: 18px;
  }
}
.under-form #form .box .form-box p {
  text-align: center;
}
.under-form #form .box .form-box form table {
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .under-form #form .box .form-box form table tr {
    display: block;
  }
}
.under-form #form .box .form-box form table th {
  padding: 20px 20px 30px 0;
}
@media screen and (max-width: 736px) {
  .under-form #form .box .form-box form table th {
    display: block;
    padding: 30px 0px 10px;
  }
}
.under-form #form .box .form-box form table th p {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.under-form #form .box .form-box form table th p span {
  font-size: 14px;
  color: #fff;
  padding: 0px 10px;
  border-radius: 100px;
}
.under-form #form .box .form-box form table th p span.req {
  background-color: #F08C91;
}
.under-form #form .box .form-box form table th p span.no-req {
  background-color: #00AFC0;
}
.under-form #form .box .form-box form table td {
  padding: 20px 0;
}
@media screen and (max-width: 736px) {
  .under-form #form .box .form-box form table td {
    padding: 0;
  }
}
.under-form #form .box .form-box form table td p {
  text-align: left;
}
.under-form #form .box .form-box form table td input, .under-form #form .box .form-box form table td textarea {
  padding: 10px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  width: 100%;
}
.under-form #form .box .form-box form table td input[type=radio] {
  width: auto;
}
.under-form #form .box .form-box form table td select {
  background-color: #eee;
  padding: 5px 10px;
  border: 1px solid #aaa;
}
.under-form #form .box .form-box form table td .wpcf7-list-item {
  margin: 0 30px 0 0;
}
.under-form #form .box .form-box form #privacy-box {
  padding: 20px 0;
}
.under-form #form .box .form-box form #privacy-box .box {
  border: 1px solid #aaa;
  padding: 20px;
}
@media screen and (max-width: 736px) {
  .under-form #form .box .form-box form #privacy-box .box {
    width: 100%;
    padding: 10px;
  }
}
.under-form #form .box .form-box form #privacy-box .box h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .under-form #form .box .form-box form #privacy-box .box h3 {
    margin-top: 0;
  }
}
.under-form #form .box .form-box form #privacy-box .box p {
  max-width: 800px;
  margin: 0 auto;
}
.under-form #form .box .form-box form .btn-box p {
  display: flex;
  justify-content: center;
}
.under-form #form .box .form-box form .btn-box p input {
  color: #fff;
  background-color: #00AFC0;
  padding: 20px 100px;
  margin: 0 10px;
  border-radius: 100px;
  border: none;
  transition: 0.2s;
}
.under-form #form .box .form-box form .btn-box p input:hover {
  cursor: pointer;
  opacity: 0.7;
}

main#contact-select #under-mv {
  background-image: url(../img/contact/mv01.jpg);
}
@media screen and (max-width: 736px) {
  main#contact-select #under-mv {
    background-image: url(../img/contact/mv01-sp.jpg);
    background-position-y: -60px;
  }
}
@media screen and (max-width: 736px) {
  main#contact-select #contact {
    padding-bottom: 60px;
  }
}
main#contact-select #contact .box h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#contact-select #contact .box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
main#contact-select #contact .box h3:nth-of-type(2) {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main#contact-select #contact .box h3:nth-of-type(2) {
    margin-top: 40px;
  }
}
main#contact-select #contact .box .btn-box {
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#contact-select #contact .box .btn-box {
    margin-top: 10px;
  }
}
main#contact-select #contact .box .btn-box a.btn-tel {
  margin-bottom: 60px;
}
main#contact-select #contact .box .btn-box a.btn-bus,
main#contact-select #contact .box .btn-box a.btn-contact {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
  background-color: #FAD022;
  border-radius: 100px;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
  color: #000;
}
@media screen and (max-width: 736px) {
  main#contact-select #contact .box .btn-box a.btn-bus,
  main#contact-select #contact .box .btn-box a.btn-contact {
    font-size: 16px;
  }
}

main#archive-tours #under-mv .title {
  text-align: center;
}
main#archive-tours #under-mv .title::after {
  content: "";
  background-image: url(../img/common/couple01.svg);
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 70%;
  bottom: 0;
}
@media screen and (max-width: 736px) {
  main#archive-tours #under-mv .title::after {
    width: 100px;
    left: auto;
    right: 0;
  }
}
main#archive-tours #lineup {
  background-image: url(../img/top/bg02.png);
  background-color: #F5FCFC;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
main#archive-tours #lineup .box .item {
  margin-bottom: 80px;
}
main#archive-tours #lineup .box .item h3 {
  background-color: #B7E5EB;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  main#archive-tours #lineup .box .item h3 {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 10px;
  }
}
main#archive-tours #lineup .box .item h3::before {
  content: "";
  background-image: url(../img/common/tour-icon01.svg);
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 100px;
  bottom: 0;
}
@media screen and (max-width: 736px) {
  main#archive-tours #lineup .box .item h3::before {
    display: none;
  }
}
main#archive-tours #lineup .box .item ul li .img {
  text-align: center;
}
main#archive-tours #lineup .box .item ul li .img img {
  width: 60%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}
@media screen and (max-width: 736px) {
  main#archive-tours #lineup .box .item ul li .img img {
    width: 90%;
  }
}
@media screen and (max-width: 736px) {
  main#archive-tours #lineup .box .item .btn-box a.btn-pdf {
    display: block;
    margin-bottom: 10px;
  }
}

main#chartered-detail #lineup-tab {
  padding-bottom: 0;
}
main#chartered-detail #lineup-tab .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
main#chartered-detail #lineup-tab .box button {
  width: 32%;
  border: none;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  main#chartered-detail #lineup-tab .box button {
    font-size: 13px;
  }
}
main#chartered-detail #lineup-tab .box button:hover {
  opacity: 0.8;
}
main#chartered-detail #lineup-tab .box button:nth-of-type(1).active {
  background-color: #D2B2F2;
}
main#chartered-detail #lineup-tab .box button:nth-of-type(2).active {
  background-color: #B7E5EB;
}
main#chartered-detail #lineup-tab .box button:nth-of-type(3).active {
  background-color: #FCEA86;
}
main#chartered-detail #lineup-content .box .lineup-item {
  display: none;
}
main#chartered-detail #lineup-content .box .lineup-item.active {
  display: block;
}
main#chartered-detail #lineup-content .box .lineup-item h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#chartered-detail #lineup-content .box .lineup-item h3 {
    font-size: 20px;
  }
}
main#chartered-detail #lineup-content .box .lineup-item h3 small {
  display: block;
  font-size: 16px;
}
main#chartered-detail #lineup-content .box .lineup-item .image-gallery .main-image {
  text-align: center;
  margin-bottom: 30px;
}
main#chartered-detail #lineup-content .box .lineup-item .image-gallery .main-image img {
  display: inline-block;
  width: 50%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  main#chartered-detail #lineup-content .box .lineup-item .image-gallery .main-image img {
    width: 80%;
  }
}
main#chartered-detail #lineup-content .box .lineup-item .image-gallery .thumbnails {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 736px) {
  main#chartered-detail #lineup-content .box .lineup-item .image-gallery .thumbnails {
    max-width: 100%;
  }
}
main#chartered-detail #lineup-content .box .lineup-item .image-gallery .thumbnails img {
  width: 30%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
main#chartered-detail #lineup-content .box .lineup-item .image-gallery .thumbnails img:hover {
  opacity: 0.8;
  cursor: pointer;
}
main#chartered-detail #lineup-content .box .lineup-item .image-gallery .thumbnails.flex4 img {
  width: 24%;
}
main#chartered-detail #lineup-content .box .lineup-item .chart {
  margin-bottom: 60px;
}
main#chartered-detail #lineup-content .box .lineup-item .chart table {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  table-layout: fixed;
}
@media screen and (max-width: 736px) {
  main#chartered-detail #lineup-content .box .lineup-item .chart table {
    width: 100%;
  }
}
main#chartered-detail #lineup-content .box .lineup-item .chart table thead th {
  background-color: #D2B2F2;
  padding: 10px;
  border: 1px solid #777;
  text-align: center;
}
main#chartered-detail #lineup-content .box .lineup-item .chart table tbody td {
  padding: 10px;
  border: 1px solid #777;
  text-align: center;
}
main#chartered-detail #lineup-content .box .lineup-item .layout {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
main#chartered-detail #lineup-content .box .lineup-item .layout h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
  background-color: #D2B2F2;
  color: #000;
  padding: 10px 30px;
  border-radius: 100px;
}
@media screen and (max-width: 736px) {
  main#chartered-detail #lineup-content .box .lineup-item .layout h4 {
    font-size: 15px;
  }
}
main#chartered-detail #lineup-content .box .lineup-item .layout img {
  margin-bottom: 30px;
}
main#chartered-detail #lineup-content .box .lineup-item .facility h3 {
  color: #fff;
  background-color: #707070;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
main#chartered-detail #lineup-content .box .lineup-item .facility ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
main#chartered-detail #lineup-content .box .lineup-item .facility ul li {
  width: 13%;
}
main#chartered-detail #lineup-content .box .lineup-item .facility ul li.icon-gray {
  opacity: 0.2;
}
main#chartered-detail #lineup-content .box .lineup-item.large .chart table thead th {
  background-color: rgba(210, 178, 242, 0.33);
}
main#chartered-detail #lineup-content .box .lineup-item.large .layout h4 {
  background-color: #D2B2F2;
}
main#chartered-detail #lineup-content .box .lineup-item.medium .chart table thead th {
  background-color: rgba(201, 248, 253, 0.33);
}
main#chartered-detail #lineup-content .box .lineup-item.medium .layout h4 {
  background-color: #C9F8FD;
}
main#chartered-detail #lineup-content .box .lineup-item.small .chart table thead th {
  background-color: #FFFBE7;
}
main#chartered-detail #lineup-content .box .lineup-item.small .layout h4 {
  background-color: #FFF1A3;
}
main#chartered-detail #lineup-content .box #lineup-estimate h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#chartered-detail #lineup-content .box #lineup-estimate h3 {
    font-size: 16px;
  }
}
main#chartered-detail #lineup-content .box #lineup-estimate p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  main#chartered-detail #lineup-content .box #lineup-estimate p {
    font-size: 13px;
  }
}
@media screen and (max-width: 736px) {
  main#chartered-detail #lineup-content .box #lineup-estimate .btn-box a.btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

main#privacy #privacy-policy .box h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 10px;
}
@media screen and (max-width: 736px) {
  main#privacy #privacy-policy .box h3 {
    font-size: 18px;
  }
}
main#privacy #privacy-policy .box table {
  width: 100%;
  table-layout: fixed;
  max-width: 800px;
  margin: 10px 0 0;
}
main#privacy #privacy-policy .box table tbody tr th, main#privacy #privacy-policy .box table tbody tr td {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #707070;
  border-collapse: collapse;
  width: auto;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  main#privacy #privacy-policy .box table tbody tr th, main#privacy #privacy-policy .box table tbody tr td {
    font-size: 12px;
  }
}
main#privacy #privacy-policy .box table tbody tr th {
  background-color: #f5f5f5;
  width: 12em;
}
@media screen and (max-width: 736px) {
  main#privacy #privacy-policy .box table tbody tr th {
    width: 7em;
  }
}

@media screen and (max-width: 736px) {
  main#maintenance #under-mv {
    background-position-y: -100px;
  }
}
main#maintenance .box h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 10px;
}/*# sourceMappingURL=under.css.map */