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

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

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

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

  html body #wrapper .headbg {
    width: 100%;
    height: 0;
    padding-top: 104%;
    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 .shouhin{
    width: 100%;
    height: 0;
    padding-top: 52%;
    background: url("../images/spshouhin.jpg") no-repeat center top;
    -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;
	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: 90%;
    height: 0;
    margin: 0 auto ;
    padding-top: 50%;
  }
  html body #wrapper .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  html body #wrapper .youtube-bg {
    width: 96%;
	margin: 0 auto 40px;
  }


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

html body .title {
    font-size: 1.2em;
    margin: 0.8em 0 ;
	line-height: 1.2em;
}
html body .title2 {
    font-size: 1.2em;
    margin: 0.8em 0 ;
	line-height: 1.2em;
}
html body .sub{
	padding: 10px 0;
}

   html body #wrapper .main01 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	box-shadow: none !important;
    padding: 6% 0;
  } 

  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;
	box-shadow:rgba(156, 156, 156, 0.65098) 0px 0px 4px 2x;
	-webkit-box-shadow:rgba(156, 156, 156, 0.65098) 0px 0px 4px 2px;
	-moz-box-shadow:rgba(156, 156, 156, 0.65098) 0px 0px 4px 2px;
	border: double 4px #cd9428;
  }
  html body #wrapper .juuyoutext {
    padding: 15px 3.125%;
  }
  html body #wrapper .main01 .img2 {
    margin: 16px 0;
  }
  html body #wrapper .main01 p {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.6em;
	padding: 0 3.125%;
  }
  html body #wrapper .main01 .big {
    font-size: 26px;
  }
  html body #wrapper .main01 .big2 {
    font-size: 28px;
  }	
  html body #wrapper .main01 .spRight {
    width: 40%;
  }

html body #wrapper .section1{

    padding: 10px 0;
}

html body #wrapper .section2{

	padding:  0;
}	

html body #wrapper .main01 .section2-box li{
	width: 320px;
	margin-bottom: 10px;
}

html body #wrapper .main01 .section2-box li p{
  margin: 8px 10px;
  font-size: 14px;
  line-height: 22px;
	text-align: center;
}
	
.info {
    color: #333;
    margin: 0 4% 20px;
    border: solid 1px #999999;
    background: #fff;
}

html body #wrapper .section3{

    /* line-height: 2; */
    padding-bottom: 0;
}
	

html body #wrapper .section4{

    /* line-height: 2; */
    padding-bottom: 20px;
}
	
html body #wrapper .sectionform {
    text-align: left;
    color: #000;
    background: #f3f3f3;
    /* line-height: 2; */
	padding: 20px 0;
}
	
.cp_qa{
	margin: 0 4%;
	font-size: 0.8em;
}
	
.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    color: #1b2538;
}
	
.pc { display: none !important; }
.sp { display: block !important; }	
	

a#bottomArea {
width: 100% !important;
position: fixed !important;
bottom: 0px !important;
left: 0px !important;
z-index: 10000 !important;
display: block !important;
}
	
#floatbtn{display: none !important;}

#floatbtnsp{
	position:fixed;
	bottom:10px;
	z-index:999;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	padding:10px 0;
	bottom:0;
	text-align: center;
}
#floatbtnsp img{width:320px;height:auto}

table {
    margin: 10px auto;
	width: 100%;
}
	
.title01 {
    font-size: 0.6em;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.tbl-r02 th {
    color: #fff;
    padding: 2%;
    vertical-align: middle;
    width: 44%;
}

.sp-program{
	display: block;
	width: 94%;
	margin: 0 auto;
	}

.program-img{margin: 5px 0;}

.title02 {
    font-size: 1.8em;
    margin: 0 auto;
    line-height: 1.2em;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
	
.line{
		border: dotted 1px;
		margin: 30px 0;
	    color: #ccc;
}


html body #wrapper #content_form{
	margin: 8px 2% 16px;
	padding: 10px ;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #fff;
}
html body #wrapper #content_form .pub_form table th {
    width: 30%;
}
html body #wrapper #content_form .pub_form table tr {
    /* border-bottom: solid 2px white; */
    font-size: 60%;
    line-height: 1.4;
}
html body #wrapper #content_form .pub_form table td{
	width: 70%;
    text-align: left;
    padding: 4px ;
    background-color: #fff;
}
html body #wrapper #content_form .pub_form table th{
    padding: 4px;
	}

