@charset "UTF-8";
/* base
====================================*/
@media screen and (max-width: 960px) {
  .dib {
    display: inline-block;
  }
}

body {
  min-width: calc(1070px + 80px);
  background: #FFF;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #493E3E;
}

@media screen and (max-width: 960px) {
  body {
    min-width: 320px;
    padding-bottom: 50px;
  }
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #493E3E;
}

a:hover {
  text-decoration: underline;
}

a.anchor-for-call, a.anchor-for-call:hover {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
}

input, textarea, select {
  outline: none;
}

div.sbox-cen,
.seotext {
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.7;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  .seotext span {
    display: none;
  }
  div.sbox-cen h1.stext {
    font-weight: normal;
  }
  div.sbox-cen p.summary {
    display: none;
  }
}

.wrap {
  overflow: hidden;
  position: relative;
  background: #FFF;
  font-size: 1.4rem;
  line-height: 1.86;
  color: #493E3E;
}

.tel {
  font-family: "Crimson Text", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.0;
}

.tel__pre {
  display: inline-block;
  margin-right: 4px;
}

.tel__num {
  display: inline-block;
  font-size: calc(36 / 22 * 1em);
}

.-bold {
  font-weight: bold;
}

.-sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .-sp {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .-pc {
    display: none;
  }
}

/* common
====================================*/
/*--------- header ---------*/
.header {
  background: #FFF;
}

.header__box {
  width: 100%;
  max-width: calc(1130px + 30px);
  padding: 19px 15px 17px;
  margin: 0 auto;
}

.h-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h-box__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 550px;
  margin-right: 20px;
}

.h-box__right {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .h-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .h-box__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .h-box__right {
    display: none;
  }
}

.h-left__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.h-left__seo {
  margin: 14px 0 0px 27px;
  font-size: 1.0rem;
  color: #594B4B;
}

@media screen and (max-width: 960px) {
  .h-left__seo {
    display: none;
  }
  .h-left__logo {
    width: 28%;
    min-width: 120px;
  }
}

.h-right {
  margin-top: -4px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: right;
}

.h-right__tel {
  margin-bottom: 2px;
}

.h-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.0rem;
}

.h-info__item {
  margin-right: 1em;
}

.h-info__item:last-child {
  margin-right: 0;
}

.h-nav {
  position: relative;
  height: 90px;
}

.h-nav__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 90px;
  background: #FFF;
}

.h-nav__inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.h-nav__inner.-fixed {
  position: fixed;
}

.h-nav__inner.-fixed::after {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .h-nav {
    display: none;
  }
}

