@charset "utf-8";
@media screen and (max-width : 480px), screen and (max-width : 740px) and (orientation: landscape) {
/* ==================================================
reset
================================================== */
body {
	background: none;
	font-size: 100%;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
li,
dt,
dd,
table {
	line-height: 1.5;
}
input[type="text"],
textarea,
select {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
}
/* ==================================================
layout
================================================== */
header,
#wrap_main,
#top_main,
footer {
	clear: both;
	width: 100%;
	min-width: 375px;
	overflow: hidden;
}
#header,
#title,
#pnavi,
#main,
#top_news,
#top_menu,
#top_sns,
#footer,
#fcontact {
	width: 100%;
	box-sizing: border-box;
}
.sp_only {
	display: block;
}
br.sp_only {
	display: inline;
}
.pc_only {
	display: none !important;
}
/* ==================================================
header
================================================== */
#header,
#header.top {
	display: block;
	height: 60px;
	min-width: 100%;
	padding: 12px 20px 0;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	position: fixed;
	z-index: 20;
}
#hlogo h1,
#hlogo p {
	font-size: 100%;
}
#hlogo img {
	height: 40px;
}
/* sp_menu
--------------------------- */
#sp_menu {
	width: 42px;
	height: 42px;
	background-color: #ae2534;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 9px;
	right: 9px;
}
#sp_menu span {
	width: 50%;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	font-size: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 25%;
}
#sp_menu span::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -6px;
	left: 0;
}
#sp_menu span::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}
#sp_menu.open span {
	height: 0;
}
#sp_menu.open span::before {
	top: 0;
	transform: rotate(45deg);
}
#sp_menu.open span::after {
	top: 0;
	transform: rotate(-45deg);
}
/* ==================================================
gnavi
================================================== */
#gnavi {
	display: none;
}
/* ==================================================
pnavi
================================================== */
#pnavi {
	display: none;
}
/* ==================================================
title
================================================== */
#wrap_title {
	padding: 60px 0 0;
	background-position: center top 30px;
	background-size: cover;
	background-repeat: no-repeat;
}
#title {
	padding: 20px 0;
}
div.titlebg #title {
	padding: 40px 0;
}
#title h1,
#title p.ttl {
	font-size: 130%;
}
div.titlebg #title h1,
div.titlebg #title p.ttl {
	font-size: 140%;
}
/*
#wrap_title::after {
	top: 60px;
	background-size: cover;
}
*/
/*
#wrap_title.titlebg::after {
	height: auto;
	top: 50px;
	bottom: 0;
	background-size: auto 100%;
}
*/
/* ==================================================
fnavi
================================================== */
#fnavi {
	width: 100%;
	padding: 0;
	background: none;
	background-color: #f8f8f8;
	border: none;
	display: block;
	position: fixed;
	top: 60px;
	bottom: 0;
	right: -100%;
	z-index: 50;
	transition: 0.3s;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
