/*--------------------------------------------
 レストラン CSS
----------------------------------------------*/
/* TOPページ */
#banquet {
	width:100%;
	margin:0px auto 30px auto;
}
#banquet .menu_div{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
}
#banquet .menu_div ul,
#banquet .osusume ul {
	display:table;
	width:102%;
	max-width: 1220px;
	border-collapse: separate;
	border-spacing: 10px 0px;
	table-layout:fixed;
	overflow:hidden;
	margin-left: -10px;
}
#banquet .menu_div ul li,
#banquet .osusume li {
	display:table-cell;
}
#banquet .osusume ul li.pdf .right_cont {
	background: url(../images/icon_pdf.png) right 1px top 0px no-repeat;
}
#banquet .osusume ul.box3 li.pdf .right_cont{
	background-position: 99% 10%;
}
#banquet .osusume ul li.pdf .right_cont p a{
    color:#C8515C;
    font-weight: bold;
}
#banquet .menu_div ul li a,
#banquet .osusume .button a  {
	color:#FFFFFF;
	background-color:#C8515C;
	text-align:center;
	display:block;
	padding: 10px 0px;
	position:relative;
	font-size:1.5rem;
}
#banquet .menu_div ul li a:after,
#banquet .osusume .button a:after{
	background: url(../images/arrow_white.png) no-repeat left top;
	background-size: 13px 25px;
	content: '';
	width: 13px;
	height: 25px;
	position: absolute;
	top: 23%;
	right: 8px;
}
#banquet .osusume {
	border-top: 1px dashed #A89631;
	border-bottom: 1px dashed #A89631;
	padding: 20px 0px;
	max-width:1200px;
	margin: 0px auto 5px auto;
  overflow: hidden;
}
#banquet h3 {
	font-size: 2rem;
	/*margin-top: 10px;*/
}
#banquet .menu_div h3{
	width: 100%;
	padding: 1.5rem;
	box-sizing: border-box;
	background: #f3e0dc;
}
#banquet .osusume ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#banquet .osusume ul.col-1{
	width: 51.25%;
}
#banquet .osusume li {
	border: 1px solid #E7DDD8;
	padding: 8px;
	vertical-align: top;
}
#banquet .osusume li .left_cont {
	width:45%;
	box-sizing:border-box;
	float:left;
}
#banquet .osusume li .right_cont {
	width:55%;
	box-sizing:border-box;
	float:right;
	padding-left: 10px;
}
#banquet .osusume .box3 li .left_cont,
#banquet .osusume .box3 li .right_cont{
	width: 100%;
}
#banquet .osusume .box3 li .left_cont p.thema,
#banquet .osusume .box3 li .right_cont p.thema{
	    margin: 10px 0px 5px 0px;
}
#banquet .osusume li img {
	width:100%;
	height:auto;
}
#banquet .osusume li p.thema {
	font-size: 1.1rem;
}
#banquet .osusume li h4 {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
#banquet .memorial  {
	padding: 0px;
	max-width:1200px;
	margin: 0px auto 5px auto;
  overflow: hidden;
}
#banquet .memorial p {
	padding: 10px 0;
}
#banquet .memorial p.tokuten{
	font-size:1.5rem;
}
#banquet .memorial table{
	width: 100%;
	max-width: 1200px;
	border: 1px solid #C8525D;
	box-sizing: border-box;
}
#banquet .memorial table tr th{
	width: 2%;
	padding: 20px 5px;
	background: #C8525D;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: 700;
}
#banquet .memorial table tr td{
	width: 32.5%;
	vertical-align:middle;
	padding: 0 0 0 20px;
}
#banquet .memorial table tr td span{
	color: #FF4C4C;
	font-size: 2.0rem;
}
#banquet .memorial table.tokuten{
	table-layout:fixed;
	margin-top:10px;
}
#banquet .memorial table.tokuten tr th{
	font-size:1.5rem;
	padding:5px;
}
#banquet .memorial table.tokuten tr td{
	font-size:1.5rem;
	text-align:center;
	padding:5px;
	border-right:1px dotted #993333;
}
#banquet .memorial .cont_01, #banquet .memorial .price_list{
	width:100%;
	margin-top: 20px;
}
#banquet .memorial .cont_01 ul{
	width:100%;
	padding:0;
	margin: 10px 0 0 0;
}
#banquet .memorial .cont_01 ul li{
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	display: table;
	border: 1px solid #9B9B8C;
}
#banquet .memorial .cont_01 ul li.none{
	width:100%;
	height:20px;
	margin:0;
	background: url(../images/banquet/memorial/arrow.png) center 6px no-repeat;
	border: none !important;
}
#banquet .memorial .cont_01 ul li span{
	display: table-cell;
	vertical-align: middle;
}
#banquet .memorial .cont_01 ul li span.title{
	width: 33.3%;
	display: table-cell;
	padding: 0 15px;
	box-sizing: border-box;
	background: #9B9B8C;
	font-size: 1.5rem;
	color: #FFF;
	text-align: center;
}
#banquet .memorial .cont_01 ul li span.txt{
	width: 66.7%;
	padding: 0 15px;
	box-sizing: border-box;
	display: table-cell;
}
#banquet .memorial .cont_01 p{
	padding-bottom:0px;
}
#banquet .memorial .price_list .left_cont{
	width:30%;
	box-sizing:border-box;
	float:left;
}
#banquet .memorial .price_list .right_cont{
	width:67%;
	float:right;
	overflow: hidden;
}
#banquet .memorial .price_list .left_cont .photo{
    width:100%;
	height:auto;
}
#banquet .memorial .price_list .left_cont img{
    vertical-align:middle;
	margin-right:3px;
}
#banquet .memorial .price_list .right_cont h4{
	color: #C06797;
	font-size: 1.5rem;
}
#banquet .memorial .price_list .right_cont .t_wrapper{
	width:100%;
}
#banquet .memorial .price_list .right_cont .w50_left{
	width:50%;
	float: left;
	padding-right:5px;
	margin-bottom:10px;
	box-sizing:border-box;
}
#banquet .memorial .price_list .right_cont .w50_right{
	width:50%;
	float: left;
	padding-left:5px;
	margin-bottom:10px;
	box-sizing:border-box;
}
#banquet .memorial .price_list .right_cont table{
	width: 100%;
	margin-bottom:10px;
	border:none;
}
#banquet .memorial .price_list .right_cont table tr th{
	height:30px;
	padding:0;
	vertical-align:middle;
	color: #FFF;
	font-size:1.5rem;
	background: #C06797;
}
#banquet .memorial .price_list .right_cont table tr td{
	width:50%;
	height:30px;
	padding:0;
	border-bottom:1px solid #CCC;
}
#banquet .memorial .price_list .right_cont table tr td.price{
	text-align: right;
}
.meeting {
	color:#C8515C;
}

