/*== 全体設定 ==*/
.page_header {
  .section_header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .section {
    padding: 0 14px;
    margin-bottom:0;
  }
  .section_title {
    margin:1rem 0 0;
    font-size: 2rem;
    font-family: "Rera-06";
    &::before {
      display: none;
    }
  }
  .breadcrumbs {
    padding: .5rem;
    background: #fff;
    border-radius: 4px;
    li {
      display: inline-block;
      padding-left: 24px;
      position: relative;
      &:before{
        content: "";
        width: 6px;
        height: 6px;
        border: 1px solid #F65481;
        border-left: none;
        border-bottom: none;
        transform: rotate(45deg);
        position: absolute;
        left: 6px;
        top: 0;
        bottom: 0;
        margin: auto;
      }
    }
    li a{
      display: inline-block;
      vertical-align: baseline;
      font-size: calc(.875rem + .1vw);
    }
    .home_crumbs {
      padding-left: 0;
      &:before{
        display:none;
      }
    }
    .home_crumbs img {
      max-width: 18px;
      vertical-align: sub;
    }
  }
}
.page_body {
  .section_wrapper:nth-of-type(odd) {
    background: #fff;
    position: relative;
    margin-top: 64px;
    padding-bottom: 64px;
    &::before {
      content: "";
      height: 51px;
      width: 100%;
      background-image:url(/wp-content/themes/original_theme_honin/assets/img/sep_white.png) ;
      background-position: bottom right;
      background-repeat: repeat-x;
      position: absolute;
      top: -51px;
      right: 0;
      z-index: 20;
    }
  }

  .section_wrapper:nth-of-type(even) {
    position: relative;
    &::before {
      content: "";
      height: 51px;
      width: 100%;
      background-image:url(/wp-content/themes/original_theme_honin/assets/img/sep_blue.png) ;
      background-repeat: repeat-x;
      position: absolute;
      top: -51px;
      left: 0;
      z-index: 20;
    }
  }
  .section_wrapper:last-of-type {
    margin-bottom: 0;
    padding-bottom: 72px;
  }
}
.section_body{
  margin-bottom:2rem;
  .body_title{
    font-size: calc(1.5rem + .1vw);
    font-family: "Rera-04";
    margin-bottom: 12px;
    padding-bottom:6px;
    color: #17B2B8;
    border-bottom: 2px solid #6CCBCF;
  }
  .subtitle {
    line-height:1.6;
    position: relative;
    color: #17B2B8;
    font-size:calc(1.25rem + .1vw);
    border-bottom: 1px solid #17B2B8;
    margin-bottom: 8px;
    font-family: "Rera-04";
    display: block;
  }
  .table_wrap {
    width: 100%;
    border-top: 2px solid #6CCBCF;
    margin: 24px 0;
    background: #fff;
    .table_name {
      background:#6CCBCF ;
      color:  #fff;
      text-align: center;
      border-bottom: none;
    }
    .set_name {
      background:#91D8DB;
      color:  #fff;
      text-align: center;
      border-bottom: none;
    }
    th{
      width: 30%;
      text-align: left;
      background: #F9FCFD;
      color: #17B2B8;
      padding:8px;
      @media screen and (min-width: 1024px){
        width:50%;
      }
    }
    td {
      width: 70%;
      text-align: left;
      padding-left: 12px;
      @media screen and (min-width: 1024px){
        width:50%;
      }
    }
  }
  .flow_list {
    .list_item {
      display: grid;
      grid-template-columns: 100px 1fr;
      background: #F9FCFD;
    }
    .item_header {
      font-size: 3rem;
      text-align: center;
      color: #fff;
      background: #17B2B8;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Rera-06";
    }
    .item_body {
      padding: 1rem;
    }
    .step_title {
      display: block;
    }
  }
  .check_list {
    display: grid;
    gap: .5rem;
    @media screen and (min-width: 1024px){
      grid-template-columns: repeat(2,1fr);
    }
    .list_item {
      background: #fff;
      border-radius: 8px;
      padding: .5rem .5rem .5rem 32px;
      position: relative;
      &::before {
        content: "";
        width: 6px;
        height: 12px;
        border: 2px solid transparent;
        border-bottom: 2px solid #17B2B8;
        border-right: 2px solid #17B2B8;
        border-radius: 2px;
        position: absolute;
        left: 12px;
        top: .75rem;
        transform: rotate(45deg);
      }
    }
  }
}

