@charset "UTF-8";


.main-hero {
    max-width: 1920px;/* 写真に合わせて調整できます */
    width: 100%;
    height: 56vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-height: 1080px;
    min-height: 500px;
	/*z-index: 1;*/
}
.main-image {
    width: 100%;
    height: auto;
    display: block;
}
.hero-logo {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 12%;
    height: auto;
	max-width: 200px;
}
.content-wrapper {
    display: flex;
    gap: 0px;
    position: relative;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 30px;
    padding-bottom: 0;
    margin-top: 40px;
}
section {
    margin-top: 100px;
    margin-bottom: 80px;
}
.left-box  {
    width: 46%;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    padding-right: 6px;
    padding-left: 20px;
    padding-top: 20px;
    box-sizing: border-box;
    margin-top: 32px;
    position: relative;
    z-index: 2;
    margin-right: -50px;
    margin-left: 29px;
    margin-bottom: -17px;
}
.left-box h1 {
    margin-top: 25px;
	color: #3F3C3C;
}
.left-box p {
	color: #545252;
    margin-top: 15px;
    line-height: 1.6;
    font-size: 20px;
}
.photo-box {
    width: 100%;
    height: 100%;
    background-color: #999999;
    background-image: url(../images/sub_counter.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.right-box  {
    width: 52%;
    height: auto;
	position: relative;
	z-index: 1;
}
.gallery-title {	/*h2*/
    position: relative;
    /*font-size: 2em;*/
    letter-spacing: 4px;
    padding-left: 30px;
    border-bottom: 1px outset #EEC86D;
    margin-top: 50px;
}
.photo-wrapper {
    display: flex;
    /*justify-content: space-between;*//*スクロールではみ出るので取り止め*/
    flex-wrap: wrap;
    gap: 2%;
    padding-top: 20px;
    margin-top: 30px;
    font-size: 1.5em;
    color: #EEC86D;
	
}
.room {
    width: 32%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	background-size:cover;/*画像をいっぱいにトリミングしながらフィット*/
	background-position:center;/*画像の中心を見せる*/
	background-repeat:no-repeat;/*繰り返しを防ぐ*/
}
.room h2 {
    margin: 0;
    line-height: 1;/*font-size: 2em; によって、行の高さ (line-height) 
				が大きくなり、文字の位置が見た目で少し下がって見えることがあります。*/
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;  				/* 必要に応じて文字サイズやフォントも */
    transform: scaleX(0.9); /* ← 横幅を90%に縮めて縦長に */
    display: inline-block;
    letter-spacing: 2px;    /* 少し詰めすぎを防ぐ */
    padding-left: 0px;
    font-weight: 400;
}
.entrance {
    background-color: #565353;
	
}
.counter {
    background-color: #797676;
}
.table {
    background-color: #D1CDCD;
}
.room.entrance {
    background-image: url(../images/ent_inside.jpg);
}
.room.counter {
    background-image: url(../images/counter_tp.jpg);
}
.room.table {
    background-image: url(../images/tableseat.jpg);
}

@media (max-width:1439px){
.main-image {
    max-width: 100%;
    /*height: auto;*/
}
.hero-logo   {
}
.gallery-title {
    font-size: 1.6em;
}
.left-box {
    padding-top: 10px;
}
/*.left-box p {
    font-size: 1em;
}*/
	
}

@media (max-width:1024px){
.hero-logo{
	/*width:180px*/		
}
.content-wrapper {
	display: block;
    margin-top: 0px;
}
section {
    margin-top: 0px;
    margin-bottom: 0px;
}
.left-box {
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 14px;
    margin-left: 0px;
}
.left-box p {
    margin-top: 5px;
    /*font-size: 0.95em;*/
}
.right-box{
	width: 100%;
	}
.photo-box {
	width: 100%;
    height: 500px;
}
.room {
	width: 32%;
    height: 280px;
	box-sizing: border-box; /* 余裕を持たせる */
}
.room h2 {
    font-size: 1em;
    margin: 0;
}
.photo-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 2%;/*隙間の調整*/
    justify-content: space-between;
}
.gallery-title {
    margin-top: 0px;
}
}


@media (max-width:768px){
/*.main-image {
    height: 250px;
}*/
.hero-logo {
	/*width:min(40vw,180px);*/
	/*width:150px;*/
	
}
.main-hero {
    height: 56vw;
    min-height: 0;
}
.content-wrapper {
    display: block;
    padding-left: 0px;
    margin-top: 0px;
}
section {
    margin-top: 0px;
    margin-bottom: 0px;
}
.left-box {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    height: auto;
    padding-bottom: 10px;
    padding-left: 8px;
    margin-left: 14px;
}
.left-box h1 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.left-box p {
    margin-top: 5px;
    font-size: 0.9em;
}
.right-box {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 14px;
}
.photo-box {
    height: 300px;
}
.photo-wrapper {
    display: block;
    margin-top: 0px;
}
.gallery-title {
    text-align: center;
    font-size: 1.2em;
}
.room {
    width: 100%;
    height: 300px;
    margin-bottom: 12px;
}
.room h2 {
    font-size: 1em;
}
}

@media (max-width:480px){
.hero-logo {
	/*width: min(55vw,150px);*/
	/*width:120px;*/
}
.left-box {
    margin-left: 11px;
    margin-right: 0px;
}
section {
    margin-top: 0px;
    margin-bottom: 0px;
}
.right-box {
    margin-left: 11px;
}
}
