@charset "UTF-8";
@charest "utf-8";
html, body {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
  font-family: “ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, “游ゴシック”, YuGothic,Helvetica,Arial, Roboto, “Droid Sans”,sans-serif; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1.3rem; }

li {
  list-style: none; }

img {
  max-width: 100%; }

h1, h2, h3, h4 {
  font-weight: normal; }

h1 {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0; }

h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px; }

p {
  font-size: 1.3rem;
  line-height: 1.6; }

.border {
  text-align: center;
  padding-bottom: 2rem; }
  .border img {
    max-width: 100%; }

header {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
}
.slideshow{
  height: 73vw;
}

article {
  padding: 60px 15px; }
  article > section + section {
    margin-top: 10px; }

section {
  padding: 0; }


h1, h2, h3, h4 {
  font-weight: normal; }

header {
  margin: 0 auto; }

#top-menu {
  height: 60px;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: #000;
  box-shadow: 0px 1px 2px 2px rgba(138, 138, 138, 0.2);
  background-color: #FAF9F2;
  width: 100%;
  font-family: “ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, “游ゴシック”, YuGothic,Helvetica,Arial, Roboto, “Droid Sans”,sans-serif; }
  #top-menu .top-menu-tel, #top-menu .top-menu-contact, #top-menu .top-menu-pc {
    text-decoration: none;
    display: block;
    float: left;
    width: 66px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    border-right: 1px solid rgba(12, 12, 12, 0.07); }
    #top-menu .top-menu-tel img, #top-menu .top-menu-contact img, #top-menu .top-menu-pc img {
      display: block; }
    #top-menu .top-menu-tel span, #top-menu .top-menu-contact span, #top-menu .top-menu-pc span {
      line-height: 1;
      margin-top: 6px;
      font-size: 1rem;
      color: #ff7f50; }
  #top-menu .menu-btn {
    float: right;
    width: 56px;
    height: 60px;
    position: relative; }
    #top-menu .menu-btn .menu-btn-inner,
    #top-menu .menu-btn .menu-btn-inner span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
    #top-menu .menu-btn .menu-btn-inner {
      width: 25px;
      height: 22px;
      position: absolute;
      right: 15px;
      top: 15px; }
    #top-menu .menu-btn .menu-btn-inner span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #000;
      border-radius: 2px; }
    #top-menu .menu-btn .menu-btn-inner span:nth-of-type(1) {
      top: 0; }
    #top-menu .menu-btn .menu-btn-inner span:nth-of-type(2) {
      top: 10px; }
    #top-menu .menu-btn .menu-btn-inner span:nth-of-type(3) {
      bottom: 0; }
    #top-menu .menu-btn .menu-btn-inner.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    #top-menu .menu-btn .menu-btn-inner.active span:nth-of-type(2) {
      opacity: 0; }
    #top-menu .menu-btn .menu-btn-inner.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg); }
    #top-menu .menu-btn > span {
      position: absolute;
      bottom: 8px;
      line-height: 1;
      width: 100%;
      text-align: center;
      font-size: 1rem; }

.sp-menu {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 90px 15px 20px;
  background-color: rgba(250, 249, 242, 0.93);
  display: none;
  overflow: auto;
  font-family: “ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, “游ゴシック”, YuGothic,Helvetica,Arial, Roboto, “Droid Sans”,sans-serif; }
  .sp-menu .sp-menu-inner {
    padding-bottom: 30px; }
  .sp-menu .pcbtn {
    display: block;
    width: 100px;
    height: 30px;
    font-size: 1.1rem;
    line-height: 30px;
    border-radius: 25px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    text-decoration: none;
    margin: 10px auto 0; }
  .sp-menu ul.sp-menu-first > li {
    overflow: hidden;
    border-bottom: 1px solid rgba(250, 249, 242, 0.93); }
    .sp-menu ul.sp-menu-first > li > a {
      text-decoration: none;
      display: block;
      font-size: 1.4rem;
      line-height: 2.6;
      color: #fff;
      text-align: center;
      background-color: #686665;
      padding-left: 10px; }
  .sp-menu ul.sp-menu-first h2 {
    margin: 30px auto 7px;
    font-size: 1.5rem; }
    .sp-menu ul.sp-menu-first h2:after, .sp-menu ul.sp-menu-first h2:before {
      content: none !important; }
  .sp-menu ul.sp-menu-first p {
    font-size: 1.2rem;
    margin-bottom: 5px; }
  .sp-menu ul.sp-menu-second > li {
    width: 50%;
    float: left;
    text-align: center;
    border-bottom: 1px solid rgba(250, 249, 242, 0.93);
    border-right: 1px solid rgba(250, 249, 242, 0.93); }
    .sp-menu ul.sp-menu-second > li a {
      display: block;
      text-decoration: none;
      font-size: 1.4rem;
      line-height: 2.6;
      color: #fff;
      background-color: #686665; }
  .sp-menu ul.sp-menu-second > li:first-child {
    width: 100%;
}
  .sp-menu ul.sp-menu-second > li:nth-child(12) {
    width: 100%;
}
  .sp-menu ul.sp-menu-second > li:last-child {
    width: 100%;
}

#logo {
  text-align: center;
  margin: 80px auto 20px;
  height:61px;

  text-align: center; }
  #logo img {
    width: 160px; }

