@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Recursive:wght@300..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Modak&family=Poetsen+One&display=swap');
.engF {
	font-family: "Poetsen One", sans-serif!important;
	font-weight: 400!important;
	font-style: normal;
}
.engF2 {
	font-family: "Modak", system-ui!important;
	font-weight: 400!important;
	font-style: normal;
}
.jpnF {
	font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 500;
	font-optical-sizing: auto;
}
:root { 
 --color-text:#393939;
 --color-textSub:#878787;
 --color-Main:#0756A0;
 --color-logoR:#D71618;
 --color-logoB:#0756A0;
 --color-logo-Sub:#1E2A68;
 --color-link:#D71618;
 --font-J:"Noto Sans JP", sans-serif;
 --font-E1:"Modak", system-ui;
 --font-E1-W:400;
 --font-E2:"Poetsen One", sans-serif;
 --font-E2-W :400;
 --font-E:"Sofia Sans Semi Condensed", sans-serif;
 --color-sub1: #274E73;
 --color-sub2:#E08D60;
 --color_buns: #D46E16;
 --color-bg:#90E0E9;
 --inner-radius:15px;
}
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-size: 62.5%;
	height: 100%;
}
 *, *::before, *::after {
 box-sizing: inherit;
}
 html::-webkit-scrollbar {
 width: 20px;
 height: 20px;
}
 html::-webkit-scrollbar-track {
 background: #ccc;
}
 html::-webkit-scrollbar-thumb {
 background: #fff;
}
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	color: var(--color-text);
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: var(--color-bg);
}
a {
	color: var(--color-text);
	text-decoration: none;
}
a:hover {
	color: var(--color-link);
}
p {
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
img {
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
input, textarea {
	box-sizing: border-box;
	line-height: 1.8;
	border: 0;
	border-radius: 0;
	outline: none;
}
sup {
	font-size: 71.42857%;
	vertical-align: super;
}
em {
	font-weight: normal;
}
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}
.tale {
	text-align: left!important;
}
.spV {
	display: block!important;
}
.tabV {
	display: none!important;
}
.pcV {
	display: none!important;
}
.tabpcV {
	display: none!important;
}
.text_palt {
	font-feature-settings: "palt";
}
.fontS {
	font-size:1.0rem!important;
}
.fontM {
	font-size:1.2rem!important;
}
.fontL {
	font-size:1.8rem!important;
}
.fontB {
	font-weight: bold!important;
}
.fontRed {
	color: #E55225!important;
}
.fontW-base {
	margin: 0!important;
	font-weight: 500!important;
	line-height: 1.6!important;
}
.mt1 {
	margin-top: 1rem!important;
}
.mt2 {
	margin-top: 2rem!important;
}
.mt3 {
	margin-top: 3rem!important;
}
.mt5 {
	margin-top: 5rem!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb1 {
	margin-bottom: 1rem!important;
}
.mb6 {
	margin-bottom: 6rem!important;
}
.mtb3 {
	margin: 3rem 0!important;
}
.pb3 {
	padding-bottom: 3rem!important;
}
.p1 {
	padding: 1rem!important;
}
.p20 {
	padding: 20px!important;
}
.sptxC {
	text-align:  center!important;
}
.sptxLpctxC {
	text-align:  left!important;
}
.sptxwB {
	font-weight: bold!important;
}
.fix {
	background: #BEC2C4;
	padding: 3vw;
	color: #666;
	opacity: 0.8;
}
.fix a {
	color: #666!important;
	pointer-events: none
}
.fix h4 {
	font-size: 1.4rem!important;
	margin: 0 0 2rem;
	text-align: left!important;
}

.tc_orange {
	color: #e55225!important;
}

section {
}
section.sub .static {
}
section.sub p {
	font-size: clamp(1.4rem, 1.3rem + 0.4vw, 1.6rem);
}
.Spotifylist {
	margin:3rem auto;
	padding: 0;
	position: relative;
	text-align: center;
}
.Spotifylist iframe {
	width: 100%;
	background: #FF66CC;
	padding: 3px;
}
/*btn___*/
.btn_box {
	margin-top: 6rem;
}
.btn_ex a {
		display: flex;
	justify-content: center; 
	align-items: center;
	position: relative;
	padding: 10px;
	height: 100%;

	background: #fff;

	font-weight: 700;
	color: var(--color-text);
		text-align: left;
	border-radius: 5px;
	border: 2px solid var(--color-text);
}
.btn_ex a:after {
	list-style-type: none;
	content: "\e900";
	font-family: 'RUSHBALL' !important;
	font-weight: 900;
	top: calc(50% - 1rem);
	color: var(--color-text);
	margin-left: 8px;
}
.btn_ex a:hover {
	background-color: var(--color-link);
	border: 2px solid var(--color-link);
	color: #fff;
}
.btn_ex a:hover:after {
	color: #fff;
}
.btn_in a {
	display: block;
	padding: 15px 30px 15px 40px;
	border-radius: 10px;
	height: 100%;
	background: var(--color-link);
	text-align: left;
	position: relative;
	font-size: clamp(1.6rem, 1.4rem + 0.5vw, 1.8rem);
	font-weight: bold;
	color: #fff;
	border: 2px solid var(--color-link);
	line-height: 1.2;
}
.btn_in a:after {
	list-style-type: none;
	content: "\e904";
	font-family: 'RUSHBALL' !important;
	font-weight: 900;
	top:calc(50% - 1rem);
	position: absolute;
	right: 10px;
	color: #fff;
	transform: rotate(90deg);
}
.btn_in a:hover {
	opacity: 0.8;
}
.btn_in a:hover:after {
	color: #fff;
}
.btn_cs a {
	pointer-events: none;
	opacity: 0.8;
	background: #B3B3B3;
	border-color:  #B3B3B3;
}/*
.btn a {
	color: #fff;
	display: block;
	padding: 3rem;
	position: relative;
}
.btn a:after {
	position: absolute;
	font-family: 'RUSHBALL' !important;
	font-weight: 900;
	content: "\f061";
	top: 50%;
	right: 20px;
	width: 30px;
	transform: translateY(-50%);
}*/
.btn_history {
	max-width: 900px;
	background: var(--color-link);
	margin: 2vw auto 0;
	border-radius: 10px;
}
.btn_history a {
	font-family:var(--font-E2);
	font-weight:var(--font-E2-W);
	font-style: normal;
	font-size: clamp(1.6rem, 1.5rem + 0.5vw, 2rem);
	line-height: 1.3;
	color: #fff;
	display: block;
	padding: 2rem;
	position: relative;
}
.btn_history a:after {
	position: absolute;
	font-family: 'RUSHBALL' !important;
	font-weight: 900;
	content: "\e903";
	top: 50%;
	right: 10px;
	width: 30px;
	font-size: 2rem;
	transform: translateY(-50%);
}
.btn_history a:hover {
	opacity: 0.8;
}
/*menu z_10*/
nav {
	margin:0;
	padding: 0;
}
input[type="checkbox"] {
	display: none;
}
.mainMenu {
	z-index: 10;
}
.mainMenu ul {
	background: none;
	text-align: center;
}
.mainMenu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width:100%;
	height:100vh;
	margin: 0;
	padding: 60px 6vw 0;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}
.mainMenu li {
	padding: 0;
	display: block;
	border-right: none;
	font-weight: 500;
	text-align: center;
}
.mainMenu li a {
	font-family: var(--font-E2);
	font-weight:  var(--font-E2-W);
	font-size:6vw;
	color: #1E2A68;
	display: inline-block;
	line-height: 1.4;
	padding:0 3vw;
	width: 100%;
	position: relative;
}
.mainMenu li a:hover {
	color: var(--color-link);
	border: none;
}
.mainMenu li.cs a {
	color: #B3B3B3;
	pointer-events:none;
}
.mainMenu ul.menusns {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.check {
	display: none;
}
.menu-btn {
	position: fixed;
	top:0;
	right:0;
	width:14vw;
	height:14vw;
	max-width:100px;
	max-height:100px;
	text-align:center;
	cursor:pointer;
	z-index:13;
}
.bar {
	position:absolute;
	top:23%;
	left:16%;
	width:71%;
	height:11%;
	border-radius:6px;
	background:var(--color_buns);
 transition:all .5s;
	transform-origin:left top;
}
.bar.top {
	height:18%;
	border-radius: 10px 10px 4px 4px;
}
.bar.middle {
	top:46%;
	height:16%;
	background:#D71618;
}
.bar.bottom {
	top:68%;
	transform-origin:left bottom;
}
.menu-btn:hover {
	background: var(--color-logoR);
	color: #fff;
}
.menu-btn:hover .bar {
	background: #fff;
}
.check:checked ~ .mainMenu {
 display: block;
 transition-delay: .3s;
 transform: none;
 opacity: .9;
 z-index: 12;
 background: #FFECD9;
 transition-property: all;
 transition-duration: .5s;
 transition-delay: 0s;
 transform-origin: right center;
}
.check:checked ~ #header {
 transition-delay: 0s;;
 transform: translateX(-230px);
}
.check:checked ~ .menu-btn {
 margin-right: 0;
}
.check:checked ~ .menu-btn .bar.top {
 width:53.6%;
 top:25%;
 left:33.9%;
 transform:rotate(45deg);
 background:#FFF;
 height:10.7%;
}
 .check:checked ~ .menu-btn .bar.middle {
 display:none;
}
 .check:checked ~ .menu-btn .bar.bottom {
 width:53.6%;
 top:60.7%;
 left:33.9%;
 transform:rotate(-45deg);
 background:#FFF;
 height:10.7%;
}
/*pagetop*/
#pagetop {
	position:fixed;
	bottom: -20px;
	right: 0;
	opacity: 0;
}
#pagetop.is-show {
	transition: margin-bottom 0.3s ease-in-out;
	animation: movetop 1s ease-out 0s 1 normal forwards;
	opacity: 1;
	z-index: 205;
}
#pagetop a {
	position: relative;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	margin-top: 0;
	margin-bottom: -20px;
	z-index: 5;
	background: transparent url(../img/i_pagetop.png) no-repeat 0 bottom;
	background-size: 100% auto;
}
#pagetop a span {
	position: absolute;
	top: -3rem;
	left: 5px;
	font-family: 'Noto Sans JP', sans-serif!important;
	font-size: 11px;
	line-height: 1;
	font-feature-settings: "palt";
	text-align: center;
	width: 9rem;
	color: #000;
}
#pagetop a:hover span {
	opacity: 1;
}
#pagetop a:hover {
	animation: movetopjump 0.1s infinite alternate ease-in-out;
}
@keyframes movetop {
 0% {
 bottom: -50px;
}
 100% {
 bottom: -20px;
}
}
@keyframes movetopjump {
 0% {
transform: translateY(0px);
}
 100% {
transform: translateY(10px);
}
}
/*submenu*/

