@charset "utf-8";
/*******************
もともとあったスタイル
*******************/
/*--パンくず--*/
.eb_garamond {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.questrial_regular {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main img {
	width: 100%;
}
#breadcrumb {
	border-top: none;
}
/*--メイン--*/
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
body {
	background: #ece7e1;
}
.wrap {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	letter-spacing: .05em;
	font-size: 14px;
	line-height: 2em;
}
.FV {
	position: relative;
}
.FV img {
	width: 100%;
}
.fv_text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.flex {
	display: flex;
}
.head_area {
	width: 90%;
	margin: 0 auto 80px;
	padding: 80px 0;
	border-bottom: 1px solid #333;
}
.head_txt {
	text-align: center;
	font-size: 18px;
	line-height: 2em;
}
.coodinateeria {
	margin-bottom: 150px;
}
.coodinate_list {
	width: 88%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.coodinate_list a {
	margin: 0 5% 50px;
	width: calc( 100% / 2 - 10% );
}
.coodinate_list a span {
	display: block;
	text-align: center;
}
.coodinate_title {
	font-size: 40px;
	color: #394a7e;
	text-align: center;
	margin: 0 auto 50px;
}
.style_area {
	width: 100%;
	margin: 0 auto 150px;
}
.coordinatepoint_main {
	width: 100%;
	margin: 0 auto 50px;
}
.style_texteria {
	width: 90%;
	margin: 0 auto 50px;
}
.coordinatepoint_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.coordinatepoint_title_catch {
	width: 75%;
	font-size: 18px;
}
.coordinatepoint_title_catch span {
	display: block;
}
.coordinatepoint_title_buy {
	width: 20%;
}
.coordinatepoint_title_buy a {
	display: block;
}
.coordinatepoint_title_buy a img {
	vertical-align: bottom;
}
.style_images img {
	vertical-align: bottom;
}
.style_link {
	margin: 0 auto 80px;
	width: 90%;
}
.style_link a {
	font-size: 16px;
	text-decoration: underline;
	display: block;
}
.slick-slider {
	margin-bottom: 0;
}
.style1_images1 {
	margin-bottom: 40px;
}
.style1_images2 {
	margin-bottom: 40px;
}
.style1_images3 {
	margin-bottom: 40px;
}
.style1_images4 {
	width: 90%;
	margin: 0 auto 30px;
	background: #fff;
	padding: 30px;
}
.style1_images4 .slider_fade {
	margin-bottom: 20px;
}
.style2_images2 {
	margin-bottom: 80px;
}
.style2_images3 {
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
}
.style2_images4 {
	width: 100%;
	margin: 0 auto 30px;
}
.style2_images4.slick-slider img {
	margin: 0 10px;
}
.style3_images1 {
	margin-bottom: 50px;
}
.style3_images2 {
	margin-bottom: 50px;
}
.style3_images3 {
	margin-bottom: 30px;
}
.style4_images2 {
	margin-bottom: 30px;
}
.style4_images3 {
	width: 80%;
	margin: 0 auto 30px;
	background: #fff;
	padding: 20px;
}
.style4_images3_1 {
	margin-bottom: 10px;
}
.style4_images3_2 {
	margin-bottom: 10px;
}
.style4_images3_3 {
	margin-bottom: 10px;
}
.style4_images3_text {
	margin-bottom: 20px;
}


.profile_box {
	width: 80%;
	margin: 0 auto 100px;
	background: #fff;
	padding: 20px;
}
.profile_image {
	margin-bottom: 10px;
}
.profile_date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.profile_date_name {
	width: 25%;
}
.profile_date_name2 {
	width: 50%;
}
.profile_date_name2 a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.profile_date_name2 a img {
	width: 30px;
	margin-right: 10px;
}
.profile_date_name2 span {
	font-size: 16px;
}
.profile_comment {
	font-size: 14px;
}


.banner_area {
	width: 70%;
	margin: 0 auto 100px;
}
.banner_area_title {
	font-size: 30px;
	color: #374b7e;
	text-align: center;
	margin-bottom: 10px;
}

.btn_area {
	width: 40%;
	margin: 0 auto 100px;
}
.btn_area a {
	width: 100%;
	display: block;
	margin: 0 auto 30px;
}

/*******************
SP
********************/
@media screen and (min-width: 769px) {
	a {
		transition: .3s;
	}
	a:hover {
		opacity: .7;
	}
}


/*******************
SP
********************/
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important
	}
	.head_txt {
		font-size: 3.5vw;
	}
	.coodinateeria {
		margin-bottom: 100px;
	}
	.coordinatepoint_main {
		margin: 0 auto 20px;
	}
	.coordinatepoint_title {
		margin-bottom: 20px;
	}
	.coodinate_title {
		font-size: 8vw;
		margin: 0 auto 30px;
	}
	.coodinate_list a {
		margin: 0 2.5% 30px;
	}
	.coordinatepoint_title_catch {
		font-size: 3.2vw;
		margin-bottom: 10px;
		width: 80%;
	}
	.coordinatepoint_title_buy {
		width: 18%;
	}
	.coordinatepoint_text {
		font-size: 2.9vw;
		margin-bottom: 30px;
	}
	.style_area {
		width: 100%;
		margin: 0 auto 100px;
	}
	.style_link a {
		font-size: 3.2vw;
	}
	.style1_images4 {
		background: #fff;
		padding: 5%;
	}
	.style1_images3 {
		margin-bottom: 20px;
	}
	.style1_images4 {
		margin: 0 auto 20px;
	}
	.style2_images2 {
		margin-bottom: 50px;
	}
	.style2_images4 {
		margin: 0 auto 20px;
	}
	.style3_images1 {
		margin-bottom: 20px;
	}
	.style3_images3 {
		margin-bottom: 20px;
	}
	.style4_images2 {
		margin-bottom: 20px;
	}
	.style4_images3 {
		margin: 0 auto 20px;
		background: #fff;
		padding: 5%;
	}

	.profile_box {
		padding: 5%;
	}
	.profile_date_name2 a img {
		width: 20px;
		margin-right: 10px;
	}
	.profile_date_name2 span {
		font-size: 3.2vw;
	}
	.profile_comment {
		font-size: 2.9vw;
	}

	.banner_area {
		margin: 0 auto 70px;
	}
	.banner_area_title {
		font-size: 6vw;
	}
	
	.btn_area {
		width: 50%;
		margin: 0 auto 80px;
	}
}