@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/gie2vek.css");
/*------------------------------------------------------------
	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%;
}

[data-animation] {
	-webkit-transition : all .8s ease-in-out 0.3s;
	transition : all .8s ease-in-out 0.3s;
	opacity: 0;
}
[data-animation="after"] {
	opacity: 1;
}
[data-animation-type="fadeUp"] {
	-webkit-transform: translate(0, 40px);
	transform: translate(0, 40px);
}
[data-animation-type="fadeUp"][data-animation="after"] {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.u-anime[data-animation]::before {
	-webkit-transition : all 1s ease 1.2s;
	transition : all 1s ease 1.2s;
}
.u-anime[data-animation][data-animation-type="fadeUp"]::before {
	width: 0;
}
.u-anime[data-animation="after"][data-animation-type="fadeUp"]::before {
	width: 100%;
}

.sp-only {
  display: none;
}
.br-497,.br-390 {
  display: none;
}
.txt-01,.txt-02 {
  margin-bottom: 5px; 
}


@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .c-footer .ttl-small02 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 497px) {
  .br-497 {
    display: block;
  }
  .ttl-small02 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 390px) {
  .br-390 {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  display: none;
  /*height: 0;*/
  height: 112px;
}

@media only screen and (max-width: 767px) {
  .c-header {
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 8px 16px 8px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .c-header__logo {
    width: 54px;
  }
}

.c-header__logo a {
  display: block;
  box-sizing: border-box;
}

.c-header__logo a img {
  vertical-align: baseline;
}

@media only screen and (max-width: 767px) {
  .c-header__logo a img {
    vertical-align: top;
    width: 100%;
    height: auto;
  }
}

.c-header__btn {
  display: -webkit-box;
  display: flex;
}

.c-header__btn .btn1 {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f7f7f7;
  margin: 0 3px;
}

.c-header__btn .btn1.contact {
  background-color: #806A57;
}

.c-header__menu {
  position: fixed;
  width: 100%;
  top: 70px;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: none;
  background-color: #331C06;
  color: #fff;
  overflow-y: auto;
}

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

.c-header__menu.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.c-header__menu.is-open .overlay {
  display: block;
}

.c-header__menu .inner {
  padding: 44px 32px 50px;
}

.c-header__menu nav ul li a {
  display: block;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  padding: 13px 0 12px;
}

.c-header__menu .list-btn {
  margin-top: 45px;
}

.c-header__menu .list-btn li {
  margin: 8px auto;
  width: 100%;
  max-width: 311px;
  height: 56px;
}

.c-header__menu .list-btn li a {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background-color: #422F1C;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 1px;
}

.c-header__menu .list-btn li a span {
  display: inline-block;
  position: relative;
}

.c-header__menu .list-btn li a.tel {
  font-size: 2.4rem;
}

.c-header__menu .list-btn li a.mail {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  padding-top: 1px;
}

.c-header__menu .list-btn li a.cart {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: trajan-pro-3, serif;
  letter-spacing: 0;
}

.c-header__menu .list-btn li a.cart span {
  padding-left: 23px;
}

.c-header__menu .list-btn li a.cart span svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: -5px;
}

.c-header__menu .list-btn li a.cart span .icon {
  width: 20px;
  position: absolute;
  top: 4px;
  left: -5px;
}

/* icon-menu
------------------------------------------------------------*/
.c-iconmenu {
  width: 44px;
  height: 44px;
  background-color: #806A57;
  border-radius: 50%;
  position: relative;
  margin-left: 3px;
}

.c-iconmenu span {
  background: #fff;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 13px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-iconmenu span:nth-child(2) {
  top: 21px;
}

.c-iconmenu span:nth-child(3) {
  top: 27px;
}

.c-iconmenu .label {
  font-size: 1rem;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.c-iconmenu.is-active span:nth-child(1) {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.c-iconmenu.is-active span:nth-child(2) {
  opacity: 0;
}

.c-iconmenu.is-active span:nth-child(3) {
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

.loader {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6000;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  padding: 18px 20px 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 16px 8px 10px;
  }
}

.c-footer .ttl1 {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 600;
}

.c-footer .ttl1 span {
  font-weight: 400;
  letter-spacing: -0.3px;
}

@media only screen and (max-width: 767px) {
  .c-footer .ttl1 span {
    display: block;
  }
}

.c-footer .txt {
  font-size: 1.1rem;
  color: #6B5A4A;
  font-weight: 300;
  margin-top: 6px;
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #2D1905;
}

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

body.is-hidden {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  main {
    padding-top: 72px;
  }
}

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

.l-wrap {
  max-width: 1238px;
  margin: 0 auto;
}

@media only screen and (max-width: 1270px) {
  .l-wrap {
    padding: 0 8px;
  }
}

.l-wrap .l-container {
  padding: 0;
}

.l-content {
  max-width: 736px;
  margin: 0 auto;
}

.l-wrapper {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 8px;
}

.l-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 91px;
}

@media only screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 45px;
  }
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 16px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  margin: 0 auto;
  max-width: 343px;
  height: 56px;
}

@media only screen and (max-width: 767px) {
  .c-btn1 {
    max-width: 311px;
  }
}

.c-btn1 a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border: 1px solid #2D1905;
  color: #2D1905;
  font-size: 1.6rem;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-btn1 a span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}

.c-btn1 a span svg {
  width: 20px;
  position: absolute;
  top: 3px;
  left: -6px;
}

.c-btn1 a span svg path {
  fill: currentColor;
}

.c-btn1 a span .icon {
  position: absolute;
  top: 3px;
  left: -6px;
  width: 20px;
}

@media screen and (min-width: 767px) {
  .c-btn1 a:hover {
    background: #fff;
    color: #664225;
  }
}

.c-btn1--style1 {
  height: 88px;
}

.c-btn1--style1 a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  padding: 16px;
}

