@charset "UTF-8";
@media screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
.pc-c { display: none !important; }
.sp-c { display: table-cell !important; }

.sp_table{ display: table; }
.sp_table > div{ vertical-align: top; }

.pcbr{ display: none; }

small{
  line-height: 1.5;
  }
#breadcrumb {
  width: 96%;
  }
body {
  font-size: 18px;
  min-width: 320px;
  line-height: 1.3;
  overflow: hidden;
}
.wrap {
  width: 100% !important;
  box-sizing: border-box;
  padding: 60px 5%;
}
.head-inner {
  display: none;
}
#top-head,
.inner {
  width: 100%;
  padding: 0;
}
#top-head {
  top: 0;
  position: fixed;
  margin-top: 0;
  height: 60px;
}
#top-head .inner {
  height: 60px;
}
/* Fixed reset */
#top-head.fixed {
  padding-top: 0;
  background: transparent;
}
#mobile-head {
  background: #fff;
  width: 100%;
  height: 60px;
  z-index: 999;
  position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
  position: absolute;
  left: 5px;
  height: 60px;
  color: #333;
  font-size: 11px;
}
#top-head .logo span{
  display: inline-block;
}
.sp_pt{
  display: block;
  margin-top: 10px;
}
}
/*------------タブレット用------------------*/
@media screen and (max-width: 1024px) {
.head-inner {
  display: none;
  height: 50px !important;
}
.slick-next {
  right: 0;
}
#top-head,
.inner {
  width: 100%;
  padding: 0;
}
#top-head {
  top: 0;
  position: fixed;
  margin-top: 0;
  height: 50px !important;
}
#top-head .inner {
  height: 50px !important;
}
/* Fixed reset */
#top-head.fixed {
  padding-top: 0;
  background: transparent;
}
#mobile-head {
  background: #fff;
  width: 100%;
  height: 50px !important;
  z-index: 999;
  position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
  position: absolute;
  left: 0;
  height: 60px;
  color: #333;
  font-size: 11px;
  margin-left: 10px;
}
#top-head .logo a{
  display: block;
  line-height: unset;
}
#top-head .logo a img{
  width: 59%;
  vertical-align: middle;
}
#top-head .logo span{
  display: inline-block;
  line-height: 60px;
  padding-left:5px;
  }
}
@media screen and (max-width: 767px) {
.spimg .main-img{
  height: 100vh;
  padding: 0;
  background-image: url("../img/main_img01_sp.jpg") !important;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-img i {
  font-size: 28px;
  display: block;
  margin: 10px 0;
}
.main-img .txt {
  font-size: 30px;
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  width: 95%;
}
.main-img li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #ccc;
    border-right: solid 3px #ccc;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 40%;
    left: 98%;
    margin-top: -4px;
}
.main-img ul {
  font-size: 12px;
  justify-content: space-between;
}
.main-img .btn, .main-img .btn2 {
  width: 100%;
}
.main-img .btn{
  margin-top: 50px;
}
.main-img p {
  font-size: 15px;
  margin-top: 30px;
  text-align: left;
  line-height: 1.6;
}
.main-img .txt span {
  font-size: 18px;
}
h2 {
  font-size: 28px;
  margin-top: 0;
  line-height: 1.2;
  text-align: center
}
h2 span {
  padding-bottom: 7px;
}
.scroll a {
  font-size: 14px;
}
#member ul li{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#member ul{
  display: block;
  width: 90%;
  padding: 5%;
}
#member .hotel {
  display: block;
}
#member span{
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
#member .member {
  width: 100%;
}
#member .name span {
  font-size: 11px;
  color: #e48100;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-top: 10px;
}
#member .hotelttl {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px #515151 solid;
}
#member ul li p {
  margin-bottom: 10px;
  font-size: 16px;
}
#member img {
  width: 100%;
  height: 100%;
}
#member .tokuten div {
  margin-left: 10px;
  margin-top: 0;
}
#member .tokuten {;
  padding: 11px;
  margin: 20px auto;
}
#member .txt{
  font-size: 13px;
}
.btn_wrap {
  display: block;
}
.btn{
  margin: 0 auto;
  width: 100%;
  margin-top: 0;
}
.btn2{
    margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}
.btn a:after, .btn2 a:after {
  right: 31px;
  top: 28px;
}
.btn a,
.btn2 a{
  font-size: 16px;
}
.btn a:before {
    left: 50px;
}
.main-img .btn small {
    left: 81px;
}
}

@media screen and (max-width: 320px) {
  .main-img .txt {
    font-size: 26px;
}
.main-img .txt span {
  font-size: 14px;
}
}