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

/*----------------------------------
	index用のCSSです
----------------------------------*/

.seo{font-size:15px; line-height:1.3; margin-top:15px;}

.application  {/height:auto; padding:10px; background-color:#601986; overflow:hidden; margin:20px 0;}
.application dt {border-bottom:2px solid #FFFFFF; font-size:32px; color:#FFFFFF; line-height:1.2; font-weight:bold; /*background-color:#FF0000; width:560px; float:left;*/ text-align:center; padding:13px 0;}
.application dt span {font-size:15px; color:#FFFFFF; line-height:1.5; /*background-color:#601986;*/ font-weight:normal;}
/*.application dd { float:right;}*/
.application dd {font-size:32px; color:#FFFFFF; line-height:1.0; text-align:center; font-weight:bold; margin-top:10px; height:30px; margin-bottom:10px;}
.application dd span {font-size:30px; color:#ff0000; background-color:#fff000; padding:1px; margin-right:3px; line-height:0; height:30px;}

.btLink {
	margin:20px 0;
	width:100%;
	height:auto;
	display: flex;
	justify-content: space-between;
}
.btLink li { 
	/*width: calc(100% / 4 - 10px);*/
	width: 100%;
}

.campaign  {width:100%; height:auto; background-color:#fdfada; border:5px solid #1d2088; margin-bottom:30px;}
.campaign h2  {background-color:#1d2088; padding:7px 0px 12px; color:#FFFFFF; font-size:30px; text-align:center; line-height:1; }
.campaign h2 span  {background-color:#ffffff; padding:1px; color:#1d2088; font-size:25px; text-align:center; line-height:0; margin-left:5px; }
.Overview {clear:both; display:block; overflow:hidden; width: 100%; padding: 15px 15px 0 15px;}
.Overview dt:before {border-top:2px solid #1d2088; content: ""; left: 0; position: absolute; top: 50%; width: 100%;}
.Overview dt{text-align:center; margin-bottom:5px; position:relative;}
.Overview dt span{font-size:28px; line-height:1.5; color:#1d2088; font-weight:bold; background-color:#fdfada; position:relative; padding:0 10px;}
.Overview .detail{ font-size:26px; line-height:1.5; font-weight:bold;}
.Overview .detail ruby {font-size:26px; line-height:1.5;}
.Overview .detail ruby rt { font-size:30%;}
.Overview .detail span{ font-size:20px; line-height:1.5; font-weight:normal;}
.Overview .detail span.text01{ font-size:17px; line-height:1.5; font-weight:normal; display: inline-block;}
.hikingInfo{ font-size:22px; line-height:1.5; padding:10px; color:#FFFFFF; background-color:#1d2088; width: 50%;}
.naka_right{
	width: 50%;
}
.naka {height:auto; padding:0px 15px; clear:both; width: 100%;}
.Agenda dt { font-size:20px; color:#FFFFFF; background-color:#00a0e9; padding:5px; text-align:center;}
.Agenda dd,.start_end_bottom{font-size:20px; line-height:1.5; text-align:center; background-color:#dff2fc; 
	/* background-image:url("../images/kuma.png"); background-position: left bottom; background-repeat: no-repeat; */
	 padding:15px 0;}
.Agenda dd ruby {font-size:26px; line-height:1.5;}
.Agenda dd ruby rt { font-size:30%;}
.start_end .red,.Agenda dd .red{font-size:20px; line-height:1.5; text-align:center; color:#ff0000;}
.Agenda dd span{font-size:15px; line-height:1.5; text-align:center; display: inline-block;}
.Agenda dd .meal{font-size:17px; line-height:1; text-align:center; border:1px solid; padding:0px 3px;}
.right{float:right;}
.belongings{margin:15px; padding-top: 20px; border-top: 2px solid #1d2088;
    display: flex;
    gap: 20px;
}
.hadano dt { font-size:20px; color:#FFFFFF; background-color:#00a95f; padding:5px; text-align:center;}

.participant {width:100%; height:auto; padding:0px 20px; margin-bottom:20px;}
.participant dt{ font-size:13px; font-weight:bold; text-align:center; color:#FFFFFF; background-color:#000000; margin-top:15px; padding:5px;}
.participant dd{ font-size:13px; line-height:1.5; background-color:#ffffff; padding:10px;letter-spacing: 0.04em;}
.participant dd span{ font-size:13px; line-height:1.5; background-color:#ffffff; color:#FF0000;}

.caution{ font-size:13px; line-height:1.5; margin-top:10px;}

.inquiry {width:100%; height: auto; background-color:#ffffff; border:3px solid #ff0000; margin-top:20px; padding:20px; position:relative; margin-bottom:30px;}
.inquiry dt { font-size:30px; line-height:1.4; color:#ff0000; font-weight:bold; margin-bottom:15px; }
.inquiry dd { font-size:22px; line-height:1.2; color:#000000; font-weight:bold;}
.inquiry dd span { font-size:18px; line-height:1.3; color:#000000; font-weight:normal;}
.inquiry dd small {font-size: 60%; font-weight: normal;}
.inquiry dd .red { font-size:22px; color:#FFFFFF; background-color:#000000; padding:5px; font-weight:bold; line-height: 1.5; margin-bottom:10px;}
.inquiry .btnNet {position:absolute; bottom:5px; right:15px;}
.inquiry dd.tel {font-size: 28px;}

#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
#modal-content{
	width:40%;
	margin:1.5em auto 0;
	padding:20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
	position:fixed;
	display: none;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	text-align:center;
}
 
 .button-link a{
	color:#00f;
	text-decoration:underline;
	font-size:15px;
}

.button-link a:hover{
	cursor:pointer;
	color:#f00;
}

.confirmation{
	font-size:20px;
	line-height:1.5;
	margin-bottom:10px;
	text-align:center;
}
.confirmation .red{
	font-size:30px;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:10px;
	text-align:center;
	color:#FF0000;
	padding:0 10px;
}
.attention {
	animation: attention 0.8s 0s infinite alternate;
}

@keyframes attention {
	0% {
		-webkit-filter: hue-rotate(0deg) -webkit-filter: saturate(100%);
     	-moz-filter: hue-rotate(0deg) -moz-filter: saturate(100%);
     	-o-filter: hue-rotate(0deg) -o-filter: saturate(100%);
     	-ms-filter: hue-rotate(0deg) -ms-filter: saturate(100%);
		filter: hue-rotate(0deg) saturate(100%);
	}
	49.9% {
		-webkit-filter: hue-rotate(0deg) -webkit-filter: saturate(100%);
     	-moz-filter: hue-rotate(0deg) -moz-filter: saturate(100%);
     	-o-filter: hue-rotate(0deg) -o-filter: saturate(100%);
		-ms-filter: hue-rotate(0deg) -ms-filter: saturate(100%);
		filter: hue-rotate(0deg) saturate(100%);
	}
	50% {
		-webkit-filter: hue-rotate(460deg) -webkit-filter: saturate(90%);
     	-moz-filter: hue-rotate(460deg) -moz-filter: saturate(90%);
     	-o-filter: hue-rotate(460deg) -o-filter: saturate(90%);
		-ms-filter: hue-rotate(460deg) -ms-filter: saturate(90%);
		filter: hue-rotate(460deg) saturate(90%);
	}
	100% {
		-webkit-filter: hue-rotate(460deg) -webkit-filter: saturate(90%);
     	-moz-filter: hue-rotate(460deg) -moz-filter: saturate(90%);
     	-o-filter: hue-rotate(460deg) -o-filter: saturate(90%);
		-ms-filter: hue-rotate(460deg) -ms-filter: saturate(90%);
		filter: hue-rotate(460deg) saturate(90%);
	}
}

.reservBtn a { display:block; position:relative; width:100%; background-color:#19a8ea; font-size:1.4rem; line-height:1.5; color:#fff; text-align:center; border-radius:5px; padding:10px;}
.reservBtn a:after { content:''; display:block; width:.5rem; height:.5rem; margin-left:-.25rem; position:absolute; right:5%; bottom:45%; border-top:2px solid #fff; border-right:2px solid #fff; transform:rotate(45deg);}


.contents {
	width: 1024px;
	margin: 0 auto;
}

small {
	font-size: 70%;
}

.red02 {
	color: #ff0000;
	line-height: 1.2;
}

.inquiry dd.tel span.red02 {
	color: #ff0000;
	font-size: 26px;
	margin-left: 10px;
}

.note {
	text-align: center;
	color: #ff0000;
	font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.inquiry dd span.red02 {
	color: #ff0000;
}

.flex {
	display: flex;
	margin: 10px 0;
}

.hadano {
	margin: 0 15px;
}

.start_end .line {
	width: 245px;
	background: url("../images/line.png") no-repeat center;
	background-size: auto 100%;  /* 高さ基準 */
	margin: 12px 0 15px 0;
  }
.start_end{
	gap: 0px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    background-color: #dff2fc;
    background-image: url(../images/kuma.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 9px 0;
	text-align: left;
	display: flex;
    justify-content: center;
	align-items: stretch;
}
.start_end span {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
}
.start_end_bottom span{
	font-size: 15px;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
}

.start_end_bottom span.meal{
	border: 1px solid;
	padding: 3px;
}
.profile{
	margin-bottom: 20px;
}