@charset "utf-8";
/* =======================================================================================



RESET



======================================================================================= */
html, body { margin: 0 auto; padding: 0; font-family: sans-serif; line-height: 1.6; word-wrap: break-word; overflow-wrap: break-word; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a { -webkit-text-decoration-skip: objects; }
a:hover { -webkit-tap-highlight-color: rgba(0,0,0,0); }
a:hover img { text-decoration: none; }
a:focus, *:focus { outline: none; }
a:active, a:hover { outline-width: 0; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
address, dfn { font-style: normal; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
a, article, aside, b, body, caption, dd, div, dl, dt, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, hr, html, img, label, li, main, nav, ol, p, section, sub, sup, table, td, th, ul { position: relative; }
a, address, article, aside, b, button, dd, details, dl, dt, fieldset, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, input, legend, li, main, nav, optgroup, p, section, select, summary, textarea, [type="checkbox"], [type="radio"] { margin: 0; padding: 0; }
b { font-weight: inherit; }
button, h1, h2, h3, h4, h5, h6, input, legend, optgroup, select, textarea { font-size: inherit; font-weight: inherit; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button, input { overflow: visible; cursor: pointer; }
button, select { text-transform: none; }
fieldset { border: none; }
hr { overflow: visible; height: 0; box-sizing: content-box; }
img { max-width: 100%; height: auto; border-style: none; background: transparent; vertical-align: bottom; -webkit-backface-visibility: hidden; -ms-interpolation-mode: bicubic; backface-visibility: hidden; }
input[disabled], select[disabled] { cursor: not-allowed; }
mark { background: transparent; color: inherit; }
ol, ul { margin: 0; }
progress { vertical-align: baseline; }
q:before { margin-left: -1.3em; padding-right: .3em; }
sub, sup { line-height: 0; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
svg:not(:root) { overflow: hidden; }
textarea { overflow: auto; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-input-placeholder { color: inherit; opacity: .54; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
/* =======================================================================================



REDEFINITION

黒
231815
黄色
fcd006
赤
cf111b
緑
076f30



======================================================================================= */
html, body, input, select, select *, textarea, *:before, *:after { font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, FontAwesome, sans-serif; }

body.ie, .ie input, .ie select, .ie select *, .ie textarea, .ie *:before, .ie *:after, body.edge, .edge input, .edge select, .edge select *, .edge textarea, .edge *:before, .edge *:after, body.win7, .win7 input, .win7 select, .win7 select *, .win7 textarea, .win7 *:before, .win7 *:after { font-family: FontAwesome, 'Segoe UI', meiryo, 'MS PGothic', sans-serif; }

html, body { background: #fff; color: #231815; font-size: 16px; }
*::placeholder { font-size: 16px;/* ieだと判別できないため、単独で設定 */}
.mbl input { font-size: 16px; }

a { color: #0001b0; }
a:hover { text-decoration: none; }

b { display: inline-block; }

strong { font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica', YuGothic, 'Yu Gothic', 'Segoe UI', Verdana, Meiryo, FontAwesome, sans-serif; }
/* =======================================================================================



FORM



======================================================================================= */
input[type="text"], input[type="search"], input[type="radio"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[type="password"], input[type="checkbox"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], select, textarea { border: 1px solid #aaa; 
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07) inset;
        box-shadow: 0 1px 2px rgba(0,0,0,.07) inset;
-webkit-transition: border-color .4s ease-in-out;
        transition: border-color .4s ease-in-out;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="radio"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input[type="password"]:focus, input[type="checkbox"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, select:focus, textarea:focus { border-color: #666;
-webkit-box-shadow: 0 0 3px #ccc;
        box-shadow: 0 0 3px #ccc;
}
input[readonly="readonly"] { background-color: #eee; color: #eee; cursor: not-allowed; }
input[type="radio"] { border: none; -webkit-box-shadow: none; box-shadow: none; }
input, select, textarea { padding: 8px; }
textarea { display: block; }
input[type="checkbox"],
input[type="radio"], input[type="radio"]:focus { margin: -.2em .5em 0; vertical-align: middle; }
input[type="checkbox"] { vertical-align: text-top; }
label input[type="checkbox"] { vertical-align: middle; }
label.btn input[type="checkbox"] { vertical-align: text-bottom; }
input[type="radio"], input[type="radio"]:focus, input[type="checkbox"], input[type="checkbox"]:focus {
-webkit-box-shadow: none;
        box-shadow: none;
}
label { vertical-align: middle; cursor: pointer; }
/* =======================================================================================



LOADING



======================================================================================= */
#lod { display: none !important; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,.9); text-align: center; }
#lod b { display: block; font-style: italic; }
#lod i,
#lod i:after { border-radius: 50%; width: 4em; height: 4em; }
#lod i { display: block; margin: 10% auto 1em; font-style: normal; font-size: 12px;
     border-top: .5em solid rgba(55,55,55,.2);
   border-right: .5em solid rgba(55,55,55,.2);
  border-bottom: .5em solid rgba(55,55,55,.2);
    border-left: .5em solid #181818;
-webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
        transform: translateZ(0);
-webkit-animation: lod 1.1s infinite linear;
        animation: lod 1.1s infinite linear;
}
@-webkit-keyframes lod {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lod {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* =======================================================================================



Z-INDEX



======================================================================================= */
#lod { z-index: 81; }
#qik { z-index: 80; }

#mnu { z-index: 73; }
#lgo { z-index: 72; }
#sup,
#hdx { z-index: 71; }
#hdr { z-index: 70; }

#ovl { z-index: 61; }
#btt { z-index: 60; }

#art,
#asd { z-index: 45; }
#ftr { z-index: 44; }
#man { z-index: 43; }
#udl { z-index: 42; }
#wpr { z-index: 41; }
#fst { z-index: 40; }
@media screen and (min-width: 720px) {
#lgo { z-index: 74; }
}
/* =======================================================================================



LAYOUT



======================================================================================= */
#hdr,
#man,
#ftr { clear: both; width: 100%; margin: 0 auto; }
/* =======================================================================================



DEFAULT



======================================================================================= */
/* jQuery用 */
#ttl { display: inline-block; padding-left: 2px; font-size: 10px; /* jQueryで使用 ドキュメントタイトル<title>を設定する際に使う */ }

#ttl { /* トップページ用 */color: #fff; }

.jqr_phn { /* jQueryで使用 電話番号 スマホの場合aとtelリンク付与 例：<span class="jqr_phn">012-3456-7890</span> */ }
.jqr_phn_img { /* jQueryで使用 電話番号 スマホの場合aとtelリンク付与 例：<span class="jqr_phn_img"><img src="/assets/img/tel.png" title="012-3456-7890" alt=""></span> */ }
.jqr_prv { /* jQueryで使用 戻るボタン(history.back)処理 例：<a href="/" class="jqr_prv">戻る</a> */ }
.jqr_aln_par { /* jQueryで使用 高さを揃える親要素 */ }
.jqr_aln_chi { /* jQueryで使用 高さを揃える子要素 */ }
.jqr_hrf { /* jQueryで使用 a hrefを持つ子要素を持つ親もリンクに対応 例：<div class="jqr_hrf"><p></p><a href=""></a></div> */ }
.jqr_hrf_mlt { /* jQueryで使用 上記の複数ある場合にまとめて指定する場合 例：<ul class="jqr_hrf_mlt"><li><a href=""></a></li><li><a href=""></a></li></ul> */ }

/* 文字色指定 */
.atn,
.err { color: #cf111b; }

/* ボタン */
.btn_box { clear: both; margin: 0 auto; padding: .5rem 0 .25rem; text-align: center; }
.btn_box li { display: table-cell; }
[class^="btn_gp"] { list-style: none; display: table; width: 100%; margin: auto; padding: 0; text-align: center; }
.btn_gp1 li { width: 100%; }
.btn_gp2 li { width: 49%; }
.btn_gp2 li:first-child { padding-right: 1%; }
.btn_gp2 li:first-child + li { padding-left: 1%; }
.btn_gp3 li { width: 33.333333%; }
[class*="_btn"] { display: inline-block; margin: auto; padding: 1em; border-radius: 3px; border: none; line-height: 1; text-align: center; text-decoration: none; cursor: pointer;
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}
[class*="_btn"] .fa { padding-right: 4px; }
/* テーマカラーボタン */
.ent_btn { border: 1px solid #fdd118; padding-right: 40px; padding-left: 40px; background-color: #fdd118; color: #011802; text-shadow: 0 -1px 0 #ffec9d; }
.ent_btn:hover { background-color: #ffeb98; }
/* 送信ボタン */
.sbm_btn { border: 1px solid #231815; padding-right: 2em; padding-left: 2em; background-color: #231815; color: #fff; text-shadow: 0 -1px 0 #848484; }
.sbm_btn:hover { background-color: #504b34; text-shadow: none; }
/* 通常ボタン */
.nml_btn { border: 1px solid silver; background-color: gainsboro; color: midnightblue; text-shadow: rgba(255,255,255,.5) 0 -1px 0; }
.nml_btn:hover { background-color: silver; text-shadow: none; } 
/* PDFボタン */
.pdf_btn { border: 1px solid #dad4bd; background-color: #dad4bd; color: #011802; text-shadow: 0 -1px 0 #ece7d3; }
.pdf_btn:hover { background-color: #ece8d7; text-shadow: none; }


/* 簡易ドロップダウンメニュー パターン1 */
.drp_par  { cursor: default; }
[class^="drp_chi"],
[class^="drp_chi"] a,
[class^="drp_chi"] label {
-webkit-transition: all .1s ease-out;
        transition: all .1s ease-out;
}
.drp_chi_pt1 { opacity: 0; visibility: hidden; position: absolute; }
.drp_chi_pt1 ul,
.drp_chi_pt1 ol { padding: 1rem 1rem 1rem 2rem; }
.drp_par:hover .drp_chi_pt1 { opacity: 1; visibility: visible; background-color: ghostwhite; box-shadow: 0 2px 4px rgba(0,0,0,.4); }
.drp_chi_pt1 li a,
.drp_chi_pt1 li label { display: block; }
.drp_chi_pt1 li a:hover,
.drp_chi_pt1 li label:hover { background-color: gainsboro; }

@media screen and (min-width: 720px) {
/* 簡易ドロップダウンメニュー パターン2 レスポンシブ */
.drp_chi_pt2 { opacity: 0; visibility: hidden; position: absolute; }
.drp_chi_pt2 ul,
.drp_chi_pt2 ol { padding: 1rem 1rem 1rem 2rem; }
.drp_par:hover .drp_chi_pt2 { opacity: 1; visibility: visible; background-color: ghostwhite; box-shadow: 0 2px 4px rgba(0,0,0,.4); }
.drp_chi_pt2 li a,
.drp_chi_pt2 li label { display: block; }
.drp_chi_pt2 li a:hover,
.drp_chi_pt2 li label:hover { background-color: gainsboro; }

.btn_gp3 li:first-child { text-align: left; }
.btn_gp3 li:first-child + li + li { text-align: right; }
}
/* =======================================================================================



ANIMATION (ABOVE THE FOLD)



======================================================================================= */
#anm_fst { /* jQueryで使用 アニメーション開始の先頭要素に記述 */ }
#anm_fst_fde { opacity: 0; }
#anm_fst.flg #anm_fst_fde {
-webkit-animation-name: animationFirstFade;
        animation-name: animationFirstFade;
-webkit-animation-duration: 1s;
        animation-duration: 1s;
-webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
-webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
-webkit-animation-fill-mode: both;
        animation-fill-mode: both;
}
@-webkit-keyframes animationFirstFade {
to { opacity: 1; }
}
@keyframes animationFirstFade {
to { opacity: 1; }
}

#anm_fst #anm_fst_btu { opacity: 0; }
#anm_fst.flg #anm_fst_btu {
-webkit-animation-name: animationFirstBottomUp;
        animation-name: animationFirstBottomUp;
-webkit-animation-duration: .8s;
        animation-duration: .8s;
-webkit-animation-timing-function: ease;
        animation-timing-function: ease;
-webkit-animation-fill-mode: both;
        animation-fill-mode: both;
}
@-webkit-keyframes animationFirstBottomUp {
from {
-webkit-transform: translate3d(0,4%,0);
        transform: translate3d(0,4%,0);
}
to { opacity: 1;
-webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
}
}
@keyframes animationFirstBottomUp {
from {
-webkit-transform: translate3d(0,4%,0);
        transform: translate3d(0,4%,0);
}
to { opacity: 1;
-webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
}
}
/* =======================================================================================



HEADER



======================================================================================= */
#hdr,
#hdx { padding: 0 8px; }
#hdr { min-height: 72px; /* ここで設定したmin-heightを#fstでネガティブマージンする */ }
#hdr { /* トップページ用 */background-color: rgba(7,111,48,.65); }

#hdx { position: fixed; top: 24px; left: 0; width: 100%;
-webkit-transition: all .4s linear;
        transition: all .4s linear;
}
#hdr.scy #hdx { top: 0 !important; height: 56px; padding-top: 8px; background-color: rgba(255,255,255,.9); }

#sup { min-height: 24px; line-height: 1.2; vertical-align: middle; }

#hdr ol,
#hdr ul { list-style: none; padding: 0; }

#lgo { position: absolute; top: 0; left: 0; line-height: 1; }
#lgo img { display: inline-block; vertical-align: middle; }
#lgo .lgo_mrk { width: 40px; margin-right: 8px; }

#lgo .lgo { width: 160px;
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}
#lgo:hover img { opacity: .8; }

#lgo .lgo_blk,
#hdr.scy #lgo .lgo_whi { /* トップページ用 */display: none; }
#hdr.scy #lgo .lgo_blk { /* トップページ用 */display: inline-block; }

#qik { position: fixed; top: 24px; right: 16px; width: 32px; line-height: 1; }
#hdr.scy #qik { top: 10px !important;
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}
#swt { background-color: transparent; text-align: center; cursor: pointer; will-change: transform; }
#swt i { position: absolute; top: 0; left: 0; width: 100%; height: 36px; background-color: transparent; }
#swt span { position: absolute; left: 0; width: 100%; height: 2px;
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}

#swt span { /* トップページ用 */background-color: #fff; }

#swt span:first-child { top: 6px; }
#swt span:first-child + span { top: 50%;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
#swt span:first-child + span + span { bottom: 6px; }

#swt.flg i { }
#swt.flg span,
#hdr.scy #swt span { background-color: #231815; }
#swt.flg span:first-child {
-webkit-transform: translateY(14px) rotate(-45deg);
        transform: translateY(14px) rotate(-45deg);
}
#swt.flg span:first-child + span { opacity: 0; }
#swt.flg span:first-child + span + span {
-webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
}
#mnu { overflow-y: auto; position: fixed; top: 0; right: 0; width: 280px; height: 100%; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; background-color: #fff; color: #231815;
-webkit-transition: all .2s linear;
        transition: all .2s linear;
-webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
}
#mnu a { /* トップページ用 */color: #fff; }
#mnu a { text-decoration: none; }
#mnu a:hover { text-decoration: underline; }
#mnu.opn { box-shadow: -2px 0 16px rgba(0,0,0,.5);
-webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
}
#mnu.opn a { color: inherit; }

#mnu,
#mnu a
#hdr.scy #mnu,
#hdr.scy #mnu a,
#hdr.scy #mnu .sub_pho,
#hdr.scy #sub .sub_pho small { color: #076f30; }

#nav { padding-left: 30%; text-align: left; }
#mnu.opn #nav { padding-left: 0; text-align: center; }
#mnu .mbl_nav { display: none; }
#mnu.opn .mbl_nav { display: block; }
#nav li,
#nav .nav + .nav { margin-top: 1rem; }

#nav .nav em { display: none; font-style: normal; } 
#mnu.opn #nav .nav em { display: inline; }

#sub { margin-top: 2rem; text-align: center; }
#sub .sub_pho { text-align: center; }
#sub .sub_env a { display: inline-block; padding: 8px 16px; border: 1px solid #076f30; text-align: center; }
#mnu.opn #sub .sub_env a {
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}
#mnu #sub .sub_env a:hover { background-color: #076f30; color: #fff; text-decoration: none; }
#sub .sub_env { margin-top: 16px; }
#mnu.opn #sub .sub_env { font-size: 15px; }
#sub .sub_pho b,
#sub .sub_env b { display: none; }
#mnu.opn #sub .sub_pho b,
#mnu.opn #sub .sub_env b { display: inline-block; }
#sub .sub_pho .fa,
#sub .sub_env .fa { padding-right: 6px; }
#sub .sub_pho .fa { font-size: 18px; }
#sub .sub_env .fa { font-size: 19px; }
#sub .fa-phone-square,
#sub .fa-envelope-square { display: none; }
#sub .sub_pho small { display: block; padding-left: 6px; font-size: 12px; }
#sub .sub_sns { padding-top: 40px; display: inline-block; margin: auto; }
#sub .sub_sns li { float: left; padding-right: 2em; }
#sub .sub_sns li:last-child { padding-right: 0; }
#sub .sub_sns .fa { font-size: 32px; }
#sub .sub_sns a { display: block; }
#sub .sub_sns a .fa {
-webkit-transition: all .3s linear;
        transition: all .3s linear;
}
#sub .sub_sns a:hover .fa {
-webkit-transform: scale(1.4);
        transform: scale(1.4);
}

#mnu .fre { clear: both; margin-top: 14px; text-shadow: none;
-webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
}
#mnu .fre a,
#hdr.scy #mnu .fre a,
#art .fre a { color: #011802; }
#mnu .fre a { box-shadow: 0 4px 4px rgba(0,0,0,.7); }
#mnu.opn .fre { padding-top: 24px; font-size: 14px; box-shadow: none;  }
#mnu.opn .fre a { box-shadow: none;  }
.fre { 
-webkit-transition: all .5s linear;
        transition: all .5s linear;
}
.fre a { display: inline-block; padding: 12px 14px 12px 60px; border-radius: 8px; background-color: #fcd006; font-weight: bold; line-height: 1; letter-spacing: -.02em; text-decoration: none;
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}
#mnu .fre a { padding: 10px 14px 12px 46px; }
.fre a:hover { background-color: #ffdb34; }
#mnu .fre a:hover { text-decoration: none; }
.fre img { position: absolute; top: -9px; left: 12px; }
#mnu .fre img { top: 2px; left: 11px; width: 28px; }

#mnu .fre em { display: none; font-style: normal; }


#mnu.opn .fre img { top: -9px; left: 12px; width: 42px; }
#mnu.opn .fre a { padding: 12px 14px 12px 60px; }
#mnu.opn .fre em { display: inline; }


#ovl { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
#ovl.flg { display: block;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(150,150,150,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(150,150,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(150,150,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#969696',GradientType=0 ); /* IE6-9 */
}
#udl { position: absolute; top: 0; clear: both; width: 100%; height: 100%; }

@media screen and (max-width: 310px) {
#hdr #lgo .lgo { width: 60%; }
#mnu { width: 100%; }
#sup { text-align: center; }
}
@media screen and (min-width: 560px) {
#hdr { min-height: 80px;  /* ここで設定したmin-heightを#fstでネガティブマージンする */  }
}
/* =======================================================================================


CHANGE MENU'S LAYOUT


======================================================================================= */
@media screen and (min-width: 720px) {
#hdr,
#hdx { padding: 0 16px; }

#hdr { min-height: 88px; /* ここで設定したmin-heightを#fstでネガティブマージンする */ }

#hdr.scy #hdx { height: 64px; }

#qik { display: none; }

#lgo .lgo { width: 128px; }
#lgo:hover img { opacity: .8; }
#hdr.scy #lgo { top: 4px; }

#mnu { overflow-y: visible; position: relative; top: auto; right: auto; width: auto; height: auto; padding: 0 !important; background-color: transparent; font-weight: bold; font-size: 12px; font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica', YuGothic, 'Yu Gothic', 'Segoe UI', Verdana, Meiryo, FontAwesome, sans-serif;
-webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
}
#mnu { /* トップページ用 */text-shadow: 1px 1px 2px rgba(0,56,27,.8); }
#mnu a {
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}
#mnu,
#mnu a { /* トップページ用 */color: #fff; }

#hdr.scy #mnu { text-shadow: none; }

#nav li,
#nav .nav + .nav { margin-top: 0; }
#nav .nav { margin: auto; overflow: hidden; }
#nav .nav li { display: inline-block; }
#nav .nav li { padding-right: 1em; }
#nav .nav li:last-child { padding-right: 0; }
#nav .nav + .nav { margin-top: 4px; }
#hdr.scy #nav { padding-top: 1px; }


#sub { position: absolute; top: -14px; right: 0; margin-top: 0; }
#sub .sub { overflow: hidden; }
#sub .sub .fa { font-weight: normal; }
#sub .sub_pho { margin-bottom: 4px; font-size: 13px; text-align: left; } 
#sub .fa-phone-square,
#sub .fa-envelope-square { display: inline-block; }
#sub .fa-phone,
#sub .fa-envelope { display: none; }
#sub .sub_pho .fa { padding-right: 5px; font-size: 16px; }
#sub .sub_env .fa { padding-right: 3px; font-size: 18px;
-webkit-transform: scale(.96,1);
        transform: scale(.96,1);
}
#sub .sub_env { float: left; margin-top: 0; }
#sub .sub_env a { padding: 0; border: none; text-align: left; }
#mnu #sub .sub_env a:hover { background-color: transparent; text-decoration: underline; }
#hdr.scy #mnu #sub .sub_env a:hover { color: #076f30; }
#sub .sub_sns { float: right; padding-top: 0; padding-left: 1em; }
#sub .sub_sns li { padding-right: 1.2em; }
#sub .sub_sns .fa { font-weight: normal; font-size: 18px; }
#sub .sub_pho small { display: inline; font-size: 10px; }
#hdr.scy #sub { top: -1px; }

.fre { padding-top: 0; }
#hdr.scy .fre {
-webkit-transform: translate3d(77px,0,0);
        transform: translate3d(77px,0,0);
}
#mnu .fre,
#hdr.scy .fre:hover { text-align: right;
-webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
}

}
/* =======================================================================================



HEADER FOR WIDE SCREEN



======================================================================================= */
@media screen and (min-width: 840px) {
#lgo .lgo_mrk { width: 52px; }
#nav { padding-left: 0; text-align: center; }
#sub .sub_pho b,
#sub .sub_env b { display: inline-block; }

#mnu .fre img { top: -9px; left: 12px; width: 42px; }
#mnu .fre a { padding: 12px 14px 12px 60px; }
#mnu .fre em { display: inline; }
#sub .sub_pho .fa { padding-right: 7px; }

#hdr.scy #lgo { top: -2px; }
#hdr.scy #nav { padding-top: 2px; }
#hdr.scy #sub { top: 2px; }
#hdr.scy .fre {
-webkit-transform: translate3d(112px,0,0);
        transform: translate3d(112px,0,0);
}
}
@media screen and (min-width: 960px) {
#lgo { top: 1px; }
#lgo .lgo { width: 160px; }
#mnu { font-size: 13px; }
#sub .sub_pho { font-size: 14px; }
#hdr.scy .fre {
-webkit-transform: translate3d(119px,0,0);
        transform: translate3d(119px,0,0);
}
}
@media screen and (min-width: 1280px) {
#lgo { top: 4px; }
#mnu { font-size: 14px; letter-spacing: .05em; }

#nav .nav li { padding-right: 2em; }
#nav .nav li:last-child { padding-right: 0; }
#sub .sub_pho { font-size: 15px; } 

#hdr.scy #nav { padding-top: 0; }
#hdr.scy #sub { top: -1px; }
#hdr.scy .fre {
-webkit-transform: translate3d(127px,0,0);
        transform: translate3d(127px,0,0);
}
}
/* =======================================================================================



MAIN



======================================================================================= */
#wpr,
#ftr { background-color: #fff; }
#fst { margin-top: -72px;/* #hdrのmin-heightを引く */ }
#man.flg,
#ftr.flg {
-webkit-filter: blur(1px);
   -moz-filter: blur(1px);
    -ms-filter: blur(1px);
        filter: blur(1px);
}
@media screen and (min-width: 560px) {
#fst { margin-top: -80px;/* #hdrのmin-heightを引く */ }
}
@media screen and (min-width: 720px) {
#fst { margin-top: -88px;/* #hdrのmin-heightを引く */ }
}
/* =======================================================================================



COMPONENT



======================================================================================= */
.ttl { font-weight: bold; }

