/* CSS Document */

@media screen and (max-width: 768px) {
html body {
	font-family: Yu Gothic , ‘游ゴシック’ , ‘Hiragino Kaku Gothic ProN’ , ‘ヒラギノ角ゴ ProN’ , Meiryo , メイリオ , sans-serif ;
	background:#FFF;
	background-image:none;
}
/*-----------------------------------------------------
レスポンシブ画像
------------------------------------------------------*/

  img {
    max-width: 100%;
    height: auto;
  }
html body .head{
	background: url("../images/head_sp.jpg") ;
	background-size: 200% auto;
    background-position: center top;
    position: relative;
    height: auto;
}
.head-bg {
    display: block;
    padding-top: 94.5%;
}
html body #wrapper .head_text01{
position: absolute;
    left: 0;
    right: 0;
    top: 6%;
    width: 92%;
    margin: 0 auto;
    z-index: 5;
}
html body #wrapper .head_text02{
position: absolute;
    left: 1%;
    top: 13%;
    width: 61.1%;
    margin: 0 auto;
    z-index: 0;
}
html body #wrapper .head_text03{
position: absolute;
    left: 1%;
    top: 73%;
    width: 36%;
    margin: 0 auto;
    z-index: 1;
}
html body #wrapper .head_text04{
	padding: 10px 0;
	margin: 0 auto;
	display: block;
	width: 90%;
    height: auto;
}
html body #wrapper .head_text05{
	padding: 10px 0;
	margin: 0 auto;
	display: block;
	width: 80%;
    height: auto;
}
/*-----------------------------------------------------
ヘッダー
------------------------------------------------------*/

#date {
    text-align: center;
    font-feature-settings: "palt";
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    text-shadow: 0px 0px 30px #000000;
    margin-top: -136%;
}
html body #wrapper .head_area{
	width: 100%;
}


html body #wrapper .head_line{
	border-top: 1px solid #ffffff;
	width: 85%;
	margin: 20px auto;
}

html body #wrapper .voice_item {
    background-color: #ebf8f9;
    padding: 0.6em ;
    width: 90%;
    margin: 0 auto 10px;
	
}

html body #wrapper .copy01{
	font-size: 28px;
	font-weight: 900;
	font-family: Lato;
	padding: 0 0 40px;
	line-height: 34px;

}

html body #wrapper .copy02{
	font-size: 20px;
	font-weight: 900;
	font-family: Lato;
	padding: 0 0 10px;
	line-height: 28px;

}

html body #wrapper .copy03{
	font-size: 18px;
	font-weight: 600;
	font-family: Lato;
	padding: 0 0 10px;
	line-height: 24px;

}

html body #wrapper .head_text h1{
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 24px;
	line-height: 34px;
}
html body #wrapper .head_text h2{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
}
html body #wrapper .head_text h3{
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0;
}
html body #wrapper .head_text h4{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 5px;
}
html body #wrapper .head_text p{
	font-size: 12px;
	line-height: 20px;
}
html body #wrapper .head_text .kakaku{
	padding: 10px 0;
	line-height: 48px;
}
html body #wrapper .head_text .kakaku-sale{
	font-size: 24px;
	font-weight: bold;
}
  html body #wrapper #mask,
  html body #wrapper #mask_in,
  html body #wrapper .main,
  html body #wrapper .main2,
  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;
	box-shadow: none;
  }

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

  html body #wrapper .youtube {
    position: relative;
    width: 90%;
    height: 0;
    margin: 0 auto 16px;
    padding-top: 50%;
  }
  html body #wrapper .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
.youtubebg {
  background: #fff;
    padding-bottom: 5px;
		width: auto;
	margin: 0 auto;
	padding: 10px 0 5px;
}


/*-----------------------------------------------------
main
------------------------------------------------------*/
.hajime {
    border: solid 1px #CCC;
	width: 90%;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    margin: 10px auto;
}
  html body #wrapper .main {
   margin: 0 auto;
  }
  html body #wrapper .main .img1 {
    padding: 0 0 16px;
  }
  html body #wrapper .main .img2 {
    padding: 16px 0;
  }
