@charset "utf-8";

@media screen and (min-width: 769px) {

#sp_btm {
	display: none;
}

.show_sp {
	display: none;
}

}

@media screen and (max-width: 768px) {

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: fixed;
	top: 15px;
	right: 10px;
	width: 38px;
	height: 33px;
	z-index: 9999;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #f34424;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 15px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}

#sp_btm {
	display: flex;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9998;
	text-align: center;
}

.show_pc {
	display: none;
}

/* ==========================================
 
 
【レスポンシブ】
 
 
========================================== */

body {
	font-size: 16px;
}

img {
	max-width: 100%;
	height: auto !important;
}

iframe {
	max-width: 100%;
}

#site_title {
	min-width: auto;
	margin: 0 auto;
	padding: 10px;
	display: block;
}

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

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

#site_title .logo {
	width: 85%;
	margin: 0 0 10px;
}

#site_title .address {
	font-size: 12px;
}

#site_title .parking {
	font-size: 12px;
}

#site_title .upper {
	display: none;
}

#global_navi {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(255,255,255,1);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding: 40px 0;
	margin: 0;
	background: #ffffff;
}

#global_navi .parent {
	margin: 0 auto 80px;
	display: block;
	padding: 0 2%;
}

#global_navi .parent li {
	width: auto;
	border-top: #ffffff 1px solid;
	border-left: none;
	text-align: left;
	margin-left: 0;
}

#global_navi .parent li:last-child {
	border-bottom: #ffffff 1px solid;
	border-right: none;
}

#global_navi .parent > li a {
	display: block;
	padding: 15px 0;
}

#global_navi .parent > li a:before {
	content: "";
	display: inline-block;
	background: #f0886a;
	width: 5px;
	height: 1em;
	margin-right: 0.5em;
}

#global_navi .child {
	position: static;
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	background: none;
	padding: 0 2%;
}

#global_navi .child li {
	border: none;
	margin: 0 0 15px;
}

#global_navi .child li:last-child {
	border: none;
}

#global_navi .child li a {
	display: block;
	text-align: left;
	padding: 0;
}

#global_navi .child li a:before {
	display: none;
}

#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: #312819; 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: #312819; text-decoration: none; background: none; }

#main_visual_wrapper {
	margin: 0 0 30px;
}

#main_visual {
	width: 100%;
	height: auto;
	margin: 0;
}

#main_visual .txt {
	width: 100%;
	font-size: 22px;
}

#page, #blog {
	padding: 0 2%;
	word-break: break-all;
}

.footer_banner {
	padding: 0 2%;
}

#site_footer {
	width: auto;
	padding: 30px 2%;
	display: block;
	text-align: center;
}

#site_footer .logo {
	width: 90%;
	margin: 0 auto 15px;
	text-align: center;
}

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

#site_footer .tel {
	width: 80%;
	margin: 0 auto 15px;
}

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

#site_footer .parking .i {
	padding: 10px;
}

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

#map {
	height: 320px;
}

#index h3 {
	font-size: 22px;
	margin: 0 auto 30px;
}

#index h4 {
	font-size: 18px;
}

#page h2, #blog h2 {
	font-size: 28px;
	margin: 30px 0;
}

#page h3, #blog h3 {
	font-size: 20px;
	margin: 30px 0 15px;
	padding: 0 0 5px;
}

#page h4, #blog h4 {
	font-size: 18px;
}

#index section {
	padding: 30px 2%;
}

#index section.bg_01 {
	padding: 30px 2%;
}

#index section.bg_02 {
	padding: 30px 2%;
}

#index section.bg_02:before {
	content: "";
	display: none;
}

.onayami {
	padding: 15px;
	border-radius: 15px;
}

.onayami li {
	font-size: 16px;
}

.omakase {
	height: auto;
	padding: 0;
	display: block;
	font-size: 22px;
	text-align: center;
}

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

.voice {
	display: block;
}

.voice .item {
	width: auto;
	padding: 15px;
	margin: 0 0 30px;
	border-radius: 15px;
}

.voice .head {
	margin: 0 0 15px;
	justify-content: space-between;
}

.voice .icon {
	width: 18%;
}

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

.aisatsu li {
	padding: 5px 0;
}

.riyuu {
	display: block;
}

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

.riyuu .image {
	margin: 0 0 15px;
	text-align: center;
}

.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: 18px;
}

.flow {
	margin: 0 auto;
}

.flow .ti {
	justify-content: space-between;
}

.flow .ti .step {
	width: 15%;
}

.flow .ti .t {
	width: 82%;
	font-size: 18px;
	margin-left: 0;
}

.flow .cont {
	display: block;
}

.flow .txt {
	width: auto;
}

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

.flow .image {
	width: auto;
	text-align: center;
	margin: 0 0 15px;
}

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

.menulist {
	display: block;
}

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

article p {
	margin: 15px 0;
}

.checkbox {
	padding: 10px;
	margin: 0 0 15px;
}

.contact, .contact tbody, .contact thead, .contact tfoot, .contact tr, .contact th, .contact td {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
}

.contact th {
	padding: 15px 15px !important;
}

.contact td {
	padding: 30px 15px !important;
}

.contact input {
	max-width: 100%;
	font-size: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.contact textarea {
	max-width: 100%;
	font-size: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.contact select {
	font-size: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.input-name {
	width: 40%;
}

.fl, .fr {
	float: none;
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
}

}