<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
.contents_inner{
    min-width: 950px;
    padding: 0 0 105px 0;
    overflow: hidden;
}

#sp_tw_window{ display: none !important;}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 45px 0;
    position: relative;
}

#mv .img_slider div{
    position: relative;
}

#mv .img_slider div a,
#mv .img_slider div a span{
    overflow: hidden;
    display: block;
    position: relative;
    top: 0 !important;
 }

#mv .img_slider div a:before,
#mv .img_slider div a:after,
#mv .img_slider div a span:before,
#mv .img_slider div a span:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 10;
    transition: width .15s ease 0s, height .15s ease 0s, left .15s ease .0s, top .15s ease .0s, opacity .15s ease;
}

.is_pc #mv .img_slider div:hover a span:before,
.is_pc #mv .img_slider div:hover a span:after,
.is_pc #mv .img_slider div:hover a:before,
.is_pc #mv .img_slider div:hover a:after,
.is_sp #mv .img_slider div.touch a span:before,
.is_sp #mv .img_slider div.touch a span:after,
.is_sp #mv .img_slider div.touch a:before,
.is_sp #mv .img_slider div.touchr a:after{
    opacity: 1;
    transition: width .1s ease-out .05s, height .1s ease-out .05s, left .1s ease-out .05s, top .1s ease-out .05s, opacity .1s ease-out .05s;
}

/*
#mv .img_slider div a span:before{ width: 0; border-top: 3px solid rgba(0, 0, 0, 1); transition-duration: .15s !important;}
#mv .img_slider div a span:after{ height: 0; border-right: 3px solid rgba(0, 0, 0, 1); transition-duration: .15s !important;}
#mv .img_slider div a:before{ width: 0; border-bottom: 3px solid rgba(0, 0, 0, 1); left: 100%; transition-duration: .15s !important;}
#mv .img_slider div a:after{ height: 0; border-left: 3px solid rgba(0, 0, 0, 1); top: 100%; transition-duration: .15s !important;}

.is_pc #mv .img_slider div:hover a span:before{ width: 100%; transition: width .15s ease-out .1s, height .15s ease-out .1s, left .15s ease-out .1s, top .15s ease-out .1s, opacity .15s ease-out .1s;}
.is_pc #mv .img_slider div:hover a span:after{ height: 100%; transition: width .15s ease-out .1s, height .15s ease-out .1s, left .15s ease-out .1s, top .15s ease-out .1s, opacity .15s ease-out .1s;}
.is_pc #mv .img_slider div:hover a:before{ width: 100%; left: 0; transition: width .15s ease-out .2s, height .15s ease-out .2s, left .15s ease-out .2s, top .15s ease-out .2s, opacity .15s ease-out .2s;}
.is_pc #mv .img_slider div:hover a:after{ height: 100%; top: 0;}
.is_sp #mv .img_slider div.touch a span:before{ width: 100%;}
.is_sp #mv .img_slider div.touch a span:after{ height: 100%;}
.is_sp #mv .img_slider div.touch a:before{ width: 100%; left: 0;}
.is_sp #mv .img_slider div.touch a:after{ height: 100%; top: 0;}
*/

#mv img{
    opacity: 1 !important;
    background-color: transparent;
    position: relative;
    z-index: -1;
    transition: transform 2.5s ease-in .0s;
    -webkit-transition: transform 2.5s ease-in .0s;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -webkit-transform-style: preserve-3d;
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    margin: 0 !important;
}

.is_pc #mv a:hover img,
.is_sp #mv a.touch img{
    transform: scale(1.015) translate3d(0, 0, 0);
    -webkit-transform: scale(1.015) translate3d(0, 0, 0);
    transition: transform 1.5s ease-out .1s;
    -webkit-transition: transform 1.5s ease-out .1s;
}

#mv .btn_prev,
#mv .btn_next{
    opacity: 0;
    width: 43px;
    position: absolute;
    bottom: calc(50% - 38px);
    left: 0;
    z-index: 10;
}

#mv .btn_next{
    left: inherit;
    right: 0;
}

#mv .btn_prev img,
#mv .btn_next img{
    width: 43px;
    transition: opacity .1s ease .0s;
    cursor: pointer;
}

