@import "default.css";
@import "standard.css";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #F8F8F8;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
}
a:hover {
	opacity: .7;
}
img {
	width: 100%;
	height: auto;
}
* {
	box-sizing: border-box;
}
/* スタイル
------------------------------------------------ */
/* ヘッダー */
.header_inbox {
	width: 96%;
	max-width: 1800px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
h1 {
	width: 304px;
	margin-right: 50px;
}
/* フッター */
footer .column_2 {
	width: 80%;
	max-width: 1200px;
	min-width: 720px;
	margin: 0 auto;
	margin-bottom: 150px;
	display: flex;
	justify-content: center;
}
footer .column_2 .box {
	flex: 50%;
}
footer .column_2 .l_wrap {
	padding: 50px 20px;
	background: url(/image/footer/bg_cpntact.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer .column_2 .l_wrap dl.access {
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}
footer .column_2 .l_wrap dl.access dt {
	width: 304px;
	margin-bottom: 30px;
}
footer .column_2 .l_wrap .tel {
	margin-bottom: 30px;
	text-align: center;
}
footer .column_2 .l_wrap .tel a {
	text-decoration: none;
	color: #fff;
}
footer .column_2 .l_wrap .tel a i {
	width: 36px;
	height: 36px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: 10px;
}
footer .column_2 .l_wrap .tel dt {
	font-size: 36px;
	color: #fff;
}
footer .column_2 .l_wrap .tel dd {
	color: #fff;
}
footer .column_2 .l_wrap ul.form_button a {
	width: 240px;
	height: 50px;
	margin: 0 auto;
	background: #fff;
	border-radius: 25px;
	color: #00374A;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer #waveCanvas {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 90px;
    background: transparent;
    z-index: 1;
}
footer .footer_wrap {
	padding: 40px 0;
	background: #5C93A8;
	position: relative;
}
footer ul.nav {
	width: 80%;
	max-width: 970px;
	margin: 0 auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
footer ul.nav a {
	color: #fff;
	text-decoration: none;
}
footer .copyright {
	margin: 30px 0;
	color: #fff;
	text-align: center;
	letter-spacing: .15rem;
}
#fixedTop {
	right: 40px;
	bottom: 40px;
	width: 32px;
	height: 102px;
	background: url(/image/common/img_pagetop.svg) center no-repeat;
	background-size: contain;
	font-size: 12px;
	font-weight: bold;
	color: #00374A;
	text-decoration: none;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 9999;
}
/* ナビ部分
------------------------------------------------ */
nav {
	flex: 1;
	min-width: 670px;
	max-width: 940px;
}
nav .flex {
	margin-bottom: 5px;
	display: flex;
	justify-content: end;
}
nav .flex a {
	color: #030303;
	text-decoration: none;
}
nav .flex dl {
	margin-right: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
}
nav .flex dt i {
	width: 36px;
	height: 36px;
	display: block;
}
nav .flex dd {
	font-size: 14px;
}
nav .flex dt span {
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
nav .flex ul {
	display: flex;
	align-items: center;
}
nav .flex ul li.tel a {
	margin-right: 30px;
	font-size: 30px;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
}
nav .flex ul li.tel a i {
	width: 26px;
	height: 26px;
	margin-right: 5px;
	display: inline-block;
}
nav .flex ul li.access a {
	width: 170px;
	margin-right: 10px;
	padding: 5px 0;
	border: 1px #375980 solid;
	color: #375980;
	text-align: center;

	text-decoration: none;
	display: block;
}
nav .flex ul li.mail a {
	width: 170px;
	padding: 5px 0;
	background: #375980;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
}
nav ul.nav {
	padding-right: 10px;
	display: flex;
	justify-content: space-between;
}
nav ul.nav a {
	color: #375980;
	text-align: center;
	text-decoration: none;
}
nav ul.nav a span {
	font-size: 10px;
	color: #7A7A7A;
	display: block;
	letter-spacing: .1rem;
}
/* モーダルメニュー */
#nav_wrap_sp {
	display: none;
}
/* モーダルメニュー */
#nav_wrap_sp {
	display: none;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	max-width: 1690px;
	min-width: 900px;
	width: 86%;
	margin: 0 auto 60px;
	padding: 5px 20px;
	border-bottom: 1px #BABBBB solid;
	font-size: 14px;
}
#rootlist span {
	margin: 0 5px;
	color: #00374A;
}
#rootlist p {
	color: #00374A;
}
#rootlist i {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 5px;
}
#rootlist a {
	color: #00374A;
	text-decoration: none;
}
#rootlist a.top {
	letter-spacing: .075rem;
}
#rootlist a:hover {
	text-decoration: underline;
}
/* Hタグ
------------------------------------------------ */
h2.title {
	width: 96%;
	max-width: 1800px;
	height: 250px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0 40px;
	background: url(/image/common/h2_pattern.webp) right center no-repeat,#5C93A8;
	background-size: 1100px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
h2.title span.main {
	font-family: "Gelasio", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 70px;
	letter-spacing: .25rem;
	text-transform: capitalize;
}
h2.title span.main em {
	font-size: 50px;
}
h2.title span.sub {
	margin-left: 10px;
	font-size: 20px;
}
h3.title {
	width: 96%;
	max-width: 1160px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding-bottom: 5px;
	border-bottom: 1px #5C93A8 solid;
	font-size: 26px;
	font-weight: bold;
	color: #00374A;
}
h3.title2 {
	margin-bottom: 40px;
	color: #5C93A8;
	font-family: "Gelasio", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
h3.title2 em {
	color: #375980;
}
h3.title2 span {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	color: #747474;
	font-size: 14px;
	display: block;
}
h3.colorful {
	text-align: center;
}
h3.colorful span.point {
	font-size: 46px;
	color: #5C93A8;
	display: block;
	font-family: "Vesper Libre", serif;
	font-weight: 700;
	font-style: normal;
}
h3.colorful span.point em {
	font-size: 46px;
	color: #375980;
}
h3.post {
	margin: 80px 0;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #375980;
	text-align: center;
}
/* 共通
------------------------------------------------ */
#contents p {
	margin-bottom: 20px;
	line-height: 1.6em;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	max-width: 1140px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 160px;
}
.cbox_m0 {
	max-width: 1140px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
}
.cbox_s {
	max-width: 1000px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto 140px;
}
.cbox_l {
	max-width: 1160px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 160px;
}
.cbox_s_m0 {
	max-width: 1000px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto;
}
.inbox {
	margin: 0 auto 80px;
	padding: 0 10px;
	box-sizing: border-box;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 60px auto;
}
br.sp {
	display: none;
}
.pc_none {
	display: none;
}
.ggmap {
	width: 100%;
	aspect-ratio: 19 / 9 ;
	position: relative;
}
.ggmap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* トップページ
------------------------------------------------ */
#p_top #main ul.main_v {
	width: 96%;
	max-width: 1800px;
	min-width: 960px;
	aspect-ratio: 5 / 2 ;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
}
#p_top #main ul.main_v li {
	position: absolute;
}
#p_top #main ul.main_v li.main01 {
	width: 78%;
	top: 0;
	left: 0;
}
#p_top #main ul.main_v li.main02 {
	width: 31%;
	bottom: -12%;
	right: 0;
}
#p_top #main ul.main_v li.tree {
	width: 12%;
	top: 3%;
	right: 1%;
}
#p_top #main ul.main_v li.catchphrase {
	font-size: clamp(38px, 4vw, 48px);
	font-family: 'Sawarabi Mincho', serif;
	font-weight: bold;
	font-style: normal;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
	color: #375980;
	letter-spacing: 0.15rem;
	position: absolute;
	top: 15%;
	left: 7%;
}
#p_top #main ul.main_v li.catchphrase span {
	margin-left: 20px;
	margin-top: 25px;
	display: block;
}
#p_top #main ul.main_v li.name {
	font-family: "Gelasio", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: clamp(60px, 6vw, 100px);
	color: transparent;
	-webkit-text-stroke: 2px #1A99C9;
	letter-spacing: .75rem;
	position: absolute;
	bottom: 7%;
	right: 26%;
}
#p_top #main ul.main_v li.leaf {
	width: 22%;
	bottom: 0;
	left: 0;
}
#p_top #main ul.main_v li.sejutsu {
	width: 43%;
	position: absolute;
	bottom: 0;
	left: 12%;
}
#p_top #main .info_wrap {
	width: 96%;
	max-width: 1800px;
	margin: 0 auto;
	margin-bottom: 180px;
	background: url(/image/top/stanp_nami.svg) left top 180px no-repeat;
	background-size: 760px;
}
#p_top #main .info_wrap p {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 2;
	color: #00374A;
}
#p_top #main ul.movie li {
	width: 90%;
	max-width: 1020px;
	aspect-ratio: 16 / 9;
	margin: 100px auto;
}
#p_top #main ul.movie iframe {
	width: 100%;
	height: 100%;
	border: 10px #5C93A8 solid;
}
/* 5つのポイント */
#p_top #features .bg_wrap {
	max-width: 1500px;
	margin: 0 auto;
	margin-bottom: 100px;
	background: url(/image/top/bg_point.webp) center no-repeat;
	background-size: cover;
	position: relative;
}
#p_top #features .in_wrap {
	padding: 100px 0;
	padding-top: 180px;
	position: relative;
}
#p_top #features .bg_wrap:before,
#p_top #features .bg_wrap:after,
#p_top #features .in_wrap:before,
#p_top #features .in_wrap:after {
	content: "";
	width: 70px;
	height: 1px;
	background: #5C93A8;
	display: block;
	position: absolute;
}
#p_top #features .bg_wrap:before {
	transform:rotate(45deg);
	bottom: 10px;
	left: -20px;
}
#p_top #features .bg_wrap:after {
	transform:rotate(-45deg);
	bottom: 10px;
	right: -20px;
}
#p_top #features .in_wrap:before {
	transform:rotate(-45deg);
	top: 10px;
	left: -20px;
}
#p_top #features .in_wrap:after {
	transform:rotate(45deg);
	top: 10px;
	right: -20px;
}
#p_top #features h3 {
	font-size: 40px;
	color: #C4AF58;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_top #features h3 span.number {
	font-size: 50px;
}
#p_top #features .box {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	position: relative;
}
#p_top #features .box:after {
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	background: radial-gradient(circle farthest-side, #00374A, #00374A 50%, transparent 50%, transparent);
	background-size: 6px;
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
}
#p_top #features .box:last-of-type {
	margin-bottom: 0;
}
#p_top #features .box:last-of-type:after {
	display: none;
}
#p_top #features .box ul {
	width: 100px;
	height: 100px;
	margin-right: 30px;
	padding: 10px;
	background: url(/image/top/point_parts_g.svg) center no-repeat;
	background-size: contain;
}
#p_top #features .box:nth-of-type(even) ul {
	background: url(/image/top/point_parts_b.svg) center no-repeat;
	background-size: contain;
}
#p_top #features .box ul li {
	width: 100%;
	height: 100%;
	background: #5C93A8;
	border-radius: 50%;
	font-size: 36px;
	color: #fff;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#p_top #features .box:nth-of-type(even) ul li {
	background: #506D8F;
}
#p_top #features .box ul li span {
	font-size: 14px;
}
#p_top #features .box dl {
	flex: 1;
}
#p_top #features .box dt {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #375980;
}
#p_top #features .text_wrap {
	max-width: 1560px;
	margin: 0 auto;
	padding-bottom: 40px;
	background: url(/image/top/shadow_logo.svg) right bottom no-repeat;
	background-size: 350px;
}
#p_top #features .sunset {
	max-width: 1500px;
	margin: 0 auto;
	margin-bottom: 120px;
}
#p_top #features .sunset img {
	height: 240px;
	object-fit: cover;
}
#p_top #features .text_wrap p {
	color: #00374A;
	text-align: center;
	margin-bottom: 30px;
	line-height: 2;
}
#p_top #features .text_wrap p.first {
	margin-bottom: 40px;
	font-size: 20px;
	position: relative;
}
#p_top #features .text_wrap p.first::after {
    content: "";
    width: 324px;
    height: 8px;
    background-image: url(../image/top/ft_line.svg);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