.c-btn1--style1 a span {
  padding: 4px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-btn1--style1 a span .icon {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 5px;
}

.c-btn1--style1 .ttl {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.c-btn1--style1 .txt {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-left: 26px;
  line-height: 1.3;
  margin-top: 6px;
}

.c-btn1--style1 .txt img {
  width: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}

.c-btn2 {
  width: 100%;
  max-width: 332px;
  height: 52px;
}

.info__btn .c-btn2 {
  max-width: calc((100% - 8px) / 2);
}

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

.c-btn2 a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #2D1905;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  padding: 0 8px;
}

@media screen and (min-width: 767px) {
  .c-btn2 a:hover {
    background-color: #2D1905;
    color: #fff;
  }
}

.c-btn2.mail a {
  letter-spacing: 0.3px;
}

.c-btn2.phone a {
  font-size: 2.4rem;
  letter-spacing: 1px;
  padding: 3px 8px 7px;
}

.c-link1 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.92;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.c-link1 svg {
  margin: 3px 4px 0 0;
}

.c-link1[target=blank]::after, .c-link1[target=_blank]::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/common/icon-blank.svg) no-repeat;
  background-size: contain;
  margin: 3px 0px 0 2px;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1 {
  font-weight: 400;
  color: #2D1905;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  line-height: 1.35;
  font-size: 3.2rem;
}

.c-ttl1 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  margin-top: 5px;
  letter-spacing: 0.5px;
  color: #6B5A4A;
}

/*
------------------------------------------------------------*/
.c-ttl2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #2D1905;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  line-height: 1.35;
}

/*
------------------------------------------------------------*/
.c-point1 {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  padding: 0 0 0 14px;
  color: #2D1905;
  position: relative;
}

.c-point1::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #806A57;
  position: absolute;
  top: 7px;
  left: 0;
}

/*
------------------------------------------------------------*/
.c-ttl3 {
  font-size: 3.2rem;
  font-weight: 400;
  color: #2D1905;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.44;
}

.c-ttl3 span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.5px;
  color: #6B5A4A;
  position: relative;
  display: inline-block;
  padding-left: 52px;
  position: relative;
  top: -5px;
}

.c-ttl3 span::before {
  content: '';
  height: 1px;
  width: 44px;
  background: #6B5A4A;
  position: absolute;
  top: 54%;
  left: 0;
}

/*
------------------------------------------------------------*/
.c-ttl4 {
  font-size: 2.3rem;
  font-weight: 400;
  color: #2D1905;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.4;
}

.c-ttl4 span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  margin-top: 1px;
  letter-spacing: 0.5px;
  color: #6B5A4A;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-form1 {
  background-color: #ffffff;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-form1 {
    padding-bottom: 35px;
  }
}

.c-form1__inner {
  padding: 27px 32px;
  color: #2d1905;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner {
    padding: 25px 24px;
  }
}

.c-form1__inner dl {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dl {
    display: block;
  }
  .c-form1__inner dl:last-child {
    border-bottom: none;
  }
}

.c-form1__inner dt {
  width: 30.5%;
  position: relative;
  padding: 31px 2px 0 8px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dt {
    width: 100%;
    padding: 21px 8px 0 0;
  }
}

.c-form1__inner dt.pad1 {
  padding-top: 26px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dt.pad1 {
    padding-top: 5px;
  }
}

.c-form1__inner dt.pad2 {
  padding-top: 24px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dt.pad2 {
    padding-top: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dt.pt-sp1 {
    padding-top: 29px;
  }
}

.c-form1__inner dd {
  width: 69.5%;
  padding: 18px 0;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 24px 0px 24px 0;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd {
    width: 100%;
    padding: 3px 0px 24px 0;
  }
}

.c-form1__inner dd.pad1 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd.pad1 {
    padding: 6px 0px 18px 0;
  }
}

.c-form1__inner dd.pad2 {
  padding: 24px 0;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd.pad2 {
    padding: 8px 0 14px;
  }
}

.c-form1__inner dd.pad3 {
  padding-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd.pad3 {
    padding: 10px 0 7px 0;
  }
}

.c-form1__inner dd .list1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 2px 0 0 0;
  position: relative;
}

.c-form1__inner dd .list1 .err-vld {
  position: absolute;
  bottom: -21px;
}

.c-form1__inner dd .list1 #datepicker-error {
  position: absolute;
  bottom: -21px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .list1 {
    display: block;
  }
}

.c-form1__inner dd .list1 .note {
  color: #2d1905;
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .list1 .note {
    margin: 6px 0 0;
  }
}

.c-form1__inner dd .list1 .item-select {
  margin-top: 1px;
}

.c-form1__inner dd .list2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-form1__inner dd .list2 .err-vld {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .list2 {
    display: block;
  }
  .c-form1__inner dd .list2 input + input {
    margin-top: 4px;
  }
}

.c-form1__inner dd input[type="text"], .c-form1__inner dd input[type="number"], .c-form1__inner dd input[type="email"], .c-form1__inner dd input[type="tel"] {
  display: block;
  width: 100%;
  height: 36px;
  background-color: #fff;
  border: 1px solid #cccccc;
  font-size: 1.3rem;
  box-sizing: border-box;
  padding: 0 7px;
  border-radius: 4px;
  font-weight: 400;
  font-family: "Noto Serif JP", sans-serif;
  color: #2d1905;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form1__inner dd input[type="text"]::-webkit-input-placeholder, .c-form1__inner dd input[type="number"]::-webkit-input-placeholder, .c-form1__inner dd input[type="email"]::-webkit-input-placeholder, .c-form1__inner dd input[type="tel"]::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3b3b3;
  opacity: 1;
  /* Firefox */
}

.c-form1__inner dd input[type="text"]::-moz-placeholder, .c-form1__inner dd input[type="number"]::-moz-placeholder, .c-form1__inner dd input[type="email"]::-moz-placeholder, .c-form1__inner dd input[type="tel"]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3b3b3;
  opacity: 1;
  /* Firefox */
}

.c-form1__inner dd input[type="text"]:-ms-input-placeholder, .c-form1__inner dd input[type="number"]:-ms-input-placeholder, .c-form1__inner dd input[type="email"]:-ms-input-placeholder, .c-form1__inner dd input[type="tel"]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3b3b3;
  opacity: 1;
  /* Firefox */
}

.c-form1__inner dd input[type="text"]::-ms-input-placeholder, .c-form1__inner dd input[type="number"]::-ms-input-placeholder, .c-form1__inner dd input[type="email"]::-ms-input-placeholder, .c-form1__inner dd input[type="tel"]::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3b3b3;
  opacity: 1;
  /* Firefox */
}

.c-form1__inner dd input[type="text"]::placeholder, .c-form1__inner dd input[type="number"]::placeholder, .c-form1__inner dd input[type="email"]::placeholder, .c-form1__inner dd input[type="tel"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3b3b3;
  opacity: 1;
  /* Firefox */
}