.submenu_box_tx {
	background: #fff;
	padding: calc(6vw - 3px) 6vw 6vw;
	box-sizing: border-box;
	color: var(--color-text);
	margin: 	0 auto;
	position: relative;
	text-align: center;
	max-width: 	1200px;
	border-radius: 15px;
}
.submenusp ul {
 margin: 0 -.5vw;
	padding: 0;
	text-align: center;
	width: calc(100% + 1vw);
}
.submenusp ul li {
	margin: 10px 0;
	padding: 0 0.5vw;
	width: 100%;
	position: relative;
}
.submenusp ul li.cs:nth-of-type(2n) a, .submenusp ul li.cs a {
 background: #B3B3B3;
 color: #333;
 opacity: 0.8;
 pointer-events: none
}
.submenusp ul li.cs:nth-of-type(2n) a, .submenusp ul li.cs a:after, .submenusp ul li.cs:nth-of-type(2n) a i, .submenusp ul li.cs:nth-of-type(2n) a:after, .submenusp ul li.cs i {
 color: #333;
 opacity: 0.8;
 pointer-events: none
}
.submenusp ul li:last-child {
	/* margin: 10px 0 0; */
}
.submenusp ul li i {
	font-size: 1.6rem;
	padding: 10px 0;
	color: var(--color-logoR);
}
.submenusp ul li i span {
	display: none;
}
.submenusp ul li p {
	padding-right:  20px;
	font-size: 1.4rem;
	line-height: 1;
	display:  inline-block;
}
.submenusp ul li a {
	display: block;
	padding: 10px;
	border-radius: 5px;
	height: 100%;
	text-align: left;
	position: 	relative;
	color: var(--color-Main);
	background: #fff;
}
body#ACCESS .submenusp ul li a {
	border: 2px solid var(--color-Main);
}
.submenusp ul li a:after {
	list-style-type: none;
	content: "\e904";
	font-family: 'RUSHBALL' !important;
	font-weight: 900;
	top: calc(50% - 1rem);
	position: absolute;
	right: 10px;
	transform: rotate(180deg);
	color: var(--color-Main);
}

