@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 14px;
  color: #141414;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-weight: 500;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 13.5px;
  }
}

a {
  text-decoration: none;
  color: #141414;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.82em;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #141414;
}

/* Firefox */
::-moz-placeholder {
  color: #141414;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #141414;
}

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

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.notpg-wrap .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .notpg-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.notpg-wrap .inner h2 {
  text-align: center;
}

.page-wrap .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .page-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.heading-wrap {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .heading-wrap {
    position: static;
  }
}

.heading-wrap.toppg-sec2 {
  top: 108px;
  left: 28px;
}

.heading-wrap.toppg-sec2 h2 img {
  width: 60px;
  height: 133px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.toppg-sec2 h2 img {
    height: 114px;
  }
}

.heading-wrap.toppg-sec3 {
  top: 62px;
  left: 28px;
}

.heading-wrap.toppg-sec3 h2 img {
  width: 60px;
  height: 102px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.toppg-sec3 h2 img {
    height: 92px;
  }
}

.heading-wrap.toppg-sec4 {
  top: 113px;
  left: 28px;
}

.heading-wrap.toppg-sec4 h2 img {
  width: 60px;
  height: 165px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.toppg-sec4 h2 img {
    height: 142px;
  }
}

.heading-wrap.toppg-sec5 {
  top: 100px;
  left: 28px;
}

.heading-wrap.toppg-sec5 h2 img {
  width: 60px;
  height: 102px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.toppg-sec5 h2 img {
    height: 92px;
  }
}

.heading-wrap h2 img {
  max-width: 100%;
  margin: 0 auto;
}

.page-img-wrap {
  margin-top: 70px;
}

.page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin: 0 auto;
  background: #8f8052;
}

@media only screen and (max-width: 767px) {
  .page-img {
    height: 100px;
  }
}

.page-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title h1 {
  position: relative;
  top: 7px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  letter-spacing: 9px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-title h1 {
    position: static;
    font-size: 19px;
    letter-spacing: 4px;
  }
}

.page-title h1 span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .page-title h1 span {
    margin-top: 10px;
    font-size: 12px;
  }
}

.block-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-item {
  position: relative;
  margin-top: 60px;
}

.intro {
  width: 70%;
}

.intro-content {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}

.intro-content * {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.intro-content img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

.intro-content:after, .intro-content .intro-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.intro-content:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

.intro-content .intro-text {
  z-index: 1;
  padding: 40px;
}

.intro-content h3, .intro-content .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}

.intro-content h3 {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  opacity: 0;
}

.intro-content h5 {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.intro-content i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 16px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.intro-content a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.intro-content:hover img, .intro-content.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.intro-content:hover:after, .intro-content.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.intro-content:hover h3, .intro-content.hover h3, .intro-content:hover h5, .intro-content.hover h5, .intro-content:hover i, .intro-content.hover i {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

/*
.intro-content {
  font-family: $web-font1;
  position: relative;
  margin: 10px;
  //min-width: 310px -60px;
  //max-width: 310px;
  width: 100%;
  color: #fff;
  text-align: left;
  background-color: #000;
  font-size: 16px;
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  img {
    position: relative;
    max-width: 100%;
    vertical-align: bottom;
  }
  .intro-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
    &:before, &:after {
      width: 1px;
      height: 0;
    }
    &:before {
      right: 0;
      top: 0;
    }
    &:after {
      left: 0;
      bottom: 0;
    }
  }
  h3, p {
    line-height: 1.5em;
  }
  h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
  }
  p {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 15px;
  }
  a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }
  &:before, &:after {
    position: absolute;
    content: '';
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0.8;
  }
  .intro-text {
    &:before, &:after {
      position: absolute;
      content: '';
      background-color: #fff;
      z-index: 1;
      -webkit-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in;
      opacity: 0.8;
    }
  }
  &:before, &:after {
    height: 1px;
    width: 0%;
  }
  &:before {
    top: 0;
    left: 0;
  }
  &:after {
    bottom: 0;
    right: 0;
  }
  &:hover img, &.hover img {
    opacity: 0.4;
  }
  &:hover .intro-text, &.hover .intro-text {
    opacity: 1;
  }
  &:hover .intro-text:before, &.hover .intro-text:before, &:hover .intro-text:after, &.hover .intro-text:after {
    height: 100%;
  }
  &:hover:before, &.hover:before, &:hover:after, &.hover:after {
    width: 100%;
  }
  &:hover:before, &.hover:before, &:hover:after, &.hover:after, &:hover .intro-text:before, &.hover .intro-text:before, &:hover .intro-text:after, &.hover .intro-text:after {
    opacity: 0.1;
  }
}
*/
/*
.intro-content {
  font-family: $web-font1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-align: left;
  * {
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  &:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    right: 100%;
    content: '';
    background-color: rgba(245, 153, 153, 0.42);
    transition: all 0.3s ease;
    transition-delay: 0.25s;
  }
  img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
  }
  .intro-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  h3, h5 {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
  }
  h3 {
    transform: translateX(-100%);
    text-transform: uppercase;
    font-weight: 400;
    transition-delay: 0.05s;
    margin-bottom: 5px;
  }
  h5 {
    font-weight: normal;
    background-color: #ae895d;
    padding: 3px 10px;
    transform: translateX(-100%);
    transition-delay: 0s;
  }
  a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  &:hover:before, &.hover:before {
    right: 0;
    transition-delay: 0s;
  }
  &:hover h3, &.hover h3, &:hover h5, &.hover h5 {
    transform: translateX(0);
    opacity: 1;
  }
  &:hover h3, &.hover h3 {
    transition-delay: 0.3s;
  }
  &:hover h5, &.hover h5 {
    transition-delay: 0.2s;
  }
}
*/
.intro-img {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: 300px;
  margin: 0 auto;
  overflow: hidden;
}

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

.block-thumb {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 300px;
  margin: 100px auto;
  padding: 10px;
}

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

.thumb-item1 {
  position: relative;
  width: 375px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
}

.thumb-item2 {
  position: absolute;
  width: 375px;
  overflow: hidden;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.thumb-item2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 0.3;
  z-index: 3;
}

.thumb-item3 {
  position: absolute;
  width: 375px;
  overflow: hidden;
  top: 20px;
  left: 20px;
}

.thumb-item3:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 0.3;
  z-index: 1;
}

.btn {
  display: block;
  position: relative;
  width: 290px;
  max-width: 100%;
  height: 60px;
  border: 1px solid #141414;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media print, screen and (min-width: 961px) {
  .btn:hover {
    background: #141414;
  }
  .btn:hover a {
    color: #fff;
  }
  .btn:hover a span.text:after {
    background: url(../img/shared/arrow-white.svg) center center/contain no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 355px;
    margin: 0 auto;
    margin-top: 32px;
    color: #fff;
    border: none;
    background: #141414;
  }
}

.btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .btn a {
    color: #fff;
  }
}

