@charset "UTF-8";
/* CSS Document */
body{
	color: #333333;
	margin: 0 auto;
	padding: 0px;
	line-height: 1;
	font-family: dnp-shuei-mgothic-std, sans-serif !important;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	height: auto;
}

html{
	font-size: 62.5%;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,th{
	font-weight: 400;
}

p{
	line-height: 1.8em;
}

th{
	text-align: left;
}

address{
	font-style: inherit;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.min{
	font-family: 'Noto Serif JP', serif;
}

img{
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a,
a img{
	font-weight: normal;
	transition: 0.3s;
}

a[href^="tel:"] {
	pointer-events: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.sp{
	display: none;
}

.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor :pointer;
}
.menu-trigger{
	position: fixed;
	width: 50px;
	height: 50px;
	background: #000;
	z-index: 999;
	right: 3%;
	top: 18px;
}
.menu-trigger span{
	position: absolute;
	background: #fff;
	width: 30px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-trigger span:nth-of-type(1){
	top: 15px;
}
.menu-trigger span:nth-of-type(2){
	top: 0;
	bottom: 0;
}
.menu-trigger span:nth-of-type(3){
	bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
	display: none;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.93);
	width: 100%;
	height: 100%;
	z-index: 5;
}
.g-nav .list{
	padding: 80px 0px 0px;
}
.g-nav .list li{
	display: block;
	width: 90%;
	margin: 0px auto 10px;
}
.g-nav .list li a{
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	padding: 15px 0;
	font-weight: bold;
	background-color: #91a2c9;
}
.g-nav .list li a i{
	margin-right: 7px;
}

.g-nav .list li:nth-child(5) a,
.g-nav .list li:last-child a{
	background-color: #08287e;
	color: #fff;
}

.menu-trigger{
	display: none;
}

.di-fi {
	display: flex;
	flex-wrap: wrap;
}

.ju-sb {justify-content: space-between;}
.ju-sa {justify-content: space-around;}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.inner {
	width: 850px;
	margin: 0 auto;
}

.t-center {text-align: center;}
.br-none {border: none !important;}

.panels main.panel{
	display: none;
}

.panels main.panel.show{
	display: block;
}
@media only screen and (max-width: 767px){
	#tab5{
		display: block;
	}
}

/*----------------------------header----------------------------*/

header {
	padding: 2em 4em;
	box-sizing: border-box;
}

header h1 {
	width: 340px;
}

header nav {
	padding-top: 1.5em;
}

header nav ul {display: flex;}

header nav ul li {
	font-size: 1.6rem;
	position: relative;
}

header nav ul li a {
	display: block;
	padding: 0 1em;
	text-decoration: none;
	/*border-right: dashed 1px #AABF64;*/
	background: url("../image/common/line.jpg") no-repeat center right;
	position: relative;
	transition: .3s;
	font: normal normal normal 16px/33px DNP ShueiMGoStd;
	letter-spacing: 0px;
	color: #5B4023;
	opacity: 1;
}

header nav ul li a:before {
    content: "";
    display: block;
    width: 30px;
    height: 18px;
    background: url("../image/common/hd-icon.jpg");
	background-size: 30px 18px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.18, 0.65, 0.08, 1.01);
    transition: all 0.8s cubic-bezier(0.18, 0.65, 0.08, 1.01);
}

header nav ul li a:hover:before{
    opacity: 1;
    transform: translateY(-20px);
}

nav .sub-menu {
	width: 160px;
	display: block;
	position: absolute;
	background-color: #FDFBF2;
	top: 3.4em;
	left: -1em;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgba(0 0 0 / 20%);
	text-align: center;
	padding: 0 1em;
}
nav .sub-menu li {
}

nav .sub-menu a {
	color: #5B4023;
	padding: 1em 0em 1em;
	display: block;
	font-size: 1.3rem;
	border-bottom: dashed 1px #AABF64;
}

nav .menu-item-has-children:hover ul,
nav .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
}

nav li.menu-item-has-children li a:hover,
nav li.menu-item-has-children li a:focus {
	opacity: .8;
	color: #5B4023;
}

nav li.menu-item-has-children li a {
	border-right: none;
}

.nav01 {
	width: 120px !important;
	left: 1em !important;
}
.nav03 {
	width: 220px !important;
	left: -5em !important;
}

header nav ul li:last-child a {background:none;}
li.last a {border-bottom: none;}

