@charset "utf-8";

.subpage_main_ttl {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-family: IwaKai-Eb;
	/* font-family: FOTKsoKaisho, serif; */
/*  	border-image: linear-gradient(to right, #e20712, #000) 1/3px 0 3px 0;
 	border-style: solid;
	background-color: #000000;*/
}

.subpage_main_ttl h2 {
	color: #741600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: 2.5em;
	font-family: IwaKai-Eb;
	/* font-family: FOTKsoKaisho, serif; */
	line-height: 1.15em;
	position: relative;
}
.subpage_main_ttl::before{
    content:"";
    position:absolute;
    display:block;
    background-color:#ff0000;
    height:50px;
    width:50px;
    background:url(common/subpage_title.png)top left / 85% no-repeat;
}

#subpage {
}

#subpage #subpage_contents {
	background-repeat: no-repeat;
	background-position: left top;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
}

#subpage #subpage_contents h3  {
	line-height: 1.8em;
	/*color: #ff2222;*/
	color:  #d34b2b;
	margin-top: 0px;
	font-size: 1.6em;
}
#subpage #subpage_contents .lunch_title{
	font-size: 1.8em;
	line-height: 1.8em;
	color: #080C5C;
	border-bottom: 6px double #080C5C;
	margin-top:15px;
	margin-bottom:15px;
	font-family: GillSansNova-Bold;
}
#subpage #subpage_contents .wine_title{
	font-size: 1.8em;
	line-height: 1.8em;
	color: #080C5C;
	border-left: 10px solid #080C5C;
	margin-top:15px;
	margin-bottom:15px;
	font-family: GillSansNova-Bold;
}
#subpage #subpage_contents .ttl_blank{
	font-size: 1.8em;
	line-height: 1.8em;
	margin-top:15px;
	margin-bottom:15px;
}
#subpage #subpage_contents .winecolumn{
    margin-bottom: 20px;
}
#subpage #subpage_contents .winecolumn .wine_comment{
	font-size: 0.8em;
	line-height: 1.0em;
    margin: 0;
}
#subpage #subpage_contents .eng{
	font-size: 0.9em;
    color: #080C5C;
    margin: 10px 0 0 0;
    margin: 0px;
    font-family: GillSansNova-Bold;
}
#subpage #subpage_contents .jap{
    margin: 0;
    margin-top: -5px;
}
#subpage #subpage_contents .winecolumn .wb_breakall{
	word-break:break-all;
}

#subpage #enkaipage_contents {
	/*background-color: #FFFFFF;*/
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 00px;
	padding-left: 20px;
	border-radius: 2px;
}
#subpage #twocolumn_contents {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#twocolumn_contents #contents_left {
	width: 840px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #E7DDCF;
}

/*お知らせ枠線*/
#twocolumn_contents .contents_left_outer {
	width: 840px;
	float: left;
	background-color: #FFFFFF;
	border: 2px solid #ce0000;
	padding: 5px;
	position: relative;
	z-index: 1;
}
#twocolumn_contents .contents_left_outer .contents_left_inner {
 	border: 1px solid #ce0000;
 	padding: 1.5em;
 	position: relative;
}
#twocolumn_contents .contents_left_outer::before,
#twocolumn_contents .contents_left_outer::after,
#twocolumn_contents .contents_left_outer .contents_left_inner::before,
#twocolumn_contents .contents_left_outer .contents_left_inner::after {
	background:url(common/bg_main.jpg);
	border: 2px solid #ce0000;
	border-radius: 50%;
	box-sizing: border-box;
	content: '';
	display: block;
	height: 40px;
	position: absolute;
	width: 40px;
	z-index: -2;
}
#twocolumn_contents .contents_left_outer::before {
	top: -20px;
	left: -20px;
	clip: rect(18px, auto, auto, 18px);
}
#twocolumn_contents .contents_left_outer::after {
	top: -20px;
	right: -20px;
	clip: rect(18px, 22px, auto, auto);
}
#twocolumn_contents .contents_left_outer .contents_left_inner::before{
	bottom: -25px;
	left: -25px;
	clip: rect(auto, auto,23px,17px);
}
#twocolumn_contents .contents_left_outer .contents_left_inner::after{
	bottom: -25px;
	right: -25px;
	clip: rect(auto, 24px, 23px, auto);
}
/*お知らせ枠線*/

#twocolumn_contents .contents_left_outer a {
	color: #741600;
}
#twocolumn_contents .contents_left_outer a:hover{
	opacity:0.7;
}

