@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.head-set {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.head-set .tl-logo {
  display: block;
  overflow: hidden;
  width: 300px;
  height: 32px;
  margin: 20px 10px 38px;
}

.head-set .tl-logo img {
  width: 230px;
  height: auto;
}

.head-set .nav-menu {
  width: 100%;
  position: absolute;
  background-color: #2d3131;
  z-index: 50;
}

.head-set .nav-menu ul {
  padding-right: 100px;
  margin: 0 20px 20px;
}

.head-set .nav-menu ul li {
  color: #fff;
  background-image: url(../images/hakusei/menus_icon.svg);
  background-repeat: no-repeat;
  background-size: 24px 20px;
  background-position: left center;
  padding: 2px 5px 2px  30px;
  line-height: 1.4;
}

.head-set .nav-menu ul li:link {
  filter: none;
}

.head-set .nav-menu ul li:visited {
  filter: none;
}

.head-set .nav-menu ul li:hover {
  filter: brightness(120%);
}

.head-set .nav-menu ul li:active {
  filter: none;
}

.head-set .nav-menu ul li a {
  color: #fff;
  display: block;
}

.head-set .language-select {
  margin: 20px 0 0 20px;
}

.head-set .language-select select {
  color: #2d3131;
  border: none;
  background: #d8c5a7;
  width: 125px;
  height: 38px;
  padding: 10px;
  border-radius: 10px;
  appearance: none;
  background-image: url(../images/hakusei/down_arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px 10px;
  background-position: right 8px center;
  margin: 0 0 16px;
}

.head-set .language-select select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .head-set .language-select {
    position: inherit;
    right: 30px;
    bottom: -150px;
  }
}

.main-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  min-width: 320px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(-100%);
  transform: translateY(-380px);
}

.main-menu-mobile.open {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.mobile-menu-icon {
  z-index: 999;
  position: fixed;
  width: 63px;
  height: 59px;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  background-image: url(../images/hakusei/menu_icon.png);
  background-repeat: no-repeat;
  background-size: 63px 59px;
  background-position: top;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}

.mobile-menu-icon.open {
  background-image: url(../images/hakusei/menu_icon_close.png);
}

@media screen and (min-width: 768px) {
  .main-menu-mobile {
    position: inherit;
    transform: translateY(-280px);
  }
  .mobile-menu-icon {
    display: none;
  }
}

.mobile-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}

.mobile-layer.open {
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-animation: fadeIn 1s ease 0s 1 forwards;
  animation: fadeIn 1s ease 0s 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(45, 45, 45, 0.5);
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(45, 45, 45, 0.5);
  }
}

.head-img-set {
  background-color: #2b393c;
  text-align: center;
  height: auto;
  border-bottom: solid 10px #706147;
  clear: both;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.head-img-set h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
}

.head-img-set .mv-img {
  margin: -17px auto  -3%;
  width: 100%;
  max-width: 1200px;
  height: 0;
  padding-top: 66.64%;
  background-image: url(../images/hakusei/mv_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

@media screen and (min-width: 768px) {
  .head-img-set .mv-img {
    height: 680px;
    padding-top: inherit;
    background-image: url(../images/hakusei/mv.png);
    background-size: 1200px 680px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
}

body a {
  text-decoration: none;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
}

.section-group p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin: 0 5px 15px;
}

@media screen and (min-width: 768px) {
  .section-group p {
    font-size: 20px;
  }
  .section-group .br-sp {
    display: none;
  }
}

.inquiry {
  background-color: #7ccd0e;
  width: calc(70%);
  border-radius: 35px;
  width: 100%;
  max-width: 310px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-image: url(../images/hakusei/inquiry_btn_bg.png);
  background-repeat: no-repeat;
  background-size: 58px 51px;
  background-position: left 20px center;
  margin: 0 auto;
}

.inquiry a {
  color: #fff;
  display: block;
  max-height: 70px;
  padding: 16px 10px 16px 50px;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .inquiry a {
    margin-bottom: 40px;
  }
}

#hakusei-registration.section-group {
  max-width: 750px;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}

#hakusei-registration.section-group .section-group__head {
  background-image: url(../images/hakusei/sub_tit_bg.png);
  background-repeat: no-repeat;
  background-size: 77px 65px;
  background-position: center center;
  min-height: 77px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #c36;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #hakusei-registration.section-group .section-group__head {
    background-image: url(../images/hakusei/sub_tit_bg.png);
    background-repeat: no-repeat;
    background-size: 154px 130px;
    background-position: center center;
    min-height: 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 38px;
  }
}

