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

/* contents01 */

.contents01 {
	margin-bottom: 200px;
}

.contents02 {
	margin-bottom: 100px;
}

.contents02 .midashi01 h3 {
	font-size: 30px;
color: #FFF;
	letter-spacing: 0.1em;
	background-color: #5a83a6;
	display: inline-block;
	padding: 6px 40px;
}

.contents01 .box01 {
	width: 100%;
	margin-bottom: 100px;
	display: flex;
  justify-content: space-between;
}

.contents01 .box01 .box {
	width: 50%;
	display: flex;
  justify-content: center;
	align-items: center;
}

.contents01 .box01 .box001 img {
	width: 100%;
	height: auto;
}

.contents01 .box01 .box002 {
	background-image: url("images/img02.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.contents01 .box02 {
	text-align: center;
}

.contents01 .box02 p {
	line-height: 2.2;
}

.contents01 .box02 h5 {
	font-family: 'Zen Old Mincho', serif;
color: #4d4d4d;
line-height: 1.2;
font-weight: normal;
	font-size: 30px;
	margin-top: 60px;
}

.contents01 .box02 h5 span {
	font-size: 20px;
	display: inline-block;
	padding-right: 20px;
}


.contents01 .box03 {
	width: 800px;
	margin-bottom: 60px;
	text-align: center;
}

.contents01 .box04, .contents01 .box05a {
	width: 100%;
	padding: 40px 0px;
	text-align: center;
	background : rgba(242, 242, 242, 0.6);
}

.contents01 .box04 h4, contents01 .box04 h4 a {
	font-family: 'Zen Old Mincho', serif;
		color: #4d4d4d;
		font-weight: normal;
		font-size: 48px;
		line-height: 1.2;
		letter-spacing: 0.05em;
}

.contents01 .box04 h4 {
	display: inline-block;
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
}

.contents01 .box04 h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 18px;
	background-image: url("images/tel.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 24px;
	height: 33px;
}

.contents01 .box04 p, .contents01 .box05 p {
	font-size: 18px;
}

.contents01 .box05 {
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	display: flex;
  justify-content: center;
	align-items: center;
}

.contents01 .box05a {
	padding: 40px 0px;
}

.contents01 .box05 h5 {
	font-family: 'Cinzel', serif;
	font-size: 40px;
color: #231815;
line-height: 1.2;
font-weight: normal;
	border-right-style : solid;
border-right-color : rgba(35, 24, 21, 0.5);
border-right-width : 1px;
	padding-right: 40px;
	margin-right: 40px;
}

.contents01 .box05 table td {
	font-size: 16px;
color: #231815;
line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 12px 50px;
	text-align: left;
}

.contents01 .box05 table td:first-child {
	text-align: right;
	border-right-style : solid;
border-right-color : rgba(35, 24, 21, 0.5);
border-right-width : 1px;
}

.contents01 .box05 table td a {
	color: #ed1e79;
	text-decoration: underline;
}


.contents01 .box06, .contents01 .box06 iframe {
	width: 100%;
	height: 450px;
}

.contents01 .box07 {
	margin-bottom: 40px;
}

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


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
