@charset "UTF-8";
#main {
	background: url("img/bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
}
#main_img {
	position: absolute;
	z-index: 1;
	right: 5%;
	top: 50px;
}
#main_img img {
	width: 500px;
}
#main_catch_1 {
	font-size: 30px;
	color: rgba(255,255,255,1.00);
	margin-left: 10%;
	position: relative;
	z-index: 1;
}
#main_catch_2 {
	font-size: 30px;
	color: rgba(255,255,255,1.00);
	margin-left: 10%;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
#main_news {
	color: rgba(255,255,255,1.00);
	margin-top: 140px;
	margin-left: 10%;
	position: relative;
	z-index: 1;
}
#main_news_title {
	margin-top: 10px;
	font-size: 40px;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	padding-right: 20px;
	line-height: 1.8;
}
#main_news_title_strong {
	font-size: 60px;
}
.main_news_text {
	font-size: 30px;
	display: block;
}
.main_news_text_strong {
	color: rgba(206,174,94,1.00);
	font-size: 30px;
}
#main_concept {
	background: rgba(255,255,255,0.2);
	color: rgba(255,255,255,1.00);
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 100px;
	padding-top: 40px;
	padding-bottom: 50px;
}
#main_concept_title {
	font-size: 40px;
}
#main_concept_title_strong {
	font-size: 60px;
}
#main_concept_inner {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.main_concept_text {
	font-size: 20px;
	display: block;
}
#main_point {
	margin-top: 40px;
}
#main_point_inner {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main_point img {
	width: 49%;
	margin-top: 20px;
}
#price {
	text-align: center;
}
#price_title {
	background: rgba(51,51,51,1.00);
	padding-top: 20px;
	padding-bottom: 10px;
}
#price_title_back {
	color: rgba(206,174,94,0.40);
	font-size: 60px;
}
#price_title_front {
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	display: block;
	position: relative;
	top: -40px;
}
#price_content {
	background: url("img/price.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 80px;
}
.price_text {
	color: rgba(255,255,255,1.00);
	display: block;
	margin-top: 20px;
}
#price_link {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.price_link_button {
	color: rgba(255,255,255,1.00);
	border: 1px solid rgba(255,255,255,1.00);
	width: 48%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.price_link_button:hover {
	background-color: rgba(255,255,255,0.5);
	transition: 0.5s;
}
#gallery {
	background: url("img/gallery.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 80px;
}
#gallery_title {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 50px;
}
#gallery_content {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	flex-wrap: wrap;
}
.gallery_content_img {
	width: 30%;
	margin-top: 20px;
	cursor: pointer;
}
.gallery_content_img img {
	width: 100%;
}
#gallery_link {
	margin-top: 40px;
	border: 1px solid rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#gallery_link:hover {
	background-color: rgba(255,255,255,0.5);
	transition: 0.5s;
}
#gallery_link a {
	color: rgba(255,255,255,1.00);
}
#gallery_link_layout {
	display: flex;
	justify-content: center;
	align-items: center;
}
#gallery_link_img {
	width: 20px;
	height: 20px;
	margin-right: 20px;
}
#gallery_link_img img {
	width: 100%;
}
#interview {
	background: rgba(51,51,51,1.00);
	color: rgba(255,255,255,1.00);
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
}
#interview_title {
	text-align: center;
	font-size: 50px;
}
#interview_img {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#interview_img img {
	width: 100%;
}
#interview_text {
	margin-top: 20px;
}
#interview_link {
	margin-top: 30px;
	border: 1px solid rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
