@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&display=swap');

body {

}

section:nth-of-type(odd){
  background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)),url("../images/bg_seigaiha.png") center top / 100% repeat-y;
}
section:nth-of-type(even){background-color:#FFF;}


@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
 width: 100%;
 font-family: "LINE Seed JP", sans-serif;
 font-weight: 400;
 font-size: 16px;
 color: #000;
 overflow-x: hidden;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}

.textLeft {
	text-align: left;
    line-height: 1.4;
}

.textCenter {
	text-align: center;
    line-height: 1.4;
}

.textRight {
	text-align: right;
    line-height: 1.4;
}

.red {
	color: #ff0000;
}

.large {
	font-size: 120%;
}

.small {
	font-size: 80%;
}

.ouro {
	color: #fff;
    background: #ff6699;
    padding: .1em .2em;
    margin-right: .3em;
}

.fukuro {
	color: #fff;
    background: #3399ff;
    padding: .1em .2em;
    margin-right: .3em;
}

.destination {
    background: #ffff00;
    padding: .1em .2em;
    margin-right: .3em;
}

.mt05em {
    margin-top: .5em;
}

.mt1em {
    margin-top: 1em;
}

.mt2em {
    margin-top: 2em;
}

.mb2em {
    margin-bottom: 2em;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

ruby {
  ruby-position: over;
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#dirPathBlock,#anchorLinkBlock { background: #FFF;}
#dirPathBlock p,#anchorLinkBlock a,h1{
	font-size: 10px;
	padding: 0 5px 5px 5px;
}

#container{
  position: relative;
  width: 100%;
}

.inner {
	width: 98%;
	margin: 0 auto;
	padding: 5% 1%;
}

/*title*/
.title {
	width: 100%;
	text-align: center;
}

.title img {
    width: 100%;
}

/*メッセージ*/
.message {
    width: 90%;
    margin: 3% auto 0;
    padding: 1em;
    background: #FFF;
    border: solid 2px #FF0000;
    text-align: center;
    line-height: 1.4;
}

.box01 {
    padding: 1em;
    margin: .5em auto;
    width: 96%;
    /*background: #FFF;
    border: dashed 2px #ff357f;*/
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #09aaee;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 26px;
    background-color: #09aaee;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 14px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 14px;
}

.box01 p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.marker {
    background-image: linear-gradient(0deg, transparent 0.3em, #ffff33 0.3em, #ffff33 0.8em, transparent 0.8em);
    padding: 0.2em; /* テキストの周りにスペースを追加 */
    border-radius: 4px; /* 角を丸くする */
}

/*見出し*/
h2 {
  padding: .5em;
  margin-bottom: .3em;
  border:5px double #000099;
  background: #FFF;
  font-size: 18px;
  font-weight: bold;
  color: #000099;
  text-align: center;
  line-height: 1.4;
}

h2 span {
  background: #000099;
  color: #FFF;
  border-radius: 9999px;
  padding: .1em .3em .2em;
  margin-right: .3em
}

h2 img {
  width: 10%;
  vertical-align: middle;
  margin-right: .5em;
}

h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 2em;
  color: #161B62;
  text-align: center;
}

h3::before,
h3::after {
  content: '';
  height: 2px;
  background-color: #161B62;
  width: 20px; /* ここで長さを決める */
}

h3::before {
  right: 50%;   /* 中央を基準に左側へ */
  margin-right: calc(0.3em + 2px); /* 中央テキストとの隙間（調整用） */
}

h3::after {
  left: 50%;    /* 中央を基準に右側へ */
  margin-left: calc(0.3em + 2px); /* 中央テキストとの隙間（調整用） */
}

h4 {
  padding: .5em;
  background: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}

/*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
    
    /*navigation*/
.topNavi { width: 98%; margin: 0 auto .5em; text-align: center; }

.topNavi ul { display: flex; flex-direction: row; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; }

.topNavi ul li { margin: .5em auto 0; width: 98%; /* 必要に応じて調整 */ }

.topNavi ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 9999px;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  font-size: 14px;
  position: relative;
}

.topNavi ul li a:hover { background-position: 99% 50%; }

.topNavi ul li span {
  background: #FFF;
  color: #ff357f;
  border-radius: 9999px;
  padding: 0 .3em;
  margin-right: .3em
}

/* 矢印を a の疑似要素で生成 */
.topNavi ul li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/*ポイント*/
.pointBox {
    position: relative;
    margin: 2em auto 0;
    padding: 1.5em 1.5em 1em 1.5em;
    border: 2px solid #ff6699;
    background: #FFF;
    width: 96%;
}

.pointBox > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #ff6699;
    color: #fff;
}

