/* CSS Document */

body{
	width: 100%;
	background: url(../images/common/bg01.png) 0 0;
}

.p30{
	padding: 30px 5px;
	line-height: 1.4;
}

.indent{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

.lH13{
	line-height: 1.2;
}

.lH2{
	line-height: 1.4;
}

.magT10{
	margin-top: 10px;
}

.magT20{
	margin-top: 20px;
}

.magT30{
	margin-top: 30px;
}

.magT40{
	margin-top: 40px;
}

.magB10{
	margin-bottom: 10px;
}


.magB20{
	margin-bottom: 20px;
}

.magR20{
	margin-right: 20px;
}

.magLR10{
	margin-left: 10px;
	margin-right: 10px;
}

.tAlain-R{
	text-align: right;
}

.tCenter{
	text-align: center;
}

.fontL{
	font-size: 16px;
	font-weight: bold;
}

.gray{
	color: #393939;
}

.para{
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.4;
}

.red{
	color: #b0664d;
}

.red2{
	color: #b20000;
}

.f12{
	font-size: 12px;
}
/************************************************************

						COMMON

************************************************************/
#lang{
	position: absolute;
	top: 10px;
	right: 10px;
}

#lang select{
	padding: 2px 6px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

#wrapper{
	width: 100%;
	background-color: #121212;
}

h1 a{
	background: url(../images/common/logo.png) no-repeat 0 0;
	background-size: contain;
	width: 28%;
	display: block;
	overflow: hidden;
	padding-top:32%;
	margin-left: 20px;
}

.header{
	position: relative;
	z-index: 9999;
}

#slide{
	position:absolute;
	top: 10px;
	width: 100%;
}

.headCopy{
	margin-top: 40px;
	margin-left: 20px;
}

.gNav{
	overflow: hidden;
}


.gNav li{
	width: 50%;
	float: left;
	margin-top: 10px;
}
.gNav_sub{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
	row-gap: 17px;
    margin-top: 10px;
}
.gNav_sub li{
	width: 175px;
	height: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
}
.gNav_sub .nav_sub01{
	background: url(../images/common/nav_sub_01.png) top center no-repeat;
	background-size: 100% 100%;
	transform: rotate(2deg);
}
.gNav_sub .nav_sub01 a{
	transform: rotate(-2deg);
}
.gNav_sub .nav_sub02{
	background: url(../images/common/nav_sub_02.png) top center no-repeat;
	background-size: 100% 100%;
	transform: rotate(-1.5deg);
}
.gNav_sub .nav_sub02 a{
	transform: rotate(1.5deg);
}
.gNav_sub .nav_sub03{
	background: url(../images/common/nav_sub_03.png) top center no-repeat;
	background-size: 100% 100%;
	transform: rotate(-2deg);
}
.gNav_sub .nav_sub03 a{
	transform: rotate(2deg);
}
.gNav_sub .nav_sub04{
	background: url(../images/common/nav_sub_04.png) top center no-repeat;
	background-size: 100% 100%;
	transform: rotate(2deg);
}
.gNav_sub .nav_sub04 a{
	transform: rotate(-2deg);
}
.gNav_sub li a{
	color: #fff;
}

.contactH{
	text-align: center;
}

.navMin{
	overflow: hidden;
	margin-bottom: 20px;
}

.navMin li{
	width: 50%;
	float: left;
}

#footer{
	border-top: 4px solid #855040;
	background-color: #eee3cf;
	padding:20px 10px;
	color: #855040;
}

#footer p{
	line-height: 1.4;
}

.telNum li{
	line-height: 1.4;
}

.telNum li a{
	color: #b22c00;
	font-weight: bold;
}

.footerNav{
	background: url(../images/common/line_footer.png) no-repeat center top;
	width: 100%;
	padding: 20px 0;
	margin-top:30px;
	overflow: hidden;
}

.footerNav li{
	float: left;
	width: 50%;
	margin: 0 0 0px 0;
	line-height: 2;
}

