.padding15 {
    padding: 0 15px;
}

.row15 {
    padding: 15px;
}

.adjustment {
    margin-top: -31vw;
    padding-top: 31vw;
}

ul {
    padding: 0;
}

li {
    list-style: none
}

body {
    font-size: 15px;
}

/* header */
header {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    z-index: 100;
}

header .container-fluid {
    padding: 0 10px;
}

header .header-top {
    overflow: hidden;
    padding-top: 2%;
    padding-right: 5px;
    margin-bottom: 1%;
}

header .header-top p{
    font-size: 2.97vw;
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}

header .header-top p > a {
    color: #ee2325;
}

header .header-top p > a:hover {
    text-decoration: none;
}

header .header-top p > a > img {
    margin-right: 1.5vw;
}

header .header-top > a {
    display: block;
    font-weight: bold;
    float: left;
    color: black;
    font-size: 5.6vw;
}

header .header-top > a:hover {
    text-decoration: none;
}

header .header-bottom {
    padding: 1% 15px 2% 15px;
    overflow: hidden;
}

header .header-bottom > div {
    padding: 0px;
    float: left;
}

header .header-bottom .callBtn {
    width: 40%;
    margin-right: 2%
}

header .header-bottom .mailBtn {
    width: 12%;
}

header .callBtn a {
    display: block;
    color: white;
    height: 9vw;
    line-height: 9vw;
    background-color: #57090c;
    border-radius: 5px;
    text-align: center;
}

header .callBtn:first-child a {
    background-image: url(../images/call_k.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

header .callBtn:nth-child(2) a {
    background-image: url(../images/call_o.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
header .callBtn:nth-child(3) a {
    background-image: url(../images/call_o.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

header .mailBtn a {
    display: block;
    color: white;
    height: 9vw;
    line-height: 9vw;
    background-color: #57090c;
    background-image: url(../images/send_mail.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    text-align: center;
}

/* ハンバーガーメニュー */
header .btn {
    background: url(../images/menu_btn.png) no-repeat 0 0;
    background-size: cover;
    display: block;
    width: 13vw;
    height: 13vw;
    position: absolute;
    top: 11px;
    right: 15px;
    cursor: pointer;
    z-index: 200;
}
header .close {
    background-image: url(../images/menu_btn_c.png);
    background-size: cover;
}
header .drawr {
    display: none;
    position: absolute;
    top: calc(28vw + 410%);
    right: 0;
    margin-top: 4.7%;
    background-color: #47484b;
    width:230px;
    z-index: 100;
}

header .drawr ul {
    background-color: #47484b;
    padding-left: 5px;
}
header .menu li {
    width:260px;
    border-bottom: 1px solid #5c5e62;
}
header .menu li a {
    color:#fff;
    display: block;
    padding: 15px;
}

#top {
    margin-top: calc((147 / 750 * 100%) + 10%);
}

/* #menu */
#menu {
    margin-top: 15px;
    padding-bottom: 20px;
}

#menu .row > div:nth-child(odd) {
    padding-right: 5px;
}

#menu .row > div:nth-child(even) {
    padding-left: 5px;
}

#menu a {
    display: block;
    height: 60px;
    text-align: center;
    color: #570709;
    font-size: calc(10px + 1vw);
    font-weight: 700;
    line-height: 20px;
    padding-top: 11px;
    margin-bottom: 10px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    background-image: url(../images/menu_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

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


#menu .row > div:nth-last-child(1) > a,
#menu .row > div:nth-last-child(2) > a {
    margin-bottom: 0px;
}

.title {
    margin-bottom: 5px;
}

.title h4 {
    background-color: #9a1201;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    position: relative;
}

.title h4 > span {
    position: absolute;
    top: 9px;
    left: 6px;
    color: #e9d885;
    font-weight: bold;
    margin-right: 5px;
}

section {
    padding-bottom: 20px;
}

section p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 25px;
}

section p:last-child {
    margin-bottom: 10px;
}

section .accent {
    color: #ee2325;
    font-size: 18px;
}

section p .accent {
    font-size: 15px;
}

section .box {
    background-color: #fefcd3;
    border: 1px solid #ff3125;
    padding: 10px 15px;
}

#must ol {
    padding-left: 0px;
    font-weight: bold;
    margin-bottom: 30px;
}

#must .flow {
    margin-bottom: 0px;
}

#must ol > li {
    padding-left: 40px;
    padding-top: 3px;
    margin-bottom: 10px;
    line-height: 25px;
}

#must ol > li:last-child {
    margin-bottom: 0px;
}

#must ol > li > span {
    font-size: 18px;
}

#must ol > li > ul {
    padding: 10px;
}

#must .step > li:first-child {
    background-image: url(../images/step1.gif);
    background-repeat: no-repeat;
}

#must .step > li:nth-child(2) {
    background-image: url(../images/step2.gif);
    background-repeat: no-repeat;
}

#must .step > li:nth-child(3) {
    background-image: url(../images/step3.gif);
    background-repeat: no-repeat;
}

#must .flow > li:first-child {
    background-image: url(../images/flow1.gif);
    background-repeat: no-repeat;
}

#must .flow > li:nth-child(2) {
    background-image: url(../images/flow2.gif);
    background-repeat: no-repeat;
}

#must .flow > li:nth-child(3) {
    background-image: url(../images/flow3.gif);
    background-repeat: no-repeat;
}

#must ol > li > ul > li {
    list-style: disc;
}

#must .box span {
    text-decoration: underline;
    text-decoration-color: #ee2325;
}

#must .subTitle {
    font-weight: bold;
    padding-bottom: 10px;
}

#must .subTitle span {
    color: #e9d885;
    font-weight: bold;
    margin-right: 5px;
}

#must .tel {
    font-size: 18px;
}

#contact {
    border-top: 15px solid #991201;
    padding-top: 15px;
    padding-bottom: 15px;
}

#contact .banner{
    margin-bottom: 10px;
}

#contact .banner a {
    display: block;
}

#contact .col-xs-8 {
    padding-right: 2px;
}

#contact .col-xs-8 a {
    display: block;
}

#contact .col-xs-8 a:first-child {
    margin-bottom: 5%;
}

#contact .col-xs-4 {
    padding-left: 0px;
}

#contact .col-xs-4 img {
    margin-bottom: 5px;
}

#contact .col-xs-4 img:last-child {
    margin-bottom: 0px;
}

footer {
    background-color: #991201;
    height: 30px;
    text-align: center
}

footer span {
    color: white;
    font-size: 12px;
    line-height: 30px;
}
/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}