@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "kinuta-mincho-stdn", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #3C281A;
  line-height: 2.2;
  height: 100%;
  letter-spacing: 1px;
  min-width: 1150px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    min-width: 0;
    width: 100%;
    line-height: 2;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: blue;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  word-wrap: break-word;
}

a:hover {
  opacity: 0.8;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

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

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

input,
select {
  vertical-align: middle;
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

main {
  display: block;
  overflow: hidden;
}

small {
  font-size: 90%;
}

/*============================================================================

  共通

============================================================================*/
/*----------パディング----------*/
/* 上下 */
.u-py-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-py-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-py-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-py-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-py-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* 上 */
.u-pt-none {
  padding-top: 0 !important;
}

.u-pt-xs {
  padding-top: 20px;
}

.u-pt-sm {
  padding-top: 40px;
}

.u-pt-md {
  padding-top: 60px;
}

.u-pt-lg {
  padding-top: 80px;
}

.u-pt-xl {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .u-pt-xs {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-sm {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-md {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-lg {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-xl {
    padding-top: 50px;
  }
}
/* 下 */
.u-pb-none {
  padding-bottom: 0 !important;
}

.u-pb-xs {
  padding-bottom: 20px;
}

.u-pb-sm {
  padding-bottom: 40px;
}

.u-pb-md {
  padding-bottom: 60px;
}

.u-pb-lg {
  padding-bottom: 80px;
}

.u-pb-xl {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-pb-xs {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-lg {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-xl {
    padding-bottom: 60px;
  }
}
/*----------マージン----------*/
/* 上下 */
.u-my-xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-my-sm {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-my-md {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-my-lg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.u-my-xl {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-my-xs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-xl {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/* 上 */
.u-mt-none {
  margin-top: 0 !important;
}

.u-mt-xxs {
  margin-top: 15px;
}

.u-mt-xs {
  margin-top: 20px;
}

.u-mt-sm {
  margin-top: 40px;
}

.u-mt-md {
  margin-top: 60px;
}

.u-mt-lg {
  margin-top: 80px;
}

.u-mt-xl {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .u-mt-xs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-sm {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-md {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-lg {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-xl {
    margin-top: 60px;
  }
}
/* 下 */
.u-mb-none {
  margin-bottom: 0 !important;
}

.u-mb-xs {
  margin-bottom: 20px;
}

.u-mb-sm {
  margin-bottom: 40px;
}

.u-mb-md {
  margin-bottom: 60px;
}

.u-mb-lg {
  margin-bottom: 80px;
}

.u-mb-xl {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-sm {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-md {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-lg {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 60px;
  }
}
/*----------カラー----------*/
.red {
  color: #ff0000;
}

.blue {
  color: #1e00ff;
}

/*----------マーカー下線----------*/
.c-marker {
  display: inline;
  background-color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #333));
  background: -webkit-linear-gradient(transparent 60%, #333 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#333));
  background: -webkit-linear-gradient(transparent 60%, #333);
  background: linear-gradient(transparent 60%, #333);
}

/*----------クリアフィックス----------*/
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*----------グリッド----------*/
.col2,
.col2-col2,
.col3,
.col3-col2,
.col4,
.col4-col2 {
  display: -ms-grid;
  display: grid;
}

/* 2つ並び */
.col2,
.col2-col2 {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/*3つ並び */
.col3,
.col3-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* 4つ並び */
.col4,
.col4-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20;
}

/*----------フレックス----------*/
/* 画像大きめ・画像左 */
.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

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

.flex01 .img {
  margin: 0 2.5% 0 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex01 .img {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.flex01 .img img {
  max-width: 100%;
  height: auto;
  vertical-align: text-top;
}

/* 画像大きめ・画像右 */
.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

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

.flex02 .img {
  margin: 0 0 0 2.5%;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex02 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex02 .img img {
  max-width: 100%;
  height: auto;
  vertical-align: text-top;
}

/* 画像小さめ・画像左 */
.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

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

.flex03 .img {
  margin: 0 2.5% 0 0;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .flex03 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex03 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: text-top;
}

/* 画像小さめ・画像右 */
.flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

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

.flex04 .img {
  margin: 0 0 0 2.5%;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .flex04 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex04 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: text-top;
}

/*----------ラッパー----------*/
/* 幅1000px */
.wrapper-xs {
  max-width: 1040px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 幅1080px */
.wrapper-sm {
  max-width: 1120px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 幅1160px */
.wrapper-md {
  max-width: 1200px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 幅1240px */
.wrapper-lg {
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 幅1320px */
.wrapper-xl {
  max-width: 1360px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/*----------リスト----------*/
/* 点のみ */
.list01 {
  list-style: none;
}

.list01 li {
  line-height: 2;
}

.list01 li::before {
  content: "●";
  color: #E69B42;
  font-size: 0.5em;
  margin-right: 10px;
  vertical-align: middle;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .list01 li::before {
    margin-right: 7px;
  }
}

/*----------下線----------*/
.list02 {
  margin: 10px 0;
  border-width: 0 1px 1px;
}

.list02 li {
  margin: 0;
  border-bottom: 1px dotted #333;
  list-style-type: none;
}

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

/*----------点と背景----------*/
.list03 {
  margin-bottom: 15px;
  padding: 20px 20px 20px;
  background-color: #E7E1DC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.list03 li {
  position: relative;
  float: left;
  padding-left: 0.9em;
  padding-right: 4%;
  list-style-type: none;
}

.list03 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #E69B42;
  border: 1px solid #E69B42;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .list03 li:before {
    top: 9px;
  }
}

/*----------点と枠線----------*/
.list04 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 20px 12px;
  border: solid 4px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.list04 li {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 4%;
  list-style-type: none;
}

.list04 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
}

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

/*チェックと背景*/
.list05 {
  margin-bottom: 10px;
  padding: 20px 10px 10px 35px;
  background-color: #E7E1DC;
}

@media screen and (max-width: 768px) {
  .list05 {
    padding: 15px 0px 15px 20px;
  }
}
.list05:after {
  display: block;
  clear: both;
  content: "";
}

.list05 li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 15px;
  margin-left: 19px;
  border-bottom: 1px dotted #9b958c;
}

@media screen and (max-width: 768px) {
  .list05 li {
    margin-bottom: 10px;
  }
}
.list05 li:before {
  display: block;
  position: absolute;
  top: 9px;
  left: -28px;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

@media screen and (max-width: 768px) {
  .list05 li:before {
    width: 14px;
    height: 14px;
    left: -20px;
  }
}
/*----------囲み枠----------*/
/*背景のみ*/
.well01 {
  padding: 40px;
  background: #ccc;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well01 {
    padding: 20px;
  }
}
/*枠線*/
.well02 {
  padding: 40px;
  border: 4px solid #ccc;
  background: #fff;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well02 {
    padding: 20px;
  }
}
/*----------テーブル----------*/
.table01 {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.8;
}

.table01 thead tr th {
  background-color: #d6ffd7;
  border: 1px solid #ddd;
  padding: 12px 20px;
  text-align: center;
  vertical-align: middle;
}

.table01 tbody th,
.table01 tbody td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.table01 tbody th {
  background-color: #683E31;
  color: #fff;
  font-weight: normal;
  padding: 12px 20px;
  text-align: center;
}

.table01 tbody td {
  text-align: left;
  padding: 5px 20px;
}

@media screen and (max-width: 768px) {
  .table01 thead tr th {
    padding: 10px;
  }
  .table01 tbody th {
    padding: 8px 10px;
  }
  .table01 tbody td {
    padding: 8px 15px;
  }
}
/*----------流れ----------*/
.flow01 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.flow01 h4 {
  color: #333;
  font-size: 22px !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .flow01 h4 {
    font-size: 18px !important;
    margin-bottom: 0;
  }
}
.flow01 {
  margin-top: 30px;
}

.flow01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 50px;
  position: relative;
}

.flow01 .item::after {
  content: "";
  position: absolute;
  left: 43px;
  top: 0;
  height: 100%;
  width: 2px;
  z-index: 0;
  background: url(../images/common/dot.png) repeat-y left top;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .flow01 .item::after {
    left: 28px;
  }
}
.flow01 .item.last::after {
  display: none;
}

.flow01 .item.last {
  padding-bottom: 0;
}

.flow01 .item .step {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.flow01 .item .step em {
  color: #fff;
  font-size: 3rem;
  font-style: inherit;
  text-align: center;
  line-height: 1;
  font-weight: normal;
}

.flow01 .item .well {
  background: #ededed;
  padding: 10px 20px;
  border-radius: 0;
  display: block;
  border: none;
  margin: 10px 0 0;
}

.flow01 .item .text {
  padding: 0 30px 0 40px;
  margin-right: auto;
}

.flow01 .item .text p a {
  color: #333;
  text-decoration: underline;
}

.flow01 .item figure {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 300px;
}

.flow01 .item figure img {
  border-radius: 0px;
}

@media screen and (max-width: 768px) {
  .flow01 .item figure img {
    width: 100%;
  }
}
.flow01 .item:last-child:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .flow01 {
    width: 100%;
  }
  .flow01 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .flow01 .item:before {
    left: 27px;
  }
  .flow01 .item .step {
    width: 56px;
    height: 56px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flow01 .item .step em {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    font-weight: normal;
  }
  .flow01 .item .text {
    width: calc(100% - 76px);
    padding: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .flow01 .item figure {
    width: calc(100% - 76px);
    margin-left: 76px;
    margin-top: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flow01 .item:last-child:before {
    content: none;
  }
}
/*----------FAQ----------*/
.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
  box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
}

@media screen and (max-width: 768px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
}
.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 65px;
  font-weight: bold;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt {
    padding: 14px 34px 14px 48px;
  }
}
.qa-list dl dt::before {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 19px;
  left: 20px;
  display: block;
  content: "Q.";
  font-weight: normal;
  color: blue;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt::before {
    line-height: 1;
    font-size: 18px;
    top: 20px;
    left: 20px;
  }
}
.qa-list dl dt::after {
  position: absolute;
  top: 40%;
  right: 30px;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt::after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  border-top: 1px solid #CACACA;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .qa-list dl dd {
    padding: 14px 14px 14px 48px;
  }
}
.qa-list dl dd::before {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  color: red;
}

@media screen and (max-width: 768px) {
  .qa-list dl dd::before {
    font-size: 18px;
    margin-top: 5px;
  }
}
.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

.qa-list .open dt::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----------ボタン----------*/
.btn01 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "orpheuspro", serif;
  font-weight: 500;
  max-width: 340px;
  width: 100%;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  padding: 16px 15px 16px;
  color: #3C281A;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 50px auto 0;
  border: 1px solid #3C281A;
}
.btn01:hover {
  background: #3C281A;
  border: 1px solid #3C281A;
  color: #fff;
}
.btn01:hover::before {
  border-color: #fff;
}
.btn01::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3C281A;
  border-right: 2px solid #3C281A;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.btn01.long {
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .btn01 {
    margin: 25px auto 0;
    max-width: 280px;
  }
}
.btn02 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "orpheuspro", serif;
  font-weight: 500;
  max-width: 340px;
  width: 100%;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  padding: 16px 15px 16px;
  color: #3C281A;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0;
  border: 1px solid #3C281A;
  background: #fff;
}
.btn02:hover {
  background: #3C281A;
  border: 1px solid #3C281A;
  color: #fff;
}
.btn02:hover::before {
  border-color: #fff;
}
.btn02::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3C281A;
  border-right: 2px solid #3C281A;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .btn02 {
    margin: 25px auto 0;
    max-width: 280px;
  }
}
/*----------アンカーリンクリスト----------*/
.anchor-list {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .anchor-list {
    margin-bottom: 40px;
  }
}
.anchor-list ul {
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .anchor-list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.anchor-list ul li {
  background: #683E31;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.anchor-list ul li:hover {
  background: #472a21;
}

.anchor-list ul li a {
  opacity: 1;
  padding: 15px 10px;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
}

.anchor-list ul li a::before {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------スマホで表示・非表示----------*/
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*----------注釈----------*/
.note {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: 13px;
    line-height: 1.9;
  }
}

/*----------パンくずリスト----------*/
.low #breadcrumbs {
  padding: 15px 0 50px;
}

.low #breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.low #breadcrumbs ul li {
  position: relative;
  margin-right: 0.5em;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.low #breadcrumbs ul li:before {
  content: "＞";
  display: inline-block;
  padding-right: 0.5em;
}

.low #breadcrumbs ul li:first-child::before {
  display: none;
}

.low #breadcrumbs ul li a {
  color: #0000a3;
}

.low #breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    padding: 10px 0 40px;
  }
  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}
/*============================================================================

  ヘッダー

============================================================================*/
/*----------PC版----------*/
@media screen and (max-width: 1100px) {
  .header {
    display: none;
  }
}
.header-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrapper {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ロゴ */
.header-logo {
  line-height: 1;
  top: 0px;
  left: 0;
  position: absolute;
  z-index: 1;
}

.header-logo > a {
  display: block;
  line-height: 1;
  background: #E69B42;
  width: 240px;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo > a:hover {
  opacity: 1;
}

.header-logo > a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 125px;
}

.header-logo > a img:hover {
  opacity: 0.7;
}

/* WEB予約ボタン */
.header-contact {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.header-contact .reserve:last-of-type a {
  background: #805E53;
}
.header-contact .reserve a {
  background: #683E31;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
  padding-top: 40px;
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
}
.header-contact .reserve a:hover {
  opacity: 0.9;
}
.header-contact .reserve a::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  background: url(../images/common/reserve.png);
  background-size: cover;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-contact .reserve a span {
  color: #fff;
  font-size: 12.5px;
}

/* ナビ */
.header-nav {
  text-align: center;
  margin-left: auto;
  margin-right: 160px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    margin-right: 140px;
  }
}

.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-nav__list > li > a {
  display: inline-block;
  color: #3C281A;
  padding: 4px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav__list > li > a:hover,
.header-nav__list > li > a:focus {
  opacity: 0.7;
}

.header-nav__list > li:not(:last-of-type) {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .header-nav__list > li:not(:last-of-type) {
    margin-right: 20px;
  }
}

/* アコーディオンメニュー */
.header-nav__has-child {
  position: relative;
}

.header-nav__second-menu {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 45px;
  left: -7px;
  width: 220px;
}

.header-nav__second-menu > li {
  border-top: 1px solid #fff;
}

.header-nav__second-menu > li a {
  display: block;
  font-size: 16px;
  height: auto;
  line-height: 1.2;
  background-color: #E69B42;
  color: #fff;
  text-align: left;
  padding: 18px 15px;
  height: 52px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-nav__second-menu > li a:hover,
.header-nav__second-menu > li a:focus {
  opacity: 1;
  background-color: #d98620;
}

/* 固定ナビ */
@media screen and (max-width: 1100px) {
  .header-fixed.thin {
    display: none;
    height: 0;
  }
}
.header-fixed.thin {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-box-shadow: 2px 0px 4px rgba(60, 40, 26, 0.2745098039);
          box-shadow: 2px 0px 4px rgba(60, 40, 26, 0.2745098039);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  background: #fff;
}

.is-fixed .header-fixed {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-fixed.thin .header-wrapper {
  height: 70px;
}

.header-fixed.thin .header-nav {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .header-fixed.thin .header-nav {
    margin-right: 20px;
  }
}

.header-fixed.thin .header-nav__list > li:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .header-fixed.thin .header-nav__list > li:not(:last-of-type) {
    margin-right: 10px;
  }
}

.header-fixed.thin .header-nav__list > li > a {
  font-size: 16px;
}

.header-fixed.thin .header-nav__second-menu {
  top: 40px;
}

.header-fixed.thin .header-logo-thin {
  display: block;
  width: 160px;
  line-height: 1;
  margin-left: 20px;
}

.header-fixed.thin .header-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-fixed.thin .header-contact .reserve a {
  line-height: 1;
  letter-spacing: 0px;
  padding-top: 30px;
  width: 160px;
  height: 70px;
}
.header-fixed.thin .header-contact .reserve a::before {
  content: "";
  width: 20px;
  height: 20px;
}

/*----------SP版----------*/
.sp_header {
  display: none;
  height: 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .sp_header {
    display: block;
    height: auto;
  }
}
.sp_header-logo {
  width: 140px;
  height: 140px;
  display: inline-block;
  line-height: 1;
  z-index: 6;
  position: absolute;
  padding: 15px 0;
  background: #E69B42;
}

.sp_header-logo > a {
  display: block;
  margin: 0 auto;
  width: 75px;
}

.sp_header-logo > a > img {
  height: auto;
}

.sp_header-menu {
  position: relative;
}

.sp_menu-btn {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
}

.sp_menu-btn .hamburger {
  display: block;
  height: 4px;
  background-color: #683E31;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.sp_menu-btn .hamburger::before,
.sp_menu-btn .hamburger::after {
  content: "";
  display: block;
  height: 4px;
  background-color: #683E31;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_menu-btn .hamburger::before {
  top: -13px;
}

.sp_menu-btn .hamburger::after {
  bottom: -13px;
}

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 70px;
  background-color: #683E31;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp_header-nav__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp_header-nav__list > li {
  border-top: 1px solid #FFF;
}

.sp_header-nav__list > li:last-child {
  border-bottom: 1px solid #FFF;
}

.sp_header-nav__list > li > a {
  display: block;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__list > li > a:hover,
.sp_header-nav__list > li > a:focus {
  opacity: 0.7;
}

.sp_header-nav__toggle--open span.sp_header-nav__toggle-btn::after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.sp_header-nav__toggle-btn {
  display: block;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  cursor: default;
  padding: 12px 12px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__toggle-btn:hover,
.sp_header-nav__toggle-btn:focus {
  opacity: 0.7;
}

.sp_header-nav__toggle-btn::before,
.sp_header-nav__toggle-btn::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp_header-nav__toggle-btn::before {
  width: 16px;
  height: 4px;
  right: 19px;
}

.sp_header-nav__toggle-btn::after {
  right: 25px;
  width: 4px;
  height: 16px;
}

.sp_header-nav__second-menu {
  display: none;
}

.sp_header-nav__second-menu li {
  background-color: #543127;
  border-top: 1px solid white;
}

.sp_header-nav__second-menu li a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__second-menu li a:hover,
.sp_header-nav__second-menu li a:focus {
  opacity: 0.7;
}

.is_open-menu .sp_header-nav {
  right: 0px;
}

.is_open-menu .sp_menu-btn .hamburger {
  background: transparent !important;
}

.is_open-menu .sp_menu-btn .hamburger::before {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is_open-menu .sp_menu-btn .hamburger::after {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is_open-menu .sp_menu-btn .alph {
  display: none;
}

.sp_header-low .sp_header-logo {
  width: auto;
  height: auto;
  padding: 10px 10px;
  background: none;
}
.sp_header-low .sp_header-logo > a {
  display: block;
  margin: 0 auto;
  width: 120px;
}

/*============================================================================

  タイトル

============================================================================*/
.top-ttl {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .top-ttl {
    margin-bottom: 25px;
    margin-top: -15px;
  }
}
.top-ttl .en {
  display: block;
  line-height: 1.1;
  font-family: "orpheuspro", serif;
  font-weight: 500;
  font-size: 86px;
  color: #E69B42;
  letter-spacing: 7px;
}
@media screen and (max-width: 768px) {
  .top-ttl .en {
    font-size: 40px;
    letter-spacing: 3px;
  }
}
.top-ttl .ja {
  letter-spacing: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja {
    font-size: 15px;
  }
}
.top-ttl .ja::before {
  content: "";
  width: 17px;
  height: 1.5px;
  background-color: #333333;
  display: block;
  margin-right: 13px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja::before {
    width: 14px;
    height: 1px;
    margin-bottom: 0px;
  }
}
.top-ttl .ja::after {
  content: "";
  width: 17px;
  height: 1.5px;
  background-color: #333333;
  display: block;
  margin-left: 13px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja::after {
    width: 14px;
    height: 1px;
    margin-bottom: 0px;
  }
}

.top-ttl02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-ttl02 .line {
  display: block;
  width: 500px;
  height: 1px;
  background-color: #3C281A;
  margin-left: -520px;
}

.top-ttl02 .ttl {
  font-family: "orpheuspro", serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 61px;
  letter-spacing: 7px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .top-ttl02 .ttl {
    font-size: 40px;
    letter-spacing: 4px;
  }
}
.top-ttl02 .ttl span {
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .top-ttl02 .ttl span {
    font-size: 15px;
    letter-spacing: 2px;
    margin-left: 10px;
  }
}
.ttl01 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 3px;
  font-weight: 500;
  position: relative;
  line-height: 1.6;
  padding-top: 72px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-top: 54px;
    margin-bottom: 50px;
  }
}
.ttl01::before {
  position: absolute;
  content: "";
  background: url(../images/common/ttl01-logo.png) no-repeat left center/cover;
  width: 35px;
  height: 63px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ttl01::before {
    width: 25px;
    height: 47px;
  }
}
.ttl01::after {
  position: absolute;
  content: "";
  background: url(../images/common/ttl01-deco.png) no-repeat left center/cover;
  width: 100%;
  height: 11px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

.ttl02 {
  background: #F1E7D9;
  padding: 10px 20px 6px;
  border-left: solid 5px #E69B42;
  font-size: 27px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 25px;
  line-height: 1.6;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    letter-spacing: 1px;
  }
}

.ttl03 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 30px;
  line-height: 1.6;
  margin-bottom: 13px;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #683E31;
  padding-bottom: 13px;
  color: #683E31;
}
@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 19px;
    margin-top: 20px;
    padding-bottom: 8px;
  }
}
.ttl03::after {
  position: absolute;
  content: "";
  background: url(../images/common/ttl03-deco.png);
  width: 28px;
  height: 28px;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .ttl03::after {
    width: 25px;
    top: 3px;
    height: 25px;
  }
}

/*============================================================================

  トップページ

============================================================================*/
/*----------TOPメインビジュアル----------*/
.top-mv {
  width: calc(100% - 100px);
  height: 600px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-mv {
    height: 100svh;
    width: 100%;
  }
}

.top-mv__catch .txt {
  position: absolute;
  top: 38%;
  left: 6%;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .top-mv__catch .txt {
    left: 5%;
    top: inherit;
    bottom: 25%;
  }
}

.top-mv__catch h2 {
  font-size: 89px;
  font-family: "orpheuspro", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 7px;
}
@media screen and (max-width: 1100px) {
  .top-mv__catch h2 {
    font-size: 38px;
    letter-spacing: 3px;
  }
}

.top-mv__catch h2 + p {
  font-size: 23px;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .top-mv__catch h2 + p {
    line-height: 1.7;
    font-size: 20px;
  }
}

.mv-copy {
  position: absolute;
  font-size: 13px;
  font-family: "orpheuspro", serif;
  font-weight: normal;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  letter-spacing: 3px;
  right: -59px;
  top: 32%;
  width: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .mv-copy {
    display: none;
  }
}

/* スライド */
.top-mv-swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.top-mv-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.top-mv-slide__01 {
  background-image: url(../images/top/mv1.jpg);
}

@media screen and (max-width: 1100px) {
  .top-mv-slide__01 {
    background-image: url(../images/top/mv1-sp.jpg);
  }
}
.top-mv-slide__02 {
  background-image: url(../images/top/mv2.jpg);
  background-position: left center;
}

@media screen and (max-width: 1100px) {
  .top-mv-slide__02 {
    background-image: url(../images/top/mv2-sp.jpg);
  }
}
.top-mv-slide__03 {
  background-image: url(../images/top/mv3.jpg);
  background-position: top;
}

@media screen and (max-width: 1100px) {
  .top-mv-slide__03 {
    background-image: url(../images/top/mv3-sp.jpg);
  }
}
/*----------お知らせ----------*/
.top-news {
  background: url(../images/top/news-bg.jpg);
  background-size: cover;
  padding: 30px 0 70px;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 20px 0 50px;
  }
}
.top-news-list .top-news-item a {
  background: #fff;
  padding: 20px 40px;
  color: #3C281A;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-news-list .top-news-item a {
    padding: 8px 12px;
  }
}
.top-news-list .top-news-item:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top-news-list .top-news-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.top-news-list .top-news-item .top-news-item__date {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .top-news-list .top-news-item .top-news-item__date {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-news-list .top-news-item:nth-of-type(4) {
    display: none;
  }
}
/*----------コンセプト----------*/
.top-concept {
  background: url(../images/top/concept-bg.jpg);
  background-size: cover;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .top-concept {
    padding: 50px 0;
  }
}
.top-concept .contents {
  position: relative;
}
.top-concept .contents .catch {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 41px;
  font-weight: normal;
  line-height: 2.4;
  letter-spacing: 7px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-concept .contents .catch {
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    line-height: 2.2;
  }
}
.top-concept .contents .en {
  position: absolute;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-family: "liana", script;
  font-size: 84px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.1882352941);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 33%;
}
@media screen and (max-width: 768px) {
  .top-concept .contents .en {
    top: 24%;
    font-size: 40px;
  }
}
.top-concept .contents .txt {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-concept .contents .txt {
    padding: 0 20px;
    text-align: left;
  }
}

/*----------施術メニュー----------*/
.top-menu {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .top-menu {
    padding: 50px 0;
  }
}

.top-menu .item {
  width: 100%;
  height: 500px;
  background: #DAB441;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-menu .item {
    overflow: unset;
    height: auto;
  }
}
.top-menu .item .txt-wrap {
  width: 58%;
  height: 500px;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .top-menu .item .txt-wrap {
    width: 62%;
  }
}

@media screen and (max-width: 768px) {
  .top-menu .item .txt-wrap {
    position: initial;
    width: 100%;
    height: auto;
    padding: 20px 20px 40px;
  }
}
.top-menu .item .txt-wrap .en {
  color: #fff;
  font-size: 84px;
  font-family: "orpheuspro", serif;
  text-transform: uppercase;
  opacity: 0.25;
  position: absolute;
  right: 0;
  top: 8px;
  line-height: 0.56;
}

@media screen and (max-width: 768px) {
  .top-menu .item .txt-wrap .en {
    position: relative;
    font-size: 36px;
    text-align: center;
    z-index: 5;
    margin-bottom: -2px;
  }
}
.top-menu .item .txt-wrap .txt {
  text-align: center;
  position: absolute;
  left: 53%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-menu .item .txt-wrap .txt {
    width: 100%;
    position: initial;
    -webkit-transform: none;
    transform: none;
    text-align: left;
  }
}
.top-menu .item .txt-wrap h4 {
  font-size: 47px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top-menu .item .txt-wrap h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.top-menu .item .txt-wrap .btn {
  margin-left: auto;
}

.top-menu .item .img {
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(42% + 100px);
  height: 550px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top-menu .item .img {
    width: calc(38% + 100px);
  }
}

@media screen and (max-width: 768px) {
  .top-menu .item .img {
    position: initial;
    width: 100%;
    height: 220px;
    -webkit-transform: none;
    transform: none;
  }
}
.top-menu .item .img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .top-menu .item .img img {
    -webkit-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.top-menu .item.rvs {
  background: #7CB2A1;
}

.top-menu .item.rvs .txt-wrap {
  left: 0px;
}

.top-menu .item.rvs .txt-wrap .txt {
  left: 47%;
}

.top-menu .item.rvs .txt-wrap .en {
  left: 0;
}

.top-menu .item.rvs .img {
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  right: 0px;
  left: auto;
}

@media screen and (max-width: 768px) {
  .top-menu .item.rvs .img {
    -webkit-transform: none;
    transform: none;
  }
}
.top-menu .item.rvs .img img {
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

@media screen and (max-width: 768px) {
  .top-menu .item.rvs .img img {
    -webkit-transform: none;
    transform: none;
  }
}
.top-menu .item.item3 {
  background: #EC8C6C;
}

.top-menu .cosme {
  background: #E7E1DC;
  margin: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-menu .cosme {
    margin: 50px 0 0;
  }
}
.top-menu .cosme::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 163px;
  z-index: 0;
  background: url(../images/top/cosme-deco.png);
  background-size: 100% auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .top-menu .cosme::before {
    background-size: cover;
    width: 100px;
    background-position: left;
  }
}
.top-menu .cosme::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 163px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: 0;
  background: url(../images/top/cosme-deco.png);
  background-size: 100% auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .top-menu .cosme::after {
    background-size: cover;
    width: 100px;
    background-position: left;
  }
}
.top-menu .cosme .inner {
  position: relative;
  padding: 65px 0 55px;
}
@media screen and (max-width: 768px) {
  .top-menu .cosme .inner {
    padding: 40px 20px 40px;
  }
}
.top-menu .cosme .inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 200px;
  background: url(../images/top/cosme.png);
  background-size: 100% auto;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-menu .cosme .inner::before {
    width: 125px;
    height: 125px;
    left: -14px;
  }
}
.top-menu .cosme .en {
  font-size: 75px;
  letter-spacing: 7px;
  opacity: 0.3;
  font-weight: 500;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-family: "orpheuspro", serif;
}
@media screen and (max-width: 768px) {
  .top-menu .cosme .en {
    font-size: 36px;
    letter-spacing: 3px;
    top: -17px;
  }
}
.top-menu .cosme h4 {
  font-size: 39px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top-menu .cosme h4 {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
.top-menu .cosme .txt {
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-menu .cosme .txt {
    text-align: left;
  }
}
.top-menu .cosme .btn01 {
  margin-top: 30px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-menu .cosme .btn01 {
    margin-top: 25px;
  }
}

/*----------店舗紹介----------*/
.top-store {
  background: #F1E7D9;
  padding: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .top-store {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-store .top-ttl .en {
    font-size: 34px;
  }
}
.top-store .contents {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-store .contents {
    grid-template-columns: auto;
    gap: 25px;
  }
}
.top-store .contents .item {
  background: #fff;
}
.top-store .contents .item .txt {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .top-store .contents .item .txt {
    padding: 25px 20px 35px;
  }
}
.top-store .contents .item .txt h4 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top-store .contents .item .txt h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.top-store .contents .item .txt .btn {
  gap: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .top-store .contents .item .txt .btn {
    grid-template-columns: auto;
    gap: 10px;
    margin-top: 20px;
  }
}
.top-store .contents .item .txt .btn .btn01 {
  margin-top: 0;
  font-family: "kinuta-mincho-stdn", sans-serif;
  letter-spacing: 1px;
}

/*----------ブログ----------*/
.top-blog {
  background: url(../images/top/blog-bg.jpg);
  background-size: cover;
  padding: 30px 0 70px;
}
@media screen and (max-width: 768px) {
  .top-blog {
    padding: 20px 0 40px;
  }
}

.top-blog-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .top-blog-contents {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-blog-contents li {
  position: relative;
}

.top-blog-contents li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top-blog-contents li a:hover ~ figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-blog-contents li a:hover ~ article {
  opacity: 0.7;
}

.top-blog-contents li figure {
  margin-bottom: 13px;
  overflow: hidden;
}

.top-blog-contents li figure img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top-blog-contents li figure img {
    height: 130px;
  }
}
.top-blog-contents li article .date {
  font-size: 16px;
}

.top-blog-contents li article h3 {
  color: #3C281A;
  font-weight: 400;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .top-blog-contents li article h3 {
    font-size: 0.875rem;
  }
}
.top-blog-contents li:nth-of-type(4) {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-blog-contents li:nth-of-type(4) {
    display: block;
  }
}
/*----------インスタグラム----------*/
.top-insta {
  background: #E69B42;
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .top-insta {
    padding: 50px 0 50px;
  }
}
.top-insta .top-ttl .en {
  color: #fff;
}
.top-insta .top-ttl .ja {
  color: #fff;
}
.top-insta .top-ttl .ja::before, .top-insta .top-ttl .ja::after {
  background: #fff;
}
.top-insta .contents .item:last-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-insta .contents .item:last-of-type {
    margin-top: 25px;
  }
}
.top-insta .contents .item h4 {
  font-size: 30px;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-insta .contents .item h4 {
    font-size: 20px;
  }
}
.top-insta .contents .item h4 .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .top-insta .contents .item h4 .line {
    margin-left: 10px;
  }
}

/*============================================================================

  階層ページ

============================================================================*/
/*----------メインビジュアル----------*/
.low #mv {
  width: 100%;
  height: 360px;
  position: relative;
}

.low #mv:before {
  content: "";
  background-color: rgba(47, 32, 27, 0.4431372549);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.low #mv .ttl {
  display: block;
  font-weight: 400;
  font-family: "orpheuspro", serif;
  font-style: normal;
  width: 100%;
  font-size: 70px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 6px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.low #mv .ttl span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  font-family: "kinuta-mincho-stdn", sans-serif;
  margin-top: -10px;
  letter-spacing: 3px;
}

.low .contents {
  position: relative;
}

.low .btn01 {
  font-family: "kinuta-mincho-stdn", sans-serif;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .low .btn01 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .low #mv {
    height: 180px;
    margin-top: 60px;
  }
  .low #mv .ttl {
    font-size: 36px;
    line-height: 1;
    margin-top: 10px;
  }
  .low #mv .ttl span {
    font-size: 14px;
    margin: 15px;
  }
}
/*各ページメインビジュアル背景*/
#pureglow #mv {
  background: url(../images/pureglow/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#footrelief #mv {
  background: url(../images/footrelief/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#radiantlift #mv {
  background: url(../images/radiantlift/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#store #mv {
  background: url(../images/store/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#menu #mv {
  background: url(../images/menu/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#price #mv {
  background: url(../images/price/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#news #mv {
  background: url(../images/news/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/*----------料金一覧----------*/
@media screen and (max-width: 768px) {
  #price .anchor-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#price .table01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #price .table01 {
    margin-top: 20px;
  }
}
#price .table01 th {
  padding: 7px 20px;
}
#price .table01 td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #price .wrapper-sm {
    padding: 0;
  }
}
#price .cosme .table01 {
  margin-top: 20px;
}

/*----------アクセス----------*/
#store .store .anchor-list {
  max-width: 900px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #store .store .anchor-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #store .store .table01 th {
    width: 88px;
  }
}
#store .store .sns-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #store .store .sns-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#store .store .sns-btn a {
  background: #E69B42;
  width: 250px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
#store .store .sns-btn a span {
  position: relative;
  padding-left: 30px;
}
#store .store .sns-btn a span::before {
  content: "";
  background-image: url(../images/common/reserve.png);
  width: 23px;
  height: 23px;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 1px;
}
@media screen and (max-width: 768px) {
  #store .store .sns-btn a span::before {
    top: -2px;
  }
}
#store .store .sns-btn a.line {
  background: #06C755;
}
#store .store .sns-btn a.line span::before {
  background-image: url(../images/common/line.png);
}
#store .store .sns-btn a.insta {
  background: -webkit-linear-gradient(315deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
#store .store .sns-btn a.insta span::before {
  background-image: url(../images/common/insta.png);
}
#store .store .root {
  gap: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #store .store .root {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
  }
}
#store .store .root h3 {
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #store .store .root h3 {
    line-height: 1.5;
    font-size: 14px;
    padding-left: 35px;
  }
}
#store .store .root h3 span {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  font-family: "orpheuspro", serif;
  color: #fff;
  background-color: #E69B42;
}
@media screen and (max-width: 768px) {
  #store .store .root h3 span {
    line-height: 26px;
    width: 26px;
    height: 26px;
    top: 0;
  }
}
#store .store .movie {
  background: #E7E1DC;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #store .store .movie {
    padding: 20px;
  }
}
#store .store .movie iframe {
  width: 100%;
  height: 30.8vw;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #store .store .movie iframe {
    height: 43vw;
  }
}
#store .store .movie h5 {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 3px;
  line-height: 1.6;
  padding: 10px 0 8px;
  margin-bottom: 20px;
  background: #82685f;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #store .store .movie h5 {
    font-size: 20px;
    padding: 6px 0 8px;
    margin-bottom: 10px;
  }
}
#store .store .movie h5::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 7px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #store .store .map iframe {
    height: 240px;
  }
}

