@charset "UTF-8";

.mainVisual {
	background-image: url(../facilities/img/pt-main-visual.jpg);
	margin-bottom: -100px;
}

.facility {
	margin-bottom: 117px;
}

.facility_inner {
}

.facility_title {
}

.faclity_text {
	text-align: center;
	margin: 33px 0 57px;
}

.facility_cautionText{
	display:none;
}

.faclity_list {
	list-style: none;
}

.faclity_list > li {
	float: left;
	margin: 0 20px 20px 0;
}

.faclity_list > li:nth-child(4n) {
	margin-right: 0;
}

.faclity_list > li:nth-child(4n+1) {
	clear: both;
}

.faclity_list > li:first-child {
}

.faclity_list > li > a {
}

.faclity_list > li > a:hover {
}

.faclity_list > li > a:after {
}

.faclity_list > li > a > img {
}

.floor {
	margin: 33px 0 0;
}

.floor_inner {
	border-top: 1px solid #DDD;
	padding-top: 46px;
}

.floor_title {
}

.floor_title b {
	border-bottom-color: #9ED228;
}

.floor_btnList {
	text-align: center;
	margin: 25px 0 0;
	list-style: none;
}

.floor_btnList > li {
	display: inline-block;
}

.floor_btnList > li:first-child {
}

