@charset "UTF-8";
* {
  word-break: break-all;
}

body {
  min-width: 1270px;
  background: #fffced;
  font-family: "Noto Sans JP", sans-serif;
  color: #473424;
}

@media screen and (max-width: 960px) {
  body {
    min-width: 375px;
  }
}
pre {
  white-space: inherit;
}

textarea {
  font-family: inherit;
}

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

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

a:hover {
  text-decoration: underline;
}

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

img, a, button {
  transition: opacity 0.1s;
}

div.sbox-cen, .seotext {
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: normal;
  background: #fff;
  color: #a5976a;
}

@media screen and (max-width: 960px) {
  div.sbox-cen, .seotext {
    padding-bottom: 0;
    font-size: 1rem;
  }

  .seotext span {
    display: none;
  }

  div.sbox-cen h1.stext {
    font-weight: normal;
  }

  div.sbox-cen p.summary {
    display: none;
  }
}
#wrap {
  position: relative;
  overflow: hidden;
  background-color: #fffced;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.13;
  color: #473424;
}

.tel {
  font-weight: 400;
  line-height: 1;
}

.tel__num {
  display: inline-block;
  margin-left: 5px;
}

#header {
  background: url("/files/main_bg.jpg");
  padding-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #header {
    padding-bottom: 0;
    background: none;
  }
}
.pagecode-index #header {
  background: none;
  padding-top: 1px;
  padding-bottom: 0;
}

.h-box {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .h-box {
    padding: 10px 14px;
  }
}
@media screen and (max-width: 680px) {
  .h-box {
    padding: 10px 7px;
  }
}
.h-box::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff7e2;
  z-index: -1;
}

.h-box .h-logo {
  display: none;
  width: 266px;
}

@media screen and (max-width: 680px) {
  .h-box .h-logo {
    width: 133px;
  }
}
.h-text {
  max-width: 350px;
  font-size: 1rem;
  font-weight: normal;
  color: #a5976a;
  line-height: 1.4;
  position: absolute;
  left: 30px;
  top: 0;
  transition: height 0.3s, opacity 0.3s;
}

.h-nav {
  position: relative;
  height: 100px;
  z-index: 99999;
}

.h-nav__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100px;
  padding-left: 20px;
}

.h-nav__box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  border-radius: 0 0 0 50px;
  background: #fffced;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  box-shadow: 3px 4px 3px #62684e40;
  padding: 0 0 0 30px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}

.h-btn {
  margin-left: 10px;
}

.h-btn a {
  width: 100px;
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f4b821;
}

.h-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (min-width: 1271px) {
  .h-nav__inner.fixed {
    position: fixed;
  }

  .h-nav__inner.fixed .h-text {
    opacity: 0;
    height: 0;
  }
}
.h-nav__right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-banner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 130px;
  line-height: 1;
}

.h-banner__item {
  margin-right: 37px;
  position: relative;
  line-height: 1;
}

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

.h-banner__item::before {
  content: "/";
  position: absolute;
  color: #a5976a;
  font-weight: normal;
  font-size: 1.2rem;
  top: 52%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.h-banner__item:last-child::before {
  display: none;
}

.h-banner__item a {
  color: #a5976a;
  font-weight: bold;
  font-size: 1.2rem;
}

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

  .h-nav {
    display: none;
  }

  .h-box .h-logo {
    display: block;
  }
}
.gnav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 5px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pagecode-shop .gnav-list {
  padding-right: 20px;
}

.gnav-list__link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  margin: 0 12px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #405413;
  position: relative;
}

.gnav-list__link:hover, .current .gnav-list__link, .active .gnav-list__link {
  text-decoration: none;
  color: #e4746e;
}

.gnav-list__link:hover::before, .current .gnav-list__link::before, .active .gnav-list__link::before {
  content: "";
  position: absolute;
  background: url("/files/h_nav.svg") center no-repeat;
  background-size: 20px;
  width: 26px;
  height: 25px;
  left: -20px;
  top: 0;
}

.accordion {
  position: relative;
}

.accordion__label {
  cursor: pointer;
}

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

.accordion-list__link {
  display: block;
  background: #fff;
  border-bottom: 1px solid #fff;
  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: #f4b821;
  border-radius: 10px;
}

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

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

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

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

.sp-nav-list {
  margin-bottom: 30px;
}

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

.sp-nav-list__link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px dashed #abb77d;
  font-weight: normal;
  color: #333;
  transition: background 0.3s;
}

.sp-nav-list__link:hover, .current .sp-nav-list__link, .active .sp-nav-list__link {
  background: rgba(244, 184, 33, 0.3);
  text-decoration: none;
}

.sp-nav-list .accordion-list {
  position: relative;
}

.drawer-menu .contentslist {
  display: block;
  padding: 0;
  font-size: 1.4rem;
}

.drawer-menu .contentslist > li {
  margin: 0 0 20px;
}

.drawer-menu .banner {
  text-align: center;
}

.drawer-menu .banner li {
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .drawer--left .drawer-hamburger, .drawer--left .drawer-nav {
    display: block;
  }
}
.mainimg {
  display: none;
  position: relative;
  z-index: 5;
}

.pagecode-index .mainimg {
  display: block;
}

.mainimg::after {
  content: "";
  position: absolute;
  background: #fff7e2;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.mainimg::before {
  content: "";
  position: absolute;
  background: url("/files/main_bg.jpg");
  width: 100%;
  height: calc(91.4% + 100px);
  top: -100px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .mainimg::before {
    top: 0;
    height: 91%;
  }
}
.mainimg .btn {
  width: 100%;
  max-width: 420px;
  position: absolute;
  bottom: 165px;
  right: calc(50% + 155px);
}

@media screen and (max-width: 960px) {
  .mainimg .btn {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 680px) {
  .mainimg .btn {
    max-width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .mainimg .btn {
    bottom: 0px;
    max-width: 330px;
  }
}
.mainimg .btn a {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  background: #92ba67;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  padding: 19px 0;
  box-shadow: 3px 5px 10px 0px rgba(98, 104, 78, 0.25);
  transition: box-shadow 0.6s, -webkit-transform 0.4s;
  transition: transform 0.4s, box-shadow 0.6s;
  transition: transform 0.4s, box-shadow 0.6s, -webkit-transform 0.4s;
  will-change: transform, box-shadow;
}

@media screen and (max-width: 480px) {
  .mainimg .btn a {
    padding: 17px 0;
    font-size: 1.6rem;
  }
}
.mainimg .btn a::before {
  content: "";
  position: absolute;
  background: url("/files/main_icon.svg") center no-repeat;
  width: 32px;
  height: 48px;
  left: 13px;
  top: -20px;
}

@media screen and (max-width: 480px) {
  .mainimg .btn a::before {
    left: 5px;
    top: -16px;
    background-size: contain;
    width: 70px;
    height: 35px;
  }
}
.mainimg .btn a:hover {
  text-decoration: none;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: 0 1px 4px 0 rgba(98, 104, 78, 0.25);
}

.mainimg .box {
  text-align: center;
  position: relative;
  width: 100%;
  height: 870px;
}

@media screen and (max-width: 960px) {
  .mainimg .box {
    display: none;
  }
}
.mainimg .box img {
  position: absolute;
  top: 50px;
  left: calc(50% - 580px);
}

.main {
  width: 100%;
  position: relative;
  z-index: 1;
}

.main_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .main_sp {
    display: block;
    padding-bottom: 20px;
  }
}
.main_sp img {
  width: 100%;
}

.content {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 960px) {
  .pagecode-index .content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 680px) {
  .pagecode-index .content {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .pagecode-index .content {
    padding-top: 15px;
  }
}
.content::before {
  content: "";
  position: absolute;
  background: #fff7e2;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.pagecode-shop .content::before {
  height: calc(100% + 50px);
}

.map, .video {
  position: relative;
  width: 100%;
  height: 400px;
}

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

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

.big {
  font-size: 1.6rem;
}

.small {
  font-size: 1.2rem;
}

.bold {
  font-weight: bold;
}

.btn {
  text-align: center;
}

br.sp {
  display: none;
}

span.dib {
  display: inline-block;
}

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

  br.pc {
    display: none;
  }
}
#mail {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 960px) {
  #mail {
    padding-top: 0;
    margin-top: 0;
  }
}
.inline-link {
  text-decoration: underline;
}