.submenusp ul li a span.engF {
	font-size: 1.8rem;
}
.submenusp ul li a span.engF i {
	font-size: 1.8rem;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	display: inline;
}
.submenusp ul li a span.jpnF {
	font-size: 1.4rem;
	font-weight: 900;
}
.submenusp ul li a span.jpnF i {
	font-size: 1.8rem;
	font-weight: 600;
	font-style: normal;
	padding: 0;
	display: inline;
}
.submenusp ul li a:hover {
	background: var(--color-link);
}
.submenusp ul li a:hover, .submenusp ul li a:hover i, .submenusp ul li a:hover:after {
	color: #fff;
}
#sidesubmenu {
	position: fixed;
	width: 40px;
	top: 50%;
	transform: translateY(-50%);
	left: -100px;
	z-index: 20;
	display: flex;
	justify-content:center;
	align-items: flex-end;
	opacity: 0;
}
#sidesubmenu .submenusp {
	opacity: 0;
}
#sidesubmenu .submenusp ul {
	display: block;
}
#sidesubmenu .submenusp ul li {
	margin: 5px 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#sidesubmenu .submenusp ul li p {
	display: none;
}
#sidesubmenu .submenusp ul li i {
	padding: 0 0 0 2px;
	font-size: 1.6rem;
	line-height: 1;
}
#sidesubmenu .submenusp ul li i span {
	padding: 0;
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	display: 	block;
	text-align: center;
}
#sidesubmenu .submenusp ul li a {
	display: block;
	border-radius: 0;
	padding: 10px;
}
#sidesubmenu .submenusp ul li a:after {
	content: "";
}
#sidesubmenu .submenusp ul li a:hover {
	color: #fff
}
#sidesubmenu.is-show {
	opacity: 1;
	animation: submenufadeIn 0.3s ease-out 0.3s forwards;
}
#sidesubmenu.is-show .submenusp {
	opacity: 1;
}
@keyframes submenufadeIn {
 from {
 opacity: 0;
 left: -100px;
}
to {
	opacity: 1;
	left: -2px;
}
}
#sidesubmenu.is-show .submenusp ul li a {
transition: padding 0.3s ease;
}
#sidesubmenu.is-show .submenusp ul li a {
	border-radius: 0;
	padding: 10px 10px;
	background: var(--color-Main);
}
#sidesubmenu.is-show .submenusp ul li.cs a {
	background: #B3B3B3;
}
#sidesubmenu.is-show .submenusp ul li a i {
	color: #fff;
}
body#ACCESS #sidesubmenu.is-show .submenusp ul li a {
	border:none;
}
body#NOTICE #Topsubmenu.fixed .submenusp {
	top: 20px;
}
section.sub {
	padding:  0 0 6vw;
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1600px;
	scroll-margin-top: 20px!important;
}
section.sub .page_title {
	margin: 0;
	padding:  0 0;
	background: #fff;
	color:var(--color-text);
	text-align: center;
}
section.sub .page_title h2 {
	color: var(--color-logoR);
}
section.sub .page_title h2 i {
	display: 	block;
}
section.sub .page_title h3 {
	text-align: center;
	margin: 1rem 0 0;
	padding: 0 0;
	font-size: clamp(1.6rem, 5vw, 2.2rem);
	margin-bottom: 2rem;
	color: var(--color-Main);
	font-weight: 800;
}
section.sub .page_title h4 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	font-weight: 800;
}
section.sub .colred .page_title h2, section.sub .colred .page_title h3 {

}
section.sub .page_title h3.engF {
	font-size: 3rem;
}
section.sub .page_title h3.engF span {
	font-size: 2.8rem;
}
section.sub .page_title_sub {
	text-align: center;
	color: var(--color-Main);
	margin: 0 auto;
	line-height: 1.8;
}
section.sub .page_title_sub h3 {
	font-weight: 700;
	font-size: clamp(1.6rem, 5vw, 1.8rem);
}
section.sub .page_title_sub h3 span {
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	font-weight: 700;
}
section.sub .page_title_sub h3 span.wh {

 padding: 0 1rem;
	border: 1px solid var(--color-Main);
}
section.sub .page_title_sub div.busroute {
	display: 	inline-block;
	background:  #fff;
	color:var(--color-text);
	padding: 0.8rem 2rem;
	margin-top: 1.5rem;
	border: 2px solid var(--color-text);
	border-radius: 10px;
	margin-bottom: 2rem;
	font-weight: 700;
}
section.sub .page_title_sub h3 i {
	margin-right: 5px;
}
section.sub .page_title_sub h5 {
	font-size: 2rem;
}
section.sub .page_title_sub h5 span {
	font-size: 1.4rem;
	background: #fff;
	color: var(--color-text);
	padding: 0;
	display:block;
}
section.sub .page_title_sub h5 span.wh {
	margin: 0;
	padding: 0 0.5rem 0 0;
}
section.sub .inner_box {
	width: 94%;
	padding: 0 3vw;
	margin: 0 auto;
	position: relative;
}
section.sub .inner_box h3 {
	text-align: center;
	color: #66CCCC;
	margin: 1rem 0;
	font-size: 2rem;
}
section.sub .inner_box h4 {
	font-size: 1.6rem;
	padding: 1rem;
}
section.sub .inner_box h4 span {
	background: #fff;
	padding: 10px;
	background: yellow;
	font-size: 1.6rem
}
section.sub .inner_box .details dl dt:before {
	content: "[";
	width: 100%;
}
section.sub .inner_box .details dl dt:after {
	content: "]";
	width: 100%;
}
.box_line {
	background: #fff;
	margin: 2rem 0;
	padding: 1rem;
	text-align: center;
	color: var(--color-text);
	border: 1px dashed #66CCCC;
}
.box_line .subtext p {
	font-weight: 500;
}
.box_line .subtext p a {
	font-weight: 500;
}
/*greens会員*/
.box_greens {
	background: #fff;
	margin: 2rem 0;
	padding: 1rem;
	text-align: center;
	color: var(--color-text);
	border: 1px solid #00994E;
	border-radius: 10px;
}
.box_greens .subtext p {
	/* font-weight: 500; */
}
.box_greens .subtext p a {
	font-weight: 500;
	color: #00994E!important;
}
.greensspecial {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: var(--color-text);
}
.greensspecial h5 {
	margin: 0 auto;
	padding: 0.5rem;
	text-align: center;
	color: #fff;
	background:  #00994E;
	border-radius: 10px;
	font-size: 1.2rem!important;
	font-weight: 700;
}
.greensspecial h5 span {
	font-size: 1.0rem;
	display: block;
}
.greensspecial .membership {
	background-color: rgba(0, 153, 78, 0.2);
	font-weight: 700;
}
ul.greens {
	margin-left: 1.2rem;
	padding: 0 0 60px;
	background: url(../img/greenschan_yeah.png) no-repeat center bottom;
	background-size: 50px auto;
}
ul.greens li:before {
	content: "●";
	position: absolute;
	left: -1.2rem;
	width: 1.2rem;
	text-align: center;
	font-weight: 800;
	color:#00994E;
}
ul.greens li {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 0.5rem;
	font-weight: 500;
	position: relative;
	text-align: left;
}
/*greens会員*/
.line {
	margin-top: 40px;
	text-align: center;
	padding-top: 20px;
	border-top: 1px dashed var(--color-textSub);
}
.line i {
	font-size: 2rem
}
.line_details {
	text-align: center;
	padding-top: 20px;
	border-top: 1px dashed var(--color-textSub);
}

