/*===================================
	TOP
=====================================*/
/* common
-------------------------------------*/
main {
  background: url(../img/common/bg_material01.jpg) repeat top left/1300px 875px;
  overflow: hidden;
}

.p-secTtl .en {
  display: block;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-secTtl .ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.75em;
}

/* mv
-------------------------------------*/
.p-mv {
  position: relative;
  width: 100vw;
}
.p-mv h1 {
  display: none;
}
.p-mv .p-mv_slider {
  width: 100%;
}
.p-mv .p-mv_slider .slick-list {
  width: 100%;
  height: 80vh;
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv_slider .slick-list {
    height: 45vh;
  }
}
.p-mv .p-mv_slider .slick-track {
  width: 100%;
  height: 100%;
}
.p-mv .p-mv_slider .slider_item a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.2s ease;
}
.p-mv .p-mv_slider .slider_item a:hover {
  opacity: 0.8;
}
.p-mv .p-mv_slider .slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv .p-mv_slider .l-sliderDots01 {
  column-gap: 40px;
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .p-mv .p-mv_slider .l-sliderDots01 {
    column-gap: 15px;
    margin-top: 15px;
  }
}
.p-mv .p-mv_txt {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: 100%;
  aspect-ratio: 1200/470;
  text-align: center;
  padding: 0 5%;
}
.p-mv .p-mv_txt h1 {
  max-width: 210px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .p-mv .p-mv_txt h1 {
    width: 80%;
  }
}
.p-mv .p-mv_txt h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .p-mv .p-mv_txt h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-mv .p-mv_txt h2 {
    font-size: 1.4rem;
  }
}

/* news
-------------------------------------*/
.p-news {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 60px;
  }
}
.p-news .p-news_ttl {
  width: 225px;
}
@media screen and (max-width: 1000px) {
  .p-news .p-news_ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
  }
}
.p-news .p-news_ttl .p-news_btn {
  margin-top: 30px;
}
.p-news .p-news_list {
  width: calc(100% - 225px);
  border-top: 1px solid #534741;
}
@media screen and (max-width: 1000px) {
  .p-news .p-news_list {
    width: 100%;
  }
}
.p-news .p-news_list .l-newsList_item {
  border-bottom: 1px solid #534741;
}

