* {
  box-sizing: border-box;
  transition-duration: .5s;
}

.pcOnly {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

.spOnly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block !important;
  }
}

.slick-dots {
  left:0;
  bottom: -25px !important;
}
.slick-dots li{margin:0 !important;}
.slick-dots li button:before {
  font-size: 14px !important;
}

/* ===========================================
	@ CSS
=========================================== */
* {
  color: #2d4258;
  line-height: 1.5;
}

.view {
  opacity: 0;
  transform: translate(0, 210px);
  transition: all 1500ms;
  margin-bottom: 30px;
}
.view.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#container {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}

#special header {
  height: inherit !important;
}

.mainImg > div {
  position: relative;
}
.mainImg > div > img {
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 768px) {
  .mainImg > div > img {
    width: 100%;
  }
}

h2 {
  height: inherit;
  line-height: 1.5;
}
h2.ttl {
  text-align: center;
  margin: 20px 0;
}
h2.ttl span {
  display: block;
}
h2.ttl span:nth-of-type(1) {
  font-size: 90%;
  color: #666;
}
h2.ttl span:nth-of-type(2) {
  font-size: 170%;
  font-weight: bold;
}

p.ttl2 {
  font-size: 140%;
  background: #517ca9;
  color: #fff;
  padding: 10px 10px;
  margin: 15px 0;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}
p.ttl2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 52vw;
  border-color: transparent transparent #eef6ff1c transparent;
}