/*head*/
header {
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
header#TopHead .inner {
	padding: 0;
	width: 100%;
	max-width: none;
}
#logo2026 {
	top:0;
	left: 0;
	z-index: 10;
}
#logo2026 h1 {
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 1vw 0 0 1vw;
	width: clamp(87px, 17vw, 188px);
	aspect-ratio: 87 / 61;
	transition: all 0.5s ease;
}
#logo2026 h1:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../img/logo2026.png) no-repeat left 5px;
	margin: 0;
	padding: 0;
	background-size: auto 80%;
}
body#index #logo2026 h1 {
	display: none
}
.container {
	margin: 0;
	padding: 0;
}
.inner {
	width: 94%;
	padding: 0 5vw 3vw;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}
.page_title {
	margin:  0;
	padding: 0 3vw;
	text-align: center;
}
.page_title h2 {
	text-align: center;
	padding: 0;
	background: none;
	color: var(--color-Main);
	font-family:var( --font-E2);
	font-weight: var( --font-E2-W);
	font-style: normal;
	font-size:  clamp(2.8rem, 5vw, 4rem);
	line-height: clamp(70px, 12vw, 120px);/* margin-bottom: 6vw; */
}
/*static_page*/
.static {
	background-color: #fff;
	box-sizing: border-box;
	color: var(--color-text);
	position: relative;
	text-align: center;
	padding: 30px;
	border-radius: 15px;
	box-shadow: inset 0px 0px 0px 8px #fff, inset 0px 0px 0px 14px var(--color-Main);
}
/*TOP*/
#snsBlock {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	z-index: 30;
}
#snsBlock ul {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	padding: 0 1%;
}
#snsBlock ul li {
	font-family: 'RUSHBALL' !important;
	font-size: 1.6rem;
	margin: 15px;
}
#snsBlock ul li a {
	background: #fff;
	padding: 5px;
	border-radius: 50%;
	color: var(--color-Main);
}
#snsBlock ul li a:hover {
	color: var(--color-link);
}
#footer {
	position: relative;
	clear:both;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 20px 0;
	z-index: 10;
}
#footer .inner {
	background: none;
}
#footer p {
	text-align: center;
}
#PARTNERS {
	position: relative;
	padding: 0;
	text-align: center;
	z-index: 29;
	margin: 0;
}
#PARTNERS .inner {
	padding: 3vw 0;
	background: #fff;
	border-radius: var( --inner-radius);
}
#PARTNERS .inner_box {
	width: 94%;
	margin: 0 auto;
	padding: 3vw 0;
}/*
#PARTNERS h3 {
	font-size: 3rem;
	font-family: var( --font-E2);
	font-weight: var( --font-E2-W);
	margin: 20px 0 10px;
}*/
#PARTNERS p.host{
	font-size: 1.4rem;
	margin: 0 0 10px;
	font-weight: 700;
	color:#fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
#PARTNERS p.host span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 24px;
	background:var(--color-Main);
	color: #fff;
	border-radius: var( --inner-radius);
	padding: 0 8px;
}
#PARTNERS ul {
	text-align: center;
	background: #fff;
	border-radius: 50px;
	margin: -1rem auto 0;
	padding: 0;
	width: 80%;
	max-width: 400px;
}
#PARTNERS ul li {
	width: 33%;
	height: auto;
	display: inline-block;
	padding:10px;
	margin:0 10px 0;
}
#PARTNERS .sponsorship {
	margin: 20px 0 0;
	padding: 0;
}
#PARTNERS .sponsorship ul {
	margin: 0 auto;
	width: 100%;
	border-radius: 0;
	background: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
}
#PARTNERS .sponsorship ul li {
	width: 33.333%;
	height: auto;
	padding: 10px 5px;
	margin: 0;
}
#PARTNERS .sponsorship ul li a img {
	max-height: 50px;
	width: 100%;
	max-height: none;
	max-width: 125px;
}

#PARTNERS .sponsorship ul.second li a img, #PARTNERS .sponsorship ul.second li img {
	max-height: 46px;
}
#PARTNERS .sponsorship ul.second {
	width: 84%;
}
/*NEWS*/
#TopNewsBlock {
	position: relative;
	padding: 0;
	width: 100%;
	z-index: 5;