.btn a span.text {
  position: relative;
  bottom: -1px;
}

.btn a span.text:after {
  margin-left: 11px;
  display: inline-block;
  content: '';
  width: 13px;
  height: 12px;
  background: url(../img/shared/arrow-black.svg) center center/contain no-repeat;
}

@media only screen and (max-width: 767px) {
  .btn a span.text:after {
    display: none;
  }
}

.btn a span.en {
  letter-spacing: 1px;
}

.btn-slide {
  position: relative;
  width: 360px;
  height: 60px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .btn-slide {
    width: 315px;
  }
}

.btn-slide:hover.type1:after {
  left: 0;
  width: 100%;
}

.btn-slide:hover.type1 a {
  color: #fff;
}

.btn-slide:hover.type1 a span.text:after {
  background: url(../img/shared/arrow-white.svg) center center/contain no-repeat;
}

.btn-slide:hover.type2:after {
  left: 0;
  width: 100%;
}

.btn-slide:hover.type2 a {
  color: #141414;
}

.btn-slide:hover.type2 a span.text:after {
  background: url(../img/shared/arrow-black.svg) center center/contain no-repeat;
}

.btn-slide:hover.type3:after {
  left: auto;
  right: 0;
  width: 0;
}

.btn-slide:hover.type3 a {
  color: #fff;
}

.btn-slide:hover.type3 a span.text:after {
  background: url(../img/shared/arrow-white.svg) center center/contain no-repeat;
}

.btn-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .btn-slide a {
    font-size: 17px;
  }
}

.btn-slide a span.text {
  position: relative;
  bottom: -1px;
}

.btn-slide a span.text:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 11px;
  background: url(../img/shared/arrow-black.svg) center center/contain no-repeat;
}

.btn-slide.type1:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background: #141414;
}

.btn-slide.type1 a {
  border: 1px solid #141414;
}

.btn-slide.type2 {
  background: none;
}

.btn-slide.type2:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background: #fff;
}

.btn-slide.type2 a {
  color: #fff;
  border: 1px solid #fff;
}

.btn-slide.type2 a span.text:after {
  background: url(../img/shared/arrow-white.svg) center center/contain no-repeat;
}

.btn-slide.type3 {
  background: none;
}

.btn-slide.type3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background: #fff;
}

.btn-slide.type3 a {
  border: 1px solid #fff;
}

.btn-slide.type3 a span.text:after {
  background: url(../img/shared/arrow-black.svg) center center/contain no-repeat;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #fcfcfc), to(#fafafa));
  background: -webkit-linear-gradient(#fcfcfc 52%, #fafafa);
  background: -o-linear-gradient(#fcfcfc 52%, #fafafa);
  background: linear-gradient(#fcfcfc 52%, #fafafa);
  z-index: 10000;
}

#loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loading .logo {
  position: relative;
  top: -2px;
  width: 125px;
  height: 268px;
}

@media only screen and (max-width: 767px) {
  #loading .logo {
    top: -5px;
    width: 94px;
    height: 193px;
  }
}

#loading .copyright {
  position: fixed;
  bottom: 56px;
  letter-spacing: 0.5px;
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mask {
  position: relative;
}

.mask h2, .mask p, .mask img {
  opacity: 0;
}

.mask.animate-in h2, .mask.animate-in p, .mask.animate-in img {
  -webkit-animation: textHidden 0.1s 1.1s forwards;
  animation: textHidden 0.1s 1.1s forwards;
}

.mask.animate-in:before, .mask.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.mask.animate-in:before {
  background-color: #fff;
}

.mask.animate-in:after {
  background-color: #000;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.mask.mask--lr.animate-in:before {
  -webkit-animation: mask--lr 1.8s ease;
  animation: mask--lr 1.8s ease;
}

.mask.mask--lr.animate-in:after {
  -webkit-animation: mask--lr 1s .6s ease;
  animation: mask--lr 1s .6s ease;
}

.mask.mask--rl.animate-in:before {
  -webkit-animation: mask--rl 1.8s ease;
  animation: mask--rl 1.8s ease;
}

.mask.mask--rl.animate-in:after {
  -webkit-animation: mask--rl 1s .6s ease;
  animation: mask--rl 1s .6s ease;
}

@-webkit-keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@-webkit-keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -20px);
    transform: rotate(0deg) translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
    opacity: 0;
  }
}

@keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -20px);
    transform: rotate(0deg) translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
    opacity: 0;
  }
}

.bg-star1 {
  position: fixed;
  top: 0;
  right: -10%;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  width: 21px;
  height: 30px;
  margin: 0 auto;
  display: block;
  -webkit-animation: bg-star 25s infinite linear forwards;
  animation: bg-star 25s infinite linear forwards;
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bg-star1 {
    right: -50%;
  }
}

@-webkit-keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

@keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

.marker-animation.active {
  background-position: -100% 1em;
}

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffda36));
  background-image: -webkit-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  font-weight: bold;
}

