@charset "utf-8";

.contentsPage {
	width: 100%;
}
.contentsPage .cms_block,
#form_box {
	width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.contents .wide.cms_block {
	width: 100%;
}

.imgonLink {
	position: relative;
}
.imgonLink img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.imgonLink.cms_fl  {
	border-right: solid 2px #fff;
}
.imgonLink.cms_fr  {
	border-left: solid 2px #fff;
}
.imgonLink .cms_caption_b {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 0;
}
.imgonLink .cms_caption_b a {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	text-decoration: none;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.imgonLink:hover img{
	opacity: .7;
}
.imgonLink .cms_caption_b a span {
	width: 500px;
	height: 135px;
	padding: 35px 5px;
	border-radius: 3px;
	background: rgba(255, 255, 255, .8);
}
.imgonLink .cms_caption_b a span::before {
	content: "";
	width: 15px;
	height: 12px;
	margin-right: 8px;
	display: inline-block;
	background: url(../img/arrow01.png) no-repeat 0 0 / cover;
}
.imgonLink.cms_fl .cms_caption_b a span {
	padding-top: 55px;
}
/* ------------------------------
 FORM?؂闡ﾖ???@20200326
------------------------------ */
.addrTr{
 display:none;
}

.telTr{
 display:none;
}

/* ------------------------------
 ?X?}?z?p?R?[?h
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsPage,
	.contentsPage .cms_block,
	#form_box {
		width: auto;
	}
	
	
	
	
	.imgonLink.cms_fl  {
		border-right: none;
	}
	.imgonLink.cms_fr  {
		border-left: none;
	}
	
	.imgonLink .cms_caption_b a {
		font-size: 1.8rem;
	}
	.imgonLink .cms_caption_b a span {
		width: 90%;
		height: auto;
		padding: 15px 5px;
	}
	.imgonLink.cms_fl .cms_caption_b a span {
		padding-top: 15px;
	}
}

/* ------------------------------
 ランディングページ
------------------------------ */
.grayBox {
    padding: 30px;
    background: #F2F2F2;
    border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
	.open_close {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.sp_hide {
		display: none;
	}
}
