@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import "mobile_menu.css";
html {
  font-size: 62.5%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  color: #000;
  font-size: 1.3rem;
  line-height: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* mixin
*********************************************************************/
/* color */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイドXGA */
/* ちょっと狭い */
/* font */
/* module
*****************************************************************/
body {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: keep-all; /* 単語内での折り返しは行わない */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

#wrapper {
  position: relative;
}
#wrapper img {
  margin: 0 auto;
  max-width: 100%;
}

.clearfix {
  /*display: inline-table;*/
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-out;
  color: #000;
}
a img {
  transition: all 0.3s ease-out;
}
a:hover {
  color: #000;
}
a:hover img {
  opacity: 0.5;
}
a:active {
  color: #0099c5;
}

.fade_in #pagetop_arrow {
  opacity: 1;
  transition: all 300ms 0s ease;
  bottom: 100px;
}

.width {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 10px;
}

.ttl_con {
  margin: 0 auto 60px;
}
@media all and (max-width: 480px) {
  .ttl_con {
    margin-bottom: 40px;
  }
}
.ttl_con h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #000;
  font-size: 3.8rem;
  line-height: 1.6 !important;
  letter-spacing: 5px;
  line-height: 0;
  text-align: center;
  margin: 0 auto 40px;
}
@media all and (max-width: 896px) {
  .ttl_con h2 {
    letter-spacing: 3px;
    font-size: 2.8rem;
  }
}
.ttl_con h2::after {
  content: "";
  display: block;
  width: 240px;
  height: 30px;
  margin: 6px auto 0 auto;
  background-image: url("../img/ttl_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (max-width: 896px) {
  .ttl_con h2::after {
    width: 210px;
    height: 24px;
  }
}
.ttl_con h2 img {
  width: 430px !important;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .ttl_con h2 img {
    width: 80%;
  }
}
.ttl_con p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media all and (max-width: 480px) {
  .ttl_con p {
    font-size: 1.6rem;
  }
}

.bg1 {
  background-color: #efefe9;
}

.bg2 {
  background-color: #efefd3;
}

.bg3 {
  background-color: #fff;
}

.bg4 {
  background-color: #ffede6;
}

.bg5 {
  background-color: #fff;
}

.bg6 {
  background-color: #f0f5f3;
}

.bgbtn {
  text-align: center;
  width: 90%;
  max-width: 612px;
  margin: 0 auto;
  display: block;
}
@media all and (max-width: 480px) {
  .bgbtn {
    max-width: 400px;
  }
}
.bgbtn a {
  display: grid;
  place-content: center;
  font-size: 3.6rem;
  font-weight: bold;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-image: url("../img/btn_guide.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 612/122;
}
.bgbtn a:hover {
  opacity: 0.8;
}
@media all and (max-width: 480px) {
  .bgbtn a {
    font-size: 2rem;
  }
}

.block_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 480px) {
  .block_btn {
    flex-direction: column;
  }
}
.block_btn .bgbtn {
  max-width: 340px;
  margin: auto 10px;
}
.block_btn .bgbtn a {
  font-size: 2rem;
}
@media all and (max-width: 480px) {
  .block_btn .bgbtn a {
    font-size: 1.4rem;
  }
}
.block_btn .bgbtn + .bgbtn {
  margin-top: 0;
}
@media all and (max-width: 480px) {
  .block_btn .bgbtn + .bgbtn {
    margin-top: 12px;
  }
}

/* footer
-----------------------------------------------------------------*/
#pagetop {
  width: 100%;
  padding: 0;
  margin: 10px auto 0;
  text-align: center;
}
#pagetop #pagetop_arrow {
  padding: 0;
  margin: 0;
  text-align: center;
}

.area_footer {
  padding: 0 20px;
  background-color: #A30606;
  text-align: center;
}
.area_footer .block_footer {
  padding: 50px 0;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer {
    padding: 30px 0;
  }
}
.area_footer .block_footer .foot-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .foot-info {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .foot-info .logo {
    width: 100%;
    margin-bottom: 30px;
  }
}
.area_footer .block_footer .foot-info .logo h2 {
  max-width: 100%;
  text-align: center;
}
.area_footer .block_footer .foot-info .logo h2 img {
  max-width: 100%;
  margin: 0 auto;
}

