/* CSS Document */

#pcOnly, #headRight {
	display:none;
	float:;none:
	width:0px;
}

body  {
	width:100%;
	margin:0px;
	font-size:16px;
	line-height:180%;
}

a img   {
	padding-top:0px;
}

a  {
	display:block;
	position: static;
	color: #0000FF;
	line-height: 16px;
	font-size:14px;
	overflow: hidden;
	text-decoration:none;
}

#wrapper    {
	width:100%;
	margin:auto;
	padding:10px;
	font-size:16px;
	line-height:180%;
}

#globalMenu {
	display:none;
}

#spHeader, #informationFooter_sp  {
	display:block;
	border-bottom:solid 2px #999;
	width:100%;
	height:70px;
	margin-top:10px;
}



/*----------------------Burger*/
/*ヘッダーまわりはご自由に*/
header {
	float:left;
	width:50px;
  padding-left:5px;
  padding-top:5px;
  background: #000000;
}

#nav-drawer {
	padding-top:10px;
  position: relative;
}

#nav-drawer img{
	height:20px;
	margin-bottom:0px;
}

#nav-drawer > a:nth-child(5) > img,#nav-drawer > a:nth-child(4) > img  {
	margin-left:10px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 50px;
    height: 22px;
	margin-bottom:10px;
	margin-left:7px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 30px;/*長さ*/
    border-radius: 3px;
    background: #FFFFFF;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 1000;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;/*最前面に*/
    width: 80%;/*右側に隙間を作る*/
    max-width: 280px;/*最大幅*/
    height: 100%;
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
    background-color: rgba(51,51,51,0.6);
    padding-left: 10px;
    border: 1px solid #000;
    color: #fff;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/*----------------------Burger*/

#nav-content > ul {
	width:100%;
	margin:auto;
	padding-left:0px;
	display:inline-block;
}

#nav-content  > ul > li {
	list-style:none;
}

#nav-content  > ul > li > a {
	display:inline-block;
	float:left;
	width:200px;
	font-size:16px;
	padding:15px;
	height:30px;
	color:#FFFFFF;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
}

#incHeader   {
	width:100%;
	position: fixed;
}

#headerWrapUnder   {
	width:100%;
	padding-top:60px;
}

#headerWrapUnder > img {
	width:100%;
	margin:auto;
}

#headerWrap {
	padding-top:90px;
}

#headerBar  {
	width:100%;
	height:5px;
}

#topLogo {
	height:70px;
	margin:auto;
}
#topLogo > a {
	margin:auto;
	width:100%;
}

#topLogo > a > img   {
	display:block;
	margin:auto;
	height:70px;
}

#topTel > a img {
	display:block;
	margin-top:20px;
	margin-left:calc(100vw - 125px);
	width:120px;
}

.swiper-slide > img {
	width:100%;
	height:150px;
	object-fit: cover;
}

h2 {
	font-size:12px;
	width:90%;
}

#footerLogo  {
	width:100%;
}

#footerLogo > a > img {
	display:block;
	width:200px;
	margin: auto;
}

#incFooter {
	width:100%;
	padding:10px 0 5px 0;
}

#incFooterinner {
	width:calc(100% - 40px );
	padding:20px;
	margin:auto;
}

#incFooterinner > p > a > img {
	width:100%;
}

#footerSns > ul {
	width:100%;
	margin:0 0 0 0;
	border-left:0px;
	padding:0;
}

#footerSns  > ul > li {
	display:block;
	list-style-type: none;
	float:none;
}

#footerSns > ul > li > div {
	width:100%;
	margin:auto;
	list-style-type: none;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

#mainContents  {
	width:calc( 100% - 20px );
	padding:20px 10px 20px 10px;
	font-size:16px;
	line-height:200%;
}

.bxslider3 .bxslider {
	width: 100%;
	width: 100%;
	margin: 0 auto;
	margin-left: -20;
}

#topAd > li {
	float:none;
	width:100%;
}

#topAd > li > a > img {
	width:98%;
	margin:auto;
}