@charset "UTF-8";
/* CSS Document */

/*--リセットCSS--*/
html,
body,
h1,
p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
body {
  font-family: MazdaTypeRegular, Noto Sans CJK JP, Hiragino Kaku Gothic ProN, HiraKakuProN-W3, Meiryo, Yu Gothic Medium, sans-serif;
}
img {
  vertical-align: middle;
  border: none;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
div {
  display: block;
}
p {
  text-decoration: none;
}

a {
  color: inherit; /* デフォルトのテキスト色を継承する */
  text-decoration: none;
}

/*-- メインCSS --*/
.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  background: #fff;
}
.container img {
  max-width: 100%;
  margin: 0 auto;
}
.wrap {
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  text-align: center;
}

.mt {
	margin-top: 30px;
}

.shadow {
    filter: drop-shadow(3px 3px 3px #9fa0a0);
}

/*-- ボタン --*/

.btn-01 {
  margin-top: calc(55/ 70 * -100%);
  margin-bottom: calc(1/ 10 * 100%);
}
.btn-01 img {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.btn-02 {
  margin-top: calc(4 / 70 * -100%);
  margin-bottom: calc(1 / 60 * 100%);
}
.btn-02 img {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}


.opty a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

/*--slick変更--*/
.slider-box img {
  width: 100%;
  margin: 0 auto;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 2%;
  top: 50%;
}
.prev-arrow {
  left: 20px;
  z-index: 999;
}
.next-arrow {
  right: 20px;
  z-index: 999;
}
@media (max-width: 535px) {
  .prev-arrow {
    left: 10px;
  }
  .next-arrow {
    right: 10px;
  }
}
@media (max-width: 470px) {
  .prev-arrow {
    left: 10px;
  }
  .next-arrow {
    right: 10px;
  }
}
.slick-slide {
  transition: 0.3s ease;
}

/*RETURN TO TOP & FOOTER*/
#PGtop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0.8;
  border-radius: 4px;
  background-color: #666;
  -webkit-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}
#PGtop a {
  position: relative;
  display: table;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#PGtop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
#PGtop a:hover,
#PGtop a:active,
#PGtop a:focus {
  text-decoration: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
}

/*調整*/
.mg-btm {
  margin-bottom: 5%;
}
.mg-btm01 {
  margin-bottom: 6%;
}
.mg-btm02 {
  margin-bottom: 3%;
}
.mg-btm03 {
  margin-bottom: 8%;
}
.mg01 {
  margin: 5% 0;
}
.mg02 {
  margin: 5% 0 7%;
}
.mg03 {
  margin: 7% 0%;
}
.mt01 {
  margin-top: 1 0%;
}
.mt02 {
  margin-top: 20%;
}

/*--button--*/
.button {
  background-color: #000000;
  border: none;
  color: white;
  padding: 15px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin-top: 40px;
  cursor: pointer;
  border-radius: 6px;
  transition-duration: 0.4s;
  width: 50%;
}

.button:hover {
  background-color: #606060;
}
@media screen and (max-width: 750px) {
  .button {
    font-size: 14px;
    width: 60%;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .br-none {
    display: none !important;
  }
}

/*--footer--*/
footer {
  background-color: #fff;
  padding: 0 0 5%;
  margin-top: 40px;
}
footer p {
  margin-bottom: 0.25rem;
  font-size: 12px !important;
  line-height: 1.75 !important;
  color: #212529;
}
@media screen and (max-width: 750px) {
  footer p {
    font-size: 2.5vw !important;
  }
  footer {
    margin-top: 20px;
  }
}

.reservation {
  background-color: #bda771;
  margin-bottom: 70px;
  font-size: 175%;
  font-weight: 500;
  padding: 30px;
}

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
    width: 90%;
    padding: 10px 10px 10px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
   
    transition: all 0.3s;
    display: block;
    margin-top: 20px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:750px;
    text-decoration: none;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  transition: .6s;
}

/*閉じるボタン*/
.round_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
}
 
.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
 
.round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

