@charset "UTF-8";
/*---------reset----------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/*### ### ###btn### ### ###*/
.btn-default {
  display: block;
  line-height: 1;
  font-family: "Playfair Display", serif;
  color: #707070;
  background: #EDEDED;
  text-align: center;
  border-radius: 4px;
  letter-spacing: 0.08rem;
  font-size: 1.15385rem;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.btn-default:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 690px) {
  .btn-default {
    padding: 20px;
  }
}

@media screen and (max-width: 690px) {
  .btn-default {
    padding: 17px 20px;
  }
}

.btn-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
}

.btn-line:hover::before,
.btn-line:hover::after {
  width: 100%;
  height: 100%;
}

.btn-line .text {
  display: block;
  font-size: 1.15385rem;
  color: #B3A346;
  text-align: center;
  line-height: 1;
  background: #fff;
  padding: 17px;
  width: 100%;
}

.btn-line::before,
.btn-line::after {
  -webkit-transition: .8s ease;
  transition: .8s ease;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.btn-line::after {
  width: calc(100% - 10px);
  height: 100%;
}

.btn-line::before {
  width: 100%;
  height: calc(100% - 10px);
}

.btn-line-sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
}

.btn-line-sub:hover::before,
.btn-line-sub:hover::after {
  width: 100%;
  height: 100%;
}

.btn-line-sub .text {
  display: block;
  color: #707070;
  text-align: center;
  line-height: 1;
  background: #fff;
  width: 100%;
}

@media screen and (min-width: 690px) {
  .btn-line-sub .text {
    font-size: 1.15385rem;
    padding: 15px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .btn-line-sub .text {
    font-size: 0.84615rem;
    padding: 10px;
  }
}

@media screen and (max-width: 690px) {
  .btn-line-sub .text {
    padding: 12px;
  }
}

.btn-line-sub::before,
.btn-line-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.btn-line-sub::after {
  width: calc(100% - 6px);
  height: 100%;
}

.btn-line-sub::before {
  width: 100%;
  height: calc(100% - 6px);
}

.btn-bg {
  display: block;
  padding: 12px;
  background: #104222;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  min-width: 80px;
  border: 1px solid #104222;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.btn-bg:hover {
  background: transparent;
  color: #104222;
}

.btn-line-green {
  display: block;
  padding: 12px;
  line-height: 1;
  color: #104222;
  border: 1px solid #104222;
  text-align: center;
  border-radius: 4px;
  min-width: 80px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.btn-line-green:hover {
  background: #104222;
  color: #fff;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.btn-icon:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 690px) {
  .btn-icon {
    padding: 24px;
  }
}

@media screen and (max-width: 690px) {
  .btn-icon {
    padding: 20px 8px;
  }
}

.btn-icon span {
  display: block;
}

@media screen and (min-width: 690px) {
  .btn-icon .img {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 690px) {
  .btn-icon .img {
    width: 36px;
    height: 36px;
  }
}

.btn-icon .img img {
  width: 100%;
}

.btn-icon .text {
  color: #104222;
}

@media screen and (min-width: 690px) {
  .btn-icon .text {
    line-height: 1;
    font-size: 1.15385rem;
    margin-left: 24px;
    width: calc(100% - 48px - 24px);
  }
}

@media screen and (max-width: 690px) {
  .btn-icon .text {
    margin-left: 8px;
    width: calc(100% - 36px - 8px);
  }
}

.btn-area.-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 690px) {
  .btn-area.-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.btn-area.-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-area.-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn-area a+a {
  margin-top: 24px;
}

.-btn-width--304 {
  max-width: 304px;
  width: 100%;
}

.-btn-width--362 a {
  max-width: 362px;
  width: 100%;
}

.contact-btn-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EDEDED;
  border-radius: 4px;
  padding: 14px;
}

.contact-btn-tel span {
  display: block;
}

.contact-btn-tel .tel img {
  width: 100%;
}

@media screen and (min-width: 690px) {
  .contact-btn-tel .tel {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 690px) {
  .contact-btn-tel .tel {
    width: 24px;
    height: 24px;
  }
}

.contact-btn-tel .num {
  font-family: "Playfair Display", serif;
  color: #104222;
  line-height: 0.4;
}

@media screen and (min-width: 690px) {
  .contact-btn-tel .num {
    font-size: 2.92308rem;
    margin-left: 16px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 690px) {
  .contact-btn-tel .num {
    font-size: 1.69231rem;
    line-height: 0.4;
    margin-left: 8px;
    padding-bottom: 8px;
  }
}

.contact-btn-tel .text {
  font-size: 0.84615rem;
  line-height: 1;
  width: 100%;
  text-align: center;
  color: #707070;
}

@media screen and (min-width: 690px) {
  .contact-btn-tel .text {
    margin-top: 8px;
  }
}

@media screen and (max-width: 690px) {
  .contact-btn-tel .text {
    margin-top: 4px;
  }
}

.contact-btn-beauty {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(191, 24, 91, 0.1);
  border-radius: 4px;
  height: 100%;
}

@media screen and (min-width: 690px) {
  .contact-btn-beauty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
}

@media screen and (max-width: 690px) {
  .contact-btn-beauty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
  }
}

.contact-btn-beauty span {
  display: block;
}

.contact-btn-beauty .img {
  width: 37px;
  height: 37px;
}

.contact-btn-beauty .img img {
  width: 100%;
}

.contact-btn-beauty .text {
  color: #BF185B;
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 690px) {
  .contact-btn-beauty .text {
    font-size: 1.30769rem;
    margin-left: 8px;
    line-height: 1;
  }
}

@media screen and (max-width: 690px) {
  .contact-btn-beauty .text {
    font-size: 0.76923rem;
    margin-top: 8px;
    text-align: center;
  }
}

.contact-btn-web {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(16, 66, 34, 0.1);
  height: 100%;
}

@media screen and (min-width: 690px) {
  .contact-btn-web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px;
  }
}

@media screen and (max-width: 690px) {
  .contact-btn-web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
  }
}

.contact-btn-web span {
  display: block;
}

.contact-btn-web .img {
  width: 36px;
  height: 36px;
}

.contact-btn-web .img img {
  width: 100%;
}

.contact-btn-web .text {
  color: #104222;
}

@media screen and (min-width: 690px) {
  .contact-btn-web .text {
    font-size: 1.30769rem;
    margin-left: 16px;
  }
}

@media screen and (max-width: 690px) {
  .contact-btn-web .text {
    font-size: 0.76923rem;
    margin-top: 8px;
    text-align: center;
  }
}

/*### ### ###col### ### ###*/
.col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 690px) {
  .col-4 .col {
    width: calc((100% - 48px)/4);
  }

  .col-4 .col:not(:nth-child(4n+1)) {
    margin-left: 16px;
  }
}

