@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
/* ここまでcommon css*/

.header{
  height: 60px;
  background-color: #FFF;
  position:relative;
  }

.header-logo{
  position:absolute;
  left:20px;
  top:5px;
}
 
.header__navigation{
  display:none;
}
@media(max-width:480px){
  /*ハンバーガーアイコン*/
  #nav-drawer{
    padding:10px 24px 0 0;
    text-align: right;
    position:relative;
  }
  #nav-open{
    display:inline-block;
    vertical-align: middle;
    width:30px;
    height:10px;
  }
  #nav-open span,#nav-open span:before,#nav-open span:after{
    position:absolute;
    height:3px;
    width:30px;
    background-color:#333;
    display:block;
    content:"";
  }
  #nav-open span:before{
    bottom:-8px;
  }
  #nav-open span:after{
    bottom:-16px;
  }
  #nav-close{
    z-index:999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content{
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    width:70%;
    height:100%;
    background-color:#FFF;
    text-align: left;
    padding:15px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    
  }
  .nav-drawer__title{
    display: block;
    font-size:1.2rem;
    font-weight:600;
    color:#333333;
    margin-bottom:46px;
  }
  
  #nav-content ul li{
    margin-bottom:36px;
  }
  #nav-content ul li a{
    text-decoration: none;
    font-size:1.6rem;
    font-weight:600;
    color:#333;
  }
  #nav-input:checked ~ #nav-close{
    display:block;
  }
  #nav-input:checked ~ #nav-content{
    transform: translateX(0%)
  }
}

@media(min-width:480px){
  .header{
    max-width:1040px;
    margin:0 auto;
    min-height:50px;
    padding:15px;
    box-sizing:border-box;
  }
  .header__navigation{
    display:block;
    text-align:right;
  }
  .header__navigation ul li{
    display:inline-block;
    margin-left:20px;
  }
    .header__navigation ul li a{
    text-decoration:none;
    font-size:1.5rem;
    font-weight:600;
    color:#333;
  }
}

.section-top__lead h1{
  margin-top:30px;
  margin-bottom: 30px;
  font-size:2.5rem;
}

.section-top__lead h1{
    position: relative;
    padding: 0.5rem 0 2rem;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #353535;
}