#fnavi.active {
	right: 0;
}
#fnavi ul {
	margin: 0;
}
#fnavi ul li {
	border-bottom: #eee 1px solid;
}
#fnavi ul li a {
	padding: 10px 20px 10px 1.2em;
	box-sizing: border-box;
	display: block;
}
#fnavi ul li a::before {
	left: auto;
	right: 10px;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 0 0 55px;
	background: #f0f0f0;
}
#footer {
	padding: 20px 10px 10px;
	display: block;
}
#finfo {
	padding: 0 20px;
}
#flogo {
	margin: 0 0 10px;
}
#flogo img {
	height: 40px;
}
#fadd span.tel,
#fadd span.fax {
	display: inline-block;
}
#fadd span.tel {
	margin: 0 0.6em 0 0;
}
#fadd a {
	text-decoration: none;
	color: #323232;
}
#fservice {
	margin: 15px 0 0;
}
#fservice ul {
	width: auto;
	padding: 5px;
	border-radius: 5px;
}
#fservice ul li {
	padding: 4px;
}
#fservice p.img img {
	height: 45px;
}
#fservice p.txt {
	font-size: 70%;
}
#wrap_fcontact {
	position: static;
	width: 100%;
	min-width: 100%;
	padding: 10px 0;
}
#fcontact {
	display: block;
	padding: 0 10px;
}
#fcontact p.ttl,
#fcontact p.tel {
	display: none;
}
#fcontact ul {
	border: none;
}
#fcontact ul li {
	width: auto;
	flex-grow: 1;
	padding: 5px;
}
#fcontact ul li a {
	font-size: 90%;
	padding: 10px 30px 10px 20px;
}
footer #gt_float_wrapper {
	top: auto !important;
	bottom: 5px !important;
	right: 10px !important;
	z-index: 40 !important;
}
#pagetop {
	display: none !important;
}
/* ==================================================
contents
================================================== */
#wrap_main {
	margin: 0 0 20px;
	padding: 0;
}
#contents {
	width: 100%;
	padding: 0 15px;
	font-size: 100%;
	line-height: 1.7;
	box-sizing: border-box;
}
#contents #contents_top {
	margin-bottom: 20px;
}
#top_main img,
#contents img,
#contents table img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
.wp-caption.alignleft,
.wp-caption.alignright,
#contents img.alignleft,
#contents img.alignright {
	margin: 0 0 10px;
	float: none;
	display: block;
}
#contents iframe {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}
#contents p {
	margin-bottom: 10px;
}
#contents p.update {
	margin: -5px 0 15px;
	font-size: 80%;
	color: #666;
}
#contents h1 {
	margin-bottom: 15px;
	font-size: 100%;
}
#contents h2 {
	margin: 25px 0 20px;
	padding: 0 0 18px;
	font-size: 110%;
	background-size: auto 15px;
}
#contents h3 {
	margin: 15px 0 10px;
	font-size: 105%;
}
#contents h4 {
	margin: 15px 0 10px;
	font-size: 100%;
}
#contents ul {
	margin: 10px 0 10px 1.5em;
}
#contents ul ul {
	margin: 10px 0 10px 1em;
}
#contents ul li {
	margin: 10px 0;
	line-height: 1.5;
}
#contents ul:not([class]) li::before {
	width: 0.5em;
	height: 0.5em;
	top: 0.6em;
}
#contents ol {
	margin: 10px 0 10px 1.8em;
}
#contents ol ol,
#contents ol ol ol {
	margin: 10px 0 10px 1em;
}
#contents ol > li,
#contents ol ol > li,
#contents ol ol ol > li {
	margin: 10px 0;
	line-height: 1.5;
}
#contents ol li:before,
#contents ol ol li:before {
	top: 0.2em;
}
#contents ol ol ol li:before {
	top: 0.4em;
}
#contents input[type="submit"],
#contents input[type="button"] {
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	display: block;
}
/* table
--------------------------- */
#contents table,
#contents tbody,
#contents tr,
#contents td,
#contents th {
	display: block;
	width: auto !important;
	height: auto !important;
}
#contents table {
	margin: 15px 0;
}
#contents table th {
	margin: 10px 0 5px;
	padding: 0;
	word-break: break-all;
	border: none;
}
#contents table td {
	margin: 5px 0 10px;
	padding: 0;
	word-break: break-all;
	border: none;
}
/* sp_table
--------------------------- */
#contents div.wrap_sp_table {
	margin: 15px 0;
	overflow-x: scroll;
}
#contents table.sp_table {
	display: table;
	margin: 0;
	font-size: 80%;
}
#contents table.sp_table tbody {
	display: table-row-group;
}
#contents table.sp_table tr {
	display: table-row;
}
#contents table.sp_table td,
#contents table.sp_table th {
	display: table-cell;
	padding: 5px;
	border: #888 1px solid;
	white-space: nowrap;
}
#contents table.sp_table td.break {
	white-space: normal;
	min-width: 18em;
}
/* form_table
--------------------------- */
#contents form.contact {
	padding: 0;
	background-color: transparent;
}
#contents table.form_table th,
#contents table.form_table td {
	padding: 0;
	text-align: left;
}
#contents table.form_table th span::before {
	content: none;
}
#contents table.form_table th span::after {
	content: "※";
	margin-left: 0.2em;
	color: #ff0000;
}
#contents table.form_table input[type="text"],
#contents table.form_table textarea {
	width: 100%;
}
/* form_btn
--------------------------- */
#contents .form_btn {
	margin: 5px 0;
}
/* backblog
--------------------------- */
#contents div.backblog {
	margin: 15px 0 10px;
	padding: 0;
	border: none;
}
#contents div.backblog p {
	padding: 10px 0 0;
	border: none;
}
#contents div.backblog a {
	margin: 0 2px;
	padding: 5px 20px;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 0;
	border-top: #eee 1px solid;
}
#contents ul.archive_list li {
	margin: 0;
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	border-bottom: #eee 1px solid;
	display: block;
	position: relative;
}
#contents ul.archive_list li::after {
	content: "";
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents ul.archive_list li p.date {
	width: auto;
	color: #666;
	font-size: 80%;
}
#contents ul.archive_list li p.ttl {
	line-height: 1.2;
}
#contents ul.archive_list li p a {
	text-decoration: none;
	color: inherit;
}
/* link_list
--------------------------- */
#contents ul.link_list {
	margin-left: 1em;
}
/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table > tbody > tr {
	margin-bottom: 0;
}
#contents table.layout_table > tbody > tr > td {
	margin: 0;
	padding: 0;
}
#contents table.layout_table td h2:first-child,
#contents table.layout_table td h3:first-child,
#contents table.layout_table td h4:first-child,
#contents table.layout_table td table:first-child {
	margin: 15px 0;
}
#contents table.layout_table > tbody > tr > td > p,
#contents table.layout_table > tbody > tr > td > ul,
#contents table.layout_table > tbody > tr > td > ol {
	margin-bottom: 10px;
}
#contents table.layout_table > tbody > tr > td > ul li,
#contents table.layout_table > tbody > tr > td > ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* layout_table2
--------------------------- */
#contents table.layout_table2 {
	display: table;
}
#contents table.layout_table2 > tbody {
	display: table-row-group;
}
#contents table.layout_table2 > tbody > tr {
	display: table-row;
	margin: 0;
}
#contents table.layout_table2 > tbody > tr > td {
	display: table-cell;
	padding: 2px;
}
#contents table.layout_table2 > tbody > tr > td:first-of-type {
	padding-left: 0;
}
#contents table.layout_table2 > tbody > tr > td:last-of-type {
	padding-right: 0;
}
/* border_box
--------------------------- */
#contents p.border_box {
	margin: 10px 0;
	padding: 5px 10px;
	border-width: 2px;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	margin: 10px 0;
	padding: 5px 10px;
}
#contents table.fill_box {
	margin: 15px 0;
}
#contents table.fill_box td {
	margin-bottom: 15px;
	padding: 10px 10px 5px;
}
#contents table.fill_box > tbody > tr > td > p,
#contents table.fill_box > tbody > tr > td > ul,
#contents table.fill_box > tbody > tr > td > ol,
#contents table.fill_box > tbody > tr > td > ul li,
#contents table.fill_box > tbody > tr > td > ol li {
	margin-bottom: 10px;
}
#contents table.fill_box > tbody > tr > td > p,
#contents table.fill_box > tbody > tr > td > ul,
#contents table.fill_box > tbody > tr > td > ol {
	margin-bottom: 10px;
}
#contents table.fill_box > tbody > tr > td > ul li,
#contents table.fill_box > tbody > tr > td > ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	display: block;
	width: 90%;
	margin: 10px auto !important;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