.top_mainmovie {
  padding-top: 56.25%;
  position: relative;
  background-color: #EFEFEF;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .top_mainmovie {
    padding-top: 178%;
    background-color: #F7F7EF;
  }
}
.top_mainmovie .area_mainmovie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
.top_mainmovie .area_mainmovie video {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  .top_mainmovie .area_mainmovie video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_mainmovie .txt_mainmovie {
  max-width: 34vw;
  position: absolute;
  top: 120px;
  left: 30%;
  transform: translateX(-50%);
  -webkit-animation: fadeOutAnime 2s ease;
          animation: fadeOutAnime 2s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media all and (max-width: 896px) {
  .top_mainmovie .txt_mainmovie {
    display: none;
  }
}
@-webkit-keyframes fadeOutAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top_mainmovie img {
  width: 100%;
}

/*** Top title ***/
.area_title {
  background-color: #efefd3;
  padding-top: 10px;
}
.area_title .block_title {
  display: block;
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding: 40px 20px;
}
@media all and (max-width: 480px) {
  .area_title .block_title {
    padding: 20px 20px 40px;
  }
}
.area_title .block_title h1 {
  text-align: center;
  margin-bottom: 30px;
}
.area_title .block_title p {
  font-size: 6rem;
  letter-spacing: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
@media all and (max-width: 480px) {
  .area_title .block_title p {
    font-size: 3.6rem;
    letter-spacing: 0.8rem;
    margin-top: 50px;
  }
}
.area_title ul {
  display: flex;
  justify-content: space-between;
}
.area_title ul li {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
}
.area_title ul li img {
  width: 100% !important;
}

/*** contents ***/
.area_course {
  padding: 80px 0;
  text-align: center;
}
.area_course .img {
  margin: 0 auto 50px;
}

.area_map {
  padding: 80px 0;
  text-align: center;
}
@media all and (max-width: 480px) {
  .area_map {
    padding: 50px 0;
  }
}
.area_map .img {
  text-align: center;
  margin: 0 auto 30px;
}
.area_map .img a {
  max-width: 100% !important;
}
.area_map .img img {
  max-width: 100%;
}
.area_map p {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media all and (max-width: 480px) {
  .area_map p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.area_map a {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
}
@media all and (max-width: 480px) {
  .area_map a {
    max-width: 280px;
  }
}

.area_freepass {
  padding: 80px 0;
  text-align: center;
}
@media all and (max-width: 480px) {
  .area_freepass {
    padding: 50px 0;
  }
}
.area_freepass .list_freepass {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media all and (max-width: 896px) {
  .area_freepass .list_freepass {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media all and (max-width: 480px) {
  .area_freepass .list_freepass {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
}
.area_freepass .list_freepass li {
  text-align: center;
  border-bottom: 1px dotted #000;
}
.area_freepass .list_freepass h3 {
  text-align: center;
  margin: 0 auto 20px;
}
@media all and (max-width: 480px) {
  .area_freepass .list_freepass h3 {
    margin-bottom: 16px;
  }
}
.area_freepass .list_freepass p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media all and (max-width: 480px) {
  .area_freepass .list_freepass p {
    font-size: 1.4rem;
  }
}
.area_freepass .list_freepass a {
  display: block;
  padding: 20px;
  color: #000;
}
.area_freepass .list_freepass a:hover {
  color: #A30606;
}
.area_freepass .list_freepass a.red {
  color: #A30606;
}
.area_freepass .list_freepass a.red:hover {
  color: #000;
}

.area_transport {
  padding: 80px 0;
  text-align: center;
}
@media all and (max-width: 480px) {
  .area_transport {
    padding: 50px 0;
  }
}
.area_transport ul {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.area_transport ul li {
  width: calc(33.3333333333% - 40px);
  text-align: center;
  font-size: 1.6rem;
  margin: 0 20px 30px;
}
@media all and (max-width: 1025px) {
  .area_transport ul li {
    width: calc(50% - 40px);
  }
}
@media all and (max-width: 480px) {
  .area_transport ul li {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.area_transport ul li p.txt {
  text-align: left;
  line-height: 1.8;
  word-break: normal !important;
}
.area_transport ul li a {
  margin: 0 auto 30px;
}
.area_transport ul li a.mb0 {
  margin: 0 auto 10px;
}

.btn_link_f {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.btn_link_f > a {
  box-sizing: border-box;
  padding: 20px 50px 20px 10px;
  display: block;
  background: #424242;
  border-radius: 20px;
  position: relative;
  z-index: 20;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.btn_link_f > a::before {
  content: "";
  width: 100%;
  height: 0%;
  background: #EBEFE7;
  transition: all 0.3s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
}
.btn_link_f > a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/arrow_right_w.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.btn_link_f > a:hover {
  color: #000;
  opacity: 1;
}
.btn_link_f > a:hover::before {
  height: 100%;
}

.btn_link_g {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.btn_link_g > a {
  box-sizing: border-box;
  padding: 16px 50px 16px 10px;
  display: block;
  background: #fff;
  border-bottom: 1px dotted #000;
  position: relative;
  z-index: 20;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #A30606;
}
@media all and (max-width: 480px) {
  .btn_link_g > a {
    font-size: 1.5rem;
  }
}
.btn_link_g > a::before {
  content: "";
  width: 100%;
  height: 0%;
  background: #EBEFE7;
  transition: all 0.3s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
}
.btn_link_g > a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/arrow_right.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.btn_link_g > a:hover {
  color: #000;
  opacity: 1;
}
.btn_link_g > a:hover::before {
  height: 100%;
}

.area_busmap {
  text-align: center;
}
.area_busmap.top {
  padding: 80px 0 50px;
}
@media all and (max-width: 480px) {
  .area_busmap.top {
    padding: 50px 0 30px;
  }
}
.area_busmap.bottom {
  padding: 20px 0 80px;
}
@media all and (max-width: 480px) {
  .area_busmap.bottom {
    padding: 15px 0 50px;
  }
}
.area_busmap .img {
  margin: 0 auto 60px;
}
@media all and (max-width: 896px) {
  .area_busmap .img {
    margin-bottom: 40px;
  }
}
.area_busmap .img_busmap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.area_busmap .img_busmap li {
  width: calc(50% - 30px);
  text-align: center;
  margin: 0 15px 30px;
}
@media all and (max-width: 480px) {
  .area_busmap .img_busmap li {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media all and (max-width: 480px) {
  .area_busmap .img_busmap li.mb0 {
    margin: 0 auto 5px;
  }
}
.area_busmap .img_busmap li p {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}
.area_busmap .img_busmap li .pt {
  padding-top: 5.5em;
}
@media all and (max-width: 480px) {
  .area_busmap .img_busmap li .pt {
    padding-top: 0;
  }
}
.area_busmap .sec_info {
  text-align: left;
}
.area_busmap .sec_info .ttl_info {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1E2188;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .ttl_info {
    font-size: 2rem;
    margin-bottom: 3px;
  }
}
.area_busmap .sec_info .ttl_en {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .ttl_en {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.area_busmap .sec_info .block_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 30px;
}
@media all and (max-width: 896px) {
  .area_busmap .sec_info .block_info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.area_busmap .sec_info .list_info {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.area_busmap .sec_info .list_info > div {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.area_busmap .sec_info .list_info > div:last-of-type {
  margin-bottom: 0;
}
.area_busmap .sec_info .list_info dt {
  flex-shrink: 0;
  width: 120px;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .list_info dt {
    width: 100px;
  }
}
.area_busmap .sec_info .list_info dd {
  flex-grow: 1;
}
.area_busmap .sec_info .txt_number {
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
  background: #207ba5;
  margin: 4px 4px 0 0;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .txt_number {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
}
.area_busmap .sec_info .txt_blue {
  color: #207ba5;
}
.area_busmap .sec_info .txt_orange {
  color: #d34102;
}
.area_busmap .sec_info .txt_orange .txt_number {
  background: #d34102;
}
.area_busmap .sec_info .txt_green {
  color: #089920;
}
.area_busmap .sec_info .txt_green .txt_number {
  background: #089920;
}
.area_busmap .sec_info .txt_yellow {
  color: #e68a00;
}
.area_busmap .sec_info .txt_yellow .txt_number {
  background: #e68a00;
}
.area_busmap .sec_info .name_info {
  font-size: 1.4rem;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .name_info {
    font-size: 1.2rem;
  }
}
.area_busmap .sec_info .name_info.shrine::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 21px;
  background: url("../img/mark_shrine.svg") center center/contain no-repeat;
  vertical-align: -4px;
  margin-right: 2px;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .name_info.shrine::before {
    width: 18.4px;
    height: 16.8px;
  }
}
.area_busmap .sec_info .name_info.temple::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 15px;
  background: url("../img/mark_temple.svg") center center/contain no-repeat;
  vertical-align: -1px;
  margin-right: 2px;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .name_info.temple::before {
    width: 18.4px;
    height: 12px;
  }
}
.area_busmap .sec_info .name_info.bungaku::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("../img/mark_bungaku.svg") center center/contain no-repeat;
  vertical-align: -1px;
  margin-right: 2px;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .name_info.bungaku::before {
    width: 13.6px;
    height: 12.8px;
  }
}
.area_busmap .sec_info .name_info.daibutu::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/mark_daibutu.svg") center center/contain no-repeat;
  vertical-align: -4px;
  margin-right: 2px;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .name_info.daibutu::before {
    width: 16px;
    height: 16px;
  }
}
.area_busmap .sec_info .name_info.beach::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 13px;
  background: url("../img/mark_beach.svg") center center/contain no-repeat;
  vertical-align: 0;
  margin-right: 2px;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .name_info.beach::before {
    width: 21.6px;
    height: 10.4px;
  }
}
.area_busmap .sec_info .name_en {
  font-size: 1.2rem;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .name_en {
    font-size: 1rem;
  }
}
.area_busmap .sec_info .txt_info {
  font-size: 1.4rem;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .txt_info {
    font-size: 1.2rem;
  }
}
.area_busmap .sec_info .txt_info.walk::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/mark_walk.svg") center center/contain no-repeat;
  vertical-align: -3px;
  margin-right: 2px;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .txt_info.walk::before {
    width: 14.4px;
    height: 14.4px;
    vertical-align: -2px;
  }
}
.area_busmap .sec_info .en_info {
  font-size: 1.2rem;
}
@media all and (max-width: 480px) {
  .area_busmap .sec_info .en_info {
    font-size: 1rem;
  }
}

.area_rental {
  padding: 80px 0;
  text-align: center;
}
@media all and (max-width: 480px) {
  .area_rental {
    padding: 50px 0;
  }
}
.area_rental .box {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 480px) {
  .area_rental .box {
    display: block;
  }
}
.area_rental ul {
  width: calc(50% - 30px);
  display: flex;
}
@media all and (max-width: 480px) {
  .area_rental ul {
    display: block;
    width: 100%;
  }
}
.area_rental ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  text-align: left;
}
@media all and (max-width: 480px) {
  .area_rental ul li {
    display: block;
  }
}
.area_rental ul li h3 {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
}
@media all and (max-width: 480px) {
  .area_rental ul li h3 {
    font-size: 1.6rem;
  }
}
.area_rental ul li p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.area_rental ul li .btn_link_g {
  width: 100%;
  margin: auto 0 0;
}
.area_rental ul li .btn_link_g > a {
  padding: 12px 50px 12px 15px;
  border-bottom: none;
}
.area_rental ul li .btn_link_g > a::before {
  background: #ffede6;
}
.area_rental ul li.img img {
  width: 100%;
}

.area_access {
  padding: 80px 0;
  text-align: center;
}
@media all and (max-width: 480px) {
  .area_access {
    padding: 50px 0;
  }
}
.area_access .img {
  margin: 0 auto 50px;
}
.area_access .figure_access {
  margin-bottom: 60px;
  margin-inline: auto;
  max-width: 800px;
  line-height: 1.2;
}
@media all and (max-width: 480px) {
  .area_access .figure_access {
    margin-bottom: 40px;
  }
}
.area_access .figure_access caption {
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.area_access .figure_access table {
  width: 100%;
}
.area_access .figure_access td:first-of-type {
  width: 160px;
}
@media all and (max-width: 896px) {
  .area_access .figure_access td:first-of-type {
    width: 70px;
  }
}
.area_access .figure_access td:nth-of-type(2) {
  padding-inline: 16px;
  vertical-align: middle;
  position: relative;
}
.area_access .figure_access td:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#000 20%, transparent 20%);
  background-size: 6px 6px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.area_access .figure_access td:nth-of-type(3) {
  padding: 5px;
  background: #fff;
  border: 2px solid #A30606;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .area_access .figure_access td:nth-of-type(3) {
    border-width: 1px;
  }
}
.area_access .station_access {
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #000;
  padding: 5px;
  margin-block: 16px;
}
@media all and (max-width: 896px) {
  .area_access .station_access {
    font-size: 1.8rem;
    border-width: 1px;
    margin-block: 12px;
  }
}
.area_access .txt_access {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  padding-inline: 10px;
  background: #efefe9;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .area_access .txt_access {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .area_access .txt_access {
    padding-inline: 5px;
  }
}
.area_access .goal_access {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: #A30606;
}
@media all and (max-width: 896px) {
  .area_access .goal_access {
    font-size: 2rem;
  }
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*# sourceMappingURL=layout.css.map */