@charset "UTF-8";
body {
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: justify;
  background: #fff;
  height: 100%;
}

a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

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

/* header */
.header {
  padding: 10em 0 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .header {
    padding: 6rem 0 0;
  }
}
.header::after {
  width: 100%;
  height: 2rem;
  content: "";
  background: #5D9DC5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .header::after {
    height: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .header .h1 {
    width: 15.3125rem;
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 959px) {
  .header .h1 {
    padding-left: 5.625rem;
    position: absolute;
    left: 2rem;
    top: 1.625rem;
  }
  .header .h1::after {
    width: 5.625rem;
    height: 3.75rem;
    content: "";
    background: url("../img/car.png") center left/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .header .h1 img {
    height: 2.75rem;
  }
}
.header .menu {
  width: 3rem;
  height: 3rem;
  background: #5D9DC5;
  border-radius: 50%;
  position: fixed;
  top: 1.5rem;
  right: 2rem;
  z-index: 14;
  cursor: pointer;
  transition: 0.25s;
}
@media screen and (min-width: 960px) {
  .header .menu {
    display: none;
  }
}
.header .menu span {
  display: block;
  width: 1.5rem;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #EAE065;
  border-radius: 2px;
  transition: 0.5s;
}
.header .menu .span {
  top: calc(50% - 0.5rem);
}
.header .menu .span2 {
  top: calc(50% - 1px);
}
.header .menu .span3 {
  bottom: calc(50% - 0.5rem);
}
.header .menu.open {
  background: #EAE065;
}
.header .menu.open span {
  background: #5D9DC5;
}
.header .menu.open .span {
  top: calc(50% - 1px);
  transform: rotate(315deg);
}
.header .menu.open .span2 {
  opacity: 0;
}
.header .menu.open .span3 {
  bottom: calc(50% - 1px);
  transform: rotate(-315deg);
}
@media screen and (max-width: 959px) {
  .header nav {
    width: 100%;
    height: 100vh;
    background: rgba(93, 157, 197, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(100%);
    visibility: hidden;
  }
  .header nav.show {
    transform: translateX(0);
    visibility: visible;
  }
  .header nav .insta {
    width: 1.875rem;
    margin: 2rem auto 0;
  }
  .header nav .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.header .nav {
  margin: 2rem 0 0;
}
@media screen and (max-width: 959px) {
  .header .nav {
    width: 15rem;
    margin: 0 auto;
  }
}
.header .nav li {
  position: relative;
}
@media screen and (max-width: 959px) {
  .header .nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.header .nav li::after {
  width: 2rem;
  height: 1px;
  content: "";
  background: #5D9DC5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  .header .nav li::after {
    width: 15rem;
    background: rgba(255, 255, 255, 0.2);
  }
}
.header .nav li a {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
  position: relative;
}
.header .nav li a:hover {
  color: #5D9DC5;
  opacity: 1;
}
.header .nav li a.on {
  color: #5D9DC5;
}
@media screen and (max-width: 959px) {
  .header .nav li a.on {
    color: #EAE065;
  }
}
.header .nav li a.on::after {
  width: 0.5625rem;
  height: 0.625rem;
  content: "";
  background: url("../img/arw.svg") center/100% no-repeat;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .header .nav li a {
    color: #EAE065;
    padding: 1.375rem 0;
  }
}
@media screen and (min-width: 960px) {
  .header .headerContents {
    width: 20rem;
    padding: 7.375rem 0 1.5rem;
    background: #FFF;
    border-radius: 0 0 1.25rem 1.25rem;
    filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.4));
    position: absolute;
    top: 0;
    left: 8vw;
    z-index: 2;
  }
}
@media screen and (max-width: 1200px) {
  .header .headerContents {
    left: 2rem;
  }
}
.header .headerContents .url {
  width: 5.6875rem;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .header .headerContents .url {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .header p.tel {
    margin: 2rem 0 0;
    color: #FFF;
  }
}
.header p.tel a {
  display: block;
  text-decoration: none;
}
.header p.tel img {
  height: 2rem;
}
@media screen and (max-width: 959px) {
  .header p.tel img {
    margin: 0 auto 0.5rem;
  }
}
.header p.tel span {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0.25rem 0 0;
}
@media screen and (min-width: 960px) {
  .header .contactBox {
    display: flex;
    align-items: center;
    position: absolute;
    top: 4.5rem;
    right: 8vw;
  }
}
@media screen and (max-width: 1200px) {
  .header .contactBox {
    right: 2rem;
  }
}
.header .contactBox .dt {
  width: 6.375rem;
  color: #5D9DC5;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.6875rem 0;
  margin: 0 2rem 0 0;
  border-top: 2px solid #5D9DC5;
  border-bottom: 2px solid #5D9DC5;
}
@media screen and (max-width: 1350px) {
  .header .contactBox .dt {
    display: none;
  }
}
.header .contactBox .subNav {
  display: flex;
}
@media screen and (max-width: 959px) {
  .header .contactBox .subNav {
    position: fixed;
    top: 1.5rem;
    right: 5.5rem;
    z-index: 3;
  }
}
.header .contactBox .subNav li {
  width: 11rem;
  margin-left: 1rem;
}
.header .contactBox .subNav li:first-child {
  margin-left: 2rem;
}
@media screen and (max-width: 959px) {
  .header .contactBox .subNav li:first-child {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  .header .contactBox .subNav li:last-child {
    width: 3rem;
  }
}
.header .contactBox .subNav li:last-child a {
  padding-right: 1rem;
  background: url("../img/link.svg") center right 1.25rem/0.875rem no-repeat #5D9DC5;
}
@media screen and (max-width: 1060px) {
  .header .contactBox .subNav li:last-child a {
    height: 3rem;
    padding: 0;
    text-indent: -9999px;
    background: url("../img/calender.svg") center/100% no-repeat;
  }
}
.header .contactBox .subNav li a {
  display: block;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
  background: #5D9DC5;
  border-radius: 1.5rem;
  transition: 0.5s;
}
.header .contactBox .subNav li a:hover {
  opacity: 0.6;
}
.header .mainImage {
  position: relative;
}

footer {
  color: #FFF;
  margin: 5rem 0 0;
  padding: 3em 8em;
  background: #5D9DC5;
}
@media screen and (max-width: 1299px) {
  footer {
    padding: 3em 2em;
  }
}
footer .flex {
  display: flex;
  position: relative;
}
@media screen and (max-width: 959px) {
  footer .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .flex .center {
  padding-left: 4.125vw;
}
@media screen and (max-width: 959px) {
  footer .flex .center {
    padding: 0;
  }
}
footer .logo img {
  height: 4.25rem;
}
footer .sns {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 959px) {
  footer .sns {
    justify-content: center;
    margin: 1.5rem 0 0;
    position: static;
  }
}
footer .sns li a {
  display: block;
}
footer .sns li a img {
  width: 1.5rem;
}
footer .nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  footer .nav {
    display: none;
  }
}
footer .nav li {
  border-right: 1px solid #fff;
  margin: 0 0 1rem;
}
footer .nav li:last-child {
  border: none;
}
footer .nav li:first-child a {
  padding-left: 0;
}
footer .nav li a {
  padding: 0 1rem;
}
footer address {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 959px) {
  footer address {
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
    margin: calc(1.5rem - 0.375em) 0 -0.375em;
  }
}
footer .copy {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 959px) {
  footer .copy {
    margin: 1.5rem 0 0;
  }
}

.subPage .header .mainImage {
  height: 25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .subPage .header .mainImage {
    height: 50vw;
  }
}
.subPage .contents {
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .subPage .contents {
    margin-top: 3rem;
  }
}

.post {
  width: calc(100% - 4em);
  max-width: 960px;
  margin: 0 auto;
}
.post h2 {
  color: #5D9DC5;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #5D9DC5;
  margin: 5rem 0 0;
}
.post p {
  line-height: 2;
  margin: calc(2rem - 0.5em) 0 -0.5em;
}
.post table {
  width: 100%;
  margin: 2rem 0 0;
  background: rgba(93, 157, 197, 0.1);
}
.post table th {
  color: #5D9DC5;
  line-height: 1.75;
  border-bottom: 2px solid #FFF;
  padding: 1.125rem 2rem;
}
@media screen and (max-width: 959px) {
  .post table th {
    display: block;
    width: 100%;
    border: none;
    padding: 1.125rem 1.5rem 0;
  }
}
.post table td {
  line-height: 1.75;
  border-bottom: 2px solid #FFF;
  padding: 1.125rem 0;
}
@media screen and (max-width: 959px) {
  .post table td {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem 1.125rem;
  }
}
.post .scroll {
  margin: 1em 0 0;
  overflow-x: scroll;
}
.post .scroll img {
  min-width: 960px;
}
.post .scroll + p,
.post table + p {
  margin: calc(1rem - 0.5em) 0 -0.5em;
}
.post ul {
  margin: calc(2rem - 0.5em) 0 -0.5em;
  padding-left: 1rem;
}
.post ul.list2 li::before {
  content: "〇";
}
.post ul li {
  line-height: 2;
  text-indent: -1em;
  position: relative;
}
.post ul li::before {
  content: "●";
}
.post p + .list2 {
  margin: calc(1rem - 0.5em) 0 -0.5em;
}
.post .map {
  height: 30rem;
  margin: 2rem 0 0;
  position: relative;
}
.post .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#index {
  overflow: hidden;
}
#index .header .mainImage {
  height: 29.3125vw;
}
@media screen and (max-width: 959px) {
  #index .header .mainImage {
    height: 75vw;
  }
}
#index .header .car {
  width: 17.5vw;
  position: absolute;
  left: 63.0625vw;
  top: 18.125vw;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #index .header .car {
    display: none;
  }
}
#index .header .slide_loop .mask .image .img {
  width: 56vw;
  height: 29.3125vw;
}
@media screen and (max-width: 959px) {
  #index .header .slide_loop .mask .image .img {
    width: 78.125vw;
    height: 75vw;
  }
}
#index .header .slide_loop .mask .image .img div {
  width: calc(100% - 3vw);
  height: 100%;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.75rem;
}
@media screen and (max-width: 959px) {
  #index .header .slide_loop .mask .image .img div {
    width: calc(100% - 3.125vw);
  }
}
#index .header .slide_loop .next,
#index .header .slide_loop .prev {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 2rem;
  left: calc(50vw - 26.5vw - 2rem);
}
@media screen and (max-width: 959px) {
  #index .header .slide_loop .next,
#index .header .slide_loop .prev {
    bottom: calc(50% - 4rem);
    left: calc(50vw - 37.5vw - 2.5rem);
  }
}
#index .header .slide_loop .next {
  left: auto;
  right: calc(50vw - 26.5vw - 2rem);
}
@media screen and (min-width: 960px) {
  #index .header .slide_loop .next {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  #index .header .slide_loop .next {
    right: calc(50vw - 37.5vw - 2.5rem);
  }
}

