@charset "UTF-8";
/* コンテンツ */

.cc_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.cc_box1 ul li:first-child {
    position: relative;
    width: 60%;
    background-image: url("../img2/cimg1.webp");
    background-position: center center;
    background-size: cover;
}
.cc_box1 ul li:first-child  span {
    position: absolute;
    right: -2%;
    bottom: -5%;
    background-color: #8e6e46;
    color: #fff;
    text-align: center;
    display: flex;
    line-height: 1.4;
    justify-content: center;
    align-items: center;
    width: 7em;
    aspect-ratio:1;
    border-radius: 50%;
}
.cc_box1 ul li:last-child {
    width: 35%;
    padding: 4em 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cc_box1 ul li:last-child section {
    
}
.cc_sub1 {
    display: inline-block;
    margin-bottom: 1em;
    color: #666;
}
.cc_sub1 h3 {
    font-weight: 500;
    font-size: 4vw;
    line-height: 1;
}
.cc_sub1 span {
    display: block;
    text-align: right;
    font-size: 0.84em;
    line-height: 1;
    margin-top: 0.5em;
}
.cc_box1 section h4 {
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.7;
    color: #666;
}
.cc_box1 section p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 1em;
    line-height: 1.7;
}

.cc_bg {
     background-color: #eee;
     padding: 3em;
     margin-bottom: 5em;
}
.cc_tx1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.cc_tx1 h4 {
    white-space: nowrap;
    margin-right: 1em;
    font-size: 2em;
    line-height: 1.3;
    font-weight: 500;
}
.cc_tx1 p {
    line-height: 1.7;
}

.cc_list1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.cc_list1 ul li {
    width: 31%;
    margin-bottom: 2em;
}
.cc_list1 ul li img {
    width: 100%;
}
.cc_list1 ul li p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 0.5em;
}

.ks_bg {
    position: relative;
    background-image: url("../img2/ks_bg.webp");
    background-position: center center;
    background-size: cover;
    
}
.ks_bg span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.ks_bg h3 {
    position: relative;
    width:70%;
    max-width: 700px;
    margin: 0 auto;
    padding: 8em 0;
}
.ks_bg h3 img {
    width: 100%;
}

.ks_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ks_box1 ul li:first-child {
    width: 30%;
}
.ks_box1 ul li:first-child h2 {
    position: relative;
}
.ks_box1 ul li:first-child h2 img {
    width: 100%;
    border-radius: 50%;
}
.ks_box1 ul li:first-child h2 span {
    position: absolute;
    right: -2%;
    bottom: -5%;
    background-color: #8e6e46;
    color: #fff;
    text-align: center;
    display: flex;
    line-height: 1.4;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    width: 7em;
    aspect-ratio:1;
    border-radius: 50%;
}
.ks_box1 ul li:last-child {
    width: 65%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ks_box1 ul li:last-child section {
    
}
.ks_box1 section h4 {
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.7;
}
.ks_box1 section p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 1em;
    line-height: 1.7;
}

.ks_tx1 h4 {
    font-weight: 500;
    font-size: 3vw;
    line-height: 1;
}
.ks_tx1 h4 span {
    font-size: 0.5em;
}
.ks_tx1 p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 1em;
    line-height: 1.7;
}

.mapimg {
    position: relative;
}
.mapimg section img {
    width: 100%;
}
.swipe {
    display: none;
}

.trtx {
    text-align: center;
    font-weight: 500;
    font-size: 1.24em;
    line-height: 1.7;
    margin-bottom: 2em;
}
.trfimg {
    position: relative;
}
.trfimg section {
    text-align: center;
}
.trfimg section img {
    width: 100%;
    max-width: 1100px;
}

.trf_box {
    padding-bottom: 4em;
}
.trf_box h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.24em;
    line-height: 1.7;
    margin-bottom: 1em;
}
.trf_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.trf_box ul img {
    width: 100%;
}
.trf_box ul li {
    width: 66.7%;
}
.trf_box ul li p {
    margin-bottom: 1em;
}
.trf_box ul li:first-child {
    width: 30%;
}
.trf_box ul li:last-child section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.trf_box ul li:last-child section p {
    width: 48%;
}

@media screen and (max-width: 960px) {
.ks_bg {
    background-image: url("../img2/ks_bg_sp.webp");
}
.ks_bg h3 {
    width:70%;
    max-width: 700px;
    padding: 5em 0;
}
.ks_tx1 h4 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.4;
}
.ks_tx1 h4 span {
    font-size: 0.82em;
}

.trtx {
    font-size: 1.16em;
}

.trf_box h3 {
    font-size: 1.16em;
}
.trf_box ul {

}
.trf_box ul li {
    width: 47%;
}
.trf_box ul li:first-child {
    width: 47%;
}
.trf_box ul li:last-child section {
    display: none;
}


}

@media screen and (max-width: 520px) {
.cc_box1 ul {
    align-items: center;
}
.cc_box1 ul li:first-child {
    width: 100%;
    aspect-ratio:16 / 10;
}
.cc_box1 ul li:first-child  span {
    right: -1em;
    bottom: -5em;
}
.cc_box1 ul li:last-child {
    width: 100%;
    padding: 3em 0;
}
.cc_box1 ul li:last-child section {
    
}
.cc_sub1 h3 {
    font-size: 8vw;
}

.cc_bg {
     background-color: #eee;
     padding: 2em;
     margin-bottom: 5em;
}
.cc_tx1 {
    flex-wrap: wrap;
}
.cc_tx1 h4 {
    margin-right: 0;
    font-size: 6vw;
}
.cc_tx1 p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 0.5em;
}

.cc_list1 ul {
    margin-bottom: -1em;
}
.cc_list1 ul li {
    width: 47%;
    margin-bottom: 1em;
}
.cc_list1 ul li img {
    width: 100%;
}
.cc_list1 ul li p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 0.5em;
}

.ks_bg h3 {
    width:75%;
    max-width: 700px;
    padding: 3em 0;
}

.ks_box1 {
    margin-top: -6em;
}
.ks_box1 ul {
    justify-content: space-around;
}
.ks_box1 ul li:first-child {
    width: 70%;
    margin-bottom: 2em;
}
.ks_box1 ul li:first-child h2 span {
    right: -20%;
    bottom: -5%;
}
.ks_box1 ul li:last-child {
    width: 100%;
}

.mapimg section {
    overflow: auto;
}
.mapimg section img {
    width: 600px;
}

.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}

.trtx {
    text-align: left;
    font-size: 1em;
}

.trfimg section {
    overflow: auto;
}
.trfimg section img {
    width: 600px;
}

.trf_box h3 {
    font-size: 1em;
}
.trf_box ul {

}
.trf_box ul li {
    width: 100%;
}
.trf_box ul li:first-child {
    width: 100%;
}
.trf_box ul li:last-child section {
    display: flex;
}
.trf_box ul li:last-child section p {
    width: 100%;
}

}

