/* base style */
html {
    font-family: "Noto Sans JP", sans-serif;
    /* 1920pxの時に15px */
    font-size: 20px;
}
.sp {
    display: none;
}
body {
    width: 100%;
}
/* header style */
header {
    width: 70%;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-sizing: border-box;
    padding: 2rem 0 1rem;
    border-bottom: 2px solid #000;
    background: #fff;
}
header a {
    display: block;
    width: 100%;
}
h1 {
    display: block;
    width: 10%;
}
/* main style */
main {
    width: 70%;
    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8rem 0rem 5rem;
}
h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
}
h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 30px;
}
img {
    width: 100%;
}
p {
    font-size: 1rem;
    line-height: 1.8;
}
p.date {
    text-align: right;
    margin-bottom: 3rem;
}
.text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.bg_box {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: #f7ecad;
    position: relative;
    z-index: -1;
}
.name_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}
.name_title .main {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
}
.name_title .main .name {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.name_title .main .name_sub {
    font-size: 0.8rem;
}
.name_title .main .name span {
    font-size: 0.6rem;
    margin-bottom: -10px;
}
.uzushio_img {
    position: absolute;
    right: 0;
    top: 10px;
    width: 350px;
}
.access_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.access_area .access_img {
    width: 100%;
}
.access_area .access_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}
.access_area .access_box div {
    width: 48%;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid #9c9c9c;
    box-sizing: border-box;
    padding: 20px;
}
.access_area .access_box h4 {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 20px;
}
.access_area .access_box h4 span {
    font-size: 1rem;
    margin-top: 5px;
}
.access_area .access_box h4 img {
    width: 90%;
}
.access_area .access_box p {
    font-size: 0.8rem;
}
.access_area .access_box ul li {
    font-size: 0.8rem;
}
.access_area .access_box ul li:not(:last-child) {
    margin-bottom: 10px;
}
.kuniumi {
    position: relative;
}
.kuniumi ul {
    margin-bottom: 10px;
}
.england ul {
    margin-top: 10px;
}
.england ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    line-height: 1.5;
}
.england ul li a {
    transition: all 0.3s;
}
.england ul li a:hover {
    color: #ff0000;
}
.england ul li span {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr_img {
    width: 100px;
    position: absolute;
    right: 1%;
    bottom: 5%;
}
/* cta style */
.cta {
    position: fixed;
    bottom: 5rem;
    left: 1rem;
}
.cta a {
    font-size: 1rem;
    writing-mode: vertical-rl;
    position: relative;
    color: #cebb52;
}
.cta a::before,
.cta a::after {
    content: "▲";
    position: absolute;
    font-size: 0.8em;
    color: #cebb52;
}
.cta a::before {
    left: 0;
    bottom: -2rem;
}
.cta a::after {
    left: 0;
    bottom: -3rem;
}



/* スマホ */
@media (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    /* base style */
    html {
        /* 768pxの時に15px */
        font-size: 2.3vw;
    }
    body {
        width: 100%;
    }
    /* header style */
    header {
        width: 90%;
        max-width: 750px;
        border-bottom: 1px solid #000;
    }
    header a {
        display: block;
        width: 100%;
    }
    h1 {
        display: block;
        width: 20%;
    }
    /* main style */
    main {
        width: 90%;
        max-width: 750px;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    p {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    p.date {
        text-align: right;
        margin-bottom: 3rem;
    }
    .bg_box {
        padding: 20px 10px 150px;
    }
    .name_title {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }
    .name_title .main {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .name_title .main .name_sub {
        font-size: 1.2rem;
    }
    .name_title .main .name span {
        font-size: 0.8rem;
        margin-bottom: -5px;
    }
    .uzushio_img {
        right: 10px;
        top: auto;
        bottom: 0px;
        width: 50%;
    }
    .access_area {
        margin-top: 30px;
    }
    .access_area .access_box {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: inherit;
        margin-top: 30px;
    }
    .access_area .access_box div {
        width: 100%;
        height: auto;
    }
    .access_area .access_box h4 {
        font-size: 2rem;
        margin: 0 auto 30px;
    }
    .access_area .access_box h4 span {
        font-size: 1.5rem;
    }
    .access_area .access_box p {
        font-size: 1.6rem;
    }
    .access_area .access_box ul li {
        font-size: 1.5rem;
    }
    .kuniumi {
        position: relative;
        margin-bottom: 20px;
    }
    .england ul li a:hover {
        color: #000
    }
    .england ul li span {
        margin-left: 10px;
    }
    .qr_img {
        width: 80px;
    }
    /* cta style */
    .cta {
        bottom: 5rem;
        left: 0.5rem;
    }
    .cta a {
        font-size: 1rem;
    }
    .cta a::before,
    .cta a::after {
        font-size: 1rem;
        left: -0.2rem;
    }
}