.grade1{
  height: 100px;
  width: 100%;
  background-image: linear-gradient(0deg, #fcfff6,#f5f1eb);
  padding-bottom: 20px;
}
.grade2{
  height: 40px;
  width: 100%;
  background-image: linear-gradient(0deg,#f2fbff , #fcfff6);
}
.grade3{
  height: 80px;
  width: 100%;
  background-image: linear-gradient(0deg, #fffbf4, #f2fbff);
}
.grade4{
  height: 80px;
  width: 100%;
  background-image: linear-gradient(0deg, #fff9fb, #fffbf4);
}
.mv_area{
  background-color: #fffbf4;
  background-repeat: repeat;
  text-align: center;
  padding-bottom: 0;
}
.mv_area_pic_picture__img{
  vertical-align: top;
}
.mv_p{
  margin: 40px auto 0;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.2em;
  font-size: 16px;
}
.strong_moji{
  background-color: #3d4e56;
  color: #ece4db;
  padding: 2px;
}
.index_area{
  text-align: center;
  padding-top: 40px;
}
h4{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #0c2434;
  font-size: 18px;
}
.index_flex{
  display: flex;
  justify-content: space-between;
  width: 560px;
  margin: 14px auto 60px;
}
.bg_beige{
  background-color: #f5f1eb;
}
.bg_green{
  background-color: #fcfff6;
}
.bg_blue{
  background-color: #f2fbff;
}
.bg_yellow{
  background-color: #fffbf4;
  margin-bottom: 0;
}
.bg_pink{
  background-color: #fff9fb;
}
.h2_area{
  padding-top: 30px;
  text-align: center;
}
h2{
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 24px;/*文字の大きさ*/
  background: #0c2434;/*塗りつぶし色*/
  color: #ece4db;/*文字色*/
  box-sizing: border-box;
}

h2:before, h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
h2:before {
  top: 0;
  left: -15px;
  border-width: 25px 0px 25px 15px;
  border-color:  #0c2434 #0c2434 #0c2434 transparent;
  border-style: solid;
}
h2:after {
  top: 0;
  right: -15px;
  border-width: 25px 15px 25px 0px;
  border-color:  #0c2434 transparent #0c2434 #0c2434 ;
  border-style: solid;
}
.h2_p{
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
}
.top_pic{
  position: relative;
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
.item_p{
  line-height: 2em;
}
.pic23{
  width: 1040px;
  margin: 60px auto;
  justify-content: space-between;
}
.pic23 li{
  display: block;
}
.pic23_sage{
  padding-top: 60px;
}
.item_p{
  text-align: center;
  font-size: 18px;
}
.price_area{
  width: 420px;
  margin: 40px auto 0;
  justify-content: space-between;
  padding-bottom: 30px;
}
.price_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-top: 6px;
}
.price_btn{
  border: 1px solid #333333;
  padding: 4px;
  font-size: 13px;
  height: auto;
}
.detiel_h{
  text-align: left;
  font-size: 18px;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.detiel{
  width: 540px;
  justify-content: space-between;
  margin: 40px auto 0;
  padding-bottom: 30px;
  text-align: left;
}
.detiel_r{
  width: 270px;
  height: 360px;
  background-color: #fff;
  padding: 40px;
  border-top: 1px dotted #333;
  border-right: 1px dotted #333;
  border-bottom: 1px dotted #333;
}
.detiel_r p{
  line-height: 1.8em;
}
.lastbtn_area{
  display: block;
  padding-top: 80px;
  padding-bottom: 0px;
  text-align: center;
}
.lastbtn{
  position: relative;
  display: flex;
  width: 300px;
  height: 60px;
  color: #f5f1eb !important;
  background-color: #465764;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 20px;
}
.lastbtn::after{ 
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f5f1eb;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.lastbtn:hover{
  color: #465764 !important;
  background-color: #f5f1eb;
  transition: ease 1s;
  text-decoration: none;
}
.flex_items{
  display: flex;
}
.isu_pic{
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    margin-right: auto;
    margin-left: auto;
  }
  .js-footer_wrap {
    padding-top: 50px;
  }
  #header__navi02-sp {
    background-color: #fff;
  }
  .main {
    margin-top: 0;
  }
  .main.bg_main {
    padding: 0;
  }
  .main > .container.ht:first-child {
    overflow: hidden;
  }
  .grade1, .grade2, .grade3, .grade4{
    height: 40px;
  }
  .mv__img{
    width: 100%;
  }
  .index_flex{
    width: 86%;
    flex-wrap: wrap;
  }
  .index_pic{
    width: 60px;
  }
  h2{
    font-size: 18px;
    padding: 0 16px;
  }
  .h2_p{
    font-size: 14px;
    margin-top: 12px;
  }
  .top_pic{
    width: 100%;
  }
  .pic1{
    width: 80%;
  }
  .pic23{
    width: 100%;
    margin: 30px 0;
  }
  .pic23_sage{
    margin-left: 10%;
  }
  .price_area{
    width: 90%;
  }
  .mv_p{
    margin: 60px auto 0;
    font-size: 14px;
    line-height: 28px;
  }
  .item_p{
    font-size: 15px;
  }
  .price_flex p{
    font-size: 14px;
  }
  .price_btn{
    padding: 6px;
    font-size: 12px;
  }
  .detiel{
    width: 80%;
  }
  .detiel_pic{
    width: 100%;
    vertical-align: top;
  }
  .detiel_r{
    width: 100%;
    height: auto;
    padding: 14px;
  }
  .detiel_h{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .detiel p{
    font-size: 12px;
  }
  .lastbtn_area{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .isu_pic{
    width: 40%;
  }
  .lastbtn{
    width: 70%;
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
