@charset "utf-8";

/*=====================================

layout.css

=====================================*/

/*-------------------------------------
 setting
-------------------------------------*/
html{
	font-size: 10px;
}
body {
	position: relative;
	color: #2e2f2f;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #2e2f2f;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.forPC { display: block; }
img.forPC, br.forPC { display: inline-block }
.forSP { display: none; }

div{
	position: relative;
}
ul, li{
	position: relative;
}

/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	position: relative;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
}
.inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.inner::after,
section::after {
	clear: both;
	display: block;
	content: "";
}
























header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    min-height: 90px;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.06));
}
.headerLine{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 70px;
    top: 10px;
}

.ancrFix {
    margin-top: -90px;
    padding-top: 90px;
}


/*-------------------------------------
 header
-------------------------------------*/
header .headerLogo {
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 20px;
    right: auto;
    position: absolute;
    display: block;
    width: fit-content;
}
header .headerLogo img {
    width: 300px;
}
.headerTel {
	display: none;
    font-size: 2.37rem;
    font-weight: 600;
    font-family: 'Lato';
    color: #E60044;
    width: fit-content;
    position: absolute;
    right: 67px;
    top: 6px;
}
.headerTel a{
	color: #E60044;
}
.headerTel span {
    display: block;
    font-size: 1.1rem;
    text-align: center;
    color: #777;
    margin-top: -4px;
    font-weight: normal;
}
.headerListUpper{
	position: absolute;
	right: 0;
	top: 0;
	display: grid;
	grid-template-columns: 110px 200px 150px;
	z-index: 3;
}
.accessibleLink{
	padding: 15px 15px 5px 15px;
}
.accessibleLink a{
	padding-left: 17px;
    background-image: url(../images/ico_arrow_gray.svg);
    background-position: left center;
    background-repeat: no-repeat;
	display: inline-block;
}
.headerLinks a{
	display: inline-block;
	padding-left: 17px;
    background-image: url(../images/ico_arrow_gray.svg);
    background-position: left center;
    background-repeat: no-repeat;
	margin-right: 20px;
}

.languageSelect{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2px;
}
.languageSelect > div {
    padding-left: 15px;
    padding-right: 15px;
	background-color: #FFF;
	color: #dcdcdc;
}
.languageSelect > div a{
	color: #8a8a8a;
	text-align: center;
}
.languageSelect > div.current{
	color: #FFF;
	background-color: #000;
}
.languageSelect > div.current a{
	color: #fff;
	pointer-events: none;
	cursor: default;
}
.languageSelect > div a{
	display: block;
}

/* headerSp
-------------------------------------*/

.headerSpBtn.open{
	
}
.headerSpBtn a{
	height: 100%;
	width: 100%;
	display: none;
}
.headerSpBtn,
.headerSpBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.headerSpBtn span {
	position: absolute;
	width: 53%;
	height: 1px;
	background-color: #000;
}