/*== 当院について ==*/
  /*= ご挨拶 =*/
  .section_greeting .content_wrapper {
    @media screen and (min-width: 1024px){
      display: grid;
      grid-template-columns: calc(30% - 1rem) calc(70% - 1rem);
      gap:2rem;
    }
    .txt_wrap {
      margin-top: 1rem;
      padding: 1rem 1.25rem;
      border-radius: 1rem;
      background: #F9FCFD;
      @media screen and (min-width: 1024px){
        margin-top:0;
      }
      .txt {
        line-height:1.6;
        font-size:calc(1.125rem + .1vw);
        padding-bottom: .75rem;
      }
      .sign {
        padding-top: .75rem;
        text-align: right;
        color: #17B2B8;
      }
    }
  }
  /*= 初めての患者様へ =*/
  .section_lead .section_header{
    background: #fff;
  }
  /*= 料金 =*/
  .section_price {
    .note {
      margin-bottom: 1rem;
      padding:.5rem;
      background: #f9f9f9;
      font-size: calc(.875rem + .1vw);
    }
    .payment {
      margin-bottom: 1rem;
      .payment_label {
        padding: .5rem;
        background: #17B2B8;
        border: 1px solid #17B2B8;
        color: #fff;
        font-size: calc(1.25rem + .1vw);
      }
      .payment_body {
        padding: .5rem;
        border: 1px solid #17B2B8;
        font-size: calc(1.25rem + .1vw);
      }
    }
  }
  .price_list {
    .list_item {
      margin-bottom:1rem;
      @media screen and (min-width: 768px){
        display: grid;
        grid-template-columns: 1fr 2fr;
      }
      @media screen and (min-width: 1024px){
        grid-template-columns: 1fr 3fr;
      }
      @media screen and (min-width: 1440px){
        grid-template-columns: 1fr 4fr;
      }
    }
    .item_header {
      border-radius: 4px 4px 0 0;
      padding: 1rem;
      background:#17B2B8;
      @media screen and (min-width: 768px){
        border-radius: 4px 0 0 4px;
      }
      .price_title {
        font-size: calc(1.125rem + .1vw);
        color: #fff;
      }
    }
    .item_body {
      padding: 1rem;
      background:#F9FCFD;
      .price_title {
        font-size: calc(1.125rem + .1vw);
        color: #17B2B8;
        border-bottom: 1px solid #17B2B8;
        padding-bottom: 4px;
      }
      .notice {
        font-size: calc(.875rem + .1vw);
      }
    }
    .sub_list {
      @media screen and (min-width: 1024px){
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
      }
      .sub_list_item {
        margin-bottom: 1rem;
        background: #fff;
        @media screen and (min-width: 1024px){
          margin-bottom: 0;
        }
        .price_title {
          background: #F9FCFD;
        }
        .price_body {
          padding: .5rem;
        }
      }
      .set_item{
        display: inline-block;
        padding-left: 8px;
        margin-right: 8px;
        font-size: calc(.875rem + .1vw);
        position: relative;
        color: #111;
        &:before{
          content: "";
          width: 4px;
          height: 4px;
          border-radius: 2px;
          background: #17B2B8;
          position: absolute;
          left: 0;
          top:4px;
          bottom: 0;
          margin: auto;
        }
      }
      .price {
        margin-top: 4px;
        padding-top: 4px;
        border-top: 2px solid #F9FCFD;
      }
    }
  }

