@charset "UTF-8";
/*キャンセルCSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #444;
}

h1, h2, h3, h4 {
  font-family: 'Noto Sans JP', sans-serif;
}

h2 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 120%;
  color: #fe7800;
}

h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 100%;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 10px;
}

/*-------------

  基本CSS

--------------*/
.wrapper {
  overflow: hidden;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.center {
  margin: 0 auto;
}

p {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 25px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.white {
  color: white;
}

.color-red {
  color: red;
}

.bold {
  font-weight: bold;
}

/*-------------

header

--------------*/
#header {
  -webkit-box-shadow: 0px 0px 6px 0px #ae4e69;
          box-shadow: 0px 0px 6px 0px #ae4e69;
}

#header #logo {
  height: auto;
  background: #fff;
}

#header #logo h1 {
  padding: 5px 0 5px 10px;
}

#header #fv {
  -webkit-box-shadow: 6px 0px 0px 0px #ae4e69;
          box-shadow: 6px 0px 0px 0px #ae4e69;
  padding: 0px 0 0 0;
  position: relative;
  height: 506px;
  overflow: hidden;
  background: url("../../img/bk_fv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header #fv #fv_title {
  width: 50%;
  text-align: right;
  padding: 100px 50px;
}

#header #fv #fv_img {
  width: 50%;
  background: url("../../img/fv_pic.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#header #fv_detail {
  background: url("../../img/bk_fv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

#header #fv_detail #fv_title {
  width: 100%;
  background: rgba(255, 255, 255, .3);
  padding: 50px 0;
  text-align: center;
  font-size: 30px;
  color: #666;
}

#nav {
  position: absolute;
  width: 50%;
  top: 20px;
  right: 20px;
}

#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nav ul li {
  padding: 0 30px;
}

#nav ul li a {
  color: #ff9c3c;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.1;
}

.menu {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px;
  z-index: 99999;
}

.menu__line {
  background: #666;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__line--center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*gnav*/
.gnav {
  background: rgba(0, 0, 0, .7);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.gnav__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
}

.gnav__menu__item {
  margin: 40px 0;
}

.gnav__menu__item a {
  color: #fff;
  font-family: 游明朝;
  font-size: 2em;
  font-weight: bold;
  padding: 40px;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.gnav__menu__item a:hover {
  color: #666;
}

.top_subtitle {
  margin: 30px 0 30px 0;
}

/*-------------

top news
--------------*/
#news {
  margin-bottom: 20px;
}

#news .news_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news .news_wrapper .news_block {
  width: 45%;
  margin: 0 auto;
}

#news .news_wrapper .news_block ul {
  margin: 0 0 10px 0;
}

#news .news_wrapper .news_block ul li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 20px 0px;
  text-align: center;
}

#news .news_wrapper .news_block ul li a {
  color: #666;
  text-decoration: none;
}

/*-------------

top concept
--------------*/
#vision {
  background: #eee;
  background-image: url("../../img/bk_tree.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 20px 0 50px 0;
}

#vision .vison_text {
  width: 475px;
  background-color: rgba(255, 255, 255, .7);
  padding: 40px 50px;
  margin: 30px auto 30px;
}

#vision .vison_text p {
  color: #695840;
}

/*-------------

detail article
--------------*/
#detail_article {
  background: #eee;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 20px 0 50px 0;
}

#detail_article .article_text {
  width: 100%;
  background-color: rgba(255, 255, 255, .7);
  padding: 40px 0px;
  margin: 30px auto 30px;
}

#detail_article .article_text .text-area {
  width: 600px;
  margin: 0 auto;
}

#detail_article .article_text .text-area img {
  width: 100%;
  padding: 20px 0;
}

#detail_article .article_text p.text-lead {
  text-align: center;
  padding: 0;
}

#detail_article .article_text p {
  color: #695840;
}

/*-------------

top service

--------------*/
#service {
  background-color: #ff9b05;
  background-image: url("../../img/bk_service.png");
  background-size: cover;
  padding: 60px 0 110px;
  position: relative;
  overflow: hidden;
}

#service h2 {
  color: #fff;
}

#service .service_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#service .service_wrapper .service_detail {
  padding: 50px 24px;
  width: 50%;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service .service_wrapper .service_detail h3 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

#service .service_wrapper .service_detail .service_img {
  height: 160px;
  padding-top: 15px;
}

#service .service_wrapper .service_detail li {
  color: #fff;
  font-size: 15px;
  line-height: 2.2em;
}

#profile {
  position: relative;
  overflow: hidden;
  margin: -140px 0 10%;
  padding: 50px 0 80px;
  z-index: 10;
}

#profile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  background: #eee;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