/*----------施術メニュー----------*/
#menu .menu {
  margin-top: 100px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #menu .menu {
    margin-bottom: 0;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
#menu .menu .item {
  position: relative;
}
#menu .menu .item:not(:last-of-type) {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #menu .menu .item:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
#menu .menu .item:before {
  position: absolute;
  display: block;
  content: "";
  background: #ece8e6;
  width: 94%;
  min-width: 1300px;
  height: 140%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  right: 0;
  padding: 80px 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #menu .menu .item:before {
    height: calc(100% + 80px);
  }
}
#menu .menu .item:nth-of-type(odd)::before {
  right: auto;
  left: 0;
  background: #F1E7D9;
}
#menu .menu .item:nth-of-type(odd) .img {
  -webkit-box-shadow: 10px 10px 0 rgba(230, 156, 66, 0.3019607843);
          box-shadow: 10px 10px 0 rgba(230, 156, 66, 0.3019607843);
}
@media screen and (max-width: 768px) {
  #menu .menu .item:nth-of-type(odd) .img {
    -webkit-box-shadow: 5px 5px 0 rgba(230, 156, 66, 0.3019607843);
            box-shadow: 5px 5px 0 rgba(230, 156, 66, 0.3019607843);
  }
}
#menu .menu .item h4 {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  color: #E69B42;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  #menu .menu .item h4 {
    font-size: 22px;
    padding-left: 40px;
    line-height: 1.4;
  }
}
#menu .menu .item h4::before {
  position: absolute;
  content: "";
  height: 1px;
  top: 44%;
  left: 0;
  width: 60px;
  border-top: 2px solid #E69B42;
}
@media screen and (max-width: 768px) {
  #menu .menu .item h4::before {
    width: 30px;
  }
}
#menu .menu .item h4::before {
  margin-right: 15px;
}
#menu .menu .item .btn01 {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #menu .menu .item .btn01 {
    margin: 25px auto 0;
  }
}
#menu .menu .item .img {
  -webkit-box-shadow: -10px 10px 0 rgba(82, 47, 36, 0.1333333333);
          box-shadow: -10px 10px 0 rgba(82, 47, 36, 0.1333333333);
}
@media screen and (max-width: 768px) {
  #menu .menu .item .img {
    -webkit-box-shadow: -5px 5px 0 rgba(82, 47, 36, 0.1333333333);
            box-shadow: -5px 5px 0 rgba(82, 47, 36, 0.1333333333);
    margin-top: 30px;
  }
}

