@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.m-plus-rounded-1c-regular {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: rgba(250, 208, 197, 0.7);
    color: rgb(77, 77, 77);
}

img {
    border-radius: 10px;
}

.main_visual {
    position: relative;
    aspect-ratio: 16/6;
    overflow: hidden;
}

.main_visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1 {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    font-size: 56px;
    padding-left: 21px;
    font-style: italic;
    padding: 10px;
    background-color: rgba(247, 174, 158, 0.6);
    color: floralwhite;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6),
        0 0 2px rgba(0, 0, 0, 0.8);
    font-family: "M PLUS Rounded 1c", sans-serif;
}

h1 span {
    font-size: 20px;
}

.guide {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(247, 174, 158, 0.6);
    backdrop-filter: blur(4px);
}

.guide ul {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    padding: 10px;
    list-style: none;
}

.guide a {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: floralwhite;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6),
        0 0 2px rgba(0, 0, 0, 0.8);
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

h2 {
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    gap: 0.4em;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.boshu {
    margin-bottom: 60px;
}

.news {
    background-color: floralwhite;
    border-radius: 10px;
    padding: 10px 60px;
    margin-bottom: 100px;
}

.topic1 a,
.topic3 a{
    color: rgb(77, 77, 77);
    text-decoration: none;
    font-weight: bold;
}
.topic1 a:hover,
.topic3 a:hover{
    color: #b16883;
    text-decoration: none;
    opacity: 0.8;    
}

.title_racket {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.title_racket .line1,
.title_racket .line2 {
    display: block;
}

.title_racket .line1::after {
    content: "・";
    margin-left: 0.4em;
}

.title_racket::before,
.title_racket::after {
    content: "";
    display: inline-block;
    width: 3em;
    height: 1em;
    background: url(../img/racket_icon2.png)center/1em repeat-x;
    transform: translateY(0.1em)
}

.title_leaf {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.title_leaf::before,
.title_leaf::after {
    content: "";
    display: inline-block;
    width: 3em;
    height: 1em;
    background: url(../img/leaf.png)center/1em repeat-x;
    transform: translateY(00.1em);
}

.flex_box {
    display: flex;
    gap: 20px;
    align-items: stretch;
    box-sizing: border-box;
}


.flex_box section {
    flex: 1;
    padding: 16px;
    background-color: rgba(253, 174, 162, 0.5);
    border-radius: 10px;
    padding-bottom: 80px;
}

.flex_box section img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.flex_box iframe {
    width: 80%;
    height: auto;
    display: block;
    margin: 8px auto;
    border: 0;
}

.takase {
    display: flex;
    background-color: rgba(247, 174, 158, 0.5);
    margin-top: 20px;
}

.flex_box .takase img {
    width: 50%;
    height: 70%;
    display: block;
    margin: 10px;
    padding: 10px;
}

.takase .comment {
    padding: 5px;
    font-size: 16px;
}

.zaiseki {
    align-items: center;
    padding: 5px;
    margin-top: 40px;
}

.zaiseki img {
    width: 100%;
    height: auto
}

.z_text {
    margin-top: 10px;
    text-align: center;
}

h3 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.6em;
}

.naiyo .map1,
.naiyo .map2,
.naiyo .map3 {
    border-bottom: 3px rgb(77, 77, 77) dotted;
    padding-top: 40px;
    padding-bottom: 40px;
}

.note {
    font-size: 18px;
    margin: 10px;
}

.kaihi ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kaihi li {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}

p {
    font-size: 20px;
    line-height: 1.8;
    margin: 10px 0;
}

.shokai h2 .leaf_icon {
    width: 1em;
    height: 1em;
    transform: translateY(0.1em);
    flex-shrink: 0;
}

.shokai .flex_box section {
    display: flex;
    flex-direction: column;
}

.shokai .flex_box img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    margin-top: auto;
    padding-bottom: 20px;
}

.contact a {
    position: fixed;
    left: 21px;
    bottom: 17px;
    background-color: rgba(247, 174, 158, 0.9);
    padding: 10px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(77, 77, 77);
}

.contact a::before {
    content: "📞";
}

.contact a:hover {
    background-color: floralwhite;
}

#page_top {
    position: fixed;
    right: 21px;
    bottom: 17px;
    background-color: rgba(247, 174, 158, 0.9);
    padding: 10px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(77, 77, 77);
}

footer small {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

footer {
    text-align: center;
    padding: 30px 10px;
    margin-top: 40px;
}

html {
    scroll-behavior: smooth;
}







@media (max-width: 768px) {

    main {
        padding-top: 10px;
    }

    .main_visual {
        aspect-ratio: 3/4;
    }
    .main_visual img{
        object-fit: cover;
        object-position: center 60%;
    }

    .wrapper {
        padding: 0 12px;
        padding-bottom: 80px;
    }

    section {
        margin-bottom: 28px;
    }

    h1 {
        font-size: 32px;
        padding-left: 15px;
    }

    h2 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    p {
        font-size: 18px;
    }

    .guide ul {
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 6px;
    }

    .guide a {
        display: block;
        text-align: right;
        font-size: 16px;
        padding: 6px 0;
    }

    .news p {
        font-size: 18px;
        line-height: 1.8;
    }

    .title_racket {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        line-height: 1.4;
    }

    .title_racket .line1 {
        display: flex;
        flex-direction: column;
        line-height: 1.4;
        text-align: center;
    }

    .title_racket .line1::after {
        content: none;
    }

    .title_racket::before,
    .title_racket::after {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../img/racket_icon2.png)center/contain no-repeat;
        flex-shrink: 0;
    }

    .flex_box {
        flex-direction: column;
    }

    .flex_box iframe {
        width: 100%;
        height: 240px;
    }

    .takase {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .takase .comment{
        text-align: left;
    }

    .flex_box .takase img {
        width: 90%;
        height: auto;
    }

    h3 {
        margin-top: 14px;
        margin-bottom: 6px;
    }

    .contact a {
        left: 10px;
        bottom: 10px;
        font-size: 14px;
        padding: 8px 10px;
    }

    #page_top {
        right: 10px;
        bottom: 10px;
        font-size: 14px;
        padding: 8px 10px;
    }
}