@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
/*----------------------------------------
リセット
----------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ul li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
/*----------------------------------------
共通設定
----------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	color: #333;
	font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
a {
	color: unset;
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
}
h1, h2 {
	font-family: 'Josefin Sans', 'Noto Sans JP', serif;
}
img {
	height: auto;
	max-width: 100%;
}
section {
	clear: both;
	overflow: auto;
	padding: 5em 0;
}
section h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 2em;
	text-align: center;
}
section h2 span {
	color: #999;
	display: block;
	font-size: 0.65em;
	font-weight: normal;
	margin-top: 0.5em;
}
section h3 {
	font-size: 1.5em;
}
section h4 {
	font-size: 1.25em;
}
.inner {
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
}
.only_pc {
	display: block !important;
}
.only_pc_i {
	display: inline-block !important;
}
.only_sp {
	display: none !important;
}
/*----------------------------------------
caution
----------------------------------------*/
#caution {
	background-color: #E0065D;
	color: #fff;
	margin-bottom: 5em;
	padding: 5em 0 5em;
}
#caution h2 {
	margin: 0 auto 0.5em;
	position: relative;
	width: fit-content;
}
/*#caution h2::before {
	aspect-ratio: 3 / 1;
	background-image: url(../img/common_caution.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	position: absolute;
	top: -2em;
	left: -2em;
	width: 180px;
}*/
@media only screen and (max-width: 1200px) {
	#caution h2::before {
		top: -2.5em;
		left: -3em;
	}
}
@media only screen and (max-width: 960px) {
	#caution {
		margin-bottom: 0;
		padding: 6em 0 3em;
	}
}
@media only screen and (max-width: 800px) {
	#caution h2::before {
		top: -2.5em;
		left: -2em;
		width: 140px;
	}
}
@media only screen and (max-width: 720px) {
	#caution h2::before {
		top: -2.75em;
		left: -1em;
	}
}
/*----------------------------------------
inquiry
----------------------------------------*/
.inquiry .inquiry_base {
	background-color: #E0065D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding: 2.5em 0;
	text-align: center;
}
.inquiry strong {
	font-size: 1.5em;
	width: 100%;
}
.inquiry h2 {
	display: flex;
	justify-content: center;
	font-size: 5em;
	line-height: 1;
	width: 100%;
}
.inquiry h2 img {
	margin-right: 0.15em;

}
.inquiry h2.tel {
	align-items: baseline;
	margin: 0.25em 0 0;
}
.inquiry h2.mail {
	align-items: center;
	margin: 0.25em 0 0.15em;
}
.inquiry ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2em;
	max-width: 1000px;
	width: 100%;
}
.inquiry li {
	background-color: #fff;
	border-radius: 10px;
	color: #E0065D;
	font-size: 1.25em;
	font-weight: bold;
	padding: 0.25em 0 0.5em;
	width: 32.5%;
}
@media only screen and (max-width: 1200px) {
	.inquiry ul {
		width: 90%;
	}
}
@media only screen and (max-width: 960px) {
	.inquiry {
		padding: 0;
	}
	.inquiry h2 {
		font-size: 4em;
	}
	.inquiry h2 img {
		width: 5%;
	}
	.inquiry li {
		font-size: 1em;
	}
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 480px) {
	.inquiry .inquiry_base {
		padding: 1.5em 0;
	}
	.inquiry strong {
		font-size: 1em;
	}
	.inquiry h2 {
		font-size: 2.5em;
	}
	.inquiry h2 img {
		width: 5.5%;
	}
	.inquiry ul {
		margin-top: 0;
	}
	.inquiry li {
		margin-top: 1em;
		width: 48%;
	}
}
/*----------------------------------------
ヘッダー
----------------------------------------*/
.c-header {
	background-color: rgba(255, 255, 255, 0.85);
	border-bottom: solid #eee 1px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.25em 2em;
	width: 100%;
	z-index: 1;
}
.c-header__logo {
	max-width: 120px;
}
.c-header__list {
	box-sizing: border-box;
	display: flex;
}
.c-header__list-link {
	display: block;
	margin-left: 2em;
	padding: 1em 0;
}
.c-hamburger-menu {
	position: fixed;
	top: 0;
}
@media screen and (max-width: 960px) {
	.c-hamburger-menu__list {
		background-color: #fff;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(-100%);
		transition: 0.2s;
		width: 100%;
	}
	#hamburger:checked ~ .c-hamburger-menu__list {
		top: 100%;
		transform: translateY(0%);
		transition: 0.2s;
	}
}
.c-hamburger-menu__input {
	display: none;
}
.c-hamburger-menu__bg {
	background-color: #333;
	cursor: pointer;
	display: none;
	height: 100vh;
	opacity: 0.5;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: -1;
}
#hamburger:checked ~ .c-hamburger-menu__bg {
	display: block;
}
.c-hamburger-menu__button {
	display: none;
}
.c-hamburger-menu__button-mark {
	background-color: #333;
	display: block;
	height: 2px;
	transition: 0.2s;
	width: 25px;
}
@media screen and (max-width: 960px) {
	.c-header {
		padding: 0.25em 1em;
	}
	.c-header__list-item {
		width: 100%;
	}
	.c-header__list-link {
		border-top: solid #eee 1px;
		font-weight: bold;
		margin: 0;
		padding: 1em 2em;
	}
	.c-hamburger-menu__button {
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		height: 35px;
		width: 35px;
	}
	#hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
		transform: translate(3px, 0) rotate(45deg);
		transform-origin: 0%;
	}
	#hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
		opacity: 0;
	}
	#hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
		transform: translate(3px, 3px) rotate(-45deg);
		transform-origin: 0%;
	}
}
/*----------------------------------------
フッター
----------------------------------------*/
#footer {
	padding: 0 0 5em;
	text-align: center;
}
#footer a {
	text-decoration: underline;
}
.pagetop {
	background-color: #fff;
	border: solid #1E2672 2px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	z-index: 2;
}
.pagetop__arrow {
	border-top: solid #1E2672 3px;
	border-right: solid #1E2672 3px;
	height: 10px;
	transform: translateY(20%) rotate(-45deg);
	width: 10px;
}
/*----------------------------------------
レスポンシブ設定
----------------------------------------*/
@media only screen and (max-width: 1200px) {
	body {
		font-size: 15px;
	}
	section h2 {
		font-size: 1.75em;
	}
	section h4 {
		font-size: 1.15em;
	}
	.inner {
		width: 94%;
	}
}
@media only screen and (max-width: 960px) {
	.only_pc {
		display: none !important;
	}
	.only_pc_i {
		display: none !important;
	}
	.only_sp {
		display: block !important;
	}
	section h2 {
		font-size: 1.5em;
		margin-bottom: 1em;
	}
	section h3 {
		font-size: 1.25em;
	}
	section h4 {
		font-size: 1em;
	}
}
@media only screen and (max-width: 800px) {
	body {
		font-size: 13px;
	}
}
@media only screen and (max-width: 720px) {
	#caution {
		margin-bottom: 2.5em;
	}
	.pagetop {
		height: 30px;
		right: 10px;
		bottom: 10px;
		width: 30px;
	}
	.pagetop__arrow {
		height: 5px;
		width: 5px;
	}
}
@media only screen and (max-width: 480px) {
	.c-header__logo {
		max-width: 100px;
		text-decoration: none;
	}
	section h2 {
		font-size: 1.25em;
	}
	section h3 {
		font-size: 1em;
	}
	section h4 {
		font-size: 1.25em;
	}
	#kv {
		aspect-ratio: 2 / 1;
		background-position: top 10% right -50%;
		background-size: 80%;
	}
	#kv h1 {
		margin-left: 2.5%;
		max-height: 45px;
	}
	#caution h2::before {
		top: -3em;
	}
}




