@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/top/bg-title.png") no-repeat center / cover;
}
#top_ttl img {
	width: 468.5px;
}
#top_msg {
	position: relative;
}
#top_msg::before, #top_msg::after {
	content: "";
	background: url("../img/bg01.png") no-repeat center / 100% auto;
	width: 575px;
	height: 381px;
	display: inline-block;
	position: absolute;
	left: -320px;;
	top: -210px;
	z-index: -1;
}
#top_msg::after {
	background-image: url("../img/bg02.png");
	width: 350px;
	height: 195px;
	top: auto;
	bottom: 50px;
	left: auto;
	right: -190px;
}
#top_msg h3.sub {
	font-size: 35px;
	margin-bottom: 50px;
}
#top_msg h3.sub ruby {
	ruby-position: under;
	ruby-align: center;
}
#top_msg h3.sub ruby rt {
	font-size: 14px;
}
#top_msg h3.sub .en {
	font-size: 22px;
	margin-top: 5px;
}
#top_msg .txt {
	font-size: 140%;
}
#top_msg .txt.en {
	font-size: 105%;
	margin-top: 10px;
}
#menu_head {
	position: relative;
}
#menu_head img {
	width: 100%;
}
#menu_head h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	font-size: 150px;
	font-weight: normal;
	color: #013130;
	line-height: 0.6;
}
#top_menu .box {
	position: relative;
}
#top_menu .box:not(:last-of-type) {
	margin-bottom: 150px;
}
#top_menu .box::before {
	content: "";
	background: url("../img/bg03.png") no-repeat center / 100% auto;
	width: 575px;
	height: 381px;
	display: inline-block;
	position: absolute;
	left: auto;
	top: -150px;
}
#top_menu .box:first-of-type::before {
	left: -130px;
}
#top_menu .box:nth-of-type(2)::before {
	background-image: url("../img/bg01.png");
	width: 575px;
	height: 381px;
	top: -240px;
	right: -40px;
}
#top_menu .box:nth-of-type(3)::before {
	background-image: url("../img/bg04.png");
	width: 351px;
	height: 195px;
	left: -90px;
}
#top_menu .box:nth-of-type(4)::before {
	background-image: url("../img/bg02.png");
	width: 350px;
	height: 195px;
	top: -130px;
	right: -30px;
}
#top_menu .box .img {
	position: relative;
}
#top_menu .box .img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/waku.png") no-repeat center /cover;
	z-index: 1;
}
#top_menu .box .info {
	width: 50%;
}
#top_menu .box .info .txt {
	font-size: 130%;
}
#top_menu .box .info .txt.en {
	font-size: 100%;
}
#top_menu .box .info .btn01 {
	text-align: right;
	margin-top: 50px;
	margin-bottom: 0;
}
#top_blog {
	position: relative;
	background: rgba(1, 49, 48, 0.5);
}
#top_blog::before {
	content: "BLOG";
	position: absolute;
	right: 0;
	top: -5px;
	z-index: 1;
	font-size: 150px;
	font-weight: normal;
	color: #000;
	line-height: 0.65;
	opacity : 0.2;
}
#top_blog .main::before {
	background: url("../img/top/bg-blog01.png") no-repeat left top, url("../img/top/bg-blog02.png") no-repeat right bottom;
}
#top_blog .in {
	width: 800px;
	margin: 0 auto;
}
#top_blog .ttl {
	position: relative;
	margin-bottom: 50px;
}
#top_blog .ttl h3 {
	font-size: 40px;
	font-weight: normal;
}
#top_blog .ttl .more {
	position: absolute;
	right: 0;
	top: 10px;
}
#top_blog .ttl .more a {
	color: var(--color-sec);
	border: 1px solid var(--color-sec);
	font-size: 110%;
	padding: 4px 0 4px 10px;
	width: 110px;
	display: inline-block;
	position: relative;
}
#top_blog .ttl .more a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px var(--color-sec);
	border-right: solid 2px var(--color-sec);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
