@charset "utf-8";

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

style.css

=====================================*/
html{
	font-size: 10px;
	scroll-behavior: smooth;
	line-height: 1.8;
}


body{
	color: #FFF;
	font-family: "Noto Sans JP", serif;
    background: #000;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(88, 88, 88, 1) 100%);
}
main {
    padding-top: 57px;
    /*background-color: #000;*/
    linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(88, 88, 88, 1) 100%)
}


div {
	position: relative
}

.inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

p{
	font-size: 1.5rem;
	line-height: 2;
}

.openingCopy{
    background-color: #FFF;
    z-index: 100000;
    width: 100vw;
    height: 100vh;
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.openingCopy .openingLogo img{
    width: 300px;
}
.openingCopy .openingLogo{
    display: none;
    max-width: 300px;
}

.headerLogoFont{
    width: 220px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 17px;
}

.headerLogoFont img{
    width: 220px;
}

.headerGdLogo{
    width: 30px;
    height: auto;
    position: absolute;
    top: 17px;
    right: 20px;
}

.slideWrapper img{
    width: 100%;
    height: auto;
}

/* headerSp
-------------------------------------*/
/*-------------------------------------
 header
-------------------------------------*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(88, 88, 88, 1) 100%); */
    background: #000;
    border: none;
    min-height: 58px;
}

header .headerLogo {
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    width: fit-content;
}
header .headerLogo img {
        width: 140px;
}
.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;
}
.spHeaderRsvBtn a {
    padding: 7px 22px 7px 30px;
    color: #FFF;
    font-size: 1.2rem;
    width: fit-content;
    /* border: #BABABA solid 1px; */
    display: block;
    line-height: 1;
    background-image: url(../images/ico_rsv_white.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #bababa;
    border-radius: 100px;
}
.spHeaderRsvBtn {
    position: absolute;
    text-align: center;
    display: block;
    right: 121px;
    top: 18px;
}
.headerSpBtn .headerSpBtntext{
    text-align: center;
    position: absolute;
    bottom: 2px;
    width: 100%;
    font-size: 1rem;
    left: 0;
    right: 0;
}
.headerSpBtn a{
	height: 100%;
	width: 100%;
	display: block;
}
.headerSpBtn,
.headerSpBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.headerSpBtn span {
	position: absolute;
	width: 53%;
	height: 3px;
	background-color: #FFF;
}

.headerSpBtn span:nth-of-type(1) {
    top: 18px;
}
.headerSpBtn span:nth-of-type(2) {
    top: 29px;
    right: 15px;
}
.headerSpBtn span:nth-of-type(3) {
    top: 40px;
}
.headerSpBtn.open span:nth-of-type(1) {
	top: 26px;
	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: 26px;
	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-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: -2px;
    left: 0;
    z-index: 3;
    width: 30px;
    height: 24px;
    cursor: pointer;
    padding: 15px 20px 17px 15px;
    box-sizing: content-box;
}

.gNav {
    position: absolute;
    right: 63px;
    top: 0;
    background-color: transparent;
    height: 61px;
	box-sizing: border-box;
    display: none;
}
.gNav .inner{
	width: auto;
}
.gNav .gNavLinkList{
	display: block;
	width: fit-content;
	font-size: 1.6rem;
	white-space: nowrap;
}
.gNav .gNavLinkList li a.current{
	border-bottom: 2px #BABABA solid;
}
.gNav li {
    width: auto;
    text-align: center;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.3rem;
    word-break: keep-all;
    padding-top: 12px;
    display: inline-block;
}
.gNav li:last-child{
	margin-right: 20px;
}
.gNav a{
	color: #BABABA;
	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;
    background-image: url(../images/ico_arrow_white_mini.svg);
    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: #BABABA;
    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 #BABABA;
}


.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: 1.5rem;
}
.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;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	box-sizing: border-box;
}
.footerContentsBox{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #BABABA;
}

.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: 1.8rem;
}
.footerInformationBox {
	padding-left: 40px;
	padding-right: 40px;
	border-right: #FFFFFF solid 1px;
	box-sizing: border-box;
}
.footerContentsBox .inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

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


