﻿@charset "UTF-8";
/*
Theme Name: discorery_Noah_Custum
Author: ノアシステムデザイン
Author URI: https://www.noah-sd.com/
Template: discovery
Text Domain: NoahSystemDesign
Version: 1.0.0.0
Tags: two-columns, left-sidebar, right-sidebar
*/

/* 外部cssの上書き */
#smoothup{
	width:40px;
	right: 5%;
}

/* 全体共通コード */
img{vertical-align: bottom;}


/* 色の上書き */
body .page-header,
body.single header.entry-header,
body .entry-title{background: #449D51;}
/* 定数系 */
.f_left{float:left;}
.f_right{float:right;}
.d_none,
.d_none_pc{display:none !important;}
br.smp_only{display:none;}
br.no_tablet{display:inline-block;}
.d_view_pc{display:inline-block !important;}
.d_view_sp{display:none !important;}

span.smp_only{display:none !important;}
span.under_tablet{display:none}
/* /定数系 */

/* wordpresの自動整形対応 */
p:empty{
	display:none;
}
/* /wordpresの自動整形対応 */


/* 丸 */
.circle_green{
	background-color:RGB(68,157,81);
	border-radius: 50%;
	color: white;
	display: block;
	line-height: 1.8em;
	height: 1.8em;
	width: 1.8em;
	text-align: center;
}
@media all and (-ms-high-contrast: none){
	.circle_green{
		line-height: 2.1em;
	}
}
/* /丸 */

/* 吹き出し */
.speech{
	position: relative;
	padding-left:6em;
	padding-top:5.5em;
	margin-top:1em;
}
#oeuvre .hukidasi .speech{
	padding-left: 9em;
	padding-top: 5.5em;
	padding-bottom: 0.5em;
}
#oeuvre .hukidasi:nth-of-type(2) .speech{
	padding-top: 6em;
	padding-bottom:0;
}
#sidedish h3.speech{
	padding-left:6em;
	margin-bottom:1.2em;
	padding-top: 4.5em;
}

#order h3.speech{
margin: 0;
min-height: 4em;
padding-left: 9em;
padding-top: 3em;
}

.speech span:first-of-type{
	background-image: url("img/fukidasi.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;
	/*background-color: RGB(68,157,81);*/
	/*border-radius: 50%;*/
	color:#FFF;
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	padding: 1.6em 1.1em 2.2em 0.2em;

	text-align: center;
	height: 2.4em;
	width: 5.9em;

	position: absolute;
	left: 0;
	top: 0;
}
#oeuvre .hukidasi .speech span{
	padding: 1.6em 1.1em 2.2em 0.2em;
}
@media all and (-ms-high-contrast: none){
	#oeuvre .hukidasi .speech span{
		padding: 1.94em 1.1em 1.86em 0.2em;
	}
}
.speech span big{
	font-size: 1.5em;
}
#oeuvre .hukidasi .speech span big{
	font-size:2em;
}

.speech + p{
	padding-left:8em;
}
#sidedish h3.speech + p{
	padding-left:8em;
}

/* /吹き出し */
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

body{
	background:#FFF;
	color:#000;
	font-family:
	  -apple-system, BlinkMacSystemFont,
	  "游ゴシック体", YuGothic,
	  "Yu Gothic M",
	  "游ゴシック Medium", "Yu Gothic Medium",
	  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
	  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
	  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
	  "メイリオ", Meiryo,
	  Osaka,
	  "ＭＳ Ｐゴシック", "MS PGothic",
	  "Helvetica Neue", HelveticaNeue,
	  Helvetica,
	  Arial,
	  "Segoe UI",
	  sans-serif,
	  "Apple Color Emoji",
	  "Segoe UI Emoji",
	  "Segoe UI Symbol",
	  "Noto Color Emoji";
	  /* ios対応*/
	  -webkit-text-size-adjust: 100%;
}
div#top_border {
	height: 6px;
	width:100%;
	background:#449D51;
	/*border-top: 6px solid #449D51;*/
	margin:0;
	padding:0;
	position :fixed;
	top:0;
	left:0;
	z-index:9999999;
}

div#wrap{
	border-top:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin:0 auto;
	max-width:1640px;
}
#masthead-wrap,
.header_container,
.main-navigation,
.page-title,
#primary_wrap{
	max-width:100%;
}

/* ハンバーガーメニューの制御関係*/
.menu-opened.site-header .site-introduction{
	text-align: center;
	z-index:5000;

	position: fixed;
	left: 0;
	right: 0;
}
.menu-opened.site-header .site-introduction .f_left h1{
	text-align:left;
}
h1.menu-toggle{
	background-color: transparent;
	background-image:none;
	display: block;
	font-size:1em;
	margin:0.8em;
	padding: 0;
	z-index: 10000;
	transition-duration:1s;
	transition-property:top;

	position: absolute;
	left: auto;
	width: 2.0em;
	right: 1em;
	top: calc(59px - 20px);
	height: 2.0em;
}

.sticky h1.menu-toggle{
	border:none;
	top: calc(49px - 20px);
}
.menu-toggle a {
	background-color: orange; /*#449D51;*/
	height: 0.2em;
	margin: 0.65em 0 0 ;
	padding: 0;

	position: relative;
}
.menu-opened .menu-toggle a{
	background-color:transparent;
}
.menu-toggle a:before,
.menu-toggle a:after{
	background: orange; /*#449D51;*/
	content:"";
	display:block;
	transition-duration:0.5s;
	height:0.2em;
	width:100%;

	position: absolute;
}
.menu-toggle a:before{
	transform-origin:left top;
	top:-0.65em;
}
.menu-opened .menu-toggle a:before{
	transform: rotate(45deg);
}
.menu-toggle a:after{
	transform-origin:left bottom;
	bottom:-0.65em;
}
.menu-opened .menu-toggle a:after{
	transform: rotate(-45deg);
	bottom:-0.65em;
}
.menu.p_fixed{
	padding-top:120.5px;
	transition-duration: 1s;
	transition-property:padding-top;
	-webkit-overflow-scrolling: touch;

	position: fixed;
	width: 100%;
	top:0;
	bottom:0;
}
.sticky .menu.p_fixed{
	padding-top:100px;
}
/* メニュー部分の個別幅 */
header#masthead .main-navigation{
	background:none;
	clear:none;
	float:right;
	width: auto;
	margin:2.8em auto;
	transition-duration:1s;
}
.sticky header#masthead .main-navigation{
	margin:2.4em auto;
}


.main-navigation ul li{
	background:none !important;
	min-width:auto;
}
.main-navigation ul li a{
	padding:0.665em 1.67em 0.555em;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li a:hover{
	color:RGBA(68,157,81,0.9);
	font-weight:bold;
}
.main-navigation ul li a:hover{

	color:RGBA(68,157,81,0.9);
	font-weight:bold;
}


.main-navigation li > a:only-child:after{
	padding:0;
}
.main-small-navigation .menu{
	background-color: RGBA(255,255,255,0.95);
}
.main-small-navigation li:hover > a,
.main-small-navigation li.current_page_item a,
.main-small-navigation li.current-menu-item a,
.main-small-navigation ul ul a:hover{
	background-color: RGBA(255,255,255,1);
}

.main-small-navigation h1 a{
	color: transparent;
}
.main-small-navigation ul li {
	line-height:3em;
	font-weight:bold;
}
.assistive-text{
	display:none;
}
/*  / メニュー部分の個別幅 */

/* 検索窓 */
.site-header .search-field{
	background-color: #FFF;
	border-radius:0.2em;
	-webkit-transition:none;
	transition:none;
	width:200px;
}
.site-header .search-field:focus {
	cursor: text;
	outline: 0;
	width: 200px;
}

/* ヘッダー関係 */
#masthead{
	margin:0 auto;
	width:1640px;
}
#masthead:after{
	content:"";
	clear:both;
	display:block;
}
#masthead-wrap{
	z-index: 1000000;
	position: fixed;
	/*top: 6px;*/
}
#masthead-wrap:after{
	content:"";
	clear:both;
	display:block;
}
div#main{
	padding-top:120px;
}
.home div#main{
	margin-top:0;
}

/* IE以外対応 */
/*@supports (position: sticky) {
	#masthead-wrap{
		position: sticky;
		width:auto;
	}
	div#main{
		margin-top:0;
	}
}*/

/*.header_container:after{
	content:"";
	clear:both;
	display:block;
}*/
.site-header .site-introduction{
	/*float: none;*/
	font-size:120%;
	min-height: auto;
	padding: 5px;
}
.site-header .site-introduction:after{
	content:"";
	clear:both;
	display:block;
}


