@charset "UTF-8";
/* ---------------------------------------------
base
--------------------------------------------- */
/*
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, 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, 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;
}

ul, ol {
  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;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #333;
  font-family: "Lato", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 4vw;
  }
}

a {
  color: #9a8272;
  text-decoration: underline;
}
@media screen and (min-width: 835px) {
  a:hover {
    text-decoration: none;
  }
}

.blockLink {
  width: 100%;
  height: 100%;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.maxImg {
  width: 100%;
  max-width: none;
}

/* base layout
----------------------------------- */
.wrapper {
  height: 100vh;
  overflow: hidden;
}
.wrapper.active {
  height: auto;
  overflow: visible;
}

.loading {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  transition: left 1s ease-in-out;
  z-index: 99999;
}
.loading.is-load {
  animation: loading 0.5s ease-in-out forwards;
}
.loading .fa-spinner {
  font-size: 40px;
  color: #c7c7c7;
}

@keyframes loading {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.container {
  padding-top: 80px;
}
@media screen and (max-width: 1040px) {
  .container {
    padding-top: 45px;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1840px;
  border-top: 1px solid #d7d7d7;
}
@media screen and (min-width: 835px) {
  .inner {
    width: 96%;
  }
}

.inner-multiple {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .inner-multiple {
    margin-top: 60px;
  }
}

@media screen and (max-width: 834px) {
  .spInner {
    padding: 0 2.5%;
  }
}

/* ---------------------------------------------
modules
--------------------------------------------- */
/* title module
----------------------------------- */
.title {
  position: relative;
  color: #a38a77;
}

.title__sub {
  color: #080808;
  line-height: 1;
}

/* border */
.title-bdr {
  padding-top: 25px;
  font-size: 3.3rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.title-bdr::after {
  width: 10%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 45%;
  background: #a38a77;
  content: "";
}
@media screen and (max-width: 834px) {
  .title-bdr {
    padding-top: 5.5%;
    font-size: 7.8vw;
  }
  .title-bdr::after {
    width: 30%;
    left: 35%;
  }
}

.title-bdr__sub {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .title-bdr__sub {
    font-size: 3.1vw;
  }
}

/* square */
.title-square {
  padding: 35px 0 0 30px;
  font-size: 2.3rem;
}
.title-square::after {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 3px;
  border-style: solid;
  border-image-source: linear-gradient(#c5ad9b, rgba(197, 173, 155, 0));
  border-image-slice: 1;
  opacity: 0.25;
  box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 834px) {
  .title-square {
    padding: 5% 5% 0;
    font-size: 5.9vw;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
  .title-square::after {
    width: 18vw;
    height: 18vw;
  }
}

.title-square__sub {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .title-square__sub {
    margin-bottom: 0.5em;
    font-size: 3.1vw;
  }
}

/* text color module
----------------------------------- */
.white {
  color: #fff;
}

.black01 {
  color: #080808;
}

.black02 {
  color: #101010;
}

.black03 {
  color: #282828;
}

.black04 {
  color: #181818;
}

.gray01 {
  color: #707070;
}

.gray02 {
  color: #c7c7c7;
}

.gray03 {
  color: #d7d7d7;
}

.gray04 {
  color: #606060;
}

.gray05 {
  color: #f3f2f0;
}

.gold01 {
  color: #9a8272;
}

.gold02 {
  color: #a38a77;
}

.gold03 {
  color: #cab3a2;
}

.gold04 {
  color: #986a37;
}

.brown01 {
  color: #9e8572;
}

.brown02 {
  color: #977e6c;
}

.red01 {
  color: #ff3a13;
}

/* fontfamily
----------------------------------- */
.ffm {
  font-family: "Arvo", serif;
}

/* button module
----------------------------------- */
.btn {
  padding: 20px 20px 20px 10px;
  min-width: 250px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
.btn::after {
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: calc(50% - 3.5px);
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  content: "";
}
.btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 835px) {
  .btn:hover {
    background: rgb(141.25, 119.237012987, 104.5616883117);
  }
}
.btn--cmn {
  color: #fff;
  background: #a38a77;
}
.btn--cmn::after {
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 834px) {
  .btn {
    min-width: 70vw;
    max-width: 448px;
    font-size: 4.375vw;
  }
}

.btn-bdr {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.btn-bdr--cmn {
  color: #a38a77;
  border: 1px solid #a38a77;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .btn-bdr--cmn:hover {
    color: #fff;
    background: #a38a77;
  }
}
.btn-bdr:hover {
  text-decoration: none;
}

/* list modul
----------------------------------- */
.list__num {
  padding-left: 1em;
  list-style: decimal;
}

.list__arrow li {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
.list__arrow li::after {
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #a38a77;
  content: "";
}

.list__arrow__link {
  padding: 20px 30px 20px 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .list__arrow__link {
    padding: 3.1vw 6.875vw 4.375vw 3.1vw;
  }
}

/* 下層ページ module
----------------------------------- */
/* kv */
.main-hdr {
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background: #f0f0f0;
}
@media screen and (max-width: 834px) {
  .main-hdr {
    height: 250px;
  }
}

.main-ttl__wrap {
  height: 300px;
  position: relative;
}
.main-ttl__wrap::after {
  width: 300px;
  height: 300px;
  border: 7px solid rgba(209, 197, 187, 0.7);
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  content: "";
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .main-ttl__wrap {
    width: 100%;
    height: auto;
  }
  .main-ttl__wrap::after {
    margin: auto;
    width: 166px;
    height: 166px;
    border-width: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.main-ttl {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.main-ttl__text {
  display: block;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .main-ttl__text {
    font-size: 8.75vw;
    letter-spacing: normal;
    text-align: center;
    letter-spacing: 2px;
  }
}

.main-ttl__subText {
  font-size: 1.8rem;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .main-ttl__subText {
    margin-top: 1em;
    font-size: 3.75vw;
  }
}

.main-hdr__contactList {
  display: flex;
  position: absolute;
  right: 30px;
  top: 20px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .main-hdr__contactList {
    display: none;
  }
}

.main-hdr__contactIcon + .main-hdr__contactIcon {
  margin-left: 10px;
}

.main-hdr__snsIcon {
  font-size: 2.1rem;
  opacity: 0.75;
  transition: all 0.2s ease-in-out;
}
.main-hdr__snsIcon--w {
  color: #fff;
}
.main-hdr__snsIcon--b {
  color: #080808;
}
.main-hdr__snsIcon:hover {
  opacity: 1;
}

.main-hdr__tel {
  margin-left: 20px;
}

.main-hdr__telNo {
  margin-left: 5px;
  display: inline-block;
  font-size: 1.8rem;
}

/* リード */
.main-lead {
  padding: 40px 15px 80px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .main-lead {
    padding: 40px 7% 60px;
  }
}

@media screen and (max-width: 834px) {
  .main-lead__inner {
    text-align: left;
  }
}

.lead + .lead {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .lead + .lead {
    margin-top: 1em;
  }
}

@media screen and (max-width: 834px) {
  .spLead + .spLead {
    margin-top: 1em;
  }
}

.main-lead__copy {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .main-lead__copy {
    font-size: 6.25vw;
  }
}
.main-lead__copy + .main-lead__inner {
  margin-top: 25px;
}
@media screen and (max-width: 834px) {
  .main-lead__copy + .main-lead__inner {
    margin-top: 20px;
  }
}

/* コンテンツエリア */
.main-contents {
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .main-contents {
    padding-bottom: 60px;
  }
}

/* レイアウト1 */
.cmn-lyt01 {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmn-lyt01:nth-of-type(odd) {
  flex-flow: row-reverse;
}
@media screen and (min-width: 1000px) {
  .cmn-lyt01 {
    justify-content: center;
  }
  .cmn-lyt01:nth-of-type(odd) .cmn-lyt01__photo {
    text-align: right;
  }
}
@media screen and (max-width: 834px) {
  .cmn-lyt01 {
    flex-flow: column;
  }
  .cmn-lyt01:nth-of-type(odd) {
    flex-flow: column;
  }
}

.cmn-lyt01__detail {
  padding: 0 7% 0 4%;
  width: 48%;
}
@media screen and (max-width: 834px) {
  .cmn-lyt01__detail {
    padding: 0 2.5%;
    width: 100%;
  }
}

.cmn-lyt01__text {
  padding: 20px 0 0 30px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .cmn-lyt01__text {
    padding: 10px 5% 0;
  }
}

.cmn-lyt01__photo {
  width: 52%;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .cmn-lyt01__photo {
    margin-top: 1em;
    padding-left: 7.5%;
    width: 100%;
  }
}

/* レイアウト2 */
.cmn-lyt02 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .cmn-lyt02 {
    flex-flow: column;
    align-items: center;
  }
}

@media screen and (min-width: 835px) {
  .cmn-lyt02__detail--col02 {
    padding: 0 3%;
    width: 50%;
  }
  .cmn-lyt02__detail--col02:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 835px) {
  .cmn-lyt02__detail--col03 {
    width: 30%;
  }
  .cmn-lyt02__detail--col03:nth-of-type(n+4) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 834px) {
  .cmn-lyt02__detail--col02 + .cmn-lyt02__detail--col02, .cmn-lyt02__detail--col03 + .cmn-lyt02__detail--col03 {
    margin-top: 25px;
  }
}

.cmn-lyt02__photo {
  line-height: 1;
}

.cmn-lyt02__text {
  margin-top: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .cmn-lyt02__text {
    padding: 0 15px;
  }
}

@media screen and (max-width: 834px) {
  .sp-fa-envelope__wrap {
    padding-left: 7vw;
    position: relative;
  }
  .sp-fa-envelope {
    position: absolute;
    top: calc(50% - 1.5vw);
    left: 0;
    font-size: 3.75vw;
  }
}
/* ---------------------------------------------
project
--------------------------------------------- */
/* top
----------------------------------- */
.top-hdr__inner {
  margin: 0 auto -1px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(96, 96, 96, 0.25);
}

.top-main-hdr {
  height: 750px;
  position: relative;
  background: url(../img/top/kv.jpg) no-repeat center center;
  background-size: cover;
}
.top-main-hdr::after {
  width: 1px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 725px;
  background: #a38a77;
  content: "";
  animation: top-border 2s ease-in-out infinite;
}
@media screen and (max-width: 834px) {
  .top-main-hdr {
    justify-content: flex-start;
    height: 80vh;
    background-image: url(../img/top/kv_sp.jpg);
  }
  .top-main-hdr::after {
    top: 75vh;
    animation: top-border_sp 2s ease-in-out infinite;
    z-index: 5;
  }
}

@keyframes top-border {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
    height: 0px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
    height: 90px;
  }
}
@keyframes top-border_sp {
  0% {
    opacity: 0;
    transform: translate(0, 0);
    height: 0px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 45px);
    height: 45px;
  }
}
.top-main-hdr__topic {
  width: 680px;
  display: flex;
  position: absolute;
  left: 15px;
  bottom: 30px;
}
.top-main-hdr__topic a {
  padding-left: 10px;
  position: relative;
  text-decoration: none;
}
.top-main-hdr__topic a:hover {
  text-decoration: underline;
}
.top-main-hdr__topic a::before {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  content: "";
}
@media screen and (max-width: 834px) {
  .top-main-hdr__topic {
    width: 90%;
    left: 5%;
    bottom: 25px;
  }
}

.top-main-hdr__news {
  padding: 4px 0;
  flex: 1;
  color: #fff;
  background: rgba(32, 32, 32, 0.45);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-main-hdr__news a {
  color: #fff;
}
@media screen and (max-width: 834px) {
  .top-main-hdr__news {
    padding: 3% 5%;
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 835px) {
  .top-main-hdr__date {
    padding: 0 20px 0 15px;
    border-left: 2px solid #808080;
    display: inline-block;
  }
}
@media screen and (max-width: 834px) {
  .top-main-hdr__date {
    display: block;
    font-size: 2.8vw;
  }
}

.top-main-hdr__all {
  padding: 8px 0 4px;
  width: 15%;
  font-size: 1.3rem;
  background: #101010;
  text-align: center;
}
.top-main-hdr__all a {
  color: #c7c7c7;
}
@media screen and (min-width: 835px) {
  .top-main-hdr__all span::after {
    content: "を見る";
  }
}
@media screen and (max-width: 834px) {
  .top-main-hdr__all {
    padding: 1%;
    width: 18%;
    font-size: 3.1vw;
  }
  .top-main-hdr__all a {
    padding-left: 0;
    padding-right: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #202020;
  }
  .top-main-hdr__all a::before {
    left: auto;
    right: 5px;
  }
}

.container.top {
  padding-top: 0;
}

.top-main-hdr__contactList {
  top: 95px;
}

.top-main-hdr__tel {
  color: #080808;
}

.main__ttl--top {
  margin-left: 5%;
}
.main__ttl--top img {
  width: 50vw;
}

/* top detail */
.top-detail {
  position: relative;
  opacity: 0;
}
.top-detail.is-fadeIn {
  animation: top-fadeIn 0.5s ease-in-out forwards;
}

.top-detail__btm {
  padding-bottom: 145px;
  background: url(../img/top/top_btm_bg.jpg) no-repeat right center;
}
@media screen and (max-width: 834px) {
  .top-detail__btm {
    padding-bottom: 0;
    background-position: right -30px top 65%;
    background-size: 100% auto;
  }
}

@keyframes top-fadeIn {
  0% {
    top: 10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
/* top inner */
.top-detail__inner {
  position: relative;
}
.top-detail__inner::after {
  width: 8%;
  height: 3px;
  position: absolute;
  left: 46%;
  bottom: 0;
  background: #bfaea0;
  opacity: 0.3;
}

/* top contents lead */
.top__lead {
  position: relative;
  border: 6px solid #d1c5bb;
}
@media screen and (max-width: 834px) {
  .top__lead {
    border-width: 4px;
  }
}

.top__lead-more {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: -11px;
  bottom: 35px;
  font-size: 0;
  background: #977e6c;
  transition: all 0.2s ease-in-out;
}
.top__lead-more::before {
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.top__lead-more:hover {
  background: #9e8572;
}
@media screen and (max-width: 834px) {
  .top__lead-more {
    width: 36px;
    height: 36px;
    right: 5px;
    bottom: -10px;
  }
}

.top__lead-inner {
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  background: linear-gradient(to right, #000 50%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
}
@media screen and (max-width: 834px) {
  .top__lead-inner {
    font-size: 3.4vw;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
    text-align: center;
  }
}

.top__lead-title {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .top__lead-title {
    font-size: 7.5vw;
    letter-spacing: normal;
  }
}

.top__lead-inner__ja {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .top__lead-inner__ja {
    font-size: 4vw;
  }
}

/* top concept */
.top-concept {
  padding: 110px 0;
  position: relative;
  background: url(../img/top/top_concept_bg.jpg) no-repeat right top;
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  .top-concept {
    padding: 7% 0 10%;
    background: url(../img/top/top_concept_bg.jpg) no-repeat left 50% bottom 30%;
    background-size: 120% auto;
  }
}

.top-concept__inner {
  margin: 0 auto;
  padding-bottom: 80px;
  max-width: 1840px;
  display: flex;
  justify-content: center;
}
.top-concept__inner::after {
  content: "";
}
@media screen and (max-width: 834px) {
  .top-concept__inner {
    padding-bottom: 35%;
    flex-flow: column;
    align-items: flex-start;
  }
}

.top-concept__photo01 img {
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 835px) {
  .top-concept__photo01 {
    width: 40%;
    max-width: 600px;
  }
}
@media screen and (max-width: 834px) {
  .top-concept__photo01 {
    width: 95vw;
  }
}

.top-concept__photo02 {
  width: 16%;
  position: absolute;
}
.top-concept__photo02 img {
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 835px) {
  .top-concept__photo02 {
    top: -40px;
    right: 2%;
  }
}
@media screen and (max-width: 834px) {
  .top-concept__photo02 {
    width: 30%;
    bottom: 6%;
    left: 8%;
  }
}

.top-concept__lead {
  margin-top: 100px;
  margin-left: 10%;
  width: 525px;
  height: 253px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-concept__lead {
    margin: -6vw 10% 0 0;
    padding: 8vw 0 11vw;
    width: 60vw;
    height: auto;
    align-self: flex-end;
  }
}

.top-concept__title {
  position: absolute;
  left: 5%;
  top: -25px;
}
@media screen and (max-width: 834px) {
  .top-concept__title {
    left: 22%;
    top: -4vw;
  }
}

@media screen and (min-width: 835px) {
  .top-concept__lead-inner__ja {
    padding-left: 58px;
    align-self: flex-start;
  }
}

.top-concept__lead-inner {
  margin-top: 10px;
  width: 76%;
}
@media screen and (max-width: 834px) {
  .top-concept__lead-inner {
    width: 90%;
  }
}

/* top training */
.top-training {
  background: url(../img/top/top_training_bg.png) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (min-width: 835px) {
  .top-training {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .top-training {
    background: url(../img/top/top_training_bg_sp.png) no-repeat 50% 45%;
    background-size: 100% auto;
  }
}

.top-training__inner {
  padding-bottom: 160px;
}
.top-training__inner::after {
  content: "";
}
@media screen and (max-width: 834px) {
  .top-training__inner {
    padding-bottom: 60vw;
  }
  .top-training__inner::after {
    left: 30%;
  }
}

.top-training__lead {
  margin: 0 auto;
  padding: 30px 40px;
  width: 720px;
  height: 600px;
}
@media screen and (max-width: 834px) {
  .top-training__lead {
    margin: 0 auto;
    padding: 6vw 3vw 0;
    width: 90vw;
    height: 77vh;
    text-align: center;
  }
}

.top-training__lead-inner {
  margin-top: 15px;
  width: 52%;
}
@media screen and (max-width: 834px) {
  .top-training__lead-inner {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .top-training__lead-inner__ja {
    margin-top: 20px;
    display: block;
  }
}

@media screen and (min-width: 835px) {
  .top-training__lead-more {
    bottom: 15px;
  }
}

/* facility */
.top-facility {
  background: url(../img/top/top_faci_photo01.jpg) no-repeat left center;
}
@media screen and (max-width: 834px) {
  .top-facility {
    background-position: left bottom;
    background-size: 100% auto;
  }
}

.top-facility__inner {
  padding: 70px 10% 240px 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-facility__inner {
    padding: 11% 5% 46% 0;
  }
}

.top-facility__lead {
  width: 525px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .top-facility__lead {
    height: 222px;
  }
}
@media screen and (max-width: 834px) {
  .top-facility__lead {
    padding: 11% 0 15%;
    width: 75vw;
  }
}

.top-facility__lead-inner {
  margin-top: 10px;
  width: 76%;
}
@media screen and (max-width: 834px) {
  .top-facility__lead-inner {
    width: 90%;
  }
}

.top-facility__title {
  position: absolute;
  top: -25px;
  left: 5%;
}
@media screen and (max-width: 834px) {
  .top-facility__title {
    top: -4.5vw;
    left: 26%;
  }
}

@media screen and (min-width: 835px) {
  .top-facility__lead-inner__ja {
    padding-left: 60px;
    align-self: flex-start;
  }
}

.top-facility__photo02 {
  position: absolute;
  left: 80%;
  bottom: -40px;
}
.top-facility__photo02 img {
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 834px) {
  .top-facility__photo02 {
    width: 37.5vw;
    height: 37.5vw;
    left: 5%;
    top: -42%;
  }
}

@media screen and (min-width: 1700px) {
  .top-facility {
    margin-top: 100px;
  }
}
/* top price */
.top-price {
  padding: 0 0 0 2%;
  width: 100%;
  height: 640px;
  position: relative;
  background: #f8f8f8 url(../img/top/top_price_bg.jpg) no-repeat right top;
  background-size: cover;
  overflow: hidden;
}
.top-price::after {
  width: 8%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 2%;
  background: #d1c5bb;
  content: "";
}
@media screen and (max-width: 834px) {
  .top-price::after {
    width: 15%;
    height: 2px;
    left: 5%;
  }
}
@media screen and (max-width: 834px) {
  .top-price {
    padding: 0 0 45px;
    background: #f8f8f8;
    height: auto;
  }
}

@media screen and (max-width: 834px) {
  .top-price__titleWrap {
    position: absolute;
    top: 11vw;
    left: auto;
  }
}

.top-price__title {
  font-size: 4.2rem;
  letter-spacing: 5px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .top-price__title {
    font-size: 7.2vw;
    letter-spacing: normal;
  }
}

.top-price__title-sub {
  margin-top: 15px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
.top-price__title-sub span {
  margin-left: 20px;
  display: inline-block;
  font-weight: normal;
  color: #888;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .top-price__title-sub {
    font-size: 3.4vw;
  }
}

.top-price__all {
  margin-top: 40px;
  color: #a38a77;
}
.top-price__all dt {
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .top-price__all dt {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 835px) {
  .top-price__all dd span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-price__all dd {
    margin-top: 1em;
    font-size: 3.75vw;
  }
}

.top-price__btns {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .top-price__btns li + li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 834px) {
  .top-price__btns {
    display: flex;
    justify-content: space-between;
  }
  .top-price__btns li {
    width: 100%;
  }
  .top-price__btns .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

.top-price__plan-title {
  color: #a38a77;
  font-size: 1.8rem;
  text-align: center;
}
.top-price__plan-title span {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .top-price__plan-title {
    font-size: 4vw;
  }
  .top-price__plan-title span {
    font-size: 2.5vw;
  }
}

.top-price__price {
  margin-top: 40px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .top-price__price {
    margin-top: 1em;
  }
}

.top-price__p01 {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .top-price__p01 {
    font-size: 7.2vw;
  }
}

.top-price__p02 {
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .top-price__p02 {
    font-size: 3.1vw;
  }
}

.top-price__p03 {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .top-price__p03 {
    font-size: 4.68vw;
  }
}

.top-price__details {
  margin-top: 30px;
  padding-top: 1em;
  border-top: 1px solid #606060;
  display: none;
  text-align: left;
}

.top-price__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .top-price__text {
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 835px) {
  .price-left {
    position: absolute;
    top: 138px;
    right: 0;
    width: 50%;
    margin-right: 37.5%;
  }
}
@media screen and (max-width: 834px) {
  .price-left {
    margin-top: 25vw;
  }
}
.price-left .plan_btn {
  padding-top: 5%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 834px) {
  .price-left .plan_btn {
    padding-top: 20px;
    position: relative;
  }
}

@media screen and (min-width: 835px) {
  .price-right {
    width: 50%;
    position: absolute;
    top: 138px;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .price-right {
    margin-top: 10px;
    position: relative;
  }
}
@media screen and (min-width: 835px) {
  .price-right .monthly {
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 835px) {
  .price-right .general {
    position: absolute;
    left: 50%;
  }
}
@media screen and (max-width: 834px) {
  .price-right .general {
    margin-top: 10px;
  }
}

.pr-ac {
  margin: 0 auto;
  padding-top: 80px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .pr-ac {
    padding-top: 40px;
    width: 90%;
    height: auto;
  }
}

.plan_container {
  position: relative;
}

.plan_btn {
  position: relative;
  top: 0;
  padding: 5% 0 0;
  color: #fff;
  background: linear-gradient(45deg, #2b2b2b 0%, #434343 100%);
  transition: all 0.5s;
  box-sizing: border-box;
  z-index: 3;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .plan_btn {
    width: 75%;
    height: 240px;
  }
  .plan_btn:hover {
    height: 380px;
    top: -50px;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 8;
  }
  .plan_btn:hover .top-price__details {
    margin: 5% auto 0;
    padding-top: 20px;
    width: 90%;
    height: auto;
    display: block;
    border-top: 1px solid #606060;
  }
  .plan_btn:hover .show {
    bottom: 0;
    border: none;
    background: #4c4c4c;
  }
  .plan_btn:hover .show .arrow1 {
    top: 8px;
    border-color: #fff #fff transparent transparent;
  }
}
@media screen and (max-width: 834px) {
  .plan_btn {
    padding: 20px 6vw;
  }
  .plan_btn.is-active .top-price__details {
    margin-top: 20px;
    display: block;
  }
  .plan_btn.is-active .show {
    bottom: 0;
    border: none;
    background: #4c4c4c;
  }
  .plan_btn.is-active .show .arrow1 {
    top: 11px;
    border-color: #fff #fff transparent transparent;
  }
}

.top-price__details {
  margin-top: 40px;
  display: none;
}

.show {
  margin: 0 auto;
  width: 80%;
  height: 20px;
  border: 1px solid #a38a77;
  text-align: center;
  z-index: 8;
  -webkit-transform: perspective(0);
}
@media screen and (min-width: 835px) {
  .show {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .show {
    margin-top: 20px;
    width: 100%;
    height: 25px;
  }
}

.arrow1 {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
}

.top-price__time {
  margin-top: 1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .top-price__time {
    margin-top: 2em;
    font-size: 3.1vw;
  }
}

@media screen and (min-width: 835px) {
  .monthly .top-price__price {
    margin-top: 20px;
  }
  .monthly:hover {
    height: 440px;
  }
}

@media screen and (min-width: 835px) {
  .general .top-price__price {
    margin-top: 10px;
  }
  .general:hover {
    height: 470px;
  }
}

/* top map */
.top-map {
  position: relative;
  background: #101010;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .top-map {
    padding-bottom: 450px;
  }
}

.top-map__inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2deda;
}
@media screen and (min-width: 835px) {
  .top-map__inner {
    padding: 15px;
    width: 96%;
    position: absolute;
    top: -60px;
    left: 2%;
  }
}
@media screen and (max-width: 834px) {
  .top-map__inner {
    flex-flow: column-reverse;
  }
}

.top-map__canvas {
  width: 58%;
}
@media screen and (max-width: 834px) {
  .top-map__canvas {
    width: 100%;
  }
}

@media screen and (min-width: 835px) {
  .top-map__detail {
    padding-left: 40px;
    flex: 1;
  }
}
@media screen and (max-width: 834px) {
  .top-map__detail {
    padding: 10% 5%;
  }
}

.top-map__title {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .top-map__title {
    font-size: 7.5vw;
  }
}

.top-map__address {
  margin-top: 40px;
}
.top-map__address dt {
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .top-map__address dt {
    font-size: 4vw;
  }
}
.top-map__address dd {
  margin-top: 0.5em;
}
@media screen and (max-width: 834px) {
  .top-map__address dd {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 834px) {
  .top-map__address {
    margin-top: 9%;
  }
}

.top-map__btn {
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .top-map__btn {
    text-align: center;
  }
}

/* concept
----------------------------------- */
.concept-main-hdr {
  background: url(../img/concept/kv.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .concept-main-hdr {
    background-image: url(../img/concept/kv_sp.jpg);
  }
}

@media screen and (min-width: 835px) {
  .concept-lead {
    background: url(../img/concept/concept_lead_bg.jpg) no-repeat top right;
  }
}
@media screen and (max-width: 834px) {
  .concept-lead .lead + .lead {
    margin-top: 2em;
  }
}

.concept-lead__copy {
  margin-top: 70px;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .concept-lead__copy {
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 7.5vw;
  }
}

.concept-inner {
  padding-top: 10px;
}

/* facilities
----------------------------------- */
.faci-main-hdr {
  background: url(../img/facility/kv.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .faci-main-hdr {
    background-image: url(../img/facility/kv_sp.jpg);
  }
}

/* row */
.faci-lyt02__title {
  font-weight: bold;
  font-size: 1.8rem;
}
.faci-lyt02__title::first-letter {
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .faci-lyt02__title {
    font-size: 4.68vw;
  }
  .faci-lyt02__title::first-letter {
    font-size: 6.56vw;
  }
}

.faci-lyt02__title__sub {
  margin-left: 0.5em;
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 834px) {
  .faci-lyt02__title__sub {
    font-size: 4.68vw;
  }
}

/* soap system */
.faci-sys {
  margin: 70px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 834px) {
  .faci-sys {
    margin-top: 40px;
    padding: 0 15%;
    width: 100%;
  }
}

/* inner */
.faci-inner01 {
  background: url(../img/facility/faci_mainContents_bg.jpg) no-repeat right 0 bottom 200px;
}
@media screen and (max-width: 834px) {
  .faci-inner01 {
    background-position: right 0 bottom 19%;
    background-size: 90% auto;
  }
}

.faci-inner02 {
  margin-top: 15px;
}

/* login */
.faci-login {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  background: #f3f2f0;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .faci-login {
    flex-flow: column;
  }
}

.faci-login__photo {
  align-self: center;
  line-height: 0;
}
@media screen and (max-width: 999px) {
  .faci-login__photo--02 {
    display: none;
  }
}

.faci-login__detail {
  padding: 50px 10px;
  flex: 1 0 40%;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .faci-login__detail {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .faci-login__detail {
    padding: 6vw 12.5vw;
  }
}

.faci-login__title {
  color: #9a8272;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .faci-login__title {
    font-size: 8.4vw;
  }
}

.faci-login__text {
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .faci-login__text {
    margin-top: 1em;
    line-height: 1.6;
  }
}

@media screen and (max-width: 834px) {
  .faci-login__btn {
    width: 100%;
  }
}

/* prime facility */
.faci-pf {
  margin: 30px auto 0;
  width: 86%;
}

/* training
----------------------------------- */
.tra-main-hdr {
  background: url(../img/training/kv.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .tra-main-hdr {
    background-image: url(../img/training/kv_sp.jpg);
  }
}

/* lead */
.tra-lead__photo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  line-height: 1;
}
.tra-lead__photo li + li {
  margin-left: 35px;
}
@media screen and (max-width: 834px) {
  .tra-lead__photo {
    margin: 5.5% auto 0;
    width: 70%;
  }
  .tra-lead__photo li + li {
    margin-left: 20px;
  }
}

/* about */
.tra-about__main {
  margin: 30px auto 0;
  max-width: 860px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .tra-about__main {
    padding: 0 5%;
    width: 100%;
  }
}

.tra-about__main-text {
  margin-top: 1em;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .tra-about__main-text {
    text-align: left;
    line-height: 1.6;
  }
}

.tra-about__main-btn {
  margin-top: 30px;
}

/* コンディションチェック */
.tra-about__check {
  margin: 60px auto 0;
  padding: 25px 0;
  max-width: 860px;
  border: 4px solid #d7d7d7;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .tra-about__check {
    width: 100%;
  }
}

.tra-about__check-label {
  margin-bottom: 10px;
  padding: 5px 13px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  background: #080808;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .tra-about__check-label {
    font-size: 3.75vw;
  }
}

.tra-about__check-title {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .tra-about__check-title {
    font-size: 6.875vw;
  }
}

.tra-about__check-title__sub {
  margin-left: 1em;
  font-size: 1.3rem;
  letter-spacing: normal;
}
@media screen and (max-width: 834px) {
  .tra-about__check-title__sub {
    display: block;
    font-size: 3.1vw;
  }
}

.tra-about__check-lead {
  margin-top: 20px;
  padding: 0 3%;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .tra-about__check-lead {
    text-align: left;
  }
}

.tra-about-check-lyt02 {
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .tra-about-check-lyt02 {
    padding: 0 10vw;
  }
}

.tra-about-check-lyt02-title__sub {
  margin-left: 0.5em;
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .tra-about-check-lyt02-title__sub {
    font-size: 3.4vw;
  }
}

.tra-about-check-lyt02__labelText {
  vertical-align: text-bottom;
}
@media screen and (max-width: 834px) {
  .tra-about-check-lyt02__labelText {
    height: 15px;
  }
}

.tra-lyt02__photo {
  margin-top: 15px;
}
@media screen and (max-width: 834px) {
  .tra-lyt02__photo {
    margin-top: 10px;
  }
}

/* トレーナー */
.tra-trainers {
  margin: 30px auto 0;
  max-width: 860px;
  display: flex;
}
@media screen and (max-width: 834px) {
  .tra-trainers {
    flex-flow: column;
  }
}

.tra-trainers__detail {
  width: calc(50% - 20px);
}
.tra-trainers__detail + .tra-trainers__detail {
  margin-left: 40px;
}
.tra-trainers__detail > p {
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .tra-trainers__detail {
    width: 100%;
  }
  .tra-trainers__detail + .tra-trainers__detail {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 20px;
    border-top: 1px solid #c7c7c7;
  }
}

.tra-trainers__data {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .tra-trainers__photo {
    width: 28vw;
  }
}

.tra-trainers__name {
  padding-left: 20px;
  font-size: 2.2rem;
}

.tra-trainers__name__sub {
  display: block;
  color: #a38a77;
  font-size: 1.2rem;
}

/* price
----------------------------------- */
.pri-main-hdr {
  background: url(../img/price/kv.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .pri-main-hdr {
    background-image: url(../img/price/kv_sp.jpg);
  }
}

/* plan */
.pri-plan {
  margin: 0 auto;
  padding: 40px;
  max-width: 860px;
  color: #fff;
  background: linear-gradient(to right, #2b2b2b, #434343);
}
.pri-plan + .pri-plan {
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .pri-plan {
    margin: 0 4.7%;
    padding: 6.25vw 5vw 7.8vw;
  }
}

.pri-plan__top {
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #606060;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .pri-plan__top {
    flex-flow: column;
    justify-content: center;
    padding-bottom: 4vw;
  }
}

.pri-plan__title {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .pri-plan__title {
    font-size: 4vw;
    text-align: center;
  }
}

.pri-plan__title__sub {
  margin-top: 0.5em;
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .pri-plan__title__sub {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 834px) {
  .pri-plan__prices {
    margin-top: 4vw;
    line-height: 1;
  }
}

.pri-plan__p1 {
  font-size: 3.6rem;
}
@media screen and (max-width: 834px) {
  .pri-plan__p1 {
    font-size: 7.2vw;
  }
}

.pri-plan__p2 {
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .pri-plan__p2 {
    font-size: 3.1vw;
  }
}

.pri-plan__p3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .pri-plan__p3 {
    font-size: 4.68vw;
  }
}

.pri-plan__p4 {
  margin-top: 0.5em;
  display: block;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .pri-plan__p4 {
    font-size: 3.4vw;
    text-align: center;
  }
}

.pri-plan__btm {
  padding: 30px 20px 0;
}
@media screen and (max-width: 834px) {
  .pri-plan__btm {
    padding: 6.25vw 4.68vw 0;
  }
}

.pri-plan__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .pri-plan__text {
    font-size: 3.75vw;
  }
}

.pri-plan__detail {
  margin-top: 30px;
  padding: 15px 20px 20px 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 835px) {
  .pri-plan__detail {
    border: 1px solid #606060;
    border-radius: 8px;
  }
}
@media screen and (max-width: 834px) {
  .pri-plan__detail {
    margin-top: 4.68vw;
    padding: 4.68vw 0 0;
    border-top: 1px solid #606060;
    font-size: 3.75vw;
  }
}

.pri-plan__detailList {
  margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.pri-plan__detailList dt {
  margin-top: 5px;
  background: #606060;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .pri-plan__detailList dt {
    width: 84px;
  }
}
.pri-plan__detailList dd {
  margin-top: 5px;
  padding-left: 1em;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .pri-plan__detailList dd {
    width: calc(100% - 84px);
  }
}
@media screen and (max-width: 834px) {
  .pri-plan__detailList {
    margin-top: 4vw;
    flex-flow: column;
  }
  .pri-plan__detailList dt, .pri-plan__detailList dd {
    width: 100%;
    text-align: left;
  }
  .pri-plan__detailList dt {
    padding: 0.5em 5px;
  }
  .pri-plan__detailList dd {
    margin-top: 3.1vw;
    padding: 0;
  }
  .pri-plan__detailList dd + dt {
    margin-top: 4.68vw;
  }
}

/* 入会時の持ち物 */
.pri-plan__join {
  margin: 10px auto 0;
  padding: 20px 20px 20px 60px;
  max-width: 860px;
  border: 2px solid #cab3a2;
}
@media screen and (max-width: 834px) {
  .pri-plan__join {
    margin: 4.7% 4.7% 0;
    padding: 4.7vw 9vw;
  }
}

.pri-plan__join__title {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .pri-plan__join__title {
    font-size: 4vw;
  }
}

.pri-plan__join__list {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .pri-plan__join__list {
    margin-top: 4.68vw;
  }
}

/* 施設利用方法 */
.pri-usage-lead {
  padding: 30px 15px;
}
@media screen and (max-width: 834px) {
  .pri-usage-lead {
    text-align: left;
    padding: 20px 4.7%;
  }
}

.pri-usage__photo {
  line-height: 1;
}

.pri-usage__btns {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .pri-usage__btns li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .pri-usage__btns {
    margin-top: 4vw;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 834px) {
  .pri-useage__btn01 {
    width: 100%;
  }
  .pri-btn__access {
    width: 100%;
    max-width: none;
    border: 1px solid #a38a77;
    color: #a38a77;
    background: none;
  }
  .pri-btn__access::after {
    border-color: transparent transparent transparent #a38a77;
  }
  .pri-useage__btn02 {
    margin-top: 2%;
    width: 100%;
  }
  .pri-useage__btn02 a {
    max-width: none;
  }
  .pri-btn__form {
    width: 100%;
    min-width: inherit;
  }
}
/* access
----------------------------------- */
.acc-main-hdr {
  background: url(../img/access/kv.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .acc-main-hdr {
    background-image: url(../img/access/kv_sp.jpg);
  }
}

/* lead */
.acc-main-lead {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .acc-main-lead {
    padding-bottom: 50px;
  }
}

/* contact */
.acc-contact {
  margin: 0 auto;
}
.acc-contact + .acc-contact {
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .acc-contact {
    min-width: 600px;
    display: table;
  }
  .acc-contact dt, .acc-contact dd {
    display: table-cell;
  }
}
@media screen and (max-width: 834px) {
  .acc-contact + .acc-contact {
    margin-top: 6.875vw;
  }
  .acc-contact--inq {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.acc-contact__title {
  width: 130px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .acc-contact__title {
    margin-bottom: 4.375vw;
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .acc-contact__wrap {
    padding: 10px 15px;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 835px) {
  .acc-contact__wrap--telNo {
    padding-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .acc-contact__wrap--telNo {
    border: 1px solid #d7d7d7;
  }
}
.acc-contact__wrap--mail {
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .acc-contact__wrap--mail {
    border: 1px solid #a38a77;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 834px) {
  .acc-contact__wrap--info {
    font-size: 3.75vw;
    text-align: center;
  }
}

.acc-contact__telIcon {
  vertical-align: middle;
}

.acc-contact__telNo {
  padding-left: 5px;
  display: inline-block;
  font-size: 2.3rem;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .acc-contact__telNo {
    font-size: 4vw;
  }
}

@media screen and (min-width: 835px) {
  .acc-contact__mailAddress {
    padding-left: 0.5em;
  }
}

@media screen and (min-width: 835px) {
  .acc-contact__date {
    padding-left: 1em;
  }
}
@media screen and (max-width: 834px) {
  .acc-contact__date {
    display: block;
  }
}

/* address */
.acc-map__address {
  padding: 40px 0 30px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .acc-map__address {
    padding: 8.75vw 0 4.375vw;
    font-size: 3.75vw;
  }
}

#map_canvas {
  height: 450px;
}

.acc-map__btn {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .acc-map__btn {
    margin-top: 4.68vw;
    justify-content: center;
  }
}

.acc-btn-bdr__map {
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}

.acc-btn-bdr__icon {
  margin-left: 0.5em;
  font-size: 1.2rem;
}

/* route */
.acc-route {
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 834px) {
  .acc-route {
    margin-top: 15vw;
  }
}

.acc-route__title {
  font-size: 2.3rem;
  text-align: center;
}

.acc-route__title__sub {
  margin-left: 20px;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .acc-route__title__sub {
    margin-left: 0;
    display: block;
  }
}

.acc-route-lyt02 {
  margin-top: 35px;
}
@media screen and (max-width: 834px) {
  .acc-route-lyt02 {
    padding: 0 14vw;
  }
}

@media screen and (max-width: 834px) {
  .acc-route-lyt02__detail + .acc-route-lyt02__detail {
    margin-top: 9vw;
  }
}

.acc-route-lyt02__title {
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .acc-route-lyt02__title {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-size: 3.75vw;
  }
  .acc-route-lyt02__title img {
    position: absolute;
    left: 0;
    width: 20px;
  }
}

@media screen and (min-width: 835px) {
  .acc-route-lyt02__title__sub {
    padding-left: 0.5em;
  }
}
@media screen and (min-width: 835px) {
  .acc-route-lyt02__title__sub {
    display: inline-block;
    vertical-align: text-top;
  }
}

.acc-route-lyt02__photo {
  position: relative;
}
.acc-route-lyt02__photo::after {
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  content: "";
}
@media screen and (min-width: 835px) {
  .acc-route-lyt02__photo::after {
    right: -20px;
    top: calc(50% - 13px);
    border-width: 13px 0 13px 13px;
    border-color: transparent transparent transparent #d7d7d7;
  }
}
@media screen and (max-width: 834px) {
  .acc-route-lyt02__photo::after {
    bottom: -15px;
    left: calc(50% - 7px);
    border-width: 7px 7px 0 7px;
    border-color: #d7d7d7 transparent transparent transparent;
  }
}

@media screen and (min-width: 1721px) {
  .acc-route {
    max-width: none;
  }
  .acc-route-lyt02 {
    flex-flow: row nowrap;
    justify-content: center;
  }
  .acc-route-lyt02__detail {
    padding: 0 15px;
    width: auto;
  }
  .acc-route-lyt02__detail:nth-of-type(n+3) {
    margin-top: 0;
  }
}
/* news
----------------------------------- */
.news-main-hdr {
  background: url(../img/news/kv.jpg) no-repeat center center;
  background-size: cover;
}

.news-main-contents {
  margin: 0 auto;
  padding-top: 50px;
  max-width: 860px;
}
@media screen and (max-width: 834px) {
  .news-main-contents {
    padding-top: 3.4vw;
  }
}

.news-list__link {
  font-size: 1.8rem;
  word-break: break-all;
}
@media screen and (min-width: 835px) {
  .news-list__link {
    padding: 40px 100px 40px 0;
  }
}
@media screen and (max-width: 834px) {
  .news-list__link {
    font-size: 4.375vw;
  }
}

.news-list__date {
  margin-top: 20px;
  display: block;
  color: #080808;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .news-list__date {
    margin-top: 1em;
    font-size: 4vw;
  }
}

/* pager */
.news-pager {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.news-pager li {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 36px;
}
.news-pager li + li {
  margin-left: 8px;
}
.news-pager a {
  text-decoration: none;
}
.news-pager [aria-current=true] {
  border: 3px solid #fff;
}
.news-pager [aria-current=true] a {
  color: #a0a0a0;
  pointer-events: none;
}
.news-pager [aria-current=false] {
  border: 3px solid #f3f2f0;
}
@media screen and (max-width: 834px) {
  .news-pager {
    font-size: 3.75vw;
  }
  .news-pager li {
    width: 36px;
    height: 36px;
    line-height: 30px;
  }
  .news-pager li + li {
    margin-left: 4px;
  }
}

/* news single
----------------------------------- */
.single-main-ttl__wrap {
  max-width: 900px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .single-main-ttl__wrap {
    padding: 0 2.5%;
  }
}

.signle-main-ttl__text {
  font-size: 2.3rem;
  line-height: 1.5;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .signle-main-ttl__text {
    font-size: 6.25vw;
  }
}

.single-main-ttl__subText {
  font-weight: normal;
  font-size: 1.5rem;
}
@media screen and (min-width: 835px) {
  .single-main-ttl__subText {
    position: absolute;
    left: auto;
    bottom: 45px;
  }
}

/* single body */
.single-main-contents {
  margin: 0 auto;
  padding-top: 50px;
  max-width: 860px;
  color: #181818;
  font-size: 1.6rem;
  text-align: center;
  word-break: break-all;
}
@media screen and (min-width: 835px) {
  .single-main-contents {
    line-height: 2;
  }
}
@media screen and (max-width: 834px) {
  .single-main-contents {
    padding-top: 3.4vw;
    font-size: 4.68vw;
  }
}
@media screen and (max-width: 834px) {
  .single-main-contents .t-left {
    text-align: left;
  }
}
.single-main-contents .red {
  color: #ff3a13;
}

.single-title01 {
  margin-bottom: 40px;
  padding: 0 10% 20px;
  border-bottom: 1px solid #d3c8c0;
  color: #a38a77;
  font-size: 2.3rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .single-title01 {
    padding: 0 2% 5%;
    font-size: 6.25vw;
  }
}

.single-title02 {
  margin-bottom: 20px;
  padding: 0 45px;
  display: inline-block;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .single-title02 {
    font-size: 5.9vw;
    padding: 0 25px;
  }
}
.single-title02 span {
  padding: 0 12px;
  display: inline-block;
  position: relative;
  background: #fff;
  z-index: 1;
}
.single-title02::before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #707070;
  content: "";
}

.single-strong {
  font-weight: bold;
}

.single-copy01 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .single-copy01 {
    font-size: 5vw;
  }
}

.single-copy02 {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .single-copy02 {
    font-size: 6.56vw;
  }
}

.single-notice-wrap {
  margin: 30px 11%;
  padding: 1em 0;
  border-top: 1px dotted #777;
  border-bottom: 1px dotted #777;
  color: #777;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .single-notice-wrap {
    margin: 15px 5%;
    font-size: 3.75vw;
  }
}
.single-notice-wrap .single-notice {
  padding-left: 1em;
  font-size: 1.5rem;
  text-indent: -1em;
  line-height: 1.4;
}
.single-notice-wrap .single-notice + .single-notice {
  margin-top: 0.5em;
}
.single-notice-wrap .single-notice::before {
  content: "※";
}

.single-bdr {
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
}

.single-btn-wrap {
  display: flex;
}
.single-btn-wrap > * + * {
  margin-left: 10px;
}
.single-btn-wrap.center {
  justify-content: center;
}
.single-btn-wrap.right {
  justify-content: flex-end;
}

.single-btn-w, .single-btn-b {
  padding: 1em 30px 1em 20px;
  position: relative;
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  line-height: 1;
}
.single-btn-w::after, .single-btn-b::after {
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: calc(50% - 3.5px);
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  content: "";
}
@media screen and (max-width: 834px) {
  .single-btn-w, .single-btn-b {
    font-size: 3.75vw;
  }
}
.single-btn-w {
  border: 1px solid #a38a77;
}
.single-btn-w::after {
  border-color: transparent transparent transparent #a38a77;
}
@media screen and (min-width: 835px) {
  .single-btn-w:hover {
    color: #fff;
    background: #a38a77;
  }
  .single-btn-w:hover::after {
    border-color: transparent transparent transparent #fff;
  }
}
.single-btn-b {
  color: #fff;
  background: #a38a77;
}
.single-btn-b::after {
  border-color: transparent transparent transparent #fff;
}
.single-btn-b:hover {
  text-decoration: none;
}
@media screen and (min-width: 835px) {
  .single-btn-b:hover {
    background: rgb(141.25, 119.237012987, 104.5616883117);
  }
}
.single-btn-large {
  display: inline-block;
  border: 2px solid #a38a77;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  background: url(../img/news/icon_btn_arrow.png) no-repeat right 13px top 50%, linear-gradient(to bottom, #6f5847, #9d8571);
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 835px) {
  .single-btn-large {
    width: 600px;
    height: 80px;
    line-height: 78px;
  }
  .single-btn-large:hover {
    background: url(../img/news/icon_btn_arrow.png) no-repeat right 13px top 50%, linear-gradient(to top, #6f5847, #9d8571);
  }
}
@media screen and (max-width: 834px) {
  .single-btn-large {
    padding: 10px 30px 10px 3.75vw;
    width: 100%;
    max-width: 600px;
    font-size: 4.375vw;
    background-size: 11px auto, auto;
  }
}

/* form
----------------------------------- */
/* kv */
.form-main-hdr {
  background: url(../img/form/kv.jpg) no-repeat center center;
  background-size: cover;
}

:placeholder-shown {
  color: #999;
}

.contact-form {
  max-width: 860px;
  position: relative;
  background: #fcfcfc;
  border: 1px solid #f1eeee;
}
@media screen and (min-width: 835px) {
  .contact-form {
    margin: -90px auto 0;
  }
}

.form__join {
  margin: 0;
}

.sta {
  margin: 0 auto;
  padding: 60px 0;
  width: 166px;
}
@media screen and (max-width: 834px) {
  .sta {
    padding: 30px 0;
  }
}

.contact-form-in {
  padding: 0 60px 60px 60px;
  color: #181818;
}
@media screen and (max-width: 834px) {
  .contact-form-in {
    padding: 0 20px 20px;
  }
}
.contact-form-in p {
  font-size: 1.4rem;
}
.contact-form-in input[type=text], .contact-form-in input[type=email], .contact-form-in input[type=tel] {
  margin-top: 0px;
  padding: 15px;
  font-family: "Lato", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  background: #eee;
  border-radius: 5px;
  border: none;
  font-size: 1.5rem;
  box-sizing: content-box;
}
.contact-form-in select {
  width: 40%;
  padding: 12px 15px;
  color: #000;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: url(../img/form/select-arrow.png) no-repeat, #eee;
  background-position: top 20px right 15px;
  background-size: 11px, 30%;
}
.contact-form-in textarea {
  padding: 15px;
  width: 530px;
  font-family: "Lato", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  background: #eee;
  border: none;
  border-radius: 5px;
  border: none;
  height: 120px;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .contact-form-in textarea {
    width: 100%;
  }
}
.contact-form-in .bg-g {
  margin-top: 15px;
  border-top: 1px solid #eee;
  background: #eee;
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
}
.contact-form-in .sta-in {
  font-size: 1.5rem;
}
.contact-form-in .sta-title {
  padding: 30px 0;
  text-align: right;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .contact-form-in .sta-title {
    padding: 30px 0 0;
    text-align: left;
  }
}
.contact-form-in .w10 {
  width: 4%;
  margin-right: 8px;
}
@media screen and (max-width: 834px) {
  .contact-form-in .w10 {
    width: 10%;
  }
}
.contact-form-in .w25 {
  width: 25%;
}
@media screen and (max-width: 834px) {
  .contact-form-in .w25 {
    width: 90%;
  }
}
.contact-form-in .w30 {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .contact-form-in .w30 {
    width: 90%;
  }
}
.contact-form-in .w100 {
  width: 530px;
}
@media screen and (max-width: 834px) {
  .contact-form-in .w100 {
    width: 90%;
  }
}
.contact-form-in span {
  color: #ff3a13;
}
.contact-form-in table {
  margin: 20px auto 0;
  width: 100%;
}
.contact-form-in table tr {
  padding: 0 16px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.contact-form-in table th {
  padding-right: 40px;
  width: 170px;
  vertical-align: top;
}
@media screen and (max-width: 834px) {
  .contact-form-in table th {
    padding-right: 0;
    display: block;
    width: 100%;
  }
}
.contact-form-in table td {
  width: 530px;
}
@media screen and (max-width: 834px) {
  .contact-form-in table td {
    display: block;
    width: 100%;
  }
}
.contact-form-in table td div {
  padding: 15px 0;
  vertical-align: top;
}
.contact-form-in .radio-ol {
  padding-top: 25px;
}
@media screen and (max-width: 834px) {
  .contact-form-in .radio-ol {
    padding-top: 0;
  }
}
.contact-form-in .radio02-input {
  display: none;
}
.contact-form-in .radio02-input + label {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  width: 30%;
}
@media screen and (max-width: 834px) {
  .contact-form-in .radio02-input + label {
    display: block;
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    width: 100%;
  }
}
.contact-form-in .radio02-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #e3e3e3;
  border: #e3e3e3;
  border-radius: 50%;
}
.contact-form-in .kik li {
  width: 32%;
  display: inline-block;
  font-size: 1.3rem;
}

.radio02-input:checked + label::before {
  background: #fcfcfc;
  border: 1px solid #e3e3e3;
}
.radio02-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #ff3a15;
  border-radius: 50%;
}

.ui-datepicker-trigger {
  margin-left: -35px;
  margin-right: 35px;
  margin-top: 8px;
  margin-bottom: -3px;
}

@media screen and (max-width: 834px) {
  #datepicker {
    width: 35%;
  }
}
#submit_button, .kakunin-form #submit_button {
  margin: 30px 5px;
  width: 150px;
  height: 50px;
  background: url(../img/form/arrow_right_s.png) no-repeat top 20px right 8px, #9a8272;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#submit_button:hover, .kakunin-form #submit_button:hover {
  background: url(../img/form/arrow_right_s2.png) no-repeat top 20px right 8px, #7e6352;
}

.kakunin-form #submit_button2 {
  margin: 30px 5px;
  width: 150px;
  height: 50px;
  background: url(../img/form/arrow_right_s2.png) no-repeat top 20px right 8px, #fcfcfc;
  color: #9a8272;
  font-size: 18px;
  border: 1px solid #9a8272;
  cursor: pointer;
}

.thanks h3 {
  margin-bottom: 30px;
  color: #a38a77;
  font-weight: bold;
  font-size: 2.3rem;
}
.thanks .btn_more {
  position: relative;
  display: block;
  margin-bottom: 3px;
  width: 250px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(90deg, #9e8572 0%, #977e6c 100%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #fcfcfc;
  color: #886c56;
  border: 1px solid #886c56;
}

/* 入会時の持ち物 */
.pri-plan__join {
  margin: 10px auto 0;
  padding: 20px 20px 20px 60px;
  max-width: 860px;
  border: 2px solid #cab3a2;
}
@media screen and (max-width: 834px) {
  .pri-plan__join {
    margin: 4.7% 4.7% 0;
    padding: 4.7vw 9vw;
  }
}

.pri-plan__join__title {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .pri-plan__join__title {
    font-size: 4vw;
  }
}

.pri-plan__join__list {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .pri-plan__join__list {
    margin-top: 4.68vw;
  }
}

/* header
----------------------------------- */
.glb-hdr {
  padding: 0 30px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
}
.glb-hdr--bg {
  background: #fff;
}
@media screen and (max-width: 1040px) {
  .glb-hdr {
    padding: 0 15px;
    width: 100%;
    height: 45px;
    left: 0;
  }
}

.glb-hdr__ttl {
  align-self: center;
}
@media screen and (max-width: 1040px) {
  .glb-hdr__ttl {
    width: 83px;
    position: relative;
    line-height: 0;
    z-index: 900;
  }
}

.glb-hdr__nav {
  height: 100%;
}
@media screen and (max-width: 1040px) {
  .glb-hdr__nav {
    display: flex;
    align-items: center;
  }
}

.glb-hdr__navList {
  display: flex;
  height: 100%;
  font-size: 1.4rem;
}
.glb-hdr__navList a:hover {
  text-decoration: none;
}

.glb-hdr__navMenu {
  height: 100%;
  line-height: 1;
}
.glb-hdr__navMenu a {
  padding: 0 9px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #101010;
  text-decoration: none;
}
.glb-hdr__navMenu a:hover {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0.3), #f4f4f4);
}
.glb-hdr__navMenu[aria-current=false] .glb-hdr__SubTitle {
  display: none;
}
.glb-hdr__navMenu[aria-current=true] a {
  border-bottom: 1px solid #ddcfc4;
  color: #9a8272;
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0.3), #f4f4f4);
}

.glb-hdr__SubTitle {
  margin-top: 5px;
  font-size: 1.1rem;
}

.glb-hdr__contactList[aria-current=true] a {
  color: #fff;
  background: #a38a77;
}
.glb-hdr__contactList a {
  border-bottom: 0;
  color: #9a8272;
}
.glb-hdr__contactList a:hover {
  color: #fff;
  background: #a38a77;
}
.glb-hdr__contactList--trial {
  margin-left: 10px;
}
.glb-hdr__contactList--join {
  margin-right: 10px;
}

.glb-hdr__memberList {
  display: flex;
  align-items: center;
  line-height: 1;
}

.glb-hdr__member {
  padding: 12px 10px;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  background: #a38a77;
  text-decoration: none;
}
.glb-hdr__member:hover {
  background: rgb(150.25, 127.2055214724, 109.6917177914);
}

/* spナビゲーション */
@media screen and (max-width: 1040px) {
  .glb-hdr__navBtn {
    display: flex;
    align-items: center;
  }
  .glb-hdr__telNo {
    padding-right: 20px;
    position: relative;
    font-size: 0;
    z-index: 900;
  }
  .glb-hdr__toggle {
    width: 30px;
    height: 18px;
    position: relative;
    z-index: 900;
  }
  .glb-hdr__toggle, .glb-hdr__toggle span {
    display: inline-block;
    transition: all 0.4s;
  }
  .glb-hdr__toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #080808;
  }
  .glb-hdr__toggle span:nth-of-type(1) {
    top: 0;
  }
  .glb-hdr__toggle span:nth-of-type(2) {
    top: 9px;
  }
  .glb-hdr__toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .glb-hdr__toggle.is-active span {
    background: #a38a77;
  }
  .glb-hdr__toggle.is-active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .glb-hdr__toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .glb-hdr__toggle.is-active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .glb-hdr__navListWrap {
    padding: 40px 15%;
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    line-height: 1;
    z-index: 800;
  }
  .glb-hdr__navList--sp {
    padding-top: 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .glb-hdr__navList--sp li {
    margin-top: 15px;
    width: 33%;
    font-size: 2.6rem;
    text-align: center;
  }
  .glb-hdr__navList--sp li + .glb-hdr__contactList {
    margin-top: 25px;
  }
  .glb-hdr__navList--sp .glb-hdr__SubTitle {
    display: block;
    color: #a38a77;
    font-size: 1.3rem;
  }
  .glb-hdr__navList--sp a {
    color: #080808;
    text-decoration: none;
  }
  .glb-hdr__navList--sp a:hover {
    color: #a38a77;
  }
  .glb-hdr__contactListWrap {
    margin: 0 auto;
    max-width: 370px;
    font-size: 0;
  }
  .glb-hdr__contactList {
    margin-top: 25px;
    width: 100%;
    display: inline-block;
    border: 1px solid #a38a77;
    line-height: 1;
  }
  .glb-hdr__contactList + .glb-hdr__contactList {
    margin-left: 4%;
  }
  .glb-hdr__contactList + .glb-hdr__memberList {
    margin-top: 5px;
  }
  .glb-hdr__contactList a {
    padding: 20px 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #9a8272;
    font-size: 1.6rem;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .glb-hdr__member {
    padding: 20px 0;
    width: 100%;
    font-size: 1.6rem;
  }
}
.glb-hdr__socialList {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  color: #080808;
  font-size: 24px;
}
.glb-hdr__socialList li + li {
  margin-left: 20px;
}
.glb-hdr__socialList a {
  color: #adadad;
}

@media screen and (max-width: 834px) {
  .glb-hdr__navList--sp {
    padding-top: 10%;
    flex-flow: column;
  }
  .glb-hdr__navList--sp li {
    width: 100%;
    font-size: 6.56vw;
  }
  .glb-hdr__SubTitle {
    font-size: 2.8vw;
  }
  .glb-hdr__contactList a {
    font-size: 3.75vw;
  }
  .glb-hdr__member {
    font-size: 3.75vw;
  }
  .glb-hdr__toggle {
    width: 15px;
    height: 9px;
  }
  .glb-hdr__toggle span:nth-of-type(2) {
    top: 4px;
  }
  .glb-hdr__toggle.is-active span {
    background: #a38a77;
  }
  .glb-hdr__toggle.is-active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
  }
  .glb-hdr__toggle.is-active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
  }
}
@keyframes glbHdrPulldown {
  0% {
    top: -100vh;
  }
  100% {
    top: 45px;
  }
}
/* 切り替え */
@media screen and (max-width: 1040px) {
  .glb-hdr--pc {
    display: none;
  }
}

@media screen and (min-width: 1041px) {
  .glb-hdr--sp {
    display: none;
  }
}
/* footer
----------------------------------- */
.glb-ftr {
  padding: 80px 13px 20px;
  color: #c7c7c7;
  font-size: 1.4rem;
  background: #101010;
}
@media screen and (max-width: 834px) {
  .glb-ftr {
    padding: 60px 4.7% 20px;
  }
}

.glb-ftr__prime {
  padding: 18px 0 72px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f3f2f0;
}
@media screen and (max-width: 834px) {
  .glb-ftr__prime {
    padding: 0 0 10%;
    flex-flow: column;
    text-align: center;
  }
}

@media screen and (min-width: 835px) {
  .glb-ftr__prime-img {
    margin-right: 35px;
    transition: all 0.2s ease-in-out;
  }
  .glb-ftr__prime-img:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .glb-ftr__prime-img {
    margin-top: 1em;
    width: 90%;
  }
}

.glb-ftr__prime-ttl {
  color: #9a8272;
  font-size: 1.6rem;
}

.glb-ftr__prime-ttlSub {
  margin-bottom: 25px;
  font-family: "Arvo";
  font-size: 1.2rem;
}

.glb-ftr__prime-copyWrap {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .glb-ftr__prime-copyWrap {
    font-size: 4.375vw;
  }
}

.glb-ftr__prime-copy {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .glb-ftr__prime-copy {
    font-size: 5vw;
  }
}

.glb-ftr__contact {
  margin: 0 auto;
  padding: 30px 0 20px 0;
  max-width: 842px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f3f2f0;
}
@media screen and (max-width: 834px) {
  .glb-ftr__contact {
    flex-flow: column;
  }
}

.glb-ftr__contact-logo {
  padding: 27px 43px;
  width: 20%;
  box-sizing: content-box;
}
@media screen and (max-width: 834px) {
  .glb-ftr__contact-logo {
    padding: 0 0 20px 0;
    width: 50%;
  }
}

@media screen and (min-width: 835px) {
  .glb-ftr__contact-detail {
    width: 68%;
  }
}

.glb-ftr__contact-info {
  padding-bottom: 10px;
  display: flex;
  line-height: 1;
}
.glb-ftr__contact-info dt {
  margin-top: 6px;
  width: 14%;
}
.glb-ftr__contact-info dd {
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  .glb-ftr__contact-info {
    flex-flow: column;
  }
  .glb-ftr__contact-info dt {
    margin-top: 0;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .glb-ftr__contact-info dt span {
    padding: 0 0.5em;
    display: inline-block;
    position: relative;
    background: #080808;
    z-index: 2;
  }
  .glb-ftr__contact-info dt::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
  }
  .glb-ftr__contact-info dd {
    margin-top: 1em;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
  }
}

.glb-ftr__contact-tel {
  padding-left: 25px;
  font-size: 2.1rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .glb-ftr__contact-tel {
    padding: 6% 0;
    width: 49%;
    text-align: center;
    border: 1px solid #424242;
    font-size: 3.75vw;
    color: #c7c7c7;
  }
}

.glb-ftr__icon-phone {
  margin-right: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.4rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 834px) {
  .glb-ftr__icon-phone {
    position: static;
    font-size: 3.4vw;
    vertical-align: middle;
  }
}

.glb-ftr__contact-mail {
  position: relative;
}
@media screen and (min-width: 835px) {
  .glb-ftr__contact-mail {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 834px) {
  .glb-ftr__contact-mail {
    padding: 4% 3% 4% 11%;
    width: 49%;
    border: 1px solid #52453c;
    color: #c7c7c7;
    font-size: 11px;
    word-break: break-all;
    line-height: 1.2;
    text-align: left;
    font-size: 3.75vw;
  }
}

.glb-ftr__icon-mail {
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .glb-ftr__icon-mail {
    position: absolute;
    left: 7%;
    top: 35%;
    bottom: 50%;
    font-size: 16px;
  }
}

@media screen and (max-width: 834px) {
  .glb-ftr__contact-timeWrap {
    text-align: center;
  }
}

.glb-ftr__contact-time {
  position: relative;
}
@media screen and (min-width: 835px) {
  .glb-ftr__contact-time {
    padding-right: 1em;
  }
}
@media screen and (max-width: 834px) {
  .glb-ftr__contact-time {
    display: block;
    text-align: center;
  }
  .glb-ftr__contact-time span {
    padding: 0 0.5em;
    display: inline-block;
    position: relative;
    background: #080808;
    z-index: 2;
  }
  .glb-ftr__contact-time::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
  }
}

.glb-ftr__copy {
  margin: 0 auto;
  padding: 60px 0 0;
  max-width: 842px;
  text-align: center;
}
.glb-ftr__copy a {
  color: #707070;
}

.glb-ftr__copy-logo {
  margin-bottom: 50px;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .glb-ftr__copy-logo {
    font-size: 3.1vw;
  }
}

.glb-ftr__copy-menu {
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.glb-ftr__copy-nav {
  margin-bottom: 25px;
}

.glb-ftr__copyright {
  color: #707070;
  font-size: 1.3rem;
}

/* ---------------------------------------------
utility
--------------------------------------------- */
.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.mt0-5em {
  margin-top: 0.5em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt1-5em {
  margin-top: 1.5em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.bdrNone {
  border: none !important;
}

.bgNone {
  background: none !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.bold {
  font-weight: bold !important;
}

.fnt10 {
  font-size: 1rem !important;
}

.fnt12 {
  font-size: 1.2rem !important;
}

.fnt13 {
  font-size: 1.3rem !important;
}

.fnt14 {
  font-size: 1.4rem !important;
}

.fnt15 {
  font-size: 1.5rem !important;
}

.fnt16 {
  font-size: 1.6rem !important;
}

.fnt18 {
  font-size: 1.8rem !important;
}

.fnt20 {
  font-size: 2rem !important;
}

.fnt22 {
  font-size: 2.2rem !important;
}

.fnt24 {
  font-size: 2.4rem !important;
}

.fnt26 {
  font-size: 2.6rem !important;
}

.fnt28 {
  font-size: 2.8rem !important;
}

.fnt30 {
  font-size: 3rem !important;
}

.ffs {
  font-feature-settings: "palt";
}

.floR {
  float: right !important;
}

.floL {
  float: left !important;
}

.floNone {
  float: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .fnt12, .fnt13 {
    font-size: 1rem !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
}
