* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;

}
.header {
    background-color: #FFFFFF;
    color: #fff;
    text-align: center;
    z-index: 1; /* Ensure the header is above other content */
}

.logo {
    max-width: 150px;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff; /* Optional: Add padding to the logo area */
    padding-top: 40px;
}



.slideshow-container {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.mySlides {
    width: 100%; /* Make each slide full width */
    display: none; /* Hide all slides by default */
}

.mySlides img {
    width: 100%;
    border-radius: 10px;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

.nav {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* ナビゲーションバーの背景色 */
    z-index: 1001; /* 必要に応じて適切な z-index を設定 */
    padding　: 10px 0;
    text-align: center;
    overflow: hidden;
}

.nav .container {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.nav a {
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    display: inline-block;
	position: relative; /* Add relative positioning for pseudo-element */
}
.nav a:not(:last-child)::after {
    content: "";
position: absolute;
    height: 60%;
    right: -8px;
    top: 20%;
}


.nav a:hover {
    background-color: #ddd;
    color: #444;
}
/* Add this to your existing CSS file */

.news {
    margin-top: 50px;
}

.banner {
    text-align: center;
    margin-bottom: 20px;
}

.banner img {
    max-width: 100%;
    height: auto;
}

.main {
/*    padding: 20px;
*/}

.footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.container {
  /*  max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;*/
}

.intro {
    text-align: center;
    padding-top: 50px;
    /* [disabled]padding-right: 20px; */
    /* [disabled]padding-left: 20px; */
    padding-bottom: 50px;
}
h2 {
    font-size: 2.5em; /* フォントサイズを大きくする */
    font-weight: bold; /* 太字にする */
    color: #FFFFFF; /* テキストの色を変更 */
    background-color: #070D78; /* 背景色を追加 */
    padding-top: 10px;
    padding-bottom: 10px; /* パディングを追加 */
    margin-bottom: 20px; /* 下部にマージンを追加 */
    text-align: center; /* テキストを中央揃え */
    display: inline-block;
	padding: 10px 20px;
	min-width: 400px;
}

.menu {
		
}

/* メニューアイテムのスタイル */
.menu-item {
    background-color: #fff;
    margin: 10px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 800px; width: ; /* 固定幅を設定 */
    text-align: center;
    cursor: pointer;
}

.menu-item img {
    max-width: 100%;
    border-radius: 10px;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.map-container {
    text-align: center;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 10px;
}

/* Media Queries */
@media (max-width: 768px) {
    .nav a {
        float: none;
        display: block;
        text-align: center;
    }
	

    .menu {
        flex-direction: column;
        align-items: center;
    }

    .menu-item {
        width: 80%;
    }
	 #showMoreBtn {
        max-width: 100%; /* モバイルデバイス用にボタンの最大幅を100%に設定 */
    }
}

@media (max-width: 480px) {
    .logo {
        position: static;
        display: block;
        margin: 0 auto 10px;
    }

    .header {
        padding: 10px;
    }

    .intro {
        padding: 20px 10px;
    }

    .footer {
        padding: 5px;
    }
}
/* Menu section styles */
.menu-section {
    margin-top: 50px; /* Add margin top to the menu section */
	text-align: center;
}

.menu-section h2 {
    text-align: center;
    margin-bottom: 30px;
}
.menu-category {
    margin-bottom: 30px;
}

.menu-category h4 {
    color: #333;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.menu-category p {
    color: #555;
    line-height: 1.6;
    margin-left: 20px;
}
.hidden {
    display: none;
}
.menu-item.fixed {
    display: block; /* または必要に応じて他のスタイルを指定 */
}
#news {
    background-color: #FFFFFF; /* 背景色の指定 */
    /*padding: 50px 0;  背景色が見やすいように適切な余白を追加します */
}
#concept{
	background-color: #ebebeb; /* 背景色の指定 */
    /*padding: 50px 0; /* 背景色が見やすいように適切な余白を追加します */
	
}

#menu {
    background-color: #FFFFFF; /* 別の背景色を指定 */
    /*padding: 50px 0; /* 背景色が見やすいように適切な余白を追加します */
}
#recruit{
	background-color: #ebebeb; /* 背景色の指定 */
    /*padding: 50px 0; /* 背景色が見やすいように適切な余白を追加します */
}
#location{
	background-color: #FFFFFF; /* 背景色の指定 */
    /*padding: 50px 0; /* 背景色が見やすいように適切な余白を追加します */
}
#showMoreBtn {
	width: 400px;    
	margin: 20px auto;
	display: block;
	padding: 10px 20px;
}
.menu-category ul {
    list-style-type: disc; /* デフォルトのリストスタイルを使用 */
    margin-left: 20px; /* インデントを調整 */
    padding-left: 0;
    text-align: left;
}

.menu-category ul ul {
    list-style-type: none; /* ネストされたリストのスタイルを変更 */
    margin-left: 20px; /* ネストされたリストのインデントを調整 */
    opacity: 1;
    text-align: left;
}


/* Scrollable menu container */
.menu {
    max-height: 300px; /* Limit the height of the menu */
    overflow-y: auto; /* Enable vertical scrolling */
    border: 2px solid #ccc; /* Add a border for clarity */
    margin-bottom: 20px;
    padding: 10px;
    background: #f9f9f9;
}

/* 縦スクロール可能な画像メニュー */
.menu {
    max-height: 800px; /* 必要に応じて調整 */
    overflow-y: auto; /* 縦スクロールを有効化 */
    border: 2px solid #ccc; /* メニュー全体の枠線 */
    padding: 10px;
    background-color: #f9f9f9;
}

/* 縦並びの画像設定 */
.menu-item {
    display: block; /* 縦並びにする */
}

.menu-item img {
    width: 100%; /* 幅を親要素に合わせる */
    max-width: 800px; /* 必要なら制限幅を設定 */
    height: auto; /* 縦横比を維持 */
    margin-bottom: 10px; /* 画像間の隙間 */
    object-fit: cover; /* サイズが合わない場合の補正 */
    border-radius: 5px; /* デザイン用: 角を丸める */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 影を追加 */
    transition: transform 0.3s ease; /* ホバー時のアニメーション */
}

/* 画像にホバー時の効果を追加 */
.menu-item img:hover {
    transform: scale(1.05); /* ホバーで画像を少し拡大 */
}

