@charset "utf-8";

/* 基本　*/

.spOnly {
  display: none;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
}

h1 {
  font-size: 3.4rem;
  margin-bottom: 55px;
  color: #eb6319;
}

h2 {
  font-size: 2rem;
  margin-bottom: 120px;
  line-height: 32px;
  font-weight: lighter;
}

body {
  color: #1a1311;
}

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

a:visited {
  color: #999;
}

.footcontainer a {
  color: #1a1311;
}

/* ヘッダ　*/

header {
  width: 100%;
  height: 110px;
  background-color: #eb6319;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.siteid {
  margin-left: 55px;
}

nav {
  width: 100%;
  text-align: right;
}

nav li {
  display: inline-block;
  padding: 43px 24px;
  font-size: 1.6rem;
}

.bg_or {
  background-color: #f17b0d;
}

.spicon {
  display: none;
}

/* フッター　*/

.insta {
  width: 100%;
  background-color: #ebebeb;
  padding: 110px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footcontainer,
.footcopy {
  font-size: max(1.4rem min(2vw + 1rem, 1rem));
  font-size: clamp(1.4rem, 2vw + 1rem, 1rem);
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 50px 53px;
  justify-content: space-between;
}

.footcontainer h4 {
  margin-bottom: 25px;
}

.footmenu {
  margin-top: 20px;
  display: flex;
  justify-content: right;
}

.footmenu li {
  display: inline-block;
  padding-right: 30px;
  font-family: "Mulish", sans-serif;
  font-size: 1.6rem;
  text-align: right;
}

.footmenu a {
  color: #0e0f11;
}

.btn04 a {
  color: #fff;
}

.footcopy {
  padding-bottom: 100px;
}

.footer_copyright {
  font-family: "Mulish", sans-serif;
  font-size: max(0.8rem min(2vw + 1rem, 1rem));
  font-size: clamp(0.8rem, 2vw + 1rem, 1rem);
}

.policy {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  padding: 8px;
  border-bottom: solid 1px #0e0f11;
  margin-right: 20px;
}

.policy a {
  color: #0e0f11;
}

/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 50px;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #999;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

/* トップページ　*/

.maincatch {
  width: 100%;
  height: 790px;
  background-image: url(../../img/mainimage.png);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 110px;
}

.catchcopy {
  position: absolute;
  top: 37%;
  left: 8%;
  margin: 0;
  padding: 0;
}

.catchlogo {
  margin: 40px;
}

.btn01 {
  margin: 34px 0 0 100px;
  background-color: #000;
  border-radius: 100vh;
  width: 260px;
  padding: 20px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn02 {
  display: inline-block;
  margin: 40px 0 60px 0;
  background-color: #fff;
  border-radius: 100vh;
  width: 400px;
  padding: 20px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #e33d1c;
}

.btn03 {
  display: inline-block;
  margin: 0 0 0 25px;
  background-color: #fff;
  border: #eb631c solid 3px;
  border-radius: 100vh;
  width: 330px;
  padding: 20px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #eb6319;
}

.btn04 {
  margin-top: 56px;
  background-color: #f17b0d;
  border-radius: 100vh;
  width: 330px;
  padding: 20px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.titcont {
  text-align: center;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.imgwrap {
  display: flex;
  overflow: hidden;
  padding-bottom: 130px;
  background-color: #ebebeb;
}

.imglist {
  display: flex;
  list-style: none;
}

.imglist-left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.imgitem {
  width: calc(100vw / 6);
}
.imgitem > img {
  width: 100%;
}

.container {
  width: 100%;
  display: flex;
}

.reverse {
  flex-flow: row-reverse;
}

.container-r {
  width: 60%;
  background-color: #f17b0d;
  background-image: url(../../img/bg_no1.png);
  background-size: 210px 185px;
  background-repeat: no-repeat;
  background-position: 90% 10%;
}

.contents-r {
  width: 550px;
  margin: 250px 105px 0px auto;
  color: #fff;
  font-size: 1.6rem;
  line-height: 30px;
}

.container-r2 {
  width: 60%;
  background-color: #eb6319;
  background-image: url(../../img/bg_no2.png);
  background-repeat: no-repeat;
  background-position: 10% 10%;
}

.container-r3 {
  width: 60%;
  background-color: #f17b0d;
  background-image: url(../../img/bg_no3.png);
  background-repeat: no-repeat;
  background-position: 90% 10%;
}

.contimg01 {
  width: 40%;
  height: 100vh;
  background-image: url(../../img/contimg01.jpg);
  background-size: cover;
  background-position: center;
}

.contimg02 {
  width: 40%;
  height: 100vh;
  background-image: url(../../img/contimg02.jpg);
  background-size: cover;
  background-position: center;
}

.contimg03 {
  width: 40%;
  height: 100vh;
  background-image: url(../../img/contimg03.jpg);
  background-size: cover;
  background-position: center;
}

.cap,
.hist {
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: lighter;
}

.hirano {
  font-size: 4rem;
  margin-top: 10px;
}

.hist_line {
  border-left: #fff solid 4px;
  padding-left: 35px;
  margin: 30px 0 20px;
}

/* ニュース　*/

.newswrap {
  width: 100%;
  height: 500px;
  background-image: url(../../img/newsmark.png);
  background-repeat: no-repeat;
  background-position: 120% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newscont {
  display: flex;
}

.newstit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #eb6319;
  margin-right: 75px;
}

.newsday {
  font-size: 1.6rem;
  color: #939393;
  margin-right: 40px;
}

.newslist li {
  display: flex;
  margin-bottom: 30px;
}

.subtxt {
  font-size: 1.6rem;
}

/* メニュー・料金　*/

.menuwrap {
  width: 100%;
  height: 340px;
  background-image: url(../../img/newsmark.png);
  background-size: 380px 250px;
  background-repeat: no-repeat;
  background-position: 120% 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.pagetit {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  color: #eb6319;
}

.m-container {
  width: 100%;
  display: flex;
  margin-bottom: 80px;
}

.m-color {
  width: 15%;
  height: 477px;
}

.m-photo {
  width: 40%;
  height: 477px;
  background-size: cover;
  background-position: center;
}

.m-price {
  width: 30%;
  padding: 0 45px;
  font-size: 1.6rem;
}

.m-space {
  width: 15%;
}

.menutit {
  font-weight: 600;
  font-size: 3rem;
  color: #e33d1c;
  line-height: 1.2;
  margin-bottom: 1em;
}

.menusubtit {
  font-weight: 600;
  font-size: 2rem;
  color: #6c6c6c;
  line-height: 1.2;
  margin-top: 1em;
}

.menusubtit-or {
  font-weight: 600;
  font-size: 2.5rem;
  color: #e33d1c;
  line-height: 1.2;
  margin-bottom: 1em;
}

.price {
  color: #000;
  font-weight: 600;
  font-size: 3rem;
}

.smallen {
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
  margin-left: 8px;
}

.pricetxt {
  width: 350px;
  margin-top: 30px;
  line-height: 25px;
}

.or01 {
  background-color: #f17b0d;
}
.or02 {
  background-color: #eb6319;
}
.or03 {
  background-color: #e5460e;
}

.mphoto01 {
  background-image: url(../../img/menu01.jpg);
}
.mphoto02 {
  background-image: url(../../img/menu02.jpg);
}
.mphoto03 {
  background-image: url(../../img/menu03.jpg);
}
.mphoto04 {
  background-image: url(../../img/menu04.jpg);
}
.mphoto05 {
  background-image: url(../../img/menu05.jpg);
}
.mphoto06 {
  background-image: url(../../img/menu06.png);
}

.mb100 {
  margin-bottom: 100px;
}

/* 施術の流れ*/

.triangle {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 30px solid #f17b0d;
  margin: 60px auto;
}

.qanda {
  width: 1100px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.qanda ul {
  margin: 80px 0 100px;
}

.qanda li {
  margin-bottom: 80px;
}

.qanda p {
  color: #e33d1c;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 15px;
}

.fphoto01 {
  background-image: url(../../img/flow01.png);
}
.fphoto02 {
  background-image: url(../../img/flow02.png);
}
.fphoto03 {
  background-image: url(../../img/flow03.png);
}
.fphoto04 {
  background-image: url(../../img/flow04.png);
}

/* ラクリスとは */

.videowrap {
  width: 100%;
  background-color: #f17b0d;
  margin-bottom: 130px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youtube iframe {
  width: 70%;
  height: 70%;
}

.rakuleaseimg01,
.rakuleaseimg02,
.rakuleaseimg03 {
  width: 40%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.rakuleaseimg01 {
  background-image: url(../../img/rakuleaseglove.png);
}

.rakuleaseimg02 {
  background-image: url(../../img/rakuleaseneck.png);
}

.rakuleaseimg03 {
  background-image: url(../../img/rakuleaseset.png);
}

.raku-subtit {
  font-size: 2.5rem;
  padding: 45px 0;
}

.r-photo {
  width: 70%;
  height: 650px;
  background-size: cover;
  background-position: center;
}

.rphoto01 {
  background-image: url(../../img/rphoto01.png);
}

.rphoto02 {
  background-image: url(../../img/rphoto02.png);
}

.r-wrap {
  width: 70%;
  margin: 0 auto;
  padding: 45px 0;
}

.r-price {
  width: 50%;
  padding: 0 45px 0 0;
  font-size: 1.6rem;
}

.r-link {
  font-size: 1.6rem;
  margin-top: 30px;
  text-align: center;
}

.r-link p {
  margin-bottom: 15px;
}

.s-link {
  font-size: 1.6rem;
  margin-top: 30px;
}

.s-link p {
  margin-bottom: 15px;
}

.s-link img {
  margin: 0 0 15px 50px;
}

.r-wrapor {
  width: 70%;
  margin: 0 auto 100px;
  padding: 45px 45px 0;
  border: solid #c43f23 3px;
  text-align: center;
  font-size: 1.6rem;
}

.r-tit {
  color: #e33d1c;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 15px;
}

.r-caution {
  margin: 30px;
}

.r-caution li {
  text-align: left;
  padding-bottom: 15px;
  font-size: 1.6rem;
}

.recommend {
  width: 50%;
  padding: 0 45px 0 0;
  font-size: 1.6rem;
}

.rectit {
  font-weight: 600;
  font-size: 3rem;
  color: #e33d1c;
}

.rectxt {
  width: 350px;
  margin-top: 30px;
  line-height: 25px;
}

/* 店舗紹介　*/

.shop_container {
  width: 60%;
  margin: 0 auto;
  display: flex;
}

.shop_add {
  width: 50%;
  font-size: 16px;
  padding: 0 40px 0 0;
  line-height: 30px;
}

.shop_map {
  width: 50%;
}

.phone {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.shopimg_hirano {
  width: 50%;
  height: 100vh;
  background-image: url(../../img/shopimg_hirano.png);
  background-size: cover;
  background-position: center;
}

.shop-r {
  width: 50%;
  margin: 50px auto 0;
  padding: 50px;
}

.cap {
  font-size: 1.4rem;
}

.hirano_b {
  font-size: 4rem;
  margin-top: 10px;
}

.shoptxt {
  width: 70%;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 30px 0;
}

.shoptit {
  font-weight: 600;
  font-size: 2.4rem;
  color: #e33d1c;
  margin-top: 30px;
}

.shopcard {
  margin-top: 30px;
}

.shopwrap {
  width: 98%;
  margin: 0 auto 100px;
}

.shopcontainer-1,
.shopcontainer-2,
.shopcontainer-3,
.shopcontainer-4 {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 10px;
}

.shopcontainer-1,
.shopcontainer-3 {
  grid-template-rows: 450px;
}

.shopcontainer-2,
.shopcontainer-4 {
  grid-template-rows: 320px;
}

.shopcontainer-1 {
  grid-template-columns: 3fr 2fr;
}

.shopcontainer-2 {
  grid-template-columns: 1.5fr 1.5fr 2fr;
}

.shopcontainer-3 {
  grid-template-columns: 2fr 3fr;
}

.shopcontainer-4 {
  grid-template-columns: 2fr 1.5fr 1.5fr;
}

.item {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_or1 {
  background: #f17b0d;
  padding: 10px;
}

.item_or2 {
  background: #e33d1c;
  padding: 10px;
}

.shopphoto01,
.shopphoto02,
.shopphoto03,
.shopphoto04,
.shopphoto05,
.shopphoto06,
.shopphoto07 {
  background-size: cover;
  background-position: center;
}

.shopphoto01 {
  background-image: url(../../img/shop01.jpg);
}
.shopphoto02 {
  background-image: url(../../img/shop02.jpg);
}
.shopphoto03 {
  background-image: url(../../img/shop03.jpg);
}
.shopphoto04 {
  background-image: url(../../img/shop04.jpg);
}
.shopphoto05 {
  background-image: url(../../img/shop05.jpg);
}
.shopphoto06 {
  background-image: url(../../img/shop06.jpg);
}
.shopphoto07 {
  background-image: url(../../img/shop07.jpg);
}

/* 問い合わせフォーム　*/

form {
  max-width: 650px;
  margin: 50px auto;
}

.feedback-input {
  color: white;
  font-weight: 500;
  font-size: 1.8rem;
  border-radius: 5px;
  line-height: 26px;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}

.feedback-input:focus {
  border: 2px solid #ccc;
}

textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

[type="submit"] {
  width: 60%;
  background: #c7c7c7;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: #0e0f11;
  font-size: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
  font-weight: 700;
  margin: 20px 0 120px 20%;
}
[type="submit"]:hover {
  background: #999;
}

@media (max-width: 1025px) {
  h1 {
    font-size: 3rem;
    margin-bottom: 45px;
  }

  h2 {
    font-size: 1.6rem;
    margin-bottom: 110px;
    line-height: 30px;
  }

  /* ヘッダ　*/

  .spicon {
    display: block;
  }

  /* フッター　*/

  .footmenu {
    display: none;
  }

  /* トップページのみ　*/

  .maincatch {
    height: 600px;
    margin-bottom: 90px;
  }

  .catchcopy {
    top: 30%;
    left: 5%;
  }

  .catchcopy img {
    width: 450px;
    height: 113px;
  }

  .catchlogo {
    margin: 30px;
  }

  .btn01 {
    margin: 30px 0 0 90px;
  }

  .btn02 {
    margin: 40px 0 40px 0;
    width: 320px;
    padding: 15px 40px;
    font-size: 1.4rem;
  }

  .btn03 {
    margin: 0 0 0 25px;
    border-radius: 100vh;
    width: 280px;
    padding: 15px 40px;
    font-size: 1.4rem;
  }

  /*
右から左へ
----------------------------*/

  .imgitem {
    width: calc(100vw / 4);
  }

  .contents-r {
    width: 80%;
    margin: 300px auto 0px;
  }

  .cap,
  .hist {
    font-size: 1.4rem;
  }

  .hirano {
    font-size: 3.6rem;
  }

  .hist_line {
    border-left: #fff solid 4px;
    padding-left: 20px;
    margin: 40px 0 30px;
  }

  /* ニュース　*/

  .menuwrap {
    height: 250px;
    background-image: none;
  }

  .newswrap {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    background-image: none;
  }

  .pagetit {
    width: 95%;
  }

  .m-color {
    width: 5%;
  }

  .m-photo {
    width: 40%;
  }

  .m-price {
    width: 50%;
    padding: 0 45px;
    font-size: 1.4rem;
  }

  .m-space {
    width: 5%;
  }

  .menutit {
    font-size: 2.5rem;
  }

  .menusubtit {
    font-size: 1.8rem;
  }

  .menusubtit-or {
    font-size: 2rem;
  }

  .price {
    font-size: 2.5rem;
  }

  .smallen {
    font-size: 1.8rem;
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .qanda {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
  }

  .qanda ul {
    margin: 80px 0 200px;
  }

  .qanda li {
    margin-bottom: 60px;
  }

  .qanda p {
    color: #e33d1c;
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 15px;
  }

  .raku-subtit {
    padding: 0 0 30px 0;
  }

  .r-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 45px 0;
  }

  .r-wrapor {
    width: 80%;
    margin: 0 auto 100px;
    padding: 45px 45px 0;
    border: solid #c43f23 3px;
    text-align: center;
    font-size: 1.6rem;
  }

  .r-photo {
    width: 70%;
    height: 450px;
    background-size: cover;
    background-position: center;
  }

  /* 店舗紹介　*/

  .shopcontainer-1,
  .shopcontainer-3 {
    grid-template-rows: 350px;
  }

  .shopcontainer-2,
  .shopcontainer-4 {
    grid-template-rows: 220px;
  }

  .shop_container {
    width: 90%;
  }

  .shop-r {
    padding: 50px 0 0 50px;
  }

  .shoptxt {
    width: 90%;
    padding: 30px 0;
  }

  /* ----------------------- */
  /* base_sp
  /* ----------------------- */
  /* デフォルトのbuttonスタイルをリセット */
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }

  /* ------------------ */
  /* humberger-menu */
  /* ------------------ */

  /* 以下、ハンバーガーボタン */
  .burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 200;
    border: none;
  }
  .bar {
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 35%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 10px;
  }

  .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }

  /* 以下、ハンバーガーメニュー */
  .nav-wrapper {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 100;
  }
  .header-nav {
    width: 100%;
    height: 100%;
    background-color: #f17b0d;
    z-index: 100;
  }
  .nav-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .nav-item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* メニューオープン時 */
  .nav-wrapper.fade {
    visibility: visible;
    opacity: 1;
  }

  .noscroll {
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  .spOnly {
    display: block;
  }

  h1 {
    font-size: 2.2rem;
    width: 90%;
    margin: 40px auto;
  }

  h2 {
    font-size: 1.6rem;
    width: 90%;
    margin: 0px auto 50px;
    line-height: 28px;
  }

  /* ヘッダ　*/

  header {
    width: 100%;
    height: 80px;
  }

  .siteid {
    margin-left: 30px;
  }

  .spicon {
    display: block;
  }

  /* フッター　*/

  .insta {
    display: block;
    padding: 70px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .insta img {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .footcontainer {
    text-align: center;
  }

  .footmenu {
    display: none;
  }

  /* トップページのみ　*/

  .maincatch {
    width: 100%;
    height: 400px;
    background-image: url(../../img/mainimage.png);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 50px;
  }

  .catchcopy {
    top: 40%;
    left: 5%;
  }

  .catchcopy img {
    width: 50%;
    height: 50%;
  }

  .catchlogo {
    width: 60%;
    height: 60%;
    margin: 30px 0px;
  }

  .btn01 {
    margin: 80px 0 0 0px;
    background-color: #000;
    border-radius: 100vh;
    width: 260px;
    padding: 20px 50px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .btn02 {
    display: inline-block;
    margin: 40px auto 50px;
    background-color: #fff;
    border-radius: 100vh;
    width: 350px;
    padding: 20px 40px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #e33d1c;
  }

  .btn03 {
    display: inline-block;
    margin: 0 0 20px 0px;
    background-color: #fff;
    border: #eb631c solid 3px;
    border-radius: 100vh;
    width: 330px;
    padding: 20px 50px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #eb6319;
  }

  .btn04 {
    margin-top: 56px;
    background-color: #f17b0d;
    border-radius: 100vh;
    width: 330px;
    padding: 20px 50px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .titcont {
    text-align: center;
  }

  /*
  右から左へ
  ----------------------------*/

  .imgwrap {
    padding-bottom: 50px;
  }

  .imgitem {
    width: calc(100vw / 3);
  }

  .container {
    width: 100%;
    display: block;
  }

  .m-container {
    width: 100%;
    display: block;
  }

  .reverse {
    flex-flow: row-reverse;
  }

  .container-r {
    width: 100%;
    background-color: #f17b0d;
    background-image: url(../../img/bg_no1.png);
    background-repeat: no-repeat;
    background-position: 90% 10%;
  }

  .contents-r {
    width: 90%;
    margin: 0 auto;
    padding: 320px 0px 0px auto;
  }

  .contents-r p {
    padding-top: 50px;
  }

  .rakutxt {
    padding-bottom: 50px;
  }

  .container-r2,
  .container-r3 {
    width: 100%;
  }

  .contimg01,
  .contimg02,
  .contimg03 {
    width: 100%;
    height: 50vh;
  }

  .rakuleaseimg01,
  .rakuleaseimg02,
  .rakuleaseimg03 {
    width: 100%;
    height: 50vh;
  }

  .cap,
  .hist {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: lighter;
  }

  .hirano {
    font-size: 4rem;
    margin-top: 10px;
  }

  .hist_line {
    border-left: #fff solid 4px;
    padding-left: 30px;
    margin: 20px 0 20px;
  }

  /* ニュース　*/

  .newswrap {
    width: 85%;
    height: 350px;
    margin: 0 auto;
    background-image: none;
  }

  .newscont {
    display: block;
  }

  .newstit {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .newsday {
    margin-right: 20px;
  }

  .newslist li {
    display: flex;
    margin-bottom: 25px;
  }

  /* メニュー　*/

  .menuwrap {
    height: 250px;
    background-image: none;
  }

  .pagetit {
    width: 95%;
  }

  .m-color {
    width: 0%;
    height: 0;
  }

  .m-photo {
    width: 100%;
  }

  .m-price {
    width: 100%;
    padding: 20px 30px;
    font-size: 1.4rem;
  }

  .m-space {
    width: 0%;
  }

  .menutit {
    font-size: 2.5rem;
  }

  .menusubtit {
    font-size: 1.8rem;
  }

  .menusubtit-or {
    font-size: 2rem;
  }

  .price {
    font-size: 2.5rem;
  }

  .smallen {
    font-size: 1.8rem;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  /* ラクリスについて　*/

  .raku-subtit {
    font-size: 2.5rem;
    padding: 0px;
  }

  .r-photo {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
  }

  .r-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }

  .pricetxt {
    width: 100%;
    margin-top: 30px;
    line-height: 25px;
  }

  .videowrap {
    margin-bottom: 70px;
  }

  .recommend {
    width: 100%;
    padding: 0;
  }

  .rectit {
    font-size: 2.8rem;
  }

  .rectxt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
  }

  .cautiontit {
    margin-bottom: 30px;
  }

  .r-caution {
    margin: 0px;
  }

  /* 店舗紹介　*/

  .shopcontainer-1,
  .shopcontainer-2,
  .shopcontainer-3,
  .shopcontainer-4 {
    grid-template-columns: 1fr;
    grid-template-rows: 250px;
  }

  .item {
    height: 250px;
  }

  .item_or1,
  .item_or2 {
    display: none;
  }

  .shop_container {
    width: 100%;
    display: block;
  }

  .shop_add {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
  }

  .shop_map {
    width: 100%;
    height: 200px;
  }

  .shopimg_hirano {
    width: 100%;
  }

  .shop-r {
    width: 100%;
  }

  /* 問い合わせフォーム　*/

  form {
    max-width: 300px;
    margin: 50px auto;
  }

  [type="submit"] {
    font-size: 1.5rem;
  }
}

@media (min-width: 600px) {
  .telLink {
    pointer-events: none;
  }
}
