@charset "utf-8";
/*slide.cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@import url(slide.css);
@import url(onoff.css);
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
html{
    font-size: 18px;
}

html *{
    font-size: 1rem;
}

#container {
    background-image: url("/images/0.jpg");
    background-size: 0px;
}

#fsize {
    position: absolute;
    right: 2%;
    top: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
    line-height: 1.75em;
    padding: 10px;
    font-size: 22px;
    /* width: 250px; */
}

.sec {
    background-color: rgba(0, 90, 0, 0.5);
    /* background-color: green; */
    color: gold;
}

/*全体の設定
---------------------------------------------------------------------------*/

.photo {
    transition: 0.5s;
    cursor: pointer;
}

body {
    margin: 0px;
    padding: 0px;
    color: #333;
    /*全体の文字色*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*フォント種類*/
    font-size: 1rem;
    /*文字サイズ 18px*/
    line-height: 2;
    /*行間*/
    background: #faf9f1;
    /*背景色*/
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form, select, input, textarea {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

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

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}

iframe {
    width: 100%;
}

video, audio {
    max-width: 100%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/

a {
    color: #333;
    /*リンクテキストの色*/
    /* transition: 0.5s; */
    /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}

a:hover {
    color: #22ac38;
    /*マウスオン時の文字色*/
    text-decoration: none;
    /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*container（footer以外を囲むブロック）
---------------------------------------------------------------------------*/

#container {
    /*サイトの最大幅*/
    max-width: 1100px;
    /* 1500px; */
    margin: 0 auto;
    position: relative;
    padding: 0 3%;
    /* padding: 0 10%; */
    /*上下、左右へのボックス内の余白*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/

/*ヘッダーブロック*/

header {
    float: left;
    /*左に回り込み*/
    width: 20%;
    /*幅*/
}

/*ロゴ画像ブロック*/

header #logo {
    margin-bottom: 50px;
    /*画像ブロックの下に空けるスペース*/
    background: #22ac38;
    /*背景色*/
    border-radius: 0px 0px 10px 10px;
    /*角丸のサイズ。左上、右上、右下、左下の順番の指定。*/
}

/*メニューブロック
---------------------------------------------------------------------------*/

/*メニューブロック全体*/

.submenu {
    overflow: hidden;
    border-radius: 10px;
    /*角丸のサイズ*/
    border: 5px solid #22ac38;
    /*枠線の幅、線種、色*/
    margin-bottom: 20px;
    /*ブロックの下に空けるスペース*/
    background-color: white;
}

/*メニュー１個あたりの設定*/

.submenu li {
    text-align: center;
    /*文字をセンタリング*/
    border-top: 1px solid #ccc;
    /*上の線の幅、線種、色*/
    font-size: 1rem;
    /*文字サイズ 18px*/
}

.submenu li a {
    display: block;
    text-decoration: none;
    padding: 15px 5px;
    /*上下、左右へのメニュー内の余白*/
    background: #fff;
    /*背景色*/
}

/*マウスオン時*/

.submenu li a:hover {
    background: #fbf6cc;
    /*背景色*/
}

/*飾り文字*/

.submenu li span {
    display: block;
    font-size: 0.8rem;
    /*文字サイズ 11px */
    font-weight: normal;
    /*文字を太字でなく標準に戻す設定*/
    letter-spacing: 0.2em;
    /*文字間隔を少しあける設定*/
    color: #22ac38;
    /*文字色*/
}

/*スマホ用メニューを表示させない*/

#menubar-s, #counter-s {
    display: none;
}

/*３本バーアイコンを表示させない*/

#menubar_hdr {
    display: none;
}

/*contents
---------------------------------------------------------------------------*/

#contents {
    clear: both;
    overflow: hidden;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/

/*mainブロック全体の設定*/

#main {
    float: right;
    /*右に回り込み*/
    width: 75%;
    /*ブロックの幅*/
}

/*トップページでのmainコンテンツへの追加設定*/

.home #main {
    /* margin-top: 30%; */
    margin-top: 26%;
    /*上に空けるスペース。スライドショーとのバランスをとって設定して下さい。*/
}

#main {
    margin-top: 20%;
}

/*mainコンテンツのh2タグ設定 24px;*/