nav li.menu-item-has-children li a:before {display: none;}

/*----------------------------main-ttl ----------------------------*/

#main-ttl {
	text-align: center;
	color: #fff;
	padding: 9em 0;
}

#guide-ttl {
	text-align: center;
	color: #fff;
	padding: 6em 0;
}

#main-ttl h1,
#guide-ttl h1{
	font-size: 2.9rem;
	text-align: center;
	font: bold normal normal 29px/58px DNP ShueiMGoStd;
	letter-spacing: 2.9px;
	color: #7A6856;
	opacity: 1;
}

#guide-ttl h1 span {
	display: block;
	font-size: 1.8rem;
	font: normal normal normal 18px/36px DNP ShueiMGoStd;
	letter-spacing: 0.9px;
	color: #7A6856;
}

.recruit-bg {
	background: url("../image/recruit/bg-main.jpg") no-repeat;
	background-size: cover;
}

.privacy-policy-bg {
	background: url("../image/privacy-policy/bg-main.jpg") no-repeat;
	background-size: cover;
}

.guide-bg {
	background: url("../image/guide/bg-main.jpg") no-repeat;
	background-size: cover;
}

.contact-bg {
	background: url("../image/contact/bg-main.jpg") no-repeat;
	background-size: cover;
}

.about-bg {
	background: url("../image/about/bg-main.jpg") no-repeat;
	background-size: cover;
}

.information-bg {
	background: url("../image/information/bg-main.jpg") no-repeat;
	background-size: cover;
}

/*----------------------------top----------------------------*/

#mv-area {
	background: linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.28)), url("../image/top/main-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 20em 0;
	color: #FFFFFF;
}

#mv-area h2 {
	font: normal normal bold 45px/70px Kaisei Decol;
	font-family: 'Kaisei Decol', serif !important;
	letter-spacing: 4.5px;
	text-shadow: 3px 3px 10px #00000029;
	opacity: 1;
	margin-bottom: .5em;
}

#mv-area p {
	font: normal normal normal 16px/28px DNP ShueiMGoStd;
	letter-spacing: 1.28px;
	text-shadow: 3px 3px 10px #00000029;
	opacity: 1;
}

/*
.scroll {
	background: url("../image/top/circle.png") no-repeat;
	background-position: top;
	padding: 10em 0;
	text-align: center;
	margin-top: -5%;
}
*/
.scroll {
	max-width: 480px;
    width: 100%;
    height: 220px;
    border-radius: 50%;
    background-color: #fff;
	margin: 0 auto;
	position: relative;
	bottom: 60px;
	text-align: center;
}

.mouse-icon {padding-top: 2em;}
.scroll span {
	display: block;
    width: 1px;
    height: 27px;
    background-color: #000;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    margin: 70px auto 0;
    -webkit-animation: mouse 1.7s infinite ease-in-out;
    animation: mouse 1.7s infinite ease-in-out;
}