/*== 獣医師紹介 ==*/
.staff .page_body .section_doctor {
  .content_wrapper {
    @media screen and (min-width: 768px){
      display: grid;
      grid-template-columns: calc(35% - 1rem) calc(65% - 1rem);
      gap:2rem;
      font-size:1.125rem;
      max-width:100%;
    }
    @media screen and (min-width: 1280px){
      grid-template-columns: calc(30% - 1rem) calc(70% - 1rem);
    }
  }
  .body_title .label{
    padding-right: 6px;
  }
  .main {
    text-align: center;
    img {
      border-radius: 24px;
    }
  }
  .docter_info {
    padding-top: 14px;
    @media screen and (min-width: 1024px){
      padding-top:0;
    }
  }
  .sub_header {
    background: #F9FCFD;
    color: #17B2B8;
    padding: 8px;
    margin-bottom: 8px;
  }
  .career{
    margin-bottom: 18px;
    width: 100%;
    border-top: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    th,td {
      padding: 8px;
    }
    th {
      background: #f9f9f9;
    }
    td {
      border-bottom: 1px solid #f9f9f9;
    }
  }
  .info_list {
    margin-bottom: 18px;
  }
  .list_item {
    position: relative;
    padding-left: 18px;
    &::before{
      content: "";
      width:4px;
      height:4px;
      background: #17B2B8;
      border-radius: 2px;
      position: absolute;
      left: 4px;
      top: .6rem;
    }
  }
  .greeting {
    padding: 2rem;
    font-size: calc(1.125rem + .1vw);
    max-width: 960px;
    margin: 1rem auto;
    background: #fff;
    border: 8px solid #91D8DB;
    border-radius: 24px;
    .txt {
      margin-bottom: 8px;
    }
    .txt:last-of-type{
      margin-bottom: 0;
    }
  }
  .staff_members {
    display: grid;
    gap: 2rem;
    @media screen and (min-width:1024px) {
      grid-template-columns: repeat(2,1fr);
    }
    .list_item {
      &::before {
        display:none;
      }
      display: grid;
      gap: .5rem;
      padding-left: 0;
      @media screen and (min-width:768px) {
        grid-template-columns: repeat(2,1fr);
      }
    }
    .staff_photo img {
      border-radius:24px;
    }
    .staff_info .name {
      padding: 0 .5rem;
      font-size: 1.25rem;
      margin-bottom: 1rem;
    }
  }
}


/*== 院内紹介 ==*/
.section_clinic {
  .section_body{
    margin-bottom: 4rem;
  }
  .clinic_list {
    display:grid;
    gap:1rem;
    @media screen and (min-width: 1024px){
      grid-template-columns:repeat(2,1fr);
      gap:2rem;
    }
    @media screen and (min-width: 1280px){
      grid-template-columns:repeat(3,1fr);
    }
    .grid_item {
      background:#fff;
      .txt_wrap{
        padding: 1rem;
        background:#fff;
      }
    }
    .with_img{
    }
    .subtitle {
      position: relative;
      font-size:calc(1.25rem + .1vw);
      border: none;
      margin: 0;
    }
    .desc {
      border-top: 1px solid #6CCBCF;
      padding-top: 4px;
      margin-top: 4px;
    }
    margin-bottom: 1rem;
  }
  .facilities_list .list_item {
    background:#F9FCFD;
  }
}

/*== 当院について ==*/
.our_hospital {
  .section_greeting .lead {
    border-radius: 24px;
    padding: 1rem;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 8px solid #91D8DB;
    @media screen and (min-width: 1024px) {
      padding: 2rem;
    }
    .txt {
      font-size: calc(1.125rem + .1vw);
      margin-bottom: 8px;
    }
  }
  .section_policy {
    .policy_list {
      @media screen and (min-width: 1024px){
        display: grid;
        grid-template-columns:repeat(3,1fr);
        gap:2rem;
      }
      .list_item {
        padding: 1rem 1.5rem;
        background: #fff;
        margin-bottom: 2rem;
        @media screen and (min-width: 1024px){
          margin-bottom: 0;
          border-left: 8px solid #17B2B8;
          padding-left: 16px;
        }
      }
    }
    .subtitle {
      font-size: calc(1.5rem + .1vw);
    }
  }
  .details_list .list_item{
    background: #F9FCFD;
  }
}

