@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

/* main */
*, *::before, *::after {
    box-sizing: border-box;
}

body, h1, h2, h3, h4, p, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border-radius: 10px;
}


body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    line-height: 1.6; 
    background-image: url("../img/pattern-02.png"),url("../img/background_fs.jpeg");
    background-size: auto,cover;
    background-position: left top,center;
    background-attachment: fixed,fixed;
}

a {
    text-decoration: none;
    color: inherit;
   
}

/* header */
.headimg{
    width: 100%;
    max-width: 560px; 
    margin: 0 auto; 
    padding: 0; 
}


* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
a,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}


input {
  display: none;
}
.cp_fullscreenmenu {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
}

/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(to top, rgba(0,158,253,0.9) 0%, rgba(42,245,152,0.9) 100%);
}
.cp_fullscreenmenu .menu label {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-size: 100%;
}
.cp_fullscreenmenu .menu .menucont {
	font-size: 2.5rem;
	position: relative;
	top: 50%;
	margin-top: -300px;
	padding-bottom: 20px;
	text-align: center;
}
.cp_fullscreenmenu .menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.cp_fullscreenmenu .menu ul li,
.cp_fullscreenmenu .menu ul li a {
	transition: all 0.3s ease;
}
.cp_fullscreenmenu .menu ul li a {
	display: block;
	padding: 10px 0;
	color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
}
.cp_fullscreenmenu .menu ul li a:hover {
	color: #006875;
}
.cp_fullscreenmenu .menu ul li:hover {
	background: #ffffff;
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .menuEffects {
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	opacity: 0;
}
.cp_fullscreenmenu .menuEffects ul {
	transition: all 0.5s;
	transform: translateY(0%);
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
	visibility: visible;
	transition: opacity 0.5s;
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
	background-color: transparent;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(45deg);
	background-color: #ffffff;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
	position: relative;
	z-index: 100;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(-45deg);
	background-color: #ffffff;
}
.cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
	transform: translateY(-30%);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
	position: relative;
	top: 0;
	right: 0;
	display: block;
	width: 53px;
	height: 53px;
	padding: 15px;
    border-radius: 8px 8px 8px 20px;
	cursor: pointer;
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
.cp_fullscreenmenu .hamburger:hover .open:before {
	top: -9px;
}
.cp_fullscreenmenu .hamburger:hover .open:after {
	top: 5px;
}
.cp_fullscreenmenu .open,
.cp_fullscreenmenu .open:before,
.cp_fullscreenmenu .open:after {
	position: relative;
	display: block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background-color: #ffffff;
	transition: all 0.3s ease;
}
.cp_fullscreenmenu .open {
	top: 8px;
	cursor: pointer;
}
.cp_fullscreenmenu .open:before {
	top: -8px;
	content: '';
	transform: rotate(0deg);
}
.cp_fullscreenmenu .open:after {
	top: 4px;
	content: '';
}

/* main */
main {
    width: 100%;
    max-width: 560px; 
    margin: 0 auto; 
    padding: 0 ; 
}

/* section */
.section{
    width: 93%;
    margin: 0 auto 4.4rem auto;
    padding:2.5rem 0.625rem;
    text-align: center;
    background-color: #fff;
    border-radius:20px;
    position: relative;
}

h2{
    width: 60%;
    padding: 0.26rem 0.625rem;
    margin-top: 0.5rem;
    margin-bottom: 1.875rem;
    color: #fff;
    background-color: #3351a2;
    border-radius: 100vh;
    text-align: center; 
    position: absolute; 
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

h3{
    position: relative;
    padding: .5rem;
    text-align: center;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
}

h3:after {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 4px;
    content: '';
    border-radius: 3px;
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
    left: 50%;
    transform: translateX(-50%);
}

h4{
    position: relative;
    padding-left: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-top: 1.875rem;
}

h4::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    transform: translateX(-20px);
    width: 5px;
    border-radius: 3px;
    background-image: linear-gradient(to bottom,  #009efd  0%, #2af598 100%);
}

.text{
    margin-bottom: 1.875rem;
    margin-top: 1.25rem;
    padding: 0 0.8rem;
}

.text a{
    color: #009efd;
}

.text-left{
    margin: 1.25rem auto 1.875rem auto;
    padding: 0 2rem;
    text-align: left;
}


.fb-wrapper {
    text-align: center; 
    margin: 1.875rem auto 2.875rem auto;  
}

.TochigiGikaiimg{
    width: 16rem;
    margin: 0.9375rem auto 0.625rem auto; 
    padding: 0; 
    box-shadow: 0px 0px 8px #aaa;
}

.box {
    position: relative;
    padding: 1rem ;
    margin: 0 2rem;
    border-radius: 10px;
    border: 1px solid #333;
}

.box:before,
.box:after {
    position: absolute;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.box:before {
    top: 100%;
    border: 9px solid;
    border-color: transparent;
    border-top-color: #333;
    margin-left: -9px;
}

.box:after {
    top: 99%;
    border: 8px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -8px;
}

.box p {
    color: #333;
    line-height: 1.5;
}


ul.gray-box{
    position: relative;
    padding: 0;
    list-style-type: none;
    margin: 20px auto 45px auto;
}

ul.gray-box li {
    padding: 0.5em;
    margin:0 1.5rem 0.5rem 1.5rem;
    background: #fff2c9;
    border-left: 6px solid #0595b6;
    border-bottom: 2px solid #E0E0E0;
    font-weight: bold;
}


.policy{
    width: 75%;
    margin: 0.875rem auto 0 auto;
}

.news-pic{
    width: 70%;
    box-shadow: 0px 0px 9px 0px #D1D1D1;
    border: #bbbbbb solid 1px;
}

.news-info{
    margin: 2.5rem auto;
}

a.btn {
    position: relative;
    display: block;
    width: 210px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
    background-image: linear-gradient(to right, #008be2 0%, #26da89 100%);
    overflow: hidden;
    border-radius: 50px;
    font-weight: bold;
}

a.btn:before {
    position: absolute;
    top: 0px;
    left: -100%;  
    content: '';
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.3;
    transition: .3s ease-in-out;
}

a.btn:hover:before {
    left: 0;
}


.accordion {
    width: 90%;
    margin: 0 auto 1rem auto;
    border: 1px solid #dddddd;
    border-radius: 30px 8px 8px 30px;
    background-color: #ffffff;
}

.accordion-title.theme-blue {
    background: #3474ad; 
}

.accordion-title.theme-purple {
    background: #6d57a9; 
}

.accordion-title {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    background: #27978c;
    border-radius: 30px 0 0 30px; 
    padding: 1rem 1.5rem 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: bold;
    cursor: pointer;
}


.accordion-title::-webkit-details-marker {
    display: none;
}

.accordion-title::before {
    position: absolute;
    content: '●';
    left: 15px;
    font-size: 80%;
    color: #fff;
}

.accordion-title::after {
    position: absolute;
    right: 1.5rem;
    content: '＋';
    color: #fff; 
    font-weight: bold;
    font-size: 1.25rem;
}

.accordion[open] .accordion-title::after {
    content: '−';
}

.accordion[open] .accordion-title {
    border-bottom: 1px solid #dddddd;
}

.accordion-content {
    padding: 1.5rem;
}


.plofile{
    width: 70%;
    margin: 1.875rem auto 0.9375rem auto;
}

.plofile-img{
    width: 60%;
    margin:0 auto;
}

.adress_box{
    margin: 0 1.5rem;
    padding: 1.5rem;
    background-image: linear-gradient(to right,  #009efd  0%, #2af598 100%);
}

.adress_box-body {
    margin: -1.2rem;
    padding: 1.5rem 0.5rem;
    background-color: white;
}

.adress_box p{
    font-weight: bold;
}

.map-wrapper {
    margin-top: 1.25rem;
}

.map-wrapper iframe {
    border-radius: 0.5rem; 
    vertical-align: bottom;
    margin-bottom: 0.625rem;
}

#praivacy{
    text-align: left;
}

#praivacy h3,h4,p{
    width: 95%;
    margin:0.625rem auto;
}

/* footer*/
footer {
    max-width: 520.8px; 
    width: 93%;
    margin: -5.4375rem auto 0.625rem auto;
    padding:2.5rem 0.625rem;
    text-align: center;
    background-color: #fff;
    border-radius:0 0 20px 20px;
    position: relative;
}

#page_top {
    width: 2.5rem;
    position: fixed;
    right: 1.25rem; 
    bottom: 1.25rem; 
    opacity: 0.8;
    z-index: 99;
}

#page_top a {
    position: relative;
    display: block;
    width: 100%; 
    height: 100%; 
    text-decoration: none;
}


.side-nav {
    display: none;
}


@media (min-width: 1024px) {

    .side-nav {
        position: fixed;
        top: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        z-index: 99;
    }

    .left-nav {
        left: calc((100vw - 560px) / 4);
        transform: translate(-50%, -50%);
    }
    
    a.side-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 220px;
        padding: 0.9em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        margin: 0.25rem auto;
        background-image: linear-gradient(to right,  #009efd  0%, #2af598 100%);
        overflow: hidden;
        border-radius: 50px;
        font-size: 1rem;
        font-weight: bold;
        border: 2px solid #ffffff;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.25);
        text-shadow: 0px 1px 13px rgba(0, 0, 0, 0.5);
    }
    
    a.side-btn:hover {
        color: #ffffff;
    }
    
    a.side-btn::before {
        position: absolute;
        top: 0px;
        left: -100%;  
        content: '';
        height: 100%;
        width: 100%;
        background: #fff;
        opacity: 0.3;
        transition: .3s ease-in-out;
    }
    
    a.side-btn:hover::before {
        left: 0;
    }

.right-nav {
        right: calc((100vw - 560px) / 4);
        transform: translate(50%, -50%);
    }

    .side-sns {
        display: block;
        width: 20rem; 
        height: 20rem;
        transition: opacity 0.3s, transform 0.3s;
    }

    .side-sns img {
        width: 100%;
        height: auto;
        filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.1));
    }

    .side-sns:hover {
        opacity: 0.8;
        transform: translateY(-5px); 
    }

    .sp-only {
        display: none;
    }
}