@charset "UTF-8";

/* リセットCSS */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

*,
*:before,
*:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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,
ruby,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  font-weight: normal
}

body {
  color: #333;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: cover;
  border: 0;
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

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

input,
select,
textarea,
button {
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  outline: none;
  font-size: 100%;
}


/*end reset css*/


/* 共通部 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  line-height: 1.7;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
}

.sp-show,
.sp-show-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }

  .sp-show-flex {
    display: flex;
  }

  .sp-hide {
    display: none;
  }

  .sp-textLeft {
    text-align: left;
  }
}

a {
  color: black;
  text-decoration: none;
}

a.-hover:hover,
button.-hover:hover,
input.-hover:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}

.sectionWrap {
  width: 79.6875%;
}

.sectionTitle {
  font-size: 22px;
  text-align: center;
}

.section_subtitle {
  font-size: 12px;
  line-height: 1;
}

.section_title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 7px;
}

.section_text {
  font-size: 14px;
  line-height: 2.2142857143;
}

.sectionTitle span,
.section_subtitle span,
.section_title span,
.section_text span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sectionWrap {
    width: 94%;
  }
}

.pageTop {
  margin-top: 113px;
}

.headerWrap {
  position: relative;
  left: 0;
  right: 0;
  z-index: 100;
  margin-inline: auto;
}

@media screen and (max-width:768px) {
  .headerWrap {
    width: 1100px;
  }
}


/* ヘッダー */

.header_fix {
  position: relative;
  position: fixed;
  z-index: 100;
  right: 0;
  left: 0;
  top: 0;
  height: 113px;
  display: flex;
  padding: 0 10.234375%;
  justify-content: space-between;
}

.header_fix::before {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgb(187, 187, 187), rgba(255, 255, 255, 0));
}

.header_logo {
  width: 272px;
  /* margin-top: 37px; */
  margin-top: 20px;
}

