
/*--- ページの初期表示をフェードイン ---*/
/*
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/



/*--- wrapper ---*/
#wrapper {
    display: block;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
/* - - - - - - - - - - - - */
@media (max-width: 480px) {
/* - - - - - - - - - - - - */
    /*#wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }*/
}





/*------------------------------------------*/
/*                  row                     */
/*------------------------------------------*/
.row {
    margin-right: auto;
    margin-left:  auto;
}
/* - - - - - - - - - - - - */
@media (min-width: 768px) {
/* - - - - - - - - - - - - */
    .row {
        width: 680px;
    }
}
/* - - - - - - - - - - - - */
@media (min-width: 1024px) {
/* - - - - - - - - - - - - */
    .row {
        width: 800px;
    }
}
/* - - - - - - - - - - - - */
@media (min-width: 1280px) {
/* - - - - - - - - - - - - */
    .row {
        /*width: 960px;*/
        width: 1100px;
    }
}
/* - - - - - - - - - - - - */
@media (min-width: 1450px) {
/* - - - - - - - - - - - - */
    .row {
        width: 1100px;
    }
}

/* - - - - - - - - - - - - */
@media (max-width: 480px) {
/* - - - - - - - - - - - - */
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/*----- p -----*/
p {
    font-size: 15px;    
}




/*------------------------------------------*/
/*                 #header                  */
/*------------------------------------------*/
#header {
    background: rgba(255,255,255,0.85);
    background: none;
    background: #fff;
    background: #202f55;
    background: rgba(32,47,85,0.9);
    
    height: 75px;
}

#header a {
    color: #fff;
    font-weight: normal !import1ant;
}
#header a:hover {
    color: rgba(255,255,255,0.6);
}
/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - - */
#header {
    background: rgba(32,47,85,1);
}
}




/*----- h1-block ---------------------------*/
#header .h1-block {
    position: relative;
    text-align: left;
    z-index: 1;
}
#header .h1-block h1 {
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 0.5px;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    color: #fff;
}
#header .h1-block h1 span {
    display: inline-block;
}

/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - - */
#header .h1-block h1 span {
    display: block;
}
}


/*----- logo-block -------------------------*/
#header .logo-block {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 7px;
}
footer a.logo,
#header .logo-block a.logo {
    margin-left: -0.15em;
    line-height: 1.0;
    letter-spacing: 0.5px;
    font-weight: normal;
    color: #fff;
    font-size: 30px;
}
footer a.logo span,
#header .logo-block a.logo span {
    display: block;
    margin-top: 1px;
    margin-left: 0.15em;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.8);
    font-size: 12.5px;
}

/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - - */
footer a.logo,
#header .logo-block a.logo {
    margin-left: -0.15em;
    line-height: 1.0;
    letter-spacing: 0.5px;
    font-size: 26px;
}
footer a.logo span,
#header .logo-block a.logo span {
    margin-top: 1px;
    margin-left: 0.15em;
    letter-spacing: 1.2px;
    font-size: 11.0px;
}
}



/*----- nav-block --------------------------*/
#header .nav-block {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: -14px;
}

.menu ul li {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0 0px;
}

.menu ul li.active-2 a,
.menu ul li.active-2 a:hover {
    border: none;
    background: darkorange;
    color: #fff !important;
    padding: 1px 7px;
    border-radius: 3px;
}

.menu ul li a {
    display: inline-block;
    font-weight: 100;
    letter-spacing: 1.0px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 0 0 0 0;
    border: none;
    color: #fff;
}
.menu ul li a:hover {
    border: none;
}


/* LINK */
.menu ul li.link-mark a {
    margin-top: 26px;
    margin-right: 30px;
    vertical-align: top;
}
.menu ul li.link-mark a img {
    margin-left: 9px;
    height: 14px;
    vertical-align: -0.1em;
}



/* 査定のご依頼／電話番号 */
.menu ul li.button a {
    display: inline-block;
    height: 75px;
    width: 250px;
    vertical-align: top;
    
    margin: 0;
    margin-right: -3px;
    
    color: #fff !important;
}
.menu ul li.button a:hover {
    opacity: 0.8;
}
.menu ul li.button.b1 a {  /* 査定 */
    background: #bb5548;
    padding-top: 22px;
    letter-spacing: 1.4px !important;
    font-size: 18px !important;
}
.menu ul li.button.b2 a {  /* 買取 */
    background: #965036;
    padding-top: 22px;
    font-size: 18px !important;
}
.menu ul li.button a span {
    display: block;
    margin-left: 0.5em;
    letter-spacing: 2.2px !important;
    font-size: 11px;
}


.menu ul.ha-link {
    display: none;
}


