@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  background: #ffffff;
  color: #4f4f4f;
  text-align: justify;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

/*******reset*******/
a {
  outline: 0;
  color: #000000;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

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

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/*******br******/
br.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

br.tab {
  display: none;
}
@media print, screen and (max-width: 999px) {
  br.tab {
    display: block;
  }
}

h2 {
  letter-spacing: 6px;
  font-weight: 500;
  font-size: 20px;
}

#wrapper {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 100svh 0 0;
  pointer-events: none;
}
@media print, screen and (max-width: 1023px) {
  #wrapper {
    overflow: hidden;
  }
}

header {
  position: relative;
  z-index: 50;
  margin: 0 0 -100px;
  height: 100px;
  background-color: #ffffff;
  transition: ease 0.5s 0.1s;
  pointer-events: all;
}
@media print, screen and (max-width: 1023px) {
  header {
    margin: 0 0 -80px;
    height: 80px;
  }
}
@media print, screen and (max-width: 639px) {
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    background-color: transparent;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
}
@media print, screen and (max-width: 639px) {
  header.fixed {
    top: 0;
    right: 0;
    left: 0;
    height: 0;
  }
}
header.fixed .header_logo {
  height: 60px;
}
header.fixed .header_logo img {
  width: auto;
  height: 23px;
}
header .header_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  line-height: 0;
  transition: ease 0.5s 0.1s;
}
@media print, screen and (max-width: 1023px) {
  header .header_logo {
    justify-content: flex-start;
    padding: 0 30px;
    height: 80px;
  }
}
@media print, screen and (max-width: 639px) {
  header .header_logo {
    display: none;
  }
}
header .header_logo img {
  width: auto;
  height: 33px;
  transition: ease 0.5s 0.1s;
}
@media print, screen and (max-width: 1023px) {
  header .header_logo img {
    height: 26px;
  }
}
header .header_nav {
  position: absolute;
  right: 50px;
  bottom: 20px;
}
@media print, screen and (max-width: 639px) {
  header .header_nav {
    top: -270px;
    right: 0;
    bottom: inherit;
    left: 0;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.94);
    transition: top 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
  }
  header .header_nav.js-active {
    top: 0;
  }
}
header .header_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 639px) {
  header .header_nav ul {
    display: block;
  }
}
header .header_nav ul li {
  margin: 0;
  padding: 0 0 0 40px;
}
@media print, screen and (max-width: 639px) {
  header .header_nav ul li {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50px;
  }
}
header .header_nav ul li a {
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 639px) {
  header .header_nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 18px;
  }
}
header .menuBtn {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  width: 40px;
  height: 60px;
  cursor: pointer;
}
@media print, screen and (max-width: 639px) {
  header .menuBtn {
    display: flex;
  }
}
header .menuBtn .mbox {
  position: relative;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 12px;
}
header .menuBtn .mbox .hambarg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #363636;
  transition: ease 0.5s;
}
header .menuBtn .mbox .hambarg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #363636;
  transition: ease 0.5s;
}
header .menuBtn .mbox .hambarg:nth-child(3) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #363636;
  transition: ease 0.5s;
}
header .menuBtn.action .mbox .hambarg:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
header .menuBtn.action .mbox .hambarg:nth-child(2) {
  opacity: 0;
}
header .menuBtn.action .mbox .hambarg:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

footer {
  position: relative;
  z-index: 5;
  padding: 30px;
  background-color: #ffffff;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  footer {
    padding: 40px 30px 50px;
  }
}
footer .footer_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 23px;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  footer .footer_sns {
    margin: 0 0 30px;
  }
}
footer .footer_sns .sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_sns .sns li {
  margin: 0;
  padding: 0 6px;
}
@media print, screen and (max-width: 767px) {
  footer .footer_sns .sns li {
    padding: 0 10px;
  }
  footer .footer_sns .sns li img {
    width: 20px;
    height: auto;
  }
}
footer .footer_logo {
  margin: 0 0 12px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  footer .footer_logo {
    margin: 0 0 20px;
  }
  footer .footer_logo img {
    width: auto;
    height: 20px;
  }
}
footer .copyright {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 10px;
}
@media print, screen and (max-width: 767px) {
  footer .copyright {
    letter-spacing: normal;
  }
}

