@charset "UTF-8";
body {
  color: #333;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

@media screen\0 {
  body {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}
p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}

a {
  color: #474747;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #7a7a7a;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: normal;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.sp {
  display: none;
}

#header {
  height: 70px;
  width: 100%;
  background: #f1f9fc;
}
#header .shopName {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  line-height: 70px;
  color: #54c2f0;
  font-weight:bold;
}
#header .tel {
  position: absolute;
  top: 10px;
  right: 0;
  background: #FFF;
  max-width: 600px;
    width:100%;
  height: 50px;
  padding: 0 30px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#header .tel p {
  font-size: 35px;
  line-height: 50px;
  color: #f66;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  display: block;
  float: left;
}
#header .tel span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  float: right;
  margin-top: 6px;
}

#fv {
  background: url(../img/fvbg.png) center 98px repeat-x;
  height: 588px;
}
#fv .fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 576px;
  height: 100%;
  background: url(../img/fv_fig_pc.png) 0 bottom no-repeat;
}
#fv .image01 {
  position: absolute;
  width: 388px;
  top: 123px;
  left: 492px;
}
#fv .image02 {
  position: absolute;
  width: 248px;
  top: 138px;
  left: 878px;
}

#about {
  padding: 70px 0 0;
  height: 402px;
  background: url(../img/bg01.png) center 0 no-repeat;
  background-size: cover;
}
#about h2 {
  width: 678px;
  margin: 0 auto 40px;
}
#about p {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
}
#about p strong {
  color: #F66;
  background: #fff294;
}

#point {
  padding: 60px 0 80px;
  background: #d6f2ff;
}
#point ul {
  margin: 0 auto 55px;
  text-align: center;
  letter-spacing: -.4em;
}
#point li {
  display: inline-block;
  letter-spacing: normal;
  background-size: 100%;
  width: 270px;
  height: 306px;
  text-align: center;
  font-size: 25px;
  line-height: 32px;
  color: #FFF;
  vertical-align: top;
  margin: 0 17px;
  font-weight: bold;
}
#point li strong {
  font-size: 36px;
  line-height: 42px;
  color: #f9eb21;
}
#point li:nth-child(1) {
  background-image: url(../img/point01.png);
  padding-top: 120px;
}
#point li:nth-child(2) {
  background-image: url(../img/point02.png);
  padding-top: 100px;
}
#point li:nth-child(3) {
  background-image: url(../img/point03.png);
  padding-top: 100px;
}
#point li:nth-child(4) {
  background-image: url(../img/point04.png);
  padding-top: 100px;
}
#point .block {
  background: url(../img/frame.png) 0 0 no-repeat;
  width: 1280px;
  height: 475px;
  margin: 0 auto;
  position: relative;
}
#point .block h3 {
  width: 541px;
  position: absolute;
  top: 95px;
  left: 128px;
}
#point .block p.txt {
  font-size: 19px;
  line-height: 34px;
  width: 670px;
  position: absolute;
  top: 150px;
  left: 60px;
}
#point .block p.txt strong {
  color: #F66;
  background: #fff294;
}
#point .block .pop01 {
  position: absolute;
  width: 300px;
  top: 39px;
  left: 26px;
}
#point .block .pop02 {
  position: absolute;
  width: 255px;
  top: 406px;
  right: 273px;
}
#point .block .photo {
  position: absolute;
  width: 492px;
  top: 90px;
  left: 760px;
}

