/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 20250902
*/
html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
	font-family: "Kaisei HarunoUmi", serif;
	font-style: normal;
	overflow-x: hidden;
	color: #333333;
}
a:hover {
	color: #7cdaf7;
	text-decoration: none;
}
.page_top_btn {
	width: 160px;
	height: 80px;
	background-color: transparent;
	border: none;
	background-image: url("../lightning-child/images/top/img-pagetop.png");
	box-shadow: none;
}
.breadSection .breadcrumb>li+li:before {
    content: ">";
    margin-left: .5em;
    margin-right: .5em;
    font-size: 12px;
}
#panHome span {
	text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    text-decoration-color: rgba(0, 0, 0, .3);
    text-decoration-thickness: 1px;
}
#panHome span:hover {
	text-decoration: none;
}
.breadSection .breadcrumb a:hover {
	color: #7cdaf7;
	text-decoration: none;
	border: none;
}
@media screen and (max-width: 960px) {
	.page_top_btn {
		width: 130px;
		height: 50px;
    }
}
#header {
	position: fixed;
	height: 90px;
	width: 100%;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 20px 100px 20px 0;
	background-color: #fff;
}
#header h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0 0 0 2%;
    line-height: 1;
    white-space: nowrap;
}
#header h1 a {
    color: #ddd;
}
.site-header-logo img {
    height: 60px;
}
#g-nav-list-sp {
    display: none;
}
.g-nav-openbtn {
    display: none;
}
#g-navi a:hover {
	text-decoration: none;
}
nav ul {
    font-size: 14px;
    list-style: none;
    display: flex;
    justify-content: center;
}
nav ul li {
    position: relative;
    font-weight: bold;
}
#g-nav-list-pc .nav01c li a {
    position: relative;
}
nav #g-nav-list-pc ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 20px 35px;
    transition: all .3s;
}
@media screen and (max-width: 1200px) {
    nav #g-nav-list-pc ul li.has-child::before {
        left: 0;
    }
}
#g-nav-list-pc .nav01c li.current a::after, #g-nav-list-pc .nav01c li a:hover::after {
    transform: scale(1, 1);
}
#g-nav-list-pc .nav01c li .nav01c-list::after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 25%;
    width: 50%;
    height: 1px;
    background: #7cdbf8;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
