@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap&subset=japanese);


/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}



/* tags
---------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #e00;
    text-decoration: none;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
    }
}


/* common
---------------------------------------------------- */

.inner1 {
    max-width: 1100px;
    margin: 0px auto;
}

.inner2 {
    margin: 0px 70px;
}

@media screen and (max-width: 1140px) {
    .inner2 {
        margin: 0px 20px;
    }
}

@media screen and (max-width: 768px) {
    .inner1 {
        margin: 0px 20px;
    }
}

table.table1 {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.table1 th,
.table1 td {
    padding: 15px 20px;
    line-height: 1.8;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.table1 th {
    background: #444;
    color: #fff;
    width: 24%;
}

.table1 p + p {
    margin-top: 20px;
}

.table1 li {
    width: 33%;
    float: left;
}

@media screen and (max-width: 768px) {
    .table1 th,
    .table1 td {
        display: block;
        padding: 10px 15px;
        line-height: 1.7;
    }

    .table1 th {
        width: auto;
        padding: 5px 15px;
    }
    .table1 th br {
        display: none;
    }

    .table1 p + p {
        margin-top: 10px;
    }
    .table1 li {
        width: auto;
        float: none;
    }
}

table.table2 {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ddd;
}

.table2 th,
.table2 td {
    padding: 15px 20px;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
}

.table2 th {
    width: 24%;
}

.table2 tr:nth-child(odd) th,
.table2 tr:nth-child(odd) td {
    background: #e7e7e7;
}

@media screen and (max-width: 768px) {
    .table2 th,
    .table2 td {
        display: block;
        padding: 10px 15px;
        line-height: 1.4;
    }
    .table2 tr:nth-child(odd) th,
    .table2 tr:nth-child(odd) td {
        background: #fff;
    }
    .table2 tr:nth-child(odd) th,
    .table2 th {
        width: auto;
        background: #e7e7e7;
        padding: 5px 15px;
    }
}



.st1 {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.2;
    margin: 60px 0px 40px;
    position: relative;
    padding-left: 60px;
}

.st1::before {
    content: '';
    width: 60px;
    border-top: 5px solid #000;
    position: absolute;
    top: 15px;
    left: -20px;
}

.st1 span {
    font-size: 16px;
    color: #0068b7;
    margin-left: 15px;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .st1 {
        font-size: 20px;
        margin: 40px 0px 30px;
        padding-left: 40px;
    }

    .st1::before {
        width: 50px;
        border-top: 3px solid #000;
        top: 9px;
        left: -20px;
    }

    .st1 span {
        font-size: 13px;
        margin-left: 12px;
    }
}



#contents {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    #contents {
        margin-bottom: 40px;
    }
}

#subnavi {
    text-align: center;
    margin: 60px 0px;
}

#subnavi li {
    display: inline-block;
    margin: 0px 10px 15px;
}

#subnavi a {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 50px 15px 40px;
    border-radius: 50px;
    line-height: 1;
    position: relative;
}

#subnavi a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#about1 {
    background: url(../images/about1.jpg) no-repeat right top;
    margin-bottom: 70px;
}

#about1 > ul {
    line-height: 2;
    margin: 0px 0px 0px 40px;
    list-style: disc outside;
    font-weight: bold;
}

#about1 ul ul li {
    position: relative;
    padding: 0px 0px 0px 50px;
    font-size: 15px;
    font-weight: normal;
}

#about1 ul ul li::before {
    content: '';
    width: 40px;
    border-top: 1px solid #000;
    position: absolute;
    top: 15px;
    left: 0px;
}

@media screen and (max-width: 768px) {
    #subnavi {
        margin: 30px 0px 15px;
    }

    #subnavi li {
        margin: 0px 2px 15px;
    }

    #subnavi a {
        font-size: 14px;
        padding: 10px 30px 10px 20px;
    }

    #subnavi a::after {
        right: 14px;
        width: 5px;
        height: 5px;
        margin-top: -5px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    #about1 {
        background: none;
        margin-bottom: 0px;
    }

    #about1 > ul {
        line-height: 1.8;
        margin: 0px 0px 0px 25px;
    }

    #about1 ul ul li {
        padding: 0px 0px 0px 20px;
        font-size: 14px;
    }

    #about1 ul ul li::before {
        width: 16px;
        top: 12px;
    }
}

#about2 {
    margin: 70px 0px;
}

#about2 h4 {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    margin-top: 50px;
}

#about2 p {
    line-height: 1.8;
    color: #ef1818;
}

#about2 li {
    width: 19%;
    float: left;
    margin-right: 1.25%;
    position: relative;
}

#about2 li:last-child {
    margin: 0px;
}

@media screen and (max-width: 768px) {
    #about2 h4 {
        font-size: 18px;
        margin: 0px 0px 20px;
    }

    #about2 ul {
        margin-bottom: 30px;
    }

    #about2 li,
    #about2 li:last-child {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    #about2 li:nth-child(even) {
        margin-right: 0px;
    }
    #about2 li:nth-child(2n+1) {
        clear: both;
    }
    #about2 li span {
        font-size: 18px;
        position: static;
        top: 0px;
        left: 0px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    #about2 h4 {
        font-size: 16px;
        margin: 0px 0px 10px;
        text-align: center;
    }

    #about2 ul {
        margin-bottom: 20px;
    }

    #about2 li,
    #about2 li:last-child,
    #about2 li:nth-child(even) {
        width: auto;
        margin-right: 0px;
        float: none;
    }
    #about2 li img {
        max-width: 300px;
        height: auto;
        display: block;
        margin: 0px auto;
    }
    #about2 li span {
        font-size: 16px;
        margin: 30px 0px 10px;
        text-align: center;
    }
}

#about3 .p1 {
    line-height: 2;
    margin-bottom: 40px;
}

#about3 > ul > li {
    margin-bottom: 40px;
}

#about3 h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    background: #000;
    color: #fff;
    padding: 8px 20px 8px 45px;
    margin-bottom: 20px;
    position: relative;
}

#about3 h4::before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#about3 img {
    float: left;
}

#about3 dl {
    margin: 0px 0px 0px 390px;
}

#about3 dt {
    border: 1px solid #000;
    border-radius: 3px;
    padding: 8px 20px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    margin: 0px 0px 10px;
}

#about3 dd + dt {
    margin-top: 20px;
}

#about3 dd {
    line-height: 1.8;
}

#about3 dd p {
    line-height: 1.8;
    margin-top: 10px;
    font-weight: bold;
    color: #ef1818;
}

#about3 dd ul li {
    margin: 0px 0px 0px 40px;
    list-style: disc outside;
}

@media screen and (max-width: 768px) {
    #about2 {
        margin: 30px 0px;
    }

    #about3 .p1 {
        line-height: 1.8;
        margin-bottom: 30px;
    }

    #about3 > ul > li {
        margin-bottom: 30px;
    }

    #about3 h4 {
        font-size: 15px;
        line-height: 1.6;
        padding: 5px 5px 5px 30px;
        margin-bottom: 15px;
    }

    #about3 h4::before {
        left: 15px;
        width: 4px;
        height: 4px;
        margin-top: -5px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    #about3 img {
        float: none;
        display: block;
        margin: 0px auto 20px;
        max-width: 300px;
        height: auto;
    }

    #about3 dl {
        margin: 0px;
    }

    #about3 dt {
        padding: 6px 12px;
        font-size: 15px;
    }

    #about3 dd + dt {
        margin-top: 15px;
    }

    #about3 dd ul li {
        margin: 0px 0px 0px 30px;
    }
}



#about4 {
    margin: 70px 0px;
}

#about4 p {
    line-height: 2;
    margin-bottom: 40px;
}

#about4 .box1 {
    border: 3px solid #ddd;
    height: 300px;
    text-align: center;
    line-height: 300px;
}

@media screen and (max-width: 768px) {
    #about4 {
        margin: 30px 0px;
    }

    #about4 p {
        line-height: 1.8;
        margin-bottom: 30px;
    }

    #about4 .box1 {
        border: 2px solid #ddd;
        height: 200px;
        font-size: 13px;
        line-height: 200px;
    }
}


#about5 {
    margin: 70px 0px;
}

#about5 h4 {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    margin: 0px 0px 30px;
}

#about5 ul {
    margin-bottom: 40px;
}

#about5 li {
    width: 19%;
    float: left;
    margin-right: 1.25%;
    position: relative;
}

#about5 li:last-child {
    margin: 0px;
}

#about5 h5 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin: 25px 0px;
}

#about5 h6 {
    font-size: 15px;
    line-height: 1.8;
    font-weight: bold;
    border-left: 2px solid #333;
    padding-left: 10px;
}

#about5 p {
    line-height: 1.8;
    font-size: 14px;
    border-left: 2px solid #333;
    padding-left: 10px;
}

#about5 p.p1 {
    font-size: 13px;
}

#about5 li span {
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: -52px;
    left: 0px;
}

@media screen and (max-width: 768px) {
    #about5 {
        margin: 30px 0px;
    }

    #about5 h4 {
        font-size: 18px;
        margin: 0px 0px 20px;
    }

    #about5 ul {
        margin-bottom: 30px;
    }

    #about5 li,
    #about5 li:last-child {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    #about5 li:nth-child(even) {
        margin-right: 0px;
    }
    #about5 li:nth-child(2n+1) {
        clear: both;
    }
    #about5 h5 {
        font-size: 15px;
        margin: 15px 0px;
    }

    #about5 h6 {
        font-size: 14px;
        border-left: 1px solid #333;
        padding-left: 8px;
    }

    #about5 p {
        font-size: 13px;
        border-left: 1px solid #333;
        padding-left: 8px;
    }
    #about5 p.p1 {
        font-size: 12px;
    }

    #about5 li span {
        font-size: 18px;
        position: static;
        top: 0px;
        left: 0px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    #about5 h4 {
        font-size: 16px;
        margin: 0px 0px 10px;
        text-align: center;
    }

    #about5 ul {
        margin-bottom: 20px;
    }

    #about5 li,
    #about5 li:last-child,
    #about5 li:nth-child(even) {
        width: auto;
        margin-right: 0px;
        float: none;
    }
    #about5 li img {
        max-width: 300px;
        height: auto;
        display: block;
        margin: 0px auto;
    }
    #about5 h5 {
        font-size: 14px;
        margin: 10px 0px;
    }

    #about5 h6,
    #about5 p {
        font-size: 14px;
        padding: 0px;
        border: none;
        text-align: center;
    }
    #about5 li span {
        font-size: 16px;
        margin: 30px 0px 10px;
        text-align: center;
    }
}

