@charset "UTF-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
}

/***** ↓smartphone chrome用 *****/
@media (max-width: 640px) {
  * {
    -webkit-text-size-adjust: 100%;
  }
}
/***** ↑smartphone chrome用 *****/

html {
  height: 100%;
  width: 100%;
}

body {
  color: #8d5e29;
  font-family: "SeuratPro-B", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, "ＭＳ ゴシック", "MS Gothic", monospace, "Osaka－等幅", "Osaka-mono", sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 2;
  position: relative;
  width: 100%;
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  body {

  }
}
/***** ↑tablet/pc *************************/


img {
  border: none;
  height: auto;
}

ul, li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  color: #f08700;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #fed400;
  text-decoration: underline;
}

address {
  font-style: normal;
}

.browserhappy {
  border: 2px dotted #f00;
  color: #f00;
  margin: 20px auto;
  padding: 10px;
}

#wbx {
  /*display: none;*/
  height: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  width: 100vw;
}


/*********************************************************************************************
 wrapper
*********************************************************************************************/
.wrapper {
  font-size: 14px;
  position: relative;
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .wrapper {
    font-size: 16px;
  }
}
/***** ↑tablet/pc *************************/


/*********************************************************************************************
 header
*********************************************************************************************/
.header-box {
  left: 0;
  position: absolute;
  top: 0;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  width: 100%;
  z-index: 1000;
}

.header-box-open-sp .header-backdrop {
  background: rgba(89, 72, 63, .4);
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}


.header-box-open-sp {
  height: 100vh;
}

