@charset "utf-8";

/*変数*/
:root {
	--basecolor: #259c8e;
	/*基本色*/
	--subcolor: #d46945;
	/*サブカラー*/
	--lightcolor1: #d7e9e7;
	/* 薄い色 1 */
	--lightcolor2: #f1cec2;
	/* 薄い色 2 */
	--lightcolor3: #f3f3f3;
	/* 薄い色 3 */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;

}

.din {
	font-family: "Bahnschrift", "din-2014", sans-serif;
}

@media(min-width:901px) {
	.sponly {
		display: none !important;
	}
}

@media(max-width:900px) {
	.pconly {
		display: none !important;
	}
}

@media(min-width:1101px) {
	.tbonly {
		display: none !important;
	}
}

@media(max-width:1100px) {
	.tb_2only {
		display: none !important;
	}
}

img {
	max-width: 100%;
	vertical-align: bottom;
}


p {
	margin: 0
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;

}

a:visited {
	color: #000;
}

a:hover {
	/*filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;*/
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.mg0 {
	margin: 0 auto;
}


.margin1 {
	margin: 10px
}

.margin2 {
	margin: 20px
}

.margin3 {
	margin: 30px
}

.margin4 {
	margin: 40px
}

.margin5 {
	margin: 50px
}

.mgb1 {
	margin-bottom: 10px
}

.mgb2 {
	margin-bottom: 20px
}

.mgb3 {
	margin-bottom: 30px
}

.mgb4 {
	margin-bottom: 40px
}

.mgb5 {
	margin-bottom: 50px
}

.mgt1 {
	margin-top: 10px
}

.mgt2 {
	margin-top: 20px
}

.mgt3 {
	margin-top: 30px
}

.mgt4 {
	margin-top: 40px
}

.mgt5 {
	margin-top: 50px
}

.mgl1 {
	margin-left: 10px
}

.mgl2 {
	margin-left: 20px
}

.mgl3 {
	margin-left: 30px
}

.mgl4 {
	margin-left: 40px
}

.mgl5 {
	margin-left: 50px
}

.mgr1 {
	margin-right: 10px
}

.mgr2 {
	margin-right: 20px
}

.mgr3 {
	margin-right: 30px
}

.mgr4 {
	margin-right: 40px
}

.mgr5 {
	margin-right: 50px
}

.n_mgt5 {
	margin-top: 5%
}

.padding1 {
	padding: 10px
}

.padding2 {
	padding: 20px
}

.padding3 {
	padding: 30px
}

.padding4 {
	padding: 40px
}

.padding5 {
	padding: 50px
}

.pdt1 {
	padding-top: 10px
}

.pdt2 {
	padding-top: 20px
}

.pdt3 {
	padding-top: 30px
}

.pdt4 {
	padding-top: 40px
}

.pdt5 {
	padding-top: 50px
}

.pdt6 {
	padding-top: 60px
}

.pdt7 {
	padding-top: 70px
}

.pdt8 {
	padding-top: 80px
}

.pdt9 {
	padding-top: 90px
}

.pdt10 {
	padding-top: 100px
}

.pdb1 {
	padding-bottom: 10px
}

.pdb2 {
	padding-bottom: 20px
}

.pdb3 {
	padding-bottom: 30px
}

.pdb4 {
	padding-bottom: 40px
}

.pdb5 {
	padding-bottom: 50px
}

.pdb6 {
	padding-bottom: 60px
}

.pdb7 {
	padding-bottom: 70px
}

.pdb8 {
	padding-bottom: 80px
}

.pdb9 {
	padding-bottom: 90px
}

.pdb10 {
	padding-bottom: 100px
}

.pdr5 {
	padding-right: 30%;

}

/*----------
特殊例
-----------*/
/*----------
マーカー下線
----------*/
.marker_line {
	background: linear-gradient(transparent 60%, var(--basecolor) 0%);
}

.marker_line_oreng {
	background: linear-gradient(transparent 50%, #ffd95d9f 50%);
}

/*---------
 題字下下線
 ----------*/
.hr-green {
	border-top: 2px solid #3ca27e;
	width: 80px;
}

/*------------*/

.flex {
	display: flex;
}

.flex_wrap_reverse {
	display: flex;
}

/*--------------------------------
       ここまでtemplate
---------------------------------*/
/*--SPメニュー--*/
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive {
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 100vh;
}

/*丸の拡大*/
.circle-bg {
	position: fixed;
	z-index: 3;
	/*丸の形*/
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	/*丸のスタート位置と形状*/
	transform: scale(0);
	/*scaleをはじめは0に*/
	right: -50px;
	top: -50px;
	transition: all .6s;
	/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
	transform: scale(50);
	/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
	display: none;
	/*はじめは表示なし*/
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list {
	display: block;
	/*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;
	/*はじめは透過0*/
	/*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 80%;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
	opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
	animation-name: gnaviAnime;
	animation-duration: 1s;
	animation-delay: .2s;
	/*0.2 秒遅らせて出現*/
	animation-fill-mode: forwards;
	opacity: 0;
	width: 100%;
	margin: 4%;
}

#g-nav.panelactive ul li img {
	width: 80%;
}

@keyframes gnaviAnime {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.sp_menu_logo {
	position: absolute;
	top: 10px;
	width: calc(100% - 80px);
	left: 10px
		/*left: 50%;

	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);*/
}

/*リストのレイアウト設定*/
#g-nav li {
	text-align: center;
	list-style: none;
}

#g-nav ul li:nth-child(1) {
	width: 100%;
	margin: 0;
}


#g-nav li a {
	color: #333;
	text-decoration: none;
	padding: 0px 0 8px;
	margin: 0 0 8px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;


}


/*========= ボタンのためのCSS ===============*/
.openbtn {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999;
	/*ボタンを最前面に*/
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: var(--basecolor);
}

/*×に変化*/
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top: 10px;
}

.openbtn span:nth-of-type(2) {
	top: 18px;
}

.openbtn span:nth-of-type(3) {
	top: 26px;
}

