@charset "UTF-8";

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

html {
  font-size: 10px;
  font-family: "M PLUS Rounded 1c";
  color: #333;
}

p,
dt,
dd {
  font-size: 1.4rem;
}

h2 {
  font-size: 1.8rem;
  border-bottom: solid 1px #6d5353;
  margin-bottom: 1rem;
  color: #6d5353;
}

h2 span {
  color: #f1475d;
  font-size: 1.4rem;
  margin-left: 1rem;
}

.subtitle {
  margin-bottom: 1rem;
}

li {
  font-size: 1.4rem;
}

li a:hover {
  color: #BC8F8F;
}

image {
  max-width: 100%;
}

select {
  background-image: url(../images/arrow.png);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

button:hover {
  opacity: .7;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

.sticky {
  position: -webkit-sticky;
  /* safari対応 */
  position: sticky;
  top: 0px;
}

header {
  max-width: 1000px;
  margin: 0 auto;
}

.contents_side-menu {
  max-width: 1000px;
  margin: 0 auto;
}

.news {
  max-width: 700px;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
}

.news dl {
  font-size: 1.4rem;
  padding-top: 2%;
}

.news dd {
  border-bottom: solid 1px #494040;
}

.news dt {
  font-weight: bold;
}



/*header_navi*/
header {
  padding: 2rem;
}

.header-navi ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
}

.header-navi ul li {
  width: 10%;
  text-align: center;
}

.header-navi ul .logo {
  width: 25%;
  text-align: center;
}

.header-navi ul li img {
  width: 90%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.header-navi ul li img:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}

/*slideShow*/
#photo {
  width: auto;
  height: 41vw;
  overflow: hidden;
  position: relative;
}

#photo img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.kv_area {
  position: relative;
}

.main_copy {
  text-shadow: -1px -1px 2px #808080;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  z-index: 100;
  line-height: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.main_copy span {
  font-size: 5rem;
}

/*news*/
.news p {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}

/*main-contents*/
.contents_bk {
  background: #FCF7F2;
}

.main-contents {
  width: calc(100% - 230px);
}

/*contents01*/
.contents01 {
  margin-bottom: 3rem;
}

.contents01_inner {
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
}

.contents01_inner img {
  width: 49%;
}

.contents01_inner_1 {
  display: flex;
  justify-content: space-around;
}

.contents01_inner_2 {
  display: flex;
  justify-content: space-around;
}

.about_1 {
  padding-bottom: 2%;
}

.contents01_inner p {
  width: 49%;
  text-align: justify;
}

/*contents02*/
.contents02 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.contents02 ul p {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 1rem;
}

.contents02 ul li {
  width: 32%;
}

.contents02 ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}

.contents02 ul li img {
  width: 60%;
}

.contents02_bunner_1,
.contents02_bunner_2,
.contents02_bunner_3 {
  background: #bc8f8f;
  padding: 1rem 0;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.contents02_bunner_1:hover,
.contents02_bunner_2:hover,
.contents02_bunner_3:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}



.contents02_bunner_4 {
  text-align: center;
  width: 100% !important;
  padding-top: 2%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.contents02_bunner_4:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}

.contents02_bunner_4 img {
  width: 96% !important;
}

/*side-menu*/
.contents_side-menu {
  display: flex;
  padding: 3rem;
  justify-content: space-between;
}

.side-menu {
  width: 210px;
}

.side-menu ul {
  list-style: none;
  padding-top: 2.8rem;
}

.side-menu ul li {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  padding-top: 1rem;
}

.side-menu ul li:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}

.side-menu ul li a {
  display: block;
}

.side-menu ul li img {
  width: 100%;
}

/*trimming*/
.contents03_inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 1.4rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.contents03_inner dl {
  background: #fff;
  border-radius: 100%;
  height: 220px;
  width: 220px;
  text-align: center;
  padding: 4.5rem 2.5rem 0;
}

.contents03_inner dt {
  margin-bottom: 1rem;
}

.contents03 {
  margin-bottom: 3rem;
}

.contents04_inner {
  margin-top: 1rem;
}

.contents04_inner dl {
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: solid 1px #6d5353;
}

.contents04_inner dl img {
  width: 30%;
}

.contents04_inner_text {
  width: 100%;
  margin-right: 1rem;
}

