@charset "utf-8";

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(font/NotoSerifCJKjp-Bold.otf) format('opentype');
    font-display: swap;
}

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: 25.2px;
    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;
}

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

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

    body {
        min-width: 1000px;
        overflow: hidden;
    }

    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_parts p, #index p, #page p, #sub p {
        margin: 10px 0 15px;
    }

    .font {
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    /*header
    ----------------------------------------*/
    header {
        background: #fff;
        box-shadow: 0px 1px 10px 0px #999;
        -webkit-box-shadow: 0px 1px 10px 0px #999;
        -moz-box-shadow: 0px 1px 10px 0px #999;
        min-width: 1000px;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    header.header_lower {
        box-shadow: 0px 1px 10px 0px #dedede;
        -webkit-box-shadow: 0px 1px 10px 0px #dedede;
        -moz-box-shadow: 0px 1px 10px 0px #dedede;
    }

    header .flex.top_bar {
        flex-wrap: wrap;
    }

    header .stmp,
    header .sec_column {
        width: 100%;
    }

    header .stmp {
        background: url(img/common-bg01.png) repeat;
        order: 1;
        padding: 3px 0;
        text-align: right;
    }

    header .stmp a {
        display: inline-block;
        font-size: 12px;
        line-height: 1.4;
        position: relative;
    }

    header .stmp a:after {
        content: " \03e";
    }

    header .sec_column {
        order: 2;
        padding: 10px 0 20px;
        text-align: center;
    }

    header .site_ttl {
        margin: 0 auto;
        width: 50%;
    }

    header .site_ttl h1,
    header .site_ttl a {
        background: url(img/logo.png) left center no-repeat;
        display: inline-block;
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: 2px;
        padding: 15px 10px 15px 75px;
    }

    header .lead {
        font-size: 12px;
        padding: 0 25px;
    }

    /*nav
    ----------------------------------------*/
    header nav {
        background: #fff;
    }

    header nav ul {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 1000px;
        width: 100%;
    }

    header nav ul li {
        border-left: 1px solid #dedede;
        box-sizing: border-box;
        position: relative;
        width: 100%;
    }

    header nav ul li:last-child {
        border-right: 1px solid #dedede;
    }

    header nav ul li a {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        font-size: 14px;
        justify-content: center;
        line-height: 1.4;
        padding: 23px 20px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    header nav ul li a:hover {
        background: #dedede;
    }

    /*mv
    ----------------------------------------*/
    #mv {
        background: #fff;
        width: 100%;
        z-index: 0;
        position: relative;
    }

    #mv .mv_top_bg {
        background: url(img/mv-img02.png) top center no-repeat;
        padding: 80px 0 145px;
        min-height: 500px;
        position: relative;
    }

    #mv .mv_top_bg:before {
        background: url(img/mv-img01.png) no-repeat;
        position: absolute;
        content: "";
        width: 500px;
        height: 500px;
        top: 0;
        right: 50%;
        margin-right: 300px;
        z-index: -1;
    }

    #mv .mv_top_bg:after {
        background: url(img/mv-img03.png) no-repeat;
        position: absolute;
        content: "";
        width: 500px;
        height: 500px;
        top: 0;
        left: 50%;
        margin-left: 300px;
        z-index: -1;
    }

    #mv .mv_txt_area {
        background-color: rgba(255,255,255,0.8);
        margin: 0 auto;
        padding: 40px 50px;
        width: 800px;
    }

    #mv .mv_txt_area h2 {
        border-bottom: 1px solid #7f5851;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 1.4;
        padding-bottom: 25px;
        text-align: center;
    }

    #mv .mv_txt_area p {
        margin-top: 25px;
    }

    #mv .mv_wrap {
        background: url(img/common-bg02.png) repeat;
        padding: 0 0 45px;
        position: relative;
        width: 100%;
    }

    #mv .mv_wrap::before {
        background: url(img/mv-bg-parts.png) top center no-repeat;
        background-size: 1600px 140px;
        content: '';
        height: 140px;
        left: 50%;
        margin-left: -800px;
        position: absolute;
        top: -140px;
        width: 1600px;
    }

    #mv .mv_contents {
        margin: 0 auto;
        position: relative;
        width: 800px;
        top: -10px;
    }

    #mv .mv_contents::before {
        content: url(img/mv-bg-flower.png);
        height: 580px;
        left: -310px;
        position: absolute;
        top: 60px;
        width: 250px;
    }
    #mv .mv_contents::after {
        content: url(img/mv-bg-flower.png);
        height: 580px;
        position: absolute;
        right: -310px;
        top: 60px;
        width: 250px;
    }

    #mv .mv_contents h2 {
        background: url(img/mv-h2-line.png) bottom  no-repeat;
        font-size: 23px;
        font-weight: bold;
        letter-spacing: 3px;
        line-height: 1.4;
        margin-bottom: 40px;
        padding: 0px 101px 16px 96px;
        position: relative;
    }

    #mv .mv_contents h2 span.small {
        display: block;
        padding: 0 0 8px 22px;
    }

    #mv .mv_contents h2 span.big {
        font-size: 36px;
    }

    #mv .mv_contents h2::after {
        content: url(img/mv-h2-icon.png);
        position: absolute;
        right: 102px;
        top: -82px;
    }
    #mv .mv_contents .select_box.design .inner p.quote {
        margin-bottom: 6px;
    }
    #mv .mv_bg {
        background: url(img/common-bg01.png) repeat;
        justify-content: space-between;
        margin: 0 auto;
        padding: 50px 30px 30px;
        width: 800px;
    }
    #mv .mv_bg_lower {/* category1 lower parts */
        background: url(img/common-bg01.png) repeat;
        justify-content: space-between;
        margin: 0 auto;
        padding: 50px 30px 30px;
    }

    #mv .select_box {
        background: url(img/common-border.png) repeat;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        padding: 2px;
        position: relative;
        text-align: center;
        width: 32%;
    }

    #mv .natural::before {
        content: url(img/mv-icon01.png);
        height: 54px;
        position: absolute;
        right: 0;
        top: -30px;
        width: 53px;
    }

    #mv .design::before {
        content: url(img/mv-icon02.png);
        height: 54px;
        position: absolute;
        right: 0;
        top: -30px;
        width: 53px;
    }

    #mv .spec::before {
        content: url(img/mv-icon03.png);
        height: 58px;
        position: absolute;
        right: 0;
        top: -34px;
        width: 62px;
    }

    #mv .select_box .inner {
        background: #fff;
        padding: 20px;
        height: 100%;
    }

    #mv .select_box .catch {
        background: linear-gradient(transparent 60%, #eae6ce 60%);
        display: inline;
        font-size: 16px;
        padding-bottom: 1px;
    }

    #mv .select_box .catch span {
        font-size: 18px;
        font-weight: bold;
    }

    #mv .select_box h3 {
        color: #c21918;
        font-size: 20px;
        padding: 18px 0;
    }
    #mv .mv_bg_lower .select_box .name{/* category1 lower parts */
        color: #c21918;
        font-size: 18px;
        padding: 18px 0;
    }
    #mv .mv_con_img {
        max-width: 100%;
    }

    #mv .select_box p {
        font-size: 16px;
        padding: 0 0 10px;
    }
    #mv .select_box .inner p.quote {
        word-break: break-all;
        text-align: center;
        color: #888;
        font-size: 10px;
        line-height: 1.4;
        padding: 8px 0 10px;
    }
    #mv .select_box.design .inner p.quote {
        margin-bottom: 36px;
    }
    #mv .select_box p span.price {
        color: #c21818;
        font-size: 24px;
        font-weight: bold;
    }

    #mv .select_box p span.bold {
        font-size: 14px;
        font-weight: bold;
    }

    #mv .select_box .btn {
        background: #be6773 url(img/common-ar-wt.png) right 10px center no-repeat;
        border-radius: 2px;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding: 10px 30px;
    }

    #mv .select_box .btn:hover {
        background: #cf7f53 url(img/common-ar-wt.png) right 10px center no-repeat;
    }

    #mv .note {
        font-size: 12px;
        margin-top: 15px;
    }

    /*contents
    ----------------------------------------*/
    #contents {
        margin: 38px auto 150px;
        min-width: 1000px;
        width: 1000px;
    }

    #contents_low {
        margin: 30px auto 150px;
        min-width: 1000px;
        width: 1000px;
    }

    .wrap,
    #page {
        float: left;
        width: 720px;
    }

    #pankuzu {
        font-size: 13px;
        margin: 30px 0;
        width: 100%;
        word-break: break-all;
    }

    #pankuzu a {
        text-decoration: underline;
    }

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

    /*index_parts
    ----------------------------------------*/
    #index_parts .section01 {
        background: url(img/sec01-icon.png) top 40px center no-repeat, url(img/sec01-bg01.png) repeat;
        margin-bottom: 70px;
        padding: 130px 30px 30px;
    }

    #index_parts .section01 h2 {
        background: url(img/mv-h2-line.png) bottom no-repeat;
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 1.6;
        text-align: center;
        padding: 0 32px 16px;
    }

    #index_parts .section01 h2 span {
        font-size: 26px;
    }

    #index_parts .section01 .intro {
        padding-top: 35px;
    }

    #index_parts .section01 .brand {
        background: url(img/sec01-bg-border.png) repeat;
        margin-top: 30px;
        padding: 2px;
        position: relative;
    }

    #index_parts .section01 .brand::before {
        content: url(img/sec01-head.png);
        height: 104px;
        left: -20px;
        position: absolute;
        top: -30px;
        width: 230px;
    }
    #index_parts .section01 .brand.natural::before {
        content: url(img/se01-head_natural.png);
    }
    #index_parts .section01 .brand.spec::before {
        content: url(img/se01-head_spec.png);
    }

    #index_parts .section01 .brand .inner {
        background: url(img/sec01-h3-icon.png) top 40px center no-repeat, url(img/sec01-bg02.png) repeat;
        padding-bottom: 50px;
    }

    #index_parts .section01 .brand .catch {
        font-size: 24px;
        letter-spacing: 2px;
        padding: 100px 0 15px;
        text-align: center;
    }

    #index_parts .section01 .brand h3 {
        color: #c21818;
        font-size: 36px;
        letter-spacing: 3px;
        line-height: 1.2;
        position: relative;
        text-align: center;
    }

    #index_parts .section01 .slide .bg {
        background: url(img/sec01-slide-img01.png) left 10px bottom no-repeat, url(img/sec01-slide-img02.png) right 10px bottom no-repeat;
        padding: 30px 0 0;
    }

    #index_parts .section01 .slide .bxslider01 li {
        position: relative;
        height: 280px;
    }

    #index_parts .section01 .slide .bxslider01 img {
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        left: 50%;
    }

    #index_parts .section01 .slide .custom-thumb01.quote {
        word-break: break-all;
        margin: 10px auto;
        text-align: center;
        width: 430px;
    }

    #index_parts .section01 .slide .custom-thumb01.quote a {
        color: #888;
        display: none;
        font-size: 10px;
        line-height: 1.4;
        pointer-events: none;
        text-decoration: none;
    }

    #index_parts .section01 .slide .custom-thumb01.quote a.active {
        display: block;
    }

    #index_parts .section01 .slide .custom-thumb01.icon {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px auto 30px;
        width: 430px;
    }

    #index_parts .section01 .slide .custom-thumb01.icon a:nth-of-type(n+5) {
        margin-top: 7px;
    }

    #index_parts .section01 .slide .custom-thumb01.icon a {
        width: 103px;
        height: 67px;
        text-align: center;
    }

    #index_parts .section01 .slide .custom-thumb01.icon a img {
        max-width: 100%;
        height: 100%;
    }

    #index_parts .section01 .slide .custom-thumb01.icon a img:hover {
        opacity: 0.6;
    }

    #index_parts .section01 .brand .feature {
        background: #fff;
        margin: 40px 30px;
        padding: 30px;
    }

    #index_parts .section01 .brand h4 {
        background: url(img/sec01-h4-line.png) bottom no-repeat;
        font-size: 28px;
        letter-spacing: 3px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    #index_parts .section01 .brand .ttl {
        background: url(img/sec01-ttl-icon.png) left center no-repeat, url(img/mv-h2-line.png) bottom no-repeat;
        color: #555;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
        padding: 15px 0 10px 36px;
    }

    #index_parts .section01 .brand .voice {
        margin: 40px 30px;
    }

    #index_parts .section01 .brand .voice .comment {
        margin-left: 20px;
        padding: 20px 20px 20px 60px;
        position: relative;
    }

    #index_parts .section01 .brand .voice .comment:first-of-type::before {
        content: url(img/sec01-voice-icon.png);
        height: 42px;
        left: -20px;
        position: absolute;
        top: -10px;
        width: 62px;
    }

    #index_parts .section01 .brand .voice .comment::before {
        content: url(img/sec01-voice-icon.png);
        height: 42px;
        left: -20px;
        position: absolute;
        top: 10px;
        width: 62px;
    }

    #index_parts .section01 .brand .voice .comment:nth-child(odd) {
        background: #fff;
    }

    #index_parts .section01 .brand .voice .comment:nth-child(even) {
        background: #f1e4e4;
    }

    #index_parts .section01 .btn-web,
    #index_parts .section01 .btn-internal {
        border-radius: 2px;
        color: #fff;
        display: block;
        font-size: 18px;
        margin: 0 auto;
        padding: 15px 50px;
        text-align: center;
        text-decoration: none;
        width: 460px;
    }

    #index_parts .section01 .btn-internal span {
        font-size: 20px;
    }

    #index_parts .section01 .btn-web {
        background: url(img/common-link-icon.png) left 20px center no-repeat, url(img/common-ar-wt.png) right 20px center no-repeat #be6773;
    }

    #index_parts .section01 .btn-web:hover {
        background: url(img/common-link-icon.png) left 20px center no-repeat, url(img/common-ar-wt.png) right 20px center no-repeat #cf7f53;
    }

    #index_parts .section01 .btn-internal {
        background: #678e90 url(img/common-ar-wt.png) right 20px center no-repeat;
        border: 1px solid #678e90;
        margin-top: 20px;
    }

    #index_parts .section01 .btn-internal:hover {
        background: #fff url(img/common-ar-gr.png) right 20px center no-repeat;
        border: 1px solid #678e90;
        color: #678e90;
    }
    #index_parts .section02 h2 {
        background: url(img/mv-h2-line.png) bottom no-repeat;
        font-size: 25px;
        letter-spacing: 2px;
        line-height: 1.6;
        text-align: center;
        padding-bottom: 16px;
        position: relative;
    }

    #index_parts .section02 h2::before {
        content: url(img/sec02-h2-icon.png);
        height: 70px;
        left: 50%;
        margin-left: -260px;
        position: absolute;
        top: -90px;
        width: 520px;
    }

    #index_parts .section02 h2 a:hover {
        opacity: 0.5;
    }

    #index_parts .section02 h2 a {
        background: url(img/common-ar-bw01.png) right 30px center no-repeat;
        display: block;
        margin: 0 auto;
        padding: 0 50px;
        width: 600px;
    }

    #index_parts .section02 .catch {
        color: #555;
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto;
        padding-top: 40px;
        width: 600px;
    }

    #index_parts .section02 .intro {
        margin: 0 auto;
        padding-top: 20px;
        width: 670px;
    }

    #index_parts .section02 .box-wrap {
        margin: 30px auto 60px;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index_parts .section02 .left_box {
        background: url(img/sec02-bg01.png) no-repeat;
        background-size: cover;
        margin-right: 10px;
    }

    #index_parts .section02 .right_box {
        background: url(img/sec02-bg02.png) no-repeat;
        background-size: cover;
    }

    #index_parts .section02 .box {
        width: 49%;
        padding: 10px;
        position: relative;
        display: flex;
        flex-flow: column;
    }

    #index_parts .section02 .box .inner {
        background: rgba(255, 255, 255, 0.9);
        padding: 10px 30px 30px;
        height: 100%;
    }

    #index_parts .section02 .box .inner h3 {
        background: url(img/common-ar-bw02.png) right center no-repeat;
        border-bottom: 1px solid #7f5851;
        display: table;
        font-size: 18px;
        padding: 20px;
        text-align: center;
        width: 100%;
    }

    #index_parts .section02 .box .inner h3 span {
        display: table-cell;
        vertical-align: middle;
    }

    #index_parts .section02 .box .inner .body {
        line-height: 1.6;
        padding-top: 15px;
    }

    #index_parts .section03 {
        background: url(img/sec03-h2-icon.png) top 30px center no-repeat, url(img/common-bg03.png) repeat;
        padding: 30px;
    }

    #index_parts .section03 h2 {
        background: url(img/mv-h2-line.png) bottom no-repeat;
        font-size: 24px;
        line-height: 1.6;
        margin: 0 auto;
        text-align: center;
        padding: 80px 0 16px;
        width: 600px;
    }

    #index_parts .section03 h2 a {
        background: url(img/common-ar-bw01.png) right 30px center no-repeat;
        display: block;
        padding: 0 50px;
    }

    #index_parts .section03 h2 a:hover {
        opacity: 0.5;
    }

    #index_parts .section03 .catch {
        color: #555;
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto;
        padding-top: 40px;
        text-align: center;
    }

    #index_parts .section03 .intro {
        margin: 0 auto;
        padding-top: 20px;
    }

    #index_parts .section03 .frame_wrap {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 30px 0;
    }

    #index_parts .section03 .frame_wrap .frame {
        background: url(img/common-border.png) repeat;
        display: flex;
        flex-direction: column;
        padding: 2px;
        width: 32%;
    }

    #index_parts .section03 .frame_wrap .frame:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 15px;
    }

    #index_parts .section03 .frame_wrap .frame:not(:nth-child(3n)) {
        margin-right: 13px;
    }

    #index_parts .section03 .frame_wrap .frame .inner {
        background: #fff;
        height: 100%;
    }

    #index_parts .section03 .frame_wrap .frame .inner .frame_head {
        background: url(img/sec03-line.png) bottom no-repeat #e3dcba;
    }

    #index_parts .section03 .frame_wrap .frame .inner .frame_head h3 {
        display: table;
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    #index_parts .section03 .frame_wrap .frame .inner .frame_head h3 a {
        background: url(img/common-ar-bw02.png) right 15px center no-repeat;
        display: table-cell;
        padding: 15px 40px;
        vertical-align: middle;
    }

    #index_parts .section03 .frame_wrap .frame .body {
        padding: 15px;
    }

    #index_parts .section03 .frame_wrap .frame .body .frame_catch {
        font-size: 16px;
        font-weight: bold;
    }

    #index_parts .section03 .frame_wrap .frame .body .fream_txt {
        padding: 10px 0;
    }

    #index_parts .section03 .frame_wrap .frame .body .fream_address {
        background: #f1e4e4;
        border-radius: 4px;
        font-size: 12px;
        line-height: 1.6;
        padding: 8px 10px;
    }
     #index_parts .section04 {
        margin-top: 170px;
        margin-bottom: 170px;
    }
    #index_parts .section04 h2 {
        background: url(img/mv-h2-line.png) bottom no-repeat;
        font-size: 25px;
        letter-spacing: 2px;
        line-height: 1.6;
        text-align: center;
        padding-bottom: 16px;
        position: relative;
    }
    #index_parts .section04 h2::before {
        content: url(../../uploads/sec04-h2-icon.png);
        height: 70px;
        left: 50%;
        margin-left: -260px;
        position: absolute;
        top: -70px;
        width: 520px;
    }
    #index_parts .section04 h2::after {
        content: none;
    }
    #index_parts .section04 h2 a:hover {
        opacity: 0.5;
    }
    #index_parts .section04 h2 a {
        background: url(img/common-ar-bw01.png) right 30px center no-repeat;
        display: block;
        margin: 0 auto;
        padding: 0 50px;
        width: 600px;
        text-decoration: none;
    }
    #index_parts .section04 .catch {
        color: #555;
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto;
        padding-top: 20px;
        width: 600px;
        text-align: center;
    }
    #index_parts .section04 .intro {
        margin: 0 auto;
        padding-top: 20px;
        width: 670px;
    }
    #index .section04 .frame-wrap .frame .frame-head a {
        background: url(img/common-ar-bw01.png) right center no-repeat;
        display: block;
        text-decoration: none;
        margin-left: 0;
        margin-right: 0;
    }
    #index .section04 .frame-wrap .frame .frame-head a:hover {
        opacity: 0.5;
    }

    /*index
    ----------------------------------------*/
    #index {
        margin: 50px 0 0;
    }

    #index h1,
    #index h2,
    #index h3,
    #index h4,
    #index h5,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5 {
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1.4;
        margin: 30px 0 20px;
    }

    #index h2,
    #page h1 {
        background: url(img/common-h2-bg.png) repeat;
        font-size: 30px;
        margin-top: 0;
        padding: 20px 35px;
        position: relative;
        text-align: center;
    }

    #index h2::before,
    #page h1::before {
        content: url(img/common-h2-parts01.png);
        height: 54px;
        left: 0;
        position: absolute;
        top: -20px;
        width: 45px;
    }

    #index h2::after,
    #page h1::after {
        bottom: -10px;
        content: url(img/common-h2-parts02.png);
        height: 76px;
        position: absolute;
        right: 0;
        width: 78px;
    }

    #index h3,
    #page h2 {
        background: #d49995;
        color: #fff;
        font-size: 26px;
        padding: 20px 40px;
        position: relative;
        text-align: center;
    }
    #page h2.three {
        margin-top: 3rem;
    }

    #index h3:before,
    #page h2:before,
    #index h3:after,
    #page h2:after{
        content: "";
        width: 20px;
        height: 100%;
        position: absolute;
    }

    #index h3:before,
    #page h2:before {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/100% 50.5%,
            linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat bottom right/100% 50.5%;
        display: block;
        left: 0;
        top: 0;
    }

    #index h3:after,
    #page h2:after {
        background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat bottom left/100% 50.5%,
            linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top right/100% 50.5%;
        display: block;
        right: 0px;
        top: 0;
    }

    #index h4,
    #page h3 {
        background: url(img/common-h4-icon.png) left 15px bottom 6px no-repeat, url(img/h4.png) bottom repeat-x;
        font-size: 22px;
        padding: 10px 15px 2px 65px;
        position: relative;
    }

    #index h5,
    #page h4 {
        background: url(img/common-h5-line.png) bottom repeat-x;
        font-size: 20px;
        padding: 0 15px 10px;
        position: relative;
    }

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

    #index ul li, #page ul li {
        background: url(img/common-ul-ico.png) no-repeat 10px 1px;
        line-height: 1.5;
        margin: 10px 0;
        padding-left: 35px;
    }

    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        list-style: none;
        margin: 5px 0;
        padding: 0 0 0 35px;
        position: relative;
    }

    #index ol li:before,
    #page ol li:before {
        background: #fff;
        color: #7f5851;
        content: counter(number);
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 15px;
        height: 18px;
        left: 8px;
        letter-spacing: -.5px;
        line-height: 19px;
        margin-top: -15px;
        position: absolute;
        text-align: center;
        top: 17px;
        width: 19px;
    }

    #index ol li:nth-child(-n + 9):before,
    #page ol li:nth-child(-n + 9):before {
        content: "0"counter(number);
    }

    #index p span,
    #page p span {
        color: #e02d46;
        font-size: 18px;
        font-weight: bold;
    }

    #index .rank_wrap,
    #page .rank_wrap {
        counter-reset: number;
    }

    #index .rank, .recommend,
    #page .rank, .recommend {
        background: url(img/common-rank-ttl-bg.png) repeat;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 30px;
        line-height: 1.4;
        margin: 50px 0;
        padding: 15px 50px 15px 100px;
        position: relative;
        text-align: left;
        z-index: 1;
    }

    #index .rank::before,
    #index .recommend::before,
    #page .rank::before,
    #page .recommend::before{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
    }

    #index .rank::before,
    #page .rank::before {
        height: 77px;
        width: 77px;
        left: -5px;
        margin: -40px 0 0;
    }

    #index .rank::after,
    #page .rank::after {
        position: absolute;
        counter-increment: number;
        content:  "No."counter(number);
        font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
        font-weight: bold;
        font-size: 16px;
        left: 15px;
        top: 50%;
        margin-top: 7px;
    }

    #index .recommend::before,
    #page .recommend::before {
        height: 109px;
        width: 104px;
        left: -20px;
        margin: -55px 0 0;
    }

    #index .rank:after,
    #page .rank:after {
        color: #7f5e50;
    }

    #index .rank:nth-child(n + 10):after,
    #page .rank:nth-child(n + 10):after {
        letter-spacing: -1px;
        left: 11px;
    }

    #index .rank:first-child:after,
    #page .rank:first-child:after {
        color: #d1b211;
    }

    #index .rank:nth-child(2):after,
    #page .rank:nth-child(2):after {
        color: #a4a3a2;
    }

    #index .rank:nth-child(3):after,
    #page .rank:nth-child(3):after {
        color: #d4a14b;
    }

    #index .rank:before,
    #page .rank:before {
        background: url(img/common-rank-over.png) center center no-repeat;
    }

    #index .rank:first-child:before,
    #page .rank:first-child:before {
        background: url(img/common-rank01.png) center center no-repeat;
    }

    #index .rank:nth-child(2):before,
    #page .rank:nth-child(2):before {
        background: url(img/common-rank02.png) center center no-repeat;
    }

    #index .rank:nth-child(3):before,
    #page .rank:nth-child(3):before {
        background: url(img/common-rank03.png) center center no-repeat;
    }

    #index .recommend::before,
    #page .recommend::before {
        background: url(img/topic.png) center center no-repeat;
    }

    #index .table-layout,
    #page .table-layout {
        margin: 50px auto;
        width: 100%;
    }

    #index .table-layout table,
    #page .table-layout table {
        border: 1px solid #7f5851;
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        width: 100%;
    }

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

    #index .table-layout table th,
    #page .table-layout table th {
        background: #fcf9ea;
        border-left: 1px solid #7f5851;
        border-top: 1px solid #7f5851;
        font-weight: bold;
        text-align: center;
        width: 30%;
    }

    #index .table-layout table td,
    #page .table-layout table td {
        background: #fff;
        border-left: 1px solid #7f5851;
        border-top: 1px solid #7f5851;
        text-align: center;
    }

    #index .table-layout table tr td:first-child,
    #index .table-layout table tr th:first-child,
    #page .table-layout table tr td:first-child,
    #page .table-layout table tr th:first-child {
        border-left: none;
    }

    #index .table-layout table tr:first-child td,
    #index .table-layout table tr:first-child th,
    #page .table-layout table tr:first-child td,
    #page .table-layout table tr:first-child th {
        border-top: none;
    }

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

    #index .float-img:not(.ct),
    #page .float-img:not(.ct) {
        width: 240px;
    }

    #index .ct,
    #page .ct {
        margin: 0 auto;
    }

    #index .ct .flame,
    #page .ct .flame {
        text-align: center;
    }

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

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

    #index .float-img .flame,
    #page .float-img .flame {
        position: relative;
    }

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

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

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

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

    #index .btn-internal a,
    #index .btn-web a,
    #page .btn-internal a,
    #page .btn-web a {
        border-radius: 2px;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 18px;
        margin: 30px auto;
        text-align: center;
        text-decoration: none;
        width: 50%;
    }

    #index .btn-internal a,
    #page .btn-internal a {
        background: #678e90 url(img/common-ar-wt.png) right 20px center no-repeat;
        border: 1px solid #678e90;
        color: #fff;
        padding: 15px 55px;
    }

    #index .btn-internal a:hover,
    #page .btn-internal a:hover {
        background: #fff url(img/common-ar-gr.png) right 20px center no-repeat;
        border: 1px solid #678e90;
        color: #678e90;
    }

    #index .btn-web a,
    #page .btn-web a {
        background: url(img/common-link-icon.png) left 20px center no-repeat, url(img/common-ar-wt.png) right 20px center no-repeat #be6773;
        color: #fff;
        padding: 15px 55px;
    }

    #index .btn-web a:hover,
    #page .btn-web a:hover {
        background: url(img/common-link-icon.png) left 20px center no-repeat, url(img/common-ar-wt.png) right 20px center no-repeat #cf7f53;
    }

    #index .btn-link,
    #page .btn-link {
        text-align: right;
    }

    #index .btn-link a,
    #page .btn-link a {
        background: url(img/common-ar-bw02.png) left center no-repeat;
        color: #4d89b3;
        font-size: 14px;
        font-weight: bold;
        padding-left: 20px;
        text-align: right;
        text-decoration: underline;
    }

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

    #index .box-wrap,
    #page .box-wrap {
        margin: 40px auto;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index .left_box,
    #page .left_box {
        margin-right: 10px;
    }

    #index .box,
    #page .box {
        background: url(img/common-2box-bg.png) repeat;
        width: 49%;
        padding: 30px 30px 25px;
        position: relative;
        display: flex;
        flex-flow: column;
    }

    #index .box .box-head,
    #page .box .box-head {
        background: url(img/common-ar-bw02.png) right center no-repeat, url(img/common-2box-line.png) top repeat-x, url(img/common-2box-line.png) bottom repeat-x;
        display: table;
        position: relative;
        width: 100%;
    }

    #index .box .box-head a,
    #page .box .box-head a {
        display: table-cell;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 18px;
        padding: 19px 25px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
    }

    #index .box .box-head a:hover,
    #page .box .box-head a:hover {
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    #index .box .box-body,
    #page .box .box-body {
        padding: 15px 0 0;
        height: 100%;
    }

    #index .box .box-body p,
    #page .box .box-body p {
        margin: 0;
    }

    #index .frame-wrap,
    #page .frame-wrap {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 40px 0;
    }

    #index .frame-wrap,
    #page .frame-wrap {
        margin: 30px 0;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: url(img/common-3box-corner.png) left top no-repeat, url(img/common-bg02.png) repeat;
        padding: 20px 15px;
        width: 32%;
    }

    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
        color: #84a453;
        display: table;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 18px;
        line-height: 1.4;
        padding: 0 0 15px;
        position: relative;
        text-align: center;
        width: 100%;
    }

    #index .frame-wrap .frame .frame-head:after,
    #page .frame-wrap .frame .frame-head:after {
        background: #84a453;
        content: "";
        width: 20%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
    }

    #index .frame-wrap .frame .frame-head p,
    #page .frame-wrap .frame .frame-head p {
        display: table-cell;
        vertical-align: middle;
    }

    #banner .banner {
        text-align: center;
        margin: 40px 0 70px;
    }

    /*sidebar
    ----------------------------------------*/
    #sub {
        float: right;
        width: 240px;
    }

    #sub .free_space {
        background: url(img/common-bg03.png) repeat;
        padding: 40px 30px 15px;
        margin: 0 0 40px;
        text-align: center;
        position: relative;
    }

    #sub .free_space:before {
        content: url(img/fs-pickup.png);
        height: 50px;
        left: 20px;
        position: absolute;
        top: -30px;
        width: 200px;
    }

    #sub .free_space .ttl {
        background: url(img/fs-ttl-line.png) bottom center no-repeat;
    }

    #sub .free_space .ttl a {
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 18px;
        padding-bottom: 20px;
        text-align: center;
    }

    #sub .free_space .ttl a:hover {
        opacity: 0.6;
    }

    #sub .free_space .left_txt {
        text-align: left;
    }

    #sub .free_space .fs_img {
        max-width: 100%;
        margin: 15px 0 0;
    }

    #sub .free_space a.more {
        background: #678e90 url(img/common-ar-wt.png) right 10px center no-repeat;
        border: 1px solid #678e90;
        border-radius: 2px;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 16px;
        margin: 10px auto;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

    #sub .free_space a.more:hover {
        background: #fff url(img/common-ar-gr.png) right 10px center no-repeat;
        border: 1px solid #678e90;
        color: #678e90;
    }

    #sub .cate_menu .cate_menu_box {
        background: #fff;
        margin: 0 0 20px;
        text-align: justify;
    }

    #sub .cate_menu .cate_top a {
        background: #f1ecdc;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 16px;
        padding: 20px;
    }

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

    #sub .cate_menu ul li a {
        background: url(img/common-ar-pk02.png) right 20px center no-repeat;
        border-left: 1px solid #f1ecdc;
        border-right: 1px solid #f1ecdc;
        border-bottom: 1px solid #f1ecdc;
        display: block;
        padding: 15px 40px 15px 25px;
    }

    #sub .cate_menu ul li.child a {
        padding-left: 45px;
        position: relative;
    }

    #sub .cate_menu ul li.child a::before {
        content: "\02514";
        position: absolute;
        top: 17px;
        left: 25px;
    }

    /*footer
    ----------------------------------------*/
    footer {
        background: #fbfaf4;
        padding: 40px 0 0;
        width: 100%;
        min-width: 1000px;
    }

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

    footer #pagetop a {
        display: inline-block;
    }

    footer #pagetop a:hover img {
        visibility: hidden;
    }

    footer #pagetop a:hover {
        background: url(img/common-pagetop.png) center center no-repeat;
        opacity: 0.5;
    }

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

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

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

    footer .frame-head {
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0;
    }

    footer .frame-head a {
        background: url(img/common-ar-pk01.png) left 30% no-repeat;
        border-bottom: 1px solid #d49995;
        color: #d49995;
        display: block;
        padding: 0 0 10px 20px;
    }

    footer .frame-head a:hover {
        background: url(img/common-ar-gy.png) left 30% no-repeat;
        border-bottom: 1px solid #808080;
        color: #808080;
    }

    footer .frame-body {
        display: block;
        line-height: 100%;
        margin: 10px 0 30px 0;
    }

    footer .frame-body ul:not(.sub_list) {
        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;
        padding: 0 0 0 40px;
    }

    footer .frame-body ul li:not(.sub_cat) {
        vertical-align: top;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 20%;
    }

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

    footer .frame-body ul li a:hover {
        background: url(img/common-ar-pk02.png) left top 10px no-repeat;
    }

    footer .frame-body ul li.sub_cat a:hover {
        color: #808080;
    }

    footer .frame-body ul li.sub_cat a {
        background: none;
        display: block;
        text-decoration: none;
        padding: 5px 10px 5px 40px;
        width: 100%;
        line-height: 135%;
        margin: 0 0 5px;
        position: relative;
    }

    footer .frame-body ul li.sub_cat a:after {
        content: "└";
        color: #333;
        position: absolute;
        top: 6px;
        left: 20px;
    }

    footer .notes {
        border: 2px solid #fff;
        padding: 15px 20px;
        margin: 0 0 30px;
    }

    footer .copyright {
        background: #7f5851;
        color: #fff;
        font-size: 12px;
        padding: 3px 0;
        text-align: center;
    }

    footer .copyright a {
        color: #fff;
        line-height: 1.4;
    }

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

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

    .pc {
        display: none !important;
    }

    .left, .Left {
        float: left;
    }

    .right, .Right {
        float: right;
    }

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

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

    .font {
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    /*header
    ----------------------------------------*/
    header {
        width: 100%;
    }

    header .top_bar {
        background: url(img/sp/common-bg01.png) repeat;
        background-size: 100% auto;
        padding: 1rem 0 0;
        position: relative;
        z-index: 110;
    }

    header .sec_column {
        background: #fff;
        padding: 1.3rem 6rem;
        line-height: 1.4;
        width: 100%;
        position: relative;
        z-index: 110;
    }

    header h1,
    header .site_ttl a {
        display: block;
        font-size: 1.6rem;
        position: relative;
    }

    header h1::before,
    header .site_ttl a::before {
        background: url(img/sp/header-logo.png) center center no-repeat;
        background-size: 100% auto;
        content: "";
        width: 3.5rem;
        height: 4rem;
        position: absolute;
        top: 50%;
        left: -4rem;
        margin-top: -2rem;
    }

    header .lead {
        font-size: 1rem;
        margin-top: 1rem;
        text-align: center;
    }

    header .top_bar.is-fixed {
        position: fixed;
        width: 100%;
        z-index: 110;
    }

    header .menu_btn {
        background: url(img/sp/common-menu-cl.png) no-repeat;
        background-size: 100% 100%;
        position: fixed;
        top: 2.5rem;
        right: 1rem;
        width: 4.5rem;
    }

    header .menu_btn img {
        width: 100%;
    }

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

    /*nav
    ----------------------------------------*/
    #g_nav_sp {
        display: none;
        background: #fff;
        position: fixed;
        width: 100%;
        z-index: 110;
        top: 0;
        left: 0;
    }

    #g_nav_sp .nav_wrap {
        height: 65vh;
        overflow-y: scroll;
    }

    #g_nav_sp .nav_wrap::-webkit-scrollbar {
        height: 0.4rem;
        width: 0.5rem;
    }

    #g_nav_sp .nav_wrap::-webkit-scrollbar-track {
        background: #f3f4f5;
        border-radius: 10px;
    }

    #g_nav_sp .nav_wrap::-webkit-scrollbar-thumb {
        background: #b7b7b7;
        border-radius: 10px;
    }

    #g_nav_sp a{
        text-decoration: none;
    }

    #g_nav_sp .ttl + .ttl {
        border-top: 0.1rem solid #fff;
    }

    #g_nav_sp .ttl a {
        background: #d49995;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.5rem;
        padding: 1.5rem;
        text-align: center;
    }

    #g_nav_sp ul li a {
        background: url(img/sp/common-ar-pk.png) right 1.5rem center no-repeat;
        background-size: 2.5%;
        border-bottom: 0.1rem solid #f9dddb;
        display: block;
        padding: 1.1rem 2.5rem 1.1rem 1.8rem;
    }

    #g_nav_sp .close_btn {
        border-top: 0.1rem solid #fff;
        background: #d49995;
        color: #fff;
        padding: 1.5rem 1rem;
        text-align: center;
    }

    #g_nav_sp .close_btn span {
        border-bottom: 0.1rem solid #fff;
        font-weight: bold;
    }

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

    /*mv
    ----------------------------------------*/
    #mv {
        background: url(img/sp/common-bg02.png) repeat;
        background-size: 10rem;
        padding-top: 9rem;
        position: relative;
        width: 100%;
    }

    #mv::before {
        background: url(img/sp/mv-img01.png) top left no-repeat;
        background-size: cover;
        content: "";
        height: 16rem;
        left: 0;
        position: absolute;
        top: 0;
        width: 50%;
    }

    #mv::after {
        background: url(img/sp/mv-img02.png) top right no-repeat;
        background-size: cover;
        content: "";
        height: 16rem;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
    }

    #mv .mv_txt_area {
        background: url(img/sp/mv-bg-parts.png) no-repeat;
        background-size: 100%;
        position: relative;
        z-index: 1;
    }

    #mv .mv_txt_area h2 {
        border-bottom: 0.13rem solid #7f5851;
        font-size: 1.9rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 auto;
        padding: 5rem 0 1rem;
        text-align: center;
        width: 60%;
    }

    #mv .mv_txt_area p {
        margin: 1.85rem auto;
        width: 90%;
    }

    #mv .mv_wrap {
        margin-top: 0;
        width: 100%;
    }

    #mv .mv_contents {
        padding: 0 0.8rem 4.4rem;
    }

    #mv .mv_contents h2 {
        background: url(img/sp/common-h2-line.png) bottom  no-repeat, url(img/sp/mv-h2-icon.png) right 0.5rem bottom 1.5rem no-repeat;
        background-size: 100%, 11rem;
        font-weight: bold;
        letter-spacing: 0.2rem;
        line-height: 1.4;
        margin-bottom: 3rem;
        padding: 1rem 9.8rem 1rem 1rem;
        position: relative;
    }

    #mv .mv_contents h2 span.small {
        display: block;
        font-size: 1.5rem;
    }

    #mv .mv_contents h2 span.big {
        font-size: 2.3rem;
        line-height: 1.3;
    }

    #mv .mv_bg {
        background: url(img/sp/common-bg01.png) repeat;
        background-size: 100% auto;
        display: block;
        margin: 0 0 1rem;
        padding: 2.8rem 1.5rem 1.5rem;
    }
    #mv .mv_bg_lower {/* category1 lower parts */
        background: url(img/sp/common-bg01.png) repeat;
        background-size: 100% auto;
        display: block;
        margin: 0 0 1rem;
        padding: 2.8rem 1.5rem 1.5rem;
    }

    #mv .select_box {
        background: url(img/sp/common-border.png) repeat;
        box-sizing: border-box;
        padding: 0.2rem;
        position: relative;
        text-align: center;
    }

    #mv .select_box  + .select_box {
        margin-top: 3.5rem;
    }

    #mv .natural::before {
        background: url(img/sp/mv-icon01.png) no-repeat;
        background-size: 100%;
        content: "";
        height: 3.5rem;
        position: absolute;
        right: 0;
        top: -2rem;
        width: 3.5rem;
    }

    #mv .design::before {
        background: url(img/sp/mv-icon02.png) no-repeat;
        background-size: 100%;
        content: "";
        height: 3.5rem;
        position: absolute;
        right: 0;
        top: -2rem;
        width: 3.2rem;
    }

    #mv .spec::before {
        background: url(img/sp/mv-icon03.png) no-repeat;
        background-size: 100%;
        content: "";
        height: 3.8rem;
        position: absolute;
        right: 0;
        top: -2.3rem;
        width: 4rem;
    }

    #mv .select_box .inner {
        background: #fff;
        padding: 1.5rem;
    }

    #mv .select_box .catch {
        display: inline;
        font-size: 1.5rem;
        line-height: 1.4;
        padding-bottom: 0.1rem;
    }

    #mv .select_box .catch span {
        font-size: 1.6rem;
        font-weight: bold;
    }

    #mv .select_box h3 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    #mv .mv_con_img {
        max-width: 100%;
    }

    #mv .select_box p {
        font-size: 1.5rem;
        padding: 0.5rem 0;
    }

    #mv .select_box p span {
        color: #c21818;
        font-size: 2rem;
        font-weight: bold;
    }

    #mv .select_box .btn {
        background: #be6773 url(img/common-ar-wt.png) right 1.5rem center no-repeat;
        border-radius: 0.2rem;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 1.6rem;
        margin: 0 auto;
        text-align: center;
        padding: 1rem 3rem;
        width: 90%;
    }

    #mv .note p {
        margin-top: 0.5rem;
        font-size: 90%;
    }

    #mv .select_box .inner .quote {
        word-break: break-all;
        text-align: center;
        color: #888;
        font-size: 10px;
        line-height: 1.4;
    }

    /*mv_lower category1 lower parts
    ----------------------------------------*/
    #mv_lower .mv_txt_area {
        background: url(img/sp/mv-bg-parts.png) no-repeat;
        background-size: 100%;
        position: relative;
        z-index: 1;
    }

    #mv_lower .mv_txt_area h2 {
        border-bottom: 0.13rem solid #7f5851;
        font-size: 1.9rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 auto;
        padding: 5rem 0 1rem;
        text-align: center;
        width: 60%;
    }

    #mv_lower .mv_txt_area p {
        margin: 1.85rem auto;
        width: 90%;
    }

    #mv_lower .mv_wrap {
        margin-top: 0;
        width: 100%;
    }

    #mv .mv_contents {
        padding: 0 0.8rem 4.4rem;
    }

    #mv_lower .mv_contents h2 {
        background: url(img/sp/common-h2-line.png) bottom  no-repeat, url(img/sp/mv-h2-icon.png) right 0.5rem bottom 1.5rem no-repeat;
        background-size: 100%, 11rem;
        font-weight: bold;
        letter-spacing: 0.2rem;
        line-height: 1.4;
        margin-bottom: 3rem;
        padding: 1rem 9.8rem 1rem 1rem;
        position: relative;
    }

    #mv_lower .mv_contents h2 span.small {
        display: block;
        font-size: 1.5rem;
    }

    #mv_lower .mv_contents h2 span.big {
        font-size: 2.3rem;
        line-height: 1.3;
    }

    #mv_lower .mv_bg {
        background: url(img/sp/common-bg01.png) repeat;
        background-size: 100% auto;
        display: block;
        margin: 0 0 1rem;
        padding: 2.8rem 1.5rem 1.5rem;
    }
        #mv_lower .mv_bg_lower {/* category1 lower parts */
        background: url(img/sp/common-bg01.png) repeat;
        background-size: 100% auto;
        display: block;
        margin: 0 0 1rem;
        padding: 2.8rem 1.5rem 1.5rem;
    }

    #mv_lower .select_box {
        background: url(img/sp/common-border.png) repeat;
        box-sizing: border-box;
        padding: 0.2rem;
        position: relative;
        text-align: center;
    }

    #mv_lower .select_box  + .select_box {
        margin-top: 3.5rem;
    }

    #mv_lower .natural::before {
        background: url(img/sp/mv-icon01.png) no-repeat;
        background-size: 100%;
        content: "";
        height: 3.5rem;
        position: absolute;
        right: 0;
        top: -2rem;
        width: 3.5rem;
    }

    #mv_lower .design::before {
        background: url(img/sp/mv-icon02.png) no-repeat;
        background-size: 100%;
        content: "";
        height: 3.5rem;
        position: absolute;
        right: 0;
        top: -2rem;
        width: 3.2rem;
    }

    #mv_lower .spec::before {
        background: url(img/sp/mv-icon03.png) no-repeat;
        background-size: 100%;
        content: "";
        height: 3.8rem;
        position: absolute;
        right: 0;
        top: -2.3rem;
        width: 4rem;
    }

    #mv_lower .select_box .inner {
        background: #fff;
        padding: 1.5rem;
    }

    #mv_lower .select_box .catch {
        display: inline;
        font-size: 1.5rem;
        line-height: 1.4;
        padding-bottom: 0.1rem;
    }

    #mv_lower .select_box .catch span {
        font-size: 1.6rem;
        font-weight: bold;
    }
    #mv_lower .select_box .name {/* category1 lower parts */
        color: #c21818;
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    #mv_lower .mv_con_img {
        max-width: 100%;
    }

    #mv_lower .select_box p {
        font-size: 1.5rem;
        padding: 0.5rem 0;
    }

    #mv_lower .select_box p span {
        color: #c21818;
        font-size: 2rem;
        font-weight: bold;
    }

    #mv_lower .select_box .btn {
        background: #be6773 url(img/common-ar-wt.png) right 1.5rem center no-repeat;
        border-radius: 0.2rem;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 1.6rem;
        margin: 0 auto;
        text-align: center;
        padding: 1rem 3rem;
        width: 90%;
    }

    #mv_lower .note p {
        margin-top: 0.5rem;
        font-size: 90%;
    }

    #mv_lower .select_box .inner .quote {
        word-break: break-all;
        text-align: center;
        color: #888;
        font-size: 10px;
        line-height: 1.4;
    }

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

    #contents_low {
        padding: 1rem 0 0;
    }

    #pankuzu {
        font-size: 1.4rem;
        width: 100%;
        margin: 0 0 0.5rem;
        padding: 0 1rem;
    }

    #pankuzu .inner {
        overflow: auto;
        white-space: nowrap;
    }

    #pankuzu a {
        text-decoration: underline;
    }

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

    /*index_parts
    ----------------------------------------*/
    #index_parts .section01 {
        background: url(img/sp/sec01-icon.png) top 4rem center no-repeat, url(img/sp/sec01-bg01.png) repeat;
        background-size: 10rem auto, 1.5rem;
        padding: 9.5rem 0.8rem 4rem;
    }

    #index_parts .section01 h2 {
        background: url(img/sp/common-h2-line.png) bottom no-repeat;
        font-size: 1.7rem;
        line-height: 1.4;
        text-align: center;
        padding-bottom: 1.5rem;
    }

    #index_parts .section01 h2 span {
        font-size: 1.97rem;
    }

    #index_parts .section01 .intro {
        padding-top: 1.5rem;
    }

    #index_parts .section01 .brand {
        border-style: solid;
        border-width: 0.2rem;
        border-image: url(img/sp/sec01-bg-border.png) 3 repeat;
        margin-top: 3rem;
        position: relative;
    }

    #index_parts .section01 .brand::before {
        background: url(img/sec01-head.png) no-repeat;
        background-size: 100%;
        content: "";
        height: 5rem;
        left: -0.8rem;
        position: absolute;
        top: -1.7rem;
        width: 11rem;
    }
    #index_parts .section01 .brand.natural::before {
        background: url(img/se01-head_natural.png) no-repeat;
        background-size: auto auto;
        background-size: 100%;
        content: "";
        height: 5rem;
        left: -0.8rem;
        position: absolute;
        top: -1.7rem;
        width: 11rem;
    }
    #index_parts .section01 .brand.spec::before {
        background: url(img/se01-head_spec.png) no-repeat;
        background-size: auto auto;
        background-size: 100%;
        content: "";
        height: 5rem;
        left: -0.8rem;
        position: absolute;
        top: -1.7rem;
        width: 11rem;
    }
    #index_parts .section01 .brand .inner {
        background: url(img/sp/sec01-h3-icon.png) top 2rem center no-repeat, url(img/sp/sec01-bg02.png) repeat;
        background-size: 3rem auto, 12rem;
        padding-bottom: 2rem;
    }

    #index_parts .section01 .brand .catch {
        font-size: 1.7rem;
        letter-spacing: 0.2rem;
        padding: 6rem 0 0;
        text-align: center;
    }

    #index_parts .section01 .brand h3 {
        color: #c21818;
        font-size: 2.5rem;
        margin-top: -0.5rem;
        position: relative;
        text-align: center;
    }

    #index_parts .section01 .slide .bg {
        background: url(img/sp/sec01-slide-img01.png) left 1rem bottom 0.5rem no-repeat, url(img/sp/sec01-slide-img02.png) right 1rem bottom 0.5rem no-repeat;
        background-size: 5rem auto;
        padding: 1rem 0 0;
    }

    #index_parts .section01 .slide .bxslider01 li {
        position: relative;
        height: 13.3rem;
    }

    #index_parts .section01 .slide .bxslider01 img {
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        left: 50%;
    }

    #index_parts .section01 .slide .custom-thumb01.quote {
        word-break: break-all;
        margin: 1rem;
        text-align: center;
    }

    #index_parts .section01 .slide .custom-thumb01.quote a {
        color: #888;
        display: none;
        font-size: 60%;
        line-height: 1.4;
        pointer-events: none;
        text-decoration: none;
    }

    #index_parts .section01 .slide .custom-thumb01.quote a.active {
        display: block;
    }

    #index_parts .section01 .slide .custom-thumb01.icon {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 1rem 3rem;
    }

    #index_parts .section01 .slide .custom-thumb01.icon a {
        width: 6.5rem;
        height: 4.2rem;
        text-align: center;
    }

    #index_parts .section01 .slide .custom-thumb01.icon a:nth-of-type(n+5) {
        margin-top: 0.5rem;
    }

    #index_parts .section01 .slide .custom-thumb01.icon a img {
        max-width: 100%;
        height: 100%;
    }

    #index_parts .section01 .brand .feature {
        background: #fff;
        margin: 2rem 1.1rem 0 1.1rem;
        padding: 1.2rem;
    }

    #index_parts .section01 .brand h4 {
        background: url(img/sp/sec01-h4-line.png) bottom no-repeat;
        background-size: 7rem;
        font-size: 1.8rem;
        letter-spacing: 0.2rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0.8rem;
        text-align: center;
    }

    #index_parts .section01 .brand .ttl {
        background: url(img/sp/sec01-ttl-icon.png) left center no-repeat, url(img/sp/common-h2-line.png) bottom no-repeat;
        background-size: 2rem, 100%;
        color: #555;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 1rem 0 1rem 2.7rem;
    }

    #index_parts .section01 .brand .txt {
        margin-top: 1rem;
    }

    #index_parts .section01 .brand .voice {
        margin: 2rem 1.1rem 3rem 1.1rem;
    }

    #index_parts .section01 .brand .voice h4 {
        margin-bottom: 2rem;
    }

    #index_parts .section01 .brand .voice .comment {
        margin-left: 1.5rem;
        padding: 1.3rem 1.3rem 1.3rem 3rem;
        position: relative;
    }

    #index_parts .section01 .brand .voice .comment:first-of-type::before {
        background: url(img/sp/sec01-voice-icon.png) no-repeat;
        background-size: 100%;
        content: "";
        height: 3rem;
        left: -1.5rem;
        position: absolute;
        top: -1rem;
        width: 3.9rem;
    }

    #index_parts .section01 .brand .voice .comment::before {
        background: url(img/sp/sec01-voice-icon.png) no-repeat;
        background-size: 100%;
        content: "";
        height: 3rem;
        left: -1.5rem;
        position: absolute;
        top: 1rem;
        width: 3.9rem;
    }

    #index_parts .section01 .brand .voice .comment:nth-child(odd) {
        background: #fff;
    }

    #index_parts .section01 .brand .voice .comment:nth-child(even) {
        background: #f1e4e4;
    }

    #index_parts .section01 .btn-web,
    #index_parts .section01 .btn-tel,
    #index_parts .section01 .btn-internal {
        border-radius: 0.2rem;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.6rem;
        line-height: 1.4;
        margin: 1.2rem auto 0;
        padding: 1rem 2.8rem;
        text-align: center;
        text-decoration: none;
        width: 90%;
    }

    #index_parts .section01 .btn-web {
        background: url(img/sp/common-link-icon.png) left 1.1rem center no-repeat, url(img/sp/common-ar-wt.png) right 1.1rem center no-repeat #be6773;
        background-size: 1.3rem, 1rem;
    }

    #index_parts .section01 .btn-tel {
        background: url(img/sp/common-tel-icon.png) left 1.1rem center no-repeat, url(img/sp/common-ar-wt.png) right 1.1rem center no-repeat #6a81a9;
        background-size: 1.5rem, 1rem;
    }

    #index_parts .section01 .btn-internal {
        background: #678e90 url(img/sp/common-ar-wt.png) right 1.1rem center no-repeat;
        background-size: 1rem;
    }

    #index_parts .section02 {
        background: url(img/sp/sec02-h2-icon.png) top 4.5rem center no-repeat;
        background-size: 25rem auto;
        padding: 7rem 0.8rem 0 0.8rem;
    }

    #index_parts .section02 h2 {
        background: url(img/sp/common-ar-bw.png) right 0.8rem center no-repeat, url(img/sp/common-h2-line.png) bottom no-repeat;
        background-size: 1rem, 100%;
        font-size: 2rem;
        letter-spacing: 0.2rem;
        text-align: center;
    }

    #index_parts .section02 h2 a {
        display: block;
        padding: 1rem 2rem;
    }

    #index_parts .section02 .catch {
        color: #555;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 auto;
        padding-top: 1.5rem;
        text-align: center;
    }

    #index_parts .section02 .intro {
        margin: 0 auto;
        padding-top: 1rem;
    }

    #index_parts .section02 .box-wrap {
        margin: 2rem auto 4rem;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index_parts .section02 .box-wrap .box + .box {
        margin-top: 1.5rem;
    }

    #index_parts .section02 .left_box {
        background: url(img/sp/sec02-bg01.png) no-repeat;
        background-size: cover;
    }

    #index_parts .section02 .right_box {
        background: url(img/sp/sec02-bg02.png) no-repeat;
        background-size: cover;
    }

    #index_parts .section02 .box {
        padding: 1rem;
    }

    #index_parts .section02 .box .inner {
        background: rgba(255, 255, 255, 0.9);
        padding: 0.3rem 1.3rem 1.3rem;
    }

    #index_parts .section02 .box .inner h3 {
        background: url(img/sp/common-ar-bw.png) right center no-repeat;
        background-size: 1rem auto;
        border-bottom: 0.1rem solid #7f5851;
        font-size: 1.8rem;
        padding: 1rem 1.5rem;
        text-align: center;
    }

    #index_parts .section02 .box .inner .body {
        padding-top: 1.1rem;
    }

    #index_parts .section03 {
        background: url(img/sp/sec03-h2-icon.png) top 3rem center no-repeat, url(img/sp/common-bg03.png) repeat;
        background-size: 4.5rem auto, 100%;
        padding: 0.8rem 0.8rem 3.5rem;
    }

    #index_parts .section03 h2 {
        background: url(img/sp/common-h2-line.png) bottom no-repeat;
        background-size: 100%;
        font-size: 2rem;
        line-height: 1.4;
        text-align: center;
        padding: 7rem 0 1rem;
    }

    #index_parts .section03 h2 a {
        background: url(img/sp/common-ar-bw.png) right center no-repeat;
        background-size: 1rem auto;
        display: block;
    }

    #index_parts .section03 .catch {
        color: #555;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 auto;
        padding-top: 1.5rem;
        text-align: center;
    }

    #index_parts .section03 .intro {
        margin: 0 auto;
        padding-top: 1.1rem;
    }

    #index_parts .section03 .frame_wrap {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 2rem;
    }

    #index_parts .section03 .frame_wrap .frame {
        background: url(img/sp/common-border.png) repeat;
        background-size: 1.8rem;
        margin: 0.8rem 0;
        padding: 0.2rem;
    }

    #index_parts .section03 .frame_wrap .frame .inner {
        background: #fff;
    }

    #index_parts .section03 .frame_wrap .frame .inner .frame_head h3 {
        font-size: 1.8rem;
        line-height: 1.4;
        text-align: center;
    }

    #index_parts .section03 .frame_wrap .frame .inner .frame_head h3 a {
        background: url(img/sp/common-ar-bw.png) right 1rem center no-repeat, url(img/sp/sec03-line.png) left bottom repeat-x #e3dcba;
        background-size: 1rem auto, 20rem auto;
        padding: 1.5rem 2.5rem;
        display: block;
    }

    #index_parts .section03 .frame_wrap .frame .body {
        padding: 1.3rem;
    }

    #index_parts .section03 .frame_wrap .frame .body .frame_catch {
        color: #444;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
    }

    #index_parts .section03 .frame_wrap .frame .body .fream_txt {
        padding: 0.8rem 0;
    }

    #index_parts .section03 .frame_wrap .frame .body .fream_address {
        background: #f1e4e4;
        border-radius: 0.3rem;
        font-size: 1.4rem;
        line-height: 1.4;
        padding: 1rem;
    }



    #index_parts .section04 {
        background: url(img/sp/sec02-h2-icon.png) top 4.5rem center no-repeat;
        background-size: 25rem auto;
        padding: 7rem 0.8rem 0 0.8rem;
    }

    #index_parts .section04 h2 {
        background: url(img/sp/common-ar-bw.png) right 0.8rem center no-repeat, url(img/sp/common-h2-line.png) bottom no-repeat;
        background-size: 1rem, 100%;
        font-size: 2rem;
        letter-spacing: 0.2rem;
        text-align: center;
    }
    #index_parts .section04 h2::before {
        content: none;
    }
    #index_parts .section04 h2::after {
        content: none;
    }
    #index_parts .section04 h2 a {
        display: block;
        padding: 1rem 2rem;
        text-decoration: none;
    }
    #index_parts .section04 .catch {
        color: #555;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 auto;
        padding-top: 1.5rem;
        text-align: center;
    }

    #index_parts .section04 .intro {
        margin: 0 auto;
        padding-top: 1rem;
    }
    #index .section04 .frame-wrap .frame .frame-head a{
        background: url(img/sp/common-ar-bw.png) right 0.8rem center no-repeat;
        background-size: 1rem, 100%;
        display: block;
        text-decoration: none;
        margin-left: 0;
        margin-right: 0;
    }
    #banner .banner {
        margin: 2.5rem auto 5rem;
        width: 95%;
    }

    #banner .banner img {
        max-width: 100%;
    }

    /*index
    ----------------------------------------*/

    #index,
    #page {
        padding: 0 0.8rem 5rem;
    }

    #index h1,
    #index h2,
    #index h3,
    #index h4,
    #index h5,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5{
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1.4;
        margin: 2rem 0 0.9rem;
    }

    #index h2,
    #page h1 {
        background: url(img/common-h2-bg.png) repeat;
        background-size: 25rem auto;
        font-size: 2rem;
        padding: 1.2rem 1.8rem;
        position: relative;
    }

    #index h2::before,
    #page h1::before {
        background: url(img/common-h2-parts01.png) no-repeat;
        background-size: contain;
        content: '';
        display: inline-block;
        height: 38%;
        left: 0;
        position: absolute;
        top: -1.5rem;
        width: 9%;
    }

    #index h2::after,
    #page h1::after {
        background: url(img/common-h2-parts02.png) no-repeat;
        background-size: contain;
        bottom: -1.1rem;
        content: '';
        display: inline-block;
        height: 65%;
        position: absolute;
        right: -0.8rem;
        width: 15%;
    }

    #index h3,
    #page h2 {
        background: #d49995;
        color: #fff;
        font-size: 1.8rem;
        padding: 1rem 2.5rem;
        position: relative;
    }

    #index h3:before,
    #page h2:before,
    #index h3:after,
    #page h2:after{
        content: "";
        width: 1rem;
        height: 100%;
        position: absolute;
    }

    #index h3:before,
    #page h2:before {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #fff 54.5%) no-repeat top left, linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 54.5%) no-repeat bottom right;
        background-size: 100% 50.5%,100% 50.5%;
        display: block;
        left: 0;
        top: 0;
    }

    #index h3:after,
    #page h2:after {
        background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 54.5%) no-repeat bottom left, linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #fff 54.5%) no-repeat top right;
        background-size: 100% 50.5%,100% 50.5%;
        display: block;
        right: 0px;
        top: 0;
    }

    #index h4,
    #page h3 {
        background: url(img/sp/h4_sp.png) bottom repeat-x;
        background-size: 70%;
        display: block;
        font-size: 1.7rem;
        padding-left: 3.5rem;
        position: relative;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

    #index h4::before,
    #page h3::before {
        background: url(img/sp/common-h4-icon.png) no-repeat;
        background-size: 100% auto;
        content: '';
        display: block;
        height: 40px;
        left: 0;
        position: absolute;
        width: 9%;
        top: 12px;
    }

    #index h5,
    #page h4 {
        background: url(img/sp/common-h5-line.png) bottom repeat-x;
        background-size: 70%;
        font-size: 1.6rem;
        padding: 0 0 1rem;
        position: relative;
    }

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

    #index ul li, #page ul li {
        background: url(img/sp/common-ul-ico.png) no-repeat 0.4rem 0.25rem;
        background-size: 1.3rem;
        line-height: 1.5;
        margin: 0.3rem 0;
        padding-left: 2.3rem;
    }

    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        list-style: none;
        margin: 0.3rem 0;
        padding-left: 2.3rem;
        position: relative;
    }

    #index ol li:before,
    #page ol li:before {
        background: #fff;
        color: #805850;
        content: counter(number);
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-top: -0.7rem;
        left: 0.2rem;
        line-height: 1.3rem;
        width: 1.2rem;
        height: 1rem;
        position: absolute;
        text-align: center;
        top: 1.07rem;
    }

    #index ol li:nth-child(-n + 9):before,
    #page ol li:nth-child(-n + 9):before {
        content: "0"counter(number);
    }

    #index p span,
    #page p span {
        color: #e22942;
        font-size: 1.8rem;
        font-weight: bold;
    }

    #index .rank_wrap,
    #page .rank_wrap {
        counter-reset: number;
    }

    #index .rank, #index .recommend,
    #page .rank, #page .recommend {
        background: url(img/sp/common-rank-ttl-bg.png) repeat;
        background-size: 100%;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 2rem;
        line-height: 1.4;
        margin: 3rem 0 1.9rem 1rem;
        padding: 0.5rem 0.5rem 0.8rem 6.5rem;
        position: relative;
    }

    #index .rank::before,
    #page .rank::before {
        content: '';
        display: block;
        position: absolute;
        left: -1rem;
        top: 50%;
        margin: -3rem 0 0;
        width: 6rem;
        height: 6rem;
    }


    #index .rank::before,
    #page .rank::before {
        background: url(img/sp/common-rank-over.png) top center no-repeat;
        background-size: 100%;
    }

    #index .rank:first-child:before,
    #page .rank:first-child:before {
        background: url(img/sp/common-rank01.png) top center no-repeat;
        background-size: 100%;
    }

    #index .rank:nth-child(2):before,
    #page .rank:nth-child(2):before {
        background: url(img/sp/common-rank02.png) top center no-repeat;
        background-size: 100%;
    }

    #index .rank:nth-child(3):before,
    #page .rank:nth-child(3):before {
        background: url(img/sp/common-rank03.png) top center no-repeat;
        background-size: 100%;
    }

    #index .rank::after,
    #page .rank::after {
        position: absolute;
        counter-increment: number;
        content:  "No."counter(number);
        font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
        font-weight: bold;
        font-size: 1.4rem;
        left: 0.3rem;
        top: 50%;
        margin-top: 0.5rem;
    }

    #index .rank:nth-child(n + 10):after,
    #page .rank:nth-child(n + 10):after {
        letter-spacing: -0.2rem;
    }

    #index .rank:first-child:after,
    #page .rank:first-child:after {
        color: #d1b211;
    }

    #index .rank:nth-child(2):after,
    #page .rank:nth-child(2):after {
        color: #a4a3a2;
    }

    #index .rank:nth-child(3):after,
    #page .rank:nth-child(3):after {
        color: #d4a14b;
    }


    #index .rank:after,
    #page .rank:after {
        color: #7f5e50;
    }

    #index .recommend::before,
    #page .recommend::before {
        content: '';
        display: block;
        position: absolute;
        left: -1.07rem;
        top: 50%;
        margin: -3.1rem 0 0;
        width: 6rem;
        height: 6.25rem;
    }

    #index .recommend::before,
    #page .recommend::before {
        background: url(img/sp/topic_sp.png) top center no-repeat;
        background-size: 100%;
    }

    #index .table-layout,
    #page .table-layout {
        margin: 2.9rem auto;
        padding: 0 1rem;
    }

    #index .table-layout table,
    #page .table-layout table {
        border-top: 0.1rem solid #805850;
        border-collapse: separate;
        border-spacing: 0;
        margin: 1.7rem auto 1rem;
        width: 100%;
    }

    #index .table-layout table thead th,
    #index .table-layout table tbody th,
    #index .table-layout table tbody td,
    #page .table-layout table thead th,
    #page .table-layout table tbody th,
    #page .table-layout table tbody td{
        display: block;
        padding: 1rem 1.5rem;
        vertical-align: middle;
        word-break: break-all;
        border-right: 0.1rem solid #805850;
        border-left: 0.1rem solid #805850;
    }

    #index .table-layout table th,
    #page .table-layout table th {
        background: #fcf9e9;
        border-bottom: 0.1rem solid #805850;
        font-weight: bold;
        text-align: center;
    }

    #index .table-layout table tr:first-child th ,
    #page .table-layout table tr:first-child th {
        border-top: none;
    }

    #index .table-layout table td,
    #page .table-layout table td {
        background: #fff;
        border-bottom: 0.1rem solid #805850;
        text-align: center;
    }

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

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

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

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

    #index .float-img,
    #page .float-img {
        width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
    }

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

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

    #index .btn-internal a,
    #index .btn-web a,
    #page .btn-internal a,
    #page .btn-web a,
    #index .btn-link a,
    #page .btn-link a,
    #index .btn-tel a ,
    #page .btn-tel a {
        border-radius: 0.2rem;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.6rem;
        margin: 1.2rem 0;
        padding: 1.5rem 3rem;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

    #index .btn-internal a,
    #page .btn-internal a {
        background: #668e90 url(img/sp/common-ar-wt.png) right 1.5rem center no-repeat;
        background-size: 1rem auto;
    }

    #index .btn-web a,
    #page .btn-web a {
        background: url(img/sp/common-link-icon.png) left 1.5rem center no-repeat,  url(img/sp/common-ar-wt.png) right 1.5rem center no-repeat #c06672;
        background-size: 1.1rem auto, 1rem auto;
    }

    #index .btn-link a,
    #page .btn-link a {
        background: #fff url(img/sp/common-ar-bw.png) right 1.5rem center no-repeat;
        background-size: 1rem auto;
        border: 0.1rem solid #805850;
        color: #805850;
    }

    #index .btn-tel a,
    #page .btn-tel a {
        background: url(img/sp/common-tel-icon.png) left 1.5rem center no-repeat, url(img/sp/common-ar-wt.png) right 1.5rem center no-repeat, #6a81a9;
        background-size: 1.5rem auto, 1rem auto;
    }

    #index .box,
    #page .box {
        background: url(img/common-2box-bg.png) repeat;
        width: 100%;
        margin: 2.3rem auto;
        padding: 2rem;
        background-size: 45rem;
    }

    #index .box .box-head,
    #page .box .box-head {
        background: url(img/sp/common-2box-line.png) top repeat-x, url(img/sp/common-2box-line.png) bottom repeat-x;
        background-size: 25rem auto;
        margin: 0 0 1rem;
    }

    #index .box .box-head a,
    #page .box .box-head a {
        background: url(img/sp/common-ar-bw.png) right center no-repeat;
        background-size: 1rem auto;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.8rem;
        text-align: center;
        text-decoration: none;
        padding: 1.2rem 1.6rem;
    }

    #index .box .box-body a,
    #page .box .box-body a {
        background: #668e90 url(img/sp/common-ar-wt.png) right 1.5rem center no-repeat;
        background-size: 1rem auto;
        border-radius: 0.2rem;
        padding: 1rem 3rem;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.6rem;
        margin: 1.5rem auto 0;
        text-align: center;
        text-decoration: none !important;
        width: 80%;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: url(img/sp/common-3box-corner.png) left top no-repeat, url(img/sp/common-bg02.png) left top repeat;
        background-size: 12%, 20rem auto;
        padding: 1.5rem 1.1rem;
        margin: 0 0 1.5rem;
    }

    #index .frame-wrap p,
    #page .frame-wrap p {
        margin: 0;
    }

    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
        color: #618131;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.8rem;
        padding: 0 1rem 1.2rem;
        position: relative;
        text-align: center;
    }

    #index .frame-wrap .frame .frame-head::after,
    #page .frame-wrap .frame .frame-head::after {
        background: #83a54e;
        content: "";
        width: 15%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 43%;
    }

    #index .frame-wrap .frame .frame-body,
    #page .frame-wrap .frame .frame-body {
        padding: 1.1rem 0 0;
    }


    #sub {
        padding: 0 0.8rem 5rem;
    }

    #sub .free_space {
        background: url(img/sp/common-bg03.png) repeat;
        padding: 1.5rem 1.8rem 20px;
        margin: 0 0 30px;
        position: relative;
    }

    #sub .free_space:before {
        background: url(img/sp/fs-pickup.png) top center no-repeat;
        background-size: 100%;
        content: "";
        height: 6rem;
        left: 50%;
        margin-left: -9.5rem;
        position: absolute;
        top: -3rem;
        width: 19rem;
    }

    #sub .free_space .ttl {
        background: url(img/sp/fs-ttl-line.png) bottom center no-repeat;
        background-size: 30%;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.9rem;
        line-height: 1.4;
        padding: 2rem 0 1.6rem;
    }

    #sub .free_space .ttl a {
        display: block;
    }

    #sub .free_space .fs_img {
        max-width: 100%;
        margin: 1.5rem 0 0;
    }

    #sub .free_space a.more {
        background: #668e90 url(img/sp/common-ar-wt.png) right 1.5rem center no-repeat;
        background-size: 1rem auto;
        border-radius: 0.2rem;
        color: #fff;
        padding: 1rem 3rem;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.6rem;
        margin: 1.5rem auto;
        text-align: center;
        text-decoration: none;
        width: 80%;
    }

    /*footer
    ----------------------------------------*/
    footer {
        background: #fbfaf4;
        width: 100%;
    }

    footer .flex {
        flex-wrap: wrap;
    }

    footer .con_ttl a {
        background: #eee9d2 url(img/sp/footer-logo.png) left 1rem center no-repeat;
        background-size: 2.8rem auto;
        display: block;
        font-family: 'Noto Serif Japanese', "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.8rem;
        padding: 1.5rem 1rem 1.5rem 4.5rem;
    }

    footer .inner{
        position: relative;
    }

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

    footer #pagetop_sp img {
        max-width: 100%;
    }

    footer .frame-wrap {
        border-top: 0.16rem solid #d49995;
        width: 100%;
    }

    footer .frame-wrap .frame-head,
    footer .sitemap a {
        background: #fff url(img/sp/footer-ar-pk.png) right 1rem center no-repeat;
        background-size: 0.8rem auto;
        border-bottom: 0.15rem solid #d49995;
        color: #d49995;
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 1.2rem 3rem 1.2rem 1.5rem;
    }

    footer .sitemap a {
        background: #fff url(img/sp/common-ar-pk.png) right 1rem center no-repeat;
        background-size: 1rem auto;
    }

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

    footer .frame-wrap .frame-body a {
        background: #fff url(img/sp/common-ar-bw.png) right 1rem center no-repeat;
        background-size: 1rem auto;
        display: block;
        font-size: 1.3rem;
        padding: 1.2rem 3rem 1.2rem 1.5rem;
    }

    footer .frame-wrap ul li:not(.sub_cat):last-child {
        border-bottom: 0.15rem solid #d49995;
    }

    footer .frame-wrap .frame-body li.sub_cat a {
        padding-left: 3rem;
        position: relative;
    }

    footer .frame-wrap .frame-body li.sub_cat a:before {
        content: "└";
        position: absolute;
        left: 1.1rem;
        top: 1.3rem;
    }

    footer .frame-wrap .frame-body ul li + li {
        border-top: 0.1rem solid #f8dddc;
    }

    footer .frame-wrap .frame-body .sub_list {
        border-top: 0.1rem solid #f8dddc;
    }

    footer .notes {
        background: url(img/sp/common-bg03.png) repeat;
        background-size: 65rem auto;
        padding: 2rem 1rem;
    }

    footer .notes .note_inner {
        border: 0.1rem solid #fff;
        padding: 1rem;
    }

    footer .notes p {
        font-size: 1.2rem;
        line-height: 1.7;
    }

    footer .notes span {
        display: block;
        font-size: 1.3rem;
        text-align: center;
    }

    footer .copyright {
        background: #7f5851;
        color: #fff;
        font-size: 1rem;
        line-height: 1.4;
        padding: 0.8rem;
        text-align: center;
    }

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

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