@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    teaser_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

.section_inner{
    padding: 0 15px;
}

/* --------------------------------------------------
*
    #slide_visual
*
-------------------------------------------------- */
#slide_visual{
    margin: 0 0 20px 0;
    position: relative;
}

#slide_visual .img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#slide_visual .img img{
    width: 100%;
    position: relative;
}

#slide_visual:after{
    content: '';
    display: block;
    width: 100%;
    height: 12%;
    background:linear-gradient(to bottom, transparent, #fff);
    position: absolute;
    left: 0;
    bottom: 0;
}


#slide_visual .disabled{
    display: none !important;
}

#slide_visual .btn_prev,
#slide_visual .btn_next{
    width: 11px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
    top: calc(50% - 15px);
    left: 15px;
    z-index: 10;
}

#slide_visual .btn_next{
    left: inherit;
    right: 15px;
}

#slide_visual .btn_prev a,
#slide_visual .btn_next a{
    width: 11px;
    height: 30px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image:url(../../images/parts_slide_arrow_l.png);
    transition: opacity .1s ease .0s;
}

#slide_visual .btn_next a{
    background-image:url(../../images/parts_slide_arrow_r.png);
}

.is_pc #slide_visual .btn_prev a:hover,
.is_pc #slide_visual .btn_next a:hover,
.is_sp #slide_visual .btn_next a.touch,
.is_sp #slide_visual .btn_next a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}



/* --------------------------------------------------
*
    .yodogawa
*
-------------------------------------------------- */
.yodogawa{
    margin: 0 0 25px 0;
}

.yodogawa p{
    padding: 0 0 0 0;
    line-height: 2em;
}


/* --------------------------------------------------
*
    .mov
*
-------------------------------------------------- */
.mov{
    padding: 0 0 35px 0;
    text-align: center;
    background-position: center calc(100% - 25px);
    background-repeat: no-repeat;
    background-size: 140%;
}

.mov .thumb{
    margin: 0 0 30px 0;
    padding: 0 15px;
}

.mov .thumb img{
    width: 100%;
}

.mov .section_inner{
    text-align: left;
}

.mov .section_inner p{
    padding: 0 0 0 0;
    line-height: 2em;
}


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

section.sec.store{ margin: 0;}

section.sec .title{
    margin: 0 0 30px 0;
    height: 130px;
    text-align: center;
    background-color: #ede7df;
}

section.sec .title .inner{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

section.sec .title .h{
    width: 180px;
    height: 32px;
    margin: 0 0 15px 0;
    line-height: 32px;
    border-radius: 36px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    background-color: #fa6b18;
}

section.sec .title h2{
    font-size: 1.8rem;
    color: #fa6b18;
}

section.sec .d{
    padding: 0 0 0 0;
    line-height: 2em;
}

section.sec .route{
    margin: 40px 0 15px 0;
    padding: 0 0 30px 0;
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

section.sec .route img{
    width: 200%;
    max-width: 480px;
}

section.sec .map{
    margin: 35px 0 30px 0;
    text-align: center;
}

section.sec .map img{
    width: 100%;
}

section.sec .box{
    width: calc(100% + 30px);
    margin: 0 0 30px -15px;
    padding: 20px 15px 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #eee;
}

section.sec dl{
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    line-height: 2em;
}

section.sec dt{
    color: #fa6b18;
}

section.sec dd{
    padding-left: 1em;
    text-indent: -1em;
}

section.sec dd span{
    color: #fa6b18;
}

section.sec .btn{
    margin: 30px 0 0 0;
    text-align: center;
}

section.sec .btn img{
    width: 100%;
    max-width: 360px;
}


/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    background-color: #eee;
}

#btm_info .section_inner{
    padding: 20px 0;
}

#btm_info .col_l{
    padding: 0 0;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

#btm_info .col_l img{
    width: 100%;
    max-width: 240px;
}

#btm_info .col_r{
    padding: 0 15px;
    vertical-align: middle;
}

#btm_info .col_r p{
    line-height: 2em;
}


/* --------------------------------------------------
*
    #map
*
-------------------------------------------------- */
#map{
    padding: 15px;
    text-align: center;
    background-color: #ede7df;
}

#map img{
    width: 100%;
}


