@charset "UTF-8";
/* ___ヘッダー___ */
header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;

	width: 100%;
	height: 90px;
	margin: 0 auto;

	border-bottom: 1px solid #b2b2b2;
}

.header-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.header-left > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
}

header ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;

	padding: 10px 0;
}

header li {
	margin-left: 30px;
}

header li a {
	font-weight: bold;

	-webkit-transition: 0.3s ease;
	        transition: 0.3s ease;

	color: #000;
}
header li a:hover {
	color: #ea6978;
}

header > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;

	max-width: 960px;
	margin: 0 auto;
	padding: 18px 0;
}

header > div p.sub-title {
	font-size: 15px;
	font-weight: bold;

	text-align: left;
	letter-spacing: 0.08em;

	color: #4e4e4e;
}

header > div div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

header > div p.area-name {
	font-size: 16px;
	font-weight: 500;

	margin: 8px 5px 0 20px;

	text-align: left;
	letter-spacing: 0.08em;

	color: #000;
}

@media all and (max-width: 960px) {
	/* ___ヘッダー___*/
	header {
		width: 100%;
		height: 60px;

		border-bottom: none;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	}
	.sub-title {
		display: none;
	}
	.header-list li a {
		display: none;
	}
	header > div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		padding: 15px 20px;
	}
	header > div p.area-name {
		font-size: 13px;
		font-weight: medium;
		line-height: 13px;

		vertical-align: baseline;
	}
	.logo {
		width: 84px;
		height: auto;
	}
}
/* ___フッター___ */
footer {
	position: relative;
	bottom: 0;

	width: 100%;
	height: auto;
	margin-top: auto;

	background-color: rgba(234, 105, 120, 0.2);
}

.house-pic {
	position: absolute;
	top: -60px;
	left: 50px;
}

.familiy-pic {
	position: absolute;
	top: -100px;
	right: 50px;
}

.container {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 80px 20px 80px;
}

.footer-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	width: 100%;
	max-width: 670px;
	height: 270px;
	padding: 20px 20px;

	background-color: white;
	-webkit-box-shadow: -10px 10px #ebc9c9;
	        box-shadow: -10px 10px #ebc9c9;
}

.book-cover {
	display: block;

	width: auto;
	height: 227px;
	margin-right: 20px;
}

.footer-box-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;

	color: #4e4e4e;
}

.footer-box-text a {
	font-size: 14px;

	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display:         inline-flex;

	padding: 12px 110px;

	white-space: nowrap;

	color: #ea6978;
	border: 1px solid #ea6978;
	border-radius: 10px;

	gap: 50px;
}

.footer-box-text h3 {
	font-weight: bold;
}

.footer-box-text p {
	padding: 20px 0;
}

.footer-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;

	margin: 40px 0;
	padding: 0;
}

.footer-list li {
	font-size: 14px;

	display: inline-block;

	padding: 0 20px;

	border-right: 1px solid #222;
}

.footer-list li a {
	-webkit-transition: 0.3s ease;
	        transition: 0.3s ease;

	color: #222;
}
.footer-list li a:hover {
	color: #ea6978;
}

.footer-list li:last-child {
	border-right: none;
}

.footer-botan {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	clear: both;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;

	margin-bottom: 40px;
}

.footer-botan a {
	margin: 0 10px;
}

.footer-text {
	font-size: 14px;

	text-align: center;
}

.footer-text p {
	margin-bottom: 40px;
}

