@charset "utf-8";
@media screen and (max-width : 480px), screen and (max-width : 740px) and (orientation: landscape) {
/* ==================================================
reset
================================================== */
body {
	-webkit-text-size-adjust: none;
	background: none;
	line-height: 1.5;
	font-size: 94%;
}
li,
dt,
dd,
table {
	line-height: 1.5;
}
select,
input[type="text"],
textarea {
	width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
	display: block;
}
#wrap_header,
#wrap_main,
#wrap_fnavi,
#wrap_footer {
	width: 100%;
	min-width: 320px;
	box-sizing: border-box;
	clear: both;
}
#header,
#main,
#fnavi,
#footer {
	width: 100%;
	box-sizing: border-box;
}
.sp_only {
	display: block;
}
.pc_only {
	display: none !important;
}
/* ==================================================
header
================================================== */
#wrap_header {
	padding: 0;
	border-bottom: 1px solid #009077;
}
#header {
	width: 100%;
	min-width: inherit;
	padding: 0;
	position: relative;
}
#header1 {
	display: none;
}
#header2 {
	padding: 10px 10px 8px;
}
#hlogo {
	width: 100%;
	display: block;
	float: none;
}
#hlogo h1,
#hlogo p {
	font-size: 140%;
	font-family: serif;
	font-weight: bold;
}
#hlogo span {
	display: inline-block;
}
#hlogo img {
	display: none;
}
#hlogo a {
	color: inherit;
	text-decoration: none;
}
#sp_menu img {
	width: auto;
	height: 38px;
}
#hlogo h1,
#hlogo p {
	padding: 0;
}
#hinfo {
	display: none;
}
#sp_menu {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	background-color: #009077;
	cursor: pointer;
}
#sp_menu span {
	display: block;
	position: absolute;
	top: 19px;
	left: 25%;
	width: 50%;
	height: 2px;
	background-color: #fff;
	font-size: 0;
}
#sp_menu span::before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
#sp_menu span::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
/* ==================================================
gnavi
================================================== */
#wrap_gnavi {
	display: none;
}
#gnavi {
	display: none;
	width: 100%;
	background: none;
	background-color: #009077;
	position: absolute;
	top: 50px !important;
	left: 0;
	z-index: 50;
}
#gnavi ul {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	background: none !important;
}
#gnavi #hnavi2 {
	background-color: #003900 !important;
}
#gnavi ul li {
	display: block;
	float: none;
	background: none !important;
	border-bottom: #FFFFFF 1px solid;
}
#gnavi ul li a {
	display: block;
	width: auto !important;
	height: auto;
	padding: 10px;
	background: none !important;
	color: #FFFFFF;
	text-align: left;
	font-size: 120%;
	text-indent: 0;
	text-decoration: none;
}
#gnavi ul li a:hover,
#gnavi ul li a.active {
	background: none;
}
#snavi4 {
	display: none !important;
}
/* ==================================================
pnavi
================================================== */
#pnavi {
	display: none;
}
/* ==================================================
footer
================================================== */
#wrap_fnavi {
	padding: 0;
	background-color: #009077;
	background-image: none;
	border: none;
}
#fnavi ul {
	padding: 0;
}
#fnavi li {
	padding: 0;
	background: none;
	float: none;
	border-bottom: #fff 1px solid;
}
#fnavi li a {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}
#fnavi li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fnavi li a:hover {
	text-decoration: none;
}
#wrap_footer {
	border: none;
}
#fcopy {
	display: none;
}
#finfo {
	padding: 10px 0;
	text-align: center;
	font-size: 90%;
}
#finfo img {
	width: 90%;
	height: auto;
}
#pagetop {
	display: none;
}
/* ==================================================
side
================================================== */
#side_col {
	width: 100%;
	float: none;
}
#side {
	margin: 0;
}
#sreserve {
	margin: 0;
	background: none;
	border: none;
}
#sreserve .sp_text img {
	display: none;
}
#sreserve .sp_text span {
	display: block;
}
#sreserve .sp_text {
	margin: 0;
	padding: 5px;
	background-color: #D2E6DE;
	color: #005F3E;
	text-align: center;
}
#sreserve p.kyushin {
	margin: 15px 20px;
}
#sreserve table {
	width: 100%;
	margin: 0;
}
#sreserve table th {
	border: none;
}
#sreserve table td {
	border: none;
	border-bottom: #ccc 1px dotted;
}
#reserve_btn {
	padding: 0;
	background: none;
}
#reserve_btn a {
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	background-image: none;
	text-indent: 0;
	text-decoration: none;
	text-align: center;
	background-color: #FFE37D;
	color: #333;
	position: relative;
}
#reserve_btn a:hover {
	background-image: none;
	background-color: #FFE37D;
}
#reserve_btn a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #888;
	border-right: solid 2px #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#smenu {
	display: none;
}
#snews {
	display: none;
}
#smap_ttl,
#saccess {
	display: none;
}
#wrap_smap {
	display: table;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
}
#smap,
#ssvban {
	display: table-cell;
	width: 50%;
	border: none;
}
#smap {
	position: relative;
	overflow: hidden;
}
#smap img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}
#ssvban img {
	width: 100%;
	height: auto;
}
/* ==================================================
contents
================================================== */
#wrap_main {
	margin: 0;
	padding: 0;
	background: none;
}
#main {
	padding: 0;
}
#main_col {
	width: 100%;
	float: none;
}
#contents_head {
	margin: 0;
	padding: 0;
	background-size: cover;
}
#contents_head h1 {
	min-height: inherit;
	padding: 12px;
	font-size: 120%;
}
#wrap_contents {
	margin: 0;
	padding: 0;
	background: none;
}
#contents {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
#contents #contents_top {
	margin-bottom: 10px;
}
#top_main img,
#contents img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
#contents iframe {
	width: 100%;
	height: 50%;
	box-sizing: border-box;
}
#contents table {
	width: 100% !important;
	height: auto !important;
	margin: 10px 0;
}
#contents table th,
#contents table td {
	width: auto !important;
	height: auto !important;
	padding: 5px;
	word-break: break-all;
	display: block;
	border: none;
}
#contents img.alignleft,
#contents img.alignright {
	margin: 0 0 10px;
	float: none;
	display: block;
}
#contents table.layout_table {
	border: none;
}
#contents table.layout_table td {
	display: block;
	width: auto !important;
	padding: 0 !important;
}
#contents table.layout_table td table th,
#contents table.layout_table td table td {
	border: none;
}
#contents h1 {
	font-size: 100%;
	margin-bottom: 10px;
}
#contents p.update {
	margin-bottom: 0;
	font-size: 80%;
}
#contents h2,
#contents h3,
#contents h4 {
	margin: 5px 0;
	font-size: 100%;
}
#contents h2 {
	font-weight: bold;
}
#contents p {
	margin-bottom: 5px;
}
#contents ul {
	margin: 0 0 5px 1.5em;
	list-style: inherit;
}
#contents ul li,
#contents ol li {
	margin: 5px 0;
}
#contents ul ul {
	margin: 0 0 5px 1em;
}
#contents ol ol li,
#contents ol ol ol li {
	padding-left: 0.5em;
}
#contents ol ol li:before {
	left: -1em;
}
#contents ol ol ol li:before {
	left: -1em;
}
#contents input[type="submit"],
#contents input[type="button"] {
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0;
}
/* form_table
--------------------------- */
#contents .form_btn {
	margin: 5px 0;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 0;
}
#contents ul.archive_list li {
	position: relative;
	margin: 0;
	padding: 5px 20px 5px 0;
	box-sizing: border-box;
}
#contents ul.archive_list li span {
	display: block;
}
#contents ul.archive_list li span.link_icon {
	background: none;
	padding: 0;
}
#contents ul.archive_list li a {
	text-decoration: none;
}
#contents ul.archive_list li::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* backblog
--------------------------- */
#contents .backlist {
	margin: 15px 0 10px;
	padding: 0;
	border: none;
}
#contents .backblog {
	margin: 15px 0 10px;
	padding: 0;
	border: none;
}
/* google_cal
--------------------------- */
#contents .google_cal {
	padding-bottom: 100%;
}
/* ==================================================
style class
================================================== */
#contents .border_box {
	margin: 10px 0;
	padding: 5px;
	border-width: 2px;
}
#contents .fill_box {
	margin: 10px 0;
	padding: 5px;
}
#contents table.layout_table p,
#contents table.layout_table ul,
#contents table.layout_table ol,
#contents table.layout_table ul li,
#contents table.layout_table ol li {
	margin-bottom: 5px;
}
/* ==================================================
top
================================================== */
.top #wrap_main {
	background: none;
}
#topimage,
#slide,
#slide_main {
	width: 100%;
	padding: 0;
}
#slide_main {
	height: auto;
	padding: 22% 0;
}
#slide_main ul li {
	top: 0;
}
#slide_main img {
	width: 100%;
	height: auto;
}
#slide_navi {
	display: none;
}
.top #main {
	padding: 0;
}
#top_contents {
	padding: 0;
}
#top_contents .sp_text span {
	display: block;
}
#top_contents .sp_text img {
	display: none;
}
#top_contents h2 {
	margin: 0;
	padding: 8px 19px;
	background-color: #D2E6DE;
	color: #005F3E;
	font-size: 100%;
}
#top_contents table td span {
	width: 100%;
	box-sizing: border-box;
	background: none;
	padding: 0;
}
#top_contents table td span a {
	display: inline-block;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	background-color: #009077;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
}
#top_contents table td span a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top_contents table.message {
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#top_contents table.message td {
	width: 100%;
	display: block;
	padding: 0;
}
#top_contents table.message td p {
	padding: 0 10px;
	font-size: 85%;
	color: #000;
}
#top_contents table.message td p span {
	padding: 0 0 5px;
}
#top_contents table.message td p span a {
	padding: 10px;
}
#top_contents table.message td.img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#top_contents table.message td.img img {
	width: 100%;
	height: auto;
	opacity: 0.2;
}
#top_news {
	display:block;
}
#top_news ul {
	margin: 0 0 5px;
	list-style: none;
}
#top_news ul li {
	padding: 5px 25px 5px 5px;
	border-bottom: #ccc 1px solid;
	position: relative;
}
#top_news ul li span {
	font-size: 90%;
	color: #005F3E;
}
#top_news ul li a {
	text-decoration: none;
}
#top_news ul li::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top_contents h3.sp_text {
	margin: 10px 0 5px;
	font-size: 100%;
}
#top_contents h3.sp_text span {
	padding: 0 0 0 16px;
	background: url(img/contents/h3_bg.gif) no-repeat left 0.3em;
}
#scroll_table {
	width: 100%;
	overflow-x: scroll;
}
#top_contents table.reserve {
	margin: 0 0 5px;
}
#top_contents table.reserve th,
#top_contents table.reserve td {
	font-size: 75% !important;
}
#top_contents #top_reserve {
	margin: 0;
	padding: 10px;
	background-image: none;
	background-color: #EFEAE0;
}
#top_contents #top_reserve p {
	width: 100% !important;
	float: none;
	line-height: 1.3;
}
#top_contents #top_reserve p a {
	width: 100%;
	height: auto;
	margin: 5px 0 0;
	padding: 10px;
	box-sizing: border-box;
	background-image: none;
	text-indent: 0;
	text-decoration: none;
	text-align: center;
	background-color: #FFE37D;
	color: #333;
	position: relative;
}
#top_contents #top_reserve p a:hover {
	background-image: none;
	background-color: #FFE37D;
}
#top_contents #top_reserve p a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #888;
	border-right: solid 2px #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top_contents table.info {
	width: 100%;
	margin: 0;
	display: block;
	font-size: 0;
}
#top_contents table.info td {
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.94rem;
}
#top_contents table.info td:nth-child(1),
#top_contents table.info td:nth-child(3) {
	width: 28%;
}
#top_contents table.info td:nth-child(2),
#top_contents table.info td:nth-child(4) {
	width: 72%;
}
#top_contents table.info td img {
	width: 100%;
	height: auto;
}
#top_contents table.info td h3.sp_text {
	margin: 0 0 5px;
	font-size: 80%;
	line-height: 1.3;
}
#top_contents table.info td h3.sp_text span {
	background-position: left 0.2em;
}
#top_contents table.info td p {
	font-size: 78%;
}
#top_contents table.list {
	width: 100%;
	margin: 0;
}
#top_contents table.list td {
	padding: 5px;
	border: none;
}
#top_contents table.list td h3.sp_text {
	margin: 0 0 5px;
	font-size: 80%;
	line-height: 1.3;
}
#top_contents table.list td h3.sp_text span {
	background-position: left 0.2em;
}
#top_contents table.list td p {
	font-size: 75%;
}
/* ==================================================
page
================================================== */



}
