@charset "utf-8";
/*
Theme Name: 第五人格 2026 冬
Author: Sakura Kuzuoka
Description: Original Theme
Version： 1.0.0
*/

/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
	padding: 0;
	vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;;
}

html {
  scroll-behavior: smooth;
}
 
body {
  line-height: 1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
 
nav ul,
ul{
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
 
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
 
ins {
  text-decoration: none;
  color: #504946;
  background-color: #ff9;
}
 
mark {
  font-weight: bold;
  font-style: italic;
  color: #504946;
  background-color: #ff9;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
 
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

html {
  font-size: 16px;
	margin-top:0 !important;
}
@media screen and (max-width: 782px){
	html{
		margin-top:0 !important;
	}
}
 
body {
font-family: "Noto Sans JP", sans-serif;
/*   font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  line-height: 1.4; 
  margin: 0;
  padding: 0;
  color: #504946;
}
 
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #504946;
}
 
img {
  max-width: 100%;
  height: auto;
}

/* ==============================
 * SP改行
 * ============================== */

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

/* ============================== */
/* 各ページ共通CSS */
/* ============================== */

td{
	color:#504946;
}

.MainBg{
	background-image: url('./images/common/idv_bg.png');
    background-size: cover;
    inset: 0;
    position: fixed;
    z-index: -1;
    opacity: 0.95;
    background-position: bottom;
}

.MainCont{
  width: min(90vw, 768px);
  background-color: #F6F1E2;
  margin-inline: auto;
  position:relative;
  box-shadow: 0px 0px 8px 8px #fff;
}
@media(max-width : 599px){
  .MainCont{
    max-width: 600px;
    width:100%;
  }
}

.MainCont a{
  color:#8C6239;
}

.n-area{
	max-width:1000px;
	margin:0 auto;
  padding:0;
}
@media screen and (max-width: 782px){
	.n-area{
		padding:1rem;
	}
}

.tBox{
  background: #fff;
  border-radius: 0.5rem;
  padding:2rem;
  margin-top: 0.5rem;
  margin: 2rem;
}
@media(max-width : 599px){
  .tBox{
    margin: 0.5rem 0 0 0;
    padding: 2rem 0 0 0;
  }
}

table{
  width:100%;
}

tr{
	display:flex;
	flex-flow:column;
}

th{
	width:100%;
}

td{
  text-align: center;
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: normal;
  border-radius: 1rem;
  padding: 1rem 0 0 0;
  line-height: 1.6;
  margin-bottom: 3rem;
}

tr.att td{
	text-align:left;
  background: #FAF8F0;
  border-radius: 0;
  padding:2rem;
  margin-bottom: 0;
}

h2 span{
    font-size: 1.5vw;
    display: block;
    padding: 0 0 0.5rem 0;
}

.TopIdv{
  text-align: center;
}

.TopIdv img{
  padding: 2rem 4rem;
}

.TopIdv p{
  background: none;
  margin-top: 1rem !important;
  color: #2C5C87;
  letter-spacing: 2px;
  line-height: 1.8;
  text-shadow: 1px 1px 6px #fff;
  font-weight: normal;
  font-size: 1.1rem;
  margin: 0 3rem;
  padding: 2rem;
  font-weight: 600;
  text-align: justify;
}

.holoTopSNSLink{
  width: 28rem;
  background: #8C6239;
  margin: 2rem auto;
  text-align: center;
  padding: 1rem;
}

.holoTopSNSLink a{
  width: 100%;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5vw;
  font-weight: 700;
  letter-spacing: 4px;
  text-shadow: 1px 1px 4px #fff;
}

.TopFooterLink{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 6rem 0;
}

.TopFooterLink a img{
  padding-bottom: 8px;
}

.TopFooterLink a{
  width: 120px;
  height: 120px;
  display: flex;
  flex-flow: column-reverse;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 4px;
  border: solid 1px #000;
  color: #000;
  border-radius: 50%;
  align-items: center;
  text-align: center;
  justify-content: center;
}

/* ============================== */
/* サイトトップ＞会場一覧 */
/* ============================== */

.areaBtnCont{
  display: flex;
  flex-flow: column;
  gap:2rem;
}

.areaBtnCont a img{
  display: block;
  width: 100%;
  margin: 0 auto;
  border: solid 2px #9E8655;
  max-width: 600px;
}

h2 img{
  width:50%;
}

.HoloTopBox h2,
.Holo2ndBox h2,
.Holo3rdBox h2{
  font-size: 3rem;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.IdvAreaCont a{
  display: inline-block;
  text-align: center;
  /* margin: 1rem 0;
  padding: 1rem 0; */
}

.IdvAreaCont{
  margin: 0 auto;
  border-radius: 0.5rem;
  padding: 1rem;
}

.IdvAreaCont a{
  text-decoration: none;
  font-weight: normal;
  background: #fff;
  font-size: 1vw;
  box-shadow: 0 0 8px 0 #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.IdvAreaCont a span{
  font-size: 1.3rem;
  display: inline-block;
  margin-top: 4px;
  font-weight: 600;
  text-shadow: 1px 1px 5px #fff;
}

.IdvAreaCont{
  margin: 3rem auto;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.HoloContactLink{
  background: #8C6239;
  width: 28rem;
}

.HoloContact{
  text-align:center;
  color:#2C5C87;
  font-size: 1.3vw;
}

small{
  display: block;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 1px;
  background: #3D7AB3;
  color: #fff;
  padding: 0.5rem;
}

.TopOnlyHolo .accordion__button{
font-family: "Noto Sans JP", sans-serif;
  appearance: none;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  color: #504946;
  padding: 1rem;
  cursor: pointer;
  border: none;
  font-weight: normal;
  font-size: 1.1vw;
  margin: 0 auto;
  display: block;
  border-radius: 0;
}

.TopOnlyHolo .accordion__text{
  border-radius: 0;
}

.TopOnlyHolo .accordion__menu{
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

/* ============================== */
/* ハンバーガーメニュー */
/* ============================== */
/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 101;
  border: 2px solid #A58D5C;
  -webkit-transition: all 3sease-in-out;
  transition: all .3sease-in-out;
  background: #A58D5C;
  box-shadow: 0px 0px 4px 1px #ffff;
}
	@media(max-width : 599px){
    .menu-btn {
      width: 120px;
      height: 120px;
      top: auto;
      bottom: -0.7rem;
      right: -1.7rem;
		}
	}
	
.menu-btn-line {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 2px;
width: 40%;
background: #fff;
-webkit-transition: all 3s ease-in-out;
transition: all .3s ease-in-out;
box-shadow: 1px 1px 16px -4px #fff;
}
	
.menu-btn-line::before,
.menu-btn-line::after {
content: "";
height: 2px;
width: 100%;
background: #fff;
position: absolute;
left: 0;
-webkit-transition: inherit;
transition: inherit;
}
.menu-btn-line::before{
top: 10px;
}
.menu-btn-line::after{
top: -10px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity:0.9;
}
.open .menu-btn {
border-color: #8C6239;
}
.open .menu-btn-line{
background-color: transparent;
}
.open .menu-btn-line::before,
.open .menu-btn-line::after {
top: 0;
background: #fff
}
.open .menu-btn-line::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.open .menu-btn-line::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/*開いたメニュー*/
.menu {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}
.menu ul {
/* transform: translateY(21%); */
padding: 0;
list-style-type: none
}
.menu li {
width: 100%;
height: 50px;
line-height: 50px;
text-align: center;
margin-bottom: 1rem;
}
.menu li a {
  display: block;
  font-size: 1.2vw;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-weight: normal;
  border-bottom: 1px dotted #2C5C87;
  width: 480px;
  color: #2C5C87;
}
.menu li a:hover {
transform: translateX(5px);
-webkit-transition: all .2s;
transition: all .2s;
}



/* ============================== */
/* 注意事項インデント */
/* ============================== */

.ip-att-txt-item{
    font-size: 0.85rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.5rem;
    font-weight: 400;
}
@media(max-width:480px){
	.ip-att-txt-item{
		font-size:0.8rem;
		margin-bottom:8px;
	}}

/* ============================== */
/* よくある質問 */
/* ============================== */

.accordions {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.accordion__button::before{
  content: "Q.";
  color: #3D7AB3;
  font-weight: 900;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.accordion__menu {
	margin:0 2rem;
}

.accordion__button {
font-family: "Noto Sans JP", sans-serif;
  appearance: none;
  text-align: inherit;
  width: 100%;
  background-color: #fff;
  color: #504946;
  padding: 1rem;
  cursor: pointer;
  border: none;
  font-weight:400;
  font-size: 0.9rem;
}
.accordion__body {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
  .accordion__text {
    background: #fff;
    color: #504946;
    font-size: 0.9rem;
    font-weight: 400;
    text-indent: -2em;
    padding-left: 3.3em;
    padding-right: 2rem;
    padding-bottom: 1.5rem;
  }

.accordion .open{
    border-radius: 1rem;
    background: #fff;
}

.accordion__text::before{
  content: "A.";
  margin-right: 0.5rem;
  font-size: 1.1rem;
  font-weight: 900;
  color: #3D7AB3;
}

.idvText{
  margin: 3rem auto;
  padding: 2rem;
  width: 80%;
}



/* ============================== */
/* セクションごと */
/* ============================== */

#n01,#n02,#n03,#n04,#n05,#n06,#n07{
	margin:0 0 6rem;
}

/* ============================== */
/* チケット購入 */
/* ============================== */

.hTicket{
	text-align:center;
	margin:3rem 0;
}

.hTicket a{
	display:inline-block;
	box-shadow:0 0 1rem 4px #fff;
}

/* ============================== */
/* 各地域ヘッダー固定 */
/* ============================== */

.sapporo header,
.tokyo header,
.nagoya header,
.osaka header{
  position: relative;
}

.sapporo .bh,
.tokyo .bh,
.nagoya .bh,
.osaka .bh{
  position: fixed;
  background: linear-gradient(135deg, rgb(149, 125, 77) 0%, rgb(199, 177, 124) 54%, rgb(149, 125, 77) 100%);
  color: #fff;
  padding: 1rem;
  width: min(90vw, 768px);
  box-sizing: border-box;
  text-align: center;
  height: 48px;
  z-index: 1;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  letter-spacing: 1px;
  flex-flow: column;
  margin-top: 0.5rem;
  box-shadow: 1px 8px 8px #fff;
}
  @media(max-width : 599px){
  .sapporo .bh,
  .tokyo .bh,
  .nagoya .bh,
  .osaka .bh{
  height: 64px;
  }
  }

.fixedTime{
  font-weight: 400;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
}
@media(max-width : 599px){
  .fixedTime{
    font-size: 0.9rem;
  }
}

.fixedTime a{
  color:#fff;
}

.fixedTimeText{
  padding: 0 1rem;
}

.fixedTimeText .holoHAB{
  color: #704684;
  font-size: 0.8rem;
  font-weight: 900;
}

.sapporo .topOnly,
.tokyo .topOnly,
.nagoya .topOnly,
.osaka .topOnly{
  margin-top: 57px;
}
@media(max-width : 599px){

  .sapporo .topOnly,
  .tokyo .topOnly,
  .nagoya .topOnly,
  .osaka .topOnly{
    margin-top: 66px;
  }
}

/* ============================== */
/* 各タワー共通装飾 */
/* ============================== */

.idvImg{
  padding: 0 2rem;
}

h2{
  text-align: center;
  margin: 0 auto 2rem;
  font-size: 3.5rem;
  letter-spacing: 6px;
  font-weight: normal;
  text-shadow: 8px 1px 8px #c5ae91;
  color: #8C6239;
}

/* ============================== */
/* 東京 */
/* ============================== */


.tokyo .holoArea{
    background: #7E63AA;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 2vw;
    margin: -0.5rem 0 2rem;
    font-weight: 900;
    letter-spacing: 4px;
}

.tokyo .holoAreaMini{
  display: inline-block;
  padding: 0 4px 0 8px;
  font-size: 2.1rem;
  color: #7E63AA;
  text-shadow: 1px 1px 7px #fff;
}
@media(max-width : 599px){
  .tokyo .holoAreaMini{
    font-size: 1.9rem;
  }
}

/* ============================== */
/* 名古屋 */
/* ============================== */

.nagoya .holoArea{
    background: #781F48;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 2vw;
    margin: -0.5rem 0 2rem;
    font-weight: 900;
    letter-spacing: 4px;
}

.nagoya .holoAreaMini{
  display: inline-block;
  padding: 0 4px 0 8px;
  font-size: 2.1rem;
  color: #781F48;
  text-shadow: 1px 1px 7px #fff;
}
@media(max-width : 599px){
  .nagoya .holoAreaMini{
    font-size: 1.85rem;
  }
}

.nagoya th,
.tokyo th{
  font-size: 1.1rem;
  background: linear-gradient(135deg, rgb(149, 125, 77) 0%, rgb(199, 177, 124) 54%, rgb(149, 125, 77) 100%);
  color: #F7F2E3;
  padding: 1rem 0;
  margin: 0 auto;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 4px;
  border-radius: 3rem;
  width: 50%;
}


/* ============================== */
/* HUB */
/* ============================== */

.holoHAB{
  font-size: 0.9vw;
  color: #e1251b;
}

/* ============================== */


@media(max-width : 599px){
  .ecText{
    width:20rem;
    margin:0 auto;
  }
}

.ecText tr{
  display: inline-block;
  padding: 1rem;
  padding: 0;
  border-top:0.5px solid;
  border-bottom: 0.5px solid;
  width: 100%;
}
@media(max-width : 599px){
  .ecText tr{
    display: flex;
    border:none;
  }
}

.ecText th{
  border-radius: 0;
  padding: 0.5rem;
  font-size: 1rem;
  background: #F6F1E2;
  width: 14rem;
  font-weight: 400;
  color: #3171BD;
}
@media(max-width : 599px){
  .ecText th{
    width:100%;
  }
}

.ecText td{
  font-size: 0.9rem;
  padding:1rem;
}
@media(max-width : 599px){
  .ecText td{
    margin: 0 0 1rem 0;
  }
}

/* ============================== */
/* CONTACT */
/* ============================== */

.thanks-text-first{
  text-align: center;
  padding: 3rem 0;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.6;
}
@media(max-width : 599px){
  .thanks-text-first{
    font-size: 1.1rem !important;
  }
}

.holo-contact-area{
  width: min(90vw, 768px);
  background: #F6F1E2;
  border: none;
  margin-inline: auto;
  position: relative;
}
@media(max-width : 599px){
  .holo-contact-area{
    max-width: 600px;
    width:100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media(max-width : 599px){
  .contact{
    background: #F4DFFB;
  }
}


.back-top-button{
  background: #fff;
  border: solid 1px #9E8655;
  width: 50%;
  margin: 4rem auto 8rem;
  text-align: center;
  padding: 1rem;
  max-width: 600px;
}

.back-top-button a{
  width: 100%;
  color: #9E8655;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
}
@media(max-width : 599px){
  .back-top-button a{
    font-size: 1rem;
  }
}

.holo-att-thx{
  text-align: left;
  background: #fff;
  border: double 8px #9E8655;
  padding: 2rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.holo-contact-area .title{
  font-size: 2vw;
  text-align: center;
  padding: 2rem;
}
@media(max-width : 599px){
  .holo-contact-area .title{
    font-size: 1.8rem;
  }
}

.holo-contact-area .caution{
  text-align: left;
  background: #fff;
  border: double 8px #9E8655;
  padding: 2rem;
  width: 100%;
  margin: 0 auto 4rem;
  max-width: 600px;
}
@media(max-width : 599px){
  .holo-contact-area .caution{
    width: 24rem;
  }
}

.contactTitle{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.contact-form{
  width: 40rem;
  margin: 2rem auto;
  padding:0 2rem;
}
@media(max-width : 599px){
  .contact-form{
    width:24rem;
    margin-bottom: 6rem;
  }
}

.wpcf7-radio{  
  display: block;
}
@media(max-width : 599px){
  .wpcf7-radio{
    max-width: 20rem;
  }
}

.cf7title{
  margin-bottom: 1rem;
}
@media(max-width : 599px){
  .cf7title{
    max-width: 20rem;
  }
}

.nameArea input {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media(max-width : 599px){
  .nameArea input{
    max-width: 20rem;
  }
}

.holo-contact-area small{
  margin-top:4rem;
}

.contact-form select, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 3px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
@media(max-width : 599px){
  .contact-form select, .contact-form textarea{
    max-width: 20rem;
  }
}

@media(max-width : 599px){
  .holo-contact-area small{
    margin-bottom: -2rem !important;
  }
}

.required{
  color: #e1251b;
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 900;
font-family: "Noto Sans JP", sans-serif;
}

.wpcf7-list-item{
  margin: 0 0 0.5rem 0;
}

.holoContactMiniTitle{
  font-size: 0.9rem;
}

.holoUPtext{
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
}

.wpcf7-submit{
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  color: #9E8655;
  display: block;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 4px;
  max-width: 600px;
  width: 50%;
  border-radius: 0;
  background: #fff;
  border: solid 1px #9E8655;
  padding: 1rem;
  margin: 3rem auto;
  text-align: center;
}
@media(max-width : 599px){
  .wpcf7-submit{
    max-width: 20rem;
  }
}

h2.contactPage{
  margin:4rem auto 2rem;
}

.grecaptcha-logo{
  display: none;
}

.grecaptcha-badge{
  display: none;
}

strong{
  font-weight: 500;
}

/* ===================================== */
/* @media(max-width : 599px) 一部まとめて */
/* ===================================== */

@media(max-width : 599px){

  .TopIdv img{
    padding:0;
  }

  .TopIdv p{
    margin: 2rem 0;
    padding: 2rem 1rem 0;
  }

  h2{
    margin: 3rem auto 0;
    font-size: 2.4rem;
  }

  .areaBtnCont{
    gap:1.5rem;
  }

  .TopFooterLink a{
    width:24vw;
    height: 24vw;
    letter-spacing: 2px;
    font-size: 0.75rem;
  }
  
  .sapporo h2,
  .tokyo h2,
  .nagoya h2,
  .osaka h2{
    font-size: 2.3rem;
    width:100%;
  }

  td{
    font-size: 0.9rem;
  }

  tr.att td{
    padding: 2rem 1rem;
    margin:1rem;
  }

  .holoHAB{
    font-size: 0.75rem;
  }

  .accordion__menu{
    margin: 0;
  }

  .accordion__button {
    border-radius: 0;
    text-indent: -2em;
    padding-left: 3em;
  }

  h2 span{
    font-size: 0.9rem;
    padding-top:0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .accordion__text{
    font-size: 0.8rem;
  }

  small{
    margin-top: -3rem;
    font-size: 0.65rem;
    text-align: left;
    color: #000;
    background: none;
  }

  .sapporo .bh, .tokyo .bh, .nagoya .bh, .osaka .bh{
    width: 100%;
    padding: 0;
    margin-top:0;
  }

  .fixedTimeText .holoHAB{
    font-size: 0.65rem;
    display: block;
    padding-top:4px;
  }

  .fixedTimeText{
    padding: 0 0 4px 0;
  }

  .menu li a{
    width: 240px;
    font-size: 1rem;
  }

  .TopHolo{
    font-size: 1.2rem;
    margin-top: 0rem;
  }
  .holoTopSNSLink,
  .HoloContactLink{
    width: 20rem;
  }
  .holoTopSNSLink a{
    font-size: 1.2rem;
  }
  .HoloTopBox h2, .Holo2ndBox h2, .Holo3rdBox h2{
    font-size: 2.4rem;
  }
  .HoloAreaCont{
    width: 100%;
  }
  .HoloAreaCont a{
    font-size: 0.9rem;
  }
  .HoloAreaCont a span{
    font-size: 1.3rem;
    margin-top: 8px;
  }
  .TopOnlyHolo .accordion__menu{
    width: auto;
  }
  .TopOnlyHolo .accordion__button{
    font-size: 1rem;
    text-indent: -2em;
    padding-left: 3em;
  }

  .idvText{
    width:100%;
    margin:3rem auto;
    padding:2rem 1rem;
  }
  .idvImg{
    padding:0;
  }

  .nagoya th, .tokyo th {
    font-size: 1rem;
    padding: 0.5rem;
    width: 72%;
  }

  .hTicket{
    margin:1rem auto 3rem;
  }
}

/* ============================== */
/* アイコン */
/* ============================== */

.sp-navigation{
  position: relative;
}

.holoSNSicon{
  display: flex;
  flex-flow: row-reverse;
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  width: 120px;
  opacity: 1;
  gap: 1rem;
  align-items: center;
}

@media(max-width : 599px){
  .holoSNSicon{
    display: flex;
    flex-flow: column;
    align-items: center;
    right: -1rem;
    top: 4rem;
    gap: 1rem;
  }
}

/* ============================== */

.spNone{
  display: inline-block;
}
@media(max-width : 599px){
  .spNone{
    display: none;
  }
}

/* ============================== */

.ecLink{
  display: inline-block;
  border: solid 1px #8C6239;
  padding: 0.5rem 3rem;
  text-decoration: none;
  background: #fff;
  color: #8C6239;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.ecLink::after{
  content: "→";
  margin-left: 4px;
}

/* ============================== */

.TicketStart{
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: 2px;
}
@media(max-width : 599px){
  .TicketStart{
    font-size: 1rem;
  }
}

/* ============================== */
/* fadeIn */
/* ============================== */

.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
  will-change: opacity, transform;
}

.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}

/* ============================== */
/* 神戸調整 */
/* ============================== */

span.kobe1{
  margin-top: 3rem;
}

.kobe-t{
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  background: #FAF8F0;
}

.kobe-f{
  display: block;
  font-size: 0.9rem;
}

.payment-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
}

.payment-tabs button {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  color:#8C6239;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  width:50%;
}

.payment-tabs button.active {
  color: #8C6239;
  font-weight: bold;
  background: #FAF8F0;
  border-radius: 2rem 2rem 0 0;
}

.payment-tabs button:hover {
  color: #8C6239;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.kobe-food-pay {
  margin: 15px 0;
  font-weight: bold;
}

/* ============================== */

.area1{
  /* border:solid 2px #FF4500 !important;  */
  background-color: #ffbcbc !important;
}
.area2{
  /* border:solid 2px #007BFF !important; */
  background-color: #bcddff !important;
}
.area3{
  /* border:solid 2px #F0E68C !important; */
  background-color: #ffffbc !important;
}
.area4{
  /* border:solid 2px #C40000 !important; */
  background-color: #bcbcff !important;
}
.area5{
  /* border:solid 2px #87CEFA !important; */
  background-color: #bcffff !important;
}

.area1,
.area2,
.area3,
.area4,
.area5{
  transition: .3s;
}

.area1:hover,
.area2:hover,
.area3:hover,
.area4:hover,
.area5:hover{
  transform: translateY(-5px);
  transition: .3s;;
}

/* ============================== */

.idvAreaText{
  font-family: "Noto Serif", serif;
  text-align: right;
  margin: 1rem;
  font-size: 1.4rem;
  color: #352414;
  letter-spacing: 2px;
}

/* ============================== */

.hubAtt{
  margin-bottom: 3rem;
}