.site-introduction a h1.site-title{
	display: inline-block;
	line-height: 2em;
	font-size:2.2em;
	margin: calc((87.3px - 2em) / 2) 0;
	width: 480px;
	position:relative;
}
.site-introduction a h1.site-title:before{
	background-color: RGB(68,157,81);
	border-radius: 50%;
	content: "";
	display: inline-block;
	font-size:0.75em;
	margin-right: 1em;
	vertical-align: middle;
	width: 3.5em;
	height: 3.5em;
}
.site-introduction a h1.site-title:after{
	background-color: transparent;
	border: 2px solid white;
	border-radius: 50%;
	color: white;
	content: "美味\Aしい";
	display: inline-block;
	font-size:0.75em;
	line-height: 1em;
	padding: 0.6em;
	white-space: pre;
	text-align:center;
	vertical-align: middle;
	transform: rotate(-20deg);
	position: absolute;
	left: 0.075em;
	top: 0.075em;
	width: 2em;
	height: 2em;
}
@media all and (-ms-high-contrast: none){
	.site-introduction a h1.site-title:after{
		padding: 0.8em 0.6em 0.4em 0.6em;
		width: 2em;
	}
}
.site-introduction,
.site-introduction_l{
	transition-duration:1s;
	transform-origin: 0 0;
}
.site-introduction_l h1.site-title{
	transform-origin:top left;
}
.sticky .site-introduction{
	height: 90px;
}
.sticky .site-introduction h1{
	border-bottom:none;
}
.sticky .site-introduction .site-introduction_l{
	transform-origin: top left;
	transform: scale(0.8);
}
.site-title-in{
	color: black;
	display:inline-block;
	line-height: 12px;
	vertical-align: middle;
	width:350px;
}
.blog-title{
	display:block;
	font-family: "G2サンセリフ-B","GSanSerif-B";
	font-size:1.2em;
	line-height:50px;
}

.blog-title strong{
	color:#449D51;
	font-size:1.2em;
	padding-left:0.1em;
	text-shadow: 1px 1px 1px white,-1px 1px 1px white,1px -1px 1px white,-1px -1px 3px white,0px 0px 2px black;
}

.site-description,
.site-invoice,
.site-address{
	display:inline-block;
	font-size:0.40em;
	font-weight:normal;
	line-height: 12px;
	margin-bottom:0;
}
.site-description{
	padding-right:1em;
}
div[class^="menu-"][class$="-container"]:after{
	content:"";
	clear:both;
	display:block;
}
.main-navigation ul{
	float: right;
	padding-left:0;
}
.main-navigation ul.menu:after{
	content:"";
	clear:both;
	display:block;
}
header#mastheadnav.main-navigation li.current_page_item,
nav#main-navigation li.current-menu-parent,
nav.main-navigation li:hover a,
nav.main-navigation li.current_page_item:hover a,
nav#main-navigation li.current_page_item:hover{
	background:none;
	color:(68,157,81,0.9);
}
header#masthead nav.main-navigation li a{
	transition-duration:0.25s;
}
header#masthead nav.main-navigation li:hover a{
	transform: scale(1.2);
}


nav.main-navigation ul li a{
	color:#000;
	font-size:1.8rem;
}
.entry-header{
	border-bottom:none;
	margin-bottom:3.2em;
}
header.entry-header{
	background: transparent;
}
.entry-header:after{
	content:"";
	clear:both;
	display:block;
}
/* / ヘッダー関係 */

/* ローディング関係 */
body > .loading-img{
	background-color:rgba(255,255,255,1);
	z-index:5000;
	position:fixed;
	left:0;
	right:0;
	top:0;
	height:100vh;
}
body.loadend > .loading-img{
	display:none;
}
body > .loading-img > .loading-in{
    animation: bgroop .4s ease -2s infinite alternate;

	background-color:rgba(255,255,255,1);
	background-image: url("img/loading.png");
	background-position: center center ;
	background-repeat: no-repeat;
	background-size: 96px ;

	display:block;
	opticity:1;
	height:100%;
	width:100%;
}
@keyframes bgroop{
    0%{opacity:1;}
	100% {opacity:0;}
}
/* /ローディング関係 */


.entry-content{
	font-size:20px;
}
div.h2-title{
	text-align: center;
}
.h2-title h2{
	display:inline-block;
	font-size:24px;
	margin:3.75em auto;
	padding-left: 3.5em;
	text-indent: -3.5em;
	text-align: left;
}
.h2-title h2:empty{
	display:none;
}

.h2-title h2 strong{
	color:#449D51;
	font-family: "G2サンセリフ-B","GSanSerif-B";
	/* font-family:"HGPSoeiKakupoptai","HGP創英角ﾎﾟｯﾌﾟ体"; */
	font-size:44px;
	padding-right:0.25em;
	text-shadow: 1px 1px 1px white,-1px 1px 1px white,1px -1px 1px white,-1px -1px 3px white,0px 0px 2px black;
}


#primary_wrap{
	padding:0;
	margin:0 0 25vw;
}
#primary_wrap:after{
	content:"";
	clear:both;
	display:block;
}

.home #primary_wrap{
	margin-bottom:12.5vw;
}

#primary{
	float:none;
	margin:0;
	padding:0;
	width:auto;
}
.single #primary,
.archive #primary,
.category #primary{
	float:left;
	margin:0;
	padding:0;
	width:calc(80% - 2.4em);
}


#content{
	margin:0;
}
h1.page-title{
	padding:0;
}
h1.page-title img.only_smp{
	display:none;
}
.entry-meta{
	max-width:none;
}
/* フッター関係 */
.before-footer-info{
	text-align:center;
	margin-bottom:10.5vw;
}
.before-footer-info h2{
	font-size:28px;
	font-family:"HGP創英角ﾎﾟｯﾌﾟ体";
}
.before-footer-info h2.c2{
	font-size:2em;
	font-family: "GSanSerif-B";
}
.before-footer-info h2.c2 strong{
	font-size:1.3em;
}

.before-footer-info h2 strong{
	color:#449D51;
	font-size:1.2em;
	padding-left:0.25em;
	text-shadow: 1px 1px 1px white,-1px 1px 1px white,1px -1px 1px white,-1px -1px 3px white,0px 0px 2px black;
}

.before-footer-info p{
	font-size:20px;
	margin:0 0 0.25em;
	line-height:1.5;
}

.before-footer-info p.welcome span{
	display:inline-block;
}
.before-footer-info p.welcome span:first-of-type{
	padding-right:1em;
}
.before-footer-info p.tel{
	font-size:32px;
	margin-bottom:0;
}
/* タブレット以上は電話のリンクを無効にする*/
@media(min-width: 768px){
	.before-footer-info p.tel a[href^="tel:"]{
		pointer-events: none;
	}
}
@media all and (-ms-high-contrast: none){
	.before-footer-info p.tel a[href^="tel:"]{
		display:inline-block;
	}
}

.before-footer-info p.tel a span.c_phone_link{
	color: #000;
	font-size: 1.15em;
}
.before-footer-info p.tel a span i{
	padding-right: 0.2em;
}


.before-footer-info p.limit{
	font-size:32px;
}
.before-footer-info p.limit_none{
	font-size:20px;
	margin-bottom:0;
}
.site-footer{
	background-color: #CCC;
	font-size:20px;
}
.site-footer #wrap{
	background-color: transparent;
}
.site-info{
	background-color: transparent;
	border-top:none;
	color:#000;
	font-size: 1em;
	padding:2em 0;
}
.site-info .main-navigation,
.site-info .main-navigation li.current_page_item,
.site-info #main-navigation li.current-menu-parent,
.site-info .main-navigation li.current_page_item:hover a,
.site-info #main-navigation li.current-menu-parent:hover a,
.site-info .main-navigation ul li a{
	background: transparent;
	color:#000;
}
.site-info .main-navigation{
	display: table;
	font-size:0.9em;
	line-height: 1;
	margin-bottom:3.0em;
}

.site-info .main-navigation ul{
	display: inline-block;
	float: none;
	margin:0 auto;
	padding-left:0;
}