#index01 {
  padding: 11rem 0 15.875rem;
  margin-top: -6rem;
  background: url("../img/bg.jpg") top center/1920px repeat-x;
}
@media screen and (max-width: 959px) {
  #index01 {
    padding: 10.5rem 0 13.125rem;
    margin-top: -4rem;
  }
}
#index01 h2 {
  width: 24.875rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 959px) {
  #index01 h2 {
    width: 21rem;
  }
}
#index01 h3 img {
  height: 2.5rem;
  margin: 0 auto;
}
#index01 .txt4 {
  margin: 3.25rem auto 0;
}
#index01 .txt4 img {
  height: 4rem;
  margin: 0 auto;
}
#index01 .image li {
  position: relative;
}
#index01 .image li span {
  display: block;
}
#index01 .image li .num {
  text-align: center;
  position: absolute;
  top: -0.25rem;
  left: 2.5rem;
  z-index: 2;
  transform: translateX(-59%);
}
#index01 .image li .num img {
  height: 4.5625rem;
}
#index01 .image li .img {
  padding-top: 95.3571428571%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#index01 .image li .catch {
  width: 6.9375rem;
  position: absolute;
  left: calc(50% + 2rem);
  top: -2rem;
  z-index: 2;
}
#index01 .image li .txt {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: calc(1.25rem - 0.375em) 0 -0.375em;
}
@media screen and (min-width: 960px) {
  #index01 .image {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 3rem auto 0;
  }
  #index01 .image li {
    width: 17.5rem;
  }
}
@media screen and (max-width: 959px) {
  #index01 .slide_loop {
    width: calc(100% - 2rem);
    margin: 3rem 0 0 auto;
  }
  #index01 .slide_loop .mask .image li {
    width: calc(54.6875vw + 2rem);
  }
  #index01 .slide_loop .mask .image li div {
    padding: 2rem 2rem 0 0;
  }
  #index01 .slide_loop .mask .image li div .num {
    top: 1.75rem;
  }
}
#index01 .instagram {
  width: calc(100% - 4em);
  max-width: 960px;
  margin: 0 auto 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  #index01 .instagram {
    margin: 3em auto 0;
  }
}
#index01 .instagram .txt1 {
  color: #5D9DC5;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#index01 .instagram .txt2 {
  width: 22.75rem;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  #index01 .instagram .txt2 {
    width: auto;
    left: initial;
    right: -0.5rem;
    top: -0.5rem;
    transform: none;
  }
  #index01 .instagram .txt2 img {
    height: 3rem;
  }
}
#index01 .instagram .txt3 {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  top: -0.5rem;
}
@media screen and (max-width: 959px) {
  #index01 .instagram .txt3 {
    position: static;
    justify-content: center;
    margin: 1rem 0 0;
  }
}
#index01 .instagram .txt3 img {
  width: 1.875rem;
  margin-right: 0.75rem;
}
#index01 .instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 0;
}
#index01 .instagram ul li {
  width: 16.6666666667%;
}
@media screen and (max-width: 959px) {
  #index01 .instagram ul li {
    width: 50%;
  }
}

