@charset "UTF-8";
/* CSS Document */


.index .btn a {
  display: flex;
  width: 400px;
  height: 60px;
  border-radius: 10px;
  background: #333 url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
  background-size: 5px auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 auto;
  box-shadow: 0px 1px 0 1px #ddd;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.index .btn a:hover {
  opacity: 0.7;
}

.index .btn.btn_calendar a {
  background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
  background-position: right 10px center, left 15px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 5px auto, 22px auto;
  background-color: #aa50aa;
}

.index .btn.btn_calendar a:hover {
  background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
  background-position: right 10px center, left 15px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 5px auto, 22px auto;
  background-color: #c188c2;
}

/*--------------------------------------
	h2
---------------------------------------*/
.index section h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: center;
}

.index section h2 span {
  display: block;
  font-family: "Oswald";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #9bd0ed;
  margin: 8px 0 0;
}

.index .inline {
  width: 1140px;
  margin: 0 auto;
}


/*--------------------------------------
	contentsWrap
---------------------------------------*/
#contentsWrap {
  padding: 0 0 0;
}



/*--------------------------------------
	heroArea
---------------------------------------*/
#heroArea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#heroArea .txtArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

#heroArea .txtArea>div {
  width: auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

#heroArea .txtArea>div img {
  width: auto;
  height: 75px;
  display: block;
}

#heroArea .txtArea>div .catch01 {
  margin: 0 0 35px;
}

.fadeInAnime1s {
  animation-name: fadeIn1s;
}

.fadeIn1s {
  animation-name: fadeIn1s;
  animation-delay: 2.5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn1s {
  0% {}

  100% {
    opacity: 1;
  }
}

.fadeIn5s {
  animation-name: fadeIn5s;
  animation-delay: 5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn5s {
  0% {}

  100% {
    opacity: 1;
  }
}

/*#heroArea .txtArea p {
  display: table-cell;
  vertical-align: middle;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  color: #fff;
  position: relative;
  z-index: 2;
  
}*/
#heroArea ul {
  width: 100%;
}

#heroArea ul li {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 850px;
}

#heroArea ul li a {
  display: block;
  height: 850px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#heroArea ul li a:hover {
  display: block;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}


@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#heroArea .slick-arrow {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  z-index: 10;
}

#heroArea .slick-arrow:hover {
  opacity: 0.8;
}

#heroArea .slick-prev {
  background: url('../../images/top/arrow_slide_prev.png') no-repeat center left;
  width: 23px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

#heroArea .slick-next {
  background: url('../../images/top/arrow_slide_next.png') no-repeat center right;
  width: 23px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.fadeIn {
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fadeIn.first {
  animation-delay: 1.5s;
  opacity: 0;
}

.fadeIn.last {
  animation-delay: 4s;
  opacity: 0;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeOut {
  animation-name: fadeout;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fadeOut.second {
  animation-delay: 1s;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#heroArea .topSlider {
  opacity: 0;
  transition: opacity .2s linear;
}

#heroArea .topSlider.slick-initialized {
  opacity: 1;
}


/*--------------------------------------
	message
---------------------------------------*/
#message {
  background: #fff;
  margin: -10rem 0 0;
  clip-path: ellipse(60vw 55% at 50% 55%);
  position: relative;
  z-index: 2;
  padding: 66px 0 100px;
}

#message .stopText {
  text-align: center;
}

#message .stopText a {
  display: inline-block;
  color: #E25B61;
  text-decoration: underline;
}

#message p {
  width: 1000px;
  background: #E25B61;
  border-radius: 999px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 15px;
}



/*--------------------------------------
	pickup
---------------------------------------*/
#pickup {
  width: calc(100% - 100px);
  position: relative;
  border-radius: 20px;
  background: url("../../images/top/pickup_bg.jpg") center 60% no-repeat;
  background-size: cover;
  margin: 100px auto 100px;
}

#pickup .inline {
  display: block;
  width: 1140px;
  margin: 0 auto;
  padding: 50px 0;
}

#pickup .eng {
  font-family: "Oswald";
  font-size: 22px;
  font-size: 9.0rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 45px;
  left: 50px;
  opacity: 0.6;
}

