/* ============================================================================================================================
汎用
============================================================================================================================ */

/* カラーパレット */
:root {
--bg:#fff8f8;
--bk:#1c1c1c;
--gr-1:#bfdfa5;
--gr-2:#036879;
--gray:#c9cdce;
--ye:#fffcb6;
--red:#a53b3b;
--pi-1:#ffc6cb;
--pi-2:#ff8e96;
--pi-3:#f2beb9;
--pi-4:#ee3e49;
--wh:#fff;
}

/* 背景色 */
html { background-color:var(--bg); }

/* 文字 */
html, h1, h2, h3, h4, h5, h6, button, input, tr, td, dt, dd, p, li, address {
color:var(--bk);
font-family:"Noto Sans JP", sans-serif;
font-optical-sizing:auto;

}

/* バックグラウンド設定（くそめんどいのでまとめる） */
.back-config, .back-config::before, .back-config::after { background-position:center; background-size:contain; background-repeat:no-repeat; background-origin:border-box; }
.back-config::before, .back-config::after { content:''; display:inline-block; }

/* テキスト */
main dt, main dd, main li, main p, main input, main button { font-size:16px; font-weight:400; line-height:30px; letter-spacing:0.8px; }

/* テキストカラー */
.tx-gr { color:var(--gr-2); }

/* ページャー */
#pagenation:after{content:".";display:block;clear:both;height:0;visibility:hidden;}#pagenation #pagenation-list li{float:left;background:none;list-style:none;padding:0;margin:0 5px 5px 0;}#pagenation #pagenation-list li:last-child{margin-left:0;}#pagenation #pagenation-list a,#pagenation #pagenation-list span{background:none;display:block;margin:0;padding:2px 10px;font-size:14px;line-height:1.5;text-align:center;}#pagenation #pagenation-list .current{background:#F6EFCC;color:#888888;}#pagenation #pagenation-list .omit{padding:2px;color:#777777;}#pagenation #pagenation-list li a{background:#E26E6E;color:#FFEDED;text-decoration:none;}#pagenation #pagenation-list a:hover{background:#DB4848;color:#FFFFFF;text-decoration:none;}

@media( min-width:960px ) {

/* テキスト */
main dt, main dd, main li, main p, main input, main button { font-size:18px; line-height:36px; letter-spacing:1.8px; }

}


/* ============================================================================================================================
汎用ファーストビュー
============================================================================================================================ */

/* ベース */
.page div.fv { margin-bottom:44px; }

/* 見出し */
.page div.fv h2.page-title { font-size:30px; font-weight:700; letter-spacing:15px; margin-bottom:17px; }

/* 装飾 */
.deco-line-1, .deco-line-2 { border:none; }
.deco-line-1 { border-bottom:6px solid var(--pi-2); margin-bottom:7px; }
.deco-line-2 { border-top:3px solid var(--pi-2); }

@container( min-width:960px ) {

/* ベース */
.page div.fv { margin-bottom:111px; }

/* 見出し */
.page div.fv h2.page-title { font-size:38px; letter-spacing:19px; margin-bottom:45px; }

}

/* ============================================================================================================================
固定ボタン
============================================================================================================================ */

/* ベース */
ul.fixed-button { position:fixed; bottom:0; width:100%; z-index:98; }
ul.fixed-button li { font-size:19px; font-weight:700; line-height:15px; letter-spacing:3.8px; text-align:center; width:50%; }
ul.fixed-button li a { align-items:center; background-color:var(--gr-1); color:var(--gr-2); border-radius:30px; justify-content:center; height:50px; }
ul.fixed-button li:nth-child(1) a::before { aspect-ratio:18/22; background-image:url('../img/fixed-icon.png'); vertical-align:middle; margin-right:10px; height:22px; width:18px; }

