@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=M+PLUS+2:wght@100..900&display=swap');

/* 全体共通 */
* {
    line-height: 1.7;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html {
    font-size: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 17px;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
    color: #333;
}
a, .text_link i {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: 0.4s;
}
a:hover {
    opacity: 0.8;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.container {
    max-width: 960px;
    margin: 0 auto;
}
#breadcrumb {
    margin-top: 70px;
    font-size: 15px;
}
#breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#breadcrumb ul li {
    position: relative;
    padding-right: 20px;
    list-style-type: none;
}
#breadcrumb ul li:not(:last-child):after {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #F9939B;
}
body:not(#home) main  {
    padding: 70px 0;
    background-color: #fff;
}
@media screen and (max-width: 1000px) {
    .container {
        margin: 0 20px;
    }
}


/* 見出し */
.headline {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #F9939B;
    margin-bottom: 50px;
    letter-spacing: 5px;
}
.subhead {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 3px;
    padding-left: 25px;
    margin-bottom: 20px;
}
.subhead::before {
    position: absolute;
    top: 13.5px;
    left: 0;
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}


/* ヘッダー */
header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 15;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.8);
}
header .container {
    width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto !important;
}
.logo img {
    width: 70px;
}
@media screen and (max-width: 767px) {
    header {
        padding: 10px;
        background-color: transparent;
    }
}

/* メニュー */
.menu ul {
    display: flex;
    gap: 40px;
    list-style-type: none;
}
.menu ul li a {
    position: relative;
    color: #333;
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
}
.menu ul li a::after {
    display: block;
    content: '';
    width: 70%;
    height: 2px;
    background-color: #F9939B;
    border-radius: 5px;
    position: absolute;
    bottom: -7px;
    left: 15%;
    transform: scale(0, 1);
    transition: 0.4s;
}
.menu ul li a:hover {
    opacity: 1;
}
.menu ul li a:hover::after {
    transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.95);
        opacity: 0;
        transform: translateY(-100%);
        transition: 0.4s;
    }
    .menu.active {
        opacity: 1;
        transform: translateY(0);
        transition: 0.4s;
    }
    .menu ul {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
}

/* ハンバーガーメニュー */
.hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #F9D2D2;
    border: none;
    border-radius: 50%;
    transition: 0.4s;
    cursor: pointer;
    z-index: 20;
}
.line {
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: 0.4s;
}
.line::before, .line::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    transition: 0.4s;
}
.line::before {
    top: -8px;
}
.line::after {
    bottom: -8px;
}
.hamburger.active {
    background-color: transparent;
}
.hamburger.active .line {
    background: transparent;
}
.hamburger.active .line::before, .hamburger.active .line::after {
    left: 0;
    width: 100%;
    background-color: #333;
}
.hamburger.active .line::before {
    top: -6px;
    transform: translateY(6px) rotate(-45deg);
}
.hamburger.active .line::after {
    top: 6px;
    transform: translateY(-6px) rotate(45deg);
}
@media screen and (min-width: 768px) {
    .hamburger {
        display: none;
    }
}


/* トップ画像*/
#mainvisual {
    position: relative;
    width: 100%;
    height: 100dvh;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/mainvisual.webp) center top / cover no-repeat;
    z-index: -1;
    animation: fade-in 3s ease forwards;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media screen and (max-width: 767px) {
    #mainvisual, .bg {
        height: 100vw;
    }
}
/* セクションごとの背景画像*/
section {
    position: relative;
    padding: 80px 0;
    background-color: #fff;
}
.section_bg {
    position: relative;
    width: 100%;
    height: 100dvh;
    clip-path: inset(0);
}
.bg1 {
    background: url(images/bg1.webp) center top / cover no-repeat;
}
.bg2 {
    background: url(images/bg2.webp) center top / cover no-repeat;
}
.bg3 {
    background: url(images/bg3.webp) center top / cover no-repeat;
}
@media screen and (max-width: 1000px) {
    section:not(:last-of-type) {
        margin-bottom: 100dvw;
    }
}
@media screen and (max-width: 767px) {
    .section_bg {
        height: 100vw;
    }
}
#news, #menu, #sns, #contact, #about {
    background: url(images/bg.png) center top / 1920px 480px repeat-y;
}