.pointBox > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff6699;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.pointBox p {
    margin: 0;
}

/*南内町演舞場のご案内*/

.main-row {
  padding: 15px 10px 0;
}

.photoMain {
	flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}
.photoMain img {
	width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.photoMain p {
    margin-top: .3em;
    text-align: right;
    font-size: 12px;
}
.detailMain {
	flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    text-align: left;
    line-height: 1.5;
    margin-top: .5em;
}

/*行程表*/
.schedule {
	width: 100%;
	text-align: center;
}

.schedule img {
    width: 100%;
    margin-top: .5em;
}

/*施設紹介*/
.photo {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.photo p {
    margin-top: .3em;
    text-align: right;
    font-size: 12px;
}

/* detail を下にして幅100%にする */
.detail {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    text-align: left;
    line-height: 1.5;
}

/*料金*/
.priceList2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.priceList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
  text-align: center;
}

.price {
	font-size: 30px;
    font-weight: bold;
    color: #F00;
}

.price .small {
	font-size: 16px;
}

/*アコーディオン*/
	.accordion {
		max-width: 100%;
		margin-top: .4em;
	}
	.accordion summary {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: .8em 1em;
		color: #FFF;
		cursor: pointer;
		background-color: #036eb8;
		border-radius: 5px;
	}
	.accordion summary::-webkit-details-marker {
		display: none;
	}
	.accordion summary::after {
		transform: translateY(-25%) rotate(45deg);
		width: 10px;
		height: 10px;
		margin-left: 1em;
		border-bottom: 3px solid #FFF;
		border-right: 3px solid #FFF;
		content: '';
		transition: transform .3s;
	}
	.accordion[open] summary::after {
		transform: rotate(225deg);
	}
	.accordion .timetable {
		transform: translateY(-10px);
		opacity: 0;
		margin: 0;
		transition: transform .5s, opacity .5s;
	}
	.accordion[open] .timetable {
		transform: none;
		opacity: 1;
	}

/*時刻表*/
.timetable {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
        position: relative; /*↓の.scroll用*/
        padding: 1em 0;
}

.timetable .scroll01,
.timetable .scroll02 {
  position: absolute;
  left: 0;
  right: 0;
  width: 260px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.7);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  line-height: 1.4;
}

.timetable .scroll01 {
  top: 60px;
  padding: 8em 2em;
}

.timetable .scroll02 {
  top: 30px;
  padding: .5em 2em;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
        border: 1px solid #ccc;
}

th, td {
		vertical-align: middle;
		padding: .6em;
		text-align: center;
		white-space: nowrap;
}

th {
		background: #E9E9E9;
}

tr:nth-of-type(odd) {
		background: #FCF9DF;
}

tr:nth-of-type(even) {
		background: #FFFFFF;
}

.sticky {
		position: sticky;
		top: 0;
		left: 0;
		background: none;
  border-top: none;
  border-bottom: none;
}
.sticky::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
        border-left: 1px solid #ccc;
		z-index: -1;
}

tr:nth-of-type(odd) .sticky {
		background: #FCF9DF;
}

tr:nth-of-type(even) .sticky {
		background: #FFFFFF;
}


    

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 5% 0 2%;
  }
  
.subttl span {
  background: #000;
  color: #FFF;
  border-radius: 9999px;
  padding: .1em .3em .2em;
  margin-right: .1em
}

ul.guideList {
	line-height: 1.4;
	margin-top: 2%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li.no1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.no1:before {
	content: '①';
}

ul.guideList li.no2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.no2:before {
	content: '②';
}

ul.guideList li.no3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.no3:before {
	content: '③';
}

ul.guideList li span {
	color: #F00;
}

/*list横並び*/
.itemList2 > div,
.itemList3 > div,
.itemList4 > div,
.itemList2Show > div {
    width: 100%;
    padding: 8px 10px;
    display: flex;            /* 画像とテキストを縦並びにするために flex-direction を column にする */
    flex-direction: column;
    gap: 8px;                 /* 要素間の間隔 */
    box-sizing: border-box;
  }
  
  .itemList2Show {
  margin-top: 1em;
}
  
  .itemList2Show > div img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

.itemList2Show > div .caption {
  font-size: 12px;
}

/*ボタン*/
.Btn a {
    background: #EE100C;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.Btn a:hover {
    background: #F42C29;
    color: #FFF;
}
.Btn_blue a {
    background: #1b1c59;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.Btn_blue a:hover {
    background: #282A85;
    color: #FFF;
}
.Btn_gray {
    background: #333;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.Btn a:after,
.Btn_blue a:after,
.Btn_gray:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.Btn a:hover:after,
.Btn_blue a:hover:after,
.Btn_gray:hover:after {
    border-color: #FFF;
}
.wSmall {
    width: 96%;
    margin: 1em auto 0
}


/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}

}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
.pcnone{
	display:none;
}