@media screen and (max-width: 690px) {
  .col-4 .col {
    width: calc((100% - 40px)/3);
  }

  .col-4 .col:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
}

@media screen and (min-width: 690px) {
  .col-4 .col:nth-child(n+5) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 690px) {
  .col-4 .col:nth-child(n+4) {
    margin-top: 20px;
  }
}

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

@media screen and (min-width: 690px) {
  .col-3 .col {
    width: calc((100% - 70px)/3);
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .col-3 .col {
    width: calc((100% - 40px)/3);
  }
}

@media screen and (max-width: 690px) {
  .col-3 .col {
    width: 100%;
    margin-left: 0;
  }

  .col-3 .col+.col {
    margin-top: 20px;
  }
}

@media screen and (min-width: 690px) {
  .col-3 .col:nth-child(n+4) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .col-3 .col:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 690px) {
  .col-3 .col:not(:nth-child(3n+1)) {
    margin-left: 35px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .col-3 .col:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
}

.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 690px) {
  .col-2:not(.-spCol2) .col {
    width: calc((100% - 40px)/2);
  }
}

@media screen and (max-width: 690px) {
  .col-2:not(.-spCol2) .col {
    width: 100%;
  }
}

@media screen and (min-width: 690px) {
  .col-2:not(.-spCol2) .col:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 690px) {
  .col-2:not(.-spCol2) .col+.col {
    margin-top: 40px;
  }
}

@media screen and (min-width: 690px) {
  .col-2.-spCol2 .col {
    width: calc((100% - 40px)/2);
  }
}

@media screen and (max-width: 690px) {
  .col-2.-spCol2 .col {
    width: calc((100% - 14px)/2);
  }
}

@media screen and (min-width: 690px) {
  .col-2.-spCol2 .col:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 690px) {
  .col-2.-spCol2 .col:nth-child(n+3) {
    margin-top: 14px;
  }
}

.col-style-album {
  position: relative;
}

@media screen and (min-width: 690px) {
  .col-style-album {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 690px) {
  .col-style-album {
    padding: 64px 13px;
  }
}

.col-style-album__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media screen and (min-width: 690px) {
  .col-style-album__img {
    width: calc(100%/2 + 160/2000*100vw);
    height: calc(100% - 24px);
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .col-style-album__img {
    width: calc(100%/2 + 80/2000*100vw);
  }
}

@media screen and (max-width: 690px) {
  .col-style-album__img {
    width: 100%;
    height: 100%;
  }
}

.col-style-album__con {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}

@media screen and (min-width: 690px) {
  .col-style-album__con {
    width: calc(100%/2 - 10/2000*100vw);
    padding: 80px 40px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .col-style-album__con {
    width: calc(100%*2/3 - 10/2000*100vw);
  }
}

@media screen and (max-width: 690px) {
  .col-style-album__con {
    width: 100%;
    padding: 64px 23px;
    line-height: 1.8;
  }
}

.col-style-album__con.-arrow::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86px;
  height: 86px;
  border-style: solid;
  border-color: #B3A346;
  border-width: 0 1px 1px 0;
}

.col-style-album__con .con {
  margin-top: 20px;
}

@media screen and (min-width: 690px) {
  .col-style-album__con .btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 690px) {
  .col-style-album__con .btn {
    margin-top: 20px;
  }
}

.col-style-album-sub {
  position: relative;
}

@media screen and (min-width: 690px) {
  .col-style-album-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
  }
}

@media screen and (max-width: 690px) {
  .col-style-album-sub {
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.col-style-album-sub__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media screen and (min-width: 690px) {
  .col-style-album-sub__img {
    width: calc(100%/2 + 90/2000*100vw);
    height: calc(100% - 40px);
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .col-style-album-sub__img {
    width: calc(100%*2/3 + 40/2000*100vw);
  }
}

@media screen and (max-width: 690px) {
  .col-style-album-sub__img {
    width: 100%;
    height: 200px;
  }
}

.col-style-album-sub__con {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  color: #707070;
  -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.col-style-album-sub__con:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 690px) {
  .col-style-album-sub__con {
    width: calc(100%/2);
    padding: 50px 20px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .col-style-album-sub__con {
    width: calc(100%*3/4);
  }
}

@media screen and (max-width: 690px) {
  .col-style-album-sub__con {
    width: 100%;
    padding: 24px 16px;
  }
}

.col-style-album-sub__con.-arrow::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-color: #B3A346;
  border-width: 0 1px 1px 0;
}

.col-style-album-sub__con .con {
  margin-top: 20px;
}

.col-style-album-sub__con .btn {
  margin-top: 20px;
}

.col-style-box {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.col-style-box:hover::before {
  background: rgba(0, 0, 0, 0.3);
}

.col-style-box:hover .col-style-box__img {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.1);
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}

.col-style-box::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  mix-blend-mode: soft-light;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.col-style-box__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.col-style-box__con {
  position: relative;
  z-index: 2;
  padding: 53px 0;
}

.col-style-imgCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 690px) {

  .col-style-imgCon__img,
  .col-style-imgCon__con {
    width: calc((100% - 16px)/2);
  }
}

@media screen and (max-width: 690px) {

  .col-style-imgCon__img,
  .col-style-imgCon__con {
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .col-style-imgCon__img {
    height: 208px;
  }
}

@media screen and (max-width: 690px) {
  .col-style-imgCon__con {
    margin-top: 24px;
  }
}

@media screen and (min-width: 690px) {
  .col-style-imgCon__con .con {
    padding: 0 20px;
  }
}

.col-style-border {
  padding: 22px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
}

.col-style-border__img img {
  width: 100%;
  vertical-align: bottom;
}

.col-style-border__con {
  margin-top: 20px;
}

.col-style-borderSub {
  border-style: solid;
  border-width: 1px;
  padding: 16px;
  border-radius: 16px 0 16px 0;
  transition: .8s ease;
}

.col-style-borderSub:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.-color--green .col-style-borderSub {
  border-color: #BAD8E0;
}

.-color--red .col-style-borderSub {
  border-color: #C48E88;
}

.-color--gold .col-style-borderSub {
  border-color: #BFB578;
}

.-color--blue .col-style-borderSub {
  border-color: #7787A7;
}

.col-style-borderSub .con {
  margin-top: 16px;
  color: #707070;
}

.col-style-borderBottom+.col-style-borderBottom {
  margin-top: 24px;
}

.col-style-borderBottom {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 40px;
}

@media screen and (min-width: 690px) {
  .col-style-borderBottom {
    padding-top: 20px;
  }
}

.col-style-borderBottom__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 690px) {
  .col-style-borderBottom__col {
    margin-top: 24px;
  }
}

@media screen and (max-width: 690px) {
  .col-style-borderBottom__col {
    padding-bottom: 58px;
  }
}

.col-style-borderBottom__col .imgArea {
  width: 136px;
}

.col-style-borderBottom__col .imgArea img {
  width: 100%;
}

@media screen and (min-width: 690px) {
  .col-style-borderBottom__col .conArea {
    width: calc(100% - 136px - 120px - 100px);
  }
}

@media screen and (max-width: 690px) {
  .col-style-borderBottom__col .conArea {
    width: calc(100% - 136px - 24px);
  }

  .col-style-borderBottom__col .conArea p {
    margin-top: 16px;
  }
}

@media screen and (min-width: 690px) {
  .col-style-borderBottom__col .btnArea {
    width: 120px;
  }
}

@media screen and (max-width: 690px) {
  .col-style-borderBottom__col .btnArea {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/*### ### ###title### ### ###*/
.pageTitle {
  border-style: solid;
  border-color: #EDEDED;
  border-width: 1px 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 690px) {
  .pageTitle {
    margin-top: calc(84px + 71px);
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .pageTitle {
    margin-top: calc(80px + 71px);
  }
}

@media screen and (max-width: 690px) {
  .pageTitle {
    margin-top: 127px;
  }
}

@media screen and (min-width: 690px) {
  .pageTitle {
    padding: 80px 0;
  }
}

@media screen and (max-width: 690px) {
  .pageTitle {
    padding: 28px 20px;
  }
}

.pageTitle-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 690px) {
  .pageTitle-bg .imgBgBlock {
    background-position: 65% center;
  }
}

.title01-default {
  font-family: "Noto Serif JP", serif;
  font-weight: 480;
}

@media screen and (min-width: 690px) {
  .title01-default {
    font-size: 3.80769rem;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .title01-default {
    font-size: 3.53846rem;
  }
}

@media screen and (max-width: 690px) {
  .title01-default {
    font-size: 2.07692rem;
  }
}

.title01-page {
  color: #104222;
  font-weight: 400;
}

@media screen and (min-width: 690px) {
  .title01-page {
    font-size: 1.69231rem;
  }
}

@media screen and (max-width: 690px) {
  .title01-page {
    font-size: 1.30769rem;
  }
}

.title02-sub {
  position: relative;
}

@media screen and (min-width: 690px) {
  .title02-sub {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 690px) {
  .title02-sub {
    padding-bottom: 10px;
  }
}

.title02-sub::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 70px;
  height: 2px;
  background: #B3A346;
}

.title02-sub::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #EDEDED;
}

.title02-sub span {
  display: block;
  line-height: 1;
}

.title02-sub .textB {
  color: #104222;
  font-family: "Playfair Display", serif;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.08rem;
  padding-bottom: 3px;
}

@media screen and (min-width: 690px) {
  .title02-sub .textB {
    font-size: 2.92308rem;
  }
}

@media screen and (max-width: 690px) {
  .title02-sub .textB {
    font-size: 1.69231rem;
  }
}

.title02-sub .textS {
  color: #B3A346;
  font-weight: 400;
}

@media screen and (min-width: 690px) {
  .title02-sub .textS {
    font-size: 1rem;
    margin-top: 8px;
  }
}

@media screen and (max-width: 690px) {
  .title02-sub .textS {
    font-size: 0.92308rem;
    margin-top: 5px;
  }
}

.title02-default {
  font-size: 1.69231rem;
  color: #104222;
  line-height: 1;
  font-weight: 400;
}

.title02-sub-default {
  color: #fff;
  text-align: center;
}

.title02-sub-default span {
  display: block;
  line-height: 1;
}

.title02-sub-default .textB {
  font-size: 2.92308rem;
  font-family: "Playfair Display", serif;
  padding-bottom: 3px;
  font-weight: 300;
  letter-spacing: 0.08rem;
}

.title02-sub-default .textS {
  margin-top: 8px;
  font-size: 1.15385rem;
  font-weight: 400;
}

.title03-default {
  font-size: 1.30769rem;
  color: #104222;
  font-weight: 400;
}

.title03-sub {
  color: #fff;
  text-align: center;
}

.title03-sub span {
  display: block;
  line-height: 1;
}

.title03-sub .textB {
  font-size: 1.69231rem;
  font-family: "Playfair Display", serif;
  padding-bottom: 3px;
  font-weight: 300;
  letter-spacing: 0.08rem;
}

.title03-sub .textS {
  margin-top: 8px;
  font-size: 1.15385rem;
  font-weight: 400;
  color: #fff;
}

.title03-line {
  font-size: 1.15385rem;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
  color: #B3A346;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.08rem;
  font-weight: 300;
}

.title03-line.-green {
  font-family: "Noto Sans JP", serif;
  color: #104222;
  font-weight: 400;
}

.title03-line::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 72px;
  height: 2px;
  background: #B3A346;
}

.title03-line::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #EDEDED;
}

.title04-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #EDEDED;
}

.title04-icon span {
  display: block;
}

@media screen and (min-width: 690px) {
  .title04-icon .img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 690px) {
  .title04-icon .img {
    width: 30px;
    height: 30px;
  }
}

.title04-icon .img img {
  width: 100%;
}

.title04-icon .title {
  line-height: 1;
  font-weight: 400;
  color: #B3A346;
}

@media screen and (min-width: 690px) {
  .title04-icon .title {
    font-size: 1.15385rem;
    margin-left: 16px;
  }
}

@media screen and (max-width: 690px) {
  .title04-icon .title {
    margin-left: 8px;
  }
}

.text-area--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-area--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title-area--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-area--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 690px) {
  .mt24_pc {
    margin-top: 24px;
  }
}

@media screen and (max-width: 690px) {
  .mt24_sp {
    margin-top: 24px;
  }
}

.mt8 {
  margin-top: 8px;
}

.-radius {
  border-radius: 4px;
}

.-textC {
  text-align: center;
}

.text-color.-green {
  color: #104222;
}

.biggerLink {
  cursor: pointer;
  ;
}

/*### ### ###bg### ### ###*/
.imgBgBlock {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imgBox {
  display: block;
}

.imgBox img {
  width: 100%;
}

/*### ### ###text### ### ###*/
@media screen and (min-width: 690px) {
  .text-style-lead {
    font-size: 1.23077rem;
  }
}

@media screen and (max-width: 690px) {
  .text-style-lead {
    line-height: 1.8;
  }
}

/*### ### ###bg### ### ###*/
.bg-area {
  padding: 40px 0;
}

.bg-area.-gray--light {
  background: rgba(237, 237, 237, 0.25);
}

/*### ### ###link### ### ###*/
.link-default {
  font-size: 0.84615rem;
  color: #B3A346;
  line-height: 1;
  padding-left: 16px;
  position: relative;
}

.link-default::before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 3px;
  border-style: solid;
  border-color: #B3A346;
  border-width: 1px 1px 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*### ### ###label### ### ###*/
.label-line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 1;
  padding: 5px 14px;
  color: #B3A346;
  text-align: center;
  border: 1px solid #B3A346;
}

/*### ### ###list### ### ###*/
.list-style-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-style-default>dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 690px) {
  .list-style-default>dt {
    width: 245px;
  }
}

@media screen and (max-width: 690px) {
  .list-style-default>dt {
    width: 80px;
  }
}

.list-style-default>dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 690px) {
  .list-style-default>dd {
    width: calc(100% - 245px - 15px);
  }
}

