@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
/*reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
article,aside,footer,header,nav,main,section,
manu,figure,figblock-event--day-name {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,aside,footer,header,menu,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
    list-style-type: none;
}
.media_pc {
    display: inline-block;
}
.media_sp {
    display: none !important;
}
/*<-----resetcss*/
html{
    font-size: 62.5%;
}
body{
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
    font-size: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
    line-height: 1.6;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
.area-wrapper{
    overflow: hidden;
}
.wrapper{
    background: #fff;
}
/*<-----resetcss*/

/*fadein
.fade_in {
    opacity: 0;
}*/
.effect-fade {
    opacity: 0;
    transform: translate(0, 0px); /*fadein_height*/
    transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

.area-body{
    max-width: 1040px;
    margin: 0 auto;
}
.main_lead{
    max-width: 880px;
    margin: 80px auto 0px;
}
.main_lead_ttl{
    text-align: center;
    line-height: 2;
    font-size: 16px;
    background: #545E84;
    color: #fff;
    padding: 40px 20px;
}
.area-title {
   text-align: center;
}
.area-title img{
    width: 100%;
}
.line {
    margin: 0 auto;
    position: relative;
    height: 36px;
    text-align: center;
    width: 1px;;
}
section{
    padding: 60px 0 0;
}
.sec_ttl{
    margin: 40px auto;
    text-align: center;
    color: #545E84;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.sec_ttl p{
    text-align: left;
    display: inline-block;
}
.sec_ttl span:last-child{
    font-family: cormorant-garamond,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
}
.lead_img{
    width: 340px;
    display: block;
    margin: 0 auto;
}
.look_slide{
    width: 1040px;
    margin: 80px auto;
}
.look_slide img{
}
.vertical{
width: 600px;
}
.beside{
    width: 600px;
    display: block;
    margin: -200px 0 0 auto;
}
.detail_area{
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0px 0 100px;
}
.detail_area::after{
    content:"";
    display:block;
    width:854px;
    height:1px;
    background-color:#BDC1D2;
    position:absolute;
    bottom:0px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.detail_slide{
    width: 48%;
}

.detail_text{
    width: 48%;
    color: #545E84;
}
.detail_ttl{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 60px;
    position: relative;
    padding-top: 40px;
}
.detail_ttl::after{
    content:"";
    display:block;
    width:40px;
    height:4px;
    background-color:#545E84;
    position:absolute;
    bottom:-30px;
}
.detail_text p{
    font-size: 14px;
}
.price_area li{
    font-size: 13px;
}
.price_area ul{
    margin: 20px auto 40px;
}
.view_more_btn{
    font-size: 16px;
    font-family: cormorant-garamond,serif;
    font-weight: 700;
    color:#545E84;
    text-decoration: none!important;
    display: block;
    padding: 20px 10px;
    width: 300px;
    border: solid 2px #545E84;
    text-align: center;
    margin: 0 auto;
    transition: .6s;
    line-height: 1;
    margin: 40px auto 0;
}
.view_more_btn:hover{
    background:#545E84;
    color: #fff;
}
.slide-arrow {
    display: block;
    position: relative;
}
.area-wrapper ul.slick-dots li button{
    width: 8px!important;
    height: 8px!important;
    background: #D5D5D5!important;
}
.area-wrapper ul.slick-dots li.slick-active button{
    background: #232443!important;
}
.area-wrapper ul.slick-dots{
    display: block!important;
    margin: 0 0 auto 0;
}
.area-wrapper ul.slick-dots li {
    float: right;
}
.area-wrapper .slick-arrow{
    display: block!important;
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
}
.view_all{
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 1040px;
    transition: .7s;
}
.view_all:hover{
    opacity: .6;
}
.sec07{
    padding: 100px 0;
}
.coordinate_area{
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.coordinate_list{
    width: 49%;
    margin-top: 20px;
    text-align: center;
}
.coordinate_list a{
    color: #545E84;
    text-decoration: underline;
    font-size: 13px;
    transition: .7s;
}
.coordinate_list a:hover{
    opacity: .7;
}
@media screen and  (min-width:896px){
}
@media screen and (min-width:769px){
}
/*<<<--max896px------*/
@media screen and (max-width: 896px){
    .media_pc {
        display: none !important;
    }
    .media_sp {
        display: block !important;
    }
    .bodyWrap{
        width:100%;
        margin: auto;
    }
    section{
        padding: 0 0 12%;
    }
    .area-body{
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }
    .main_lead{
        margin: 0 auto;
        font-size: 13px;
    }
    .lead_img{
        width: 84%;
    }
    .main_lead_ttl{
        padding: 12% 8%;
        font-size: 13px;
        width: 100%;
        margin: 0 auto;
        text-align:center;
    }
    .look_slide{
        width: 84%;
        margin: 12% auto;
    }
    .sec03 .look_slide{
        width: 100%;
    }
    .detail_area{
        width: 84%;
        display: block;
    }
    .detail_ttl{
        font-size: 16px;
        padding: 16% 0 0;
    }
    .detail_slide{
        width: 100%;
        margin: 0 auto;
    }
    .detail_text{
        width: 100%;
    }
    .detail_ttl::after{
        width: 30px;
    }
    .detail_text p{
        font-size: 11px;
    }
    .price_area{
     font-size: 16px;
    }
    .price_area li{
        font-size: 12px;
    }
    .view_more_btn {
        padding: 16px 10px;
    }
    .detail_area::after{
        width: 40px;
    }
    .sec_ttl span:last-child{
        font-size: 32px;
    }
    .sec_ttl{
        font-size: 12px;
        line-height: 1.2;
    }
    .area-wrapper ul.slick-dots li{
        margin: 10px;
    }
    .sec07{
        padding: 0 0 12% 0;
    }
    .view_all{
        width: 100%;
    }
    .coordinate_area{
        width: 90%;
    }
    .coordinate_list a{
        font-size: 11px;
    }
}
@media screen and (min-width:360px) and (max-width: 896px){}
@media screen and (min-width:360px) and (max-width: 767px){}
/*iphone5.6.7*/
@media screen and (max-width:359px){}