.site-info .main-navigation ul li a{
	font-size:1em;
}
.site-info table{
	width:auto;
	line-height:1.4;
	margin:0 auto;
}
.site-info table td{
	padding-right:2em;
	vertical-align: top;
	width:calc(100% - 10em);
}
.site-info table tr:first-of-type td:first-of-type{
	width:10em;
}
.site-info table td:last-of-type{
	padding-right:0;
}
.site-info table td.f_invoice{font-size:0.9em;}
.site-info table td span.tab_1{
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.site-info table td span.ib{
	display:inline-block;
}
.site-info table td span.tab_1 span.ib{
	text-indent: 0;
}
/* /フッター関係 */

/* /全体共通コード */

body.page h1.page-title{
	float:none;
	overflow:hidden;
	position: relative;
}
body.page h1.page-title img{
	width:100%;
}
body.page h1.page-title span.title-text{
	font-size: 4em;
	font-weight:bold;
	line-height: 1;
	text-align: center;
	text-shadow:2px 2px 8px #666, -2px 2px 8px #666, 2px -2px 8px #666, -2px -2px 8px #666;

	position: absolute;
	top: calc(50% - 0.5em);
	left: 0;
	right: 0;

}

.block_out:after{
	content:"";
	clear:both;
	display: block;
}
.block_in{
	max-width:calc(50% - 10px);
}

/* トップページ関係 */
/* メタスライダー */
.n2-section-smartslider{
	height:100%;
}

.metaslider div.flexslider{
	margin-bottom:0;
}

.metaslider div.caption-wrap{
	background: RGBA(153,153,153,0.9);
	line-height:2.25em;
	opacity:1;
	padding:1em;
	width:32em;
	left:1em;
	right:auto;
	bottom:2.5em;
}
.metaslider div.caption{
	font-size:125%;
}


.home h1.page-title{
	position: relative;
}
.home h1.page-title > div:first-of-type{
	position: static;
}

.home h1 .site-introduction-slider{
	background-color: RGB(68,157,81);
    border-radius: 8%;
	padding:0;

	position: absolute;
	top:calc(110px + 5%)  ;
    left: calc(90% - 10em);
}
/* スクロースで位置追尾に変更 */
.home h1 .site-introduction-slider.move{
    border-radius: 1em;
    font-size:0.5em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;

	position: fixed;
	left: calc(95% - 6.24em);
	z-index: 1000;
	width: 6.24em;
	top: 30%;
}

.home h1 .site-introduction-slider a{
	color: #FFF;
	font-size: 1.4em;
	line-height: 2;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 1.0em 0.8em;

    transition-property: color;
}
/* タブレット以上は電話のリンクを無効にする*/
@media(min-width: 768px){
	.home h1 .site-introduction-slider a[href^="tel:"]{
		pointer-events: none;
	}
}
/* スクロースで位置追尾に変更 */
.home h1 .site-introduction-slider.move a{
	font-size:1.2em;
	font-weight: normal;
	line-height: 1;
}
.home h1 .site-introduction-slider a span{
	margin:0;
}

.home h1 .site-introduction-slider a span.c_phone_link{
	/*color:#000;*/
	font-size:1.15em;
}
.home h1 .site-introduction-slider.move a span.c_phone_link{
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -2px;
}

.home h1 .site-introduction-slider a span i{
	padding-right:0.2em
}
.home h1 .site-introduction-slider.move a span i{
	display:none;
}

.home h1 .site-introduction-slider.move a > span{
	display: inline-block;
	height: 100%;
	text-align: initial;
}

.home h1 .site-introduction-slider.move a span span.mix{
	text-orientation: mixed;
}
.home h1 .site-introduction-slider.move a span span.combine{
	text-align:center;
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}


.home h1 .front-text{
	background: RGBA(255,255,255,0.8);
	padding:1.5em 2em;
	text-align:left;

	position: absolute;
	left:2.5%;
	bottom:calc(50% - 115px - (110px / 2));
	min-width: 50%;
}
body.home h1.page-title .front-text img{
	display:block;
	width:auto;
}

.home h1 .front-text p{
	color:#000;
	font-size: 1.75em;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 1.0em;
	font-weight: bold;
}
.home h1 .front-text p small{
	font-size:0.65em;
}

/* /メタスライダー */

/* リンクブロック関係 */
.home .content_block .link{
	margin-bottom:30px;
}
.home .content_block .block_in{
	margin-bottom:20px;
	margin-right:20px;
	width:calc((100% - 20px) / 2);

	position: relative;
}
.home .content_block .block_in.f_center{
	margin:0 auto;
	max-width:730px;
	min-width: 640px;
}
.home .content_block .link .block_in a h2{
	background: RGBA(68,157,81,0.9);
	color: white;
	font-size:1.5em;
	margin: 0;
	padding: 0.25em 0.5em;
	width: 12.67em;
	position: absolute;
	top: calc(50% - 0.95em);
}
/* /リンクブロック関係 */

.home .h2-title h2{
	margin:7.5em auto 2.5em;
	padding-left: 0;
	text-indent: 0;
	text-align:center;
}
.home h3{
	font-size:32px;
	margin-top:0;
	margin-bottom:1.7em;
}
.home .b_center{
	text-align:center;
}
.home .b_center .l_center{
	text-align: left;
	display: inline-block;
	position: relative;
}
.home .b_center .l_center:before,
.home .b_center .l_center:after{
	content: '';/*何も入れない*/
	background-size: contain;
	display: inline-block;/*忘れずに！*/
	width: 300px;/*画像の幅*/
	height: 300px;/*画像の高さ*/
	position: absolute;

}
.home .b_center .l_center:before{
	background-image: url("img/top_bento2.png");
	top:-40px;
	left:-380px;
}
.home .b_center .l_center:after{
	background-image: url("img/top_bento1.png");
	bottom:-100px;
	right:-400px;
}

.home .b_center ul{
	margin-bottom:0;
}

.home .b_center p,
.home .b_center ul li{
	font-size:1em;
}
.home .b_center p{
	margin-bottom:3em;
}
.home .b_center p:last-of-type{
	margin-top:2em;
	margin-bottom:0;
}
.home .b_center ul li{
	line-height:3;
	list-style-type: none;
	margin-left:0.5em;
	padding-left: 2em;
	text-indent: -2em;
}
.home .b_center ul li:before{
	content:"●";
	padding-right:1em;
}

/* レジ袋有料化対応 */
.l_center.w800{border:2px solid;margin:5em auto 0;max-width:770px;padding:1.5em 3.25em;}
.l_center.w800 h4{font-size:26px;line-height:1.2;margin:0 0 1em;text-align:center;}
.l_center.w800 a{color: initial !important;text-decoration: underline;-moz-transition:none;}
.l_center.w800 a:hover{text-decoration-color: #49a7a4;}
.l_center.w800 p{font-size:0.85em;line-height:1.4;margin:0;}
.l_center.w800 p.l_last{text-align:right;margin-top:3.6em;}
.l_center.w800 p.l_link{margin-top: -4.1em;}
.l_center.w800 p.l_link img{max-height: 60px; border: 1px solid #CCC; padding: 2px 5px;}
.l_center.w800 p.l_link a img:hover{border-color:#49a7a4 !important;}
.l_center.w800 p span{display:inline-block;}
@media screen and (max-width:800px) {
	.l_center.w800 p span br{display:none;}
}
@media screen and (max-width:480px) {
	.l_center.w800{max-width: 800px;margin-top:1em;padding:1.0em 0.5em;}
	.l_center.w800 h4{font-size:18px;}
	.l_center.w800 p{font-size:14px;}
	.l_center.w800 p.l_last{text-align:right;margin-top:0;}
	.l_center.w800 p.l_link{margin-top: 1em;text-align: center;}
}
/* /レジ袋有料化対応 */
/* キャッシュレス決済対応 */
.block_cashless{line-height:1;margin:6em auto 0;text-align:center;max-width:900px;width:90%;}
.block_cashless:after{content:"";clear:both;display:block;}
.block_cashless div.table_out{display:table;}
.block_cashless div.table_in{display:table-cell;vertical-align: middle;width:25%;}
.block_cashless p{font-size: 2em;margin:0;}
.block_cashless p br{display:none;}
.block_cashless img{max-height:100px;}
.block_cashless span{display:inline-block;margin-left:-0.25em;}
@media screen and (max-width: 799px){
	.block_cashless p br{display:inline-block;}
}
@media screen and (max-width: 480px) {
	.block_cashless{margin-top:3em;width:100%;}
	.block_cashless p{font-size: 1em;}
	.block_cashless img{max-height:70px;}
}
/* /PayPay対応 */

/* 新着情報追加による変更*/
.content_block .block_out.sns{
	margin: 5em auto 0;
	max-width: 1300px;
}

.sns .block_in{
	/*width:100%;*/
	width:50%;
	max-width:calc(50% - 30px);
}
.sns .block_in.f_left .widget_recent_entries_noah h2{
	margin:0 0 1em 0;
	text-align:center;
	line-height: 1;
}
.sns .block_in.f_left .widget_recent_entries_noah h2:after{
	content: "News";
	color: #449D51;
	display: block;
	font-size: 0.8em;
	margin: 0.2em 0 0;
}

.sns .block_in.f_left .widget_recent_entries_noah ul{
	margin-bottom:0.5em;
}
.sns .block_in.f_left .widget_recent_entries_noah ul li {
	border-bottom: 1px dotted;
	font-size:20px;
	line-height: 2;
	list-style:none;
	padding:1em 0;
	position: relative;
}
.sns .block_in.f_left .widget_recent_entries_noah ul li:first-of-type {
	border-top: 1px dotted;
}

.sns .block_in.f_left  p a{
	color:initial;
	font-size:0.9em;
}
.sns .block_in.f_left  p a:hover{
	color:RGBA(68,157,81,0.9);
}
.sns .block_in.f_left .widget_recent_entries_noah ul li a {
	color: #333333;
	display: block;
	left: 120px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	width: calc( 100% - 120px );
	line-height: 1.5;
}
.sns .block_in.f_left .widget_recent_entries_noah ul li a:hover{
	color:RGBA(68,157,81,0.9);
}
.sns .block_in.f_left .widget_recent_entries_noah ul li span.post-date{
	font-size: 0.75em;
	position: absolute;
	left:0;
	top:20px;
}
.sns .block_in.f_left .widget_recent_entries_noah ul li span.content_text{
	color:initial !important;
	display: inline-block;
	font-size: 0.75em;
	line-height: 1.1;
	opacity: 0.4;
}

.sns .block_in.f_right{
	border: 1px solid;
	margin:0 0 0 20px;
}
.sns #sb_instagram .sb_instagram_header{
	/* width: calc(100% - 20px); */
}
.sns #sb_instagram .sb_instagram_header a{
	min-width: 100%;
	float:none;
}

.sns #sb_instagram .sbi_header_img,
.sns #sb_instagram .sbi_feedtheme_header_text{
	color: #000;
	float: none;
	margin:0 auto !important;
	text-align: center;
}
.sns #sb_instagram .sb_instagram_header .sbi_feedtheme_header_text > h3{
	float:none;
	margin:0 auto !important;
	text-align: center;


}
.sns #sb_instagram .sb_instagram_header .sbi_feedtheme_header_text > p.sbi_bio{
	float:none;
	margin:0 auto !important;
	text-align: justify;
	text-justify: inter-ideograph;
	text-align-last: justify;
	width: 21em;
}