.marker-animation:nth-child(3) {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.marker2 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.marker3 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.box {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wave {
  opacity: .4;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0af;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  -webkit-transform-origin: 50% 48%;
  -ms-transform-origin: 50% 48%;
  transform-origin: 50% 48%;
  border-radius: 50%;
  -webkit-animation: drift 3000ms infinite linear;
  animation: drift 3000ms infinite linear;
}

.wave.-two {
  -webkit-animation: drift 7000ms infinite linear;
  animation: drift 7000ms infinite linear;
  background: yellow;
}

.wave.-three {
  -webkit-animation: drift 5000ms infinite linear;
  animation: drift 5000ms infinite linear;
}

.box:after {
  content: '';
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee88aa), color-stop(80%, rgba(221, 238, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(top, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(top, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
  background: linear-gradient(to bottom, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
  z-index: 11;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 300px;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .4em;
  font-size: 18px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-indent: .5em;
}

@-webkit-keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.filter a {
  position: relative;
  display: inline-block;
  padding: 10px;
  color: #333;
  border: 1px solid #333;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .filter a {
    padding: 7px 7px 5px 7px;
    margin-bottom: 10px;
  }
}

.filter a.active {
  color: #fff;
  background: #333;
  pointer-events: none;
}

@media print, screen and (min-width: 961px) {
  .filter a:hover {
    color: #fff;
    background: #333;
  }
}

.is-animated {
  -webkit-animation: .6s zoom-in;
  animation: .6s zoom-in;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.main-slider-wrap .main-slider .slick-slide.slick-current img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

@media all and (-ms-high-contrast: none) {
  .main-slider-wrap .main-slider .slick-slide.slick-current img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.07);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.07);
    transform: translateX(-50%) translateY(-50%) scale(1.07);
  }
}

.main-slider-wrap .main-slider .slick-slide img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 9.9s linear;
  -o-transition: 9.9s linear;
  transition: 9.9s linear;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  .main-slider-wrap .main-slider .slick-slide img {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.main-slider-wrap .main-slider .item {
  position: relative;
  width: 100%;
  height: 100vh;
  /*
      &:nth-of-type(1){
        background: url(../img/top/main-slider-img1.jpg) center center / cover no-repeat;
        @include media(){
          background: url(../img/top/main-slider-img1_sp.jpg) center center / cover no-repeat;
        }
      }
      &:nth-of-type(2){
        background: url(../img/top/main-slider-img2.jpg) center center / cover no-repeat;
        @include media(){
          background: url(../img/top/main-slider-img2_sp.jpg) center center / cover no-repeat;
        }
      }
      &:nth-of-type(3){
        background: url(../img/top/main-slider-img3.jpg) center center / cover no-repeat;
        @include media(){
          background: url(../img/top/main-slider-img3_sp.jpg) center center / cover no-repeat;
        }
      }
      &:nth-of-type(1){
        background: url(../img/top/main-slider-img4.jpg) center center / cover no-repeat;
        @include media(){
          background: url(../img/top/main-slider-img4_sp.jpg) center center / cover no-repeat;
        }
      }
      */
}

@media only screen and (max-width: 767px) {
  .main-slider-wrap .main-slider .item {
    min-height: 667px;
  }
}

.main-slider-wrap .main-slider .item.tablet {
  height: 854px;
}

.main-slider-wrap .main-slider .item.orientationchange {
  height: 667px;
}

.toppg-sec2-slider-wrap .toppg-sec2-slider {
  width: 756px;
  height: 504px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-slider-wrap .toppg-sec2-slider {
    width: 375px;
    height: 250px;
    max-width: 100%;
  }
}

.toppg-sec2-slider-wrap .toppg-sec2-slider .item {
  width: 100%;
  height: 100%;
}

.toppg-sec2-slider-wrap .toppg-sec2-slider .item img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.toppg-sec4-slider-wrap .toppg-sec4-slider {
  width: 756px;
  height: 504px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-slider-wrap .toppg-sec4-slider {
    width: 375px;
    height: 250px;
  }
}

.toppg-sec4-slider-wrap .toppg-sec4-slider .item {
  width: 100%;
  height: 100%;
}

.toppg-sec4-slider-wrap .toppg-sec4-slider .item img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  height: 50vh;
  overflow: hidden;
}

/* Images */
/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: #141414;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  /* 重要 */
}

@media only screen and (max-width: 767px) {
  .slider-arrow {
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
  }
}

.slider-prev {
  left: 0;
  background: url(../img/shared/btn-slider-left.svg) center center/cover no-repeat;
}

.slider-next {
  right: 0;
  background: url(../img/shared/btn-slider-right.svg) center center/cover no-repeat;
}

/* Dots */
.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    height: 37px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 3.5px;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

.slick-dots li.slick-active button:before {
  background: #fff;
}

.header-wrapper {
  position: fixed;
  top: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #eee;
}

.header-wrapper.type1 {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border-bottom: none;
  z-index: 1000;
}

.header-wrapper.type1 .global-header {
  height: 300px;
  padding: 60px 72px 0 64px;
}

@media only screen and (max-width: 767px) {
  .header-wrapper.type1 .global-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 70px;
    padding: 0;
  }
}

.header-wrapper.type1 .global-nav {
  width: 244px;
  height: 200px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .header-wrapper.type1 .global-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    min-height: 667px;
    background: rgba(20, 20, 20, 0.96);
  }
}

.header-wrapper.type1 .global-nav .menu-item.reserve a:after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 13px;
  margin-top: 3px;
  margin-left: 1px;
  background: url(../img/shared/icon-new-window.svg) center center/contain no-repeat;
}

.header-wrapper.type1 .global-nav a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 5px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: nowrap;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  transform: translateY(-27px);
}