@container( min-width:960px ) {

/* ベース */
ul.fixed-button { flex-direction:column; gap:24px; top:146px; right:0; bottom:auto; width:auto; }
ul.fixed-button li { writing-mode:vertical-lr; }
ul.fixed-button li a { border:1px solid var(--gr-2); box-shadow:2px 2px 3px var(--bk); border-radius:20px 0 0 20px; height:200px; width:50px; }
ul.fixed-button li:nth-child(1) a::before { margin:10px auto; }

}

/* ============================================================================================================================
装飾
============================================================================================================================ */

/* 装飾 */
.page-deco { overflow:hidden; position:absolute; top:0; left:0; pointer-events:none; height:100vh; width:100vw; z-index:-1; }
.page-deco::before { background-color:var(--pi-1); border-radius:50%; position:absolute; top:47px; left:164px; height:619px; width:619px; z-index:-1; }

@media( min-width:960px ) {

/* 装飾 */
.page-deco::before { top:36px; left:-404px; height:621px; width:621px; }

}

/* ============================================================================================================================
ヘッダ
============================================================================================================================ */

/* 見出し */
div.header-content h1 { padding-left:15px; margin-top:47px; margin-bottom:49px; }
div.header-content h1 img { aspect-ratio:288/109; height:auto; max-width:288px; width:288px; }

@container( min-width:960px ) {

/* 見出し */
div.header-content h1 { padding-left:0; margin-top:0; margin-bottom:0; }
div.header-content h1 img { aspect-ratio:488/33; max-width:488px; width:488px; }

/* 配置 */
div.header-content { align-items:center; grid-template-columns:124px 1fr; margin:auto; margin-top:40px; margin-inline:auto; max-width:1080px; width:100%; }
div.header-icon { aspect-ratio:124/114; background-image:url('../img/header-title-icon-pc.png'); height:114px; width:124px; }
div.header-main { align-items:flex-start; flex-direction:column; gap:15px; padding-left:15px; }

}

/* ============================================================================================================================
ナビゲーション
============================================================================================================================ */

/* ハンバーガーメニュー */
.menu-btn { background-color:var(--bk); border-radius:50%; cursor:pointer; display:inline-block; height:48px; width:48px; position:fixed; top:57px; right:4px; z-index:100; }
.btn-line, .btn-line::before, .btn-line::after { background-color:var(--wh); border-radius:4px; content:''; display:inline-block; transition:.3s; position:absolute; left:50%; height:4px; width:26px; }
.btn-line { transform:translate(-50%, -50%); top:50%; }
.btn-line::before { transform:translate(-50%,10px); }
.btn-line::after { transform:translate(-50%,-10px); }

/* 動かすわよ */
#on-nav:checked ~ .menu-btn .btn-line { background-color:transparent; transition:.3s; }
#on-nav:checked ~ .menu-btn .btn-line::before { transform:translate(-50%,0) rotate(45deg); transition:.3s; }
#on-nav:checked ~ .menu-btn .btn-line::after { transform:translate(-50%,0) rotate(-45deg); transition:.3s; }

/* ナビゲーション */
ul.menu-list { align-items:flex-start; background-color:var(--pi-2); flex-direction:column; gap:10px; justify-content:flex-start; padding:50px 25px; transition:.3s; position:fixed; top:0; right:-80vw; height:100vh; width:80vw; z-index:99; }
ul.menu-list li { font-size:18px; font-weight:600; letter-spacing:0; text-align:left; padding:0 4px; position:relative; z-index:1; }
ul.menu-list li:not(:last-child)::after { display:none; }

/* 動かすわよ */
#on-nav:checked ~ ul.menu-list { transition:.3s; right:0; }


