@charset "utf-8";

.siteorigin-widget-tinymce h2{
	font-size: 1.7em;
	line-height: 1.3;
}

.subpage_main_ttl {
	margin-top:20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
/*	border-top: 2px dotted #080C5C;
	border-bottom: 2px dotted #080C5C;*/
	color: #080C5C;
	/*background-color: #000000;*/
}

.subpage_main_ttl h2 {
	color: #e03006;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 2.5em;
	line-height: 1.15em;
    border-bottom: 6px double #e03006;
}

#subpage {
	
}

#subpage #subpage_contents {
	/*background-color: #FFFFFF;*/
	background-repeat: no-repeat;
	background-position: left top;
	max-width: 1020px;
	width: 100%;
    box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}

#subpage #subpage_contents h3  {
	line-height: 1.5em;
	color: #333;
	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;*/
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 00px;
	padding-left: 20px;
	border-radius: 2px;
	box-sizing: border-box;
}
#subpage #twocolumn_contents {
	max-width: 1140px;
	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: 840px;
	float: left;
	background-color: #FFFFFF;
}
#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:#e03006;
}
#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: #111;
	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;
}
.blog_contents h3.blog_title,.blog_contents .blog_title a  {
	line-height: 1.8em;
	text-align: center;
    color: #111;
    margin-top: 0px;
    /* border-bottom: 6px double #e03006; */
    position: relative;
    margin-bottom: 1.8em;
}
h3.blog_title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e03006;
    border-radius: 2px;
}
.blog_contents .blog_title a:hover {
	text-decoration: none;
	color: #B20000;
}

.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;
}
.font-s{
	font-size: 0.9em;
	line-height: 1.6;
}
.tax{
	text-align: right;
}

.enkai_com{
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 50px;
}

/* 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: 1020px;
	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: 16px;/*文字の大きさ*/
   /* background: #e03006; 塗りつぶし色*/
    color: #e03006;/*文字色*/
    box-sizing: border-box;
	font-family: SeuratPro-DB;
	/*margin-bottom:16px;*/
}


.coupon .couponDate {
	padding: 5px;
	text-align: center;
	background-color: #F5EFE9;
	color: #333;
}
.coupon_price {
	font-size: 1.5em;
	line-height: 1.5;
	color: #e03006;
	font-weight: bold;
	padding-bottom: 5px;
	font-family: FOTKsoBasakoro;
	white-space: wrap;
}
.coupon .caution {
	font-size: 0.85em;
}

.next_link {
	height: 30px;
	padding-top: 20px;
}


.next_link a {
	display: block;
	width: 180px;
	text-align: center;
	background: #E03006;
	/*border: 1px solid #373434;*/
	font-size: 16px;
	border-radius: 3px;
	text-decoration: none;
	float: right;
	line-height: 2.8em;
	color: #fff;
}
.next_link a:hover {
	opacity: 0.7;
/*	background-color: #080C5C;
	color: #ffffff;
	border: 1px solid #080C5C;*/
}

/* 店舗ページ ---------------------------------------- */
nav.shop_nav {
    margin-bottom: 36px;
}
nav.shop_nav ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0;
}
nav.shop_nav ul li {
    width: 100%;
    list-style: none;
}
nav.shop_nav ul li a { 
	width: 100%;
    display: block;
    color: #FFFFFF;
    background-color: #E03006;
    text-decoration: none;
    padding:5px 0;
    font-size: 0.9em;
    text-align: center;

}
nav.shop_nav ul.nav_wrap{
	margin-top: 0.5em;
}

#enkaipage_contents #subpage_contents {
    padding-top: 0;
}


.shop_btm_info {
    background-color: #ffea01;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.shop_btm_info .btm_right {
    float: right;
    width: 48%;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    /*padding-top: 20px;*/
}
.shop_btm_info .btm_right a{
	color: #111;
}

.shop_btm_info .btm_left {
    width: 50%;
    float: left;
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-bottom: 100%;*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shoplist-box {
    width: 100%;
    text-align: center;
}
.shoplist-tel {
    display: inline-block;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    margin-top: 0;
}
.shoplist-tel a{
	color: #333;
}
.shoplist_h3{
	margin: 20px 0 0 0!important;
	border-bottom: 1px solid #fff;
}
.shoplist-rsv {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.shoplist-rsv a {
    color: #e03006;
}

@media (max-width:768px){

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

.subpage_main_ttl h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 2em;
}
#subpage {

}

#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: 0;
	padding-left: 0px;
}

.index_box_image_0 .img_comment, .index_box_image_1 .img_comment {
    left: 10px;
    top: 20px;
}


#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 #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(https://chottejiya.jp/wp-content/themes/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 {
}
.coupon .caution {
}

/* 店舗ページ ---------------------------------------- */
nav.shop_nav {
    margin-bottom: 0;
}
nav.shop_nav ul {
    width: 100%;
}




.shop_top .subpage_main_ttl{
	padding-left: 20px;
	padding-right: 20px;
}
.shop_top .subpage_main_ttl h2{
	font-size: 1.7em;
}

.ngg-gallery-thumbnail-box{
	width: 50% !important;
	float: left !important;
}

.shop_btm_info {
    margin-bottom: 70px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.shop_btm_info .btm_right {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.shop_btm_info .btm_left {
    width: 100%;
    float: none;
}



}



/* 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;
}