@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_block {
	display: flex;
	width: 100%;
	background: #ff7800;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

.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: #ff7800;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 15px;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

#icon_tel {
	display: flex;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 3;
}

#icon_tel a {
	display: block;
}


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

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

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

.show_pc {
	display: none;
}

#header_description {
	display: none;
}

#site_title {
	width: 100%;
	height: auto !important;
	display: block;
	padding: 15px 0;
	margin-top: 18% !important;
}

#site_title .contact {
	display: none;
}

#site_title .logo {
	width: 96% !important;
	padding: 0 0 10px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

#site_title .logo img {
	width: 100%;
}

#site_title .tel {
	display: none;
}

#site_title .ft {
	margin: 0 auto;
	width: 60%;
}

#global_navi {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(255,255,255,0.95);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding: 80px 0;
	margin: 0;
}

#global_navi .parent {
	margin: 0 auto;
	display: block;
}

#global_navi .parent li {
	width: auto;
	border-top: #ff7800 1px solid;
	font-size: 100%;
	text-align: center;
}

#global_navi .parent li:last-child {
	border-bottom: #ff7800 1px solid;
}

#global_navi .parent > li a {
	padding: 20px 0;
}

#global_navi .submenu {
	display: none !important;
}

#global_navi a:hover {
	text-decoration: none;
}

#global_navi .child {
	position: static;
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	background: none;
}

#global_navi .child li {
	border-top: #ff7800 solid 1px;
	border-left: none;
	border-right: none;
}

#global_navi .child li:first-child {
	border-top: none;
}

#global_navi .child li:last-child {
	border-bottom: none;
}

#global_navi ul li a:link { color: #ff7800; text-decoration: none; }
#global_navi ul li a:visited { color: #ff7800; text-decoration: none; }
#global_navi ul li a:hover { color: #ff7800; text-decoration: none;; }

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

article {
	padding: 0 2%;
	word-break: break-all;
}

footer {
	margin: 40px 0 80px;
}

footer .access {
	background-size: cover;
}

footer .logo {
	width: 60%;
	margin: 0 auto 5px;
}

footer .address {
	font-size: 80%;
}

footer .mail {
	width: 70%;
}

#index h3 {
	font-size: 120% !important;
	margin: 0 0 20px;
}


#index h5 {
	font-size: 120% !important;
	margin: 0 0 40px;
}

#page h2 {
	font-size: 120% !important;
	margin: 0 0 40px;
}

#page h3 {
	font-size: 110% !important;
}

#page h4 {
	font-size: 110% !important;
}

.wholikethis .item {
	width: 48%;
	text-align: center;
	margin: 0 0 15px;
}

.tokucho_title {
	margin: 0 0 30px;
}

.tokucho {
	margin: 0 auto 30px;
	display: block;
}

.tokucho .left {
	width: auto;
}

.tokucho .ti {
	margin: 0 0 15px;
	font-size: 18px;
}

.tokucho .num {
	display: inline-block;
	width: 3em;
}

.tokucho .image {
	width: 60%;
	margin: 10px auto 0;
}

.menulist .item {
	width: 48%;
}

.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: 100% !important;
}

.q {
	margin: 30px 5px 15px;
}

.a {
	margin: 0 5px;
}

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

}