#g-nav-list-pc .nav01c li.current a, #g-nav-list-pc .nav01c li a:hover {
    color: #eee;
}
nav #g-nav-list-pc li.has-child:hover>ul, nav #g-nav-list-pc li.has-child ul li:hover>ul, nav #g-nav-list-pc li.has-child:active>ul, nav #g-nav-list-pc li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
}
nav #g-nav-list-pc li.has-child ul li a:hover, nav #g-nav-list-pc li.has-child ul li a:active {
    background: rgba(255, 255, 255, 0.2);
}
nav #g-nav-list-pc ul li.has-child::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #7cdbf8;
    border-right: 2px solid #7cdbf8;
    transform: rotate(135deg);
}
nav #g-nav-list-pc li.has-child ul {
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 4;
    background: #7cdbf8;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    display: flex;
    flex-direction: column;
}
nav #g-nav-list-pc li.has-child ul li {
    margin-bottom: 0;
    width: 180px;
}
nav #g-nav-list-pc li.has-child ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    padding: 10px 30px;
}
nav #g-nav-list-pc li.has-child ul li a {
    position: relative;
}
#g-nav-list-pc ul.has-child-ul {
    padding-left: 0;
}
.open-btn .fa-magnifying-glass::before {
	font-size: 23px;
	color: #333333;
}
.open-btn {
    position: absolute;
    top: 30px;
    right: 35px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 999;
}
#search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
    width: 100%;
    height: 100vh;
}
#search-wrap.panelactive {
    opacity: 1;
    z-index: 9999;
    background: #999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#search-wrap.panelactive .search-area {
    display: block;
    width: 80%;
    position: relative;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.close-btn span {
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
}
.close-btn span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}
.close-btn span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}
#search-wrap form {
    position: relative;
    height: 66px;
}
#search-wrap .search-area {
    display: none;
}
#search-wrap input[type="text"] {
    width: 100%;
    padding: 20px;
    border: none;
    border-bottom: 2px solid #fff;
    transition: all 0.5s;
    letter-spacing: 0.05em;
	background-color: #999;
}
#search-wrap input {
    appearance: none;
    outline: none;
    cursor: pointer;
    color: #fff;
}
#search-wrap input::placeholder {
	color: #fff;
}
button#searchsubmit {
    background-color: #999999;
    border: none;
    position: absolute;
    right: 23px;
    top: 0;
}
.search-area .fa-magnifying-glass::before {
	font-size: 28px;
	color: #fff;
}
.form-control:focus {
	box-shadow: none;
}
footer {
    text-align: center;
    border-top: 1px solid #7cdbf8;
    padding-top: 50px;
}
footer .mb100 {
    margin-bottom: 50px;
}
.aligncenter {
    text-align: center;
}
footer img {
    max-width: 30vw;
    margin: 0 auto;
}
footer p {
    line-height: 1.5;
		margin-bottom: 0;
}
.footerflex-container {
    display: flex;
    justify-content: space-around;
}
span.email::before {
    content: '@';
}
.btn-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: #7cdbf8 1px solid;
    border-radius: 50%;
    background-color: #f0f0f3;
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #ffffff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-circle i {
    font-size: 2rem;
    color: #7cdbf8;
}
.footerflex-container p {
    margin-top: 1rem;
}
.footerflex-container2 {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 50px 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #7cdbf8;
}
.footer-last{
    color: #333;
    margin-bottom: 50px;
}
.footer-last a{
    color: #333;
}
small {
    font-size: 80%;
}
.footer-last a:nth-of-type(1) {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    text-decoration-color: rgba(0, 0, 0, .3);
    text-decoration-thickness: 1px;
}
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 1.6em 0px;
}
@media screen and (max-width: 960px) {
    #g-nav-list-pc {
        display: none;
    }
    #header {
        background-color: rgba(255,255,255,0);
    }
    .page-header {
        margin-top: 5.7em;
    }
    .g-nav-openbtn {
        display: block;
        position: fixed;
        z-index: 9999;
        top: 18px;
        right: 71px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }
    .g-nav-openbtn .openbtn-area {
        transition: all .4s;
    }
    .g-nav-openbtn.active .openbtn-area {
        transform: rotateY(-360deg);
    }
    .g-nav-openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #000;
        width: 45%;
    }
    .g-nav-openbtn span:nth-of-type(1) {
        top: 15px;
    }
    .g-nav-openbtn span:nth-of-type(2) {
        top: 23px;
    }
    .g-nav-openbtn span:nth-of-type(3) {
        top: 31px;
    }
    .g-nav-openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-135deg);
        width: 30%;
    }
    .g-nav-openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .g-nav-openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(135deg);
        width: 30%;
    }
    #g-nav-list-sp #g-navi {
        transition: all 0.6s;
    }
    .panelactive #g-nav-list-sp {
        position: fixed;
        z-index: 999;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        display: block;
    }
    .panelactive #g-nav-list-sp ul {
        width: 90%;
        margin: 85px auto 0;
        padding: 0;
        display: block;
    }
    .panelactive #g-nav-list-sp li {
        list-style: none;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        background-color: rgba(255,255,255,0.8);
	}
    .arrow_u {
        position: relative;
        display: inline-block;
        padding-left: 20px;
    }
    .arrow_u::before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 2px #333;
        border-right: solid 2px #333;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        left: 35px;
        bottom: 0;
        margin: auto;
    }
    .has-child.active .arrow_u::before {
        transform: rotate(-135deg);
    }
    .panelactive #g-nav-list-sp li a {
        color: #333;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }
	.panelactive #g-nav-list-sp ul li.has-child ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        opacity: 1;
        display: none;
        transition: none;
        transform: none;
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.8);
    }
	.nav01c li .nav01c-list::after {
        width: 0;
	}
	.panelactive ul li a {
		border-bottom: 1px solid #ccc;
    }
    .open-btn {
        top: 33px;
        right: 35px;
        width: 35px;
        height: 25px;
    }
    .is-menu-wrapper {
        display: none;
    }
	.slider1 li {
        width: 120px;
        height: 100px;
        list-style: none;
        margin: 0px;
    }
	.slider1 img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    footer img {
        max-width: 80vw;
    }
}
@media screen and (max-width: 782px) {
    .open-btn {
        top: 32px;
        right: 30px;
    }
}
/* ------------------------------------------------------------
    アクセスページ
--------------------------------------------------------------- */
.custom-page-header {
    background-color: #7cdbf8;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 8rem;
    text-align: center;
    justify-content: center;
}
.custom-page-header-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    margin: 0;
    color: #fff;
}
.custom-breadcrumb {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-left: 5%;
    font-size: 12px;
	background-color: #fff;
}
.custom-breadcrumb li {
    display: inline;
    list-style: none;
	margin-bottom: 0;
}
.custom-breadcrumb li:first-child a:before {
    font-family: FontAwesome;
    content: '\f015';
    font-weight: 900;
    font-size: 1.1em;
    color: #666;
}
.link-deco {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    text-decoration-color: rgba(0, 0, 0, .3);
    text-decoration-thickness: 1px;
		color: #333;
}
.link-deco:hover, .access-breadcrumb li:first-child a:hover:before {
    color: #7cdaf7;
    text-decoration: none;
}
.custom-breadcrumb li:after {
    content: '>';
    padding: 0 0.2em;
    color: #666;
}
.custom-breadcrumb li:last-child::after {
    content: '';
    padding: 0;
}
.site-body {
    width: 80vw;
    margin: 0 auto;
    padding: 3.5rem 56px 0 4rem;
}
@media screen and (max-width: 960px) {
	.site-body {
		width: 100vw;
		padding: 3.5rem 0;
	}
    .custom-page-header {
        margin-top: 5.7em;
    }
}
.site-body-container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mb50 {
    margin-bottom: 50px;
}
.mb100 {
    margin-bottom: 100px;
}
.site-body-container h2 {
    font-weight: bold;
    font-size: 28px;
    padding: .7em 0;
    border-top: 2px solid #7cdaf8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.4rem;
}
.plane_container p,
.train_container p {
	line-height: 1.5rem;
}
.plane_flex1 p {
	margin: 0 0 5px 0;
	text-align: center;
}
.plane_flex1 {
	display: flex;
	align-items: center;
}
.plane_flex2 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-grow: 1;
	gap: 0.3rem 0;
}
.plane_flex3 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.plane_flex4 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-grow: 1;
}
.plane_flex5 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-grow: 1;
}
.dodline {
	width: 100%;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: 4px;
	margin-top: 0;
	margin-bottom: 8px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.plane_border1 {
	border: #666666 solid 1px;
	border-width: 2px;
	border-radius: 25px;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}
.plane_border2 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.1;
}
.plane_bg_blue {
	border-radius: 25px;
	background-color: #315081;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	color: #fff;
}
.plane_bg_red {
	border-radius: 25px;
	background-color: #d94848;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5em;
	padding-right: 0.5em;
	padding-bottom: 5em;
	padding-left: 0.5em;
	color: #fff;
}
.train_container {
	display: grid;
	grid-template-columns: 0.2fr 1.7fr 0.2fr 1.7fr 0.2fr 1.7fr 0.2fr 1.7fr 0.2fr;
	gap: 0.3rem 0px;
	grid-auto-flow: row;
	grid-auto-rows: min-content;
	grid-template-areas:
		"name1 sin1 okayama train5 takamatu train6 ikenotani train7 naruto"
		"name1 minutes1 okayama train5 takamatu train6 ikenotani train7 naruto"
		"name2 sin2 okayama train5 takamatu train6 ikenotani train7 naruto"
		"name2 minutes2 okayama train5 takamatu train6 ikenotani train7 naruto"
		"name3 sin3 okayama minutes5 takamatu train6 ikenotani train7 naruto"
		"name3 minutes3 okayama minutes5 takamatu minutes6 ikenotani minutes7 naruto"
		"name4 sin4 okayama minutes5 takamatu minutes6 ikenotani minutes7 naruto"
		"name4 minutes4 okayama minutes5 takamatu minutes6 ikenotani minutes7 naruto"
		"name5 train8 train8 train8 takamatu minutes6 ikenotani minutes7 naruto"
		"name5 minutes8 minutes8 minutes8 takamatu minutes6 ikenotani minutes7 naruto"
		"name6 train9 train9 train9 awaikeda train11 tokushima train10 naruto"
		"name6 minutes9 minutes9 minutes9 awaikeda minutes11 tokushima minutes10 naruto";
}
.train_container [class^="name"]:not(.name9, .name10, .name11, .name12) {
	text-align: center;
	border: #666666 solid 1px;
	border-width: 2px;
	border-radius: 25px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.tokushima,
.ikenotani,
.awaikeda {
	display: flex;
	align-items: center;
	border-radius: 25px;
	background-color: #315081;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #fff;
	justify-content: center;
}
.naruto {
	grid-area: naruto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	background-color: #d94848;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	color: #fff;
}
.train_container [class^="name"],
.takamatu,
.okayama {
	margin: 0 0 5px 0;
}
.train_container [class^="minutes"] {
	border-top: #666666 5px dotted;
	text-align: center;
	align-self: start;
}
.train_container [class^="sin"] img {
	margin-bottom: -3px;
}
.train_container [class^="sin"],
.train_container [class^="train"] {
	justify-self: center;
	align-self: end;
}
.train_container [class^="sin"] p,
.train_container [class^="train"] p {
	margin-bottom: 0.2rem;
}
.train_container [class^="minutes"] p {
	margin-top: 0.4rem;
}
.name1 {
	grid-area: name1;
}
.name2 {
	grid-area: name2;
	line-height: 1.2;
}
.name3 {
	grid-area: name3;
}
.name4 {
	grid-area: name4;
}
.name5 {
	grid-area: name5;
}
.name6 {
	grid-area: name6;
	padding-top: 1.5rem;
}
.name12 {
	grid-area: awaikeda;
	text-align: center;
	border-width: 2px;
	border-radius: 25px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.name12.awaikeda {
	background-color: #315081;
	color: #fff;
}
.sin1 {
	grid-area: sin1;
}
.minutes1 {
	grid-area: minutes1;
}
.sin2 {
	grid-area: sin2;
}
.minutes2 {
	grid-area: minutes2;
}
.sin3 {
	grid-area: sin3;
}
.minutes3 {
	grid-area: minutes3;
}
.sin4 {
	grid-area: sin4;
}
.minutes4 {
	grid-area: minutes4;
}
.okayama {
	grid-area: okayama;
	display: flex;
	align-items: center;
	justify-content: center;
}
.train5 {
	grid-area: train5;
}
.minutes5 {
	grid-area: minutes5;
}
.takamatu {
	grid-area: takamatu;
	display: flex;
	align-items: center;
	justify-content: center;
}
.train6 {
	grid-area: train6;
}
.minutes6 {
	grid-area: minutes6;
}
.ikenotani {
	grid-area: ikenotani;
	display: flex;
	align-items: center;
	justify-content: center;
}
.train7 {
	grid-area: train7;
}
.minutes7 {
	grid-area: minutes7;
}
.train8 {
	grid-area: train8;
}
.minutes8 {
	grid-area: minutes8;
}
.tokushima {
	grid-area: tokushima;
}
.train9 {
	grid-area: train9;
}
.minutes9 {
	grid-area: minutes9;
}
.train10 {
	grid-area: train10;
}
.minutes10 {
	grid-area: minutes10;
}
.awaikeda {
	grid-area: awaikeda;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	background-color: #315081;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0.5em;
	text-align: center;
}
.minutes11 {
	grid-area: minutes11;
}
.train11 {
	grid-area: train11;
}
.train_container [class^="name"] p {
	margin-block-start: revert;
	padding-bottom: 1rem;
}
.btn-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	margin: 2rem 0;
}
.btn-container2 {
	flex-direction: initial;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	max-width: 100%;
}
.link-btn {
	display: inline-block;
}
.link-btn a {
	color: #fff;
}
.btn-container2 .link-btn {
	flex: 0 0 calc(50% - 0.5rem);
	box-sizing: border-box;
}
.btn-container2 .link-btn a {
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    color: #fff;
}
.taxi-directory {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: start;
	padding: 1rem;
}
.taxi-card {
	border: 1px solid #0000001f;
	padding: 1rem 1.5rem;
	width: 260px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: transform 0.2s ease;
}
.taxi-card:hover {
	transform: translateY(-4px);
}
.taxi-card h4 {
	margin: 0;
	position: relative;
	text-align: left;
	padding-bottom: .5rem;
}
.taxi-card h4::before {
	content: "";
	position: absolute;
	background: #9de5ff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	z-index: -1;
}
.taxi-card .phone a {
	font-size: 1rem;
	color: #333;
	text-decoration: none;
}
.taxi-card .phone a:hover {
	text-decoration: underline;
}
.mt100 {
    margin-top: 100px;
}
/* レスポンシブ */
@media screen and (max-width: 960px) {
	.site-body {
		width: 100vw;
	}
	.link-btn {
		font-size: 14px;
	}
	.train_container {
		white-space: initial;
	}
	.train_container p {
		line-height: initial;
	}
	.btn-container2 .link-btn {
		flex: 0 0 100%;
	}
}
/* ------------------------------------------------------------
    プライバシーポリシーページ
--------------------------------------------------------------- */
.veu_autoEyeCatchBox {
    display: none;
}
.privacy-link a {
	text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    text-decoration-color: rgba(0, 0, 0, .3);
    text-decoration-thickness: 1px;
		color: #333;
}
.privacy-link a:hover {
	color: #7cdaf7;
	text-decoration: none;
}
/* ------------------------------------------------------------
    フォトコンテストページ
--------------------------------------------------------------- */
.p-gallery {
    display: flex;
    width: 80vw;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 5%;
    padding: 20px;
    border-radius: 15px;
}
.p-gallery-container {
    width: calc(100% / 5);
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #fafafa;
    border-radius: 15px;
    padding: 10px;
    box-shadow: inset 9.91px 9.91px 15px #E4E4E4, inset -9.91px -9.91px 15px #FFFFFF;
    transition: transform 0.3s, box-shadow 0.3s;
}
.p-gallery-container:hover {
    transform: translateY(-5px);
}
.p-gallery-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.p-gallery-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    aspect-ratio: 16 / 9;
}
.award-year {
    padding: .5rem 0;
    font-weight: bold;
		color: #333;
}
.link-btn {
	background-color: #7cdaf7;
    color: #fff;
    font-size: 1rem;
    border-radius: 4px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    padding-top: calc(.6em + 2px);
    padding-bottom: calc(.6em + 2px);
    transition: all .1s ease-in;
    border: none!important;
}
.wp-block-image figcaption {
    font-size: calc(1.3rem * 0.75);
}
.wp-block-image figcaption a {
    color: #333;
}
@media screen and (max-width: 960px) {
	.p-gallery {
        flex-direction: column;
    }
    .p-gallery-container {
        width: 100%;
    }
    .p-gallery-container img {
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .p-gallery-img {
        height: auto;
    }
}
/* ------------------------------------------------------------
    潮見表ページ
--------------------------------------------------------------- */
.line-bc {
    padding: 20px 10px;
    max-width: 60vw;
    margin: 15px 0;
    text-align: right;
}
.balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}
.balloon6 .faceicon {
    float: left;
    margin-right: -50px;
    width: 40px;
}
.balloon6 .faceicon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .chatting {
    width: 100%;
    text-align: left;
}
.says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 60px;
    padding: 8px;
    border-radius: 7px;
    background: #f5f5f5;
}
.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: -16px;
    border: 8px solid transparent;
    border-right: 18px solid #f5f5f5;
    transform: rotate(35deg);
}
.says p {
    margin: 0;
    padding: 0;
}
.qa-box .qa dt,
.qa-box .qa dd {
    display: flex;
    align-items: baseline;
    margin: 30px 0;
}
.qa dt {
    border-bottom: dotted 1px #0000001f;
    padding-bottom: .8rem;
}
.qa-box .qa dt p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-left: 15px;
    font-weight: bold;
    width: 100%;
}
.qa-box .qa dd div {
    padding-left: 15px;
}
.qa-box .qa dd p {
    margin: 0;
    width: 100%;
    line-height: 1.7rem;
    padding-bottom: 1rem;
}
.qa-box .qa dt::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f06666;
    font-size: 18px;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}