@media print, screen and (min-width: 961px) {
  .header-wrapper.type1 .global-nav a:hover {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@media only screen and (max-width: 767px) {
  .header-wrapper.type1 .global-nav a {
    font-size: 16px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.header-wrapper.type1 .global-nav a:before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 20px;
  margin-bottom: 7px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .header-wrapper.type1 .global-nav a:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrapper.hide {
    display: none;
  }
}

.global-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .global-header {
    height: 60px;
    padding: 0 0 0 15px;
  }
}

.global-header .header-logo img {
  width: 94px;
  height: 193px;
}

@media only screen and (max-width: 767px) {
  .global-header .header-logo img {
    width: 64px;
    height: 138px;
  }
}

.global-header .nav-logo {
  display: none;
  width: 94px;
}

@media only screen and (max-width: 767px) {
  .global-header .nav-logo {
    display: block;
    width: 72px;
  }
}

.global-header .nav-logo img {
  width: 94px;
  height: 193px;
}

@media only screen and (max-width: 767px) {
  .global-header .nav-logo img {
    width: 72px;
    height: 150px;
  }
}

.global-header .global-nav {
  width: 600px;
  max-width: 66%;
}

@media only screen and (max-width: 767px) {
  .global-header .global-nav {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    min-height: 667px;
    background: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}

@media only screen and (max-width: 767px) {
  .global-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .global-header .menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 282px;
    height: 362px;
  }
}

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

@media only screen and (max-width: 767px) {
  .global-header .menu {
    width: 100%;
    height: 100%;
    margin-top: 43px;
  }
}

.global-header .menu .menu-item {
  width: 14.5px;
}

@media only screen and (max-width: 767px) {
  .global-header .menu .menu-item {
    width: 43px;
    height: 165px;
  }
}

.global-header .menu .menu-item a {
  display: inline-block;
  width: 14.5px;
}

@media only screen and (max-width: 767px) {
  .global-header .menu .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 43px;
    height: 165px;
    padding-top: 25px;
  }
}

.global-header .burger-menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .global-header .burger-menu {
    display: block;
    width: 70px;
    height: 70px;
    z-index: 1000;
  }
  .global-header .burger-menu .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .global-header .burger-menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .global-header .burger-menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .global-header .burger-menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .global-header .burger-menu .menu-trigger .bar {
    width: 25px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .global-header .burger-menu .menu-trigger .bar span {
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
}

footer .content-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 593px;
  background: url(../img/shared/footer-bg.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap {
    height: 532px;
    background: url(../img/shared/footer-bg_sp.jpg) center center/cover no-repeat;
  }
}

footer .content-wrap .content {
  position: relative;
  top: 13px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .content {
    top: -22px;
  }
}

footer .content-wrap .content dl dt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.2px;
  text-indent: 1.2px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .content dl dt {
    font-size: 14px;
  }
}

footer .content-wrap .content dl dd {
  margin-top: 27px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .content dl dd {
    margin-top: 28px;
  }
}

footer .content-wrap .content .copyright {
  margin-top: 80px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .content .copyright {
    margin-top: 65px;
  }
}

footer .content-wrap .content .copyright img {
  width: 114px;
  height: 198px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .content .copyright img {
    width: 113px;
    height: 195px;
  }
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 52px;
  right: 90px;
}

.back-to-top img {
  width: 30px;
  height: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap {
    min-height: 667px;
  }
}

.main-img-wrap.tablet {
  height: 854px;
}

.main-img-wrap.orientationchange {
  height: 667px;
}

.main-img-wrap .logo-wrap {
  display: none;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .logo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}

.main-img-wrap .logo-wrap h1 {
  position: absolute;
  top: 60px;
  left: 64px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .logo-wrap h1 {
    position: relative;
    top: -5px;
    left: 0;
  }
}

.main-img-wrap .logo-wrap img {
  width: 94px;
  height: 193px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .logo-wrap img {
    width: 94px;
    height: 193px;
  }
}

.main-img-wrap .sns-wrap {
  position: absolute;
  z-index: 2;
  right: 60px;
  bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .sns-wrap {
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .sns-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
  }
}

.main-img-wrap .sns-wrap .instagram {
  width: 28px;
  height: 28px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .sns-wrap .instagram {
    width: 25px;
    height: 25px;
  }
}

.main-img-wrap .link-wrap {
  position: absolute;
  z-index: 1;
  right: 122px;
  bottom: 34px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .link-wrap {
    z-index: 1001;
    top: 16px;
    left: 17px;
    right: auto;
    bottom: auto;
  }
}

.main-img-wrap .link-wrap .btn-slide {
  width: 250px;
  height: 45px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .link-wrap .btn-slide {
    width: 200px;
    height: 40px;
  }
}

.main-img-wrap .link-wrap .btn-slide a {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .link-wrap .btn-slide a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .link-wrap .btn-slide a span.text:after {
    width: 12px;
    height: 11px;
    margin-left: 9px;
  }
}

.main-img-wrap .scroll-arrow-wrap {
  position: absolute;
  z-index: 2;
  left: 88px;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .scroll-arrow-wrap {
    left: 30px;
    bottom: 15px;
  }
}

.main-img-wrap .scroll-arrow-wrap .arrow {
  width: 30px;
  height: 16px;
  -webkit-animation: scd 1.5s infinite;
  animation: scd 1.5s infinite;
}

.toppg-sec1-wrap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #fcfcfc), to(#fafafa));
  background: -webkit-linear-gradient(#fcfcfc 15%, #fafafa);
  background: -o-linear-gradient(#fcfcfc 15%, #fafafa);
  background: linear-gradient(#fcfcfc 15%, #fafafa);
}

.toppg-sec1-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 40px 123px 40px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap {
    padding: 65px 40px 67px 40px;
  }
}

.toppg-sec1-wrap .content-wrap .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 823px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .text-wrap {
    display: block;
    width:100%;
  }
}

.toppg-sec1-wrap .content-wrap h2 img {
  width: 24px;
  height: 78px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap h2 img {
    width: 56px;
    height: 17px;
  }
}

.toppg-sec1-wrap .content-wrap p {
  font-size: 17px;
  font-weight: 300;
  line-height: 2.29;
  letter-spacing: 2.5px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap p {
    font-size: 13.5px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.92;
    letter-spacing: 0.5px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    white-space: normal;
  }
}

.toppg-sec1-wrap .content-wrap p .space {
  display: none;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap p .space {
    display: inline-block;
    margin-right: 5px;
  }
}

.toppg-sec1-wrap .content-wrap p:first-of-type {
  margin-right: 63px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap p:first-of-type {
    margin-top: 36px;
    margin-right: 0;
  }
}

.toppg-sec1-wrap .content-wrap p:not(:first-of-type) {
  margin-right: 43px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap p:not(:first-of-type) {
    margin-top: 26px;
    margin-right: 0;
  }
}

.toppg-sec1-wrap .content-wrap p.name {
  margin-right: 46px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap p.name {
    margin-top: 29px;
    margin-right: 0;
    font-size: 14.5px;
  }
}

.toppg-sec1-wrap .content-wrap p.name .post {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap p.name .post {
    font-size: 13.5px;
  }
}

.toppg-sec1-wrap .content-wrap p.name .space {
  display: inline-block;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap p.name .space {
    margin-top: 0;
    margin-left: 2px;
  }
}

.toppg-sec2-wrap .content-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 200px 30px 63px 30px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap {
    display: block;
    padding: 62px 0 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content {
    margin-top: 45px;
  }
}

.toppg-sec2-wrap .menu-wrap {
  margin-top: 67px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap {
    margin-top: 36px;
    padding: 0 40px;
  }
}

.toppg-sec2-wrap .menu-wrap dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap dl {
    display: block;
  }
}

.toppg-sec2-wrap .menu-wrap dl.type2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.toppg-sec2-wrap .menu-wrap dl.type2 dt:after {
  top: 0;
  bottom: auto;
  height: 130px;
}

.toppg-sec2-wrap .menu-wrap dl.type2 dd {
  position: relative;
  top: -3px;
}

.toppg-sec2-wrap .menu-wrap dl.type2 dd p {
  position: relative;
}