@media screen and (max-width: 690px) {
  .list-style-default>dd {
    width: calc(100% - 80px - 16px);
  }
}

.list-style-default>dd .text {
  display: block;
}

@media screen and (max-width: 690px) {
  .list-style-default>dd .text {
    width: calc(100% - 80px - 16px);
  }
}

.list-style-default>dd,
.list-style-default>dt {
  padding: 25px 0;
  border-bottom: 1px solid #EDEDED;
}

/*### ### ###tab### ### ###*/
/*function*/
.tabConArea.is-show {
  display: block;
}

.tabConArea.is-hide {
  display: none;
}

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

@media screen and (max-width: 690px) {
  .tabItemList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tab-style-default .tabItemList .tabItem {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 690px) {
  .tab-style-default .tabItemList .tabItem {
    padding: 29px;
    font-size: 1.15385rem;
  }
}

@media screen and (max-width: 690px) {
  .tab-style-default .tabItemList .tabItem {
    padding: 10px;
    text-align: center;
  }
}

.tab-style-default .tabItemList .tabItem::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 1px);
  height: 1px;
  background: #fff;
  bottom: -1px;
  display: none;
}

.tab-style-default .tabItemList .tabItem:nth-child(1) {
  background: #BAD8E0;
  border-color: #BAD8E0;
}

