/* ========================================
	Main   height: calc(100vh - 120px);
======================================== */
#main_index {
  box-sizing: content-box;
  position: relative;

  min-height: 550px;
  background: #fff; }
  #main_index .lead {
    z-index: 100;
    position: absolute;
    width: 100%;
    top: 45%;
    margin: -100px 0 0 0;
    text-align: center; }
    #main_index .lead h1 {
      color: #372922; }
      #main_index .lead h1 img {
        margin: auto; }
  #main_index .search_wrapper {
    z-index: 100;
    position: absolute;
    left: 0;
    bottom: 88px;
    width: 100%;
    padding: 0 20px;
    text-align: center; }
  #main_index .slick-track li {
    height: calc(60vh - 120px);
    min-height: 600px;
    text-align: center;
    background-position: center;
    background-size: cover; }
  #main_index .search_main {
    margin: 0 auto 40px; }

    #main_index .mbt {
	position: absolute;

	left: 65%;
	bottom: 12%;
	right: 0;
	width: 250px;
	height: 250px;
	margin: auto;
	z-index: 2;
}

.contents {
  background: transparent; }
  .contents h2, .contents h3, .contents h4, .contents h5 {
    line-height: 1.4; }

/* ========================================
	About  background: url(../images/common/beige_bg.png) repeat;
======================================== */
#about {
  padding: 80px 0 80px;

  margin-bottom:0;
  }
  #about .wrapper {
    max-width: 800px;
	text-align: center;
  }
  #about .wrapper header p{
	  padding:30px 0 35px;
	  }
	#about .wrapper > p{
	  color:#333333;
	}

/* ========================================
	Comfortable
======================================== */
#comfortable {
  background: #fff; }
  #comfortable > header {
    margin-bottom: 140px;
    text-align: center;
    background: url(../images/index/com_header_bg.jpg) no-repeat center;
    background-size: cover;
	position:relative;
	height:450px;
	 }
    #comfortable > header .inner {
	  position:absolute;
      width: 430px;
      margin: auto;
	  top:225px;
	  left:0;
	  right:0;
	  padding-top:47px;
	  }
      #comfortable > header .inner p.title {
        margin-top: 30px;
        color:#1D2839;
		}
        #comfortable > header .inner p.title span {
          display: block;
          margin-bottom: 20px; }
      #comfortable > header .inner h2 {
        margin-bottom: 5px;
        line-height: 1.2; }
        #comfortable > header .inner h2 span {
          color: #2cb176;
          font-size: 50px; }
      #comfortable > header .inner .com {
        margin-bottom: 18px; }

.com_section {
  position: relative;
  }

  .com_section:last-child:before {
    display: none; }

  .com_section .wrapper {
	width:93.5%;
    max-width: 1590px;
margin: 0;
  }

@media screen and (max-width: 1590px) {
	.com_section .wrapper {
		width:100%;
		}
}
  .com_section .box {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
    -moz-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
    -ms-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
    -o-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
    transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
    overflow: hidden; }

  .com_section .box.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.com_section .main{
  width: 48.9496%;
}
  .com_section .main > header {
    margin-bottom: 23px;
    letter-spacing: .1em;
	}
    .com_section .main > header h3 {
      margin-bottom: 40px;
    padding-top: 10px;
    font-size: 40px;

}
      .com_section .main > header h3 span {
        color:#ADA077;
		 }
  .com_section .main .lead {
    margin-bottom: 60px;
    letter-spacing: .1em;
    line-height: 1.4;
	font-weight:bold;
	 }
   .com_section .main .lead2 {
     margin-top: 50px;
     margin-bottom: 0px;
     letter-spacing: .1em;
     line-height: 1.4;
font-size: 18px;
   }
    .com_section .main .lead2  span{
      color: #2cb176;
    }

	 .com_section .main .text {
      margin-bottom: 55px;
	  }

.com_section .images{
  width: 50.9245%;
  position: relative;
	}

	.com_section .images .slick-dots {
	  top:20px;
 }