/*== 往診 ==*/
.in_home .page_body{
  .section_lead{
    text-align: center;
    font-size: 1.125rem;
    @media screen and (min-width: 1024px){
      padding: 1rem;
    }
    .txt {
      font-size: calc(1.125rem + .1vw);
    }
    .note{
      font-size: calc(.875rem + .1rem);
      padding: .5rem;
      background:#F9FCFD;
    }
  }
  /*= 往診可能日時 =*/
  .in_home_info {
    display: grid;
    gap: 1rem;
    @media screen and (min-width: 1024px){
      grid-template-columns: repeat(2,1fr);
    }
    .info_item{
      border-radius: 6px 6px 0 0;
      border: 1px solid #17B2B8;
    }
    .info_title {
      text-align: center;
      border-radius: 4px 4px 0 0;
      background: #17B2B8;
      color: #fff;
      padding: .5rem;
    }
    .info_body {
      padding: .5rem 1rem;
    }
    .info_time{
      display: grid;
      gap: .5rem;
      grid-template-columns: repeat(2,1fr);
      text-align: center;
      position: relative;
      &:before{
        content: "";
        height: 90%;
        width: 1px;
        background-color: #17B2B8;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
      }
      .label {
        color: #17B2B8;
        font-size: calc(1.125rem + .1vw);
        padding-bottom: 18px;
        position: relative;
        display: inline-block;
        &:before{
          content: "";
          width: 0;
          height: 0;
          border:6px solid transparent;
          border-top: 6px solid #17B2B8;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
        }
      }
      .time {
        font-size: calc(1.125rem + .1vw);
      }
    }
  }
  /*= 対応エリア =*/
  .area_list {
    padding-top: .5rem;
    .area_name {
      display: inline-block;
      padding:0 0 .5rem 12px;
      margin-right: 8px;
      position: relative;
      &::before{
        content: "";
        width: 6px;
        height: 6px;
        background: #17B2B8;
        border-radius: 6px;
        position: absolute;
        left: 0;
        top: .75rem;
      }
    }
  }
  .area_etc{
    display: inline-block;
    font-size: calc(.875rem + .1rem);
  }
  /*= 往診のメリット =*/
  .overview_body {
    border-radius: 24px;
    padding: 1rem;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 8px solid #91D8DB;
    @media screen and (min-width: 1024px){
      margin-top:4rem;
      padding: 2rem;
    }
    .overview_grid{
      @media screen and (min-width: 1024px){
        display: grid;
        grid-template-columns: 1fr 120px;
      }
    }
    .body_title {
      text-align: center;
    }
  }
  .overview_list {
    .list_item {
      position: relative;
      padding: .5rem .5rem .5rem 32px;
      position: relative;
      &::before {
        content: "";
        width: 6px;
        height: 12px;
        border: 2px solid transparent;
        border-bottom: 2px solid #17B2B8;
        border-right: 2px solid #17B2B8;
        border-radius: 2px;
        position: absolute;
        left: .5rem;
        top: .75rem;
        transform: rotate(45deg);
      }
    }
    .list_item {
      border-bottom: 1px dashed #91D8DB;
      &:last-child{
        border: none;
      }
    }
  }
  .overview_img {
    text-align: center;
    position: relative;
    padding-top: 1rem;
    img {
      max-width: 120px;
      @media screen and (min-width: 1024px){
        position: absolute;
        bottom: -40px;
        right: 0;
      }
    }
  }
  /*= 診察の流れ =*/
  .section_flow{
    .flow_list {
      margin-bottom: 2rem;
      display: grid;
      gap: 2rem;
      @media screen and (min-width: 1024px){
        grid-template-columns: repeat(2,1fr);
      }
    }
    .note {
      padding: .5rem;
      font-size: calc(.875rem + .1vw);
      background: #f9f9f9;
    }
  }
}

