@charset "UTF-8";
/************************************************************
 * header&footer(弄らないで下さい)
 ************************************************************/

/* PC表示(900px以上) */
@media only screen and (min-width: 900px) {
	.CS_siteHeader {
		display: none !important;
	}

	.siteFooter {
		display: none !important;
	}

	body,
	#proContents,
	#proContents p {
		font-size: 16px;
		-webkit-text-size-adjust: 100%;
	}
}

/* SP表示(899px以下) */
@media only screen and (max-width: 899px) {
	.CS_siteHeader_PC {
		display: none !important;
	}

	.siteFooter_PC {
		display: none !important;
	}

	body,
	#proContents,
	#proContents p {
		font-size: 16px;
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "osaka", sans-serif;
		line-height: 140%;
	}
}

/************************************************************
 * 以下、自由にご記入下さい。
 ************************************************************/

/* 全体設定 */
/* 全体設定 */
#proContents * {
	box-sizing: border-box;
}

#proContents img {
	max-width: 100%;
}

#proContents ul li {
	list-style: none;
}

#proContents address {
	font-style: normal;
}

#logo {
	width: 100%;
	text-align: center;
	line-height: 70%;
	margin: 0 auto;
	padding: 20px 0 20px;
	background-color: #ffffff;
}

#logo img {
	max-width: 400px;
}

.contents {
	width: 980px;
	margin: 0 auto;
	padding: 72px 0 78px;
}

.contents .bt {
	transition: 0.2s;
}

.contents .bt:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	opacity: .6;

}

.contents .bt a {
	display: block;
}


/* コンテンツ1 */
/* コンテンツ1 */
#Contents01 {
	background: url(../images/bg_01.png)repeat, white;
	background-size: 50%;
}

/* コンテンツ2 */
/* コンテンツ2 */
#Contents02 {
	background: url(../images/bg_02.jpg)no-repeat;
}

#Contents02 p {
	text-align: center;
}

#Contents02 ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#Contents02 ul li {
	max-width: 430px;
	margin: 0 1em;
}


/* コンテンツ3 */
/* コンテンツ3 */
#Contents03 {
	background-image: linear-gradient(0deg, rgba(244, 170, 142, 1), rgba(232, 62, 36, 1));
}

#Contents03 p {
	margin: 0 auto;
	max-width: 716px;
	padding-top: 60px;
}


/* コンテンツ4 */
/* コンテンツ4 */
#Contents04 {
	background: white;
}

#Contents04 p img {
	display: block;
	margin: 0 auto;
}

#Contents04 .bt {
	margin: 0 auto;
	max-width: 540px;
	padding-top: 30px;
}

/* コンテンツ5 */
/* コンテンツ5 */
#Contents05 {
	background-image: linear-gradient(0deg, rgba(225, 192, 123, 1), rgba(250, 220, 168, 1));
}

#Contents05 p img {
	display: block;
	margin: 0 auto;
}


/* コンテンツ6 */
/* コンテンツ6 */
#Contents06 {
	padding-bottom: 10px;
	/* background-image: repeating-linear-gradient(135deg, rgba(245, 178, 37, 1) 7% 8%, rgba(247, 190, 78, 1) 8% 9%); */
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(235, 194, 239, 1) 5px, rgba(235, 194, 239, 1) 10px)
}

#Contents06 a {
	text-decoration: none;
}

#Contents06 .h {
	padding-bottom: 59px;
}

#Contents06 .h img {
	display: block;
	margin: 0 auto;
}

#Contents06 ul {
	display: grid;
	justify-items: stretch;
	align-items: stretch;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 0 10px;
}

/* リストの色 */
/* リストの色 */
:root {
	--listColor01: #084a96;
}

#Contents06 ul li {
	border: 3px solid var(--listColor01);
	background: #d1e1ee;
	padding: 1em;
	border-radius: 5px;
	line-height: 1.1;
	text-align: center;
	height: 22rem;
}

