@charset "utf-8";

.head__title p{
	line-height: 1.2;
}
@media (max-width: 750px) {
	#head .w1200{
		padding: 0 0 0 2%;
	}
	.head__title p{
		font-size: 9px;
		margin-bottom: 6px;
	}
	.head__title{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		height: 100%;
	}
}

.en__contents{
	padding-bottom: 120px;
}
.en__contents .aboutus{
	padding-bottom: 120px;
}
.en__contents .title{
	font-size: 22px;
	text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 75px;
}
.en__contents .cep{
	align-items: flex-start;
}
.en__contents .cep.rev{
	flex-direction:row-reverse;
	margin-top: 120px;
}
.en__contents__text{
    width: 47.5%;
	line-height: 1.8;
	font-weight: 300;
	letter-spacing: 0.03em;
}
.en__contents__text b{
	font-size: 20px;
	display: block;
}
.en__contents__image{
    width: 47.5%;
}
.en__contents__image img{
	width: 100%;
	height: auto;
}

.en__contents .cafe__menu li {
    width: 47.5%;
    margin-bottom: 60px;
    box-shadow: 0 0 8px gray;
}
.en__contents .cafe__menu img {
    width: 100%;
    height: auto;
}

.en__top .en__contents__text{
	font-size: 20px;
}


.en__map .en__contents__text p{
	margin-top: 30px;
}
.en__map .en__contents__text b{
	font-size: 24px;
	color: #924795;
}


@media (max-width: 750px) {
	.en__contents{
		padding: 0 5% 30px;
	}
	.en__contents .aboutus{
		padding-bottom: 60px;
	}
	.en__contents .title{
		font-size: 18px;
		margin-bottom: 40px;
	}
	.en__top .en__contents__text{
		width: 100%;
		font-size: 16px;
	}
	.en__contents__image{
		width: 100%;
		margin-top: 20px;
	}
	.en__contents .cep.rev {
		margin-top: 60px;
	}
	
	.en__contents .cafe__menu li {
		width: 100%;
		margin-bottom: 40px;
	}

	.en__map .en__contents__text p {
		margin-top: 10px;
	}
	.en__map .en__contents__text b{
		line-height: 1.4;
	}
}
