@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;
}

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

html {
  font-size: 100px;
}

@media (max-width: 767px) {
  html {
    font-size: calc(100px * 0.8);
  }
}

@media (max-width: 959px) {
  html {
    font-size: calc(100px * 0.8);
  }
}

body {
  font-size: 0.16rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 0.15em;
}

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #61443c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "Sorts Mill Goudy", serif;
}

@media (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.l-Header {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px 1px;
  background: #fff;
}

@media (min-width: 960px) {
  .l-BodyContainer {
    padding-top: 54px;
  }
}

@media (max-width: 959px) {
  .l-BodyContainer {
    padding-top: 55px;
  }
}

.l-KeyVisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-ContentContainer--Nogutter {
  width: 100%;
  position: relative;
}

.l-ContentContainer {
  width: 100%;
  position: relative;
  padding: 56px 0;
}

@media (max-width: 959px) {
  .l-ContentContainer {
    padding: 32px 0 40px;
  }
}

.l-ContentContainer--LightPink {
  background: #fff4f3;
  padding: 56px 0;
}

@media (max-width: 767px) {
  .l-ContentContainer--LightPink {
    padding: 32px 0 40px;
  }
}

.l-ContentContainer--LightBeige {
  background: #f9faf6;
  padding: 56px 0;
}

@media (max-width: 767px) {
  .l-ContentContainer--LightBeige {
    padding: 32px 0 40px;
  }
}

.l-ContentContainer--Back {
  background-color: #f9faf6;
  width: 100%;
}

.Content {
  background: #fff;
  color: #61443c;
  width: 100%;
  padding: 40px 80px;
  margin-bottom: 32px;
}

.Content:last-child {
  margin: 0;
}

@media (max-width: 959px) {
  .Content {
    padding: 24px;
  }
}

.Content--Nocolor {
  background: transparent;
}

.Content--About {
  padding: 0 0 0 24px;
}

@media (max-width: 959px) {
  .Content--About {
    padding: 0 0 0 16px;
  }
}

@media (max-width: 767px) {
  .Content--About {
    padding: 24px 0 0;
  }
}

.Content__Title {
  font-size: 0.46rem;
  margin: 0 0 24px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .Content__Title {
    font-size: 0.4rem;
  }
}

.Content__Text {
  font-size: 0.16rem;
  line-height: 1.5;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media (max-width: 959px) {
  .row {
    margin: 0 -8px;
  }
}

.row--NoGutters {
  margin: 0;
}

.col-1,
.col-lg-1 {
  width: 8.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-2,
.col-lg-2 {
  width: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-3,
.col-lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-4,
.col-lg-4 {
  width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-5,
.col-lg-5 {
  width: 41.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-6,
.col-lg-6 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-7,
.col-lg-7 {
  width: 58.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-8,
.col-lg-8 {
  width: 66.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-9,
.col-lg-9 {
  width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-10,
.col-lg-10 {
  width: 83.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-11,
.col-lg-11 {
  width: 91.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-12,
.col-lg-12 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 959px) {
  .col-md-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .col-sm-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.col--NoGutters {
  padding: 0;
}

.Header {
  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}

@media (max-width: 959px) {
  .Header {
    height: 55px;
    padding: 0 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 959px) {
  .Header__Nav {
    width: 100%;
    border-top: 1px solid #ece7d7;
    position: absolute;
    top: 55px;
    left: 0;
    display: none;
  }
}

.Header__Brand {
  text-indent: -9999px;
  margin-right: auto;
}

.Header__Logo--Image {
  display: block;
  width: 180px;
  height: auto;
  background: url(/img/common/Brand.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.Header__Logo--Image:hover {
  opacity: 0.6;
}

@media (max-width: 1020px) {
  .Header__Logo--Image {
    width: 140px;
  }
}

@media (max-width: 959px) {
  .Header__Logo--Image {
    height: 55px;
  }
}

.Header__Button {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8px 0 8px 24px;
}

@media (max-width: 959px) {
  .Header__Button {
    margin: auto;
  }
}

.Form {
  background: #ffffff;
  line-height: 1.8;
  color: #61443c;
}

.FormList {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 959px) {
  .FormList {
    width: 100%;
    margin: 16px 0 0;
  }
}

.FromList__Title {
  margin-bottom: 24px;
  font-size: 0.18rem;
  line-height: 1;
}

@media (max-width: 959px) {
  .FromList__Title {
    margin-bottom: 16px;
  }
}

.FromList__Data {
  padding: 0 0 24px;
}

.FromList__Title:first-child,
.FromList__Title:first-child + .FromList__Data {
  border: none;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
.Form dl dt span.required,
.Form dl dt span.optional {
  display: inline-block;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1;
  margin-right: 8px;
  vertical-align: top;
}

@media (max-width: 959px) {
  .Form dl dt span.required,
  .Form dl dt span.optional {
    vertical-align: text-top;
  }
}

.Form dl dt span.required {
  background: #d9534f;
}

.Form dl dt span.optional {
  background: #a4a4a4;
}

.Form dl dd span.error_blank,
.Form dl dd span.error_format,
.Form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
.Form input[type="text"],
.Form input[type="email"],
.Form input[type="tel"] {
  max-width: 100%;
  padding: 7px 2%;
  border: 1px solid #cccccc;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

.Form input[type="text"]:focus,
.Form input[type="email"]:focus,
.Form input[type="tel"]:focus,
.Form textarea:focus {
  -webkit-box-shadow: 0px 0px 5px #55ccff;
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

.CheckBox {
  vertical-align: baseline;
  margin: 12px 8px;
}

.Form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}

.Form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

.Form ul li label:hover {
  cursor: pointer;
}

.Form input#company {
  width: 60%;
}

.Form input#name_1,
.Form input#name_2,
.Form input#read_1,
.Form input#read_2,
.Form input#postal,
.Form input#schedule {
  width: 30%;
}

@media (max-width: 959px) {
  .Form input#name_1,
  .Form input#name_2,
  .Form input#read_1,
  .Form input#read_2,
  .Form input#postal,
  .Form input#schedule {
    width: 47%;
  }
}

.Form input#name_1 {
  margin-right: 8px;
}

@media (max-width: 959px) {
  .Form input#phone {
    width: 100%;
  }
}

.Form input#mail_address,
.Form input#mail_address_confirm {
  width: 100%;
}

.Form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 100%;
  color: #ffffff;
  text-decoration: none;
}

.Form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

.Form input#address {
  width: 90%;
}

.Form p#form_submit {
  text-align: center;
}

.Form input[type="button"]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

.ThanksText {
  line-height: 1.5;
  margin-bottom: 16px;
}

.Button {
  position: relative;
  display: inline-block;
  min-width: 160px;
  padding: 16px;
  color: #937218;
  text-align: center;
  font-size: 0.13rem;
  border-radius: 44px;
  border: 1px solid #937218;
}

.Button:hover {
  opacity: 0.6;
}

@media (max-width: 959px) {
  .Button {
    min-width: 140px;
  }
}

.Button--fluid {
  width: 100%;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}

@media (max-width: 767px) {
  .Button--fluid {
    margin-bottom: 16px;
  }
}

.Button--Lg {
  padding: 24px 16px;
  font-size: 0.21rem;
}

.Button--primary {
  background: #937218;
  color: #fff;
}

.Button--Line {
  background: #298e3c;
  border: none;
  color: #fff;
}

.Button--Light {
  background: #fff;
  color: #333;
  z-index: 2;
}

.Button--Icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Button--More {
  font-size: 0.16rem;
  background: transparent;
  border: solid 1px #fff;
}

.Button--MoreDark {
  background: transparent;
  border: none;
  background: #333;
  color: #fff;
}

.Button__SubText {
  font-size: 0.11rem;
  display: block;
  margin-top: 8px;
}

.Button--Header {
  margin: 8px 0 8px 24px;
  padding: 12px 16px;
}

@media (max-width: 959px) {
  .Button--Header {
    margin: auto;
    width: 30%;
  }
}

.Button--Card {
  display: block;
}

.Button--Contact {
  border: none;
}

.Button--PageLink::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 24px;
  top: 0;
  bottom: 10px;
  margin: auto;
  border: 1px solid;
  border-color: transparent transparent #937218 #937218;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.GlobalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 959px) {
  .GlobalNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 0 40px;
    background: #fff;
  }
}

.GlobalNav__Item {
  width: auto;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ece7d7;
}

@media (max-width: 1217px) {
  .GlobalNav__Item {
    font-size: 0.1rem;
  }
}

@media (max-width: 959px) {
  .GlobalNav__Item {
    width: 100%;
    height: 70px;
    font-size: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.GlobalNav__Item:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  height: 16px;
  margin: auto 0;
  border-left: 1px solid #937218;
  opacity: 0.2;
}

@media (max-width: 959px) {
  .GlobalNav__Item:before {
    content: none;
  }
}

.GlobalNav__Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 24px;
  position: relative;
  pointer-events: auto;
  line-height: 20px;
}

.GlobalNav__Link:after {
  background: #937218;
  width: 20px;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 24px;
  display: block;
  height: 2px;
  opacity: 0;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

@media (max-width: 959px) {
  .GlobalNav__Link:after {
    content: none;
  }
}

@media (max-width: 1217px) {
  .GlobalNav__Link {
    padding: 16px;
  }
}

@media (max-width: 959px) {
  .GlobalNav__Link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: #fff;
  }
}

.GlobalNav__Link:hover:after {
  opacity: 1;
}

.GlobalNav__Icon {
  width: 40px;
  height: 40px;
  margin: 7px 0 0 16px;
}

@media (max-width: 959px) {
  .GlobalNav__Icon {
    margin: 0 8px;
  }
}

.GlobalNav__Icon--Last {
  margin-left: 0;
}

/* sp Menu */
.ToggleDrawer {
  display: none;
}

@media (max-width: 959px) {
  .ToggleDrawer {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0px;
    right: 0px;
  }
}

@media (max-width: 959px) {
  .ToggleDrawer__Button {
    position: relative;
    border: 0;
    width: 100%;
    height: 100%;
    background: none;
    -webkit-appearance: none;
  }
}

.ToggleDrawer__Line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 3px;
  width: 17px;
  height: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
  background: #937218;
  font-size: 0;
}

.ToggleDrawer__Line:nth-child(1) {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

.ToggleDrawer__Line:nth-child(3) {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.ToggleDrawer.is-Active .ToggleDrawer__Line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.ToggleDrawer.is-Active .ToggleDrawer__Line:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ToggleDrawer.is-Active .ToggleDrawer__Line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.KeyVisual--TopBg {
  background: url(/img/Top_KeyvisualBg.jpg) center/cover no-repeat;
}

.KeyVisual--pageBBg {
  background: url(/img/pageB_KeyvisualBg.jpg) center/cover no-repeat;
}

.KeyVisual--pageCBg {
  background: url(/img/pageC_KeyvisualBg.jpg) center/cover no-repeat;
}

.KeyVisual--pageDBg {
  background: url(/img/pageD_KeyvisualBg.jpg) center/cover no-repeat;
}

.KeyVisual--pageEBg {
  background: url(/img/pageE_KeyvisualBg.jpg) center/cover no-repeat;
}

@media (min-width: 960px) {
  .KeyVisual--TopBg {
    background-position: left -200px;
  }
}

@media (max-width: 959px) {
  .KeyVisual--TopBg {
    background-position: left -100px;
  }
}

@media (max-width: 767px) {
  .KeyVisual--TopBg {
    background-position: left 0 center;
  }
}

.KeyVisual--Fill:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.KeyVisual__Body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.KeyVisual__Body--Start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  margin-left: 0px;
}

.KeyVisual__Group {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.KeyVisual__Group--Fill {
  width: 30%;
  color: #333;
  background: #ffffff;
  padding: 32px;
}

.KeyVisual__Headline {
  font-weight: normal;
  font-size: 0.32rem;
  margin-bottom: 16px;
  line-height: 1.5;
}

.KeyVisual__Text {
  line-height: 1.5;
  font-size: 0.24rem;
}

.KeyVisualArrow {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
}

.KeyVisualArrow__Body {
  position: relative;
  display: block;
  height: 80px;
}

.KeyVisualArrow__Element {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: KeyVisualArrow 2s infinite;
  animation: KeyVisualArrow 2s infinite;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.KeyVisualArrow__Element:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.KeyVisualArrow__Element:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.KeyVisualArrow__Element:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

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

@keyframes KeyVisualArrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.HeadLineLv2 {
  font-family: "Sorts Mill Goudy", serif;
  text-align: center;
  font-size: 0.46rem;
  margin-bottom: 40px;
  color: #937218;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .HeadLineLv2 {
    margin-bottom: 24px;
  }
}

.HeadLineLv2--NoGutter {
  margin: 0;
}

.HeadLineLv2::after {
  content: "";
  display: block;
  font-size: 0.13rem;
  color: #937218;
  margin-top: 8px;
  letter-spacing: 0.15em;
}

.HeadLineLv2--Light {
  color: #fff;
}

.HeadLineLv2--Light::after {
  color: #fff;
}

.HeadLineLv2--Service::after {
  content: "サービス案内";
}

.HeadLineLv2--Flow::after {
  content: "ご利用の流れ";
}

.HeadLineLv2--Question {
  margin: -56px 0 0;
}

.HeadLineLv2--Question::after {
  content: "よくあるご質問";
}

.HeadLineLv2--Contact::after {
  content: "お問い合わせ";
}

.HeadLineLv2--Price::after {
  content: "料金表";
}

.HeadLineLv2--Esthetic:after {
  content: "エステメニュー";
}

.HeadLineLv2--School:after {
  content: "スクール";
}

.HeadLineLv2--Eat:after {
  content: "発酵食品";
}

.HeadLineLv3 {
  font-size: 0.28rem;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
  line-height: 1.3;
}

.HeadLineLv3:before,
.HeadLineLv3:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.HeadLineLv3:before {
  height: 2px;
  border-left: 80px solid #937218;
}

.HeadLineLv3:after {
  height: 1px;
  border-bottom: 1px solid #ece7d7;
}

.HeadLineLv4 {
  font-size: 0.24rem;
  margin-bottom: 8px;
}

.HeadLine--Thanks {
  font-size: 0.28rem;
  margin-bottom: 24px;
  line-height: 1.3;
}

.Card {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 767px) {
  .Card {
    margin-bottom: 40px;
  }
}

@media (max-width: 959px) {
  .Card--PageLink {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .Card--PageLink {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .Card--NoGutter {
    margin: 0;
  }
}

.Card--1col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767px) {
  .Card--1col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Card--Integrated {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 0;
}

.CardBody {
  padding: 24px 16px 16px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 959px) {
  .CardBody {
    padding: 16px 24px 8px;
  }
}

.CardImage {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 30px;
}

.CardImage--1col {
  width: 50%;
}

@media (max-width: 767px) {
  .CardImage--1col {
    width: 100%;
  }
}

.CardImage__Item {
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

.CardImage__Item--Integrated {
  border-radius: 20px 0 0 20px;
}

@media (max-width: 767px) {
  .CardImage__Item--Integrated {
    border-radius: 20px 20px 0 0;
  }
}

.Card:hover .CardImage__Item {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.6;
}

.Card:hover .CardBody,
.Card:hover .CardFoot {
  opacity: 0.6;
}

.Card__Title {
  margin: 0 0 24px;
  font-size: 0.24rem;
  line-height: 1.3;
  position: relative;
  padding-right: 16px;
  text-align: center;
  color: #937218;
}

@media (max-width: 767px) {
  .Card__Title {
    margin: 0 0 16px;
  }
}

.Card__Text {
  line-height: 1.5;
  color: #61443c;
}

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

.Card--Lg {
  width: 100%;
  position: relative;
  background: red;
}

.Card--BackRecruit {
  background: url("/img/Top_Rec.jpg") center/cover no-repeat;
}

.CardBody--Lg {
  position: absolute;
  left: 45%;
}

.CardFoot {
  margin-top: auto;
  padding: 16px;
}

@media (max-width: 767px) {
  .CardFoot {
    padding: 8px 16px 0;
  }
}

.Card--Fluid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Card--Flow {
  border: 1px solid #ece7d7;
  margin-bottom: 24px;
  text-align: left;
  padding: 24px;
  position: relative;
  width: 100%;
}

.Card__Title--Flow {
  text-align: left;
  color: #937218;
}

.Content__Text {
  line-height: 1.5;
  margin-bottom: 32px;
}

.Tab {
  width: 100%;
  overflow: hidden;
  color: #61443c;
}

.TabMenu {
  border-bottom: 1px solid #ece7d7;
}

.TabMenu__Item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  opacity: 0.4;
  cursor: pointer;
  position: relative;
}

.TabMenu__Item.is-Active {
  opacity: 1;
}

.TabMenu__Item.is-Active:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 24px;
  display: block;
  width: 10%;
  height: 2px;
  background: #937218;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.TabContent {
  display: none;
}

.TabContent.is-Show {
  display: block;
  -webkit-animation: is-Show 0.4s linear 0s;
  animation: is-Show 0.4s linear 0s;
}

.TabContent__Link {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
  padding: 16px;
}

@media (min-width: 960px) {
  .TabContent__Link {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    background: #fff;
  }
  .TabContent__Link::before {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f9faf6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
  }
  .TabContent__Link:hover::before {
    width: 100%;
    opacity: 1;
  }
}

.TabContent__PageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.TabContent__PageLink:hover {
  opacity: 0.6;
}

.TabContent__PageLinkItem {
  display: inline-block;
  padding: 16px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Icon--CircleRight {
  float: right;
  margin-left: 16px;
}

.Icon--CircleRightNarrow {
  margin-left: 8px;
}

@-webkit-keyframes is-Show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes is-Show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.Label {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  font-size: 0.13rem;
  text-align: center;
  min-width: 78px;
  margin: 0 8px 8px 0;
  background: #937218;
}

.Label--Primary {
  background: #ed1c23;
}

.Label--Secondary {
  background: #200473;
}

.Label--Tab {
  width: 94px;
}

.Footer {
  padding: 48px 0 64px;
  background: #937218;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 959px) {
  .Footer {
    padding: 32px 0;
  }
}

.Footer__Brand {
  text-indent: -9999px;
  margin-bottom: 16px;
}

@media (max-width: 959px) {
  .Footer__Brand {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .Footer__Brand {
    margin-bottom: 16px;
  }
}

.Footer__logo--Image {
  display: block;
  margin: auto;
  width: 162px;
  height: 32px;
  background: url(/img/common/Brand_Light.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.Footer__logo--Image:hover {
  opacity: 0.6;
}

.Footer__Copy {
  font-size: 0.11rem;
  display: block;
}

.Icon {
  display: inline-block;
  position: relative;
}

.Icon--Docment {
  background: url(/img/common/Icon_Document.svg) no-repeat;
  height: 14px;
}

.Icon--DocmentDark {
  background: url(/img/common/Icon_DocumentBlack.svg) no-repeat;
  height: 14px;
}

.Icon--Mail {
  background: url(/img/common/Icon_Mail.svg) no-repeat;
  width: 25px;
  height: 18px;
  top: 2px;
  left: 0;
}

.Icon--Line {
  background: url(/img/common/Icon_Line.svg) no-repeat;
  width: 41px;
  height: 39px;
  margin: 0 8px 0 0;
}

.Icon--Tel {
  background: url(/img/common/Icon_Tel.svg) no-repeat;
  width: 15px;
  height: 21px;
  top: 3px;
  left: 0;
}

.Icon--MailDark {
  background: url(/img/common/Icon_MailBrack.svg) no-repeat;
  height: 12px;
}

.Icon--More {
  width: 6px;
  height: 10px;
  background: url(/img/common/Icon_ArrowWhite.svg) no-repeat;
}

.Icon--MoreDark {
  width: 6px;
  height: 10px;
  background: url(/img/common/Icon_ArrowWhite.svg) no-repeat;
}

.DataList {
  width: 100%;
  margin-bottom: 64px;
  color: #61443c;
}

.DataList:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .DataList {
    margin: -16px 0;
  }
}

.DataList__Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .DataList__Item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.DataList__Title {
  width: 30%;
  padding: 24px 16px 24px 0;
}

.DataList__Title--Last {
  border: none;
}

@media (max-width: 959px) {
  .DataList__Title {
    width: 32%;
    border-bottom: 1px solid #c2b695;
  }
}

@media (max-width: 767px) {
  .DataList__Title {
    width: 100%;
    padding: 16px 0 8px;
    border: none;
  }
}

.DataList__Data {
  width: 70%;
  padding: 24px 0;
}

.DataList__Data--Last {
  border: none;
}

@media (max-width: 959px) {
  .DataList__Data {
    width: 68%;
    border-bottom: 1px solid #ece7d7;
  }
}

@media (max-width: 767px) {
  .DataList__Data {
    width: 100%;
    padding: 0 0 16px;
  }
}

.DataList__Link {
  cursor: pointer;
  display: inline-block;
}

.DataList__Link:hover {
  opacity: 0.7;
}

.DataList__Image {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.Access {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 32px;
}

.Access iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.PriceList__Item {
  padding: 32px 0;
  width: 100%;
  border-bottom: 1px solid #ece7d7;
  line-height: 1.3;
}

.PriceList__Item:first-child {
  padding-top: 0;
}

.PriceList__Item:last-child {
  border: none;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .PriceList__Item {
    padding: 24px 0;
  }
}

.PriceList__MenuInfo {
  margin: 16px 0 24px;
  line-height: 1.5;
}

.PriceList__Head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 767px) {
  .PriceList__Head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.PriceContainer {
  margin-left: auto;
  min-width: 290px;
  text-align: right;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}

@media (max-width: 767px) {
  .PriceContainer {
    text-align: left;
    margin: 16px 0 8px;
  }
}

.Price {
  font-size: 0.32rem;
  color: #937218;
}

.Price__Tax {
  font-size: 0.16rem;
  color: #937218;
}

.Price--Mult {
  font-size: 0.32rem;
  color: #937218;
  display: inline-block;
  width: 200px;
}

.AboutMessage {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .AboutMessageImage {
    margin-bottom: 24px;
  }
}

.FlowStep {
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 0.24rem;
  position: relative;
  margin: -32px -24px 16px;
  height: 40px;
}

.FlowStep:before {
  position: absolute;
  top: 0;
  right: 0;
  right: -21px;
  z-index: 1;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 19px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 767px) {
  .FlowStep:before {
    content: none;
  }
}

.FlowStep:after {
  position: absolute;
  right: -19px;
  top: 0;
  z-index: 2;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 19px;
}

@media (max-width: 767px) {
  .FlowStep:after {
    content: none;
  }
}

.FlowStep--Last:before,
.FlowStep--Last:after {
  content: none;
}

.AboutText {
  color: #61443c;
  width: 100%;
  margin: 0 0 0 48%;
  line-height: 1.5;
  font-family: "Sorts Mill Goudy", serif;
}

@media (max-width: 959px) {
  .AboutText {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .AboutText {
    text-align: right;
    margin-top: -8px;
  }
}

.AboutContainar {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.AboutImage {
  margin: 0 0 16px auto;
  width: 200px;
  height: auto;
}

@media (max-width: 959px) {
  .AboutImage {
    width: 100%;
    height: auto;
    margin: 0 0 24px;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

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

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

.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;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #937218;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #937218;
  opacity: 0.75;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #937218;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

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

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-next::before {
  left: 7px;
}

.slick-prev::before {
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 7px;
}

.slick-next {
  right: -40px;
}

.slick-prev {
  left: -40px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

[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;
}

@media (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    content: none;
  }
}

.slick-dots {
  bottom: -30px;
}

.Slider {
  width: 100%;
  margin: auto;
}

@media (max-width: 959px) {
  .Slider {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .Slider {
    width: 100%;
  }
}

.Slider--School {
  margin-bottom: 80px !important;
}

@media (max-width: 767px) {
  .Slider--School {
    margin-bottom: 40px !important;
  }
}

.ImageContainar {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: calc(100vh - 56px);
}

@media (max-width: 959px) {
  .ImageContainar {
    padding-top: 70%;
  }
}

.ImageContainar--Sub {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 70%;
}

@media (max-width: 767px) {
  .ImageContainar--Before {
    margin-bottom: 16px;
  }
}

.ImageFit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ImageLoop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .ImageLoop {
    display: none;
  }
}

.ImageLoop__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ImageLoop__Item {
  display: inline-block;
  width: calc(100vw / 2);
  min-width: 150px;
  list-style: none;
  text-align: center;
}

.ImageLoop__Item img {
  display: block;
  width: 100%;
  height: auto;
}

.ImageLoop__List:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.ImageLoop__List + ul {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.Accordion {
  width: 100%;
  margin: auto;
  font-size: 0.16rem;
  line-height: 1.5;
}

.AccordionTitleContainer {
  position: relative;
  padding-left: 48px;
}

.AccordionTitleContainer:before {
  content: "Q";
  display: inline-block;
  position: absolute;
  color: #937218;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #937218;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-indent: 2px;
  font-size: 16px;
}

.AccordionTitle {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  position: relative;
  margin: 0;
  padding: 24px 0;
  font-weight: normal;
  color: #61443c;
  cursor: pointer;
}

@media (max-width: 767px) {
  .AccordionTitle {
    padding: 24px 24px 24px 0;
  }
}

.AccordionTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #61443c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.AccordionTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 1px;
  background: #61443c;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.AccordionTitleContainer.is-Open .AccordionTitle::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.AccordionTitleContainer.is-Open .AccordionTitle::after {
  opacity: 0;
}

.Accordion__Content {
  padding-bottom: 32px;
  position: relative;
  padding-left: 48px;
  color: #61443c;
}

.Accordion__Content:before {
  content: "A";
  display: inline-block;
  position: absolute;
  left: 0;
  background: #937218;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-indent: 2px;
  font-size: 16px;
}

.Accordion__Content.is-Hidden {
  display: none;
}

.Accordion__Item {
  border-bottom: 1px solid #ece7d7;
}

/* ローディング画面 */
.Load {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #f9faf6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

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

.LoadBody {
  position: relative;
  top: 0;
  left: 10px;
}

.LoaderText {
  position: relative;
  top: 0;
  left: -14px;
  width: 100%;
  margin-top: 24px;
  font-family: "Sorts Mill Goudy";
}

.Loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #937218;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #937218),
    color-stop(42%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    #937218 10%,
    rgba(255, 255, 255, 0) 42%
  );
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.Loader:before {
  width: 50%;
  height: 50%;
  background: #937218;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.Loader:after {
  background: #f9faf6;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.Loaded {
  opacity: 0;
  visibility: hidden;
}

.u-Flex {
  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;
}

.u-justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-FlexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-Mb8 {
  margin-bottom: 8px;
}

.u-Mr8 {
  margin-right: 8px;
}

.u-Ml8 {
  margin-left: 8px;
}

.u-Pb8 {
  padding-bottom: 8px;
}

.u-Pr8 {
  padding-right: 8px;
}

.u-Pl8 {
  padding-left: 8px;
}

.u-Mb16 {
  margin-bottom: 16px;
}

.u-Mr16 {
  margin-right: 16px;
}

.u-Ml16 {
  margin-left: 16px;
}

.u-Pb16 {
  padding-bottom: 16px;
}

.u-Pr16 {
  padding-right: 16px;
}

.u-Pl16 {
  padding-left: 16px;
}

.u-Mb24 {
  margin-bottom: 24px;
}

.u-Mr24 {
  margin-right: 24px;
}

.u-Ml24 {
  margin-left: 24px;
}

.u-Pb24 {
  padding-bottom: 24px;
}

.u-Pr24 {
  padding-right: 24px;
}

.u-Pl24 {
  padding-left: 24px;
}

.u-Mb32 {
  margin-bottom: 32px;
}

.u-Mr32 {
  margin-right: 32px;
}

.u-Ml32 {
  margin-left: 32px;
}

.u-Pb32 {
  padding-bottom: 32px;
}

.u-Pr32 {
  padding-right: 32px;
}

.u-Pl32 {
  padding-left: 32px;
}

.u-Mb40 {
  margin-bottom: 40px;
}

.u-Mr40 {
  margin-right: 40px;
}

.u-Ml40 {
  margin-left: 40px;
}

.u-Pb40 {
  padding-bottom: 40px;
}

.u-Pr40 {
  padding-right: 40px;
}

.u-Pl40 {
  padding-left: 40px;
}

.u-Mb48 {
  margin-bottom: 48px;
}

.u-Mr48 {
  margin-right: 48px;
}

.u-Ml48 {
  margin-left: 48px;
}

.u-Pb48 {
  padding-bottom: 48px;
}

.u-Pr48 {
  padding-right: 48px;
}

.u-Pl48 {
  padding-left: 48px;
}

.u-Mb56 {
  margin-bottom: 56px;
}

.u-Mr56 {
  margin-right: 56px;
}

.u-Ml56 {
  margin-left: 56px;
}

.u-Pb56 {
  padding-bottom: 56px;
}

.u-Pr56 {
  padding-right: 56px;
}

.u-Pl56 {
  padding-left: 56px;
}

.u-Mb64 {
  margin-bottom: 64px;
}

.u-Mr64 {
  margin-right: 64px;
}

.u-Ml64 {
  margin-left: 64px;
}

.u-Pb64 {
  padding-bottom: 64px;
}

.u-Pr64 {
  padding-right: 64px;
}

.u-Pl64 {
  padding-left: 64px;
}

.u-Inner {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 959px) {
  .u-Inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .u-Inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.u-Inner--Sm {
  max-width: 1106px;
  width: 100%;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 959px) {
  .u-Inner--Sm {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .u-Inner--Sm {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.is-Hidden {
  display: none;
}

.u-TextCenter {
  text-align: center;
}

.u-Break {
  display: block;
}

@media (max-width: 767px) {
  .u-Break {
    display: none;
  }
}

.u-LineHeightDefault {
  line-height: 1.5;
}
