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

html {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
img {
	width: 100%;
}

.only-sp {
	display: none;
}
.only-750sp {
	display: none;
}
.only-800sp {
	display: none;
}
.only-1000sp {
	display: none;
}
.only-1250sp {
	display: none;
}
.only-1500sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.only-pc {
		display: none;
	}
	.only-sp {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.only-750pc {
		display: none;
	}
	.only-750sp {
		display: block;
	}
}
@media screen and (max-width: 800px) {
	.only-800pc {
		display: none;
	}
	.only-800sp {
		display: block;
	}
}
@media screen and (max-width: 1000px) {
	.only-1000pc {
		display: none;
	}
	.only-1000sp {
		display: block;
	}
}
@media screen and (max-width: 1250px) {
	.only-1250pc {
		display: none;
	}
	.only-1250sp {
		display: block;
	}
}
@media screen and (max-width: 1500px) {
	.only-1500pc {
		display: none;
	}
	.only-1500sp {
		display: block;
	}
}

/* header *//* header */
#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
    line-height: 1;
	background: #fff;
	text-align: center;
	z-index: 999;
	border-bottom: 1px solid #E5E5E5;
}
 
#top-head .inner {
    position: relative;
	max-width: 910px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	#top-head .inner {
		margin-bottom: 5%;
	}
}
#top-head .logo {
    max-width: 400px;
	width: 90%;
	margin: 0 auto;
}
#top-head .side-inner {
	display: flex;
	justify-content:space-between;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5px;
}
#top-head .tell {
	color: #fff;
	font-size: 20px;
	background-color: #000;
	border-radius: 20px;
	padding: 5px 15px;
}
#top-head .insta {
	max-width: 48px;
}
@media screen and (max-width: 640px) {
	.logo {
		width: 210px;
		margin-top: 15px;
		margin-left: 10px;
	}
	.tell {
		color: #fff;
		text-align: center;
		font-size: 12px;
		background-color: #000;
		border-radius: 20px;
		padding: 2px;
		width: 210px;
		position: relative;
		margin-top: 10px;
		margin-left: 10px;
	}
	.side-inner {
		display: flex;
	}
	.insta {
		width: 40px;
		margin-top: 3px;
	}
}
#global-nav ul {
    list-style: none;
    position: relative;
	width: 100%;
	max-width: 785px;
	margin: 30px auto 13px;
    font-size: 16px;
	display: flex;
}
#global-nav ul li {
    position: relative;
	max-width: 157px;
	width: 100%;
}
#global-nav ul li a {
	max-width: 157px;
	display: block;
}
#global-nav ul li a:hover {
	opacity: 0.5;
}


/* transition */
#top-head,
#top-head:after,
#top-head .side-inner,
#top-head .logo img,
#top-head .tell,
#top-head .insta,
#top-head .insta img,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/* Fixed */
#top-head.fixed {
    padding-top: 15px;
}
#top-head.fixed .logo img {
	width: 245px;
}
 
#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}
#top-head.fixed .tell {
	font-size: 14px;
	padding: 3px 10px;
	margin-top: 1px;
}
#top-head.fixed .side-inner {
	top: 2px;
	right: 160px;
}
#top-head.fixed .insta {
	width: 33px;
}
#top-head.fixed .insta img {
	width: 33px;
}
@media screen and (max-width: 950px) {
	#top-head .side-inner {
		margin: 0 auto;
		width: 400px;
		position: relative;
		overflow: hidden;
		padding: 0;
	}
	#top-head .tell {
		font-size: 18px;
		position: relative;
		margin: 5px auto 0;
		padding: 3px 110px;
		overflow: hidden;
	}
	#top-head .insta {
		position: relative;
	}
	#top-head.fixed .side-inner {
		position: relative;
		margin: 5px auto 0;
		width: 250px;
		right: 0;
	}
	#top-head.fixed .tell {
		position: relative;
		margin-left: 5px;
		margin-top: 2px;
		padding: 3px 50px;
	}
	#top-head.fixed .insta {
	}
}

#top-head.fixed #global-nav ul {
    margin: 20px auto 13px;
}

#header-sp {
  /*ヘッダーを固定*/
  position: fixed;
  width: 100%;
  height: 85px;
  background: #fff;
	z-index: 999;
	border-bottom: 1px solid #E5E5E5;
}
#nav{
  position: absolute;
  width: 40%;
  right: -40%;
  top: 0;
  background: #ffffff;
  transition: .7s;
}
#nav ul{
  padding-top: 85px;
	padding-bottom: 20px;
}
#nav ul li{
  list-style-type: none;
  font-size: 18px;
}
#nav a{
  display: block;
  color: #000000;
  margin: 0 15px;
  padding: 20px 0;
  transition: .5s;
	border-bottom: 1px solid #E5E5E5;
}
#nav li a:hover{
  opacity: .5;
}
#hamburger {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 50px;
  height: 30px;
  cursor: pointer;
  transition: 1s;
}
.inner_line {
  display: block;
  position: absolute;
  left: 0;
  width: 45px;
  height: 3px;
  background-color: #000;
  transition: 1s;
  border-radius: 4px;
}
#line1 {
  top: 0;
}
#line2 {
  top: 14px;
}
#line3 {
  bottom: 0px;
}
.sidein{
  transform: translateX(-100%);
}
.line_1,.line_2,.line_3{
  background: #000000;
}
.line_1 {
  transform: translateY(13px) rotate(-45deg);
  top: 0;
}
.line_2 {
  opacity: 0;
}
.line_3 {
  transform: translateY(-13px) rotate(45deg);
  bottom: 0;
}