/* shop
---------------------------------------------------- */

#shop3 {
    background: #e7e7e7;
    padding: 40px 20px;
    text-align: center;
    margin: 50px 0px;
}

#shop3 li {
    display: inline-block;
    margin: 0px 30px;
}

#shop3 a {
    background: #000;
    display: block;
    color: #fff;
    padding: 25px 30px;
}

#shop3 a:hover {
    opacity: 0.6;
}

#shop3 img {
    float: left;
}

#shop3 p {
    margin: 1px 0px 0px 55px;
    text-align: left;
    line-height: 1.3;
    font-size: 15px;
}

#shop1 {
    margin: 50px 0px;
}

#shop1 img.img1 {
    width: 430px;
    height: 610px;
    float: right;
}

#shop1 .box1 {
    margin-right: 450px;
}

#shop1 p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
}

#shop1 h3 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin: 20px 0px 15px;
}

#shop1 h3::before {
    content: '';
    width: 30px;
    border-top: 3px solid #000;
    position: absolute;
    top: 11px;
    left: -10px;
}

#shop1 .p1 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 16px;
}

#shop1 .ul1 li {
    width: 48%;
    float: left;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    border-top: 4px solid #000;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0px;
}

#shop1 .ul1 li:last-child {
    float: right;
}

#shop1 .ul1 li img {
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin: -5px 5px 0px 0px;
}

#shop2 {
    text-align: center;
    line-height: 300px;
    margin: 50px 0px;
}

#shop2 ul {
    margin-bottom: 20px;
}

#shop2 li {
    width: 48%;
    float: left;
    margin-right: 4%;
    position: relative;
}

#shop2 li:last-child {
    margin: 0px;
}

@media screen and (max-width: 480px) {
#shop2 li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 768px) {
    #shop3 {
        padding: 20px 10px 5px;
        margin: 30px 0px;
    }

    #shop3 li {
        display: block;
        margin: 0px auto 15px;
        max-width: 300px;
    }

    #shop3 a {
        padding: 20px 10px 20px 20px;
    }

    #shop3 img {
        width: 35px;
        height: auto;
    }

    #shop3 p {
        margin: 0px 0px 0px 50px;
        font-size: 14px;
    }

    #shop1 {
        margin: 30px 0px;
    }

    #shop1 img.img1 {
        width: 200px;
        height: auto;
        float: none;
        margin: 0px auto 30px;
        display: block;
    }

    #shop1 .box1 {
        margin-right: 0px;
    }

    #shop1 h3 {
        font-size: 16px;
        margin: 20px 0px 10px;
    }

    #shop1 h3::before {
        border-top: 2px solid #000;
        top: 10px;
        left: -10px;
    }
    #shop1 .p1 {
        font-size: 15px;
        margin-bottom: 14px;
    }

    #shop1 .ul1 li,
    #shop1 .ul1 li:last-child {
        width: auto;
        float: none;
        border-top: 3px solid #000;
        font-size: 18px;
        padding: 20px 0px;
    }
    #shop1 .ul1 li:last-child {
        margin-top: 15px;
    }

    #shop1 .ul1 li img {
        width: 20px;
        height: auto;
    }
    #shop4 iframe {
        width: 100%;
        height: 300px;
    }
    #shop2 {
        line-height: 200px;
        margin: 40px 0px;
        font-size: 13px;
    }
}

/* contact
---------------------------------------------------- */

.contact1 {
    margin-top: 60px;
}

.contact1 .p1 {
    line-height: 2;
    margin-bottom: 40px;
}

.contact1 .ul1 {
    margin-bottom: 50px;
}

.contact1 .ul1 li {
    width: 48%;
    float: left;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    height: 140px;
    text-align: center;
    border-top: 4px solid #000;
}

.contact1 .ul1 li:last-child {
    float: right;
}

.contact1 .ul1 .p1 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 14px;
    margin-bottom: 15px;
}

.contact1 .ul1 .p2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact1 .ul1 .p2 span {
    font-size: 30px;
    margin-right: 10px;
}

.contact1 .img1 {
    width: 30px;
    vertical-align: middle;
    margin: -6px 3px 0px 0px;
}

.contact1 .img2 {
    width: 20px;
    vertical-align: middle;
    margin: -6px 6px 0px 3px;
}

.contact1 .table1 {
    margin: 40px 0px;
}

.contact1 th {
    width: 27%;
    position: relative;
    text-align: left;
}