.toppg-sec2-wrap .menu-wrap dl.type2 dd p:not(:first-of-type) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap dl.type2 dd p:not(:first-of-type) {
    margin-top: 21px;
    padding-top: 21px;
  }
  .toppg-sec2-wrap .menu-wrap dl.type2 dd p:not(:first-of-type):before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed #141414;
  }
}

.toppg-sec2-wrap .menu-wrap dl{
  margin-top: 39px;
  padding-top: 39px;
}
.toppg-sec2-wrap .menu-wrap dl:nth-of-type(1){
  padding-top: 0;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap dl {
    margin-top: 21px;
    padding-top: 21px;
  }
  
}

.toppg-sec2-wrap .menu-wrap dl:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px dashed #141414;
}
.toppg-sec2-wrap .menu-wrap dl:nth-of-type(-n+2):before {
  border-top: none;
}


@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap dl:last-of-type {
    padding-bottom: 21px;
    border-bottom: 1px solid #141414;
  }
}

.toppg-sec2-wrap .menu-wrap dl dt {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  padding-right: 36px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap dl dt {
    padding-right: 0;
    font-size: 17px;
    text-align: center;
    line-height: 1.5;
  }
}

.toppg-sec2-wrap .menu-wrap dl dt::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: '';
  width: 1px;
  height: 30px;
  background: #141414;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap dl dt:after {
    display: none;
  }
}

.toppg-sec2-wrap .menu-wrap dl dd {
  margin-left: 42px;
  font-size: 19px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap dl dd {
    margin-left: 0;
    font-size: 14px;
    text-align: center;
  }
}

.toppg-sec2-wrap .menu-wrap dl dd .price {
  margin-left: 5px;
  font-size: 23px;
  margin-right: 3px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap dl dd .price {
    font-size: 15px;
  }
}

.course_sub{
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .course_sub {
    font-size: 16px;
    padding-top: 8px;
  }
}
.toppg-sec2-wrap .menu-wrap .kani_course{
  padding-top: 0;
  display: block;
}
.toppg-sec2-wrap .menu-wrap .kani_course p{
  padding-top: 8px;
}
.toppg-sec2-wrap .menu-wrap dl .course_img_box{
  padding-right: 0px;
}
.toppg-sec2-wrap .menu-wrap dl .course_img_box::after{
  display: none;
}
.course_img_box{
  max-width: 756px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course_img{
  width:33%;
}


.course_img img{
  width:100%;
}

.toppg-sec2-wrap .menu-wrap dl dd .tax {
  margin-left: 25px;
  font-size: 17px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap dl dd .tax {
    display: block;
    margin-top: 3px;
    margin-left: 0;
    font-size: 14px;
  }
}

.toppg-sec2-wrap .menu-wrap .notes {
  margin-top: 42px;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

@media all and (-ms-high-contrast: none) {
  .toppg-sec2-wrap .menu-wrap .notes {
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .menu-wrap .notes {
    margin-top: 18px;
    line-height: 1.51;
    text-align: center;
  }
}

.toppg-sec2-wrap .btn-slide {
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .btn-slide {
    margin-top: 40px;
  }
}

.toppg-sec2-wrap .links-wrap {
  margin-top: 110px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .links-wrap {
    margin-top: 58px;
  }
}

.toppg-sec2-wrap .links-wrap p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .links-wrap p {
    font-size: 14.5px;
    letter-spacing: 0.5px;
  }
}

.toppg-sec2-wrap .links-wrap .links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .links-wrap .links {
    margin-top: 17px;
  }
}

.toppg-sec2-wrap .links-wrap .links a {
  display: block;
}

.toppg-sec2-wrap .links-wrap .links a:first-of-type {
  border-right: 1px solid #141414;
}

.toppg-sec2-wrap .links-wrap .links a img {
  width: 221px;
  height: 99px;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .links-wrap .links a img {
    width: 187px;
    height: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap {
    border-top: 1px solid #e6e6e6;
  }
}

.toppg-sec3-wrap .content-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 128px 30px 91px 30px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap {
    display: block;
    padding: 61px 0 60px 0;
  }
}

.toppg-sec3-wrap .content {
  width: 756px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content {
    margin-top: 50px;
    padding: 0 40px;
  }
}

.toppg-sec3-wrap .content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content dl {
    display: block;
    text-align: center;
  }
}

.toppg-sec3-wrap .content dt {
  font-size: 22px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content dt {
    font-size: 16px;
  }
}

.toppg-sec3-wrap .content dd {
  margin-left: 86px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content dd {
    margin-top: 21px;
    margin-left: 0;
    padding-top: 21px;
    border-top: 1px dashed #141414;
    white-space: nowrap;
  }
}

.toppg-sec3-wrap .content dd p {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1.5px;
}

.toppg-sec3-wrap .content dd p.seat {
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content dd p.seat {
    font-size: 16px;
  }
}

.toppg-sec3-wrap .content dd p.room {
  margin-left: 19px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content dd p.room {
    margin-left: 5px;
    font-size: 16px;
  }
}

.toppg-sec3-wrap .content dd p.room span {
  margin-left: 6px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content dd p.room span {
    margin-left: 4px;
  }
}

.toppg-sec3-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .img-wrap {
    display: block;
  }
}

.toppg-sec3-wrap .img-wrap .img {
  position: relative;
  padding-top: 43.9111%;
}

