@charset "utf-8";

/*.content, .image-section {
    margin: 0;
    padding: 0;
}*/
nav ul li a:hover{
	opacity: 0.3;
	transition: 0.3s;
}
.image-text:hover{
	opacity: 0.3;
	transition: 0.3s;
}


.sec_1{
	position: relative;
	margin-top: -2px;
}	

.sec_1_text{
	
	width: 100%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
	font-family: "小塚明朝 Pr6N","游明朝体","MS明朝";
	font-size: 1.8vw;
	text-align: center;
	
}

.image-section {
    display: flex;
    width: 100%;
	margin-top: -8px;
	
}






.image-section img {
    width: 50%;  /* 画面の半分ずつ */
    height: auto;
    object-fit: cover; /* 画像を適切に表示 */

}
/*.image-section img:hover{
    opacity: 0.7;
	transition: 0.5s;
}*/

.image-container {
    position: relative;
    width: 50%;
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}




.image-text {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2vw;
    /*font-weight: bold;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 10px 20px;
   /* border-radius: 5px;*/
    text-align: center;
	font-family: "小塚明朝 Pr6N","游明朝体","MS明朝";
	text-decoration: none;
}
.image-text-1 {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2vw;
    /*font-weight: bold;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 10px 20px;
  /*  border-radius: 5px;*/
    text-align: center;
	font-family:"小塚明朝 Pr6N","游明朝体","MS明朝";
	text-decoration: none;
}
/*
.image-text :hover{
	opacity: 0.5;
}
*/

footer{
	position: relative;
	margin-top: -7px;
}

	.f_nav {
    position: absolute;
	left: 4.5%;
	top: 25%;/* 右側に余裕を持たせる */
		
}

     .f_nav ul {
            list-style: none;
            display: flex;
            gap: 15px;
			
      }
     .f_nav a {
            text-decoration: none;
            color: #fff;
			font-size: 18px;
			padding: 0 45px;
      }

.f_logo{
	position: absolute;
	left: 7.5%;
	top: 40%;
}

.adress{
	position: absolute;
	left: 8%;
	top: 55%;
	color: #fff;
	font-family:"小塚明朝 Pr6N","游明朝体","MS明朝";
	font-size: 24px;
	line-height: 1.5;
}
/*
.span{
	display: block;
	font-size: 32px;
	
}
*/
.footer_hidden{
		display: flex;
      	justify-content: space-between;
      	align-items: center;
}

#map{
	position: absolute;
	top: 28%;
	right: 8%;
	width: 32%
}
.copy{
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
}






/*下層ページ（バーテンダーページ）ここから*/



/*.B_header-image{
	position: relative;
}*/

.B_header-text{
	position: absolute;
	right: -1%; top: 80%; 
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 90px;
	font-family:"小塚明朝 Pr6N","游明朝体","MS明朝";
	font-weight: bold;
	font-style: italic;
}
.B_sec_1{
	position: relative;
	margin-top: -8px;
}

.sec_1_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
.B_image-container {
            width: 100%;
            text-align: center;
            position: relative;
			margin-top: -10px
	
        }
        .background-img {
            width: 100%;
            height: auto;
        }
        .overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            /*background: rgba(255, 255, 255, 0.8);*/
            padding: 20px;
            /*border-radius: 10px;*/
        }
        .face-img {
            width: 234px;
           /* height: 120px;*/
            /*border-radius: 50%;*/
            object-fit: cover;
            margin-right: 20px;
        }
        .text-content {
            text-align: left;
			font-family:"小塚明朝 Pr6N","游明朝体","MS明朝";
			font-size: 26px;
			color: #fff;
			padding-left: 50px;
			/*border: solid 1px #fff;*/
			width: 845px;
        }
        .caption {
            margin-top: 10px ;
            font-size: 24px;
            color: #fff;
			font-family:"小塚明朝 Pr6N","游明朝体","MS明朝";
			position: absolute;
			left:5.5%;
			line-height: 1.3;
        }

		.big{
	font-size: 36px;
	display: block;
}

.big_2{
	font-size: 30px;
	line-height: 1.5;
}
		.caption-b2 {
            margin-top: 5px;
            font-size: 24px;
            color: #fff;
			font-family: "小塚明朝 Pr6N","游明朝体","MS明朝";
			position: absolute;
			left:8%;
			line-height: 1.3;
}




/*下層ページ（バーテンダーページ）ここまで*/


/*下層ページ（コンセプトページ）ここから*/

.c_image-container {
            width: 100%;
            text-align: center;
            position: relative;
			margin-top: -10px
	
        }
        .background-img {
            width: 100%;
            height: auto;
        }

.c_midasi-text-content{
			position: absolute;
            top: 22%;
			text-align: center;
			font-family:"小塚明朝 Pr6N","游明朝体","MS明朝";
			font-size: 1.7vw;
			color: #fff;
			width: 100%;
			line-height: 1.5;
			/*border: solid 1px #fff;*/
				
}
       





.c_overlay{
		position: absolute;
            top: 63%;
            left: 60%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
			width:100%;
            padding: 20px;
			/*border: solid 1px #fff;*/
	
	}




.c_overlay_1 {
			padding-top: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100vh; /* 画面全体の高さに合わせる */
            text-align: center;
			/*border: solid 1px #fff;*/
	/*object-fit: cover;*/
			/*width: 100%;*/
}



.c_text-content {
    	/*	position: absolute;
			top:15%;*/
			text-align: left;
			font-family:"小塚明朝 Pr6N","游明朝体","MS明朝";
			font-size: 1.5vw;
			color: #fff;
			/*padding-left: 8%;*/
			/*border: solid 1px #fff;*/
			width: 100%;
	margin-left: 5%;
        }

   .c-face-img {
           /*max-width: 100%;*/ /* 画面サイズに応じて縮小 */
            /*height: auto;*/
	 /*  object-fit: cover;*/
	   width: 100%;
        }



.big-3{
	font-size: 32px;
	/*line-height: 1.5;*/
	/*border: solid 1px #fff;*/
}
.caption-b3 {
			max-width: 100%;
          /*  margin-top: 3.5px;*/
            font-size: 24px;
            color: #fff;
			font-family: "小塚明朝 Pr6N","游明朝体","MS明朝";
			/*border: solid 1px #fff;*/
			line-height: 1.5;
}




/*下層ページ（コンセプトページ）ここまで*/