/**
 * Theme Name: White Room
 * Theme URI: http://www.wp-flat.com
 * Author: NetBusinessAgent
 * Author URI: http://www.nb-a.jp
 * Description: White Room is a free WordPress theme for business.
 * Version: 1.1.10
 * License: GNU General Public License
 * License URI: license.txt
 * Text Domain: whiteroom
 * Domain Path: /languages/
 * Tags: white, one-column, right-sidebar, microformats, responsive-layout,  custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, sticky-post, theme-options, threaded-comments
 */
* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	background: #fff;
	color: #333;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
}

header, footer, nav, section, article, figure, aside, main {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0;
}
h2 {
	margin: 40px 0 20px 0;
}
h3, h4, h5, h6 {
	margin: 30px 0 10px 0;
}
p, ul, ol, dl, table, pre {
	margin: 20px 0 0;
	padding: 0;
}
p {
	clear: both;
}
li, dt, dd {
	margin: 0;
	padding: 0;
}
dd {
	margin-left: 1em;
}
/**
 * img
 */
img {
	border: none;
	vertical-align: text-bottom;
}
table img {
	vertical-align: bottom;
}

/**
 * ul
 */
ul li {
	margin-left: 30px;
	padding-left: 5px;
}

/**
 * ol
 */
ol li {
	margin-left: 30px;
}

/**
 * table
 */
table {
	font-size: 100%;
	padding: 0;
}
th {
	font-weight: normal;
}
th, td {
	padding: 0;
	text-align: left;
}
table ul,
table ol,
table dl,
table table,
table p {
	margin-top: 0;
}

/**
 * form
 */