#pickup .titArea {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
}

#pickup .h2Area {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background: url("../../images/top/pickup_ico.png") center 24px no-repeat #fff;
  background-size: 54px auto;
  padding: 80px 0 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

#pickup .h2Area h2 {
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  color: #78b43c;
  margin: 0 0 10px;
}

#pickup .h2Area p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #78b43c;
}

#pickup .eventWrap {
  display: table-cell;
  vertical-align: middle;
  width: 920px;
}

#pickup .bx-wrapper {
  width: 920px;
  margin: 0 0 40px;
}

#pickup .event {
  width: 100%;
}

#pickup .event li {
  width: 300px;
  float: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

#pickup .event li .photo {
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}

#pickup .event li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 240 / 160;
}

#pickup .event li .iconArea {
  display: block;
  margin: 0 0 10px;
}

#pickup .event li .iconArea span {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #3c96c8;
  padding: 5px 10px;
  margin: 0 4px 0 0;
  border-radius: 5px;
  float: left;
}

#pickup .event li h3 {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

#pickup .btnArea {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#pickup .btnArea .btn {
  width: 400px;
  margin: 0 15px;
}

#pickup .bx-wrapper .bx-prev {
  left: -12px;
  background: url('../../images/top/pickup_slide_prev.png') no-repeat center left;
  background-size: 100% auto;
}

#pickup .bx-wrapper .bx-next {
  right: -12px;
  background: url('../../images/top/pickup_slide_next.png') no-repeat center right;
  background-size: 100% auto;
}

#pickup .bx-wrapper .bx-controls-direction a {
  width: 24px;
  height: 50px;
}

@media screen and (max-width: 1202px) {
  #pickup .btnArea .btn {
    width: 370px;
    margin: 0 0 0 15px;
  }

  #pickup .btnArea .btn a {
    width: 370px;
  }

}


/*--------------------------------------
	info
---------------------------------------*/
#info {
  background: #9bd0ed;
  margin: 0 0 0;
  clip-path: ellipse(100vw 65% at 50% 65%);
  position: relative;
  z-index: 2;
  padding: 130px 0 100px;
}

#info .inline {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#info h2 {
  margin: 0 0 40px;
}

#info .box {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 58px 20px 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#info .box li {
  list-style: none;
  border-bottom: 1px solid #333;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

#info .box li a {
  font-size: 1.6rem;
}

#info .box li a .date {
  font-size: 1.4rem;
}

#info .box li .new {
  display: inline-block;
  background: #d26464;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 14px;
  line-height: 1;
  margin: 0 0 0 2em;
}

#info ul {
  padding: 30px 20px 1px;
  margin: 0 0 30px;
}

#info .news ul {
  background: #fff;
  border-radius: 5px;
}

#info .room ul {
  background: #faf8eb;
  border-radius: 5px;
}

#info .btn {}



/*--------------------------------------
	instagram
---------------------------------------*/
#instagram {
  background: #fff;
  padding: 100px 0 100px;
  margin: 0;
}

#instagram h2 {
  margin: 0 0 60px;
}

#instagram #sb_instagram {
  margin: 0 0 40px;
}



/*--------------------------------------
	facility
---------------------------------------*/
#facility {
  background: #fff;
  padding: 100px 0 100px;
  margin: 0;
}

#facility h2 {
  margin: 0 0 60px;
}

#facility ul {
  display: flex;
  justify-content: space-between;
}

#facility ul li {
  width: 220px;
}

#facility ul li a {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#facility ul li a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#facility ul li .pic {
  width: 100%;

}

#facility ul li .pic img {
  height: 220px;
  border-radius: 200px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  margin: 0 0 15px;
}

#facility ul li .txt {
  display: table;
  width: 100%;
}

#facility ul li .txt p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}



/*--------------------------------------
	access
---------------------------------------*/
#access {
  /*background: #f2f8dd;*/
  background: #fff;
  padding: 100px 0 100px;
  margin: 0;
}

#access h2 {
  margin: 0 0 60px;
}

#access .mapArea {
  padding: 72px 120px;
  background: #fff;
  border-radius: 5px;
  margin: 0 0 60px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