@keyframes mouse{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

.top-area {
	margin-top: -150px;
	background-color: #fff;
	padding: 0 0 8em;
	text-align: center;
	position: relative;
	z-index: 10;
}

.top-bg {
	background: url("../image/top/left-icon.png"),
		url("../image/top/right-icon.png");
	background-repeat: no-repeat;
	background-size: 7% , 10%;
	background-position: left top 20% , right bottom 14%;
}

.top-area h3 {
	font: normal normal normal 15px/45px DNP ShueiMGoStd;
	margin-bottom: 0em;
}

.top-area h3 span {
	border-bottom: dashed 1px #333333;
}

.top-area p {
	font: normal normal normal 16px/35px DNP ShueiMGoStd;
	letter-spacing: 0.48px;
	margin-bottom: 3em;
}

.more-btn {
	margin: 0 auto !important;
	width: 300px !important;
}

.kodomoen-area {
	background-color: #FAF3E6;
	padding: 8em 0;
	text-align: center;
}

h2.ttl {
	font: bold normal normal 27px/54px DNP ShueiMGoStd;
	letter-spacing: 2.7px;
	color: #7B6855;
	margin-bottom: 1em;
}

ul.kodomoen-list {}

ul.kodomoen-list li {
	display: inline-block;
	margin: 0 1%;
}

ul.kodomoen-list li a:hover {opacity: .8;}

.contact-area {
	background-color: #FAF3E6;
	padding: 8em 0 20em;
	text-align: center;
}

.contact-btn {
	width: 240px !important;
}

/*----------------------------about----------------------------*/
.about-area01 {
	background-color: #FDFBF2;
	padding: 5em 0;
	margin-top: -8.2em;
	text-align: center;
}

.about-inner {
	width: 1080px;
	margin: 0 auto;
	padding: 8em 0;
}

.about-info {
	width: 530px;
	padding: 4em;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #DFE8C2;
	background: #fff;
	text-align: center;
}

table.about-table {
	width: 100%;
	border-collapse: collapse;
}

table.about-table {
	width: 100%;
	border-collapse: collapse;
}

table.about-table th {
	width: 145px;
	color: #83C46D !important;
	font: bold normal normal 15px/30px DNP ShueiM;
}
table.about-table td {
	text-align: left;
	font: normal normal normal 15px/24px DNP ShueiMGoStd;
}

table.about-table th,
table.about-table td {
	padding: 1em;
	box-sizing: border-box;
	border-bottom: dashed 1px #DDDDDD;
}

table.about-table td a {
	color: #333;
	text-decoration: underline;
}
.kodomoen-btn,
.kodomoen-btn01{
	margin-top: 1rem;
	position: relative;
}
.kodomoen-btn a,
.kodomoen-btn01 a{
	display: block;
    font: normal normal normal 16px/33px DNP ShueiMGoStd;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    font-size: 1.6rem;
    text-decoration: none !important;
    border-radius: 50px;
    padding: .5em 0;
	text-align: center;
	background-image: url(../image/common/arr2.png);
	background-size: 6px 7px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}
.kodomoen-btn a {background-color: #F27D60;}
.kodomoen-btn01 a {background-color: #3C8CB8;}

/*.bg-blue a {background-color: #3C8CB8;}*/
.kodomoen-btn a:hover {opacity: .8;}

/*.kodomoen-btn:after,
.kodomoen-btn01:after{
	position:absolute;
	top: .9em;
	right: 1.5em;
	display:inline-block;
	font-size: 1.4rem;
	content:"\03e";
	color: #fff;
}*/

.about-img {padding-top: 4em;}

.about-area02 {
	background-color: #FAF3E6;
	padding: 8em 0;
	text-align: center;
}
.google-map {
	position: relative;
	height: 540px;
	overflow: hidden;
}
.google-map iframe {
	width: 100%;
	height: 830px;
	position: absolute;
	top: -150px;
	left: 0;
}

.map-access {
	width: 400px;
	position: absolute;
	top: 8%;
	left: 4%;
	z-index: 10;
	background-color: #FFFFFF;
	border: 1px solid #DFE8C2;
	border-radius: 10px;
	padding: 3em;
	box-sizing: border-box;
}

.map-access ul li {
	border-bottom: dashed 1px #DDDDDD;
	padding-bottom: 2em;
}

.map-access ul li + li {
	margin-top: 2em; 
}

.map-access ul li:last-child {
	border-bottom: none;
}

.map-access ul li h3 {
	font: bold normal normal 19px/38px DNP ShueiMGoStd;
	color: #7A6856;
	margin-bottom: 0em;
}

.map-access ul li p {
	font: normal normal normal 15px/23px DNP ShueiMGoStd;
}

.map-access ul li p span {
	display: block;
	font: normal normal normal 14px/23px DNP ShueiMGoStd;
	color: #83C46D;
}

#pagenavi{
	text-align: center;
}

#tab1 #pagenavi a,
#tab1 #pagenavi span{
	border: 1px solid #83C46D;
	color:#83C46D;
	font-size: 14px;
}

#tab1 #pagenavi span.current{
	background-color: #83C46D;
	color:#fff;
}

#tab2 #pagenavi a,
#tab2 #pagenavi span{
	border: 1px solid #F27D60;
	color:#F27D60;
	font-size: 14px;
}

#tab2 #pagenavi span.current{
	background-color: #F27D60;
	color:#fff;
}

#tab3 #pagenavi a,
#tab3 #pagenavi span{
	border: 1px solid #3C8CB8;
	color:#3C8CB8;
	font-size: 14px;
}

#tab3 #pagenavi span.current{
	background-color: #3C8CB8;
	color:#fff;
}

