@charset "utf-8";

.top-of-page {
	
}

.under{
	text-decoration: underline;
	text-decoration-style: dotted;
	font-weight:900;
	color: #B10002;
}


.menu__list2 {
	list-style: none;
	margin-bottom: 60px;
	padding: 0;
}

.menu__list2::before,
.menu__list2::after {
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 0;
	order: 2;
}

.menu__item2 {
	position: relative;
	margin: 0 auto 0px 0;
	width: calc(50% - 30px);
}

.menu__item2:nth-child(even) {
	margin-left: auto;
	margin-right: 0;
	margin-top: -100px;
}

.menu__item2:last-child {
	margin-bottom: 0;
}

.menu__item__img2 {
	width: calc(100% + 30px);
	margin: 0 0 20px;
	transform: translateX(-30px);
	background-color: rgba(0,0,0,0);
	border-radius: 0 10px 10px 0;
}

.menu__item2:nth-child(even) .menu__item__img2 {
	transform: translateX(0);
}

.menu__item__img2 img {
	display: block;
	width: 100%;
	border-radius: 0 10px 10px 0;
}

.menu__item2:nth-child(even) .menu__item__img2 img {
	border-radius: 10px 0 0 10px;
}

.menu__item__img2 img {
	opacity: 0;
}
.menu__item__img2.-show img {
	opacity: 1;
	will-change: opacity;
}

@media all and (min-width: 1280px) {
	.menu__item__img2 img {
		opacity: 1;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	}
	.menu__item__img2.-show img {
		animation-name: showKvImg_H;
		animation-duration: 1.5s;
		animation-delay: 0.5s;
		animation-timing-function: cubic-bezier(.77,0,.18,1);
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
	}
}


.menu__item__meta2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	opacity: 1 !important;
}

.menu__item__meta2 > * {
	margin: 0;
}

.menu__n-en2 {
	position: absolute;
	top: 0;
	left: 100%;
	right: auto;
	font-size: 1.05rem;
	line-height: 1.25;
	margin: auto;
	padding: 0 8px;
	writing-mode: rl-tb;
	writing-mode: vertical-lr;
	box-sizing: border-box;
	
	opacity: 0;
	transform: translateX(-1em);
}

.-show .menu__n-en2 {
	opacity: 1;
	transform: translateX(0);
	transition: 1s cubic-bezier(.17,.84,.44,1);
	transition-property: transform, opacity;
}

.menu__item2:nth-child(even) .menu__n-en2 {
	right: 100%;
	left: auto;
}

.menu__n-ja2 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 10px;
	font-feature-settings: "palt";
}

.menu__p2 {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
}

.menu__item__body2 {
	opacity: 1;
	margin: 0;
	font-size: 1.2rem;
	font-weight: bold;
font-family:'Tiro Devanagari Hindi', 'Noto Serif JP', 'Yu Gothic', "游ゴシック", 'YuGothic', "游ゴシック体", 'Meiryo', sans-serif;
}


@media all and (min-width: 768px) {
	
	.menu__list2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.menu__item2 {
		width: calc(33.333% - 30px);
		margin: 0 0 80px;
	}
	
	.menu__list2::before,
	.menu__list2::after {
		width: calc(33.333% - 30px);
	}
	
	.menu__item2:nth-child(even) {
		transform: translateY(0px);
		margin: 0 0 80px;
	}
	
	.menu__item__img2 {
		width: 100%;
		transform: translateX(0);
	}
	
	.menu__item2 img {
		border-radius: 15px;
	}
	
	.menu__item2:nth-child(even) .menu__item__img2,
	.menu__item2:nth-child(even) .menu__item__img2 img {
		border-radius: 15px;
	}
	
	.menu__n-en2 {
		padding: 0 0 0 20px;
	}
	
	.menu__item2:nth-child(even) .menu__n-en2 {
		right: auto;
		left: 100%;
	}
	.menu__item2:nth-child(even) .menu__item__img2 {
		transform: translateX(0);
	}
}