.is_pc #mv .btn_prev:hover img,
.is_pc #mv .btn_next:hover img,
.is_sp #mv .btn_prev.touch img,
.is_sp #mv .btn_next.touch img{
    opacity: .7 !important;
    transition: opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    #todays_info
*
-------------------------------------------------- */
#todays_info{
    width: 100%;
    height: 45px;
    margin: 0 0 25px 0;
    display: table;
    overflow: hidden;
    position: relative;
}

#todays_info .business_hour{
    width: 190px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .16em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #36749a;
    position: relative;
    z-index: 2;
}

#todays_info .business_hour:after{
    content: '';
    width: 24px;
    height: 45px;
    display: block;
    background-image:url(../images/parts_schedule_slash.png);
    background-repeat: no-repeat;
    background-size: auto 45px;
    position: absolute;
    top: 0;
    right: -15px;
}

#todays_info .business_hour h3{
    font-size: 18px;
    letter-spacing: .025em;
}

#todays_info div{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#todays_info .shop{
    background-color: #d0dce5;
    position: relative;
    z-index: 1;
}

#todays_info ul{
    width: 100%;
    box-sizing: border-box;
    padding: 0 35px;
    display: table;
    position: relative;
}

#todays_info ul:after{
    content: '';
    border-style: solid;
    border-width: 22px 21px 22px 0;
    border-color: transparent #fff transparent transparent;
    display: block;
    position: absolute;
    top: -13px;
    right: 0;
}

#todays_info li{
    opacity: 0;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #10375c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .16em;
}

#todays_info li.today{ font-size: 18px; letter-spacing: .12em;}
#todays_info li .s{ margin: 0 3px; font-size: 14px;}
#todays_info li .date{ margin: 0 0 0 10px; font-size: 16px; font-weight: normal; color: #36749a;}
#todays_info li .holiday{ color: #e18dc4;}

/* --------------------------------------------------
*
    #content_column
*
-------------------------------------------------- */
#content_column{
    padding: 40px 0 0 0;
    letter-spacing: -.40em;
    border-top: 1px solid #c1c1c1;
}

#content_column .col_left{
    width: 545px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

#content_column &gt; .col_right{
    width: 405px;
    padding: 0 0 0 40px;
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: normal;
    vertical-align: top;
}

#content_column .col_left article{
    clear: both;
}

#content_column .col_left ul{
    height: 0;
    clear: both;
    padding: 25px 20px;
    opacity: 0;
    overflow: hidden;
}

#content_column .col_left ul.on{
    height: auto !important;
}

#content_column .col_left li{
    opacity: 0;
    clear: both;
    margin: 0 0 25px 0;
    overflow: hidden;
}

#content_column .col_left li:last-child{
    margin: 0;
}

#content_column a{
    display: block;
    overflow: hidden;
}

#content_column .col_left li .pic{
    width: 240px;
    margin: 0 20px 0 0;
    line-height: 0;
    float: left;
    overflow: hidden;
    position: relative;
}

#content_column .col_left li .pic:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(192, 192, 192, .4);
    position: absolute;
    top: 0;
    lefT: 0;
    transition: opacity .1s ease .0s;
}

#content_column .col_left li .pic img{
    width: 100%;
}

#content_column .col_left li .pic img.square{
    margin-top: 0 !important;
}

.is_pc #content_column .col_left li a:hover .pic:after,
.is_sp #content_column .col_left li a.touch .pic:after{
    opacity: 1;
    transition: opacity .15s ease .05s;
}

#content_column .col_left li .col_right{
    width: 245px;
    float: left;
}

#content_column .col_left article{
    margin: 0 0 25px 0;
}

#content_column h2{
    margin: 0 0 10px 20px;
    padding: 0 1px 4px 1px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: .12em;
    border-bottom: 1px solid #000;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

#content_column h2:after{
    content: '';
    width: 23px;
    height: 20px;
    display: block;
    background-image:url(../images/parts_ico_flag.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    position: absolute;
    top: -5px;
    right: -30px;
}

#content_column #take_place h2:after{
    background-image:url(../images/parts_ico_flag_b.png);
}

#content_column #in_session ul{
    background-image:url(../images/parts_bg_stripe_y.png);
    overflow: hidden;
}

