@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	position: relative;
	height: 80px;
	padding: 15px;
	font-family: var(--font-sans);
	text-align: left;
	background: #FFF;
}
/* タイトル */
#header h1.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
#header h1.title a {
	width: 320px;
	background: linear-gradient(145deg,rgba(202, 239, 255, 1) 0%, rgba(255, 255, 255, 0) 36%);
	border-left: none;
	border-top: none;
	padding: 15px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
#header h1.title img {
	object-fit: contain;
	object-position: left;
	width: 100%;
	height: 100%;
	max-width: none;
}
/* お問い合わせ */
#header .contact a {
	display: block;
}
#header .contact a img {
	vertical-align: middle;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#header {
		height: 80px;
		position: absolute;
		z-index: 999;
		width: 100%;
		height: 115px;
	}
	#header .contact {
		position: absolute;
		top: 0;
		right: 0;
		background: linear-gradient(90deg,rgba(0, 101, 225, 1) 0%, rgba(0, 140, 240, 1) 100%);
		width: 405px;
		height: 115px;
		box-sizing: border-box;
		padding: 15px 15px 20px;
	}
	#header .contact .btn_box {
		column-gap: 10px;
		margin: 0 auto;
	}
	#header .contact .txt {
		line-height : 27px;
		color : #FFFFFF;
		font-size: 19px;
		margin: 0 auto 5px;
		font-weight: normal;
	}
	#header .contact .txt span {
		font-size: 16px;
	}
	#header .contact a {
		padding: 3px 15px 0;
		line-height: 40px;
		background: #00b2ff;
		border-radius: 5px;
		box-shadow: 1px 1px 3px rgba(8,65,122,0.8);
		color: #fff;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	#header .contact a:hover {
		background: #fff;
		color: #00b2ff;
		opacity: 1;
	}
	#header .contact .tel a {
		font-size: 29px;
	}
	#header .contact .btn a {
		padding: 1px 13px 2px;
		position: relative;
	}
	#header .contact .btn a::before {
		content: "";
		background: url("../img/mail-w2.png") no-repeat center/100%;
		width: 20px;
		height: 14px;
		margin-right: .5em;
		position: relative;
		top: 2px;
	}
	#header .contact .btn a:hover::before {
		background: url("../img/mail-b.png") no-repeat center/100%;
		z-index: 2;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #00b2ff; }
	#header .contact .tel a { background: #00b2ff; }
	#header .contact .btn a { background: #00b2ff; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0 46px 0 0;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		width: calc(100% - 150px);
		height: 100%;
		padding: 10px;
	}
	#header h1.title a {
		width: 125px;
		padding: 10px;
	}
	/* お問い合わせ */
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 10px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .tel a {
		padding: 0 12px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
		@media only screen and (max-width: 640px) {
			#header h1.title a {
				width: 145px;
				padding: 5px;
				border: none;
			}
	}
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	margin-left: auto;
	margin-right: 420px;
}
#menu ul {
	display: flex;
	column-gap: 15px;
}
#menu li a {
	display: block;
	padding: 0 20px 2px;
	background: #fff;
	border-radius: 25px;
	line-height: 45px;
	color: var(--color-font);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #004ea2;
}
#menu li.on a,
#menu li a:hover {
	color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #00b2ff;
	border: 1px solid #00b2ff;
}
#menu ul li.dsp_tbs {
	display: none;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page_title p {
	text-align: center;
}
#sub_ttl {
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sub_ttl span.ttl {
	font-size: 40px;
	background-color: rgba( 255, 255, 255, 0.8);
	margin-top: 115px;
	padding: 0.4em 1em;
}
#sub_ttl span.en {
	display: block;
	color: #B7B7B7;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.4px;
}
#sub_ttl.property {
	background:linear-gradient(rgba(0, 0, 0, 0.2)), url("../img/info/bg-title-property.jpg") no-repeat center / cover;
}
#sub_ttl.about {
	background:linear-gradient(rgba(0, 0, 0, 0.2)), url("../img/about/bg-title.jpg") no-repeat center top / cover;
}
#sub_ttl.news {
	background:linear-gradient(rgba(0, 0, 0, 0.2)), url("../img/info/bg-title.jpg") no-repeat center / cover;
}
#sub_ttl.contact {
	background:linear-gradient(rgba(0, 0, 0, 0.2)), url("../img/contact/bg-title.jpg") no-repeat center / cover;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#sub_ttl {
		height: 200px;
	}
	#sub_ttl span.ttl {
		font-size: 28px;
		margin-top: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sub_ttl {
		height: 150px;
	}
	#sub_ttl span.ttl {
		font-size: 25px;
		padding: 0.4em 0.5em;
	}

}
@media only screen and (max-width: 320px){ /* スマホ */
	#sub_ttl.contact {
		background:linear-gradient(rgba(0, 0, 0, 0.2)), url("../img/contact/bg-title.jpg") no-repeat center right -107px / cover;
	}
	#sub_ttl span.ttl {
		font-size: 22px;
	}
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#container {
	text-align: left;
	line-height: 1.8;
}
#container p {
	margin-bottom: 1em;
}
#container h3.sub {
	position: relative;
	margin-bottom: 50px;
	font-size : 40px;
	line-height : 61px;
	color : #0065E1;
	font-weight: bold;
	text-align: center;
}
#container h3.sub span {
	font-size : 14px;
	letter-spacing : 1.4px;
	color : #B7B7B7;
	position: relative;
	display: block;
	font-weight: normal;
	margin-bottom: -15px;
}
#container h3.sub span::before {
	content: "";
	background: url("../img/h3-line.jpg") center/100%;
	width: 4px;
	height: 20px;
	position: absolute;
	top: -5px;
	left: calc(50% - 2px);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#wrap, #header {
		min-width: 1150px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 28px;
	}
	#container h3.sub span {
		margin-bottom: -25px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 25px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