#banquet .banner {
	width:100%;
	max-width: 960px;
	margin: 30px auto 40px auto;
}
#banquet .banner li {
	width: 49%;
	box-sizing:border-box;
}
#banquet .banner li img{
	width: 100%;
	height:auto;
	max-width:470px;
}
#banquet .banner li.floatR .bnner_title {
	font-size: 1.8rem;
	margin-bottom:3px;
	color:#C8515C;
}
#banquet .banner li.floatR a{
	width:100%;
	height: 100%;
	display: block;
	box-sizing:border-box;
	border:3px solid #C8515C;
	border-right: 35px solid #C8515C;
	min-height:94px;
	padding:10px 5px 10px 10px;
	position:relative;
}
#banquet .banner li.floatR a:hover, #banquet .banner li.floatR2 a:hover, #banquet .osusume li a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	text-decoration: none;
}
#banquet .banner li.floatR a span{
	background: url(../images/arrow_white.png) no-repeat left top;
	background-size: 13px 25px;
	content: '';
	width: 13px;
	height: 25px;
	position: absolute;
  top: 40%;
  right: -25px;
}
#banquet .banner li.floatR2 a{
	width:100%;
	height: 100%;
	display: block;
	box-sizing:border-box;
	min-height:94px;
}
/* --------------------------
	ご宴会会場のご案内
-----------------------------*/
#hall {
	width:100%;
	border-top : 1px solid #A89631;
}
#hall .hall_cont{
	width:100%;
	max-width:1200px;
	margin:30px auto 0 auto;
	overflow:hidden;
}
#hall .title {
	width:100%;
}
#hall h3{
	font-size:2rem;
	float:left;
}
#hall .title ul {
	float:right;
}
#hall .btn_banq ul{
	width:100%;
	display:table;
	border-collapse:separate;
}
#hall .btn_banq ul li {
	width:50%;
	display:table-cell;
	background:#C8515C;
	border:10px #FFFFFF solid;
	box-sizing:border-box;
}
#hall .btn_banq ul li.left{ border-left:none;}
#hall .btn_banq ul li.right{border-right:none;}
#hall .btn_banq ul li a{
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0px;
	position: relative;
	font-size: 1.5rem;
}
#hall .btn_banq ul li a:before{
	background: url(../images/arrow_white.png) no-repeat left top;
	background-size: 13px 25px;
	content: '';
	width: 13px;
	height: 25px;
	position: absolute;
	top: 23%;
	right: 8px;
}
#hall ul.hall_list {
	width:104%;
	max-width: 1240px;
	display:table;
	border-collapse:separate;
	border-spacing:20px;
	margin-left: -20px;
}
#hall ul.hall_list li{
	width: 33.3%;
	display:table-cell;
}
#hall ul.hall_list li img{
	width:100%;
	height:auto;
	background:#CCCCCC;
}
#hall ul.hall_list h4 {
	font-size:1.7rem;
	color:#A59631;
	margin: 10px 0px;
	font-weight:500;
}

