
/*
Theme Name: yukimoto
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

@charset "utf-8";

/*  =====================================  共通  =====================================  */
@font-face {
  font-family: 'HannariMincho';
  src: url(<?php echo get_template_directory_uri(); ?>/fonts/Hannari.otf) format('opentype');
}
body{
	font-family: HannariMincho ,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
}
div{
	display: block;
}
img{
	display: block;
}
a{
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#content a{
	color: #b3a643;
}
#content a:hover{
	color: #7d774e;
}
li{
	list-style: none;
}
ul{
	padding: 0;
}
p{
	line-height: 1.5rem;
}
.gothic{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ttl{
	text-align: center;
}
.ttl img,.ttl p{
	margin: 0 auto 40px ;
}

.link_btn001 {
	width: 90%;
	max-width: 638px;
	height: 53px;
	font-size: 16px;
	margin: 0 auto;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#content .link_btn001 a ,
.link_btn001 a {
	position: relative;
    display: block;
    width: 100%;
    height: 53px;
	border: 1px #222 solid;
	color: #222;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
}
.link_btn001 a:hover {
    color: #fff;
    background: #222;
}
#content .link_btn001 a:hover {
    color: #fff;
    background: #222;
}
.link_btn001 p{
	margin: 14px;
}
.link_btn001 i{
	position: absolute;
	right: 20px;
	top: 20px;
}
.link_btn002 {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
	writing-mode: horizontal-tb;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
#content .link_btn002 a{
	display: block;
	height: 45px;
	position: relative;
	text-align: center;
	border: 1px #222 solid;
	color: #222;
	width: 32%;
	margin-bottom: 20px;
}
#content .link_btn002 a:hover{
    color: #fff;
    background: #222;
}
#content .link_btn002 a.btn50{
	width: 49%;
}
.link_btn002 li{
	margin: 15px;
}

.link_btn002 i{
	position: absolute;
	right: 10px;
	top: 15px;
}
#content .link_btn002 a.btn_big{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 49%;
	height: 120px;
	font-size: 21px;
}
#content .link_btn002 a.btn_big span{
	display: block;
	font-size: 14px;
	margin-top: 20px;
}
#content .link_btn002 a.btn_big i{
	font-size: 14px;
	top: 55px;
}
#content{
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	color: #222;
	position: relative;
}
#content_inr{
	width: 1000px;
	margin: 0 auto;
}
#content h2{
	font-size: 42px;
}
#content .gotop{
    position: fixed;
    right: 3%;
    bottom: 10px;
}
#content .gotop a{
    width: 50px;
    height: 50px;
    display: block;
    color: #222;
    border: 1px solid #222;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
}
#content .gotop a:hover{
	color: #fff;
    background-color: rgba(33, 33, 33, 0.8);
}
#content .gotop a i{
	position: absolute;
	top: 15px;
	left: 20px;
}

	@media screen and (max-width: 768px) {
	.ttl img,.ttl p.subText{
		width: 70%;
	}
	.link_btn001 {
		width: 80%;
		height: 45px;
		font-size: 14px;
	}
	#content{
		padding: 70px 0;
	}
	#content_inr{
		width: 90%;
	}
	#content h2{
		font-size: 32px;
	}
	.tab_w100{
		width: 100%;
	}
	.tab_w90{
		width: 90%;
	}
	#content .link_btn002 a{
		width: 49%;
		margin-bottom: 10px;
	}
}
.sp{display: none;}
@media screen and (max-width: 480px) {
	#content{
		padding: 30px 0;
	}
	#content h2{
		font-size: 24px;
	}
	.link_btn002 {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#content .link_btn002 a,#content .link_btn002 a.btn50{
		width: 100%;
		margin-bottom: 7px;
	}
}

/*  ======================  ヘッダー  ======================  */
header{
	position: fixed;
	top:0;
	color: #d5ce95;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(22,22,22,0.7);
	z-index: 999;
}

header a{
	color: #d5ce95;
}
ul#header_inner{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 25px;
	margin: 15px 0;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
ul#header_inner.fixed{
	margin: 0;
}
ul#header_inner li.logo {
	margin: 0;
}
ul#header_inner li.logo a{
	text-decoration: none;
}
ul#header_inner li.logo li{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 5px;
}
ul#header_inner li.globalmenu{
	text-align: center;
}