/* /トップページ関係 */

/* こだわりページ関係 */
#kodawari h3{
	font-size:24px;
}
#kodawari h3.speech{
	margin-bottom:1.2em;
}
#kodawari p{
	font-size:18px;
	line-height:2;
}

#kodawari .block_out.kodawari{
	margin-bottom:1.75em;
}

#kodawari .block_out.kodawari .block_in.f_left,
#kodawari .block_out.kodawari .block_in.f_right{
	width:calc(50% - 10px);
}
#kodawari .block_out.kodawari .block_in.f_left{
	margin-right:20px;
}
#kodawari .block_out.kodawari .block_in.text_block{
	text-align:center;
}
#kodawari .block_out.kodawari .block_in.text_block .p_center{
	display:inline-block;
	text-align:left;
}

#kodawari .block_out.kodawari .block_in img{
	max-width:none;
	width:100%;
}
#kodawari .block_out.kodawari .img_block img:nth-of-type(2){
	display:none;
}

/* /こだわりページ関係 */

/* 特注弁当ページ関係 */
#order{
	text-align:center;
}
#order h3{
	font-size:18px;
}
#order .text-out{
	display:inline-block;
	text-align:left;
	margin-bottom: 2.5em;
}
#order .text-out p:last-child{
	margin-bottom:0;
}
#order p{
	font-size:18px;
	line-height:2;
}

#order .block_out.order.point{
	display: table;
	border-collapse: separate;
	border-spacing: 20px 25px;
	margin:0 auto;

}
#order .block_out.order.point .block_in{
	text-align:left;
	margin: 0 -20px;
	max-width: none;
}
#order .block_out.order.point h3.block_in{
	display:table-row;
	margin: 0;
	min-height: auto;
	padding-left: 0;
	padding-top: 0;
	position: static;
}
#order .block_out.order.point h3.block_in span{
	display:table-cell;
	vertical-align: middle;
	position: static;
}
#order .block_out.order.point h3.block_in span:first-of-type{
	padding: 1.55em 1em 0.9em 0.2em;
}
#order .block_out.order.images h3.example{
	font-size:2.4em;
	line-height:0.6;
	margin:0 auto 1.5em;
}
#order .block_out.order.images h3.example small{
	font-size:42%;
}
#order div.table{
	display:table;
	border:none;
	border-collapse: separate;
	border-spacing: 20px 35px;
	margin: -35px -20px 0;
	width: calc(100% + 40px);
}
#order div.table div.tr{
    display: table-row;
}
#order div.table div.tr:last-of-type{
    margin-bottom:0;
}
#order div.table div.tr:after{
	content:"";
	clear:both;
	display: block;
}
#order div.table div.td{
    display: table-cell;
	padding: 0;
    width: 50%;
}
#order div.table div.tr div.td:last-of-type{
	margin-right:0;
}

#order div.table div.td img{
	vertical-align: bottom;
	width:100%;
	height:auto;
	max-height:none;
}

#order div.table div.td-item{
	width: auto;
	margin: 10px 10% 0;
}
#order div.table div.td-item h4{
	background-color:RGB(68,157,81);
	color: white;
	font-size:1.5em;
	line-height: 1.66;
	margin: 0 auto 0.67em;
	padding-left: 0;
	width:9em;
	min-width: auto;
}
@media all and (-ms-high-contrast: none){
	#order div.table div.td-item h4{
		padding-top: 0.34em;
	}
}

#order div.table div.td-item p{
	display: inline-block;
	min-height:2em;
	margin-bottom:0;
	text-align:left;
}

/* /特注弁当ページ関係 */

/* オードブルページ関係 */
#oeuvre{
	text-align:center;
}
#oeuvre h3{
	font-size:2.4em;
	line-height:0.6;
	margin:0 auto 1.5em;
}
#oeuvre h3.how-to{
	margin-bottom:0.25em;
}
#oeuvre h3 small{
	font-size:42%;
}

#oeuvre p{
	font-size:18px;
	line-height:2;
}
#oeuvre p:empty{
	display:none;
}

#oeuvre .text-out{
	display:inline-block;
	text-align:left;
	margin-bottom: 2.5em;
}
#oeuvre .text-out p:last-child{
	margin-bottom:0;
}

#oeuvre .list-out{
	margin-bottom: 8em;
}
#oeuvre ul.border_green{
	/*border:10px solid RGB(68,157,81);*/
	display: inline-block;
	font-size:18px;
	margin:0;
	padding:20px 40px;
	text-align:left;
}
#oeuvre ul.border_green li{
	list-style:none;
	list-style-position: inside;
	line-height:2.3;
	margin-left:0;
	padding-left: 2em;
	text-indent: -2em;
}
#oeuvre ul.border_green li:before{
	content:"●";
	padding-right:1em;
}
#oeuvre ul.border_green li.no-before{
	line-height:3.5;
}
#oeuvre ul.border_green li.no-before:before{
	content:none;
	padding-right:0;
}
#oeuvre ul.border_green li:last-of-type{
	line-height: 1.3;
	margin-top: 0.4em;
}
/*
#oeuvre p{
	display:inline-block;
	font-size:18px;
	line-height:2;
	text-align:left;
}
*/
#oeuvre table{
	border:none;
	width: auto;
	margin: 0 auto 40px;
}
#oeuvre table tr td{
	border:none;
	font-size:36px;
	line-height:3.5em;
	padding:0;
	padding-right:1.5em;
	text-align:center;
}
#oeuvre table tr td:nth-of-type(1){
	width:1.8em;
	padding-right:0.5em;
}
#oeuvre table tr td:nth-of-type(2){
	width:6em;
}
#oeuvre table tr td:nth-of-type(3){
	width:5.6em;
	padding-right:0;
}
#oeuvre .block_out.oeuvre{
	margin-bottom:8em;
	text-align:center;
}