.inline-link:hover {
  text-decoration: none;
}

.nopost {
  text-align: center;
}

.no-item {
  position: relative;
  top: -140px;
  text-align: center;
  min-height: 60px;
}

@media screen and (max-width: 680px) {
  .no-item {
    top: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
}
br.sp_lg {
  display: none;
}

@media screen and (max-width: 960px) {
  br.sp_lg {
    display: block;
  }
}
br.sp_md {
  display: none;
}

@media screen and (max-width: 680px) {
  br.sp_md {
    display: block;
  }
}
br.sp_sm {
  display: none;
}

@media screen and (max-width: 480px) {
  br.sp_sm {
    display: block;
  }
}
.module.mod_text table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}

@media screen and (max-width: 480px) {
  .module.mod_text table {
    border-spacing: 2px;
  }
}
.module.mod_text th, .module.mod_text td {
  height: auto;
  background: #f9ecd7;
  border: 0px solid #ccc;
  padding: 18px 19px 22px;
  text-align: left;
  vertical-align: top;
}

.module.mod_text th, .module.mod_text td.cols-label, .module.mod_text td.row-label {
  background: #fffef0;
  vertical-align: top;
}

.module.mod_text th, .module.mod_text td.cols-label {
  width: 33.7%;
}

.pagecode-school .module.mod_text th, .pagecode-school .module.mod_text td.cols-label {
  width: 66.5%;
}

@media screen and (max-width: 960px) {
  .module.mod_text table {
    table-layout: auto;
  }

  .module.mod_text th, .module.mod_text td {
    padding: 11px 10px 8px;
  }

  .module.mod_text .scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .module.mod_text .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .module.mod_text .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .module.mod_text .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }

  .module.mod_text .responsive-table table.table {
    min-width: 1000px;
  }
}
.mod_banner {
  margin-top: 100px;
  text-align: center;
  background: #fff8dd;
  padding: 67px 15px 50px;
}

@media screen and (max-width: 480px) {
  .mod_banner {
    margin-top: 60px;
  }
}
.pagecode-index .mod_banner {
  margin-top: 0;
}

.box_banner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.mod_banner .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 21px;
}

@media screen and (max-width: 680px) {
  .mod_banner .box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .mod_banner .box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .mod_banner .banner {
    width: 29.3%;
  }
}
@media screen and (max-width: 680px) {
  .mod_banner .banner {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .mod_banner .banner {
    width: 100%;
    margin-bottom: 15px;
  }
}
.mod_banner .banner:nth-child(3) a::before {
  content: "";
  position: absolute;
  background: url("/files/banner_img03.svg") center no-repeat;
  background-size: contain;
  width: 140px;
  height: 103px;
  bottom: -40px;
  right: -27px;
}

@media screen and (max-width: 960px) {
  .mod_banner .banner:nth-child(3) a::before {
    right: -10px;
    width: 11vw;
  }
}
@media screen and (max-width: 680px) {
  .mod_banner .banner:nth-child(3) a::before {
    width: 110px;
  }
}
.mod_banner .banner:nth-child(2) a::before {
  content: "";
  position: absolute;
  background: url("/files/banner_img02.svg") center no-repeat;
  background-size: contain;
  width: 62px;
  height: 78px;
  top: -22px;
  left: -15px;
}

@media screen and (max-width: 960px) {
  .mod_banner .banner:nth-child(2) a::before {
    width: 8vw;
  }
}
@media screen and (max-width: 680px) {
  .mod_banner .banner:nth-child(2) a::before {
    width: 52px;
  }
}
.mod_banner .banner:nth-child(1) a::before {
  content: "";
  position: absolute;
  background: url("/files/banner_img01.svg") center no-repeat;
  background-size: contain;
  width: 80px;
  height: 112px;
  bottom: -27px;
  left: -40px;
}

@media screen and (max-width: 960px) {
  .mod_banner .banner:nth-child(1) a::before {
    left: -10px;
    width: 7vw;
  }
}
@media screen and (max-width: 680px) {
  .mod_banner .banner:nth-child(1) a::before {
    width: 70px;
    top: -27px;
    left: 85%;
  }
}
.mod_banner .banner a {
  display: block;
  width: 100%;
  position: relative;
  max-width: 308px;
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media screen and (max-width: 680px) {
  .mod_banner .banner a {
    margin: auto;
  }
}
.mod_banner .banner a:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.mod_banner .text {
  color: #473424;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 680px) {
  .mod_banner .text {
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .mod_banner .text {
    font-size: 1.4rem;
  }
}
.mod_banner .text a {
  text-decoration: underline;
}

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

.side {
  width: 100%;
  padding: 80px 15px 15px;
  background: #dbe8b3;
}

.contentslist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.4;
}

.contentslist > li {
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 5% 50px 0;
}

.contentslist > li:nth-child(3n) {
  margin-right: 0;
}

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

.contentslist .img-category {
  text-align: center;
}

.contentslist .img-category.nolink .n_title {
  display: none;
}

.contentslist .nolink .n_title {
  position: relative;
  display: block;
  border-bottom: 2px solid #405413;
  padding: 28px 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  color: #405413;
}

.contentslist .nolink .n_title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 14px;
  background: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.contentslist .text-category.text-link {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}

.contentslist .parent-text > a, .contentslist .text-link a {
  display: block;
  position: relative;
  padding: 29px 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  background: #405413;
  border-radius: 40px;
  text-align: center;
}

.contentslist .parent-text > a:hover, .contentslist .text-link a:hover {
  opacity: 0.8;
}

.contentslist .parent-text > a::before, .contentslist .text-link a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 14px;
  background: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.contentslist .parent-text > a:hover::before, .contentslist .text-link a:hover::before {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.contentslist .sublist {
  margin-bottom: 10px;
  text-align: left;
}

.contentslist .sublist li {
  line-height: 1.2;
}

.contentslist .sublist li a {
  display: block;
  background: none;
  padding: 18px 10px 15px;
  text-decoration: none;
  color: #405413;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  border-bottom: 1px dashed #abb77d;
  font-weight: normal;
}

.contentslist .sublist li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .side {
    display: none;
  }
}
.footer__map {
  height: 350px;
}

.footer {
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #405413;
  color: #d3dbb6;
}

.f-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

.f-box__left {
  width: 400px;
}

@media screen and (max-width: 960px) {
  .f-box__left {
    width: auto;
  }
}
.f-box__right {
  width: 516px;
}

@media screen and (max-width: 960px) {
  .f-box__right {
    width: auto;
  }
}
.f-logo {
  width: 250px;
  padding-top: 10px;
  margin-bottom: 19px;
}

.f-info {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 10px;
}

.f-info a:not(.anchor-for-call) {
  text-decoration: underline;
  color: #d3dbb6;
}

.f-info a:not(.anchor-for-call):hover {
  text-decoration: none;
}

.f-note {
  font-size: 1rem;
  line-height: 1.4;
}

.f-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.f-nav__link {
  display: block;
  font-weight: normal;
  color: #d3dbb6;
  font-size: 1.4rem;
}

.f-nav__item {
  padding-left: 11px;
  position: relative;
  line-height: 1;
  margin-bottom: 28px;
}

.f-nav__item::before {
  content: "|";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  font-size: 1.4rem;
  line-height: 1;
}

.f-nav__item:nth-child(3n) {
  width: 168px;
}

.f-nav__item:nth-child(3n-1) {
  width: 175px;
}

.f-nav__item:nth-child(3n-2) {
  width: 173px;
}

.f-banner {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 38px;
}

.f-banner__item {
  margin-right: 20px;
}

.f-banner__item:last-child {
  margin-right: 0;
}

.f-text, .copyright {
  font-size: 1rem;
  line-height: 1.4;
}

.f-text {
  margin-bottom: 10px;
}

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

  .f-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .f-box__left {
    text-align: center;
    margin-bottom: 20px;
  }

  .f-box__right {
    text-align: center;
  }

  .f-banner {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .f-tel {
    font-size: 2.4rem;
  }
}
.pagetop {
  position: fixed;
  z-index: 200;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.5s;
}

.pagetop.on {
  opacity: 1;
}

.pagetop.stop {
  position: absolute;
}

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

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

.rightbar.stop {
  position: absolute;
}

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

  .rightbar {
    display: none;
  }
}
.module {
  width: 100%;
  max-width: calc(1000px + 30px);
  padding: 0 15px;
  margin: 0 auto 50px;
}

.module.mod_img_origin {
  margin-bottom: 70px;
}

.module.break-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.mod_news_list, .mod_news_detail, .mod_gallery_list, #contact_form {
  width: 100%;
  max-width: calc(1000px + 30px);
  padding: 0 15px;
  margin: 0 auto 50px;
}

