@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.c-header__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-header__logo {
  width: 30%;
}

.c-header__logo a {
  display: block;
  position: fixed;
  z-index: 1015;
  padding: 30px 0 0 25px;
}

@media only screen and (max-width: 1199px) {
  .c-header__logo a {
    padding: 20px 0 0 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .c-header__logo a img {
    width: 80px;
  }
}

.c-header__social {
  width: 70%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .c-header__social {
    display: none;
  }
}

.c-header__social ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-header__social ul li {
  margin-right: 30px;
}

/* Main menu
------------------------------------------------------------*/
.c-gnav {
  position: fixed;
  top: 0;
  padding: 12.6116657909vw 150px;
  width: 960px;
  height: 100vh;
  background-color: #f5f2eb;
  left: -100%;
  z-index: 200;
  color: #fff;
  -webkit-transition: left 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: left 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  z-index: 999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .c-gnav {
    display: none;
  }
}

.c-gnav ul {
  margin-left: 150px;
  overflow: hidden;
}

.c-gnav ul li a {
  color: #c7b299;
  overflow: hidden;
}

.c-gnav ul li a p {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.1rem;
  color: #736357;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
}

.c-gnav ul li a p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 250px;
  background-color: #c7b299;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.c-gnav ul li a p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 250px;
  background-color: #c7b299;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.c-gnav ul li a span {
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  color: #534741;
  margin-top: 10px;
  display: block;
}

.c-gnav ul li a:hover p:before {
  display: none;
}

.c-gnav ul li a:hover p:after {
  background-color: #736357;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-gnav ul li + li {
  margin-top: 30px;
}

.c-gnavsp {
  position: fixed;
  top: 0;
  padding: 95px 0px 0px;
  width: 100%;
  background-color: #f5f2eb;
  right: -100%;
  color: #fff;
  -webkit-transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  z-index: 1009;
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .c-gnavsp {
    display: block;
    height: 100%;
    overflow-y: scroll;
  }
}

.c-gnavsp__menu {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-gnavsp__social {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 45px;
}

.c-gnavsp__social ul {
  display: -webkit-box;
  display: flex;
}

.c-gnavsp ul {
  overflow: hidden;
}

.c-gnavsp ul li a {
  color: #c7b299;
  overflow: hidden;
}

.c-gnavsp ul li a p {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.6rem;
  color: #736357;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 2px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-gnavsp ul li a p {
    font-size: 2rem;
  }
}

.c-gnavsp ul li a p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 250px;
  background-color: #c7b299;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.c-gnavsp ul li a p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 250px;
  background-color: #c7b299;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.c-gnavsp ul li a span {
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  color: #534741;
  margin-top: 3px;
  display: block;
}

.c-gnavsp ul li a:hover p:before {
  display: none;
}

.c-gnavsp ul li a:hover p:after {
  background-color: #736357;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-gnavsp ul li + li {
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .c-gnavsp ul li + li {
    margin-top: 15px;
  }
}

.c-gnavsp .c-gnavsp__social li + li {
  margin-top: 0;
  margin-left: 30px;
}

.c-menu {
  width: 150px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid #f5f2eb;
  z-index: 1010;
}

@media only screen and (max-width: 1199px) {
  .c-menu {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    left: auto;
    border: none;
  }
}

.c-menu__box {
  width: 32px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .c-menu__box {
    width: 100%;
    height: 100%;
  }
}

.c-menu__icon {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
  .c-menu__icon {
    width: 100%;
    height: 1px;
  }
}

.c-menu__icon:nth-child(1) {
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .c-menu__icon:nth-child(1) {
    top: 8px;
  }
}

.c-menu__icon:nth-child(2) {
  left: 15px;
}

@media only screen and (max-width: 1199px) {
  .c-menu__icon:nth-child(2) {
    left: 0;
    top: 20px;
  }
}

.c-menu__icon:nth-child(3) {
  left: 30px;
}

@media only screen and (max-width: 1199px) {
  .c-menu__icon:nth-child(3) {
    left: 0;
    top: 32px;
  }
}

body.menu-open .c-gnav {
  left: 0;
}

@media (max-width: 1199px) {
  body.menu-open .c-gnav {
    height: 100%;
    overflow-y: scroll;
  }
}

body.menu-open .c-gnavsp {
  right: 0;
}

.is-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  height: 100vh;
  display: none;
  opacity: 0.5;
  z-index: 998;
}

body.menu-open .c-menu {
  border-right: 1px solid #c7b299;
}

@media only screen and (max-width: 1199px) {
  body.menu-open .c-menu {
    border: none;
  }
}

body.menu-open .c-menu__icon {
  background-color: #c7b299;
}

body.menu-open .c-menu__icon:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
}

@media only screen and (max-width: 1199px) {
  body.menu-open .c-menu__icon:nth-child(1) {
    left: 0;
    top: 17px;
  }
}

body.menu-open .c-menu__icon:nth-child(2) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 50%;
}

@media only screen and (max-width: 1199px) {
  body.menu-open .c-menu__icon:nth-child(2) {
    left: 0;
    top: 18px;
  }
}