#oeuvre .block_out.oeuvre .order{
	display: inline-block;
	text-align: left;
}
#oeuvre .block_out.oeuvre .order .fukidasi:first-of-type table{
	margin-bottm:3.75em;
}

#oeuvre .block_out.oeuvre.images h3.example{
	font-size:2.4em;
	line-height:0.6;
	margin:0 auto 1.5em;
}
#oeuvre .block_out.oeuvre.images h3.example small{
	font-size:42%;
}
#oeuvre div.table{
	display:table;
	border:none;
	border-collapse: separate;
	border-spacing: 20px 55px;
	margin: -55px -20px 0;
	width: calc(100% + 40px);
}
#oeuvre div.table div.tr{
    display: table-row;
}
#oeuvre div.table div.tr:last-of-type{
    margin-bottom:0;
}
#oeuvre div.table div.tr:after{
	content:"";
	clear:both;
	display: block;
}
#oeuvre div.table div.td{
    display: table-cell;
	padding: 0;
    width: 50%;
}
#oeuvre div.table div.tr div.td:last-of-type{
	margin-right:0;
}
#oeuvre div.table div.tr div.td div.mh{
	/*border:1px solid #808080;*/
}

#oeuvre div.table div.td img{
	vertical-align: bottom;
	width:100%;
	height:auto;
	max-height:none;
}

#oeuvre div.table div.td-item{
	width: auto;
	margin: 10px 10% 0;
}
#oeuvre div.table div.td-item h4{
	background-color:RGB(68,157,81);
	color: white;
	font-size:1.5em;
	line-height: 1.66;
	margin: 0 auto 0.67em;
	padding-left: 0;
	width:9em;
	min-width: auto;
}
@media all and (-ms-high-contrast: none){
	#oeuvre div.table div.td-item h4{
		padding-top: 0.34em;
	}
}

#order div.table div.td-item p{
	display: inline-block;
	min-height:2em;
	margin-bottom:0;
	text-align:left;
}

#oeuvre .list{
	display:inline-block;;
}

#oeuvre .list h4{
	font-size:20px;
	margin:0;
	text-align:left;
}
#oeuvre .list p{
	display:block;
	text-align:left;
}
#oeuvre .list p span{
	display:inline-block;
}

/* /オードブルページ関係 */

/* 定番メニューページ関係 */
#teiban p{
	font-size:18px;
	line-height:2;
}
#teiban div.table{
	display:table;
	border:none;
	border-collapse: separate;
	border-color: #808080;
	border-spacing: 20px 65px;

	width:calc(100% + 40px);
}
#teiban div.table div.tr{
	display: table-row;
}
#teiban div.table div.tr:last-of-type{
    margin-bottom:0;
}
#teiban div.table div.tr:after{
	content:"";
	clear:both;
	display: block;
}
#teiban div.table div.td{
	display: table-cell;
	padding: 0;
	text-align: center;
	width: 50%;

}
#teiban div.table div.tr div.td:last-of-type{
	margin-right:0;
}
#teiban div.table div.tr div.td div.mw{
	max-width:600px;
	margin:0 auto;
}

#teiban div.table div.td img{
	vertical-align: bottom;
	width:100%;
}
#teiban div.table div.td h2{
	background-color:RGB(68,157,81);
	color: white;
	margin: 0.5em 0 1em ;
}
#teiban div.table div.td p{
	line-height:1.5;
}

#teiban div.table div.td div.border{
	border:1px solid;
	text-align: left;
	padding: 0.25em 1em;
}
#teiban div.table div.td span.mw{
	display:inline-block;
	min-width:calc(50% - 1em);
	padding-left:1em;
}
#teiban div.table div.td span.mw:nth-of-type(2n){
	padding-left:0em;
	padding-right:1em;
}

@media all and (-ms-high-contrast: none){
	#teiban div.table div.td h2{
		padding-top: 0.34em;
	}
}
#teiban div.table div.td p{
	text-align:left;
	margin-bottom:0;
}
/* /定番メニューページ関係 */


/* お惣菜 */
#sidedish h3{
	font-size:24px;
}
#sidedish p{
	font-size:18px;
	line-height:1.5;
}

#sidedish .block_out.sidedish{
	margin-bottom:1.75em;
}
#sidedish .block_out.sidedish .block_in.f_left,
#sidedish .block_out.sidedish .block_in.f_right{
	width:calc(50% - 10px)
}
#sidedish .block_out.sidedish .block_in.f_left{
	margin-right:20px;
}
#sidedish .block_out.sidedish .block_in img{
	max-width:none;
	width:100%;
}
#sidedish .block_out.sidedish .img_block img:nth-of-type(2){
	display:none;
}
#sidedish .block_out.sidedish .block_in.text_block{
	text-align:center;
}
#sidedish .block_out.sidedish .block_in.text_block .p_center{
	display:inline-block;
	text-align:left;
}

/* /お惣菜 */

/* お問合せ */
#contact p:first-child,
#contact table{
	border-top-width: 0px;
	max-width:820px;
	margin:0 auto;
}
#contact p:first-child{
	text-align:center;
}

#contact table tbody tr th,
#contact table tbody tr td{
	display:block;
	line-height:1.5em;
	vertical-align: middle;
	padding:0.25em 0.5em;

}

#contact table tbody tr th{
	border-bottom: 1px solid #d9d9d9;
	/*min-width:8em;*/
	width:100%;
	padding-top:1.25em;
	padding-bottom:0;

}
#contact table tbody tr th label{
	cursor: pointer;
}
#contact table tbody tr td{
	border-width:0 0 1px 1px;
	padding: 3px;
	/*
	width: calc(100% - 6px);
	max-width:calc(100% - 8em);
	*/

}
#contact table tbody tr td span{
	height: 100%;
	padding: 3px 0;
}

#contact table tbody tr td input{
	width:calc(100% - 8px);
}
#contact table tbody tr td input[type="text"],
#contact table tbody tr td input[type="email"],
#contact table tbody tr td input[type="tel"]{
	background: rgba( 255, 255, 255, 0.3 );
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
#contact table tbody tr td input[type="text"] + span,
#contact table tbody tr td input[type="email"] + span,
#contact table tbody tr td input[type="tel"] + span{
	line-height:1;
	padding-bottom:0;
	padding-left:0.5em;
}
#contact table tbody tr td input[type="text"] + span:before,
#contact table tbody tr td input[type="email"] + span:before,
#contact table tbody tr td input[type="tel"] + span:before{
	content:"※";
}

#contact table tbody tr td textarea{
	line-height: 1.2;
	padding:6px;
	width:calc(100% - 14px)	;
	min-width:calc(100% - 14px) !important;
}

#contact table tbody tr:first-of-type th,
#contact table tbody tr:first-of-type td{
	border-top: 1px solid #d9d9d9;
}
#contact table tbody tr:last-of-type th,
#contact table tbody tr:last-of-type td{
	border-bottom: 0;
}
#contact table tbody td input.wpcf7c-conf[type="text"],
#contact table tbody td input.wpcf7c-conf[type="email"],
#contact table tbody td input.wpcf7c-conf[type="tel"]{
	background-color: #999999;
	border: 1px solid #333333;
	color: black;
}

#contact table thead td{
	border-top: 0;
	text-align:center;
}
#contact table tfoot td{
	border-top: 1px solid #d9d9d9;
	text-align:center;
}

#contact table tfoot tr:first-of-type td{
	text-align:left;
}
#contact table tfoot td .your-acceptance{
	display: inline-block;
	width: 2em;
}

#contact table thead td,
#contact table tfoot td,
form.invalid #contact table thead td.p0{
	padding:3px;
}
#contact table tfoot td,
form.invalid #contact table tfoot td.p0{
	padding-top:1.25em;
}

#contact table thead td.p0,
#contact table tfoot td.p0{
	border-top-width:0px;
	padding:0;

}
form.invalid #contact table thead td.p0,
form.invalid #contact table tfoot td.p0{
	border-top: 1px solid #d9d9d9;

}
#contact table tfoot td input{
	/*
	width:calc(100% - 6px - 16px);
	margin:0;
	margin-rigght:auto;
	*/
	width:50%;
	-webkit-appearance: none;
}
#contact table tfoot td input[type="submit"]{
	min-width:13em;
}
#contact table tfoot td input[type='checkbox']{
	width:100%;
	-webkit-appearance: checkbox;
}
#contact table tfoot td input.wpcf7c-elm-step2[type="button"],
#contact table tfoot td input.wpcf7c-elm-step2[type="submit"]{
	min-width:10em;
	max-width:35%;
	margin-right:2.5%;
	margin-left:2.5%;
}
#contact table tfoot td input.wpcf7c-elm-step2[type="button"]{
	cursor: pointer;
	margin-right:1.5%;
}
#contact table tfoot td input.wpcf7c-elm-step2[type="submit"]{
	margin-left:1.5%;
}

