@charset "utf-8";

/* CSS Document */

img {
    max-width: 100%;
}
.mb20 {
    margin-bottom: 20px;
}
.font_l {
    font-size: 120%;
}
.font_s {
    font-size: 80%;
}
.font1 {
    font-family: 'Lato', sans-serif;
}
.back1 {
    background-color: #086AAF;
}
.back2 {
    background: url(../img/top/back2..gif);
}
.back3 {
    background-color: #F4F4F4;
}
.back4 {
    background: url(../img/top/products_back.jpg) no-repeat center center;
    background-size: cover;
}
.back5 {
    background: #1a78b2;
}
.back6 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#096cb3+0,3d91ce+100 */
    background: #096cb3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #096cb3 0%, #3d91ce 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #096cb3 0%, #3d91ce 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #096cb3 0%, #3d91ce 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#096cb3', endColorstr='#3d91ce', GradientType=0);
    /* IE6-9 */
}
.color1 {
    color: #1891db !important;
}
.color2 {
    color: #fa4141 !important;
}
.cover {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}


body {
    background-color: #F4F4F4;
    line-height: 1.6;
}
main {
    display: block;
    background-color: #fff;
    padding-bottom: 80px;
}
.text_center {
    text-align: center;
}
.pattern02 img {
    width: 100%;
}
#under .pattern03 img {
    width: 100%;
}
.maparea {
    position: relative;
    padding-bottom: 40%;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.maparea iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}
.in {
    width: 94%;
}
#pagettl {
    background: url(../img/common/pagettl_back.png) no-repeat;
    background-size: cover;
    height: 251px;
    display: table;
    width: 100%;
    margin-bottom: 70px;
}
#pagettl_01 {
    background: url(../img/common/pagettl_back.png) no-repeat;
    background-size: cover;
    height: 251px;
    display: table;
    width: 100%;
}
#pagettl section,
#pagettl_01 section {
    display: table-cell;
    vertical-align: middle;
}
#pagettl h2,
#pagettl_01 h2 {
    color: #999;
    font-size: 16px;
    font-weight: normal;
}
#pagettl h2+p,
#pagettl_01 h2+p {
    margin-top: 30px;
}
#pagettl h2 span,
#pagettl_01 h2 span {
    color: #0a78bc;
    font-size: 21px;
    margin-right: 20px;
    display: block;
}
#pagettl p {}
.subttl {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    font-weight: normal;
}
.subttl span {
    display: block;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: bold;
}
.subttl2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px
}
.subttl2:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #4CA1DB;
    display: block;
    margin: 10px 0;
}
@media all and (min-width:767px) {
    body {
        min-width: 1080px;
        width: 100%;
        font-size: 15px;
    }
    #pagettl h2 span,
    #pagettl_01 h2 span {
        font-size: 34px;
        display: inline-block;
    }
    .subttl {
        padding: 60px 0;
    }
}

/*セット*/

@media all and (min-width:767px) {
    .pattern02 .lefttxt {
        float: left;
        width: 50%;
    }
    .pattern02 .righttxt {
        float: right;
        width: 50%;
    }
    .pattern02 .leftimg {
        float: left;
        width: 50%;
    }
    .pattern02 .rightimg {
        float: right;
        width: 50%;
    }
    .pattern03 {
        width: 100%;
        display: table;
    }
    .pattern03 .lefttxt {
        display: table-cell;
        vertical-align: middle;
    }
    .pattern03 .righttxt {
        display: table-cell;
        vertical-align: middle;
    }
    .pattern03 .leftimg {
        display: table-cell;
        vertical-align: middle;
    }
    .pattern03 .rightimg {
        display: table-cell;
        vertical-align: middle;
    }
    .column3 {
        clear: both;
    }
    .column3 li {
        float: left;
        width: 30%;
        margin-right: 5%;
    }
    .column3 li:nth-child(3n) {
        margin-right: 0;
    }
    #under .column3 li {
        text-align: center
    }
    #under .column3 .btn {
        text-align: right;
    }
    #under .column3 .btn a {
        text-align: right;
        display: inline-block;
        width: inherit;
    }
    .column4 {
        clear: both;
    }
    .column4 li img {
        width: 100%;
    }
    .column4 li {
        float: left;
        width: 23.5%;
        margin-bottom: 30px;
        margin-right: 2%;
    }
    .column4 li:nth-child(4n) {
        margin-right: 0;
    }
    .column4 li>* {
        margin-bottom: 10px;
    }
}

