@charset "UTF-8";
/* ------------------------------- font -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@600&display=swap");
.ja, .telphone { font-family: 'Noto Serif JP', serif; font-weight: 700; }

.en { font-family: 'EB Garamond', serif; font-weight: 600; }

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

body { letter-spacing: 0.025em; margin-top: 50px; }
@media print, screen and (min-width: 992px) { body { margin-top: 100px; } }
@media print, screen and (min-width: 1300px) { body { margin-top: 150px; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: 'Noto Serif JP', serif; margin-top: 0; margin-bottom: 1em; }

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

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; }

@media print, screen and (min-width: 1200px) { img { image-rendering: -webkit-optimize-contrast; } }
/* 見出しサイズ 1rem/16px */
h1, .h1 { font-size: 1.6875rem; }

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

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

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

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

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

@media print, screen and (min-width: 768px) { h1, .h1 { font-size: 2rem; }
  h2, .h2 { font-size: 1.6875rem; }
  h3, .h3 { font-size: 1.4375rem; }
  h4, .h4 { font-size: 1.1875rem; }
  h5, .h5 { font-size: 1rem; } }
/* 見出しサイズ 1rem/16px */
@media print, screen and (min-width: 992px) { h1, .h1 { font-size: 2.6875rem; }
  h2, .h2 { font-size: 2.1875rem; }
  h3, .h3 { font-size: 1.8125rem; }
  h4, .h4 { font-size: 1.5rem; }
  h5, .h5 { font-size: 1.1875rem; } }
@media print, screen and (min-width: 1300px) { h1, .h1 { font-size: 3.6875rem; }
  h2, .h2 { font-size: 2.8125rem; }
  h3, .h3 { font-size: 2.25rem; }
  h4, .h4 { font-size: 1.6875rem; }
  h5, .h5 { font-size: 1.3125rem; } }
/* -------------------------------
	row
-------------------------------- */
.row-float { margin-left: -15px; margin-right: -15px; *zoom: 1; }
.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-gallery { margin-left: -1.923vw; margin-right: -1.923vw; }
.row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] { padding-left: 1.923vw; padding-right: 1.923vw; }
@media print, screen and (min-width: 1300px) { .row-gallery { margin-left: -25px; margin-right: -25px; }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] { padding-left: 25px; padding-right: 25px; } }