#contact table thead td div.wpcf7-response-output,
#contact table tfoot td div.wpcf7-response-output{
	margin:0;
}
#contact table,
#contact table th,
#contact table td{border:none !important;}


/* /お問合せ */

/* 新着情報 */
body.archive div#main,
body.single div#main{
	max-width:1080px;
}

body.archive .page-title,
body.single header.entry-header h1.page-title{
	font-size: 24px;
	line-height: 1.7;
	padding-left: 0.5em;
}
body.archive header.page-header,
body.single header.entry-header{
	font-weight:bold;
	margin-bottom:1em;
	min-height: 40px;
	max-width: calc(80% - 2.4em);
}
body.archive .blog-image,
body.single .blog-image{
	padding-top:0;
}
body.archive h1.entry-title{
	background: none;
	border-bottom: 5px solid #449D51;
	font-size: 20px;
	font-weight:bold;
	line-height: 1.2;
	padding: 8px 8px 3px;
}
body.archive h1.entry-title a{
	color:#449D51;
}

body.archive .entry-content,
body.single .entry-content{
	font-size:16px;
}

#secondary aside{
	margin-bottom:3.5em;
}
#secondary aside li a{
	color:#000;
}
#secondary aside li a:hover{
	color:RGBA(68,157,81,0.9);
}

#secondary aside h1{
	font-size:22px;
	text-align:center;
	margin:0;
}
#secondary aside ul li{
	font-size:16px;
}
#secondary aside.widget_archive a.year{
	cursor: pointer;
	text-decoration: underline;
	padding:0;
}
#secondary aside.widget_archive .years ul {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	margin: 0;
}
#secondary aside.widget_archive ul.years{
	margin-top:0.5em;
	line-height: 1;
}
#secondary aside.widget_archive ul.years li{
	border-bottom:none;
	margin-bottom: 0.5em;
	line-height: 1.2;
	padding:0 0 5px 0;
}
#secondary aside.widget_archive ul.years .hide {
	margin: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
#secondary aside.widget_archive ul.years li ul.month li{
	margin-bottom: 0;
}
#secondary aside.widget_archive ul.years li ul.month a{
	padding:0;
}

body.archive .entry-meta a, body.single .entry-meta a,
body.archive .nav-previous a, body.single .nav-next a,
body.single .nav-previous a, body.single .nav-next a{
	font-size: 16px;
}


/* /新着情報 */

.pcview {
	display: block;
}
.spview {
	display: none;
}
.tabview {
	display: none;
}

/* 非ワイドディスプレイ通帯 */
@media screen and (max-width: 1640px) {
	/* /定数系 */
	/* 描画領域全体 */
	div#wrap{
		max-width: 100%;
	}
	#primary_wrap,
	.before-footer-info{
		max-width:96%;
		margin-left:auto;
		margin-right:auto;
	}
	/* /描画領域全体 */
}

/* タブレット帯 */
@media screen and (max-width: 960px) {
	/* 外部cssの上書き */
	#smoothup{
		right: 4%;
	}

	/* 定数系 */
	br.d_none_pc{display:inline-block !important;}
	br.no_tablet{display:none;}
	span.d_none_pc{display:inline !important;}
	.only_pc{display:none !important;}
	span.smp_only{display:inline-block !important;}
	.move span.under_tablet{display:inline-block;padding:0 1em 0 0.5em;}
	/* /定数系 */

	/* リンククリック時のデフォルト挙動を変更 */
	a,
	h1.menu-toggle{
		-webkit-tap-highlight-color: rgb(255, 255, 255);
}
	body .main-small-navigation .menu li a{
		-webkit-tap-highlight-color: rgba(255, 165, 0, .3);
	}
	/* /リンククリック時のデフォルト挙動を変更 */

	/* 吹き出し */
	#kodawari .kodawari .speech{
		line-height: 1.3;
		padding-left:1.5em;
		padding-top:3.0em;
		margin-top:0;
	}
	#kodawari .kodawari .speech + p{
		line-height: 1.3;
		margin:0.25em 0 0;
		padding-left:2em;
	}
	#oeuvre .hukidasi .speech{
		padding-left: 5em;
		padding-top: 3.0em;
		padding-bottom: 1.0em;
	}
	#oeuvre .hukidasi:nth-of-type(2) .speech{
		padding-top: 3.5em;
	}
	#sidedish h3.speech{
		line-height: 1.3;
		margin-top: 0;
		padding-left: 2em;
		padding-top: 4em;
	}
	#sidedish h3.speech + p{
		line-height: 1.3;
		margin:0.25em 0 0;
		padding-left:2.8em;
	}
	#order h3.speech{
		margin: 0;
		min-height: 4em;
		padding-left: 9em;
		padding-top: 3em;
	}
	.speech span:first-of-type{
		font-size:1.5vw;
	}
	#sidedish h3.speech span:first-of-type{
		font-size:1.7vw;
	}
	/* /吹き出し */

	/* メニュー */
	.main-navigation ul li a{
		padding:0.3em 0.5em 0.25em;
	}
	body nav.main-small-navigation ul{
		overflow: scroll;
	}
	body nav.main-small-navigation:after{
		content:"";
		clear:both;
		display:block;
	}
	body .main-small-navigation .menu li a{
		border-bottom:0;
		border-color: orange; /*#449D51;*/
		color:#449D51;
		font-size:2em;
		line-height:3;
	}
	body .main-small-navigation .menu li:last-of-type a{
		border-bottom:1px solid orange; /*#449D51;*/
	}
	/* メニュー */



	/* ヘッダー */
	.site-header .site-introduction{
		padding:5px 15px;
		margin:0;
		background:#ffffff;
	}
	.site-introduction a h1.site-title::before{
		margin-right:0.5em;
	}
	.site-introduction a h1.site-title:after{
		padding:0.6em 0.6em 0.6em 0.55em ;
		width: 1.95em;
		height: 1.9em;
		left:0.125em;
		top:0.125em;
	}
	/* /ヘッダー */

	/* ページ共通 */
	body.page h1.page-title span.title-text{
		font-size: 7vw;
	}
	.h2-title h2 {
	    font-size: 2.5vw;
	}
	/* /ページ共通 */

	/* トップページ */
	.home h1 .site-introduction-slider{
		transform-origin: top right;
    	transform: scale(0.6);
		top: calc(110px + 3%);
    	left: calc(75% - 10em);
    }
	.home h1 .site-introduction-slider.move{
		font-size: 0.55em;
		transform: none;
		height:40px;
		-ms-writing-mode: initial;
		writing-mode: initial;
		bottom: 1%;
		top: auto;
		left: 15%;
		width: auto;
		right: 15%;
		z-index:1000000;
	}
	.home h1 .site-introduction-slider.move a{
		padding: 6.5px 0;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		line-height: 1;
	}

	.home h1 .site-introduction-slider.move .c_white > span{
		vertical-align: middle;
	}

	.home h1 .site-introduction-slider.move a span.tab_block{
		display: inline-block;
		font-size:0.8em;
		line-height: 1.5;
	}
	.home h1 .site-introduction-slider.move a span.tab_div{
		display:inline-block;
	}

	.home h1 .front-text{
		transform-origin: center left;
    	transform: scale(0.6);
	}

	.sns .block_in.f_left,
	.sns .block_in.f_right{
		float:none;
		width:auto;
		max-width:90%;
		margin:0 auto;
	}
	.entry-content ul li{margin-left:0;}

	.home .b_center h3 + p{
		display:inline-block;
		text-align:left;
	}
	.home .b_center{
		max-width:90vw;
		margin:0 auto;
	}
	.home .b_center .l_center:before,
	.home .b_center .l_center:after{
		width:15vw;
		height:15vw;
	}
	.home .b_center .l_center:before{
		left: -15vw;
		top: calc(50% - 10vw);
	}
	.home .b_center .l_center:after{
		right: -15vw;
		top: calc(50% - 5vw);
	}
	.home .b_center ul li{
		line-height:1.5;
	}



	/* /トップページ*/

	/* 特注弁当ページ関係 */
	#order .text-out{
		max-width:75vw;
	}
	#order div.table{
		border-spacing: 3vw 35px;
		width: calc(100% + 9vw);
		margin-left: -3vw;
	}
	#order div.table div.td div.td-item{
		margin-left: auto;
		margin-right: auto;
		max-width: 84%;
	}
	#order div.table div.td-item h4{
		margin-bottom:0.5em;
		width: auto;
	}
	#order div.table div.td-item p{
		line-height:1.5;
	}
	/* /特注弁当ページ関係 */

	/* オードブルページ関係 */
	#oeuvre .text-out,
	#oeuvre .list,
	#oeuvre .order{
		max-width:75vw;
	}
	#oeuvre .list p,
	#oeuvre .order p{
		line-height:1.5;
	}

	#oeuvre table tr td{
		font-size:4.2vw;
		line-height: 2.5em;
	}
	#oeuvre div.table{
		border-spacing: 3vw 55px;
		width: calc(100% + 9vw);
		margin-left: -3vw;
	}
	#oeuvre div.table div.td-item{
		margin-left: auto;
		margin-right: auto;
		max-width: 84%;
	}
	#oeuvre div.table div.td-item h4{
		margin-bottom:0.5em;
		width: auto;
	}
	#oeuvre div.table div.td-item p{
		line-height:1.5;
	}
	/* /オードブルページ関係 */


	/* 定番メニューページ関係 */
	#teiban div.table{
		border-spacing: 3vw 65px;
		width: calc(100% + 9vw);
		margin-left: -3vw;
	}
	#teiban div.table div.td p{
		line-height:1.5;
	}
	#teiban div.table div.tr div.td div.mw{
		max-width:95%;
	}
	#teiban div.table div.tr div.td div.mw h2{
		margin-bottom:0.5em;
	}
	#teiban div.table div.td div.border{
		padding 0.25em 0.5em;
	}
	#teiban div.table div.td span.mw{
		display:inline-block;
		min-width:calc(100% -1em);
		padding-left:1em;
	}
	#teiban div.table div.td span.mw:nth-of-type(2n){
		padding-left:1em;
		padding-right:0em;
	}


	/* /定番メニューページ関係 */

	/* お問合せページ関係 */
	#contact p:first-child, #contact table{
		max-width:75vw;
	}
	/* /お問合せページ関係 */

	/* フッター */
	.site-info{
		font-size:0.9em;
		padding-bottom:calc(1em + 40px);
	}
	/* /フッター */
	.pcview {
		display: none;
	}
	.spview {
		display: none;
	}
	.tabview {
		display: block;
	}
}
/* /タブレット帯 */