#twocolumn_contents #side_nav {
	width: 260px;
	float: right;
}
#twocolumn_contents #side_nav h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #b04369;
}
#twocolumn_contents #side_nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#twocolumn_contents #side_nav ul li {
	list-style-type: none;
}
#twocolumn_contents #side_nav ul li a {
	display: block;
	color: #741600;
	background-color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#twocolumn_contents #side_nav ul li a:hover {
	opacity: 0.7;
}
.blog_contents {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-bottom: 16px;
}

/*.blog_contents h3.blog_title  {
	font-size: 1.6em;
    border-bottom: 6px double #ae0000;
}*/
.blog_contents h3.blog_title  {
	font-size: 1.6em;
    position:relative;
    z-index: 1;
}
.blog_contents h3.blog_title::after {
    content:"";
    position:absolute;
    display:block;
    border: 0;
	height: 8px;
	width: 100%;
	background-image: repeating-linear-gradient(45deg, #f7b749b6 0px, #f7b749b6 2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
	bottom:6px;
	z-index:-1;
}

.blog_contents h3.blog_title,.blog_contents .blog_title a  {
	line-height: 1.8em;
	color: #111111;
	margin-top: 0px;
	text-decoration: none;;
}
.blog_contents .blog_title a:hover {
	text-decoration: none;
	color: #B20000;
}

.entry-content {
	margin-top: 30px;
}
.entry-content p{
	color:#111;
}

.menu_box {
	width: 1020px;
}
.menu_box .menu_inner {
display:inline-block; 
	width: 300px;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 30px;
	vertical-align:top
}
.menu_box.clearfix .menu_inner h4 {
	color: #892200;
	text-shadow: 0px 0px 3px #DCD2CA;
}

/* menu subnav ---------------------------------------- */

#subpage_nav {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 1.8em;
	background-color: #FFFDFC;
	border-bottom: 1px solid #D7BD7A;
}
#subpage_nav a {
	font-size: 1.1em;
	font-family: GillSansNova-Bold;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
#subpage_nav .nav_link {
	border-right: 1px solid #EBE9E3;
}



/* coupon page ---------------------------------------- */

#subpage #coupon_contents {
	/* border: 1px solid #E7DDCF;
	background-color: #FFFFFF; */
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
}
.coupon {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	line-height: 1.6em;
    margin: 2em 0;
    background: #FCFAF8;
    box-shadow: 0px 0px 0px 10px #FCFAF8;
    border: dashed 2px #EBDDCF;
	
}
.coupon .couponNumber {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	width: 300px;
}
.coupon .couponNumber strong {
	font-size: 30px;
}
.coupon .couponDetail {
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}


.coupon .couponTitle {
    display: inline-block;
    position: relative;
 	height: 40px; /*リボンの高さ*/
    line-height: 40px;/*リボンの高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    background: #D90000;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
	font-family: IwaKai-Eb;
	/* font-family: FOTKsoKaisho; */
	margin-bottom:16px;
}

.coupon .couponTitle:before, .coupon .couponTitle:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.coupon .couponTitle:before{
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.coupon .couponTitle:after{
    top: 0;
    right: 0;
    border-width: 20px 15px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}



.coupon .couponDate {
	padding: 5px;
	text-align: center;
	background-color: #F5EFE9;
	color: #50432B;
}
.coupon .price {
	font-size: 1.5em;
	color: #AE0000;
	font-weight: bold;
	padding-bottom: 5px;
	font-family: IwaKai-Eb;
	/* font-family: FOTKsoKaisho; */
}
.coupon .caution {
	font-size: 0.85em;
	color: #131111;
}
.info_table {
	border-top: 1px solid #a78f6b;
	border-left: 1px solid #a78f6b;
	background:#f7f7f7;
	color: #1b1b1b;
}
.info_table tbody tr th {
	background-color: #edd086;
	text-align: left;
	width: 30%;
}
.info_table th{
	background: #edd086;
}
.info_table tbody tr th,.info_table tbody tr td {
	border-bottom: 1px solid #a78f6b;
	border-right: 1px solid #a78f6b;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.next_link {
	height: 30px;
	padding-top: 20px;
}
.next_link a {
	display: block;
	width: 180px;
	text-align: center;
	background: #b04369;
	text-shadow: none;
	font-size: 14px;
	border-radius: 35px;
	text-decoration: none;
	float: right;
	line-height: 2.8em;
	color: #fff;
	box-shadow: 1px 1px 3px #5c485f;
	font-family: IwaKai-Eb;
	/* font-family: FOTKsoKaisho;  */
}
.next_link a:hover {
	opacity: 0.7;
/*	background-color: #080C5C;
	color: #ffffff;
	border: 1px solid #080C5C;*/
}

/* イベントページ用 */
.new_event {
	width: 96%;
	margin: 0 auto 60px;
}
.new_event h3 {
	font-size: 2em;
}
.new_event img {
	display: block;
	margin: 0 auto;
}
.latest_event {
	background: #f7f7f7;
    color: #1b1b1b;
	border: solid 1px #000000;
	border-collapse: collapse;
	width: 100%;
}
.latest_event td {
	padding: 1em;
	border: 1px solid #666;
}
.latest_event td.latest_event_td {
	width: 100px;
    vertical-align: top;
	background: #dedede;
	text-align: center;
}

@media (min-width:768px){
	#concept-calam {
		-webkit-flex-direction: unset!important;
		-ms-flex-direction: unset!important;
		flex-direction: unset!important;
	}
	#concept-calam #pgc-192-5-0, #pgc-192-5-1, #pgc-192-5-2 {
		width: 33.3333%!important;
		margin-right: 20px!important;
	}
	#concept-calam #pgc-192-5-2 {
		margin-right: 0!important;
	}
	
}

