@charset "UTF-8";

/*
**************************************************************************
*	omoya style.css
**************************************************************************/


/* --------------------------------------------------
		common - reset YUI
-------------------------------------------------- */
/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/** cssreset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	font-size: 100%;
}
legend {
	color: #000;
}


/* --------------------------------------------------
		base
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	/*font-family: "Noto Sans JP", sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 2.4;
	letter-spacing: 0.1em;
	color: #dddddd;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
	background-color: #24211d;
}
body {
	position: relative;
	overflow: hidden;
	font-size: 1.6rem;
}
a {
	outline: none;
	color: #dddddd;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img,
svg {
	vertical-align: bottom;
	max-width: 100%;
}




/* --------------------------------------------------
		module
-------------------------------------------------- */
.m-cfx:after {
	content: "";
	display: table;
	clear: both;
}
.m-pc {
	display: block;
}
.m-sp {
	display: none;
}
.m-sec {
	position: relative;
	margin-bottom: 50px;
	/*padding: 50px 0;*/
}
.m-inner {
	position: relative;
	width: 100%;
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}

.m-w400 {
	font-weight: 400;
}
.m-w500 {
	font-weight: 500;
}
.m-w700 {
	font-weight: 700;
}
.m-center {
	text-align: center;
}
.m-left {
	text-align: left;
}
.m-right {
	text-align: right;
}