#pagenavi a,
#pagenavi span{
	display: inline-block;
	width: 36px;
	line-height: 36px;
	border-radius: 50%;
	font-size: 18px;
	padding: 0px;
}

#pagenavi .pages{
	display: none;
}

/*----------------------------pan----------------------------*/
#pan {
	font-size: 1.4rem;
	padding: 1em 3em;
	margin-bottom: 40px;
	position: relative;
	z-index: 100;
}

#pan img{
	vertical-align: top;
	padding-top: 4px;
}

#pan a {
	color: #333;
	text-decoration: none;
}

/*----------------------------contents----------------------------*/
#contents {
	border-bottom: solid 1px #DFE8C2;
	margin-bottom: 80px;
}

/*----------------------------recruit----------------------------*/
.out-link{
	text-align: center;
	margin-bottom:80px;
	display: flex;
	justify-content: center;
}
.out-link__item{
	margin-right:64px;
}
.out-link__item:last-of-type{
	margin-right:0;
}
.out-link p{
	font-size: 16px;
    font-weight: 500;
	margin-bottom:8px;
}
.out-link img{
	width:200px;
}

/*----------------------------privacy-policy----------------------------*/

.privacy-area {margin-bottom: 80px;}
p.p-txt {
	font-size: 1.5rem;
	font: normal normal normal 15px/27px DNP ShueiMGoStd;
	margin-bottom: 50px;
}

h2.privacy-ttl {
	font-size: 1.9rem;
	font: normal normal normal 19px/38px DNP ShueiMGoStd;
	font-weight: bold;
	letter-spacing: 0px;
	color: #7A6856;
}

/*----------------------------guide----------------------------*/

h2.ttl-guide {
	font-size: 2.4rem;
	font: normal normal normal 24px/48px DNP ShueiMGoStd;
	font-weight: bold;
	border-bottom: dotted 2px #CCCCCC;
	padding: 0 0 .3em 1.3em;
	margin: 0 0 1em;
	position: relative;
}

h2.ttl-guide span {
	font-size: 1.4rem;
	font: normal normal normal 14px/28px DNP ShueiMGoStd;
	margin-left: 1em;
}

h2.guide-01:after {
    position: absolute;
    top: 0em;
    left: 0em;
    display: inline-block;
    font-size: 2.4rem;
    content: "●";
    color: #F27D60;
}

h2.guide-02:after {
    position: absolute;
    top: 0em;
    left: 0em;
    display: inline-block;
    font-size: 2.4rem;
    content: "●";
    color: #3C8CB8;
}

