@charset "UTF-8";
/* CSS Document */

/*スマホ用スタイル*/
@media screen and (max-width: 767px){
.main-title{
	margin: 0 0 -50px 0;
	padding: 0;
	font-size: 50px;
	font-weight: bolder;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.second-title{
	margin: 0 0 20px 0;
	font-size: 30px;
}

  body{
    font-size:14px;
    line-height:1.29;
  }
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main{
     padding: 0px 15px 30px;	  
  }
  h2 {
    padding-top:30px;
	padding-bottom:10px;
	line-height: 30px !important;
  }
  .container h2{
    padding: 15px 0 25px;
  }
  .pagetop a {
    padding: 12px 15px;
  }
  .font-s {
    font-size: 12px;
  }
  .white-box {
    padding: 15px;
  }
  .pull-left,
  .pull-right {
    float: none !important;
  }
  .table-cell {
    display: block;
  }
  .w80{
    width: 80%;
    margin: 0 auto;
  }
  .spmb15 {
    margin-bottom: 15px!important;
  }
  header,.bottom_info{
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: -.01em;
    padding-bottom: 7px;
  }
  .bottom_info{
   padding-top: 0;
   padding-bottom: 0;
 }
 header .top-left,
 .bottom_info .top-left{
  width: 100%;
  margin-bottom: 0;
}
header .top-left p,
.bottom_info .top-left p{
  float: left;
}
header .top-left .logoImg,
.bottom_info .top-left .logoImg{
  width: 40%;
  padding-right: 0%;
}
header .top-right ,
.bottom_info .top-right{
  margin-top: 8px;
}
header .top-right .tel_left,
.bottom_info .top-right .tel_left{
  width: 68%;
  float: left;
}
header .top-right .tel_time,
.bottom_info .top-right .tel_time{
  width:30%;
  float: right;
}
nav .inner{
  display:none;
  top:0;
  width: 100%;
  background: #000;
  left: 0;
  z-index: 1;
}
nav ul{
  display: inherit;
  border-left: 0;
  padding-right: 0;
  padding-left: 0;
}
nav ul li{
  width: 100%!important;
  border-bottom: 1px solid #fff;
  border-right: 0;
}
nav ul li:first-child{
  border-left: none;
}
nav ul li a {
  font-size: 12px;
  padding: 10px 15px;
  color: #fff;
  text-align: left;
  position: relative;
}
nav ul li a:hover,
nav ul li a:focus{
  background-color: inherit;
  color: #fff;
  background: #000;
}
/*開閉ボタン*/
#nav_toggle div {
  position: relative;
}
#nav_toggle span{
  display: block;
  height: 4px;
  background: #000;
  position:absolute;
  width: 90%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
div#nav_toggle:after {
  content: "MENU";
  color: #000;
  display: block;
  padding-top: 35px;
  font-weight: bold;
  font-size:10px;
  letter-spacing: 0.06em;
  text-align: center;
  text-indent: -4px;
}
div#nav_toggle.open:after {
  content: "CLOSE";
  color: #000;
  display: block;
  padding-top: 35px;
  font-weight: bold;
  font-size:10px;
  letter-spacing: 0.06em;
  text-align: center;
  text-indent: -7px;
}

#nav_toggle {
  width: 8vw;
  height: 8vw;
  margin-right: 0;
  float: right;
  position: absolute;
  display: block;
  top: 10px;
  right: 15px;
}
#nav_toggle span:nth-child(1){
  top:0;
}
#nav_toggle span:nth-child(2){
  top: 2.8vw;
}
#nav_toggle span:nth-child(3){
  top: 5.5vw;
}
div#nav_toggle:after {
  padding-top: 7vw;
  font-size: 10px;
}
div#nav_toggle.open:after {
  padding-top: 7vw;
  font-size: 10px;
}
footer {
  color: #fff;
  padding-top: 0;
  padding-bottom: 30px;
  background-color: #000;
}
footer .container{
  padding-right: 0;
  padding-left: 0;
}
footer .copy {
  font-size: inherit;
}
.box1{
	padding: 0 1% 0 1%;
}
.box2{
	padding: 0 1% 30px 1%;
}
.info-details{
	margin:0px 0px 10px 10%;
}
	.info-title{
		  font-size: 22px;
	}
}

container{
	padding:0;
}
container{
	padding:0;
}
/*スマホ用スタイルend*/