@media( min-width:960px ) { 

/* ハンバーガーメニューは消す */
.menu-btn { display:none; }

/* ナビゲーション */
ul.menu-list { align-items:center; background-color:transparent; flex-direction:row; gap:0; justify-content:center; visibility:visible; padding:0; position:static; height:100%; width:100%; }
ul.menu-list li { font-size:16px; font-weight:500; }
ul.menu-list li:not(:last-child)::after { aspect-ratio:21/15; background-image:url('../img/menu-nav-icon.png'); display:inline-block; margin-left:4px; vertical-align:middle; height:15px; width:21px; }

/* スクロールでメニュー固定 */
nav.main-nav ul.menu-list { transition:0s; }
nav.main-nav.is-fixed ul.menu-list { background-color:rgba(255,255,255,0.7); border-radius:20px; transform:translateX(-50%); transition:0s; padding:10px 20px; position:fixed; top:50px; left:50%; height:auto; max-width:1000px; z-index:1000; }

}

/* ============================================================================================================================
よく使うボタン
============================================================================================================================ */

/* もっと見るボタン */
.btn-more { aspect-ratio:227/35; align-items:center; background-color:var(--wh); border:1px solid var(--bk); color:var(--bk); display:flex; font-size:14px; font-weight:500; text-align:center; justify-content:center; letter-spacing:2.38px; margin:auto; height:35px; max-width:227px; width:227px; }

@container( min-width:960px ) {

/* もっと見るボタン */
.btn-more { aspect-ratio:423/56; font-size:18px; letter-spacing:3.06px; height:56px; max-width:423px; width:423px; }

}

/* ============================================================================================================================
フッター
============================================================================================================================ */

/* ベース */
footer { background-color:var(--gr-1); }

/* 見出し */
section.footer-top-block h3 { font-size:23px; font-weight:700; margin-bottom:24px; }

/* 配置 */
div.footer-content { flex-direction:column; padding:70px 28px 170px 28px; }

/* 上部コンテンツ */
section.footer-top-block { flex-direction:column; gap:22px; margin-bottom:22px; }

/* 上部コンテンツテキスト */
section.footer-top-block address { font-size:16px; font-weight:700; margin-bottom:10px; }
section.footer-top-block p { font-size:16px; font-weight:700; margin-bottom:10px; }
section.footer-top-block p.button { align-items:center; display:flex; justify-content:flex-start; }
section.footer-top-block p.flex { align-items:center; gap:8px; }

/* 地図 */
div.footer-content .footer-map, div.footer-content .footer-map iframe { height:100%; max-width:351px; width:100%; }
div.footer-content .footer-map { aspect-ratio:351/227; }

/* 下部ナビゲーション */
nav.footer-bottom-block, ul.list-column, ul.list-column li > ul { flex-direction:column; gap:30px; }
ul.list-column { max-width:80%; }
ul.list-column li { font-size:13px; font-weight:700; }
ul.list-column li > ul { display:flex; gap:6px; }
ul.list-column li > ul li { font-size:11px; padding:0 20px; }
ul.list-column li a { background-color:rgba(255, 142, 150, 0.50); display:block; padding:5px 10px; margin-bottom:6px; }
ul.list-column li > ul li a { background-color:transparent; padding:0; margin-bottom:0; }

/* コピーライト */
p.copy { font-size:13px; font-weight:400; margin-top:43.34px; }

@media(min-width:960px) {

/* 配置 */
div.footer-content { padding:100px 0 40px 0; margin:auto; max-width:1000px; width:100%; }

/* 上部コンテンツ */
section.footer-top-block { flex-direction:row; gap:70px; justify-content:space-between; margin-bottom:50px; }
div.footer-text { width:calc(100% - 596px); }

/* 地図 */
div.footer-content .footer-map, div.footer-content .footer-map iframe { height:100%; max-width:526px; }
div.footer-content .footer-map { aspect-ratio:526/403; }

/* 下部ナビゲーション */
nav.footer-bottom-block { flex-direction:row; }
ul.list-column { flex:1; max-width:auto; }

/* コピーライト */
p.copy { font-size:10px; font-weight:500; text-align:center; margin-top:67px; }

}
























































































