/* CSS Document */
@media screen and (max-width: 750px) {

/*-----------------------------------------------------
レスポンシブ画像
------------------------------------------------------*/

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

/*-----------------------------------------------------
レスポンシブ画像
------------------------------------------------------*/

  html body #wrapper .headbg {
    width: 100%;
    height: 0;
    padding-top: 105%;
    background: url("../images/spbg.png") no-repeat center top;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  html body #wrapper #mask,
  html body #wrapper #mask_in,
  html body #wrapper #main,
  html body #wrapper #footer .content,
  html body #wrapper form.bottom,
  html body #wrapper form.bottom div .text,
  html body #wrapper iframe,
  html body #wrapper #tokuten #pre{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
  }

html body #wrapper .rank {
  background: url("../images/rank.png") no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 320%;

  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}


/*-----------------------------------------------------
お問い合わせ
------------------------------------------------------*/

  html body #wrapper .button {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html body #wrapper .input {
    width: 93.75% !important;
    font-size: 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  html body #wrapper form.bottom  {
	width:auto;
    border:double 3px #eb6ea4;
	margin:  5px ;
  }


  html body #wrapper form.bottom input[type="text"] {
    height: 50px !important;
  }

/*-----------------------------------------------------
youtube
------------------------------------------------------*/

  html body #wrapper .youtube {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 20px;
    padding-top: 50%;
  }
  html body #wrapper .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

/*-----------------------------------------------------
main
------------------------------------------------------*/

   html body #wrapper .main02 {
    width: 100%;
    padding: 0 3.125%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  } 

  html body #wrapper .main02 .sp_wrap {
    width: 93.75%;
    margin: auto;
  }
  html body #wrapper #tokuten {
    width: auto;
    margin: 5px;
  }
  html body #wrapper #tokuten .text {
    padding: 15px 3.125%;
	font-size:14px;
	line-height:20px;
  }
  html body #wrapper #pre {
    width: auto;
    margin: 5px;
  }
  html body #wrapper  #pre .text {
    padding: 15px 3.125%;
  }
    html body #wrapper  #suisen {
    width: auto;
    margin: 5px;
	padding: 0 10px 5px 10px;
  }
    html body #wrapper #suisen .text {
	font-size:14px !important;
	padding: 10px ;
	line-height:20px;
  }
html body #wrapper #suisen .text h1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
html body #wrapper .right{
	float:right;
	width:90px;
	}

html body #wrapper .tokutenright{
	margin: 0;
  clear: both;
  width:100%;
  margin-bottom:5px;
	}

	html body #wrapper #kansou {
    width: auto;
    margin: 10px 5px;
  }
  html body #wrapper #main .img2 {
    margin: 0;
	display:none;
  }
  html body #wrapper #main p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  html body #wrapper #main .big2 {
    font-size: 18px;
  }
  html body #wrapper #main .spRight {
    width: 40%;
  }
  html body #wrapper #sub {
	text-align:center;
	background-color:#eb6ea4;
	color:#fff;
	padding:20px;
	margin:10px 0;
}

html body #wrapper #sub h1 {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

html body #wrapper #sub2 {
	text-align:center;
	color:#000;
	padding:20px 0;
	margin:10px 0 0 0;
	display:block;
}

html body #wrapper #sub2 h1 {
	font-size:18px;
	line-height:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

html body #wrapper #main h2 {
	font-size:14px;
	line-height:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	display:block;
}

html body #wrapper #recommend{
margin:5px;
}

html body #wrapper #recommend .recommend-head{
  width: 100%;
  height:0;
  padding-top:33%;
  background: url("../images/name_01.png") no-repeat ;
  background-position: center top;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  z-index:99;
}

html body #wrapper #recommend p{
font-size:14px !important;
padding:5px 20px;
line-height:20px;
}

html body #wrapper #company {
	margin:5px;
}

.service,.ryoukin,.naiyou{
  font-size:14px ;
  font-weight: bold;
}

.setumei,.setumei2{

font-size:10px ;

}



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

  #footer{
    margin-bottom: -20px !important;
    padding-bottom: 20px;
  }
}