/* about
-------------------------------------*/
.p-about {
  position: relative;
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 75px;
  }
}
.p-about .p-about_obj {
  position: absolute;
}
.p-about .p-about_obj.--cloud01 {
  top: 0;
  left: 51.5%;
  width: 1360px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_obj.--cloud01 {
    left: 31%;
    width: 1000px;
  }
}
.p-about .p-about_obj.--cloud02 {
  bottom: -205px;
  right: 40.75%;
  width: 1196px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_obj.--cloud02 {
    bottom: -100px;
    right: 35%;
    width: 1060px;
  }
}
.p-about .p-about_obj.--lamp {
  bottom: -120px;
  left: 70%;
  width: 205px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_obj.--lamp {
    top: 60px;
    bottom: initial;
    left: 45%;
    width: 120px;
  }
}
.p-about .p-about_inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-about .p-about_inner .p-about_txt {
  width: 450px;
  writing-mode: vertical-rl;
  padding-right: 45px;
}
@media screen and (max-width: 1000px) {
  .p-about .p-about_inner .p-about_txt {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-about .p-about_inner .p-about_txt {
    width: 100%;
    writing-mode: horizontal-tb;
    padding-right: 0;
  }
}
.p-about .p-about_inner .p-about_txt .p-about_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .p-about .p-about_inner .p-about_txt .p-about_ttl {
    font-size: 2.8rem;
  }
}
.p-about .p-about_inner .p-about_txt .p-about_summary {
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2.2;
  margin-top: 40px;
  margin-right: 50px;
}
@media screen and (max-width: 1000px) {
  .p-about .p-about_inner .p-about_txt .p-about_summary {
    font-size: 1.5rem;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-about .p-about_inner .p-about_txt .p-about_summary {
    margin-top: 20px;
    margin-right: 0;
  }
}
.p-about .p-about_inner .p-about_img {
  position: relative;
  width: calc(100% - 450px);
}
@media screen and (max-width: 1000px) {
  .p-about .p-about_inner .p-about_img {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 767px) {
  .p-about .p-about_inner .p-about_img {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-about .p-about_inner .p-about_img {
    margin-top: 30px;
  }
}
.p-about .p-about_inner .p-about_img .p-about_img_item {
  position: relative;
}
.p-about .p-about_inner .p-about_img .p-about_img_item.--img01 {
  width: 44.5%;
  left: 19%;
}
.p-about .p-about_inner .p-about_img .p-about_img_item.--img02 {
  width: 53.42%;
  left: 46.58%;
  margin-top: -3.3%;
}
.p-about .p-about_inner .p-about_img .p-about_img_item.--img03 {
  width: 36.6%;
  left: 0;
  margin-top: -21.6%;
}
.p-about .p-about_inner .p-about_img .p-about_btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_inner .p-about_img .p-about_btn {
    text-align: center;
    margin-top: 40px;
  }
}
.p-about .p-about_inner .p-about_img .p-about_btn a {
  max-width: 100%;
  width: 220px;
}

/* livecamera
-------------------------------------*/
.p-livecamera {
  position: relative;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-livecamera {
    padding-top: 100px;
  }
}
.p-livecamera .p-livecamera_obj {
  position: absolute;
  bottom: -340px;
  right: -4.5%;
  width: 905px;
}
@media screen and (max-width: 1000px) {
  .p-livecamera .p-livecamera_obj {
    bottom: -240px;
    right: -15%;
    width: 650px;
  }
}
@media screen and (max-width: 600px) {
  .p-livecamera .p-livecamera_obj {
    bottom: -160px;
    width: 400px;
  }
}
.p-livecamera .p-livecamera_inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #d8c9ba;
  padding: 75px 80px 75px 75px;
}
@media screen and (max-width: 767px) {
  .p-livecamera .p-livecamera_inner {
    padding: 35px 30px;
  }
}
.p-livecamera .p-livecamera_inner .p-livecamera_ttl {
  width: 30.5%;
}
@media screen and (max-width: 1000px) {
  .p-livecamera .p-livecamera_inner .p-livecamera_ttl {
    width: 100%;
  }
}
.p-livecamera .p-livecamera_inner .p-livecamera_iframe {
  width: 65.5%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1000px) {
  .p-livecamera .p-livecamera_inner .p-livecamera_iframe {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-livecamera .p-livecamera_inner .p-livecamera_iframe {
    margin-top: 20px;
  }
}
.p-livecamera .p-livecamera_inner .p-livecamera_iframe iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* facility
-------------------------------------*/
.p-facility {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-facility {
    width: 65%;
    margin-top: 80px;
  }
}
.p-facility .p-facility_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 8.75%;
}
@media screen and (max-width: 1000px) {
  .p-facility .p-facility_list {
    column-gap: 5%;
  }
}
.p-facility .p-facility_list .p-facility_list_item {
  width: 27.5%;
}
@media screen and (max-width: 1000px) {
  .p-facility .p-facility_list .p-facility_list_item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-facility .p-facility_list .p-facility_list_item {
    width: 100%;
  }
}
.p-facility .p-facility_list .p-facility_list_item .item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 275/275;
  overflow: hidden;
}
.p-facility .p-facility_list .p-facility_list_item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-facility .p-facility_list .p-facility_list_item .item-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .p-facility .p-facility_list .p-facility_list_item .item-ttl {
    font-size: 2rem;
  }
}
.p-facility .p-facility_list .p-facility_list_item .item-summary {
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .p-facility .p-facility_list .p-facility_list_item .item-summary {
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}
.p-facility .p-facility_list .p-facility_list_item .item-btn {
  text-align: center;
  margin-top: 20px;
}

/* experience
-------------------------------------*/
.p-experience {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-experience {
    padding-top: 50px;
  }
}
.p-experience::before,
.p-experience::after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  width: 3650px;
  aspect-ratio: 3650/225;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .p-experience::before,
  .p-experience::after {
    width: 2000px;
  }
}
@media screen and (max-width: 600px) {
  .p-experience::before,
  .p-experience::after {
    width: 1200px;
  }
}
.p-experience::before {
  top: 0;
  background-image: url(../img/index/bg_experience_top.png);
}
.p-experience::after {
  bottom: 1px;
  background-image: url(../img/index/bg_experience_bottom.png);
}
.p-experience .p-experience_container {
  background: #ffffff;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-experience .p-experience_container {
    padding: 30px 0;
  }
}
.p-experience .p-experience_inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-experience .p-experience_txt {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-experience .p-experience_txt {
    width: 100%;
  }
}
.p-experience .p-experience_txt .p-experience_summary {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .p-experience .p-experience_txt .p-experience_summary {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-experience .p-experience_txt .p-experience_summary {
    margin-top: 30px;
  }
}
.p-experience .p-experience_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 45px;
  width: 59.2%;
}
@media screen and (max-width: 767px) {
  .p-experience .p-experience_list {
    width: 90%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-experience .p-experience_list {
    column-gap: 30px;
    margin-top: 40px;
  }
}
.p-experience .p-experience_list .p-experience_list_item {
  position: relative;
  width: calc((100% - 45px) / 2);
}
@media screen and (max-width: 600px) {
  .p-experience .p-experience_list .p-experience_list_item {
    width: calc((100% - 30px) / 2);
  }
}
.p-experience .p-experience_list .p-experience_list_item:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../img/common/bg_material02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(-20px, 0) rotate(-6.7deg);
}
@media screen and (max-width: 600px) {
  .p-experience .p-experience_list .p-experience_list_item:first-child::before {
    transform: translate(-10px, 0) rotate(-6.7deg);
  }
}
.p-experience .p-experience_list .p-experience_list_item .item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-experience .p-experience_list .p-experience_list_item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-experience .p-experience_list .p-experience_list_item .item-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 1000px) {
  .p-experience .p-experience_list .p-experience_list_item .item-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-experience .p-experience_list .p-experience_list_item .item-ttl {
    font-size: 1.7rem;
  }
}