html body #wrapper .sub-bg {
  padding: 20px 0;
  margin:  0px;
}
html body #wrapper .sub-bg-ar {
  padding: 5px 0;
  margin: 0px 0px 20px;
    background: #cb2a32;
    position: relative;
}
html body #wrapper .sub-bg-ar:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #cb2a32;  /* 好みで色を変えてください */ 
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
html body #wrapper .sub-bgtop {
  padding: 5px 0;
  margin: 0px ;
}
html body #wrapper .sub {
  font-size: 24px;
  margin: 20px 0 ;
}
html body #wrapper .sub-bk {
  font-size: 20px;

}
html body #wrapper .sub-bg2 {
  padding: 20px 0;
  margin:  0;
}

html body #wrapper .sub2 {
  font-size: 20px;
  margin: 20px 0 ;
}
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 #wrapper .riyuu{
	width: 90%;
	margin: 10px auto;
	display: block;
}
	
html body #wrapper .merit{
	width: 90%;
	margin: 10px auto;
	display: block;
}

html body #wrapper .contents{
	width: 90%;
	margin: 10px auto;
	display: block;
}

html body #wrapper .merit-sub{
	background: #83c9b1;
    color: #fff;
    max-width: 140px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    font-size: 14px;
	font-weight: bold;
}
html body #wrapper .merit h1{
	font-size: 18px;
    text-align: center;
    margin: 10px auto 0;
    border-bottom: solid 1px;
    padding-bottom: 10px;
	width: 80%;

}

  html body #wrapper .main p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
	padding: 5% 3.125%;
  }
  html body #wrapper .main .big {
    font-size: 16px;
  }
  html body #wrapper .main .big2 {
    font-size: 24px;
	  line-height: 32px;
  }
  html body #wrapper .main .spRight {
    width: 40%;
  }
  html body #wrapper .main2 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
	padding: 5% 3.125%;
  }
html body #wrapper .head_text00{
	color: #fff;
	padding: 16px 0;
	background: #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
	.right { width: 80px;}
	
html body #wrapper .section_form {
    padding: 20px 0;
    text-align: center;
}
html body #wrapper .form-text{
  font-size: 70%;
  line-height: 20px;
  text-align: left;
  max-width: 90%;
  margin: 15px auto 0;
}

html body #wrapper .bt{
  border: solid 3px #CCC;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
html body #wrapper .bt_text {
    padding:  10px;
    color: #fff;
    max-width: 80%;
    border: dotted #fff 1px;
    font-size: 10px;
    line-height: 24px;
    margin: 5px auto;
}
html body #wrapper .bt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



html body #wrapper .bt_area {
    padding: 20px 0 ;
}
html body #wrapper .bt01{
width:90%;
margin: 10px auto;
}
.toku {
    width: 96%;
    margin: 0 auto 20px;
}
.toku_no {
    background: rgb(55,70,90);
    font-size: 14px;
    font-weight: 900;
    font-family: Lato;
    vertical-align: middle;
    line-height: 24px;
    color: #ffffff;
    width: 30%;
    text-align: center;
	padding: 5px 0;
}

.toku_title {
    font-size: 18px;
    font-weight: 800;
    padding: 5px 5px;
    line-height: 24px;
    width: 70%;
}
.joken {
    width: 96%;
    margin: 20px auto ;
}

.joken_title {
    font-size: 18px;
    font-weight: 800;
    padding: 5px 5px;
    line-height: 24px;
    width: 70%;
}
.service {
    margin: 20px auto 40px;
	font-size: 12px;
	width: 96%;
}
.service-01 {
    padding: 5px 10px;
}
.spbn{display:block;}
.pcbn{display:none;}
.mousikomi{width: 90%; margin: 10px auto;}

html body #wrapper .con-bg {
  background: url("../images/bg_con.jpg") #fef7f4;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 4px 0;
}

html body #wrapper .con h1 {
    background: #f29b76;
    color: #000;
	font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin: 10px;
    width: auto;
	line-height: 24px;
}

html body #wrapper .con {
margin: 10px ;
	
box-shadow:0px 0px 6px 3px #eee ;
-moz-box-shadow:0px 0px 6px 3px #eee ;
-webkit-box-shadow:0px 0px 6px 3px #eee ;
}

html body #wrapper .con-text {
  padding:10px;
  font-size: 20px;
  line-height: 34px;
  background-color:#FFF;
}
	
html body #wrapper .about-sub{
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 20px ;
}

