@charset "UTF-8";
/* ------------------------------- font -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
.serif, [class^="title-ja-"], [class*=" title-ja-"] { font-family: 'Noto Serif JP', serif; }

.en, [class^="title-en-"], [class*=" title-en-"] { font-family: 'Poiret One', cursive; font-weight: 400; }

/* -------------------------------
	default
-------------------------------- */
html { font-size: 100%; /* 16px */ }
@media print, screen and (min-width: 992px) { html { font-size: 100%; /* 16px */ } }

body { font-family: 'Noto Sans JP', sans-serif; letter-spacing: 0.05em; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 1em; }

p + h4, p + h5, p + h6, ol + h4, ol + h5, ol + h6, ul + h4, ul + h5, ul + h6, dl + h4, dl + h5, dl + h6, table + h4, table + h5, table + h6 { margin-top: 2rem; }

/* 基本タグ */
p, ol, ul, dl, table { margin-bottom: 1rem; }

img { max-width: 100%; height: auto; vertical-align: middle; }

ul { padding-left: 1.5em; }

ol { padding-left: 2em; }

a { text-decoration: underline; }
a:hover { text-decoration: none; }

/* 見出しサイズ 1rem/16px */
h1, .h1 { font-size: 1.75rem; }

h2, .h2 { font-size: 1.5625rem; }

h3, .h3 { font-size: 1.4375rem; }

h4, .h4 { font-size: 1.1875rem; }

h5, .h5 { font-size: 1.0625rem; }

h6, .h6 { font-size: 1rem; }

@media print, screen and (min-width: 768px) { h1, .h1 { font-size: 1.8125rem; }
  h2, .h2 { font-size: 1.6875rem; }
  h3, .h3 { font-size: 1.5rem; }
  h4, .h4 { font-size: 1.25rem; }
  h5, .h5 { font-size: 1.125rem; } }
/* 見出しサイズ 1rem/16px */
@media print, screen and (min-width: 992px) { h1, .h1 { font-size: 2.6875rem; }
  h2, .h2 { font-size: 2.125rem; }
  h3, .h3 { font-size: 1.8125rem; }
  h4, .h4 { font-size: 1.3125rem; }
  h5, .h5 { font-size: 1.125rem; } }
@media print, screen and (min-width: 1200px) { h1, .h1 { font-size: 3.6875rem; }
  h2, .h2 { font-size: 2.625rem; }
  h3, .h3 { font-size: 2.1875rem; }
  h4, .h4 { font-size: 1.5rem; }
  h5, .h5 { font-size: 1.1875rem; } }
/* -------------------------------
	row
-------------------------------- */
.row-float { margin-left: -15px; margin-right: -15px; }
.row-float:after { content: ""; display: table; clear: both; }
.row-float > .col { width: 100%; max-width: none; float: left; padding-left: 15px; padding-right: 15px; }

.row-10 { margin-left: -5px; margin-right: -5px; }
.row-10 > [class^="col-"], .row-10 > [class*=" col-"] { padding-left: 5px; padding-right: 5px; }

.row-gallery { margin-left: -1.953125vw; margin-right: -1.953125vw; }
.row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] { padding-left: 1.953125vw; padding-right: 1.953125vw; margin-bottom: 3.90625vw; }
@media print, screen and (min-width: 768px) { .row-gallery { margin-left: -15px; margin-right: -15px; }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] { padding-left: 15px; padding-right: 15px; margin-bottom: 30px; } }

.row-items-1 { margin-left: calc(-10px - 70 * (100vw - 375px) / 1125); margin-right: calc(-10px - 70 * (100vw - 375px) / 1125); }
.row-items-1 > [class^="col-"], .row-items-1 > [class*=" col-"] { padding-left: calc(10px + 70 * (100vw - 375px) / 1125); padding-right: calc(10px + 70 * (100vw - 375px) / 1125); margin-bottom: calc(30px + 20 * (100vw - 375px) / 1125); }
@media print, screen and (min-width: 1500px) { .row-items-1 { margin-left: -80px; margin-right: -80px; }
  .row-items-1 > [class^="col-"], .row-items-1 > [class*=" col-"] { padding-left: 80px; padding-right: 80px; margin-bottom: 50px; } }

.row-items-2 { margin-left: calc(-10px - 15 * (100vw - 375px) / 825); margin-right: calc(-10px - 15 * (100vw - 375px) / 825); }
.row-items-2 > [class^="col-"], .row-items-2 > [class*=" col-"] { padding-left: calc(10px + 15 * (100vw - 375px) / 825); padding-right: calc(10px + 15 * (100vw - 375px) / 825); margin-bottom: calc(30px + 20 * (100vw - 375px) / 825); }
@media print, screen and (min-width: 1200px) { .row-items-2 { margin-left: -25px; margin-right: -25px; }
  .row-items-2 > [class^="col-"], .row-items-2 > [class*=" col-"] { padding-left: 25px; padding-right: 25px; margin-bottom: 50px; } }

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-lg, .container-fluid-xl { width: 100%; padding-right: 15px; padding-left: 15px; }

@media print, screen and (min-width: 1200px) { .container-fluid-lg { max-width: 1250px; margin-right: auto; margin-left: auto; }
  .container-fluid-xl { max-width: 1500px; margin-right: auto; margin-left: auto; } }
/* -------------------------------
	form
-------------------------------- */
.select-inline { width: auto; display: inline; }

/* -------------------------------
	電話番号
-------------------------------- */
.telphone small { font-size: 0.8333em; }
.telphone i { font-size: 0.8333em; }
.telphone a { text-decoration: underline; }
.telphone a:hover { text-decoration: none; }

