@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	padding-bottom: 50px;
	background: url("../img/top/title-bg.png") no-repeat bottom center/cover;
}
#top_ttl img {
	width: 100%;
	margin-top: 70px;
}
#page_title .ttl_txt {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#page_title .ttl_txt img {
	width: 215px;
}
/* お知らせ */
#top_info {
	width: 900px;
	margin: 0 auto;
}
#top_info dl {
	background: #f6f6f6;
	border-radius: 10px;
	padding: 20px 25px;
	margin-bottom: 20px;
}
#top_info dt {
	color : #EE86B4;
	font-size : 98%;
}
#top_info dd {
	font-size : 110%;
	color : #336CA2;
}
/* 挨拶 */
#top_msg {
	width: 931px;
	margin: 0 auto;
	position: relative;
}
#top_msg::before {
	content: "";
	background: url("../img/top/bg01.png") no-repeat top left/100%;
	width: 160px;
	height: 136px;
	position: absolute;
	top: -50px;
	left: -10%;
}
#top_msg::after {
	content: "";
	background: url("../img/top/bg02.png") no-repeat bottom right/100%;
	width: 168px;
	height: 220px;
	position: absolute;
	top: 80px;
	right: -18%;
}
#top_msg .txt {
	font-size : 110%;
	line-height : 35px;
	letter-spacing : 1.6px;
	color : #4D7FAE;
}
#top_msg .txt.rit {
	font-size : 17px;
	line-height : 35px;
	letter-spacing : 1.7px;
	padding-top: 20px;
	font-weight: 600;
}
/* コンテンツ */
#top_contents:before {
	background: #f6f6f6;
}
#top_contents::after {
	background: url("../img/top/bg03.jpg") repeat-x top center/cover;
	width: 100vw;
	height: 141px;
}
#top_contents .contents_box .box {
	width: 48%;
	max-width: 500px;
	background: #fff;
	border-radius: 30px 100px 30px 30px;
	padding: 45px 50px;
	position: relative;
}
#top_contents .contents_box .box .txt {
	font-size : 16px;
	line-height : 35px;
	letter-spacing : 1.6px;
}
#top_contents .contents_box .box .btn01 a {
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(145deg,rgba(172, 141, 195, 1) 0%, rgba(238, 134, 180, 1) 50%);
	border-radius: 50%;
	position: absolute;
	bottom: -55px;
	right: 30px;
}
#top_contents .contents_box .box .btn01 a:hover {
	opacity: 1;
	background: linear-gradient(-55deg,rgba(172, 141, 195, 1) 0%, rgba(238, 134, 180, 1) 50%);
}
#top_contents .contents_box .box .btn01 a::before {
	content: "";
	width: 98px;
	height: 98px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.3;
}
#top_contents .contents_box .box .btn01 a .txt {
	color: #fff;
	font-size: 110%;
	letter-spacing : 1.6px;
	line-height: 1.5em;
	position: relative;
	top: -5px;
}
#top_contents .contents_box .box .btn01 a img {
	position: relative;
	bottom: -3px;
}
.big_txt {
	font-size : 30px;
	letter-spacing : 6px;
	color : #EE86B4;
}
/*お問合せ*/
#contact .bg_wide::before {
	background: #f6f6f6;
	height: calc(100% - 50px);
	margin-top: 50px;
}
#contact .bg_wide::after {
	background: url("../img/top/bg04.png") no-repeat top left/100%;
	width: 100%;
	height: 434px;
	top: -20px;
}
#contact h3.sub02 {
	font-size : 60px;
	text-align: center;
	margin-top: -50px;
	margin-bottom: 120px;
}
#contact h3.sub02 span {
	display: block;
}
#contact .contact_box {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 45px 50px;
	border-radius: 50px;
}
#contact .contact_box .txt {
	text-align: center;
	color : #00478B;
}
#contact .contact_box .txt a {
	text-decoration: underline;
}
#mailform .tbl {
	margin: 2em 0;
	color : #00478B;
}
#mailform .tbl th,#mailform .tbl td {
	border: none;
	padding: 10px;
}
#mailform .tbl th {
	background: none;
	vertical-align: middle;
	padding-left: 0;
}
#mailform .tbl tr:last-of-type th {
	vertical-align: top;
}
#mailform .tbl th .need {
	color: var(--color-secondary);
	border-radius: 5px;
	font-size: 13px;
	margin-left: 2em;
}
#mailform .tbl td {
	padding-right: 0;
}
#mailform .btn {
	margin-top: 1.5em;
	/* フレックス */
	display: flex;
	justify-content: center;
}
#mailform .btn li+li {
	margin-left: 15px;
}
#mailform .btn input {
	width: 200px;
	height: 50px;
	background: var(--color-secondary);
	border: 1px solid var(--color-secondary);
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
#mailform .btn input:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#mailform .btn input[type="reset"] {
	background: #F4F4F4;
	border-color: #DDD;
	color: #00478b;
}
#mailform .tbl {
	border-bottom: 0;
}
#mailform .tbl input[type="text"],
#mailform .tbl textarea {
	width: 100%;
	box-sizing: border-box;
	background: #f6f6f6;
	border: none;
	border-radius: 10px;
	padding: 15px;
}
#mailform .tbl textarea {
	display: block;
}
#mailform .tbl input.wno {
	width: 100px;
}
#mailform .tbl td select {
	padding: 5px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl {
		padding-bottom: 20px;
	}
	#top_ttl img {
		margin-top: 20px;
	}
	#page_title .ttl_txt img {
		width: 25vw;
	}
	#top_info {
		width: 100%;
	}
	#top_info dl {
		padding: 10px 15px;
	}
	#top_info dd {
		font-size: 98%;
	}
	#top_msg {
		width: 80%;
	}
	#top_msg::before {
		width: 100px;
		top: -50px;
		left: -20%;
	}
	#top_msg::after {
		width: 100px;
		right: -20%;
	}
	#top_msg .txt {
		font-size: 98%;
		line-height: 1.8em;
		letter-spacing: normal;
		text-align: left;
	}
	#top_msg .txt.rit {
		text-align: right;
		font-size: 110%;
	}
	#top_contents .contents_box .box {
		padding: 15px 20px 50px;
	}
	#top_contents .contents_box .box .txt {
		font-size: 98%;
		line-height: 1.8em;
		letter-spacing: 0;
	}
	#top_contents .contents_box .box .btn01 a {
		width: 80px;
		height: 80px;
		bottom: -40px;
		right: 15px;
	}
	#top_contents .contents_box .box .btn01 a::before {
		width: 68px;
		height: 68px;
	}
	#top_contents .contents_box .box .btn01 a .txt {
		font-size: 90%;
		letter-spacing: 0;
		line-height: 1.2em;
		top: -2px;
	}
	.big_txt {
		font-size: 20px;
	}
	#contact .bg_wide::before {
		height: calc(100% - 30px);
		margin-top: 30px;
	}
	#contact h3.sub02 {
		font-size: 30px;
		margin-top: -30px;
		margin-bottom: 30px;
	}
	#contact .contact_box {
		width: 100%;
		padding: 30px 25px;
	}
	#contact .contact_box .txt {
		text-align: left;
	}
	#mailform .tbl th .need {
		margin-left: 1em;
	}
	
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl {
		padding-bottom: 0;
		background: none;
	}
	#top_ttl img {
		margin-top: 0;
	}
	#page_title .ttl_txt {
		bottom: 5px;
		right: 5px;
	}
	#top_msg {
		width: 100%;
	}
	#top_contents .contents_box .box {
		width: 100%;
		padding: 15px 20px 40px;
		border-radius: 20px 80px 20px 20px;
	}
	#top_contents .contents_box .box:first-of-type {
		margin-bottom: 50px;
	}
	#top_contents .contents_box .box:last-of-type {
		margin-bottom: 40px;
	}
	.big_txt {
		font-size: 125%;
		letter-spacing: normal;
	}
	#contact .bg_wide::after {
		top: 10px;
	}
	#contact h3.sub02 {
		font-size: 25px;
	}
	#contact .contact_box {
		padding: 15px 20px;
		border-radius: 30px;
	}
	#mailform .tbl th {
		padding-bottom: 5px;
		padding-right: 0;
	}
	#mailform .tbl td {
		padding-left: 0;
		padding-top: 0;
	}
	#mailform .tbl input[type="text"], #mailform .tbl textarea {
		padding: 5px;
		border-radius: 5px;
	}
	#mailform .tbl td select {
		padding: 3px;
	}
}