/*--------- navigation ---------*/
.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav-list__link {
  position: relative;
  display: block;
  height: 90px;
  padding: 16px 50px 13px;
  font-family: "Crimson Text", serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #594B4B;
  text-align: center;
  letter-spacing: 0.4px;
  white-space: nowrap;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.gnav-list__link::before {
  content: '';
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 0px;
  height: 3px;
  background: #FFE9E9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width .3s;
  transition: width .3s;
}

.gnav-list__link::after {
  content: '';
  width: 1px;
  height: 19px;
  background: #D3C7C7;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}

.gnav-list__link.-last {
  padding: 37px 37px 13px;
  background: url(../img__new/nav_mail.svg) top 14px center no-repeat;
  background-color: #EF8E8E;
  color: #FFF;
}

.gnav-list__link.-last::before, .gnav-list__link.-last::after {
  display: none;
}

.gnav-list__item.-on .gnav-list__link.-last, .gnav-list__link.-last:hover {
  color: #FFF;
  opacity: 0.7;
}

.gnav-list__link:hover,
.gnav-list__item.-on .gnav-list__link,
.accordion.-active .gnav-list__link {
  color: #E87777;
  text-decoration: none;
}

.gnav-list__link:hover::before,
.gnav-list__item.-on .gnav-list__link::before,
.accordion.-active .gnav-list__link::before {
  width: 90px;
}

.gnav-list__ja {
  display: block;
  margin-top: 1px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: calc(10 / 16 * 1em);
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 960px) {
  .gnav-list {
    display: block;
  }
  .gnav-list__link {
    height: auto;
    padding: 16px 50px 14px;
    white-space: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .gnav-list__link::before {
    bottom: 0;
  }
  .gnav-list__link::after {
    display: none;
  }
}

.accordion {
  position: relative;
}

.accordion__label {
  cursor: pointer;
}

.accordion__list {
  overflow: hidden;
  height: 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: height .3s;
  transition: height .3s;
}

.accordion-list__link {
  display: block;
  background: #FFF;
  border-top: 1px solid #EEEDEB;
  padding: 13px 10px 11px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

.accordion-list__link:hover {
  background: #EEEDEB;
  text-decoration: none;
}

.drawer--left {
  position: relative;
}

.drawer--left .drawer-hamburger {
  display: none;
  background: #E55151;
  border-radius: 5px;
}

.drawer--left.drawer-open .drawer-hamburger {
  background: #91C14D;
}

.drawer--left .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.drawer--left .drawer-nav {
  display: none;
  background: #FFF;
}

.drawer--left .drawer-menu {
  padding: 0;
}

.drawer--left .drawer-menu__nav {
  margin-bottom: 20px;
}

.drawer--left .drawer-menu__side {
  padding: 20px 10px;
}

.drawer--left .drawer-menu__side .s-info__time {
  font-size: 1.2rem;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #FFF;
}

.sp-nav .gnav-list__item {
  margin-bottom: 10px;
}

.sp-nav .gnav-list__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .drawer--left .drawer-hamburger,
  .drawer--left .drawer-nav {
    display: block;
  }
}

/*--------- mainimage ---------*/
.mainimg {
  border-bottom: 3px solid #FFF;
  background: url(../img__new/main_bg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}

.mainimg__img {
  background: #DBDBDB;
  text-align: center;
}

.mainimg__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1070px;
  min-height: 250px;
  padding: 40px 400px 20px 150px;
  margin: 0 auto;
  background: url(../img__new/main_right.png) bottom right 29px no-repeat;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: left;
  color: #332B2B;
}

.mainimg__box::before {
  content: '';
  width: 261px;
  height: 142px;
  background: url(../img__new/main_left.png) no-repeat;
  position: absolute;
  top: 20px;
  left: 0;
}

.mainimg__text {
  line-height: 1.2;
  letter-spacing: -0.6px;
}

.mainimg__ja {
  display: block;
  margin-top: 4px;
  font-size: calc(20 / 50 * 1em);
}

@media screen and (max-width: 960px) {
  .mainimg__box {
    min-height: auto;
    padding: 12vw 40vw 8vw 8vw;
    background: url(../img__new/main_right.png) bottom 3vw right 3vw no-repeat;
    background-size: 30vw 18vw;
    font-size: 4.6rem;
  }
  .mainimg__box::before {
    width: 25vw;
    height: 14vw;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 480px) {
  .mainimg__box {
    font-size: 3.2rem;
  }
  .mainimg__box::before {
    top: 10px;
  }
}

/*--------- main ---------*/
.main {
  width: 100%;
  padding: 60px 0 80px;
  background: url(../img__new/bg.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 15px;
  padding-right: 15px;
}

.main__content {
  width: 100%;
  max-width: 800px;
}

.main__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 240px;
  margin-right: 30px;
}

@media screen and (max-width: 960px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main__side {
    display: none;
    margin-right: 0;
    margin-top: 50px;
  }
}

/*-------- content --------*/
.content__bread {
  margin-bottom: 25px;
}

.content__heading {
  width: 100%;
  max-width: calc(800px + 30px);
  margin-bottom: 35px;
}

.content__headline {
  width: 100%;
  max-width: calc(800px + 30px);
  margin-bottom: 27px;
}

.content__subtitle {
  width: 100%;
  max-width: calc(800px + 30px);
  margin-bottom: 27px;
}

.content__block {
  width: 100%;
  max-width: calc(800px + 30px);
  margin-bottom: 80px;
}

.content__block:last-child {
  margin-bottom: 0;
}

.content__block.-break {
  max-width: 100%;
  padding: 0;
}

.content__block.-breakall {
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
}

/* bread */
.bread {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 auto;
}

.bread__item:not(:last-child) {
  margin-right: 4px;
}

.bread__item:not(:last-child)::after {
  content: '＞';
  display: inline-block;
  margin-left: 4px;
}

.bread__link {
  font-weight: bold;
  text-decoration: none;
}

.bread__link:hover {
  text-decoration: underline;
}

/* heading */
.heading {
  padding: 47px 0 0;
  background: url(../img__new/h3.svg) top center no-repeat;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
  color: #594B4B;
}

.headline {
  padding-top: 12px;
  font-family: "Crimson Text", serif;
  font-size: 4.0rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 480px) {
  .headline {
    font-size: 3.4rem;
  }
}

.subtitle {
  padding: 4px 10px 6px 58px;
  border-bottom: 1px solid #E2C7C7;
  background: url(../img__new/h4.svg) top left no-repeat;
  font-size: 1.6rem;
  color: #594B4B;
  line-height: 1.4;
}

.blogtitle {
  padding: 16px 0 12px;
  border-bottom: 2px solid #E09D9D;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  color: #594B4B;
  line-height: 1.4;
}

/* table */
.table,
.mailform-table {
  width: 100%;
}

.table__head, .table__data,
.mailform-table__head,
.mailform-table__data {
  width: auto;
  border-bottom: 1px dashed #D1B6B6;
  background: #FCF7F7;
  padding: 16px 22px 8px;
  vertical-align: top;
}

.table__head,
.mailform-table__head {
  padding: 16px 16px 8px;
  background: #EFE0CE;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .table__head, .table__data,
  .mailform-table__head,
  .mailform-table__data {
    padding: 10px 10px 7px;
  }
}

.table__head {
  width: 33.375%;
}

.mailform-table__head {
  width: 33.375%;
  padding: 16px 13px 8px 14px;
}

.mailform-table__head .table__headtxt {
  font-size: 1.2rem;
}

.mailform-table__data {
  padding: 16px 18px 8px;
}

@media screen and (max-width: 600px) {
  .mailform-table__head, .mailform-table__data {
    display: block;
    width: 100%;
  }
  .mailform-table__head,
  tr:not(:last-child) .mailform-table__data {
    border-bottom: none;
  }
}

/* other */
.nopost.-right {
  text-align: right;
}

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

.nostock {
  margin-bottom: 20px;
  font-weight: bold;
  color: #E55151;
}

.c-link {
  display: block;
  padding: 12px 46px 12px 30px;
  border: 1px solid #493E3E;
  background: url(../img__new/next_btn.svg) center right 12px no-repeat;
  background-size: 8px 16px;
  background-color: #FFF;
  font-family: "Crimson Text", serif;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

.c-link__txt {
  padding-left: 30px;
  background: url(../img__new/contact_mail.svg) center left no-repeat;
  background-size: 20px 14px;
}

.c-link:hover {
  text-decoration: none;
  opacity: 0.6;
}

.c-link.next, .c-link.back {
  padding: 12px 24px 10px 18px;
  background: #493E3E url(../img__new/icon_next.svg) center right 12px no-repeat;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  color: #FFF;
}

.c-link.back {
  padding: 12px 18px 10px 24px;
  background: #493E3E url(../img__new/icon_back.svg) center left 11px no-repeat;
}

.map,
.video {
  position: relative;
  width: 100%;
  height: 350px;
  border: 1px solid #493E3E;
}

.map iframe,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  height: auto;
  padding-top: 56.25%;
}

.p-text {
  margin-bottom: 1.8em;
}

.p-text:last-child {
  margin-bottom: 0;
}

.richtext {
  overflow: hidden;
}

.richtext a {
  text-decoration: underline;
}

.richtext a:hover {
  text-decoration: none;
}

.hash-link {
  padding-top: 90px;
  margin-top: -90px;
}

@media screen and (max-width: 960px) {
  .hash-link {
    padding-top: 0;
    margin-top: 0;
  }
}

/*--------- side ---------*/
.side {
  font-size: 1.0rem;
  color: #594B4B;
}

.side__nav {
  margin-bottom: 17px;
}

.side__info {
  margin-bottom: 30px;
}

.side__mail {
  margin-bottom: 18px;
}

.s-nav__item + .s-nav__item {
  margin-top: 20px;
}

.s-info__name {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.46;
  letter-spacing: 1.1px;
}

.s-info__tel {
  margin-bottom: 3px;
  font-size: 1.8rem;
  color: #E55151;
}

.s-info__tel .tel__num {
  font-size: calc(34 / 18 * 1em);
}

.s-info__time {
  margin-bottom: 16px;
}

.s-info__address {
  margin-bottom: 7px;
}

.s-info__address .-bold {
  font-size: 1.2rem;
}

.s-line {
  margin-bottom: 16px;
}

.s-line__link {
  display: block;
  background: #EFCECE;
  font-family: "Crimson Text", serif;
  font-size: 2.0rem;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0.5px;
}

.s-line__link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.s-banner__item {
  margin-bottom: 10px;
  text-align: center;
}

.s-banner__item:last-child {
  margin-bottom: 0;
}

/*--------- footer ---------*/
.footer {
  background: url(../img__new/f_bg.jpg) bottom center no-repeat;
}

.footer__box {
  padding: 38px 15px 55px;
}

.footer__bottom {
  padding: 0 0 18px;
  background: #493E3E;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 960px) {
  .footer {
    background-size: cover;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    padding: 10px;
  }
}

.f-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.f-nav__item {
  position: relative;
}

.f-nav__item:not(:first-child)::before {
  content: '/';
  position: absolute;
  left: -2px;
}

.f-nav__link {
  display: block;
  padding: 0 0.6em;
  font-weight: normal;
  color: #FFF;
}

.f-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.f-box__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 43px;
}

.f-box__logo .-img {
  width: 225px;
  height: 62px;
}

.f-box__name {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 2.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 1.1px;
}

.f-box__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-box__num > * {
  margin: 13px 15px;
}

.f-box__tel {
  font-size: 3.0rem;
  color: #594B4B;
}

.f-box__tel .tel__pre {
  margin-right: 7px;
}

.f-box__tel .tel__num {
  font-size: 1.66667em;
}

.f-box__mail {
  position: relative;
  width: 280px;
  background-color: #F7F0F0;
}

.f-box__mail::after {
  content: '';
  width: 135px;
  height: 115px;
  background: url(../img__new/f_hana.svg) no-repeat;
  position: absolute;
  top: -39px;
  right: -95px;
  pointer-events: none;
}

.f-box__mail .c-link {
  padding: 12px 46px 12px 26px;
  background: none;
  letter-spacing: 0.6px;
}

.f-box__mail .c-link__txt {
  padding-left: 32px;
}

@media screen and (max-width: 480px) {
  .f-box__mail::after {
    top: auto;
    bottom: 0;
    right: -30px;
    width: 100px;
    height: 86px;
    background-size: 100% auto;
  }
}

.f-box__info {
  font-size: 1.2rem;
  color: #594B4B;
}

@media screen and (max-width: 960px) {
  .f-box__logo {
    width: 26%;
    min-width: 120px;
    margin: 0 auto 3vw;
  }
  .f-box__num > * {
    margin: 20px 15px;
  }
}

@media screen and (max-width: 480px) {
  .f-box__name {
    font-size: 1.8rem;
  }
  .f-box__tel {
    font-size: 2.2rem;
  }
}

.f-seo,
.copyright {
  font-size: 1.0rem;
}

.pagetop {
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 20px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.pagetop.-active {
  opacity: 1;
}

.pagetop.-stop {
  position: absolute;
}

@media screen and (max-width: 960px) {
  .pagetop {
    display: none;
  }
}

.rightbar {
  position: fixed;
  z-index: 100;
  top: 100px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.rightbar.-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 960px) {
  .rightbar {
    width: 100%;
    height: 50px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .rightbar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #664D25;
    background-color: #FFF9EF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
    font-size: 1.6rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rightbar__link .-sp {
    padding-left: 34px;
    background: url(../img__new/contact_mail.svg) center left no-repeat;
  }
  .rightbar__link:hover {
    text-decoration: none;
    color: #E55151;
  }
}

/*-------- images --------*/
/* img-left/img-right */
.img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img-left__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: center;
  margin-right: 30px;
}

.img-left__image.-small {
  width: calc(320 / 800 * 100%);
  max-width: 320px;
}

.img-left__image.-medium {
  width: calc(340 / 800 * 100%);
  max-width: 340px;
}

.img-left__image.-large {
  width: calc(400 / 800 * 100%);
  max-width: 400px;
}

.img-left__image div ~ div {
  margin-top: 15px;
}

.img-left__text {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .img-left__image {
    width: 30%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .img-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .img-left__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .img-left__image.-small, .img-left__image.-medium, .img-left__image.-large {
    width: 100%;
  }
}

.img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img-right__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  margin-left: 30px;
}

.img-right__image.-small {
  width: calc(320 / 800 * 100%);
  max-width: 320px;
}

.img-right__image.-medium {
  width: calc(340 / 800 * 100%);
  max-width: 340px;
}

.img-right__image.-large {
  width: calc(400 / 800 * 100%);
  max-width: 400px;
}

.img-right__image div ~ div {
  margin-top: 15px;
}

.img-right__text {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .img-right__image {
    width: 30%;
    margin-left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .img-right__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .img-right__image.-small, .img-right__image.-medium, .img-right__image.-large {
    width: 100%;
  }
}

/* img-list */
.img-list__item {
  margin-bottom: 20px;
}

.img-list__item:last-child {
  margin-bottom: 0;
}

/* image */
.image {
  text-align: center;
}

/* square */
.square {
  overflow: hidden;
  position: relative;
}

.square::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.square__inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FCF7F7;
  border: 1px solid #D1B6B6;
}

.square__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-------- pagebute --------*/
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page li {
  margin: 0 5px;
}

.page .link_page,
.page .link_before,
.page .link_next,
.page .current_page {
  display: block;
  width: 30px;
  height: 30px;
  background: #EFCECE;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  color: #493E3E;
}

.page .link_page:hover,
.page .link_before:hover,
.page .link_next:hover,
.page .current_page:hover {
  background: #493E3E;
  color: #FFF;
}

.page .link_before,
.page .link_next {
  background: none;
}

.page .link_before:hover,
.page .link_next:hover {
  opacity: 0.6;
  background: none;
}

.page .current_page {
  background: #493E3E;
  color: #FFF;
}

/*-------- wink/openbox --------*/
/* openbox */
.openbox__trigger, .openbox__sub-trigger, .openbox__trigger--hover {
  cursor: pointer;
}

.openbox__target {
  overflow: hidden;
  height: 0;
  -webkit-transition: height .4s;
  transition: height .4s;
  cursor: auto;
}

/* wink */
.wink:hover {
  -webkit-animation-name: wink;
          animation-name: wink;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}

.wink:hover img {
  opacity: 1 !important;
}

@-webkit-keyframes wink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

/* cms
====================================*/
/*-------- news --------*/
.news-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.news-container__link {
  width: 100%;
  max-width: 65px;
  margin: 14px 0 0 auto;
}

.news-container__link .c-link {
  padding: 0;
  border: none;
  background: url(../img__new/next_btn.svg) center right no-repeat;
  background-size: 6px 12px;
  font-size: 1.8rem;
  text-align: left;
}

.news-container__pager {
  margin-top: 50px;
}

.news-entries__item {
  border-bottom: 1px solid #E09D9D;
  padding: 0 20px 22px 20px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.news-entries__item:last-child {
  margin-bottom: 0;
}

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

.news-entry__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin-right: 10px;
}

.news-entry__title {
  width: 100%;
}

.news-entry__link {
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .news-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-entry__date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*-------- gallery/works --------*/
.gallery-container__entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-container__link {
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
}

.gallery-container__pager {
  margin-top: 50px;
}

.gallery-entries {
  margin-bottom: -40px;
}

.gallery-entries__item {
  width: calc((100% - (26px * (3 - 1))) / 3);
  margin: 0 26px 40px 0;
}

.gallery-entries__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .gallery-entries__item, .gallery-entries__item:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  .gallery-entries__item:nth-child(2n), .gallery-entries__item:nth-child(3n):nth-child(2n) {
    margin-right: 0;
  }
}

.gallery-entry__title {
  margin: 10px 0 4px;
}

.gallery-entry__text {
  margin-top: 5px;
  font-size: 1.2rem;
}

.gallery-entry__price {
  color: #E55151;
}

/* carousel(slick) */
.carousel-container__entries {
  width: 100%;
  padding: 0 35px;
  margin: 0 auto;
}

.carousel-container__link {
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
}

.caroucel-entries__item {
  margin: 0 10px;
}

.caroucel-entries__item :focus {
  outline: none;
}

.slick-prev,
.slick-next {
  z-index: 10;
  top: 50%;
  width: 30px;
  height: 30px;
  background: center no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}

.slick-prev {
  left: 0;
  background-image: url("../img__new/slick_left.svg");
}

.slick-next {
  right: 0;
  background-image: url("../img__new/slick_right.svg");
}

.works-container__link {
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
}

.works-container__pager {
  margin-top: 50px;
}

.works-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}

.works-entries__item {
  width: calc((100% - 50px) / 2);
  margin: 0 50px 40px 0;
}

.works-entries__item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .works-entries__item {
    width: 100%;
    margin-right: 0;
  }
}

.works-entry__title {
  margin-bottom: 15px;
}

.works-entry__label {
  margin-bottom: 5px;
}

.works-entry__image {
  margin-bottom: 20px;
}

.works-entry__text {
  font-size: 1.2rem;
}

.works-entry__link {
  width: 100%;
  max-width: 250px;
  margin: 20px auto 0;
}

.works-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works-label__item {
  width: 46%;
  font-family: "Crimson Text", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.works-label__item.-after {
  color: #C61515;
}

.works-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.works-imgbox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 33px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 50%;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #E5E5E5), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right bottom, color-stop(50%, #E5E5E5), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top right, #E5E5E5 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom right, #E5E5E5 50%, rgba(255, 255, 255, 0) 50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.works-imgbox__item {
  width: 46%;
}

/*-------- imgbox --------*/
/* imgbox column */
.imgbox-column__big {
  width: 100%;
  max-width: calc(600 / 800 * 100%);
  min-width: 200px;
  margin: 0 auto;
}

.imgbox-column__list {
  width: 100%;
  max-width: 810px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.imgbox-column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgbox-column-list__item {
  margin-top: 20px;
  width: 18.5%;
  min-width: 80px;
  margin: 10px 5px 0;
}

/* imgbox row */
.imgbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.imgbox-row__big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(500 / 800 * 100%);
}

.imgbox-row__list {
  width: 100%;
  margin-left: 30px;
}

@media screen and (max-width: 480px) {
  .imgbox-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .imgbox-row__big {
    width: calc(500 / 800 * 100%);
    min-width: 200px;
  }
  .imgbox-row__list {
    margin-top: 20px;
    margin-left: 0;
  }
}

.imgbox-row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

.imgbox-row-list__item {
  width: 32%;
  margin: 0 2% 10px 0;
}

.imgbox-row-list__item:nth-child(3n) {
  margin-right: 0;
}

/* before-after */
.before-after__label {
  margin-bottom: 10px;
}

.before-after__thumb {
  margin-top: 20px;
}

.before-after-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.before-after-label__item {
  width: calc((100% - 100px) / 2);
  font-family: "Crimson Text", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.before-after-label__item.-after {
  color: #C61515;
}

@media screen and (max-width: 600px) {
  .before-after-label__item {
    width: 48%;
  }
}

.before-after-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.before-after-big::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 66px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 50%;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #E5E5E5), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right bottom, color-stop(50%, #E5E5E5), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top right, #E5E5E5 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom right, #E5E5E5 50%, rgba(255, 255, 255, 0) 50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.before-after-big__item {
  width: calc((100% - 100px) / 2);
}

@media screen and (max-width: 600px) {
  .before-after-big__item {
    width: 48%;
  }
  .before-after-big::before {
    width: 13px;
    height: 33px;
  }
}

.before-after-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.before-after-thumb__item {
  width: calc((100% - 100px) / 2);
}

@media screen and (max-width: 600px) {
  .before-after-thumb__item {
    width: 48%;
  }
}

.before-after-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.before-after-list__item {
  width: 32%;
  margin: 10px 2% 0 0;
}

.before-after-list__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .before-after-list__item {
    width: 49%;
  }
  .before-after-list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .before-after-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

/*-------- detail --------*/
.standard-container__pager {
  margin-top: 50px;
}

.standard-entries__item {
  margin-bottom: 50px;
}

.standard-entries__item:last-child {
  margin-bottom: 0;
}

.standard-entry__title {
  margin-bottom: 30px;
}

.standard-entry__subtitle {
  margin-bottom: 20px;
}

.standard-entry__text {
  margin-bottom: 30px;
}

.standard-entry__text:last-child {
  margin-bottom: 0;
}

.detail-container__date {
  margin-bottom: 0px;
}

.detail-container__images {
  margin-bottom: 40px;
}

.detail-container__text {
  margin-bottom: 30px;
}

.detail-container__table {
  margin-bottom: 40px;
}

.detail-container__link {
  width: 100%;
  max-width: 180px;
  margin: 40px 0 0;
}

/*-------- faq --------*/
.faq-heading {
  margin-bottom: 27px;
}

.faq-box-entries__item {
  margin-bottom: 9px;
}

.faq-box-entries__item:last-child {
  margin-bottom: 0;
}

.faq-box-entry__title {
  position: relative;
}

.faq-box-entry__title:hover {
  opacity: 0.8;
}

.faq-box-entry__title::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 20px;
  width: 20px;
  height: 12px;
  background: center no-repeat;
  background-image: url("../img__new/faq_arw.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.-open .faq-box-entry__title::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-box-title {
  padding: 17px 50px 15px 53px;
  border-bottom: 2px solid #EFE0CE;
  background: #FCF5F5 url(../img__new/faq.svg) top 15px left 21px no-repeat;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .faq-box-title {
    padding: 17px 46px 15px 44px;
    background: #FCF5F5 url(../img__new/faq.svg) top 15px left 12px no-repeat;
  }
}

.faq-box-text {
  padding: 15px 0 17px 0;
}

.faq-links-container__list {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.faq-links-list__item {
  margin-bottom: 20px;
}

.faq-links-list__item:last-child {
  margin-bottom: 0;
}

.faq-links-entries__item {
  margin-bottom: 20px;
}

.faq-links-entries__item:last-child {
  margin-bottom: 0;
}

.faq-links-entry__title {
  margin-bottom: 10px;
}

.faq-links-title {
  position: relative;
  padding: 6px 0 0 40px;
  min-height: 30px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.faq-links-title::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #666;
  font-family: "Crimson Text", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
}

.faq-links-text {
  position: relative;
  min-height: 30px;
  padding: 4px 0 0 40px;
}

.faq-links-text::before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #666;
  border-radius: 50%;
  background: #FFF;
  font-family: "Crimson Text", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #666;
}

/*-------- blog --------*/
.blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-wrapper__left {
  width: calc(590 / 800 * 100%);
}

.blog-wrapper__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(180 / 800 * 100%);
  margin-left: 30px;
  font-size: 1.2rem;
}

