@charset "utf-8";

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

#menu_block {
	display: none;
}

#icon_tel {
	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: #015606;
	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;
}

#menu_block {
	display: flex;
	position: fixed;
	top: 0;
	z-index: 9998;
}

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

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

body {
	font-size: 16px;
	line-height: 1.75;
}

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

iframe {
	max-width: 100%;
	max-height: 300px;
}

.show_pc {
	display: none;
}

#site_description {
	display: none;
}

#site_header_wrapper {
	padding: 30px 0 0;
	border-top: #079206 5px solid;
}

#site_header_wrapper #site_header {
	width: auto;
	padding: 15px;
}

#site_header_wrapper #site_header #site_title {
	position: static;
	margin: 0;
}

#site_header_wrapper #site_header #site_title .logo {
	margin: 0;
}

#site_header_wrapper #site_header #site_title .sub_menu {
	display: none;
}

#site_header_wrapper #global_nav {
	display: none;
}

#main_wrapper {
	width: auto;
	padding: 0;
}

#main_wrapper #main_visual {
	padding: 0;
	margin: 0 0 30px;
	position: static;
}

#main_wrapper #main_column {
	width: auto;
	padding: 0 2%;
	float: none;
}

#main_wrapper #sidebar {
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding: 40px 15px;
	margin: 0;
	background: #ffffff;
}

#sidebar_02 {
	margin: 0 0 60px;
}

#site_footer_wrapper #footer_menu_wrapper #footer_menu {
	display: none;
}

#site_footer_wrapper #license_wrapper .license {
	width: auto;
	margin: 0;
	padding: 5px;
}

#main_wrapper #main_column #access_info table {
	width: 100%;
}

#main_wrapper #main_column #access_info table tr th {
	width: 25%;
}

.medal {
	padding: 0 15px;
	align-items: center;
}

.medal .item {
	width: 40%;
}

.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;
}

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

}