/*  .com_section .main .btn {
    text-align: center; }
    .com_section .main .btn a {
      display: block;
      max-width: 200px;
      margin: auto;
      line-height: 50px;
      border-radius: 5px;
      text-align: center;
      color: #fff;
      background: url(../images/index/btn_bg.png); }
      .com_section .main .btn a span {
        display: inline-block;
        padding-right: 20px;
        background: url(../images/index/btn_arrow.png) no-repeat right center; }*/

/* ========================================
	Room
======================================== */
#room {
  margin-bottom: 50px;
  padding-bottom:50px; }

  #room .wrapper{
	margin-left:0;
	}

  #room .wrapper .images {
    float: left;
	}

  #room .wrapper .main {
    float: right;
	padding-left:4.5911%;
	}
    @media screen and (max-width: 1590px) {
      #room .wrapper .main {
        padding-right: 3%;

         } }

  #room .wrapper .box02 {
    position: absolute;
    right: 5px;
    bottom: -80px;
	width:40.5925%;
	}

/* ========================================
	Facilities
======================================== */
#facilities {
  margin-top: 50px;
  padding-top:50px; }

  #facilities .wrapper{
	margin-right:0;
	}

  #facilities .wrapper .images {
	float:left;
	}
    #facilities .wrapper .images .box01 {
      width: 60.4444%;
        float: left;
	  }
    #facilities .wrapper .images .box02 {
      width: 38.6296%;
        float: right;
	  }
	#facilities .wrapper .images .box03{
		position:absolute;
		bottom:-140px;
		left:16.6666%;
		width:40.3703%;
		}
  #facilities .wrapper .main {
    padding-left: 4.5911%;
        padding-right: 4%;
	}
    @media screen and (max-width: 1590px) {
      #facilities .wrapper .main {
       } }
    #facilities .wrapper .main .text {
      padding-right: 10px; }
/*    #facilities .wrapper .main .btn {
      position: absolute;
      width: 100%;
      right: -210px;
      bottom: 0;
      z-index: 100; }
      #facilities .wrapper .main .btn a {
        margin: 0 0 0 auto; }*/

/* ========================================
	Access
======================================== */
#access .wrapper{
	margin-left:auto;
	}
#access .wrapper .images {
  float:right;
   }
  #access .wrapper .images .box02 {
    width: 30.1851%;
    position: absolute;
    right: 75%;
    bottom: -98px; }

#access .wrapper .main{
	float:left;
  padding-right: 2.5911%;
      padding-left: 4%;
	}
@media screen and (max-width: 1230px) {
  #access .wrapper .main {
    padding-right: 20px; } }

/* ========================================
	Point
    background:url(../images/common/beige_bg.png) repeat;
======================================== */
#point {
  position: relative;
  background: #fff;

  padding-bottom:50px;
  margin-bottom:0;
   }
  #point > div > header {
    text-align: center;
	padding: 50px 0 50px;
	position:relative;
	z-index:1;
	}
  .topbox header {
    text-align: center;
	padding: 0px!important;
	position:relative;
	z-index:1;
	}

/*    #point > header .inner {
      max-width: 700px;
      margin: auto;
      padding: 50px 0 20px; }*/
      #point > div > header p.title {
        margin: 0 0 10px;
        color: #1D2939; }
        #point > div > header p.title span {
          display: block;
          margin-bottom:20px; }
      #point > div > header h2 {
        margin-bottom: 20px;
        line-height: 1;
        color: #1D2939; }
      #point > div > header .com {
        margin-bottom: 18px; }

.point_section .box {
  position: relative;
  zoom: 1;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
  -moz-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
  -ms-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
  -o-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
  transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  background: transparent; }