.footerNav li a{
	color:#000;
}

.footer_recruit{
	text-align: center;
	padding: 20px 0 0 0;
}

.footer_recruit img{
	width: 80%;
	height: auto;
}
.footer_bnr{
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.copyright{
	background: url(../images/common/line_footer.png) no-repeat center top;
	margin-top: 20px;
	padding-top: 10px;
}

.copyright p{
	font-size: 12px;
}
.f_sns{
    display: flex;
    column-gap: 15px;
	margin-bottom: 20px;
}
.f_sns a{
	width: 10%;
}
.f_sns a img{
	width: 100%;
}


/************************************************************

					下層ページ共通

************************************************************/
#mainImg{
	position: absolute;
	top: 0;
	width: 100%;
}

.ttlSub{
	margin:10px;
}

.menuTable{
	border-bottom: 1px solid #c83c12;
	margin-bottom: 30px;
}

.menuTable tr{
	line-height: 1.4;
	border-top:1px solid #c83c12;
	color: #393939;
}

.menuTable tbody tr td{
	padding: 5px 0;
}

.menuTable tbody tr td em{
	font-size: 13px;
}

.menuTable tr td:nth-child(1){
	width: 25%;
	vertical-align: top;
}


.menuTable2{
	border-bottom: 1px solid #c83c12;
	margin-bottom: 10px;
	width: 94%;
}

.menuTable2 tr{
	line-height: 1.4;
	border-top:1px solid #c83c12;
	color: #393939;
}

.menuTable2 tbody tr td{
	padding: 5px 0;
}

.menuTable2 tbody tr td em{
	font-size: 13px;
}

.menuTable2 tr td:nth-child(1){
	width: 65%;
	vertical-align: top;
}

.menuTable2 tr td:nth-child(1) span{
	color: #942d2d;
}

.menuTable2 tr td:nth-child(2){
	text-align: right;
	vertical-align: top;
}

.menuTable2 tr td:nth-child(2) em{
	font-size: 12px;
}



.col2{
	padding: 0 5px;
	background: url(../images/common/bgRed.png) repeat 0 0;
}

.oBrand{
	width: 95%;
	margin: 20px auto 10px auto;
	background: url(../images/common/bg_02.png) repeat 0 0;
	padding-bottom: 3px;
}

.oBrand ul{
	width: 95%;
	margin: 10px auto;
	overflow: hidden;
}

.oBrand ul li{
	width: 49%;
	float: left;
}

.oBrand ul li:nth-child(2){
	margin-left: 5px;
}
/************************************************************

						HEADER

************************************************************/



/************************************************************

						INDEX

************************************************************/
.main_bnr{
	max-width: 90%;
	margin: 30px auto;
}
.main_bnr img{
	width: 100%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.modal-content {
	background: #fff;
	margin: 0 20px;
	padding: 20px;
	width: fit-content;
	position: relative;
}
.modal-content video {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 80vh;
	margin: 30px 0;
}
.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}
.infoBox{
	margin-top: 20px;
}


.bg_brown{
	background-color: #f1e6d4;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.bg_brown p{
	color: #393939;
}