@media all and (min-width: 1980px) {
	
	.menu__item2 {
		width: calc(25% - 60px);
	}
	
	.menu__list2::before,
	.menu__list2::after {
		width: calc(25% - 60px);
	}
	
	.menu__item2:nth-child(n + 1) {
		transform: translateY(0px);
	}
	
	.menu__item2:nth-child(3n) {
		transform: translateY(0px);
	}	
	
	.menu__item2:nth-child(3n+1) {
		transform: translateY(0px);
	}
	
	.menu__item2 {
		margin-bottom: 100px;
	}
	
	.menu__item__img2 {
		margin-bottom: 30px;
	}
	
	.menu__item__meta2 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.menu__n-en2 {
		
	}
	
	.menu__n-ja2 {
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	
	.menu__p2 {
		font-size: 1.5rem;
	}
	
	.menu__item__body2 {
		font-size: 1.3rem;
	}
}



.dl_menus2 {
	
}

.dl_menus__ttl2 {
	text-align: center;
	font-size: 2.0rem;
}

.dl_menus__list2 {
	list-style: none;
	padding: 0;
	
}

.dl_menus__list__item2 {
	margin-bottom: 20px;
}

.dl_menus__list__item2:last-child {
	margin-bottom: 0;
}

.dl_menus__list__item2 a {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.8;
}

.dl_menus__list__item2 .label {
	display: block;
	font-weight: bolder;
}

.dl_menus__list__item2 .time {
	display: block;
	font-size: 1.3rem;
	white-space: normal;
}

@media all and (min-width: 768px) {
	
	.dl_menus__list2 {
		display: flex;
		justify-content: space-between;
	}
	
	.dl_menus__list__item2 {
		width: calc(33.333% - 30px);
	}
	
	.dl_menus__list__item2 .label {
		font-size: 2.0rem;
	}
}




.message__body h3{
	margin: 0px;
	padding: 0px;
}

a.btn--red {
  color: #000;
  background-color: #ca0000;
  border-bottom: 3px solid #8e0000;
	font-size: 14px;
	font-weight: bold;
}

a.btn--red:hover {
  margin-top: 5px;
  color: #fff;
  background: #ca0000;
  border-bottom: 5px solid #8e0000;
}

a.btn--red.btn--border-dashed {
  border: 2px dashed #fff;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.tree {
	
}

.tree a {
    padding: 13px 10px 10px 10px;
    text-decoration: none;	
    color: #fff;
}

.tree .link a {
    padding: 0px;
    text-decoration: underline;	
    color: #333;
}

label {
    margin: 0 0 2px 0;
    padding : 0px;
    line-height: 1;
    color :#333;
    cursor :pointer;
    text-decoration:none;	
	
}

.tree input {
    display: none;
}

.tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tree li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: auto;
    opacity: 1;	
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

a .img-responsive {
  display: inline-block;
}

@media (max-width: 767px) {
  .img-responsive-xs {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .img-responsive-sm {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1199px) {
  .img-responsive-md {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

#textlead{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 10px auto;
}

#textlead > span {
  position: relative;
  display: inline-block;
}
#textlead > span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -10px;
  top: -5px;
  right: -5px;
  background-color: #fff;
  z-index: -1;
}

@media all and (min-width: 768px) {
	
#textlead{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 10px auto;
}
}

.quotation-outer {
	position: relative;
}

.quotation {
	position: absolute;
	display: flex;
}

.quotation.-start {
	top: -5px;
	left: 10px;
}
.quotation.-end {
	right: 10px;
	bottom: -5px;
}

.quotation__item {
	position: relative;
	display: block;
}

.quotation svg {
	display: block;
	width: 30px;
	height: 15px;
}

.-start .quotation__item {
	transform: rotate(120deg);
}
.-end .quotation__item {
	transform: rotate(-60deg);
}



/* --------------------------------------------------------- */


@media all and (min-width: 768px) {
	
	.glid-inner {
		margin: 0 auto;
	}
	
	.glid-inner.-s {
		width: calc((((100% - (40px * 9)) / 10) * 6) + (40px * 5)); /* max:10col,9gap / col:6, gap:5 */
	}
	
	.glid-inner.-m {
		width: calc((((100% - (40px * 9)) / 10) * 8) + (40px * 7)); /* max:10col,9gap / col:8, gap:7 */
	}
	
}




/* ============================================================================================== */
/* inview                                                                                         */
/* ============================================================================================== */

.inview {
	opacity: 0;
	transition: 0.05s cubic-bezier(.65,.05,.36,1) 0.05s;
	transition-property: opacity, transform;
	will-change: opacity;
}

.inview.-show {
	opacity: 1;
}

/* ============================================================================================== */
/* inview : wrap-line                                                                             */
/* ============================================================================================== */


.js-lwrap-g {
	opacity: 1 !important;
	transition: none !important;
}

.js-wrap-line {
	display: block;
	overflow: hidden;
}

.js-wrap-line {
	display: block;
	overflow: hidden;
	text-align: justify;
}

.js-wrap-line .word,
.js-wrap-line .char {
	display: inline-block;
	transform: translateY(100%);
	transition: transform 0.75s cubic-bezier(.22,.61,.36,1);
	transition-delay: inherit !important;
	letter-spacing: -0.01em;
}

.js-wrap-line .char:empty {
	display: none;
}

.js-wrap-line .word {
	white-space: nowrap;
}

.js-wrap-line .word-space {
	display: inline;
}

.text-wrapped .-show .js-wrap-line .word,
.text-wrapped .-show .js-wrap-line .char {
	will-change: transform;
	transform: translateY(0%);
}

@keyframes wraptxtanimation {
	
}


/* --------------------------------------------------------- */

.carousel {
	transition: 0.3s cubic-bezier(.65,.05,.36,1) 0.2s;
}

.carousel .carousel__container {
	
}

.carousel.-show.-ready .carousel__container {
	
}

/* --------------------------------------------------------- */


.section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 10vh;
	padding: 80px 0;
	box-sizing: border-box;
	font-weight: bolder;
}

.section-header {
	text-align: center;
	margin-bottom: 0;
}

.section-header a {
	text-decoration: none;
}

.section-header a:hover {
	text-decoration: none;
}

.section-header__ttl {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 2.5rem
}

.section-header__txt {
	font-weight: bold;
	font-size: 1.3rem;
	color: #333;
}

