@charset "UTF-8";
/*Theme Name: 平成ペット */
@font-face {
  font-family: "Mamelon";
  src: url("font/Mamelon-4-Hi-Regular.otf") format("opentype");
}

@media (min-width: 768px) {
  html {
    font-size: 125%;
  }
  body {
    font-family: "Mamelon", sans-serif;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    line-height: 1.8;
    color: #464646;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    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;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 40px;
  }
  body .imgleft > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .imgright {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 40px;
  }
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .inner {
    width: 1120px;
    margin: 0px auto;
  }
  body .inner.mdl {
    width: 1020px;
  }
  body .inner.narrow {
    width: 900px;
  }
  body .main_title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
    line-height: 1.4;
  }
  body .main_title.big {
    font-size: 2rem;
  }
  body .main_title img {
    display: block;
    margin: 0 auto 10px;
  }
  body .main_title em {
    color: #f185b4;
    font-size: 3.2rem;
  }
  body .main_title span {
    display: block;
    font-size: 1.2rem;
  }
  body .sub_title {
    background: #f0bd47;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  body .pink_title {
    color: #f185b4;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .pink_title.mini {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  body .pink_title.mini img {
    margin-right: 20px;
  }
  body .pink_title.big {
    font-size: 1.8rem;
  }
  body .pink_title.center {
    text-align: center;
  }
  body .blk_title {
    margin-bottom: 20px;
  }
  body .blk_title img {
    margin-right: 20px;
  }
  body .dog_title {
    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.6rem;
    line-height: 1.4;
    text-align: center;
    color: #f0bd47;
    margin-bottom: 60px;
  }
  body .dog_title img {
    margin: 0 20px;
  }
  body .blue_btn {
    width: 400px;
    background: #b1f3ff;
    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;
    gap: 20px;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 4px solid #7ebfca;
  }
  body .blue_btn:hover {
    background: #77d7e5;
    color: #fff;
  }
  body .blue_btn span {
    position: relative;
    padding-left: 20px;
  }
  body .blue_btn span:after {
    position: absolute;
    content: "";
    background: url("images/common/btn_dog.svg") no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -20px;
  }
  body .ylw_btn {
    width: 400px;
    background: #ffdb81;
    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;
    gap: 20px;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 4px solid #c0af83;
  }
  body .ylw_btn:hover {
    background: #f0bd47;
    color: #fff;
  }
  body .ylw_btn span {
    position: relative;
    padding-left: 20px;
  }
  body .ylw_btn span:after {
    position: absolute;
    content: "";
    background: url("images/common/btn_dog.svg") no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -20px;
  }
  body .contact_btn {
    width: 400px;
    background: #77d7e5;
    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;
    gap: 20px;
    font-size: 1.2rem;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 4px solid #5facb7;
  }
  body .contact_btn:hover {
    background: #4ebac9;
  }
  body .line_btn {
    width: 400px;
    background: #06c755;
    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;
    gap: 20px;
    font-size: 1.2rem;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 4px solid #099542;
  }
  body .line_btn:hover {
    background: #0bdc61;
  }
  body .logo a {
    display: inline-block;
    color: #e30065;
    text-align: center;
  }
  body .logo a img {
    display: block;
  }
  body .cta span {
    display: block;
    background: #f9dd87;
    padding: 0 10px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 10px;
  }
  body .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  body .tel:hover {
    color: #4ebac9;
  }
  body .tel.ylw {
    font-size: 1.6rem;
    color: #e8ba4e;
  }
  body .tel.ylw:hover {
    color: #ffdb81;
  }
  body .tel.pink {
    color: #f185b4;
  }
  body .tel.pink:hover {
    color: #e30065;
  }
  body .lead {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 80px;
  }
  body .lead span {
    color: #f185b4;
  }
  body .bg_pink {
    background: #ffe9f2;
    padding: 40px;
    border-radius: 20px;
  }
  body .bg_pink span {
    display: block;
    color: #e30065;
  }
  body .bg_pink p {
    padding: 0 20px 20px;
  }
  body .bg_pink p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .bg_pink ul:not([class]) li {
    text-indent: -1em;
    padding-left: 1em;
  }
  body .search ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 100px;
  }
  body .search ul img {
    margin-bottom: 30px;
    border-radius: 20px;
    border: 5px solid #bfa9a9;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(161, 134, 134, 0.99);
            box-shadow: 0px 4px 0px 0px rgba(161, 134, 134, 0.99);
  }
  body .point {
    position: relative;
    background: url("images/common/bg_point.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 60px 0 100px;
  }
  body .point .deco01 {
    position: absolute;
    top: -138px;
    left: 0;
  }
  body .point .deco02 {
    position: absolute;
    top: -139px;
    right: 0;
  }
  body .point .deco03 {
    position: absolute;
    bottom: 40px;
    left: 30px;
  }
  body .point .deco04 {
    position: absolute;
    bottom: 30px;
    right: 70px;
  }
  body .point .lead {
    font-size: 1.4rem;
    margin-bottom: 140px;
  }
  body .point .inner {
    position: relative;
  }
  body .point .inner #curve {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 1.8rem;
    text-align: center;
    background: url("images/common/title_ribbon.svg") no-repeat;
    background-position: center;
    width: 620px;
    height: 160px;
    margin: 0 auto;
  }
  body .point .inner dl {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 130px 60px 60px;
    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;
    font-size: 1.6rem;
    position: relative;
  }
  body .point .inner dt {
    width: 70px;
    height: 70px;
    background: #e8ba4e;
    border-radius: 100px;
    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;
  }
  body .point .inner dt:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .point .inner dd {
    width: calc(100% - 100px);
  }
  body .point .inner dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .point .inner dd span {
    font-size: 1rem;
  }
  body .point .ylw_btn {
    margin: 60px auto 0;
  }
  body .service_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
  body .service_list li {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
  }
  body .service_list li:nth-child(odd) {
    border: 5px solid #9bced5;
    -webkit-box-shadow: 0px 4px 0px 0px #74afb9;
            box-shadow: 0px 4px 0px 0px #74afb9;
  }
  body .service_list li:nth-child(odd) a:hover {
    background: #77d7e5;
  }
  body .service_list li:nth-child(odd) h3 {
    color: #58a7b2;
  }
  body .service_list li:nth-child(even) {
    border: 5px solid #f5d58a;
    -webkit-box-shadow: 0px 4px 0px 0px #d1b470;
            box-shadow: 0px 4px 0px 0px #d1b470;
  }
  body .service_list li:nth-child(even) a:hover {
    background: #e8ba4e;
  }
  body .service_list li:nth-child(even) h3 {
    color: #c39528;
  }
  body .service_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px 20px;
    border-radius: 15px;
  }
  body .service_list li a:hover h3 {
    color: #fff;
  }
  body .service_list li img {
    margin-bottom: 40px;
    border-radius: 10px;
  }
  body .service_list li h3 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: auto;
  }
  body .service_list li h3 span {
    display: block;
  }
  body .support ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 100px;
  }
  body .support ul li {
    text-align: center;
  }
  body .support ul li img {
    margin-bottom: 40px;
  }
  body .support ul li h3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  body .flow_list li {
    position: relative;
  }
  body .flow_list li:not(:last-child) {
    padding-bottom: 60px;
  }
  body .flow_list li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 0;
    left: 80px;
    border-left: 3px dashed #9bced5;
    height: 100%;
    z-index: -1;
  }
  body .flow_list li.line:after {
    position: absolute;
    content: "";
    top: 0;
    left: 80px;
    border-left: 3px dashed #9bced5;
    height: 80%;
    z-index: -1;
  }
  body .flow_list .imgright > img {
    border-radius: 20px;
  }
  body .flow_list .imgright > div {
    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;
    width: 77%;
  }
  body .flow_list .imgright > div span {
    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: 2px 25px;
    width: 160px;
    border-radius: 100px;
    background: #9bced5;
    color: #fff;
    font-size: 0.9rem;
  }
  body .flow_list .imgright > div div {
    width: 75%;
    margin-left: auto;
  }
  body .flow_list .imgright > div div .title {
    font-size: 1.6rem;
    line-height: 1;
    color: #9bced5;
  }
  body .flow_list .imgright > div div p {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .flow_list .imgright.full > div {
    width: 100%;
    margin-right: 0;
  }
  body .flow_list .imgright.full > div div {
    width: 80%;
  }
  body .point_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  body .point_list li {
    border-radius: 20px;
    padding: 20px;
    border: 5px solid #9bced5;
    -webkit-box-shadow: 0px 4px 0px 0px #74afb9;
            box-shadow: 0px 4px 0px 0px #74afb9;
  }
  body .point_list li .title {
    text-align: center;
    color: #9bced5;
    margin-bottom: 20px;
  }
  body .point_list li .title.big {
    font-size: 1.2rem;
  }
  body .point_list li img {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  body .point_list li p {
    font-size: 0.9rem;
  }
  body .js-scrollable {
    margin-bottom: 20px;
  }
  body .js-scrollable table {
    width: 100%;
  }
  body .js-scrollable table th,
  body .js-scrollable table td {
    text-align: center;
    padding: 20px;
    vertical-align: middle;
  }
  body .js-scrollable table th span,
  body .js-scrollable table td span {
    display: block;
    font-size: 0.7rem;
  }
  body .js-scrollable table th dl,
  body .js-scrollable table td dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .js-scrollable table th dl dt,
  body .js-scrollable table td dl dt {
    width: 30%;
    text-align: right;
  }
  body .js-scrollable table th dl dd,
  body .js-scrollable table td dl dd {
    width: 47%;
    margin-left: 10px;
    text-align: left;
  }
  body .js-scrollable table th:not(:last-child) {
    border-right: 1px solid #fff;
  }
  body .js-scrollable table.big,
  body .js-scrollable table .big {
    font-size: 1.2rem;
  }
  body .js-scrollable table.mdl,
  body .js-scrollable table .mdl {
    font-size: 1rem;
  }
  body .js-scrollable table.small,
  body .js-scrollable table .small {
    font-size: 0.9rem;
  }
  body .js-scrollable table .left {
    text-align: left;
  }
  body .js-scrollable table .green {
    color: #06c755;
  }
  body .js-scrollable table.three th,
  body .js-scrollable table.three td {
    width: 33%;
  }
  body .js-scrollable table.four th,
  body .js-scrollable table.four td {
    width: 25%;
  }
  body .js-scrollable table.four th.wide,
  body .js-scrollable table.four td.wide {
    width: 33%;
  }
  body .js-scrollable table.ylw th {
    background: #f9dd87;
    border-top: 1px solid #fff;
  }
  body .js-scrollable table.ylw th.bg_green {
    background: #06c755;
    color: #fff;
    padding: 10px;
  }
  body .js-scrollable table.ylw th.bg_blue {
    background: #d1eff4;
  }
  body .js-scrollable table.ylw td {
    border: 1px solid #f9dd87;
  }
  body .js-scrollable table.org th {
    background: #ffdbb0;
  }
  body .js-scrollable table.org th.wide {
    width: 67%;
  }
  body .js-scrollable table.org td {
    border: 1px solid #ffdbb0;
  }
  body .js-scrollable + ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    padding: 0 20px;
    font-size: 0.9rem;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .dec .cat {
    display: block;
    min-width: 120px;
    font-size: 0.8rem;
    text-align: center;
    background: rgba(249, 221, 135, 0.69);
    border-radius: 100px;
    margin-right: 30px;
  }
  body .dec .cat:hover {
    background: #d1b470;
  }
  body .dec .cat.blue {
    background: #77d7e5;
    color: #fff;
  }
  body .dec .cat.blue:hover {
    background: #4ebac9;
  }
  body .dec .cat.l_blue {
    background: #d1eff4;
    font-size: 0.7rem;
  }
  body .dec .cat.l_blue:hover {
    background: #4ebac9;
  }
  body .archive_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;
    padding: 20px 0;
    border-bottom: 2px solid #d9d9d9;
  }
  body .archive_list time {
    margin-right: 30px;
  }
  body .archive_list .title {
    width: 70%;
  }
  body .archive_list .title a {
    font-size: 1.2rem;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
  }
  body .archive_list .title a:hover {
    border-bottom: 3px solid #d1b470;
    color: #d1b470;
  }
  body .graf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px dashed #9bced5;
  }
  body .graf > dt {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    color: #f185b4;
    border-bottom: 1px dashed #9bced5;
  }
  body .graf > dd {
    width: 80%;
    padding: 20px 0;
    border-bottom: 1px dashed #9bced5;
  }
  body .graf > dd p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .graf > dd dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .graf > dd dl dt {
    width: 32%;
  }
  body .graf > dd dl dd {
    width: 68%;
  }
  header .h_blc {
    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;
  }
  header .h_blc .h_right .h_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .h_blc .h_right .h_cta .tel {
    padding: 10px 30px;
  }
  header .h_blc .h_right .h_cta .h_contact {
    width: 230px;
    border-radius: 0 0 20px 20px;
    text-align: center;
    background: #d1eff4;
    color: #4089b3;
    padding: 10px;
    font-size: 1.2rem;
  }
  header .h_blc .h_right .h_cta .h_contact:hover {
    background: #77d7e5;
    color: #fff;
  }
  header .h_blc .h_right .h_cta .h_contact svg {
    vertical-align: text-bottom;
    margin-right: 5px;
  }
  header .h_blc .h_right #menu-btn-check {
    display: none;
  }
  header .h_blc .h_right .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 20px 0;
  }
  header .h_blc .h_right .nav > li {
    position: relative;
  }
  header .h_blc .h_right .nav > li:hover .sub_menu {
    display: block;
  }
  header .h_blc .h_right .nav > li > a {
    display: block;
    font-size: 0.8rem;
    margin-left: 20px;
  }
  header .h_blc .h_right .nav > li > a:hover {
    color: #77d7e5;
    position: relative;
  }
  header .h_blc .h_right .nav > li > a:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #77d7e5;
    bottom: -5px;
    left: 0;
    border-radius: 100px;
  }
  header .h_blc .h_right .nav > li .sub_menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 100%;
    display: none;
    min-width: 180px;
    background: #d1eff4;
    border-radius: 10px;
    width: 100%;
    z-index: 1;
  }
  header .h_blc .h_right .nav > li .sub_menu a {
    padding: 10px;
    display: block;
    font-size: 0.8rem;
    border-radius: 10px;
  }
  header .h_blc .h_right .nav > li .sub_menu a:hover {
    background: #77d7e5;
    color: #fff;
  }
  header .catch {
    position: relative;
  }
  header .catch:before {
    position: absolute;
    content: "";
    background: url("images/catch/top_catch.svg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 4vw;
    top: 0;
    left: 0;
  }
  header .catch:after {
    position: absolute;
    content: "";
    background: url("images/catch/btm_catch.svg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 4vw;
    bottom: 0;
    left: 0;
  }
  header .catch > img {
    width: 100%;
  }
  header .catch .copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 50px;
    width: 36%;
  }
  header .catch .copy p {
    color: #fff;
    text-align: center;
    background: #f0bd47;
    border-radius: 20px;
    font-size: 1.5rem;
    padding: 15px 5px;
  }
  header .catch .copy ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    margin: 30px 0;
  }
  header .catch .copy ul li {
    text-align: center;
    font-size: 1.2rem;
    border-radius: 100px;
  }
  header .catch .copy ul li.pink {
    background: #ffe9f2;
  }
  header .catch .copy ul li.blue {
    background: #e8fbff;
  }
  header .catch .news {
    position: absolute;
    bottom: 12%;
    -webkit-transform: translateY(-12%);
            transform: translateY(-12%);
    right: 0;
    background: #fff;
    border-radius: 200px 0px 0px 200px;
    padding: 20px;
    width: 52%;
    overflow: hidden;
    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;
  }
  header .catch .news h2 {
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
  }
  header .catch .news .swiper_news {
    width: calc(100% - 100px);
    height: 3.4vw;
  }
  header .catch .news .swiper_news .swiper-slide {
    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;
  }
  header .catch .news .swiper_news h3 {
    width: calc(100% - 130px);
    padding: 5px 40px 5px 0;
    position: relative;
  }
  header .catch .news .swiper_news h3:after {
    position: absolute;
    content: "";
    background: url("images/catch/icon_arrow.svg") no-repeat;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  header .catch .news .swiper_news h3 a {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #fff;
  }
  header .catch .news .swiper_news h3 a:hover {
    border-bottom: 3px solid #f185b4;
    color: #f185b4;
  }
  header .catch .page_title {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: auto;
    background: rgba(255, 233, 242, 0.7);
    font-size: 1.6rem;
    border-radius: 100px;
    padding: 20px 30px;
    text-align: center;
    min-width: 450px;
  }
  main #breadcrumbs {
    padding-top: 60px;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main #breadcrumbs a:hover {
    color: #f185b4;
  }
  main.top .search {
    position: relative;
    z-index: 1;
    padding: 80px 0 180px;
  }
  main.top .search .deco {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  main.top .service {
    padding: 80px 0 140px;
  }
  main.top .service .ylw_btn {
    width: 480px;
    margin: 60px auto 0;
  }
  main.top .support {
    background: url("images/top/bg_support.png") no-repeat;
    background-size: 100%;
    padding: 65px 0;
    position: relative;
  }
  main.top .support:before {
    position: absolute;
    content: "";
    background: url("images/top/bg_support_top.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 4vw;
    top: -4vw;
    left: 0;
  }
  main.top .support:after {
    position: absolute;
    content: "";
    background: url("images/top/bg_support_btm.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 4vw;
    bottom: -4vw;
    left: 0;
  }
  main.top .support .ylw_btn {
    margin: 60px auto 0;
  }
  main.top .voice {
    padding: 120px 0;
  }
  main.top .voice .swiper_voice {
    position: relative;
    overflow: hidden;
  }
  main.top .voice .swiper_voice ul {
    margin-bottom: 140px;
  }
  main.top .voice .swiper_voice ul li {
    position: relative;
    border-radius: 20px;
    height: auto;
    border: 5px solid #f5d58a;
    -webkit-box-shadow: 0px 4px 0px 0px #d1b470;
            box-shadow: 0px 4px 0px 0px #d1b470;
  }
  main.top .voice .swiper_voice ul .thumb {
    width: 100%;
    position: relative;
    display: block;
    border-bottom: 5px solid #f5d58a;
  }
  main.top .voice .swiper_voice ul .thumb:before {
    content: "";
    display: block;
    padding-top: 64.4%;
  }
  main.top .voice .swiper_voice ul .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px 15px 0 0;
  }
  main.top .voice .swiper_voice ul .cat {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    display: inline-block;
    min-width: 120px;
    border-radius: 100px;
    text-align: center;
    font-size: 0.8rem;
    background: rgba(249, 221, 135, 0.69);
  }
  main.top .voice .swiper_voice ul .cat:hover {
    background: #d1b470;
  }
  main.top .voice .swiper_voice ul h3 {
    padding: 10px;
  }
  main.top .voice .swiper_voice ul h3 a {
    font-size: 0.9rem;
    padding-bottom: 5px;
    border-bottom: 3px solid #fff;
  }
  main.top .voice .swiper_voice ul h3 a:hover {
    border-bottom: 3px solid #d1b470;
    color: #d1b470;
  }
  main.top .voice .swiper_voice .swiper-pagination {
    bottom: 50px;
  }
  main.top .voice .swiper_voice .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background: #fff7e3;
    opacity: 1;
  }
  main.top .voice .swiper_voice .swiper-pagination-bullet-active {
    background: #f8e5b7;
  }
  main.top .voice p {
    margin-bottom: 20px;
  }
  main.top .voice .ylw_btn {
    margin: 0 auto;
  }
  main.sub section {
    padding: 60px 0 200px;
  }
  main.sub section .sec:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .privacy p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy dd {
    font-size: 0.9rem;
  }
  main.sub .privacy dd:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy dd ul:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .faq .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  main.sub .faq .btnarea a {
    display: block;
    background: #f185b4;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 10px 20px;
  }
  main.sub .faq .btnarea a:hover {
    background: #e30065;
  }
  main.sub .faq dt {
    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: 60px;
  }
  main.sub .faq dt span {
    width: 80px;
    height: 80px;
    color: #fff;
    background: #9bced5;
    border-radius: 100px;
    font-size: 1.6rem;
    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 .faq dt h3 {
    width: calc(100% - 110px);
    color: #9bced5;
    font-size: 1.2rem;
  }
  main.sub .faq dd {
    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 .faq dd:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .faq dd span {
    width: 80px;
    height: 80px;
    color: #fff;
    background: #f9dd87;
    border-radius: 100px;
    font-size: 1.6rem;
    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 .faq dd p {
    width: calc(100% - 110px);
  }
  main.sub .recruit li > p {
    margin-bottom: 60px;
  }
  main.sub .recruit h3 {
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #464646;
  }
  main.sub .company strong {
    color: #f185b4;
    font-size: 3.2rem;
    line-height: 1;
    display: block;
    text-align: center;
  }
  main.sub .company .gaiyo > img {
    margin: 60px 0;
  }
  main.sub .company .gaiyo ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
  }
  main.sub .company .list dt:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .company .list dt.right {
    text-align: right;
  }
  main.sub .company .list dd {
    color: #9bced5;
  }
  main.sub .company .list dd:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .company .list dd.right {
    text-align: right;
  }
  main.sub .company .sdgs img,
  main.sub .company #harassment img {
    display: block;
    margin: 0 auto;
  }
  main.sub .hotel > .imgright,
  main.sub .funeral > .imgright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .funeral_flow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  main.sub .funeral_flow > li:nth-child(1) h3:before,
  main.sub .funeral_flow > li:nth-child(2) li:first-child h3:before, main.sub .funeral_flow > li:nth-child(3) h3:before {
    position: absolute;
    content: "";
    background: url("images/funeral/icon_arrow.svg") no-repeat;
    top: 80%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: -25px;
    width: 21px;
    height: 15px;
  }
  main.sub .funeral_flow > li:nth-child(1) h3:after,
  main.sub .funeral_flow > li:nth-child(2) li:last-child h3:after, main.sub .funeral_flow > li:nth-child(3) h3:after {
    position: absolute;
    content: "";
    background: url("images/funeral/icon_arrow.svg") no-repeat;
    top: -20%;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: -25px;
    width: 21px;
    height: 15px;
  }
  main.sub .funeral_flow > li:nth-child(4) h3:after, main.sub .funeral_flow > li:nth-child(5) h3:after {
    position: absolute;
    content: "";
    background: url("images/funeral/icon_arrow.svg") no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
    width: 21px;
    height: 15px;
  }
  main.sub .funeral_flow ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .funeral_flow h3 {
    background: #9bced5;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 100px;
    padding: 10px;
    position: relative;
  }
  main.sub .rental .about .bg_pink {
    padding: 40px 120px;
  }
  main.sub .rental .about .check_list {
    padding: 0 40px 60px 60px;
  }
  main.sub .rental .about .check_list li {
    position: relative;
    font-size: 1.3rem;
  }
  main.sub .rental .about .check_list li:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_check.svg") no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -40px;
    width: 20px;
    height: 18px;
  }
  main.sub .rental .about .check_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .rental .intro li {
    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.sub .rental .intro li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .rental .intro .thumb {
    max-width: 250px;
    width: 100%;
    position: relative;
  }
  main.sub .rental .intro .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .rental .intro .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .rental .intro .graf {
    width: 72%;
  }
  main.sub .rental .intro .graf dt:last-of-type,
  main.sub .rental .intro .graf dd:last-of-type {
    border-bottom: none;
  }
  main.sub .rental .caution_list {
    padding: 0 20px 20px 40px;
  }
  main.sub .rental .caution_list li {
    position: relative;
  }
  main.sub .rental .caution_list li:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_caution.svg") no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -40px;
    width: 24px;
    height: 24px;
  }
  main.sub .rental .caution_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .trimming .about p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .hotel .form p,
  main.sub .contact .form p {
    font-size: 0.7rem;
    padding-top: 20px;
  }
  main.sub .hotel .form p a,
  main.sub .contact .form p a {
    color: #f185b4;
    text-decoration: underline;
  }
  main.sub .hotel .form p a:hover,
  main.sub .contact .form p a:hover {
    color: #e30065;
  }
  main.sub .hotel .form dt,
  main.sub .contact .form dt {
    width: 26%;
    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;
  }
  main.sub .hotel .form dt div,
  main.sub .contact .form dt div {
    width: calc(100% - 60px);
  }
  main.sub .hotel .form dt span,
  main.sub .contact .form dt span {
    display: block;
    background: #f185b4;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    width: 60px;
    font-size: 0.7rem;
  }
  main.sub .hotel .form dd,
  main.sub .contact .form dd {
    width: 74%;
    padding: 20px;
  }
  main.sub .hotel .form input[type="text"],
  main.sub .hotel .form input[type="tel"],
  main.sub .hotel .form input[type="date"],
  main.sub .hotel .form input[type="email"],
  main.sub .hotel .form textarea,
  main.sub .contact .form input[type="text"],
  main.sub .contact .form input[type="tel"],
  main.sub .contact .form input[type="date"],
  main.sub .contact .form input[type="email"],
  main.sub .contact .form textarea {
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    height: 65px;
    background: #f0f0f0;
    font-size: 1rem;
  }
  main.sub .hotel .form .select,
  main.sub .contact .form .select {
    overflow: hidden;
    border-radius: 10px;
    vertical-align: middle;
    position: relative;
    background: #f0f0f0;
  }
  main.sub .hotel .form .select:before,
  main.sub .contact .form .select:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #464646;
    pointer-events: none;
    z-index: 1;
  }
  main.sub .hotel .form select,
  main.sub .contact .form select {
    background: #f0f0f0;
    border: none;
    width: 100%;
    font-size: 1rem;
    height: 65px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px;
    outline: none;
  }
  main.sub .hotel .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item,
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }
  main.sub .hotel .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label,
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main.sub .hotel .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"],
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .hotel .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before,
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #f0f0f0;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: -3px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
  }
  main.sub .hotel .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
  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: 0;
    left: 5px;
    width: 20px;
    height: 12px;
    border-left: 3px solid #f185b4;
    border-bottom: 3px solid #f185b4;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main.sub .hotel .form textarea,
  main.sub .contact .form textarea {
    height: 270px;
  }
  main.sub .hotel .form ::-webkit-input-placeholder,
  main.sub .contact .form ::-webkit-input-placeholder {
    color: #c7c7c7;
  }
  main.sub .hotel .form :-ms-input-placeholder,
  main.sub .contact .form :-ms-input-placeholder {
    color: #c7c7c7;
  }
  main.sub .hotel .form ::-ms-input-placeholder,
  main.sub .contact .form ::-ms-input-placeholder {
    color: #c7c7c7;
  }
  main.sub .hotel .form ::placeholder,
  main.sub .contact .form ::placeholder {
    color: #c7c7c7;
  }
  main.sub .hotel .form input[type="submit"],
  main.sub .hotel .form input[type="button"],
  main.sub .contact .form input[type="submit"],
  main.sub .contact .form input[type="button"] {
    font-family: "Mamelon", sans-serif;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 5px;
    width: 400px;
    margin: 80px auto 0;
    padding: 20px;
    background: #f185b4;
    color: #fff;
    border-radius: 100px;
  }
  main.sub .hotel .form input[type="submit"]:hover,
  main.sub .hotel .form input[type="button"]:hover,
  main.sub .contact .form input[type="submit"]:hover,
  main.sub .contact .form input[type="button"]:hover {
    cursor: pointer;
    background: #e30065;
  }
  main.sub .hotel .form .wpcf7-spinner,
  main.sub .contact .form .wpcf7-spinner {
    display: none;
  }
  main.sub .hotel .ylw_btn,
  main.sub .contact .ylw_btn {
    margin: 40px auto;
  }
  main.sub .products #wrapper {
    border: 5px solid #9bced5;
    -webkit-box-shadow: 0px 4px 0px 0px #74afb9;
            box-shadow: 0px 4px 0px 0px #74afb9;
    padding: 30px;
    border-radius: 20px;
  }
  main.sub .products #tab {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 1.2rem;
  }
  main.sub .products #tab li {
    width: 170px;
    text-align: center;
    background: #d9d9d9;
  }
  main.sub .products #tab li:first-child.current {
    background: #9bced5;
  }
  main.sub .products #tab li:last-child.current {
    background: #f185b4;
  }
  main.sub .products .contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px;
  }
  main.sub .products .contents > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.sub .products .contents .thumb {
    display: block;
    max-width: 250px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  main.sub .products .contents .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .products .contents .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .products .contents h3 a {
    display: inline-block;
    font-size: 1.2rem;
    border-bottom: 3px solid #fff;
    line-height: 1.2;
  }
  main.sub .products .contents h3 a:hover {
    border-bottom: 3px solid #77d7e5;
    color: #77d7e5;
  }
  main.sub .products .contents .cat {
    margin: 10px 0;
  }
  main.sub .products .contents p {
    font-size: 0.7rem;
    margin: auto 0 5px;
  }
  main.sub .products .contents strong {
    color: #f185b4;
    display: block;
    text-align: right;
    font-size: 0.8rem;
    line-height: 1;
  }
  main.sub .products .contents strong span {
    font-size: 1rem;
  }
  main.sub .products #jquery-tab-pager-navi {
    font-size: 1.2rem;
    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;
    padding-top: 100px;
  }
  main.sub .products #jquery-tab-pager-navi a {
    color: #d9d9d9;
    background: none;
    border: none;
    margin-right: 20px;
  }
  main.sub .products #jquery-tab-pager-navi a.current {
    color: #f185b4;
  }
  main.sub .products #jquery-tab-pager-navi a:hover {
    color: #f185b4;
  }
  main.sub .products #jquery-tab-pager-navi .disable {
    display: none;
  }
  main.sub .products .think {
    font-size: 0.9rem;
  }
  main.sub .products_single {
    padding: 60px 0 0;
  }
  main.sub .products_single .detail {
    margin-bottom: 240px;
  }
  main.sub .products_single .detail .blc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 40px 0 60px;
  }
  main.sub .products_single .detail .wrap {
    width: 450px;
  }
  main.sub .products_single .detail .wrap .products-main .swiper-slide {
    max-width: 450px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  main.sub .products_single .detail .wrap .products-main .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 111.2%;
  }
  main.sub .products_single .detail .wrap .products-main .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .products_single .detail .wrap .products-thumbs .swiper-slide {
    max-width: 105px;
    width: 100%;
    position: relative;
    display: block;
  }
  main.sub .products_single .detail .wrap .products-thumbs .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .products_single .detail .wrap .products-thumbs .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .products_single .detail .graf {
    width: 590px;
  }
  main.sub .products_single .detail .graf dt {
    width: 30%;
  }
  main.sub .products_single .detail .graf dd {
    width: 70%;
  }
  main.sub .products_single .detail .graf dd span {
    display: block;
    color: #f185b4;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  main.sub .products_single .point {
    padding: 60px 0 120px;
    margin-bottom: -70px;
  }
  main.sub .products_single .point .deco03,
  main.sub .products_single .point .deco04 {
    z-index: 1;
  }
  main.sub .archive .title {
    width: 85%;
  }
  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;
    padding-top: 100px;
    font-size: 1.2rem;
  }
  main.sub .pagination ul span {
    display: block;
    margin: 0 10px;
    color: #f185b4;
  }
  main.sub .pagination ul a {
    margin: 0 10px;
    color: #d9d9d9;
    display: block;
  }
  main.sub .pagination ul a:hover {
    color: #f185b4;
  }
  main.sub .single .content > p {
    margin-bottom: 40px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #f185b4;
    text-decoration: underline;
  }
  main.sub .single .content > p strong {
    color: #f185b4;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content > img,
  main.sub .single .content .wp-video {
    margin: 40px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 40px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    background: #fff7e3;
    padding: 20px 40px;
    position: relative;
    margin: 40px 0;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #f0bd47;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #f0bd47;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content time {
    margin-right: 30px;
    display: block;
  }
  main.sub .single .content dl {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .single .content dl dt {
    width: 200px;
    background: #f0bd47;
    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;
    padding: 10px;
    color: #fff;
  }
  main.sub .single .content dl dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 200px);
    padding: 5px 10px;
    border: 1px solid #f0bd47;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .single .content dl dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .single .content > ul {
    padding: 20px 20px 20px 60px;
    margin: 40px auto;
    background: #fff7e3;
  }
  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.6rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  main.sub .single .content h2 {
    margin: 30px 0;
    padding: 15px 20px;
    font-size: 1.2rem;
    color: #fff;
    background: #f0bd47;
    border-radius: 10px;
  }
  main.sub .single .content h3 {
    margin: 30px 0;
    color: #f0bd47;
    font-size: 1.2rem;
  }
  main.sub .single .content h4 {
    color: #f0bd47;
    font-size: 1.2rem;
    margin: 30px 0;
    border-bottom: 1px solid #f0bd47;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px auto;
  }
  main.sub .single .content table th {
    background: #f0bd47;
    border: 1px solid #f0bd47;
    padding: 10px;
    text-align: left;
    width: 200px;
    color: #fff;
    vertical-align: middle;
  }
  main.sub .single .content table td {
    border: 1px solid #f0bd47;
    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 a {
    display: block;
    text-align: center;
    padding: 10px;
    width: 150px;
    color: #fff;
    background: #f185b4;
    border-radius: 100px;
  }
  main.sub #pagenavi a.back {
    width: 300px;
  }
  main.sub #pagenavi a:hover {
    background: #e30065;
  }
  footer .contact {
    background: #d1eff4;
    padding: 60px 0;
    position: relative;
  }
  footer .contact .deco01 {
    position: absolute;
    top: -95px;
    left: 0;
  }
  footer .contact .deco02 {
    position: absolute;
    top: -70px;
    right: 0;
  }
  footer .contact .blc {
    width: 800px;
    margin: 0 auto;
    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;
  }
  footer .contact ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .contact .cta span {
    background: #fff;
    color: #4ebac9;
  }
  footer .shop {
    padding: 100px 0;
  }
  footer .shop .blc {
    width: 860px;
    margin: 0 auto;
    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 .shop .blc > ul > li {
    border-radius: 20px;
    border: 5px solid #f5d58a;
    -webkit-box-shadow: 0px 4px 0px 0px #d1b470;
            box-shadow: 0px 4px 0px 0px #d1b470;
  }
  footer .shop .blc img,
  footer .shop .blc iframe {
    width: 100%;
    border-radius: 15px;
  }
  footer .shop li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  footer .shop dl {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
  }
  footer .shop dl dt {
    width: 120px;
    background: #f9dd87;
    text-align: center;
    border-radius: 100px;
  }
  footer .shop dl dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  footer .shop dl dd {
    width: calc(100% - 140px);
  }
  footer .shop dl dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  footer .news .archive_list li {
    border-bottom: 1px solid #ffdb81;
  }
  footer .news .archive_list .title {
    width: 65%;
  }
  footer .news .ylw_btn {
    margin: 80px auto 120px;
  }
  footer .banner {
    background: #fff4d7;
    padding: 30px 0;
  }
  footer .banner ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  footer .banner ul a {
    display: block;
  }
  footer .banner ul img {
    border: 3px solid #bfa9a9;
    -webkit-box-shadow: 0px 4px 0px 0px #a18686;
            box-shadow: 0px 4px 0px 0px #a18686;
    border-radius: 10px;
  }
  footer .f_blc {
    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;
    gap: 0 100px;
    padding: 60px 0 40px;
  }
  footer .f_blc p {
    margin: 20px 0;
    line-height: 1.6;
  }
  footer .f_blc ul {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 80px;
    height: 340px;
  }
  footer .f_blc ul a {
    position: relative;
    display: inline-block;
    border-bottom: 3px solid #fff;
  }
  footer .f_blc ul a:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .f_blc ul a:after {
    position: absolute;
    content: "";
    background: url("images/common/btn_dog.svg") no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -40px;
  }
  footer .f_blc ul a:hover {
    border-bottom: 3px solid #77d7e5;
    color: #77d7e5;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e8ba4e;
    color: #fff;
    font-size: 1.2rem;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    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;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    font-size: 2rem;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #f0bd47;
  }
  .smonly {
    display: none;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 100%;
  }
  body {
    font-family: "Mamelon", sans-serif;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    color: #464646;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
  body img {
    height: auto;
  }
  body .imgleft > img,
  body .imgright > img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft p:not(:last-child),
  body .imgright p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  body .main_title.big {
    font-size: 1.3rem;
  }
  body .main_title img {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
  }
  body .main_title em {
    color: #f185b4;
    font-size: 1.6rem;
  }
  body .main_title span {
    display: block;
    font-size: 1rem;
  }
  body .sub_title {
    background: #f0bd47;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .pink_title {
    color: #f185b4;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  body .pink_title.mini {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  body .pink_title.mini img {
    width: 30px;
    margin-right: 10px;
  }
  body .pink_title.big {
    font-size: 1.4rem;
  }
  body .pink_title.center {
    text-align: center;
  }
  body .blk_title {
    margin-bottom: 10px;
  }
  body .blk_title img {
    width: 30px;
    margin-right: 10px;
  }
  body .dog_title {
    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.2rem;
    line-height: 1.4;
    text-align: center;
    color: #f0bd47;
    margin-bottom: 20px;
  }
  body .dog_title img {
    width: 20px;
    margin: 0 10px;
  }
  body .blue_btn {
    width: 100%;
    background: #b1f3ff;
    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;
    gap: 10px;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 3px solid #7ebfca;
  }
  body .blue_btn span {
    position: relative;
    padding-left: 10px;
  }
  body .blue_btn span:after {
    position: absolute;
    content: "";
    background: url("images/common/btn_dog.svg") no-repeat;
    background-size: 80%;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -15px;
  }
  body .ylw_btn {
    width: 100%;
    background: #ffdb81;
    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;
    gap: 10px;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 3px solid #c0af83;
  }
  body .ylw_btn span {
    position: relative;
    padding-left: 10px;
  }
  body .ylw_btn span:after {
    position: absolute;
    content: "";
    background: url("images/common/btn_dog.svg") no-repeat;
    background-size: 80%;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -15px;
  }
  body .contact_btn {
    width: 100%;
    background: #77d7e5;
    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;
    gap: 10px;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 3px solid #5facb7;
  }
  body .line_btn {
    width: 100%;
    background: #06c755;
    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;
    gap: 10px;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 3px solid #099542;
  }
  body .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #e30065;
    font-size: 0.9rem;
  }
  body .logo a img {
    max-width: 100px;
    margin: 0 5px 5px 0;
  }
  body .cta span {
    display: block;
    background: #f9dd87;
    padding: 0 10px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 10px;
  }
  body .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  body .tel.ylw {
    color: #e8ba4e;
  }
  body .tel.pink {
    color: #f185b4;
  }
  body .lead {
    text-align: center;
    margin-bottom: 20px;
    font-size: 0.9rem;
  }
  body .lead span {
    color: #f185b4;
  }
  body .bg_pink {
    background: #ffe9f2;
    padding: 20px;
    border-radius: 20px;
  }
  body .bg_pink span {
    display: block;
    color: #e30065;
  }
  body .bg_pink p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .bg_pink ul:not([class]) li {
    text-indent: -1em;
    padding-left: 1em;
  }
  body .bg_pink ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
  body .search ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  body .search ul img {
    margin-bottom: 10px;
    border-radius: 20px;
    border: 3px solid #bfa9a9;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(161, 134, 134, 0.99);
            box-shadow: 0px 3px 0px 0px rgba(161, 134, 134, 0.99);
  }
  body .point {
    position: relative;
    background: url("images/common/bg_point.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 20px 20px 100px;
  }
  body .point .deco01 {
    position: absolute;
    top: -60px;
    left: 0;
    width: 150px;
  }
  body .point .deco02 {
    position: absolute;
    top: -60px;
    right: 0;
    width: 120px;
  }
  body .point .deco03 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 80px;
  }
  body .point .deco04 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
  }
  body .point .lead {
    margin-bottom: 60px;
  }
  body .point .inner {
    position: relative;
  }
  body .point .inner #curve {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 1.2rem;
    text-align: center;
    background: url("images/common/title_ribbon.svg") no-repeat;
    background-position: center;
    background-size: 100%;
    width: 320px;
    height: 80px;
    margin: 0 auto;
  }
  body .point .inner dl {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 60px 20px 20px;
    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;
    position: relative;
  }
  body .point .inner dt {
    width: 40px;
    height: 40px;
    background: #e8ba4e;
    border-radius: 100px;
    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;
  }
  body .point .inner dt:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .point .inner dd {
    width: calc(100% - 50px);
  }
  body .point .inner dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .point .inner dd span {
    display: block;
    font-size: 0.8rem;
  }
  body .point .ylw_btn {
    margin: 20px auto 0;
  }
  body .service_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  body .service_list li {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 140px;
  }
  body .service_list li:nth-child(odd) {
    border: 3px solid #9bced5;
    -webkit-box-shadow: 0px 3px 0px 0px #74afb9;
            box-shadow: 0px 3px 0px 0px #74afb9;
  }
  body .service_list li:nth-child(odd) h3 {
    color: #58a7b2;
  }
  body .service_list li:nth-child(even) {
    border: 3px solid #f5d58a;
    -webkit-box-shadow: 0px 3px 0px 0px #d1b470;
            box-shadow: 0px 3px 0px 0px #d1b470;
  }
  body .service_list li:nth-child(even) h3 {
    color: #c39528;
  }
  body .service_list li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px 20px;
  }
  body .service_list li img {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  body .service_list li h3 {
    text-align: center;
    line-height: 1.4;
  }
  body .service_list li h3 span {
    display: block;
    font-size: 0.8rem;
  }
  body .support ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  body .support ul li {
    text-align: center;
  }
  body .support ul li img {
    width: 80px;
    margin-bottom: 10px;
  }
  body .support ul li h3 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  body .flow_list li {
    position: relative;
  }
  body .flow_list li:not(:last-child) {
    padding-bottom: 60px;
  }
  body .flow_list li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 0;
    left: 20px;
    border-left: 3px dashed #9bced5;
    height: 100%;
    z-index: -1;
  }
  body .flow_list li.line:after {
    position: absolute;
    content: "";
    top: 0;
    left: 20px;
    border-left: 3px dashed #9bced5;
    height: 100%;
    z-index: -1;
  }
  body .flow_list .imgright > img {
    border-radius: 20px;
  }
  body .flow_list .imgright > img.circle {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .flow_list .imgright > div span {
    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: 2px 15px;
    width: 120px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    border-radius: 100px;
    background: #9bced5;
    color: #fff;
  }
  body .flow_list .imgright > div div {
    padding-left: 40px;
  }
  body .flow_list .imgright > div div .title {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #9bced5;
  }
  body .flow_list .imgright > div div p {
    padding-top: 20px;
  }
  body .flow_list .imgright > div div .tel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .point_list li {
    border-radius: 20px;
    padding: 20px;
    border: 3px solid #9bced5;
    -webkit-box-shadow: 0px 3px 0px 0px #74afb9;
            box-shadow: 0px 3px 0px 0px #74afb9;
  }
  body .point_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .point_list li .title {
    text-align: center;
    color: #9bced5;
    margin-bottom: 10px;
  }
  body .point_list li img {
    display: block;
    margin: 0 auto 10px;
    border-radius: 10px;
  }
  body .point_list li p {
    font-size: 0.9rem;
  }
  body .js-scrollable {
    margin-bottom: 20px;
  }
  body .js-scrollable table {
    min-width: 600px;
    width: 100%;
  }
  body .js-scrollable table th,
  body .js-scrollable table td {
    text-align: center;
    padding: 5px;
    font-size: 0.8rem;
    vertical-align: middle;
  }
  body .js-scrollable table th span,
  body .js-scrollable table td span {
    display: block;
    font-size: 0.5rem;
  }
  body .js-scrollable table th dl,
  body .js-scrollable table td dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .js-scrollable table th dl dt,
  body .js-scrollable table td dl dt {
    width: 33%;
    text-align: right;
  }
  body .js-scrollable table th dl dd,
  body .js-scrollable table td dl dd {
    width: 52%;
    margin-left: 10px;
    text-align: left;
  }
  body .js-scrollable table th:not(:last-child) {
    border-right: 1px solid #fff;
  }
  body .js-scrollable table.big,
  body .js-scrollable table .big {
    font-size: 1rem;
  }
  body .js-scrollable table .left {
    text-align: left;
  }
  body .js-scrollable table .green {
    color: #06c755;
  }
  body .js-scrollable table.three th,
  body .js-scrollable table.three td {
    width: 33%;
  }
  body .js-scrollable table.four th,
  body .js-scrollable table.four td {
    width: 25%;
  }
  body .js-scrollable table.four th.wide,
  body .js-scrollable table.four td.wide {
    width: 32%;
  }
  body .js-scrollable table.ylw th {
    background: #f9dd87;
    border-top: 1px solid #fff;
  }
  body .js-scrollable table.ylw th.bg_green {
    background: #06c755;
    color: #fff;
    padding: 10px;
  }
  body .js-scrollable table.ylw th.bg_blue {
    background: #d1eff4;
  }
  body .js-scrollable table.ylw td {
    border: 1px solid #f9dd87;
  }
  body .js-scrollable table.org th {
    background: #ffdbb0;
  }
  body .js-scrollable table.org th.wide {
    width: 50%;
  }
  body .js-scrollable table.org td {
    border: 1px solid #ffdbb0;
  }
  body .js-scrollable + ul {
    font-size: 0.9rem;
  }
  body .js-scrollable + ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .dec .cat {
    display: block;
    min-width: 100px;
    font-size: 0.8rem;
    text-align: center;
    background: rgba(249, 221, 135, 0.69);
    border-radius: 100px;
    margin-right: 20px;
  }
  body .dec .cat.blue {
    background: #77d7e5;
    color: #fff;
  }
  body .dec .cat.l_blue {
    font-size: 0.6rem;
    background: #d1eff4;
  }
  body .archive_list li {
    padding: 20px 0;
    border-bottom: 2px solid #d9d9d9;
  }
  body .archive_list time {
    margin-right: 20px;
  }
  body .archive_list .title a {
    display: block;
  }
  body .graf {
    border-top: 1px dashed #9bced5;
  }
  body .graf > dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    color: #f185b4;
  }
  body .graf > dd {
    padding-bottom: 20px;
    border-bottom: 1px dashed #9bced5;
  }
  body .graf > dd p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .graf > dd dd:not(:last-child) {
    margin-bottom: 10px;
  }
  header .h_blc {
    padding: 10px;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background: #ffdb81;
    border: 1px solid #464646;
    border-radius: 10px;
  }
  header .menu-btn span,
  header .menu-btn span::before,
  header .menu-btn span::after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #464646;
    position: absolute;
    top: 7px;
  }
  header .menu-btn span::before {
    bottom: 8px;
  }
  header .menu-btn span::after {
    top: 14px;
  }
  header .menu-btn em {
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.7rem;
    display: block;
    width: 40px;
    text-align: center;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background: #f8e5b7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: scroll;
  }
  header .menu-content .nav {
    padding: 20px;
  }
  header .menu-content .nav > li {
    margin-bottom: 10px;
  }
  header .menu-content .nav > li > a {
    padding: 5px 0;
    display: block;
    position: relative;
  }
  header .menu-content .nav > li > a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .menu-content .nav > li .sub_menu {
    padding: 5px 0 0 30px;
  }
  header .menu-content .nav > li .sub_menu a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 0.9rem;
  }
  header .menu-content .nav > li .sub_menu a:after {
    position: absolute;
    content: "＞";
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .menu-content .h_cta {
    padding: 80px 20px 20px;
  }
  header .menu-content .h_cta .tel {
    margin-bottom: 10px;
  }
  header .menu-content .h_cta .h_contact {
    display: block;
    border-radius: 100px;
    text-align: center;
    background: #d1eff4;
    color: #4089b3;
    padding: 10px;
    font-size: 1.2rem;
  }
  header .menu-content .h_cta .h_contact svg {
    vertical-align: text-bottom;
    margin-right: 5px;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .catch {
    position: relative;
  }
  header .catch:before {
    position: absolute;
    content: "";
    background: url("images/catch/top_catch.svg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 4vw;
    top: -1px;
    left: 0;
  }
  header .catch:after {
    position: absolute;
    content: "";
    background: url("images/catch/btm_catch.svg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 4vw;
    bottom: 0;
    left: 0;
  }
  header .catch > img {
    width: 100%;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .catch .copy {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    left: 10px;
    max-width: 360px;
    width: 55%;
  }
  header .catch .copy p {
    color: #fff;
    text-align: center;
    background: #f0bd47;
    border-radius: 10px;
    padding: 5px 0;
    font-size: 0.9rem;
  }
  header .catch .copy ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 10px 0;
  }
  header .catch .copy ul li {
    text-align: center;
    font-size: 0.8rem;
    border-radius: 100px;
  }
  header .catch .copy ul li.pink {
    background: #ffe9f2;
  }
  header .catch .copy ul li.blue {
    background: #e8fbff;
  }
  header .catch .news {
    position: absolute;
    bottom: 10%;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    right: 0;
    background: #fff;
    border-radius: 200px 0px 0px 200px;
    padding: 5px 20px;
    width: 98%;
    overflow: hidden;
    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;
  }
  header .catch .news h2 {
    position: relative;
    z-index: 1;
    font-size: 0.8rem;
  }
  header .catch .news .swiper_news {
    width: calc(100% - 48px);
    height: 30px;
  }
  header .catch .news .swiper_news .swiper-slide {
    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;
    font-size: 0.6rem;
  }
  header .catch .news .swiper_news h3 {
    width: calc(100% - 58px);
    position: relative;
  }
  header .catch .news .swiper_news h3:after {
    position: absolute;
    content: "";
    background: url("images/catch/icon_arrow.svg") no-repeat;
    background-size: 50%;
    right: -25px;
    top: 30%;
    width: 20px;
    height: 20px;
  }
  header .catch .page_title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 233, 242, 0.7);
    border-radius: 100px;
    padding: 10px;
    text-align: center;
    width: 300px;
  }
  main #breadcrumbs {
    padding: 20px 20px 0;
    font-size: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.top .search {
    position: relative;
    z-index: 1;
    padding: 20px 20px 100px;
  }
  main.top .search .deco {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  main.top .service {
    padding: 40px 20px 60px;
  }
  main.top .service .ylw_btn {
    margin: 20px auto 0;
  }
  main.top .support {
    background: url("images/top/bg_support.png") no-repeat;
    background-size: cover;
    padding: 40px 20px;
    position: relative;
  }
  main.top .support:before {
    position: absolute;
    content: "";
    background: url("images/top/bg_support_top.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 4vw;
    top: -4vw;
    left: 0;
  }
  main.top .support:after {
    position: absolute;
    content: "";
    background: url("images/top/bg_support_btm.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 4vw;
    bottom: -4vw;
    left: 0;
  }
  main.top .support .ylw_btn {
    margin: 20px auto 0;
  }
  main.top .voice {
    padding: 60px 20px 80px;
  }
  main.top .voice .swiper_voice {
    position: relative;
    overflow: hidden;
  }
  main.top .voice .swiper_voice ul {
    margin-bottom: 70px;
  }
  main.top .voice .swiper_voice ul li {
    position: relative;
    border-radius: 20px;
    height: auto;
    border: 3px solid #f5d58a;
    -webkit-box-shadow: 0px 3px 0px 0px #d1b470;
            box-shadow: 0px 3px 0px 0px #d1b470;
  }
  main.top .voice .swiper_voice ul .thumb {
    width: 100%;
    position: relative;
    display: block;
    border-bottom: 5px solid #f5d58a;
  }
  main.top .voice .swiper_voice ul .thumb:before {
    content: "";
    display: block;
    padding-top: 64.4%;
  }
  main.top .voice .swiper_voice ul .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 17px 17px 0 0;
  }
  main.top .voice .swiper_voice ul .cat {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    display: inline-block;
    min-width: 100px;
    border-radius: 100px;
    text-align: center;
    font-size: 0.8rem;
    background: rgba(249, 221, 135, 0.69);
  }
  main.top .voice .swiper_voice ul h3 a {
    display: block;
    padding: 10px;
    font-size: 0.9rem;
  }
  main.top .voice .swiper_voice .swiper-pagination {
    bottom: 30px;
  }
  main.top .voice .swiper_voice .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #fff7e3;
    opacity: 1;
  }
  main.top .voice .swiper_voice .swiper-pagination-bullet-active {
    background: #f8e5b7;
  }
  main.top .voice p {
    margin-bottom: 20px;
  }
  main.sub section {
    padding: 40px 20px 80px;
  }
  main.sub section .sec:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .privacy dd {
    font-size: 0.9rem;
  }
  main.sub .privacy dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .privacy dd ul:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .faq .btnarea {
    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;
    gap: 10px;
  }
  main.sub .faq .btnarea li {
    width: 48%;
  }
  main.sub .faq .btnarea a {
    display: block;
    background: #f185b4;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 10px 5px;
  }
  main.sub .faq dt {
    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: 20px;
  }
  main.sub .faq dt span {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #9bced5;
    border-radius: 100px;
    font-size: 1.2rem;
    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 .faq dt h3 {
    width: calc(100% - 50px);
    color: #9bced5;
  }
  main.sub .faq dd {
    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;
  }
  main.sub .faq dd:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .faq dd span {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #f9dd87;
    border-radius: 100px;
    font-size: 1.2rem;
    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 .faq dd p {
    width: calc(100% - 50px);
  }
  main.sub .recruit li > p {
    margin-bottom: 20px;
  }
  main.sub .recruit h3 {
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #464646;
  }
  main.sub .company strong {
    color: #f185b4;
    font-size: 1.6rem;
    line-height: 1;
    display: block;
    text-align: center;
  }
  main.sub .company .gaiyo > img {
    margin: 20px 0;
  }
  main.sub .company .gaiyo ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  main.sub .company .gaiyo iframe {
    display: block;
    width: 100%;
    height: 200px;
  }
  main.sub .company .list dt:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .company .list dt.right {
    text-align: right;
  }
  main.sub .company .list dd {
    color: #9bced5;
  }
  main.sub .company .list dd:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .company .list dd.right {
    text-align: right;
  }
  main.sub .company .sdgs img,
  main.sub .company #harassment img {
    display: block;
    margin: 0 auto;
  }
  main.sub .hotel .list li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .funeral_flow > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .funeral_flow > li:nth-child(1) h3:before,
  main.sub .funeral_flow > li:nth-child(2) li:first-child h3:before, main.sub .funeral_flow > li:nth-child(3) h3:before {
    position: absolute;
    content: "";
    background: url("images/funeral/icon_arrow.svg") no-repeat;
    bottom: -30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 70px;
    width: 21px;
    height: 15px;
  }
  main.sub .funeral_flow > li:nth-child(1) h3:after,
  main.sub .funeral_flow > li:nth-child(2) li:last-child h3:after, main.sub .funeral_flow > li:nth-child(3) h3:after {
    position: absolute;
    content: "";
    background: url("images/funeral/icon_arrow.svg") no-repeat;
    bottom: -30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 70px;
    width: 21px;
    height: 15px;
  }
  main.sub .funeral_flow > li:nth-child(4) h3:after, main.sub .funeral_flow > li:nth-child(5) h3:after {
    position: absolute;
    content: "";
    background: url("images/funeral/icon_arrow.svg") no-repeat;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 21px;
    height: 15px;
  }
  main.sub .funeral_flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .funeral_flow ul li {
    width: 48%;
  }
  main.sub .funeral_flow h3 {
    background: #9bced5;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 100px;
    padding: 10px;
    position: relative;
  }
  main.sub .rental .about .check_list {
    padding: 0 0px 20px 30px;
  }
  main.sub .rental .about .check_list li {
    position: relative;
  }
  main.sub .rental .about .check_list li:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_check.svg") no-repeat;
    top: 15%;
    left: -30px;
    width: 20px;
    height: 18px;
  }
  main.sub .rental .about .check_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .rental .intro li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .rental .intro .thumb {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  main.sub .rental .intro .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .rental .intro .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .rental .intro .graf dt:last-of-type,
  main.sub .rental .intro .graf dd:last-of-type {
    border-bottom: none;
  }
  main.sub .rental .caution_list {
    padding: 0 0 20px 30px;
  }
  main.sub .rental .caution_list li {
    position: relative;
  }
  main.sub .rental .caution_list li:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_caution.svg") no-repeat;
    top: 0;
    left: -30px;
    width: 24px;
    height: 24px;
  }
  main.sub .rental .caution_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .trimming .about p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .hotel .form p,
  main.sub .contact .form p {
    font-size: 0.6rem;
    padding-top: 20px;
  }
  main.sub .hotel .form p a,
  main.sub .contact .form p a {
    color: #f185b4;
    text-decoration: underline;
  }
  main.sub .hotel .form dt,
  main.sub .contact .form dt {
    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;
  }
  main.sub .hotel .form dt div,
  main.sub .contact .form dt div {
    width: calc(100% - 50px);
  }
  main.sub .hotel .form dt span,
  main.sub .contact .form dt span {
    display: block;
    background: #f185b4;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    width: 50px;
    font-size: 0.6rem;
    margin-left: 10px;
  }
  main.sub .hotel .form input[type="text"],
  main.sub .hotel .form input[type="tel"],
  main.sub .hotel .form input[type="date"],
  main.sub .hotel .form input[type="email"],
  main.sub .hotel .form textarea,
  main.sub .contact .form input[type="text"],
  main.sub .contact .form input[type="tel"],
  main.sub .contact .form input[type="date"],
  main.sub .contact .form input[type="email"],
  main.sub .contact .form textarea {
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    height: 50px;
    background: #f0f0f0;
    font-size: 1rem;
  }
  main.sub .hotel .form .select,
  main.sub .contact .form .select {
    overflow: hidden;
    border-radius: 10px;
    vertical-align: middle;
    position: relative;
    background: #f0f0f0;
  }
  main.sub .hotel .form .select:before,
  main.sub .contact .form .select:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #464646;
    pointer-events: none;
    z-index: 1;
  }
  main.sub .hotel .form select,
  main.sub .contact .form select {
    background: #f0f0f0;
    border: none;
    width: 100%;
    font-size: 1rem;
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px;
    outline: none;
  }
  main.sub .hotel .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item,
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.sub .hotel .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label,
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main.sub .hotel .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"],
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .hotel .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before,
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #f0f0f0;
    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 .hotel .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
  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 #f185b4;
    border-bottom: 3px solid #f185b4;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main.sub .hotel .form textarea,
  main.sub .contact .form textarea {
    height: 150px;
  }
  main.sub .hotel .form ::-webkit-input-placeholder,
  main.sub .contact .form ::-webkit-input-placeholder {
    color: #c7c7c7;
  }
  main.sub .hotel .form :-ms-input-placeholder,
  main.sub .contact .form :-ms-input-placeholder {
    color: #c7c7c7;
  }
  main.sub .hotel .form ::-ms-input-placeholder,
  main.sub .contact .form ::-ms-input-placeholder {
    color: #c7c7c7;
  }
  main.sub .hotel .form ::placeholder,
  main.sub .contact .form ::placeholder {
    color: #c7c7c7;
  }
  main.sub .hotel .form input[type="submit"],
  main.sub .hotel .form input[type="button"],
  main.sub .contact .form input[type="submit"],
  main.sub .contact .form input[type="button"] {
    font-family: "Mamelon", sans-serif;
    outline: none;
    -webkit-appearance: none;
    display: block;
    font-size: 1rem;
    letter-spacing: 5px;
    width: 100%;
    margin: 40px auto 0;
    padding: 15px;
    background: #f185b4;
    color: #fff;
    border-radius: 100px;
  }
  main.sub .hotel .form .wpcf7-spinner,
  main.sub .contact .form .wpcf7-spinner {
    display: none;
  }
  main.sub .hotel .ylw_btn,
  main.sub .contact .ylw_btn {
    margin: 20px auto;
  }
  main.sub .products #wrapper {
    border: 3px solid #9bced5;
    -webkit-box-shadow: 0px 3px 0px 0px #74afb9;
            box-shadow: 0px 3px 0px 0px #74afb9;
    padding: 10px;
    border-radius: 20px;
  }
  main.sub .products #tab {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  main.sub .products #tab li {
    width: 48%;
    padding: 5px;
    text-align: center;
    background: #d9d9d9;
  }
  main.sub .products #tab li:first-child.current {
    background: #9bced5;
  }
  main.sub .products #tab li:last-child.current {
    background: #f185b4;
  }
  main.sub .products .contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
  main.sub .products .contents > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.sub .products .contents .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
  }
  main.sub .products .contents .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .products .contents .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .products .contents h3 a {
    display: block;
  }
  main.sub .products .contents .cat {
    margin: 5px 0;
  }
  main.sub .products .contents p {
    font-size: 0.6rem;
    margin: auto 0 5px;
  }
  main.sub .products .contents strong {
    color: #f185b4;
    display: block;
    text-align: right;
    font-size: 0.6rem;
    line-height: 1;
  }
  main.sub .products .contents strong span {
    font-size: 0.8rem;
  }
  main.sub .products #jquery-tab-pager-navi {
    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;
    padding-top: 40px;
  }
  main.sub .products #jquery-tab-pager-navi a {
    color: #d9d9d9;
    background: none;
    border: none;
  }
  main.sub .products #jquery-tab-pager-navi a.current {
    color: #f185b4;
  }
  main.sub .products #jquery-tab-pager-navi .disable {
    display: none;
  }
  main.sub .products .think {
    font-size: 0.9rem;
  }
  main.sub .products_single {
    padding: 40px 0 0;
  }
  main.sub .products_single .detail {
    padding: 0 20px 100px;
  }
  main.sub .products_single .detail .blc {
    margin: 20px 0;
  }
  main.sub .products_single .detail .wrap {
    margin-bottom: 20px;
  }
  main.sub .products_single .detail .wrap .products-main .swiper-slide {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  main.sub .products_single .detail .wrap .products-main .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  main.sub .products_single .detail .wrap .products-main .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .products_single .detail .wrap .products-thumbs .swiper-slide {
    width: 100%;
    position: relative;
    display: block;
  }
  main.sub .products_single .detail .wrap .products-thumbs .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .products_single .detail .wrap .products-thumbs .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .products_single .detail .graf span {
    display: block;
    color: #f185b4;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  main.sub .products_single .point {
    padding: 40px 20px 100px;
    margin-bottom: -30px;
  }
  main.sub .products_single .point .deco03,
  main.sub .products_single .point .deco04 {
    z-index: 1;
  }
  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;
    padding-top: 40px;
  }
  main.sub .pagination ul span {
    display: block;
    margin: 0 10px;
    color: #f185b4;
  }
  main.sub .pagination ul a {
    margin: 0 10px;
    color: #d9d9d9;
    display: block;
  }
  main.sub .single .content > p {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #f185b4;
    text-decoration: underline;
  }
  main.sub .single .content > p strong {
    color: #f185b4;
  }
  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;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    background: #fff7e3;
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #f0bd47;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #f0bd47;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content time {
    margin-right: 20px;
    display: block;
  }
  main.sub .single .content dl {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .single .content dl dt {
    width: 100px;
    background: #f0bd47;
    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;
    padding: 10px;
    color: #fff;
  }
  main.sub .single .content dl dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 100px);
    padding: 5px 10px;
    border: 1px solid #f0bd47;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .single .content dl dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .single .content > ul {
    padding: 20px 20px 20px 40px;
    margin: 20px auto;
    background: #fff7e3;
  }
  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;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    padding: 10px;
    color: #fff;
    background: #f0bd47;
    border-radius: 10px;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    color: #f0bd47;
  }
  main.sub .single .content h4 {
    color: #f0bd47;
    margin: 20px 0;
    border-bottom: 1px solid #f0bd47;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px auto;
  }
  main.sub .single .content table th {
    background: #f0bd47;
    border: 1px solid #f0bd47;
    padding: 10px;
    text-align: left;
    width: 100px;
    color: #fff;
    vertical-align: middle;
  }
  main.sub .single .content table td {
    border: 1px solid #f0bd47;
    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: 40px;
  }
  main.sub #pagenavi a {
    display: block;
    text-align: center;
    padding: 5px;
    width: 80px;
    color: #fff;
    background: #f185b4;
    border-radius: 100px;
  }
  main.sub #pagenavi a.back {
    width: 120px;
  }
  footer .contact {
    background: #d1eff4;
    padding: 40px 20px;
    position: relative;
  }
  footer .contact .deco01 {
    position: absolute;
    top: -40px;
    left: 0;
    width: 150px;
  }
  footer .contact .deco02 {
    position: absolute;
    top: -30px;
    right: 0;
    width: 120px;
  }
  footer .contact ul:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .contact ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .contact .cta span {
    background: #fff;
    color: #4ebac9;
  }
  footer .shop {
    padding: 40px 20px;
  }
  footer .shop .blc > ul {
    margin-bottom: 20px;
  }
  footer .shop .blc > ul > li {
    border-radius: 20px;
    border: 3px solid #f5d58a;
    -webkit-box-shadow: 0px 3px 0px 0px #d1b470;
            box-shadow: 0px 3px 0px 0px #d1b470;
  }
  footer .shop .blc > ul img,
  footer .shop .blc > ul iframe {
    width: 100%;
    border-radius: 17px;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .shop li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  footer .shop dl {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .shop dl dt {
    width: 100px;
    background: #f9dd87;
    text-align: center;
    border-radius: 100px;
  }
  footer .shop dl dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  footer .shop dl dd {
    width: calc(100% - 120px);
  }
  footer .shop dl dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  footer .news {
    padding: 0 20px 20px;
  }
  footer .news .archive_list li {
    border-bottom: 1px solid #ffdb81;
  }
  footer .news .ylw_btn {
    margin: 20px auto;
  }
  footer .banner {
    background: #fff4d7;
    padding: 20px;
  }
  footer .banner ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  footer .banner ul a {
    display: block;
  }
  footer .banner ul img {
    width: 100%;
    border-radius: 10px;
    border: 3px solid #bfa9a9;
    -webkit-box-shadow: 0px 3px 0px 0px #a18686;
            box-shadow: 0px 3px 0px 0px #a18686;
  }
  footer .f_blc .f_left {
    padding: 20px;
    text-align: center;
  }
  footer .f_blc .f_left .logo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .f_blc .f_left p {
    margin: 20px 0 0;
    line-height: 1.6;
  }
  footer .f_blc li a {
    position: relative;
    display: block;
    padding: 10px 40px;
    border-top: 1px solid #464646;
  }
  footer .f_blc li a:after {
    position: absolute;
    content: "";
    background: url("images/common/btn_dog.svg") no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
  }
  footer .f_blc small.smonly {
    display: block;
    text-align: center;
    border-top: 1px solid #464646;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #e8ba4e;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    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: 2rem;
  }
  .pconly {
    display: none;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
}
/*# sourceMappingURL=style.css.map */