@media (max-width:767px){

.subpage_main_ttl {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.subpage_main_ttl h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.6em;
}
.subpage_main_ttl::before{
    height: 40px;
    width: 40px;
    background: url(common/subpage_title.png)top left / 80% no-repeat;
}




#subpage {
	/* background: #1b1b1b; */
}

#subpage #subpage_contents {
	/*border-bottom-color: #E7DDCF;
	border-top-color: #E7DDCF;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;*/
	/*background-color: #FFFFFF;*/
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
}
#subpage #subpage_contents .winecolumn .wine_comment{
	line-height: 1.4em;
}
#subpage #enkaipage_contents {
	/*border-bottom-color: #E7DDCF;
	border-top-color: #E7DDCF;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #FFFFFF;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#subpage #twocolumn_contents {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#twocolumn_contents #contents_left {
  	width: 96%;
  	margin-left: 2%;
  	margin-right: 2%;
  	margin-bottom: 32px;
	float: none;
	background-color: #FFFFFF;
	border: 1px solid #E7DDCF;
}

#twocolumn_contents .contents_left_outer {
	width: 86.5%;
    margin:0 auto;
	margin-bottom: 32px;
	float: none;
}


#twocolumn_contents #side_nav {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
	float: none;
}
#twocolumn_contents #side_nav h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#twocolumn_contents #side_nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#twocolumn_contents #side_nav ul li {
	list-style-type: none;
}
#twocolumn_contents #side_nav ul li a {
	display: block;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E7DDCF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#twocolumn_contents #side_nav ul li a:hover {
	background-color: #E6D9C2;
	color: #4E3E28;
}
.blog_contents {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-bottom: 30px;
}
.blog_contents h3.blog_title  {
	font-size: 1.6em;
}
.blog_contents h3.blog_title,.blog_contents .blog_title a  {
	line-height: 1.6em;
	margin-top: 0px;
}
.blog_contents .blog_title a:hover {
	text-decoration: none;
}
	
.menu_box {
	display: block;
	width: 100%;
}
.menu_box .menu_inner {
	display: block;
	width: 96%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #D7C299;
	padding-bottom: 20px;
}
.menu_box .menu_inner img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* sp menu subnav ---------------------------------------- */

#subpage_nav {
	padding-right: 10px;
	padding-left: 10px;
}
#subpage_nav a {
	font-size: 1em;
}

/* sp coupon ---------------------------------------- */

#subpage #coupon_contents {
	/* border-bottom-color: #E7DDCF;
	border-top-color: #E7DDCF;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px; */
	/* background-color: #FFFFFF; */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-right-style: none;
	border-left-style: none;
}
.coupon {
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 30px;
	line-height: 1.6em;
	border-radius: 2px;
}
.coupon td {
	display: block;
}
.coupon .couponNumber {
	font-size: 14px;
	width: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
.coupon .couponNumber strong {
	font-size: 40px;
}
.coupon .couponDetail {
	background-image: url(../images/icon_coupon.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-left: 10px;
	background-size: 50px auto;
}
.coupon .couponTitle {
}
.coupon .couponDate {
}
.coupon .price {
	white-space: normal;
}
.coupon .caution {
}

/* SP イベントページ */
.latest_event {
    margin: 0 auto;
}
.latest_event td {
    padding: .6em;
}

}


/* modal ---------------------------------------- */

.remodal .modal_inner {
	padding-bottom: 16px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

.remodal .modal_inner_btn {
	border-top: 1px solid #BBBBBB;
}
.modal_inner_btn .modal_inner_btn_L,.modal_inner_btn .modal_inner_btn_R {
	width: 50%;
	float: left;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 12px;
}
.modal_inner_btn .modal_inner_btn_L {
	border-right: 1px solid #BBBBBB;
	box-sizing: border-box;
}