#main h2 {
    clear: both;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 20px 20px 20px 60px;
    /*上、右、下、左への見出し内の余白*/
    color: #fff;
    /*文字色*/
    background: #22ac38;
    /*背景色（古いブラウザ用）*/
    background: #22ac38 url(../images/arrow2.png) no-repeat 20px center / 25px;
    /*背景色、背景画像の読み込み。左から20pxの場所に配置。画像の幅を25pxに。*/
    border-radius: 10px;
    /*角丸のサイズ*/
}

/*mainコンテンツのh3タグ設定*/

#main h3 {
    clear: both;
    margin-bottom: 20px;
    padding: 4px 20px;
    /*上下、左右への見出し内の余白*/
    border: 1px solid #ccc;
    /*枠線の幅、線種、色*/
    border-radius: 10px;
    /*角丸のサイズ*/
    background: #fff;
    /*背景色*/
}

#main h3::first-letter {
    border-left: 3px solid #22ac38;
    padding-left: 15px;
}

/*他。微調整。*/

#main p+p {
    margin-top: -5px;
}

#main h2+p, #main h3+p {
    margin-top: -10px;
}

#main section+section {
    margin-top: 30px;
}

/*subコンテンツ
---------------------------------------------------------------------------*/

/*subブロック全体の設定*/

#sub {
    float: left;
    /*左に回り込み*/
    font-size: 14px;
    /*文字サイズ*/
    line-height: 1.5;
    width: 20%;
    /*ブロックの幅*/
}

#sub h2 {
    font-size: 1rem;
    /*文字サイズ*/
}

#sub h2::first-letter {
    border-left: 3px solid #22ac38;
    padding-left: 10px;
}

#sub .box h2::first-letter {
    border-left: 3px solid #fff;
}

/*subコンテンツ内のbox
---------------------------------------------------------------------------*/

#sub .box {
    background: #22ac38;
    /*背景色*/
    color: #fff;
    /*文字色*/
    padding: 20px;
    /*ボックス内の余白*/
    border-radius: 10px;
    /*角丸の指定*/
    margin-bottom: 20px;
    /*ボックスの下(外側)に空けるスペース*/
}

/*リンクテキストの文字色*/

#sub .box a {
    color: #fff;
}

/*subコンテンツ内のaddress
---------------------------------------------------------------------------*/

#sub address {
    font-style: normal;
    /*デフォルトで斜体になるのでノーマルに*/
}

/*フッター設定
---------------------------------------------------------------------------*/

footer {
    clear: both;
    padding-top: 40px;
    text-align: center;
    font-size: 85%;
}

footer .pr {
    display: block;
    font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/

/*ボックス全体*/

#footermenu {
    padding: 10px;
}

/*メニュー１個あたり*/

#footermenu li {
    display: inline-block;
    /*横並びにさせる*/
    padding: 2px 10px;
    /*上下、左右への余白*/
}

/*コピーライト
---------------------------------------------------------------------------*/

#copyright {
    clear: both;
    background: #22ac38;
    /*背景色*/
    color: #fff;
    /*文字色*/
    line-height: 1.2rem;
}

#copyright a {
    text-decoration: none;
    color: #fff;
    /*文字色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/

/*ブロック全体の設定*/

.list dl {
    padding: 0px 20px;
    /*上下、左右へのブロック内の余白*/
    margin-bottom: 20px;
    /*ブロックの下(外側)に空ける余白*/
}

/*日付設定*/

.list dt {
    float: left;
    /* width: 30%; */
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    word-wrap: break-word;
}

/*記事設定*/

.list dd {
    padding-left: 35%;
    border-bottom: 1px solid #ccc;
    /*下線の幅、線種、色*/
}

/*サムネイル画像の設定
---------------------------------------------------------------------------*/

.thumbnail {
    width: 70px;
    /*サムネイル画像の幅*/
    margin: 5px;
    /*画像同士に空けるスペース*/
    opacity: 0.7;
    /*透明度。色が70%出た状態。*/
}

/*マウスオン時*/

.thumbnail:hover {
    opacity: 1;
    /*透明度。色が100%出た状態。*/
}

/*よく頂く質問
---------------------------------------------------------------------------*/

/*外側ブロック*/

.faq {
    padding: 0px 20px;
    /*上下、左右への余白*/
}

/*質問*/

.faq dt {
    color: #22ac38;
    /*文字色*/
    font-weight: bold;
    /*太字にする設定*/
    padding-left: 30px;
    /*背景アイコンに重ならないよう左に余白を作る*/
    background: url(../images/faq_q.png) no-repeat left top / 30px;
    /*「Q」アイコン*/
}

/*回答*/

