@charset "UTF-8";
:root {
  --color_base:#5abad5;
  --color_txt1:#a47864;
  --color_txt2:#6e6464;
  --color_txt3:#5abad5;
}

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: "Libre Caslon Text", serif;
  line-height: 1.4;
  font-weight: 700;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime1 {
  animation: anime1 2.5s infinite;
  opacity: 1;
}

@keyframes anime1 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
#toggle {
  position: fixed;
  padding-top: 20px;
  font-style: normal;
  letter-spacing: 0px;
  color: #b4a0c8;
  text-align: center;
  width: 90px;
  height: 90px;
  top: 10px;
  right: 0px;
  background: url("../img/bg_menu.png") no-repeat center top;
  background-size: 100%;
  font-family: "Libre Caslon Text", serif;
}

#toggle-box {
  position: relative;
  width: 28px;
  height: 24px;
  cursor: pointer;
  margin-left: 30px;
}

#toggle-box > span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #b4a0c8;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
}

#toggle-box > span:nth-child(1) {
  top: 25%;
  transform: translatey(-30%);
}

#toggle-box > span:nth-child(2) {
  top: 25%;
  transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 25%;
}

#toggle {
  z-index: 1000;
}

#nav-content {
  z-index: 900;
  overflow: auto;
  height: 100%;
  background: var(--color_base);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-content a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.6s ease;
}
#nav-content a:hover {
  opacity: 0.7;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

#menu {
  position: fixed;
  z-index: 990;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.7);
  animation: fadeIn 0.5s ease 0s 1 normal;
}

html,
body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.8;
  color: var(--color_txt2);
}

a {
  color: var(--color_txt2);
  text-decoration: none;
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.txtcl-pp {
  color: #b4a0c8;
}

.txtcl-bw {
  color: #a57864;
}

.txtcl-pk {
  color: #e1b4be;
}

.txtcl-yw {
  color: #f0d78c;
}

.ttle {
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
}

.ttlj {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
}

.pc {
  display: none;
}

img {
  vertical-align: middle;
}

main {
  overflow: hidden;
  margin-bottom: 16%;
}

#nav-content {
  width: 90%;
  padding: 15% 0;
}
#nav-content h2 a {
  display: block;
  width: 65%;
  margin-left: 10%;
}
#nav-content h2 span {
  font-size: 13px;
}
#nav-content ol {
  margin: 0 10% 0% 10%;
}
#nav-content ol li {
  font-size: 4.2vw;
  font-weight: 700;
  margin-bottom: 5%;
}
#nav-content ol li a {
  display: block;
  padding: 1% 0;
}
#nav-content ol li dl dt {
  margin-bottom: 1%;
  font-size: 4.6vw;
}
#nav-content ol li dl dd {
  font-size: 3.2vw;
  margin-left: 5%;
  margin-bottom: 1%;
}
#nav-content ul {
  margin: 0 10% 3% 10%;
  padding-bottom: 3%;
}
#nav-content ul li {
  display: table;
  width: 100%;
  margin-bottom: 5%;
}
#nav-content ul li .pht {
  display: table-cell;
  width: 40%;
}
#nav-content ul li .pht div {
  width: 110px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
}
#nav-content ul li p {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 5%;
}
#nav-content .otherLink {
  font-size: 3.1vw;
  line-height: 2;
  margin: 0 10% 5% 10%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3% 0;
}
#nav-content .snsLink {
  text-align: center;
  height: 250px;
}
#nav-content .snsLink dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
#nav-content .snsLink dd i {
  font-size: 34px;
}

#contactBtn {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 900;
}
#contactBtn ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color_base);
}
#contactBtn ul li {
  width: 33.3333333333%;
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  position: relative;
  display: inline-block;
  background: var(--color_base);
}
#contactBtn ul li a {
  display: block;
  padding: 18% 0;
  color: #fff;
  font-family: "Libre Caslon Text", serif;
}
#contactBtn ul li a:hover {
  opacity: 1;
}
#contactBtn ul li:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 25%;
  right: 0px;
}
#contactBtn ul li:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 25%;
  right: 0px;
}