/* --------------------------
	キャンペーンなど
-----------------------------*/
#banquet .menu_div table{
	width:100%;
	margin:10px 0;
	border-collapse:collapse;
}
#banquet .menu_div table th{
	background:#eee;
	vertical-align:middle;
}
#banquet .menu_div table th, #banquet .menu_div table td{
	border:1px solid #ccc;
	padding:10px;
}


/* --------------------------
	タブ内コンテンツスタイル
-----------------------------*/
#banquet .menu_div p.subtitle {
	font-size: 2rem;
  margin-bottom: 10px;
}
#responsiveTabs .inner{
    width: 100%;
	max-width:1200px;
	margin:0 auto;
}
#responsiveTabs{
	margin: 10px 0px 35px 0px !important;
}
#responsiveTabs #tab1,
#responsiveTabs #tab2,
#responsiveTabs #tab3,
#responsiveTabs #tab4,
#responsiveTabs #tab5,
#responsiveTabs #tab6,
#no-Tabs{
	width:100%;
	margin-top:-3px;
	border-top: 4px solid #BEAF2C;
	border-bottom: 4px solid #BEAF2C;
}
/*
#responsiveTabs ul#tabs li.r-tabs-state-active ,
#responsiveTabs .resp-tab-active{
	background-color: #BEAF2C !important;
}*/