a.tel_link { color: inherit; }

/* -------------------------------
	アンカーリンク
-------------------------------- */
.anchor { position: relative; z-index: -1; }
@media print, screen and (min-width: 768px) { .anchor { margin-top: -90px; padding-top: 90px; } }

/* -------------------------------
	table
-------------------------------- */
/**/
.table-design-1 { width: 100%; border-collapse: collapse; text-align: left; border-top: 1px solid #ccc; }
.table-design-1 > tbody > tr { border-bottom: 1px solid #ccc; }
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td { padding: clamp(10px, 2.5vw, 30px) 0; }
.table-design-1 > tbody > tr > th { color: #001c58; padding-left: 1em; }
.table-design-1 > tbody > tr > td { padding-left: 2em; }

.table-design-2 { width: 100%; border-collapse: separate; border-spacing: 0; text-align: left; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td { padding: 1em; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.table-design-2 > tbody > tr > th { background: #f3f3f3; }
.table-design-2 > tbody > tr > td { background-color: #fff; }

@media only screen and (max-width: 767px) { .table-inline colgroup { display: none !important; }
  .table-inline > tbody > tr { width: 100%; display: block; }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td { width: 100% !important; display: block; }
  .table-design-1.table-inline > tbody > tr { padding: 0.5em; }
  .table-design-1.table-inline > tbody > tr > th, .table-design-1.table-inline > tbody > tr > td { padding: 0; }
  .table-design-1.table-inline > tbody > tr > th + td, .table-design-1.table-inline > tbody > tr > td + td { margin-top: .5em; } }
/**/
.table-form-1 { font-size: 13px; line-height: normal; letter-spacing: normal; width: 100%; border-collapse: separate; border-spacing: 0; text-align: left; border-top: 1px solid #C5C4C9; border-left: 1px solid #C5C4C9; }
@media print, screen and (min-width: 768px) { .table-form-1 { table-layout: fixed; } }
.table-form-1 > thead > tr > th, .table-form-1 > thead > tr > td { font-weight: 400; text-align: center; padding: 0.5em; border-right: 1px solid #C5C4C9; border-bottom: 1px solid #C5C4C9; background-color: #ECECEE; }
.table-form-1 > tbody > tr > th, .table-form-1 > tbody > tr > td { padding: 0.75em 0.5em; border-right: 1px solid #C5C4C9; border-bottom: 1px solid #C5C4C9; }
.table-form-1 > tbody > tr > th { font-weight: 400; text-align: center; background: #F6F6F7; width: 7em; min-width: 7em; }
.table-form-1 > tbody > tr > td { text-align: center; background-color: #fff; }
.table-form-1 > tbody > tr > td label input { display: block; margin: 0 auto; }

/* jQuery Basic Table Author: Jerry Low */
/**/
table.bt { border: none; }
table.bt > thead > tr > th, table.bt > thead > tr > td, table.bt > tbody > tr > th, table.bt > tbody > tr > td { border: none; }
table.bt > thead > tr > th { display: none; }
table.bt > tbody > tr { width: 100%; display: block; }
table.bt > tbody > tr > th, table.bt > tbody > tr > td { padding: 0; display: flex; }
table.bt > tbody > tr > th:before, table.bt > tbody > tr > th .bt-content, table.bt > tbody > tr > td:before, table.bt > tbody > tr > td .bt-content { padding: 0.5em; display: block; }
table.bt > tbody > tr > th:before, table.bt > tbody > tr > td:before { content: attr(data-th); flex: 0 0 8em; }
table.bt > tbody > tr > th .bt-content, table.bt > tbody > tr > td .bt-content { flex-basis: 0; flex-grow: 1; }

/**/
.table-breakpoint-1 { line-height: normal; letter-spacing: normal; width: 100%; border-collapse: separate; border-spacing: 0; text-align: left; border-top: 1px solid #C5C4C9; border-left: 1px solid #C5C4C9; }
.table-breakpoint-1 > thead > tr > th, .table-breakpoint-1 > thead > tr > td { font-weight: 400; text-align: center; padding: 1em 0.5em; border-right: 1px solid #C5C4C9; border-bottom: 1px solid #C5C4C9; background-color: #ECECEE; }
.table-breakpoint-1 > tbody > tr > th, .table-breakpoint-1 > tbody > tr > td { padding: 1em 0.5em; border-right: 1px solid #C5C4C9; border-bottom: 1px solid #C5C4C9; }
.table-breakpoint-1 > tbody > tr > th { font-weight: 400; background: #F6F6F7; width: 7em; min-width: 7em; }
.table-breakpoint-1 > tbody > tr > td { text-align: center; background-color: #fff; }
.table-breakpoint-1 > tbody > tr > td .btn { font-size: 14px; padding: 0.5em; display: block; min-width: 120px; }
.table-breakpoint-1.bt { font-size: 14px; }
.table-breakpoint-1.bt colgroup { display: none; }
.table-breakpoint-1.bt > tbody > tr + tr { margin-top: 2rem; }
.table-breakpoint-1.bt > tbody > tr > td + td { margin-top: 1px; }
.table-breakpoint-1.bt > tbody > tr > td:before { background-color: #E6E6EB; }
.table-breakpoint-1.bt > tbody > tr > td .bt-content { text-align: left; padding-left: 1em; margin-left: 1px; background-color: #f3f3f3; }
.table-breakpoint-1.bt > tbody > tr > td.last { padding: 5px; background-color: #f3f3f3; }
.table-breakpoint-1.bt > tbody > tr > td.last:before { display: none; }
.table-breakpoint-1.bt > tbody > tr > td.last .bt-content { text-align: right; padding: 0 0 0 9em; margin: 0; background-color: inherit; }
.table-breakpoint-1.bt > tbody > tr > td.last .bt-content .btn-1 { font-size: 12px; min-width: none; width: 120px; display: inline-block; }

/**/
.table-mypagepoint { font-size: calc(10px + 6 * (100vw - 375px) / 825); line-height: normal; letter-spacing: normal; width: 100%; border-collapse: separate; border-spacing: 0; text-align: left; border-top: 1px solid #C5C4C9; border-left: 1px solid #C5C4C9; }
@media print, screen and (min-width: 1200px) { .table-mypagepoint { font-size: 16px; } }
.table-mypagepoint > thead > tr > th, .table-mypagepoint > thead > tr > td { font-weight: 400; text-align: center; padding: 0.5em; border-right: 1px solid #C5C4C9; border-bottom: 1px solid #C5C4C9; background-color: #ECECEE; }
.table-mypagepoint > tbody > tr > th, .table-mypagepoint > tbody > tr > td { padding: 0.75em 0.5em; border-right: 1px solid #C5C4C9; border-bottom: 1px solid #C5C4C9; }
.table-mypagepoint > tbody > tr > th { font-weight: 400; background: #F6F6F7; width: 7em; }
.table-mypagepoint > tbody > tr > td { text-align: center; background-color: #fff; }
.table-mypagepoint > tbody > tr > td .point { display: inline-block; }

/* -------------------------------
	list
-------------------------------- */
.list-icon { list-style: none; padding: 0; }
.list-icon li { line-height: 1.875; padding-left: 1.4em; position: relative; }
.list-icon li i { line-height: 1.875; width: 1em; display: block; text-align: center; position: absolute; left: 0; }

.list-inline-slash { list-style: none; letter-spacing: -.4em; padding: 0; }
.list-inline-slash li { letter-spacing: 0.05em; display: inline-block; }
.list-inline-slash li:after { content: "/"; margin: 0 0.5em; }
.list-inline-slash li:last-child:after { content: ""; }

.list-punctuation { list-style: none; padding-left: 0; display: flex; flex-wrap: wrap; align-items: flex-start; }
.list-punctuation > li:after { content: "、"; }
.list-punctuation > li:last-child:after { content: ""; }

/**/
.list-inline-1 { letter-spacing: -.4em; list-style: none; padding-left: 0; margin-left: -1em; margin-right: -1em; }
.list-inline-1 > li { letter-spacing: 0.06em; display: inline-block; padding-left: 1em; padding-right: 1em; }
.list-inline-1.md { margin-left: -0.5em; margin-right: -0.5em; }
.list-inline-1.md > li { padding-left: 0.5em; padding-right: 0.5em; }

/*my navi */
.list-mynav { font-size: 20px; list-style: none; padding: 0; margin: 0; display: flex; }
@media print, screen and (min-width: 768px) { .list-mynav { font-size: 25px; } }
.list-mynav > li + li { margin-left: 1.2em; }
.list-mynav > li a { color: #001c58; transition: opacity 0.3s ease; }
.list-mynav > li a .txt { display: none; }
.list-mynav > li a:hover { opacity: 0.65; }

.list-num-1 { padding-left: 0; list-style: none; counter-reset: number; }
.list-num-1 > li { padding-left: 2em; position: relative; }
.list-num-1 > li:before { position: absolute; top: 0; left: 0; counter-increment: number; content: counter(number) " )"; }

/**/
.list-row-1 { list-style: none; padding: 0; margin: 0 -15px; display: flex; flex-wrap: wrap; }
.list-row-1 > li { flex: 0 0 50%; padding: 0 15px; margin-bottom: clamp(16px, 4.16667vw, 50px); }
@media print, screen and (min-width: 768px) { .list-row-1 > li { flex: 0 0 33.33333%; } }
@media print, screen and (min-width: 992px) { .list-row-1 > li { flex: 0 0 20%; } }

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
.hr_style_1 { border-top-color: #ccc; }

/* -------------------------------
	figure
-------------------------------- */
.link_figure { color: inherit; text-decoration: none; }
.link_figure:hover { text-decoration: none; }

.figure { vertical-align: middle; padding: 0; margin: 0; position: relative; width: 100%; overflow: hidden; }
.figure > img { min-width: inherit; width: 100%; position: relative; display: block; }
.figure figcaption { padding: 0; margin: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/**/
.figure_items_1 { max-width: 300px; margin: 0 auto; }
.figure_items_1 .photo-ofi { padding-top: 100%; background-color: #e6e6e6; }
.figure_items_1 figcaption p { font-size: clamp(11px, 1.6129vw, 16px); line-height: normal; padding-left: 2.625em; margin: 1.5625em 0 0 1em; position: relative; }
.figure_items_1 figcaption p:before { content: ""; position: absolute; left: 0; top: 50%; width: 2em; height: 1px; background-image: linear-gradient(90deg, #003567 0%, #0068b7 72%); }
@media print, screen and (min-width: 992px) { .figure_items_1 figcaption p { padding-left: 5.625em; margin-left: 1.857em; }
  .figure_items_1 figcaption p:before { width: 5em; } }

a > .figure_items_1 .photo-ofi { transition: opacity 0.3s ease; }
a > .figure_items_1:hover .photo-ofi { opacity: 0.65; }

/**/
.figure_items_2 { max-width: 300px; height: 100%; margin: 0 auto; position: relative; z-index: 0; }
.figure_items_2 .photo-ofi { padding-top: 100%; background-color: #e6e6e6; }
.figure_items_2 figcaption { padding-bottom: 2em; }
.figure_items_2 figcaption .tab { position: absolute; left: 0; top: 0; }
.figure_items_2 figcaption .tab > ul { font-size: calc(10px + 2 * (100vw - 375px) / 825); line-height: 1.2; list-style: none; padding: 0; margin: 0; display: flex; }
@media print, screen and (min-width: 1200px) { .figure_items_2 figcaption .tab > ul { font-size: 12px; } }
.figure_items_2 figcaption .tab > ul > li { color: #fff; padding: 5px 10px; background-color: #000; }
.figure_items_2 figcaption .tab > ul > li + li { margin-left: 5px; }
.figure_items_2 figcaption .tab > ul > li.new { background-color: #cc0000; }
.figure_items_2 figcaption .tab > ul > li.soldout { background-color: #000; }
.figure_items_2 .ttl { font-size: clamp(11px, 1.3333vw, 16px); line-height: normal; margin: 1.5625em 0 1em; position: relative; }
.figure_items_2 .price { font-size: clamp(13px, 1.3333vw, 16px); font-weight: 700; border-bottom: solid 1px #000; position: absolute; left: 0; bottom: 0; }

a > .figure_items_2 .photo-ofi { transition: opacity 0.3s ease; }
a > .figure_items_2:hover .photo-ofi { opacity: 0.65; }

/**/
.figure_link_1 { max-width: 720px; margin: 0 auto; background-color: #001c58; overflow: hidden; position: relative; z-index: 0; }
.figure_link_1 > img { display: block; margin: 0; opacity: 0.25; }
.figure_link_1 figcaption { display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; }
.figure_link_1 figcaption:before { content: ""; position: absolute; left: 4.86112%; right: 4.86112%; top: 5.752213%; bottom: 5.752213%; border: solid 2px rgba(255, 255, 255, 0.75); z-index: -1; }
.figure_link_1 figcaption .content { color: #fff; text-align: center; }
.figure_link_1 figcaption .content h2 { font-size: clamp(20px, 2.5vw, 30px); margin: 0; }
.figure_link_1 figcaption .content p { margin: 0; }

a > .figure_link_1 > img { transition: opacity 0.3s ease, transform 0.3s ease; }
a > .figure_link_1:hover > img { opacity: 0.5; transform: scale(1.2); transition: opacity 1s ease, transform 1s ease; }

/* -------------------------------
	画像関連
-------------------------------- */
/* 画像を枠に収める */
.photo-ofi { height: 0; display: block; padding-top: 75%; overflow: hidden; position: relative; }
.photo-ofi img { max-width: inherit; max-height: inherit; width: 100%; height: 100%; object-fit: scale-down; object-position: 50% 50%; /* 中央寄せ　横/縦 */ position: absolute; left: 0; top: 0; }
.photo-ofi a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; }

.photo-ofi-2 { text-align: center; }
.photo-ofi-2 a { display: inline-block; position: relative; }
.photo-ofi-2 img { display: block; margin: 0 auto; max-height: 70vh; }

/* トリミング */
.cover img { object-fit: cover; }

/**/
img.object-fit-img { max-width: inherit; max-height: inherit; width: 100%; height: 100%; object-fit: scale-down; object-position: 50% 50%; /* 中央寄せ　横/縦 */ }
img.object-fit-img.cover { object-fit: cover; }

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-lightbox]:after { content: "\f00e"; position: absolute; left: 50%; top: 50%; z-index: 20; color: #222; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 1rem; line-height: 2; text-align: center; width: 2em; border-radius: 50%; margin-top: -1em; margin-left: -1em; background-color: rgba(255, 255, 255, 0.8); opacity: 0; transition: opacity .3s ease; }
a[data-lightbox]:hover:after { opacity: 1; }

/* -------------------------------
	btn
-------------------------------- */
.btn-1 { color: #001c58; text-align: left; min-width: 260px; padding: 1.46875em 2em 1.46875em .5em; border-bottom: solid 1px #001c58; border-radius: 0; position: relative; transition: letter-spacing 0.3s ease; }
.btn-1:before { content: "\f061"; color: #000000; font-family: 'Font Awesome 5 Free'; font-weight: 900; line-height: 1; position: absolute; right: .5em; top: 50%; line-height: 1; letter-spacing: normal !important; margin-top: -.5em; }
.btn-1:hover { letter-spacing: 0.15em; }

/**/
.btn-img { transition: opacity 0.3s ease; }
.btn-img:hover { opacity: 0.65; }

.mail_link img { width: auto; height: 1em; }

/**/
.btn-icon-l, .btn-icon-r { position: relative; }
.btn-icon-l i, .btn-icon-r i { line-height: 1; position: absolute; top: 50%; margin-top: -.5em; }

.btn-icon-l { padding-left: 2em; }
.btn-icon-l i { left: 0.625em; }

.btn-icon-r { padding-right: 2em; }
.btn-icon-r i { right: 0.625em; }

.btn-300 { max-width: 300px; margin: 0 auto; display: block; }

/* file icon */
.a-icon:before { content: ""; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 1em; }
.a-icon[href$=".pdf"]:before { content: "\f1c1"; }
.a-icon[href$=".xls"]:before, .a-icon[href$=".xlsx"]:before { content: "\f1c3"; }
.a-icon[href$=".doc"]:before, .a-icon[href$=".docx"]:before { content: "\f1c2"; }
.a-icon [target="_blank"]:before { content: "\f35d"; font-size: 0.875em; }

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header { width: 100%; border-top: solid 5px #03004c; background-color: #fff; position: fixed; left: 0; top: 0; z-index: 30; }
@media print, screen and (min-width: 992px) { #header { border-top: solid 30px #03004c; } }
#header h1 { font-size: 1rem; line-height: normal; padding: 0; margin: 0; }
#header .row-head { display: flex; align-items: center; height: 50px; }
@media print, screen and (min-width: 992px) { #header .row-head { height: 120px; } }
#header .row-head .logo h1 img { height: 40px; }
@media print, screen and (min-width: 992px) { #header .row-head .logo h1 img { height: auto; } }
#header .row-head .head_contents { display: none; }
@media print, screen and (min-width: 992px) { #header .row-head .head_contents { margin: 0 auto; display: block; } }
#header .row-head .head_mynavi { margin-left: auto; padding-right: 60px; }
@media print, screen and (min-width: 992px) { #header .row-head .head_mynavi { padding-right: 0; margin-left: 0; } }
@media print { #header { position: absolute; } }

@media screen and (min-width: 992px) { #header { transition: opacity 0.3s ease, visibility 0.3s ease; }
  .fixed-nav #header { opacity: 0; visibility: hidden; } }
/* スマホ用電話番号 */
/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi { padding: 0 30px; }

.list-gnav { font-size: clamp(14px, 1.3333vw, 16px); list-style: none; padding: 0; margin: 0; display: flex; margin: 0 -1.5625em; }
.list-gnav ul { list-style: none; padding: 0; margin: 0; }
.list-gnav a { text-decoration: none; }
.list-gnav > li { padding: 0 1.5625em; }
.list-gnav > li > a { color: #001c58; line-height: 1.5; display: block; padding: 0.34375em 0; position: relative; }
.list-gnav > li > a:after { content: ''; position: absolute; top: 0; left: -1.5625em; width: 2.5em; height: 100%; border-radius: 50%; background-color: #fff799; z-index: -1; transform: scale(0); transition: transform .3s ease, visibility .3s ease; visibility: hidden; }
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after { transform: scale(1); visibility: visible; }
.list-gnav > li.active > a { font-weight: 700; }

/* サブメニュー */
.list-gnav > li > ul, .list-gnav > li > div { display: none; }

.list-gnav > li.child { position: relative; }
.list-gnav > li.child > ul { position: absolute; left: 0; min-width: 100%; padding: .5em 0; white-space: nowrap; }
.list-gnav > li.child > ul > li > a { display: block; padding: 1em; background-color: #fff; }

/* メガメニュー */
.list-gnav > li.mega-child { position: static; }
.list-gnav > li.mega-child > div { position: absolute; left: 0; width: 100%; height: 100px; background-color: #fff; }

/* ブレイクポイント */
#gNavi { display: none; }
@media print, screen and (min-width: 992px) { #gNavi { display: block; } }

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar { position: fixed; top: 55px; bottom: 0; left: -280px; width: 280px; text-align: left; background-color: #fff; transition: transform 0.5s ease; overflow-y: auto; z-index: 9900; }
.side-open #sidebar { transform: translate3d(100%, 0, 0); }
@media print, screen and (min-width: 992px) { #sidebar { display: none !important; } }
#sidebar ul { list-style: none; padding: 0; margin: 0; }
#sidebar a { text-decoration: none; }
#sidebar .list-sidenav { font-size: 15px; width: 100%; padding: 15px; }
#sidebar .list-sidenav > li { text-align: left; border-bottom: solid 1px #ccc; }
#sidebar .list-sidenav > li:last-child { border-bottom: none; }
#sidebar .list-sidenav > li > a { color: #666; line-height: 1.5; display: block; padding: 0.75em 2em 0.75em 1em; position: relative; }
#sidebar .list-sidenav > li > a:after { content: "\f105"; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 10px; line-height: 1; position: absolute; right: 1em; top: 50%; margin-top: -.5em; }
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover { color: #001c58; }
#sidebar .list-sidenav > li.active > a { font-weight: 700; }

/*  下層メニュー */
#sidebar .list-sidenav li > ul { display: none; }

#sidebar .list-sidenav .child { position: relative; }
#sidebar .list-sidenav .child > a:after { display: none; }
#sidebar .list-sidenav .child > ul { background-color: #fff; }
#sidebar .list-sidenav .child > ul > li { position: relative; }
#sidebar .list-sidenav .child > ul > li > a { color: #333; font-size: 0.875em; padding: 0.65em 2em 0.65em 1.3em; display: block; background-color: #fff; position: relative; }
#sidebar .list-sidenav .child > ul > li > a:before { content: "\f0da"; font-family: 'Font Awesome 5 Free'; font-weight: 900; line-height: 1; position: absolute; right: 1rem; top: 50%; margin-top: -.5em; }
#sidebar .list-sidenav .child > ul > li.active > a, #sidebar .list-sidenav .child > ul > li > a:hover { background-color: #ddd; }

/* 下層メニュー用ボタン */
#sidebar .list-sidenav .child .mean-expand { position: absolute; right: 5px; top: 0.25em; width: 32px; height: 32px; background-color: #000; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
#sidebar .list-sidenav .child .mean-expand:before, #sidebar .list-sidenav .child .mean-expand:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 14px; height: 2px; margin: auto; background: #fff; transition: transform 0.3s ease; }
#sidebar .list-sidenav .child .mean-expand:after { transform: rotate(90deg); }
#sidebar .list-sidenav .child.open .mean-expand:before { transform: rotate(360deg); }
#sidebar .list-sidenav .child.open .mean-expand:after { transform: rotate(0deg); }

/* -------------------------------
	半透明
-------------------------------- */
.overlay { content: ''; visibility: hidden; position: fixed; top: 0; left: 0; display: block; width: 100%; height: 100%; background: transparent; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; z-index: 3; }
.side-open .overlay { visibility: visible; cursor: pointer; background: rgba(0, 0, 0, 0.7); }
@media screen and (min-width: 992px) { .overlay { display: none; } }

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper { position: fixed; right: 0; top: 5px; width: 50px; height: 50px; transform: translate3d(0, 0, 0); transition: all 0.5s ease; z-index: 500; }
@media print, screen and (min-width: 992px) { .menuWrapper { display: none; } }

#menuButton { overflow: hidden; display: block; position: absolute; z-index: 0; width: 100%; height: 100%; cursor: pointer; }
#menuButton span, #menuButton:before, #menuButton:after { display: block; position: absolute; top: -10px; bottom: 0; left: 0; right: 0; width: 30px; height: 3px; margin: auto; background: #000; }
#menuButton span { overflow: hidden; z-index: 1; color: #000; }
#menuButton:before { z-index: 2; transform: translate(0, -9px); content: ""; }
#menuButton:after { z-index: 2; transform: translate(0, 9px); content: ""; }
#menuButton small { position: absolute; left: 0; bottom: 3px; width: 100%; color: #000; font-size: 10px; line-height: 1.2; letter-spacing: -0.035em; text-align: center; display: block; }

/* アニメーション */
#menuButton span { opacity: 1; transition: opacity 150ms 50ms; }
#menuButton::before, #menuButton::after { transition: transform 200ms; }
.side-open #menuButton span { opacity: 0; transition: opacity 150ms; }
.side-open #menuButton::before { transform: rotate(45deg); }
.side-open #menuButton::after { transform: rotate(-45deg); }

/* -------------------------------
	footer
-------------------------------- */
#footer { background-color: #fff; page-break-inside: avoid; }

.foot_navi { color: #fff; padding-top: clamp(16px, 4.16667vw, 50px); background-color: #001c58; }
.foot_navi ul { font-size: clamp(12px, 2.08333vw, 16px); list-style: none; padding: 0; margin: 0 auto; max-width: 1000px; display: flex; flex-wrap: wrap; justify-content: center; }
.foot_navi ul > li { padding: 0 1em; margin-bottom: clamp(16px, 4.16667vw, 50px); }
.foot_navi ul > li > a { color: #fff; text-decoration: none; }
.foot_navi ul > li > a:hover { text-decoration: underline; }

/**/
.foot_contents { padding-top: clamp(30px, 4.16667vw, 50px); background-color: #fff; }
.foot_contents .content { text-align: center; max-width: 1250px; padding: 0 15px; margin: 0 auto; }
.foot_contents .content h2 { font-size: 1rem; margin-bottom: 30px; }
.foot_contents .content .foot_tel { font-size: 24px; font-weight: 700; line-height: normal; letter-spacing: -.4em; list-style: none; padding: 0; margin: 0; }
.foot_contents .content .foot_tel > li { letter-spacing: normal; }
@media print, screen and (min-width: 768px) { .foot_contents .content .foot_tel > li { display: inline-block; vertical-align: middle; }
  .foot_contents .content .foot_tel > li + li:before { content: "/"; margin: 0 1em; } }
@media print, screen and (min-width: 992px) { .foot_contents .content { text-align: left; } }

.blank_link { margin-top: 15px; margin-bottom: 30px; padding-bottom: 15px; border-bottom: solid 1px #03004c; }
.blank_link .box a { transition: opacity 0.3s ease; }
.blank_link .box a:hover { opacity: 0.65; }
.blank_link .box ul { list-style: none; padding: 16px 0; margin: 0 -15px; display: flex; justify-content: center; }
.blank_link .box ul > li { padding: 0 15px; }
@media print, screen and (min-width: 992px) { .blank_link { display: flex; align-items: center; justify-content: flex-end; }
  .blank_link .box + .box { margin-left: 30px; } }

.copyright { color: #03004c; font-size: 10px; line-height: normal; text-align: center; margin: 30px; padding: 0 15px; }

/* -------------------------------
	main
-------------------------------- */
#wrapper { overflow: hidden; }

/* -------------------------------
	main title
-------------------------------- */
.main_ttl { background-color: #001c58; margin-top: 55px; position: relative; z-index: 0; }
@media print, screen and (min-width: 992px) { .main_ttl { margin-top: 150px; height: calc(260px + 40 * (100vw - 992px) / 208); display: flex; align-items: center; } }
@media print, screen and (min-width: 1200px) { .main_ttl { height: 300px; } }
.main_ttl h2 { color: #fff; font-size: calc(30px + 15 * (100vw - 320px) / 880); line-height: 1; text-align: center; margin: 0; padding: 1em 0; }
.main_ttl h2 small { font-size: calc(13px + 3 * (100vw - 320px) / 880); font-weight: 400; line-height: normal; display: block; margin-top: 1.5em; }
@media print, screen and (min-width: 1200px) { .main_ttl h2 { font-size: 45px; }
  .main_ttl h2 small { font-size: 16px; } }
.main_ttl .bg_img { padding-top: 30%; width: 100%; height: 0; position: relative; overflow: hidden; }
@media print, screen and (min-width: 992px) { .main_ttl .bg_img { position: absolute; right: 0; top: 0; width: 50%; height: 100%; padding: 0; z-index: -1; } }
.main_ttl .bg_img img { max-width: inherit; max-height: inherit; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; position: absolute; left: 0; top: 0; }

/* -------------------------------
	main title
-------------------------------- */
.title01 { color: #fff; padding: 0.35em 1em 0.35em 1.65em; position: relative; background-color: #001c58; }
.title01:before { content: "■"; position: absolute; left: 0.35em; transform: scale(0.5) rotate(45deg); }

.title02 { padding-bottom: .5em; border-bottom: solid 1px #B6B6B6; }

.title03 { padding-left: .5em; border-left: solid 0.2857em #001c58; }

.title-ja-1 { color: #001c58; line-height: 1; text-align: center; }
.title-ja-1 small { font-size: clamp(12px, 2.08333vw, 16px); font-weight: 400; display: block; margin-top: 2em; }

.title-ja-2 { color: #001c58; text-align: center; }
.title-ja-2 .en { font-size: 2em; line-height: 1; display: block; }
.title-ja-2 .txt { font-weight: 400; font-size: 16px; display: block; margin-top: 1em; }

.title-en-1 { color: #001c58; font-size: calc(50px + 50 * (100vw - 375px) / 825); font-size: clamp(50px, 8.3333vw, 100px); line-height: 1; text-align: center; margin-bottom: .3em; }
@media print, screen and (min-width: 1200px) { .title-en-1 { font-size: 100px; } }

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop { position: fixed; right: 20px; bottom: 20px; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
#pagetop.is-active { opacity: 1; visibility: visible; }
@media (max-width: 767px) { #pagetop { right: 0; bottom: 0; }
  #pagetop img { width: 50px; } }

/* -------------------------------
	box
-------------------------------- */
.box-padding-1 { padding-top: clamp(32px, 8.3333vw, 100px); padding-bottom: clamp(32px, 8.3333vw, 100px); }

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap { position: relative; padding-top: 66.666%; /*これが縦横比*/ height: 0; background-color: #f8f8f8; overflow: hidden; z-index: 0; }
.googlemap:before { color: #ccc; font-size: 20px; content: "google map"; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1; }
.googlemap iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
@media print, screen and (min-width: 768px) { .googlemap { padding-top: 560px; } }

/* -------------------------------
	蛍光ペン
-------------------------------- */
.marker_yellow { background-image: linear-gradient(180deg, rgba(254, 239, 68, 0) 0%, rgba(254, 239, 68, 0) 60%, #feef44 60.1%, #feef44 82%, rgba(254, 239, 68, 0) 83%, rgba(254, 239, 68, 0) 100%); display: inline; }

/* -------------------------------
	common
-------------------------------- */
.htmlarea { word-wrap: break-word; overflow-wrap: break-word; overflow: hidden; }

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

.ov_hi { overflow: hidden; }

.clear { clear: both; }

/* スクロールバー */
/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft { display: block; margin: 0 auto; }

@media print, screen and (min-width: 480px) { img.alignright { max-width: 38%; margin-left: 30px; display: inline; }
  img.alignleft { max-width: 38%; margin-right: 30px; display: inline; }
  .alignright { float: right; }
  .alignleft { float: left; } }
@media print, screen and (min-width: 1200px) { /* 画像回り込み */
  img.alignright { max-width: 100%; }
  img.alignleft { max-width: 100%; } }
/* --▼color-- */
.bg-cr-1 { background-color: #EBF7FD; }

/* --▼font 16px -- */
.fs10 { font-size: 0.625rem !important; }

.fs11 { font-size: 0.6875rem !important; }

.fs12 { font-size: 0.75rem !important; }

.fs13 { font-size: 0.8125rem !important; }

.fs14 { font-size: 0.875rem !important; }

.fs15 { font-size: 0.9375rem !important; }

.fs16 { font-size: 1rem !important; }

.fs17 { font-size: 1.0625rem !important; }

.fs18 { font-size: 1.125rem !important; }

.fs19 { font-size: 1.1875rem !important; }

.fs20 { font-size: 1.25rem !important; }

.fs-sm { font-size: 0.875em !important; }

.fs-md { font-size: 1.125em !important; }

.fs-lg { font-size: 1.250em !important; }

.f-feature { font-feature-settings: "palt"; -webkit-font-feature-settings: "palt"; }

.fw4 { font-weight: 400 !important; }

.fw5 { font-weight: 500 !important; }

.fw7 { font-weight: 700 !important; }

.fwn { font-weight: 400 !important; }

.fwb { font-weight: 700 !important; }

/*margin*/
.mb00 { margin-bottom: 0px; }

.mt00 { margin-top: 0px; }

.mb05 { margin-bottom: 5px; }

.mt05 { margin-top: 5px; }

.mb10 { margin-bottom: 10px; }

.mt10 { margin-top: 10px; }

.mb15 { margin-bottom: 15px; }

.mt15 { margin-top: 15px; }

.mb20 { margin-bottom: 20px; }

.mt20 { margin-top: 20px; }

.mb25 { margin-bottom: 25px; }

.mt25 { margin-top: 25px; }

.mb30 { margin-bottom: 30px; }

.mt30 { margin-top: 30px; }

.mb35 { margin-bottom: 35px; }

.mt35 { margin-top: 35px; }

.mb40 { margin-bottom: 40px; }

.mt40 { margin-top: 40px; }

.mb45 { margin-bottom: 45px; }

.mt45 { margin-top: 45px; }

.mb50 { margin-bottom: 50px; }

.mt50 { margin-top: 50px; }

/* space */
.mt-40 { margin-top: clamp(13px, 3.33333vw, 40px); }

.mb-40 { margin-bottom: clamp(13px, 3.33333vw, 40px); }

.mt-50 { margin-top: clamp(16px, 4.16667vw, 50px); }

.mb-50 { margin-bottom: clamp(16px, 4.16667vw, 50px); }

.mt-60 { margin-top: clamp(19px, 5vw, 60px); }

.mb-60 { margin-bottom: clamp(19px, 5vw, 60px); }

.mt-90 { margin-top: clamp(29px, 7.5vw, 90px); }

.mb-90 { margin-bottom: clamp(29px, 7.5vw, 90px); }

.mt-100 { margin-top: clamp(32px, 8.33333vw, 100px); }

.mb-100 { margin-bottom: clamp(32px, 8.33333vw, 100px); }

.mt-120 { margin-top: clamp(38px, 10vw, 120px); }

.mb-120 { margin-bottom: clamp(38px, 10vw, 120px); }

.pt-40 { padding-top: clamp(13px, 3.33333vw, 40px); }

.pb-40 { padding-bottom: clamp(13px, 3.33333vw, 40px); }

.pt-50 { padding-top: clamp(16px, 4.16667vw, 50px); }

.pb-50 { padding-bottom: clamp(16px, 4.16667vw, 50px); }

.pt-60 { padding-top: clamp(19px, 5vw, 60px); }

.pb-60 { padding-bottom: clamp(19px, 5vw, 60px); }

.pt-90 { padding-top: clamp(29px, 7.5vw, 90px); }

.pb-90 { padding-bottom: clamp(29px, 7.5vw, 90px); }

.pt-100 { padding-top: clamp(32px, 8.33333vw, 100px); }

.pb-100 { padding-bottom: clamp(32px, 8.33333vw, 100px); }

.pt-120 { padding-top: clamp(38px, 10vw, 120px); }

.pb-120 { padding-bottom: clamp(38px, 10vw, 120px); }

/* -------------------------------
	シャッター　pattern01
-------------------------------- */
@media screen and (min-width: 768px) { .shutter { overflow: hidden; position: relative; z-index: 0; }
  .shutter > * { opacity: 0; }
  .shutter .shutter__element { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #0da4e9; z-index: -1; transform: scale(0, 1); }
  .shutter .shutter__contents { opacity: 0; height: 100%; }
  .shutter.shutter_lr.is-active > * { opacity: 1; }
  .shutter.shutter_lr.is-active .shutter__element { animation: shutter_lr_1 1s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards; }
  .shutter.shutter_lr.is-active .shutter__contents { opacity: 0; animation: shutter_contents 1.2s ease 0.5s alternate forwards; }
  .shutter.shutter_lr.is-active .shutter__contents img { transform: scale(1.005); }
  .shutter.shutter_rl.is-active .shutter__element { animation: shutter_rl_1 1s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards; }
  .shutter.shutter_rl.is-active .shutter__contents { opacity: 0; animation: shutter_contents 1.2s ease 0.5s alternate forwards; } }
@keyframes shutter_lr_1 { from { transform: scale(0, 1); transform-origin: left top; }
  100% { transform: scale(1, 1); transform-origin: left top; } }
@keyframes shutter_rl_1 { from { transform: scale(0, 1); transform-origin: right top; }
  100% { transform: scale(1, 1); transform-origin: right top; } }
@keyframes shutter_contents { from { opacity: 0; transform: translate3d(0, 0, 0) scale(1.5); }
  40% { opacity: 0.2; }
  90% { opacity: 1; }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } }
/* -------------------------------
	シャッター　pattern02
-------------------------------- */
@media screen and (min-width: 768px) { .shutter2 { position: relative; z-index: 0; }
  .shutter2 .shutter__element { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #1f497d; z-index: 10; transform: scale(0, 1); }
  .shutter2 .shutter__contents { opacity: 0; height: 100%; }
  .shutter2.shutter_lr.is-active .shutter__element { animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards; }
  .shutter2.shutter_lr.is-active .shutter__contents { animation: shutter2_contents 0s ease 0.6s alternate forwards; }
  .shutter2.shutter_rl.is-active .shutter__element { animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards; }
  .shutter2.shutter_rl.is-active .shutter__contents { animation: shutter2_contents 0s ease .6s alternate forwards; } }
@keyframes shutter2_lr_1 { from { transform: scale(0, 1); transform-origin: left top; }
  100% { transform: scale(1, 1); transform-origin: left top; } }
@keyframes shutter2_lr_2 { from { transform: scale(1, 1); transform-origin: right top; }
  100% { transform: scale(0, 1); transform-origin: right top; } }
@keyframes shutter2_rl_1 { from { transform: scale(0, 1); transform-origin: right top; }
  100% { transform: scale(1, 1); transform-origin: right top; } }
@keyframes shutter2_rl_2 { from { transform: scale(1, 1); transform-origin: left top; }
  100% { transform: scale(0, 1); transform-origin: left top; } }
@keyframes shutter2_contents { from { opacity: 0; }
  100% { opacity: 1; } }
/* 印刷用 */
@page { margin: 10mm 4mm 10mm 4mm; }
@media print { body { min-width: 1500px !important; }
  .container { min-width: 1200px !important; }
  .row { overflow: visible !important; }
  #pagetop { opacity: 0; visibility: hidden; }
  .page-break { page-break-inside: avoid; page-break-after: avoid; } }
/* firefox　ハック */
@-moz-document url-prefix() { @page { margin: auto; } }
/* IE11　ハック */
@media print and (-ms-high-contrast: none) { html { -ms-overflow-style: none; /* ie */ }
  body { min-width: 1500px !important; zoom: 0.84; } }

/*# sourceMappingURL=screen.css.map */