html body #wrapper #content_form .text-box1{
	width: 90%;
	}
	
textarea, input[type="number"], input[type="text"] {
    padding: 8px 7px;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
html body #wrapper #content_form .text-box2 {
    width: 50px;
}
html body #wrapper #content_form .button01 {
    display: block;
    font-size: 16px;
    margin: 10px auto;
	padding: 8px 0;
    width: 60%;
    height: 40px;
	line-height:24px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #3cb13c;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
	
.info{
margin: 8% 4% ;
padding:1% 1% 1% 1%;
border:solid 1px #999999;
background-image: url("../images/ftitle.png") ;
background-size: 100%;
background-position:top center;
background-repeat:no-repeat;
}

html body #wrapper .button01 {
    display: block;
    font-size: 16px;
    margin: 30px auto;
    width: 90%;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #3cb13c;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-appearance: none;
}

table.outline{
width:100%;
border-collapse:separate;
margin:0 auto;
}
table.outline td{
font-size:12px;
line-height:150%;
border-bottom:dotted 1px #999999;
padding:2% ;
}
table.outline td.item{
font-weight:bold;
background-color:#F6F6F6;
border-bottom:solid 1px #999999;
text-align:center;
width:20%;
height: auto;
}

.right {
  margin: 10px;
  float: right; 
  width: 140px;
  
}
	
.shouhin-youtube {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.6em;
	padding: 0 3.125%;
}

html body #wrapper .kakaku {
    margin: 0 auto;
    background: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	width: 90%;
	padding: 0 0 10px;
    margin-bottom: 10px;
}
html body #wrapper .kakaku-title {
    font-size: 1.2em;
	line-height: 1.4em;
    background: #5d627b;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
html body #wrapper .kakaku p {
    font-size: 2.0em;
	line-height: 1.6em;
    margin: 0;
	text-align: center;
	padding: 2% 3.125%;
}
html body #wrapper .content-title{
	margin: 0.2em 0 0.6em;
	padding: 1% 4%;
}
	
html body .content-title01 {
    font-size: 1.0em;
    margin: 0.4em 0 ;
	line-height: 1.2em;
}
html body .content-title02 {
    font-size: 0.8em;
    margin: 0.4em 0 ;
	line-height: 1.2em;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
html body #wrapper .bg01 {
  background: url("../images/bg01sp.jpg");
  background-position: right top;
  background-repeat: repeat-y;
  padding:  0;
}
html body #wrapper .bg02 {
  background: url("../images/bg02sp.jpg");
  background-position: right top;
  background-repeat: repeat-y;
  padding:  0;
}
html body #wrapper .bg03 {
  background: url("../images/bg03sp.jpg");
  background-position: right top;
  background-repeat: repeat-y;
  padding:  0;
}
html body #wrapper .bg04 {
  background: url("../images/bg04sp.jpg");
  background-position: right top;
  background-repeat: repeat-y;
  padding:  0;
}
html body #wrapper .bg05 {
  background: url("../images/bg05sp.jpg");
  background-position: right top;
  background-repeat: repeat-y;
  padding:  0;
}
html body #wrapper .bg06 {
  background: url("../images/bg06sp.jpg");
  background-position: right top;
  background-repeat: repeat-y;
  padding:  0;
}
html body #wrapper .bg07 {
  background: url("../images/bg07sp.jpg");
  background-position: right top;
  background-repeat: repeat-y;
  padding:  0;
}
html body .count_txt1 {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	padding: 10px 0px;
	background: #000;
	color: #ffff00;
}
/*-----------------------------------------------------
footer
------------------------------------------------------*/

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