/* CSS Document */

body{
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
}

#menu-content > li > ul.second-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 59px;
}


.main-area {
    margin:100px auto 0;
}

.main-area p {
	padding-bottom: 0;
}

.main-area h3, .main-area h3 span {
    font-weight: 400;
    font-size: min(3vw,45px);
    letter-spacing: 3px;
    padding-bottom: 30px;
    position: relative;
}

.page-link-header {
    padding-top: 110px;
	/*margin-top: -110px;*/
	margin-top: 0;
	padding-bottom:100px;
	margin-bottom:100px;
}

/* header humming */

#header {
	height: 110px;
}

#header .h1-box {
    padding: 5px 20px;
}

#header h1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.menu-tel span,
.menu-inquiry,
#menu-content > li > a {
	font-family: "RocknRoll One", sans-serif;
    font-size: 18px;
	font-weight: 300;
}

#menu-content > li > ul.second-content > li > a {
	font-size: 13px;
}

#menu-content {
	margin: 5px 0;
}

.h1-box img {
	height: 100px;
    aspect-ratio: 15 / 11;
    display: block;
    width: auto;
    max-width: inherit;
}

.h1-box a {
	justify-content: flex-start;
}


.menu-inquiry {
    background: #148245;
}

.pagetop {
    background: #2e878e;
	border: 1px solid #2e878e;
	border-radius: 10px;
}


.pagetop:hover {
    border: 1px solid #2e878e;
	background: #fff;
}

.pagetop:hover span{
	border-bottom: 8px solid #2e878e;
	
}

/* header humming /// */


/* header-fv */
.fv{
	display: block;
	width: 100%;
}

.fv img{
	width: 100%;
}

/* header-fv/// */



/* about us */

#about{
	background: url("../img/humming-bk.jpg") no-repeat center;
	background-size: 100% 100%;
	
}

#about .main-area {
    padding: 0 50px 2vw;
	position: relative;
	z-index: 2;
}

.about{
	padding-bottom: 10px;
	position: relative;
}



.sing-man{
	position: absolute;
	content: '';
	display: block;
	background: url("../img/sing-man.png") center no-repeat;
	background-size: cover;
	aspect-ratio:3/5;
	width:10vw;
	min-width: 50px;
	bottom:0;
	right: 20px;
	z-index: 1;
}



.main-area-title p{
	font-family: "RocknRoll One", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #58340f;
}

.main-area-title h2{
	font-family: "RocknRoll One", sans-serif;
	font-size: min(3.5vw,60px);
	font-weight: 400;
	letter-spacing: 3px;
	color: #58340f;
	margin-bottom: 5px;
}

.main-area h3 span {
	font-family: "RocknRoll One", sans-serif;
    background: linear-gradient(transparent 60%, #fff000 70%);
    padding-bottom: 0;
}

.main-area h3::before ,
.main-area h3 span::before{
	display: none;	
}

#about .main-area h3 span:last-child{
	margin-left: 80px;
}

.text{
	width: 100%;
	display: flex;
	flex-direction: row;
    align-items: center;
}

.text-box p{
	padding-bottom: 20px;
	font-weight: 600;
}

.text-img{
	width: 50%;
}

.text-img img{
	width: 100%;
	max-width: 500px;
}

.text-box{
	width: 50%;
    min-width: 550px;
}

/* about us/// */


/*　新着情報　*/


#news-humming{
	background:#f7f7eb;
	display: block;
	margin-top: -10px;
}
#news-humming .main-area{
	margin: 0;
	padding: 100px 0;
	margin: auto;
}
#newsWrap {
	background: #fff;
}

.news-area {
    padding: 10px;
}

.news-area .catName {
	background: #2e878e;
}

.news-area .newsList a {
	border-bottom: 1px solid #2e878e;
}

.news-area .newsList a:last-child {
	border-bottom: 1px solid #2e878e;
}

.news-area .newsList a::before {
	border-top: 2px solid #2e878e;
	border-right: 2px solid #2e878e;
}

