@charset "utf-8";
/* CSS Document */

.op{
    padding: 0 10px;
}

.rnk{
    background-color: #fef1d0;
   padding: 4px 10px;
}

.op_bg{
    margin-bottom: -5px;
}

.op_title{
    margin-top: 15px;
}




.level_detail {
    margin: 20px 0 0;
}



.level_detail h3 {
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}



.level_detail ul {
    display: flex;
    padding: 1px 1%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.level_detail .item {
    width: 100%;
    text-align: center;
    /*height: 150px;
    position: relative;
    overflow: hidden;
	*/
    
}

.level_detail .text {
    width: 100%;
    text-align: left;
    
}





.level_detail .catch {
    margin: 4px 0 0;
    font-size: 80%;
    color: #000;
    line-height: 1.3;
    background-color: #ffffff;
    padding: 10px 5px 0px 5px;
}

.level_detail .name {
    margin: 10px 0;
}

.level_detail .btn_wrap {
    text-align: center;
    margin: 30px 0 15px 0;
}

.level_detail .btn_wrap_oka {
    text-align: center;
    margin: 20px 0 15px 0;
}



.level_detail .btn, .level_detail .btn_close {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 80%;
    color: #fff;
    background-color: #673301;
    font-weight: bold;
    border-radius: 10px;
   background-image: url(https://www.his-j.com/hokkaido/smart/img/icon_down01_wh.png);
    background-position: right 1px center;
    background-size: 20px;
    background-repeat: no-repeat;
   width: 65%;
}

a {
    text-decoration: none;
}

.tour_btn {
    display: inline-block;
    padding: 0.8em 0em;
    text-decoration: none;
    margin: 3px 2px 5px 4px;
    background-image: url(https://www.his-j.com/hokkaido/smart/img/icon_next01_wh.png);
    background-position: right 1px center;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 97%;
    text-align: center;
    background-color: #ff9600;
    border-radius: 10px;
    font-size: 90%;
}

.tour_btn a {
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
	display: block;
}

.level_detail.level_05{
   border: 3px solid #01b3cd;
}


.level_detail.level_04{
   border: 3px solid #8bd239;
}

.level_detail.level_03{
   border: 3px solid #ff6511;
}

h3{
  margin: 30px 0 -23px 0;
}

.point{
    background-color: #fbf7ec;
    font-size: 80%;
    color: #000;
    line-height: 1.3;
    padding: 5px;
}

.level_detail ul li {
    margin: 0 2%;
   text-align: center;
    
}

#moreList05 .title:nth-child(n + 2) {
    margin-top: 5%;
    
}

#moreList04 .title:nth-child(n + 2) {
    margin-top: 5%;
    
}

#moreList03 .title:nth-child(n + 2) {
    margin-top: 8%;
    
}

.level_detail ul li.tour_btn{
    margin: 0 0 4% 2%;
}

.bnr {
    margin: 35px 10px 5px;
    padding: 7px 0 10px 10px;
    font-size: 100%;
    font-weight: bold;
    border-left: solid 10px #673301;
    border-bottom: solid 1px #673301;
    color: #673301;
}

.tour_btn2 {
   display: inline-block;
    padding: 1.1em 0;
    text-decoration: none;
    margin: 5px 1px 10px 1px;
    background-image: url(https://www.his-j.com/hokkaido/smart/img/icon_next01_wh.png);
    background-position: right -3px center;
    background-size: 18px;
    background-repeat: no-repeat;
    background-color: #ff7c00;
    width: 48%;
    text-align: center;
    border-radius: 5px;
    font-size: 75%;
}

.tour_btn2 a {
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    text-decoration: none;
    display: block;
}

.tour_btn1 {
   display: inline-block;
    padding: 1.1em 0;
    text-decoration: none;
    margin: 5px 1px 10px 1px;
    background-image: url(https://www.his-j.com/hokkaido/smart/img/icon_next01_wh.png);
    background-position: right -3px center;
    background-size: 18px;
    background-repeat: no-repeat;
    background-color: #ff7c00;
    width: 98%;
    text-align: center;
    border-radius: 5px;
    font-size: 75%;
}

.tour_btn1 a {
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    text-decoration: none;
    display: block;
}

.attention_text{
  padding: 4px 10px;
  margin-top: 30px;
  background-color: #fbf7ec;
}

.attention {
    font-size: 70%;
    line-height: 1.3em;
    padding: 10px 5px;
}

.attention_red {
    color: #EF0000;
}

.small {
    color: #FF0000;
    font-weight: bold;
    margin-left: 20px;
	font-size: 70%;
}