@charset "utf-8";
/* CSS Document */

#mainTitle.ok {
    background-position: center top;
    background-image: url("../img/main_mv.jpg");
    padding: 160px 0 600px 0;
    background-position: center 0;
}

#mainTitle.ok h2, #mainTitle.ok .h2 {
    color: #000;
    padding: 0;
}

#mainTitle.ok h2 span, #mainTitle.ok .h2 span {
    font-size: 0.8em;
}

#mainTitle.ok p {
    font-size: 1.2em;
    line-height: 2;
    text-align: center;
    margin-top: 30px;
}

section.feature_1 {
    text-align: center;
}

section.feature_1 ul {
    display: table;
    margin: 70px auto;
}

section.feature_1 ul li {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 40px;
}

section.feature_1 p.txt {
    font-size: 1.2em;
    margin-bottom: 30px;
}

section.feature_2_1 {

}

section.feature_2_1 ul {
    width: 100%;
}

section.feature_2_1 ul li {
    background: #e7e7e7;
    margin-bottom: 10px;
}

section.feature_2_1 ul li.blue {
    background: #d8eefb;
}

section.feature_2_1 ul li div.inner {
    width: 960px;
    margin: 0 auto;
    display: table;
}

section.feature_2_1 ul li .box_right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

section.feature_2_1 ul li .line_1 {
    color: #47acdd;
    font-family: "Lora",serif;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 20px 0;
}

section.feature_2_1 ul li .line_2 {
    font-family: "Lora",serif;
    font-size: 1.5em;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0px 0 40px;
}

section.feature_2_1 ul li .line_3 {
    font-size: 1.1em;
    line-height: 200% !important;
}

section.feature_2_1 ul li .box_left {
    width: 45%;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 5%;
}

section.feature_2_1 ul li .box_left.special {
    vertical-align: middle;
    padding-left: 0%;
}

section.feature_3 p.txt {
    font-size: 1.2em;
    line-height: 2;
    text-align: center;
    margin: 40px 0;
}

section.feature_3 {
    position: relative;
}

section.feature_3 .disp_tab {
    display: table;
    width: 50%;
    margin: 0 auto;
}

section.feature_3 .disp_tab div {
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    display: table-cell;
    padding: 3% 0;
}

