@charset "UTF-8";
* {
    box-sizing: border-box;
  }

body {
  color: #523d3d;
  font-family: 'Noto Sans JP',"游ゴシック", "Yu Gothic", "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height:1.5;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  color: #523d3d;
  font-size: 26px;
  font-weight: bold;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : none;
}

nav.globalMenuSp {
  visibility: hidden;
  height: 0;
}

nav.globalMenuSp h1 {
  display: none;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: none;
}

/* ページトップへ戻る */
#page_top {
  position: fixed;
  right: 80px;
  bottom: -200px;
  border-radius: 50%;
}

#page_top a {
  width: 100px;
  height: 100px;
  display: block;
  background: url("../img/btn.png") no-repeat left center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

#page_top a:hover {
  background: url("../img/btn-on.png") no-repeat left center;
}

.globalHeaderSp {
  display: none;
}

/* PCメニュー */
.globalMenuPc {
  height: 100px;
  width: 100%;
  max-width: 1920px;
  justify-content: space-between;
  display: flex;
}

.globalMenuPc ul {
  margin: 0 auto;
  width: 62%;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
}

.globalMenuPc ul li {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.globalMenuPc li.reservation {
  padding: .3em 1em;
  background: #523d3d;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
}

.globalMenuPc ul li:hover::after {
  width: 100%;
  opacity: 1;
  background: #523d3d;
  transition: all 0.8s ease 0s;
}

.globalMenuPc ul li:last-child:hover::after {
  width: 100%;
  opacity: 1;
  background: transparent;
}

.main {
  width: 100%;
}

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* ホテル */
.courseContents {
  width: 100%;
  margin: 2% 0 0 0;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 28px;
  margin: 4% auto;
  text-align: center;
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.course-inner {
  display: flex;
  margin: 0 auto 0 auto;
  max-width: 1206px;
  width: 100%;
  justify-content: space-between;
}

.course-list {
  width: calc((100% - 1.4% * 3)/ 4);
}

.course-list .menu-btn {
  text-align: center;
  font-size: 22px;
  color: #523d3d;
  margin: 1.25em auto 0 auto;
  padding: .6em 2em .6em 1em;
  background: #fff;
  border: 3px solid #523d3d;
  box-sizing: border-box;
  position: relative;
}

.course-list .menu-btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  right: .75em;
  position: absolute;
}

.course-list .menu-btn:hover {
  font-size: 22px;
  padding: .6em 2em .6em .6em;
  color: #fff;
  background: #523d3d;
}

.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  right: .7em;
  top: .3em;
  color: #fff;
  background: #523d3d;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ホテル設備 */
.hotelContents {
  margin: 4% auto 0 auto;
  padding: 3.65% 0;
  background: #ECE4DF;
}

.hotel-img {
  margin: 0 4% 0 0;
}

.hotelSP {
  display: none;
}

.hotel-title {
  text-align: center;
  padding: 0 0 1.65% 0;
}

.hotel-catchcopy {
  font-size: 20px;
  text-align: center;
}

.hotel-inner {
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

.hotel-list {
  width: calc((100% - 1% * 2)/ 3);
}

.sp-hotel {
  display: none;
}

.course-list-title {
  font-size: 26px;
  font-weight: bold;
  width: 79.5%;
  background: #F3EFEC;
  text-align: center;
  margin: 7.7% auto 0 auto;
  padding: .6em 0;
}

/*ホテルスケジュール*/
.scheduleContents .schedule-title {
  margin: 3.65% auto 0 auto;
  text-align: center;
}

.schedule-inner {
  position: relative;
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
}

.schedule-list {
  width: calc((100% - 1% * 3)/ 4);
  margin: 0 1% 0 0;
}

.schedule-list:nth-child(4n) {
  margin: 0;
}

.schedule-list .schedule-img {
  display: block;
  height: auto;
}

.schedule-list .sp-schedule-img {
  display: none;
}

.schedule-list .schedule-number {
  margin: 10.34% 0 0 0;
}

.schedule-list .sp-schedule-number {
  display: none;
}

.schedule-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 18px;
  line-height: 1.5;
  width: 94%;
}

/* 猫のホテル */
.cathotelContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 3% auto 0 auto;
  position: relative;
}

.cathotelContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

