@charset "utf-8";
/* nav.header-nav ul li.plan::before {
    width: 140%;
}
@media screen and (max-width: 750px){
    nav.header-nav ul li.plan::after {
        content: "";
        width: calc(100% + 52px);
        height: 100%;
        background: -webkit-linear-gradient(45deg, #9292a5 0%, #737380 100%);
        background: linear-gradient(45deg, #9292a5 0%, #737380 100%);
        position: absolute;
        top: 0;
        left: -26px;
        z-index: -1;
        opacity: .5;
    }
} */

.resv_plan_box{
    /* max-width: 850px; */
    margin: 60px auto;
}

.resv_plan_ttl{
    /* width: 50%; */
    margin: 0 auto 40px;
}

.resv_plan_list{
    /* border-bottom: 1.5px solid; */
    /* margin-bottom: 20px;
    padding-bottom: 30px; */
}

.resv_plan_list img{
    padding: 0 !important;
}

.resv_plan_list > li:nth-of-type(n + 2){
    margin-top: 30px;
}

.resv_plan_list_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.resv_plan_list_ttl{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid;
}

.resv_plan_list_ttl.resv_first_ttl{
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.resv_plan_list_img{
    width: 48%;
}
.resv_plan_list_txt{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

.resv_link{
    /* background: #3e3a39;
    color: #fff; */
    background: #a20010;
    color: #c9bc9c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    /* width: 210px; */
    /*margin: 30px auto 0;*/
    margin: 50px auto 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    transition-duration: 0.6s;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    left: 0;
    position: relative;
    /* display: inline-block; */
    font-weight: bold; 
    line-height: 1.5;
    /* padding: 20px 30px 20px 70px; */
    transition: 0.3s;
    text-decoration: none;
    color: #fff; 
    border-radius: 0.5rem;
    background: #32b16c; 
    box-shadow: 0 5px 0 #0d1d3a;
    /* margin-left: 10px; */
}

.resv_link .btn_balloon {
  position: absolute;
  display: inline-block;
  bottom: 0.2em;
  left: -10px;
  width: 5em;
  height: 5em;
  font-family: "Noto Sans Japanese";
  line-height: 5em;
  text-align: center;
  
  font-size: 80%;
  font-weight: bold;
  background: #fff;
  
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-10deg);
}

.resv_link .btn_balloon::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -10px;
  border: 9px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 0;
  transform: rotate(45deg);
}

.resv_link_obi01 .btn_balloon{
    color: #3e3a39;
    border: 3px solid #d9e474;
}
.resv_link_obi02 .btn_balloon{
    color: #036eb8;
    border: 3px solid #036eb8;
}
.resv_link_obi03 .btn_balloon{
    color: #91bdb2;
    border: 3px solid #91bdb2;
}
.resv_link_obi04 .btn_balloon{
    color: #a69b7f;
    border: 3px solid #c9bc9c;
}

.resv_link:hover{
    transform: translate(0, 3px);
    opacity: 0.6;
    /* background: #6bc594;  */
    box-shadow: 0 2px 0 #0d1d3a;
}

.resv_link.big{
    font-size: 18px;
    margin: 20px auto 0;
    padding: 15px 20px;
    width: 260px;
    background: #3e3a39;
    color: #fff; 
}

.resv_link:hover{
    opacity: 0.6;
}

.resv_plan_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.resv_plan_list > li{
    /* width: 48%; */
    width: 100%;
    padding: 20px;
    border: 1px solid;

    padding-bottom: 30px;

    position: relative;
}

.resv_plan_list > li:nth-of-type(1){
    width: 100%;
}

.resv_img_txt_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .resv_plan_list > li:nth-of-type(2),.resv_plan_list > li:nth-of-type(3){
    width: 48%;
} */

.resv_plan_list > li:first-of-type .resv_plan_list_img{
    max-width: 208px;
}

