<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*------------------------------------------*/
/*common
/*------------------------------------------*/

body {
  max-width: 828px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.main {
  width: 100%;
  margin: 0 auto;
}

.contents {
  margin: 0 0 50px;
}

.contents p {
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 20px 5% 0;
}


/*------------------------------------------*/
/*header
/*------------------------------------------*/
header {
  width: 90%;
  margin: 0 auto;
}
.l_header p {
  font-size: 1.5rem;
  display: block;
  padding: 0;
  margin: 10px auto;
  text-align: center;
}

.l_header_name-inner {
  padding: 20px 0 10px;
}

.l_header_name {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.l_header_logo {
  width: 100%;
  max-width: 320px;
  display: block;
  padding: 0;
  margin: 0 auto 10px;
}

.l_header_name h2 {
  display: block;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  color: #c21732;
}

.l_header_btn_wrap {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -1px;
}
.l_header_btn_wrap a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
}


/*------------------------------------------*/
/*footer
/*------------------------------------------*/
footer .copyright {
  padding: 10px 0 80px;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 1.2rem
}


/*------------------------------------------*/
/*campaign
/*------------------------------------------*/
.campaign p span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}


/*------------------------------------------*/
/*shop_block
/*------------------------------------------*/
.shop_block_inner {
  width: 90%;
  margin: auto;
}

.shop-overview .shop-ttl {
  display: flex;
  align-content: center;
  max-width: 400px;
  margin: 0 0 10px;
}

.shop-overview .shop-ttl img {
  width: 36px;
  margin-right: 12px;
}

.shop-overview .shop-ttl h3 {
  font-size: 2.4rem;
}

.shop-overview .address {
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: bolder;
}

.shop-overview .notes {
  font-size: 1.4rem;
}

.shop-overview .tel {
  font-weight: bold;
  font-size: 2.8rem;
  color: #c21732;
  text-decoration: none;
  pointer-events: auto;
  cursor: auto;
}

.shop-overview .tel span {
  font-size: 1.8rem;
  color: #000;
}

.annotation_03 {
  margin: 0 auto;
  padding: 12px;
  background-color: #FFF;
  border: solid 1px #000;
  font-size: 1.4rem;
  letter-spacing: -0.015rem;
  margin: 20px 0 30px;
	color: #000;
	font-weight: bold;
}

.g-map {
margin: 0 0 50px;
}

.g-map iframe {
width: 100%;
height: 250px;
}

/*------------------------------------------*/
/*page_top_button
/*------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  font-size: 70%;
  font-weight: 800;
  z-index: 2;
}

#page-top a {
  background: #fff;
  opacity: 0.5;
  text-decoration: none;
  color: #333;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border: solid 1px #777;
  border-radius: 5px;
}


/*------------------------------------------*/
/*fixed
/*------------------------------------------*/
.fixed {
  height: 70px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}

.fixed ul {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  border-top: solid 2px #fff;
}

.fixed ul li {
  width: 100%;
  box-sizing: border-box;
}

.fixed li a {
  display: block;
  background: #c21732;
  height: 70px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed li:not(:last-child) {
  border-right: solid 2px #fff;
}

.fixed li a span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}

.fixed li a span:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 35px;
  height: 28px;
  background: url(../img/app_join/otegaru-2.png) no-repeat center/cover;
  left: 0;
  top: 50%;
  transform: translateY(-65%);
}

 	/*202208追加 アクセスルート吹き出し*/
	.speech-bubbles {
	text-align: center;
	background: #FFF;
	border-bottom: 2px solid #666;
	border-top: 2px solid #666;
	padding: 16px 0;
	position: relative;
	margin-bottom: 6px;
	font-family: 'Noto Sans JP', sans-serif;
	margin: auto;
	letter-spacing: normal;
	}
	
	.speech-bubbles::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	background: #FFF;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: translate(-50%, 55%) rotate(45deg);
	/* 表示位置を左方向に半分戻し、下方向に移動。かつ45度時計回りに回転 */
	transform-origin: center center;
	/* 回転の基準位置を中心に指定 */
	}

	.address-link{
	text-align: center;
	font-weight: bold;
	font-size: 160%!important;
	color:#333;
	margin-top: 30px;;
	}
	.address-link a{
	color:#333;
	}

/*20220920追加 Appブロック*/
.app {
    border: 8px solid #C21732;
}

.app-store-btn {
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 8%;
}

.app-store-btn .apple-store {
    margin-right: 14%;
}

.app-store-btn a:hover {
    opacity: 0.75;
}


/*20220401追加 アクセスルート吹き出し*/
.speech-bubbles {
    text-align: center;
    background: #FFF;
    border-bottom: 2px solid #666;
    border-top: 2px solid #666;
    padding: 16px 0;
    position: relative;
    margin-bottom: 6px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: auto;
    letter-spacing: normal;
}

.speech-bubbles::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translate(-50%, 55%) rotate(45deg);
    /* 表示位置を左方向に半分戻し、下方向に移動。かつ45度時計回りに回転 */
    transform-origin: center center;
    /* 回転の基準位置を中心に指定 */
}
.address-link{
text-align: center;
font-weight: bold;
font-size: 160%!important;
color:#333;
}
.address-link a{
   color:#333;
    }