.c-form1__inner dd input[type="text"].style1, .c-form1__inner dd input[type="number"].style1, .c-form1__inner dd input[type="email"].style1, .c-form1__inner dd input[type="tel"].style1 {
  max-width: 222px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd input[type="text"].style1.full-sp, .c-form1__inner dd input[type="number"].style1.full-sp, .c-form1__inner dd input[type="email"].style1.full-sp, .c-form1__inner dd input[type="tel"].style1.full-sp {
    max-width: none;
  }
}

.c-form1__inner dd input[type="text"].is-changed, .c-form1__inner dd input[type="number"].is-changed, .c-form1__inner dd input[type="email"].is-changed, .c-form1__inner dd input[type="tel"].is-changed {
  background-color: #e8f0fe;
}

.c-form1__inner dd input[type="radio"]:checked, .c-form1__inner dd input[type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
}

.c-form1__inner dd input[type="radio"]:checked + label,
.c-form1__inner dd input[type="radio"]:checked + .mwform-radio-field-text, .c-form1__inner dd input[type="radio"]:not(:checked) + label,
.c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9;
  cursor: pointer;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd input[type="radio"]:checked + label,
  .c-form1__inner dd input[type="radio"]:checked + .mwform-radio-field-text, .c-form1__inner dd input[type="radio"]:not(:checked) + label,
  .c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text {
    font-size: 1.6rem;
  }
}

.c-form1__inner dd input[type="radio"]:checked + label:before,
.c-form1__inner dd input[type="radio"]:checked + .mwform-radio-field-text:before, .c-form1__inner dd input[type="radio"]:not(:checked) + label:before,
.c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  border: 1px solid #806a57;
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd input[type="radio"]:checked + label:before,
  .c-form1__inner dd input[type="radio"]:checked + .mwform-radio-field-text:before, .c-form1__inner dd input[type="radio"]:not(:checked) + label:before,
  .c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text:before {
    top: 3px;
  }
}

.c-form1__inner dd input[type="radio"]:checked + label:after,
.c-form1__inner dd input[type="radio"]:checked + .mwform-radio-field-text:after, .c-form1__inner dd input[type="radio"]:not(:checked) + label:after,
.c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #806a57;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd input[type="radio"]:checked + label:after,
  .c-form1__inner dd input[type="radio"]:checked + .mwform-radio-field-text:after, .c-form1__inner dd input[type="radio"]:not(:checked) + label:after,
  .c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text:after {
    top: 8px;
  }
}

.c-form1__inner dd input[type="radio"]:not(:checked) + label:before,
.c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text:before {
  border: 1px solid #ccc;
}

.c-form1__inner dd input[type="radio"]:not(:checked) + label:after,
.c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text:after {
  background-color: #ccc;
}

.c-form1__inner dd input.c-date-picker {
  width: 195px;
  margin-right: 9px;
  padding: 0 14px 0 40px;
  background-image: url(../img/common/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: 6% 50%;
  color: #b3b3b3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd input.c-date-picker {
    width: 100%;
    margin-right: 0;
  }
}

.c-form1__inner dd input.c-date-picker.is-changed {
  color: #2d1905;
  background-color: #e8f0fe;
}

.c-form1__inner dd select {
  width: 222px;
  height: 36px;
  display: block;
  padding: 0 7px;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Serif JP", sans-serif;
  color: #b3b3b3;
  background-color: #fff;
  background-image: url(../img/common/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.c-form1__inner dd select::-ms-expand {
  display: none;
}

.c-form1__inner dd select.is-changed {
  color: #2d1905;
}

.c-form1__inner dd select:required:invalid {
  color: #b3b3b3;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd select {
    background-position: 96% 52%;
  }
}

.c-form1__inner dd select option {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0 10px;
}

.c-form1__inner dd select option:first-child {
  color: #b3b3b3;
}

.c-form1__inner dd textarea {
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Noto Serif JP", sans-serif;
  resize: none;
  width: 100%;
  height: 164px;
  overflow: auto;
  padding: 4px 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #2d1905;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd textarea {
    display: block;
    height: 320px;
  }
}

.c-form1__inner dd textarea.is-changed {
  background-color: #e8f0fe;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .radio-wrap .mwform-radio-field {
    display: block;
  }
}

.c-form1__inner dd .radio-wrap .mwform-radio-field:nth-child(2n) {
  margin-left: 137px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .radio-wrap .mwform-radio-field:nth-child(2n) {
    margin: 10px 0 0;
  }
}

.c-form1__inner dd .radio-wrap.vertical .mwform-radio-field {
  display: block;
  margin: 13px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .radio-wrap.vertical .mwform-radio-field {
    margin: 9px 0 10px;
  }
}

.c-form1__inner dd .radio-wrap.vertical .mwform-radio-field .textnote {
  display: block;
  padding: 1px 0 0 32px;
}

.c-form1__inner dd .radio-wrap.vertical .mwform-radio-field .textnote input:disabled {
  opacity: 0.5;
}

.c-form1__inner dd .radio-wrap.vertical .mwform-radio-field small {
  font-size: 1.3rem;
  font-weight: 600;
  margin-left: 4px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .radio-wrap.vertical .mwform-radio-field small {
    display: block;
    padding-left: 32px;
    margin: -5px 0 1px;
  }
}

.c-form1__inner dd .row1 {
  padding: 22px 0 21px;
  border-bottom: 1px dashed #cccccc;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .row1 {
    padding: 18px 0 20px;
  }
}

.c-form1__inner dd .row1:first-child {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .row1:first-child {
    padding-bottom: 27px;
  }
}

.c-form1__inner dd .row1:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.c-form1__ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.c-form1__ttl h4 {
  font-size: 1.4rem;
  line-height: 1.69;
  font-weight: 600;
  display: inline-block;
}

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

.c-form1__ttl .required {
  font-size: 1rem;
  font-weight: 600;
  background-color: #806a57;
  color: #fff;
  width: 36px;
  height: 20px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 1px;
  margin-right: 4px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .c-form1__ttl .required {
    margin: 3px 4px 0 1px;
  }
}

.c-form1__ttl .required.non {
  background-color: #fff;
  border: 1px solid #806a57;
  color: #806a57;
}

.c-form1 .c-btnSub {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 3px auto 0;
}

.c-form1 .c-btnSub button {
  width: 100%;
  max-width: 320px;
  height: 64px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #2d1905;
  border: 2px solid #806a57;
  border-radius: 32px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  margin: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 767px) {
  .c-form1 .c-btnSub button {
    margin: 5px 0;
    max-width: 311px;
    font-size: 1.6rem;
  }
}

.c-form1 .c-btnSub button span {
  display: inline-block;
  position: relative;
  padding-right: 21px;
}

