@charset "UTF-8";
/* ------------------------------------------------------------
// SCSS Imports
------------------------------------------------------------ */
/* ------------------------------------------------------------
style reset
------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th {
  font-weight: normal;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

button,
input {
  margin: 0;
  padding: 0;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

/* ------------------------------------------------------------
// Bootstrap
------------------------------------------------------------ */
.container {
  max-width: 1320px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

[class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* ------------------------------------------------------------
// photo-ofi
------------------------------------------------------------ */
.photo-ofi {
  height: 0;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/* ------------------------------------------------------------
// paging
------------------------------------------------------------ */
div.paging span.current,
div.paging span.paging-text {
  margin: 0px 1px;
  color: #333333;
  border: 1px solid #cccccc;
  display: inline;
  zoom: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  border-radius: 3px;
}

div.paging span.paging-text a {
  padding: 0 4px 0 6px;
  display: block;
}

div.paging span.current {
  background: #2aa8da;
  border: 1px solid #204483;
  color: #ffffff;
  display: inline;
  zoom: 1;
  padding: 0 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: #cccccc;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* ============================================================
// 初期共通設定（common.scss）
// 全プロジェクトで共通利用するベーススタイル
============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html,
body {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.google-maps iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.clickable {
  cursor: pointer;
}

.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  transform: translateY(100px);
  opacity: 0;
  z-index: 10;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 40px;
  height: 40px;
  background: #333333;
  border-radius: 50%;
  transition: all 0.4s;
}
.pagetop a i {
  margin: 2px 0 0 2px;
  transition: 0.3s;
}
.pagetop a:hover {
  color: #ffffff;
  background: #2aa8da;
}
.pagetop a:hover i {
  margin: -4px 0 0 2px;
}

.pagetop.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* tel:リンクはテキスト色を継承させる */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
@media print {
  a[href^="tel:"] {
    text-decoration: none;
  }
}

.reveal {
  --dur: 1.2s; /* 速度 */
  --ease: cubic-bezier(0.45, 0, 0.55, 1); /* 最初と最後がゆっくり */
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
  will-change: transform, opacity;
}

/* 出現方向 */
.reveal[data-anim=fade] {
  transform: none;
}

.reveal[data-anim=up] {
  transform: translateY(20px);
}

.reveal[data-anim=left] {
  transform: translateX(-20px);
}

.reveal[data-anim=right] {
  transform: translateX(20px);
}

/* 表示後の状態 */
.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* 動きを減らすユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
/* 印刷時は常に表示 */
@media print {
  .reveal {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/* ============================================================
// header（ヘッダー共通）
============================================================ */
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 100px;
  padding: 0 50px;
  background: #ffffff;
  z-index: 500;
}
.header-wrap .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrap nav {
  margin-right: calc(200px + 2em);
}
.header-wrap nav .gnav {
  display: flex;
  gap: 2em;
}
.header-wrap nav .gnav li a {
  display: inline-block;
  font-size: 18px;
  padding: 6px 0;
  border-bottom: 1px solid #ffffff;
  transition: 0.3s;
}
.header-wrap nav .gnav li a.current, .header-wrap nav .gnav li a:hover {
  color: #2aa8da;
  border-bottom: 1px solid #2aa8da;
}
.header-wrap .resevation-btn {
  position: absolute;
  top: 10px;
  right: 15px;
}

.header-wrap .resevation-btn a:nth-child(2){
  margin-top: 1em;
  display: block;
}

@media print, screen and (max-width: 1349px) {
  .header-wrap {
    padding: 0 20px;
  }
  .header-wrap nav {
    display: none;
  }
  .header-wrap .resevation-btn {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .header-wrap {
    padding: 0 15px;
  }
  .header-wrap .logo {
    max-width: 160px;
  }
}

.header-space {
  height: 100px;
}

/* ============================================================
// header（ハンバーガー + 全画面ナビ）
============================================================ */
/* ------------------------------------------------------------
// グローバル変数・共通設定
------------------------------------------------------------ */
:root {
  --nav-dur: 0.45s; /* 開閉の速さ */
  --nav-ease: cubic-bezier(0.22, 0.61, 0.36, 1); /* 落ち着いた ease-out */
}

/* ------------------------------------------------------------
// ハンバーガーメニューアイコン
------------------------------------------------------------ */
.hamburger {
  display: none;
}
@media screen and (max-width: 1349px) {
  .hamburger {
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    background-color: transparent;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #333333;
    transition: transform 0.35s var(--nav-ease), opacity 0.35s var(--nav-ease), top 0.35s var(--nav-ease);
  }
  .hamburger span:nth-child(1) {
    top: 15px;
  }
  .hamburger span:nth-child(2) {
    top: 23px;
  }
  .hamburger span:nth-child(3) {
    top: 31px;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 23px;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 23px;
  }
}

/* ------------------------------------------------------------
// 全画面ナビゲーション
------------------------------------------------------------ */
.fullscreen-nav {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(42, 168, 218, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--nav-dur) var(--nav-ease);
  will-change: opacity;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* 表示時（ここにまとめて統合） */
  /* hidden 時は強制非表示（保険） */
}
.fullscreen-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 20px;
}
.fullscreen-nav ul li {
  width: 100%;
  margin: 10px 0;
}
.fullscreen-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  padding: 10px 15px;
  transition: 0.3s;
}
.fullscreen-nav ul li a.current, .fullscreen-nav ul li a:hover {
  color: #2aa8da;
  background: #ffffff;
  border-radius: 5px;
}
.fullscreen-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fullscreen-nav[hidden] {
  display: none !important;
}

.nav-inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-inner ul {
  width: 100%;
  max-width: 400px;
}

@media (max-height: 500px) {
  .nav-inner {
    align-items: flex-start;
    padding: 60px 0;
  }
}
/* スクロール抑止 */
body.noscroll {
  overflow: hidden;
  scrollbar-width: none;
}

body.noscroll::-webkit-scrollbar {
  display: none;
}

/* 動きを減らす配慮 */
@media (prefers-reduced-motion: reduce) {
  .fullscreen-nav {
    transition: none;
  }
  .hamburger span {
    transition: none;
  }
}
/* 全画面ナビ内のリンク：フォーカス枠を常に消す */
.fullscreen-nav a,
.fullscreen-nav a:focus,
.fullscreen-nav a:focus-visible {
  outline: none;
}

.fullscreen-nav a {
  -webkit-tap-highlight-color: transparent;
}

/* ============================================================
// footer（フッター共通）
============================================================ */
.footer-wrap {
  padding: 100px 0;
}
.footer-wrap .footer-content {
  display: flex;
}
.footer-wrap .footer-content .company-info {
  width: 100%;
  max-width: 400px;
}
.footer-wrap .footer-content .company-info address.store-address {
  margin: 20px 0;
}
.footer-wrap .footer-content .company-info .contact-numbers .tel .prefix,
.footer-wrap .footer-content .company-info .contact-numbers .fax .prefix {
  font-size: 14px;
  padding: 1px 5px;
  background: #f2fbff;
}
.footer-wrap .footer-content .company-info .contact-numbers .tel:nth-child(2),
.footer-wrap .footer-content .company-info .contact-numbers .fax:nth-child(2) {
  margin: 10px 0;
}
.footer-wrap .footer-content .footer-link-copyright {
  flex: 1;
}
.footer-wrap .footer-nav-box ul.nav-inner {
  display: flex;
  justify-content: flex-end;
  gap: 2em;
}
.footer-wrap .footer-nav-box ul.nav-inner li a {
  display: inline-block;
  transition: 0.3s;
}
.footer-wrap .footer-nav-box ul.nav-inner li a.current, .footer-wrap .footer-nav-box ul.nav-inner li a:hover {
  color: #2aa8da;
}
.footer-wrap ul.sns-link-list {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 30px 0 40px;
}
.footer-wrap ul.sns-link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #333333;
  border-radius: 50%;
  transition: 0.3s;
}
.footer-wrap ul.sns-link-list li a i {
  font-size: 22px;
  color: #ffffff;
}
.footer-wrap ul.sns-link-list li a:hover {
  color: #ffffff;
  background: #2aa8da;
}
.footer-wrap ul.sns-link-list li a:hover i {
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .footer-wrap .footer-nav-box {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .footer-wrap {
    padding: 50px 0 80px;
  }
  .footer-wrap .footer-content {
    flex-direction: column;
  }
  .footer-wrap ul.sns-link-list {
    gap: 15px;
  }
  .footer-wrap ul.sns-link-list li a {
    width: 40px;
    height: 40px;
  }
  .footer-wrap ul.sns-link-list li a i {
    font-size: 20px;
  }
}
.footer-wrap .copyright {
  font-size: 14px;
  text-align: right;
}

/* ------------------------------------------------------------
// 印刷設定
------------------------------------------------------------ */
@media print {
  a {
    text-decoration: none !important;
  }
  table,
  p {
    page-break-inside: avoid !important;
  }
  .header-wrap {
    position: static;
  }
  .header-space {
    display: none;
  }
  .resevation-btn {
    display: none;
  }
  .footer-nav-box {
    display: none;
  }
  nav,
  .hamburger,
  .pagetop {
    display: none !important;
  }
  .category-select-box,
  .info-btn {
    display: none !important;
  }
}
/* ------------------------------------------------------------
// Body
------------------------------------------------------------ */
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

/* ------------------------------------------------------------
// Spacer
------------------------------------------------------------ */
.spacer {
  height: 100px;
}

.spacer-min {
  height: 20px;
}

/* ------------------------------------------------------------
// Font
------------------------------------------------------------ */
.anton {
  font-family: "Anton", sans-serif;
}

.txt-red {
  color: #ff0018;
}

.txt-blue {
  color: #499edf;
}

.txt-area p:not(:last-child) {
  margin-bottom: 20px;
}

ul.disc {
  margin-left: 2.5em;
}
ul.disc li {
  list-style-type: disc;
}
ul.disc li:not(:last-child) {
  margin-bottom: 5px;
}

/* ------------------------------------------------------------
// Link
------------------------------------------------------------ */
a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
a img,
a:hover img,
a:visited img,
a:active img {
  transition: opacity 0.3s;
}

a:hover {
  color: #2aa8da;
}
a:hover img {
  opacity: 0.8;
}

.link-btn a {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  min-width: 300px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  transition: color 0.3s;
  background: linear-gradient(to right, #2aa8da, #87ceeb);
}
.link-btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #2aa8da, #2aa8da);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.link-btn a i {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #ffffff;
  transform: translateY(-50%);
  z-index: 1;
}
.link-btn a:hover {
  color: #ffffff;
}
.link-btn a:hover::after {
  opacity: 1;
}

/* ------------------------------------------------------------
// Table
------------------------------------------------------------ */
.table-base {
  width: 100%;
}
.table-base tr {
  display: grid;
  grid-template-columns: 200px auto;
}
.table-base tr th,
.table-base tr td {
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  padding: 1.5em 1em;
  border-top: 2px solid #ffffff;
}
.table-base tr th {
  font-weight: 600;
  color: #111111;
  background: #f2fbff;
}
.table-base tr:first-child th, .table-base tr:first-child td {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .table-base tr {
    display: flex;
    flex-direction: column;
    border-top: none;
  }
  .table-base tr th,
  .table-base tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table-base tr th {
    padding: 0.6em 1em;
  }
  .table-base tr td {
    padding: 1em 1em 1.5em;
  }
}

/* ------------------------------------------------------------
// Common Content Styles
------------------------------------------------------------ */
.content-wrap {
  padding: 150px 0;
  background: #fafafa;
}
@media screen and (max-width: 575px) {
  .content-wrap {
    padding: 50px 0 100px;
  }
}

.content-box {
  padding: 0 20px;
}
.content-box:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .content-box {
    padding: 0;
  }
  .content-box:not(:last-child) {
    margin-bottom: 50px;
  }
}

.content-subttl {
  position: relative;
  margin-bottom: 50px;
}
.content-subttl .jp {
  font-size: 20px;
  font-weight: 700;
  color: #204483;
}
.content-subttl .en {
  font-size: 124px;
  color: #2aa8da;
  line-height: 1;
}
.content-subttl .link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media print, screen and (max-width: 1199px) {
  .content-subttl .link-btn {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .content-subttl .jp {
    font-size: 16px;
  }
  .content-subttl .en {
    font-size: 80px;
  }
}
@media print, screen and (max-width: 575px) {
  .content-subttl {
    margin-bottom: 40px;
  }
  .content-subttl .jp {
    font-size: 15px;
  }
  .content-subttl .en {
    font-size: 40px;
  }
}

.content-line-ttl {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #204483;
}
.content-line-ttl .jp {
  font-size: 16px;
  font-weight: 700;
  color: #204483;
}
.content-line-ttl .en {
  font-size: 50px;
  color: #2aa8da;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .content-line-ttl .jp {
    font-size: 14px;
  }
  .content-line-ttl .en {
    font-size: 40px;
  }
}
@media print, screen and (max-width: 575px) {
  .content-line-ttl {
    margin-bottom: 40px;
  }
  .content-line-ttl .en {
    font-size: 30px;
  }
}

.content-line-subttl {
  font-size: 30px;
  color: #204483;
  margin: 50px 0 20px;
  padding: 0.1em 0.5em 0.2em;
  border-left: 5px solid #2aa8da;
}
@media print, screen and (max-width: 575px) {
  .content-line-subttl {
    font-size: 20px;
    font-weight: 700;
  }
}