#index02 {
  padding: 0 0 5em;
  background: url("../img/bg2.jpg") center/cover no-repeat;
  position: relative;
}
#index02 .body {
  width: calc(100% - 4em);
  max-width: 960px;
  margin: 0 auto -10.625rem;
  transform: translateY(-10.625rem);
}
@media screen and (max-width: 959px) {
  #index02 .body {
    margin: 0 auto -9rem;
    transform: translateY(-9rem);
  }
}
#index02 .catch {
  width: 100%;
  max-width: 598px;
  margin: 0 auto;
  position: relative;
}
#index02 .catch::after {
  width: 4rem;
  height: 4rem;
  content: "";
  background: url("../img/arw2.svg") center/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 2;
}
#index02 .txtBox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: -10.875rem 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #index02 .txtBox {
    display: block;
    margin: 1.5rem 0 0;
  }
}
#index02 .txtBox .read {
  color: #EAE065;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.375;
  padding-left: 2rem;
}
@media screen and (max-width: 959px) {
  #index02 .txtBox .read {
    text-align: center;
    padding: 0;
  }
}
#index02 .txtBox .read .num {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  font-weight: normal;
  margin-bottom: -1em;
}
#index02 .txtBox .read + p {
  max-width: 23rem;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 959px) {
  #index02 .txtBox .read + p {
    max-width: inherit;
    margin: calc(2.25rem - 0.375em) 0 -0.375em;
  }
}
#index02 .txtBox .more {
  width: 11rem;
}
@media screen and (max-width: 959px) {
  #index02 .txtBox .more {
    margin: 2rem auto 0;
  }
}
#index02 .txtBox .more a {
  display: block;
  color: #5D9DC5;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  padding: 0.875rem 0;
  background: url("../img/arw3.svg") center left 1rem/0.25rem no-repeat #EAE065;
  border-radius: 1.5rem;
}
#index02 .list1 {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0;
  position: relative;
}
#index02 .list1 li {
  width: 320px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  #index02 .list1 li {
    width: 50%;
    height: 27.34375vw;
  }
}
#index02 .list1 li.big {
  width: 640px;
  height: 400px;
}
@media screen and (max-width: 959px) {
  #index02 .list1 li.big {
    width: 100%;
    height: 54.6875vw;
  }
}
#index02 .list1 li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index02 .list2 {
  display: flex;
  margin: 5rem 0 0;
}
@media screen and (max-width: 959px) {
  #index02 .list2 {
    display: block;
  }
}
#index02 .list2 li {
  width: 50%;
}
@media screen and (max-width: 959px) {
  #index02 .list2 li {
    width: 100%;
    margin: 2em 0 0;
  }
  #index02 .list2 li:first-child {
    margin: 5em 0 0;
  }
}

