@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:#ff8686; 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:#fff4e8; border:5px solid #97a13b; margin-bottom:30px;}
.campaign h2  {background-color:#97a13b; padding:7px 0px 12px; color:#FFFFFF; font-size:30px; text-align:center; line-height:1; }
.campaign h2 span  {background-color:#ffffff; padding:1px; color:#97a13b; font-size:25px; text-align:center; line-height:0; margin-left:5px; }
.Overview { margin:0px 20px 20px; padding:10px; border-bottom:2px solid #97a13b; clear:both; display:block; overflow:hidden;}
.Overview dt:before {border-top:2px solid #97a13b; 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:#97a13b; font-weight:bold; background-color:#fff4e8; position:relative; padding:0 10px;}
.Overview .detail{ font-size:26px; line-height:1.5; font-weight:bold; float:left;}
.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;}
.Overview .hikingInfo{ font-size:22px; line-height:1.5; padding:10px; color:#FFFFFF; background-color:#97a13b; float:right;}

.naka {width:100%; height:auto; padding:0px 20px; clear:both; display:block; overflow:hidden;
display: flex;
justify-content: space-around;
}
.naka_right{
	width: 460px;
}
.Agenda {width:480px; height:100%; /*float:left;*/}
.Agenda dt { font-size:20px; color:#FFFFFF; background-color:#00a0e9; padding:5px; text-align:center;}
.Agenda dd{height: calc(100% - 42px); font-size:20px; line-height: 1; text-align:center; background-color:#d6e6e7; background-image:url("../images/kuma.png"); background-position: left bottom; background-repeat: no-repeat; padding:65px 0 0;}
.Agenda dd p {line-height:1.5;}
.Agenda dd ruby {font-size:26px; line-height:1.5;}
.Agenda dd ruby rt { font-size:30%;}
.Agenda dd .red{font-size:20px; line-height:1.5; text-align:center; color:#ff0000;}
.Agenda dd span{font-size:15px; line-height:1; text-align:center;}
.Agenda dd .meal{font-size:17px; line-height:1; text-align:center; border:1px solid; padding:0px 3px;}
.right{float:right;}
.belongings{margin-top:15px;}
.hadano dt { font-size:20px; color:#FFFFFF; background-color:#ff8686; padding:5px; text-align:center;}
.hadano dd { border: solid 3px #ff8686;}

.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:#97a13b; 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;}
.participant a {font-weight: bold; border-bottom: solid 1px #000000;}

.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;
}

.project {
	border: 5px solid #bf1b26;
}

.project dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #bf1b26;
  padding: 5px;
}

.project dd {
  display: flex;
  gap:20px;
  padding: 20px;
}

a:hover {
	opacity: 0.7;
}