@charset "utf-8";

body{
	word-wrap:break-word;
	overflow-x:hidden;
	}
#wrap {
	width: auto;
}
#header {
	width:auto;
	height:45px;
	z-index:400;
}
#header img{
	display:none;
	}
.title{
	display:block;
	width:70%;
	height:auto;
	margin-left:3%;
	font-size:15px;
	font-weight:bold;
	position:fixed;
	top:1.5%;
	z-index:520;
	color:#000;
	}
/*.title p{
	z-index:1000;
	}*/
/*ハンバーガーメニュー*/
/*-------------------------------
ハンバーガーボタン
--------------------------------*/
.toggle {/*ボタンの装飾*/
    position:fixed; /* bodyに対しての絶対位置指定 */
    right:0px;
    top:0px;
    display:block;
    width:45px;
    height:45px;
    cursor:pointer;
    z-index:540;
    background:#ccc;
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 4px #000;/*ボタンの線の装飾*/
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
}
.toggle span:nth-child(1) {
    top: 3px;
}
.toggle span:nth-child(2) {
    top: 13px;
}
.toggle span:nth-child(3) {
    top: 23px;
}
.toggle span:nth-child(4) {
    border: none;
    top: 28px;
    left: 5px;
    font-size: 12px;
    font-weight: bold;
}
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* .global_nav */
#gl_navi{
	display:block;
}
.global_nav {/*メニューの背景の装飾*/
    position: fixed;
    top:-20px;
    left:0;
    width:100%;
    transform:translateY(-100%);
    z-index:530;
    text-align:center;
    color:#FFF;
    background:rgba(0,0,0,0.5);
    transition:all 0.8s;  
}
.global_nav .nav_li {
    width: 100%;
    padding:10px;
    list-style-type: none;
}
.global_nav a {/*メニューの文字の装飾*/
    display: block;
    color: #FFF;
	font-weight:bold;
	margin:0 auto;
	padding-right:24%;
}
/* .global_navに.activeが追加 */
.global_nav.active {
    transform: translateY(0%);
}
/*ハンバーガーメニューここまで*/

#topimg .mainimg img{
	width:100%;
	height:70%;
	text-align:center;
	}
h1{
	padding-top:15px;
	margin-left:30px;
	margin-bottom:15px;
	}
#greeting{
	width:1300px;
	height:550px;
	background-position:center 0%;
}
#greeting p{
	width:28%;
	text-align:left;
	margin-left:0.7%;
	line-height:1.6;
	margin-top:-10px;
	font-size:82%;
	font-weight:600;
	background-color:rgba( 255, 255, 255, 0.60 );
	}
#greeting br{
	display:none;
	}
#menu{
	padding-bottom: 10px;
	margin-top: 40px;
	}
#menu img{
	width:80%;
	height:auto;
	margin-bottom:10px;
	margin-left:10%;
	margin-right:10%;
	}
h2{
	font-size:16px;
	}
h3{
	font-size:80%;
	}
.insatumenu{
	margin-left:0px;
	}
.webmenu{
	margin-left:0px;
	}
.description p{
	font-size:95%;
	}
.ten{
	display:none;
	}
#service{
	margin-bottom:50px;
	}
#about{
	width:100%;
	margin-bottom:50px;
	}
#about img{
	width:27%;
	height:auto;
	margin-left:5%;
	float:none;
	}
.midasi{
    width:80px;
	padding-right:15px;
	margin-bottom:4px;
	}
#about table{
	font-size:93%;
	width:86%;
	margin-left:7%;
	margin-right:7%;
	}
#about table td{
	display:block;
	}
.map img{
	display:none;
	}
.accessmark img{
	width:30%;
	margin-left:1%;
	float:left;
	}
.accesstxt{
	width:100%;
	}
.accessmoji{
	width:55%;
	height:50%;
	font-size:95%;
	}
.googlemap img{
	width:50%;
	height:auto;
	clear:left;
	margin-right:25%;
	margin-left:25%;
	margin-top:5px;
	}
.inquiry{
	width:100%;
	height:auto;
	text-align:center;
	padding-top:8px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	}
/*query*/
#m-form{
	width:95%;
	padding-bottom:100px;
	display:block;
	}
.mface-bar{
	padding-top:130px;
	padding-bottom:30px;
	}
.mface-bar p{
	font-weight:bold;
	}
.mface-text{
	color:#F00;
	padding-bottom:20px;
	}
table, tr, th, td {
display: block;
}
/*footer*/
#footer{
	background-size:cover;
}
#footer #infooter{
	width:400px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:15px;
	line-height:20px;
}
#footer .ftbox{
	width:auto;
	float:none;
	padding-bottom:30px;
}