/* --------------------------------------------------
*
    #shop_list
*
-------------------------------------------------- */
#shop_list h2{
    padding: 10px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: font-weight: bold;;
    background-color: #7d7d7d;
    text-align: center;
    letter-spacing: .05em;
}

#shop_list .txt{
    padding: 15px;
    text-align: left;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.777em;
}

#shop_list ul{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1em;
}

#shop_list li{
    padding:  0;
}

#shop_list li:last-child{
    border-bottom: 2px solid #eee;
    box-sizing: border-box;
}

#shop_list li:nth-child(even){
    background-color: #eee;
}

#shop_list .odd li:nth-child(even){
    background-color: inherit;
}

#shop_list .odd li:nth-child(odd){
    background-color: #eee;
}

#shop_list li .inner{
    padding: 25px 15px 20px 15px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}

#shop_list li .inner:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image:url(../../images/teaser/0515/il_a.png);
    background-size: 84px;
    background-repeat: no-repeat;
    background-position: calc(50% - 42px) 28px;
    position: absolute;
    top: 0;
    left: 0;
}

#shop_list .a li .inner:before{ background-image:url(../../images/teaser/0515/il_a.png);background-size: 84px; background-position: calc(50% - 42px) 32px;}
#shop_list .b li .inner:before{ background-image:url(../../images/teaser/0516/il_b.png); background-size: 68px; background-position: calc(50% - 32px) 10px;}
#shop_list .c li .inner:before,
#shop_list .d li .inner:before,
#shop_list .e li .inner:before,
#shop_list .f li .inner:before{ background-image:url(../../images/teaser/0517/il.png); background-size: 50px; background-position: calc(50% - 32px) 10px;}

#shop_list .g li .inner:before{ background-image:url(../../images/teaser/0518/il_g.png); background-size: 86px; background-position: calc(50% - 32px) 26px;}
#shop_list .g2 li .inner:before{ background-image:url(../../images/teaser/0518/il_g2.png); background-size: 95px; background-position: calc(50% - 32px) 24px;}
#shop_list .h li .inner:before{ background-image:url(../../images/teaser/0518/il_h.png); background-size: 44px; background-position: calc(50% - 32px) 16px;}

#shop_list li .num{
    width: 100%;
    padding: 0 0 0 84px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
}

#shop_list li .num img{
    width: 53px;
}

#shop_list li .col{
    padding: 2px 0 0 0;
    box-sizing: border-box;
    vertical-align: top;
}

#shop_list li .col h3{
    text-align: center;
    margin: 0 0 1px 0;
    padding: 5px 0 15px 0;
    display: block;
    font-size: 1.28rem;
    letter-spacing: .05em;
    line-height: 1.5em;
}

#shop_list li .col dl{
    width: 100%;
    padding: 0;
    margin: 0;
    display: table;
    text-align: left;
    letter-spacing: -.40em;
    vertical-align: middle;
}

#shop_list li .col dt{
    width: 55px;
    min-width: 55px;
    display: table-cell;
    vertical-align: top;
}

#shop_list li .col dt span{
    display: inline-block;
    padding: 2px;
    background-color: #fa6b18;
    font-size: .85rem;
    color: #fff;
    letter-spacing: .05em;
    line-height: 1em;
}

#shop_list li .col dd{
    width: 100%;
    padding: 0;
    text-indent: 0;
    display: table-cell;
    vertical-align: top;
    position: relative;
    color: #fa6b18;
    letter-spacing: -.40em;
    left: -14px;
}

#shop_list li .col dd p{
    padding: 0 10px;
    display: inline-block;
    position: relative;
    font-size: 1rem;
    letter-spacing: .025em;
    line-height: 1.7777em;
}

#shop_list li .col dd.uc{
    width: 100%;
    display: block;
    text-align: center;
    left: 0;
}

#shop_list li .col dd.uc p{
    color: #878787;
    text-align: center;
}

#shop_list li .col dd p:after{
    content: '';
    display: block;
    width: 1px;
    height: 60%;
    background-color: #000;
    position: absolute;
    top: 20%;
    right: 0;
}

#shop_list li .col dd p:last-child:after{
    display: none;
}