.header_btns {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.header .btn_language {
  position: relative;
  align-items: center;
  margin-right: 20px;
  width: 98px;
  font-family: serif;
}

.header_nav_item .btn_language {
  margin-right: 0;
  margin-left: 10px;
}

.btn_language.-white,
.btn_language.-white .button {
  color: white;
}

.header .btn_language_btn {
  display: flex;
}

.header.-active .btn_language_btn {
  color: white;
}

.header .btn_language_btn::after {
  content: "";
  display: block;
  margin-left: 7px;
  margin-top: 5px;
  background-color: black;
  height: calc(tan(60deg) * 10px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.header.-active .btn_language_btn::after {
  background-color: white;
}

.btn_language.-white .btn_language_btn::after {
  background-color: white;
}

.btn_language .accordion {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  display: none;
  padding: 10px 0;
  text-align: center;
  background-color: #eee;
  border-radius: 20px;
}

.header .btn_language.active .accordion {
  display: block;
}

.js-en {
  display: none;
}

.header .btn_reservation {
  margin-right: 33px;
  width: 101px;
}

.header .btn_reservation_btn {
  text-align: center;
  border: solid 1px black;
  display: inline-block;
  padding: 6px 20px;
}

.header .btn_reservation_btn.js-en {
  font-size: 14px;
  padding: 6px 5px;
}

.header.-active .btn_reservation_btn {
  color: white;
  border-color: white;
}

.header .btn_headerNav {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  width: 82px;
}

.header .btn_headerNav:hover {
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .header .btn_headerNav {
    width: 60px;
  }
}

.header .btn_headerNav span {
  display: inline-block;
  height: 6px;
  width: 82px;
  background: black;
  transition: all 0.5s;

}

@media screen and (max-width:768px) {
  .header .btn_headerNav span {
    width: 60px;
  }
}

.header_nav {
  /* display: none; */
  position: fixed;
  z-index: 99;
  top: 0;
  /* left: 0; */
  right: 0;
  bottom: 0;
  background-color: rgba(11, 26, 101, 0.9);
  overflow-y: scroll;
  padding-bottom: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header_nav_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: clamp(140px, 14.6875%, 200px) auto 0;
}

@media screen and (max-width:768px) {
  .header_nav_list {
    margin-inline: 20px;
  }
}

.header_nav_item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
}


.header_nav_item button {
  color: white;
}

.header_nav_item .js-en {
  width: 100%;
  text-align: center;
}

.header_nav_item_language {
  display: block;
  width: 100%;
  text-align: center;
}

:is(.header_nav_list, .header_nav_item_tokusho) a {
  color: white;
  font-size: clamp(14.67px, 1.72vw, 22px);
  width: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.header_nav a * {
  font-family: serif;
}


.header_nav_btn .btn_reservation_btn {
  max-width: 150px;
}


.header_nav_btn_eg {
  display: inline-block;
  width: 100px;
  font-size: clamp(10.67px, 1.25vw, 16px);
}

.header .active-hide {
  display: block;
}

.header .active-show {
  display: none;
}

.header.-active .header_fix::before {
  display: none;
}

.header.-active .header_nav {
  display: block;
}

.header.-active .active-show {
  display: block;
}

.header.-active .active-hide {
  display: none;
}

.header.-active .btn_headerNav span {
  width: 50px;
  background: white;
}

.header.-active .btn_headerNav span:first-child {
  transform: translate(25%, 6px) rotate(-45deg);

}

@media screen and (max-width:768px) {
  .header.-active .btn_headerNav span:first-child {
    transform: translate(15%, 6px) rotate(-45deg);
  }
}

.header.-active .btn_headerNav span:last-child {
  transform: translate(25%, -7px) rotate(45deg);

}

@media screen and (max-width:768px) {
  .header.-active .btn_headerNav span:last-child {
    transform: translate(15%, -7px) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .header_fix {
    padding: 0 15px;
  }

  .header_logo {
    width: 167px;
    margin-top: 31px;
  }

  .header_btns {
    margin-top: 0;
  }

  :is(.header_nav_list, .header_nav_item_tokusho) a {
    flex-direction: column;
    align-items: center;
    font-size: 40px;
  }

  :is(.header_nav_list, .header_nav_item_tokusho) a span {
    width: auto;
    font-size: 30px;
  }
}

.header_nav_tokusho_btn {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-top: 20px;
}

.header_nav_tokusho_btn .header_nav_btn_eg {
  width: 100%;
}

/* ==== hamburger menu ==== */
.header_nav {
  position: fixed;
  /* top: 113px; */
  top: 0;
  right: -100%;
  width: 100%;
  /* background: #fff; */
  transition: right .3s ease;
}

#navToggle:checked~.header_nav {
  right: 0;
}

.btn_headerNav {
  width: 32px;
  height: 20px;
  position: relative;
}

.btn_headerNav span {
  /* position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: transform .3s, top .3s, opacity .3s; */
}

.btn_headerNav span:first-child {
  /* top: 0; */
}

.btn_headerNav span:last-child {
  /* top: 22px; */
  /* bottom: 0; */
}

#navToggle:checked+.header_fix .btn_headerNav span:first-child {
  transform: translate(25%, 6px) rotate(-45deg);
  width: 50px;
}

@media screen and (max-width:768px) {
  #navToggle:checked+.header_fix .btn_headerNav span:first-child {
    transform: translate(15%, 6px) rotate(-45deg);
  }
}

#navToggle:checked+.header_fix .btn_headerNav span:last-child {
  transform: translate(25%, -7px) rotate(45deg);
  width: 50px;
}

@media screen and (max-width:768px) {
  #navToggle:checked+.header_fix .btn_headerNav span:last-child {
    transform: translate(15%, -7px) rotate(45deg);
  }
}

/* target */

.drawer__close {
  position: absolute;
  right: 10.234375%;
  top: 0;
  display: inline-block;
  width: 80px;
  height: 113px;
  z-index: 100;
  display: flex;
  align-items: center;
}