/*20220425追加 ストリートビュー埋め込み*/
.sb {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*lineup
/*------------------------------------------*/
.lineup {
  width: 90%;
  margin: 0 auto 50px;
}

.lineup h2 {
  background: #231815;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 4.0rem;
  line-height: 1.1;
  padding: 18px 0;
  margin-bottom: 20px;
}

.lineup h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #c21732;
  line-height: 1.2;
  margin-bottom: 5px;
}

.lineup h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #c21732;
  line-height: 2;
}

.lineup p {
  padding: 0;
  font-size: 1.4rem;
}

.scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 800px;
  margin: 0 auto 30px;
  overflow-x: auto;
  padding-top: 12px;
  scrollbar-width: auto;
  scrollbar-color: #000 #aaa;
}
 
.scroll_content li { /* 各リストのスタイル */
  width: 45%;
  padding: 0 0 12px;
  margin: 0 12px 0 0;
  flex-shrink: 0;
  list-style: none;
}
 
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  object-fit: cover;
}

br.sp {
  display: none;
}
 
@media screen and (max-width: 767px) {

  .lineup h2 {
    font-size: 3.0rem;
  }
  
  .lineup h3 {
    font-size: 2.8rem;
  }
  
  .lineup h4 {
    font-size: 1.1rem;
  }

  .lineup p {
    font-size: 1.6rem;
  }

  .scroll_content p {
    font-size: 1.1rem;
  }

  .scroll_content li {
    width: 38%;
  }
 
  .scroll_content::-webkit-scrollbar {
    height: 5px;
  }
   
  .scroll_content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
   
  .scroll_content::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 3px;
  }

  br.sp {
    display: block;
  }
 
}

/*------------------------------------------*/
/*app
/*------------------------------------------*/

.app_box {
  max-width: 960px;
  margin: 30px auto 80px;
  padding: 10px 5px 5px;
  box-sizing: border-box;
  background: url(../img/common/bg_app-2.png) no-repeat center/cover;
  width: 90%;
}

.app_box &gt; img {
    width: 90%;
    margin: 15px auto 25px;
}

.app_inner {
  background: #fff;
  padding: 5%;
  display: flex;
  justify-content: space-around;
}

.app_inner img {
    max-height: 100px;
    height: 10vw;
    width: auto;
}

#lp-app-join {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    background: #ff4d26;
    padding-top: 30px;
    padding-bottom: 1px;
}

#lp-app-join h2 {
    display: inline-block;
    text-align: center;
    margin: 18px 0 36px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-left: 50px;
}

#lp-app-join p.note {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

#lp-app-join h2:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 50px;
  height: 40px;
  background: url(../img/app_join/otegaru-2.png) no-repeat center/cover;
  left: 0;
  top: 50%;
  transform: translateY(-65%);
}

#lp-app-join .flow_inner {
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto 20px;
}

#lp-app-join h3 {
    text-align: left;
    color: #C21732;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

#lp-app-join h3 span {
    margin-right: 10px;
    font-size: 28px;
}

.bring_annotation img,
.flow_inner_box img {
    max-width: 200px;
    margin: 30px auto;
}

#lp-app-join .img-btn_wrap a {
  text-decoration: none;
}

#lp-app-join .img-btn_wrap a + a {
  margin-left: 30px;
}

.inner_button {
  display: block;
  background: #c21732;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}

.inner_button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-80%) rotate(45deg);
  right: 6%;
  top: 50%;
  margin: auto;
}

@media screen and ( min-width:641px ) {
    #lp-app-join .img-icon-app {
        max-width: 100px;
    }
}

@media screen and ( max-width:640px ) {
    .app_box {
        margin: 15px auto 40px;
    }
    #lp-app-join h2 {
      font-size: 28px;
      margin-bottom: 30px;
    }
    #lp-app-join .flow_inner_txt {
        min-height: inherit;
    }
    #lp-app-join .img-icon-app {
        margin-bottom: 0;
        margin-top: 20px;
    }
    #lp-app-join .img-btn_wrap {
        display: flex;
        justify-content: center;
    }
    #lp-app-join .img-btn_wrap a + a {
        margin-left: 20px;
    }
    .bring_annotation img, .flow_inner_box img {
        max-width: 125px;
    }
    .inner_button {
      font-size: 30px;
    }
    
    .inner_button:after {
      width: 15px;
      height: 15px;
    }
}

.campaign,
.u22,
.highschool,
.facility,
.sb,
.renewal,
.suisosui,
.service,
.price,
.wd90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wd100 {
  width: 100%!important;
}

/*------------------------------------------*/
/*homegoe
/*------------------------------------------*/
.homegoe {
  position: relative;
  background: #c11732;
}

.homegoe a {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(1.6%);
  top: 83%;
  max-width: 772px;
  width: 93.24%;
  transition: .3s;
}

.homegoe a {
  top: 1188px;
}

@media ( max-width: 828px ) {

  .homegoe a {
    top: 143.5vw;
  }

}

.homegoe a.free-day {
  top: 68%;
}

.homegoe a:hover {
  opacity: .8;
}

.homegoe a img {
  width: 100%;
  height: auto;
}</pre></body></html>