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

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

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

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

  html body #wrapper .headbg {
    width: 100%;
    height: 0;
    padding-top: 141%;
    background: url("../images/spbg.jpg") 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 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  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;
	font-size:18px !important;
	border-radius:8px;
	text-align:center; 
  }
	
  html body #wrapper form.bottom {
    position: relative;
    padding: 0 0 0 0;
    background: none;
	  box-shadow: none;

  }

  html body #wrapper form.bottom .input_wrap {
    width: 100% !important;
    padding:  0;
    background: red;
	  border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/sp_form_cnt.png") repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	  
  }
  html body #wrapper form.bottom .input_wrap #btarea {
	margin: 8px auto;
    height: 90px;
    width: 90%;
    text-align: center;
  }
  html body #wrapper form.bottom .input_wrap:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 40%;
    background: url("../images/sp_form_txt01.png") no-repeat left center;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  html body #wrapper form.bottom .input_wrap:after {
    content: "";
    display: block;
    width: 93%;
    margin: auto;
    padding-bottom: 10%;
    background: url("../images/sp_form_txt02.png") no-repeat center top;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  html body #wrapper form.bottom input[type="text"] {
    height: 50px !important;
  }

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

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

}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*-----------------------------------------------------
main
------------------------------------------------------*/
html body #wrapper #main
	{padding-top: 0px;}
   html body #wrapper .main01 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	box-shadow: none !important;
  } 

  html body #wrapper .main02 .sp_wrap {
    width: 93.75%;
    margin: auto;
  }
  html body #wrapper .main02 #tokuten {
    width: 93.75%;
    margin: 15px auto;
  }
  html body #wrapper .main02 #tokuten .text {
    padding: 15px 3.125%;
  }
  html body #wrapper .juuyou {
    width: 93.75%;
    margin: 15px auto;
  }
  html body #wrapper .juuyoutext {
    padding: 15px 3.125%;
  }
  html body #wrapper #main .img2 {
    margin: 16px 0;
  }
  html body #wrapper #main p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
	padding: 0 3.125%;
  }
  html body #wrapper #main .big {
    font-size: 16px;
  }
  html body #wrapper #main .big2 {
    font-size: 20px;
  }	
  html body #wrapper #main .spRight {
    width: 40%;
  }
  html body #wrapper #main .recommend {
    margin: 20px 0;
	border: solid 4px #000;
	  font-size: 14px;
  }
  html body #wrapper #main .recommend .recommendtxt {
    padding: 15px  3.125%;
  }

.shouhin p{padding: 12px; }	

html body #wrapper #main .bre{
margin:8px;
}

html body #wrapper #main .bre p {
  margin: 0 0 0 0;
  padding:0 0 8px 0;
  font-size: 14px;
}

ul.list {
list-style:none;
margin:0 auto;
background-color:#FFF;
color:#000;
padding:0px;
border:double #c7ad76 3px;
padding: 2% 4%;
}

ul.list li {
font-size:12px;
list-style:none;
margin:0 0 8px 0px;
padding:12px 0 12px 30px;
line-height:140%;
letter-spacing:1px;
background-image: url("../images/list_sp.png") ;
background-position:left top;
background-repeat:no-repeat;
border-bottom-width: 1px;
border-bottom-style: dotted;
}	

html body #time {
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	padding: 10px 0px;
	background: #000;
	color: #ffff00;
}	

html body #time2 {
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	width: 80%;
	font-size:12pt;
	font-weight:bold;
	color: #FFFF00;
	text-align:center;
	background:#000;
}
	
/*-----------------------------------------------------
footer
------------------------------------------------------*/

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