/* --------------------------------------------------
*
    #afterword
*
-------------------------------------------------- */
#afterword{
    padding: 25px 0;
    text-align: center;
}

#afterword p{
    padding: 0 15px 130px 15px;
    text-align: left;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 2em;
    position: relative;
}

#afterword p:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-image:url(../../images/teaser/parts_il_ebisu.png);
    background-position: bottom center;
    background-size: 74px;
    position: absolute;
    bottom: 0;
    left: 0;
}



/* --------------------------------------------------
*
    #teaser-24-
*
-------------------------------------------------- */
p.b{
    font-size: 16px;
    font-weight: bold;
    color: #fa6b18;
    line-height: 1.8em;
}

.mt0{ margin-top: -2em !important; margin-bottom: 0 !important;}

#yodogawa{
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}

#yodogawa p{
    margin: 0 0 2em 0;
    font-size: 14px;
    line-height: 2em;
}

#yodogawa .img{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#yodogawa .img.f img{
    width: 100%;
    text-align: center;
}

#yodogawa .img img{
    max-width: 480px;
    margin: 0 auto;
    display: block;
}

#yodogawa .btn{
    text-align: center;
    margin: 30px 0 0 0;
}

#yodogawa .btn img{
    width: 100%;
    max-width: 420px;
}

#ws_list .ws{
    margin-top: 30px;
}

#ws_list .ws h2{
    text-align: center;
    background-color: #eee7df;
}

#ws_list .ws h2 img{
    width: auto;
    height: 15vw;
    max-height: 100px;
}

#ws_list .ws h2 .inner{
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
    position: relative;
}

#ws_list .ws h2 .inner img{
    position: relative;
}

#ws_list .ws .time{
    margin: 0 0 20px 0;
    padding: 40px 10px 20px 10px;
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#ws_list .ws .time img{
    width: 100%;
    min-width: 600px;
}

#ws_list .ws .inner{

    box-sizing: border-box;
}

#ws_list .ws .inner .desc{
    padding: 0 15px;
}

#ws_list .ws .inner h3{
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8em;
}

#ws_list .ws .inner p{
    margin: 0 0 2em 0;
    font-size: 14px;
    line-height: 2em;
}

#ws_list .ws .inner .txt{
    padding: 30px 15px 0 15px;
}

#ws_list .ws .inner .txt p{
    font-size: 14px;
    line-height: 2em;
}

#ws_list .ws .inner .txt .img{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#ws_list .ws .img .caption{
    margin: 0 0 10px 0;
    display: block;
    font-size: 77%;
    line-height: 1.5em;
}

#ws_list .ws .inner .txt .img.f img{
    width: 100%;
}

#ws_list .ws .inner .txt .img img{
    max-width: 480px;
}

#ws_list .ws .sub{
    margin: 30px 0 50px 0;
    padding: 0 10px;
    text-align: center;
}

#ws_list .ws .sub img{
    width: 100%;
    max-width: 420px;
}

#ws_info {
    padding: 20px 15px 20px 15px;
    background-color: #eee;
}

#ws_info .inner{
    padding: 0 ;
    box-sizing: border-box;
}

#ws_info h4{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8em;
}

#ws_info li:before{
    content: '・';
}

#ws_info li{
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 1.5em 0;
    font-size: 13px;
    line-height: 1.875em;
}

#yodogawa .notice,
#ws_list .notice{
    margin-top: 2.5em;
    color: #fa6b18;
    font-size: 12px !important;
    text-align: left;
}
#ws_list .notice{ padding: 0 15px; margin-bottom: 4em;}

.yt_mov{
    margin: 0 0 0 0;
}

.yt_mov,
.yt_mov iframe{
    width: 100%;
    height: calc((96vw - 50px) * .5625);
}



.profile{
    margin: 10px 15px 30px 15px !important;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
}

.profile li{
    padding: 20px 0 0 0;
    border-bottom: 1px dashed #aaa;
}

.profile li h5{
    margin: 0 0 15px 0;
    font-weight: bold;
}

.profile li p{
    padding: 0 10px;
    font-size: 13px !important;
}

.profile li a:hover,
.profile li a.touch{
    text-decoration: underline;
}

.profile li:last-child{
    border: none;
}



} /* ----- max-width: 640px ----- */
