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

/*-----------------------------------------------
  base_Layout
-----------------------------------------------*/
.sp_only{
    display: none;
}
body{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
	width:100%;
	position: relative;
    color:#2F2F2F;
    font-size:14px;
    overflow-x:hidden;
}
.wrapper .mincho{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
}
body a{
    text-decoration:none;
    color:#2F2F2F;
}
.slick-box_in  a { outline: none; }
.wrapper{
    min-width: 980px;
}

.link_btn{
    height: 40px;
    display: inline-block;
    text-align: center;
}
.link_btn a{
    text-align: center;
    position: relative;
    display: block;
    width:100%;
    height: 100%;
    line-height: 40px;
}
.link_btn a::after{
    content: "\E5C8";
    font-family: 'Material Icons';
    font-size: 14px;
    margin-left:10px;
}

.color_black a{
    width:275px;
    border:1px solid #71B267;
    background-color: #71B267;
    transition: 0.3s;
    color: #FFFFFF;
}
.color_black a:hover{
    background-color: inherit;
    color: #71B267;
}
.color_black a:hover .link_btn a::after{
    margin-left:15px;
}

.color_green a{
    width:100%;
    border:1px solid #71B267;
    background-color: inherit;
    transition: 0.3s;
    color: #71B267;
}
.color_green a:hover{
    background-color: #71B267;
    color: #FFF;
}
.color_green a:hover .link_btn a::after{
    margin-left:15px;
}


/*-----------------------------------------------
  header_Layout
-----------------------------------------------*/
.haeder{
    min-width: 980px;
    width:100%;
    height:90px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.10);
    position: fixed;
    display: table;
    z-index: 99;
}
.haeder h1{
    margin-top:30px;
    margin-left:20px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width:25%;
    float:left;
}
.haeder h1 img{
    width:100%;
    height:auto;
}
.header_menulist{
    position: relative;
    float:right;
    display: table;
}
.header_menulist > li{
    display: table-cell;
    vertical-align: middle;
}
.header_menulist li .head_btn li{
    display: block;
    float:left;
    text-align: center;
}
.head_btn{
    height:90px;
}
.head_btn li{
    width:125px;
    font-size:13px;
    position:relative;
    border-left:1px solid #EFEFEF;
}
.head_btn li p{
    width: 100%;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    line-height: 17px;
}
.head_btn a{
    display: block;
    width:100%;
    height: 90px;
    transition: 0.3s;
}
.head_btn a:hover{
    background:#F5F5F5;
}
.head_btn li i{
    font-size:24px;
    color:#7B7B7B;
    position:absolute;
    top:15px;
    left:42%;
}
.header_menulist .tell{
    margin-right:10px;
}
.tell .number{
    font-size: 28px;
    color: #71B267;
    letter-spacing: 1.1px;
    line-height: 30px;
}
.tell .number i{
    font-size: 23px;
    color: #575757;
}
.tell  .number_time{
    font-size: 13px;
    color: #2F2F2F;
    letter-spacing: -0.8px;
}
/*-----------------------------------------------
  MV
-----------------------------------------------*/
#mainvisual{
    position: relative;
    height:100vh;
    width:100%;
    z-index: -1;
}
#mainvisual .block_img{
    width:50%;
    height:100vh;
    float:left;
    overflow: hidden;
    position: relative;
}
#mainvisual .block_img img{
    width:auto;
    height:100vh;
}
#mainvisual .bxslider li{
    position: relative;
}
#mainvisual .bxslider li p{
    position: absolute;
    z-index: 2;
    bottom:50px;
    left:50px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
}

#mainvisual .block_text{
    width:50%;
    height:100vh;
    float:right;
    display: table;
}
#mainvisual .block_text .block_text_in{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding:0 40px;
}
#mainvisual .block_text .block_text_in h1{
    margin-top:60px;
    font-size: 40px;
    color: #252525;
    letter-spacing: 2.18px;
}
#mainvisual .block_text .block_text_in h2{
    margin-top:40px;
    display:inline-block;
    font-size: 20px;
    color: #414141;
    letter-spacing: 1.09px;
    border-bottom:1px solid #71B267;
}
#mainvisual .block_text .block_text_in p{
    margin-top:40px;
    font-size: 16px;
    color: #545454;
    letter-spacing: 0.87px;
    line-height: 26px;
}
#mainvisual .scroll{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: sdb 2.5s infinite;
    animation: sdb 2.5s infinite;
    z-index: 80;
}
#mainvisual .scroll p{
  text-align: center;
}
#mainvisual .scroll p i{
    font-size:35px;
    text-align: center;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0.7;
  }
  20% {
    -webkit-transform: translate(0px, 10px);
    opacity: 0.2;  
  }
  40% {
    -webkit-transform: translate(0, 0);
    opacity: 0.8;
  }
}
@keyframes sdb {
  0% {
    transform: ranslate(0, 0);
    opacity: 0.7;
  }
  20% {
    transform: translate(0px, 10px);
    opacity: 0.2; 
  }
  40% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
}