.mod_gallery_detail {
  width: 100%;
  max-width: calc(800px + 30px);
  padding: 0 15px;
  margin: 0 auto 50px;
}

.module.mod_h1 {
  margin-bottom: 60px;
  position: relative;
  max-width: 100%;
  background-color: #fffff0;
  z-index: 1;
}

@media screen and (max-width: 680px) {
  .module.mod_h1 {
    margin-bottom: 40px;
  }
}
.module.mod_h1::before {
  content: "";
  position: absolute;
  background: url("/files/h1_img01.png") no-repeat;
  width: 134px;
  height: 165px;
  top: 20px;
  left: calc(50% - 570px);
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .module.mod_h1::before {
    display: none;
  }
}
.module.mod_h1::after {
  content: "";
  position: absolute;
  background: url("/files/h1_img03.svg") no-repeat;
  width: 190px;
  height: 142px;
  top: 40px;
  right: calc(50% - 540px);
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .module.mod_h1::after {
    display: none;
  }
}
.mod_h1 h1 {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  background: none;
  border: none;
  padding: 75px 0 80px;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  color: #473424;
  background: url("/files/h1_text.svg") left 40px top 50px no-repeat;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .mod_h1 h1 {
    max-width: none;
    background-size: 242px;
    background-position: right calc(50% + 200px) top 50px;
    padding: 57px 0 60px;
  }
}
@media screen and (max-width: 680px) {
  .mod_h1 h1 {
    padding: 26px 0 30px;
    background-size: 121px;
    background-position: right calc(50% + 90px) top 20px;
    font-size: 2.4rem;
  }
}
.mod_h1 h1::before {
  content: "";
  position: absolute;
  background: url("/files/h1_img02.svg") center no-repeat;
  background-size: contain;
  width: 132px;
  height: 53px;
  bottom: -20px;
  left: -160px;
  z-index: -1;
  background-size: cover;
  will-change: transform;
}

@media screen and (max-width: 960px) {
  .mod_h1 h1::before {
    left: 15px;
    bottom: -20px;
  }
}
@media screen and (max-width: 680px) {
  .mod_h1 h1::before {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    left: -1px;
    bottom: -11px;
  }
}
.mod_h1 h1::after {
  content: "";
  position: absolute;
  background: url("/files/h1_img04.svg") center no-repeat;
  background-size: contain;
  width: 55px;
  height: 40px;
  bottom: 25px;
  right: -17px;
  z-index: -1;
  background-size: cover;
  will-change: transform;
}

@media screen and (max-width: 960px) {
  .mod_h1 h1::after {
    top: 23px;
    right: 35px;
  }
}
@media screen and (max-width: 680px) {
  .mod_h1 h1::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    top: 8px;
    right: 8px;
  }
}
.module.mod_h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .module.mod_h2 {
    margin-bottom: 13px;
  }
}
.pagecode-faq .module.mod_h2, .pagecode-voice .module.mod_h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .pagecode-faq .module.mod_h2, .pagecode-voice .module.mod_h2 {
    margin-bottom: 13px;
  }
}
.mod_h2 h2 {
  border: none;
  position: relative;
  border-bottom: none;
  padding: 55px 0 12px;
  font-size: 3.8rem;
  line-height: 1.5;
  color: #473424;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .mod_h2 h2 {
    padding: 13px 0 10px;
    font-size: 2.2rem;
  }
}
.pagecode-faq .mod_h2 h2, .pagecode-voice .mod_h2 h2 {
  background: url("/files/icon_faq.svg") top 29px left no-repeat;
  padding: 18px 0 15px 48px;
  text-align: left;
  font-size: 3.2rem;
}

@media screen and (max-width: 680px) {
  .pagecode-faq .mod_h2 h2, .pagecode-voice .mod_h2 h2 {
    background-size: 27px;
    background-position: top 22px left;
    padding-left: 35px;
    font-size: 2.2rem;
  }
}
.pagecode-voice .mod_h2 h2 {
  padding-left: 45px;
  background: url("/files/icon_voice.svg") top 27px left no-repeat;
}

@media screen and (max-width: 680px) {
  .pagecode-voice .mod_h2 h2 {
    background-size: 27px;
    background-position: top 22px left;
    padding-left: 35px;
  }
}
.mod_h2 h2::before {
  display: block;
  content: "ATELIER MARUKO";
  line-height: 1;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 40px;
  color: #e4746e;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
}

