@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');

* {
  color: #333333;
  line-height: 1.6;
  font-size: 16px;
  font-size: 4.267vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

html,
body {
  height: 100%;
  scrollbar-gutter: stable;
  overflow-x: visible;
}
main{
  margin-top: 100px!important;
}
img {
  max-width: 100%;
  width: 100%;
}

a {
  cursor: pointer;
  pointer-events: all;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style-type: none;
}
.sp_only{
  display: block;
}

@media screen and (min-width: 500px) {
  * {
    font-size: 3.200vw;
  }
}

@media screen and (min-width: 768px) {
  * {
    font-size: 2.083vw;
    font-size: 16px;
  }
  main{
    margin-top: 120px!important;
  }
  .sp_only{
    display: none;
  }
}
@media screen and (min-width: 835px) {
  main{
    margin-top: 110px!important;
  }
}
/* ----------------- FV -----------------*/

.top_img_pc{
  display: none;
  
}
.top_img_sp{
  display: block;
}
@media screen and (min-width: 768px) {
  .top_img_pc{
    display: block;
  }
  .top_img_sp{
    display: none;
  }
}
/* floating btn */
.float {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  z-index: 9;
}

.float_cnt {
  width: 100%;
  height: 153px;
  position: relative;
}

.float_btn_area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 80;
  display: flex;
}

.float_btn {
  width: 50%;
  text-decoration: none;
}

.float_access {
  background-color: #D70035;
  display: flex;
  align-items: center;
  justify-content: center;
}

.float_access span {
  color: #fff;
  letter-spacing: 1px;
}

.float_access i {
  color: #fff;
  margin-right: 10px;
}

.float_tell {
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.float_tell i {
  margin-right: 12px;
  color: #fff;
}

.float_tell_no span {
  color: #fff;
  display: block;
  line-height: 1.2;
}

.float_tell_no span:first-child {
  letter-spacing: 0.5px;
}

.float_tell_no span:last-child {
  font-size: 10px;
  font-size: 2.667vw;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 500px) {
  .float_tell_no span:last-child {
    font-size: 2vw;
  }
}

@media screen and (min-width: 768px) {
  .float{
    display: none!important;
  }
  .float_tell_no span:last-child {
    font-size: 1.302vw;
    font-size: 10px;
  }

  .float_btn_area {
    width: 768px;
  }
}

@media screen and (min-width: 1200px) {
  .page_top_area {
    position: fixed;
    bottom: 0;
    border: none;
  }
}
.float_line{
  display: none;
}
@media screen and (min-width: 768px) {
  .float_line{
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 250px;
  }
}



body.open {
  overflow: hidden;
}

.menu-list {
  width: 100%;
  max-width: 600px;
  /* メニューテキスト位置をリスト内中心に */
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 0 1rem;
  margin: 0 auto;
}

.menu-list a {
  line-height: 45px;
  color: #fff;
  width: 100%;
  font-size: 12px;
  font-size: 3.200vw;
  text-decoration: none;
  position: relative;
}

.menu-list a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  font-size: 3.733vw;
  position: absolute;
  right: 1px;
}

@media screen and (min-width: 500px) {
  .bar i {
    font-size: 5vw;
  }

  .menu-list a {
    font-size: 3.200vw;
  }

  .menu-list a::after {
    font-size: 2.800vw;

  }
}

@media screen and (min-width: 768px) {
  .bar i {
    font-size: 3.255vw;
    font-size: 25px;
  }

  .menu-list {
    line-height: 2;
  }

  .menu-list a {
    font-size: 16px;
    line-height: 60px;
  }

  .menu-list a::after {
    font-size: 1.823vw;
    font-size: 14px;
  }
}

/* ----------------- common -----------------*/
.contents {
  padding-top: 10%;
  background-color: #fff;
}

.img {
  margin-bottom: 30px;
}

.img img {
  aspect-ratio: 1.875 /1;
  object-fit: cover;
  object-position: top;
  border: 1px solid #ccc;
}

.txt {
  font-size: 16px;
  font-size: 4.267vw;
}

.sec {
  padding: 16% 1rem 21.5% 1rem;
}

.sec_ttl {
  text-align: center;
  position: relative;
  margin-bottom: 35px;

}

.sec_ttl span {
  font-family: 'Aldrich', sans-serif;
  text-transform: uppercase;
  font-size: 6.400vw;
}

