@charset "utf-8";

/* ==========================================
 
 
【サイト全体のレイアウト】
 
 
========================================== */


body {
	color: #312819;
	font-size: 18px;
	line-height: 1.75;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	background: #ffffff;
}

img {
	max-width: 100%;
}

iframe {
	max-width: 100%;
	vertical-align: bottom;
}

a:link { color: #ff410d; text-decoration: none; }
a:visited { color: #ff410d; text-decoration: none; }
a:hover { color: #ff410d; text-decoration: underline; }

#site_title {
	min-width: 1200px;
	margin: 0 auto;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#site_title .left {
	font-size: 16px;
}

#site_title h1 {
	margin: 0 0 5px;
}

#site_title .logo {
	max-width: 430px;
	margin: 0 0 10px;
}

#site_title .address {
	font-size: 14px;
	line-height: 1.3;
}

#site_title .parking {
	font-size: 14px;
	line-height: 1.3;
}

#site_title .upper {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

#site_title .time {
	margin-right: 30px;
}

#site_title .tel {
	margin: 0 0 10px;
}

#site_title .rsv {
	margin: 0 0 10px;
}

#global_navi {
	margin: 0;
}

#global_navi .parent {
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

#global_navi .parent > li {
	color: #312819;
	position: relative;
	margin-left: 30px;
	font-size: 16px;
}

#global_navi .child {
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	background: #ffffff;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	transform: translateY(-20px);
}

#global_navi .parent > li:hover .child {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

#global_navi .child li {
	border-top: #f0886a solid 1px;
	border-left: #f0886a solid 1px;
	border-right: #f0886a solid 1px;
}

#global_navi .child li:last-child {
	border-bottom: #f0886a solid 1px;
}

#global_navi .child li a {
	white-space: nowrap;
	line-height: 1.75;
	padding: 5px 10px;
	display: block;
	text-align: center;
}

#global_navi .parent a:link { color: #312819; text-decoration: none; }
#global_navi .parent a:visited { color: #312819; text-decoration: none; }
#global_navi .parent a:hover { color: #ff410d; text-decoration: none;}

#global_navi .child a:link { color: #312819; text-decoration: none; }
#global_navi .child a:visited { color: #312819; text-decoration: none; }
#global_navi .child a:hover { color: #ffffff; text-decoration: none; background: #f0886a; }

#main_visual_wrapper {
	overflow: hidden;
	margin: 0 auto;
}

#main_visual {
	margin: 0 auto;
	position: relative;
}

#main_visual .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	text-shadow: 2px 2px 10px #ffffff,
	-2px 2px 10px #ffffff,
	2px -2px 10px #ffffff,
	-2px -2px 10px #ffffff;
}

#page, #blog {
	max-width: 1200px;
	margin: 0 auto 60px;
}

#site_footer {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

#site_footer .logo {
	margin: 0 0 15px;
}

#site_footer .address {
	margin: 0 0 10px;
}

#site_footer .tel {
	margin: 0 0 15px;
}

#site_footer .parking {
	margin: 0 0 15px;
	font-size: 16px;
}

#site_footer .parking .i {
	display: inline-block;
	background: #dcf5e8;
	padding: 15px 30px;
	border-radius: 10px;
}

#map {
	height: 420px;
}

#map iframe {
	width: 100%;
	height: 100%;
}

#lisence {
	background: #f98766;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}

#lisence a {
	font-size: 12px;
	color: #ffffff;
}

#lisence a:hover {
	color: #ffffff;
}

/* ==========================================
 
 
【見出し】
 
 
========================================== */

#index h3 {
	font-size: 42px;
	margin: 0 auto 60px;
	text-align: center;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
}

#index .bg_orange h3 {
	color: #ffffff;
}

#index .aisatsu h3 {
	text-align: left;
	margin: 0 0 15px;
}

#index h4 {
	font-size: 26px;
	margin: 0 0 30px;
	text-align: center;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
}

#index .aisatsu h4 {
	text-align: left;
	margin: 0 0 15px;
}

#page h2, #blog h2 {
	font-size: 42px;
	text-align: center;
	margin: 60px 0;
}

#page h3, #blog h3 {
	font-size: 26px;
	margin: 60px 0 30px;
	padding: 0 0 10px;
	border-bottom: dashed 1px #877e6e;
}

#page h3:before, #blog h3:before {
	content: "●";
	color: #f0886a;
	padding-right: 0.2em;
}

#page h4, #blog h4 {
	font-size: 22px;
	margin: 30px 0 15px;
	padding-left: 0.5em;
	border-left: #87bd9d 8px solid;
}

/* ==========================================
 
 
【トップページ】
 
 
========================================== */

#index section {
	padding: 60px 0;
}

#index section.bg_orange {
	background: #f98766;
}

#index section.bg_blue {
	background: #dcf5e8;
}

#index section.bg_01 {
	background: url(/res/images/common/bg_01.jpg) no-repeat;
	background-position: center;
	padding: 0;
}

#index section.bg_02 {
	padding: 0 0 60px;
}

#index section.bg_02:before {
	content: "";
	display: block;
	width: 100%;
	height: 480px;
	background: url(/res/images/common/bg_02.jpg) no-repeat;
	background-position: center;
	margin: 0 0 60px;
}