.news-area .catName,
.news-title-box p{
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.news-title-box h2 {
	font-family: "RocknRoll One", sans-serif;
}

.news-item-info .title {
   font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}

.news-area .newsList a:hover .title{
	text-decoration: underline;
}


/*　新着情報　///*/


/*　営業時間・料金等のご案内　*/

.h-title {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: flex-end;
}

.h-title h3{
	font-family: "RocknRoll One", sans-serif;
    font-size: min(3.5vw,60px);
    font-weight: 400;
    letter-spacing: 3px;
    color: #58340f;
	padding-left: 50px;
	padding-bottom: 0;
	position: relative;
	
}

.h-title h3::before{
    position: absolute;
    display: block;
    content: '';
    width: 3vw;
    aspect-ratio: 4 / 5;
    max-width: 50px;
    background: url(../img/mac.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.music-title span{
	display: block;
	height: 3vw;
	aspect-ratio:9/1;
	max-height: 40px;
	background: url("../img/music-title.png") no-repeat center;
	background-size: 100% 100%;
	position: relative;
	bottom: 10px;
}

.main-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 30px;
}

.info-item{
	padding: 10px 5px;
	width: 100%;
}

.info .main-box {
    margin: 50px 0 0;
}

.info-item-box{
    width: 100%;
    background: #fff7f0;
    border: 2px solid #8c6b1f;
    border-radius: 30px;
    padding: 35px 20px 15px;
    position: relative;
    min-height: 220px;
    margin-bottom: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-item-box h4{
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
    background: #8c6b1f;
    border-radius: 10px;
    font-weight: 600;
    border: 2px solid #8c6b1f;
    display: inline;
    padding: 0 20px;
    margin: auto;
	position: absolute;
	top:-25px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	text-align: center;
}

.system{
	background: #fbfff8;
    border: 2px solid #55775b;
}

.system h4{
	border: 2px solid #55775b;
	background: #55775b;
}

.info-item p{
	font-size: 18px;
    line-height: 30px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 15px;
	font-family: "RocknRoll One", sans-serif;
}

.info-item p::before{
	display: block;
	content: '';
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio:1/1;
	border-radius: 50%;
	background: #8c6b1f;
}


.info-item span{
	display: block;
	font-size: 16px;
    line-height: 28px;
	letter-spacing: 1px;
}



/*　営業時間・料金等のご案内　///*/


/* menu */

#humming-menu{
	background: #8c572c;
	position: relative;
}


#humming-menu::before{
    position: absolute;
    content: '';
    display: block;
    background: url(../img/sing-woman.png) center no-repeat;
    background-size: cover;
    aspect-ratio: 3 / 5;
    width: 8vw;
    min-width: 100px;
    bottom: 0;
    right: 5px;
    z-index: 1;
}


#humming-menu .main-box{
	margin: 0;
	background: #fff7f0;
    border: 2px solid #8c6b1f;
    border-radius: 30px;
	flex-direction: column-reverse;
}

#humming-menu .h-title h3{
	color:#fff;
}


#humming-menu .h-title h3::before{
	background: url("../img/tea.png") no-repeat center;
	background-size: 100% 100%;
}


#humming-menu .info-item-box {
	display: flex;
	flex-direction: row;
	height: 100%;
	margin-bottom: 0;
	justify-content: center;
    align-items: flex-start;
}

#humming-menu .info-item-box ul{
	width: 100%;
}

.slider{
	width: 100%!important;
}

#humming-menu .menu-slide{
	padding: 0;
}


#humming-menu .menu-slide a:hover{
	opacity: 0.8;
}


#humming-menu .menu-slide .info-item-box{
	border: none;
}

.drink-menu{
	border:3px dotted #8c6b1f;
	padding: 20px 20px 20px;
}

#humming-menu .info-item p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 15px;
    font-family: "RocknRoll One", sans-serif;
    margin-top: 5px;
}

/* menu ///*/



/* facility */

#facility {
	background: #f7f7eb;
}

#facility .main-box{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.info-item2{
    background: #fff;
    border: 2px solid #bcbc84;
    border-radius: 30px;
    padding: 30px 30px 10px;
    margin-bottom: 20px;
}

.info-item2 h4{
    background: #8c8a3c;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 25px;
    color: #fff;
    padding: 10px 20px 10px 30px;
    border-radius: 10px;
	position: relative;
}

.info-item2 h4::before{
	display: block;
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #fff;
}

.info-item-box2-text{
	padding: 10px;
}

.info-item-box2-text p{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}


.info-item-box2-text ul li{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.info-item-box2-text ul li::before{
	display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 10px;
    aspect-ratio: 1 / 1;
	border-radius: 2px;
    background: #8c8a3c;
}

.notice-strong{
	padding:20px 0 0;
}


.notice-strong p{
	text-align: center;
}

.notice-strong p strong{
	font-size: 24px;
	letter-spacing: 1px;
	color: #772012;
}    

.notice-strong p span{
	font-size: 18px;
	letter-spacing: 1px;
	color: #292828;
	font-weight: 600;
}    

/*facility ///*/


/* rent */


#rent .page-link-header{
	padding-bottom: 0;
}


#rent .main-box{ 
	flex-wrap: nowrap;
	flex-direction: column;
}

.info-item-guide{
	padding:30px;
	border-radius: 30px;
	background: #fcf3e6;
	margin-bottom: 30px;
	position: relative;
}

.rent-img{
	display: block;
	content: '';
	position: absolute;
	aspect-ratio:10/7;
	background: url("../img/humming-gp-photo.png") center no-repeat;
	background-size:cover;
	width:30vw;
	max-width: 400px;
	top:-5vw;
	right:-10px;
	transform: rotate(10deg);
}

