/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css); */
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #333;
	background-color: #000;
	background-image: url("../images/bg_yozora_low.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 100%;
	background-size: cover;
}

.wrap {
	width: 100%;
}

.wrap::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 100%;
	background-image: url("../images/bg_yozora_low.jpg");
	background-size: cover;
}

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

a:hover,
.active {
	text-decoration: underline;
}

a:active,
a:focus,
input:active,
input:focus {
	outline: 0;
}


/* ヘッダー
------------------------------------------------------------*/
#mainnav a {
	color: #000;
	font-family: 'Modern Antiqua', 'Noto Sans JP', serif;
}


/* フッター
------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 0;
	text-align: center;
	font-size: 12px;
	background-color: rgba(105, 102, 102, 0.664);
	color: white;

}


/* 共通
------------------------------------------------------------*/
html, body {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #000;
	background-image: url("../images/bg_yozora_low.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 100%;
	background-size: cover;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.wrap {
	width: 100%;
}

#content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(10px);
}

h1,
h2 {
	font-family: 'Modern Antiqua', 'Noto Sans JP', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}

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

section {
	padding: 6rem 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(105, 102, 102, 0.664);
	color: white;
}

section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

section header {
	text-align: center;
	margin-bottom: 4rem;
}

section header h2 {
	font-size: 3.2rem;
	color: #fff;
	margin-bottom: 1rem;
}

section header h2 span {
	position: relative;
	display: inline-block;
	padding: 0 2rem;
}

section header h2 span::before,
section header h2 span::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 2rem;
	height: 2px;
	background: #3f51b5;
}

section header h2 span::before {
	left: -2rem;
}

section header h2 span::after {
	right: -2rem;
}

.inner {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec03 .inner,
#sec04 .inner {
	border-bottom: 1px solid #a0a0a0;
}

.innerS {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* border: <border-width><border-style><border-color>td, */
th {
	border: 1px solid rgb(190, 190, 190);
	padding: 10px;
}

td {
	text-align: left;
}


table {
	border-collapse: collapse;
	letter-spacing: 1px;
	width: 1000px;
	height: 200px;
	font-family: sans-serif;
	font-size: .8rem;
}

.swiper--wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	height: 300px;
}

/* content
------------------------------------------------------------*/

/* mainImg
------------------------------------------------------------*/

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

#mainImgword {
	position: absolute;
	top: 20%;
	left: 50%;
	font-size: 30px;
	font-weight: 500;
	color: black;
	padding: 0;
	margin: 0;
}

#photo {
	width: 100%;
	height: 40vh;
	max-height: 400px;
	position: relative;
	overflow: hidden;
}

#photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* SEC01 ご挨拶
------------------------------------------------------------*/
#sec01 {
	padding-bottom: 0 !important;
	margin: 5% auto;
	color: white;
}

/* SEC02 Instagram
------------------------------------------------------------*/
#sec02 {
	padding-bottom: 0 !important;
	margin: 5% auto;
	color: white;
	height: fit-content;
}

.yokonarabi {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	/* margin: 2%; */
	height: fit-content;
	gap: 0;
	transition-duration: 0.5s;
	/* height: 500px; */
	/* aspect-ratio: 7/8; */
}

/* .yokonarabi>div {
	width: 20%;
	margin-left: 10%;
} */

.yokonarabi ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.yokonarabi li {
	width: 33%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.yokonarabi img {
	width: 100%;
	cursor: pointer;
}

.yokonarabi a:hover img {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	transform: translateY(-10px);
	transition-duration: 0.5s;
}

/* SEC03 メニュー・システム
------------------------------------------------------------*/
#sec03 {
	padding-bottom: 0 !important;
	margin: 5% auto;
	color: white;
}

.slide ul {
	display: flex;
	overflow-x: scroll;
	margin: 0;
	padding: 0;
}

.slide li {
	min-width: 80%;
	margin: 10px;
	padding: 0;
	list-style: none;
}

/* SEC04 イベントカレンダー
------------------------------------------------------------*/
#sec04 {
	padding-bottom: 0 !important;
	margin: 5% auto;
	color: white;
}


/* SEC06 ACCESS
------------------------------------------------------------*/
#sec06 {
	padding-bottom: 0 !important;
	margin: 5% auto;
	color: white;
}

#sec03 p {
	margin-bottom: 5px;
}

.col2 li {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 16/9;
	/*アスペクト比（縦横比）を指定*/
	border: 0;
}

/* インスタ表示
------------------------------------------------------------*/
ul.insta_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

ul.insta_list li {
	list-style: none;
	width: 48%;
	margin-bottom: 1vw;
}

ul.insta_list li a p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

ul.insta_list li a p span {
	font-size: 120%;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/
/*大きめのタブレット・PC*/
@media only screen and (min-width: 800px) {
	body {
		font-size: 14px;
		/* position: fixed; */
		/* top:0; */
	}

	#wrapper {
		width: 100%;
	}

	#content {
		width: 80%;
	}

	#sidebar {
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
		background-color: rgba(105, 102, 102, 0.817);
		color: white;
	}

	a#menu {
		display: none;
	}

	.panel {
		display: block !important;
	}

	#sidebar h1 {
		padding: 30px 0;
	}

	#mainnav li {
		font-size: 14px;
		font-weight: 800;
		color: white;
		font-family: 'Times New Roman', Times, serif;
		margin: 10%;
		padding: 10px 0;
	}

	#mainnav li a {
		color: white;
	}

	#sns {
		margin-top: 50px;
	}

	#sns li {
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img {
		opacity: .8;
	}

	/* SEC03 BRAND
	-----------------*/
	.col4 {
		text-align: center;
	}

	.col4 li {
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}

	#footer {
		padding: 30px 10px 70px 0;
	}
}