.c-form1 .c-btnSub button span svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: 1px;
}

.c-form1 .c-btnSub button span svg path {
  fill: currentColor;
}

@media screen and (min-width: 767px) {
  .c-form1 .c-btnSub button:hover {
    color: #fff;
    background-color: #806a57;
  }
}

.c-form1 .c-btnSub button.btn-back span {
  padding: 0 0 0 22px;
}

.c-form1 .c-btnSub button.btn-back span svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 0;
  top: 6px;
}

.c-form1--confirm .c-form1__inner dt {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .c-form1--confirm .c-form1__inner dt {
    padding-bottom: 0;
  }
}

.c-form1--confirm .c-form1__inner dd {
  padding-top: 24px;
  padding-bottom: 24px;
}

.c-form1--confirm .c-form1__inner dd .list2 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.c-form1--confirm .c-form1__inner dd .list2 span + span {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .c-form1--confirm .c-form1__inner dd {
    padding-top: 3px;
    padding-bottom: 24px;
  }
}

.c-form1 .mw_wp_form .error {
  font-size: 93%;
  color: #b70000;
}

.c-form1 .mw_wp_form_confirm dt,
.c-form1 .mw_wp_form_confirm dd {
  padding-top: 20px !important;
}

.c-form1 .mw_wp_form_confirm dt .list2 span,
.c-form1 .mw_wp_form_confirm dd .list2 span {
  height: auto;
}

.c-form1 .mw_wp_form_confirm .item-select {
  margin-left: 8px;
}

.error {
  font-size: 93%;
  color: #b70000;
  display: block;
  width: 100%;
}

.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 4px;
}

@media only screen and (max-width: 767px) {
  .checkbox-wrap {
    padding-left: 0;
  }
}

.checkbox-wrap .cb-field,
.checkbox-wrap .mwform-checkbox-field {
  display: block;
  position: relative;
  margin: 0 !important;
}

.checkbox-wrap input[type="checkbox"] {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}

.checkbox-wrap input[type="checkbox"] + .cb-field-text::before,
.checkbox-wrap input[type="checkbox"] + .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #333333;
  top: 6px;
  left: 1px;
  box-sizing: border-box;
}

.checkbox-wrap input[type="checkbox"] + .cb-field-text::after,
.checkbox-wrap input[type="checkbox"] + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 14px;
  border: 1px solid #806a57;
  border-top: none;
  border-left: none;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  left: 10px;
}

.checkbox-wrap input[type="checkbox"]:checked + .cb-field-text::before,
.checkbox-wrap input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background-color: #fff;
}

.checkbox-wrap input[type="checkbox"]:checked + .cb-field-text:after,
.checkbox-wrap input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.checkbox-wrap .cb-field-text,
.checkbox-wrap .mwform-checkbox-field-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  -webkit-box-flex: 1;
  flex: 1;
  padding: 0px 0 0px 34px;
  cursor: pointer;
}

#eventShowHide {
  display: none;
}

#eventShowHide.is-open {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #eventShowHide.is-open {
    display: block;
  }
}

#eventShowHide.is-close {
  display: none !important;
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.4rem;
  line-height: 2;
}

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

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgText {
  background-color: #F5F7F6;
  max-width: 932px;
  min-height: 332px;
  padding: 46px 40px 29px;
  position: relative;
}

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

.c-imgText__detail {
  width: 61.1%;
  max-width: 520px;
}

@media only screen and (max-width: 767px) {
  .c-imgText__detail {
    width: 100%;
    max-width: none;
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding: 22px 24px 0;
  }
}

.c-imgText__detail .title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #2D1905;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #2D1905;
  letter-spacing: 0.8px;
}

@media only screen and (max-width: 767px) {
  .c-imgText__detail .title {
    text-align: center;
    padding-bottom: 19px;
  }
}

.c-imgText__detail table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-imgText__detail table {
    margin-top: 21px;
  }
}

.c-imgText__detail table th,
.c-imgText__detail table td {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  vertical-align: top;
}

.c-imgText__detail table th {
  font-weight: 600;
  text-align: right;
  padding-right: 12px;
  width: 70px;
}

.c-imgText__detail table td {
  padding-left: 13px;
  letter-spacing: -0.3px;
}

@media only screen and (max-width: 767px) {
  .c-imgText__detail table td {
    padding-left: 4px;
  }
}

.c-imgText__detail .note {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 23px;
}

@media only screen and (max-width: 767px) {
  .c-imgText__detail .note {
    font-size: 1.1rem;
    margin-top: 11px;
  }
}

.c-imgText__img {
  width: 47%;
  max-width: 400px;
  position: absolute;
  top: -38px;
  right: -68px;
}

@media only screen and (max-width: 1024px) {
  .c-imgText__img {
    right: -5%;
  }
}

@media only screen and (max-width: 767px) {
  .c-imgText__img {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

.c-imgText__img:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.c-imgText__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  left: 0;
  top: 0;
}

.c-imgText__img > p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 8px;
  line-height: 2;
}

.c-imgText__img > p span {
  display: block;
  background-color: #fff;
}

.c-imgText .more {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 600;
  color: #668069;
  position: absolute;
  bottom: 26px;
  right: 40px;
}

@media only screen and (max-width: 767px) {
  .c-imgText .more {
    -webkit-box-ordinal-group: 3;
    order: 2;
    position: relative;
    bottom: auto;
    right: auto;
    border: 1px solid #668069;
    width: 100%;
    max-width: 311px;
    margin: 0 auto;
    height: 56px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 18px;
    padding-right: 0;
  }
}

.c-imgText .more span {
  position: relative;
  padding-right: 27px;
}

.c-imgText .more img {
  position: absolute;
  top: 4px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .c-imgText .more img {
    top: 6px;
  }
}

.c-imgText--mode {
  margin-left: auto;
}

.c-imgText--mode .c-imgText__detail {
  margin-left: auto;
}

.c-imgText--mode .c-imgText__img {
  right: auto;
  left: -68px;
}

@media only screen and (max-width: 1024px) {
  .c-imgText--mode .c-imgText__img {
    left: -5%;
  }
}

@media only screen and (max-width: 767px) {
  .c-imgText--mode .c-imgText__img {
    left: auto;
  }
}

.c-imgText2 {
  background: #F3F5F2;
  display: -webkit-box;
  display: flex;
}

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

.c-imgText2__thumb {
  width: 38.42905%;
  background-color: #F3F5F2;
}

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

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

