/* ----------------------------------------------------
※ サイト全体で共用するCSSのみが書いてあります
※ TopページとLPページは別途個別のCSSがあります
---------------------------------------------------- */

/* html
------------------------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

html .tk-genmin {
	font-family: source-han-serif-japanese, "Yu Mincho", serif;
}

td,
th {
	padding: 0;
}

.inner {
	max-width: 1200px;
}

.hover:hover {
	-ms-filter: "alpha(opacity=75)";
	opacity: 0.75;
	transition: opacity 0.3s;
}

.komejiru {
	color: #999;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin: 0 auto;
	max-width: 1200px;
	width: 94%;
}

.break-point {
	display: inline-block;
}

/* header
------------------------------------------------------------------------------*/

#header {
	background: #fff;
	color: #666;
}

#header .header-top {
	height: 34px;
	position: relative;
}

#header .header-top .logos {
	display: table;
	height: 34px;
	margin: 10px auto 0;
	width: calc(100% - 600px);
}

#header .header-top .logos .com-logo1 {
	display: table-cell;
/*	float: left;
	margin-top: 3px;*/
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#header .header-top .logos .com-logo2 {
	display: none;/* .com-logo2を削除指示（見えない化） */
	float: left;
	line-height: 1;
	text-align: left;
	width: 48%;
}

#header .header-top .logos img {
	height: auto;
	max-height: 28px;
	max-width: 90%;
	width: auto;
}

#header .header-top .other-links {
	bottom: 10px;
/*	max-width: 280px;*/
	position: absolute;
	right: 2%;
/*	top: 9px;*/
	text-align: center;
}

#header .header-top .other-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header .header-top .other-links ul li {
	float: left;
	margin-right: 31px;
}

#header .header-top .other-links ul li:last-child {
	margin-right: 0;
}

#header .header-top .other-links ul li a {
	color: #545454;
	font-size: 12px;
	line-height: 1;
	position: relative;
}

#header .header-top .other-links ul li a:hover {
	text-decoration: underline;
}

#header .header-top .other-links ul li a::before {
	border-color: transparent;
	border-left-color: #741525;
	border-style: solid;
	border-width: 4px 6px;
	content: "";
	left: -15px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
}

#header .inner {
	max-width: none;
	min-height: 60px;
	overflow: inherit;
	padding-left: 1%;
	width: 99%;
}

#header .left-area {
	float: left;
	padding-right: 1%;
	width: 12%;/*15%*/
}

#header .center-area {
	float: left;
	width: 64%;/*65%*/
}

#header .right-area {
	float: right;
/*	max-width: 280px;*/
	width: 23%;
}

#header h1 {
	font: 100% Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 0;
}

#header .left-area table {
	width: 100%;
}

#header .left-area th {
	display: inline-block;
	height: 60px;
	width: 100%;
}

#header .left-area th a {
	display: inline-table;
	height: 60px;
}

#header .left-area th .logo-img-wrap {
	display: table-cell;
	vertical-align: middle;
}

#header .site-logo {
	max-height: 50px;
	max-width: 200px;
	padding: 5px 0;
	vertical-align: middle;
	width: 100%;
}

#header .left-area td {
	width: 100%;
}

#header .left-area .ja {
	display: table-cell;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	padding-right: 20px;
	text-align: left;
	vertical-align: middle;
}

#header .left-area .ja span {
	display: inline;
	font-family: "source-han-serif-japanese", "Yu Mincho", serif;
	line-height: 1.6;
}

#header .left-area .ja .name1 {
	padding-right: 20px;
}

#header .left-area .ja .name2 {
	display: inline-block;
}

@media screen and (max-width: 1200px) {
	#header .center-area {
		width: 61%;
	}

	#header .right-area {
		width: 26%;
	}
}

@media screen and (max-width: 960px) {
	#header .center-area {
		width: 58.5%;
	}

	#header .right-area {
		width: 28.5%;
	}
}


/* Navigation */

#gNavi {
	width: 100%;
}

.nav-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-item {
	display: inline-table;
	float: left;
	height: 60px;
	padding: 0 .2%;
	overflow: hidden;
	width: 19.6%;/* 小数点は左右paddingぶん */
}

.nav-item:first-child {
	width: 9.6%;/* 小数点は左右paddingぶん */
}

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-link:active {
	color: #666;
	cursor: pointer;
	display: table-cell;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
}

