@charset "utf-8";
*, ::before, ::after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 0px 0px;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

a {
	color: #0092c9;
	text-decoration: none;
}
.inner {
	display: flex;
	justify-content: space-between;
}
.news {
    text-align: left;
}
.news-nav {
    text-align: center;
}

a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
}
.text-small {
	font-size: 0.8em;

}
header {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    border-top: 10px solid #58DAF5;
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    text-shadow: px px;
    -webkit-box-shadow: 0px 1px 6px px rgba(0,0,0,1);
    box-shadow: 0px 1px 6px px rgba(0,0,0,1);
    z-index: 1;
    top: 0px;
    left: 0px;
    color: #000000;
    line-height: 60px;
}
.menu {
	display: flex;
	align-items: center;
	text-align: center;
	color: #000000;
}
.menu hover {
	text-decoration: none;
	border-bottom-color: #fff;
}
.menu a {
	display: block;
	padding: 10px 10px;
	color: #000000;
	text-align: center;
	border: 2px solod rgba(0, 0, 0, 0);
	line-height: 1.4;
}
.access h3 {
	font-size: 20px;
}

.bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
}
.bg img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
}
.mv {
    margin-bottom: 50px;
    position: relative;
    margin-top: 90px;
}
.mv-image img {
	width: 100%;
	height: auto;
}
.mv-catch {
	position: absolute;
	padding: 0 20px;
	width: 100%;
	text-align: center;
	bottom: 50px;
}
section {
	margin-bottom: 50px;
}
section h2 {
	
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #000000;
    border-bottom: 5px solid #58DAF6;
    background-color: #FFFFFF;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    padding-left: 90px;
    margin-bottom: 50px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.40);
    background-size: 45px 45px;
	margin-left: calc(-50vw + 50%); 
	width: 100vw;
}



.menu a span {
    white-space: nowrap;
    /* [disabled]white-space-collapse: collapse; */
}
.box-area {
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}
.box {
	margin-bottom: 50px;
	margin-right: 0px;
}

.box-area:last-child {
	margin-bottom: -50px;
	width: 100%;
}
.box h3 {
	font-style: 20px;
	margin-bottom: 20px;
}
.about figure {
	margin-bottom: 20px;
}
.watching .box-area+ .box-area {
	flex-direction: row-reverse;
}
.box-link {
	font-style: italic;
	color: #0054A6;
	text-align: right;
	margin-top: 20px;
}
.feeding .box {
	float: left;
	margin-left: px;
	margin-right: 4%;
	margin-bottom: 4%;
}
.feeding p {
	margin-bottom: 1lh;
}
.container table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    text-align: center;
    background-color: #FFFFFF;
}
.nav-button {
    width: 70px;
    height: 50px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    margin-right: 10px;
}
.eating tr:nth-child(odd) {
	background-color: #7ACCC8;
}
.eating tr:nth-child(even)  {
	background-color: #8DC63F;
}
.eating th, .eating td {
	padding: 20px;
	border: 1px solid #fff;
	vertical-align: top;
}
.eating th {
	text-align: left;
	white-space: nowrap;
}
.faq-box {
	border-radius: 10px;
	border: 2px solid #87 ceeb;
	position: 30px;
	margin-bottom: 30px;
}
.faq-box dt {
	margin-bottom: 20px;
}
.faq-box dt, .faq-box dd {
	display: flex;
}
.faq-box dt::before {
	content: "Q";
	background-color: #f00;
}
.faq-box dd::before {
	content: "A";
	background-color: #00f;
}
.faq-box dt::before, .faq-box dd::before {
	color: #fff;
	font-style: 20px;
	font-weight: bold;
	width: 40px;
	border-radius: 50%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	flex-shrink: 0;
}
.pagetop {
	position: fixed;
	right: 20px;
	opacity: 0.7;
	margin-bottom: 0px;
	bottom: 0px;
}
.pagetop a:hover {
	opacity: 1;
	color: #F5E4E4;
	background-color: #8BD2EB;
	text-decoration: underline;
}
footer {
    padding: 30px 0;
    text-shadow: 0px 0px #ec008c;
    background-color: #58DAF5;
    text-align: center;
    width: 100%;
	margin-left: calc(-50vw + 50%); 
	width: 100vw;
}
footer .menu  {
	margin-bottom: 150px;
	padding: 0 20px;
	justify-content: center;
}
.copyright {
    font-style: 14px;
    color: #000000;
    text-align: center;
}
nav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    white-space: nowrap;
}
header h1 {
    flex-shrink: 0;
    align-items: center;
    color: #000000;
}
.watching iflame {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
nav a {
    display: block;
    margin-right: 50px;
    padding-left: 33px;
    color: #000;
    text-decoration: none;
    background-image: url(img/icon11.png);
    background-repeat: no-repeat;
    background-position: left -1.5px;
}
nav a:hover {
    text-decoration: underline;
    background-color: #58DAF5;
}
.tuite {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container header .logologo {
	align-items: center;
	white-space: nowrap;
	color: #000000;
}
.access {
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
}
#ci .tuite .tuite-text {
}
.tuite-text {
    font-size: 1.1rem;
    width: 500px;
}
.logo {
	padding: 15px 0;
	font-size: 25px;
	font-weight: normal;
	line-height: 1;
	align-items: center;
	color: #000000;
}
.logo img {
    margin-right: 10px;
    width: 1.1em;
    min-width: 50px;
}
.logo a {
	color: #000000;
	text-decoration: none;
	align-items: center;
	display: flex;
}
footer .logo {
    color: #7e7777;
    text-decoration: none;
    align-items: center;
}
.pagetop a {
    background-color: #3A5A90;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    width: calc(100% - 4rem);
    opacity: 0.8;
    max-width: 600px;
    font-style: normal;
    font-family: "MS Serif", "New York", serif;
    color: #000000;
}
.pagetop {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 10px;
    color: #000000;
    font-size: large;
    display: flex;
}
.map {
    margin: 2rem -2rem;
    text-align: center;
}
header h1 a {
	align-items: center;
	color: #000000;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.40);
	line-height: 60px;
	text-decoration: none;
	font-weight: bold;
}
.map iframe {
	width: 100%;
	height: auto;
    aspect-ratio: 16/9;
}
.btn {
    text-align: center;
}
.go-first .btn img {
    margin-bottom: 50px;
}
.overview table {
    text-shadow: 0px 0px #000000;
    border-color: #000000;
    border-collapse: collapse;
    border-style: solid;
    margin-bottom: -40px;
}
.overview {
    margin-top: 140px;
}
.overview th, .overview td {
    border: 2px solid #000;
    padding: 20px;
}
.member {
	margin-top: 140px;
	margin-bottom: -80px;
}
.member table {
	margin-bottom: 130px;
}

.saiyoupage {
    margin-top: 140px;
}
.saiyoupage th, .saiyoupage td {
    padding: 20px;
    border: 2px solid #000;
}
.contact {
	margin-top: 140px;

}
.recruit {
	margin-top: 140px;
	margin-bottom: -80px;

}

.contact th, .contact td {
	border: 2px solid #000;
	padding: 20px;
	text-align: center;
}
.contact th {
	background-color: #63A5EF;
}
#submit, #reset {
	width: 200px;
	padding: 5px 0;
	background-color: #58DAF6;
}
.contact table input[type="text"]   , .table textarea {
	background-color: #FFFCE9;
	padding: 5px 0;
	width: 95%;
}