.c-imgText2__detail {
  width: 61.57095%;
  padding: 140px 92px 141px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

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

.c-imgText2__detail .info {
  max-width: 546px;
  margin: 0 auto;
}

.c-imgText2__detail .c-text1 {
  margin-top: 24px;
  line-height: 2.14;
  letter-spacing: -0.03rem;
}

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

.c-imgText2__detail .c-text1 p + p {
  margin-top: 30px;
}

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

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 > ul {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-list1 > ul {
    display: block;
  }
}

.c-list1 > ul > li {
  width: 33.33%;
}

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

.c-list1 .thumb {
  position: relative;
}

.c-list1 .thumb:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 74.93671%;
}

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

.c-list1 .desc {
  padding: 29px 40px;
}

@media only screen and (max-width: 1024px) {
  .c-list1 .desc {
    padding: 29px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .c-list1 .desc {
    padding: 20px 16px;
  }
}

.c-list1 .title {
  position: relative;
}

.c-list1 .title .btn1 {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F7F7F7;
}

.c-list1 .c-text1 {
  line-height: 1.71;
  margin-top: 21px;
  letter-spacing: -0.03rem;
}

.c-list1 .c-ac1 {
  margin-top: 19px;
}

.c-ac1 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #668069;
  font-size: 1.4rem;
  width: 250px;
}

.c-ac1__title {
  font-weight: 500;
  line-height: 2.14;
  position: relative;
  padding: 0 12px 0 22px;
  letter-spacing: -0.03rem;
  cursor: pointer;
}

.c-ac1__title::before {
  content: '';
  width: 16px;
  height: 1px;
  background: #668069;
  position: absolute;
  top: 48%;
  left: 0;
}

.c-ac1__title::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #668069 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-ac1__body {
  display: none;
}

.c-ac1__body ul {
  margin-top: 6px;
}

.c-ac1__body li {
  font-weight: 400;
  line-height: 1.93;
  margin-top: 5px;
}

.c-ac1__body li a {
  display: inline-block;
  position: relative;
  padding: 0 16px;
}

.c-ac1__body li a::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/common/icon-arr2.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-ac1__body li a[target='blank']::after, .c-ac1__body li a[target='_blank']::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/common/icon-blank2.svg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-card1 {
  width: 292px;
  display: block;
  box-sizing: border-box;
}

.c-card1__img {
  position: relative;
}

.c-card1__detail {
  margin-top: -14px;
  position: relative;
}

.c-card1__detail .label {
  max-width: 146px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  background-color: #45547E;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
}

.c-card1__detail .label.gift {
  background-color: #68825A;
}

.c-card1__detail .label.baby {
  background-color: #DEAE99;
}

.c-card1__detail .txt {
  font-size: 1.6rem;
  color: #2D1905;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  padding: 18px 26px 18px 16px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel .box {
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  border: 2px solid black;
  width: 400px !important;
  height: auto;
}

.carousel .box p {
  padding: 10px;
  font-size: 20px;
}

.carousel .box.box-last {
  width: 0;
  margin: 0;
}

.c-slider1 .c-card1 {
  display: block !important;
  padding: 0 28px;
}

@media only screen and (min-width: 1536px) {
  .c-slider1 .c-card1 {
    width: 406px !important;
  }
}

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

.c-slider1 .slick-dots {
  bottom: -48px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-slider1 .slick-dots {
    bottom: -61px;
  }
}

.c-slider1 .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 3px 0;
  box-sizing: border-box;
}

.c-slider1 .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
}

.c-slider1 .slick-dots li button:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #564533;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}

.c-slider1 .slick-dots li.slick-active button:before {
  background-color: #564533;
}

.c-slider1.slick-dotted {
  margin-bottom: 60px;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mainvisual {
  position: relative;
  background: #F3F5F2;
  padding: 120px 0 66px;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual {
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}

.c-mainvisual .kv-slide-li {
  display: none;
}

.c-mainvisual .kv-slide-li.slick-slider {
  display: block;
}

.c-mainvisual .kv-slide .item {
  width: 100%;
  position: relative;
}

.c-mainvisual .kv-slide .item:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 62%;
}

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

.c-mainvisual .kv-slide .slick-dots li button:before {
  content: none;
}

.c-mainvisual .kv-slide .slick-dots {
  text-align: right;
  bottom: -18px;
  margin-right: -2px;
}

.c-mainvisual .kv-slide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.c-mainvisual .kv-slide .slick-dots li:last-child {
  margin-right: 0;
}

.c-mainvisual .kv-slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 24px;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
}

.c-mainvisual .kv-slide .slick-dots li.slick-active button {
  background: #668069;
}

.c-mainvisual .slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
  animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top {
  overflow: hidden;
}

.p-top1 {
  padding: 40px 32px 63px;
}

@media only screen and (max-width: 767px) {
  .p-top1 {
    padding: 61px 32px 39px;
  }
}

.p-top1__img {
  padding-left: 68px;
}

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

.p-top1__img img {
  width: 100%;
}

