@charset "utf-8";

/* common */
html {
  overflow-x: hidden;
  font-family: "M PLUS Rounded 1c","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body {
	color: #333;
	font-size: 22px;
	line-height: 1.6;
	background: #f5d11f;
	padding-top: 80px;
  overflow-x: hidden;
  font-family: "M PLUS Rounded 1c","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media(max-width: 768px) {
  .pc_ele {
    display: none;
  }
}
@media(min-width: 769px) {
  .sp_ele {
    display: none;
  }
}
@media(max-width: 768px){
  body {
    font-size: 18px;
  }
}
* {
	box-sizing: border-box;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	text-decoration: underline;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.flex_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container_inner {
	width: 95%;
	max-width: 1230px;
	margin: auto;
}
@media(max-width: 990px){
	.section_title {
		font-size: 70px;
	}
}
@media(max-width: 480px){
	.section_title {
		font-size: 18vw;
	}
}
img {
	max-width: 100%;
}


.header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #f5d11f;
}
.header_inner {
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo{
  padding: 5px 15px;
  width: 30%;
  max-width: 300px;
}
.title{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.0;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .header_inner {
    padding: 5px 15px;
  }
  .logo{
    padding: 0;
    width: 45%;
  }
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    border: solid 10px #f5d11f;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 12px;
  }
  .hamburger_border_center {
    top: 18px;
  }
  .hamburger_border_bottom {
    top: 24px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}/* sp */

@media only screen and (min-width: 769px) {
  .header_inner{
    max-width: 1280px;
    width: 100%;
    padding: 5px 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo{
    padding: 0px 30px
  }
  .nav_list{
    text-align: right;
  }
  .nav_list li{
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }
  .nav_list li a{
    color: #fff;
    font-weight: 600;
  }
}/* pc */
.section_title {
	font-size: 36px;
	text-align: center;
	margin-top: -80px;
}
.section_title > span {
	display: inline-block;
	position: relative;
}


.position-relative {
    position: relative!important;
    padding-top: 3rem!important;
    padding-bottom: 200px;
}

.half {
    width: 120%;
    height: 150px;
    border-top-left-radius: 50% 120px;
    border-top-right-radius: 50% 120px;
    position: absolute;
    top: -100px;
    left: -10%;
    z-index: 1;
}
.main_visual {
  position: relative;
}
.flag_l {
  position: absolute;
  left: -14px;
  top: -14px;
  width: 20%;
  max-width: 472px;
  transform: scale(-1, 1);
}
.flag_r {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 20%;
  max-width: 472px;
}

.header_sp_area,
.nav > a {
  padding: 20px 20px;
}
.main_area {
	position: relative;
    z-index: 12;
}
.main_image_area {
  text-align: center;
  padding: 50px 20px 180px;
  position: relative;
  margin-bottom: -120px;
}
.main_image_area img {
  position: relative;
  z-index: 99;
}
.main_image_area .kids_l_t {
  position: absolute;
  left: 6vw;
  top: 3vw;
  z-index: 90;
}
.main_image_area .kids_l_b {
  position: absolute;
  left: 1vw;
  bottom: 3vw;
  z-index: 90;
}
.main_image_area .kids_r_t {
  position: absolute;
  right: 6vw;
  top: 3vw;
  z-index: 90;
}
.main_image_area .kids_r_b {
  position: absolute;
  right: 1vw;
  bottom: 3vw;
  z-index: 90;
}
@media(max-width: 990px){
  .main_image_area .kids_l_t {
    width: 30%;
    max-width: 123px;
  }
  .main_image_area .kids_l_b {
    width: 30%;
    max-width: 166px;
  }
  .main_image_area .kids_r_t {
    width: 30%;
    max-width: 164px;
  }
  .main_image_area .kids_r_b {
    width: 30%;
    max-width: 155px;
  }
}
@media(max-width: 768px){
  .main_image_area {
    text-align: center;
    padding: 20px 20px 40px;
    position: relative;
    margin-bottom: -45px;
  }
  .main_image_area .kids_l_t {
    width: 20%;
    left: 0;
    top: -4vw;
  }
  .main_image_area .kids_l_b {
    width: 20%;
    left: -6vw;
    bottom: -1vw;
  }
  .main_image_area .kids_r_t {
    width: 20%;
    right: 0;
    top: -4vw;
  }
  .main_image_area .kids_r_b {
    width: 20%;
    right: -6vw;
    bottom: -1vw;
  }
}
.bottom_area {
  padding-top: 5px;
  padding-bottom: 40px;
}
#greeting {
	background: url(images/greeting_back.png) no-repeat center bottom;
}
#greeting > .half,
#greeting {
	background-color: #f5d11f;
}
#about > div {
	background-color: #fff;
}