#dirPathBlock,
#anchorLinkBlock,
h1{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
    padding-bottom: 5px;
	font-size: 12px;
}

#container{
  position: relative;
  z-index:1;
}

.inner {
	width: 1080px;
	margin: 0 auto;
	padding: 3em 0;
}

/*title*/
.title {
	width: 100%;
	text-align: center;
}

.title img {
    width: 100%;
    max-width: 1080px;
}

/*メッセージ*/
.message {
    padding: 1em;
    background: #FFF;
    border: solid 2px #FF0000;
    text-align: center;
    line-height: 1.4;
    width:  80%;
    margin: 20px auto 0;
}

.box01 {
    padding: 1em;
    margin: .5em auto;
    width: 1080px;
    /*background: #FFF;
    border: dashed 2px #ff357f;*/
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    color: #09aaee;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #09aaee;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.box01 p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.marker {
    background-image: linear-gradient(0deg, transparent 0.3em, #ffff33 0.3em, #ffff33 0.8em, transparent 0.8em);
    padding: 0.2em; /* テキストの周りにスペースを追加 */
    border-radius: 4px; /* 角を丸くする */
}

/*見出し*/
h2 {
  padding: 1em;
  margin-bottom: .3em;
  border:5px double #000099;
  background: #FFF;
  font-size: 24px;
  font-weight: bold;
  color: #000099;
  text-align: center;
  line-height: 1.4;
}

h2 span {
  background: #000099;
  color: #FFF;
  border-radius: 9999px;
  padding: .1em .3em .2em;
  margin-right: .3em
}

h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: .5em;
}

h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 2em;
  color: #161B62;
}

h3::before,
h3::after {
  content: '';
  height: 2px;
  background-color: #161B62;
  width: 120px; /* ここで長さを決める */
}

h3::before {
  margin-right: calc(0.5em + 4px); /* 中央テキストとの隙間（調整用） */
}

h3::after {
  margin-left: calc(0.5em + 4px); /* 中央テキストとの隙間（調整用） */
}

h4 {
  padding: .8em;
  background: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}

/*news*/
  #newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*navigation*/
.topNavi {
	width: 100%!important;
	text-align: center;
}

.topNavi ul {
	width: 1080px;
	margin: 0 auto 1em;
	padding-top: 1em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.topNavi ul li {
  margin: 0 auto .5em;
  width: 530px;
  padding: 0; /* パディングは a に移す */
  border-radius: 9999px;
  list-style: none;
}

.topNavi ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 9999px;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  font-size: 18px;
  position: relative;
  height: 70px;
}

.topNavi ul li a:hover {
  background-position: 99% 50%;
}
.topNavi ul li a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.topNavi ul li span {
  background: #FFF;
  color: #ff357f;
  border-radius: 9999px;
  padding: 0 .3em;
  margin-right: .3em
}

/*ポイント*/
.pointBox {
    position: relative;
    margin: 2em auto 0;
    padding: 1.5em 1.5em 1em 1.5em;
    border: 2px solid #ff6699;
    background: #FFF;
    width: 980px;
}

.pointBox > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #ff6699;
    color: #fff;
}

.pointBox > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff6699;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.pointBox p {
    margin: 0;
}

/*南内町演舞場のご案内*/
.photoMain, .detailMain {
  box-sizing: border-box; /* サイズ計算を安定させる */
}

.main-row {
  display: flex;
  flex-wrap: nowrap;        /* 必要に応じて wrap させるなら wrap に変更 */
  align-items: flex-start;  /* 縦方向の揃え（中央なら center）*/
  gap: 10px;                /* カラム間の余白（任意） */
  padding: 20px 10px 0;
}

.photoMain {
	flex: 0 0 500px;
    max-width: 500px;
    box-sizing: border-box;
    text-align: right;
}

.photoMain img {
	display: block; /* 行内スペースや下のズレを防ぐ */
    width: 100%;
    height: auto;
    border-radius: 4px; /* 任意 */
    margin-bottom: .3em;
}

.photoMain p { 
    margin-top: .3em;
    text-align: right;
    font-size: 12px;
}

.detailMain {
	flex: 1 1 0;
    min-width: 0; /* テキスト折返しのために必須 */
    text-align: left; /* 中央揃えが不要なら左揃えに */
    line-height: 1.4;
    box-sizing: border-box;
}

/*行程表*/
.schedule {
	width: 100%;
	text-align: center;
}