.resv_plan_list > li:nth-of-type(n + 2) .resv_plan_list_img{
    width: 100%;
    max-width: 208px;
}
.resv_plan_list > {
    
}
.resv_plan_list_subttl{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    font-weight: 600;
    /* text-align: center; */
    margin-bottom: 10px;
}

.resv_img{
    width: 41%;
}

.resv_txt{
    width: 57%;
}

.resv_img02{
    width: 19.7%;
}
.resv_txt02{
    width: 78.3%;
}

.resv_plan_list > li:nth-of-type(n + 2) .resv_plan_list_txt{
    width: 100%;
    margin-top: 10px;
}

.resv_plan_list_txt_first{
    margin-top: 0 !important;
    /* margin-bottom: 10px; */
    /* text-align: center; */
    font-size: 14px;
}

.resv_list_end{
    display: flex;
    justify-content: center;
    align-items: center;
}

.resv_list_end .resv_plan_list_ttl{
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.resv_ttl_color01{
    background: #0d1d3a;
    padding-top: 10px;
    color: #d9e474;
}
.resv_ttl_color02{
    background: #0d1d3a;
    padding-top: 10px;
    color: #2ea7e0;
}
.resv_ttl_color03{
    background: #0d1d3a;
    padding-top: 10px;
    color: #91bdb2;
}
.resv_ttl_color04{
    background: #0d1d3a;
    padding-top: 10px;
    color: #c9bc9c;
}

.resv_link_obi01{
    background: #d9e474;
    color: #3e3a39;
}
.resv_link_obi02{
    background: #036eb8;
    color: #fff;
}
.resv_link_obi03{
    background: #91bdb2;
    color: #3e3a39;
}
.resv_link_obi04{
    background: #c9bc9c;
    color: #3e3a39;
}
@media screen and (max-width: 1000px) {

    .resv_plan_list_ttl{
        font-size: 20px;
        /* text-align: center; */
    }

    .resv_img{
        width: 18.24%;
    }

    .resv_txt{
        width:79.76%;
    }

    .resv_img.resv_plan_list_flex{
        flex-wrap: wrap;
    }
    .resv_plan_list > li:first-of-type .resv_plan_list_img{
        width: 100%;
    }

    .resv_plan_list > li:first-of-type .resv_plan_list_img:first-of-type{
        margin-bottom: 2%;
    }

    .resv_plan_list_subttl {
        font-size: 16px;
    }

}
@media screen and (max-width: 650px) {

    .resv_plan_box{
        margin: 40px auto 60px;
    }

    .resv_plan_ttl{
        margin: 0 auto 30px;
    }

    .resv_plan_list > li:first-of-type .resv_plan_list_img{
        max-width: none;
    }

    .resv_plan_list > li:nth-of-type(n + 2) .resv_plan_list_img{
        max-width: none;
    }

    .resv_plan_list_ttl {
        font-size: 18px;
    }

    .resv_plan_list_subttl{
        font-size: 15px;
        margin-top: 15px;
    }

    .resv_plan_list_img{
        margin-top: 10px;
    }

    .resv_plan_list_img,.resv_plan_list_txt {
        width: 100%;
    }

    /* .resv_plan_list_ttl{
        font-size: 20px;
        text-align: center;
    } */

    .resv_plan_list_txt{
        font-size: 12px;
        margin: 10px auto 0;
    }

    .resv_link{
        margin: 20px auto 0;
    }

    .resv_link.big {
        font-size: 16px;
        width: 220px;
    }

    .esv_plan_list_subttl {
        letter-spacing: 0.1em;
        /* line-height: 1.8em; */
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;

    }


    .resv_plan_list > li{
        width: 100%;
    }

    .resv_img_txt_flex{
        flex-wrap: wrap;
    }
    .resv_img{
        width: 100%;
    }
    .resv_txt,.resv_img02,.resv_txt02 {
        width: 100%;
    }
    .resv_txt,.resv_txt02{
       text-align: center;
    }

    .resv_plan_list_ttl.resv_first_ttl{
        line-height: 1.5em;
        margin-bottom: 20px;
    }

}