#contactLine {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 900;
}
#contactLine ul {
  display: flex;
  border-top: 1px solid var(--color_base);
}
#contactLine ul li {
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  position: relative;
  display: inline-block;
  background: var(--color_base);
  width: 50%;
}
#contactLine ul li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  width: 100%;
}
#contactLine ul li a:hover {
  opacity: 1;
}
#contactLine ul li:nth-child(1) {
  width: 40%;
}
#contactLine ul li:nth-child(2) {
  width: 60%;
}
#contactLine ul li:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 25%;
  right: 0px;
}

header {
  position: absolute;
  left: 8%;
  top: 2%;
  z-index: 4;
}
header p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
header p a {
  color: #fff;
}

.tls1 {
  position: absolute;
  width: 25%;
  left: 5%;
  top: -1%;
  z-index: 2;
  animation: fuwafuwa 5s infinite ease-in-out 0.8s alternate;
}

.tls2 {
  position: absolute;
  width: 32%;
  left: -5%;
  top: 4%;
  z-index: 1;
  animation: fuwafuwa2 6s infinite ease-in-out 0.8s alternate;
}

footer {
  background: var(--color_txt2);
  color: #fff;
  padding: 10% 0 20% 0;
}
footer #name .footerlogo {
  text-align: center;
  margin-bottom: 20px;
}
footer #name .footerlogo img {
  width: 60%;
}
footer #name {
  /*
    dl{text-align: center;margin-bottom: 10px;
    dt{font-size: 24px;font-weight: 700;}
    dd{font-size: 14px;font-weight: 400;}
  }*/
}
footer #name p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3%;
}
footer #name .footernav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  margin: 0 auto;
}
footer #name .footernav p {
  font-size: 11px;
}
footer #name .footernav a {
  color: #fff;
}
footer .copy {
  padding: 10% 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  display: none;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
.linkBtnb {
  width: 100%;
}
.linkBtnb a {
  display: block;
  padding: 5% 0%;
  border-radius: 50px;
  border: 1px solid var(--color_txt1);
  color: #fff;
  font-size: 4.6vw;
  text-align: center;
  font-weight: 700;
  background: var(--color_txt1);
}
.linkBtnb a i {
  font-size: 12px;
}

.ttlArea {
  padding: 5% 0 10% 0;
}
.ttlArea dt {
  margin-bottom: 5%;
}
.ttlArea dd {
  text-align: center;
  color: var(--color_txt1);
  font-size: 6vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
.ttlArea dd span {
  font-weight: 400;
  transform: scale(0.7, 1);
}

.ttlp1 {
  color: var(--color_txt1);
  border: 1px solid var(--color_txt1);
  border-radius: 50px;
  padding: 3% 0;
  text-align: center;
  width: 86%;
  margin: 0 auto 5% auto;
  font-size: 4.4vw;
}

.readp1 {
  width: 86%;
  margin: 0 auto 10% auto;
}

.txt {
  text-align: center;
  margin-bottom: 5%;
}

.warpArea {
  width: 90%;
  margin: 0 auto;
}
.warpArea section {
  margin-bottom: 5%;
  border-radius: 10px;
  background: #efebea;
  padding: 6%;
}
.warpArea h2 {
  font-size: 5.4vw;
  text-align: center;
  margin-bottom: 10%;
  color: #b4a0c8;
  font-weight: 700;
  border-bottom: 1px solid #b4a0c8;
  border-top: 1px solid #b4a0c8;
  padding: 5% 0;
  line-height: 1.5;
}
.warpArea h3 {
  font-size: 16px;
  margin-bottom: 3%;
  color: var(--color_txt3);
  font-weight: 700;
}
.warpArea p {
  margin-bottom: 4%;
}
.warpArea p:last-child {
  margin-bottom: 0;
}
.warpArea ol {
  margin-bottom: 2%;
}
.warpArea ol li {
  list-style: disc;
  margin-left: 8%;
  margin-bottom: 5%;
}
.warpArea ol.nmb li {
  list-style: decimal;
}
.warpArea dl {
  margin-bottom: 10%;
}
.warpArea dl dt {
  background: var(--color_base);
  color: #fff;
  border-radius: 6px;
  padding: 4% 0;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5%;
}
.warpArea table {
  border: 0px solid #efebea;
  margin-bottom: 5%;
}
.warpArea table th {
  padding: 5% 8%;
  border: 1px solid #efebea;
  background: #fff;
}
.warpArea table td {
  padding: 5% 8%;
  border: 1px solid #efebea;
  background: #fff;
}
.warpArea .whsp {
  white-space: nowrap;
  text-align: center;
}
.warpArea .taxtable {
  overflow-x: scroll;
}
.warpArea .taxtable table {
  margin-bottom: 0;
}
.warpArea .taxtable th {
  white-space: nowrap;
  padding: 10px 15px;
}
.warpArea .taxtable td {
  white-space: nowrap;
  padding: 10px 15px;
}
.warpArea table.inline {
  width: 100%;
}
.warpArea table.inline th {
  display: inline-block;
  border: none;
  border-bottom: 1px solid #efebea;
  width: 84%;
  text-align: left;
  background: var(--color_txt2);
  color: #fff;
}
.warpArea table.inline td {
  display: inline-block;
  border: none;
  border-bottom: 1px solid #efebea;
  width: 84%;
}
.warpArea iframe {
  margin-bottom: 10px;
  height: 250px;
}

.otherttl {
  position: relative;
  width: 100%;
  padding: 20% 0 5% 0;
  text-align: center;
  margin-bottom: 0%;
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
}
.otherttl p {
  font-style: normal;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 3%;
  font-size: 3.6vw;
  color: var(--color_base);
}
.otherttl p span {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: var(--color_txt2);
  margin-top: 10px;
  display: block;
}
.otherttl h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 7vw;
  color: var(--color_txt1);
  letter-spacing: 0px;
  line-height: 1.3;
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.otherttl .li1 {
  position: absolute;
  left: 5%;
  top: -5%;
  width: 35%;
  animation: fuwafuwa1 6s infinite ease-in-out 0.8s alternate;
}
.otherttl .li2 {
  position: absolute;
  right: 10%;
  top: 45%;
  width: 15%;
  animation: fuwafuwa2 6s infinite ease-in-out 0.8s alternate;
}
.otherttl .li3 {
  position: absolute;
  left: 18%;
  bottom: 0%;
  width: 12%;
  animation: fuwafuwa1 6s infinite ease-in-out 0.8s alternate;
}

.otherttl2 {
  position: relative;
  width: 100%;
  padding: 20% 0 10% 0;
  text-align: center;
  margin-bottom: 10%;
  font-family: "Libre Caslon Text", serif;
}
.otherttl2 p {
  font-style: normal;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 3%;
  font-size: 3.6vw;
  color: #e1b4be;
}
.otherttl2 h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 7vw;
  color: var(--color_txt1);
  letter-spacing: 0px;
  line-height: 1.5;
}
.otherttl2 .li1 {
  position: absolute;
  left: 5%;
  top: -5%;
  width: 35%;
  animation: fuwafuwa1 6s infinite ease-in-out 0.8s alternate;
  z-index: -1;
}
.otherttl2 .li2 {
  position: absolute;
  right: 10%;
  top: 45%;
  width: 15%;
  animation: fuwafuwa2 6s infinite ease-in-out 0.8s alternate;
  z-index: -1;
}
.otherttl2 .li3 {
  position: absolute;
  left: 18%;
  bottom: 0%;
  width: 12%;
  animation: fuwafuwa1 6s infinite ease-in-out 0.8s alternate;
  z-index: -1;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1100;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  /* これが無いと「overflow:scroll」が利かない */
  width: 70%;
  /* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 5% 5% 5% 5%;
  border-radius: 10px;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal-content .js-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 45px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background: var(--color_base);
  border-radius: 50px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 3px;
  text-decoration: none;
}

.modal-content h3.re {
  font-size: 4vw;
  color: var(--color_base);
  text-align: center;
  margin-bottom: 10px;
  background: #fff;
  margin-top: -30px;
  border-radius: 30px;
  text-align: center;
  padding: 4% 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 76%;
  left: 12%;
  line-height: 1.7;
  letter-spacing: 0px;
}
.modal-content h3 {
  font-size: 4vw;
  color: var(--color_base);
  line-height: 1.5;
  margin-bottom: 3%;
}
.modal-content p a {
  color: var(--color_base);
  text-decoration: underline;
}
.modal-content ul {
  width: 100%;
}
.modal-content li {
  list-style: none;
  width: 100%;
  margin-bottom: 3%;
}
.modal-content li span {
  font-size: 3.6vw;
}
.modal-content li .reserva {
  display: block;
  background: #e1b4be;
  color: #fff;
  text-align: center;
  padding: 10% 0;
  font-size: 4.5vw;
  font-weight: 700;
  border-radius: 6px;
}
.modal-content li .reserva:hover {
  opacity: 0.7;
}
.modal-content li p {
  display: block;
  background: #999;
  color: #fff;
  text-align: center;
  padding: 5% 10%;
  border-radius: 6px;
}
.modal-content li p span {
  font-size: 3.6vw;
}
.modal-content li .kyotoBtn {
  display: block;
  background: #f0beca;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  font-size: 5vw;
  font-weight: 700;
  border-radius: 6px;
  font-family: "Libre Caslon Text", serif;
}
.modal-content li a:hover {
  opacity: 0.7;
}
.modal-content li .osakaBtn {
  display: block;
  background: #b4a0c8;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  font-size: 5vw;
  font-weight: 700;
  border-radius: 6px;
  font-family: "Libre Caslon Text", serif;
}
.modal-content li .yokohamaBtn {
  display: block;
  background: #5cbad6;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  font-size: 5vw;
  font-weight: 700;
  border-radius: 6px;
  font-family: "Libre Caslon Text", serif;
}
.modal-content li .urawaBtn {
  display: block;
  background: #96cca5;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  font-size: 5vw;
  font-weight: 700;
  border-radius: 6px;
  font-family: "Libre Caslon Text", serif;
}
.modal-content li:last-child {
  margin-bottom: 0;
}
.modal-content dl {
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 3%;
}
.modal-content dl dt {
  background: #716464;
  color: #fff;
  text-align: center;
  padding: 3%;
  font-weight: 700;
  margin-bottom: 3%;
}
/* スクロール途中で表示 */
#box_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 999;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
  background-color: #b4a0c8;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#box_fixed h1 {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}

#box_fixed.on {
  visibility: inherit;
  opacity: 1;
  z-index: 999;
}

#modal02 .modal-content .wrap {
  overflow-y: scroll;
  height: 80vh;
  padding-bottom: 5%;
}
#modal02 .modal-content h3 {
  background: none;
  margin: 0;
  position: relative;
}
#modal02 .modal-content ol {
  margin: 0 auto 6% auto;
}
#modal02 .modal-content li {
  width: 90%;
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 1%;
}
#modal02 .modal-content .urawaBtn {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: var(--color_base);
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 6px;
  font-weight: 700;
  font-size: 3.6vw;
}

#terms {
  padding-top: 30px;
}
#terms h3 {
  font-family: "Libre Caslon Text", serif;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.3;
}
#terms table {
  width: 100%;
}
#terms table th {
  background: var(--color_txt1);
  color: #fff;
  vertical-align: middle;
}
#terms table td {
  vertical-align: middle;
}

#yakkan {
  padding-top: 30px;
}
#yakkan h3 {
  font-family: "Libre Caslon Text", serif;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.3;
}
#yakkan table {
  width: 100%;
}
#yakkan table th {
  background: var(--color_txt1);
  color: #fff;
  vertical-align: middle;
}
#yakkan table td {
  vertical-align: middle;
}

#contactus {
  padding-top: 30px;
}
#contactus h3 {
  font-family: "Libre Caslon Text", serif;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.3;
}
#contactus table {
  width: 100%;
}
#contactus table th {
  background: var(--color_txt1);
  color: #fff;
  vertical-align: middle;
}
#contactus table td {
  vertical-align: middle;
}/*# sourceMappingURL=common_sp.css.map */