@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Shippori_Mincho;
    src: url(../font/Shippori_Mincho/ShipporiMincho-Regular.ttf);
}

body {
    overflow-x: hidden;
    font-family: Shippori_Mincho;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 5vw;
}
#page-top a {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 1.5;
    text-align: center;
    background: #666;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}
#page-top a:hover {
    opacity: 0.5;
}


.Toggle {
    display: none;
}

header {
    background-image: url(../images/main-kar.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}



.header-menu {
    display: flex;
}

.topleft-navmenu {
    width: 50%;
}

h1 img {
    padding: 5%;
    width: 40%;
}

.topleft-navmenu nav {
    display: flex;
    padding-top: 5%;
}

.topleft-navmenu nav ul {
    display: flex;
}

.topleft-navmenu nav ul li a {
    writing-mode: vertical-lr;
    line-height: 3;
    font-size: 1.5vw;
    color: white;
}

header h2 {
    writing-mode: tb-rl;
    color: white;
    font-size: 2.8vw;
    line-height: 3;
    padding-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
}

.topright-navmenu {
    width: 50%;
}

.topright-navmenu nav {
    margin-top: 5%;
    margin-bottom: 2%;
}

.topright-navmenu nav ul {
    width: 90%;
    margin-left: 30%;
    display: flex;

}

.topright-navmenu nav ul li {
    border-left:1.5px solid white;
    padding:1px 15px;
}

.topright-navmenu nav ul li:nth-child(1) {
    border: none;
}

.topright-navmenu nav ul li a {
    color: white;
    font-size: 1.7vw;
}

.fa-brands {
    padding: 0 8px ;
    font-size: 1.8vw;
    color: white;
}

.information {
    margin-left: 25%;
}

.information p {
    color: white;
    font-size: 1vw;
}

.information img {
    width: 20px;
}

.information a {
    color: white;
    font-size: 2vw;
}

a.btn_16 {
	display: block;
	text-align: center;
	position: relative;
	width: 160px;
	margin-left: 45%;
    margin-top: -10%;
    padding: 8px 0 ;
	border-radius: 5px;
	color: #000000;
    font-size: 1.0vw;
	box-shadow: 3px 3px 0 #696969;
    background-color: #f7f7f7;
	transition: 0.2s ease-in-out;
}
a.btn_16:hover {
	box-shadow: 0 0 0;
	transform: translate(3px, 3px);
	color: #000000;
}



.section-box1 {
    padding-top: 6%;
    background-image: url(../images/section1.jpg);
    background-size: cover;
}

.box1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 70%;
    writing-mode: vertical-rl;
}

.box1 h3 {
    font-size: 4vw;
    margin-left: 20%;
}

.box1 p {
    height: 400px;
    margin: 2em 0 ;
    line-height: 2.2;
    font-size: 1.8vw;
}

.box1 img {
    position: absolute;
    bottom: -24%;
    left: -8%;
}