#top_blog #blog_list dl {
	border-top: 1px solid #c69c6d;
	padding: 21px 0;
	align-items: center;
}
#top_blog #blog_list dl:last-of-type {
	border-bottom: 1px solid #c69c6d;
}
#top_blog #blog_list dl dd a {
	color: var(--color-sec);
	font-size: 125%;
	text-decoration: underline;
}
#top_instagram {
	position: relative;
	background: url("../img/top/bg-insta.png") no-repeat center /cover;
}
#top_instagram .main.pt {
	padding-top: 210px;
}
#top_instagram::before {
	content: "INSTAGRAM";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 150px;
	font-weight: normal;
	color: #fff;
	line-height: 0.65;
}
#top_instagram .dummy_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 250px);
	gap: 40px 0;
}
#top_access {
	position: relative;
}
#top_access::before {
	content: "ACCESS";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	font-size: 150px;
	font-weight: normal;
	color: #013130;
	line-height: 0.65;
}
#top_access .map {
	width: 1000px;
	margin: 0 auto 50px;
	border: 1px solid #e3b83d;
	padding: 5px;
	position: relative;
}
#top_access .map::before, #top_access .map::after {
	content: "";
	background: url("../img/top/map-ico01.png") no-repeat center / cover;
	width: 30px;
	height: 16px;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_access .map::after {
	top: auto;
	bottom: -16px;
	background-image: url("../img/top/map-ico02.png");
}
#top_access .map iframe {
	width: 100%;
	height: 390px;
	display: block;
}
#top_access .txt {
	color: var(--color-sec);
	font-size: 130%;
}
#top_access .txt.en {
	font-size: 100%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_blog #blog_list dl {
		display: flex;
	}
	#top_blog #blog_list dl dt {
		width: 130px;
		text-align: center;
	}
	#top_blog #blog_list dl dd {
		width: calc(100% - 130px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl {
		height: 400px;
	}
	#top_ttl img {
		width: 300px;
	}
	#top_msg h3.sub {
		font-size: 30px;
	}
	#top_msg h3.sub .en {
		font-size: 18px;
	}
	#top_msg .txt {
		font-size: 120%;
	}
	#top_msg .txt.en {
		font-size: 100%;
	}
	#menu_head h3 {
		font-size: 80px;
	}
	#top_menu .box {
		align-items: flex-start;
	}
	#top_menu .box:not(:last-of-type) {
		margin-bottom: 50px;
	}
	#top_menu .box .img {
		width: 30%;
	}
	#top_menu .box .info {
		width: 65%;
	}
	#top_menu .box .info .txt {
		font-size: 120%;
	}
	#top_menu .box .info .btn01 {
		margin-top: 25px;
	}
	#top_blog::before {
		font-size: 80px;
	}
	#top_blog .in {
		width: 100%;
	}
	#top_blog .ttl {
		margin-bottom: 30px;
	}
	#top_blog .ttl h3 {
		font-size: 30px;
	}
	#top_blog #blog_list dl {
		padding: 15px 0;
	}
	#top_instagram::before {
		font-size: 80px;
	}
	#top_instagram .main.pt {
		padding-top: 120px;
	}
	#top_access::before {
		font-size: 80px;
	}
	#top_access .pt {
		padding-top: 100px;
	}
	#top_access .map {
		width: 100%;
	}
	#top_access .txt {
		font-size: 110%;
	}
	#top_instagram .dummy_list {
		grid-template-columns: repeat(4, 24%);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl {
		height: 300px;
	}
	#top_ttl img {
		width: 270px;
	}
	#top_msg h3.sub {
		font-size: 25px;
	}
	#top_msg h3.sub .en {
		font-size: 15px;
	}
	#top_msg .txt {
		font-size: 110%;
	}
	#menu_head h3 {
		font-size: 40px;
	}
	#top_menu .box .img {
		margin: 0 auto 20px;
		width: 200px;
	}
	#top_menu .box .info {
		width: 100%;
	}
	#top_menu .box .info .txt {
		font-size: 110%;
	}
	#top_menu .box .info .btn01 {
		text-align: center;
	}
	#top_blog::before {
		font-size: 40px;
	}
	#top_blog .ttl .more {
		top: 2px;
	}
	#top_blog .ttl h3 {
		font-size: 25px;
	}
	#top_blog #blog_list dl {
		padding: 10px 0;
	}
	#top_blog #blog_list dl dd a {
		font-size: 110%;
	}
	#top_instagram::before {
		font-size: 40px;
	}
	#top_instagram .main.pt {
		padding-top: 50px;
	}
	#top_instagram .dummy_list {
		grid-template-columns: repeat(2, 48%);
		gap: 15px 0;
	}
	#top_access::before {
		font-size: 40px;
	}
	#top_access .pt {
		padding-top: 50px;
	}
	#top_access .map iframe {
		height: 250px;
	}
	#top_access .txt {
		font-size: 100%;
	}
}