.qa-box .qa dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4a90e2;
    font-size: 18px;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}
.qa-box .qa dt, .qa-box .qa dd {
    display: flex;
    align-items: baseline;
    margin: 30px 0;
}
.qa-box .qa dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4a90e2;
    font-size: 18px;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}
.underpen {
    background: linear-gradient(transparent 50%, #a8eaff 50%);
}
.link-box {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #7cdaf8;
}
.link-box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #7cdaf8;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.link-box a {
    margin: 0;
    padding: 0;
}
/*キャプション*/
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
    backdrop-filter: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
    margin: -40px;
    color: #333;
    text-shadow: none;
    font-size: 16px;
}
/*カレンダー*/
/* カレンダーコンテナのスタイル */
.calendar-table {
    width: 100%;
    border-collapse: collapse; /* セルの境界線を結合 */
    table-layout: fixed; /* カラム幅を固定 */
}
/* 曜日ヘッダーのスタイル */
.calendar-table th {
    text-align: center;
    padding: 10px 5px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    font-size: 18px;
}
.calendar-table th:first-child { /* 日曜日のヘッダー */
    color: red;
    background-color:rgba(240,102,102,0.43);
}
.calendar-table th:last-child { /* 土曜日のヘッダー */
    color: blue;
    background-color:rgba(74,144,226,0.4);
}
/* 日付セルのスタイル */
.calendar-table td {
    vertical-align: top; /* 内容を上揃え */
    padding: 10px 5px;
    border: 1px solid #ddd;
    height: 120px; /* カレンダーセルの高さを固定（必要に応じて調整） */
    overflow: auto; /* 内容がはみ出す場合にスクロールバーを表示 */
}
.calendar-table td .date {
    display: block; /* 日付をブロック要素にしてスペースを確保 */
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}
/* 日曜日・土曜日の日付の色 */
.calendar-table td.sunday .date {
    color: red;
}
.calendar-table td.saturday .date {
    color: blue;
}
/* 空白セルのスタイル */
.calendar-table td.empty-day {
    background-color: #f9f9f9;
}
/* 潮見表リストのスタイル */
.tide-list {
    list-style: none; /* リストのマークを削除 */
    padding: 0;
    margin: 0;
    font-size: 0.9em;
    line-height: 1.4;
}
.tide-list li {
    margin-bottom: 5px;
    text-align: center;
}
.tide-list li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 3px;
    border-radius: 3px;
    transition: background-color 0.2s;
}
.tide-list li a:hover {
    background-color: #e6e6e6;
}
/* カレンダーナビゲーションのスタイル */
.calendar-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.calendar-navigation h2 {
    margin: 0;
    font-size: 1.8em;
}
.calendar-navigation .nav-button {
    text-decoration: none;
    background-color: #0073aa;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background-color 0.2s;
}
.calendar-navigation .nav-button:hover {
    background-color: #005177;
}
/* 今日の日付のスタイル */
.calendar-table td.today {
    background-color: #ffffcc; 
    font-weight: bold;
    border: 2px solid #ffcc00;
    box-shadow: 0 0 5px rgba(255, 204, 0, 0.5);
}
@media screen and (max-width: 768px) {
    .scrollable-box {
        overflow-x: auto;
    }
    .scrollable-box .calendar-table {
        width: 100%;
        min-width: 835px;
    }
}
/* ------------------------------------------------------------
    鳴門の魅力投稿ページ
--------------------------------------------------------------- */
.entry-header {
    display: none;
}
.entry-meta-dataList {
    display: none;
}
.entry-content.column-area {
    display: flex;
    flex-direction: row;
}
.column-one {
    width: calc(100% / 3);
    object-fit: cover;
}
.column-one img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.column-two {
    margin: 1.5em 3em 0;
    width: calc(100% / 1.5);
}
.introduce,.company-info {
    width: 70%;
}
.c-photo-area {
    display: flex;
    justify-content: space-between;
	margin-top: 2rem;
}
.sub-photo2, .sub-photo3 {
    width: calc((100% / 2) - 10px);
    aspect-ratio: 97 / 60;
    object-fit: cover;
}
.sub-photo2 img, .sub-photo3 img {
    width: 100%!important;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 97 / 60;
}
.company-info {
    margin: 3em 0;
    border: solid 1px #dcdcdc;
    padding: 2rem 1.5rem 1.5rem 2.5rem;
    font-size: .85rem;
}
.company-info p {
    line-height: 1.2;
}
.sns-info a{
    margin-right: 35px;
}
.company-info dt, .company-info dd {
    border: none;
}
.company-info dt {
    float: inline-start;
    margin-right: 2em;
}
.sns-info {
    display: flex;
    justify-content: center;
}
.eat-term-font {
    line-height: 0;
    margin-bottom: 0;
    background-color:#999;
    border-radius: 10px;
    color: #fff;
    padding: 1em 1.2em;
    font-size: 0.75em;
    display: inline-block;
    margin-right: 0.5em;
}
.eat-term-font:last-child {
    margin-right: 0;
}
.eat-term-font a {
    color: #fff;
}
.charm-cat-list {
    display: flex;
    justify-content: space-around;
    padding: 0;
}
.charm-cat-list a {
    color: #333;
    font-size: 1em;
    position: relative;
}
.charm-cat-list a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #a0a0a0;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top; 
    transition: transform 0.3s; 
}
.charm-cat-list a:hover::after {
    transform: scale(1, 1);
}
/* レスポンシブ */
@media screen and (max-width:1380px) {
    .introduce,.company-info {
        width: 100%;
    }
}
@media screen and (max-width:960px) {
    .entry-content.column-area {
        flex-direction: column;
    }
    .column-one {
        width: 100%;
        height: 330px;
    }
    .column-one img {
        height: 330px;
    }
    .column-two {
        width: 100%;
        margin: 0;
        padding: 1.5em 3em;
    }
}
@media screen and (max-width:768px) {
    .c-photo-area {
        justify-content: center;
        flex-direction: column;
    }
    .sub-photo2, .sub-photo3 {
        width: 100%;
    }
    .sub-photo2 {
        margin-bottom: 2rem;
    }
}
/* ------------------------------------------------------------
    鳴門の魅力一覧ページ
--------------------------------------------------------------- */
.header-eat, .header-sightseeing, .header-stay {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.circle-logo img, .circle-logo2 img {
    width: 150px;
    filter: drop-shadow(0 0 5px white);
}
.circle-logo {
    margin-top: -60px !important;
    text-align: center;
}
.circle-logo2 {
    text-align: center;
}
.category-header-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4rem;
    margin: 0 auto;
}
.vertical {
    writing-mode: vertical-rl;
    letter-spacing: 1.6px;
    padding: initial;
    border-top: initial;
    border-bottom: initial;
}
.first:first-letter {
    font-size: 3em;
    line-height: 1;
    margin: 0 .2em 0 0;
    padding: .1em 0;
}
.aligncenter p {
    line-height: 1.8;
    margin: 3.5rem 0;
}
.pickup-container1 {
    margin-bottom: 6rem;
}
section.pickup {
    display: flex;
    justify-content: center;
}
.pickup-container2:nth-of-type(odd) {
    background-color: #fdfdfd;
}
.pickup-container2 {
    display: flex;
    flex-wrap: nowrap;
    width: 80vw;
}
.pickup-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    line-height: 1.6;
}
.pickup-text, .pickup-img {
    flex: 0 0 50%;
    max-width: 50%;
}
.pickup-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.pickup-container2:nth-of-type(even) {
    background-color: #444;
    color: #fff;
}
.pickup-container2 {
    display: flex;
    flex-wrap: nowrap;
    width: 80vw;
}
.eat-company {
    list-style: none;
    aspect-ratio: 1 / 1;
    width: calc((100% / 4) - 4px);
    margin: 0 5px 5px 0;
}
.eat-company:nth-of-type(4n) {
    margin-right: 0;
}
.eat-company-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    line-height: 1.2;
    font-size: 1.2rem;
    color: #fff;
}
.eat-company-wrapper {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.eat-company-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(0.7);
}
.eat-company-wrapper img:hover {
    transform: scale(1.3);
    transition: 0.5s;
    filter: brightness(1);
}
.eat-company-cat {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.3em 0.6em;
    border-radius: 10px;
    font-size: 0.9em;
}
.site-body.charm-cat {
    text-align: center;
    padding: 0;
    margin-top: 5em;
}
.eat-company-list {
    padding: 0 0.5em!important;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.more-btn {
    text-align: right;
    padding: 100px 0 0 0;
}
.more-btn.charm-btn a {
    margin-right: 4em;
}
.more-btn.charm-btn a:last-child {
    margin-right: 0;
}
.post-pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}
@media screen and (max-width: 960px)  {
    .pickup-container2 {
        width: 100vw;
    }
    .pickup-container2:nth-of-type(odd) {
        flex-direction: column-reverse;
    }
    .pickup-container2:nth-of-type(even) {
        flex-direction: column;
    }
    .pickup-text, .pickup-img{
        max-width: 100%;
    }
    .pickup-img img {
        aspect-ratio: 3 / 1;
    }
    .pickup-text {
        padding: 3em 4em;
    }
}
@media screen and (max-width: 768px) {
    .eat-company {
        width: calc((100% / 2) - 5px);
    }
    .eat-company:nth-of-type(4n) {
        margin-right: 5px;
    }
    .more-btn.charm-btn {
        display: flex;
        flex-direction: column;
    }
    .more-btn.charm-btn a {
        margin: 0 auto 1.2em;
        width: 200px;
    }
    .more-btn.charm-btn a:last-child {
        margin: 0 auto 1em;
    }
    .introduce {
        width: 100%;
    }
}
.btnlinestretches4 {
    position: relative;
    color: #333;
    padding: 10px 50px 10px 30px;
    display: inline-block;
    text-decoration: none;
    outline: none;
}
.btnlinestretches4::before, .btnlinestretches4::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #333;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
.btnlinestretches4 span::after {
    content: '';
    position: absolute;
    top: 1.3em;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: all .3s;
}
.btnlinestretches4:hover span::after {
    right: 15px;
    border-color: #7cdbf8;
}
.btnlinestretches4:hover::after {
    width: 100%;
}
.btnlinestretches4::after {
    width: 0;
    background: #7cdbf8;
}
.btnlinestretches4 span:hover {
    color: #333;
}
/* 鳴門の魅力カテゴリ一覧ページ */
.cat-archive-header-title {
    color: #fff;
}
/* ------------------------------------------------------------
    おすすめ特集投稿ページ
--------------------------------------------------------------- */
.post-views.content-post.load-static {
    display: none;
}
/* ------------------------------------------------------------
    おすすめ特集一覧ページ
--------------------------------------------------------------- */
.featured_list {
    font-size: 0;
    display: flex;
}
.featured_list_box {
    width: 100%;
}
.featured_list .item {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    width: calc( 100% / 3 );
    padding-right: 2rem;
    margin-bottom: 3.5rem;
}
.featured_list .item:nth-of-type(3n) {
    padding-right: 0;
}
.featured_list .link {
    display: block;
    background: #fff;
}
.featured_list .image_wrap {
    display: block;
    z-index: 1;
    overflow: hidden;
}
.featured_list .image {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    aspect-ratio: 8 / 5;
    height: 280px;
    width: 100%;
}
.featured_list .image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 8 / 5;
}
.featured_list .item .title {
    margin: 25px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
    border: none;
    color: #333;
}
.featured_list .item .num_area {
    margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.featured_list .item .featured_post_num {
    font-size: 30px;
    margin-bottom: -2px;
    font-weight: 600;
}
.featured_list .item .sub_title {
    font-size: 11px;
    margin-right: 5px;
    color: #7cdbf8;
}
.featured_list .item .num_area {
    margin: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
.featured_list .item .featured_post_num {
    align-self: start;
    font-size: 24px;
    margin: 0;
    color: #333;
}
.featured_list .category {
    font-size: 12px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    border-radius: 30px;
    z-index: 3;
    position: absolute;
    top: 15px;
    left: 15px;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    box-sizing: border-box;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
    margin-top: 2rem;
}
.pagination a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border: 1px solid #000000;
    border-radius: 1px;
    color: #000000;
	line-height: 1;
}
.pagination a:hover {
    background-color: #7cdbf8;
    border: none;
    color: #fff;
}
.pagination .current a {
    background-color: #000000;
    color: #fff;
    pointer-events: none;
	line-height: 1;
}
/* レスポンシブ */
@media screen and (max-width:950px) {
    .featured_list {
        padding: 0 2%;
    }
    .featured_list .item {
        width: calc(100% / 2);
        height: 350px;
    }
    .featured_list .item:nth-of-type(3n) {
        padding-right: 2rem;
    }
    .featured_list .item:nth-of-type(2n) {
        padding-right: 0;
    }
    #featured_related_post .featured_list .item {
        height: auto;
    }
}
@media screen and (max-width:750px) {
    .featured_list {
        padding: 0 20px;
    }
    .featured_list .item {
        width: 100%;
        height: auto;
        margin: 0 0 30px !important;
        box-sizing: border-box;
        padding: 0;
    }
    .featured_list .item:nth-of-type(3n) {
        padding-right: 0;
    }
}
/* ------------------------------------------------------------
    モデルコース一覧ページ
--------------------------------------------------------------- */
.m-course img {
	filter: brightness(70%);
}
.m-course img[alt="鳴門市うずしお観光協会"] {
	filter: none !important;
}
.m-course .site-body {
	width: 90vw;
	padding-top: 1.5rem;
}
.m-course .breadcrumb {
	margin-top: 2rem;
	border: initial;
}
.pickup {
	width: 100vw;
	margin-top: 1.5rem;
}
.pickup-container {
	display: flex;
	gap: 2rem;
	height: 450px;
	position: relative;
	margin-bottom: 8rem;
	flex-direction: row-reverse;
}
.pickup-child {
	width: 50%;
}
.m-course h3 {
	font-weight: bold;
	font-size: 1.75rem;
	margin: 1.5rem 0;
}
.pickup-child img {
	height: auto;
	object-fit: cover;
	filter: brightness(.75);
}
.pickup-child p {
	margin-right: 3rem;
	line-height: 1.4;
}
.pickup-child2 {
	background-color: #fff;
	position: absolute;
	top: 5rem;
	left: 4rem;
	padding: 1rem 0 2.5rem 3rem;
}
.hr-style {
	position: relative;
	height: 2px;
	background: transparent;
	overflow: hidden;
	margin: 5rem auto;
    padding-right: 0;
}
.hr-style.first-hr {
	margin: 13rem 0 5rem 0;
}
.hr-style::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: #7cdbf8;
	transform: translateX(-100%);
	opacity: 0;
}
.hr-style.animate::before {
	animation: slideInOut 5s ease-in-out forwards;
}
@keyframes slideInOut {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	30% {
		transform: translateX(0%);
		opacity: 1;
	}
	70% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}
