@charset "utf-8";



/* ------------------------------
reset
------------------------------ */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html {
	font-size: 62.5%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #000;
}

img {
	vertical-align: bottom;
}



/* ------------------------------
base
------------------------------ */

body {
	position: relative;
	font-size: 1.6rem;
	min-width: 1000px;
}

p,
table,
dl,
ol,
ul li {
	font-size: 2rem;
	line-height: 1.7;
}

@media screen and (min-width: 768px) {
	.pc {
		display: block !important;
		line-height: 0;
	}

	.sp {
		display: none !important;
		line-height: 0;
	}

	a[href*="tel:"] {
		pointer-events: none;
	}

	.ie11 a[href*="tel:"] {
		pointer-events: none;
		display: inline-block;
		cursor: default;
	}

	a {
		transition: 0.3s;
	}

	a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	html {
		/*font-size: 2.42vw;*/
		font-size: 2.564vw;
	}

	body {
		min-width: inherit;
	}

	p,
	table,
	dl,
	ol,
	ul li {
		text-align: justify;
		word-break: break-all;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	img {
		width: 100%;
		height: auto;
	}

	.pc {
		display: none !important;
		line-height: 0;
	}

	.sp {
		display: block !important;
		line-height: 0;
	}
}

/* ------------------------------
contents
------------------------------ */

.js-preload * {
	transition: none !important;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	background: #fff;
	box-sizing: border-box;
	z-index: 1000;
}

#header .logo {
	width: 382px;
	display: block;
	float: left;
}

#header .logo img {
	max-width: 100%;
	height: auto;
}

#header {
	position: relative;
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
}

.head {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
}

@media screen and (max-width: 767px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-width: inherit;
		height: auto;
		padding: 0;
		z-index: 100;
	}

	#header .wrap {
		position: relative;
		height: 100%;
		padding: 0;
	}

	#header .logo {
		width: 22rem;
		flex-shrink: 0;
		margin-left: 0;
		margin-bottom: 0;
	}

	#header .logo img {
		width: 100%;
		height: auto;
	}

	#header .head {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 6rem;
		background: #000000;
		z-index: 10;
		box-sizing: border-box;
		padding: 0 1rem;
	}
}

#gnavi {
	background: #000;
	float: right;
}

#gnavi .nav {
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 700px;
	margin: 0 auto;
}

#gnavi .nav_list {
	line-height: 1;
	font-size: 1.4rem;
	padding: 4.8em 0 1em;
}

#gnavi .nav_list+.nav_list {
	margin-left: 4em;
}

#gnavi .nav_list a {
	position: relative;
	color: #fff;
}

#toggle {
	display: none;
}

.is-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	#gnavi {
		pointer-events: none;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		height: 100vh;
		height: 100svh;
		background: #000;
		transition: 0.3s;
		padding: 14.8rem 11.7vw 8vw;
		box-sizing: border-box;
		overflow-y: scroll;
		opacity: 0;
		transition: 0.3s;
	}

	#gnavi .nav {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
	}

	#gnavi .nav_list {
		position: relative;
		font-size: 1.6rem;
		margin: 0;
		padding: 0 0 0 1em;
	}

	#gnavi .nav_list::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 1vw;
		height: 1vw;
		background: #fff;
		transform: translateY(-50%);
	}

	#gnavi .nav_list+.nav_list {
		margin: 2em 0 0 0;
	}

	#gnavi .nav_list a {
		position: relative;
		color: #fff;
		text-align: center;
		padding: 0;
	}

	.is-fixed #gnavi {
		pointer-events: all;
		opacity: 1;
	}

	#close {
		display: block;
		width: 9.3vw;
		height: auto;
		margin: 0 5.3vw 3.2vw auto;
	}

	#toggle {
		display: block;
		width: 5rem;
		height: 4rem;
		position: absolute;
		top: 1rem;
		right: 1rem;
		background: #000;
		padding: 0.9rem 0.7rem 0;
		box-sizing: border-box;
	}

	#toggle div {
		position: relative;
		height: 2rem;
	}

	#toggle p {
		font-size: 0.9rem;
		line-height: 1;
		color: #fff;
		margin: 0.8em 0 0;
		letter-spacing: -0.2em;
		text-align: center;
	}

	#toggle span {
		width: 100%;
		height: 0.2rem;
		background: #fff;
	}

	#toggle span {
		position: absolute;
		left: 0;
		transition: 0.3s;
	}

	#toggle span:first-child {
		top: 0;
	}

	#toggle span:nth-child(2) {
		top: calc(50% - 0.1rem);
	}

	#toggle span:last-child {
		top: calc(100% - 0.2rem);
	}

	.is-fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	.is-fixed #toggle span {
		left: 0;
	}

	.is-fixed #toggle span:first-child {
		transform: rotate(45deg);
		top: calc(50% - 0.1rem);
	}

	.is-fixed #toggle span:nth-child(2) {
		opacity: 0;
	}

	.is-fixed #toggle span:last-child {
		top: calc(50% - 0.1rem);
		transform: rotate(-45deg);
	}

	.is-fixed .p-header-nav {
		right: 0;
	}
}



img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.btn {
	width: 66%;
	margin-left: 17%;
	margin-right: 17%;
	margin-bottom: 40px;
}

#about {
	position: relative;
	height: 490px;
}

#about .pc_a01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 620px;
}

#about .pc_a02 {
	position: absolute;
	top: 0;
	left: 622px;
	width: 108px;
}

#about .pc_a03 {
	position: absolute;
	top: 0;
	left: 732px;
	width: 101px;
}

#about .pc_a04 {
	position: absolute;
	top: 0;
	left: 833px;
	width: 97px;
}