.drawer__close_inner {
  width: 100%;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.drawer__close span {
  display: inline-block;
  height: 6px;
  /* background-color: black; */
  background-color: white;
  width: 100%;
}

.drawer__close span:first-child {
  transform: translate(25%, 6px) rotate(-45deg);
  width: 50px;
}

.drawer__close span:last-child {
  transform: translate(25%, -7px) rotate(45deg);
  width: 50px;
}

@media screen and (max-width:768px) {
  .drawer__close span:first-child {
    transform: translate(15%, 6px) rotate(-45deg);
    width: 50px;
  }

  .drawer__close span:last-child {
    transform: translate(15%, -7px) rotate(45deg);
    width: 50px;
  }

}

#drawer:target {
  right: 0;
  z-index: 100;
}

:root:has(#drawer:target) .header_fix .btn_headerNav span {
  display: none;
}

:root:has(#drawer:target) .header_fix .btn_headerNav span:first-child {
  transform: translate(25%, 6px) rotate(-45deg);
  width: 50px;
}

@media screen and (max-width:768px) {
  :root:has(#drawer:target) .header_fix .btn_headerNav span:first-child {
    transform: translate(15%, 6px) rotate(-45deg);
  }
}

:root:has(#drawer:target) .header_fix .btn_headerNav span:last-child {
  transform: translate(25%, -7px) rotate(45deg);
  width: 50px;
}

@media screen and (max-width:768px) {
  :root:has(#drawer:target) .header_fix .btn_headerNav span:last-child {
    transform: translate(15%, -7px) rotate(45deg);
  }
}



/* フッター */

.aboutUs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutUs_texts {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}

.aboutUs_address {
  border-right: solid 1px #ddd;
  padding-right: 3%;
}

.aboutUs_address_name {
  font-size: 18px;
  margin-bottom: 7px;
}


.aboutUs_address_address {
  font-size: 10px;
  margin-bottom: 8px;
}

@media screen and (max-width:768px) {
  .aboutUs_address_name {
    font-size: 30px;
  }

  .aboutUs_address_address {
    font-size: 20px;
  }
}


.aboutUs_sns_list {
  display: flex;
  gap: 8px;
}

@media screen and (max-width:768px) {
  .aboutUs_sns_list {
    gap: 20px;
  }
}

.aboutUs_sns_item {
  width: 10px;
  margin-right: 10px;
}

@media screen and (max-width:768px) {
  .aboutUs_sns_item {
    width: 20px;
  }
}

.aboutUs_sns_item a {
  display: flex;
}

.aboutUs_businessHour {
  border-right: solid 1px #ddd;
  padding: 0 3%;
}

.aboutUs_businessHour_date {
  font-size: 10px;
  line-height: 2;
  margin-bottom: 5px;
}


.aboutUs_businessHour_tel {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
}

.aboutUs_businessHour_tel span {
  margin-top: 3px;
  display: block;
  font-size: 10px;
}

@media screen and (max-width:768px) {
  .aboutUs_businessHour_date {
    font-size: 18px;
  }

  .aboutUs_businessHour_tel {
    font-size: 30px;
  }

  .aboutUs_businessHour_tel span {
    font-size: 16px;
  }
}

.aboutUs_reservation {
  padding-left: 3%;
  text-align: center;
}

.aboutUs_reservation_title {
  display: block;
  font-size: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width:768px) {
  .aboutUs_reservation_title {
    font-size: 20px;
  }
}

.aboutUs_reservation_btn a {
  display: block;
  color: white;
  background-color: #C55631;
  padding: 15px 0;
  width: 228px;
  font-size: 16px;
}

.aboutUs_reservation_btn a span {
  display: inline-block;
}

@media screen and (max-width:768px) {
  .aboutUs_reservation_btn a {
    font-size: 24px;
  }
}

.aboutUs_reservation_btn a.-en {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0;
}

.aboutUs_image {
  width: 100%;
  margin-bottom: 30px;
}