/*============================================================================

  フッター

============================================================================*/
.footer {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}
.footer.footer-low {
  background: #E7E1DC;
}
.footer .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .contents .footer-logo {
  width: 125px;
}
@media screen and (max-width: 768px) {
  .footer .contents .footer-logo {
    margin: 0 auto;
    width: 70px;
  }
}
.footer .contents .footer-nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 7%;
}
@media screen and (max-width: 768px) {
  .footer .contents .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.footer .contents .footer-nav .ttl {
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 0px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "orpheuspro", serif;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer .contents .footer-nav .ttl {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #c8bbb3;
    padding-bottom: 12px;
  }
}
.footer .contents .footer-nav ul li a {
  position: relative;
  color: #3C281A;
  padding-left: 22px;
  line-height: 2.2;
}
.footer .contents .footer-nav ul li a::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #3C281A;
  position: absolute;
  top: 11px;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
@media screen and (max-width: 768px) {
  .footer .contents .footer-nav ul li a::before {
  top: 8px;
}
}
.footer .contents .footer-nav .left {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .footer .contents .footer-nav .left {
    width: 100%;
  }
}
.footer .contents .footer-nav .left .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .contents .footer-nav .left .flex ul.list1 {
  width: 60%;
}
.footer .contents .footer-nav .left .flex ul.list2 {
  width: 40%;
}
.footer .contents .footer-nav .right {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .footer .contents .footer-nav .right {
    width: 100%;
  }
}
.footer .contents .footer-nav .right .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .contents .footer-nav .right .flex ul {
  width: 100%;
}
.footer .contents .footer-btn {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .footer .contents .footer-btn {
    margin: 20px auto 0;
  }
}
.footer .contents .footer-btn .btn {
  background: #683E31;
}
.footer .contents .footer-btn .btn:last-of-type {
  background: #805E53;
  margin-top: 12px;
}
.footer .contents .footer-btn a {
  color: #fff;
  display: block;
  line-height: 1.4;
  text-align: center;
  padding: 14px 0 12px;
  position: relative;
}
.footer .contents .footer-btn a::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.copy {
  font-family: "orpheuspro", serif;
  background-color: #683E31;
  color: #fff;
  padding: 27px 0;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copy {
    font-size: 12px;
    padding: 15px 0;
    margin-bottom: 60px;
  }
}

/*----------固定ナビ----------*/
.sp_bottom-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp_bottom-menu__btn {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  width: 50%;
  height: 60px;
  line-height: 1.6;
  background-color: rgba(104, 62, 49, 0.9215686275);
  text-align: center;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3215686275);
}

.sp_bottom-menu__btn--rsv2 {
  background-color: rgba(128, 94, 83, 0.9176470588) !important;
}

@media screen and (max-width: 1100px) {
  .sp_bottom-menu {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}/*# sourceMappingURL=style.css.map */