ul#header_inner li.globalmenu li{
	width: auto;
	display: inline-block;
	border-right: 1px solid rgba(213,206,149,0.2);
}
ul#header_inner li.globalmenu li:first-child{
	border-left: 1px solid rgba(213,206,149,0.2);
}
ul#header_inner li.globalmenu li a{
	padding: 10px 20px;
	border-bottom: 1px rgba(213,206,149,0) solid;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul#header_inner li.globalmenu li a:hover{
	color: #ebe29d;
	border-bottom: 1px rgba(213,206,149,0.8) solid;
}
ul#header_inner li.info{
	text-align: center;
	line-height: 20px;
	overflow: hidden;
}
ul#header_inner li.info p{
	box-sizing: border-box;
	border: 1px solid rgba(213,206,149,0.5);
	float: left;
	width: 60px;
	height: 40px;
	line-height: 38px;
}
ul#header_inner li.info ul{
	float: right;
}
ul#header_inner li.info li.tel{
	font-size: 24px;
}

/*  =====================================  メインビジュアル  =====================================  */

#mv{
	position: relative;
	top:0;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    z-index: -1;
}
#mv div{
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../image/mv_filter.png) ;
	background-size: auto , cover;
	background-repeat: repeat , no-repeat;
	background-position: center center;
}
#mv div img{
	position: relative;
	z-index: 100;
	width: 193px;
	height: 101px;
	top:50%;
	-webkit-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	transform:translateY(-20px);
	margin: auto;
}
#mv video{
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
    -webkit-background-size: cover;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
}
#mv.dish,#mv.service,#mv.access,#mv.mailorder,#mv.dish_shidashi {
    height: 490px;
}
#mv.dish div{
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../image/mv_filter.png),url(../image/dish_mv.jpg);
	background-repeat: repeat , no-repeat;
	background-position: center center , center center;
	background-size: auto , cover;
}
#mv.service div{
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../image/mv_filter.png),url(../image/service_mv.jpg);
	background-repeat: repeat , no-repeat;
	background-position: center center , center center;
	background-size: auto , cover;
}
#mv.mailorder div{
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../image/mv_filter.png),url(../image/mailorder_mv.jpg);
	background-repeat: repeat , no-repeat;
	background-position: center center , center center;
	background-size: auto , cover;
}

#mv.access div{
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../image/mv_filter.png),url(../image/access_mv.jpg);
	background-repeat: repeat , no-repeat;
	background-position: center center , center center;
	background-size: auto , cover;
}
#mv.dish div img,#mv.service div img,#mv.access div img,#mv.mailorder div img{
	width: 230px;
	height: 230px;
	top:50%;
	-webkit-transform:translateY(-65px);
	-ms-transform:translateY(-65px);
	transform:translateY(-65px);
	margin: auto;
}
/*  =====================================  ご挨拶  =====================================  */

#message{
	width: 100%;
	padding: 60px 0;
	background: url(../image/pattern_01.jpg) ;
}
#message_inner{
	margin: 0 auto;
	font-size: 18px;
	line-height:28px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
}
#message_inner .head{
	font-size: 24px;
	line-height: 2em;
}
#message_inner p{
	margin-left: 1em;
}
/*  ===================================== 柚木元チャレンジ =====================================  */

#newchallenge{
	position: relative;
	width: 100%;
	padding: 80px 0;
	background: url(../image/top-mailorder.jpg) center center / cover no-repeat ;
}

#newchallenge_inner{
	margin: 0 auto;
}
#newchallenge_inner .ttl{
	margin: 0 auto;
	width: 70%;
}
#newchallenge_inner p{
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 640px;
	font-size: 16px;
	line-height:2em;
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
}
.link_btn001.white a {
    border: 1px #fff solid;
    color: #fff;
}
/*  =====================================  お料理  =====================================  */


#dish{
	width: 100%;
	height: auto;
	padding: 60px 0;
	overflow: hidden;
	box-sizing: border-box;
}
.dishList{
	width:100%;
	overflow:hidden;
	}
.dishList ul{
	width: 100%;
	}