@media screen and (max-width: 767px) {
.m-pc {
	display: none;
}
.m-sp {
	display: block;
}
.m-sec {
	margin-bottom: 50px;
}
.m-inner {
	max-width: none;
	padding: 0 15px;
}
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.p-title--01 {
	width: 449px;
	margin: 0 auto;
	line-height: 1;
}

@media screen and (max-width: 767px) {
.p-title--01 {
	width: 100%;
}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	padding-top: 120px;
	text-align: center;
}
.visual_logo{
	padding-top: 120px;
	padding-bottom: 120px;
	width: 100%;
	text-align: center;
	background-image: url(../../img/restaurant/omoya/omoya_bg.jpg)
}
.visual_logo img{
	width: 400px;
}
.visual-text01 {
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
.visual {
	padding-top: 80px;
}
.visual-text01 {
	margin-bottom: 30px;
}
}

/* --------------------------------------------------
		opening
-------------------------------------------------- */
.opening {
	text-align: center;
}
.opening-title {
	font-size: 4.5rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0em;
	/*letter-spacing: 0.1em;*/
	color: #ffffff;
	margin-bottom: 50px;
}
.opening-lead {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.2em;
	color: #ffffff;
	margin-bottom: 50px;
}

.opening-text{
	margin-bottom: 50px;
}

/* --------------------------------------------------
		about
-------------------------------------------------- */
.about {
	text-align: center;
}
.about-title {
	font-size: 4.5rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0.1em;
	color: #ffffff;
	margin-bottom: 30px;
}
.about-lead {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.2em;
	color: #ffffff;
	margin-bottom: 40px;
}

.about-text{
	margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
}

/* --------------------------------------------------
		image-wide 左右画面端まで
-------------------------------------------------- */
.image-wide{
	padding: 0 0;
}
.image-wide .m-inner{
	padding: 0 0;
	max-width: 2000px;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
}

/* --------------------------------------------------
		content-flex 左右分け
-------------------------------------------------- */

.content{
	margin-bottom: 50px;
}

/* --------------------------------------------------
		content-flex 左右分け
-------------------------------------------------- */
.content-flex {
	/*padding-top: 30px;
	padding-bottom: 10px;*/
	/*margin-bottom: 10px;*/
	display: flex;
}
.content-flex_img{
	flex-basis: 50%;
	padding: 0 0;
	max-width: 2000px;
	margin: auto;
}
.content-flex_text{
	flex-basis: 50%;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 2000px;
	text-align: center;
	margin: auto;
}

.content-flex_text .title{
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0.1em;
	padding-top: 10px;
	margin-bottom: 5px;
}

.content-flex_text .subtitle{
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.content-flex_text .main{
	padding: 0 0;
	margin: 0 auto;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.content-flex {
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
	}
	.content-flex_img{
		padding: 20px 0;
		max-width: 2000px;
		margin: 0 auto;
	}
	.content-flex_text{
		padding-left: 50px;
		padding-right: 50px;
		max-width: 2000px;
		text-align: center;
	}
	.content-flex_text .title{
		font-size: 2.5rem;
		font-weight: 800;
		line-height: 2.0;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
	}
	.content-flex_text .subtitle{
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 2.0;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	.content-flex_text .main{
		font-size: 1.4rem;
		padding: 0 0;
		margin: 0 auto;
		text-align: left;
	}
	}
	

/* --------------------------------------------------
		content-revflex 左右分け逆並び(row-reverse)
-------------------------------------------------- */
.content-revflex {
	/*padding-top: 30px;
	padding-bottom: 30px;*/
	margin-bottom: 10px;
	display: flex;
	flex-direction: row-reverse;
}
.content-revflex_img{
	flex-basis: 50%;
	padding: 0 0;
	max-width: 2000px;
	margin: auto;
}
.content-revflex_text{
	flex-basis: 50%;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 2000px;
	text-align: center;
	margin: auto;
}

.content-revflex_text .title{
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0.1em;
	padding-top: 10px;
	margin-bottom: 5px;
}

.content-revflex_text .subtitle{
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.content-revflex_text .main{
	padding: 0 0;
	margin: 0 auto;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.content-revflex {
		padding-top: 10px;
		padding-bottom: 30px;
		display: block;
	}
	.content-revflex_img{
		padding: 20px 0;
		max-width: 2000px;
		margin: 0 auto;
	}
	.content-revflex_text{
		padding-left: 50px;
		padding-right: 50px;
		max-width: 2000px;
		text-align: center;
	}
	.content-revflex_text .title{
		font-size: 2.5rem;
		font-weight: 800;
		line-height: 2.0;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
	}
	.content-revflex_text .subtitle{
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 2.0;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	.content-revflex_text .main{
		font-size: 1.4rem;
		padding: 0 0;
		margin: 0 auto;
		text-align: left;
	}
}

/* --------------------------------------------------
		shop
-------------------------------------------------- */

.shop {
	text-align: center;
	background-color: #dcdddd;
	color: #333333;
	padding-top: 50px;
	padding-bottom: 50px;
}
.shop-title {
	font-size: 4.5rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
/*
@media screen and (max-width: 767px) {
	.shop {
		text-align: center;
	}
	.shop-title {
		font-size: 4.5rem;
		font-weight: 800;
		line-height: 2.0;
		letter-spacing: 0.1em;
		color: #000000;
		margin-bottom: 20px;
	}
}
*/
/* --------------------------------------------------
		shop-flex
-------------------------------------------------- */

.shop-flex{
	display: flex;
}
.shop-flex-image{
	flex-basis: 30%;
	text-align: left;
	padding: 0 0;
	max-width: 2000px;
	margin: 0 auto;
}
.shop-flex-text{
	flex-basis: 70%;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 2000px;
}
.shop-flex-text .title{
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.shop-flex-text .main{
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.shop-flex{
		display: inline;
	}
	.shop-flex-image{
		text-align: center;
		padding: 0 0;
		max-width: 2000px;
		margin: 0 auto;
	}
	.shop-flex-text{
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
		max-width: 2000px;
	}
}




/* --------------------------------------------------
		shop-revflex
-------------------------------------------------- */
.shop-revflex{
	display: flex;
	flex-direction: row-reverse;
}
.shop-revflex-image{
	flex-basis: 30%;
	text-align: left;
	padding: 0 0;
	max-width: 2000px;
	margin: 0 auto;
}
.shop-revflex-text{
	flex-basis: 70%;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 2000px;
}
.shop-revflex-text .title{
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.shop-revflex-text .main{
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.shop-revflex{
		display: inline;
	}
	.shop-revflex-image{
		text-align: center;
		padding: 0 0;
		max-width: 2000px;
		margin: 0 auto;
	}
	.shop-revflex-text{
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
		max-width: 2000px;
	}
}
/* --------------------------------------------------
		access
-------------------------------------------------- */
.access {
	text-align: center;
	background-color: #dcdddd;
	color: #333333;
	padding-bottom: 50px;
}
.access-map{
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	font-size: 0;
}
.access .title{
	font-size: 4.5rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0.1em;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.access .main{
	text-align: center;
}
.access-map iframe {
	width: 100%;
	height: 420px;
}
/*
.access-title{
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 2.0;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.access-text-sub {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 60px;
}
.access-map iframe {
	width: 100%;
	height: 420px;
}
.access-body {
	text-align: center;
}
.access-title__h3 {
	color: #000000;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
*/

@media screen and (max-width: 767px) {
	.access-map {
		margin-bottom: 25px;
	}
	.access .title {
		margin-bottom: 30px;
	}

	.access-map iframe {
		width: 100%;
		height: 210px;
	}
	/*
	.access-title__h3 {
		color: #000000;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.access-body a {
		color: #333333;
	}
	*/
}

/*------
station
------*/

.station{
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	width: 500px;
	border: 1px solid #ffffff;
}


/*-----------------

.access {
	color: #333333;
	background-color: #dcdddd;
}
.access-title {
	text-align: center;
	margin-bottom: 60px;
}
.access-map {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	background-color: #000;
	font-size: 0;
}
.access-map iframe {
	width: 100%;
	height: 420px;
}
.access-body {
	text-align: center;
}
.access-title__h3 {
	color: #000000;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.access-title {
	margin-bottom: 30px;
}
.access-map {
	margin-bottom: 25px;
}
.access-map iframe {
	width: 100%;
	height: 210px;
}
.access-title__h3 {
	color: #000000;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.access-body a {
	color: #333333;
}
}
---*/


/* --------------------------------------------------
		footer
-------------------------------------------------- */
.footer {
	padding: 0 0;
}
.footer-box--01 {
	padding: 30px 0;
	background-color: #ffffff;
}
.footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.4rem;
	letter-spacing: 0;
}
.footer-link li {
	position: relative;
	padding: 0 12px;
}
.footer-link li:before {
	content: "";
	position: absolute;
	top: 1.0rem;
	left: 0;
	width: 2px;
	height: 1.4rem;
	background-color: #d1d1d1;
}
.footer-link li:first-child:before {
	content: none;
}
.footer-link li a {
	color: #000000;
}
.footer-link li a:hover {
	text-decoration: underline;
}
.footer-box--02 {
	padding: 60px 0;
}
.footer-logo {
	display: block;
	/*
	width: 200px;
	*/
	width: 275px;
	margin: 0 auto;
}
.footer-logo img {
	width: 100%;
}

@media screen and (max-width: 767px) {
.footer-box--01 {
	padding: 0 0;
}
.footer-link {
	display: block;
	font-size: 1.2rem;
}
.footer-link li {
	position: relative;
	padding: 0 0;
	border-top: 1px solid #d1d1d1;
}
.footer-link li:first-child {
	border-top: none;
}
.footer-link li:before {
	content: none;
}
.footer-link li a {
	display: block;
	padding: 16px 0;
	text-align: center;
}
.footer-link li a:hover {
	text-decoration: none;
}
.footer-box--02 {
	padding: 30px 0;
}
.footer-logo {
	width: 175px;
}
}