.aboutUs_innerMap {
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 43px;
}

.aboutUs_innerMap_image {
  /* width: 49.4117647059%; */
  width: 30%;
}

.aboutUs_innerMap_texts {
  margin-right: 10%;
  margin-bottom: 20px;
}

.aboutUs_boardMap {
  margin-bottom: 80px;
  width: 100%;
  text-align: center;
}

.aboutUs_boardMap .section_title {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .aboutUs_texts {
    flex-direction: column;
  }

  .aboutUs_address {
    border-right: none;
    padding-right: 0;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    text-align: center;
  }

  .aboutUs_sns_list {
    justify-content: center;
  }

  .aboutUs_businessHour {
    border-right: none;
    padding-right: 0;
    border-bottom: solid 1px #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .aboutUs_reservation {
    padding-top: 20px;
  }

  .aboutUs_reservation_btn {
    display: flex;
    justify-content: center;
  }

  .aboutUs_reservation_btn a {
    width: 60%;
  }

  .aboutUs_innerMap {
    flex-direction: column;
  }

  .aboutUs_innerMap_image {
    width: 100%;
  }
}

.footer {
  /* position: fixed; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  background: #0B1A65;
  padding: 56px 10px 81px;
  font-size: 16px;
  line-height: 1.4375;
  margin-inline: auto;
}

@media screen and (max-width:768px) {
  .footer {
    width: 1100px;
  }
}

.footer,
.footer a {
  color: white;
}

.footer_main {
  /* display: flex; */
  /* justify-content: center; */
  /* gap: 0 5.78125%; */
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .footer_main {
    flex-direction: column;
    margin: 0 5%;
    gap: 20px;
  }
}

.copyright {
  text-align: center;
  padding: 0 10px;
}

/* FV */
.FV {
  position: relative;
}

.FV_image {
  width: 100%;
  object-fit: cover;
}

.FV_badge {
  position: absolute;
  right: clamp(5px, calc(31/1440*100vw), 31px);
  bottom: clamp(5px, calc(31/1440*100vw), 31px);
  width: clamp(130px, calc(220/1000*100vw), 220px);
}

@media screen and (max-width:768px) {
  .FV_badge {
    width: 300px;
  }
}

/* @media screen and (max-width:370px) {
  .FV_badge {
    width: 110px;
  }
} */

.FV_texts {
  position: absolute;
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  line-height: 1.4;
}

/* @media screen and (max-width:500px) {
  .FV_texts {
    left: 10%;
  }
}

@media screen and (max-width:400px) {
  .FV_texts {
    left: 5%;
  }
} */

.FV_text1 {
  font-size: clamp(16px, calc(31/1000*100vw), 31px);
}


.FV_text2 {
  font-size: clamp(20px, calc(40/1000*100vw), 40px);
}

.FV_text2 br {
  display: none;
}

@media screen and (max-width:500px) {
  .FV_text2 br {
    display: inline-block;
  }
}

.FV_text3 {
  font-size: clamp(16px, calc(25/1000*100vw), 25px);
}


@media screen and (max-width:768px) {
  .FV_text1 {
    font-size: 30px;
  }

  .FV_text2 {
    font-size: 40px;
  }

  .FV_text3 {
    font-size: 25px;
  }
}

/* nav */
.nav {
  background-color: #0B1A65;
}

.nav_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-block: 15px;
  gap: 20px 0;
}

.nav_li {
  /* width: clamp(100px, calc(180/1440*100vw), 180px); */
  width: calc((100% - 20px * 5)/6);
  text-align: center;
}

.nav_li:not(:last-of-type) {
  border-right: solid 2px white;
}

.nav_li_link {
  display: block;
  color: white;
  font-size: clamp(16px, calc(24/1440*100vw), 24px);
}

@media screen and (max-width:768px) {
  .nav_li_link {
    font-size: 24px;
  }
}

.nav_li_link:hover {
  color: white;
}