.contact1 th span {
    font-size: 12px;
    color: #fff;
    background: #ef1818;
    display: inline-block;
    line-height: 1;
    padding: 4px 5px;
    font-weight: normal;
    position: absolute;
    right: 10px;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::placeholder {
    color: #aaa
}

.contact-p1 {
    font-weight: bold;
    color: #ef1818;
}

.contact1 input.size_m {
    width: 400px;
    padding: 5px 8px;
    font-size: 15px;
}

.contact1 input.size_s {
    width: 150px;
    padding: 5px 8px;
    font-size: 15px;
}

.contact1 input.size_l {
    width: 600px;
    padding: 5px 8px;
    font-size: 15px;
}

.contact1 textarea {
    width: 600px;
    height: 300px;
    padding: 5px 8px;
    font-size: 15px;
}

.contact1 td label {
    margin-right: 10px;
}

#privacy p {
    line-height: 2;
    margin-bottom: 40px;
}

.contact1 .box1 {
    background: #e7e7e7;
    padding: 40px 30px;
    text-align: center;
}

.contact1 .box2 button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    margin: 50px auto;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    background: #ef1818;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 20px 0px 19px;
    font-weight: bold;
    width: 300px;
    border-bottom: 4px solid #a32222;
}

.contact1 .box2 button.btn2 {
    background: #888;
    width: 250px;
    padding: 15px 0px;
    font-size: 15px;
    border-bottom: 3px solid #555;
}

@media screen and (max-width: 768px) {
    .contact1 {
        margin-top: 30px;
    }

    .contact1 .p1 {
        line-height: 1.8;
        margin-bottom: 30px;
    }
.contact1 td label {
    display: block;
    margin: 0px 0px 5px;
}
    .contact1 .ul1 {
        margin-bottom: 0px;
    }

    .contact1 .ul1 li,
    .contact1 .ul1 li:last-child {
        width: auto;
        float: none;
        height: auto;
        text-align: center;
        border-top: 3px solid #000;
        padding-bottom: 16px;
        margin-bottom: 15px;
    }

    .contact1 .ul1 .p1 {
        font-size: 16px;
        padding-top: 8px;
        margin-bottom: 6px;
    }

    .contact1 .ul1 .p2 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .contact1 .ul1 .p2 span {
        font-size: 18px;
        display: block;
        margin-bottom: 13px;
        margin-right: 0px;
    }

    .contact1 .img1 {
        width: 18px;
        height: auto;
        margin: -6px 3px 0px 0px;
    }

    .contact1 .img2 {
        width: 18px;
        height: auto;
        margin: -6px 6px 0px 0px;
    }
    .contact1 .table1 {
        margin: 30px 0px;
    }

    .contact1 th {
        width: auto;
    }
    .contact1 input.size_m,
    .contact1 input.size_l {
        width: 100%;
        box-sizing: border-box;
    }

    .contact1 textarea {
        width: 100%;
        box-sizing: border-box;
        height: 200px;
    }
    #privacy p {
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .contact1 .box1 {
        padding: 30px 10px;
    }
    .contact1 .box2 button {
        margin: 40px auto;
        font-size: 16px;
        padding: 15px 0px;
        width: 240px;
    }

    .contact1 .box2 button.btn2 {
        width: 180px;
        padding: 10px 0px;
        font-size: 14px;
    }
}

/* company
---------------------------------------------------- */

#company1 li {
    display: block;
    box-sizing: border-box;
    font-size: larger;
    font-weight: bold;
    list-style-type: square;
}

/*#company1 li {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 32%;
    padding: 20px 25px;
    line-height: 2;
    border-top: 4px solid #000;
    margin: 0px 2% 20px 0px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    min-height: 140px;
}*/

#company1 li:nth-child(3) {
    margin-right: 0px;
}

#company1 li:nth-child(3+1) {
    clear: both;
}

#company2 {
    margin: 40px 0px 0px;
}

#company2 p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0px 0px 10px;
    font-weight: bold;
}

#company2 li {
    float: left;
}

#company2 li:last-child {
    float: right;
}
@media screen and (max-width: 1070px) {
    #company2 li,
    #company2 li:last-child {
        float: none;
    }
    #company2 li:last-child {
        margin-top: 30px;
    }
    #company2 iframe {
        width: 100%;
        height: 300px;
    }
}
@media screen and (max-width: 768px) {
    #company1 li {
        float: none;
        width: auto;
        padding: 15px;
        line-height: 1.8;
        border-top: 3px solid #000;
        margin: 0px 0px 20px 0px;
        min-height: 0px;
    }
    #company2 {
        margin: 30px 0px 0px;
    }
    #company2 p {
        font-size: 16px;
    }
}

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

#main {
    background: url(../images/1.jpg) no-repeat center center;
    background-size: cover;
}

#main .catch {
    padding-top: 100px;
    text-align: center;
}

@media screen and (max-width: 1140px) {
    #main .catch {
        padding-top: 110px;
    }
    #main .catch img {
        width: 600px;
        height: auto;
    }
}

@media screen and (max-width: 860px) {
    #main .catch {
        padding-top: 50px;
    }
    #main .catch img {
        width: 400px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    #main .catch {
        padding-top: 50px;
        padding-right: 1%;
    }
    #main .catch img {
        width: 200px;
        height: auto;
    }
}

#main2 {
    background: url(../images/title1.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
}

#title h2 {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-top: 78px;
    text-shadow: 0px 1px 1px #000;
}

#title p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-top: 20px;
    text-shadow: 0px 1px 1px #000;
    padding-bottom: 70px;
}

