@charset "utf-8";

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

#sp_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: #3399ff;
	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_tel {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

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

body {
	font-size: 16px;
}

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

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

.show_pc {
	display: none;
}

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

#header_description {
	display: none;
}

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

#site_header_wrapper #site_title .logo {
	position: static;
}

#site_header_wrapper #site_title .btn {
	display: none;
}

#site_header_wrapper #site_title .bg {
	width: 50%;
}

#site_header_wrapper #global_nav {
	display: none;
}

#site_header_wrapper .main_visual {
	width: auto;
	height: auto;
}

#site_header_wrapper .main_visual .mv {
	position: static;
}

#main_wrapper {
	background: #ffffff;
	width: auto;
}

#main_wrapper .main {
	width: auto;
	padding: 0 2%;
}

#main_wrapper #sidebar_wrapper {
	display: none;
	padding: 40px 2%;
	width: auto;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	background: #eaf7ff;
}

.back_to_top {
	display: none;
}

#site_footer_wrapper #site_footer {
	width: auto;
	padding: 5px 0;
}

#contact_new {
	text-align: center;
}

#main_wrapper #index_main .aisatsu {
	padding: 15px;
}

#main_wrapper #index_main .tokuchou {
	margin:10px 0 0;
}

.yoyaku_Box {
	box-sizing: border-box;
}

.yoyakuLeft {
	box-sizing: border-box;
}

.yoyakuRight {
	box-sizing: border-box;
}

.yoyakuLine {
	box-sizing: border-box;
}

.square_btn {
	box-sizing: border-box;
	width: auto;
	max-width: auto;
	font-size: 20px;
}

.square_btnTel {
	box-sizing: border-box;
	width: auto;
	max-width: auto;
	font-size: 20px;
}

.square_btnLine {
	width: auto;
	max-width: auto;
	font-size: 20px;
}

.contact_new_left {
	float: none;
	width: auto;
	position: static;
}

.contact_new_bg {
	position: static;
}

.contact_new_right {
	float: none;
	width: auto;
	margin: 15px 0 0;
}

}