@media screen and (max-width: 600px) {
  .blog-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-wrapper__left {
    width: 100%;
  }
  .blog-wrapper__right {
    width: 100%;
    max-width: 180px;
    margin-left: 0;
    margin-top: 60px;
  }
}

.blog-container__pager {
  margin-top: 50px;
}

.blog-entries {
  margin-bottom: 45px;
}

.blog-entries__item {
  margin-bottom: 50px;
}

.blog-entries__item:last-child {
  margin-bottom: 0;
}

.blog-entry__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-entry__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(150 / 590 * 100%);
  margin-right: 30px;
}

.blog-entry__text-box {
  width: 100%;
}

.blog-entry__title {
  margin-bottom: 30px;
}

.blog-entry__date {
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1;
}

.blog-entry__link {
  width: 100%;
  max-width: 180px;
  margin: 10px 0 0 auto;
}

@media screen and (max-width: 600px) {
  .blog-entry__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-entry__image {
    width: 200px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.blog-side__block {
  margin-bottom: 30px;
}

.blog-side__block:last-child {
  margin-bottom: 0;
}

.blog-side__label {
  background: url(../img__new/blog_name_bg.png) top no-repeat;
  background-size: 100% 100%;
  padding: 12px 10px;
  margin-bottom: 8px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #476045;
}

.blog-side__link {
  text-decoration: none;
  font-weight: bold;
  color: #E55151;
}

.blog-side__link:hover {
  text-decoration: underline;
}

.blog-side__archive {
  margin-bottom: 13px;
  line-height: 1.2;
}

.blog-side__list-item {
  margin-bottom: 15px;
}

.blog-side__list-item:last-child {
  margin-bottom: 0;
}

.blog-calendar {
  width: 100%;
  font-size: 1rem;
}

.blog-calendar__caption {
  border-bottom: 1px solid #111;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
}

.blog-calendar__week, .blog-calendar__day {
  padding: 5px 0 4px;
  line-height: 1;
  text-align: center;
}

.blog-calendar__week {
  font-weight: normal;
}

/*-------- shop/cart --------*/
.shop-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-wrapper__left {
  width: 100%;
  max-width: 440px;
  margin-right: 40px;
}

.shop-wrapper__right {
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 960px) {
  .shop-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop-wrapper__left {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .shop-wrapper__right {
    max-width: 100%;
  }
}

.shop-container__cart {
  margin-bottom: 28px;
}

.shop-container__link {
  width: 100%;
  max-width: 180px;
  margin: 30px 0 0;
}

.shop-imgbox__list {
  margin-top: 20px;
}

.shop-imgbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-imgbox-list__item {
  width: calc(100 / 440 * 100%);
  margin: 10px 3.03% 0 0;
}

.shop-imgbox-list__item:nth-child(4n) {
  margin-right: 0;
}

.cart-container__option {
  margin-top: 20px;
}

.cart-container__buy {
  margin: 25px 0 19px;
}

.cart-container__description {
  margin-top: 20px;
}

.cart-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 3px 10px 5px 0;
  border-bottom: 2px solid #E09D9D;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
}

.cart-price__money {
  margin-left: auto;
  font-size: calc(30 / 18 * 1em);
  color: #E55151;
}

.cart-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-option__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46%;
}

.cart-option__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5px;
}