.openbtn.active span:nth-of-type(1) {
	top: 13px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 25px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

.openbtn p {
	position: absolute;
	left: 6px;
	bottom: 3px;
	font-size: 10px;
	letter-spacing: 0;
	color: #fff
}

/*contentsここから*/
header {
	width: 100%;
}

.header_box.flex {

	max-width: 1900px;
	width: 97%;
	margin: 20px auto 15px;
	justify-content: space-between
}

.logo_box {
	width: 55%;
	align-items: baseline;
}

.logo_box h1 img {
	width: 250px;
}

.logo_box h1 img:nth-child(2) {
	padding: 0 0 5px 0px;
	margin: 0 0 0 30px;
	width: 200px;
}

.top_info_box time {
	color: var(--basecolor);
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.top_info_box time .week {
	font-size: 15px;
	font-weight: normal;
}

.top_info_box {
	margin: 0 0 0 20px
}

.login_box.flex {
	text-align: right;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0 0 5px 0;
}

.login_box {}

.header_hoyu h3 {
	color: var(--subcolor);
	font-size: 200%;
	line-height: 0.8;
	margin: 0 10px;
}

.header_hoyu h3 span {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	letter-spacing: 2px;
	margin: 0 5px;
}

.login_box .login_box_tel {

	font-size: 30px;
	display: block;
	margin: 0 15px 0 0
}

.login_box .login_box_tel img {
	width: 30px
}

.login_box .login_box_tel span {
	display: block;
	font-size: 10px
}

.login_box_link img {
	width: 200px
}

.pc_menu.flex {
	background: var(--basecolor);
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px 0
}

.pc_menu.flex a {
	color: #fff;
	padding: 3px 20px;
	font-size: 15px;
	letter-spacing: 5px;
	border-left: 1px solid;
}

.pc_menu.flex a:nth-child(6) {
	border-right: 1px solid;
}


.section_box {
	position: relative;
	margin: 0 auto;
}

.contents_wrap {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
}

.section_box.back_1 {
	background: #cde4ec;
	padding: 60px 0 30px;
}

.sagasu_box {
	max-width: 1150px;
	width: 90%;
	margin: 0 auto;
	align-items: center;
	z-index: 2;
}

.now_hoyu {
	margin-left: 6%;
	width: 28%;
	position: relative;
	z-index: 2;
}

.area_box {
	width: 60%;
}

.t_imagemap_wrap {
	margin: 0px auto;
	position: relative;
}

.t_imagemap_wrap h2 {
	width: fit-content;
	border: 2px solid;
	padding: 5px 20px;
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: #fff;
}

/*.cls-1 {
	fill: #f6d067;
}

.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11 {
	stroke-width: 0px;
}

.cls-12 {
	fill: #fff;
	stroke: #000;
	stroke-miterlimit: 10;
}

.cls-2 {
	fill: #e0b950;
}

.cls-3 {
	fill: #ddc047;
}

.cls-4 {
	fill: none;
}

.cls-5 {
	fill: ##e0b950;
}

.cls-6 {
	fill: #e0b950;
}

.cls-7 {
	fill: #f6d067;
}

.cls-8 {
	fill: #e0b950;
}

.cls-9 {
	fill: #e0b950;
}

.cls-13 {
	clip-path: url(#clippath);
}

.cls-10 {
	fill: #282e35;
}

.cls-11 {
	fill: #86a0ba;
}*/
.cls-1 {
	fill: #e1b248;
}

.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7 {
	stroke: #bebf9f;
}

.cls-2 {
	fill: #e0b950;
}

.cls-3 {
	fill: #ddc047;
}

.cls-4 {
	fill: #ebecde;
}

.cls-5 {
	fill: #fff;
}

.cls-6 {
	fill: #e0b950;
}

.cls-7 {
	fill: none;
}

*/ .map_higashi_hiroshima_link:hover {}

.map_higashi_hiroshima_link:hover path,
.map_higashi_hiroshima_link:hover polygon {
	fill: var(--basecolor)
}

.map_mihara_link:hover path,
.map_mihara_link:hover polygon {
	fill: var(--basecolor)
}

.map_onomichi_link:hover path,
.map_onomichi_link:hover polygon,
.map_onomichi_link:hover rect {
	fill: var(--basecolor)
}

.map_hukuyama_link:hover path,
.map_hukuyama_link:hover polygon {
	fill: var(--basecolor)
}

#map_higashi_hiroshima {}

.map_higashi_hiroshima_txt,
.map_mihara,
.map_onomichi,
.map_hukuyama {
	text-anchor: middle;
	font-size: 12px;
	font-weight: bold;
	fill: #fff;
	text-shadow: 0 0 6px var(--basecolor);
}

.map_count {
	text-anchor: middle;
	font-size: 10px;
	font-weight: bold;
	fill: #fff;
	text-shadow: 0 0 5px var(--basecolor);
}

tspan.small {
	font-size: 75%;
}

.now_hoyu h2 {
	font-size: 25px;
	transform: scaleY(1.2);
	letter-spacing: 2px;
	width: fit-content;
	margin: 0 auto 20px;
	font-weight: normal;
}

.soubukken {
	font-weight: bold;
	text-align: center;
	margin: 0px 0 0px;

}

.soubukken span {
	font-size: 400%;
	display: inline-block;
	width: 0.7em;
	position: relative;
	padding: 0px 5px;
	color: #fff;
	line-height: 1;
}

.soubukken span::after {
	content: "";
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 40px;
	height: 60px;
	background: var(--basecolor);
	z-index: -1;
}

.soubukken span:nth-child(4) {
	margin: 0 10px 0px 0;
}

.atta_str {
	font-size: 45px;
	font-weight: bold;
	color: var(--basecolor)
}

.koukai_box,
.atta_str {
	width: fit-content;
	margin: 10px auto 0;
}

.koukai_box h4 {
	font-weight: normal;
	background: #cde4ec;
	position: relative;
	border-bottom: var(--basecolor) dashed 2px
}

.koukai_box {}

.koukai_box>h4:nth-child(1) {
	border-top: var(--basecolor) dashed 2px
}

.koukai_box span {
	font-size: 250%;
	color: var(--basecolor);
	width: 100px;
	display: inline-block;
	text-align: right;
	margin: 0 10px 0 0;
	font-weight: bold;
}

.koukai_box h5 {
	width: fit-content;
	margin: 10px auto 0;
	letter-spacing: 3px;
	font-weight: normal;
	background: #cde4ec;
}

.back_1_hoom_1 {
	position: absolute;
	top: 3%;
	left: 1%;
	width: calc(14vw + 30px);
}

.back_1_hoom_3 {
	position: absolute;
	bottom: -20px;
	left: 7%;
	width: calc(14vw + 30px);
	z-index: 1;
}

.back_1_hoom_4 {
	position: absolute;
	top: -30px;
	right: 2%;
	width: calc(10vw + 20px);

}

.back_1_hoom_5 {
	position: absolute;
	bottom: 10px;
	right: 5%;
	width: calc(11vw + 20px);
}

/*登録*/
.section_box.back_2 {
	background: #FFE7A8;
	padding: 50px 0 60px;
}

.osusume_kumo_1 {
	position: absolute;
	top: 35%;
	left: 2%;
	width: 11%;
	z-index: -1;
}

.osusume_kumo_2 {
	position: absolute;
	top: 10%;
	right: 2%;
	width: 11%;
}

.touroku_ttl {
	text-align: center;
}

.touroku_ttl .kantan {
	font-size: 150%;
	font-weight: 600;
}

.touroku_ttl .kantan .mark {
	margin: 0 10px;
}

.touroku_ttl .kantan .din {
	font-weight: bold;
	color: var(--subcolor);
	font-size: 170%;
	display: inline-block;
	margin: 0 5px 0 0;
	line-height: 1;
}

.introduction {
	margin: 2em 0 0;

	.introduction__general {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 55px;

		.introduction__general__total {
			width: auto;
			height: auto;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
			gap: 7px;
			padding: 0 20px 0 0;
			margin: 0 20px -10px 0;
			position: relative;

			.introduction__general__total__text {
				font-size: 1.125rem;
				line-height: 1;
				font-weight: 700;
				letter-spacing: 0.08em;
				text-indent: 0;
				text-align: left;

				.count {
					display: block;
					font-size: 2.25rem;
					line-height: 1;


				}

				.count>strong {
					font-size: 2.875rem;
					line-height: 1;
					letter-spacing: -0.02em;
					margin: 8px 8px 8px 0;
					background: linear-gradient(180deg, #000 0, #000 49%, #4d4d4d 50%, #4d4d4d);
					box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
					color: #fff;
					padding: 6px 8px 3px;
					border-radius: 2px;
					display: inline-block;
					vertical-align: 4px;
				}


			}

			&::before {
				content: "";
				display: inline-block;
				background-image: url('../image/icon_home.svg');
				background-size: cover;
				background-repeat: no-repeat;
				width: 30px;
				height: 38px;
				margin-bottom: 8px;
			}

			.introduction__general__total__status {
				width: 72px;
				height: auto;
				border-width: 2px;
				border-radius: 4px;
				font-size: .875rem;
				line-height: 1;
				padding: 3px 0;
				margin: 0 0 3px;
				color: #FF571F;
				font-weight: 900;
			}

			.introduction__general__total__status>span {
				-webkit-writing-mode: vertical-lr;
				-ms-writing-mode: tb-lr;
				writing-mode: vertical-lr;
				text-indent: 0;
				background-image: url(../image/icon_koukai.svg);
				background-size: cover;
				background-repeat: no-repeat;
				display: flex;
				justify-content: center;
				align-items: center;
				width: 100%;
				height: 74px;
			}

			&::after {
				content: '';
				width: 1px;
				height: 84px;
				background: #8c8f6d;
				position: absolute;
				bottom: 10px;
				right: 0;
			}
		}

		.introduction__general__announce {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
			gap: 12px;

			.introduction__general__announce__text01 {
				font-weight: 900;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-flow: column;
				flex-flow: column;

				.row01 {
					font-size: 1.625rem;
					line-height: 1;
					letter-spacing: 0.12em;
					margin: 0 0 10px;
					text-align: left;
				}

				.row02 {
					font-size: 2.7rem;
					line-height: 1;
					letter-spacing: 0;
					color: #FF5921;
				}
			}

			.introduction__general__announce__text02 {
				font-size: 2.875rem;
				line-height: 1;
				margin: 0 0 -16px;
				font-weight: 700;

				strong {
					font-size: 4.875rem;
					background: linear-gradient(180deg, #147065 0, #147065 49%, #259C8E 50%, #259C8E);
					box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
					color: #FFE31F;
					padding: 12px 8px 6px;
					border-radius: 2px;
					display: inline-block;
					margin: 8px 8px 12px 0;
					vertical-align: 10px;
				}
			}

			.introduction__general__announce__text03 {
				font-size: 1.4rem;
				line-height: 1.25;
				letter-spacing: 0.04em;
				font-weight: 700;
				text-align: left;
			}
		}
	}

	.p-registerButton {
		max-width: 593px;
		padding: 0;
		margin: 0 auto;

		a {
			background: #259C8E;
			color: #fff;
			height: 147px;
			border-radius: 28px;
			font-size: 2.25rem;
			line-height: 1.25;
			padding: 0;
			position: relative;
			cursor: pointer;
			width: 100%;

			.p-registerButton__balloon {
				background: #fff;
				border: 1px solid #259C8E;
				border-radius: 50%;
				border-width: 2px;
				width: 80px;
				height: 80px;
				font-size: .75rem;
				line-height: 1.1666666667;
				letter-spacing: 0.1em;
				padding-left: 0.1em;
				gap: 0;
				top: -10px;
				bottom: unset;
				left: -6px;
				position: absolute;
				color: #474747;
				font-weight: 600;
				padding: 10px 0 0;

				strong {
					font-size: .9375rem;
					line-height: 1;
					color: #259C8E;

					span {
						font-size: 2.125rem;
						line-height: 1;
						margin-top: -2px;
						color: #259C8E;
					}
				}
			}

			.p-registerButton__text {
				height: 100%;
				padding-left: 20px;
				display: flex;
				justify-content: center;
				align-items: center;

				.p-registerButton__text__inner {
					padding: 0;
					letter-spacing: 0.04em;

					.p-registerButton__text__inner__label {
						font-size: 1.5rem;
						display: flex;
						justify-content: center;
					}

					.p-registerButton__text__inner__label.row01 {
						position: relative;

						&::before,
						&::after {
							content: '';
							position: absolute;
							top: 52%;
							display: inline-block;
							width: 24px;
							height: 2px;
							background-color: #fff;

						}

						&::before {
							left: -24px;
							-webkit-transform: rotate(70deg);
							transform: rotate(70deg);
						}

						&::after {
							right: -16px;
							-webkit-transform: rotate(-70deg);
							transform: rotate(-70deg);
						}
					}

					.p-registerButton__text__inner__label.row02 {
						font-size: 2rem;
						font-weight: 700;
						display: flex;
						align-items: baseline;

						strong {
							color: #FFE31F;
							font-size: 2.5rem;
						}
					}
				}
			}
		}
	}
}

.touroku_ttl h2 {
	font-size: 300%;
	letter-spacing: -2px;
	font-weight: 400;
}

.touroku_ttl .otodoke {
	font-size: 120%;
}

.kaiin_gentei {
	border: 1px solid;
	max-width: 800px;
	margin: 20px auto;
}

.kaiin_before {
	width: 30%;
	background: #252727;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.kaiin_before p {}

.kaiin_before h2 span {
	color: #edac4d;
	font-size: 200%;
	font-weight: bold;
	display: inline-block;
	margin: 0 10px 0 0;
}

.kaiin_before h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.kaiin_after {
	width: 70%;
	text-align: center;
	background-color: #fff;
	padding: 20px 0;
}

.kaiin_after h2 {
	font-weight: normal;
	font-size: 100%;
}

.kaiin_after h2 .din {
	font-size: 200%;
	font-weight: bold;
	display: inline-block;
	margin: 0 10px 0 10px;
}

.kaiin_after h2:nth-child(3) .din {
	color: var(--subcolor);
	font-size: 250%;
}

.kaiin_after .flex {
	align-items: center;
	justify-content: center;
	margin: 10px 0px 0 0;
}

.kaiin_after .flex div {
	margin: 0 10px;
}

.kaiin_after .flex div span {
	display: inline-block;
	height: calc(25px / 2);
	width: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #252727;
}

body .link_btn {
	display: inline-block;
	background: #252727;
	border: 0;
	color: #fff;
	padding: 10px 80px 10px 60px;
	letter-spacing: 2px;
	position: relative;
	border-radius: 45px;
	transition: all 0.3s;
}

.link_btn::after {
	content: "";
	width: 12px;
	height: 24px;
	background: url(../image/icon_arrow_white.svg) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	left: auto;
	right: 5%;
	margin: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s;
}

.link_btn:hover::after {
	right: 7%;
}

.link_btn.subcolor:hover {
	background: var(--subcolor);
}

.link_btn.maincolor:hover {
	background: var(--basecolor);
}

/*オススメ*/
#towns {}

.osusume_ttl img {
	width: 70%;
}

.img_map_tabs {
	justify-content: center;
	display: flex;
	list-style-type: none;
	padding: 0;
	position: relative;
	max-width: 900px;
	margin: 20px auto;
}

.img_map_tabs li {
	width: 21%;
	margin: 0 10px;
	background: #bad3cd;
	position: relative;
	cursor: pointer;
	padding: 10px 0px;
	letter-spacing: 1.2px;
	text-align: center;

}

.img_map_tabs li.active {
	background-color: var(--basecolor);
	color: #fff;
}

.img_map_tabs li.active::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 15px solid var(--basecolor);
	border-bottom: 0;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.tab-content2 {
	display: none;
	padding: 10px 10px 30px;
	margin: 0 auto;
	max-width: 900px
}

.tab-content2 .flex {
	margin-bottom: 12px;
}

.tab-content2.active {
	display: block;
}


/*おすすめ物件情報*/
.section_box.back_3 {
	background: #eff6f9;
	padding: 40px 0;
	z-index: 0;
}

.tab-content2 .new_buken {
	display: block;
	width: 24.25%;
	margin: 0 1% 0 0;
	border: 2px solid #252727;
	padding: 10px;
	background: #fff;
	border-radius: 7px
}

.tab-content2 .new_buken:last-child {
	margin: 0
}

.tab-content2 .new_buken .obi {
	justify-content: space-between;
	margin: 0
}

.tab-content2 .new_buken .obi .bukken_type {
	background: var(--basecolor);
	color: #fff;
	padding: 2px 10px;
	font-size: 15px;
}

.tab-content2 .new_buken .obi .new_str {
	color: var(--subcolor);
	font-weight: bold
}

.tab-content2 .new_buken .place {
	text-align: center;
	border-bottom: 2px solid #252727;
	margin: 0 0 7px 0;
	font-size: 18px;
	max-height: 1.7em;
	overflow: hidden;

}

.tab-content2 .new_buken .mask {
	display: block;
	line-height: 0;
	overflow: hidden;
}

.set_plan .obi {
	background: var(--basecolor);
	color: #fff
}

.tab-content2 .new_buken .mask img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	transition: .3s ease-in-out;
}

.tab-content2 .new_buken:hover .mask img {
	transform: scale(1.2);
}

.tab-content2 .new_buken .price {
	margin: 5px auto;
	align-items: center
}

.tab-content2 .new_buken .price p {
	font-size: 12px;
	background: #d3e6e4;
	padding: 5px;
	margin: 0 10px 0 0
}

.tab-content2 .new_buken .price span {
	color: var(--subcolor);
	font-size: 20px;
	font-weight: bold
}

.tab-content2 .kaiin {
	border: 3px solid var(--subcolor);
}

.tab-content2 .kaiin .obi .bukken_type {
	background: var(--subcolor)
}

.set_plan {
	background: #f1f0ef;
	padding: 8px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #ccc;
	text-align: center;
}

.set_plan .month_price {
	font-size: 18px;
	margin: 5px 0;
	font-weight: bold;
}

.set_plan .month_price span {
	display: inline-block;
	margin: 0 10px;
}

.set_plan .hosoku {
	font-size: 10px;
}

.touroku {
	text-align: center;
	color: var(--subcolor)
}

.touroku p {
	border: 1px solid;
	display: inline-block;
	padding: 0 10px;
	border-radius: 45px;
	font-size: 15px;
}

.touroku h3 {
	margin: 5px auto 0;
	font-weight: normal
}

.touroku h3 span {
	display: inline-block;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid var(--subcolor);
	border-right: 0;
	margin: 0 0 0 5px
}

/*物件検索*/
.search_box {
	max-width: 900px;
	margin: 30px auto 0;
}

.search_box a {
	position: relative;
	border: 2px solid #82896a;
	border-radius: 15px;
	width: 23.5%;
	margin: 0 2% 0 0;
	padding: 20px 10px;
	display: flex;
	align-items: center;
	color: #82896a;
	transition: all 0.3s;
}

.search_box a::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 2px #82896a;
	border-right: solid 2px #82896a;
	transform: rotate(45deg);
	right: 10px;
	transition: all 0.3s;
}

.search_box a:nth-child(4) {
	margin: 0
}

.search_box a img {
	height: 35px;
	margin: 0 2px 0 0
}

.search_box a:hover {
	background: var(--basecolor);
	color: #fff
}

.search_box a:hover::after {
	right: 5px;
}

/*分譲予定情報*/
.bunjyo_box {
	max-width: 700px;
	margin: 0 auto 40px;

}

.bunjyo_box h2 {
	text-align: center;
	font-size: 200%;
	letter-spacing: 2px;
	font-weight: 600
}

.bunjyo_box h2 span {
	color: var(--basecolor);
	display: inline-block;
	margin: 0 0 0 5px
}

.bunjyo_box .flex {
	flex-wrap: wrap;
	margin: 30px auto
}

.bunjyo_box .flex a {
	width: 49%;
	margin: 2% 2% 0 0;
	background: var(--basecolor);
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	transition: all 0.3s
}

.bunjyo_box .flex a:nth-child(2n) {
	margin: 2% 0 0 0
}

.bunjyo_box .flex a span {
	display: inline-block;
	margin: 0 10px 0 0;
	color: yellow
}

.bunjyo_box .flex a:hover {
	opacity: 0.5
}

/*イベント*/
.section_box.back_4 {
	background: #f6f5f1;
	padding: 50px 0 60px;
}

.event_box h3 {
	text-align: center;
	font-size: 200%;
}

.event_box h3 p {
	font-size: 15px
}

.event_box .flex {
	margin: 30px auto;
	max-width: 900px;
}

.event_box .flex a {
	position: relative;
	width: 32%;
	margin: 0 2% 0 0;
	background: #fff;
}

.event_box .flex a:nth-child(3) {
	margin: 0
}

.event_box .flex a::before {
	content: "参加受付中";
	position: absolute;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	box-shadow: 3px 3px 0 #9a5a41;
	padding: 3px 0;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 2;
	width: 80%;
	height: 25px;
	background: var(--subcolor);
	transition: all 0.3s
}

.event_content {
	margin: 10px 10px 60px
}

.event_box .flex a .mask {
	display: block;
	line-height: 0;
	overflow: hidden;
}

.event_box .flex a .mask img {
	width: 100%;
	object-fit: cover;
	transition: .3s ease-in-out;
}

.event_box .flex a:hover .mask img {
	transform: scale(1.2);
}

.event_box .flex a:hover::before {
	background: var(--basecolor);
	box-shadow: 1px 1px 0 #235d56;
}


/*アクセス*/
.news_box {
	margin: 40px auto 0;
	max-width: 900px;

}

.news_box h3 {
	text-align: center;
	font-size: 200%;
}

.news_box h3 p {
	font-size: 15px
}

.news_wrap {
	list-style: none;
	margin-bottom: 20px;
}

.news_wrap li {
	position: relative;
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px dashed #ccc;

	a {
		display: block;
	}
}

.news_wrap li img {
	width: 250px;
	height: 160px;
	object-fit: cover;
}

.news_wrap li a p {
	color: #333;
	margin-top: 10px;
}

.news_wrap li a .day {
	display: block;
	margin: 0;
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--basecolor);
}

.news_wrap li a h4 {
	font-size: 20px;
	color: #333;
}

/* .news_wrap li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #333;
	border-radius: 5px;
} */

.access_wrap {
	max-width: 900px;
	width: 90%;
	margin: 100px auto 100px;
}

.access_text {
	width: 50%;
}

.access_text .access_ttl {
	color: var(--basecolor);
	font-size: 200%;
}

.access_map {
	width: 50%;
	padding: 0 0px 0 0;
}

.site_estate {
	font-size: 220%;
	color: #322b27;
	margin: 30px auto 20px;
}

.site_estate span {
	display: inline-block;
	letter-spacing: 5px;
}

.access_text p:nth-child(3) {
	letter-spacing: 2px;
}

.access_text p:nth-child(4) {
	margin: 20px 0 0;
}

.access_map iframe {
	width: 100%;
	height: 100%;
}

.access_text p:nth-child(4) span,
.access_text p:nth-child(5) span {
	font-weight: bold;
}


/*------------- footer -------------*/
footer {
	margin: 0 auto;
}

.footer_wrap {
	background: #f2f0ef;
	padding: 80px 0;
}

.footer_wrap .flex {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	align-items: center;
}

.footer_logo {
	width: 40%;
}

.footer_logo img {
	width: 80%;
}

.footer_text {
	width: 60%;
}

.copyright {
	color: #fff;
	background: #202121;
	padding: 30px;
}




/*--------------- お問い合わせ ---------------*/
.form {
	max-width: 900px;
	margin: 0 auto;
	width: 90%;
}

.form p {
	margin-left: 10%;
}

.co_table {
	max-width: 900px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;


}

/*.co_table dl{
	margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: #CCC dotted 1px;
}*/
.co_table dt {
	float: left;
	margin-left: 25px;
}

.co_table dd {
	margin-left: 200px;
}

.co_table em {
	color: red;
	font-size: 0.7vw;
	font-weight: bold;
}

input,
textarea {
	width: 100%;
	border-top: none;
	border-right: none;
	border-left: none;
	height: 30px;
	border-bottom: #6b6b6b dotted 1px;
	background-color: #f2ffec;
}

textarea {
	height: 100px
}

.short {
	width: 200px;
	margin-bottom: 10px
}

input[type="submit"] {
	width: auto;
	height: auto;
	text-align: center;
	border: 1px solid;
	padding: 8px 20px;

}

input[type="checkbox"] {
	width: auto;
	height: auto;
}

.submit_tac {
	text-align: center;
}

.co_midashi1 {
	position: relative;
}

.kazari_4 {
	position: absolute;
	top: -30px;
	left: -40px;

}

br.pc_none {
	display: none;
}


/*----------- リクルート -------------*/





/*--------------SP--------------■■■■■■■■■■■*/
@media(max-width:1200px) {

	.pc_menu.flex a {
		padding: 3px 30px;
	}
}

@media(max-width:1100px) {
	.logo_box h1 img {
		width: 200px;
	}

	.top_info_box {
		margin: 0 0px 0 10px;
	}

	.header_hoyu h3 {
		margin: 0 0 0 0;
	}

	.login_box .login_box_tel {
		font-size: 25px
	}

	.login_box_link img {
		width: 150px
	}
}

@media(max-width:1000px) {
	.pc_menu.flex a {
		padding: 3px 15px;
	}
}

@media(max-width:950px) {

	/*------共通---------*/
	.flex_wrap_reverse {
		flex-wrap: wrap-reverse;
	}

	.flex {
		flex-wrap: wrap;
	}

	.pc_menu.flex a {

		font-size: 2vw;
	}

	/*header*/
	.logo_box {
		width: 100%;
		text-align: center;
	}

	.logo_box h1 img:nth-child(2) {
		display: block;
		text-align: center;
		margin: 20px auto 0;
		width: 45%;
	}

	.login_box.flex {
		width: 100%;
		margin: 10px auto 0;
		justify-content: center;
	}

	/*エリアから探す*/
	.now_hoyu {
		width: auto;
		margin: 0 30px 0;
	}

	/*おすすめ*/


}

@media(max-width:900px) {
	.logo_box {
		width: 100%;
		justify-content: center;
	}

	.top_info_box {
		width: 100%;
		justify-content: center;
		margin: 20px auto 0;
	}

	.back_obi {
		border: 8px solid var(--basecolor)
	}

	.introduction {

		.introduction__general {
			display: block;
			margin: 0 0 32px;

			.introduction__general__total {
				justify-content: center;
				margin-bottom: 1em;
			}

			.introduction__general__total::after {
				width: 0;
			}

		}
	}

	.footer_logo {
		width: 100%;
		text-align: center;
		margin: 0 auto 20px;
	}

	.footer_text {
		width: 100%;
	}

	.footer_logo img {
		max-width: 300px;
		width: 90%;
	}

	.access_text {
		width: 100%;
		margin: 0 auto 30px;
	}

	.access_map {
		width: 100%;
		padding: 0;
	}

	.access_map iframe {
		min-height: 300px;
	}

	.tab-content2 .new_buken {
		margin: 2% 1% 0 0;
		width: 48%;
	}

	.tab-content2 .new_buken .mask img {
		height: 100%
	}

	.tab-content2 .new_buken:last-child {
		margin: 2% 0% 0 0;
	}

	.search_box a {
		width: 49%;
		margin: 2% 2% 0 0;
	}

	.search_box a:nth-child(2n) {
		margin: 2% 0% 0 0;
	}
}

@media(max-width:780px) {

	/*エリアかラサが素*/
	.now_hoyu,
	.area_box {
		width: 100%;
	}

	.area_box {
		margin: 50px auto;
	}

	.kaiin_gentei {
		width: 90%;
	}

	.kaiin_before {
		width: 100%;
	}

	.kaiin_after {
		width: 100%;
	}


}

@media(max-width:768px) {
	.tab-content2 {
		padding: 0px 0;
		margin: 0 0 40px 0;
	}

	.tab-content2 .new_buken:nth-child(2n) {
		margin: 2% 0 0 0;
	}

	.tab-content2 .new_buken {
		width: 49%;
	}

	.pc_menu.flex a {
		display: inline-block;
		margin: 0 auto;
		font-size: 15px;
		border-left: none;
		text-align: center;
		position: relative;
		padding: 10px 50px;
	}

	.pc_menu.flex a:nth-child(3) {
		border: none;
	}

	.pc_menu.flex a::after {
		content: "";
		position: absolute;
		width: 180px;
		height: 1px;
		background-image: linear-gradient(to right, #fff 8px, transparent 8px);
		background-size: 15px 2px;
		background-repeat: repeat-x;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.pc_menu.flex a:nth-child(3)::after {
		background: none;
	}

	.touroku_ttl .kantan {
		font-size: 140%;
		font-weight: 600;
	}

	.introduction {
		margin: 1.2em 0 0;

		.introduction__general {
			margin: 0 0 12px;

			.introduction__general__total {
				background-color: #fff;
				border-radius: 1000px;
				margin: 0 auto 1em;
				width: 95%;
				padding: 16px 0;
				align-items: center;

				.introduction__general__total__text {
					display: flex;
					align-items: center;

					.count {
						font-size: 1.4rem;
						display: flex;
						align-items: center;
					}

					.count>strong {
						margin: 0 8px 8px;
					}


				}

				&::before {
					margin-bottom: 0;
				}

			}

			.introduction__general__announce {

				.introduction__general__announce__text01 {
					.row01 {
						font-size: 1.4rem;
					}

					.row02 {
						font-size: 2rem;
					}
				}

				.introduction__general__announce__text02 {
					font-size: 2rem;

					strong {
						font-size: 4rem;
					}
				}

				.introduction__general__announce__text03 {
					br {
						display: none;
					}
				}
			}
		}

		.p-registerButton {
			padding: 20px 20px 0;

			a {

				.p-registerButton__text {

					.p-registerButton__text__inner {

						.p-registerButton__text__inner__label.row01 {
							font-size: 1rem;

							&::before,
							&::after {
								top: 68%;
							}

							&::before {
								left: 5px;
							}

							&::after {
								right: 5px;
							}
						}

						.p-registerButton__text__inner__label.row02 {
							display: block;
							font-size: 1.6rem;

							strong {
								font-size: 2rem;
							}
						}
					}
				}
			}
		}
	}

	br.pc_none {
		display: block;
	}

	.osusume_ttl img {
		width: 100%;
	}

	.event_box .flex a {
		width: 100%;
		display: flex;
		margin: 3% 0 0 0
	}

	.event_box .flex a:nth-child(3) {
		margin: 3% 0 0 0
	}

	.event_box .flex a .mask {
		width: 40%
	}

	.event_content {
		width: 60%;
		margin: 10px 10px 100px;
	}
}

@media(max-width:560px) {

	/*header*/
	.login_box.flex {
		justify-content: center;
	}

	.logo_box h1 img {
		width: 60%;
	}

	.login_box a {
		/* width: 45%; */
		margin: 10px auto 0;
	}

	.logo_box h1 img:nth-child(2) {
		width: 55%;
		margin: 10px auto;
	}

	.img_map_tabs li {
		margin: 0 5px;
		letter-spacing: 0;
		font-size: 14px;
	}

	.tab-content2 .new_buken .obi {
		font-size: 11px;
	}

	.tab-content2 .new_buken .place {
		font-size: 15px;
	}

	.tab-content2 .new_buken .mask img {
		height: 100px;
	}

	.set_plan .month_price {
		font-size: 10px;
	}

	.set_plan .month_price span {
		font-size: 18px;
	}

	.search_box a {
		width: 100%;
		margin: 3% 0 0 0
	}

	.bunjyo_box .flex a {
		width: 100%;
		margin: 2% 0 0 0
	}


	/*プレミアム会員登録*/
	.touroku_ttl h2 {
		font-size: 250%;
	}

	.kaiin_after h2 {
		width: 100%;
	}

	.kaiin_after .flex div span {
		display: block;
		height: calc(20px / 2);
		margin: 5px 0px 0px 0;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}

	.kaiin_after h2:nth-child(3) {
		margin: 5px 0 0 0;
	}

	/*access*/
	.site_estate {
		font-size: 200%;
	}

	/*footer*/
	.footer_logo img {
		width: 60%;
	}

	/*本日の情報保有数*/
	.back_1_hoom_1 {
		width: 140px
	}

	.back_1_hoom_3 {
		width: 130px;
		bottom: -40px;
	}

	.back_1_hoom_4 {
		width: 100px
	}

	.back_1_hoom_5 {
		width: 110px;
		bottom: 0
	}

}

/*---- 物件検索 ----*/

.t_contents_wrap {
	max-width: 980px;
	width: 90%;
	margin: 40px auto;
}

.search_bg {
	background: #eff6f9;
	margin: 0;
	padding: 20px 0 40px;
	position: relative;
	z-index: 0;
}

.t_ttl {
	width: fit-content;
	margin: 0 auto;
}

.t_ttl h2,
.t_ttl h3 {
	font-size: calc(2em + 0.6vw);
	align-items: center;
	text-align: center;
	color: var(--basecolor);
	margin: 0;
	padding: 0;
}

.t_ttl h3 {
	font-size: 2vw;
	background: none;
}

.t_ttl h2 img {
	height: 35px;
	width: auto;
	margin: 0 10px 0 0;
}

.t_ttl p {
	text-align: center;
}

.t_search_link_taibestu a {
	background: #fff;
	padding: 35px 30px;
	font-size: 1.2em;
	border-radius: 10px;
}

.t_search_link_taibestu.flex {
	justify-content: space-evenly;
	margin: 30px auto;
}

.syo_taibetsu .flex {
	margin: 20px auto 0;
	flex-wrap: wrap;
}

.syo_taibetsu .flex a {
	background: #fff;
	padding: 5px 15px;
	margin: 10px 15px 0;
}

.t_contents section {
	margin: 0;
	padding: 80px 0;
	position: relative;
	z-index: 0;
}

/* ▼タブ */
.change_tab_wrap {
	margin: 50px auto;
}

/* タブのスタイル */
.tabs {
	display: flex;
	list-style-type: none;
	padding: 0;
}

.tabs li {
	cursor: pointer;
	padding: 30px 0px;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	width: 50%;
	text-align: center;
	letter-spacing: 1.2px;
}

.tabs li:nth-child(2) {
	margin: 0;
	background: #bad3cd;
}

/* コンテンツのスタイル */
.tab-content {
	display: none;
	padding: 30px 0 70px;
	border-radius: 0 5px 5px 5px;
}

.tab-content.active {
	display: block;
}

#tab1 {
	background: #fff;
}

#tab2 {
	background: var(--subcolor2);
}

.tab-content_wrap {
	width: fit-content;
	margin: 0 auto;
}

/*----▼input-typeの設定----*/
input[type=text],
input[type=radio],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type=text],
input[type=radio],
textarea,
input[type=email],
input[type=password] {
	width: 100%;
	border-top: none;
	border-right: none;
	border-left: none;
	height: 50px;
	border: solid 1px transparent;
	background-color: #f1f1f1;
	padding: 0.5em;
}

#password-input {
	display: inline-block;
	width: calc(100% - 40px);

}