.info-item-guide h4{
    font-size: 24px;
    background: #9b596d;
    color: #fff;
	letter-spacing: 5px;
    padding: 3px 10px;
    border-radius: 10px;
    display: inline;
}


.info-item-guide ul{
	margin: 30px 10px 0;
}

.info-item-guide ul li{
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
	font-family: "RocknRoll One", sans-serif;
}


.info-item-guide ul li::before{
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	left: 0;
	content: '\f14a';
	display: block;
}

.tokuten .info-item-box2-text ul li{
	padding-left: 0;
}

.tokuten .info-item-box2-text ul li::before{
	display: none;
}

.tokuten .info-item-box2-text ul li i{
	color :#8c8a3c;
}

/* rent ///*/


/* photos ///*/


#photos{
    background: url(../img/fw-bk.jpg) repeat center;
	overflow: hidden;
}


.photos{
	width: 100%;
	height: 100%;
	position: relative;
}

.hana{
	position: absolute;
	height: 100px;
	width: 100%;
    display: block;
    background: url(../img/hana.png) center repeat;
    background-size: contain;
    bottom: 0;
    z-index: 1;
}

#photos .info-item-box{
	background: #fff;
}

#photos .info-item {
    width: 100%;
}

.photos-list{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.photos-list li	{
	padding:5px;
	width:30%;

}

#photos .info-item-box {
    padding: 40px 0 20px;
}

.photos-list li	img{
	width: 100%;
	border-radius: 10%;
}
	

/* photos ///*/


footer {
	padding-top: 0;
}


#sitemap ul a {
    font-family: "Noto Sans JP", sans-serif;
}

#sitemap ul a p{
	font-family: "RocknRoll One", sans-serif;
}

#sitemap ul p {
    border-left: 1px solid #333;
}



@media(min-width:1001px){
	.fv-img-sp{
		display: none;
	}
}

@media(max-width:1000px){
	
	#menu .menu-tel,
	#menu .menu-inquiry {
        width: 320px;
        padding: 10px !important;
		height: 45px;
    }
	
	header nav .inner {
		padding: 0;
	}
	
	.menu-inquiry span {
        font-size: 18px;
    }
	
	.main-area {
		margin: 50px auto 0;
	}
	
	.h-title h3 {
    	padding-left: 30px;
	}
	
	header .open #page-link{
		margin: auto;
	}
	
	#header {
		height: 70px;
	}
	
	
	.page-link-header {
    	padding-top: 90px;
		margin-top: -70px;
		padding-bottom: 70px;
		margin-bottom: 70px;
	}
	
	
	.h1-box img {
		height: 60px;
	}
	
	.fv-img{
		display: none;
	}
	
	.fv-img-sp{
		display: block;
	}
	
	
	
	.text {
		flex-direction: row-reverse;
		align-items: flex-start;
		margin-top: 30px;
	}

	
	.text-img img {
		width: 30vw;
		max-width: inherit;
		min-width: 250px;
		position: absolute;
		right: 0;
		top: -75px;
	}
	
	.sing-man {
    	width: 20vw;
		min-width: 200px;
	}
	
	.info-item-box h4 {
    	font-size: 24px;
    	padding: 0 10px;
    	width: 150px;
	}
	
	.info-item {
		padding: 10px 5px;
		width: 100%;
	}
	
	.info-item-box {
    	min-height: inherit;
	}
	
	#humming-menu .main-box {
		flex-direction: column-reverse;
	}
	
	#humming-menu {
		padding-bottom: 50px;
	}
	
	.info .main-box {
		margin: 20px 0 0;
	}
	
	.info-item2 h4 {
    	font-size: 20px;
		padding: 10px 20px 5px 30px;
	}
	
	.notice-strong p {
		text-align: left;
		line-height: 30px;
	}
	
	.main-box {
		margin: 0 0 30px;
	}
	
	 #photos .main-box {
        margin: 0;
    }
	
	.hana {
		height: 30px;
	}

	#news-section {
		padding: 50px 0;
	}
	
	.toggle_btn span {
        width: 35px;
        height: 2px;
		background-color: #2e878e;
	}
	
	.open .toggle_btn span {
		background-color: #2e878e;
	}

		
	#humming-menu .info-item-box {
		padding: 0px 20px;
	}
	
	
	#humming-menu .page-link-header {        		
		padding-bottom: 0;
        margin-bottom: 0;
    }
	
	.rent-img{
		min-width: 250px;
		right: 10px;
		top:-10vw;
	}
	
	
	.menu-tel span{
		letter-spacing: 1px;
	}
}