#faq {
  padding: 4.5em 2em 5em;
  background: #EAE065;
}
#faq h2 {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 0 0 3rem;
}
#faq h2 .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  margin: 0 0 1.25rem;
}
#faq dl {
  max-width: 960px;
  margin: 0 auto;
  border-top: 4px solid #000;
}
#faq dl:last-child {
  border-bottom: 4px solid #000;
}
#faq dl.open dt::before {
  transform: rotate(0deg);
}
#faq dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding: 1.5rem 0 1.5rem 4.5rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  #faq dl dt {
    padding: 1.5rem 3rem;
  }
}
#faq dl dt .q {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  #faq dl dt .q {
    left: 0;
  }
}
#faq dl dt::after {
  display: block;
  width: 1.25rem;
  height: 4px;
  background: #000;
  border-radius: 4px;
  content: "";
  position: absolute;
  right: 1.75rem;
  top: calc(50% - 2px);
  transition: 0.25s;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #faq dl dt::after {
    right: 0;
  }
}
#faq dl dt::before {
  display: block;
  width: 1.25rem;
  height: 4px;
  background: #000;
  border-radius: 4px;
  content: "";
  position: absolute;
  right: 1.75rem;
  bottom: calc(50% - 2px);
  transition: 0.25s;
  transform: rotate(90deg);
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #faq dl dt::before {
    right: 0;
  }
}
#faq dl dd {
  display: none;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding: 1.5rem 2rem 1.5rem 4.5rem;
  border-top: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 959px) {
  #faq dl dd {
    padding: 1.5rem 2rem 1.5rem 3rem;
  }
}
#faq dl dd .a {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  position: absolute;
  top: 0.5rem;
  left: 2rem;
}
@media screen and (max-width: 959px) {
  #faq dl dd .a {
    left: 0;
  }
}