/*****                              *****/
/***** width <= 991 の時のナビメニュー *****/
/*****                              *****/
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
    
    /* humberger 出す */
    .menu-btn span img {
        display: inline-block;
        height: 25px;
        margin-top: 15px;
    }
    
    /* モーダルのスタイル */
    .menu {
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width:  100vw;
        height: 100vh;
        background: rgba(32,47,85,1);
    
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    
        visibility: hidden;
        opacity: 0;
        z-index: 888 !important;
    }

    /* ボタンクリック時のスタイル */
    .open .menu-btn span:after {
        content: attr(data-txt-close);
    
        position: fixed;
        top: 10px;
        left: 50%;
        margin-left: -20px;
        z-index: 999 !important;
    
        font-size: 40px;
        font-weight: 100 !important;
        color: #fff;
    
        -webkit-transition: all 0.3s;
        -moz-transition:    all 0.3s;
        -ms-transition:     all 0.3s;
        -o-transition:      all 0.3s;
        transition:         all 0.3s;
    }
    
    /*.nav-block .menu .link-mark {
        position: absolute;
        top: 200px;
        left: 50%;
        transform:         translateX(-50%);
        -ms-transform:     translateX(-50%);
        -moz-transform:    translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform:      translateX(-50%);
    }*/
    
    /*.menu ul li.button.b1 a {
        position: absolute;
        margin: 0;
        left: 50%;
        transform:         translateX(-50%);
        -ms-transform:     translateX(-50%);
        -moz-transform:    translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform:      translateX(-50%);
    }*/
    
    
    .menu ul.nav {
        padding: 0;
    }
    
    /* ha-link 出す */
    .menu ul.ha-link {
        position: relative;
        display: block;
        width: 100;
        padding-top: 100px;
        padding-bottom: 15px;
        border-bottom: 1px rgba(255,255,255,0.3) solid;
    }
    .menu ul.ha-link li {
        display: block;
        width: 100%;
        padding: 0;
    }
    .menu ul.ha-link li a {
        display: block;
        width: 70%;
        font-weight: normal !important;
        padding: 5px 0;
    }
    
    
    .menu ul li.link-mark a {
        margin-top: 15px;
        margin-right: 0;
    }
    .menu ul li.button a {
        height: 40px;
        width: 250px;
        margin: 0;
    }
    .menu ul li.button.b1 a {
        margin: 0;
        margin-left: -0.3em;
        padding-top: 7px;
        font-size: 16px !important;
    }
}


/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 830px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - - */
    .menu ul.ha-link li {
        display: block;
        width: 20%;
        padding: 0;
    }
    .menu ul.ha-link li a {
        display: block;
        width: 100%;
        font-weight: normal !important;
        padding: 5px 0;
    }
    .menu ul li.button.b1 a {
        margin-left: -3.5vw;
    }
}






/*------------------------------------------*/
/*                 #home-k                  */
/*------------------------------------------*/
#home-k {
    position: relative;
    /*margin-top: 81px;*/  /* headerの高さ */
    width:  100vw;
    height: 105vh;
    
    overflow: hidden;
}

#home-k img.h2-jp {
    position: absolute;
    top: 22%;
    left: 50%;
    transform:         translateX(-50%);
    -ms-transform:     translateX(-50%);
    -moz-transform:    translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform:      translateX(-50%);
    
    height: 60vh;
}
#home-k img.h2 {
    position: absolute;
    bottom: 17vh;
    left: 3%;
    width: 700px;
    max-width: 37%;
}
#home-k img.maru {
    position: absolute;
    top: 80vh;
    right: 3%;
    width: 400px;
    max-width: 30%;
}
/*
#home-k #a-link {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
*/


/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1366px) 
              and (min-height: 900px) {
/* - - - - - - - - - - - - - - - - - - */
#home-k {
    width:  100vw;
    height: 80vh;
}
#home-k img.h2-jp {
    height: 50vh;
}
#home-k img.h2 {
    bottom: 30px;
    left: 30px;
    width: 37%;
    max-width: 100%;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1024px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - - */
#home-k {
    width:  100vw;
    height: 80vh;
}
#home-k img.h2-jp {
    height: 50vh;
}
#home-k img.h2 {
    bottom: 30px;
    left: 30px;
    width: 37%;
    max-width: 100%;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1024px) 
              and (orientation: portrait) {
/* - - - - - - - - - - - - - - - - - - */
#home-k {
    width:  100vw;
    height: 45vh;
}
#home-k img.h2-jp {
    height: 30vh;
}
#home-k img.h2 {
    bottom: 20px;
    left: 20px;
    width: 37%;
    max-width: 100%;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) 
              and (orientation: portrait) {
/* - - - - - - - - - - - - - - - - - - */
#home-k {
    width:  100vw;
    height: 45vh;
}
#home-k img.h2-jp {
    height: 30vh;
}
#home-k img.h2 {
    bottom: 20px;
    left: 20px;
    width: 37%;
    max-width: 100%;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 830px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - - */
#home-k {
    width:  100vw;
    height: 105vh;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
#home-k {
    margin-top: 75px;  /* headerの高さ */
    
    width:  100vw;
    height: 65vh;
}
#home-k img.h2-jp {
    top: 15px;
    left: 50%;
    transform:         translateX(-50%);
    -ms-transform:     translateX(-50%);
    -moz-transform:    translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform:      translateX(-50%);
    
    height: 43vh;
}
#home-k img.h2 {
    bottom: 15px;
    left: 10px;
    width: 50%;
    max-width: 100%;
}
#home-k img.maru {
    top: auto;
    bottom: 15px;
    right: 10px;
    width: 200px;
    max-width: 50%;
}
}






/*----- IMAGE FADE IN-OUT <START> -------*/
/*-----            NEW                ---*/
.bgslideshow {
    width:  100%;
    height: 105vh;
}
.bgslideshow img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    /*
    -webkit-filter: "brightness(75%)";
    -moz-filter:    "brightness(75%)";
    -ms-filter:     "brightness(75%)";
    -o-filter:      "brightness(75%)";
    filter:          brightness(75%);
    */
}
/*
@media screen and (max-width: 1199px) {
    .bgslideshow img {
        width: auto;
        height: 100vh;
    }
}
@media screen and (max-width: 991px) {
    .bgslideshow img {
        width: auto;
        height: 100vh;
    }
}
*/
@media screen and (max-width: 1366px) 
              and (min-height: 900px) {
    .bgslideshow {
        width:  100%;
        height: 80vh;
    }
}
@media screen and (max-width: 1024px) {
    .bgslideshow {
        width:  100%;
        height: 80vh;
    }
}
@media screen and (max-width: 1024px) 
              and (orientation: portrait) {
    .bgslideshow {
        width:  100%;
        height: 45vh;
    }
}
@media screen and (max-width: 991px) 
              and (orientation: portrait) {
    .bgslideshow {
        width:  100%;
        height: 45vh;
    }
}
@media screen and (max-width: 830px) 
              and (orientation: landscape) {
}
@media screen and (max-width: 480px) {
    .bgslideshow {
        width:  100%;
        height: 65vh;
    }
    .bgslideshow img {
        width: auto;
        height: 100%;
    }
    .bgslideshow img.img-1 {
        left: auto;
        right: 0;
        margin-right: -15%;
    }
}
/*----- IMAGE FADE IN-OUT <END> ---------*/