.nav-link::before {
	background: #999;
	content: "";
	height: 2px;
	left: 0;
	right: 0;
	opacity: 0;
	position: absolute;
	margin: auto;
	top: 51px;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	width: 90%;
}

.nav-link:hover::before {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.nav-item.here .nav-link::before {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.nav-item::after {
	content: "";
	display: block;
	height: 30px;
	border-right: 1px solid #ababab;
	position: absolute;
	top: 15px;
}

.nav-item .ja {
	display: block;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}

.nav-item .en {
	display: block;
	font-family: "Times New Roman", "Yu Mincho", serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.4;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.dropdown .submenu .nav-link .ja {
	display: block;
}

.dropdown .submenu .nav-link .en {
	display: none;
}

.dropdown.nav-item {
	overflow: visible;
	position: relative;
	width: calc(9.6% - 6px);
	                 /* ↑ ここでmoreボタン右側のマージン調整 */
}

.dropdown.nav-item::after {
	border-right: 0;
}

.dropdown .nav-link {
	padding-right: 15px;
}

.dropdown .nav-link::after {
	content: "";
	height: 1px;
	position: absolute;
	bottom: 23px;
	margin: auto;
	right: 0;
	border: 5px solid transparent;
	border-top-color: #666;
}

.dropdown .submenu .nav-link::before,
.dropdown .submenu .nav-link::after {
	content: none;
}

.submenu {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	display: none;
	line-height: 1.6;
	margin-right: -50px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	-webkit-transform: translate(0, 0) scale(0.85);
	transform: translate(0, 0) scale(0.85);
	transition: transform 0.1s ease-out, opacity 0.1s ease-out;
	top: 30px;
	width: 200px;
	z-index: 9999;
}

.submenu-items {
	list-style: none;
	padding: 10px 0;
}

.submenu-item {
	display: block;
	text-align: left;
}

.submenu-item a,
.submenu-item a:link,
.submenu-item a:visited,
.submenu-item a:active {
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
}

.submenu-item a:hover {
	background: #f6f6f6;
}

.show-submenu .submenu {
	display: block;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate(0, 25px) scale(1);
	transform: translate(0, 25px) scale(1);
}

/* .right-area */

#header .header-navi {
	margin: 0;
	text-align: center;
	width: 100%;
}

#header .header-navi .nav-items {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

.nav-item.li_lp {
	margin: 0;
	min-width: 33%;
	padding: 0;
	width: 70%;/* 端数はflexboxがいい感じに右寄せしてくれる */
}

.nav-item.li_lp::after {
	border-right:0;
}

.nav-item.li_lp:hover {
	background: #777;
}

.nav-item.li_lp a {
	background: #393939;
	color: #fff;
	display: table-cell;
	padding: 0 1%;
	vertical-align: middle;
}

.nav-item.li_lp .ja {
	font-size: clamp(10px, .9vw, 12px);
}

/*.nav-item.li_lp .en {}*/

@media screen and (max-width: 1200px) {
	/*--- 表示領域が1200px以下の場合に適用するスタイル ---*/
	.nav-item .ja,
	.nav-item .en {
		font-size: 11px;
		letter-spacing: .03em;
	}

	.dropdown.nav-item {
		margin: 0 1%;
/*		min-width: 40px;*/
		width: calc(7.6% - 6px);
	}

	.dropdown .nav-link {
		padding: 0;
	}

	.dropdown .nav-link::after {
    bottom: 0;
		border-width: 6px;
		display: block;
		height: 0;
		margin: 3px auto 0;
		position: inherit;
		width: 0;
	}
}

@media screen and (max-width: 960px) {
	/*--- 表示領域が960px以下の場合に適用するスタイル ---*/
	.nav-item:not(.li_lp):first-child {
		width: 10%;
	}

	.nav-item.li_lp:nth-of-type(2),
	.nav-item.li_lp:nth-of-type(3) {
		flex-shrink: 2;
	}

	.nav-item .ja,
	.nav-item .en {
		font-size: 10px;
	}

	.dropdown.nav-item {
		margin: 0 1.2% 0 .8%;
		width: 7.2%;
	}
}

/* Mobile系の記述を見えない化 */

.nav-toggle,
#mNavi,
.mobile-nav-wrap {
	display: none;
}

/* breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb {
	font-size: 10px;
	list-style: none;
	margin: 6px 0;
	overflow: hidden;
	padding: 0 1%;
	width: 98%;
}

.breadcrumb li {
	float: left;
}

.breadcrumb li + li:before {
	content: ">";
	margin: 0 8px;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

/* footer
------------------------------------------------------------------------------*/

.footer {
	border-top: 1px solid #d9c5ad;
	text-align: center;
}

.footer .footer-contents {
	margin: 0 auto;
	/*  min-height: 250px;*/
	max-width: 1200px;
	width: 100%;
}

.footer .tk-genmin {
	font-family: "source-han-serif-japanese", "Yu Mincho", serif;
}

/* foot-nav-フッターナビ
--------------------------------------*/

.footer .footer-contents .foot-nav {
	margin: 0 auto;
	padding: 15px 0 10px;
	width: 100%;
}

.footer .footer-contents .foot-nav ul {
	margin: 0;
	padding: 0;
}

.footer .footer-contents .foot-nav li {
	border-right: 1px solid #ddd;
	display: inline-block;
	font-size: 13px;
	list-style: none;
	margin: 12px 0 0;
	padding: 0 20px 0 15px;
}

.footer .footer-contents .foot-nav li:first-child {
	border-left: 1px solid #ddd;
}

.footer .footer-contents .foot-nav li a {
	color: #666;
}

.footer .footer-contents .foot-nav li a:hover {
	opacity: 1;
	text-decoration: underline;
}

/* foot-info-フッターインフォメーション
--------------------------------------*/

.footer .footer-contents .foot-info {
	margin: 25px auto 0;
	max-width: 1200px;
	min-height: 200px;
}

.footer .foot-info .foot-info-inner-left,
.footer .foot-info .foot-info-inner-center,
.footer .foot-info .foot-info-inner-right {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: top;
	width: 28%;/*25%*/
}

.footer .foot-info .foot-info-inner-left {
	position: relative;
}

.footer .foot-info .foot-info-inner-left .logo-img-wrap {
	display: inline-table;
	height: 90px;
}

.footer .foot-info .foot-info-inner-left .logo-img-wrap span {
	display: table-cell;
	vertical-align: middle;
}

.footer .foot-info .foot-info-inner-left .site-logo {
	display: block;
	margin: 26px auto;
	max-height: 78px;
	max-width: 200px;
	width: auto;
}

.footer .foot-info .foot-info-inner-left .logo-btm-txt {
	left: 0;
	position: absolute;
	top: 100px;
	width: 100%;
}

.footer .foot-info .foot-info-inner-left .logo-btm-txt span {
	color: #fefefe;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
}

.footer .foot-info .foot-info-inner-center {
	margin: 10px 0 0;
	width: 40%;
}

.footer .foot-info .foot-info-inner-center p {
	color: #545454;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0 0 10px;
	text-align: center;
}

.footer .foot-info .foot-info-inner-center .corp {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.5;
}

.footer .foot-info .foot-info-inner-center .corp span {
	display: block;
}

.footer .foot-info .foot-info-inner-center .info-txt span {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	vertical-align: middle;
}

.footer .foot-info .foot-info-inner-center .info-txt .eigyo-txt,
.footer .foot-info .foot-info-inner-center .info-txt .close-txt {
	padding: 0 6px;
}

.footer .foot-info .foot-info-inner-center .info-txt .tel-before {
	height: 40px;
	margin: 0 6px 0 -20px;
	vertical-align: middle;
}

.footer .foot-info .foot-info-inner-center .font-hiramin .tel-before {
	margin-top: -1px;
}

.footer .foot-info .foot-info-inner-center .info-txt .tel {
	color: #d4be96;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 150%;
}

.footer .foot-info .foot-info-inner-center .info-txt .tel.pc {
	display: inline-block;
}

.footer .foot-info .foot-info-inner-center .info-txt .tel.mb {
	display: none;
}

.footer .foot-info .foot-info-inner-right {
	display: inline-flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 174px;
	justify-content: center;
	margin-bottom: 2em;
}

.footer .foot-info .foot-info-inner-right a {
	display: block;
	padding: 0 5%;
}

.footer .foot-info .foot-info-inner-right a + a {
	margin-top: 1em;
}

.footer .foot-info .foot-info-inner-right a span {
	background: #434343;
/*	border: 1px solid #333;*/
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 14px;/*16px*/
	letter-spacing: 3px;
	padding: 1em 0;
	text-align: center;
	width: 100%;
}
/*
.footer .foot-info .foot-info-inner-right .bnr-buy {}
.footer .foot-info .foot-info-inner-right .bnr-sell {}
.footer .foot-info .foot-info-inner-right .bnr-rent {}
*/
.footer .foot-info .foot-info-inner-right a:hover span {
	background: #777;
}

@media screen and (max-width: 960px) {
	/*--- 表示領域が960px以下の場合に適用するスタイル ---*/

	.footer .foot-info .foot-info-inner-left,
	.footer .foot-info .foot-info-inner-right {
		width: 30%;
	}

	.footer .foot-info .foot-info-inner-left .logo-img-wrap {
		height: 80px;
	}

	.footer .foot-info .foot-info-inner-left .logo-btm-txt {
		top: 80px;
	}

	.footer .foot-info .foot-info-inner-left .logo-btm-txt span {
		font-size: 12px;
		line-height: 1.3;
	}

	.footer .foot-info .foot-info-inner-center .corp {
		font-size: 18px;
	}

	.footer .foot-info .foot-info-inner-center .info-txt .eigyo-txt {
		font-size: 12px;
	}

	.footer .foot-info .foot-info-inner-center .info-txt .tel-before {
		margin-right: 0;
	}

	.footer .foot-info .foot-info-inner-center .tk-genmin .tel {
		font-size: 34px;
	}

	.footer .foot-info .foot-info-inner-center {
		width: 36%;
	}

	.footer .foot-info .foot-info-inner-right a span {
		font-size: 13px;
		letter-spacing: .1em;
	}
}

/* foot-sitelink
--------------------------------------*/

.foot-sitelink {
	background: #f7f7f7;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.foot-sitelink .tk-genmin {
	font-family: "source-han-serif-japanese", "Yu Mincho", serif;
}

.foot-sitelink .site-link-all {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.foot-sitelink .site-logo {
	min-width: 200px;
	text-align: center;
	vertical-align: middle;
	width: 20%;
}

.foot-sitelink .site-logo .site-selection-logo {
	display: inline-block;
	width: 130px;
}

.foot-sitelink .site-logo .site-selection {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 3px 0 0;
}

.foot-sitelink .site-link-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 80%;
	zoom: 1;
}

.foot-sitelink .site-link-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.foot-sitelink .site-link-list li {
	color: #fff;
	float: left;
	font-size: 12px;
	margin: 6px 0 6px 2em;
}

.foot-sitelink .site-link-list li a {
	color: #fff;
	position: relative;
	padding: 0 20px;
}

.foot-sitelink .site-link-list li > a:before {
	background: #adadad;
	content: "";
	height: 2px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 8px;
	z-index: 1;
}

.foot-sitelink .site-link-list li a:hover {
	text-decoration: underline;
}

/* copyright-コピーライト
--------------------------------------*/

.copy-wrap {
	background: #1b1b1b;
	width: 100%;
}

.copyright {
	color: #ccc;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans",
		sans-serif;
	font-size: 10px;
	line-height: 1;
	margin: 0 auto;
	padding: 4px 0 6px;
	text-align: center;
}

/* main
------------------------------------------------------------------------------*/

#main {
	border-top: 3px double #eee;
	padding: 0 0 4%;
}

#main.top_page {
	padding-top: 50px;
}