.sec_ttl h2 {
  color: #D70035;
  font-size: 2.933vw;
}

/* PCサイズ背景 */
.background {
  display: none;
}

@media screen and (min-width: 500px) {
  .txt {
    font-size: 3.200vw;
  }

  .sec_ttl span {
    font-size: 4.800vw;
  }

  .sec_ttl h2 {
    font-size: 2.200vw;
  }
}

@media screen and (min-width: 768px) {
  .txt {
    font-size: 2.083vw;
    font-size: 16px;
  }

  .sec_ttl span {
    font-size: 24px;
  }

  .sec_ttl h2 {
    font-size: 11px;
  }

  .sec {
    padding: 10% 5% 15% 5%;;
  }

  .img {
    width: 70%;
    margin: 0 auto 30px auto;
    max-width: 600px;
  }

  .wrapper {
    max-width: 1080px;
    width: calc(100% - calc(100vw / 1300 * 80));  
    margin: 0 auto;
  }

  body {
    background-color: #ededed;
  }
}


@media screen and (min-width: 1200px) {

  /* PCサイズ背景 */
  .background {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    pointer-events: none;
  }

  .bg_left {
    width: calc((100% - 768px)/2);
    height: 100%;
    position: relative;
  }

  .bg_left_cnt {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 10%;
  }

  .bg_left_cnt p {
    font-size: 12px;
    line-height: 1.3;
  }

  .bg_left img {
    width: 80%;
    margin-bottom: 10px;
  }

  .background .menu-list {
    border-bottom: 1px solid #191A23;
  }

  .bg_right {
    width: calc((100% - 768px)/2);
    position: absolute;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 1%;
  }

  .bg_right .menu-list {
    min-width: 175px;
    width: 80%;
  }

  .bg_right li a {
    color: #333;
    font-size: 16px;
  }
}

/* ----------------- news -----------------*/
.sec_news{
  padding: 5%;
}
.news_area {
  background-color: #F5F5F5;
  padding: 1rem;
}

.news_date {
  font-size: 12px;
  font-size: 3.200vw;
}

.news_ttl {
  display: inline-block;
  font-weight: bold;
  color: #D70035;
}

.news_cnt {
  font-size: 14px;
  font-size: 3.733vw;
}

.sec_border {
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (min-width: 500px) {
  .news_date {
    font-size: 2.400vw;
  }

  .news_cnt {
    font-size: 2.800vw;
  }
}

@media screen and (min-width: 768px) {
  .news_date {
    font-size: 1.563vw;
    font-size: 12px;
  }

  .news_cnt {
    font-size: 1.823vw;
    font-size: 14px;
  }
}

/* ----------------- campaign -----------------*/
.sec_campaign{
  padding-bottom: 0;
}
.campaign_cnt {
  border: 2px solid #333333;
  padding: 80px 1rem 30px 1rem;
  border-radius: 13px;
  position: relative;
}

.ribbon_area {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 75%;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
}

.ribbon img {
  position: absolute;
  bottom: -20%;
  left: -11%;
  width: 20%;
  height: 100%;
  z-index: 0;
}

.ribbon img:last-child {
  left: auto;
  right: -11%;
  transform: scale(-1, 1);
}

.ribbon h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 20px 10px 8px 10px;
  line-height: 20px;
  font-size: 18px;
  font-size: 4.800vw;
  background: #D70035;
  width: 100%;
  z-index: 1;
  border: 0.5px solid #fff;
}

.ribbon h2 p {
  color: #FFF;
  line-height: 1.3;
}

.ribbon h2 p:first-child {
  font-size: 20px;
  font-size: 5.333vw
}

.ribbon_add {
  background-color: #fff;
  border: 1px solid #D70035;
  color: #D70035;
  border-radius: 14px;
  font-weight: bold;
  text-align: center;
  padding: 1px 10px;
  margin: 0 auto -10px auto;
  width: 80%;
  position: relative;
  z-index: 2;
}

.cta_area {
  width: 100%;
  margin-top: 30px;
}

