@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.2
*/

.topinner {
    /* コンテンツは1000pxに */
    width: 1000px;
    margin: 0 auto;
    max-width: 96%;
}


/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
    text-decoration: none;
}


/*-- ボックスその他 --------------*/


/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {
    /* タブレットまで */
    /*-- FLEX設定 --------------*/
    .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
        -moz-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .col_wrap {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        /*IE10*/
        -webkit-flex-wrap: wrap;
        /* Safari6.1以降 */
    }
    .columns.reverse {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .columns .column {
        max-width: 48%;
        -webkit-box-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
}

@media screen and (max-width: 767px) {
    /* スマホ */
    .topinner {
        width: 420px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    /*==========================
  	　mainimage
  ==========================*/
    .mainimage,
    .slider {
        margin-bottom: 0;
    }
    .mainimage img {
        height: auto;
        max-width: none;
        max-height: none;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .home .header_group {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
    }
    .mainimage {
        position: relative;
        height: 960px;
    }
    .page-home #contents,
    .home #contents {
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .mainimage {
        height: 600px;
    }
}

@media screen and (max-width: 767px) {
    .sec_top .sec_box:not(:first-of-type) {
        margin-top: 5%;
    }
    .sec_top .sec_box:first-of-type {
        margin-top: 0;
    }
    .sec_top .sec_box .colbox_2:not(:first-of-type),
    .sec_top .sec_box .colbox_3:not(:first-of-type),
    .sec_top .sec_box .colbox_4:not(:first-of-type),
    .sec_top .sec_box .colbox_5:not(:first-of-type),
    .sec_top .sec_box .colbox_6:not(:first-of-type) {
        margin-top: 5%;
    }
    .sec_top .sec_box.sp_colbox_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sec_top .sec_box.sp_colbox_2 .colbox_2,
    .sec_top .sec_box.sp_colbox_2 .colbox_3,
    .sec_top .sec_box.sp_colbox_2 .colbox_4,
    .sec_top .sec_box.sp_colbox_2 .colbox_5,
    .sec_top .sec_box.sp_colbox_2 .colbox_6 {
        width: 49%;
        margin-right: 2%;
    }
    .sec_top .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
    .sec_top .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
    .sec_top .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
    .sec_top .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
    .sec_top .sec_box.sp_colbox_2 .colbox_6:not(:first-child) {
        margin-top: 0;
    }
    .sec_top .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
    .sec_top .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
    .sec_top .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
    .sec_top .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
    .sec_top .sec_box.sp_colbox_2 .colbox_6:nth-child(2n) {
        margin-right: 0;
    }
    .sec_top .sec_box.sp_colbox_2 .colbox_2:nth-child(n+3),
    .sec_top .sec_box.sp_colbox_2 .colbox_3:nth-child(n+3),
    .sec_top .sec_box.sp_colbox_2 .colbox_4:nth-child(n+3),
    .sec_top .sec_box.sp_colbox_2 .colbox_5:nth-child(n+3),
    .sec_top .sec_box.sp_colbox_2 .colbox_6:nth-child(n+3) {
        margin-top: 2%;
    }
    .sec_top .sec_box.sp_colbox_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sec_top .sec_box.sp_colbox_3 .colbox_2,
    .sec_top .sec_box.sp_colbox_3 .colbox_3,
    .sec_top .sec_box.sp_colbox_3 .colbox_4,
    .sec_top .sec_box.sp_colbox_3 .colbox_5,
    .sec_top .sec_box.sp_colbox_3 .colbox_6 {
        width: 32%;
        margin-right: 2%;
    }
    .sec_top .sec_box.sp_colbox_3 .colbox_2:not(:first-child),
    .sec_top .sec_box.sp_colbox_3 .colbox_3:not(:first-child),
    .sec_top .sec_box.sp_colbox_3 .colbox_4:not(:first-child),
    .sec_top .sec_box.sp_colbox_3 .colbox_5:not(:first-child),
    .sec_top .sec_box.sp_colbox_3 .colbox_6:not(:first-child) {
        margin-top: 0;
    }
    .sec_top .sec_box.sp_colbox_3 .colbox_2:nth-child(3n),
    .sec_top .sec_box.sp_colbox_3 .colbox_3:nth-child(3n),
    .sec_top .sec_box.sp_colbox_3 .colbox_4:nth-child(3n),
    .sec_top .sec_box.sp_colbox_3 .colbox_5:nth-child(3n),
    .sec_top .sec_box.sp_colbox_3 .colbox_6:nth-child(3n) {
        margin-right: 0;
    }
    .sec_top .sec_box.sp_colbox_3 .colbox_2:nth-child(n+4),
    .sec_top .sec_box.sp_colbox_3 .colbox_3:nth-child(n+4),
    .sec_top .sec_box.sp_colbox_3 .colbox_4:nth-child(n+4),
    .sec_top .sec_box.sp_colbox_3 .colbox_5:nth-child(n+4),
    .sec_top .sec_box.sp_colbox_3 .colbox_6:nth-child(n+4) {
        margin-top: 2%;
    }
}

@media screen and (min-width: 768px) {
    .sec_top .sec_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sec_top .sec_box .colbox_2 {
        width: 47%;
        margin-right: 6%;
    }
    .sec_top .sec_box .colbox_2:nth-child(2n) {
        margin-right: 0;
    }
    .sec_top .sec_box .colbox_2:nth-child(n+3) {
        margin-top: 4%;
    }
    .sec_top .sec_box .colbox_3 {
        width: 32%;
        margin-right: 2%;
    }
    .sec_top .sec_box .colbox_3:nth-child(3n) {
        margin-right: 0;
    }
    .sec_top .sec_box .colbox_3:nth-child(n+4) {
        margin-top: 2%;
    }
    .sec_top .sec_box .colbox_4 {
        width: 23.5%;
        margin-right: 2%;
    }
    .sec_top .sec_box .colbox_4:nth-child(4n) {
        margin-right: 0;
    }
    .sec_top .sec_box .colbox_4:nth-child(n+5) {
        margin-top: 2%;
    }
    .sec_top .sec_box .colbox_5 {
        width: 18.4%;
        margin-right: 2%;
    }
    .sec_top .sec_box .colbox_5:nth-child(5n) {
        margin-right: 0;
    }
    .sec_top .sec_box .colbox_5:nth-child(n+6) {
        margin-top: 2%;
    }
    .sec_top .sec_box .colbox_6 {
        width: 16.66666666666667%;
    }
    .sec_top .sec_box .colbox_6:nth-child(n+7) {
        margin-top: 2%;
    }
    .sec_top .sec_box.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .sec_top .sec_box.reverse .colbox_2 {
        width: 48%;
        margin-right: 4%;
    }
    .sec_top .sec_box.reverse .colbox_2:first-child {
        margin-right: 0;
    }
}

.sec_top .text-right {
    text-align: right !important;
}

.sec_top .text-center {
    text-align: center !important;
}

.sec_top .text-left {
    text-align: left !important;
}

@media screen and (max-width: 767px) {
    .sec_top .sp-text-right {
        text-align: right !important;
    }
    .sec_top .sp-text-center {
        text-align: center !important;
    }
    .sec_top .sp-text-left {
        text-align: left !important;
    }
}

@media screen and (min-width: 768px) {
    .sec_top .pc-text-right {
        text-align: right !important;
    }
    .sec_top .pc-text-center {
        text-align: center !important;
    }
    .sec_top .pc-text-left {
        text-align: left !important;
    }
}

@media screen and (min-width: 768px) {
    .sec_top .pc_span {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .sec_top .sp_span {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .sec_top ul.list_columns_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sec_top ul.list_columns_2 li {
        width: 49%;
        margin-right: 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sec_top ul.list_columns_2 li:nth-child(2n) {
        margin-right: 0;
    }
}

.sec_top h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: none;
    font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
    color: #434343;
    margin: 0 0 30px;
}

.sec_top h2 .sec_span {
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
    display: block;
    font-weight: normal;
}

.sec_top .sec_text {
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #434343;
}

.sec_top .sec_img {
    text-align: center;
    margin: 0;
}

.sec_top .sec_img img {
    margin: auto;
}

.sec_top .btn-style {
    margin-right: 30px;
}

.sec_top .btn-style a {
    font-size: 18px;
    border-radius: 0;
    letter-spacing: 0;
    color: #d5ad58;
    font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
    max-width: 400px;
    background: #fff;
    border: 1px solid #d5ad58;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 1;
    padding: 1.13em 1.5em;
}

.sec_top .btn-style a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: -18px;
    top: 0;
    bottom: 0;
    width: 37px;
    height: 7px;
    background: url("img/sec_btn_arrow01.png") no-repeat center/cover;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.sec_top .btn-style a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .7;
}

.sec_top .btn-style a:hover:after {
    right: -25px;
    -webkit-transition: .2s;
    transition: .2s;
}

.sec_top .sp_tablet {
    display: inline;
}

@media screen and (max-width: 767px) {
    .sec_top .sp {
        display: inline !important;
    }
}

@media screen and (min-width: 768px) {
    .sec_top h2 {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 0;
        margin: 0 0 50px;
    }
    .sec_top h2 .sec_span {
        font-size: 26px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1250px) {
    .sec_top .sp_tablet {
        display: none;
    }
    .sec_top h2 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 60px;
    }
    .sec_top h2 .sec_span {
        letter-spacing: 0.1em;
        font-size: 30px;
        line-height: 30px;
    }
}

.sec02 {
    padding: 50px 0 50px;
    background: url("img/sp_sec02_bg.jpg") no-repeat center top;
}

.sec02 .text_box {
    -webkit-box-shadow: 0 0 10px #0000001c;
    box-shadow: 0 0 10px #0000001c;
    padding: 30px 15px;
    background: rgba(255, 255, 255, 0.9);
}

.sec02 .sec_title {
    font-size: 26px;
    line-height: 32px;
    font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
    letter-spacing: 0em;
}

.sec02 .sec_title .sec_span {
    font-size: 18px;
    line-height: 18px;
}

.sec02 .sec_title2 {
    font-size: 18px;
    line-height: 24px;
    font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
    margin-top: 30px;
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .sec02 {
        padding: 40px 0 40px;
        background: #fbfbfb;
        /* background: url("img/sec02_bg.jpg") no-repeat center top; */
    }
    .sec02 .text_box {
        padding: 50px 20px;
    }
    .sec02 .sec_title {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 40px;
    }
    .sec02 .sec_title .sec_span {
        font-size: 20px;
        line-height: 20px;
    }
    .sec02 .sec_title2 {
        font-size: 17px;
        line-height: 17px;
        padding-bottom: 25px;
        margin-bottom: 20px;
        margin-top: 30px;
        letter-spacing: 0;
    }
    .sec02 .sec_box .colbox_2 {
        width: 49%;
        margin-right: 2%;
    }
    .sec02 .sec_box .colbox_2:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 1250px) {
    .sec02 {
        padding: 50px 0 50px;
    }
    .sec02 .sec_box .colbox_2 {
        width: 47%;
        margin-right: 6%;
    }
    .sec02 .sec_box .colbox_2:last-child {
        margin-right: 0;
    }
    .sec02 .sec_title {
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 55px;
    }
    .sec02 .sec_title .sec_span {
        font-size: 22px;
        line-height: 22px;
    }
    .sec02 .sec_title2 {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 25px;
        margin-bottom: 20px;
        margin-top: 40px;
        letter-spacing: 0.1em;
    }
    .sec02 .text_box {
        padding: 80px;
    }
}


/********************************
	Responsive
*********************************/

@media screen and (max-width: 767px) {
    /* スマホ */
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    /* タブレットまで */
    .sp {
        display: none !important;
    }
    .telbtn {
        display: none;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (min-width: 768px) {
    #header>.inner,
    #nav>.inner,
    #contents>.inner,
    #footer .inner,
    .bread_wrap .bread,
    .topinner {
        width: 1200px;
        margin: 0 auto;
        max-width: 96%;
    }
}