#no-Tabs{
	width:100%;
	margin-top:-3px;
	border-top: 1px solid #BEAF2C;;
	border-bottom: 1px solid #BEAF2C;
}
#responsiveTabs ul#tabs{
	display: table;
	border-collapse:separate;
	border-spacing: 3px;
}
#responsiveTabs ul#tabs li{
	width: 20%;
	height:30px;
	display:table-cell;
	vertical-align:middle;
	/*border-collapse:separate;
	border-spacing: 3px;
    /*border-left: 3px solid #fff;*/
	text-align:center;
    line-height: 1.4;
	border-radius: 6px 6px 0px 0px;
}
#responsiveTabs ul#tabs li.r-tabs-state-active {
	/*background-color: #BEAF2C;*/
	background: url(../images/restaurant/bg_tab1.png) top left repeat-x;
}
#responsiveTabs #tabs {
	width:100%;
	max-width: 1200px;
	/*margin:0 auto;*/
	display:table;
}
#responsiveTabs #tabs li {
	width:20%;
	/*background-color: #E7DDD8;
	color: #4C444A;*/
	background: url(../images/restaurant/bg_tab2.png) top left repeat-x;
	color: #FFF;
	display:table-cell;
	/*border-collapse:separate;
	border-spacing: 3px;
    /*border-left: 3px solid #fff;*/
	text-align:center;
	vertical-align:middle;
}
#responsiveTabs #tabs li a{
	display:block;
}
#responsiveTabs .line {
	border-top:1px solid #A89631;
}
#responsiveTabs .left_cont{
	width:45%;
	box-sizing:border-box;
	float:left;
}
#responsiveTabs .right_cont{
	width:52%;
	float:right;
}
#responsiveTabs .nomal_cont{
	width:100%;
	float:none;
}
#responsiveTabs .photo {
	width:100%;
	height:auto;
}
#responsiveTabs .left_cont p{
	font-size: 1.1rem;
}
#responsiveTabs .left_cont img{
	vertical-align:middle;
	margin-right:3px;
}
#responsiveTabs .left_cont .opened {
	margin-top: 10px;
}
/*#responsiveTabs .left_cont span {
	vertical-align:middle;
}*/
#responsiveTabs .left_cont img.dinner {
	margin-left: 10px;
}
#responsiveTabs .right_cont h3, #responsiveTabs .nomal_cont h3 {
	font-size: 2.4rem;
	margin-bottom: 5px;
}
#responsiveTabs .right_cont h3 span.rubi, #responsiveTabs .nomal_cont h3 span.rubi{
	font-size: 1.1rem;
	font-weight: 500;
}
#responsiveTabs .tab_cont{
}
#responsiveTabs .tab_cont .tab_inner {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom: 30px;
	/*border-bottom: 1px dashed #A89631;*/
}
#responsiveTabs .tab_cont .tab_inner.last {
	border-bottom:0;
}
#responsiveTabs .line {
	border-top:1px solid #A89631;
}
#responsiveTabs span.price {
	color:#FF4C4C;
	margin-left:10px;
}
#responsiveTabs .frame {
	display:table;
	border-collapse:collapse;
	border: 2px solid #FF4C4C;
	font-size: 1.5rem;
	width:100%;
}
#responsiveTabs .frame_left,
#responsiveTabs .frame_right{
	display:table-cell;
	width:50%;
	padding: 15px;
	text-align:center;
}
#responsiveTabs .frame_none{
	display:table-cell;
	width:100%;
	padding: 15px;
	text-align:center;
}
#responsiveTabs .frame_left p{
	border-right: 1px dashed #FF4C4C;
}
#responsiveTabs .frame_left .price, #responsiveTabs .frame_right .price, #responsiveTabs .frame_none .price {
	font-size:2.2rem;
}
#responsiveTabs .frame_left .tax, #responsiveTabs .frame_right .tax, #responsiveTabs .frame_none .tax {
	font-size:1.1rem;
}
#responsiveTabs .menu {
	margin: 10px 0;
}
#responsiveTabs .menu ul.w50 {
	width:50%;
	box-sizing:border-box;
	float:left;
	padding: 10px 0px;
}
#responsiveTabs .menu h4{
	font-size: 1.7rem;
	color:#A69631;
	display:table;
	width:100%;
}

#responsiveTabs .menu h4 span {
	font-size: 1.1rem;
	text-align:right;
	color:#1F1910;
	font-weight:500;
}
#responsiveTabs .menu h4 p,
#responsiveTabs .menu h4 span ,
#responsiveTabs .menu h4 span.asterisk {
	display:table-cell;
	vertical-align:bottom;
}
#responsiveTabs .menu h4 span.asterisk {
	font-size: 1.1rem;
	text-align:right;
	color:#1F1910;
	font-weight:500;
}
#responsiveTabs .menu_list {
	border-top:1px solid #E7DDD8;
	border-bottom:1px solid #E7DDD8;
    padding-top: 10px;
}
#responsiveTabs .menu_list p{
	margin: 10px 0 0 0;
}
#responsiveTabs .menu_list table.osechi td{
	border-bottom: 1px solid #E7DDD8;
}
#responsiveTabs .menu_list table.osechi li{
	display: inline-block;
	padding: 3px 0;
}
#responsiveTabs .menu_list table.osechi li::after{
	content: " ／ ";
}
#responsiveTabs .menu_list table.osechi li:last-child::after{
	content: none;
}