.cart-option__select {
  width: 100%;
  height: 32px;
  background: url("../img__new/cart_select.svg") right center no-repeat;
  border: 1px solid #CCC;
  padding: 5px;
  margin: 0;
  outline: none;
  vertical-align: bottom;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.cart-option__select::-ms-expand {
  display: none;
}

@media screen and (max-width: 600px) {
  .cart-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-option__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart-option__item:last-child {
    margin-bottom: 0;
  }
}

.cart-button-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 24px 0 0;
  border: none;
  background: #E55151 url("../img__new/icon_next.svg") center right 8px no-repeat;
  background-size: 10px 20px;
  outline: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
}

.cart-button-buy::before {
  content: url("../img__new/cart.svg");
  display: block;
  margin-right: 7px;
}

.cart-button-buy:hover {
  background: #91C14D url("../img__new/icon_next.svg") center right 5px no-repeat;
}

.cart-links__item {
  display: inline-block;
  margin: 0 13px 10px 0;
}

.cart-links__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .cart-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-links__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cart-links__item:last-child {
    margin-bottom: 0;
  }
}

.cart-link-view,
.cart-link-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 33px;
  padding: 3px 9px 0;
  border: 1px solid #493E3E;
  outline: none;
  background: #FFF;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}

.cart-link-view:hover,
.cart-link-guide:hover {
  text-decoration: none;
  opacity: 0.6;
}