/*-----------------------------------------------
  content BASE
-----------------------------------------------*/
.contents{
padding:80px 0px 80px 0px;
}
.contents h1{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 34px;
    color: #3B3B3B;
    letter-spacing: 1px;
    line-height: 46px;
    margin-bottom:60px;
    text-align: center;
}


/*-----------------------------------------------
  Trouble content
-----------------------------------------------*/
#trouble{
    min-width: 940px;
}
#trouble.contents{
    padding:80px 20px 80px 20px;
}
#trouble h1 span{
    color:#71B267;
}
.illust{
    min-width: 940px;
    max-width: 1217px;
    margin:0 auto;
}
.illust .illust_bg{
    position:relative;
    width:100%;
    text-align: center;
}
.illust .illust_bg img{
    width:100%;
    height:auto;
}
.illust_text{
    position:absolute;
    top:0;
    animation: horizontal 1s ease-in-out infinite alternate;
}
@keyframes horizontal {
    0% { transform:translateY( 5px); }
  100% { transform:translateY(  0px); }
}

/*-----------------------------------------------
  Point content
-----------------------------------------------*/
#point{
    background:#FAFAFA;
}
#point.contents{
    padding:80px 20px 80px 20px;
}
#point .box{
    width:100%;
    min-width: 940px;
    max-width: 1024px;
    margin:0 auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#point .box li{
    width: 48%;
    margin-bottom:40px;
}
#point .box li img{
    width:100%;
    height:auto;
}

#point .box .box_in{
    background:#FFF;
    padding:30px;
    
}
#point .box .box_in h2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 22px;
    line-height: 30px;
    width:100%;
}
#point .box .box_in > p{
    font-size: 15px;
    color: #575757;
    line-height: 30px;
    margin-top:20px;
}
#point .box .box_in h2 span{
    color: #71B267;
}
#point .box .box_in .number{
    padding:8px 16px;
    border:1px solid #DBDBDB;
    float:left;
    text-align: center;
    font-size: 26px;
    color: #575757;
    margin-right:10px;
}
#point .box .box_in .number span{
    display: block;
    font-size: 10px;
    color: #CAA678;
}

#point .box .box_in .title{
    display: flex;
    align-items: center;
}
/*-----------------------------------------------
  Case content
-----------------------------------------------*/
#case .contents{
    padding:80px 0px 80px 0px;
}
#case .slider{
    width:100%;
    margin:0 auto;
    position: relative;
}
#case .slick-box  .slick-box_in{
    position: relative;
    width:340px;
    height:auto;
    cursor: pointer;
}
#case .slider .slick-box li img{
    width:100%;
    height:auto;
}
#case .slider .slick-box li h2{
    font-size: 20px;
    color: #575757;
    line-height: 35px;
    text-align: center;
    padding:0 20px;
}
#case .slider .slick-box li .text{
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    text-align: left;
    padding:0 20px;
}
#case .more{
    position: absolute;
    top:0;
    height: 0;
    opacity: 0;
    z-index: 3;
    transition: 0.3;
    width:100%;
    height: 100%;
    background: #71B267;
    text-align: center;
    width:100%;
    height: 100%;
    display: flex;          
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
#case .more p{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.82px;
    border:1px solid #FFF;
    width:60%;
    padding:10px 0;
    transition: 0.3s;
}
#case .more p:hover{
    background: #FFF;
    color: #71B267;
}
#case .more p i{
    position: relative;
    top:0px;
    left:7px;
    font-size:14px;
}
#case .slick-box li:hover .more{
    opacity: 0.9;
}
#case .slider #arrows{
    
}
#case .slider #arrows .slick-next{
    position: absolute;
    right:0;
    height:100%;
    width:60px;
}
#case .slider #arrows .slick-prev{
    position: absolute;
    left:0;
    height:100%;
    width:60px;
}
#case .slider #arrows .slick-next p,#case .slider #arrows .slick-prev p{
    height:100%;
    opacity: 0.9;
    background: #FFFFFF;
    display: flex;          
    justify-content: center;
    align-items: center;
}
#case .slider #arrows .slick-next p i,#case .slider #arrows .slick-prev p i{
    font-size: 28px;
    color: #2F2F2F;
    border:1px solid #000;
    padding:5px 10px;
}
#case .slick-box  li.slick-dots ul li{
    width:20px !important;
}

