@charset "UTF-8";
/*index CSS Document */

#container{
    width:100%;
    color:#fff;
    min-width:1024px;
    margin:0 auto;
    background-image:url(../index/main_line.png);
    background-repeat:repeat-x;
    background-size:auto 10px;
    padding-top:10px;
    background-position:left top;
    position:relative;
}
header {
    position:relative;
    background: #fff; /*#edb719;*/
    margin:0 auto;
}
header > img.children {
    width:100%;
    height:auto;
    z-index:0;
}
header > img.open {
    width:13.7%; /*140px;*/
    height:auto;
    position:absolute;
    top:150px;
    left:45px;
    z-index:99;
}
header .bosyulink {
    position: absolute;
    z-index: 120;
    color: #ed4c19;
    top: 127px;
    left: 400px;
    font-size: 1.5rem;
    font-weight: bold;
}
header .bosyulink a:link,
header .bosyulink a:visited,
header .bosyulink a:hover,
header .bosyulink a:active {
    color:#ed4c19;
}

header::after {
    content:' ';
    display:block;
    width:100%;
    height:30px;
    background:#fff;
    position:absolute;
    top:0;
    border-bottom:solid 1px #eee;
}

#about_megumi{
    background:#edb719;
    padding-top:1px;
}
h1 {
    padding-left:30px;
    position:absolute;
    top:-30px;
    z-index:99;
}
h1 img {
    height:auto;
}
.dot_title{
    text-align:center;
    margin-top:30px;
}
.dot_title img{
    width:355px;
    height:auto;
}

#about p {
    width: 820px;
    margin: 40px auto 40px;
    padding-bottom: 40px;
    font-size:16px;
}

.func{
    width:765px;
    margin:20px auto 0;
    padding-left:10px;
    padding-bottom:60px;
    display:flex;
    justify-content:space-between;
    background-image:url("plus.svg");
    background-repeat:no-repeat;
    background-position:center 140px;
    background-size:45px;
}
.func dl dt{
    height:315px;
}
.func dl:first-child{
    width:288px;
}
.func dl:first-child dt img{
    width:auto;
    height:315px;
}
.func dl:last-child {
    width:330px;
}
.func dl:last-child dt img{
    width:auto;
    height:305px;
}
.func dl dd{
    font-size:16px;
}
.func dl:first-child dd {
    padding-left:32px;
}
.func dl:last-child dd {
    padding:0 35px 0 25px;
}
#program{
    background-color:#F29600;
    padding-top:40px;
}
#program01{
    width:820px;
    margin:40px auto 0;
    padding-bottom:40px;
}

#program > img {
    display:block;
    margin:0 auto 35px;
}

.junior{
}
.junior dt{
    font-size:22px;
    font-weight:bold;
    color:#fff;
    padding-top:40px;
}
.junior dd{
    margin-top:20px;
    font-size:16px;
    color:#fff;
    line-height: 2em;
}
#program02{
    padding-bottom:25px;
    border-bottom:1px solid #fff;
}
#program02 h4 {
   text-align:center;
}
#program02 h4 img {
    width:230px;
    height:auto;
}
#program02 h5 {
    margin:1.5em 0;
}
#program02 h5 img {
}
#program02 > p {
   text-align:center;
   font-size:28px;
   font-weight:bold;
   margin:1em auto;
   padding:1em 0 2em 0;
   max-width:1090px;
}
/*
#program02 > p:first-of-type {
   border-bottom:1px solid #fff;
}
*/
#program02 > p.buttun {
   background:url(/items/index/pdf.svg) 1em center no-repeat white;
   padding:1em;
   border-radius:10px;
   font-size:1.7em;
   color:#f29600;
   font-family:'ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO',sans-serif;
   width:400px;
   
}
#program02 div.detail {
   display:flex;
   justify-content:space-around;
   max-width:1090px;
   margin:0 auto;
   font-size:16px;
   line-height:30px;
}
#program02 div.detail li {
   list-style:disc;
   margin-left:38px;
}
#program02 div.detail p {
   margin-left:25px;
}
#program02 div.detail section:nth-of-type(1) h5{
    border: 1px solid #fff;
    padding: 4px 20px;
    border-radius: 15px;
    margin: 24px;
    width: 90px;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 19px;
    text-align: center;
}
#program02 div.detail section:nth-of-type(2) {
    width:405px;
}
.use{
    font-size:1em;
    color:#fff;
}
.pdf_link {
    width:363px;
    display:block;
    margin:0 auto;
}
.pdf_link img {
    width:100%;
    height:auto;
}
#oneday {
   text-align:center;
   padding:70px 0 70px;
}
#program03{
    padding-bottom:60px;
    border-bottom:1px solid #fff;
} 
#contact01 {
    background-color:#44BCCE;
    padding-top:30px;
    padding-bottom:55px;
}
.step_box{
    width:835px;
    margin:20px auto 0;
    background-color:#a8dce7;
    /* border-radius */
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    padding-top:35px;
    padding-bottom:35px;
    text-align:center;
    color:#646464;
}
#step1_dd{
    font-size:16px;
    font-weight:bold;
}
#step_info{
    font-size:24px;
    line-height:1.3;
    margin:0 auto 0;
    color:#646464;
}
#step_info .telnum{
    font-size:58px;
}


#external_links {
  background:#eaefef;
  padding:7px 0 3px;
}
#external_links ul {
  display:flex;
  flex-wrap:wrap;
  margin:0 auto;
  justify-content:center;
  align-items: center;
  padding-left: 0;
  max-width:735px;
}
#external_links ul li {
  margin:0;
  padding:0;
  list-style-type:none;
}
#external_links ul li img {
  height:68px;
  width:auto;
}


