@charset "UTF-8";
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
/*===============================================
  画面の横幅が767px以下に適用
===============================================*/
/************/
/*切り替え用*/
/************/
.sp {
  display: block;
}

.pc {
  display: none;
}

/****パンくず****/
.bread {
  height: 36px;
}

.bread .breadcrumbs {
  width: 90%;
}

.bread .breadcrumbs li {
  font-size: 1.3rem;
}

/**100%**/
header,
address div,
.container img,
footer img,
#wrapper {
  width: 100%;
}

#wrapper {
  overflow: hidden;
}

/****header*****/
header {
  min-width: 320px;
  padding-top: 56px;
}

header .header {
  display: block;
  width: 90%;
  padding: 4px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .logo {
  width: 89px;
  margin: 0 auto;
}

header .ri {
  display: none;
}

/***************footer***************/
footer {
  padding: 32px 0 16px;
}

footer .footer {
  display: block;
  width: 90%;
}

footer .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

footer .logo img {
  width: 89px;
}

footer .le {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

footer .le .tel {
  width: 100%;
  position: relative;
  top: inherit;
  right: inherit;
  margin-bottom: 12px;
}

footer .le .tel::before {
  width: 14px;
  height: 29px;
  margin-right: 8px;
}

footer .le dl {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3077;
  margin: 0 4px;
}

footer .le dl dt {
  width: auto;
  padding: 3px;
  margin-right: 4px;
}

footer .le dl dd span {
  margin-right: 8px;
}

footer .le dl.add {
  width: 100%;
  margin-bottom: 8px;
}

footer .le dl.add dt {
  display: none;
}

footer .sns {
  margin-bottom: 16px;
}

footer .sns li {
  width: 28px;
}

footer .link {
  width: 180px;
  height: 44px;
  margin: 0 auto;
}

footer .link a {
  padding-right: 16px;
  font-size: 1.5rem;
}

footer .f-nav {
  display: none;
}

/********トップページメイン画像********/
.main_bg {
  padding-top: 400px;
}

.main_bg .box {
  width: 94%;
  max-width: 520px;
  height: auto;
  padding-top: 56px;
}

.main_bg .box::after {
  width: 32px;
  height: 58px;
  right: 4%;
  bottom: -5px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

.main_bg .box .box-in {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 32px 8px;
}

.main_bg .box .box-in::before {
  width: 45px;
  height: 39px;
  top: -4px;
  right: 18%;
}

.main_bg .box .box-in::after {
  width: 48px;
  height: 42px;
  left: 3%;
  bottom: 17px;
}

.main_bg .box p {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.main_bg .box p span.min {
  font-size: 2.8rem;
}

.main_bg .box p span.line1::before {
  width: 144px;
  height: 40px;
  bottom: -15px;
}

.main_bg .box p span.line2::before {
  width: 131px;
  height: 40px;
  bottom: -16px;
}

.main_bg .box p.sub {
  font-size: 2.4rem;
  padding-top: 16px;
}

/********サブページメイン画像********/
.main_bgs {
  height: 240px;
  padding-top: 56px;
}

.main_bgs .in {
  width: 94%;
  max-width: 340px;
  padding-top: 56px;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: inherit;
}

.main_bgs .in p img {
  height: 22px;
}

/******共通*****/
#container {
  font-size: 1.5rem;
  line-height: 1.66667;
}

/*******/
.g-nav,
.h1_bg {
  display: none;
}

.table table,
.table table tbody,
.table table th,
.table table tr,
.table table td {
  display: block !important;
  width: 100% !important;
}

/********共通********/
.cont {
  width: 90%;
}

.btn {
  width: 180px;
  height: 44px;
  margin: 0 auto;
}

.btn a::after {
  right: 12px;
}

.fle {
  display: block;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 50px 0;
}

div.contents1,
article.contents1 {
  padding-top: 72px;
}

.table th {
  padding: 8px 10px;
  border-radius: 5px;
}

.table td {
  padding: 8px 10px;
}

.h2_1 div {
  border-bottom: dotted 4px #ffc6c5;
  font-size: 2.4rem;
  padding-bottom: 8px;
}

.h2_1.mel::before {
  width: 33px;
  height: 72px;
  margin-right: 7px;
}

.h2_1.mel::after {
  width: 33px;
  height: 72px;
  margin-left: 7px;
}

.h2_1.mel div {
  max-width: calc(100% - 80px);
  margin-bottom: 4px;
}

.h3_1 {
  font-size: 1.8rem;
  line-height: 1.33334;
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: dotted 4px #693628;
}

.bnrArea {
  padding: 32px 0;
}

.bnrArea h2 {
  margin-bottom: 16px;
}

.bnrArea h2 div {
  padding: 0 12px 8px;
  position: relative;
  z-index: 0;
}

.bnrArea h2 div::after {
  content: "";
  background: url(../image/common/bnr-deco.png) no-repeat center/contain;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -56px;
  bottom: -10px;
}

.bnrArea .txt {
  font-size: 1.4rem;
  line-height: 1.42858;
  text-align: center;
  margin-bottom: 12px;
}

.bnrArea .txt span {
  display: inline-block;
}

.bnrArea ul li {
  margin: 6px 4px;
}

.bnrArea ul li.tel {
  font-size: 2.4rem;
}

.bnrArea ul li.tel::before {
  width: 16px;
  height: 30px;
  margin-right: 8px;
}

.bnrArea ul li.btn {
  width: 180px;
  height: 44px;
}

/*********school***********/
.school .contents1::before {
  background-size: 72%;
}

.school .contents1 h2 {
  margin-bottom: 32px;
}

.school .contents1 .table {
  margin-bottom: 24px;
}

.school .contents1 .table td span {
  margin-right: 8px;
}

.school .contents1 .map_box {
  width: 100%;
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: 8px;
}
.school .contents1 .map_box iframe {
  display: block;
  width: 100%;
  height: 275px;
}

.school .contents1 .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4%;
  margin-bottom: 40px;
}

.school .contents1 .imgs li {
  width: 48%;
  height: 0;
  padding-top: 32%;
  border-radius: 8px;
  margin-top: 4%;
  position: relative;
  z-index: 0;
}

.school .contents1 .imgs li img {
  position: absolute;
  top: 0;
  left: 0;
}

.school .contents1 .map {
  height: 240px;
}

/*********faq***********/
.faq .contents1::before {
  background-size: 72%;
}

.faq .contents1 h2 {
  margin-bottom: 24px;
}

.faq .contents1 .list dl {
  margin-bottom: 40px;
}

.faq .contents1 .list dl dt span, .faq .contents1 .list dl dd span {
  width: 40px;
  height: 40px;
  font-size: 2rem;
  padding-bottom: 4px;
}

.faq .contents1 .list dl dt div, .faq .contents1 .list dl dd div {
  width: calc(100% - 48px);
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 8px 12px;
  border-radius: 8px;
}

.faq .contents1 .list dl dt {
  margin-bottom: 12px;
}

/*********voice***********/
.voice .contents1 {
  padding-bottom: 80px;
}

.voice .contents1::before {
  background-size: 72%;
}

.voice .contents1 .cont::after {
  width: 142px;
  height: 98px;
  bottom: -105px;
  right: -12px;
}

.voice .contents1 h2 {
  margin-bottom: 24px;
}

.voice .contents1 h2 div {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  line-height: 1.36364;
}

.voice .contents1 h2 .line::before {
  width: 257px;
  height: 24px;
  bottom: -6px;
}

.voice .contents1 h2 .br {
  display: inline-block;
}

.voice .contents1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4%;
}

@media screen and (max-width: 640px) {
  .voice .contents1 .list {
    margin-top: -6%;
  }
}

.voice .contents1 .list .box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 8px;
  padding-bottom: 8px;
  margin-top: 4%;
}

