@charset "UTF-8";
/*==============================================================================
和Produce CSS plan
==============================================================================*/

/*==============================================================================

==============================================================================*/
/* ======================= plan ====== */

.plan_ttl{
   position: relative;
   padding-top: 22.5px;
   padding-bottom: 22.5px;
   color: #fff;
   z-index: 1;
padding-left: 5%;
display: flex;
align-items: center;
   background: linear-gradient(
90deg
,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 20px,#C3402F 20px,#C3402F 100%);
}

.categoryPlan{
    background-image: url(../img/about/about_back.png);
}


.plan_ttl:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    width: calc(100% - 21px);
    height: 27px;
    background: #C3402F;
    z-index: -1;
    transform: skewX(
-36deg
);
}

.plan_ttl:after {
    content: '';
    position: absolute;
    display: block;
    top: 27px;
    left: 0;
    width: 100%;
    height: 46px;
    background: #C3402F;
    z-index: -1;
}

.ttl_most_big{
     font-size: 28px;
     line-height: 1;
}

.plan_ttl_tag{
  margin-left: 4px;
  font-size: 22px;
  line-height: 1;
    margin-top: 4px;
}

.plan_dis{
  font-size: 16px;
  margin-left: 25%;
       line-height: 1;
}

.plan_item_img {
    width: 40%;
    height: 255px;
}

.plan_item_inner{
  padding: 30px 25px 30px 40px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #C3402F;
  background:#fff;
}

.plan_item_box {
    width: 57%;
}

.plan_price {
    width: 50%;
}

.plan_item_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
    border: 1px solid #C3B587;
    padding: 30px 20px;
    position: relative;
}

.plan_item_content::before{
  position: absolute;
  width: 90px;
  height: 23px;
  content:"プラン内容";
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  background: #C3B587;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -11px;
  left:10px;
}

.plan_item_content_box {
    display: flex;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: bold;
    align-items: center;
    padding: 5px 0;
}

.big_box{
  width: 160px;
}
.big_box3{
    width: 169px;
}

.small_box{
  width: 130px;
}

.last_box {
    width: 500px;
}

.plan_item_content_img {
    margin-right: 10px;
}
.plan_item_content_text{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.plan_item_content_annotation {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.reception{
  padding-top: 80px;
  padding-bottom: 0;
}

.reception .comnmon_dis {
    margin-bottom: 30px;
    max-width: 100%;
}

.plan_item {
    margin-bottom: 80px;
    position: relative;
}

.plan_item:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -42px;
    right: 0;
    width: 100%;
    height: 42px;
    background: #C3402F;
    clip-path: polygon(100% 0, 100% 40%, 97% 100%, 0 100%, 0 0);
}

.plan_item_arrow_box{
    position: relative;
    margin-left: 30px;
    padding: 5px 10px;
    background: #C3B587;
    color: #FFFFFF;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.plan_item_arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(195, 181, 135, 0);
    border-top-width:6px;
    border-bottom-width:6px;
    border-left-width:15px;
    border-right-width:15px;
    margin-top: -6px;
    border-right-color:#C3B587;
    right:100%;
    top:47%;
}

.plan_btn {
    max-width: 520px;
    width: 80%;
    margin: 102px auto 120px;
    padding-left: 100px;
}


@media screen and (max-width: 767px){

  .plan_dis{
    display: none;
  }

  .plan_ttl {
    position: relative;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
90deg
 ,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 20px,#C3402F 20px,#C3402F 100%);
}

.ttl_most_big {
    font-size: 18px;
    line-height: 1;
}

.plan_ttl_tag {
    margin-left: 4px;
    font-size: 14px;
    line-height: 1;
    margin-top: 4px;
}



.plan_item_inner {
    padding: 20px 0px 0px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #C3402F;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.plan_item_img {
    width: 100%;
    height: 130px;
}

.plan_item_box {
    width: 100%;
}

.plan_price {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.plan_item_content::before{
  display: none;
}

.plan_item_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    border: 0px solid #C3B587;
    padding: 20px 10px 25px;
    position: relative;
}

.small_box {
    width: 50%;
}

.big_box {
    width: 50%;
}

.last_box {
    width: 100%;
}

.plan_item_content_box {
    display: flex;
    font-size: 3vw;
    font-weight: bold;
    align-items: center;
    margin-bottom: 15px;
}

img.plan_item_content_img {
    margin-right: 10px;
}
.plan_item_content_text{
    font-size: 3vw;
}
.plan_item_content_annotation {
    font-size: 2.7vw;
}

.plan_item_arrow_box{
    font-size: 12px;
}

.plan_btn {
    width: 100%;
    margin: 20px auto 60px;
    padding: 14px 0;
    padding-left: 15%;
}

}

@media screen and (max-width: 340px){
  .plan_btn {
      width: 100%;
      margin: 20px auto 60px;
      padding: 14px 0;
      padding-left: 10%;
  }

}
