body {
  width: 100%;
  margin: auto;
  font-family: "游明朝";
}

main {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  font-size: 93.75%;
}

.wrap {
  overflow: hidden;
}

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

.f-header {
  width: 100%;
  background-color: rgb(210, 199, 170);
  color: #fff;
  height: 150px;
  position: fixed;
  z-index: 100;
}

#logo {
  width: 400px;
  height: 41px;
  margin: 25px 0 0 80px;
  float: left;
}

.header_logo {
  margin: 5px;
}


nav {
  list-style: none;
  margin: 5px;
  text-align: right;
  float: right;
}

.tel {
  font-size: 2em;
  margin: 40px 105px 0 0;
  text-align: right;
  pointer-events: none;
}

.time {
  font-size: 1.4em;
  margin: -10px 95px 0 0;
  text-align: right;
}

/*---bread li---*/

#path {
  box-sizing: border-box;
  margin-top: 150px;
  padding: 15px 10px;
  width: 1220px;
  height: 150px;
}

#path li {
  display: inline;
  font-size: 80%;
}

#path li:first-child:before {
  padding: 0;
  content: "";
}

#path li:before {
  padding: 0 3px;
  content: " > ";
}

a:link {
  color: #2b7bb2;
  text-decoration: none;
}

#path li {
  display: inline;
  font-size: 80%;
}

/*---main---*/

.heading01 {
  box-sizing: border-box;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
}

.heading01 h1 {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  position: relative;
}



.heading01 h1 .title-text {
  display: inline-block;
  text-align: left;
  padding: 10px 0;
  font-size: 250%;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}

#contentsContainer {
  box-sizing: border-box;
  margin: 14px auto 0;
  padding: 0 10px 65px;
  line-height: 1.4;
}

.fullpage #contents {
  float: none;
  width: 100%;
}

.section {
  margin: 90px 0 0;
}

.section p {
  margin-top: 35px;
  font-size: 1em;
}

.subsection {
  margin: 35px 0 0;
}

.heading03 {
  display: block;
  margin-top: 10px;
  position: relative;
  color: #333333;
}

.heading03:before {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background-color: #ADCD73;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.heading03 .title-text {
  display: block;
  padding: 15px 10px 15px 22px;
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
}

iframe[src^="https://docs.google.com/forms/d/e"] {
  margin-top: 250px;
  width: 100%;
}

/*---foooter section---*/

footer {
  background-color: #CFC3A6;
  color: #175635;
  padding-bottom: 40px;
}

#logo-area {
  height: 120px;
  margin-top: 150px;
}

.footer-logo {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px;
}

#footer_menu {
  font-size: 1.8em;
  height: 60px;
}

#footer_menu ul {
  text-align: center;
  font-size: 0;
}

#footer_menu li {
  font-size: 16px;
  display: inline-block;
  margin: 0 17px;
}

#footer_menu li a {
  text-decoration: none;
  color: #175635;
}


.footer_info {
  line-height: 2;
  font-size: 12px;
  text-align: center;
}

#copyright {
  background: #00a8c8;
  color: #fff;
  line-height: 60px;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
}

.subsection .listBox li {
  list-style-type: none;
  counter-increment: cnt;
}

.subsection .listBox li::before {
  content: "(" counter(cnt) ") ";
}

.list-item {
  margin-top: 10px;
}



/* --------------   SP   -------------- */

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


  body * {
    box-sizing: border-box;
  }


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

  .video_wrapper_pc {
    display: block;
  }

  #logo {
    width: 35vw;
    margin: 2.29vw 0 0 7.34vw;
    float: left;
  }

  .f-header {
    height: 18vw;
  }

  .f-header.change-color {
    height: 18vw;

  }

  .tel {
    font-size: 3.5vw;
    margin: 2.315vw 9.722vw 0 0;
    text-align: right;
  }

  .time {
    font-size: 2.8vw;
    margin: -0.926vw 7.796vw 0 0;
    text-align: right;
  }

  /*---bread area---*/

  #path {
    margin-top: 18vw;
    height: auto;
  }

  /*---main---*/

  #contents {
    width: 100%;
    line-height: 1.6;
    padding: 0 18px 18px;
  }

  .heading01 {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 90px;
  }

  .heading01 h1 {
    position: relative;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
  }

  .heading01 h1 .title-text {
    display: block;
    text-align: left;
    padding: 10px 10px 10px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    margin: 0;
  }

  #contentsContainer {
    margin: 14px auto 0;
    line-height: 1.4;
  }

  #contents {
    width: 100%;
    line-height: 1.6;
    padding: 0 18px 18px;
  }

  #contents>*:first-child {
    margin-top: 0;
  }

  .section p {
    margin-top: 10px;
  }

  .subsection {
    margin: 15px 0 0;
  }

  .heading03 {
    display: block;
    margin-top: 10px;
    position: relative;
  }

  .heading03:before {
    content: "";
    display: block;
    width: 4px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .heading03 .title-text {
    display: block;
    padding: 15px 10px 15px 15px;
    font-weight: bold;
    font-size: 1.3em;
    border-bottom: 1px solid #ccc;
    color: #333333;
  }

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


  .menu-footer {
    height: 100px;
  }

  #footer_menu li {
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 0 0 5px 0;
    line-height: 2;

  }

  #logo-area {
    height: 120px;
    margin-top: 10px;
  }

  .footer-copywrite {
    margin-top: 65px;
  }







}