.onayami {
	max-width: 920px;
	margin: 0 auto;
	padding: 30px 60px;
	background: #ffffff;
	border-radius: 30px;
	box-sizing: border-box;
}

.onayami li {
	font-size: 20px;
	font-weight: bold;
	background: url(/res/images/common/checkbox.png) no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 40px;
	border-bottom: #d9d1c5 1px dashed;
}

.omakase {
	max-width: 1200px;
	height: 450px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 42px;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
}

.omakase .txt01 {
	margin: 0 0 30px;
}

.voice {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.voice .item {
	width: 560px;
	padding: 30px;
	margin: 0 0 30px;
	background: #dcf5e8;
	border-radius: 25px;
	box-sizing: border-box;
}

.voice .head {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.voice .icon {
	width: 20%;
}

.voice .ti {
	width: 80%;
	font-size: 24px;
}

.voice .txt {
	padding: 10px;
	margin: 0 0 15px;
	background: #ffffff;
	border-radius: 10px;
}

.voice .image {
	text-align: center;
}

.aisatsu {
	max-width: 1200px;
	margin: 0 auto;
}

.aisatsu:after {
	content: "";
	display: block;
	clear: both;
}

.aisatsu .image {
	float: right;
	margin: 0 0 30px 30px;
}

.aisatsu h3 {
	margin: 0 0 15px;
}

.aisatsu p {
	margin: 15px 0;
}

.aisatsu ol {
	margin: 15px 1.4em;
}

.aisatsu li {
	margin: 0 0 10px;
}

.riyuu {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.riyuu .item {
	width: 360px;
	margin: 0 0 30px;
}

.riyuu .image {
	margin: 0 0 15px;
}

.riyuu .ti {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 15px;
	padding: 0 5px;
}

.riyuu .ti .n {
	width: 12%;
}

.riyuu .ti .t {
	width: 86%;
	font-size: 24px;
	line-height: 1.2;
}

.riyuu .txt {
	padding: 0 5px;
}

.flow {
	max-width: 1200px;
	margin: 0 auto;
}

.flow .ti {
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}

.flow .ti .t {
	font-size: 26px;
	margin-left: 10px;
}

.flow .cont {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.flow .txt {
	width: 800px;
}

.flow p {
	margin: 0 0 15px;
}

.flow .arrow {
	margin: 30px 0;
	text-align: center;
}

.menulist {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.menulist .item {
	margin: 0 0 15px;
}

.threads {
	max-width: 980px;
	background: #dcf5e8;
	text-align: center;
	padding: 15px 0;
	margin: 0 auto;
	border-radius: 10px;
}

/* ==========================================
 
 
【インナーページ】
 
 
========================================== */

.red {
	color: #ff0000;
}

article p {
	margin: 15px;
}

.checkbox {
	background: #faf9f7;
	padding: 20px 40px 20px 40px;
	margin: 0 0 30px;
}

.checkbox ul {
	list-style: none;
}
	
.checkbox ul li {
	font-weight: normal;
	background: url("/res/images/common/checkbox.png") no-repeat 0 0;
	margin: 15px 0 15px 0;
	padding: 0 0 15px 40px;
	border-bottom: dashed 1px #a48b78;
}

.price_list {
	width: 100%;
}

.price_list tr th {
	border: solid 1px #87bd9d;
	padding: 10px 0;
	background: #def5e8;
	text-align: center;
}

.price_list tr td {
	border: solid 1px #87bd9d;
	padding: 10px 0;
	text-align: center;
}

.q {
	color: #1270b6;
	font-weight: bold;
	background: url("/res/images/inner/icon_q.png") no-repeat 0 0;
	padding: 20px 0 5px 40px;
	margin: 30px 15px 15px;
}

.a {
	background: url("/res/images/inner/icon_a.png") no-repeat 0 0;
	padding: 20px 0 15px 40px;
	margin: 0 15px;
	border-bottom: dotted 3px #eeeeee;
}

ol.privacy_02 {
	width: 80%;
	padding: 15px 20px 0;
	margin: 0 auto;
}

ol.privacy_02 li {
	margin: 20px 0 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #eeeeee;
}

/* ==========================================


【メールフォーム】


========================================== */


.req {
	color: #ff0000;
}

table.contact {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contact th {
	width: 25%;
	background: #FFF6F2;
	border: solid 1px #cccccc;
	padding: 15px;
	text-align: left;
}

table.contact td {
	border: solid 1px #cccccc;
	padding: 15px;
	text-align: left;
}

table.contact .submit {
	text-align: center;
}

.privacy {
	height: 150px;
	overflow: scroll;
	padding: 10px;
	border: solid 1px #cccccc;
}


/* ==========================================


【ブログ】


========================================== */


#topic_path {
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #cccccc;
}

#archive_list {
	border-bottom: solid 1px #cccccc;
	padding: 0 0 30px 0;
}

#archive_list ul {
	list-style: disc;
}

#archive_list ul li {
	margin: 0 0 0 20px;
}

#blog .entry_header {
	margin: 20px 0 30px 0;
}

#blog .title {
	font-size: 130% !important;
	margin: 5px 0 0 0 !important;
	border: none !important;
}

#blog .entry_body {
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #cccccc;
}

#page_nav {
	margin: 30px 0 30px;
	text-align: center;
}