.marker {
  background: linear-gradient(transparent 66%, #f79797 0%);
  font-weight: bold;
}

.marker2 {
  background: linear-gradient(transparent 65%, #d5e5f9 0%);
  font-weight: bold;
}

.readTxt {
  font-size: 110%;
  line-height: 1.5;
  color: #333;
  width: 1000px;
  margin: 0 auto;
}
.readTxt strong {
  color: #c52c14;
}
@media screen and (max-width: 768px) {
  .readTxt {
    width: 95%;
  }
  .readTxt .txt {
    line-height: 1.8;
  }
}

.pointBox {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-between;
  margin: 45px auto;
}
.pointBox div {
  width: 48%;
}
.pointBox div table {
  width: 100%;
  box-shadow: 1px 0 6px #ccc;
  border: 2px solid #fff;
}
.pointBox div table tr th {
  background: #b5d6ff;
  font-size: 110%;
  padding: 10px;
  text-align: center;
  color: #254873;
}
.pointBox div table tr th:nth-of-type(2) {
  background: #f9d75a;
}
.pointBox div table tr td {
  padding: 5px 10px;
  border-bottom: 1px dashed #eae7e7;
}
.pointBox div table tr td.first {
  background: #f5f5f5;
  vertical-align: middle;
  text-align: center;
}
.pointBox div table tr td:last-of-type {
  text-align: center;
  background: #eaf3ff;
}
.pointBox div:nth-of-type(2) .txt {
  border: 3px solid;
  padding: 10px;
  box-shadow: 1px 0px 6px #c3c3c3;
  line-height: 2;
  font-size: 110%;
}
.pointBox div:nth-of-type(2) .txt span.gray {
  color: #646f79;
  font-size: 84%;
}
@media screen and (max-width: 768px) {
  .pointBox {
    width: 95%;
    display: block;
    margin: 20px auto 10px;
  }
  .pointBox div {
    width: 100%;
    margin-bottom: 20px;
  }
  .pointBox div table tr th:nth-of-type(1) {
    width: 25%;
  }
  .pointBox div table tr td {
    text-align: right;
  }
}

.hotelList {
  background: #edf5ff;
  padding: 25px 0;
}
.hotelList .hotelWrap {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
.hotelList .hotelWrap .wrapInr {
  border: 2px solid;
  position: relative;
  width: 32.5%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px #dbe5f3;
  margin-bottom: 15px;
}
.hotelList .hotelWrap .wrapInr .slide {
    padding: 15px 15px 5px;
}
.hotelList .hotelWrap .wrapInr img {
  width: 100%;
  height: auto;
}
.hotelList .hotelWrap .wrapInr .ttl {
  font-size: 140%;
  font-weight: bold;
  margin: 10px 15px;
  border-left: 5px solid #517ca9;
  padding-left: 10px;
}
.hotelList .hotelWrap .wrapInr .txt {
    margin: 0 15px 15px;
}
.hotelList .hotelWrap .wrapInr .area {
  position: absolute;
  display: inline-block;
  background: #000000b5;
  color: #fff;
  padding: 5px 25px;
  z-index: 100;
  top: 15px;
  left: 15px;
}
.hotelList .hotelWrap .btnWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 15px 0 0;
  background: #eee;
  padding: 15px;
}
.hotelList .hotelWrap .btnWrap a {
  width: 48%;
  display: block;
  margin-bottom: 10px;
}
.hotelList .hotelWrap .btnWrap a span {
  display: block;
  text-align: center;
}
.hotelList .hotelWrap .btnWrap a span:nth-of-type(1) {
  font-size: 90%;
  position: relative;
  display: block;
  background: #333;
  color: #fff;
  padding: 10px 10px;
  border-radius: 5px;
  text-align: center;
}
.hotelList .hotelWrap .btnWrap a span:after {
  content: "";
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #edab2b;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 1.5s;
  position: absolute;
  top: 16px;
  right: 13px;
}
.hotelList .hotelWrap .btnWrap a:hover {
  text-decoration: none;
}
.hotelList .hotelWrap .btnWrap.double {
  margin: 0;
  background: #fff;
}
.hotelList .hotelWrap .btnWrap.double .ttl {
  margin: 0 0 10px;
  font-size: 95%;
  width: 100%;
}
.hotelList .gururiWrap {
  width: 1100px;
  margin: 0 auto;
}
.hotelList .gururiWrap dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 2px solid;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
}
.hotelList .gururiWrap dl dt {
  width: 35%;
}
.hotelList .gururiWrap dl dt img {
  width: 100%;
}
.hotelList .gururiWrap dl dd {
  width: 63%;
}
.hotelList .gururiWrap dl dd:nth-of-type(2) {
  width: 100%;
}
.hotelList .gururiWrap dl dd .btnWrap2 {
  background: #eee;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.hotelList .gururiWrap dl dd .btnWrap2 a {
  width: 25%;
  display: block;
  padding: 15px 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
.hotelList .gururiWrap dl dd .btnWrap2 a span {
  display: block;
  text-align: center;
}
.hotelList .gururiWrap dl dd .btnWrap2 a span:nth-of-type(1) {
  font-size: 90%;
  position: relative;
  display: block;
  background: #333;
  color: #fff;
  padding: 10px 10px;
  border-radius: 5px;
  text-align: center;
}
.hotelList .gururiWrap dl dd .btnWrap2 a span:after {
  content: "";
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #edab2b;http://www.gateauxkingdom.com/news/13574/
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 1.5s;
  position: absolute;
  top: 16px;
  right: 13px;
}
.hotelList .gururiWrap dl dd .btnWrap2 a:hover {
  text-decoration: none;
}

.infoWrap{
  width:1100px;
  margin:0 auto;
}
.infoWrap table th.area{
    background: #666 !important;
    color: #fff;
    font-size: 110%;
    padding: 10px;
    text-align:left;
}

@media screen and (max-width: 768px) {
  .hotelList .gururiWrap {
    width: 95%;
  }
  .hotelList .gururiWrap dl {
    padding: 0;
  }
  .hotelList .gururiWrap dl dt {
    width: 100%;
  }
  .hotelList .gururiWrap dl dd {
    width: 100%;
    padding: 15px;
  }
  .hotelList .gururiWrap dl dd .txt {
    line-height: 1.5;
  }
  .hotelList .gururiWrap dl dd:nth-of-type(2) {
    padding: 0;
  }
  .hotelList .gururiWrap dl dd:nth-of-type(2) .btnWrap2 {
    justify-content: space-between;
  }
  .hotelList .gururiWrap dl dd:nth-of-type(2) .btnWrap2 a {
    width: 48%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .hotelList .hotelWrap {
    width: 95%;
  }
  .hotelList .hotelWrap .wrapInr {
    width: 100%;
  }
  .hotelList .hotelWrap .wrapInr .txt {
    line-height: 1.8;
  }
  .hotelList .hotelWrap .wrapInr .ttl {
    margin: 40px 15px 15px;
  }
.slick-dots li button:before {
  font-size: 12px !important;
}
}