#header {
    background: rgba(0, 0, 0, 0.8);
    height: 103px;
}

#header h1 {
    float: left;
    margin-top: 20px;
}

#header ul {
    float: right;
}

#header li {
    float: left;
    margin: 43px 0px 0px 30px;
    font-size: 18px;
    line-height: 1;
}

#header li:nth-child(5) {
    margin: 35px 0px 0px 40px;
}

#header li:nth-child(6) {
    margin: 35px 0px 0px 25px;
}

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

#header li a:hover,
#header li a.on {
    border-bottom: 1px solid #e58c13;
    padding-bottom: 6px;
}

#header li:nth-child(5) a:hover,
#header li:nth-child(6) a:hover {
    border: none;
    opacity: 0.6;
}



@media screen and (max-width: 1040px) {
    #header h1 {
        margin-top: 24px;
    }
    #header h1 img {
        width: 260px;
        height: auto;
    }
    #header li {
        margin-left: 20px;
        font-size: 15px;
    }
    #header li:nth-child(5) {
        margin-left: 25px;
    }
    #header li:nth-child(6) {
        margin-left: 15px;
    }
}

@media screen and (max-width: 860px) {
    #title h2 {
        font-size: 30px;
        margin-top: 40px;
    }
    #title h2.type2 {
        font-size: 22px;
    }

    #title p {
        font-size: 15px;
        margin-top: 15px;
        padding-bottom: 35px;
    }
    #header {
        padding-bottom: 20px;
        text-align: center;
        height: auto;
    }
    #header h1 {
        margin-top: 20px;
        float: none;
    }
    #header h1 img {
        width: 220px;
        height: auto;
    }
    #header ul {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #header {
        padding-bottom: 12px;
        text-align: left;
    }
    #header h1 {
        margin-top: 12px;
        float: none;
    }
    #header h1 img {
        width: 180px;
        height: auto;
    }
}

#news {
    background: rgba(0, 0, 0, 0.8);
    margin-top: 100px;
    height: 600px;
    padding: 45px 0px;
    overflow: auto;
    box-sizing: border-box;
}

#news dt {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    float: left;
}

#news dd {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    margin: 0px 0px 15px 160px;
}

#igbox {
    border: 5px solid #ddd;
    margin: 20px;
    padding: 5px 5px;
    text-align: center;
}

@media screen and (max-width: 1140px) {
    #news {
        margin-top: 125px;
        height: 200px;
        padding: 35px 0px;
    }
    #news dt {
        font-size: 15px;
    }

    #news dd {
        font-size: 15px;
        margin: 0px 0px 10px 115px;
    }
}

@media screen and (max-width: 860px) {
    #news {
        margin-top: 40px;
        height: 150px;
        padding: 30px 0px;
    }
}

@media screen and (max-width: 768px) {
    #news {
        margin-top: 40px;
        height: 120px;
        padding: 20px;
    }
    #news dt {
        font-size: 14px;
        float: none;
    }
    #news dd {
        font-size: 14px;
        margin: 0px 0px 10px;
    }
    #igbox {
        border: 2px solid #ddd;
        padding: 80px 0px;
        font-size: 13px;
    }
}

#footer1 {
    background: #000;
    text-align: center;
    padding: 35px;
}

#footer1 li {
    display: inline;
    padding: 0px 25px;
    font-size: 18px;
    line-height: 1;
    border-right: 1px solid #fff;
}

#footer1 li:last-child {
    border: none;
}

#footer1 a {
    color: #fff;
}

#footer1 a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #footer1 {
        padding: 15px;
    }

    #footer1 li {
        padding: 0px 5px;
        font-size: 13px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 480px) {
    #footer1 li {
        padding: 0px 3px;
        font-size: 12px;
    }
}

#footer2 {
    background: #282828;
    padding: 55px 0px;
}

#footer2 .box1 {
    width: 820px;
    float: left;
}

#footer2 .p1 {
    margin-bottom: 40px;
}

#footer2 .p2 {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-bottom: 15px;
}

#footer2 .p2 a,
#footer2 .p3 a{
    color: #fff;
}

#footer2 .p2 a:hover {
    text-decoration: underline;
}

#footer2 .box1 li:first-child {
    display: block;
    width: 389px;
    float: left;
    border-right: 1px solid #999;
    margin-right: 25px;
}

#footer2 .p3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

#footer2 .p3 img {
    vertical-align: middle;
    margin: -5px 5px 0px 0px;
}

#footer2 .p3 span {
    margin-right: 10px;
}

#footer2 .box2 {
    float: right;
    width: 239px;
    padding-top: 20px;
}

#footer2 .box2 li:last-child {
    margin-top: 25px;
}

#footer2 .box2 a {
    display: block;
    background: #000;
    padding: 20px 5px 20px 25px
}

#footer2 .box2 a:hover {
    background: #444;
}

#footer2 .box2 img {
    float: left;
    margin-right: 15px;
}

#footer2 .box2 p {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

#footer3 {
    background: #000;
    text-align: center;
    padding: 35px;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}