#responsiveTabs .menu_list ul.wa li,
#responsiveTabs .menu_list ul.yo li,
#responsiveTabs .menu_list ul.chu li{
	margin-bottom: 5px;
}
#responsiveTabs .menu ul.w100 {
	width:100%;
	box-sizing:border-box;
	float:left;
	padding: 10px 0px;
}
#responsiveTabs .menu ul.w50 {
	width:50%;
	box-sizing:border-box;
	float:left;
	padding: 0px 0px;
}
#responsiveTabs .menu ul.w40 {
	width:40%;
	box-sizing:border-box;
	float:left;
	padding: 10px 0px;
}
#responsiveTabs .menu ul.w30 {
	width:30%;
	box-sizing:border-box;
	float:left;
	padding: 10px 0px;
}
#responsiveTabs .menu ul li ul{
	padding:7px 15px;
	background: #F2EDEA;
}
#responsiveTabs .menu ul li ul.w50{
	width:50%;
	box-sizing:border-box;
	float:left;
	padding: 10px;
}
#responsiveTabs .menu span.photo{
	width:30%;
	float: right;
	padding: 10px 0px;
}
#responsiveTabs .menu span img{
	width: 100%;
	height:auto;
}
#responsiveTabs .select_menu {
	overflow: hidden;
}
#responsiveTabs .select_menu ul{
	width: 102%;
	display: table;
	table-layout: fixed;
	max-width: 640px;
}
#responsiveTabs .select_menu ul li{
	display:table-cell;
	text-align:center;
	padding-right: 10px;
}
#responsiveTabs .select_menu ul li img{
	width:100%;
	height:auto;
	margin: 5px 0;
}
#responsiveTabs .select_menu p {
	font-size:1.3rem;
}
#responsiveTabs .select_menu p.border{
	width:100%;
	clear:both;
	border-top: 1px dashed #E7DDD8;
    padding-top: 5px;
    margin-top: 5px;
}
#responsiveTabs .select_menu h5{
	font-size: 1.5rem;
}
#responsiveTabs .select_menu p span{
	font-size: 1.1rem;
	padding:2px 10px;
	color:#FFF;
}

#responsiveTabs .menu table {
	border-collapse: separate;
	border-spacing:5px;
}
#responsiveTabs .menu table th {
	color:#FFFFFF;
	padding: 2px 10px;
	margin-bottom:5px;
	font-weight:normal;
	white-space:nowrap;
	vertical-align:middle;
}
#responsiveTabs .menu table td {
	padding-left: 5px;
	vertical-align:middle;
}
#responsiveTabs .menu_list ul li span{
	width: 19%;
	color:#FFFFFF;
	padding: 2px 5px;
	margin: 0 5px 5px 0;
	font-weight:normal;
	white-space:nowrap;
	vertical-align:middle;
	display:inline-block;
	text-align: center;
	box-sizing:border-box;
}
#responsiveTabs .menu table th.wa, #responsiveTabs .select_menu p span.wa,
#responsiveTabs .menu_list ul.wa li span {
	background:#469638;
}
#responsiveTabs .menu table th.yo, #responsiveTabs .select_menu p span.yo,
#responsiveTabs .menu_list ul.yo li span {
	background:#AB8B36;
}
#responsiveTabs .menu table th.chu, #responsiveTabs .select_menu p span.chu,
#responsiveTabs .menu_list ul.chu li span {
	background:#C41C09;
}

#responsiveTabs .box{
	margin:20px 0 0 0;
	padding:20px;
	border: 2px solid #A69631;
}
#responsiveTabs .menu_list ul li span.menu_wrap{
    width: 70%;
    color:#FFFFFF;
    padding: 0;
    margin: 0;
    font-weight:normal;
    white-space:nowrap;
    vertical-align:middle;
    display:inline-block;
    box-sizing:border-box;
    background: none;
    text-align: left;
    color: #333333
}
/* --------------------------
	タブ内バナー
-----------------------------*/
a.plan_banner {
	display:block;
	width:100%;
	box-sizing:border-box;
	border: 3px solid #C8515C;
	border-right: 35px solid #C8515C;
}
a.plan_banner .floatL{
	width:30%;
	box-sizing:border-box;
}
a.plan_banner img {
	width:100%;
	height:auto;
}
a.plan_banner .floatR, a.plan_banner .floatR2{
	width:70%;
	box-sizing:border-box;
	padding-bottom: 10px;
}
a.plan_banner h3 {
	font-size:2.4rem;
	padding: 15px 0px 10px 15px;
}
#responsiveTabs a.plan_banner .frame {
	border:0 !important;
	background:url(../images/banquet/banner_bg.png) repeat top left;
}
#responsiveTabs a.plan_banner .frame_left,
#responsiveTabs a.plan_banner .frame_right {
	padding:8px;
}
#responsiveTabs p.plan_menunum,
#responsiveTabs p.plan_menu {
	padding: 10px 0 0 15px;
}
#responsiveTabs p.plan_menunum {
	color:#A69631;
	font-size:1.6rem;
}
#responsiveTabs a.plan_banner {
	position:relative;
}
#responsiveTabs a.plan_banner span.arrow {
    background: url(../images/arrow_white.png) no-repeat left top;
    background-size: 13px 25px;
    content: '';
    width: 13px;
    height: 25px;
    position: absolute;
    top: 40%;
    right: -25px;
}