padding: 0;
}
body#index #TopNewsBlock{
	padding:6vw 0 
}
body#index #TopNewsBlock:before {
	display: inline-block;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 60px;
    border-radius: 0px 0px 60px 60px / 0px 0px 25px 25px;
	max-width: 1920px;
}
#TopNewsBlock .inner {
	background-color: transparent;
	position: relative;
	background: #fff;
}
.innermenu {
	padding: 60px 40px 30px;
	border-radius: 15px;
	box-shadow: inset 0px 0px 0px 8px #fff, inset 0px 0px 0px 14px var(--color-Main);
}
#TopNewsBlock h2.news-title span{
  background: #fff;
  padding: 8px 30px;
  border-radius: 20px 20px 0 0;

  color: var(--color-Main);
}
#TopNewsBlock h2 {
	font-family:var(--font-E1);
	font-weight: var(--font-E1-W);
	color: var( --color-Main);
	font-size: 2.6rem;
	line-height: 1;
	text-align: center;
	margin-top: -60px;
	padding-bottom: 30px;
}
#TopNewsBlock .morebtn a {
	display: block;
	margin: 20px 0 0;
	padding: 1rem 0;
	font-family:var(--font-E2);
	font-weight: var(--font-E2-W);
	color: var(--color-Main);
	font-size: 1.4rem;
	line-height: 1;
	text-align: right;
}
#TopNewsBlock .morebtn a:hover {
	color:var(--color-link);
}
#TopNewsBlock ul {
	width: 100%;
	margin: 0 auto;
}
#TopNewsBlock ul li {
	margin: 0;
	padding: clamp(10px, 2vw, 20px) 0;
	background-image: linear-gradient(to right, var(--color-sub1) 6px, transparent 6px);
	background-size: 10px 2px;
	background-position: left top;
	background-repeat: repeat-x;
	position: relative;
}
#TopNewsBlock ul li:last-child {
	background-image:
 linear-gradient(to right, var(--color-sub1) 6px, transparent 6px),  linear-gradient(to right, var(--color-sub1) 6px, transparent 6px);
	background-size: 10px 2px, 10px 2px;
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
}
#TopNewsBlock ul li p {
	line-height: 1.6;
	text-align: left;
	padding: 0;
}
#TopNewsBlock summary {
	list-style: none;
	cursor: pointer;
	position: relative;
	text-align: left;
}
#TopNewsBlock ul li summary span.date {
	font-size: clamp(1.2rem, 1.1rem + 0.3vw, 1.4rem);
	font-family: var(--font-E2);
	font-weight: var(--font-E2-W);
	display: block;
	color: var(--color-textSub);
	padding: 0.2em;
	margin-right: 20px;
}
 #TopNewsBlock summary::-webkit-details-marker {
 display: none;
}
#TopNewsBlock ul li summary span.title {
	display: inline-block;
	font-weight: 800;
	text-align: left;
	font-size: clamp(1.4rem, 1.3rem + 0.3vw, 1.72rem);
	color: var(--color-text);
}
#TopNewsBlock summary:hover span.title {
	color: var( --color-link);
}
#TopNewsBlock .entry {
	margin: 10px 0;
	padding: 10px 0;
}
#TopNewsBlock .entry p {
	/* font-weight: 400; */
}
#TopNewsBlock .entry a {
	color: var(--color-link);
	text-decoration: underline;
}
#TopNewsBlock .entry p {
	padding: 0;
}
#TopNewsBlock .entry ul li {
	background-image: none;
}
/*PAGE NAV*/
.page_inner {
	margin-top: calc(20px + 3vw);
	padding:3vw;
}
.page_nav {
	margin: 0;
	padding-bottom: 20px;
}
.page_nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_nav .list a {
	font-family: var(--font-E2);
	font-weight:var(--font-E2-W);
}
.page_nav .prev, .page_nav .list, .page_nav .next {
	display: flex;
	width: 100%;
	margin: 1%;
	text-align: center;
	background: #66CCCC;
}
.page_nav .prev a {
}
.page_nav .list a {
	background: var(--color-text);
}
.page_nav .next a {
	background: #FF66CC;
}
.page_nav .prev a, .page_nav .list a, .page_nav .next a {
	display: block;
 padding: .5rem;
	width: 100%;
	text-align: center;
	color: #fff
}
.page_nav .prev a:hover, .page_nav .list a:hover, .page_nav .next a:hover {
	background: var(--color-link);
	color: #fff;
}
.pager {
	display: flex;
	justify-content: center;
	padding:0
}
.pager li {
	list-style-type: none;
	background: transparent;
}
.pager li a {
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	color: var(--color-text);
	background: #fff;
	height: 30px;
	width: 30px;
	margin: 5px 3px;
	border-radius: 20px;
}
.pager li a:hover {
	background: var(--color-link);
	color:#fff;
}
.pager li.active a {
	color: var(--color-link);
}
/*GUIDELINE*/
#GUIDELINE .static {
	margin: 0 auto;
}
#GUIDELINE .static .note {
	margin: 0 auto;
	padding: 0 2vw;
	max-width: 860px;
}
#GUIDELINE .static h3 {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.2;
}
#GUIDELINE .static p {
	font-size: clamp(1.4rem, 2.5vw, 1.8rem);
	line-height: 2;
	text-align: left;
	font-feature-settings: "palt";
	font-weight: 600;
}
#GUIDELINE .guideline_rb {
	width: 60%;
	margin: 0 auto;
	margin-top: 50px;
}
#GUIDELINE .static img {
	width: 100%;
	max-width: 240px;
	height:  auto;
}
#GUIDELINE .guideline_rb:hover {
	animation: rbshake 0.5s;
}
@keyframes rbshake {
 0%, 100% {
transform: translateY(0);
}
 20% {
transform: translateY(-6px);
}
 40% {
transform: translateY(6px);
}
 60% {
transform: translateY(-4px);
}
 80% {
transform: translateY(4px);
}
}
/*historyBox*/

.historyBoxSet {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
	border-radius: 15px;
}
.historyBoxSet .box {
	margin-bottom: 3rem;
	padding: 0 0 20px;
	position: relative;
}
.historyBox {
	clear: both;
	width: 80%;
	margin: 0 auto;
	background: #fff;
	padding: 3vw;
	border-top: 1px dotted var(--color-Main);
}
.subtitle {
	text-align: center;
	margin: 0;
	padding: 0;
}
.subtitle h2 {
	background: var(--color-text);
	display: inline-block;
	margin: 0;
	color: #fff;
	font-size: 2.4rem;
	padding: 10px 16px 4px;
}
.year {
	margin: 2rem auto 0;
	padding: 0 30px;
	text-align: center;
	width: 100px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}