#about .pc_a05 {
	position: absolute;
	top: 0;
	left: 930px;
	width: 272px;
}

#about .pc_a06 {
	position: absolute;
	top: 90px;
	left: 666px;
	width: 425px;
}

#about .pc_a07 {
	position: absolute;
	top: 150px;
	left: 666px;
	width: 425px;
}

#about .pc_a08 {
	position: absolute;
	top: 215px;
	left: 662px;
	width: 425px;
}

#about .pc_a10 {
	position: absolute;
	top: 310px;
	left: 662px;
	width: 238px;
}

#about .pc_a11 {
	position: absolute;
	top: 310px;
	left: 910px;
	width: 238px;
}

#about .pc_a12 {
	position: absolute;
	top: 380px;
	left: 662px;
	width: 238px;
}


#location {
	position: relative;
	height: 280px;
}

#location .pc_a01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
}

#location .pc_a02 {
	position: absolute;
	top: 54px;
	left: 0;
	width: 700px;
}

#location .pc_a03 {
	position: absolute;
	top: 117px;
	left: 0;
	width: 700px;
}

#location .pc_a04 {
	position: absolute;
	top: 180px;
	left: 0;
	width: 700px;
}

#location .pc_a05 {
	position: absolute;
	top: 1px;
	left: 624px;
	width: 106px;
}

#location .pc_a06 {
	position: absolute;
	top: 0;
	left: 732px;
	width: 101px;
}

#location .pc_a07 {
	position: absolute;
	top: 0;
	left: 833px;
	width: 97px;
}

#location .pc_a08 {
	position: absolute;
	top: 0;
	left: 930px;
	width: 272px;
}

#location .pc_a10 {
	position: absolute;
	top: 120px;
	left: 662px;
	width: 238px;
}

#location .pc_a11 {
	position: absolute;
	top: 120px;
	left: 910px;
	width: 238px;
}

#location .pc_a12 {
	position: absolute;
	top: 190px;
	left: 662px;
	width: 238px;
}

#location .pc_a13 {
	position: absolute;
	top: 190px;
	left: 910px;
	width: 238px;
}



@media screen and (max-width: 767px) {
	#container {
		padding: 6rem 0 0;
	}

	.btn {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 7%;
	}

	#about {
		height: auto;
		overflow: hidden;
	}

	#about .sp_a01 {
		width: 50%;
		float: left;
	}

	#about .sp_a02 {
		width: 18.5%;
		float: left;
	}

	#about .sp_a03 {
		width: 13%;
		float: left;
	}

	#about .sp_a04 {
		width: 18.5%;
		float: left;
	}

	#about .sp_a05 {
		width: 30%;
		float: right;
		margin-top: 4%;
		margin-right: 10%;
	}

	#about .sp_a06 {
		width: 50%;
		float: right;
	}

	#about .sp_a07 {
		width: 50%;
		float: right;
	}

	#about .sp_a08 {
		width: 50%;
		float: right;
	}

	#about .sp_a09 {
		width: 50%;
		float: right;
	}

	#location {
		margin-bottom: 5%;
		height: auto;
	}

	#location .left {
		width: 50%;
		float: left;
		margin-bottom: 5%;
	}

	#location .sp_a01 {
		float: left;
	}

	#location .sp_a02 {
		float: left;
	}

	#location .sp_a03 {
		float: left;
	}

	#location .sp_a04 {
		float: left;
	}

	#location .sp_a05 {
		width: 18.5%;
		float: left;
	}

	#location .sp_a06 {
		width: 13%;
		float: left;
	}

	#location .sp_a07 {
		width: 18.5%;
		float: left;
	}

	#location .sp_a08 {
		width: 30%;
		float: right;
		margin-top: 4%;
		margin-right: 10%;
	}

}




/* ------------------------------
clearfix
------------------------------ */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */




/* ------------------------------
35th アニバーサリー
------------------------------ */


.anniversary {
	margin-right: 40%;
	margin-left: 40%;
	margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
	.anniversary {
		margin-top: 2%;
		margin-right: 34%;
		margin-left: 34%;
		margin-bottom: 6%;
	}
}





/* デスクトップでは非表示 */
.sp-sns-container {
	display: none;
}

/* モバイルのみ表示 */
@media screen and (max-width: 767px) {
	.sp-sns-container {
		display: flex;
		justify-content: center;
		align-items: center;
		/* アイコン間の間隔 */
		padding: 24px 0;
	}

	.sp-sns-item {
		display: inline-block;
		/* アイコンのサイズに合わせて調整 */
	}

	.sp-sns-item img {
		width: 100%;
		height: auto;
		display: block;
	}
}







/* ------------------------------
VIDEOコントローラー
------------------------------ */
#video-container {
	width: 100%;
	/* コンテナの幅を調整 */
	max-width: 1200px;
	/* 最大幅を設定 */
	margin: 0 auto 20px;
	background-color: #fff;
	/* 動画のアスペクト比に基づいて高さを設定 (16:9の場合) */
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	/* 16:9 アスペクト比 (height/width = 9/16 = 0.5625) */
	position: relative;
}

#video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ローディング表示のスタイル */
.video-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 10;
}

.video-loading span {
	color: #333;
	font-size: 16px;
	margin-bottom: 15px;
}

.video-loading:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}


.video_txt {
	text-align: center;
	color: #555;
	max-width: 100%;
	line-height: 1.6;
	padding-top: 60px;
}

/* スマートフォン向けのスタイル調整 */
@media (max-width: 768px) {
	#video-container {
		width: 100%;
	}

	.video_txt {
		font-size: 0.9em;
	}
}