/*
* cmn_layout.css
*
*/

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 160%;
  word-wrap: break-word;
}


@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}


#wrapper,
#contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#wrapper {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*===============================================
●画面の横幅が667px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 667px) {

  #wrapper {
    min-width: 1160px;
  }

  /* !共通
  ---------------------------------------------------------- */
  .sp-only {
    display: none !important;
  }

  a:hover {
    opacity: 0.8;
  }

  .list-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-box !important;
    display: -webkit-flexbox !important;
    display: -moz-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-lines: multiple !important;
    -moz-box-lines: multiple !important;
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .line {
    margin: 75px auto 0 auto;
  }


  /* メイン画像
  ---------------------------------------------------------- */
  header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 80px 50px 110px 50px;
    background: url(../images/kv-bg.webp) bottom center no-repeat;
    background-size: cover;
  }

  header > h1 {
    position: absolute;
    z-index: 3;
    top: 25px;
    left: 50px;
    width: 400px;
  }

  header > img.kv {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }

  header > img.campaign {
    position: absolute;
    z-index: 3;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
  }

  header>a.btn {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 10%;
    left: 27%;
    right: 0;
    margin: 0 auto;
    width: 19%;
  }

  /* コンテンツ部分
  ---------------------------------------------------------- */
  #contents {
    position: relative;
    z-index: 1;
    width: 100%;

  }

  a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    zoom: 1;
    transition: opacity 0.5s ease;
  }

  /* box02
  ---------------------------------------------------------- */
  #wrap {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0 0 0;
    background: url(../images/wrap-bg.webp) top center no-repeat;
    background-size: 100%;
  }

  #box02 {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #box02 > img.img01 {
    width: 644px;
    margin: 0 auto;
  }

  #box02 > img.img02 {
    width: 830px;
    margin: 40px auto 0 auto;
  }
  .box02_flex{
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 40px auto 0;
  }

  .box02_item.item01{
    width: 40%;
  }

  .box02_item.item01 .movie-box{
    width: 100%;
    position: relative;
  }

  .box02_item.item01 .movie-box .movie{
    width: 85%;
    position: absolute;
    top: 30px;
    right: 5px;
    display: block;
  }

  .box02_item.item01 .movie-box .movie-frame{
    width: 100%;
    position: absolute;
    top: -10px;
    right: 0px;
    pointer-events: none;
  }

  .box02_item.item02{
    width: 55%;
  }

  /* box03
  --------------------------------------------------------- */
  #box03 {
    width: 100%;
    margin: 120px auto 0 auto;
  }

  #box03 > img.title {
    width: 448px;
    margin: 0 auto;
  }

  #box03 > img.point01 {
    width: 960px;
    margin: 60px auto 0 auto;
  }

  #box03 > img.point02 {
    width: 960px;
    margin: 60px auto 0 auto;
  }

  #box03 > img.more {
    width: 960px;
    margin: 120px auto 0 auto;
  }

  /* box04
  --------------------------------------------------------- */
  #box04 {
    width: 100%;
    margin: 90px auto 0 auto;
    padding: 80px 0 90px 0;
    background: url(../images/box04-bg.webp) top center no-repeat;
    background-size: cover;
  }

  #box04 > img {
    margin: 0 auto;
    width: 659px;
  }

  #box04 > div {
    position: relative;
    width: 818px;
    margin: 20px auto 0 auto;
  }

  #box04 > div > a {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 40px;
    right: 20px;
    width: 258px;
  }

  /* 施術までの流れ
  --------------------------------------------------------- */
  #step {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 80px 0;
    background: url(../images/step-bg.webp) top center no-repeat;
    background-size: cover;
  }

  #step > img {
    width: 317px;
    margin: 0 auto;
  }

  /*#step-slider-wrap {
    position: relative;
    margin: 40px auto 0 auto;
    padding-bottom: 50px;
    width: 960px;
    overflow: hidden;
  }

  #step-slider-wrap .inner {
    margin: 0;
    width: 75%;
  }

  #step-slider-wrap .slick-list {
    overflow: visible;
  }

  #step-slider-wrap .slide-arrow {
    bottom: -50px;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    width: 38px !important;
  }

  #step-slider-wrap .prev-arrow {
    left: 0;
    right: -180px;
  }

  #step-slider-wrap .next-arrow {
    left: 370px;
    right: 0;
  }*/

  .list-flex{
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 30px auto 0;
  }

  .list-flex .item-img{
    width: 23%;
  }

  /* 施術メニュー
  --------------------------------------------------------- */
  .menu-title {
    width: 230px;
    margin: 140px auto 0 auto;
  }

  .menu-txt {
    margin: 25px auto 0 auto;
    font-size: 16px;
    line-height: 1;
  }

  #menu01 {
    position: relative;
    width: 100%;
    margin: 70px auto 0 auto;
    padding: 60px 0 90px 0;
    background-color: #FEEFE5;
  }

  #menu01 > img.title {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 420px;
  }

  #menu01 > p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
  }

  #menu01 > div {
    width: 960px;
    margin: 30px auto 0;
  }

  #menu01 > div > div {
    position: relative;
    /*width: 450px;*/
    width: auto;
    margin: 0;
  }

  #menu01 > div > div:nth-of-type(2) {
    margin: 0 0 0 60px;
  }

  #menu01 > div > div > a {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
  }

  #menu02 {
    position: relative;
    width: 100%;
    margin: 60px auto 0 auto;
  }

  #menu02 ul {
    width: 960px;
    margin: 0 auto;
  }

  #menu02 ul > li {
    position: relative;
    width: 450px;
    margin: 0;
  }

  #menu02 ul > li:nth-of-type(2) {
    margin: 0 0 0 60px;
  }

  /* plan
  --------------------------------------------------------- */
  #plan {
    width: 960px;
    margin: 70px auto 0 auto;
  }

  #plan > img.open {
    width: 930px;
    margin: 0 auto;
    cursor: pointer;
  }

  #plan > .detail {
    display: none;
    position: relative;
    width: 960px;
    margin: 0 auto;
  }

  #plan > .detail > img.close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 930px;
    cursor: pointer;
  }

  /* FLELTシステム
  --------------------------------------------------------- */
  #system {
    width: 960px;
    margin: 80px auto 0 auto;
  }
  #system > img.title {
    width: 770px;
    margin: 0 auto;
  }
  #system > img.img {
    width: 378px;
    margin: 20px auto 0;
  }
  #system .system-tab{
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 40px auto 0;
  }
  #system .system-tab .tab_list{
    display: flex;
    margin: 0 auto;
  }
  #system .system-tab .tab_list_item {
    flex: 1;
    padding: 0;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
  }
  #system .system-tab .tab_list > button:nth-of-type(2) {
    margin: 0 20px;
  }
  #system .system-tab  .btn_active{

  }
  #system .tab_contents_wrap{
    position: relative;
    z-index: 2;
    margin: -2px auto 0;
  }
  #system .tab_contents{
    position: relative;
    z-index: 1;
    display: none;
  }
  #system .active{
    position: relative;
    z-index: 2;
    display: block;
  }
  #system > img.txt {
    width: 450px;
    margin: 30px auto 0;
  }

  /* お客様の声
  --------------------------------------------------------- */
  #voice {
    width: 100%;
    margin: 100px auto 0 auto;
    padding: 100px 0 140px 0;
    background: url(../images/voice-bg.webp) top center no-repeat;
    background-size: cover;
  }

  #voice > img {
    width: 265px;
    margin: 0 auto;
  }

  #voice-slider-wrap {
    position: relative;
    margin: 50px auto 0 auto;
    width: 90%;
  }

  #voice-slider-wrap .slide-arrow {
    bottom: -50px;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    width: 78px !important;
  }

  #voice-slider-wrap .prev-arrow {
    left: 0;
    right: 115px;
  }

  #voice-slider-wrap .next-arrow {
    left: 115px;
    right: 0;
  }

  #voice-slider-wrap span.chui {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 12px;
  }

  /* 予約
  --------------------------------------------------------- */
  #reservation {
    width: 960px;
    margin: 70px auto 0 auto;
    padding: 40px 0 0 0;
  }

  #reservation > img {
    width: 353px;
    margin: 0 auto;
  }

  #reservation > div.dayoff {
    position: relative;
    width: 800px;
    margin: 70px auto 0;
    padding: 30px 0 0 0;
    background-color: #ffffff;
    border: 2px solid #F7944F;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  #reservation > div.dayoff.open {
    padding: 30px 0 30px 0;
  }
  #reservation > div.dayoff > img.title {
    width: 494px;
    margin: 0 auto;
  }
  #reservation > div.dayoff > img.detail-close {
    width: 698px;
    margin: 20px auto 0;
  }
  #reservation > div.dayoff > img.detail-open {
    display: none;
    width: 680px;
    margin: 20px auto 0;
  }
  #reservation > div.dayoff > img.bubble {
    display: none;
    position: absolute;
    top: 88px;
    right: 6px;
    width: 119px;
  }
  #reservation > div.dayoff > img.refa {
    position: absolute;
    top: 90px;
    right: 10px;
    width: 117px;
  }
  #reservation > div.dayoff > img.refa-open {
    display: none;
  }

  #reservation > div.dayoff > img.btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 378px;
    margin: 0 auto;
    cursor: pointer;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.16));
  }

  /* LINE友達追加 */
  #reservation .box-line {
    position: relative;
    width: 440px;
    margin: 60px auto 0;
  }
  #reservation .box-line a {
    display: block;
  }

  /* エリア　ボタン */
  #reservation > ul.btn {
    width: 600px;
    margin: 60px auto 0;
  }

  #reservation > ul.btn > li {
    width: 180px;
    margin: 0;
  }

  #reservation > ul.btn > li:nth-of-type(2) {
    margin: 0 30px;
  }

  /* エリア */
  #reservation div#mie,
  #reservation div#aichi,
  #reservation div#oosaka {
    width: 960px;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }

  #reservation div#aichi,
  #reservation div#oosaka {
    width: 210px;
  }

  #reservation div#mie > img.title,
  #reservation div#aichi > img.title,
  #reservation div#oosaka > img.title {
    width: 75px;
    margin: 0 auto;
  }

  #reservation-wrap {
    margin: 40px 0 0 0;
    text-align: left;
  }

  #reservation div#aichi {
    margin-right: 40px;
  }

  #reservation ul.shop {
    width: 100%;
    margin: 40px auto 0 auto;
  }

  #reservation ul.shop > li {
    width: 210px;
    margin: 60px 0 0 40px;
  }

  #reservation ul.shop > li:nth-of-type(1),
  #reservation ul.shop > li:nth-of-type(2),
  #reservation ul.shop > li:nth-of-type(3),
  #reservation ul.shop > li:nth-of-type(4) {
    margin-top: 0;
  }

  #reservation ul.shop > li:nth-of-type(4n-3) {
    margin-left: 0;
  }

  #reservation ul.shop > li > p.txt01 {
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
  }

  #reservation ul.shop > li > a.address {
    display: block;
    min-height: 35px;
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #003BFF;
    text-decoration: underline;
    line-height: 1.4;
    text-align: left;
  }

  #reservation ul.shop > li > p.txt02 {
    min-height: 85px;
    margin: 15px 0 0 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }

  #reservation ul.shop > li > p.txt03 {
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    border-top: #CFCFCF solid 1px;
  }

  #reservation ul.shop > li > a.btn {
    display: block;
    width: 210px;
    margin: 15px auto 0;
  }

  #reservation ul.shop > li > .h20 {
    min-height: 20px !important;
  }

  #reservation ul.shop > li > .h60 {
    min-height: 60px !important;
  }

  #reservation ul.shop > li > .h80 {
    min-height: 80px !important;
  }

  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 100px auto 0 auto;
    padding: 35px 0 40px 0;
    background-color: #F7944F;
  }

  footer > div {
    position: relative;
    width: 960px;
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
  }

  footer > div > p.logo {
    width: 213px;
    margin: 0;
  }

  footer > div > p.txt01 {
    margin: 30px 0 0 0;
    font-size: 14px;
    line-height: 1.7;
  }

  footer > div > p.txt02 {
    margin: 20px 0 0 0;
    width: 363px;
    font-size: 12px;
    line-height: 1.3;
  }

  footer > div > span.copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    line-height: 1.3;
  }
}