/* blog
-------------------------------------*/
.p-blog {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-blog {
    padding-top: 20px;
  }
}
.p-blog .p-blog_obj {
  position: absolute;
  bottom: -90px;
  left: 51.5%;
  width: 1360px;
}
@media screen and (max-width: 767px) {
  .p-blog .p-blog_obj {
    left: 31%;
    width: 1000px;
  }
}
.p-blog .p-blog_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
.p-blog .p-blog_list {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-blog .p-blog_list {
    margin-top: 30px;
  }
}
.p-blog .p-blog_list .l-blogList_item {
  width: 30%;
}

/* gallery
-------------------------------------*/
.p-gallery {
  position: relative;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-top: 100px;
  }
}
.p-gallery .p-gallery_obj {
  position: absolute;
  top: 30px;
  right: 40.75%;
  width: 1196px;
}
@media screen and (max-width: 767px) {
  .p-gallery .p-gallery_obj {
    top: -30px;
    right: 35%;
    width: 1060px;
  }
}
.p-gallery .p-gallery_ttl {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}
.p-gallery .p-gallery_slider {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-gallery .p-gallery_slider {
    margin-top: 30px;
  }
}
.p-gallery .p-gallery_slider .l-galleryList_item {
  position: relative;
  width: 100%;
  aspect-ratio: 195/195;
  overflow: hidden;
  margin: 0 15px;
}
.p-gallery .p-gallery_slider .l-galleryList_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p-gallery .p-gallery_slider .l-galleryList_item {
    margin-inline: 5px;
  }
}
.p-gallery .p-gallery_slider_arrows {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-gallery .p-gallery_slider_arrows {
    margin-top: 20px;
  }
}