#toggle-password {
	display: inline-block;
	width: 40px;
	height: 50px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: #999;
	background: #f1f1f1;
	vertical-align: bottom;
}

#toggle-password img {
	display: inline-block;
	width: 30px;
	margin-top: 10px;
}

#toggle-password2 img {
	width: 30px;
	margin-left: 1em;
}

.radio-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -30px 0px 0;
}

.radio-wrap label {
	padding-right: 17px;
}

.radio-wrap label input[type="radio"] {
	opacity: 0;
	height: auto;
	appearance: none;
	position: absolute;
	max-width: 100px;
}

.radio-wrap label .radio_txt {
	display: inline-block;
	position: relative;
	padding-left: 26px;
	line-height: 1.5;
	margin-bottom: 0.7em;
}

.radio-wrap label .radio_txt::before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #333;
	background: #fff;
	content: "";
	border-radius: 50%;
}

.radio-wrap label .radio_txt::after {
	position: absolute;
	top: 6px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--basecolor);
	content: "";
	opacity: 0;
	transition: all 0.3s;
}

.radio-wrap label input:focus+span::before {
	box-shadow: 0 0 4px var(--basecolor);
}

.radio-wrap label input:checked+span::after {
	opacity: 1;
}


/*----▲input-typeの設定----*/
/*---▼select----*/
.t_select_wrap {
	margin: 24px 0 0;
}