#main.not-found {
	padding: 60px 0 4%;
}

/* clearfix
--------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* headline
--------------------------------------*/

.hd1 {
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
}

.hd1 .en {
	color: #1b1b1b;
	display: block;
	font-family: "Times New Roman", "Yu Mincho", serif;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: 6px;
	text-transform: uppercase;
	vertical-align: middle;
}

.hd1 .bar {
	display: none;
	/*
  background: #e0caa2;
  display: inline-block;
  height: 3px;
  margin: 5px 30px 0;
  vertical-align: middle;
  width: 15px;
*/
}

.hd1 .ja {
	color: #333;
	display: block;
	font-family: "source-han-serif-japanese", serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.5;
	vertical-align: middle;
}

.hd2 {
	font-family: "source-han-serif-japanese", "Yu Mincho", serif;
	margin: 2em auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 94%;
}

.hd2 span {
	display: inline-block;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 1.5;
}

.hd3 {
	font-family: "Times New Roman", "source-han-serif-japanese", "Yu Mincho",
		serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.3;
	margin: 6px auto 1em;
	text-align: left;
	padding: 0.6em 0 0.5em;
}
/*
.hd3:after {
	width: 100%;
	height: 2px;
	margin: 6px 0 0 0;
	content: "";
	display: block;
	background: -moz-linear-gradient(left, #1d1d1d 20%, #f0f0f0 20%);
	background: -webkit-linear-gradient(left, #1d1d1d 20%,#f0f0f0 20%);
	background: linear-gradient(to right, #1d1d1d 20%,#f0f0f0 20%);
}
*/