.hr-style::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: #dcdcdc;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.hr-style.show-line::after {
	opacity: 1;
}
.pickup-wrapper {
	position: relative;
	display: inline-block;
	padding: 0;
	box-sizing: border-box;
}
.pickup-child2 {
	position: relative;
	padding: 2rem;
	overflow: hidden;
	height: 105%;
}
/* 枠線描画エリア */
.border-anim {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
/* 初期状態：アニメーション無効 */
.border-anim::before,
.border-anim::after,
.border-anim .bottom-line,
.border-anim .left-line {
	animation: none;
}
/* 上辺 */
.lineAnime .border-anim::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 0;
	background: #dcdcdc;
	animation: draw-top 1s forwards;
}
/* 右辺 */
.lineAnime .border-anim::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #dcdcdc;
	animation: draw-right 1s forwards 1s;
}
/* 下辺（別要素） */
.lineAnime .border-anim .bottom-line {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	width: 0;
	background: #dcdcdc;
	animation: draw-bottom 1s forwards 2s;
}
/* 左辺（別要素） */
.lineAnime .border-anim .left-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #dcdcdc;
	animation: draw-left 1s forwards 3s;
}
/* アニメーション定義 */
@keyframes draw-top {
	to {
		width: 100%;
	}
}
@keyframes draw-right {
	to {
		height: 100%;
	}
}
@keyframes draw-bottom {
	to {
		width: 100%;
	}
}
@keyframes draw-left {
	to {
		height: 100%;
	}
}
.m-course h3:after {
    border-bottom: none!important;
}
.m-course h3 {
    border-bottom: none;
}
.course1 {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.course-img {
    flex-shrink: 0;
    width: calc(100% / 3);
}
.course-img img {
    width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
}
.course-img-slider {
    width: 100%;
}
.course-text h3 {
	margin: 1.5rem 0 1rem 0;
}
.course-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    width: 70%;
    margin-left: 1.5rem;
    position: relative;
}
.swiper-wrapper {
    width: 100%;
}
.swiper-slide {
    width: auto;
/*     height: 200px; */
    aspect-ratio: 3 / 2;
}
.swiper-slide img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
	margin-top: .8rem;
}
.swiper-button-next {
	position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(50%) translateX(-50%);
}
.swiper-button-prev {
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(50%) translateX(-50%);
}
.swiper-button-next:after,
.swiper-button-prev:after {
	color: #fff;
	font-size: 30px;
}
.swiper-button-prev {
	left: 20px;
}
.m-course .link-btn {
	text-align: center;
    width: 100%;
}
.m-course .link-btn:hover {
	color: #fff;
}
/* レスポンシブ */
@media screen and (max-width:960px) {
	.pickup-container,
	.course1 {
		flex-direction: column;
		gap: 1rem;
		height: auto;
	}
	.pickup-container {
		margin-bottom: initial;
	}
	.pickup-child,
	.course-img,
	.course-text {
		width: 100%;
        margin-left: 0;
	}
    .pickup-child:first-child {
        text-align: center;
    }
	.pickup-child2,
	.box-line {
		position: relative;
		top: 0;
		left: 0;
		margin: 10px;
		padding: 1rem;
	}
	.pickup-child p {
		margin-right: initial;
		padding: 1rem;
	}
	.mt1 {
		margin-top: initial;
	}
	.hr-style {
		margin: 1rem 0;
	}
	.hr-style.first-hr {
		margin: 3rem 0 1rem 0;
	}
	.course-img>img {
		height: 300px;
	}
	.course-img-slider {
		width: 100%;
		height: auto;
		max-height: 150px;
		object-fit: cover;
	}
	.swiper-slide img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		display: block;
	}
}
@media screen and (max-width:600px) {
    .swiper-button-next,.swiper-button-prev {
        top: 55%;
    }
}
@media screen and (max-width:400px) {
    .swiper-button-next,.swiper-button-prev {
        top: 60%;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 25px;
    }
}
/* ------------------------------------------------------------
    ボランティアガイドと歩くなるとページ
--------------------------------------------------------------- */
.guide-description-box {
    background-color: #f8fcff;
    padding: 2em 3em;
    border-radius: 15px;
    margin-bottom: 3.5em;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.caution-description-box {
        background-color: #fff;
    border: 1px solid #e0f3fa;
    margin: 2em auto 2em;
    padding: 3.5em;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.caution-description-box span.red-line {
    color: #d94848;
    border-bottom: 1px solid #d94848;
    font-weight: 600;
}
.caution-description-box ul {
    list-style: none;
    padding-right: 2em;
}
.caution-description-box ul li::before{
    content: "※";
}
.caution-description-box .txt-indent {
    padding-left: 1em;
}
.caution-description-box .application-btn {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 80%;
	margin: 0 auto;
}
.caution-description-box .link-btn:first-child {
    margin-right: 1em;
}

.preview_container {
	margin: 1.5rem;
}

.preview_container canvas {
	background-color: #fff;
}
/* レスポンシブ */
@media screen and (max-width:768px) {
    .caution-description-box .application-btn {
        display: flex;
        flex-direction: column;
    }
    .caution-description-box .link-btn:first-child {
        margin-bottom: 1em;
    }
}
/* ------------------------------------------------------------
    入会案内ページ
--------------------------------------------------------------- */
.header-membership {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.membership-body {
    animation: bgchange 30s ease infinite;
}
@keyframes bgchange {
	0% {
		background: #d6ebff;
	}
	25% {
		background: #e0efff;
	}
	50% {
		background: #cbe3ff;
	}
	75% {
		background: #e9f5ff;
	}
	90% {
		background: #b7d9f9;
	}
	100% {
		background: #f0f9ff;
	}
}
.membership-body .category-header-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4rem;
    margin: 0 auto;
}
.membership-body .site-body {
    padding: 3.5rem 0 4rem;
}
.membership-body .site-body-container {
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto;
    padding: 2.5rem;
}
.wave {
    position: relative;
    width: 100vw;
    height: 200px;
}
.wave canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.membership-body .terms-list {
	margin: 0;
	padding: 0;
}
.membership-body .term {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 16px 24px;
    align-items: start;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    padding: clamp(16px, 2.5vw, 24px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    margin: 16px 0;
    color: #1a2b3c;
}
.membership-body .term dt {
    margin: 0;
    font-weight: 700;
    position: relative;
    padding-left: 14px;
    border-left: none;
}
.membership-body .term dt::before {
	content: "";
	position: absolute;
	left: 0;
	top: .15em;
	width: 6px;
	height: 1.2em;
	border-radius: 3px;
	background: #7cdaf7;
	box-shadow: 0 0 0 4px rgba(124, 218, 247, .2);
}
.membership-body .term dd {
    margin: 0;
    /* color: var(--ink); */
    line-height: 1.9;
    border-left: none;
}
.membership-body .btn-primary {
    display: inline-block;
    margin-top: .8rem;
    padding: .75rem 1.2rem;
    background: #7cdaf7;
    color: #003046;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    transition: transform .08s ease, box-shadow .2s ease, background .2s ease;
    box-shadow: 0 8px 14px rgba(124, 218, 247, .35);
}
.membership-body .btn-primary:hover {
	transform: translateY(-1px);
    background: #7cdaf7;
    color: #003046;
}
.membership-body .btn-primary:active {
	transform: translateY(0);
}
.fee-list {
	list-style: none;
	padding: 0;
	margin: 0 0 .4rem;
}
.fee-list li+li {
	margin-top: .35rem;
}
.note {
	color: #6a7a8a;
	font-size: .95em;
	margin-top: .4rem;
}
.bank-grid {
    --min: 260px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
    gap: 12px;
    padding: 0;
    margin: .6rem 0 0;
    list-style: none;
}
.bank {
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 14px;
    padding: 12px 14px;
}
.bank-name {
    font-weight: 700;
    color: #0e4f78;
    margin-bottom: .25rem;
}
.bank-holder {
    /* color: var(--ink); */
    font-size: .95em;
    line-height: 1.7;
}
/* レスポンシブ */
@media screen and (max-width:960px) {
	.membership-body .term {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 16px;
        align-items: stretch;
	}
	.membership-terms {
		padding: 20px;
	}
}
/* ------------------------------------------------------------
    会員情報ページ
--------------------------------------------------------------- */
.header-memberlist {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    width: 100%;
}
.tab-2 > label {
    order: -1;
    opacity: 1;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 15px;
    background-color: #7cdaf8;
    color: #333;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
}
.tab-2 > label:hover {
    opacity: .8;
}
.tab-2 input {
    display: none;
}
.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}
.tab-2 label:has(:checked) {
    background: #fff;
    border-bottom: 2px solid #dcdcdc;
    border-radius: initial;
}
.tab-2 label:has(:checked) + div {
    display: block;
}
.member-list {
    list-style: none;
    padding: 20px;
    margin: 10px 10px 30px 10px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}
.member-list li.header {
    font-weight: bold;
    border-bottom: 2px solid #999;
    margin-bottom: 0.5em;
}
.member-list li {
    display: grid;
    grid-template-columns: 2fr 1fr 3fr 2fr;
    gap: 1rem;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.name a {
    color: #333;
}
/* ------------------------------------------------------------
    鯛が跳ねるアニメーション
--------------------------------------------------------------- */
.tai {
	position: absolute;
	width: 50px;
	pointer-events: none;
	z-index: 1000;
	opacity: 0;
}
.jump {
	animation: jumpAnim 1s cubic-bezier(0, 1, 1, 0) forwards;
}
@keyframes jumpAnim {
	0% {
		transform: translate(0, 0) rotate(0deg);
		opacity: 1;
	}
	50% {
		transform: translate(-20px, -40px) rotate(-18deg);
		opacity: 1;
	}
	60% {
		transform: translate(-25px, -38px) rotate(-40deg);
		opacity: 1;
	}
	70% {
		transform: translate(-28px, -35px) rotate(-50deg);
		opacity: 1;
	}
	80% {
		transform: translate(-30px, -33px) rotate(-60deg);
		opacity: 1;
	}
	90% {
		transform: translate(-32px, -30px) rotate(-70deg);
		opacity: 1;
	}
	100% {
		transform: translate(-33px, -25px) rotate(-80deg);
		opacity: 0;
	}
}
/* 水しぶき */
.splash {
	position: absolute;
	width: 5px;
	height: 5px;
	border: 2px solid #7cdaf7;
	border-radius: 50%;
	background: transparent;
	pointer-events: none;
	opacity: 0;
	z-index: 900;
}
.splashAnim {
	animation: splashAnim 0.8s ease-out forwards;
}
@keyframes splashAnim {
	0% {
		transform: scale(0.5);
		opacity: 1;
	}
	100% {
		transform: scale(2) translateY(-10px);
		opacity: 0;
	}
}
/* ------------------------------------------------------------
    フォトコンテスト応募フォーム
--------------------------------------------------------------- */
.f-upload input {
    margin-bottom: 1em;
}
.f-upload .caution {
    color: #cf2e2e;
    display: block;
    margin: 0.3em 0;
}
form .required {
    background-color: rgba(217, 72, 72, 0.6);
    padding: 0.1em 0.6em;
    border-radius: 10px;
    font-size: 0.85em;
    vertical-align: baseline;
}
.submit-button {
    margin-bottom: 3rem;
    border-radius: 10px;
    background-color: #7cdaf7;
    border: none;
    padding: 0.8em 4em;
}
.submit-button:hover {
    opacity: 0.6;
}
/* ------------------------------------------------------------
    会員専用ページ
--------------------------------------------------------------- */
.member-only {
	margin: 0;
	color: #333;
    font-family: "Kiwi Maru", serif;
    display: flex;
    flex-direction: row;
}
.member-only section {
	margin-bottom: 5rem;
}
/* レイアウト */
.member-only .container {
	display: flex;
	min-height: 100vh;
}
.member-only .sidebar {
	width: 220px;
	background: #fff;
	color: #2c3e50;
	padding: 0 20px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sidebar-logo {
	margin-top: 20px;
	text-align: center;
}
.sidebar-logo img {
	width: 85%;
	height: auto;
}
.member-only-nav {
	width: 180px;
	color: #fff;
	padding: 0 0 20px 0;
	flex: 1;
}
.member-only-nav h2 {
	font-size: 20px;
	margin-bottom: 20px;
	background-color: #7cdbf8;
	padding: 10px;
}
.member-only-nav ul {
	list-style: none;
	padding: 0;
    display: flex;
    flex-direction: column;
    font-size: 1em;
}
.member-only-nav ul li {
    font-weight: 300;
}
.member-only-nav ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 8px 12px;
	border-radius: 12px;
	transition: background 0.3s;
}
.member-only-nav ul li a:hover {
	background: rgba(255, 255, 255, 0.3);
}
.member-only main {
	flex: 1;
	padding: 40px;
}
.member-only .mainSection-title, h2 {
    border-bottom: none;
    border-top: none;
    padding: 0.2em 0 0.2em;
}
.member-only h2.section-title {
	font-size: 24px;
	margin: 30px 0 15px;
	color: #444;
	border-left: 6px solid #7cdbf8;
	padding-left: 10px;
}
textarea#wpforms-3165-field_4 {
    max-width: 60%;
}
.member-thumbnail img {
    width: 100%;
    border-radius: 15px;
    aspect-ratio: 3 / 0.7;
    object-fit: cover;
}
.member-only h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.2em;
}
.member-only h3:after, .subSection-title:after {
    border-bottom: none;
}
.calendar-area iframe {
    width: 60%;
    height: 600px;
}
/* レスポンシブ */
@media screen and (max-width: 1000px) {
    .calendar-area iframe {
        width: 100%;
        height: 700px;
    }
}
@media screen and (max-width: 500px) {
    .calendar-area iframe {
        width: 100%;
        height: 700px;
    }
}
/* ------------------------------------------------------------
    会員新着情報
--------------------------------------------------------------- */
.topics-area {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-left: 0px;
}
.topics-area .topics-block {
    width: 20%;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    border-radius: 10px;
}
.topics-area .topics-block a {
    color: #333;
}
.topics-area .topics-block a:hover {
    opacity: 0.7;
}
.zoomOut .mask {
    border-radius: 10px 10px 0 0;
}
.mask img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.topics-area .topics-block {
    width: calc(100% / 4 - 2.4em);
}
.topics-area .text-area {
    padding: 10px 20px;
}
.text-area h3 {
    font-size: 1rem;
    padding-bottom: 0;
    border: none;
}
.text-area h3::after {
    border: none;
}
span.spring-u-line {
    background: linear-gradient(transparent 60%, pink 30%);
}
/* レスポンシブ */
@media screen and (max-width: 1200px) {
    .topics-area {
        flex-wrap: wrap;
    }
	.topics-area .topics-block {
        width: calc(100% / 2 - 2.4em);
        margin-bottom: 3em;
    }
}
@media screen and (max-width: 900px) {
    .wpforms-container input.wpforms-field-medium,.wpforms-container select.wpforms-field-medium {
        max-width: 100%!important;
    }
    div.wpforms-container-full textarea {
        width: 100%!important;
    }
    textarea#wpforms-3165-field_4 {
        max-width: 100%!important;
    }
}
@media screen and (max-width: 768px) {
	.topics-area .topics-block {
        width: 100%;
    }
    .topics-area .topics-block:last-child {
        margin-bottom: 0em;
    }
    .member-only .sidebar {
        display: none;
    }
}
/* ------------------------------------------------------------
    旅行会社の皆様へ
--------------------------------------------------------------- */
/* ===== セクション共通 ===== */
.section-grant,
.section-docs {
	margin: 4rem 0;
	padding: 2rem 2rem 5rem 2rem;
	background: #f8fcff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.section-grant {
	margin-top: initial;
}
.section-grant h3:not(.card h3),
.section-docs h3:not(.card h3) {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #cce4f7;
	color: #333;
}
/* --- 見出しにさりげない装飾（before擬似要素） --- */
.section-grant h3:not(.card h3)::before,
.section-docs h3:not(.card h3)::before {
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #7cdbf8;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
}
/* ===== 助成額カード ===== */
p.lead {
	text-align: center;
	font-size: 1.2rem;
	padding: 1rem 0;
	font-weight: bold;
}
.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
	margin-top: 1rem;
}
.card {
	background: #fff;
	border: 1px solid #e0f3fa;
	border-radius: 10px;
	padding: 1.5rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease;
}
.card:hover {
	transform: translateY(-4px);
}
.card h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	color: #3190c7;
}
.card .price {
	font-size: 1.4rem;
	font-weight: bold;
	color: #d94848;
}
/* ===== 施設リスト ===== */
.facility-section {
	background-color: #f9fcfe;
	border: 1px solid #cce4f7;
	border-radius: 8px;
	padding: 20px;
	margin: 30px 0 50px 0;
	box-sizing: border-box;
}
.facility-section h3 {
	display: inline-block;
	font-size: 1.2em;
	border-bottom: 2px solid #7cdbf8;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.facility-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
	align-items: stretch;
	counter-reset: facility-counter;
}
.facility-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	border: 1px solid #e0f3fa;
	border-radius: 8px;
	padding: 1.5rem 1rem 1rem;
	transition: transform 0.2s ease;
	height: 8rem;
}
.facility-card::before {
	counter-increment: facility-counter;
	content: counter(facility-counter);
	position: absolute;
	top: 8px;
	left: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	background: #7cdbf8;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
}
.facility-card a {
    color: #333;
}
.facility-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.note {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #666;
}