.cart-description__label {
  margin-bottom: 4px;
  line-height: 1.2;
  font-weight: bold;
}

/* other contents
====================================*/
/*-------- index --------*/
.index-mainimg {
  background: url(../img__new/main_bg_index.jpg) center no-repeat;
  background-size: cover;
}

.index-mainimg__box {
  position: relative;
  width: 100%;
  height: 480px;
  max-width: 100%;
  padding: 0;
  background: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.index-mainimg__box .-pc {
  width: 1400px;
  height: 480px;
  max-width: initial;
  position: absolute;
  top: 0;
  left: calc(50% - 700px);
}

.index-mainimg__box::before {
  display: none;
}

@media screen and (max-width: 960px) {
  .index-mainimg__box {
    height: auto;
  }
}

.index-first .img-left__image {
  width: calc(381 / 800 * 100%);
}

.index-first .text-box__img {
  margin: 9px auto 25px;
}

.index-menu .index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 50px);
  margin-left: -25px;
}

.index-menu .index-list__item {
  width: calc(250 / 850 * 100%);
  margin: 21px 12.5px;
}

.index-menu .index-list__name {
  margin: 25px auto 5px;
  font-weight: bold;
  text-align: center;
}

.index-menu .index-list__txt {
  font-size: 1.2rem;
}