.point_section .box.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
.point_section .main {
  max-width: 300px; }
  .point_section .main header {
    margin-bottom: 20px;
    letter-spacing: .1em; }
    .point_section .main header div {
      margin-bottom: 35px;
      color: #cbaa5c;
      border-bottom: #e4d2ab 2px solid;
      background-repeat: no-repeat;
      background-position: right bottom; }
      .point_section .main header div span {
        display: inline-block;
        line-height: .7;
        vertical-align: bottom; }
      .point_section .main header div em {
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #cbaa5c;
        border-radius: 100%;
        color: #fff; }
  .point_section .main h3 {
    letter-spacing: .1em; }
  .point_section .main .lead {
    margin-bottom: 15px;
    color: #d6bc7c; }
  .point_section .main .text {
    margin-bottom: 25px; }
  .point_section .main .btn a {
    margin-left: 0; }
.point_section .box01 .main {
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 5; }

/* ========================================
	Stay
======================================== */
#stay {
  padding: 50px 0 45px;
 }
  #stay .wrapper {
    max-width: 1190px; }

#stay .wrapper .upper{
	position:relative;
	padding-bottom:20px;
	}

#stay .wrapper .upper .box01{
  position: relative;
  z-index: 1;
  width: 27.8235%;
  float: left;
    margin-left: 8%;
	}
  #stay .wrapper .upper .box01:first-child{
      margin-left:0;
  }
  #stay .wrapper .upper .box01 h4{
    margin-top: 15px;
    font-size: 18px;
    }
      #stay .wrapper .upper .box01 .icon_hin {
        font-size: 12px;
        background: #2cb176;
        padding: 2px 10px 2px 10px;
        display: inline-block;
        color: #fff;
        margin-top: 10px;
        margin-bottom:5px;
      }
      #stay .wrapper .upper .box01 a:hover{
        color: #0066cc;
      }


/*  #stay .box {
    width: 50%;
    float: left; }
    #stay .box:nth-child(2n+1) {
      clear: both; }*/
  #stay .main_wrapper {
    position: relative; }
    #stay .main_wrapper .main {
      position: relative;
      width: 60%;
      padding-bottom: 50%; }
      #stay .main_wrapper .main header div {
        background-image: url(../images/index/stay.png); }
    #stay .main_wrapper figure {
      position: absolute;
      right: 10px;
      bottom: 0;
      width: 78.38384%; }
  #stay .stay_box {
    padding-bottom: 35px; }
    #stay .stay_box figure {
      margin-bottom: 12px; }
      #stay .stay_box figure img {
        width: 100%; }
    #stay .stay_box section {
      padding: 0 10px; }
    #stay .stay_box h4 {
      margin-bottom: 15px;
     }
      #stay .stay_box h4 span {
        color: #AFA277;
		display:inline-block;
		margin-right:10px;
		position:relative;
		}
		#stay .stay_box h4 span:after{
			display:block;
			content:"";
			width:26px;
			border-bottom:2px solid #AFA277;
			position:absolute;
			left:0;
			bottom:10px;
			}

#stay .wrapper .lower > div{
	width:49.1596%;
	width:calc(50% - 10px);
	float:left;
	margin-left:20px;
	}

#stay .wrapper .lower > div:nth-child(2n+1){
	margin-left:0;
	clear:both;
	}

/* ========================================
	food
======================================== */
#food {
  padding-bottom: 45px; }
  #food .wrapper {
    max-width: 1190px; }
  #food .main_wrapper {
    position: relative; }
    #food .main_wrapper .main {
      margin: 0 31.93277% 0 42.01681%;
      padding: 60px 0 35px; }
      #food .main_wrapper .main header div {
        background-image: url(../images/index/food.png); }
    #food .main_wrapper figure {
      position: absolute; }
      #food .main_wrapper figure.box01 {
        left: 0;
        bottom: 0;
        width: 34.28571%; }
      #food .main_wrapper figure.box02 {
        right: 0;
		left:0;
        bottom: -120px;
		margin:auto;
		z-index:0;
        width: 29.4958%; }
  #food .lower {
    position: relative;
    zoom: 1;
    overflow: hidden; }
  #food .food_box {
    padding-bottom: 35px;
	width:49.1596%;
	width:calc(50% - 10px);
	float:left;
	margin-left:20px;
	}
    #food .food_box:nth-child(2n+1) {
      clear: both;
	  margin-left:0; }
    #food .food_box figure {
      margin-bottom: 12px; }
      #food .food_box figure img {
        width: 100%; }
    #food .food_box section {
      padding: 0 10px; }
    #food .food_box h4 {
      margin-bottom: 15px;}
      #food .food_box h4 span {
        padding-right: 10px; }

	#point .btn a{
		display:inline-block;
		padding:0 50px;
		}

	#point .btn a:hover{
		margin-bottom:0px;}