.hero {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100svh;
  background-image: url(../img/hero_photo.webp);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 639px) {
  .hero {
    padding: 0;
  }
}
.hero .hero_block .hero_block__logo {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  line-height: 0;
}
@media print, screen and (max-width: 639px) {
  .hero .hero_block .hero_block__logo {
    margin: 0 0 40px;
  }
}
@media print, screen and (max-width: 639px) {
  .hero .hero_block .hero_block__logo img {
    width: auto;
    height: 28px;
  }
}
.hero .hero_block .hero_block__nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hero .hero_block .hero_block__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 639px) {
  .hero .hero_block .hero_block__nav ul {
    display: none;
  }
}
.hero .hero_block .hero_block__nav ul li {
  margin: 0;
  padding: 0 20px;
}
.hero .hero_block .hero_block__nav ul li a {
  font-weight: 500;
  font-size: 14px;
}
.hero .hero_block .hero_block__nav ul.sns {
  margin: 40px 0 0;
}
@media print, screen and (max-width: 639px) {
  .hero .hero_block .hero_block__nav ul.sns {
    display: flex;
    margin: 0;
  }
}
.hero .hero_block .hero_block__nav ul.sns li {
  padding: 0 10px;
  line-height: 0;
}
@media print, screen and (max-width: 639px) {
  .hero .hero_block .hero_block__nav ul.sns li img {
    width: 24px;
    height: auto;
  }
}

#space {
  position: relative;
  margin: 0 0 0;
  padding: 196px 100px 96px;
  background-color: #fffaf1;
  pointer-events: auto;
}
@media print, screen and (max-width: 1279px) {
  #space {
    padding: 196px 80px 96px;
  }
}
@media print, screen and (max-width: 1023px) {
  #space {
    padding: 176px 50px 96px;
  }
}
@media print, screen and (max-width: 639px) {
  #space {
    padding: 60px 20px 80px;
  }
}
#space::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  background-color: #ffffff;
  content: "";
}
@media print, screen and (max-width: 639px) {
  #space::before {
    display: none;
  }
}
#space .space_wrapper {
  margin: 0 auto;
  padding: 0;
}
#space .space_wrapper h2 {
  margin: 0 0 60px;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper h2 {
    text-align: center;
  }
}
@media print, screen and (max-width: 639px) {
  #space .space_wrapper h2 {
    margin: 0 0 30px;
    text-align: left;
  }
}
#space .space_wrapper .space_flex {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex {
    flex-direction: column-reverse;
  }
}
#space .space_wrapper .space_flex .space_flex__map {
  margin: 0;
  padding: 0;
  width: 310px;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map {
    padding: 100px 0 0;
    width: auto;
  }
}
@media print, screen and (max-width: 767px) {
  #space .space_wrapper .space_flex .space_flex__map {
    padding: 0;
    width: auto;
  }
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  min-height: 100svh;
  width: 310px;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky {
    position: static;
    width: auto;
  }
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky h2 {
    display: none;
  }
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky .map {
  margin: 0 0 20px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .map {
    margin: 0 0 50px;
    padding: 0 100px;
  }
}
@media print, screen and (max-width: 639px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .map {
    padding: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .map {
    margin: 0 0 30px;
  }
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky .map img {
  width: 100%;
  height: auto;
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 140px;
  height: 36px;
  background-color: #505050;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  /*position:relative;
  display:block;
  margin:0 0 40px 5px;
  padding:0 0 5px;
  width:127px;
  border-bottom:#b7b7b7 solid 1px;
  letter-spacing:1px;
  font-weight:300;
  font-size:12px;
  @media print, screen and (max-width:1023px) {
  	margin:0 0 40px auto;
  }
  @media print, screen and (max-width:767px) {
  	margin:0 0 20px ;
  }
  @media print, screen and (max-width:639px) {
  	margin:0 0 20px 10px;
  }
  &::after {
  	position:absolute;
  	right:0;
  	bottom:-1px;
  	width:30px;
  	height:1px;
  	background-color:#b7b7b7;
  	content:"";
  	transform:rotate(45deg);
  	transform-origin:bottom right;
  }*/
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky a {
    margin: 0 auto;
    height: 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky a {
    margin: 0;
    height: 40px;
  }
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec {
  margin: 40px 0 20px;
}
@media print, screen and (max-width: 639px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec {
    margin: 30px 0 20px;
  }
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 639px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl {
    display: block;
  }
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl dt {
  box-sizing: border-box;
  margin: 0 0 5px;
  padding: 0 10px 0 0;
  width: 73px;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl dt {
    margin: 0 0 10px;
    width: 120px;
  }
}
@media print, screen and (max-width: 639px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl dt {
    margin: 0;
    width: auto;
    font-weight: 500;
    font-size: 11px;
  }
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl dt::before {
    content: "■ ";
  }
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl dd {
  margin: 0 0 5px;
  width: calc(100% - 73px);
  text-align: justify;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl dd {
    margin: 0 0 10px;
    width: calc(100% - 120px);
  }
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl dd br {
    display: none;
  }
}
@media print, screen and (max-width: 639px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .spec dl dd {
    margin: 0 0 10px;
    width: auto;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .equipment_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 639px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .equipment_box {
    display: block;
    margin: 0 10px;
  }
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky .equipment_box .equipment {
  margin: 0 0 30px;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .equipment_box .equipment {
    width: calc(50% - 25px);
  }
}
@media print, screen and (max-width: 639px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .equipment_box .equipment {
    width: auto;
  }
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky .equipment_box .equipment h3 {
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  font-size: 11px;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .equipment_box .equipment h3 {
    font-weight: 700;
  }
}
#space .space_wrapper .space_flex .space_flex__map .space_map__sticky .equipment_box .equipment p {
  margin: 0 0 8px;
  padding: 0;
  text-align: justify;
  font-size: 12px;
  line-height: 2em;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .equipment_box .equipment p {
    font-size: 13px;
    line-height: 2.4em;
  }
}
@media print, screen and (max-width: 639px) {
  #space .space_wrapper .space_flex .space_flex__map .space_map__sticky .equipment_box .equipment p {
    margin: 0 0 10px;
    line-height: 2.2em;
  }
}
#space .space_wrapper .space_flex .space_flex__photos {
  padding: 110px 0 0;
  width: calc(100% - 400px);
}
@media print, screen and (max-width: 1279px) {
  #space .space_wrapper .space_flex .space_flex__photos {
    width: calc(100% - 370px);
  }
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__photos {
    padding: 0;
    width: auto;
  }
}
@media print, screen and (max-width: 639px) {
  #space .space_wrapper .space_flex .space_flex__photos {
    padding: 0;
  }
}
#space .space_wrapper .space_flex .space_flex__photos h2 {
  display: none;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__photos h2 {
    display: block;
  }
}
#space .space_wrapper .space_flex .space_flex__photos ul li {
  position: relative;
  margin: 0 0 14px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__photos ul li {
    margin: 0 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #space .space_wrapper .space_flex .space_flex__photos ul li {
    margin: 0 0 20px;
  }
}
#space .space_wrapper .space_flex .space_flex__photos ul li img {
  width: 100%;
  height: auto;
}
#space .space_wrapper .space_flex .space_flex__photos ul li span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
}
@media print, screen and (max-width: 1023px) {
  #space .space_wrapper .space_flex .space_flex__photos ul li span {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  #space .space_wrapper .space_flex .space_flex__photos ul li span {
    bottom: 10px;
    left: 10px;
    font-size: 10px;
  }
}
#space .space_wrapper .space_flex .space_flex__photos ul li span.bk {
  color: #000000;
}