.section-header__subttl {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 2.0rem
}

.section-body {
	
}

@media all and (min-width: 768px) {
	
	.section-header__ttl {
		font-size: 5rem
	}
	
	.section-header__subttl {
		font-size: 2.5rem
	}
	
	.section-header__txt {
		font-size: 1.5rem;
	}
}

@media all and (min-width: 1280px) {
	.section {
		margin: 15px;
		padding: 200px 0;
	}
	.section + .section {
		margin-top: 0;
	}
	.section:last-child {
		margin-bottom: 0;
	}
}

/* --------------------------------------------------------- */


.contents-label {
	text-align: center;
	position: -webkit-sticky;
	position: sticky;
	top: 50vh;
	display: flex;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.contents-label .txt {
	position: relative;
	display: block;
	writing-mode: rl-tb;
	writing-mode: vertical-rl;
	min-height: 100px;
	box-sizing: border-box;
}

.contents-label__item {
	position: absolute;
	display: block;
	margin: 0;
	font-size: 1.05rem;
	line-height: 1;
	width: 1em;
	transform: translateY(-50%);
}

.contents-label__item.-index {
	left: 14px;
	right: auto;
}

.contents-label__item.-index .txt {
	padding: 40px 0;
}

.contents-label__item.-index .txt:before,
.contents-label__item.-index .txt:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: "";
	width: 1px;
	height: 30px;
	margin: auto;
	background-color: currentColor;
}

.contents-label__item.-index .txt:before {
	top: 0;
	bottom: auto;
}

.contents-label__item.-index .txt:after {
	top: auto;
	bottom: 0;
}


.contents-label__item.-ttl {
	right: 14px;
	left: auto;
}

.contents-label__item.-ttl .txt {
	display: block;
}

.msie .contents-label {
	display: none;
}

@media all and (min-width: 768px) {
	
	.contents-label {
		visibility: visible;
	}
	
	.contents-label__item {
		font-size: 1.2rem;
	}
	
	.contents-label__item.-index {
		left: 30px;
	}
	
	.contents-label__item.-ttl {
		right: 30px;
	}
}

@media all and (min-width: 1280px) {
	.contents-label {
		width: calc(100% - 40px);
	}
	
	.contents-label__item.-index {
		left: 50px;
	}
	
	.contents-label__item.-ttl {
		right: 50px;
	}
}

@media all and (min-width: 1600px) {
	
}


/* --------------------------------------------------------- */
/* about */

.about {
	text-align: left;
	background-color: #f0f0f0;
	color: #333;
}

.about__img {
	margin: 0 auto 40px;
	width: 100%;
	max-width: 320px;
}

.about__img img {
	display: block;
	width: 100%;
}

.about__ttl {
	
}

.about__body {
	
}

.about__body > * {
	margin-top: 0;
}

.about__body > *:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 768px) {
	.about__body {
		font-size: 1.8rem;
	}
}

@media all and (max-width: 320px) {
	.about .js-lwrap {
		display: inline;
	}
	.about .js-lwrap-g {
		display: inline;
	}
	.about .js-wrap-line {
		display: inline;
	}
	.about .js-wrap-line .word,
	.about .js-wrap-line .char {
		display: inline;
	}
}

/* --------------------------------------------------------- */
/* Message */

.message {
	background-color: #f0f0f0;
}

.message-inner {
	padding: 40px;
	box-sizing: border-box;
	background-color: #fff;
}

.message__ttl {
	
}

.message__body {
	
}

.message__body > * {
	margin-top: 0;
}

.message__body > *:last-child {
	margin-bottom: 0;
}



@media all and (min-width: 768px) {
	
	.message {
		
	}
	
	.message__txt-container {
		
	}
	
	.message-inner {
		padding: 40px 0;
	}
	
	.message__body {
		width: calc((((100% - (40px * 7)) / 8) * 6) + (40px * 5)); /* max:8col,7gap / col:6, gap:5 */
		margin: 0 auto 60px;
		font-size: 1.8rem;
	}
}

@media all and (min-width: 1280px) {
	
	.message {
		padding: 200px 0;
	}
	
	.message-inner {
		padding: 80px 0;
	}
	
}

@media all and (min-width: 1280px) {
	
}

@media all and (min-width: 1440px) {
	
}

/* --------------------------------------------------------- */
/* Grand menus */

.grand-menus {
	--color-bg: #f0f0f0;
	--color-base: #333;
	background-color: var(--color-bg);
	color: var(--color-base);
}


.menu__list {
	list-style: none;
	margin-bottom: 60px;
	padding: 0;
}

.menu__list::before,
.menu__list::after {
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 0;
	order: 2;
}

.menu__item {
	position: relative;
	margin: 0 auto 60px 0;
	width: calc(100% - 30px);
}

.menu__item:nth-child(even) {
	margin-left: auto;
	margin-right: 0;
}

.menu__item:last-child {
	margin-bottom: 0;
}

.menu__item__img {
	width: calc(100% + 30px);
	margin: 0 0 20px;
	transform: translateX(-30px);
	background-color: rgba(0,0,0,0);
	border-radius: 0 10px 10px 0;
}