/* 導入部分 */
.intro {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -45%);
    width: 700px;
}
.intro p {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: left;
    line-height: 2;
}
@media screen and (max-width: 960px) {
    .intro {
        width: 70%;
    }    
    .intro p {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .intro {
        left: 40%;
        transform: translate(-50%, -40%);
    }
    .intro p {
        font-size: 27px;
    }
}
@media screen and (max-width: 620px) {
    .intro p {
        font-size: 25px;
    }
}
@media screen and (max-width: 550px) {
    .intro p {
        font-size: 22px;
    }
}
@media screen and (max-width: 480px) {
    .intro {
        top: 55%;
        left: 55%;
        transform: translate(-55%, -55%);
        width: 90%;
    }
    .intro p {
        font-size: 20px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 390px) {
    .intro {
        left: 60%;
        transform: translate(-55%, -60%);
    }    
    .intro p {
        font-size: 18px;
    }
}


/* お知らせ */
.news_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.news_list li {
    width: 31.5%;
    border-radius: 20px;
    overflow: hidden;
}
.news_list li.green {
    border: 2px solid #C8E3C1;
    background-color: #C8E3C1;
}
.news_list li.pink {
    border: 2px solid #F6DFEC;
    background-color: #F6DFEC;
}
.news_list li.yellow {
    border: 2px solid #E5CE94;
    background-color: #E5CE94;
}
.news_list li a {
    text-decoration: none;
}
.news_list li a div {
    padding: 10px;
}
.news_list li a time, .news_list li a span {
    display: block;
    font-size: 15px;
}
.news_list li a p {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}
.news_list li img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.5 / 1;
}
.more_link {
    position: relative;
    display: block;
    width: 200px;
    margin: 50px auto 0;
    padding: 10px 20px;
    background: #F9D2D2;
    border: 1px solid #F9D2D2;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-family: 'Noto Serif JP', serif;
    text-decoration: none;
}
.more_arrow:after {
    position: absolute;
    top: 20px;
    right: 35px;
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.4s;
}
.more_link:hover {
    opacity: 1;
    background-color: #fff;
    color: #F9D2D2;
}
.more_link:hover .more_arrow::after {
    transform: translateX(3px) rotate(45deg);
    border-color: #F9D2D2;
}
@media screen and (max-width: 767px) {
    .news_list li {
        width: 47.6%;
    }    
}
@media screen and (max-width: 480px) {
    .news_list {
        flex-direction: column;
    }
    .news_list li {
        width: 100%;
    }    
    .news_list li img {
        aspect-ratio: 2 / 1;
    }      
}
@media screen and (max-width: 374px) {
    .more_link {
        width: 100%;
    }
}


/* 料金一覧 */
.menu_list li {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.menu_list li:not(:last-of-type) {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.menu_list li img {
    width: 350px;
    height: 450px;
    object-fit: cover;
}
.menu_list li:nth-child(even) .menu_text {
    text-align: right;
}
.menu_list li:first-of-type .subhead::before,
.menu_list li:nth-of-type(4) .subhead::before {
    background-color: #C8E3C1;
}
.menu_list li:nth-of-type(2) .subhead::before {
    background-color: #F6DFEC;
}
.menu_list li:nth-of-type(3) .subhead::before {
    background-color: #E5CE94;
}
.menu_text {
    width: 55%;
}
.dl_flex {
    display: flex;
    gap: 55px;
}
.menu_dl div {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.menu_list li:nth-child(even) .menu_dl div {
    justify-content: flex-end;
}
.menu_dl div dt {
    text-align: left;
}
.menu_list li:first-of-type .menu_dl div dt {
    width: 50px;
    min-width: 50px;
}
.dl_flex .menu_dl div dd {
    width: 100px;
}
.list_area:not(:last-of-type) {
    margin-bottom: 20px;
}
.subindex {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
    font-weight: 500;
    background: linear-gradient(transparent 60%, #F9D2D2 60%);
}
.small_text {
    display: block;
    font-size: 15px;
    margin-top: 40px;
}
.box {
    margin-top: 30px;
    padding: 15px;
    background: #F9D2D2 url(images/ume.png) right bottom / 70px 70px no-repeat;
    border-radius: 20px;
    font-family: "M PLUS 2", sans-serif;
}
.box span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
    letter-spacing: 2px;
}
.box p {
    text-align: left;
}
@media screen and (max-width: 767px) {
    .menu_text {
        width: 100%;
    }    
    .menu_list li:nth-child(odd) {
        flex-direction: column;
    }
    .menu_list li:nth-child(even) {
        flex-direction: column-reverse;
    } 
    .menu_list li:nth-child(odd), .menu_list li:nth-child(even) {
        align-items: center;
    }
    .menu_list li:nth-child(even) .menu_dl div {
        justify-content: flex-start;
    }  
    .menu_list li:nth-child(even) .menu_text {
        text-align: left;
    }    
    .menu_list li:nth-of-type(2) .list_area:first-of-type .menu_dl div dt {
        width: 90px;
    }   
}
@media screen and (max-width: 480px) {
    .dl_flex{
        flex-direction: column;
        gap: 0;
    }
    .dl_flex .menu_dl div dd {
        width: auto;
    }    
    .menu_list li img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }    
}
@media screen and (max-width: 374px) {
    .menu_list li:nth-of-type(2) .list_area:nth-of-type(2) .menu_dl div {
        flex-direction: column;
        gap: 0;
    }   
    .menu_list li:nth-of-type(2) .list_area:nth-of-type(2) .menu_dl div dd {
        margin-left: 20px;
    }
}

/* SNS */
#sns p {
    text-align: center;
}
.sns_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 300px;
    background-color: #F9D2D2;
    border: 2px solid #F9D2D2;
    color: #fff;
    padding: 15px 20px;
    margin: 30px auto 0;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 3px;
    border-radius: 10px;
    text-decoration: none;
}
.sns_btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #333;
}
.sns_btn::before {
    display: inline-block;
    content: '';
    width: 50px;
    height: 50px;
    background: url(images/instagram-white.svg) no-repeat;
    transition: 0.4s;
}
.sns_btn:hover::before {
    background: url(images/instagram.svg) no-repeat;
}
@media screen and (max-width: 374px) {
    .sns_btn {
        width: 100%;
    }
}