/*PC・大きめのタブレット*/
@media only screen and (min-width: 641px) {
	.col2 li {
		width: 100%;
		vertical-align: top;
	}

	.col2 li:first-child {
		width: 100%;
		padding-right: 4%;
	}

	.divDiscription {
		margin: 0 0 0 auto;
		height: fit-content;
		width: 50%;
		line-height: 30px;
		/* position: relative; */
	}

	.divimg {
		width: 40%;
	}

	#map iframe {
		width: 96% !important;
		height: 1000px;
		left: 2%;
	}

}

@media only screen and (max-width: 640px) {
	.innerS {
		width: 94%;
		padding-bottom: 30px;
	}

	#gallery li {
		float: none;
		width: 100%;
	}

	.article img {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	#map iframe {
		width: 96% !important;
		left: 2%;
	}
}

/*スマホ・小さめのタブレット*/
@media only screen and (max-width: 799px) {
	#sidebar {
		position: fixed;
		width: 100%;
		z-index: 500;
	}

	#sidebarWrap {
		position: relative;
		width: 100%;
		height: 60px;
		background-color: rgba(105, 102, 102, 0.084);
		border-bottom: 1px solid rgb(56, 7, 153);
	}

	#sidebar h1 {
		text-align: center;
		padding-top: 15px;
	}

	#sidebar h1 img {
		width: auto !important;
		max-height: 25px;
	}

	a#menu {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 10px;
	}

	#menuBtn {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #000;
		transition: .2s;
	}

	#menuBtn:before,
	#menuBtn:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #000;
		transition: .3s;
	}

	#menuBtn:before {
		margin-top: -7px;
	}

	#menuBtn:after {
		margin-top: 5px;
	}

	a#menu .close {
		background: transparent;
	}

	a#menu .close:before,
	a#menu .close:after {
		margin-top: 0;
	}

	a#menu .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	.panel {
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav {
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul {
		border-bottom: 1px solid rgb(31, 5, 135);
		background-color: rgba(105, 102, 102, 0.199);
		text-align: left;
		color: white;
	}

	#mainnav li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid rgb(31, 5, 135);
		color: white;
		font-weight: 400;
	}

	#mainnav li a:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#mainnav #sns li {
		display: inline-block;
	}

	#mainnav #sns li a {
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}

	#mainnav #sns li a:before {
		border: 0;
	}
	#footer {
		position: fixed;
		bottom: 0;
		left: 0;
		clear: both;
		padding: 0;
		width: 100%;
		text-align: center;
		font-size: 12px;
		background-color: rgba(105, 102, 102, 0.664);
		color: white;	
	}
	

	.col4 li {
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}

	section h2 {
		margin: 55px auto;
	}
}

/* タブ切り替え
------------------------------------------------------------*/
.tab-container {
	margin: 5%;
	background-color: rgba(105, 102, 102, 0.664);
	color: white;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.tab-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
}

.tab-button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.tab-button img {
	max-width: 200px;
	height: auto;
	border-radius: 10px;
}

.tab-button:hover {
	transform: scale(1.05);
}

.tab-button.active {
	transform: scale(1.05);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.tab-content {
	display: none;
	padding: 20px;
	animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#map_osaka {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
	width: 100%;
}

#map_osaka iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 16/9;
	border: 0;
}

@media only screen and (min-width: 641px) {
	#map_osaka iframe {
		width: 96% !important;
		height: 1000px;
		left: 2%;
	}
}

@media only screen and (max-width: 640px) {
	#map_osaka iframe {
		width: 96% !important;
		left: 2%;
	}
}

/* メニューアイコン
------------------------------------------------------------*/
.menu {
    padding: 40px 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.menu .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.menu nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu nav li {
    width: 200px;
    text-align: center;
}

.menu nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
}

.menu nav li a:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.menu nav li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.menu nav li a:hover img {
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

.menu nav li span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-bottom: 5px;
}

.menu nav li span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

.menu nav li a:hover span::after {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .menu nav ul {
        gap: 20px;
    }

    .menu nav li {
        width: 150px;
    }

    .menu nav li img {
        width: 100px;
        height: 100px;
    }

    .menu nav li span {
        font-size: 14px;
    }
}

/* ローディング画面 */
#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #222;
  z-index: 9999;
}

#loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #999;
  width: 100px;
  height: 30px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
}

#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid transparent;
  border-top-color: #4D658D;
  border-bottom-color: #4D658D;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid transparent;
  border-top-color: #D4CC6A;
  border-bottom-color: #D4CC6A;
  border-radius: 50%;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid transparent;
  border-top-color: #84417C;
  border-bottom-color: #84417C;
  border-radius: 50%;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  animation: loader 1.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* コンテンツ表示時のスタイル */
body.loaded #loading-wrapper {
  display: none;
}