.sct_ttl { margin-bottom: .5rem; color: #076f30; font-weight: bold; font-size: 18px; }
.sct_ttl .fa { padding-right: 8px; }
.sct_ttl a { color: #076f30; text-decoration: none; }
.sct_ttl a:hover { text-decoration: underline; }

.sct_ttl .fa { padding-right: 4px; }

.ttl,
.sct_ttl,
.ftr_cvp { font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica', YuGothic, 'Yu Gothic', 'Segoe UI', Verdana, Meiryo, FontAwesome, sans-serif; }

/* テキスト揃え */
h2.cen,
h3.cen,
h4.cen,
h5.cen,
h6.cen,
li.cen,
p.cen,
dt.cen,
dd.cen,
th.cen,
td.cen { text-align: center; }
h2.lft,
h3.lft,
h4.lft,
h5.lft,
h6.lft,
li.lft,
p.lft,
dt.lft,
dd.lft,
th.lft,
td.lft { text-align: left; }
h2.rgt,
h3.rgt,
h4.rgt,
h5.rgt,
h6.rgt,
li.rgt,
p.rgt,
dt.rgt,
dd.rgt,
th.rgt,
td.rgt { text-align: right; }

/* 折り返さない */
.nwp { width: 1%; white-space: nowrap; }

/* サッカーボール区切り */
hr.hrz { clear: both; width: 100%; height: 16px; margin: 24px auto; border: none; background-image: url(../img/bgi_hrz.png); background-position: center center; background-repeat: no-repeat;  }

.img_qrc { padding-right: 8px; vertical-align: middle; }
/* =======================================================================================



MODULE

_sct
  _dsp (jQuery表示/非表示系)
    _unt (1)
      _box
        _unt (2)
        _inr
          _cnt
          _grp



======================================================================================= */
#man div[class*="_sct"] { padding: 24px 16px; text-align: center; }
#mab div[class*="_sct"]:after { display: block; clear: both; content: ''; }

.hrf_unt { width: 100%; max-width: 1280px; margin: auto; text-align: center; }
.hrf_inr { display: inline-block; margin: auto; padding: 24px 16px; }

.thirds_unt { width: 100%; max-width: 1280px; margin: auto; text-align: center; }
.thirds_inr { display: inline-block; margin: auto; padding: 24px 16px; }

.pnl_box { margin-bottom: 32px; padding: 16px; background-color: rgba(255,255,255,0.8); text-align: left; }
.kvl_box { padding: 30% 8px 8px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.oth .kvl_box { background-attachment: fixed; }
.prx_box { min-height: 420px; /* parallax-window */ }
.parallax-slider { top: 0; left: 0; /* parallax-window */ }

/* 横長テーブル用 スマホ時に横スクロールバー */
.mbl .scx { width: 100%; overflow: auto;
-webkit-animation-fill-mode: both;
        animation-fill-mode: both;
}
.mbl .scx table { margin-bottom: .5em; }
.mbl .scx table { min-width: 640px; width: 100%; max-width: none; }
.mbl .scx table th,
.mbl .scx table td { white-space: nowrap; }
.mbl .scx::-webkit-scrollbar { height: .5em;/* tableにスクロールバーを追加 */ }
.mbl .scx::-webkit-scrollbar-track { background: #f1f1f1;/* tableにスクロールバーを追加 */ }
.mbl .scx::-webkit-scrollbar-thumb { background-color: #bcbcbc;/* tableにスクロールバーを追加 */ }

/* テーブル ※初期値はseparate */
[class*="_tbl"] { width: 100%; margin: 0 auto; border-collapse: collapse; border-spacing: 0; }
[class*="_tbl"] th,
[class*="_tbl"] td { padding: .5rem; }
[class^="tbl_gp"] th,
[class^="tbl_gp"] td { width: 100%; }

/* テーブル 通常 */
.nml_tbl { width: auto; }
.nml_tbl th,
.nml_tbl td { padding: 2px 1rem 2px 0; text-align: left; }
.nml_tbl th {  }

/* テーブル リスト用 */
.lst_tbl { margin-bottom: 1rem; }
.lst_tbl tr { border-bottom: 1px solid gainsboro; }
.lst_tbl th,
.lst_tbl td { padding-right: 1rem; padding-left: 1rem; }
.lst_tbl th { background-color: gainsboro; color: dimgray; font-size: 13px; white-space: nowrap; text-shadow: 0 -1px 0 rgba(255,255,255,.5); }
.lst_tbl th + th { border-left: 1px solid silver; }

/* カード */
.crd_grp { list-style: none; overflow: hidden; max-width: 1040px; margin: 1em auto 16px; padding: 0; font-size: 14px; text-align: left; }
.crd_grp li { padding: 0 16px 24px; } 
.crd > dt { overflow: hidden; text-align: center; }
.crd > dt:before { display: block; padding-top: 56.25%; content: ''; }
.crd > dt a { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.crd img { width: 100%; margin: auto;
-webkit-transition: all 1s ease-in;
        transition: all 1s ease-in;
}
.crd a:hover img { opacity: .8;
-webkit-transform: scale(1.1);
        transform: scale(1.1);
}
.crd > dd { padding: 8px 4px 0; }
.crd dl { display: table; overflow: hidden; padding-bottom: 4px; } 
.crd dl dt,
.crd dl dd { display: table-cell; }
.crd dl dt { width: 98%; padding-right: 1em; }
.crd dl dd { width: 2%; white-space: nowrap; }
.crd dl dt strong2 { display: block; overflow: hidden; max-width: 11em; text-overflow: ellipsis; white-space: nowrap; }

/* ページャー */
.pgr_grp { overflow: hidden; margin: 40px auto 0; padding: 1rem 0; text-align: center; }
.pgr_grp ol,
.pgr_grp ul { list-style: none; display: inline-block; margin: auto; padding: 0; font-size: 14px; }
.pgr_grp ul { display: table; width: 100%; max-width: 960px; }
.pgr_grp li { margin: .5em .5em 0; }
.pgr_grp ol li { float: left; }
.pgr_grp ul li { display: table-cell; width: 33.333333%; }
.pgr_grp ul li:first-child { text-align: left; white-space: nowrap; }
.pgr_grp ul li:first-child + li { text-align: center; }
.pgr_grp ul li:first-child + li + li { text-align: right; white-space: nowrap; }
.pgr_grp li span,
.pgr_grp li a,
.pgr_grp li input { line-height: 1; text-decoration: none;
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}
.pgr_grp ol li span,
.pgr_grp ol li a,
.pgr_grp ol li input { display: block; padding: 8px 12px; }

.pgr_grp ul li span,
.pgr_grp ul li a,
.pgr_grp ul li input { display: inline-block; padding: 1rem .5rem; }

.pgr_grp li a,
.pgr_grp li input { border: 1px solid #076f30; border-radius: 3px; background-color: #fff; color: #076f30; }

.pgr_grp ol li.pgr_cur,
.pgr_grp ol li.pgr_txt a,
.pgr_grp ol li.pgr_txt input { border: 1px solid #fff; }

.pgr_grp ol li.pgr_cun span,
.pgr_grp ol li.pgr_cun a,
.pgr_grp ol li.pgr_cun input { padding-left: 0; }

.pgr_grp ol li.pgr_txt a,
.pgr_grp ol li.pgr_txt input { background-color: transparent; }

.pgr_grp li a:hover,
.pgr_grp li input:hover,
.pgr_grp ol li.pgr_txt a:hover,
.pgr_grp ol li.pgr_txt input:hover { background-color: #076f30; color: #fff; text-shadow: rgba(0,39,15,.5) 0 -1px 0; }

/* 進む戻るボタン */
.pgr_prv a:after,
.pgr_nxt a:after { position: absolute; top: 51%;
-webkit-transform: translateY(-51%);
        transform: translateY(-51%);
}
.pgr_prv a:after { left: .5rem; content: '\f104'; }
.pgr_nxt a:after { right: .5rem; content: '\f105'; }
ul .pgr_prv a:after { content: none; }
ul .pgr_nxt a:after { content: none; }
.pgr_prv a:after:hover,
.pgr_nxt a:after:hover { color: #fff; }
.pgr_grp li.pgr_prv a,
.pgr_grp li.pgr_prv input { padding-left: 1.5rem; }
.pgr_grp li.pgr_nxt a,
.pgr_grp li.pgr_nxt input{ padding-right: 1.5rem; }
.pgr_grp ul li.pgr_prv a,
.pgr_grp ul li.pgr_prv input { padding-left: .5rem; }
.pgr_grp ul li.pgr_nxt a,
.pgr_grp ul li.pgr_nxt input{ padding-right: .5rem; }

/* コンバージョンポイント */
.cvp_box { display: inline-block; margin: 40px auto 32px; padding: 32px; background-color: #f1f0e9; }
.cvp_box a { color: #231815; text-decoration: none;
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}
.cvp_unt .cvp_box { width: 100%; margin-top: 0; padding: 16px; }
.cvp_box .fa { padding-right: 4px; }
.cvp_pho,
.cvp_env,
.cvp_fre { margin: 0 8px; }
.cvp_box strong,
.cvp_pho { font-size: 18px; }
.cvp_env,
.cvp_fre strong,
.dtl_sct p.cvp_fre strong { font-size: 16px; }
.cvp_env,
.cvp_fre { display: inline-block; }
.cvp_env a:hover,
.cvp_fre a:hover { text-decoration: none; }
.cvp_env a { padding: 4px 8px; border: 1px solid #231815; }
.cvp_env a:hover { background-color: #fff; }
.cvp_env .fa { font-size: 16px; }
.cvp_fre a { padding: 5px 8px; border: 1px solid #fcd006; background-color: #fcd006; }
.cvp_fre a:hover { border: 1px solid #231815; }
.cvp_pho b,
.cvp_pho small,
.cvp_env b { font-weight: bold; }
.cvp_pho small { display: block; font-size: 12px; }
.cvp_box p + p { margin-top: 16px; }
@media screen and (min-width: 384px) {
ul .pgr_prv a:after { left: 1rem; content: '\f104'; }
ul .pgr_nxt a:after { right: 1rem; content: '\f105'; }
.pgr_grp ul li span,
.pgr_grp ul li a,
.pgr_grp ul li input { padding: 1em 1.5em; }
.pgr_grp ul li.pgr_prv a,
.pgr_grp ul li.pgr_prv input { padding-left: 2rem; }
.pgr_grp ul li.pgr_nxt a,
.pgr_grp ul li.pgr_nxt input{ padding-right: 2rem; }
}
@media screen and (min-width: 512px) {
.crd_grp li { float: left; width: 50%; padding-right: 8px; padding-left: 8px; }
.crd_grp li:nth-of-type(2n + 1) { clear: left; }
}
@media screen and (min-width: 720px) {
.cvp_unt { display: table; margin: auto; }
.cvp_unt .cvp_box { display: table-cell; width: 290px; vertical-align: top; padding: 32px 16px;
-webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
        box-sizing: content-box;
}
.cvp_unt .cvp_box + .cvp_box { border-left: 8px solid #fff; }
.pgr_grp { margin-top: 80px }
}
@media screen and (min-width: 840px) {
#man div[class*="_sct"] { padding: 64px 32px; }

.hrf_unt { display: table; }
.hrf_box { display: table-cell; width: 50%; vertical-align: middle; }
.hrf_box + .hrf_box.vrt { border-left: 1px solid #bbb; }
.hrf_inr { padding: 40px 24px; }

.thirds_unt { display: table; table-layout: fixed; }
.thirds_box { display: table-cell; width: 33.333333%; vertical-align: middle; }
.thirds_box + .thirds_box.vrt { border-left: 1px solid #bbb; }
.thirds_inr { padding: 40px 24px; }

.pnl_box { padding: 24px; }

.tbl_gp2 th,
.tbl_gp2 td { width: 50%; }
.tbl_gp3 th,
.tbl_gp3 td { width: 33.333333%; }
.tbl_gp4 th,
.tbl_gp4 td { width: 25%; }
.tbl_gp5 th,
.tbl_gp5 td { width: 20%; }

.crd_grp li { width: 33.333333%; padding-right: 13.5px; padding-left: 13.5px; }
.crd_grp li:nth-of-type(2n + 1) { clear: none; }
.crd_grp li:nth-of-type(3n + 1) { clear: left; }

.cvp_unt .cvp_box { padding: 32px; }
.cvp_unt .cvp_box + .cvp_box { border-left-width: 16px; }
}
/* =======================================================================================



MAIN VISUAL



======================================================================================= */
.mvl_sct .ttl,
.mvl_sct .sub_box { z-index: 8; }
.mvl_sct .mvv_box:before { z-index: 7; }
.mvl_sct .mvv_vid { z-index: 6; }
.mvl_sct .mvl_box:before { z-index: 5; }
.mvl_sct .mvl_img { z-index: 4; }
.mvl_sct .sld_box:before { z-index: 3; }
.mvl_sct .sld_img { z-index: 2; }

.mvl_sct { overflow: hidden; }

.mvl_sct .ttl, 
.mvl_sct .mvl_img,
.mvl_sct .sld_img {
-webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
}

.mvl_sct .ttl { margin: auto; padding: 8px; color: #fff; font-size: 11px; line-height: 1.4; letter-spacing: .05em; text-align: center; text-shadow: 1px 1px 2px rgba(0,0,0,.5);
-webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
}
.mvl_sct .ttl em { display: block; padding-top: .4em; font-style: normal; font-size: 14px; }
.mvl_sct .ttl br { display: none; }

.mvl_sct .sub_box { width: 100%; border-bottom: 4px solid #fcd006; }
.mvl_sct .sub_box dl { display: table; margin: auto; border-radius: 8px 8px 0 0; background-color: #fcd006; color: #231815; }
.mvl_sct .sub_box dt,
.mvl_sct .sub_box dd { display: table-cell; vertical-align: middle; } 
.mvl_sct .sub_box dt { padding-left: 8px; } 
.mvl_sct .sub_box dd { padding: 2px 8px 4px 8px; }
.mvl_sct .sub_box strong { color: #076f30; font-size: 12px; text-shadow: 0 -1px 0 #ffe158; }
.mvl_sct .sub_box ol { list-style: none; padding: 0; }
.mvl_sct .sub_box li { color: #231815; font-size: 11px; }

.mvl_sct,
.mvl_sct .mvl_box,
.mvl_sct .sld_box,
.mvl_sct .mvv_box { padding-top: 56.25%; }

.mvl_sct .mvl_box,
.mvl_sct .mvl_box:before,
.mvl_sct .mvl_img,
.mvl_sct .sld_box,
.mvl_sct .sld_box:before,
.mvl_sct .sld_img,
.mvl_sct .mvv_box,
.mvl_sct .mvv_box:before,
.mvl_sct .mvv_vid { position: fixed; }

.mbl .mvl_sct .sld_box,
.mbl .mvl_sct .sld_box:before,
.mbl .mvl_sct .sld_img { position: absolute; }

.mvl_sct .mvl_box,
.mvl_sct .mvl_box:before,
.mvl_sct .mvl_img,
.mvl_sct .sld_box,
.mvl_sct .sld_box:before,
.mvl_sct .sld_img,
.mvl_sct .mvv_box,
.mvl_sct .mvv_box:before,
.mvl_sct .mvv_vid { top: 0; left: 0; width: 100%; height: 100%; }

.mvl_sct .mvl_box:before,
.mvl_sct .sld_box:before,
.mvl_sct .mvv_box:before { height: 100%; background-image: url(../img/bgi_ovl.png); content: ''; }

.mvl_sct .mvl_img,
.mvl_sct .sld_img,
.mvl_sct .mvv_vid { vertical-align: top; }

.mvl_sct .mvv_vid { height: auto; }

.mvl_sct .sld_box { background-color: gainsboro; }/* 切り替わる時の背景色 */
.mvl_sct .mvl_img,
.mvl_sct .sld_img { background-repeat: no-repeat; background-size: cover; }
.mvl_sct .sld_img_001 { background-position: right bottom; }
.mvl_sct .sld_img_002 { background-position: center; }
.mvl_sct .sld_img_003 { background-position: center; }
.mvl_sct .sld_img_004 { background-position: center; }
.mvl_sct .sld_img { opacity: 0; will-change: animation;
/* 写真1枚6秒x4枚  全体24秒 */
-webkit-animation: mainVisualSlide 24s ease-in-out infinite;
        animation: mainVisualSlide 24s ease-in-out infinite;
}
.sld_img:nth-of-type(2) {
-webkit-animation-delay: 6s;
        animation-delay: 6s;
}
.sld_img:nth-of-type(3) {
-webkit-animation-delay: 12s;
        animation-delay: 12s;
}
.sld_img:nth-of-type(4) {
-webkit-animation-delay: 18s;
        animation-delay: 18s;
}
/*
点数  タイミング	切り替えの範囲
2枚   50%	        45%～55%
3枚	  33%	        28%～38%
4枚	  25%	        20%～30%
5枚	  20%	        15%～25%
6枚   17%         12%～22%
*/
@-webkit-keyframes mainVisualSlide {
  0% { opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% { opacity: 1;
  }
  25% { opacity: 1;
  }
  30% { opacity: 0; z-index: 1;
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes mainVisualSlide {
  0% { opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% { opacity: 1;
  }
  25% { opacity: 1;
  }
  30% { opacity: 0; z-index: 1;
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 384px) {
.mvl_sct .ttl { text-align: left; }
.mvl_sct .ttl br { display: inline; }
.mvl_sct .sub_box dl { margin: 0; border-radius: 0 8px 0 0; }
}

@media screen and (min-width: 448px) {
.mvl_sct .ttl { font-size: 13px; }
.mvl_sct .ttl em { font-size: 17px; }

}

@media screen and (min-width: 640px) {
.mvl_sct .ttl { position: absolute; top: 50%; left: 16px; padding: 0; font-size: 14px;
-webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
.mvl_sct .ttl em { font-size: 20px; }

.mvl_sct .sub_box { position: absolute; bottom: 0; left: 0; }
.mvl_sct .sub_box dt { padding-left: 16px; }
.mvl_sct .sub_box dd { padding: 6px 20px 8px 16px; }
.mvl_sct .sub_box strong { font-size: 14px; }
}

@media screen and (min-width: 840px) {
.mvl_sct .ttl { top: 60%; left: 32px; font-size: 18px;
-webkit-transform: translate(0, -60%);
        transform: translate(0, -60%);
}
.mvl_sct .ttl em { font-size: 30px; }

.mvl_sct .sub_box dt { padding-left: 32px; } 
}
@media screen and (min-width: 960px) {
.mvl_sct .ttl { top: 72%;
-webkit-transform: translate(0, -72%);
        transform: translate(0, -72%);
}
}
/* =======================================================================================



お知らせ



======================================================================================= */
.nws_toc_sct table { margin: auto; font-size: 14px; }
.nws_toc_sct table a { color: inherit; text-decoration: none; }
.nws_toc_sct table a:hover { text-decoration: underline; }
.nws_toc_sct th,
.nws_toc_sct td { display: block; font-weight: normal; }
.nws_toc_sct td { padding-bottom: 1em; }
.nws_toc_sct tr:last-child td { padding-bottom: 0; }
@media screen and (min-width: 384px) {
#man div.nws_toc_sct.top_sct { padding-top: 40px; padding-bottom: 40px; }
.nws_toc_sct th,
.nws_toc_sct td { display: table-cell; text-align: left; }
.nws_toc_sct th { padding-right: 32px; padding-bottom: 1em; }
.nws_toc_sct tr:last-child th { padding-bottom: 0; }
}
@media screen and (min-width: 840px) {
#man div.nws_toc_sct.top_sct { padding-top: 80px; padding-bottom: 80px; }
}
/* =======================================================================================



トップページ：パッパニーニョについて



======================================================================================= */
.top_abt_sct .top_abt_img { width: 100%; margin: -8px auto 40px; }
.top_abt_sct .hrf_unt { min-height: 512px; }
@media screen and (min-width: 720px) {
.top_abt_sct .top_abt_img { margin-top: -16px }
}
/* =======================================================================================



入会要項



======================================================================================= */
#man div.top_ams_sct { padding: 40px 16px; }

.dtl_sct .hrf_unt { margin: 16px auto; }
.dtl_sct p br { display: none; }
.dtl_sct .hrf_inr > * { margin-top: 1em; }
.dtl_sct dl { text-align: left; }
.dtl_sct dt { margin-top: 1em; } 
.dtl_sct dd b { margin-right: 1em; }
.dtl_sct dd b:last-child { margin-right: 0; }
@media screen and (min-width: 576px) {
.dtl_sct p br { display: inline; }
}
@media screen and (min-width: 720px) {
.top_ams_sct .hrf_unt { min-height: 400px; }
.dtl_sct .hrf_unt .hrf_box { vertical-align: top; } 
.dtl_sct .hrf_inr .fre { text-align: left; }
}
/* =======================================================================================



トップページ：スケジュール



======================================================================================= */
.top_scd_sct { background-color: #f1f0e9; }
.top_scd_sct .fig_box a { display: inline-block; overflow: hidden; max-width: 960px; height: 400px; margin: 16px auto; }
.top_scd_sct .fig_box a img { border: 8px solid #fff; opacity: .8;
-webkit-transition: all .4s linear;
        transition: all .4s linear;
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
.top_scd_sct .fig_box a:hover img { opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.top_scd_sct .fig_box a:after { position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(241,240,233,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(241,240,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(241,240,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f0e9',GradientType=0 ); /* IE6-9 */
}
@media screen and (min-width: 840px) {
.top_scd_sct .fig_box a { margin: 32px auto; }
}
/* =======================================================================================



トップページ：活動報告



======================================================================================= */
#man div.rpt_toc_sct.top_sct { padding-top: 80px; padding-bottom: 80px; }
/* =======================================================================================



コーチの紹介



======================================================================================= */
#man div.prf_toc_box { overflow: hidden; padding-top: 128px; padding-bottom: 8px; background-color: #076f30; background-repeat: no-repeat; background-position: 20% 0; background-size: cover; }
.prf_toc_box .hrf_box { text-align: left; }
.prf_toc_box .hrf_inr { padding-top: 8px; padding-bottom: 8px; }
.prf_toc_box .sct_ttl,
.prf_toc_box .ttl { color: #fff; text-shadow: 2px 2px 2px rgba(0,0,0,.5); }
.prf_toc_box .sct_ttl { margin-bottom: 0; font-size: 16px; }
.prf_toc_box .ttl { margin-bottom: 16px; font-size: 24px; }
.prf_toc_box .pnl_box { font-size: 14px; }
@media screen and (min-width: 720px) {
#man div.prf_toc_box { padding: 64px 16px;  }
.prf_toc_box .sct_ttl { font-size: 18px; }
.prf_toc_box .ttl { margin-bottom: 24px; font-size: 40px; }
}
/* =======================================================================================



スポンサーについて



======================================================================================= */
.sps_sct.top_sct { background-color: #fffae7; }
.sps_sct > p { margin-bottom: 1em; font-size: 14px; }
.sps_lst { max-width: 1104px; list-style: none; overflow: hidden; margin: 0 auto 32px; padding: 0; }
.sps_lst li { padding: 16px; }
@media screen and (min-width: 448px) {
.sps_lst li { float: left; width: 50%; }
.sps_lst li:nth-of-type(2n + 1) { clear: left; }
}
@media screen and (min-width: 840px) {
.sps_lst li { float: left; width: 33.333333%; }
.sps_lst li:nth-of-type(2n + 1) { clear: none; }
.sps_lst li:nth-of-type(3n + 1) { clear: left; }
}
/* =======================================================================================



アクセス地図



======================================================================================= */
.acs_sct > p { font-size: 14px; }
.map_box { max-width: 960px; margin: 24px auto; }
/* =======================================================================================



BACK TO THE TOP



======================================================================================= */
#btt { display: none; position: fixed; right: 8px; bottom: 8px; }
#btt span { display: block; width: 32px; height: 32px; margin: auto; padding-left: 1px; border: 1px solid #076f30; border-radius: 50%; color: #076f30; font-size: 20px; font-family: Arial; text-align: center; line-height: 27px; vertical-align: middle; cursor: pointer; }
#btt span *,
#btt span:after,
#btt span:hover {
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}
#btt span:after { content: '△'; }
#btt span:hover { background-color: #076f30; color: #fff; }
/* =======================================================================================



FOOTER



======================================================================================= */
#ftr { border-top: 16px solid #231815; background-color: #fdd118; }
.ftr_box { padding: 40px 16px 0; border-top: 1px solid #ffec9a; }
.ftr_box a { display: block; color: #231815; text-decoration: none; }
.ftr_box a:hover { text-decoration: underline; }
.ftr_inr dt { font-size: 10px; text-align: center; }
.ftr_cvp .fa { padding-right: 4px; }
.ftr_box .lgo_mrk { width: 90px; margin: 16px auto; }
.ftr_box .lgo { width: 216px; margin: auto; }

.ftr_box * {
-webkit-transition: all .2s linear;
        transition: all .2s linear;
}

.ftr_cvp,
.ftr_mnu { margin-top: 32px; font-size: 14px; text-align: center; }

.ftr_pho,
.ftr_env,
.ftr_fre { margin: 0 8px; }
.ftr_cvp strong,
.ftr_pho { font-size: 18px; }
.ftr_env,
.ftr_fre strong { font-size: 16px; }
.ftr_env,
.ftr_fre,
.ftr_pho a { display: inline-block; }
.ftr_env a:hover,
.ftr_fre a:hover { text-decoration: none; }
.ftr_env a { padding: 4px 8px; border: 1px solid #231815; }
.ftr_env a:hover { background-color: #fff7d7; }
.ftr_env .fa { font-size: 16px; }
.ftr_fre a { padding: 5px 8px; border: 1px solid #fff7d7; background-color: #fff7d7; }
.ftr_fre a:hover { border: 1px solid #231815; }
.ftr_pho b,
.ftr_pho small,
.ftr_env b { font-weight: bold; }
.ftr_pho small { display: block; font-size: 12px; }
.ftr_cvp p + p { margin-top: 16px; }

.ftr_toc,
.ftr_sns { list-style: none; margin: auto; padding: 0; }
.ftr_toc { display: inline; overflow: hidden; }
.ftr_toc li { display: inline-block; }
.ftr_toc li a { display: block; padding: 8px; }
.ftr_sns { display: table; }
.ftr_sns li { display: table-cell; width: 33.333333%; padding: 0 16px; font-size: 32px; line-height: 1; } 
.ftr_sns a { color: #544502; }
.ftr_sns a:hover .fa {
-webkit-transform: scale(1.4);
        transform: scale(1.4);
}
.ftr_sns a:hover { color: #231815; text-decoration: none; }
.ftr_box hr { border: none; width: 100%; height: 4px; }

#cpy { display: table; width: 100%; height: 80px; text-align: center; }
#cpy p { display: table-cell; font-size: 12px; vertical-align: middle; }

@media screen and (min-width: 512px) {
.ftr_toc { display: block; }
}

@media screen and (min-width: 840px) {
.ftr_inr { display: table; margin: auto; }
.ftr_lgo,
.ftr_cvp,
.ftr_mnu { display: table-cell; margin-top: 0; vertical-align: middle; }
.ftr_lgo,
.ftr_cvp { white-space: nowrap; }
.ftr_mnu { text-align: left; }
.ftr_lgo { padding-right: 16px; }
.ftr_cvp { padding: 0 16px; border-right: 1px solid #231815; border-left: 1px solid #231815; }
.ftr_mnu { padding-left: 16px; }
.ftr_env,
.ftr_fre { display: block; }
.ftr_box .lgo { width: 160px; }
.ftr_toc { font-size: 12px; }
.ftr_toc li a { display: inline-block; padding: 4px 2px; }
.ftr_sns { margin-left: 0; }
.ftr_sns li:first-child { padding-left: 8px; } 
.ftr_sns li:last-child { padding-right: 8px; }
}
@media screen and (min-width: 960px) {
.ftr_box .lgo { width: 192px; }
.ftr_toc li a { padding: 8px; }
.ftr_lgo { padding-right: 24px; }
.ftr_cvp { padding: 0 24px; }
.ftr_mnu { padding-left: 24px; }
}
@media screen and (min-width: 1080px) {
.ftr_box .lgo { width: 216px; }
}
@media screen and (min-width: 1280px) {
.ftr_lgo { padding-right: 40px; }
.ftr_cvp { padding: 0 40px; }
.ftr_mnu { padding-left: 40px; }
.ftr_toc { font-size: 14px; }
}
@media screen and (min-width: 1600px) {
.ftr_lgo { padding-right: 64px; }
.ftr_cvp { padding: 0 64px; }
.ftr_mnu { padding-left: 64px; }
}
/* =======================================================================================



OVERWRITE



======================================================================================= */
a:hover b,
a b { text-decoration: inherit; }

.wp-video { width: auto !important; max-width: 720px; }
.wp-video video { width: 100%; height: auto; } 
/* ========================================================================================



PARALLAX-WINDOW



======================================================================================== */
.parallax-window { background: transparent; }


