@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
object, embed {
    vertical-align: middle;
}
legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
img, abbr, acronym, fieldset {
    border: 0 none;
}
img {
    vertical-align: middle;
}
ul li {
    list-style-type: none;
}


/*----------------------------------------------------
        共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
    overflow-y: scroll;
}

input,
textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input,
* html textarea {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
    color: #333;
    text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.content:after,
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

.content,
.clearfix {
    zoom: 1;
    /* for IE5.5 - IE7 */
}

/*box-sizing */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
    font-size: 14px;
    background: #fff;
    line-height: 1.7;
    color: #333;
}

/*----------------------------------------------------
        各ページスタイル
----------------------------------------------------*/
/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after,
#contents_low:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

a {
    text-decoration: none;
}
.lazyloading{
    opacity:0
}
.lazyloaded{
    opacity:1;
    transition: opacity 2.5s;
}

/*----------------------------------------------------
        PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

    body {
        min-width: 1200px;
    }

    img {
        max-width: 100%;
    }

    .sp {
        display: none !important;
    }

    .inner {
        margin: 0 auto;
        max-width: 1000px;
        width: 100%;
    }

    .flex {
        display: flex;
        display: -webkit-flex;
    }

    .left, .Left {
        float: left;
    }

    .right, .Right {
        float: right;
    }

    a.trance:hover {
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    #index a, #page a {
        color: #333;
        text-decoration: underline;
    }

    #index a:hover, #page a:hover {
        text-decoration: none;
    }

    #index p, #page p, #sub p {
        margin: 10px 0;
    }

    #index p.none, #page p.none, #sub p.none {
        margin: 0;
    }

    /*header
    ----------------------------------------*/

    header {
        width: 100%;
    }

    header .top_bar {
        background: #c42946;
        color: #fff;
        padding: 4px 0;
    }

    header .top_bar a {
        color: #fff;
        display: inline-block;
    }

    header.lower .lower_logo {
        margin: 30px 0 0;
        text-align: center;
    }

    header.lower .lower_logo a {
        display: inline-block;
    }

    /*mv
    ----------------------------------------*/

    #mv {
        background: url(img/top_mv_img.png) center center no-repeat;
        background-size: cover;
        padding: 20px 0;
    }

    #mv .flex.mv_wrap {
        align-items: flex-end;
        justify-content: space-between;
    }

    #mv .flex.mv_wrap .sns_icon li + li {
        margin-left: 15px;
    }

    #mv .flex.mv_wrap .sns_icon li {
        display: inline-block;
    }

    #mv .flex.mv_wrap .sns_icon li a {
        display: block;
    }

    /*nav
    ----------------------------------------*/

    nav {
        width: 100%;
    }

    nav ul.flex {
        box-sizing: border-box;
        justify-content: center;
        padding: 40px 0;
    }

    header.lower nav ul.flex {
        padding: 40px 0 30px;
    }

    nav ul li {
        border-right: 6px solid #dd334d;
        box-sizing: border-box;
        width: 100%;
        position: relative;
    }

    nav ul li:last-child {
        border-right: none;
    }

    nav ul li a {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        font-size: 16px;
        font-weight: bold;
        justify-content: center;
        letter-spacing: 1px;
        line-height: 1.6;
        padding: 0 20px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    /*contents
    ----------------------------------------*/

    /*共通*/
    #index .sec01,
    #index .sec02,
    #index .sec03,
    #index .sec04 {
        padding: 0 0 80px;
    }

    #index .sec01 .top_area,
    #index .sec02 .top_area,
    #index .sec03 .top_area,
    #index .sec04 .top_area {
        margin: 30px 0 0;
        overflow: hidden;
    }

    #index .sec01 .top_area .ttl,
    #index .sec02 .top_area .ttl,
    #index .sec03 .top_area .ttl,
    #index .sec04 .top_area .ttl {
        background: #f9f7d1;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 3px;
        line-height: 1.5;
        margin: 0 auto;
        padding: 50px 25px;
        position: relative;
        text-align: center;
        transform: skewX(-30deg);
        width: 870px;
    }

    #index .sec01 .top_area .ttl {
        padding: 30px 25px 50px;
    }

    #index .sec01 .top_area .ttl::before,
    #index .sec02 .top_area .ttl::before,
    #index .sec03 .top_area .ttl::before,
    #index .sec04 .top_area .ttl::before {
        background: #ff9191;
        content: "";
        width: 1000px;
        height: 130px;
        position: absolute;
        top: 50%;
        right: -960px;
        margin-top: -65px;
    }

    #index .sec01 .top_area .ttl::after,
    #index .sec02 .top_area .ttl::after,
    #index .sec03 .top_area .ttl::after,
    #index .sec04 .top_area .ttl::after {
        background: #ff9191;
        content: "";
        width: 1000px;
        height: 130px;
        position: absolute;
        top: 50%;
        left: -960px;
        margin-top: -65px;
    }

    #index .sec01 .top_area .ttl .ttl_wrap,
    #index .sec02 .top_area .ttl .ttl_wrap,
    #index .sec03 .top_area .ttl .ttl_wrap,
    #index .sec04 .top_area .ttl .ttl_wrap {
        display: block;
        position: relative;
        transform: skewX(30deg);
        z-index: 1;
    }

    #index .sec01 .top_area .ttl .ttl_wrap::before,
    #index .sec02 .top_area .ttl .ttl_wrap::before,
    #index .sec03 .top_area .ttl .ttl_wrap::before,
    #index .sec04 .top_area .ttl .ttl_wrap::before {
        background: url(img/top_ttl_parts_03.png) right top no-repeat;
        content: "";
        width: 116px;
        height: 30px;
        position: absolute;
        top: -5px;
        right: -230px;
        z-index: 1;
    }

    #index .sec02 .top_area .ttl .ttl_wrap::before,
    #index .sec03 .top_area .ttl .ttl_wrap::before {
        top: 15px;
    }

    #index .sec04 .top_area .ttl .ttl_wrap::before {
        top: -15px
    }

    #index .sec01 .top_area .ttl .ttl_wrap::after,
    #index .sec02 .top_area .ttl .ttl_wrap::after,
    #index .sec03 .top_area .ttl .ttl_wrap::after,
    #index .sec04 .top_area .ttl .ttl_wrap::after {
        background: url(img/top_ttl_parts_04.png) right top no-repeat;
        content: "";
        width: 186px;
        height: 77px;
        position: absolute;
        bottom: -40px;
        left: -330px;
        z-index: 1;
    }

    #index .sec02 .top_area .ttl .ttl_wrap::after,
    #index .sec03 .top_area .ttl .ttl_wrap::after,
    #index .sec04 .top_area .ttl .ttl_wrap::after {
        bottom: 20px;
    }

    #index .sec04 .top_area .ttl .ttl_wrap::after {
        bottom: -10px;
    }

    #index .sec01 .top_area .ttl .ttl_wrap .ttl_small,
    #index .sec02 .top_area .ttl .ttl_wrap .ttl_small,
    #index .sec03 .top_area .ttl .ttl_wrap .ttl_small,
    #index .sec04 .top_area .ttl .ttl_wrap .ttl_small {
        font-size: 28px;
    }

    #index .sec01 .top_area .txt,
    #index .sec02 .top_area .txt,
    #index .sec03 .top_area .txt,
    #index .sec04 .top_area .txt {
        margin: 30px auto 50px;
        width: 700px;
    }

    /* sec01 */
    #index .sec01 .famous_list .box {
        background: url(img/top_h2_line.png) left top repeat-x;
        padding: 10px 0 100px;
    }

    #index .sec01 .famous_list .box .flex.maker_name {
        align-items: center;
        justify-content: flex-start;
        margin: 20px 0;
    }

    #index .sec01 .famous_list .box .ttl {
        display: inline-block;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.4;
        padding: 20px 20px 20px 50px;
    }

    #index .sec01 .famous_list .box .number {
        background: url(img/top_h2_icon.png) top center no-repeat;
        display: inline-block;
        font-size: 26px;
        font-weight: bold;
        padding: 10px 27px 30px;
        text-align: center;
    }

    #index .sec01 .famous_list .box .flex.emphasis {
        align-items: center;
        justify-content: space-between;
    }

    #index .sec01 .famous_list .box .balloon {
        background: #73d4db;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 15px;
        position: relative;
        width: 40%;
    }

    #index .sec01 .famous_list .box .balloon::after {
        background: url(img/top_h2_parts.png) left top no-repeat;
        content: "";
        width: 19px;
        height: 26px;
        position: absolute;
        top: 50%;
        right: -19px;
        margin-top: -13px;
    }

    #index .sec01 .famous_list .box .flex.point {
        align-content: center;
        background: #eee url(img/top_h2_point.png) left 20px center no-repeat;
        border-radius: 5px;
        justify-content: flex-start;
        padding: 15px 20px 15px 20px;
        width: 59%;
    }

    #index .sec01 .famous_list .box .flex.point ul {
        padding-left: 115px;
    }

    #index .sec01 .famous_list .box .flex.point ul li {
        color: #636363;
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
        line-height: 2;
    }

    #index .sec01 .famous_list .box .flex.point ul li:first-child {
        margin-right: 10px;
    }

    #index .sec01 .famous_list .box .flex.gallery {
        justify-content: center;
        margin: 50px 0;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag {
        margin-right: 30px;
        position: relative;
        width: 40%;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .txt {
        background: url(/wp/wp-content/uploads/kimono_girl1.png) left top no-repeat;
        padding: 80px 0 160px 185px;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .txt .catch {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
        position: relative;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .txt .catch::after {
        background: url(img/top_h2_parts_02.png) left top no-repeat;
        content: "";
        width: 290px;
        height: 290px;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: -1;
        margin-top: -75px;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .txt .bold {
        color: #dd334d;
        display: block;
        font-size: 40px;
        font-weight: bold;
        margin: 30px 0 0;
        text-shadow: 
            3px 0px #fff,  -3px 0px #fff,
            0px -3px #fff, 0px 3px #fff,
            3px 3px #fff, -3px 3px #fff,
            3px -3px #fff, -3px -3px #fff,
            2px 3px #fff,  -2px 3px #fff,
            2px -3px #fff, -2px -3px #fff,
            3px 2px #fff,  -3px 2px #fff,
            3px -2px #fff, -3px -2px #fff;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .txt .bold_sub {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .flex.tag {
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        position: absolute;
        bottom: 50px;
        left: 0;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .flex.tag li {
        background: #e6e6e6;
        border-radius: 30px;
        color: #fff;
        display: block;
        font-size: 15px;
        line-height: 1.4;
        padding: 15px 10px;
        text-align: center;
        width: 49%;
		font-weight: bold;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .flex.tag li.active {
        background: #05a2c9;
		font-weight: bold;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .flex.tag li:not(:first-child):not(:nth-child(2)) {
        margin-top: 10px;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img {
        width: 55%;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .flex.photo {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .flex.photo li {
        border: 2px solid #d8d8d8;
        width: 180px;
        height: 180px;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .flex.photo li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 5px;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .flex.photo li a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .flex.photo li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        height: auto;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .caption_wrap {
        margin: 10px 0;
        overflow: auto;
        white-space: nowrap;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .caption_wrap::-webkit-scrollbar {
        height: 5px;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .caption_wrap::-webkit-scrollbar-track {
        background: #d2d2d2;
        border-radius: 20px;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .caption_wrap::-webkit-scrollbar-thumb {
        background: #a0a0a0;
        border-radius: 20px;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .caption_wrap {
        scrollbar-face-color: #a0a0a0; 
        scrollbar-track-color: #d2d2d2; 
        scrollbar-arrow-color: #333; 
        scrollbar-highlight-color: #a0a0a0; 
        scrollbar-shadow-color: #a0a0a0; 
        scrollbar-3dlight-color: #a0a0a0; 
        scrollbar-darkshadow-color: #a0a0a0; 
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .caption_wrap .caption {
        padding: 0 0 10px;
        text-align: left;
        width: 100%;
    }

    #index .sec01 .famous_list .box .none.btn-web a {
        background: #dd334d url(img/top_h2_ar.png) right 40px center no-repeat;
        border-radius: 80px;
        box-shadow: 5px 7px #c9c9c9;
        color: #fff;
        display: block;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6;
        margin: 0 auto;
        padding: 25px 80px;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 55%;
    }

    #index .sec01 .famous_list .none.btn-web a:hover {
        background-color: #bd1d35;
        box-shadow: none;
        top: 5px;
        left: 7px;
    }

    #index .sec01 .famous_list .more_btn {
        background: #dfdb84 url(img/top_h2_btn_ar.png) right 30px center no-repeat;
        border-radius: 15px;
        font-size: 22px;
        font-weight: bold;
        margin: 0 auto;
        padding: 20px 90px;
        text-align: center;
        cursor: pointer;
        width: 85%;
    }

    #index .sec01 .famous_list .more_btn.open {
        background: #dfdb84 url(img/top_btn_minus.png) right 30px center no-repeat;
        background-size: 30px auto;
    }

    #index .sec01 .famous_list .more_btn:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    #index .sec01 .famous_list .more + .more {
        margin-top: 20px;
    }

    #index .sec01 .famous_list .hidden {
        display: none;
        padding: 100px 0 0;
    }

    /* sec02 */
    #index .sec02 .guide_list {
        margin: 20px 0;
    }

    #index .sec02 .guide_list li + li {
        margin-top: 100px;
    }

    #index .sec02 .guide_list li .name {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 5px;
        margin: 0 0 35px;
        padding: 7px 0 20px;
        text-align: center;
    }

    #index .sec02 .guide_list li .roma_name {
        margin: 40px 0 70px;
        text-align: center;
    }

    #index .sec02 .guide_list li .img {
        height: 470px;
        position: relative;
    }

    #index .sec02 .guide_list li .flex.bottom_area {
        align-items: flex-end;
        justify-content: space-between;
        margin: 20px 0 0;
    }

    #index .sec02 .guide_list li:nth-child(2n) .flex.bottom_area {
        flex-direction: row-reverse;
    }

    #index .sec02 .guide_list li .bottom_area .left_txt .catch {
        background: url(img/top_h3_parts_02.png) bottom left no-repeat;
        display: inline-block;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.4;
        padding: 0 0 20px;
    }

    #index .sec02 .guide_list li .bottom_area .left_txt {
        width: 56%;
    }

    #index .sec02 .guide_list li .bottom_area .left_txt .txt {
        margin: 20px 0 0;
    }

    #index .sec02 .guide_list li .bottom_area .right_btn {
        width: 40%;
    }

    #index .sec02 .guide_list li .bottom_area .right_btn .btn-internal a {
        background: url(img/top_h3_ar.png) right 20px center no-repeat;
        border-radius: 60px;
        box-shadow: 6px 8px #c9c9c9;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 2;
        position: relative;
        text-decoration: none;
    }

    #index .sec02 .guide_list li .bottom_area .right_btn .btn-internal a:hover {
        box-shadow: none;
        top: 6px;
        left: 8px;
    }

    #index .sec02 .guide_list .kiyomizudera .bottom_area .right_btn .btn-internal a:hover {
        background-color: #f55353;
    }

    #index .sec02 .guide_list .gion .bottom_area .right_btn .btn-internal a:hover {
        background-color: #8fb71b;
    }

    #index .sec02 .guide_list .aroundKyotoSta .bottom_area .right_btn .btn-internal a:hover {
        background-color: #279fa7;
    }

    #index .sec02 .guide_list .kiyomizudera .name {
        background: url(img/top_h3_flag_01.png) top center no-repeat;
    }

    #index .sec02 .guide_list .kiyomizudera .img::before {
        background: url(img/top_h3_parts_05.png) top center no-repeat;
        content: "";
        width: 279px;
        height: 75px;
        position: absolute;
        top: -17px;
        right: 50%;
        z-index: 1;
        margin-right: -215px;
    }

    #index .sec02 .guide_list .kiyomizudera .img::after {
        background: url(img/top_h3_parts_06.png) top center no-repeat;
        content: "";
        width: 164px;
        height: 39px;
        position: absolute;
        bottom: 5px;
        left: -30px;
        z-index: 1;
    }

    #index .sec02 .guide_list .kiyomizudera .img .img01 {
        position: absolute;
        top: 0;
        left: 0;
    }

    #index .sec02 .guide_list .kiyomizudera .img .img02 {
        position: absolute;
        top: 0;
        right: 0;
    }

    #index .sec02 .guide_list .kiyomizudera .img .img03 {
        position: absolute;
        bottom: 0;
        right: 15px;
    }

    #index .sec02 .guide_list .kiyomizudera .bottom_area .left_txt .catch {
        color: #dd334d;
    }

    #index .sec02 .guide_list .kiyomizudera .bottom_area .right_btn .btn-internal a {
        background-color: #ff6b6b;
        padding: 20px 50px 20px 60px;
    }

    #index .sec02 .guide_list .gion .name {
        background: url(img/top_h3_flag_02.png) top center no-repeat;
    }

    #index .sec02 .guide_list .gion .img::before {
        background: url(img/top_h3_parts_07.png) top center no-repeat;
        content: "";
        width: 171px;
        height: 85px;
        position: absolute;
        top: -30px;
        left: 50%;
        z-index: 1;
        margin-left: -230px;
    }

    #index .sec02 .guide_list .gion .img::after {
        background: url(img/top_h3_parts_08.png) top center no-repeat;
        content: "";
        width: 207px;
        height: 99px;
        position: absolute;
        bottom: 40px;
        right: -30px;
        z-index: 1;
    }

    #index .sec02 .guide_list .gion .img .img01 {
        position: absolute;
        top: 0;
        right: 0;
    }

    #index .sec02 .guide_list .gion .img .img02 {
        position: absolute;
        top: 0;
        left: 0;
    }

    #index .sec02 .guide_list .gion .img .img03 {
        position: absolute;
        bottom: 10px;
        left: 0;
    }

    #index .sec02 .guide_list .gion .bottom_area .left_txt .catch {
        color: #5a921b;
    }

    #index .sec02 .guide_list .gion .bottom_area .right_btn .btn-internal a {
        background-color: #a8d130;
        padding: 20px 50px 20px 90px;
    }

    #index .sec02 .guide_list .aroundKyotoSta .name {
        background: url(img/top_h3_flag_03.png) top center no-repeat;
    }

    #index .sec02 .guide_list .aroundKyotoSta .img::before {
        background: url(img/top_h3_parts_10.png) top center no-repeat;
        content: "";
        width: 156px;
        height: 101px;
        position: absolute;
        top: -35px;
        right: 50%;
        z-index: 1;
        margin-right: -245px;
    }

    #index .sec02 .guide_list .aroundKyotoSta .img::after {
        background: url(img/top_h3_parts_09.png) top center no-repeat;
        content: "";
        width: 189px;
        height: 190px;
        position: absolute;
        bottom: 10px;
        left: 5px;
        z-index: 1;
    }

    #index .sec02 .guide_list .aroundKyotoSta .img .img01 {
        position: absolute;
        top: 0;
        left: 0;
    }

    #index .sec02 .guide_list .aroundKyotoSta .img .img02 {
        position: absolute;
        top: 0;
        right: 0;
    }

    #index .sec02 .guide_list .aroundKyotoSta .img .img03 {
        position: absolute;
        bottom: 0;
        right: 15px;
    }

    #index .sec02 .guide_list .aroundKyotoSta .bottom_area .left_txt .catch {
        color: #058199;
    }

    #index .sec02 .guide_list .aroundKyotoSta .bottom_area .right_btn .btn-internal a {
        background-color: #3eb9c1;
        padding: 20px 50px 20px 60px;
    }

    #index .sec02 .bottom_btn .btn-internal {
        text-align: center;
    }

    #index .sec02 .bottom_btn .btn-internal a {
        background: url(img/top_h3_btn.png) top center no-repeat;
        display: inline-block;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.8;
        margin: 100px 0 0;
        padding: 29px 153px 30px;
        text-align: center;
        text-decoration: none;
    }

    /* sec03 */
    #index .sec03 .season_list {
        margin: 50px 0 0;
    }

    #index .sec03 .season_list li + li {
        margin-top: 120px;
    }

    #index .sec03 .season_list li .flex.box_wrap {
        align-content: stretch;
        justify-content: space-between;
    }

    #index .sec03 .season_list li:nth-child(2n) .flex.box_wrap {
        flex-direction: row-reverse;
    }

    #index .sec03 .season_list li .left_txt {
        padding: 50px 0 0;
        width: 56%;
    }

    #index .sec03 .season_list li .left_txt .ttl a {
        display: inline-block;
        font-size: 36px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 1.4;
        padding: 10px 10px 5px 0;
        position: relative;
        text-decoration: none;
    }

    #index .sec03 .season_list li .left_txt .ttl a::after {
        background: url(img/top_h4_ar.png) right center no-repeat;
        content: "";
        width: 20px;
        height: 34px;
        position: absolute;
        top: 50%;
        right: -65px;
        margin-top: -15px;
    }

    #index .sec03 .season_list li .left_txt .catch {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
        margin: 30px 0;
    }

    #index .sec03 .season_list li .right_img {
        padding: 20px 0;
        width: 41%;
    }

    #index .sec03 .season_list li .right_img .img {
        background: #fff;
        border: 2px solid #a6a6a6;
        border-radius: 10px;
        margin: 0 auto;
        padding: 8px;
        position: relative;
        width: 316px;
        height: 396px;
    }

    #index .sec03 .season_list li .right_img .img::before {

    }

    #index .sec03 .season_list li .right_img .img img {
        display: block;
        margin: 0 auto;
    }

    #index .sec03 .season_list .spring .left_txt {
        background: url(img/top_h4_parts_01.png) left top no-repeat;
    }

    #index .sec03 .season_list .spring .left_txt .ttl a {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fec8c6 0%) repeat scroll 0 0;
    }

    #index .sec03 .season_list .spring .right_img {
        background: url(img/top_h4_parts_02.png) right top no-repeat, url(img/top_h4_parts_03.png) left bottom no-repeat;
    }

    #index .sec03 .season_list .summer .left_txt {
        background: url(img/top_h4_parts_04.png) left top no-repeat;
    }

    #index .sec03 .season_list .summer .left_txt .ttl a {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #d8fff9 0%) repeat scroll 0 0;
    }

    #index .sec03 .season_list .summer .right_img {
        background: url(img/top_h4_parts_05.png) right top no-repeat, url(img/top_h4_parts_06.png) left bottom no-repeat;
    }

    #index .sec03 .season_list .autumn .left_txt {
        background: url(img/top_h4_parts_07.png) left top no-repeat;
    }

    #index .sec03 .season_list .autumn .left_txt .ttl a {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fdcaaf 0%) repeat scroll 0 0;
    }

    #index .sec03 .season_list .autumn .right_img {
        background: url(img/top_h4_parts_08.png) right top no-repeat, url(img/top_h4_parts_09.png) left bottom no-repeat;
    }

    #index .sec03 .season_list .winter .left_txt {
        background: url(img/top_h4_parts_10.png) left top no-repeat;
    }

    #index .sec03 .season_list .winter .left_txt .ttl a {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #aee1ff 0%) repeat scroll 0 0;
    }

    #index .sec03 .season_list .winter .right_img {
        background: url(img/top_h4_parts_11.png) right top no-repeat, url(img/top_h4_parts_12.png) left bottom no-repeat;
    }

    /* sec04 */
    #index .sec04 .flex.maker_list {
        counter-reset: div;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 100px 0 0;
    }

    #index .sec04 .flex.maker_list li {
        background: #fff6f6;
        border-top: 2px solid #dd344e;
        padding: 20px;
        position: relative;
        width: 49%;
    }

    #index .sec04 .flex.maker_list li::before {
        background: #dd334d;
        border-radius: 10px 10px 0 0;
        color: #fff;
        content: "SHOP "counter(div, decimal-leading-zero);
        counter-increment: div;
        font-size: 12px;
        line-height: 1.4;
        padding: 5px 20px;
        position: absolute;
        top: -26px;
        left: 10px;
        white-space: pre-wrap;
    }

    #index .sec04 .flex.maker_list li:not(:first-child):not(:nth-child(2)) {
        margin-top: 50px;
    }

    #index .sec04 .flex.maker_list li .name {
        margin: 0 0 30px;
    }

    #index .sec04 .flex.maker_list li .name a {
        display: inline-block;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.4;
        text-decoration: none;
    }

    #index .sec04 .flex.maker_list li .name a:hover {
        text-decoration: underline;
    }

    #index .sec04 .flex.maker_list li .name a span {
        background: url(img/top_h5_ar.png) right center no-repeat;
        padding: 0 60px 0 0;
    }

    #index .sec04 .flex.maker_list li .flex.address {
        align-items: center;
        justify-content: flex-start;
    }

    #index .sec04 .flex.maker_list li .flex.address dt {
        border-right: 5px solid #3cd3da;
        font-size: 15px;
        font-weight: bold;
        padding: 10px;
        width: 26%;
    }

    #index .sec04 .flex.maker_list li .flex.address:nth-child(2n) dt {
        border-right: 5px solid #d8ce2f;
    }

    #index .sec04 .flex.maker_list li dl + dl {
        margin-top: 15px;
    }

    #index .sec04 .flex.maker_list li .flex.address dd {
        padding: 0 10px;
        width: 74%;
    }

    /* 下層 */
    #contents_low {
        margin: 30px auto 100px;
        word-break: break-all;
    }

    #page {
        float: left;
        width: 740px;
    }

    #pankuzu {
        background: #eee;
        color: #979797;
        font-size: 13px;
        padding: 4px 0;
        width: 100%;
        word-break: break-all;
    }

    #pankuzu a {
        color: #979797;
        text-decoration: underline;
    }

    #pankuzu a:hover {
        text-decoration: none;
    }

    #index h1:not(.none),
    #index h2:not(.none),
    #index h3:not(.none),
    #index h4:not(.none),
    #page h1:not(.none),
    #page h2:not(.none),
    #page h3:not(.none),
    #page h4:not(.none) {
        font-weight: bold;
        line-height: 1.4;
        margin: 30px 0 15px;
    }

    #index h1:not(.none),
    #page h1:not(.none) {
        background: url(img/templ_h2_parts_01.png) right center repeat-y, url(img/templ_h2_parts_02.png) left center repeat-y;
        border-top: 4px solid #333;
        border-bottom: 4px solid #333;
        font-size: 30px;
        margin: 0 0 15px;
        padding: 30px 70px;
        text-align: center;
    }

    #index h2:not(.none),
    #page h2:not(.none) {
        background: #73d4da;
        font-size: 26px;
        padding: 13px 20px;
    }

    #index h3:not(.none),
    #page h3:not(.none) {
        border-bottom: 2px solid #dbd347;
        font-size: 22px;
    padding: 20px 10px 8px;
    position: relative;
    }

    #index h3:not(.none)::after,
    #page h3:not(.none)::after {
        border-bottom: 1px solid #dbd347;
        bottom: -6px;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    #index h4:not(.none),
    #page h4:not(.none) {
        border-bottom: 2px solid #ff415c;
        font-size: 20px;
        padding: 10px 20px;
    }

    #index ul:not(.none):not(.subList), #page ul:not(.none):not(.subList),
    #index ol:not(.none), #page ol:not(.none) {
        margin: 30px 0;
    }

    #index ul:not(.none) li, #page ul:not(.none) li {
        background: url(img/templ_ul_icon.png) left 10px top 4px no-repeat;
        padding-left: 35px;
        margin: 0 0 5px;
        position: relative;
    }

    #index ol:not(.none) li, #page ol:not(.none) li {
        background: url(img/templ_ol_icon.png) left 8px top 2px no-repeat;
        counter-increment: number;
        display: block;
        list-style: none;
        margin: 0 0 5px;
        padding: 0 0 0 35px;
        position: relative;
    }

    #index ol:not(.none) li::before,
    #page ol:not(.none) li::before {
        color: #fff;
        content: counter(number);
        display: block;
        font-size: 13px;
        font-weight: bold;
        height: 18px;
        left: 9px;
        line-height: 20px;
        position: absolute;
        text-align: center;
        top: 2px;
        width: 18px;
    }

    #index table:not(.none),
    #page table:not(.none) {
        border-collapse: separate;
        border-spacing: 4px;
        margin: 50px auto;
        overflow: hidden;
        width: 100%;
    }

    #index table:not(.none) thead th,
    #index table:not(.none) tbody th,
    #index table:not(.none) tbody td,
    #page table:not(.none) thead th,
    #page table:not(.none) tbody th,
    #page table:not(.none) tbody td {
        padding: 15px;
        vertical-align: middle;
        word-break: break-all;
    }

    #index table:not(.none) th,
    #page table:not(.none) th {
        background: #c9c9c9;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        width: 30%;
    }

    #index table:not(.none) td,
    #page table:not(.none) td {
        background: #eee;
        text-align: center;
    }

    #index .float-wrap:not(.none),
    #page .float-wrap:not(.none) {
        margin: 20px auto 30px;
        position: relative;
    }

    #index .float-img:not(.none),
    #page .float-img:not(.none) {
        width: 38%;
    }

    #index .ct:not(.none),
    #page .ct:not(.none) {
        margin: 0 auto;
    }

    #index .ct:not(.none) .flame,
    #page .ct:not(.none) .flame {
        text-align: center;
    }

    #index .fl:not(.none),
    #page .fl:not(.none) {
        float: left;
        margin-right: 20px;
    }

    #index .fr:not(.none),
    #page .fr:not(.none) {
        float: right;
        margin-left: 20px;
    }

    #index .float-img .flame:not(.none),
    #page .float-img .flame:not(.none) {
        background: #fff;
        border: 2px solid #dd334d;
        padding: 2px;
    }

    #index .float-img:not(.none) img,
    #page .float-img:not(.none) img {
        height: auto;
        max-width: 100%;
    }

    #index .float-wrap:not(.none) > p,
    #page .float-wrap:not(.none) > p {
        margin: 0 auto 10px!important;
        position: relative;
        top: -3px;
    }

    #index .float-img:not(.none) .caption,
    #page .float-img:not(.none) .caption {
        margin: 10px auto 10px;
    }

    #index .caption:not(.none),
    #page .caption:not(.none) {
        text-align: center;
        font-size: 10px;
        color: #999;
        line-height: 1.4;
        word-wrap: break-word;
    }

    #index .btn-internal:not(.none) a,
    #index .btn-web:not(.none) a,
    #page .btn-internal:not(.none) a,
    #page .btn-web:not(.none) a {
        border-radius: 40px;
        box-shadow: 6px 8px #c9c9c9;
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin: 50px auto 80px;
        text-decoration: none;
        padding: 20px 40px 20px 40px;
        position: relative;
        text-align: center;
        z-index: 5;
        width: 60%;
    }

    #index .btn-internal:not(.none) a,
    #page .btn-internal:not(.none) a {
    background: #ffc5a5 url(img/templ_btn_ar_01.png) right 20px center no-repeat;
    /* border: 3px dotted #ff415c; */
    color: #ff415c;
    }

    #index .btn-internal:not(.none) a:hover,
    #page .btn-internal:not(.none) a:hover {
        background-color: #ffd8d8;
        box-shadow: none;
        top: 6px;
        left: 8px;
    }

    #index .btn-web:not(.none) a,
    #page .btn-web:not(.none) a {
        background: #dd334d url(img/top_h2_ar.png) right 20px center no-repeat;
        color: #fff;
    }

    #index .btn-web:not(.none) a:hover,
    #page .btn-web:not(.none) a:hover {
        background-color: #bd1d35;
        box-shadow: none;
        top: 6px;
        left: 8px;
    }

    #index .btn-link:not(.none),
    #page .btn-link:not(.none) {
        text-align: right;
    }

    #index .btn-link:not(.none) a,
    #page .btn-link:not(.none) a {
        background: url(img/templ_textlink_ar.png) left center no-repeat;
        font-size: 15px;
        font-weight: bold;
        padding-left: 25px;
        text-align: right;
        text-decoration: none;
    }

    #index .btn-link:not(.none) a:hover,
    #page .btn-link:not(.none) a:hover {
        color: #b3b2b2;
        text-decoration: underline;
    }

    #index .btn-tel:not(.none),
    #page .btn-tel:not(.none){
        display: none;
    }

    /* 追加パーツ */
    #index .sns_icon,
    #page .sns_icon {
        margin: 25px 0 15px;
        text-align: right;
    }

    #index .sns_icon li,
    #page .sns_icon li {
        display: inline-block;
    }

    #index .sns_icon li + li,
    #page .sns_icon li + li {
        margin-left: 10px;
    }

    #index .sns_icon li a,
    #page .sns_icon li a {
        display: block;
    }

    #index .flex.shop_list,
    #page .flex.shop_list {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px 0;
    }

    #index .flex.shop_list li,
    #page .flex.shop_list li {
        border-top: 2px solid #333;
        padding: 30px 20px;
        position: relative;
        width: 48%;
    }

    #index .flex.shop_list li:not(:first-child):not(:nth-child(2)),
    #page .flex.shop_list li:not(:first-child):not(:nth-child(2)) {
        margin-top: 30px;
    }

    #index .flex.shop_list li::before,
    #page .flex.shop_list li::before {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        top: -20px;
        right: 20px;
    }

    #index .flex.shop_list li.hotel::before,
    #page .flex.shop_list li.hotel::before {
        background: url(img/templ_box_icon_01.png) top center no-repeat;
    }

    #index .flex.shop_list li.shopping::before,
    #page .flex.shop_list li.shopping::before {
        background: url(img/templ_box_icon_02.png) top center no-repeat;
    }

    #index .flex.shop_list li.cafe::before,
    #page .flex.shop_list li.cafe::before {
        background: url(img/templ_box_icon_03.png) top center no-repeat;
    }

    #index .flex.shop_list li.bar::before,
    #page .flex.shop_list li.bar::before {
        background: url(img/templ_box_icon_04.png) top center no-repeat;
    }

    #index .flex.shop_list li.temple::before,
    #page .flex.shop_list li.temple::before {
        background: url(img/templ_box_icon_05.png) top center no-repeat;
    }

    #index .flex.shop_list li.walking::before,
    #page .flex.shop_list li.walking::before {
        background: url(img/templ_box_icon_06.png) top center no-repeat;
    }

    #index .flex.shop_list li .place_name,
    #page .flex.shop_list li .place_name {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 20px;
    }

    #index .flex.shop_list li .place_name p,
    #page .flex.shop_list li .place_name p {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f4eb39 0%) repeat scroll 0 0;
        display: inline;
    }

    #index .flex.shop_list li .img,
    #page .flex.shop_list li .img {
        height: 300px;
        position: relative;
        text-align: center;
        overflow: hidden;
    }

    #index .flex.shop_list li .img img,
    #page .flex.shop_list li .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        height: auto;
    }

    #index .flex.shop_list li .caption_box,
    #page .flex.shop_list li .caption_box {
        margin: 10px 0;
        overflow: auto;
        white-space: nowrap;
    }

    #index .flex.shop_list li .caption_box::-webkit-scrollbar,
    #page .flex.shop_list li .caption_box::-webkit-scrollbar {
        height: 5px;
    }

    #index .flex.shop_list li .caption_box::-webkit-scrollbar-track,
    #page .flex.shop_list li .caption_box::-webkit-scrollbar-track {
        background: #d2d2d2;
        border-radius: 20px;
    }

    #index .flex.shop_list li .caption_box::-webkit-scrollbar-thumb,
    #page .flex.shop_list li .caption_box::-webkit-scrollbar-thumb {
        background: #a0a0a0;
        border-radius: 20px;
    }

    #index .flex.shop_list li .caption_box,
    #page .flex.shop_list li .caption_box {
        scrollbar-face-color: #a0a0a0; 
        scrollbar-track-color: #d2d2d2; 
        scrollbar-arrow-color: #333; 
        scrollbar-highlight-color: #a0a0a0; 
        scrollbar-shadow-color: #a0a0a0; 
        scrollbar-3dlight-color: #a0a0a0; 
        scrollbar-darkshadow-color: #a0a0a0; 
    }

    #index .flex.shop_list li .caption_box .caption,
    #page .flex.shop_list li .caption_box .caption {
        padding: 0 0 10px;
        text-align: left;
        width: 100%;
    }

    #index .flex.shop_list li .catch,
    #page .flex.shop_list li .catch {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        margin: 20px 0;
    }

    #index .flex.shop_list li .address,
    #page .flex.shop_list li .address,
    #index .flex.shop_list li .time,
    #page .flex.shop_list li .time {
        margin: 15px 0 0;
    }

    #index .flex.shop_list li .address span,
    #page .flex.shop_list li .address span,
    #index .flex.shop_list li .time span,
    #page .flex.shop_list li .time span {
        background: #e9e9e9;
        border-radius: 20px;
        font-size: 13px;
        font-weight: bold;
        display: inline-block;
        padding: 3px 10px;
        margin-right: 10px;
    }

    #index .kuchikomi_list,
    #page .kuchikomi_list {
        margin: 50px 0;
    }

    #index .kuchikomi_list .kuchikomi_box,
    #page .kuchikomi_list .kuchikomi_box {
        background: #ffffeb;
        border-radius: 15px;
        padding: 15px 20px;
    }

    #index .kuchikomi_list .kuchikomi_box + .kuchikomi_box,
    #page .kuchikomi_list .kuchikomi_box + .kuchikomi_box {
        margin-top: 20px;
    }

    #index .kuchikomi_list .kuchikomi_box .catch,
    #page .kuchikomi_list .kuchikomi_box .catch {
        background: #fff;
        border: 3px dotted #0e9ca5;
        border-radius: 10px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        margin-left: auto;
        padding: 10px 15px;
        position: relative;
        width: 85%;
    }

    #index .kuchikomi_list .kuchikomi_box .catch::after,
    #page .kuchikomi_list .kuchikomi_box .catch::after {
        background: url(img/templ_kutikomi_parts.png) top center no-repeat;
        content: "";
        width: 17px;
        height: 22px;
        position: absolute;
        top: 50%;
        left: -17px;
        margin-top: -13px;
    }

    #index .kuchikomi_list .good .catch::before,
    #page .kuchikomi_list .good .catch::before {
        background: url(img/templ_kutikomi_icon_01.png) top center no-repeat;
        content: "";
        width: 57px;
        height: 48px;
        position: absolute;
        top: 50%;
        left: -100px;
        margin-top: -24px;
    }

    #index .kuchikomi_list .bad .catch::before,
    #page .kuchikomi_list .bad .catch::before {
        background: url(img/templ_kutikomi_icon_02.png) top center no-repeat;
        content: "";
        width: 57px;
        height: 48px;
        position: absolute;
        top: 50%;
        left: -100px;
        margin-top: -24px;
    }

    #index .kuchikomi_list .kuchikomi_box .txt,
    #page .kuchikomi_list .kuchikomi_box .txt {
        margin: 15px 0 0;
    }

    #index .manager_comment,
    #page .manager_comment {
        background: #ffeeef;
        border: 2px solid #dd334d;
        margin: 50px 0;
        padding: 30px;
    }

    #index .manager_comment .ttl,
    #page .manager_comment .ttl {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 15px;
        text-align: center;
    }

    #index .manager_comment .catch,
    #page .manager_comment .catch {
        color: #ff415c;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 15px;
    }

    #index .slider,
    #page .slider {
        margin: 50px 0;
    }

    #index .slider .flex.bxslider,
    #page .slider .flex.bxslider {
        justify-content: space-between;
    }

    #index .slider .flex.bxslider li,
    #page .slider .flex.bxslider li {
        height: 235px;
        position: relative;
        width: 32%;
        overflow: hidden;
    }

    #index .slider .flex.bxslider li img,
    #page .slider .flex.bxslider li img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        height: auto;
    }

    #index .slider .flex.quote,
    #page .slider .flex.quote {
        word-break: break-all;
        margin: 10px auto;
        text-align: center;
    }

    #index .slider .flex.quote a,
    #page .slider .flex.quote a {
        color: #888;
        font-size: 10px;
        line-height: 1.4;
        pointer-events: none;
        text-decoration: none;
        width: 33%;
    }

    #index .bottom_sns_icon,
    #page .bottom_sns_icon {
        margin: 50px 0;
        text-align: center;
    }

    #index .bottom_sns_icon li,
    #page .bottom_sns_icon li {
        display: inline-block;
    }

    #index .bottom_sns_icon li + li,
    #page .bottom_sns_icon li + li {
        margin-left: 10px;
    }

    #index .bottom_sns_icon li a,
    #page .bottom_sns_icon li a {
        display: block;
    }

    #index .recommend_spot,
    #page .recommend_spot {
        background: url(img/templ_ttl.png) top center no-repeat;
        margin: 50px 0;
        padding: 152px 0 0 0;
    }

    #index .recommend_spot li,
    #page .recommend_spot li {
        text-align: center;
    }

    #index .recommend_spot li + li,
    #page .recommend_spot li + li {
        margin-top: 50px;
    }

    #index .recommend_spot li a,
    #page .recommend_spot li a {
        display: block;
    }
	
	
    /*osusume
    ----------------------------------------*/
	
	.low_inner {
    margin-top: 50px;
}
    #page .famous_list .box {
        background: url(img/top_h2_line.png) left top repeat-x;
        padding: 10px 0 30px;
    }

    #page .famous_list .box .flex.maker_name {
        align-items: center;
        justify-content: flex-start;
        margin: 20px 0;
    }

    #page .famous_list .box .ttl {
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.4;
        padding: 20px 20px 20px 15px;
    }
    #page .famous_list .box .number {
    background: url(img/top_h2_icon.png) top center no-repeat;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 27px 30px;
    text-align: center;
    background-size: 70%;
    }

    #page .famous_list .box .flex.emphasis {
        align-items: center;
        justify-content: space-between;
    }

    #page .famous_list .box .balloon {
        background: #73d4db;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 15px;
        position: relative;
        width: 40%;
    }

    #page .famous_list .box .balloon::after {
        background: url(img/top_h2_parts.png) left top no-repeat;
        content: "";
        width: 19px;
        height: 26px;
        position: absolute;
        top: 50%;
        right: -19px;
        margin-top: -13px;
    }

    #page .famous_list .box .flex.point {
        align-content: center;
        background: #eee url(img/top_h2_point.png) left 20px center no-repeat;
        border-radius: 5px;
        justify-content: flex-start;
        padding: 15px 20px 15px 20px;
        width: 59%;
        background-size: 14%;
    }

    #page .famous_list .box .flex.point ul {
        padding-left: 80px;
    }

    #page .famous_list .box .flex.point ul li {
        color: #636363;
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
        line-height: 2;
    }
    #page .famous_list .box .flex.point ul li:first-child {
    margin-right: 10px;
}

    #page .famous_list .box .flex.point ul li + li {
    /* margin-left: 10px; */
}

    #page .famous_list .box .flex.gallery {
        justify-content: center;
        margin: 50px 0;
    }

    #page .famous_list .box .flex.gallery .left_tag {
        margin-right: 22px;
        position: relative;
        width: 46%;
    }

    #page .famous_list .box .flex.gallery .left_tag .txt {
        background: url(img/top_h2_parts_03.png) left top no-repeat;
        padding: 25px 0 160px 120px;
        background-size: 30%;
    }

    #page .famous_list .box .flex.gallery .left_tag .txt .catch {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
        position: relative;
    }

    #page .famous_list .box .flex.gallery .left_tag .txt .catch::after {
        background: url(img/top_h2_parts_02.png) left top no-repeat;
        content: "";
        width: 290px;
        height: 290px;
        position: absolute;
        top: 80%;
        right: 0;
        z-index: -1;
        margin-top: -75px;
    }

    #page .famous_list .box .flex.gallery .left_tag .txt .bold {
        color: #dd334d;
        display: block;
        font-size: 33px;
        font-weight: bold;
        margin: 30px 0 0;
        text-shadow: 
            3px 0px #fff,  -3px 0px #fff,
            0px -3px #fff, 0px 3px #fff,
            3px 3px #fff, -3px 3px #fff,
            3px -3px #fff, -3px -3px #fff,
            2px 3px #fff,  -2px 3px #fff,
            2px -3px #fff, -2px -3px #fff,
            3px 2px #fff,  -3px 2px #fff,
            3px -2px #fff, -3px -2px #fff;
    }

    #page .famous_list .box .flex.gallery .left_tag .txt .bold_sub {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

    #page .famous_list .box .flex.gallery .left_tag .flex.tag {
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        position: absolute;
        bottom: 10px;
        left: 0;
    }

    #page .famous_list .box .flex.gallery .left_tag .flex.tag li {
        background: #e6e6e6;
        border-radius: 30px;
        color: #fff;
        display: block;
        font-size: 11px;
        line-height: 1.4;
        padding: 15px 10px;
        text-align: center;
        width: 48%;
        font-weight: bold;
    }

    #page .famous_list .box .flex.gallery .left_tag .flex.tag li.active {
        background: #05a2c9;
    }

    #page .famous_list .box .flex.gallery .left_tag .flex.tag li:not(:first-child):not(:nth-child(2)) {
        margin-top: 10px;
    }

    #page .famous_list .box .flex.gallery .right_img {
        width: 51%;
    }

    #page .famous_list .box .flex.gallery .right_img .flex.photo {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #page .famous_list .box .flex.gallery .right_img .flex.photo li {
        border: 2px solid #d8d8d8;
        width: 125px;
        height: 125px;
    }

    #page .famous_list .box .flex.gallery .right_img .flex.photo li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 5px;
    }

    #page .famous_list .box .flex.gallery .right_img .flex.photo li a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #page .famous_list .box .flex.gallery .right_img .flex.photo li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        height: auto;
    }

    #page .famous_list .box .flex.gallery .right_img .caption_wrap {
        margin: 10px 0;
        overflow: auto;
        white-space: nowrap;
    }

    #page .famous_list .box .flex.gallery .right_img .caption_wrap::-webkit-scrollbar {
        height: 5px;
    }

    #page .famous_list .box .flex.gallery .right_img .caption_wrap::-webkit-scrollbar-track {
        background: #d2d2d2;
        border-radius: 20px;
    }

    #page .famous_list .box .flex.gallery .right_img .caption_wrap::-webkit-scrollbar-thumb {
        background: #a0a0a0;
        border-radius: 20px;
    }

    #page .famous_list .box .flex.gallery .right_img .caption_wrap {
        scrollbar-face-color: #a0a0a0; 
        scrollbar-track-color: #d2d2d2; 
        scrollbar-arrow-color: #333; 
        scrollbar-highlight-color: #a0a0a0; 
        scrollbar-shadow-color: #a0a0a0; 
        scrollbar-3dlight-color: #a0a0a0; 
        scrollbar-darkshadow-color: #a0a0a0; 
    }

    #page .famous_list .box .flex.gallery .right_img .caption_wrap .caption {
        padding: 0 0 10px;
        text-align: left;
        width: 100%;
    }

    #page .famous_list .box .none.btn-web a {
        background: #dd334d url(img/top_h2_ar.png) right 40px center no-repeat;
        border-radius: 80px;
        box-shadow: 5px 7px #c9c9c9;
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6;
        margin: 0 auto;
        padding: 17px 80px;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 60%;
    }

    #page .famous_list .none.btn-web a:hover {
        background-color: #bd1d35;
        box-shadow: none;
        top: 5px;
        left: 7px;
    }

    /*sidebar
    ----------------------------------------*/

    #sub {
        float: right;
        width: 230px;
    }

    #sub .free_space a {
        display: block;
    }

    #sub .cate_menu .cate_menu_box {
        background: #feeeee;
    }

    #sub .cate_menu .cate_menu_box .cate_top a {
        border-top: 2px solid #c42946;
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 10px;
        margin: 30px 0 0;
    }

    #sub .cate_menu .cate_menu_box .cate_top a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    #sub .cate_menu .cate_menu_box ul {
        border-top: 1px solid #fff;
        margin: 0 15px;
    }

    #sub .cate_menu .cate_menu_box ul li {
        background: url(img/top_footer_ar_02.png) left center no-repeat;
    }

    #sub .cate_menu .cate_menu_box ul li a {
        display: block;
        padding: 10px 0 10px 20px;
    }

    #sub .cate_menu .cate_menu_box ul li a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        text-decoration: underline;
    }

    /*footer
    ----------------------------------------*/

    footer {
        background: #ffeeee;
        padding: 40px 0 0;
        position: relative;
        width: 100%;
    }

    footer #pagetop {
        position: fixed;
        bottom: 30px;
        right: 20px;
        z-index: 5;
    }

    footer .site_ttl {
        text-align: center;
        margin: 0 0 10px;
    }

    footer .site_ttl a {
        display: inline-block;
    }

    footer .all.flex {
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    footer .inner .frame-wrap {
        width: 100%;
        margin: 0 auto;
    }

    footer .frame-wrap .frame {
        margin: 30px 0;
        padding: 0;
        width: 100%;
    }

    footer .frame-head {
        border-bottom: 1px dashed #dd334d;
    }

    footer .frame-head a {
        background: url(img/top_footer_ar.png) left top 9px no-repeat;
        color: #dd334d;
        display: block;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.4;
        padding: 5px 0 5px 20px;
    }

    footer ul:not(.sub_list) {
        display: block;
        line-height: 100%;
        margin: 10px 0 0;
    }

    footer ul:not(.sub_list) {
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -weblit-justify-content: flex-start;
        justify-content: flex-start;
    }

    footer ul li:not(.sub_cat) {
        vertical-align: top;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        width: 23%;
        margin: 0 20px 0 0;
    }

    footer ul li a {
        background: url(img/top_footer_ar_02.png) left top 10px no-repeat; 
        display: block;
        line-height: 135%;
        margin: 0 0 5px 0;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
        width: 100%;
    }

    footer ul li a:hover {
        text-decoration: underline;
    }

    footer .notes {
        background: #fff;
        font-size: 12px;
        margin: 50px auto 80px;
        line-height: 1.5;
        padding: 15px 20px;
        width: 80%;
    }

    footer .notes span {
        display: block;
    }

    footer .copyright {
        background: #fff;
        border-top: 1px solid #dd344e;
        font-size: 12px;
        padding: 4px 0;
    }

    footer .copyright p {
        font-size: 12px;
        text-align: left;
        float: left;
    }

    footer .sitemap a {
        background: url(img/top_footer_ar_02.png) left top 7px no-repeat;
        float: right;
        font-size: 12px;
        padding: 0 0 0 10px;
    }

    /****pc*******/
}