/*= お問い合わせ =*/
.contact .page_body{
  .recapcha-text {
    text-align: center;
    font-size: .875rem;
    color: #666;
    a{
      color: #F65481;
      text-decoration: underline;
      transition: opacity .5s ease;
    }
    a:hover {
      opacity: .7;
    }
  }
  .section_form {
    .note {
      padding-bottom: 8px;
    }
  }
  /* フォーム */
  .form_wrap {
    margin-bottom: 24px;
  }
  .form_parts{
    margin-bottom: 14px;
  }
  .form_item {
    label {
      padding: 2px 4px;
      background:#17B2B8 ;
      border-bottom: none;
      color: #fff;
      display: inline-block;
    }
    label .sub_en {
      font-size: .875rem;
      display: block;
    }
    input,
    textarea {
      padding: 4px;
      border:1px solid #6CCBCF ;
      width: 100%;
      vertical-align: bottom;
      box-sizing: inherit;
    }
    .wpcf7-checkbox,
    .wpcf7-radio {
      display: inline-block;
      padding: 4px 4px 0;
      vertical-align: text-bottom;
    }
    .wpcf7-checkbox .wpcf7-list-item {
      margin-bottom: 8px;
    }

    .wpcf7-form-control-wrap label{
      background: none;
      border: none;
    }

    input[type="checkbox"] + .wpcf7-list-item-label,
    .wpcf7-checkbox label{
      padding-left: 36px;
      position: relative;
    }

    .wpcf7-radio label {
      padding-left: 28px;
      position: relative;
      top: 4px;
    }

    input[type="checkbox"] + .wpcf7-list-item-label:before,
    .wpcf7-checkbox .wpcf7-list-item-label::before,
    .wpcf7-radio .wpcf7-list-item-label::before{
      width: 24px;
      height: 24px;
      border: 1px solid #6CCBCF;
      position: absolute;
      left: 0;
      top: 0;
    }

    .wpcf7-radio .wpcf7-list-item-label::before{
      width: 20px;
      height: 20px;
      border-radius: 12px;
      top: 4px;
    }

    input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
    .wpcf7-checkbox input[type="checkbox"]:checked  + .wpcf7-list-item-label::after {
      width: 8px;
      height: 12px;
      border-right:#6CCBCF 4px solid;
      border-bottom:#6CCBCF 4px solid;
      position: absolute;
      transform: rotate(45deg);
      left: 8px;
      top: 4px;
    }
    .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
      width: 14px;
      height: 14px;
      border-radius: 7px;
      background:#6CCBCF;
      position: absolute;
      left: 4px;
      top: 8px;
    }
  }
  .form_select {
    border: 1px solid #6CCBCF;
    position: relative;
    &::before{
      content: "";
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-top: 8px solid #333;
      position: absolute;
      right: 8px;
      top: 10px;
      bottom: 0;
      margin: auto;
    }
    select{
      padding: 5px 24px 5px 5px;
      width: 100%;
    }
  }
  .form_radio {
    .wpcf7-list-item{
      margin: 0 8px 0 0;
    }
    label {
      color: #000;
    }
  }
  .parts_animal  {
    margin-bottom: 24px;
  }
  .form_date .wpcf7-form-control-wrap{
    display: inline-block;
    width: 100%;
    input::-webkit-calendar-picker-indicator {
      cursor: pointer;
    }
  }
  .date_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem;
  }

  .btn_wrapper {
    text-align: center;
    .submit_wrapper{
      display: inline-block;
      position: relative;
      &::before{
        content: "";
        height: 1px;
        width:3rem;
        border-radius: 1px;
        background: #F65481;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(1.5rem + 12px);
        z-index: 2;
        transition: right .25s ease-out;
      }
      &::after{
        content: "";
        height: 18px;
        width: 12px;
        background-image:url(/wp-content/themes/original_theme_honin/assets/img/btn_arrow.svg) ;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.5rem;
        transition: right .25s ease-out;
      }
    }
    input[type="submit"]{
      text-align: left;
      color: #F65481;
      width: 100%;
      &::before,&:after{
        display: none;
      }
    }
    .submit_wrapper:hover{
      input[type="submit"]{
        box-shadow: 0 0 4px rgba(246, 84, 129,.5);
      }
      &::before{
        right: calc(.5rem + 12px);
      }
      &::after{
        right: 1.25rem;
      }
    }
    input[type="submit"] + .wpcf7-spinner {
      display: none;
    }
  }
  .spinner_wrapper {
    margin-top: 1rem;
    text-align: center;
  }

  .wpcf7-list-item-label {
    vertical-align: text-bottom;
  }

  .wpcf7-not-valid-tip {
    padding:4px 0;
  }

  @media screen and (min-width: 768px){
    .form_item {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 2rem;
      align-items: center; 
      margin-bottom: 2rem;
      label {
        text-align: right;
        padding-right: 8px;
        height: 100%;
      }
    }
    .item_wide {
      display: block;
    }
  }
  /* その他の連絡先 */
  .contact_list {
    display: grid;
    gap: 1rem;
    @media screen and (min-width: 768px){
      grid-template-columns: repeat(3,1fr);
    }
    .list_item {
      margin-bottom: 4px;
    }
    .label {
      border-radius:4px 4px 0 0;
      background: #17B2B8;
      color: #fff;
      padding: .5rem 1rem;
      display: block;
    }
    .item_body {
      padding: .3rem 1rem .5rem 1rem;
      border: 1px solid #17B2B8;
      display: inline-block;
      width: 100%;
      font-size: calc(1.125rem + .1vw);
    }
    a{
      text-decoration: underline;
      transition: color .25s ease;
    }
    a:hover{
      color: #F65481;
    }
  }
}

