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;
    text-decoration: none;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a img {
    border-style: none
}

ul,
li {
    list-style-type: none
}

.if-container {
    display: inline-block;
    margin: 0 auto;
    height: 99%;
    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
}

/* この上はいじらないほうがいいです */





/*--------------------------------------------------------
【オリジナル】エンターページ設定
--------------------------------------------------------*/
#index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* display: flex;
    justify-content: center;
    /* 水平方向中央 */
    align-items: center;
    /* 垂直方向中央 */
    height: 100vh;
    /* ビューポートの高さに合わせる */
    margin: 0;
    */
}

div .indexbox {
    text-align: center;
}

#message {
    font-size: 11px;
}

div .enter #enter_image {
    width: 100px;
}

div .enter #enter_image:hover {
    content: url(image/hiyoko_enter/e06.gif);
    /* ホバー時に変更する画像 */
}

/* カウンター */
.counter img {
    display: inline-block;
    width: 20px;
    padding-top: 10px;
}

.counter {
    background-image: url(image/table_bunner/ribbon.gif);
    background-repeat: no-repeat no-repeat;
    background-position: center;
    height: 42px;
    margin-bottom: 10px;
    font-size: 9px;
}

marquee {
    font-size: 11px;
}

#footerlink {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
}

.line_top {
    margin-top: 20px;
    margin-bottom: 2px;
}

.line_bottom {
    margin-top: 10px;
    margin-bottom: 20px;
}

#thankslink {
    width: 400px;
    background-color: rgba(255, 182, 193, 0.3);
    margin: 20px auto 0 auto;
}

#thanks_image {
    margin-top: 5px;
}

#copyrights {
    margin-top: 20px;
}

/* カーソル */
body {
    cursor: url(image/cursor/01-sample.gif), auto;
}


/*--------------------------------------------------------
【オリジナル】本体ページ設定
--------------------------------------------------------*/
#text_link {
    font-size: 11px;
}

.menu_text {
    font-size: 11px;
}

.main_text {
    font-size: 11px;
}

.key {
    height: 14px;
    font-size: 9px;
}

.secret_content {
    font-size: 11px;
}

#secret_box {
    display: inline-block;
}

#secret_box {
    width: 50px;
}

#secret_box:hover {
    content: url(image/secret/box_open.gif);
    /* ホバー時に変更する画像 */
    transform: translateY(-5px);
    /* リンクが少し浮き上がるように見せる */
    transition: transform 0.3s ease;
    /* スムーズな動きを追加 */
}

#secret_welcome {
    font-size: 18px;
    color: #57450f;
    /* 文字の色 */
    text-shadow: 0 0 10px #d9ff00,
        /* 緑色の光の広がり */
        0 0 20px #f9faf5,
        0 0 30px #f9faf5,
        0 0 40px #f9faf5,
        0 0 50px #f9faf5;
}

#icon_get {
    font-size: 15px;
}

#icon {
    text-align: center;
    width: 300px;
    background-color: white;
    border: 5px dashed pink;
    /* ピンクの点線 */
    border-radius: 15px;
    /* 角を丸くする */
    padding: 10px;
    /* 内側の余白 */
}



html {
    font-size: 62.5%;
    position: relative;
    height: 100%
}

body {
    background: #fffff3;
    /* インラインフレーム内背景 */
    color: #57450f;
    /* インラインフレーム内文字色 */
    font-size: 1.3em;
    /* 文字の大きさ */
    font-family: Verdana, Roboto, 'MS Pゴシック', 'メイリオ';
    letter-spacing: .2em;
    line-height: 1.5;
    padding: 20px 20px 60px;
    text-shadow: 1px 1px 1px #999;
    padding: 15px 15px 60px
}

a {
    color: #ff8e8e;
    text-decoration: underline
}

#page a {
    color: #57450f;
    text-decoration: none
}

a:hover {
    color: #8c8673;
    transition: .6s
}

.frame {
    float: left;
    margin-top: 32px;
    margin-right: 10px;
}

.profile-text {
    display: inline-block;
}

.profile-contents img {
    vertical-align: bottom;
}

.bbs_header img {
    vertical-align: bottom;
}

#bbs {
    font-size: 11px;
}

.form_index {
    display: inline-block;
    width: 100px;
}

button {
    background: none;
    border: none;
    padding: 0;
}

.post {
    background-color: #faf7d8;
    padding: 20px;
    margin-bottom: 30px;
}