a .year {
	color: #fff;
	background: var(--color-Main);
	font-family: var(--font-E2);
	font-weight: var(--font-E2-W);
	font-size: 2.0rem;
	position: 	relative;
	pointer-events: auto;
	border-radius: 50px;
}
a:hover .year {
	background: var(--color-link);
	color: #fff;
}
.historyBox .logo {
	text-align: center;
	padding: 0;
	margin: 0 0 10px;
}
.historyBox .artist {
	padding: 20px 0 0;
}
.historyBox .artist ul {
	float: none;
	width: 100%;
	text-align: center;
	letter-spacing: .0;
	line-height: 1.8em;
}
.historyBox .artist ul:nth-of-type(2) {
 margin-top: 20px;
}
.historyBox .artist ul:nth-of-type(2) li:first-child {
 color: var(--color-textSub);
}
.historyBox .artist ul li, .historyBox .artist ul li s {
	font-size: clamp(1.4rem, 1.3rem + 0.5vw, 1.8rem);
	font-weight: 800
}
.historyBox .artist ul li s {
	font-size: clamp(1.4rem, 1.3rem + 0.5vw, 1.8rem);
	font-weight: 800;
	color: var(--color-textSub);
}
.historyBox .artist ul li span {
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--color-textSub);
}
.historyBox .artist ul.r {
	width: 100%;
}
.historyBox h3 {
	margin: 0;
	padding: 0 0 5px;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0;
	text-align: center;
}
.historyBox h4 {
	background: none;
	margin: 0 0 10px;
	text-align: center;
	font-weight: 700;
}
.historyBox h5 {
	text-align: center;
	font-family:var( --font-E2);
	font-weight:var(--font-E2-W);
	font-size: 1.6rem;
	color: var(--color-logo-Sub);
}
.box .repo {
	margin: 0 auto 2rem;
	padding: 0;
	text-align: center;
	font-size: 2.0rem;
	font-family:var( --font-E2);
	font-weight:var(--font-E2-W);
	text-align: center;
}
.box .repo a {
	padding: 5px 30px 5px 10px;
	text-align: center;
	font-size: 1.4rem;
	font-family:var( --font-E2);
	font-weight:var(--font-E2-W);
	background: var(--color-text);
	display: inline-block;
	color: #fff;
	position: relative;
	border: 1px solid var(--color-text);
	width: 80%;
	max-width: 600px;
}
.historyBox .repo a {
	width: 100%;
}
.box .repo_sensa a {
	background: #fff;
	color: var(--color-text);
	border: 1px solid #58AAAA;
}
.box .repo a:after {
	list-style-type: none;
	content: "\e900";
	font-family: 'RUSHBALL' !important;
	font-size:1.2rem;
	top:calc(50% - 1.2rem);
	position: absolute;
	right: 10px;
	color: #fff
}
.box .repo_sensa a:after {
	color: #58AAAA !important;
}
.box .repo a img {
	height: 20px;
	width: auto;
	padding: 5px;
	display: block;
	margin: 0 auto;
}
.box .repo a:hover {
	background: var(--color-link)
}
#GUIDELINE h3.title {
	font-size: 2.8rem;
	font-family:var( --font-E2);
	font-weight:var(--font-E2-W);
	margin: 6vw 0;
	color: var(--color-text);
}
#GUIDELINE .comment {
	text-align: center;
	padding: 0 0 50px;
}
#GUIDELINE .comment p {
	font-size: 2.3vw;
	font-weight: 600;
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.05rem;
	margin-bottom: 3rem;
}
#GUIDELINE .comment p.stf {
	margin: 2rem 0 1rem;
	font-size: 1.4rem;
}
.Eng p {
	word-break: keep-all;
}
.c_rbr {
	color: #f18d00
}
.details dl.rbr dt:before {
	color: #f18d00
}
.artist_name p {
	display: inline;
	font-family:var( --font-E2);
	font-weight:var(--font-E2-W);
	font-size: 1.8rem;
	line-height: 1.2;
	white-space: nowrap;
}
.artist_name p.jpnF {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
}
/*List_____________*/
a.telno {
	color: #fff;
	padding: 10px 0 0;
	display: block;
}
a.telno i {
	padding-right: 5px;
}
a.telno:hover {
	text-decoration: none;
	color: var(--color-text)!important;
}
.fin h3 span {
	background: #333642!important
}
.fin a {
	pointer-events: none;
	color: #BEC2C4!important;
}
.details p.red {
	color: #66CCCC;
	margin: 0;
}
.details p.underline span {
	border-bottom :4px solid #66CCCC;
}
.ticketbox {
	text-align: left;
	margin: 1rem 0 0;
	padding: 0;
	border: 1px solid var(--color-Main);
	border-radius: 10px;
}
.details .ticketbox h4 {
	text-align: left;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 0 1rem;
	padding: 1rem 0.5rem;
	background: var(--color-Main);
	color: #fff;
	border-radius: 8px 8px 0 0;
	font-feature-settings: "palt";
}
.ticketbox h4 span {
	background: var(--color-logoR);
	color: #fff;
	padding: 0 5px 0 10px;
	border-radius: 20px;
	font-weight: 600 !important;
	font-feature-settings: "palt";
	font-size: 1.4rem;
}
.details .ticketboxSpecial {
	border: 1px solid var(--color-logoR);
}
.details .ticketboxSpecial h4 {
	background: var(--color-logoR);
}
.details .ticketboxSpecial h4 span {
	background:  var(--color-Main);
	color: #fff;
}
.fixblock h4 span {
	background: #727476 !important;
	color:#ddd;
}
.ticketbox_detail a {
/* color: #35baba!important; */
	}
.ticketbox_detail {
	padding: 0 2vw 2vw;
}
.ticketbox_detail span.title {
	background: var(--color-Main);
	color: #fff;
	padding: 0 1rem;
	border-radius: 10px;
	display: inline-block;
}
.ticketbox p {
	text-align: left;
	padding: 1rem;
	margin-bottom: 2rem;
	line-height: 1.4;
}
.busroute .in {
	display: inline-block;
	transform: rotate(90deg);
}
.details .fix h4 {
	color: #666;
	background: #B3B3B3;
}
.details .fix {
	border: 3px solid #B3B3B3!important;
}
.details {
	padding: 0 0 4vw;
	font-size: 1.2rem;
}
.details h3 {
	text-align: center;
	margin-top: 2rem;
	padding: .5em .5em 0;
}
.details h3 span {
	background: #f4f4f4;
	color: #1e1f26;
	margin: 0 auto;
	text-align: left;
	padding: 1vw 3vw 0;
	font-family:var( --font-E2);
	font-weight:var(--font-E2-W);
	font-size: 1.8rem;
}
.details h4 {
	font-size: 1.8rem;
	margin: 2rem 0;
}
.details h5 {
	font-size: 1.4rem;
	margin: 2rem 0;
}
.details dl {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	text-align: center;
}
.details dl dt {
	line-height: 1.4;
	letter-spacing: .2rem;
	clear: both;
	display: block;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 700;
	background: var(--color-Main);
	display: inline-block;
	padding: 0 calc(10px - .2rem) 0 10px;
	border-radius: 10px;
	color: #fff;
	margin-bottom: .5em;
}
.details dl dt:before {
	content: "";
	font-family: 'RUSHBALL' !important;
	width: 50px;
}
.details dl dd, .details p {
	line-height: 1.4;
}
.details dl dd.fontB {
	font-size: 1.4rem;
}
.details dl dd.fontB .engF {
	font-size: 1.6rem;
	font-weight: 700;
}
.details dl dd ul.disc {
}
.details dl dd ul.disc li {
	text-align: left;
	padding-left: 1.2rem;
	margin: 0 0 1rem 1.2rem;
}
.details dl dd ul.disc li:before {
	content: "\e909";
	font-family: 'RUSHBALL' !important;
	font-size: 1.0rem;
	padding-right: .4rem;
	margin-left: -1.2rem
}
.details dl dd {
	padding: 0;
	margin: 0 0 2em;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 700;
}
.details dl dd:last-child {
	margin: 0 0 0;
}
.details dl dd div.map {
	margin:1rem;
	display:block;
}
.details dl dd div.map a {
	border: 1px solid #f4f4f4;
	color: #f4f4f4;
	display: inline-block;
	padding: 1rem;
}
.details dl dd div.map a:before {
	content: "\f35d";
	font-family: 'RUSHBALL' !important;
	font-weight: 900;
	color: #f4f4f4;
	margin-right: 5px;
}
.details dl dd div.map a:hover {
	background:#66CCCC;
	color:#fff;
	border: 1px solid #66CCCC;
}
.details dl dd div.map a:hover:before {
	color:#fff;
}
.details dl dd h4 {
	font-size: 2.0rem;
	text-align: center;
}
.details dl dd h4 span {
	font-weight: 900;
}
.details dl dd p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 700;
	font-feature-settings: "palt";
}
.details dl dd  span{
	font-weight: 500;
}
.details dl dd p.price {
	margin: 0 0 0.5em;
}
.details dl dd p.price span {
	font-size: 1.2rem;
}
.details dl dd p.tboxind {
	text-indent: -6rem;
	padding-left: 6rem;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}
