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

.fixd {
    position: fixed;
    top: 0;
	z-index: 10000;
	width: 100%;
	visibility: visible;
	/*display: block;*/
}

.IE-flex {/* IE11 縦中央不具合解消用 */
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#logo {
	width: 100%;
    min-height: 100vh;
    position: absolute;
    background: #FFF;
	z-index: 10010;
}

#logo div {
	position: relative;
	width: 100%;
    min-height: 100vh;
}

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

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

#keyvisual {
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	padding: 0 20px;
	z-index: 10003;
	-webkit-background-size: cover;

}

.bisiness-intoroR,
.bisiness-intoroL {
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	color: #FFF;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	padding: 0 20px;

}

.bisiness-intoroR img,
.bisiness-intoroL img {
	display: none;
}

#keyvisual div.text-area {
	max-width: 560px;
	position: absolute;
	left: 95px;
	top: 50%;
	bottom: 50%;
	margin: auto 0;
	min-height: 170px;
}

.bisiness-intoroR > div {
	width: 480px;
	margin: 0 70px 0 auto;
}

.bisiness-intoroL > div {
	width: 480px;
	margin: 0 auto 0 70px;
}

#keyvisual p {
	line-height: 1.6;
	font-size: 32px;
}

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

.bisiness-intoroR h2,
.bisiness-intoroL h2 {
	font-size: 30px;
	margin: 0 0 25px 0;
	line-height: 1.5;
}

.bisiness-intoroR a,
.bisiness-intoroL a {
	color: #FFF;
	display: block;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #FFF;
	padding: 22px 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 #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.resort {
	background-image:  url(../img/top/cintbg_img01.jpg);	
}

.member {
	background-image:  url(../img/top/cintbg_img02.jpg);	
}

.restaurant {
	background-image:  url(../img/top/cintbg_img06.jpg);	
}

.confroom {
	background-image:  url(../img/top/cintbg_img04.jpg);	
}

.info {
	background-image:  url(../img/top/cintbg_img05.jpg);	
}

#keyvisual .Darrow {
	content: "";
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	left: 0;
	right: 0;
	bottom: 50px;
	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;
}

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

#map-area {
	margin: 35px auto 70px;
	max-width: 1160px;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
}

#map-area h2 {
	font-size: 36px;
	font-size: 3.6vw;
	text-align: center;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-moz-transform: translate(0, -15px);
	-webkit-transform: translate(0, -15px);
	transform: translate(0, -15px);
	color: #666;
	/*font-family: Myriad Pro;*/
	font-family: "Myriad Pro",  sans-serif;
}

#map-area .map {
	margin: 0 auto;
	max-width: 884px;
}

#map-area .map img {
	width: 100%;
	height: auto;
}

#map-area ul {
	margin: 0 0 20px 0;
}

#map-area li {
	font-size: 16px;
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	line-height: 1.5;
}

#map-area li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 6px;
}

#map-area .left-place {
	position: absolute;
	left: 20px;
	top: 18%;
	-moz-transform: translate(0, -15px);
	-webkit-transform: translate(0, -15px);
	transform: translate(0, -15px);
}

#map-area .left-place li:before {
	background: #6C9B73;
}

#map-area .left-place ul:last-child li:before {
	background: #e08d5f;
}

#map-area .center-place {
	    position: absolute;
    max-width: 720px;
    left: 35%;
    top: 69%;
}

#map-area .center-place ul:last-child li:before {
	background: #AB9863;
}

#map-area .center-place ul:last-child li span {
	position: relative;
    padding: 0 0 0 10px;
    display: inline-block;
    margin: 0 0 0 5px;
}

#map-area .center-place ul:last-child li span:first-child {
	margin: 0;
}

#map-area .center-place ul:last-child li span:before {
	content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    left: 0;
    top: 9px;
    position: absolute;
    background: #AB9863;
}

#map-area .right-place {
	    position: absolute;
    max-width: 550px;
    top: 30%;
    left: 66%;
}

#map-area .right-place ul li:before {
	background: #7590B8;
}

#map-area .right-place ul:last-child li:before {
	background: #985E79;
}


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

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

#topics .topics-inner {
	max-width: 1200px;
	margin: 0 auto;
}

#topics .topics-inner .slick-slide {
	padding: 0 50px;
}