.cta_btn {
  background-color: #333333;
  border-radius: 28px;
  color: #fff!important;
  display: block;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.cta_btn:first-child {
  background-color: #06C655;
}

.cta_btn i,
.cta_btn span {
  color: #fff;
}

.cta_btn i {
  margin-right: 15px;
  font-size: 22px;
  font-size: 5.867vw;
}

.cta_tell_no span {
  display: block;
  line-height: 1.3;
}

.cta_tell_no span:first-child {
  letter-spacing: 1px;
}

.cta_tell_no span:last-child {
  font-size: 12px;
  font-size: 3.200vw;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 500px) {
  .ribbon h2 {
    font-size: 3.600vw;
  }

  .ribbon h2 p:first-child {
    font-size: 4vw
  }

  .cta_btn i {
    font-size: 4.400vw;
  }

  .cta_tell_no span:last-child {
    font-size: 2.400vw;
  }
  .campaign_cnt{
    padding: 100px 1rem 30px 1rem;
  }
}

@media screen and (min-width: 768px) {
  .ribbon h2 {
    font-size: 2.344vw;
    font-size: 18px;
  }

  .ribbon h2 p:first-child {
    font-size: 2.604vw;
    font-size: 20px;
  }

  .cta_btn i {
    font-size: 2.865vw;
    font-size: 22px;
  }

  .cta_tell_no span:last-child {
    font-size: 1.563vw;
    font-size: 12px;
  }
}

/* ----------------- osusume -----------------*/

#sec_recommend .insta_list {
  display: flex;
  flex-wrap: wrap;
}

#sec_recommend .insta_list li {
  width: calc(33.33% - 15px);
  margin: 15px 15px 0 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

#sec_recommend .insta_list li:nth-child(3n) {
  margin-right: 0;
}

#sec_recommend .insta_list li a {
  display: block;
}

#sec_recommend .insta_list li a img {
  object-fit: cover;
}


/* ----------------- shop -----------------*/
.shop_img_area {
  display: flex;
  margin-top: 30px;
}

.shop_img_area a {
  width: 33%;
  height: auto;
  margin-right: 1%;
  aspect-ratio: 1 / 1;
}

.shop_img_area a:last-child {
  margin-right: 0;
}

.shop_img_area a img {
  height: 100%;
  object-fit: cover;
}

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

.shop_master img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* モーダルウィンドウ */
.modal_bg {
  position: fixed;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0);
  opacity: 0.5;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}

.modal_box {
  position: fixed;
  z-index: 99999;
  display: none;
  width: 90%;
  max-width: 480px;
  margin: 0;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  max-height: 70vh;
  min-width: 340px;
}

.modal_box input[type=text] {
  width: 70%;
}

.modal_close {
  position: absolute;
  top: -29px;
  right: 0px;
  cursor: pointer;
}

.modal_close i {
  font-size: 25px;
  font-size: 6.667vw;
  color: #fff;
}

.modal_img_area img {
  z-index: 99999;
}


@media screen and (min-width: 500px) {
  .modal_close i {
    font-size: 5vw;
  }
}

@media screen and (min-width: 768px) {
  .modal_close i {
    font-size: 3.255vw;
    font-size: 25px;
  }

  .modal_box {
    width: 80%;
    max-width: 740px;
  }

  .shop_img_area {
    justify-content: center;
  }

  .shop_img_area a {
    width: 25%;
  }

  .shop_master {
    width: 33%;
  }
}

/* ----------------- message -----------------*/
.manager_name {
  text-align: right;
  margin-top: 40px;
}

.manager_name span {
  margin-right: 1rem;
}

/* ----------------- point -----------------*/
.sec_point {
  background-color: #F5F5F5;
}

.sec_point_wh {
  background-color: #fff;
}