#hakusei-registration.section-group .section-group__area {
  margin-bottom: 20px;
}

#hakusei-registration.section-group .section-group__area > img {
  margin: 0 auto 20px;
  display: block;
  width: 140px;
  height: auto;
}

#hakusei-registration.section-group .section-group__area p {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #hakusei-registration.section-group .section-group__area {
    display: flex;
  }
  #hakusei-registration.section-group .section-group__area > img {
    width: inherit;
    height: inherit;
  }
  #hakusei-registration.section-group .section-group__area .right-area {
    width: 400px;
  }
  #hakusei-registration.section-group .section-group__area p {
    text-align: inherit;
    margin-bottom: 40px;
  }
}

#hakusei-reform.section-group {
  clear: both;
  background-color: #dbc5a7;
  border: solid 4px #eae1d2;
  width: 80%;
  max-width: 760px;
  padding: 10px 20px;
  margin: 0 auto 24px;
}

#hakusei-reform.section-group .section-group__head {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  background: none;
  display: block;
  min-height: initial;
  margin-bottom: 10px;
  text-align: center;
}

#hakusei-reform.section-group .section-group__head span {
  font-size: 19px;
  color: #c36;
  padding: 0 3px;
}

@media screen and (min-width: 768px) {
  #hakusei-reform.section-group .section-group__head {
    font-size: 36px;
  }
  #hakusei-reform.section-group .section-group__head span {
    font-size: 40px;
  }
}

#hakusei-reform.section-group .section-group__area {
  border-top: solid 4px #eae1d2;
  padding-top: 10px;
}

#hakusei-reform.section-group .section-group__area p {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

@media screen and (min-width: 768px) {
  #hakusei-reform.section-group .section-group__area p {
    font-size: 20px;
  }
}

#hakusei-img {
  text-align: center;
  margin-bottom: 20px;
}

#hakusei-img .section-group {
  width: 100vw;
  position: relative;
  overflow: hidden;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 70px 0 0;
  background-image: url(../images/hakusei/imgs_bg.png), url(../images/hakusei/imgs_bg.png);
  background-repeat: repeat-x, repeat-x;
  background-size: 1200px 139px, 1200px 139px;
  background-position: center top, center bottom;
}

#hakusei-img .section-group h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  display: block;
  width: 302px;
  height: 134px;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  #hakusei-img .section-group h3 {
    background-size: 302px 134px;
    top: 80px;
  }
}

#hakusei-img .section-group h3.img-tit-tora {
  background-image: url(../images/hakusei/imgs_name_tora.png);
}

#hakusei-img .section-group h3.img-tit-kuma {
  background-image: url(../images/hakusei/imgs_name_kuma.png);
}

@media screen and (min-width: 768px) {
  #hakusei-img .section-group {
    padding: 120px 0 0;
  }
}

#hakusei-img .section-group__area.img-tora {
  border-top: solid 10px #724a27;
  background: -moz-linear-gradient(top, #8d602f, #e8ac49);
  background: -webkit-linear-gradient(top, #8d602f, #e8ac49);
  background: linear-gradient(to bottom, #8d602f, #e8ac49);
}

#hakusei-img .section-group__area.img-kuma {
  background-color: #333;
  border-top: solid 10px #412325;
  margin-bottom: 20px;
  background: -moz-linear-gradient(top, #682c2f, #943d3a);
  background: -webkit-linear-gradient(top, #682c2f, #943d3a);
  background: linear-gradient(to bottom, #682c2f, #943d3a);
}

@media screen and (min-width: 768px) {
  #hakusei-img .section-group__area.img-kuma {
    margin-bottom: 35px;
  }
}

#hakusei-img .section-group__area {
  padding: 20px 0 40px;
}

#hakusei-img .section-group__area ul.slider {
  max-width: 100%;
  margin: auto;
}

#hakusei-img .section-group__area ul.slider li img {
  width: 97%;
  margin: auto;
}

#hakusei-img .section-group__area ul.slider .slick-dots li.slick-active button::before {
  color: #fc0;
}

#hakusei-img .section-group__area ul.slider .slick-dots li button::before {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
}

#hakusei-img .section-group__area .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 35px !important;
  position: absolute;
  top: 0;
  left: 0;
}

#hakusei-img .section-group__area .slick-next {
  display: none !important;
}

#hakusei-img .section-group__area .slick-next:before {
  background: url(../images/hakusei/arrow_r.png) !important;
  background-repeat: no-repeat !important;
}