@media screen and (max-width: 680px) {
  .mod_h2 h2::before {
    top: 2px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.pagecode-faq .mod_h2 h2::before, .pagecode-voice .mod_h2 h2::before {
  display: none;
}

.module.mod_h3 {
  margin-bottom: 35px;
  padding-top: 20px;
}

@media screen and (max-width: 480px) {
  .module.mod_h3 {
    margin-bottom: 15px;
  }
}
.mod_h3 h3 {
  background: url("/files/icon_h3.svg") left 20px top 25px no-repeat;
  background-color: #fffef3;
  border-top: 2px solid #f9ecd7;
  border-bottom: 2px solid #f9ecd7;
  padding: 19px 15px 20px 60px;
  line-height: 1.5;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #473424;
  font-size: 2.4rem;
}

@media screen and (max-width: 680px) {
  .mod_h3 h3 {
    padding: 7px 15px 8px 60px;
    background-size: 18px;
    background-position: left 13px top 14px;
    padding-left: 37px;
    font-size: 1.8rem;
  }
}
.mod_img_text_left .img_small, .mod_img_text_right .img_small, .mod_link_banner_left.mod_img_small .img_small, .mod_link_banner_right.mod_img_small .img_small {
  width: calc(350 / 1000 * 100%);
  max-width: 350px;
}

.mod_img_text_left .img_medium, .mod_img_text_right .img_medium, .mod_link_banner_left.mod_img_medium .img_medium, .mod_link_banner_right.mod_img_medium .img_medium {
  width: calc(400 / 1000 * 100%);
  max-width: 400px;
}

.mod_img_text_left .img_large, .mod_img_text_right .img_large, .mod_link_banner_left.mod_img_large .img_large, .mod_link_banner_right.mod_img_large .img_large {
  width: calc(450 / 1000 * 100%);
  max-width: 450px;
}

.mod_img_text_left .img_small, .mod_img_text_left .img_medium, .mod_img_text_left .img_large, .mod_link_banner_left .img_small, .mod_link_banner_left .img_medium, .mod_link_banner_left .img_large {
  margin-right: 40px;
}

.mod_img_text_right .img_small, .mod_img_text_right .img_medium, .mod_img_text_right .img_large, .mod_link_banner_right .img_small, .mod_link_banner_right .img_medium, .mod_link_banner_right .img_large {
  margin-left: 40px;
}

.mod_img_small .img_small img, .mod_img_medium .img_medium img, .mod_img_large .img_large img {
  width: auto;
  border-radius: 20px;
}

.mod_img_origin .img_origin img {
  border-radius: 20px;
}

.mod_img_text_left.mod_img_small .text_box, .mod_img_text_left.mod_img_medium .text_box, .mod_img_text_left.mod_img_large .text_box, .mod_link_banner_left.mod_img_small .text_box, .mod_link_banner_left.mod_img_medium .text_box, .mod_link_banner_left.mod_img_large .text_box, .mod_img_text_right.mod_img_small .text_box, .mod_img_text_right.mod_img_medium .text_box, .mod_img_text_right.mod_img_large .text_box, .mod_link_banner_right.mod_img_small .text_box, .mod_link_banner_right.mod_img_medium .text_box, .mod_link_banner_right.mod_img_large .text_box {
  overflow: hidden;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .mod_img_text_left .img_small, .mod_img_text_left .img_medium, .mod_img_text_left .img_large, .mod_img_text_right .img_small, .mod_img_text_right .img_medium, .mod_img_text_right .img_large, .mod_link_banner_left.mod_img_small .img_small, .mod_link_banner_left.mod_img_medium .img_medium, .mod_link_banner_left.mod_img_large .img_large, .mod_link_banner_right.mod_img_small .img_small, .mod_link_banner_right.mod_img_medium .img_medium, .mod_link_banner_right.mod_img_large .img_large {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.mod_link_banner_center {
  text-align: center;
}

.mod_link_banner_center .text_box, .mod_link_banner_left.mod_img_origin .text_box, .mod_link_banner_right.mod_img_origin .text_box {
  margin-top: 20px;
}

.mod_file {
  display: -webkit-flex;
  display: flex;
}

.mod_file > div:first-child {
  float: none;
  margin-right: 40px;
  text-align: left;
}

.mod_file > .text_box {
  width: 100%;
  margin-left: auto;
}

.mod_file a {
  display: block;
}

.mod_file a img {
  display: none;
}

.mod_file a::before {
  display: block;
  height: 80px;
}

.mod_file .pdf a::before {
  content: url("/files/icon_pdf.svg");
}

.mod_file .word a::before {
  content: url("/files/icon_word.svg");
}

.mod_file .xls a::before {
  content: url("/files/icon_excel.svg");
}

.mod_file .pdf a:hover::before, .mod_file .word a:hover::before, .mod_file .xls a:hover::before {
  opacity: 0.8;
}

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

  .mod_file > div:first-child {
    margin: 0 auto 10px;
    text-align: center;
  }
}
.mod_news_list ul.pager, .mod_gallery_list ul.pager {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod_news_list ul.pager li, .mod_gallery_list ul.pager li {
  margin: 5px 5px;
}

.mod_news_list ul.pager a, .mod_gallery_list ul.pager a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #e4c769;
  border-radius: 50%;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #473424;
  transition: color 0.1s, background 0.1s;
}

.mod_news_list ul.pager a:hover, .mod_news_list ul.pager a.current, .mod_gallery_list ul.pager a:hover, .mod_gallery_list ul.pager a.current {
  background: #405413;
  color: #fff;
}

.mod_news_list p.pager {
  width: 100%;
  max-width: 120px;
  margin: 0 0 0 auto;
}

.mod_news_list p.pager a {
  display: block;
  width: 100%;
  background: #e4c769;
  border-radius: 18px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 3.5px 0;
}

.mod_news_list p.pager a::after {
  content: url("/files/btn_news_on.jpg");
  display: none;
}

.mod_news_list p.pager a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.mod_gallery_list p.pager {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.mod_gallery_list p.pager a {
  display: block;
  width: 100%;
  background: #e4c769;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 21px 0;
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mod_gallery_list p.pager a::after {
  content: url("/files/btn_gallery_on.jpg");
  display: none;
}

.mod_gallery_list p.pager a:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  text-decoration: none;
}

.mod_news_detail .back, .mod_gallery_detail .back {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.mod_news_detail .back a, .mod_gallery_detail .back a {
  display: block;
  width: 100%;
  background: #e4c769;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 21px 0;
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mod_news_detail .back a::after, .mod_gallery_detail .back a::after {
  content: url("/files/btn_back_on.jpg");
  display: none;
}

.mod_news_detail .back a:hover, .mod_gallery_detail .back a:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  text-decoration: none;
}

.mod_news_list #news {
  margin-bottom: 20px;
}

.mod_news_list #news dl {
  border: none;
  background: none;
  padding: 12.5px 0;
  line-height: 1.6;
}

.mod_news_list #news dl dt {
  margin-right: 50px;
  color: #779334;
  font-weight: 500;
  font-size: 1.5rem;
}

.mod_news_list #news dl dd {
  overflow: hidden;
  margin-left: auto;
}

.mod_news_list #news dl dd a {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000000;
}

@media screen and (max-width: 480px) {
  .mod_news_list #news dl dt {
    float: none;
  }

  .mod_news_list #news dl dd {
    margin: 0;
  }
}
#news_detail {
  margin-bottom: 50px;
}

.mod_news_detail .date {
  margin-bottom: 20px;
  color: inherit;
}

.mod_pickup_gallery #gallery, .mod_gallery_list #gallery {
  width: 100%;
  padding-bottom: 0;
}

.mod_pickup_gallery #gallery dl, .mod_gallery_list #gallery dl {
  float: left;
  width: 31%;
  margin: 0 3.5% 40px 0;
}