#info {
  margin: 0;
  padding: 96px 100px;
  background-color: #d3d8ca;
  pointer-events: auto;
}
@media print, screen and (max-width: 1279px) {
  #info {
    padding: 96px 80px;
  }
}
@media print, screen and (max-width: 1023px) {
  #info {
    padding: 96px 50px;
  }
}
@media print, screen and (max-width: 639px) {
  #info {
    padding: 60px 30px 40px;
  }
}
#info .info_wrapper h2 {
  margin: 0 0 50px;
}
@media print, screen and (max-width: 1023px) {
  #info .info_wrapper h2 {
    text-align: center;
  }
}
@media print, screen and (max-width: 639px) {
  #info .info_wrapper h2 {
    text-align: left;
  }
}
#info .info_wrapper dl {
  margin: 0 0 40px;
  padding: 0;
  font-size: 13px;
}
#info .info_wrapper dl dt {
  margin: 0 0 20px;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #info .info_wrapper dl dt {
    margin: 0 0 10px;
  }
}
#info .info_wrapper dl dd {
  text-align: justify;
  line-height: 2em;
}
#info .info_wrapper dl dd b {
  display: inline-block;
  margin-top: 10px;
  padding: 0 0 5px;
  font-weight: 500;
}
#info .info_wrapper dl dd ul li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 14px;
}
@media print, screen and (max-width: 1023px) {
  #info .info_wrapper dl dd ul li {
    margin: 0 0 10px;
  }
}
#info .info_wrapper dl dd ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "* ";
}