.menu__item:nth-child(even) .menu__item__img {
	transform: translateX(0);
}

.menu__item__img img {
	display: block;
	width: 100%;
	border-radius: 0 10px 10px 0;
}

.menu__item:nth-child(even) .menu__item__img img {
	border-radius: 10px 0 0 10px;
}

.menu__item__img img {
	opacity: 0;
}
.menu__item__img.-show img {
	opacity: 1;
	will-change: opacity;
}

@media all and (min-width: 1280px) {
	.menu__item__img img {
		opacity: 1;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	}
	.menu__item__img.-show img {
		animation-name: showKvImg_H;
		animation-duration: 1.5s;
		animation-delay: 0.5s;
		animation-timing-function: cubic-bezier(.77,0,.18,1);
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
	}
}


.menu__item__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	opacity: 1 !important;
}

.menu__item__meta > * {
	margin: 0;
}

.menu__n-en {
	position: absolute;
	top: 0;
	left: 100%;
	right: auto;
	font-size: 1.05rem;
	line-height: 1.25;
	margin: auto;
	padding: 0 8px;
	writing-mode: rl-tb;
	writing-mode: vertical-lr;
	box-sizing: border-box;
	
	opacity: 0;
	transform: translateX(-1em);
}

.-show .menu__n-en {
	opacity: 1;
	transform: translateX(0);
	transition: 1s cubic-bezier(.17,.84,.44,1);
	transition-property: transform, opacity;
}

.menu__item:nth-child(even) .menu__n-en {
	right: 100%;
	left: auto;
}

.menu__n-ja {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 10px;
	font-feature-settings: "palt";
}

.menu__p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
}

.menu__item__body {
	opacity: 1;
	margin: 0;
	font-size: 1.2rem;
	font-weight: bold;
font-family:'Tiro Devanagari Hindi', 'Noto Serif JP', 'Yu Gothic', "游ゴシック", 'YuGothic', "游ゴシック体", 'Meiryo', sans-serif;
}


@media all and (min-width: 768px) {
	
	.menu__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.menu__item {
		width: calc(50% - 30px);
		margin: 0 0 80px;
	}
	
	.menu__list::before,
	.menu__list::after {
		width: calc(50% - 30px);
	}
	
	.menu__item:nth-child(even) {
		transform: translateY(80px);
		margin: 0 0 80px;
	}
	
	.menu__item__img {
		width: 100%;
		transform: translateX(0);
	}
	
	.menu__item img {
		border-radius: 15px;
	}
	
	.menu__item:nth-child(even) .menu__item__img,
	.menu__item:nth-child(even) .menu__item__img img {
		border-radius: 15px;
	}
	
	.menu__n-en {
		padding: 0 0 0 20px;
	}
	
	.menu__item:nth-child(even) .menu__n-en {
		right: auto;
		left: 100%;
	}
	.menu__item:nth-child(even) .menu__item__img {
		transform: translateX(0);
	}
}

@media all and (min-width: 1280px) {
	
	.menu__item {
		width: calc(33.333% - 60px);
	}
	
	.menu__list::before,
	.menu__list::after {
		width: calc(33.333% - 60px);
	}
	
	.menu__item:nth-child(n + 1) {
		transform: translateY(40px);
	}
	
	.menu__item:nth-child(3n) {
		transform: translateY(80px);
	}
	
	.menu__item:nth-child(3n+1) {
		transform: translateY(0);
	}
	
	.menu__item {
		margin-bottom: 100px;
	}
	
	.menu__item__img {
		margin-bottom: 30px;
	}
	
	.menu__item__meta {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.menu__n-en {
		
	}
	
	.menu__n-ja {
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	
	.menu__p {
		font-size: 1.5rem;
	}
	
	.menu__item__body {
		font-size: 1.3rem;
	}
}

.center {
	text-align: center;
	margin: 0 auto;
}


.dl_menus {
	text-align: center;
	margin: 0 auto;
}

.dl_menus__ttl {
	text-align: center;
	margin: 0 auto;
	font-size: 2.0rem;
}

.dl_menus__list {
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	
}

.dl_menus__list__item {
	margin-bottom: 20px;
	text-align: center;	
}

.dl_menus__list__item:last-child {
	margin-bottom: 0;
}

.dl_menus__list__item a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.8;
}

.dl_menus__list__item .label {
	display: block;
	font-weight: bolder;
}

.dl_menus__list__item .time {
	display: block;
	font-size: 1.3rem;
	white-space: normal;
}

@media all and (min-width: 768px) {
	
	.dl_menus__list {
	text-align: center;
	margin: 0 auto;
		justify-content: space-between;
	}
	
	.dl_menus__list__item {
	text-align: center;
	margin: 0 auto;
		width: 50%
	}
	
	.dl_menus__list__item .label {
		font-size: 2.0rem;
	}
}

/* --------------------------------------------------------- */
/* Information */

.information {
	background-color: #f0f0f0;
	color: #333;
}


.information__body {
	position: relative;
}

.information__body::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 80%;
	height: 95%;
	margin: auto;
	background-color:#efefef;
	z-index: 0;
	border-radius: 10px;
}

