﻿html,
body {
    background-color: #fffdea !important;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}



a, a:hover {
    color: #87240f !important;
    text-decoration: none !important;
}

    a:active {
        color: #330000 !important;
    }

    a:visited {
        color: #330000 !important;
    }



section {
    margin-top: 80px;
    margin-bottom: 80px !important;
}


@media screen and (max-width: 580px) {

    section ul {
        padding: 0 20px 0 20px;
        margin-left: 5px !important;
    }

    dd {
        margin-bottom: 5px;
        border-bottom: #333333 1px dashed;
        padding-bottom: 5px;
    }

    section {
        margin-top: 0;
        margin-bottom: 100px !important;
    }
}


h1 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "HG明朝E", "MS PMincho" !important;
    color: #222;
    text-align: center;
    margin-bottom: 55px !important;
    margin-left: 10px !important;
    width: 96%;
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}

    h1:before, h1:after {
        content: '';
        position: absolute;
        top: -7px;
        width: 2px;
        height: -webkit-calc(100% + 14px);
        height: calc(100% + 14px);
        background-color: black;
    }

    h1:before {
        left: 7px;
    }

    h1:after {
        right: 7px;
    }


h2 {
    font-weight: normal;
    text-align: center;
    margin-left: 10px !important;
    width: 96%;
    position: relative;
    display: inline-block;
    padding: 0 45px;
    padding-bottom: .5em;
}

    h2:before, h2:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 44px;
        height: 2px;
        background-color: black;
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    h2:before {
        left: 0;
    }

    h2:after {
        right: 0;
    }






h3 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "HG明朝E", "MS PMincho" !important;
    color: #222;
    margin: 0.5em 0 1em .5em;
    padding: 0.25em;
    border-bottom: 1px dashed black;
    font-size: 1.5em !important;
    font-weight: bold;
}


h4 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "HG明朝E", "MS PMincho" !important;
    font-size: 1.7em !important;
    color: #222;
    position: relative;
    text-align: center;
    margin-top: 2em !important;
    margin-bottom: 1em !important;
}

    h4:before {
        border-top: 2px solid;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
    }

    h4 span {
        background-color: #fffdea;
        display: inline-block;
        padding: 0 10px; /*ラインとテキストの間を調整*/
        position: relative; /*水平ラインが突き抜けないように*/
    }




h5 {
    border-left: solid 9px #EEDB8B;
    background-color: #ffffff;
    font-size: 1.1em !important;
    text-indent: 0.4em;
    margin-top: 14px;
    margin-bottom: 14px;
}


footer {
    background-color: #f1dd7f
}

.maplnk:hover,
p a:hover {
    color: #222;
    border-bottom: 1px solid #222
}

.fb-like {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    overflow: hidden
}

.fb_iframe_widget span {
    vertical-align: top !important
}

.tapevent {
    border-color: #222;
    background-color: #222;
    color: #ffa656 !important;
}

.deaps-themed {
    border-color: #222;
    color: #222;
    font-size: 10pt;
    margin-bottom: 10px;
}

.next-btn {
    text-align: center;
    margin-top: 60px;
}

.text-center {
    text-align: center"
}

.frame {
    display: inline-block;
    position: relative;
}

    .frame:after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: rotate(3deg); /* 回転させる */
        background: #fff;
        z-index: -1;
    }

.yougo {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15pt;
}

.row {
    max-width: 900px;
    margin: 50px auto 0;
}

footer {
    height: 100px;
}


dl dt {
    margin-bottom: 0 !important;
}

dd {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: rgba(0, 0, 0, 0.3) 1px dashed;
}

.meku {
    display: inline-block;
    position: relative;
}

    .meku:after {
        position: absolute;
        content: "";
        box-shadow: 0 15px 10px rgba(0,0,0, .5); /* シャドウ */
        transform: rotate(3deg); /* 回転させる */
        right: 5px;
        left: auto;
        top: auto;
        bottom: 15px;
        z-index: -1;
        width: 50%;
        height: 20%;
    }


.container {
    width: 300px;
    height: 100px;
    line-height: 100px;
    text-align: right;
}

.target {
    transition: .5s;
    transform: rotateZ( 0deg );
}

.container:hover .target {
    transform: rotateZ( -45deg );
}

.duration {
    padding: 0 20px;
}
.duration-sub {
    font-size: 13px;
}