select {
	/* border-radius: 0px; */
	/* font-size: 15px; */
}

.select {
	display: inline-block;
	position: relative;
	border: 1px solid #333;
	vertical-align: middle;
	width: 100%;
	margin-top: 5px
}

.select select {
	appearance: none;
	width: 100%;
	padding: 7px 15px;
	padding-right: 1em;
	border: none;
	outline: 0;
	color: #333;
	background: #fff;
	background-image: none;
	box-shadow: none;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	cursor: pointer;
}

.select.land_area,
.select.land_price {
	width: calc(50% - 1.2em);
}


.select::before {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-width: 10px 5px 0 5px;
	border-style: solid;
	border-color: #c4c1b8 transparent transparent transparent;
	content: "";
	pointer-events: none;
}

.t_select_wrap .flex {
	align-items: center;
}

.t_kara {
	margin: 0 10px;
}

.submit_tac {
	text-align: center;
	margin-top: 30px
}

.submit_tac button {
	margin: 10px 10px 0;
}

/*
input[type="submit"],button[type="submit"], a.back {
    width: auto;
    height: auto;
    text-align: center;
    border: 0px solid;
    padding: 10px 40px;
    background-color: var(--basecolor);
    border: 2px solid var(--basecolor);
    color: #ffffff;
    font-size: 16px;
    margin: 40px 5px 0;
    min-width:200px;
    display:inline-block;
    cursor:pointer;
}
*/
@media(max-width:650px) {
	.t_kaiin_touroku a p {
		text-align: center;
		width: 70%;
		margin: 0;
	}

	.tab-content {
		padding: 30px 20px 50px;
	}

	.tab-content2 {
		padding: 0px 0px 0px;
	}

	.tab-content3 {
		padding: 30px 0 0;
	}

	.primary_box,
	.junior_high_box {
		padding: 20px;
	}
}

