@charset "utf-8";
#bg_main_image {
	background-image: url(../img/img_main.jpg);
}

@media screen and (min-width:1025px) {
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
}

@media print, screen and (min-width: 751px) {
.sub_head + * {
	margin-top: 20px;
}
#thought {
	background: url(../img/img_wide_photo.jpg) center center no-repeat;
	background-size: cover;
	margin: 60px -60px 50px;
	padding: 150px 20px;
	text-align: center;
}
#thought > p {
	color: #FFF;
	font-size: 34px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.inquiry_box {
	margin-top: 20px;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 30px;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image_list {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.image_list .image {
	width: 47.9%;
}
.image_list .image img {
	height: auto;
	width: 100%;
}
.tbl table {
	margin-top: 15px;
}
.tbl table td {
	text-align: center;
	font-size: 24px;
}
.tbl + p {
	margin-top: 25px;
}
}

@media screen and (max-width: 750px) {
.sub_head + * {
	margin-top: 20px;
}
#thought {
	background: url(../img/img_wide_photo.jpg) center center no-repeat;
	background-size: cover;
	margin: 30px -20px 0;
	padding: 70px 20px;
	text-align: center;
}
#thought > p {
	color: #FFF;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.inquiry_box {
	margin-top: 20px;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 30px;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image_list {
	margin-top: 35px;
}
.image_list .image {
	margin-top: 20px;
}
.image_list .image img {
	height: auto;
	width: 100%;
}
.tbl table {
	margin-top: 15px;
}
.tbl table td {
	text-align: center;
	font-size: 24px;
}
.tbl + p {
	margin-top: 25px;
}
}