#p_top #features .text_wrap p:last-of-type {
	margin-bottom: 90px;
}
/* お知らせ */
#p_top #news {
	padding: 40px;
}
#p_top #news .log {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.log {
	padding: 40px 0;
	background: #fff;
}
.log dl {
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 20px 10px;
	border-bottom: 1px #AEAEAE dotted;
	display: flex;
	align-items: center;
	gap: 5%;
}
.log dl:last-of-type {
	border: none;
}
.log dt {
	width: 200px;
	height: 50px;
	background: #375980;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.log dd {
	flex: 1;
}
.log dd a {
	color: #000;
}
.log dd i {
	font-style: normal;
	font-size: 14px;
	color: #BC1B21;
}
.log dd span {
	font-weight: bold;
	display: block;
}
ul.news_button {
	margin-bottom: 60px;
	text-align: center;
}
ul.news_button a {
	margin: 0 auto;
	font-size: 14px;
	color: #5E5E5E;
	text-decoration: none;
}
/* Instagram バナー */
#banner .instagram {
	width: 640px;
	height: 160px;
	margin: 0 auto;
	margin-bottom: 100px;
}
#banner .instagram a {
	width: 100%;
	height: 100%;
	padding: 7px;
	background: linear-gradient(to right, #FCB558, #ED4946, #8238CB);
	display: block;
	text-decoration: none;
}
#banner .instagram .w_wrap {
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
#banner .instagram .w_wrap ul.logo {
	width: 60px;
	height: 60px;
}
#banner .instagram .w_wrap ul.logo {
	width: 60px;
	height: 60px;
}
#banner .instagram .w_wrap dt {
	margin-bottom: 10px;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #000
}
#banner .instagram .w_wrap dt span {
	margin-bottom: 5px;
	font-size: 26px;
	color: #6E1818;
	display: block;
}
#banner .instagram .w_wrap dd span {
	padding: 0 10px;
	padding-bottom: 2px;
	border: 1px #BBB8B8 solid;
	color: #000;
	display: inline-block;
	letter-spacing: 0.1rem;
}
#banner .instagram .w_wrap ul.qr {
	width: 100px;
}
/* コラム */
#column .wrap {
	margin-bottom: 140px;
}
.c_log {
	width: 96%;
	max-width: 1180px;
	min-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
}
.c_log .box {
	width: calc( 96% / 3 );
	margin-bottom: 15px;
}
.c_log .box a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.c_log .box ul {
	margin-bottom: 20px;
	border: 5px #5C93A8 solid;
}
.c_log .box dl {
	width: 96%;
}
.c_log .box dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #375980;
}
.c_log .box dt i {
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	color: #BC1B21;
}
.c_log .box dd {
	color: #000;
}
/* 投稿
------------------------------------------------ */
#post h3,h4,h5,h6{
	font-weight: bold;
}
#post h3{
	width: calc(100% + 20px);
	margin: 50px 0;
	margin-left: -10px;
	margin-right: -10px;
	background: #375980;
	padding: 18px 10px;
	font-size: 20px;
	color: #fff;
}
#post h3:first-child{
	margin-top: 0;
}
#post h4{
	width: auto;
	margin-bottom: 20px;
	padding: 10px 5px;
	border-bottom: 1px #5C93A8 solid;
	font-size: 18px;
	font-weight: bold;
	color: #375980;
}
#post h4:before{
    content: "●";
    color: #BFBFBF;
	margin-right: 5px;
}
#post h5{
	width: auto;
	margin-bottom: 20px;
	padding: 3px 5px;
	background: #F5F5F5;
	font-size: 16px;
}
#post h6{
	width: auto;
	margin-bottom: 20px;
	font-size: 16px;
	color: #1A99C9;
}
#post h6:before{
    content: "✔";
	color: #1A99C9;
}
#post .border {
	margin-bottom: 40px;
	padding: 100px 150px;
	border: 1px #D9D9D9 solid;
}
#post .bgw {
	margin-bottom: 20px;
	padding: 80px 110px;
	background: #fff;
}
#post img {
	width: auto;
}
/* ご挨拶とスタッフ紹介
------------------------------------------------ */
#p_greeting #greeting .wrap {
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 0;
	margin-bottom: 160px;
	background: url(/greeting/image/bg_greeting.webp) center no-repeat;
	background-size: cover;
}
#p_greeting #greeting .w_wrap {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 30px 0;
	padding-bottom: 60px;
	background: rgba(255, 255, 255, 0.9);
}
#p_greeting #greeting .w_wrap h3 {
	margin-bottom: 10px;
	font-family: "Herr Von Muellerhoff", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 70px;
	color: #00374A;
	text-align: center;
	letter-spacing: .5rem;
}
#p_greeting #greeting .w_wrap p {
	font-size: 18px;
	color: #00374A;
	text-align: center;
	line-height: 2;
}
#p_greeting #staff .box {
	margin-bottom: 120px;
	display: flex;
	align-items: center;
	gap: 100px;
	position: relative;
}
#p_greeting #staff .box:last-of-type {
	margin-bottom: 160px;
}
#p_greeting #staff .box ul li {
	width: 350px;
	height: 350px;
}
#p_greeting #staff .stf_1 li {
	box-shadow: 20px 20px 0 #375980;
}
#p_greeting #staff .stf_2 li {
	margin-left: 20px;
	box-shadow: -20px 20px 0 #5C93A8;
}
#p_greeting #staff .box dl {
	flex: 1;
}
#p_greeting #staff .stf_2 dl {
	margin-left: -20px;
}
#p_greeting #staff .box dt {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #375980;
}
#p_greeting #staff .box dt span {
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #00374A;
	display: flex;
	align-items: center;
}
#p_greeting #staff .box dt span:before {
	content: "";
	width: 16px;
	height: 1px;
	margin-right: 10px;
	background: #707070;
	display: inline-block;
}
#p_greeting #staff .box dd.hobby {
	margin-top: 30px;
	color: #00374A;
}
#p_greeting #story .w_wrap {
	padding: 40px;
	background: #fff;
}
#p_greeting #story .w_wrap .flex {
	margin-bottom: 120px;
	display: flex;
	align-items: center;
}
#p_greeting #story .w_wrap .l_box {
	flex: 1;
}
#p_greeting #story .w_wrap .photo {
	width: 400px;
	height: 430px;
	margin-left: 40px;
	position: relative;
}
#p_greeting #story .w_wrap .photo .str_1 {
	width: 283px;
	position: absolute;
	top: 0;
	right: 0;
}
#p_greeting #story .w_wrap .photo .str_2 {
	width: 212px;
	position: absolute;
	top: 150px;
	left: 0;
}
#p_greeting #story .w_wrap p {
	line-height: 2;
	letter-spacing: .075rem;
}
#p_greeting #welcome dl {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 160px;
}
#p_greeting #welcome dt {
	margin-bottom: 30px;
	text-align: center;
}
#p_greeting #welcome dt span {
	font-size: 26px;
	font-weight: bold;
	color: #375980;
	display: inline-block;
	position: relative;
}
#p_greeting #welcome dt span::before,
#p_greeting #welcome dt span::after {
	content: "";
	width: 2px;
	height: 35px;
	background: #707070;
	display: block;
	position: absolute;
	bottom: -10px;
}
#p_greeting #welcome dt span:before {
	left: -20px;
	transform: rotate(-45deg);
}
#p_greeting #welcome dt span::after {
	right: -20px;
	transform: rotate(45deg);
}
/* 料金とご利用案内
------------------------------------------------ */
#p_information #course .course {
	margin-bottom: 20px;
}
#p_information #course .course dl {
	margin-bottom: 10px;
	display: flex;
}
#p_information #course .course dt {
	width: 290px;
	padding: 30px 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_information #course dl.zenshin dt {
	background: #375980;
}
#p_information #course dl.h_care dt {
	background: #5C93A8;
}
#p_information #course .course dd {
	padding: 20px 50px;
	background: #fff;
	flex: 1;
}
#p_information #course .course dd span {
	font-size: 18px;
	color: #AF0303;
	display: block;
}
#p_information #course .course dd em {
	font-size: 22px;
}
#p_information #course dl.h_care dd span {
	margin-bottom: 10px;
}
#p_information #course p.remarks {
	font-size: 18px;
}
#p_information #course .waribiki {
	width: 80%;
	max-width: 940px;
	margin: 50px auto;
	background: #fff;
	padding: 40px;
	border: 5px #1A99C9 solid;
	display: flex;
	flex-wrap: wrap;
}
#p_information #course .waribiki dt {
	width: 26%;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
