@charset "utf-8";

@media screen and (min-width: 1151px) {
  .pcn {
    display: none;
  }

  .left {
    float: left;
  }

  .left_img {
    float: left;
    padding-right: 4rem;
    padding-bottom: 2rem;
  }

  .left_img_c {
    float: left;
    padding-right: 4rem;
    padding-bottom: 2rem;
  }

  .right {
    float: right;
  }

  .right_img {
    float: right;
    padding-left: 4rem;
    padding-bottom: 2rem;
  }

  .right_img_c {
    float: right;
    padding-left: 4rem;
    padding-bottom: 2rem;
  }

  .imgw01 {
    width: 300px;
  }
  .imgw02 {
    width: 400px;
  }

  .flex_res {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex_bw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flex_limg, .flex_rimg {
    width: 30%;
  }

  .flex_txt {
    width: 65%;
    text-align: left;
  }

  .flex_w {
    max-width: 700px;
  }

  .fl {
    font-size: 1.9rem !important;
    line-height: 1.6 !important;
  }

  .fl2 {
    font-size: 2.2rem !important;
    line-height: 1.6 !important;
  }

  .fm {
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
  }

  .fm2 {
    font-size: 1.7rem !important;
    line-height: 1.6 !important;
  }

  .fs {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
    font-weight: normal;
  }

  .next {
    margin-top: 15rem !important;
  }

  .txtc {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 0.5rem 0 1.5rem;
    text-align: center !important;
    margin: 0px auto !important;
  }

  .mb05 { margin-bottom: 0.5rem !important; }
.mb1 { margin-bottom: 1rem !important; }
.mb2 { margin-bottom: 2rem !important; }
.mb3 { margin-bottom: 3rem !important; }
.mb4 { margin-bottom: 4rem !important; }
.mb5 { margin-bottom: 5rem !important; }
.mb6 { margin-bottom: 6rem !important; }
.mb10 { margin-bottom: 10rem !important; }
.mb-5per { margin-bottom: -5% !important; }
.mt1 { margin-top: 1rem !important; }
.mt2 { margin-top: 2rem !important; }
.mt3 { margin-top: 3rem !important; }
.mt4 { margin-top: 4rem !important; }
.mt5 { margin-top: 5rem !important; }
.mt6 { margin-top: 6rem !important; }
.mt7 { margin-top: 7rem !important; }
.mt8 { margin-top: 8rem !important; }
.mt9 { margin-top: 9rem !important; }
.mt10 { margin-top: 10rem !important; }
.pt1 { padding-top: 1rem !important; }
.pt2 { padding-top: 2rem !important; }
.pt3 { padding-top: 3rem !important; }
.pt4 { padding-top: 4rem !important; }
.pt5 { padding-top: 5rem !important; }
.pt6 { padding-top: 6rem !important; }
.pt10 { padding-top: 10rem !important; }
.ml1 { margin-left: 1rem !important; }
.ml2 { margin-left: 2rem !important; }
.ml3 { margin-left: 3rem !important; }
.pad_A1 { padding: 1rem !important; }
.pad_A2 { padding: 2rem !important; }

  /* header　navi
---------------------------------------------*/
  #header {
    width: 100%;
    height: 10rem;
    background: #fcf8f6;
    position: fixed;
    top: 0px;
    z-index: 200;
  }

  #header_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  #logo {
    max-width: 360px;
    padding: .5rem 0 0;
    text-align: center;
  }

  #logo img {
    max-width: 360px;
  }

  #telh {
    width: 15%;
    padding: 1.5rem 0 0;
  }

  #glnavi {
    max-width: 900px;
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #glnavi ul.nav_ul {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #glnavi ul li {
    padding-left: .5rem;
  }

  #glnavi .ac_right ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  /* glnavi link */
  #glnavi li a {
    height: 40px;
    padding: 0 2rem;
    display: table-cell;
    color: #231815;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    position: relative;
    vertical-align: middle;
    font-size: 1.5rem;
  }