.box2 {
    background-image: url(../images/sec2_bnr1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 0 ;
    margin-top: 10%;
}



.box2 p {
    color: white;
    margin-left: 5%;
}

.box2 span {
    font-size: 8vw;
    border-bottom: 5px dotted #ffffff;
}

.box2 p:nth-child(1) {
    width: 80%;
    font-size: 5vw;
    margin-bottom: 5%;
    margin-top: -15%;
}

.box2 p:nth-child(2) {
    width: 50%;
    font-size: 2.2vw;
    line-height: 2;
}

/*フロア紹介*/

.main-floor {
    background-image: url(../images/back-haikei.jpg);
    height: 3300px;
}

.section-box2 {
    background-image: url(../images/photo4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-box2 h2 {
    color: white;
    font-size: 5vw;
    margin-left: 80%;
    padding-top: 10%;
    writing-mode: vertical-lr;
}

.floor {
    display: flex;
    margin-top: 15%;
    color: white;
}

.floor-photo1 img {
    width:  100%;
    position: sticky;
    top: 0;
}

.floor-box1 {
    width: 42%;
}

.floor-box1 img:nth-of-type(1){
    width: 20%;
    padding-top: 5%;
    margin-left: 70%;
}

.floor-box1 img:nth-of-type(2) {
    width: 90%;
    margin: 20% 5%;
}

.floor-box1 img:nth-of-type(n+3) {
    width: 90%;
    margin: 10% 5%;
}

.floor-box1 p:nth-of-type(1) {
    width: 80%;
    margin: 5% 10%;
    font-size: 1.4vw;
}


/*2*/
.floor2 {
    display: flex;
    color: white;
}

.floor-photo2 img {
    width: 94%;
    position: sticky;
    top: 0;
}

.floor-box2 {
    width: 45%;
}

.floor-box2 img:nth-of-type(1){
    width: 20%;
    padding-top: 5%;
    margin-left: 70%;
}

.floor-box2 img:nth-of-type(2) {
    width: 100%;
    margin: 20% 0 ;
}

.floor-box2 img:nth-of-type(n+3) {
    width: 100%;
    margin: 15% 1%;
}

.floor-box2 p:nth-of-type(1) {
    width: 80%;
    margin: 5% 10%;
    font-size: 1.4vw;
}

/*めっせーじ*/

.floor3 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    padding: 5% 10%;
    text-align: center;
    font-size: 1.8vw;
    line-height: 2.2;
    color: white;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

/*フッターはいる*/
.fix  {
    background-image: url(../images/footer.jpg);
    background-attachment: fixed;
    height: 650px;
}

.footer-box1 {
    background-image: url(../images/section1.jpg);
    background-image: 100%;
    padding-bottom: 3%;
}


.map-iframe {
    width: 800px;
    height: 400px;
    padding: 5% 3.5%;
}

.section3 {
    display: flex;
    margin: 10% 1%;
}

.section3-box1 img {
    width: 40%;
    margin-left: 25%;
}

.section3-box1 p {
    width: 90%;
    line-height: 1.8;
    font-size: 1.8vw;
    text-align: center;
}


.section3-box2 p {
    text-align: center;
    font-size: 2.5vw;
    margin-bottom: 5%;
}

.section3-box2 a {
    font-size: 3vw;
}

a.btn_17 {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
    margin: 8% 3% 0 0 ;
    padding: 18px 0 ;
	border-radius: 5px;
	color: #000000;
    font-size: 1.8vw;
	box-shadow: 3px 3px 0 #696969;
    background-color: #f7f7f7;
	transition: 0.2s ease-in-out;
}
a.btn_17:hover {
	box-shadow: 0 0 0;
	transform: translate(3px, 3px);
	color: #000000;
}

address {
    line-height: 2.8;
    font-style: normal;
    margin: 30px 25px;
}

address dl {
    font-size: 2vw;
    display: flex;

}

address dt {
    width: 40%;
    margin-right: 4em;
    text-align: right;

}

address dd {
    width: 100%;
}



.notice-wrapper {
    display: flex;
    border-top: 1px solid #333;
    padding-top: 40px;
    margin-bottom: 5% auto;
}

.notice-content {
    margin-left: auto;
    margin-right: auto;
}

.notice-title {
    writing-mode: vertical-rl;
    font-size: 3.5vw;
    padding-right: 40px;
    color: #111;
}



.notice-date {
    font-size: 2vw;
    color: #333;
    margin-bottom: 5px;
}

.notice-main {
    width: 500px;
    font-size: 2.5vw;
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.notice-link {
    text-align: right;
    font-size: 2vw;
}

.notice-link a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

.notice-link a:hover {
    opacity: 0.7;
}

.footer-box2 {
    background-image: url(../images/back-haikei.jpg);
    background-image: 100% 100% ;
    height: 400px;
}


.footer-menu {
    width: 25%;
    padding-top: 10%;
    margin: 0 30%;
}

.footer-menu nav {
    display: flex;
    padding-top: 2%;
}

.footer-menu nav ul {
    display: flex;
}

.footer-menu nav ul li a {
    writing-mode: vertical-lr;
    line-height: 3;
    font-size: 2vw;
    color: white;
}

.footer-end {
    background-image: url(../images/back-haikei.jpg);
    background-size: 100% 100% ;
    border-top: 1.3px solid rgb(63, 63, 63);
    color: white;

}

.footer-end p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    line-height: 2;
    font-size: 2vw;

}

.footer-end ul {
    width: 30%;
    display: flex;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw;

}

.footer-end ul li a {
    color: white;
}

.footer-end ul li {
    border-left:1.5px solid white;
    padding:1px 15px;
}

.footer-end ul li:nth-child(1) {
    border: none;
}

.Copyright p {
    font-size: 1.2vw;
}