#media {
  padding: 120px 0 95px;
  background: url(../img/bg02.png) 0 0 no-repeat;
  background-size: cover;
}
#media h3 {
  width: 682px;
  margin: 0 auto 25px;
}
#media h4 {
  font-size: 32px;
  text-align: center;
  position: relative;
  margin-bottom: 75px;
}
#media h4::after {
  position: absolute;
  content: url(../img/ttl_media_sub.png);
  top: -20px;
  margin-left: 18px;
}
#media ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#media ul img {
  width: auto;
}
#media li {
  margin-bottom: 38px;
}
#media li img {
  -moz-box-shadow: 0 0 10px #d1d3d2;
  -webkit-box-shadow: 0 0 10px #d1d3d2;
  box-shadow: 0 0 10px #d1d3d2;
}
#media li:nth-child(5), #media li:nth-child(6), #media li:nth-child(7), #media li:nth-child(8) {
  margin-bottom: 75px;
  height: 315px;
}
#media li:nth-child(9), #media li:nth-child(10), #media li:nth-child(11), #media li:nth-child(12) {
  width: 275px;
  height: 200px;
  background: #FFF;
  text-align: center;
  -moz-box-shadow: 0 0 10px #d1d3d2;
  -webkit-box-shadow: 0 0 10px #d1d3d2;
  box-shadow: 0 0 10px #d1d3d2;
}
#media li:nth-child(9) img, #media li:nth-child(10) img, #media li:nth-child(11) img, #media li:nth-child(12) img {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#flow {
  background: url(../img/cross.png) 0 0 repeat;
}
#flow h2 {
  height: 130px;
  margin: 0 auto 90px;
  background: #55c6f5;
  padding-top: 44px;
}
#flow h2 span {
  width: 648px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#flow h2 span::before {
  content: url(../img/30minutes.png);
  position: absolute;
  left: -158px;
  top: -75px;
}
#flow h2 span::after {
  content: url(../img/sw_ttl_sub.png);
  position: absolute;
  margin-left: 10px;
}
#flow ul {
  text-align: center;
  letter-spacing: -.40em;
  width:1340px;
  margin:0 auto;
}
#flow li {
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  background: #FFF;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 30px #d7e4ea;
  -webkit-box-shadow: 0 0 30px #d7e4ea;
  box-shadow: 0 0 30px #d7e4ea;
  width: 299px;
  height: 390px;
  padding-top: 60px;
  margin: 20px 14px 60px;
  vertical-align: top;
}
#flow li span {
  display: block;
  font-size: 17px;
  line-height: 26px;
  padding: 30px 1em;
}
#flow li::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 48px;
  display: block;
  width: 165px;
  height: 90px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#flow li:nth-child(1)::before {
  background-image: url(../img/01.png);
}
#flow li:nth-child(2)::before {
  background-image: url(../img/02.png);
}
#flow li:nth-child(3)::before {
  background-image: url(../img/03.png);
}
#flow li:nth-child(4)::before {
  background-image: url(../img/04.png);
}
#flow li:nth-child(5)::before {
  background-image: url(../img/05.png);
}
#flow li:nth-child(6)::before {
  background-image: url(../img/06.png);
}
#flow li:nth-child(7)::before {
  background-image: url(../img/07.png);
}
#flow li:nth-child(8)::before {
  background-image: url(../img/08.png);
}

#faq {
  background: url(../img/bg_faq.png) 0 0 repeat;
  padding: 60px 0;
}
#faq h2 {
  width: 123px;
  margin: 0 auto 36px;
}
#faq ul {
  width: 1280px;
  margin: 0 auto;
}
#faq li {
  width: 1280px;
  padding: 50px 50px 0 0;
  margin: 0 0 10px;
}
#faq li:nth-child(1) {
  background: url(../img/faq01.png) top center no-repeat;
  height: 305px;
}
#faq li:nth-child(2) {
  background: url(../img/faq02.png) top center no-repeat;
  height: 255px;
}
#faq li:nth-child(3) {
  background: url(../img/faq03.png) top center no-repeat;
  height: 255px;
}
#faq li:nth-child(4) {
  background: url(../img/faq04.png) top center no-repeat;
  height: 285px;
}
#faq li:nth-child(5) {
  background: url(../img/faq05.png) top center no-repeat;
  height: 265px;
}
#faq li:nth-child(6) {
  background: url(../img/faq06.png) top center no-repeat;
  height: 265px;
}
#faq h3 {
  font-size: 40px;
  color: #55c6f5;
  position: relative;
  padding: 0 0 0 150px;
  margin-bottom: 45px;
  font-weight: 700;
}
#faq h3::before {
  content: "";
  display: block;
  background: url(../img/q.png) 0 0 no-repeat;
  background-size: 100%;
  width: 87px;
  height: 86px;
  position: absolute;
  left: 32px;
  top: -24px;
}
#faq h3 br {
  display: none;
}
#faq p {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  padding: 0 0 0 230px;
}
#faq p::before {
  content: "";
  display: block;
  background: url(../img/a.png) 0 0 no-repeat;
  background-size: 100%;
  width: 89px;
  height: 77px;
  position: absolute;
  left: 110px;
  top: -5px;
}

