@charset "UTF-8";

html {
    font-family: "Yu Gothic", "YuGothic", 'Kiwi Maru', sans-serif;
    height: 100%;
}

html * {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

/*header*/

header {
    margin: 0 auto 0 auto;
    position: relative;
    padding: 0.25em;
    overflow: hidden;
}

h1 {
    padding: 0.25em;
    background: linear-gradient(0deg, #ffc892cc, #f36284cc);
    border-bottom-right-radius: 2em;
    border-top-left-radius: 2em;
}

.header__ttl {
    padding: 0.25em 1em;
    color: white;
}

.header__icon {
    position: fixed;
    top: 2em;
    right: 2em;
    z-index: 999999;
}

.header__icon img {
    width: 4em;
    height: auto;
}

.keyvisual {
    display: flex;
    position: relative;
    justify-content: center;
}

.keyvisual .img {
    position: relative;
    padding: 20% 50%;
    border-radius: 1em;
}

.keyvisual img {
    width: 100%;
    height: 100%;
    border-radius: 1em;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*main*/

main {
    margin: 0 auto 0 auto;
    max-width: 960px;
}

a {
    text-decoration: none;
    color: white;
}

h2 {
    margin: 1em;
    border-left: 6px solid #f36284cc;
    /*左線 太さ・カラー*/
    padding: 0.5em 1em;
    /*余白*/
    position: relative;
}

h2::first-letter {
    font-size: 1.25em;
    color: #f36284;
}

h2::before,
h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}

h2::before {
    top: 0;
    width: 6px;
    height: 100%;
    background: #ffc892cc;
    /*左線 カラー（薄）*/
}

h2::after {
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: #f36284cc;
    /*下線 カラー*/
}


h3.catch {
    font-size: 2em;
    text-align: center;
    padding: 0.5em;
    margin: 0.25em 1em;
    background-image: url(/images/sakura.png);
    border-radius: 1em;
}

.catch p {
    font-size: 2em;
    text-align: center;
    padding: 0.5em 0.5em 1em;
    margin: 0.25em 1em;
    background-image: url(/images/sakura.png);
    border-radius: 1em;
    font-weight: bold;
}

.subcatch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5em;
    margin-top: -3em;
}

main p {
    margin: 1em;
    text-indent: 1rem;
    line-height: 1.75em;
    font-size: 1em;
}

.layer__1,
.layer__2 {
    display: flex;
    position: relative;
    justify-content: center;
}

.layer__1 {
    margin-bottom: 1.5em;
}

.layer__1 .img,
.layer__1 .img__eve {
    margin: 0.5em 2em 0.5em;
    position: relative;
    background: #f3628480;
    padding: 0.5em 0.5em 0;
    border-radius: 1em;
}

.layer__1 img {
    max-width: 340px;
    width: 100%;
    height: auto;
    border-radius: 1em;
}

.layer__2 {
    margin-bottom: 1.5em;
}

.layer__2 .img {
    margin: 0.5em 2em 0.5em;
    position: relative;
    background: #f3628480;
    padding: 0.5em 0.5em 0;
    border-radius: 1em;
}

.layer__2 img {
    max-width: 340px;
    width: 100%;
    height: auto;
    border-radius: 1em;
}

.btn__1 {
    display: inline-block;
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.5em 1.25em;
    border-radius: 2em;
    text-decoration: none;
    color: white;
    background-image: linear-gradient(135deg, #f36284cc, #ffc892cc);
    transition: 0.5s;
    left: 50%;
    transform: translateX(-50%);
}

.btn__1:hover {
    background-image: linear-gradient(135deg, #f36284, #ffc892);
}

.box__3 dl {
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, #f36284, #ffc892);
    left: 50%;
    transform: translateX(-50%);
    padding: 1em 2em;
    border-radius: 1.5em;
    color: white;
}

dl .subttl {
    text-align: center;
    margin-top: 0.5em;
}

.box__3 dt {
    position: absolute;
    font-weight: bold;
    left: 1.5em;
}

main dl p {
    text-indent: 0;
}

main .place {
    margin-bottom: 0.5em;
}

.btn__2 {
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.5em 1.25em;
    border-radius: 2em;
    text-decoration: none;
    color: white;
    background-image: linear-gradient(135deg, #f36284cc, #ffc892cc);
    transition: 0.5s;
    max-width: 9.5em;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.btn__2:hover {
    background-image: linear-gradient(135deg, #f36284, #ffc892);
}

.layer__3 ul {
    position: relative;
    display: flex;
    justify-content: center;
}

.layer__3 img {
    max-width: 4em;
}

.layer__3 li p {
    margin: 0 3em 0 -1em;
    white-space: nowrap;
}

.somu__icon img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(1127%) hue-rotate(177deg) brightness(88%) contrast(93%);
}

.geino__icon img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(81%) saturate(4763%) hue-rotate(330deg) brightness(97%) contrast(89%);
    margin-left: -0.5em;
}

.koho__icon img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(13%) saturate(3064%) hue-rotate(88deg) brightness(100%) contrast(65%);
}

.kikaku__icon img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(37%) saturate(5267%) hue-rotate(346deg) brightness(94%) contrast(92%);
    margin-left: -0.5em;
}

.kaikei__icon img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(13%) saturate(2250%) hue-rotate(238deg) brightness(93%) contrast(88%);
    margin-left: -0.5em;
}

.layer__3 .geino__icon {
    margin-top: 2em;
}

.layer__3 .kikaku__icon {
    margin-top: 2em;
}

.layer__3 .somu__icon::before {
    content: "";
    position: absolute;
    border: 2.5em solid #3498db80;
    border-radius: 100%;
    margin: 1.5em 1.5em 0 -1.5em;
    opacity: 0.6;
}

.layer__3 .geino__icon::before {
    content: "";
    position: absolute;
    border: 2.5em solid #e91e6380;
    border-radius: 100%;
    margin: 1.5em 1.5em 0 -1.5em;
    opacity: 0.6;
}

.layer__3 .koho__icon::before {
    content: "";
    position: absolute;
    border: 2.5em solid #2ecc7180;
    border-radius: 100%;
    margin: 1.5em 1.5em 0 -1.5em;
    opacity: 0.6;
}

.layer__3 .kikaku__icon::before {
    content: "";
    position: absolute;
    border: 2.5em solid #e67e2280;
    border-radius: 100%;
    margin: 1.5em 1.5em 0 -1.5em;
    opacity: 0.6;
}

.layer__3 .kaikei__icon::before {
    content: "";
    position: absolute;
    border: 2.5em solid #9b59b680;
    border-radius: 100%;
    margin: 1.5em 1.5em 0 -1.5em;
    opacity: 0.6;
}

h4 {
    margin: 0 1em 0 1em;
}

/*footer*/

footer {
    background-color: whitesmoke;
}

.contact {
    margin: 0 auto 0 auto;
    padding: 0 1em 1em;
    max-width: 960px;
    position: relative;
}

.contact__ttl {
    margin: 0 0.5em;
    padding: 1em 0 0.5em;
    text-align: center;
    background-image: linear-gradient(to right, black, white);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom;
}

.address {
    display: flex;
    justify-content: center;
}

.address__ttl img {
    position: absolute;
    bottom: 35%;
}

.address__item {
    padding-right: 5em;
}

.icon {
    border-top: 1px solid gainsboro;
}

.favicon {
    display: flex;
    justify-content: center;
    padding-top: 1em;
}

.favicon img {
    width: 60px;
}

.sns img {
    width: 40px;
    margin: 20px 10px;
}

.sns {
    display: flex;
    justify-content: center;
}

.copyright {
    text-align: center;
    padding-bottom: 0.5em;
}

@media (max-width: 768px) {

    .layer__1,
    .layer__2 {
        flex-direction: column;
        align-items: center;
    }

    .layer__1 .img,
    .layer__2 .img {
        width: 70%;
        max-width: none;
        margin: 0.5em auto;
    }

    .layer__1 img,
    .layer__2 img {
        width: 100%;
        max-width: none;
    }

    .layer__3{
        overflow: hidden;
    }

    .layer__3 li p {
        font-size: 0.8em;
    }

    .box__3 {
        margin: 1em;
    }

    .address {
        display: flex;
        flex-direction: column;
    }

    .address__ttl {
        position: absolute;
        margin-top: 2em;
    }

    .address__item {
        margin-bottom: 1em;
    }


    .keyvisual img {
        width: 100vw;
        border-radius: 0;
    }

    h1 {
        font-size: 1.25em;
    }

    .header__ttl {
        padding: 1em;
        color: white;
    }

    h3 .cat {
        font-size: 0.5em;
    }
}