#profile .profile_inner {
  -webkit-box-sizing: boder-box;
          box-sizing: boder-box;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #fff;
}

#profile .profile_detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../../img/profile.jpg");
}

#profile .profile_detail .profile_text {
  width: 35%;
  padding: 50px 30px 50px 80px;
  color: #303030;
  background: rgba(255, 255, 255, .8);
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#profile .profile_detail .profile_text h3 {
  color: #ff9c3c;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 30px;
  font-weight: bold;
}

#profile .profile_detail .profile_text h3 span.big {
  font-size: 30px;
}

#profile .profile_detail .profile_text h4 {
  font-size: 15px;
}

#profile .profile_detail .profile_text ul {
  padding: 15px 0 30px;
}

#profile .profile_detail .profile_text ul li {
  font-size: 12px;
  line-height: 2.0;
}

#contact {
  padding: 160px 0;
  background-image: url("../../img/bk_profile_left.png"), url("../../img/bk_profile_right.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #fdaa2e;
  margin: -400px auto 0;
}

#contact .top_subtitle h2 {
  color: #fff;
}

#contact #form_table {
  width: 40%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

#contact #form_table dt {
  line-height: 1.8em;
  padding: 20px 0 5px;
}

#contact #form_table dt .must {
  color: red;
}

#contact #form_table dd input {
  width: 100%;
  height: 30px;
  padding-left: 20px;
}

#contact #form_table dd textarea {
  width: 100%;
  height: 250px;
  padding-left: 20px;
  padding-top: 10px;
}

#contact .submit {
  width: 130px;
  margin: 0 auto;
}

#contact .submit button {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin: 50px auto;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  color: #fdaa2e;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
}

/*-------------

schedule

--------------*/
#schedule {
  padding: 50px 0;
  width: 1210px;
  margin: 0 auto;
}

.cal_wrapper {
  max-width: 960px;
  /* 最大幅 */
  min-width: 300px;
  /* 最小幅 */
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  /* 縦横比 */
  height: 0;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-------------

top requite

--------------*/
#footer {
  background: #fff;
  padding: 30px 0;
}

#footer p {
  color: #fdaa2e;
  font-size: 16px;
  font-weight: bold;
}

.googlemap {
  position: relative;
  padding-bottom: 33.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 20px auto;
  max-height: 600px;
}

.googlemap iframe,
.googlemap object,
.googlemapembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hearstyle img {
  width: 307px;
  height: 450px;
  padding: 20px;
}

#shousassi {
  margin: 50px 0 100px;
}

#shousassi .text-area {
  width: 600px;
  margin: 0 auto;
}
.teikyou_houhou p{
    line-height: 1.4;
    padding: 6px;
}

.teikyou_houhou h4{
  font-weight:normal;
  font-size:20px;
  padding: 20px 0 5px;

}

/* =======================================
    ClearFixElements
======================================= */
/*-------------

  clearfix

--------------*/
.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