/* お問い合わせ */
.contact_form {
    width: 100%;
    margin: 40px 0 20px;
}
.contact_form tr {
    display: flex;
    align-items: stretch;
    gap: 10px;
}
.contact_form tr:not(:last-of-type) {
    margin-bottom: 10px;
}
.contact_form th {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 30%;
    text-align: left;
    font-weight: normal;
    border-radius: 5px;
}
.contact_form td {
    width: 70%;
}
.contact_form th, .contact_form td {
    padding: 5px 15px;
}
.contact_form input[type="text"],
.contact_form input[type="email"] {
    width: 70%;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.contact_form textarea {
    display: block;
    width: 100%;
    height: 200px;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: "Noto Sans JP", sans-serif;
}
.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
.contact_form textarea:focus {
    outline: 2px solid #F9939B;
}
.required {
    display: inline-block;
    color: red;
    font-size: 14px;
}
.form_btn {
    width: 250px;
    margin: 0 auto;
}
.form_btn input {
    width: 100%;
    border: none;
    border-radius: 10px;
    border: 1px solid #F9D2D2;
    background-color: #F9D2D2;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    cursor: pointer;
    transition: 0.4s;
}
.form_btn input:hover {
    background-color: #fff;
    color: #F9D2D2;
}
.privacy_text {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.privacy_check {
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.wpcf7 form .wpcf7-response-output {
    border-color: transparent !important;
    color: #dc3232;
    text-align: center;
}
.wpcf7-not-valid-tip {
    font-size: 15px !important;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
@media screen and (max-width: 767px) {  
    .contact_form tr {
        gap: 5px;
    }
    .contact_form th {
        width: 35%;
    }
    .contact_form td {
        width: 65%;
    }
    .contact_form th, .contact_form td {
        padding: 5px 10px;
    }    
    .contact_form input[type="text"],
    .contact_form input[type="email"] {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {  
    .contact_form tr {
        flex-direction: column;
    }
    .contact_form tr:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .contact_form th, .contact_form td {
        display: block;
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 374px) {
    .form_btn {
        width: 100%;
    }
}


/* 店舗情報 */
#about {
    padding-bottom: 130px;
}
.flex {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.adress div {
    display: flex;
    gap: 30px;
    padding: 20px 10px;
}
.adress div:first-child {
    padding-top: 0;
}
.adress div:last-child {
    padding-bottom: 0;
}
.adress div:not(:last-child) {
    border-bottom: 1px dashed #ddd;
}
.adress div dt {
    width: 120px;
}
.adress div dd {
    width: 80%;
}
.about_gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
    list-style-type: none;
}
.link {
    margin: 100px 0 0;
    display: block;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .flex {
        flex-direction: column;
    }
    .flex img {
        width: 300px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .adress div {
        flex-direction: column;
        gap: 10px;
    }
    .adress div dt, .adress div dd {
        width: 100%;
    }    
    .flex img {
        width: 70%;
    }
    .about_gallery {
        flex-direction: column;
    }
    .about_gallery li {
        text-align: center;
    }
}


/* マップ */
iframe {
    width: 100%;
    height: 400px;
    vertical-align: bottom;
}
@media screen and (max-width: 480px) {  
    iframe {
        height: 300px;
    }    
}


/* フッター */
footer {
    margin-top: auto;
    padding: 20px 0;
    text-align: center;
    background-color: #F9D2D2;
}
footer p {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}
.page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: #F9D2D2;
    border: 1px solid #F9D2D2;
    border-radius: 50%;
    z-index: 10;
}
.arrow {
    position: absolute;
    top: 20px;
    left: 14px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}
.page_top:hover {
    background-color: #fff;
    opacity: 1;
}
.page_top:hover .arrow {
    border-color: #F9D2D2;
}


/* 固定ページ・投稿ページ共通 */
#page_title {
    position: relative;
    height: 400px;
    z-index: -1;
}
#page_title::before {
    content: "";
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url(images/mainvisual.webp) center top / cover no-repeat;
    z-index: -2;
}
#page_title .headline {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -63%);
    width: 100%;
}
#page_title .white {
    color: #fff;
}
@media screen and (max-width: 767px) {
    #page_title {
        height: 250px;
    }
    #page_title .headline {
        top: 60%;
        transform: translate(-50%, -60%);
    }    
}
@media screen and (max-width: 480px) {
    #page_title .headline {
        font-size: 25px;
    }   
}