#hakusei-img .section-group__area .slick-prev:before {
  background: url(../images/hakusei/arrow_l.png) !important;
  background-repeat: no-repeat !important;
}

@media screen and (min-width: 768px) {
  #hakusei-img .section-group__area {
    padding: 40px 0 80px;
  }
  #hakusei-img .section-group__area ul.slider {
    max-width: 1000px;
    margin: auto;
  }
  #hakusei-img .section-group__area ul.slider .slick-dots li button::before {
    font-size: 16px;
    line-height: 76px;
  }
  #hakusei-img .section-group__area ul.slider .slick-next {
    display: inherit !important;
  }
}

#hakusei-hokan.section-group .section-group__head {
  background-image: url(../images/hakusei/sub_tit_bg.png);
  background-repeat: no-repeat;
  background-size: 77px 65px;
  background-position: center center;
  min-height: 77px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #c36;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #hakusei-hokan.section-group .section-group__head {
    background-image: url(../images/hakusei/sub_tit_bg.png);
    background-repeat: no-repeat;
    background-size: 154px 130px;
    background-position: center center;
    min-height: 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 38px;
  }
}

#hakusei-hokan.section-group .section-group__area p {
  text-align: center;
}

#hakusei-hokan.section-group .section-group__area .movie-wrap {
  text-align: center;
  margin: 20px 10px 0;
}

#hakusei-hokan.section-group .section-group__area .movie-wrap iframe {
  position: relative;
  overflow: hidden;
  width: calc(100% - 20px);
  height: revert-layer;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #hakusei-hokan.section-group .section-group__area .movie-wrap {
    margin-bottom: 20px;
  }
  #hakusei-hokan.section-group .section-group__area .movie-wrap iframe {
    width: calc(50% - 20px);
  }
}

#hakusei-tora.section-group, #hakusei-kuma.section-group {
  /*width: 100vw;
  position: relative;
  overflow: hidden;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 20px;*/
}

#hakusei-tora.section-group h3.section-group__head, #hakusei-kuma.section-group h3.section-group__head {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  right: 0%;
  left: 0%;
}

#hakusei-tora.section-group .section-group__area, #hakusei-kuma.section-group .section-group__area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: inherit;
}

#hakusei-tora.section-group .section-group__area .half-area, #hakusei-kuma.section-group .section-group__area .half-area {
  max-width: 530px;
  position: relative;
  margin-top: 160px;
}

#hakusei-tora.section-group .section-group__area .half-area .kakaku, #hakusei-kuma.section-group .section-group__area .half-area .kakaku {
  font-weight: bold;
  margin: 0 5px 8px;
}

#hakusei-tora.section-group .section-group__area .half-area .kakaku span, #hakusei-kuma.section-group .section-group__area .half-area .kakaku span {
  color: #c06;
  font-size: 34px;
  padding: 0 5px;
}

#hakusei-tora.section-group .section-group__area .half-area .spec-area, #hakusei-kuma.section-group .section-group__area .half-area .spec-area {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  line-height: 1.7;
  margin: 0 5px 10px;
  clear: both;
}

#hakusei-tora.section-group .section-group__area .half-area .spec-area h4, #hakusei-kuma.section-group .section-group__area .half-area .spec-area h4 {
  font-size: 24px;
  line-height: 1;
}

#hakusei-tora.section-group .section-group__area .half-area p, #hakusei-kuma.section-group .section-group__area .half-area p {
  color: #333;
  font-size: 80%;
  margin: 14px;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  #hakusei-tora.section-group .section-group__area .half-area p, #hakusei-kuma.section-group .section-group__area .half-area p {
    font-size: 18px;
  }
}

#hakusei-tora.section-group .section-group__area .hakusei-img, #hakusei-kuma.section-group .section-group__area .hakusei-img {
  clear: both;
  max-width: 1020px;
  margin: auto;
  text-align: center;
}

#hakusei-tora.section-group .section-group__area .hakusei-img img, #hakusei-kuma.section-group .section-group__area .hakusei-img img {
  max-width: 480px;
  height: auto;
}

@media screen and (min-width: 768px) {
  #hakusei-tora.section-group .section-group__area .hakusei-img img, #hakusei-kuma.section-group .section-group__area .hakusei-img img {
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  #hakusei-tora.section-group, #hakusei-kuma.section-group {
    width: 100vw;
    position: relative;
    overflow: hidden;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 20px;
  }
}

#hakusei-tora.section-group {
  background-color: #f5e8c5;
}