/*------------------------------------------*/
/*                 #a-link                  */
/*------------------------------------------*/
#a-link {
    margin: 0;
    
    background: #fff;
    background: rgba(233,188,0,0.7);
    background: rgba(239,133,125,0.8);
    
    padding: 0;
    text-align: center;
    /*border-bottom: 1px rgba(0,0,0,0.2) solid;*/
    /*
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow:    3px 3px 5px 0 rgba(0,0,0,0.1);
    -ms-box-shadow:     3px 3px 5px 0 rgba(0,0,0,0.1);
    -o-box-shadow:      3px 3px 5px 0 rgba(0,0,0,0.1);
    box-shadow:         3px 3px 5px 0 rgba(0,0,0,0.1);
    */
}

#a-link p {
    text-align: center;
    margin-bottom: 10px;
    color: #ba2636;
    font-weight: 600;
    font-size: 18px;
}

#a-link ul {
    display: block;
    width: 100%;
}
#a-link ul li {
    display: inline-block;
    border-left: 1px #fff solid;
    text-align: center;
}
#a-link ul li:last-of-type {
    border-right: 1px #fff solid;
}

#a-link ul li a {
    display: block;
    padding: 25px 10px;
    font-weight: bolder;
    line-height: 1.4;
    color: #fff;
}
#a-link ul li a:hover {
    color: #f7b977;
    color: yellow;
}
#a-link ul li a span {
    display: inline-block;
    color: rgba(233,188,0,0.8);
    
    display: none;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#a-link ul li {
    width: 23%;
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: 0px;
}
#a-link ul li:nth-child(4) {
    border-right: 1px #fff solid;
}
#a-link ul li a {
    padding: 5px 0;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
}
}



/*------------------------------------------*/
/*                  COMMON                  */
/*------------------------------------------*/
/*------------- h3 -------------------------*/
h3.kimono-com {
    position: relative;
    display: block;
    
    max-width: 800px;
    
    text-align: center;
    background: #b31b1b;
    padding: 20px 0;
    margin: 0 auto;
    margin-bottom: 60px !important;
    /*margin: 0 10px 30px 10px;*/
    color: #fff;
    font-weight: 600;
    
    font-size: 33px !important;
}

h3.kimono-com.bg:before {
    position: absolute;
    display: inline-block;
    bottom: -15px;
    left: 20px;
    width: 100%;
    height: 100%;
    content: ' ';
    background: pink;
    
    z-index: -1;
}

h3.kimono-com.ct:after {
    position: absolute;
    bottom: -1.1em;
    
    left: 50%;
    transform:         translateX(-50%);
    -ms-transform:     translateX(-50%);
    -moz-transform:    translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform:      translateX(-50%);
    
    content: '▼';
    color: #b31b1b;
    font-size: 30px;
}


h3.kimono-com strong {
    color: #fff352;
}

h3.kimono-com.color2 {
    background: #006eb0;
    background: rgba(32,47,85,0.9);
}
h3.kimono-com.color2:after {
    color: #006eb0;
    color: rgba(32,47,85,0.9);
}





/*------------------------------------------*/
/*               #kimono-top                */
/*------------------------------------------*/
#kimono-top {
    display: block;
    margin-top: 60px;
    margin-bottom: 90px;
    text-align: center;
}


#kimono-top p {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
#kimono-top p strong {
    display: block;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 28px;
}
#kimono-top p:before {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    content: '　';
    z-index: -1;
}

#kimono-top img {
    margin-top: 90px;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-top p strong {
    display: block;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 20px;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-top p strong {
    text-align: center;
    font-size: 22px;
}
#kimono-top p span {
    display: block;
}
}





/*------------------------------------------*/
/*             #kimono-top-2                */
/*------------------------------------------*/
#kimono-top-2-t {
    padding-top: 10px;
    margin-top: -40px;
}
#kimono-top-2 {
    display: block;
    margin-top: 30px;
    padding: 90px 0;
    text-align: center;
    
    background-image: url(../images/kimono/kimono-bg-07.jpg);
    background-size: cover;
    background-position: center center;
}

/* h3 */
#kimono-top-2 h3 {
    margin-bottom: 30px !important;
}


/* img */
#kimono-top-2 img.img-01 {
    height: 400px;
    width: auto;
}
#kimono-top-2 img.img-02 {
    width: 400px;
    max-width: 80%;
    margin: 30px 0;
}

/* ul lil */
#kimono-top-2 ul {
    display: block;
    width: 100%;
    margin-top: 10%;
}
#kimono-top-2 ul li {
    display: block;
    width: 90%;
    
    background: orange;
    border-radius: 5px;
    padding: 18px 0;
    margin-bottom: 15px;
    font-weight: bold;
    color: #fff;
    
    font-size: 20px;
}