.tab-style-default .tabItemList .tabItem:nth-child(2) {
  background: #C48E88;
  border-color: #C48E88;
}

.tab-style-default .tabItemList .tabItem:nth-child(3) {
  background: #BFB578;
  border-color: #BFB578;
}

.tab-style-default .tabItemList .tabItem:nth-child(4) {
  background: #7787A7;
  border-color: #7787A7;
}

.tab-style-default .tabItemList .tabItem.is-show {
  color: #707070;
  background: #fff;
}

.tab-style-default .tabItemList .tabItem.is-show::before {
  display: block;
}

.tab-style-default .tabConArea {
  border-style: solid;
  border-width: 1px;
}

@media screen and (min-width: 690px) {
  .tab-style-default .tabConArea {
    padding: 80px 40px;
  }
}

@media screen and (max-width: 690px) {
  .tab-style-default .tabConArea {
    padding: 40px 13px;
  }
}

.tab-style-default .tabConArea:nth-child(2) {
  border-color: #BAD8E0;
}

.tab-style-default .tabConArea:nth-child(3) {
  border-color: #C48E88;
}

.tab-style-default .tabConArea:nth-child(4) {
  border-color: #BFB578;
}

.tab-style-default .tabConArea:nth-child(5) {
  border-color: #7787A7;
}