#price {
  padding: 60px 0 45px;
  background: url(../img/price_bg.png) 0 0 repeat;
}
#price h3 {
  margin: 0 auto 70px;
  width: 440px;
  position: relative;
}
#price h3::after {
  content: "";
  background: url(../img/ttl_price_sub.png) 0 0 no-repeat;
  width: 157px;
  height: 40px;
  background-size: 100%;
  display: block;
  position: absolute;
  right: -65px;
  bottom: -35px;
}
#price ul {
  text-align: center;
  letter-spacing: -.4em;
}
#price li {
  background: #FFF;
  width: 220px;
/*  height: 156px;*/
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 10px 40px;
  -moz-box-shadow: 0 0 20px #ece2e1;
  -webkit-box-shadow: 0 0 20px #ece2e1;
  box-shadow: 0 0 20px #ece2e1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#price li:first-child {
  width: 320px;
}
#price li:first-child .price {
  font-size: 62px;
  line-height: 62px;
  color: #54c2f0;
  margin:0px 0 5px;
  text-align: center;
/*  padding-left: 28px;*/
}
#price li:first-child .name {
  margin-bottom: 0;
	background: #54c2f0;
	
}
#price .name {
  margin: 0 auto;
	padding: 2px 1em 0;
  position: relative;
  top: -12px;
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
	border-radius: 17px;
	font-weight: bold;
	background: #f66;
}
#price .price {
  margin: 10px auto 10px;
  font-family: Arial, Helvetica, "sans-serif";
  text-align: left;
/*  padding-left: 15px;*/
  font-size: 45px;
  line-height: 45px;
  color: #f66;
  font-weight: bold;
  text-align: center;
}
#price .price span {
  position: relative;
}
#price .price em {
	font-style: normal;
	font-size: 50%;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
#price .price em tt {
	color: #333;
}
#price .txt {
  font-size: 18px;
  line-height: 23px;
}
#price .txt span {
  color: #F66;
  font-weight:bold;
}

#reserve {
  padding-top: 100px;
}

#reserve .btn {
  background: #ffd908;
  width: 902px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-box-shadow: 0 5px 0 #ebc735;
  -webkit-box-shadow: 0 5px 0 #ebc735;
  box-shadow: 0 5px 0 #ebc735;
  margin-bottom: 200px;
  /*↑web予約がないときに使う*/
}
#reserve .btn::after {
  content: "▲";
  color: #FFF;
  text-shadow: 3px -2px 0px #ebbd05;
  font-size: 23px;
  display: block;
  transform: rotate(90deg);
  right: 25px;
  top: 22px;
  position: absolute;
}
#reserve .txt {
  position: absolute;
  font-size: 27px;
  line-height: 80px;
  color: #565341;
  left: 85px;
  font-weight:bold;
}
#reserve .num {
  color: #FFF;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 49px;
  line-height: 80px;
  font-weight: bold;
  position: absolute;
  left: 456px;
  padding-left: 56px;
}
#reserve .num::before {
  content: url(../img/tel_pc.png);
  position: absolute;
  top: 5px;
  left: 0;
}
#reserve .num span {
  text-shadow: 2px 3px 0px #ebbd05;
}
.web-btn{
	display:block;
	background-color:#f66;
	color:#fff;
	text-align:center;
	font-weight:bold;
	position:relative;
	max-width:902px;
	width:100%;
	height:80px;
	line-height:80px;
	-webkit-box-shadow: 0 5px 0 #ff2a2a;
    box-shadow: 0 5px 0 #ff2a2a;
	border-radius: 40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	font-size:27px;
	margin-bottom:200px;
}
.web-btn::after{
	content: "▲";
    color: #FFF;
    text-shadow: 3px -2px 0px #ff2a2a;
    font-size: 23px;
    display: block;
    transform: rotate(90deg);
    right: 25px;
    position: absolute;
	top:0;
}
.web-btn:hover{
	color:#fff;
}
#footer {
  background: url(../img/ftbg.png) 0 0 repeat;
  height: 264px;
}
#footer .ttl {
  position: absolute;
  top: -65px;
  left: 640px;
  width: 430px;
}
#footer .map {
  position: absolute;
  top: -98px;
  left: 0;
  width: 585px;
  height: 320px;
}
#footer .map iframe {
  width: 100%;
  height: 100%;
}
#footer .info {
  position: absolute;
  left: 633px;
  top: 30px;
  color: #fff;
}
#footer .info hr {
  border: none;
  margin: 15px 0;
  padding: 0;
  background: url(../img/border.png) 0 0 no-repeat;
  width: 646px;
  height: 6px;
}
#footer .info .name {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
}
#footer .info .name a{
  color: #fff;
}
#footer .info .address {
  line-height: 22px;
  margin-bottom: 10px;
}
#footer .info .tel {
  line-height: 28px;
}