.mod_pickup_gallery #gallery dl dd.img, .mod_gallery_list #gallery dl dd.img {
  position: relative;
  margin-bottom: 16px;
}

.mod_pickup_gallery #gallery dl dd.img::before, .mod_gallery_list #gallery dl dd.img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.mod_pickup_gallery #gallery dl dd.img a, .mod_gallery_list #gallery dl dd.img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}

.mod_pickup_gallery #gallery dl dd.img a img, .mod_gallery_list #gallery dl dd.img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.mod_pickup_gallery #gallery dl dt, .mod_gallery_list #gallery dl dt {
  line-height: 1.4;
  padding: 0;
}

.mod_pickup_gallery #gallery dl dt a, .mod_gallery_list #gallery dl dt a {
  font-weight: bold;
  color: #473424;
  font-size: 1.6rem;
}

.mod_pickup_gallery #gallery dl dt.price, .mod_gallery_list #gallery dl dt.price {
  color: #e4746e;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 8px;
}

.mod_pickup_gallery #gallery dl dt + dd, .mod_gallery_list #gallery dl dt + dd {
  display: none;
}

@media screen and (max-width: 480px) {
  .mod_pickup_gallery #gallery dl, .mod_gallery_list #gallery dl {
    width: 32%;
    margin-right: 2%;
  }

  .mod_pickup_gallery #gallery dl dt, .mod_gallery_list #gallery dl dt {
    font-size: 1.2rem;
  }
}
.mod_gallery_detail {
  margin-bottom: 50px;
}

#gallery_text {
  margin-bottom: 40px;
}

.mod_gallery_detail.gallery_type01 .img_big {
  position: relative;
  width: calc(400 / 800 * 100%);
  min-width: 250px;
  margin-bottom: 15px;
}

.mod_gallery_detail.gallery_type01 ul.img_list {
  width: 100%;
  max-width: calc(640px + 20px);
  margin-bottom: 35px;
}

.mod_gallery_detail.gallery_type01 ul.img_list li {
  position: relative;
  width: 120px;
}

.mod_gallery_detail.gallery_type02 .gallery_inner {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mod_gallery_detail.gallery_type02 .img_big {
  position: relative;
  width: calc(400 / 800 * 100%);
  margin: 0;
}

.mod_gallery_detail.gallery_type02 ul.img_list {
  float: right;
  width: calc(376 / 800 * 100%);
}

.mod_gallery_detail.gallery_type02 ul.img_list li {
  float: left;
  position: relative;
  width: 32%;
  margin: 0 2% 10px 0;
}

.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
  margin-right: 2%;
}

.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
  margin-right: 0;
}

.mod_gallery_detail.gallery_type03 .before_after, .mod_gallery_detail.gallery_type03 ul.img_list {
  width: 100%;
}

.mod_gallery_detail.gallery_type03 .before_after dl.before, .mod_gallery_detail.gallery_type03 .before_after dl.after {
  display: block;
  float: left;
  width: calc(384 / 800 * 100%);
  margin: 0;
}

.mod_gallery_detail.gallery_type03 .before_after dl.after {
  float: right;
}

.mod_gallery_detail.gallery_type03 .before_after dl.after dt {
  color: #e4746e;
}

.mod_gallery_detail.gallery_type03 .before_after dl dt {
  margin-bottom: 16px;
  font-size: 1.9rem;
  letter-spacing: 0.24em;
  line-height: 1;
  color: #405413;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.mod_gallery_detail.gallery_type03 .before_after dl dd {
  position: relative;
}

.mod_gallery_detail.gallery_type03 ul.img_list li {
  position: relative;
  float: none;
  display: inline-block;
  width: calc(90 / 800 * 100%);
  min-width: 70px;
  margin-right: calc(11.4 / 800 * 100%);
}

.mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
  margin-right: calc(11.4 / 800 * 100%);
}

.mod_gallery_detail.gallery_type03 ul.img_list li:last-child {
  margin-right: 0;
}

.mod_gallery_detail.gallery_type01 .img_big::before, .mod_gallery_detail.gallery_type01 ul.img_list li::before, .mod_gallery_detail.gallery_type02 .img_big::before, .mod_gallery_detail.gallery_type02 ul.img_list li::before, .mod_gallery_detail.gallery_type03 .before_after dl dd::before, .mod_gallery_detail.gallery_type03 ul.img_list li::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.mod_gallery_detail.gallery_type01 .img_big a, .mod_gallery_detail.gallery_type01 ul.img_list li a, .mod_gallery_detail.gallery_type02 .img_big a, .mod_gallery_detail.gallery_type02 ul.img_list li a, .mod_gallery_detail.gallery_type03 .before_after dl dd a, .mod_gallery_detail.gallery_type03 ul.img_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
}

.mod_gallery_detail.gallery_type01 .img_big a img, .mod_gallery_detail.gallery_type01 ul.img_list li a img, .mod_gallery_detail.gallery_type02 .img_big a img, .mod_gallery_detail.gallery_type02 ul.img_list li a img, .mod_gallery_detail.gallery_type03 .before_after dl dd a img, .mod_gallery_detail.gallery_type03 ul.img_list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  .mod_gallery_detail.gallery_type01 ul.img_list li {
    width: 15%;
    min-width: 70px;
  }

  .mod_gallery_detail.gallery_type03 .before_after dl.before, .mod_gallery_detail.gallery_type03 .before_after dl.after {
    width: 49%;
  }

  .mod_gallery_detail.gallery_type03 ul.img_list {
    text-align: center;
  }

  .mod_gallery_detail.gallery_type03 ul.img_list li {
    display: inline-block;
    margin: 5px;
  }

  .mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 680px) {
  .mod_gallery_detail.gallery_type02 ul.img_list {
    font-size: 0;
  }
}
@media screen and (max-width: 480px) {
  .mod_gallery_detail.gallery_type02 .img_big {
    float: none;
    min-width: 250px;
    margin: 0 auto 20px;
  }

  .mod_gallery_detail.gallery_type02 ul.img_list {
    width: 100%;
    text-align: center;
  }

  .mod_gallery_detail.gallery_type02 ul.img_list li {
    float: none;
    display: inline-block;
    width: 15%;
    min-width: 70px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
    margin-right: 5px;
  }

  .mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
    margin-right: 5px;
  }
}
#contact_form table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

#contact_form table th, #contact_form table td {
  border: none;
  background: #f9ecd7;
  padding: 16px 28px 33px;
  text-align: left;
  vertical-align: top;
  font-size: 1.6rem;
}

#contact_form table th {
  width: 33.7%;
  background: #fffef0;
  vertical-align: top;
  font-weight: 500;
}

#contact_form table th span.req {
  margin-left: -10px;
  font-weight: 500;
  color: #f4b821;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.fixed .formErrorContent {
  background: #c71616;
}

#contact_form table td {
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (min-width: 1201px) {
  #contact_form table .form_inquiry td {
    padding: 16px 28px 14px;
  }
}
#contact_form td input[type=text] {
  width: 100%;
  max-width: 100%;
  height: 30px;
  background: #fffdf3;
  border: none;
  padding: 5px;
  margin: 4px 0 0px;
  font-size: 1.5rem;
}

#contact_form table td input.zipcode {
  width: 100%;
  max-width: 155px;
}

#contact_form table textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
  background: #fffdf3;
  border: none;
  padding: 5px;
  margin-top: 4px;
  font-size: 1.5rem;
}

