@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
  }

  .imgw250 {
    max-width: 250px
  }

  .imgw400 {
    max-width: 400px
  }

  .w60 {
    width: 60%
  }

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

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

  .flex_l {
    margin-right: 4rem
  }

  .flex_r {
    margin-left: 4rem
  }

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

  .fl2 {
    font-size: 3rem !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: 400
  }

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

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

.txtc p {
    margin: 0;
    display: inline-block;
}
.wpcf7-submit {
    display: inline-block;
    margin: 0 auto;
}

  .indent {
    margin-left: 1em;
    text-indent: -1em
  }

  .relative {
    position: relative
  }

  /* htop-veags.js
---------------------------------------------*/
  .htop {
    height: 100vh;
  }

  .htop-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url("../img/gradation.webp") bottom repeat-x;
  }

  .htop-inner {
    width: 90%;
    text-align: center;
    color: #fff;
    text-shadow: 0 -1px 6px #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.7;
  }

  .htop-inner span {
    display: block;
    font-size: 3rem;
    padding: 3rem 2rem 1.5rem;
  }

  .htop-inner p {
    display: block;
    text-align: center;
    font-size: 1.8rem;
  }

  /* スクロールダウン */
  .scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    color: #fff;
  }

  .scroll::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    bottom: -55px;
    content: "";
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }

  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }

    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }

    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }

    100% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
  }

  main {
    padding: 0
  }

  #header {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 10rem;
  }

  #header_inner {
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #logo {
    width: 15%;
    padding: 0
  }

  #glnavi {
    background: #fff;
    border-radius: 50vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #glnavi ul.nav_ul {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem 0 2rem;
  }

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

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

  #glnavi ul li {
    padding: 2rem 2rem
  }

  #glnavi ul li a {
    height: 25px;
    padding: 0 .2rem;
    display: table-cell;
    color: #231815;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    position: relative;
    vertical-align: middle
  }

  #glnavi ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .2s
  }

  #glnavi ul li a:hover::after {
    transform: scale(1, 1)
  }

  #glnavi ul li:nth-child(7) a:hover::after {
    transform: scale(0, 1)
  }

  #glnavi ul li a span {
    display: inline-block
  }

  #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: -10px;
    right: 50%;
    left: 50%;
    color: #4d4948
  }

  #glnavi li a:hover,
  #glnavi ul li:hover>a {
    color: #000
  }

  #glnavi ul li div {
    position: absolute;
    top: 10rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    width: 50%;
    height: auto;
    background-color: #fff;
    z-index: 200;
  }

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

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

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

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

  #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: 0 auto
  }

  .Bannerbtn {
    display: none;
  }

  .gtranslate_wrapper {
    z-index: 210;
    padding: 1.2rem 2rem 0 .5rem
  }


  @media only screen and (max-width:1310px) {
    #logo {
      width: 20%;
      padding: 0
    }

    #logo img {
      max-width: 250px
    }

    #glnavi ul li {
      padding: 2rem 1rem
    }
  }


  /* Parts
---------------------------------------------*/
  .pagehead {}

  .h_title-inner {
    position: relative;
    max-width: 1100px;
    height: 500px;
    margin: auto;
    padding: 14% 0 0;
    text-shadow: 2px 3px 14px rgba(0, 0, 0, 0.71), 2px 3px 14px rgba(0, 0, 0, 0.71);
    z-index: 1;
  }

  .h_title-inner h1 {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    text-align: center
  }

  .h_title-inner div {
    position: absolute;
    top: 60%;
    width: 100%;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    ;
    font-weight: 400;
    font-size: 1.7rem;
    color: #fff;
    padding: 4%
  }

  .h_title-free::before {
    content: "";
    position: absolute;
    inset: 0;
    filter: saturate(0.5);
    background: url(../img/pageimg.webp) center/cover no-repeat;
  }

  .h_title-concept::before {
    content: "";
    position: absolute;
    inset: 0;
    filter: saturate(0.5);
    background: url(../img/p-concept.webp) center/cover no-repeat;
  }

  .h_title-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    filter: saturate(0.5);
    background: url(../img/p-contact.webp) center/cover no-repeat;
  }

  .h_title-facility::before {
    content: "";
    position: absolute;
    inset: 0;
    filter: saturate(0.5);
    background: url(../img/p-facility.webp) center/cover no-repeat;
  }

  .h_title-free::before {
    content: "";
    position: absolute;
    inset: 0;
    filter: saturate(0.5);
    background: url(../img/pageimg.webp) center/cover no-repeat;
  }

  .cont_box {
    max-width: 1400px;
    margin: auto;
    text-align: left;
    padding: 10rem 5rem 8rem
  }

  .cont_box img,
  .cont_box2 img,
  .cont_box3 img {
    border-radius: 15px;
  }

  .cont_box2 {
    max-width: 1400px;
    margin: auto;
    text-align: left;
    padding: 0 5rem 8rem
  }

  .cont_box3 {
    max-width: 900px;
    margin: auto;
    text-align: left;
    padding: 10rem 5rem 8rem
  }

  .Area_curve .cont_box {
    padding: 0 5rem 8rem
  }

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

  p.copy {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0 0 2rem;
    text-align: justify;
    text-justify: inter-ideograph
  }

  p.copy_c {
    font-size: 1.9rem;
    line-height: 1.9;
    margin: .5rem 0 4rem;
    text-align: center
  }

  .copy_c2 {
    color: #4d4948;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 5rem
  }

  .bar01 {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.5rem;
    line-height: 1.2
  }

  .bar01+div {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #d4cebf;
    font-size: 2.2rem;
    letter-spacing: -0.05em;
    text-align: center;
    padding: 2rem 0 5rem
  }

  .bar_icon {
    padding: 0 0 2rem;
    text-align: center
  }

  .bar_icon img {
    width: 5%;
    border-radius: 0;
  }

  .bar02 {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.5rem;
    line-height: 1.2;
    padding: 0 0 5rem;
  }

  .bar03 {
    padding: 0 0 3rem;
    color: #4d4948;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.8rem;
    line-height: 1.5
  }

  .bar_en {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    color: #d4cebf;
    font-size: 5.5rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    padding: 0 0 3rem
  }

  .bar04 {
    display: inline-block;
    border: 1px #4d4948 solid;
    background: #4d4948;
    color: #fff;
    padding: 1.5rem 1.5rem 1.1rem;
    margin: 0 0 2rem;
    font-size: 1.7rem;
    font-weight: 400;
    border-radius: 1rem
  }

  .bar05 {
    border-bottom: 1px #4d4948 dotted;
    font-size: 1.9rem;
    font-weight: 600;
    color: #4d4948;
    padding: 0 0 1.5rem 0;
    margin: 0 0 2rem;
  }

  .title_line {
    padding-top: 20rem;
    background: url(../img/curve_top.svg) no-repeat center;
    background-size: 100%;
    font-size: 1.1rem;
    text-align: center
  }

  .Area_curve {
    width: 100%;
    background: #fff
  }

  .Area_PL {
    width: 100%;
    min-height: 800px;
    overflow: hidden;
    background: url(../img/plimg.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: .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;
    overflow: hidden;
    background: url(../img/primg.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: .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
    }
  }

  .parallax {
    min-height: 500px;
    background: 0 0
  }

  .parallax-slider {
    top: 0;
    left: 0
  }

  .para_cont_01 {
    padding: 16rem 2rem 0;
    font-size: 1.9rem;
    color: #fff;
    line-height: 2.2
  }

  .para_cont_02 {
    padding: 12rem 2rem 0;
    font-size: 1.5rem;
    color: #fff;
    line-height: 2
  }

  /* page
---------------------------------------------*/
  .Concept_logo {
    width: 20%;
    margin-left: 5%;
  }

  .Concept_txt {
    width: 70%;
    text-align: left;
  }

  .news {
    max-width: 1000px;
    margin: 0 auto 1rem;
    text-align: left;
    border-top: 1px dotted #ccc
  }

  .news dt {
    font-size: 1.4rem;
    float: left;
    width: 130px;
    padding: 3.5rem 0 0 0;
    border-bottom: none
  }

  .news dd {
    padding: 3rem 0 2.5rem 130px;
    border-bottom: 1px dotted #ccc
  }

  .news dd a {
    font-size: 2rem;
    text-decoration: none;
    line-height: 1.4 !important
  }

  .news dd a:hover {
    text-decoration: underline;
  }

  .floorplan {
    background: #4d4948;
    overflow: hidden;
    width: 100%;
    padding: 8rem 0;
  }

  .floorplan div {
    max-width: 800px;
    margin: 0 auto;
  }


  .faq dt {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.9;
    margin: 1rem 0 .5rem
  }

  .faq dt::before {
    content: "\f3b2";
    font-family: ionicons;
    color: #4d4948;
    font-size: 2rem;
    padding-right: 1rem
  }

  .faq dd {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: .5rem 0 3rem;
    text-align: justify;
    text-justify: inter-ideograph
  }

  .price_f {
    font-size: 3rem;
    font-weight: 700
  }

  .price_f span {
    font-size: 5rem
  }

  .price_f:nth-child(2n+1) {
    padding-top: 1rem
  }

  .guide_in>li {
    padding: 4rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 1px 1px
  }

  .guide_in>li .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 196px;
    text-align: right;
    margin-bottom: 2.5rem
  }

  .guide_in>li h3 {
    color: #4d4948;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 2rem 0 1rem;
  }

  .guide_in>li p {
    font-size: 1.5rem;
    text-align: left;
    border-top: 1px #dedede solid;
    padding: 1rem 0
  }

  .illust_pp {
    background: url(../img/illust_pp.svg) no-repeat top left;
    background-size: 212px
  }

  .arrow_01 li {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0 1rem 1rem 0;
    margin-left: 1rem;
    text-indent: -1.6rem
  }

  .arrow_01 li::before {
    content: "▶";
    color: #4d4948;
    padding-right: 1rem
  }

  .arrow_01 li:last-child:after {
    padding: 0 1rem 0 0
  }

  .flowlist {
    margin: 0 auto;
    text-align: center
  }

  .flowlist li>div {
    overflow: hidden;
    font-size: 1.6rem;
    padding: 1.7rem 1.7rem 2.2rem;
    text-align: center;
    border: 2px #4d4948 solid;
    background: #fff;
    border-radius: 5px;
    line-height: 1.7
  }

  .flowlist li::after {
    content: "|";
    color: #4d4948;
    font-size: 2rem
  }

  .flowlist li:last-child:after {
    content: none
  }



  .flowlist02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 5rem;
  }

  .flowlist02_in {
    padding-left: 0;
  }

  .flowlist02_in>li {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
  }

  .flowlist02_in>li:not(:last-child) {
    padding-bottom: 4rem;
  }

  .flowlist02_in>li span {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #4d4948;
    color: #fff;
    position: absolute;
    top: -.3rem;
    left: 0;
  }

  .flowlist02_in>li:not(:last-child)::before {
    content: '';
    background: #c3c3c3;
    width: 4px;
    height: 100%;
    position: absolute;
    top: calc(50% - -20px);
    left: 13px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .flowlist02_in>li dl dt {
    font-size: 1.8rem;
    font-weight: 600;
    color: #4d4948;
    padding: 0 0 1.1rem;
  }

  .flowlist02_in>li dl dd {
    line-height: 1.5;
    margin-left: 0;
  }


  .flowlist03 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 5rem;
  }

  .flowlist03_in {
    padding-left: 0;
  }

  .flowlist03_in>li {
    list-style-type: none;
    border: 2px solid #4d4948;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
  }

  .flowlist03_in>li:not(:last-child) {
    margin-bottom: 40px;
    position: relative;
  }

  .flowlist03_in>li:not(:last-child)::after {
    content: '';
    position: absolute;
    border: 15px solid transparent;
    width: 0;
    height: 0;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top-color: #4d4948;
  }

  .flowlist03_in>li dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2pt dashed #ccc;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .flowlist03_in>li .icon10 {
    color: #4d4948;
    margin-right: 0.5rem;
  }

  .flowlist03_in>li dl dd {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
  }



  .qanda_page {
    padding: 1rem 3rem 2rem;
    text-align: left
  }

  .qanda_page dt {
    font-size: 2rem;
    padding: 4rem 0 0
  }

  .qanda_page dt:before {
    content: "Q.";
    text-indent: 1rem
  }

  .qanda_page dd {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 1rem 2.5rem 1rem;
    background-color: #f9f9f9
  }


  
  .Car_price {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .Car_price .tax-note {
    text-align: right;
    font-size: 1.3rem;
    color: #2d3b24;
    margin-bottom: 4px;
    opacity: 0.75;
  }

  .Car_price table {
    width: 100%;
    border-collapse: collapse;
    border: 1.5px solid #9bbf88;
    background: #fff;
  }

  .Car_price td {
    border: 1.5px solid #9bbf88;
    padding: 10px 16px;
    font-size: 1.4rem;
    color: #2d3b24;
    vertical-align: middle;
  }

  .Car_price .cat-cell {
    background: #d4e9c8;
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    width: 90px;
    writing-mode: horizontal-tb;
  }

  .Car_price .sub-cat-cell {
    background: #e6f3df;
    text-align: center;
    font-weight: 500;
    width: 90px;
  }

  .Car_price .label-cell {
    background: #e6f3df;
    font-weight: 500;
  }

  .Car_price .time-cell {
    text-align: right;
    background: #fff;
    width: 100px;
  }

  .Car_price .price-cell {
    text-align: right;
    font-weight: 600;
    color: #1a2b12;
    width: 130px;
    letter-spacing: 0.02em;
  }

  .Car_price .distance-row td {
    background: #d4e9c8;
  }

  .Car_price .distance-row .price-cell {
    background: #fff;
  }


  .Facility_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 0 0;
  }

  .Facility_icon>li {
    flex: 1 0 16.5%;
    margin-bottom: 2%;
    text-align: center;
    overflow: hidden
  }

  .Facility_icon img {
    width: 80px;
    border-radius: 0;
    margin: 0 auto;
  }

  .Facility_icon p {
    padding: 1rem 0 0;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
  }


  .point_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 3rem;
  }

  .point_list>li {
    padding: 1.2rem 1.5rem;
    margin: 0 2% 2% 0; 
    background: #fff;
    border: 1px solid #4d4948;
    border-radius: .5rem;
    font-size: 1.7rem;
    font-weight: 700;
    color: #4d4948;
    text-align: center;
  }



  /* 共通
---------------------------------------------*/
  .contact_box {
    width: 100%;
    padding: 10rem 5rem 0;
    text-align: center;
  }

  .contact_box ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 640px;
    padding: 5rem 0;
    margin: auto
  }

  .contact_box ul li {
    flex: 0 0 48%;
    padding-bottom: 4%;
    overflow: hidden
  }

  .contact_box ul li a {
    font-size: 1.8rem;
  }


  .c_photo_sdw img {
    box-shadow: 2px 2px 8px #ccc;
    border: 1px #e3e3e3 solid;
    margin-bottom: 5px
  }

  .privacypolicy h4 {
    font-size: 2rem;
    margin: 3rem 0 1rem
  }

  .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: .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: .5rem auto;
    text-align: center
  }

  .list_btnbox a {
    color: #fff
  }

  .borbox01 {
    padding: 2rem 2.5rem;
    background: #fcfcfc;
    box-shadow: 0 1px 3px #ababab;
    border-radius: 1.5rem
  }

  .borbox02 {
    border: 1px #4d4948 dotted;
    padding: 2rem 2.5rem;
    background: #fcfcfc;
    box-shadow: 0 1px 3px #ababab;
    border-radius: 1.5rem
  }

  .listbox_01 {
    background-color: #e3e3e3;
    border-radius: 1rem;
    padding: 4rem 3rem;
    margin: 0 0 1rem;
    font-size: 2.2rem;
    font-weight: 700
  }

  .listbox_01 div:nth-of-type(1) {
    width: 70%
  }

  .listbox_01 div:nth-of-type(1) span {
    font-size: 1.5rem
  }

  .listbox_01 div:nth-of-type(2) {
    width: 30%;
    text-align: right
  }

  .ml-01 {
    margin-left: -1.2rem
  }

  .ml-02 {
    margin-left: -2.3rem
  }

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

  .framebox_01 {
    position: relative;
    margin: 0 0 5rem;
    padding: 2rem 3rem;
    border: solid 3px #4d4948;
    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: #f9f8f6;
    color: #4d4948;
    font-weight: 700
  }

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

  .framebox_02 {
    position: relative;
    margin: 0 0 5rem;
    padding: 2rem 3rem;
    border: solid 3px #4d4948;
    background: #fff;
  }

  .framebox_02 .box-title {
    position: absolute;
    display: inline-block;
    top: -2.6rem;
    left: -.25rem;
    padding: 0 .9rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.7rem;
    font-weight: 700;
    background: #4d4948;
    color: #fff;
    border-radius: 5px 5px 0 0
  }

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

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

  .page_topic h3 {
    margin: 2em 0 .5em;
    font-size: 2rem;
    font-weight: 700
  }

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

  .tbw_01 {
    width: 30%
  }

  .tbw_02 {
    width: 40%
  }

  .table01 th {
    border-bottom: solid 1px #b2b2b2;
    padding: 25px 15px;
    font-weight: 700
  }

  .table01 td {
    border-bottom: solid 1px #b2b2b2;
    padding: 25px 15px
  }

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

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

  .table02 th::before {
    content: "・";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    color: #4d4948
  }

  .table02 td {
    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;
    color: #fff;
    background: #4d4948
  }

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

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

  .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 h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 2rem 0 1rem;
  }

  .c3box img {
    border-radius: 15px;
  }

  .c3box>li {
    margin-bottom: 5%;
    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%
  }

  /* ボタン
---------------------------------------------*/

  .txtlink {
    position: relative;
    padding: .6% 0 0 25px;
    font-size: 1.6rem;
    text-decoration: none;
  }


  .txtlink::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #4d4948;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }

  .txtlink::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #fff;
    top: 50%;
    left: 8px;
    margin-top: -1px;
  }

  .txtlink:hover {
    text-decoration: underline;
  }


  a.btn_01 {
    background: #fff;
    border: 2px solid #4d4948;
    border-radius: 50vh;
    color: #4d4948;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    max-width: 300px;
    padding: 1.5rem 4rem 1.2rem 1.8rem;
    margin: 1rem 0 2rem;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: auto;
  }

  a.btn_01::after {
    background: #efeeee;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }

  a.btn_01:hover::after {
    transform: scale(1, 1);
  }

  a.btn_01 span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 2rem;
    display: inline-block;
    width: 20px;
    height: 100%;
    background: url("../img/arrow_01.svg") right center/20px no-repeat;
  }





  a.btn_02 {
    display: block;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 1.5rem 2.9rem 1.2rem 1.9rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #4d4948;
    background: #fff;
    border: 1px solid #4d4948;
    border-radius: 50vh;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
  }

  a.btn_02::before {
    content: "";
    font-size: 1.6rem;
    font-weight: 700;
    position: absolute;
    top: calc(50% - .5rem);
    right: 2rem;

    width: 9px;
    height: 9px;
    border-top: solid 2px #4d4948;
    border-right: solid 2px #4d4948;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
  }

  a.btn_02:hover {
    color: #fff !important;
    background-color: #4d4948;
    border-color: #ccc;
    text-decoration: none
  }

  a.btn_02:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }



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

  a.btn_03::before {
    content: "-";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: calc(50% - 1rem);
    right: 1rem;
    margin: 0;
    padding: 0
  }

  a.btn_03:hover {
    color: #fff !important;
    background-color: #4d4948;
    border-color: #ccc;
    text-decoration: none
  }


  /* mailform
---------------------------------------------*/
  .mail_form table {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .mail_form table th {
    width: 25%;
    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: #f9f8f6
  }

  .mail_form table .required {
    display: inline-block;
    padding: 0 5px 0 3px;
    margin: 0 0 0 5px;
    font-size: 1rem;
    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: 2rem auto;
    padding: .7rem 9rem 1rem;
    border-radius: 50vh;
    text-align: center;
    color: #fff;
    background-color: #4d4948;
    border: 2px solid #4d4948;
    font-size: 2rem;
    letter-spacing: .5rem;
    -webkit-appearance: none;
    cursor: pointer
  }

  input[type=submit]:hover {
    color: #4d4948;
    background-color: #fff;
    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
  }

  .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: #fff
  }

  .wpcf7-form-control {
    padding: 10rem auto;

  }

  


  /* footer
---------------------------------------------*/
  .footer {
    color: #fff;
    text-align: left;
    background: #4d4948;
    padding: 3rem 0 0;
  }

  .footer_in {
    max-width: 1200px;
    margin: 2rem auto 2rem;
    padding: 0 2rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }

  .footer_in>.f_info {
    width: 30%;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }

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

  .footer_in>.f_info ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 3rem 0;
  }

  .footer_in>.f_info ul li {
    padding-right: 2rem;
  }

  .footer_in>.f_link {
    width: 70%;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
  }

  .footer_in>.f_link ul {
    width: 30%;
    margin: 0 2rem .3rem 0;
    padding: 0;
  }

  .footer_in>.f_link ul li {
    padding: 0 0 0.5rem 0;
  }

  .footer_in>.f_link ul li.ft_title {
    padding-bottom: 1rem;
    border-bottom: 1px #fff dotted;
    font-size: 1.4rem;
  }

  .footer_in>.f_link ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0.5rem 0 0 0;
    font-size: 1.3rem;
  }

  .footer_in>.f_link ul li a:hover {
    color: #d1d1d1;
  }

  .footer_in>.f_link00 ul li a::before {
    content: "・";
    display: inline-block;
    font-size: 1rem;
    width: 1.333333em;
    height: 1.333333em;
    margin-right: 0;
    vertical-align: top;
  }

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


  /* float
---------------------------------------------*/

  #float_pc {
    position: fixed;
    right: 0;
    top: 40%;
    width: 4rem;
    z-index: 200;
  }

  #float_pc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px
  }

  #float_pc ul li {
    flex: 1 1 auto;
    writing-mode: vertical-rl;
  }

  #float_pc ul li a {
    display: block;
    margin-bottom: 1rem;
    padding: 3.7rem 1rem 1rem;
    border-radius: 5px 0 0 5px;
    font-size: 1.4rem;
    line-height: 1.2;
    text-decoration: none;
    border: 1px #4d4948 solid;
    letter-spacing: 1.9px;
  }

  #float_pc ul li:nth-of-type(1) a {
    background: #fff url("../img/icon_bed.svg") top 1.2rem center/22px no-repeat;
  }

  #float_pc ul li:nth-of-type(1) a:hover {
    background: #ece8de url("../img/icon_bed.svg") top 1.2rem center/22px no-repeat;
  }

  #float_pc ul li:nth-of-type(2) a {
    background: #fff url("../img/icon_pc.svg") top 1.0rem center/20px no-repeat;
  }

  #float_pc ul li:nth-of-type(2) a:hover {
    background: #ece8de url("../img/icon_pc.svg") top 1.0rem center/20px no-repeat;
  }

  #float_sns {
    position: fixed;
    right: 0;
    top: 75%;
    width: 4rem;
    z-index: 200;
  }

  #float_sns ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px
  }

  #float_sns ul li {
    flex: 1 1 auto;
    writing-mode: vertical-rl;
  }

  #float_sns ul li a {
    display: block;
    margin-bottom: 1rem;
    padding: 0 .5rem 0 0;
  }


  #float_sp {
    display: none !important
  }

  /* WordPress
---------------------------------------------*/
  .aligncenter {
    display: block;
    margin: 0 auto;
  }

  .alignright {
    float: right;
    margin: 5px 0px 5px 20px;
  }

  .alignleft {
    float: left;
    margin: 5px 20px 5px 0px;
  }

  .wp-caption,
  [class*='wp-image'] {
    display: block;
    max-width: 100% !important;
    margin-top: 1.5em;
    text-align: center;
  }

  .wp-caption-text {
    margin-top: 0;
  }

  img[class*="wp-image-"],
  img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }

  .entry-title {
    font-size: 15px;
    color: #003399;
    padding: 5px;
  }

  .entry-content {
    border-bottom: 1px dotted #cfcfcf;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .entry-content:last-child {
    border-bottom-style: none;
  }

  .pagenation {
    clear: both;
    text-align: center;
  }

  .pagenation .current {
    background: #fff;
    border: solid 1px #4d4948;
    border-radius: .5rem;
    padding: 8px 10px;
    margin: 0 2px;
    text-decoration: none;
  }

  a.page-numbers {
    display: inline-block;
    color: #fff;
    background: #4d4948;
    border: solid 1px #4d4948;
    border-radius: .5rem;
    padding: 8px 10px;
    margin: 0 2px;
    text-decoration: none;
  }

  .wp_nextpost {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0;
  }

  .previous_post,
  .next_post {
    width: 48%;
    padding: 1rem;
    font-size: 1.3rem;
  }

  .next_post {
    text-align: right;
  }

}