@charset "utf-8";
@font-face {
    font-family: 'A-OTF 欧体楷書 Std Light';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/OutaiKaiStd-Light.otf) format('opentype');
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    line-height: normal;
    background: #000;
}

.container,
.rows,
header,
section,
footer {
    width: 100%;
    float: left;
}

.cont {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.cont1 {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

a,
button {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

ul,
li {
    font-size: 0;
}

table {
    border-collapse: collapse;
}

input[type=text],
input[type=number],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0 !important;
}

input[type=text]:focus,
textarea:focus,
select:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}

a[href^="tel:"] {
    cursor: default;
}

.br-hide {
    display: none;
}


/* Header */

.row-header {
    background: url(../img/bg.png) left top repeat;
    padding: 15px 0;
    position: relative;
}

.row-header .cont {
    position: relative;
}

.row-header .logo {
    position: absolute;
    z-index: 2;
}

.row-header .logo ul li {
    width: 135px;
    height: 143px;
    float: left;
}

.row-header .logo-sp {
    position: absolute;
    z-index: 2;
    display: none;
}

.row-header .logo-sp ul li {
    width: 90px;
    height: 95px;
    float: left;
}

.row-header .num-phone {
    float: right;
    padding-right: 70px;
    font-size: 0;
}

.row-header .num-phone a .p-sp {
    display: none;
    width: 254px;
}

.row-header-page {
    background: url(../img/bg.png) left top repeat;
    padding: 15px 0;
    position: relative;
}

.row-header-page .logo {
    position: absolute;
    z-index: 2;
}

.row-header-page .logo ul li {
    width: 135px;
    height: 143px;
    float: left;
}

.row-header-page .logo-sp {
    position: absolute;
    z-index: 2;
    display: none;
}

.row-header-page .logo-sp ul li {
    width: 90px;
    height: 95px;
    float: left;
}

.row-header-page .num-phone {
    float: right;
    padding-right: 70px;
    font-size: 0;
}


/* End header */


/* Menu */

.icon-menu {
    background: #fff;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 15px;
}

.icon-menu img {
    width: 31px;
}

.icon-menu-sp {
    background: #fff;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 61px;
    width: 61px;
    text-align: center;
    padding-top: 15px;
    z-index: 10;
}

.icon-menu-sp img {
    width: 31px;
}

.menu-top {
    width: 270px;
    float: left;
    z-index: 10;
    top: 61px;
    right: 0;
    background: #790007;
    position: absolute;
}

.menu-top ul {
    display: none;
}

.menu-top ul li {
    width: 100%;
    float: left;
    border-bottom: 1px #ccc solid;
}

.menu-top ul li {
    width: 100%;
    float: left;
    border-bottom: 1px #ccc solid;
}

.menu-top ul li:last-child {
    border-bottom: none;
}

.menu-top ul li a {
    display: block;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.menu-top ul li a:hover {
    text-decoration: underline;
}

.menu {
    margin-top: 0;
    width: 270px;
    float: left;
    right: 0;
    background: #790007;
    position: absolute;
    top: 61px;
    z-index: 10;
}

.menu ul {
    display: none;
}

.menu ul li {
    width: 100%;
    float: left;
    border-bottom: 1px #ccc solid;
}

.menu ul li:last-child {
    border-bottom: none;
}

.menu ul li a {
    display: block;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

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


/* End menu */


/* Page top */

#page-top {
    position: fixed;
    bottom: 70px;
    right: 15px;
    font-size: 12px;
    z-index: 9999;
    display: block;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border: 1px #fff solid;
}

#page-top a:hover {
    cursor: pointer;
    opacity: 0.8;
    border: 1px #fff solid;
}


/* End page top */


/* Footer */

.row-footer {
    padding-top: 160px;
    padding-bottom: 20px;
}

.row-copyright {
    font-size: 12px;
    color: #686868;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* End footer */


/* Contact */

.row-form select {
    border: 1px #b2b2b2 solid;
    padding: 3px 40px 3px 10px;
    height: 35px;
    min-width: 268px;
    background-image: linear-gradient(45deg, transparent 50%, #333333 50%), linear-gradient(135deg, #333333 50%, transparent 50%), linear-gradient(to right, #b2b2b2, #b2b2b2);
    background-position: calc(100% - 15px) 15px, calc(100% - 8px) 15px, 100% 0;
    background-size: 7px 7px, 7px 7px, 30px 35px;
    background-repeat: no-repeat;
}

.row-form select:focus {
    border: 1px #b2b2b2 solid;
}

.row-form table {
    width: 100%;
    float: left;
}

.row-form table tr td {
    vertical-align: middle;
    padding: 10px 0;
}

.row-form table tr td.p-col1 {
    width: 20%;
    font-weight: bold;
}

.row-form table tr td.p-col1s {
    padding-top: 10px;
}

.row-form table tr td input[type=text],
.row-form table tr td input[type=number] {
    width: 100%;
    height: 35px;
    float: left;
    border: 1px #b2b2b2 solid;
    padding: 5px;
}

.row-form table tr td.p-col2 input[type=number] {
    width: 80px;
}

.row-form table tr td.p-col3 {
    width: 370px;
}

.row-form table tr td textarea {
    width: 100%;
    height: 400px;
    padding: 5px;
    border: 1px #b2b2b2 solid !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden;
}

.row-form table tr td input[type="radio"] {
    padding: 0;
    margin: 0 6px 0 0;
}

.row-form table tr td input[type=number]::-webkit-inner-spin-button,
.row-form table tr td input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.row-form table tr td .p-count {
    position: relative;
    top: 8px;
    padding-left: 10px;
}

.row-form .p-btn {
    text-align: center;
    padding: 20px 0;
}

.row-form .p-btn .btn-submit {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #790007;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    width: 200px;
    padding: 10px;
    cursor: pointer;
}

.pd-none {
    padding: 0 !important;
}

.pdt-none {
    padding-top: 0 !important;
}


/* End content */


/* Thanks  */

.row-thanks .row-content {
    background: url(../../common/img/bg1.png) center top repeat;
    padding: 40px 40px;
    margin-top: 40px;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 160%;
}


/* End thanks */
@media screen and (min-width: 991px){
.ie .ind-content02 .row-ct .p-txt, .edge .ind-content02 .row-ct .p-txt{
    display: none;
}

.ie .ind-content02 .row-ct, .edge .ind-content02 .row-ct{
    background: url(../../img/index/bg4_1.png) right top no-repeat;
}
}
@media screen and (min-width: 768px){
    /* Fix IE */
    .firefox .ind-content04 .row-ct .p-title{
        font-size: 34px;
    }
}



/* =================================================== RWD =================================================== */

@media screen and (max-width:1024px) {
    .cont {
        padding: 0 20px;
    }
    .row-header .num-phone a .p-pc {
        display: none;
    }
    .row-header .num-phone a .p-sp {
        display: inline-block;
    }
    .row-header .num-phone {
        padding-right: 80px;
    }
    .row-header .num-phone .txt-phone {
        display: none;
    }
    .row-header-page .num-phone .txt-phone {
        display: none;
    }
    .row-header-page .num-phone-page {
        padding-right: 110px
    }
    .menu-top .cont {
        padding: 0;
    }
    .menu {
        width: 100%;
        left: 0;
    }
    .menu ul li a {
        padding: 15px 0;
    }
}

@media screen and (max-width:920px) {
    .row-header .logo ul li {
        width: 110px;
        height: auto;
    }
    .row-header-page .logo ul li {
        width: 110px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .row-header .logo {
        display: none;
    }
    .row-header .logo-sp {
        display: block;
    }
    .cont1 {
        padding: 0 20px;
    }
}

@media screen and (max-width:700px) {
    .icon-menu-sp {
        right: 0;
    }
    .menu-top {
        top: 159px;
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .row-thanks .row-content {
        margin-bottom: 30px;
        padding: 20px;
    }
    .row-form table tr td {
        width: 100%;
        float: left;
    }
    .row-form table tr td.p-col1 {
        width: 100%;
        float: left;
    }
    .row-form table tr td.p-col2 {
        width: 110px;
        float: right;
        padding: 0;
        padding-bottom: 10px;
    }
    .row-form table tr td.p-col3 {
        width: 70%;
    }
}

@media screen and (max-width:490px) {
    .row-footer {
        padding-top: 40px;
    }
    .row-form table tr td {
        font-size: 14px;
    }
    .row-form table tr td.p-col3 {
        width: 100%;
    }
    .row-form table tr td.p-col2 {
        float: left;
    }
    .row-form table tr td.p-col1s {
        padding-top: 20px;
    }
}

@media screen and (max-width:420px) {
    .icon-menu {
        right: 0;
    }
    .icon-menu-sp {
        width: 50px;
        height: 50px;
        padding-top: 12px;
        right: 0;
    }
    .icon-menu-sp img {
        width: 28px;
    }
    .menu-top {
        top: 140px;
    }
    .row-header-page .num-phone-page {
        padding-right: 70px;
    }
    .row-header-page {
        height: 60px;
        line-height: 60px;
    }
    .row-header-page .num-phone-page img {
        width: 220px;
    }
}

@media screen and (max-width:380px) {
    .row-header-page .num-phone-page {
        padding-top: 2px;
    }
    .row-header-page .num-phone-page img {
        width: 200px;
    }
    .br-hide {
        display: block;
    }
}

@media screen and (max-width:340px) {
    .cont,
    .cont1 {
        padding: 0 10px;
    }
    .menu-top ul li a {
        padding: 15px 10px;
    }
}