@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
about
---------------------------------------- */
.about_step_area{
    margin-top: 15px;
}
.about_step_area .about_make_step_area{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.about_step_area .about_step{
    border: 3px solid #765D40;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.about_step_area .about_step .about_step_heading{
    background-color: #765D40;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 5px;
    line-height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.about_step_area .about_step .about_step_img{
    padding: 10px 5px;
    text-align: center;
}
.about_step_area .about_step .about_step_img img{
    width: auto;
    height: 90px;
}
/*.about_step#complete*/
.about_step_area .about_step#complete{
    width: 100%;
}
.about_step_area .about_step#complete .about_step_heading{
    font-size: 1.8rem;
    padding-bottom: 8px;
}
.about_step_area .complete_img_wrapper{
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.about_step_area #complete .complete_item{
    width: 50%;
    margin: 0 auto;
}
.about_step_area #complete .complete_item_img{
    background-image: url(../images/bg_circle01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px 0;
}
/*プラスマーク*/
.about_plus_icon_area{
    position: relative;
    text-align: center;
}
.about_plus_icon{
    background-color: #FFD966;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: calc(50% - 20px);
}
.about_plus_icon span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 30px;
    height: 3px;
    background: currentColor;
    border-radius: 3px;
    position: relative;
    margin-top: 17px;
}
.about_plus_icon span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
/*矢印*/
.about_arrow_icon_area{
    position: relative;
    text-align: center;
}
.about_arrow_icon{
    background-color: #FFD966;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 20px);
    top: -35px;
}
.about_arrow_icon span{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 20px solid #fff;
    margin-top: 13px;
}
/*about_price*/
#about_price{
    margin: 0 auto;
    text-align: center;
}
#about_price p{
    color: #6F4409;
    font-weight: 900;
    text-align: right;
    display: inline-block;
    text-align: center;
}
.about_sakuma .about_sakuma_img_area{
    position: relative;
}
.about_sakuma .about_sakuma_img_area .about_sakuma_img{
    width: 65%;
    margin: 0 auto;
    margin-right: 4%;
}
.about_sakuma .about_sakuma_img_txt{
    background-color: #F5CDCE;
    padding: 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 120%;
    color: #0A602B;
    text-align: center;
    display: inline-grid;
    align-content: center;
    position: absolute;
    top: 45px;
    left: 45px;
    right: auto;
}
/*highlight_points*/
.highlight_points{
    display: flex;
    flex-wrap: wrap;
}
.highlight_points .highlight_points_wrapper {
    position: relative;
    z-index: 1;
    margin: 15px auto 0px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.highlight_points .highlight_points_outer{
    margin-left: 20px;
}
.highlight_points .highlight_points_outer ul.highlight_points_list{
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 220px;
}
.highlight_points .highlight_points_outer ul.highlight_points_list li{
    margin: 30px auto 6px;
}
.highlight_points .highlight_points_outer ul.highlight_points_list li .highlight_points_number {
    width: 80px;
    height: auto;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    color: #B8AF92;
    position: relative;
    top: 13px;
}
.highlight_points .highlight_points_outer ul.highlight_points_list li .highlight_points_number p {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #B8AF92;
    z-index: 2;
}
.highlight_points .highlight_points_outer ul.highlight_points_list li .highlight_points_number::before {
    content: "";
    display: block;
    width: 42px;
    height: 38px;
    border-radius: 42px 42px 0 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
}
.highlight_points .highlight_points_outer ul.highlight_points_list li .highlight_points_number::after {
    content: "";
    display: block;
    width: 46px;
    height: 40px;
    border-radius: 46px 46px 0 0;
    border: 2px solid #B8AF92;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: -1;
}
.highlight_points .highlight_points_outer ul.highlight_points_list li .highlight_points_inner {
    height: 266px;
    padding: 35px 0 0;
    margin-right: 10px;
    list-style: none;
    border: solid 2px;
    border-color: #B8AF92;
    background-color: #fff;
    padding: 13px;
    padding-bottom: 30px;
    box-shadow: 3px 3px 0px 0px rgba(177, 168, 140, 1);
}
.highlight_points .highlight_points_outer .highlight_points_inner .highlight_points_title {
    text-align: center;
    font-size: 15px;
    color: #765D40;
}
.highlight_points .highlight_points_outer .highlight_points_inner .highlight_points_text {
    padding-top: 10px;
    font-size: 13px;
    color: #765D40;
    font-weight: 700;
}
body#ordermade .highlight_points .highlight_points_contents{
    margin-top: 20px;
}
/*flow-steps*/
.flow_steps{
    position: relative;
}
.flow_steps .flow_steps_wrapper{
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    height:  240px;
    max-width: 980px;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer{
    margin-left: 20px;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul{
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 200px;
    margin-right: 15px;
    border-radius: 5px;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li{
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: 500;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_heading {
    display: inline-flex;
    margin-bottom: 10px;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_giver,
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_guest {
    text-align: center;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_giver p {
    position: relative;
    display: inline-block;
    width: 137px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px;
    background-color: #fe72b1;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 0.5;
    color: #ffffff;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_guest p {
    position: relative;
    display: inline-block;
    width: 137px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px;
    background-color: #B6D321;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 0.5;
    color: #ffffff;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_giverimg,
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_guestimg{
    margin-top: 10px;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_giver p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #fe72b1 transparent transparent;
    translate: -50% 100%;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_guest p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #B6D321 transparent transparent;
    translate: -50% 100%;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_heading .flow_steps_circle_p {
    width: 20px;
    height: 20px;
    padding: 3px 5px 5px;
    border-radius: 50%;
    background-color: #FE72B1;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100%;
    flex-shrink: 0;
    margin-right: 5px;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_heading .flow_steps_circle_g {
    width: 20px;
    height: 20px;
    padding: 3px 5px 5px;
    border-radius: 50%;
    background-color: #B6D321;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100%;
    flex-shrink: 0;
    margin-right: 5px;
}
.flow_steps .flow_steps_title {
    font-size: 12px;
    color: #765D40;
}
.flow_steps .flow_steps_title_web {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px 0px 0px;
    font-size: 12px;
    color: #765D40;
}
.flow_steps .flow_steps_title_web::before {
    content: "";
    width: 25px;
    height: 1px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #765D40;
}
.flow_steps .flow_steps_title_web::after {
    content: "";
    width: 25px;
    height: 1px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #765D40;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li .flow_steps_img{
    margin: 0 auto;
    text-align: center;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li.flow_steps_item_giver::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #FE72B1;
    border-right: 1px solid #FE72B1;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li.flow_steps_item_guest::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #B6D321;
    border-right: 1px solid #B6D321;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li.flow_steps_item_giver:nth-child(1)::after,
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li.flow_steps_item_guest:nth-child(1)::after {
  content: "";
  display: none;
}
.flow_steps .flow_steps_wrapper .flow_steps_outer ul li:last-of-type::after{
    display: none;
}
.balloon-left {
    position: absolute;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    top: 128px;
    right: 3px;
    padding: 8px 2px;
    width: 65px;
    height: 65px;
    line-height: 15px;
    text-align: center;
    color: #765D40;
    font-size: 12px;
    background: #F3F36D;
    border-radius: 50%;
    box-sizing: border-box;
}
  
.balloon-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -13px;
    margin-top: -3px;
    border: 4px solid transparent;
    border-right: 12px solid #F3F36D;
    z-index: 0;
}
/*other_points*/
.other_points_container ul.other_points_list {
    counter-reset: number 0;
}
.other_points_container ul.other_points_list li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.other_points_container ul.other_points_list li .other_points_heading {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
.other_points_container ul.other_points_list li .other_points_heading .point_circle {
    width: 46px;
    height: 46px;
    padding: 10px 0px 5px;
    border-radius: 50%;
    background-color: #B6D321;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100%;
    flex-shrink: 0;
    margin-right: 5px;
}
.other_points_container ul.other_points_list li p.other_points_title {
    font-size: 17px;
    color: #765D40;
}
.other_points_container ul.other_points_list li p.sentence {
    font-size: 15px;
    margin: 10px 0 15px 35px;
}
.other_points_container ul.other_points_list li .photo_img {
    width: 65%;
    margin: 0 auto;
}
.other_points_container ul.other_points_list li:nth-child(2) .photo_img {
    width: 200px;
    height: auto;
  }

/*recommend_point*/
.recommend_point {
    width: 100%;
    height: auto;
}
.recommend_point .recommend_point_wrapper {
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    height: 280px;
    max-width: 980px;
}
.recommend_point .recommend_point_wrapper .recommend_point_outer {
    margin-left: 20px;
    width: 80%;
    max-width: 300px;
}
.recommend_point .recommend_point_wrapper .recommend_point_outer ul.recommend_point_list {
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 312px;
    margin-right: 15px;
    background-color: #FFFFFF;
    border-radius: 5px;
}
.recommend_point_list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 30px 0;
  }
.recommend_point_item {
    background-color: #FFFFF1;
    border: 3px solid #FE72B1;
    text-align: center;
    padding: 20px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
.checkmark {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #FE72B1;
  }
.recommend_point_check {
    position: relative;
}
  .recommend_point_check::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    padding-top: 10px;
    top: -30px;
    left: 120px;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    transform: rotate(-45deg);
    z-index: 1;
}
.recommend_point_content p {
    font-size: 17px;
    font-weight: 900;
    color: #765D40;
    margin-top: 10px;
    margin-bottom: 10px;
}
.recommend_point_content img {
    max-width: 50%;
    max-height: 85px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/*------------ PC用  ------------*/
@media screen and (min-width: 950px) {
    .about_step_area{
        display: flex;
        flex-wrap: nowrap;
    }
    .about_step_area .about_make_step_area{
        width: 60%;
        height: 274px;
    }
    .about_step_area .complete_step_area{
        width: 40%;
        margin-left: 20px;
    }
    .about_step_area .about_step .about_step_heading{
        height: 40px;
        flex:none;
    }
    .about_step_area .about_step .about_step_img {
        padding: 30px 5px;
    }
    .about_step_area .about_step .about_step_img img{
        width: auto;
        height: 150px;
    }
    /*complete*/
    .about_step_area #complete .complete_item{
        width: 49%;
        max-width: 185px;
        margin-right: -50px;
        margin-left: 70px;
    }
    .about_step_area #complete .complete_calpis {
        width: 41%;
        padding-top: 20px;
    }
    .about_arrow_icon{
        top: calc(50% - 45px);
        left: calc(50% - 10px);
        transform: rotate(-90deg);
    }
    /*about_sakuma*/
    .about_sakuma .about_sakuma_detail{
        display: flex;
        flex-wrap: nowrap;
    }
    .about_sakuma .about_sakuma_detail p{
        width: calc(70% - 30px);
        margin-right: 30px;
    }
    .about_sakuma .about_sakuma_detail .about_sakuma_img{
        width: 50%;
        margin-right: 20%;
    }
    .about_sakuma .about_sakuma_img_txt{
        left: 0%;
        top: 17%;
    }
    .about_step_area .complete_img_wrapper::before {
        left: 38px;
    }
    .about_step_area .complete_img_wrapper::after {
        top: 145px;
        left: 218px;
    }
    /*highlight_points*/
    .highlight_points .highlight_points_wrapper {
        margin: 0;
    }
    .highlight_points .highlight_points_outer ul.highlight_points_list{
        padding: 0 20px;
    }
    .highlight_points .highlight_points_outer ul.highlight_points_list li{
        margin: 30px auto 40px;
    }
    /*flow-steps*/
     .flow_steps .flow_steps_wrapper{
        position: relative;
        overflow: hidden;
        margin: 0;
    }
     .flow_steps .flow_steps_wrapper .flow_steps_outer ul{
        background-color: #fff;
        margin-right: 0;
        grid-auto-columns: 166px;
    }
    .flow_steps .flow_steps_wrapper .flow_steps_outer{
        margin-left: 0px;
    }
    .flow_steps .flow_steps_wrapper .flow_steps_outer ul li{
        margin-right: 30px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .flow_steps .flow_steps_wrapper .flow_steps_outer ul li.flow_steps_item_giver:nth-child(1),
    .flow_steps .flow_steps_wrapper .flow_steps_outer ul li.flow_steps_item_guest:nth-child(1){
        margin-right: 0px;
        margin-left: 0px;
    }
    .flow_steps .flow_steps_wrapper .flow_steps_outer ul li.flow_steps_item_giver:nth-child(2){
        margin-right: 0px;
        margin-left: 0px;
    }
    .flow_steps .flow_steps_wrapper .flow_steps_outer ul li.flow_steps_item_giver:nth-child(2)::after{
        right: 10px;
    }
    .balloon-left {
        top: 100px;
        right: -5px;
    }
    /*other_points*/
    ul.other_points_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    ul.other_points_list li{
        width: calc(50% - 40px);
    }
    /*recommend_point*/
    .recommend_point .recommend_point_wrapper {
        position: relative;
        overflow: hidden;
        margin: 0;
    }
}