#Contents06 ul li address h3 {
	height: 2.5em;
	margin-bottom: 0.4em;
	line-height: 1.2;
	color: var(--listColor01);
	font-size: clamp(1rem, 4.2vw, 2.3rem);

	display: flex;
	justify-content: center;
	align-items: center;
}

#Contents06 ul li address p:not(:last-of-type) {
	margin-bottom: 1em;
}

#Contents06 ul li address p.ad {
	height: 3.5em;
	font-size: clamp(0.7rem, 3vw, 1.5rem);

}

#Contents06 ul li address p.phone {
	font-size: clamp(0.7rem, 3vw, 1.5rem);
	margin-bottom: 1em;

}

#Contents06 .link_box {
	display: flex;
	justify-content: center;
}

#Contents06 ul li p.link {
	text-align: center;
	margin-bottom: clamp(0.8em, 2.5vw, 2em);

}

#Contents06 ul li p.link:nth-of-type(1) {
	margin-right: 1em;

}

#Contents06 ul li p.link a {
	padding: 0.2em 1em 0em;
	line-height: 1.2;

	border-radius: 1rem;
	color: #fff;
	font-weight: bold;
	font-size: clamp(0.7rem, 3vw, 1.5rem);

	transition: 0.2s;

	border: #333 1px solid;
	box-shadow: 1px 2px 2px black;
}

/* ボタンのグラデ */
/* ボタンのグラデ */
:root {
	--btnColor1-1: #3a63ff;
	--btnColor1-2: #084a96;
	--btnColor2-1: #3abd1f;
	--btnColor2-2: #155529;
}

#Contents06 ul li p.link:nth-of-type(1) a {
	background-image: linear-gradient(180deg, var(--btnColor1-1), var(--btnColor1-2));
}

#Contents06 ul li p.link:nth-of-type(2) a {
	background-image: linear-gradient(180deg, var(--btnColor2-1), var(--btnColor2-2));
}

#Contents06 ul li p.link:nth-of-type(1) a:hover {
	background: #fff;
	color: var(--btnColor1-2);
	border: var(--btnColor1-2) 1px solid
}

#Contents06 ul li p.link:nth-of-type(2) a:hover {
	background: #fff;
	color: var(--btnColor2-2);
	border: var(--btnColor2-2) 1px solid
}

/* lasttx */
/* lasttx */
.lasttx {
	text-align: center;
}

.lasttx span {
	display: block;
	margin: 1em auto;
	font-size: clamp(1rem, 3vw, 2rem);

}

/* 上ボタン */
/* 上ボタン */
.pagetop {
	opacity: 0.7;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #4169e1;
	border: 2px solid #fff;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
	transition: 0.3s;

	box-shadow: 3px 3px 2px black;
}

.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 20px solid #ffffff;
	border-top: 0;
}


@media screen and (max-width: 980px) {

	#top img,
	#logo img,
	.contents img {
		width: 100%;
	}

	#logo {
		padding: 10px 50px;
	}

	.contents {
		width: 100%;

		padding: 0;
		padding: 20px 10px;
	}

	#Contents03 p {
		padding-top: 30px;
	}

	#Contents06 .h {
		padding-bottom: 30px;
	}

	#Contents06 ul {
		padding: 0;
	}

	#Contents06 ul li {
		padding: 1em .5em;
		height: clamp(14rem, 55vw, 27rem);

	}

	#Contents06 .link_box {
		display: flex;
		flex-direction: column;
	}

	#Contents06 ul li p.link a {
		margin: 0 auto;
		display: block;
		width: 8em;

		padding: 0.3em 0;
	}

	#Contents06 ul li p.link:nth-of-type(1) {
		margin-right: 0;
	}

	#Contents06 ul li p.link:nth-of-type(1) a {
		--space01: 0.5em;
		letter-spacing: var(--space01);
		text-indent: var(--space01);
	}
}