@charset "UTF-8";
.style_box_img {
    text-align: center;
}
.style_box_img .elementor-row {
    flex-wrap: wrap;
    gap: 40px 20px;
}
@media screen and (min-width: 768px) {
    .style_box_img .elementor-column.elementor-col-16, .style_box_img .elementor-column[data-col="16"] {
        width: calc((100% - 40px)/3) !important;
    }
}
.style_box_img .elementor-image-box-title {
    background-color: transparent;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #F4A1AE;
}
.style_box_img .elementor-image-box-img {
    position: relative;
    width: 100% !important;
    aspect-ratio: 1.4;
    margin: 0 0 10px !important;
}
.style_box_img .elementor-image-box-img img {
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.style_box_img2 {
    margin-bottom: 40px;
}
.style_box_img2 .elementor-row {
    flex-wrap: wrap;
    gap: 40px;
}
.style_box_img2 .elementor-column.elementor-col-50, .style_box_img2 .elementor-column[data-col="5"] {
    border: 1px solid;
    padding: 20px;
}
@media screen and (min-width: 768px) {
    .style_box_img2 .elementor-column.elementor-col-50, .style_box_img2 .elementor-column[data-col="5"] {
        width: calc((100% - 40px)/2) !important;
    }
}
.style_box_img2 .elementor-image-box-title {
    background-color: transparent;
    color: #000;
    text-align: center;
}
.style_box_img2 .elementor-image-box-wrapper {
    display: flex !important;
    flex-wrap: wrap;
}
.style_box_img2 .elementor-image-box-img {
    width: 100% !important;
    margin: 0;
    text-align: center;
}
.style_box_img2 .elementor-image-box-img img {
    border-radius: 0;
}
.style_box_img2 .elementor-image-box-content {
    order: -1;
    width: 100%;
}
.style_box_img2.ext .elementor-row {
    justify-content: center;
}
.style_box_img2.ext .elementor-row .elementor-column:nth-child(2) {
    display: none;
}
.tbl-info dt, .tbl-info dd {
    padding: 5px 10px;
    border-left: 2px solid #C37AB0;
}
.tbl-info dd {
    border-bottom: 1px dotted #C37AB0;
    margin-bottom: 15px;
}
.tbl-info dt {
    background-color: #C37AB0;
    color: #fff;
}
.box_border {
    border: 1px solid;
    padding: 10px;
    text-align: center;
    display: inline-block;
}
.style_dl_info ul {
    padding: 0 20px 0 40px;
    list-style: inside;
}
.style_dl_info ul li {
    list-style-position: outside;
    list-style-type: disc;
}
.style_dl_info dl {
    padding: 0 20px;
}
.style_dl_info dl dt {
    font-weight: 700;
}
.style_dl_info dl dd {
    padding: 0 0 10px 20px;
}
.link-a {
    list-style: none;
    position: relative;
    color: #F4A1AE;
}
.link-a a {
    color: #F4A1AE;
    vertical-align: top;
}
.link-a a:hover {
    opacity: 0.7;
}
.link-a ul {
    list-style: none;
}
.link-a li {
    list-style: none;
}
.link-a li:before {
    content: '◎';
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.link-a .sub {
    padding-left: 20px;
}
.link-a .sub li:before {
    content: '・';
    padding: 0;
}
.btn-shared a {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 40px;
    padding: 20px 0px;
    background: #CDA9C4;
    background: linear-gradient(0deg, #cda9c4 0%, #c37ab0 100%);
    border-radius: 100px;
}
.btn-shared a:after {
    content: '';
    background: url("../img/arow1.png") no-repeat 0 0/100%;
    width: 25px;
    height: 25px;
}
.btn-shared a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .btn-shared a {
        font-size: 16px;
        gap: 0 10px;
        padding: 10px 0px;
    }
    .btn-shared a:after {
        width: 22px;
        height: 22px;
    }
}
.link-flex {
    display: flex;
    justify-content: center;
    list-style: none !important;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.link-flex li {
    list-style: none !important;
    width: calc((100% - 60px)/4);
    width: 380px;
}
.link-flex.col_10 li {
    width: 260px;
}
.link-flex.col_3 li {
    width: 350px;
}
@media screen and (max-width: 999px) {
    .link-flex li {
        width: calc(50% - 10px) !important;
    }
}
@media screen and (max-width: 767px) {
    .link-flex li {
        width: 100% !important;
    }
}
.style_qa .elementor-toggle-item {
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0;
}
.style_qa .elementor-toggle .elementor-tab-title {
    position: relative;
    margin: 0;
    padding: 15px 37px 22px;
    border: none;
    pointer-events: none;
    color: #000;
    line-height: 1.5;
}
.style_qa .elementor-toggle .elementor-tab-title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f059";
    font-size: 20px;
    position: absolute;
    font-weight: normal;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.style_qa .elementor-toggle .elementor-tab-title [class^="elementor-toggle-icon-"] {
    display: none !important;
}
.style_qa .elementor-toggle .elementor-tab-content {
    display: block !important;
    position: relative;
    padding: 0 30px;
    border: none;
}
.style_qa .elementor-toggle .elementor-tab-content:before {
    font-family: "Font Awesome 5 Free";
    content: "\f086";
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    height: 40px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.style_tbl td {
    border-bottom: 1px solid #C37AB0;
    padding: 10px;
}
.style_tbl td:first-child {
    width: 30%;
}
.style_2photo {
    justify-content: space-between;
    display: flex;
}
.style_2photo img {
    width: 48.5%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .style_2photo {
        flex-wrap: wrap;
        gap: 15px;
    }
    .style_2photo img {
        width: auto;
    }
}
.sitemap-link {
    background-color: #f2f2f2;
    display: flex;
    margin-bottom: 40px;
}
.sitemap-link h2 {
    border: 1px solid #C37AB0;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    width: 30%;
    background-image: url("../img/top_10.png");
    background-size: cover;
    background-position: center;
    padding: 20px;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sitemap-link h2 span {
    font-size: 20px;
}
@media screen and (max-width: 999px) {
    .sitemap-link h2 {
        font-size: 20px;
        padding: 20px 0px;
        width: 40%;
    }
    .sitemap-link h2 span {
        font-size: 15px;
    }
}
.sitemap-link a {
    vertical-align: top;
}
.sitemap-link ul {
    border: 1px solid #C37AB0;
    width: 70%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px;
}
.sitemap-link ul a {
    font-size: 14px;
}
.sitemap-link ul li {
    position: relative;
}
.sitemap-link ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    padding-right: 5px;
    color: #F4A1AE;
}
.sitemap-link ul li a:hover {
    text-decoration: underline;
}
.sitemap-link ul li .pad {
    display: inline-block;
    padding-left: 28px;
}
.sitemap-link ul li .pad1 {
    padding-left: 60px;
}
.sitemap-link.sitemap2 h2 {
    background-image: url("../img/top_20.png");
}
.sitemap-link.sitemap3 h2 {
    background-image: url("../img/top_30.png");
}
.sitemap-link.sitemap4 h2 {
    background-image: url("../img/top_40.png");
}
.sitemap-link.sitemap5 h2 {
    background-image: url("../img/top_50.png");
}
@media screen and (max-width: 767px) {
    .sitemap-link {
        flex-wrap: wrap;
    }
    .sitemap-link h2 {
        width: 100%;
    }
    .sitemap-link ul {
        width: 100%;
    }
}
.sitemap-group {
    display: flex;
}
.sitemap-group .sitemap-link {
    border: 1px solid #C37AB0;
    flex: 1;
    flex-wrap: wrap;
    background-image: url("../img/top_20.png");
    background-size: cover;
    background-position: center;
    padding: 20px;
}
.sitemap-group .sitemap-link ul {
    width: auto;
    padding: 0;
    min-height: 50px;
    justify-content: flex-start;
    border: none;
}
.sitemap-group .sitemap-link .gr {
    justify-content: space-between;
    display: flex;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .sitemap-group .sitemap-link .gr {
        display: block;
    }
}
.sitemap-group .sitemap-link h2 {
    width: 100%;
    padding: 0 0 20px;
    background: none;
    border: none;
}
.sitemap-group .sitemap-link.sitemap6 {
    background-image: url("../img/top_60.png");
}
.sitemap-group .sitemap-link.sitemap7 {
    background-image: url("../img/top_70.png");
}
.sitemap-group .sitemap-link.sitemap8 {
    background-image: url("../img/top_80.png");
}
@media screen and (max-width: 767px) {
    .sitemap-group {
        display: block;
    }
}
.elementor-text-editor ul {
    padding-left: 0px;
}
.elementor-text-editor ul li {
    list-style-position: outside;
    list-style-type: disc;
}