/* インスタグラム表示用プラグインのcss打消し */
	@media (max-width: 800px){
		#sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
		width: 100% !important;
		}
	}
/* /インスタグラム表示用プラグインのcss打消し */

/* 投稿の回り込み解除ライン*/
@media screen and (max-width: 800px) {
	.single #primary,
	.archive #primary,
	.category #primary{
		float:none;
		margin:0;
		padding:0;
		width:100%;
	}
	body.archive header.page-header,
	body.single header.entry-header{
		max-width:none;
	}

	.home h1 .site-introduction-slider a{
		font-size: 1em;
		line-height: 1.3;
	}
	.home h1 .site-introduction-slider.move a{
		padding:0;
	}
	.home h1 .site-introduction-slider.move a span.c_white{
		height:40px;
		line-height: 0.7;
		padding:0;
	}

	.home h1 .site-introduction-slider.move a span.tab_div{
		display:inline-block;
	}
	.home h1 .site-introduction-slider a span.c_phone_link{
		font-size:1.5em;
	}
	.home h1 .site-introduction-slider.move a span.c_phone_link{
		display:block;
		font-size:1.35em;
		letter-spacing:0;
	}
	.home h1 .site-introduction-slider.move a > span{
		text-align:center;
	}
	.home h1 .site-introduction-slider.move a span.tab_block{
		font-size:0.65em;
		vertical-align: super;
	}
}
/* /投稿の回り込み解除ライン*/
/* スマホ帯 */
@media screen and (max-width: 480px) {
	/* 定数系 */
	.f_left,
	.f_right{float:none;}
	br.no_smp{display:none;}
	br.smp_only{display:inline-block !important;}
	br.no_tablet{display:inline-block;}
	.move span.under_tablet{padding-right:0;}
	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}
	.tabview {
		display: none;
	}
	.d_view_pc{display:none !important;}
	.d_view_sp{display:inline-block !important;}
	/* /定数系 */

	/* 吹き出し */
	#kodawari .kodawari .speech{
		line-height: 1.3;
		padding:3.5em 1.0em 0;
		letter-spacing: -1px;
		margin:0;
	}
	#kodawari .kodawari .speech + p{
		line-height: 1.3;
		margin:0.25em 0 1.5em;
		padding:0 1.3em;
	}
	#oeuvre .hukidasi .speech{
		/*padding:4.5em 2em 0;*/
		margin-bottom:0;
	}
	#oeuvre .hukidasi:nth-of-type(1) .speech{
		margin-top:0;
	}
	#oeuvre .hukidasi:nth-of-type(2) .speech{
		padding-top: 2.5em;
	}
	#sidedish h3.speech{
		line-height: 1.3;
		letter-spacing: -1px;
		margin: 0;
		padding:3.5em 1.0em 0;
	}
	#sidedish h3.speech + p{
		line-height: 1.3;
		margin:0.25em 0 0;
		padding:0 1.3em;
	}
	#order h3.speech{
		margin: 0;
		min-height: 4em;
		padding-left: 9em;
		padding-top: 3em;
	}
	.speech span:first-of-type{
		font-size:2.5vw;
	}
	#sidedish h3.speech span:first-of-type{
		font-size:2.7vw;
	}
	/* /吹き出し */


	/* ヘッダー */