/* table */
#kimono-top-2 table {
    width: 100%;
}
#kimono-top-2 td {
    width: 33.3%;
    padding: 15px;
    border-right: 10px #fff solid;
    vertical-align: top;
    background: #ef857d;
}
#kimono-top-2 h4 {
    text-align: center;
    color: yellow;
    border-bottom: 1px #fff solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    
    font-size: 23px;
}
#kimono-top-2 p {
    color: #fff;
}


/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 830px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-top-2 ul li {
    width: 100%;
}
#kimono-top-2 img.img-01 {
    height: auto;
    width: 100%;
}
#kimono-top-2 td {
    padding: 5px;
    border-right: 5px #fff solid;
}
#kimono-top-2 h4 {
    font-size: 16px;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-top-2 {
    padding: 60px 0;
}
#kimono-top-2 h3 {
    font-size: 22px !important;
}
#kimono-top-2 ul {
    margin-top: 0;
}
#kimono-top-2 ul li {
    width: 100%;
    letter-spacing: 1.0px;
    font-size: 17px;
}
#kimono-top-2 img.img-01 {
    width: auto;
    height: 250px;
}
#kimono-top-2 img.img-02 {
    width: 400px;
    max-width: 85%;
    margin: 0 0 15px 0;
}
#kimono-top-2 td {
    display: block;
    width: 100%;
    padding: 10px;
    border-right: none;
    margin-bottom: 15px;
}
}



/*------------------------------------------*/
/*                #kimono-01                */
/*------------------------------------------*/
#kimono-01-t {
    padding-top: 40px;
    margin-top: -40px;
}
#kimono-01 {
    padding: 100px 0;
    margin: 0;
    text-align: center;
    
    /*background-image: url(../images/kimono/kimono-bg-07.jpg);*/
}
/*
#kimono-01 ul {
    background: rgba(0,0,0,0.1);
    background-image: url(../images/kimono/kimono-11-bg.jpg);
    background-image: url(../images/kimono/kimono-bg-07.jpg);
    padding: 60px;
}
#kimono-01 ul li {
    padding: 90px;
}
*/


/* inner */
#kimono-01 ul li .inner {
    /*border: 2px rgba(0,0,0,0.6) solid;*/
    background: #fff;
    background: #e8d3ca;
    /*padding: 20px;*/
}

/* h4 */
#kimono-01 h4 {
    background: #a22041;
    background: #202f55;
    padding: 10px 0;
    color: #fff;
    font-size: 22px;
}
/* p */
#kimono-01 p {
    padding: 30px;
}


/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-01 h3 {
    margin-bottom: 30px !important;
    line-height: 1.4;
    font-size: 22px !important;
}
#kimono-01 h4 {
    font-size: 14px;
}
#kimono-01 p {
    padding: 10px;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-01 {
    padding: 60px 0;
}
#kimono-01 h3 {
    margin-bottom: 30px !important;
    line-height: 1.4;
    font-size: 25px !important;
}
#kimono-01 h3 span {
    display: block;
}
#kimono-01 h4 {
    font-size: 20px;
}
#kimono-01 p {
    padding: 10px;
}
}







/*------------------------------------------*/
/*                #kimono-04                */
/*------------------------------------------*/
#kimono-04-t {
    padding-top: 10px;
    margin-top: -40px;
}
#kimono-04 {
    padding: 100px 0;
    
    margin-top: 30px;
    
    text-align: center;
    
    background-image: url(../images/kimono/kimono-04-bg2.jpg);
    background-image: url(../images/kimono/kimono-bg-12.jpg);
    
    /*background: rgba(164,193,215,0.6);*/
    background-size: cover;
    background-position: center bottom;
}

/* inner */
#kimono-04 .inner-r {
    padding: 0;
    margin-left: -50px;
    padding-top: 80px;
}


/* h3 */
#kimono-04 h3 {
    margin-bottom: 30px;
    /*
    background: #b31b1b;
    background: #fff;
    background: rgba(0,0,0,1);
    background: #202f55;
    background: #fff;
    */
    border-top:    2px rgba(0,0,0,0.6) solid;
    border-bottom: 2px rgba(0,0,0,0.6) solid;
    color: #000;
    padding: 10px 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 24px;
}
#kimono-04 h3 strong {
    color: yellow;
    color: orange;
    color: #ba2636;
    color: #ff0000;
}

/* p */
#kimono-04 .p-block {
    padding: 60px;
    background: rgba(255,255,255,1);
}
#kimono-04 p {
    position: relative;
    margin-bottom: 15px;
    color: #000;
    /*padding-left: 1.2em;*/
    line-height: 1.6;
    border-radius: 7px;
    font-size: 18px;
}
#kimono-04 p strong {
    font-weight: normal;
}
/*
#kimono-04 p:before {
    position: absolute;
    left: 0;
    content: '◆';
    color: #000;
}
*/

#kimono-04 .a-block {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
#kimono-04 .a-block a {
    display: inline-block;
    width: 300px;
    /*margin: 0 auto;*/
    text-align: center;
    
    background: #f3981d;
    background: #434da2;
    background: orange;
    background: #c2302a;
    /*border: 2px red solid;*/
    
    padding: 20px 0;
    border-radius: 0;
    
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}


/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1024px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-04 h3 {
    font-size: 19px;
}
#kimono-04 p {
    font-size: 16px;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-04 .p-block {
    padding: 25px;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 830px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-04 h3 span {
    display: block;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-04 {
    padding: 70px 0 60px 0;
    margin-top: 10px;
}
#kimono-04 .inner-l {
    height: 300px;
    overflow: hidden;
}
#kimono-04 .inner-r {
    padding: 0;
    margin: 0;
    padding-top: 30px;
}
#kimono-04 .p-block {
    padding: 15px;
}
#kimono-04 h3 {
    font-size: 22px;
}
#kimono-04 h3 span {
    display: block;
}
#kimono-04 p {
    font-size: 16px;
}
}