/* 投稿ページ関連 */
.article_title {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    border-bottom: 1px dashed #ddd;
    padding: 0 10px 10px 45px;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
}
.article_title::before {
    position: absolute;
    top: 4px;
    left: 10px;
    display: inline-block;
    content: '';
    background: url(images/icon.png) no-repeat;
    margin-right: 10px;
    width: 25px;
    height: 25px;
}
.article_date {
    display: block;
    color: #F9939B;
    text-align: right;
    letter-spacing: 1px;
    padding-right: 10px;
}
.article_date::before {
    display: inline-block;
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    margin-right: 5px;
}
.article_text {
    padding: 0 10px;
    margin-top: 30px;
}
.article_pagenation {
    display: flex;
    justify-content: center;
    gap: 15px 20px;
    margin-top: 70px;
}
.article_text > ul li, .article_text > ol li {
    margin-left: 25px;
}
.article_text p:not(:last-of-type) {
    margin-bottom: 20px;
}
.article_text p .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.article_text p .alignright {
    display: block;
    margin-left: auto;
}
@media screen and (max-width: 480px) {
    .article_pagenation {
        flex-direction: column;
    }
}
/* ページネーション */
.nav-links .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 70px;
}
.nav-links .page-numbers li {
    list-style-type: none;
}
.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next {
    position: relative;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F9D2D2;
    border: 1px solid #F9D2D2;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 0;
    text-decoration: none;
}
.nav-links a.page-numbers:hover {
    opacity: 1;
    background-color: #fff;
    color: #F9D2D2;
}
.nav-links .current {
    background-color: #eee;
    border-color: #eee;
    color: #6e6e6e;
}
.nav-links a.prev {
    margin-right: 5px;
}
.nav-links a.next {
    margin-left: 5px;
}
.nav-links .dots {
    margin-top: 0;
}
.prev_arrow, .next_arrow {
    position: absolute;
    top: 14.5px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
}
.prev_arrow {
    left: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
.next_arrow {
    right: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.nav-links a.page-numbers:hover .prev_arrow,
.nav-links a.page-numbers:hover .next_arrow {
    border-color: #F9D2D2;
}
.nav-prev-link, .nav-next-link {
    position: relative;
    width: 50%;
    display: flex;
    gap: 10px;
    padding: 15px 10px;
    border: 1px solid #F9D2D2;
    border-radius: 5px;
    text-decoration: none;
}
.nav-prev-link {
    text-align: right;
}
.nav-next-link {
    flex-direction: row-reverse;
}
.nav-prev-title, .nav-next-title {
    width: 90%;
    font-size: 15px;
    margin: 0;
}
.nav-prev-arrow, .nav-next-arrow {
    position: absolute;
    top: 22.5px;
    width: 8px;
    height: 8px;
    border: 6px solid transparent;
    transition: 0.3s;
}
.nav-prev-arrow {
    right: 5px;
    border-left: 6px solid #F9939B;
}
.nav-next-arrow {
    left: 5px;
    border-right: 6px solid #F9939B;
}
.nav-prev-link:hover, .nav-next-link:hover {
    opacity: 1;
}
.nav-prev-link:hover .nav-prev-arrow {
    transform: translateX(3px);
} 
.nav-next-link:hover .nav-next-arrow {
    transform: translateX(-3px);
}
@media screen and (max-width: 480px) {
    .nav-prev-link, .nav-next-link {
        width: 100%;
    }    
}



/* 個人情報保護方針 */
.section_area:first-of-type {
    margin-bottom: 50px;
}
.section_area:first-of-type .subhead::before {
    background-color: #C8E3C1;
}
.section_area:nth-of-type(2) .subhead::before {
    background-color: #F6DFEC;
}
.num_list {
    padding-left: 20px;
}
.num_list li {
    padding: 0 0 30px 5px;
}
.num_list li::marker {
    font-weight: 700;
    color: #F9939B;
    font-family: 'Noto Serif JP', serif;
}
.num_list li > ol {
    padding-left: 30px;
}
.num_list li > ol li {
    padding-bottom: 10px;
}
.num_list > li:last-of-type, .num_list li > ol li:last-of-type {
    padding-bottom: 0;
}
.numlist_title {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
    .section_area .subhead {
        font-size: 20px;
    } 
    .section_area .subhead::before {
        top: 11px;
    } 
}


/* reCAPTCHA */
#home .grecaptcha-badge {
    width: 70px !important;
    visibility: visible;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
  }
 #home .grecaptcha-badge:hover {
    width: 256px !important;
    visibility: visible;
  }
.grecaptcha-badge {
    visibility: hidden;

}
.grecaptcha-badge:hover {
    visibility: hidden;
}


 /* ギャラリー */
 .gallery {
    margin: 30px auto !important;
 }
 .gallery img {
    border: 1px solid #F9939B !important;
    border-radius: 10px;
    overflow: hidden;
 }