@media screen and (max-device-width: 1279px){

#header .tel{
  width: 65%;
  padding:0 2%;
  height:auto;
}
#header .tel p{
  font-size: 4vw;
}
#header .shopName{
  width: 47%;
  padding-left: 1%;
  font-size: 3vw;
}
#header .tel span{
  font-size: 1.5vw;
}

  .inner{
    width: 100%;
  }
#flow h2 span{
  width: 100%;
  text-align: center;
}
#flow h2 span img{
  width: 60%;
}
#flow h2 span::before{
  content: '';
  background:url(../img/30minutes.png) no-repeat center top;
  position: absolute;
  left: 1%;
  width: 17%;
  height: 22vw;
  top: 0;
  bottom:0;
  background-size: contain;
  display: block;
  margin:auto;
}
#flow h2 span::after {
  content: '';
  background:url(../img/sw_ttl_sub.png) no-repeat center center;
  position: absolute;
  right: 1%;
  width: 17%;
  height: 22vw;
  top: 0;
  bottom:0;
  background-size: contain;
  display: block;
  margin:auto;
}
#flow ul{
  width: 100%;
}
#flow li{
  width: 23.5%;
  margin:0 2% 8% 0;
}
#flow li:nth-child(4n){
margin-right: 0;
}
#flow li::before{
  left: 50%;
  margin-left: -82.5px;
}
#faq ul,
#faq li,
#media ul,
#point .block{
  width: 100%;
}
#point .block{
  height: auto;
  padding:2% 2% 4%;
  background-size: contain;
}
#point .block .pop01{
  width: 35%;
  margin-bottom: 2vw;
}
#wrapper #faq li{
  background-size: cover;
  height: auto;
  padding-bottom: 5%;
}
#point{
  padding:5vw 0 8vw;
}
#point ul{
  margin-bottom: 0;
}
#point li{
  width: 22%;
  margin:0 1.5%;
  font-size: 2vw;
  line-height: 1.2;
  height: auto;
}
#point li:nth-child(1){
  padding-top: 10vw;
  padding-bottom: 8vw;
}
#point li:nth-child(2),
#point li:nth-child(3),
#point li:nth-child(4){
  padding-top: 9vw;
  padding-bottom: 8vw;
}
#point li strong{
  font-size: 3vw;
  line-height: 1.2;
}
#point .point_left{
  width: 72%;
  float: left;
}
#point .point_right{
  width: 26%;
  float: right;
  padding-right: 3%;
}
#point .block p.txt{
  font-size: 1.8vw;
  line-height: 1.6;
}
#point .block h3{
  width: 75%;
  margin: 0 auto 2vw;
}

#point .block p.txt,
#point .block h3,
#point .block .photo,
#point .block .pop01,
#fv .fig,
#fv .image01,
#fv .image02,
#reserve .txt,
#reserve .num,
#reserve .num::before,
#footer .map,
#footer .info,
#footer .ttl{
  position: static;
}
#point .block p.txt,
#point .block .pop02,
#point .block .photo,
#footer .info hr{
  width: 100%;
}
#point .block .pop02{
  bottom: 9vw;
  right:5%;
  width: 24%;
  top: inherit;
}
#media,
#price{
  padding:8vw 0;
}
#fv{
  background-size: contain;
  height: 100%;
  background:url(../img/fvbg.png) center 76px repeat-x;
  background-size: cover;
}
#fv .inner{
  background:url(../img/fv_fig_pc.png) 0 bottom no-repeat,url(../img/wh_fvbg.png) center bottom repeat-x;
  background-size: contain;
}
#fv .fig{
  width: 42%;
  background-size: contain;
  display: block;
  float: left;
  height: 46vw;
  background:none;
}
#fv .image01{
  width: 29%;
  padding-top: 10vw;
  margin-right: 2%;
}
#fv .image02{
  width: 22%;
  padding-top: 9vw;
}
#fv .image01,
#fv .image02{
  float: left;
}
#media li{
  width: 23%;
  height: auto;
}
#media li:nth-child(9), #media li:nth-child(10), #media li:nth-child(11), #media li:nth-child(12){
  width: 23%;
  height: auto;
  margin-bottom: 5vw;
}
#media li:nth-child(5){
  width: 34%;
  height: auto;
  margin-bottom: 5vw;
}
#media li:nth-child(6),#media li:nth-child(7),#media li:nth-child(8){
  width: 19%;
  height: auto;
  margin-bottom: 5vw;
}
#reserve .btn{
  width: 100%;
  padding: 0 5%;
}
#reserve .txt{
  float: left;
  width: 47%;
  font-size: 3.2vw;
}
#reserve .num{
  float: left;
  width: 53%;
  padding-left: 0;
}
#reserve .num::before{
  display: inline-block;