#content_column #take_place ul{
    background-image:url(../images/parts_bg_stripe_c.png);
    overflow: hidden;
}

#content_column .col_left li h3{
    margin: -4px 0 20px 0;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .09em;
    color: #10375c;
    transition: color .1s ease .0s;
}

.is_pc #content_column a:hover h3,
.is_sp #content_column a.touch h3{
    color: #5489b7;
    transition: color .15s ease .05s;
}

#content_column .col_left li .date{
    font-size: 15px;
    letter-spacing: .12em;
    color: #000;
}

#content_column .btn_schedule{
    margin: 0 20px 0 0;
}

/*
*
    col_right
*
*/
#content_column #news_tw{
    margin: 0 0 45px 0;
}

#content_column #news_tw h2{
    color: #000;
    margin-left: 0;
}

#content_column #news_tw h2 a{
    color: #000;
}

#content_column #news_tw h2:after{
    width: 22px;
    height: 18px;
    background-image:url(../images/parts_ico_speaker.png);
    background-size: 22px;
    top: -3px;
}

#news_tw .tw_wrap{
/*
    padding: 15px 0;
    border: 1px solid #d0dce5 !important;
*/
    box-sizing: border-box;
}

#content_column .banner_mail_magazine a{
    width: 350px;
    height: 140px;
    display: block;
    background-image:url(../images/btn_banner_mail_magazine_on.png);
    background-size: 350px;
    background-repeat: no-repeat;
}

#content_column .banner_mail_magazine.disabled img{ opacity: 0 !important;}
#content_column .banner_mail_magazine.disabled a{
    background-image:url(../images/btn_banner_mail_magazine_disabled.png);
}

#content_column .banner_mail_magazine img{
    width: 350px;
    opacity: 1 !important;
    transition: opacity .1s ease .0s;
}

.is_pc #content_column .banner_mail_magazine a:hover img,
.is_sp #content_column .banner_mail_magazine a.touch img{
    opacity: 0 !important;
    transition: opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    #access
*
-------------------------------------------------- */
#access{
    min-width: 950px;
    padding: 40px 0;
    margin: 0 0 65px 0;
    background-image:url(../images/parts_bg_stripe_g.png);
    overflow: hidden;
}

#access .section_inner{
    width: 950px;
    margin: 0 auto;
}

#access .title{
    display: block;
}

#access h2{
    margin: 0 0 20px 0;
    padding: 0 1px 4px 1px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: .12em;
    border-bottom: 1px solid #000;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

#access h2:before{
    content: '';
    width: 17px;
    height: 25px;
    display: block;
    background-image:url(../images/parts_ico_pin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    position: absolute;
    top: -5px;
    right: -27px;
}

#access .col_left{
    width: 610px;
    float: left;
    position: relative;
}

#access .col_right{
    margin: -5px 0 0 0;
    width: 310px;
    float: right;
    letter-spacing: normal;
}

#access .map{
    width: 100%;
    height: 415px;
}

#access h4{
    margin: 0 0 15px 0;
}

#access h4 img{
    width: auto;
    height: 26px;
}

#access dl{
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.589em;
    letter-spacing: .12em;
    position: relative;
}

#access dl:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#access dt{
    clear: both;
    min-width: 80px;
    float: left;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#access dd{
    float: left;
}

#access .notes{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    letter-spacing: .12em;
    line-height: 1.52em;
    transition: opacity .1s ease .0s;
    white-space: nowrap;
}

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

#access .col_right li{
    margin: 0 0 30px 0;
}


/* --------------------------------------------------
*
    #tobichi_media
*
-------------------------------------------------- */
#tobichi_media{
    margin: 0 0 60px 0;
}

#tobichi_media h3{
    padding: 0 0 6px 0;
    margin: 0 0 20px 0;
    font-size: 18px;
    display: inline-block;
    letter-spacing: .08em;
    font-weight: bold;
    border-bottom: 1px solid #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#tobichi_media ul{
    width: calc(100% + 80px);
    letter-spacing: -.40em;
    position: relative;
    left: -40px;
}

#tobichi_media li{
    width: 33.333%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    letter-spacing: normal;
}