.footerLinkList ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
.footerLinkList a{
	padding-left: 17px;
    background-image: url(../images/ico_arrow_white_mini.svg);
    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: #BABABA;
    border-radius: 100px;
    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.pdf {
    background-image: url(../images/icon_pdf_white.svg);
    background-size: 17px;
    background-color: #BABABA;
    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-image: url(../images/ico_arrow_white_mini.svg);
    background-position: left center;
    background-repeat: no-repeat;

}
.footerInformationInner{
	width: 100%;
}
.footerUniversityBox{
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerUniversityBox ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.footerUniversityBox ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.footerUniversityBox ul li{
	border-right: #BABABA solid 1px;
}
.footerUniversityBox ul li:first-child{
	border-left: #BABABA solid 1px;
}
.footerUniversityBox a{
	text-align: center;
}
.footerUniversityBox ul li img{
	max-width: 80%;
}
.footerCopyright{
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}


.megaMenuPC {
    display: block;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(88, 88, 88, 1) 100%);
    width: 30%;
    left: -50%;
    position: absolute;
    max-height: calc(100vh - 67px);
    padding: 30px;
    overflow: auto;
    transition: 0.5s ease-in-out;
    top: 58px;
    height: calc(100vh - 60px);
}
.megaMenuPC::-webkit-scrollbar{
	display: none;
}
.megaMenuPC.open {
    left: 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: 0;
    font-size: 1.4rem;
    grid-template-columns: 1fr;
    column-gap: 4%;
}
.megaMenuPC .gNavLinkList > li > a:before{
	/* background-image: url(../images/ico_arrow_white_mini.svg); */
	background-repeat: no-repeat;
    width: 5px;
    height: 5px;
    position: absolute;
    background-size: cover;
    content: '';
    top: 3px;
}
.megaMenuPC .gNavLinkList > li > a{
    position: relative;
    background: linear-gradient(90deg, #f1da84 0%, #e4bd02 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.megaMenuPC li {
	width: 100%;
	text-align: left;
	border-left: none;
	border-bottom: solid 1px;
    border-image: linear-gradient(90deg, #f1da84 0%, #e4bd02 100%);
    border-image-slice: 1;
	padding-left: 0;
	padding-right: 0;
	border-top: solid 1px;
	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;
}

.mainVisualWrapper{
    margin-bottom: 0;
    overflow: hidden;
}
.mainVisualLogo{
	max-width: 250px;
	position: absolute;
	bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 1;
}


section.newsIndex{
    margin-bottom: 60px;
}

section.topMessageLead {
    padding-top: 80px;
    padding-bottom: 80px;
}

.topLeadMessage2c {
    display: grid;
    grid-template-columns: 50% 1fr;
    column-gap: 5%;
    /* padding-right: calc((100vw - 1120px) / 2); */
}
.topLeadMessageText{
	display: flex;
	align-items: center;
}
.topLeadMessageText p {
    margin-bottom: 20px;
    line-height: 2.2;
    font-size: 1.6rem;
}
.topLeadMessageTextContents .logoBox {
	text-align: center;
}
.topLeadMessageTextContents .logoBox img {
    max-width: 100px;
}



.topNewsBox{
	padding: 20px 0;
	border-bottom: 1px solid #e8eff6;
	background-color: #FFFFFF;
}
.topNewsBox h2 {
    display: block;
    font-size: 1.6rem;
    margin-right: 30px;
    float: left;
    font-weight: 300;
}
.topNewsTitle{
	overflow: hidden;
	display: block;
	color: #777;
	padding-top: 2px;

}
.topNewsTitle a{
	color: #777;
}
.topNewsTitle a span{
	display: inline;
}

.textLinkList dl{

}
.textLinkList dt{
    padding-left: 30px;
    margin-bottom: 10px;
    padding-right: 30px;
}
.textLinkList dt label{
    background-color: #FCE03D;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
}
.textLinkList dd{
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.textLinkList dd:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.textLinkList dl dd{
        padding-top: 0;
}
.textLinkList dl:first-child{
    border-top: solid 1px #f1f1f1;
    padding-top: 20px;
}
.textLinkList dl:last-child dd{
    border-bottom: solid 1px #f1f1f1;
}
.textLinkList a{
    padding-left: 30px;
    background-image: url(../images/ico_arrow_gray.svg);
    background-position: left 7px center;
    background-repeat: no-repeat;
    display: block;
    color: #777;
    background-size: 6px;
}



.bgF9F9F9{
	background-color: #f9f9f9;
}




.pickupList{
    margin-bottom: 40px;
}
.pickupList div.slide{
    display: block;
}
.pickupList div.slide .slick-slide {
    margin-left: 3px;
    margin-right: 3px;
}
.pickupList div.slide div.slideContents {
    background-color: #FFFFFF;
    padding: 25px 25px 55px 25px;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
}
.pickupList div.slide div.slideContents .imgBox {
    margin-bottom: 15px;
    border-radius: 0;
    overflow: hidden;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    position: relative;
}

.pickupList div.slide div.slideContents .imgBox img {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}

.topPickupWrapper .swiper-button-prev{
    position: absolute;
    z-index: 2;
    left: -10px;
    top: calc(50% - 40px);
    font-size: 0;
    background-image: url(../images/prev.svg);
    width: 40px;
    height: 84px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.9;
}
.topPickupWrapper .swiper-button-next{
    position: absolute;
    z-index: 2;
    right: -10px;
    top: calc(50% - 40px);
    font-size: 0;
    background-image: url(../images/next.svg);
    width: 40px;
    height: 84px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.9;
}
.swiper-button-next::after, .swiper-button-prev::after{
    display: none;
}
.swiper-button-next::before, .swiper-button-prev::before{
    display: none;
}
.swiper{
    overflow: visible;
}
.topPickupWrapper .swiper-button-next.swiper-button-disabled,
.topPickupWrapper .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}

p.leadC{
    text-align: center;
    margin-bottom: 40px;
}
.pickupList h3 {
    margin-bottom: 15px;
    min-height: 3.5em;
}


.pickupList .link{
    text-align: center;
}
.pickupList .link a{
    display: inline-block;
    border:  solid 1px #E60012;
    padding: 10px 40px;
    min-width: 210px;
    box-sizing: border-box;
    text-align: center;
    background-image: url(../images/ico_arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
}
.ancrFix {
    margin-top: -60px;
    padding-top: 60px;
}

.menuTextBox{
	background-color: #f9f9f9;
	padding: 20px;
}

.topMenu2c{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	margin-bottom: 40px;
}
.menuTextBox {
    background-color: #f9f9f9;
    padding: 7%;
}
.menuTextBox h3{
	text-align: center;
	margin-bottom: 20px;
	font-size: 2rem;
}
.note{
	text-align: right;
	font-size: 1rem;
}

.menuText h4{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.menuText {
	border-bottom: 2px solid #FFF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.menuText:last-child{
	margin-bottom: 0;
}

.centerBtn a{
    font-size: 1.8rem;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: #777;
    color: #FFF;
    display: inline-block;
    border-radius: 5px;
    
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 12px center;
	display: block;
	width: fit-content;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.topInformation .centerBtn a{
    padding: 12px 60px;
    color: #777;
    font-size: 1.6rem;
    background-color: #FFF;
    border-radius: 3px;
    background-image: none;
    border: #777 solid 1px;
    margin-top: 15px;
}

.centerBtn a.tableCheck{
	background-image: url(../images/ico_tablecheck.svg);
}
.centerBtn p{
	text-align: center;
}
.topInformation .centerBtn{
    margin-top: 40px;
}

.menuSection{
}
.staffBox:last-child{
	margin-bottom: 0;
}
.staffBox p{
	line-height: 2.2;
}
.staffBox h3{
	font-size: 2rem;
	margin-bottom: 40px;
	text-align: center;
}
.staffProfileText{
	display: flex;
	align-items: center;
}
.staffBox h4{
	margin-bottom: 20px;
}
.staffBox h4 em{
	font-size: 2.4rem;
	margin-right: 20px;
	display: inline-block;
}

.staffBox{
	display: grid;
	grid-template-columns: 33% 60%;
	column-gap: 7%;
	margin-bottom: 60px;
}
.staffSection{
	margin-top: 0;
}

.staffSection .inner{
	max-width: 760px;
	
}

.staffAllImg{
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -150px;
	margin-bottom: 60px;
}
.resevationNote h3{
	text-align: center;
	margin-bottom: 20px;
}
.resevationNote{
	padding: 5%;
	background-color: #FFFFFF;
	margin-bottom: 40px;
}
.resevationNote h4{
	margin-bottom: 10px;
}
.resevationNote p{
	font-size: 1.2rem;
	margin-bottom: 15px;
}



.acces2cBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
}
.acces2cBox h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.acces2cBox h4{
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.accessText{
    display: flex;
    align-items: center;
}
.acces2cBox .mapBox01{
    margin-bottom: 0;
}


.btnAccess a {
    padding: 12px 60px;
    color: #777;
    background-color: #FFF;
    display: inline-block;
    border-radius: 3px;
    background-image: url(../images/arrow_circle.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 18px;
	border: #777 solid 1px;
	margin-top: 15px;
}
.btnAccess a:hover{
	text-decoration: none;
}

section {

    position: relative;
}
section.mapAccess {
    padding-bottom: 0;
    padding-top: 0;
}

.accessWrapper{
    background-color: #FFF;
}

.footerContact {
    padding-top: 80px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: -5px;
}
.footerContact h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 45px;
}
.footerContact p{
    text-align: center;
}
.footerContact p.note{
    color: #777;
    font-size: 12px;
}
.footerContact .fotterContactBtn{
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: content-box;
}
.footerContact .fotterContactBtn a {
    font-size: 1.8rem;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: #BABABA;
    color: #FFF;
    display: inline-block;
    border-radius: 5px;
    background-image: url(../images/ico_sns_line.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 12px center;
}
.footerContact .fotterContactBtn a:hover{
    text-decoration: none;
}
.contact2cBox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}

.telBox a{
    border: #BABABA solid 1px;;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
    padding-right: 100px;
    display: inline-block;
    font-size: 1.8rem;
    color: #BABABA;
    border-radius: 5px;
    font-weight: normal;
}
.footerContact .telBox {
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: content-box;
    display: block;
}
.contact2cBox .contctBox:first-child{
    border-right: solid 1px #dcdcdc;
}

.footerLogo{
	text-align: center;
}
.footerLogo img{
	max-width: 180px;
}

.footerOther {
    background-color: #FFF;
    text-align: center;
    padding-top: 40px;
}



.scrollBox {
    z-index: 999;
    position: absolute;
    bottom: 91px;
    left: 2%;
    opacity: 1;
    animation: scrolling 3s infinite;
}
.scrollBox img {
    width: 9px;
    height: auto;
}
.scrollBox::after {
    width: 1px;
    height: 120px;
    background-color: #FFFFFF;
    content: "";
    position: absolute;
    left: 4px;
    top: 66px;
}
.scrollBox::after {
    -webkit-animation: scrollingBar 3s infinite;
    animation: scrollingBar 3s infinite;
}

.scrollBox {
    -webkit-animation: scrolling 3s infinite;
    animation: scrolling 3s infinite;
}
@keyframes scrollingBar {
	0% {height: 80px;}
	50% {height: 10px;}
	100% {height: 80px;}
}




/* fade */
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.8s, transform 1.8s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

.fade01 {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.6s, transform 1.8s;
}
.fade01.active {
	opacity: 1;
	transform: translateY(0px);
}

.fade02 {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 2s, transform 2.6s;
}
.fade02.active {
	opacity: 1;
	transform: translateY(0px);
}

/* fade */
.fadeLeft2Right {
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 1.8s, transform 1.8s;
}

.fadeLeft2Right.active {
	opacity: 1;
	transform: translateX(0);
}







.rsvClick {
    position: fixed;
    bottom: -200px;
    right: 20px;
    max-width: 100px;
    z-index: 10000;
}

.dateAnounce h5{
    margin-bottom: 2px;
    font-weight: 500;
    padding-left: 13px;
    position: relative;
}
.dateAnounce h5::before{
    background-color: #bababa;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
}
.dateAnounce dl{
    display: grid;
    grid-template-columns: 60px 1fr;
    margin-bottom: 15px;
    row-gap: 5px;
}
.dateAnounce p{
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* bottom page */
.bottomVisualArea{
    position: relative;
    margin-top: 60px;
    min-height: 200px;
}
.bottomVisualArea h1{
    position: absolute;
    top: 52%;
    left: 4%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 2.6rem;
    display: inline-block;
}
.bottomVisualArea h1 span {
    padding-bottom: 10px;
    border-bottom: solid 1px;
    display: block;
    max-width: 450px;
}
.bottomVisualArea h1 em{
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-top: 10px;

}
.bottomVisualArea .bottomMainVisualImgBox{
    max-width: 50%;
    margin-left: auto;
}

.bottomGray{
    background-color: #f9f9f9;
    padding-bottom: 120px;
}
.breadcrumb {
    padding-bottom: 90px;
}
.breadcrumb ul::after{
    clear: both;
    content: '';
    display: block;
}
.breadcrumb ul li{
    float: left;
    padding-left: 20px;
    background-image: url(../images/ico_arrow_gray.svg);
    background-position: left 19px center;
    margin-right: 0;
    background-repeat: no-repeat;
    font-size: 1.3rem;
    background-color: #fff;
    padding:10px 10px 10px 50px;
    background-size: 8px;
}
.breadcrumb ul li.home {
    background-image: url(../images/ico_home.svg);
    background-position: left 19px center;
    background-size: 14px;
    padding-right: 15px;
}
.bottomTopContents{
    position: relative;
}

.bottomTopContents .obiTitle{
    top: -60px;
}

.mainContents.bottom{
    background-color: #FFF;
}


.bottomGray {
    background-color: #f9f9f9;
    padding-bottom: 60px;
}








/*-------------------------------------
 detail
-------------------------------------*/


article{
    margin-bottom: 120px;
    background-color: #FFF;
    padding: 4%;
}
pre {
    all: inherit;
    text-align: left;
    color: #333;
}

.detailMainImg{
    text-align: center;
    margin-bottom: 30px;
}
.detailMainImg img{
    width: 100%;
    height: auto;
}

.articleTitle{
    margin-bottom: 20px;
    padding-top: 67px;
    text-align: center;
    position: relative;
}
.articleTitle h1{
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 2.2rem;
    background-repeat: no-repeat;
    position: relative;
}
.articleTitle h1::after{
    height: 2px;
    background-color: #E60012;
    width: 50px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}
.articleBody{
    padding: 4%;
    background-color: #FFF;
    margin-bottom: 90px;
    font-size: 1.6rem;
}
.articleBody section {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}
.articleBody a{
    text-decoration: underline;
}
.articleBody .centerBtn a{
    text-decoration: none;
}
.articleBody a:hover{
    text-decoration: none;
}
.articleBody .leadTxt{
    margin-bottom: 30px;
}
.articleBody .leadTxt p{
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    background-color: #f9f9f9;
    padding: 6%;
}

.articleBody p {
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 1.6rem;
    margin-left: 15px;
    margin-right: 15px;
}
.textContents::after{
    display: block;
    content: '';
    clear: both;
}
.textContents{
    margin-left: 15px;
    margin-right: 15px;
}
.articleBody h1{
    font-size: 3.2rem;
    padding-left: 40px;
    position: relative;
}
.articleBody h1::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 100px;
    top: 21px;
    left: 0;
    position: absolute;
}
.articleBody h1::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 100px;
    top: 18px;
    left: 0;
    position: absolute;
}
.articleBody .imgBoxR{
    float: right;
    max-width: 40%;
    margin-bottom: 20px;
    margin-left: 30px;
}
.articleBody .imgBoxC{
    max-width: 100%;
    margin-bottom: 30px;
}
.articleBody h2 {
    padding-left: 60px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
}
/*
.articleBody h2::before {
    width: 40px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    background-color: #000;
}*/
.articleBody h3{
    padding: 8px 20px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: bold;
    background-color: #F9F9F9;
    text-align: left;
}
.articleBody dl{
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 1.6rem;
    margin-left: 15px;
    margin-right: 15px;
}
.articleBody dl::after{
    display: block;
    content: '';
    clear: both;
}
.articleBody dl dt{
    float: left;
    min-width: 120px;
    margin-right: 20px;
}
.articleBody dl dd{
    margin-left: 145px;
    border-left: 5px #dcdcdc solid;
    padding-left: 20px;
}
.articleBody h4 {
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom: #dcdcdc solid 1px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.articleBody ul li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.articleBody ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #dcdcdc;
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 10px;
}
.articleBody ul{
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    font-size: 1.6rem;
}
.articleBody ol{
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.articleBody ol li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 11px;
    list-style-type: decimal;
    font-size: 1.6rem;
}
.tableBox{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.tableScrollBox{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.mrgT20{
    margin-top: 20px;
}
table{
    width: -webkit-fill-available;
    margin-left: 15px;
    margin-right: 15px;
}
table thead,
table tbody,
table tr,
table th,
table td{
    border-collapse: collapse;
}
table th,
table td{
    border: solid 1px #dcdcdc;
    padding: 10px;
}
table th {
    font-weight: bold;
    background-color: #F9F9F9;
    text-align: left;
}
table td table{
    border: none;
}
table td table td{
    border: none;
}
table td table th {
    border: none;
    width: 200px;
}
.articleBody ul li a{
    display: inline-block;
    
}
.articleBody ul li a.blank{
    background-image: url(../images/ico_blank.svg);
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
.articleBody ul li a.pdf{
    background-image: url(../images/ico_pdf.svg);
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
.articleBody ul li a.word{
    background-image: url(../images/ico_word.svg);
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
.articleBody ul li a.excel{
    background-image: url(../images/ico_excel.svg);
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
.articleBody ul li img.icon{
    display: inline-block;
    margin-left: 8px;
    vertical-align: text-bottom;
    height: 20px;
    padding-bottom: 1px;
}


.articleBody .accordionBox h2 {
    margin-left: 0;
    font-size: 2.8rem;
    padding-left: 80px;
}
.articleBody .accordionBox h2::before {
    width: 50px;
    height: 3px;
    top: 23px;
}
.articleBody .accordionBox h2.btn{
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    padding-right: 50px;
}
.articleBody .accordionBox h2.btn.open{
    background-image: url(../images/minus.svg);
}
.articleBody .accordionBox h3.btn{
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    padding-right: 50px;
    margin-bottom: 23px;
}
.articleBody .accordionBox h3.btn.open{
    background-image: url(../images/minus.svg);
}

.articleBody .accordionBox h3{
    font-size: 2.2rem;
}
.articleBody .accordionBox h4 {
    font-size: 1.8rem;
}
.accordionBox{
    background-color: #F9F9F9;
    padding: 20px 30px 1px 20px;
    margin-bottom: 60px;
}
.articleBody .accordionBoxInner{
    background-color: #FFFFFF;
    display: none;
    padding: 20px;
    margin-bottom: 20px;
}
.articleBody .accordionBoxInner section{
    margin-bottom: 40px;
}
.articleBody .accordionBoxInner section:last-child{
    margin-bottom: 0;
}
.articleBtn {
    text-align: center;
    margin-top: 30px;
}
.articleBtn a{
    display: inline-block;
    padding: 10px 40px;
    min-width: 400px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #E60012;
    border-radius: 100px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.articleBtn a:hover{
    text-decoration: none;
}

/* Other TPL for article */

.articleBody .informationBox,
.articleBody .eventBox{
    float: none;
}

.articleBody .informationBox h2,
.articleBody .eventBox h2{
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding-left: 44px;
}

.articleBody .informationBox h2::before,
.articleBody .eventBox h2::before{
    display: none;
}

.articleBody .informationBox h2 span,
.articleBody .eventBox h2 span {
    display: inline-block;
    padding: 5px 20px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    font-size: 1.6rem;
    font-weight: normal;
    top: 2px;
}
.articleInfoBox2c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2px;
}
.articleInfoBox1c + .articleInfoBox2c{
    margin-top: 2px;
}
.articleInfoBox2c + .articleInfoBox1c{
    margin-top: 2px;
}

.informationBox.noHeightFix .textLinkList, .eventBox.noHeightFix .textLinkList {
    height: auto;
}

.articleLinkContentsBox{
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 30px;
}
.articleLinkContentsBox .big {
    grid-column: span 2;
}
.articleBody .topLinkBox ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 0;
}

.articleBody .topLinkBox  ul li::before{
    display: none;
}

.articleBody .topLinkBox  ul {
    padding-left: 0;
}

.articleBody .topLinkBox h2 {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.articleBody .topLinkBox h2::before {
    width: 20px;
    height: 3px;
    background-color: #E60012;
    position: absolute;
    content: '';
    top: 16px;
    left: 0;
}
.mapBox01 iframe {
    width: 100%;
}


/* pc 2-3 column imgs */
.articleBody .gallery2c {
    margin-left: 15px;
    margin-right: 15px;
}
.articleBody .gallery2c{
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: calc(1170px / 50);
    margin-bottom: 30px;
}
.articleBody .gallery2c .imgBox{
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.articleBody .gallery3c {
    margin-left: 15px;
    margin-right: 15px;
}
.articleBody .gallery3c{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: calc(1170px / 50);
    margin-bottom: 30px;
}
.articleBody .gallery3c .imgBox{
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.mapBox01{
	margin-bottom: 20px;
}





/* ----- * CONTACT * ------*/
.contactBox h2{
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;
}
.contacrPrivacyBox{
    border: #C4C4C4 solid 1px;
    border-radius: 8px;
    padding: 4%;
    margin-bottom: 30px;
}
.contacrPrivacyBox h3{
    text-align: center;
    margin-bottom: 20px;
}
.contactBox .contacrPrivacyBox p{
    text-align: left;
    margin-bottom: 0;
}
.inputPrivacy{
    text-align: center;
}
/*
.contactBox .contacrPrivacyBox p{
    text-align: left;
}*/
.inputPrivacy a{
    text-decoration: underline;
}
.inputPrivacy a:hover{
    text-decoration: none;
}
.inputPrivacy{
    margin-top: 20px;
    margin-bottom: 20px;
}
input[type="checkbox"]{
    display: inline-block;
    -webkit-appearance: checkbox;
    margin-right: 5px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea, textarea.form-control {
    height: auto;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    color: #000000;
    border-radius: 5px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    border: solid 1px #C4C4C4;
}

textarea, textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    height: 260px;
}
.formGroup input[type="text"], .formGroup input[type="email"], .formGroup input[type="password"],.formGroup input[type="tel"],.formGroup input[type="number"], .formGroup textarea {
    width: 100%;
}
*::placeholder{
    color: #dcdcdc;
}
.formGroup input[type="text"].mini,
.formGroup input[type="number"].mini{
    width: 100px;
}
.formGroup {
    margin-bottom: 30px;
}
#contactRlationTitle{
    display: none !important;
}

.form-select-wrap .formInputText{
    padding-left: 20px;
    padding-right: 20px;
}
.form-select-wrap span{
    margin-left: 10px;
    margin-right: 10px;
    color: #22425f;
}

.thanksText {
    font-size: 20px;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}



.slider-img {
  margin: 0 10px;
}

.slick-slide{
    margin: 20px;
}










.staffListBoxIndex{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 30px;
    column-gap: 15px;
    padding-bottom: 60px;
}
.staffListBoxIndex.mini{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.staffListBoxIndex.big{
    grid-template-columns: 1fr 1fr;
}
.staffListBoxIndex .imgBox {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 8px;
    aspect-ratio: 187 / 332;
    position: relative;
}
.staffListBoxIndex .imgBox a.clickArea{
    height: 100%;
    width: 100%;
    display: block;
    z-index: 100;
    position: absolute;
}
.staffListBoxIndex .imgBox .photo{
    aspect-ratio: 187 / 332;
}
.staffListBoxIndex .imgBox img{
    aspect-ratio: 187 / 332;
    object-fit: cover;
    object-position: center;
}
.staffListBoxIndex .imgBox iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  opacity: 0;  
}
.staffListBoxIndex .imgBox .photo{
    aspect-ratio: 187 / 332;
    position: relative;      /* ★ 追加：iframe重ね用 */
    overflow: hidden;        /* ★ 追加：はみ出し防止 */
}

/* 画像（サムネ）はデフォルト表示 */
.staffListBoxIndex .imgBox img.thum{
    aspect-ratio: 187 / 332;
    object-fit: cover;
    object-position: center;
    position: relative;      /* ★ 追加 */
    z-index: 1;              /* ★ 追加：iframeより下 */
    opacity: 1;              /* ★ 追加 */
    transition: opacity .25s ease;  /* ★ 追加 */
}

/* iframeは.photo内に全面フィットで重ねる（最初は見えない） */
.staffListBoxIndex .imgBox .photo iframe{
    position: absolute;      /* ★ 置換：中央寄せ transform は不要に */
    inset: 0;                /* ★ 追加：全面 */
    width: 100%;             /* ★ 追加 */
    height: 100%;            /* ★ 追加 */
    z-index: 2;              /* ★ 追加 */
    opacity: 0;              /* デフォルトは非表示 */
    transition: opacity .25s ease;  /* ★ 追加 */
    pointer-events: none;    /* ★ 追加：clickAreaを邪魔しない */
    transform: none;         /* ★ 追加：既存のtranslateを無効化 */
    -webkit-transform: none; /* ★ 追加 */
    top: 0;                  /* ★ 追加：既存top/left対策 */
    left: 0;                 /* ★ 追加 */
}


/* 再生中：サムネを消して動画を表示 */
.staffListBoxIndex .imgBox .photo.is-playing img.thum{
    opacity: 0;
}

/* 既存：iframeはデフォルト非表示のまま */
.staffListBoxIndex .imgBox .photo iframe.vimeoFrame{
  opacity: 0;
}

/* Vimeoが準備できたら、ポスター(iframe)を表示して img を隠す */
.staffListBoxIndex .imgBox .photo.vimeo-ready iframe.vimeoFrame{
  opacity: 1;
}

.staffListBoxIndex .imgBox .photo.vimeo-ready img.thum{
  opacity: 0;
}

/* 再生中も iframe は表示のまま（thumbは隠れたまま） */
.staffListBoxIndex .imgBox .photo.is-playing iframe.vimeoFrame{
  opacity: 1;
}

.staffItem{
    position: relative;
}
.newMark{
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #cc0000;
    padding: 5px 20px;
    border-radius: 4px;
    z-index: 101;
}
.rankSaleIcons{
    position: absolute;
    top: 10px;
    z-index: 101;
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}
.rankSaleIcons .rankSaleIcon,
.rankSaleIcons .rankKumiIcon{
    width: 50px;
    height: auto;
    float: right;
    margin-left: 10px;
}

.staffListBoxIndex .imgBox .photo.is-playing iframe{
    opacity: 1;
}
.staffDetailSns {
    position: fixed;
    bottom: 120px;
    width: 100%;
    z-index: 10;
}
.staffDetailSns ul li img{
    width: 50px;
    height: 50px;
}
.staffDetailSns ul.snsList li a {
    width: 50px;
    height: 50px;
}

.staffDetailSns ul.snsList{
    display: flex;
    justify-content: center;
    align-items: center;
}

.staffDetailSns ul.snsList li{
    width: 100%;
}
.staffListBoxIndex li a{
    display: block;
}
.staffListBoxIndex li .position,
.staffListBoxIndex li .name,
.staffListBoxIndex li .nameEn{
    text-align: right;
}
.staffListBoxIndex li .position,
.staffListBoxIndex li .nameEn{
    font-size: 12px;
    min-height: 1.2em;
    font-weight: 300;
}
.staffListBoxIndex li .name {
    font-size: 20px;
    margin-bottom: 0;
}
.staffListBoxIndex li .position{
    margin-bottom: 0;
}
.layoutChange li{
 margin-right: 10px;
 display: inline-block;
}
.searchClear{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#searchClearDo{
    background-color: #000;
    color: #FFF;
    border-radius: 4px;
    border: #FFF solid 1px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding: 10px 35px;
}

.staffSearchInputBox {
    position: relative;
    right: 0;
    top: -2px;
    width:0;
    float: right;
    border-bottom: #fff solid 1px;
    transition: all 0.7s;
    overflow: hidden;
}
.staffSearchInputBox.open{
    width: calc(100% - 95px);
}
.staffSearchInputBox input[type="text"]{
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 17px;
    border-bottom: none;
    border-radius: 0;
    line-height: 40px;
    padding-left: 0;
    color: #FFF;
}
.staffSearchInputBox input[type="text"]::placeholder{
    color: #666;
}
.staffSearchInputBox input[type="text"]:focus::placeholder{
    color: #333;
}

html{
  scroll-behavior: smooth;
}
#pagetop {
  position: fixed;
  right: 40px;
  bottom: 130px;
  z-index: 5500;
  display: block;
  width: 42px;
  height:42px;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 0;
  transition: .5s;
}
#pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}
#pagetop span {
  position: absolute;
  top: 16px;
  left: 11px;
  display: block;
  width:18px;
  height:18px;
  content:"";
  border-top:3px solid #ffffff;
  border-right:3px solid #ffffff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}




#serachResultMessage{
    padding-left: 4%;
    padding-right: 4%;
    border-bottom: solid 1px #FFF;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 14px;
    display: none;
}


.moreInfo {
    width: 34px;
    height: 34px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
}
.layoutChange::after{
    content: '';
    display: block;
    clear: both;
}
.layoutChange a.big {
    background-image: url(../images/layout_big.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.layoutChange a.big.active{
    background-image: url(../images/layout_big_active.svg);

}
.layoutChange a.mini{
    background-image: url(../images/layout_mini.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.layoutChange a.mini.active{
    background-image: url(../images/layout_mini_active.svg);
}
.layoutChange{
    margin-bottom: 10px;
}

.categoryChange{
    border-bottom: #999 solid 2px;
    margin-bottom: 30px;
}
.categoryChange li{
    display: inline-block;
    margin-right: 10px;
}
.categoryChange li.active{
    border-bottom: #e4bd02 solid 2px;
}
.categoryChange ul{
    margin-bottom: -2px;
}
.categoryChange li a {
    color: #FFF;
    margin-bottom: -2px;
    padding: 15px;
    font-size: 21px;
    display: block;
}
ul.snsList li{
    margin-left: 7px;
    margin-right: 7px;
}
ul.snsList li a{
    width: 30px;
    height: 30px;
}
li.x{
    display: inline-block;
}
li.x a{
    background-image: url(../images/x.svg);
    background-size: contain;
    display: inline-block;
}
ul.snsList {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 101;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
li.tiktok{
    display: inline-block;
}
li.tiktok a{
    background-image: url(../images/tiktok.svg);
    background-size: contain;
    display: inline-block;
}
li.instagram{
    display: inline-block;
}
li.instagram a{
    background-image: url(../images/instagram.svg);
    background-size: contain;
    display: inline-block;
}

.footerSnsList{
    text-align: center;
    margin-bottom: 40px;
}
.footerSnsList li{
    margin-left: 10px;
    margin-right: 10px;
}
.footerSnsList li a{
    width: 45px;
    height: 45px;
}
footer{
    padding-top: 40px;
}
footer p{
    margin-bottom: 15px;
}
.copyright{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #000;
}
.mainContents{
    padding-top: 60px;
}
.footerB{
    margin-bottom: 40px;
}
.footerLogo{
    margin-bottom: 30px;
}
.footerA ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footerA{
    border-bottom: #999 solid 1px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    
}
.footerA a{
    color: #ffe688;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    background: linear-gradient(90deg, #f1da84 0%, #e4bd02 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.footerA a::before{
    content: '';
    width: 15px;
    height: 1px;
    background-image: linear-gradient(90deg, #f1da84 0%, #e4bd02 80%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
}



.staffImage img{
    width: 100%;
    height: auto;
}

.staffNameBox {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 3%;
    position: fixed;
    z-index: 100;
    width: 100%;
    bottom: 0;
}
.staffNameBox .position,
.staffNameBox .name,
.staffNameBox .nameEn{
    text-align: right;
}
.staffNameBox .position,
.staffNameBox .nameEn{
    font-size: 16px;
}
.staffNameBox .name{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.topBackBtn{
    width: 50px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}



#calender{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    row-gap: 1px;
    column-gap: 1px;
}
.title_area {
    /* background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(88, 88, 88, 1) 100%); */
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100vw;
    color: #fed200;
    position: relative;
}

.title_area h2{
    font-size: 44px;
    background: #000;
}
#sch_swich{
    padding-top: 30px;
    padding-bottom: 30px;
}
.nextIcon{
    text-align: right;
}
.nextIcon a{
    background-image: url(../images/icon_next.svg);
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.prevIcon {
    text-align: left;
}
.prevIcon a{
    background-image: url(../images/icon_prev.svg);
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}


.title_area h2 {
    font-size: 34px;
}




.dow_area{
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.thismonth_0{
    opacity: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.thismonth_2{
    opacity: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.thismonth_1{
    background-color: #FFF;
    color: #000;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}
.nextMonth .thismonth_2{
    background-color: #FFF;
    color: #000;
    opacity: 1;
}
.nextMonth .thismonth_1{
    opacity: 0;
}
.nextMonth .thismonth_3{
    opacity: 0;
}

#calender {
    padding-bottom: 100px;
}
.offday{
    background-color: #f1f1f1;
    color: #777;
}

#calender a{
    color: #000;
}
.eventday{
    background: linear-gradient(90deg,rgba(255, 242, 194, 1) 0%, rgba(242, 219, 127, 1) 100%);

}
#gallery_area_wrapper{
    padding-top: 30px;
}
.gallery_box{
    margin-bottom: 30px;
}
.archive_box{
    margin-bottom: 40px;
}
#gallery_area{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding-bottom: 100px;
}
#archive_area{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding-bottom: 100px;
}
.archive_img{
    aspect-ratio: 16 / 9;
}
.media_bnrbox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.slect_year {
    float: right;
    z-index: 1;
    margin-top: 15px;
}
.selectbox-1 {
    position: relative;
}

.selectbox-1::before,
.selectbox-1::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-1::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #000000;
}

.selectbox-1::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.selectbox-1 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #ffffff;
    color: #333;
    font-size: 1em;
    cursor: pointer;
    line-height: 29px;
}

.selectbox-1 select:focus {
    outline: 2px solid #000000;
}
.aboutMainVisual{
    padding-bottom: 40px;
}
.abtouMessageArea{
    padding-bottom: 40px;
}
.abtouMessageArea p{
    text-align: center;
    line-height: 2.2;
    font-size: 20px;
}
.aboutImage{
    padding-bottom: 40px;
}
.aboutDlBox{
    border-top: #e4bd02 solid 2px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aboutMainVisual img{
    width: 100%;
    height: auto;
}
.aboutImage img{
    width: 100%;
    height: auto;
}
.aboutDlBox dl{
    display: grid;
    grid-template-columns: 250px 1fr;
    column-gap: 10px;
    margin-bottom: 10px;
    font-size: 17px;
}
.aboutDlBox p{
    font-size: 17px;
}
.aboutAccessMapBox{
    padding-bottom: 40px;
}
.aboutAccessMapBox iframe{
    width: 100%;
    height: 350px;
}
.aboutAccessMapBox .map{
    margin-bottom: 30px;
}
.aboutAccessMapBox .address{
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 30px;
}
#gallery_det_list{
    padding-bottom: 100px;
}
#about {
    padding-bottom: 20px;
}
#gallery_title_are h3{
    padding-top: 20px;
    font-size: 24px;
    margin: 10px;
}
#gallery_title_are p{
    text-align: right;
}
#gallery_title_are{
    margin-bottom: 20px;
}
.abtouMessageArea p{
    font-family: "Noto Serif JP", serif;
}
.aboutHajimeteBox p{
    font-family: "Noto Serif JP", serif;
}
.ryokinBgBox{
    font-family: "Noto Serif JP", serif;
}
.gallery_det_text{
    margin-top: 5px;
    text-align: center;
}
#gal_det_area ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
}
#gal_det_area ul img{
    width: 100%;
    height: auto;
}
#about h2{
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    padding-top: 80px;
    background-image: url(../images/kannmuri.svg);
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 30px;
}
.aboutHajimeteBox{
    border-top: #e4bd02 solid 2px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aboutHajimeteBox p{
    font-size: 17px;
    line-height: 2;
    margin-bottom: 30px;
}


.aboutHajimeteBox .imgBox{
    margin-bottom: 30px;
}

.aboutRyokinBox{
    border-top: #e4bd02 solid 2px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ryokinBgBox{
    display: flex;
    width: 55%;
    background-image: url(../images/about_price_bg.png);
    aspect-ratio: 249 / 91;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background-size: contain;
}
.ryokinBgBox h3{
    font-size: 34px;
    text-align: center;
    color: #e4bd02;
    margin-bottom: 20px;
}
.ryokinBgBox h3 span{
    font-size: 15px;
    display: block;
    text-align: center;
}

.ryokinBgBox p{
    font-size: 19px;
}


.abtouMibunshoBox{
    aspect-ratio: 1300 / 673;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-size: 20px;
    background-image: url(../images/about_foot_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.abtouMibunshoBox .inner{
    height: 100%;
}
.abtouMibunshoInner{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.abtouMibunshoInner h3{
    width: 60%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;

}
.abtouMibunshoInner p{
    font-size: 20px;
    text-align: left;
}

#osusume{
    display: none;
}

#ninnki{
    display: block;
}

#saishin{
    display: none;
}