@media screen and (max-width: 640px) {
  .voice .contents1 .list .box {
    width: 100%;
    margin-top: 6%;
  }
}

.voice .contents1 .list .box > * {
  width: 100%;
}

.voice .contents1 .list .box p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.voice .contents1 .list .box figure {
  height: 0;
  padding-top: 56%;
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px #ffc6c5;
          box-shadow: 8px 8px #ffc6c5;
  position: relative;
  z-index: 0;
}

.voice .contents1 .list .box figure img {
  position: absolute;
  top: 0;
  left: 0;
}

/*********instructor***********/
.instructor .contents1::before {
  background-size: 72%;
}

.instructor .contents1 h2 {
  margin-bottom: 24px;
}

.instructor .contents1 h2 div {
  font-size: 2.2rem;
  line-height: 1.45455;
}

@media screen and (max-width: 430px) {
  .instructor .contents1 h2 div {
    font-size: 5.117vw;
  }
}

.instructor .contents1 h2 div::after {
  width: 54px;
  height: 36px;
  right: -23px;
  bottom: 0px;
}

@media screen and (max-width: 430px) {
  .instructor .contents1 h2 div::after {
    width: 48px;
    height: 32px;
    right: -20px;
    bottom: -14px;
  }
}

.instructor .contents1 h2 .line::before {
  width: 268px;
  height: calc(100% - 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
}

.instructor .contents1 h2 .br {
  display: inline-block;
}

.instructor .contents1 .sec1 {
  max-width: 410px;
  margin: 0 auto;
}

.instructor .contents1 .sec1 figure div {
  height: 0;
  padding-top: 60%;
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px #ffc6c5;
          box-shadow: 8px 8px #ffc6c5;
}

.instructor .contents1 .sec1 figure div::before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 10px;
  top: 6px;
  left: 6px;
}

