@charset "UTF-8";

/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }

  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

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

  /*///////////////////////////////////////////////


ベース・共通項目


///////////////////////////////////////////////*/

  html {
    overflow-x: hidden !important;
    overflow-y: auto;
  }

  #wrapper {
    width: 100%;
    overflow-x: hidden !important;
  }

  body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    letter-spacing: 0;
    font-family: "Noto Sans JP";
    height: auto;
    background-color: #fff;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /* ページトップへ戻る */
  #pageTop {
    position: fixed;
    bottom: 80px;
    right: -15px;
    z-index: 10000;
  }

  #pageTop img {
    width: 60%;
  }

  /*///////////////////////////////////////////////


ヘッダー


///////////////////////////////////////////////*/

  div.headerbox {
    margin: 2% auto;
    padding: 0;
  }

  h1 img {
    width: 70%;
    height: auto;
    padding: 0 5%;
  }

  ul.headbtn {
    float: right;
  }

  ul.headbtn li {
    display: inline-block;
    width: 220px;
    height: auto;
  }

  /*///////////////////////////////////////////////


メイン画面
	

///////////////////////////////////////////////*/

  section.main {
    padding: 0 0 0px 0;
    background: url(../images/bg_mainsp.png) no-repeat;
    background-position: center top;
    background-size: contain;
    height: auto;
    background-color: #f4f2db;
    position: relative;
    z-index: 10000;
    overflow: hidden;
  }

  p.maintitle {
    text-align: center;
    padding: 2% 0 4%;
    width: 90%;
    margin: 0 auto;
  }

  div.mainslider {
    text-align: center;
    margin: -25px auto 0;
    display: block;
    width: 78%;
  }

  div.mainslider li {
    padding: 0;
    margin: 0;
  }

  ul#bxslider_main {
    margin: 0;
    padding: 0;
  }

  /*///////////////////////////////////////////////


アバウト：about
	

///////////////////////////////////////////////*/

  p.aboutimg img {
    text-align: center;
    margin: 10% auto 8%;
    display: block;
    width: 100%;
    height: auto;
  }

  /*///////////////////////////////////////////////


お悩み：worries
	

///////////////////////////////////////////////*/

  section.worries {
    background: url(../images/bg_wavesp.png);
    background-size: cover;
    height: auto;
    /* background-color: #faf2dd; */
  }

  p.worriesimg img {
    text-align: center;
    margin: 0% auto;
    display: block;
    height: auto;
    width: 94%;
  }

  p.resolve {
    height: auto;
    margin: -0px auto 0;
    width: 80%;
  }

  /*///////////////////////////////////////////////


お客様の声：voice
	

///////////////////////////////////////////////*/

  section.voice {
    margin: -10% 5% 10%;
    padding: 5% 0;
    border-radius: 6px;
    border: 1px solid #ddd;
  }

  dl.thoughts {
    padding: 0;
    margin: 0 0 5% 0;
  }

  dl.thoughts dt {
    width: 30px;
    text-align: center;
    margin: 2% auto 1%;
  }

  dl.thoughts dd {
    border-bottom: 1px dotted #6a3906;
    border-top: 1px dotted #6a3906;
    line-height: 180%;
    margin: 0 5%;
    padding: 4% 2% 4%;
    font-size: 88%;
  }

  p.voicetitle {
    width: 50%;
    margin: 4% auto;
  }

  /*///////////////////////////////////////////////


スマホから購入できる
	

///////////////////////////////////////////////*/

  section.purchase {
    background: url(../images/bg_purchase.jpg) repeat-x;
    background-size: cover;
    height: auto;
    padding: 15% 0;
  }

  p.purchasetitle img {
    text-align: center;
    margin: 0% auto;
    width: 90%;
    display: block;
  }

  p.purchaseimg img {
    text-align: center;
    margin: 4% auto;
    display: block;
    margin: 0% auto;
    width: 90%;
  }

  /*///////////////////////////////////////////////


ご案内情報
	

///////////////////////////////////////////////*/

  section.infomation {
    margin: 10% 0;
  }

  p.free {
    margin: 0 auto;
    width: 90%;
  }

  div.infobtnbox {
    margin: 15% 0;
  }

  p.infobtn {
    width: 80%;
    margin: 4% auto;
  }

  /*///////////////////////////////////////////////


スライダー


///////////////////////////////////////////////*/

  .slider {
    margin: 30px auto 0;
    width: 100%;
  }
  .slider-img {
    margin: 0 5px;
  }
  .slider-img img {
    height: auto;
    width: 100%;
  }

  p.sliderreadtxt {
    margin: 30px auto 0;
    text-align: center;
    display: block;
    font-size: 90%;
    line-height: 190%;
  }

  /*///////////////////////////////////////////////


ご利用案内


///////////////////////////////////////////////*/

  section.userbox {
    background: #deebd1;
    padding: 5%;
  }

  div.whitebox {
    width: 90%;
    padding: 5%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
  }

  p.userlogo {
    width: 80%;
    margin: 4% auto;
  }

  ul.step {
    padding: 0;
    margin: 0;
  }

  ul.step li {
    padding: 0;
    margin: 10px 0 0 0;
  }

  p.coutiontxt {
    border: 1px solid #ec8000;
    padding: 5%;
    font-size: 84%;
    line-height: 180%;
    text-align: justify; // Required for IE and Edge
    text-align-last: right;
    margin: 4% 0;
  }

  ul.linkbtn {
    margin: 15% auto 10%;
    padding: 0;
  }

  ul.linkbtn li {
    width: 90%;
    margin: 5% auto;
  }

  ul.stepbtn {
    margin: 20px auto;
    text-align: center;
    padding: 0;
  }

  ul.stepbtn li {
    width: 80%;
    display: inline-block;
    margin: 1% 0;
  }

  /*///////////////////////////////////////////////


フッター
	

///////////////////////////////////////////////*/

  div.footbox {
    margin: 0 auto;
    text-align: center;
    padding: 3% 0 30%;
    font-size: 90%;
  }

  p.footlogo {
    width: 70%;
    height: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 6% 0;
  }

  ul.footbtn {
    margin: 0 0 8%;
    padding: 0;
  }

  ul.footbtn li {
    display: inline-block;
    width: 70%;
    height: auto;
    margin: 1% auto;
    padding: 0;
  }

  /*///////////////////////////////////////////////


下部固定フッター
	

///////////////////////////////////////////////*/

  .footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    text-align: center;
    padding: 2% 0;
  }
  .footer_area .footer_area_inner {
    position: relative;
    width: 43%;
    margin: 0 0 0 1px;
    padding: 5px 0;
    margin-right: 0px;
    float: left;
  }

  .footer_area .footer_area_inner002 {
    position: relative;
    width: 12%;
    margin: 0 0 0 1px;
    padding: 5px 0;
    margin-right: 0px;
    float: left;
  }

  .inquiry_btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 96%;
  }

  .inquiry_btn002 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 96%;
  }

  .inquiry_btn003 {
    clear: both;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    float: right;
  }

  /*///////////////////////////////////////////////


セットメニュー
	

///////////////////////////////////////////////*/

  div.setmenubox {
    width: 94%;
    margin: 10% auto;
  }

  div.setmenucontents {
    background-color: #fdf3e5;
    height: auto;
    margin-top: -40px;
    border-radius: 10px;
    padding: 5% 0 10%;
  }

  p.setmenutxt {
    color: #6a3906;
    font-size: 90%;
    line-height: 200%;
  }

  div.setmenucontentsbox {
    margin: 0 auto;
    display: block;
    width: 85%;
  }

  ul#bxslider {
    margin: 0px 0 0 0;
  }

  ul#bxslider li img {
    padding: 0;
    margin: 0 auto 0%;
    width: 100% !important;
  }

  /*///////////////////////////////////////////////


セットメニュー
	

///////////////////////////////////////////////*/

  div.shopmenu {
    margin: 0 auto;
  }

  ul.shopmenu {
    margin: 0 auto;
    padding: 0 3%;
  }

  ul.shopmenu li {
    margin: 1px;
    width: 48%;
    display: inline-block;
  }

  p.title_oki img {
    width: 80%;
    margin: 5% auto 0;
    padding: 0;
    text-align: center;
    display: block;
  }

  p.pricebnr img {
    text-align: center;
    display: block;
    width: 90%;
    margin: -10px auto 30px;
  }




  p.rollingcopy img{
    margin: 40px auto 10px;
    text-align: center;
    display: block;
  }






}