.schedule img {
    width: 980px;
    margin-top: .5em;
}

/*施設紹介*/
.photo {
	flex: 0 0 240px;
    max-width: 240px;
}
.photo img {
	display: block; /* 行内スペースや下のズレを防ぐ */
    width: 100%;
    height: auto;
    border-radius: 4px; /* 任意 */
}
.photo p { 
    margin-top: .3em;
    text-align: right;
    font-size: 12px;
}
.detail {
	flex: 1 1 0;
    min-width: 0; /* テキスト折返しのために必須 */
    text-align: left; /* 中央揃えが不要なら左揃えに */
    line-height: 1.4;
}

/*料金*/
.priceList2 {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.priceList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
  text-align: center;
}

.price {
	font-size: 50px;
    font-weight: bold;
    color: #F00;
}

.price .small {
	font-size: 30px;
}

/*アコーディオン*/
	.accordion {
		max-width: 980px;
		margin: .5em auto 0;
	}
	.accordion summary {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: .8em 1em;
		color: #FFF;
		cursor: pointer;
		background-color: #036eb8;
		border-radius: 5px;
	}
	.accordion summary::-webkit-details-marker {
		display: none;
	}
	.accordion summary::after {
		transform: translateY(-25%) rotate(45deg);
		width: 13px;
		height: 13px;
		margin-left: 1em;
		border-bottom: 3px solid #FFF;
		border-right: 3px solid #FFF;
		content: '';
		transition: transform .3s;
	}
	.accordion[open] summary::after {
		transform: rotate(225deg);
	}
	.accordion .timetable {
		transform: translateY(-10px);
		opacity: 0;
		margin: 0;
		transition: transform .5s, opacity .5s;
	}
	.accordion[open] .timetable {
		transform: none;
		opacity: 1;
	}

/*時刻表*/
.timetable {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
        padding: 1em 0;
}

.timetable .scroll01,
.timetable .scroll02 {
	display:none;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 980px;
        margin: 0 auto;
        border: 1px solid #ccc;
}

th, td {
		vertical-align: middle;
		padding: .8em;
		text-align: center;
		white-space: nowrap;
}

th {
		background: #E9E9E9 !important;
}

tbody tr:nth-of-type(odd) {
		background: #FCF9DF;
}

tbody tr:nth-of-type(even) {
		background: #FFFFFF;
}

.sticky {
		position: sticky;
		top: 0;
		left: 0;
		background: none;
		border-left: none;
		border-right: none;
}
.sticky::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 14px 0 6px;
}

.subttl span {
  background: #000;
  color: #FFF;
  border-radius: 9999px;
  padding: .1em .3em .2em;
  margin-right: .1em
}

ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li.no1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.no1:before {
	content: '①';
}

ul.guideList li.no2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.no2:before {
	content: '②';
}

ul.guideList li.no3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.no3:before {
	content: '③';
}

ul.guideList li span {
	color: #F00;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div {
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
  display: flex;           /* ← ここが必須 */
  align-items: flex-start; /* 上揃え。中央揃えなら center */
  gap: 10px;               /* 写真とテキストの間隔 */
}

.itemList3 > div {
  box-sizing: border-box;
  width: 33.33333%;
  padding: 10px;
  display: flex;           /* ← ここが必須 */
  align-items: flex-start; /* 上揃え。中央揃えなら center */
  gap: 10px;               /* 写真とテキストの間隔 */
}

.itemList4 > div {
  box-sizing: border-box;
  width: 25%;
  padding: 10px;
  display: flex;           /* ← ここが必須 */
  align-items: flex-start; /* 上揃え。中央揃えなら center */
  gap: 10px;     
}

.itemList2 > div .Btn,
.itemList4 > div .Btn {
  width: 100%;
}

.itemList2Show {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em;
}

.itemList2Show > div {
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  display: block;
  align-items: stretch; /* flex を使う場合 */
  gap: 10px;
}

.itemList2Show > div img {
  width: 100%;
  border-radius: 4px;
  display: block;
  margin-bottom: .3em;
}

.itemList2Show > div .caption {
  font-size: 12px;
}

/*ボタン*/
.Btn a {
    background: #EE100C;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.Btn a:hover {
    background: #F42C29;
    color: #FFF;
}
.Btn_blue a {
    background: #1b1c59;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.Btn_blue a:hover {
    background: #282A85;
    color: #FFF;
}
.Btn a:after,
.Btn_blue a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.Btn a:hover:after,
.Btn_blue a:hover:after {
    border-color: #FFF;
}
.wSmall {
    width: 80%;
    margin: 1em auto 0
}
.Btn_gray {
    background: #333;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.Btn_gray:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}

}