padding-right: 1vw;
vertical-align: middle;
}
#footer .map{
  width: 50%;
  float: left;
}
#footer .f_content{
  float: left;
  width: 46%;
  padding-left: 4%;
}
#footer .ttl{
  width: 100%;
  margin-bottom: 5vw;
}
#media h4{
  font-size: 3vw;
}
#media h4::after{
  right:0;
}
#faq h3::before{
  left: 15px;
}
#faq h3{
  font-size: 3vw;
  padding-left: 15vw;
  margin-bottom: 8vw;
}
#reserve{
  height: auto;
  padding-top: 10vw;
  margin-bottom: 10vw;
}
#footer{
  height: auto;
  background:url(../img/ftbg.png) 0 8vw repeat-x;
  background-size: cover;
}




}

/* スマートフォン */
@media screen and (max-width: 750px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #header {
    height: auto;
    width: 100%;
    background: #f1f9fc;
    position: relative;
    z-index: 2;
    padding: 2vw 0;
  }
  #header .shopName {
    position: relative;
    top: 0;
    left: 0;
    font-size: 5vw;
    line-height: 1.4;
    color: #54c2f0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2vw;
    width: 100%;
  }
  #header .tel {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    background: #FFF;
    width: 94%;
    height: auto;
    padding: 1% 3%;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    border-radius: 37px;
  }
  #header .tel p {
    font-size: 7vw;
    line-height: 1.4;
    color: #f66;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  #header .tel span {
    font-size: 3vw;
    line-height: 1.6;
    display: block;
    float: right;
    margin-top: 0;
    letter-spacing: -0.1em;
    width: 80%;
  }

  #fv {
    background: url(../img/fvbg_sp.png) center 0 repeat-x;
    height: auto;
  }
  #fv .fig {
/*    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
/*    background: url(../img/fv_fig.png) right bottom no-repeat;*/
    z-index: 2;
      height: auto;
  }
  #fv .image01 {
/*    position: absolute;*/
    width: 100%;
/*    top: -105px;
    left: 73px;*/
    margin:0 auto;
    float: none;
      padding-top: 0;
  }
  #fv .image02 {
/*    position: absolute;
    width: 50%;
    top: 488px;
    right: 0;*/
  float:right;
  width: 40%;
  padding-top: 0;
  padding-right: 3%;
  }
#fv .inner{
  background: url(../img/fv_fig_sp.png) 0 bottom no-repeat,url(../img/wh_fvbg.png) center bottom repeat-x,url(../img/fv_sp.png) no-repeat center top;
  padding-top: 74vw;
  background-size: contain;
  padding-bottom: 16vw;
}

  #about {
    padding: 26vw 0;
    height: auto;
    background: url(../img/bg01_sp.png) center 0 no-repeat;
    background-size: contain;
  }
  #about h2 {
    width: 74%;
    margin: 0 auto 3vw;
  }
  #about p {
    text-align: center;
    font-size: 4.5vw;
    line-height: 1.4;
  }
  #about p strong {
    color: #F66;
    background: #fff294;
  }

  #point {
    padding: 4vw 0 2vw;
    background: #d6f2ff;
  }
  #point ul {
    margin: 0 auto 6vw;
    text-align: center;
    letter-spacing: -.4em;
  }
  #point li {
    display: inline-block;
    letter-spacing: normal;
    background-size: 100%;
    width: 90%;
    height: auto;
    text-align: center;
    font-size: 8vw;
    line-height: 1.4;
    color: #FFF;
    vertical-align: top;
    margin: 0 0 5px;
  }
  #point li strong {
    font-size: 12vw;
    line-height: 1.2;
    color: #f9eb21;
  }