@media screen and (max-width: 1140px) {
    #footer2 {
        padding: 30px;
    }
    #footer2 .box1 {
        width: auto;
        float: none;
    }
    #footer2 .box2 {
        float: none;
        width: auto;
        padding-top: 50px;
    }
    #footer2 .box2 li {
        width: 239px;
        float: left;
    }

    #footer2 .box2 li:last-child {
        margin-top: 0px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 860px) {
    #footer2 .box1 li:first-child {
        width: 339px;
    }
    #footer2 .p2 {
        font-size: 14px;
    }
    #footer2 .p3 {
        font-size: 17px;
    }
    #footer2 .p3 img {
        width: auto;
        height: 20px;
    }
}

@media screen and (max-width: 768px) {
    #footer2 {
        padding: 30px 20px 5px;
    }
    #footer2 .p1 {
        display: none;
    }
    #footer2 .box1 li,
    #footer2 .box1 li:first-child {
        width: auto;
        float: none;
        border: none;
        text-align: center;
        margin: 0px 0px 30px;
    }
    #footer2 .p2 {
        line-height: 1.8;
    }
    #footer2 .box2 {
        display: none;
    }
    #footer3 {
        padding: 15px;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    #footer2 .p2 {
        font-size: 12px;
    }
    #footer2 .p3 {
        font-size: 15px;
    }
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
}

#pagetop a img {
    opacity: 0.4;
}

#pagetop a:hover img {
    opacity: 1;
}

@media screen and (max-width: 480px) {
    #pagetop {
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
    }
}

/* drawer
---------------------------------------------------- */

header {
    display: none;
}

@media screen and (max-width: 860px) {
    header {
        display: block;
        z-index: 1000;
        position: relative;
    }
    header .drawer-hamburger {
        background: #000;
    }
    .drawer-hamburger:hover {
        background-color: #666;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background-color: #fff;
    }
    header .drawer-menu-item {
        display: block;
        border-bottom: 1px solid #ccc;
        padding: 15px 20px 15px 15px;
        position: relative;
        line-height: 1.2;
        text-decoration: none;
        font-size: 14px;
    }
    .drawer-menu-item::after {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        margin-top: -6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


/* --------------------------------------------------
 改修 共通
-------------------------------------------------- */
body {
    font-family: -apple-system,BlinkMacSystemFont,'Noto Sans JP','ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic ProN,Arial,Meiryo,sans-serif;
}
.drawer-hamburger {
  width: 56px;
  height: 60px;
  box-sizing: border-box;
}
#header {
  width: 100%;
  height: 103px;
}
#header,
#header * {
  box-sizing: border-box;
}
#header img {
  vertical-align: bottom;
  border: none;
}
#header .inner2 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header h1 {
  float: none;
  margin: 0;
}
#header ul {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px 120px 10px 0;
  float: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}
#header li {
  float: none;
  margin: 0 10px !important;
  font-size: 16px;
  line-height: 1;
}
#header li a {
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}
#header li.spacer {
  width: 100%;
  height: 0;
}
#header li:nth-child(5) a:hover,
#header li:nth-child(6) a:hover {
  border: none;
  border-bottom: 1px solid transparent;
  opacity: 1;
}
#header li a:hover,
#header li a.on {
  border-bottom: 1px solid #e58c13 !important;
}
#header li:nth-last-child(2),
#header li:last-of-type {
  position: absolute;
  top: 35px;
  right: 0;
}
#header li:nth-last-child(2) {
  right: 50px;
}
#header li:nth-last-child(2) a,
#header li:last-of-type a {
  border: none !important;
}
#header li:nth-last-child(2) a:hover,
#header li:last-of-type a:hover {
  opacity: 0.6;
}
#footer1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer1 li {
  display: list-item;
  padding: 0px 20px;
  font-size: 16px;
  border-right: 1px solid #fff !important;
}
#footer1 li.spacer {
  width: 100%;
  height: 14px;
}
#footer1 li.spacer2 {
  display: none;
}
#footer1 li.spacer,
#footer1 li:nth-child(5),
#footer1 li:last-of-type {
  border: none !important;
}
@media screen and (max-width: 1200px) {
  #header h1 {
    width: 260px;
  }
  #header h1 img {
    width: auto !important;
  }
  #header ul {
    padding: 30px 100px 16px 0;
  }
  #header li {
    margin: 0 6px !important;
    font-size: 14px;
  }
  #header li:nth-last-child(2) {
    right: 45px;
  }
}
@media screen and (max-width: 1080px) {
  #header .inner2 {
    padding: 0 15px;
  }
  #header h1 {
    width: 230px;
  }
}
@media screen and (max-width: 960px) {
  #header h1 {
    width: 200px;
  }
  #header li {
    margin: 0 4px !important;
    font-size: 12px;
  }
}
@media screen and (max-width: 860px) {
  #header {
    height: 60px;
    padding: 0;
  }
  #header .inner2 {
    justify-content: center;
  }
  #header ul {
    display: none;
  }
  #footer1 li {
    padding: 0px 10px;
    font-size: 14px;
  }
  #footer1 li.spacer {
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  #footer1 {
    padding: 15px 0;
  }
  #footer1 li {
    padding: 0px 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  #footer1 li.spacer,
  #footer1 li.spacer2 {
    width: 100%;
    height: 10px;
    display: list-item;
  }
  #footer1 li.spacer2,
  #footer1 li:nth-last-child(4) {
    border: none !important;
  }
}
@media screen and (max-width: 480px) {
  #header {
    height: 60px;
    padding-bottom: 0;
  }
  #header .inner2 {
    justify-content: flex-start;
  }
  #footer1 li {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  #footer1 li {
    font-size: 10px;
  }
}
.inner1 {
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner1 {
    padding: 0;
  }
}