@media screen and (max-width: 600px) {
  .index-menu .index-list {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
  }
  .index-menu .index-list__item {
    width: 100%;
    margin: 0 auto 50px;
  }
}

.index-menu__button {
  max-width: 260px;
  margin: 12px auto 0;
}

.index-menu__button .c-link {
  padding: 18px 33px 14px 18px;
}

.index-school .img-right__image {
  width: calc(350 / 800 * 100%);
}

.index-school .text-box__txt:not(:last-child) {
  margin-bottom: 25px;
}

.index-ask .img-left__image {
  width: calc(341 / 800 * 100%);
}

.index-ask .check-list {
  margin-bottom: 11px;
}

.index-ask .check-list__item {
  padding: 0px 0 17px 34px;
  background: url(../img__new/check.svg) top left no-repeat;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .content__block .img-right__image,
  .content__block .img-left__image {
    width: 100%;
  }
}

/*-------- menu --------*/
.menu-block .content__subtitle {
  margin-bottom: 22px;
}

.menu-block .table__head {
  width: 66.625%;
  padding: 14px 21px 9px;
  background: #FCF7F7;
}

.menu-block .table__data {
  padding: 14px 16px 9px;
  background: #EFE0CE;
}

.menu-block .img-left,
.menu-block .img-right {
  margin-bottom: 30px;
}