.cathotelContents .reservation-text {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  width: 14.6%;
  min-width: 334px;
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

/* 猫動画 */
.movie-box {
  position: relative;
  width: 36%;
  margin: 0 auto 3% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cathotelContents .cathotel-title {
  text-align: center;
  margin: 3.67% auto 0 auto;
}

.cathotelContents .cathotelcopy {
  font-size: 18px;
  text-align: center;
  margin: 1.65% auto 0 auto;
}

.cathotel-inner {
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

.cathotel-inner .cathotel-list {
  width: calc((100% - 1%) / 2);
}

.cathotel-inner .cathotel-list .sp-cathotel {
  display: none;
}

/* 料金表 */
.priceContents {
  display: block;
  background: #F3EFEC;
  padding: 3.65% 0;
  margin: 7.3% auto 0 auto;
  position: relative;
}

.priceContents .price-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.priceTable {
  width: 36.145%;
  margin: 2.4% auto 0 auto;
  line-height: 1.5;
}

.priceTable th {
  color: #523D3D;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  padding: 1em;
  text-align: center;
  background: #fff;
}

.priceTable th.beige {
  color: #fff;
  vertical-align: middle;
  padding: 1em;
  background: #D2AB9C;
}

.priceTable .gray {
  background: #e8e8e8;
}

.priceTable small {
  font-size: 18px;
}

.priceTable td {
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

.priceTable .price {
  text-align: center;
}

.priceTable .border-r {
  border-right: 3px solid #cdcdcd;
}

.priceTable .border-b {
  border-bottom: 3px solid #cdcdcd;
}

.priceContents small {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 1em;
}

/* 注意事項 */
.attentionContents {
  width: 100%;
  margin: 8.7% 0 0 0;
  padding: 4.7% 0 6% 0;
  position: relative;
}

.attentionContents .attention-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.attention-box {
  width: 41.4%;
  min-width: 795px;
  margin: 3.6% auto 0 auto;
  padding: 3% 4.5% 2% 4.5%;
  border: 5px solid #D2AB9C;
  border-radius: 10px;
  background: #fff;
  font-size: 24px;
  position: relative;
}

.attention-box .otherprice {
  position: relative;
  text-indent: -.5em;
  font-size: 20px;
  font-weight: bold;
}

.attention-box .attention-text {
  font-size: 20px;
  font-weight: bold;
}

.attention-box .discount {
  font-size: 24px;
  margin: 0 auto;
  padding: .5em 2em;
  border-radius: 10px;
  background: #D2AB9C;
  color: #fff;
  position: absolute;
  top: -1.5%;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

footer {
  background: #523D3D;
  padding: 1em 0;
  width: 100%;
}

footer .footer-logo {
  text-align: center;
}

footer small {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 1em 0 0 0;
}

@media only screen and (min-width: 1240px) and (max-width: 1500px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display : none;
  }

  nav.globalMenuSp {
    visibility: hidden;
    height: 0;
  }

  nav.globalMenuSp h1 {
    display: none;
  }

  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: none;
  }

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 80px;
    bottom: -200px;
    border-radius: 50%;
  }

  #page_top a {
    width: 100px;
    height: 100px;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
  }

  .globalHeaderSp {
    display: none;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1500px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 62%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* ホテル */
.courseContents {
  width: 100%;
  margin: 2% 0 0 0;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 28px;
  margin: 4% auto;
  text-align: center;
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

  .course-inner {
    display: flex;
    margin: 0 auto 0 auto;
    max-width: 1000px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .courseContents .course-list {
    width: calc((100% - 1.4% * 1)/ 2);
    margin: 0 1.4% 0 0;
  }
  
  .courseContents .course-list:nth-child(2n) {
    margin: 0;
  }
  
  .course-list .menu-btn {
    font-size: 18px;
    text-align: center;
    margin: 1.25em auto 0 auto;
    padding: .6em 0 1.5em 0;
    background: #fff;
    border: 3px solid #523d3d;
    box-sizing: border-box;
    position: relative;
  }
  
  .course-list .menu-btn:hover {
    font-size: 18px;
    padding: .6em 0 1.5em 0;
    color: #fff;
    background: #523d3d;
  }
  
  .course-list .menu-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    top: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .course-list .menu-btn:hover::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    right: .75em;
    top: 75%;
    color: #fff;
    background: transparent;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
/* ホテル設備 */
.hotelContents {
  margin: 4% auto 0 auto;
  padding: 3.65% 0;
  background: #ECE4DF;
}

.hotel-img {
  margin: 0 4% 0 0;
}

.hotelSP {
  display: none;
}

.hotel-title {
  text-align: center;
  padding: 0 0 1.65% 0;
}

.hotel-catchcopy {
  font-size: 20px;
  text-align: center;
}

.hotel-inner {
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

.hotel-list {
  width: calc((100% - 1% * 2)/ 3);
}

.course-list-title {
  font-size: 26px;
  font-weight: bold;
  width: 79.5%;
  background: #F3EFEC;
  text-align: center;
  margin: 7.7% auto 0 auto;
  padding: .6em 0;
}

/*ホテルスケジュール*/
.scheduleContents .schedule-title {
  margin: 3.65% auto 0 auto;
  text-align: center;
}

.schedule-inner {
  position: relative;
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
}

.schedule-list {
  width: calc((100% - 1% * 3)/ 4);
  margin: 0 1% 0 0;
}

.schedule-list:nth-child(4n) {
  margin: 0;
}

.schedule-list .schedule-img {
  display: block;
  height: auto;
}

.schedule-list .sp-schedule-img {
  display: none;
}

.schedule-list .schedule-number {
  margin: 10.34% 0 0 0;
}

.schedule-list .sp-schedule-number {
  display: none;
}

.schedule-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 18px;
  line-height: 1.5;
  width: 94%;
}

/* 猫のホテル */
.cathotelContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 3% auto 0 auto;
  position: relative;
}

.cathotelContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

.cathotelContents .reservation-text {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  width: 14.6%;
  min-width: 334px;
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

/* 猫動画 */
.movie-box {
  position: relative;
  width: 36%;
  margin: 0 auto 3% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cathotelContents .cathotel-title {
  text-align: center;
  margin: 3.67% auto 0 auto;
}

.cathotelContents .cathotelcopy {
  font-size: 18px;
  text-align: center;
  margin: 1.65% auto 0 auto;
}

.cathotel-inner {
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

.cathotel-inner .cathotel-list {
  width: calc((100% - 1%) / 2);
}

/* 料金表 */
.priceContents {
  display: block;
  background: #F3EFEC;
  padding: 3.65% 0;
  margin: 7.3% auto 0 auto;
  position: relative;
}

.priceContents .price-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.priceTable {
  width: 36.145%;
  margin: 2.4% auto 0 auto;
  line-height: 1.5;
}

.priceTable th {
  color: #523D3D;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  padding: 1em;
  text-align: center;
  background: #fff;
}

.priceTable th.beige {
  color: #fff;
  vertical-align: middle;
  padding: 1em;
  background: #D2AB9C;
}

.priceTable .gray {
  background: #e8e8e8;
}

.priceTable small {
  font-size: 18px;
}

.priceTable td {
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

.priceTable .price {
  text-align: center;
}

.priceTable .border-r {
  border-right: 3px solid #cdcdcd;
}

.priceTable .border-b {
  border-bottom: 3px solid #cdcdcd;
}

.priceContents small {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 1em;
}

/* 注意事項 */
.attentionContents {
  width: 100%;
  margin: 8.7% 0 0 0;
  padding: 4.7% 0 6% 0;
  position: relative;
}

.attentionContents .attention-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.attention-box {
  width: 41.4%;
  min-width: 795px;
  margin: 3.6% auto 0 auto;
  padding: 3% 4.5% 2% 4.5%;
  border: 5px solid #D2AB9C;
  border-radius: 10px;
  background: #fff;
  font-size: 24px;
  position: relative;
}

.attention-box .otherprice {
  position: relative;
  text-indent: -.5em;
  font-size: 20px;
  font-weight: bold;
}

.attention-box .attention-text {
  font-size: 20px;
  font-weight: bold;
}

.attention-box .discount {
  font-size: 24px;
  margin: 0 auto;
  padding: .5em 2em;
  border-radius: 10px;
  background: #D2AB9C;
  color: #fff;
  position: absolute;
  top: -1.5%;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
  
  footer {
    background: #523D3D;
    padding: 1em 0;
    width: 100%;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
  
}

@media only screen and (min-width: 900px) and (max-width: 1240px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display : none;
  }

  nav.globalMenuSp {
    visibility: hidden;
    height: 0;
  }

  nav.globalMenuSp h1 {
    display: none;
  }

  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: none;
  }

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 80px;
    bottom: -200px;
    border-radius: 50%;
  }

  #page_top a {
    width: 100px;
    height: 100px;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
  }

  .globalHeaderSp {
    display: none;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1100px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 80%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* ホテル */
.courseContents {
  width: 100%;
  margin: 2% 0 0 0;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 20px;
  margin: 4% auto;
  text-align: center;
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

  .course-inner {
    display: flex;
    margin: 0 auto 0 auto;
    max-width: 860px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .courseContents .course-list {
    width: calc((100% - 2% * 1)/ 2);
  }
  
  .courseContents .course-list:nth-child(2n) {
    margin: 0;
  }
  
  .course-list .menu-btn {
    font-size: 18px;
    text-align: center;
    margin: 1.25em auto 0 auto;
    padding: .6em 0 1.5em 0;
    background: #fff;
    border: 3px solid #523d3d;
    box-sizing: border-box;
    position: relative;
  }
  
  .course-list .menu-btn:hover {
    font-size: 18px;
    padding: .6em 0 1.5em 0;
    color: #fff;
    background: #523d3d;
  }
  
  .course-list .menu-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    top: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .course-list .menu-btn:hover::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    right: .75em;
    top: 75%;
    color: #fff;
    background: transparent;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
/* ホテル設備 */
.hotelContents {
  margin: 4% auto 0 auto;
  padding: 3.65% 0;
  background: #ECE4DF;
}

.hotel-img {
  margin: 0 4% 0 0;
}

.hotelSP {
  display: none;
}

.hotel-title {
  text-align: center;
  padding: 0 0 1.65% 0;
}

.hotel-catchcopy {
  font-size: 20px;
  text-align: center;
}

.hotel-inner {
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 960px;
  width: 100%;
  justify-content: space-between;
}

.hotel-list {
  width: calc((100% - 2% * 2)/ 3);
}

.hotel-list img {
  display: block;
  width: 100%;
}
  
.hotel-list .sp-hotel {
  display: none;
}
  
.course-list-title {
  font-size: 26px;
  font-weight: bold;
  width: 79.5%;
  background: #F3EFEC;
  text-align: center;
  margin: 7.7% auto 0 auto;
  padding: .6em 0;
}

/*ホテルスケジュール*/
.scheduleContents .schedule-title {
  margin: 3.65% auto 0 auto;
  text-align: center;
}

.schedule-inner {
  position: relative;
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 1120px;
  width: 95%;
  flex-wrap: wrap;
}

.schedule-list {
  width: calc((100% - 1% * 3)/ 4);
}

.schedule-list:nth-child(4n) {
  margin: 0;
}

.schedule-list .schedule-img {
  display: block;
  height: auto;
  width: 100%;
}

.schedule-list .sp-schedule-img {
  display: none;
}

.schedule-list .schedule-number {
  margin: 10.34% 0 0 0;
  width: 100%;
}

.schedule-list .sp-schedule-number {
  display: none;
}

.schedule-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 18px;
  line-height: 1.5;
  width: 94%;
}

/* 猫のホテル */
.cathotelContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 3% auto 0 auto;
  position: relative;
}

.cathotelContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

.cathotelContents .reservation:hover {
  background: #775959;
}

.cathotelContents .reservation-text {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  width: 14.6%;
  min-width: 334px;
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

/* 猫動画 */
.movie-box {
  position: relative;
  width: 36%;
  margin: 0 auto 3% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cathotelContents .cathotel-title {
  text-align: center;
  margin: 3.67% auto 0 auto;
}

.cathotelContents .cathotelcopy {
  font-size: 18px;
  text-align: center;
  margin: 1.65% auto 0 auto;
}

.cathotel-inner {
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 1120px;
  width: 96%;
  justify-content: space-between;
}

.cathotel-inner .cathotel-list {
  width: calc((100% - 1%) / 2);
}

.cathotel-inner .cathotel-list img {
  width: 100%;
}

/* 料金表 */
.priceContents {
  display: block;
  background: #F3EFEC;
  padding: 3.65% 0;
  margin: 14% auto 0 auto;
  position: relative;
}

.priceContents .price-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.priceTable {
  width: 60%;
  margin: 6% auto 0 auto;
  line-height: 1.5;
}

.priceTable th {
  color: #523D3D;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  padding: 1em;
  text-align: center;
  background: #fff;
}

.priceTable th.beige {
  color: #fff;
  vertical-align: middle;
  padding: 1em;
  background: #D2AB9C;
}

.priceTable .gray {
  background: #e8e8e8;
}

.priceTable small {
  font-size: 18px;
}

.priceTable td {
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

.priceTable .price {
  text-align: center;
}

.priceTable .border-r {
  border-right: 3px solid #cdcdcd;
}

.priceTable .border-b {
  border-bottom: 3px solid #cdcdcd;
}

.priceContents small {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 1em;
}

/* 注意事項 */
.attentionContents {
  width: 100%;
  margin: 14% 0 0 0;
  padding: 6% 0 6% 0;
  position: relative;
}

.attentionContents .attention-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.attention-box {
  width: 41.4%;
  min-width: 795px;
  margin: 6% auto 0 auto;
  padding: 3% 4.5% 2% 4.5%;
  border: 5px solid #D2AB9C;
  border-radius: 10px;
  background: #fff;
  font-size: 24px;
  position: relative;
}

.attention-box .otherprice {
  position: relative;
  text-indent: -.5em;
  font-size: 18px;
  font-weight: bold;
}

.attention-box .attention-text {
  font-size: 18px;
  font-weight: bold;
}

.attention-box .discount {
  font-size: 24px;
  margin: 0 auto;
  padding: .5em 2em;
  border-radius: 10px;
  background: #D2AB9C;
  color: #fff;
  position: absolute;
  top: -1.5%;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
  
  
  footer {
    background: #523D3D;
    padding: 1em 0;
    width: 100%;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 899px) {
  a {
    text-decoration: none;
    display: block;
    color: #523d3d;
    font-size: 26px;
    font-weight: bold;
  }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display : none;
  }

  nav.globalMenuSp {
    visibility: hidden;
    height: 0;
  }

  nav.globalMenuSp h1 {
    display: none;
  }

  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: none;
  }

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 80px;
    bottom: -200px;
    border-radius: 50%;
  }

  #page_top a {
    width: 100px;
    height: 100px;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
  }

  .globalHeaderSp {
    display: none;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 860px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 90%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* ホテル */
.courseContents {
  width: 96%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 20px;
  margin: 4% auto;
  text-align: center;
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

  .course-inner {
    display: flex;
    margin: 0 auto 0 auto;
    max-width: 860px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .courseContents .course-list {
    width: calc((100% - 2% * 1)/ 2);
  }
  
  .courseContents .course-list:nth-child(2n) {
    margin: 0;
  }
  
  .course-list .menu-btn {
    font-size: 18px;
    text-align: center;
    margin: 1.25em auto 0 auto;
    padding: .6em 0 1.5em 0;
    background: #fff;
    border: 3px solid #523d3d;
    box-sizing: border-box;
    position: relative;
  }
  
  .course-list .menu-btn:hover {
    font-size: 18px;
    padding: .6em 0 1.5em 0;
    color: #fff;
    background: #523d3d;
  }
  
  .course-list .menu-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    top: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .course-list .menu-btn:hover::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    right: .75em;
    top: 75%;
    color: #fff;
    background: transparent;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
/* ホテル設備 */
.hotelContents {
  margin: 4% auto 0 auto;
  padding: 3.65% 0;
  background: #ECE4DF;
}

.hotel-img {
  margin: 0 4% 0 0;
}

.hotelSP {
  display: none;
}

.hotel-title {
  text-align: center;
  padding: 0 0 1.65% 0;
}

.hotel-catchcopy {
  font-size: 20px;
  text-align: center;
}

.hotel-inner {
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 860px;
  width: 96%;
  justify-content: space-between;
}

.hotel-list {
  width: calc((100% - 2% * 2)/ 3);
}

.hotel-list img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
  
.hotel-list .sp-hotel {
  display: none;
}
  
.course-list-title {
  font-size: 26px;
  font-weight: bold;
  width: 79.5%;
  background: #F3EFEC;
  text-align: center;
  margin: 7.7% auto 0 auto;
  padding: .6em 0;
}

/*ホテルスケジュール*/
.scheduleContents .schedule-title {
  margin: 3.65% auto 0 auto;
  text-align: center;
}

.schedule-inner {
  position: relative;
  display: flex;
  margin: 3.67% auto 0 auto;
  max-width: 860px;
  width: 94%;
  flex-wrap: wrap;
}

.schedule-list {
  width: calc((100% - 1% * 3)/ 4);
}

.schedule-list:nth-child(4n) {
  margin: 0;
}

.schedule-list .schedule-img {
  display: block;
  height: auto;
  width: 100%;
}

.schedule-list .sp-schedule-img {
  display: none;
}

.schedule-list .schedule-number {
  margin: 10.34% 0 0 0;
  width: 100%;
}

.schedule-list .sp-schedule-number {
  display: none;
}

.schedule-list .card-text {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 18px;
  line-height: 1.5;
  width: 94%;
}

/* 猫のホテル */
.cathotelContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 3% auto 0 auto;
  position: relative;
}

.cathotelContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

.cathotelContents .reservation-text {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  width: 14.6%;
  min-width: 334px;
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

/* 猫動画 */
.movie-box {
  position: relative;
  width: 36%;
  margin: 3% auto 0 auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cathotelContents .cathotel-title {
  text-align: center;
  margin: 3.67% auto 0 auto;
}

.cathotelContents .cathotelcopy {
  font-size: 18px;
  text-align: center;
  margin: 1.65% auto 0 auto;
}

.cathotel-inner {
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 1120px;
  width: 96%;
  justify-content: space-between;
}

.cathotel-inner .cathotel-list {
  width: calc((100% - 1%) / 2);
}

.cathotel-inner .cathotel-list img {
  width: 100%;
}

/* 料金表 */
.priceContents {
  display: block;
  background: #F3EFEC;
  padding: 3.65% 0;
  margin: 14% auto 0 auto;
  position: relative;
}

.priceContents .price-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.priceTable {
  width: 80%;
  margin: 6% auto 0 auto;
  line-height: 1.5;
}

.priceTable th {
  color: #523D3D;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  padding: 1em;
  text-align: center;
  background: #fff;
}

.priceTable th.beige {
  color: #fff;
  vertical-align: middle;
  padding: 1em;
  background: #D2AB9C;
}

.priceTable .gray {
  background: #e8e8e8;
}

.priceTable small {
  font-size: 18px;
}

.priceTable td {
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

.priceTable .price {
  text-align: center;
}

.priceTable .border-r {
  border-right: 3px solid #cdcdcd;
}

.priceTable .border-b {
  border-bottom: 3px solid #cdcdcd;
}

.priceContents small {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 1em;
}

/* 注意事項 */
.attentionContents {
  width: 100%;
  margin: 14% 0 0 0;
  padding: 6% 0 6% 0;
  position: relative;
}

.attentionContents .attention-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.attention-box {
  width: 50%;
  margin: 6% auto 0 auto;
  padding: 5% 4.5% 3% 4.5%;
  border: 5px solid #D2AB9C;
  border-radius: 10px;
  background: #fff;
  position: relative;
  min-width: 700px;
}

.attention-box .otherprice {
  position: relative;
  text-indent: -.5em;
  font-size: 18px;
  font-weight: bold;
}

.attention-box .attention-text {
  font-size: 18px;
  font-weight: bold;
}

.attention-box .discount {
  font-size: 22px;
  margin: 0 auto;
  padding: .5em 1em;
  border-radius: 10px;
  background: #D2AB9C;
  color: #fff;
  position: absolute;
  top: -1.5%;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
  
  footer {
    background: #523D3D;
    padding: 1em 0;
    width: 100%;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  a {
    text-decoration: none;
    display: block;
    color: #523d3d;
    font-size: 22px;
    font-weight: bold;
  }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display : none;
  }

  nav.globalMenuSp {
    visibility: hidden;
    height: 0;
  }

  nav.globalMenuSp h1 {
    display: none;
  }

  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: none;
  }

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 80px;
    bottom: -200px;
    border-radius: 50%;
  }

  #page_top a {
    width: 100px;
    height: 100px;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
  }

  .globalHeaderSp {
    display: none;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 768px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 92%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* ホテル */
.courseContents {
  width: 96%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 20px;
  margin: 4% auto;
  text-align: center;
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

  .course-inner {
    display: flex;
    margin: 0 auto 0 auto;
    max-width: 760px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .courseContents .course-list {
    width: calc((100% - 2% * 1)/ 2);
  }
  
  .courseContents .course-list:nth-child(2n) {
    margin: 0;
  }
  
  .course-list .menu-btn {
    font-size: 18px;
    text-align: center;
    margin: 1.25em auto 0 auto;
    padding: .6em 0 1.5em 0;
    background: #fff;
    border: 3px solid #523d3d;
    box-sizing: border-box;
    position: relative;
  }
  
  .course-list .menu-btn:hover {
    font-size: 18px;
    padding: .6em 0 1.5em 0;
    color: #fff;
    background: #523d3d;
  }
  
  .course-list .menu-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    top: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .course-list .menu-btn:hover::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    right: .75em;
    top: 75%;
    color: #fff;
    background: transparent;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
/* ホテル設備 */
.hotelContents {
  margin: 4% auto 0 auto;
  padding: 3.65% 0;
  background: #ECE4DF;
}

.hotel-img {
  margin: 0 4% 0 0;
}

.hotelSP {
  display: none;
}

.hotel-title {
  text-align: center;
  padding: 0 0 1.65% 0;
}

.hotel-catchcopy {
  font-size: 20px;
  text-align: center;
}

.hotel-inner {
  display: block;
  margin: 3% auto 0 auto;
  max-width: 700px;
  width: 96%;
}

.hotel-list {
  width: 96%;
  margin: 0 auto;
}

.hotel-list img {
  display: none;
  width: 100%;
  margin: 0 auto;
}
  
.hotel-list .sp-hotel {
  display: block;
  width: 100%;
  margin: 0 auto 10% auto;
}
  
.course-list-title {
  font-size: 26px;
  font-weight: bold;
  width: 79.5%;
  background: #F3EFEC;
  text-align: center;
  margin: 7.7% auto 0 auto;
  padding: .6em 0;
}

/*ホテルスケジュール*/
.scheduleContents .schedule-title {
  margin: 7% auto 0 auto;
  text-align: center;
}

.schedule-inner {
  margin: 3.67% auto 0 auto;
  max-width: none;
  width: 94%;
}

.schedule-list {
  width: calc((100% - 2% * 1)/ 2);
  margin: 0 2% 0 0;
}

.schedule-list:nth-child(2n) {
  margin: 0;
}

.schedule-list .schedule-img {
  display: none;
}

.schedule-list .sp-schedule-img {
  display: block;
  height: auto;
  width: 100%;
}

.schedule-list .schedule-number {
  display: none;
}

.schedule-list .sp-schedule-number {
  display: block;
  height: auto;
  width: 100%;
  margin: 1em 0 0 0;
}

.schedule-list .card-text {
  text-align: left;
  margin: 1em 0 2em 0;
  font-size: 18px;
  line-height: 1.5;
  width: 94%;
}

/* 猫のホテル */
.cathotelContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 24px;
  text-align: center;
  margin: 3% auto 0 auto;
  position: relative;
}

.cathotelContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

.cathotelContents .reservation-text {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  width: 14.6%;
  min-width: 334px;
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

/* 猫動画 */
.movie-box {
  position: relative;
  width: 50%;
  margin: 0 auto 3% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cathotelContents .cathotel-title {
  text-align: center;
  margin: 3.67% auto 0 auto;
}

.cathotelContents .cathotelcopy {
  font-size: 18px;
  text-align: center;
  margin: 1.65% auto 0 auto;
}

.cathotel-inner {
  display: flex;
  margin: 3% auto 0 auto;
  max-width: 720px;
  width: 94%;
  justify-content: space-between;
}

.cathotel-inner .cathotel-list {
  width: calc((100% - 2%) / 2);
  margin: 0 2% 0 0;
}

.cathotel-inner .cathotel-list:nth-child(2n) {
  margin: 0;
}

.cathotel-inner .cathotel-list img {
  width: 100%;
  display: block;
}

/* 料金表 */
.priceContents {
  display: block;
  background: #F3EFEC;
  padding: 3.65% 0;
  margin: 14% auto 0 auto;
  position: relative;
}

.priceContents .price-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.priceTable {
  width: 80%;
  margin: 6% auto 0 auto;
  line-height: 1.5;
}

.priceTable th {
  color: #523D3D;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  padding: 1em;
  text-align: center;
  background: #fff;
}

.priceTable th.beige {
  color: #fff;
  vertical-align: middle;
  padding: 1em;
  background: #D2AB9C;
}

.priceTable .gray {
  background: #e8e8e8;
}

.priceTable small {
  font-size: 18px;
}

.priceTable td {
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

.priceTable .price {
  text-align: center;
}

.priceTable .border-r {
  border-right: 3px solid #cdcdcd;
}

.priceTable .border-b {
  border-bottom: 3px solid #cdcdcd;
}

.priceContents small {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 1em;
}

/* 注意事項 */
.attentionContents {
  width: 100%;
  margin: 14% 0 0 0;
  padding: 6% 0 6% 0;
  position: relative;
}

.attentionContents .attention-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.attention-box {
  width: 50%;
  margin: 6% auto 0 auto;
  padding: 5% 4.5% 3% 4.5%;
  border: 5px solid #D2AB9C;
  border-radius: 10px;
  background: #fff;
  position: relative;
  min-width: 700px;
}

.attention-box .otherprice {
  position: relative;
  text-indent: -.5em;
  font-size: 18px;
  font-weight: bold;
}

.attention-box .attention-text {
  font-size: 18px;
  font-weight: bold;
}

.attention-box .discount {
  font-size: 22px;
  margin: 0 auto;
  padding: .5em 1em;
  border-radius: 10px;
  background: #D2AB9C;
  color: #fff;
  position: absolute;
  top: -1.5%;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
  
  
  footer {
    background: #523D3D;
    padding: 1em 0;
    width: 100%;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
}

@media only screen and (max-width: 430px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 3%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 4px;
    border: 1px solid #41220F;
    border-radius: 6px;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 32px;
    height: 5px ;
    left: 8px;
    background : #41220F;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  
  .hamburger span:nth-child(2) {
    top: 21px;
  }
  
  .hamburger span:nth-child(3) {
    top: 32px;
  }

  i.far.fa-envelope {
    font-size: 36px;
    color: #fff;
    display: inline;
    width: 40px;
    right: 80px;
    top: 26%;
    position: absolute;
  }

  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .globalHeaderSp {
    height: 78px;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline;
    margin: 0 0 0 3%;
    vertical-align: middle;
  }
  
  .globalHeaderSp h1 .sp-logo {
    width: 60%;
    padding: 0 0 0 3%;
  }
  
  .globalHeaderSp h1 img {
     width: 100%;
  }
  
  .globalHeaderSp .contact {
    display: block;
    position: fixed;
    z-index: 3;
    right: 18%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #41220F;
    color: #fff;
    padding: 4px;
    border-radius: 6px;
  }
  
  .globalHeaderSp .contact .fa-phone-alt {
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  .globalHeaderSp .tel {
     display: inline-block;
    vertical-align: middle;
  }
  
  nav.globalMenuSp {
    position: relative;
    z-index : 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    width: 100%;
     visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }

  nav.globalMenuSp h1 {
    display: inline-block;
    margin: 0;
  }
  
  nav.globalMenuSp ul {
    background: #F0E3DE;
    margin: 78px 0 0 auto;
    padding: 0 0 1em 0;
    width: 50%;
    display: block;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  nav.globalMenuSp ul li a {
    display: inline-block;
    color: #41220F;
    padding: 1em 0;
    width: 80%;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #41220F;
  }
  
  nav.globalMenuSp ul li:last-child a {
    border-bottom: none;
  }
  
  nav.globalMenuSp ul li span {
    display: inline-block;
    text-align: center;
    vertical-align: sub;
    margin: 0 0 0 8%;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  
  nav.globalMenuPc {
    display: none;
  }
  

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 15vw!important;
    border-radius: 50%;
    width: 5vw;
    height: 10vh;
  }

  #page_top a {
    width: 16vw;
    height: 11vh;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
    background-size: 100%;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1920px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 62%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

.globalMenuPc li.reservation {
  padding: .3em 1em;
  background: #523d3d;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
}

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  width: 40%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* ホテル */
.courseContents {
  width: 94%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 16px;
  margin: 4% auto;
  text-align: left;
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

  .course-inner {
    display: flex;
    margin: 0 auto 0 auto;
    max-width: 760px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .courseContents .course-list {
    width: calc((100% - 2% * 1)/ 2);
  }
  
  .courseContents .course-list:nth-child(2n) {
    margin: 0;
  }
  
  .course-list .menu-btn {
    font-size: 18px;
    text-align: center;
    margin: 1.25em auto 0 auto;
    padding: .6em 0 1.5em 0;
    background: #fff;
    border: 3px solid #523d3d;
    box-sizing: border-box;
    position: relative;
  }
  
  .course-list .menu-btn:hover {
    font-size: 18px;
    padding: .6em 0 1.5em 0;
    color: #fff;
    background: #523d3d;
  }
  
  .course-list .menu-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    top: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .course-list .menu-btn:hover::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    right: .75em;
    top: 75%;
    color: #fff;
    background: transparent;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
/* ホテル設備 */
.hotelContents {
  margin: 0 auto 0 auto;
  padding: 10% 0;
  background: #ECE4DF;
}

.hotel-img {
  margin: 0 4% 0 0;
}

.hotelSP {
  display: none;
}

.hotel-title {
  text-align: center;
  padding: 0 0 7% 0;
}

.hotel-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.hotel-catchcopy {
  font-size: 16px;
  text-align: left;
  width: 92%;
  margin: 0 auto 7% auto;
}

.hotel-inner {
  display: block;
  margin: 3% auto 0 auto;
  max-width: 700px;
  width: 96%;
}

.hotel-list {
  width: 96%;
  margin: 0 auto;
}

.hotel-list img {
  display: none;
  width: 100%;
  margin: 0 auto;
}
  
.hotel-list .sp-hotel {
  display: block;
  width: 100%;
  margin: 0 auto 10% auto;
}
  
.course-list-title {
  font-size: 26px;
  font-weight: bold;
  width: 79.5%;
  background: #F3EFEC;
  text-align: center;
  margin: 7.7% auto 0 auto;
  padding: .6em 0;
}

/*ホテルスケジュール*/
.scheduleContents .schedule-title {
  margin: 10% auto 0 auto;
  text-align: center;
}

.scheduleContents .schedule-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.schedule-inner {
  margin: 7% auto 0 auto;
  max-width: none;
  width: 92%;
}

.schedule-list {
  width: 100%;
  margin: 0 auto;
}

.schedule-list:nth-child(2n) {
  margin: 0;
}

.schedule-list .schedule-img {
  display: none;
}

.schedule-list .sp-schedule-img {
  display: block;
  height: auto;
  width: 100%;
}

.schedule-list .schedule-number {
  display: none;
}

.schedule-list .sp-schedule-number {
  display: block;
  height: auto;
  width: 90%;
  margin: 1em 0 0 0;
}

.schedule-list .card-text {
  text-align: left;
  margin: 1em auto 2em auto;
  font-size: 16px;
  line-height: 1.5;
  width: 92%;
}

/* 猫のホテル */
.cathotelContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 20px;
  text-align: center;
  margin: 16% auto 0 auto;
  position: relative;
}

.cathotelContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 3em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

.cathotelContents .reservation-text {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  width: 14.6%;
  min-width: 300px;
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

/* 猫動画 */
.movie-box {
  position: relative;
  width: 92%;
  margin: 7% auto 7% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cathotelContents .cathotel-title {
  text-align: center;
  margin: 7% auto 0 auto;
}

.cathotelContents .cathotel-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.cathotelContents .cathotelcopy {
  font-size: 16px;
  text-align: left;
  margin: 4% auto 0 auto;
  width: 70%;
}

.cathotel-inner {
  display: block;
  margin: 4% auto 0 auto;
  max-width: none;
  width: 100%;
}

.cathotel-inner .cathotel-list {
  width: 92%;
  margin: 0 auto 4% auto;
}

.cathotel-inner .cathotel-list:nth-child(2n) {
  margin: 0 auto;
}

.cathotel-inner .cathotel-list img {
  width: 100%;
  display: none;
}

.cathotel-inner .cathotel-list .sp-cathotel {
  width: 100%;
  display: block;
}

/* 料金表 */
.priceContents {
  display: block;
  background: #F3EFEC;
  padding: 7% 0;
  margin: 21% auto 0 auto;
  position: relative;
}

.priceContents .price-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.priceContents .price-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.priceTable {
  width: 92%;
  margin: 6% auto 0 auto;
  line-height: 1.5;
}

.priceTable th {
  color: #523D3D;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  padding: 1em .4em;
  text-align: center;
  background: #fff;
}

.priceTable th.beige {
  color: #fff;
  vertical-align: middle;
  padding: 1em 0;
  background: #D2AB9C;
}

.priceTable .gray {
  background: #e8e8e8;
}

.priceTable small {
  font-size: 18px;
}

.priceTable td {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
  vertical-align: middle;
}

.priceTable .price {
  text-align: center;
}

.priceTable .border-r {
  border-right: 3px solid #cdcdcd;
}

.priceTable .border-b {
  border-bottom: 3px solid #cdcdcd;
}

.priceContents small {
  font-size: 16px;
  text-align: left;
  display: block;
  font-weight: bold;
  margin: 1em;
}

/* 注意事項 */
.attentionContents {
  width: 100%;
  margin: 16% 0 0 0;
  padding: 4.7% 0 14% 0;
  position: relative;
}

.attentionContents .attention-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.attentionContents .attention-title img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.attention-box {
  margin: 12% auto 0 auto;
  padding: 0 7% 5% 10%;
  font-size: 20px;
  line-height: 1.7;
  width: 94%;
  min-width: auto;
}

.attention-box .otherprice {
  position: relative;
  text-indent: -.5em;
  font-size: 16px;
  font-weight: bold;
}

.attention-box .attention-text {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

.attention-box .discount {
  font-size: 20px;
  padding: .4em 1em;
  position: inherit;
  top: 0em;
  width: 100%;
  text-align: center;
}
    
  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 0 0 0 0;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
  
}


@media only screen and (max-width: 414px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 3%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 4px;
    border: 1px solid #41220F;
    border-radius: 6px;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 32px;
    height: 5px ;
    left: 8px;
    background : #41220F;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  
  .hamburger span:nth-child(2) {
    top: 21px;
  }
  
  .hamburger span:nth-child(3) {
    top: 32px;
  }

  i.far.fa-envelope {
    font-size: 36px;
    color: #fff;
    display: inline;
    width: 40px;
    right: 80px;
    top: 26%;
    position: absolute;
  }

  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .globalHeaderSp {
    height: 78px;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline;
    margin: 0 0 0 3%;
    vertical-align: middle;
  }
  
  .globalHeaderSp h1 .sp-logo {
    width: 60%;
    padding: 0 0 0 3%;
  }
  
  .globalHeaderSp h1 img {
     width: 100%;
  }
  
  .globalHeaderSp .contact {
    display: block;
    position: fixed;
    z-index: 3;
    right: 18%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #41220F;
    color: #fff;
    padding: 4px;
    border-radius: 6px;
  }
  
  .globalHeaderSp .contact .fa-phone-alt {
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  .globalHeaderSp .tel {
     display: inline-block;
    vertical-align: middle;
  }
  
  nav.globalMenuSp {
    position: relative;
    z-index : 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    width: 100%;
     visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }

  nav.globalMenuSp h1 {
    display: inline-block;
    margin: 0;
  }
  
  nav.globalMenuSp ul {
    background: #F0E3DE;
    margin: 78px 0 0 auto;
    padding: 0 0 1em 0;
    width: 50%;
    display: block;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  nav.globalMenuSp ul li a {
    display: inline-block;
    color: #41220F;
    padding: 1em 0;
    width: 80%;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #41220F;
  }
  
  nav.globalMenuSp ul li:last-child a {
    border-bottom: none;
  }
  
  nav.globalMenuSp ul li span {
    display: inline-block;
    text-align: center;
    vertical-align: sub;
    margin: 0 0 0 8%;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  
  nav.globalMenuPc {
    display: none;
  }
  

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 15vw!important;
    border-radius: 50%;
    width: 5vw;
    height: 10vh;
  }

  #page_top a {
    width: 16vw;
    height: 11vh;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
    background-size: 100%;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1920px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 62%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

.globalMenuPc li.reservation {
  padding: .3em 1em;
  background: #523d3d;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
}

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  width: 40%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* ホテル */
.courseContents {
  width: 94%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 16px;
  margin: 4% auto;
  text-align: left;
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

  .course-inner {
    display: flex;
    margin: 0 auto 0 auto;
    max-width: 760px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .courseContents .course-list {
    width: calc((100% - 2% * 1)/ 2);
  }
  
  .courseContents .course-list:nth-child(2n) {
    margin: 0;
  }
  
  .course-list .menu-btn {
    font-size: 18px;
    text-align: center;
    margin: 1.25em auto 0 auto;
    padding: .6em 0 1.5em 0;
    background: #fff;
    border: 3px solid #523d3d;
    box-sizing: border-box;
    position: relative;
  }
  
  .course-list .menu-btn:hover {
    font-size: 18px;
    padding: .6em 0 1.5em 0;
    color: #fff;
    background: #523d3d;
  }
  
  .course-list .menu-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    top: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .course-list .menu-btn:hover::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    right: .75em;
    top: 75%;
    color: #fff;
    background: transparent;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
/* ホテル設備 */
.hotelContents {
  margin: 0 auto 0 auto;
  padding: 10% 0;
  background: #ECE4DF;
}

.hotel-img {
  margin: 0 4% 0 0;
}

.hotelSP {
  display: none;
}

.hotel-title {
  text-align: center;
  padding: 0 0 7% 0;
}

.hotel-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.hotel-catchcopy {
  font-size: 16px;
  text-align: left;
  width: 92%;
  margin: 0 auto 7% auto;
}

.hotel-inner {
  display: block;
  margin: 3% auto 0 auto;
  max-width: 700px;
  width: 96%;
}

.hotel-list {
  width: 96%;
  margin: 0 auto;
}

.hotel-list img {
  display: none;
  width: 100%;
  margin: 0 auto;
}
  
.hotel-list .sp-hotel {
  display: block;
  width: 100%;
  margin: 0 auto 10% auto;
}
  
.course-list-title {
  font-size: 26px;
  font-weight: bold;
  width: 79.5%;
  background: #F3EFEC;
  text-align: center;
  margin: 7.7% auto 0 auto;
  padding: .6em 0;
}

/*ホテルスケジュール*/
.scheduleContents .schedule-title {
  margin: 10% auto 0 auto;
  text-align: center;
}

.scheduleContents .schedule-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.schedule-inner {
  margin: 7% auto 0 auto;
  max-width: none;
  width: 92%;
}

.schedule-list {
  width: 100%;
  margin: 0 auto;
}

.schedule-list:nth-child(2n) {
  margin: 0;
}

.schedule-list .schedule-img {
  display: none;
}

.schedule-list .sp-schedule-img {
  display: block;
  height: auto;
  width: 100%;
}

.schedule-list .schedule-number {
  display: none;
}

.schedule-list .sp-schedule-number {
  display: block;
  height: auto;
  width: 90%;
  margin: 1em 0 0 0;
}

.schedule-list .card-text {
  text-align: left;
  margin: 1em auto 2em auto;
  font-size: 16px;
  line-height: 1.5;
  width: 92%;
}

/* 猫のホテル */
.cathotelContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 334px;
  font-size: 20px;
  text-align: center;
  margin: 16% auto 0 auto;
  position: relative;
}

.cathotelContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 3em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

.cathotelContents .reservation-text {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  width: 14.6%;
  min-width: 300px;
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

/* 猫動画 */
.movie-box {
  position: relative;
  width: 92%;
  margin: 7% auto 7% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cathotelContents .cathotel-title {
  text-align: center;
  margin: 7% auto 0 auto;
}

.cathotelContents .cathotel-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.cathotelContents .cathotelcopy {
  font-size: 16px;
  text-align: left;
  margin: 4% auto 0 auto;
  width: 70%;
}

.cathotel-inner {
  display: block;
  margin: 4% auto 0 auto;
  max-width: none;
  width: 100%;
}

.cathotel-inner .cathotel-list {
  width: 92%;
  margin: 0 auto 4% auto;
}

.cathotel-inner .cathotel-list:nth-child(2n) {
  margin: 0 auto;
}

.cathotel-inner .cathotel-list img {
  width: 100%;
  display: none;
}

.cathotel-inner .cathotel-list .sp-cathotel {
  width: 100%;
  display: block;
}

/* 料金表 */
.priceContents {
  display: block;
  background: #F3EFEC;
  padding: 7% 0;
  margin: 21% auto 0 auto;
  position: relative;
}

.priceContents .price-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.priceContents .price-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.priceTable {
  width: 92%;
  margin: 6% auto 0 auto;
  line-height: 1.5;
}

.priceTable th {
  color: #523D3D;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  padding: 1em .4em;
  text-align: center;
  background: #fff;
}

.priceTable th.beige {
  color: #fff;
  vertical-align: middle;
  padding: 1em 0;
  background: #D2AB9C;
}

.priceTable .gray {
  background: #e8e8e8;
}

.priceTable small {
  font-size: 18px;
}

.priceTable td {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
  vertical-align: middle;
}

.priceTable .price {
  text-align: center;
}

.priceTable .border-r {
  border-right: 3px solid #cdcdcd;
}

.priceTable .border-b {
  border-bottom: 3px solid #cdcdcd;
}

.priceContents small {
  font-size: 16px;
  text-align: left;
  display: block;
  font-weight: bold;
  margin: 1em;
}

/* 注意事項 */
.attentionContents {
  width: 100%;
  margin: 16% 0 0 0;
  padding: 4.7% 0 14% 0;
  position: relative;
}

.attentionContents .attention-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.attentionContents .attention-title img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.attention-box {
  margin: 12% auto 0 auto;
  padding: 0 7% 5% 10%;
  font-size: 20px;
  line-height: 1.7;
  width: 94%;
  min-width: auto;
}

.attention-box .otherprice {
  position: relative;
  text-indent: -.5em;
  font-size: 16px;
  font-weight: bold;
}

.attention-box .attention-text {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

.attention-box .discount {
  font-size: 20px;
  padding: .4em 1em;
  position: inherit;
  top: 0em;
  width: 100%;
  text-align: center;
}
    
  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 0 0 0 0;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
  
}

@media only screen and (max-width: 375px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 3%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 4px;
    border: 1px solid #41220F;
    border-radius: 6px;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 32px;
    height: 5px ;
    left: 8px;
    background : #41220F;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  
  .hamburger span:nth-child(2) {
    top: 21px;
  }
  
  .hamburger span:nth-child(3) {
    top: 32px;
  }

  i.far.fa-envelope {
    font-size: 36px;
    color: #fff;
    display: inline;
    width: 40px;
    right: 80px;
    top: 26%;
    position: absolute;
  }

  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .globalHeaderSp {
    height: 78px;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline;
    margin: 0 0 0 3%;
    vertical-align: middle;
  }
  
  .globalHeaderSp h1 .sp-logo {
    width: 60%;
    padding: 0 0 0 3%;
  }
  
  .globalHeaderSp h1 img {
     width: 100%;
  }
  
  .globalHeaderSp .contact {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #41220F;
    color: #fff;
    padding: 4px;
    border-radius: 6px;
  }
  
  .globalHeaderSp .contact .fa-phone-alt {
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  .globalHeaderSp .tel {
     display: inline-block;
    vertical-align: middle;
  }
  
  nav.globalMenuSp {
    position: relative;
    z-index : 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    width: 100%;
     visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }

  nav.globalMenuSp h1 {
    display: inline-block;
    margin: 0;
  }
  
  nav.globalMenuSp ul {
    background: #F0E3DE;
    margin: 78px 0 0 auto;
    padding: 0 0 1em 0;
    width: 50%;
    display: block;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  nav.globalMenuSp ul li a {
    display: inline-block;
    color: #41220F;
    font-size: 16px;
    padding: 1em 0;
    width: 80%;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #41220F;
  }
  
  nav.globalMenuSp ul li:last-child a {
    border-bottom: none;
  }
  
  nav.globalMenuSp ul li span {
    display: inline-block;
    text-align: center;
    vertical-align: sub;
    margin: 0 0 0 8%;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  
  nav.globalMenuPc {
    display: none;
  }
  

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 15vw!important;
    border-radius: 50%;
    width: 5vw;
    height: 10vh;
  }

  #page_top a {
    width: 18vw;
    height: 11vh;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
    background-size: 100%;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1920px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 62%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

  .globalMenuPc li.reservation {
    padding: .3em 1em;
    background: #523d3d;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
  }

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 215px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  width: 40%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* ホテル */
.courseContents {
  width: 94%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 16px;
  margin: 4% auto;
  text-align: left;
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

  .course-inner {
    display: flex;
    margin: 0 auto 0 auto;
    max-width: 760px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .courseContents .course-list {
    width: calc((100% - 2% * 1)/ 2);
  }
  
  .courseContents .course-list:nth-child(2n) {
    margin: 0;
  }
  
  .course-list .menu-btn {
    font-size: 16px;
    text-align: center;
    margin: 1.25em auto 0 auto;
    padding: .6em 0 1.5em 0;
    background: #fff;
    border: 3px solid #523d3d;
    box-sizing: border-box;
    position: relative;
  }
  
  .course-list .menu-btn:hover {
    font-size: 16px;
    padding: .6em 0 1.5em 0;
    color: #fff;
    background: #523d3d;
  }
  
  .course-list .menu-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    top: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .course-list .menu-btn:hover::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    right: .75em;
    top: 75%;
    color: #fff;
    background: transparent;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
/* ホテル設備 */
.hotelContents {
  margin: 0 auto 0 auto;
  padding: 10% 0;
  background: #ECE4DF;
}

.hotel-img {
  margin: 0 4% 0 0;
}

.hotelSP {
  display: none;
}

.hotel-title {
  text-align: center;
  padding: 0 0 7% 0;
}

.hotel-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.hotel-catchcopy {
  font-size: 16px;
  text-align: left;
  width: 92%;
  margin: 0 auto 7% auto;
}

.hotel-inner {
  display: block;
  margin: 3% auto 0 auto;
  max-width: 700px;
  width: 96%;
}

.hotel-list {
  width: 96%;
  margin: 0 auto;
}

.hotel-list img {
  display: none;
  width: 100%;
  margin: 0 auto;
}
  
.hotel-list .sp-hotel {
  display: block;
  width: 100%;
  margin: 0 auto 10% auto;
}
  
.course-list-title {
  font-size: 26px;
  font-weight: bold;
  width: 79.5%;
  background: #F3EFEC;
  text-align: center;
  margin: 7.7% auto 0 auto;
  padding: .6em 0;
}

/*ホテルスケジュール*/
.scheduleContents .schedule-title {
  margin: 10% auto 0 auto;
  text-align: center;
}

.scheduleContents .schedule-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.schedule-inner {
  margin: 7% auto 0 auto;
  max-width: none;
  width: 92%;
}

.schedule-list {
  width: 100%;
  margin: 0 auto;
}

.schedule-list:nth-child(2n) {
  margin: 0;
}

.schedule-list .schedule-img {
  display: none;
}

.schedule-list .sp-schedule-img {
  display: block;
  height: auto;
  width: 100%;
}

.schedule-list .schedule-number {
  display: none;
}

.schedule-list .sp-schedule-number {
  display: block;
  height: auto;
  width: 90%;
  margin: 1em 0 0 0;
}

.schedule-list .card-text {
  text-align: left;
  margin: 1em auto 2em auto;
  font-size: 16px;
  line-height: 1.5;
  width: 92%;
}

/* 猫のホテル */
.cathotelContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 250px;
  font-size: 18px;
  text-align: center;
  margin: 16% auto 0 auto;
  position: relative;
}

.cathotelContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

.cathotelContents .reservation-text {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  width: 14.6%;
  min-width: 250px;
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

/* 猫動画 */
.movie-box {
  position: relative;
  width: 92%;
  margin: 7% auto 7% auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cathotelContents .cathotel-title {
  text-align: center;
  margin: 7% auto 0 auto;
}

.cathotelContents .cathotel-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.cathotelContents .cathotelcopy {
  font-size: 16px;
  text-align: left;
  margin: 4% auto 0 auto;
  width: 70%;
}

.cathotel-inner {
  display: block;
  margin: 4% auto 0 auto;
  max-width: none;
  width: 100%;
}

.cathotel-inner .cathotel-list {
  width: 92%;
  margin: 0 auto 4% auto;
}

.cathotel-inner .cathotel-list:nth-child(2n) {
  margin: 0 auto;
}

.cathotel-inner .cathotel-list img {
  width: 100%;
  display: none;
}

.cathotel-inner .cathotel-list .sp-cathotel {
  width: 100%;
  display: block;
}

/* 料金表 */
.priceContents {
  display: block;
  background: #F3EFEC;
  padding: 7% 0;
  margin: 21% auto 0 auto;
  position: relative;
}

.priceContents .price-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.priceContents .price-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.priceTable {
  width: 92%;
  margin: 6% auto 0 auto;
  line-height: 1.5;
}

.priceTable th {
  color: #523D3D;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  padding: 1em .3em;
  text-align: center;
  background: #fff;
}

.priceTable th.beige {
  color: #fff;
  vertical-align: middle;
  padding: 1em 0;
  background: #D2AB9C;
}

.priceTable .gray {
  background: #e8e8e8;
}

.priceTable small {
  font-size: 18px;
}

.priceTable td {
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
  vertical-align: middle;
}

.priceTable .price {
  text-align: center;
}

.priceTable .border-r {
  border-right: 3px solid #cdcdcd;
}

.priceTable .border-b {
  border-bottom: 3px solid #cdcdcd;
}

.priceContents small {
  font-size: 16px;
  text-align: left;
  display: block;
  font-weight: bold;
  margin: 1em;
}

/* 注意事項 */
.attentionContents {
  width: 100%;
  margin: 16% 0 0 0;
  padding: 4.7% 0 14% 0;
  position: relative;
}

.attentionContents .attention-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.attentionContents .attention-title img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.attention-box {
  margin: 12% auto 0 auto;
  padding: 0 7% 5% 10%;
  font-size: 18px;
  line-height: 1.7;
  width: 94%;
  min-width: auto;
}

.attention-box .otherprice {
  position: relative;
  text-indent: -.5em;
  font-size: 16px;
  font-weight: bold;
}

.attention-box .attention-text {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

.attention-box .discount {
  font-size: 18px;
  padding: .4em 1em;
  position: inherit;
  top: 0em;
  width: 100%;
  text-align: center;
}
  
  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 0;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
  
}

@media only screen and (max-width: 320px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 3%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 4px;
    border: 1px solid #41220F;
    border-radius: 6px;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width: 32px;
    height: 5px ;
    left: 8px;
    background : #41220F;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  
  .hamburger span:nth-child(2) {
    top: 21px;
  }
  
  .hamburger span:nth-child(3) {
    top: 32px;
  }

  i.far.fa-envelope {
    font-size: 36px;
    color: #fff;
    display: inline;
    width: 40px;
    right: 80px;
    top: 26%;
    position: absolute;
  }

  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .globalHeaderSp {
    height: 78px;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1000;
  }
  
  .globalHeaderSp h1 {
    display: inline;
    margin: 0 0 0 3%;
    vertical-align: middle;
  }
  
  .globalHeaderSp h1 .sp-logo {
    width: 60%;
    padding: 0 0 0 3%;
  }
  
  .globalHeaderSp h1 img {
     width: 100%;
  }
  
  .globalHeaderSp .contact {
    display: block;
    position: fixed;
    z-index: 3;
    right: 22%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #41220F;
    color: #fff;
    padding: 4px;
    border-radius: 6px;
  }
  
  .globalHeaderSp .contact .fa-phone-alt {
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  .globalHeaderSp .tel {
     display: inline-block;
    vertical-align: middle;
  }
  
  nav.globalMenuSp {
    position: relative;
    z-index : 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    width: 100%;
     visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }

  nav.globalMenuSp h1 {
    display: inline-block;
    margin: 0;
  }
  
  nav.globalMenuSp ul {
    background: #F0E3DE;
    margin: 78px 0 0 auto;
    padding: 0 0 1em 0;
    width: 60%;
    display: block;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
  }

  nav.globalMenuSp ul li a {
    display: inline-block;
    color: #41220F;
    padding: 1em 0;
    width: 80%;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #41220F;
  }
  
  nav.globalMenuSp ul li:last-child a {
    border-bottom: none;
  }
  
  nav.globalMenuSp ul li span {
    display: inline-block;
    text-align: center;
    vertical-align: sub;
    margin: 0 0 0 8%;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  
  nav.globalMenuPc {
    display: none;
  }
  

  /* ページトップへ戻る */
  #page_top {
    position: fixed;
    right: 15vw!important;
    border-radius: 50%;
    width: 5vw;
    height: 10vh;
  }

  #page_top a {
    width: 18vw;
    height: 11vh;
    display: block;
    background: url("../img/btn.png") no-repeat left center;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

    transition: all  0.3s ease;
  }

  #page_top a:hover {
    background: url("../img/btn-on.png") no-repeat left center;
    background-size: 100%;
  }

  /* PCメニュー */
  .globalMenuPc {
    height: 100px;
    width: 100%;
    max-width: 1920px;
    justify-content: space-between;
    display: flex;
  }

  .globalMenuPc ul {
    margin: 0 auto;
    width: 62%;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
  }

  .globalMenuPc ul li {
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }

.globalMenuPc li.reservation {
  padding: .3em 1em;
  background: #523d3d;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
}

  .globalMenuPc ul li:hover::after {
    width: 100%;
    opacity: 1;
    background: #523d3d;
    transition: all 0.8s ease 0s;
  }

  .main {
    width: 100%;
  }

.mainVisualPC {
  width: 100%;
  height: 200px;
  background: #CBB3A7;
  position: relative;
}

.mainVisualPC h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  width: 40%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* スマホメインビジュアル */
.mainVisualSp {
  display: none;
}

.mainVisual h1 img {
  width: 25.7%;
  position: absolute;
  bottom: -4%;
  left: 65px;
}

/* ホテル */
.courseContents {
  width: 94%;
  margin: 2% auto 0 auto;
}

.courseContents .catchcopy {
  width: 100%;
  font-size: 15px;
  margin: 4% auto;
  text-align: left;
}

.courseContents .course-title {
  text-align: center;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

  .course-inner {
    display: flex;
    margin: 0 auto 0 auto;
    max-width: 760px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .courseContents .course-list {
    width: calc((100% - 2% * 1)/ 2);
  }
  
  .courseContents .course-list:nth-child(2n) {
    margin: 0;
  }
  
  .course-list .menu-btn {
    font-size: 15px;
    text-align: center;
    margin: 1.25em auto 0 auto;
    padding: .6em 0 1.5em 0;
    background: #fff;
    border: 3px solid #523d3d;
    box-sizing: border-box;
    position: relative;
  }
  
  .course-list .menu-btn:hover {
    font-size: 15px;
    padding: .6em 0 1.5em 0;
    color: #fff;
    background: #523d3d;
  }
  
  .course-list .menu-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    top: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
.course-list .menu-btn:hover::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  right: .75em;
  top: 75%;
  color: #fff;
  background: transparent;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
  
/* ホテル設備 */
.hotelContents {
  margin: 0 auto 0 auto;
  padding: 10% 0;
  background: #ECE4DF;
}

.hotel-img {
  margin: 0 4% 0 0;
}

.hotelSP {
  display: none;
}

.hotel-title {
  text-align: center;
  padding: 0 0 7% 0;
}

.hotel-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.hotel-catchcopy {
  font-size: 15px;
  text-align: left;
  width: 92%;
  margin: 0 auto 7% auto;
}

.hotel-inner {
  display: block;
  margin: 3% auto 0 auto;
  max-width: 700px;
  width: 96%;
}

.hotel-list {
  width: 96%;
  margin: 0 auto;
}

.hotel-list img {
  display: none;
  width: 100%;
  margin: 0 auto;
}
  
.hotel-list .sp-hotel {
  display: block;
  width: 100%;
  margin: 0 auto 10% auto;
}
  
.course-list-title {
  font-size: 26px;
  font-weight: bold;
  width: 79.5%;
  background: #F3EFEC;
  text-align: center;
  margin: 7.7% auto 0 auto;
  padding: .6em 0;
}

/*ホテルスケジュール*/
.scheduleContents .schedule-title {
  margin: 10% auto 0 auto;
  text-align: center;
}

.scheduleContents .schedule-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.schedule-inner {
  margin: 7% auto 0 auto;
  max-width: none;
  width: 92%;
}

.schedule-list {
  width: 100%;
  margin: 0 auto;
}

.schedule-list:nth-child(2n) {
  margin: 0;
}

.schedule-list .schedule-img {
  display: none;
}

.schedule-list .sp-schedule-img {
  display: block;
  height: auto;
  width: 100%;
}

.schedule-list .schedule-number {
  display: none;
}

.schedule-list .sp-schedule-number {
  display: block;
  height: auto;
  width: 90%;
  margin: 1em 0 0 0;
}

.schedule-list .card-text {
  text-align: left;
  margin: 1em auto 2em auto;
  font-size: 15px;
  line-height: 1.5;
  width: 92%;
}

/* 猫のホテル */
.cathotelContents .reservation {
  padding: .7em 1em;
  background: #523d3d;
  border-radius: 5px;
  color: #fff;
  width: 17.4%;
  min-width: 240px;
  font-size: 17px;
  text-align: center;
  margin: 16% auto 0 auto;
  position: relative;
}

.cathotelContents .reservation::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  right: 2em;
  top: .8em;
  color: #fff;
  background: transparent;
  position: absolute;
}

.cathotelContents .reservation-text {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  width: 14.6%;
  min-width: 200px;
  display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0e3de+50,f0e3de+100&0+0,0+49,0+49,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,228,223,0) 49%, rgba(240,227,222,1) 50%, rgba(240,227,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,228,223,0) 49%,rgba(240,227,222,1) 50%,rgba(240,227,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e3de',GradientType=0 ); /* IE6-9 */
}

/* 猫動画 */
.movie-box {
  position: relative;
  width: 92%;
  margin: 7% auto 0 auto;
}

.youtube {
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cathotelContents .cathotel-title {
  text-align: center;
  margin: 7% auto 7% auto;
}

.cathotelContents .cathotel-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.cathotelContents .cathotelcopy {
  font-size: 15px;
  text-align: left;
  margin: 4% auto 0 auto;
  width: 70%;
}

.cathotel-inner {
  display: block;
  margin: 4% auto 0 auto;
  max-width: none;
  width: 100%;
}

.cathotel-inner .cathotel-list {
  width: 92%;
  margin: 0 auto 4% auto;
}

.cathotel-inner .cathotel-list:nth-child(2n) {
  margin: 0 auto;
}

.cathotel-inner .cathotel-list img {
  width: 100%;
  display: none;
}

.cathotel-inner .cathotel-list .sp-cathotel {
  width: 100%;
  display: block;
}

/* 料金表 */
.priceContents {
  display: block;
  background: #F3EFEC;
  padding: 7% 0;
  margin: 21% auto 0 auto;
  position: relative;
}

.priceContents .price-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.priceContents .price-title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.priceTable {
  width: 92%;
  margin: 6% auto 0 auto;
  line-height: 1.5;
}

.priceTable th {
  color: #523D3D;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  padding: 1em .3em;
  text-align: center;
  background: #fff;
}

.priceTable th.beige {
  color: #fff;
  vertical-align: middle;
  padding: 1em 0;
  background: #D2AB9C;
}

.priceTable .gray {
  background: #e8e8e8;
}

.priceTable small {
  font-size: 18px;
}

.priceTable td {
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
  vertical-align: middle;
}

.priceTable .price {
  text-align: center;
}

.priceTable .border-r {
  border-right: 3px solid #cdcdcd;
}

.priceTable .border-b {
  border-bottom: 3px solid #cdcdcd;
}

.priceContents small {
  font-size: 15px;
  text-align: left;
  display: block;
  font-weight: bold;
  margin: 1em;
}

/* 注意事項 */
.attentionContents {
  width: 100%;
  margin: 16% 0 0 0;
  padding: 4.7% 0 14% 0;
  position: relative;
}

.attentionContents .attention-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.attentionContents .attention-title img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.attention-box {
  margin: 12% auto 0 auto;
  padding: 0 7% 5% 10%;
  font-size: 15px;
  line-height: 1.7;
  width: 94%;
  min-width: auto;
}

.attention-box .otherprice {
  position: relative;
  text-indent: -.5em;
  font-size: 15px;
  font-weight: bold;
}

.attention-box .attention-text {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}

.attention-box .discount {
  font-size: 18px;
  padding: .4em 1em;
  position: inherit;
  top: 0em;
  width: 100%;
  text-align: center;
}
  
  footer {
    background: #523D3D;
    padding: 1em 0 1.5em 0;
    width: 100%;
    margin: 0 0 0 0;
  }

  footer .footer-logo {
    text-align: center;
  }

  footer small {
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 1em 0 0 0;
  }
  
}