/* -------------------------------
	bootstrap
-------------------------------- */
@media print, screen and (min-width: 1300px) { .container-fluid-xl { width: 100%; max-width: 1470px; padding-right: 15px; padding-left: 15px; 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 { line-height: 1.5; width: 100%; border-collapse: separate; border-spacing: 0; text-align: left; border-top: 1px solid #CBBEA3; }
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td { padding: 1em; border-bottom: 1px solid #CBBEA3; }
.table-design-1 > 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: inline-block; }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td { width: 100% !important; display: 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-inline-md-slash { list-style: none; padding: 0; }
@media print, screen and (min-width: 768px) { .list-inline-md-slash { letter-spacing: -.4em; }
  .list-inline-md-slash li { letter-spacing: 0.05em; display: inline-block; }
  .list-inline-md-slash li:after { content: "/"; margin: 0 0.5em; }
  .list-inline-md-slash li:last-child:after { content: ""; } }

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

/**/
.list-inline-1 { list-style: none; padding-left: 0; margin-left: -1em; margin-right: -1em; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.list-inline-1 > li { padding-left: 1em; padding-right: 1em; }

.list-in-bk { font-size: 0.9375rem; letter-spacing: -.4em; line-height: 1.5; list-style: none; padding: 0; margin-left: -1em; margin-right: -1em; }
.list-in-bk > li { letter-spacing: 0.025em; display: inline-block; padding: 0 1em 0 2.25em; margin: 0.5em 0; width: 100%; position: relative; z-index: 0; }
.list-in-bk > li:before { content: "■"; position: absolute; left: 1em; -ms-transform: scale(0.75, 0.75); -webkit-transform: scale(0.75, 0.75); transform: scale(0.75, 0.75); color: #f9de8c; }
.list-in-bk > li a:after { font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: .2em; }
.list-in-bk > li a[target="_blank"]:after { content: "\f08e"; font-size: 0.875em; }
@media print, screen and (min-width: 768px) { .list-in-bk > li { width: 50%; } }
@media print, screen and (min-width: 1200px) { .list-in-bk > li { width: 33.3333%; } }

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
.hr_style_1 { border-top: dashed 1px #aa9468; }

.hr_style_2 { border-top: solid 1px #D8CFBB; }

/* -------------------------------
	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 figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 0; opacity: 0; }

/* -------------------------------
	画像関連
-------------------------------- */
/* 画像を枠に収める */
.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; font-family: 'object-fit: scale-down; object-position: 50% 50%;'; 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; font-family: 'object-fit: cover; object-position: 50% 50%;'; }

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

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-lightbox]:after { content: "\f00e"; position: absolute; left: 50%; top: 50%; z-index: 20; color: #222; font-family: 'Font Awesome 6 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-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 i { font-size: 1.5em; left: 10px; }

.btn-icon-r i { font-size: 1.5em; right: 10px; }

.btn-block-center > a { margin-left: auto; margin-right: auto; display: block; max-width: 320px; }

/**/
.btn-1 { color: #fff; background-color: #aa9468; }
.btn-1:hover { color: #917C51; background-color: #f9de8c; }

.btn-2 { color: #fff; background-color: #ccc; }
.btn-2:hover { color: #7C7C7C; background-color: #ccc; }

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header { width: 100%; background-color: #fff; position: fixed; left: 0; top: 0; z-index: 30; }
#header h1 { font-size: 1rem; line-height: normal; padding: 0; margin: 0; }
#header .row-head { display: -ms-flexbox; display: flex; align-items: center; height: 50px; }
#header .row-head .logo { padding-left: 15px; }
#header .row-head .logo h1 img { height: 40px; }
@media print, screen and (min-width: 992px) { #header { padding-left: 2%; }
  #header .row-head { height: 100px; }
  #header .row-head .logo { -webkit-flex: 0 0 27.34375%; flex: 0 0 27.34375%; max-width: 27.34375%; padding-left: 0; }
  #header .row-head .logo h1 img { height: auto; }
  #header .row-head .head_contents { -webkit-flex: 1; flex: 1; max-width: 100%; } }
@media print, screen and (min-width: 1300px) { #header .row-head { height: 150px; } }
@media print { #header { position: absolute; } }

/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: flex-end; justify-content: flex-end; }

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

/**/
.list-gnav { font-size: 12px; list-style: none; padding: 0; margin: 0; display: -ms-flexbox; display: flex; }
@media print, screen and (min-width: 1300px) { .list-gnav { font-size: 16px; } }
.list-gnav ul { list-style: none; padding: 0; margin: 0; }
.list-gnav a { text-decoration: none; }
.list-gnav > li + li { padding-left: calc(2em + 11px); position: relative; z-index: 0; }
.list-gnav > li + li:before { content: ""; position: absolute; left: 0; top: 0; width: calc(2em + 11px); height: 100%; background: url("../images/common/nsv_line.png") no-repeat center center; }
.list-gnav > li > a { color: #3b3b3b; line-height: 2; display: block; position: relative; }
.list-gnav > li > a:after { content: ''; position: absolute; bottom: -15px; left: 50%; width: 10px; height: 10px; border-radius: 50%; margin-left: -5px; background-color: #aa9468; visibility: hidden; -ms-transform: scale(0, 0); -webkit-transform: scale(0, 0); transform: scale(0, 0); -webkit-transition: -webkit-transform 0.3s ease, visibility 0.3s ease; transition: transform 0.3s ease, visibility 0.3s ease; }
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); visibility: visible; }

/**/
.gnav_contact { width: 100px; height: 100px; margin-left: 2vw; }
@media print, screen and (min-width: 1300px) { .gnav_contact { width: 150px; height: 150px; } }
.gnav_contact > a { color: #fff; font-size: 12px; line-height: normal; text-align: center; text-decoration: none; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; width: 100%; height: 100%; border-radius: 0 0 0 20px; background-color: #aa9468; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; }
.gnav_contact > a .in { display: block; width: 100%; }
.gnav_contact > a .in i { font-size: 3em; display: block; margin: 0 auto; }
@media print, screen and (min-width: 1300px) { .gnav_contact > a { font-size: 18px; } }
.gnav_contact.active > a, .gnav_contact > a:hover { color: #917C51; background-color: #f9de8c; }

/**/
@media (min-width: 1200px) { .row-head, .gnav_contact { -webkit-transition: height 0.3s ease; transition: height 0.3s ease; }
  .fixed-nav #header .row-head { height: 100px; }
  .fixed-nav #gNavi .gnav_contact { height: 100px; } }
/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar { position: fixed; top: 50px; bottom: 0; left: -260px; width: 260px; text-align: left; background-color: #F5F3EE; transition: transform 0.5s ease; overflow-y: auto; z-index: 9900; }
#sidebar ul { list-style: none; padding: 0; margin: 0; }
#sidebar a { text-decoration: none; }
#sidebar .list-sidenav { width: 100%; }
#sidebar .list-sidenav > li { text-align: left; border-bottom: solid 1px #FAF9F6; }
#sidebar .list-sidenav > li:last-child { border-bottom: solid 1px #DCD5C4; }
#sidebar .list-sidenav > li + li { border-top: solid 1px #DCD5C4; }
#sidebar .list-sidenav > li > a { color: #3b3b3b; line-height: 1.5; display: block; padding: 0.75em 2em 0.75em 1em; position: relative; }
#sidebar .list-sidenav > li > a:after { content: ""; position: absolute; right: 1em; top: 50%; width: 10px; height: 10px; border-radius: 50%; margin-top: -5px; background-color: #aa9468; visibility: hidden; -ms-transform: scale(0, 0); -webkit-transform: scale(0, 0); transform: scale(0, 0); -webkit-transition: visibility 0.3s ease, -webkit-transform 0.3s ease; transition: visibility 0.3s ease, transform 0.3s ease; }
#sidebar .list-sidenav > li.active > a:after, #sidebar .list-sidenav > li > a:hover:after { visibility: visible; -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); }

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

/*  下層メニュー */
#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); }

/* スマホ時動き */
.side-open #sidebar { transform: translate3d(100%, 0, 0); }

/* -------------------------------
	半透明
-------------------------------- */
.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: 0; width: 50px; height: 50px; transform: translate3d(0, 0, 0); transition: all 0.5s ease; z-index: 9999; }
@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: -11px; 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: 5px; width: 100%; color: #000; font-size: 10px; line-height: 1.2; letter-spacing: normal; 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 { page-break-inside: avoid; }

.footer_contents { padding: 6.5vw 0; }
@media print, screen and (min-width: 768px) { .footer_contents { padding: 50px 0; } }
.footer_contents h2 { text-align: center; }
.footer_contents hr { margin: 20px 0; }

.foot_tel { padding-top: 15px; }
.foot_tel > ul { font-size: 30px; line-height: normal; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; list-style: none; padding: 0; margin: 0 -.5em; }
@media print, screen and (min-width: 992px) { .foot_tel > ul { -webkit-justify-content: flex-start; justify-content: flex-start; } }
@media screen and (max-width: 1299px) { .foot_tel > ul { font-size: calc(20px + 10 * (100vw - 320px) / 980); } }
.foot_tel > ul > li { padding: 0 1em 10px; }
.foot_tel > ul > li i { color: #aa9468; }

/**/
.foot_add { font-size: 0.875rem; line-height: 1.5; }
.foot_add > ul { text-align: center; list-style: none; padding: 0; margin: 0; }
@media print, screen and (min-width: 992px) { .foot_add > ul { text-align: left; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .foot_add > ul > li { padding: 0 1em; border-right: solid 1px #aa9468; }
  .foot_add > ul > li:first-child { border-left: solid 1px #aa9468; } }

/**/
.foot_nav { font-size: 0.875rem; line-height: 1.5; margin-top: 20px; padding-top: 20px; border-top: dashed 1px #aa9468; }
.foot_nav > ul { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style: none; padding: 0; }
.foot_nav > ul > li { padding: 0 1em; }
.foot_nav > ul > li:before { content: "-"; }
.foot_nav > ul > li a { color: #3b3b3b; text-decoration: none; }
.foot_nav > ul > li a:hover { text-decoration: underline; }
@media (max-width: 767px) { .foot_nav { display: none; } }

/**/
.copyright { color: #fff; font-size: 0.75rem; text-align: center; padding: 8px 15px; background-color: #aa9468; }

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

/* -------------------------------
	main title
-------------------------------- */
.main_ttl { height: 240px; display: -ms-flexbox; display: flex; align-items: center; position: relative; z-index: 0; }
@media print, screen and (min-width: 768px) { .main_ttl:before { content: ""; position: absolute; right: 5%; top: 40%; bottom: 5%; z-index: -1; width: 15%; background: url("../images/common/tori02.png") no-repeat center bottom/contain; } }
.main_ttl h2 { line-height: 1.3333; text-align: center; margin: 0; }
.main_ttl h2 .in { padding: .5em 1em; border-top: solid 1px #3b3b3b; border-bottom: solid 1px #3b3b3b; display: inline-block; position: relative; }
@media screen and (max-width: 1299px) { .main_ttl { height: calc(120px + 120 * (100vw - 320px) / 880); } }

/* -------------------------------
	main title
-------------------------------- */
.title01 { padding-bottom: 0.25em; border-bottom: solid 1px #BFB8AE; }

.title-style-1 { line-height: 1.33334; letter-spacing: 0.05em; padding-top: 0.94444em; margin-bottom: 1.13889em; }
.title-style-1 .in { display: inline-block; position: relative; z-index: 0; }
.title-style-1 .in:before { content: ""; position: absolute; left: -1.1em; top: -0.8em; z-index: -1; width: 1.972222em; height: 1.63889em; background: url("../images/common/icon01.svg") no-repeat center center/contain; }

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop { position: fixed; right: 20px; bottom: 20px; display: none; }
#pagetop.in-open { display: block; }
@media (max-width: 767px) { #pagetop { right: 0; bottom: 0; }
  #pagetop img { width: 40px; } }

/* -------------------------------
	パンくず
-------------------------------- */
.breadcrumb_wrap { padding: 6px 0; background-color: #fff8ef; }
.breadcrumb_wrap .panlist { font-size: 12px; line-height: 1.333; letter-spacing: -.4em; list-style: none; padding: 0; margin: 0; }
.breadcrumb_wrap .panlist > li { letter-spacing: 0.05em; display: inline-block; vertical-align: top; }
.breadcrumb_wrap .panlist > li > a { text-decoration: none; }
.breadcrumb_wrap .panlist > li.active > a { color: #666; text-decoration: none; pointer-events: none; }
.breadcrumb_wrap .panlist > li + li:before { content: "/"; letter-spacing: normal; display: inline-block; padding: 0 0.5em; }

/* -------------------------------
	box
-------------------------------- */
.box-padding-1 { padding-top: 6.153846vw; padding-bottom: 6.153846vw; }

@media print, screen and (min-width: 992px) { .box-padding-1 { padding-top: 80px; padding-bottom: 80px; } }
/* -------------------------------
	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; } }

/* -------------------------------
	横幅　計算
-------------------------------- */
@media screen and (min-width: 768px) { .box-full-md-left { margin-left: calc((-100vw + 690px + 0px) / 2); }
  .box-full-md-right { margin-right: calc((-100vw + 690px + 0px) / 2); } }
@media screen and (min-width: 992px) { .box-full-md-left, .box-full-lg-left { margin-left: calc((-100vw + 930px + 0px) / 2); }
  .box-full-md-right, .box-full-lg-right { margin-right: calc((-100vw + 930px + 0px) / 2); } }
@media screen and (min-width: 1200px) { .box-full-md-left, .box-full-lg-left, .box-full-xl-left { margin-left: calc((-100vw + 1110px + 0px) / 2); }
  .box-full-md-right, .box-full-lg-right, .box-full-xl-right { margin-right: calc((-100vw + 1110px + 0px) / 2); } }
@media print { .box-full-md-left, .box-full-lg-left, .box-full-xl-left { margin-left: -340px; }
  .box-full-md-right, .box-full-lg-right, .box-full-xl-right { margin-right: -340px; } }
/* -------------------------------
	common
-------------------------------- */
.htmlarea { word-wrap: break-word; overflow-wrap: break-word; overflow: hidden; }

.clearfix { *zoom: 1; }
.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: 1300px) { /* 画像回り込み */
  img.alignright { max-width: 100%; }
  img.alignleft { max-width: 100%; } }
/* --▼color-- */
.bg-cr-1 { background-color: #f8f2e7 !important; }

/* --▼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; }

/* --▼text-- */
/* --▼padding-- */
/* --▼margin-- */
/*bottom*/
.mb00 { margin-bottom: 0 !important; }

.mb05 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb25 { margin-bottom: 25px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb35 { margin-bottom: 35px !important; }

.mb40 { margin-bottom: 40px !important; }

/* */
.mt-40 { margin-top: 3.07692vw; }

.mb-40 { margin-bottom: 3.07692vw; }

.mt-50 { margin-top: 3.84615vw; }

.mb-50 { margin-bottom: 3.84615vw; }

.mt-60 { margin-top: 4.61538vw; }

.mb-60 { margin-bottom: 4.61538vw; }

.mt-80 { margin-top: 6.15385vw; }

.mb-80 { margin-bottom: 6.15385vw; }

.mt-100 { margin-top: 7.69231vw; }

.mb-100 { margin-bottom: 7.69231vw; }

.pt-40 { padding-top: 3.07692vw; }

.pb-40 { padding-bottom: 3.07692vw; }

.pt-50 { padding-top: 3.84615vw; }

.pb-50 { padding-bottom: 3.84615vw; }

.pt-60 { padding-top: 4.61538vw; }

.pb-60 { padding-bottom: 4.61538vw; }

.pt-80 { padding-top: 6.15385vw; }

.pb-80 { padding-bottom: 6.15385vw; }

.pt-100 { padding-top: 7.69231vw; }

.pb-100 { padding-bottom: 7.69231vw; }

@media print, screen and (min-width: 1300px) { .mt-40 { margin-top: 40px; }
  .mb-40 { margin-bottom: 40px; }
  .mt-50 { margin-top: 50px; }
  .mb-50 { margin-bottom: 50px; }
  .mt-60 { margin-top: 60px; }
  .mb-60 { margin-bottom: 60px; }
  .mt-80 { margin-top: 80px; }
  .mb-80 { margin-bottom: 80px; }
  .mt-100 { margin-top: 100px; }
  .mb-100 { margin-bottom: 100px; } }
@media print, screen and (min-width: 1300px) { .pt-40 { padding-top: 40px; }
  .pb-40 { padding-bottom: 40px; }
  .pt-50 { padding-top: 50px; }
  .pb-50 { padding-bottom: 50px; }
  .pt-60 { padding-top: 60px; }
  .pb-60 { padding-bottom: 60px; }
  .pt-80 { padding-top: 80px; }
  .pb-80 { padding-bottom: 80px; }
  .pt-100 { padding-top: 100px; }
  .pb-100 { padding-bottom: 100px; } }
/* -------------------------------
	シャッター　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; -ms-transform: scale(0, 1); -webkit-transform: scale(0, 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 { -webkit-animation: shutter_lr_1 1s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards; 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; -webkit-animation: shutter_contents 1.2s ease 0.5s alternate forwards; animation: shutter_contents 1.2s ease 0.5s alternate forwards; }
  .shutter.shutter_lr.is-active .shutter__contents img { -ms-transform: scale(1.005, 1.005); -webkit-transform: scale(1.005, 1.005); transform: scale(1.005, 1.005); }
  .shutter.shutter_rl.is-active .shutter__element { -webkit-animation: shutter_rl_1 1s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards; 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; -webkit-animation: shutter_contents 1.2s ease 0.5s alternate forwards; animation: shutter_contents 1.2s ease 0.5s alternate forwards; } }
@keyframes shutter_lr_1 { from { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; }
  100% { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; } }
@keyframes shutter_rl_1 { from { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; }
  100% { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; } }
@keyframes shutter_contents { from { opacity: 0; -ms-transform: translate3d(0, 0, 0) scale(1.5); -webkit-transform: translate3d(0, 0, 0) scale(1.5); transform: translate3d(0, 0, 0) scale(1.5); }
  40% { opacity: 0.2; }
  90% { opacity: 1; }
  100% { opacity: 1; -ms-transform: translate3d(0, 0, 0) scale(1); -webkit-transform: translate3d(0, 0, 0) scale(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; -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); }
  .shutter2 .shutter__contents { opacity: 0; height: 100%; }
  .shutter2.shutter_lr.is-active .shutter__element { -webkit-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; 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 { -webkit-animation: shutter2_contents 0s ease 0.6s alternate forwards; animation: shutter2_contents 0s ease 0.6s alternate forwards; }
  .shutter2.shutter_rl.is-active .shutter__element { -webkit-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; 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 { -webkit-animation: shutter2_contents 0s ease 0.6s alternate forwards; animation: shutter2_contents 0s ease 0.6s alternate forwards; } }
@keyframes shutter2_lr_1 { from { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; }
  100% { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; } }
@keyframes shutter2_lr_2 { from { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; }
  100% { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; } }
@keyframes shutter2_rl_1 { from { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; }
  100% { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; } }
@keyframes shutter2_rl_2 { from { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; }
  100% { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; 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 */