.p-top1__detail {
  position: relative;
  max-width: 704px;
  background: #fff;
  margin: 3px auto;
  padding: 66px 68px 57px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-top1__detail {
    max-width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}

.p-top1__detail .ttl {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1.2px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .p-top1__detail .ttl {
    font-size: 2.8rem;
    line-height: 1.55;
  }
}

.p-top1__detail .ttl span {
  font-size: 1.6rem;
  font-family: "Cormorant Garamond", serif;
  display: block;
  letter-spacing: 0;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .p-top1__detail .ttl span {
    margin-bottom: 5px;
  }
}

.p-top1__detail .c-text1 {
  margin: 23px 0 0;
  letter-spacing: -0.3px;
  line-height: 2.14;
}

@media only screen and (max-width: 767px) {
  .p-top1__detail .c-text1 {
    margin-top: 21px;
    line-height: 2;
  }
}

.p-top1__detail .c-text1 p + p {
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .p-top1__detail .c-text1 p + p {
    margin-top: 0;
  }
}

.p-top2 {
  padding: 0;
  position: relative;
}


@media only screen and (max-width: 1024px) {
  .p-top2:before {
    width: 100%;
  }
}

.p-top2 .c-slider1 {
  margin-top: 48px;
}

@media only screen and (min-width: 1940px) {
  .p-top2 .c-slider1 {
    max-width: 1940px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-top2 {
    padding: 60px 0;
  }
}

.p-top2 .l-btn1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-top2 .l-btn1 {
    display: block;
  }
}

.p-top2 .l-btn1 .c-btn1 {
  width: 100%;
  max-width: 240px;
  margin: 0 4px;
}

@media only screen and (max-width: 767px) {
  .p-top2 .l-btn1 .c-btn1 {
    margin: 0 auto 8px;
  }
}

.p-top2 .link {
  display: -webkit-box;
  display: flex;
  margin: 11px 0 0;
  padding: 0 28px 0;
}

@media only screen and (max-width: 767px) {
  .p-top2 .link {
    padding: 0 36px 0;
  }
}

.p-top2 .link .c-link1 {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .p-top2 .link .c-link1 {
    margin: 0 auto;
  }
}

.p-top3__inner {
  margin-top: 64px;
  padding-top: 87px;
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .p-top3__inner {
    margin: 0;
    padding-bottom: 58px;
  }
}

.p-top3__text {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin: 21px 0 79px;
  letter-spacing: -0.3px;
}

@media only screen and (max-width: 767px) {
  .p-top3__text {
    margin: 21px 0 41px;
  }
}

.p-top3 .c-imgText {
  margin-top: 109px;
}

@media only screen and (max-width: 767px) {
  .p-top3 .c-imgText {
    margin-top: 8px;
  }
}

.p-top3 .c-imgText:first-of-type {
  margin-top: 79px;
}

@media only screen and (max-width: 767px) {
  .p-top3 .c-imgText:first-of-type {
    margin-top: 41px;
  }
}

.p-top3 .box {
  border: 1px solid #806a57;
  margin: 72px 0 0;
  padding: 30px 31px 16px;
}

@media only screen and (max-width: 767px) {
  .p-top3 .box {
    margin: 7px 0 0;
    padding: 31px 24px 24px;
  }
}

.p-top3 .box ul li {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #2d1905;
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 12px;
}

@media only screen and (max-width: 767px) {
  .p-top3 .box ul li {
    font-size: 1.4rem;
    letter-spacing: -0.3px;
  }
}

.p-top3 .box ul li span {
  font-weight: 600;
}

.p-top3 .box ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b3b3b3;
  position: absolute;
  top: 8px;
  left: 0;
}

.p-top4 {
  margin-top: 64px;
}

@media only screen and (max-width: 767px) {
  .p-top4 {
    margin-top: 0;
  }
}

.p-top4__hero {
  position: relative;
}

.p-top4__hero:before {
  content: "";
  display: block;
  padding-top: 480px;
}

.p-top4__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  left: 0;
  top: 0;
}

.p-top4__inner {
  margin-top: -70px;
  background: #fff;
  position: relative;
  padding: 51px 16px 0;
}

@media only screen and (max-width: 767px) {
  .p-top4__inner {
    margin-top: -50px;
    width: calc(100% - 16px);
    padding: 26px 24px 0;
  }
}

.p-top4 .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  margin: 48px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top4 .info {
    display: block;
    margin-top: 38px;
  }
}

.p-top4 .info__logo {
  width: 100%;
}

.p-top4 .info__logo img {
  width: 100%;
}

.p-top4 .info__detail {
  width: 100%;
  display: -webkit-box;
  display: flex;
  padding: 27px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top4 .info__detail {
    display: block;
  }
}

.p-top4 .info__detail .txt {
  font-size: 1.4rem;
  font-weight: 600;
}

.p-top4 .info__detail .txt.u-light {
  font-weight: 300;
}

.p-top4 .info__detail .txt.lts1 {
  position: relative;
  letter-spacing: -0.03rem;
  font-weight: 400;
  margin-top: 2px;
  line-height: 1.72;
}

.p-top4 .c-btn2 {
  margin-bottom: 8px;
}

.p-top4 .info__text {
  -webkit-box-flex: 1;
  flex: 1;
}
.p-top4 .info__text .txt.ttl {
  margin-bottom: 8px;
}
.ttl-small {
  font-size: 11px;
}
.p-top4 .info__btn {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 27px 0 0;
}
.detail-note01 {
  display: inline-block;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .p-top4 .info__text {
    padding: 0 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top4 .info__btn {
    display: block;
    width: 100%;
    max-width: 332px;
  }
}

.p-top4 .map {
  margin-top: 40px;
  height: 350px;
}

.p-top4 .map + .c-text1 {
  margin-top: 10px;
}
.p-top4 .c-point1 {
  margin-top: 27px;
}

.p-top4 .c-point1 + .map {
  margin-top: 6px;
}

.p-top4 .c-ban-insta {
  margin: 64px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-ban-insta {
    margin: 40px -24px 0;
  }
}

.p-top4 .c-text1 {
  line-height: 1.72;
  margin-top: 4px;
  letter-spacing: -0.03rem;
}

.p-top4 .link {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-left: 20px;
  line-height: 1.3;
  margin-top: 17px;
}

.p-top4 .link img {
  width: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}

.p-top-contact {
  margin-top: 107px;
}

@media only screen and (max-width: 767px) {
  .p-top-contact {
    margin-top: 59px;
  }
}

.p-top-contact__inner {
  background-color: #edeae4;
  padding-top: 105px;
  padding-bottom: 96px;
}

.p-top-contact__inner .c-ttl1 span {
  font-family: "Noto Serif JP", serif;
}

.p-top-contact__inner .c-text1 {
  margin-top: 19px;
  letter-spacing: -0.3px;
}

.p-top-contact__inner .c-form1 {
  margin-top: 43px;
}

.p-top-items {
  padding: 109px 0 128px;
}

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

.p-top-items__inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 91px;
}

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

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

.p-top-items .c-list1 {
  margin-top: 80px;
}

.p-top-items .link {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin: 39px 0 0;
  padding: 28px 0 27px;
}

.p-top-items .link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #EDEAE4;
}

.p-top-items .link .c-link1 {
  margin-left: auto;
}

.p-top-roots {
  margin: 128px 0 122px;
}

@media only screen and (max-width: 767px) {
  .p-top-roots {
    margin: 60px 0;
  }
  .p-top-items .c-list1 {
    margin-top: 48px;
  }
}

.p-top-roots__hero {
  position: relative;
}

.p-top-roots__hero:before {
  content: "";
  display: block;
  padding-top: 480px;
}

.p-top-roots__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  left: 0;
  top: 0;
}

.p-top-roots__inner {
  margin-top: -70px;
  background: #fff;
  position: relative;
  padding: 51px 16px 0;
}

@media only screen and (max-width: 767px) {
  .p-top-roots__inner {
    margin-top: -50px;
    width: calc(100% - 16px);
    padding: 26px 24px 0;
  }
}