.header-box-inner {
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-logo-box {
  line-height: 1;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.header-logo {
  background: #fff;
  border-radius: 1000px;
  box-shadow: 0 0 10px rgba(89, 72, 63, .4);
  display: inline-block;
  line-height: 1;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  vertical-align: middle;
}

.header-logo:hover {
  text-decoration: none;
}

.header-logo-img {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}

.header-nav-icon {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(89, 72, 63, .4);
  display: block;
  height: 70px;
  padding: 24px 17px;
  position: absolute;
  right: 20px;
  top: 20px;
  vertical-align: middle;
  width: 70px;
}

.nav-icon {
  color: #f08700;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  height: 22px;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  vertical-align: middle;
  width: 36px;
}

.header-nav-icon:hover .nav-icon {
  color: #fed400;
  text-decoration: none;
}

.header-nav-icon:hover .nav-icon::before {
  border-color: #fed400;
}

.header-nav-icon:hover .nav-icon::after {
  border-color: #fed400;
}

.nav-open-icon .nav-icon::before {
  border-bottom: 2px solid #f08700;
  border-top: 2px solid #f08700;
  content: ' ';
  display: block;
  height: 8px;
  left: calc(50% - 10px);
  position: absolute;
  top: 0;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  width: 20px;
}

.nav-open-icon .nav-icon::after {
  border-top: 2px solid #f08700;
  content: ' ';
  display: block;
  left: calc(50% - 10px);
  position: absolute;
  top: 20px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  width: 20px;
}

.nav-close-icon .nav-icon::before {
  border-bottom: 0;
  border-top: 2px solid #f08700;
  content: '';
  height: 0;
  left: 3px;
  position: absolute;
  top: 12px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  width: 30px;
}

.nav-close-icon .nav-icon::after {
  border-top: 2px solid #f08700;
  content: '';
  height: 0;
  left: 3px;
  position: absolute;
  top: 12px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  width: 30px;
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .header-box-inner {
  }

  .header-logo-box {
  }

  .header-logo {
    border-radius: 50%;
    left: 50%;
    padding: 110px 30px 30px;
    position: absolute;
    text-align: center;
    top: -110px;
    transform: translateX(-50%);
    width: 460px;
  }

  .header-logo-img {
    display: block;
    height: 60px;
    margin: 20px auto 0;
  }

  .header-nav-icon {
    display: none;
  }

  .nav-icon {
    font-size: 85.7%;
    height: 56px;
    padding: 39px 0 0;
    width: 50px;
  }

  .nav-open-icon .nav-icon::before {
    border-bottom-width: 3px;
    border-top-width: 3px;
    height: 10px;
    left: calc(50% - 15px);
    width: 30px;
  }

  .nav-open-icon .nav-icon::after {
    border-top-width: 3px;
    left: calc(50% - 15px);
    top: 26px;
    width: 30px;
  }

  .nav-close-icon .nav-icon::before {
    border-top-width: 3px;
    height: 0;
    left: 5px;
    top: 15px;
    width: 40px;
  }

  .nav-close-icon .nav-icon::after {
    border-top-width: 3px;
    left: 5px;
    top: 15px;
    width: 40px;
  }
}
/***** ↑tablet/pc *************************/


/*********************************************************************************************
 nav
*********************************************************************************************/
.nav {
  display: none;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a:active {
  text-decoration: none;
}

.nav-inner {
  left: 0;
  padding: 110px 20px 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

.nav-ul-1 {
  background: #fff;
  border-radius: 20px;
  max-width: 1100px;
}

.nav-1-open-sp {
  display: block;
  /*padding-top: 20px;*/
}

.nav-ul-1-li {
  border-bottom: 1px dotted #a67b45;
  position: relative;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  vertical-align: middle;
}

.nav-ul-1-li:last-child {
  border-bottom: 0;
}

.nav-ul-1-li-a {
  color: #8d5e29;
  display: block;
  line-height: 1;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}

.nav-ul-1-li-a:hover,
.nav-ul-1-li-a:active {
  color: #f08700;
  text-decoration: none;
}

.nav-ul-1-li-active > a.nav-ul-1-li-a {
  color: #f08700;
}

.nav-has-submenu-icon {
  background: #f08700;
  border-radius: 50%;
  height: 2em;
  position: absolute;
  right: 1.4em;
  top: calc(50% - 1em);
  width: 2em;
}

.nav-has-submenu-icon::before {
  background: #fff;
  bottom: 0;
  content: '';
  cursor: pointer;
  display: block;
  height: 2px;
  left: calc(50% - .5em);
  position: absolute;
  top: calc(50% - 1px);
  width: 1em;
}

.nav-has-submenu-icon::after {
  background: #fff;
  content: '';
  height: 1em;
  left: calc(50% - 1px);
  position: absolute;
  top: calc(50% - .5em);
  width: 2px;
}

.nav-submenu-open .nav-has-submenu-icon::after {
  display: none;
}

.nav-has-submenu-arrow {
  border-right: 1px solid #f08700;
  border-top: 1px solid #f08700;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: .5em;
  margin: auto;
  position: absolute;
  right: 1.4em;
  top: 0;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: .5em;
}

.nav-submenu-open .nav-ul-1-li-a::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-submenu-open .nav-has-submenu-arrow {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-ul-2-outer {
  display: none;
}

.nav-ul-2 {
  padding: 0 10px;
}

.nav-2-open {

}

.nav-ul-2-li {
  border-top: 1px dotted #a67b45;
}

.nav-ul-2-li:first-of-type {
  border-top: 0;
}

.nav-ul-2-li-a {
  background: rgba(240, 135, 0, .1);
  border-radius: 5px;
  color: #8d5e29;
  display: block;
  line-height: 1;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}

.nav-ul-2-li.active > a.nav-ul-2-li-a {
  background: #fff;
  color: #f08700;
}

.nav-ul-2-li-a:hover,
.nav-ul-2-li-a:active {
  color: #f08700;
  text-decoration: none;
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .nav {
    display: block;
    height: auto;
    overflow: visible;
    vertical-align: middle;
  }

  .nav-inner {
    padding: 140px 30px 0;
    position: static;
  }

  .nav-ul-1 {
    border-radius: 35px;
    box-shadow: 0 0 10px rgba(89, 72, 63, .4);
    display: table;
    height: 70px;
    margin: 0 auto;
    width: 100%;
  }

  .nav-ul-1-li {
    border: 0;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }

  .nav-ul-1-li-a {
    border-bottom: 0;
    display: block;
    line-height: 1;
    padding: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
  }

  .nav-ul-1-li-a:hover,
  .nav-ul-1-li-a:active {

  }

  .nav-ul-1-li-a::before {
    background: #59483f;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    top: calc(50% - 15px);
    width: 1px;
  }

  .nav-ul-1-li:first-of-type .nav-ul-1-li-a::before {
    display: none;
  }

  .nav-has-submenu-icon {
    display: none;
  }

  .nav-has-submenu-arrow {
    display: none;
  }

  .nav-ul-2-outer {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 70px;
    transform: translateX(-8em);
  }

  .nav-ul-2 {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(89, 72, 63, .4);
    padding: 20px;
    position: relative;
    top: -11px;
    width: 16em;
    z-index: 5;
  }

  .nav-ul-2-tri {
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    position: relative;
    z-index: 10;
  }

  .nav-ul-2:after {
    content: '';
    height: 45px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
  }

  .nav-2-open {

  }

  .nav-ul-2-li {
    text-align: center;
  }

  .nav-ul-2-li:first-child {
    margin-top: 0;
  }

  .nav-ul-2-li:last-child {
    margin-bottom: 0;
  }

  .nav-ul-2-li-a {
    background: #fff;
    border-radius: 24px;
    color: #8d5e29;
    display: block;
    line-height: 1;
    padding: 20px;
    position: relative;
  }

  .nav-ul-2-li.active > a.nav-ul-2-li-a {
    background: #fff;
    color: #f08700;
  }

  .nav-ul-2-li-a:hover,
  .nav-ul-2-li-a:active {
    text-decoration: none;
  }

}
/***** ↑tablet/pc *************************/



/*********************************************************************************************
 footer
*********************************************************************************************/
.footer {
  box-shadow: 0 0 10px rgba(89, 72, 63, .4);
  text-align: center;
}

.footer-inner {
  background: #fff;
  padding: 30px 20px;
}

.footer-copyright {
  font-size: 12px;
}

@media (min-width: 480px) {
  .footer-copyright {
    font-size: 14px;
  }
}



/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .footer-inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 50px 30px;
  }

  .footer-copyright {
    font-size: 16px;
  }

}
/***** ↑tablet/pc *************************/



/*********************************************************************************************
 common
*********************************************************************************************/

/****************************************************
 back-to-top
*****************************************************/
.btn-to-top-float-box {
  bottom: 30px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.btn-to-top-box {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: right;
}

.btn-to-top {
  background: #f08700;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  display: inline-block;
  height: 70px;
  line-height: 1.5;
  opacity: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  vertical-align: middle;
  width: 70px;
}

.btn-to-top::before {
  background: #f08700;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  height: 60px;
  left: 5px;
  position: absolute;
  top: 5px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  width: 60px;
}

.btn-to-top-text {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /*font-size: 11px;*/
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
}

.btn-to-top:hover,
.btn-to-top:active {
  background-color: #fed400;
  color: #fff;
  text-decoration: none;
}

.btn-to-top:hover::before {
  background-color: #fed400;
}

.btn-to-top-visible {
  opacity: 1;
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .btn-to-top-float-box {
    bottom: 50px;
  }

  .btn-to-top {
    height: 80px;
    right: 50px;
    width: 80px;
  }

  .btn-to-top::before {
    height: 70px;
    width: 70px;
  }

  .btn-to-top-text {
    font-size: 12px;
  }
}
/***** ↑tablet/pc *************************/



/****************************************************
 contents
*****************************************************/
.contents {
  background: url(../img/bg-flower-yellow.png) center center repeat;
  background-size: 500px auto;
  position: relative;
}

.contents-box {
  padding: 0 20px 32px;
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .contents {
    padding-top: 70px;
  }

  .contents-box {
    padding: 0 30px 32px;
  }
}
/***** ↑tablet/pc *************************/



/****************************************************
 links
*****************************************************/
.links-box {
  background: url(../img/bg-leaf-orange.png) left top repeat #fff;
  /*background-size: 100px auto;*/
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.links-box-inner {
  margin: 0 auto;
  max-width: 1100px;
}

.links-box-header {
  padding: 0 0 20px;
}

.links-header-h2 {

}

.links-header-h2-inner {
  background: url(../img/img-flower-blue.png) right 5px top no-repeat, url(../img/img-flower-yellow.png) right top 10px no-repeat;
  background-size: 12px auto, 15px auto;
  display: table;
  margin: 0 auto;
  padding: 5px 20px 5px 0;
  position: relative;
}

.links-box-body {
  align-items: center;
  box-sizing: content-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -ms-flex-flow: row wrap;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  justify-content: center;
}

.links-a {
  display: inline-block;
  line-height: 1;
  margin: 10px;
}

.links-img {
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  max-width: 192px;
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .links-box {
    margin: 0 auto;
    padding: 50px 30px;
  }

  .links-box-inner {
  }

  .links-box-header {
    background-size: auto;
    padding: 0 0 20px;
  }

  .links-header-h2-inner {
    background-position: right 10px top, right top 10px;
    background-size: 20px auto, 25px auto;
    line-height: 1.2;
    padding: 0 35px 0 0;
  }

  .links-a {}
}


@media (min-width: 1110px) {
  .links-box-header {
    padding: 0 0 50px;
  }

}
/***** ↑tablet/pc *************************/


/*********************************************************************************************
 2nd common
*********************************************************************************************/
/****************************************************
 contents
*****************************************************/
.contents-2nd {
  background: #fff;
}

.contents-box-2nd {
  padding: 0 20px;
}

.contents-box-2nd-first {
  margin-top: -100px;
}

.contents-box-2nd-last {
  padding-bottom: 50px;
}

.contents-box-2nd-tab {
  align-items: center;
  background: #59483f;
  border: 1px solid #fffdf8;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  color: #ece9e4;
  display: flex;
  font-size: 12px;
  left: 10px;
  line-height: 1;
  padding: 5px 10px;
  position: absolute;
  top: -23px;
  z-index: -1;
}


.contents-2nd-article {
  background: #fffdf8;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(89, 72, 63, .4);
  margin: 0 auto 60px;
  max-width: 1100px;
  position: relative;
}

.contents-2nd-article-inner {
  padding: 40px 20px;
  position: relative;
  z-index: 5;
}

.contents-2nd-article-header {
  padding: 0 0 40px;
}

.contents-2nd-article-header-h2 {
  color: #8d5e29;
  font-family: "SeuratPro-EB";
  font-size: 20px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.sec-box-body-group {
  padding: 40px 0 0;
}

.sec-box-body-group:first-of-type {
  padding: 0;
}


@media (min-width: 640px) {
  .contents-box-2nd-tab {
    background: transparent;
    border: 0;
    color: #c5b9b2;
    font-size: 12px;
    left: 40px;
    letter-spacing: .18em;
    position: absolute;
    top: 20px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    white-space: nowrap;
  }

  .contents-box-2nd-tab::before {
    background: #ece9e4;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 13px;
    width: 3px;
  }
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .contents-box-2nd {
    padding: 0 30px;
  }

  .contents-box-2nd-last {
    padding-bottom: 70px;
  }

  .contents-box-2nd-tab {
    color: #c5b9b2;
    font-size: 20px;
    left: 50px;
    letter-spacing: .18em;
    position: absolute;
    top: 30px;
    white-space: nowrap;

  }

  .contents-2nd-article {
    margin-bottom: 80px;
  }

  .contents-2nd-article-inner {
    padding: 60px 50px;
  }

  .sec-box-body-group {
    padding: 60px 0 0;
  }

  .sec-box-body-group:first-of-type {
    padding: 0;
  }

}
@media (min-width: 1160px) {
  .contents-2nd-article-inner {
    padding: 70px;
  }
}

/***** ↑tablet/pc *************************/


/****************************************************
 partition
*****************************************************/
.contents-box-2nd-partition {
  position: relative;
}

.contents-box-2nd-partition::before {
  content: "♪";
  font-size: 40px;
  left: 10%;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  top: 0;
  z-index: 5;
}

.contents-box-2nd-partition::after {
  content: "♪";
  font-size: 40px;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 5;
}

.contents-box-2nd-partition-inner {
  border-top: 1px dashed #ece9e4;
  margin-top: 40px;
  padding-top: 60px;
  position: relative;
}


@media (min-width: 640px) {
  .contents-box-2nd-partition-inner {
    margin-top: 50px;
    padding-top: 50px;
  }
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .contents-box-2nd-partition-inner {
    border-top: 1px dashed #ece9e4;
    margin-top: 60px;
    padding-top: 60px;
    position: relative;
  }
}

@media (min-width: 1160px) {
  .contents-box-2nd-partition::before {
    left: calc(50% - 500px);
  }

  .contents-box-2nd-partition::after {
    right: calc(50% - 500px);
  }
}
/***** ↑tablet/pc *************************/


/****************************************************
 pagetitle
*****************************************************/
.pagetitle {
  background: url(../img/bg-leaf-brown.png) center top repeat;
  background-size: 190px auto;
  /*margin: 0 0 30px;*/
  padding: 110px 0 100px;
}

.pagetitle-h1 {
  background: url(../img/bg-lily-white-large.png) left -20px top -50px no-repeat;
  background-size: 280px auto;
  color: #fff;
  font-size: 200%;
  line-height: 1.5;
  padding: 30px 20px;
  text-align: center;
}

.pagetitle-h1 {
  & > * + * {
    margin-top: 16px;
  }
}
.pagetitle-button {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .pagetitle {
    /*margin-bottom: 70px;*/
    padding: 140px 0 100px;
  }

  .pagetitle-h1 {
    background: url(../img/bg-lily-white-large.png) left 50px top -50px no-repeat;
    background-size: 350px auto;
    font-size: 200%;
    margin: 0 auto;
    max-width: 1100px;
    padding: 100px 50px;
  }

}
/***** ↑tablet/pc *************************/


/****************************************************
 sec-box-header-h2
*****************************************************/
.sec-box-header-h2 {
  color: #8d5e29;
  font-size: 20px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.sec-box-header-h2-inner {
  background: url(../img/img-leaf.png) right top no-repeat;
  background-size: 15px auto;
  display: table;
  margin: 0 auto;
  padding: 5px 20px 5px 0;
  position: relative;
}


.contents-2nd-article-header-h2 {

}

.contents-2nd-article-header-h2-inner {
/*  background: url(../img/img-leaf.png) right top no-repeat;
  background-size: 15px auto;
  display: table;
  margin: 0 auto;
  padding: 5px 20px 5px 0;
  position: relative;*/
}


@media (min-width: 375px) {
  .sec-box-header-h2 {
    font-size: 22px;
  }
}


@media (min-width: 480px) {
  .sec-box-header-h2 {
    font-size: 28px;
  }
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .sec-box-header-h2 {
    display: table;
    margin: 0 auto;
  }

  .sec-box-header-h2-inner {
    background-size: 25px auto;
    margin: 0;
    padding: 5px 30px 5px 0;
  }

  .contents-2nd-article-header {
    vertical-align: middle;
  }

  .contents-2nd-article-header-h2 {
    /*display: table;
    margin: 0 auto;*/
  }

  .contents-2nd-article-header-h2-inner {
    /*background-size: 25px auto;
    margin: 0;
    padding: 5px 30px 5px 0;*/
  }
}
/***** ↑tablet/pc *************************/


/****************************************************
 sec-box-header-h3
*****************************************************/

.sec-box-body-h3 {
  font-family: "SeuratPro-EB";
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.sec-box-body-h3::before {
  background: #c5b9b2;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 10%;
}

.sec-box-body-h3-en {
  color: #f3981d;
  display: block;
  font-size: 12px;
}

@media (min-width: 375px) {
  .sec-box-body-h3 {
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  .sec-box-body-h3 {
    font-size: 24px;
  }
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .sec-box-body-h3 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
  }

}
/***** ↑tablet/pc *************************/


/****************************************************
 breadcrumb
*****************************************************/
.breadcrumb {
  font-size: 93%;
  padding-bottom: 20px;
}

.breadcrumb-li,
.breadcrumb-li-active {
  display: inline-block;
  padding-right: 17px;
  position: relative;
  vertical-align: middle;
}

.breadcrumb-li:after {
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  content: '';
  height: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
}

.breadcrumb-li-a {
  color: #555;
  text-decoration: none;
}

.breadcrumb-li-a:hover,
.breadcrumb-li-a:active {
  text-decoration: none;
}

.breadcrumb-li-a-home {
  display: inline-block;
  padding: 8px;
  position: relative;
}

.breadcrumb-li-img {
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-7px);
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  width: 16px;
}

.breadcrumb-li-a-home .breadcrumb-li-img-home-1 {
  opacity: 1;
}

.breadcrumb-li-a-home .breadcrumb-li-img-home-2 {
  opacity: 0;
}

.breadcrumb-li-a-home:hover .breadcrumb-li-img-home-1 {
  opacity: 0;
}

.breadcrumb-li-a-home:hover .breadcrumb-li-img-home-2 {
  opacity: 1;
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .breadcrumb {
    padding-bottom: 30px;
  }

  .breadcrumb-li-img {
    display: block;
    width: 18px;
  }
}

@media (min-width: 1065px) {
  .breadcrumb {
  }
}
/***** ↑tablet/pc *************************/


/****************************************************
 article
*****************************************************/
.article-box {
  margin-bottom: 30px
}

.article-box-header {
  background: url(../img/bg-lily-green-line.png) left top no-repeat;
  background-size: 60px auto;
  border-bottom: 3px solid #82b51a;
  margin-bottom: 20px;
  padding: 10px 30px;
  width: 100%;
}

.article-box-header-h2 {
  color: #82b51a;
  line-height: 1;
  font-size: 22px;
}

.article-box-header-h2-s {
  font-size: 12px;
}

.article-box-body {
  padding: 0 5px;
}

.article-box-body-block {
  padding-top: 15px;
}

.article-box-body-block:first-child {
  padding-top: 0;
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .article-box {
    margin-bottom: 50px
  }

  .article-box-header {
    background-size: auto;
    margin-bottom: 30px;
    padding: 15px 50px;
  }

  .article-box-header-h2 {
    font-size: 35px;
  }

  .article-box-body {
    padding: 0 10px;
  }

  .article-box-body-block {
    padding-top: 30px;
  }

  .article-box-body-block:first-child {
    padding-top: 0;
  }
}
/***** ↑tablet/pc *************************/


/****************************************************
 table
*****************************************************/
.tbl-normal {
  background-color: #fff;
  border: 2px solid #f08700;
  border-radius: 10px;
  border-spacing: 0;
  display: block;
  line-height: 1.7;
  width: 100%;
}

.tbl-normal > tbody {
  display: block;
}

.tbl-normal > tbody > tr {
  display: block;
}

.tbl-normal > tbody > tr > th {
  background: rgba(240, 135, 0, .5);
  border-top: 1px solid #f08700;
  display: block;
  padding: 10px;
}

.tbl-normal > tbody > tr:first-child > th {
  border: 0;
  border-radius: 8px 8px 0 0;
}

.tbl-normal > tbody > tr > td {
  border-top: 1px solid #f08700;
  display: block;
  padding: 10px;
}

.tbl-normal > tbody > tr:first-child > td {
  border: 0;
}

.tbl-inner-normal {
  border: 1px solid #f08700;
  border-radius: 10px;
  border-spacing: 0;
  display: block;
  line-height: 1.7;
  width: 100%;
}

.tbl-inner-normal > tbody,
.tbl-inner-normal > tbody > tr {
  display: block;
}

.tbl-inner-normal > tbody > tr > th {
  background: rgba(130, 181, 26, .25);
  border-top: 1px solid #f08700;
  display: block;
  padding: 10px;
}

.tbl-inner-normal > tbody > tr:first-child > th {
  border: 0;
  border-radius: 8px 8px 0 0;
}

.tbl-inner-normal > tbody > tr > td {
  border-top: 1px solid #f08700;
  display: block;
  padding: 10px;
}

.tbl-inner-normal > tbody > tr:first-child > td {
  border: 0;
}

.tbl-ttl {
  margin-bottom: 10px;
}


@media (min-width: 640px) {
  .tbl-normal {
    display: table;
  }

  .tbl-normal > tbody {
    display: table-row-group;
  }

  .tbl-normal > tbody > tr {
    display: table-row;
  }

  .tbl-normal > tbody > tr > th {
    display: table-cell;
  }

  .tbl-normal > tbody > tr:first-child > th {
    border-radius: 8px 0 0 0;
  }

  .tbl-normal > tbody > tr:last-child > th {
    border-bottom-left-radius: 8px;
  }

  .tbl-normal > tbody > tr > td {
    display: table-cell;
  }

  .tbl-inner-normal {
    display: table;
  }

  .tbl-inner-normal > tbody {
    display: table-row-group;
  }

  .tbl-inner-normal > tbody > tr {
    display: table-row;
  }

  .tbl-inner-normal > tbody > tr > th {
    display: table-cell;
  }

  .tbl-inner-normal > tbody > tr:first-child > th {
    border-radius: 8px 0 0 0;
  }

  .tbl-inner-normal > tbody > tr:last-child > th {
    border-bottom-left-radius: 8px;
  }

  .tbl-inner-normal > tbody > tr > td {
    display: table-cell;
  }

  .w6em {
    width: 6em;
  }

  .w8em {
    width: 8em;
  }
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .tbl-normal > tbody > tr > th,
  .tbl-normal > tbody > tr > td {
    padding: 15px;
  }

  .tbl-inner-normal > tbody > tr > th,
  .tbl-inner-normal > tbody > tr > td {
    padding: 15px;
  }

  .tbl-ttl {
    margin-bottom: 15px;
  }
}
/***** ↑tablet/pc *************************/


/****************************************************
 list
*****************************************************/
/***** list-nomark-ul ****/
.list-nomark-ul {
  list-style-type: none;
  margin: 15px 0 10px;
}

.list-nomark-ul-li {
  list-style-type: none;
  margin-bottom: 5px;
}

/***** list-dot-ul ****/
.list-dot-ul-li {
  padding: 0 0 5px 1em;
  position: relative;
}

.list-dot-ul-li:last-child {
  padding-bottom: 0;
}

.list-dot-ul-li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

/***** list-disc-ul *****/
.list-disc-ul-li {
  color: #f08700;
  list-style-type: disc;
  margin-left: 1em;
  padding: 0 0 5px 5px;
  position: relative;
}

.list-disc-ul-li:last-child {
  padding-bottom: 0;
}

/***** list-kome-ul *****/
.list-kome-ul-li {
  padding: 0 0 5px 1em;
  position: relative;
}

.list-kome-ul-li:last-child {
  padding-bottom: 0;
}

.list-kome-ul-li::before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

/***** list-maruno-ol *****/
.list-maruno-ol {}

.list-maruno-ol-li {
  padding-left: 1.5em;
  position: relative;
}

.list-maruno-ol-li-1::before {
  content: '\02460';
  left: 0;
  position: absolute;
  top: 0;
}

.list-maruno-ol-li-2::before {
  content: '\02461';
  left: 0;
  position: absolute;
  top: 0;
}

.list-maruno-ol-li-3::before {
  content: '\02462';
  left: 0;
  position: absolute;
  top: 0;
}

.list-maruno-ol-li-4::before {
  content: '\02463';
  left: 0;
  position: absolute;
  top: 0;
}

.list-maruno-ol-li-5::before {
  content: '\02464';
  left: 0;
  position: absolute;
  top: 0;
}


/***** list-flower-orange-ul *****/
.list-flower-orange-ul-li {
  padding: 0 0 5px 1.5em;
  position: relative;
}

.list-flower-orange-ul-li:last-child {
  padding-bottom: 0;
}

.list-flower-orange-ul-li::before {
  background: url(../img/img-flower-orange.png) left top no-repeat;
  background-size: 1em auto;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 1.2em;
  left: 0;
  position: absolute;
  top: .3em;
  width: 1em;
}

/***** list-flower-pink-ul *****/
.list-flower-pink-ul-li {
  padding: 0 0 5px 1.5em;
  position: relative;
}

.list-flower-pink-ul-li:last-child {
  padding-bottom: 0;
}

.list-flower-pink-ul-li::before {
  background: url(../img/img-flower-pink.png) left top no-repeat;
  background-size: 1em auto;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 1.2em;
  left: 0;
  position: absolute;
  top: .3em;
  width: 1em;
}


/****************************************************
 others
*****************************************************/
.icon-popup {
  height: 1em;
  padding-left: 10px;
  vertical-align: middle;
}

.alert-box {
  background: #fff0cd;
  border: 2px solid #f8b500;
  color: #f8b500;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
}

.note-kome {
  margin-top: 10px;
  padding-left: 1em;
  position: relative;
}

.note-kome:before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .note-kome {
    margin-top: 15px;
  }
}
/***** ↑tablet/pc *************************/


/*********************************************************************************************
 toppage
*********************************************************************************************/
/****************************************************
 main-image
*****************************************************/
.box-top-mainimage {
  margin: 0 0 30px;
  position: relative;
}

.box-top-mainimage-inner {

}

.box-top-mainimage-sleeve-l {
  display: none;
}

.box-top-mainimage-sleeve-r {
  display: none;
}

.main-fig-ul {
}

.main-fig-ul-li {
  height: 40vh;
  min-height: 400px;
  width: 100%;
}

.main-fig-ul-li-01 {
  background: url(../img/pht-top-mainimage-01.jpg) center center no-repeat;
  background-size: cover;
}

.main-fig-ul-li-02 {
  background: url(../img/pht-top-mainimage-02.jpg) center center no-repeat;
  background-size: cover;
}

.main-fig-ul-li-03 {
  background: url(../img/pht-top-mainimage-03.jpg) center center no-repeat;
  background-size: cover;
}

.main-fig-ul-li-04 {
  background: url(../img/pht-top-mainimage-04.jpg) center center no-repeat;
  background-size: cover;
}

.top-mainimage-img {
  display: none;
  opacity: 0;
  width: 100%;
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .box-top-mainimage {
    margin: 0 auto 70px;
    padding: 0;
    position: relative;
  }

  .box-top-mainimage-inner {
    position: relative;
  }

  .box-top-mainimage-sleeve-l {
    background: rgba(255, 255, 255, .3);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc((100vw - 1115px) / 2);
    z-index: 10;
  }

  .box-top-mainimage-sleeve-r {
    background: rgba(255, 255, 255, .3);
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100vw - 1115px) / 2);
    z-index: 10;
  }

  .main-fig-ul {

  }

  .main-fig-ul-li {
    height: auto;
    min-height: 550px;
  }
}
/***** ↑tablet/pc *************************/


/****************************************************
 top-info-blog
*****************************************************/

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .top-info-blog-box {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 1100px;
  }
  .top-event-box {
    grid-column: 1 / 3
  }
}
/***** ↑tablet/pc *************************/


/****************************************************
 top-info
*****************************************************/
.top-info-box {
  background: #fef3e5;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(89, 72, 63, .4);
  margin: 0 auto 30px;
  position: relative;
}

.top-info-box-inner {
  padding: 40px 20px;
  position: relative;
  z-index: 5;
}

.top-box-header {
  padding: 0 0 40px;
}

.top-box-header-h2 {
  color: #8d5e29;
  font-size: 20px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  grid-area: title;
  display: grid;
  place-self: center;
}

.top-box-header-h2-inner {
  background: url(../img/img-leaf.png) right top no-repeat;
  background-size: 15px auto;
  display: table;
  margin: 0 auto;
  padding: 0 20px 0 0;
  position: relative;
}

.top-box-footer {
  padding: 0 0 40px;
  text-align: center;
}

.top-box-footer-btn {
  background: #f08700;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-size: 114.3%;
  line-height: 1;
  padding: 10px 40px 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.top-box-footer-btn:hover,
.top-box-footer-btn:active {
  color: #fff;
  text-decoration: none;
}

.top-box-footer-btn::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 10px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}

.top-info-btn {
  background-color: #f08700;
  color: #fff;
}

.top-info-btn:hover {
  background-color: #ffa500;
  color: #fff;
}

.top-info-ul {
}

.top-info-ul-li {
  border-top: 2px dotted #f08700;
  width: 100%;
}

.top-info-ul-li:first-child {
  border-top: 0;
}

.top-info-ul-li-a {
  color: #8d5e29;
  display: block;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}

.top-info-ul-li-a:hover {
  background: rgba(240, 135, 0, .1);
  color: #a67b45;
  text-decoration: none;
}

.info-date {
  display: block;
}

.info-label {
  display: block;
}

.info-label-news {
  background: #ff6347;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 87.5%;
  line-height: 1;
  padding: 5px 10px;
}

.info-label-notes {
  background: #ffa500;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 87.5%;
  line-height: 1;
  padding: 5px 10px;
}

.info-text {
  display: block;
}

.info-text-inner {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-ttl {
  border-bottom: 1px dashed #f08700;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0 0 20px;
}

.info-body {
  padding: 0 0 20px;
}
.infodetail-photo-img {
  width: calc((100% - 20px) / 2);
  border: 4px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(89, 72, 63, 0.4);
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 200ms;
}
.infodetail-photo-img:hover {
  transform: scale(1.02);
}
.infodetail-photo-img:nth-child(2n-1) {
  margin-left: 0;
}
.infodetail-photo-img-body {
  width: 100%;
  height: 0;
  padding-top: 79%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.info-files-ul {
  margin-bottom: 20px;
}

.info-files-ul-li {
  padding: 0 0 5px 1.5em;
  position: relative;
}

.info-files-ul-li:last-child {
  padding-bottom: 0;
}

.info-files-ul-li::before {
  background: url(../img/icon-pdf.svg) left top no-repeat;
  background-size: 1.006172em 1.2em;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 1.2em;
  left: 0;
  position: absolute;
  top: .5em;
  width: 1.1em;
}

.info-btn-box {
  padding: 30px 0 0;
  text-align: center;
}

@media (min-width: 375px) {
  .top-box-header-h2 {
    font-size: 22px;
  }
}

@media (min-width: 480px) {
  .top-box-header-h2 {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  .infodetail-photo-img {
    width: calc((99.9999% - 40px) / 3);
  }
  .infodetail-photo-img:nth-child(2n-1) {
    margin-left: 20px;
  }
  .infodetail-photo-img:nth-child(3n-2) {
    margin-left: 0;
  }
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .top-info-box {
    margin: 0;
  }

  .top-info-box-inner {
    padding: 50px 50px 150px;
  }

  .top-box-header {
    vertical-align: middle;
  }

  .top-box-header-h2 {
    display: table;
    margin: 0 auto;
  }

  .top-box-header-h2-inner {
    background-size: 25px auto;
    margin: 0;
    padding: 0 30px 0 0;
  }

  .top-box-body {
    vertical-align: middle;
  }

  .top-box-footer {
    bottom: 50px;
    padding: 50px 0 0;
    position: absolute;
    width: 100%;
    z-index: 5;
  }

  .top-box-footer-btn {
    border-radius: 25px;
    padding: 15px 57px 15px 50px;
  }

  .top-info-ul {
  }

  .top-info-ul-li-a {
    display: table;
    padding: 20px;
    table-layout: fixed;
    width: 100%;
  }

  .info-date {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
  }

  .info-label {
    /*display: table-cell;*/
    vertical-align: middle;
    /*width: 100px;*/
  }

  .info-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
  }

  .info-ttl {
    font-size: 18px;
    margin: 0 0 30px;
    padding: 0 0 30px;
  }

  .info-body {
    padding: 0 0 30px;
  }

  .info-btn-box {
    padding: 50px 0 0;
  }
}
/***** ↑tablet/pc *************************/


/****************************************************
 top-blog
*****************************************************/
.top-blog-box {
  background: #fffbe5;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(89, 72, 63, .4);
  margin: 0 auto 30px;
  position: relative;
}

.top-blog-box-inner {
  padding: 40px 20px;
  position: relative;
  z-index: 5;
}

.top-blog-header-h2 {
  /*color: #f8b500;*/
}

.top-blog-header-h2-br {
  display: none;
}

.top-blog-btn {
  background-color: #f8b500;
  color: #fff;
}

.top-blog-btn:hover {
  background-color: #ffd700;
  color: #fff;
}

.top-blog-ul {
}

.top-blog-ul-li {
  border-top: 2px dotted #fed400;
  width: 100%;
}

.top-blog-ul-li:first-child {
  border-top: 0;
}

.top-blog-ul-li-a {
  color: #8d5e29;
  display: block;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}

.top-blog-ul-li-a:hover {
  background: rgba(254, 212, 0, .1);
  color: #a67b45;
  text-decoration: none;
}

.blog-date {
  display: block;
}

.blog-label {
  display: block;
}

.blog-label-studio {
  background: #ff6347;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 87.5%;
  line-height: 1;
  padding: 5px 10px;
}

.blog-label-school {
  background: #ff8c00;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 87.5%;
  line-height: 1;
  padding: 5px 10px;
}

.blog-label-asakadai {
  background: #fcc800;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 87.5%;
  line-height: 1;
  padding: 5px 10px;
}

.blog-title {
  display: block;
}

.blog-text {
  display: block;
}

.blog-text-inner {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .top-blog-box {
    flex-basis: calc(50% - 15px);
    margin: 0;
  }

  .top-blog-box-inner {
    padding: 50px 50px 150px;
  }

  .top-blog-header-h2-br {
    /*display: inline-block;*/
  }

  .top-blog-ul {
  }

  .top-blog-ul-li-a {
    display: table;
    padding: 20px;
    table-layout: fixed;
    width: 100%;
  }

  .blog-date {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
  }

  .blog-label {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    /*width: 110px;*/
  }

  .blog-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
  }
}
@media (min-width: 1240px) {
  .top-blog-box {
    flex-basis: calc(50% - 25px);
  }
}
/***** ↑tablet/pc *************************/


/****************************************************
 top-event
*****************************************************/
.top-event-box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(89, 72, 63, .4);
  margin: 0 auto 0;
  position: relative;
  max-width: 1100px;
  width: 100%;
}

.top-event-box-inner {
  padding: 40px 20px;
  position: relative;
  z-index: 5;
}


/****************************************************
 top-btns
*****************************************************/
.top-btns-box {
  background: url(../img/bg-dot-green.png) center center repeat #f4f9e8;/*rgba(144, 195, 31, .1);*/
  background-size: 150px auto;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.top-btns-box-inner {
  margin: 0 auto;
  max-width: 1100px;
}

.top-btns-box-header {
  padding: 0 0 20px;
}

.top-btns-box-body {
  align-items: stretch;
  box-sizing: content-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.top-btns-header-h2 {
  /*color: #90c31f;*/
}

.top-btns-header-h2-inner {
  background: url(../img/img-flower-orange.png) right 5px top no-repeat, url(../img/img-flower-pink.png) right top 10px no-repeat;
  background-size: 12px auto, 15px auto;
  display: table;
  margin: 0 auto;
  padding: 5px 20px 5px 0;
  position: relative;
}

.top-btns-btn {
  border-radius: 29px;
  box-shadow: 0 0 10px rgba(89, 72, 63, .4);
  box-sizing: content-box;
  color: #fff;
  display: block;
  flex-basis: 100%;
  font-size: 128.6%;
  line-height: 1;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  text-decoration: none;
}

.top-btns-btn:hover,
.top-btns-btn:active {
  color: #fff;
  text-decoration: none;
}

.top-btns-btn::before {
  border: 2px solid #fff;
  border-radius: 26px;
  content: '';
  height: calc(100% - 10px);
  left: 3px;
  position: absolute;
  top: 3px;
  width: calc(100% - 10px);
}

.top-btns-btn-inner {
  background: url(../img/img-leaf-white.png) right center no-repeat;
  background-size: 15px auto;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}

.top-btns-btn-studio {
  background-color: #ff6347;
}

.top-btns-btn-studio:hover {
  background-color: #ff7f50;
}

.top-btns-btn-school {
  background-color: #ff8c00;
}

.top-btns-btn-school:hover {
  background-color: #ffa500;
}

.top-btns-btn-asakadai {
  background-color: #fcc800;
}

.top-btns-btn-asakadai:hover {
  background-color: #ffd900;
}

.top-btns-btn-schoolasakadai {
  background-color: #e4b940;
}

.top-btns-btn-schoolasakadai:hover {
  background-color: #e8c04d;
}

@media (min-width: 640px) {

}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .top-btns-box {
    margin: 0 auto;
    padding: 50px 30px;
  }

  .top-btns-box-inner {
  }

  .top-btns-box-header {
    background-size: auto;
    padding: 0 0 20px;
  }

  .top-btns-header-h2-inner {
    background-position: right 10px top, right top 10px;
    background-size: 20px auto, 25px auto;
    line-height: 1.2;
    padding: 0 35px 0 0;
  }

  .top-btns-btn {
    margin-top: 30px;
  }
}

@media (min-width: 1110px) {
  .top-btns-box-header {
    padding: 0 0 50px;
  }

  .top-btns-btn {
    border-radius: 41px;
    flex-basis: calc(25% - 80px);
    margin: 0;
    padding: 30px;
    font-size:96%;
  }

  .top-btns-btn::before {
    border: 3px solid #fff;
    border-radius: 36px;
    content: '';
    height: calc(100% - 16px);
    left: 5px;
    position: absolute;
    top: 5px;
    width: calc(100% - 16px);
  }

  .top-btns-btn-inner {
    background-size: 20px auto;
    line-height: 26px;
    padding-right: 25px;
  }
}
/***** ↑tablet/pc *************************/



/*********************************************************************************************
 aboutus
*********************************************************************************************/
/****************************************************
 policy
*****************************************************/
.aboutus-policy-box {
  background: #fffdf8;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(89, 72, 63, .4);
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

.aboutus-policy-box-inner {
  padding: 40px 20px;
  position: relative;
  z-index: 5;
}

.aboutus-policy-box-header {
  padding: 0 0 40px;
}

.aboutus-policy-box-header-h2 {
  color: #8d5e29;
  font-family: "SeuratPro-EB";
  font-size: 20px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.aboutus-policy-header-h2 {
  /*color: #f08700;*/
}

.aboutus-policy-header-h2-inner {
  background: url(../img/img-leaf.png) right top no-repeat;
  background-size: 15px auto;
  display: table;
  margin: 0 auto;
  padding: 5px 20px 5px 0;
  position: relative;
}

.aboutus-policy-box-body-group {
  padding: 50px 0 0;
}

.aboutus-policy-box-body-group:first-of-type {
  padding: 0;
}

.aboutus-policy-h3 {
  font-family: "SeuratPro-EB";
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.aboutus-policy-h3::before {
  background: #c5b9b2;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 10%;
}

.aboutus-policy-h3-en {
  color: #f3981d;
  display: block;
  font-size: 12px;
}

.aboutus-policy-strong {
  font-family: "SeuratPro-EB";
  font-size: 114.3%;
}

.aboutus-policy-img-01-01 {
  display: block;
  margin: 0 auto 20px;
  max-width: 186px;
  width: 100%;
}

.aboutus-policy-img-01-02 {
  display: block;
  margin: 20px auto;
  max-width: 200px;
  width: 100%;
}

.aboutus-policy-img-02 {
  display: block;
  margin: 0 auto 20px;
  max-width: 250px;
  width: 100%;
}

.aboutus-policy-img-03 {
  display: block;
  margin: 0 auto 20px;
  max-width: 250px;
  width: 100%;
}

.aboutus-policy-img-04 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.aboutus-contact-box {
  border: 5px solid #f08700;
  border-radius: 10px;
  display: table;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.aboutus-contact-h4 {
  border-bottom: 2px dashed #f08700;
  font-family: "SeuratPro-EB";
  font-size: 16px;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  text-align: center;
}

.aboutus-contact-text {
}

.aboutus-contact-tel {
  background: url(../img/icon-tel.png) left center no-repeat;
  background-size: 24px auto;
  font-size: 20px;
  padding-left: 30px;
}

.aboutus-contact-mail-btn {
  background: url(../img/icon-mail-white.png) left 15px center no-repeat #f08700;
  background-size: 24px auto;
  border-radius: 100px;
  color: #fff;
  display: table;
  line-height: 1.2;
  margin: 20px auto 0;
  padding: 10px 15px 10px 45px;
  text-align: left;
  text-decoration: none;
}

.aboutus-contact-mail-btn:hover {
  background-color: #ffa500;
  color: #fff;
  text-decoration: none;
}

.aboutus-company-img {
  max-width: 256px;
  width: 100%;
}



@media (min-width: 375px) {
  .aboutus-policy-header-h2 {
    font-size: 22px;
  }

  .aboutus-policy-h3 {
    font-size: 20px;
  }

  .aboutus-contact-h4 {
    font-size: 18px;
  }

  .aboutus-contact-mail-btn {
    background-position: left 20px center;
    font-size: 16px;
    padding: 20px 20px 20px 60px;
  }
}

@media (min-width: 480px) {
  .aboutus-policy-header-h2 {
    font-size: 28px;
  }

  .aboutus-policy-h3 {
    font-size: 24px;
  }

  .aboutus-contact-h4 {
    font-size: 20px;
  }
}




@media (min-width: 640px) {
  .aboutus-policy-img-01-01 {
    float: right;
    margin: 0 0 20px 20px;
  }

  .aboutus-policy-img-01-02 {
    float: left;
    margin: 20px 20px 0 0;
  }

  .aboutus-policy-img-02 {
    float: right;
    margin: 0 0 20px 20px;
  }

  .aboutus-policy-img-03 {
    float: left;
    margin: 0 20px 20px 0;
  }

  .aboutus-policy-img-04 {
  }
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .aboutus-policy-box {

  }

  .aboutus-policy-box-inner {
    padding: 60px 50px;
  }

  .aboutus-policy-header {
    vertical-align: middle;
  }

  .aboutus-policy-header-h2 {
    display: table;
    margin: 0 auto;
  }

  .aboutus-policy-header-h2-inner {
    background-size: 25px auto;
    margin: 0;
    padding: 5px 30px 5px 0;
  }

  .aboutus-policy-body {
    vertical-align: middle;
  }

  .aboutus-policy-h3 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
  }

  .aboutus-policy-img-01-01 {
    margin: 0 0 30px 30px;
  }

  .aboutus-policy-img-01-02 {
    margin: 30px 30px 0 0;
  }

  .aboutus-policy-img-02 {
    margin: 0 0 0 30px;
  }

  .aboutus-policy-img-03 {
    margin: 0 30px 0 0;
  }

  .aboutus-policy-img-04 {
  }

  .aboutus-contact-box {
    padding: 30px;
  }

  .aboutus-contact-tel {
    pointer-events: none;
    text-decoration: none;
  }
}

@media (min-width: 1160px) {
  .aboutus-policy-box-inner {
    padding: 70px;
  }
}
/***** ↑tablet/pc *************************/



/*********************************************************************************************
 studio
*********************************************************************************************/
.studio-box-header {
  padding: 0 0 40px;
}

.studio-box-header-h2 {
  color: #8d5e29;
  font-family: "SeuratPro-EB";
  font-size: 20px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.studio-header-h2 {
  /*color: #f08700;*/
}

.studio-header-h2-inner {
  background: url(../img/img-leaf.png) right top no-repeat;
  background-size: 15px auto;
  display: table;
  margin: 0 auto;
  padding: 5px 20px 5px 0;
  position: relative;
}

.studio-box-body-group {
  padding: 40px 0 0;
}

.studio-box-body-group:first-of-type {
  padding: 0;
}

.studio-h3 {
  font-family: "SeuratPro-EB";
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.studio-h3::before {
  background: #c5b9b2;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 10%;
}

.studio-h3-en {
  color: #f3981d;
  display: block;
  font-size: 12px;
}

.studio-strong {
  font-family: "SeuratPro-EB";
  font-size: 114.3%;
}

.studio-strong-marker {
  background: linear-gradient(to top, rgba(255, 238, 12, 0.5) 40%, rgba(243, 246, 245, 0) 50%);
}

.studio-img-01 {
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  display: block;
  margin: 20px auto;
  max-width: 200px;
  transform: rotate(5deg);
  width: 100%;
}

.studio-img-02 {
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  display: block;
  margin: 20px auto;
  max-width: 200px;
  transform: rotate(-3deg);
  width: 100%;
}

/***** facilities *****/
.studio-facilities-cell {
  padding: 0 0 20px;
}

.studio-img-03 {
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  display: block;
  margin: 20px auto;
  width: 200px;
}

.studio-img-04 {
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  display: block;
  margin: 20px auto;
  width: 200px;
}

.studio-figcpt {}

.studio-figcpt-h4 {
  /*font-family: 'SeuratPro-DB';*/
  font-size: 15px;
  margin-bottom: 10px;
}

/***** schedule *****/

.studio-schedule-box {}

.studio-schedule-preface {}

.studio-schedule-h4 {
  margin-top: 40px;
  overflow: hidden;
  padding-left: 1.5em;
  position: relative;
  font-size: 16px;
  background: #fff8ea;
  padding: .5em 1em .5em 2em;
  display: block;
}

.studio-schedule-h4::before {
  content: "";
  width: .8em;
  height: .8em;
  position: absolute;
  left: .5em;
  top: 1.1em;
  margin: auto;
}

.studio-schedule-h4-01::before {
  background: #f39800;
}

.studio-schedule-h4-02::before {
  background: #28a7e1;
}


.studio-schedule-h4-m {
  display: inline-block;
  font-size: 14px;
}

.studio-schedule-h4-s {
  display: inline-block;
  font-size: 12px;
}

.studio-schedule-ul {
  margin: 20px auto 0;
  padding: 0 0 1px;
  width: 200px;
}

.studio-schedule-ul-li {
}

.studio-schedule-ul-li-box {
  color: #fff;
  font-size: 16px;
  margin: 0 0 35px;
  padding: 20px 20px 0;
  position: relative;
  text-align: center;
}

.studio-schedule-ul-li-box-01-01 {
  background-color: #f7bd69;
}

.studio-schedule-ul-li-box-01-02 {
  background-color: #f5ad46;
}

.studio-schedule-ul-li-box-01-03 {
  background-color: #f4a442;
}

.studio-schedule-ul-li-box-01-04 {
  background-color: #f39800;
}

.studio-schedule-ul-li-box-02-01 {
  background-color: #8bd2f0;
}

.studio-schedule-ul-li-box-02-02 {
  background-color: #5ac5ef;
}

.studio-schedule-ul-li-box-02-03 {
  background-color: #42baec;
}

.studio-schedule-ul-li-box-02-04 {
  background-color: #28a7e1;
}

.studio-schedule-ul-li-box::after {
  border-bottom: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  /*border-left-color: transparent;
  border-left-style :solid;
  border-left-width: calc(50vw - 60px);*/
  /*border-right-color: transparent;
  border-right-style :solid;
  border-right-width: calc(50vw - 60px);*/
  border-top: 30px solid transparent;
  bottom: -30px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.studio-schedule-ul-li-box-01-01::after {
  border-top-color: #f7bd69;
}

.studio-schedule-ul-li-box-01-02::after {
  border-top-color: #f5ad46;
}

.studio-schedule-ul-li-box-01-03::after {
  border-top-color: #f4a442;
}

.studio-schedule-ul-li-box-01-04::after {
  border-top-color: #f39800;
}

.studio-schedule-ul-li-box-02-01::after {
  border-top-color: #8bd2f0;
}

.studio-schedule-ul-li-box-02-02::after {
  border-top-color: #5ac5ef;
}

.studio-schedule-ul-li-box-02-03::after {
  border-top-color: #42baec;
}

.studio-schedule-ul-li-box-02-04::after {
  border-top-color: #28a7e1;
}

.studio-schedule-ul-li-box-s {
  font-size: 14px;
}

.studio-schedule-explanation {
  border: 2px dotted #f08700;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}

.studio-schedule-h5 {
  /*font-family: 'SeuratPro-DB';*/
}


/***** fee *****/
.studio-fee-tbl-s {
  font-size: 14px;
}

.studio-fee-preface-01 {
  padding: 0 0 20px;
}

.studio-fee-preface-02 {
  border-top: 1px dashed #f08700;
  margin: 20px 0 0;
  padding: 20px 0;
}

.studio-tbl-fee-01 {
  margin: 0 0 20px;
}

.studio-tbl-fee-02 {
  margin: 0 0 20px;
}


/***** contact *****/
.studio-contact-box {
  border: 5px solid #f08700;
  border-radius: 10px;
  display: table;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.studio-contact-h4 {
  border-bottom: 2px dashed #f08700;
  font-family: "SeuratPro-EB";
  font-size: 16px;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  text-align: center;
}

.studio-contact-text {
  padding: 0 0 30px;
}

.studio-address-text {
  display: table;
  margin: 20px auto;
  text-align: left;
}

.studio-img-logo {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  width: 100%;
}

.studio-map-img {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  max-width: 450px;
  padding: 5px;
  width: 100%;
}

.studio-dl-dt {
  padding-top: 20px;
}

.studio-contact-tel {
  background: url(../img/icon-tel.png) left center no-repeat;
  background-size: 24px auto;
  display: table;
  font-size: 20px;
  margin: 0 auto 20px;
  padding-left: 30px;
}

/*.studio-contact-mail-btn {
  background: url(../img/icon-mail-white.png) left 15px center no-repeat #f08700;
  background-size: 24px auto;
  border-radius: 100px;
  color: #fff;
  display: table;
  line-height: 1.2;
  margin: 20px auto 0;
  padding: 10px 15px 10px 45px;
  text-align: left;
  text-decoration: none;
}

.studio-contact-mail-btn:hover {
  background-color: #ffa500;
  color: #fff;
  text-decoration: none;
}*/



@media (min-width: 375px) {
  .studio-header-h2 {
    font-size: 22px;
  }

  .studio-h3 {
    font-size: 20px;
  }

  .studio-contact-h4 {
    font-size: 18px;
  }

  /*.studio-contact-mail-btn {
    background-position: left 20px center;
    font-size: 16px;
    padding: 20px 20px 20px 60px;
  }*/

}

@media (min-width: 480px) {
  .studio-header-h2 {
    font-size: 28px;
  }

  .studio-h3 {
    font-size: 24px;
  }

  /***** facilities *****/
  .studio-facilities-cell-inner {
    display: table;
  }

  .studio-fig {
    display: table-cell;
    padding: 0 20px 0 0;
    vertical-align: top;
  }

  .studio-figcpt {
    display: table-cell;
    vertical-align: top;
  }

  .studio-img-03 {
    float: none;
    margin: 0;
  }

  .studio-img-04 {
    float: none;
    margin: 0;
  }


  /***** schedule *****/
  .studio-schedule-ul {
    width: 380px;
  }

  .studio-schedule-ul-li-box::after {
    border-left: 190px solid transparent;
    border-right: 190px solid transparent;
  }


  /***** contact *****/
  .studio-contact-h4 {
    font-size: 20px;
  }

  .studio-ul {
    display: table;
    margin: 30px auto 0;
  }

  .studio-ul-li {
    display: table-row;
  }

  .studio-ul-li-ttl {
    display: table-cell;
    /*font-family: 'SeuratPro-DB';*/
    text-align: left;
    width: 200px;
  }

  .studio-ul-li-link {
    display: table-cell;
    text-align: left;
  }

}

@media (min-width: 640px) {
  .studio-img-01 {
    float: right;
    margin: 0 0 20px 20px;
  }

  .studio-img-02 {
    float: left;
    margin: 20px 20px 0 0;
  }

  /***** fee *****/
  .studio-tbl-fee-01 th {
    width: 390px;
  }

  .studio-tbl-fee-02 th {
    width: 270px;
  }

  .studio-tbl-fee-03 th {
    width: 270px;
  }
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .studio-header {
    vertical-align: middle;
  }

  .studio-header-h2 {
    display: table;
    margin: 0 auto;
  }

  .studio-header-h2-inner {
    background-size: 25px auto;
    margin: 0;
    padding: 5px 30px 5px 0;
  }

  .studio-body {
    vertical-align: middle;
  }

  .studio-box-body-group {
    padding: 60px 0 0;
  }

  .studio-box-body-group:first-of-type {
    padding: 0;
  }

  .studio-h3 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
  }

  .studio-img-01 {
    margin: 0 0 30px 30px;
  }

  .studio-img-02 {
    margin: 0 30px 0 0;
  }


  /***** facilities *****/
  .studio-facilities-box {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .studio-facilities-cell {
    display: table-cell;
    vertical-align: top;
  }

  .studio-facilities-cell-inner {
    display: table;
  }

  .studio-fig {
    display: table-cell;
    padding: 0 30px 0 0;
    vertical-align: top;
  }

  .studio-figcpt {
    display: table-cell;
    padding: 0 30px 0 0;
    vertical-align: top;
  }

  .studio-img-03 {
    float: none;
    margin: 0;
    width: 200px;
  }

  .studio-img-04 {
    float: none;
    margin: 0;
    width: 200px;
  }

  /***** schedule *****/
  .studio-schedule-h4 {
    margin-top: 60px;
    font-size: 20px;
  }

  .studio-schedule-ul {
    display: table;
    margin: 30px auto 0;
    table-layout: fixed;
    width: calc(100% - 30px);
  }

  .studio-schedule-ul-li {
    display: table-cell;
    vertical-align: middle;
  }

  .studio-schedule-ul-li-box {
    height: 120px;
    margin: 0 35px 0 0;
    padding: 30px 15px;
    vertical-align: middle;
    width: calc(100% - 35px);
  }

  .studio-schedule-ul-li-box-01-01 {
    line-height: 60px;
  }

  .studio-schedule-ul-li-box-01-02 {
    line-height: 60px;
  }

  .studio-schedule-ul-li-box-02-01 {
    line-height: 60px;
  }

  .studio-schedule-ul-li-box-02-02 {
    line-height: 60px;
  }

  .studio-schedule-ul-li-box::after {
    border-bottom: 60px solid transparent;
    border-left: 30px solid transparent;
    border-right: 0;
    border-top: 60px solid transparent;
    bottom: auto;
    height: 100%;
    left: auto;
    right: -30px;
    top: 0;
    transform: translateX(0);
    width: 30px;
  }

  .studio-schedule-ul-li-box-01-01::after {
    border-left-color: #f7bd69;
  }

  .studio-schedule-ul-li-box-01-02::after {
    border-left-color: #f5ad46;
  }

  .studio-schedule-ul-li-box-01-03::after {
    border-left-color: #f4a442;
  }

  .studio-schedule-ul-li-box-01-04::after {
    border-left-color: #f39800;
  }

  .studio-schedule-ul-li-box-02-01::after {
    border-left-color: #8bd2f0;
  }

  .studio-schedule-ul-li-box-02-02::after {
    border-left-color: #5ac5ef;
  }

  .studio-schedule-ul-li-box-02-03::after {
    border-left-color: #42baec;
  }

  .studio-schedule-ul-li-box-02-04::after {
    border-left-color: #28a7e1;
  }

  .studio-schedule-explanation {
    margin: 60px 0 0;
  }


  /***** fee *****/

  .studio-fee-preface-01 {
    padding: 0 0 30px;
  }

  .studio-fee-preface-02 {
    margin: 30px 0 0;
    padding: 30px 0;
  }

  .studio-tbl-fee-01 {
    margin: 0 0 30px;
  }

  .studio-tbl-fee-02 {
    margin: 0 0 30px;
  }

  .studio-tbl-fee-01 th {
    width: 430px;
  }


  /***** contact *****/
  .studio-contact-box {
    padding: 30px;
    table-layout: fixed;
    width: 100%;
  }

  .studio-contact-text {
    display: table-cell;
    padding: 0 30px 0 0;
    vertical-align: middle;
    width: 450px;
  }

  .studio-contact-tel {
    pointer-events: none;
    text-decoration: none;
  }

  .studio-map-fig {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 1160px) {
  .studio-box-inner {
    padding: 70px;
  }

}
/***** ↑tablet/pc *************************/



/*********************************************************************************************
 school
*********************************************************************************************/
.school-box-header {
  padding: 0 0 40px;
}

.school-box-header-h2 {
  color: #8d5e29;
  font-family: "SeuratPro-EB";
  font-size: 20px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.school-header-h2 {
  /*color: #f08700;*/
}

.school-header-h2-inner {
  background: url(../img/img-leaf.png) right top no-repeat;
  background-size: 15px auto;
  display: table;
  margin: 0 auto;
  padding: 5px 20px 5px 0;
  position: relative;
}

.school-box-body-group {
  padding: 40px 0 0;
}

.school-box-body-group:first-of-type {
  padding: 0;
}

.school-box-body-group-2nd {
  padding: 30px 0 0;
}

.school-box-body-group-2nd:first-of-type {
  padding: 0;
}

.school-h3 {
  font-family: "SeuratPro-EB";
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.school-h3::before {
  background: #c5b9b2;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 10%;
}

.school-h3-en {
  color: #f3981d;
  display: block;
  font-size: 14px;
}

.school-h3-s {
  display: block;
  font-size: 14px;
}

.school-h4 {
  font-family: "SeuratPro-EB";
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 13px;
  position: relative;
}

.school-h4::before {
  background: #ffd300;
  border-radius: 2px;
  top: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 3px;
}

.school-h4-en {
  color: #f3981d;
  display: block;
  font-size: 15px;
}


.school-h4-m {
  color: #f3981d;
  display: block;
  font-size: 14px;
}

.school-h4-s {
  color: #f3981d;
  display: block;
  font-size: 14px;
}

.school-strong {
  font-family: "SeuratPro-EB";
  font-size: 114.3%;
}

.school-strong-marker {
  background: linear-gradient(to top, rgba(255, 238, 12, 0.5) 40%, rgba(243, 246, 245, 0) 50%);
}

.school-photo-01-fig {
  margin: 20px auto;
}

.school-photo-01-img {
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  display: block;
  max-width: 300px;
  transform: rotate(5deg);
  width: 100%;
}


/***** facilities *****/
.school-facilities-cell {
  padding: 0 0 20px;
}

.school-img-03 {
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  display: block;
  margin: 20px auto;
  width: 200px;
}

.school-img-04 {
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  display: block;
  margin: 20px auto;
  width: 200px;
}

.school-figcpt {}

.school-figcpt-h4 {
  /*font-family: 'SeuratPro-DB';*/
  font-size: 15px;
  margin-bottom: 10px;
}

/***** schedule *****/

.school-schedule-box {}

.school-schedule-preface {}

.school-schedule-h4 {
  margin-top: 40px;
  overflow: hidden;
  padding-left: 1.5em;
  position: relative;
  font-size: 16px;
  background: #fff8ea;
  padding: .5em 1em .5em 2em;
  display: block;
}

.school-schedule-h4::before {
  content: "";
  width: .8em;
  height: .8em;
  position: absolute;
  left: .5em;
  top: 1.1em;
  margin: auto;
}

.school-schedule-h4-01::before {
  background: #f39800;
}

.school-schedule-h4-02::before {
  background: #28a7e1;
}


.school-schedule-h4-m {
  display: inline-block;
  font-size: 14px;
}

.school-schedule-h4-s {
  display: inline-block;
  font-size: 12px;
}

.school-schedule-ul {
  margin: 20px auto 0;
  padding: 0 0 1px;
  width: 200px;
}

.school-schedule-ul-li {

}

.school-schedule-ul-li-box {
  color: #fff;
  font-size: 14px;
  margin: 0 0 35px;
  padding: 20px 20px 0;
  position: relative;
  text-align: center;
}

/**/
.school-schedule-ul-li-box-01-01 {
  background-color: #f7bd69;
}

.school-schedule-ul-li-box-01-02 {
  background-color: #f5ad46;
}

.school-schedule-ul-li-box-01-03 {
  background-color: #f4a442;
}

.school-schedule-ul-li-box-01-04 {
  background-color: #f39800;
}

.school-schedule-ul-li-box-01-05 {
  background-color: #f08700;
}

/**/
.school-schedule-ul-li-box-02-01 {
  background-color: #8bd2f0;
}

.school-schedule-ul-li-box-02-02 {
  background-color: #5ac5ef;
}

.school-schedule-ul-li-box-02-03 {
  background-color: #42baec;
}

.school-schedule-ul-li-box-02-04 {
  background-color: #2aafe6;
}

.school-schedule-ul-li-box-02-05 {
  background-color: #28a7e1;
}

.school-schedule-ul-li-box-02-06 {
  background-color: #149cda;
}

.school-schedule-ul-li-box-02-07 {
  background-color: #0192d4;
}

.school-schedule-ul-li-box::after {
  border-bottom: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  /*border-left-color: transparent;
  border-left-style :solid;
  border-left-width: calc(50vw - 60px);*/
  /*border-right-color: transparent;
  border-right-style :solid;
  border-right-width: calc(50vw - 60px);*/
  border-top: 30px solid transparent;
  bottom: -30px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

/**/
.school-schedule-ul-li-box-01-01::after {
  border-top-color: #f7bd69;
}

.school-schedule-ul-li-box-01-02::after {
  border-top-color: #f5ad46;
}

.school-schedule-ul-li-box-01-03::after {
  border-top-color: #f4a442;
}

.school-schedule-ul-li-box-01-04::after {
  border-top-color: #f39800;
}

.school-schedule-ul-li-box-01-05::after {
  border-top-color: #f08700;
}

/**/
.school-schedule-ul-li-box-02-01::after {
  border-top-color: #8bd2f0;
}

.school-schedule-ul-li-box-02-02::after {
  border-top-color: #5ac5ef;
}

.school-schedule-ul-li-box-02-03::after {
  border-top-color: #42baec;
}

.school-schedule-ul-li-box-02-04::after {
  border-top-color: #2aafe6;
}

.school-schedule-ul-li-box-02-05::after {
  border-top-color: #28a7e1;
}

.school-schedule-ul-li-box-02-06::after {
  border-top-color: #149cda;
}

.school-schedule-ul-li-box-02-07::after {
  border-top-color: #0192d4;
}

.school-schedule-ul-li-box-s {
  font-size: 12px;
}


/***** fee *****/
.school-fee-tbl-s {
  font-size: 14px;
}

.school-fee-preface-01 {
  padding: 0 0 20px;
}

.school-fee-preface-02 {
  border-top: 1px dashed #f08700;
  margin: 20px 0 0;
  padding: 20px 0;
}

.school-tbl-fee-01 {
  margin: 0 0 20px;
}

.school-tbl-fee-02 {
  margin: 0 0 20px;
}


/***** contact *****/
.school-contact-box {
  border: 5px solid #f08700;
  border-radius: 10px;
  display: table;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.school-contact-h4 {
  border-bottom: 2px dashed #f08700;
  font-family: "SeuratPro-EB";
  font-size: 16px;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  text-align: center;
}

.school-contact-text {
  padding: 0 0 30px;
}

.school-address-text {
  display: table;
  margin: 20px auto;
  text-align: left;
}

.school-img-logo {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  width: 100%;
}

.school-map-img {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  max-width: 450px;
  padding: 5px;
  width: 100%;
}

.school-dl-dt {
  padding-top: 20px;
}

.school-contact-tel {
  background: url(../img/icon-tel.png) left center no-repeat;
  background-size: 24px auto;
  display: table;
  font-size: 20px;
  margin: 0 auto 20px;
  padding-left: 30px;
}



@media (min-width: 375px) {
  .school-header-h2 {
    font-size: 22px;
  }

  .school-h3 {
    font-size: 20px;
  }

  .school-contact-h4 {
    font-size: 18px;
  }

}

@media (min-width: 480px) {
  .school-header-h2 {
    font-size: 28px;
  }

  .school-h3 {
    font-size: 24px;
  }

  /***** facilities *****/
  .school-facilities-cell-inner {
    display: table;
  }

  .school-fig {
    display: table-cell;
    padding: 0 20px 0 0;
    vertical-align: top;
  }

  .school-figcpt {
    display: table-cell;
    vertical-align: top;
  }

  .school-img-03 {
    float: none;
    margin: 0;
  }

  .school-img-04 {
    float: none;
    margin: 0;
  }


  /***** schedule *****/
  .school-schedule-ul {
    width: 380px;
  }

  .school-schedule-ul-li-box::after {
    border-left: 190px solid transparent;
    border-right: 190px solid transparent;
  }


  /***** contact *****/
  .school-contact-h4 {
    font-size: 20px;
  }

  .school-ul {
    display: table;
    margin: 30px auto 0;
  }

  .school-ul-li {
    display: table-row;
  }

  .school-ul-li-ttl {
    display: table-cell;
    /*font-family: 'SeuratPro-DB';*/
    text-align: left;
    width: 200px;
  }

  .school-ul-li-link {
    display: table-cell;
    text-align: left;
  }

}

@media (min-width: 640px) {
  .school-photo-01-fig {
    float: right;
    margin: 0 0 0 20px;
  }


  /***** fee *****/
  .school-tbl-fee-01 th {
    width: 390px;
  }

  .school-tbl-fee-02 th {
    width: 270px;
  }

  .school-tbl-fee-03 th {
    width: 270px;
  }
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .school-header {
    vertical-align: middle;
  }

  .school-header-h2 {
    display: table;
    margin: 0 auto;
  }

  .school-header-h2-inner {
    background-size: 25px auto;
    margin: 0;
    padding: 5px 30px 5px 0;
  }

  .school-body {
    vertical-align: middle;
  }

  .school-box-body-group {
    padding: 60px 0 0;
  }

  .school-box-body-group:first-of-type {
    padding: 0;
  }

  .school-box-body-group-2nd {
    padding: 40px 0 0;
  }

  .school-box-body-group-2nd:first-of-type {
    padding: 0;
  }

  .school-h3 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
  }

  .school-photo-01-fig {
    margin: 0 0 0 30px;
  }


  /***** facilities *****/
  .school-facilities-box {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .school-facilities-cell {
    display: table-cell;
    vertical-align: top;
  }

  .school-facilities-cell-inner {
    display: table;
  }

  .school-fig {
    display: table-cell;
    padding: 0 30px 0 0;
    vertical-align: top;
  }

  .school-figcpt {
    display: table-cell;
    padding: 0 30px 0 0;
    vertical-align: top;
  }

  .school-img-03 {
    float: none;
    margin: 0;
    width: 200px;
  }

  .school-img-04 {
    float: none;
    margin: 0;
    width: 200px;
  }

  /***** schedule *****/
  .school-schedule-h4 {
    margin-top: 60px;
    font-size: 20px;
  }

  .school-schedule-ul {
    display: table;
    margin: 30px 0 0;
    table-layout: fixed;
    width: calc(100% - 20px);
  }

  .school-schedule-ul-li {
    display: table-cell;
    vertical-align: middle;
  }

  .school-schedule-ul-li-box {
    display: table;
    height: 150px;
    margin: 0 0 0 0;
    padding: 30px 0 30px 15px;
    vertical-align: middle;
    width: 100%;
  }

  .school-schedule-ul-li-box-01-01 {
    z-index: 5;
  }

  .school-schedule-ul-li-box-01-02 {
    z-index: 4;
  }

  .school-schedule-ul-li-box-01-03 {
    z-index: 3;
  }

  .school-schedule-ul-li-box-01-04 {
    z-index: 2;
  }

  .school-schedule-ul-li-box-01-05 {
    z-index: 1;
  }

  .school-schedule-ul-li-box-02-01 {
    z-index: 7;
  }

  .school-schedule-ul-li-box-02-02 {
    z-index: 6;
  }

  .school-schedule-ul-li-box-02-03 {
    z-index: 5;
  }

  .school-schedule-ul-li-box-02-04 {
    z-index: 4;
  }

  .school-schedule-ul-li-box-02-05 {
    z-index: 3;
  }

  .school-schedule-ul-li-box-02-06 {
    z-index: 2;
  }

  .school-schedule-ul-li-box-02-07 {
    z-index: 1;
  }

  /*.school-schedule-ul-li-box::before {
    border-bottom: 75px solid transparent;
    border-left: 20px solid #fffdf8;
    border-right: 0;
    border-top: 75px solid transparent;
    bottom: auto;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: -20px;
    top: 0;
    transform: translateX(0);
    width: 20px;
  }*/

  .school-schedule-ul-li-box::after {
    border-bottom: 75px solid transparent;
    border-left: 20px solid transparent;
    border-right: 0;
    border-top: 75px solid transparent;
    bottom: auto;
    height: 100%;
    left: auto;
    right: -20px;
    top: 0;
    transform: translateX(0);
    width: 20px;
  }

  /**/
  .school-schedule-ul-li-box-01-01::after {
    border-left-color: #f7bd69;
  }

  .school-schedule-ul-li-box-01-02::after {
    border-left-color: #f5ad46;
  }

  .school-schedule-ul-li-box-01-03::after {
    border-left-color: #f4a442;
  }

  .school-schedule-ul-li-box-01-04::after {
    border-left-color: #f39800;
  }

  .school-schedule-ul-li-box-01-05::after {
    border-left-color: #f08700;
  }

  /**/
  .school-schedule-ul-li-box-02-01::after {
    border-left-color: #8bd2f0;
    z-index: 7;
  }

  .school-schedule-ul-li-box-02-02::after {
    border-left-color: #5ac5ef;
    z-index: 6;
  }

  .school-schedule-ul-li-box-02-03::after {
    border-left-color: #42baec;
    z-index: 5;
  }

  .school-schedule-ul-li-box-02-04::after {
    border-left-color: #2aafe6;
    z-index: 4;
  }

  .school-schedule-ul-li-box-02-05::after {
    border-left-color: #28a7e1;
    z-index: 3;
  }

  .school-schedule-ul-li-box-02-06::after {
    border-left-color: #149cda;
    z-index: 2;
  }

  .school-schedule-ul-li-box-02-07::after {
    border-left-color: #0192d4;
    z-index: 1;
  }

  .school-schedule-ul-li-box-inner {
    display: table-cell;
    vertical-align: middle;
  }


  /***** fee *****/

  .school-fee-preface-01 {
    padding: 0 0 30px;
  }

  .school-fee-preface-02 {
    margin: 30px 0 0;
    padding: 30px 0;
  }

  .school-tbl-fee-01 {
    margin: 0 0 30px;
  }

  .school-tbl-fee-02 {
    margin: 0 0 30px;
  }

  .school-tbl-fee-01 th {
    width: 430px;
  }


  /***** contact *****/
  .school-contact-box {
    padding: 30px;
    table-layout: fixed;
    width: 100%;
  }

  .school-contact-text {
    display: table-cell;
    padding: 0 30px 0 0;
    vertical-align: middle;
    width: 450px;
  }

  .school-contact-tel {
    pointer-events: none;
    text-decoration: none;
  }

  .school-map-fig {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 1160px) {
  .school-box-inner {
    padding: 70px;
  }

}
/***** ↑tablet/pc *************************/


/*********************************************************************************************
 asakadai
*********************************************************************************************/
.asakadai-box-header {
  padding: 0 0 40px;
}

.asakadai-box-header-h2 {
  color: #8d5e29;
  font-family: "SeuratPro-EB";
  font-size: 20px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.asakadai-header-h2 {
  /*color: #f08700;*/
}

.asakadai-header-h2-inner {
  background: url(../img/img-leaf.png) right top no-repeat;
  background-size: 15px auto;
  display: table;
  margin: 0 auto;
  padding: 5px 20px 5px 0;
  position: relative;
}

.asakadai-box-body-group {
  padding: 40px 0 0;
}

.asakadai-box-body-group:first-of-type {
  padding: 0;
}

.asakadai-box-body-group-2nd {
  padding: 30px 0 0;
}

.asakadai-box-body-group-2nd:first-of-type {
  padding: 0;
}


.asakadai-h3 {
  font-family: "SeuratPro-EB";
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.asakadai-h3::before {
  background: #c5b9b2;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 10%;
}

.asakadai-h3-en {
  color: #f3981d;
  display: block;
  font-size: 14px;
}

.asakadai-h3-s {
  display: block;
  font-size: 14px;
}

.asakadai-h4 {
  font-family: "SeuratPro-EB";
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 13px;
  position: relative;
}

.asakadai-h4::before {
  background: #ffd300;
  border-radius: 2px;
  top: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 3px;
}

.asakadai-h4-en {
  color: #f3981d;
  display: block;
  font-size: 15px;
}


.asakadai-h4-m {
  color: #f3981d;
  display: block;
  font-size: 14px;
}

.asakadai-h4-s {
  color: #f3981d;
  display: block;
  font-size: 14px;
}


.asakadai-strong {
  font-family: "SeuratPro-EB";
  font-size: 114.3%;
}

.asakadai-strong-marker {
  background: linear-gradient(to top, rgba(255, 238, 12, 0.5) 40%, rgba(243, 246, 245, 0) 50%);
}

.asakadai-figcpt {

}

.asakadai-figcpt-h4 {
  display: table;
  /*font-family: 'SeuratPro-DB';*/
  font-size: 15px;
  margin-bottom: 10px;
}

.asakadai-figcpt-h4-marker-01 {
  background: linear-gradient(to top, rgba(234, 90, 148, 0.5) 40%, rgba(234, 90, 148, 0) 50%);
}

.asakadai-figcpt-h4-marker-03 {
  background: linear-gradient(to top, rgba(240, 135, 0, 0.5) 40%, rgba(240, 135, 0, 0) 50%);
}

.asakadai-figcpt-h4-marker-04 {
  background: linear-gradient(to top, rgba(0, 171, 235, 0.5) 40%, rgba(0, 171, 235, 0) 50%);
}


.asakadai-fig-01 {
  border: 3px dotted #ea5b93;
  border-radius: 10px;
  margin: 20px 0;
  padding: 15px;
}

.asakadai-img-01 {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  width: 100%;
}

.asakadai-img-02 {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  width: 100%;
}

.asakadai-fig-03 {
  border: 3px dotted #f08700;
  border-radius: 10px;
  margin: 20px 0;
  padding: 15px;
}

.asakadai-img-03 {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  width: 100%;
}

.asakadai-fig-04 {
  border: 3px dotted #00aaec;
  border-radius: 10px;
  margin: 20px 0;
  padding: 15px;
}

.asakadai-img-04 {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  width: 100%;
}

.asakadai-img-05 {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  width: 100%;
}

.asakadai-fig-06 {
  background: #fffdf8;
  border-radius: 5px;
  margin: 20px auto;
  padding: 10px;
  width: 200px;
}

.asakadai-img-06 {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}

.asakadai-figcpt-06 {
  font-size: 12px;
  line-height: 1.5;
}

.asakadai-explanation-box {
  background: #fffbe5;
  border-radius: 10px;
  padding: 15px;
}

.asakadai-recommend-box {
  margin: 20px 0 0;
}



/***** schedule *****/

.asakadai-schedule-box {}

.asakadai-schedule-preface {}

.asakadai-schedule-h4 {
  margin-top: 40px;
  overflow: hidden;
  padding-left: 1.5em;
  position: relative;
  font-size: 16px;
  background: #fff8ea;
  padding: .5em 1em .5em 2em;
  display: block;
}

.asakadai-schedule-h4::before {
  content: "";
  width: .8em;
  height: .8em;
  position: absolute;
  left: .5em;
  top: 1.1em;
  margin: auto;
}

.asakadai-schedule-h4-01::before {
  background: #f39800;
}

.asakadai-schedule-h4-02::before {
  background: #28a7e1;
}


.asakadai-schedule-h4-m {
  display: inline-block;
  font-size: 14px;
}

.asakadai-schedule-h4-s {
  display: inline-block;
  font-size: 12px;
}

.asakadai-schedule-h5 {
  display: table;
  margin: 20px 0 0;
}

.asakadai-schedule-h5-marker {
  background: linear-gradient(to top, rgba(255, 238, 12, 0.5) 40%, rgba(243, 246, 245, 0) 50%);
}

.asakadai-schedule-ul {
  margin: 20px auto 0;
  padding: 0 0 1px;
  width: 200px;
}

.asakadai-schedule-ul-li {

}

.asakadai-schedule-ul-li-box {
  color: #fff;
  font-size: 14px;
  margin: 0 0 35px;
  padding: 20px 20px 0;
  position: relative;
  text-align: center;
}

/**/
.asakadai-schedule-ul-li-box-01-01 {
  background-color: #f7bd69;
}

.asakadai-schedule-ul-li-box-01-02 {
  background-color: #f5ad46;
}

.asakadai-schedule-ul-li-box-01-03 {
  background-color: #f4a442;
}

.asakadai-schedule-ul-li-box-01-04 {
  background-color: #f39800;
}

.asakadai-schedule-ul-li-box-01-05 {
  background-color: #f08700;
}

/**/
.asakadai-schedule-ul-li-box-02-01 {
  background-color: #8bd2f0;
}

.asakadai-schedule-ul-li-box-02-02 {
  background-color: #5ac5ef;
}

.asakadai-schedule-ul-li-box-02-03 {
  background-color: #42baec;
}

.asakadai-schedule-ul-li-box-02-04 {
  background-color: #2aafe6;
}

.asakadai-schedule-ul-li-box-02-05 {
  background-color: #28a7e1;
}

.asakadai-schedule-ul-li-box-02-06 {
  background-color: #149cda;
}

.asakadai-schedule-ul-li-box-02-07 {
  background-color: #0192d4;
}

.asakadai-schedule-ul-li-box::after {
  border-bottom: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  /*border-left-color: transparent;
  border-left-style :solid;
  border-left-width: calc(50vw - 60px);*/
  /*border-right-color: transparent;
  border-right-style :solid;
  border-right-width: calc(50vw - 60px);*/
  border-top: 30px solid transparent;
  bottom: -30px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

/**/
.asakadai-schedule-ul-li-box-01-01::after {
  border-top-color: #f7bd69;
}

.asakadai-schedule-ul-li-box-01-02::after {
  border-top-color: #f5ad46;
}

.asakadai-schedule-ul-li-box-01-03::after {
  border-top-color: #f4a442;
}

.asakadai-schedule-ul-li-box-01-04::after {
  border-top-color: #f39800;
}

.asakadai-schedule-ul-li-box-01-05::after {
  border-top-color: #f08700;
}

/**/
.asakadai-schedule-ul-li-box-02-01::after {
  border-top-color: #8bd2f0;
}

.asakadai-schedule-ul-li-box-02-02::after {
  border-top-color: #5ac5ef;
}

.asakadai-schedule-ul-li-box-02-03::after {
  border-top-color: #42baec;
}

.asakadai-schedule-ul-li-box-02-04::after {
  border-top-color: #2aafe6;
}

.asakadai-schedule-ul-li-box-02-05::after {
  border-top-color: #28a7e1;
}

.asakadai-schedule-ul-li-box-02-06::after {
  border-top-color: #149cda;
}

.asakadai-schedule-ul-li-box-02-07::after {
  border-top-color: #0192d4;
}

.asakadai-schedule-ul-li-box-s {
  display: inline-block;
  font-size: 12px;
}


/***** fee *****/
.asakadai-fee-tbl-s {
  font-size: 14px;
}

.asakadai-fee-preface-01 {
  padding: 0 0 20px;
}

.asakadai-fee-preface-02 {
  border-top: 1px dashed #f08700;
  margin: 20px 0 0;
  padding: 20px 0;
}

.asakadai-tbl-fee-01 {
  margin: 0 0 20px;
}

.asakadai-tbl-fee-02 {
  margin: 20px 0;
}


/***** contact *****/
.asakadai-contact-box {
  border: 5px solid #f08700;
  border-radius: 10px;
  display: table;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.asakadai-contact-h4 {
  border-bottom: 2px dashed #f08700;
  font-family: "SeuratPro-EB";
  font-size: 16px;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  text-align: center;
}

.asakadai-contact-text {
  padding: 0 0 30px;
}

.asakadai-address-text {
  display: table;
  margin: 20px auto;
  text-align: left;
}

.asakadai-img-logo {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  width: 100%;
}

.asakadai-map-img {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  max-width: 450px;
  padding: 5px;
  width: 100%;
}

.asakadai-dl-dt {
  padding-top: 20px;
}

.asakadai-contact-tel {
  background: url(../img/icon-tel.png) left center no-repeat;
  background-size: 24px auto;
  display: table;
  font-size: 20px;
  margin: 0 auto 20px;
  padding-left: 30px;
}



@media (min-width: 375px) {
  .asakadai-header-h2 {
    font-size: 22px;
  }

  .asakadai-h3 {
    font-size: 20px;
  }

  .asakadai-contact-h4 {
    font-size: 18px;
  }

}

@media (min-width: 480px) {
  .asakadai-header-h2 {
    font-size: 28px;
  }

  .asakadai-h3 {
    font-size: 24px;
  }

  /***** schedule *****/
  .asakadai-schedule-ul {
    width: 380px;
  }

  .asakadai-schedule-ul-li-box::after {
    border-left: 190px solid transparent;
    border-right: 190px solid transparent;
  }


  /***** contact *****/
  .asakadai-contact-h4 {
    font-size: 20px;
  }

  .asakadai-ul {
    display: table;
    margin: 30px auto 0;
  }

  .asakadai-ul-li {
    display: table-row;
  }

  .asakadai-ul-li-ttl {
    display: table-cell;
    /*font-family: 'SeuratPro-DB';*/
    text-align: left;
    width: 200px;
  }

  .asakadai-ul-li-link {
    display: table-cell;
    text-align: left;
  }

}

@media (min-width: 640px) {
  .asakadai-img-01 {
    float: left;
    margin: 0 20px 20px 0;
  }

  .asakadai-img-02 {
    float: right;
    margin: 0 0 20px 20px;
  }

  .asakadai-img-03 {
    float: right;
    margin: 0 0 20px 20px;
  }

  .asakadai-img-04 {
    float: left;
    margin: 0 20px 20px 0;
  }

  .asakadai-img-05 {
    float: right;
    margin: 0 0 20px 20px;
  }

  .asakadai-fig-06 {
    float: left;
    margin: 0 20px 20px 0;
  }

  /***** fee *****/
  .asakadai-tbl-fee-01 th {
    width: 390px;
  }

  .asakadai-tbl-fee-02 th {
    width: 270px;
  }

  .asakadai-tbl-fee-03 th {
    width: 270px;
  }
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .asakadai-box-body-group {
    padding: 60px 0 0;
  }

  .asakadai-box-body-group:first-of-type {
    padding: 0;
  }

  .asakadai-box-body-group-2nd {
    padding: 40px 0 0;
  }

  .asakadai-box-body-group-2nd:first-of-type {
    padding: 0;
  }

  .asakadai-header {
    vertical-align: middle;
  }

  .asakadai-header-h2 {
    display: table;
    margin: 0 auto;
  }

  .asakadai-header-h2-inner {
    background-size: 25px auto;
    margin: 0;
    padding: 5px 30px 5px 0;
  }

  .asakadai-body {
    vertical-align: middle;
  }

  .asakadai-h3 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
  }

  .asakadai-fig-01 {
    margin: 30px 0;
    padding: 30px;
  }

  .asakadai-img-01 {
    margin: 0 30px 0 0;
    max-width: 400px;
  }

  .asakadai-img-02 {
    margin: 0 0 0 30px;
    max-width: 400px;
  }

  .asakadai-fig-03 {
    margin: 30px 0;
    padding: 30px;
  }

  .asakadai-img-03 {
    margin: 0 0 0 30px;
    max-width: 400px;
  }

  .asakadai-fig-04 {
    margin: 30px 0;
    padding: 30px;
  }

  .asakadai-img-04 {
    margin: 0 30px 0 0;
    max-width: 400px;
  }

  .asakadai-img-05 {
    margin: 0 0 0 30px;
    max-width: 400px;
  }

  .asakadai-figcpt-h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .asakadai-explanation-box {
    margin: 30px auto;
    padding: 30px;
  }

  .asakadai-fig-06 {
    margin: 0 30px 0 0;
    padding: 15px;
  }

  .asakadai-recommend-box {
    margin: 30px 0 0;
  }


  /***** schedule *****/
  .asakadai-schedule-h4 {
    margin-top: 60px;
    font-size: 20px;
  }


  .asakadai-schedule-h5 {
    margin: 30px 0 0;
  }

  .asakadai-schedule-ul {
    display: table;
    margin: 30px 0 0;
    table-layout: fixed;
    width: calc(100% - 20px);
  }

  .asakadai-schedule-ul-li {
    display: table-cell;
    vertical-align: middle;
  }

  .asakadai-schedule-ul-li-box {
    display: table;
    height: 150px;
    margin: 0 0 0 0;
    padding: 30px 0 30px 15px;
    vertical-align: middle;
    width: 100%;
  }

  .asakadai-schedule-ul-li-box-01-01 {
    z-index: 5;
  }

  .asakadai-schedule-ul-li-box-01-02 {
    z-index: 4;
  }

  .asakadai-schedule-ul-li-box-01-03 {
    z-index: 3;
  }

  .asakadai-schedule-ul-li-box-01-04 {
    z-index: 2;
  }

  .asakadai-schedule-ul-li-box-01-05 {
    z-index: 1;
  }

  .asakadai-schedule-ul-li-box-02-01 {
    z-index: 7;
  }

  .asakadai-schedule-ul-li-box-02-02 {
    z-index: 6;
  }

  .asakadai-schedule-ul-li-box-02-03 {
    z-index: 5;
  }

  .asakadai-schedule-ul-li-box-02-04 {
    z-index: 4;
  }

  .asakadai-schedule-ul-li-box-02-05 {
    z-index: 3;
  }

  .asakadai-schedule-ul-li-box-02-06 {
    z-index: 2;
  }

  .asakadai-schedule-ul-li-box-02-07 {
    z-index: 1;
  }

  /*.asakadai-schedule-ul-li-box::before {
    border-bottom: 75px solid transparent;
    border-left: 20px solid #fffdf8;
    border-right: 0;
    border-top: 75px solid transparent;
    bottom: auto;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: -20px;
    top: 0;
    transform: translateX(0);
    width: 20px;
  }*/

  .asakadai-schedule-ul-li-box::after {
    border-bottom: 75px solid transparent;
    border-left: 20px solid transparent;
    border-right: 0;
    border-top: 75px solid transparent;
    bottom: auto;
    height: 100%;
    left: auto;
    right: -20px;
    top: 0;
    transform: translateX(0);
    width: 20px;
  }

  /**/
  .asakadai-schedule-ul-li-box-01-01::after {
    border-left-color: #f7bd69;
  }

  .asakadai-schedule-ul-li-box-01-02::after {
    border-left-color: #f5ad46;
  }

  .asakadai-schedule-ul-li-box-01-03::after {
    border-left-color: #f4a442;
  }

  .asakadai-schedule-ul-li-box-01-04::after {
    border-left-color: #f39800;
  }

  .asakadai-schedule-ul-li-box-01-05::after {
    border-left-color: #f08700;
  }

  /**/
  .asakadai-schedule-ul-li-box-02-01::after {
    border-left-color: #8bd2f0;
    z-index: 7;
  }

  .asakadai-schedule-ul-li-box-02-02::after {
    border-left-color: #5ac5ef;
    z-index: 6;
  }

  .asakadai-schedule-ul-li-box-02-03::after {
    border-left-color: #42baec;
    z-index: 5;
  }

  .asakadai-schedule-ul-li-box-02-04::after {
    border-left-color: #2aafe6;
    z-index: 4;
  }

  .asakadai-schedule-ul-li-box-02-05::after {
    border-left-color: #28a7e1;
    z-index: 3;
  }

  .asakadai-schedule-ul-li-box-02-06::after {
    border-left-color: #149cda;
    z-index: 2;
  }

  .asakadai-schedule-ul-li-box-02-07::after {
    border-left-color: #0192d4;
    z-index: 1;
  }

  .asakadai-schedule-ul-li-box-inner {
    display: table-cell;
    vertical-align: middle;
  }


  /***** fee *****/

  .asakadai-fee-preface-01 {
    padding: 0 0 30px;
  }

  .asakadai-fee-preface-02 {
    margin: 30px 0 0;
    padding: 30px 0;
  }

  .asakadai-tbl-fee-01 {
    margin: 0 0 30px;
  }

  .asakadai-tbl-fee-02 {
    margin: 30px 0;
  }

  .asakadai-tbl-fee-01 th {
    width: 430px;
  }


  /***** contact *****/
  .asakadai-contact-box {
    padding: 30px;
    table-layout: fixed;
    width: 100%;
  }

  .asakadai-contact-text {
    display: table-cell;
    padding: 0 30px 0 0;
    vertical-align: middle;
    width: 450px;
  }

  .asakadai-contact-tel {
    pointer-events: none;
    text-decoration: none;
  }

  .asakadai-map-fig {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 1160px) {
  .asakadai-box-inner {
    padding: 70px;
  }

}
/***** ↑tablet/pc *************************/


/*********************************************************************************************
 process
*********************************************************************************************/
.process-box-header {
  padding: 0 0 40px;
}

.process-box-header-h2 {
  color: #8d5e29;
  font-family: "SeuratPro-EB";
  font-size: 20px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.process-header-h2 {
  /*color: #f08700;*/
}

.process-header-h2-inner {
  background: url(../img/img-leaf.png) right top no-repeat;
  background-size: 15px auto;
  display: table;
  margin: 0 auto;
  padding: 5px 20px 5px 0;
  position: relative;
}

.process-box-body-group {
  padding: 50px 0 0;
}

.process-box-body-group:first-of-type {
  padding: 0;
}

.process-h3 {
  font-family: "SeuratPro-EB";
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.process-h3::before {
  background: #c5b9b2;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 10%;
}

.process-h3-en {
  color: #f3981d;
  display: block;
  font-size: 12px;
}

.process-ul {
  display: table;
  margin: 0 auto 30px;
}

.process-ul-li {
  margin: 30px 0 0;
  position: relative;
}

.process-ul-li:first-of-type {
  margin: 0;
}


.process-ul-li::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #f08700;
  box-sizing: border-box;
  content: '';
  display: block;
  left: calc(50% - 15px);
  position: absolute;
  top: -25px;
}

.process-ul-li:first-of-type::before {
  display: none;
}

.process-ul-li-ttl {
  background-color: #f3981d;
  color: #fff;
  font-family: "SeuratPro-EB";
  font-size: 16px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
}

.process-ul-li-ttl-num {
  background: #fff;
  border: 2px solid #f08700;
  border-radius: 50%;
  color: #f08700;
  display: block;
  font-family: "SeuratPro-B";
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: -10px;
  text-align: center;
  top: -20px;
  vertical-align: middle;
  width: 50px;
}

.process-ul-li-body {
  background-color: #fff;
  border: 1px solid #f3981d;
  border-top: 0;
  padding: 10px;
}

.process-img-01 {
  float: right;
  margin: 0 0 0 20px;
}

.process-img-02 {
  float: left;
  margin: 0 20px 0 0;
}

.process-img-03 {
  display: block;
  margin: 20px auto 0;
  max-width: 248px;
  width: 100%;
}


.process-hours-box {
  margin: 30px auto;
}

.process-hours-h4 {
  margin: 0 auto 30px;
  overflow: hidden;
  padding-left: 1.5em;
  position: relative;
  font-size: 16px;
  background: #fff8ea;
  padding: .5em 1em .5em 2em;
  display: block;
}

.process-hours-h4::before {
  content: "";
  width: .8em;
  height: .8em;
  position: absolute;
  left: .5em;
  top: 1.1em;
  margin: auto;
}

.process-hours-h4-01::before {
  background: #f39800;
}


.process-hours-tbl {
  border: 1px solid #f39800;
  border-collapse: collapse;
  margin: 0 0 20px;
}

.process-hours-tbl th {
  background: rgba(240, 135, 0, .5);
  border: 1px solid #f39800;
  padding: 5px 10px;
  text-align: center;
}

.process-hours-tbl td {
  border: 1px solid #f39800;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
}


@media (min-width: 375px) {
  .process-header-h2 {
    font-size: 22px;
  }

  .process-h3 {
    font-size: 20px;
  }

  .process-h4 {
    font-size: 18px;
  }

  .process-contact-mail-btn {
    background-position: left 20px center;
    font-size: 16px;
    padding: 20px 20px 20px 60px;
  }
}

@media (min-width: 480px) {
  .process-header-h2 {
    font-size: 28px;
  }

  .process-h3 {
    font-size: 24px;
  }

  .process-contact-h4 {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .process-ul-li-ttl-num {
    left: calc(50% - 6em);
  }

  .process-hours-tbl {
    float: left;
    margin: 0;
    width: 40%;
  }

  .process-hours-ul {
    float: left;
    margin: 0 0 0 20px;
    width: calc(50% - 20px);
  }
}


/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {
  .process-header {
    vertical-align: middle;
  }

  .process-header-h2 {
    display: table;
    margin: 0 auto;
  }

  .process-header-h2-inner {
    background-size: 25px auto;
    margin: 0;
    padding: 5px 30px 5px 0;
  }

  .process-body {
    vertical-align: middle;
  }

  .process-h3 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
  }

  .process-hours-box {
    margin: 60px auto;
  }

  .process-hours-h4 {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .process-hours-ul {
    margin: 0 0 0 30px;
    width: calc(50% - 30px);
  }

  .process-contact-box {
    padding: 30px;
  }

  .process-contact-tel {
    pointer-events: none;
    text-decoration: none;
  }
}

@media (min-width: 1160px) {
/*  .process-box-inner {
    padding: 70px;
  }*/
}
/***** ↑tablet/pc *************************/


/*********************************************************************************************
 contact
*********************************************************************************************/
.contact-header-h2 {
  font-size: 18px;
}

.contact-box-body-group {
  padding: 50px 0 0;
}

.contact-box-body-group:first-of-type {
  padding: 0;
}

.contact-tel-ul {}

.contact-tel-ul-li {
  border-top: 1px dashed #c5b9b2;
  padding: 20px 0;
}

.contact-tel-ul-li:first-of-type {
  border-top: 0;
}

.contact-tel-name {
  color: #f90;
  font-family: "SeuratPro-EB";
  font-size: 15px;
  padding: 0 0 10px;
  position: relative;
}

.contact-tel-num {
  color: #f08700;
  padding: 10px 0 0 10px;
}

.contact-tel-num-a {}

.contact-tel-time {
  padding: 10px 0 0 10px;
}

.contact-tel-holiday {
  padding: 10px 0 0 10px;
}

.tbl-form th {
  text-align: left;
}

.form-label {
  display: inline-block;
  padding: 0 10px 0 0;
  /*width: 100%;*/
}

.form-textbox {
  border: 1px solid #fcd575;
  border-radius: 5px;
  font-size: 16px;
  /*max-width: 100%;*/
  padding: 5px;
  width: 100%;
}

.form-name-span {
  display: inline-block;
  width: 100%;
}

.form-name-header {
  display: block;
}

.form-name {
  width: 90%;
}

.form-mail {
  width: 100%;
}

.form-zip {
  width: 8em;
}

.form-address {
  width: 100%;
}

.form-school {
  width: 100%;
}

.form-checkbox {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  display: none;
}

.form-checkbox-span {
  border: 1px solid #fcd575;
  border-radius: 5px;
  display: inline-block;
  padding: .5em;
  position: relative;
  vertical-align: middle;
}

.form-checkbox:checked + .form-checkbox-span::after {
  border-bottom: 3px solid #f08700;
  border-right: 3px solid #f08700;
  content: '';
  height: .8em;
  left: .13em;
  position: absolute;
  top: -.3em;
  transform: rotate(30deg);
  width: .5em;
}

.form-radio {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  display: none;
}

.form-radio-span {
  border: 1px solid #fcd575;
  border-radius: 50%;
  display: inline-block;
  padding: .5em;
  position: relative;
  vertical-align: middle;
}

.form-radio:checked + .form-radio-span::after {
  background: #f08700;
  border-radius: 50%;
  content: '';
  height: .6em;
  left: calc(50% - .3em);
  position: absolute;
  top: calc(50% - .3em);
  width: .6em;
}

.form-select-span {
  border: 1px solid #fcd575;
  border-radius: 5px;
  display: inline-block;
  margin: 2px 2px 2px 0;
  max-width: 100%;
  position: relative;
}

.form-select-span::before {
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #f08700;
  box-sizing: border-box;
  content: '';
  display: block;
  font-size: 0;
  height: 7px;
  line-height: 0;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
  width: 8px;
}

.form-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  font-size: 16px;
  outline: none;
  padding: 5px 20px 5px 5px;
}

.form-select::-ms-expand {
    display: none;
}

.form-textarea {
  border: 1px solid #fcd575;
  border-radius: 5px;
  font-size: 16px;
  height: 100px;
  padding: 5px;
  width: 100%;
}

.required::after {
  background-color: #ff6347;
  color: #fff;
  content: '必須';
  display: inline-block;
  font-size: 75%;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}

.note {
  color: #8d5e29;
  margin: 20px 0 0;
}

.form-submit-btn-box {
  padding-top: 40px;
  text-align: center;
}

.form-submit-btn {
  background: #f08700;
  border: 0;
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 114.3%;
  line-height: 1;
  padding: 10px 40px 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.form-submit-btn:hover,
.form-submit-btn:active {
  background-color: #ffa500;
  color: #fff;
  text-decoration: none;
}

.form-submit-btn::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 10px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}



@media only screen and (min-width: 480px) {
  .contact-header-h2 {
    font-size: 20px;
  }

  .contact-tel-num {
    display: inline-block;
    padding: 0 0 0 20px;
  }

  .contact-tel-time {
    display: inline-block;
    padding: 0 0 0 20px;
  }

  .contact-tel-holiday {
    display: inline-block;
    padding: 0 0 0 20px;
  }
}


@media only screen and (min-width: 640px) {
  .contact-header-h2 {
    font-size: 24px;
  }
}


/***** ↓tablet, pc *****/
@media only screen and (min-width: 769px) {
  .contact-header-h2 {
    font-size: 28px;
  }

  .contact-tel-name {
    display: inline-block;
    padding: 0;
    width: 200px;
  }

  .form-label {
    padding: 0 10px 5px 0;
  }

  .form-name-span {
    display: inline-block;
    float: left;
    width: 49.5%;
  }

  .form-submit-btn-box {
    padding-top: 30px;
  }

  .form-submit-btn {
    width: 50%;
  }

}


@media only screen and (min-width: 1024px) {

  .contact-tel-num-a {
    pointer-events: none;
    text-decoration: none;
  }

  .form-submit-btn-box {
    padding-top: 50px;
  }

  .form-submit-btn {
    border-radius: 25px;
    padding: 15px 57px 15px 50px;
  }
}
/***** ↑tablet, pc *****/



/*********************************************************************************************
 recruit
*********************************************************************************************/
/****************************************************
 voice
*****************************************************/
.job-voice-box {
  background: #fffdf8;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(89, 72, 63, .4);
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

.job-voice-box-inner {
  padding: 40px 20px;
  position: relative;
  z-index: 5;
}

.job-voice-box-header {
  padding: 0 0 40px;
}

.job-voice-box-header-h2 {
  color: #8d5e29;
  font-family: "SeuratPro-EB";
  font-size: 20px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.job-voice-header-h2 {
  /*color: #f08700;*/
}

.job-voice-header-h2-inner {
  background: url(../img/img-leaf.png) right top no-repeat;
  background-size: 15px auto;
  display: table;
  margin: 0 auto;
  padding: 5px 20px 5px 0;
  position: relative;
}

.job-voice-box-body-group {
  padding: 50px 0 0;
}

.job-voice-box-body-group:first-of-type {
  padding: 0;
}

.job-voice-frame {
  border: 5px solid #f08700;
  border-radius: 15px;
  padding: 2px;
}

.job-voice-frame-inner {
  border: 2px solid #f08700;
  border-radius: 8px;
  padding: 10px;
}

.job-voice-ul {
  padding: 20px 0 0;
}

.job-voice-ul-li {
  margin: 30px 0 0;
}

.job-voice-ul-li-frame {
  border: 5px solid #f08700;
  border-radius: 15px;
}

.job-voice-ul-li-frame-inner {
  padding: 10px;
}

.job-voice-ul-li-img {
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  display: block;
  margin: 0 auto;
  max-width: 300px;
  transform: rotate(-3deg);
  width: 100%;
}

.job-voice-strong {
  font-family: "SeuratPro-EB";
  font-size: 18px;
}

.job-voice-name-01 {
  font-size: 16px;
  padding: 10px 0;
  text-align: right;
}

.job-voice-name-02 {
  font-size: 16px;
}

.job-voice-frame-header {
  border-bottom: 2px dotted #f08700;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.job-voice-post {}

.job-voice-flower-01 {
  background: url(../img/img-flower-blue.png) left 5px top no-repeat, url(../img/img-flower-yellow.png) left top 10px no-repeat;
  background-size: 12px auto, 15px auto;
  display: inline-block;
  padding: 5px 0 5px 20px;
  position: relative;
}

.job-voice-flower-02 {
  background: url(../img/img-flower-orange.png) right 5px top no-repeat, url(../img/img-flower-green.png) right top 10px no-repeat;
  background-size: 12px auto, 15px auto;
  display: inline-block;
  padding: 5px 20px 5px 0;
  position: relative;
}

.job-voice-flower-03 {
  background: url(../img/img-flower-pink.png) right 5px top no-repeat, url(../img/img-flower-blue.png) right top 10px no-repeat;
  background-size: 12px auto, 15px auto;
  display: inline-block;
  padding: 5px 20px 5px 0;
  position: relative;
}

.job-voice-flower-04 {
  background: url(../img/img-flower-green.png) right 5px top no-repeat, url(../img/img-flower-yellow.png) right top 10px no-repeat;
  background-size: 12px auto, 15px auto;
  display: inline-block;
  padding: 5px 20px 5px 0;
  position: relative;
}

.job-voice-flower-05 {
  background: url(../img/img-flower-pink.png) right 5px top no-repeat, url(../img/img-flower-orange.png) right top 10px no-repeat;
  background-size: 12px auto, 15px auto;
  display: inline-block;
  padding: 5px 20px 5px 0;
  position: relative;
}

.job-voice-flower-06 {
  background: url(../img/img-flower-yellow.png) right 5px top no-repeat, url(../img/img-flower-orange.png) right top 10px no-repeat;
  background-size: 12px auto, 15px auto;
  display: inline-block;
  padding: 5px 20px 5px 0;
  position: relative;
}


.job-voice-marker {
  background: linear-gradient(to top, rgba(255, 238, 12, 0.5) 40%, rgba(243, 246, 245, 0) 50%);
}

.job-voice-marker-pink {
  background: linear-gradient(to top, rgba(234, 90, 148, 0.5) 40%, rgba(234, 90, 148, 0) 50%);
}

.job-voice-h3 {
  font-family: "SeuratPro-EB";
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.job-voice-h3::before {
  background: #c5b9b2;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 10%;
}

.job-voice-h3-en {
  color: #f3981d;
  display: block;
  font-size: 12px;
}

.job-voice-h4 {
  font-family: "SeuratPro-EB";
  font-size: 16px;
  padding-bottom: 5px;
}



@media (min-width: 375px) {
  .job-voice-header-h2 {
    font-size: 22px;
  }

  .job-voice-h3 {
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  .job-voice-header-h2 {
    font-size: 28px;
  }

  .job-voice-h3 {
    font-size: 24px;
  }
}



@media (min-width: 640px) {

}

/***** ↓tablet/pc *************************/
@media (min-width: 840px) {
  .job-voice-ul {
    align-items: stretch;
    box-sizing: content-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    -ms-flex-align: stretch;
    -ms-flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .job-voice-ul-li {
    box-sizing: content-box;
    flex-basis: calc(50% - 25px);
    width: calc(50% - 25px);
  }

  .job-voice-ul-li-img-box {
    align-self: center;
  }
}

@media (min-width: 1024px) {
  .job-voice-box {

  }

  .job-voice-box-inner {
    padding: 60px 50px;
  }

  .job-voice-header {
    vertical-align: middle;
  }

  .job-voice-header-h2 {
    display: table;
    margin: 0 auto;
  }

  .job-voice-header-h2-inner {
    background-size: 25px auto;
    margin: 0;
    padding: 5px 30px 5px 0;
  }

  .job-voice-body {
    vertical-align: middle;
  }

  .job-voice-frame {
  }

  .job-voice-frame-inner {
    padding: 30px;
  }

  .job-voice-ul-li-frame-inner {
    padding: 30px;
  }

  .job-voice-strong {
    font-size: 20px;
    text-align: center;
  }

  .job-voice-name-01 {
    font-size: 18px;
    padding: 20px 0;
  }

  .job-voice-name-02 {
    font-size: 18px;
  }

  .job-voice-frame-header {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .job-voice-flower-01 {
    background-position: left 10px top, left top 10px;
    background-size: 20px auto, 25px auto;
    line-height: 1.2;
    padding: 10px 0 10px 35px;
  }

  .job-voice-flower-02 {
    background-position: right 10px top, right top 10px;
    background-size: 20px auto, 25px auto;
    line-height: 1.2;
    padding: 10px 35px 10px 0;
  }

  .job-voice-flower-03 {
    background-position: right 10px top, right top 10px;
    background-size: 20px auto, 25px auto;
    line-height: 1.2;
    padding: 10px 35px 10px 0;
  }

  .job-voice-flower-04 {
    background-position: right 10px top, right top 10px;
    background-size: 20px auto, 25px auto;
    line-height: 1.2;
    padding: 10px 35px 10px 0;
  }

  .job-voice-flower-05 {
    background-position: right 10px top, right top 10px;
    background-size: 20px auto, 25px auto;
    line-height: 1.2;
    padding: 10px 35px 10px 0;
  }

  .job-voice-flower-06 {
    background-position: right 10px top, right top 10px;
    background-size: 20px auto, 25px auto;
    line-height: 1.2;
    padding: 10px 35px 10px 0;
  }

  .job-voice-h3 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
  }

  .job-voice-h4 {
    font-size: 18px;
    padding-bottom: 10px;
  }


}

@media (min-width: 1160px) {
  .job-voice-box-inner {
    padding: 70px;
  }
}
/***** ↑tablet/pc *************************/


/*********************************************************************************************
 misc
*********************************************************************************************/
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix::after {
  clear: both;
}

.talc {
  text-align: center;
}

.tall {
  text-align: left;
}

.talr {
  text-align: right;
}

.valt {
  vertical-align: top;
}

.ilb {
  display: inline-block;
}

.dspn {
  display: none;
}

.mgnb10 {
  margin-bottom: 10px;
}

.mgnb15 {
  margin-bottom: 15px;
}

.mgnt10 {
  margin-top: 10px;
}

.mgnt10-15 {
  margin-top: 10px;
}

.mgnt10-20 {
  margin-top: 10px;
}

.mgnt20-30 {
  margin-top: 20px;
}

.style--column {
  display: flex;
  flex-wrap: wrap;
}

/***** ↓tablet/pc *************************/
@media (min-width: 1024px) {

  .mgnt10-15 {
    margin-top: 15px;
  }


  .mgnt10-20 {
    margin-top: 20px;
  }

  .mgnt20-30 {
    margin-top: 30px;
  }


}
/***** ↑tablet/pc *************************/



.modaal-overlay {
  z-index: 9999;
}
.modaal-wrapper {
  z-index: 99999;
}
.modaal-wrapper .modaal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(89, 72, 63, 0.4);
}
.modaal-wrapper .modaal-close::before,
.modaal-wrapper .modaal-close::after {
  background: #59483f;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 20px;
}
.modaal-wrapper .modaal-close:hover {
  background: #f3981d;
}
.modaal-wrapper .modaal-close:hover::before,
.modaal-wrapper .modaal-close:hover::after {
  background: #fff;
}
.modaal-image .modaal-container {
  border-radius: 24px;
}
.modaal-gallery-item {
  padding: 24px;
}


@media (min-width: 769px) {
  .modaal-wrapper .modaal-close {
    top: -20px;
    right: -20px;
    width: 64px;
    height: 64px;
  }
  .modaal-gallery-item {
    padding: 36px;
  }
  .modaal-wrapper .modaal-close::before,
  .modaal-wrapper .modaal-close::after {
  }
}

/* Instagram */
.top-instagram-box {
    margin: 0 auto 30px;
    max-width: 1100px;
	align-items: stretch;
    box-sizing: content-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.top-instagram-box .btn-instagram {
    border-radius: 29px;
    box-shadow: 0 0 10px rgb(89 72 63 / 40%);
    box-sizing: content-box;
    color: #fff;
    display: block;
    flex-basis: 100%;
    font-size: 128.6%;
    line-height: 1;
    margin-top: 20px;
    padding: 20px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    text-decoration: none;
}
.top-instagram-box .btn-instagram:nth-of-type(1) {
	background-color: #ff6347;
	margin-top: 0;
}
.top-instagram-box .btn-instagram:nth-of-type(1):hover {
    background-color: #ff7f50;
}
.top-instagram-box .btn-instagram:nth-of-type(2) {
	background-color: #ff8c00;
}
.top-instagram-box .btn-instagram:nth-of-type(2):hover {
	 background-color: #ffa500;
}
.top-instagram-box .btn-instagram:nth-of-type(3) {
	background-color: #fcc800;
}
.top-instagram-box .btn-instagram:nth-of-type(3):hover {
	background-color: #ffd900;
}
.top-instagram-box .btn-instagram:nth-of-type(4) {
	background-color: #e4b940;
}
.top-instagram-box .btn-instagram:nth-of-type(4):hover {
	background-color: #e8c04d;
}
.top-instagram-box .btn-instagram::before {
    border: 2px solid #fff;
    border-radius: 26px;
    content: '';
    height: calc(100% - 10px);
    left: 3px;
    position: absolute;
    top: 3px;
    width: calc(100% - 10px);
}
.top-instagram-box .btn-instagram span.logoicon img {
	display: inline-block;
	vertical-align: middle;
    max-width: 42px;
    padding-right: 0.5em;
}
.top-instagram-box .btn-instagram span.logotext {
	display: inline-block;
	vertical-align: middle;
    color: #ffffff;
}

@media (min-width: 1024px) {
	.top-instagram-box {
		margin: 0 auto 70px;
	}
	.top-instagram-box .btn-instagram {
		border-radius: 41px;
		flex-basis: calc(25% - 80px);
		margin: 0;
		padding:30px;
		font-size: 100%;
	}
	.top-instagram-box .btn-instagram::before {
		border: 3px solid #fff;
		border-radius: 36px;
		height: calc(100% - 16px);
		left: 5px;
		position: absolute;
		top: 5px;
		width: calc(100% - 16px);
	}
}

.button {
  display: inline-flex;
  gap: .5em;
  padding: .5em 1.5em;
  border-radius: 100vmax;
  color: white;
  background-color: #f08700;
  text-decoration: none;
  .button__prepend,
  .button__append {
    width: 1em;
    height: 1em;
    display: grid;
    place-self: center;
    transform: translateY(-0.0625em);
  }
  .button__body {
    text-align: center;
    line-height: 1.5;
  }
  &:hover {
    text-decoration: none;
    color: white;
    background-color: #ffa500;
  }
  &[data-size="lg"] {
    padding: 1.5em 2.5em;
  }
  &[data-type="inside-border"] {
    border-radius: 2.5625em;
    padding: 1.375em 1.875em;
    background-color: #ff6347;
    color: white;
    display: inline-flex;
    text-decoration: none;
    position: relative;
    box-shadow: 0 0 10px rgb(89 72 63 / 40%);
    &:hover {
      text-decoration: none;
      color: white;
      background-color: #ff7f50;
    }
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      margin: auto;
      width: calc(100% - 16px);
      height: calc(100% - 16px);
      border: 3px solid white;
      border-radius: 2.25em;
    }
  }
  &[data-theme="hikarigi-studio-asaka"] {
    background-color: #ff6347;
    &:hover {
      background-color: #ff7f50;
    }
  }
  &[data-theme="hikarigi-school-asaka"] {
    background-color: #ff8c00;
    &:hover {
      background-color: #ffa500;
    }
  }
  &[data-theme="hikarigi-asakadai"] {
    background-color: #fcc800;
    &:hover {
      background-color: #ffd900;
    }
  }
  &[data-theme="hikarigi-school-asakadai"] {
    background-color: #e4b940;
    &:hover {
      background-color: #e8c04d;
    }
  }
  &[data-type="ghost"] {
    background-color: transparent;
    border: 0.125em solid white;
    border-radius: 100vmax;
    &:hover {
      background-color: rgba(255, 255, 255, 0.2);
    }
  }
}

.mdi--instagram {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.ic--baseline-facebook {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.ri--line-fill {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.664 10.84a.526.526 0 0 1-.526.525h-1.462v.938h1.463a.525.525 0 1 1 0 1.049H16.15a.526.526 0 0 1-.522-.524V8.852c0-.287.235-.525.525-.525h1.988a.526.526 0 0 1-.002 1.05h-1.463v.938h1.463c.29 0 .524.237.524.525m-4.098 2.485a.5.5 0 0 1-.166.025a.52.52 0 0 1-.425-.208l-2.036-2.764v2.45a.525.525 0 0 1-1.047 0V8.852a.52.52 0 0 1 .52-.523c.162 0 .312.086.412.211l2.052 2.775V8.852c0-.287.235-.525.525-.525c.287 0 .525.238.525.525v3.976a.52.52 0 0 1-.36.497m-4.95.027a.526.526 0 0 1-.523-.524V8.852c0-.287.235-.525.525-.525c.289 0 .524.238.524.525v3.976a.527.527 0 0 1-.526.524m-1.53 0H6.099a.53.53 0 0 1-.525-.524V8.852c0-.287.238-.525.525-.525c.29 0 .525.238.525.525v3.45h1.464a.525.525 0 0 1 0 1.05m3.915-10.78c-5.513 0-10 3.643-10 8.118c0 4.01 3.558 7.369 8.363 8.007c.325.068.769.215.881.492c.1.25.066.638.032.9l-.137.85c-.037.25-.2.988.874.537c1.076-.449 5.764-3.398 7.864-5.812C21.314 14.089 22 12.477 22 10.69c0-4.475-4.488-8.118-10-8.118'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.fa7-solid--external-link-square {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000' d='M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM272 296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h54.1l-103 103c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l103-103z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.majesticons--mail-line {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7 9l3.75 3a2 2 0 0 0 2.5 0L17 9m4 8V7a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.uil--schedule {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 14a1 1 0 1 0-1-1a1 1 0 0 0 1 1m5 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-5 4a1 1 0 1 0-1-1a1 1 0 0 0 1 1m5 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1M7 14a1 1 0 1 0-1-1a1 1 0 0 0 1 1M19 4h-1V3a1 1 0 0 0-2 0v1H8V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9h16Zm0-11H4V7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1ZM7 18a1 1 0 1 0-1-1a1 1 0 0 0 1 1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}


.ck-content * {
  all: revert;
  font-family: "SeuratPro-M";
  &:where(h1, h2, h3, h4, h5, h6, strong, b, th, dt) {
    font-weight: 700;
    font-family: "SeuratPro-B";
  }
}

.table {
    width: 100%;
    background-color: #fff;
}