.floor_btnList > li > button {
	width: 132px;
	background: #fff;
	border-radius: 6px;
	line-height: 39px;
	font-size: 20px;
	border: 1px solid #9ED228;
	position: relative;
	z-index: 1;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.floor_btnList > li > button:hover {
	background: #9ED228;
}

.floor_btnList > li > button.is-current {
	background: #9ED228;
}

.floor_btnList > li > button.is-current:after {
	content: "";
	display: block;
	border: 10px solid #9ED228;
	position: absolute;
	z-index: 1;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

.floor_picList {
	width: 754px;
	margin: 53px 0 0 150px;
	position: relative;
	z-index: 1;
	list-style: none;
}

.floor_picList > li {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.is-ltIE8 .floor_picList > li {
	visibility:hidden;	
}

.floor_picList > li.is-current {
	position: relative;
	z-index: 2;
	opacity: 1;
}

.is-ltIE8 .floor_picList > li.is-current {
	visibility:visible;	
}

.floor_picList > li:first-child {
}

.floor_picList > li > img {
}

.popup {
	display: none;
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.popup_overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../facilities/img/bg-overlay.png) repeat;
}

.popup_photo {
	position: absolute;
	z-index: 2;
	width: 840px;
	height: 540px;
	border-radius: 15px;
	left: 50%;
	top: 50%;
	margin: -270px 0 0 -420px;
	display: none;
}

.popup_photo_image {
	position: relative;
	z-index: 1;
}

.popup_photo_closeButton {
	position: absolute;
	z-index: 3;
	right: -25px;
	top: -25px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.popup_photo_closeButton:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.popup_photo_closeButton > img {
}

.popup_photo_controller {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -71px;
}

.popup_photo_controller-next {
	right: -55px;
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
}

.popup_photo_controller-next:hover {
	right: -55px;
}

.popup_photo_controller-next > img {
}

.popup_photo_controller-prev {
	left: -55px;
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
}

.popup_photo_controller-prev:hover {
	left: -65px;
}

.popup_photo_controller-prev > img {
}

.popup_photo_inner {
	position: absolute;
	z-index: 2;
	width: 800px;
	height: 500px;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,.1);
	padding: 20px;
	border-radius: 14px;
}

.popup_photo_image > img {
	border-radius: 16px;
}

.popup_loading{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
}

.popup_loading > img{
}

/* タブレット以下設定 */
@media screen and (max-width: 940px) {

.mainVisual {
	margin-bottom: -10%;
}

.facility {
	margin-bottom: 11.5%;
}

.facility_inner {
}

.facility_title {
}

.faclity_text {
	margin: 25px 0 40px;
}

.facility_cautionText{
	display:block;
	text-align:right;
	margin-bottom:1em;
	font-size:12px;
}

.facility_cautionText > b{
	font-weight:normal;	
}

.faclity_list {
}


.faclity_list > li {
	width: 24.25%;
	margin: 0 1% 10px 0;
}

.faclity_list > li:nth-child(4n) {
}

.faclity_list > li:nth-child(4n+1) {
}

.faclity_list > li:first-child {
}

.faclity_list > li > a {
}

.faclity_list > li > a:hover {
}

.faclity_list > li > a:after {
}

.faclity_list > li > a > img {
}

.floor {
}

.floor_inner {
	padding-top: 25px;
}

.floor_title {
}

.floor_title b {
}

.floor_btnList {
}

.floor_btnList > li {
}

.floor_btnList > li:first-child {
}

.floor_btnList > li > button {
}

.floor_btnList > li > button:hover {
}

.floor_btnList > li > button.is-current {
}

.floor_btnList > li > button.is-current:after {
}

.floor_picList {
	max-width: 754px;
	width: 100%;
	margin: 30px auto 0;
}

.floor_picList > li {
}

.floor_picList > li.is-current {
}

.floor_picList > li:first-child {
}

.floor_picList > li > img {
}

.popup {
}

.popup_overlay {
}

.popup_photo {
    width: 86%;
    left: 7%;
    margin-left: 0;
    height: auto;
    border-radius: 10px;
}

.popup_photo_image {
}

.popup_photo_closeButton {
}

.popup_photo_closeButton:hover {
}

.popup_photo_closeButton > img {
}

.popup_photo_controller {
}

.popup_photo_controller-next {
}

.popup_photo_controller-next:hover {
}

.popup_photo_controller-next > img {
}

.popup_photo_controller-prev {
}

.popup_photo_controller-prev:hover {
    left: -55px;
}

.popup_photo_controller-prev > img {
}

.popup_photo_inner {
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 15px;
}

.popup_photo_image > img {
    border-radius: 10px;
}
}

/* スマホ設定 */
@media screen and (max-width:639px) {

.mainVisual {
}

.facility {
}

.facility_inner {
}

.facility_title {
}

.faclity_text {
    text-align: left;
    margin: 20px 0;
}

.faclity_list {
}

.faclity_list > li {
    width: 49%;
    margin: 0 2% 10px 0;
    text-align: center;
}

.faclity_list > li:nth-child(4n) {
}

.faclity_list > li:nth-child(4n+1) {
}

.faclity_list > li:nth-child(2n) {
	margin-right:0;
}

.faclity_list > li:nth-child(2n+1) {
	clear:both;
}


.faclity_list > li:first-child {
}

.faclity_list > li > a {
}

.faclity_list > li > a:hover {
}

.faclity_list > li > a:after {
}

.faclity_list > li > a > img {
}

.floor {
}

.floor_inner {
}

.floor_title {
}

.floor_title b {
}

.floor_btnList {
}

.floor_btnList > li {
}

.floor_btnList > li:first-child {
}

.floor_btnList > li > button {
    line-height: 30px;
    font-size: 16px;
}

.floor_btnList > li > button:hover {
}

.floor_btnList > li > button.is-current {
}

.floor_btnList > li > button.is-current:after {
}

.floor_picList {
}

.floor_picList > li {
}

.floor_picList > li.is-current {
}

.floor_picList > li:first-child {
}

.floor_picList > li > img {
}

.popup {
}

.popup_overlay {
}

.popup_photo {
    border-radius: 5px;
    top: 100px;
    margin-top: 0;
}

.popup_photo_image {
}

.popup_photo_closeButton {
    width: 33px;
    right: -20px;
    top: -20px;
}

.popup_photo_closeButton:hover {
}

.popup_photo_closeButton > img {
    /* width: 30px; */
}

.popup_photo_controller {
    width: 50px;
    margin-top: -25px;
}

.popup_photo_controller-next {
    right: -21px;
}

.popup_photo_controller-next:hover {
    right: -21px;
}

.popup_photo_controller-next > img {
}

.popup_photo_controller-prev {
    left: -21px;
}

.popup_photo_controller-prev:hover {
    left: -21px;
}

.popup_photo_controller-prev > img {
}

.popup_photo_inner {
    padding: 5px;
    border-radius: 10px;
}

.popup_photo_image > img {
    border-radius: 5px;
}

.popup_loading > img{
	width:40px;
}
}