/*----------------------------------------------------
        SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

    .pc {
        display: none !important;
    }

    img {
        max-width: 100%;
    }

    .left, .Left {
        float: left;
    }

    .right, .Right {
        float: right;
    }

    html {
        font-size: 3.2vw;
    }

    body {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    #index a, #page a {
        color: #333;
        text-decoration: underline;
    }

    #index p, #page p, #sub p {
        margin: 0.625rem 0;
    }

    #index p.none, #page p.none, #sub p.none {
        margin: 0;
    }

    /*header
    ----------------------------------------*/

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

    header .top_bar {
        background: #c42946;
        padding: 0.4rem 0;
        text-align: center;
    }

    header.lower .top_bar {
        position: relative;
        z-index: 120;
    }

    header .inner {
        padding: 0 1rem;
    }

    header .top_bar h1,
    header .top_bar a {
        color: #fff;
        display: block;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.4;
    }

    header.lower .lower_logo {
        padding: 1.5rem 1rem;
    }

    header.lower .lower_logo a {
        display: inline-block;
        width: 85%;
    }

    header.lower .header_banner {
        padding: 0 1rem;
    }

    header.lower .header_banner a {
        display: inline-block;
    }

    header .menu_btn {
        position: fixed;
        width: 2rem;
        z-index: 120;
    }

    header.top .menu_btn {
        display: none;
        top: 1.5rem;
        right: 1.5rem;
    }

    header.lower .menu_btn {
        top: 3.5rem;
        right: 1.5rem;
    }

    header .menu_btn img {
        width: 100%;
    }

    header .menu_btn.open {
        background: url(img/sp/top_menu_btn_02_sp.png) center center no-repeat;
        background-size: 100% auto;
    }

    header .menu_btn.open img {
        opacity: 0;
    }

    /*mv
    ----------------------------------------*/

    #mv {
        background: url(img/sp/top_mv_img_sp.png) center center no-repeat;
        background-size: cover;
        width: 100%;
    }

    #mv .flex.mv_wrap {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
    }

    #mv .flex.mv_wrap .sns_icon {
        padding: 0 0 1rem;
        width: 45%;
    }

    #mv .flex.mv_wrap .sns_icon li + li {
        margin-left: 0.5rem;
    }

    #mv .flex.mv_wrap .sns_icon li {
        display: inline-block;
        width: 28%;
    }

    #mv .flex.mv_wrap .sns_icon li a {
        display: block;
    }

    #mv .flex.mv_wrap .mv_logo {
        text-align: right;
        width: 55%;
    }

    /*nav
    ----------------------------------------*/

    nav {
        background: #ffeeee;
        border-bottom: 0.2rem solid #c42946;
        display: none;
        position: fixed;
        width: 100%;
        z-index: 102;
        left: 0;
        padding: 2rem 1rem 3rem;
        top: 0;
    }

    nav .nav_wrap {
        height: 28rem;
        overflow-y: scroll;
    }

    nav .nav_wrap::-webkit-scrollbar {
        width: 5px;
    }

    nav .nav_wrap::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
        background-color: #eaeaea;
    }

    nav .nav_wrap::-webkit-scrollbar-thumb {
        background-color: #bcbcbc;
        border-radius: 10px;
        box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    }

    nav .logo {
        margin: 0 0 2rem;
        width: 85%;
    }

    nav .logo a {
        display: block;
    }

    nav .nav_banner a {
        display: block;
    }

    nav ul {
        margin: 2rem 0 0;
    }

    nav ul li {  
        border-bottom: 0.1rem dashed #dd334d;
    }

    nav ul li:first-child {
        border-top: 0.1rem dashed #dd334d;
    }

    nav ul li a {
        background: #fff url(img/sp/top_menu_ar_sp.png) right 1.3rem center no-repeat;
        background-size: 0.8rem auto;
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 1rem 3.5rem 1rem 1rem;
        line-height: 1.4;
    }

    nav .close_btn {
        background: #fff;
        display: block;
        font-weight: bold;
        margin: 3rem auto 0;
        padding: 1rem;
        text-align: center;
        width: 60%;
    }

    #overflow {
        background: rgba(255, 255, 255, 0.8);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 100;
    }

    /*contents
    ----------------------------------------*/

    /*共通*/
    #index .sec01 {
        padding: 0 1rem 3rem;
    }

    #index .sec02 {
        padding: 0 1rem 4rem;
    }

    #index .sec03 {
        padding: 0 1rem 1rem;
    }

    #index .sec04 {
        padding: 0 1rem 4rem;
    }

    #index .sec01 .top_area,
    #index .sec02 .top_area,
    #index .sec03 .top_area,
    #index .sec04 .top_area {
        margin: 2rem 0 0;
    }

    #index .sec01 .top_area .ttl,
    #index .sec02 .top_area .ttl,
    #index .sec03 .top_area .ttl,
    #index .sec04 .top_area .ttl {
        font-size: 1.9rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        line-height: 1.5;
        margin: 0 auto;
        padding: 1rem 1rem 2rem;
        position: relative;
        text-align: center;
    }

    #index .sec02 .top_area .ttl {
        line-height: 1.2;
    }

    #index .sec01 .top_area .ttl::after,
    #index .sec02 .top_area .ttl::after,
    #index .sec03 .top_area .ttl::after,
    #index .sec04 .top_area .ttl::after {
        background: #ff6b6b;
        content: "";
        width: 35%;
        height: 0.4rem;
        position: absolute;
        bottom: -0.4rem;
        left: 50%;
        margin-left: -5rem;
    }

    #index .sec01 .top_area .ttl .ttl_wrap .ttl_small,
    #index .sec02 .top_area .ttl .ttl_wrap .ttl_small,
    #index .sec03 .top_area .ttl .ttl_wrap .ttl_small,
    #index .sec04 .top_area .ttl .ttl_wrap .ttl_small {
        letter-spacing: 0.1rem;
        font-size: 1.4rem;
    }

    #index .sec02 .top_area .ttl {
        background: url(img/sp/top_ttl_parts_02_sp.png) left bottom 2rem no-repeat, url(img/sp/top_ttl_parts_01_sp.png) right top no-repeat;
        background-size: 6rem auto;
    }

    #index .sec03 .top_area .ttl {
        background: url(img/sp/top_ttl_parts_02_sp.png) left bottom 2rem no-repeat, url(img/sp/top_ttl_parts_01_sp.png) right top no-repeat;
        background-size: 6rem auto;
    }

    #index .sec04 .top_area .ttl {
        background: url(img/sp/top_ttl_parts_02_sp.png) left bottom 2rem no-repeat, url(img/sp/top_ttl_parts_01_sp.png) right top no-repeat;
        background-size: 6rem auto;
    }

    #index .sec01 .top_area .txt,
    #index .sec02 .top_area .txt,
    #index .sec03 .top_area .txt,
    #index .sec04 .top_area .txt {
        margin: 2rem auto 4rem;
    }

    /* sec01 */
    #index .sec01 {
        background: url(img/sp/top_ttl_parts_02_sp.png) left 0.5rem top no-repeat, url(img/sp/top_ttl_parts_01_sp.png) right 0.5rem top no-repeat;
        background-size: 6rem auto;
    }

    #index .sec01 .famous_list .box {
        background: url(img/sp/top_h2_line_sp.png) left top repeat-x;
        background-size: 29.2rem auto;
        padding: 0.5rem 0 6rem;
    }

    #index .sec01 .famous_list .more_btn03 ul.hidden:last-child .box:last-child {
        padding: 0.5rem 0 0;
    }

    #index .sec01 .famous_list .box .flex.maker_name {
        align-items: center;
        justify-content: flex-start;
        display: flex;
        margin: 1rem 0;
    }

    #index .sec01 .famous_list .box .ttl {
        display: inline-block;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        line-height: 1.4;
        padding: 1rem 0 1rem 2rem;
        width: 81%;
    }

    #index .sec01 .famous_list .box .number {
        background: url(img/sp/top_h2_icon_sp.png) top left no-repeat;
        background-size: 5.5rem auto;
        display: inline-block;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 0.7rem 1.2rem 1.7rem 0.8rem;
        text-align: center;
        width: 19%;
    }

    #index .sec01 .famous_list .box .balloon {
        background: #73d4db;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 0.5rem 1rem;
        position: relative;
        text-align: center;
    }

    #index .sec01 .famous_list .box .balloon::after {
        background: url(img/sp/top_h2_parts_sp.png) left top no-repeat;
        background-size: 100% auto;
        content: "";
        width: 1.5rem;
        height: 1rem;
        position: absolute;
        bottom: -0.9rem;
        left: 50%;
    }

    #index .sec01 .famous_list .box .flex.point {
        align-content: center;
        background: #eee url(img/sp/top_h2_point_sp.png) left 1.5rem center no-repeat;
        background-size: 6rem auto;
        margin: 0.5rem 0 0;
        padding: 0.5rem 1rem;
    }

    #index .sec01 .famous_list .box .flex.point ul {
        padding-left: 8rem;
    }

    #index .sec01 .famous_list .box .flex.point ul li {
        color: #636363;
        font-size: 1.2rem;
        font-weight: bold;
        display: block;
        line-height: 1.4;
    }

    #index .sec01 .famous_list .box .flex.point ul li + li {
        margin-top: 0.5rem;
    }

    #index .sec01 .famous_list .box .flex.gallery {
        display: flex;
        flex-direction: column-reverse;
        margin: 1rem 0;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img {
        margin: 0 0 3rem;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .flex.photo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .flex.photo li {
        border: 0.1rem solid #d8d8d8;
        width: 9.5rem;
        height: 9.5rem;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .flex.photo li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 0.3rem;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .flex.photo li a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .flex.photo li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        height: auto;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .caption_wrap {
        margin: 0.5rem 0;
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    #index .sec01 .famous_list .box .flex.gallery .right_img .caption_wrap .caption {
        margin: 0;
        padding: 0 0 0.5rem;
        text-align: left;
        width: 100%;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag {
        background: url(/wp/wp-content/uploads/kimono_girl1.png) left center no-repeat;
        background-size: 10rem auto;
        display: flex;
        flex-direction: column-reverse;
        padding: 0 0 0 11rem;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .txt {
        padding: 2rem 0 3rem 0;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .txt .catch {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6;
        position: relative;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .txt .catch::after {
        background: url(img/sp/top_h2_parts_02_sp.png) left top no-repeat;
        background-size: 100% auto;
        content: "";
        width: 30rem;
        height: 30rem;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        margin: -22rem 0 0 -20rem;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .txt .bold {
        color: #dd334d;
        display: block;
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 1rem 0 0;
        text-shadow: 
            3px 0px #fff,  -2px 0px #fff,
            0px -3px #fff, 0px 2px #fff,
            3px 3px #fff, -2px 2px #fff,
            3px -3px #fff, -2px -2px #fff,
            2px 3px #fff,  -2px 2px #fff,
            2px -3px #fff, -1px -2px #fff,
            3px 2px #fff,  -2px 1px #fff,
            3px -2px #fff, -2px -1px #fff;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .txt .bold_sub {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.6;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .flex.tag li {
        background: #e6e6e6;
        border-radius: 3rem;
        color: #fff;
        display: block;
        font-size: 1.3rem;
        line-height: 1.4;
        padding: 0.7rem 0.5rem;
        text-align: center;
		font-weight: bold;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .flex.tag li.active {
        background: #05a2c9;
    }

    #index .sec01 .famous_list .box .flex.gallery .left_tag .flex.tag li + li {
        margin-top: 1rem;
    }

    #index .sec01 .famous_list .box .none.btn-web a {
        background: #dd334d url(img/sp/top_h2_ar_02_sp.png) right 1rem center no-repeat;
        background-size: 1.8rem auto;
        border-radius: 5rem;
        box-shadow: 0.3rem 0.5rem #c9c9c9;
        color: #fff;
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        line-height: 1.6;
        margin: 0 auto;
        padding: 1rem 3rem;
        text-align: center;
        text-decoration: none;
        width: 90%;
    }

    #index .sec01 .famous_list .box .sp.none.btn-web a {
        background: #dd334d url(img/sp/top_h2_ar_sp.png) right 1rem center no-repeat;
        background-size: 1.4rem auto;
        box-shadow: 0.2rem 0.4rem #c9c9c9;
        font-size: 1.2rem;
        margin: 1rem auto 2rem;
        padding: 1rem 2.5rem 1rem 1.5rem;
        width: 80%;
    }

    #index .sec01 .famous_list .more_btn {
        background: #dfdb84 url(img/sp/top_h2_btn_ar_sp.png) right 1rem center no-repeat;
        background-size: 1.6rem auto;
        border-radius: 0.5rem;
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0 auto;
        padding: 1rem 3rem 1rem 1rem;
        cursor: pointer;
    }

    #index .sec01 .famous_list .more_btn.open {
        background: #dfdb84 url(img/sp/top_btn_minus_sp.png) right 1rem center no-repeat;
        background-size: 1.6rem auto;
    }

    #index .sec01 .famous_list .more + .more {
        margin-top: 1rem;
    }

    #index .sec01 .famous_list .hidden {
        display: none;
        padding: 3rem 0 0;
    }

    /* sec02 */
    #index .sec02 .guide_list {
        margin: 3rem 0;
    }

    #index .sec02 .guide_list li + li {
        margin-top: 4.5rem;
    }

    #index .sec02 .guide_list li .name {
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.2rem;
        line-height: 1;
        margin: 0 0 1rem;
        padding: 0.7rem 0 1.3rem;
        text-align: center;
    }

    #index .sec02 .guide_list li .roma_name {
        margin: 1rem auto 2.5rem;
        text-align: center;
        width: 88%;
    }

    #index .sec02 .guide_list .gion .roma_name {
        width: 30%;
    }

    #index .sec02 .guide_list .aroundKyotoSta .roma_name {
        width: 95%;
    }

    #index .sec02 .guide_list li .img {
        height: 30.5rem;
        position: relative;
    }

    #index .sec02 .guide_list li .flex.bottom_area {
        margin: 2rem 0 0;
    }

    #index .sec02 .guide_list li .bottom_area .left_txt .catch {
        background: url(img/sp/top_h3_parts_02_sp.png) bottom left no-repeat;
        background-size: 100% auto;
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 0 0 1.5rem;
    }

    #index .sec02 .guide_list li .bottom_area .left_txt .txt {
        margin: 1.5rem 0 2rem;
    }

    #index .sec02 .guide_list li .bottom_area .right_btn .btn-internal a {
        background: url(img/sp/top_h3_ar_sp.png) right 1.5rem center no-repeat;
        background-size: 1rem auto;
        border-radius: 3rem;
        box-shadow: 0.3rem 0.5rem #c9c9c9;
        color: #fff;
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        line-height: 1.4;
        padding: 1rem 3rem;
        text-align: center;
        text-decoration: none;
    }

    #index .sec02 .guide_list .kiyomizudera .name {
        background: url(img/sp/top_h3_flag_01_sp.png) top center no-repeat;
        background-size: 5.5rem auto;
    }

    #index .sec02 .guide_list .kiyomizudera .img::before {
        background: url(img/sp/top_h3_parts_09_sp.png) top center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 10rem;
        height: 3.5rem;
        position: absolute;
        top: -0.4rem;
        left: -0.5rem;
        z-index: 1;
    }

    #index .sec02 .guide_list .kiyomizudera .img::after {
        background: url(img/sp/top_h3_parts_10_sp.png) top center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 10rem;
        height: 2.7rem;
        position: absolute;
        top: 50%;
        right: -0.5rem;
        margin-top: 1.8rem;
        z-index: 1;
    }

    #index .sec02 .guide_list .kiyomizudera .img .img02 {
        position: absolute;
        bottom: 1.2rem;
        left: 0;
        width: 50%;
    }

    #index .sec02 .guide_list .kiyomizudera .img .img03 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 55%;
    }

    #index .sec02 .guide_list .kiyomizudera .bottom_area .left_txt .catch {
        color: #dd334d;
    }

    #index .sec02 .guide_list .kiyomizudera .bottom_area .right_btn .btn-internal a {
        background-color: #ff6b6b;
    }

    #index .sec02 .guide_list .gion .name {
        background: url(img/sp/top_h3_flag_02_sp.png) top center no-repeat;
        background-size: 5rem auto;
    }

    #index .sec02 .guide_list .gion .img::before {
        background: url(img/sp/top_h3_parts_05_sp.png) top center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 6rem;
        height: 3rem;
        position: absolute;
        top: -0.5rem;
        left: -0.5rem;
        z-index: 1;
    }

    #index .sec02 .guide_list .gion .img::after {
        background: url(img/sp/top_h3_parts_06_sp.png) top center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 8rem;
        height: 4rem;
        position: absolute;
        top: 50%;
        right: 0.5rem;
        z-index: 1;
        margin-top: 0.5rem;
    }

    #index .sec02 .guide_list .gion .img .img02 {
        position: absolute;
        bottom: 0.2rem;
        left: 0;
        width: 55%;
        z-index: 2;
    }

    #index .sec02 .guide_list .gion .img .img03 {
        position: absolute;
        bottom: 1.5rem;
        right: 0;
        width: 50%;
    }

    #index .sec02 .guide_list .gion .bottom_area .left_txt .catch {
        color: #5a921b;
    }

    #index .sec02 .guide_list .gion .bottom_area .right_btn .btn-internal a {
        background-color: #a8d130;
    }

    #index .sec02 .guide_list .aroundKyotoSta .name {
        background: url(img/sp/top_h3_flag_03_sp.png) top center no-repeat;
        background-size: 7.5rem auto;
    }

    #index .sec02 .guide_list .aroundKyotoSta .img::before {
        background: url(img/sp/top_h3_parts_08_sp.png) top center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 7rem;
        height: 5rem;
        position: absolute;
        top: -0.5rem;
        right: 0;
        z-index: 1;
    }

    #index .sec02 .guide_list .aroundKyotoSta .img::after {
        background: url(img/sp/top_h3_parts_07_sp.png) top center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 7rem;
        height: 7rem;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        margin-top: -1rem;
    }

    #index .sec02 .guide_list .aroundKyotoSta .img .img02 {
        position: absolute;
        bottom: 1.2rem;
        left: 0;
        width: 50%;
    }

    #index .sec02 .guide_list .aroundKyotoSta .img .img03 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 55%;
    }

    #index .sec02 .guide_list .aroundKyotoSta .bottom_area .left_txt .catch {
        color: #058199;
    }

    #index .sec02 .guide_list .aroundKyotoSta .bottom_area .right_btn .btn-internal a {
        background-color: #3eb9c1;
    }

    #index .sec02 .bottom_btn .btn-internal a {
        background: url(img/sp/top_h3_btn_sp.png) top center no-repeat;
        background-size: 100% auto;
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.3rem;
        line-height: 1.6;
        margin: 5rem 0 0;
        padding: 1.3rem 3rem 1.7rem 3rem;
        text-align: center;
        text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
        text-decoration: none;
    }

    /* sec03 */
    #index .sec03 .season_list {
        margin: 3rem 0 0;
    }

    #index .sec03 .season_list li + li {
        margin-top: 3rem;
    }

    #index .sec03 .season_list li .left_txt {
        padding: 3rem 0 0;
    }

    #index .sec03 .season_list li .left_txt .txt > p {
        position: relative;
        top: -0.5rem;
    }

    #index .sec03 .season_list li .left_txt .ttl a {
        display: inline-block;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        line-height: 1.4;
        padding: 0.5rem 0.5rem 0.5rem 0;
        position: relative;
        text-decoration: none;
    }

    #index .sec03 .season_list li .left_txt .ttl a::after {
        background: url(img/sp/top_h4_ar_sp.png) right center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 1rem;
        height: 1.6rem;
        position: absolute;
        top: 50%;
        right: -2rem;
        margin-top: -0.9rem;
    }

    #index .sec03 .season_list li .left_txt .catch {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 2rem 0;
    }

    #index .sec03 .season_list li .left_txt .img {
        background: #fff;
        border: 0.1rem solid #a6a6a6;
        border-radius: 0.5rem;
        padding: 0.3rem;
        position: relative;
        width: 40%;
        height: auto;
    }

    #index .sec03 .season_list li:nth-child(odd) .left_txt .img {
        float: right;
        margin: 2rem 0 1rem 1rem;
    }

    #index .sec03 .season_list li:nth-child(even) .left_txt .img {
        float: left;
        margin: 2rem 1rem 1rem 0;
    }

    #index .sec03 .season_list .spring .left_txt {
        background: url(img/sp/top_h4_parts_01_sp.png) left top no-repeat;
        background-size: 8rem auto;
    }

    #index .sec03 .season_list .spring .left_txt .ttl a {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fec8c6 0%) repeat scroll 0 0;
    }

    #index .sec03 .season_list .summer .left_txt {
        background: url(img/sp/top_h4_parts_04_sp.png) left top no-repeat;
        background-size: 9rem auto;
    }

    #index .sec03 .season_list .summer .left_txt .ttl a {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #d8fff9 0%) repeat scroll 0 0;
    }

    #index .sec03 .season_list .autumn .left_txt {
        background: url(img/sp/top_h4_parts_07_sp.png) left top no-repeat;
        background-size: 9rem auto;
    }

    #index .sec03 .season_list .autumn .left_txt .ttl a {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fdcaaf 0%) repeat scroll 0 0;
    }

    #index .sec03 .season_list .winter .left_txt {
        background: url(img/sp/top_h4_parts_10_sp.png) left top no-repeat;
        background-size: 8rem auto;
    }

    #index .sec03 .season_list .winter .left_txt .ttl a {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #aee1ff 0%) repeat scroll 0 0;
    }

    #index .sec03 .season_list li .left_txt .txt {
        position: relative;
    }

    #index .sec03 .season_list li .left_txt .txt::after {
        content: "";
        width: 6rem;
        height: 6rem;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    #index .sec03 .season_list .spring .left_txt .txt::after {
        background: url(img/sp/top_h4_parts_02_sp.png) right top no-repeat;
        background-size: 100% auto;
        right: -1rem;
    }

    #index .sec03 .season_list .summer .left_txt .txt::after {
        background: url(img/sp/top_h4_parts_05_sp.png) right top no-repeat;
        background-size: 100% auto;
        left: -1rem;
    }

    #index .sec03 .season_list .autumn .left_txt .txt::after {
        background: url(img/sp/top_h4_parts_08_sp.png) right top no-repeat;
        background-size: 100% auto;
        right: -1rem;
    }

    #index .sec03 .season_list .winter .left_txt .txt::after {
        background: url(img/sp/top_h4_parts_11_sp.png) right top no-repeat;
        background-size: 100% auto;
        left: -1rem;
    }

    /* sec04 */
    #index .sec04 .flex.maker_list {
        counter-reset: div;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 5rem 0 0;
    }

    #index .sec04 .flex.maker_list li {
        background: #fff6f6;
        border-top: 0.2rem solid #dd344e;
        padding: 2rem 1.5rem;
        position: relative;
    }

    #index .sec04 .flex.maker_list li::before {
        background: #dd334d;
        border-radius: 0.5rem 0.5rem 0 0;
        color: #fff;
        content: "SHOP "counter(div, decimal-leading-zero);
        counter-increment: div;
        font-size: 1rem;
        line-height: 1.4;
        padding: 0.5rem 1.5rem 0.3rem;
        position: absolute;
        top: -2.3rem;
        left: 1.5rem;
        white-space: pre-wrap;
    }

    #index .sec04 .flex.maker_list li + li {
        margin-top: 4rem;
    }

    #index .sec04 .flex.maker_list li .name {
        margin: 0 0 2rem;
    }

    #index .sec04 .flex.maker_list li .name a {
        display: inline-block;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-decoration: none;
    }

    #index .sec04 .flex.maker_list li .name a span {
        background: url(img/sp/top_h5_ar_sp.png) right center no-repeat;
        background-size: 0.8rem auto;
        padding: 0 2.5rem 0 0;
    }

    #index .sec04 .flex.maker_list li .flex.address {
        align-items: center;
        display: flex;
        justify-content: flex-start;
    }

    #index .sec04 .flex.maker_list li .flex.address dt {
        font-size: 1.2rem;
        font-weight: bold;
        padding: 0.5rem 1rem 0.5rem 0;
        width: 26%;
    }

    #index .sec04 .flex.maker_list li dl + dl {
        margin-top: 1rem;
    }

    #index .sec04 .flex.maker_list li .flex.address dd {
        border-left: 0.3rem solid #3cd3da;
        padding: 0 1rem;
        width: 74%;
    }

    #index .sec04 .flex.maker_list li .flex.address:nth-child(2n) dd {
        border-left: 0.3rem solid #d8ce2f;
    }

    /* 下層 */
    #contents_low {
        padding: 0 1rem 4rem;
    }

    #pankuzu {
        background: #eee;
        color: #979797;
        font-size: 1.3rem;
        width: 100%;
        margin: 1rem 0;
        padding: 0.4rem 0 0.8rem;
    }

    #pankuzu .inner {
        margin: 0 1rem;
        overflow: auto;
        white-space: nowrap;
    }

    #pankuzu a {
        color: #979797;
        text-decoration: underline;
    }

    #pankuzu .inner::-webkit-scrollbar{
        height: 0.5rem;
    }
    #pankuzu .inner::-webkit-scrollbar-track{
        background: #d2d2d2;
        border-radius: 1rem;
    }
    #pankuzu .inner::-webkit-scrollbar-thumb {
        background: #a6a6a6;
        border-radius: 1rem;
    }

    #index h1:not(.none),
    #index h2:not(.none),
    #index h3:not(.none),
    #index h4:not(.none),
    #page h1:not(.none),
    #page h2:not(.none),
    #page h3:not(.none),
    #page h4:not(.none) {
        font-weight: bold;
        line-height: 1.4;
        margin: 3rem 0 1.3rem;
    }

    #index h1:not(.none),
    #page h1:not(.none) {
        background: url(img/sp/templ_h2_parts_01_sp.png) right top repeat-y, url(img/sp/templ_h2_parts_02_sp.png) left top repeat-y;
        background-size: 3.4rem auto, 3.5rem auto;
        border-top: 0.2rem solid #333;
        border-bottom: 0.2rem solid #333;
        font-size: 1.7rem;
        font-weight: bold;
        margin: 0 0 1rem;
        padding: 1.5rem 4rem;
        text-align: center;
    }

    #index h2:not(.none),
    #page h2:not(.none) {
        background: #73d4da;
        font-size: 1.6rem;
        padding: 1rem 1.5rem;
    }

    #index h3:not(.none),
    #page h3:not(.none) {
        border-bottom: 0.2rem solid #dbd347;
        font-size: 1.4rem;
        padding: 0.5rem 0.5rem;
        position: relative;
    }

    #index h3:not(.none)::after,
    #page h3:not(.none)::after {
        border-bottom: 0.1rem solid #dbd347;
        bottom: -0.5rem;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        width: 100%;
        height: 0.1rem;
    }

    #index h4:not(.none),
    #page h4:not(.none) {
        border-bottom: 0.2rem solid #ff415c;
        font-size: 1.3rem;
        padding: 0.5rem 0.5rem;
    }

    #index ul:not(.none):not(.subList), #page ul:not(.none):not(.subList),
    #index ol:not(.none), #page ol:not(.none) {
        margin: 3rem 0;
    }

    #index ul:not(.none) li, #page ul:not(.none) li {
        background: url(img/sp/templ_ul_icon_sp.png) left 1rem top 0.6rem no-repeat;
        background-size: 1.2rem auto;
        padding: 0 0 0 3rem;
        margin: 0 0 0.5rem;
        position: relative;
    }

    #index ol:not(.none) li, #page ol:not(.none) li {
        background: url(img/sp/templ_ol_icon_sp.png) left 0.7rem top 0.4rem no-repeat;
        background-size: 1.7rem auto;
        counter-increment: number;
        display: block;
        list-style: none;
        margin: 0 0 0.5rem;
        padding: 0 0 0 3rem;
        position: relative;
    }

    #index ol:not(.none) li::before,
    #page ol:not(.none) li::before {
        color: #fff;
        content: counter(number);
        display: block;
        font-size: 1.2rem;
        height: 1.6rem;
        left: 0.75rem;
        line-height: 1.6;
        position: absolute;
        text-align: center;
        top: 0.35rem;
        width: 1.6rem;
    }

    #index table:not(.none),
    #page table:not(.none) {
        border-collapse: separate;
        border-spacing: 0;
        margin: 2.9rem auto;
        width: 100%;
    }

    #index table:not(.none) thead th,
    #index table:not(.none) tbody th,
    #index table:not(.none) tbody td,
    #page table:not(.none) thead th,
    #page table:not(.none) tbody th,
    #page table:not(.none) tbody td{
        display: block;
        padding: 1rem 1.5rem;
        vertical-align: middle;
        word-break: break-all;
    }

    #index table:not(.none) th,
    #page table:not(.none) th {
        background: #c9c9c9;
        border-bottom: 0.15rem solid #fff;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

    #index table:not(.none) td,
    #page table:not(.none) td {
        background: #eee;
        border-bottom: 0.15rem solid #fff;
        text-align: center;
    }

    #index table:not(.none) tr:last-child td ,
    #page table:not(.none) tr:last-child td {
        border-bottom: none;
    }

    #index .float-wrap:not(.none),
    #page .float-wrap:not(.none) {
        margin: 3rem auto;
        position: relative;
    }

    #index .float-wrap:not(.none) > p,
    #page .float-wrap:not(.none) > p {
        margin: 1rem auto;
        position: relative;
        top: -0.5rem;
    }

    #index .fl.t_small:not(.none),
    #page .fl.t_small:not(.none){
        width: 40%;
        float: left;
        margin-right: 1rem;
    }

    #index .fr.t_small:not(.none),
    #page .fr.t_small:not(.none) {
        width: 40%;
        float: right;
        margin-left: 1rem;
    }

    #index .float-img .flame:not(.none),
    #page .float-img .flame:not(.none) {
        background: #fff;
        border: 0.2rem solid #dd334d;
        padding: 0.1rem;
    }
	#index .float-img .flame:not(.none) img,
	#page .float-img .flame:not(.none) img {
    width: 100%;
    }
    #index .float-img:not(.none),
    #page .float-img:not(.none) {
        width: 100%;
        margin: 0 auto;
    }

    #index .caption:not(.none),
    #page .caption:not(.none) {
        text-align: center;
        font-size: 1rem;
        color: #999;
        margin: 1rem 0 2rem;
        line-height: 1.4;
        word-wrap: break-word;
    }

    #index .btn-internal:not(.none) a,
    #index .btn-web:not(.none) a,
    #index .btn-tel:not(.none) a,
    #index .btn-link:not(.none) a,
    #page .btn-internal:not(.none) a,
    #page .btn-web:not(.none) a,
    #page .btn-tel:not(.none) a,
    #page .btn-link:not(.none) a {
        border-radius: 3rem;
        box-shadow: 0.2rem 0.3rem #c9c9c9;
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 2rem auto 5rem;
        text-decoration: none;
        padding: 1.2rem 2.5rem;
        position: relative;
        text-align: center;
        width: 90%;
        z-index: 5;
    }

    #index .btn-internal:not(.none) a,
    #page .btn-internal:not(.none) a {
    background: #ffc5a5 url(img/sp/templ_btn_ar_01_sp.png) right 1.5rem center no-repeat;
    background-size: 0.6rem auto;
    /* border: 0.2rem dotted #ff415c; */
    color: #ff415c;
    }

    #index .btn-web:not(.none) a,
    #page .btn-web:not(.none) a {
        background: #dd334d url(img/sp/top_h2_ar_02_sp.png) right 1.5rem center no-repeat;
        background-size: 1.6rem auto;
        color: #fff;
    }

    #index .btn-tel:not(.none) a,
    #page .btn-tel:not(.none) a {
        background: #39b2e8 url(img/sp/templ_btn_tel_sp.png) left 1.8rem center no-repeat;
        background-size: 1.8rem auto;
        color: #fff;
        padding: 1.2rem 2.5rem 1.2rem 3.4rem;
    }

    #index .btn-link:not(.none) a,
    #page .btn-link:not(.none) a {
        background: #fff url(img/sp/templ_btn_ar_03_sp.png) right 1.5rem center no-repeat;
        background-size: 0.6rem auto;
        border: 0.1rem solid #fd8885;
        color: #fd8885;
    }

    /* 追加パーツ */
    #index .sns_icon,
    #page .sns_icon {
        margin: 1rem 0;
        text-align: right;
    }

    #index .sns_icon li,
    #page .sns_icon li {
        display: inline-block;
        width: 27%;
    }

    #index .sns_icon li + li,
    #page .sns_icon li + li {
        margin-left: 0.5rem;
    }

    #index .sns_icon li a,
    #page .sns_icon li a {
        display: block;
    }

    #index .flex.shop_list,
    #page .flex.shop_list {
        margin: 5rem 0;
    }

    #index .flex.shop_list li,
    #page .flex.shop_list li {
        border-top: 0.2rem solid #333;
        padding: 3rem 1rem;
        position: relative;
    }

    #index .flex.shop_list li + li,
    #page .flex.shop_list li + li {
        margin-top: 3rem;
    }

    #index .flex.shop_list li::before,
    #page .flex.shop_list li::before {
        content: "";
        width: 4rem;
        height: 4rem;
        position: absolute;
        top: -2rem;
        right: 2rem;
    }

    #index .flex.shop_list li.hotel::before,
    #page .flex.shop_list li.hotel::before {
        background: url(img/sp/templ_box_icon_01_sp.png) top center no-repeat;
        background-size: 100% auto;
    }

    #index .flex.shop_list li.shopping::before,
    #page .flex.shop_list li.shopping::before {
        background: url(img/sp/templ_box_icon_02_sp.png) top center no-repeat;
        background-size: 100% auto;
    }

    #index .flex.shop_list li.cafe::before,
    #page .flex.shop_list li.cafe::before {
        background: url(img/sp/templ_box_icon_03_sp.png) top center no-repeat;
        background-size: 100% auto;
    }

    #index .flex.shop_list li.bar::before,
    #page .flex.shop_list li.bar::before {
        background: url(img/sp/templ_box_icon_04_sp.png) top center no-repeat;
        background-size: 100% auto;
    }

    #index .flex.shop_list li.temple::before,
    #page .flex.shop_list li.temple::before {
        background: url(img/sp/templ_box_icon_05_sp.png) top center no-repeat;
        background-size: 100% auto;
    }

    #index .flex.shop_list li.walking::before,
    #page .flex.shop_list li.walking::before {
        background: url(img/sp/templ_box_icon_06_sp.png) top center no-repeat;
        background-size: 100% auto;
    }

    #index .flex.shop_list li .place_name,
    #page .flex.shop_list li .place_name {
        display: inline-block;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 2rem;
    }

    #index .flex.shop_list li .place_name p,
    #page .flex.shop_list li .place_name p {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f4eb39 0%) repeat scroll 0 0;
        display: inline;
    }

    #index .flex.shop_list li .img,
    #page .flex.shop_list li .img {
        text-align: center;
    }

    #index .flex.shop_list li .caption_box,
    #page .flex.shop_list li .caption_box {
        margin: 0.8rem 0;
        overflow: auto;
        white-space: nowrap;
    }

    #index .flex.shop_list li .caption_box::-webkit-scrollbar,
    #page .flex.shop_list li .caption_box::-webkit-scrollbar {
        height: 0.8rem;
    }

    #index .flex.shop_list li .caption_box::-webkit-scrollbar-track,
    #page .flex.shop_list li .caption_box::-webkit-scrollbar-track {
        background: #d2d2d2;
        border-radius: 1rem;
    }

    #index .flex.shop_list li .caption_box::-webkit-scrollbar-thumb,
    #page .flex.shop_list li .caption_box::-webkit-scrollbar-thumb {
        background: #a0a0a0;
        border-radius: 1rem;
    }

    #index .flex.shop_list li .caption_box .caption,
    #page .flex.shop_list li .caption_box .caption {
        margin: 0;
        padding: 0 0 0.8rem;
        text-align: left;
        width: 100%;
    }

    #index .flex.shop_list li .catch,
    #page .flex.shop_list li .catch {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 1rem 0 0.5rem;
    }

    #index .flex.shop_list li .address,
    #page .flex.shop_list li .address,
    #index .flex.shop_list li .time,
    #page .flex.shop_list li .time {
        margin: 1rem 0 0;
    }

    #index .flex.shop_list li .address span,
    #page .flex.shop_list li .address span,
    #index .flex.shop_list li .time span,
    #page .flex.shop_list li .time span {
        background: #e9e9e9;
        border-radius: 2rem;
        font-size: 1.3rem;
        font-weight: bold;
        display: inline-block;
        padding: 0.3rem 1rem;
        margin-right: 1rem;
    }

    #index .kuchikomi_list,
    #page .kuchikomi_list {
        margin: 3rem 0 5rem;
    }

    #index .kuchikomi_list .kuchikomi_box,
    #page .kuchikomi_list .kuchikomi_box {
        background: #ffffeb;
        border-radius: 0.5rem;
        padding: 0.5rem 1rem;
    }

    #index .kuchikomi_list .kuchikomi_box + .kuchikomi_box,
    #page .kuchikomi_list .kuchikomi_box + .kuchikomi_box {
        margin-top: 2rem;
    }

    #index .kuchikomi_list .kuchikomi_box .catch,
    #page .kuchikomi_list .kuchikomi_box .catch {
        background: #fff;
        border: 0.15rem dotted #0e9ca5;
        border-radius: 0.5rem;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        margin-left: auto;
        padding: 0.5rem 1rem;
        position: relative;
        width: 80%;
    }

    #index .kuchikomi_list .kuchikomi_box .catch::after ,
    #page .kuchikomi_list .kuchikomi_box .catch::after {
        background: url(img/sp/templ_kutikomi_parts_sp.png) top center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 1.3rem;
        height: 2rem;
        position: absolute;
        top: 50%;
        left: -1.25rem;
        margin-top: -1rem;
    }

    #index .kuchikomi_list .good .catch::before,
    #page .kuchikomi_list .good .catch::before {
        background: url(img/sp/templ_kutikomi_icon_01_sp.png) top center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 4.5rem;
        height: 4rem;
        position: absolute;
        top: 50%;
        left: -6rem;
        margin-top: -1.9rem;
    }

    #index .kuchikomi_list .bad .catch::before,
    #page .kuchikomi_list .bad .catch::before {
        background: url(img/sp/templ_kutikomi_icon_02_sp.png) top center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 4.5rem;
        height: 4rem;
        position: absolute;
        top: 50%;
        left: -6rem;
        margin-top: -1.9rem;
    }

    #index .kuchikomi_list .kuchikomi_box .txt,
    #page .kuchikomi_list .kuchikomi_box .txt {
        margin: 1rem 0 0;
    }

    #index .manager_comment,
    #page .manager_comment {
        background: #ffeeef;
        border: 0.2rem solid #dd334d;
        margin: 5rem 0;
        padding: 2rem 1rem 1rem;
        position: relative;
    }

    #index .manager_comment::before,
    #page .manager_comment::before {

    }

    #index .manager_comment .ttl,
    #page .manager_comment .ttl {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 1rem;
        text-align: center;
    }

    #index .manager_comment .catch,
    #page .manager_comment .catch {
        color: #ff415c;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 1rem;
    }

    #index .slider,
    #page .slider {
        margin: 5rem auto;
        width: 85%;
    }

    #index .slider .flex.bxslider li,
    #page .slider .flex.bxslider li {
        height: 24rem;
        position: relative;
        width: 33%;
        overflow: hidden;
    }

    #index .slider .flex.bxslider li img,
    #page .slider .flex.bxslider li img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        height: auto;
    }

    #index .slider .flex.quote,
    #page .slider .flex.quote {
        margin: 0.5rem 0;
        word-break: break-all;
        text-align: center;
    }

    #index .slider .flex.quote a,
    #page .slider .flex.quote a {
        color: #888;
        display: none;
        font-size: 1rem;
        line-height: 1.4;
        pointer-events: none;
        text-decoration: none;
    }

    #index .slider .flex.quote a.active,
    #page .slider .flex.quote a.active {
        display: block;
    }

    #index .slider .icon,
    #page .slider .icon {
        display: flex;
        justify-content: space-between;
        margin: 1rem auto;
    }

    #index .slider .icon a,
    #page .slider .icon a {
        display: block;
        width: 7.5rem;
        height: 7.5rem;
        position: relative;
    }

    #index .slider .icon a img,
    #page .slider .icon a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        height: auto;
    }

    #index .bottom_sns_icon,
    #page .bottom_sns_icon {
        margin: 5rem auto;
        text-align: center;
        width: 93%;
    }

    #index .bottom_sns_icon li,
    #page .bottom_sns_icon li {
        display: inline-block;
        width: 30%;
    }

    #index .bottom_sns_icon li + li,
    #page .bottom_sns_icon li + li {
        margin-left: 0.5rem;
    }

    #index .bottom_sns_icon li a,
    #page .bottom_sns_icon li a {
        display: block;
    }

    #index .recommend_spot,
    #page .recommend_spot {
        background: url(img/sp/templ_ttl_sp.png) top center no-repeat;
        background-size: 100% auto;
        margin: 5rem 0;
        padding: 8rem 0 0 0;
    }

    #index .recommend_spot li,
    #page .recommend_spot li {
        text-align: center;
    }

    #index .recommend_spot li + li,
    #page .recommend_spot li + li {
        margin-top: 1.5rem;
    }

    #index .recommend_spot li a,
    #page .recommend_spot li a {
        display: block;
        position: relative;
    }

    #index .recommend_spot li a::before,
    #page .recommend_spot li a::before,
    #index .recommend_spot li a::after,
    #page .recommend_spot li a::after {
        content: "";
        position: absolute;
    }

    #index .recommend_spot .kiyomizudera a::before,
    #page .recommend_spot .kiyomizudera a::before {
        background: url(img/sp/templ_catelink_parts_01_sp.png) top center no-repeat;
        background-size: 100% auto;
        width: 4rem;
        height: 1rem;
        top: -0.2rem;
        right: -0.2rem;
    }

    #index .recommend_spot .kiyomizudera a::after,
    #page .recommend_spot .kiyomizudera a::after {
        background: url(img/sp/templ_catelink_parts_02_sp.png) top center no-repeat;
        background-size: 100% auto;
        width: 4rem;
        height: 1rem;
        bottom: 3rem;
        left: -1rem;
    }

    #index .recommend_spot .gion a::before,
    #page .recommend_spot .gion a::before {
        background: url(img/sp/templ_catelink_parts_03_sp.png) top center no-repeat;
        background-size: 100% auto;
        width: 5.5rem;
        height: 3rem;
        top: 0;
        left: -1rem;
    }

    #index .recommend_spot .gion a::after,
    #page .recommend_spot .gion a::after {
        background: url(img/sp/templ_catelink_parts_04_sp.png) top center no-repeat;
        background-size: 100% auto;
        width: 6rem;
        height: 3rem;
        bottom: 0.5rem;
        right: -1rem;
    }

    #index .recommend_spot .kyotostation a::before,
    #page .recommend_spot .kyotostation a::before {
        background: url(img/sp/templ_catelink_parts_06_sp.png) top center no-repeat;
        background-size: 100% auto;
        width: 6rem;
        height: 6rem;
        top: -0.7rem;
        right: 0;
    }

    #index .recommend_spot .kyotostation a::after,
    #page .recommend_spot .kyotostation a::after {
        background: url(img/sp/templ_catelink_parts_05_sp.png) top center no-repeat;
        background-size: 100% auto;
        width: 4rem;
        height: 2.4rem;
        bottom: 3.5rem;
        left: -0.5rem;
    }
	    /*osusume
    ----------------------------------------*/
		.low_inner {
    margin-top: 50px;
}
#page .famous_list .box {
        background: url(img/sp/top_h2_line_sp.png) left top repeat-x;
        background-size: 29.2rem auto;
        padding: 0.5rem 0 1rem;
    }

    #page .famous_list .more_btn03 ul.hidden:last-child .box:last-child {
        padding: 0.5rem 0 0;
    }

    #page .famous_list .box .flex.maker_name {
        align-items: center;
        justify-content: flex-start;
        display: flex;
        margin: 1rem 0;
    }

    #page .famous_list .box .ttl {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    padding: 1rem 0 1rem 2rem;
    width: 81%;
    }

    #page .famous_list .box .number {
