@charset "UTF-8";

.gIntro {
	margin-top: 70px;
}
.info {}
.info_inner {
    max-width: 800px;
}
.info_title {
    font-size: 28px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
}
.info_hr {
    display: block;
    background: #231815;
    margin: 35px 0;
    height: 1px;
    width: 100%;
    border: none;
}
.info_cols {
    display: flex;
    justify-content: space-between;
}
.info_col {}
.info_col-no1 {
    width: 350px;
    min-width: 350px;
    border-right: 1px solid #221714;
}
.info_image {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.info_image::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #fff;
}
.info_image > img {}
.info_col-no2 {
    margin-left: 40px;
    flex-grow: 1;
}
.info_headline {
    font-size: 18px;
    font-weight: normal;
}
.info_text {
    font-size: 12px;
    margin-bottom: 1em;
}
.info_text-noMb {
    margin-bottom: 0;
}
.info_text:last-child {
    margin-bottom: 0;
}
.room {}
.room_title {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 20px;
}
.room_title > b {
    font-weight: inherit;
    margin-right: .5em;
}
.room_title > small {
    font-size: 14px;
}
.room_cols {
    display: flex;
    justify-content: space-between;
}
.room_col {
    width: 46%;
}
.room_col-no1 {}
.room_headline {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}
.room_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.room_list > li {}
.room_list > li::after {
    content: "／";
    margin: 0 11px;
}
.room_list > li:last-child::after {
    display: none;
}
.room_list > li:first-child {}
.room_list > li:last-child {}
.room_list > li:nth-child(2n+1) {}
.room_list > li:nth-child(n+3) {}
.room_col-no2 {}
.room_table {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.room_table > tbody {}
.room_table > tbody > tr {}
.room_table > tbody > tr:first-child {}
.room_table > tbody > tr:last-child {}
.room_table > tbody > tr > th {
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
    padding-right: 1em;
    vertical-align: top;
}
.room_table > tbody > tr > td {
    text-align: right;
    vertical-align: top;
}
.info_link {
    max-width: 463px;
    margin: 60px auto 0;
}
.info_link > a {
    font-size: 21px;
}
.info_link > a::before {
    content: "";
}
.info_link > a::after {
    content: "";
}
.info_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.info_list > li {}
.info_list > li::after {
    content: "／";
    margin: 0 1em;
}
[lang="en"] .info_list > li::after {
    content: "/";
    margin: 0 .5em;
}
.info_list > li:last-child::after {
    display: none;
}
.info_list > li:first-child {}
.info_list > li:last-child {}
.info_list > li:nth-child(2n+1) {}
.info_list > li:nth-child(n+3) {}
.info_title-in {
    margin-bottom: 0;
    line-height: 1.6;
}
.info_dList {
    list-style: none;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
}
.info_dList > dt {
    padding-right: 1em;
    white-space: nowrap;
}
.info_dList > dd {}
#bamou{
    padding: 0px;
    display: none;
}
.bamou_inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.bamou_image {
    margin: 40px 0;
}
.popFood_image > img {}
.room_banner{
	display: flex; 
	justify-content: center;		
}
@media screen and (min-width:1000px) {
    .info_link > a:hover {}
}
@media screen and (max-width:999px) {
    .info {}
    .info_inner {}
    .info_title {
        font-size: 20px;
    }
    .info_hr {}
    .info_cols {}
    .info_col {}
    .info_col-no1 {}
    .info_image {}
    .info_image > img {}
    .info_col-no2 {}
    .info_headline {}
    .info_text {}
    .room {}
    .room_title {}
    .room_title > small {}
    .room_cols {}
    .room_col {}
    .room_col-no1 {}
    .room_headline {}
    .room_list {}
    .room_list > li {}
    .room_list > li::after {}
    .room_list > li:last-child::after {}
    .room_list > li:first-child {}
    .room_list > li:last-child {}
    .room_list > li:nth-child(2n+1) {}
    .room_list > li:nth-child(n+3) {}
    .room_col-no2 {}
    .room_table {}
    .room_table > tbody {}
    .room_table > tbody > tr {}
    .room_table > tbody > tr:first-child {}
    .room_table > tbody > tr:last-child {}
    .room_table > tbody > tr > th {}
    .room_table > tbody > tr > td {}
    .info_link {}
    .info_link > a {}
    .info_link > a::before {}
    .info_link > a::after {}
}
@media screen and (max-width: 767px) {
    .info {}
    .info_inner {}
    .info_title {
        font-size: 16px;
        padding-top: 140px;
        margin-bottom: 7px;
    }
    .info_hr {
        margin: 25px 0;
    }
    .info_cols {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }
    .info_col {}
    .info_col-no1 {
        width: auto;
        min-width: 0;
        margin-top: 15px;
        border: none;
    }
    .info_image {
        padding: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        width: 175px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .info_image::after {
        display: none;
    }
    .info_image > img {}
    .info_col-no2 {
        max-width: none;
        margin: 0;
        text-align: center;
    }
    .info_headline {
        font-size: 14px;
    }
    .info_text {
        text-align: left;
    }
    .room {}
    .room_title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .room_title > small {
        font-size: 10px;
    }
    .room_cols {
        display: block;
        text-align: center;
    }
    .room_col {
        width: auto;
    }
    .room_col-hr {
        padding-bottom: 30px;
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }
    .room_col-hr::after {
        content: "";
        width: 200px;
        height: 1px;
        background: #000;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
    }
    .room_headline {
        font-size: 12px;
    }
    .room_list {
        font-size: 12px;
        justify-content: center;
    }
    .room_list > li {}
    .room_list > li::after {}
    .room_list > li:last-child::after {}
    .room_list > li:first-child {}
    .room_list > li:last-child {}
    .room_list > li:nth-child(2n+1) {}
    .room_list > li:nth-child(n+3) {}
    .room_col-no2 {}
    .room_table {
        font-size: 12px;
    }
    .room_table > tbody {}
    .room_table > tbody > tr {}
    .room_table > tbody > tr:first-child {}
    .room_table > tbody > tr:last-child {}
    .room_table > tbody > tr > th {}
    [lang="en"] .room_table > tbody > tr > th {
        white-space: normal;
    }
    [lang="en"] .room_table > tbody > tr > td {
        white-space: nowrap;
    }
    .room_table > tbody > tr > td {}
    .info_link {
        max-width: 240px;
        margin-top: 30px;
    }
    .info_link > a {
        font-size: 16px;
    }
    .info_link > a::before {}
    .info_link > a::after {}
    .info_title-in {
        padding: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width:640px) {
	.room_banner{
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 374px) {
    .room_table {
        font-size: 11px;
    }
}