footer{
    padding-top:40px;
    padding-bottom:60px;
    background:#8cc23e;
}
a:link, a:visited, a:hover, a:active {
  text-decoration:none;
  color:#fff;
}
footer .container {
    width:635px;
    margin:0 auto;
    position:relative;
}
#contact_btn{
    width:505px;
    margin:25px auto 50px;
}
#contact_btn img{
    width:100%;
     height:auto;
}
#logo{
    width:180px;
    margin:0px auto;
}
#logo img{
    width:100%;
}
#footer_info{
    text-align:left;
    font-size:12px;
    color:#fff;
    position:absolute;
    right:0;
    top:0;
}

footer > a {
    display:block;
    text-align:center;
    margin-top:10px;
}

footer .registnumber {
  margin:1em 0;
  text-align:center;
}

/*コンタクトiflame*/
#contact_container{
    width:835px;
    margin:50px auto;
}
#contact{
    width:100%;
    height:70em;
    border:none;
    }

#path_image{
    margin-top:20px;
    clear:right;
}
#path_image{
    width:100%;
    display:flex;
}
#path_image img{
    width:50%;
    height:100%;
}

.fb-page-container {
    right:60px;
    top:20px;
    width:250px;
    text-align:right;
}
.fb-page::before {
    content:url('txt_fb.svg');
    width:137px;
    display:block;
    margin-left:113px;
}
.fb-page-container a {
    font-size:1.5rem;
    background:#edb719;
}

@media screen and (min-width: 1151px) {
  #external_links ul li img[src *= "logo_takuji.svg"] {
    margin-right:35px;
  }
  #external_links ul li img[src *= "logo_megumi.png"] {
    margin-right:40px;
    height:65px;
  }
  #external_links ul li img[src *= "kurashinomori_logo.svg"] {
    margin-right:45px;
    width:69px;
  }
  #external_links ul li img[src *= "logo_fm.png"] {
    margin-right:40px;
    height:40px;
  }
  #external_links ul li img[src *= "logo_school.png"] {
    margin-right:40px;
    height:82px;
  }
  #external_links ul li img[src *= "logo_kurumi.png"] {
  }
  #external_links ul li img[src *= "logo_cookchill.png"] {
    height:58px;
  }
}
@media screen and (max-width: 1150px) {
  .fb-page {
      right:1em;
  }
  #external_links ul {
    justify-content: space-between;
    margin-top: 10px;
  }
  #external_links ul li {
    width:28%;
    text-align:center;
    margin: 1rem 0;
  }
  #external_links ul li img[src *= "logo_fm.png"] {
    height:36px;
  }
}

@media screen and (max-width: 1120px) {

  header > img.children {
    margin-top:3rem;
  }
  header .bosyulink {
    left:100px;
  }
}


@media screen and (min-width: 821px) {
  .sp {
    display:none;
  }
  .fb-page-container {
      position:absolute !important;
  }
}
@media screen and (max-width: 820px) {
  .pc {
    display:none;
  }
  #container {
    min-width:auto;
  }
  h1 {
    padding:0;
    width:80%;
    top:-10px;
  }
  h1 img {
    max-width:100%;
  }
  .dot_title {
      margin-top:1em;;
  }
  .dot_title img{
      width:auto;
  }
  header .bosyulink {
    position:static;
    font-size:1.25rem;
    background:#edb719;
    text-align:center;
  }
  #about p {
      width:auto;
  }
  #container > article {
    padding:2em 5vw 3em;
  }
  .func{
      width:auto;
      display:block;
      background-position:center 33em;
  }
  .func dl:first-child, .func dl:last-child {
      width:auto;
  }
  .func dl:first-child  {
      margin-bottom:6em;
  }
  .func dl:first-child dt,.func dl:last-child dt {
      text-align:center;
  }
  .func dl:first-child dt img{
      width:auto;
      height:auto;
  }
  
  .junior dt{
      font-size:5.2vw;
  }
  #program > img {
    width:100%;
  }
  #program01{
      width:auto;
  }
  #program02 > p.buttun {
   width:auto;
   padding : 1em 1em 1em 3em;
  }
  #program02 div.detail {
     width:auto;
     display:block;
  }
  #program02 div.detail section:nth-of-type(1) h5{
      margin:1em 0;
  }
  #program02 div.detail section:nth-of-type(2) {
      width:auto;
  }
  #program02 div.detail section:nth-of-type(2) #time {
      font-size:3.8vw;
  }
  .pdf_link {
      width:auto;
      font-size:4.7vw;
  }
  .pdf_link img {
    
  }
  .step_box{
      width:auto;
      padding-right:0;
      padding-left:0;
  }
  #step_info  {
    font-size:6vw;
  }
  #step_info .telnum {
    font-size:8.5vw;
  }
  #external_links ul li img {
    height:68px;
    width:auto;
  }

  #container > article#oneday {
    padding:4em 5vw  ;
  }
  #oneday > img {
    width:100%;
  }

  footer .container {
     width:auto;
  }
  #contact{
      width:100%;
      height:80em;
      border:none;
      }
  #contact_btn{
      width:auto;
  }
  #contact_btn img{
      width:auto;
  }
  #logo{
      width:auto;;
  }
  #logo img{
      width:100%;
  }
  footer  {
    padding-left: 5vw;
    padding-right: 5vw;
    text-align:right;
  }
  #footer_info {
    position:static;
   display:inline-block;
   margin-top:2em; 
  }
  /*コンタクトiflame*/
  #contact_container{
      width:auto;
  }
  #path_image {
    display:block;
    width:auto;
  }
  #path_image img{
    width:100%;
  }

  .fb-page-container {
    position:static;
    width:auto;
    background: #edb719;
    padding:0 5vw;
  }
  .fb-page::before {
    width:auto;
  }
  .fb-page-container a {
    display:block;
  }
}