/* reservation
-------------------------------------*/
.p-reservation {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-reservation {
    padding-top: 80px;
  }
}
.p-reservation .p-reservation_ttl .p-reservation_summary {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 2em;
}
@media screen and (max-width: 1000px) {
  .p-reservation .p-reservation_ttl .p-reservation_summary {
    font-size: 1.5rem;
  }
}
.p-reservation .p-reservation_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-reservation .p-reservation_container {
    row-gap: 15px;
    margin-top: 30px;
  }
}
.p-reservation .p-reservation_container .p-reservation_item {
  width: calc((100% - 30px) / 2);
  background: #ffffff;
  border: 1px solid #d8c9ba;
  padding: 45px 5% 50px;
}
@media screen and (max-width: 1000px) {
  .p-reservation .p-reservation_container .p-reservation_item {
    width: 100%;
    max-width: 500px;
  }
}
.p-reservation .p-reservation_container .p-reservation_item .item-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #008169;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reservation .p-reservation_container .p-reservation_item .item-ttl {
    font-size: 2.2rem;
  }
}
.p-reservation .p-reservation_container .p-reservation_item .item-ttl span {
  position: relative;
  display: inline-block;
}
.p-reservation .p-reservation_container .p-reservation_item .item-ttl span::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0.75em -0.15em 0;
}
.p-reservation .p-reservation_container .p-reservation_item .item-tel {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}
.p-reservation .p-reservation_container .p-reservation_item .item-note {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-reservation .p-reservation_container .p-reservation_item .item-tel {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-reservation .p-reservation_container .p-reservation_item .item-tel {
    font-size: 2.2rem;
    margin-top: 25px;
  }
}
.p-reservation .p-reservation_container .p-reservation_item .item-tel .num {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-reservation .p-reservation_container .p-reservation_item .item-tel .num {
    font-size: 3rem;
  }
}
.p-reservation .p-reservation_container .p-reservation_item .item-tel .num a {
  text-decoration: underline;
}
.p-reservation .p-reservation_container .p-reservation_item .item-btn {
  width: 100%;
  max-width: 300px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-reservation .p-reservation_container .p-reservation_item .item-btn {
    margin-top: 25px;
  }
}
.p-reservation .p-reservation_container .p-reservation_item .item-btn a {
  display: block;
  width: 100%;
}
.p-reservation .p-reservation_container .p-reservation_item .item-btn a:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .p-reservation .p-reservation_container .p-reservation_item .item-btn a:not(:first-child) {
    margin-top: 15px;
  }
}
.p-reservation .p-reservation_container .p-reservation_item.--tel .item-ttl span::before {
  width: 1.35em;
  aspect-ratio: 33.5/26;
  background-image: url(../img/common/icn_tel_green.svg);
}
.p-reservation .p-reservation_container .p-reservation_item.--calendar .item-ttl span::before {
  width: 1.35em;
  aspect-ratio: 33.5/26;
  background-image: url(../img/common/icn_calendar_green.svg);
}

/* access
-------------------------------------*/
.p-access {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding: 175px 0 245px;
}
@media screen and (max-width: 1200px) {
  .p-access {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .p-access {
    padding-bottom: 100px;
  }
}
.p-access::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1355px;
  aspect-ratio: 1355/640;
  background-image: url(../img/index/bg_access.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .p-access::before {
    content: none;
  }
}
.p-access .p-access_inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 50px;
}
.p-access .p-access_inner .p-access_ttl {
  width: 245px;
}
@media screen and (max-width: 767px) {
  .p-access .p-access_inner .p-access_ttl {
    width: 100%;
  }
}
.p-access .p-access_inner .p-access_ttl .p-access_info {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-access .p-access_inner .p-access_ttl .p-access_info {
    margin-top: 30px;
  }
}
.p-access .p-access_inner .p-access_ttl .p-access_btn {
  margin-top: 30px;
}
.p-access .p-access_inner .p-access_ttl .p-access_btn a {
  display: block;
  width: 100%;
  max-width: 200px;
}
.p-access .p-access_inner .p-access_map {
  width: 422.5px;
  margin-top: 10px;
  padding: 10px 18px;
}
@media screen and (max-width: 1200px) {
  .p-access .p-access_inner .p-access_map {
    background: #ffffff;
    width: calc(100% - 245px);
    margin-top: 0;
    padding: 15px 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-access .p-access_inner .p-access_map {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-access .p-access_inner .p-access_map {
    background: transparent;
    padding: 0;
  }
}
.p-access .p-access_inner .p-access_map .p-access_map_iframe {
  width: 100%;
  aspect-ratio: 387/250;
}
.p-access .p-access_inner .p-access_map .p-access_map_iframe iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