.contents04_inner_text dt {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.contents04_inner_text span {
  color: #BC8F8F;
  margin-right: 1rem;
}

.contents04 {
  margin-bottom: 3rem;
}

#price {
  margin-bottom: 2rem;
}

#price_table {
  border: solid 1px #6d5353;
  border-collapse: collapse;
  width: 100%;
}

#price_table tr,
th,
td {
  border: solid 1px #6d5353;
  font-size: 1.4rem;
  padding: 1rem;
}

#price_table th:nth-child(1) {
  width: 25%;
}

#price_table th:nth-child(2) {
  width: 25%;
}

#price_table th:nth-child(3) {
  width: 25%;
}

#price_table th:nth-child(4) {
  width: 25%;
}

.headline td {
  font-size: 1.2rem;
}

.notes {
  margin-top: 1rem;
  padding-left: 2rem;
}

.notes li {
  list-style: disc;
  font-size: 1.4rem;
}

/*hotel*/
.contents06 {
  margin-bottom: 3rem;
}

.contents07_inner_flex {
  display: flex;
  overflow-x: scroll;
}

.contents07_inner {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.contents07_inner dl {
  background: #fff;
  border-radius: 10px;
  height: 80px;
  width: 108px;
  padding: 0.8rem;
  margin: 0.5rem;
}

.contents07_inner dt {
  margin-bottom: 1rem;
}

.contents07 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contents07 li {
  margin: 1rem 0.5rem;
}

.contents07 img {
  width: 100%;
}

.contents07 {
  margin-bottom: 3rem;
}


#hotel_price {
  margin-bottom: 2rem;
}

#hotel_price_table {
  border: solid 1px #6d5353;
  border-collapse: collapse;
  width: 100%;
}

#hotel_price_table tr,
th,
td {
  border: solid 1px #6d5353;
  font-size: 1.4rem;
  padding: 1rem;
}

#hotel_price_table td:nth-child(1) {
  width: 50%;
}

#hotel_price_table td:nth-child(2) {
  width: 50%;
}

.scroll {
  display: none;
  font-size: 1.2rem;
}

/*store*/
.contents09 p {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: dotted 1.4px;
  margin-bottom: 1rem;
}

.contents09 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.contents09 li {
  margin-right: 1rem;
}

.contents09 h2 {
  margin-bottom: 3rem;
}

.contents09 a {
  text-decoration: underline;
}

.contents10 {
  background-color: #fff;
  padding: 2rem;
}

.detail_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.detail_inner img {
  width: 30%;
}

.detail_text {
  width: 51%;
}

.store_name {
  font-size: 1.6rem;
  font-weight: bold;
}

.store_button {
  background-color: #87cefa;
  padding: 1rem 2rem;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 1rem;
  width: 97px;
}

.store_button:hover {
  opacity: .7;
}

.store_button a:hover {
  color: #fff;
}

.reserve_button {
  background-color: #db7093;
  padding: 1rem 2rem;
  border-radius: 5px;
  color: #fff;
  width: 97px;
}

.reserve_button:hover {
  opacity: .7;
}

.reserve_button a:hover {
  color: #fff;
}

/*voice*/

.contents11 {
  margin-bottom: 2rem;
  position: relative;
}

#guidelines {
  background-color: #fff;
  padding: 2rem;
}

#guidelines li {
  margin-bottom: 3rem;
}

#guidelines li:last-child {
  margin-bottom: 0;
}

.hooper-slide {
  background-color: #fff;
  padding: 2rem !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 10px;
  border: solid 1px #bc8f8f;
}


.hooper-slide p {
  font-size: 1.4rem;
  margin-right: 1rem;
}

#slide {
  cursor: pointer;
}

#slide img {
  width: 163px;
}


#finger_tips p {
  color: #fff;
  margin: 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.fa-hand-point-up {
  font-size: 5rem;
  color: #fff;
}

/* スクロールヒント */
#finger_tips {
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  top: 33%;
  right: 43%;
  padding: 1rem 1rem 0;
}

#finger_tips.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* 予約 */

.selection {
  width: 200px;
}

.selection select {
  border: solid 1px #6d5353;
  border-radius: 2px;
  padding: 0.5rem;
  font-size: 1.4rem;
  min-width: 200px;
  cursor: pointer;
}