.dishList li {
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.dishList img{
	display:block;
	width:100%;
	}
.dishList a{
	position:relative;
	display:block;
	overflow:hidden;
}
.dishList a:before{
	content:'';
	z-index:2;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition:opacity 0.5s ease-out;
	transition:opacity 0.5s ease-out;
	opacity:0;
}
.dishList a:hover:before{
	opacity:1
}
.dishList a:hover .dishName,.dishList a:hover .subText{
	opacity:0
}
.dishList a:hover .detail{
	opacity:1;
	-webkit-transition:opacity 0.3s linear 0.1s;
	transition:opacity 0.3s linear 0.1s;
}
.dishList .dish_omakase a:before{
	background:url(../image/top_dish_omakase_blur.jpg);
	-webkit-background-size:cover;
	background-size:cover;
}
.dishList .dish_mailorder a:before{
	background:url(../image/top_dish_mailorder_blur.jpg);
	-webkit-background-size:cover;
	background-size:cover;
}
.dishList .dish_hirukaiseki a:before{
	background:url(../image/top_dish_002_blur.jpg);
	-webkit-background-size:cover;
	background-size:cover;
}
.dishList .dish_yorukaiseki a:before{
	background:url(../image/top_dish_003_blur.jpg);
	-webkit-background-size:cover;
	background-size:cover;
}
.dishList .dish_konrei a:before{
	background:url(../image/top_dish_004_blur.jpg);
	-webkit-background-size:cover;
	background-size:cover;
}
.dishList .dish_keiji a:before{
	background:url(../image/top_dish_006_blur.jpg);
	-webkit-background-size:cover;
	background-size:cover;
}
.dishList .dish_shidashi a:before{
	background:url(../image/top_dish_007_blur.jpg);
	-webkit-background-size:cover;
	background-size:cover;
}
.dishList .dish_kaigi a:before{
	background:url(../image/top_dish_008_blur.jpg);
	-webkit-background-size:cover;
	background-size:cover;
}

.dishList .dishName{
	background:#FFF;
	position:absolute;
	top:45%;
	left:0;
	right:0;
	margin:0 auto;
	width:90px;
	height:240px;
	color:#222;
	font-size:28px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%)
}
.dishList .dishName:before{
	content:'';
	position:absolute;
	left:-5px;
	top:-5px;
	right:-5px;
	bottom:-5px;
	border:1px solid #fff;
	box-sizing: border-box;
}
.dishList .dishName .dishName_01{
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	height: 200px;
	text-align:center;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.dishList .subText{
	position:absolute;
	left:0;
	right:0;
	bottom:5%;
	color:#FFF;
	text-align:center;
	font-size:14px;
	letter-spacing:0.1em;
}
.dishList .dishName,
.dishList .subText {
	opacity:1;
	-webkit-transition:opacity 0.4s linear 0.1s;
	transition:opacity 0.4s linear 0.1s;
}
.dishList .detail{
	opacity:0;
	position:absolute;
	left:0;
	top:50%;
	right:0;
	margin:0;
	z-index:2;
	color:#FFF;
	text-align:center;
	padding:0 0 20px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:opacity 0.4s linear 0.1s;
	transition:opacity 0.4s linear 0.1s;
}
.dishList .detail .detail_01{
	font-size:36px;
	letter-spacing:0.1em;
	margin:0 auto;
	padding: 20px;
	display: block;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	width: 480px;
}
.dishList .detail .detail_02{
	margin:20px 0 40px;
	font-size: 16px;
}

.dishList .detail .price{
	display:table;
	border-collapse: collapse;
	border:1px solid #fff;
	box-sizing: border-box;
	width:520px;
	height: 60px;
	margin:auto;
	position:relative;
}
.dishList .detail .price_01{
	display:table-cell;
	font-size:14px;
	vertical-align:middle;
	padding:20px 0;
}
.dishList .detail .price_02{
	display:table-cell;
	border-left:1px solid #fff;
	box-sizing: border-box;
	background-color: #fff;
	color: #222;
	vertical-align:middle;
	font-size:14px;
	width: 140px;
}
.dishList .detail .price_02 i{
	margin-left: 10px;
}
.dishList .dish_harf{
    position: relative;
    width: 50%;
    float: left;
}
.dishList .dish_left{
	border-right: 1px solid #fff;
	box-sizing: border-box;
}


/*  =====================================  お知らせ  =====================================  */

#info_inr{
	width: 918px;
	height: auto;
	border: 1px solid #222;
	margin: 0 auto;
	font-size: 16px;
	padding: 0 40px;
}
#info_inr a{
	color: #222;
	display: block;
	box-sizing: border-box;
	padding: 40px 20px;
}
#info_inr a:hover{
	color: #d5ce95;
}
#info_inr .blog_post{
	border-bottom: 1px dotted #ddd;
}
#info_inr .blog_post:last-child{
	border-bottom: none;
}
#info_inr .blog_post ul{
	position: relative;
	overflow: hidden;
}
#info_inr .blog_post li{
	display: inline-block;
}
#info_inr .blog_post li:first-child{
	width: 170px;
}
#info_inr .blog_post li:last-child{
	right: 0px;
	position: absolute;
}