#interview_link:hover {
	background-color: rgba(255,255,255,0.5);
	transition: 0.5s;
}
#access {
	background: url("img/contact.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 80px;
	color: rgba(255,255,255,1.00);
}
#access_title {
	text-align: center;
	font-size: 50px;
}
.access_content {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.access_content_title {
	border-bottom: 2px solid rgba(255,255,255,1.00);
	font-size: 30px;
	padding-bottom: 10px;
	margin-top: 30px;
}
.access_content_layout {
	display: flex;
	margin-top: 20px;
}
.access_content_item {
	flex-basis: 140px;
}
iframe {
	width: 100%;
	height: 300px;
	margin-top: 40px;
}
#contact {
	background: rgba(51,51,51,1.00);
	padding-top: 60px;
}
#contact a {
	color: rgba(255,255,255,1.00);
}
#contact_link {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
}
#contact_link:hover {
	background-color: rgba(255,255,255,0.5);
	transition: 0.5s;
}
#contact_link_layout {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact_link_img_1 {
	width: 20px;
	height: 20px;
	display: flex;
}
#contact_link_img_1 img {
	width: 100%;
}
#contact_link_text {
	margin-left: 20px;
	margin-right: 10px;
	display: flex;
}
#contact_link_img_2 {
	width: 50px;
	height: 30px;
	display: flex;
}
#contact_link_img_2 img {
	width: 100%;
}
@media screen and (max-width:768px) {
#main {
	background: url("img/bg_sp.webp");
	padding-top: 50px;
	padding-bottom: 60px;
}
#main_img {
	right: 0;
	top: 30px;
}
#main_img img {
	width: 200px;
}
#main_catch_1_sp {
	font-size: 18px;
	color: rgba(255,255,255,1.00);
	margin-left: 2%;
	position: relative;
	z-index: 1;
}
#main_catch_2_sp {
	font-size: 18px;
	color: rgba(255,255,255,1.00);
	margin-left: 2%;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.main_catch_strong {
	font-size: 20px;
}
#main_news {
	margin-top: 100px;
	margin-left: 2%;
}
#main_news_title {
	font-size: 30px;
	line-height: 1.8;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	padding-right: 10px;
}
#main_news_title_strong {
	font-size: 50px;
}
.main_news_text {
	font-size: 18px;
}
.main_news_text_strong {
	font-size: 20px;
}
#main_concept {
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#main_concept_title {
	font-size: 30px;
}
#main_concept_title_strong {
	font-size: 40px;
}
#main_concept_inner {
	margin-top: 20px;
}
.main_concept_text {
	font-size: 14px;
}
#main_point {
	margin-top: 30px;
}
#main_point_inner {
	width: 98%;
}
#main_point img {
	width: 48%;
	margin-top: 20px;
}
#price_title_back {
	font-size: 40px;
}
#price_title_front {
	font-size: 20px;
	top: -40px;
}
#price_content {
	padding-top: 20px;
	padding-bottom: 40px;
}
.price_text {
	margin-top: 20px;
}
#price_link {
	width: 96%;
	margin-top: 40px;
}
#gallery {
	padding-top: 20px;
	padding-bottom: 40px;
}
#gallery_title {
	font-size: 40px;
}
#gallery_content {
	width: 96%;
	margin-top: 40px;
}
.gallery_content_img {
	width: 30%;
	margin-top: 20px;
}
#gallery_link {
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 70%;
}
#interview {
	padding-top: 30px;
	padding-bottom: 40px;
}
#interview_title {
	font-size: 40px;
}
#interview_img {
	width: 80%;
	margin-top: 30px;
}
#interview_text {
	margin-top: 20px;
}
#interview_link {
	margin-top: 30px;
	border: 1px solid rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 70%;
}
#access {
	padding-top: 20px;
	padding-bottom: 40px;
}
#access_title {
	font-size: 40px;
}
.access_content {
	width: 80%;
	margin-left: 10%;
}
.access_content_title {
	font-size: 22px;
	padding-bottom: 4px;
	margin-top: 30px;
}
.access_content_layout {
	display: flex;
	margin-top: 10px;
	font-size: 12px;
}
.access_content_item {
	flex-basis: 60px;
}
.access_content_text {
	
}
.access_content img {
	width: 100%;
	margin-top: 10px;
}
iframe {
	height: 200px;
	margin-top: 20px;
}
#contact {
	padding-top: 30px;
}
#contact_link {
	width: 80%;
}
#contact_link_text {
	margin-left: 10px;
}
#contact_link_img_2 {
	width: 30px;
}
}