#p_information #course .waribiki dd {
	width: 74%;
	font-size: 18px;
	color: #AF0303;
}
#p_information #information .box {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	gap: 40px;
	position: relative;
}
#p_information #information .box ul {
	width: 300px;
}
#p_information #information .box li img {
	border-radius: 10px;
}
#p_information #information .box dl {
	flex: 1;
}
#p_information #information .box dt {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #375980;
	display: flex;
	align-items: center;
}
#p_information #information .box dt i {
	width: 46px;
	height: 46px;
	margin-right: 20px;
	background: #1A99C9;
	border-radius: 50%;
	font-family: 'Sawarabi Mincho', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_information #information .box dd em {
	font-size: 22px;
}
/* お客様の声
------------------------------------------------ */
#p_voice #voice .border_box {
	margin-bottom: 60px;
	padding: 50px 60px;
	background: #fff;
	border: 1px #1A99C9 solid;
	display: flex;
}
#p_voice #voice .border_box ul {
	width: 180px;
	margin-right: 60px;
}
#p_voice #voice .border_box li {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
#p_voice #voice .border_box li.img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 10px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_voice #voice .border_box li.img img{
	width: auto;
}
#p_voice #voice .border_box li.bg_color01 {
	background: #EAF2E2;
}
#p_voice #voice .border_box li.bg_color02 {
	background: #DFF0FA;
}
#p_voice #voice .border_box li.bg_color03 {
	background: #F5EBF4;
}
#p_voice #voice .border_box li.bg_color04 {
	background: #FFF7DF;
}
#p_voice #voice .border_box .r_wrap {
	flex: 1;
}
#p_voice #voice .border_box dl {
	margin-bottom: 30px;
}
#p_voice #voice .border_box dl:last-of-type {
	margin-bottom: 0;
}
#p_voice #voice .border_box dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #375980;
	display: flex;
	align-items: center;
}
#p_voice #voice .border_box dt:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #375980;
	border-radius: 50%;
	display: inline-block;
}
/* アクセス
------------------------------------------------ */
#p_access #map .ggmap {
	margin-bottom: 30x;
}
#p_access #map ul.address {
	margin-bottom: 90px;
}
#p_access #map .column_2 {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#p_access #map .column_2 dl {
	width: 49%;
}
#p_access #map .column_2 dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
}
#p_access #map dt i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_access #map .l_wrap dt {
	color: #375980;
}
#p_access #map .l_wrap dt i {
	background: #375980;
}
#p_access #map .r_wrap dt {
	color: #126788;
}
#p_access #map .r_wrap dt i {
	background: #126788;
}
#p_access #map dt i img {
	width: auto;
}
#p_access #map .column_2 dd.img {
	margin-bottom: 10px;
}
/* お問い合わせ
------------------------------------------------ */
#p_contact .w_wrap {
	padding: 80px 20px;
	background: #fff;
}
#p_contact #tel a {
	width: 600px;
	height: 170px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 20px 0;
	border: 1px #375980 solid;
	text-decoration: none;
	display: block;
	text-align: center;
}
#p_contact #tel a dt {
	font-size: 26px;
	font-family: 'Sawarabi Mincho', serif;
	font-weight: 400;
	font-style: normal;
	color: #375980;
	letter-spacing: .15rem;
}
#p_contact #tel a dd {
	font-size: 18px;
	color: #375980;
}
#p_contact #tel a dd.number {
	font-size: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_contact #tel a dd.number i {
	width: 42px;
	height: 42px;
	margin-right: 10px;
	display: inline-block;
}
#p_contact #tel p {
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
}
#p_contact #mail dl {
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#p_contact #mail dl:last-of-type {
	margin-bottom: 60px;
}
#p_contact #mail dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #375980;
}
#p_contact #mail dt span {
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #AF0303;
}
#p_contact #mail dd {
	color: #BC1B21;
}
input {
	padding: 10px;
	height: 50px;
	background: #F5F5F5;
	border: none;
}
input[type="date"],
select {
	width: 250px;
	height: 50px;
	margin-right: 30px;
	padding: 0 10px;
	background: #fff;
	border: 1px #707070 solid;
}
textarea {
	padding: 10px;
	height: 300px;
	background: #F5F5F5;
	border: none;
}
input[type="submit"] {
	width: 260px;
	height: 50px;
	background: #499DBC;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* フォーム幅
------------------------------------------------ */
form .wl {
	width: 100% !important;
}
form .wm {
	width: 50% !important;
}
form .ws {
	width: 25% !important;
}
form .wss {
	width: 10% !important;
}