html body #wrapper .section_movie {
    background-image: url(../images/bg_movie.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 20px 0;
}
html body #wrapper .movie-text {
    margin: 20px auto 0;
    display: block;
	width: 90%;
}
html body #wrapper .section01 {
    padding: 0 0 20px ;
	margin: 0 ;
}
html body #wrapper .section02 {
    padding: 0 ;
}

html body #wrapper .section_prof {
    padding: 20PX 10px ;
}
html body #wrapper .prof {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	box-shadow: none;
  }
.prof02 {
    margin: 0 ;
}
	
.prof02txt{
    padding: 10px 15px;
    font-size: 12px;
    line-height: 18px;
	margin-left: 0;
}
.info{
margin: 0 2% ;
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;
}

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% ;
vertical-align: middle;
}
table.outline td.item{
font-weight:bold;
background-color:#F6F6F6;
border-bottom:dotted 1px #999999;
text-align:center;
width:20%;
height: auto;
}
.k-right {
    margin: 5px 0 5px 5px;
    float: right;
    clear: both;
    width: 120px;
}
.text_nittei {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
	width: 80%;
	line-height: 16px;
	margin: 0 auto;
	display: block;
}
html body #wrapper .btarea{
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
html body #wrapper .btarea p{
	font-size: 70%;
}
html body #wrapper .btarea img{
	width: 80%;
}
html body #wrapper .cp_qa {
    margin: 20px 10px;
}
html body #wrapper .cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 1em;
    cursor: pointer;
    background: #f5f5f5;
    font-size: 12px;
}
html body #wrapper .cp_qa .cp_actab input:checked ~ .cp_actab-content p {
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 0;
}
html body #wrapper .bre{
    margin: 0 10px;
    font-size: 14px;
    line-height: 28px;
}
html body #wrapper .bre p{
	font-size: 12px;
    line-height: 1.6;
	padding: 5px 0 10px ;
}
html body #wrapper .bre-img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
html body #wrapper li {
  position: relative;
  line-height: 1.4;
    margin: 9px 0;
    font-size: 14px;
}
html body #wrapper  li::after {
  content: '';
  display: block;
  position: absolute;
  top: .3em;
  left: -1.3em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #cf1515;
  border-bottom: 3px solid #cf1515;
  transform: rotate(-45deg);
}
.bre-text{
font-size: 12px;
line-height: 18px;
}
html body #wrapper .img01{
  width: 70%;
  margin: 0 auto;
  display: block;
}
.point {
    padding: 0 0 10px;
    margin: 10px auto;
    
	width: 94%;
}

.point-sub {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0px;
}
.content {
    padding: 0 0 10px;
    margin: 20px auto;
    
	width: 94%;
}

.content-sub {
    background: #61888a;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.tokuten {
    padding: 0 0 10px;
    margin-bottom: 20px;
    
	width: 94%;
}
.tokuten-sub {
    background: #e0b358;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.point-img{
margin: 10px ;
width: 70%;
}
.countdown {
	margin-left:auto;
	margin-right:auto;
	margin:0;
	padding:5px 0;
	width: 100%;
	font-size:14pt;
	line-height: 24px;
	text-align:center;
}
html body #wrapper .arrow{
max-width: 80px;
margin: 0 auto;
display: block;
}

.faceicon img {
    width: 60px;
    height: auto;
}
.balloon_l, .balloon_r {
    margin: 15px 5px;
    display: flex;
    /* justify-content: flex-start; */
    align-items: flex-start;
    /* align-items: center; */
}
.says {
    max-width: 300px;
    flex-wrap: wrap;
    position: relative;
    padding: 17px 13px 15px 18px;
    border-radius: 12px;
    background: #f2eafc;
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /* align-items: center; */
    font-size: 14px;
}
#close_button {
    position: absolute;
    top: 0;
    right: 0;
	display: block;
}

#line_banner img {
    height: auto;
    width: 100%;
	display: block;
}
.jisseki-img {
    width: 92%;
	margin: 0 auto;
	display: block;
}
html body #wrapper .form-border {
    clear: both;
    margin: 0 auto;
    width: calc(95% - 30px);
    max-width: 870px;
    border: 5px solid #A57528;
    padding: 5px;
    background: rgba(255,255,255,0.7);
}
html body #wrapper .form {
    padding: 10px 0px;
    border: 2px solid #A57528;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
	width: 92%;
}
html body #wrapper .form-img {
    width: 94%;
}
/*-----------------------------------------------------
footer
------------------------------------------------------*/

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

