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

html {
  scroll-padding-top: 20px;
  scroll-behavior: smooth;
}
body {
  background-color: #e8ebe6;
  color: #040000;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	margin: 0;
}
img {
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #040000;
}
p {
	margin: 0.3em;
}
address{
font-style:normal;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 100px;
  top   : 70px;
  width : 70px;
  height: 100px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
  width   : 58px;
  height  : 2px ;
}
.hamburger span:nth-child(2) {
  top: 20px;
  left: 20px;
  width   : 38px;
  height  : 2px ;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  top: 16px;
  left: 0;
  width   : 58px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 470px;
}

nav.globalMenuSp ul {
  background : rgb(0, 81, 255);
  margin: 0 auto;
  padding: 175px 0 0;
  width: 100%;
  height: 100vh;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#003dff;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 25px 37px;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}



/* -- main style -- */
#container {
	width: 1006px;
	margin: 93px auto 0 auto;
}
#logo {
	margin: 0;
    position: fixed;
    z-index : 1;
    top  : 93px;
    right : left;
}

#top {
	width: 895px;
	padding-top: 220px;
	padding-left: 115px;
}
#top img {zoom:0.5}
#main {
	width: 895px;
	margin-left: 35px;
	padding-top: 0;
}
article {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 130px;
}
h2 {
	margin:0;
	width: 81px;
	display: table-cell;
	vertical-align: top;
}
#content {
	width: 895px;
	display: table-cell;
}
.image {
	width: 895px;
	display: -webkit-flex; /*safari*/
	display: flex;
	flex-shrink: 0;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	grid-row-gap: 16px;
}
.price_list {
	display: -webkit-flex; /*safari*/
	display: flex;
	flex-shrink: 0;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding-bottom: 35px;
}
.price_list div.fee {
	width: 440px;
}
.price_list div.cancel {
	width: 419px;
}
.price_list div.equipment {
	width: 352px;
	margin-top: 60px;
}
.price_list div.rental {
	width: 491px;
	margin-top: 60px;
}
.price_list dl {
	margin: 0 0 1.5em;
}
.price_list dl dt {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #040000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}
.price_list dl dd {
	font-size: 10px;
	border-bottom: 1px solid #040000;
	margin: 0;
	padding: 1em 0;
}
.price_list div.fee dl dd:last-child,
.price_list div.cancel dl dd:last-child {
	border-bottom: 0;
}
.price_list dl dd::after {
  content: "";
  display: block;
  clear: both;
}
.price_list dl dd { zoom: 1; }
.guide_list {
	display: -webkit-flex; /*safari*/
	display: flex;
	flex-shrink: 0;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	grid-row-gap: 35px;
	padding-bottom: 35px;
}
.guide_list dl {
	width: 47%;
	margin: 0;
}
.guide_list dl dt {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #040000;
	padding: 0 0 1em 0;
}
.guide_list dl dd {
	font-size: 10px;
	border-bottom: 1px solid #040000;
	margin: 0;
	padding: 1em 0;
}
.exp {
	font-size: 10px;
	font-weight: normal !important;
	margin: 0;
}
.exp_small {
	font-size: 8px;
	margin: 0;
}
.exp_small a {
	text-decoration: underline !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tel {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px
}
.contact_exp {
	font-size: 10px;
	padding-top: 10px;
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.access_list {
	display: -webkit-flex; /*safari*/
	display: flex;
	flex-shrink: 0;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	gap: 0 44px;
	-webkit-justify-content: flex-end; /* Safari */
    align-items: flex-end;
	margin-top: 40px;
}
.access_list .train {
	width: 244px
}
.access_list .parking {
	width: 360px;
}
.access_list dl {
	margin: 0;
}
.access_list dl dt {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #040000;
	padding: 0 0 1em 0;
}
.access_list dl dd {
	font-size: 10px;
	border-bottom: 1px solid #040000;
	margin: 0;
	padding: 1em 0;
}

footer {
	width: 100%;
	background-color: #dad8d6;
	font-size: 18px;
}
footer .inner {
	display: -webkit-flex; /*safari*/
	display: flex;
	flex-shrink: 0;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-align-items: center; /* Safari */
    align-items: center;
	width: 1006px;
	margin: 93px auto 0 auto;
	padding: 40px 0;
}
.footer_left {
	display: -webkit-flex; /*safari*/
	display: flex;
	flex-shrink: 0;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	gap: 0 20px;
	-webkit-align-items: center; /* Safari */
    align-items: center;
	font-weight: bold;
}
.footer_left span {
	font-size: 10px;
}
.copyright {
	text-align: right;
	font-size: 12px;
}
.btn_contact a {
	display: block;
	color: #040000;
	text-align: center;
	background: #dad8d6;
	font-weight: normal;
	padding: 10px 14px;
	font-size: 14px;
	width: 186px;
	margin-top: 24px;
}
.btn_contact a:hover {
	background: #c9c7c4;
}
.btn_form a {
	display: block;
	color: #ffffff;
	text-align: center;
	background: #ff0000;
	font-weight: normal;
	padding: 10px 14px;
	font-size: 14px;
	margin-right: 10px;
}  
.btn_form a:hover {
	background :#e80000;
}
.sp {display:none;}

.form {
	padding-top: 150px;
}

@media screen and (max-width: 828px) {
	.pc {display:none;}
	.sp {display: block;}
.hamburger {
  right : 20px;
  top: 40px;
}

#container {
	width: calc( 100% - 58px ) ;
	margin: 40px 0 0;
	padding: 0 20px;
}
#logo {
    top  : 40px;
    right : left;
}
#top {
	width: calc( 100% - 65px ) ;
	padding-top: 100px;
	padding-left: 65px;
	padding-right: auto;
	margin: 0 auto;
}

img {zoom: 0.5;}
#top img,
.floor img {
	max-width: 100%; 
    height:auto;
	}
.image div img {
	width: 100%; 
    height:auto;
	zoom: 1;
	}
#main {
	width: calc( 100% - 35px ) ;
	margin-left: 35px;
}
#content,
article {
	width: 100%;
}
.image {
	width: 100%;
}
.image div {
	width: 48% ;
	}
.image div.clumn_3 {
	width: 30% ;
	}
.image div.clumn_4 {
	width: 24% ;
	}
h2 {
	width: 30px;
}
.price_list div.fee,
.price_list div.cancel,
.price_list div.equipment,
.price_list div.rental {
	width: 100%;
}
.price_list div.equipment {
    margin-top: 0;
}
.pc { display: none; }
footer .inner {
	width: 100%;
	padding: 20px;

}
.guide_list dl {
	width: 100%;
}

.access_list .train,
.access_list .parking {
	width: 100%;
	padding-bottom: 35px;
}
.access_list {
	display: block;
}
.price_list div.rental {
	margin-top: 30px;
}

footer .inner {
	width: calc( 100% - 40px ) ;
	display: block;
	text-align: center;
}
.footer_left {
	gap: 0 10px;
	-webkit-justify-content: center; /* Safari */
    justify-content:         center;
}
.copyright {
	text-align: center;
}
.btn_form a {
	margin: 0 auto 10px auto;
	width: 60%;
	text-align: center;
}  
nav.globalMenuSp {
  width: 100%;
}
nav.globalMenuSp img,
#lightbox img,
.floor img {
  zoom: 1;
}
article {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 80px;
}
nav.globalMenuSp ul {
  padding: 100px 0 0;
}


}
 
 @media screen and (max-width: 768px) {

}