/* ========================================
	Footer_access
======================================== */
#footer_access {
  background-image: url(../images/index/f_access_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #AFA277; }
  #footer_access .wrapper {
    max-width: 1620px;
    padding: 0 0 0 20px;
    letter-spacing: -.4em; }
  #footer_access .main {
    display: inline-block;
    width: 32.8125%;
    margin: 40px 0;
    vertical-align: middle;
    text-align: center;
    letter-spacing: normal; }
    #footer_access .main section {
      margin-bottom: 25px;
      padding: 12px 3.80952%;
      border: #AFA277 1px solid; }
      #footer_access .main section h3 {
        position: relative;
        padding: 13px 0 20px;
        letter-spacing: .1em; }
        #footer_access .main section h3:before {
          position: absolute;
          left: 50%;
          top: 0;
          width: 16px;
          height: 1px;
          margin-left: -8px;
          background: #cbaa5c;
          content: ''; }
      #footer_access .main section figure {
        margin-bottom: 15px;}
      #footer_access .main section dl {
        position: relative;
        display: table;
        margin: auto;
        padding: 15px 0;
        line-height: 1.3; }
        #footer_access .main section dl:last-child:after {
          position: absolute;
          left: 10px;
          right: 10px;
          top: 0;
          width: auto;
          height: 2px;
          background: #746950;
          content: ''; }
        #footer_access .main section dl dt, #footer_access .main section dl dd {
          display: table-row; }
          #footer_access .main section dl dt p, #footer_access .main section dl dd p {
            display: table-cell;
            vertical-align: middle;
			}

		#footer_access .main section dl dt p{
			color: #AFA277;}
        #footer_access .main section dl dd p{
          color: #fff; }
          #footer_access .main section dl dd em {
            color: #AFA277; }
          #footer_access .main section dl dd span {
            display: block; }
      #footer_access .main section.hotel {
        float: left;
        width: 63.2381%; }
        #footer_access .main section.hotel .walk {
          float: left;
          width: 48.27586%; }
        #footer_access .main section.hotel .air_plain {
          float: right;
          width: 48.27586%; }
      #footer_access .main section.usj {
        float: right;
        width: 32.7619%; }
  #footer_access .map {
    display: inline-block;
    width: 100%;
    /* padding-left: 10.9375%; */
    /* vertical-align: middle; */
    /* letter-spacing: normal; */
    margin: auto;
    text-align: center;
  }

#footer_access .btn a{
	background:url(../images/common/btn_bg2.png);
	display:inline-block;
	padding:0 50px;
	}

#footer_access .btn a:after{
	border:1px solid #AFA277;
	}

@media screen and (max-width: 1600px) and (min-width: 769px) {
  #footer_access .fs_20 {
    font-size: 1.25vw; }
  #footer_access .fs_35 {
    font-size: 2.1875vw; }
  #footer_access .fs_14 {
    font-size: 0.875vw; } }

/* ========================================
	Blog
======================================== */
#blog {
  position: relative;
  background: #fff;
  background:url(../images/common/beige_bg.png) repeat;
  padding-bottom:200px;
   }
  #blog > div > header {
    text-align: center;
	padding: 50px 0 80px;
	position:relative;
	z-index:1;
	}
      #blog > div > header p.title {
        margin: 0 0 20px;
        color: #1D2939; }
        #blog > div > header p.title span {
          display: block;
          margin-bottom:20px; }
      #blog > div > header h2 {
        margin-bottom: 20px;
        line-height: 1.2;
        color: #1D2939; }
      #blog > div > header .com {
        margin-bottom: 18px; }


