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

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

.month_btn {
	height: auto;
	width: 960px;
	margin-top:15px;
	margin-bottom:30px;
}
.month_btn dd {
	height: 48px;
	width: 220px;
	display: inline;
	float: left;
	margin-bottom: 10px;
	position: relative;
}
.month_btn dd.btn_month {
	background-image: url(/attending/hiking/images/schedule/BtnBg.gif);
	background-repeat: no-repeat;
	margin-right:26px;
}
.month_btn dd.btn_month:nth-of-type(2),
.month_btn dd.btn_month:nth-of-type(2n+4)
{
	margin-right:28px;
}
.month_btn dd.btn_month:nth-of-type(4n){
	margin-right:0;
}

.month_btn dd.btn_month a {
	/*height: 48px;
	width: 220px;*/
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top: 15px; left: 50px;
}

.mt20 {margin-top:20px;}
.mb10 {margin-bottom:10px;}
.ml26 {margin-left:26px;}
.ml28 {margin-left:28px;}
/*.pdt5 {padding-top:5px;}*/

.monthBox {
	background-image: url(/attending/hiking/images/schedule/list_bg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 960px;
	margin-bottom:30px;
}

.month_ttl1 {
	display: block;
	height: 39px;
	width: 960px;
	background-color: #70c424;
	position: relative;
}
.month_ttl1 span {font-size: 22px;
	font-weight: bold;
	color: #FFF;
	position:absolute;
	top: 10px; left: 15px;
}
.month_ttl1 .modal_icon,.month_ttl2 .modal_icon {
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	background-color: #f90578;
	color: #fff;
	width: 150px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	font-family: "Hiragino Kaku Gothic ProN";
	border-radius: 3px;
    transition: all .3s ease;
}
.month_ttl1 .modal_icon:hover,.month_ttl2 .modal_icon:hover {
    text-decoration: none;
    opacity: .7;
}
.month_ttl1 .modal_icon::after,.month_ttl2 .modal_icon::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #fff000 #0000 #0000 #0000;
	position: absolute;
	top: 10px;
	right: 9px;
    transform: rotate(-90deg);
}
.month_ttl2 {
	display: block;
	height: 39px;
	width: 960px;
	background-color: #00b8fa;
	position: relative;
}
.month_ttl2 span {font-size: 22px;
	font-weight: bold;
	color: #FFF;
	position:absolute;
	top: 10px; left: 15px;}

.tourBox {width:900px; height:auto; margin-left:30px; margin-top:20px; padding-bottom:0px;}
.tour_info {
	height: 45px;
	width: 97%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01ae81;
	/*padding-bottom:10px;*/
	margin: 10px auto;
	display:table;
}
.tour_info ul {
    display: flex;
    align-items: center;
}
.tour_info.list_title {
    background-color: #00ae81;
    height: 30px;
}
.tour_info.list_title ul {
	display: flex;
	align-items: center;
	height: 30px;
}
.tour_info.list_title li {
    color: #fff;
    height: auto;
    float: none;
    font-size: 13px;
    text-align: center;
}
/*.tour_info ul {display:table;}*/
.tour_info li {
	display: inline;
	float: left;
	/*margin-left: 20px;*/
	font-size:16px;
	display:table-cell;
	vertical-align:middle;
}
.tour_info li a {font-size:16px;}

/*---------------------------------*/
/*li.course {width:90px; text-align:center; border-right:solid; border-width:1px;}
li.homen {width:74px; text-align:center; border-right:solid; border-width:1px}
li.t_ttl {width:455px; border-right:solid; border-width:1px}
li.days {width:68px; text-align:center; border-right:solid; border-width:1px}
li.info {width:84px; text-align:center;}
li.icon1 {width:55px; text-align:center; border-right:solid; border-width:1px}
li.icon2 {width:52px; text-align:center; border-right:solid; border-width:1px}*/

li.course {width:90px; text-align:center;}
li.homen {width:13%; text-align:center;padding: 0 10px}
li.homen br{display: none}
li.t_ttl {width: 59%;}
li.days {width:95px; text-align:center;}
li.info {width: 10%; text-align:center;}
li.icon1 {width: 10%;text-align:center;}
li.icon1 span {margin: 0 2.5px}
li.icon2 {width:8%; text-align:center;}

/*---------------------------------*/

.link_btn{
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 60px;
}
.link_btn li{
    width: 49%;
}
.link_btn li a{
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 20px;
    font-family: "Hiragino Kaku Gothic ProN";
    transition: all .2s ease;
    position: relative;
    padding-left: 15px;
    border-bottom: 5px solid #dedede;
}
.link_btn li a:hover{
    margin-top: 3px;
    text-decoration: none;
    border-bottom: 2px solid #dedede;
}
.btn_tantou a{
    background-color: #1453c5;
}
.btn_jouken a{
    background-color: #4ab8fb;
}
.link_btn li a::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 24px;
    margin-top: -5px;
}
/*アイコンモーダル*/
.modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center
  }
  
  .modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
  }
  
  .modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
  }
  
  .modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: ""
  }
  
  .modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 860px;
	padding: 20px 20px 55px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
	}
  
  .modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
  }
  
  .modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8)
  }
  
  .modal-wrapper .modal-close {
	z-index: 20;
	position: absolute;
	bottom: 15px;
	left: 50%;
	color: #333!important;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	display: block;
	border: 1px solid #333;
	border-radius: 3px;
	padding: 5px 10px;
	margin-left: -40px;
	}
  
  .modal-wrapper .modal-close:hover {
	color: #2b2e38!important
  }
.modal-wrapper .icnTitle{
    font-size: 18px;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic ProN";
    color: #5fae89;
    margin-bottom: 10px;
    text-align: left;
}
.modal-wrapper .icnTxt {
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
    margin: 10px auto 0;
}

/*関西発用タブ*/
.osa .kokunaiTabBlk ul{
    display: flex;
    justify-content: space-between;
}
.osa .kokunaiTabBlk ul li {
    width: auto;
    height: auto;
}

.osa .hikingR .bnBoxR{
    margin-bottom: 20px
}

/*start_リニューアル2021対応*/
:where(.contents) *,
:where(.contents)::after,
:where(.contents)::before {
  box-sizing: content-box;
}

:where(.contents) img {
  width: auto;
}
.contents {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino kaku Gothic ProN", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif !important;
	letter-spacing: 0;
	width:960px;
	margin:0 auto;
}
.icon1 img, .icon2 img{
	width:34px;
}
.contents a{
	color: #1d3994;
}
.contents a:hover{
	color: #ff9933;
    text-decoration: underline;
}