.information__map {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.information__map .map-fig {
	max-width: 520px;
	margin: 0 auto;
}

.information__map .map-fig img {
	display: block;
	width: 100%;
}

.information__map .map-fig__btn {
	text-align: center;
	font-size: 1.3rem;
}


@media all and (min-width: 1280px) {
	
	.information__body {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.information__body::before {
		width: 66.666%;
		height: 66.666%;
	}
	
	.information__body > * {
		width: calc(50% - 40px);
		max-width: 100%;
		max-width: initial;
		width: calc((((100% - (40px * 9)) / 10) * 4) + (40px * 3)); /* max:10col,9gap / col:4, gap:3 */
	}
	
	.information__map {
		position: relative;
		margin-left: calc((((100% - (40px * 9)) / 10) * 1) + (40px * 1)); /* max:10col,9gap / col:1, gap:1 */
		margin-bottom: 0;
		order: 1;
	}
}


/* ---------------- */

.information__info {
	position: relative;
	z-index: 1;
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
font-family:'Tiro Devanagari Hindi', 'Noto Serif JP', 'Yu Gothic', "游ゴシック", 'YuGothic', "游ゴシック体", 'Meiryo', sans-serif;
}

.information__info > *:first-child {
	margin-top: 0;
}
.information__info > *:last-child {
	margin-bottom: 0;
}

.information__logo {
	
}

.information__logo i {
	width: 100%;
	max-width: 180px;
}

.information__logo svg {
	display: block;
	width: 100%;
	height: auto;
}

.information__access {
	list-style: none;
	padding: 0;
	font-size: 1.2rem;
}

@media all and (min-width: 1280px) {
	.information__info {
		margin: 0 0 0 auto;
		text-align: left;
		order: 2;
	}
	
	.information__logo {
		max-width: 180px;
		margin-left: -10px;
	}
}

/* ---------------- */


.information__apps {
	
}

.information__apps::before {
	display: none;
}

.information__app-banner {
	list-style: none;
	padding: 0;
}

.information__app-banner__item {
	margin-bottom: 20px;
}

.information__app-banner__item:last-child {
	margin-bottom: 0;
}

.information__app-banner__item a {
	display: block;
	width: 100%;
	max-width: 180px;
	margin: auto;
}

.information__app-banner__item img {
	display: block;
	width: 100%;
}

@media all and (min-width: 768px) {
	
	.information__apps {
		width: 100%;
	}
	
	.information__apps .information__info {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		max-width: 66.666%;
	}
	
	.information__app-banner {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	
	.information__app-banner__item {
		width: 33.333%;
		margin-right: 20px;
		margin-bottom: 0;
	}
	
	.information__app-banner__item:last-child {
		margin-right: 0;
	}
	.information__app-banner__item a {
		max-width: 300px;
	}
}


@media all and (min-width: 1280px) {
	
}


/* ////////////////////////////////////////////////////////////////////////////////

	Ticket

//////////////////////////////////////////////////////////////////////////////// */

#ticket .ticketBody {
	padding-bottom: 80px;
	border-bottom: #fff solid 1px;
	margin-bottom: 80px;
}
#ticket .ticketBody:last-child {
	padding-bottom: 40px;
	border-bottom: none;
	margin-bottom: 0;
}
#ticket .ticketBody h4 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
}
#ticket .ticketBody h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ticketLead {
	margin-bottom: 40px;
}
.ticketLead p {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
.ticketLead .note {
	font-size: 14px;
	font-weight: 400;
}


.plutinumBenefits {
	background-color: rgba(49,182,177,0.40);
	border: #2bc2c0 solid 3px;
	padding: 30px 40px;
	display: flex;
	flex-wrap: wrap;
	backdrop-filter: blur(8px);
	border-radius: 8px;
	margin-bottom: 60px;
}
.plutinumBenefits li {
	width: calc(100% / 3);
	font-size: 18px;
	font-weight: 500;
}
.plutinumBenefits li:nth-child(n+4) {
	margin-top: 10px;
}

.plutinumBenefits .noteBtn {
	margin-top: 35px;
    width: 100%;
}

.noteBtn a {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border: #fff solid 1px;
	border-radius: 8px;
	padding: 20px;
}

.benefits {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.benefits li {
	width: 30%;
	text-align: center;
	background-color: rgba(49,182,177,0.40);
	border: #2bc2c0 solid 3px;
	padding: 30px 15px;
	backdrop-filter: blur(8px);
	border-radius: 8px;
	box-sizing: border-box;
	margin-right: 5%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.benefits li:nth-child(3n) {
	margin-right: 0;
}

.benefits li p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}
.benefits li .num {
	margin-top: 15px;
	font-size: 30px;
}
.benefits li p span {
	font-size: 0.75em;
	font-weight: 400;
}



.ticketPrice {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 60px;
}
.ticketPrice table {
	width: 100%;
	border-collapse: collapse;
	background-color: #efefef;
	border: none;
}
.ticketPrice table th,
.ticketPrice table td {
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
	color: #000;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
.ticketPrice table thead th {
	background-color: #333;
	color: #fff;
	font-weight: 500;
}
.ticketPrice table th:last-child,
.ticketPrice table td:last-child {
	border-right: none;
}
.ticketPrice table tbody tr:last-of-type th,
.ticketPrice table tbody tr:last-of-type td {
	border-bottom: none;
}

.ticketPrice table th span,
.ticketPrice table td span {
	font-size: 14px;
	font-weight: 400;
}
.ticketPrice table span.txtS {
	font-size: 10px;
}

.ticketPrice table td .tag01,
.ticketPrice table td .tag02,
.ticketPrice table td .tag03,
.ticketPrice table td .tag04 {
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	color: #fff;
	font-size: 13px;
	max-width: 160px;
	margin: 10px auto 0;
	text-decoration: none;
}
.ticketPrice table td .tag01 { background-color: #29a98c;}
.ticketPrice table td .tag02 { background-color: #e93793;}
.ticketPrice table td .tag03 { background-color: #333333;}
.ticketPrice table td .tag04 { background-color: #dddddd; color: #333333;}

#admissionTicket .ticketPrice table td .note {
	font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
	margin-bottom: 0;
    font-weight: normal;
    letter-spacing: 0.04em;
    color: #cc0000;
}

.ticketSchedule {
	border-radius: 8px;
	overflow: hidden;
}
.ticketSchedule table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	border: none;
}
.ticketSchedule table th,
.ticketSchedule table td {
	border-right: #eee solid 1px;
	border-bottom: #eee solid 1px;
	color: #000;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	font-size: 16px;
	line-height: 1.6;
}
.ticketSchedule table tbody tr:last-of-type th,
.ticketSchedule table tbody tr:last-of-type td {
	border-bottom: none;
}
.ticketSchedule table td:last-child {
	border-right: none;
}
.ticketSchedule table th {
	background-color: #31b6b1;
	color: #fff;
	font-weight: 500;
}
.ticketSchedule table thead th,
.ticketSchedule table thead td {
	font-weight: 500;
}


.tickeMo {
	background-color: #fff;
	padding: 60px;
}
.tickeMo li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: #ccc solid 1px;
    color: #000;
}
.tickeMo li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.tickeMo li .tikeLogo {
    width: 38%;
    line-height: 0;
    border: #ccc solid 1px;
}
.tickeMo li .tikeTxt {
    width: 55%;
}
.tickeMo li .tikeTxt p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.tickeMo li .tikeTxt .ticketKind {
    margin-bottom: 30px;
}
.tickeMo li .tikeTxt .ticketKind li {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.tickeMo li .tikeTxt .buyBtn {
    display: block;
    background-color: #000;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
}


.ticketNav {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}
.ticketNav li {
	width: 24%;
	margin: 0 .5%;
}
.ticketNav li a {
	display: block;
	background-color: rgba(230,180,155,0.1);
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	border-radius: 6px;
	border: #fff solid 2px;
}

.benefitAcc {
	border: #fff solid 2px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 10px;
}
.benefitAcc dt {
	display: block;
	padding: 30px;
	position: relative;
	cursor: pointer;
}
.benefitAcc dt .opBtn {
	position: absolute;
	top: 50%;
	right: 30px;
	background-color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: block;
	transform: translateY(-50%);
}
.benefitAcc dt .opBtn::before,
.benefitAcc dt .opBtn::after {
	content: "";
	display: block;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center center;
	transform: translate(-50%, -50%);
	transition: all .3s ease-out;
}
.benefitAcc dt .opBtn::before { width: 20px; height: 2px;}
.benefitAcc dt .opBtn::after { width: 2px; height: 20px;}
.benefitAcc dt.on .opBtn::after {
	transform:  translate(-50%, -50%) rotate(90deg);
}
#ticket .ticketBody .benefitAcc dt h4 {
	margin-bottom: 15px;
    line-height: 1.2;
}
.benefitAcc dt p {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.benefitAcc dd {
	padding: 30px 40px;
	display: none;
}

.ticketOther {
	background-color: #fff;
	padding: 0;
	border-radius: 8px;
    overflow: hidden;
	color: #000;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.ticketNotesList + .ticketOther {
	margin-top: 60px;
}

.ticketOther .txtArea {
	width: 75%;
	padding: 30px;
	box-sizing: border-box;
	border-right: #ccc solid 1px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ticketOther .txtArea:nth-child(n + 3),
.ticketOther .buyArea:nth-child(n + 3) {
	border-top: #ccc solid 1px;
}
.ticketOther .txtArea h6 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ticketOther .txtArea p {
	font-size: 16px;
}
.ticketOther .buyArea {
	width: 25%;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ticketOther .buyArea p {
	font-size: 26px;
	font-weight: bold;
}
.ticketOther .buyArea a + p {
	margin-top: 20px;
}
.ticketOther .buyArea p span {
	font-size: 0.54em;
	font-weight: normal;
    display: inline-block;
}
.ticketOther .buyArea p strong {
	font-weight: bold;
}

.ticketOther .buyArea .buyBtn {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color: #e93793;
	display: block;
	padding: 8px;
	border-radius: 6px;
	margin-top: 15px;
}
.ticketOther .buyArea .buyBtn:first-child {
	margin-top: 0;
}
.ticketOther .buyArea .accessMapBtn {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	background-color: #fff;
	border: #000 solid 2px;
	display: block;
	padding: 8px;
	border-radius: 6px;
	margin-top: 15px;
}

.ticketNotesList {
	padding-left: 20px;
}
.ticketNotesList li {
	list-style: disc;
}

#ticketSideNav {
	position: fixed;
	left: 0;
    top: 50vh;
    transform: translate(-100%, -50%);
	background-color: #000;
	border-radius: 0;
	text-align: center;
	z-index: 2;
	transition: all .2s ease-out;
}
#ticketSideNav.on {
	transform: translate(0, -50%);
}
#ticketSideNav h4 {
	text-align: center;
	padding: 10px 50px 10px 20px;
	border-bottom: #777 solid 1px;
	font-size: 16px;
	font-weight: normal;
    border-radius: 8px 8px 0 0;
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;
    background-color: #000;
    transform-origin: left bottom;
    transform: translate(0, -100%) rotate(90deg);
	cursor: pointer;
}
#ticketSideNav h4::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 60%;
    right: 20px;
	transition: all .3s ease-out;
}
#ticketSideNav.on h4::after {
    top: 45%;
    transform: translateY(-50%) rotate(135deg);
}

#ticketSideNav ul {
	padding: 10px 20px;
    min-height: 188px;
}
#ticketSideNav ul li {
	border-bottom: #777 solid 1px;
}
#ticketSideNav ul li:last-child {
	border-bottom: none;
}
#ticketSideNav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding:  10px 0;
}