.post_data {
    font-size: 10px;
}

#message {
    margin-left: 15px;
    margin-bottom: 0px;
}

table {
    border: 2px solid black;
    /* 外枠の設定 */
    border-collapse: collapse;
    /* セルの枠線を結合 */
    margin-top: 10px;
    margin-bottom: 30px;
    width: 455px;
}

td {
    border: 2px dotted black;
    /* 点線枠を設定 */
    padding: 8px;
    /* セル内余白を調整 */
    background-color: rgba(255, 255, 255, 0.4);
}

th {
    height: 30px;
    font-size: 15px;
    text-align: left;
    padding-left: 12px;
    vertical-align: middle;
    background-color: #fccb71;
}

#onamae {
    padding-top: 15px;
}

#emoji {
    margin: 0;
}

.photos img {
    width: 120px;
    /* 画像の幅を調整 */
}

#link_url {
    margin-left: 15px;
    height: 17px;
    width: 300px;
}

/*--------------------------------------------------------
インラインフレーム外設定
--------------------------------------------------------*/
#page {
    background: #fff url(image/back04.gif);
    padding: 0;
    height: 100%;
    text-align: center
}

#page a {
    text-decoration: none
}

#wrapper {
    position: relative;
    min-height: 100%
}

#box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    /* 全体の幅 #rightcolumnのwidth+#leftcolumnのwidth+40 */
}

header {
    padding: 0 0 10px;
    margin: 0 auto
}

#contents-wrap {
    background: #fffff3;
    border: 1px solid #57450f;
    text-align: left;
    margin: 0 auto;
    height: 500px;
    /* 枠の高さ */
}

#contents-top {
    background: url(image/back01.gif) repeat-x 0 0;
    min-height: 100px
}

#rightcolumn {
    float: right;
    height: 100%;
    width: 500px
}

#leftcolumn {
    float: left;
    height: 100%;
    width: 250px
}

#leftcolumn-inner {
    padding: 20px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#contents-bottom {
    background: url(image/back02.gif) repeat-x 100% 0;
    min-height: 40px
}

footer {
    clear: both
}

/*--------------------------------------------------------
index
--------------------------------------------------------*/
#index {
    background: #fff url(image/back04.gif);
    padding: 20px;
    text-align: center
}

.indexbox {
    background: #fffff3;
    border: 1px solid #57450f;
    margin: 100px auto 0 auto;
    padding: 20px;
    width: 400px;
}

/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menu {
    font-size: 11px;
    display: block;
    margin: 0 auto
}

nav li a,
nav li span {
    color: #57450f;
    background: url(image/icon01.gif) no-repeat 0 50%;
    display: block;
    padding: 5px 0 5px 20px;
    /* 一列の高さはここで調節 */
    position: relative
}

nav li a:hover,
nav li span:hover {
    color: #fdc0c0;
    background: url(image/icon02.gif) no-repeat 0 50%;
    border-radius: 5px;
    transition: .6s
}

.sub-menu {
    display: none;
    margin: 0;
    overflow: hidden
}

.sub-menu li {
    text-indent: 1em
}

.sub-menu li a {
    background: none
}

nav li span:after {
    border-top: solid 3px #57450f;
    /* メニュー「>」の色 */
    border-right: solid 3px #57450f;
    /* メニュー「>」の色 */
    content: "";
    display: block;
    margin-top: -5px;
    width: 5px;
    height: 5px;
    top: 50%;
    right: 10px;
    position: absolute;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s
}

nav li span.open:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#open {
    display: none
}

/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop {
    background: #ffd8d8;
    border: 3px solid #fff;
    border-radius: 40px;
    display: block;
    position: fixed;
    padding: 20px;
    bottom: -100px;
    right: 20px;
    z-index: 50;
    -webkit-transition: .5s;
    transition: .5s
}

.arrow {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    position: absolute;
    top: 40%;
    left: 34%;
    height: 12px;
    width: 12px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1 {
    font-size: 1.5em;
    margin: 0 0 10px
}

h2,
.h2 {
    border-bottom: 2px solid #ccc;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 1em 0;
    padding: 0.2em 15px;
    position: relative
}

h2::after,
.h2::after {
    background: #ffd8d8;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    height: 2px;
    width: 50%;
    z-index: 2
}

h3,
.h3 {
    border-bottom: 1px dotted;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 18px;
    margin: 1em 0
}

dt {
    font-weight: 700
}

dd {
    border-bottom: dotted 1px;
    margin-left: 1em
}

dl:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden
}