/* --------------------------------------------------
 改修 TOP
-------------------------------------------------- */
#main .catch {
  position: relative;
  margin: 0;
}
#main .catch .btn {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: -80px;
}
#main .catch .btn a:hover {
  opacity: .6;
}
@media screen and (max-width: 1140px) {
  #main .catch > img {
    width: 600px;
    height: auto;
  }
  #main .catch .btn {
    bottom: -105px;
  }
  #main .catch .btn img {
    width: 240px;
    height: auto;
  }
}
@media screen and (max-width: 860px) {
  #main .catch > img {
    width: 400px;
  }
  #main .catch .btn {
    right: 10px;
    bottom: -30px;
  }
  #main .catch .btn img {
    width: 186px;
  }
}
@media screen and (max-width: 768px) {
  #main .catch > img {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  #main .catch .btn {
    width: 15vw;
    max-height: 165px;
    height: 33vw;
    right: 10px;
    bottom: -30px;
    background: url("../images/order_btn_sp.png") right bottom no-repeat;
    background-size: contain;
  }
  #main .catch .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #main .catch .btn a img {
    display: none;
  }
}

/* --------------------------------------------------
 改修 company.html
-------------------------------------------------- */
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.indent span.icon {
    display: inline-block;
    width: 1em;
    text-indent: 0;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt {
  margin-top: 60px;
}
.large {
  font-size: 112.5%;
}
.small {
  font-size: 87.5%;
}
.x-small {
  font-size: 75%;
}
.well {
    margin: 0 auto;
    padding: 13px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.opacity:hover {
  opacity: .6;
}
#law {
  padding-top: 1px;
}
#law .section * {
  box-sizing: border-box;
}
#law .section .table1 {
  margin-bottom: 30px;
}
#law .cont {
  line-height: 1.6;
}
#law h4 {
  margin-bottom: .5em;
}
@media (max-width: 767px) {
  .mt {
    margin-top: 40px;
  }
}


/* --------------------------------------------------
 追加 member.html
-------------------------------------------------- */
.contact1 input[readonly],
.contact1 input[disabled] {
  padding: 6px 8px;
  color: #666;
  background-color: #eee;
  border-width: 1px;
  border-color: #aaa;
  border-style: solid;
}


/* --------------------------------------------------
 追加 items.html
-------------------------------------------------- */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-4 {
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%;
  }
  .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
}
.contact1.mt th {
    width: 8em;
    white-space: nowrap;
  text-align: center;
}
.contact1.mt button,
.contact1.mt input {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  padding: 6px 8px;
  font-size: 16px;
}
.contact1.mt input {
  flex: 1;
  border-width: 1px;
  border-color: #999;
  border-style: solid;
}
.contact1.mt button {
  cursor: pointer;
  color: #fff;
  background: #333;
  font-size: 16px;
  border-width: 1px;
  border-color: #333;
  border-style: solid;
}
.contact1.mt select {
  font-size: 16px;
}
.flex {
  display: flex;
}
.photo-ofi {
    height: 0;
    display: block;
    padding-bottom: 75%;
    /* background-color: #f5f5f5; */
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.photo-ofi img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
    position: absolute;
    left: 0;
    top: 0;
}
.of_cover .photo-ofi {
  background-color: transparent;
}
.of_cover .photo-ofi img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 768px) {
  .contact1.mt th {
      width: auto;
  }
}
#items .section *,
#items .section *::before,
#items .section *::after {
  box-sizing: border-box;
}
#items .section .well {
  font-size: 87.5%;
}
#items .section .well .row {
  align-items: center;
}
#items .section .img {
  position: relative;
  margin-bottom: 10px;
}
#items .section .img a {
  display: block;
}
#items .section .img .icon {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding: .5em;
  font-weight: bold;
  font-size: 87.5%;
  color: #fff;
  line-height: 1;
  z-index: 2;
}
#items .section.detail .img .icon {
  position: relative;
}
#items .section .info .bold {
  font-weight: bold;
}
#items .section .info .bold a {
  text-decoration: underline;
}
#items .section .price {
  margin-top: 5px;
  font-weight: bold;
  color: #e00;
}
#items .section.detail .price {
  margin-top: 0;
}
#items .section.detail .ttl {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
#items .section.detail .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
#items .section.detail .item_img {
  width: 80px;
  margin-right: 20px;
}
#items .section.detail .item_img a {
  display: block;
}
#items .section.detail .item_txt {
  flex: 1;
  font-weight: bold;
}
#items .section.detail .item_num {
  width: 170px;
  order: 5;
}
#items .section.detail .item_num .spinner-container {
  display: flex;
  align-items: center;
}
#items .section.detail .item_num *::selection {
  background: none;
}
#items .section.detail .item_num .spinner-sub,
#items .section.detail .item_num .spinner-add {
  display: inline-block;
  cursor: pointer;
  padding: 6px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border: none;
  background: #333;
}
#items .section.detail .item_num .spinner-sub.disabled,
#items .section.detail .item_num .spinner-add.disabled {
  cursor: default;
  opacity: .5;
}
#items .section.detail .item_num input {
  width: 40px;
  margin: 0 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 0px;
  font-size: 16px;
  border-width: 1px;
  border-color: #999;
  border-style: solid;
  text-align: center;
  cursor: default;
  pointer-events: none;
}
#items .section.detail .item_price {
  width: 150px;
  padding-left: 15px;
  color: #e00;
  font-weight: bold;
}
#items .section.detail .item_input {
  width: 250px;
  order: 4;
}
#items .section.detail .item_input input {
  width: 180px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 8px;
  font-size: 16px;
  border-width: 1px;
  border-color: #999;
  border-style: solid;
}
#items .section.detail .item_btn {
  width: 180px;
  margin-right: 0;
  order: 6;
}
#items .section.detail .item_btn button {
  width: 180px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 0;
  cursor: pointer;
  color: #fff;
  background: #ef1818;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #items .section.detail .item {
    justify-content: flex-end;
  }
  #items .section.detail .item_img,
  #items .section.detail .item_txt,
  #items .section.detail .item_price {
    margin-bottom: 15px;
  }
  #items .section.detail .item_txt {
    flex: initial;
    width: calc(100% - 250px);
  }
  #items .section.detail .item_price {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #items .section.detail .kba_box {
    margin-bottom: 30px;
  }
  #items .section.detail .item {
    justify-content: flex-start;
  }
  #items .section.detail .item_img,
  #items .section.detail .item_txt {
    margin-bottom: 15px;
  }
  #items .section.detail .item_txt {
    width: calc(100% - 100px);
  }
  #items .section.detail .item_price {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
  }
  #items .section.detail .item_num {
    width: 100%;
    margin-bottom: 15px;
  }
  #items .section.detail .item_num .spinner-container {
    /*
    justify-content: center;
    */
  }
  #items .section.detail .item_input {
    width: 100%;
    margin-bottom: 15px;
    /*
    text-align: center;
    */
  }
  #items .section.detail .item_input input {
    width: 220px;
  }
  #items .section.detail .item_btn {
    width: 100%;
    text-align: center;
  }
  #items .section.detail .item_btn button {
    width: 240px;
  }
}