#point .point_left{
  float: none;
  width: 90%;
  margin:0 auto;
}
  #point li:nth-child(1) {
    background-image: url(../img/point01.png);
    padding-top: 36vw;
    padding-bottom: 36vw;
  }
  #point li:nth-child(2) {
    background-image: url(../img/point02.png);
    padding-top: 36vw;
    padding-bottom: 22vw;
  }
  #point li:nth-child(3) {
    background-image: url(../img/point03.png);
    padding-top: 36vw;
    padding-bottom: 22vw;
  }
  #point li:nth-child(4) {
    background-image: url(../img/point04.png);
    padding-top: 36vw;
    padding-bottom: 22vw;
  }
  #point .block {
    background: url(../img/frame_sp.png) 0 0 no-repeat;
    width: 92%;
/*    height: 1365px;*/
    margin: 0 auto;
    position: relative;
    padding: 38px 0 0;
  }
  #point .block h3 {
    width: 70%;
    position: static;
    margin: 0 auto 6vw;
  }
  #point .block p.txt {
    font-size: 5vw;
    line-height: 1.4;
    width: 100%;
    position: static;
    margin: 0 0 50px;
    padding-bottom: 50vw;
    background:url(../img/teeth.png) no-repeat center bottom;
    background-size: contain;
  }
  #point .block p.txt:after{
    content:'';
    background:url(../img/pop02.png) no-repeat right top;
    width: 100%;
    height: 12vw;
    display: block;
    margin-top: 6vw;
    background-size: contain;
  }
  #point .block p.txt strong {
    color: #F66;
    background: #fff294;
  }
  #point .block .pop01 {
    position: static;
    width: 90%;
    margin: 0 0 4vw;
    padding:0 2%;
  }
  #point .block .pop02 {
    position: static;
    width: 10%;
    margin: 0 0 0 180px;
  }
  #point .block .photo {
/*    position: absolute;*/
    width: 100%;
    margin: 0;
/*    top: 940px;
    left: 25px;*/
  }

  #media {
    padding: 4vw 0 18vw;
    background: url(../img/bg02.png) 0 0 no-repeat;
    background-size: cover;
  }
  #media h3 {
    width: 100%;
    margin: 0 auto 3vw;
  }
  #media h4 {
    font-size: 4vw;
    text-align: center;
    position: relative;
    margin-bottom: 75px;
  }
  #media h4::after {
    position: absolute;
    content: '';
    background: url(../img/ttl_media_sub_sp.png) no-repeat center top;
    height: 6vw;
    width: 50%;
    background-size: contain;
    top: 4vw;
    margin-left: -235px;
  }
  #media ul {
    width: 92%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #media ul img {
    width: auto;
  }
  #media li {
    margin-bottom: 4vw;
    background: #FFF;
    width: 50%;
    text-align: center;
  }
  #media li img {
    -moz-box-shadow: 0 0 10px #d1d3d2;
    -webkit-box-shadow: 0 0 10px #d1d3d2;
    box-shadow: 0 0 10px #d1d3d2;
  }
  #media li:nth-child(5) {
/*    width: 369px;
    height: 267px;*/
    margin-bottom: 4vw;
    width: 60%;
  }
  #media li:nth-child(6) {
/*    width: 203px;
    height: 267px;*/
    margin-bottom: 4vw;
    width: 40%;
  }
  #media li:nth-child(7) {
    width: calc(50% - 20px);
    background: none;
    text-align: right;
    margin: 0 10px 50px;
  }
  #media li:nth-child(8) {
    width: calc(50% - 20px);
    background: none;
    text-align: left;
    margin: 0 10px 50px;
  }
  #media li:nth-child(9), #media li:nth-child(10), #media li:nth-child(11), #media li:nth-child(12) {
/*    width: 275px;
    height: 200px;*/
width: 48%;
    background: #FFF;
    -moz-box-shadow: 0 0 10px #d1d3d2;
    -webkit-box-shadow: 0 0 10px #d1d3d2;
    box-shadow: 0 0 10px #d1d3d2;
  }
  #media li:nth-child(9) img, #media li:nth-child(10) img, #media li:nth-child(11) img, #media li:nth-child(12) img {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #flow {
    background: url(../img/cross.png) 0 0 repeat;
  }
  #flow h2 {
    margin: 0 auto 20vw;
    background: #55c6f5;
    padding: 9vw 0;
    height: auto;
  }
  #flow h2 span {
    width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
  }
