@charset "utf-8";
/* CSS Document */

.for-pc {
	display: none;
}

.for-sp {
	display: block;
}

/* ナビゲーションメニュー */
nav {
  width: 100%;
  height: 30px;
  padding: 10px 0px 0px;
}

.drawer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: inherit;
  padding: 0 1em;
}

.navbar_toggle{
  z-index: 9999;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}

.menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index: 1000;
	background: rgba(0,0,0,0.6);
  margin-top: 15px;
  padding: 5px 0px;
}

.menu ul li{
	width: auto;
	text-align: center;
	color: #963;
	width: 90%;
	margin: 0px auto;
	position: relative;
}

.menu ul li a {
	padding: 18px 0px 10px;
	margin: 10px 0px;
	display: block;
	background: rgba(255,255,255,0.8);
}

.menu ul li img {
	width: auto;
	height: 30px;
}

.menu ul li:last-child {
	border: 0px;
}

.sub li {
	width: 48% !important;
	display: inline-block !important;
	font-weight: bold;
}

.sub li a {
	padding: 10px 0px !important;
	margin: 2px 0px !important;
}

/* ナビゲーションメニュー */

header {
	position: fixed;
	z-index: 999;
	background: rgba(255,255,255,0.8);
	height: 100px;
	padding: 10px 0px 0px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.ttl {
	text-align: left;
	padding: 0px 10px;
}

.button {
	height: auto;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}

.tel {
	width: 200px;
	background: #069;
	color: #FFF;
	float: left;
}

.mail {
	width: 80%;
	background: #F60;
	color: #FFF;
	margin: 30px auto;
	position: relative;
	padding: 5px;
	font-size: 15px;
}

.button a {
	color: inherit;
	display: block;
	padding: 5px 0px;
}

#wrap {
	width: 100%;
	height: auto;
}

#contents {
	width: 90%;
	height: auto;
	margin: 0px auto;
	position: relative;
	padding: 130px 0px 20%;
}

body#index #contents {
	padding: 0px;
}

#slide {
	width: 100%;
	height: 60vh;
}

#slide img {
	width: auto;
	height: 100%;
}

.slide {
	top: 110px;
	position: relative;
	height: 60vh;
}

.img_01 {
	background-position: center bottom;
	background-size: cover;
}

.img_02 {
	background-position: right bottom;
	background-size: cover;
}

.img_03 {
	background-position: center 0px;
	background-size: cover;
}


h1#page_title {
	top: 110px;
	position: relative;
	padding: 20px 0px;
	font-size: 23px;
}

#navi {
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
}

#navi li
{ width: 48%;
  height: auto;
  display: inline-block;
  padding: 0px 0px 5px;
}

#navi li img {
	width: 100%;
	height: auto;
}

#company {
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
}

#company li > p {
	text-align: center;
}

#company li > p > img {
	width: 100%;
	height: auto;
}

iframe.map {
	width: 94%;
	height: 400px;
}

.map-btn {
	width: 94%;
	height: auto;
	margin: 0px auto;
	position: relative;
	padding: 10px 0px;
}

.map-btn li {
	width: 48%;
	height: auto;
	background: #069;
	color: #FFF;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	font-size: 90%;
	font-weight: bold;
}

.map-btn li a {
	color: inherit;
	padding: 8px 0px;
	display: block;
}

#works li img {
	width: 100%;
	height: auto;
}

.section_wrap li {
	width: 45%;
	padding: 10px 5px;
	vertical-align: top;
}

.section_wrap li img {
	width: 100%;
	height: auto;
}

#about_aisatsu
{ padding: 20px 10px 60px;
}

.summary_list
{ width: 100%;
}

.summary_list li {
	padding: 10px 0px;
}

#table_wrap {
	width: 100%;
	height: auto;
	padding: 30px 0px;
}

#table_wrap td {
	padding: 10px 10px 30px;
	display: block;
	border: 0px;
}

#table_wrap td:nth-child(odd) {
	background: #333;
	color: #FFF;
	padding: 10px;
}

.summary_list li {
	padding: 5px 0px 20px;
}

.summary_list li > div
{ width: 100% !important;
  height: auto;
  text-align: left;
  padding: 2px 0px;
}

.summary_list li > div:nth-child(1) {
	border-bottom: 1px solid #999;
}

footer {
	width: 100%;
	height: 160px;
}

footer img {
	width: 320px;
	height: auto;
}

#counter {
	height: 40px;
	text-align: right;
	margin-top: 60px;
}

#copyright {
	font-size: 70%;
	text-align: center;
	padding: 20px 0px 0px;
}

#footer_info {
	width: 90%;
	margin: 0px auto;
	position: relative;
}

#footer_menu {
	padding: 10px 0px;
}

#footer_menu li img {
	width: auto;
	height: 17px;
}

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

#footer_menu li {
	display: inline-block;
	width: auto;
}

#footer_menu li a {
	display: block;
	padding: 10px;
}
}