#tobichi_media li img{
    width: 245px;
    opacity: 1 !important;
    position: relative;
}

#tobichi_media li a{
    display: block;
    color: #000;
}

#tobichi_media li .img{
    margin: 0 45px 35px 45px;
    overflow: hidden;
    line-height: 0;
    position: relative;
}

#tobichi_media li .img span{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

#tobichi_media li .img span:before{
    content: '';
    width: 100%;
    height: 100%;
    opacity: .25;
    border-radius: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity .1s ease .0s;
    -webkit-transition: opacity .1s ease .0s;
}

#tobichi_media li .img span:after{
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;    
    background-size: 100%;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: transform .1s ease .0s;
    -webkit-transition: transform .1s ease .0s;
}

#tobichi_media li.report .img span:after{ background-image:url(../images/parts_ico_info_report.png);}
#tobichi_media li.tw .img span:after{ background-image:url(../images/parts_ico_info_tw.png);}
#tobichi_media li.instagram .img span:after{ background-image:url(../images/parts_ico_info_instagram.png);}

#tobichi_media li a:hover .img span:before{
    opacity: 0;
    transition: opacity .25s ease .05s;
    -webkit-transition: opacity .25s ease .05s;
}

#tobichi_media li a:hover .img span:after,
#tobichi_media li a.touch .img span:after{
    transform: scale(.95);
    -webkit-transform: scale(.95);
    transition: transform .15s ease .05s;
    -webkit-transition: transform .15s ease .05s;
}

#tobichi_media li .desc{
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.875em;
    letter-spacing: .12em;
}


#tobichi_media li .detail{
    padding: 0 5px 0 50px;
    height: 29px;
    border-radius: 29px;
    line-height: 29px;
    background-color: #fff;
    color: #36749a;
    opacity: .7;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .06em;
    background-image:url(../images/parts_ico_dot_arrow_b.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: 15px center;
    display: inline-block;
    position: relative;
    left: -10px;
    transition: background .1s ease .0s, opacity .1s ease .0s;
}

#tobichi_media li .detail.blank:after{
    margin: 0 3px 0 1px;
    font-family:'Hobonichi-Icons'!important;
    content: "\e914";
    font-size: 85%;
    position: relative;
    top: -3px;
}

.is_pc #tobichi_media li a:hover .detail,
.is_sp #tobichi_media li a.touch .detail{
    color: #36749a;
    opacity: 1 !important;
    background-position: 18px center;
    transition: background .15s ease .05s, opacity .15s ease .05s;
}



/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
}

#btm_info h2{
    margin: 0 0 40px 0;
}

#btm_info .tobichi_kyoto{
    position: relative;
}

#btm_info .logo{
    height: 274px;
    position: absolute;
    top: -8px;
    left: 0;
}

#btm_info .logo img{
    width: 191px;
}

#btm_info .info_wrap{
    border-top: 1px dashed #80a0c4;
    border-bottom: 1px dashed #80a0c4;
    margin: 0 0 0 220px;
    padding: 38px 0 33px 20px;
    display: table;
}

#btm_info .info_wrap p{
    font-size: 15px;
    line-height: 2em;
    letter-spacing: .12em;
}

#btm_info .info_wrap dl{
    font-size: 14px;
    line-height: 2.1em;
    letter-spacing: .12em;
    position: relative;
}

#btm_info .info_wrap dl:after{
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#btm_info .info_wrap dt{
    min-width: 65px;
    clear: both;
    float: left;
    font-weight: bold;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#btm_info .info_wrap dd{
    float: left;
}

#btm_info .info_wrap dd.s{
    font-size: 13px;
}

#btm_info .info_wrap .col_left{
    width: 50%;
    max-width: 340px;
    display: table-cell;
    vertical-align: top;
}

#btm_info .info_wrap .col_left h3{
    margin: 0 0 25px 0;
}

#btm_info .info_wrap .col_left h3 img{
    width: 194px;
}

#btm_info .info_wrap .col_right{
    width: 100%;
    min-width: 380px;
    display: table-cell;
    vertical-align: top;
}

#btm_info .info_wrap .col_right .btn_detail_arrow{
    margin: -3px 0 33px 0;
}

} /* ----- min-width : 641px ----- */
</pre></body></html>