.p-top-roots__wrap {
  position: relative;
}

.p-top-roots .c-text1 {
  margin: 43px auto 0;
  line-height: 2.14;
  max-width: 546px;
  letter-spacing: -0.03rem;
}

@media only screen and (max-width: 767px) {
  .p-top-roots .c-text1 {
    margin: 20px auto 0;
  }
}

.c-nav1 {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

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

.c-nav1.is-sticky {
  background-color: rgba(255, 255, 255, 0.7);
}

.c-nav1__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 16px 13px 9px 20px;
  min-height: 112px;
}

.c-nav1__logo {
  flex-shrink: 0;
}

.c-nav1__logo a {
  display: block;
  box-sizing: border-box;
}

.c-nav1__logo a img {
  vertical-align: baseline;
}

.c-nav1__detail {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 790px) {
  .c-nav1__detail {
    margin: 0 0 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .c-nav1__detail {
    margin: 12px 0 0 10px;
  }
}

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

.c-nav1__detail li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2356;
  color: #2d1905;
  font-family: "Cormorant Garamond", serif;
  padding: 25px 16px 26px;
}

@media only screen and (max-width: 1270px) {
  .c-nav1__detail li a {
    padding: 25px 13px 26px;
  }
}

@media only screen and (max-width: 1060px) {
  .c-nav1__detail li a {
    padding: 25px 7px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 790px) {
  .c-nav1__detail li a {
    padding: 25px 5px;
    font-size: 1.2rem;
  }
}

.c-nav1__btn {
  display: -webkit-box;
  display: flex;
  margin: 18px 0 0 auto;
}

.c-nav1__btn .btn1 {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f7f7f7;
  margin: 0 3px;
}

.c-nav1__btn .btn1.contact {
  background-color: #806a57;
}

.c-ban-insta {
  text-align: center;
}

.c-ban-insta__ttl {
  display: inline-block;
  text-align: center;
  margin-bottom: 11px;
}

.c-ban-insta__ttl .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d1905;
  font-family: "Cormorant Garamond", serif;
  margin-top: 9px;
}

.c-ban-insta .insta .list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-ban-insta .insta .list .item {
  width: 24.6%;
  max-width: 173px;
  margin: 0 4px 4px 0;
}

.c-ban-insta .insta .list .item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-ban-insta .insta .list .item {
    width: calc((100% - 5px) / 2);
    max-width: none;
    margin: 0 5px 5px 0;
  }
  .c-ban-insta .insta .list .item:nth-child(2n) {
    margin-right: 0;
  }
}

.c-ban-insta .instalist {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-ban-insta .instalist a {
  display: block;
  box-sizing: border-box;
  margin: 0 4px 4px 0;
  width: 173px;
  height: 173px;
  position: relative;
}

.c-ban-insta .instalist a:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-ban-insta .instalist a {
    margin: 0 2% 2% 0;
    width: 49%;
    height: auto;
  }
  .c-ban-insta .instalist a:nth-child(2n) {
    margin-right: 0;
  }
  .c-ban-insta .instalist a::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.c-ban-insta .instalist a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media only screen and (max-width: 767px) {
  .c-ban-insta .instalist a img {
    left: 0;
    top: 0;
    position: absolute;
  }
}

.p-thanks-content {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.p-thanks-content .inner {
  background-color: #fff;
  padding: 40px 25px;
  border-radius: 16px;
}

.p-thanks-content .inner .c-text1 {
  margin: 20px 0 0;
  text-align: center;
}

.p-thanks-content .inner .c-btn1 {
  margin-top: 30px;
}

@media screen and (min-width: 767px) {
  .p-thanks-content .inner .c-btn1 a:hover {
    background-color: #2d1905;
    color: #fff;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

.grecaptcha-badge {
  -webkit-transform: translateX(256px);
  transform: translateX(256px);
}

.grecaptcha-badge.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


#sb_instagram #sbi_images {
  margin-top: 48px;
}

@media only screen and (min-width: 1940px) {
  #sb_instagram #sbi_images {
    max-width: 1940px;
    margin-left: auto;
    margin-right: auto;
  }
}


#sb_instagram {
  padding-bottom: 0 !important;
}

#byGallery #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  display: block !important;
}

#byGallery #sb_instagram #sbi_images .sbi_item {
  display: block !important;
  padding: 0 28px !important;
  position: relative;
}

#sb_instagram #sbi_images .sbi_item::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#sbi_images .sbi_item .sbi_inner_wrap {
  left: 28px;
  position: absolute;
  top: 0;
  width: calc(100% - 56px) !important;
}

#sbi_images .sbi_item .sbi_inner_wrap,
#sbi_images .sbi_item .sbi_photo_wrap,
#sbi_images .sbi_item .sbi_photo {
  height: 100% !important;
}

#sb_instagram .sbi_link .sbi_instagram_link {
  height: 100%;
  padding: 0 !important;
  right: 0;
  width: 100%;
}
#sb_instagram .svg-inline--fa.fa-instagram, #sbi_lightbox .svg-inline--fa.fa-instagram {
  bottom: 8px;
  position: absolute;
  right: 6px;
}

.sbi_photo_wrap .svg-inline--fa.fa-play, #sb_instagram.sbi_medium .sbi_playbtn {
  font-size: 40px !important;
  margin-left: -20px !important;
  margin-top: -20px !important;
}

@media only screen and (min-width: 1367px) {
  #sbi_images .sbi_item {
    width: 292px !important;
  }
}
@media only screen and (min-width: 1536px) {
  #sbi_images .sbi_item {
    width: 406px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #sbi_images .sbi_item {
    width: 292px !important;
  }
}


@media only screen and (max-width: 767px) {
  #sbi_images .sbi_item {
    max-width: none;
  }
}

#sbi_images .slick-dots {
  bottom: -48px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sbi_images .slick-dots {
    bottom: -61px;
  }
}

#sbi_images .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 3px 0;
  box-sizing: border-box;
}

#sbi_images .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
}

#sbi_images .slick-dots li button:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #564533;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}

#sbi_images .slick-dots li.slick-active button:before {
  background-color: #564533;
}

#sbi_images.slick-dotted {
  margin-bottom: 60px;
}