/*------------------------------------------*/
/*                #kimono-05                */
/*------------------------------------------*/
#kimono-05-t {
    padding-top: 10px;
    margin-top: -40px;
}
#kimono-05 {
    padding: 90px 0;
    text-align: center;
    
    background-image: url(../images/kimono/kimono-bg-03.jpg);
    background-size: cover;
    background-position: center center;
}
#kimono-05.kokuhou {
    background: rgba(233,188,0,0.2);
    margin-bottom: 90px;
}


/* p.top */
#kimono-05 p.top {
    display: block;
    width: 100%;
    float: left;
    padding: 15px;
}

/* oouter */
#kimono-05 img {
    border: 1px rgba(0,0,0,0.2) solid;
    border-bottom: none;
}

/* inner */
#kimono-05 .inner {
    position: relative;
    background: rgba(0,0,0,0.8);
    padding: 30px;
    overflow: hidden;
}
/* 角に三角を出す */
#kimono-05 .inner:before {
    position: absolute;
    top: -25px;
    left:  -25px;
    height: 50px;
    width:  50px;
    content: ' ';
    background: darkorange;
    
    transform:         rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform:      rotate(-45deg);
}
#kimono-05 .inner:after {
    position: absolute;
    bottom: -25px;
    right:  -25px;
    height: 50px;
    width:  50px;
    content: ' ';
    background: darkorange;
    
    transform:         rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform:      rotate(-45deg);
}

/* h4 */
#kimono-05 h4 {
    border-bottom: 1px darkorange solid;
    text-align: left;
    color: #fff;
    
    font-size: 23px;
}

/* p */
#kimono-05 .inner p{
    display: block;
    width: 100%;
    margin-top: 15px;
    
    line-height: 2;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-05 h3 {
    font-size: 28px !important;
}
#kimono-05 h4 {
    font-size: 21px;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-05 {
    padding: 60px 0;
}
#kimono-05 h3 {
    margin-bottom: 30px !important;
    font-size: 23px !important;
}
#kimono-05 .inner {
    padding: 15px;
}
#kimono-05 h4 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
}
#kimono-05 .inner p{
    letter-spacing: 1px;
    line-height: 1.6;
    font-size: 15px;
}
}


/*------------------------------------------*/
/*                #kimono-07                */
/*------------------------------------------*/
#kimono-07 {
    padding: 90px 0;
    text-align: left;
    
    background-image: url(../images/kimono/kimono-bg-11.jpg);
    background-size: cover;
    background-position: top center;
}

/* outer */
#kimono-07 .outer {
    padding: 15px 0;
    border-bottom: 1px rgba(0,0,0,0.4) solid;
}

/* h4 */
#kimono-07 h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
}
#kimono-07 h4 strong {
    color: #c23b22;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-07 h3 {
    font-size: 28px !important;
}
#kimono-07 h4 {
    font-size: 20px;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-07 {
    padding: 60px 0;
}
#kimono-07 h3 {
    margin-bottom: 30px !important;
    font-size: 25px !important;
}
#kimono-07 h3 span {
    display: block;
}
#kimono-07 h4 {
    font-size: 18px;
}
}


/*------------------------------------------*/
/*                #kimono-08                */
/*------------------------------------------*/
#kimono-08 {
    padding: 90px 0;
    text-align: center;
}

#kimono-08 h3 {
    margin-bottom: 50px;
    font-size: 33px;
}



#kimono-08 table {
    width: 100%;
    vertical-align: top;
}
#kimono-08 table td {
    width: 50%;
    vertical-align: top;
    background: rgba(0,0,0,0.07);
    border: 15px #fff solid;
}


#kimono-08 h4 {
    margin-bottom: 15px;
    background: #c82c55;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
}

#kimono-08 p {
    padding: 0 15px 15px 15px;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-08 h3 {
    font-size: 28px !important;
}
#kimono-08 h4 {
    font-size: 18px;
}
#kimono-08 h4 span {
    display: block;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-08 {
    padding: 60px 0;
}
#kimono-08 h3 {
    margin-bottom: 30px !important;
    font-size: 21px !important;
}
#kimono-08 table td {
    display: block;
    width: 100%;
    border: none;
}
#kimono-08 h4 {
    font-size: 18px;
}
#kimono-08 h4 span {
    display: block;
}
#kimono-08 p {
    letter-spacing: 1px;
    line-height: 1.5;
}
}



/*------------------------------------------*/
/*                #kimono-09                */
/*------------------------------------------*/
#kimono-09-t {
    padding-top: 10px;
    margin-top: -40px;
}
#kimono-09 {
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: left;
}


#kimono-09 ol li {
    position: relative;
    margin-top: 30px;
}
#kimono-09 ol li:after {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform:         translateX(-50%);
    -ms-transform:     translateX(-50%);
    -moz-transform:    translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform:      translateX(-50%);
    
    content: '▼';
    color: rgba(0,0,0,0.15);
    color: rgba(179,62,92,0.3);
    color: #c2302a;
    font-size: 30px;
}
#kimono-09 ol li:last-of-type:after {
    display: none;
}

#kimono-09 span {
    display: inline-block;
    float: left;
    
    height: 55px;
    width: 55px;
    
    background: #c2302a;
    color: #fff;
    font-size: 26px;
    padding: 5px 0 0 15px;
}