#glnavi li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #e41c72;
    transition: width 0.5s ease-out;
}

#glnavi li a:hover::before {
    width: 100%;
}

#glnavi li a:not(:hover)::before {
    left: auto;
    right: 0;
    transition: width 0.5s ease-out;
}

#glnavi li a:hover {
    color: #e41c72;
}

  /* glnavi accordion */
  #glnavi ul li a.accordion {
    position: relative;
  }

  #glnavi ul li a.accordion::after {
    font-size: 10px;
    display: block;
    height: 10px;
    width: 10px;
    content: "▼";
    text-align: center;
    line-height: 10px;
    position: absolute;
    bottom: 1px;
    left: 60px;
    color: #e41c72;
  }

  #glnavi ul li div {
    position: absolute;
    z-index: 200;
    top: 10rem;
    left: 0px;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    width: 100%;
    height: auto;
    background-color: #fbf3f1;
  }

  #glnavi ul li ul {
    width: 1100px;
    height: auto;
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap;
  }

  #glnavi ul li ul li {
    width: auto;
    height: auto;
  }

  #glnavi ul li ul li a {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
    width: auto;
    height: auto;
    padding: .1rem 1.5rem;
  }

  #glnavi ul li ul li a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    background-color: #fff;
  }

  #glnavi li li a::before,
  #glnavi li li:first-child a::after {
    display: none;
  }

  #glnavi ul li:hover div {
    visibility: visible;
    opacity: 1;
  }

  #glnavi div.ac_li {
    display: block !important;
    margin: 0px auto;
  }

  @media only screen and (max-width: 1350px) {
    #glnavi li a {
      font-size: 1.2rem;
    }
}
  @media only screen and (max-width: 1310px) {
    #logo {
    max-width: 280px;
    padding: 1rem 0 0;
    text-align: center;
  }

  #logo img {
    max-width: 280px;
  }
    #logo div {
      font-size: 1rem;
    }


  }

    /* top
---------------------------------------------*/
.topimage {
    max-width: 1500px;
    margin: auto;
    text-align: left;
    padding: 11rem 2rem 5rem;
  }
  .topimage img {
    border-radius: 20px;
  }

.slider-area {
    position: relative;
    max-width: 1500px;
    height: 645px;
}

.slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 20s linear infinite 0s;
}

.slider-item:nth-child(2) {
    animation-delay: 5s;
}