/*  =====================================  カレンダー  =====================================  */
#calendar_inr{
	width: 920px;
	margin: 0 auto;
    padding: 90px 0;
}
#calendar h2 {
	font-size: 42px;
	text-align: center;
}
#calendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  #calendar iframe {
	height: 600px;
  }
}
.view-container-border {
    background-color: #eee;
}
/*  =====================================  ContactForm7  =====================================  */
.wpcf7 {
	width: 610px;
	margin: 0 auto;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .1rem;
}
.wpcf7 *{
	box-sizing: border-box;
}
.wpcf7 label,
.wpcf7 p.kome{
	position: relative;
}
.wpcf7 label span.kome{
	position: absolute;
	color: #db744b;
	top: 0;
	right: 20px;
}
.wpcf7 p.kome{
	text-align: right;
	font-size: 11px;
	margin: 0;
	margin-top: -50px;
}
.wpcf7 p.kome span{
	color: #db744b;
}
.wpcf7 label span.kome.textarea{
	top: -250px;
}
.wpcf7 label.radio{
	display: inline-block;
	width: 60px;
	margin: 0 20px 10px 18px;
}
.wpcf7 label.radio span.kome{
	right: 0;
}
.wpcf7 input[type="radio"]{
	margin-left: 40px;
	margin-right: 10px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	color: #333;
	width: 100%;
	border: 1px #222 solid;
	font-size: 100%;
	padding: 1rem;
	margin-bottom: 10px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 textarea:focus {
	outline: 0;
	border: 1px #222 solid;
}
.wpcf7-acceptance{
	margin-left: 20px;
}
.screen-reader-response{
	margin-bottom: 30px;
}
.screen-reader-response ul{
	display: none;
}
.wpcf7-not-valid-tip{
	display: block;
	color: #db744b;
	font-size: 12px;
	margin-top: -10px;
	margin-left: 18px;
}

.wpcf7-submit {
    display: block;
    width: 100%;
    height: 53px;
    border: 1px #222 solid;
    color: #222;
    background: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    letter-spacing: 1rem;
    margin-bottom: 20px;
}
.wpcf7-submit:after{
  content:'\f0e0';
  font-family: FontAwesome;
}
.wpcf7-submit:hover {
    color: #fff;
    background: #222;
}
input[type="submit"]{font-family:FontAwesome;}

/*  =====================================  フッター  =====================================  */

footer{
	background-color: #222;
	color: #d5ce95;
}
footer a{
	color: #d5ce95;
}
ul#footer_inner {
	list-style-type: none;
	margin: 0;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
ul#footer_inner li{
	margin: 50px 20px;
}
ul#footer_inner p{
	line-height: 1.5em;
}
footer p.copyright{
	text-align: center;
}
/*  =====================================  下層お料理  =====================================  */