/*= プライバシーポリシー =*/
.section_policy {
  padding:24px;
  &:first-child{
    padding-top: 72px;
  }
  p{
    padding: 4px 0;
    line-height: 1.6;
  }
  .list_disc{
    padding: 14px;
    background: #F4FAFB;
  }
  .list_disc .list_item{
    position: relative;
    padding-left: 12px;
  }
  .list_disc .list_item::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #17B2B8;
    border-radius: 6px;
    position: absolute;
    top: 10px;
    left: 0;
  }
}


/*= アクセス =*/
.access .page_body{
  .section_map{
    .section_body {
      display: grid;
      gap:4rem;
      @media screen and (min-width: 1280px){
        grid-template-columns:2fr 1fr;
      }
    }
    .address_info {
      padding: 1rem;
      border-radius: 24px;
      background: #EBF2F2;
    }
    .parking {
      margin-top: 1rem;
      display: grid;
      grid-template-columns: 1fr 2fr;
      border: 1px solid #17B2B8;
      .label{
        background: #17B2B8;
        color: #fff;
        padding: .5rem;
      }
      .txt{
        background: #fff;
        padding: .5rem;
      }
    }
  }
  .section_access {
    .section {
      display: grid;
      gap:2rem;
      @media screen and (min-width: 1024px){
        grid-template-columns:repeat(2,1fr);
      }
    }
    .section_body {
      padding: 1rem;
      background:#fff ;
      border-radius: 24px;
    }
    .img_wrap{
      padding: .5rem;
      text-align: center;
      img{
        max-height: 120px;
      }
    }
    .subtitle{
      text-align: center;
      border: none;
      padding:.5rem 0;
      font-size: calc(1.5rem + .1vw);
    }
    .list-item {
      background-color: #F4FAFB;
      margin-bottom: 1rem;
      .label {
        display: block;
        padding: .5rem;
        background: #17B2B8;
        color: #fff;
      }
      .text{
        display: block;
        padding: .5rem;
      }
    }
    .list-item:last-of-type {
      margin-bottom: 0;
    }
  }
}