/*### ### ###albumSlider### ### ###*/
.albumSlider-default-main {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 690px) {
  .albumSlider-default-main {
    height: 573px;
  }
}

@media screen and (max-width: 690px) {
  .albumSlider-default-main {
    height: 250px;
  }
}

@media screen and (min-width: 690px) {
  .albumSlider-default-list {
    margin-top: 16px;
  }
}

@media screen and (max-width: 690px) {
  .albumSlider-default-list {
    margin-top: 8px;
  }
}

.albumSlider-default-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 690px) {
  .albumSlider-default-list-item>li {
    width: calc((100% - 32px)/3);
    height: 177px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 690px) {
  .albumSlider-default-list-item>li {
    width: calc((100% - 16px)/3);
    height: 65px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 690px) {
  .albumSlider-default-list-item>li:not(:nth-child(3n+1)) {
    margin-left: 16px;
  }
}

@media screen and (max-width: 690px) {
  .albumSlider-default-list-item>li:not(:nth-child(3n+1)) {
    margin-left: 8px;
  }
}

.access-map iframe {
  width: 100%;
  height: 368px;
}

/*---------common----------*/
/*### ### ###header### ### ###*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}

@media screen and (min-width: 690px) {
  .header {
    border-top: 4px solid #104222;
  }
}

@media screen and (min-width: 690px) {
  .header-inner {
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 690px) {
  .header-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 690px) {
  .header-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 14px;
  }
}

.header-col-text {
  line-height: 1;
  color: #104222;
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .header-col-text {
    padding-left: 13px;
  }
}

@media screen and (max-width: 690px) {
  .header-col-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 8px;
  }
}

.header-col-logo {
  max-width: 100%;
}

.header-col-logo img {
  height: 100%;
}

@media screen and (min-width: 690px) {
  .header-col-logo {
    margin-top: 10px;
    height: 57px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .header-col-logo {
    height: 37px;
  }
}

@media screen and (max-width: 690px) {
  .header-col-logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 13px;
    height: 48px;
  }
}

@media screen and (min-width: 690px) {
  .header-col-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-col-btn a+a {
    margin-left: 2px;
  }
}

@media screen and (max-width: 690px) {
  .header-col-btn {
    display: none;
  }
}

@media screen and (min-width: 690px) {
  .header-col-btn-sp {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  .header-col-btn-sp {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }

  .header-col-btn-sp::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

.btn-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 0;
  width: 80px;
  height: 80px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.btn-header:hover {
  opacity: .75;
}

.btn-header:not(.-bg--pink) {
  background: #104222;
}

.btn-header.-bg--pink {
  background: #BF185B;
}

.btn-header span {
  display: block;
}

.btn-header .text {
  font-size: 0.92308rem;
  margin-top: 6px;
}

.btn-header .img {
  width: 24px;
}

.btn-header .img img {
  width: 100%;
}

.btn-header-sp {
  width: 50%;
  font-size: 0.84615rem;
  text-align: center;
  line-height: 1;
  padding: 10px;
  background: #104222;
  color: #fff;
}

.nav {
  position: fixed;
  left: 0;
  z-index: 10;
  width: 100%;
}

@media screen and (min-width: 690px) {
  .nav {
    top: 84px;
    background: #fff;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .nav {
    top: 80px;
    background: #fff;
  }
}

@media screen and (max-width: 690px) {
  .nav {
    position: fixed;
    bottom: 75px;
    left: 0;
    z-index: 10;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .8s ease;
    transition: .8s ease;
  }

  .nav.is--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media screen and (min-width: 690px) {
  .nav-inner {
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 690px) {
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
  }
}

.nav-list>li a {
  position: relative;
}

.nav-list>li a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #B3A346;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.nav-list>li a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (min-width: 690px) {
  .nav-list>li a {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
}

@media screen and (max-width: 690px) {
  .nav-list>li a {
    padding: 15px 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .nav-list>li a::after {
    display: block;
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-color: #104222;
    border-width: 1px 1px 0 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 50%;
    right: 33px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

.nav-list>li span {
  display: block;
  line-height: 1;
}

@media screen and (min-width: 690px) {
  .nav-list>li .textJ {
    font-size: 1rem;
    color: #104222;
  }
}

@media screen and (max-width: 690px) {
  .nav-list>li .textJ {
    font-size: 0.76923rem;
    color: #B3A346;
    margin-left: 20px;
  }
}

@media screen and (min-width: 690px) {
  .nav-list>li .textE {
    font-family: "メイリオ", "Meiryo", sans-serif;
    font-size: 0.76923rem;
    color: #B3A346;
    margin-top: 8px;
    color: #B3A346;
  }
}

@media screen and (max-width: 690px) {
  .nav-list>li .textE {
    font-family: "Playfair Display", serif;
    font-size: 1.38462rem;
    color: #104222;
  }
}

.menuList {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.menuList.is--show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

@media screen and (min-width: 690px) {
  .menuList {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  .menuList {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    padding: 10px 0;
    border-top: 1px solid #EDEDED;
  }

  .menuList-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menuList-col-item {
    width: calc(100%/5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menuList-col-item span {
    display: block;
  }

  .menuList-col-item .icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menuList-col-item .icon img {
    width: 100%;
  }

  .menuList-col-item .text {
    font-size: 0.84615rem;
    line-height: 1.3;
    margin-top: 2px;
    color: #104222;
    text-align: center;
  }
}

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

.menuBtn .lineArea {
  width: 18px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menuBtn .lineArea .line {
  display: block;
  width: 100%;
  height: 2px;
  background: #104222;
  border-radius: 2px;
}

.menuBtn .lineArea .line+.line {
  margin-top: 5px;
}

.menuBtn.is--active .lineArea {
  position: relative;
}

.menuBtn.is--active .lineArea .line {
  position: absolute;
  margin-top: 0;
}

.menuBtn.is--active .lineArea .line:nth-child(2) {
  display: none;
}

.menuBtn.is--active .lineArea .line:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.menuBtn.is--active .lineArea .line:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

/*### ### ###footer### ### ###*/
.footer {
  clear: both;
}

.footer-nav {
  background-color: #104222;
  padding: 80px 36px;
}

@media screen and (max-width: 690px) {
  .footer-nav {
    padding: 60px 30px;
  }
}

.footer-nav a {
  color: #fff;
}

.footer-nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-nav-col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% - 24px) / 2);
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .footer-nav-col-left {
    width: calc(58% - 12px);
  }
}

