@charset "utf-8";
/* CSS Document */
/*-----モデルコース------*/
.modelCourse {
  width: 100%;
  max-width: 950px;
	margin: 30px auto;
}
@media (min-width:768px){
  .modelCourse .inner {
    width: 750px;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width:767px){
  .modelCourse {
    padding: 65px 0 3%;
  }
  .modelCourse .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}

.modelCourse h2{
	font-size: 160%;
	text-align: center;
}
.modelCourse h2 span{
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

@media (max-width:767px){
	.modelCourse h2{
		font-size: 130%;
	}
}
.itinerary_unit {
	width: 90%;
	margin: 20px auto 30px;
  position: relative;
}
.itinerary_unit .nthday{
	width:120px;
  height: 120px;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 160%;
  font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
	background: url("../images/bg_nthday.png")no-repeat center;
  background-size: contain;
}

.itinerary_unit h3.departure{
	background: #DB6767;
	padding: 5px 20px;
	border-radius: 20px;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 auto;
  font-size: 130%;
}
.itinerary_unit h3.departure span{
	margin-right: 20px;
	padding-right: 15px;
	border-right: 1px solid #FFFFFF;
	font-weight: normal;
  font-size: 80%;
}
.itinerary_unit .vline{
	width: 10px;
	height: 30px;
	background: url("../images/dottedline.png")repeat-y top;
	margin: 0 auto;
}
.itinerary_unit .walk{
  width: 90px;
	height: 90px;
	background:url("../images/icon_walk.png")no-repeat bottom 10px center #FFFFFF;
	background-size:auto 25px;
	border: 2px dotted #CCC;
	border-radius: 45px;
	margin: 0 auto;
	padding: 20px 0;
}
.itinerary_unit .bus{
	width: 90px;
	height: 90px;
	background: url("../images/icon_bus.png")no-repeat bottom 8px center #FFFFFF;
	background-size: auto 30px;
	border: 2px dotted #CCC;
	border-radius: 45px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	font-size: 90%;
	line-height: 1.4;
}
.itinerary_unit .train{
	width: 90px;
	height: 90px;
	background: url("../images/icon_train.png")no-repeat bottom 8px center #FFFFFF;
	background-size: auto 30px;
	border: 2px dotted #CCC;
	border-radius: 45px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	font-size: 90%;
	line-height: 1.4;
}
.itinerary_unit .bicycle{
	width: 90px;
	height: 90px;
	background: url("../images/icon_bicycle.png")no-repeat bottom 8px center #FFFFFF;
	background-size: auto 30px;
	border: 2px dotted #CCC;
	border-radius: 45px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	font-size: 90%;
	line-height: 1.4;
}
.itinerary_unit .any{
	width: 50px;
	height: 30px;
	margin: 20px auto 20px;
}
.itinerary_unit .viewpoint{
	width: 80%;
	margin:0 auto;
	background:#F1A95A;
  text-align: center;
  padding: 20px 20px;
  border-radius: 40px;
}
.itinerary_unit .viewpoint h3{
  font-size: 160%;
}
.itinerary_unit .itinerary{
	width: 100%;
	display: flex;
  flex-wrap: wrap;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.itinerary_unit .itinerary dt{
	width: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.itinerary_unit .itinerary dd{
	width: 60%;
	text-align: left;
	padding: 20px 15px 10px 15px;
}
.itinerary_unit .itinerary dd h3{
	font-size: 120%;
	margin-bottom: 10px;
  font-weight: bold;
}
.itinerary_unit .itinerary img{
	width: 100%;
}
@media (max-width:767px){
  .itinerary_unit h3.departure{
    padding: 5px 20px;
    font-size: 110%;
  }
  .itinerary_unit h3.departure span{
    margin-right: 10px;
    padding-right: 10px;
    font-size: 80%;
  }
  .itinerary_unit .nthday{
    width:100px;
    height: 100px;
    font-size: 130%;
  }
  .itinerary_unit .itinerary{
    align-items: center;
  }
  .itinerary_unit .itinerary dt{
    width: 45%;
    position: relative;
  }
  .itinerary_unit .itinerary dd{
    width: 55%;
    text-align: left;
    padding: 5px;
  }
  .itinerary_unit .itinerary dd h3{
    font-size: 80%;
    margin-bottom: 3px;
  }
  .itinerary_unit .itinerary dd p{
    font-size: 70%;
  }
  .itinerary_unit .viewpoint{
    width: 90%;
    padding: 10px 15px;
  }
  .itinerary_unit .viewpoint h3{
    font-size: 120%;
  }

  .itinerary_unit .viewpoint a,
  .itinerary_unit .viewpoint p{
    font-size: 80%;
  }

}
.itinerary_double {
  display: flex;
  justify-content: space-between;
}
.itinerary_double .half{
  width: 48%;
}
.itinerary_double .itinerary dt{
  width: 100%;
  text-align: center;
}
.itinerary_double .itinerary dd{
  width: 100%;
  text-align: center;
}
#modelcourse p.attention{
  width: 95%;
  text-align:left;
  margin: 0 auto;
}
.caution {
  width: 90%;
  margin: 0 auto 20px;
  padding: 10px 20px;
  background: rgba(255,255,255,0.6);
  border-radius: 10px;
  font-size: 100%;
  text-align: left;
}
.caution p{
  text-indent: -1em;
  margin-left: 1em;
}

/*--------開閉パネル-------------*/
.panel-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
#wrapper .itinerary_unit {
  position: relative;
}
#wrapper .btnOpen {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height:200px;
  padding-top:150px;
  z-index: 99;
  background: linear-gradient(rgba(255,2255,255,0) 0%,rgba(255,255,255,1) 150px) ;
}
#wrapper .btnOpen span{
  display: block;
  position: relative;
  width: 95%;
  height: 60px;
  margin:0 auto;
  border: 2px solid #333; 
  line-height: 60px;
  font-size: 120%;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  background:rgba(255,255,255,0.8);
}
#wrapper .btnOpen span::before {
  content: "もっと見る";
}
#wrapper .btnOpen span::after {
  font-family: "Font Awesome 5 Free";
  content: "\F107";
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 3px;
}
#wrapper .panel {
  height: 750px;
  padding: 0 0 100px;
  overflow: hidden;
  opacity: 1;
  transition: 0.8s;
}
#wrapper .panel-trigger:checked + .btnOpen {
  width: 100%;
  height:100px;
  background: none;
  padding-top:0;
}	
#wrapper .panel-trigger:checked + .btnOpen span::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
#wrapper .panel-trigger:checked + .btnOpen span::after {
  font-family: "Font Awesome 5 Free";
  content: "\F106";
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 3px;
}
#wrapper .panel-trigger:checked ~ .panel{
  height: auto;/*チェックされていたら、高さを戻す*/
  opacity: 1; 
 }
@media (max-width:767px){
  #wrapper .panel {
    height: 550px;
  }
}