.c-red {color: #F27D60 !important;}
.c-blue {color: #3C8CB8 !important;}

.bg-red {background-color: #F8F1F0 !important;}
.bg-red02 {background-color: #F27D60;}
.bg-blue {background-color: #F0F4F8;}
.bg-blue02 {background-color: #3C8CB8;}
.bg-yellow {background-color: #FDFBF2;}
.bg-green {background-color: #83C46D;}
.bg-orange {background-color: #F5EFE0;}

table.guide-table {
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
}

table.guide-table , table.guide-table td, table.guide-table th {
}

table.guide-table td, table.guide-table th {
	padding: .5em 1em;
	box-sizing: border-box;
}

table.guide-table th {
	width: 160px;
	background-color: #F27D60;
	font-size: 2rem;
	font-weight: bold;
	font: normal normal normal 20px/40px DNP ShueiMGoStd;
	color: #FFFFFF;
	text-align: center;
	border-radius: 10px 0 0 10px; /* 左上、右上、右下、左下 */
}

table.guide-t02 th {background-color: #3C8CB8;}

table.guide-table td {
	font: normal normal normal 16px/33px DNP ShueiMGoStd;
	border-top: solid 2px #DDDDDD;
	border-right: solid 2px #DDDDDD;
	border-bottom: solid 2px #DDDDDD;
	border-radius: 0 10px 10px 0; /* 左上、右上、右下、左下 */
}

.guide-arrow {
	width: 3%;
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
}

.guide-txt {
	font: normal normal normal 14px/28px DNP ShueiMGoStd;
	padding-left: 11em;
}

.last-table {margin-bottom: 10em}

.recruit-info {padding: 8em 0;}
h3.recruit-info-ttl {
	text-align: center;
	font: bold normal normal 27px/54px DNP ShueiMGoStd;
	letter-spacing: 2.7px;
	margin: 0 0 .4em;
}

.recruit-info-inner {
	width: 1080px;
	margin: 0 auto;
	padding: 6em 0;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 10px;
}

table.recruit-info-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5em;
}

table.recruit-info-table {
	width: 100%;
	border-collapse: collapse;
}

table.recruit-info-table th {
	width: 145px;
	font-size: 1.5rem;
	font: bold normal normal 15px/30px DNP ShueiM;
}
table.recruit-info-table td {
	font-size: 1.5rem;
	font: normal normal normal 15px/24px DNP ShueiMGoStd;
}

table.recruit-info-table th,
table.recruit-info-table td {
	padding: 1em;
	box-sizing: border-box;
	border-bottom: dashed 1px #f1f1f1;
}

.mb0 {margin-bottom: 0 !important;}

.news-btn {
	width: 195px;
	margin: 0 auto;
	position: relative;
}

.news-btn a {
	text-align: center;
	display: block;
	font: normal normal normal 16px/33px DNP ShueiMGoStd;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-size: 1.6rem;
	background-color: #83C46D;
	text-decoration: none;
	border-radius: 50px;
	padding: .3em 0;
	background-image: url(../image/common/arr2.png);
	background-size: 6px 7px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}

.news-btn a:hover {opacity: .8;}

/*----------------------------footer----------------------------*/

.footer-info {
	text-align: center;
	margin-bottom: 80px;
}
.footer-logo {margin-bottom: 35px;}
.footer-logo img{
	width: 340px;
}
ul.footer-tel {}

ul.footer-tel li {
	width: 410px;
	padding: 3em 6.5em;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 1%;
	background-color: #F8F1F0;
	border: solid 1px #F26745;
	border-radius: 10px;
	color: #F27D60;
}

ul.footer-tel li p.co-txt {
	font-size: 1.8rem;
	border-bottom: dashed 1px #F27D60;
	font: normal normal normal 18px/24px DNP ShueiMGoStd;
	padding-bottom: .5em;
	margin-bottom: 1em;
	font-weight: bold;
}
ul.footer-tel li p.co-txt span{font-size: 1.4rem;}

ul.footer-tel li:nth-of-type(2){
	background-color: #F0F4F8;
	border: solid 1px #3C8CB8;
	color: #3C8CB8;
}

ul.footer-tel li:nth-of-type(2) p.co-txt {
	border-bottom: dashed 1px #3C8CB8;
}

ul.footer-tel .footer-tel-img {
	font: normal normal normal 24px/29px Fredoka One;
	letter-spacing: 1.92px;
	opacity: 1;
}

ul.footer-tel li:first-child .footer-tel-img a{
	color:#F27D60;
	text-decoration: none;
}

ul.footer-tel li:last-child .footer-tel-img a{
	color:#3C8CB8;
	text-decoration: none;
}

ul.footer-tel .footer-tel-img span {margin-right: .5em;}

ul.footer-tel p.co-address {
	font-size: 2.4rem;
	color: #333;
	font: normal normal normal 14px/24px DNP ShueiMGoStd;
	margin: 1em 0 2em;
}
.google-btn {position: relative;}
.google-btn a {
	display: block;
	font: normal normal normal 16px/33px DNP ShueiMGoStd;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-size: 1.6rem;
	background-color: #F27D60;
	text-decoration: none;
	border-radius: 50px;
	padding: .5em 0;
	background-image: url(../image/common/arr2.png);
	background-size: 6px 7px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}
#bluebtn a{
	background-color: #3C8CB8;
}

.google-btn a:hover {opacity: .8;}
/*ul.footer-tel li:nth-of-type(2) a {background-color: #3C8CB8;} */

/*.google-btn:after {
	position:absolute;
	top: 1.2em;
	right: 1.5em;
	display:inline-block;
	font-size: 1.4rem;
	content:"\03e";
	color: #fff;
}*/

footer{
	padding: 2em;
	text-align: center;
	color: #fff;
	background-color: #83C46D;
	opacity: 1;
}

footer ul{
	margin-bottom: 16px;
}

footer ul li {
	font-size: 1.4rem;
	display: inline-block;
	margin: 0 1%;
	font: normal normal normal 14px/28px DNP ShueiMGoStd;
}

footer ul li a {
	color: #fff;
}

.copyright {
	font-size: 12px;
	font: normal normal normal 12px/27px DNP ShueiMGoStd;
}

.side-bar {
	width: 74px;
	position: fixed;
	top: 20%;
	right: -7px;
	z-index: 100;
}

.side-bar li a {
	transition: all .2s;
}
.side-bar li a:hover {
	margin-left: -3px;
  	transition: all .2s;
	transition-timing-function: ease;
}
footer .recapture{
	font-size:12px;
}
footer .recapture a{
	color:#fff;
}

ul.side-bar01 {
	position: absolute;
	bottom: 4%;
	left: 4%;
}

ul.side-bar01 li a:hover {opacity: .8;}
ul.side-bar01 li + li {margin-top: 1em;}

.tab,
.tab01,
.tabs{
	width: 1080px;
	padding: 0;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.tabs a{
	width: 24%;
	color: #333;
	padding: .5em 0;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #fb4343;
	cursor: pointer;
	list-style: none;
	transition: .3s;
	font: normal normal normal 20px/40px DNP ShueiMGoStd;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	display: inline-block;
}
.tab li,
.tab01 li,
.tabs a{
	width: 24%;
	color: #333;
	padding: .5em 0;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #fb4343;
	cursor: pointer;
	list-style: none;
	transition: .3s;
	font: normal normal normal 20px/40px DNP ShueiMGoStd;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
}
.tabs{
	text-align: center;
}

.tabs a.active,
.tab li.active,
.tab01 li.active{
	color: #333 !important;
	background: #F8F1F0 !important;
	cursor: auto;
	margin-top: -.3em;
	border-bottom: none;
	display: block;
}

input[type="text"],
input[type="password"],
textarea,
select {
	outline: none;
}

*:focus {
	outline: none;
}*/

article.select{
	position: relative;
}

article.select select{
	border-radius: 10px;
	width: 96%;
	display: block;
	padding: 15px;
	box-sizing: border-box;
	margin: 0 auto 15px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1697571/chevron-down.svg) no-repeat center right 15px;
}

article.select select::after{
	content: "";
  
  display: block;
  height: 1rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translatey(-50%);
  width: 1rem;
}

article.select1 select{
	border: 2px solid #F27D60;
}

article.select2 select{
	border: 2px solid #3C8CB8;
}

.area .show,
.area01 .show{
	display: block;
}

ul.p-list li {
	width: 48%;
	margin: 0 0 5em;
}
ul.p-list li img {width: 100%;}
h3.p-list-img {margin-bottom: 1em;}

ul.p-list li h4 {
	font: normal normal normal 20px/40px DNP ShueiMGoStd;
	letter-spacing: 1.2px;
	font-weight: bold;
}

ul.p-list li p {
	font: normal normal normal 14px/23px DNP ShueiMGoStd;
	line-height: 2;
	margin-bottom: 1em;
}

ul.p-list li dl {}
ul.p-list li dl dt {
	font: normal normal normal 14px/23px DNP ShueiMGoStd;
}
ul.p-list li dl dd {font: normal normal normal 14px/23px DNP ShueiMGoStd;}
ul.p-list li dl dd a {
	font-weight: normal;
	color: #F27D60;
	text-decoration: underline;
}

.tab_box .tab_panel {
    display:none;
}

.tab_box .tab_panel.active {
    display:block;
}

ul.lunch-img {
	width: 100%;
	margin-top: .5em;
}

ul.safety-list {
	width: 100%;
}

ul.safety-list li {
	width: 32%;
	margin-bottom: 3em;
}

ul.safety-list li h4.safety-ttl {
	font: bold normal normal 20px/40px DNP ShueiMGoStd;
	letter-spacing: 1.2px;
	padding: .1em 0;
}

ul.safety-list li p.safety-txt {
	font: normal normal normal 14px/23px DNP ShueiMGoStd;
}

table.price-table {
  width: 50%;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #E9E9E9;
}
table.price-table , 
table.price-table td, 
table.price-table th {
}
table.price-table th, 
table.price-table td {
	text-align: center;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding: .5em;
	font: normal normal normal 14px/24px DNP ShueiMGoStd;
}

table.price-table th {
	font-weight: normal;
	background-color: #F8F1F0;
}

table.price-table th:last-child, 
table.price-tabl td:last-child {
  border-right: none;
}
table.price-tabl tr:last-child th, 
table.price-tabl tr:last-child td {
  border-bottom: none;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    color: #000;
    max-width: 1000px;
    background: #fff;
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    cursor: auto;
	padding: 5em;
	box-sizing: border-box;
	border: 1px solid #F27D60;
	border-radius: 10px !important;
	text-align: center !important;
}

.modaal-close {
    position: absolute !important;
	right: -50px !important;
    top: -20px !important;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 95px !important;
    height: 95px !important;
    background:url("../image/fujio/close.png") !important;
	background-repeat: no-repeat !important;
	background-size: 95px !important;
	background-color: none !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.modaal-close:after, .modaal-close:before {content: inherit !important;}

.modaal-content-container {padding: 0 !important;}

ul.tab01 li span {
	font: normal normal normal 14px/28px DNP ShueiMGoStd;
}

table.event-table {
	width: 100%;
}
table.event-table,
table.event-table td, 
table.event-table th{
	border-collapse: collapse;
}

table.event-table td, 
table.event-table th{
	padding: .5em 0;
	box-sizing: border-box;
	text-align: left;
}

table.event-table th {
	width: 30%;
	font: normal normal normal 50px/61px Fredoka One;
}
table.event-table td {
	font: normal normal normal 16px/24px DNP ShueiMGoStd;
	line-height: 2;
}

table.event-table tr:last-child td, 
table.event-table tr:last-child th {border-bottom: none;}

table.event-01 th {color: #F89A92;}
table.event-01 td, 
table.event-01 th {border-bottom: dashed 1px #F89A92;}

table.event-02 th {color: #8BC53F;}
table.event-02 td, 
table.event-02 th {border-bottom: dashed 1px #8BC53F;}

table.event-03 th {color: #F8C579;}
table.event-03 td, 
table.event-03 th {border-bottom: dashed 1px #F8C579;}

table.event-04 th {color: #98D5E1;}
table.event-04 td, 
table.event-04 th {border-bottom: dashed 1px #98D5E1;}
ol.event-img {
	padding-top: 4em;
}
ol.event-img li {
	width: 24%;
	box-sizing: border-box;
}
.slick-img img {
	width: 100%;
	height: auto;
	max-width: 700px;
	opacity: .3;
	transform: scale(.9);
	padding: 3em 0;
	transition: opacity .5s, transform .5s;
}

.slider .slick-center img {
	opacity: 1;
	height: auto;
	transform: scale(1.1);
	padding-top: 3em;
	padding-bottom: 3em;
}

.slick-dots li {margin: 0 !important;}
.slick-list {padding: 0 !important;}

/*----------sp_navi------------*/

.sp_nav {
	z-index: 99999;
	width: 100%;
	top:0;
}

.menu1{
	 position: fixed;
	top: 0%;
	right: 0%;
	width: 150px;
	height: 150px;
	z-index: 999;
}

.close{
	position: fixed;
	top: 0%;
	right: 0%;
	width: 150px;
	height: 150px;
	z-index: 999;
}

.panel_sp{
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.l-nav{
	padding: 5em 0;
	bottom: 0;
	width: 100%;
	margin: auto;
}

.nav-item {
	text-align: center;
}

.nav-item + li {
	padding-top: 2em;
}

.nav-item a{
	display: block;
	color: #333 !important;
	font: normal normal normal 15px/30px DNP ShueiMGoStd;
	letter-spacing: 0.75px;
	text-decoration: none;
	transition: all 0.3s;
}

ul.nav-child {
	width: 100%;
    padding-top: .5em;
    padding-left: 43%;
    box-sizing: border-box;
}

ul.nav-child li {text-align: left;}

ul.nav-btn {
	width: 200px;
	margin: 1em auto 0;
	text-align: center;
}

ul.nav-btn li {position:relative;}
ul.nav-btn li + li {
	margin-top: 1em;
}
ul.nav-btn li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font: normal normal normal 16px/33px DNP ShueiMGoStd;
	padding: .3em 0;
}

/*----------------------------info----------------------------*/

.info-inner {
	width: 850px;
	padding: 5em 8em;
	box-sizing: border-box;
	margin: 0 auto 10em;
	background-color: #FDFBF2;
	border: solid 1px #DDDDDD;
	border-radius: 5px;
}

.info-lead {
	width: 850px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto 2.5em;
	text-align: center;
	font: normal normal normal 16px/32px DNP ShueiMGoStd;
	letter-spacing: 0px;
	color: #7A6856;
}

.info-inner .info-admin-note {
	text-align: center;
}
.info-inner .info-admin-note-title {
	margin-bottom: 8px;
	color: #7A6856 !important;
}
.info-inner .info-admin-note-title strong {
	color: #7A6856 !important;
}
.info-inner .info-admin-note-desc {
	font-size: 1.4rem;
	color: #999999 !important;
	margin-bottom: 0;
}

ul.info-list {}
ul.info-list li + li {margin-top: 1em;}
ul.info-list li {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1em;
	position: relative;
}
ul.info-list li:last-child {border-bottom: none;}
ul.info-list li a {
	display: block;
	font: normal normal normal 16px/32px DNP ShueiMGoStd;
	letter-spacing: 0px;
	color: #7A6856;
	text-decoration: none;
	padding-left: 2em;
	box-sizing: border-box;
	background-image: url(../image/common/arr.png);
	background-size: 6px 7px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}

/*ul.info-list li:after {
	position:absolute;
	top: .5em;
	right: 1em;
	display:inline-block;
	font-size: 1.4rem;
	content:">";
	transition: 0.3s;
}

ul.info-list li:hover::after{
    right: 10px;
	transition: 0.3s;
}*/

/*----------------------------add----------------------------*/

.form-area{
	padding-bottom: 80px;
}

.form-area th{
	padding: 35px 0px 30px 0px;
	border-bottom: 1px dashed #CCCCCC;
	width: 225px;
	font-size: 1.5rem;
	font: normal normal normal 15px/27px DNP ShueiMGoStd;
	vertical-align: top;
	position: relative;
}

.form-area th span{
	position: absolute;
	width: 50px;
	line-height: 30px;
	background-color: #83C46D;
	color:#fff;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 5px;
	right: 0px;
	display: block;
	top: 32px;
}

.form-area td{
	padding: 30px 0px 30px 35px;
	border-bottom: 1px dashed #CCCCCC;
	font: normal normal normal 15px/30px DNP ShueiMGoStd;
}

.form-area td p{
	padding: 0px 0px 3px;
	line-height: 1.2em;
}

.form-area td div{
	padding-bottom: 10px;
}

.form-area td select{
	background-color: #FDFBF2;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
	width: 300px;
}

.form-area td input{
	background-color: #FDFBF2;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
	width: 100%;
}

.form-area td textarea{
	background-color: #FDFBF2;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	height: 200px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}

.form-area td input.ltl{
	width: 300px;
}

.form-area td input.ltls{
	width: 150px;
}

p#pp_link{
	text-align: center;
	line-height: 1.4em;
	padding-top: 25px;
	padding-bottom: 35px;
	font-size: 1.5rem;
	font: normal normal normal 15px/27px DNP ShueiMGoStd;
}

p#pp_link a{
	color:#000;
}

p#pp_link a:hover{
	text-decoration: none;
}

#submit{
	text-align: center;
}

#submit input{
	display: inline-block;
	border-radius: 50px;
	background-color: #83C46D;
	color:#fff;
	font-size: 1.5rem;
	font: normal normal normal 15px/27px DNP ShueiMGoStd;
	text-decoration: none;
	border: none;
	width: 200px;
	line-height: 35px;
	margin: 0px 10px;
	border: 1px solid #83C46D;
	cursor: pointer;
	transition: 0.3s;
}

#submit input:hover{
	background-color: #fff;
	color:#83C46D;
}

.clr-corp{
	background-color: #83C46D;
}

body {
	display: none;
}

/*20220214追記　入園のご案内　富士見　背景画像変更*/
.fujimi-guide-bg{
	background: url(../image/guide/fujimi-guide-bg.jpg) no-repeat;
    background-size: cover;
}

/*----------------------------情報公開：書類アイコン----------------------------*/
ul.info-list li a,
ul.info-list li.info-list-nopdf {
	display: flex;
	align-items: center;
	padding-left: 0;
}
ul.info-list li.info-list-nopdf {
	font: normal normal normal 16px/32px DNP ShueiMGoStd;
	color: #7A6856;
}
ul.info-list li .info-icon {
	flex: none;
	font-size: 1.5em;
	line-height: 1;
	margin-right: 0.5em;
	color: #C9302C;
}
ul.info-list li.info-list-nopdf .info-icon {
	color: #B0A696;
}
.info-inner .info-note {
	color: #C9302C;
	font-size: 0.9em;
}