@charset "UTF-8";
/* CSS Document */
body {
  position: relative;
  margin: 0
}
/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  width: 100%;
  height: 12rem;
  background-color: #000;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .header {
    height: 8rem;
  }
}

.header-logo {
  margin: 0rem;
}
.header-logo img {
  margin: 0rem;
  width: 70px;
  display: block
}

@media screen and (max-width: 1080px) {
  .header-logo img {
    margin: 0rem;
  width: 60px;
  display: block
  }
}


@media screen and (max-width: 768px) {
  .header-logo img {
    width: 40px;
  }
}
.header-inner {
  position: relative;
  display: flex;
  max-width: 108rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .header-inner {
    margin: 0 30px;
  }
}

.pc-nav {
  display: block;
  position: absolute;
  right: 0;
}


@media screen and (max-width: 999px) {
  .pc-nav {
    display: none;
  }
}
.pc-nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
}
.pc-nav-box {
  text-align: center;
  margin: 0 0 0 4rem;
}

@media screen and (max-width: 1080px) {
  .pc-nav-box {
   text-align: center;
   margin: 0 0 0 3rem;
  }
}


.pc-nav-box a {
  text-decoration: none;
  font-size: 18px;
}

@media screen and (max-width: 1150px) {
  .pc-nav-box a {
  font-size: 14px;
  }
}

/* マウスオーバー*/
.pc-nav-box a {
  display: inline-block;
	position: relative;
 	text-decoration: none;
}
.pc-nav-box a:before {
  content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transition: 0.4s;
}
.pc-nav-box a:hover:before {
  transform: scale(1);
}
/*ここまで*/

.pc-nav-box p {
  font-family: 'Noto Serif JP';
  font-weight: lighter;
  font-size: 16px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}

.pc-nav-tel {
  text-align: center;
  margin: 0 0 0 4rem;
  border: 1px solid #FFFFFF;
}
.pc-nav-tel a {
	display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
	padding: 10px 15px;
}
.pc-nav-tel p {
  font-family: 'Shippori Mincho';
  color: #FFFFFF;
  font-size: 17px;
  margin: 0;
}


/* マウスオーバー*/
.pc-nav-tel a:hover {
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
	transition: 0.5s;
}
.pc-nav-tel a:hover p {
  color: #000000;
  text-decoration: none;
	transition: 0.5s;
}

/*ここまで*/


.nav-button {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  color: #FFFFFF;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .nav-button {
    display: none;
  }
}

.fas {
  font-size: 30px;
}


.sp-nav {
  position: fixed;
  top: 8rem;
  height: calc(100vh - 5rem);
  left: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  padding: 2rem;
  font-size: 2.4rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}
.sp-nav-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.sp-nav-list li {
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
.sp-nav-list li a {
  color: #fff;
  text-decoration: none;
}
.sp-nav-tel {
  text-align: center;
  margin: 0 5rem;
  color: #000;
  font-size: 1.8rem;
  background-color: #FFFFFF;
  padding: 10px 20px;
}
.sp-nav-tel p {
  font-family: 'Shippori Mincho', serif;
  color: #000;
  font-size: 1.6rem;
  margin: 0;
}

/* ハンバーガーSNS */
.otherlogo-box-sp {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
    text-align: center; 
	align-items: center;
	list-style: none;
	padding-bottom: 3rem;
	margin-top: 2.5rem;
}

.otherlogo-box-sp-a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.otherlogo-box-sp-b {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 7px;
}

.otherlogo-sp img {
    width: 3rem;
    margin: 0px 15px;
}
.otherlogo-box-sp a {
	text-decoration: none;
	
}
.otherlogo-box-sp li {
	padding: 0 2rem;	
}

.otherlogo-sp-c img {
	width: 48px;
    margin: 0px 10px 5px;
}
.otherlogo-sp-e img {
	width: 42px;
    margin: 0 10px;
}

.otherlogo-sp-g img {
	width: 40px;
    margin: 0 10px;
}
.otherlogo-sp-h img {
	width: 26px;
    margin: 0 15px 0 19px;
}


/* カバー */
.cover {
  margin-top: 12rem;
  height: 60rem;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-image: url("../images/top_pc.jpg");
}
@media screen and (max-width: 768px) {
  .cover {
    background-image: url("../images/00_sp/top_sp.jpg");
    margin-top: 8rem;
	margin-bottom: 5rem;
	height: 55rem;
  }
}

@media screen and (max-width: 520px) {
  .cover {
    background-image: url("../images/00_sp/top_sp2.jpg");
    margin-top: 8rem;
	margin-bottom: 5rem;
	height: 55rem;
  }
}

.cover-title {
  writing-mode: vertical-rl;
  color: #fff;
  margin: 1.5rem 0 2rem 0;
  font-size: 3rem;
  text-shadow: 1px 1px 4px rgba(0 0 0);
}

@media screen and (max-width: 768px) {
  .cover-title {
   font-size: 2.5rem;
  }
}

.title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cover-logo {
  margin: 0 3rem 0 0;
	text-align: center;
	
}

.cover-logo img {
	width: 150px;
	filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.7));
}

