@charset "UTF-8";
/* CSS Document */
.cf:after{
	content: "";
	display: block;
	clear: both;
}

.mb_05{ margin-bottom: 5px;}
.mb_10{ margin-bottom: 10px;}
.mb_30{ margin-bottom: 30px;}
.mr_10{ margin-right: 10px;}

.destination_block p{
    font-size: 15px;
    line-height: 1.5;
}

.sub_ttl_bar {
    background-color: #00af83;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    padding: 10px;
        padding-left: 10px;
}

.sub_ttl_bar01 {
    padding-left: 18px;
}

.destination_block {
    background-color: #f1ffed;
    border: 7px solid #f1ffed;
    margin-bottom: 30px;
}

.destination_block .dest_top_txt {
    margin-bottom: 10px;
    overflow: hidden;
}

.destination_block .dest_top_txt_span {
    display: inline-block;
    width: 645px;
    font-size: 24px;
    padding-left: 10px;
    float: left;
    line-height: 1.5;
}

.dest_point {
    display: inline-block;
    background-color: #ff7f00;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    text-align: center;
    line-height: 1.5;
    float: right;
    margin-right: 20px;
}

.destination_block_inner {
    background-color: #fff;
    padding: 15px 20px;
}

.dest_img_lists {
    border-bottom: 3px dotted #f1ffed;
    padding: 20px 0;
}
.dest_img_list {
    float: left;
}
.dest_img_list:not(:last-child) {
    margin-right: 30px;
}
.dest_img_lists li img {
    width: 282px;
}

.info_detail_box {
    background-color: #fffed5;
    padding: 20px;
    margin-top: 15px;
}

.info_detail_box dl {
    border-bottom: 1px dashed #ccc;
}
.info_detail_box dl dt, .info_detail_box dl dd {
    line-height: 1.5;
    padding: 10px 0;
}
.info_detail_box dl.dest_info_list:first-of-type dt, .info_detail_box dl.dest_info_list:first-of-type dd {
    padding-top: 0;
}
.info_detail_box dl.dest_info_list:last-of-type dd:not(:last-of-type) {
    border-bottom: 1px dashed #ccc;
}
.info_detail_box dl.dest_info_list:last-of-type dd:not(:first-of-type) {
    padding-left: 87px;
}
.dest_list_ttl, .dest_list_define {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    /*margin-bottom: 15px;*/
}
.dest_list_ttl span {
    display: inline-block;
    width: 62px;
    background-color: #00af83;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 3px 10px;
    margin-right: 5px;
}


.dest_list_define {
    width: 779px;
}

.two_cont {
    width: 340px;
}

.dest_info_list .more_txt, .dest_info_list .more_btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.dest_info_list .more_txt {
    width: 517px;
}
.more_btn {
    float: right;
}
.dest_info_list .more_txt, .dest_info_list .more_btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.more_btn a {
    display: block;
    width: 262px;
    height: 30px;
    background: url(/attending/hiking/setsumeikai/images/btn_details.png) no-repeat;
}
.daisetsuImgL img{
	width:100%;
}

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

:where(.contents) img {
  width: auto;
}
.contents {
    width: 960px;
    margin: 0 auto;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino kaku Gothic ProN", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif !important;
	letter-spacing: 0;
}
.map_box img{
	width:200px;
	height:150px;
}
.logo img{
	width:100%;
}
.address_box dt img{
	width:34px;
}
.navilogo img{
	width:33px;
}
.contents h4 img{
	width:100%;
	padding-bottom:5px;
}
.OnFRight{
	line-height:0;
}
.btn_map, .Rboxlink{
	line-height:1.5;
	font-size:1.2rem;
	color:#1d3994;
}
.reSearchBlk input{
	border:1px solid #767676;
	padding:4px;
}
.contents a{
	color: #1d3994;
}
.contents a:hover{
	color: #ff9933;
    text-decoration: underline;
}
.contents a:visited {
    color: #9933cc;
    text-decoration: none;
}