@charset "utf-8";

.clearfix:after {
	content				: "" ;
	display				: block ;
	clear				: both ;
}

.clearfix	{
	display				: block ;
}

/* Hides from IE-mac \*/
* html .clearfix { height : 1% ; }
/* End hide from IE-mac */

html	{
	background		: none ;
	position		: relative ;
	width			: 100% ;
	height			: 100% ;
	margin: 0;
	padding: 0;
}

body	{
	width	: 100% ;
	padding	: 0 ;
	margin	: 0 ;
	font-family: 'Noto Sans JP', sans-serif;
	font-size	: 16px ;
	font-weight	: 400 ;
	line-height	: 1.5;
	color	: #4b4b4b;
	-webkit-text-size-adjust: 100%;
	position: relative ;
	overflow-x: hidden;
	background-color: #fff;
}

a img	{
	border			: none ;
}

a:hover img{
}

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

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

form{
	margin			: 0 ;
	padding			: 0 ;
}



/*************************TOP*************************/
.main_bg{
	width: 100%;
	height: 800px;
	background-image: url("../img/back01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


/* アニメーション設定 */
.arrowWrap {
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0; /* 既存のmarginをリセット */
}

.arrowInner p {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.arrow {
  width: 1px;
  height: 90px;
  margin: 20px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 120px;
  margin: 20px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}


.logo h1{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	filter: drop-shadow(0 4px 4px rgba(0,0,0,0.5));
}
.logo h1 img{
	width: 240px;
	height: 240px;
}



/****Gナビ****/
.globalNav {
  position: fixed;
  top: 60%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 100;
}

.globalNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.globalNav ul li a {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-shadow:
    0 1px 4px rgba(0, 0, 0, 0.8),
    0 0 8px rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s;
}

.globalNav ul li a:hover {
  opacity: 0.7;
}



/****about****/
.aboutSection {
	width: 100%;
	height: 960px;
  position: relative;
  padding: 120px 0 0;
  overflow: hidden;
  background-image: url("../img/back02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_logo{
	width: 330px;
	height: 100px;
	margin: 0 auto 50px;
}
.about_logo img{
	width: 330px;
	height: 100px;
}

.about_txt01{
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	padding: 0;
	margin: 0 0 60px;
}

.about_txt02{
	width: 480px;
	font-size: 16px;
	margin: 0 auto;
	font-weight: 400;
	text-align: left;
	padding: 0;
}


/* セクション共通ヘッダー */
.sectionHeader {
  text-align: center;
  margin-bottom: 50px;
}

.sectionTitle {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  color: #333;
  margin: 0;
  line-height: 1;
}

.sectionSub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  color: #333;
  margin-top: 8px;
}



/****LOUNGE K****/
.loungeSection {
  padding: 150px 0 0;
  background: #fff;
}

.loungeInner {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.loungeText {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

.loungeImage {
  width: 600px;
  margin: 0 auto 20px;
}

.loungeImage img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.25);
}

.loungeAddress {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 60px;
}

/* インスタエリア */
.loungeInsta {
  width: 100%;
  margin-top: 40px;
}

.loungeInstaWrap {
  position: relative;
  width: 100%;
}

/* 透明オーバーレイ */
.instaOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}



/****company****/
.companySection {
  padding: 150px 0;
  background: #fff;
}

.companyInner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.companyTable {
  border-collapse: collapse;
  width: 600px;
  margin-bottom: 50px;
}

.companyTable tr {
  border-bottom: 1px solid #2185c5;
}

.companyTable tr:first-child {
  border-top: 1px solid #2185c5;
}

.companyTable th {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 16px 40px 16px 0;
  white-space: nowrap;
  vertical-align: top;
  width: 120px;
}

.companyTable td {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 16px 0;
}

.companyLogo img {
  width: 390px;
  height: 140px;
  object-fit: contain;
  margin: 50px 0 80px;
}





.copy{
	width: 100%;
	background-color: #fff;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	color: #2185c5;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.main_bg{
	width: 100%;
	height: 100vh;
	background-image: url("../img/back01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


/* アニメーション設定 */
.arrowWrap {
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0; /* 既存のmarginをリセット */
}

.arrowInner p {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.arrow {
  width: 1px;
  height: 90px;
  margin: 20px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 120px;
  margin: 20px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

.mainbox{
	width: 90%;
	margin: 0 auto;
}

.logo h1{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	filter: drop-shadow(0 4px 4px rgba(0,0,0,0.5));
}
.logo h1 img{
	width: 240px;
	height: 240px;
}


/****Gナビ****/
.globalNav {
	display: none !important;
}

.globalNav ul {
	display: none !important;
}

.globalNav ul li a {
	display: none !important;
}

.globalNav ul li a:hover {
	display: none !important;
}


/****about****/
.aboutSection {
	width: 100%;
	height: ( 100vh - 60px );
  position: relative;
  padding: 60px 0 0;
  overflow: hidden;
  background-image: url("../img/back02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_logo{
	width: 330px;
	height: 100px;
	margin: 0 auto 50px;
}
.about_logo img{
	width: 330px;
	height: 100px;
}

.about_txt01{
	width: 90%;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
}

.about_txt02{
	width: 90%;
	font-size: 16px;
	margin: 0 auto;
	font-weight: 400;
	text-align: left;
	padding: 0;
}




/* セクション共通ヘッダー */
.sectionHeader {
  text-align: center;
  margin-bottom: 50px;
}

.sectionTitle {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #333;
  margin: 0;
  line-height: 1;
}

.sectionSub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  margin-top: 8px;
}


/****LOUNGE K****/
.loungeSection {
  padding: 50px 0 0;
  background: #fff;
}

.loungeInner {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.loungeText {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
  text-align: left;
}

.loungeImage {
  width: 100%;
  margin: 0 auto 20px;
}

.loungeImage img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.25);
}

.loungeAddress {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 60px;
}

/* インスタエリア */
.loungeInsta {
  width: 100%;
  margin-top: 40px;
}

.loungeInstaWrap {
	display: none !important;
}

/* 透明オーバーレイ */
.instaOverlay {
	display: none !important;
}


.sp_loungeInstaWrap {
  position: relative;
  width: 100%;
}

/* 透明オーバーレイ */
.sp_instaOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.sp_loungeInstaWrap iframe {
  height: 500px !important;
}



/****company****/
.companySection {
  padding: 40px 0;
  background: #fff;
}

.companyInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.companyTable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.companyTable tr {
  border-bottom: 1px solid #2185c5;
}

.companyTable tr:first-child {
  border-top: 1px solid #2185c5;
}

.companyTable th {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 16px 40px 16px 0;
  white-space: nowrap;
  vertical-align: top;
  width: 120px;
}

.companyTable td {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 16px 0;
}

.companyLogo img {
  width: 195px;
  height: 70px;
  object-fit: contain;
  margin: 30px 0 40px;
}





.copy{
	width: 100%;
	background-color: #fff;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	color: #2185c5;
}


}


@media screen and (min-width: 769px) {
/*　画面サイズが769pxからはここを読み込む　*/

.sp_head{
	display: none !important;
}
.sp_loge{
	display: none;
}
.sp_loge02{
	display: none;
}

.spbr{
	display: none;
}

.sp_loungeInstaWrap {
	display: none;
}

/* 透明オーバーレイ */
.sp_instaOverlay {
	display: none;
}

.sp_loungeInstaWrap iframe {
	display: none;
}

}