#case .slick-box #arrows .slick-arrow{
    position: absolute;
    z-index: 99;
}
#case .slick-box　button{
    z-index: 99;
}
/*-----------------------------------------------
  Special content
-----------------------------------------------*/
#special{
    width:100%;
    margin:0 auto;
    height:360px;
    background:url(../img/special/img01.png)no-repeat center center;
    background-size:cover;
}
#special .contents{
    padding:90px 0px 30px 0px;
}
.special_in{
    width:766px;    
    height:360px;
    opacity: 0.9;
    margin:0 auto;
    background: #FFFFFF;
    text-align: center;
}
.special_in .category{
    margin-top:40px;
    padding:10px 20px;
    display: inline-block;
    background: #856946;
    font-size: 15px;
    color: #FFFFFF;
}
.special_in .title{
    margin-top:20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 32px;
    color: #856946;
    letter-spacing: 0.98px;
}
.special_in .text{
    padding:30px 0 30px;
    color: #464646;
    line-height: 25px;
}
.special_in .btn{
    display: block;
    margin:0 auto;
    width:240px;
    height:40px;
    line-height: 40px;
    border: 1px solid #000000;
    font-size: 15px;
    color: #2F2F2F;
}

/*-----------------------------------------------
  Question content
-----------------------------------------------*/
#question{
    background:url(../img/question/bg.png) no-repeat center center;
    background-size:cover;
}

#question .contents{
    padding:80px 0px 80px 0px;
}
#question .question_in{
    min-width: 940px;
    max-width: 1024px;
    margin:0 auto;
    padding:0 20px;
}
#question .box{
    flex: 1;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#question .boxleft{
    float:left;
    width:48%;
}
#question .boxright{
    float:right;
    width:48%;
}
#question .box li{
    position: relative;
    width: 100%;
    margin-bottom:40px;
    opacity: 0.9;
    background: #FFFFFF;
    padding:45px;
    display: block;
    
}
#question .box li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #E2E2E2;
    border-right: 50px solid transparent;
    z-index: -1;
}
#question .box li .mark{
    position: absolute;
    top:15px;
    left:15px;
    font-size: 28px;
    color: #2F2F2F;
    letter-spacing: 1.27px;
}
#question .box li h2{
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 22px;
    color: #71B267;
    text-align: center;
    position:relative;
    padding-bottom:50px;
}
#question .box li h2::after{
    position:absolute;
    content: "";
    border-top:1px solid #71B267;
    width:30px;
    height: 1px;
    bottom:30px;
    left:50%;
    margin-left:-15px;
}
#question .box li p{
    font-size: 15px;
    color: #2F2F2F;
    line-height: 28px;
}

.contact_conv{
    width:100%;
    text-align: center;
}
.contact_conv p{
    display: block;
    width:500px;
    margin: 0 auto;
    height:50px;
    line-height: 50px;
    
}
.contact_conv p a{
    
    background:#71B267;
   display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 20px;
     border:1px solid #71B267;
    transition: 0.3s;
}
.contact_conv p a:hover{
    background: #FFFFFF;
    color:#71B267;
}

/*-----------------------------------------------
  feature content
-----------------------------------------------*/
#feature{
    width:100%;
}
#feature .box{
    height:450px;
    display: flex;
}
#feature .box .img{
    width:50%;
}
#feature .box .img .img01{
    width:100%;
    height:100%;
    background: url(../img/feature/img01.png) no-repeat center center;
    background-size:cover;
}
#feature .box .img .img02{
    width:100%;
    height:100%;
    background: url(../img/feature/img02.png) no-repeat center center;
    background-size:cover;
}
#feature .box .img .img03{
    width:100%;
    height:100%;
    background: url(../img/feature/img03.png) no-repeat center center;
    background-size:cover;
}
#feature .box .img .img04{
    width:100%;
    height:100%;
    background: url(../img/feature/img04.png) no-repeat center center;
    background-size:cover;
}

