@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
body#tour #catch {
  background: url(../images/about/tour/catch_bg.jpg) repeat-x center;
  background-size: cover;
}
body#tour #catch .catch__text {
  width: 1000px;
  background: rgba(255, 255, 255, 0.75);
  margin: 35px auto;
  height: 200px;
  padding: 32px;
  font-size: 20rem;
  line-height: 2em;
  font-weight: normal;
}
body#tour #page_navi {
  padding: 50px 0;
}
body#tour #page_navi:before, body#tour #page_navi:after {
  content: none;
}
body#tour #page_navi a {
  display: block;
  width: 23%;
  padding: 20px;
  border: 2px solid #1c92ce;
  font-size: 16rem;
  margin: 10px 0;
  text-decoration: none;
  color: #1c92ce;
}
body#tour #page_navi a:hover {
  background-color: #1c92ce;
  color: #fff;
}
body#tour #page_navi a.gview {
  background-color: #D92D7D;
  color: #fff;
  border-color: #D92D7D;
}
body#tour #page_navi a.gview:hover {
  background-color: #f35ca2;
}
body#tour #page_navi .empty {
  width: 23%;
}
body#tour #list {
  margin-bottom: 60px;
}
body#tour #list .list__group .group__head {
  margin-bottom: 50px;
  background: url(../images/about/tour/tour_pic001.jpg) no-repeat center;
  background-size: cover;
  padding-top: 160px;
}
body#tour #list .list__group.group_parking .group__head {
  background-image: url(../images/about/tour/group__head__bg07.jpg);
}
body#tour #list .list__group.group_reception .group__head {
  background-image: url(../images/about/tour/group__head__bg01.jpg);
}
body#tour #list .list__group.group_wait .group__head {
  background-image: url(../images/about/tour/group__head__bg02.jpg);
}
body#tour #list .list__group.group_kids .group__head {
  background-image: url(../images/about/tour/group__head__bg03.jpg);
}
body#tour #list .list__group.group_counseling .group__head {
  background-image: url(../images/about/tour/group__head__bg04.jpg);
}
body#tour #list .list__group.group_care .group__head {
  background-image: url(../images/about/tour/group__head__bg05.jpg);
}
body#tour #list .list__group.group_medical .group__head {
  background-image: url(../images/about/tour/group__head__bg06.jpg);
}
body#tour #list .list__group .group__label {
  padding: 33px 0 0 0;
  height: 100px;
  font-size: 22rem;
  line-height: 1.4em;
  font-weight: normal;
  color: #1b82b7;
  width: 23%;
  text-align: center;
  background-color: #1c92ce;
  color: #fff;
}
body#tour #list .list__group .group__label.row2 {
  padding-top: 20px;
}
body#tour #list .list__group .group__item {
  width: 31%;
  margin-bottom: 20px;
}
body#tour #list .list__group .group__item .item__pic {
  margin-bottom: 15px;
}
body#tour #list .list__group .group__item .item__text {
  text-align: left;
}
body#tour #list .list__group .group__about {
  text-align: left;
  border: 1px solid #eee;
  padding: 20px;
  width: 100%;
  background: #f5f5f5;
  font-size: 15rem;
  line-height: 1.8em;
}
body#tour #list .list__about {
  width: 77%;
  text-align: left;
  font-weight: normal;
  font-size: 24rem;
  line-height: 1.5em;
  color: #1b82b7;
  padding-top: 30px;
  padding-left: 5%;
  background: rgba(255, 255, 255, 0.8);
}
body#tour #list .list__separater {
  border: none;
  border-bottom: 1px solid #e6c628;
  width: 20%;
  margin: 60px auto;
}
body#tour #gview .gview__title {
  margin-bottom: 40px;
}
body#tour #gview .gview__about {
  font-size: 18rem;
  line-height: 1.7em;
  margin: 0 0 40px 0;
}
body#takuji #catch {
  padding: 50px 0;
  background: url(../images/about/takuji/catch_bg.jpg) repeat-x center;
  background-size: cover;
}
body#takuji #catch .catch__text {
  background: rgba(27, 130, 194, 0.75);
  margin: 35px auto;
  padding: 32px;
  font-size: 20rem;
  line-height: 2em;
  color: #fff;
  font-weight: normal;
}
body#takuji #catch .catch__main {
  color: #fff;
  font-size: 40rem;
  line-height: 1.4em;
  text-shadow: #1b82b7 -2px 0px 0px, #1b82b7 -2px -2px 0px, #1b82b7 0px -2px 0px, #1b82b7 2px -2px 0px, #1b82b7 2px 0px 0px, #1b82b7 2px 2px 0px, #1b82b7 0px 2px 0px, #1b82b7 -2px 2px 0px;
  margin-bottom: 10px;
}
body#takuji #catch .catch__sub {
  display: inline-block;
  background: #ed3748;
  color: #fff;
  font-size: 20rem;
  padding: 0 40px;
  line-height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