/* qa_h3
--------------------------- */
#contents h3.qa_h3 {
	border-radius: 0;
	padding: 10px 0 10px 40px;
}
#contents h3.qa_h3::before {
	border-radius: 0;
	padding: 2px 8px 3px;
	bottom: inherit;
	top: 50%;
	transform: translateY(-50%);
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	margin: 0;
}
/* ==================================================
top
================================================== */
/* top_main
--------------------------- */
#top_main {
	padding: 60px 0 0;
}

/* top_slide
--------------------------- */
#top_slide p.image {
	min-height: 340px;
}
#top_slide p.title {
	font-size: 150%;
	font-weight: bold !important;
	line-height: 1.6;
	left: 2%;
	right: 2%;
}

/* top_about
--------------------------- */
#wrap_top_about {
	background: none;
	margin: 0 0 20px;
}
#wrap_top_about2 {
	padding: 0;
	min-height: inherit;
	border: none;
}
#top_about {
	width: 100%;
}
#top_about div.text {
	width: 100%;
	padding: 15px;
	border-radius: 0;
}
#top_about h2 {
	font-size: 120%;
	font-weight: bold;
}
#top_about p.txt {
	font-size: 100%;
}
#top_about ul {
	display: block;
	margin: 0 5px;
}
#top_about li {
	margin: 0 0 8px;
}
#top_about li:nth-of-type(2) {
	margin: 0;
}
#top_about li a {
	padding: 12px 25px 12px 20px;	
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#top_about p.img1,
#top_about p.img2,
#top_about p.img3,
#top_about p.narast,
#wrap_top_about p.image {
	display: none;
}