body.menu-open .c-menu__icon:nth-child(3) {
  display: none;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer1 {
  background-color: #534741;
}

.c-footer1__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.c-footer1__logo{
  padding-bottom: 30px;
}

.c-footer1__left {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__left {
    width: 100%;
    display: none;
  }
}

.c-footer1__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-footer1__right {
  width: 50%;
  padding-left: 80px;
  padding-top: 70px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__right {
    width: 100%;
    padding: 45px 15px 0px;
  }
}

.c-footer1__right h2 {
  font-size: 5rem;
  font-family: 'Cinzel', serif;
  line-height: 0.8;
  padding-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__right h2 {
    color: #eae2df;
    font-size: 4rem;
    padding-left: 10px;
  }
}

.c-footer1__right p {
  font-size: 1.8rem;
  line-height: 1.66666666667;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__right p {
    padding-left: 10px;
    font-size: 1.4rem;
  }
}

.c-footer1__text{
  padding-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__text{
    padding-bottom: 0;
  }
}

.c-footer1__link{
  padding-top: 25px;
  padding-bottom: 10px;
}

.c-footer1__phone {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__phone {
    padding-left: 10px;
  }
}

.c-footer1__phone span {
  padding-left: 15px;
  font-size: 3.1rem;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__phone span {
    font-size: 3rem;
  }
}

.c-footer1__btn {
  padding-top: 27px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__btn {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .c-footer1__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.c-footer1__map{
  display: none;
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__map {
    display: block;
  }
}

.c-footer2 {
  background-color: #dedcd6;
}

.c-footer2__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .c-footer2__social {
    padding-top: 40px;
  }
}

.c-footer2__social ul {
  display: -webkit-box;
  display: flex;
}

.c-footer2__social ul li {
  margin-right: 30px;
}

.c-footer2__social ul li:last-child {
  margin-right: 0;
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  background-color: #dedbd4;
  border-bottom: 1px solid #cccccc;
}

.c-breadcrumb__inner {
  padding: 15px 0px 13px;
  max-width: 1200px;
  margin: 0 auto;
  color: #666666;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .c-breadcrumb__inner {
    padding: 15px 20px 13px;
  }
}

.c-breadcrumb__inner a {
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  float: left;
}

.c-breadcrumb__inner a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  background: url("../img/arrow-rightblack.png") no-repeat;
  background-size: cover;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-breadcrumb__inner a i {
  font-size: 1.5rem;
}

/* layout
------------------------------------------------------------*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

.l-container {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .l-container {
    width: 100%;
  }
}

.c-mainvisual {
  position: relative;
  z-index: -1;
  background: url("../img/mainvisual_image.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual {
    background: url("../img/mainvisual_imagesp.jpg") no-repeat;
    background-size: cover;
  }
}

.c-mainvisual:before {
  content: "";
  position: absolute;
  background-color: #342617;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.c-mainvisual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 41.6666666667vw;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__text {
    width: 100%;
	display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__text svg {
    width: 300px;
  }
}

.c-mainvisual--subpage {
  height: 400px;
  background: url("../img/mainvisual_subpage.jpg") no-repeat;
}

.c-mainvisual--subpage1 {
  height: 200px;
  background: url("../img/mainvisual_subpage.jpg") no-repeat;
}

.c-mainvisual--subpage2 {
  height: 150px;
  background: url("../img/mainvisual_subpage.jpg") no-repeat;
}

.c-mainvisual--subpage1:before{
  display: none;
}

.c-mainvisual--subpage2:before{
  display: none;
}

.c-mainvisual--subpage .c-mainvisual__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  color: rgba(98, 87, 83, 0.6);
  font-family: 'Cinzel', serif;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual--subpage .c-mainvisual__inner {
    color: rgba(255, 255, 255, 0.6);
  }
}

.c-mainvisual--subpage h2 {
  font-size: 9rem;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual--subpage h2 {
    font-size: 4.5rem;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: block;
  height: 33px;
  line-height: 1;
  color: #625753;
  letter-spacing: 0.1em;
  position: relative;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.6rem;
  width: 160px;
  overflow: hidden;
}

.c-btn1--diff {
  color: #ffffff;
}

.c-btn1__line__arrow{
  display: block;
  background-color: #625753;
  width: 16px;
  height: 1px;
  position: absolute;
  -webkit-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.c-btn1--diff .c-btn1__line__arrow{
  background-color: #ffffff;
}

.c-btn1 .c-btn1__line__arrow{
  width: 100%;
  left: 0;
  bottom: 0;
}

.c-btn1__line__arrow:before{
  display: block;
  background-color: #625753;
  width: 1px;
  height: 7px;
  position: absolute;
  bottom: 1px;
  content: '';
  -webkit-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.c-btn1--diff .c-btn1__line__arrow:before{
  background-color: #ffffff;
}

.c-btn1 .c-btn1__line__arrow:before{
  right: 0;
  bottom: 1px;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-btn2 {
  width: 350px;
  height: 60px;
  border: 1px solid #eae2df;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.66666666667;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width: 767px) {
  .c-btn2 {
    width: 100%;
  }
}

.c-btn2:hover {
  background-color: #ffffff;
  color: #665b56;
  opacity: 1;
}

.c-btn__top {
  position: fixed;
  z-index: 1000;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  display: block;
  -webkit-transform: translateY(85px);
  transform: translateY(85px);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 1199px) {
  .c-btn__top {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    bottom: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .c-btn__top img {
    width: 60px;
  }
}

.c-btn__top--none {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  position: relative;
}

.c-title1 h2 {
  font-family: 'Caveat', cursive;
  font-size: 10rem;
  color: #5e5450;
  line-height: 0.8;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1199px) {
  .c-title1 h2 {
    font-size: 5rem;
    padding-left: 22px;
  }
}

.c-title1 > span {
  font-family: 'Cinzel', serif;
  color: #eae2df;
  font-size: 15rem;
  position: absolute;
  top: -65px;
  left: 0;
  z-index: 0;
  line-height: 0.8;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .c-title1 > span {
    font-size: 10rem;
    left: 38px;
    top: -45px;
  }
}

.c-title2 {
  text-align: center;
}

.c-title2 h2 {
  font-size: 3.1rem;
  line-height: 1.15;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  color: #534741;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .c-title2 h2 {
    font-size: 2.4rem;
  }
}

.c-title2 h2 span {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(350%, 20%) skewX(-20deg);
  transform: translate(350%, 20%) skewX(-20deg);
  transition: all 1.9s ease calc(0.02s* var(--char-index));
}

.c-title2.is-animation span{
  opacity: 1;
  -webkit-transform: translate(0, 0) skewX(0deg);
  transform: translate(0, 0) skewX(0deg);
}

.c-title2--diff h2 {
  color: #ccc8c2;
}

.c-title2--diff1 h2 {
  color: rgba(153, 134, 117, 0.5);
}

@media only screen and (max-width: 767px) {
  .c-title2__pc {
    display: none;
  }
}

.c-title2__sp {
  display: none;
  width: 290px;
  text-align: left;
  line-height: 1 !important;
}

@media only screen and (max-width: 767px) {
  .c-title2__sp {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 auto;
  }
}

.c-title2__sp span:last-child {
  padding-left: 70px;
}

.c-title3 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.15;
  font-family: "Times New Roman", Times, serif;
  color: #534741;
}

@media only screen and (max-width: 1199px) {
  .c-title3 {
    font-size: 2.4rem;
  }
}

.c-title4 {
  text-align: center;
}

.c-title4 h2 {
  font-size: 4rem;
  line-height: 1.15;
  font-family: "Times New Roman", Times, serif;
  color: #534741;
}

@media only screen and (max-width: 1199px) {
  .c-title4 h2 {
    font-size: 3.2rem;
  }
}

.c-title4 p {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  line-height: 1.33333333333;
  font-weight: 600;
  color: #736357;
  padding-top: 15px;
}

@media only screen and (max-width: 1199px) {
  .c-title4 p {
    font-size: 1.6rem;
  }
}

.c-title4--diff h2{
  font-weight: 400;
  font-style: italic;
}

.c-title5{
  background: #736357;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: 'Noto Serif JP', serif;
}

.c-title6{
  overflow: hidden;
  position: relative;
}

.c-title6 h2{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.31440588854vw;
  line-height: 2.5;
  color: #423935;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .c-title6 h2{
    font-size: 2rem;
  }
}

.c-title6 h2 span {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(350%, 20%) skewX(-20deg);
  transform: translate(350%, 20%) skewX(-20deg);
  transition: all 1.9s ease calc(0.02s* var(--char-index));
}

.c-title6.is-animation span{
  opacity: 1;
  -webkit-transform: translate(0, 0) skewX(0deg);
  transform: translate(0, 0) skewX(0deg);
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
post
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-post1 {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-post1 {
    width: calc(100% - 30px);
    padding: 0 15px;
    display: -webkit-box;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .c-post1 + .c-post1 {
    margin-top: 15px;
  }
}

.c-post1:hover {
  opacity: 1;
}

.c-post1:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-post1__title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-style: normal;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  overflow: hidden;
  height: 48px;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .c-post1__title {
    position: relative;
    bottom: 0;
    color: #4d4d4d;
    padding: 0 0 0 20px;
  }
}

.c-post1__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-post1__image {
    width: 35%;
    padding-top: initial;
  }
}

.c-post1__image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-post1__image:before {
  content: "";
  position: absolute;
  background-color: #625854;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  top: 0;
  left: 0;
}

.c-post1__box {
  position: relative;
  color: #534741;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #998675;
}

@media only screen and (max-width: 767px) {
  .c-post1__box {
    width: 65%;
    background-color: initial;
    border-bottom: none;
  }
}

.c-post1__date {
  font-size: 1.4rem;
  line-height: 1.875;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-style: normal;
  padding: 15px 20px 0px;
}

@media only screen and (max-width: 767px) {
  .c-post1__date {
    position: relative;
    bottom: 0;
    color: #4d4d4d;
    padding: 15px 0 0 20px;
  }
}

.c-post2 {
  min-height: 580px;
}

@media only screen and (max-width: 1199px) {
  .c-post2 {
    min-height: 100%;
  }
}

.c-post2:nth-child(2) .fadeInRight {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}

.c-post2__cnt {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -5;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #534741;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .c-post2__cnt {
    z-index: 1000;
    position: relative;
    height: auto;
    background-color: #625753;
    opacity: 1;
  }
}

.c-post2__cnt__box {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .c-post2__cnt__box {
    flex-wrap: wrap;
  }
}

.c-post2__cnt .c-post2__left {
  width: 33.33%;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .c-post2__cnt .c-post2__left {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .c-post2__cnt .c-post2__left {
    height: 220px;
  }
}

.c-post2__cnt .c-post2__right {
  max-width: 760px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 60px;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: -100%;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .c-post2__cnt .c-post2__right {
    max-width: 100%;
    position: relative;
    left: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 40px;
  }
}

.c-post2__cnt--active {
  z-index: 1000;
  opacity: 1;
}

.c-post2__cnt--active .c-post2__right {
  left: 33.33%;
}

.c-post2__cnt--active .c-post2__box:hover {
  opacity: 1;
  cursor: default;
}

.c-post2__box {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .c-post2__box {
    display: none;
  }
}

.c-post2__box:hover {
  cursor: pointer;
  opacity: 0.8;
}

.c-post2__box:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-post2__box1 {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}

.c-post2__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 100;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .c-post2__text {
    display: none;
  }
}

/*.c-post2__text:before {
  content: "";
  position: absolute;
  background-color: #534741;
  left: 0;
  bottom: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: -1;
}*/

.c-post2__text p:first-child {
  font-size: 2.4rem;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.53333333333;
  font-weight: bold;
}

.c-post2__text p:last-child {
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

.c-post2__right {
  color: #ffffff;
}

.c-post2__right__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #f5f2eb;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .c-post2__right__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 15px;
  }
}