ul#dish_menu{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 25px;
	margin: 15px 0;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ttl.dish{
	margin: 80px auto;
}
.dishmenu{
	width: 100%;
	overflow: hidden;
	height: auto;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
}
.dishmenu#dish01{
	background-image: url(../image/dish_img_001_200710_blur.jpg);
	background-position: center center;
	background-size: cover;
}
.dishmenu#dish01.img_blur{
	background-image: url(../image/dish_img_001_200710.jpg);
}
.dishmenu#dish01_02{
	background-image: url(../image/dish_img_001_200710_special_blur.jpg);
	background-position: center center;
	background-size: cover;
}
.dishmenu#dish01_02.img_blur{
	background-image: url(../image/dish_img_001_200710_special.jpg);
}
.dishmenu#dish02{
	background-image: url(../image/dish_img_002_blur.jpg);
	background-position: center center;
	background-size: cover;
}
.dishmenu#dish02.img_blur{
	background-image: url(../image/dish_img_002.jpg);
}
.dishmenu#dish03{
	background-image: url(../image/dish_img_003_blur.jpg);
	background-position: center center;
	background-size: cover;
}
.dishmenu#dish03.img_blur{
	background-image: url(../image/dish_img_003.jpg);
}
.dishmenu#dish04{
	background-image: url(../image/dish_img_004_200710_blur.jpg);
	background-position: center center;
	background-size: cover;
}
.dishmenu#dish04.img_blur{
	background-image: url(../image/dish_img_004_200710.jpg);
}
.dishmenu#dish05{
	background-image: url(../image/dish_img_005_blur.jpg);
	background-position: center center;
	background-size: cover;
}
.dishmenu#dish05.img_blur{
	background-image: url(../image/dish_img_005.jpg);
}
.dishmenu#dish06{
	background-image: url(../image/dish_img_006_200710_blur.jpg);
	background-position: center center;
	background-size: cover;
}
.dishmenu#dish06.img_blur{
	background-image: url(../image/dish_img_006_200710.jpg);
}
.dishmenu#dish07{
	background-image: url(../image/dish_img_007_blur.jpg);
	background-position: center center;
	background-size: cover;
}
.dishmenu#dish07.img_blur{
	background-image: url(../image/dish_img_007.jpg);
}
.dishmenu_inr{
	max-width: 600px;
	height: auto;
	margin: 95px auto;
	padding: 30px;
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	text-align: center;
}
.dishmenu_inr:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.dishmenu#dish01{
	height: auto;
}
.dishmenu#dish01 .dishmenu_inr{
	height: auto;
}
.dishmenu_inr h2{
	margin-bottom: 20px;
}
.dishmenu_inr p.box{
	padding: 5px;
    border: 1px solid #222;
    margin-right: 20px;
}
.dishmenu_inr p.price{
	font-size: 32px;
	margin-bottom: 20px;
}
.dishmenu_inr p.price .comment{
	font-size: 16px;
}
.dishmenu_inr p.detail{
	text-align: justify;
	font-size: 16px;
	line-height: 1.5em;
}
.dishmenu_inr ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 20px;
}
.dishmenu_inr ul p.price{
	margin-bottom: 0px;
}
#dish08{
	max-width: 1000px;
	margin: 0 auto;
}
.flex_img {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
/*  =====================================  下層サービス  =====================================  */

p.sub_ttl{
	letter-spacing: 0.25em;
}
p.service{
	display: block;
	width: 600px;
	margin: 0 auto;
	line-height: 2em;
	text-align: justify;
	font-size: 16px;
}
/*  =====================================  下層お取り寄せ  =====================================  */

p.sub_ttl{
	letter-spacing: 0.25em;
}
#content.mailorder .mailorder_inr{
	display: flex;
	line-height: 2em;
	text-align: justify;
	font-size: 16px;
}
#content.mailorder .mailorder_inr h3{
	font-size: 24px;
	text-align: center;
}
#content.mailorder .mailorder_inr h3 span{
	font-size: 16px;
}
#content.mailorder .mailorder_inr img{
	margin: 0 auto;
}
#content.mailorder .mailorder_inr.left{
	justify-content: flex-start;
}
#content.mailorder .mailorder_inr.right{
	justify-content: flex-end;
}
#content.mailorder .mailorder_inr .orderbox{
	width: 48.5%;
}
#content.mailorder .mr{
	 margin-right: 3%;
}
#content.mailorder .imgbox{
	box-sizing: border-box;
	display: block;
	width: 50%;
	height: 440px;
}
#content.mailorder .imgbox.first{
	background: url(../image/mailorder_img_001.jpg) no-repeat center center / cover;
}
#content.mailorder .imgbox.second{
	background: url(../image/mailorder_img_002.jpg) no-repeat center center / cover;
}
#content.mailorder .textbox{
	display: block;
	width: 480px;
}