/***********************************
幅が1240px以下の場合
***********************************/
@media screen and (max-width:1240px){
    #banquet .menu_div{
        width:100%;
        box-sizing:border-box;
        padding: 0px 10px;
    }
    #responsiveTabs .tab_cont .tab_inner {
        width:100%;
        box-sizing:border-box;
        padding: 30px 10px;
    }
}
/***********************************
幅が1240px以下の場合
***********************************/
@media screen and (max-width:1240px){
    #banquet .osusume, #banquet .memorial {
        width: 100%;
        box-sizing:border-box;
        padding: 30px 10px;
    }
    .plan {
        width: 100%;
        box-sizing:border-box;
        padding: 0px 10px;
    }
    #responsiveTabs .tab_cont .tab_inner {
        width:100%;
        box-sizing:border-box;
        padding: 30px 10px;
    }
    .back_page_top {
        padding-left: 10px;
    }
    .back_page {
        padding-right: 10px;
    }

    #hall .hall_cont {
        width: 100%;
        box-sizing:border-box;
        padding:0 10px;
    }
}


/***********************************
幅が640px以下の場合
***********************************/
@media screen and (max-width: 768px){
#contents{ border-bottom:1px solid #BFAE9B;}
#banquet {
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #BFAE9B;
  margin: 15px auto 0px auto;
}
#banquet .menu_div {
	box-sizing: border-box;
	padding: 0px 10px;
}
#banquet .osusume, #banquet .memorial {
  border-top: 1px solid #BFAE9B;
  border-bottom: 1px solid #BFAE9B;
	box-sizing:border-box;
	width:100%;
	padding: 0px 10px;
  margin: 0px auto 0px auto;
}
#banquet .menu_div ul,
#banquet .osusume ul,
#banquet .osusume ul.col-1 {
	display: block;
	margin-left: 0px;
	width: 100%;
}
#banquet .menu_div ul li,
#banquet .osusume li {
	display: block;
	padding: 5px 0px;
}
#banquet .osusume .box3 li .left_cont{
	width: 45%;
}
#banquet .osusume .box3 li .right_cont{
	width: 55%;
}
#banquet .menu_div ul li a,
#banquet .osusume .button a {
	display: block;
	padding: 10px 0px;
	font-size: 1.3rem;
	border-radius: 4px;
}
#banquet .menu_div ul li a:after,
#banquet .osusume .button a:after {
	background-size: 9px 18px;
	width: 9px;
	height: 18px;
	position: absolute;
	top: 28%;
	right: 8px;
}
#banquet h3 {
  color: #796625;
  font-size: 1.5rem;
  margin-top:10px;
}
#banquet .osusume ul {
  margin-top: 10px;
  margin-bottom: 0px;
}
#banquet .osusume li {
  border: none;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
	border-bottom: 1px dotted #BFAE9B;
}
#banquet .osusume li.last {
	border-bottom: 0;
}
#banquet .osusume li .button {
	margin-top: 10px;
}
#banquet .memorial{
	border-bottom: none;
}
#banquet .memorial table tr th{
	border-bottom: 1px solid #FFF;
}
#banquet .memorial table tr td{
	border-bottom: 1px solid #C8525D;
}
#banquet .memorial table.tokuten tr th, #banquet .memorial table.tokuten tr td{
	font-size:1.3rem;
}
#banquet .memorial .cont_01 ul li span.txt{
	padding: 10px;
}
#banquet .menu_div p.subtitle {
  font-size: 1.5rem;
  color: #796625;
}