#kimono-09 h4 {
    display: block;
    height: 55px;
    margin-left: 55px;
    
    padding-left: 1em;
    padding-top: 8px;
    background: rgba(0,0,0,0.1);
    color: #000;
    
    font-size: 23px;
}

#kimono-09 img {
    display: inline-block;
    float: left;
    width: 30%;
}

#kimono-09 p {
    display: inline-block;
    width: 70%;
    padding-top: 10px;
    padding-left: 60px;
}
#kimono-09 p:first-of-type {
    margin-top: 15px;
}


/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-09 h3 {
    font-size: 28px !important;
}
}
/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - - */
#kimono-09 {
    margin-top: 80px;
    margin-bottom: 60px;
}
#kimono-09 h3 {
    margin-bottom: 10px !important;
    font-size: 20px !important;
}
#kimono-09 h4 {
    padding-left: 1em;
    padding-top: 10px;
    letter-spacing: 1px;
    font-size: 18px;
}
#kimono-09 img {
    display: block;
    float: none;
    width: 100%;
}

#kimono-09 p {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    letter-spacing: 1.3px;
    line-height: 1.4;
}
}


/*------------------------------------------*/
/*                  #content                */
/*------------------------------------------*/
#content {
    padding: 90px 0;
}


/* 買取方法　２つ */
#content #method {
    margin-bottom: -30px;
}
#content #method.simple h4 {
    font-weight: bold;
    color: #000;
    border-bottom: 1px rgba(0,0,0,0.8) solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 30px;
}
#content #method.simple a p:last-of-type {
    padding: 20px 0;
    font-weight: 600;
    font-size: 20px;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#content #method.simple h3 {
    font-size: 28px !important;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
#content #method.simple h3 {
    margin-bottom: 30px !important;
    font-size: 23px !important;
}
}


/*------------------------------------------*/
/*              #kimono-area                */
/*------------------------------------------*/
#kimono-area {
    margin-top: 0;
    margin-bottom: 120px;
}
#kimono-area.satei {
    margin-top: 80px;
}

#kimono-area .outer {
    background: rgba(243,152,29,0.3);
    padding: 30px;
}

#kimono-area h3 {
    border-bottom: 1px rgba(0,0,0,0.4) solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
    
    
    font-weight: bold;
    font-size: 30px;
}
#kimono-area h3 span {
    display: inline-block;
    margin-left: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff0000;
    font-size: 26px;
}

#kimono-area p.info {
    font-weight: bold;
}
#kimono-area p.harima {
    margin: 20px 0;
    letter-spacing: 1px;
    font-weight: bold;
    color: #990000;
    font-size: 18px;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 830px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-area h3 span {
    display: none;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-area {
    margin-bottom: 90px;
}
#kimono-area.satei {
    margin-top: 50px;
}
#kimono-area .outer {
    padding: 15px;
}
#kimono-area h3 {
    text-align: center;
    font-size: 24px;
}
#kimono-area h3 span {
    display: none;
}
#kimono-area p.info {
    line-height: 1.4;
}
#kimono-area p.harima {
    margin: 20px 0;
    font-size: 16px;
}
#kimono-area p.attn {
    line-height: 1.6;
    font-size: 14px;
}
}


/*------------------------------------------*/
/*                #kimono-11                */
/*------------------------------------------*/
#kimono-11-t {
    padding-top: 20px;
    margin-top: -40px;
}
#kimono-11 {
    padding: 70px 0 0 0;
    
    text-align: center;
    background-image: url(../images/kimono/kimono-04-bg.png);
    background-size: auto;
    background-position: center center;
    
    text-align: center;
}

/* inner */
#kimono-11 .inner {
    padding: 0;
    padding-right: 60px;
}

/* h3 */
#kimono-11 h3 {
    margin-bottom: 0px;
    background: #b31b1b;
    background: #fff3b8;
    background: none;
    color: #000;
    color: #fff;
    padding: 10px 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 35px;
}
#kimono-11 h3 strong {
    color: #b31b1b;
    color:  yellow;
}

/* p */
#kimono-11 p {
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px 0;
    line-height: 1.6;
    border-radius: 7px;
    font-weight: 600;
    font-size: 19px;
}
/*
#kimono-11 p strong {
    font-weight: bold;
    color: yellow;
}
#kimono-11 p:before {
    position: absolute;
    left: 0;
    content: '◆';
    color: #000;
}
*/


#kimono-11 a img {
    width: 80%;
    margin-top: 15px;
    border-radius: 100px;
    border: 3px rgba(255,255,255,0.9) solid;
}
#kimono-11 img.woman {
    width: 100%;
    height: auto;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 830px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-11 .inner {
    padding: 0;
    padding-left: 15px;
}
}
/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - - */
#kimono-11 h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
#kimono-11 p {
    margin-bottom: 0;
    border-radius: 0;
    font-size: 16px;
}
}
/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - - */
#kimono-11 {
    padding: 40px 0 0 0;
}
#kimono-11 .inner {
    padding: 0;
}
#kimono-11 h3 {
    margin-bottom: 15px;
    font-size: 26px;
}
#kimono-11 h3 span {
    display: block;
}
#kimono-11 p {
    margin-bottom: 0;
    border-radius: 0;
    font-size: 16px;
}
#kimono-11 a img {
    width: 100%;
    margin-bottom: 25px;
}
#kimono-11 img.woman {
    width: auto;
    height: 220px;
}
}


/*------------------------------------------*/
/*                #kimono-12                */
/*------------------------------------------*/
#kimono-12 {
    padding: 90px 0;
    text-align: center;
    background-image: url(../images/kimono/kimono-bg-08.jpg);
    background-position: center center;
}