/* content-block
--------------------------------------*/

.content-block {
	margin: 0 auto;
	max-width: 1200px;
	padding: 2% 0;
}

.content-block .box {
	overflow: hidden;
}

.content-block a > img:hover {
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	opacity: 0.75;
}

.content-block .pagehead-text.text {
	text-align: center;
}

.content-block .text {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 1.2em auto 2em;
	text-align: left;
	width: 94%;
}

.content-block .text .big-font {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.content-block .one-column-text {
	color: #000;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: left;
	margin: 0 auto;
	width: 94%;
}

/* column 1 image top
--------------------------------------*/

.c1it .box + .box {
	margin: 3% 0 0;
}

.c1it .hd3 {
	width: 94%;
}

.c1it .img img {
	max-width: 94%;
}

/* column 1 image left
--------------------------------------*/

.c1il .box {
	margin: 4em auto 3em;
	max-width: 94%;
}

.c1il .hd {
	float: right;
	margin-top: 0;
	/*  padding-top: 0;*/
	width: 50%;
}

.c1il .img {
	float: left;
	width: 45%;
}

.c1il .text {
	float: right;
	margin: 0;
	width: 50%;
}

.c1il .text p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 850px) {
	/*--- 表示領域が850px以下の場合に適用するスタイル ---*/
	.c1il .box {
		margin: 2em auto;
	}

	.c1il .box:first-child {
		padding-top: 20px;
	}
}

