@charset "utf-8";
/*==================================================
インポート
==================================================*/
@import url("reset.css");
@import url("base.css");
/*==================================================
フォント
==================================================*/
@font-face {
  font-family: Landrover;
  src: url('../fonts/LandRoverWeb-Medium.eot');
  src: url('../fonts/LandRoverWeb-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/LandRoverWeb-Medium.woff') format('woff'), url('../fonts/LandRoverWeb-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Jaguar;
  src: url('../fonts/JaguarModernWeb-Regular.eot');
  src: url('../fonts/JaguarModernWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/JaguarModernWeb-Regular.woff') format('woff'), url('../fonts/JaguarModernWeb-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
/*==================================================
cmn
==================================================*/
html {
  overflow: auto;
  font-size: 62.5%;
}
body {
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 2em;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.txt-L {
  font-family: "lr_ot4", "arial", "helvetica", sans-serif;
}
.txt-J {
  font-family: Jaguar, "arial", "helvetica", Sans-Serif;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em;
  font-weight: normal;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
a, input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
a:hover, input[type="submit"]:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrap {
  margin: 0 auto;
  padding: 0;
  box-shadow: none;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
}
.wrap-m {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 1200px;
  width: 100%;
}
.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 1000px;
  width: 100%;
}
.sp {
  display: none !important;
}
video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.moreContent {
  display: none;
}
.moreBtn {
  cursor: pointer;
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 10%;
  border: 2px solid #5D6066;
  padding: 12px;
  font-weight: bold;
}
.moreBtn:before {
  content: "もっと見る";
}
.moreBtn.active:before {
  content: "閉じる";
}
.pad-b {
  padding-bottom: 12%;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*==================================================
head
==================================================*/
.site-header {
  overflow: hidden;
  padding: 30px 5%;
  text-align: center;
}
.site-header .l {
  float: left;
}
.site-header .r {
  float: right;
}
.logo-list {
  text-align: center;
}
.logo-list .logo-img {
  display: inline-block;
  margin: 0 60px;
}
/*==================================================
foot
==================================================*/
.site-footer {
  color: #fff;
  background: #121212;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
}
.site-footer h2 {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.site-footer .fnavi {
  justify-content: center;
  margin-bottom: 5rem;
}
.site-footer .fnavi li {
  margin: 0 2rem;
}
.site-footer h2 img {
  width: 12rem;
}
.site-footer address {
  font-size: 80%;
}
.fix-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.fix-btn a {
  display: block;
  color: #fff;
  background: #000;
  display: block;
  font-size: 3.4rem;
  padding: 1em;
  text-align: center;
}
/*==================================================
content
==================================================*/
section {
  padding: 150px 0;
}
.font-min {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
}
.font-goth {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.bg-gray {
  background: #505049;
  color: #fff;
}
.bg-black {
  background: #000;
  color: #fff;
}
.bg-blue {
  background: #1dacbf;
  color: #ffff;
}
.bg-brown {
  background: #674b3e;
  color: #fff;
}
.bg-brown-l {
  background: #b68871;
  color: #fff;
}
.bg-brown-ll {
  background: #d7c0b2;
}
.txt-center {
  text-align: center;
}
.pad-t00 {
  padding-top: 0 !important;
}
.tit01 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.8em;
}
.tit01 .txt-s {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.8em;
  margin-bottom: 1em;
}
/*カラム*/
.col-2, .col-3, .col-4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-mid {
  align-items: center;
}
.col-b {
  align-items: flex-end;
}
.col-re {
  flex-direction: row-reverse
}
.col-2 .col-box {
  width: 47.5%;
}
.col-3 .col-box {
  width: 32%;
}
.col-4 .col-box {
  width: 23.5%;
}
.ggmap {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txt-red {
  color: #B60031;
}
/*==================================================
index
==================================================*/
.main-sec {
  padding: 0;
  position: relative;
  text-align: center;
  color: #fff;
  height: 100vh;
}
.bg-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* これが背景化の決め手 */
  object-position: center; /* 必要なら */
  z-index: 1;
}
.main-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50rem;
  width: 100%;
  z-index: 100;
}
.info-sec {
  text-align: center;
}
.info-sec h1 {
  text-align: center;
  margin-bottom: 5rem;
}
.info-sec h1 img {
  width: 80rem;
}
.info-sec h1 .txt-s {
  display: block;
  font-size: 2.6rem;
  line-height: 1.5em;
  margin-top: 2rem;
}
.info-sec .icon {
  border: 1px solid #fff;
  display: inline-block;
  line-height: 0;
  padding: 1.2em 1em;
  margin-bottom: 6%;
}
.info-sec .read-txt-box {
  margin-bottom: 8%;
}
.info-sec .read-txt-box p {
  font-size: 2rem;
}
.info-sec .txt-b {
  font-size: 140%;
}
.info-sec .txt-s {
  font-size: 70%;
  line-height: 1.5em;
}
.info-sec p {
  font-size: 2.6rem;
  line-height: 2.4em;
  margin-bottom: 1em;
}
.info-sec .day, .info-sec .area {
  font-size: 3.6rem;
  line-height: 2em;
  margin-bottom: 5rem;
}
.info-sec .day .txt-s, .info-sec .area .txt-s {
  display: block;
  font-size: 50%;
  line-height: 2em;
}
.info-sec p:last-child {
  margin-bottom: 0;
}
.info-sec .map {
  margin: 10rem auto 5rem;
  max-width: 780px;
  width: 100%;
}
.info-sec .map .btn {
  margin-top: 5rem;
}
.info-sec .map .btn a {
  color: #fff;
  background: #b68871;
  display: block;
  font-size: 2.6rem;
  padding: 1em;
}
.info-sec .txt-box {
  margin: 10% auto 0;
  max-width: 780px;
  width: 100%;
  padding: 4%;
  border: 1px solid #fff;
}
.info-sec .txt-box .note {
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: left;
}
.slider01 {
  margin: 0 0 5% 0;
}
.slider01 .slide {
  margin: 0 1.5em;
}
.slider01 .slide img {
  height: 25vw;
}
.img-box {
  margin-bottom: 5%;
  cursor: pointer;
}
.link {
  margin: 5% 0;
  text-align: center;
}
.link a {
  border: 1px solid #000;
  display: block;
  font-size: 2.4rem;
  padding: 1.2em 1em;
}
.sec02, .sec03 {
  padding-top: 0;
}
/*==================================================
モーダル
==================================================*/
.movie_list_wrap .inner {
  background: #fff;
  padding: 5% 5% 10%;
  width: 700px;
}
.contact-box {
  text-align: center;
}
.contact-box h2 {
  background: #000;
  color: #fff;
  padding: 15px 10px 15px;
  margin-bottom: 1em;
}
.contact-box h2 .txt-s {
  display: block;
  font-size: 1.4rem;
  line-height: 1em;
}
.contact-box dl {
  display: inline-block;
}
.contact-box dt {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.contact-box dd {
  text-align: left;
}
.contact-box dd a {
  font-size: 3.4rem;
}
.contact-box dd a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_tel.png) no-repeat center;
  background-size: auto 100%;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}
/*==================================================
ボタン
==================================================*/
.detail-link {
  text-align: center;
  margin: 8% 0 0;
  font-family: "Arial", "arial", "helvetica", sans-serif;
}
.detail-link.mar-b {
  margin-bottom: 4%;
}
.detail-link.no-mar {
  margin-top: 0;
}
.detail-link li {
  width: 48%;
}
.detail-link a {
  display: block;
  padding: 20px 50px;
  color: #fff;
  font-size: 2.4rem;
}
.detail-link .blue a {
  background: #1dacbf !important;
  border-color: #1dacbf !important;
}
.detail-link li.mail.one a {
  padding-top: 32px;
  padding-bottom: 32px;
}
.detail-link li.mail a {
  background: #000;
  border: 2px solid #000;
  line-height: 1.3em;
}
.bg-black .detail-link li.mail a {
  border-color: #fff;
}
.bg-black .detail-link li.tel a {
  border-color: #fff;
}
.detail-link li.mail a .icon {
  background: url(../img/icon_mail.png) no-repeat left;
  background-size: contain;
  display: inline-block;
  padding-left: 70px;
}
.detail-link li.tel a .icon {
  background: url(../img/icon_tel.png) no-repeat left center;
  background-size: contain;
  display: inline-block;
  padding-left: 70px;
  padding-top: 12px;
  padding-bottom: 7px;
}
.detail-link li.tel a {
  border: 2px solid #5D6066;
  letter-spacing: 0.05em;
  color: #000;
  background: #fff;
}
.detail-link li.tel a .num {}
.detail-link li.tel a .txt-s {
  font-size: 60%;
  vertical-align: 2px;
  margin: 0 0 0 20px;
  letter-spacing: 0;
}
.kyoto .detail-link li.tel a .num {
  font-size: 120%;
}
/*==================================================
お問い合わせ
==================================================*/
.form-box.wrap-s {
  max-width: 1200px;
}
.contact-box .info-driving {
  margin: 0 0;
  text-align: center;
}
.contact-box .info-driving .txt-box {
  padding: 0 0 40px;
  display: inline-block;
  text-align: left;
}
.table-style01 {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.table-style01 th {
  width: 40%;
  padding: 30px 5%;
  background: #f0f0f0;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  line-height: 1.6em;
}
.table-style01 .txt-s {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2em;
  margin: 10px 0 0;
}
.mw_wp_form .error {
  color: #BA0202 !important;
  font-size: 100%;
  font-weight: bold;
}
.table-style01 td {
  padding: 30px 5%;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: left;
}
.table-style01 td .mar-t {
  margin-top: 1.5em;
}
.mw_wp_form_preview td span, .mw_wp_form_preview td p.no {
  display: none;
}
.table-style01 td p {
  margin: 0 0 0.5em;
}
.form-box input[type=text].mini {
  width: 20%;
}
.form-box input[type=text].short {
  width: 25%;
}
.form-box textarea, .form-box input[type=text], .form-box input[type=email] {
  width: 60%;
  height: 50px;
  border-radius: 0;
  border: #ccc 1px solid;
  padding: 10px;
  font-size: 100%;
}
.form-box textarea {
  width: 100%;
  vertical-align: bottom;
  height: 150px;
}
.form-box select {
  width: 100%;
  padding: 10px;
  height: 50px;
  overflow: hidden;
  border: #ccc 1px solid;
  background: url(https://www.hakko-group.co.jp/img/common/ico_arrow02.png) 97% center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 100%;
}
.form-box table .checkbox {
  display: none;
  padding: 10px;
}
.form-box table .brand-check label {
  padding-left: 40px;
}
.form-box table label {
  position: relative;
  padding: 12px 10px 10px 0px;
}
.form-box table .mwform-checkbox-field label:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  border: 1px solid #ccc;
}
.form-box table .mwform-checkbox-field.checked label:before {
  content: "";
  position: absolute;
  display: block;
  top: 55%;
  left: 5px;
  width: 16px;
  height: 8px;
  margin-top: -5px;
  border: none;
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.must {
  background: #BA0202;
  color: #fff;
  padding: 0px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  margin: -5px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.form-box {}
.form-box h3 {
  margin-top: 80px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.form-box h3:first-child {
  margin-top: 0;
}
.form-box table {
  margin: 50px 0;
  width: 100%;
}
.form-box .btn-submit {
  text-align: center;
}
.form-box .btn-submit li {
  display: inline-block;
  margin: 0 5px;
}
.form-box input[type="submit"] {
  display: block;
  background: #000;
  color: #fff;
  padding: 30px 150px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
}
.btn-submit li:last-child input[type="submit"] {
  background: #ccc;
}
.thanks-box {
  border-top: 1px solid #ccc;
  padding: 200px 0 300px;
}
.attention {
  text-align: center;
  margin-top: 8%;
}
.attention .inner {
  border: 1px solid #747c88;
  padding: 5% 6%;
  display: inline-block;
}
.attention p {
  font-size: 112.5%;
  line-height: 2.2em;
}
@media screen and (max-width: 1700px) {
  .wrap {
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    padding: 0 5%;
  }
  html {
    font-size: 55%;
  }
  .work-sec .img-txt p {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 55%;
  }
  .wrap-m {
    padding: 0 5%;
  }
  .wrap-s {
    padding: 0 5%;
  }
  .form-box.wrap-s {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 45%;
  }
  .detail-link {
    margin: 5% auto 0;
    max-width: 600px;
    width: 100%;
  }
  .detail-link li {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 40%;
  }
}
@media screen and (max-width: 800px) {
  /*==================================================
cmn
==================================================*/
  html {
    overflow: auto;
    font-size: 40%;
  }
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .wrap-s {
    padding: 0 5%;
  }
  /*==================================================
head
==================================================*/
  .site-header {
    padding: 20px 5%;
  }
  .logo-list .logo-img img {
    width: 80px;
  }
  .logo-list .logo-img {
    margin: 0 30px;
  }
  /*==================================================
foot
==================================================*/
  .site-foot {
    padding: 30px 0;
  }
  .site-foot h2 img {
    width: 80px;
  }
  footer address {
    font-style: normal;
    color: #fff;
    font-size: 60%;
    margin: 20px 0 0;
  }
  /*==================================================
content
==================================================*/
  section {
    padding: 15% 0;
  }
  .txt-center {
    text-align: left;
  }
  /*カラム*/
  /*==================================================
index
==================================================*/
  .info-sec .read-txt-box p, .info-sec .map .btn a {
    font-size: 100%;
  }
  .map-box {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .map-box .col-box {
    width: 100%;
    margin-top: 10%;
  }
  .map-box .col-box:first-child {
    margin-top: 0;
  }
  .detail-link li.mail a .icon {
    background: url(../img/icon_mail.png) no-repeat left;
    background-size: 30px;
    display: inline-block;
    padding-left: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .detail-link li.tel a .icon {
    background: url(../img/icon_tel.png) no-repeat left;
    background-size: 30px;
    display: inline-block;
    padding-left: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .movie_list_wrap .inner {
    background: #fff;
    padding: 5% 5% 10%;
    width: 300px;
  }
  /*ボタン*/
  .detail-link {
    margin: 30px auto 0;
    max-width: 400px;
    width: 100%;
  }
  .detail-link li {
    display: block;
    font-weight: bold;
    margin: 10px 0 0;
    width: 100%;
  }
  .detail-link a {
    display: block;
    padding: 20px 10px;
    font-size: 13px;
  }
  .detail-link li.mail.one a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .detail-link li.tel a {
    font-size: 13px;
  }
  .detail-link li.tel a .txt-s {
    font-size: 8px;
    margin: 0 0 0 10px;
  }
  .f-navi {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 900;
  }
  .f-navi li:first-child {
    border-right: 1px solid #fff;
  }
  .f-navi li {
    width: 50% !important;
    text-align: center;
    color: #fff;
    font-size: 112.5%;
  }
  .f-navi li a {
    padding: 1.5em 0;
    display: block;
  }
  .contact-box {
    position: relative;
    z-index: 999;
    background: #fff;
  }
  .site-foot {
    position: relative;
    z-index: 999;
  }
  /*==================================================
お問い合わせ
==================================================*/
  .contact-box .info-driving .txt-box {
    padding: 0 0 20px;
  }
  .form-box h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
  }
  .must {
    padding: 0px 5px;
    font-size: 10px;
    margin: -2px 0 0 5px;
  }
  .table-style01 th {
    display: block;
    width: 100%;
    padding: 10px 10px 10px;
  }
  .table-style01 .txt-s {
    font-size: 10px;
  }
  .table-style01 td {
    display: block;
    width: 100%;
    padding: 10px 10px 15px;
  }
  .form-box textarea, .form-box input[type=text], .form-box input[type=email] {
    width: 100%;
    height: 45px;
    border-radius: 0;
    border: #ccc 1px solid;
    padding: 10px;
    font-size: 16px;
  }
  .form-box textarea {
    height: 100px;
  }
  .form-box table label {
    position: relative;
    padding: 5px 10px 5px 0px;
  }
  .form-box table .mwform-checkbox-field label:after {
    margin-top: -12px;
  }
  .form-box table .mwform-checkbox-field.checked label:before {
    margin-top: -7px;
  }
  .form-box select {
    width: 100%;
    height: 45px;
    font-size: 16px;
  }
  .form-box table {
    margin: 20px 0;
  }
  .form-box .btn-submit li {
    display: block;
    margin: 0 0 10px;
  }
  .form-box input[type="submit"] {
    display: block;
    padding: 20px 10px;
    width: 100%;
  }
  .mwform-checkbox-field label, .mwform-radio-field label {
    display: block;
    padding: 0 0 5px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !Important;
  }
  .form-box input[type="submit"] {
    padding: 20px 20px;
    font-size: 16px;
    letter-spacing: 0px;
  }
  .thanks-box {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  html {
    overflow: auto;
    font-size: 28%;
  }
  body {
    font-size: 3.2rem;
    line-height: 2em;
    letter-spacing: 0;
  }
  .main-txt {
    max-width: 100%;
    width: 80%;
    top: 45%;
  }
  .tit01 {
    font-size: 4.5rem;
  }
  .info-sec h1 {
    margin-bottom: 8rem;
  }
  .info-sec h1 .txt-s {
    font-size: 3.2rem;
    margin-top: 3rem;
  }
  .info-sec .day, .info-sec .area {
    font-size: 4rem;
  }
  .info-sec .day .txt-s, .info-sec .area .txt-s {
    font-size: 65%;
    line-height: 1.5em;
  }
  .info-sec .txt-s {
    font-size: 80%;
  }
  .info-sec .txt-box .note {
    font-size: 2rem;
  }
  .info-sec p {
    font-size: 100%;
    line-height: 2em;
  }
  .link a {
    font-size: 87.5%;
  }
  .slider01 .slide {
    margin: 0 1em;
  }
  .slider01 .slide img {
    height: 50vw;
  }
  .info-sec .map .btn a {
    font-size: 4rem;
  }
  .gmap {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 25%;
  }
  body {
    font-size: 11px;
  }
}
/* ===== Modal base ===== */
#modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none; /* JSでfadeIn/fadeOut */
}
/* 背景（黒いオーバーレイ） */
#modal .modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .75);
}
/* 中身（中央配置） */
#modal .modal__box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 960px);
  background: #000;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}
/* 閉じるボタン */
#modal .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
/* ===== Video responsive (16:9) ===== */
#modal #mv {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}
/* もし常に16:9で枠を固定したい場合（推奨） */
#modal .modal__box {
  aspect-ratio: 16 / 9;
}
#modal #mv {
  width: 100%;
  height: 100%;
  object-fit: contain; /* coverにしたいなら cover */
}