#kimono-12 .inner {
    display: block;
    /*border: 1px rgba(0,0,0,0.2) solid;*/
    background: #fff;
    height: 280px;
}

#kimono-12 h4 {
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    padding: 7px 0;
    font-size: 18px;
}

#kimono-12 p {
    padding: 10px 15px 15px 15px;
}


/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-12 h3 {
    font-size: 28px !important;
}
}
/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - - */
#kimono-12 {
    padding: 60px 0;
}
#kimono-12 h3 {
    margin-bottom: 40px !important;
    font-size: 23px !important;
}
#kimono-12 .inner {
    height: auto;
}
#kimono-12 h4 {
    margin-top: 10px;
    font-size: 18px;
}
}




/*------------------------------------------*/
/*                #kimono-13                */
/*------------------------------------------*/
#kimono-13 {
    padding-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}

#kimono-13 h4 {
    margin-top: 5px;
    font-weight: normal;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-13 h3 {
    font-size: 28px !important;
}
}

/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - - */
#kimono-13 {
    padding-top: 60px;
    margin-bottom: 60px;
}
#kimono-13 .col-xs2-4 {
    width: 50% !important;
    padding: 5px;
}
#kimono-13 h3 {
    font-size: 23px !important;
}
#kimono-13 h3 span {
    display: block;
}
}



/*------------------------------------------*/
/*               #user-voice                */
/*------------------------------------------*/
#content.kimono-user {
    background-image: url(../images/kimono/kimono-bg-10.jpg);
    background-image: url(../images/kimono/kimono-bg-13.jpg);
    background-size: cover;
    background-position: bottom right;
}
#user-voice img {
    width: 100%;
    height: auto;
}
#user-voice h4 {
    background: #c82c55;
    background: rgba(32,47,85,0.9);
    color: #fff;
    font-weight: normal;
    line-height: 1.0;
}
#user-voice ul {
    display: block;
    padding-left: 20px;
    margin-top: 20px;
}
#user-voice ul li {
    display: block;
    text-align: left;
    line-height: 1.8;
}
#user-voice ul li:nth-child(2) {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}
#user-voice ul li:last-of-type {
    color: #ff0000;
}

#user-voice .inner {
    background: #fff !important;
    padding-bottom: 15px !important;
}

#user-voice p strong {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px rgba(0,0,0,0.3) solid;
    
    letter-spacing: 1px;
    font-size: 18px;
}

/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1024px) {
/* - - - - - - - - - - - - - - - - - - - */
#user-voice h3 {
    font-size: 28px !important;
}
#user-voice p strong {
    font-size: 15px;
}
}
/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - - */
#user-voice .inner {
    height: 430px;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 830px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - - */
#user-voice .inner {
    min-height: 490px;
}
}
/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - - */
#content.kimono-user {
    padding: 60px 0;
}
#user-voice h3 {
    margin-bottom: 30px !important;
    font-size: 23px !important;
}
#user-voice .inner {
    height: auto;
}
#user-voice p {
    padding: 0 15px;
    letter-spacing: 1px;
    line-height: 1.5;
}
#user-voice p strong {
    padding-bottom: 5px;
    font-size: 16px;
}
}






/*------------------------------------------*/
/*                    #faq                  */
/*------------------------------------------*/
#faq .faq label {
    position: relative;
    display: block;
    cursor: pointer;
    
    border-left:  10px rgba(32,47,85,0.8) solid;
    border-bottom: 1px rgba(32,47,85,0.8) solid;
    
    color: #111;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    padding: 12px;
}
#content.bg-gray {
    background: rgba(32,47,85,1);
}


#content.kimono-faq #faq label {
    position: relative;
    padding-left: 40px;
}
#content.kimono-faq #faq label span {
    position: absolute;
    left: 15px;
    top: 11px;
    display: inline-block;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#content.kimono-faq #faq h3 {
    font-size: 28px !important;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - */
#content.kimono-faq #faq label {
    font-size: 15px;
}
#content.kimono-faq #faq p {
    line-height: 1.4;
    font-size: 14px;
}
}



/*------------------------------------------*/
/*             #kimono-satei                */
/*------------------------------------------*/
#kimono-satei {
    padding-top: 20px;
    padding-bottom: 0;
}

#kimono-satei .outer {
    display: block;
    text-align: center;
}

/* h2 */
#kimono-satei h2 {
    margin-bottom: 40px;
    font-size: 35px;
}

/* p.top */
#kimono-satei .outer p.top {
    display: inline-block;
    text-align: left;
    margin-bottom: 50px;
}
#kimono-satei .outer p.top a {
    text-decoration: none;
    padding-bottom: 3px;
    padding-right: 3px;
    border-bottom: 1px rgba(0,0,0,0.2) solid;
}

/* h3 */
#kimono-satei h3 {
    margin-bottom: 40px !important;
    padding: 4px 0 !important;
    background: rgba(32,47,85,0.8);
    background: rgba(179,27,27,0.8);
}

/* info-area */
#kimono-satei .info-area {
    margin-bottom: 40px;
}

#kimono-satei .col-lg-4 {
    padding: 20px;
}
#kimono-satei .col-lg-4:after {
    position: absolute;
    top: 47%;
    right: -15px;
    
    content: '▶︎';
    color: #c2302a;
    font-size: 30px;
}
#kimono-satei .col-lg-4:last-of-type:after {
    display: none;
}

#kimono-satei .info-area span {
    display: inline-block;
    float: left;
    
    height: 50px;
    width: 50px;
    
    background: #c2302a;
    background: rgba(179,27,27,0.8);
    color: #fff;
    padding: 5px 0 0 3px;
    font-weight: bold;
    
    font-size: 22px;
}

