@charset "UTF-8";

html {

    font-size: 62.5%;
}

body {
    margin: 0;
}

* {
    -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;
    color: #574338;
    /* padding-bottom: 30px; */
    /* background-color:rgba(248,245,226,.5); */
    /* background:
        linear-gradient(90deg, rgb(241 226 198 / 60%), rgb(248 245 227 / 64%) 60%, rgb(241 231 204 / 60%)), repeating-radial-gradient(ellipse at 60% 500%, #f9eec48a, #f9f5d7 0.2%, #f8f5e366 0.6%, #f8f5e3 1%); */
    /* background-color:#efd58936; */
    background-color: #f7f0e6;
}

.main_wrapper {
    position: relative;

    /* background-image: url("../images/bg_btm.png");
    background-repeat: no-repeat;
    background-position: bottom center; */
    padding-bottom: 20rem;

    width: 100%;
    height: 100%;
}



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;
}

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

}

.footer_sp {
    display: none;
}

.big {
    display: block;
}

.sml {
    display: none;
}

/* flex */
.flex_center {
    position: relative;
    display: flex;
    justify-content: center;
}

/*-------------- ここから-----------------------*/

.header {
    position: relative;
    width: 100%;
    /* height:74vh; */
    background-color: #f5eee8;
    background-image: url('../images/bg_header.jpg');
    margin: 0;

    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.header picture,
.header picture img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.header picture source,
.header picture,
.header picture img {
    position: relative;
    display: block;
    width: 100%;
}

.header picture:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.header_under {
    margin: 0;

}

.header_under,
.header_under ul {
    width: 100%;
    position: relative;
    text-align: center;
    list-style-type: none;

    /* margin:2rem 0; */
}

.header_under ul {
    padding: 0;
    /* margin:1rem 0; */
    background-color: #64b5d6;
    color: #f8f5e3;
    padding: 1rem 0;
    padding-bottom: 0.5rem;
}



.header_under ul li ul.flex_center li:first-of-type {
    width: 4rem;
    height: auto;
    line-height: 1.4;
}

.header_under ul li ul.flex_center {
    gap: 0 2rem;
}

.options {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    border: none;
}

.mail_outer {
    position: relative;
    width: 100%;
    font-weight: bold;
    color: #f8f5e3;
}

.header_under ul li a {
    text-decoration: none;
    color: #f8f5e3;
}

.mail:hover {

    text-decoration: underline;
    padding-bottom: 0;
    margin-bottom: 0;
    /* font-size: 3rem; */
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;

}

.mail:visited {
    color: #f8f5e3;
}

.date {
    padding: 4rem 0 2rem 0;
    line-height: 1.8;
}

.contents {
    position: relative;
    width: 80%;
    max-width: 1080px;
    font-size: 1.8rem;
    line-height: 2;
    margin: 3rem auto;


}

.box {
    padding: 2rem 5rem;
    margin: 5rem 0;
    color: #574338;
    /* background: #f8f5e3; */
    background: #f6f6f6;
    /* box-shadow: 0px 0px 0px 1.6rem #f8f5e3, 1px 5px 3px 2rem rgb(206, 197, 181, 0.4); */
    box-shadow: 0px 0px 0px 1.6rem #f6f6f6;
    border: solid 2px #FFD700;
    /* border-radius: 8px; */
    font-size: 1.8rem;
    line-height: 1.8;
    position: relative;

}

.box_title {
    font-weight: bold;
    font-size: 3.4rem;
    text-align: center;
    border-bottom: solid 1px #FFD700;
    padding: 1rem 0;
    margin-bottom: 1rem;
    color: #ef8e89;
}

.box_body {
    position: relative;
    padding: 1rem 0;
    line-height: 1.8;
}

/* .box p{
    margin: 0; 
    padding: 0;
} */
.box_flex {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.box_flex .box {
    width: 46%;
    position: relative;
}

.box_body img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

.ppl .box_body {
    line-height: 2;
}

.ppl .box_body img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}

.box_body dl dt {
    font-weight: bold;
    font-size: 2.4rem;
    padding-top: 2rem;
}

.box_body dl dd {
    padding-bottom: 1rem;
    position: relative;
    /* padding-left: 2rem; */
    margin-left: auto;
    margin-right: auto;
}

.sns .box_body p {
    padding-top: 2rem;
}

.sns p.attn {
    padding-top: 10rem;
}

.about .box_body,
.corner .box_body,
.sns .box_body {
    text-align: center;
}

.about p,
.corner dl,
.sns p {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    .header_under ul li ul.flex_center li:first-of-type{
        width:4rem;
    }
    .mail{
        font-size:4rem;
    }
/*===============================================
●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: 960px) {}

/*===============================================
●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;
    }

    .big {
        display: none;
    }

    .sml {
        display: block;
    }

    .header_under {
        margin-top: 0;
    }

    .contents {
        display: block;
        font-size: 1.4rem;
    }

    .podcast {
        width: 100%;
    }

    .about {
        width: 100%;
        margin-top: 2rem;
    }

    .podcast ul li {
        padding-bottom: 1rem;
    }

    .main_wrapper {
        background-size: contain;
        padding-bottom: 10rem;
    }

    .box_flex {
        display: block;
    }

    /* .ppl {
        display: none;
    } */

    .box {
        padding: 2rem 1rem;
        font-size: 1.6rem;
        margin-bottom: 8rem;
    }

    .box_flex .box {
        width: 100%;
    }

    .box_body dl dt {
        font-size: 1.8rem;
        padding-bottom: 1rem;
    }

    .box_title {
        font-size: 2rem;
        padding-top: 0rem;
    }

    .date {
        padding: 4rem 0 0 0;
        font-size: 1.6rem;
    }

    .about_title {
        padding-bottom: 1rem;
    }

    .space {
        letter-spacing: -.1rem;
    }

    .sns p.attn {
        padding-top: 2rem;
    }

    .big2 {
        display: none;
    }
    .header_under ul li ul.flex_center li:first-of-type{
        width:3rem;
        line-height:1;
    }
    .mail{
        font-size:2.4rem;
    }
}