#banquet .memorial .price_list .left_cont{
	width:100%;
	box-sizing:border-box;
	float:none;
}
#banquet .memorial .price_list .right_cont {
	width:100%;
	box-sizing:border-box;
	float:none;
	padding: 0 10px;
	margin-top: 15px;
}
#banquet .memorial .price_list .right_cont {
  padding: 0;
}
#banquet .memorial .price_list .right_cont .w50_left,
#banquet .memorial .price_list .right_cont .w50_right{
	float:none;
	width: 100%;
	padding:0;
}

#banquet .menu_div {
 margin: 0 auto 5px auto;
}

#banquet .osusume.btn_banq ul{
	width:100%;
	display: block;
}
#banquet .osusume .btn_banq ul li {
	width:100%;
	display:block;
	padding: 0;
	background:#C8515C;
	border: none;
}
#banquet .osusume .btn_banq ul li a{
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0px;
	position: relative;
	font-size: 1.5rem;
}
#banquet .osusume .btn_banq ul li a:before{
	background: url(../images/arrow_white.png) no-repeat left top;
	background-size: 13px 25px;
	content: '';
	width: 13px;
	height: 25px;
	position: absolute;
	top: 23%;
	right: 8px;
}	
	
	
	
#hall {
  border-top: 0;
}
#hall .hall_cont {
margin: 15px auto 0 auto;
}
#hall h3 {
  font-size: 1.5rem;
	margin-bottom: 10px;
}
#hall ul.hall_list {
    width: 100%;
    display: block;
    margin-left: 0;
}
#hall ul.hall_list li {
    width: 100%;
    display: block;
	padding-bottom: 20px;
}
#hall ul.hall_list h4 {
  font-size: 1.4rem;
}
#hall .btn_banq ul{
	width:100%;
	display: block;
}
#hall .btn_banq ul li {
	width:100%;
	display:block;
	background:#C8515C;
	border-left:none;
	border-right:none;
	border-bottom:5px;
}
#hall .btn_banq ul li a{
	font-size:1.3rem;
}
#hall .title ul li a{
	color: #C8515C;
	position: relative;
	padding-left: 20px;
	margin: 0px 10px 0px 10px;
	font-size:1.3rem;
	font-weight:700;
}
#hall .title ul li a:before{
	background: url(../images/banquet/banquet_arrow.png)  no-repeat left top;
	background-size: 16px 16px;
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
  top: 2px;
  left: 0px;
}
#banquet .menu_div table th{
	width:33%;
}

/* タブ */
#responsiveTabs {
    margin: 10px 0px 15px 0px !important;
}
#responsiveTabs .inner{
	display:none;
}
#responsiveTabs #tabs {
	display:none;
}

#responsiveTabs #tab1,
#responsiveTabs #tab2,
#responsiveTabs #tab3,
#responsiveTabs #tab4,
#responsiveTabs #tab5,
#responsiveTabs #tab6,
#responsiveTabs #no-Tabs {
	border-top: 0px;
  border-bottom: 0px;
}