/* h4 */
#kimono-satei .info-area h4 {
    display: block;
    height: 50px;
    margin-left: 50px;
    
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    background: rgba(0,0,0,0.1);
    color: #000;
    
    font-size: 18px;
}

#kimono-satei .inner {
    background: #fff;
    padding: 15px;
    
    min-height: 220px;
}

#kimono-satei .inner p {
    margin-bottom: 12px;
    line-height: 1.7;
    
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}
#kimono-satei .inner p:last-of-type {
    margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1024px) {
/* - - - - - - - - - - - - - - - - - - - */
#kimono-satei .info-area h4 {
    height: 50px;
    margin-left: 50px;
    padding-top: 14px;
    padding-left: 5px;
    font-size: 14px;
}
}
/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - - */
#kimono-satei h2 {
    margin-bottom: 30px;
    font-size: 28px;
}
#kimono-satei .col-lg-4 {
    padding: 10px;
}
#kimono-satei .col-lg-4:after {
    top: 45%;
    right: -12px;
    font-size: 20px;
}
#kimono-satei .info-area .inner {
    height: 310px;
}
#kimono-satei .info-area h4 {
    height: 50px;
    margin-left: 50px;
    padding-top: 13px;
    padding-left: 5px;
    font-size: 12px;
}
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 830px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - - */
#kimono-satei .info-area h4 {
    height: 50px;
    margin-left: 50px;
    padding-top: 14px;
    padding-left: 5px;
    font-size: 11px;
}
#kimono-satei .info-area .inner {
    height: 370px;
}
}
/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - - */
#kimono-satei h2 {
    margin-bottom: 30px;
    font-size: 25px;
}
#kimono-satei .info-area h4 {
    height: 50px;
    margin-left: 50px;
    padding-top: 14px;
    padding-left: 15px;
    font-size: 17px;
}
#kimono-satei .info-area .inner {
    height: auto;
    min-height: auto;
    padding: 10px;
}
#kimono-satei .inner p {
    margin-bottom: 10px;
    line-height: 1.4;
}
#kimono-satei .col-lg-4 {
    padding: 0;
    margin-bottom: 40px;
}
#kimono-satei .col-lg-4:after {
    top: auto;
    bottom: -42px;
    left: 50%;
    transform:         translateX(-50%);
    -ms-transform:     translateX(-50%);
    -moz-transform:    translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform:      translateX(-50%);
    content: '▼';
    font-size: 25px;
}
}


/*------------------------------------------*/
/*                  #content                */
/*------------------------------------------*/
#content.kimono-satei {
    padding: 80px 0 70px 0;
}
#content.kimono-satei form h3 {
    margin-bottom: 50px;
}
#content.kimono-satei form p {
    line-height: 1.5;
}
#content.kimono-satei form p span {
    display: inline-block;
    margin: 10px 0;
}


/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {
/* - - - - - - - - - - - - - - - - - - - */
#content.kimono-satei form h3 {
    font-size: 23px;
}
}
/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - - */
#content.kimono-satei {
    padding: 90px 0 50px 0;
    margin-top: -30px;
}
#content.kimono-satei form h3 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 18px;
}
#content.kimono-satei form p {
    font-size: 13px;
}
}



/*------------------------------------------*/
/*                #send-end                 */
/*------------------------------------------*/
#send-end {
    padding: 180px 0 400px 0;
    text-align: center;
}

/* h2 */
#send-end h2 {
    margin-bottom: 40px;
    font-size: 26px;
}


/* h3 */
#send-end h3 {
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
    letter-spacing: 3px;
    margin-bottom: 50px;
    border-top:    1px rgba(0,0,0,0.3) solid;
    border-bottom: 1px rgba(0,0,0,0.3) solid;
    
    font-size: 23px;
}
#send-end h3 span {
    display: block;
    margin-top: 5px;
    font-style: italic;
    font-size: 17px;
}



#send-end p {
    text-align: center;
    letter-spacing: 1.8px;
    line-height: 2.5;
    text-transform: capitalize;
    color: #000;
    font-weight: 100;
}
#send-end .phone {
    margin-top: 50px;
    border-top: 1px rgba(255,255,255,0.4) solid;
    padding-top: 30px;
}
#send-end .phone p {
    text-align: center;
    line-height: 2.5;
    font-size: 13px;
}
#send-end p a.tel{
    font-size: 16px;
}


@media screen and (max-width: 1024px) {
    #form h2 {
        font-size: 22px;
    }
    #send-end h2 span {
        font-size: 13px;
    }
    #send-end p {
        font-size: 13px;
    }
    #send-end p a.tel{
        font-size: 14px;
    }
}
@media screen and (max-width: 830px) 
              and (orientation: landscape) {
    #send-end {
        padding-top: 100px;
    }
    #send-end h2,
    #form h2 {
        font-size: 18px;
    }
    #send-end h2 span {
        font-size: 13px;
    }
    #send-end p {
        font-size: 13px;
    }
    #send-end p a.tel{
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    #send-end {
        padding-top: 140px;
    }
    #send-end h2 {
        font-size: 18px;
    }
    #send-end h3 {
        font-size: 17px;
    }
    #send-end h3 span {
        font-size: 12px;
    }
    #send-end p {
        text-align: left;
    }
}




/*------------------------------------------*/
/*                 footer                   */
/*------------------------------------------*/
footer {
    position: relative;
    padding: 0 0 30px 0;
    background: rgba(32,47,85,1);
}





#page-top a {
    background: rgba(32,47,85,1);
}