.details dl dd p span.txS {
	font-size: 1.2rem;
	font-weight: 500;
}
.details dl dd em {
	font-style: normal;
	position: relative;
	color: #fff;
	background: var(--color-link);
	padding: 4px 8px 4px 4px;
	margin: 1rem 0;
	border-radius: 5px;
	display: block;
	line-height: 2;
	font-weight: 600;
}
.details dl dd em:after {
}
.details dl dd p s {
	font-weight: 700;
}
.details dl dd p span.soldout {
	font-weight: 700;
}
.details dl dd a {
	color: var(--color-link);
	font-weight: 600;
}
.details dl dd a:hover em {
	opacity: 0.8;
}
.details dl dd a:hover {
	opacity: 0.8;
}
.details dl dd strong.y {
	color: var(--color-text);
	padding: 4px;
	margin-right: 5px;
	border-radius: 2px;
}
.details ul.dList {
	list-style: none;
 margin: 0 0 .5rem 1rem;
	padding: 0;
	text-align: left;
	font-feature-settings: "palt";
}
.details ul.dList li {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 0.5rem;
	font-weight: 500;
	position: relative;
	text-indent:unset;
}
.details ul.dList li::before {
 content: "・";
 position: absolute;
 left: -1.5rem;
 width: 2rem;
 text-align: center;
 font-weight: 800;
}
.details .subtext ul.dList li {
	line-height: 1.4;
	margin-top: 0.5rem;
	font-weight: 500;
	position: relative;
	font-size: 1.2rem;
}
.details .subtext ul.dList li::before {
 content: "・";
 position: absolute;
 left: -1rem;
 width: 1rem;
 text-align: center;
 font-weight: 800;
}
.details ul.square {
	list-style-type: none;
 margin: 0 0 .5rem 0;
	padding: 0;
	text-align: left;
}
.details ul.square li:before {
	list-style-type: none;
	content: "■";
	padding: 0 0.2rem 0 0;
}
.details ul.square li {
	padding: 0 0 0 1.2rem;
	text-indent: -1.2rem;
	font-size: 1.2rem;
	color: var(--color-text);
	text-align: left;
}
.details dl dd.fontB ul.square li {
	padding: 0 0 0 1.6rem;
	text-indent: -1.6rem;
	font-size: 1.6rem
}
.details p.indent {
	padding: 0 0 0 1.2rem;
	text-indent: -1.2rem;
}
.subtext {
	padding: 1rem;
}
.subtext p {
	font-size: 1.2rem!important;
 margin-bottom: .2rem!important;
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
}
span.subbox {
	border: 1px solid var(--color-Main);
	padding: 0 10px;
	/* margin-right: 5px; */
	display: inline-block;
	font-weight: 700;
	background: #fff;
	color: var(--color-Main);
	border-radius: 20px;
}
.plecheck a {
	color: #66CCCC;
	text-decoration: underline;
}
.details a:hover {
	text-decoration: none;
}
/*indent1*/
p.indent1 {
	margin: 0 0 0 !important;
	padding-left:1em!important;
	text-indent:-1em!important;
}
ul.dList {
	list-style-type: disc;
	margin: 0 0 .5em 1em;
	padding: 0 0 0 .5em;
	text-align: left;
}
ul.dList li {
	text-indent: -0.5em;
	margin-bottom: 0.2em;
}
/*photos*/
.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}
.grid li {
	width: 33%;
	position: relative;
	height: auto;
	box-sizing: border-box;
	font-size: 2rem;
	padding: 0 1px 2px;
}
.grid li:nth-child(even) {
 margin-top: 3vw;
}
.grid li p {
	margin-top: 10px;
}
.grid li img:hover {
	filter: brightness(120%)saturate(170%);
}
#TICKETS .icon-arr-up {
	display: inline-block;
	transform: rotate(180deg);
}
 @media screen and (min-width: 768px) {

.sptxC {
 text-align: left!important;
}
.sptxLpctxC {
 text-align:  center!important;
}
.spV {
 display: none!important;
}
.tabV {
 display: block!important;
}
.tabpcV {
 display: block!important;
}
.pcV {
 display: none!important;
}
.ml1 {
 margin-left: 1rem
}
.Spotifylist iframe {
}
section.sub .page_title h4 {
 font-size: 1.6rem;
}
#logo2026 h1 {
	margin: 8px 0 0 15px;
}
/*menu*/
.mainMenu li a {
   font-size:     4rem;
}
/*submenu*/
.submenu_box {
 padding: 0;
}
.submenu_box_tx {
 padding: 40px;
}
 .submenusp ul {
 display: flex;
 flex-wrap: wrap;
 margin: 	0;
 padding: 0;
 width: 100%;
}
/*2nd_menubox*/
body#ACCESS .submenusp ul li {
 width: calc(100% / 3);
}
body#NOTICE .submenusp ul li {
 width: calc(100% / 4);
}
body#TICKETS .submenusp ul li {
 width: calc(100% / 4);
}
body#ACCESS #sidesubmenu.is-show ul li, body#NOTICE #sidesubmenu.is-show ul li, body#TICKETS #sidesubmenu.is-show ul li {
 width: 100%;
}
 .submenusp ul li i {
 display: 	block;
}
 .submenusp ul li a {
 text-align: center;
 padding: 0;
 text-indent:0;
}
.submenusp ul li p {
 padding-right: 0;
}
 .submenusp ul li a:after {
 display: block;
 position: relative;
 top: auto;
 right: auto;
}
.submenusp ul li a span.engF {
 font-size: 2vw;
}
.submenusp ul li a span.engF i {
 font-size: 2.4vw;
}
#sidesubmenu.is-show .submenusp ul li a {
 padding: 5px 15px;
}
/*top*/
#TopNewsBlock .inner {
 padding: 60px 50px 50px;
}
#TopNewsBlock summary {
 display: flex;
}
#TopNewsBlock ul li span {
 display: inline-block;
}
 #TopNewsBlock ul li p {
 font-size: 1.6rem;
 padding: 0;
}
#TopNewsBlock .entry{
	padding: 5px 0 0 98px;
}
 #TopNewsBlock h2 {
 font-size: 3.6rem;
}
.innermenu {
 border-radius: 30px;
 box-shadow: inset 0px 0px 0px 16px #fff, inset 0px 0px 0px 20px var(--color-Main);
}
.innermenu h3 {
 margin: 0 auto 0 !important;
 padding: 10px 20px 30px !important;
 width: fit-content;
 background: #fff;
}
 #News #TopNewsBlock ul.pager {
 display: flex;
 justify-content: center;
 padding: 0;
}
 #PARTNERS {
 text-align: center;
 margin: 0;
 padding: 0;
}
 #PARTNERS .inner_box {
 width: 90%;
 max-width: 1400px;
 padding: 30px 0;
}
#PARTNERS .inner{
	 border-radius: 30px;
}
 #PARTNERS h3 {
 font-size: 2rem;
}
 #PARTNERS p {
 font-size: 1.4rem;
}
 #PARTNERS ul li img {
