@charset "UTF-8";
body {
	margin: 0;
	min-height: 100vh;
	font-size: 28px;
	text-align: justify;
	overflow-wrap: break-word;
}
/*太字にする*/
.bold {
	font-weight: bold;
}

/*ライトテーマ*/
.lightbgcolor {
	background-color: #fff;
	color: #111;
	border-color:#000;
}

.lightbgcolor header {
	background-color: #fff;
}
.lightbgcolor .menu {
	background-color: #ffff99;
}
.lightbgcolor footer {
	background-color: #fff;
}
.lightbgcolor .copy {
background: linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url(../background.jpg) no-repeat center center;
background-size:cover;
border-bottom-right-radius: 30px;
padding: 10px;
}

.lightbgcolor a {
	color: #111;
	}
.lightbgcolor article a {
	color: #18324d;
	text-decoration: underline dotted;
	}
.lightbgcolor article a:hover {
	background-color: #aad674;
	}
/*ダークテーマ*/
.darkbgcolor {
	background-color: #111;
	color: #fff;
	border-color:#fff;
	}
.darkbgcolor a {
	color: #fff;
	}
.darkbgcolor article a {
	color: #ffff80;
	text-decoration: underline dotted;
	}
.darkbgcolor article a:hover {
	background-color: #aad674;
	}
.darkbgcolor header {
	background-color: #111;
}
.darkbgcolor .menu {
	background-color: #111;
}

.darkbgcolor footer {
	background-color: #111;
}
/*ヘッダー*/
header {
	width: 100%;
	height: 250px;
	padding: 7px;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.head {
	width: 90%;
	margin-top: 5px;
	padding-left: 13px;
}
.tel {
	text-align: center;
	transform: scale(0.9, 1);
	width: 400px;
	height: 70px;
	overflow: hidden;
	font-size: 22px;
	background-color: #00008b !important;
	color: #fff !important;
	border-radius: 40px;
	padding: 5px 0px;
	margin: 5px;
	display: block;
	}
.phoneno {
	font-size: 30px;
	background-color: #00008b !important;}
.tel>a, .phoneno >a {
	background-color: #00008b !important;
	color: #fff !important;
	text-decoration: none;}
.tel>a:hover, .phoneno >a:hover {
	background-color: #00008b !important;
	color: #fff !important;
	text-decoration: none;}
.colorchange {
	margin: 5px;
	}

input[type=radio] {
display: none;
}
.label {
	display: block; /* ブロックレベル要素化する */
	width: 80px; /* ボックスの横幅を指定する */
	height: 50px; /* ボックスの高さを指定する */
	float: right;
	font-size: 28px;
	font-weight: bold;
	line-height: 50px;
	text-align: center; /* テキストのセンタリングを指定する */
	cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
	border: 3px solid #bbb;
}

.black_button {
	background-color: #000 !important;
	color: #fff !important;
}
.reset_button {
	background-color: #fff !important;
	color: #000 !important;
}
/*本文*/

article {
	padding-bottom: 30px;
	margin: 0 20px;
}
.main {
	min-height: 700px;
}
.check {
	list-style-type:none;}
.check > li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 400;
  padding-right: 0.25em;
  margin-left: -1.2em;
}
.article-contents {
	padding-top: 7px;
	font-family: sans-serif;
	}
.article-contents h1 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 40px;
	margin-top: 100px;
	margin-bottom: 10px;
	line-height: 60px;
	}
.article-contents h1:first-of-type {
	margin-top: 10px;
	}
