/*
Theme Name: お好み焼き　一丁
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/
/* Reset box-model and set borders */


/* ============================================ */

*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}


/* Document */


/* ============================================ */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}


/* Sections */


/* ============================================ */


/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}


/* Vertical rhythm */


/* ============================================ */

p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}


/* Headings */


/* ============================================ */

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}


/* Lists (enumeration) */


/* ============================================ */

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Lists (definition) */


/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}


/* Grouping content */


/* ============================================ */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}


/* Text-level semantics */


/* ============================================ */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Replaced content */


/* ============================================ */


/**
 * Prevent vertical alignment issues.
 */

svg, img, embed, object, iframe {
	vertical-align: bottom;
}


/* Forms */


/* ============================================ */


/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	/* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
}


/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}


/**
 * Correct cursors for clickable elements.
 */

button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
}

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default;
}


/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}


/**
 * Remove padding
 */

option {
	padding: 0;
}


/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px;
	/* 1 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}


/* Interactive */


/* ============================================ */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}


/* Tables */


/* ============================================ */


/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-color: inherit;
	/* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* 基本情報
   ========================================================================== */

   body, html {
	font-family: "游ゴシック体", YuGothic !important;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	text-align: justify;
	line-height: 1.7;
	color: #000;
	letter-spacing: .05em;
	font-size: 15px;
    border-top:#d0121b solid 3px; 
	background: URL(https://okonomi-ichou.com/WP/img/bg/bg_pattern.png);
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

a {
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    color:#000;
}

a:hover{
color:#d0121b;
}

.full-width {
	margin: 0 calc(50% - 50vw);
	padding: 5em calc(50vw - 50%);
	position:relative;
}

section {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.lb-section {
	padding-top: 100px !important;
	padding-bottom: 300px !important;
}

.lt-section {
	padding-top: 300px !important;
	padding-bottom: 100px !important;
}

.st-section {
	padding-top: 30px !important;
}

.relative {
  position:relative;
  z-index: 3;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1240px;
	}
}

::selection {
    background-color: #000;
    color: #fff;
}

/* ヘッダー
   ========================================================================== */
.site-header--layout--nav-float .site-header-logo {
    display: none;
}
.site-header-logo img {
    max-height: 35px;
}

/* スライド
   ========================================================================== */
.vkvu_scl {
    display: none;
}
.vkvu_section_image img {
    max-width: 320px;
    height: auto;
    width: 100%;
	padding-bottom: 60px;
}


/* ナビゲーション
   ========================================================================== */
.global-nav--layout--float-right {
    position: absolute;
    top: 25px;
    right: 100px;
}
.takeout-btn {
    position: absolute;
    top:0px;
    right:  0px;
}
.tel-btn {
    position: absolute;
    top: 192px;
    right: 0;
}
.tel-btn img{
    display:block;
	width:70.59px;
}
.takeout-btn a{
    font-size: 18px;
    display: block;
    width: 100%;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color:#fff;
    letter-spacing: 4px;
    font-weight:bold;
    background: #d0121b;
    padding: 30px 20px;
}
.takeout-btn a:hover{
    background: #000;
}
.global-nav-list>li>a {
    align-items: flex-start;
}
.global-nav-list>li .global-nav-name {
    font-size: 18px;
    display: block;
    width: 100%;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color:#fff;
    letter-spacing: 4px;
}
.global-nav-list>li:hover:before, .global-nav-list>li[class*=current]:before {
	display:none;
}
.header_scrolled .global-nav--layout--float-right {
    position:inherit !important;
	top: 10px;
    right: 100px;
}


.header_scrolled .global-nav-list>li .global-nav-name {
    font-size: 18px;
    display: block;
    width: 100%;
    white-space: nowrap;
    -ms-writing-mode: inherit !important;
    writing-mode:inherit !important;
}

.header_scrolled .site-header--layout--nav-float .site-header-logo {
    display: block !important;
	margin-left: 60px;
}

.header_scrolled .site-header {
	background-color:rgba(0,0,0,0.8);
}

.header_scrolled .site-header {
	border-top: 6px solid rgb(208, 18, 27);
}

.header_scrolled .takeout-btn {
    position: absolute;
    top: 0px;
    right: 15px;
}

.header_scrolled .tel-btn {
    position: absolute;
    top: 192px;
    right: 15px;
}

.global-nav-list>li .global-nav-name:hover {
	color:#d0121b;
}



/* 背景
   ========================================================================== */
.bg-light {
	background: URL(https://okonomi-ichou.com/WP/img/bg/bg_pattern.png);
	position: relative;
}
.bg-black {
	background: URL(https://okonomi-ichou.com/WP/img/bg/bg_black.jpg);
	position: relative;
}
.bg-hiroshima {
	background: URL(https://okonomi-ichou.com/WP/img/bg/bg_hiroshima.png);
	position: relative;
	background-size: cover;
	background-position: bottom;

}
.bg-kansai {
	background: URL(https://okonomi-ichou.com/WP/img/bg/bg_kansai.png);
	position: relative;
	background-size: cover;
	background-position: top;
	margin-top: -250px;
}
.bg-takeout {
	background: URL(https://okonomi-ichou.com/WP/img/bg/bg_takeout.jpg);
	position: relative;
	background-size: cover;
	background-position: top;
}
.bg-round {
    position: absolute;
    bottom:0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.bg-round img{
    display:block;
    width: 100%;
}
.bg-section {
    position: absolute;
    bottom:0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.bg-section img{
    display:block;
    width: 100%;
}

/* タイトル
   ========================================================================== */
.section-ttl {
    position:relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.section-ttl img{
    display:block;
    height:36px;
}


/* 新着情報
   ========================================================================== */

.news-list li {
	display: block;
	border-bottom: #ccc 1px solid;
	width: 100%;
	overflow: hidden;
	position: relative;
    margin: 0 !important;
}

.news-list li:first-child a {
	padding: 21px 0 21px 0 !important;
    border-top: #ccc 1px solid;
}

.news-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 21px 0;
	width: 100%;
	text-decoration: none;
}

.allnews {
    position: absolute;
    right: 0;
    top:10px;
}

.date {
	font-size: 15px;
	line-height: 1.8;
    color:#333;
}

.title {
	width: calc(100% - 230px);
	font-size: 15px;
	margin: 0;
	display: block;
    font-weight: bold;
}

.cat {
	font-size: 13px;
	padding: 1px 8px;
	background-color: #d0121b;
	color: #fff;
    font-weight: bold;
}

/* メニュー
   ========================================================================== */

.menu-box {
	/*background: URL(https://okonomi-ichou.com/WP/img/bg/bg_fab.png);*/
	background-color: rgba( 0, 0, 0, .8);
	display: block;
	width:100%;
	padding:60px;
	border-top:#d0121b solid 3px; 
}
dl {
    display: table;
    width: 100%;
    box-sizing: border-box;
    line-height: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
    padding: 12px 4px 12px 6px;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	line-height: 1.7;
}
dl>* {
    display: table-cell;
	vertical-align: middle;
}
dl dd {
    text-align: right;
	vertical-align: middle;
	padding-left: 20px;
	width:95px;
}
.info-txt {
	background:#fff;
	padding:30px;
	border-radius: 10px;
}
 .info-txt dl {
    display: table;
    width: 100%;
    box-sizing: border-box;
    line-height: 25px;
    border-bottom:none;
    padding: 6px 4px 6px 6px;
	color:#000;
	font-size:15px;
	font-weight: bold;
	line-height: 1.7;
}
.info-txt dl>* {
    display: table-cell;
	vertical-align:top;
	width:20%;
}
.info-txt dl dd {
	vertical-align: middle;
	padding-left: 20px;
	text-align: left;
	width:80%;
	font-weight: normal;
}
.ttl-center img{
	text-align: center;
	margin:0 auto;
}
.txt-sm {
	margin-top: 30px;
}
.txt-white {
	color:#fff;
}
.txt-center {
	text-align: center;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.sm-ttl img{
	height:18px !important;
}
.toping-box {
	padding:30px;
	margin-top: 60px;
	border-radius:10px;
	border:#d0121b solid 1px; 
	position: relative;
}
.topping-img01 {
	position:absolute;
	top:-35px;
	right:-35px;
}
.topping-img01 img{
	width:180px;
}

.cell-bk dl {
    border-bottom: 1px dashed rgba(0, 0, 0, 1);
	color:#000;
}

.cell-red dl {
	color:#d0121b !important;
}
.insta-icon {
	display: inline-block;
	margin:0 auto;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.insta-icon a{
	color:#fff;
	font-size:26px;
	text-align: center;
}

@media (min-width: 992px){
.offset-lg-2 {
	margin-left: 12.333333% !important;
}
}
.devider {
    height: 15px;
    background-image: url(https://okonomi-ichou.com/WP/img/bg/bg_moyou.jpg);
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.devider-red {
	height: 15px;
	background: URL(https://okonomi-ichou.com/WP/img/bg/bg_fab.png);
	background-color:#d0121b;
	position: relative;
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.meimoku-ttl {
	background: #000;
	display:block;
	text-align: center;
	color:#fff;
	border:none;
	padding:10px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.meimoku-red {
	background:#d0121b;
}
h3:after {
    display:none;
}
.circle-m {
	border-radius: 30px;
	width: 180px;
	height: 180px;
  }
  .food_img01 {
	position:absolute;
	top:-280px;
	left:-100px;
}
.food_img01 img{
	width:280px;
}
.food_img02 {
	position:absolute;
	top:-280px;
	right:-100px;
}
.food_img02 img{
	width:300px;
}
.drink_img01 {
	position:absolute;
	top:-300px;
	left:0;
}
.drink_img01 img{
	width:180px;
}
.drink_img02 {
	position:absolute;
	top:-280px;
	right:0;
}
.drink_img02 img{
	width:180px;
}
.gmap {
	margin-top: 30px;
}
.flow-box {
	background: #fff;
	border-radius: 8px;
	position: relative;
	margin-bottom:30px;
}
.flow-ttl {
	border:none;
	font-weight: bold;
	font-size:20px;
}
.flow-txt {
	font-size:16px;
}
.txt-inner {
	padding:45px;
	padding-top:60px;
}
.step {
	background:#d0121b;
	color:#fff;
	font-weight: bold;
	padding:5px 20px;
	position: absolute;
	top:0;
	left:0;
}
.img-round img{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.tel-txt {
	font-weight: bold;
	font-size:20px;
	margin-top: 15px;
	display:block;
}
.site-footer {
    border:none;
	background:#000;
	color:#fff;
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
.footer-info {
	background: none !important;
	padding:0 !important;
}
.footer-info dl {
	color:#fff !important;
}
.footer-tel {
	font-size:22px;
	font-weight: bold;
	text-align: center;
	color:#fff !important;
	margin-bottom: 30px;
}
.footer-tel span{
	font-size:16px;
	font-weight: bold;

}
.footer-logo {
	width: 240px;
	margin-bottom: 30px;
	margin:0 auto;
	text-align: center;
}
.e-page-header {
	background: URL(https://okonomi-ichou.com/WP/img/bg/bg_entry.jpg);
	background-size: cover;
	padding:160px 0;

}
.page-header_ttl h2{
    border:none;
	font-size:32px;
	font-weight:bold;
	color:#fff;
}
.comments-area {
    display:none;
}

.entry-title {
    border-bottom:#d0121b 2px solid;
	font-size:24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.entry-meta-data-list dt {
    background-color:#d0121b;
}
.breadcrumb {
    background: #000;
	color:#fff;
}
.breadcrumb a{
	color:#fff;
}
.breadcrumb-list {
    margin: 0;
    padding: 15px 0;
}
.main-section>.vk_posts>.media.vk_post-col-lg-12 .media-img {
    margin-right: 1.8rem;
    display: none;
}
.next-prev {
    display: none;
}
.entry-meta-item-updated {
	display: none;
}
.entry-meta-item-author {
	display: none;
}
.fa-calendar-alt {
	display: none !important;
}
.vk_post.media {
    border-bottom: none;
}
.published {
	font-size:15px !important;
	color:#000 !important;
}
.main-section>.vk_posts>.vk_post-col-lg-12 .vk_post_title {
    font-size: 18px;
	border-bottom:#d0121b 2px solid !important;
}
.vk_post-btn-display.media .vk_post_body {
    padding: 45px;
	background: #fff;
	border-radius: 8px;
}
.vk_post-btn-display.media .vk_post_btnOuter {
    display:none;
}
.vk_post .vk_post_title a:hover {
    color:#d0121b;
}
.menu-takeout{
	text-align: center;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.menu-takeout a{
	margin:0 auto;
	background:#d0121b;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	max-width: 340px;
	text-align: center;
	padding:10px;
	display:block;
}
.foodmenu-img {
	margin-bottom: 30px;
}
.menu-r img{
	border-radius: 15px;
	margin-bottom: 25px;
}
.food-price {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
	text-align: center;
	font-size:22px;
	font-weight: bold;
	color:#bc4e35;
}
.section-foodttl {
    position:relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.section-foodttl img{
    display:block;
    height:26px;
}

@media (max-width: 991.98px){
.takeout-btn {
    display: none;
}
.tel-btn {
    display: none;
}

.vkvu_section_image img {
    max-width: 270px;
}
.section-ttl img {
    height: 30px;
}
.news-list li a {
    display: block;
}
.date {
    display: inline-block;
	margin-right: 15px;
}
.cat {
    display: inline-block;
	margin-bottom: 15px;
}
.title {
    display: block;
	width: 100%;;
}
.menu-box {
    padding:30px 15px;
}
.food_img01 img {
    display:none;
}
.food_img02 img {
    display:none;
}
.drink_img01 img {
    display:none;
}
.drink_img02 img {
    display:none;
}
.info-txt dl>* {
    display: block;
    width: 100%;
}
.info-txt dl dd {
    padding-left: 0px;
    width: 100%;
}
.info-txt {
    padding: 15px;
}
.entry-title {
    font-size: 18px;
}
.e-page-header {
    padding: 80px 0;
}
.page-header_ttl h2 {
    text-align: center;
}
section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.vk-mobile-nav-menu-btn {
    top: 0 !important;
    right: 0 !important;
    left: inherit;
    width: 65px;
    height: 65px;
    border: none;
    background-image: url(https://okonomi-ichou.com/WP/img/common/vk-menu-btn-red.svg);
    margin-left: 30px;
    transition: all .2s;
    border-radius: 0;
}
.vk-mobile-nav-menu-btn.menu-open {
    right: 0;
    left: inherit;
    width: 65px;
    height: 65px;
    border: none;
    background-image: url(https://okonomi-ichou.com/WP/img/common/vk-menu-close-red.svg);
    margin-left: 30px;
    transition: all .2s;
    border-radius: 0;
}
}
.vk-mobile-nav {
    background-color: #000;
    border-bottom: 1px solid #e5e5e5;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    color: #fff;
    border-bottom: 1px solid #ccc;
	font-weight:bold !important;
	font-size:18px;
	text-align: center;
}