#logo img {
  height:61px;
}

#logo :hover {
  opacity: 0.75; }

#entry {
  padding-top: 0; }
  #entry img {
    margin-bottom: 0;
    padding: 0px 0; }

#breadcrumb {
  font-size: smaller; }

#breadcrumb ol {
  list-style: none;
  margin: 7px 0;
  padding: 0; }

#breadcrumb ol li {
  display: inline; }

#breadcrumb ol li::after {
  content: ">";
  padding-left: 8px; }

#breadcrumb ol li:last-child::after {
  content: none; }

#entry h1 {
  margin: 50px auto 0;
  text-align: center;
  font-size: 5.5vw;/* IE8以下とAndroid4.3以下用フォールバック */
  font-family: serif;
  font-weight: bold;
}




/*こんなお客様のために(始まり)*/
#foruser {
  width: 100%;
  padding: 0 10px 10px 10px;;
  margin: 10px auto 0;
}
#foruser h2 {
  padding-bottom: 0;
  margin: 0 auto 20px;
  font-size: 4.5vw;/* IE8以下とAndroid4.3以下用フォールバック */
  font-weight: bold;
  text-align: center;
}
#foruser h2:first-letter {
  font-size: 6vw;
}

#foruser img {
  margin: 0 auto 20px;
}

/*こんなお客様のために(終わり)*/





/*アイテムの紹介*/
#item {
  width: 100%;
  margin: 40px auto 100px;
}
#item h2 {
  padding-bottom: 0;
  margin: 0 auto 10px;
  font-size: 4.5vw;/* IE8以下とAndroid4.3以下用フォールバック */
  font-weight: bold;
  text-align: center;
}
#item h2:first-letter {
  font-size: 6vw;
}
#item_lineup img {
  margin: 0 auto 50px;
}
#item_lineup_2 img {
  margin: 0 auto 0;
}
#item_lineup_2 p {
  font-size: 2.5vw;
  text-align: right;
}
/*//アイテムの紹介(終わり)//*/




/*3つの特徴があります*/
#features {
  width: 100%;
  margin: 40px auto 50px;
}
#features h2 {
  padding-bottom: 0;
  margin: 0 auto 10px;
  font-size: 4.5vw;/* IE8以下とAndroid4.3以下用フォールバック */
  font-weight: bold;
  text-align: center;
}
#features h2:first-letter {
  font-size: 6vw;
}
#features img {
  margin: 0 auto 50px;
}
#features_qrcode img {
  margin: 0 auto 50px;
}
#features_line img {
  margin: 0 auto 0;
}
#friend {
  text-align: center;
  margin: 10px auto 0;
}
#features_semi_order img {
  margin: 0 auto 0;
}
/*//3つの特徴があります(終わり)//*/


/*LINE問い合わせ案内*/
#line_invitation {
  width: 100%;
  margin:  auto 0;
}
#line_invitation img {
  margin: 0 auto 0;
}
/*LINE問い合わせ案内(終わり)*/





/*TOP戻る*/

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity:0.7;
  font-size: 2vw; }

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center; }

#page-top a:hover {
  text-decoration: none;
  background: #999; }
/*//TOP戻る//*/


/*footer*/
footer {
  width: 100%;
  padding: 0px 15px 0px 15px;
  margin: 0 auto;
  background: #222222;
  text-align: center;
  color: #fcfcfc;
  font-family: “ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, “游ゴシック”, YuGothic,Helvetica,Arial, Roboto, “Droid Sans”,sans-serif; }
  footer a {
    font-size: 2.75vw; }
  footer small {
    font-size: 2.5vw; }

#sns ul {
  list-style: none;
  padding: 20px 10px 0 10px; }

#sns ul li {
  display: inline;
  padding: 0 12.5px 0 12.5px; }

#footer_nav ul {
  list-style: none;
  padding: 10px 0 5px 0;
  margin: 0 auto 10px; }

#footer_nav ul li {
  display: inline;
  font-size: 2.5vw;
  border-right: solid 1px #fcfcfc;
  padding: 0 10px 0 5px; }

#footer_nav ul li a {
  text-decoration: none;
  color: #fcfcfc; }

#footer_nav ul li a:hover {
  color: #d3d3d3; }

footer #footer_nav ul li:last-child {
  border-right: none; }

/*# sourceMappingURL=maps/style-entry-force.css.map */