.highlight {
	background:linear-gradient(transparent 60%, #6cf 60%);
	}
.highlight_light {
	background:linear-gradient(transparent 80%, #ff66d9 80%);
	}
.article-contents h2 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 36px;
	margin: 5px 0;
	}
h2 ~ p {
	margin-top: 10px;
	margin-bottom: 30px;
	}
.article-contents p {
	font-family: 'BIZ UDPGothic', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	}
.information {
	margin: 5px 13px;
	padding: 0px 10px;
	border: 2px dotted;
	word-break: break-all;
}
.copy {
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.copy h1 {
margin-top: 5px;
line-height: 54px;}
.light {
	text-shadow:0 0 20px #ff1493;
}

.copy p {
display: block;
margin-bottom: 10px;}
.detail_head {
	font-size: 32px;
	}

.detail_content {
	font-family: 'BIZ UDPGothic', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	}

/*メニュー*/
.menu {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	position: sticky;
	left: 0px;
	top: 200px;
	width: 100%;
	}
.menu_item {
	width: 100%;
	height: 48px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 32px;
	border-bottom: 1px solid;
	margin: 0;
	line-height: 32px;
	box-sizing: border-box;
	padding: 7px 20px;
	}
.menu_item:first-child {
	border-top: 1px solid;}
.menu_item >a {
	display: block;
	text-decoration: none;
	}

	
/*フッター*/
.back {
	font-family: 'BIZ UDPGothic', sans-serif;
	font-style: normal;
	font-weight: 700;
}
footer {
	width: 100%;
	height: 27px;
	font-size: 15px;
	font-family: sans-serif;
	box-sizing: border-box;
	padding: 1px 20px;
	line-height: 15px;
	position: sticky;
	left: 0px;
	bottom: 0px;
	}
	/*PC版（小）*/
@media screen and (min-width: 1024px) and (max-width: 1200px)
{
/*ヘッダー（PC版（小））*/
header {
	height: 100px;
	padding: 7px;
	position: fixed;
	top: 0px;
	left: 0px;
	}
.head {
	width: auto;
	height: 60px;
	padding-left: 20px;
}
.colorchange {
	margin: 5px 80px 5px 5px;
	}
.tel {
	text-align: center;
	width: 280px;
	height: 49px;
	overflow: hidden;
	font-size: 20px;
	line-height:28px;
	border-radius: 28px;
	padding: 5px 0px;
	margin: 5px;
	display: block;
	}
.phoneno {
	font-size: 24px;
	}
 a[href^="tel:"]{
    pointer-events: none;
  }

/*本文（PC版（小））*/
article {
	margin: 0 70px;
	padding-top: 150px;
}
.lightbgcolor .copy {
border-bottom-right-radius: 200px;
}
.information {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	width: 500px;
	padding: 10px 20px;
	line-height: 36px;
}
/*メニュー（PC版（小））*/
.menu {
	overflow: hidden;
	width: 100%;
	height: 56px;
	position: fixed;
	top: 100px;
	left: 0px;
	flex-direction: row;
	justify-content: space-between;
	}
.menu_item {
	display: inline-block;
	letter-spacing: -1px;
	height: 56px;
	font-size: 32px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;
	}
.menu_item:first-child {
	border-top: none;
	}
.menu_item:last-child {
	border-top: none;
	}
.main_contents {
	flex-grow: 1;
	}
.menu :hover {
	height: 56px;
	background-color: #aad674;
	flex-basis: 100%;
	text-align: center;
	}
	/*フッター（PC版（小））*/
footer {
	height: 30px;
	font-size: 20px;
	line-height: 15px;
	position: sticky;
	left: 0px;
	bottom: 0px;
	}
}
/*PC版*/
@media screen and (min-width: 1200px)
{
/*ヘッダー（PC版）*/
header {
	height: 100px;
	padding: 7px;
	position: fixed;
	top: 0px;
	left: 0px;
	}
.head {
	width: auto;
	height: 70px;
	padding-left: 40px;
}
.colorchange {
	margin: 5px 80px 5px 5px;
	}
 a[href^="tel:"]{
    pointer-events: none;
  }

/*本文（PC版）*/
article {
	margin: 0 70px;
	padding-top: 150px;
}
.lightbgcolor .copy {
border-bottom-right-radius: 200px;
}
.information {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	width: 500px;
	padding: 10px 20px;
	line-height: 36px;
}
/*メニュー（PC版）*/
.menu {
	overflow: hidden;
	width: 100%;
	height: 56px;
	position: fixed;
	top: 100px;
	left: 0px;
	flex-direction: row;
	justify-content: space-between;
	}
.menu_item {
	display: inline-block;
	height: 56px;
	font-size: 36px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 36px;
	text-align: center;
	white-space: nowrap;
	}
.menu_item:first-child {
	border-top: none;
	padding-left: 17px;}
.menu_item:last-child {
	border-top: none;
	padding-right: 17px;}
.main_contents {
	flex-grow: 1;
	}
.menu :hover {
	height: 56px;
	background-color: #aad674;
	flex-basis: 100%;
	text-align: center;
	}
	/*フッター（PC版）*/
footer {
	height: 30px;
	font-size: 20px;
	line-height: 15px;
	position: sticky;
	left: 0px;
	bottom: 0px;
	}
}