.c-post2__right__title h3 {
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .c-post2__right__title h3 {
    font-size: 2.4rem;
  }
}

.c-post2__right__title span {
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  color: #c7b299;
  padding-left: 60px;
}

@media only screen and (max-width: 1199px) {
  .c-post2__right__title span {
    padding-left: 0;
    line-height: 1.66666666667;
    padding-top: 5px;
  }
}

.c-post2__right__text {
  padding-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .c-post2__right__text {
    padding-top: 40px;
  }
}

.c-post2__right__textpc {
  padding-top: 45px;
  padding-bottom: 55px;
}

@media only screen and (max-width: 1199px) {
  .c-post2__right__textpc {
    display: none;
  }
}

.c-post2__right__textsp {
  display: none;
  padding-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .c-post2__right__textsp {
    display: block;
    padding: 40px 0px 0px;
  }
}

.c-post2__right__textsp .c-post2__right__textdiff {
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
  padding-top: 25px;
  padding-bottom: 15px;
}

.c-post2__right__text strong {
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  color: #c7b299;
}

@media only screen and (max-width: 1199px) {
  .c-post2__right__text strong {
    display: none;
  }
}

.c-post2__right__text > p {
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: 'Noto Serif JP', serif;
  padding-top: 35px;
  padding-bottom: 55px;
}

@media only screen and (max-width: 1199px) {
  .c-post2__right__text > p {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

.c-post2__right__text .c-post2__right__textdiff {
  padding-top: 0px;
}

.c-post2__right__txt {
  padding-bottom: 25px;
}

.c-post2__right__txt h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  color: #c7b299;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .c-post2__right__txt h4 {
    line-height: 1.75;
  }
}

.c-post2__right__txt p {
  font-size: 1.4rem;
  line-height: 1.46666666667;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}

.c-post2__right__btn {
  padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .c-post2__right__btn {
    padding-bottom: 45px;
    padding-top: 15px;
  }
}

/*.c-post2__right__btn a {
  display: -webkit-box;
  display: flex;
  border: 1px solid #f5f2eb;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 80px;
  font-size: 2.4rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .c-post2__right__btn a {
    height: 60px;
    font-size: 2rem;
  }
}

.c-post2__right__btn a:hover {
  background-color: #ffffff;
  color: #534741;
}*/