/*.kv {
	height: 100vh;
	width: 100%;
	background-image: url("../img/kv_pc.jpg");
	background-position: top 100px center;
	background-size: cover;
	background-repeat: no-repeat;
}*/
.kv {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 1700px;
	margin: 0 auto;
	padding-top: 130px;
}
@media screen and (max-width: 900px) {
	.kv {
		padding-top: 160px;
	}
}
@media screen and (max-width: 640px) {
	.kv {
		padding-top: 85px;
	}
	/*.kv {
		background-position: top 70px center;
	}*/
}
.section_title {
	font-size: 42px;
	color: #000;
	margin: 80px auto 0;
	width: 90%;
}
.section_read {
	width: 90%;
	font-size: 18px;
	margin: 35px auto 0;
	line-height: 1.8em;
}
.section_read2 {
	width: 100%;
	font-size: 18px;
	margin: 30px auto 0;
	line-height: 1.8em;
}
.section_read span {
	font-size: 14px;
}
@media screen and (max-width: 640px) {
	.section_title {
		margin-top: 10%;
		font-size: 35px;
	}
	.section_read {
		margin-top: 5%;
		text-align: left;
		font-size: 15px;
	}
	.section_read2 {
		margin-top: 5%;
		text-align: left;
		font-size: 14px;
	}
	.section_read span {
		font-size: 12px;
	}
}
.section_read2 a {
	text-decoration: underline;
	transition-duration: 0.8s;
}
.section_read2 a:hover {
	opacity: .5;
}
.floor {
	background-color: #E5E5E5;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.floor_inner {
	width: 90%;
	max-width: 1500px;
	margin: 30px auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.floor_inner li {
	width: 32%;
	margin-bottom: 2%;
	overflow: hidden;
	transition-duration: 0.4s;
}
.floor_inner li img {
	transition-duration: 0.8s;
}
.floor_inner li:hover img {
	transform: scale(1.1);
	transition-duration: 0.8s;
}
@media screen and (max-width: 640px) {
	.floor_inner li {
		width: 49%;
	}
}
.floorplan {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.floorplan_inner {
	width: 90%;
	max-width: 1000px;
	margin: 30px auto;
}
.facility {
	width: 100%;
	margin-top: 50px;
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
	border-spacing:0px;
}
.facility .bg {
	background-color: #F0F0F0;
}
.facility th {
	text-align: left;
	vertical-align:middle;
	font-size: 17px;
	font-weight: bold;
	width: 15%;
}
.facility td {
	font-size: 16px;
	text-align: right;
	border-left: solid 1px #B4B4B4;
	border-top: none;
	border-bottom: none;
	vertical-align:middle;
	padding: 7px 15px;
	width: 42.5%;
}
@media screen and (max-width: 750px) {
	.floorplan_inner .only-750sp {
		display: table;
	}
	.facility th {
		width: 10%;
		font-size: 15px;
	}
	.facility td {
		padding: 7px 5px;
		font-size: 15px;
	}
}
.price {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.price_inner {
	width: 90%;
	max-width: 1500px;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.price_inner li {
	width: 48.5%;
	height: 230px;
	position: relative;
	overflow: visible;
}
.price_list,
.price_list_fast {
	width: 100%;
	border-top: solid 1px #707070;
	border-spacing:0px;
}
.price_list_btm {
	width: 100%;
	border-top: solid 1px #707070;
	border-spacing:0px;
	position: absolute;
	bottom: 0;
}
@media screen and (max-width: 1250px) {
	.price_inner li {
		width: 100%;
		height: auto;
	}
	.price_list_fast {
		margin-top: 0;
	}
	.price_list {
		margin-top: 3%;
	}
	.price_list_btm {
		position: relative;
		margin-top: 3%;
	}
}
.price_list th,
.price_list_fast th,
.price_list_btm th {
	text-align: left;
	vertical-align:middle;
	font-size: 17px;
	font-weight: bold;
	width: 20%;
	border-bottom: 1px solid #707070;
	padding: 15px 0;
}
.price_list td,
.price_list_fast td,
.price_list_btm td {
	font-size: 16px;
	text-align: right;
	vertical-align:middle;
	border-left: solid 1px #B4B4B4;
	border-top: none;
	border-bottom: 1px solid #707070;
	padding: 7px 0;
	width: 80%;
}
.price_list_3call_01 {
	width: 17%!important;
	text-align: left!important;
	border-right: none;
	padding-left: 10px!important;
}
.price_list_3call_02 {
	width: 63%!important;
	border-left: none!important;
	font-size: 10px!important;
}
.price_ann {
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	line-height: 1.5em;
}
@media screen and (max-width: 640px) {
	.price_list th,
	.price_list_fast th,
	.price_list_btm th {
		font-size: 15px;
		width: 30%;
	}
	.price_list td,
	.price_list_fast td,
	.price_list_btm td {
		font-size: 15px;
		line-height: 1.5em;
		width: 70%;
	}
	.price_ann {
		text-align: left;
	}
	.price_list_3call_01 {
		width: 30%!important;
	}
	.price_list_3call_02 {
		text-align: left!important;
	}
}
.location {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.location_inner {
	width: 90%;
	max-width: 1500px;
	margin: 30px auto;
}
.p-access__map {
	width: 100%;
	height: 600px;
}
.terms {
	margin-top: 45px;
	border: solid 1px #707070;
	padding: 30px;
}
.terms_title {
	font-size: 22px;
}
.terms_text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
}
.terms_text li {
	width: 49%;
	font-size: 14px;
	text-align: left;
	line-height: 1.6em;
}
.terms_text li p {
	padding-left:1em;
	text-indent:-1em;
}
@media screen and (max-width: 640px) {
	.terms {
		padding: 8% 5%;
	}
	.terms_title {
		font-size: 18px;
	}
	.terms_text li {
		font-size: 13px;
		width: 100%;
	}
}
.reservation {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.reservation_inner {
	width: 90%;
	max-width: 1500px;
	margin: 30px auto;
}
.reservation_wrap {
	border-top:solid 1px #707070;
	border-left:solid 1px #707070;
	border-right:solid 1px #707070;
	width: 100%;
	padding: 35px 35px 0;
}
.reservation_step {
	font-size: 30px;
	font-weight: bold;
}
.reservation_text {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.7em;
}
.reservation_tell {
	font-size: 40px;
	margin-top: 5px;
}
@media screen and (max-width: 640px) {
	.reservation_wrap {
		padding: 8% 5% 0;
	}
	.reservation_step {
		font-size: 27px;
	}
	.reservation_text {
		font-size: 13px;
	}
	.reservation_tell {
		font-size: 33px;
	}
}
.reservation_triangle {
	margin: 15px auto;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid black;
}
.reservation_form_btn {
	width: 100%;
	background-color: black;
	color: #fff;
	margin-top: 30px;
	padding: 13px;
	font-size: 30px;
	transition-duration: 0.8s;
}
.reservation_form_btn span {
	font-size: 16px;
}
@media screen and (max-width: 640px) {
	.reservation_form_btn {
		font-size: 25px;
		line-height: 0.9em;
	}
	.reservation_form_btn span {
		font-size: 14px;
		line-height: 1.3em;
	}
}
.reservation_form_btn a {
	display: block;
}
.reservation_form_btn:hover {
	background:rgba(0,0,0,0.5);
}
.footer {
	width: 90%;
	max-width: 1500px;
	margin: 50px auto;
}
.copyright {
	font-size: 10px;
	text-align: left;
}

#page-top {
	position: fixed;
	right: 40px;
	bottom: 40px;
	height: 32px;
	width: 40px;
	z-index: 900;
	cursor: pointer;
}
.d-none {
	display: none;
}
@media screen and (max-width: 640px) {
	#page-top {
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
}




@-webkit-keyframes slideIn {
  0% {
    visibility: visible;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes slideIn {
  0% {
    visibility: visible;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 3.125vw, 0);
    transform: translate3d(0, 3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 3.125vw, 0);
    transform: translate3d(0, 3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -0.5vw, 0);
    transform: translate3d(0, -0.5vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -0.5vw, 0);
    transform: translate3d(0, -0.5vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeIn {
  0% {
    visibility: visible;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    visibility: visible;
  }
  to {
    opacity: 1;
  }
}

.slideInUp,
.slideDown,
.slideIn,
.fadeIn {
  opacity: 0
}

.animateIn.slideInUp, .animateIn .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.animateIn.slideDown, .animateIn .slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.animateIn.slideIn, .animateIn .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.animateIn.fadeIn, .animateIn .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}

.animateDelay-0 {
  -webkit-animation-delay: 0.4s!important;
  animation-delay: 0.4s!important
}

.animateDelay-1 {
  -webkit-animation-delay: 0.7s!important;
  animation-delay: 0.7s!important
}

.animateDelay-2 {
  -webkit-animation-delay: 1s!important;
  animation-delay: 1s!important
}

.animateDelay-3 {
  -webkit-animation-delay: 1.3s!important;
  animation-delay: 1.3s!important
}

.animateDelay-4 {
  -webkit-animation-delay: 1.6s!important;
  animation-delay: 1.6s!important
}

.animateDelay-5 {
  -webkit-animation-delay: 1.9s!important;
  animation-delay: 1.9s!important
}

.animateDelay-6 {
  -webkit-animation-delay: 2.2s!important;
  animation-delay: 2.2s!important
}

.animateDelay-7 {
  -webkit-animation-delay: 2.5s!important;
  animation-delay: 2.5s!important
}

.animateDelay-8 {
  -webkit-animation-delay: 2.8s!important;
  animation-delay: 2.8s!important
}

.animateDelay-9 {
  -webkit-animation-delay: 3.1s!important;
  animation-delay: 3.1s!important
}

.animateDelay-10 {
  -webkit-animation-delay: 3.4s!important;
  animation-delay: 3.4s!important
}
.animateDelay-11 {
  -webkit-animation-delay: 3.7s!important;
  animation-delay: 3.7s!important
}
.animateDelay-12 {
  -webkit-animation-delay: 4.0s!important;
  animation-delay: 4.0s!important
}
.animateDelay-13 {
  -webkit-animation-delay: 4.3s!important;
  animation-delay: 4.3s!important
}
.animateDelay-14 {
  -webkit-animation-delay: 4.6s!important;
  animation-delay: 4.6s!important
}
.animateDelay-15 {
  -webkit-animation-delay: 4.9s!important;
  animation-delay: 4.9s!important
}
.animateDelay-16 {
  -webkit-animation-delay: 5.2s!important;
  animation-delay: 5.2s!important
}
.animateDelay-17 {
  -webkit-animation-delay: 5.5s!important;
  animation-delay: 5.5s!important
}
.animateDelay-18 {
  -webkit-animation-delay: 5.8s!important;
  animation-delay: 5.8s!important
}
.animateDelay-19 {
  -webkit-animation-delay: 6.1s!important;
  animation-delay: 6.1s!important
}
.animateDelay-20 {
  -webkit-animation-delay: 6.4s!important;
  animation-delay: 6.4s!important
}
.animateDelay-21 {
  -webkit-animation-delay: 6.7s!important;
  animation-delay: 6.7s!important
}
.animateDelay-22 {
  -webkit-animation-delay: 7.0s!important;
  animation-delay: 7.0s!important
}
.animateDelay-23 {
  -webkit-animation-delay: 7.3s!important;
  animation-delay: 7.3s!important
}
.animateDelay-24 {
  -webkit-animation-delay: 7.6s!important;
  animation-delay: 7.6s!important
}
.animateDelay-25 {
  -webkit-animation-delay: 7.9s!important;
  animation-delay: 7.9s!important
}