.frame1 {
  padding: 40px;
  background-color:#ffffe0;/*背景色*/
  border: dotted 6px #ffa500;/*線*/
  color:#333;/*文字色*/
  border-radius: 15px;
  position: relative;
  margin: 30px auto;
}
.frame_price {
  font-weight: bold;
  color: #e71f19;
}
.frame1 .frame_title {
  border-radius: 10px;
  padding: 10px 10px 8px;
  background-color: #f5d11f;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
}
.frame1 p {
    margin: 0; 
    padding: 0;
  text-align: center;
  font-size: 22px;
}
.fukidasi {
  position: absolute;
  left: -20px;
  top: -58px;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background: #a58eff;
  border-radius: 50%;
  box-sizing: border-box;
}

.fukidasi:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #a58eff;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list_style1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list_style1 li {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
  padding: 10px 20px;
}
.list_style1 li .list_mark {
  width: 30px;
  margin-right: 10px;
}
.table_style1 {
  padding: 20px;
  width: 100%;
}
.table_style1 th {
  padding: 20px;
  width: 30%;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.table_style1 th::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.table_style1 td {
  padding: 20px;
  width: 70%;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.table_style1 tr:last-child th ,
.table_style1 tr:last-child td {
  border-bottom: 0;
}

@media(max-width: 768px){
  .frame1 {
    padding: 40px 15px;
  }
  .frame1 .frame_title {
    font-size: 16px;
  }
  .list_style1 {
    margin-bottom: 15px;
  }
  .list_style1 li {
    font-size: 30px;
    line-height: 1.0;
    padding: 10px 10px;
  }
  .list_style1 li .list_mark {
    width: 20px;
  }
  .frame1 p {
    font-size: 14px;
  }
}
.riyou_container {
  padding-top: 160px;
}
h3 {
  text-align: center;
  margin: 20px auto 10px;
  padding: 20px 0 10px;
  font-weight: bold;
  font-size: 32px;
}
h3 span {
  display: inline-block;
  padding: 2px 25px;
  position: relative;
}
h3 span::before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #333;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
h3 span::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
dt {
  font-weight: bold;
  border-bottom: dotted 4px #ffa500;/*線*/
  font-size: 24px;
  padding: 10px 20px;
}
dd {
  font-size: 22px;
  padding: 20px 20px;
}
.about_btn {
  width: 300px;
  background-color: #fff;
  text-align: center;
  margin: 20px auto;
  padding: 15px;
  line-height: 1.2;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.about_btn_text {
  display: none;
}

@media(max-width: 768px){
  dt {
    font-size: 20px;
  }
  dd {
    font-size: 18px;
  }
}




footer {
  border: solid 20px #f5d11f;
  background-color: #fff;
  padding: 40px 10px;
  margin-top: -100px;
}
.footer_left {
  width: 100%;
  text-align: center;
}
.footer_right {
  width: 100%;
  text-align: center;
}
.footer_left svg {
  width: 100%;
  max-width: 380px;
}
.footer_right svg {
  width: 100%;
  max-width: 100px;
}
.footer_logo img {
  width: 200px;
}
.copyright {
  text-align: center;
}
@media(max-width: 768px){
  .footer_left {
    width: 100%;
  }
  .footer_right {
    width: 100%;
  }
}
.footer_floting_pc {
  background-color: #fff;
  padding: 10px 10px 5px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 199;
  width: 100%;
}
.footer_floting_pc > div{
  width: 100%;
  max-width: 250px;
  margin: auto;
}
.footer_floting {
  background-color: #fff;
  padding: 10px 10px 5px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 199;
  width: 100%;
  display: none;
}
.footer_floting .flex > div {
  width: 49%;
}
@media(max-width: 768px){
  .footer_floting {
    display: block;
  }
  .footer_floting_pc {
    display: none;
  }
}





.anim-box {
  opacity: 0;
}
.anim-box.animation01.is-animated {
  animation: zoomIn 0.6s ease-in 1 forwards,
             fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
}
.anim-box.animation01_2.is-animated {
  animation: zoomIn 0.6s ease-in 1 forwards,
             fuwafuwa 3s infinite ease-in-out .8s alternate;
             animation-delay: 0.5s;
  transition: 1.5s ease-in-out;
}
.anim-box.animation02.is-animated {
  animation: zoomIn 0.6s ease-in 1 forwards;
}
 
.anim-box.animation03.is-animated {
  animation: slide-skew 0.6s ease-in 1 forwards;
}
 
.anim-box.animation04.is-animated {
  animation: kurukuru 1s ease-in 1 forwards;
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  95% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
 
@keyframes slide-skew {
  0% {
    opacity: 0;
    transform: translate(0,40px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(0deg);
  }
  20% {
    transform:translate(0, 0) rotate(-2deg);
  }
  50% {
    transform:translate(0, -2px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(4deg);
  }
}

@keyframes kurukuru {
  0% {
    opacity: 1;
    transform:translate(0, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform:translate(0, 0) rotate(360deg);
  }
}


.map_box {
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
}
.map_box p {
  text-align: left;
  font-size: 14px;
}
@media(max-width:990px){
  .map_box {
    width: calc((100% - 15px) / 2);
  }
}
@media(max-width:768px){
  .map_box {
    width: 100%;
  }
}