@media screen and (max-width: 768px) {
  .cover-logo img {
   width: 120px;
  }
}



/* コンセプト */
.concept {
/*    padding-bottom: 2rem;*/
	padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .concept {
   padding: 0 2rem;
  }
}

@media screen and (max-width: 760px) {
  .concept {
   padding: 0;
  }
}

.section-heading2 {
   padding: 0 0 3rem;
   display: flex;
   flex-direction: row;
}

@media screen and (max-width: 768px) {
  .section-heading2 {
    padding: 5rem 0 3rem;
  }
}

.section-heading2 img {
   width: 110px;
   margin: 0px 0 0 50px;
}

@media screen and (max-width: 768px) {
  .section-heading2 img {
    width: 25%;
    height: 25%;
    margin: 0;
  }
}

.title p {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-align: left;
}

.concept-text p {
	line-height: 38px;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .concept-text p {
    line-height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .concept-text p {
   line-height: 30px;
	 font-size: 14px;
	 font-feature-settings: "palt”;
  }
}

.concept-box1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
}

@media screen and (max-width: 1300px) {
  .concept-box1 {
    padding: 0 3rem;
  }
}


@media screen and (max-width: 768px) {
  .concept-box1 {
    display: flex;
	flex-direction: column;
	padding-bottom: 0rem;
  }
}

.concept-subbox {
  width: calc(65% - 75px);
}

@media screen and (max-width: 768px) {
  .concept-subbox {
    width: 100%;
  }
}

.pc-cover img {
  width: 100%; 
}

@media screen and (max-width: 999px) {
  .pc-cover {
    text-align: right;
  }
}

@media screen and (max-width: 999px) {
  .pc-cover2 {
    text-align: left;
  }
}

@media screen and (max-width: 999px) {
  .pc-cover img {
    width: 90%;
  }
}


@media screen and (max-width: 768px) {
  .pc-cover {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc-cover2 {
    display: none;
  }
}

.sp-cover img {
  width: 100%; 
}

@media screen and (min-width: 769px) {
  .sp-cover {
    display: none;
	  
  }
}

@media screen and (max-width: 999px) {
  .pc-cover2 img {
    width: 90%;
  }
}


.concept-subbox a {
  text-decoration: none;
}

.concept-box img {
  width: calc(35% - 75px);
}

.concept-box2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 13310px) {
  .concept-box2 {
    padding: 0 3rem;
	margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .concept-box2 {
    display: flex;
	flex-direction: column;
  }
}

.concept-subbox2 {
  width: calc(65% - 75px);
  order: 2;
}

.concept-subbox2 a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .concept-subbox2 {
	  width: 100%;
	  margin-bottom: 5rem;
    order: 0;
  }
}

.detail-button {
  display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 130px;
	margin-top: 70px;
	padding: 1rem 3rem;
	border: 2px solid #fff;
	color: #fff;
	
}
/* マウスオーバー*/
.detail-button:hover {
	color: #000;
	background-color: #FFFFFF;
    transition: 0.5s;
}

@media screen and (max-width: 999px) {
  .detail-button {
    margin-top: 50px;
  }
}


@media screen and (max-width: 768px) {
  .detail-button {
	margin: 30px 0 0 0;
  }
}



/* メニュー*/
.menu {
	padding: 15rem 0;
}

@media screen and (max-width: 1100px) {
  .menu {
   margin: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .menu {
   padding: 0 2rem;
   padding-bottom: 5rem;
  }
}

@media screen and (max-width: 400px) {
  .menu {
   padding: 0;
  }
}

.menu-box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .menu-box {
   display: flex;
   flex-direction: column;
  }
}

.menu-box img {
  width: calc(100% - 0px);
}

.cushion-f {
  width: 100%;
  height: 20rem;
  background-color: #000;
}

.menu-title {
   display: flex;
	justify-content: center;
   flex-direction: row;
	white-space: nowrap;
   position: absolute;
   top: 50%;
   left: 50%;
	width: 100%;
   transform: translate(-50%, -50%);

}

.menu-title-m a {
  font-family: 'Noto Serif JP', serif;
	font-weight: lighter;
  text-decoration: none;
  font-size: 30px;	
}
@media screen and (max-width: 768px) {
  .menu-title-m a {
   font-size: 20px;
  }
}

.menu-title-m p {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
  font-size: 14px;
  margin: 0;
  text-align: center
}

.menu-standard {
   position: relative;
}

.menu-standard:hover {
   opacity: 0.7 ;
}

.menu-vip {
   position: relative;
}

@media screen and (max-width: 768px) {
  .menu-vip {
   margin-top: 1rem;
  }
}

.menu-vip:hover {
   opacity: 0.7 ;
}

.next {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
  font-size: 14px;
  margin: 10px 0 0 0 ;
  text-align: center
}



/* アクセス */
.access {
    padding-bottom: 2rem;
	padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .access {
   padding: 0 2rem;
  }
}

.access-item {
	padding: 8px 0;
	align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	color: #000;
    justify-content: flex-start;
}