#access .mapArea img {
  width: 100%;
  height: auto;
}





/* //////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////

SPサイトcss

////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {

  .index .btn a {
    display: flex;
    width: 90%;
    height: 60px;
    border-radius: 10px;
    background: #333 url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
    background-size: 5px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
    box-shadow: 0px 1px 0 1px #ddd;
  }

  .index .btn a:hover {
    opacity: 0.7;
  }

  .index .btn.btn_calendar a {
    background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
    background-position: right 10px center, left 15px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 5px auto, 22px auto;
    background-color: #aa50aa;
  }

  .index .btn.btn_calendar a:hover {
    background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
    background-position: right 10px center, left 15px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 5px auto, 22px auto;
    background-color: #aa50aa;
  }

  /*--------------------------------------
	h2
---------------------------------------*/
  .index section h2 {
    font-size: 2.8rem;
    line-height: 1.6;
    text-align: center;
  }

  .index section h2 span {
    display: block;
    font-family: "Oswald";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    color: #9bd0ed;
    margin: 8px 0 0;
  }

  .index .inline {
    width: 94%;
    margin: 0 auto;
  }


  /*--------------------------------------
	contentsWrap
---------------------------------------*/
  #contentsWrap {
    padding: 0 0 0;
  }



  /*--------------------------------------
	heroArea
---------------------------------------*/
  #heroArea {
    position: relative;
    z-index: 1;
  }

  #heroArea .txtArea {
    display: none !important;
    width: 100%;
    height: 280px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  #heroArea .txtArea>div {
    width: 80%;
    height: auto;
  }

  #heroArea .txtArea>div img {
    height: auto;
  }

  #heroArea .txtArea>div .catch01 {
    margin: 0 0 18px;
  }

  /*#heroArea .txtArea p {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  color: #fff;
  position: relative;
  z-index: 2;
  
}*/
  #heroArea ul {
    width: 100%;
  }

  #heroArea ul li {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 300px;
  }

  #heroArea ul li a {
    display: block;
    height: 300px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  #heroArea ul li a:hover {
    display: block;
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }

  #heroArea .slick-arrow {
    background-size: 100%;
  }

  #heroArea .slick-arrow:hover {
    opacity: 1;
  }

  #heroArea .slick-prev {
    width: 18px;
    height: 35px;
    top: 46%;
    left: 10px;
  }

  #heroArea .slick-next {
    width: 18px;
    height: 35px;
    top: 46%;
    right: 10px;
  }


  /*--------------------------------------
	message
---------------------------------------*/
  #message {
    background: #fff;
    margin: -10rem 0 0;
    clip-path: ellipse(100vw 55% at 50% 70%);
    position: relative;
    z-index: 2;
    padding: 100px 0 80px;
  }

  #message .stopText {
    width: 94%;
    text-align: center;
    margin: 0 auto;
  }

  #message .stopText a {
    display: inline-block;
    color: #E25B61;
    text-decoration: underline;
  }

  #message p {
    width: 94%;
    background: #E25B61;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    padding: 15px 15px;
  }



  /*--------------------------------------
	pickup
---------------------------------------*/
  #pickup {
    width: 94%;
    position: relative;
    border-radius: 20px;
    background: url("../../images/top/pickup_bg.jpg") center 60% no-repeat;
    background-size: cover;
    margin: 60px auto 60px;
    overflow-x: hidden;
  }

  #pickup .inline {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 175px 20px 40px;
    position: relative;
  }

  #pickup .eng {
    font-family: "Oswald";
    font-size: 22px;
    font-size: 4.0rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 63px;
    left: 20px;
    opacity: 0.6;
  }

  #pickup .titArea {
    display: block;
    width: 220px;
    position: absolute;
    top: -15px;
    right: -13px;
    z-index: 2;
  }

  #pickup .h2Area {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: url("../../images/top/pickup_ico.png") center 24px no-repeat #fff;
    background-size: 54px auto;
    padding: 80px 0 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  }

  #pickup .h2Area h2 {
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
    color: #78b43c;
    margin: 0 0 10px;
  }

  #pickup .h2Area p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #78b43c;
  }

  #pickup .eventWrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  #pickup .bx-wrapper {
    width: 100%;
    margin: 0 0 30px;
  }

  #pickup .event {
    width: 100%;
  }

  #pickup .event li {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  #pickup .event li .photo {
    width: 100%;
    height: 61.538%;
    margin: 0 0 15px;
  }

  #pickup .event li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #pickup .event li .iconArea {
    display: block;
    margin: 0 0 10px;
  }

  #pickup .event li .iconArea span {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #3c96c8;
    padding: 5px 10px;
    margin: 0 4px 0 0;
    border-radius: 5px;
    float: left;
  }

  #pickup .event li h3 {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }

  #pickup .btnArea {
    display: block;
    justify-content: center;
    margin: 0 auto;
  }

  #pickup .btnArea .btn {
    width: 90%;
    margin: 0 auto;
  }

  #pickup .btnArea .btn:first-child {
    margin: 0 auto 10px;
  }

  #pickup .btnArea .btn a {
    width: 100%;
  }

  #pickup .bx-wrapper .bx-prev {
    left: -12px;
    background: url('../../images/top/pickup_slide_prev.png') no-repeat center left;
    background-size: 100% auto;
  }

  #pickup .bx-wrapper .bx-next {
    right: -12px;
    background: url('../../images/top/pickup_slide_next.png') no-repeat center right;
    background-size: 100% auto;
  }

  #pickup .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 50px;
  }



  /*--------------------------------------
	info
---------------------------------------*/
  #info {
    width: 100%;
    background: #9bd0ed;
    margin: 0 0 0;
    clip-path: ellipse(210vw 65% at 50% 65%);
    position: relative;
    z-index: 2;
    padding: 80px 0 60px;
  }

  #info .inline {
    display: block;
  }

  #info h2 {
    margin: 0 0 30px;
  }

  #info .box {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 30px 20px 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
  }

  #info .box:last-child {
    margin: 0;
  }

  #info .box li {
    list-style: none;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 30px;
    margin: 0 0 30px;
  }

  #info .box li a {
    font-size: 1.4rem;
  }

  #info .box li a .date {
    font-size: 1.2rem;
  }

  #info .box li .new {
    display: inline-block;
    background: #d26464;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-radius: 5px;
    font-size: 1.1rem;
    padding: 5px 14px;
    line-height: 1;
    margin: 0 0 0 2em;
  }

  #info ul {
    padding: 30px 20px 1px;
    margin: 0 0 30px;
  }

  #info .news ul {
    background: #fff;
    border-radius: 5px;
  }

  #info .room ul {
    background: #faf8eb;
    border-radius: 5px;
  }

  #info .btn {}



  /*--------------------------------------
	instagram
---------------------------------------*/
  #instagram {
    background: #fff;
    padding: 60px 0 60px;
    margin: 0;
  }

  #instagram h2 {
    margin: 0 0 30px;
  }

  #instagram #sb_instagram {
    margin: 0 0 20px;
  }



  /*--------------------------------------
	facility
---------------------------------------*/
  #facility {
    width: 100%;
    background: #fff;
    padding: 60px 0 60px;
    margin: 0;
  }

  #facility h2 {
    margin: 0 0 30px;
  }

  #facility ul {
    display: block;
    width: 98%;
    margin: 0 auto;
  }

  #facility ul li {
    width: 47%;
    float: left;
    margin: 0 1.5% 15px 1.5%;
  }

  #facility ul li a {}

  #facility ul li a:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #facility ul li .pic {
    width: 100%;

  }

  #facility ul li .pic img {
    height: auto;
    border-radius: 200px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    margin: 0 0 10px;
  }

  #facility ul li .txt {
    display: table;
    width: 100%;
  }

  #facility ul li .txt p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }



  /*--------------------------------------
	access
---------------------------------------*/
  #access {
    width: 100%;
    /*background: #f2f8dd;*/
    background: #fff;
    padding: 60px 0 60px;
    margin: 0;
  }

  #access h2 {
    margin: 0 0 30px;
  }

  #access .mapArea {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  }

  #access .mapArea img {
    width: 100%;
    height: auto;
  }




}