.slider-item:nth-child(3) {
    animation-delay: 10s;
}
.slider-item:nth-child(4) {
    animation-delay: 15s;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    40%,
    100% {
        opacity: 0;
    }
}

  .news {
    width: 100%;
    margin: -15px auto 1rem;
    text-align: left;
  }

  .news dt {
    font-size: 1.5rem;
    line-height: 1.7;
    float: left;
    width: 160px;
    padding: 15px 0 0 0;
    border-bottom: none;
  }

  .news dd {
    font-size: 1.5rem;
    line-height: 1.7;
    padding: 15px 0 14px 160px;
  }


  /* page　head
---------------------------------------------*/
  .pagehead {
    max-width: 1500px;
    margin: 0 auto;
    padding: 11rem 2rem 5rem;
  }

  .h_title-inner {
    position: relative;
    max-width: 1500px;
    height: 400px;
    margin: auto;
    padding: 14% 0 0;
    border-radius: 20px;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .h_title-inner h1 {
    position: absolute;
    top: 43%;
    width: 100%;
    text-align: center;
    font-size: 4rem;
    color: #280000;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  }

  .h_title-inner div {
    position: absolute;
    top: 57%;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
    font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  }

  .h_title-feature {
    background: url(../img/top02.webp) center/cover no-repeat;
  }

  .h_title-treatment {
    background: url(../img/top05.webp) center/cover no-repeat;
  }

  .h_title-info {
    background: url(../img/top07.webp) center/cover no-repeat;
  }

  .h_title-comfort {
    background: url(../img/top06.webp) center/cover no-repeat;
  }

  .h_title-about {
    background: url(../img/top08.webp) center/cover no-repeat;
  }

  .h_title-free {
    background: url(../img/top02.webp) center/cover no-repeat;
  }


  /* page　base
---------------------------------------------*/
  .pagebody {
    width: 100%;
    background: url(../img/sakura_bg.webp) left no-repeat;
    background-attachment: fixed;
  }

  .cont_box {
    max-width: 1100px;
    margin: auto;
    text-align: left;
    padding: 3rem 2rem 5rem;
  }

  .cont_box::after {
    display: table;
    clear: both;
    content: "";
  }

  .cont_box p {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 0.5rem 0 1.5rem;
  }

  .cont_box .copy {
    font-size: 1.9rem;
    line-height: 1.9;
    padding: 0.5rem 0 4rem;
    text-align: center;
  }

  .cont_box .copy_c {
    font-size: 1.7rem;
    line-height: 1.9;
    margin: 0.5rem 0 4rem;
    text-align: center;
  }
  .cont_box img {
    border-radius: 10px;
  }

  .bar01 {
    width: 100%;
    text-align: center;
    color: #1E1E1E;
    font-size: 3.3rem;
    line-height: 1.2;
    padding: 5rem 0 6rem;
background: url(../img/sakura.webp) no-repeat top center;
font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  }

  .bar02 {
    text-align: left;
    position: relative;
    padding: 1rem 0 1rem 3rem;
    margin: 0 0 3rem;
    font-size: 2.6rem;
    line-height: 1.2;
    background: url(../img/icon.webp) no-repeat center left;
    font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  }

  .bar03 {
    border-bottom: 3px #f3e5e2 solid;
    padding: 0 1rem .5rem 0;
    margin: 0 0 2rem;
    font-size: 2.5rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  }

  .bar04 {
    display: inline-block;
    border: 1px #eb5e9c solid;
    border-radius: 10px;
    color: #eb5e9c;
    padding: .5rem 1.5rem .3rem;
    margin: 0 0 1.5rem;
    font-size: 1.8rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  }

  .bar05 {
    display: inline-block;
    border-bottom: 1px #280000 solid;
    padding: 0 0 .5rem;
    font-size: 2.2rem;
    line-height: 1.3;
    font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  }


  /* Contents
---------------------------------------------*/
.guide_in {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
.guide_in>li {
    padding: 3rem 2rem;
    text-align: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0px 1px 1px 1px;
    border-radius: 50vh;
  }
  .guide_in>li .number {
    font-size: 3.5rem;
    padding-bottom: 1rem;
  }
  .guide_in>li p {
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.4;
  }
  .guide_in>li a {
    display: block;
    text-decoration: none;
    color: #280000;
  }

  /* frame box
---------------------------------------------*/
  .list_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
    margin: 3rem 0;
  }

  .list_in_text p {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 0.5em 0;
  }

  .list_in_text {
    width: 65%;
  }

  .list_image {
    width: 30%;
    padding-top: 1em;
    text-align: center;
  }

  .list_image a {
    text-decoration: none;
  }

  .list_btnbox {
    width: 100%;
    margin: 0.5rem auto;
    text-align: center;
  }

  .list_btnbox a {
    color: #fff;
  }

  .Area_01 {
    width: 100%;
  }

  .Area_PL {
    width: 100%;
    min-height: 800px;
    background: url(../img/top01.webp) left top no-repeat;
  }

  .Area_PL_in {
    float: right;
    width: 60%;
    min-height: 800px;
    background: #fff;
    padding: 7rem 20rem 0 7rem;
    text-align: left;
  }

  .Area_PL_in p {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 0.5rem 0 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .Area_PL::after {
    content: "";
    display: block;
    clear: both;
  }

  @media only screen and (max-width: 1310px) {
    .Area_PL_in {
      padding: 4rem 5rem 0 4rem;
    }
  }

  .Area_PR {
    width: 100%;
    min-height: 800px;
    background: url(../img/top02.webp) right top no-repeat;
  }

  .Area_PR_in {
    float: left;
    width: 60%;
    min-height: 800px;
    background: #fff;
    padding: 7rem 7rem 0 20rem;
    text-align: right;
  }

  .Area_PR_in p {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 0.5rem 0 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .Area_PR::after {
    content: "";
    display: block;
    clear: both;
  }

  @media only screen and (max-width: 1310px) {
    .Area_PR_in {
      padding: 4rem 4rem 0 5rem;
    }
  }


  .borbox01 {
    padding: 2rem 3rem .5rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 3px #ababab;
  }

  .borbox02 {
    border: 2px #ccc dotted;
    padding: 2rem 2rem 1rem;
  }

  .nextbox:before {
    display: block;
    font-size: 3rem;
    color: #eb5e9c;
    content: "▼";
    padding: 1.5rem;
    text-align: center;
  }

  .framebox_01 {
    position: relative;
    margin: 0 0 5rem;
    padding: 2rem 3rem;
    border: solid 3px #eb5e9c;
    border-radius: 8px;
  }

  .framebox_01 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #eb5e9c;
    font-weight: bold;
  }

  .framebox_01 p {
    margin: 0;
    padding: 0;
  }

  .framebox_02 {
    position: relative;
    margin: 0 0 5rem;
    padding: 2rem 3rem;
    border: solid 3px #eb5e9c;
  }

  .framebox_02 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #eb5e9c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  }

  .framebox_02 p {
    margin: 0;
    padding: 0;
  }

  .diamond-box {
    width: 150px;
    height: 150px;
    background-color: #FCECE8;
    overflow: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .diamond-box .inner-box {
    width: 150px;
    height: 150px;
    padding: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .page_topic {
    padding: 2.5em;
    font-size: 1.7rem;
    line-height: 2;
    margin: 2rem auto;
    background: #fbf3f1;
    box-shadow: 0px 1px 3px #ababab;
  }

  /* teble layout
---------------------------------------------*/
  .table01 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 0 2rem;
  }

  .tbw_01 th {
    width: 30%;
  }

  .tbw_02 th {
    width: 40%;
  }

  .table01 th {
    border-bottom: dotted 1px #f3e5e2;
    padding: 12px 20px;
  }

  .table01 td {
    border-bottom: dotted 1px #f3e5e2;
    padding: 12px 20px;
  }

  .table01 tr:nth-child(odd) {
    background: #fbf3f1;
  }

  .table02 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 2rem;
  }

  .table02 th {
    width: 30%;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
  }

  .table02 th::before {
    content: "\f3a7";
    font-family: ionicons;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    color: #eb5e9c;
  }

  .table02 td {
    width: 80%;
    padding: 1rem;
  }

  .table03 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 0 2rem;
  }

  .table03 th {
    border-bottom: dotted 1px #ccc;
    padding: 12px;
    background: #fbf3f1;
  }

  .table03 td {
    border-bottom: dotted 1px #ccc;
    padding: 12px;
  }

  .table03 tr:nth-child(odd) {
    background: #fafafa;
  }


  /* Column
---------------------------------------------*/
  .c2box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c2box>li {
    flex: 0 0 48%;
    margin-bottom: 4%;
    overflow: hidden
  }

  .c3box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  .c3box img {
    border-radius: 15px;
  }

  .c3box>li {
    overflow: hidden
  }

  .c3box>li a:hover {
    text-decoration: none;
  }


  .c4box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c4box>li {
    flex: 1 0 23.5%;
    margin-bottom: 2%;
    overflow: hidden
  }

  .c2_in>li {
    border: 1px #4d4948 dotted;
    padding: 2rem 2rem 1rem;
    background: #fcfcfc;
    box-shadow: 0 1px 3px #ababab
  }

  .c2_in>li p {
    font-size: 1.4rem;
    text-align: left
  }

  .c2_in>li img {
    margin: 1rem 0;
    border-radius: 8px
  }

  .c3_in>li {
    background: rgba(255, 255, 255, .53);
    box-shadow: rgba(0, 0, 0, .2) 0 0 5px 0;
    border: 2px solid #fff;
    transition: .2s linear;
    padding: 1.5rem;
    border-radius: 1.5rem
  }

  .c3_in>li p {
    font-size: 1.4rem;
    text-align: left
  }

  .c3_in>li img {
    margin: 1rem 0;
    border-radius: 15px
  }

  .c3_in2>li {
    -webkit-transition: .2s linear;
    transition: .2s linear
  }

  .c3_in2>li h3 {
    text-align: center;
    line-height: 1.5;
    padding: .2rem 0 .4rem;
    font-size: 2rem
  }

  .c3_in2>li h4 {
    text-align: center;
    margin-top: 0;
    color: #044760;
    background-color: #f9f9f9;
    border-bottom-color: #bbb;
    box-shadow: transparent 0 0 0 0;
    -webkit-box-shadow: transparent 0 0 0 0;
    border-bottom-style: dotted
  }

  .c3_in2>li p {
    font-size: 1.4rem;
    text-align: left
  }

  .c3_in2>li img {
    margin: 1rem 0;
    border-radius: 50%
  }

  .c4_in>li {
    text-align: center
  }

  .c4_in>li h3 {
    line-height: 1.5;
    font-size: 2rem
  }

  .c4_in>li p {
    font-size: 1.2rem;
    text-align: left;
    padding: .5em 1em 0
  }

  .c4_in>li a {
    display: block
  }

  .c4_in>li a .imgmask {
    width: 170px;
    height: 220px;
    display: block;
    margin: 1rem auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transition: .2s linear;
    transition: .2s linear
  }

  .c4_in>li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    opacity: 1 !important
  }

  .c4_in>li a:hover .imgmask {
    border-radius: 20%
  }

  /* bon in
---------------------------------------------*/

  .c2_in>li {
    border: 1px #eb5e9c dotted;
    padding: 2rem 2rem 1rem;
    background: #fcfcfc;
    box-shadow: 0px 1px 3px #ababab;
  }

  .c2_in>li p {
    font-size: 1.4rem;
    text-align: left;
  }

  .c2_in>li img {
    margin: 1rem 0;
    border-radius: 8px;
  }


  .c3_in>li {
    background: rgba(255, 255, 255, 0.53);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    border: 2px solid #fff;
    transition: 0.2s linear;
    padding: 1.5rem;
    border-radius: 8px;
  }

  .c3_in>li p {
    font-size: 1.4rem;
    text-align: left;
  }

  .c3_in>li img {
    margin: 1rem 0;
    border-radius: 8px;
  }

  .c3_in2>li {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .c3_in2>li h3 {
    text-align: center;
    line-height: 1.5;
    padding: 0.2rem 0 0.4rem;
    font-size: 2rem;
  }

  .c3_in2>li h4 {
    text-align: center;
    margin-top: 0px;
    color: #044760;
    background-color: #f9f9f9;
    border-bottom-color: #bbb;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    border-bottom-style: dotted;
  }

  .c3_in2>li p {
    font-size: 1.4rem;
    text-align: left;
  }

  .c3_in2>li img {
    margin: 1rem 0;
    border-radius: 50%;
  }

  .c4_in>li {
    text-align: center;
  }

  .c4_in>li h3 {
    line-height: 1.5;
    font-size: 2rem;
  }

  .c4_in>li p {
    font-size: 1.2rem;
    text-align: left;
    padding: 0.5em 1em 0;
  }

  .c4_in>li a {
    display: block;
  }

  .c4_in>li a .imgmask {
    width: 170px;
    height: 220px;
    display: block;
    margin: 1rem auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .c4_in>li a img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    opacity: 1 !important;
  }

  .c4_in>li a:hover .imgmask {
    border-radius: 20%;
  }

  /* ボタン
---------------------------------------------*/
  .btnbox {
    max-width: 750px;
    margin: 10rem auto;
    text-align: center;
  }

  .btnbox img {
    box-shadow: 2px 2px 4px gray;
  }

  .w_350 {
    width: 350px;
    margin: 2rem auto 4rem;
  }

  a.btn_link01 {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    color: #280000;
    background: #fff;
    border: 1px solid #eb5e9c;
    border-radius: 50vh;
    text-align: center;
    text-decoration: none;
  }

  a.btn_link01::before {
    content: "＞";
    transform: scaleY(1.5);
    font-size: 1.3rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - .7rem);
    right: 1rem;
    margin: 0;
    padding: 0;
  }

  a.btn_link01:hover {
    color: #fff !important;
    background-color: #eb5e9c;
    border-color: #ccc;
    text-decoration: none;
  }

  a.btn_link02 {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 1rem .7rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    color: #280000;
    background: #f1ded8;
    border-radius: 50vh;
    text-align: center;
    text-decoration: none;
  }
  a.btn_link02:hover {
    background: #eec5b9;
    text-decoration: none;
  }

  /* form
---------------------------------------------*/
  .mail_form table {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 2em 0;
  }

  .mail_form table th {
    width: 20%;
    padding: 1.5rem;
    text-align: left;
  }

  .mail_form table td {
    width: 70%;
    padding: 1.5rem;
    line-height: 2;
  }

  .mail_form tr:nth-child(odd) {
    background: #f6f8fd;
  }

  .mail_form table .required {
    display: inline-block;
    padding: 0 5px 1px 3px;
    margin-left: 5px;
    font-size: 1.2rem;
    color: #fff;
    background: #d6284b;
    border-radius: 5px;
    vertical-align: baseline;
  }

  input:focus,
  input:hover {
    background-color: #fffef0;
  }

  input {
    font-size: 110%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #ccc solid;
    background-color: #fff;
  }

  input[type="submit"] {
    margin: 2em auto;
    padding: .7rem 9rem .5rem;
    border-radius: 50vh;
    text-align: center;
    color: #eb5e9c;
    background-color: #d7ecff;
    border: 1px solid #eb5e9c;
    font-size: 2rem;
    letter-spacing: .5rem;
    -webkit-appearance: none;
    cursor: pointer;
  }

  input[type="submit"]:hover {
    color: #fff;
    background-color: #eb5e9c;
    border-color: #ccc;
    text-decoration: none;
  }

  .form_w01 {
    width: 45%;
    font-size: 90%;
    padding: 5px;
  }

  .form_w02 {
    width: 20%;
    font-size: 90%;
    padding: 5px;
  }

  .form_w03 {
    width: 95%;
    font-size: 90%;
    padding: 5px;
  }

  textarea {
    width: 95%;
    font-size: 100%;
    padding: 10px;
    border: 1px #ccc solid;
  }

  select {
    font-size: 1.2rem;
    padding: .5rem;
    border: 1px #ccc solid;
  }

  /* ラジオボタンlabel */
  .mail_form label {
    border: 1px solid #6e7479;
    border-radius: 5px;
    padding: 0 7px 0 2px;
    margin-bottom: 4px;
    display: inline-block;
    cursor: pointer;
  }

  .mail_form label:hover {
    background-color: #6e7479;
    color: white;
  }

  /* footer
---------------------------------------------*/
  .footer {
    text-align: center;
    background: #fbf3f1;
    padding: 4rem 2rem 2rem;
  }

  .footer_in {
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
  }

  .footer_in>.f_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 4.5rem;
  }

  .footer_in>.f_link ul li a {
    color: #280000;
    text-decoration: none;
    display: block;
    padding: 0.5rem 0 0 0;
    font-size: 1.5rem;
  }
  .footer_in>.f_link ul li a:hover {
    color: #e41c72;
  }
  
    .footer_in>.f_info {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .footer_in>.f_info img {
    max-width: 360px;
    margin-bottom: 2rem;
  }


  .copyright {
    clear: both;
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
    padding: 3rem 0 0;
  }

  #float_sp {
    display: none !important
  }
}