body#takuji #catch .catch__about {
  background-color: #fff;
  padding: 30px;
  border: 3px solid #ff6472;
  width: 1000px;
  margin: 0 auto;
}
body#takuji #catch .catch__about .about__row {
  width: 50%;
  font-size: 16rem;
  text-align: left;
  padding-left: 90px;
}
body#takuji #catch .catch__about .about__row .about__label {
  font-weight: bold;
  margin-bottom: 10px;
}
body#takuji #catch .catch__about .about__row .icon {
  position: absolute;
  top: -4px;
  left: 0;
  height: 60px;
  width: auto;
}
body#takuji #catch .catch__about .about__tel {
  margin-top: 30px;
  width: 100%;
  background-color: #ffeeef;
  padding: 25px;
  line-height: 1em;
}
body#takuji #catch .catch__about .about__tel .tel__label {
  margin-bottom: 10px;
  font-size: 16rem;
}
body#takuji #catch .catch__about .about__tel .tel__num {
  font-size: 40rem;
  line-height: 1em;
  color: #ed3748;
}
body#takuji #about {
  padding-bottom: 50px;
}
body#takuji #about .about__staff {
  padding: 60px 50px 0 50px;
}
body#takuji #about .about__staff .staff__title {
  font-size: 30rem;
  margin: 0 0 60px 0;
  color: #1b82b7;
}
body#takuji #about .about__staff .block_list {
  justify-content: center;
}
body#takuji #about .about__staff .staff__col {
  width: 20%;
  padding: 0 25px;
  margin: 0 25px;
}
body#takuji #about .about__staff .staff__col .staff__pic {
  width: 100%;
  padding-top: 100%;
  background: #eee no-repeat center;
  background-size: cover;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
}
body#takuji #about .about__staff .staff__col .staff__name {
  font-size: 20rem;
}
body#takuji #about .about__staff .staff__col .staff__kana {
  color: #999;
  margin-bottom: 10px;
}