@media all and (max-width: 960px) {
	/*フッター*/
	.footer-box {
		-webkit-box-align: center;
		-webkit-align-items: center;
		        align-items: center;
		-ms-flex-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;

		height: auto;
		padding: 20px;

		text-align: center;
	}
	.footer-box img {
		width: 150px;
		height: auto;
		margin: 0 auto;
	}
	.footer-box-text {
		-webkit-box-align: center;
		-webkit-align-items: center;
		        align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;

		width: 100%;
		padding: 0;
	}
	.footer-box-text h3 {
		margin-top: 30px;
	}
	.footer-box-text > p {
		font-size: 15px;
	}
	.footer-box-text h3 {
		font-size: 23px;
	}
	.house-pic {
		top: -20px;
		left: 20px;

		width: 200px;
	}
	.familiy-pic {
		top: -40px;
		right: 20px;

		width: 80px;
	}
	.footer-list li {
		width: 50%;
		padding: 10px 0;

		text-align: center;

		border: none;
		border-right: none;
	}
	.footer-list ul {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.footer-list li a {
		font-size: 15px;
	}
	.footer-box-text a {
		font-size: 14px;

		max-width: 100%;

		white-space: nowrap;
	}
	.footer-box-text a .arrow {
		font-size: 20px;

		right: 10px;
	}
}
/* todo: フロント用のCSS */
html {
	height: 100%;
}

body {
	font-family: "Century Gothic", sans-serif;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;

	min-height: 100vh;

	background-color: #fff;
}

p {
	color: #707070;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	word-wrap: break-word;
}

.breadcrumbs a,
.breadcrumbs {
	font-size: 12px;

	color: black;
}

.wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}

.container-common {
	width: 100%;
	max-width: 960px;
	margin-bottom: 169px;
}

.icon {
	position: relative;

	padding: 20px 0 29px;

	text-align: center;
}

.icon img:first-child {
	width: 123px;
}

.icon h1 {
	font-size: 25px;
}

.title {
	position: absolute;
	top: 55px;

	width: 100%;
}

.title p {
	font-size: 15px;
}

.contact-btn {
	font-size: 14px;

	position: relative;

	display: inline-block;

	padding: 12px 50px 12px 30px;

	-webkit-transition: 0.3s ease;
	        transition: 0.3s ease;
	text-align: center;

	color: #ea6978;
	border: 1px solid #ea6978;
	border-radius: 10px;
	background-color: white;
}
.contact-btn .arrow {
	font-size: 18px;

	position: absolute;
	top: 45%;
	right: 20px;

	-webkit-transition: 0.3s ease;
	        transition: 0.3s ease;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);

	color: #ea6978;
}
.contact-btn:hover {
	color: white;
	background-color: #ea6978;
}
.contact-btn:hover .arrow {
	color: white;
}

.breadcrumbs {
	font-size: 12px;
}

dd {
	white-space: pre-line;
}

.hanabi-wrapper {
	position: relative;
}

.hanabi {
	position: absolute;
	z-index: 10;
	top: 80px;
	left: -160px;

	width: 110px;
}

.container-common {
	position: relative;
	z-index: 1;
}

.inner {
	max-width: 960px;
	margin: 0 auto;
}

.url-back {
	word-break: break-all;
}

.stripe {
	position: relative;
	z-index: 0;
}
.stripe::before {
	position: absolute;
	z-index: 0;

	content: "";
	pointer-events: none;

	background-image: -webkit-repeating-linear-gradient(left, rgba(234, 105, 120, 0.05) 0, rgba(234, 105, 120, 0.05) 20px, #fff 20px, #fff 40px);
	background-image:         repeating-linear-gradient(90deg, rgba(234, 105, 120, 0.05) 0, rgba(234, 105, 120, 0.05) 20px, #fff 20px, #fff 40px);

	inset: 0;
}

@media all and (max-width: 960px) {
	.container-common {
		padding: 0 20px;
	}
	.title p {
		font-size: 15px;
	}
	.hanabi-wrapper {
		position: relative;
	}
	.hanabi {
		position: absolute;
		z-index: 10;
		top: 60px;
		left: 0;

		width: 41px;
	}
	.disp-none {
		display: none;
	}
}
.hanabi {
	z-index: 9999; /* 強制的に最前面にしてみて！ */
}

.foryou-box,
.container-common.inner {
	overflow: visible;
}