@media(max-width: 800px){
	
	#about .main-area {
		padding: 0 20px 2vw;
	}
	
	.main-area p {
        font-size: 17px;
		letter-spacing: 0px;
	}
	
	.main-area h3, .main-area h3 span {
        font-weight: 400;
        font-size: 28px;
    }
	
	.text {
        flex-direction: column-reverse;
	}
	
	.text-img img {
    	position: inherit;
	}
	
	.sing-man {
        width: 22vw;
        min-width: 40px;
    }
	
	.text-box {
		width: 100%;
		min-width: inherit;
	}
	
	.h-title h3 {
        padding-left: 40px;
    }
	
	
	.h-title h3::before {
    	left: 10px;
	}
	
	
	.rent-img{
		top:0;
		margin: auto;
		position: inherit;
		transform: rotate(0);
		width: 80%;
		min-width: inherit;
		max-width: 650px;
	}
	
	.photos {
		padding-bottom: 10px;
	}
	
	#humming-menu {
        padding-bottom: 10px;
    }

	#humming-menu .info-item p {
    	letter-spacing: 0px;
		font-size: 15px;
	}
	
	.info-item-box {
    	margin-bottom: 10px;
		margin-top: 10px;
	}
	
	.info-item-box h4 {
		font-size: 20px;
		width: 120px;
	}
	
		
	.h-title h3 {
        padding-left: 30px;
		font-size: 26px;
    }
	
		
	 #photos  .page-link-header {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

	#news-humming {
		padding-bottom:0;
		margin-bottom: 60px;
	}
}


@media(max-width: 700px){

	#humming-menu .info-item-box {
        flex-direction: column;
		justify-content: center;
	}
	
	#humming-menu .info-item p {
        font-size: 16px;
    }

}




@media(max-width: 600px){
	
	.sp-none-600{
		display: none;
	}
	
	#about .page-link-header{
		padding-bottom: 20px;
	}
	
	
	#about .main-area {
    	padding: 0 10px 20px;
	}
	
	.main-area-title h2, .h-title h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }
	
	.photos-list li{
		width: 50%;
	}
	
	#photos .info-item-box {
		padding: 20px;
	}
	
	
	
	.info-item2 {
		background: #fff;
		border: 2px solid #bcbc84;
		border-radius: 20px;
		padding: 10px 10px 10px;
		margin-bottom: 10px;
	}


	.info-item-box2-text ul li:last-child,
	.info-item-box2-text p:last-child {
		margin-bottom: 10px;
		line-height: 28px;
	}
	
	.info-item-guide ul li {
    	font-size: 16px;
		line-height: 24px;
	}

	.music-title{
		display: none;
	}
	
	.info-item-guide ul {
		margin: 30px 0px 0;
	}
	
	.info-item-guide h4 {
    	font-size: 20px;
    	letter-spacing: 2px;
	}
	
	.info-item-guide {
    	padding: 15px 10px;
		border-radius: 15px;
	}
	
	.info-item-box,
	#humming-menu .main-box {
		border-radius: 20px;
	}
	
	.h-title h3::before {
        left: 0;
        min-width: 20px;
		padding-left: 23px;
    }
	
	.info-item {
		padding:0 10px 10px;
	}
	
	
	#humming-menu .info-item-box {
        padding: 0px 10px;
    }
	
	#humming-menu::before {
    	width: 8vw;
		min-width: 80px;
		bottom: 0px;
		right: 0;
	}

	 #humming-menu .page-link-header {
        padding-top: 70px;
        margin-top: -70px;
		 padding-bottom: 20px;
	}
	
	.info-item-box2-text ul li {
    	font-size: 15px;
	}
}

	

@media(max-width: 500px){

	#photos .info-item-box {
        padding: 10px;
    }

	.photos-list li{
		width: 100%;
	}
	
	
	#news-section {
        padding: 50px 0 0;
    }
	
	.footer_logo {
    	flex-direction: column-reverse;
		text-align: center;
	}
	
	.footer_logo img {
		width: 100%;
	}
	
	
	.main-area h3, .main-area h3 span {
        font-weight: 400;
        font-size: 23px;
        letter-spacing: 1px;
        padding-left: 25px;
    }
	
	#about .main-area h3 span{
		padding-left: 10px;
	}
	
	#about .main-area h3 span{
		padding-left: 0px;
	}

	
	.info-item span {
		letter-spacing: 0;
	}
	
	.info-item-box {
    	padding: 35px 10px 15px;
	}


}
	
#news-item .mgt50{
	margin-top: 50px;
}
#news-item #up_ymd{
	text-align: end;
}
.backORcloseBtn{
	text-align: center;
	padding-top: 30px
	
}
.backORcloseBtn a{
	width: 100%;
	text-align: center;
	padding: .7rem 2rem .7rem 3rem;
	background: #8c8a3c;
	color: #fff;
	border-radius: 20px;
}
#humming #detail{
	flex-direction: column;
}


