@charset "UTF-8";

body {
    font-family: 'Zen Kaku Gothic New',
        sans-serif,
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo;

    background-color: #FEF4F1;
    color: #333;
    transition: 1s;

    line-height: 1.5;

}

header h1 {
    font-size: 20px;
    width: 280px;
    padding-left: 20px;

}

#fixed {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: first baseline;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 0px 15px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
}

#fixed img {
    width: 32px;
}

#pcglobal-nav {
    display: none;
}

/* ハンバーガー↓ */
.menu-trigger {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 2;
    outline: none;
}

.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    width: 25px;
    /* 線の幅 */
    height: 3px;
    /* 線の太さ */
    border-radius: 5px;
    /* 線淵丸める */
    background-color: #444;
    /* 線色 */
    transform: translate(-50%, -50%);
}

.menu-trigger span:nth-of-type(1) {
    top: 14px;
}

.menu-trigger span:nth-of-type(2) {
    top: 25px;
}

.menu-trigger span:nth-of-type(3) {
    top: 36px;
}

.menu-trigger.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

#global-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 95);
    transition: all 0.6s;
}

#global-nav.panelactive {
    top: 0;
    z-index: 1;
}

#global-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#global-nav a {
    background: linear-gradient(transparent 70%, #F9A188 70%);
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.2em;
}

header li {
    padding: 20px 40px;
}


/* ハンバーガーここまで↑ */

h2 {
    padding-top: 100px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 70%;
    letter-spacing: 0.1em;
}

span {
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 0;
}

.box {
    text-align: center;
}

.box img {
    width: 50%;
    padding: 6px;
    margin-top: 30px;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff9f3, #e5d2cc);
    box-shadow: 6px 6px 4px #d0bfba,
        -6px -6px 4px #ffffff;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
}

#aboutpono {
    padding: 30px;
    width: 85%;
    margin: 50px auto 0px;
    border-radius: 30px;
    background: linear-gradient(145deg, #fff9f3, #e5d2cc);
    box-shadow: 6px 6px 4px #d0bfba,
        -6px -6px 4px #ffffff;
}

#aboutmyself {
    padding: 30px 30px 0px;
    width: 85%;
    margin: 50px auto 0px;
    border-radius: 30px;
    background: linear-gradient(145deg, #fff9f3, #e5d2cc);
    box-shadow: 6px 6px 4px #d0bfba,
        -6px -6px 4px #ffffff;
}

dl {
    padding: 0px 0px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: start;
}

dt {
    font-weight: 400;
    width: 40%;
}

dd {
    width: 60%;
}

#famimg {
    text-align: end;
}

#famimg img {
    width: 70%;
}

.needpadtop {
    padding-top: 30px;
}

.inner {
    padding: 30px;
    width: 85%;
    margin: 0 auto;
    /* ↓グラスニューモフィズム */
    background: rgba(255, 255, 255, 0.85);
    /* box-shadow: 0 8px 32px 0 rgba(79, 135, 31, 0.37); */
    /* 影色のみそれぞれのインナーへ記載*/
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.forpc {
    display: none;
}

#past1 {
    background-image: url(images/pina.jpg);
    background-size: cover;
    padding: 40px 0px;
    margin-top: 50px;
}

#past1 .inner {
    box-shadow: 0 8px 32px 0 rgba(135, 101, 31, 0.37);
}

#past2 {
    background-image: url(images/purume.jpg);
    background-size: cover;
    padding: 40px 0px;
}

#past2 .inner {
    box-shadow: 0 8px 32px 0 rgba(147, 127, 115, 1);
}

#past3 {
    background-image: url(images/pikake.jpg);
    background-size: cover;
    padding: 40px 0px;
}

#past3 .inner {
    box-shadow: 0 8px 32px 0 rgba(77, 112, 55, 1);
}

#past4 {
    background-image: url(images/kjfoot.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 0px;
}

#past4 .inner {
    box-shadow: 0 8px 32px 0 rgba(200, 186, 172, 1);
}

#past4 img {
    width: 40%;
    padding-top: 10px;
    padding-bottom: 20px;
}

#sign {
    text-align: end;
}

/* お問い合わせボタン↓ */
.btn,
a.btn,
button.btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* -webkit-transition: all 0.3s; */
    transition: all 0.3s;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #333;
    border-radius: 0.5rem;
}

a.btn-border-shadow {
    /* padding: calc(1.5rem - 12px) 3rem 1.5rem; */
    padding: 20px 45px;
    background: #fff;
}

a.btn-border-shadow:before {
    position: absolute;
    top: 0px;
    left: 0px;
    /* -0pxにすると白見えなくなる。元は6px */
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2.5px solid #333;
    border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
    /* padding: calc(1.5rem - 6px) 3rem; */
    padding: 25px 50px;
}

a.btn-border-shadow:hover:before {
    top: 0;
    left: 0;
}

a.btn-border-shadow--color2 {
    border-radius: 100vh;
}

a.btn-border-shadow--color2:before {
    border-radius: 100vh;
    -webkit-box-shadow: 3px 3px 0 #F9A188;
    box-shadow: 3px 3px 0 #F9A188;
}

/* ↑お問合せボタンここまで */

footer {
    text-align: center;
}

/*  スラッシュここから*/
.slash {
    padding-top: 100px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slash::before,
.slash::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #000;
    margin: 10px 4px 4px;
}

.slash::before {
    transform: rotate(55deg);
}

.slash::after {
    transform: rotate(-55deg);
}

/*スラッシュここまで  */


footer h1 {
    padding: 50px 0px;
    font-size: 20px;
}

small {
    font-size: 13px;
}

.contact {
    text-align: center;
}

.contact p {
    padding-top: 100px;
    padding-bottom: 10px;
}

@media screen and (min-width:901px) {

    header h1 {
        font-size: 28px;
        padding-left: 0px;
    }

    #fixed {
        padding: 30px 0px 15px 135px;
        justify-content: start;
    }

    #fixed img {
        width: 40px;
    }

    .menu-trigger {
        display: none;
    }

    #pcglobal-nav {
        display: block;
        margin-left: 10%;
    }

    #pcglobal-nav li {
        padding: 0.3em 20px;
        font-size: 20px;
    }

    #pcglobal-nav ul {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }


    .flex {
        margin-top: 100px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .box {
        margin: 0 auto;
    }

    .box img {
        width: 70%;
    }

    h2 {
        writing-mode: vertical-rl;
        font-size: 50px;
        padding-bottom: 90px;
        /* position: absolute;
    left: 0; */
    }

    h2 span {
        font-size: 20px;
        line-height: 50px;
    }

    h3 {
        font-size: 24px;
    }

    #aboutpono {
        background: none;
        box-shadow: none
    }

    #aboutmyself {
        background: none;
        box-shadow: none;
        margin-top: 0px;
    }

    #surround {
        border-radius: 30px;
        background: linear-gradient(145deg, #fff9f3, #e5d2cc);
        box-shadow: 6px 6px 4px #d0bfba, -6px -6px 4px #ffffff;
        width: 85%;
        margin: 5%;
        line-height: 2.0;

    }

    #famimg img {
        width: 40%;
    }

    .inner {
        width: 65%;
        padding: 70px;
        line-height: 2.0;
    }

    .forpc {
        display: block;
    }

    #past1,
    #past2,
    #past3,
    #past4 {
        padding: 90px 0px;
    }

    #past2 {
        background-position: center;
    }

    #sign img {
        padding-top: 30px;
        width: 25%;
    }
}