/* パンくず */
.pankuzu {
	width: 100%;
	max-width: 100%;
	padding: 13px 10px 10px 24px;
	text-align: left
}

.pankuzu a {
	font-size: 85%;
	color: #777;
	position: relative;
	display: inline-block;
	margin-right: 2em;
}

.pankuzu a:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 53%;
	right: 0%;
	margin-right: -1.5em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent var(--subcolor);
}

.pankuzu a:last-child {
	pointer-events: none;
}

.cata_pan {
	margin-top: 105px;
	margin-bottom: 60px
}

@media(max-width:650px) {
	.cata_pan {
		margin-top: 0px;
		margin-bottom: 25px
	}
}

/* トップページ */
.select_land_house {
	display: flex;
	margin: 50px auto;
	max-width: 1000px;
	align-items: center;
}

.select_land_house a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 200%;
	background: var(--subcolor);
	width: 46%;
	margin: 0 2%;
	height: 300px;
}

.select_land_house a p {
	margin: 0 auto;
}

.loan_note {
	font-size: 75%;
	text-align: center;
	margin-bottom: 30px
}


/*----▼お知らせページの設定（共通）----*/
.container {
	padding: 100px 20px;
	max-width: 1160px;
	margin: 0 auto;

	h3.h3_wrap {
		text-align: center;
		padding: 40px 0;
		font-size: 16px;
		border-bottom: 2px solid #f5f5f5;
		color: var(--basecolor);

		p {
			margin-top: 15px;
			font-size: 26px;
			color: #333;
		}
	}

	.news_wrap {
		list-style: none;
	}

	.news_wrap li {
		position: relative;
		padding: 20px 0;
		margin: 0;
		border-bottom: 1px dashed #ccc;

		a {
			display: grid;
			grid-template-columns: 250px 1fr;
			gap: 0 30px;
		}
	}

	.news_wrap li img {
		width: 250px;
		height: 160px;
		grid-row: 1 / 3;
		object-fit: cover;
	}

	.news_wrap li a p {
		grid-column: 2/3;
		grid-row: 2/3;
		color: #333;
	}

	.news_wrap li a .day {
		display: block;
		margin: 0;
		font-size: 18px;
		margin-bottom: 10px;
		color: var(--basecolor);
	}

	.news_wrap li a h4 {
		font-size: 20px;
		color: #333;
	}

	.page_ttl {
		font-size: 200%;
	}

	.page_ttl::after,
	.page_ttl::before {
		content: initial;
	}
}

/*----▼下層ページの設定（SP）----*/
@media(max-width:768px) {
	.container {
		padding: 20px 20px 60px;

		h3.h3_wrap {
			padding: 20px 0;
			font-size: 14px;

			p {
				margin-top: 0;
				font-size: 24px;
			}
		}

		.news_wrap li a {
			grid-template-columns: 100px 1fr;
			gap: 0 16px;

			img {
				width: 150px;
				height: 100px;
			}

			h4 {
				font-size: 16px;
			}

			.day {
				font-size: 14px;
				margin-bottom: 0;
			}

			p {
				font-size: 14px;
			}
		}


	}
}