.section-top__lead h1::before {
    position: absolute;
    border-bottom: 2px solid #353535;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}

.botton{
background-color: #333;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 auto;
}
.box_yellow{
     background-color: #ffffff;
    padding: 30px 20px 10px;
      margin-bottom: 30px;
}
  
@media(min-width:1040px){
  
  
}
.section-top{
 
}
.section-top__image img{
  width:100%;
  display:block;
}
.section-top__lead{
  margin:0 24px ;
}
.kokoro{
  font-size:3rem;
}

.karada{
  font-size:3rem;
}

/*.youtube {
  width: 450px;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}*/

iframe.youtube-16-9{
  max-width:95%;
  height:auto;
  aspect-ratio:16/9;
  margin-left: 10px;
}

@media(min-width:480px){
  .section-heading{
    max-width:840px;
    margin:0 auto;
    min-height:50px;
    padding:15px;
    box-sizing:border-box;
    display:flex;
  }
  .section-heading iframe{
    width:50%;
    margin-right:40px;
  }
  .section-heading__description{
    width:385px;
    margin-left: 70px;
  }
  .section-heading__description h3 {
    width:385px;
  }
}

.section-introduction h2{
  margin-bottom: 20px;
}
    
.section-heading iframe{
  display:block;
  width:100%;
}
  
.section-heading{
 margin-bottom:20px;  
}

.section-heading h2{
  margin-top:20px;
  margin-bottom:20px;
  font-family: "Acme", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
}

.section-heading h3{
  margin-bottom:20px;
  font-size: 2rem;
  line-height:1.6;
  padding: 10px;
}
.section-heading h4{
  margin-bottom:40px;
}

.section-introduction_subtitle h2{
   margin-bottom:20px;
   margin-top:20px;
   font-size:2rem;
}

.section-introduction__subtitle h3{
 margin-bottom: 20px; 
}
.section-introduction_subtitle ul{
  margin:0 24px;
  list-style:none;
  display: flex;
  flex-wrap: wrap;
}
.section-introduction_subtitle ul li{
  max-width:372px;
  margin:0 auto;
  background-color:#FFFFFF;
  margin-bottom:40px;
  text-align:left;
}

.section-introduction_subtitle{
  margin-bottom: 20px;
  line-height: 1.4;
}

.section-introduction__picture{
  width:100%;
  height:240px;
  object-position:0 0 ;
  object-fit:cover;
}

.section-introduction__title{
  padding:14px 20px;
}

.section-introduction__description{
  padding:0 20px 20px 20px;
}

/*.section-introduction_clown{
  background: url("../img/images/clown_img_right.png"),url("../img/images/clown_img_left.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:right,left; 
  padding: 15px 0;
  line-height: 1;
  margin: 20px auto;
  
}*/

@media(min-width:1040px){
  .section-menu{
    margin-bottom:20px;
  }
  .section-menu ul{
    max-width:1040px;
    padding:0;
    margin:0 auto;
  }
  .section-menu ul li{
    display:inline-block;
    width:320px;
    margin-right:40px;
  }
}

.section-note iframe{
  margin:0 auto;
}

.section-note h2{
  margin-bottom:40px;
}

.note-item{
  border: 0; 
  display: block; 
  max-width: 99%; 
  width: 494px; 
  padding: 0px;
  position: static; 
  visibility: visible;
}
.note-outer{
  margin: 0 auto 30px;
}

.section-sns{
  margin-top:40px;
  margin-bottom:40px;
}

.section-sns ul li{
    display: inline-block;
    width: 10%;
    padding: 10px;
}

.section-sns img{
  width:100%;
}

.section-access{
  background-color:#FFFFFF;
}

.section-access h3{
  margin-top:20px;
  margin-bottom:40px;
}

.section-access__map address{
  display:block;
  font-style:normal;
  margin-bottom:40px;
}
.section-access__map{
margin-bottom:40px;
}
 
.section-access__map iframe{
  width:100%;
  height:330px;
}

.address_discription{
  margin: 40px;
}

.section-footer_img img{
  width:100%;
  display:block;
}

.footer{
  min-height:220px;
  background-color:#333333;
  padding-top:46px;
  padding-bottom:20px;
  font-weight:600;
}

.footer__container{
  margin-bottom:30px;
}
.footer__container li{
  margin:0 10px;
  display:inline-block;
}
.footer__container li a{
  text-decoration:none;
  color:#FFFFFF;
}
.footer__containerj li a:visited{
  color:#FFFFFF;
}

.footer__sns_links li{
  display:inline-block;
  width:20px;
  margin:0 10px;
}
.footer__sns_links li img{
 width:100%;
}
.footer small{
  color:#FFFFFF;
}
/*@media(min-width:1040px){
  .footer{
    margin:0;
    padding:0;
  } */
  .footer__container{
    max-width:1040px;
    margin:0 auto;
    padding-top:40px;
    text-align:left;
  }
  .footer__sns_links{
    float:right;
    margin-right: 20px;
  }
.footer__sns_links ul li{
  padding: 5px;
}
  .footer__site-map ul{
    display:inline-block;
    margin-left:20px;
    font-size: 1rem;
  }
  .footer__site-map ul li{
    margin:0;
    display:block;
  }
  
  .footer__sns_links ul li{
    display: inline-block;
  }
  .footer small{
    clear:both;
    display:block;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 1rem;
  }

.section-introduction_subtitle h3{
  margin-bottom: 20px;
}
.section-introduction_clown{
  margin-top: 40px;
}
