@charset "utf-8";

/*-------------------- visual --------------------*/
.visual {
    margin-bottom: 140px;
}
.visual-item {
	opacity: 0.5;
	transition: opacity .5s, transform .5s; 
}
.visual-item__style {
    position: relative;
    margin: 0 auto;
}
.visual-item__style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual-comment {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 10%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #006835;
    font-size: 3rem;
    align-items: center;
    padding: 10px 20px;
}
.visual-comment__number {
    margin-right: 10px;
}
.visual-comment__text--strong {
    font-size: 3.6rem;
    font-weight: bold;
}

/*---------- slick ----------*/
.visual-list .slick-center {
	opacity: 1;
}
.slick-prev {
    left: 5%;
    z-index: 1;
}
.slick-next {
    right: 5%;
}
.slick-prev,.slick-next{
    width: 70px;
    height: 70px;
}
.slick-prev:before, .slick-next:before {
    font-size: 70px;
		opacity: 1;
}
.slick-dots li button:before {
    opacity: .25;
		font-size: 10px;
    color: #006835;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #006835;
}

/*-------------------- trouble --------------------*/
.trouble {
    padding: 0 5%;
    margin-bottom: 70px;
}
.trouble__comment {
    text-align: center;
    margin-bottom: 60px;
}

/*---------- trouble-list ----------*/
.trouble-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.trouble-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: radial-gradient(transparent, #fff, #eaf3f0);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}
.trouble-list__image {
    margin-bottom: 20px;
}
.trouble-list__text {
    font-size: 1.8rem;
}

/*-------------------- feature --------------------*/
.feature {
    background-color: #eaf3f0;
    padding: 70px 0;
}
.feature-wrapper {
    max-width: 960px;
    margin: auto;
}
.feature-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: -15px;
    margin-right: -15px;
}
.feature-card {
    width: 300px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    margin-left: 15px;
    margin-bottom: 30px;
    margin-right: 15px;
}
.feature-card__number {
    margin-bottom: 30px;
}
.feature-card__title {
    color: #006835;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/*-------------------- menu --------------------*/
.menu {
    padding: 70px 5% 0;
}
.menu__comment {
    text-align: center;
    margin-bottom: 60px;
}
.menu-list {
    max-width: 768px;
    margin: auto;
}
.menu-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.menu-item__image {
    margin-right: 40px;
}
.menu-item__image img {
    width: 280px;
    height: 230px;
    object-fit: cover;
}
.menu-item__title {
    font-size: 2.4rem;
    color: #006835;
    margin-bottom: 20px;
    line-height: 1;
}
.menu-item__price {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.3;
}
.menu-item__price dt {
    font-weight: normal;
    margin-right: 40px;
}

/*-------------------- flow --------------------*/
.flow {
    background-color: #eaf3f0;
    padding: 70px 0;
}
.flow-wrapper {
    padding: 0 5%;
}
.flow-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    max-width: 864px;
    border: 5px solid #006835;
    border-radius: 5px;
    padding: 50px 30px;
    margin: auto;
}
.flow-item__title { 
    font-size: 2.4rem;
    line-height: 4.8rem;
    margin-bottom: 20px;
    margin-block-start: 0;
}
.flow-item__number {
    display: inline-block;
    width: 48px;
    height: 48px;
    color: #fff;
    background-color: #006835;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.flow-item__text a {
    color: #006835;
    text-decoration: underline;
}
.flow-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 20px 0 20px;
    border-color: #006835 transparent transparent transparent;
    margin: 20px auto;
}

/*-------------------- profile --------------------*/
.profile {
    max-width: 960px;
    padding: 70px 5% 0;
    margin: auto;
    margin-bottom: 100px;
}
.profile-item {
    display: flex;
    justify-content: space-between;
}
.profile-item__image {
    margin-right: 40px;
}
.profile-item__image img {
    width: 330px;
    height: 330px;
    object-fit: cover;
}
.profile-item__name-title {
    display: block;
    font-size: 1.4rem;
}
.profile-item__name {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.profile-item__text {
    margin-bottom: 1.5rem;
}


/*-------------------- レスポンシブ --------------------*/
/*-------------------- max-width: 768px --------------------*/
@media screen and (max-width: 768px) {
    
    /*-------------------- visual --------------------*/
    .visual-comment {
        font-size: 2.2rem;
        align-items: center;
        padding: 10px;
    }
    .visual-comment__number img{
        width: 75%;
    }
    .visual-comment__text--strong {
        font-size: 2.4rem;
    }

    /*---------- slick ----------*/
    .slick-prev:before,
    .slick-next:before {
        display: none;
    }

    /*-------------------- feature --------------------*/
    .feature-wrapper {
        padding: 0 5%;
    }

    /*-------------------- menu --------------------*/
    .menu-item {
        flex-direction: column;
    }
    .menu-item__image {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .menu-item__image img {
        width: 100%;
        height: auto;
    }
    .menu-item__price {
        flex-direction: column;
    }
    .menu-item dt {
        margin-bottom: 10px;
    }

    /*-------------------- flow --------------------*/
    .flow-item {
        flex-direction: column-reverse;
    }
    .flow-item figure {
        margin-bottom: 30px;
    }

    /*-------------------- profile --------------------*/
    .profile-item {
        flex-direction: column;
    }
    .profile-item__image {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .profile-item__image img {
        width: 100%;
        height: auto;
    }
}

/*-------------------- max-width: 425px --------------------*/
@media screen and (max-width: 425px) {
    
	/*-------------------- visual --------------------*/
	.visual-item__style {
		height: 60vh;
	}
	.visual-item__style>img{
		height: 100%;
		object-position: 20% top;
	}
	.visual-comment {
		top: 5%;
		font-size: 1.6rem;
		padding: 5px 10px 5px 5px;
	}
	.visual-comment__number img{
		width: 50px;
	}
	.visual-comment__text--strong {
		font-size: 1.8rem;
	}
}