@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: 4vw;
    font-weight: 900;
    z-index: 500;
}
#page-top a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 2.5;
    text-align: center;
    background: #666;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}
#page-top a:hover {
    opacity: 0.5;
}


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



.header-menu {
    display: flex;
}

.NavMenu {
    width: 50%;
}

h1 img {
    display: none;
}

nav.NavMenu {
    position: fixed; /*表示位置を固定*/
    z-index: 2; /*重ね順を変更*/
    top: 0; /*表示位置を指定*/
    left: 0; /*表示位置を指定*/
    background: #fff;/*背景を白にする*/
    color: #000; /*文字色を黒にする*/
    text-align: center; /*テキストを中央揃え*/
    width: 100%; /*全幅表示*/
    transform: translateY(-100%); /*ナビを上に隠す上から出したい場合は、transform: translateYを使う。*/
    transition: 0.6s; 
}

nav.NavMenu ul{
    background-image: url(../images/section1.jpg);
}

nav.NavMenu ul li{
    font-size: 1.1em;
    list-style-type: none;  
    border-bottom: 1px dotted #333;
}

nav.NavMenu ul li:last-child{
    border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a{
    display: block; /*クリックできる領域を広げる*/
    color: #000;
    padding: 1em 0;
    text-decoration: none;
}

nav.NavMenu.active{
    transform: translateY(0%);/*上から出したい場合は、transform: translateYを使う。*/
}

.Toggle {
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;/*divだけどカーソルが変わるようにしている*/
	z-index: 3;/*ボタンを一番上にしている(押せなくなるから)*/
}

.Toggle span {
	display: block;
	position: absolute;
	left: 6px;
	width: 40px;
	border-bottom: solid 3px #f0f0f0;
	transition: .35s ease-in-out;			/*変化の速度を指定*/
	
}

.Toggle span:nth-child(1) {
	top: 9px;
}

.Toggle span:nth-child(2) {
	top: 18px;
}

.Toggle span:nth-child(3) {
	top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	transform: rotate(45deg);
}


header h2 {
    writing-mode: tb-rl;
    color: white;
    font-size: 6vw;
    margin: 10% auto 0;
    line-height: 2;
    padding-bottom: 5%;
}

.topright-navmenu {
    width: 100%;
}

.topright-navmenu nav ul li {
    display: none;
}

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

.information {
    display: none;
}

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

.box1 {
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: auto;
}

.box1 h3 {
    text-align: center;
    font-size: 8vw;
}

.box1 p {
    margin: 2em 0;
    line-height: 2.2;
    font-size: 3vw;
    height: auto;
}

.box1 img {
    position: absolute;
    width: 30%;
    right: -10%;
    bottom: -5%;
}

.box2 {
    background-image: url(../images/sec2_bnr1.png);
    background-size: cover;
    padding: 20% 5%;
}

.box2 p {
    color: white;
}

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

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

.box2 p:nth-child(2) {
    width: 100%;
    margin-top: 5%;
    line-height: 2.3;
    font-size: 3vw;
}

/* フロア紹介 */
.main-floor {
    background-image: url(../images/back-haikei.jpg);
    padding: 10% 5%;
}

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

.section-box2 h2 {
    color: white;
    font-size: 8vw;
    margin: 0 auto;
    padding-top: 40%;
    padding-bottom: 40%;
    writing-mode: vertical-lr;
    text-align: center;
}

.floor, .floor2 {
    display: block;
    color: white;
    margin-top: 20%;
}

.floor-photo1 img,
.floor-photo2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: static;
}

.floor-box1, .floor-box2 {
    width: 100%;
}

.floor-box1 img, .floor-box2 img {
    width: 95%;
    text-align: center;
}

.floor-box1 img:nth-child(1), .floor-box2 img:nth-child(1) {
    width: 20%;
    margin: 10% auto;
    display: block;
}

.floor-box1 p,
.floor-box2 p {
    width: 90%;
    margin: 5% auto;
    font-size: 3.5vw;
}

/* めっせーじ */
.floor3 {
    width: 90%;
    margin: 10% auto;
    padding: 15% 5%;
    text-align: center;
    font-size: 3.5vw;
    line-height: 2.5;
    color: white;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

/* フッター */
.fix {
    background-image: url(../images/footer.jpg);
    background-attachment: fixed;
    height: auto;
    padding: 10% 0;
}

.footer-box1 {
    background-image: url(../images/section1.jpg);
    height: auto;
}

.map-iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}

.section3 {
    display: block;
    margin: 6% 5%;
}

.section3-box1 img {
    width: 100px;
    margin: 0 auto;
    display: block;
}

.section3-box1 p {
    width: 90%;
    font-size: 3vw;
    margin: 5% auto;
    text-align: center;
}

.section3-box2 {
    width: 100%;
    text-align: center;
}

.section3-box2 p {
    font-size: 4vw;
}

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

a.btn_17 {
	display: block;
	text-align: center;
	position: relative;
	width: 200px;
    margin: 8% auto 0 auto ;
    padding: 10px 0 ;
	border-radius: 5px;
	color: #000000;
    font-size: 2.5vw;
	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;
    padding: 0 5%;
}

address dl {
    display: block;
}

address dt {
    font-weight: 600;
    font-size: 4vw;
}

address dd {
    color: #202020;
}
/* お知らせ */
.notice-wrapper {
    border-top: 1px solid #333;
    padding-top: 10px;
    margin: 0 5%;
}

.notice-title {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 5%;
    color: #222;
}

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

.notice-main {
    width: 100%;
    font-size: 4vw;
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.notice-link {
    text-align: right;
    font-size: 14px;
}

.footer-box2 {
    background-image: url(../images/back-haikei.jpg);
    background-size: cover;
    height: auto;
    padding: 5% 0;
}

.footer-menu {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.footer-menu nav,
.footer-menu nav ul {
    display: block;
}

.footer-menu nav ul li a {
    writing-mode: horizontal-tb;
    font-size: 3.5vw;
    line-height: 2;
    display: inline-block;
    margin: 0 10px;
    color: white;
}

.footer-end {
    background-image: url(../images/back-haikei.jpg);
    background-size: cover;
    padding: 5% 0;
    text-align: center;
    color: white;
}

.footer-end p {
    font-size: 3vw;
    margin: 5% auto;
    line-height: 2;
}

.footer-end ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 3vw;
    margin: 0 auto;
    padding: 0;
}

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

.footer-end ul li:first-child {
    border-left: none;
}

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

.Copyright p {
    font-size: 2.5vw;
    margin-top: 10px;
}