.instructor .contents1 .sec1 figure div img {
  position: absolute;
  top: 68%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.instructor .contents1 .sec1 .text {
  padding-top: 16px;
}

.instructor .contents1 .sec1 .text .sub {
  width: 88px;
  line-height: 1.86667;
  margin: 0 auto 12px;
}

.instructor .contents1 .sec1 .text h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 24px;
}

.instructor .contents1 .sec1 .text dl {
  padding: 16px;
}

.instructor .contents1 .sec1 .text dl dt {
  font-size: 1.8rem;
  border-bottom: dotted 4px #accd29;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.instructor .contents1 .sec2 {
  padding-top: 80px;
  margin-bottom: 32px;
}

.instructor .contents1 .sec2 h3 {
  margin-bottom: 24px;
}

.instructor .contents1 .sec2 h3 div {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}

.instructor .contents1 .sec2 h3 div::before {
  width: 54px;
  height: 42px;
  right: -40px;
  top: -28px;
}

.instructor .contents1 .sec2 h3 div::after {
  width: 45px;
  height: 34px;
  bottom: -32px;
  left: -28px;
}

.instructor .contents1 .sec2 .text p br {
  display: none;
}

.instructor .contents1 .sec2 .text p.mb {
  margin-bottom: 12px;
}

.instructor .contents1 .mvbox {
  display: block;
  margin-bottom: 40px;
}

.instructor .contents1 .mvbox p {
  width: 200px;
  padding: 46px 0;
  margin-left: -5%;
  margin-bottom: -4%;
  position: relative;
  z-index: 1;
}

.instructor .contents1 .mvbox p img {
  width: 74.5%;
}

@media screen and (max-width: 460px) {
  .instructor .contents1 .mvbox p {
    width: 48.31%;
    padding: 11.112% 0;
  }
}

.instructor .contents1 .mvbox .mv {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.instructor .contents1 .bnr {
  max-width: 370px;
  border-radius: 8px;
  background-position: bottom right 24px;
  background-size: 40%;
  margin: 0 auto;
}

.instructor .contents1 .bnr::before {
  width: 32%;
  height: 0;
  padding-top: 16%;
}

.instructor .contents1 .bnr a {
  text-decoration: none;
  padding: 6.945% 4%;
}

.instructor .contents1 .bnr a::after {
  width: 24px;
  background-size: 10px;
}

.instructor .contents1 .bnr a span {
  font-size: 1.6rem;
  line-height: 1.25;
}

/*********index***********/
.index .contents1 {
  padding-top: 64px;
}

.index .contents1::before {
  width: 767px;
  background-size: 38%;
}

.index .contents1 h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.33334;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}

@media screen and (max-width: 380px) {
  .index .contents1 h2 {
    font-size: 6.3158vw;
  }
}

.index .contents1 h2 .line::before {
  width: 227px;
  height: calc(100% - 8px);
  bottom: -4px;
}

.index .contents1 p {
  margin-bottom: 12px;
}

.index .contents1 p br {
  display: none;
}

.index .contents1 .btn {
  padding-top: 12px;
}

.index .contents1 figure {
  margin-bottom: 40px;
}

.index .contents1 figure::before {
  width: 72%;
  height: 0;
  padding-top: 21%;
  left: -4%;
  bottom: -32px;
}

.index .contents1 figure div {
  width: 100%;
  height: 0;
  padding-top: 60%;
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px #ffc6c5;
          box-shadow: 8px 8px #ffc6c5;
  position: relative;
  z-index: 0;
}

.index .contents1 figure div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.index .contents2::before {
  background-size: contain;
}

.index .contents2 h2 {
  margin-bottom: 24px;
}

.index .contents2 h2 div {
  margin-bottom: 2px;
}