#hakusei-tora.section-group h3.section-group__head {
  background-image: url(../images/hakusei/details_tora_title.png);
  background-repeat: no-repeat;
  background-size: 131px 110px;
  background-position: right 20px top 20px;
  height: 174px;
}

#hakusei-tora.section-group .section-group__area {
  min-height: 494px;
  background-image: url(../images/hakusei/details_tora_img.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left top 20px;
}

#hakusei-tora.section-group .section-group__area .half-area {
  float: right;
}

#hakusei-tora.section-group .section-group__area .half-area .kakaku {
  text-shadow: 1px 1px 0 #f5e8c5, -1px -1px 0 #f5e8c5, -1px 1px 0 #f5e8c5, 1px -1px 0 #f5e8c5, 0px 1px 0 #f5e8c5, -1px 0 #f5e8c5, -1px 0 0 #f5e8c5, 1px 0 0 #f5e8c5;
  float: right;
}

@media screen and (min-width: 768px) {
  #hakusei-tora.section-group .section-group__area .half-area .kakaku {
    float: left;
  }
}

#hakusei-tora.section-group .section-group__area .half-area .spec-area {
  color: #960;
  border: solid 1px #cfa645;
  background-color: rgba(245, 232, 197, 0.8);
}

#hakusei-tora.section-group .section-group__area .half-area .spec-area h4 {
  color: #cfa645;
}

@media screen and (min-width: 768px) {
  #hakusei-tora.section-group h3.section-group__head {
    background-size: 184px 154px;
  }
  #hakusei-tora.section-group .section-group__area {
    background-size: 467px 474px;
  }
}

#hakusei-kuma.section-group {
  background-color: #e2dbe0;
  margin-bottom: 20px;
}

#hakusei-kuma.section-group h3.section-group__head {
  background-image: url(../images/hakusei/details_kuma_title.png);
  background-repeat: no-repeat;
  background-size: 133px 114px;
  background-position: left 20px top 20px;
  height: 180px;
}

#hakusei-kuma.section-group .section-group__area {
  min-height: 571px;
  background-image: url(../images/hakusei/details_kuma_img.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right top 20px;
  padding-top: 10px;
}

#hakusei-kuma.section-group .section-group__area .half-area .kakaku {
  text-shadow: 1px 1px 0 #e2dbe0, -1px -1px 0 #e2dbe0, -1px 1px 0 #e2dbe0, 1px -1px 0 #e2dbe0, 0px 1px 0 #e2dbe0, -1px 0 #e2dbe0, -1px 0 0 #e2dbe0, 1px 0 0 #e2dbe0;
  float: right;
}

#hakusei-kuma.section-group .section-group__area .half-area .spec-area {
  color: #6c545a;
  border: solid 1px #987a83;
  background-color: rgba(226, 216, 224, 0.8);
}

#hakusei-kuma.section-group .section-group__area .half-area .spec-area h4 {
  color: #987a83;
}

@media screen and (min-width: 768px) {
  #hakusei-kuma.section-group h3.section-group__head {
    background-size: 187px 160px;
  }
  #hakusei-kuma.section-group .section-group__area {
    background-size: 554px 551px;
  }
}

.txt-st-pink {
  color: #f39;
  font-weight: bold;
}

#hakusei-inquiry.section-group .section-group__head {
  background-image: url(../images/hakusei/sub_tit_bg.png);
  background-repeat: no-repeat;
  background-size: 77px 65px;
  background-position: center center;
  min-height: 77px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #c36;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #hakusei-inquiry.section-group .section-group__head {
    background-image: url(../images/hakusei/sub_tit_bg.png);
    background-repeat: no-repeat;
    background-size: 154px 130px;
    background-position: center center;
    min-height: 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 38px;
  }
}

#hakusei-inquiry.section-group .section-group__area p {
  text-align: center;
}

#hakusei-inquiry.section-group .form-area {
  background-color: #2b393c;
  font-size: 80%;
  /*
  width: 100vw;
  position: relative;
  overflow: hidden;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 30px;*/
  border-top: solid 10px #706147;
  padding: 20px 0;
  color: #cba745;
  text-align: center;
  background-image: url(../images/hakusei/form_bg.png), url(../images/hakusei/form_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 60%, 60%;
  background-position: calc(50% + 150px) calc(0% + 30px), calc(50% - 150px) calc(100% - 40px);
}

#hakusei-inquiry.section-group .form-area p {
  color: #cba745;
}