body#takuji{
  #about{
    .about__catch{
      text-align: center;
      padding: 100px 0 30px 0;

      img{
        margin-bottom: 30px;
      }
    }

    .catch__text{
      font-size: 20rem;
      font-weight: bold;
      color: #1b82b7;
    }
  }
}
body#takuji #about .about__staff .staff__col .staff__msg {
  color: #ff6472;
  font-size: 14rem;
}
body#takuji #about .about__list {
  width: 500px;
  margin: 50px auto;
  font-size: 20rem;
  text-align: left;
  line-height: 1.6em;
  border-top: 2px solid #6FC6F3;
  border-bottom: 2px solid #6FC6F3;
  padding: 30px 30px;
}
body#takuji #about .about__list .about__ico1 {
  position: absolute;
  top: 20px;
  left: -290px;
  height: 60px;
}
body#takuji #about .about__list .about__ico2 {
  position: absolute;
  top: 20px;
  left: 530px;
  height: 60px;
}
body#takuji #about .about__caution {
  font-size: 16rem;
  line-height: 1.7em;
  text-align: left;
  background: #fff6ee;
  padding: 30px;
  width: 750px;
  margin: 0 auto 40px auto;
}
body#takuji #about .about__caution .caution__label {
  text-align: center;
  margin-bottom: 20px;
  color: #ed3748;
  font-weight: bold;
}
body#takuji #about .about__caution .caution__list {
  padding-left: 70px;
  font-size: 14rem;
}
body#takuji #about .about__caution .caution__ico {
  position: absolute;
  top: 0;
  left: 10px;
  height: 130px;
}
body#takuji #about .about__pic {
  width: 1000px;
  margin: 0 auto;
}
body#takuji #about .about__pic .pic__item {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
body#takuji #about .about__pic .pic__item img {
  margin-bottom: 10px;
}
body#takuji #faq .section__title {
  background: url(../images/about/takuji/qa__label.png) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 60px;
  margin-bottom: 40px;
  border: none;
  width: 180px;
  text-align: center;
}
body#takuji #faq .faq__list {
  text-align: left;
}
body#takuji #faq .faq__list .list__row {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
body#takuji #faq .faq__list .list__row .qa_ico {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 50px;
}
body#takuji #faq .faq__list .list__row .list__q {
  background: #6FC6F3;
  color: #fff;
  font-size: 18rem;
  padding: 15px 30px 15px 75px;
  position: relative;
  top: 0;
  left: 0;
}
body#takuji #faq .faq__list .list__row .list__a {
  padding: 30px 30px 30px 75px;
  font-size: 15rem;
  line-height: 1.7em;
  position: relative;
  top: 0;
  left: 0;
}
body#takuji #faq .faq__list .list__row .list__a .qa_ico {
  top: 5px;
}
body#cost_sys .anchor {
  display: block;
  margin-top: -52px;
  padding-top: 52px;
  height: 0;
}
body#cost_sys #catch .catch__text {
  margin: 40px 15px;
  font-size: 17rem;
  line-height: 1.8;
}
body#cost_sys #catch .catch__link {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 10px;
  justify-content: space-between;
}
body#cost_sys #catch .catch__link .link__item {
  display: block;
  width: 48%;
  padding: 20px 20px;
  background-color: #eb885f;
  color: #fff;
  font-size: 18rem;
  line-height: 1.5;
  text-align: center;
}
body#cost_sys #catch .catch__link .link__item:nth-of-type(2) {
  background-color: #6FC6F3;
}
body#cost_sys #catch .catch__link .link__item .fa {
  margin-left: 20px;
}
body#cost_sys #insurance .insurance__box {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #1c92ce;
  font-size: 18rem;
  line-height: 1.8;
  text-align: center;
}
body#cost_sys #insurance .insurance__text {
  text-align: left;
}
body#cost_sys #insurance .insurance__list {
  margin: 30px 0 40px;
}
body#cost_sys #insurance .insurance__list .list__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22%;
  padding: 20px 10px;
  background-color: #fff;
  border: 3px solid #1c92ce;
  border-radius: 10px;
  font-size: 16rem;
  text-align: center;
}
body#cost_sys #insurance .insurance__list .list__item:not(:last-of-type):after {
  position: absolute;
  right: -14%;
  top: 50%;
  margin: -.5em 0 0 -.5em;
  content: "\f105";
  display: inline-block;
  color: #259DDA;
  font-family: FontAwesome;
  font-size: 32rem;
  line-height: 1;
}
body#cost_sys #insurance .insurance__list .icon01 {
  position: absolute;
  left: 10px;
  bottom: -35px;
  width: 50px;
  z-index: 2;
}
body#cost_sys #insurance .insurance__list .icon02 {
  position: absolute;
  right: -20px;
  bottom: -55px;
  width: 60px;
  z-index: 2;
}
body#cost_sys #insurance .insurance__text02 {
  margin: 50px 0 25px;
  color: #1c92ce;
  font-size: 18rem;
  line-height: 1.8;
  text-align: center;
}
body#cost_sys #insurance .insurance__button {
  text-align: center;
}
body#cost_sys #insurance .insurance__button .button {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: 18rem;
}
body#cost_sys #insurance .insurance__mark {
  align-items: center;
  margin-top: 60px;
  padding: 30px 100px;
  background-color: #fff;
  border-radius: 20px;
}
body#cost_sys #insurance .insurance__mark .mark__text {
  width: 50%;
  margin-bottom: 0;
  font-size: 16rem;
  line-height: 1.8;
  text-align: left;
}
body#cost_sys #insurance .insurance__mark .mark__sample {
  width: 46%;
}
body#cost_sys #insurance .insurance__mark .mark__sample .sample__title {
  color: #1b82b7;
  font-size: 25rem;
  font-weight: bold;
  margin-bottom: 15px;
}
body#cost_sys #insurance .insurance__mark .mark__sample .sample__sub {
  font-size: 12rem;
  font-weight: bold;
}
body#cost_sys #insurance .insurance__mark .mark__sample .paytype {
  margin-top: 20px;
}
body#cost_sys #insurance .insurance__mark .mark__sample .paytype span {
  background: #333;
  color: #fff;
  padding: 0 20px;
  line-height: 30px;
  display: inline-block;
  font-size: 15rem;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
}
body#cost_sys #insurance .insurance__mark .mark__sample .paytype span.type_insurance {
  background-color: #eb885f;
}
body#cost_sys #insurance .insurance__mark .mark__sample .paytype span.type_self {
  background-color: #8fcd4e;
}
body#cost_sys #deduction {
  padding-bottom: 80px;
}
body#cost_sys #deduction .deduction__subtitle {
  margin-top: -20px;
  font-size: 17rem;
  line-height: 1.6;
}
body#cost_sys #deduction .deduction__subtitle span {
  position: relative;
  display: inline-block;
  padding: 20px 50px 20px 90px;
  background-color: #fff;
  border-radius: 60px;
  border: 3px solid;
  border-color: rgba(255, 170, 0, 0.1);
}
body#cost_sys #deduction .deduction__subtitle .icon {
  position: absolute;
  left: 40px;
  top: 18px;
  width: 24px;
}
body#cost_sys #deduction .deduction__box {
  margin: -50px auto 30px;
  padding: 70px 30px 30px;
  background: rgba(255, 170, 0, 0.1);
  border-radius: 20px;
  font-size: 16rem;
  line-height: 1.8;
}
body#cost_sys #deduction .deduction__text {
  text-align: left;
}
body#cost_sys #deduction .deduction__text02 {
  text-align: right;
}
body#cost_sys #deduction .deduction__text02 a {
  display: inline-block;
  color: #1c92ce;
  font-weight: bold;
}
body#cost_sys #deduction .deduction__text02 a .fa {
  margin-left: 5px;
}
body#cost_sys #deduction .deduction__attention {
  margin-top: 80px;
  padding: 25px 40px;
  border: 3px solid #f5f5f5;
  border-radius: 20px;
  line-height: 1.8;
  text-align: left;
}
body#cost_sys #deduction .deduction__attention .attention__title {
  margin-bottom: 10px;
  font-size: 16rem;
  line-height: 1.5;
}
body#cost_sys #deduction .deduction__attention .attention__title .icon {
  width: 30px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
