@charset "utf-8";
/* CSS Document */


.conA{
}

.conA .container{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D4E9F1;
	background:#fffacd;
}

.conA h1{
	position: relative;
	top:40px;
	font-size: 20px;
	text-align: center;
}

@media print, screen and (min-width: 768px){
	
.conA .container{
	height: 250px;
	padding-top: 60px;
}
	
	.conA h1{
		font-size: 30px;
		top:10px;
	}	
	
	
	
}


.post .container{
	max-width: 800px;
	padding-top: 50px;
	padding-bottom: 0;
}

iframe{
	width: 100%;
}

/*.post h2{
	color: #fff;
	background: #0a3b95;
	padding: 0.3em 0.5em;
	border-radius: 5px;
	margin-bottom: 0.5em;
	font-size: 18px;
}


.post h3{
	padding: 0.3em 0.3em 0.3em 0.8em;
	margin-bottom: 0;
	border-left: 4px solid #0a3b95;
	font-size: 16px;
}

.post h4{
	font-size: 16px;
}


iframe{
	width: 100%
}

.tenpo_box{
	width: 100%;
	display: flex;
	padding:20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #aeaeae;
	
}

.tenpo_box h2{
	font-size: 16px;
	font-weight: bold;
}

.tenpo_info{
	width: 80%;
	box-sizing: border-box;
}

.ticket_style{
	width: 20%;
	text-align: right;
	box-sizing: border-box;
}

.kyotsu{
	color: #fff;
	background: #e3516c;
	padding: 0.2em 0.5em;
	border-radius: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	font-size: 14px;
}

.senyo{
	color: #fff;
	background: #008cc5;
	padding: 0.2em 0.5em;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-size: 14px;
}

.post p.pr{
	font-size: 14px;
	margin-bottom: 0;
}

.fa-solid{
	margin-right: 5px;
	color: #0a3c95;
}

.shop-list{
	margin-bottom: 50px;
}

@media print, screen and (min-width: 768px){
	
	
.post h2{
	font-size: 26px;
}
	
.post h3{
	font-size: 22px;
}
	
.post h4{
	font-size: 18px;
}
	
		
	
	
.tenpo_box{
	padding:20px 1em;
}
	
.tenpo_box h2{
	font-size: 18px;
	font-weight: bold;
}	
	
.kyotsu{
	margin-bottom: 0px;
	display: inline-block;
}

	.senyo{
	display: inline-block;
}
	
	
}



.kensaku{
	padding:1em;
	max-width: 900px;
	margin: 0 auto;
	font-size: 16px;
}

.searchandfilter h4{
	margin: 0;
}

.searchandfilter ul{
	display: block;
}

.searchandfilter li{
	display: block;
	margin-bottom: 20px;
}

.searchandfilter li:nth-child(2), .searchandfilter li:nth-child(3){
	display: inline-block;
	width: 48%;
	float: left;
}

.searchandfilter li:nth-child(4){
	clear: both;
}

.searchandfilter li.cat-item-10{
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
	width: 30%;
}

.searchandfilter li.cat-item-11{
	display: inline-block;
	margin-bottom: 0;
	width: 30%;
}

.searchandfilter label{
	display: flex;
	align-items: center;
}

@media print, screen and (min-width: 768px){
	
	
.searchandfilter h4{
	font-size: 18px;
}
	
	
.searchandfilter li.cat-item-10{
	width: 20%;
}

.searchandfilter li.cat-item-11{
	width: 20%;
}	
	
	
	
}


input{
	height: 3em;
	padding: 0 1em;
	box-sizing: border-box;
}

select{
	height: 3em;
	padding: 0 1em;
	box-sizing: border-box;
}



.kensaku .searchandfilter input[type="submit"] {

    background-color: #008cc5; 
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 30px;
    border: none;
    border-radius: 8px; 
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s, transform 0.2s; 
    

    box-shadow: 0 4px 0 #0a3c95;
}


.kensaku .searchandfilter input[type="submit"]:hover {
    background-color: #008cc5;
    transform: translateY(2px); 
    box-shadow: 0 2px 0 #0a3c95;
}


@media print, screen and (min-width: 768px){
	
.kensaku .searchandfilter input[type="submit"] {
    width: 30%;
}	
	
	
	
}

*/





.conB{
	padding-top: 0px;
	padding-bottom: 10px;
}

.conB .container{
	padding:0 1em 1em;
	box-sizing: border-box;
}

.conB .text{
/*padding: 20px;*/
	box-sizing: border-box;
	/*text-align: center;*/
	background: #fff;
	margin-bottom: 10px;
	display: flex;
	border-radius: 10px;
}

.conB.kounyu .container{
	padding: 0;
	width: 100%;
}

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