.contact table {
	background-color: #FFFFFF;
	text-shadow: 0px 0px #000000;
	border-color: #000000;
	border-collapse: collapse;
	border-style: solid;
	padding-top: 0;
	padding-right: 300px;
	padding-left: 100px;
	padding-bottom: 0;
	margin-top: 20px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.company {
	margin-top: 140px;
	margin-bottom: -80px;
}
.texttext {
	font-size: 1.5rem;
}
.create {
	margin-bottom: -120px;
}
.syoukaipage a {
	font-size: large;
	color: #000000;
	background-color: #91E3F8;
}
.member-text {
	width: 600px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.position {
	font-size: 20px;
}
.namae {
	font-size: 22px;
}


.member table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.anchor {
  scroll-margin-top: 105px;
}


html {
	
    scroll-behavior:smooth;
	}
.box img {

}
h3 {

}












@media (max-width:800px){
nav {
	position: fixed;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #92DFFB;
	padding-top: 100px;
	opacity: 1;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}
nav .menu a {
	padding: 30px 0;
	font-style: 30px;
	font-size: 30px;
}
header h1 {
	z-index: 10;
}
.open nav {
	left: 0px;
}

nav .menu {
	display: block;
	height: 100%;
	padding-bottom: 50px;
	overflow: auto;
}
.open nav {
	opacity: 1;
	visibility: visible;
}
.open .nav-button span:nth-child(1) {
	top: 17px;
	transform: rotate(314deg);
}
.open .nav-button span:nth-child(2) {
	width: 0;
	left: 50%;
}
.nav-button span {
	transition: 0.3s;
}

.open .nav-button span:nth-child(3) {
	top: 17px;
	transform: rotate(-315deg);
}




nav .menu a {
	font-size: 30px;
	padding: 30px 0;
	font-style: 30px;
}
header h1 {
    z-index: 1;
    color: #000000;
}
.nav-button {
    width: 40px;
    height: 40px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #FFFFFF;
}
.nav-button span {
    width: 20px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 8px;
    color: #000000;
    margin-left: auto;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 1;
}
.nav-button span:nth-child(1) {
    top: 9px;
}
body {
	background-color: #66DAED;
}
.nav-button span:nth-child(2) {
    top: 17px;
}
.nav-button span:nth-child(3) {
    top: 25px;
}
nav .menu li {
}
nav ul {
	background-color: #6563FC;
	margin: 0 auto;
	padding: 5rem 0;
	display: block;
	max-width: 640px;
	text-align: center;
	font-style: 24px;
	color: #000000;
}
.inner {
	flex-wrap: wrap;
	display: block;
}
.box img {


}
nav button span {
	transition: 1s;
}
nav a {
	margin-right: 0px;
}










}

@media (max-width:600px){
body {
    background-color: #D4FDEB;
}
header h1 {
	line-height: 1;
	color: #000000;
	font-size: 1.6rem;
}
header h1 img {
	height: 25px;
	width: auto;
}

section h2 {
	margin-bottom: 20px;
}
.box {
	width: 100%;
	margin-bottom: 20px;
}
.box-area:last-child {
	margin-bottom: -20px;
}
.eating td {
	border-top-style: none;
}
.contact td {
	border-top-style: none;
}

footer .menu {
	display: block;
	margin-bottom: 50px;
}
footer .menu li {
	border-bottom: 1px solid rgba(255,255,255,0.70);
}
footer .menu a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mv-image img {
	height: 75vh;
	object-fit: cover;
}
.mv .mv-image .mv-image {
}
.sp {
	display: inline;
}
.pc {
	display: none;
}
header {
	width: 100%;
	max-width: 640px;
	position: fixed;
	top: 0px;
	padding: 0 2rem;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 5px solid #aaa;
	display: flex;
	background-color: #FFFFFF;
	align-items: center;
	z-index: 1;
}
.contact th, .contact td {
	display: block;
	font-style: normal;
}
.nav-button {
	right: -20px;
}
.logo {
	font-size: 25px;
}
.logo img {
	min-width: 25px;
	
}



}