#contact_form p.submit {
  width: 100%;
  max-width: 440px;
  margin: 23px auto 0;
}

#contact_form p.submit button {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: #e4746e;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: 1.8rem;
  padding: 27px 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#contact_form p.submit button span {
  display: inline-block;
  padding-left: 30px;
  background: url("/files/icon_mail.svg") left top 8px no-repeat;
  background-size: 18px;
}

#contact_form p.submit button::after {
  content: url("/files/btn_send_on.jpg");
  display: none;
}

#contact_form p.submit button:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.privacy {
  font-size: 1.3rem;
  line-height: 1.8361;
}

.privacy p {
  margin-bottom: 0.8em;
}

.privacy .policy > li {
  padding-left: 0.5em;
  margin: 0 0 0.7em 1.5em;
  list-style: decimal outside;
}

.privacy .policy > li:last-child {
  margin-bottom: 0;
}

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

.privacy .policy .list li::before {
  content: "ãƒ»";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  #contact_form table th, #contact_form table td {
    display: block;
    width: 100%;
    padding: 10px 15px 7px;
  }

  #contact_form table td {
    padding: 10px 15px 13px;
  }

  #contact_form table th, #contact_form table tr:not(:last-child) td {
    border-bottom: none;
  }
}
.wink a:hover {
  -webkit-animation-name: wink;
  animation-name: wink;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@-webkit-keyframes wink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.object-fit-img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.index-craftband {
  margin-bottom: 100px;
  padding-top: 30px;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 480px) {
  .index-craftband {
    margin-bottom: 50px;
  }
}
.index-craftband .subtitle {
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.2;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .index-craftband .subtitle {
    margin-bottom: 30px;
  }
}
.index-craftband .subtitle__sub {
  display: block;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  color: #e4746e;
  font-size: 2.8rem;
}

@media screen and (max-width: 680px) {
  .index-craftband .subtitle__sub {
    font-size: 1.8rem;
  }
}
.index-craftband .subtitle__sub::before {
  content: "";
  position: absolute;
  background: url("/files/index_img01.svg") center no-repeat;
  background-size: cover;
  width: 46px;
  height: 49px;
  left: -60px;
  top: -20px;
}

.index-craftband .subtitle__main {
  display: block;
  color: #473424;
  font-size: 4.4rem;
}

@media screen and (max-width: 680px) {
  .index-craftband .subtitle__main {
    font-size: 3rem;
  }
}
.index-craftband .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .index-craftband .box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    max-width: 700px;
    margin: 0 auto 40px;
  }
}
.index-craftband .text_box {
  width: 530px;
}

@media screen and (max-width: 960px) {
  .index-craftband .text_box {
    width: 100%;
  }
}
.index-craftband .img {
  position: relative;
  right: -40px;
}

@media screen and (max-width: 960px) {
  .index-craftband .img {
    right: 0;
    margin-bottom: 65px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .index-craftband .img {
    margin-bottom: 45px;
  }
}
.index-craftband .img img {
  border-radius: 40px;
}

.index-craftband .img::before {
  content: "";
  position: absolute;
  background: url("/files/index_img03.svg") center no-repeat;
  background-size: cover;
  width: 168px;
  height: 213px;
  bottom: -45px;
  right: -80px;
}

@media screen and (max-width: 960px) {
  .index-craftband .img::before {
    right: -50px;
  }
}
@media screen and (max-width: 680px) {
  .index-craftband .img::before {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    right: -40px;
    bottom: -70px;
  }
}
.index-craftband .btn {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.index-craftband .btn a {
  display: block;
  width: 100%;
  background: #e4c769;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 21px 0;
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.index-craftband .btn a:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  text-decoration: none;
}

.index-recommend, .index-newarrival {
  width: 100%;
  max-width: calc(1080px + 30px);
  margin: 0 auto;
  position: relative;
  padding: 0 0px 175px;
  z-index: 1;
  margin-bottom: 130px;
}

@media screen and (max-width: 680px) {
  .index-recommend, .index-newarrival {
    padding-bottom: 130px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 680px) {
  .index-recommend, .index-newarrival {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}
.index-newarrival::before {
  content: "";
  position: absolute;
  background: #fff4ea;
  height: 593px;
  width: 100%;
  bottom: 0;
  left: calc(50% - 150px);
  border-radius: 30px 0 0 30px;
  z-index: -1;
}

.index-newarrival .subtitle {
  max-width: 420px;
  margin-bottom: 50px;
}

@media screen and (max-width: 680px) {
  .index-newarrival .subtitle {
    max-width: 300px;
  }
}
@media screen and (max-width: 680px) {
  .index-newarrival .subtitle {
    max-width: 230px;
    margin-bottom: 20px;
  }
}
.pagecode-index .mod_gallery_list {
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 960px) {
  .pagecode-index .mod_gallery_list {
    padding: 0 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  .pagecode-index .mod_gallery_list {
    height: 310px;
  }
}
.mod_gallery_list .box {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 680px) {
  .mod_gallery_list .box {
    margin: 0 auto 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  .mod_gallery_list .box {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 78px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.mod_gallery_list .box .title img {
  max-height: 306px;
}

@media all and (-ms-high-contrast: none) {
  .mod_gallery_list .box .title img {
    width: 33px;
  }
}
.mod_gallery_list .box .title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: 24px;
}

@media screen and (max-width: 680px) {
  .mod_gallery_list .box .title {
    height: 210px;
    margin-left: 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  .mod_gallery_list .box .title {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.mod_gallery_list .box .title span {
  margin-left: 25px;
  color: #abc487;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  line-height: 1;
}

@media screen and (max-width: 680px) {
  .mod_gallery_list .box .title span {
    margin-left: 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  .mod_gallery_list .box .title span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.mod_gallery_list .box .text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8571;
  letter-spacing: 0.08em;
  height: 310px;
}

@media screen and (max-width: 680px) {
  .mod_gallery_list .box .text {
    height: 220px;
  }
}
@media all and (-ms-high-contrast: none) {
  .mod_gallery_list .box .text {
    position: absolute;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.index-newarrival .mod_gallery_list #gallery {
  position: absolute;
  left: 0;
  padding-left: 235px;
  top: 0;
}

@media screen and (max-width: 960px) {
  .index-newarrival .mod_gallery_list #gallery {
    padding-left: 200px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 680px) {
  .index-newarrival .mod_gallery_list #gallery {
    position: relative;
    padding: 40px 0 0;
  }
}
.index-newarrival .mod_gallery_list #gallery.-carousel {
  width: 1810px;
}

@media screen and (max-width: 960px) {
  .index-newarrival .mod_gallery_list #gallery.-carousel {
    width: 200%;
  }
}
@media screen and (max-width: 680px) {
  .index-newarrival .mod_gallery_list #gallery.-carousel {
    width: 100%;
  }
}
.index-recommend {
  padding-bottom: 190px;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 680px) {
  .index-recommend {
    padding-bottom: 0;
  }
}
.index-recommend .subtitle {
  max-width: 414px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 30px;
}

@media screen and (max-width: 680px) {
  .index-recommend .subtitle {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
    max-width: 275px;
  }
}
.index-recommend::before {
  content: "";
  position: absolute;
  background: #fff8dd;
  width: 1920px;
  height: 330px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.index-recommend .mod_gallery_list #gallery {
  position: absolute;
  right: 0;
  padding-right: 235px;
  top: 0;
}

@media screen and (max-width: 960px) {
  .index-recommend .mod_gallery_list #gallery {
    padding-right: 200px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 680px) {
  .index-recommend .mod_gallery_list #gallery {
    position: relative;
    padding: 40px 0 0;
  }
}
.index-recommend .mod_gallery_list #gallery.-carousel {
  width: 1810px;
}

@media screen and (max-width: 960px) {
  .index-recommend .mod_gallery_list #gallery.-carousel {
    width: 200%;
  }
}
@media screen and (max-width: 680px) {
  .index-recommend .mod_gallery_list #gallery.-carousel {
    width: 100%;
  }
}
.index-recommend .box {
  width: 175px;
  margin-left: auto;
}

@media all and (-ms-high-contrast: none) {
  .index-recommend .box {
    right: 0;
  }
}
.index-newarrival .mod_gallery_list #gallery .slick-prev {
  z-index: 100;
  top: 392px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("/files/icon_prev.svg") center no-repeat;
}

@media screen and (max-width: 960px) {
  .index-newarrival .mod_gallery_list #gallery .slick-prev {
    top: 90%;
  }
}
@media screen and (max-width: 680px) {
  .index-newarrival .mod_gallery_list #gallery .slick-prev {
    top: 25px;
    bottom: auto;
    left: 0;
    right: 60px;
    margin: auto;
  }
}
.index-newarrival .mod_gallery_list #gallery .slick-next {
  z-index: 100;
  top: 392px;
  left: 60px;
  width: 50px;
  height: 50px;
  background: url("/files/icon_next.svg") center no-repeat;
}