@media print, screen and (min-width: 768px){
	
	.conB{
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
	.conB.kounyu .container{
	width: 90%;
}
	
	.conB .container{
		max-width: 1200px;
		margin: 0 auto;
		/*display: flex;
		justify-content: space-around;
		gap:10px;*/
		padding: 1em;
/*		display: flex;
		flex-wrap: wrap;*/
	}
	
	
	.conB.leaflet .container{
	display: flex;
	flex-wrap: wrap;
		justify-content: space-around;
}
	
	.conB.leaflet .text{
	width: 45%;
}	

	
	.conB .text{
		/*flex: 1;*/
		/*padding: 20px;*/
		
	}
	
}




.step-num{
	background: #008cc5;
	color: #fff;
	padding: 0.5em;
	font-weight: bold;
	
	/*margin-bottom: 20px;*/
	
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}


.text-in{
	padding: 1em;
	box-sizing: border-box;
}


.allow2{
	text-align: center;
}

.kikan{
	font-size: 16px;
	background:#fffacd;
	color:#0a3b95;
	padding: 0.3em 0.5em;
	margin-top: 0.5em;
}

@media print, screen and (min-width: 768px){
	
	.step-num{
		font-size: 30px;
		padding: 6px;
	}
	
.kikan{
	font-size: 18px;
}	
	
	
}


.konyu01, .konyu02 {
  list-style: none; /* デフォルトの点を消す */
  counter-reset: my-counter; /* カウンターを初期化 */
  padding-left: 0;
	border-top:1px dashed #008cc5;  /* 全体の一番上の線 */
  border-left: 1px dashed #008cc5; /* 全体の一番左の線 */
}


.konyu01 li, .konyu02 li {
  counter-increment: my-counter; /* 数字を1ずつ増やす */
  display: flex;
  align-items: center;
	padding: 0.5em;
	border-right:1px dashed #008cc5;
  border-bottom: 1px dashed #008cc5;
	box-sizing: border-box;
}





.konyu01 li::before{
  content: counter(my-counter); /* 数字を表示 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;   /* 四角の幅 */
  height: 24px;  /* 四角の高さ */
  /*border: 1px solid #333;  四角い枠線 */
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
	color: #fff;
	background: #008cc5;
	border:1px dashed #008cc5;
}



.konyu02 {
  counter-reset:my-counter 26;/* カウンターを初期化 */
	
}


.fuji{
	background: #C7EBF0;
	background: #ADD8E6;
}

.yume{
	background: #F7D3E1;
	background: #FFB6C1;
}

@media print, screen and (min-width: 768px){
	
.konyu01, .konyu02{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
}
	
.konyu01 li, .konyu02 li{
	width: 33.33%;
}
	
	.konyu02{
		border-top: none;
	}
	
	.konyu02 li{
		border-top:1px dashed #008cc5;
	}
	
	
}






/*

.conB.kounyu .text{
	padding: 0;
	border-radius: 10px;
	display: flex;
}


.conB.kounyu .text-in{
	padding: 1em;
	text-align: left;
}


@media print, screen and (min-width: 768px){
	
	
	.conB.kounyu{
		padding-top: 0px;
	}	

.conB.kounyu .container{

	max-width: 1300px;
}
	
	.conB.kounyu .text{
		
		font-size: 18px;
		display: block;
	}	
	

}

*/

.post h2{
	text-align: center;
	margin-bottom: 1em;
	font-size: 20px;
	color: #e94f06;
	color: #0a3b95;
	font-weight: 700;
	/*border-top: 3px solid*/
	
}

.post h2.heading {
  position: relative;
  text-align: center; /* 文字の中央寄せ */
	margin-bottom: 30px;
}
.post h2.heading::before {
  background-color: #0a3b95; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -12px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 0; /* 線の中央寄せ */
  margin-inline: auto; /* 線の中央寄せ */
  position: absolute;
  right: 0; /* 線の中央寄せ */
  width: 30px; /* 線の長さ */
}

.post h3{
	padding: 0.3em 0.3em 0.3em 0.8em;
	margin-bottom: 0.5em;
	border-left: 4px solid #0a3b95;
	font-size: 16px;
}

@media print, screen and (min-width: 768px){
	

	.post h2{
		font-size: 34px;
		margin-bottom: 2em;
	}
	
	
	
.post h2.heading{
	margin-bottom: 2em;
	
}	
		
	
.post h2.heading::before {
  bottom: -20px; /* 線の位置 */
	
}	
	
.post h3{
	font-size: 20px;
}		
	
	
}


a#mou{
         display: block;
         margin-top: -50px;
         padding-top: 50px;
}

@media print, screen and (min-width: 768px){
a#mou{
         display: block;
         margin-top: -120px;
         padding-top: 120px;
}
	}



.btn3{
	width: 90%;
	display: block;
	max-width: 860px;
	margin: 0 auto 20px;
	padding: 0.5em 1em;
	box-sizing: border-box;
	color: #111;
	text-decoration: none;
	border: 1px solid red;
	border-radius: 5px;
}