/*===============================================
●画面の横幅が666px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 666px) {


  /* !共通
  ---------------------------------------------------------- */
  .pc-only {
    display: none !important;
  }

  .sp-list-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-box !important;
    display: -webkit-flexbox !important;
    display: -moz-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-lines: multiple !important;
    -moz-box-lines: multiple !important;
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .line {
    margin: 50px auto 0 auto;
  }

  /*------------------------------------
  clearfix
  --------------------------------------*/
  .clearfix-sp {
    zoom: 1;
    overflow: hidden;
  }

  .clearfix-sp:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
  }


  /* メイン画像
  ---------------------------------------------------------- */
  header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px 35% 20px;
    background: url(../images/kv-bg_sp.webp) bottom center no-repeat;
    background-size: cover;
  }

  header > h1 {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 18px 0 0 20px;
    background-color: #ffffff;
  }

  header > h1 > a {
    display: block;
    width: 258px;
    margin: 0;
  }

  header > img.kv {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }

  header > img.campaign {
    position: absolute;
    z-index: 3;
    bottom: 6%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 83%;
  }

  header>a.btn {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 9%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 55%;
  }

  /* box02
  ---------------------------------------------------------- */
  #wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    background: url(../images/wrap-bg_sp.webp) top center no-repeat;
    background-size: 100%;
  }

  #box02 {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #box02 > img.img01 {
    width: 90%;
    margin: 0 auto 20px;
  }

  #box02 > img.img02 {
    width: 98%;
    margin: 30px auto 0 auto;
  }

  .box02_flex{
    width: 90%;
    margin: 0 auto;
  }
  .box02_item.item01{
    width: 95%;
    margin-left: -0.4rem;
    height: 145vw;
    padding-top: 10px;
  }
  .box02_item.item01 .movie-box{
    width: 100%;
    position: relative;

  }

  .box02_item.item01 .movie-box .movie{
    width: 88%;
    position: absolute;
    top: 6vw;
    right: 2vw;
    display: block;
  }

  .box02_item.item01 .movie-box .movie-frame{
    width: 100%;
    position: absolute;
    top: -3vw;
    right: 0;
    pointer-events: none;
  }

  .box02_item.item02{
    width: 100%;
    margin: 40px auto;
  }



  /* box03
  --------------------------------------------------------- */
  #box03 {
    width: 100%;
    margin: 80px auto 0 auto;
  }

  #box03 > img.title {
    width: 70%;
    margin: 0 auto;
  }

  #box03 > img.point01 {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  #box03 > img.point02 {
    width: 100%;
    margin: 40px auto 0 auto;
  }

  #box03 > img.more {
    width: 90%;
    margin: 50px auto 0 auto;
  }

  /* box04
  --------------------------------------------------------- */
  #box04 {
    width: 100%;
    margin: 45px auto 0 auto;
    padding: 40px 0 45px 0;
    background: url(../images/box04-bg_sp.webp) top center no-repeat;
    background-size: 100%;
  }

  #box04 > img {
    margin: 0 auto;
    width: 90%;
  }

  #box04 > div {
    position: relative;
    width: 90%;
    margin: 60px auto 0 auto;
  }

  #box04 > div > a {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65%;
  }

  /* 施術までの流れ
  --------------------------------------------------------- */
  #step {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: url(../images/step-bg_sp.webp) top center no-repeat;
    background-size: cover;
  }

  #step > img {
    width: 181px;
    margin: 0 auto;
  }

  /*#step-slider-wrap {
    position: relative;
    margin: 20px auto 0 auto;
    width: 90%;
  }

  #step-slider-wrap .slide-arrow {
    top: 25%;
    margin: auto;
    position: absolute;
    z-index: 10;
    width: 38px !important;
  }

  #step-slider-wrap .prev-arrow {
    left: -10px;
  }

  #step-slider-wrap .next-arrow {
    right: -10px;
  }*/


  #step div.step-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 0 0 70px 0;
    overflow: hidden;
  }

  #step div.step-wrap .inner01 {
    margin: 0 0 0 15px;
    width: 70%;
  }

  #step div.step-wrap .inner02 {
    position: relative;
  }

  #step div.step-wrap ul {
    width: 100%;
    margin: 0 auto;
  }

  #step div.step-wrap .slick-list {
    overflow: visible;
  }

  #step div.step-wrap ul div.slick-slide li {
    padding: 0 20px 0 0;
  }

  #step div.step-wrap ul div.slick-slide img {
    width: 100%;
  }

  #step .slide-arrow {
    bottom: -60px;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    width: 80px !important;
  }

  #step .prev-arrow {
    left: 0;
    right: 30px;
  }

  #step .next-arrow {
    left: 190px;
    right: 0;
  }


  /* 施術メニュー
  --------------------------------------------------------- */
  .menu-title {
    width: 35%;
    margin: 50px auto 0 auto;
  }

  .menu-txt {
    margin: 30px auto 0 auto;
    font-size: 16px;
    line-height: 1;
  }

  #menu01 {
    position: relative;
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 12% 0 60px 0;
    background-color: #FEEFE5;
  }

  #menu01 > img.title {
    position: absolute;
    top: -2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
  }

  #menu01 > p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
  }

  #menu01 > img.img {
    width: 90%;
    margin: 0 auto;
  }

  #menu01 > a {
    display: block;
    margin: 30px auto 0;
    width: 62%;
  }

  #menu01 > div > div > a > img {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }

  #menu02 {
    margin: 60px auto 0;
  }

  #menu02 ul {
    display: block;
    margin: 0 auto;
    padding-left: 3%;
  }

  #menu02 ul li {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  #menu02 .slick-list {
    padding: 0 10% 0 0 !important;
  }

  #menu02 img.scroll {
    width: 74px;
    margin: 10px 0 0 7%;
  }

  /* plan
  --------------------------------------------------------- */
  #plan {
    width: 100%;
    margin: 50px auto 0 auto;
  }

  #plan > img.open {
    width: 90%;
    margin: 0 auto;
  }

  #plan > .detail {
    display: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #plan > .detail > img {
    width: 98%;
  }

  #plan > .detail > img.close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
  }

  /* FLELTシステム
  --------------------------------------------------------- */
  #system {
    width: 100%;
    margin: 50px auto 0 auto;
  }
  #system > img.title {
    width: 90%;
    margin: 0 auto;
  }
  #system > img.img {
    width: 90%;
    margin: 20px auto 0;
  }
  #system .system-tab{
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 30px auto 0;
  }
  #system .system-tab .tab_txt{
    width: 80%;
    margin: 0 auto 5px;
  }
  #system .system-tab .tab_txt > img {
    display: none;
  }
  #system .system-tab .tab_list{
    display: flex;
    margin: 0 auto;
  }
  #system .system-tab .tab_list_item {
    flex: 1;
    padding: 0 0 3px 0;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
  }
  #system .system-tab .tab_list > button:nth-of-type(2) {
    margin: 0 10px;
  }
  #system .system-tab  .btn_active{
    padding-bottom: 0;
  }
  #system .tab_contents_wrap{
    position: relative;
    z-index: 2;
    margin: -1px auto 0;
  }
  #system .tab_contents{
    position: relative;
    z-index: 1;
    display: none;
  }
  #system .active{
    position: relative;
    z-index: 2;
    display: block !important;
  }
  #system > img.txt {
    width: 85%;
    margin: 30px auto 0;
  }

  /* お客様の声
  --------------------------------------------------------- */
  #voice {
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 50px 0 100px 0;
    background: url(../images/voice-bg_sp.webp) top center no-repeat;
    background-size: cover;
  }

  #voice > img {
    width: 152px;
    margin: 0 auto;
  }

  #voice-slider-wrap {
    position: relative;
    margin: 20px auto 0 auto;
    width: 100%;
  }

  #voice-slider-wrap .slide-arrow {
    bottom: -50px;
    margin: auto;
    position: absolute;
    z-index: 10;
    width: 78px !important;
  }

  #voice-slider-wrap .prev-arrow {
    left: 0;
    right: 110px;
  }

  #voice-slider-wrap .next-arrow {
    left: 110px;
    right: 0;
  }

  #voice-slider-wrap span.chui {
    position: absolute;
    bottom: -95px;
    right: 20px;
    font-size: 12px;
  }

  /* 予約
  --------------------------------------------------------- */
  #reservation {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px 0 20px;
  }

  #reservation > img {
    width: 265px;
    margin: 0 auto;
  }


  #reservation > div.dayoff {
    position: relative;
    width: 100%;
    margin: 25px auto 0;
    padding: 25px 0 10px 0;
    background-color: #ffffff;
    border: 2px solid #F7944F;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  #reservation > div.dayoff.open {
    padding: 25px 0;
  }
  #reservation > div.dayoff > img.title {
    width: 95%;
    margin: 0 auto;
  }
  #reservation > div.dayoff > img.detail-close {
    width: 100%;
    margin: 20px auto 0;
  }
  #reservation > div.dayoff > img.detail-open {
    display: none;
    width: 100%;
    margin: 20px auto 0;
  }
  #reservation > div.dayoff > img.btn {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 65%;
    margin: 0 auto;
    cursor: pointer;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.16));
  }

  /* LINE友達追加 */
  #reservation .box-line {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 40px auto 0;
  }
  #reservation .box-line a {
    display: block;
  }

  /* エリア　ボタン */
  #reservation > ul.btn {
    width: 100%;
    margin: 40px auto 0 auto;
  }

  #reservation > ul.btn > li {
    width: 30%;
    margin: 0;
  }

  #reservation > ul.btn > li:nth-of-type(2) {
    margin: 0 5%;
  }

  #reservation div#mie,
  #reservation div#aichi,
  #reservation div#oosaka {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }

  #reservation div#mie > img.title,
  #reservation div#aichi > img.title,
  #reservation div#oosaka > img.title {
    width: 56px;
    margin: 0 auto;
  }

  #reservation ul.shop {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  #reservation ul.shop > li {
    position: relative;
    width: 48%;
    margin: 40px 0 0 4%;
    padding-bottom: 145px;
  }

  #reservation ul.shop > li:nth-of-type(1),
  #reservation ul.shop > li:nth-of-type(2) {
    margin-top: 0;
  }

  #reservation ul.shop > li:nth-of-type(2n-1) {
    margin-left: 0;
  }

  #reservation ul.shop > li > p.txt01 {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
  }

  #reservation ul.shop > li > a.address {
    display: block;
    min-height: 35px;
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #003BFF;
    text-decoration: underline;
    line-height: 1.4;
    text-align: left;
  }

  #reservation ul.shop > li > p.txt02 {
    min-height: 70px;
    margin: 8px 0 0 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }

  #reservation ul.shop > li > p.txt03 {
    position: absolute;
    bottom: 105px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    border-top: #CFCFCF solid 1px;
  }

  #reservation ul.shop > li > a.btn {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 95%;
    max-width: 157px;
    margin: 0 auto;
  }

  #reservation ul.shop > li > a.btn02 {
    bottom: 0;
  }

  #reservation ul.shop > li > .h20_sp {
    min-height: 20px !important;
  }

  #reservation ul.shop > li > .h50_sp {
    min-height: 50px !important;
  }

  #reservation-wrap {
    margin: 20px 0 0 0;
    text-align: left;
  }

  #reservation div#aichi,
  #reservation div#oosaka {
    width: 48%;
  }

  #reservation div#aichi {
    margin-right: 4%;
  }

  #reservation div#aichi li,
  #reservation div#oosaka li {
    width: 100%;
  }

  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 35px 20px 10px 20px;
    background-color: #F7944F;
  }

  footer > div {
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
  }

  footer > div > p.logo {
    width: 213px;
    margin: 0;
  }

  footer > div > p.txt01 {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 1.7;
  }

  footer > div > p.txt01 > a {
    color: #ffffff;
  }

  footer > div > p.txt02 {
    margin: 30px 0 0 0;
    font-size: 12px;
    line-height: 1.3;
  }

  footer > div > span.copyright {
    display: block;
    margin: 30px 0 0 0;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }

}


/*===============================================
●画面の横幅が360px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 360px) {

}


/*/// video-conts ///*/
.video-conts {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.7);
  visibility: hidden; /* 非表示にしておく */
  opacity: 0; /* 非表示にしておく */
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/*/// video-conts(active) ///*/
.video-conts.active {
  visibility: visible;
  opacity: 1;
  padding: 20px;
}

#videoPlayer {
  max-width: 400px;
  width: 100%;
}

/*/// Close Button ///*/
.video-wrap {
  position: relative;
}

.video-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