.faq dd {
    padding-left: 30px;
    /*背景アイコンに重ならないよう左に余白を作る*/
    margin-bottom: 20px;
    /*ボックスの下側（外側）に空けるスペース*/
    padding-bottom: 20px;
    /*ボックス内の下側に空けるスペース*/
    border-bottom: 1px solid #ccc;
    /*下線の幅、線種、色*/
    background: url(../images/faq_a.png) no-repeat left top / 30px;
    /*「A」アイコン*/
}

/*テーブル
---------------------------------------------------------------------------*/

/*テーブル１行目に入った見出し部分（※caption）*/

.ta1 caption {
    border: 1px solid #ccc;
    /*テーブルの枠線の幅、線種、色*/
    border-bottom: none;
    /*下線だけ消す*/
    text-align: left;
    /*文字を左寄せ*/
    background: #eee;
    /*背景色*/
    color: #666;
    /*文字色*/
    font-weight: bold;
    /*太字に*/
    padding: 10px;
    /*ボックス内の余白*/
}

/*ta1設定*/

.ta1 {
    table-layout: fixed;
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    /*背景色*/
    color: #666;
    /*文字色*/
}

.ta1, .ta1 td, .ta1 th {
    word-break: break-all;
    border: 1px solid #ccc;
    /*テーブルの枠線の幅、線種、色*/
    padding: 10px;
    /*ボックス内の余白*/
}

/*ta1の左側ボックス*/

.ta1 th {
    width: 140px;
    /*幅*/
    text-align: center;
    /*センタリング*/
}

/*テーブル（ta2）サブブロックの受付テーブルに使用。
---------------------------------------------------------------------------*/

/*テーブル１行目に入った見出し部分（※caption）*/

.ta2 caption {
    border: 1px solid #b7b7b7;
    /*テーブルの枠線の幅、線種、色*/
    border-bottom: none;
    /*下線だけ消す*/
    text-align: center;
    background: #fff;
    /*背景色*/
    color: #333;
    font-weight: bold;
    /*太字に*/
    padding: 10px;
    /*ボックス内の余白*/
}

/*ta2設定*/

.ta2 {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    /*センタリング*/
    background: #fff;
    /*背景色*/
    color: #333;
}

.ta2, .ta2 td, .ta2 th {
    word-break: break-all;
    border: 1px solid #b7b7b7;
    /*テーブルの枠線の幅、線種、色*/
}

/*曜日*/

.ta2 th {
    background: #fffbe3;
}

/*ta3設定*/

.ta3 {
    table-layout: inherit;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    /*センタリング*/
    background: #fff;
    /*背景色*/
    color: #333;
    font-size: 1rem;
}

.ta3, .ta3 td, .ta3 th {
    word-break: break-all;
    border: 1px solid #b7b7b7;
    /*テーブルの枠線の幅、線種、色*/
}

/*曜日*/

.ta3 th {
    background: seagreen;
    color: white;
}

/*ta4設定*/

.ta4 {
    table-layout: inherit;
    margin-bottom: 20px;
    text-align: center;
    /*センタリング*/
    background: #fff;
    /*背景色*/
    color: #333;
    font-size: 1rem;
}

.ta4, .ta4 td, .ta4 th {
    word-break: break-all;
    border: 1px solid #b7b7b7;
    border-left: none;
    border-right: none;
    line-height: 1.5rem;
    text-align: left;
    /*テーブルの枠線の幅、線種、色*/
}

/*曜日*/

.ta4 th {
    background: lightseagreen;
    color: white;
}

/*inputボタン
---------------------------------------------------------------------------*/

#main input[type="submit"].btn, #main input[type="button"].btn, #main input[type="reset"].btn {
    padding: 5px 10px;
    border: 1px solid #ccc;
    font-size: 1rem;
    border-radius: 3px;
    background: #eee;
}

/*マウスオン時の設定*/

#main input[type="submit"].btn:hover, #main input[type="button"].btn:hover, #main input[type="reset"].btn:hover {
    border: 1px solid #999;
    background: #fff;
}

/*box（info1.htmlやstaff.htmlで使っている枠色がついたタイプのボックス）
---------------------------------------------------------------------------*/

/*box*/

#main .box {
    overflow: hidden;
    border: 3px solid #22ac38;
    /*枠線の幅、線種、色*/
    padding: 20px;
    /*ボックス内の余白*/
    border-radius: 10px;
    /*角丸のサイズ。この１行を削除すれば角のとれた長方形になります。*/
    margin-bottom: 20px;
    /*ボックスの下に空けるスペース*/
    background: #fff;
    /*背景色*/
}