.footer-nav-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% - 24px) / 2);
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .footer-nav-col-right {
    width: calc(42% - 12px);
  }
}

.footer-nav-list {
  width: calc((100% - 24px) / 2);
}

@media screen and (max-width: 690px) {
  .footer-nav-list {
    width: 100%;
  }

  .footer-nav-list+.footer-nav-list {
    margin-top: 14px;
  }
}

.footer-nav-list li {
  line-height: 1.69;
}

.footer-nav-list li+li {
  margin-top: 14px;
}

@media screen and (min-width: 690px) {
  .footer-nav-list li.sp {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  .footer-nav-list li.pc {
    display: none;
  }

  .footer-nav-list li.pc+li {
    margin-top: 0;
  }
}

.footer-nav-list-child {
  padding: 14px 0 0 8px;
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .footer-nav-list-child {
    font-size: 12px;
  }
}

@media screen and (max-width: 690px) {
  .footer-nav-list-child {
    display: none;
  }
}

.footer-link {
  padding: 13px 24px;
  background-color: #EDEDED;
}

@media screen and (max-width: 690px) {
  .footer-link {
    padding: 0;
    background-color: transparent;
  }
}

.footer-link-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 690px) {
  .footer-link-list {
    width: 100%;
    padding: 13px 24px;
    background-color: #EDEDED;
  }
}

.footer-link-list li {
  font-size: 11px;
  line-height: calc(16 / 11);
  border-right: 1px solid rgba(112, 112, 112, 0.25);
  padding-right: 48px;
  margin-right: 20px;
}

@media screen and (max-width: 690px) {
  .footer-link-list li {
    padding-right: 20px;
    margin-right: 12px;
  }
}

.footer-link-list li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

@media screen and (max-width: 690px) {
  .footer-link-list li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
}

.footer-link-list li a {
  color: #707070;
}

.footer-link-list-child {
  padding: 14px 0 0 8px;
}

.footer-copyright {
  font-size: 11px;
  color: #707070;
  line-height: calc(16 / 11);
}

@media screen and (max-width: 690px) {
  .footer-copyright {
    width: 100%;
    text-align: center;
    padding: 13px 24px;
  }
}

/*### ### ###contact### ### ###*/
/*### ### ###commonStyle### ### ###*/
body,
html {
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
}

@media screen and (max-width: 690px) {

  body,
  html {
    font-size: 13px;
  }
}

li {
  list-style-type: none;
}

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

a:hover {
  text-decoration: none;
}

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

.pc--show {
  display: block;
}

