@charset "UTF-8";
body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-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-family: kiro, sans-serif;
  font-style: normal;
  letter-spacing: 2px;
  color: #b4a0c8;
  text-align: center;
  width: 90px;
  height: 90px;
  top: 10px;
  right: 10px;
  background: url("../img/bg_menu.png") no-repeat center top;
  background-size: 100%; }

#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 .6s ease-in-out, top .5s ease, bottom .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: #e1b4be;
  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 .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-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #6e6464; }

a {
  color: #6e6464;
  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: kiro, sans-serif;
  font-style: normal; }

.ttlj {
  font-family: ab-clip-medium, sans-serif;
  font-weight: 400;
  font-style: normal; }
  .ttlj .number {
    font-family: kiro, sans-serif;
    font-style: normal; }

.sp {
  display: none; }

main {
  overflow: hidden;
  margin-bottom: 100px; }

#nav-content {
  width: 340px;
  padding-top: 100px; }
  #nav-content h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2; }
    #nav-content h2 a {
      display: block; }
    #nav-content h2 span {
      font-size: 14px; }
  #nav-content ol {
    margin: 0 10% 0% 10%; }
    #nav-content ol li {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5%; }
      #nav-content ol li a {
        display: block;
        padding: 1% 0; }
      #nav-content ol li dl dt {
        margin-bottom: 1%;
        font-size: 16px; }
      #nav-content ol li dl dd {
        font-size: 14px;
        margin-left: 5%;
        margin-bottom: 1%;
        text-align: left; }
  #nav-content ul {
    border-bottom: 1px solid #fff;
    margin: 0 30px; }
    #nav-content ul li {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 20px; }
  #nav-content p {
    padding: 30px;
    font-size: 12px;
    line-height: 2; }
  #nav-content dl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px; }
  #nav-content dl dd i {
    font-size: 34px; }
  #nav-content .otherLink {
    font-size: 12px;
    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: 340px;
  bottom: 20px;
  right: 0;
  z-index: 890; }
  #contactBtn ul {
    display: flex;
    flex-wrap: wrap; }
    #contactBtn ul li {
      width: calc(100% / 3);
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      position: relative;
      display: inline-block;
      background: #e1b4be; }
      #contactBtn ul li a {
        display: block;
        padding: 18% 0;
        color: #fff;
        cursor: pointer; }
      #contactBtn ul li a:hover {
        opacity: 0.8; }
    #contactBtn ul li:nth-child(1) {
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px; }
    #contactBtn ul li:nth-child(1)::after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 50%;
      background-color: #ead0d7;
      position: absolute;
      top: 25%;
      right: 0px; }
    #contactBtn ul li:nth-child(2)::after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 30px;
      background-color: #ead0d7;
      position: absolute;
      top: 25%;
      right: 0px; }

header {
  position: relative; }
  header p {
    position: absolute;
    z-index: 11;
    left: 3%;
    top: 10px;
    text-align: right;
    font-size: 14px;
    padding-right: 120px;
    font-weight: 500;
    color: #fff; }
    header p a {
      color: #fff; }

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

.tls2 {
  position: absolute;
  width: 200px;
  left: -30px;
  top: 4%;
  z-index: 1;
  animation: fuwafuwa2 6s infinite ease-in-out .8s alternate; }

footer {
  padding: 30px 0 5px 0; }
  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 .footerlogo {
      text-align: center;
      margin-bottom: 20px; }
      footer #name .footerlogo img {
        width: 260px; }
  footer .copy {
    padding: 10% 0;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    display: none; }

footer {
  background: #6e6464;
  color: #fff; }
  footer #name h2 {
    color: #a57864;
    letter-spacing: 0;
    font-size: 2.4vw;
    line-height: 1.0; }
    footer #name h2 span {
      font-size: 1.4vw; }
  footer #name p {
    text-align: center;
    padding: 10px 0;
    font-weight: 300;
    font-size: 12px; }