#feature .text-box{
    width:50%;
    position: relative;
}
#feature .text-box_in{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width:75%;
}
#feature .text-box_in h2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 26px;
    color: #2F2F2F;
    line-height: 45px;
    position: relative;
    padding-bottom:30px;
    
}
#feature .text-box_in h2::after{
    position:absolute;
    content: "";
    border-top:1px solid #71B267;
    width:30px;
    height: 1px;
    bottom:0px;
    left:0;
}
#feature .text-box_in p{
    padding-top:30px;
    font-size: 16px;
    color: #575757;
    line-height: 35px;
}
#feature .box:nth-child(odd) {
  flex-direction: row-reverse;
}

/*-----------------------------------------------
  Contact content
-----------------------------------------------*/
#contact{
    border-top:1px solid #E2E2E2;
}
#contact > p{
    text-align: center;
    font-size: 16px;
    color: #575757;
    line-height: 30px;
}
#contact .contact_img{
    margin-top:40px;
}
#contact .contact_img img{
    width:100%;
    height: auto;
}
#contact .showroom{
    position: relative;
    margin-top:60px;
    height:500px;
    width:100%;
}
#contact .sowroom_img{
    position: absolute;
    height:500px;
    width:100%;
    z-index: -1;
    top:0;
}
#contact .sowroom_img .img_left{
    height:500px;
    width:55%;
    position: absolute;
    top:0;
    left:0;
    background: url(../img/contact/img01.png) no-repeat center center;
    background-size: cover;
}
#contact .sowroom_img .img_right1{
    height:50%;
    width:45%;
    position: absolute;
    top:0;
    right:0;
    background: url(../img/contact/img01_2.png) no-repeat center center;
    background-size: cover;
}
#contact .sowroom_img .img_right2{
    height:50%;
    width:45%;
    position: absolute;
    bottom:0;
    right:0;
    background: url(../img/contact/img01_3.png) no-repeat center center;
    background-size: cover;
}
#contact .sowroom_img .img_right{
    position: absolute;
    right:0;
    top:0;
}
#contact .showroom_in{
    width: calc(50% - 50px);
    height:500px;
    margin-left:50px;
    display: table;
}
#contact .showroom_text{
    padding:0 40px;
    height:500px;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#contact .showroom_text h2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 26px;
    color: #2F2F2F;
    line-height: 35px;
    position: relative;
    padding-bottom:50px;
}
#contact .showroom_text h2::after{
    position:absolute;
    content: "";
    border-top:2px solid #71B267;
    width:30px;
    height: 2px;
    bottom:20px;
    left:50%;
    margin-left:-15px;
}
#contact .showroom_text p{
    font-size:16px;
}
#contact .showroom_text .bold{
    font-weight: bold;
    margin-bottom: 5px;
}

#contact .contact_box{
    padding-top:50px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin:0 auto;
    min-width: 940px;
    max-width: 1340px;
}
#contact .contact_box li{
    position: relative;
    width:31%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    transition: 0.3s;
    text-align: center;
}
#contact .contact_box li:hover{
    background: #FFFFFF;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.09);
    border: none;
}
#contact .contact_box li img{
    width:90%;
    height:auto;
}
#contact .contact_box li h2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 20px;
    color: #575757;
    text-align: center;
    padding-top: 30px;
    position: relative;
    padding-bottom:40px;
}
#contact .contact_box li h2::after{
    position:absolute;
    content: "";
    border-top:2px solid #71B267;
    width:30px;
    height: 2px;
    bottom:15px;
    left:50%;
    margin-left:-15px;
}

#contact .contact_box li .contact_text{
    width:90%;
    margin:0 auto;
    text-align: left;
    padding:30px 0;
    line-height: 22px;
    position: relative;
}
#contact .contact_box li .contact_text .bold{
    font-weight: bold;
}
#contact .contact_box li .contact_text .link_btn{
    margin-top:30px;
    width:100%;
}
#contact .tell{
    position: absolute;
    bottom:-60px;
    text-align: center;
}
#contact .tell{
font-size: 36px;
color: #71B267;
letter-spacing: 3.2px;
line-height: 30px;
}
#contact .tell i{
font-size: 30px;
color: #575757;
}
/*-----------------------------------------------
  Footer content
-----------------------------------------------*/
#footer{
    width:100%;
}
#footer .pagetop{
    background:#F1F1F1;
    height:70px;
    line-height: 70px;
    text-align: center;
}
#footer .pagetop a{
    display: block;
    width:100%;
    height: 100%;
}
#footer .copy{
    background:#3F3F3F;
    height:80px;
    line-height: 80px;
    text-align: center;
    color:#FFF;
    font-size: 12px;
}



