@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
.content {
	background: #e0e0e0;
	padding-bottom: 50px
}
.content .title {
	font-size: 48px;
	text-align: center;
	font-family: "lexend-deca", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 70px 0 0;
}
.sub-title {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.titlegreem{
	color: #7dbe37;
}

.custom-menu {
	display: flex;
	gap:50px;
	width: 100%;
	max-width: 1095px;
	margin: 50px auto 0;
	background: #FFFFFF;
	padding: 20px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++
	カスタムテキスト部分
++++++++++++++++++++++++++++++++++++++++++++++ */
.text-area h3{
	font-size: 30px;
}
.text-area .text {
	margin-top: 15px;
}
.price table{
	border-collapse:collapse;
	margin-top: 15px;
}
.text-area .other-comment {
	margin-top: 15px;
}

.price table {
	width: 100%;
}
.price th{
	width:40%;
	background:#222;
	color:#fff;
	padding:10px;
	text-align:center;
	border:1px solid #ddd;
	font-weight: normal;
}
.price td{
	width:70%;
	background:#fff;
	padding:15px;
	border:1px solid #ddd;
}
/* ++++++++++++++++++++++++++++++++++++++++++++
	カスタム写真ギャラリー
++++++++++++++++++++++++++++++++++++++++++++++ */

.custom-menu .images {
	width: 500px;
}
.slick-next {
	right:15px!important;
}
.slick-prev {
	left: 15px!important;
	z-index: 5!important;
}
/* ++++++++++++++++++++++++++++++++++++++++++++
	スマホサイト用調整
++++++++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width:980px){
	
	.custom-menu {
		margin:  30px auto 0;
		flex-direction: column;
		flex-direction: row-reverse;
		flex-direction: column-reverse;
	}
	.img-rigth {
		flex-direction: column;
	}
	.custom-menu .images {
		width: 100%;
	}
	.content .title {
		font-size: 38px;
		padding: 40px 0 0;
	}
	.sub-title {
		font-size: 16px;
	}
	.price th,.price td{
		font-weight: normal;
		font-size: 14px;
	}
}