@charset "UTF-8";


/*@media all and (min-width: 768px) and (max-width: 1024px) { 
    
    
    
}*/

/*
 shoninzukon
*****************************************************/
/** 
common 
**/

/* heading */
.head-line{
    border-top: 1px solid #958626;
    border-bottom: 1px solid #958626;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 40px !important;
}
 
.head-line h2{
    font-size: 2.1rem;
    margin: 0 0 15px;
    line-height: 1.2;
}
    
.head-line p{
    font-size: 1.6rem;
    color: #958626;
    line-height: 1;
    margin: 0;
}

/* button */
.btn-smallwed img{
    width: 80%;
}

.btn-smallwed img:hover{
    opacity: 0.8;
}

/* button : view more */
.button-plan-top {
    background-color: #765730;
    color: #fff;
    border-radius: 6px;
    text-align: left;
    width: 200px;
    position: relative;
    font-size: 1rem;
}
/* Hover + Focus */
.button-plan-top:hover,
.button-plan-top:focus {
    background-color: #d7bd9d;
    color: #fff;
}
/* OnClick + Active */
.button-plan-top:active,
.button-plan-top.uk-active {
    background-color: #d7bd9d;
    color: #fff;
}
.button-plan-top:after{
    content: "→";
    position: absolute;
    right: 10px;
    top: 13px;
}

@media all and (min-width: 768px) and (max-width: 1024px) { 
    
    
    
}

@media (min-width: 960px) {
    
    /* heading */
    .head-line{
        margin-bottom: 80px !important;
    }
    
    .head-line h2{
        font-size: 2.4rem;
    }

    .head-line p{
        font-size: 1.8rem;
    }
    
    .btn-smallwed img{
        width: 320px;
    }

    
}

/** 
section 
**/

/** lead **/
.txt-sh-lead{
    font-size: 1.6rem;
    text-align: center;
    margin: 60px 0 0;
    color: #958626;
}

@media (min-width: 960px) {
    
    .txt-sh-lead{
        font-size: 2.2rem;
    } 
    
}

/** about **/
.wrap-btn-about{
    margin: 40px 0 0;
}

.wrap-btn-about img:first-child{
    margin-bottom: 10px;
}


@media (min-width: 960px) {
    
    .wrap-btn-about{
        margin: 60px 0 0;
    }

    .wrap-btn-about img:first-child{
        margin-bottom: 20px;
    }
    
}


/** point **/
.head-point{
    font-size: 2.4rem;
    color: #958626;
    line-height: 1.6;
    margin: 0 15px 0;
}

.card-point-sp{
    margin-bottom: 80px;    
}

.card-point-sp p{
    margin: 0 15px;
}

.img-point-r-sp{
    width: 78%;
    margin: -25px 0 30px 22%;
}

.img-point-l-sp{
    width: 78%;
    margin: -15px 22% 30px 0;
}

@media (min-width: 960px) {
    
    .head-point{
        font-size: 2.8rem;
        margin: 60px 0 40px;
    }
    
}


/** plan **/
.card-plan-smallwed{
    padding: 15px 15px 40px;
    border: 1px solid #333;
}

.card-plan-smallwed h3{
    font-size: 1.6rem;
    margin: 15px 0 20px;
    border-top: 1px solid #CC2E21;
    border-bottom: 1px solid #CC2E21;
    text-align: center;
    padding: 10px 0;
    color: #CC2E21;
    line-height: 1.3;
}

.card-plan-smallwed h4{
    font-size: 1.4rem;
    font-weight: bold;
}


.wrap-slider-plan-smallwed .uk-slidenav {
  padding: 0;
  color: transparent;
  transition: color 0.1s ease-in-out;
　content: "";
　display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/shouninzukon/arrow_slider_l.png");
  background-size: contain;
  vertical-align: middle;
}
/* Hover + Focus */
.wrap-slider-plan-smallwed .uk-slidenav:hover,
.wrap-slider-plan-smallwed .uk-slidenav:focus {
  color: transparent;
  outline: none;
}
/* OnClick */
.wrap-slider-plan-smallwed .uk-slidenav:active {
  color: transparent;
}

.wrap-slider-plan-smallwed .uk-slidenav.uk-slidenav-next{
   background-image: url("../img/shouninzukon/arrow_slider_r.png"); 
}

@media (min-width: 960px) {
    
    .wrap-slider-plan-smallwed{
        margin: 0 auto;
        width: 50%;
    }
    
}


/** report **/
.card-report-smallwed{
    padding: 30px;
    background: #F2F0E6;
}

.card-report-smallwed h3{
    font-size: 1.6rem;
    text-align: center;
}

.wrap-report-smallwed{
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.wrap-report-smallwed dl{
    display: flex;
    margin: 0;
}

.wrap-report-smallwed dl dt{
    width: 40%;
}

.wrap-report-smallwed dl dd{
    font-weight: bold;
    width: 60%;
}

@media (min-width: 960px) {
    
    .card-report-smallwed{
        padding: 60px 60px;
    }
    
    .card-report-smallwed h3{
        font-size: 2rem;
    }
    
    .wrap-report-smallwed{
        margin: 40px 0;    
    }
    
}


/** reviews **/
.img-review-sp img{
    width: 82%;
    margin: 30px 0 0;
}

@media (min-width: 960px) {
    
    .img-review img{
        width: 82%;
        margin: 40px 0 0;
    }

}


/** best rate **/
.img-bestrate-sp img{
    width: 100%;
    margin: 30px 0 0;
}

@media (min-width: 960px) {
    
    .img-bestrate img{
        width: 82%;
        margin: 40px 0 0;
    }

}


/** infotmation **/
.head-info{
    font-size: 2.8rem;
    margin: 0 0 10px;
    line-height: 1;
}

.head-info-en{
    font-size: 1.2rem;
    color: #958626;
}

.wrap-info-smallwed{
    margin: 30px 0 0;
}

.wrap-info-smallwed dl{
    display: flex;
}

.wrap-info-smallwed dl dt{
    font-weight: normal;
    width: 30%;
}

.wrap-info-smallwed dl dd{
    width: 70%;
}

@media (min-width: 960px) {
    
    .head-info-en{
        font-size: 1.4rem;
    }
        
}