/*header*/

.header_left {
    width: 30%;
    float: left;
    padding: 2% 0;
    padding-left: 20px;
}
.header_left img {
    vertical-align: middle;
}
#nav-open {
    width: 20%;
    float: right;
}
.header_right {
    display: none;
}
.header_right>* {
    display: table-cell;
}
#gnav>ul>li ul {
    display: none;
}


@media all and (max-width:767px) {

    .header_left {
    width: 60%;
    float: left;
    padding: 2% 0;
    padding-left: 20px;
    }

    #gnav {
        background-color: #fff;
        border-top: 3px solid #2282C6;
        border-bottom: 3px solid #E6E6E6;
    }
    #gnav {
        clear: both;
        display: none;
        border-top: 1px solid #ccc;
    }
    #gnav li {
        width: 50%;
        float: left;
        background: #fff;
        background-size: 10px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
        display: table;
        min-height: 69px;
        color: #834E00;
    }
    #gnav li :nth-child(2n) {
        border-right: none;
    }
    #gnav li a {
        display: table-cell;
        vertical-align: middle;
        color: #333;
        text-decoration: none;
        padding: 15px 0;
        text-align: center;
        box-sizing: border-box;
    }
    #gnav li.close {
        background: url(../img/common/batu.png) no-repeat 65%;
        background-size: 30px;
    }
}
@media all and (min-width:767px) {
    .header_left {
        float: left;
        height: 86px;
        line-height: 86px;
        padding: 0;
    }
    .header_left img {
        vertical-align: middle;
    }
    .header_right {
        display: inherit;
        width: auto;
        float: right;
    }
    .header_right>* {
        display: inline;
    }
    #nav-open {
        display: none;
    }
    #gnav>ul {
        display: table;
        width: 100%;
        padding: 2px 0;
    }
    #gnav>ul>li {
        width: 17%;
        display: table-cell;
        text-align: center;
        border-right: 1px solid #E6E6E6;
        position: relative;
    }
    #gnav>ul>li:first-child {
        width: 15%;
    }
    #gnav>ul>li:nth-child(1) {
        border-left: 1px solid #E6E6E6;
    }
    #gnav>ul>li a {
        padding: 18px 0;
        display: block;
        color: #333;
        text-decoration: none;
    }
    #gnav>ul>li:hover ul {
        display: block;
        position: absolute;
        background: #fff;
        z-index: 100;
        width: 500px;
    }
    #gnav>ul>li:hover ul li {
        float: left;
        width: 250px;
    }
    /* #gnav>ul>li+li+li+li+li+li { */
    /*     display: none; */
    /*    width: 0; */
    /* } */
}

/*footer*/

footer {
    color: #fff;
    font-size: 80%;
}
.border_b {
    border-bottom: 1px solid #fff;
}
#pnav li:before {
    content: ">";
    margin-right: 15px;
    background-color: #fff;
    color: #086AAF;
    padding: 0 2px;
}
#pnav li {
    line-height: 52px;
}
#pnav li a {
    color: #fff;
    text-decoration: none;
}
#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#addr {
    width: 100%;
    text-align: center;
}
#addr>* {
    padding: 20px 0;
}
#addr p {
    line-height: 1.8;
}
#copy {
    text-align: center;
    padding: 30px 0;
}
@media all and (min-width:767px) {
    footer {
        font-size: 100%;
    }
    #pnav {
        float: left;
        height: 52px;
    }
    #pnav li {
        display: inline;
        line-height: 52px;
        margin-right: 30px
    }
    #page-top {
        float: right;
        position: inherit;
    }
    #addr {
        display: table;
        width: 80%;
    }
    #addr>* {
        padding: 50px 20px 40px;
        display: table-cell;
        vertical-align: middle;
    }
    #addr p {
        line-height: 1.8;
    }
}