.c-post2__right__price {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-post2__right__price li {
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

/*.c-post2__right__price li:nth-child(1) {
  width: 220px;
}

.c-post2__right__price li:nth-child(2) {
  width: 200px;
}*/

.c-post2__right__pricesp {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.c-post2__right__pricesp li {
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.c-post2__image {
  height: 100%;
}

.c-post2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post3 {
  width: calc((100% - (38px * 2)) / 3);
  margin-bottom: 30px;
  float: left;
}

@media only screen and (max-width: 1199px) {
  .c-post3 {
    width: 100%;
    float: none;
  }
}

.c-post3:not(:nth-of-type(3n)){
  margin-right: 38px;
}

@media only screen and (max-width: 1199px) {
  .c-post3:not(:nth-of-type(3n)){
    margin-right: 0px;
  }
}

.c-post3__image {
  width: 100%;
  /* height: 100%; */
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post3__title {
  width: 100%;
  height: 75px;
  margin: 15px 0px 0px;
  color: #333;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.c-post4 {
  width: 100%;
}

.c-post4__item {
  width: 100%;
  padding: 20px 15px;
  display: flex;
  box-sizing: border-box;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}

.c-post4__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}

.c-post4__box{
  width: calc(100% - 120px);
}

.c-post4__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post4__date {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #736357;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  padding-top: 5px;
}

.c-post4__date--news {
  width: 100%;
}

.c-post4__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #4d4d4d;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33333333333;
  text-overflow: ellipsis;
  word-break: break-all;
  font-family: 'Noto Serif JP', serif;
}

.c-post4__title:hover {
  text-decoration: underline;
}

.c-post4__title--news {
  width: 100%;
}

.c-post5{
  display: flex;
  flex-wrap: wrap;
}

.c-post5 + .c-post5{
  margin-top: 140px;
}

@media only screen and (max-width: 1199px) {
  .c-post5 + .c-post5{
    margin-top: 70px;
  }
}

.c-post5__image{
  width: 46.1538461538%;
}

@media only screen and (max-width: 1199px) {
  .c-post5__image{
    width: 100%;
  }
}

.c-post5__image img{
  width: 100%;
  height: auto;
}

.c-post5__text{
  width: 48.4615384615%;
  margin-left: 5.3846153847%;
  padding-right: 3.84615384615%;
}

@media only screen and (max-width: 1199px) {
  .c-post5__text{
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
}

.c-post5:nth-child(2){
  flex-direction: row-reverse;
}

.c-post5:nth-child(2) .c-post5__text{
  margin-left: 3.84615384615%;
  width: 49.5615384615%;
  padding-right: 4.2846153847%;
}

@media only screen and (max-width: 1199px) {
  .c-post5:nth-child(2) .c-post5__text{
    width: 100%;
    margin-left: 0;
    padding-right: 20px;
  }
}

.c-post5__text h2{
  font-size: 4rem;
  line-height: 1.15;
  color: #534741;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .c-post5__text h2{
    font-size: 3.2rem;
    padding-bottom: 15px;
  }
}

.c-post5__txt{
  font-size: 1.8rem;
  line-height: 2;
  color: #534741;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width: 1199px) {
  .c-post5__txt{
    font-size: 1.6rem;
  }
}

.c-post5__item{
  padding-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .c-post5__item{
    padding-top: 20px;
  }
}

.c-post5__item h3{
  font-size: 2rem;
  line-height: 1.8;
}

.c-post5__item p{
  font-size: 1.8rem;
  line-height: 2.55555555556;
  font-family: "Times New Roman", Times, serif;
  padding-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .c-post5__item p{
    font-size: 1.6rem;
    padding-top: 5px;
    line-height: 2;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-copyright {
  font-size: 1.8rem;
  color: #534741;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  padding-top: 45px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .c-copyright {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#obturateur1, #obturateur2 {
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

@media only screen and (max-width: 767px) {
  #obturateur1, #obturateur2 {
    stroke-width: 15;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 20;
  }
}

.bgextend0 {
  -webkit-animation-name: bgextendAnimeBase;
  animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
  animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

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

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bgappear0 {
  -webkit-animation-name: bgextendAnimeSecond;
  animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
  animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

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

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
  animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 0;
}

.bgLRextend0::before {
  -webkit-animation-name: bgLRextendAnime;
  animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  top: 0;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
}

.bgappearTrigger0,
.bgappearTrigger,
.bgLRextendTrigger,
.bgLRextendTrigger0 {
  opacity: 0;
}

.slick-list {
  overflow: unset !important;
}

.p-top2__item .title{
  display: none;
}

.p-top2__item .description{
  display: none;
}

.center .p-top2__item {
  padding: 0 15px;
}

@media only screen and (max-width: 1199px) {
  .center .p-top2__item {
    padding: 0 5px;
  }
}

.center .p-top2__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.center .slick-center .p-top2__item {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  opacity: 1;
  animation: fade 2s linear;
}

@keyframes fade {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

@media only screen and (max-width: 1199px) {
  .center .slick-center .p-top2__item {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
  }
}

.center .slick-dots {
  bottom: -115px;
}

@media only screen and (max-width: 1199px) {
  .center .slick-dots {
    bottom: -40px;
  }
}

.center .slick-dots li button:before {
  font-size: 15px;
  color: #998675;
  opacity: 1;
}

.center .slick-dots li.slick-active button:before {
  color: #534741;
  opacity: 1;
}

.center.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.c-post2__close {
  position: absolute;
  right: 30px;
  top: 28px;
  width: 38px;
  height: 38px;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .c-post2__close {
    display: none;
  }
}

.c-post2__close:hover {
  opacity: 1;
}

.c-post2__close:before, .c-post2__close:after {
  position: absolute;
  left: 18px;
  content: ' ';
  height: 38px;
  width: 2px;
  background-color: #c7b299;
}

.c-post2__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-post2__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes fadeInRight1 {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight1 {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.c-pagination{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .c-pagination{
    padding-top: 35px;
  }
}

.c-pagination--blog{
  padding-top: 50px;
}

.c-pagination a, .c-pagination a:hover, .c-pagination span{
  font-size: 1.7rem;
  line-height: 1.0588;
  color: #4d4d4d;
  padding: 15px 18px;
  font-family: 'Arial';
  font-weight: bold;
}

.c-pagination .current{
  background-color: #5d534f;
  color: #fff;
}

.c-pagination .next, .c-pagination .prev{
  background-color: #5d534f;
}

.c-pt20{
  padding-top: 20px;
}

.c-contact__cnt {
  max-width: 830px;
  margin: 0 auto;
  padding: 55px 0px 0;
}

@media only screen and (max-width: 900px) {
  .c-contact__cnt {
    padding: 55px 15px 60px;
  }
}

.c-contact__cnt dl + dl {
  margin-top: 35px;
}

@media only screen and (max-width: 900px) {
  .c-contact__cnt dl + dl {
    margin-top: 25px;
  }
}

.c-contact__cnt dl dt {
  padding-bottom: 10px;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
}

.c-contact__cnt dl dt span {
  color: #c1272d;
  font-weight: 500;
  margin-left: 15px;
}

.c-contact__cnt dl dd input {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 15px;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  border: 1px solid #c7b299;
}

@media only screen and (max-width: 900px) {
  .c-contact__cnt dl dd input {
    height: 60px;
  }
}

.c-contact__cnt dl dd textarea {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  padding: 15px;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  border: 1px solid #c7b299;
}

.c-contact__note {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #333;
}

.c-contact__title {
  background-color: #f9eaee;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  border-radius: 4px;
}

.c-contact__title h3 {
  padding: 16px 0 4px;
  line-height: 1.75;
  text-align: center;
}

.c-contact__note--des {
  padding: 20px 40px 0px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width: 767px) {
  .c-contact__note--des {
    padding: 20px 0px 0px;
  }
}

.c-contact__note--des a {
  color: #0071bc;
  position: relative;
}

.c-contact__note--des p:nth-child(2) {
  text-align: center;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-contact__note--des p:nth-child(2) {
    text-align: left;
  }
}

.c-contact__note--des p:nth-child(2) a {
  font-weight: bold;
}

.c-contact__note--des p:nth-child(2) a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e28194;
  left: 0;
  bottom: 0px;
}

.c-contact__checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 2.1;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wpcf7-form-control-wrap {
  position: relative;
}

input[name='privacy-policys'] {
  display: none;
}

input[name='privacy-policys'] ~ span {
  position: relative;
  padding-left: 28px;
  letter-spacing: 0.8px;
  display: inline-block;
}

input[name='privacy-policys'] ~ span::before {
  position: absolute;
  content: "\2714";
  border: 1px solid #B2B2B2;
  display: block;
  width: 20px;
  background-color: #fff;
  line-height: 1.2;
  height: 20px;
  text-align: center;
  left: 0;
  top: 4px;
  font-size: 20px;
  color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[name='privacy-policys']:checked ~ span::before {
  color: #003DB4;
}

.c-contact__cl {
  color: #0071bc;
  margin-left: 10px;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: " ";
}

.c-contact__submit {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.c-contact__submit > p{
  height: 100%;
  width: 100%;
}

.c-contact__submit input {
  max-width: 100%;
  width: 100%;
  height: 80px;
  border: 0;
  border-radius: 5px;
  background-color: #d1833d;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  cursor: pointer;
  -webkit-appearance: none;
}

@media only screen and (max-width: 900px) {
  .c-contact__submit input {
    height: 60px;
  }
}

.c-contact__group{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 900px) {
  .c-contact__group{
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.c-contact__field{
  width: 390px;
}

@media only screen and (max-width: 900px) {
  .c-contact__field{
    width: 100%;
  }
  .c-contact__field + .c-contact__field{
    margin-top: 25px;
  }
}

.wpcf7-not-valid-tip{
  font-size: 1.5rem!important;
    padding-top: 5px;
}

.wpcf7 form .wpcf7-response-output{
  font-size: 1.5rem;
}

.c-contact__submit .wpcf7-spinner{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-contact__submit .wpcf7-spinner{
    top: 75px;
    margin: 0;
  }
}

.c-pages {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  font-family: "Century", serif;
  font-weight: 500;
  color: #534741;
}

.c-pages li {
}

.c-pages li span{
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #736357;
}

.c-pages li.prev_link span{
  margin-right: 15px;
}

.c-pages li.next_link span{
  margin-left: 15px;
}

.c-pages li a {
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

.c-widget + .c-widget{
  margin-top: 50px;
}

.c-widget__cnt ul li a {
  font-size: 1.6rem;
  line-height: 1.8;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #4d4d4d;
  padding: 11px 0px 11px 20px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}

.c-widget__cnt ul li a:hover {
  text-decoration: none;
  color: #0056b3;
  opacity: 1;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top {
  line-height: 2;
}

.p-top1 {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #f5f2eb;
}

@media only screen and (max-width: 1199px) {
  .p-top1 {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.p-top1__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .p-top1__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}

.p-top1__left {
  width: 45%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-top1__left {
    display: none;
  }
}

.p-top1__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top1__right {
  width: 48%;
  margin-left: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-top1__right {
    width: 100%;
    margin-left: 0;
  }
}

.p-top1__text {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  line-height: 2.55555555556;
  color: #423935;
  font-weight: 500;
  padding-top: 35px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-top1__text {
    line-height: 2.42857142857;
    padding: 20px 0px 0px;
  }
}

.p-top1__text p + p {
  padding-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .p-top1__text p + p {
    padding-top: 20px;
  }
}

.p-top1__btn {
  position: absolute;
  left: 0;
  bottom: 3.68033648791vw;
  /*display: flex;
  max-width: 520px;
  justify-content: flex-end;*/
}

@media only screen and (max-width: 1199px) {
  .p-top1__btn {
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom: 20px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}


.p-top2 {
  background-color: #dedcd6;
  padding-top: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-top2 {
    padding-top: 50px;
  }
}

.p-top2__inner {
  padding-top: 140px;
  padding-bottom: 225px;
}

@media only screen and (max-width: 1199px) {
  .p-top2__inner {
    padding: 30px 0px 90px;
    margin: 0 auto;
    width: calc(100% - 18px);
    overflow: hidden;
  }
}

.p-top3 {
  background-color: #f5f2eb;
  padding-top: 95px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-top3 {
    padding-top: 50px;
  }
}

.p-top3__inner {
  padding-top: 140px;
  padding-bottom: 225px;
}

@media only screen and (max-width: 1199px) {
  .p-top3__inner {
    padding: 30px 0px 90px;
    margin: 0 auto;
    width: calc(100% - 18px);
    overflow: hidden;
  }
}

.p-top4 {
  background-color: #dedcd6;
  padding-top: 94px;
}

@media only screen and (max-width: 1199px) {
  .p-top4 {
    padding: 40px 0px 0px;
    background-size: contain;
  }
}

.p-top4__inner {
  padding-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .p-top4__inner {
    padding-top: 40px;
  }
}

.p-top4__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 94px;
}

@media only screen and (max-width: 1199px) {
  .p-top4__btn {
    padding: 35px 15px 45px;
  }
}

.p-top4__cnt {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 1199px) {
	.p-top4__cnt {
		gap: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.p-top4__cnt {
		grid-template-columns: repeat(1, 1fr);
	}
}

.p-top5 {
  background-color: #f5f2eb;
  padding-top: 94px;
  padding-bottom: 145px;
}

@media only screen and (max-width: 1199px) {
  .p-top5 {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.p-top5__cnt {
  padding-top: 45px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .p-top5__cnt {
    padding: 30px 6px 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-top5__cnt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-top6 {
  padding-top: 95px;
  background: url("../img/top6_bg.png") no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-top6 {
    padding-top: 50px;
    background-size: contain;
  }
}

.p-top6:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f5f2eb;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .p-top6:before {
    display: none;
  }
}

.p-top6__cnt {
  display: -webkit-box;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-top6__cnt {
    flex-wrap: wrap;
  }
}

.p-top6__inner {
  padding-top: 80px;
}

@media only screen and (max-width: 1199px) {
  .p-top6__inner {
    padding-top: 40px;
  }
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}

/*------------------------------------------------------------
Css of news page
------------------------------------------------------------*/
.p-news1 {
  background-color: #dedbd4;
  padding-top: 100px;
  padding-bottom: 107px;
}

@media only screen and (max-width: 1199px) {
  .p-news1 {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}

.p-news1__cnt {
  padding-top: 110px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
}

@media only screen and (max-width: 1199px) {
  .p-news1__cnt {
    padding-top: 55px;
	gap: 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
	.p-news1__cnt {
		grid-template-columns: repeat(1, 1fr);
	}
}

.p-news2{
  background-color: #dedbd4;
}

.p-news2__inner {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 0px 140px;
}

@media only screen and (max-width: 1199px) {
  .p-news2__inner {
    display: block;
    width: 100%;
    padding: 30px 20px 70px;
  }
}

.p-news2__left {
  margin-right: 100px;
  width: 800px;
}

@media only screen and (max-width: 1199px) {
  .p-news2__left {
    width: 100%;
    margin: 0 auto;
  }
}

.p-news2__left h1 {
  font-size: 2rem;
  line-height: 1.5;
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
  color: #534741;
}

@media only screen and (max-width: 767px) {
  .p-news2__left h1 {
    font-size: 2.2rem !important;
    margin-bottom: 4px;
    font-weight: 600 !important;
  }
}

.p-news2__right {
  width: 300px;
}

@media only screen and (max-width: 1199px) {
  .p-news2__right {
    width: 100%;
    padding: 10px 0px 0;
  }
}

.p-news2__meta {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #736357;
  font-family: 'Noto Serif JP', serif;
}

.p-news2__category{
  padding-left: 20px;
  position: relative;
}

.p-news2__category:before{
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 4px);
  top: 2px;
  left: 0;
  background-color: #736357;
}

.p-news2__date{
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.p-news2__date:before{
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
  background-image: url(../img/ic-clock.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.p-news2__thumbnail {
  text-align: center;
}

.p-news2__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news2__body {
  font-size: 1.6rem;
  padding-top: 35px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.875;
  color: #4d4d4d;
  padding-bottom: 60px;
}

.p-news2__body p {
  line-height: 2.4;
}

.p-news2__social{
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .p-news2__social{
    margin-bottom: 40px;
  }
}

.p-news2__meta-box {
  margin-bottom: 50px;
  background: #fafafa;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 22px 20px;
}

@media only screen and (max-width: 767px) {
  .p-news2__meta-box {
    background: none;
    padding: 0;
  }
}

.p-news2__meta-box ul li {
  border-right: 1px solid #ddd;
  float: left;
  list-style: none;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-news2__meta-box ul li {
    border-right: 0;
    float: none;
    margin-bottom: 20px;
  }
}

.p-news2__meta-box ul li:before {
  color: #aaa;
  font-family: "design_plus";
  position: absolute;
  left: 0;
}

.p-news2__meta-box ul li.p-news2__meta-box--author:before {
  content: "\e90d";
}

.p-news2__meta-box ul li.p-news2__meta-box--category:before {
  content: "\e92f";
}

.p-news2__meta-box ul li.p-news2__meta-box--comment:before {
  content: "\e916";
}

.p-news2__meta-box ul li:last-child {
  border-right: none;
}

.p-news2__relate-cnt {
  width: 100%;
  padding-top: 40px;
}

/*------------------------------------------------------------
Css of policy page
------------------------------------------------------------*/
.p-policy1 {
  padding: 105px 0px 0px;
  background-color: #f5f2eb;
}

@media only screen and (max-width: 1199px) {
  .p-policy1 {
    padding: 40px 0px 0px;
  }
}

.p-policy1__box {
  padding: 75px 0 160px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .p-policy1__box {
    max-width: 100%;
    padding: 75px 27px 100px;
  }
}

@media only screen and (max-width: 767px) {
  .p-policy1__box {
    padding: 40px 27px 50px;
  }
}

.p-policy1__text {
  font-size: 1.6rem;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #534741;
}

@media only screen and (max-width: 1199px) {
  .p-policy1__text {
    font-size: 1.4rem;
  }
}

.p-policy1__list {
  padding-top: 75px;
}

@media only screen and (max-width: 767px) {
  .p-policy1__list {
    padding-top: 30px;
  }
}

.p-policy1__list dl + dl {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  .p-policy1__list dl + dl {
    padding-top: 35px;
  }
}

.p-policy1__list dl dt {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 900;
  color: #534741;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid #c7b299;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .p-policy1__list dl dt {
    padding-bottom: 15px;
  }
}

.p-policy1__list dl dd {
  font-size: 1.6rem;
  line-height: 2.25;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #534741;
  padding-top: 35px;
}

@media only screen and (max-width: 767px) {
  .p-policy1__list dl dd {
    padding-top: 15px;
    font-size: 1.4rem;
  }
}

.p-policy1__number {
  list-style-type: decimal;
  padding-left: 20px;
}

.p-policy1__bullet li {
  position: relative;
  padding-left: 15px;
}

.p-policy1__bullet li:before{
  content: "・";
  position: absolute;
  top:0;
  left:0;
}

.p-policy1__author {
  font-size: 1.6rem;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #534741;
  padding-top: 60px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-policy1__author {
    padding-top: 30px;
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
Css of contact page
------------------------------------------------------------*/
.p-contact1 {
  padding: 80px 0px 170px;
  background-color: #f5f2eb;
}

@media only screen and (max-width: 1199px) {
  .p-contact1 {
    padding: 40px 0px 0px;
  }
}

.p-contact1__cnt {
  padding-top: 70px;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .p-contact1__cnt {
    padding-top: 55px;
  }
}

.p-contact1__text {
  font-size: 1.6rem;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  color: #4d4d4d;
  max-width: 575px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .p-contact1__text {
    padding: 0 20px;
  }
}

.p-contact1__thanks {
  font-size: 1.6rem;
  font-family: "メイリオ";
  line-height: 1.75;
  text-align: center;
  max-width: 800px;
  padding: 0px 0px 0px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .p-contact1__thanks {
    width: 100%;
    padding: 0 20px 70px;
  }
}

/* Price List page */
.p-pricelist1{
  background-color: #f5f2eb;
  padding-top: 100px;
  padding-bottom: 107px;
}

@media only screen and (max-width: 1199px) {
  .p-pricelist1{
    padding-top: 50px;
    padding-bottom: 55px;
  }
}

.p-pricelist1__cnt{
  padding-top: 85px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .p-pricelist1__cnt{
    padding-top: 45px;
  }
}

.p-pricelist1__list dl{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c7b299;
  width: 100%;
  padding: 16px 0px;
}

@media only screen and (max-width: 1199px) {
  .p-pricelist1__list dl{
    padding: 10px 0px;
  }
}

.p-pricelist1__list dl dt, .p-pricelist1__list dl dd{
  font-size: 1.8rem;
  line-height: 1.5;
  color: #534741;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-pricelist1__list dl dt, .p-pricelist1__list dl dd{
    font-size: 1.6rem;
  }
}

.p-pricelist1__list dl dt{
  padding-left: 25px;
}

@media only screen and (max-width: 1199px) {
  .p-pricelist1__list dl dt{
    width: 65%;
    padding: 10px 10px 10px 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-pricelist1__list dl dd{
    width: 35%;
    padding: 10px 20px 10px 10px;
    text-align: right;
  }
}

.p-pricelist1__list dl dt:before{
  content: "・";
  position: absolute;
  left: 10px;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .p-pricelist1__list dl dt:before{
    top: 10px;
  }
}

.p-pricelist1__text{
  font-size: 1.8rem;
  line-height: 1.5;
  color: #534741;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  text-align: center;
  padding-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .p-pricelist1__text{
    padding: 40px 20px 0px;
    font-size: 1.6rem;
  }
}

/* About page */
.p-about1{
  background-color: #f5f2eb;
  padding-top: 145px;
  padding-bottom: 190px;
}

@media only screen and (max-width: 1199px) {
  .p-about1{
    padding-top: 75px;
    padding-bottom: 95px;
  }
}

.p-about1__cnt{
  padding-top: 150px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .p-about1__cnt{
    padding-top: 75px;
    max-width: 100%;
  }
}

.p-about1__text{
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #534741;
}

@media only screen and (max-width: 1199px) {
  .p-about1__text{
    font-size: 1.6rem;
    padding: 0 20px;
    line-height: 3.2;
  }
}

.p-about1__text p + p{
  padding-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .p-about1__text p + p{
    padding-top: 0px;
  }
}

/* How To Order page */
.p-how1{
  background-color: #f5f2eb;
  padding-top: 100px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .p-how1{
    padding-top: 75px;
    padding-bottom: 95px;
  }
}

.p-how1__cnt{
  padding-top: 110px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .p-how1__cnt{
    padding-top: 75px;
    max-width: 100%;
  }
}

.p-how1__left{
  width: 35.7142857143%;
}

@media only screen and (max-width: 1199px) {
  .p-how1__left{
    width: 100%;
  }
}

.p-how1__right{
  width: 51.4285714286%;
  margin-left: 5.71428571429%;
}

@media only screen and (max-width: 1199px) {
  .p-how1__right{
    width: 100%;
    margin-left: 0;
    padding: 30px 15px 0px;
  }
}

.p-how1__image + .p-how1__image{
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .p-how1__image + .p-how1__image{
    margin-top: 30px;
  }
}

.p-how1__text + .p-how1__text{
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .p-how1__text + .p-how1__text{
    margin-top: 25px;
  }
}

.p-how1__text h3{
  font-size: 2rem;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  color: #534741;
}

@media only screen and (max-width: 1199px) {
  .p-how1__text h3{
    font-size: 1.8rem;
  }
}

.p-how1__text p{
  font-size: 1.6rem;
  line-height: 2.25;
  color: #534741;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  padding-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .p-how1__text p{
    padding-top: 15px;
    font-size: 1.4rem;
  }
}

.p-how1__box{
  max-width: 1200px;
  width: 100%;
  margin: 110px auto 0;
  border: 1px solid #998675;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 20px 70px;
}

@media only screen and (max-width: 1199px) {
  .p-how1__box{
    margin: 55px auto 0;
    width: calc(100% - 30px);
    padding: 35px 20px 35px;
  }
}

.p-how1__box h3{
  font-size: 4rem;
  line-height: 1.15;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  color: #534741;
  font-weight: 400;
  padding-bottom: 55px;
}

@media only screen and (max-width: 1199px) {
  .p-how1__box h3{
    font-size: 3.2rem;
    padding-bottom: 30px;
  }
}

.p-how1__box p{
  font-size: 1.6rem;
  line-height: 2.25;
  color: #534741;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width: 1199px) {
  .p-how1__box p{
    font-size: 1.4rem;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.date-picker{
  margin: 0px auto;
  width: 100%;
  max-height: 80px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
  border-radius: 8px;
}

.c-contact__input{
  width: 100%;
  height: 80px;
  font-size: 0;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .c-contact__input{
    height: 60px;
  }
}
      
.c-contact__result{
  width: calc(100% - 50px);
  height: 80px;
  line-height: 80px;
  font-size: 1.6rem;
  padding: 0 10px;
  color: #222222;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
}
      
.c-contact__date__button{
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: calc(100% - 2px);
  background-color: #e6e6e6;
  color: #ffffff;
  line-height: 1;
  border: 0;
  padding: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-contact__date__button:focus{
  outline: 0
}

.c-contact__calendar{
  width: 100%;
  background: #ffffff;
  border-radius: 0px;
  overflow: hidden;
  position: absolute;
  top: 82px;
  left: 0;
  z-index: 10;
}
    
.ui-datepicker-inline{
  position: relative;
  width: 100%;
}
    
.ui-datepicker-header{
  height: 100%;
  line-height: 50px;
  background: #8392A7;
  color: #ffffff;
  margin-bottom: 10px;
}
    
.ui-datepicker-prev, .ui-datepicker-next{
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
    
.ui-datepicker-prev{
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after{
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
    
.ui-datepicker-next{
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after{
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
    
.ui-datepicker-prev:after, .ui-datepicker-next:after{
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
    
.ui-datepicker-prev:hover, .ui-datepicker-next:hover, .ui-datepicker-prev:hover:after, .ui-datepicker-next:hover:after{
  border-color: #68768A;
}
    
.ui-datepicker-title{
  text-align: center
}

.ui-datepicker-calendar{
  width: 100%;
  text-align: center;          
}

.ui-datepicker-calendar thead tr th span{
  display: block;
  width: 100%;
  color: #8392A7;
  margin-bottom: 5px;
  font-size: 13px;
}

.ui-state-default{
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
}
    
.ui-state-default:hover{
  background: rgba(0,0,0,0.02)
}
  
.ui-state-highlight{
  color: #68768A;
}
    
.ui-state-active{
  color: #68768A;
  background-color: rgba(131, 146, 167, 0.12);
  font-weight: 600;
}
    
.ui-datepicker-unselectable .ui-state-default{
  color: #eeeeee;
  border: 2px solid transparent;
}
      
.date-picker.open{
  max-height: 400px;
  overflow: visible;
}

.c-contact__field select {
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
}

.c-contact__clock{
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  outline: none;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .c-contact__clock{
    height: 60px;
  }
}

.c-contact__clock > p{
  height: 100%;
}

.c-contact__clock select{
  width: 100%;
  height: 100%;
  border: none;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #c7b299;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #ffffff;
}

.c-contact__clock__button{
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: calc(100% - 2px);
  background-color: #e6e6e6;
  color: #ffffff;
  line-height: 1;
  border: 0;
  padding: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-contact__clock__button:focus{
  outline: 0;
}

@media (hover: hover) and (pointer: fine) {
  #cursor {
    z-index: 1000;
    position: fixed;
    left: -20px;
    top: -20px;
    pointer-events: none;
    will-change: transform;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .6s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  #cursor .cursor--inner {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #c9caca;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.8s;
    transition-timing-function: ease;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.js-effect01{
  opacity: 0;
  transform: translate(0, 30px);
}

.js-effect02{
  opacity: 0;
  transform: translate(0, -30px);
}

.is-effect01{
  opacity: 1;
  transform: translate(0, 0);
}

.js-zoom01{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

.is-zoom01{
  -webkit-transform: scale(1);
  transform: scale(1);
}

.is-transition{
  transition: 2s;
}

.is-transition1{
  transition: 2.5s;
}

.is-transition2{
  transition: 3s;
}

.wrap{
  /*background: #ffffff;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;*/
}

.wrap.loaded{
  /*background: transparent;*/
}

.preloader{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1020;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .preloader{
    display: none;
  }
}

.preloader.loaded{
  z-index: -1;
  opacity: 0;
}

.recaptcha{
	display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Text Animation */
svg .svg-elem-1 {
  /*stroke-dashoffset: 541.6063842773438px;
  stroke-dasharray: 541.6063842773438px;*/
  stroke-dashoffset: 1032px;
  stroke-dasharray: 1032px;
  stroke-width: 7px;
  -webkit-transition: stroke-dashoffset 1s ease 0s;
          transition: stroke-dashoffset 1s ease 0s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-2 {
  /*stroke-dashoffset: 691.4946899414062px;
  stroke-dasharray: 691.4946899414062px;*/
  stroke-dashoffset: 1000px;
  stroke-dasharray: 1000px;
  stroke-width: 7px;
  -webkit-transition: stroke-dashoffset 1s ease .1s;
          transition: stroke-dashoffset 1s ease .1s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

svg .svg-elem-3 {
  /*stroke-dashoffset: 408.0810852050781px;
  stroke-dasharray: 408.0810852050781px;*/
  stroke-dashoffset: 1000px;
  stroke-dasharray: 1000px;
  stroke-width: 7px;
  -webkit-transition: stroke-dashoffset 1s ease .2s;
          transition: stroke-dashoffset 1s ease .2s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

svg .svg-elem-4 {
  /*stroke-dashoffset: 230.76832580566406px;
  stroke-dasharray: 230.76832580566406px;*/
  stroke-dashoffset: 1000px;
  stroke-dasharray: 1000px;
  stroke-width: 7px;
  -webkit-transition: stroke-dashoffset 1s ease .30000000000000004s;
          transition: stroke-dashoffset 1s ease .30000000000000004s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

svg .svg-elem-5 {
  /*stroke-dashoffset: 844.267333984375px;
  stroke-dasharray: 844.267333984375px;*/
  stroke-dashoffset: 1000px;
  stroke-dasharray: 1000px;
  stroke-width: 7px;
  -webkit-transition: stroke-dashoffset 1s ease .4s;
          transition: stroke-dashoffset 1s ease .4s;
}

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

svg .svg-elem-6 {
  /*stroke-dashoffset: 151.95425415039062px;
  stroke-dasharray: 151.95425415039062px;*/
  stroke-dashoffset: 1000px;
  stroke-dasharray: 1000px;
  stroke-width: 7px;
  -webkit-transition: stroke-dashoffset 1s ease .5s;
          transition: stroke-dashoffset 1s ease .5s;
}

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

svg .svg-elem-7 {
  stroke-dashoffset: 1000px;
  stroke-dasharray: 1000px;
  stroke-width: 7px;
  -webkit-transition: stroke-dashoffset 1s ease .6000000000000001s;
          transition: stroke-dashoffset 1s ease .6000000000000001s;
}

svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

svg .svg-elem-8 {
  stroke-dashoffset: 513.3313903808594px;
  stroke-dasharray: 513.3313903808594px;
  stroke-width: 10px;
  -webkit-transition: stroke-dashoffset 1s ease .7000000000000001s;
          transition: stroke-dashoffset 1s ease .7000000000000001s;
}

svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
}

svg .svg-elem-9 {
  stroke-dashoffset: 242.9443359375px;
  stroke-dasharray: 242.9443359375px;
  stroke-width: 10px;
  -webkit-transition: stroke-dashoffset 1s ease .8s;
          transition: stroke-dashoffset 1s ease .8s;
}

svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
}


/*# sourceMappingURL=style.css.map */


