@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../font/ZenKakuGothicNew-Bold.woff") format("woff");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../font/ZenKakuGothicNew-Medium.woff") format("woff");
}
@font-face {
  font-family: "HGRME";
  src: url("../font/HGRME.woff") format("woff");
}
@font-face {
  font-family: "HGRSKP";
  src: url("../font/HGRSKP.woff") format("woff");
}
/*================================================
 *  CSSリセット
 ================================================*/
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,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*================================================
  *  一般・共通設定
  ================================================*/
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  /* コピー禁止 */
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  height: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6vw;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#contents {
  margin: 0 auto;
}

header {
  margin: 0 auto;
}

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

a:hover {
  opacity: 0.7;
}

p {
  margin: 0 0 0em 0;
}

p,
li {
  font-family: "ZenKakuGothicNew-Medium";
  font-size: clamp(30%, 1.2vw, 16px);
  line-height: 1.8em;
}
@media (max-width: 767px) {
  p,
  li {
    font-size: clamp(0.563rem, -0.109rem + 3.36vw, 1.5rem);
  }
}

li {
  font-size: 0.8rem;
  list-style: square;
  margin-left: 10%;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* コピー禁止 */
  /* 右クリック禁止 */
}

h1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.4vw;
  }
}

h2 {
  font-family: "Roboto Slab";
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.6em;
  }
}

.sub_title {
  text-align: center;
  padding-bottom: 2%;
}
@media (max-width: 767px) {
  .sub_title {
    padding-bottom: 7%;
  }
}

.req-mark {
  color: #a05300;
}

/*================================================
  *  gallery
  ================================================*/
.gallery a {
  display: block;
}

/*================================================
  *  非表示
  ================================================*/
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/*================================================
  *  inner
  ================================================*/
.inner {
  margin: 0 auto;
  max-width: 1100px;
  height: 100%;
  position: relative;
}
@media (min-width: 1921px) {
  .inner {
    max-width: 3200px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .inner {
    max-width: 600px;
  }
}

.inner1100 {
  margin: 0 auto;
  max-width: 1100px;
  height: auto;
  position: relative;
}
@media (min-width: 1921px) {
  .inner1100 {
    max-width: 3200px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .inner1100 {
    max-width: 600px;
  }
}

.inner1400 {
  margin: 0 auto;
  max-width: 1400px;
  height: auto;
  position: relative;
}
@media (min-width: 1921px) {
  .inner1400 {
    max-width: 3200px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .inner1400 {
    max-width: 600px;
  }
}

/*================================================
  *  font
  ================================================*/
.min {
  font-family: "HGRME";
}

.fot {
  font-family: "fot-chiaro-std";
}

.en {
  font-family: "Roboto Slab";
  font-weight: 300;
}

/*================================================
  *  font-size
  ================================================*/
.title {
  font-family: "fot-chiaro-std";
  font-size: clamp(30%, 2vw, 28px);
}
@media (max-width: 767px) {
  .title {
    font-size: max(4vw, 18px);
    line-height: max(4.6vw, 28px);
  }
}

.title2 {
  font-size: clamp(30%, 1.6vw, 20px);
}
@media (max-width: 767px) {
  .title2 {
    font-size: 1em;
    line-height: 1.4em;
  }
}

.title3 {
  font-size: clamp(30%, 2.6vw, 30px);
}
@media (max-width: 767px) {
  .title3 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}

.bold {
  font-family: "ZenKakuGothicNew-Bold";
}

.red {
  color: #b99766;
}

.yellow {
  color: #a05300;
}

.white {
  color: #fff;
}

.gold {
  color: #a05300;
}

.blue {
  color: #3030b7;
}

.green {
  color: #3030b7;
}

.blue90 {
  color: #b99766;
  width: 90%;
  margin: 3% auto 0;
}

.pink {
  color: #e50180;
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .sp_center {
    text-align: left;
  }
}

.lh25 {
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .lh25 {
    line-height: 2em;
  }
}

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

/*================================================
 *  特商デザイン
 ================================================*/
.Area_tokusyo {
  font-size: 1em;
  color: #231717;
  padding: 0% 0 2% 0;
  background-color: #a05300;
  background-position: top center;
  z-index: 1;
  margin: 0 auto;
}
.Area_tokusyo .whitebord {
  position: relative;
  font-family: "ZenKakuGothicNew-Medium";
  font-size: 1.2rem;
  color: #231717;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 0 0% 0% 0;
  margin: -0.1% auto;
}
@media (max-width: 767px) {
  .Area_tokusyo .whitebord {
    width: 90%;
  }
}

.tokusyo_inner {
  width: 90%;
  margin: 0% auto;
  padding: 0% 0 0% 0;
}
@media (max-width: 767px) {
  .tokusyo_inner {
    margin: 0% auto;
  }
}
.tokusyo_inner h1 {
  font-size: 70%;
  background-color: rgba(221, 221, 221, 0.9);
  color: #4d4d4d;
  padding: 0.4vw 0 0.4vw 0;
  margin: 0 0 0% 0;
}
.tokusyo_inner h2 {
  font-size: 70%;
  color: #4d4d4d;
  padding: 0.4vw 0 0.4vw 0;
  font-weight: bold;
}
.tokusyo_inner dt {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
  padding: 0 0 0 2%;
  font-size: 70%;
}
.tokusyo_inner dd {
  margin: 1em 1em 2em;
  font-size: 100%;
}
.tokusyo_inner p.short {
  margin: 0 1em 1em;
  font-size: 60%;
}
.tokusyo_inner .table {
  margin: 0% auto;
  border: 2px #d3d3d3 solid;
  width: 98%;
  padding: 0 0 0% 0;
}
.tokusyo_inner .t-line tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.9);
}
.tokusyo_inner .t-line tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.tokusyo_inner .td {
  font-size: 0.6em;
  color: #4d4d4d;
  font-weight: bold;
  padding: 0.5%;
  border: 2px #d3d3d3 solid;
  vertical-align: middle;
}
.tokusyo_inner .td_1 {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  padding: 1%;
  border: 2px #d3d3d3 solid;
  font-size: 70%;
}
.tokusyo_inner hr {
  width: 100%;
  margin: -0.5% 0 0 0;
}
.tokusyo_inner p {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  padding: 1%;
  font-size: 70%;
}

.kiyaku_inner {
  width: 90%;
  margin: 0% auto;
  padding: 0% 0 0% 0;
}
@media (max-width: 767px) {
  .kiyaku_inner {
    margin: -1.8% auto;
  }
}
.kiyaku_inner h1 {
  font-size: 70%;
  background-color: rgba(221, 221, 221, 0.9);
  color: #4d4d4d;
  padding: 0.4vw 0 0.4vw 0;
  margin: 0 0 0% 0;
}
.kiyaku_inner h2 {
  font-size: 70%;
  color: #4d4d4d;
  padding: 0.4vw 0 0.4vw 0;
  font-weight: bold;
}
.kiyaku_inner dt {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
  padding: 0 0 0 2%;
  font-size: 100%;
}
.kiyaku_inner dd {
  margin: 1em 1em 2em;
  font-size: 100%;
}
.kiyaku_inner p.short {
  margin: 0 1em 1em;
  font-size: 60%;
}
.kiyaku_inner .table {
  margin: 0% auto;
  border: 2px #d3d3d3 solid;
  width: 98%;
  padding: 0 0 0% 0;
}
.kiyaku_inner .t-line tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.9);
}
.kiyaku_inner .t-line tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.kiyaku_inner .td {
  font-size: 0.6em;
  color: #4d4d4d;
  font-weight: bold;
  padding: 0.5%;
  border: 2px #d3d3d3 solid;
  vertical-align: middle;
}
.kiyaku_inner .td_1 {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  padding: 1%;
  border: 2px #d3d3d3 solid;
  font-size: 70%;
}
.kiyaku_inner hr {
  width: 100%;
  margin: -0.5% 0 0 0;
}
.kiyaku_inner p {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  padding: 1%;
  font-size: 100%;
}