#pet {
  position: relative;
  margin-bottom: 1rem;
}

#menu {
  position: relative;
}

#planned_amount {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px;
  margin-top: 2rem;
}

#planned_amount p {
  font-weight: bold;
  font-size: 2rem;
}

.planned_amount {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 2rem;
  align-items: baseline;
}

.caution {
  font-size: 1.2rem;
}

#date {
  margin-top: 5rem;
}

.date_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 3rem;
  align-items: center;
}

.date_inner input {
  font-size: 1.4rem;
  width: 200px;
  padding: 0.5rem;
  cursor: pointer;
  border: solid 1px #6d5353;
  border-radius: 2px;
}

.preferred_date {
  font-size: 1.6rem;
  border-bottom: solid 1px;
  font-weight: bold;
  margin-top: 2rem;
  min-width: 200px;
}

.reserve_menu {
  background-color: #fff;
  padding: .5rem;
}

#time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1rem;
  align-items: center;
}

#time select {
  border: solid 1px #6d5353;
  border-radius: 2px;
  padding: 0.5rem;
  font-size: 1.4rem;
  min-width: 200px;
  cursor: pointer;
}

.confirm {
  font-size: 1.4rem;
  padding: 1rem;
  background: #bc8f8f;
  border-radius: 5px;
  color: #fff;
}

.contents13_button {
  text-align: center;
  margin-top: 5rem;
}


/* モーダル */
#modal {
  text-align: center;
  margin-top: 5rem;
}

.modal-header {
  padding: 10px;
}

.modal-body {
  padding: 15px;
}

.modal-header {
  border-bottom: 1px solid #ddd;
}

.v--modal-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
}

.modal_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.modal-button {
  margin-top: 1rem;
  text-align: center;
}

.change {
  font-size: 1.4rem;
  border-bottom: solid 1px;
  margin-left: 2rem;
}

.modal-body table {
  border-style: hidden;
}

.modal-body tr {
  border-style: hidden;
}

.modal-body td {
  border-style: hidden;
  padding: .5rem;
  width: 90px;
}

/*footer*/
footer {
  position: relative;

}

.footer_inner {
  max-width: 1000px;
  padding: 3rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}


.store dt {
  font-weight: bold;
  font-size: 1.2rem;
}

.store dd {
  margin-bottom: .6rem;
  font-size: 1.2rem;
}

.tel {
  padding-right: 1rem;
}

.tel::before {
  font-family: "Font Awesome 5 Free";
  content: '\f87b';
  font-weight: 900;
  padding-right: 0.2rem;
}

.footer_bottom {
  background: #6d5353;
  position: relative;
}

.footer_bottom p {
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 1.2rem;
}

.footer_navi1 a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #2b2b2b;
  position: relative;
}

.footer_navi1 ul {
  line-height: 1.6;
}

.footer_navi2 ul {
  line-height: 1.6;
}


.footer_navi2 a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #2b2b2b;
}

.inquiry_button1 {
  background: #6d5353;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.inquiry_button1:hover {
  border-bottom-color: transparent;
  transform: translateY(0.2em);
}

.inquiry_button1 a {
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  color: #fff;
}

.inquiry_button2 {
  background: #6d5353;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  right: 2rem;
  bottom: 10rem;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.inquiry_button2:hover {
  border-bottom-color: transparent;
  transform: translateY(0.2em);
}

.inquiry_button2 a {
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  color: #fff;
}

#PageTopBtn {
  position: absolute;
  right: -2rem;
  bottom: 1.5rem;
  width: 9rem;
}

#PageTopBtn span {
  color: #6d5353;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 2.2rem;
  left: 1.3rem;
}

#PageTopBtn a {
  display: block;
}

#PageTopBtn a img {
  width: 50%;
}




