@charset "UTF-8";
/*Theme Name: つくらし*/
@media (min-width: 768px) {
  html {
    font-size: 112.5%;
  }
  body {
    font-family: "mamelon", sans-serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.5;
    color: #625a4d;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 30px;
  }
  body .imgleft > div p:not(:last-child) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 30px;
  }
  body .imgright > div p:not(:last-child) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1000px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1220px;
  }
  body .inner.narrow {
    width: 800px;
  }
  body .main_title {
    font-size: 1.8rem;
    margin-bottom: 60px;
    text-align: center;
    color: #d588a6;
  }
  body .sub_title {
    font-size: 1.1rem;
    margin-bottom: 30px;
    background: #a19786;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
  }
  body .pink_title {
    color: #d588a6;
    font-size: 1.34rem;
    margin-bottom: 30px;
  }
  body .pink_title.big {
    font-size: 1.66rem;
  }
  body .pink_title.center {
    text-align: center;
  }
  body .btn {
    display: block;
    width: 200px;
    border-radius: 200px;
    padding: 10px;
    background: #ea9dba;
    text-align: center;
    color: #fff;
    letter-spacing: 1.8px;
  }
  body .btn:hover {
    background: #fcc7db;
  }
  body .lead {
    margin-bottom: 60px;
    font-size: 1.34rem;
    text-align: center;
  }
  body .lead p {
    line-height: 60px;
  }
  body .lead span {
    color: #d588a6;
  }
  body .lead ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 30px auto;
  }
  body .lead ul li {
    width: 200px;
    background: #f0ece5;
    border-radius: 10px;
    padding: 10px;
  }
  body .post_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  body .post_list li .thumb {
    max-width: 320px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  body .post_list li .thumb:before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  body .post_list li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    border: 5px solid #a19786;
  }
  body .post_list li .title {
    color: #ad8f5c;
    line-height: 30px;
  }
  body .post_list li .title a {
    display: block;
  }
  body .post_list li .title a:hover {
    color: #d588a6;
  }
  body .post_list li p {
    text-align: right;
    font-size: 0.9rem;
    padding-top: 10px;
  }
  body .topics_list {
    border-top: 1px dashed #a19786;
    margin: 60px auto;
  }
  body .topics_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px dashed #a19786;
    padding: 25px 30px;
  }
  body .topics_list li .dec {
    gap: 50px;
  }
  body .topics_list li .title a {
    display: block;
  }
  body .topics_list li .title a:hover {
    color: #d588a6;
  }
  body .cat {
    display: block;
    background: #ea9dba;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    min-width: 100px;
    padding: 2px;
  }
  body .cat:hover {
    background: #fcc7db;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  body .cat_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  body .cat_area .btn {
    width: 150px;
    border-radius: 5px;
    padding: 6px;
  }
  body .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  body .btn_area li {
    width: 300px;
  }
  body .btn_area li .btn {
    width: 100%;
  }
  body .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  body .cat_list a {
    min-width: 100px;
    border-radius: 3px;
    text-align: center;
    background: #f0ece5;
    display: block;
    padding: 5px;
    font-size: 0.9rem;
  }
  body .cat_list a:hover {
    background: #a19786;
    color: #fff;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    position: relative;
    padding-top: 160px;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #a19786;
  }
  header .h_blc .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  header .menu-content .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  header .menu-content .nav > li {
    position: relative;
  }
  header .menu-content .nav > li:hover .sub_menu {
    display: block;
  }
  header .menu-content .nav > li > a {
    display: block;
    text-align: center;
  }
  header .menu-content .nav > li > a:hover {
    color: #d588a6;
  }
  header .menu-content .nav > li .sub_menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 100%;
    display: none;
    min-width: 220px;
    background: #ea9dba;
    border-radius: 10px;
    width: 100%;
    z-index: 1;
  }
  header .menu-content .nav > li .sub_menu a {
    padding: 10px;
    display: block;
    font-size: 0.9rem;
    border-radius: 10px;
    color: #fff;
  }
  header .menu-content .nav > li .sub_menu a:hover {
    background: #d588a6;
  }
  header .menu-content .nav > li .btn:hover {
    color: #fff;
  }
  header .catch {
    position: relative;
    margin-bottom: 30px;
  }
  header .catch img {
    width: 100%;
    border-radius: 20px;
    border: 6px solid #a19786;
  }
  header .catch strong {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #d588a6;
    font-size: 2.2rem;
    letter-spacing: 3.5px;
  }
  header .catch .copy {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 1.8rem;
    line-height: 60px;
    letter-spacing: 3px;
  }
  header .page_title {
    position: absolute;
    bottom: 30px;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 2.7rem;
    background: #a19786;
    padding: 15px 10px;
    text-align: center;
    width: 450px;
    border-radius: 10px 0 0 10px;
    letter-spacing: 4.8px;
  }
  header .breadcrumbs {
    margin-bottom: 60px;
  }
  header .breadcrumbs a:hover {
    color: #ea9dba;
  }
  main.top .lead {
    padding: 30px 0 0;
  }
  main.top .about {
    background: url("images/common/bg_wave.webp") no-repeat;
    background-size: 100%;
    padding: 80px 0 60px;
  }
  main.top .about .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.top .about .blc ul {
    position: relative;
    width: 420px;
  }
  main.top .about .blc ul li:nth-child(2) {
    position: absolute;
    top: 175px;
    right: -10px;
  }
  main.top .about .blc ul li:last-child {
    position: absolute;
    top: 330px;
    right: 145px;
  }
  main.top .about .blc ul img {
    border-radius: 20px;
    border: 5px solid #a19786;
  }
  main.top .about .blc div {
    width: 530px;
    line-height: 30px;
  }
  main.top .about .blc div p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top .voice {
    padding: 60px 0 30px;
  }
  main.top .voice .btn {
    margin: 60px auto 0;
  }
  main.top .case {
    padding: 30px 0 60px;
  }
  main.top .case .btn {
    margin: 60px auto 0;
  }
  main.top .topics {
    background: url("images/common/bg_wave.webp") no-repeat;
    background-size: 100%;
    padding: 80px 0 60px;
  }
  main.top .topics .topics_list {
    margin: 30px auto 60px;
  }
  main.top .topics .btn {
    margin: 0 auto;
  }
  main.sub .sec {
    padding-bottom: 60px;
  }
  main.sub .about img {
    border-radius: 10px;
    border: 5px solid #a19786;
  }
  main.sub .about .btn_area .btn {
    font-size: 1.3rem;
  }
  main.sub .about #thoughts {
    background: url("images/common/bg_wave.webp") no-repeat;
    background-size: cover;
    padding: 100px 0 70px;
  }
  main.sub .about #thoughts li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .about #point {
    padding: 60px 0;
  }
  main.sub .about #point > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 90px 100px;
  }
  main.sub .about #point > ul li {
    position: relative;
  }
  main.sub .about #point > ul span {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px;
    display: block;
    width: 150px;
    border-radius: 100px;
    background: #a19786;
    text-align: center;
    color: #fff;
    font-size: 1.34rem;
  }
  main.sub .about #point > ul img {
    margin-bottom: 30px;
  }
  main.sub .about #reason {
    background: url("images/common/bg_wave.webp") no-repeat;
    background-size: cover;
    padding: 100px 0 80px;
  }
  main.sub .about #reason li {
    position: relative;
  }
  main.sub .about #reason li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .about #reason li.imgleft {
    padding-left: 45px;
  }
  main.sub .about #reason li.imgleft span {
    left: -5px;
  }
  main.sub .about #reason li.imgright {
    padding-right: 45px;
  }
  main.sub .about #reason li.imgright span {
    right: -5px;
  }
  main.sub .about #reason li > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    text-align: center;
    background: #a19786;
    display: block;
    padding: 20px 0;
    letter-spacing: 3px;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  main.sub .about #reason li > span span {
    display: block;
    font-size: 2rem;
  }
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .faq ul {
    border-top: 1px dashed #a19786;
  }
  main.sub .faq ul li {
    border-bottom: 1px dashed #a19786;
    padding: 30px 0;
  }
  main.sub .faq ul li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  main.sub .faq ul li .q {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #ea9dba;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  main.sub .faq ul li .pink_title {
    width: calc(100% - 70px);
    margin-bottom: 0;
  }
  main.sub .flow .btn_area {
    margin-bottom: 60px;
  }
  main.sub .flow .btn_area .btn {
    border-radius: 5px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .flow .btn_area .btn.select {
    background: #fcc7db;
  }
  main.sub .flow .content_area img {
    border-radius: 5px;
  }
  main.sub .flow .content_area .imgleft {
    position: relative;
    padding-left: 180px;
  }
  main.sub .flow .content_area .imgleft:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .flow .content_area .imgleft:not(:last-child):after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    top: 130px;
    left: 75px;
    background: #a19786;
    z-index: -1;
  }
  main.sub .flow .content_area .imgleft > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    color: #fff;
    text-align: center;
    background: #a19786;
    display: block;
    padding: 40px 0;
    letter-spacing: 3px;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  main.sub .flow .content_area .imgleft > span span {
    display: block;
    font-size: 2rem;
  }
  main.sub .contact .lead {
    margin-bottom: 30px;
  }
  main.sub .contact .tel a {
    color: #d588a6;
    font-size: 3.5rem;
    line-height: 1.2;
    display: block;
    text-align: center;
    letter-spacing: 6.4px;
  }
  main.sub .contact .tel a img {
    vertical-align: baseline;
  }
  main.sub .contact .form {
    padding-bottom: 0;
  }
  main.sub .contact .form .wpcf7-form > ul {
    margin-bottom: 60px;
  }
  main.sub .contact .form .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .contact .form .wpcf7-form > ul h3 {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  main.sub .contact .form .wpcf7-form > ul input[type="text"] {
    font-family: "mamelon", sans-serif;
    width: 100%;
    height: 50px;
    padding: 20px;
    border-radius: 5px;
    background: #f0ece5;
    outline: none;
  }
  main.sub .contact .form .wpcf7-form > ul input[type="text"].small {
    width: 200px;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: block;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #f0ece5;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: -2px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 12px;
    border-left: 3px solid #ea9dba;
    border-bottom: 3px solid #ea9dba;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main.sub .contact .form .wpcf7-form > ul .modelroom-select-wrap {
    overflow: hidden;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 5px;
    background: #f0ece5;
    margin: 10px 0 20px;
    font-family: "mamelon", sans-serif;
  }
  main.sub .contact .form .wpcf7-form > ul .modelroom-select-wrap:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #625a4d;
    pointer-events: none;
    z-index: 1;
  }
  main.sub .contact .form .wpcf7-form > ul .modelroom-select-wrap select {
    background: #f0ece5;
    border-radius: 5px;
    border: none;
    width: 400px;
    font-size: 1rem;
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px;
  }
  main.sub .contact .form .wpcf7-form > ul textarea {
    font-family: "mamelon", sans-serif;
    width: 100%;
    height: 350px;
    border-radius: 5px;
    padding: 20px;
    font-size: 1rem;
    background: #f0ece5;
    outline: none;
  }
  main.sub .contact .form .agree a {
    text-decoration: underline;
  }
  main.sub .contact .form .agree a:hover {
    color: #ea9dba;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 1.1rem;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #f0ece5;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 20px;
    height: 12px;
    border-left: 3px solid #ea9dba;
    border-bottom: 3px solid #ea9dba;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main.sub .contact .form .wpcf7-spinner {
    display: none;
  }
  main.sub .contact .form input[type="submit"],
  main.sub .contact .form input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 320px;
    margin: 60px auto 0;
    padding: 15px;
    font-family: "mamelon", sans-serif;
  }
  main.sub .contact .form input[type="submit"]:hover,
  main.sub .contact .form input[type="button"]:hover {
    cursor: pointer;
  }
  main.sub .case .filter {
    border: 5px solid #a19786;
    background: #f0ece5;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 60px;
  }
  main.sub .case .filter .filter-group:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .case .filter .filter-group:last-child li {
    min-width: 220px;
  }
  main.sub .case .filter .filter-group h2 {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  main.sub .case .filter .filter-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  main.sub .case .filter .filter-group ul li {
    display: block;
    min-width: 120px;
    text-align: center;
    font-size: 1.1rem;
    padding: 5px;
    border: 1px solid #a19786;
    border-radius: 100px;
    background: #fff;
  }
  main.sub .case .filter .filter-group ul li:hover, main.sub .case .filter .filter-group ul li.active {
    background: #a19786;
    color: #fff;
  }
  main.sub .case .main h1 {
    font-size: 1.78rem;
    margin: 20px 0;
  }
  main.sub .case .main img {
    margin: 30px auto;
    display: block;
    border-radius: 20px;
    border: 5px solid #a19786;
  }
  main.sub .case .main .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9rem;
  }
  main.sub .case .main .detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 300px;
    width: 100%;
  }
  main.sub .case .main .detail li:not(:last-child) {
    margin-right: 50px;
  }
  main.sub .case .main .detail h2 {
    width: 100px;
    text-align: center;
    background: #a19786;
    color: #fff;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .case .main .detail p {
    width: calc(100% - 100px);
    background: #f0ece5;
    padding: 8px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .case .gallery ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 30px 66px;
  }
  main.sub .case .gallery ul a {
    max-width: 200px;
    width: 100%;
    position: relative;
    display: block;
  }
  main.sub .case .gallery ul a:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .case .gallery ul a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .case .free > p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .case .free > p a {
    text-decoration: underline;
    word-break: break-all;
  }
  main.sub .case .free > p a:hover {
    color: #ea9dba;
  }
  main.sub .case .free > p strong {
    font-weight: bold;
    color: #ea9dba;
  }
  main.sub .case .free > p em {
    font-style: italic;
  }
  main.sub .case .free img,
  main.sub .case .free .wp-video {
    margin: 30px auto;
    display: block;
  }
  main.sub .case .free iframe {
    width: 100%;
    display: block;
    margin: 30px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .case .free blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 30px 0;
    background: #f0ece5;
    border-radius: 20px;
  }
  main.sub .case .free blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #625a4d;
    top: 10px;
    left: 10px;
  }
  main.sub .case .free blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #625a4d;
    right: 10px;
    bottom: 10px;
  }
  main.sub .case .free blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .case .free ul {
    padding: 20px 20px 20px 60px;
    margin: 30px auto;
    border-radius: 20px;
    background: #f0ece5;
  }
  main.sub .case .free ul li {
    list-style: disc;
  }
  main.sub .case .free ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .case .free h2 {
    margin: 30px 0;
    font-size: 1.34rem;
    color: #d588a6;
  }
  main.sub .case .free h3 {
    font-size: 1.1rem;
    margin: 30px 0;
    background: #f0ece5;
    border-radius: 10px;
    padding: 10px 20px;
  }
  main.sub .case .free h4 {
    color: #ea9dba;
    margin: 30px 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #ea9dba;
  }
  main.sub .case .free table {
    width: 100%;
    margin: 30px 0;
  }
  main.sub .case .free table th {
    background: #ea9dba;
    padding: 10px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
  }
  main.sub .case .free table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #ea9dba;
  }
  main.sub .case .free dl {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .case .free dl dt {
    background: #ea9dba;
    border: 1px solid #ea9dba;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
    color: #fff;
  }
  main.sub .case .free dl dd {
    width: calc(100% - 30%);
    border: 1px solid #ea9dba;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .case .price .bg {
    background: #f0ece5;
    border-radius: 10px;
    padding: 20px 30px;
    font-size: 1.1rem;
  }
  main.sub .case .price span {
    font-size: 2.2rem;
  }
  main.sub .case .price .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  main.sub .case .price .blc .bg {
    padding: 10px;
  }
  main.sub .case .price .blc ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  main.sub .case .price .blc ul li {
    text-align: center;
  }
  main.sub .case .price .blc ul .bg {
    width: 150px;
    margin-bottom: 20px;
  }
  main.sub .case .price .blc .sum {
    text-align: center;
  }
  main.sub .case .price .blc .sum .bg {
    width: 300px;
  }
  main.sub .case .price > .bg {
    margin-bottom: 30px;
  }
  main.sub .case .price > .bg ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 50px;
  }
  main.sub .case .price > .bg ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  main.sub .case .price > .bg ul h4 {
    width: 120px;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #a19786;
  }
  main.sub .case .merit li {
    background: #f0ece5;
    border-radius: 10px;
    padding: 25px 30px;
  }
  main.sub .case .merit li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .case .merit li h3 {
    font-size: 1.1rem;
    color: #d588a6;
    margin-bottom: 20px;
  }
  main.sub .case .merit li p {
    font-size: 0.9rem;
  }
  main.sub .case .overview li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #a19786;
    font-size: 1.1rem;
    padding: 30px 0;
  }
  main.sub .case .overview h3 {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .case .overview p {
    width: calc(100% - 260px);
  }
  main.sub .case #pagenavi {
    padding-top: 0;
  }
  main.sub .pagination {
    margin: 60px 0 0;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.1rem;
  }
  main.sub .pagination ul span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    margin: 0 15px;
    color: #fff;
    background: #ea9dba;
    border: 1px solid #ea9dba;
  }
  main.sub .pagination ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    margin: 0 15px;
    color: #ea9dba;
    background: #fff;
    border: 1px solid #ea9dba;
  }
  main.sub .pagination ul a:hover {
    background: #ea9dba;
    color: #fff;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #ea9dba;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #ea9dba;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 30px auto;
    display: block;
    border-radius: 20px;
    border: 5px solid #a19786;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 30px auto;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    border: 5px solid #a19786;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 30px 0;
    background: #f0ece5;
    border-radius: 20px;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #625a4d;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #625a4d;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul {
    padding: 20px 20px 20px 60px;
    margin: 30px auto;
    border-radius: 20px;
    background: #f0ece5;
  }
  main.sub .single .content ul li {
    list-style: disc;
  }
  main.sub .single .content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.8rem;
    margin: 30px 0;
  }
  main.sub .single .content h2 {
    margin: 30px 0;
    font-size: 1.34rem;
    color: #d588a6;
  }
  main.sub .single .content h3 {
    font-size: 1.1rem;
    margin: 30px 0;
    background: #f0ece5;
    border-radius: 10px;
    padding: 10px 20px;
  }
  main.sub .single .content h4 {
    color: #ea9dba;
    margin: 30px 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #ea9dba;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 30px 0;
  }
  main.sub .single .content table th {
    background: #ea9dba;
    padding: 10px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #ea9dba;
  }
  main.sub .single .content dl {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #ea9dba;
    border: 1px solid #ea9dba;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
    color: #fff;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    border: 1px solid #ea9dba;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 60px;
  }
  main.sub #pagenavi .btn {
    width: 150px;
  }
  main.sub .error .btn {
    margin: 40px auto;
  }
  footer .cta {
    position: relative;
    background: url("images/common/bg_contact.webp") no-repeat;
    background-size: 100%;
    padding: 60px 0 50px;
    text-align: center;
    color: #fff;
  }
  footer .cta .main_title {
    color: #fff;
    margin-bottom: 30px;
  }
  footer .cta p {
    line-height: 35px;
  }
  footer .cta .btn {
    margin: 30px auto 0;
  }
  footer .logo {
    text-align: center;
    padding: 60px 0;
  }
  footer .f_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .f_blc h3 {
    color: #fff;
    text-align: center;
    background: #a19786;
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 20px;
  }
  footer .f_blc p {
    line-height: 35px;
    letter-spacing: 1.8px;
  }
  footer .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 35px;
  }
  footer .f_nav > li:not(:last-child) {
    margin-right: 25px;
  }
  footer .f_nav > li a {
    display: block;
  }
  footer .f_nav > li a:hover {
    color: #d588a6;
  }
  footer .f_nav > li a + ul {
    padding-left: 30px;
    margin-right: 30px;
  }
  footer .f_nav > li a + ul li {
    position: relative;
  }
  footer .f_nav > li a + ul li:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -30px;
    background: url("images/common/icon_arrow.svg") no-repeat;
    width: 20px;
    height: 20px;
  }
  footer small {
    display: block;
    text-align: center;
    padding: 95px 0 45px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background: #ea9dba;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 2rem;
    border-radius: 5px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #fcc7db;
  }
  footer .fix.smonly {
    display: none;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 112.5%;
  }
  body {
    font-family: "mamelon", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    color: #625a4d;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: center;
    color: #d588a6;
  }
  body .sub_title {
    margin-bottom: 20px;
    background: #a19786;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
  }
  body .pink_title {
    color: #d588a6;
    font-size: 1.34rem;
    line-height: 40px;
    margin-bottom: 20px;
  }
  body .pink_title.big {
    font-size: 1.5rem;
  }
  body .pink_title.center {
    text-align: center;
  }
  body .btn {
    display: block;
    border-radius: 200px;
    padding: 10px;
    background: #ea9dba;
    text-align: center;
    color: #fff;
  }
  body .btn img {
    margin-right: 10px;
    vertical-align: sub;
  }
  body .lead {
    margin-bottom: 30px;
    font-size: 0.9rem;
  }
  body .lead p {
    line-height: 30px;
  }
  body .lead p:not(:last-child) {
    margin-bottom: 30px;
  }
  body .lead span {
    color: #d588a6;
  }
  body .lead ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 30px auto;
  }
  body .lead ul li {
    width: 32%;
    text-align: center;
    background: #f0ece5;
    border-radius: 10px;
    padding: 10px 0;
  }
  body .post_list li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .post_list li .thumb {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  body .post_list li .thumb:before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  body .post_list li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    border: 5px solid #a19786;
  }
  body .post_list li .title {
    color: #ad8f5c;
    line-height: 30px;
  }
  body .post_list li .title a {
    display: block;
  }
  body .post_list li p {
    text-align: right;
    font-size: 0.9rem;
    padding-top: 10px;
  }
  body .post_list > p {
    text-align: center;
    margin-bottom: 20px;
  }
  body .topics_list {
    border-top: 1px dashed #a19786;
    margin: 40px auto;
  }
  body .topics_list li {
    gap: 20px;
    border-bottom: 1px dashed #a19786;
    padding: 20px 10px;
  }
  body .topics_list li .title a {
    display: block;
  }
  body .cat {
    display: block;
    background: #ea9dba;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    min-width: 100px;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
  }
  body .cat_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  body .cat_area li {
    width: 48%;
  }
  body .cat_area .btn {
    border-radius: 5px;
    padding: 5px;
  }
  body .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  body .btn_area li {
    width: 48%;
  }
  body .btn_area .btn {
    padding: 10px 0;
    font-size: 0.8rem;
  }
  body .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  body .cat_list a {
    min-width: 60px;
    border-radius: 3px;
    text-align: center;
    background: #f0ece5;
    display: block;
    padding: 5px;
    font-size: 0.8rem;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    padding: 30px;
  }
  header .h_blc .logo {
    text-align: center;
  }
  header .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    z-index: 100;
    background: #d588a6;
    color: #fff;
    font-weight: bold;
    font-size: 0.65rem;
    text-align: center;
    padding: 10px;
  }
  header .menu-btn img {
    display: block;
    margin: 0 auto 5px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #a19786;
    color: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 10px 40px;
    overflow: scroll;
    z-index: 99;
  }
  header .menu-content .nav > li > a {
    display: block;
    padding: 10px;
    position: relative;
    color: #fff;
  }
  header .menu-content .nav > li > a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .nav > li .sub_menu {
    padding-left: 40px;
  }
  header .menu-content .nav > li .sub_menu a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 0.8rem;
  }
  header .menu-content .nav > li .sub_menu a:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -30px;
    background: url("images/common/icon_arrow.svg") no-repeat;
    width: 20px;
    height: 20px;
  }
  header .menu-content .nav .btn {
    margin: 20px 0;
  }
  header .menu-content .nav .btn:after {
    display: none;
  }
  header .catch {
    position: relative;
    padding: 0 20px;
  }
  header .catch img {
    width: 100%;
    border-radius: 20px;
    border: 6px solid #a19786;
    margin-bottom: 20px;
  }
  header .catch strong {
    display: block;
    color: #d588a6;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 10px;
  }
  header .catch .copy {
    font-size: 0.9rem;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
  }
  header .page_title {
    position: absolute;
    bottom: 40px;
    right: 25px;
    color: #fff;
    text-align: center;
    background: #a19786;
    padding: 10px;
    text-align: center;
    width: 170px;
    border-radius: 10px 0 0 10px;
  }
  header .breadcrumbs {
    padding: 0 20px 20px;
    font-size: 0.8rem;
  }
  main.top .lead {
    padding: 0 15px;
    margin: 30px 0;
  }
  main.top .about {
    background: url("images/common/bg_wave_sp.webp") no-repeat;
    background-size: cover;
    padding: 60px 20px 40px;
  }
  main.top .about .blc ul {
    position: relative;
    width: 330px;
    height: 260px;
    margin: 0 auto 30px;
  }
  main.top .about .blc ul li:first-child {
    position: relative;
    z-index: 2;
  }
  main.top .about .blc ul li:nth-child(2) {
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 1;
  }
  main.top .about .blc ul li:last-child {
    position: absolute;
    top: 160px;
    left: 20px;
    z-index: 0;
  }
  main.top .about .blc ul img {
    border-radius: 20px;
    border: 5px solid #a19786;
  }
  main.top .about .blc div {
    line-height: 30px;
  }
  main.top .about .blc div .sub_title {
    text-align: center;
  }
  main.top .about .blc div p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top .voice {
    padding: 40px 20px;
  }
  main.top .voice .btn {
    margin: 30px auto 0;
  }
  main.top .case {
    padding: 0 20px 40px;
  }
  main.top .case .btn {
    margin: 30px auto 0;
  }
  main.top .topics {
    background: url("images/common/bg_wave_sp.webp") no-repeat;
    background-size: cover;
    padding: 60px 20px 40px;
  }
  main.sub .sec {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  main.sub .about img {
    width: 100%;
    border-radius: 10px;
    border: 5px solid #a19786;
  }
  main.sub .about > .lead {
    padding: 0 15px;
  }
  main.sub .about #thoughts {
    background: url("images/common/bg_wave_sp.webp") no-repeat;
    background-size: cover;
    padding: 60px 20px 40px;
  }
  main.sub .about #thoughts li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .about #point {
    padding: 40px 20px;
  }
  main.sub .about #point > ul {
    padding-top: 20px;
  }
  main.sub .about #point > ul li {
    position: relative;
  }
  main.sub .about #point > ul li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .about #point > ul span {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px;
    display: block;
    width: 150px;
    border-radius: 100px;
    background: #a19786;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  main.sub .about #point > ul img {
    margin-bottom: 20px;
  }
  main.sub .about #reason {
    background: url("images/common/bg_wave_sp.webp") no-repeat;
    background-size: cover;
    padding: 60px 20px 40px;
  }
  main.sub .about #reason ul {
    padding-top: 40px;
  }
  main.sub .about #reason li {
    position: relative;
  }
  main.sub .about #reason li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .about #reason li > span {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    background: #a19786;
    display: block;
    padding: 20px 0;
    letter-spacing: 2px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    font-size: 0.8rem;
    line-height: 1.2;
  }
  main.sub .about #reason li > span span {
    display: block;
    font-size: 1.4rem;
  }
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .faq ul {
    border-top: 1px dashed #a19786;
  }
  main.sub .faq ul li {
    border-bottom: 1px dashed #a19786;
    padding: 20px 0;
  }
  main.sub .faq ul li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  main.sub .faq ul li .q {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #ea9dba;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }
  main.sub .faq ul li .pink_title {
    width: calc(100% - 50px);
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: normal;
  }
  main.sub .flow .btn_area {
    margin-bottom: 40px;
  }
  main.sub .flow .btn_area .btn {
    border-radius: 5px;
    font-size: 0.7rem;
  }
  main.sub .flow .btn_area .btn.select {
    background: #fcc7db;
  }
  main.sub .flow .content_area img {
    border-radius: 5px;
  }
  main.sub .flow .content_area .lead {
    text-align: center;
  }
  main.sub .flow .content_area ul {
    padding-top: 40px;
  }
  main.sub .flow .content_area .imgleft {
    position: relative;
  }
  main.sub .flow .content_area .imgleft:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .flow .content_area .imgleft > span {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    background: #a19786;
    display: block;
    padding: 20px 0;
    letter-spacing: 2px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    font-size: 0.8rem;
    line-height: 1.2;
  }
  main.sub .flow .content_area .imgleft > span span {
    display: block;
    font-size: 1.4rem;
  }
  main.sub .contact .lead {
    padding: 0 20px;
  }
  main.sub .contact .tel a {
    color: #d588a6;
    font-size: 1.6rem;
    line-height: 1.2;
    display: block;
    text-align: center;
    letter-spacing: 2px;
  }
  main.sub .contact .tel a img {
    vertical-align: text-bottom;
    width: 30px;
  }
  main.sub .contact .form .wpcf7-form > ul {
    margin-bottom: 40px;
  }
  main.sub .contact .form .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .contact .form .wpcf7-form > ul h3 {
    margin-bottom: 10px;
  }
  main.sub .contact .form .wpcf7-form > ul input[type="text"] {
    font-family: "mamelon", sans-serif;
    width: 100%;
    height: 50px;
    padding: 20px;
    border-radius: 5px;
    background: #f0ece5;
    outline: none;
  }
  main.sub .contact .form .wpcf7-form > ul input[type="text"].small {
    width: 200px;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #f0ece5;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 12px;
    border-left: 3px solid #ea9dba;
    border-bottom: 3px solid #ea9dba;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main.sub .contact .form .wpcf7-form > ul .modelroom-select-wrap {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 5px;
    background: #f0ece5;
    margin: 10px 0 20px;
    font-family: "mamelon", sans-serif;
  }
  main.sub .contact .form .wpcf7-form > ul .modelroom-select-wrap:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #625a4d;
    pointer-events: none;
    z-index: 1;
  }
  main.sub .contact .form .wpcf7-form > ul .modelroom-select-wrap select {
    background: #f0ece5;
    border-radius: 5px;
    border: none;
    width: 100%;
    font-size: 1rem;
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px;
  }
  main.sub .contact .form .wpcf7-form > ul textarea {
    font-family: "mamelon", sans-serif;
    width: 100%;
    height: 250px;
    border-radius: 5px;
    padding: 20px;
    font-size: 1rem;
    background: #f0ece5;
    outline: none;
  }
  main.sub .contact .form .agree a {
    text-decoration: underline;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #f0ece5;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 20px;
    height: 12px;
    border-left: 3px solid #ea9dba;
    border-bottom: 3px solid #ea9dba;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main.sub .contact .form .wpcf7-spinner {
    display: none;
  }
  main.sub .contact .form input[type="submit"],
  main.sub .contact .form input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    width: 100%;
    margin: 40px auto 0;
    font-family: "mamelon", sans-serif;
  }
  main.sub .case .filter {
    border: 5px solid #a19786;
    background: #f0ece5;
    border-radius: 20px;
    padding: 20px 15px;
    margin-bottom: 40px;
  }
  main.sub .case .filter .filter-group:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .case .filter .filter-group:last-child li {
    width: 48%;
  }
  main.sub .case .filter .filter-group h2 {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  main.sub .case .filter .filter-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  main.sub .case .filter .filter-group ul li {
    width: 31%;
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid #a19786;
    border-radius: 100px;
    background: #fff;
    font-size: 0.8rem;
  }
  main.sub .case .filter .filter-group ul li.active {
    background: #a19786;
    color: #fff;
  }
  main.sub .case .main h1 {
    font-size: 1.2rem;
    margin: 20px 0;
  }
  main.sub .case .main img {
    margin: 20px auto;
    display: block;
    border-radius: 20px;
    border: 5px solid #a19786;
  }
  main.sub .case .main .detail {
    font-size: 0.8rem;
    margin-bottom: -20px;
  }
  main.sub .case .main .detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .case .main .detail li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .case .main .detail h2 {
    width: 100px;
    text-align: center;
    background: #a19786;
    color: #fff;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .case .main .detail p {
    width: calc(100% - 100px);
    background: #f0ece5;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .case .gallery ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  main.sub .case .gallery ul a {
    width: 100%;
    position: relative;
    display: block;
  }
  main.sub .case .gallery ul a:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .case .gallery ul a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .case .free > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .case .free > p a {
    text-decoration: underline;
    word-break: break-all;
  }
  main.sub .case .free > p strong {
    font-weight: bold;
    color: #ea9dba;
  }
  main.sub .case .free > p em {
    font-style: italic;
  }
  main.sub .case .free img,
  main.sub .case .free .wp-video {
    margin: 20px auto;
    display: block;
  }
  main.sub .case .free iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .case .free blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
    background: #f0ece5;
    border-radius: 20px;
  }
  main.sub .case .free blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #625a4d;
    top: 10px;
    left: 10px;
  }
  main.sub .case .free blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #625a4d;
    right: 10px;
    bottom: 10px;
  }
  main.sub .case .free blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .case .free ul {
    padding: 20px 20px 20px 40px;
    margin: 20px auto;
    border-radius: 20px;
    background: #f0ece5;
  }
  main.sub .case .free ul li {
    list-style: disc;
  }
  main.sub .case .free ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .case .free h2 {
    margin: 20px 0;
    color: #d588a6;
  }
  main.sub .case .free h3 {
    background: #f0ece5;
    border-radius: 10px;
    margin: 20px 0;
    padding: 10px;
  }
  main.sub .case .free h4 {
    color: #ea9dba;
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ea9dba;
  }
  main.sub .case .free table {
    width: 100%;
    margin: 20px 0;
    font-size: 0.8rem;
  }
  main.sub .case .free table th {
    background: #ea9dba;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
  }
  main.sub .case .free table td {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #ea9dba;
  }
  main.sub .case .free dl {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .case .free dl dt {
    background: #ea9dba;
    border: 1px solid #ea9dba;
    padding: 10px;
    width: 40%;
    vertical-align: middle;
    color: #fff;
  }
  main.sub .case .free dl dd {
    width: calc(100% - 40%);
    border: 1px solid #ea9dba;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .case .price .bg {
    background: #f0ece5;
    border-radius: 10px;
    padding: 20px;
  }
  main.sub .case .price span {
    font-size: 1.8rem;
  }
  main.sub .case .price .blc {
    margin-bottom: 20px;
  }
  main.sub .case .price .blc .bg {
    padding: 5px;
  }
  main.sub .case .price .blc ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-bottom: 20px;
  }
  main.sub .case .price .blc ul li {
    text-align: center;
  }
  main.sub .case .price .blc ul .bg {
    margin-bottom: 10px;
  }
  main.sub .case .price .blc .sum {
    text-align: center;
  }
  main.sub .case .price > .bg {
    margin-bottom: 20px;
  }
  main.sub .case .price > .bg ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .case .price > .bg ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .case .price > .bg ul h4 {
    width: 100px;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #a19786;
  }
  main.sub .case .price > .bg ul p {
    width: calc(100% - 110px);
  }
  main.sub .case .merit li {
    background: #f0ece5;
    border-radius: 10px;
    padding: 20px;
  }
  main.sub .case .merit li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .case .merit li h3 {
    color: #d588a6;
    margin-bottom: 20px;
  }
  main.sub .case .merit li p {
    font-size: 0.9rem;
  }
  main.sub .case .overview li {
    border-bottom: 1px solid #a19786;
    padding: 20px 0;
  }
  main.sub .case .overview h3 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .case #pagenavi {
    padding-top: 0;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    margin: 0 5px;
    color: #fff;
    background: #ea9dba;
    border: 1px solid #ea9dba;
  }
  main.sub .pagination ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    margin: 0 5px;
    color: #ea9dba;
    background: #fff;
    border: 1px solid #ea9dba;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #ea9dba;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #ea9dba;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 20px auto;
    display: block;
    border-radius: 20px;
    border: 3px solid #a19786;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    border: 5px solid #a19786;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
    background: #f0ece5;
    border-radius: 20px;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #625a4d;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #625a4d;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul {
    padding: 20px 20px 20px 40px;
    margin: 20px auto;
    border-radius: 20px;
    background: #f0ece5;
  }
  main.sub .single .content ul li {
    list-style: disc;
  }
  main.sub .single .content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.2rem;
    margin: 20px 0;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    color: #d588a6;
  }
  main.sub .single .content h3 {
    background: #f0ece5;
    border-radius: 10px;
    margin: 20px 0;
    padding: 10px;
  }
  main.sub .single .content h4 {
    color: #ea9dba;
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ea9dba;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px 0;
    font-size: 0.8rem;
  }
  main.sub .single .content table th {
    background: #ea9dba;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #ea9dba;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #ea9dba;
    border: 1px solid #ea9dba;
    padding: 10px;
    width: 40%;
    vertical-align: middle;
    color: #fff;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 40%);
    border: 1px solid #ea9dba;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
  main.sub #pagenavi li {
    width: 30%;
  }
  main.sub .error .btn {
    margin: 20px auto;
  }
  footer .cta {
    position: relative;
    background: url("images/common/bg_contact.webp") no-repeat;
    background-size: cover;
    padding: 40px 20px;
    color: #fff;
  }
  footer .cta .main_title {
    color: #fff;
  }
  footer .cta p {
    line-height: 30px;
  }
  footer .cta .btn {
    margin: 20px auto 0;
  }
  footer .logo {
    text-align: center;
    padding: 40px 20px;
  }
  footer .f_blc > li:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .f_blc h3 {
    color: #fff;
    text-align: center;
    background: #a19786;
    border-radius: 5px;
    padding: 5px;
    margin: 0 20px 20px;
  }
  footer .f_blc p {
    line-height: 30px;
    padding: 0 20px;
  }
  footer .f_blc .f_nav {
    border-top: 1px solid #625a4d;
  }
  footer .f_blc .f_nav > li a {
    display: block;
    border-bottom: 1px solid #625a4d;
    padding: 20px;
  }
  footer .f_blc .f_nav > li > a {
    border-bottom: none;
  }
  footer .f_blc .f_nav > li > a + ul {
    border-bottom: 1px solid #625a4d;
    padding: 0 0 10px 30px;
  }
  footer .f_blc .f_nav > li > a + ul li {
    position: relative;
  }
  footer .f_blc .f_nav > li > a + ul li:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -15px;
    background: url("images/common/icon_arrow.svg") no-repeat;
    width: 20px;
    height: 20px;
  }
  footer .f_blc .f_nav > li > a + ul a {
    padding: 10px;
    border-bottom: none;
  }
  footer small {
    display: block;
    text-align: center;
    padding: 20px 0 100px;
    font-size: 0.8rem;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99;
    background: #ea9dba;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 5px;
  }
  footer .fix {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(229, 218, 167, 0.8);
    width: 100%;
    padding: 10px 20px;
    z-index: 99;
  }
  footer .fix li:first-child a {
    background: #ad8f5c;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */