@charset "UTF-8";
/*=====================================================
  share
=====================================================*/
html, body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  font-family: 'Yu Mincho' , '游明朝' , '游明朝体' , Arial ,meiryo , 'メイリオ' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN W3' , sans-serif;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: #221815;
  background-image: url("../images/bg.png");
  background-position: 0 0;
  background-repeat: repeat;
}

a:link,
a:visited {
  color: #fff;
}

a:hover,
a:active {
  color: #e84091;
}

p {
  margin: 1rem 0;
  line-height: 1.8;
  font-size: 1px;
  font-size: 1rem;
}

/*=====================================================
  ol/ul
=====================================================*/
ol,
ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 30px;
}

ol li,
ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.8;
  font-size: 1px;
  font-size: 1rem;
  list-style: disc;
}

@media print, screen and (min-width: 1000px) {
  ol li,
  ul li {
    font-size: 1px;
    font-size: 1rem;
  }
}

ol li ul,
ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*=====================================================
  nowrap
=====================================================*/
.nowrap {
  white-space: nowrap;
}

/*=====================================================
  note
=====================================================*/
.note1 {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.note1_5 {
  display: inline-block;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.note2 {
  display: inline-block;
  padding-left: 2rem;
  text-indent: -2rem;
}

.note2_5 {
  display: inline-block;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.note3 {
  display: inline-block;
  padding-left: 3rem;
  text-indent: -3rem;
}

.note3_5 {
  display: inline-block;
  padding-left: 3.5rem;
  text-indent: -3.5rem;
}

.vi {
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

.vi .vi__text {
  margin: 10px 0 0 0;
  padding: 0 15px;
  font-size: 0.75px;
  font-size: 0.75rem;
  text-align: right;
}

@media print, screen and (min-width: 1000px) {
  .vi .vi__text {
    padding: 0;
    font-size: 0.875px;
    font-size: 0.875rem;
  }
}

.wrap {
  width: 100%;
  padding: 0 15px;
}

@media print, screen and (min-width: 768px) {
  .wrap {
    padding: 0 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .wrap {
    max-width: 920px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.about {
  margin-bottom: 40px;
}

.about .about__title {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1px;
  font-size: 1rem;
  color: #fff;
  background-color: #b79d6b;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  .about .about__title {
    width: 70px;
    height: 70px;
    font-size: 1.25px;
    font-size: 1.25rem;
  }
}

.about .about__text {
  font-size: 1.75px;
  font-size: 1.75rem;
  color: #dbcca4;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .about .about__text {
    font-size: 2.25px;
    font-size: 2.25rem;
  }
}

.about .about__text .about__text--small {
  font-size: 1.375px;
  font-size: 1.375rem;
}

@media print, screen and (min-width: 1000px) {
  .about .about__text .about__text--small {
    margin-right: 10px;
    font-size: 1.75px;
    font-size: 1.75rem;
  }
}

.about .about__text .about__indent {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .about .about__text .about__indent {
    display: none;
  }
}

.about .about__textPlace {
  font-size: 0.875px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .about .about__textPlace {
    font-size: 1.5px;
    font-size: 1.5rem;
  }
}

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

@media print, screen and (min-width: 768px) {
  .about .about__schedule {
    font-size: 1.5px;
    font-size: 1.5rem;
  }
}

.about {
  margin-bottom: 40px;
}

.about .about__title {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1px;
  font-size: 1rem;
  color: #fff;
  background-color: #b79d6b;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  .about .about__title {
    width: 70px;
    height: 70px;
    font-size: 1.25px;
    font-size: 1.25rem;
  }
}

.about .about__text {
  font-size: 1.75px;
  font-size: 1.75rem;
  color: #dbcca4;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .about .about__text {
    font-size: 2.25px;
    font-size: 2.25rem;
  }
}

.about .about__text .about__text--small {
  font-size: 1.375px;
  font-size: 1.375rem;
}

@media print, screen and (min-width: 1000px) {
  .about .about__text .about__text--small {
    margin-right: 10px;
    font-size: 1.75px;
    font-size: 1.75rem;
  }
}

.about .about__text .about__indent {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .about .about__text .about__indent {
    display: none;
  }
}

.about .about__textPlace {
  font-size: 0.875px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .about .about__textPlace {
    font-size: 1.5px;
    font-size: 1.5rem;
  }
}

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

@media print, screen and (min-width: 768px) {
  .about .about__schedule {
    font-size: 1.5px;
    font-size: 1.5rem;
  }
}

.ambassador {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #b79d6b;
}

@media print, screen and (min-width: 768px) {
  .ambassador {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
  }
}

.ambassador .ambassador__ph {
  width: 180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .ambassador .ambassador__ph {
    margin-bottom: 0;
  }
}

.ambassador .ambassador__caption {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 0.75px;
  font-size: 0.75rem;
  text-align: right;
  line-height: 1;
}

.ambassador .ambassador__title {
  margin: 0;
  padding-top: 15px;
  position: relative;
  font-size: 1.25px;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .ambassador .ambassador__title {
    padding-top: 15px;
  }
}

.ambassador .ambassador__title::before {
  width: 60px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}

.ambassador .ambassador__degree {
  margin-bottom: 10px;
  line-height: 1.4;
}

.ambassador .ambassador__name {
  margin-top: 0;
  font-size: 1.375px;
  font-size: 1.375rem;
  font-weight: bold;
}

.ambassador .ambassador__name ruby {
  font-size: 2.125px;
  font-size: 2.125rem;
}

.ambassador .ambassador__name ruby rt {
  font-size: 0.625px;
  font-size: 0.625rem;
}

.ambassador .ambassador__lead {
  margin-bottom: 0;
  font-weight: bold;
}

.intro {
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 15px;
  background-color: #b79d6b;
  background-image: url(../images/intro_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1000px) {
  .intro {
    padding: 40px 0;
  }
}

.intro .intro__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.intro .intro__text {
  margin: 0 0 40px 0;
  font-size: 1px;
  font-size: 1rem;
}

@media print, screen and (min-width: 1000px) {
  .intro .intro__text {
    font-size: 1.0625px;
    font-size: 1.0625rem;
    line-height: 2;
  }
}

.intro .intro__hakkutsu {
  max-width: 630px;
  margin: 0 auto;
}

.intro .intro__hakkutsu .intro__hakkutsuPhoto {
  margin-bottom: 15px;
}

.intro .intro__hakkutsu .intro__hakkutsuCaption {
  margin: 0;
  font-size: 0.9375px;
  font-size: 0.9375rem;
  line-height: 1;
}

.hakkutsu {
  max-width: 600px;
  margin: 0 auto 60px auto;
}

.hakkutsu .hakkutsu__ph {
  margin-bottom: 15px;
}

.hakkutsu .hakkutsu__caption {
  margin: 0;
  font-size: 0.9375px;
  font-size: 0.9375rem;
  line-height: 1;
}

.kouenkai {
  text-align: center;
}

.kouenkai .kouenkai__mainTitle {
  margin: 20px 0 30px 0;
  padding: 10px 0;
  font-size: 1.25px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  background-color: #75926b;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__mainTitle {
    padding: 20px 0;
    font-size: 1.625px;
    font-size: 1.625rem;
    line-height: 1;
  }
}

.kouenkai .kouenkai__title {
  margin: 0 0 1rem 0;
  font-size: 1px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__title {
    font-size: 1.5px;
    font-size: 1.5rem;
  }
}

.kouenkai .kouenkai__subject {
  margin-bottom: 30px;
  font-size: 1.5px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__subject {
    font-size: 2.5px;
    font-size: 2.5rem;
  }
}

.kouenkai .kouenkai__degree {
  margin: 0 0 10px 0;
  font-size: 1px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__degree {
    font-size: 1.125px;
    font-size: 1.125rem;
  }
}

.kouenkai .kouenkai__name {
  margin: 0 0 30px 0;
  font-size: 1.375px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.kouenkai .kouenkai__name ruby {
  font-size: 2.125px;
  font-size: 2.125rem;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__name ruby {
    font-size: 2.5px;
    font-size: 2.5rem;
  }
}

.kouenkai .kouenkai__name ruby rt {
  font-size: 0.625px;
  font-size: 0.625rem;
}

.kouenkai .kouenkai__profile {
  margin-bottom: 40px;
  text-align: left;
}

.kouenkai .kouenkai__scheduleTitle {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1px;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ae131b;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__scheduleTitle {
    width: 60px;
    height: 60px;
    font-size: 1.125px;
    font-size: 1.125rem;
  }
}

.kouenkai .kouenkai__scheduleDate {
  margin: 0 0 10px 0;
  font-size: 1.875px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__scheduleDate {
    font-size: 2.5px;
    font-size: 2.5rem;
  }
}

.kouenkai .kouenkai__scheduleOpenTime {
  margin: 0 0 30px 0;
  font-size: 1.125px;
  font-size: 1.125rem;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__scheduleOpenTime {
    font-size: 1.375px;
    font-size: 1.375rem;
  }
}

.kouenkai .kouenkai__scheduleHall {
  margin: 0 0 15px 0;
  font-size: 1.875px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__scheduleHall {
    font-size: 2.5px;
    font-size: 2.5rem;
  }
}

.kouenkai .kouenkai__schedulConditions {
  margin: 0 0 10px 0;
  padding: 10px 15px;
  font-size: 1px;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  border: 1px solid #fff;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__schedulConditions {
    margin-bottom: 15px;
    padding: 10px 20px;
    font-size: 1.25px;
    font-size: 1.25rem;
  }
}

.kouenkai .kouenkai__schedulStartDate {
  margin: 0 0 30px 0;
  font-size: 1px;
  font-size: 1rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__schedulStartDate {
    font-size: 1.25px;
    font-size: 1.25rem;
  }
}

.kouenkai .kouenkai__btnApp {
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.kouenkai .kouenkai__btnApp a {
  padding: 20px;
  display: block;
  font-size: 1.125px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #17ac5d;
  border-radius: 5px;
  background-image: url(../images/icon_squre_white_right.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 8px 12px;
  box-shadow: 0px 6px 0px 0px #0b773d;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai__btnApp a {
    padding: 30px;
    font-size: 1.75px;
    font-size: 1.75rem;
    transition: all .2s;
  }
  .kouenkai .kouenkai__btnApp a:hover {
    background-color: #ae131b;
    box-shadow: 0px 6px 0px 0px #70090f;
  }
}

.kouenkai .kouenkai_preview {
  max-width: 800px;
  margin: 0 auto 60px auto;
  padding: 20px;
  display: block;
  font-size: 1.125px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  background-color: #CCC;
  border-radius: 5px;
}

@media print, screen and (min-width: 1000px) {
  .kouenkai .kouenkai_preview {
    padding: 30px;
    font-size: 1.75px;
    font-size: 1.75rem;
  }
}

.seminar {
  margin-bottom: 60px;
  padding: 25px;
  border: 1px solid #fff;
}

@media print, screen and (min-width: 1000px) {
  .seminar {
    padding: 40px;
  }
}

.seminar .seminar__block.seminar__block--01 {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}

@media print, screen and (min-width: 768px) {
  .seminar .seminar__block.seminar__block--01 {
    margin: 0;
    padding: 0 40px 0 0;
    border-bottom-width: 0;
    border-right: 1px solid #fff;
  }
}

@media print, screen and (min-width: 1000px) {
  .seminar .seminar__block.seminar__block--02 {
    padding-left: 40px;
  }
}

.seminar .seminar__no {
  margin: 0 0 10px 0;
  font-size: 1px;
  font-size: 1rem;
  line-height: 1;
}

@media print, screen and (min-width: 1000px) {
  .seminar .seminar__no {
    font-size: 1.25px;
    font-size: 1.25rem;
  }
}

.seminar .seminar__subject {
  margin: 0 0 15px 0;
  line-height: 1.4;
  font-size: 1.5px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .seminar .seminar__subject {
    font-size: 1.875px;
    font-size: 1.875rem;
  }
}

.seminar .seminar__title {
  margin: 0 0 10px 0;
  padding: 5px 15px;
  display: inline-block;
  font-size: 0.875px;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 15px;
  background-color: #ae131b;
}

.seminar .seminar__text {
  margin: 0 0 15px 0;
  font-size: 1px;
  font-size: 1rem;
  line-height: 1.4;
}

.seminar .seminar__conditions {
  margin-left: 10px;
  padding: 4px 8px;
  font-size: 0.875px;
  font-size: 0.875rem;
  border: 1px solid #fff;
}

.shutudohin {
  margin-bottom: 60px;
}

.shutudohin .shutudohin__mainTitle {
  margin: 20px 0 30px 0;
  padding: 10px 0;
  font-size: 1.25px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  background-color: #a48b78;
}

@media print, screen and (min-width: 1000px) {
  .shutudohin .shutudohin__mainTitle {
    padding: 20px 0;
    font-size: 1.625px;
    font-size: 1.625rem;
    line-height: 1;
  }
}

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

.footer {
  padding: 30px 15px;
  font-family: 'Yu Gothic UI' , 'Yu Gothic' , '游ゴシック' , Arial ,meiryo , 'メイリオ' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN W3' , sans-serif;
  color: #333;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .footer {
    padding: 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .footer {
    padding: 40px 0;
  }
}

.footer a:link, .footer a:visited {
  color: #333;
}

.footer a:hover, .footer a:active {
  color: #e84091;
}

@media print, screen and (min-width: 1000px) {
  .footer .footer__inner {
    max-width: 920px;
    margin: 0 auto;
  }
}

.footer .footer__logo {
  width: 300px;
  margin: 0 auto 15px auto;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__logo {
    margin: 0 0 20px 0;
  }
}

@media print, screen and (min-width: 1000px) {
  .footer .footer__logo {
    width: 400px;
  }
}

.footer .footer__tel {
  margin: 0 0 15px 0;
  font-size: 1.25px;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__tel {
    text-align: left;
  }
}

@media print, screen and (min-width: 1000px) {
  .footer .footer__tel {
    font-size: 1.625px;
    font-size: 1.625rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .footer .footer__tel a {
    color: #333;
    text-decoration: none;
  }
}

.footer .footer__fax {
  margin: 0 0 10px 0;
  font-size: 1.125px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__fax {
    text-align: left;
  }
}

@media print, screen and (min-width: 1000px) {
  .footer .footer__fax {
    font-size: 1.375px;
    font-size: 1.375rem;
  }
}

.footer .footer__address {
  margin: 0 0 15px 0;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__address {
    text-align: left;
  }
}

@media print, screen and (min-width: 1000px) {
  .footer .footer__address {
    font-size: 1.125px;
    font-size: 1.125rem;
  }
}

.footer .footer__info {
  width: 100%;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .footer .footer__info {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer .footer__info dt {
  margin: 0 0 10px 0;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__info dt {
    text-align: left;
  }
}

@media print, screen and (min-width: 1000px) {
  .footer .footer__info dt {
    width: 100px;
  }
}

.footer .footer__info dd {
  margin: 0 0 15px 0;
  line-height: 1.4;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__info dd {
    text-align: left;
  }
}

@media print, screen and (min-width: 1000px) {
  .footer .footer__info dd {
    width: calc(100% - 100px);
  }
}

.btnPageTop {
  width: 54px;
  height: 54px;
  margin-bottom: 0;
  position: fixed;
  right: 20px;
  bottom: 40px;
  line-height: 1;
  z-index: 900;
}

@media print, screen and (min-width: 1000px) {
  .btnPageTop {
    bottom: 20px;
  }
}

.btnPageTop a {
  width: 54px;
  height: 54px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../images/icon_squre_white_up.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 8px;
}

.copyright {
  margin: 20px 0 0 0;
  font-size: 0.75px;
  font-size: 0.75rem;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */