@charset "UTF-8";
/* CSS Document */
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
img{
	vertical-align: top;
}
.wrap h1,h2,.wrap h3,.wrap h4,.wrap h5,.wrap p{
	margin:0px;
	padding:0px;
}
.wrap{
	min-width: 0;
	text-align: left;
	position:relative;
	overflow:hidden;
  background: #fff;
	line-height:1.2;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrap table{
	border-collapse:collapse;
}
.wrap p{
  line-height: 2;
	margin: 0;
}
.wrap a:link,.wrap a:visited{
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
.wrap a{
	-webkit-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	transition:opacity 0.2s;
}
.wrap a{
	-webkit-tap-highlight-color:transparent;
}
.wrap a:hover{
	opacity:0.7;
}
.wrap img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
.wrap a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	-webkit-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	transition:opacity 0.2s;
}



/* main
-----------------------------------------------*/
:focus {
	outline: 0;
  border-color: orange;
}
.slick-next,
.slick-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
	height: 65px;
	font-size: 0;
	z-index: 1001;
	padding: 0;
	border: none;
	cursor: pointer;
	text-align: center;
	background-color: rgba(255,255,255,.9);
	-webkit-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	transition:opacity 0.2s;
}
.slick-next:hover,
.slick-prev:hover{
	opacity: 0.7;
}
.slick-next{
	right: 0;
}
.slick-prev{
	left: 0;
}
.slick-arrow::before{
	position: relative;
	content: "";
	display: inline-block;
	border: none;
	outline: none;
	padding: 0;
	appearance: none;
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}
.slick-next::before{
	left: -8%;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev::before{
	left: 8%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.thumb-item-nav{
	position:absolute;
	bottom:27px;
	left:0;
	width:100%;
	z-index:10;
}
.thumb-item-nav > div{
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 60px;
}
.thumb-item-nav li{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 5px;
	height: 3px;
	padding: 3px 0;
	cursor: pointer;
}
.thumb-item-nav li::before,
.thumb-item-nav li::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	height: 3px;
}
.thumb-item-nav li::before{
	z-index: 2;
	width: 0;
	background-color: #cf0707;
}
.thumb-item-nav li::after{
	z-index: 1;
	width:100%;
	background-color: rgba(255,255,255,.9);
}
@keyframes thumb-item-nav {
  0% { width: 0; }
  100% { width: 100%; }
}
.thumb-item-nav li.slick-current.first::before{
  animation: 5.0s linear;
  animation-name: thumb-item-nav;
}
.thumb-item-nav li.slick-current::before{
  animation: 6.2s linear;
  animation-name: thumb-item-nav;
}
.slider .slick-sliderr{
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}
.slider .slick-list{
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
}
.slider .slick-list.dragging{
	cursor:pointer;
	cursor:hand;
}
.slider .slick-slider .slick-track,
.slider .slick-slider .slick-list{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.slider .slick-track{
	position:relative;
	top:0;
	left:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.slider .slick-track:before,
.slider .slick-track:after{
	display:table;
	content:'';
}
.slider .slick-track:after{
	clear:both;
}
.slider .slick-loading .slick-track{
  visibility:hidden;
}
.slider .slick-slide{
	float:left;
	height:100%;
	min-height:1px;
}
.slider .slick-slide:focus{
	outline:none;
}
.slider [dir='rtl'] .slick-slide{
	float:right;
}
.slider .slick-initialized .slick-slide{
	display:block;
}
.slider .slick-loading .slick-slide{
	visibility:hidden;
}
.slider .slick-vertical .slick-slide{
	display: block;
	height: auto;
}
@media screen and (max-width: 750px) {
.slick-next,
.slick-prev{
	width: 25px;
	height: 50px;
	margin-top: 20px;
}
.slick-arrow::before{
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}
.thumb-item-nav{
	bottom:17px;
}
.thumb-item-nav li{
	margin: 0 4px;
	height: 2px;
	padding: 2px 0;
}
.thumb-item-nav li::before,
.thumb-item-nav li::after{
	top: 2px;
	height: 2px;
}
}


/* main
-----------------------------------------------*/
#main {
	overflow: hidden;
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #000;
}
#main .slider{
	position: relative;
	z-index: 1;
}
#main .slider li{
	position: relative;
	height: 750px;
}
@keyframes scale {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
@keyframes scale_opacity {
  0% { transform: scale(1.1);opacity:0; }
  100% { transform: scale(1);opacity:1; }
}
#main .slider li.slick-current::before{
  animation: 1.4s cubic-bezier(.210, .60, .350, 1) both;
  animation-name: scale;
}
#main .slider li.first.slick-current::before{
  animation: 1.4s cubic-bezier(.210, .60, .350, 1) both;
  animation-name: scale_opacity;
}
#main .slider li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 1;
}
#main .bg .bgImg1::before{
	background-image:url(../img/bgi_main_01.jpg);
}
#main .bg .bgImg2::before{
	background-image:url("../img/bgi_main_03.jpg");
}
#main .txt{
	position: relative;
	z-index: 1;
}
#main .txt .open {
	width: 590px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 30px auto;
	padding: 35px 0 35px;
	color: #fff;
}
#main .txt .open h2{
	font-size: 22px;
}
#main .txt .open p{
	line-height: 1.4;
	font-size: 30px;
}
#main .txt .open p strong{
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
}
#main .subTxt{
	position: relative;
	z-index: 1;
}
#main .subTxt h2{
	color: #fff;
	font-feature-settings: "palt";
}
#main .subTxt h2 span{
	display: inline-block;
	font-size: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
#main .subTxt h2 strong{
	display: block;
	font-size: 80px;
	margin-top: 10px;
}
#main .cp {
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 1;
	margin-top: 30px;
	padding: 0 40px;
	width: 100%;
	box-sizing: border-box;
}
#main .cp .img {
	font-size: 0;
}
#main .cp .img li{
	display: inline-block;
	padding: 20px 10px 0;
	width: 440px;
	box-sizing: border-box;
}
#main .cp .img li a{
	display: block;
	background-color: #fff;
	opacity:1;
}
#main .cp .img a img{
	display: inline-block;
	-webkit-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	transition:opacity 0.2s;
	opacity:1;
}
#main .cp .img a:hover img{
	opacity:0.7;
}
#main .txt{
	padding-top: 150px;
}
#main .subTxt{
	padding-top: 300px;
}
#main.mainCp .txt{
	padding-top: 80px;
}
#main.mainCp .subTxt{
	padding-top: 240px;
}
@media screen and (max-width: 850px) {
#main .subTxt h2 span{
	font-size: 26px;
}
#main .subTxt h2 strong{
	font-size: 70px;
}
}
@media (max-width:750px){
#main .slider li{
	height: 380px;
}
#main.mainCp .slider li{
	height: 440px;
}
#main .txt h1 img{
	width: 280px;
}
#main .txt .open {
	width: 280px;
	margin: 15px auto;
	padding: 20px 0 20px;
}
#main .txt .open h2{
	font-size: 15px;
}
#main .txt .open p{
	line-height: 1;
	font-size: 20px;
}
#main .txt .open p strong{
	font-size: 30px;
}
#main .subTxt h2 span{
	font-size: 15px;
	padding-bottom: 10px;
}
#main .subTxt h2 strong{
	font-size: 34px;
	margin-top: 5px;
}
#main .cp {
	bottom: 40px;
	padding: 0 10px;
}
#main .cp .img li{
	padding: 10px 10px 0;
	width: 100%;
	max-width: 300px;
}
#main .txt{
	padding-top: 100px;
}
#main .subTxt{
	padding-top: 170px;
}
#main.mainCp .txt{
	padding-top: 80px;
}
#main.mainCp .subTxt{
	padding-top: 160px;
}
}
@media (max-width:320px){
#main .txt .open h2{
	font-size: 14px;
}
#main .txt .open p{
	line-height: 1;
	font-size: 18px;
}
#main .txt .open p strong{
	font-size: 28px;
}
#main .subTxt h2 span{
	font-size: 14px;
}
#main .subTxt h2 strong{
	font-size: 30px;
}
}


/* section
-----------------------------------------------*/
section {
	padding: 100px 0;
}
section .ttl{
	text-align: center;
}
section .ttl h2{
	display:block;
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}
section .ttl span{
	line-height: 1;
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
}
@media (max-width:750px){
section {
	padding: 60px 0;
}
section .ttl h2{
	font-size: 15px;
	margin-top: 10px;
}
section .ttl span{
	font-size: 36px;
}
}


/* feature
-----------------------------------------------*/
#feature{
padding-bottom: 0;
}
#feature .inner{
max-width: 1120px;
margin: 0 auto;
padding: 0 40px;
}
#feature .inner .col3{
font-size: 0;
margin-top: -40px;
}
#feature .inner .col3 .col{
display: inline-block;
vertical-align: top;
width: 31.786%;
margin-right: 2.321%;
margin-top: 80px;
}
#feature .inner .col3 .col:nth-child(3n){
margin-right: 0;
}
#feature .inner .col3 .col .txt{
margin-top: 25px;
}
#feature .inner .col3 .col .txt h3{
font-size: 18px;
line-height: 1.5;
}
#feature .inner .col3 .col .txt h3 strong{
display: block;
font-size: 24px;
}
#feature .inner .col3 .col .txt h3 strong span{
color: #e8b656;
}
#feature .inner .col3 .col .txt p{
font-size: 14px;
margin-top: 5px;
}
#feature .inner .col3 .col .txt ul{
margin-top: 15px;
}
#feature .inner .col3 .col .txt ul li{
font-size: 12px;
margin-left: 1em;
text-indent: -1em;
line-height: 1.5;
color: #666;
padding: 10px 0;
}
#feature .inner .col3 .col .viewBtn a{
display: block;
font-size: 15px;
background-color: #e8b656;
color: #fff;
text-align: center;
font-weight: bold;
padding: 15px 0;
line-height: 1;
font-feature-settings: "palt";
}
#feature .inner .col3 .col .viewBtn a span{
position: relative;
display: inline-block;
padding-left: 34px;
}
#feature .inner .col3 .col .viewBtn a span::before{
content: "";
position: absolute;
left: 0;
top: -2px;;
background-image: url("../img/ico_360view.svg");
background-size: cover;
width: 27px;
height: 18px;
margin-right: 10px;
}
#feature .inner .col3 .col .box{
background-color: #f2f2f2;
padding: 18px 30px 20px;
text-align: center;
margin-top: 20px;
}
#feature .inner .col3 .col .box .fee span{
font-size: 13px;
display: inline-block;
vertical-align: bottom;
padding: 5px 10px;
border: 1px solid #666;
margin-right: 10px;
}
#feature .inner .col3 .col .box .fee strong{
	font-family: 'Oswald', sans-serif;
font-size: 36px;
display: inline-block;
vertical-align: bottom;
position: relative;
top: 4px;
}
#feature .inner .col3 .col .fee strong small{
font-size: 14px;
display: inline-block;
vertical-align: bottom;
}
#feature .inner .col3 .col .box p{
font-size: 14px;
margin-top: 15px;
display: inline-block;
line-height: 1;
}
#feature .inner .col3 .col .box p.cp{
position: relative;
color: #fff;
}
#feature .inner .col3 .col .box p.cp::before{
content: "";
position: absolute;
left: -20px;
top: -5px;
width: 100%;
height: 100%;
padding: 5px 20px;
background-color: #e8b656;
}
#feature .inner .col3 .col .box p.cp span{
position: relative;
z-index: 1;
}
#feature .inner .col3 .col.plus{
background-color: #3e3e3e;
color: #fff;
}
#feature .inner .col3 .col.plus .center{
display: table;
height: 100%;
width: 100%;
box-sizing: border-box;
}
#feature .inner .col3 .col.plus .centerInner{
display: table-cell;
vertical-align: middle;
padding: 30px;
}
#feature .inner .col3 .col.plus h3{
font-size: 24px;
text-align: center;
line-height: 1.5;
}
#feature .inner .col3 .col.plus img{
display: block;
width: 110px;
margin: 20px auto 0;
}
#feature .inner .col3 .col.plus p{
margin-top: 20px;
color: #fff;
font-size: 16px;
}
#feature .plusU{
background-color: #3e3e3e;
color: #fff;
margin-top: 80px;
}
#feature .plusU{
background-color: #3e3e3e;
color: #fff;
}
#feature .plusU .plusUInner{
max-width: 1120px;
margin: 0 auto;
padding: 80px 40px;
}
#feature .plusU .plusUInner h3{
text-align: center;
font-size: 24px;
}
#feature .plusU .plusUInner h3 img{
vertical-align: middle;
display: inline-block;
width: 78px;
margin-right: 15px;
}
#feature .plusU .plusUInner h3 span{
vertical-align: middle;
display: inline-block;
}
#feature .plusU .plusUInner h3 br{
display: none;
}
#feature .plusU .plusUInner .col3{
font-size: 0;
margin-top: 40px;
}
#feature .plusU .plusUInner .col3 .col{
display: inline-block;
vertical-align: top;
width: 31.786%;
margin-right: 2.321%;
}
#feature .plusU .plusUInner .col3 .col:nth-child(3n){
margin-right: 0;
}
#feature .plusU .plusUInner .col3 .col .img{
background-size: cover;
background-position: center;
padding: 10px 0;
text-align: center;
}
#feature .plusU .plusUInner .col3 .col:nth-child(1) .img{
background-image: url("../img/bgi_feature_01.png");
}
#feature .plusU .plusUInner .col3 .col:nth-child(2) .img{
background-image: url("../img/bgi_feature_02.png");
}
#feature .plusU .plusUInner .col3 .col:nth-child(3) .img{
background-image: url("../img/bgi_feature_03.png");
}
#feature .plusU .plusUInner .col3 .col .txt{
margin-top: 25px;
}
#feature .plusU .plusUInner .col3 .col .txt h4{
font-size: 18px;
}
#feature .plusU .plusUInner .col3 .col .txt p{
font-size: 14px;
margin-top: 10px;
}
@media (max-width:1000px){
#feature .inner .col3 .col,
#feature .inner .col3 .col:nth-child(3n){
width: 48%;
margin-right: 4%;
}
#feature .inner .col3 .col:nth-child(2n){
margin-right: 0;
}
}
@media (max-width:750px){
#feature{
}
#feature .inner{
padding: 0 20px;
}
#feature .inner .col3{
font-size: 0;
margin-top: -10px;
}
#feature .inner .col3 .col,
#feature .inner .col3 .col:nth-child(3n){
width: 100%;
margin-right: 0;
margin-top: 40px;
}
#feature .inner .col3 .col .img{
padding: 0 60px;
background-color: #3e3e3e;
}
#feature .inner .col3 .col .img img{
max-width: 450px;
width: 100%;
margin: 0 auto;
display: block;
}
#feature .inner .col3 .col .txt{
margin-top: 15px;
}
#feature .inner .col3 .col .txt h3{
font-size: 16px;
}
#feature .inner .col3 .col .txt h3 strong{
font-size: 20px;
}
#feature .inner .col3 .col .txt p{
font-size: 13px;
margin-top: 5px;
}
#feature .inner .col3 .col .txt ul{
margin-top: 10px;
}
#feature .inner .col3 .col .txt ul li{
font-size: 11px;
}
#feature .inner .col3 .col .viewBtn a{
font-size: 13px;
}
#feature .inner .col3 .col .viewBtn a span{
padding-left: 36px;
}
#feature .inner .col3 .col .box{
padding: 12px 20px 15px;
margin-top: 15px;
}
#feature .inner .col3 .col .box .fee span{
font-size: 12px;
padding: 5px 10px;
}
#feature .inner .col3 .col .box .fee strong{
font-size: 28px;
}
#feature .inner .col3 .col .fee strong small{
font-size: 13px;
}
#feature .inner .col3 .col .box p{
font-size: 13px;
}
#feature .inner .col3 .col .box p.cp::before{
left: -14px;
padding: 5px 14px;
}
#feature .inner .col3 .col.plus h3{
font-size: 18px;
}
#feature .inner .col3 .col.plus img{
display: block;
width: 90px;
margin: 15px auto 0;
}
#feature .inner .col3 .col.plus p{
margin-top: 15px;
font-size: 13px;
}
#feature .plusU{
margin-top: 40px;
}
#feature .plusU .plusUInner{
padding: 40px 20px;
}
#feature .plusU .plusUInner h3{
font-size: 18px;
line-height: 1.5;
}
#feature .plusU .plusUInner h3 img{
width: 60px;
}
#feature .plusU .plusUInner h3 span{
text-align: left;
}
#feature .plusU .plusUInner h3 br{
display: block;
}
#feature .plusU .plusUInner .col3{
margin-top: 30px;
}
#feature .plusU .plusUInner .col3 .col{
width: 100%;
margin-right: 0;
margin-top: 30px;
}
#feature .plusU .plusUInner .col3 .col:first-child{
margin-top: 0;
}
#feature .plusU .plusUInner .col3 .col .img img{
width: 80px;
}
#feature .plusU .plusUInner .col3 .col .txt{
margin-top:20px;
}
#feature .plusU .plusUInner .col3 .col .txt h4{
font-size: 16px;
}
#feature .plusU .plusUInner .col3 .col .txt p{
font-size: 13px;
margin-top: 5px;
}
}


/* view
-----------------------------------------------*/
#view .inner {
	padding: 0 40px;
	max-width: 1120px;
	margin: 0 auto;
}
#view iframe{
	margin: 40px auto 0;
	max-width: 1280px;
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 750px) {
#view .inner {
	padding: 0 20px;
}
#view iframe{
	height: 300px;
}
#view iframe{
	margin: 30px auto 0;
}
}


/* floor
-----------------------------------------------*/
#floor {
	background-color: #e7e0d3;
}
#floor .inner {
	padding: 0 40px;
	max-width: 1120px;
	margin: 0 auto;
}
#floor .img {
	position: relative;
	margin: 40px auto 0;
}
#floor .point strong {
display: block;
	color: #ffffff;
	background-color: #3e3e3e;
	font-size: 18px;
	padding: 10px 15px;
}
#floor #point6 strong {
	padding: 10px 70px;
}
#floor #point7 strong {
	padding: 10px 45px;
}
#floor .point p {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
	font-weight: normal;
}
#floor .point {
	position: absolute;
}
#floor #point1 {
	bottom: 80px;
	right: 435px;
}
#floor #point2 {
	bottom: 150px;
	right: 10px;
}
#floor #point3 {
	top: 150px;
	right: 115px;
}
#floor #point4 {
	top: 60px;
	right: 305px;
}
#floor #point5 {
	bottom: 70px;
	left: 310px;
}
#floor #point6 {
	top: 20px;
	left: 20px;
}
#floor #point7 {
	bottom: 220px;
	left: 70px;
}
#floor .img .spOnly{
	display:none;
}

#floor .col3 {
	margin-top: 45px;
	font-size: 0;
}
#floor .col3 .col {
	display: inline-block;
	vertical-align: top;
	width: 31.786%;
	margin-right: 2.321%;
	background-color: #ffffff;
}
#floor .col3 .col:last-child{
	margin-right: 0;
}
#floor .col3 .col .inner {
	padding: 25px;
	box-sizing: border-box;
}
#floor .col3 .col h3 {
	font-size: 18px;
}
#floor .col3 .col p {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}
#floor p.note {
	display: block;
	font-size: 12px;
	text-align: right;
	margin-top: 15px;
}

@media (max-width:1120px){
#floor .img .pcOnly{
	display: block;
}
#floor .img .spOnly{
	display: none;
}
#floor .img {
	max-width: 750px;
}
#floor .point strong {
	font-size: 14px;
	padding: 8px 10px;
}
#floor #point6 strong {
	padding: 8px 35px;
}
#floor #point7 strong {
	padding: 8px 25px;
}
#floor .point p {
	font-size: 12px;
	line-height: 1.5;
}
#floor #point1 {
	bottom: 50px;
	right: 265px;
}
#floor #point2 {
	bottom: 100px;
	right: 0;
}
#floor #point3 {
	top: 100px;
	right: 75px;
}
#floor #point4 {
	top: 40px;
	right: 200px;
}
#floor #point5 {
	bottom: 40px;
	left: 200px;
}
#floor #point6 {
	top: 15px;
	left: 30px;
}
#floor #point7 {
	bottom: 140px;
	left: 45px;
}
}
@media (max-width:750px){
#floor .inner {
	padding: 0 20px;
}
#floor .img .pcOnly{
	display:none;
}
#floor .img .spOnly{
	display:block;
}
#floor{
	counter-reset: number 0; 
}
#floor .img {
	margin-top: 40px;
}
#floor .point {
position: relative;
left:0 !important;
top: 0 !important;
right:0 !important;
bottom:0 !important;
}
#floor #point1 {
margin-top: -50px;
}
#floor .point strong {
	display: block;
	font-size: 15px;
	color: #3e3e3e;
	background-color: transparent;
	padding: 0;
	margin-top: 20px;
}
#floor #point1 strong {
	margin-top: 0;
}
#floor .point strong:before {
	color: #ffffff;
	background-color: #3e3e3e;
	padding: 5px 8px;
	margin-right: 10px;
	counter-increment: number;
	content: counter(number); 
}
#floor #point6 strong {
	padding: 0;
}
#floor #point7 strong {
	padding: 0;
}
#floor .point p {
	font-size: 13px;
	line-height: 1.5;
}
#floor .col3 .col {
	width: 100%;
	margin-top: 2px;
	margin-right: 0;
}
#floor .col3 .col:first-child {
	margin-top: 0;
}
#floor .col3 {
	margin-top: 20px;
}
#floor .col3 .col .inner {
	padding: 15px;
}
#floor .col3 .col h3 {
	font-size: 15px;
}
#floor .col3 .col p {
	font-size: 13px;
	margin-top: 5px;
}
#floor p.note {
	font-size: 11px;
	margin-top: 5px;
}
}

/* price
-----------------------------------------------*/
#price {
	background-color: #3e3e3e;
	color: #ffffff;
}
#price .inner{
	max-width: 1120px;
	margin: 70px auto 0 auto;
	padding: 0 40px;
}
#price .inner h3{
	font-size: 24px;
	margin-top: 80px;
	text-align: center;
}
#price .inner h3:first-child{
	margin-top: 0;
}
#price .inner table{
	width: 100%;
	margin: 25px auto 0 auto;
}
#price .inner table tr {
	border-bottom: solid #707070 1px;
}
#price .inner table tr:first-child{
	background-color: #5b5b5b;
	border-bottom: none;
}
#price .inner table tr.ttl th{
	padding: 15px 20px;
}
#price .inner table th,
#price .inner table td {
	text-align: left;
	font-size: 14px;
	padding: 22px 20px;
	box-sizing: border-box;
}
#price .inner table td span{
	background-color: #ffffff;
	color: #3e3e3e;
	padding: 10px 20px;
	white-space: nowrap;
}
#price .inner table .spOnly {
	display:none;
}
@media (max-width:1120px){
#price .inner table th,
#price .inner table td {
	font-size: 13px;
	padding: 18px 5px
}
}
@media (max-width:750px){
#price .inner table .spOnly {
	display: block;
}
#price .inner{
	margin: 40px auto 0 auto;
	padding: 0 20px 0 20px;
}
#price .inner h3{
	font-size: 20px;
	margin-top: 40px;
}
#price .inner table{
	margin: 15px auto 0 auto;
}
#price .inner table tr.ttl th{
	padding: 10px 20px;
}
#price .inner table th,
#price .inner table td {
	font-size: 13px;
	padding: 15px 10px;
}
#price .inner table th {
	white-space: nowrap;
}
#price .inner table td span{
	padding: 10px 10px;
}
#price .inner .scrollSp {
	overflow-x: auto;
	padding-bottom: 20px;
}
#price .inner .scrollSp::-webkit-scrollbar {
	height: 8px;
}
#price .inner .scrollSp::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 1);
}
#price .inner .scrollSp::-webkit-scrollbar-track {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset;
}
}


/* access
-----------------------------------------------*/
#access{
text-align: center;
}
#access #map{
overflow: hidden;
height: 480px;
background-color: #e4e4e4;
width: 100%;
margin-top: 40px;
}
#access #map iframe{
width: calc(100%);
height: calc(100%);
}
#access .inner{
display: inline-block;
padding: 0 40px;
text-align: left;
}
#access table{
width: 100%;
margin-top: 30px;
}
#access table th,
#access table td{
padding: 10px 0px;
vertical-align: top;
line-height: 1.8;
font-size: 16px;
}
#access table th{
padding-right: 20px;
white-space: nowrap;
}
#access .link{
margin-top: 20px;
}
#access .link a{
position: relative;
color: #25acef;
font-size: 16px;
padding-left: 15px;
}
#access .link a::before{
content: "";
position: absolute;
top: 4px;
left: 0;
width: 6px;
height: 6px;
border-top: 2px solid #25acef;
border-right: 2px solid #25acef;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
#access #map{
	height: 300px;
}
#access .inner{
padding: 0 20px;
}
#access table{
margin-top: 20px;
}
#access table th,
#access table td{
padding: 8px 0px;
font-size: 13px;
}
#access table th{
padding-right: 10px;
}
#access .link{
text-align: center;
}
#access .link a{
font-size: 14px;
}
#access .link a::before{
top: 3px;
}
}


/* contact
-----------------------------------------------*/
.contact{
background-color: #e5ad4c;
padding: 50px 0;
font-size: 0;
color: #fff;
}
.contact .inner{
max-width: 1120px;
margin: 0 auto;
padding: 0 40px;
}
.contact .ttl{
display: inline-block;
vertical-align: middle;
width: 34.107%;
}
.contact .ttl h2{
	display:block;
	font-size: 18px;
	margin-top: 15px;
	font-weight: bold;
}
.contact .ttl span{
	line-height: 1;
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
}
.contact .txt{
display: inline-block;
vertical-align: middle;
width: 65.893%;
}
.contact .txt .tel{
font-size: 50px;
font-family: 'Oswald', sans-serif;
line-height: 1;
}
.contact .txt .tel img{
vertical-align: top;
position: relative;
top: 8px;
margin-right: 10px;
}
.contact .txt .tel a{
color: #fff;
line-height: 1;
display: inline-block;
}
.contact .txt p{
font-size: 14px;
margin-top: 5px;
}
.contact .txt ul{
display: table;
max-width: 540px;
width: 100%;
margin-top: 15px;
}
.contact .txt ul li{
width: 50%;
display: table-cell;
vertical-align: middle;
text-align: center;
background-color: #fff;
}
.contact .txt ul li:first-child{
border-right: 8px solid #e5ad4c;
}
.contact .txt ul li:last-child{
border-left: 8px solid #e5ad4c;
}
.contact .txt ul li a{
display: block;
color: #e5ad4c;
font-size: 18px;
padding: 18px 10px;
}
.contact .txt ul li a span{
position: relative;
display: inline-block;
padding-left: 18px;
text-align: left;
}
.contact .txt ul li a span::before{
content: "";
position: absolute;
top: 50%;
left: 0;
width: 6px;
height: 6px;
border-top: 2px solid #e5ad4c;
border-right: 2px solid #e5ad4c;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: -4px;
}
.contact .txt ul li a br{
display: none;
}
@media (max-width:850px){
.contact .txt ul li a{
padding: 10px 10px;
}
.contact .txt ul li a br{
display: block;
}
}
@media (max-width:750px){
.contact{
padding: 20px 0;
}
.contact .ttl{
display: block;
width: 100%;
text-align: center;
}
.contact .ttl h2{
	font-size: 18px;
	margin-top: 0;
}
.contact .ttl span{
	font-size: 36px;
	display: none;
}
.contact .inner{
padding: 0 20px;
}
.contact .txt{
display: block;
width: 100%;
margin-top: 10px;
text-align: center;
}
.contact .txt .tel{
font-size: 35px;
margin-top: 3px;
}
.contact .txt .tel img{
top: 3px;
margin-right: 5px;
width: 40px;
}
.contact .txt p{
font-size: 12px;
margin-top: 0;
}
.contact .txt ul{
max-width: 400px;
margin:  5px auto 0;
}
.contact .txt ul li:first-child{
border-right: 5px solid #e5ad4c;
}
.contact .txt ul li:last-child{
border-left: 5px solid #e5ad4c;
}
.contact .txt ul li a{
font-size: 14px;
padding: 8px 5px;
}
.contact .txt ul li a span{
padding-left: 15px;
}
}

/* footer
-----------------------------------------------*/
footer{
	padding-top: 30px;
	padding-bottom: 30px;
}
footer ul .trunkroom{
	width: auto;
}
footer ul li a img{
	border: 1px solid #d0d0d0;
}
footer ul .sns{
font-size: 0;
margin-left: 15px;
}
footer ul .sns a{
display: inline-block;
margin-right: 8px;
}
footer ul .sns a:last-child{
margin-right: 0;
}
footer ul .sns img{
	border: none;
	margin-top: 15px;
}
footer .copyright{
	padding-top: 20px;
}
footer .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
	text-align:left;
}
@media (max-width:1090px){
footer .copyright{
	font-size: 13px;
	padding-top: 5px;
}
footer ul li img {
	height: 40px;
}
footer ul .sns img{
	height: auto;
	margin-top: 5px;
}
}
@media (max-width:750px){
footer ul {
	text-align: center;
}
}
@media (min-width:768px){
footer ul{
	width: auto;
	float: right;
}
footer ul li{
	float: left;
	margin-left: 10px;
}
footer .copyright br{
	display: none;
}
}
@media (max-width:767px){
footer ul li{
	margin: 0 auto 10px;
}
footer .copyright{
	text-align: center;
}
footer ul li img {
	height: auto;
}
}

/* fade
-----------------------------------------------*/
#feature .inner .col3 .col{
	-ms-transition: opacity 1.2s,top 1.2s;
	transition: opacity 1.2s,top 1.2s;
	position: relative;
	top: 40px;
	opacity: 0;
}
#feature .inner .col3.fade .col{
	top: 0;
	opacity: 1;
}
#feature .inner .col3 .col:nth-child(2){
	transition-delay: 0.2s;
}
#feature .inner .col3 .col:nth-child(3){
	transition-delay: 0.4s;
}
#feature .inner .col3 .col:nth-child(4){
	transition-delay: 0.6s;
}
#feature .inner .col3 .col:nth-child(5){
	transition-delay: 0.8s;
}
#feature .inner .col3 .col:nth-child(6){
	transition-delay: 1.0s;
}
#feature .plusU .plusUInner .col3 .col{
	-ms-transition: opacity 1.2s,top 1.2s;
	transition: opacity 1.2s,top 1.2s;
	position: relative;
	top: 40px;
	opacity: 0;
}
#feature .plusU .plusUInner .col3.fade .col{
	top: 0;
	opacity: 1;
}
#feature .plusU .plusUInner .col3.fade .col:nth-child(2){
	transition-delay: 0.2s;
}
#feature .plusU .plusUInner .col3.fade .col:nth-child(3){
	transition-delay: 0.4s;
}