@media screen and (max-width: 960px) {
  .index-newarrival .mod_gallery_list #gallery .slick-next {
    top: 90%;
  }
}
@media screen and (max-width: 680px) {
  .index-newarrival .mod_gallery_list #gallery .slick-next {
    top: 25px;
    bottom: auto;
    left: 60px;
    right: 0;
    margin: auto;
  }
}
.index-recommend .mod_gallery_list #gallery .slick-prev {
  z-index: 100;
  top: 93%;
  left: calc(100% - 127px);
  width: 50px;
  height: 50px;
  background: url("/files/icon_prev.svg") center no-repeat;
}

@media screen and (max-width: 960px) {
  .index-recommend .mod_gallery_list #gallery .slick-prev {
    top: 90%;
  }
}
@media screen and (max-width: 680px) {
  .index-recommend .mod_gallery_list #gallery .slick-prev {
    top: 25px;
    bottom: auto;
    left: 0;
    right: 60px;
    margin: auto;
  }
}
.index-recommend .mod_gallery_list #gallery .slick-next {
  z-index: 100;
  top: 93%;
  left: calc(100% - 67px);
  width: 50px;
  height: 50px;
  background: url("/files/icon_next.svg") center no-repeat;
}

@media screen and (max-width: 960px) {
  .index-recommend .mod_gallery_list #gallery .slick-next {
    top: 90%;
  }
}
@media screen and (max-width: 680px) {
  .index-recommend .mod_gallery_list #gallery .slick-next {
    top: 25px;
    bottom: auto;
    left: 60px;
    right: 0;
    margin: auto;
  }
}
.index-price {
  background: #fff8dd;
  margin-bottom: 130px;
  padding: 90px 15px 110px;
}