/* column 1 image right
--------------------------------------*/

.c1ir .box {
	margin: 4em auto 3em;
	max-width: 94%;
}

.c1ir .hd {
	float: left;
	margin-top: 0;
	/*	padding-top: 0;*/
	width: 50%;
}

.c1ir .img {
	float: right;
	width: 45%;
}

.c1ir .text {
	float: left;
	margin: 0;
	width: 50%;
}

.c1ir .text p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 850px) {
	/*--- 表示領域が850px以下の場合に適用するスタイル ---*/
	.c1ir .box {
		margin: 2em auto;
	}

	.c1ir .box:first-child {
		padding-top: 20px;
	}
}

/* column 2 image top
--------------------------------------*/

.c2it {
	text-align: left;
}

.c2it .box {
	display: inline-block;
	margin: 0 3% 2em;
	text-align: left;
	vertical-align: top;
	width: 43.7%;
}

.c2it .text {
	width: 100%;
}

/* column 3 image top
--------------------------------------*/

.c3it {
	text-align: left;
}

.c3it .card-wrap {
	margin: 0 auto;
	max-width: 98%;
}

.c3it .box {
	display: inline-block;
	margin: 0 2% 2em;
	text-align: left;
	vertical-align: top;
	width: 28.95%;
}

.c3it .text {
	width: 100%;
}

@media screen and (max-width: 850px) {
	/*--- 表示領域が850px以下の場合に適用するスタイル ---*/
	.c3it .card-wrap {
		max-width: 100%;
	}

	.c3it .box {
		margin: 0 3% 2em;
		width: 43.7%;
	}
}

/* column 4 image top
--------------------------------------*/

.c4it {
	text-align: left;
}

.c4it .card-wrap {
	margin: 0 auto;
	max-width: 96%;
}

.c4it .box {
	display: inline-block;
	margin: 0 1% 2em;
	text-align: left;
	vertical-align: top;
	width: 22.7%;
}

