@charset "UTF-8";
/*
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

/* For Android */
body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

sub {
  font-size: 10px;
  vertical-align: sub;
}

div {
  line-height: 0;
}

ul li, ol li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1001px) {
  a:hover {
    opacity: 0.7;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

.gothic {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.bold {
  font-weight: bold;
}

.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1000px;
}
.wrap img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

@media (max-width: 1000px) {
  main img,
  header img,
  footer img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  .sub {
    font-size: 8px;
  }

  .pc {
    display: none !important;
  }
}
/*==================================================================================
 common
==================================================================================*/
.allWrap {
  padding-top: 130px;
}

.pageAnnotation {
  padding: 20px 0;
  line-height: 1.4;
  font-size: 12px;
}

.slideArea {
  position: relative;
}
.slideArea .slideFrame {
  position: relative;
  margin: 0 auto;
  width: 280px;
  height: 240px;
  overflow: hidden;
}
.slideArea .slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.slideArea .slider li {
  float: left;
  width: 280px;
}
.slideArea .slider li img {
  width: 100%;
}
.slideArea .controller li {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 30px;
}
.slideArea .controller li:first-child {
  margin-left: -150px;
}
.slideArea .controller li:last-child {
  margin-left: 120px;
}

@media (max-width: 1000px) {
  .allWrap {
    padding-top: 60px;
  }
}
/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 25px;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.siteHeader .wrap {
  position: relative;
  max-width: 1200px;
}
.siteHeader .headerLogo {
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 0;
  z-index: 1;
}
.siteHeader .headerLogo a:hover {
  opacity: 1;
}
.siteHeader .headerNavi {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  background: #04255e;
}
.siteHeader .headerNavi li {
  position: relative;
  float: left;
  width: 11%;
}
.siteHeader .headerNavi li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: url("../img/common/header/navi-border.png") no-repeat center center;
}
.siteHeader .headerNavi li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: url("../img/common/header/navi-border.png") no-repeat center center;
}
.siteHeader .headerNavi li.disable a {
  pointer-events: none;
  opacity: .5;
}
.siteHeader .headerNavi li.outline, .siteHeader .headerNavi li.map {
  display: none;
}
.siteHeader .headerNavi a {
  display: block;
  position: relative;
  padding: 19px 0 17px;
  color: #fff;
}
.siteHeader .headerNavi a.new:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../img/common/icon-new.png") no-repeat center center;
}
.siteHeader .asahikaseiLogo,
.siteHeader .brandMenu {
  float: right;
  padding-bottom: 22px;
}
.siteHeader .asahikaseiLogo {
  margin-left: 15px;
}
.siteHeader .otherLinks {
  position: absolute;
  top: 0;
  right: 140px;
  font-size: 12px;
}
.siteHeader .otherLinks li {
  float: left;
  padding-right: 10px;
  line-height: 1.2;
}
.siteHeader .otherLinks li:last-child {
  padding-right: 0;
}
.siteHeader .otherLinks a {
  position: relative;
}
.siteHeader .otherLinks .outline,
.siteHeader .otherLinks .map {
  padding-top: 2px;
}
.siteHeader .otherLinks .outline a,
.siteHeader .otherLinks .map a {
  display: block;
  position: relative;
  padding-left: 18px;
  color: #333;
}
.siteHeader .otherLinks .outline a:before,
.siteHeader .otherLinks .map a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: url("../img/common/icon-outline.png") no-repeat center center;
}
.siteHeader .otherLinks .outline a {
  padding: 5px 0 5px 20px;
}
.siteHeader .otherLinks .map a:before {
  background-image: url("../img/common/icon-map.png");
}
.siteHeader .otherLinks .request a,
.siteHeader .otherLinks .reserve a {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 8px 10px 8px 30px;
  border: 1px solid #8796b2;
}
.siteHeader .otherLinks .request a:before,
.siteHeader .otherLinks .reserve a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 13px;
  height: 100%;
  background: url("../img/common/icon-request.png") no-repeat center center;
}
.siteHeader .otherLinks .request {
  padding-right: 5px;
}
.siteHeader .otherLinks .request a {
  color: #04245f;
}
.siteHeader .otherLinks .reserve a {
  border-color: #c19397;
  color: #7d1d25;
}
.siteHeader .otherLinks .reserve a:before {
  background-image: url("../img/common/icon-reserve.png");
}
.siteHeader .brandMenu {
  position: relative;
  z-index: 10;
}
.siteHeader .brandMenu .btn {
  cursor: pointer;
}
@media (min-width: 1001px) {
  .siteHeader .brandMenu .btn:hover {
    opacity: .7;
  }
}
.siteHeader .brandMenu ul {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 30px;
  width: 200px;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  transform: translateX(-50%);
}
.siteHeader .brandMenu ul li {
  padding-bottom: 30px;
}
.siteHeader .brandMenu ul li:last-child {
  padding: 0;
}
.siteHeader .brandMenu ul a {
  color: #fff;
}
@media (min-width: 1001px) {
  .siteHeader .brandMenu ul a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
@media (min-width: 1001px) {
  .siteHeader {
    transition: top 0.3s;
  }
  .siteHeader .naviArea {
    display: block !important;
  }
  .siteHeader .otherLinks {
    transition-property: top, right;
    transition-duration: 0.3s;
  }
  .siteHeader.fixing {
    top: -80px;
    background: rgba(255, 255, 255, 0.95);
  }
  .siteHeader.fixing .headerNavi {
    border-bottom: 1px solid #09152f;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.9);
    transition: background 0.3s;
  }
  .siteHeader.fixing .headerNavi li {
    width: 8.33333%;
  }
  .siteHeader.fixing .headerNavi li a {
    color: #333;
    transition: color 0.3s;
  }
  .siteHeader.fixing .headerNavi li.outline, .siteHeader.fixing .headerNavi li.map {
    display: block;
  }
  .siteHeader.fixing .headerNavi li.outline a, .siteHeader.fixing .headerNavi li.map a {
    padding: 29px 0 7px;
  }
  .siteHeader.fixing .headerNavi li.outline a:before, .siteHeader.fixing .headerNavi li.map a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 18px;
    background: url("../img/common/icon-outline.png") no-repeat center center;
  }
  .siteHeader.fixing .headerNavi li.map a:before {
    background-image: url("../img/common/icon-map.png");
  }
  .siteHeader.fixing .otherLinks {
    float: none;
    clear: both;
    position: absolute;
    top: 105px;
    right: 0;
    font-size: 11px;
  }
  .siteHeader.fixing .otherLinks li {
    padding-right: 0;
  }
  .siteHeader.fixing .otherLinks li a {
    box-sizing: border-box;
    padding: 8px 0 8px 20px;
    width: 220px;
    border: none;
    text-align: center;
    border-radius: 0 0 10px 0;
  }
  .siteHeader.fixing .otherLinks li a:before {
    left: 50%;
    margin-left: -32px;
  }
  .siteHeader.fixing .otherLinks li br {
    display: none;
  }
  .siteHeader.fixing .otherLinks .outline,
  .siteHeader.fixing .otherLinks .map {
    display: none;
    padding-top: 0;
  }
  .siteHeader.fixing .otherLinks .outline a,
  .siteHeader.fixing .otherLinks .map a {
    color: #fff;
    background: #424242;
  }
  .siteHeader.fixing .otherLinks .outline .outline a:before,
  .siteHeader.fixing .otherLinks .map .outline a:before {
    background-image: url("../img/common/icon-outline-white.png");
  }
  .siteHeader.fixing .otherLinks .outline .map a:before,
  .siteHeader.fixing .otherLinks .map .map a:before {
    margin-left: -92px;
    background-image: url("../img/common/icon-map-white.png");
  }
  .siteHeader.fixing .otherLinks .request a {
    color: #fff;
    background: #04245f;
  }
  .siteHeader.fixing .otherLinks .request a:before {
    background-image: url("../img/common/icon-request-white.png");
  }
  .siteHeader.fixing .otherLinks .reserve a {
    color: #fff;
    background: #7d1d25;
  }
  .siteHeader.fixing .otherLinks .reserve a:before {
    background-image: url("../img/common/icon-reserve-white.png");
  }
}
@media (max-width: 1200px) {
  .siteHeader .headerNavi {
    font-size: 12px;
  }
  .siteHeader .headerNavi a {
    padding: 20px 0 18px;
  }
  .siteHeader.fixing .headerNavi {
    font-size: 10px;
  }
  .siteHeader.fixing .headerNavi li.outline a, .siteHeader.fixing .headerNavi li.map a {
    padding: 31px 0 9px;
  }
  .siteHeader.fixing .headerNavi a {
    padding: 21px 0 19px;
  }
}
@media (max-width: 1000px) {
  .siteHeader {
    padding-top: 10px;
  }
  .siteHeader .headerLogo {
    position: static;
    float: left;
    padding-top: 5px;
  }
  .siteHeader .headerLogo img {
    width: auto;
    height: 30px;
  }
  .siteHeader .menuBtn {
    display: block !important;
    float: right;
    margin-bottom: 10px;
  }
  .siteHeader .naviArea {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .siteHeader .naviArea > .wrap {
    width: auto;
  }
  .siteHeader .headerNavi {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: left;
    font-size: 12px !important;
    background: none;
    z-index: 3;
  }
  .siteHeader .headerNavi ul {
    width: auto;
  }
  .siteHeader .headerNavi li {
    box-sizing: border-box;
    clear: both;
    width: 50%;
    border-top: 1px solid #a1a2a3;
  }
  .siteHeader .headerNavi li:nth-child(2n) {
    float: right;
    clear: none;
    border-left: 1px solid #a1a2a3;
  }
  .siteHeader .headerNavi li.space {
    border-left: 1px solid #a1a2a3;
    height: 43px;
  }
  .siteHeader .headerNavi li:before, .siteHeader .headerNavi li:last-child:after {
    display: none;
  }
  .siteHeader .headerNavi a {
    padding: 16px 5% 14px !important;
    color: #333;
  }
  .siteHeader .headerNavi a.new:before {
    top: 0;
    right: 18px;
    left: auto;
    width: 44px;
    height: 100%;
    background-image: url("../img/sp/common/icon-new.png");
  }
  .siteHeader .headerNavi a:after {
    content: ">";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
  .siteHeader .asahikaseiLogo,
  .siteHeader .brandMenu,
  .siteHeader .otherLinks {
    float: none;
    clear: both;
    padding-bottom: 0;
  }
  .siteHeader .asahikaseiLogo,
  .siteHeader .brandMenu {
    margin-left: 0;
  }
  .siteHeader .asahikaseiLogo {
    display: none;
  }
  .siteHeader .otherLinks {
    position: static;
    text-align: center;
  }
  .siteHeader .otherLinks li {
    box-sizing: border-box;
    clear: both;
    width: 50%;
    padding: 0 !important;
    border-top: 1px solid #a1a2a3;
    line-height: 1;
  }
  .siteHeader .otherLinks li:nth-child(2n) {
    float: right;
    clear: none;
    border-left: 1px solid #a1a2a3;
  }
  .siteHeader .otherLinks li .pc {
    display: none !important;
  }
  .siteHeader .otherLinks li .sp {
    display: block !important;
  }
  .siteHeader .otherLinks a {
    padding: 16px 5% 14px !important;
    border: none !important;
    color: #fff !important;
    background: #454647;
  }
  .siteHeader .otherLinks a:before {
    display: none !important;
  }
  .siteHeader .otherLinks .request a {
    background: #04245f;
  }
  .siteHeader .otherLinks .reserve a {
    background: #7d1d25;
  }
  .siteHeader .brandMenu {
    font-size: 12px;
    background: #09152f;
  }
  .siteHeader .brandMenu .btn {
    display: none;
  }
  .siteHeader .brandMenu .menuTitle {
    display: block !important;
    text-align: center;
    padding: 13px 0;
    font-size: 14px;
    color: #fff;
  }
  .siteHeader .brandMenu ul {
    display: block !important;
    position: static;
    padding: 0;
    width: auto;
    text-align: left;
    background: none;
    transform: translateX(0);
  }
  .siteHeader .brandMenu ul li {
    box-sizing: border-box;
    float: left;
    clear: both;
    padding-bottom: 0;
    width: 50%;
    border-top: 1px solid #2f3749;
  }
  .siteHeader .brandMenu ul li:nth-child(2n) {
    float: right;
    clear: none;
    border-left: 1px solid #2f3749;
  }
  .siteHeader .brandMenu ul a {
    display: block;
    position: relative;
    padding: 16px 5% 14px;
  }
  .siteHeader .brandMenu ul a:after {
    content: ">";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
  .siteHeader .closeBtn {
    display: block !important;
    text-align: center;
    padding: 13px 0;
    line-height: 1;
    font-size: 14px;
    background: #22252c;
    color: #fff;
  }
  .siteHeader .layer {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: -1;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter .footerNavi {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  background: #e5e5e5;
}
.siteFooter .footerNavi li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid #5e5e5e;
}
.siteFooter .footerNavi li:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
}
.siteFooter .footerNavi li.disable a {
  pointer-events: none;
  opacity: .3;
}
.siteFooter .footerNavi a {
  color: #333;
}
.siteFooter .footerNavi a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  .siteFooter .footerNavi a:hover {
    text-decoration: underline;
  }
}
.siteFooter .contactArea {
  margin-bottom: 50px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background: #09152f;
}
.siteFooter .contactArea .title {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #9e7c42;
}
.siteFooter .contactArea .text {
  line-height: 1.4;
  font-size: 16px;
}
.siteFooter .contactArea .text .tel {
  display: block;
  margin: 5px 0;
  text-align: center;
  font-size: 240%;
  color: #fff;
}

/*==================================================================================
 commonAsides
==================================================================================*/
.commonAsides {
  padding-bottom: 80px;
}
.commonAsides h4 {
  padding-bottom: 30px;
  text-align: center;
}
.commonAsides > ul li {
  float: left;
  padding: 0 2% 30px 0;
  width: 32%;
}
.commonAsides > ul li:nth-child(3n) {
  padding-right: 0;
}
.commonAsides > ul li:nth-child(3n+1) {
  clear: both;
}
.commonAsides > ul li:nth-last-child(-n+3) {
  padding-bottom: 0;
}
.commonAsides > ul li a {
  box-sizing: border-box;
  display: block;
}
.commonAsides .bnrs {
  text-align: center;
}
.commonAsides .bnrs li a {
  padding: 22px 3% 16px;
  border: 1px solid #877259;
}
.commonAsides.recommend ul.pc {
  width: 100%;
}
.commonAsides.recommend ul.pc li a,
.commonAsides.recommend .slider li a {
  color: #000;
}
.commonAsides.recommend ul.pc li .image,
.commonAsides.recommend .slider li .image {
  padding-bottom: 5px;
}
.commonAsides.recommend ul.pc li dt,
.commonAsides.recommend .slider li dt {
  padding-bottom: 5px;
  line-height: 1.4;
  font-size: 15px;
}
.commonAsides.recommend ul.pc li dd,
.commonAsides.recommend .slider li dd {
  line-height: 1.7;
  font-size: 12px;
}
.commonAsides.related {
  padding-bottom: 100px;
}
.commonAsides.related li a {
  padding: 19px 3% 14px;
}

/*==================================================================================
 atlasFooter
==================================================================================*/
.atlasFooter {
  text-align: center;
}
.atlasFooter .siteTitle {
  padding-bottom: 20px;
  font-size: 14px;
}
.atlasFooter .otherLinks {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbd8d8;
  text-align: center;
  font-size: 12px;
}
.atlasFooter .otherLinks li {
  display: inline-block;
}
.atlasFooter .otherLinks li:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 2px 0 7px;
  width: 1px;
  height: 12px;
  background: #7a7a7a;
}
.atlasFooter .otherLinks li a {
  color: #333;
}
.atlasFooter .otherLinks li a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  .atlasFooter .otherLinks li a:hover {
    text-decoration: underline;
  }
}
.atlasFooter .otherLinks li:last-child:after {
  display: none;
}
.atlasFooter .logos {
  padding-bottom: 15px;
  text-align: center;
}
.atlasFooter .logos li {
  display: inline-block;
  padding-right: 30px;
}
.atlasFooter .logos li:last-child {
  padding-right: 0;
}
.atlasFooter .logos a:hover {
  opacity: 1;
}
.atlasFooter .copyright {
  padding: 10px 0;
  font-size: 12px;
  color: #fff;
  background: #6b6969;
}
@media (max-width: 1000px) {
  .atlasFooter {
    padding-bottom: 60px;
  }
  .atlasFooter .fixingBtns {
    box-sizing: border-box;
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 6px 5px;
    width: 100%;
    font-size: 10px;
    z-index: 90;
    background: #fff;
  }
  .atlasFooter .fixingBtns li {
    box-sizing: border-box;
    float: left;
    padding-right: 5px;
    width: 20%;
    text-align: center;
  }
  .atlasFooter .fixingBtns li:last-child {
    padding-right: 0;
  }
  .atlasFooter .fixingBtns li a {
    display: block;
    position: relative;
    padding: 7px 0 8px;
    border: 1px solid #333;
    color: #333;
  }
  .atlasFooter .fixingBtns li a:before {
    content: "";
    display: block;
    margin-bottom: 3px;
    width: 100%;
    height: 18px;
    background: url("../img/sp/common/icon-tel.png") no-repeat center center;
  }
  .atlasFooter .fixingBtns li.outline a:before {
    background-image: url("../img/common/icon-outline.png");
  }
  .atlasFooter .fixingBtns li.map a:before {
    background-image: url("../img/common/icon-map.png");
  }
  .atlasFooter .fixingBtns li.request a {
    border-color: #04245f;
    color: #04245f;
  }
  .atlasFooter .fixingBtns li.request a:before {
    background-image: url("../img/common/icon-request.png");
  }
  .atlasFooter .fixingBtns li.reserve a {
    border-color: #7d1d25;
    color: #7d1d25;
  }
  .atlasFooter .fixingBtns li.reserve a:before {
    background-image: url("../img/common/icon-reserve.png");
  }
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter,
  .commonWindowBtns {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top .mainVisual {
  position: relative;
  height: 80vh;
  background: url("../img/top/mv.jpg") no-repeat center center;
  background-size: cover;
}
#top .mainVisual .points {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 3%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
#top section.information {
  padding: 40px 0;
  text-align: center;
  background: url("../img/top/info-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}
#top section.information h2 {
  padding-bottom: 30px;
}
#top .beigeArea {
  position: relative;
  padding: 60px 0;
  text-align: center;
  background: #e3d7c1;
}
#top .beigeArea > .wrap {
  position: relative;
  z-index: 3;
}
#top .beigeArea:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/contact-border.png") no-repeat center center;
  z-index: 1;
}
#top .beigeArea h3 {
  padding-bottom: 40px;
  font-size: 16px;
  color: #79680a;
}
#top .beigeArea section {
  position: relative;
  float: right;
  width: 50%;
}
#top .beigeArea section:last-of-type {
  float: left;
}
#top .beigeArea section .text {
  font-size: 16px;
  line-height: 1.4;
}
#top .beigeArea section.request .text {
  padding-bottom: 15px;
}
#top .beigeArea section.request .bnrs {
  margin: auto;
  width: 300px;
  text-align: center;
  font-size: 18px;
}
#top .beigeArea section.request .bnrs li:first-child {
  padding-bottom: 15px;
}
#top .beigeArea section.request .bnrs li:last-child a {
  background-image: url("../img/top/bnrs-reserve-bg.jpg");
}
#top .beigeArea section.request .bnrs a {
  display: block;
  padding: 17px 0 15px;
  color: #fff;
  background: url("../img/top/bnrs-request-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
#top .beigeArea section.contact .number {
  display: block;
  padding: 15px 0;
  font-size: 220%;
}
#top .beigeArea section.contact .number a {
  color: #333;
}
#top .grayArea {
  padding: 60px 0;
  background: #292928;
}
@media (max-width: 1000px) {
  #top .beigeArea section .text {
    font-size: 12px;
  }
  #top .beigeArea section.contact .number {
    padding: 20px 0;
  }
}

/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 page
==================================================================================*/
/*==================================================================================
 page
==================================================================================*/

/*# sourceMappingURL=style.css.map */