.txr {
  text-align: right;
}
.paging {
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.paging span.current,
.paging span.paging-text {
  margin: 0 2px;
  color: #fff !important;
  border: 1px solid transparent;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  /*
  background-color: #0068b7;
  */
}

.paging span.paging-text a {
  padding: 5px 8px;
  display: block;
  color: #555 !important;
  text-decoration: none;
  /*
  transition: opacity .3s ease;
  */
  cursor: pointer;
}

.paging span.current {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  zoom: 1;
  padding: 5px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.paging span.paging-text a:hover {
  opacity: .6;
}


@media screen and (max-width: 767px) {
  .well.page {
    text-align: center;
  }
  .well.page .txr {
    margin-top: 10px;
    text-align: center;
  }
}

.contact1 input.size_m,
.contact1 input.size_l,
select,
option,
textarea {
    font-size: 16px;
}


/*-----------------------------------------------------------------------------
slick
-----------------------------------------------------------------------------*/
.slick {
  opacity: 0;
  transition: opacity .3s linear;
}

.slick.slick-initialized {
  opacity: 1;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-dots {
  bottom: 30px !important;
  z-index: 55 !important;
}

.slick-dots li {
  margin: 0 3px !important;
  background: none !important;
}

.slick-dots li button:before {
  font-size: 18px !important;
  opacity: 1 !important;
  color: #fff !important;
}

.slick-dots li.slick-active button:before {
  color: #328bcb !important;
}

.slick_img_box .slick-track {
  display: flex !important;
}

.slick_img_box .slick-slide {
  height: inherit !important;
}

.slick_img_box .slick-prev,
.slick_img_box .slick-next {
  width: 32px;
  height: 32px;
}

.slick_img_box .slick-next:before,
.slick_img_box .slick-prev:before {
  font-size: 30px;
  color: #333;
}

.slick_img_box .slick-prev {
  left: 15px !important;
  z-index: 1 !important;
}

.slick_img_box .slick-next {
  right: 15px !important;
}

.slick_img_box .slick_thumb {
  margin-right: -5px;
  margin-left: -5px;
}

.slick_img_box .slick_thumb .slick-track {
  width: 100% !important;
  transform: unset !important;
  display: flex !important;
  flex-wrap: wrap;
}

.slick_img_box .slick_thumb .slick-list {
  padding: 0 !important;
}

.slick_img_box .slick_thumb li {
  margin: 10px 0 0 0 !important;
  width: 25% !important;
  padding: 0 5px;
}

.slick_img_box .slick_thumb li a {
  display: block;
  position: relative;
}

.slick_img_box .slick_thumb li.slick-current a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #666;
}

.slick_img_box .slick_thumb li a:focus {
  outline: none;
}

_:-ms-lang(x), .slick_thumb .slick-track {
  transform: none !important;
}