.kaiseki_menu{
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.kaiseki_menu .kaiseki_menu_btn{
	background-color: #fff;
	border: 1px solid #ddd4c5;
	border-radius: 5px;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	width: 100%;
	max-width: 352px;
    padding: 15px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.kaiseki_menu .kaiseki_menu_btn::before{
	content: "";
	display: block;
	background: url(../images/common/btn_01.png) center right no-repeat;
	width: 12px;
	height: 12px;
	background-size: 12px;
	position: absolute;
	left: 7px;
}
.kaiseki_menu .kaiseki_menu_btn a{
	color: #9d5f4a;
}
.ec_banner{
	width: 100%;
	padding: 0 10px 20px;
	box-sizing: border-box;
}
.ec_banner a img{
	width: 100%;
}


/************************************************************

						FOOD

************************************************************/

/************************************************************

						ROOM

************************************************************/

.rindou{
	width: 98%;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/common/bg03.png) repeat 0 0;
	overflow: hidden;
}

.rindou .left{
 float: left;
 width: 40%;
 margin-left: 10px;
 margin-right: 10px;
 display: block;
}

.rindou .right{
	float: right;
	width: 54%;
}

.kanImg{
	width: 97%;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

.kanImg li{
	width: 48%;
	float: left;
}

.kanImg li:nth-child(2){
	margin-left: 3%;
}

.menuTable3{
	border: 1px solid #c83c12;
	margin: 20px auto 20px auto;
	width: 97%;
}

.menuTable3 tr{
	line-height: 1.4;
	border-top:1px solid #c83c12;
	color: #393939;
}

.menuTable3 tbody tr td{
	padding: 5px 0;
}

.menuTable3 tbody tr td em{
	font-size: 13px;
}

.menuTable3 tbody tr td:nth-child(1){
	width: 30%;
	vertical-align: middle;
	padding-left: 10px;
	border-right: 1px solid #c83c12;
}

.menuTable3 tr td:nth-child(1) span{
	color: #942d2d;
}

.menuTable3 tr td:nth-child(2){
	vertical-align: top;
	padding-left: 10px;
}

.menuTable3 tr td:nth-child(2) em{
	font-size: 12px;
}

/************************************************************

						GROUP

************************************************************/
.menuTable4{
	border: 1px solid #c83c12;
	margin: 20px auto 20px auto;
	width: 97%;
}

.menuTable4 tr{
	line-height: 1.4;
	border-top:1px solid #c83c12;
	color: #393939;
}

.menuTable4 tbody tr td{
	padding: 5px 0;
}

.menuTable4 tbody tr td em{
	font-size: 13px;
}

.menuTable4 tbody tr td:nth-child(1){
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
}

.menuTable4 tr td:nth-child(1) span{
	color: #942d2d;
}

.menuTable4 tr td:nth-child(2){
	vertical-align: top;
	padding-left: 10px;
	text-align: right;
}

.menuTable4 tr td:nth-child(2) em{
	font-size: 12px;
}

.contentPart{
	background: url(../images/common/line_footer.png) no-repeat 0 top;
	width: 100%;
	background-size: contain;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.cRound{
	background: url(../images/common/bg03.png
		) repeat 0 0;
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
    overflow: hidden;
}

.cRound2{
	background: url(../images/common/bg03.png
		) repeat 0 0;
	width: 95%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
    overflow: hidden;
}

.left2{
	width: 54%;
	float: left;
	margin: 10px 0 10px 10px;
}

.right2{
	width: 40%;
	float: right;
	margin: 10px 10px 10px 0;

}

.left3{
	width: 46%;
	float: left;
	margin: 10px 0 10px 10px;
}

.right3{
	width: 46%;
	float: right;
	margin: 10px 10px 10px 0;
}

.oBrand2{
	width: 98%;
	margin: 20px auto 0px auto;
	padding-bottom: 3px;
}

.oBrand2 ul{
	width: 95%;
	margin: 10px auto;
	overflow: hidden;
}

.oBrand2 ul li{
	width: 49%;
	float: left;
}

.oBrand2 ul li:nth-child(2){
	margin-left: 5px;
}

span.fontS{
	color: #393939 !important;
	font-size: 13px;
}

.bgPlus{
	background: url(../images/lunchbox/bg_02.png) no-repeat 0 bottom;
	width: 100%;
	padding-bottom: 230px;
}

.line1{
	background-color: #e5b467;
}

h5.ttlAccess{
	width: 95%;
	background-color: #b38172;
	padding: 10px 0;
	margin: 20px auto 10px auto;
	color: #fff;
	font-weight: bold;
}

.pdf_btn{
	padding: 20px;
	text-align: center;
}

.pdf_btn img{
	width: 100%;
}