#access {
  padding: 4em 8rem 0;
}
@media screen and (max-width: 1299px) {
  #access {
    padding: 4em 2em 0;
  }
}
#access h2 .en {
  display: block;
  color: #5D9DC5;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}
#access h2 + p {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 2.75rem 0 0;
}
#access .map {
  width: 100%;
  height: 30rem;
  margin: 3em 0 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  #access .map {
    height: calc(100vw - 4em);
  }
}
#access .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#car .contents .post {
  max-width: 720px;
}

#car01 {
  max-width: 960px;
  margin: 6rem 0 0 20vw;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1455px) {
  #car01 {
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 959px) {
  #car01 {
    margin: 3em 2em 0;
  }
}
#car01 .image {
  width: 800px;
  height: 480px;
  background: url("../img/car/01.jpg") center/cover no-repeat;
  border-radius: 1.25em;
  position: absolute;
  bottom: 0;
  left: 360px;
  z-index: 1;
}
@media screen and (min-width: 960px) and (max-width: 1455px) {
  #car01 .image {
    max-width: 57.5vw;
  }
}
@media screen and (max-width: 959px) {
  #car01 .image {
    width: 100%;
    height: 52.5390625vw;
    position: relative;
    left: 0;
  }
}
#car01 .image p {
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
}
@media screen and (max-width: 959px) {
  #car01 .image p {
    width: 100%;
    text-align: center;
  }
}
#car01 .txtBox {
  position: relative;
  z-index: 2;
}
#car01 .catch {
  margin: 0 0 2rem;
}
#car01 .catch img {
  height: 3.375rem;
}
#car01 .txt {
  display: inline;
  color: #5D9DC5;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  background: #EAE065;
  margin: -0.5em 0;
}
@media screen and (max-width: 959px) {
  #car01 .txt {
    display: block;
    font-size: 1rem;
    background: none;
    margin: calc(3.75rem - 0.5em) 0 -0.5em;
  }
}
#car01 dl {
  max-width: 326px;
  color: #5D9DC5;
  font-weight: bold;
  padding: 1.5rem 1.5rem 1.25rem;
  margin: 2rem 0 0;
  background: rgba(93, 157, 197, 0.2);
}
@media screen and (max-width: 959px) {
  #car01 dl {
    max-width: none;
  }
}
#car01 dl dt {
  overflow: hidden;
  letter-spacing: 0.1em;
  text-align: left;
}
#car01 dl dt span {
  display: inline-block;
  padding: 0 0.5rem 0 0;
  position: relative;
}
#car01 dl dt span::after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  width: 400%;
  height: 1px;
  background-color: #5D9DC5;
}
#car01 dl dd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 959px) {
  #car01 dl dd ul {
    justify-content: space-between;
  }
}
#car01 dl dd ul li {
  width: calc(100% - 7rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  #car01 dl dd ul li {
    width: auto;
    padding-right: 2rem;
  }
}
#car01 dl dd ul li:nth-child(even) {
  width: 7rem;
}
@media screen and (max-width: 959px) {
  #car01 dl dd ul li:nth-child(even) {
    width: auto;
  }
}

