@charset "UTF-8";
body {
  background-color: #FFFFFF;
}

h1 {
  color: #FFFFEE;
  border: solid 10px #E4BE9A;
  font-size: 24px;
}
h1 span {
  bottom: 0px;
  color: #FFFFEE;
  font-size: 12px;
  position: relative;
  right: 0px;
}

.img {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset;
  overflow: hidden;
  width: 100%;
}
.img > ul {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.img > ul > li {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.img > ul > li > a > span {
  color: #333;
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 5px;
  text-shadow: 1px 1px 2px #FFFFFF, -1px 1px 2px #FFFFFF, -1px -1px 2px #FFFFFF, 1px 1px 2px #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img > ul > li > a > img {
  display: block;
  width: 100%;
}

/*コンテンツ*/
h3 {
  background-color: #7D5C4C;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px -1px 2px rgba(0, 0, 0, 0.5);
  color: #FFFFEE;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

.img + h3 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.5) inset;
}

/*コンテンツ見出しを消す*/
.syllabary-link + h3 {
  display: none;
}

.area-title, .seach-link {
  background-color: #e1e1e1;
  border-radius: 5px 5px 5px 5px;
  border: solid 1px rgba(75, 63, 57, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #4B3F39;
  overflow: hidden;
  margin: 15px auto;
  margin-bottom: 0px;
  padding: 5px;
  position: relative;
  width: calc(95% - 12.5px);
}

/*コンテンツリンク*/
.area-title > h4 {
  color: #555;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
.area-title > h4 > span {
  color: #9c9c9c;
  font-weight: bold;
  padding-bottom: 3px;
  position: absolute;
  right: 5px;
  top: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

/*プラスボタン*/
#area > .list-title:last-child {
  margin-bottom: 15px;
}

/*エリアリスト*/
.arealist {
  border-radius: 0px 0px 5px 5px;
  border: solid 1px rgba(75, 63, 57, 0.75);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: -2px;
  width: calc(95% - 12.5px);
}
.arealist > div {
  background-color: #FAFAFA;
  border: dashed 0px #9c9c9c;
  border-bottom-width: 1.5px;
  box-shadow: 1px 1px 1.5px -1px #4B3F39;
  text-align: center;
}
.arealist > div:last-child {
  border-bottom-width: 0px;
}
.arealist > div:first-child {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
.arealist > div > a {
  font-size: 14px;
  text-decoration: none;
}

.syllabary-link > a {
  font-size: 14px;
  text-decoration: none;
}

.sarea > a {
  font-size: 14px;
  text-decoration: none;
  color: #444;
  display: block;
  padding: 5px 0px;
  position: relative;
}
.sarea > a > span {
  position: absolute;
  right: 10px;
}

/*リンク*/
.seach-link > a {
  color: #FFFFEE;
  text-decoration: none;
}

.syllabary-link {
  clear: both;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -1px 2px rgba(0, 0, 0, 0.5) inset;
}
@media screen and (min-width: 600px) {
  .syllabary-link {
    width: 100%;
    float: left;
  }
}
.syllabary-link > a {
  border: dashed 0px #9c9c9c;
  border-right-width: 2px;
  color: #000;
  display: block;
  float: left;
  font-size: 10px;
  padding: 5px 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 50%;
  letter-spacing: -0.5px;
  line-height: 18px;
}
.syllabary-link > a[href="../pickup/"] {
  background-image: url("../image/hotel-pickup.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-indent: -1000vw;
}
.syllabary-link > a[href="../pickup/"] * {
  display: block;
}
.syllabary-link > a:last-child {
  border-right-width: 0px;
}
.syllabary-link > a > span {
  color: #4B3F39;
  font-size: 16px;
}
.syllabary-link > a img {
  width: 100%;
  min-height: 100%;
}

/**/
p.copyright {
  color: #FFFFFF;
  font-size: 13px;
  height: 75px;
  padding: 27px 10px 0;
  text-align: center;
}