.c4it .text {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	/*--- 表示領域が1200px以下の場合に適用するスタイル ---*/
	.c4it .card-wrap {
		max-width: 100%;
	}

	.c4it .box {
		margin: 0 3% 2em;
		width: 18.65%;
	}
}

@media screen and (max-width: 970px) {
	/*--- 表示領域が970px以下の場合に適用するスタイル ---*/
	.c4it .box {
		margin: 0px 3% 2em;
		width: 26.94%;
	}
}

/* info-link-box
--------------------------------------*/

.info-link-box {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 94%;
}

.info-link-box .text {
  margin: 2em auto 2.6em;
	width: 60%;
}

.info-link-box .text p {
  font-size: 16px;
	padding-left: 1.3rem;
}

.info-link-box .button-side {
  text-align: center;
  width: 35%;
}

.info-link-box .button {
  color: #fff;
  display: inline-block;
  width: 76%;/* ボタン幅はここで調整 */
}

.info-link-box .button:hover {
  opacity: .75;
}

.info-link-box .button > span {
  display: inline-block;
  letter-spacing: .15em;
  line-height: 1.3;
  padding: 1em 1.3em;
  text-align: center;
  width: calc(100% - 2.6em);
}

.info-link-box .button .material-symbols-outlined {
  display: inline-block;
  margin: 0 -10px 0 0.3em;
  vertical-align: -6px;
}

@media screen and (max-width: 960px) {
  /*--- 表示領域が960px以下の場合に適用するスタイル ---*/
  .info-link-box .button {
    width: 82%;
  }
}

/* outline
------------------------------------------------------------------------------*/

.outline-table {
	line-height: 2;
	margin: 0 auto;
	width: 90%;
}

.outline-table tr:last-child > * {
	border-bottom: none;
}

.outline-table th {
	background: #1b1b1b;
	border-bottom: 1px solid #333;
	color: #cfcfcf;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 12px 20px;
	text-align: left;
	width: 30%;
}

.outline-table td {
	background: #eee;
	border-bottom: 1px solid #999;
	color: #333;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 12px 20px;
}

/* map
------------------------------------------------------------------------------*/

.googlemap-wrap {
	width: 94%;
}

#map-canvas,
#svp-canvas {
	float: left;
	height: 400px;
	position: relative;
	width: 50%;
}

.map-dl {
	margin: 0 auto 40px;
	max-width: 600px;
}

.map-dl dt {
	font-weight: bold;
	margin: 0 12px;
}

.map-dl dd + dt {
	margin: 20px 12px 0;
}

.map-dl dd {
	margin: 8px 12px 0;
}

/* 開発環境下ではGoogleMap系を出さない */
.map-canvas-develop,
.svp-canvas-develop {
	float: left;
	height: 400px;
	position: relative;
	width: 50%;
}

.map-canvas-develop {
	background: #d8e6e4;
}

.svp-canvas-develop {
	background: #cde0dd;
}

.map-canvas-develop span,
.svp-canvas-develop span {
	display: block;
	padding-top: 190px;
	text-align: center;
}

/* photogallery
------------------------------------------------------------------------------*/

.gallery-list {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.gallery-list li {
	background: #f7f7f7;
	float: left;
	margin: 1%;
	padding: 1%;
	width: 29.3%;
}

.gallery-list .fit-img {
	height: 200px;
	margin: 4px;
}

.gallery-list .f {
	display: block;
}

/* not-found
------------------------------------------------------------------------------*/

.not-found h2 {
	float: left;
	font: bold 300% "Times New Roman", serif;
	font: bold 300% Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 10% 0;
	text-align: center;
	width: 50%;
}

.not-found h2 span {
	font-size: 120%;
}

.not-found .img {
	float: right;
	margin: 20px 10% 20px 0;
	width: 40%;
}

.not-found p {
	clear: both;
	line-height: 2;
	text-align: center;
}

.not-found h3 {
	font: bold 175% "Times New Roman", serif;
	font: bold 175% Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 40px 40px 20px;
	padding: 8px;
}

.not-found ul {
	font-size: 120%;
	list-style: none;
	margin: 20px 40px;
	overflow: hidden;
	padding: 0;
}

.not-found li {
	float: left;
}

.not-found li a {
	display: block;
	padding: 8px 20px;
	width: 8em;
}