#responsiveTabs .tab_cont .tab_inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
#responsiveTabs .left_cont, #no-Tabs .left_cont {
	width:100%;
	box-sizing:border-box;
	float:none;
}
#responsiveTabs .right_cont, #no-Tabs .right_cont {
	width:100%;
	box-sizing:border-box;
	float:none;
	padding: 0 10px;
	margin-top: 15px;
}
#responsiveTabs .right_cont {
  padding: 0;
}
#responsiveTabs .right_cont h3, #responsiveTabs .nomal_cont h3 {
  font-size: 1.5rem;
}
#responsiveTabs .frame {
	display:none;
    border: 0px;
	font-size:1.3rem;
}
#responsiveTabs .frame_left,
#responsiveTabs .frame_right {
	width: 100%;
	padding: 0;
	text-align: left;
}
#responsiveTabs .frame_left .tax{
	display:none;
}
#responsiveTabs .frame_right {
	display:none;
}
#responsiveTabs .frame_left p {
  border-right: none;
}
#responsiveTabs .frame_left .price {
  font-size: 1.3rem;
}
#responsiveTabs .menu h4 span {
  display: none !important;
}
#responsiveTabs .menu h4 p,
#responsiveTabs .menu h4 span, #responsiveTabs .right_cont h5 {
  font-size: 1.3rem;
}
#responsiveTabs .menu_list table.osechi ul {
	list-style: disc;
}
#responsiveTabs .menu_list table.osechi li::after{
	content: none;
}
#responsiveTabs .menu_list table.osechi li::before{
	content: "・";
}
#responsiveTabs .menu.choice {
	border-top:1px dotted #BFAE9B;
	padding-top: 10px;
}
#responsiveTabs .nomal_cont .select_menu ul li{
	/*width:30% !important;*/
	display:block;
	float:left;
}
#responsiveTabs .nomal_cont .select_menu ul li.last{
	padding-right:0 !important;
}
#responsiveTabs .select_menu ul{
	display: block;
	width: 102%;
	table-layout: fixed;
	max-width: 640px;
}
#responsiveTabs .select_menu ul li{
	display: block;
	width:50%;
	float: left;
	text-align:center;
	padding-right: 10px;
	box-sizing:border-box;
}
#responsiveTabs .menu ul.w30,
#responsiveTabs .menu ul.w40,
#responsiveTabs .menu ul.w50{
	width:100%;
}
#responsiveTabs .select_menu ul li p{
	font-size:1.1rem;
}
#responsiveTabs .nomal_cont .menu .menu_list ul{
	width:100% !important;
}


#responsiveTabs .tel{
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#responsiveTabs .sp_tel {
	margin-top: 15px;
	border:2px solid #A79631;
	border-radius: 4px;
	color:#A79631;
	display:table;
	width: 100%;
	box-sizing: border-box;
}
#responsiveTabs .sp_tel div {
	display:table-cell;
	vertical-align:middle;
}
#responsiveTabs .sp_tel div.icon_tel{
	width:25px;
	background-color:#A89631;
	padding: 0px 0px 0px 10px;
}
#responsiveTabs .sp_tel div.icon_tel img{
	width: 100%;
	height:auto;
	max-width: 17px;
}
#responsiveTabs .tel_comment {
	padding:10px;
}
.plan {
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
}
#btnPlan {
	display:none;
}








a.plan_banner {
  border: 0;
  border-right: 0;
}
a.plan_banner .floatL{
	width:100%;
}
a.plan_banner .floatR, a.plan_banner .floatR2{
	width:100%;
}
a.plan_banner h3 {
    font-size: 1.5rem;
    padding: 15px 0px 10px 0px;
}
#responsiveTabs a.plan_banner .frame {
    border: 0 !important;
    background: none;
}
#responsiveTabs p.plan_menunum,
#responsiveTabs p.plan_menu {
    padding: 10px 0 0 0px;
}
#responsiveTabs a.plan_banner .frame_left,
#responsiveTabs a.plan_banner .frame_right {
    padding: 0;
}
    
    
    #responsiveTabs span.price {
        color:#FF4C4C;
        margin-bottom:10px;
        /*display: block;*/
    }
    

}



#banquet .more{
    text-decoration: underline;
    color: #A79631;
}


.photo_saidan{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.photo_saidan li{
    width: 32%;
}
.photo_saidan li img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 640px){
    .photo_saidan{
        width: 100%;
        display: block;
        margin: 15px 0;
    }
    .photo_saidan li{
        width: 100%;
        margin-bottom: 10px;
    }

}

#banquet p.title{
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 15px auto;
    background: url(../images/banquet/enkai/2021/bg_title.jpg) top center repeat-x
}
#banquet p.title img{
   width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
#banquet p.title-2{
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto ;
}
#banquet p.title-2 img{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
@media screen and (max-width: 640px){
    #banquet p.title-2 img{
        width: 94%;
        max-width: 960px;
        margin: 5px auto 0 auto;
    }
}


span.del {
  background-image: linear-gradient(transparent 0.5em, #e70000 0, #e70000 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #e70000 0, #e70000 calc(0.5em + 4px), transparent 0);
  text-decoration: none;
  padding: 0 0px;
}
span.del .price{
	margin-left: 0 !important
}
/*----------------------------------------------------
 style end
----------------------------------------------------*/