/*= 一覧ページ =*/
.section_archives{
  .archive_wrapper {
    margin-bottom: 2rem;
  }
  .section_body {
    @media screen and (min-width: 1024px){
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap:4rem;
      background:rgba(255,255,255,.5);
      margin:0 auto;
    }
  }
  .news_item {
    padding:8px;
    border-bottom:1px solid #EBF2F2;
    transition:background .25s ease-out;
    position: relative;
    &:last-child{
      border-bottom: none;
    }
    &:hover{
      background: rgba(255,255,255,.5);
    }
  }
  .news_date {
    font-size: calc(.75rem + .1vw);
    display: inline-block;
    @media screen and (min-width: 1024px){
      padding:8px;
      border-right:1px solid #3cd3d8;
    }
  }
  .entry-title{
    display: block;
    @media screen and (min-width: 1024px){
      display: grid;
      grid-template-columns: 140px 1fr;
      gap:2rem;
      align-items:center;
    }
    &::before{
      content: "";
      height: 1px;
      width:3rem;
      border-radius: 1px;
      background: #F65481;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: calc(1.5rem + 12px);
      transition: right .25s ease-out;
    }
    &::after{
      content: "";
      height: 18px;
      width: 12px;
      background-image:url(/wp-content/themes/original_theme_honin/assets/img/btn_arrow.svg) ;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1.5rem;
      transition: right .25s ease-out;
    }
  }
  .entry-title_inner {
    font-size: calc(1rem + .1vw);
    padding-right: 8rem;
  }
  .entry-title:hover{
    &::before{
      right: calc(.5rem + 12px);
    }
    &::after{
      right: 1.25rem;
    }
  }
}
.nav-links {
  margin-top: 24px;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding-top: 1rem;
  border-top: 4px solid #EBF2F2;
  .page-numbers {
    display: inline-block;
    padding: 2px 8px;
    border:1px solid #F34B7B;
    color: #F34B7B;
    background: #fff;
    &:hover{
      color: #fff;
      background:#F34B7B ;
    }
  }
  .current {
    background:#F34B7B ;
    color:  #fff;
    opacity: .5;
  }
}

.widget-archives {
  .side_title {
    font-size: 1.2rem;
    font-family: "Rera-04";
    margin-bottom: .5rem;
    padding: 1rem;
    color: #fff;
    background: #17B2B8;
  }
  .year_header {
    position: relative;
    cursor: pointer;
    border: 1px solid #17B2B8;
    background:#17B2B8;
    &::before{
      content: "";
      width: 21px;
      height: 1px;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 8px;
      background: #fff;
    }
    &::after{
      content: "";
      width: 1px;
      height: 20px;
      position: absolute;
      transition: transform .25s ease;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 18px;
      background: #fff;
      transition: transform .25s ease, opacity .25s ease;
    }
    .btn {
      display: block;
      padding: 8px;
      width: calc(100% - 36px);
      color: #17B2B8;
      background: #fff;
    }
  }
  .year_header.active {
    &::after{
      opacity: 0;
      transform: rotate(90deg);
    }
  }
  .month_list {
    margin-bottom: 8px;
    display: none;
    border: 1px solid #17B2B8;
    border-top: none;
    .cat-item {
      padding: 8px;
      border-bottom: 1px solid #91D8DB;
    }
    .cat-item:last-of-type {
      border: none;
    }
    a{
      text-decoration: underline;
      transition: color .25s ease;
    }
    a:hover{
      color: #F34B7B;
    }
    &.active {
      display: block;
    }
    .list_item {
      margin-bottom: 8px;
    }
  }
}

/*= 投稿ページ =*/
.post {
  .post_body {
    padding: 2rem;
    border-bottom: 4px solid #EBF2F2;
  }
  .pagelink_list {
    margin-top: .5rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    .list_item{
      font-size: calc(.875rem + .1vw);
    }
    a {
      color: #F34B7B;
    }
  }
  .btn_next {
    text-align: right;
  }
  .body_main {
    margin-bottom: 2rem;
  }
}