.download-section {
    margin-bottom: 4rem;
}

.download-section .btn-container {
    margin: 2.5rem 0 2.5rem 0;
	color: #fff;
}

/* ===== お問い合わせ ===== */
.contact-grid {
	display: flex;
	gap: 20px;
	align-items: center;
}
.contact-left,
.contact-right {
	flex: 1;
}
.contact-left {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	padding: 2rem;
}
.contact-left h2 {
	margin-bottom: 1rem;
}
.contact-info {
	font-size: 1rem;
	line-height: 1.8;
	text-align: center;
}
.contact-right {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.contact-right img {
	max-height: 400px;
	width: auto;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	object-fit: contain;
	transform: rotate(5deg);
	padding: 5px;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/* ===== デジタルブック ===== */
.digital-book {
	margin-top: 2rem;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.digital-book .df-container {
	width: 100% !important;
	aspect-ratio: 16/9;
	max-height: 80vh;
}
.digital-book canvas,
.digital-book .df-viewer-container {
	width: 100% !important;
	height: 100% !important;
}
.df-flipbook-2d,
.df-flipbook-3d,
.df-slider,
.df-viewer-container,
.df-zoomview {
	background-color: #fafafa;
}
/* ===== ダウンロード ===== */
.download-section .link-btn a {
	display: inline-block;
	padding: 0.8rem 2rem;
	background: #3190c7;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.2s ease;
}
.download-section .link-btn a:hover {
	background: #2579a7;
	transform: translateY(-2px);
    color: #fff;
}
.btn-container {
	margin: 2.5rem 0 5rem 0;
	text-align: center;
}
/* レスポンシブ */
@media screen and (max-width: 960px) {
	.contact-grid {
		flex-direction: column;
		/* 縦並びに */
		text-align: center;
	}
	.contact-left {
		margin-bottom: 20px;
	}
	.contact-right {
		margin-top: 1.5rem;
	}
	.digital-book .df-container {
		aspect-ratio: 4/3;
	}
	.facility-grid {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
}

/* 追加 */
.tax-rcmd-cat .vk_post .vk_post_date {
	display: none;
}

.vk_post-postType-recommendation {
	max-height: 167px;
}

.fa-tiktok {
    font-size: 22px !important;
    margin-top: .8rem;
}

ul.page-numbers li a, ul.page-numbers li span.page-numbers.current {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    padding: 0 !important;
    line-height: normal !important;
    box-sizing: border-box;
}

span.page-numbers.dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
}

body.search .entry-meta {
    display: none;
}