@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */

.c_y{ background-color: #fff5d7;}
.c_p{ background-color: #f7e9ef;}
.c_g{ background-color: #d9f1df;}
.c_c{ background-color: #d1eeec;}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap,
#contents_area,
.section{
    min-width: 960px;
}

#head{
    padding: 20px 0;
    text-align: center;
}

#head img{
    width: 154px;
    height: auto;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 -20px 0;
}

#mv h1{
    text-align: center;
}

#sec_yodogawa{
    width: 880px;
    margin: 0 auto;
    padding: 0 0 25px 365px;
    box-sizing: border-box;
    position: relative;
}

#sec_yodogawa .date{
    position: absolute;
    top: 45px;
    left: 75px;
}

#sec_yodogawa p{
    margin: 0 0 35px 0;
    line-height: 2em;
    letter-spacing: .1em;
}


/* --------------------------------------------------
*
    .section
*
-------------------------------------------------- */
.section h2{
    margin: 0 0 30px 40px;
}

#sec_intro h2{
    margin-left: 0;
    text-align: center;
}

.section .section_inner{
    width: 720px;
    margin: 0 auto;
    padding: 90px 0 75px 0;
}

.section .pic{
    width: 680px;
    margin: 0 auto 45px auto;
    position: relative;
    text-align: center;
}

.section .pic .credit{
    font-size: 10px;
    position: absolute;
    bottom: -15px;
    right: 0;
}

.section .pic .caution{
    font-size: 12px;
    letter-spacing: .1em;
    color: #5b789d;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.section .pic.book{
    width: 355px;
    margin: 0 auto;
    text-align: center;
}

.section .pic .price{
    margin: 5px 0 10px 0;
    font-size: 13px;
    display: block;
    line-height: 1.8em;
    color: #5b789d;
}

.section .pic .info{
    margin: 10px 0 40px 0;
    font-size: 14px;
    display: block;
    line-height: 1.8em;
}

.section .pic .info a[target="_blank"]::after{
    margin: 0 3px 0 1px;
    font-family:'Hobonichi-Icons'!important;
    content: "\e914";
    font-size: 85%;
    position: relative;
    top: -3px;
}

.section .pic .notes a:before{
    bottom: -10px;
    display: none;
}

.section .desc{
    padding: 0 0 0 165px;
    text-align: left;
}

.section .desc p{
    margin: 0 0 35px 0;
    line-height: 2em;
    letter-spacing: .1em;
}

.section .desc p:last-child{
    margin: 0;
}

.section a{
    display: inline-block;
    position: relative;
    transition: opacity .15s ease 0s;
}

.is_pc .section a:hover,
.is_sp .section a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

.section a:before{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 2px;
    left: 0;
}

.section .img_badge{
    margin: 40px 0 0 0;
}

.section .img_badge .caption{
    margin: 15px 0 0 0;
    display: block;
    font-size: 12px;
    letter-spacing: .1em;
    color: #5b789d;
    text-align: center;
}

.section .sec_event{
    width: 500px;
    margin: 50px auto 0 auto;
    padding: 50px 0 50px 55px;
    box-sizing: border-box;
    background-color: #ffffe1;
    border: 1px solid #dc6ba8;
    position: relative;
    left: 30px;
}

.section .sec_event h3{
    margin: 0 0 40px 0;
}

.section .sec_event h3 img{
    width: 290px;
    height: auto;
}

.section .sec_event li{
    margin: 0 0 40px 0;
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
}

.section .sec_event p{
    line-height: 2em;
    letter-spacing: .05em;
    color: #dc6ba8;
}

.section .sec_event h4{
    margin: 0 0 8px 0;
    color: #dc6ba8;
    font-weight: bold;
}

.section .sec_event li.indent p{
    text-indent: -1em;
    padding-left: 1em;
}

.section .sec_event li a{
    color: #dc6ba8;
}

.section .sec_event li a:before{
    border-color: #dc6ba8;
}

.section .sec_event .btn_event{
    width: 320px;
    margin: 0 auto;
    position: relative;
    left: -25px;
}

.section .sec_event .btn_event{
    font-size: 90%;
    color: #000000 !important;
    text-align: center;
}

.section .sec_event .btn_event a{
    width: 320px;
    padding: 17px 0;
    text-align: center;
    display: block;
    background-color: #dc6ba8;
    border-radius: 10px;
    box-shadow: 4px 4px 0px #000;
    color: #fff;
    font-family: '陸隷';
    font-size: 25px;
    line-height: 1.3em;
    letter-spacing: .05em;
    transition: all .15s ease 0s;
    top: 0;
    left: 0;
}

.is_sp .section .sec_event .btn_event a.touch,
.is_pc .section .sec_event .btn_event a:hover{
    opacity: 1 !important;
    background-color: #cf639d;
    box-shadow: 0px 0px 0px #000;
    transition: all .15s ease .05s;
    top: 4px;
    left: 4px;
}

.section .sec_event .btn_event a:before{
    display: none;
}

.section.btm .yt{
    margin: 50px 0 100px 0;
    text-align: center;
}

.section.btm .credit{
    margin: 0 0 20px 0;
    text-align: center;
}

.section.btm .credit a:before{
    display: none;
}

.section.btm .credit p{
    line-height: 2em;
    letter-spacing: .1em;
}

.section.btm .credit p.cooperate{
    margin: 0 0 15px 0;
}

.section.btm .credit p.cooperate img{
    width: 164px;
    height: auto;
    margin: -5px 0 0 15px;
    vertical-align: top;
}

.section.btm .credit p.date{
    font-size: 13px;
    letter-spacing: .3em;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

#foot_share .btn_tobichi{
    margin: 0 0 60px 0;
}

#foot_share .btn_tobichi img{
    width: 182px;
    height: auto;
}

#foot_share li{
    margin: 0 10px;
    display: inline-block;
}

#foot_share li img{
    width: auto;
    height: 50px;
}

#foot_share .copyright{
    margin: 40px 0 0 0;
}

#foot_share .copyright img{
    width: 210px;
    height: auto;
}

} /* ----- min-width : 641px ----- */