@charset "UTF-8";

html {

    font-size: 62.5%;
}




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    outline: none;
}

#main {
    position: relative;
    width: 100%;
    margin-top: 0;
    background-color: #eae3d9;
    font-size: 1.8rem;
    color: #342621;
}

#main * {
    font-family: "Zen Old Mincho", serif;


}

p {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

/*radiko*/
.radiko {
    font-size: 12px;
    height: 24px;
    width: 230px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background-image: url(/images/radiko_icon.gif);
    background-repeat: no-repeat;
    padding-left: 100px;
    background-position: left;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #fff;
}

.radiko a:link {
    color: #F3F;
    text-decoration: none;
    color: #ff0000;
}

.radiko a:visited {
    color: #ff0000;
    text-decoration: none;
}

.radiko a:hover {
    text-decoration: underline;
}

.radiko a:active {
    text-decoration: none;
}

.radiko_narrow {
    display: none;
}

/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
a:hover img.btn_alfa {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

#global_header {
    display: block;
}

#nav_sp {
    display: none;
}

.big {
    display: block;
}

.sml {
    display: none;
}

.foot_c {
    position: relative;
    width: 100%;

}

.footer_sp {
    display: none;
}

/* fadeUp */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger,
.fadeUpTrigger2 {
    opacity: 0;
}

#header {
    position: relative;
    width: 100%;

}

#header img {
    width: 100%;
}

#header .title,
#header .bg,
#header .ppl {
    position: relative;
    width: 100%;
}

#header .title,
#header .ppl {
    position: absolute;
    left: 0;
    top: 0;
}

.date {
    position: relative;
    width: 100%;
    margin-top: -1px;
}

.date img {
    width: 100%;
}

.contents {
    position: relative;
    width: 90%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-bottom: 100px;
    font-size: 1.8rem;
    line-height: 1.8;
}

.ftbld {
    font-size: 2.4rem;
    font-weight: bold;
}

.about {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    font-size: 2rem;
    text-align: center;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 4rem;
    box-shadow: 22px 21px 0px -8px #a47563;
    border-radius: 20px;
    font-weight: 500;
}

.about p:first-of-type {
    border-bottom: #f4de89 solid 4px;
    color: #be636a;
    padding-bottom: 3rem;
    font-size: 2.8rem;
}

.about p:last-of-type {
    display: inline-block;
    width: 100%;
}

.about p:nth-of-type(2) a {
    text-decoration: none;
    border-bottom: 1px solid #342621;
    color: #342621;
}
.about p:nth-of-type(2) a:hover{
    color:dodgerblue;
    border-bottom: dodgerblue 1px solid;
}
.map {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 300px;
    margin-top: 2rem;
}

.banner {
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: 2rem 0;
}

ul.attn {
    list-style: none;
    padding-left: 1.5em;
    margin-left: 0.5em;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
    position: relative;
    text-align: left;
    width: 52%;
}

ul.attn li:before {
    content: "※";
    margin-right: 0.5em;
}

ul.attn li {
    text-indent: -1.5em;
}

.ftbig {
    font-size: 2rem;
    font-weight: bold;
}

.guide {
    position: relative;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

.guide ul li::before {
    content: "※";
    margin-right: .25em;
}

.guide ul li {
    text-indent: -2.4rem;
    padding-left: 2.4rem;
}
.mid{
    display:none;
}
.title img{
    overflow-y: hidden;
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/

@media screen and (max-width: 1000px) {
    #global_footer {
        display: none;
    }

    .footer_sp {
        display: block;
        margin-top: -30px;
    }

    #nav_sp {
        display: block;
    }

    #global_header {
        display: none;
    }

    .radiko {
        display: none;
    }

    #main {
        margin-top: 10px;
    }

    .radiko_narrow {
        display: block;
        width: 100%;
        position: relative;
    }

    .radiko_narrow a img {
        position: relative;
        width: 100%;
        height: auto;
    }

}

/*===============================================
●style.css 画面の横幅が960pxまで　タブレット
===============================================*/

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


    .mid {
        display: block;
    }
}

/*===============================================
●style.css 画面の横幅が520pxまで　スマホ
===============================================*/

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

    input,
    button,
    select,
    textarea {
        -webkit-appearance: none;
    }

    .wimg {
        width: 100%;
    }

    /* twitter埋め込みあり */
    .twitter-widget-wrapper iframe {
        width: 740px !important;
    }

    .contents {
        font-size: 1.4rem;
    }

    .about {
        font-size: 1.6rem;
        text-align: left;
        padding: 3rem;
    }

    .map {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        height: 200px;
        margin-top: 2rem;
    }



    .ftbld {
        font-size: 1.6rem;
    }

 

    ul.attn {
        width: 100%;
    }

    .guide {
        width: 100%;
        font-size: 1.4rem;
    }

    .ftbig {
        font-size: 1.5rem;
    }
    .about p:first-of-type {
    font-size:1.8rem;
    }
    .guide ul li{
        text-indent: -2rem;
    padding-left: 2rem;
    }
    .mid,.big{
        display:none;
    }
    .sml{
        display:block;
    }
}