@charset "utf-8";
media (max-width: 1024px) {
    .main-visual {
        padding-top120px;
        pading-bottom: 80px;
    }
    .top-title {
        font-size: 60px;
    }
}
@media (max-width: 670px){
    .header-left {
        display: none;
    }
    .header-right {
        float: none;
        text-align:center;
    }
    .header-right a {
        font-size: 14px;
    }
    .main {
        padding: 60px 0;
    }
    .main-image {
        width: 100%;
    }
    .main p {
        font-size: 13px;
    }
    .footer-right {
        padding-top: 20px;
    }
}
* {
    margin: 0;
    padding: 0;
}
.header {
    height: 56px;
    width: 800px;
    z-index: 9999;
    box-shadow: 0 0 10px black;
    background-color: rgba(252, 255, 253, 0.295);
    position: sticky;
    top: 0;
    background: linear-gradient(90eg, #4db1ec, #a2e29b); 
}
.header-left {
    float: left;
}
.header-right {
    float: right;  
    font-family: zen-maru-gothic, sans-serif;  
    display: flex;
    background-color: rgba(252, 255, 253, 0.295);
}
.details {
	transition: .3s;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 20px;
	&:last-of-type {
		margin-bottom: 0;
	}
}
.details[open] {
	margin-top: 0;
	padding-bottom: 10px;
} 
.details-summary {
	display: block;
	padding: 15px;
    transition: .3s;
	transform: translateY(10px);
	background-color: rgba(252, 255, 253, 0.295);
	font-size: 16px;
	font-weight: bold;
	color: rgb(99, 99, 99);
	&:hover {
		cursor: pointer;
	}
}
.details-summary::-webkit-details-marker {
	display: none;
}
.details[open] .details-summary {
	transform: translateY(0);
}
.details-content {
	padding: 20px;
	background-color: rgba(252, 255, 253, 0.295);
	border-bottom: 2px rgb(212, 212, 212);
	border-left: 2px rgb(212, 212, 212);
	border-right: 2px rgb(212, 212, 212);
}
.clear{
    clear: both;
}
.header-logo {
    text-align: center;
    height: 40px;
    margin-top: 10px;
}
.header-right a {
    text-decoration: none;
    line-height: 28px;
    color: rgb(99, 99, 99);
    margin-left: 5px;
    font-size: 16px;
    padding: 12px 20px; 
}
.header-right a:hover {
    background-color: rgb(212, 212, 212);
    transition: background-color 0.5s;
}
.container {
    text-align: center;
    max-width: 980px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}
.main-visual {
    padding-top: 240px;
    padding-bottom: 640px;
    background-size: cover;
    text-align: center;
    opacity: 1;
    background-image: url(images/波形画像.jpeg);
    background-color: darkslategray;
    }
.top-text {
    opacity: 0.9;
}
.p {
    font-size: 32px;
    font-family: zen-maru-gothic, sans-serif;
}

.about-us {
    text-align: center;
    padding: 400px 0 50px;
    color: black;
    font-size: 65px;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 70;
    font-style: normal;
    width: 100%;
}
.hr1 {
    border-top: 1px dashed #000; /* 破線 */
  }
.about-us1 {
    margin: 20px;
    color: black;
    font-size: 28px;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 70;
    font-style: normal;
}
.menu-explanation {
    text-align: center;
    padding: 400px 0 50px;
    color: black;
    font-size: 65px;
    font-family: zen-maru-gothic, sans-serif;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 100% 90%, 0 100%);
    font-weight: 70;
    font-style: normal;
}
.main {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.menu-card {
    width: 33%;
    margin-top: 100px;
    font-family: zen-maru-gothic, sans-serif;
}
.menu-card-innner {
    padding:25px 30px;
    border-radius: 7px;
    background-color: gainsboro;
    box-shadow: 1px 1px 4px #6f6f70;
    text-align: center;
    margin: 0 50px;
}
.manu-image {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    }
.menu-title {
    margin-bottom: 8px;
}
.menu-text {
    font-size: 14px;
}
.menu-card-wrapper {
    display: flex;
    flex-wrap: wrap;

}
.NEWS-text {
     padding-top: 280px;
    width: 300px;
    margin-left: 20px;
    vertical-align: top;
    padding-left: 250px;
    font-size: 40px
}
.contact {
    text-align: center;
    padding: 390px 0 60px;
    color: black;
    font-size: 20px;
    font-family: source-han-sans-korean, sans-serif;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 100% 90%, 0 100%);
    font-weight: 400;
    font-style: normal;
}
.contact-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.contact-text {
    text-align: center;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.line-QR {
    margin-top: 20px;
}
.footer {
    margin-top: 200px;
    height: 120px;
    background-color: rgba(252, 255, 253, 0.295);
    color: black;
    font-family: zen-maru-gothic, sans-serif;
    padding-top: 20px;
}
.footer-left{
    float: left;
}
.footer-right {
    float:right;
    padding-top: 50px;
}
.footer-left p {
    margin-bottom: 8px;
}