.ticketMap {
	display: flex;
	justify-content: space-between;
}
.ticketMap .map {
	width: 40%;
	line-height: 0;
}
.ticketMap .mapNotes {
    width: 55%;
}


@media screen and (max-width: 820px) {
	
	#ticket .ticketBody {
		padding-bottom: min(12vw, 80px);
		margin-bottom: min(12vw, 80px);
	}
	#ticket .ticketBody h4 {
		font-size: min(4.6vw, 26px);
		margin-bottom: min(8vw, 40px);
	}
	#ticket .ticketBody h5 {
		font-size: min(4.2vw, 20px);
		margin-bottom: min(4vw, 20px);
	}
	
	.ticketLead {
		margin-bottom: min(10vw, 40px);
	}
	.ticketLead p {
		font-size: min(3.8vw, 20px);
		margin-bottom: min(4vw, 20px);
	}
	.ticketLead .note {
		font-size: min(3vw, 14px);
	}


	.plutinumBenefits {
		border: #2bc2c0 solid 2px;
		padding: min(4vw, 20px) min(5vw, 40px);
		margin-bottom: min(10vw, 60px);
	}
	.plutinumBenefits li {
		width: 100%;
		font-size: min(3.8vw, 18px);
	}
	.plutinumBenefits li:nth-child(n+4) {
		margin-top: 0;
	}

	.plutinumBenefits .noteBtn {
		margin-top: min(6vw, 35px);
	}

	.noteBtn a {
		font-size: min(3.4vw, 16px);
		padding: min(4vw, 20px);
		width: 70%;
		margin: 0 auto;
	}

	.benefits {
		margin-bottom: min(10vw, 40px);
	}
	.benefits li {
		width:  100%;
		border: #2bc2c0 solid 2px;
		padding: min(4vw, 30px) min(5vw, 15px);
		margin-right: 0;
		margin-bottom: min(4vw, 30px);
	}

	.benefits li p {
		font-size: min(3.8vw, 18px);
	}
	.benefits li .num {
		margin-top: min(2vw, 15px);
		font-size: min(6.2vw, 30px);
	}

	.ticketPrice {
		margin-bottom: min(12vw, 60px);
	}
	.ticketPrice table thead {
		display: none;
	}
	.ticketPrice table th,
	.ticketPrice table td {
		display: block;
		width: 100%;
		padding: min(4vw, 15px);
		font-size: min(3.8vw, 16px);
		box-sizing: border-box;
		border-right: none;
	}
	.ticketPrice table th {
    	background-color: #333;
		color: #fff;
	}
	.ticketPrice table td[data-title]::before {
		content: attr(data-title) "";
		display: block;
	}
	
	.ticketPrice table tbody tr:last-of-type th,
	.ticketPrice table tbody tr:last-of-type td {
    	border-bottom: #fff solid 1px;
	}

	.ticketPrice table th span,
	.ticketPrice table td span {
		font-size: min(3.2vw, 14px);
	}
	.ticketPrice table th span.txtS {
		font-size: min(2.8vw, 10px);
	}

	.ticketPrice table td .tag01,
	.ticketPrice table td .tag02,
	.ticketPrice table td .tag03,
	.ticketPrice table td .tag04 {
		padding: min(3vw, 10px);
		font-size: min(3.2vw, 14px);
		margin: min(4vw, 15px) auto 0;
	}

	
	#admissionTicket .ticketPrice table td .note {
		font-size: min(3vw, 12px);
    	margin-top: min(2vw, 5px);
		margin-bottom: 0;
	}
	
	
	.ticketSchedule table thead {
		display: none;
	}
	.ticketSchedule table th,
	.ticketSchedule table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: min(4vw, 15px);
		font-size: min(3.8vw, 16px);
		border-right: none;
	}
	.ticketSchedule table tbody tr:last-of-type th,
	.ticketSchedule table tbody tr:last-of-type td {
    	border-bottom: #eee solid 1px;
	}
	
	.ticketSchedule table td[data-title]::before {
		content: attr(data-title) "";
		display: block;
		font-size: min(3.2vw, 16px);
		color: #666;
		margin-bottom: min(3vw, 10px);
	}
	
	
	.tickeMo {
		padding: 6vw;
	}
	.tickeMo li {
		padding-bottom: 6vw;
		margin-bottom: 6vw;
	}
	.tickeMo li .tikeLogo {
		width: 33%;
	}
	.tickeMo li .tikeTxt {
		width: 60%;
	}
	.tickeMo li .tikeTxt p {
		font-size: 3.2vw;
		margin-bottom: 3vw;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.tickeMo li .tikeTxt .ticketKind li {
		margin-bottom: 2vw;
		font-size: 3.6vw;
	}
	.tickeMo li .tikeTxt .buyBtn {
		padding: 4vw;
		font-size: 3vw;
	}
	
	
	/*.ticketNavWrap {
		overflow: auto;
    	width: calc(100% + 6vw);
		padding-bottom: 4vw;
    	padding-right: 6vw;
	}
	.ticketNav {
		margin-top: min(14vw, 80px);
    	width: 170vw;
	}*/
	.ticketNavWrap {
		overflow: auto;
    	width: 100%;
		padding-bottom: 4vw;
    	padding-right: 0;
	}
	.ticketNav {
		margin-top: min(14vw, 80px);
    	width: 100%;
    	flex-wrap: wrap;
	}
	.ticketNav li {
		width: 48%;
		margin: 0 1% min(3vw, 20px);
    	line-height: 1.4;
	}
	
	.ticketNav li a {
    	font-size: min(3vw, 14px);
    	padding: min(2vw, 15px);
		height: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.benefitAcc dt {
		padding: min(6vw, 30px) min(8vw, 40px);
	}
	.benefitAcc dt .opBtn {
		top: 50%;
		right: 0;
		width: min(8vw, 50px);
		height: min(8vw, 50px);
    	transform: translate(50%, -50%);
	}
	.benefitAcc dt .opBtn::before { width: 50%;}
	.benefitAcc dt .opBtn::after { height: 50%;}
	#ticket .ticketBody .benefitAcc dt h4 {
		margin-bottom: min(4.6vw, 26px);
	}
	.benefitAcc dt p {
		font-size: min(3.4vw, 18px);
	}
	
	.benefitAcc dd {
		padding: min(6vw, 30px);
	}
	
	.ticketOther {
		margin-bottom: min(8vw, 40px);
		display: block;
	}
	.ticketOther:last-child {
		margin-bottom: 0;
	}
	.ticketOther .txtArea {
		width: 100%;
		padding: min(6vw, 30px) min(6vw, 30px) 0;
		border-right: none;
	}
	.ticketOther .buyArea {
		width: 100%;
		padding: min(6vw, 30px);
	}
	.ticketOther .txtArea h6 {
		font-size: min(3.8vw, 18px);
		margin-bottom: min(2vw, 15px);
	}
	.ticketOther .txtArea p {
		font-size: min(3.4vw, 16px);
	}
	.ticketOther .buyArea p {
		font-size: min(6.2vw, 26px);
	}
	.ticketOther .buyArea a + p {
		margin-top: min(3vw, 20px);
	}
	.ticketOther .buyArea .buyBtn,
	.ticketOther .buyArea .accessMapBtn {
		font-size: min(3.6vw, 16px);
		padding: min(3vw, 8px);
		margin-top: min(2vw, 15px);
	}
	
	.ticketNotesList li {
		font-size: min(3.2vw, 14px);
	}
	
	#ticketSideNav {
		transform: translate(-100%, -50%);
		border-radius: 0;
	}
	#ticketSideNav h4 {
		padding: min(2vw, 10px) min(12vw, 60px) min(2vw, 10px) min(6vw, 20px);
		font-size: min(3.6vw, 16px);
		border-radius: 8px 8px 0 0;
		position: absolute;
		top: 0;
		left: 100%;
		white-space: nowrap;
		background-color: #000;
		transform-origin: left bottom;
		transform: translate(0, -100%) rotate(90deg);
	}
	#ticketSideNav h4::after {
		content: "";
		display: block;
		width: min(3vw, 12px);
		height: min(3vw, 12px);
		border-top: #fff solid 1px;
		border-right: #fff solid 1px;
		transform: translateY(-50%) rotate(-45deg);
		position: absolute;
		top: 60%;
    	right: min(5vw, 20px);
	}
	#ticketSideNav ul {
		padding: min(2vw, 10px) min(4vw, 20px);
	}
	#ticketSideNav ul li a {
		font-size: min(3.2vw, 14px);
		padding: min(2.5vw, 10px) 0;
	}
	

	.ticketMap {
		display: block;
	}
	.ticketMap .map {
		width: 100%;
		margin-bottom: min(8vw, 40px);
	}
	.ticketMap .mapNotes {
		width: 100%;
	}
}