/* ========================================
	News
======================================== */
#news {
  background: #fff; }
  #news .wrapper {
    max-width: 1190px;
    padding: 0 0px; }
  #news .inner {
    position: relative;
    display: table;
    width: 100%;
    border-color: #1d2939;
    border-width: 2px 0;
    border-style: solid; }
    #news .inner:before, #news .inner:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background: #1d2939;
      content: ''; }
    #news .inner:before {
      top: 3px; }
    #news .inner:after {
      bottom: 3px; }
  #news header {
    display: table-cell;
    width: 265px;
    padding: 30px 20px;
    text-align: center;
    vertical-align: middle; }
    #news header h3 {
      margin: 10px 0; }
	  #news header h3 + p{
		  background:url(../images/common/title_line.png) no-repeat center bottom;
		  padding-bottom: 20px;
		  margin-bottom:40px;
		  }
  #news .main {
    display: table-cell;
    padding: 25px 30px;
    vertical-align: middle; }
    #news .main ul li {
      overflow: hidden;
      margin-bottom: 10px;
      border-bottom: #d4d4d4 1px dashed; }
    #news .main ul .icon {
      display: block;
      margin-bottom: 3px;
      line-height: 1;
	  height:16px;}
    #news .main ul .date {
      float: left;
      width: 100px; }
    #news .main ul .text {
      margin-bottom: 8px;
      padding-left: 100px; }

/* ========================================
	Plan
======================================== */
#plan {
  background: #fff;
  margin-top:50px;
   }
  #plan .wrapper {
    max-width: 1230px;
    padding: 0 20px; }
    #plan .wrapper li {
      float: left;
      width: 31.68067%;
      margin-right: 2.01681%; }
      #plan .wrapper li:nth-child(3n) {
        margin-right: 0; }
      #plan .wrapper li:nth-child(3n+1) {
        clear: both; }
          #plan .wrapper li .day{
            font-size: 12px;
          }
      #plan .wrapper li figure img {
        width: 100%; }
      #plan .wrapper li section {
        position: relative;
        z-index: 2;
        /* margin: -10% 7.95756% 0; */
        padding: 10px 4.77454% 20px;
        /* background: #F7F2E8; */
        border-top: #2cb176 2px solid;

      }

        #plan .wrapper li section h4 {
          margin-bottom: 8px;
		  color:#1D2939;
		   }
        #plan .wrapper li section p {
          line-height: 1.4; }
          #plan .wrapper li section p.text {
            margin-bottom: 5px; }

/* ========================================
	Banners
======================================== */
#banners {
  padding: 50px 40px;
  background: #f7f2e8; }
  #banners .slick-slide {
    padding: 0 10px;
    text-align: center; }
    #banners .slick-slide img {
      margin: auto; }
  #banners .slick-arrow {
    z-index: 101;
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    margin-top: -27px;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none; }
  #banners .slick-prev {
    left: -15px;
    background: url(../images/index/banners_prev.png); }
  #banners .slick-next {
    right: -15px;
    background: url(../images/index/banners_next.png); }