@media (max-width: 751px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    width: 100%;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 120%;
  }
  .container {
    width: 98%;
    margin: 0 auto;
  }
  .top_subtitle {
    margin: 10px 0 10px;
  }
  .drawer-hamburger {
    position: absolute;
    top: -38px;
    right: 0px;
    padding-right: 0px;
    width: 2.3rem;
  }
  .drawer-nav {
    position: fixed;
    z-index: 500;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #fff;
    font-size: 1.8rem;
  }
  /*-----------
header
--------------*/
  #header {
    -webkit-box-shadow: 0px 0px 6px 0px #ae4e69;
            box-shadow: 0px 0px 6px 0px #ae4e69;
  }
  #header #logo {
    height: auto;
    background: #fff;
  }
  #header #logo h1 {
    padding: 5px 0 5px 10px;
  }
  #header #fv {
    -webkit-box-shadow: 6px 0px 0px 0px #ae4e69;
            box-shadow: 6px 0px 0px 0px #ae4e69;
    padding: 0px 0 0 0;
    position: relative;
    height: 506px;
    overflow: hidden;
    background: url("../../img/bk_fv.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header #fv #fv_title {
    width: 96%;
    text-align: right;
    padding: 45px 2%;
  }
  #header #fv #fv_title img {
    width: 100%;
  }
  #header #fv #fv_img {
    width: 0%;
    background: url("../../img/fv_pic.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /*-------------

vison
--------------*/
  #vision {
    background: #fcf4d9;
    background-image: url("../../img/bk_tree.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 50px 0 50px 0;
  }
  #vision .vison_text {
    width: 92%;
    background-color: rgba(255, 255, 255, .7);
    padding: 30px 2%;
    margin: 30px auto 30px;
  }
  #vision .vison_text p {
    color: #695840;
  }
  /*-------------

top news
--------------*/
  #news {
    margin-bottom: 20px;
    padding-top: 30px;
  }
  #news .news_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #news .news_wrapper .news_block {
    width: 95%;
    margin: 0 auto;
  }
  #news .news_wrapper .news_block h3.cocoro {
    display: block;
    background-image: url("../../img/news_cocoro_line.png");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    padding: 10px 0 5px;
  }
  #news .news_wrapper .news_block h3.sora {
    display: block;
    background-image: url("../../img/news_sora_line.png");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    padding: 10px 0 5px;
  }
  #news .news_wrapper .news_block ul {
    margin: 30px 0;
  }
  #news .news_wrapper .news_block ul li {
    font-size: 1.2rem;
    padding: 0 0 30px 0px;
  }
  #news .news_wrapper .news_block ul li a {
    color: #666;
    text-decoration: none;
  }
  /*-------------

detail

--------------*/
  #detail_article {
    background: #eee;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 20px 0 50px 0;
  }
  #detail_article .article_text {
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    padding: 40px 0px;
    margin: 30px auto 30px;
  }
  #detail_article .article_text .text-area {
    width: 90%;
    margin: 0 auto;
  }
  #detail_article .article_text .text-area img {
    width: 100%;
    padding: 20px 0;
  }
  #detail_article .article_text p.text-lead {
    text-align: center;
    padding: 0;
  }
  #detail_article .article_text p {
    color: #695840;
  }
  /*-------------

top service

--------------*/
  #service {
    background-color: #fdaa2e;
    background-image: url("../../img/bk_service.png");
    background-size: cover;
    padding: 60px 0 50px;
    position: relative;
    overflow: hidden;
  }
  #service h2 {
    color: #fff;
  }
  #service .service_wrapper {
    display: block;
  }
  #service .service_wrapper .service_detail {
    padding: 40px 0px;
    width: 100%;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #service .service_wrapper .service_detail h3 {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  #service .service_wrapper .service_detail .service_img {
    height: 160px;
    padding-top: 15px;
  }
  #service .service_wrapper .service_detail li {
    color: #fff;
    font-size: 15px;
    line-height: 2.2em;
  }
  /*-------------

profile

--------------*/
  #profile {
    position: relative;
    overflow: hidden;
    margin: -80px 0 10%;
    padding: 10px 0 80px;
    z-index: 10;
  }
  #profile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 2% -10% 0;
    background: #fff;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1;
  }
  #profile .profile_inner {
    -webkit-box-sizing: boder-box;
            box-sizing: boder-box;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0px 120px;
    color: #fff;
  }
  #profile .profile_detail {
    width: 100%;
    display: block;
  }
  #profile .profile_detail .profile_text {
    width: 96%;
    padding: 50px 2%;
    color: #303030;
    background: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  }
  #profile .profile_detail .profile_text h3 {
    color: #ff9c3c;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 30px;
    font-weight: bold;
  }
  #profile .profile_detail .profile_text h3 span.big {
    font-size: 30px;
  }
  #profile .profile_detail .profile_text h4 {
    font-size: 15px;
  }
  #profile .profile_detail .profile_text ul {
    padding: 15px 0 30px;
  }
  #profile .profile_detail .profile_text ul li {
    font-size: 12px;
    line-height: 2.0;
  }
  #contact {
    padding: 160px 0;
    background-image: url("../../img/bk_profile_left.png"), url("../../img/bk_profile_right.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-color: #fdaa2e;
    margin: -300px auto 0;
  }
  #contact .top_subtitle h2 {
    color: #fff;
  }
  #contact #form_table {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
  }
  #contact #form_table dt {
    line-height: 1.8em;
    padding: 20px 0 5px;
  }
  #contact #form_table dt .must {
    color: red;
  }
  #contact #form_table dd input {
    width: 100%;
    height: 30px;
    padding-left: 20px;
  }
  #contact #form_table dd textarea {
    width: 100%;
    height: 250px;
    padding-left: 20px;
    padding-top: 10px;
  }
  #contact .submit {
    width: 130px;
    margin: 0 auto;
  }
  #contact .submit button {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin: 50px auto;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #fdaa2e;
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
  }
  #shousassi {
    margin: 50px 0 100px;
  }
  #shousassi .text-area {
    width: 90%;
    margin: 0 auto;
  }
  .youtube iframe {
    width: 100%;
  }

  .teikyou_houhou h4{
    font-weight:normal;
    font-size:20px;
    padding: 20px 0 5px;
  
  }
}

/*# sourceMappingURL=maps/style.css.map */
