@charset 'UTF-8'; /* PC */
/**
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
.slick-slide {
    height: auto;
}
.cp.the-content {
    margin-bottom: 100px;
}
.cp.section__ttl {
    margin-bottom: 50px;
}
.cp.newsHeadline {
    margin-bottom: 30px;
}
.cp_bread_crumb {
    max-width: 800px;
    margin: 0 auto;
}
.cp.heading {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold!important;
}
.cp.single_thumb_box {
    margin: 0 0 20px!important;
    padding: 0px!important;
}
.cp.lists .slick-list {
    display: flex;
    margin-top: 0!important;
    text-align: center!important;
    width: 100%!important;
    margin-bottom: 50px;
}
.cp.lists a {
    width: 15%!important;
    margin: 0 2% 10px 0!important;
    display: inline-block;
    background-size: cover;
}
.cp.lists .slick-track {
    width: 100%!important; 
}
.cp.lists a:last-child,
.cp.lists a:nth-child(6n){
    margin-right: 0!important;
}
.cp.lists .slick-slide {
    float: none;
}
.cp.text {
    text-align: left;
    margin-bottom: 50px;
    line-height: 1.5!important;
}
.cp.text p {
    font-size: 16px;
}
.cp.option {
    text-align: left;
    font-size: 14px;
    margin-top: -30px;
    margin-bottom: 50px;
    line-height: 1.5!important;
}
.cp.option p {
    font-size: 14px;
}
.cp.btnMore {
     margin-top: -30px;   
    margin-bottom: 70px;     
}
.cp.btnMore a img {
    vertical-align: middle;
    margin-top: -5px;
    height: 20px;
    width: auto;
}
.cp.btnMore a:hover {
    background: #ef8787!important;
    color: #fff!important;
    opacity: 0.7;
}
.cta {
    background: #f9f9f9;
    padding: 50px 30px;
    text-align: center;
}
.cta .heading {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
}
.cta .text {
    font-size: 16px;
    margin-bottom: 30px;
}
.cta .tel {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.cta .tel a {
    text-decoration: none;
}
.cta .time {
    margin-top: -30px!important;
    margin-bottom: 35px!important;
    line-height: 1;
}
.cta .btnMore {
     margin-top: -30px;   
    margin-bottom: 0;    
}
.p_top .cp.photo{
    margin-bottom: 20px;
}
.p_left {
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}
.p_left .cp.photo {
    float: left;
    width: 35%;
}
.p_left .cp.photo img {
    width: 100%;
    height: auto;
}
.p_left .cp.text {
    float: right;
    width: 58%;
    margin-bottom: 0;
}

.p_right {
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}
.p_right .cp.photo {
    float: right;
    width: 35%;
}
.p_right .cp.photo img {
    width: 100%;
    height: auto;
}
.p_right .cp.text {
    float: left;
    width: 58%;
    margin-bottom: 0;
}

.p_color {
    padding: 30px;
    background: #ece2d1;
    margin-bottom: 50px;
}

.noop p,
.p_color .cp.option,
.p_color .cp.option p,
.p_color .p_right,
.p_color .p_left,
.p_color .p_top {
    margin-bottom: 0!important;
}

	.slick-prev,
	.slick-next {
	    top: 50%;
	    margin-top: 30px;
        line-height: 0;
        z-index: 200;
        position: absolute;
        display: block!important;
        width: 60px;
        height: 60px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background-color: none!important;
    }
    
	.slick-prev {
	    left: -30px;
	    background:url(../img/common/arrow-l.png);
	    background-size: cover;
	 }
	.slick-next {
	    right: -30px;   
	    background:url(../img/common/arrow-r.png);
	    background-size: cover;
    }
    
@media screen and (max-width: 800px) {

	.slick-prev,
	.slick-next {
	    top: 50%;
	    margin-top: 25px;
        width: 50px;
        height: 50px;
    }

	.slick-prev {
	    left: -20px;
	    background:url(../img/common/arrow-l.png);
	    background-size: cover;
	 }
	.slick-next {
	    right: -20px;   
	    background:url(../img/common/arrow-r.png);
	    background-size: cover;
    }

    .cp.section__ttl {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .cp.lists .slick-list {
        margin-bottom: 30px!important;   
    }
    .cp.entry-contents.padding-top {
        padding-top: 10px;    
    }
    .cp.newsHeadline {
        margin-bottom: 10px;   
    }
    .cp.the-content {
        margin-bottom: 50px!important;   
    }
    .cp.btnMore a,
    .cp.btnMore a:hover {
        width: 100%!important;
        max-width: 100%!important;
        font-size: 16px
    }
    .cp.btnMore a img {
        height: 16px;
        margin-top: -3px;
    }
    .cp.btnMore {
        margin-bottom: 50px;
    }
    .cta {
        padding: 20px;
    }
    .cta .heading {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .cta .text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .cta .tel {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .cta .tel a {
        text-decoration: none;
    }
    .cta .time {
        margin-top: -15px!important;
        margin-bottom: 25px!important;
        line-height: 1;
    }
    .cta .btnMore {   
        margin-bottom: 0;    
    }

	.p_left {
		margin-bottom: 30px;
	}
	.p_left .cp.photo {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.p_left .cp.text {
		float: none;
		width: 100%;
	}

	.p_right {
		margin-bottom: 30px;
	}
	.p_right .cp.photo {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.p_right .cp.text {
		float: none;
		width: 100%;
	}

	.p_color {
		padding: 15px;
		margin-bottom: 30px;
	}    
    
}

.slick_thumb .slick-track {
transform:unset!important;
}