#content.mailorder  .link_btn001 a:hover {
    color: #fff;
    background: #222;
}
@media screen and (max-width: 768px) {
	#content.mailorder{
		padding: 80px 0;
	}
	#content.mailorder .mailorder_inr{
		flex-direction: column;
	}
	#content.mailorder .mailorder_inr.reverse{
		flex-direction: column-reverse;
	}
	#content.mailorder .mailorder_inr{
		width: 100%;
	}
	#content.mailorder .mailorder_inr img{
		width: 100%;
	}
	#content.mailorder .mailorder_inr h3{
		font-size: 21px;
		text-align: center;
	}
	#content.mailorder .mr{
		 margin-right: 0;
	}
	#content.mailorder .imgbox{
		width: 100%;
		height: 60vw;
		margin-bottom: 20px;
	}
	#content.mailorder .textbox{
		width: 90%;
		margin: auto;
	}
}
/*  =====================================  下層アクセス  =====================================  */

h2 .sub{
	font-size: 24px;
	margin-right: 0.5em;
	line-height: 1.5em;
}
ul.access,ul.parking {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 15px;
}

ul.access.train {
	width: 650px;
}
ul.access li{
	margin-right: 50px;
}
ul.access li:last-child{
	margin-right: none;
}
ul.parking li{
	margin: 0;
	width: 50%;
}
ul.parking li img{
	width: 100%;
}
h2 i{
	font-size: 32px;
}
i.fa-bus,i.fa-car{
	margin-right: 1rem;
	font-size: 36px;
}
i.fa-train{
	margin-left: 1rem;
	font-size: 36px;
}
/*  =====================================  下層インフォ  =====================================  */
h2.post_list{
	margin: 100px 0 50px;
}
li.post_wrap{
	width: 100%;
	height: auto;
	padding: 50px 0;
	border-bottom: 1px solid #666;
}
li.post_wrap:last-child{
	border-bottom: none;
}
.thum {
    overflow: hidden;
    width: 200px;/* トリミングしたい枠の幅 */
    height: 200px;/* トリミングしたい枠の高さ */
    position: relative;
    float: left;
    margin-right: 20px;
}
.thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#content h2.post_title{
	font-size: 32px;
	margin-bottom: 15px;
}
#content h2.post_title a{
	color: #222;
}
#content h2.post_title a:hover{
	color: #222;
}
.post_time{
	font-size: 13px;
	color: #999;
	margin-bottom: 24px;
}
.post_firstpart{
	font-size: 16px;
	line-height: 1.75em;
	text-align: justify;
	margin-bottom: 18px;
}
.post_more{
	text-align: right;
}
.post_img {
    overflow: hidden;
    width: 100%;/* トリミングしたい枠の幅 */
    height: 562px;/* トリミングしたい枠の高さ */
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
}
.post_img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*  =====================================  レスポンシブ  =====================================  */

@media screen and (max-width: 1100px) {
	header{
		padding: 0;
	}
	ul#header_inner {
		flex-direction: column;
		margin: 0;
		padding: 20px 0;
	}
	ul#header_inner li.logo,ul#header_inner li.globalmenu {
	    margin: 0 0 15px;
	}
	#mv{
		height: 800px;
	}}
