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

.bg-fix {
    background-attachment: inherit;
}

#logo img {
    width: auto;
    position: absolute;
    top: 40%;
    bottom: inherit;
    left: 0;
    right: 0;
    margin: auto;
}

#keyvisual {
	background-image: none;
	width: 100%;
	position: relative;
	background-position: 75% center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;/*Android4*/
	background-size: cover;
	color: #FFF;
	padding: 0;
}


#keyvisual div.text-area {
	max-width: none;
    height: 100px;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: inherit;
    margin: auto;
    min-height: 100px;
}


#keyvisual p {
    line-height: 1.6;
    font-size: 5vw;
}

#keyvisual .Darrow {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    right: 0;
    bottom: 100px;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 98;
    margin: 0 auto;
    cursor: pointer;
}

.bisiness-intoroR,
.bisiness-intoroL {
    width: 100%;
    min-height: 1px;
    position: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
	margin: 0;
	background: #FFF;
}

.resort,
.member,
.restaurant,
.confroom,
.info{
	background-image: none;	
}

.info {
	padding: 0 0 60px;
}

.bisiness-intoroR img,
.bisiness-intoroL img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 45px 0;
}

.bisiness-intoroR > div {
    width: auto;
    margin: 0;
    padding: 0 20px 40px;
}

.bisiness-intoroR h2,
.bisiness-intoroL h2 {
    font-size: 5.8vw;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.bisiness-intoroR p,
.bisiness-intoroL p {
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.bisiness-intoroR a,
.bisiness-intoroL a {
    color: #000;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #000;
    padding: 18px 0;
    position: relative;
	font-family: Myriad Pro;
}

.bisiness-intoroR a:after,
.bisiness-intoroL a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bisiness-intoroL > div {
    width: 100%;
    margin: 0;
    padding: 0 20px;
}

.tspe {
	padding: 0;
	background: #FFF;
}

/*-----------------------
	map-area
------------------------*/

#map-area {
	display: none;
}


/*-----------------------
	topics
------------------------*/

#topics {
    width: 100%;
    margin: 0;
    background: #E6E6E6;
	padding: 25px 0;
}

#topics .topics-inner .topics-slide div {
    width: 100%;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
}

#topics .topics-inner .topics-slide div:last-child {
	display: none;
}

#topics .topics-inner .topics-slide div dt {
    background: #999999;
    color: #FFF;
    padding: 5px;
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 22px;
    font-size: 3.5vw;
    line-height: 1.2;
}

#topics .topics-inner .topics-slide div dd {
    font-size: 28px;
    font-size: 3.5vw;
    color: #666666;
}

#topics .topics-inner .topics-slide div dd p:last-child {
    font-size: 46px;
    font-size: 5.5vw;
    font-family: "Myriad Pro",  sans-serif;
    font-weight: bold;
    margin: 0;
}

/*-----------------------
	info-area
------------------------*/

#info-area {
    width: 100%;
    margin: 0;
    background: #FFF;
    padding: 40px 0 80px;
}

#info-area h2 {
    text-align: center;
    color: #666;
    font-size: 26px;
    margin: 0 0 25px;
    font-family: "Myriad Pro",  sans-serif;
}

#release dl {
	max-width: 900px;
    margin: 0 auto 50px;
    font-size: 16px;

}

/*#info-area dl {
	width: 90%;
	padding:0 20px;
}*/

#release dt,
#info-area dt {
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    line-height: 1.3;
    padding: 0;
}

#release dd,
#info-area dd {
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

#release .release-more a {
    display: block;
    width: 300px;
    margin: 0 auto;
    border: 1px solid #000;
    text-align: center;
    padding: 18px 0;
    position: relative;
	font-family: Myriad Pro;
}

#info-area .info-inner div.slick-slide {
    margin: 0 50px;
}

#info-area .slick-next {
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 30px;
    height: 40px;
    background: none;
    z-index: 10;
    display: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
    border: none;
    outline: none;
}

#info-area .slick-next:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

#info-area .slick-prev {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 30px;
    height: 40px;
    background: none;
    z-index: 10;
    display: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
    border: none;
    outline: none;
}

#info-area .slick-prev:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(225deg);
    position: absolute;
    top: 13px;
    left: 10px;
    right: 0;
    bottom: 0;
    display: block;
}

/*-----------------------
	release
------------------------*/
#release {
    width: 100%;
    margin: 0;
    padding: 0 20px 100px;
    background: #FFF;
}

#release h2 {
    text-align: center;
    color: #666;
    font-size: 26px;
    margin: 0 0 25px;
    font-family: "Myriad Pro",  sans-serif;
}

/*-----------------------
	scroll-topics
------------------------*/

.scroll-topics {
    position: fixed;
    right: -73%;
    bottom: 10px;
    width: 73%;
    z-index: 101;
    line-height: 1.3;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.scroll-topics a {
    display: block;
    background: #999;
    color: #FFF;
    font-size: 12px;
    padding: 5px 50px 5px 5px;
    width: 100%;
    position: relative;
}
.scroll-topics a:nth-child(even) {
	border-top: dotted 1px #fff;
}
.close{
    display: block;
    width: 20px;
    height: 38px;
    right: 1rem;
    top: -5px;
    position: absolute;
}

.close p {
    position: relative;
    width: 100%;
    height: 100%;
}

.close p span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFF;
  border-radius: 4px;
	padding: 0;
}

.close p span:nth-of-type(1) {
  top: 0;
	-webkit-transform: translateY(20px) rotate(-315deg);
  transform: translateY(20px) rotate(-315deg);
}

.close p span:nth-of-type(2) {
  bottom: 0;
	-webkit-transform: translateY(-14px) rotate(315deg);
  transform: translateY(-14px) rotate(315deg);
}

#temporary div {
	text-align: left;
	line-height: 1.8;
	margin: 30px 0;
    padding: 50px 20px;
}