/*-------- info --------*/
.info-map {
  margin-bottom: 28px;
}

.info-table .table__data .-txt + .-txt {
  margin-top: 24px;
}

/*-------- voice --------*/
.voice-cms {
  margin: 42px 0 0;
}

.voice-cms__item {
  margin-bottom: 48px;
}

.voice-cms__name {
  margin-bottom: 15px;
}

/*-------- contact --------*/
.contact-telbox {
  margin: 0 auto 40px;
}

.contact-telbox .content__heading {
  margin-bottom: 13px;
}

.contact-telbox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-telbox__numbox, .contact-telbox__line {
  margin: 10px 15px;
}

.contact-telbox__numbox {
  max-width: 343px;
  font-size: 1.2rem;
  color: #594B4B;
}

.contact-telbox__tel {
  font-size: 2.6rem;
  color: #E55151;
}

.contact-telbox__num {
  margin-left: 6px;
  font-size: calc(50 / 26 * 1em);
}

.contact-telbox__time {
  margin-top: 3px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .contact-telbox__numbox {
    margin: 10px 0;
    text-align: center;
  }
  .contact-telbox__tel {
    font-size: 2.0rem;
  }
}

.contact-telbox__line {
  margin-top: 15px;
}

.contact-telbox__line .line-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 240px;
  padding: 5px 10px 7px;
  border: 1px solid #D6C9BA;
  background-color: #FCF7F7;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #337508;
  text-align: center;
  line-height: 1.4;
}

