body{
  background-image: url("../img/background/bg.png");
  color:#707070;
  max-width:420px;
}

/*ハンバーガーメニュー*/

nav.globalMenuSp {
    position: fixed;
    z-index:1;
    top:0px;
    left: 0px;
    background-color:rgba(46, 33, 20, 0.836);
    max-width:420px;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    padding-top:75px;
    padding-bottom:15px;

}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.header-btn-wrapper{
  float:right;
  width:20%;
  height:60px;
}

.navToggle {
  float:right;
  margin-right:20%;
  margin-top:10%;
 
}

.navToggle img{
  
}

/* ボタン

.navToggle {
  display: block;
  position: fixed;    /* bodyに対しての絶対位置指定 
  right: 13px;
  top: 12px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  
  text-align: center;
}

.navToggle span {
  z-index: 3;
  display: block;
  position: absolute;    /* .navToggleに対して 
  width: 30px;
  border-bottom: solid 3px black;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

 最初のspanをマイナス45度に 
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

 2番目と3番目のspanを45度に 
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.wrapper{
  max-width:420px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color:#707070;
}

.header{
  margin-bottom:80px;
}

.header-margin{
 height:55px;
}


.header-top{
  z-index:3;
  height:54px;
  margin-bottom:5px;
  position: fixed;
  background-image: url("../img/background/bg.png");
  top:0px;
  left:0px;
  padding:5px;
}

.header-logo{
  float:left;
  width:80%;
  height:60px;
}

.header-logo img{
  width:95%;
}

.header-btn{
  background-color:red;
}

.btn-bar{
  background-color: #8D6E62;
  margin-top:11px;
  height:6px;
  width:100%;
}

.hide-text{
  color:white;
  font-size:19px;
  padding:5px 8px;
  margin:0px 10px;
  border-bottom:silver 1px dashed;
  text-align:left;
}

.hide-text:hover{
  background-color:rgba(255, 255, 255, 0.466);
}

.hide-text a{
  text-decoration:none;
  color:white;
}

.hide-btn-wrapper{
  padding:0px 15px;
}

.hide-number{
  color:white;
  margin-left:10px;
  width:80%;
  float:left;
  font-size:28px;
 }
 
.hide-number a{
  color:white;
}

.hide-tel-name{
  color:white;
  margin-top:10px;
}

.hide-tel-time{
  color:white;
  margin-top:10px;
}

.hide-tel{
padding-left:11%;
padding-right:10%;
height:40px;
}

.hide-web-btn{
  background-color:#8A2341;
  color:#F9F5F5;
  padding:5px;
  font-size:27px;
  text-align:center;
  border-radius: 5px;
  margin-top:20px;
}

.hide-web-btn a{
  text-decoration:none;
  color:#F9F5F5;
}

.hide-tel-icon{
  position: relative;
  top:5px;
  width:10%;
  float:left;
}

.hide-tel-icon img{
  width:100%;
}

.tel-icon{
  position: relative;
  top:5px;
  width:10%;
  float:left;
}

.tel-icon img{
  width:100%;
}

.header-img{
 text-align:center;
}

.header-img img{
  width:100%;
}

.header-script1{
  text-align:center;
  font-size:22px;
  padding-top:20px;
  font-family:"Hiragino Kaku Gothic Pro";
  font-weight:bold;
}

.header-script4{
  text-align:center;
  font-size:28px;
  font-family:"Hiragino Kaku Gothic Pro";
  font-weight:bold;
}

.sml-txt{
  font-size:18px;
}

.header-script2{
  text-align:center;
  font-size:22px;
  padding-top:20px;
  font-family:"Hiragino Kaku Gothic Pro";
  font-weight:bold;
}

.header-script3{
  font-size:18px;
  padding-top:20px;
  line-height:1.8em;
}

.content{
  margin-bottom:100px;
}

.content-title{
 background-color: rgba(255,255,255,0.5);
 height:100px;
 font-family:"Hiragino Kaku Gothic Pro";
 font-weight:bold;
}

.content-title-logo{
  width:20%;
}

.content-title-logo img{
  float:left;
  width:75%;
  margin-left:10%;
  margin-top:10px;
}

.content-title-text1{
  float:left;
  width:80%;
  font-size:32px;
  margin-left:10px;
}

.content-title-text2{
  float:left;
  width:80%;
  font-size:32px;
  margin-left:10px;
}

.content-title-text3{
  float:left;
  width:80%;
  font-size:32px;
  padding:23px 0px;
  margin-left:10px;
}

.content-text{
  font-size:18px;
  padding-top:20px;
  padding-bottom:30px;
  line-height:1.8em;
}

.select-img img{
  width:100%;
  padding-top:25px;
}

.section{
  padding-top:30px;
  padding-bottom:10px;
}

.section-title{
  font-size:30px;
  font-family:"Hiragino Kaku Gothic Pro";
  font-weight:bold;
}

.section-img{

}

.section-img img{
  width:100%;
  margin-top:20px;
}

.section-text{
  font-size:18px;
  padding-top:14px;
  line-height:1.8em;
}

.section2{
  border-bottom:silver 1px dashed;
  padding-bottom:20px;
}

.section2-title{
 font-size:23px;
 width:95%;
 margin-left:2.5%;
 margin-right:2.5%;
 padding-top:35px;
 padding-bottom:20px;
 font-family:"Hiragino Kaku Gothic Pro";
 font-weight:bold;
}

.section2-img{
 width:95%;
 margin-left:2.5%;
 margin-right:2.5%; 
}

.section2-img img{
  width:49%;
}

.section2-text{
  font-size:18px;
  padding-top:15px;
  line-height:1.8em;
}

.center{
  text-align:center;
}

.section2-img2{
  text-align:center;
}

.web-btn{
  background-color:#8A2341;
  color:#F9F5F5;
  padding:5px;
  font-size:27px;
  text-align:center;
  border-radius: 5px;
  margin-top:60px;
}

.web-btn a{
  text-decoration:none;
  color:#F9F5F5;
}

.tel-name{
  text-align:center;
  margin-top:30px;
}

.tel-time{
  text-align:center;
}

.tel{
padding-left:5%;
padding-right:5%;
height:40px;
}

.tel-icon{
  position: relative;
  top:5px;
  width:10%;
  float:left;
}

.tel-icon img{
  width:100%;
}

.number{
 color:black;
 margin-left:20px;
 width:80%;
 float:left;
 font-size:28px;
}

.number a{
  color:black;
}

.section3{
}

.section3-title{
 font-size:23px;
 width:95%;
 margin-left:2.5%;
 margin-right:2.5%;
 padding-top:35px;
 padding-bottom:20px;
 font-family:"Hiragino Kaku Gothic Pro";
 font-weight:bold;
}

.section3-img{
 width:95%;
 margin-left:2.5%;
 margin-right:2.5%; 
}

.section3-img img{
  width:49%;
}

.section3-text{
  font-size:18px;
  padding-top:15px;
}

.section3-img2{
  text-align:center;
}

.section3-price{
  font-size:20px;
  font-weight: bold;
  padding:10px 0px;
}

.section3-text{
  font-size:18px;
  padding:0px;
}

.section3-img2{
  text-align:center;
}

.section4{
  border-bottom:silver 1px dashed;
  padding-bottom:20px;
}

.section4-title{
 font-size:23px;
 width:95%;
 margin-left:2.5%;
 margin-right:2.5%;
 padding-top:35px;
 padding-bottom:20px;
 font-family:"Hiragino Kaku Gothic Pro";
 font-weight:bold;
}

.section-img{
}

.section4-img img{
  width:100%;
}

.section4-text{
  font-size:18px;
  padding:15px 0px;
  line-height:1.8em;
}

.section4-data{
  font-size:18px;
  padding:0px 0px 15px;
}

.section4-price{
  font-size:18px;
}

.section4-item{
  line-height:1.8em;
  font-weight:bold;
}

.section5{
  background-color:#F7F3E6;
  margin-top:40px;
  padding:15px 0px;
}

.section5-title{
  font-size:30px;
  padding:0px 5px;
  font-family:"Hiragino Kaku Gothic Pro";
  font-weight:bold;
}

.section5-text{
  padding:10px 20px;
  font-size:18px;
  line-height:1.6em;
}

.section5-text img {
  width:100%;
}

.content2-img img{
 width:100%;
 padding-top:50px;
}

.bold{
  font-family:"Hiragino Kaku Gothic Pro";
  font-weight:bold;
}

.under{
  border-bottom:silver 1px dashed;
  padding-bottom:20px;
}

.footer{
  background-image: url("../img/background/bg_footer.png");
  color:white;
  font-size:18px;
  padding-top:10px;
}

.footer-text{
  padding:2px 15px;
}

.footer a{
text-decoration:none;
color:white;
}

.copy{
  color:black;
  text-align:center;
  font-size:15px;
}

.bolder{
  font-family:"Hiragino Kaku Gothic Pro";
}

.example-more{
  margin-top:20px;
  border:3px solid #707070; 
  padding:10px;
  border-radius:10px;
  text-align:center;
  font-size:18px;
  color:#707070;
  background-color:rgba(255, 255, 255, 0.671)
}

.example-more a{
  color:#707070;
}

.no-border{
  border-bottom:0px;
}



.header-banner img{
  display: inline-block;
  width:340px;
  margin:auto;
}


/* iphone5,SEだと表示崩れるので、その対策用 */
@media only screen and (max-width: 330px) {
  .iphone5{
    font-size:28px;
  }
  .content-title-logo img{
    float:left;
    width:90%;
    margin-left:10%;
    margin-top:10px;
  }
  .content-title-text1{
    float:left;
    width:80%;
    font-size:28px;
    margin-left:0px;
    margin-top:8px;
  }
  
  .content-title-text2{
    float:left;
    width:80%;
    font-size:28px;
    margin-left:0px;
  }
  
  .content-title-text3{
    float:left;
    width:80%;
    font-size:28px;
    padding:23px 0px;
    margin-left:0px;
    margin-top:7px;
  }

  .number{
    color:black;
    margin-left:20px;
    width:80%;
    float:left;
    font-size:25px;
   }

   .hide-number{
    color:white;
    margin-left:10px;
    width:80%;
    float:left;
    font-size:25px;
   }
   
  .hide-number a{
    color:white;
  }

  .hide-web-btn{
    background-color:#8A2341;
    color:#F9F5F5;
    padding:5px;
    font-size:25px;
    text-align:center;
    border-radius: 5px;
    margin-top:20px;
  }

  .hide-text{
    font-size:15px;
  }

.sml-txt{
  font-size:14px;
}

.header-script2{
  text-align:center;
  font-size:20px;
  padding-top:20px;
  font-family:"Hiragino Kaku Gothic Pro";
  font-weight:bold;
}

.header-script4{
  text-align:center;
  font-size:24px;
  font-family:"Hiragino Kaku Gothic Pro";
  font-weight:bold;
}

  }

  #top, #refo, #imp, #tokyu, #cost, #exam, #flow, #meet, #show{
    margin-top:-100px;
    padding-top:100px;
  }