.sec_point .sec_ttl::after {
  content: "";
  position: absolute;
  bottom: -5%;
  background-color: #D70035;
  width: 22px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.sec_point .sec_ttl span {
  font-size: 2.933vw;
  color: #D70035;
}

.sec_point .sec_ttl h2 {
  color: #333;
  font-size: 6.400vw;

}

@media screen and (min-width: 500px) {
  .sec_point .sec_ttl h2 {
    font-size: 4.800vw;
  }

  .sec_point .sec_ttl span {
    font-size: 2.200vw;
  }
}

@media screen and (min-width: 768px) {
  .sec_point .sec_ttl h2 {
    font-size: 24px;
  }

  .sec_point .sec_ttl span {
    font-size: 11px;
  }
}

/* ----------------- access -----------------*/
.map {
  height: 60vh;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.access_table_area table {
  width: 100%;
}

.access_table_area table th,
.access_table_area table td {
  font-size: 14px;
  font-size: 3.733vw;
  vertical-align: top;
  border-bottom: 1px solid;
  padding: 4% 0;
}

.access_table_area table th {
  width: 25%;
  text-align: left;
  border-color: #D70035;
}

.access_table_area table td {
  width: 75%;
  border-color: #CCCCCC;
}

@media screen and (min-width: 500px) {

  .access_table_area table th,
  .access_table_area table td {
    font-size: 2.800vw;
  }
}

@media screen and (min-width: 768px) {

  .access_table_area table th,
  .access_table_area table td {
    font-size: 1.823vw;
    font-size: 14px;
  }
}

/* ----------------- shop list -----------------*/
.sec_shoplist{
  padding-bottom: 0;
}
.shop_list {
  background-color: #F5F5F5;
  padding: 1rem;
  margin-bottom: 5%;
}

.shop_address {
  font-size: 3.733vw;
}

.business_hours_txt,
.shop_info_02,
.business_hours,
.business_hours_txt span {
  font-size: 3.200vw;
}

.shop_linfo_01 {
  text-align: center;
  margin-bottom: 10px;
}

.shop_linfo_01 .shop_name {
  color: #D70035;
  font-weight: bold;
}

.shop_info_02 {
  background-color: #fff;
  text-align: center;
  padding: 1rem;
}

.shop_info_02 .business_hours_txt span {
  color: #D70035;
}

@media screen and (min-width: 500px) {
  .shop_address {
    font-size: 2.800vw;
  }

  .business_hours_txt,
  .shop_info_02,
  .business_hours,
  .business_hours_txt span {
    font-size: 2.400vw;
  }
}

@media screen and (min-width: 768px) {
  .shop_name {
    text-align: left;
  }

  .shop_list {
    width: 33%;
    margin-right: 1%;
  }

  .shop_list:last-child {
    margin-right: 0;
  }

  .shop_list_area {
    display: flex;
  }

  .shop_address {
    font-size: 14px;
    text-align: left;
  }

  .business_hours_txt,
  .shop_info_02,
  .business_hours,
  .business_hours_txt span {
    font-size: 12px;
    text-align: left;
  }

  .shop_info_02 {
    padding: 0.5rem;
  }
}

/* ----------------- footer -----------------*/
footer {
  /* background-color: #191A23; */
  /* padding: 16% 1rem 100px 1rem; */
}

.footer_link_area {
  margin: 30px 0 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_link {
  width: 49%;
}

.footer_link li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding: 0 1rem;
}

.footer_link li a {
  color: #fff;
  font-size: 12px;
  font-size: 3.200vw;
  height: 100%;
  text-decoration: none;
  position: relative;
  display: block;
}

.footer_link li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  font-size: 3.733vw;
  position: absolute;
  right: 1px;
}

.copy_right {
  font-size: 10px;
  font-size: 2.667vw;
  color: #fff;
  text-align: center;
}

.footer_logo_area a {
  margin: 0 auto;
}

.footer_logo_area .logo {
  margin-bottom: 25px;
}

@media screen and (min-width: 500px) {
  .footer_link li a {
    font-size: 2.400vw;
  }

  .footer_link li a::after {
    font-size: 2.800vw;
  }

  .copy_right {
    font-size: 2vw;
  }
}

@media screen and (min-width: 768px) {
  .footer_link li a {
    font-size: 1.563vw;
    font-size: 12px;
  }

  .footer_link li a::after {
    font-size: 1.823vw;
    font-size: 14px;
  }

  .copy_right {
    font-size: 1.302vw;
    font-size: 10px;
  }
}


/* 打ち消し分 */
#pageTop{
  bottom: 50px!important;
  right: 0;
}
#sincloBannerBox{
  display: none!important;
}
.header-center_box02{
  display: none;
}
@media screen and (min-width: 768px) {
  #sincloBannerBox{
    display: block!important;
  }
  #pageTop{
    bottom: 150px!important;
  }
  .bottom_bnrs{
    width: calc(100% - calc(100vw / 1300 * 80));
    background-color: #fff;
    padding: 0 5% 15% 5%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .header .normal{
    color: #fff;
  }
}
@media screen and (min-width: 835px) {
  .header-center_box02{
    display: block;
  }
}