/*================================================
 *  新フォーム
 ================================================*/
.Area_form {
  position: relative;
  margin: 0% auto 0;
  padding: 0% 0 5% 0;
  background: url(../images/s5_bk.png);
  background-size: 3.5%;
}
@media (max-width: 767px) {
  .Area_form {
    margin: -1% auto;
    padding: 5% 0 10% 0;
  }
}
.Area_form h1 {
  background-color: none;
  font-family: "HGRME";
  color: #fff;
}
@media (max-width: 767px) {
  .Area_form h1 {
    font-size: 24px;
  }
}

.p5 {
  padding: 3% 0 3% 0;
}

.form_1 {
  width: 20%;
  margin: 0 auto 0;
  padding: 3% 0 2% 0;
}
@media (max-width: 767px) {
  .form_1 {
    width: 60%;
  }
}

.Form {
  background-color: #fffafd;
  width: 70%;
  margin: 0% auto 0;
  border: 0px solid #b99766;
  -webkit-box-shadow: 3px 3px 3px 3px rgba(26, 26, 26, 0.3);
          box-shadow: 3px 3px 3px 3px rgba(26, 26, 26, 0.3);
  padding: 3% 2% 3% 1%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .Form {
    width: 95%;
  }
}

.Form-Item {
  margin: 0 auto;
  border-top: 1px dashed #f7f0e8;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: gray;
}
@media (max-width: 767px) {
  .Form-Item {
    font-size: 13px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.Form-Item-long {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Form-Item-Label {
  width: 25%;
  letter-spacing: 0.05em;
  font-weight: regular;
  font-size: 14px;
  color: gray;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .Form-Item-Label {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  font-family: "HGRME";
  border-radius: 4px;
  margin-right: 8px;
  padding: 2px 4px 2px 4px;
  width: 30%;
  display: inline-block;
  text-align: center;
  background: #b99766;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 767px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 10%;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-right: 2%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: 1.6em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 80%;
  background: #eaedf2;
  font-size: 1em;
}
@media (max-width: 767px) {
  .Form-Item-Input {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    height: 40px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 16px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.form_flex_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 1%;
  width: 100%;
  font-family: "ZenKakuGothicNew-Medium";
  font-size: 20px;
}
@media (max-width: 767px) {
  .form_flex_column {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .menu {
    padding: 5% 0 5% 0;
  }
}

.a_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .a_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.hosoku {
  font-size: 0.5em;
}
@media (max-width: 767px) {
  .hosoku {
    font-size: 1em;
  }
}

.agecheckbox {
  width: 80%;
  text-align: left;
  padding: 0 0 0 0;
}
@media (max-width: 767px) {
  .agecheckbox {
    width: 100%;
  }
}

.chui {
  color: #231717;
  text-align: center;
  font-size: 0.7em;
}
@media (max-width: 767px) {
  .chui {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  margin: 2vw auto;
  border-radius: 2.2vw;
  padding: 1% 0 1% 0;
  width: 30%;
  display: block;
  letter-spacing: 0.05em;
  background: #f7f0e8;
  color: #fff;
  font-weight: bold;
  font-size: 2.4vw;
  outline: none;
  border: none;
}
.Form-Btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
/*================================================
 *  確認画面デザイン
 ================================================*/
.Area_confirmation {
  text-align: left;
  color: #4d4d4d;
  z-index: 1;
  padding: 0% 0 5% 0;
  background: url(../images/bg01.png);
}
.Area_confirmation .whitebord {
  position: relative;
  font-size: 1rem;
  color: #231717;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 3% 0% 3% 0;
  margin: 0% auto;
}
@media (max-width: 767px) {
  .Area_confirmation .whitebord {
    width: 90%;
  }
}

.confirmation_box {
  padding: 0% 0% 3% 0%;
  margin: 0 auto;
  width: 90%;
  background-color: rgba(243, 243, 243, 0.9);
}
@media (max-width: 767px) {
  .confirmation_box {
    padding: 0 2% 1% 2%;
  }
}
.confirmation_box .whitebord2 {
  position: relative;
  font-size: 1rem;
  color: #231717;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  width: 95%;
  padding: 2% 0% 1% 0;
  margin: -0.1% auto 2%;
}
@media (max-width: 767px) {
  .confirmation_box .whitebord2 {
    width: 95%;
  }
}
.confirmation_box .text_box {
  width: 35%;
  margin: 0 auto 0;
}
.confirmation_box h1 {
  font-size: 2em;
  margin: 0.6vw auto;
  background-color: #b99766;
  padding: 0.2vw 0 0.2vw 0;
}
@media (max-width: 767px) {
  .confirmation_box h1 {
    font-size: 1.4em;
  }
}
.confirmation_box h2 {
  text-align: center;
  font-size: 2em;
  margin: 1% auto;
  padding: 0vw 0 0.2vw 0;
}
@media (max-width: 767px) {
  .confirmation_box h2 {
    font-size: 1em;
  }
}
.confirmation_box .table, .confirmation_box td, .confirmation_box th, .confirmation_box tr {
  margin: 0% auto 2%;
  border: 2px #808080 solid;
  width: 90%;
  font-size: 100%;
}
@media (max-width: 767px) {
  .confirmation_box .table, .confirmation_box td, .confirmation_box th, .confirmation_box tr {
    font-size: 85%;
    width: 95%;
  }
}
.confirmation_box .t-line tr:nth-child(odd) td {
  background-color: #f3fbff;
}
.confirmation_box .t-line tr:nth-child(even) td {
  background-color: #f8f8f8;
}
.confirmation_box .td1 {
  width: 30%;
  text-align: center;
}

.field_conf {
  color: #4d4d4d;
  padding: 0 0 3% 3%;
  line-height: 2em;
}

.d_title {
  font-size: 2em;
  padding: 0 0 0% 0;
}

label.disp-value {
  color: rgb(235, 62, 62);
  line-height: 1.2em;
  padding: 0% 0% 0% 5%;
  font-size: 2em;
}
@media (max-width: 767px) {
  label.disp-value {
    font-size: 1em;
  }
}

.kiyaku {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3f3f3f;
  font-size: 0.8em;
  text-align: left;
  height: 10vw;
  overflow-y: scroll;
  background-color: #ffffff;
  padding: 10px;
  width: 95%;
  margin: 3% auto 0;
}
@media (max-width: 767px) {
  .kiyaku {
    padding: 0 0 30% 0;
    font-size: 0.8em;
  }
}

/* 承諾チェック */
.kiyaku-checkbox {
  margin: 2% 0% 2% 30%;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .kiyaku-checkbox {
    margin: 2% 0% 2% 15%;
  }
}
.kiyaku-checkbox label {
  color: #4d4d4d;
  padding: 0 0 0 5%;
  font-size: 1.6em;
}
@media (max-width: 767px) {
  .kiyaku-checkbox label {
    font-size: 0.6em;
  }
}

.kiyaku-checkbox > label {
  display: inline-block;
}

.err-msg,
.err-msg2 {
  display: none;
  color: white;
  background-color: #3030b7;
  border-radius: 1vw;
  padding: 2%;
  margin: 2% 2% 5% 2%;
}

/* ボタン並び */
.btn_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0% auto;
}

.btn_herf {
  margin: 2%;
  padding: 1% 0 1% 0;
  font-size: 2.4vw;
}
@media (max-width: 767px) {
  .btn_herf {
    font-size: 22px;
  }
}

/* 修正ボタン */
.syusei {
  color: #fff;
  background-color: none;
}
.syusei:hover {
  opacity: 0.7;
}

/*================================================
 *  サンクスページデザイン FE+BE共通
 ================================================*/
.Area_complete {
  text-align: center;
  color: #231717;
  z-index: 1;
  padding: 0% 0 0% 0;
  background: url(../images/bg01.png);
}
.Area_complete .whitebord {
  position: relative;
  padding: 1.6rem 1rem;
  font-size: 1rem;
  color: #231717;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 5% 0% 5% 0;
  margin: -0.1% auto;
}
@media (max-width: 767px) {
  .Area_complete .whitebord {
    width: 90%;
  }
}

.inner_complete {
  display: inline-block;
  margin: 0 auto;
  width: 90%;
  background-color: rgba(250, 250, 250, 0.9);
  /* 振込先 */
}
.inner_complete h1 {
  background-color: #b99766;
  color: #ffffff;
  padding: 0.2vw 0 0.2vw 0;
  margin: 0 auto;
  font-size: 2em;
}
@media (max-width: 767px) {
  .inner_complete h1 {
    font-size: 1.4em;
  }
}
.inner_complete h2 {
  width: 60%;
  color: #b99766;
  border-bottom: solid 0.3vw #b99766;
  padding: 0 0 0 0;
  margin: 20px auto;
  font-size: 2em;
  font-style: italic;
}
@media (max-width: 767px) {
  .inner_complete h2 {
    font-size: 1em;
  }
}
.inner_complete h3 {
  width: 70%;
  background-color: #4d4d4d;
  color: #231717;
  padding: 6px 0 0 0;
  margin: 20px auto;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .inner_complete h3 {
    font-size: 1.2em;
    width: 90%;
  }
}
.inner_complete p {
  display: inline-block;
  text-align: left;
  padding: 2% 0 2% 0;
  width: 90%;
  font-size: 1.4em;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .inner_complete p {
    font-size: 1em;
  }
}
.inner_complete red {
  color: red;
}
.inner_complete .complete_t {
  width: 20%;
  margin: 2% auto 2%;
}
@media (max-width: 767px) {
  .inner_complete .complete_t {
    width: 50%;
  }
}
.inner_complete .box_bank {
  background-color: #3030b7;
  width: 80%;
  margin: 3% auto 1%;
  max-width: 400px;
  font-size: 200%;
  padding: 2% 0 2% 0;
}

.p-header__title {
  width: auto;
  margin-left: 2%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-header__title {
    width: 40%;
    height: 50px;
    margin-left: 0;
  }
}
.p-header__title a img {
  height: 28px;
  display: block;
}

/* パターン1 */
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: none;
}
.l-header .p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  height: auto;
  padding: 0 20px;
}

.change-color {
  background-color: white;
}

.p-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  background: transparent;
  padding-top: 3em;
  opacity: 0;
  -webkit-transition: top 0.6s, right 0.6s, opacity 0.6s;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}
@media (min-width: 768px) {
  .p-header__nav {
    width: 80%;
    max-width: 800px;
    position: static;
    opacity: 1;
    height: 50px;
    padding-top: 0;
  }
}
.p-header__nav .p-nav__inner {
  width: 80%;
}
@media (min-width: 768px) {
  .p-header__nav .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
.p-header__nav .p-nav__inner .p-nav__list {
  width: 100%;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-header__nav .p-nav__inner .p-nav__list {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.p-header__nav .p-nav__inner .p-nav__list .p-nav__item {
  font-size: 20px;
  text-align: center;
  position: relative;
  width: auto;
  list-style: none;
  margin-left: 0%;
}
@media (max-width: 767px) {
  .p-header__nav .p-nav__inner .p-nav__list .p-nav__item {
    font-size: 12px;
    padding: 15px 0;
    border-top: 1px solid #fff;
  }
}
.p-header__nav .p-nav__inner .p-nav__list .p-nav__item:active {
  background-color: #fff;
}
.p-header__nav .p-nav__inner .p-nav__list .p-nav__item .p-nav__link {
  font-family: "ZenKakuGothicNew-Bold";
  font-weight: 100;
  display: block;
}

.p-nav__link {
  color: #fff;
}
@media (max-width: 767px) {
  .p-nav__link:active {
    color: #231717;
  }
}

.change-font-color {
  color: #231717;
}
@media (max-width: 767px) {
  .change-font-color {
    color: #fff;
  }
}

.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(83, 71, 65, 0.9);
}

@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}
/* ハンバーガーメニューの三本線 */
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}

.c-hamburger span {
  display: block;
  position: relative;
  left: 70%;
  width: 24px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #231717;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
  -webkit-transform: translateX(-0.45deg);
          transform: translateX(-0.45deg);
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
  -webkit-transform: translateX(-0.45deg);
          transform: translateX(-0.45deg);
}

/* メニュー展開時*/
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(225deg);
          transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  -webkit-transform: translateX(-50%) rotate(-225deg);
          transform: translateX(-50%) rotate(-225deg);
}

/*================================================
 *  ボタンデザイン
 ================================================*/
.button {
  width: 30%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .button {
    width: 70%;
  }
}

.half {
  width: 70%;
  margin-top: 5%;
}

.button a {
  background: #534741;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  text-decoration: none;
  color: #FFF;
  line-height: 1.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 0.7em;
}

.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.button a:hover {
  background: #FFF;
  color: #534741;
  outline: 1px solid #534741;
}

.button a:hover:after {
  right: 1.4rem;
}

/*================================================
 *  アニメーション
 ================================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* その他*/
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}

@keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.poyopoyo {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/*================================================
 *  フッター
 ================================================*/
footer {
  text-align: center;
  background-color: #534741;
  color: #fff;
  padding: 1% 2% 150px 2%;
}
@media (max-width: 767px) {
  footer {
    padding: 1% 2% 130px 2%;
  }
}
footer .footer_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2% auto;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  footer .footer_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
footer .footer_flex .footer_company {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  footer .footer_flex .footer_company {
    width: 100%;
  }
}
footer .footer_flex .footer_company .footer_logo {
  width: 50%;
}
footer .footer_flex .footer_company .footer_logo a {
  display: block;
}
footer .footer_flex .footer_company p {
  text-align: left;
  padding: 0;
}
footer .footer_flex .footer_company a {
  text-align: left;
  color: #fff;
}
footer .footer_flex .footer_company .to_tel {
  letter-spacing: 5px;
  font-weight: bold;
}
footer .footer_flex .footer_link {
  width: 40%;
}
@media (max-width: 767px) {
  footer .footer_flex .footer_link {
    width: 100%;
    margin: 15px 0 0 0;
    border-top: 1px solid #fff;
    padding: 15px 0;
  }
}
footer .footer_flex .footer_link ul {
  font-size: 16px;
  list-style: square;
  text-align: left;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 767px) {
  footer .footer_flex .footer_link ul {
    padding-left: 20px;
  }
}
footer .footer_flex .footer_link li a {
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer_flex .footer_link li a {
    font-size: 2.6vw;
  }
}
footer .copy {
  font-size: 10px;
}

/*================================================
 *  固定フッター
 ================================================*/
.footer_fixed {
  height: 120px;
  padding: 10px 2% 0px 2%;
  width: 100%;
  z-index: 998;
  background-color: #534741;
  position: fixed;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0;
}
@media (max-width: 767px) {
  .footer_fixed {
    height: 18vw;
  }
}
.footer_fixed .footer_sp {
  width: 90%;
  margin: -8% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .footer_fixed .footer_sp {
    display: none;
  }
}
.footer_fixed .footer_sp_box {
  width: 15%;
}
.footer_fixed .footer_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.footer_fixed .footer_title .footer_tel {
  font-family: "ZenKakuGothicNew-Medium";
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer_fixed .footer_title .footer_tel {
    display: none;
  }
}
.footer_fixed .footer_title .footer_tel a {
  color: #FFF;
}
.footer_fixed .footer_title .footer_tel .to_tel {
  letter-spacing: 3px;
}
.footer_fixed h2 {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer_fixed h2 {
    padding: 2% 0 0 0;
    font-size: 3vw;
  }
}
.footer_fixed hr {
  padding: 0;
  margin: 0 auto;
}
.footer_fixed .footer_fixed_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .footer_fixed .footer_fixed_flex {
    display: none;
  }
}
.footer_fixed .footer_fixed_flex .button {
  width: 32%;
  max-width: 340px;
}
@media (max-width: 767px) {
  .footer_fixed .footer_fixed_flex .button {
    display: none;
  }
}
.footer_fixed .footer_fixed_flex .button a {
  cursor: pointer;
  height: 50px;
  font-size: 18px;
  padding: 0;
  width: 100%;
}
@media (max-width: 1100px) {
  .footer_fixed .footer_fixed_flex .button a {
    font-size: 12px;
  }
}
.footer_fixed .footer_fixed_flex .line a {
  background-color: #4cc764;
}
.footer_fixed .footer_fixed_flex .line a:hover {
  color: #4cc764;
  outline: 1px solid #4cc764;
  background-color: #fff;
  opacity: 1;
}
.footer_fixed .footer_fixed_flex .hotpepper a {
  background-color: #8f3356;
}
.footer_fixed .footer_fixed_flex .hotpepper a:hover {
  color: #8f3356;
  outline: 1px solid #8f3356;
  background-color: #fff;
  opacity: 1;
}
.footer_fixed .footer_fixed_flex .insta a {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: -webkit-linear-gradient(315deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
}
.footer_fixed .footer_fixed_flex .insta a:hover {
  color: #f13f79;
  outline: 1px solid #f13f79;
  background: #fff;
  opacity: 1;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.top_up {
  width: 30px;
  position: fixed;
  bottom: 130px;
  right: 1%;
  z-index: 999;
}
.top_up img {
  width: 100%;
}
@media (max-width: 767px) {
  .top_up {
    width: 7%;
    right: 2%;
    bottom: 25vw;
  }
}
.top_up a {
  display: block;
  text-decoration: none;
}
.top_up :hover {
  opacity: 0.4;
}

/*================================================
 *  TOPビュー
 ================================================*/
.Area_main {
  position: relative;
  margin: 0 auto;
  z-index: 0;
  height: 80%;
  overflow: hidden;
}
.Area_main::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .Area_main {
    height: 130vw;
  }
}
.Area_main .height-100 {
  height: 100%;
}
.Area_main .fv_bk1 {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.Area_main .fv_bk1 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .Area_main .fv_bk1 img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.Area_main .fv_bk2 {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.Area_main .fv_bk2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .Area_main .fv_bk2 img {
    -o-object-position: 65% 50%;
       object-position: 65% 50%;
  }
}
.Area_main .fv1 {
  position: absolute;
  right: 0;
  top: 1%;
  width: 30%;
  z-index: 1;
}
@media (max-width: 767px) {
  .Area_main .fv1 {
    width: 30%;
    margin: 0 auto 0;
  }
}
.Area_main .fv_flex {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Area_main .fv_flex .fv2 {
  width: 50%;
  margin: 0 auto 0;
  max-width: 420px;
}
@media (max-width: 767px) {
  .Area_main .fv_flex .fv2 {
    padding-top: 30%;
    width: 70%;
  }
}
.Area_main .fv_flex .fv_textbox {
  width: 55%;
  max-width: 600px;
  margin: 0% auto 0;
  padding: 2% 0;
}
@media (max-width: 767px) {
  .Area_main .fv_flex .fv_textbox {
    width: 80%;
    margin: 0 auto 0;
    padding: 3%;
  }
}
.Area_main .txt {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .Area_main .txt {
    width: 100%;
  }
}
.Area_main .txt p {
  color: #fff;
  font-family: "HGRSKP";
  font-size: 30px;
  letter-spacing: 0.06em;
  margin: 0;
}
@media (max-width: 767px) {
  .Area_main .txt p {
    margin: 0 auto;
    font-size: 4vw;
  }
}
.Area_main .fv3 {
  position: relative;
  z-index: 1;
  width: 28%;
  margin: -20% 0 0 auto;
  margin-right: 2%;
  padding: 0 0 2% 0;
}
@media (max-width: 767px) {
  .Area_main .fv3 {
    width: 60%;
    margin: -40% auto 0;
  }
}

.swiper-container {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
}

.swiper-slide {
  border: 1px solid #534741;
}

.swiper-pagination {
  bottom: -12% !important;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #534741;
}
@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.5rem;
  color: #231717;
}

/*================================================
 *  Area_concept
 ================================================*/
.Area_concept {
  margin: 0 auto;
  padding: 2%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .Area_concept {
    padding: 0% 2% 7% 2%;
  }
}
.Area_concept .concept_bk {
  width: 60%;
  position: relative;
}
@media (max-width: 767px) {
  .Area_concept .concept_bk {
    width: 80%;
  }
}
.Area_concept .concept_bk .concept {
  position: absolute;
  width: 100%;
  top: 15%;
  right: -60%;
}
@media (max-width: 767px) {
  .Area_concept .concept_bk .concept {
    top: 70%;
    right: -28%;
  }
}
@media (max-width: 767px) {
  .Area_concept .concept_text {
    padding-top: 25%;
  }
}

.Area_section1_1 {
  background-color: #eae4da;
  background-size: 3.5%;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_section1_1 {
    background-size: 75px;
    padding: 7% 2%;
  }
}
.Area_section1_1 .s1_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 5%;
  width: 100%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 767px) {
  .Area_section1_1 .s1_flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.Area_section1_1 .flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
}
@media (max-width: 767px) {
  .Area_section1_1 .flex_column {
    width: 40%;
    padding: 2% 0 2% 0;
  }
}
.Area_section1_1 .flex_column ul {
  height: 6rem;
}
@media (max-width: 767px) {
  .Area_section1_1 .flex_column ul {
    height: 4.6em;
  }
}
@media (max-width: 767px) {
  .Area_section1_1 .flex_column ul li {
    font-size: 0.6em;
  }
}
.Area_section1_1 .flex_column hr {
  margin: 0.5rem auto;
}
.Area_section1_1 .flex_column .s-title {
  height: 5rem;
}
@media (max-width: 767px) {
  .Area_section1_1 .flex_column .s-title {
    height: 3.2em;
  }
}
.Area_section1_1 .flex_column .service-sub-title {
  font-size: 0.4em;
  text-align: center;
  margin: -5% auto 2%;
}
@media (max-width: 767px) {
  .Area_section1_1 .flex_column .service-sub-title {
    font-size: 0.6em;
  }
}

.Area_section1_2 {
  width: 100%;
  margin: 0 auto;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_section1_2 {
    padding: 7% 2%;
  }
}
.Area_section1_2 .s1_7 {
  margin: 0 auto 0;
  padding: 2% 0 1% 0;
  width: 40%;
}
@media (max-width: 767px) {
  .Area_section1_2 .s1_7 {
    width: 60%;
    padding: 5% 0 5% 0;
  }
}
.Area_section1_2 .s1_8 {
  width: 100%;
  padding: 2% 0 2% 0;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .Area_section1_2 .s1_8 {
    padding: 2% 0 3% 0;
  }
}

.white_shadow {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.section_title {
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  text-align: center;
  color: #fff;
  margin: 0% 0 0 0;
}

.sub {
  font-size: clamp(30%, 2vw, 24px);
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .sub {
    font-size: 1em;
  }
}

.under_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e1ccae));
  background: -webkit-linear-gradient(transparent 60%, #e1ccae 60%);
  background: linear-gradient(transparent 60%, #e1ccae 60%);
}

.under_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(95%, #e50180));
  background: -webkit-linear-gradient(transparent 40%, #e50180 95%);
  background: linear-gradient(transparent 40%, #e50180 95%);
}

.chiaro {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.big150 {
  font-size: clamp(30%, 3vw, 36px);
}
@media (max-width: 767px) {
  .big150 {
    font-size: 130%;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

.s3_link a {
  width: 70%;
  display: block;
  padding: 5% 0 0 0;
}
@media (max-width: 767px) {
  .s3_link a {
    width: 85%;
    padding: 5% 0 5% 0;
    margin: 0 auto 0;
  }
}

/*================================================
 *  Area_pr
 ================================================*/
.Area_pr {
  margin: 0 auto;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_pr {
    padding: 7% 2%;
  }
}
.Area_pr .pr_title {
  margin: 0 auto;
  width: 60%;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .Area_pr .pr_title {
    width: 90%;
  }
}
.Area_pr .pr_img1 {
  width: 50%;
  margin-left: auto;
  margin-top: -11%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .Area_pr .pr_img1 {
    width: 58%;
    margin-top: -16%;
  }
}
.Area_pr .pr_img2 {
  width: 30%;
  margin: -40% 0 0 25%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .Area_pr .pr_img2 {
    width: 40%;
    margin: -20% 0 0 20%;
  }
}
.Area_pr .pr_img3 {
  width: 30%;
  margin-right: auto;
  margin: -20% 0 auto 0;
  position: relative;
  z-index: 3;
}

/*================================================
 *  Area_gallery
 ================================================*/
.Area_gallery {
  background: #534741 url(../images/s6_bk.png);
  background-size: 50%;
  padding: 2% 2%;
}
@media (max-width: 767px) {
  .Area_gallery {
    background-size: 100%;
    padding: 7% 2%;
  }
}
.Area_gallery .gallery_flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Area_gallery .gallery_flex_box {
  width: 50%;
  position: relative;
  cursor: pointer;
  -webkit-filter: sepia(0%);
          filter: sepia(0%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Area_gallery .gallery_flex_box:hover {
  -webkit-filter: sepia(0%);
          filter: sepia(0%);
}
.Area_gallery .gallery_flex_box_title {
  font-family: "ZenKakuGothicNew-Medium";
  font-weight: 100;
  position: absolute;
  width: 50%;
  background-color: #4d4d4d;
  color: #fff;
  text-align: left;
  z-index: 5;
  padding: 1%;
  padding-left: 2%;
}
@media (max-width: 767px) {
  .Area_gallery .gallery_flex_box_title {
    text-align: center;
    padding-bottom: 8%;
  }
}
.Area_gallery .gallery_flex_box_subtitle {
  font-family: "Roboto Slab";
  font-weight: 300;
  position: absolute;
  color: #fff;
  width: 50%;
  top: 0;
  left: 0;
  text-align: right;
  z-index: 6;
  font-size: 0.6em;
  padding-top: 3%;
  padding-right: 2%;
}
@media (max-width: 767px) {
  .Area_gallery .gallery_flex_box_subtitle {
    text-align: center;
    top: 4vw;
  }
}

/*================================================
 *  Area_price
 ================================================*/
.Area_price {
  margin: 3% auto;
}
@media (max-width: 767px) {
  .Area_price {
    margin: 5% auto 3%;
  }
}
.Area_price hr {
  margin: 0;
  padding: 0;
}
.Area_price .price_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Area_price table {
  font-size: 0.6em;
  width: 47%;
  color: #fff;
  font-family: "ZenKakuGothicNew-Medium";
  font-weight: 100;
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .Area_price table {
    width: 49%;
  }
}
.Area_price table tr th {
  padding-left: 5%;
  padding-top: 1%;
}
@media (max-width: 767px) {
  .Area_price table tr th {
    padding-left: 2%;
    width: 60%;
    padding-top: 5%;
  }
}
.Area_price table tr td {
  width: 20%;
}
@media (max-width: 767px) {
  .Area_price table tr td {
    width: 25%;
  }
}
.Area_price table tr .time {
  width: 10%;
  text-align: right;
}
@media (max-width: 767px) {
  .Area_price table tr .time {
    width: 15%;
  }
}
.Area_price table tr .ask {
  font-size: 0.6em;
}
@media (max-width: 767px) {
  .Area_price table tr .ask {
    font-size: 0.6em;
  }
}
.Area_price table .title {
  font-family: "Roboto Slab";
  color: #fff;
  font-size: 1.4em;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .Area_price table .title {
    font-size: 1.4em;
  }
}
.Area_price table .title th {
  padding-left: 0;
}

.to_hp {
  width: 100%;
  margin: 5% auto 0;
}
@media (max-width: 767px) {
  .to_hp p {
    font-size: 0.8em;
  }
}
.to_hp .button {
  margin: 5% auto 0;
}
.to_hp .button a {
  background: #fff;
  color: #534741;
}
.to_hp .button a:hover {
  background: #534741;
  color: #fff;
  outline: 1px solid #fff;
}

/*================================================
 *  Area_airtist
 ================================================*/
.Area_airtist {
  margin: 0 auto;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_airtist {
    padding: 7% 2%;
  }
}
.Area_airtist .airtist_flex {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.Area_airtist .airtist_flex_box {
  width: 25%;
}
@media (max-width: 767px) {
  .Area_airtist .airtist_flex_box {
    width: 50%;
  }
}
.Area_airtist .airtist_flex_box_text {
  margin: 0 auto;
  padding: 2%;
}
.Area_airtist .airtist_flex_box_text .airtist_name {
  text-align: center;
  border-bottom: 1px solid #534741;
}
.Area_airtist .airtist_flex_box_text .airtist_text {
  line-height: 1.2em;
  margin: 2% auto 0;
}

/*================================================
 *  Area_how
 ================================================*/
.Area_how {
  margin: 0% auto;
  position: relative;
  padding: 2%;
  z-index: 1;
  background: url(../images/s5_bk.png);
  background-size: 3.5%;
}
@media (max-width: 767px) {
  .Area_how {
    padding: 7% 2%;
    background-size: 75px;
  }
}
.Area_how .s5_t_bk {
  background-color: #000;
}
@media (max-width: 767px) {
  .Area_how .s5_t_bk {
    padding: 3% 0 3% 0;
  }
}
.Area_how .s5_t {
  width: 45%;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .Area_how .s5_t {
    width: 100%;
    margin-bottom: -5%;
  }
}
.Area_how .s5_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2% 0 3% 0;
}
@media (max-width: 767px) {
  .Area_how .s5_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.Area_how .s5_flex_img {
  width: 30%;
  margin: 0 0 0 0%;
}
@media (max-width: 767px) {
  .Area_how .s5_flex_img {
    width: 60%;
    padding: 7% 0;
  }
}
.Area_how .s5_flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_how .s5_flex_column {
    width: 95%;
    padding: 0% 0 0% 0;
  }
}
.Area_how .dot {
  border: none;
  border-top: 2px dotted #ccc;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_how .dot {
    width: 95%;
  }
}
.Area_how .p3 {
  padding: 3% 0 3% 0;
}
@media (max-width: 767px) {
  .Area_how .p3 {
    padding: 20% 0 5% 0;
  }
}
.Area_how .p5 {
  padding: 5% 0 0 0;
}
.Area_how .s5_5 {
  width: 35%;
  margin: 0 auto 0;
  padding: 3% 0 3% 0;
}
@media (max-width: 767px) {
  .Area_how .s5_5 {
    width: 60%;
  }
}
.Area_how .s5_textbox1 {
  width: 53%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_how .s5_textbox1 {
    width: 95%;
  }
}

/*================================================
 *  Area_qa
 ================================================*/
.Area_qa {
  position: relative;
  margin: 0% auto;
  z-index: 5;
  padding: 2% 0;
  background: #534741 url(../images/s6_bk.png);
  background-size: 50%;
}
@media (max-width: 767px) {
  .Area_qa {
    background-size: 100%;
    margin: 0% auto;
    padding: 7% 0 7% 0;
  }
}
.Area_qa .qa_flex {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Area_qa .qa_flex_box {
  width: 48%;
  color: #fff;
  position: relative;
  padding: 1% 0% 2% 0;
  margin: 3% auto 0;
}
@media (max-width: 767px) {
  .Area_qa .qa_flex_box {
    width: 95%;
    padding: 0% 0% 0% 0;
  }
}
.Area_qa .qa_flex_box_q {
  position: relative;
  border-bottom: 1px solid #fff;
}
.Area_qa .qa_flex_box_q::before {
  position: absolute;
  content: "Q";
  top: -10%;
  left: 0;
  font-size: 1em;
}
@media (max-width: 767px) {
  .Area_qa .qa_flex_box_q::before {
    font-size: 3.6vw;
    top: 5%;
  }
}
.Area_qa .qa_flex_box_q p {
  font-size: 0.8em;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .Area_qa .qa_flex_box_q p {
    font-size: 3.6vw;
  }
}
.Area_qa .qa_flex_box_a {
  position: relative;
  padding: 2%;
}
.Area_qa .qa_flex_box_a::before {
  position: absolute;
  z-index: 1;
  content: "A";
  top: 3%;
  left: 0;
  font-size: 1em;
}
@media (max-width: 767px) {
  .Area_qa .qa_flex_box_a::before {
    font-size: 3.6vw;
    top: 13%;
  }
}
.Area_qa .qa_flex_box_a p {
  padding-top: 2%;
  padding-left: 4%;
}

/*================================================
 *  Area_shop
 ================================================*/
.Area_shop {
  margin: 0 auto;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_shop {
    padding: 7% 2% 0% 2%;
  }
}
.Area_shop .shop_hd {
  width: 100%;
}
.Area_shop .shop_flex {
  font-family: "ZenKakuGothicNew-Medium";
  margin: 5% auto 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .Area_shop .shop_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.Area_shop .shop_flex table {
  width: 47%;
  font-family: #231717;
  color: #231717;
  font-size: 0.6em;
}
@media (max-width: 767px) {
  .Area_shop .shop_flex table {
    font-size: 3vw;
    width: 100%;
    margin: 0 auto;
  }
}
.Area_shop .shop_flex table .title {
  font-family: "Roboto Slab";
  width: 100%;
  border-bottom: none;
}
@media (max-width: 767px) {
  .Area_shop .shop_flex table .title th {
    text-align: center;
  }
}
.Area_shop .shop_flex table tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.Area_shop .shop_flex table tr th {
  width: 20%;
}
@media (max-width: 767px) {
  .Area_shop .shop_flex table tr th {
    width: 30%;
  }
}
.Area_shop .shop_flex table tr td {
  width: 80%;
}
@media (max-width: 767px) {
  .Area_shop .shop_flex table tr td {
    width: 70%;
  }
}
.Area_shop .shop_flex table tr td a {
  color: #231717;
}
.Area_shop .shop_flex table tr th,
.Area_shop .shop_flex table tr td {
  padding-top: 5%;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 47%;
  height: auto;
  padding-top: 50%; /* 比率を4:3に固定 */
}
@media (max-width: 767px) {
  .map {
    width: 100%;
    margin: 5% auto 0;
    padding-top: 75%;
  }
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop_navi {
  margin: 7% auto 0;
  font-size: 3vw;
}
.shop_navi a {
  text-decoration: underline;
}

/*================================================
 *  Area_othershop
 ================================================*/
.Area_othershop {
  margin: 5% auto 0;
  background-color: #eae4da;
  padding: 2%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .Area_othershop {
    margin: 10% auto 2%;
    padding: 7% 2%;
  }
}
.Area_othershop .othershop_flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Area_othershop .othershop_flex_box {
  width: 48%;
}
@media (max-width: 767px) {
  .Area_othershop .othershop_flex_box {
    width: 100%;
    padding: 4% 0 12% 0;
  }
}
@media (max-width: 767px) {
  .Area_othershop hr {
    margin: 0 auto;
  }
}

.Area_staff {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_staff {
    margin: 7% auto 0;
  }
}
.Area_staff .staff_flex {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.Area_staff .staff_flex_box {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (max-width: 767px) {
  .Area_staff .staff_flex_box {
    width: 48%;
  }
}
.Area_staff .staff_flex_box .staff_class {
  font-size: 0.4em;
}
@media (max-width: 767px) {
  .Area_staff .staff_flex_box .staff_class {
    font-size: 0.6em;
  }
}
.Area_staff .staff_flex_box .sns {
  border-bottom: 1px solid #ccc;
}
.Area_staff .staff_flex_box .sns_flex {
  width: 90%;
  margin: 5% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.Area_staff .staff_flex_box .sns_flex_box {
  width: 20%;
}/*# sourceMappingURL=style.css.map */