html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
p,
pre,
del,
em,
img,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
tbody,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box
}

article,
aside,
footer,
header,
nav,
section,
textarea {
    display: block
}

body {
    line-height: 1;
    overflow-wrap: break-word;
    word-wrap: break-word
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    vertical-align: middle
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: inherit;
    text-decoration: none;

}


ul,
li {
    list-style-type: none
}

.if-container {
    display: inline-block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.ifrm {
    border: none;
    display: block;
    height: 100%;
    width: 100%
}

.cf:before,
.cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

/* この上はいじらないほうがいいです */

html {
    font-size: 62.5%;
    position: relative;
    height: 100%;
    min-height: 100%
}

body {
    color: #232729;
    font-family: Verdana, Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.1em;
    letter-spacing: .1em;
    line-height: 1.5;
    text-align: left;
    padding: 10px 10px 60px
}

a:hover {
    color: #9197bc;
    text-decoration: underline
}

p {
font-size: 1.3rem;
}

/*--------------------------------------------------------
インラインフレーム外設定
--------------------------------------------------------*/
#page {
    background: #e3e3e3;
    color: #232729;
    padding: 20px;
    height: 100%;
    text-align: center
}

#wrapper {
    text-align: left;
    height: 100%
}

#box {
    background: url(../image/back01.gif);
    background-color: #dee9f0;
    border: 1px solid #232729;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 770px;
    /* 全体の大きさ (※1)+(※2)+(※3)*/
    height: 500px;
    /* 全体の高さ */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 4px 24px rgba(142, 142, 149, 0.4);
}

#leftcolumn {
    float: left;
    position: relative;
    padding: 20px;
    width: 350px;
    /* (※1) */
    height: 100%
}

#leftcolumn-inner {
    background: #feffff;
    border-radius: 5px;
    padding: 10px
}

#main {
    float: right;
    width: 420px;
    /* (※2)+(※3) */
    height: 100%
}

#center {
    float: left;
    background: url(../image/back02.gif);
    width: 70px;
    /* (※2) */
    height: 100%
}

#contents {
    float: right;
    padding: 20px;
    width: 350px;
    height: 510px;
}

.fl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/*--------------------------------------------------------
index
--------------------------------------------------------*/
.maintitle {
    font-size: 1.4rem;
}

#indexbox {
    background: url(../image/back01.gif);
    background-color: #dee9f0;
    border: 1px solid #232729;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 350px;
    height: 500px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 4px 24px rgba(142, 142, 149, 0.4);
    margin-top: 20px;
}

.indexbox-inner {
    background: #feffff;
    border-radius: 5px;
    padding: 10px;
    margin: 20px
}

/*--------------------------------------------------------
インラインフレームの枠
--------------------------------------------------------*/
.if-container {
    background: #feffff;
    border: 1px solid #232729;
}

/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
nav li {
    background: url(../image/i01.gif) no-repeat 0 50%;
    padding-left: 10px;
    margin-top: 16px;
}

nav li a {
    color: #232729;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    
}

nav li a:hover {
    color: #9197bc;
    letter-spacing: .3em
}

.menu__ul {
    line-height: 1;
    font-size: 1.4rem;
}

/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1 {
    font-size: 1.2em;
    letter-spacing: .2em;
    margin: 0 0 .5em 0
}

h2,
.h2 {
    background: #6f7485;
    color: #feffff;
    font-size: 1.2em;
    font-weight: 700;
    margin: 15px 0;
    padding: 3px 10px
}

h3,
.h3 {
    font-size: 1.1em;
    font-weight: 400;
    margin: 15px 0;
    padding: 3px 10px;
    margin-top: 16px;
    text-align: center;
}

.intro {
    font-size: 1.2em;
    font-weight: 400;
    margin: 15px 0;
    padding: 3px 10px;
}

.line {
    width: 100%;
    text-align: center;
}