button,
input,
select,
textarea {
	box-sizing: border-box;
	max-width: 100%;
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

/**
 * blockquote
 */
blockquote {
	border-left: #eee solid 5px;
	margin: 0.5em 0 0.5em 20px;
	padding: 0 0 0 20px;
}

/**
 * pre
 */
pre {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 14px;
	max-width: 100%;
	overflow: auto;
	line-height: 25px;
	color: #000;
	background-color: #F3F3F3;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


/**
 * abbr, acronym
 */
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

/**
 * sup, sub
 */
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/**
 * .wp-caption
 */
.wp-caption {
	border: none;
	text-align: left;
	background-color: transparent;
	margin-top: 20px;
	border-radius: 0;
	max-width: 100%;
}
.wp-caption-text {
	margin-top: 5px;
	font-size: 85%;
	line-height: 1.4;
	text-align: left;
}
.gallery-caption {
}

/**
 * Alignment
 */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/**
 * .sticky ( Sticky Posts )
 * Setting by layout.css
 */
.sticky {
}

/**
 * .bypostauthor
 */
.bypostauthor {
}

/**
 * .error etc
 */
.error,
.require,
.attention {
	color: #b70000;
}

/**
 * .カスタム
 */
.Catch {
	font-size: 128.5%;
	letter-spacing: 1ex;
	margin-top: 60px;
	font-family: 'FOT-筑紫明朝 Pr6 L', 'TsukuMinPr6-L', serif;
}
.Catch2 {
	font-size: 128.5%;
	letter-spacing: 2px; 
	margin-top: 60px;
	font-family: 'FOT-筑紫明朝 Pr6 L', 'TsukuMinPr6-L', serif;
}
.pagecom {
	letter-spacing: 1px;
	font-size: 110%;
	font-family: 'FOT-筑紫明朝 Pr6 L', 'TsukuMinPr6-L', serif;
	clear: both;
}
.En {
	font-family: 'Sorts Mill Goudy', serif;
}
h3.Paget {
	margin-top: 102px;
	padding-bottom: 8px;
	text-align: center;
	line-height: 1;
	letter-spacing: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 50px;
}
h3.Paget2 {
	margin-top: 102px;
	padding-bottom: 8px;
	text-align: left;
	line-height: 1;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-family: 'FOT-筑紫明朝 Pr6 L', 'TsukuMinPr6-L', serif;
	font-size: 24px;
}
h3.Paget3 {
	margin-top: 102px;
	padding-bottom: 8px;
	text-align: left;
	line-height: 1;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-family: 'FOT-筑紫明朝 Pr6 L', 'TsukuMinPr6-L', serif;
	font-size: 20px;
}
h3.Paget4 {
	margin-top: 102px;
	padding-bottom: 8px;
	text-align: center;
	line-height: 1;
	letter-spacing: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 0px;
}
td{
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-top-width: 1px;
}
.entry-content img {
	padding-bottom: 10px;
}
/**
 * .お料理ページのサイドナビ
 */
.row .col-3 .menu_side ul{
	list-style: none;
	margin-top: 100px;
}
.row .col-3 .menu_side ul li{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 3ex;
	line-height: 4em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.row .col-3 .menu_side ul li a {
	padding-top: 21px;
	padding-right: 30px;
	padding-bottom: 19px;
	padding-left: 0px;
	font-family: 'リュウミン R-KL', 'Ryumin Regular KL', serif;
}
.home.page.page-id-2.page-template-default #container #contents1 .col-12 #main .col-6 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.home.page.page-id-2.page-template-default #container #contents1 .col-12 #main .col-6 ul li {
	padding-left: 8px;
}
.menu_list1 {
    border-bottom: 1px dotted #999999;
}
.menu_list2 {
	float: right;
	width: 25%;
	text-align: right;
}
.row .col-6 .page.com1 {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	height: 50px;
}
.row .col-6 .page_com3 {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 20px;
    padding-right: 0px;
    height: 55px;
}
.row .col-6 .page_com2 {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 50px;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 0px;
    left: auto;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
}
.yoyaku {
	border: 1px dotted #CCC;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	font-size: 26px;
	letter-spacing: 0.1em;
}

.smapho {
	font-size: 50%;
	line-height: 130%;
	vertical-align: top;
	margin-top: 10px;
}
.yoyaku_t {
	font-size: 60%;
}
.drink_back {
	background-image: url(http://goho-bi.com/wp-content/uploads/2016/11/IMG_2770sake.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 280px;
}
.coursetxt {
	margin-left: 15px;
	margin-top: 10px;
	padding-top: 0px;
}

/**
 * カテゴリーお休みのタイトル削除
 */
.category-7 .page-title {
    display: none;
}
.search-form label .screen-reader-text {
	display: none;
}
/* topページの価格改定のおしらせ */
.home.page.page-id-2.page-template-default #container #header .head_back .row.header-description-row.middle-sm .header-content.header-content-centered.col-md.col-xs-12 .align-holder.center .header-subtitle {
	color: #FFF;
}
.home.page.page-id-2.page-template-default #container #header .head_back .row .col-12 .row.header-description-row.middle-sm {
	padding-left: 10px;
	padding-right: 5px;
}
.home.page.page-id-2.page-template-default #container #header .head_back .row .col-12 .row.header-description-row.middle-sm .header-content.header-content-centered.col-md.col-xs-12 .align-holder.center .header-subtitle a {
	margin-bottom: 20px;
	color: #CCC;
}
/* パソコン表示 */
@media screen and (min-width: 769px) {
.tpNone { display: none;}
.spNone { display: none;}	
}
/* タブレット端末表示 */
@media screen and (min-width: 480px) and (max-width: 768px) {
.pNone { display: none;}
.spNone { display: none;}
}
/* スマホ表示 */
@media screen and (max-width: 479px) {
.pNone { display: none;}
.tpNone { display: none;}
}
/* 機種別文字白表示 */
.align-holder.center .spNone p {
	font-size: 13px;
	color: #FFF;
	font-weight: 400;
	text-shadow: 1px 1px 1px #221814;
}
.align-holder.center .pNone p {
	color: #FFF;
}
.align-holder.center .tpNone p {
	padding-left: 10px;
	color: #FFF;
	text-shadow: 2px 2px 1px #221814;
}
.align-holder.center .spNone p a {
	color: #fc0;
}
.align-holder.center .pNone h6 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #fff;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 3px #fff;/*左線*/
}
/* 営業カレンダー次に送るを消す */
#xo-event-calendar-1 .xo-months .xo-month caption .month-header .month-next {
	display: none;
}
#xo-event-calendar-1 .xo-months .xo-month caption .month-header .month-prev {
	display: none;
}
/* カレンダーの下の色分け消す */
#xo-event-calendar-1 .holiday-titles {
	display: none;
}
/* 休日の色分け表示説明 */
.holiday-titles2 .holiday-title2 {
	font-size: 0.9em;
	line-height: 1.2em;
}
.holiday-titles2 .holiday-title2 span {
	width: 20px;
	display: block;
	height: 1.2em;
	float: left;
	margin-right: 5px;
}
/* topのヘッダー後ろの色 */
.home.page.page-id-2.page-template-default #container #header {
	margin-bottom: 10px;
	height: 20px;
}
/* メニューの固定ページの左右の空き */
.pagespe {
	padding-left: 40px;
	padding-right: 10px;
}
/* カレンダーイベント個別ページリンク無効 */
#xo-event-calendar-1 .xo-months .xo-month tbody tr .month-week .month-event tbody tr td a .month-event-title {
	pointer-events: none;
}
/* トップページの_カレンダーの上 */
.topinfo {
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	font-size: 26px;
	letter-spacing: 0.1em;
}
.topinfo_t {
	font-size: 60%;
}
.front-page-widget-column.row {
	margin-bottom: -50px;
}
/* カレンダーのリンク無効 */
.month-event tbody tr td a {
	pointer-events: none;
}
/* トップページの_カレンダー翌月の日消す */
#xo-event-calendar-1 .other-month {
	display: none;
}
/* トップページの_お知らせ文字したスペース */
.textspe {
    padding-bottom: 50px;
    margin-bottom: 50px;
    }