body#cost_sys #deduction .deduction__attention .attention__text {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body#tour #catch {
    padding: 15px;
  }
  body#tour #catch .catch__text {
    width: 100%;
    padding: 15px;
    font-size: 11rem;
    height: auto;
  }
  body#tour #page_navi {
    padding: 15px;
  }
  body#tour #page_navi a {
    width: 48%;
    margin: 5px 0;
  }
  body#tour #list .list__group .group__head {
    margin-bottom: 30px;
    padding-top: 60px;
  }
  body#tour #list .list__group .group__label {
    padding: 10px 0;
    height: auto;
    width: 50%;
    margin: 0 auto 20px auto;
  }
  body#tour #list .list__group .group__label.row2 {
    padding: 10px 0;
  }
  body#tour #list .list__group .list__about {
    padding: 15px;
    width: 100%;
    font-size: 16rem;
  }
  body#tour #list .list__group .group__item {
    width: 100%;
    margin-bottom: 20px;
  }
  body#tour #list .list__group .group__item:last-of-type {
    margin-bottom: 0;
  }
  body#tour #list .list__group .group__item.empty {
    display: none;
  }
  body#tour #list .list__separater {
    margin: 30px auto;
  }
  body#tour #gview {
    padding: 15px 15px;
  }
  body#tour #gview .gview__title {
    margin-bottom: 25px;
  }
  body#tour #gview .gview__about {
    font-size: 14rem;
    margin: 0 0 25px 0;
  }
  body#tour #gview .gview__frame {
    padding-top: 75%;
    position: relative;
    top: 0;
    left: 0;
  }
  body#tour #gview .gview__frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body#takuji #catch .catch__main {
    font-size: 22rem;
  }
  body#takuji #catch .catch__sub {
    font-size: 14rem;
    line-height: 30px;
  }
  body#takuji #catch .catch__text {
    font-size: 18rem;
    line-height: 1.8em;
  }
  body#takuji #catch .catch__about {
    width: 90%;
  }
  body#takuji #catch .catch__about .about__row {
    width: 100%;
    margin-bottom: 30px;
  }
  body#takuji #catch .catch__about .about__tel {
    margin: 0;
  }
  body#takuji #catch .catch__about .about__tel .tel__label {
    line-height: 1.8em;
  }
  body#takuji #catch .catch__about .about__tel .tel__num {
    font-size: 30rem;
  }
  body#takuji #about {
    padding: 30px 15px 20px 15px;
  }
  body#takuji #about .about__staff {
    padding: 0;
  }
  body#takuji #about .about__staff .staff__title {
    font-size: 24rem;
    margin-bottom: 30px;
  }
  body#takuji #about .about__staff .staff__col {
    width: 45%;
    padding: 0;
    margin-bottom: 20px;
  }
  body#takuji #about .about__staff .staff__col .staff__name {
    font-size: 16rem;
  }
  body#takuji #about .about__staff .staff__col .staff__pic {
    margin-bottom: 10px;
  }
  body#takuji #about .about__staff .staff__col .staff__kana {
    margin-bottom: 5px;
  }
  body#takuji #about .about__list {
    width: 100%;
    font-size: 16rem;
    margin: 10px 0 30px 0;
    padding: 0px 10px;
    border: none;
  }
  body#takuji #about .about__list .about__ico1 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 20px auto;
  }
  body#takuji #about .about__list .about__ico2 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 20px auto;
  }
  body#takuji #about .about__caution {
    width: 100%;
    padding: 20px;
  }
  body#takuji #about .about__caution .caution__list {
    padding: 0;
  }
  body#takuji #about .about__pic {
    width: 100%;
  }
  body#takuji #about .about__pic .pic__item {
    width: 100%;
    margin-bottom: 20px;
  }
  body#takuji #faq {
    padding: 20px 15px;
  }
  body#takuji #faq .faq__list .list__row .qa_ico {
    top: 2px;
  }
  body#takuji #faq .faq__list .list__row .list__q {
    padding: 15px 15px 15px 65px;
  }
  body#takuji #faq .faq__list .list__row .list__a {
    padding: 15px 15px 15px 65px;
  }
  body#takuji #faq .faq__list .list__row .list__a .qa_ico {
    top: 3px;
  }
  body#takuji #faq .faq__list .list__row .qa_ico {
    width: 35px;
  }
  body#cost_sys #page_title .title__title {
    line-height: 1.3;
  }
  body#cost_sys .section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  body#cost_sys #catch .catch__text {
    margin: 20px 15px;
    font-size: 16rem;
    text-align: left;
  }
  body#cost_sys #catch .catch__link {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  body#cost_sys #catch .catch__link .link__item {
    padding: 15px 10px;
    font-size: 15rem;
  }
  body#cost_sys #catch .catch__link .link__item .fa {
    margin-left: 10px;
  }
  body#cost_sys #insurance .insurance__box {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    font-size: 16rem;
  }
  body#cost_sys #insurance .insurance__list {
    margin: 30px 0 40px;
  }
  body#cost_sys #insurance .insurance__list .list__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px;
    font-size: 16rem;
  }
  body#cost_sys #insurance .insurance__list .list__item:not(:last-of-type):after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -25px;
    margin-top: 0;
    content: "\f107";
    font-size: 24rem;
  }
  body#cost_sys #insurance .insurance__list .icon02 {
    right: 10px;
  }
  body#cost_sys #insurance .insurance__text02 {
    margin: 20px 0 15px;
    font-size: 16rem;
  }
  body#cost_sys #insurance .insurance__button .button {
    font-size: 18rem;
  }
  body#cost_sys #insurance .insurance__mark {
    display: block;
    margin-top: 30px;
    padding: 20px 15px 30px;
    border-radius: 10px;
  }
  body#cost_sys #insurance .insurance__mark .mark__text {
    width: 100%;
    margin-bottom: 25px;
    font-size: 14rem;
  }
  body#cost_sys #insurance .insurance__mark .mark__text .visible-sp-block {
    display: inline;
  }
  body#cost_sys #insurance .insurance__mark .mark__sample {
    width: 100%;
  }
  body#cost_sys #insurance .insurance__mark .mark__sample .sample__title {
    margin-bottom: 10px;
  }
  body#cost_sys #deduction {
    padding-bottom: 40px;
  }
  body#cost_sys #deduction .deduction__subtitle {
    margin-top: 35px;
    font-size: 15rem;
  }
  body#cost_sys #deduction .deduction__subtitle span {
    display: block;
    padding: 20px 10px 15px;
    border-radius: 10px 10px 0 0;
  }
  body#cost_sys #deduction .deduction__subtitle .icon {
    left: 0;
    right: 0;
    top: -40px;
    width: 24px;
    margin: auto;
  }
  body#cost_sys #deduction .deduction__box {
    margin: 0 auto 30px;
    padding: 15px 15px 20px;
    border-radius: 0 0 10px 10px;
    font-size: 14rem;
    text-align: left;
  }
  body#cost_sys #deduction .deduction__attention {
    margin-top: 40px;
    padding: 15px 15px;
    border-radius: 10px;
  }
  body#cost_sys #deduction .deduction__attention .attention__title {
    margin-bottom: 10px;
    font-size: 16rem;
    line-height: 1.5;
  }
  body#cost_sys #deduction .deduction__attention .attention__title .icon {
    width: 30px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
  }
  body#cost_sys #deduction .deduction__attention .attention__text {
    margin-bottom: 0;
  }
}