.contact-telbox__line .line-btn__link:hover {
  opacity: 0.6;
  text-decoration: none;
}

.contact-telbox__line .line-btn__en {
  margin-bottom: 3px;
  font-family: "Crimson Text", serif;
  font-size: calc(20 / 11 * 1em);
  color: #45A00A;
  letter-spacing: 0.5px;
}

.contact-container .content__subtitle {
  margin-bottom: 16px;
}

.contact-container__text {
  margin-bottom: 18px;
}

/* privacy */
.privacy-box {
  font-size: 1.2rem;
}

.privacy-box__text {
  margin-bottom: 1em;
}

.privacy-list__item {
  padding-left: .5em;
  margin: 0 0 1em 1.5em;
  list-style: decimal outside;
}

.privacy-list__item:last-child {
  margin-bottom: 0;
}

.privacy-list-inner__item {
  position: relative;
  padding-left: 1em;
}

.privacy-list-inner__item::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

/* thanks */
.thanks-text {
  text-align: left;
}

/*-------- mailform --------*/
.mailform__hide {
  display: none;
}

.mailform__req {
  display: inline-block;
  margin-left: 0px;
  font-size: 1.0rem;
  color: #E55151;
}

.mailform__note {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.mailform__button {
  margin: 30px auto 0;
  text-align: center;
}

.mailform .form-calender__txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2rem;
}

.mailform .change__req .mailform__req {
  display: none;
}

.mailform-data__item {
  margin-bottom: 12px;
}

.mailform-data__item.-none {
  margin-bottom: 0;
}

.mailform-data__item.-example {
  margin-bottom: 10px;
}

.mailform-data__item.-text {
  margin-bottom: 7px;
}

.mailform-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* form parts */
.form-parts {
  line-height: 1.2;
}

.form-parts.-left {
  margin-right: 10px;
}

.form-parts.-right {
  margin-top: 18px;
}

.form-parts__link {
  font-weight: normal;
  text-decoration: underline;
}

.form-parts__link:hover {
  text-decoration: none;
}

.form-example {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #808080;
}

/* input text */
.form-input {
  width: 100%;
  max-width: 100%;
  height: 30px;
  background: #F2EAE2;
  border: none;
  padding: 5px;
}

.form-input.-small {
  max-width: 172px;
}

.form-input.-middle {
  max-width: 250px;
}

/* input radio */
.form-radio {
  margin-right: 20px;
}

.form-radio__input {
  display: none;
}

.form-radio__input ~ .form-radio__label {
  display: block;
  padding-left: 21px;
  position: relative;
  cursor: pointer;
}

.form-radio__input ~ .form-radio__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: none;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  margin-top: -8px;
}

.form-radio__input ~ .form-radio__label::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #BA7038;
  border-radius: 50%;
  margin-top: -5px;
}

.form-radio__input:checked ~ .form-radio__label::after {
  display: block;
}

/* input checkbox */
.form-check {
  width: 24%;
}

.form-check__input {
  display: none;
}

.form-check__input ~ .form-check__label {
  display: block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.form-check__input ~ .form-check__label::before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 1px solid #CCC;
}

.form-check__input ~ .form-check__label::after {
  content: '';
  display: none;
  position: absolute;
  top: calc(50% - 10px);
  left: 4px;
  width: 10px;
  height: 14px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form-check__input:checked ~ .form-check__label::before {
  opacity: 0;
}

.form-check__input:checked ~ .form-check__label::after {
  display: block;
}

/* select */
.form-select {
  width: 100%;
  max-width: 202px;
  height: 30px;
  background: url("../img__new/mail_select.svg") right center no-repeat;
  background-color: #F2EAE2;
  border: none;
  padding: 5px;
  margin: 0;
  outline: none;
  vertical-align: bottom;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select::-ms-expand {
  display: none;
}

/* textarea */
.form-textarea {
  width: 100%;
  min-height: 110px;
  background: #F2EAE2;
  border: none;
  padding: 5px;
  font-family: inherit;
  font-size: inherit;
}

/* placeholder */
:-ms-input-placeholder {
  color: #BC9871;
}

::-webkit-input-placeholder {
  color: #BC9871;
}

::-ms-input-placeholder {
  color: #BC9871;
}

::placeholder {
  color: #BC9871;
}

/* send button */
.form-submit {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #493E3E;
  background: #FFF url(../img__new/contact_mail.svg) center left 44px no-repeat;
  outline: none;
  padding: 19px 40px 19px 74px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}

.form-submit:hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .form-submit {
    padding: 19px 30px 19px 64px;
    background-position-x: 30px;
  }
}
/*# sourceMappingURL=style.css.map */