.cen_btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.rit_btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.btn01 a {
	display: inline-block;
	background: #fff;
	width: 145px;
	height: 40px;
	font-weight : 500;
	color : #0065E1;
	padding: 4px 15px;
	border-radius: 5px;
	border: 1px solid #00b2ff;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
.btn01 a:hover {
	opacity: 1;
	background: #00b2ff;
}
.btn01 a::before {
	content: "";
	background: url("../img/arrow01.png") no-repeat top right/100%;
	width: 6px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.btn02 a,a .btn02 {
	display: inline-block;
	background: #0065e1;
	width: 180px;
	height: 50px;
	font-weight : normal;
	color : #fff;
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px solid #0065e1;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
.btn02 a:hover,a:hover .btn02 {
	opacity: 1;
	background: #00b2ff;
	border: 1px solid #00b2ff;
}
a .btn02 span::before {
	content: "";
	background: url("../img/arrow02.png") no-repeat top right/100%;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
a:hover .btn02 span::before {
	background: url("../img/arrow02-on.png") no-repeat top right/100%;
}
a .btn02 span::after,.btn02 a::after {
	content: "";
	background: #00b2ff;
	width: 1px;
	height: 34px;
	position: absolute;
	top: calc(50% - 17px);
	right: 50px;
}
a:hover .btn02 span::after,.btn02 a:hover::after {
	background: #004ea2;
}
.btn02 a::before {
	content: "";
	background: url("../img/arrow02.png") no-repeat top right/100%;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.btn02 a:hover::before {
	background: url("../img/arrow02-on.png") no-repeat top right/100%;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
}
	@media only screen and (max-width: 640px) {
		.btn01 a {
			padding: 6px 15px;
		}
		.btn02 a, a .btn02 {
			padding: 11px 15px;
		}
	}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: auto;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
}
#footer .main.pt {
	padding-top: 60px;
}
#footer .main.pb {
	padding-bottom: 60px;
}
#footer .txt_box {
	width: 650px;
}
#footer p.ttl {
	margin-bottom: 50px;
}
#footer p.ttl img {
	width: 436px;
}
#footer .txt {
	line-height : 35px;
	color : #004EA2;
}
#footer .img {
	width: 450px;
	border: 1px solid #b7b7b7;
	padding: 5px;
}
#footer iframe {
	border: none;
	width: 100%;
	height: 300px;
	display: block;
}
/* リンク */
#footer .link {
	background: #004ea2;
}
#footer .link ul {
	padding: 15px 0;
}
#footer .link ul li {
	display: inline;
	margin-right: 20px;
	padding-left: 10px;
	list-style: none;
	position: relative;
}
#footer .link ul li::before {
	content: "";
	background: #fff;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}
#footer .link ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer .link ul li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	padding: 15px 0;
	color: #FFF;
	font-size: 12px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .contact li {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer p.ttl {
		margin-bottom: 20px;
	}
	#footer p.ttl img {
		width: 300px;
	}
	#footer .txt_box {
		width: 100%;
	}
	#footer .txt {
		line-height: 1.8em;
		margin-bottom: 20px;
	}
	#footer .img {
		width: 60%;
		margin: 0 auto;
	}
	#footer iframe {
		height: 200px;
	}
	#copyright {
		padding: 10px 0;
		font-size: 10px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .main.pt {
		padding-top: 30px;
	}
	#footer .main.pb {
		padding-bottom: 30px;
	}
	#footer p.ttl img {
		width: 250px;
	}
	#footer .img {
		width: 80%;
	}
	#copyright {
		padding: 5px 0;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* 枠のマージン・パディング */
.mt { margin-top: 120px; }
.mb { margin-bottom: 120px; }
.pt { padding-top: 120px; }
.pb { padding-bottom: 120px; }
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
}
/*------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	margin-bottom: 50px;
	padding-top: 30px;
	color: var(--color-thin);
	font-size: 12px;
	line-height: 1;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
#page_navi li+li:before {
	content: ">";
	margin-right: 0.5em;
}
#page_navi a {
	color: var(--color-thin);
	text-decoration: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#page_navi {
		margin-bottom: 30px;
		padding-top: 15px;
		font-size: 11px;
	}
}
/*------------------------------------------------*/
/* テーブル */
.tbl {
	width: 100%;
	background: #fff;
}
.tbl th,
.tbl td {
	padding: 14px;
	border: 1px solid var(--color-tbl-border);
}
.tbl th {
	white-space: nowrap;
	background: var(--color-tbl-th);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.tbl {
		border-bottom: 1px solid var(--color-tbl-border);
	}
	.tbl th,
	.tbl td {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
	}
}
/*------------------------------------------------*/
/* 注意書き */
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/*------------------------------------------------*/
/* 横100％ */
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
/*------------------------------------------------*/
/* 横100％背景 */
.bg_wide {
	position: relative;
}
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 1150px) {
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: 0;
	}
}
/*------------------------------------------------*/
/* フレックスボックス */
.box_flex_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_flex_sp.rev { flex-direction: row-reverse; }
.box_flex_sp.vcen { align-items: center; }
.box_flex_sp.vtop { align-items: flex-start; }
.box_flex_sp.htop { justify-content: flex-start; }
.box_flex_sp.hcen { justify-content: center; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vcen { align-items: center; }
	.box_flex.vtop { align-items: flex-start; }
	.box_flex.htop { justify-content: flex-start; }
	.box_flex.hcen { justify-content: center; }
}
/*------------------------------------------------*/
/* 箱のパディング */
.box_pad {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_pad { padding: 30px; }
}