/* 2025/10/07 追加情報 */
/*header*/
.icon-cross {
  display: inline-block;
  background: url(../img/common/icon-cross.svg) no-repeat;
  background-size: cover;
  margin: 0 0 1px 4px;
  width: 10px;
  height: 10px;
}
.icon-cross > img {
  padding-top: 5px;
}
.h-in-menu:hover .h-in-menu01 {
 visibility: visible;
 opacity: 1;
}
.glass {
  background-color: rgba(73, 66, 60, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 4px;
  padding: 20px 16px;
}
.h-in-menu .h-in-menu01 {
  position: fixed;
  visibility: collapse;
  opacity: 0;
  top: 88px;
  left: 0;
  margin-left: 330px;
  color: #fff;
  transition: opacity 0.5s, visibility 0.5s;
}
.h-in-menu .h-in-menu01 ul {
  display: block;
}
.h-in-menu .h-in-menu01 li {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  color: #fff;
}
.h-in-menu .h-in-menu01 li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.h-in-menu .h-in-menu01 li:first-of-type::before {
  display: none;
}
.h-in-menu01 li a {
  padding: 0;
  margin: 0;
  font-size: 0;
  height: fit-content;
}
.h-in-menu01 li a img {
  height: 11px;
}
.h-in-menu01 li:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

/*商品情報*/
.p-top-items .link-02 { 
  display: -webkit-box;
  display: flex;
  position: relative;
  margin: 24px 0 0;
  padding: 0 0 8px;
  width: fit-content;
}
.p-top-items .link-02::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #2D1905;
}
.img-calendar {
	margin: 43px auto 0;
 	max-width: 546px;
}
.p-top-floor__inner {
  margin-top: -70px;
  position: relative;
  padding: 51px 16px 0;
}
.c-ttl2 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: nidiam;
  font-style: normal;
  margin-top: 10px;
}
.floor-icon {
  width: 100%;
  max-width: 48px;
  margin: 0 auto;
}
.c-list1,.c-item-floor {
  margin: 80px 0 0;
}
.p-top-floor__hero {
  position: relative;
}
.p-top-floor__hero:before {
  content: "";
  display: block;
  padding-top: 480px;
}
.p-top-floor__hero > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  left: 0;
  top: 0;
}
.c-item-floor .c-text1 {
  margin-top: 40px;
  text-align: center;
}
.c-item-floor .c-text1 .ttl{
  margin-top: 40px;
  padding-bottom: 32px;
  font-size: 22px;
  letter-spacing: 1em;
}
.c-item-floor .c-text-note {
  margin-top: 16px;
  text-align: center;
  font-size: 11px;
  color: #6B5A4A;
}

/* ボタン */
.c-item-floor .c-btn1 {
  margin-top: 40px;
  opacity: 1;
}
.c-item-floor .c-btn1 a:hover,
.l-btn1-detail .c-btn1 a:hover {
  filter: none;
  background-color: #2d1905 !important;
  color: #fff !important;
}
.l-btn1-detail {
  margin-top: 40px;
}
.insta-hover.c-btn1--style1 .txt {
  padding-left: 0;
}
.icon-insta-btn {
  transition: 0.3s ease-in-out;
  background-image: url(../img/common/icon-insta.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-top: 4px;
  margin-right: 6px;
}
.c-btn1 a:hover .icon-insta-btn {
  background-image: url(../img/common/icon-insta-white.svg);
}


.c-list1 {
  position: relative;
}
.c-list1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #EDEAE4;
}

.c-btn-box1 {
  width: fit-content;
  margin: 40px auto 0;
}
.c-text1-m-t-32 {
  display: block;
  margin-top: 32px;
}

.br-767,.br-479,.br-413,.br-374 {
  display: none;
}
@media only screen and (max-width: 1270px) {
  .h-in-menu .h-in-menu01{
    margin-left: 318px;
  }
}
@media only screen and (max-width: 1024px) {
  .icon-cross {
    margin: 0 0 0 3px;
    width: 9px;
    height: 9px;
  }
  .icon-cross > img {
    width: 8px;
    padding-top: 3px;
  }
  .h-in-menu .h-in-menu01 {
    top: 70px;
    margin-left: 248px;
  }
  .h-in-menu01 li a img {
    height: 10px;
  }
  .glass {
    padding: 20px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .icon-cross {
    display: none;
  }
  .h-in-menu .h-in-menu01 {
    visibility: visible;
    opacity: 1;
    position: static;
    margin: 0;
    width: fit-content;
  }
  .glass {
    background-color: unset;
    backdrop-filter: unset;
    padding: 0;
  }
  .h-in-menu .h-in-menu01 li a {
    font-size: unset;
    padding-left: 10px;
    position: relative;
  }
  .h-in-menu .h-in-menu01 li a img {
    height: 14px;
  }
  .h-in-menu .h-in-menu01 li {
    margin: 0;
    padding-top: 0;
  }
  .h-in-menu .h-in-menu01 li::before {
    display: none;
  }
  .c-list1, .c-item-floor {
    margin: 40px 0 0;
  }
  .img-calendar {
    margin: 20px auto 0;
  }
  .c-item-floor .c-btn1 {
    margin-top: 20px;
  }
  .p-top-floor__inner {
    margin-top: -50px;
    width: calc(100% - 16px);
    padding: 26px 24px 0;
  }
  .c-item-floor .c-text1 {
    margin-top: 20px;
    text-align: center;
  }
  .c-item-floor .c-text1 .ttl {
    margin-top: 20px;
    padding-bottom: 16px;
    letter-spacing: 0.5em;
  }
  .c-text1-m-t-32 {
    margin-top: 16px;
  }
  .br-767 {
    display: block;
  }

  /*サムネイル*/
  .p-top-floor__hero:before {
    padding-top: 285px;
  }
  .p-top4__hero:before,
  .p-top-roots__hero:before {
    padding-top: 285px;
  }
  .p-top4__inner,
  .p-top-roots__inner {
    background: none;
  }
  .p-top4__inner .c-ttl1,
  .p-top-roots__inner .p-top-roots__wrap .c-ttl1 {
    background: #fff;
    padding: 26px 16% 0;
    width: fit-content;
    margin: 0 auto;
  }
  /*--------*/
}
@media only screen and (max-width: 479px) {
  .br-479 {
    display: block;
  }
  /*サムネイル*/
  .p-top-floor__hero:before {
    padding-top: 215px;
  }
  .p-top4__hero:before,
  .p-top-roots__hero:before {
    padding-top: 215px;
  }
}
@media only screen and (max-width: 413px) {
  .br-413 {
    display: block;
  }
}
@media only screen and (max-width: 374px) {
  .br-374 {
    display: block;
  }
}