.toppg-sec3-wrap .img-wrap .img.img1 {
  width: 66.5vw;
  background: url(../img/top/toppg-sec3-img1.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .img-wrap .img.img1 {
    width: 100%;
    padding-top: 66.634%;
  }
}

.toppg-sec3-wrap .img-wrap .img.img1 h3 {
  width: 40px;
  height: 146px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .img-wrap .img.img1 h3 {
    width: 37.5px;
    height: 129px;
  }
}

.toppg-sec3-wrap .img-wrap .img.img2 {
  width: 33.5vw;
  background: url(../img/top/toppg-sec3-img2.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .img-wrap .img.img2 {
    width: 100%;
    margin-top: 1.5px;
    padding-top: 131.797%;
  }
}

.toppg-sec3-wrap .img-wrap .img.img2 h3 {
  width: 40px;
  height: 116px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .img-wrap .img.img2 h3 {
    width: 37.5px;
    height: 98px;
  }
}

.toppg-sec3-wrap .img-wrap .img.img2 h3 span {
  letter-spacing: 2px;
}

.toppg-sec3-wrap .img-wrap .img h3 {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #141414;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .img-wrap .img h3 {
    font-size: 14px;
  }
}

.toppg-sec4-wrap .content-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 210px 30px 107px 30px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap {
    display: block;
    padding: 62px 0 66px 0;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content {
    margin-top: 42.5px;
  }
}

.toppg-sec4-wrap .info-wrap {
  margin-top: 63px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap {
    padding: 0 30px;
  }
}

.toppg-sec4-wrap .info-wrap dl {
  text-align: center;
}

.toppg-sec4-wrap .info-wrap dl.add dd {
  margin-top: 21px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl.add dd {
    margin-top: 10px;
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.64;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    white-space: nowrap;
  }
  .toppg-sec4-wrap .info-wrap dl.add dd .space {
    display: none;
  }
}

.toppg-sec4-wrap .info-wrap dl.tel {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl.tel {
    margin-top: 44px;
  }
}

.toppg-sec4-wrap .info-wrap dl.tel dd {
  margin-top: 5px;
  font-size: 29px;
  letter-spacing: 4.5px;
  text-indent: 4.5px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl.tel dd {
    height: 60px;
    margin-top: -3px;
    font-size: 21px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl.tel dd a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: underline;
  }
}

.toppg-sec4-wrap .info-wrap dl.fax {
  margin-top: 39px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl.fax {
    margin-top: 10px;
  }
}

.toppg-sec4-wrap .info-wrap dl.open {
  margin-top: 43px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl.open {
    margin-top: 22px;
  }
}

.toppg-sec4-wrap .info-wrap dl.open dd span {
  font-size: 18px;
  letter-spacing: 2px;
  text-indent: 2px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl.open dd span {
    font-size: 14px;
  }
}

.toppg-sec4-wrap .info-wrap dl.closed {
  margin-top: 43px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl.closed {
    margin-top: 22px;
  }
}

.toppg-sec4-wrap .info-wrap dl.closed dd span {
  font-size: 18px;
  letter-spacing: 2px;
  text-indent: 2px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl.closed dd span {
    font-size: 14px;
  }
}

.toppg-sec4-wrap .info-wrap dl dt {
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 1px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl dt {
    font-size: 14px;
  }
}

.toppg-sec4-wrap .info-wrap dl dd {
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.57;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .info-wrap dl dd {
    margin-top: 7px;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.toppg-sec4-wrap .btn-slide {
  margin-top: 35px;
}

.toppg-sec5-wrap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #fcfcfc), to(#fafafa));
  background: -webkit-linear-gradient(#fcfcfc 15%, #fafafa);
  background: -o-linear-gradient(#fcfcfc 15%, #fafafa);
  background: linear-gradient(#fcfcfc 15%, #fafafa);
}

.toppg-sec5-wrap .content-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 165px 30px 135px 30px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap {
    display: block;
    padding: 62px 0 66px 0;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content {
    margin-top: 49.5px;
  }
}

.toppg-sec5-wrap .text-wrap .head {
  padding: 33px 0;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .text-wrap .head {
    width: 315px;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.toppg-sec5-wrap .text-wrap .head h3 {
  font-size: 23px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.65;
  letter-spacing: 4px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .text-wrap .head h3 {
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 1px;
  }
}

.toppg-sec5-wrap .text-wrap .text {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .text-wrap .text {
    margin-top: 20px;
  }
}

.toppg-sec5-wrap .text-wrap .text p {
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 3px;
  line-height: 1.88;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .text-wrap .text p {
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.5px;
  }
}

.toppg-sec5-wrap .info-wrap {
  margin-top: 51px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .info-wrap {
    margin-top: 41px;
    padding: 0 30px;
  }
}

.toppg-sec5-wrap .info-wrap dl {
  text-align: center;
}

.toppg-sec5-wrap .info-wrap dl.tel dd {
  margin-top: 5px;
  font-size: 29px;
  letter-spacing: 4.5px;
  text-indent: 4.5px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .info-wrap dl.tel dd {
    height: 60px;
    margin-top: -3px;
    font-size: 21px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .info-wrap dl.tel dd a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: underline;
  }
}

.toppg-sec5-wrap .info-wrap dl dt {
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 1px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .info-wrap dl dt {
    font-size: 14px;
  }
}

.toppg-sec5-wrap .info-wrap dl dd {
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.57;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .info-wrap dl dd {
    margin-top: 7px;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.toppg-sec5-wrap .charge {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .charge {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

body.about .page-img-wrap .page-img {
  position: relative;
  z-index: 1;
  background: url(../img/about/about-main-img.jpg) center center/cover no-repeat;
}

.about-heading-wrap h2 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #8f8052;
  letter-spacing: 9px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about-heading-wrap h2 {
    position: static;
    font-size: 19px;
    letter-spacing: 4px;
    text-align: left;
  }
}

.about-heading-wrap h2 span {
  display: block;
  margin-top: 20px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .about-heading-wrap h2 span {
    margin-top: 10px;
    font-size: 12px;
  }
}

.about-sec1-wrap {
  position: relative;
  background: #fff;
}

.about-sec1-wrap .inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 130px 20px 130px 20px;
  padding-top: 165px;
}

@media only screen and (max-width: 767px) {
  .about-sec1-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.about-sec1-wrap .inner .content-wrap {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 78px;
}

@media only screen and (max-width: 767px) {
  .about-sec1-wrap .inner .content-wrap {
    margin-top: 40px;
  }
}

.hidden_box {
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

.hidden_box label {
  border: 1px solid #ddd;
  cursor: pointer;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  min-width: 50%;
}

.hidden_box label:hover {
  background: #f5f5f5;
}

.hidden_box label:after {
  content: "答え";
}

.hidden_box input {
  display: none;
}

.hidden_box .hidden_show {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  text-align: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.hidden_box input:checked + label:after {
  content: "閉じる";
}

.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
  padding: 10px 0;
}

body.news .page-img-wrap .page-img {
  position: relative;
  z-index: 1;
}

.newspage-sec1-wrap {
  position: relative;
  background: #fff;
}

.newspage-sec1-wrap .inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 130px 20px 130px 20px;
  padding-top: 165px;
}

@media only screen and (max-width: 767px) {
  .newspage-sec1-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.newspage-sec1-wrap .inner .content-wrap {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 78px;
}

@media only screen and (max-width: 767px) {
  .newspage-sec1-wrap .inner .content-wrap {
    margin-top: 40px;
  }
}

.newspage-sec1-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newspage-sec1-wrap .item-wrap .item {
  width: 24%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .newspage-sec1-wrap .item-wrap .item {
    width: 48%;
  }
}

@media print, screen and (min-width: 961px) {
  .newspage-sec1-wrap .item-wrap .item:hover {
    opacity: 0.7;
  }
}

.newspage-sec1-wrap .item-wrap .item .thumb {
  position: relative;
  text-align: center;
}

.newspage-sec1-wrap .item-wrap .item .thumb img {
  width: 100%;
  height: auto;
}

.newspage-sec1-wrap .item-wrap .item .thumb span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  background: #1e1e1e;
  padding: 5px 4px 3px 5px;
}

.newspage-sec1-wrap .item-wrap .item .content {
  padding: 5px;
}

.newspage-sec1-wrap .item-wrap .item .content h3 {
  margin: 7px 0 10px 0;
  line-height: 1.2;
}

.newspage-sec1-wrap .item-wrap .item .content p {
  font-size: 12px;
  padding-left: 10px;
  position: relative;
  text-decoration: underline;
}

.newspage-sec1-wrap .item-wrap .item .content p:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: bold;
}

.news-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-item-wrap .item {
  width: 25%;
  margin-top: 20px;
}

@media print, screen and (min-width: 961px) {
  .news-item-wrap .item:hover {
    opacity: 0.7;
  }
}

.news-item-wrap .item .thumb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.news-item-wrap .item .content {
  color: #141414;
}

.news-item-wrap .item .content .head {
  margin-bottom: 5px;
}

.news-item-wrap .item .content .head .date {
  font-size: 12px;
  margin-bottom: 5px;
}

.news-item-wrap .item .content .text {
  font-size: 14px;
  line-height: 1.5;
}

.post-item {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

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

.pagination {
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination span, .pagination a {
  display: block;
  margin: 0 8px;
  padding: 15px 17px 11px 16px;
  text-decoration: none;
  width: auto;
  border: 1px solid #231815;
  color: #231815;
}

.pagination a:hover {
  color: #fff;
  background: #231815;
}

.pagination .current {
  padding: 15px 17px 11px 16px;
  border: 1px solid #231815;
  color: #fff;
  background: #231815;
}

.pagination .next, .pagination .prev {
  font-weight: bold;
  border: none;
}

.contactpg-wrap .inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
}

.form-wrap {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .form-wrap {
    margin-top: 40px;
  }
}

.form-wrap dl {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .form-wrap dl {
    padding: 20px 0  15px 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
}

.form-wrap dl:first-child {
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .form-wrap dl:first-child {
    border-top: 1px solid #e6e6e6;
  }
}

.form-wrap dl.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap dl.textarea dt {
  margin-top: 10px;
}

.form-wrap dl.textarea dd {
  height: 220px;
}

@media only screen and (max-width: 767px) {
  .form-wrap dl.textarea dd {
    height: 150px;
  }
}

.form-wrap dt {
  width: 270px;
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .form-wrap dt {
    font-size: 13px;
    display: block;
    width: 100%;
  }
}

.form-wrap dd {
  width: 550px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .form-wrap dd {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.post-form-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.post-form-wrap .post-sec1 {
  padding: 70px 75px 60px 75px;
  background: #fff;
  border: 2px solid #d51b1b;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 {
    padding: 40px 20px;
  }
}

.post-form-wrap .post-sec1 .head {
  text-align: center;
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .head {
    margin-bottom: 40px;
  }
}

.post-form-wrap .post-sec1 .head img {
  width: 624px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .head img {
    width: 270px;
    margin: 0 auto;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap {
  margin-bottom: 40px;
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity {
  max-width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #d51b1b;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
    padding: 0;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  background: #d51b1b;
  width: 80px;
  padding: 35px 18px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity h4 {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #d51b1b;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity ul {
  position: relative;
  list-style: none;
  padding-left: 15px;
  color: #d51b1b;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity ul {
    padding-left: 0;
    padding: 10px;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity ul li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity ul li {
    font-size: 13px;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity ul li:not(:last-child) {
  margin-bottom: 10px;
}

.post-form-wrap .post-sec1 .capacity-wrap .notes {
  margin-top: 5px;
}

.post-form-wrap .post-sec1 .capacity-wrap .notes p {
  line-height: 1.56;
}

.post-form-wrap .post-sec1 .content1 {
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .content1 {
    margin-bottom: 30px;
  }
}

.post-form-wrap .post-sec1 .content1 .head-sub {
  margin-bottom: 15px;
}

.post-form-wrap .post-sec1 .content1 .head-sub img {
  width: 323px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .content1 .head-sub img {
    width: 250px;
  }
}

.post-form-wrap .post-sec1 .content1 .text ul {
  list-style: none;
}

.post-form-wrap .post-sec1 .content1 .text ul li {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .content1 .text ul li {
    font-size: 13px;
  }
}

.post-form-wrap .post-sec1 .content1 .text ul li span {
  color: #d51b1b;
  font-weight: 700;
}

.post-form-wrap .post-sec1 .content1 .text ul li:last-child {
  margin-top: 30px;
}

.post-form-wrap .post-sec1 .content1 .text a {
  color: #026bb2;
  border-bottom: 1px solid #026bb2;
}

@media print, screen and (min-width: 961px) {
  .post-form-wrap .post-sec1 .content1 .text a:hover {
    opacity: 0.8;
    border-bottom: none;
  }
}

.post-form-wrap .post-sec2 .block:not(:last-of-type) {
  margin-bottom: 76px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .block:not(:last-of-type) {
    margin-bottom: 46px;
  }
}

.post-form-wrap .post-sec2 .block:first-of-type {
  margin-bottom: 40px;
}

.post-form-wrap .post-sec2 .message .wpcf7-form-control.wpcf7-text {
  width: 100%;
}

.post-form-wrap .post-sec2 .block.free dt {
  display: block;
}

.post-form-wrap .post-sec2 .block.free dd {
  height: 150px;
}

.post-form-wrap .post-sec2 .block.free dd .wpcf7-form-control.wpcf7-text {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .block.free dd {
    height: 100px;
  }
}

.post-form-wrap .post-sec2 .head1 {
  font-size: 23px;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .head1 {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .post-form-wrap .post-sec2 .head1 {
    font-size: 14px;
  }
}

.post-form-wrap .post-sec2 .head2 {
  width: 283px;
  max-width: 100%;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .head2 {
    display: block;
    width: 233px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.post-form-wrap .post-sec2 dl {
  border-bottom: 1px solid #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dl {
    display: block;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
  }
}

.post-form-wrap .post-sec2 dl:first-of-type {
  border-top: 1px solid #b6b6b6;
}

.post-form-wrap .post-sec2 dt {
  width: 345px;
  padding: 34px 0 34px 0;
  padding-left: 40px;
  background: #fffdf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-form-wrap .post-sec2 dt h3 {
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dt h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dt {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.post-form-wrap .post-sec2 dd {
  position: relative;
  width: 555px;
  padding: 34px 0 34px 0;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dd {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.post-form-wrap .post-sec2 .file dt {
  display: block;
}

.post-form-wrap .post-sec2 .file .notes {
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .file .notes {
    width: auto;
  }
}

.post-form-wrap .post-sec2 .file .notes span {
  color: #d51b1b;
  font-weight: 700;
}

.post-form-wrap .post-sec2 .file label {
  display: inline-block;
}

.post-form-wrap .post-sec2 .file label .label {
  display: inline-block;
  margin-bottom: 10px;
}

.post-form-wrap .post-sec2 .file label:not(:last-of-type) .wpcf7-form-control.wpcf7-file {
  margin-bottom: 20px;
}

.post-form-wrap .post-sec2 .babyname .notes {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .babyname .notes {
    width: auto;
  }
}

.post-form-wrap .post-sec2 .consent-wrap {
  padding: 27px 50px;
  background: #8f8052;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .consent-wrap {
    padding: 20px 15px;
  }
}

.post-form-wrap .post-sec2 .consent-wrap h3 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .consent-wrap h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

.post-form-wrap .post-sec2 .consent-wrap .text {
  line-height: 1.9;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .consent-wrap .text {
    font-size: 13px;
  }
}

.post-form-wrap .post-sec2 .consent-wrap .wpcf7-list-item {
  display: block;
  margin: 0;
}

.post-form-wrap .post-sec2 .consent-wrap .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border: 1px solid #d0d5d8;
  border-radius: 0;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea {
    padding: 5px 10px;
  }
}

.consent-wrap {
  margin-top: 40px;
  text-align: center;
}

.consent-wrap .consent .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .consent-wrap .consent .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }
}

.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

.consent-wrap .consent a {
  font-size: 13px;
  text-decoration: underline;
}

.consent-wrap .link {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .consent-wrap .link {
    margin-top: 30px;
  }
}

.consent-wrap .link a {
  font-size: 14px;
  opacity: 0.7;
  color: #8f8052;
  text-decoration: underline;
}

@media print, screen and (min-width: 961px) {
  .consent-wrap .link a:hover {
    text-decoration: none;
  }
}

input[type="checkbox"] {
  display: none;
}

.wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.2;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 15px;
  }
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #d0d0d0;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    top: 2px;
  }
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 4.6px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #8f8052;
  border-right: 3px solid #8f8052;
}

@media only screen and (max-width: 767px) {
  input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    top: -2px;
  }
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}

input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6.5px;
  left: 4.6px;
  width: 6px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #003189), to(#07356d));
  background: -webkit-linear-gradient(left, #003189 45%, #07356d);
  background: -o-linear-gradient(left, #003189 45%, #07356d);
  background: linear-gradient(90deg, #003189 45%, #07356d);
  border-radius: 50%;
}

.submit-wrap {
  margin-top: 40px;
  text-align: center;
}

input.wpcf7-submit, p.wpcf7-submit {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  height: 70px;
  color: #fff;
  font-size: 15px;
  line-height: 70px;
  background: #8f8052;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

.ajax-loader {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -41px;
  width: 315px;
  padding: 5px;
  background: #fff !important;
  color: #80838f !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  span.wpcf7-not-valid-tip {
    bottom: -32px;
    padding: 3px;
  }
}

.wpcf7-form-control.wpcf7-textarea + .wpcf7-not-valid-tip {
  bottom: -23px;
}

@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-textarea + .wpcf7-not-valid-tip {
    bottom: -19px;
  }
}

.wpcf7-form-control.wpcf7-checkbox + .wpcf7-not-valid-tip {
  right: 0;
  margin: auto;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-validation-errors {
  max-width: 100%;
  margin: 20px auto !important;
  padding: 7px 10px !important;
  text-align: center;
  border: 2px solid red !important;
}

.wpcf7-mail-sent-ok {
  max-width: 100%;
  color: #8f8052;
  font-weight: bold;
  padding: 7px 10px 5px 10px !important;
  border: 2px solid #8f8052 !important;
  text-align: center;
  margin: 20px auto !important;
}

body.privacy .page-img {
  position: relative;
  z-index: 1;
  background: #8f8052;
}

.privacypg-sec1-wrap .inner {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 165px;
}

.privacypg-sec1-wrap .inner .privacypg-heading-wrap h2 {
  font-size: 20px;
  font-weight: 500;
}

.privacypg-sec1-wrap .inner .privacypg-heading-wrap .description {
  margin-top: 20px;
}

.privacypg-sec1-wrap .inner .item:not(:first-of-type) {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner .item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.privacypg-sec1-wrap .inner .item h3 {
  font-weight: 600;
}

.privacypg-sec1-wrap .inner .item p {
  margin-top: 10px;
}

.privacypg-sec1-wrap .inner .item p.mail {
  margin-top: 30px;
  line-height: 1.5;
}

.privacypg-sec1-wrap .inner .item ul {
  list-style: none;
}

.privacypg-sec1-wrap .inner .item ul li {
  line-height: 2;
}

body.sitemap .page-img-wrap .page-img {
  position: relative;
  z-index: 1;
  background: #8f8052;
}

.sitemap-sec1-wrap {
  background: #fff;
}

.sitemap-sec1-wrap .inner {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
  padding: 130px 20px 130px 20px;
  padding-top: 165px;
}

@media only screen and (max-width: 767px) {
  .sitemap-sec1-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul {
  max-width: 700px;
  margin: 0 auto;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .sitemap-sec1-wrap .inner .sitemap-item-wrap ul {
    display: block;
  }
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul li {
  width: 40%;
  padding: 20px 0;
}

@media print, screen and (min-width: 961px) {
  .sitemap-sec1-wrap .inner .sitemap-item-wrap ul li:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .sitemap-sec1-wrap .inner .sitemap-item-wrap ul li {
    width: 100%;
    padding: 15px 0;
  }
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul li:before {
  content: '■';
  color: #8f8052;
  margin-right: 10px;
}