@media screen and (max-width: 768px) {
	header{
		position: static;
		top:0;
		color: #d5ce95;
		width: 100%;
		background-color: #222;
	}
	ul#header_inner li.logo {
		margin-bottom: 20px;
	}
	ul#header_inner li.globalmenu li{
		margin-bottom: 10px;
	}
	ul#header_inner li.info ul li {
		display: inline-block;
	}
	ul#header_inner li.info p{
		width: 60px;
		height: 18px;
		line-height: 15px;
		float: none;
		margin: auto;
	}
	ul#header_inner li.info li.tel {
  	  font-size: 18px;
	}
	#mv{
	    height: 450px;
	}
	#mv div{
		background: url(../image/mv_filter.png),url(../image/mv.jpg) center center ;
	}
	#mv video{
	    display: none;
	}
	#message_inner{
		width: 90%;
		font-size: 16px;
		line-height:24px;
		letter-spacing: -1px;
		text-align: center;
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	#message_inner p{
		margin-left: 0;
		margin-bottom: 1em;
	}
	#dish{
		min-width: 320px;
	}
	.dishList li {
		width:auto;
	    padding: 40px 0 10px;
	    position:relative;
		display:block;
		float:none;
	}
	.dishList li:before {
		z-index: 1;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color:rgba(0,0,0,0.3);
	}
	.dishList img{
		display:none;
	}
	.dishList a{
		position:relative;
		display:block;
		overflow:hidden;
		-webkit-background-size:cover;
		background-size:cover;
		text-decoration:none
	}
	.dishList a:before{
		opacity:1;
		content:'';
		display:block;
		position:absolute;
		top:50%;
		left:70px;
		right:70px;
		height:0px;
	}
	.dishList a:after{
		display:none
	}
	.dishList a:hover .dishName,.dishList a:hover .subText{
	opacity:1
	}
	.dishList a:hover .detail{
	display:none
	}
	.dishList .dishName {
	    background: none;
	    position: relative;
	    z-index: 3;
	    margin: 0;
	    padding: 50px 0 10px;
	    width: auto;
	    height: auto;
	    font-size: 24px;
	    color: #fff;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	.dishList .dishName:before{
		display:none;
	}
	.dishList .dishName .dishName_01{
		position:static;
		width:auto;
		height: auto;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none
	}
	.dishList .subText {
	    position: relative;
	    color: #FFF;
	    font-size: 9px;
	    letter-spacing: 0.2em;
	    text-indent: 0.2em;
	    margin-top: 50px;
	    z-index: 2;
	}
	.roomList .mainName .name{
		display:inline;
		padding-left:10px;
		width:auto;
		color:#FFF;
	}
	.roomList .subName{
		position:relative;
		color:#FFF;
		font-size:9px;
		letter-spacing:0.2em;
		text-indent:0.2em;
		padding:0 0 40px;
		z-index:2;
	}
	.roomList .detail{
		display:none;
	}
	.dishList li.dish_omakase {
		background:url(../image/top_dish_omakase.jpg);
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center center;
	}

	.dishList li.dish_mailorder {
		background:url(../image/top_dish_mailorder.jpg);
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center center;
	}
	.dishList li.dish_hirukaiseki {
		background:url(../image/top_dish_002.jpg);
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center center;
	}
	.dishList li.dish_yorukaiseki {
		background:url(../image/top_dish_003.jpg);
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center center;
	}
	.dishList li.dish_konrei {
		background:url(../image/top_dish_004.jpg);
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center center;
	}