#topics .topics-inner .topics-slide {
	font-size: 0;
}

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

#topics .topics-inner .topics-slide div img {
	width: 100%;
	height: auto;
}

#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: 1.6vw;
    line-height: 1;
}

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

#topics .topics-inner .topics-slide div dd p {
	line-height: 1.2;
	margin: 0 0 10px 0;
}

#topics .topics-inner .topics-slide div dd p b {
	font-style: normal;
	font-family: "Myriad Pro",  sans-serif;
}

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

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

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

#topics .slick-next {
    right: 0;
}

#topics .slick-prev {
    left: 0;
}



.scroll-topics {
	position: fixed;
	right: -215px;
	bottom: 10px;
	width: 215px;
	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.slidein {
	right: 0;
	
}

.scroll-topics a {
	display: block;
	background: #999;
	color: #FFF;
	font-size: 15px;
	padding: 15px;
	width: 100%;
}

.scroll-topics a:nth-child(even) {
	border-top: dotted 1px #fff;
}
.scroll-topics span {
	background: #FFF;
    color: #999;
    display: inline-block;
    padding: 1px 3px;
    margin: 0;
}

.close {
	display: none;
}

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


#info-area {
	width: 100%;
	margin: 0 0 80px 0;
}

#info-area a {
	display: block;
}

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

#info-area .info-inner {
	max-width: 1300px;
	margin: 0 auto;
}

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

#info-area .info-inner div.tit {
	background: #999999;
	color: #FFF;
	padding: 5px;
	margin: 0;
}

#info-area .info-inner img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

#info-area .info-inner p {
	line-height: 1.3;
}

#info-area .slick-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    /* margin: auto 0; */
    width: 30px;
    height: 40px;
    background: #333;
    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 #FFF;
    border-right: solid 3px #FFF;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(225deg);
    position: absolute;
    top: 13px;
    left: 10px;
    right: 0;
    bottom: 0;
    display: block;
}

#info-area .slick-next {
    position: absolute;
    right: 0;
    bottom: 0;
    /* margin: auto 0; */
    width: 30px;
    height: 40px;
    background: #333;
    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 #FFF;
    border-right: solid 3px #FFF;
    -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 dl {
width: 95%;
	max-width: 900px;
	line-height: 1.3;
	margin: 50px auto 50px;
	font-size: 16px;
	border: 3px solid #eee;
padding: 1rem 1rem 0;
}

#info-area dt {
	float: left;
	clear: both;
	margin: 0 0 1rem 0;
	padding: 0;
}

#info-area dd {
	padding: 0 0 0 5.75rem;
	margin: 0 0 1rem 0;
	font-feature-settings: "palt" 1;
}
/*-----------------------
	release
------------------------*/


#release {
	width: 100%;
	margin: 0 0 100px;
	padding: 0 20px;
}

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

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

#release dt {
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	line-height: 1.3;
	padding: 3px 0 0;
}

#release dd {
	padding: 0 0 0 110px;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

#release dd p {
	margin: 0 0 5px 0;
}

#release dd span {
	background: #999999;
	color: #FFF;
	padding: 0 3px;
}

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

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

/* 
*
** width:1200px UP
*
*/
@media screen and (min-width:1200px) { 
	#map-area h2 {
    font-size: 36px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
	
	
	#topics .topics-inner .topics-slide div dt {
    background: #999999;
    color: #FFF;
    padding: 5px;
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
}
	
	#topics .topics-inner .topics-slide div dd {
    font-size: 28px;
    color: #666666;
}
	
	#topics .topics-inner .topics-slide div dd p:last-child {
    font-size: 30px;
    font-family: "Myriad Pro",  sans-serif;
   /* font-weight: bold;*/
    margin: 0;
}
}

/* 
*
** width:860px DOWN
*
*/

@media screen and (max-width:860px) {
	
	#map-area li {
    font-size: 1.8vw;
    position: relative;
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
    line-height: 1.5;
}
	
	}
    
br.pc { display: block; }
br.sp { display: none; } 
span.small {font-size:90%;}
@media screen and (max-width:860px) {
br.pc { display:  none;}
br.sp { display: block; }
span.small {font-size:100%;}
span.bold { font-weight: bold;}
}


#temporary {
	background: #E6E6E6;
}

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