/*box内のh4タグ*/

#main .box h4 {
    color: #22ac38;
    /*文字色*/
    font-size: 130%;
    /*文字サイズ*/
}

/*box内のpタグ*/

#main .box p {
    padding: 0 !important;
}

/*box内のfrとflスタイルのリセット*/

#main .box .fr, #main .box .fl {
    margin-bottom: 0;
}

/*ページ内メニュー（info.htmlで使用）
---------------------------------------------------------------------------*/

/*ブロック全体*/

.menu {
    overflow: hidden;
    margin-bottom: 20px;
    /*下に空けるスペース*/
    text-align: center;
    /*内容をセンタリング*/
}

/*メニュー１個あたりの指定*/

.menu li {
    display: inline;
    /*横並びになる指定*/
    border-right: 1px solid #999;
    /*右側の線の幅、線種、色*/
}

.menu li a {
    padding: 10px;
    /*メニュー内余白*/
}

/*最初のメニューへの追加指定*/

.menu li:first-child {
    border-left: 1px solid #999;
    /*左側の線の幅、線種、色*/
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/

/*アニメーションのキーグレーム設定（変更不要）*/

@keyframes scroll {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*デフォルトでは非表示に*/

body .nav-fix-pos-pagetop a {
    display: none;
}

/*ボタンの設定*/

body.is-fixed-pagetop .nav-fix-pos-pagetop a {
    display: block;
    z-index: 100;
    position: fixed;
    width: 100px;
    /*幅*/
    bottom: 55px;
    /*下からの配置場所指定*/
    right: 3%;
    /*右からの配置場所指定*/
    animation-name: scroll;
    /*上のアニメーションで指定しているkeyframesの名前（scroll）*/
    animation-duration: 0.5S;
    /*アニメーションの実行時間*/
    animation-fill-mode: forwards;
    /*アニメーションの完了後、最後のキーフレームを維持する*/
    border-radius: 50%;
    border: 3px solid #22ac38;
    /*枠線の幅、線種、色*/
    background: #fff;
    /*背景色（古いブラウザ用）*/
    background: rgba(255, 255, 255, 0.5);
    /*背景色。255,255,255は白のことで0.3は色が30%出た状態のこと。*/
}

/*マウスオン時*/

body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
    background: #fff;
}

/*pdfアイコン
---------------------------------------------------------------------------*/

a[href$=".pdf"] {
    display: inline-block;
    background: url(../images/PDF_32.png) no-repeat right center;
    padding: 5px 40px 5px 0px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/

.newicon {
    background: #F00;
    /*背景色*/
    color: #FFF;
    /*文字色*/
    font-size: 70%;
    /* line-height: 1.5; */
    line-height: 1.2rem;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
    vertical-align: text-top;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/

p.check {
    background: #ff0000;
    color: #fff;
    padding: 10px 25px !important;
    margin-bottom: 20px;
}

#sub p.check {
    padding: 5px !important;
}

p.check a {
    color: #fff;
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/

ul.disc {
    list-style: disc;
    padding: 0 20px 20px 40px;
}

ol {
    padding: 0 20px 20px 45px;
}

/*その他
---------------------------------------------------------------------------*/

.look {
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
}

.mb15, .mb1em {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

/*
.color1, .color1 a {
    color: #22ac38;
}
*/

.bgcolor1 {
    background: #f2f2f2 !important;
}

.bgcolor2 {
    background: #dbebf7 !important;
}

.pr {
    font-size: 10px;
}

.wl {
    width: 96%;
}

.ws {
    width: 50%;
}

.w40p {
    width: 40%;
}

.w20p {
    width: 20%;
}

.c {
    text-align: center;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

.fr {
    float: right;
    margin-left: 2%;
    margin-bottom: 20px;
}

.fl {
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.big1 {
    font-size: 24px;
    letter-spacing: 0.2em;
}

#sub .big1 {
    font-size: 20px;
    letter-spacing: normal;
}

.mini1 {
    font-size: 11px;
    display: inline-block;
    line-height: 1.5;
}

.sh {
    display: none;
}

.dn {
    display: none;
}

/*mainコンテンツの段落タグ設定*/

#main p {
    padding: 0px 1em 0px;
    /*上、左右、下への余白*/
}

.date {
    font-size: 0.9rem;
    color: teal;
    text-align: right;
    padding-right: 1em;
    clear: both;
}

p, p *, dd, dd *, dt, dt * {
    font-size: 1rem;
}

h3 {
    font-size: 1rem;
}

.button {
    padding: 8px 32px;
    font-size: 1rem;
}

input:-moz-read-only {
    background-color: gainsboro;
    border: none;
    text-align: center;
}

/* Blink/WebKit/Edge では接頭辞なしで対応 */

input:read-only {
    background-color: gainsboro;
    border: none;
    text-align: center;
}

u {
    text-decoration: underline double red;
    /* border-bottom: double 4px red;
    margin: 0; */
}

.novisible {
    visibility: hidden;
}

/* .loading,
.iziModal-content {
    background-image: url(../images/loading.gif);
    background-size: contain;
    background-position: center;
} */

iframe {
    background-image: url(../images/loading.gif);
    background-size: contain;
    background-position: center;
}

#mcontent {
    background-color: #faf9f1;
    padding: 1rem;
}

.info table {
    text-align: center;
}

.info th {
    background-color: yellowgreen;
}

.info td {
    text-align: center;
    border-bottom: 1px solid lightgray;
}

.info a {
    text-decoration: none;
    color: black;
}

.cursor :hover {
    cursor: pointer;
    background-color: palegreen;
}

.info tr:hover {
    background-color: lightyellow;
}

.info td.cursor:hover {
    cursor: pointer;
    background-color: palegreen;
}

.vw100 {
    width: 100vw;
}

.list dd:hover {
    background-color: palegreen;
    cursor: pointer;
}

.mopen {
    cursor: pointer;
}

.w33 {
    width: 33% !important;
}

.w25 {
    width: 25% !important;
}

.midori {
    background-color: #22ac38;
}

.cgroup {
    /* margin-left: 1rem; */
    max-height: 18rem;
    padding-left: 18px;
}

.ctext {
    /* background-color: white; */
    border-radius: 8px;
    /* padding-left: 0.5rem; */
    padding-left: 2rem;
    padding-right: 0.5rem;
    /* border: solid 1px black; */
    z-index: 10;
}

button:hover {
    filter: sepia(1);
}

.bold {
    font-weight: bold;
}

.inpbox {
    padding: 1em;
    border: solid 1px gray;
    border-radius: 10px;
}

.cshow {
    border: solid 3px hotpink;
    color: seagreen;
    /* background-color:seagreen; */
    font-size: 1.1rem;
    border-radius: 10px;
    cursor: pointer;
}

.cshow:hover {
    background-color: lightgoldenrodyellow;
}

.balloon {
    background-color: white;
    padding: 10px;
    position: relative;
    /* border: solid 1px #ddd; */
    filter: drop-shadow(1px 1px 1px gray);
}

.balloon:after {
    border-right: 12px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    content: '';
    margin-top: -10px;
    position: absolute;
    left: -12px;
    top: 50%;
}

.scrolly {
    overflow-y: scroll;
}

.scrolly::-webkit-scrollbar {
    width: 7px;
}

.scrolly::-webkit-scrollbar-thumb {
    background: rgb(34, 172, 56);
    border-radius: 3px;
}

.scrolly::-webkit-scrollbar-track {
    border-radius: 10px;
    background: lightgray;
}

.video {
    width: 90%;
}

.video .inner {
    flex-wrap: nowrap;
}

.video .leftside {
    width: 17rem;
    position: relative;
}

.vimg {
    position: relative;
    display: flex;
    justify-content: center;
}

.vimg:after {
    position: absolute;
    content: url("/images/videos/play_sd.png");
    pointer-events: none;
}

.vtr.vimg:after {
    position: absolute;
    content: url("/images/videos/play.png");
    pointer-events: none;
}

.video .rightside {
    min-width: 70%;
}

#video-list {
    max-height: 120vh;
    /* padding-right: 1rem; */
}

.mgt1 {
    margin-top: 1rem;
}

.shadow {
    filter: drop-shadow(4px 4px 4px gray) !important;
}

.comment {
    position: relative;
}

.mokuji-head {
    border-radius: 10px 10px 0 0;
    border: 2px solid #22ac38;
    max-width: 1100px;
}

.mokuji-body {
    border-radius: 0px 0px 10px 10px;
    border: 3px solid #22ac38;
    max-width: 1100px;
}

.mokuji-body a {
    text-decoration: none;
}