/*== 諸々のご案内 ==*/
.section_payment_guide .page_body{
  .guide_wrap {
    @media screen and (min-width: 1024px){
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 2rem;
    }
    .item_inner {
      margin-bottom: 2rem;
      background: #fff;
      border: 1px solid #17B2B8;
      border-radius: 6px 6px 0 0;
      .label {
        padding: .5rem 1rem;
      }
      .desc {
        padding: .5rem;
        margin: 0 1rem 1rem;
        background: #F9FCFD;
      }
    }
    .subtitle {
      padding: .5rem 1rem;
      background: #17B2B8;
      border-radius: 4px 4px 0 0;
      font-size:calc(1.25rem + .1vw);
      color: #fff;
    }
    .label {
      font-size:calc(1.25rem + .1vw);
      font-family: "Rera-04";
    }
    .method_list {
      background: #fff;
      border: 1px solid #17B2B8;
      padding: 1rem;
    }
    .list_item {
      margin-bottom: 1rem;
      &:last-child{
        margin-bottom: 0;
      }
      .label {
        position: relative;
        display: inline-block;
        padding-left: 12px;
      }
      .label::before{
        content: "";
        width: 6px;
        height: 6px;
        background: #17B2B8;
        border-radius: 6px;
        position: absolute;
        top: 12px;
        left: 0;
      }
    }
    .method_list .sub_list{
      padding: 1rem;
      background: #F9FCFD;
      .list_item {
        margin-bottom: 0;
        display: inline-block;
        padding: .5rem;
      }
      li {
        vertical-align: middle;
      }
      img {
        width: auto;
      }
      .visa img {
        height: 24px;
      }
      .mc img,.jcb img,.amex img{
        height: 34px;
      }
      .diners img,.discover img{
        height: 38px;
      }
      .paypay ,.rpay,.aupay {
        padding: 0;
      }
      .paypay img {
        height:64px;
      }
      .rpay img{
        height:42px;
      }
      .aupay img {
        height: 28px;
      }
    }
  }
}

/*== ドナー募集 ==*/
.donor .page_body{
  .section_lead {
    padding: 1rem;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 8px solid #91D8DB;
    border-radius: 24px;
    @media screen and (min-width: 1024px){
      margin-top:4rem;
      padding: 2rem;
    }
    .txt {
      font-size: calc(1.125rem + .1vw);
    }
  }
  .section_donor {
    .donor_list_wrapper {
      display: grid;
      gap: 2rem;
      @media screen and (min-width: 1024px){
        grid-template-columns: repeat(2,1fr);
      }
    }
    .list_title {
      text-align: center;
      border-radius: 8px 8px 0 0;
      background: #17B2B8;
      color: #fff;
      padding: .5rem;
      font-size: calc(1.25rem + .1vw);
    }
    .list_item {
      display: grid;
      grid-template-columns: 1fr 3fr;
      border-left: 1px solid #91D8DB;
      border-right: 1px solid #91D8DB;
    }
    .item_title {
      padding:.5rem;
      background: #F9FCFD;
      border-right: 1px solid #91D8DB;
      border-bottom: 1px solid #91D8DB;
      color: #17B2B8;
      font-size: calc(1.125rem + .1vw);
    }
    .item_body{
      padding: .5rem;
      border-bottom: 1px solid #91D8DB;
    }
    .item_body .list_item{
      display: block;
      border: none;
      margin-bottom: .5rem;
    }
    .item_body .list_item:last-of-type{
      margin-bottom: 0;
    }
    .label_list {
      .list_item {
        margin-bottom: 1rem;
      }
      .label {
        padding:0 .5rem;
        display: inline-block;
        margin-right: .5rem;
      }
      .txt {
        display: inline-block;
      }
      .male{
        background: #F4E0F3;
      }
      .female {
        background: #F4E1E0;
      }
    }
    .disc_list .list_item {
      padding-left:14px;
      position: relative;
    }
    .disc_list .list_item::before {
      content: "";
      width: 6px;
      height: 6px;
      background: #17B2B8;
      border-radius: 6px;
      position: absolute;
      left: 0px;
      top: 12px;
    }
  }
  .flow_list {
    margin-bottom: 2rem;
    display: grid;
    gap: 2rem;
    @media screen and (min-width: 1024px){
      grid-template-columns: repeat(2,1fr);
    }
  }
}

/*= 親ページ =*/
.page_link_list{
  .list_item {
    position: relative;
    padding-left: 18px;
    margin-bottom: 1rem;
    a {
      font-size: 1.25rem;
      text-decoration: underline;
      color: #F34B7B;
      transition: opacity .5s ease;
    }
    a:hover {
      opacity: .7;
    }
    &::before{
      content: "";
      width:4px;
      height:4px;
      background: #17B2B8;
      border-radius: 2px;
      position: absolute;
      left: 4px;
      top: 1rem;
    }
  }
}