@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); } }
.btnlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .btnlist .linkBtn_kyoto {
    width: 49%; }
    .btnlist .linkBtn_kyoto a {
      display: block;
      padding: 15px 0%;
      border-radius: 50px;
      border: 1px solid #e1b4be;
      color: #e1b4be;
      font-size: 16px;
      text-align: center;
      font-weight: 600; }
      .btnlist .linkBtn_kyoto a i {
        font-size: 12px; }
    .btnlist .linkBtn_kyoto a:hover {
      background: #e1b4be;
      color: #fff; }
  .btnlist .linkBtn_osaka {
    width: 49%; }
    .btnlist .linkBtn_osaka a {
      display: block;
      padding: 15px 0%;
      border-radius: 50px;
      border: 1px solid #b4a0c8;
      color: #b4a0c8;
      font-size: 16px;
      text-align: center;
      font-weight: 600; }
      .btnlist .linkBtn_osaka a i {
        font-size: 12px; }
    .btnlist .linkBtn_osaka a:hover {
      background: #b4a0c8;
      color: #fff; }

.linkBtn {
  width: 100%; }
  .linkBtn a {
    display: block;
    padding: 15px 0%;
    border-radius: 50px;
    border: 1px solid #a47864;
    color: #a47864;
    font-size: 16px;
    text-align: center;
    margin: 0 25%;
    font-weight: 600; }
    .linkBtn a i {
      font-size: 12px; }
  .linkBtn a:hover {
    background: #a47864;
    color: #fff; }

.linkBtnb {
  width: 100%; }
  .linkBtnb a {
    display: block;
    padding: 15px 0%;
    border-radius: 50px;
    border: 1px solid #a47864;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    background: #a47864; }
    .linkBtnb a i {
      font-size: 12px; }
  .linkBtnb a:hover {
    background: #fff;
    color: #a47864; }

.ttlArea {
  padding: 30px 0 30px 0; }
  .ttlArea dt {
    text-align: center; }
    .ttlArea dt img {
      width: 400px; }
  .ttlArea dd {
    text-align: center;
    color: #a47864;
    font-size: 24px;
    font-family: ab-clip-medium, sans-serif;
    font-weight: 400;
    font-style: normal; }
    .ttlArea dd span {
      font-family: zen-kaku-gothic-antique, sans-serif;
      font-weight: 400;
      transform: scale(0.7, 1); }

.ttlp1 {
  color: #a47864;
  border: 1px solid #a47864;
  border-radius: 50px;
  padding: 15px 0;
  text-align: center;
  width: 25%;
  margin: 0 auto;
  font-size: 18px; }

.txt {
  text-align: center;
  margin-bottom: 30px; }

.warpArea {
  width: 780px;
  margin: 0 auto;
  text-align: justify; }
  .warpArea section {
    margin-bottom: 60px;
    background: #efebea;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 40px 30px; }
  .warpArea h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  .warpArea p {
    margin-bottom: 10px; }
  .warpArea ol {
    margin-bottom: 20px; }
    .warpArea ol li {
      list-style: disc;
      margin-left: 20px;
      margin-bottom: 10px; }
  .warpArea ol.nmb li {
    list-style: decimal;
    margin-left: 30px; }
  .warpArea table {
    border: 0px solid #efebea;
    margin-bottom: 0%;
    width: 100%; }
    .warpArea table th {
      padding: 10px 15px;
      border: 2px solid #efebea;
      background: #fff;
      white-space: nowrap; }
    .warpArea table td {
      padding: 10px 15px;
      border: 2px solid #efebea;
      background: #fff; }
  .warpArea table.inline {
    width: 100%;
    margin-bottom: 0; }
    .warpArea table.inline th {
      border: none;
      border-bottom: 1px solid #efebea;
      width: 20%;
      text-align: left;
      background: #6e6464;
      color: #fff; }
    .warpArea table.inline td {
      border: none;
      border-bottom: 1px solid #efebea;
      width: 80%; }
  .warpArea table.mb20 {
    margin-bottom: 20px; }
  .warpArea .whsp {
    white-space: nowrap;
    text-align: center; }
  .warpArea iframe {
    height: 300px;
    margin-bottom: 10px; }
  .warpArea p:last-child {
    margin-bottom: 0; }
  .warpArea ol:last-child {
    margin-bottom: 0; }
  .warpArea li:last-child {
    margin-bottom: 0; }

.warpArea {
  width: 780px;
  margin: 0 auto;
  text-align: justify; }
  .warpArea section {
    margin-bottom: 60px;
    border-radius: 10px;
    text-align: justify; }
  .warpArea h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #e1b4be;
    font-weight: 500;
    border-bottom: 1px solid #e1b4be;
    border-top: 1px solid #e1b4be;
    padding: 10px 0;
    line-height: 1.5; }
  .warpArea h3 {
    font-size: 16px;
    margin-bottom: 3%;
    color: #e1b4be;
    font-weight: 600; }
  .warpArea p {
    margin-bottom: 10px; }
  .warpArea ol {
    margin-bottom: 5px; }
    .warpArea ol li {
      list-style: disc;
      margin-left: 25px;
      margin-bottom: 10px; }
  .warpArea dl {
    margin-bottom: 30px; }
    .warpArea dl dt {
      background: #e1b4be;
      color: #fff;
      border-radius: 6px;
      padding: 10px 0;
      text-align: center;
      font-size: 14px;
      margin-bottom: 15px; }
  .warpArea table {
    border: 0px solid #efebea;
    margin-bottom: 15px; }
    .warpArea table th {
      padding: 15px 2.25%;
      border: 1px solid #efebea;
      background: #fff; }
    .warpArea table td {
      padding: 15px 2.5%;
      border: 1px solid #efebea;
      background: #fff; }
  .warpArea .whsp {
    white-space: nowrap;
    text-align: center; }
  .warpArea .taxtable {
    overflow: 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: #6e6464;
      color: #fff; }
    .warpArea table.inline td {
      display: inline-block;
      border: none;
      border-bottom: 1px solid #efebea;
      width: 84%; }
  .warpArea iframe {
    margin-bottom: 10px;
    height: 400px; }
  .warpArea .linkBtn a {
    display: block;
    padding: 10px 0%;
    border-radius: 50px;
    border: 1px solid #a47864;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    background: #a47864;
    color: #fff; }
    .warpArea .linkBtn a i {
      font-size: 16px; }
  .warpArea .linkBtn a:hover {
    opacity: 1;
    color: #a47864;
    border: 1px solid #a47864;
    background: #fff; }

.otherttl {
  position: relative;
  width: 600px;
  padding: 120px 0 40px 0;
  text-align: center;
  margin: 0 auto 60px auto; }
  .otherttl p {
    font-family: kiro, sans-serif;
    font-style: normal;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 3%;
    font-size: 14px;
    color: #e1b4be; }
    .otherttl p span {
      font-size: 12px;
      font-family: zen-kaku-gothic-antique, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #6e6464;
      margin-top: 10px;
      display: block; }
  .otherttl h2 {
    font-family: ab-clip-medium, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    color: #a47864;
    letter-spacing: 2px;
    line-height: 1.5; }
  .otherttl .li1 {
    position: absolute;
    left: 5%;
    top: 0%;
    width: 30%;
    animation: fuwafuwa1 6s infinite ease-in-out .8s alternate; }
  .otherttl .li2 {
    position: absolute;
    right: 10%;
    top: 45%;
    width: 12%;
    animation: fuwafuwa2 6s infinite ease-in-out .8s alternate; }
  .otherttl .li3 {
    position: absolute;
    left: 18%;
    bottom: 0%;
    width: 10%;
    animation: fuwafuwa1 6s infinite ease-in-out .8s alternate; }

.otherttl2 {
  position: relative;
  width: 600px;
  padding: 60px 0 30px 0;
  text-align: center;
  margin: 0 auto 60px auto; }
  .otherttl2 p {
    font-family: kiro, sans-serif;
    font-style: normal;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 3%;
    font-size: 14px;
    color: #e1b4be; }
  .otherttl2 h2 {
    font-family: ab-clip-medium, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #a47864;
    letter-spacing: -2px;
    line-height: 1.5; }
  .otherttl2 .li1 {
    position: absolute;
    left: 5%;
    top: -20%;
    width: 30%;
    animation: fuwafuwa1 6s infinite ease-in-out .8s alternate;
    z-index: -1; }
  .otherttl2 .li2 {
    position: absolute;
    right: 10%;
    top: 45%;
    width: 12%;
    animation: fuwafuwa2 6s infinite ease-in-out .8s alternate;
    z-index: -1; }
  .otherttl2 .li3 {
    position: absolute;
    left: 18%;
    bottom: 0%;
    width: 10%;
    animation: fuwafuwa1 6s infinite ease-in-out .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: 80%;
  /* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 40px;
  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: #e1b4be;
  border-radius: 50px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 3px;
  text-decoration: none; }

.modal-content h3.re {
  font-size: 24px;
  color: #e1b4be;
  text-align: center;
  margin-bottom: 10px; }
.modal-content h3 {
  font-size: 18px;
  color: #e1b4be;
  font-weight: 500; }
.modal-content p a {
  color: #e1b4be;
  text-decoration: underline; }
.modal-content ul {
  display: flex;
  width: 100%; }
.modal-content li {
  list-style: none;
  width: 50%;
  margin: 0 1%; }
  .modal-content li span {
    font-size: 14px; }
  .modal-content li .reserva {
    display: block;
    background: #e1b4be;
    color: #fff;
    text-align: center;
    padding: 32px 0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px; }
  .modal-content li .reserva:hover {
    opacity: 0.7; }
  .modal-content li p {
    display: block;
    background: #999;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
    line-height: 1.5; }
    .modal-content li p span {
      font-size: 12px;
      line-height: 1; }
  .modal-content li .kyotoBtn {
    display: block;
    background: #e0b3bd;
    color: #fff;
    text-align: center;
    padding: 32px 0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.2vw; }
  .modal-content li a:hover {
    opacity: 0.7; }
  .modal-content li .osakaBtn {
    display: block;
    background: #b4a0c8;
    color: #fff;
    text-align: center;
    padding: 32px 0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.2vw; }
  .modal-content li .yokohamaBtn {
    display: block;
    background: #5cbad6;
    color: #fff;
    text-align: center;
    padding: 32px 0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.2vw; }
  .modal-content li .urawaBtn {
    display: block;
    background: #96cca5;
    color: #fff;
    text-align: center;
    padding: 32px 0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.2vw; }
.modal-content dl {
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 3%;
  margin: 0 1% 2% 1%; }
  .modal-content dl dt {
    background: #716464;
    color: #fff;
    text-align: center;
    padding: 1% 0;
    font-weight: 600;
    margin-bottom: 1%; }

/* スクロール途中で表示 */
#box_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 999;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
  background-color: #e1b4be;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px; }
  #box_fixed h1 {
    font-size: 12px;
    color: #fff; }

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

#contactBtn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 22% 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px; }