/*
	#masthead-wrap{
		position: absolute;
		width:100%;
		overflow:hidden;
	}
	.sticky #masthead-wrap{
		position: fixed;
	}*/

	.site-header .site-introduction{
		position: fixed;
		height: 70px;
		text-align: left;
	}
	.sticky .site-introduction{
		height: 60px;
	}
	/* /ヘッダー */

	/* メニュー*/
	.menu.p_fixed{
		padding-top:80px;
	}
	.sticky .p_fixed{
		padding-top:70px;
	}
	h1.menu-toggle{
		top: calc(40px - 20px);
		right: 0.275em;
	}
	.sticky h1.menu-toggle{
		top: calc(35px - 20px);
	}

	body .main-small-navigation .menu li{
		line-height:2;
	}
	body .main-small-navigation .menu li a{
		font-size:1.3em;
	}
	/* /メニュー*/

	/* フッター */
	.before-footer-info h2.c2{
		font-size:22px;
		line-height: 1.2;
	}
	.before-footer-info p{
		font-size:14px;
		line-height: 1.2;
		margin-bottom: 0.75em;
	}
	.before-footer-info p.welcome span:first-of-type{
		display: block;
		padding-left:1em;
	}

	.before-footer-info p.tel{
		font-size:20px;
	}
	.before-footer-info p.limit{
		font-size:18px;
	}
	.site-info{
		padding-top:1em;
	}
	.site-info .main-navigation{
		display:none;
	}
	.site-info table{
		max-width:95vw;
		margin:0 auto;
	}
	.site-info table td{
		font-size:16px;
		line-height: 1.4;
		padding-right:0.5em;
	}
	.site-info table td.ls_m1{
		letter-spacing: -1px;
	}
	/* /フッター */

	/* ページ共通 */
	div#main{
		padding-top:80px;
	}
	.home div#main{
		padding-top:0;
	}
	.entry-header{
		margin-bottom:2em;
	}
	h1.page-title img.no_smp{
		display:none;
	}
	h1.page-title img.only_smp{
		display:inline-block;
	}
	body.page h1.page-title span.title-text{
		font-size: 8vw
	}
	.h2-title h2 {
		font-size: 4vw;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.5;
		margin:0 0 2em;
	}
	.h2-title h2 strong{
	    font-size: 7vw;
	}
	.entry-content{
		margin-top:0;
	}
	/* /ページ共通 */

	/* トップページ */

	.home h1 .site-introduction-slider{
		top: calc(80px + 3%);
		left:calc();
		border-radius: 1em;
	}
	.home h1 .site-introduction-slider.move{
		font-size: 0.55em;
		height:40px;
		transform: none;
		-ms-writing-mode: initial;
		writing-mode: initial;
		bottom: 1.5%;
		top: auto;
		left: 10%;
		width: auto;
		right: 16.5%;
	}

	.home h1 .front-text{
		background: none;
		left:0;
	}
	body.home h1.page-title .front-text img{
		max-width:150vw;
	}
	.home h1 .front-text p{
		font-size: 21px;
		line-height: 1.1;
		text-shadow: 1px 1px white,1px -1px white,-1px 1px white,-1px -1px white;
	}
	.home h1 .front-text p small{
		display: inline-block;
		font-size:1em;
		line-height: 1.2;
		margin-top: 0.25em;
	}
	.home .entry-header{
		margin-bottom:0;
	}
	.home .h2-title h2{
		margin-top:2.5em;
	}
	.home h3{
		font-size:18px;
		line-height: 1.2;
	}
	.home .b_center{
		text-align:left;
		margin:3em auto 0;
	}
	.home .b_center p,
	.home .b_center ul li{
	font-size:14px;
		line-height:1.2;
	}
	.home .b_center p{
		margin:1.0em 0 2.0em;
	}
	.home .b_center ul{
		margin:0 auto;
	}
	.home .b_center .l_center::before {
		width: 30vw;
		height: 30vw;
		left: auto;
		right: 0;
		top: -50vw;
	}
	.home .b_center .l_center::after {
		right: auto;
		bottom: -47.5vw;
		top: auto;
		width: 30vw;
		height: 30vw;
	}

	.home .content_block .block_out.sns{
		margin-top:7em;
	}
	.home .content_block .block_in{
		font-size:14px;
		margin-bottom: 0;
	    margin-left: 0;
	    margin-right: 0;
	    width: auto;
	    position: relative;
	    max-width: none;
		min-width:90vw;
	}
	.sns .block_in.f_left .widget_recent_entries_noah ul{
		margin-bottom:0.5em;
	}
	.sns .block_in.f_left .widget_recent_entries_noah ul li{
		margin-left:0;
		font-size:14px;
	}
	.sns .block_in.f_left .widget_recent_entries_noah ul li a ,
	.sns .block_in.f_left .widget_recent_entries_noah ul li span.post-date{
		position: static;
		width:100%;
	}
	.sns .block_in.f_left .widget_recent_entries_noah ul li span.content_text{
		font-size:14px;
	}
	/* /トップページ */

	/* こだわりページ関係 */
	#kodawari h3{
		font-size:18px;
	}
	#kodawari p{
		font-size:14px;
		line-height:1.2;
	}

	#kodawari .block_out.kodawari{
		margin-bottom:1.75em;
	}

	#kodawari .block_out.kodawari .block_in.f_left,
	#kodawari .block_out.kodawari .block_in.f_right{
			float:none;
			max-width:none;
			width:100%;
	}
	#kodawari .block_out.kodawari .block_in.f_left{
		margin-right:0;
	}
	#kodawari .block_out.kodawari .img_block img:nth-of-type(1){
		display:none;
	}
	#kodawari .block_out.kodawari .img_block img:nth-of-type(2){
		display:inline-block;
	}
	#kodawari .block_out.kodawari .block_in.text_block{
		text-align:left;
	}

	/* /こだわりページ関係 */

	/* 特注弁当ページ関係 */
	#order h3{
		font-size:18px;
		line-height: 1.2;
	}
	#order p{
		font-size:14px;
		line-height:1.2;
	}
	#order .text-out{
		margin-bottom: 0.5em;
		max-width:90vw;
	}
	#order div.table{
		display:block;
		border-spacing:0;
		margin:0 auto;
		width: 100%;
	}
	#order div.table div.tr{
		display: block;
	}
	#teiban div.table div.tr:last-of-type{
	    margin-bottom:0;
	}
	#order div.table div.td{
		display: block;
		margin-bottom:2em;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#order div.table div.td-item h4{
		font-size:16px;
		font-weight:bold;
	}
	#order .block_out.order.images{
		margin-top:2em;
	}
	#order .block_out.order.images h3.example{
		font-size:2em;
		margin-bottom:1em;
	}

	#order .block_out.order.point h3.block_in span:last-of-type{
		padding-top:2em;
	}
	#order .block_out.order.point{
		border-spacing: 20px 5px;
	}
	/* /特注弁当ページ関係 */

	/* オードブルページ関係 */
	#oeuvre h3{
		font-size:18px;
		line-height: 1.2;
	}
	#oeuvre h3.how-to,
	#oeuvre h3.example{
		font-size: 1.5em !important;
		line-height: 0.5 !important;
		margin: 2.5em auto 1em !important;
	}
	#oeuvre p,
	#oeuvre ul li{
		font-size:14px;
		line-height:1.2;
	}

	#oeuvre table tr td,
	#oeuvre .list h4{
		font-size:16px;
	}
	#oeuvre table{
		margin-bottom:25px;
	}

	#oeuvre .text-out,
	#oeuvre .list,
	#oeuvre .list-out,
	#oeuvre .order{
		max-width: 90vw;
		margin:0 auto;
	}
	#oeuvre .block_out.oeuvre{
		margin:1em auto 2em;
	}

	#oeuvre ul.border_green{
		padding:0;
	}
	#oeuvre ul.border_green li{
		line-height:1.2;
	}
	#oeuvre div.table{
		display:block;
		border-spacing:0;
		margin:0 auto;
		width: 100%;
	}
	#oeuvre div.table div.tr{
		display: block;
	}
	#teiban div.table div.tr:last-of-type{
	    margin-bottom:0;
	}
	#oeuvre div.table div.td{
		display: block;
		margin-bottom:2em;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#oeuvre div.table div.td-item h4{
		font-size:16px;
		font-weight:bold;
	}



	/* /オードブルページ関係 */

	/* 定番メニューページ関係 */
	#teiban h2{
		font-size:18px;
		lien-height:1.2;
	}
	#teiban p{
		font-size:14px;
		lien-height:1.2;
	}
	#teiban div.table{
		display:block;
		border-spacing:0;
		margin: 0 auto;
		width: 90vw;
	}
	#teiban div.table div.tr{
		display: block;
	}
	#teiban div.table div.tr:last-of-type{
	    margin-bottom:0;
	}
	#teiban div.table div.td{
		display: block;
		margin-bottom:2em;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#teiban div.table div.tr div.td div.mw{
		max-width:none;
	}
	#teiban div.table div.td h2{
		margin:0.25em 0 0.5em;
	}
	#teiban div.table div.td div.border{
		padding: 0.25em 0.5em;
	}
	#teiban div.table div.td span.mw{
		display:inline-block;
		min-width:auto;
		width:calc(50% - 1em);
		padding-left:0em;
		padding-right:0.5em;
	}
	#teiban div.table div.td span.mw:nth-of-type(2n){
		padding-left:0.5em;
		padding-right:0em;
	}


	/* /定番メニューページ関係 */



	/* お惣菜 */
	#sidedish h3{
		font-size:18px;
	}
	#sidedish p{
		font-size:14px;
		line-height:1.2;
	}
	#sidedish h3.speech span:first-of-type {
    	font-size: 2.5vw;
	}
   	#sidedish .block_out.sidedish{
		margin-bottom:1.75em;
	}
	#sidedish .block_out.sidedish .img_block img:nth-of-type(1){
		display:none;
	}
	#sidedish .block_out.sidedish .img_block img:nth-of-type(2){
		display:inline-block;
	}


	#sidedish .block_out.sidedish .block_in.f_left,
	#sidedish .block_out.sidedish .block_in.f_right{
		float:none;
		max-width:none;
		width:100%;
	}
	#sidedish .block_out.sidedish .block_in.f_left{
		margin-right:0;
	}
	#sidedish .block_out.sidedish .block_in.text_block{
		text-align:left;
		margin-bottom:0.5em;
	}
	/* /お惣菜 */
	/* お問合せページ関係 */
	#contact p:first-child, #contact table{
		max-width:90vw;
	}
	#contact table {
		font-size:14px;
		line-height:1.2;
	}
	#contact table label{
		font-size:1.2em;
	}

	/* /お問合せページ関係 */

	/* 新着情報関係 */
	body.archive .page-title,
	body.single header.entry-header h1.page-title{
		font-size: 16px;
		line-height: 1;
		padding:0.75em 1em;
		text-align:left;
	}
	body.archive h1.entry-title{
		font-size: 16px;
	}
	body.archive .entry-content,
	body.single .entry-content,
	body.archive .entry-meta a,
	body.single .entry-meta a,
	body.archive .nav-previous a,
	body.single .nav-next a,
	body.single .nav-previous a,
	body.single .nav-next a{
		font-size: 13px;
	}
}
/* /スマホ帯 */


/* /Cocoonノアカスタム用css */