width: auto;
 height:auto;
}
 #PARTNERS .sponsorship ul {
width: 100%;
max-width: none;
}
#PARTNERS .sponsorship ul li {
 width: 25%;
 height: auto;
 padding: 10px 5px;
 margin: 0;
}
/*layout_____________*/
.container {
 margin: 0 auto;
 padding: 0;
 position: relative;
}
 .static {
 padding: 50px;
}
 .grid li {
 width: 20%;
}
.details {
 padding: 0;
 font-size: 1.4rem;
}
 .notice {
 padding: 0 0 0;
}
 .details dl {
 padding: 0 1rem;
 text-align: left;
}
 .details dl dt {
 letter-spacing: .2rem;
 float: left;
 clear: both;
 margin: 0;
 margin-bottom: .5em;
 text-indent: -1.2rem;
 margin-left: 1.2rem;
 background: none;
 color: var(--color-Main);
}
.details dl dd.fontB .engF {
 font-size: 1.6rem;
 font-weight: 700;
}
 .details dl dd p {
 font-size: 1.4rem;
}
 .details dl dd ul.disc li {
 padding-left: 1.4rem;
 margin: 0 0 1rem 0;
}
.details dl dd ul.disc li:before {
 margin-left: -1.4rem
}
 .details .ticketbox h4 {
 padding: 1rem;
 font-size: 1.6rem;
}
.ticketbox p {
 font-weight: normal;
}
 .details dl dt.indent {
 padding-left: 1.4rem;
 text-indent: -1.4em;
}
 .details dl dt:before {
 content: "●";
 color: var(--color-Main);
}
.colred .details dl dt:before {

}
 .details dl dd {
 padding: 0 0 0 14rem;
margin: 0 0 1rem;
}
.details dl dd div.map {
 display: inline-block;
 margin: 0;
}
 .details dl dd div.map a {
 padding: 0 1rem;
}
 .details ul.dList li {
 font-size: 1.4rem;
}
 .details ul.square li {
 padding: 0 0 0 1.4rem;
 text-indent: -1.4rem;
 font-size: 1.4rem;
}
 .details dl dt:before {
 display: inline;
}
 .details dl dd em {
 margin: 0 10px 0 0;
 display: inline;
}
/*2nd*/
#GUIDELINE .static h3 {
 line-height: 2;
}
a.telno {
	display: inline;
}
.artist_name p {
	font-size: 2.8rem;
	line-height: 1.6
}
.artist_name p.jpnF {
	font-size: 2.6rem;
}
.notice ul {
 padding: 0 .5rem;
}
.greensspecial h5 span {
	display: inline;
}
ul.greens {
	margin-left: 0;
	padding: 0 0 0 60px;
	background: url(../img/greenschan_yeah.png) no-repeat 0 bottom;
	background-size: 50px auto;
}
}
@media screen and (min-width: 1024px) {
 .spV {
 display: none!important;
}
.tabV {
 display: none!important;
}
.tabpcV {
 display: block!important;
}
.pcV {
 display: block!important;
}
section.sub {
 padding:  0 0 30px;
}
.inner {
 padding: 0;
 width: 90%;
}
#TopHead .inner {
 width:100%;
}
section.sub .inner {
 padding: 40px 0 0;
 width: 90%;
}
/*sub*/
#Topsubmenu {
 padding: 0;
}
 #Topsubmenu.fixed .submenusp {
 position: fixed;
 z-index: 10;
 width: 100%;
 top: 48px;
 left: 50%;
 padding: 5px 15vw;
 transform: translate(-50%, 0);
 max-width: 1600px;
}
 #Topsubmenu.fixed .submenusp ul {
 width: 100%;
 margin: 0;
}
 #Topsubmenu.fixed .submenusp ul li {
 border-bottom: none;
}
 #Topsubmenu.fixed .submenusp ul li a:hover {
 border: none;
}
 .submenusp ul li p {
 display: block;
 padding-right:0;
 font-size: 1.4rem;
}
.submenusp ul li a span.engF {
 font-size: 1.6rem;
}
.submenusp ul li a span.engF i {
 font-size: 1.8rem;
 font-style: normal;
}
.submenusp ul li i {
 font-size: 3rem;
 padding: 10px 0;
}
#sidesubmenu .submenusp ul li i {
    font-size: 2.3rem;
}
#sidesubmenu.is-show .submenusp ul li a {
        padding: 15px 12px 15px 15px;
    }
 #Topsubmenu.fixed {
 padding: 0 0;
}
 #Topsubmenu.fixed .submenusp ul li a {
 height: 30px;
border-radius: 5px;
}
/*photos*/
.grid li {
 width: 33%;
 height: 10vw;
 max-height: 200px;
 overflow: hidden;
}
 section.sub .inner_box {
 width: 94%;
 padding: 0;
 margin: 0 auto;
 position: relative;
}
 section.sub .page_title_sub {
 margin: 0 0 3rem;
}
 section.sub .page_title_sub h3 span {
 display: inline;
}
 .rap {
 padding: 0 3vw
}
/*top*/
 #TopNewsBlock ul {
 margin: 	0 auto;
}
 #PARTNERS .inner {
 padding: 40px;
 background: #fff;
}
 #PARTNERS .sponsorship {
 max-width: none
}
#PARTNERS .sponsorship ul li {
 width: auto;
 margin: 5px;
 padding: 5px 10px;
}
 #PARTNERS .sponsorship ul.second {
 width:100%;
}
/*2nd*/
 body#NOTICE #Topsubmenu.fixed .submenusp {
 top: 90px;
}
 .link_gmap {
 margin: 1rem 0.5vw;
}
#News .entry h4 {
 font-size: 2.4rem;
}
 #News .entry h4, #News .entry p.date {
 text-align: center;
}
 .page_inner {
 margin-top: 60px;
 padding: 0;
}
 .historyBoxSet .box {
 margin-bottom:  60px;
 border-top: 5px dotted var(--color-bg);
}
.historyBoxSet .box:first-child {
 border-top: none;
}
 .btn_greens a {
 padding: 20px !important
}
.btn_greens a:after {
 content: "";
 display: block;
 width: 80px;
 height: 80px;
 background: transparent url(../img/greenschan_yeah.png) no-repeat right center;
 background-size: auto 60px;
 position: absolute;
 right: 10px!important;
 top: -5%;
}
/*layout_____________*/
.ticketbox_detail {
 padding: 0 20px 20px;
}
}