/* top_news
--------------------------- */
#top_news {
	display: block;
	width: auto;
	padding: 0 15px 25px;
	position: relative;
}
#top_news h2 {
	font-size: 120%;
	background: none;
	padding: 0;
	margin: 0 0 10px;
	min-height: inherit;
	text-align: left;
}
#top_news ul {
	border-top: #eee 1px solid;
}
#top_news li {
	border-bottom: #eee 1px solid;
	display: block;
	position: relative;
}
#top_news li a {
	display: block;
}
#top_news li a::after {
	border-width: 1px;
	right: 10px;
}
#top_news li p.date {
	width: auto;
	color: #666;
	font-size: 80%;
}
#top_news li p.ttl {
	line-height: 1.2;
}
#top_news li p a {
	color: inherit;
	text-decoration: none;
}
#top_news p.more {
	position: absolute;
	top: 2px;
	bottom: auto;
	left: auto;
	right: 25px;
}
#top_news p.more a {
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-size: 80%;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	display: inline;
	position: relative;
}
#top_news p.more a::after {
	content: "";
	width: 4px;
	height: 4px;
	margin: -2px 0 0 6px;
	vertical-align: middle;
	background: none;
	border: none;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	position: static;
}

/* top_menu
--------------------------- */
#wrap_top_menu {
	padding: 0;
	background: #efeae6;
}
#top_menu > div {
	display: block;
}
#top_menu h2,
#top_cuisine h2 {
	top: 10px;
	left: 10px;
	right: auto;
	font-size: 110%;
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	padding: 20px 6px 5px;
}
#top_facility h2 {
	padding: 11px 6px 5px;
	line-height: 1.1;
}
#top_menu p.image {
	width: 100%;
}
#top_menu p.sttl {
	font-size: 110%;
	margin: 0 0 5px;
}
#top_menu div.text {
	padding: 15px;
}
#top_menu p.txt {
	font-size: 90%;
	margin: 0 0 15px;
}
#top_menu  > div#top_facility {
	margin: 0;
}
/* top_sns
--------------------------- */
#top_sns {
	padding: 25px 15px;
}
#top_sns h2 {
	font-size: 130%;
	font-weight: 600;
	margin: 0 0 10px;
}
#top_sns iframe {
	height: auto !important;
	margin: 0;
}
#top_sns span {
	display: block;
	font-size: 130%;
	font-weight: 600;
	margin: 0 0 10px;
}
#top_sns p.more a {
	display: block;
	font-size: 100%;
	padding: 15px 15px 15px 55px;
	background-size: auto 30px;
	background-position: left 15px center;
}

}