@media screen and (max-width: 768px) {
  /* ========================================
  	Main
  ======================================== */
  #main_index {
    padding-top: 0;
        height: 30vh;
        min-height: 246px;
    }
    #main_index .lead {
      top: 55%;
      text-align: center; }
      #main_index .lead h1 {
        max-width: 300px;
        margin: auto auto 20px; }
    #main_index .search_wrapper {
      z-index: 100;
      position: absolute;
      left: 0;
      bottom: 70px;
      width: 100%;
      padding: 0 10px;
      text-align: center; }
    #main_index .slick-track li {
      height: 30vh;
      min-height: 235px; }
    #main_index .search_main {
      margin: 0 auto;
      padding: 5px; }

  /* ========================================
  	Slider
  ======================================== */
  .slick-dots {
    bottom: 15px; }
    .slick-dots li {
      margin: 0 5px;
      text-indent: -9999px;
      width: 15px;
      height: 15px; }

  /* ========================================
  	About
  ======================================== */
  #about {
    padding: 40px 0;
    background: #f7f2e8; }
    #about .wrapper {
      max-width: 1230px; }
    #about .inner:after {
      left: 5px;
      right: 5px;
      top: 5px;
      bottom: 5px;
      width: calc(100% - 12px);
      height: calc(100% - 12px); }
    #about .inner .main {
      padding-bottom: 40px; }
      #about .inner .main header {
        padding: 20px 0; }
        #about .inner .main header p {
          margin-bottom: 10px; }
          #about .inner .main header p img {
            width: 70px;
            margin: auto; }
        #about .inner .main header h2 {
          font-size: 20px !important; }
      #about .inner .main p.text {
        padding-right: 35%;
        font-size: 13px !important; }
    #about figure {
      width: 35%;
      right: 0;
      bottom: -40px; }

  /* ========================================
  	Comfortable
  ======================================== */
  #comfortable {
    padding-bottom: 50px; }
    #comfortable > header {
      margin-bottom: 60px;
	  height:200px;}
      #comfortable > header .inner {
        width: 220px;
		top:100px;
        padding: 14px 0 20px; }
        #comfortable > header .inner p.title {
          margin-bottom: 0px; }
          #comfortable > header .inner p.title span {
            margin-bottom: 0; }
            #comfortable > header .inner p.title span img {
              width: 25px; }
        #comfortable > header .inner h2 {
          margin-bottom: 0; }
        #comfortable > header .inner .com {
          margin-bottom: 10px; }
          #comfortable > header .inner .com img {
            width: 80px; }
        #comfortable > header .inner .arrow img {
          width: 39px; }

  .com_section:before {
    display: none; }
  .com_section .box {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
    -moz-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
    -ms-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
    -o-transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
    transition: all 1.2s 0s cubic-bezier(0.4, 0.9, 0.7, 1);
    overflow: hidden; }
  .com_section .box.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .com_section .main > header {
    float: none!important;
    width: 100% !important;
    margin: 0 auto 20px;
    padding-top: 30px;
    background-size: 40px auto;
		background-position: center 0  !important;
		text-align:center;}
	.com_section .main > header h3 {
      margin-bottom: 0px;
	  padding-top:20px;
	  text-align: center !important;}
    .com_section .main > header p {
      max-width: 250px;
	  margin: 0 auto !important}
  .com_section .main .box_text {
/*    float: right !important;
*/    width: 100% !important; }
  .com_section .main .lead {
    letter-spacing: normal;
    margin-bottom: 15px;
    text-align: center !important; }
  .com_section .main .text {
    margin-bottom: 20px !important; }


/*  .com_section .main .btn a {
    max-width: 200px;
    margin: auto !important;
    line-height: 40px; }
    .com_section .main .btn a span {
      padding-right: 15px; }*/

  /* ========================================
  	Room
  ======================================== */
  #room {
    margin-bottom: 30px;
    padding-bottom: 0; }
    #room .wrapper .box02 {
      position: absolute;
      width: 40%;
      right: 10px;
      bottom: -30px; }

  /* ========================================
  	Facilities
  ======================================== */
  #facilities {
    margin-bottom: 30px;
    padding-bottom: 0; }
    #facilities .wrapper .images {
      /*position: relative;*/ }
      #facilities .wrapper .images .box01 {
/*        float: none;
        width: 50%;
        position: absolute;
        bottom: -10px;
        left: 10px;
        z-index: 100; */}
      #facilities .wrapper .images .box02 {
/*        position: relative;
        left: auto;
        float: none;
        width: 50%;*/ }
      #facilities .wrapper .images .box03 {
        position: absolute;
        width: 40%;
        right: 10px;
        bottom: -30px; }
    #facilities .wrapper .main {
      margin-top: 27px; }
      #facilities .wrapper .main .text {
        padding-right: 0; }