em {
    color: #400;
    background: #ffe666;
    font-weight: 700
}

input,
textarea {
    background: #ffd8d8;
    border: 1px dotted;
    margin: 3px 0;
    width: 200px
}

textarea {
    height: 50px
}

hr {
    display: block;
    border: 0;
    border-top: 1px dashed;
    margin: 1em 0;
    padding: 0;
    height: 1px
}

.marker {
    background: #ffd8d8;
    /* Ie9 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd8d8), color-stop(0.49, #ffd8d8), color-stop(0.5, #ffd8d8), color-stop(1, #ffd8d8));
    background: -webkit-linear-gradient(transparent 50%, #ffd8d8 0%);
    background: linear-gradient(transparent 50%, #ffd8d8 0%)
}

.ln01 {
    border-left: 8px solid #fdc0c0;
    margin: 8px 0;
    padding: 3px
}

.ln02 {
    border-left: 8px solid #8c8673;
    margin: 8px 0;
    padding: 3px
}

.textbox {
    border: 1px solid;
    border-radius: 5px;
    margin: 10px 0;
    padding: 3px;
    text-align: center
}

.title {
    font-size: 1.5em;
    font-weight: 700;
    margin: 2em 0;
    text-align: right
}

.txt {
    border-left: 1px dotted;
    margin: 1em;
    padding: 0 0 0 1em
}

img {
    max-width: 100%;
    height: auto
}



/* 画像の縮小表示 */
/*--------------------------------------------------------
横幅800pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 800px) {
    #box {
        width: 100%;
        padding: 10px
    }

    #leftcolumn {
        width: 28%
    }

    #rightcolumn {
        width: 70%
    }
}

/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 600px) {
    #wrapper {
        height: 100%;
        min-height: inherit
    }

    #box {
        position: relative
    }

    header {
        position: relative;
        text-align: left;
        min-height: 70px;
        padding-right: 70px
    }

    /* 開閉ボタン分余白 */
    #contents-wrap {
        height: auto
    }

    #leftcolumn {
        float: none
    }

    #leftcolumn-inner {
        padding: 0
    }

    #rightcolumn {
        float: none;
        width: 100%
    }

    #menu nav li a,
    nav li span {
        color: #fff;
        padding: 10px 0 10px 20px
    }

    /* 一列の高さはここで調節 */
    .indexbox {
        width: 100%
    }

    img {
        max-width: 100%;
        height: auto
    }

    /* 画像の縮小表示 */

    /* スライド */
    #leftcolumn {
        background: rgba(140, 134, 115, .9);
        /* 背景色 */
        padding: 80px 20px 20px;
        /* メニューボタン分空ける */
        width: 300px;
        /* (*1)同じにする */
        transition: all .3s;
        transform: translate(300px);
        /* (*1)同じにする */
        -ms-transform: translate(300px);
        /* (*1)同じにする */
        -webkit-transform: translate(300px);
        /* (*1)同じにする */



        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000
    }

    #leftcolumn.open {
        transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0)
    }

    #leftcolumn {
        color: #fff
    }

    #leftcolumn a {
        color: #ffd8d8
    }

    #leftcolumn input,
    #leftcolumn textarea {
        color: #57450f
    }

    /* メニューを開くボタン */
    #open {
        color: #57450f;
        background: rgba(255, 216, 216, .6);
        /* 背景色 */
        border: 1px solid #57450f;
        display: inline-block;
        margin: 0 5px;
        position: absolute;
        text-align: center;
        height: 60px;
        width: 60px;
        /* 大きさ */
        top: 0;
        right: 0;
        /* headerを基準にした位置 */
        z-index: 1001
    }

    .open-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    #open-icon,
    #open-icon:before,
    #open-icon:after {
        background: #57450f;
        /* 線の色 */
    }

    #open-icon {
        display: block;
        margin: -1px 0 0 -10px;
        position: absolute;
        top: 20px;
        left: 50%;
        height: 2px;
        width: 20px
    }

    #open-icon:before,
    #open-icon:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        height: 2px;
        width: 20px;
        transition: .3s
    }

    #open-icon:before {
        margin-top: -8px
    }

    #open-icon:after {
        margin-top: 6px
    }

    #open .close {
        background: transparent
    }

    #open .close:before,
    #open .close:after {
        margin-top: 0
    }

    #open .close:before {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #open .close:after {
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }
}