/*	.dishList li.dish_keiji {
		background:url(../image/top_dish_005.jpg);
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center center;
	}*/
	.dishList li.dish_keiji {
		background:url(../image/top_dish_006.jpg);
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center center;
	}
	.dishList li.dish_shidashi {
		background:url(../image/top_dish_007.jpg);
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center center;
	}
	.dishList li.dish_kaigi {
		background:url(../image/top_dish_008.jpg);
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center center;
	}
	.dishList .dish_harf {
	    width: 100%;
	    float: none;
	}
	.dishList .dish_left{
		border-right: none;
	}
	#info_inr{
		width: 90%;
		height: auto;
		border: 1px solid #222;
		margin: 0 auto;
		font-size: 14px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#info_inr ul{
		margin: 0 ;
	}
	#info_inr a{
		padding: 25px 10px;
	}
	#info_inr .blog_post li:first-child{
		width: 120px;
		font-size: 12px;
		line-height: 14px;
	}
	#calendar_inr{
		width: 90%;
		padding: 30px 0;
	}
	#calendar h2{
		font-size: 24px;
	}
	ul#footer_inner {
		flex-direction: column;
		padding: 30px;
	}
	ul#footer_inner li{
		margin: 0;
	}
	ul#footer_inner li:first-child {
	    margin-bottom: 20px;
	}
	p.service{
		width: 90%;
	}
	#mv.dish,#mv.service,#mv.access{
		height: 300px;
	}
	#mv.dish div img,#mv.service div img,#mv.access div img{
		width: 200px;
		height: 200px;
		top:50%;
		-webkit-transform:translateY(-90px);
		-ms-transform:translateY(-90px);
		transform:translateY(-90px);
		margin: auto;
	}
	h2 .sub{
	font-size: 18px;
	margin-right: 0.25em;
	}
	ul.access {
		-webkit-flex-direction: column;
		flex-direction: column ;
		width: 90%;
		margin-bottom: 30px;
	}
	ul.access li{
		margin-right: 0px;
		margin-bottom: 30px;
	}
	ul.parking {
		-webkit-flex-direction: column;
		flex-direction: column ;
		width: 90%;
		margin-bottom: 30px;
	}
	ul.parking li{
		width: 100%;
	}
	h2 i{
		font-size: 32px;
	}
	i.fa-bus,i.fa-car{
		margin-right: 1rem;
		font-size: 36px;
	}
	i.fa-train{
		margin-left: 1rem;
		font-size: 36px;
	}
	.post_img {
	    height: 400px;/* トリミングしたい枠の高さ */
	    position: relative;
	    margin-bottom: 30px;
		margin-top: 0;
	}
	.ttl.dish p.sub{
	    margin: 20px 10px;
	}
	.dishmenu_inr {
	    width: 80%;
	}
	.flex_img {
	    -webkit-flex-direction: column;
	    flex-direction: column;
	    width: 90%;
	    margin: 0 auto;
	}
	.flex_img img{
	   width: 100%;
	}
	/*  =====================================  ContactForm7  =====================================  */
	.wpcf7 {
		width: 100%;
	}
	.wpcf7 label.radio{
		display: inline-block;
		width: 60px;
		margin: 0 20px 10px 18px;
	}
	.wpcf7 label.radio span.kome{
		right: 0;
	}
	.wpcf7 input[type="radio"]{
		margin-left: 0px;
		margin-right: 5px;
	}
	.wpcf7-list-item-label{
		margin-right: 30px;
	}

	.wpcf7-acceptance{
		margin-left: 20px;
	}
	.screen-reader-response{
		margin-bottom: 30px;
	}
	.screen-reader-response ul{
		display: none;
	}
	.wpcf7-not-valid-tip{
		display: block;
		color: #db744b;
		font-size: 12px;
		margin-top: -10px;
		margin-left: 18px;
	}

	.wpcf7-submit {
	    display: block;
	    width: 100%;
	    height: 53px;
	    border: 1px #222 solid;
	    color: #222;
	    background: #fff;
	    text-align: center;
	    text-decoration: none;
	    -webkit-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	    opacity: 1;
	    letter-spacing: 1rem;
	    margin-bottom: 20px;
	}
	.wpcf7-submit:after{
	  content:'\f0e0';
	  font-family: FontAwesome;
	}
	.wpcf7-submit:hover {
	    color: #fff;
	    background: #222;
	}
	input[type="submit"]{font-family:FontAwesome;}

}
@media screen and (max-width: 480px) {
	li.post_wrap{
		width: 100%;
		height: auto;
		padding: 30px 0;
		border-bottom: 1px solid #666;
	}
	h2.post_list{
		margin-bottom: 20px;
	}
	.post_img {
	    height: 240px;/* トリミングしたい枠の高さ */
	    position: relative;
	    margin-bottom: 30px;
	}
	#content h2.post_title{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.thum {
	    width: 100%;/* トリミングしたい枠の幅 */
	    height: 200px;/* トリミングしたい枠の高さ */
	    position: relative;
	    float: none;
	    margin-right: 0px;
	    margin-bottom: 20px;
	}
	.thum img {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}
	.ttl.dish {
	    margin: 40px auto;
	}
	.dishmenu {
	    height: auto;
	}
	.dishmenu_inr {
		box-sizing: border-box;
	    height: auto;
	    margin: 50px auto;
	    padding: 30px;
	    background: rgba(255, 255, 255, 0.9);
	    position: relative;
	    text-align: center;
	}
	.dishmenu_inr p.price{
		font-size: 21px;
		margin-bottom: 20px;
	}
	.dishmenu_inr ul{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.dishmenu_inr p.box {
	    padding: 0 5px;
	    margin-right: 0;
	    margin-bottom: 5px;
	}
	.dishmenu_inr ul p.price {
	    margin-bottom: 8px;
	}
	.sp{display: inline;}
}