.index .contents2 h2 div .min {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.index .contents2 h2 div .p::first-letter {
  font-size: 3rem;
}

.index .contents2 .box {
  margin-bottom: 32px;
}

.index .contents2 .box:last-of-type {
  margin-bottom: 0;
}

.index .contents2 .box figure {
  width: 72%;
  text-align: center;
  margin: 0 auto 12px;
}

.index .contents2 .box h3 {
  font-size: 1.5rem;
  line-height: 1.66667;
  margin-bottom: 12px;
}

.index .contents2 .box h3 .line {
  font-size: 2rem;
  line-height: 1;
}

.index .contents2 .box h3 .line::before {
  height: 20px;
  bottom: -6px;
}

.index .contents2 .box h3 .br {
  display: inline-block;
}

.index .contents2 .box p {
  margin-bottom: 8px;
}

.index .contents2 .box:nth-of-type(1) h3 .line::before {
  width: 117px;
}

.index .contents2 .box:nth-of-type(2) h3 .line::before {
  width: 121px;
}

.index .contents2 .box:nth-of-type(3) h3 .line::before {
  width: 77px;
}

.index .contents3 li {
  max-width: 460px;
  border-radius: 10px;
  margin: 0 auto 20px;
}

.index .contents3 li:last-of-type {
  margin-bottom: 0;
}

.index .contents3 li a {
  padding: 16% 0;
  text-decoration: none;
}

.index .contents3 li a::after {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 10px;
  top: 6px;
  left: 6px;
}

.index .contents3 li a span {
  font-size: 2.8rem;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.index .contents3 li a span::before {
  width: 24px;
  height: 24px;
  background-size: 7px;
  margin-right: 12px;
}

.index .contents3 li:nth-of-type(1) a span::after {
  content: "";
  width: 88px;
  height: 56px;
  background: url(../image/index/deco02_1.png) no-repeat top right/contain;
  position: absolute;
  top: -28px;
  right: -52px;
  z-index: -1;
}

.index .contents3 li:nth-of-type(2) a span::after {
  content: "";
  width: 120px;
  height: 74px;
  background: url(../image/index/deco03.png) no-repeat center/contain;
  position: absolute;
  top: -44px;
  right: -42px;
  z-index: -1;
}

.index .contents4 .box::before {
  width: 80px;
  height: 80px;
  right: 0;
  top: -28px;
}

.index .contents4 h2 {
  font-size: 2.8rem;
  margin-bottom: 24px;
}

.index .contents4 .list {
  margin-bottom: 24px;
}

.index .contents4 .list dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.index .contents4 .list dl:last-of-type {
  margin-bottom: 0;
}

/****エラーページ*****/
/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 h2 {
  margin-bottom: 40px;
}

.privacy .contents1 .item-box {
  margin-bottom: 30px;
}

.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 h2 {
  margin-bottom: 32px;
}

.site .contents1 .site_list {
  width: 100%;
}

.site .contents1 .site_list ul {
  padding: 16px;
}

.site .contents1 .site_list ul li a {
  padding: 8px 12px;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 .list-box dl {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 .sec1 {
  width: 90%;
}

.news_detail .contents1 .sec1 .post-data {
  margin-bottom: 12px;
}

.news_detail .contents1 .sec1 .item-box {
  padding: 16px;
  border-radius: 10px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 h2 {
  margin-bottom: 32px;
}

.contact .contents1 table {
  margin-bottom: 24px;
}

.contact .contents1 table th {
  padding: 10px;
}

.contact .contents1 table td {
  padding: 10px;
}

.input-min {
  width: 62px;
}

.contact form input {
  font-size: 1.5rem;
}

.contact form textarea {
  font-size: 1.5rem;
  height: 150px;
}

.contact .contact-recaptcha-wrap {
  margin-bottom: 24px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  padding: 3px 6px;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits input,
.contact-submits button {
  font-size: 1.5rem;
  padding: 12px 15px;
  margin: 0 5px;
}

.contact-submits-wrap input {
  font-size: 1.5rem;
  padding: 12px 35px;
}

/**************************/
/*--------------------------------------
		common
	--------------------------------------*/
html {
  font-size: 62.5%;
}

a:link {
  text-decoration: underline;
}

/* box-sizing */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body,
#wrapper,
footer {
  width: auto;
  min-width: 320px;
}

body {
  background: #fff;
}

#wrapper {
  font-size: 1rem;
  padding: 0;
}

/* #pagetop */
.pagetop {
  right: 8px;
  bottom: 8px;
}

.pagetop a {
  width: 40px;
  height: 40px;
  background: #e5635f;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}

.pagetop a::before {
  display: none;
}

.pagetop a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-64%, -32%);
          transform: rotate(-45deg) translate(-64%, -32%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: -1;
}

.pagetop a:hover {
  background: #693628;
}

/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