.headerSpBtn span:nth-of-type(1) {
    top: 21px;
	transform:rotate(-22deg);
}
.headerSpBtn span:nth-of-type(2) {
    top: 26px;
    transform:rotate(-22deg);
    right: 15px;
	display: none;
}
.headerSpBtn span:nth-of-type(3) {
    top: 33px;
	transform:rotate(-22deg);
}
.headerSpBtn.open span:nth-of-type(1) {
	top: 28px;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.headerSpBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.headerSpBtn.open span:nth-of-type(3) {
	top: 28px;
	transform: rotate(-45deg);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.headerSpBtn .menuTitle{
	font-weight: 300;
	position: absolute;
	text-align: center;
	top: 34px;
	font-size: 1rem;
	width: 110%;
}
.headerSpBtn.open .menuTitle{
	color: #FFFFFF;
}

.headerSpBtn .menuTitle {
    font-family: 'Noto Sans JP';
    font-weight: 300;
    position: absolute;
    text-align: center;
    top: 42px;
    font-size: 1rem;
    width: 100%;
    color: #ffffff;
    left: 1px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.headerSpBtn {
    position: absolute;
    top: 0;
	right: 0;
    width: 30px;
    height: 27px;
    cursor: pointer;
    padding: 17px 20px 17px 15px;
    box-sizing: content-box;
}
.headerBtn{
    position: absolute;
    right: 20px;
    top: 28px;
}

.headerBtn li{
	display: inline-block;
	margin-left: 20px;
}
.headerBtn li a{
	display: block;
	padding: 10px 30px;
	color: #FFF;
	font-size: 1.2rem;
}
.headerBtn li.rental a{
	background-color: #56b6d5;
}
.headerBtn li.reservation a{
	background: #6F86D6;
	background: linear-gradient(90deg,rgba(111, 134, 214, 1) 0%, rgba(101, 159, 214, 1) 50%, rgba(86, 182, 213, 1) 100%);
}


.gNav {
    position: absolute;
    right: 312px;
    top: 0;
    background-color: transparent;
    height: 55px;
    box-sizing: border-box;
}
.gNav .inner{
	width: auto;
}
.gNav .gNavLinkList {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    text-align: right;
}
.gNav .gNavLinkList li a.current{
	border-bottom: 2px #000 solid;
}
.gNav li {
    width: auto;
    text-align: center;
    position: relative;
    padding-left: 5px;
    padding-right: 25px;
    font-size: 1.4rem;
    word-break: keep-all;
    padding-top: 32px;
    display: inline-block;
	font-family: "Jost", sans-serif;
}
.gNav a{
	color: #1e1e1e;
	display: block;
	padding: 7px;
	position: relative;
	z-index: 2;
	line-height: 1.3;
}
.gNav a:hover{
	text-decoration: none;
}
.gNav ul.gNavLinkList > li:last-child .child{
	right: 7px;
	left: auto;
}
.gNav .child {
    background-color: #FFF;
    padding: 15px;
    position: absolute;
    z-index: 2;
    left: 7px;
    margin-top: 0;
    display: none;
    box-sizing: border-box;
    margin-top: 0;
    width: 320px;
}
.gNav .child a {
    display: block;
    text-align: left;
    font-size: 1.2rem;
    padding: 0px 0px 0px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}


.gNav a.parent > span {
	padding-top: 1px;
    padding-bottom: 3px;
	box-sizing: border-box;
	display: block;
}
.gNav a.parent.active > span {
    background-color: #000;
    display: block;
    border-radius: 3px;
}


.gNav a.parent.active > span:before {
	content: '';
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #000;
}


.gNav .child li {
    border-left: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #ffffff solid 1px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 18px;
}
.gNav .child li:last-child{
	border-right: none;
	border-bottom: none;
	margin-bottom:0;
	padding-bottom: 10px;
}
.footerBannerWrapper{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #EFF7FC;
}




.footerBanner ul {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: 30px;
}

#pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
.footerLinkBox{
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.footerContentsBox{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #E60044;
}

.footerContentsBox a{
	color: #FFFFFF;
}
.footerLinkHome a{
	padding-left: 30px;
}
.footerLinkHome a{
	background-image: url(../images/ico_home_white.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
}
.footerInformationBox {
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.footerContentsBox .inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.footerLinkHome {
	grid-column: span 2;
	margin-bottom: 10px;
}


.footerLinkList{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
.footerLinkList a{
	padding-left: 17px;
    background-position: left center;
    background-repeat: no-repeat;
	display: inline-block;
}
.footerLinkList li{
	margin-bottom: 10px;
}

.footerBtn a {
    display: block;
    background-color: #FFFFFF;
    padding: 10px 40px;
	min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left 15px center;
    color: #E60044;
	border-radius: 3px;
    font-weight: bold;
}
.footerBtn a:hover{
	text-decoration: none;
}
.footerBtnBox{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
	text-align: center;
	column-gap: 4%;
}
.footerBtn a.contact {
    background-image: url(../images/ico_mail.svg);
    background-size: 20px;
}
.footerBtn a.access{
	background-image: url(../images/ico_geo_pin.svg);
	background-size: 17px;
}
.footerBtn a.tel{
	background-image: url(../images/icon_tel.svg);
	background-size: 17px;
}
.footerBtn a.pdf {
    background-image: url(../images/icon_pdf_white.svg);
    background-size: 17px;
    background-color: #000;
    border: solid 2px #FFF;
    color: #FFF;
    font-size: 1.2rem;
}
.footerSnsBox{
	margin-bottom: 30px;
}
.footerSnsBox ul{
	display: flex;
	text-align: center;
	width: 100%;
}
.footerSnsBox ul li{
	width: 100%;
}
.footerSnsBox a img{
	width: 32px;
    vertical-align: -webkit-baseline-middle;
}
.footerInformationBox {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerOtherLinkBox li{
	display: inline-block;
	margin-left: 30px;
}
.footerOtherLinkBox a{
	padding-left: 17px;
    background-position: left center;
    background-repeat: no-repeat;
}
.footerOther {
    background-color: #FFF;
    text-align: center;
	padding-top: 40px;
}
.footerInformationInner{
	width: 100%;
}
.footerCopyright{
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
	color: #333;
}


.megaMenuPC {
    display: block;
    background-color: #E60044;
    width: 50%;
    right: -50%;
    position: absolute;
    max-height: calc(100vh - 67px);
    padding: 30px;
    overflow: auto;
    transition: 0.5s ease-in-out;
    top: 58px;
}
.megaMenuPC::-webkit-scrollbar{
	display: none;
}
.megaMenuPC.open{
	right: 0;
}
.megaMenuPC .inner{
	width: auto;
	min-width: none;
}
.megaMenuPC a:hover{
	text-decoration: none;
}
.megaMenuPC a {
	color: #FFFFFF;
	display: block;
	padding: 15px;
}
.megaMenuPC .gNavLinkList {
    display: grid;
    width: 100%;
    margin-top: 20px;
    font-size: 1.4rem;
    grid-template-columns: 1fr;
    column-gap: 4%;
}
.megaMenuPC .gNavLinkList > li > a{
	background-repeat: no-repeat;
	background-position: right 4% center;
}
.megaMenuPC li {
	width: 100%;
	text-align: left;
	border-left: none;
	border-bottom: solid 1px #FFF;
	padding-left: 0;
	padding-right: 0;
	border-top: solid 1px #FFF;
	margin-top: -1px;
}

.megaMenuPC li:last-child {
	border-right: none;
}
.megaMenuPC .gNavLinkList > li .child {
	padding-left: 4%;
	padding-right: 4%;
	display: block;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	left: auto;
	margin-top: auto;
	width: auto;
	z-index: auto;
	background-color: transparent;
}
.megaMenuPC a.parent.active > span {
	background-color: transparent;
}

.megaMenuPC .gNavLinkList > li .child li{
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-top: none;
}

.megaMenuPC .gNavLinkList > li .child a {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:transparent;
	border-radius: 5px;
	background-image: url(../images/ico_arrow_white.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding-left: 26px;
	font-size: 1.3rem;
	background-size: 10px;
}

.btnAccess {
	margin-top: 30px;
}
.btnAccess a{
	padding: 15px 60px;
	color: #E60044;
	background-color: #FFF;
	display: inline-block;
	border-radius: 5px;
	background-image: url(../images/arrow_circle_red.svg);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 18px;
}



/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

.forPC { display: none !important; }
.forSP { display: block; }
img.forSP, br.forSP { display: inline-block }

.headerSpBtn{
	display: block;
}


}







/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 769px) {

body {
	min-width: 1120px;
}

a img,
.hover,
.headerLogin ul li a,
.headerLink ul li a,
.gNav a,
.megaMenu .ttl a,
.pagetop a {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	backface-visibility: hidden;
}
a:hover img,
.hover:hover,
.headerLogin ul li a:hover,
.headerLink ul li a:hover,
.gNav a:hover,
.megaMenu .ttl a:hover,
.pagetop a:hover {
	opacity: 0.8;
}




}