#flow h2 span img{
  width: 100%;
}
  #flow h2 span::before {
    content: '';
    background: url(../img/30minutes_sp.png) no-repeat center top;
    display: block;
    position: absolute;
    left: 50%;
    width: 23%;
    top: -20vw;
    margin-left: -11.5%;
    height: 30vw;
    background-size: contain;
  }
  #flow h2 span::after {
    content: '';
    background: url(../img/sw_ttl_sp_sub.png) no-repeat right bottom;
    display:block;
    height: 20vw;
    width: 44%;
    background-size: contain;
    margin-left: 0;
    right:0;
/*    position: absolute;
    margin-left: -300px;
    bottom: -60px;*/
  }
  #flow ul {
    text-align: center;
    letter-spacing: -.40em;
	width: 100%;
  }
  #flow li {
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    background: #FFF;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 30px #d7e4ea;
    -webkit-box-shadow: 0 0 30px #d7e4ea;
    box-shadow: 0 0 30px #d7e4ea;
    width: 48%;
    padding-top: 11vw;
    margin: 20px auto 14vw;
    vertical-align: top;
    height: auto;
  }
#flow li:nth-child(2n){
  margin-left: 2%;
}
  #flow li span {
    display: block;
    font-size: 4vw;
    line-height: 1.6;
    padding: 30px 3%;
    min-height: 44vw;
  }
  #flow li::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    display: block;
    width: 80%;
    margin-left: -40%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #flow li:nth-child(1)::before {
    background-image: url(../img/01.png);
  }
  #flow li:nth-child(2)::before {
    background-image: url(../img/02.png);
  }
  #flow li:nth-child(3)::before {
    background-image: url(../img/03.png);
  }
  #flow li:nth-child(4)::before {
    background-image: url(../img/04.png);
  }
  #flow li:nth-child(5)::before {
    background-image: url(../img/05.png);
  }
  #flow li:nth-child(6)::before {
    background-image: url(../img/06.png);
  }
  #flow li:nth-child(7)::before {
    background-image: url(../img/07.png);
  }
  #flow li:nth-child(8)::before {
    background-image: url(../img/08.png);
  }

  #faq {
    background: url(../img/bg_faq.png) 0 0 repeat;
    padding: 8vw 0;
  }
  #faq h2 {
    width: 66px;
    margin: 0 auto 5vw;
  }
  #faq ul {
    width: 100%;
    margin: 0 auto;
  }
  #faq li {
    width: 92%;
    padding: 6vw 4% 0 0;
    margin: 0 auto 10px;
  }
  #faq li:nth-child(1) {
    background: url(../img/faq01_sp.png) 0 0 no-repeat;
    height: 545px;
  }
  #faq li:nth-child(2) {
    background: url(../img/faq02_sp.png) 0 0 no-repeat;
    height: 337px;
  }
  #faq li:nth-child(3) {
    background: url(../img/faq03_sp.png) 0 0 no-repeat;
    height: 337px;
  }
  #faq li:nth-child(4) {
    background: url(../img/faq04_sp.png) 0 0 no-repeat;
    height: 477px;
  }
  #faq li:nth-child(5) {
    background: url(../img/faq05_sp.png) 0 0 no-repeat;
    height: 382px;
  }
  #faq li:nth-child(6) {
    background: url(../img/faq06_sp.png) 0 0 no-repeat;
    height: 437px;
  }
  #faq h3 {
    font-size: 5.6vw;
    line-height: 1.4;
    color: #55c6f5;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 700;
    padding-left: 20vw;
  }
  #faq h3::before {
    content: "";
    display: block;
    background: url(../img/q.png) 0 0 no-repeat;
    background-size: 100%;
    width: 16%;
/*    height: 86px;*/
    position: absolute;
    left: 2%;
    top: -5px;
  }
  #faq h3 br {
    display: inline;
  }
  #faq p {
    font-size: 4vw;
    line-height: 1.4;
    position: relative;
    padding: 0 0 0 20vw;
  }
  #faq p::before {
    content: "";
    display: block;
    background: url(../img/a.png) 0 0 no-repeat;
    background-size: 100%;
    width: 16%;