/*content*/

.subttl3 {
    font-size: 16px;
    text-align: center;
    color: #999;
    margin-bottom: 50px;
}
.subttl3 .border_side {
    background: url(../img/common/boder_side.gif) repeat-x center;
    display: block;
}
.subttl3 .border_side span {
    background-color: #fff;
    padding: 0 1em;
    font-size: 28px;
    font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
    color: #444;
}
.flow>li {
    text-align: center;
    margin-bottom: 30px;
}
.flow .border_b {
    border-color: #999;
}
.flow h4.back6 {
    color: #fff;
    font-size: 18px;
}
.flow h4 {
    padding: 10px 0;
    font-weight: normal;
    margin-bottom: 50px;
    font-size: 20px;
    position: relative;
}
.flow h4.hosoku span {
    position: relative;
}
.flow h4.hosoku span:after {
    content: "※あらゆるサイズが対応できます!";
    color: #999;
    font-size: 14px;
    display: block;
}
.flow img {
    margin-bottom: 30px;
}
.flow p {
    color: #fa4141;
    border-bottom: 1px solid #fa4141;
    display: inline-block;
    font-size: 14px;
}
@media all and (min-width:768px) {
    .flow h4.hosoku span:after {
        position: absolute;
        bottom: 0;
        display: inherit;
        width: 20em;
    }
    .flow p {
        font-size: 18px;
    }
}
#merit {}
#merit p {
    font-size: 18px;
    color: #BC9864;
    border-bottom-color: #BC9864;
    float: left;
    margin-bottom: 20px;
}
.point {
    clear: both;
    margin-bottom: 20px;
}
.point li {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #999;
}
.point li:nth-child(1), .point li:nth-child(2) {}
.point li:nth-child(2n) {
    border-right-color: transparent;
}
.point li span {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    line-height: 90px;
    border-radius: 45px;
    display: inline-block;
    background-color: #BC9864;
    color: #fff;
    text-align: center;
}
@media all and (min-width:768px) {
    #merit {
        margin: 0 auto;
        width: 750px;
    }
    .point li {
        float: left;
        width: 50%;
        border-right: 1px solid #999;
        position: relative;
        height: 140px;
    }
    .point li .lefttxt {
        width: 40%;
        text-align: center;
    }
    .point li .righttxt {
        width: 50%;
        padding: 0 5%;
    }
    .point li span:after {
        content: "";
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-left-color: #BC9864;
        border-left-width: 30px;
        position: absolute;
        right: -30px;
        top: 50%;
        margin-top: -14px;
    }
    .point li span {
        left: 20px;
        top: 0;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        line-height: 90px;
        border-radius: 45px;
        display: inline-block;
        background-color: #BC9864;
        color: #fff;
        text-align: center;
        position: relative;
    }
}
.detacolumn {
    margin-bottom: 40px;
}
.detacolumn>li {
    border-bottom: 1px solid #EDEDED;
}
.detacolumn>li>* {
    padding: 20px;
}
.detacolumn>li>*:first-child {
    color: #609fd8;
    font-weight: normal;
}