#access {
  margin: 0;
  padding: 96px 100px;
  background-color: #ffedea;
  pointer-events: auto;
}
@media print, screen and (max-width: 1279px) {
  #access {
    padding: 96px 80px;
  }
}
@media print, screen and (max-width: 1023px) {
  #access {
    padding: 96px 50px;
  }
}
@media print, screen and (max-width: 639px) {
  #access {
    padding: 80px 30px;
  }
}
#access h2 {
  margin: 0 0 70px;
}
@media print, screen and (max-width: 1023px) {
  #access h2 {
    text-align: center;
  }
}
@media print, screen and (max-width: 639px) {
  #access h2 {
    text-align: left;
  }
}
#access .access_wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 720px;
}
#access .access_wrapper .access_map {
  margin: 0 0 20px;
  padding: 0;
  line-height: 0;
}
#access .access_wrapper .access_map img {
  width: 100%;
  height: auto;
}
#access .access_wrapper .access_map__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media print, screen and (max-width: 639px) {
  #access .access_wrapper .access_map__info {
    position: relative;
    flex-direction: column-reverse;
    padding: 60px 0 0;
  }
}
#access .access_wrapper .access_map__info .access_map__address a {
  position: relative;
  display: block;
  margin: 0 0 40px 5px;
  padding: 0 0 5px;
  width: 127px;
  border-bottom: #b7b7b7 solid 1px;
  letter-spacing: 1px;
  font-weight: 300;
}
@media print, screen and (max-width: 639px) {
  #access .access_wrapper .access_map__info .access_map__address a {
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
  }
}
#access .access_wrapper .access_map__info .access_map__address a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 30px;
  height: 1px;
  background-color: #b7b7b7;
  content: "";
  transform: rotate(45deg);
  transform-origin: bottom right;
}
#access .access_wrapper .access_map__info .access_map__address p {
  margin: 0;
  font-size: 13px;
  line-height: 2em;
}
@media print, screen and (max-width: 639px) {
  #access .access_wrapper .access_map__info .access_map__address p {
    font-size: 12px;
  }
}
#access .access_wrapper .access_map__info .access_map__parking {
  margin: 0;
  padding: 20px 0 0;
}
@media print, screen and (max-width: 639px) {
  #access .access_wrapper .access_map__info .access_map__parking {
    padding: 0 0 10px;
  }
}
#access .access_wrapper .access_map__info .access_map__parking dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 178px;
}
@media print, screen and (max-width: 639px) {
  #access .access_wrapper .access_map__info .access_map__parking dl {
    justify-content: flex-start;
    width: auto;
  }
}
#access .access_wrapper .access_map__info .access_map__parking dl dt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 10px;
  width: 20px;
  font-size: 12px;
}
#access .access_wrapper .access_map__info .access_map__parking dl dt img {
  margin: 5px 0 0;
}
#access .access_wrapper .access_map__info .access_map__parking dl dd {
  margin: 0 0 10px;
  width: 148px;
  font-size: 13px;
  line-height: 1.5em;
}
@media print, screen and (max-width: 639px) {
  #access .access_wrapper .access_map__info .access_map__parking dl dd {
    width: calc(100% - 20px);
  }
  #access .access_wrapper .access_map__info .access_map__parking dl dd br {
    display: none;
  }
}
#access .access_wrapper .access_map__info .access_map__parking p.note {
  margin: 5px 0 0;
  padding: 0;
  font-size: 12px;
}

#contact {
  margin: 0;
  padding: 96px 100px;
  background-color: #ffffe8;
  pointer-events: auto;
}
@media print, screen and (max-width: 1279px) {
  #contact {
    padding: 96px 80px;
  }
}
@media print, screen and (max-width: 1023px) {
  #contact {
    padding: 96px 25px;
  }
}
@media print, screen and (max-width: 639px) {
  #contact {
    padding: 80px 15px;
  }
}
#contact h2 {
  margin: 0 0 60px;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #contact h2 {
    text-align: center;
  }
}
@media print, screen and (max-width: 639px) {
  #contact h2 {
    margin: 0 0 30px;
    padding: 0 18px;
    text-align: left;
  }
}
@media print, screen and (max-width: 767px) {
  #contact iframe {
    overflow: hidden;
    max-height: 1350px;
  }
}
/*# sourceMappingURL=style.css.map */