@charset "UTF-8";
/* CSS Document */



/* contents01 */

.contents01, .contents02 {
	width: 100%;
	margin-bottom: 100px;
}

.contents01 {
	padding-top: 40px;
}

.contents01 h2 {
	position: relative;
}

.contents01 h2::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/logo.svg");
background-position: center center;
background-repeat: no-repeat;
	background-size: auto 120px;
	width: 100%;
	height:100%;
}

.contents01 h2 img {
	width: 100%;
height: auto;
	max-height: 480px;
	object-fit: cover;
}

.contents01 ul {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents01 ul li {
	width: 25%;
}

.contents01 ul li img {
	width: 100%;
height: auto;
}


/* contents02 */

.contents02 {
	background-image: url("images/line.jpg");
background-position: center bottom;
background-repeat: repeat-x;
	padding-bottom: 120px;
}

.contents02 .box01 {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	margin-bottom: 60px;
	text-align: center;
	gap:0px 40px;
}

.contents02 .box01 .box002 {
	width: 480px;
	padding: 30px 0px;
	background-color: #f1f1f1;
}

.contents02 .box02 {
	width: 1170px;
}

.contents02 .map-box, .contents02 iframe {
	width: 100%;
	clear: both;
	height: 400px;
}

.contents02 iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contents02 h4, .contents02 h4 a {
	font-family: 'Zen Old Mincho', serif;
	font-size: 42px;
color: #384f78;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-style: italic;
}

.contents02 h4 {
	display: inline-block;
	position: relative;
	padding-left: 58px;
	margin: 15px auto;
}

.contents02 h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 10px;
	background-image: url("../common/images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 48px;
	height: 33px;
}

.contents02 p {
	font-size: 14px;
color: #384f78;
line-height: 1.2;
}


.sp-view {
	display: none;
}