background: url(img/sp/top_h2_icon_sp.png) top left no-repeat;
    background-size: 6rem auto;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1rem 0.5rem 2.5rem 0.5rem;
    text-align: center;
    width: 22%;
    }


    #page .famous_list .box .balloon {
        background: #73d4db;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 0.5rem 1rem;
        position: relative;
        text-align: center;
    }

    #page .famous_list .box .balloon::after {
        background: url(img/sp/top_h2_parts_sp.png) left top no-repeat;
        background-size: 100% auto;
        content: "";
        width: 1.5rem;
        height: 1rem;
        position: absolute;
        bottom: -0.9rem;
        left: 50%;
    }

    #page .famous_list .box .flex.point {
        align-content: center;
        background: #eee url(img/sp/top_h2_point_sp.png) left 1.5rem center no-repeat;
        background-size: 6rem auto;
        margin: 0.5rem 0 0;
        padding: 0.5rem 1rem;
    }

    #page .famous_list .box .flex.point ul {
        padding-left: 8rem;
    }

    #page .famous_list .box .flex.point ul li {
        color: #636363;
        font-size: 1.2rem;
        font-weight: bold;
        display: block;
        line-height: 1.4;
    }

    #page .famous_list .box .flex.point ul li + li {
        margin-top: 0.5rem;
    }

    #page .famous_list .box .flex.gallery {
        display: flex;
        flex-direction: column-reverse;
        margin: 1rem 0;
    }

    #page .famous_list .box .flex.gallery .right_img {
        margin: 0 0 3rem;
    }

    #page .famous_list .box .flex.gallery .right_img .flex.photo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #page .famous_list .box .flex.gallery .right_img .flex.photo li {
        border: 0.1rem solid #d8d8d8;
        width: 9.5rem;
        height: 9.5rem;
    }

    #page .famous_list .box .flex.gallery .right_img .flex.photo li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 0.3rem;
    }

    #page .famous_list .box .flex.gallery .right_img .flex.photo li a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #page .famous_list .box .flex.gallery .right_img .flex.photo li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        height: auto;
    }

    #page .famous_list .box .flex.gallery .right_img .caption_wrap {
        margin: 0.5rem 0;
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    #page .famous_list .box .flex.gallery .right_img .caption_wrap .caption {
        margin: 0;
        padding: 0 0 0.5rem;
        text-align: left;
        width: 100%;
    }

    #page .famous_list .box .flex.gallery .left_tag {
        background: url(img/sp/top_h2_parts_03_sp.png) left center no-repeat;
        background-size: 10rem auto;
        display: flex;
        flex-direction: column-reverse;
        padding: 0 0 0 11rem;
    }

    #page .famous_list .box .flex.gallery .left_tag .txt {
        padding: 2rem 0 3rem 0;
    }

    #page .famous_list .box .flex.gallery .left_tag .txt .catch {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6;
        position: relative;
    }

    #page .famous_list .box .flex.gallery .left_tag .txt .catch::after {
        background: url(img/sp/top_h2_parts_02_sp.png) left top no-repeat;
        background-size: 100% auto;
        content: "";
        width: 30rem;
        height: 30rem;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        margin: -22rem 0 0 -20rem;
    }

    #page .famous_list .box .flex.gallery .left_tag .txt .bold {
        color: #dd334d;
        display: block;
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 1rem 0 0;
        text-shadow: 
            3px 0px #fff,  -2px 0px #fff,
            0px -3px #fff, 0px 2px #fff,
            3px 3px #fff, -2px 2px #fff,
            3px -3px #fff, -2px -2px #fff,
            2px 3px #fff,  -2px 2px #fff,
            2px -3px #fff, -1px -2px #fff,
            3px 2px #fff,  -2px 1px #fff,
            3px -2px #fff, -2px -1px #fff;
    }

    #page .famous_list .box .flex.gallery .left_tag .txt .bold_sub {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6;
    }

    #page .famous_list .box .flex.gallery .left_tag .flex.tag li {
        background: #e6e6e6;
        border-radius: 3rem;
        color: #fff;
        display: block;
        font-size: 1.3rem;
        line-height: 1.4;
        padding: 0.7rem 0.5rem;
        text-align: center;
    }

    #page .famous_list .box .flex.gallery .left_tag .flex.tag li.active {
        background: #05a2c9;
    }

    #page .famous_list .box .flex.gallery .left_tag .flex.tag li + li {
        margin-top: 1rem;
    }

    #page .famous_list .box .none.btn-web a {
        background: #dd334d url(img/sp/top_h2_ar_02_sp.png) right 1rem center no-repeat;
        background-size: 1.8rem auto;
        border-radius: 5rem;
        box-shadow: 0.3rem 0.5rem #c9c9c9;
        color: #fff;
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        line-height: 1.6;
        margin: 0 auto;
        padding: 1rem 3rem;
        text-align: center;
        text-decoration: none;
        width: 90%;
    }

    #page .famous_list .box .sp.none.btn-web a {
        background: #dd334d url(img/sp/top_h2_ar_sp.png) right 1rem center no-repeat;
        background-size: 1.4rem auto;
        box-shadow: 0.2rem 0.4rem #c9c9c9;
        font-size: 1.2rem;
        margin: 1rem auto 2rem;
        padding: 1rem 2.5rem 1rem 1.5rem;
        width: 80%;
    }


    /*footer
    ----------------------------------------*/

    footer {
        background: #ffeeee;
        padding: 1.5rem 0 0;
        width: 100%;
    }

    footer .inner {
        padding: 0 1rem;
        position: relative;
    }

    footer #pagetop_sp {
        position: fixed;
        bottom: -100px;
        right: 1rem;
        width: 16%;
        height: auto;
        z-index: 5;
        transition: .3s;
    }

    footer #pagetop_sp a {
        display: block;
    }

    footer .frame-wrap {
        margin: 1.5rem 0 0;
        width: 100%;
    }

    footer .frame-wrap .frame-head {
        background: #dd334d url(img/sp/top_footer_ar_sp.png) right 1rem center no-repeat;
        background-size: 1.4rem auto;
        color: #fff;
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 1rem 3.5rem 1rem 1.5rem;
    }

    footer .frame-wrap .frame-head.naviopen {
        background: #dd334d url(img/sp/top_footer_ar_02_sp.png) right 1rem center no-repeat;
        background-size: 1.4rem auto;
    }

    footer .frame-wrap .frame + .frame {
        margin-top: 1.5rem;
    }

    footer .frame-wrap .frame .frame-body {
        background: #fff;
        display: none;
    }

    footer .frame-wrap ul li + li {
        border-top: 0.1rem dashed #ec8d9c;
    }

    footer .frame-wrap ul li:last-child {
        border-bottom: 0.1rem dashed #ec8d9c;
    }

    footer .frame-wrap ul li a {
        background: url(img/sp/top_footer_ar_03_sp.png) right 1.5rem center no-repeat;
        background-size: 0.5rem auto;
        display: block;
        font-size: 1.3rem;
        padding: 1rem 3.5rem 1rem 1.5rem;
    }

    footer .sitemap a {
        background: #dd334d url(img/sp/top_h3_ar_sp.png) right 1.4rem center no-repeat;
        background-size: 0.8rem auto;
        color: #fff;
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 1.5rem 0 0;
        padding: 1rem 3.5rem 1rem 1.5rem;
    }

    footer .notes {
        background: #fff;
        font-size: 1.2rem;
        margin: 2rem 0;
        padding: 1.5rem;
    }

    footer .notes span {
        display: block;
    }

    footer .copyright {
        background: #fff;
        border-top: 0.2rem solid #dd334d;
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 0.4rem 0;
        text-align: center;
    }

    footer .copyright a {
        text-decoration: underline;
    }

}  /****sp*******/