#car02 {
  margin: 6em 0 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  #car02 {
    padding: 0 2em;
    margin: 4em 0 0;
  }
}
#car02::before {
  width: 100%;
  height: 91.0625vw;
  max-height: 1457px;
  content: "";
  background: url("../img/car/bg.jpg") center bottom/100% no-repeat;
  position: absolute;
  left: 0;
  top: 1293px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #car02::before {
    display: none;
  }
}
#car02 ul.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #car02 ul.col2 {
    display: block;
  }
}
#car02 ul.col2 li {
  width: calc((100% - 3em) / 2);
  margin: 0 0 4em;
}
@media screen and (max-width: 959px) {
  #car02 ul.col2 li {
    width: 100%;
  }
  #car02 ul.col2 li:last-child {
    margin-top: 4em;
  }
}
#car02 ul.col2 li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#car02 ul.col2 li .txt {
  font-size: 0.875rem;
}
#car02 ul.col2 li .title {
  font-size: 1.25rem;
  left: 1.25rem;
}
#car02 ul li {
  max-width: 720px;
  margin: 0 auto 2em;
  position: relative;
}
#car02 ul li.mgb4 {
  margin-bottom: 4em;
}
#car02 ul li span {
  display: block;
}
#car02 ul li .img {
  padding-top: 60%;
  border-radius: 1.25em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#car02 ul li .img2 {
  width: 33.3333333333%;
  position: absolute;
  bottom: 2rem;
  left: -2em;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #car02 ul li .img2 {
    bottom: 1rem;
    left: -1em;
  }
}
#car02 ul li .img2 img {
  border-radius: 1.25em;
}
#car02 ul li .title {
  color: #5D9DC5;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #EAE065;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  padding: 0.5rem;
  position: absolute;
  top: -1rem;
  left: 2rem;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  #car02 ul li .title {
    font-size: 1.25rem;
  }
}
#car02 ul li .title2 {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 0;
  left: -2.5rem;
  z-index: 2;
}
#car02 ul li .caption {
  color: #FFF;
  font-size: 0.75rem;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
#car02 ul li .caption::before {
  width: 1.125rem;
  height: 0.875rem;
  content: "";
  background: url("../img/camera.svg") center/contain no-repeat;
  position: absolute;
  left: -1.5rem;
  top: -1px;
}
#car02 ul li .txt {
  text-align: center;
  line-height: 1.5;
  margin: calc(1rem - 0.25em) 0 -0.25em;
}