#hakusei-inquiry.section-group .form-area form {
  color: #e4d9d1;
  max-width: 740px;
  margin: auto;
}

#hakusei-inquiry.section-group .form-area form .item-name {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  max-width: 640px;
  margin: auto;
}

#hakusei-inquiry.section-group .form-area form .item-name span {
  color: #bd997d;
  margin: 0 5px;
}

#hakusei-inquiry.section-group .form-area form input, #hakusei-inquiry.section-group .form-area form textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 620px;
  width: calc(100% - 20px);
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin: 10px auto;
  background-color: #e4d9d1;
  font-weight: normal;
}

#hakusei-inquiry.section-group .form-area form .ch-box {
  background-color: rgba(204, 204, 204, 0.7);
  border-radius: 12px;
  margin: 0 5px 20px;
  max-width: 620px;
  padding: 0 0 10px;
}

#hakusei-inquiry.section-group .form-area form .ch-box input {
  width: 24px;
  height: 24px;
  border: solid 2px #3c5054;
}

#hakusei-inquiry.section-group .form-area form .ch-box .wpcf7-list-item-label {
  display: block;
  color: #2b393b;
  line-height: 1.4;
}

#hakusei-inquiry.section-group .form-area form a {
  color: #fff;
  font-weight: bold;
}

#hakusei-inquiry.section-group .form-area form .wpcf7-submit {
  background-color: #c36;
  color: #fff;
  width: 250px;
  height: 60px;
  font-size: 22PX;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  display: block;
}

@media screen and (min-width: 768px) {
  #hakusei-inquiry.section-group .form-area {
    font-size: 16px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 30px;
    background-size: 494px 356px, 494px 356px;
    background-position: calc(50% + 300px) calc(0% + 30px), calc(50% - 300px) calc(100% - 40px);
  }
  #hakusei-inquiry.section-group .form-area p {
    font-size: 16px;
  }
  #hakusei-inquiry.section-group .form-area form .item-name {
    font-size: 20px;
  }
  #hakusei-inquiry.section-group .form-area form input, #hakusei-inquiry.section-group .form-area form textarea {
    font-size: 18px;
  }
  #hakusei-inquiry.section-group .form-area form .ch-box {
    margin: 0 auto 20px;
  }
  #hakusei-inquiry.section-group .form-area form .wpcf7-submit {
    width: 260px;
    height: 90px;
    font-size: 26PX;
    margin: 0 auto;
  }
  #hakusei-inquiry.section-group .form-area form .wpcf7-spinner {
    height: 0;
  }
}

#hakusei-store.section-group .section-group__head {
  background-image: url(../images/hakusei/sub_tit_bg.png);
  background-repeat: no-repeat;
  background-size: 77px 65px;
  background-position: center center;
  min-height: 77px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #c36;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #hakusei-store.section-group .section-group__head {
    background-image: url(../images/hakusei/sub_tit_bg.png);
    background-repeat: no-repeat;
    background-size: 154px 130px;
    background-position: center center;
    min-height: 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 38px;
  }
}

#hakusei-store.section-group .section-group__area {
  margin: 20px 0;
  font-size: 80%;
}

#hakusei-store.section-group .section-group__area dl {
  color: #963;
  border-top: solid 1px #c9d3d3;
  max-width: 580px;
  margin: auto;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
}

#hakusei-store.section-group .section-group__area dl dt {
  width: calc(30% - 21px);
  text-align: right;
  padding: 8px 10px;
  border-bottom: solid 1px #c9d3d3;
  border-right: solid 1px #c9d3d3;
}

#hakusei-store.section-group .section-group__area dl dd {
  width: calc(70% - 20px);
  padding: 8px 10px;
  border-bottom: solid 1px #c9d3d3;
}

@media screen and (min-width: 768px) {
  #hakusei-store.section-group .section-group__area {
    margin: 40px 0;
    font-size: 18px;
  }
}

.page-nav {
  display: block;
  width: 63px;
  height: 59px;
  background-image: url(../images/hakusei/page_top_icon.png);
  background-repeat: no-repeat;
  background-size: 63px 59px;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.page-nav a {
  display: block;
  width: 63px;
  height: 59px;
}

.footer {
  color: #999;
  font-size: 80%;
  line-height: 1.5;
  border-top: solid 10px #706147;
  padding: 20px 5px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  font-size: 14px;
}

.grecaptcha-badge {
  margin-bottom: 120px;
}

.edit-link {
  margin: 10px;
  display: inline-block;
  font-size: 80%;
}