@media screen and (max-width: 690px) {
  .pc--show {
    display: none;
  }
}

.sp--show {
  display: none;
}

@media screen and (max-width: 690px) {
  .sp--show {
    display: block;
  }
}

.inner {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .inner {
    max-width: calc(100% - 26px);
  }
}

/*### ### ###swiper### ### ###*/
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #f5f5f5;
  display: block;
  border-radius: 100%;
  cursor: pointer;
}

.swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 10px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
}

@media screen and (max-width: 690px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}

.swiper-button-next::before,
.swiper-button-prev::before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-color: #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.swiper-button-next::before {
  border-width: 2px 2px 0 0;
  right: 20px;
}

@media screen and (max-width: 690px) {
  .swiper-button-next::before {
    right: 10px;
  }
}

.swiper-button-prev::before {
  border-width: 0 0 2px 2px;
  left: 14px;
}

@media screen and (max-width: 690px) {
  .swiper-button-prev::before {
    left: 5px;
  }
}

#contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 690px) {
  #contents_left {
    width: 764px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  #contents_left {
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  #contents_left {
    width: 100%;
  }
}

@media screen and (min-width: 690px) {
  #contents_right {
    width: calc(100% - 764px - 16px);
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  #contents_right {
    width: 100%;
    margin-top: 24px;
  }
}

@media screen and (max-width: 690px) {
  #contents_right {
    width: 100%;
    margin-top: 24px;
  }
}

#subnav_title {
  padding: 24px;
  border-top: 1px solid #B3A346;
  text-align: center;
}

#subnav_title a {
  color: #104222;
  font-size: 1.23077rem;
}

#subnav ul li.current>a {
  color: #B3A346;
  position: relative;
}

#subnav ul li.current>a::before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #104222;
  left: 16px;
  top: 18px;
}

#subnav ul li.current>a::after {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 24px;
  left: 21px;
}

#subnav ul li a {
  display: block;
  padding: 16px 16px 16px 40px;
  color: #707070;
}

#locator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 24px 14px;
}

#locator_in {
  color: #707070;
}


/*---------TOP----------*/
/*### ### ###mainImg### ### ###*/
.mainImg {
  position: relative;
}

@media screen and (min-width: 690px) {
  .mainImg {
    height: 936px;
    margin-top: calc(84px + 71px);
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .mainImg {
    height: 536px;
    margin-top: calc(80px + 71px);
  }
}

@media screen and (max-width: 690px) {
  .mainImg {
    height: 300px;
    margin-top: 127px;
  }

  .mainImg .-btn-width--304 {
    max-width: 190px;
  }
}

.mainImg-slider {
  height: 100%;
}

.mainImg-slider-inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.mainImg-slider-inner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mainImg-slider-inner__img::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.mainImg-slider-inner__con {
  max-width: 1024px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.mainImg-slider .swiper-pagination {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  position: relative;
  justify-content: flex-start;
}

.mainImg-slider .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background: #f5f5f5;
  border-radius: 0;
  cursor: pointer;
  opacity: .65;
}

.mainImg-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .mainImg-slider-inner__con {
    padding: 0 13px;
  }
}

@media screen and (max-width: 690px) {
  .mainImg-slider .swiper-pagination-bullet {
    width: 30px;
  }

  .mainImg-slider .swiper-pagination {
    margin-left: 14px;
  }
}

.mainImg-slider-inner__con .title {
  line-height: 1;
}

.mainImg-slider-inner__con .con {
  line-height: 1.75;
}

