@charset "utf-8";

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

#call_block{
	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: #43878a;
	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;
}

#call_block {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 9998;
	display: flex;
	justify-content: space-between;
}

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

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

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

.show_pc {
	display: none;
}

#header_description {
	display: none;
}

#site_title {
	width: auto;
	border-top: 5px solid #43878a;
	display: block;
	padding: 15px;
}

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

#site_title .right {
	display: block;
}

#site_title .c01 {
	width: 70%;
}

#site_title .c02 {
	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: #43878a;
	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: #333333; text-decoration: none; }
#global_navi .parent a:visited { color: #333333; text-decoration: none; }
#global_navi .parent a:hover { color: #333333; text-decoration: none; }

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

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

#page, #blog {
	margin: 0 auto 30px;
	padding: 0 2%;
}

.site_footer {
	padding: 15px 2%;
}

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

.site_footer .info {
	background: #ffffff;
	padding: 15px 15px 1px;
	display: block;
}

.site_footer .info .item {
	width: auto;
	margin: 0 0 15px;
}

.map {
	width: 100%;
	height: 240px;
}

#index h3 {
	margin: 0 0 30px;
}

#page h2 {
	font-size: 22px;
	margin: 10px 0 30px;
}

#page h3 {
	font-size: 18px;
	margin: 30px 0 15px;
}

#page .imgindx {
	margin: 30px 0;
}

#page h4 {
	font-size: 16px;
	margin: 30px 0 15px;
}

#page h5 {
	font-size: 16px;
	margin: 30px 0 15px;
}

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

.wholikethis li {
	margin: 0 0 15px;
	padding: 10px;
	font-size: 16px;
}

.menulist .item {
	width: 49%;
}

.riyuu .item {
	display: block;
	border-bottom: #ffffff 3px dotted;
}

.riyuu .cont {
	width: auto;
}

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

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

.aisatsu {
	display: block;
}

.aisatsu .image {
	float: none;
	width: 60%;
	margin: 0 auto 15px;
}

.flow .item {
	width: 48%;
	margin: 0 0 15px;
}

.aboutus {
	display: block;
}

.aboutus .item {
	width: 80%;
	margin: 0 auto 15px;
	text-align: center;
}

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

}