@media screen and (max-width: 1080px) {
  .access-item {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  .access-item {
    font-size: 1.5rem;
  }
}

.access-text-f {
	max-width: 110px;
    width: 100%;
}
@media screen and (max-width: 768px) {
  .access-text-f {
    max-width: 90px
  }
}

.access-box {
	height: 450px;
}
@media screen and (max-width: 768px) {
  .access-box {
    height: auto;
  }
}

.access-space {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1310px) {
  .access-space {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 768px) {
  .access-space {
    display: flex;
	flex-direction: column;
	padding: 0;
  }
}

.br-sp {
    display: none;
}
 
@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/* タブリスト*/
.tab {
  max-width: 800px;
  margin: -50px 0;
  width: calc(50% - 10px);
}

@media screen and (max-width: 1310px) {
  .tab {
    width: calc(50% - 2.5rem);
  }
}

@media screen and (max-width: 768px) {
  .tab {
    width: 100%;
	margin: 0;
	padding-bottom: 20px
  }
}

/* タブメニュー */
.tab__menu {
  display: flex;
  align-items: flex-end; /* メニューを下揃え */
  justify-content: right;
  min-height: 50px; /* メニュー切替時にタブがズレないように */
  padding: 0;
  margin: 0;
}

.tab__menu-item {
  list-style: none;
  width: 50px;
  padding: 10px 5px; /* メニューに高さを付ける */
  text-align: right;
  margin-right: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  color: #B3B3B3;
  transition: all .3s; /* アニメーション */
}


/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
	color: #ffffff;
}

/* タブパネル */
.tab__panel {
 width: 100%;
}

.tab__panel-box {
  padding: 20px;
  min-height: 300px;
  padding: 25px 30px;
}

.tab__panel-box001 {
  background-color: #ffffff;
  display: none;
}

.tab__panel-box002 {
  background-color: #ffffff;
  display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}
/* タブリストここまで*/




.map {
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .map {
	width: auto;
  }
}

@media screen and (max-width: 768px) {
  .map iframe {
	width: 100%;
    height:280px;
  }
}

/*ロゴ*/
.otherlogo-box {
	display: flex;
	justify-content: center;
    text-align: center;
	align-items: center;
	list-style: none;
}

@media screen and (max-width: 768px) {
  .otherlogo-box {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
  }
}

.logo-box-a {
	display: flex;
	justify-content: center;
    text-align: center;
	align-items: center;
	list-style: none;
}

.logo-box-b {
	display: flex;
	justify-content: center;
    text-align: center;
	align-items: center;
	list-style: none;
}

@media screen and (max-width: 482px) {
  .logo-box-b {
	  margin-top: -4rem;
  }
}



.otherlogo {
	padding: 30px 20px;	
}

@media screen and (max-width: 768px) {
  .otherlogo {
	  padding: 30px 15px;
  }
}

.otherlogo img {
	width: 40px;	
}

@media screen and (max-width: 768px) {
  .otherlogo img {
	  width: 30px;
  }
}

.otherlogo-c img {
	width: 55px;
    margin: 0 10px 0;
}

@media screen and (max-width: 768px) {
  .otherlogo-c img {
	  width: 45px;
  }
}

.otherlogo-e img {
	width: 48px;
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .otherlogo-e img {
	  width: 40px;
  }
}

.otherlogo-g img {
	width: 45px;
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .otherlogo-g img {
	  width: 40px;
	  margin: 0 5px;
  }
}
.otherlogo-h img {
	width: 29px;
    margin: 0 20px 0 12px;
}

@media screen and (max-width: 768px) {
  .otherlogo-h img {
	  margin: 0 20px 0 19px;
  }
}

/* SNSマウスオーバー */
.otherlogo img:hover {
    opacity: 0.7;
    cursor: pointer;
}

.otherlogo-c img:hover {
    opacity: 0.7;
    cursor: pointer;
}
.otherlogo-e img:hover {
    opacity: 0.7;
    cursor: pointer;
}
.otherlogo-g img:hover {
    opacity: 0.7;
    cursor: pointer;
}
.otherlogo-h img:hover {
    opacity: 0.7;
    cursor: pointer;
}
/* ここまで */


/*フッター*/
.footer-body {
/*	padding-top: 15rem;*/
}
@media screen and (max-width: 768px) {
  .footer-body {
    padding-top: 5rem;
  }
}

.footer-list {
	display: flex;
	justify-content: center;
    text-align: center; 
	list-style: none;
	margin: 3rem 0;
}

@media screen and (max-width: 768px) {
  .footer-list {
    display: none;
  }
}

.footer-list a {
	text-decoration: none;
	
}
.footer-list li {
	padding: 0 2rem;	
}

@media screen and (max-width: 768px) {
  .footer-list li {
   padding: 0 1rem;
  }
}

/* マウスオーバー */
.footer-list a:hover {
    color: #B3B3B3;
    cursor: pointer;
}
/* ここまで */

.access-logo {
	text-align: center;
}

.access-logo img {
	width: 90px;
	height: auto;
}


.copyright {
	font-size: 1.2rem;
    text-align: center; 
	padding-bottom: 15rem;
}

@media screen and (max-width: 768px) {
  .copyright {
   padding-bottom: 10rem;
    margin-top: 3rem;
  }
}

