@charset "utf-8";

/*==========================================================================
　　Smart phone
==========================================================================*/

/*---------- common ----------*/

@media screen and (max-width: 940px) {

/*---------- header ----------*/

#nav ul li a {
	padding: 15px 6px;
}

#nav ul li.inquiry {
	margin-left: 8px;
}

#nav ul li.inquiry a {
	padding: 15px 10px;
}

/*---------- contents ----------*/

.cont_in {
    width: 94%;
	margin: 0 3%;
}

/*---------- footer ----------*/
#footer .footer_sitemap .footer_sitemap_in {
	max-width: none;
    width: 92%;
	margin: 0 4%;
}

}

@media screen and (max-width: 768px) {

/*---------- common ----------*/

body {
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	min-width: 320px;
}

#warpper img {
	max-width: 100%;
	height: auto;
	}

#body-inner {
  position: relative;
  transition: 400ms ease;
  z-index: 13;
}

#body-inner.nav-is-visible {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

/*---------- header ----------*/

#header {
  padding: 0;
  position: static;
  width: 100%;
  z-index: 53;
  height: auto;
}

#header .header-top {
	opacity: 1;
	background-image: none;
	position: fixed;
	text-align: center;
	width: 100%;
	height: auto;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}

#header .header-top .header_in {
	display: table;
	text-align: center;
	width: 100%;
	height: 55px;
}

h1 {
	display: block;
	vertical-align: middle;
	margin: 5px 10px 0 0;
	float: right;
}

#nav {
  background: #333;
  /*box-shadow: inset 0 0 5px 5px #222;*/
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: visibility 0s 0.3s;
  visibility: hidden;
  width: 80%;
  z-index: 12;
  margin-top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#nav.nav-is-visible {
  visibility: visible;
  transition: 0s;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
  width: 100%;
  float: none;
}

#nav ul li a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px;
}

#nav ul li a:hover {
	background: #0F0F0F;
	color: #FFFFFF;
}

#nav ul li.home {
	display: block;
}

#nav ul li.inquiry {
	margin-left: 0;
	padding-left: 0;
}

#nav ul li.inquiry a {
	background: none;
	color: #ffffff;
}

#left-btn {
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	top: 5px;
	left: 5px;
	z-index:100;
  transition: 400ms ease;
}

#left-btn.close {
	left: 81%;
  transition: 400ms ease;
}


#left-btn a {
  border: 1px solid #eee;
  display: inline-block;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
  background: #333333;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -5px 0 0 -7px;
  background: #FFF;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #FFF;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -6px;
}

#panel-btn-icon:after {
  margin-top: 4px;
}

#panel-btn-icon.close{
  background: transparent;
}

#panel-btn-icon.close:before, #panel-btn-icon.close:after {
  margin-top: 0;
}

#panel-btn-icon.close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn-icon.close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


/*---------- contents ----------*/

#contents {
	margin-top: 0;
}

.scroll {
	margin-left: -36px;
	width: 72px;
	height: 54px;
}


#cont {
  width: 100%;
}


#cont01 {
  width: 100%;
  padding-top : 35px;
}

.cont_in {
    width: 94%;
	margin: 0 3%;
}

#cont .cont_in {
	padding: 30px 0 50px;
}

/* /news/ */

.news dl {
	display: block;
}

.news {
	padding: 0;
}

.news dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #CCCCCC;
}

.news dl dt {
	float: none;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.news dl dd {
	float: none;
	width: 100%;
	display: block;
}


/* /sc/ */


.sc_list dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sc_list dl dt {
	float: left;
	width: 90px;
	display: table-cell;
}

.sc_list dl dt img {
	width: 80px !important;
	min-width: 80px !important;
	height: auto;
}

.sc_list dl dd {
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
}



/*---------- page-top ----------*/

#page-top {
    bottom: 10px;
    right: 10px;
}

#page-top a {
    width: 44px;
	height: 38px;
}

/*---------- footer ----------*/

#footer {
	font-size: 12px;
	color: #FFFFFF;
}

#footer .footer_sitemap {
}

#footer .footer_sitemap .footer_sitemap_in {
	width: 100%;
	margin: 0;
}

#footer .footer_sitemap .footer_sitemap_in .s01 {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #FFFFFF;
	text-align: center;
}

#footer .footer_sitemap .footer_sitemap_in .s02 {
	float: none;
	width: 240px;
	margin: 0 auto;
	text-align: center;
}

#footer .footer_sitemap .footer_sitemap_in .s02 .omi a {
	text-align: center;
}


#footer .footer_copyright span {
	display: none;
}

#footer .footer_copyright br {
	display: block;
}

}


@media screen and (max-width: 480px) {
body {
	font-size: 15px;
}

.cont_in {
    width: 96%;
	margin: 0 2%;
}

}