@media screen and (max-width: 870px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .main-contents {
    width: 100%;
  }

  #header_sp {
    height: 7rem;
    padding-top: 1rem;
  }

  .side-menu {
    margin: 2rem auto 3rem;
  }

  .side-menu ul {
    padding-top: 0;
  }

  .side-menu ul li {
    padding-top: 0;
    margin-top: 2rem;
  }

  .inquiry_button3 {
    background: #6d5353;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    display: inline-block;
  }

  .inquiry_button3 a {
    font-size: 1.6rem;
    text-decoration: none;
    display: block;
    color: #fff;
  }

  /*slideShow*/
  #photo_sp {
    width: auto;
    height: 62vw;
    overflow: hidden;
    position: relative;
  }

  #photo_sp img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .inquiry_button1 {
    right: 1rem;
    bottom: 1rem;
  }

  .main_copy {
    top: 45%;
    line-height: 1.5;
  }

  .main_copy span {
    font-size: 2.5rem;
  }

  .main_copy {
    font-size: 1.5rem;
  }

  .contents01_inner_1 {
    display: block;
  }

  .contents01_inner_2 {
    display: block;
  }

  .contents01_inner p {
    width: 100%;
    margin-bottom: 1rem;
  }

  .contents01_inner img {
    width: 100%;
  }

  .footer_inner {
    padding: 2rem;
    display: block;
  }

  .footer_navi1 {
    margin-top: 2rem;
  }

  .contents07_inner_flex {
    justify-content: unset;
  }

  .scroll {
    display: block;
  }

  /* ハンバーガーメニュー */
  #toggle {
    position: fixed;
    top: 1.8rem;
    right: 1.8rem;
  }

  #toggle-box {
    position: relative;
    width: 36px;
    height: 32px;
    cursor: pointer;
  }

  #toggle-box>span {
    width: 100%;
    height: 6px;
    left: 0;
    display: block;
    background: #6d5353;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
  }

  #toggle-box>span:nth-child(1) {
    top: 0;
  }

  #toggle-box>span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
  }

  #toggle-box>span:nth-child(3) {
    bottom: 0;
  }

  #toggle {
    z-index: 1000;
  }

  #main {
    position: relative;
    z-index: 990;
  }

  #nav-content {
    padding: 2rem;
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #FCF7F2;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #nav-content ul {
    list-style: none;
  }

  #nav-content a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: opacity .6s ease;
  }

  #nav-content a:hover {
    opacity: 0.6;
  }

  .is-open {
    overflow: hidden;
  }

  .is-open #toggle-box>span {
    background: #6d5353;
  }

  .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);
  }

  .header-navi ul {
    justify-content: center;
    height: 90px;
  }

  .header-navi ul li {
    width: 90px;
  }

  .logo {
    width: 15rem;
  }

  .logo img {
    width: 100%;
  }


}

@media screen and (max-width: 700px) {

  .detail_inner {
    display: block;
    margin-bottom: 1rem;
    border: solid 1px #6d5353;
    border-radius: 5px;
    padding: 0.5rem;
  }

  .detail_inner img {
    width: 100%;
  }

  .detail_text {
    width: 100%;
    margin: 1rem;
  }

  .detail_button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .store_button {
    margin: 0 1rem 0 0;
  }

  .v--modal-overlay .v--modal-box {
    width: 500px !important;
    left: 40px !important;
  }
}


@media screen and (max-width: 480px) {

  .contents_side-menu {
    padding: 3rem 1rem 3rem;
  }

  .contents02_bunner_1,
  .contents02_bunner_2,
  .contents02_bunner_3 {
    padding: .5rem;
  }

  .contents02 ul p {
    font-size: 1.2rem;
  }

  .inquiry_button2 {
    right: 1rem;
    bottom: 9rem;
    padding: 10px;
  }

  .inquiry_button1 {
    padding: 10px;
  }

  .contents03_inner {
    margin-bottom: 0;
  }

  .contents03_inner dl {
    height: 90px;
    width: auto;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: unset;
    text-align: left;
  }

  .contents04_inner dl {
    display: block;
  }

  .contents04_inner dl img {
    width: 100%;
  }

  .contents09 h2 {
    margin-bottom: 2rem;
  }

  .hooper-slide {
    display: block;
    padding: 1rem !important;
    text-align: center;
  }

  .hooper-slide p {
    text-align: left;
  }

  .hooper-list {
    height: 260px !important;
  }

  #slide {
    height: 260px;
  }

  #slide img {
    width: 110px;
    margin-top: 1rem;
  }

  #finger_tips {
    top: 36%;
    right: 34%;
  }

  .contents10 {
    padding: 1rem;
  }

  #time {
    margin-top: 3rem;
  }

  .v--modal-overlay .v--modal-box {
    width: 300px !important;
    left: 40px !important;
  }

}