/*    width: 89px;*/
/*    height: 77px;*/
    position: absolute;
    left: 2%;
    top: 0;
  }

  #price {
    padding: 8vw 0 0;
    background: url(../img/price_bg.png) 0 0 repeat;
  }
  #price h3 {
    margin: 0 auto 20vw;
    width: 86%;
    position: relative;
  }
  #price h3 img{
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  #price h3::after {
    content: "";
    background: url(../img/ttl_price_sub.png) 0 0 no-repeat;
    width: 46%;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: -55px;
  }
  #price ul {
    text-align: center;
    letter-spacing: -.4em;
  }
  #price li {
    background: #FFF;
    width: 94%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 16vw;
    -moz-box-shadow: 0 0 20px #ece2e1;
    -webkit-box-shadow: 0 0 20px #ece2e1;
    box-shadow: 0 0 20px #ece2e1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #price li:first-child {
    width: 94%;
  }
  #price li:first-child .price {
    color: #54c2f0;
    margin: 10px auto 10px;
    padding-left: 0;
    font-size: 16vw;
    line-height: 14vw;
    text-align: center;
  }
  #price li:first-child .name {
    margin-bottom: 0;
  }
  #price .name {
    font-size: 8vw;
    margin: 0 auto;
	  padding: 0.1em 1em;
    position: relative;
    top: -15px;
	  border-radius: 50px;
  }
  #price .price {
    margin: 10px auto 0;
    font-family: Arial, Helvetica, "sans-serif";
    padding-left: 0;
    font-size: 16vw;
    line-height: 14vw;
    color: #f66;
    font-weight: bold;
    text-align: center;
  }
  #price .price span {
    position: relative;
  }
  #price .txt {
    font-size: 4vw;
    line-height: 1.6;
  }
  #price .txt span {
    color: #F66;
  }

  #reserve {
    height: auto;
    padding-top: 10vw;
    margin-bottom: 40vw;
  }
  #reserve .btn {
    background: #ffd908;
    width: 96%;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 4vw 0 0;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
    -moz-box-shadow: 0 5px 0 #ebc735;
    -webkit-box-shadow: 0 5px 0 #ebc735;
    box-shadow: 0 5px 0 #ebc735;
  }
  #reserve .btn::after {
    content: "▲";
    color: #FFF;
    text-shadow: 3px -2px 0px #ebbd05;
    font-size: 5vw;
    display: block;
    transform: rotate(90deg);
    right: 3vw;
    top: 50%;
    margin-top: -20px;
    position: absolute;
  }
  #reserve .txt {
    position: static;
    font-size: 6vw;
    line-height: 1em;
    color: #565341;
    text-align: center;
    float: none;
    width: 100%;
  }
  #reserve .num {
    color: #FFF;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 11vw;
    font-weight: bold;
    position: relative;
    left: 0;
    padding-left: 0;
      text-align: center;
    float: none;
    width: 100%;
    line-height: 1.4;
  }
  #reserve .num::before {
    content:'';
    background: url(../img/tel_sp.png) no-repeat center center;
display: inline-block;
    width: 9vw;
    height: 9vw;
    margin-right: 1%;
    background-size: contain;
  }
  #reserve .num span {
    text-shadow: 2px 3px 0px #ebbd05;
  }
  .web-btn{
	width:96%;
}
  .web-btn::after{

    font-size: 5vw;
	right: 3vw;
}
  #footer {
    background: url(../img/ftbg_sp.png) 0 46vw no-repeat;
    height: auto;
    background-size: cover;
    padding: 0 3%;
  }
  #footer .ttl {
    position: absolute;
    top: -16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 78%;
  }
  #footer .map {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 70vw;
    float: none;
  }
  #footer .map iframe {
    width: 100%;
    height: 100%;
  }
#footer .f_content{
  width: 100%;
  float: none;
  padding-left: 0;
}
  #footer .info {
/*    position: absolute;
    left: 25px;*/
    top: 205px;
    color: #fff;
    padding:4vw 0;
  }
  #footer .info hr {
    border: none;
    margin: 15px 0;
    padding: 0;
    background: url(../img/border.png) 0 0 no-repeat;
    width: 100%;
    height: 6px;
  }
  #footer .info .name {
    font-size: 4vw;
    line-height: 1em;
  }
  #footer .info .address {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }
  #footer .info .tel {
    line-height: 1.4;
    font-size: 4vw;
  }
}