dt {
    font-weight: 700;
    margin: 0 0 5px;

}

dd {
    margin: 0 0 5px 1em;
    border-bottom: #313131 1px solid;
}

em {
    font-weight: 700
}

input,
textarea {
    border: 1px solid #313131;
    color: #232729;
    margin: 3px 0;
    width: 80%
}

textarea {
    height: 50px
}

hr {
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    height: 1px
}

.marker {
    background: #fa8282
}

.ln01 {
    border-left: 8px solid #e9967a;
    margin: 5px 0;
    padding: 0 5px
}

.ln02 {
    border-left: 8px solid #a3a328;
    margin: 5px 0;
    padding: 0 5px
}

.textbox {
    border: 1px #313131 solid;
    margin: 10px 0;
    padding: 3px;
    text-align: center
}

.title {
    color: #232729;
    font-size: 1.5em;
    font-weight: 700;
    margin: 2em 0;
    text-align: right
}

.title:first-letter {
    color: #e1d7b8;
    font-size: 1.6em
}

.txt {
    border-left: 1px dotted #313131;
    color: #999;
    margin: 1em;
    padding: 0 0 0 1em
}

.frame {
    border: 6px solid #feffff;
    border-radius: 3px;
    box-shadow: 4px 4px 4px #ccc;
    -webkit-box-shadow: 4px 4px 4px #ccc
}

/*--------------------------------------------------------
横幅770pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 770px) {
    #box {
        width: 600px
    }

    /* 全体の大きさ (※1)+(※2)+(※3)*/
    #leftcolumn {
        width: 250px
    }

    /* (※1) */
    #main {
        width: 350px
    }

    /* (70)+(※3) */
    #contents {
        width: 280px
    }

    /* (※3) */
}

/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 600px) {
    html {
        min-height: inherit
    }

    body {
        font-size: 1.2em
    }

    #wrapper {
        width: 100%
    }

    #box {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    #leftcolumn,
    #main {
        float: none;
        width: 100%;
        height: auto
    }

    #leftcolumn {
        padding: 40px 20px
    }

    #contents {
        padding: 0px 20px 40px 20px;
    }

    #center {
        float: none;
        background: none;
        width: auto;
        height: auto;
        display: none
    }

    #contents {
        float: none;
        width: 100%;
        height: 510px;
    }

    #indexbox {
        position: relative;
        height: auto;
        width: 100%
    }

    .maintitle {
    font-size: 1.2rem;
}

    nav li {
        display: inline-block
    }

    nav li a {
        display: block
    }

    nav li a:hover {
        letter-spacing: .1em
    }

    .fl {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: right;
        line-height: 1
    }

    img {
        max-width: 100%;
        height: auto
    }

    /* 画像の縮小表示 */
}

.current__time {
    text-align: right;
    color: #313131;
    z-index: 9999;
    padding: 10px;
    border-radius: 8px;
}

.title__img {
    width: 90%;
    padding-top: 16px;
    margin: 0 auto;
}

.under__menu {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px;
}

/* bg */
#page.Morning {
    background-color: #f5fbf0;
    /* 朝 */
}

#page.Afternoon {
    background-color: #f6f5f2;
    /* 昼 */
}

#page.Evening {
    background-color: #fff8f0;
    /* 夕方 */
}

#page.Night {
    background-color: #c5cdcd;
    /* 夜 */
}

#page.Midnight {
    background-color: #232424;
    /* 夜 */
}

.current {
    text-align: right;
    font-size: 1rem;
}

.intro__title {
    margin-top: 32px;
}

.enter {
    width: 100%;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 60px;
}

.intro__txt {
    margin: 16px auto;
}

.counter {
    text-align: center;
    margin-top: 16px;
}

.access-counter {
    display: inline-flex;
    gap: 0;
    align-items: flex-end;
}

.access-counter img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: bottom;
}

.link__contents {
    margin-top: 16px;
}