/*      #facilities .wrapper .main .btn {
        position: relative;
        width: 100%;
        right: auto;
        bottom: auto; }
        #facilities .wrapper .main .btn a {
          margin: 0 0 0 auto; }*/

  /* ========================================
  	Access
  ======================================== */
  #access .slick-dots {
    top: 15px; }
  #access .wrapper .images {
    margin-bottom: 17px; }
    #access .wrapper .images .box02 {
    width: 30.1851%;
    position: absolute;
    right: 0;
    bottom: -50px; }
  #access .wrapper .main .box_text {
    float: left;
    padding-top: 0; }
    #access .wrapper .main .box_text .lead {
      text-align: left; }
/*  #access .wrapper .main .btn {
    clear: both; }
    #access .wrapper .main .btn a {
      margin-left: 0; }*/

  /* ========================================
  	Point
  ======================================== */
  #point{
	  padding-bottom:80px;
	  }
  #point > div > header {
    padding: 0 10px 20px; }
	#point > div > header p.title {
        margin: 0 0 10px;
	}
    #point > div > header .inner {
      width: auto;
      max-width: 300px;
      padding: 14px 0 10px;
      background-size: cover; }
      #point > div > header .inner p.title {
        padding-top: 10px;
        margin-bottom: 5px; }
      #point > div > header .inner h2 {
        margin-bottom: 0; }

  .point_section .main {
    max-width: none; }
    .point_section .main header {
      margin-bottom: 15px; }
      .point_section .main header div {
        margin-bottom: 20px; }
        .point_section .main header div em {
          width: 30px;
          height: 30px;
          line-height: 30px; }
    .point_section .main .lead {
      margin-bottom: 15px;
      color: #d6bc7c; }
    .point_section .main .text {
      margin-bottom: 25px; }
    .point_section .main .btn a {
      margin-left: 0; }

/*  .section .btn {
    clear: both;
    text-align: center; }
    .section .btn a {
      display: block;
      max-width: 200px;
      margin: auto;
      line-height: 40px;
      border-radius: 5px;
      text-align: center;
      color: #fff;
      background: url(../images/index/btn_bg2.png); }
      .section .btn a span {
        display: inline-block;
        padding-right: 20px;
        background: url(../images/index/btn_arrow.png) no-repeat right center; }*/

  /* ========================================
  	Stay
  ======================================== */
  #stay {
    padding: 50px 0 0; }
    #stay .wrapper {
      max-width: 1190px; }
    #stay .box {
      width: 50%;
      float: left; }
      #stay .box:nth-child(2n+1) {
        clear: both; }
    #stay .main_wrapper .main {
      width: 60%;
      /*padding-bottom: 40%;*/ }
      #stay .main_wrapper .main header div {
        background-size: 50px; }
 /*   #stay .main_wrapper figure {
      position: absolute;
      right: 10px;
      bottom: 0;
      width: 70%; }*/
/*    #stay .box01 .main {
      position: relative;
      left: auto;
      top: auto; }*/
/*    #stay .stay_box {
      padding-bottom: 35px; }*/
/*      #stay .stay_box figure {
        margin-bottom: 12px; }*/
      #stay .stay_box h4 {
        margin-bottom: 15px; }
		#stay .stay_box h4 span:after{
			width:15px;
			bottom:0px;
			}
	#stay .wrapper .upper .box01 figure {
		margin-bottom:12px;
    text-align: center;
		}

#stay .wrapper .upper .box01 .bom_block {
  width: 80%;
      margin: 0 auto 30px auto;
}

	#stay .wrapper .upper{
	padding-bottom:0px;
	}
	#stay .wrapper .upper .box03{
	width:25% !important;
	}
  #stay .wrapper .upper .box01{

      margin-left: 0%;
  	}
    #stay .wrapper .upper .box01:first-child{
        margin-left:0;
    }
      #stay .wrapper .upper .box01 img{
        width: 80%;
      }

  /* ========================================
  	food
  ======================================== */
  #food {
    padding-bottom: 0;