@media all and (min-width:768px) {
    .detacolumn>li {
        display: table;
        width: 100%;
        border-bottom: 1px solid #EDEDED;
    }
    .detacolumn>li>* {
        display: table-cell;
        padding: 20px;
    }
    .detacolumn>li>*:first-child {
        width: 30%;
        padding: 20px 0 20px 50px;
    }
    .detacolumn>li>*:last-child {
        width: 70%;
    }
}
#contact {
    border: 2px solid #DADADA;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    color: #666666;
    font-weight: normal;
}
#contact .addr {
    font-size: 18px;
    line-height: 1.5;
}
#contact .addr span {
    font-size: 24px;
    color: #4ca1db;
}
#contact h3 {
    margin-bottom: 20px;
}
#contact h3 span {
    display: block;
    font-size: 34px;
    margin-bottom: 10px;
    position: relative;
}
#contact h3 span:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #4CA1DB;
    display: block;
    margin: 10px auto;
}
.contact {
    width: 200px;
    margin: 15px auto;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}
.contact p {
    display: inline-block;
    vertical-align: bottom;
}
.contact a {
    display: block;
    padding: 10px 0 6px;
    text-decoration: none;
    background: #FB9419;
    border-bottom: solid #E78106 4px;
    color: #fff;
}
.contact a:before {
    content: url(../img/common/mail.gif);
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
#contact_01 {
    border: 2px solid #DADADA;
    padding: 20px;
    width: 170px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: right;
    color: #666666;
    font-weight: normal;
    margin-right: 20px;
}
.contact_01 p {
    display: inline-block;
    vertical-align: bottom;
}
@media all and (min-width:767px) {
    #contact {
        padding: 50px;
        display: table;
        text-align: left;
    }
    #contact>* {
        display: table-cell;
        vertical-align: middle;
        border-right: 1px solid #DADADA;
        padding-left: 70px;
        color: #666666;
        font-weight: normal;
    }
    #contact>*:first-child {
        padding-left: 0;
    }
    #contact>*:last-child {
        width: 200px;
        border-right: none;
    }
    #contact .addr {
        font-size: 18px;
        line-height: 1.5;
    }
    #contact .addr span {
        font-size: 27px;
    }
    #contact h3 {}
    #contact h3 span {
        display: block;
        font-size: 34px;
        margin-bottom: 10px;
        position: relative;
    }
    #contact h3 span:after {
        content: "";
        width: 50px;
        height: 1px;
        background-color: #4CA1DB;
        display: block;
        margin: 10px 0;
    }
    .contact a:hover {
        border-top: 4px solid #fff;
        border-bottom: none;
        padding: 10px 0 6px;
    }
    #contact_01 {
        border: 2px solid #DADADA;
        padding: 20px;
        width: 170px;
        box-sizing: border-box;
        background-color: #fff;
        text-align: right;
        color: #666666;
        font-weight: normal;
        margin-right: 20px;
    }
    .contact_01 p {
        display: inline-block;
        vertical-align: bottom;
    }
}

/*clearfix*/

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* End hide from IE-mac */



/*プリント用　スタイル*/
@media print {
    .ticker ul li {
        opacity: 1 !important;
    }

    body {
        width: 100%;
    }

    .cover {

        padding-left: 20px;
        padding-right: 20px;
    }
}
}
.r_pic2.clearfix2 {
    display: block;
    text-align: center;
}

@media all and (min-width:768px) {
    .pc_none {
        display: none;
    }
    .sp_none {
        display: block;
    }
}

@media all and (max-width:767px) {
    .pc_none {
        display: block;
    }
    .sp_none {
        display: none;
    }
}

.page_path {
    padding: 10px 0;
}

.page_path ol {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.page_path ol li {
    margin-right: 10px;
}

.page_path ol li a {
    color: #086aaf;
}

.page_path ol li + li {
    padding-left: 20px;
    position: relative;
}

.page_path ol li + li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #086aaf;
    margin-top: -5px;
    position: absolute;
    left: 0;
    top: 50%;
}

/* 20240430@修正 */
.BnrLinkHover{
    transition: all 0.3s ease 0s;
}

.BnrLinkHover:hover{
    opacity: 0.7;
}