#contact .contents .post .booking-select-monthlink ul {
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 959px) {
  #contact .contents .post .booking-select-monthlink ul {
    margin-bottom: 1.5384615385rem;
    flex-wrap: wrap;
  }
}
#contact .contents .post .booking-select-monthlink ul li {
  text-indent: 0;
}
#contact .contents .post .booking-select-monthlink ul li::before {
  display: none !important;
}
#contact .contents .post .booking-select-monthlink ul li a {
  padding: 0.4375rem 1.875rem 0.5625rem 1rem;
  color: #5D9DC5;
  font-weight: bold;
  background: url("../img/arw4.svg") top 0.9375rem right 0.9375rem/0.375rem no-repeat rgba(93, 157, 197, 0.1);
  border-radius: 1.25rem;
  letter-spacing: 0.025em;
  text-decoration: none;
  line-height: 1;
}
#contact .contents .post .booking-select-monthlink ul li.prev {
  text-align: left;
}
@media screen and (max-width: 959px) {
  #contact .contents .post .booking-select-monthlink ul li.prev {
    order: 2;
  }
}
#contact .contents .post .booking-select-monthlink ul li.prev a {
  padding: 0.4375rem 1rem 0.5625rem 1.875rem;
  background: url("../img/arw5.svg") top 0.9375rem left 0.9375rem/0.375rem no-repeat rgba(93, 157, 197, 0.1);
}
#contact .contents .post .booking-select-monthlink ul li.ym {
  font-family: "Oswald", sans-serif;
  color: #5D9DC5;
  font-size: 2.8125rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 959px) {
  #contact .contents .post .booking-select-monthlink ul li.ym {
    width: 100%;
    order: 1;
    line-height: 2;
  }
}
#contact .contents .post .booking-select-monthlink ul li.center {
  text-align: center;
}
#contact .contents .post .booking-select-monthlink ul li.next {
  text-align: right;
}
@media screen and (max-width: 959px) {
  #contact .contents .post .booking-select-monthlink ul li.next {
    order: 3;
  }
}
@media screen and (max-width: 959px) {
  #contact .contents .post .booking-select-monthlink ul li:nth-child(2).next:not(.bottom) {
    width: 100%;
  }
}
#contact .contents .post table {
  background-color: transparent;
  border-collapse: collapse;
  font-weight: bold;
  margin: 0;
}
#contact .contents .post table tr {
  background: rgba(0, 0, 0, 0.04);
}
#contact .contents .post table tr th {
  color: #000;
  width: 33.3333333333%;
}
@media screen and (max-width: 959px) {
  #contact .contents .post table tr th {
    width: 100%;
    padding: 1.125rem 1.125rem 0;
  }
}
#contact .contents .post table tr td {
  color: #000;
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #contact .contents .post table tr td {
    width: calc((100% - 4px) / 2);
    display: inline-block;
    padding: 1.125rem 0;
  }
}
#contact .contents .post table tr.week6 {
  background: rgba(93, 157, 197, 0.1);
}
#contact .contents .post table tr.week6 th, #contact .contents .post table tr.week6 td {
  color: #5D9DC5;
}
#contact .contents .post table tr.week0, #contact .contents .post table tr.holiday {
  background: rgba(219, 103, 150, 0.15);
}
#contact .contents .post table tr.week0 th, #contact .contents .post table tr.week0 td, #contact .contents .post table tr.holiday th, #contact .contents .post table tr.holiday td {
  color: #DB6796;
}
#contact .contents .post .booking_box {
  background: rgba(93, 157, 197, 0.2);
  margin: 2rem 0;
  padding: 4rem;
}
@media screen and (max-width: 959px) {
  #contact .contents .post .booking_box {
    padding: 2rem 1rem 3rem;
  }
}
#contact .contents .post .booking_box dl {
  margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  #contact .contents .post .booking_box dl {
    display: block;
  }
}
#contact .contents .post .booking_box dl dt {
  width: 20%;
  font-weight: bold;
  padding: 0.75rem 0;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 959px) {
  #contact .contents .post .booking_box dl dt {
    margin-bottom: 0;
    width: 100%;
  }
}
#contact .contents .post .booking_box dl dt:last-of-type {
  margin-bottom: 0;
}
#contact .contents .post .booking_box dl dd {
  width: 80%;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 959px) {
  #contact .contents .post .booking_box dl dd {
    width: 100%;
  }
}
#contact .contents .post .booking_box dl dd:last-of-type {
  margin-bottom: 0;
}
#contact .contents .post .booking_box dl dd input[type=tel],
#contact .contents .post .booking_box dl dd input[type=email],
#contact .contents .post .booking_box dl dd input[type=text],
#contact .contents .post .booking_box dl dd textarea {
  display: block;
  width: 100% !important;
  color: black;
  font-size: 16px;
  padding: 0.5rem 1rem;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: rgba(93, 157, 197, 0.4) 2px solid;
  border-radius: 0.5rem;
}
#contact .contents .post .booking_box dl dd input[type=tel]::-moz-placeholder, #contact .contents .post .booking_box dl dd input[type=email]::-moz-placeholder, #contact .contents .post .booking_box dl dd input[type=text]::-moz-placeholder, #contact .contents .post .booking_box dl dd textarea::-moz-placeholder {
  line-height: 1.5;
}
#contact .contents .post .booking_box dl dd input[type=tel]:-ms-input-placeholder, #contact .contents .post .booking_box dl dd input[type=email]:-ms-input-placeholder, #contact .contents .post .booking_box dl dd input[type=text]:-ms-input-placeholder, #contact .contents .post .booking_box dl dd textarea:-ms-input-placeholder {
  line-height: 1.5;
}
#contact .contents .post .booking_box dl dd input[type=tel]::placeholder,
#contact .contents .post .booking_box dl dd input[type=email]::placeholder,
#contact .contents .post .booking_box dl dd input[type=text]::placeholder,
#contact .contents .post .booking_box dl dd textarea::placeholder {
  line-height: 1.5;
}
#contact .contents .post .booking_box dl dd input[type=checkbox],
#contact .contents .post .booking_box dl dd input[type=radio] {
  margin: 1em 0.5em 1em 0;
}
#contact .contents .post .booking_box dl dd select {
  border: rgba(93, 157, 197, 0.4) 2px solid;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #contact .contents .post .booking_box dl dd select {
    width: 100%;
  }
}
#contact .contents .post .booking_box dl dd span.waku {
  width: 100%;
  display: block;
  background-color: #FFF;
  padding: 0.5rem;
  border: rgba(93, 157, 197, 0.4) 2px solid;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
}
#contact .contents .post .booking_box dl dd#price_view {
  color: #5D9DC5;
}
#contact .contents .post .booking_box dl dd#price_view span.waku {
  border: none;
  padding: 1.625rem 2rem 2rem;
}
#contact .contents .post .booking_box dl dd#price_view #price {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
#contact .contents .post .booking_box dl dd#price_view .yen {
  font-size: 0.75rem;
  color: #000;
}
#contact .contents .post .booking_box h3 {
  color: #5D9DC5;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin: 3rem 0 2rem;
}
#contact .contents .post .booking_box h3::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #5D9DC5;
  margin-left: 0.9375rem;
}
#contact .contents .post .booking_box p {
  text-align: center;
}
#contact .contents .post .booking_box p.left {
  text-align: left;
}
#contact .contents .post .booking_box p button {
  width: 10rem;
  text-align: center;
  background: #5D9DC5;
  color: #FFF;
  border: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.8125rem 0;
  cursor: pointer;
  border-radius: 0.5rem;
}
#contact .contents .post .booking_box p button:hover {
  opacity: 0.5;
  transition: 0.5s;
}

@media screen and (min-width: 960px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 13px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: auto;
  }
}/*# sourceMappingURL=layout.css.map */