margin-bottom: 30px;
  }
    #food .main_wrapper {
      position: relative; }
      #food .main_wrapper .main {
        z-index: 3;
        float: right;
        width: 60%;
        margin: 0;
        padding: 40px 0; }
        #food .main_wrapper .main header div {
          background-size: 50px; }
      #food .main_wrapper figure {
        position: absolute; }
        #food .main_wrapper figure.box01 {
          width: 45%;
          z-index: 2; }
        #food .main_wrapper figure.box02 {
			right: 0;
			left:0;
        	bottom: -50px;
			margin:auto;
			z-index:0;
          width: 45%;
          z-index: 0; }
    #food .lower {
      position: relative;
      zoom: 1;
      overflow: hidden; }
    #food .food_box {
      padding-bottom: 35px; }
      #food .food_box:nth-child(2n+1) {
        clear: both; }
      #food .food_box figure {
        margin-bottom: 12px; }
      #food .food_box section {
        padding: 0 14.28571%; }
      #food .food_box h4 {
        margin-bottom: 15px;
        border-bottom: #d4d4d4 1px solid; }
        #food .food_box h4 span {
          padding-right: 10px; }

  /* ========================================
  	Footer_access
  ======================================== */
  #footer_access {
    background: none; }
    #footer_access .main {
      padding: 40px 0;
      display: block;
      margin: auto; }
      #footer_access .main section {
        margin-bottom: 25px; }
        #footer_access .main section h3 {
          position: relative;
          padding: 13px 0 20px; }
          #footer_access .main section h3:before {
            position: absolute;
            left: 50%;
            top: 0;
            width: 16px;
            height: 1px;
            margin-left: -8px;
            background: #cbaa5c;
            content: ''; }
        #footer_access .main section figure {
          margin-bottom: 5px; }
          #footer_access .main section figure img {
            height: 35px; }
        #footer_access .main section dl {
          padding: 10px 0; }
        #footer_access .main section.usj dl:last-child:after {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: auto;
          height: 2px;
          background: #746950;
          content: ''; }
    #footer_access .map {
      display: block;
      padding-bottom: 0px; }
    #footer_access .fs_20 {
      font-size: 11px !important; }
    #footer_access .fs_35 {
      font-size: 17px !important; }
    #footer_access .fs_14 {
      font-size: 7px !important; }

  .fa_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/index/f_access_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    z-index: -1; }

  /* ========================================
  	News
  ======================================== */
  #news {
    position: relative;
    padding: 50px 0; }
    #news .inner {
      position: relative;
      display: block; }
      #news .inner:before, #news .inner:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #1d2939;
        content: ''; }
      #news .inner:before {
        top: 3px; }
      #news .inner:after {
        bottom: 3px; }
    #news header {
      display: block;
      padding: 35px 0 20px; }
      #news header p {
        margin-bottom: 10px; }
        #news header p img {
          width: 30px; }
		  	  #news header h3 + p{
		  background:url(../images/common/title_line.png) no-repeat center bottom;
		  padding-bottom: 15px;
		  margin-bottom:20px;
		  }
      #news header .btn {
        position: absolute;
        bottom: 25px;
        left: 0;
		right:0;
		margin:auto;
        width: 100%;
		max-width:250px; }
    #news .main {
      display: block;
      padding: 0 30px 90px; }
      #news .main ul li {
        margin-bottom: 10px; }
        #news .main ul li:last-child {
          border: none; }
      #news .main ul .icon img {
        width: 30px; }

  /* ========================================
  	Plan
  ======================================== */
  #plan {
	  padding-top:50px;
    padding-bottom: 50px;
	margin-top:0; }
    #plan .wrapper li {
      margin-bottom: 30px; }
      #plan .wrapper li:last-child {
        margin-bottom: 0; }
      #plan .wrapper li section {

        padding: 10px 5% 20px; }
        #plan .wrapper li section h4 {
          margin-bottom: 8px; }
        #plan .wrapper li section p {
          line-height: 1.4; }
          #plan .wrapper li section p.text {
            margin-bottom: 5px; }

  /* ========================================
  	Banners
  ======================================== */
  #banners {
    padding: 30px 4%; }
    #banners .slick-slide {
      padding: 0 5px; }
    #banners .slick-arrow {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      background-size: cover !important; }
    #banners .slick-prev {
      left: -5px; }
    #banners .slick-next {
      right: -5px; } }