section.feature_3 .disp_tab .disp_left {
    background-image: url(../img/pic_left.jpg);
    background-position: right center;
    text-align: left;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

section.feature_3 .disp_tab .disp_left:hover {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

section.feature_3 .disp_tab .disp_right {
    background-image: url(../img/pic_right.jpg);
    background-position: left center;
    text-align: right;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

section.feature_3 .disp_tab .disp_right:hover {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

section.feature_3 .disp_tab .disp_left p {
    background: rgba(255, 255, 255, 0.81);
    padding: 0 5%;
    margin-left: 5%;
    margin-right: 47%;
}

section.feature_3 .disp_tab .disp_right p {
    background: rgba(255, 255, 255, 0.81);
    padding: 0 5%;
    margin-right: 5%;
    margin-left: 47%;
}

section.feature_3 .disp_tab p img {
    width: 100%;
    margin: 10% 0;
}


/*Hover*/

section.feature_3 .disp_tab_hover {
    position: absolute;
    overflow: hidden;
    display: table;
    width: 50%;
    bottom: 0;
    left: 25%;
    z-index: -1;
    margin: 0 auto;
}

section.feature_3 .disp_tab_hover div {
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    display: table-cell;
    padding: 3% 0;
}

section.feature_3 .disp_tab_hover .disp_left {
    background-image: url(../img/pic_left_hover.jpg);
    background-position: right center;
    text-align: left;
}

section.feature_3 .disp_tab_hover .disp_right {
    background-image: url(../img/pic_right_hover.jpg);
    background-position: left center;
    text-align: right;
}

section.feature_3 .disp_tab_hover .disp_left p {
    background: rgba(255, 255, 255, 0.81);
    padding: 0 5%;
    margin-left: 5%;
    margin-right: 47%;
}

section.feature_3 .disp_tab_hover .disp_right p {
    background: rgba(255, 255, 255, 0.81);
    padding: 0 5%;
    margin-right: 5%;
    margin-left: 47%;
}

section.feature_3 .disp_tab_hover p img {
    width: 100%;
    margin: 10% 0;
}





section.feature_4 {
/*    background-image: url(../img/bg_taste_part_3.jpg); */
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==); */
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0 40px;
}

section.feature_4 p.txt {
    font-size: 1.2em;
    line-height: 2;
    text-align: center;
    margin: 40px 0;
}

section.feature_4 .bx-wrapper {
    width: 700px !important;
}

section.feature_4 .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff !important;
    left: 0px;
    width: 700px !important;
}

section.feature_4 .bx-wrapper .bx-controls-direction a {
    height: 40px !important;
}

section.feature_4 .bx-wrapper .bx-prev {
    left: -60px !important;
    background: url(../img/arr_prev.gif) no-repeat !important;
}

section.feature_4 .bx-wrapper .bx-next {
    right: -70px !important;
    background: url(../img/arr_next.gif) no-repeat !important;
}

section.feature_4 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #000 !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 15px !important;
    border: 1px solid #000;
}





section.anshin {
/*    background-image: url(../img/bg_anshin.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

section.stylish {
/*    background-image: url(../img/bg_stylish.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

section.mori {
/*    background-image: url(../img/bg_mori.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

section.maintenance {
    /*background-image: url(../img/bg_last.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

h3.title_h3 {
    text-align: center;
    font-family: "Lora",serif;
    font-size: 2.5em;
    letter-spacing: 2px;

    font-weight: normal;
}

p.tag_line {
    text-align: center;
    font-family: "Lora",serif;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: bold;
    color: #367ebb;
    margin-top: 10px;
}

section.std h3 {
    font-size: 3em;
}

section.std p {
    font-size: 1.5em;
    margin: 40px 0;
}


section.feature_2_1 ul li:nth-child(5) {
    padding-bottom: 40px;
}
@media screen and (max-width:780px){
    #mainTitle.ok {
        padding: 50px 0 160px 0;
    }
    #mainTitle.ok p {
        font-size: 1em;
        line-height: 2;
        margin: 10px 2% 0;
    }
    h3.title_h3 {
        font-size: 2em;
        margin: 0 4%;
    }
    section.feature_1 p.txt {
        margin: 0 2% 30px;
    }
    section.feature_1 ul {
        display: block;
        margin: 50px auto 0 auto;
    }
    section.feature_1 ul li {
        display: block;
        vertical-align: bottom;
        padding: 0 40px 80px;
    }
    section.feature_2_1 ul li div.inner {
        width: 100%;
        display: block;
    }
    section.feature_2_1 ul li .line_2 {
        margin: 0px 0 20px;
    }
    section.feature_2_1 ul li .box_right {
        width: 96%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    section.feature_2_1 ul li .box_right img {
        width: 80%;
    }
    section.feature_2_1 ul li .box_left {
        width: 100%;
        display: block;
        padding-left: 0%;
        text-align: center;
        margin-top: 30px;
    }
    section.feature_2_1 ul li .box_left img {
        width: 80%;
    }
    section.feature_2_1 .point {
        width: 60px !important;
    }
    .hey {
        margin-top: -130px;
    }
    .bx-controls-direction {
        display: none !important;
    }
/*
    section.feature_4 .bx-wrapper {
        width: 100% !important;
    }
*/
/*
    .bxslider {
        width: 100% !important;
    }
*/
/*
    .bxslider div {
        width: 100% !important;
    }
*/
    section.feature_4 .bx-viewport {
        width: 100% !important;
    }

    section.feature_2_1 ul li:nth-child(1) {
        padding-bottom: 40px;
    }
    section.feature_2_1 ul li:nth-child(2) {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.feature_2_1 ul li:nth-child(3) {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.feature_2_1 ul li:nth-child(4) {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.feature_2_1 ul li:nth-child(5) {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.feature_2_1 ul li .line_3 {
        margin: 0 2% 0 2%;
    }
    section.feature_3 p.txt {
        margin: 40px 2%;
    }
    section.feature_3 .disp_tab {
        display: block;
    }
    section.feature_3 .disp_tab div {
        width: 100%;
        display: block;
        padding: 5% 0;
    }
    section.feature_3 .disp_tab_hover {
        display: block;
    }
    section.feature_3 .disp_tab_hover div {
        width: 100%;
        display: block;
        padding: 5% 0;
    }
    section.feature_4 {
        padding: 0;
    }
    section.feature_4 p.txt {
        margin: 40px 2%;
    }
    #contents {
        padding: 40px 0 0px !important;
    }
    section.std h3 {
        font-size: 2em;
    }
    section.std p {
        font-size: 1.2em;
        margin: 20px auto 30px auto;
    }
    section.anshin {
        padding-right: 2%;
        padding-left: 2%;
    }
    section.stylish {
        padding-right: 2%;
        padding-left: 2%;
    }
    section.mori {
        padding-right: 2%;
        padding-left: 2%;
    }
    section.maintenance {
        padding-right: 2%;
        padding-left: 2%;
    }
}

/* 20190912 feature Sign in "MY PAGE" start */
.sign_in_section{
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.sign_in_section .left{
    padding-right: 20px;
}
.sign_in_section .heading{
    color: #005ba2;
    font-size: 25px;
    font-family: "Lora",serif
}
.sign_in_section .detail{
    font-size: 15px;
    line-height: 1.8;
}
.sign_in_section .right{
    width: 300px;
}
@media screen and (max-width:780px){
    .sign_in_section{
        width: 90%;
        display: block;
    }
    .sign_in_section .right{
        width: 100%;
    }
}
/* 20190912 feature Sign in "MY PAGE" end */

/* 20191008 add start */
section.feature_2_1 ul li .line_3 small{
    font-size: 10px;
    line-height: 1.5;
    display: inline-block;
}
@media screen and (min-width:781px){
    .dt-hide{
        display: none !important;
    }
}
@media screen and (max-width:780px){
    .sp-hide{
        display: none !important;
    }

    #mainTitle.ok{
        padding-bottom: 20px;
    }
    #mainTitle.ok p{
        color: #ffffff;
        margin-top: 130px;
        background: rgba(0,0,0,0.4);
    }
    section.feature_3 .disp_tab{
        width: 100%;
    }
    .disp_tab_hover{
        display: none !important;
    }
    section.feature_3 .disp_tab{
        pointer-events: none;
    }
}
/* 20191008 add end */