@media screen and (min-width: 690px) {
  .mainImg-slider-inner__con .con {
    margin-top: 72px;
    font-size: 1.15385rem;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .mainImg-slider-inner__con .con {
    margin-top: 52px;
  }
}

@media screen and (max-width: 690px) {
  .mainImg-slider-inner__con .con {
    margin-top: 20px;
  }
}

.mainImg-slider-inner__con .btn {
  width: 100%;
}

@media screen and (min-width: 690px) {
  .mainImg-slider-inner__con .btn {
    margin-top: 72px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .mainImg-slider-inner__con .btn {
    margin-top: 52px;
  }
}

@media screen and (max-width: 690px) {
  .mainImg-slider-inner__con .btn {
    margin-top: 20px;
  }
}

.mainImg .swiper-container,
.mainImg .swiper-wrapper,
.mainImg .swiper-slide {
  height: 100%;
}

.mainImg__emblem {
  max-width: 580px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 690px) {
  .mainImg__emblem {
    max-width: 320px;
  }
}

.mainImg__emblem img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 690px) {
  .promise-con {
    padding: 0 35px;
  }
}

@media screen and (max-width: 690px) {
  .salon-con {
    padding: 0 35px;
  }
}

@media screen and (min-width: 690px) {
  .news-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 690px) {
  .news-col__con {
    width: 304px;
  }
}

.news-col__list {
  position: relative;
}

@media screen and (min-width: 690px) {
  .news-col__list {
    width: calc(100% - 304px - 160px);
  }

  .news-col__list::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #EDEDED;
    left: -80px;
    top: 0;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .news-col__list {
    width: calc(100% - 304px - 40px);
  }

  .news-col__list::before {
    left: -20px;
  }
}

@media screen and (max-width: 690px) {
  .news-col__list {
    margin-top: 40px;
  }
}

@media screen and (min-width: 690px) {
  .newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 690px) {
  .newsList {
    padding: 0 22px;
    position: relative;
  }
}

@media screen and (min-width: 690px) {
  .newsList+.newsList {
    margin-top: 20px;
  }
}

@media screen and (max-width: 690px) {
  .newsList+.newsList {
    margin-top: 24px;
  }
}

.newsList-time {
  font-family: "Playfair Display", serif;
  color: #B3A346;
  font-weight: 300;
  font-size: 1.15385rem;
  line-height: 1;
}

@media screen and (min-width: 690px) {
  .newsList-time {
    width: 80px;
  }
}

@media screen and (max-width: 690px) {
  .newsList-time {
    position: absolute;
    left: 125px;
    top: 5px;
  }

  .news._fair .newsList-time {
    position: static;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 690px) {
  .newsList-con {
    width: calc(100% - 80px - 20px);
  }
}

.newsList-con a {
  color: #707070;
  transition: .8s ease;
}

.newsList-con a:hover {
  color: #B3A346;
}

@media screen and (min-width: 690px) {
  .newsList-con a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 690px) {
  .newsList-con .label-line {
    margin-right: 20px;
  }
}

@media screen and (max-width: 690px) {
  .newsList-con .label-line {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 690px) {
  .brands-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 690px) {
  .brands-col {
    padding: 0 27px;
  }
}

@media screen and (min-width: 690px) {
  .brands-col__item+.brands-col__item {
    margin-left: 16px;
  }
}

@media screen and (max-width: 690px) {
  .brands-col__item+.brands-col__item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 690px) {
  .brands-col__item {
    max-width: calc((100% - 32px)/3);
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media screen and (min-width: 690px) {
  .brands-col__item img {
    width: 200px;
  }
}

@media screen and (max-width: 690px) {
  .brands-col__item img {
    width: 100%;
  }
}

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

.contact-col-item {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 690px) {
  .contact-col-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
  }

  .contact-col-item.-con--R {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .contact-col-item.-con--L {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 690px) {
  .contact-col-item {
    width: 100%;
  }
}

.contact-col-item::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.contact-col-item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.contact-col-item__con {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 690px) {
  .contact-col-item__con {
    padding: 50px 100px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 690px) {
  .contact-col-item__con {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 690px) {
  .contact-col-item__con {
    padding: 70px 20px;
  }
}

.contact-col-item__con .con {
  margin-top: 20px;
}

.contact-col-item__con .btn {
  margin-top: 40px;
}

.contact-col-item__con .btn a {
  width: 304px;
}

.contact-ban {
  position: relative;
}

@media screen and (min-width: 690px) {
  .contact-ban {
    padding: 48px;
  }
}

@media screen and (max-width: 690px) {
  .contact-ban {
    padding: 32px;
  }
}

.contact-ban::before,
.contact-ban::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}

.contact-ban::after {
  width: calc(100% - 16px);
  height: 100%;
}

.contact-ban::before {
  width: 100%;
  height: calc(100% - 16px);
}

.contact-ban__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 690px) {
  .contact-ban__con {
    margin-top: 16px;
  }
}

@media screen and (max-width: 690px) {
  .contact-ban__con {
    margin-top: 24px;
  }
}

.contact-ban__con .col:nth-child(1) {
  width: 100%;
}

@media screen and (min-width: 690px) {
  .contact-ban__con .col:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 690px) {
  .contact-ban__con .col:nth-child(n+2) {
    margin-top: 8px;
  }
}

.contact-ban__con .col:not(:nth-child(1)) {
  flex: 1;
}

.contact-ban__con .col:not(:nth-child(1))+.col {
  margin-left: 10px;
}


/* 1125 姉妹ブランド修正 */

@media screen and (min-width: 690px) {
  .brands-box {
    width: 80%;
    margin: auto;
  }

  .brands-box .brands-col {
    justify-content: space-evenly;
  }

  .brands-box .brands-col__item+.brands-col__item {
    margin-left: 0;
  }
}

@media screen and (max-width: 980px) {
  .brands-box {
    width: 85%;
  }

  .brands-box .brands-col__item {
    width: 32%;
  }

  .brands-box .brands-col__item img {
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .brands-box {
    width: 90%;
    margin: auto;
  }

  .brands-box .brands-col__item {
    width: 100%;
  }

  .brands-box .brands-col__item+.brands-col__item {
    margin-top: 0px;
  }

  .brands-box .brands-col__item:last-child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 689px) {
  .brands-box .brands-col__item+.brands-col__item {
    margin-top: 20px;
  }
}


/*
// adeed 2024/08/08
// top mv slide news
==========================================================*/
.top-news-slide {
  position: absolute;
  bottom: 25%;
  height: 50px;
  right: -10%;
  transform: translateX(-50%);
  max-width: 600px;
  min-width: 400px;
  width: 30%;
  z-index: 8;
}

@media screen and (max-width: 979px) {
  .top-news-slide {
    right: 25px;
    transform: translateX(0);
  }
}

@media screen and (max-width: 700px) {
  .top-news-slide {
    position: initial;
    max-width: none;
    min-width: auto;
    width: 100%;
  }
}

.top-news-slide-container {
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.top-news-slide .swiper-wrappe {
  height: 100%;
  width: 100%;
}


.top-news-slide .newsList {
  margin: 0 auto !important;
  width: 90%;
}

.top-news-slide .newsList-time {
  font-size: 16px;
}

.top-news-slide .newsList-con a {
  display: block;
  font-size: 15px;
  overflow: hidden;
  padding-right: 5px;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}