/*----------------------------------------
section00
----------------------------------------*/
#sec00 .base {
	color: #E0065D;
	margin-bottom: 0;
	padding: 6em 0;
	text-align: center;
}
#sec00 strong {
	font-size: 1.5em;
	width: 100%;
}
#sec00 h2 {
	display: flex;
	justify-content: center;
	font-size: 5em;
	line-height: 1;
	width: 100%;
}
#sec00 h2 img {
	margin-right: 0.15em;

}
#sec00 h2.tel {
	align-items: baseline;
	margin: 1.5em 0 0;
}
#sec00 h2.mail {
	align-items: center;
	margin: 1em 0 0.15em;
}
#sec00 ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2em;
	max-width: 1300px;
	width: 100%;
}
#sec00 li {
	background-color: #fff;
	border-radius: 10px;
	color: #E0065D;
	font-size: 1.25em;
	font-weight: bold;
	padding: 0.25em 0 0.5em;
	width: 22.5%;
}
@media only screen and (max-width: 1200px) {
	#sec00 ul {
		width: 90%;
	}
}
@media only screen and (max-width: 960px) {
	#sec00 {
		padding: 0;
	}
	#sec00 h2 {
		font-size: 4em;
	}
	#sec00 li {
		font-size: 1em;
	}
}
@media only screen and (max-width: 960px) {
	#sec00 h2 img {
		width: 12.5%;
	}
}
@media only screen and (max-width: 480px) {
	#sec00 .base {
		padding: 1.5em 0;
	}
	#sec00 strong {
		font-size: 1em;
	}
	#sec00 h2 {
		font-size: 2.5em;
	}
	#sec00 h2 img {
		width: 5.5%;
	}
	#sec00 ul {
		margin-top: 0;
	}
	#sec00 li {
		margin-top: 1em;
		width: 48%;
	}
}