@media screen and (max-width: 960px) {
  .index-price {
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 680px) {
  .index-price {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
.box01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: url("/files/bg01.svg") bottom center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 960px) {
  .box01 {
    background: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .box01 {
    background: url("/files/bg01.png") bottom center no-repeat;
  }
}
.box01 .subtitle {
  max-width: 378px;
  margin: 0 auto 40px;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .box01 .subtitle {
    margin-bottom: 25px;
  }
}
.box01 .box {
  position: relative;
  padding-right: 50px;
  padding-bottom: 35px;
}

@media screen and (max-width: 960px) {
  .box01 .box {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.box01 .box .img {
  position: absolute;
  left: 40px;
  bottom: -10px;
}

@media screen and (max-width: 960px) {
  .box01 .box .img {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 680px) {
  .box01 .box .img {
    margin-bottom: 10px;
  }
}
.box01 .price_box {
  width: 495px;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .box01 .price_box {
    width: 100%;
    max-width: 500px;
    margin: -1% auto;
  }
}
@media screen and (max-width: 680px) {
  .box01 .price_box {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.box01 .price_box a {
  width: 240px;
  margin-bottom: 15px;
  position: relative;
  height: 130px;
  border-radius: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 50px;
  position: relative;
  color: #fff;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.18;
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media screen and (max-width: 680px) {
  .box01 .price_box a {
    margin: 1%;
    width: 45%;
    padding-left: 7%;
    max-width: 240px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .box01 .price_box a {
    height: 100px;
    padding-left: 4%;
  }
}
.box01 .price_box a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2px solid #ffefb2;
  border-radius: 10px;
  z-index: 1;
}

.box01 .price_box a:hover {
  text-decoration: none;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.box01 .price_box a .none {
  font-size: 2.4rem;
  margin-right: 5px;
}

@media screen and (max-width: 680px) {
  .box01 .price_box a .none {
    font-size: 1.8rem;
  }
}
.box01 .price_box a .num {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  margin-right: 3px;
}

@media screen and (max-width: 680px) {
  .box01 .price_box a .num {
    font-size: 2.2rem;
  }
}
.box01 .price_box a::before {
  content: "";
  position: absolute;
  background: url("/files/index_img06.svg") center no-repeat;
  width: 41px;
  height: 41px;
  bottom: -4px;
  right: -4px;
  z-index: 2;
}

.box01 .price_box a:nth-child(4) {
  background: #a290c3;
  border: 4px solid #d1cde9;
  outline-offset: -4px;
}

.box01 .price_box a:nth-child(4)::after {
  border-color: #ececfb;
}

.box01 .price_box a:nth-child(3) {
  background: #b5c58a;
  border: 4px solid #cdd7a3;
  outline-offset: -4px;
  outline-offset: -4px;
}

.box01 .price_box a:nth-child(3)::after {
  border-color: #ebeed4;
}

.box01 .price_box a:nth-child(2) {
  background: #be9479;
  border: 4px solid #f8e2c6;
  outline-offset: -4px;
  outline-offset: -4px;
}

.box01 .price_box a:nth-child(2)::after {
  border-color: #fff4e5;
}

.box01 .price_box a:nth-child(1) {
  background: #e4c769;
  border: 4px solid #f1dd8a;
  outline-offset: -4px;
  outline-offset: -4px;
}

.box01 .price_box a:nth-child(1)::after {
  border-color: #ffefb2;
}

.index-school {
  position: relative;
  padding: 0 15px;
  margin-bottom: 100px;
}

.index-ordermade {
  position: relative;
  padding: 0 15px;
  margin-bottom: 120px;
}

@media screen and (max-width: 680px) {
  .index-ordermade {
    margin-bottom: 30px;
  }
}
.index-school .img {
  position: absolute;
  width: 920px;
  height: 680px;
  top: 0;
  right: calc(50% - 40px);
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .index-school .img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}
.index-school .img span {
  display: block;
  position: absolute;
  width: 1050px;
  height: 680px;
  z-index: -1;
  right: -50px;
  bottom: -100px;
  background: #fff4ea;
  border-radius: 0 60px 60px 0;
}

@media screen and (max-width: 960px) {
  .index-school .img span {
    display: none;
  }
}
.index-school .img::before {
  content: "";
  position: absolute;
  background: url("/files/index_img09.svg") center no-repeat;
  width: 110px;
  height: 153px;
  top: 60px;
  right: -80px;
}

@media screen and (max-width: 960px) {
  .index-school .img::before {
    right: -10px;
    top: -70px;
    width: 90px;
  }
}
@media screen and (max-width: 480px) {
  .index-school .img::before {
    width: 50px;
  }
}
.index-school .img::after {
  content: "";
  position: absolute;
  background: url("/files/index_img10.svg") center no-repeat;
  background-size: contain;
  width: 250px;
  height: 100px;
  bottom: -60px;
  left: 250px;
}

@media screen and (max-width: 960px) {
  .index-school .img::after {
    left: -30px;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .index-school .img::after {
    width: 130px;
  }
}
.index-ordermade .img {
  position: absolute;
  width: 797px;
  height: 698px;
  top: -30px;
  left: calc(50% - 130px);
}

@media screen and (max-width: 960px) {
  .index-ordermade .img {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 480px) {
  .index-ordermade .img {
    margin-bottom: 20px;
    max-width: 220px;
  }
}
.box03, .box02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.box03 {
  max-width: 1185px;
}

.box02 .box {
  width: 400px;
}

@media screen and (max-width: 960px) {
  .box02 .box {
    padding: 0;
    width: 100%;
  }
}
.box03 .box {
  width: 420px;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .box03 .box {
    padding: 0;
    width: 100%;
  }
}
.box03 .subtitle {
  margin-bottom: 38px;
  width: 461px;
  padding-top: 50px;
}

@media screen and (max-width: 680px) {
  .box03 .subtitle {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 20px;
  }
}
.box02 .subtitle {
  margin-bottom: 38px;
  max-width: 300px;
}

@media screen and (max-width: 960px) {
  .box02 .subtitle {
    width: 100%;
    margin-bottom: -55px;
  }
}
@media screen and (max-width: 480px) {
  .box02 .subtitle {
    margin-bottom: -25px;
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  .box02 .text-box, .box03 .text-box {
    max-width: 700px;
    margin: auto;
  }
}
.box03 .title, .box02 .title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1.3636;
  margin-bottom: 52px;
}

@media screen and (max-width: 680px) {
  .box03 .title, .box02 .title {
    margin-bottom: 25px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .box03 .title, .box02 .title {
    font-size: 2.6rem;
  }
}
.box03 .text, .box02 .text {
  margin-bottom: 20px;
}

.box03 .btn {
  width: 100%;
  max-width: 306px;
  margin: 0 0 0 auto;
  text-align: left;
}

.box02 .btn {
  width: 100%;
  max-width: 264px;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .box02 .btn {
    margin: 0 0 0 auto;
  }
}
.box03 .btn a, .box02 .btn a {
  display: block;
  width: 100%;
  position: relative;
  color: #473424;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 8.5px 0;
  text-decoration: none;
}

.box03 .btn a::before, .box02 .btn a::before {
  content: "";
  position: absolute;
  background: #e4c769;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  border-radius: 50%;
}

.box03 .btn a::after, .box02 .btn a::after {
  content: "";
  position: absolute;
  background: url("/files/icon_arw.svg") center no-repeat;
  width: 37px;
  height: 8px;
  top: 18px;
  right: 44px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}

.box03 .btn a:hover::after, .box02 .btn a:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.index-instagram {
  margin-bottom: 110px;
}

@media screen and (max-width: 480px) {
  .index-instagram {
    margin-bottom: 75px;
  }
}
.index-instagram .title-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 35px;
}

@media screen and (max-width: 680px) {
  .index-instagram .title-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.index-instagram .subtitle {
  width: 400px;
  margin-right: 30px;
}

@media screen and (max-width: 680px) {
  .index-instagram .subtitle {
    margin: 0 0 20px;
    width: 100%;
  }
}
.index-instagram .insta-btn {
  width: 154px;
}

.index-instagram .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.index-instagram .insta-image {
  width: 242px;
  margin: 0 5px 10px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .index-instagram .insta-image {
    width: 23%;
    margin: 0 1% 10px;
  }
}
@media screen and (max-width: 680px) {
  .index-instagram .insta-image {
    width: 31%;
  }
}
@media screen and (max-width: 480px) {
  .index-instagram .insta-image {
    width: 48%;
  }
}
.index-instagram .insta-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.index-instagram .insta-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-instagram .insta-image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-news {
  position: relative;
  padding-bottom: 60px;
  z-index: 1;
}

.index-news::before {
  content: "";
  position: absolute;
  background: #fffef5;
  width: calc(50% + 310px);
  height: 100%;
  top: 0;
  border-radius: 30px 0 0 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .index-news::before {
    width: 97%;
  }
}
.pagecode-index .mod_news_list {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .pagecode-index .mod_news_list {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 15px 0 30px;
  }
}
.mod_news_list .module.mod_h2 {
  padding: 0;
}

.mod_news_list .mod_h2 h2 {
  text-align: left;
  padding-top: 67px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0;
  font-size: 3.4rem;
}

@media screen and (max-width: 960px) {
  .mod_news_list .mod_h2 h2 {
    padding-left: 15px;
  }
}
.mod_news_list .mod_h2 h2::before {
  display: none;
}

.mod_news_list .mod_h2 h2 span {
  left: 0;
  -webkit-transform: none;
  transform: none;
  position: relative;
  width: 100%;
  top: 0;
  margin-top: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #e4746e;
}

.pagecode-index .mod_news_list #news {
  width: 715px;
  padding-top: 60px;
}

@media screen and (max-width: 960px) {
  .pagecode-index .mod_news_list #news {
    width: 100%;
    padding-top: 0;
  }
}
.map-link {
  text-decoration: underline;
  font-weight: 500;
}

.map-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  #wrap {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.module.mod_h2 {
  padding-top: 0px;
}

@media screen and (max-width: 480px) {
  .module.mod_h2 {
    padding-top: 0;
  }
}
.module.mod_h2:first-child, .module.mod_h1 + .module.mod_h2 {
  padding-top: 0;
}

.module.mod_h3 {
  padding-top: 0px;
}

.module.mod_h3:first-child, .module.mod_h1 + .module.mod_h3, .module.mod_h2 + .module.mod_h3 {
  padding-top: 20px;
}

@media screen and (min-width: 1271px) {
  .module.mod_h2.hash-link {
    padding-top: calc(80px + 0px + 20px);
    margin-top: calc(-80px - 20px);
  }

  .module.mod_h2.hash-link:first-child, .module.mod_h1 + .module.mod_h2.hash-link {
    padding-top: calc(80px + 20px);
    margin-top: calc(-80px - 20px);
  }

  .module.mod_h3.hash-link {
    padding-top: calc(80px + 0px + 20px);
    margin-top: calc(-80px - 20px);
  }

  .module.mod_h3.hash-link:first-child, .module.mod_h1 + .module.mod_h3.hash-link, .module.mod_h2 + .module.mod_h3.hash-link {
    padding-top: calc(80px + 20px);
    margin-top: calc(-80px - 20px);
  }
}
/*# sourceMappingURL=style.css.map */