<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
html {
  font-size: 16px;
}
body {
  box-sizing: border-box;
  color: #272727;
  font-family: 'M PLUS 1p', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
}
.hidden-sp {
  display: none;
}
.hidden-pc {
  display: none;
}
#all-contents {
  width: 100%;
  margin: 0 auto 40vw;
}
@media screen and (min-width:751px) {
  #all-contents {
    width: 750px;
    margin: 0 auto 300px;
  }
}
#fv .fv {
  width: 100%;
}
@media screen and (min-width:751px) {
  #fv .fv {
    width: 750px;
  }
}
.img_lp {
  width: 100%;
}
@media screen and (min-width:751px) {
  .img_lp {
    width: 750px;
  }
}
article {
  font-size: 1.4rem;
  margin-bottom: 4vh;
  text-align: left;
}
article p {
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
article section {
  letter-spacing: 0.2rem;
  line-height: 1.5;
}
.container {
  margin: 0 1vw;
}
/*タイトルタグ設定 Start */
h1 {}
/*タイトルタグ設定 End */
/*ハイライトの枠線を消す*/
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
*:focus {
  outline: none;
}
/*ヘッダー設定 Start*/
header {
  background-color: rgba(255, 255, 255, 1);
  height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
@media screen and (min-width:751px) {
  header {
    height: 100px;
    width: 750px;
  }
}
header #logo {
  margin-left: 1rem;
  width: 19%;
}
@media screen and (min-width:751px) {
  header #logo {
    width: 144px;
  }
}
header #cta-button img {
  float: right;
  margin-right: 1rem;
  width: 70%;
}
@media screen and (min-width:751px) {
  header #cta-button img {
    margin-right: 1rem;
    height: 60px;
    width: 100%;
  }
}
/*ヘッダー設定 End*/
#contents {
  margin-top: 4rem;
}
@media screen and (min-width:751px) {
  #contents {
    margin-top: 100px;
  }
}
section {
  margin: 2vh 0;
}
/* headerの色を変える Start*/
.header.change-color {
  background-color: rgba(255, 255, 255, 0.6); /*最後の値で透明度を制御*/
  transition: background-color 1.5s, color 1.5s;
}
/* headerの色を変える End*/
/* 注釈など Start */
.attention1, .attention2 {
  font-size: 0.8rem;
  bottom: -10%;
  left: 6%;
  padding: 5% 6% 10%;
  background: #8ccccc;
  line-height: initial;
}
.attention1{
  padding: 5% 6% 15%;
}

.attention3 {
  font-size: 0.8rem;
  width: 88%;
  margin: 0 6%;
  letter-spacing: normal;
  padding: 6% 0 15%;
  letter-spacing: normal;
}
.copy_txt {
  font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "serif";
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 14%;
}

  .copy_txt {
    font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "serif";
    text-align: center;
    font-size: 20px;
    position: relative;
  }

@media screen and (min-width:751px) {
  .attention1,.attention2 {
    font-size: 1.5rem;
  }
}
/* 注釈など End */
/* CTAボタン Start */
.cta-area {
  width: 100%;
}
.cta-area img {
  width: 100%;
}
.CTA01 {
  width: 100%;
  position: absolute;
  bottom: 14%;
}
.CTA02 {
  width: 100%;
  position: absolute;
  bottom: 3%;
}
.CTA03 {
  width: 100%;
  position: absolute;
  bottom: 8.5%;
}
.CTA01 img, .CTA02 img {
  width: 100%;
}
.google_MAP {
  width: auto;
}
@media screen and (min-width:751px) {
  .CTA01 img, .CTA02 img {
    width: 100%
  }
  .google_MAP {
    width: 100%;
  }
}
/* CTAボタン End */
/* CTAボタン アニメーション */
.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.6s;
  width: 128px;
}
.animation2 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2.5s;
  width: 128px;
}
.keyframe2 {
  animation-name: anim_sc;
  transform: scale(0.91, 0.91);
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}
/* ヘッダーボタン アニメーション */
.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 4.6s ease-in-out infinite;
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* フッター */
.company nav {
  padding: 30px 0;
}
.company ul {
  display: flex;
  justify-content: center;
}
.company ul li a {
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
  font-size: 0.6rem;
  line-height: 2.5em;
  color: #403e3e;
}
.company ul li, .company ul li a {
  display: inline-block;
}
.company ul li a:hover {
  opacity: 0.8;
}
.span {
  font-size: 0.6rem;
}
@media screen and (min-width:751px) {
  .company ul li a {
    font-size: 1.4rem;
  }
  .span {
    font-size: 1.2rem;
  }
}
/*==================================================
チェックボックス風ラジオボタン のためのcss
===================================*/
.box01 {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  position: relative;
  top: 0;
  left: 0;
}
.check_position {
  position: absolute;
  bottom: 67%;
  left: 74%;
  margin-bottom: -12px;
  display: flex;
  justify-content: space-around;
}
.position2 {
  bottom: 51%;
  position: absolute;
}
.label {
  font-size: 14px;
}
.box {
  width: 30px;
  height: 30px;
}
/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="radio"] {
  display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="radio"] + label {
  font-size: 14px;
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 13px;
  padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="radio"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  left: 10px;
  top: 154%;
  /* border: 1px solid;*/
  /* border-color:  #585753;*/ /* 枠の色変更 お好きな色を */
  background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/*input:checked+label::after{
    opacity: 1;
}*/
/* チェックが入った時のレ点 */
.mycheckbox input[type="radio"]:checked + label::after {
  /*opacity: 0;*/
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -8px;
  top: 226%;
  left: 16px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753; /* チェックの色変更 お好きな色を */
}
.check_position, .check_position2, .check_position3, .check_position4, .check_position5 {
  position: absolute;
  bottom: 87%;
  left: 68%;
  margin-bottom: -12px;
  display: none;
  justify-content: space-around;
}
.check_position2 {
  bottom: 81.7%;
}
.check_position3 {
  bottom: 76.2%;
}
.check_position4 {
  bottom: 71.2%;
}
.check_position5 {
  bottom: 65.8%;
}
@media screen and (min-width:751px) {
  /*　画面サイズが751pxからはここを読み込む　*/
  .check_position, .check_position2, .check_position3, .check_position4, .check_position5 {
    left: 72%;
  }
  .check_position {
    bottom: 86.3%;
  }
  .check_position2 {
    bottom: 81.3%;
  }
  .check_position4 {
    bottom: 70.8%;
  }
  .check_position5 {
    bottom: 65.6%;
  }
  .mycheckbox input[type="radio"] + label {
    font-size: 18px;
  }
  .mycheckbox input[type="radio"]:checked + label::after {
    width: 29px;
    height: 14px;
    left: 16px;
    border-bottom: 4px solid;
    border-left: 4px solid;
  }
  .mycheckbox input[type="radio"] + label::before {
    width: 40px;
    height: 40px;
  }
}
/*==================================================
スライダーのためのcss
===================================*/
.slick-slider {
  bottom: 342px;
  margin-bottom: -98%;
}
@media screen and (min-width:751px) {
  .slick-slider {
    bottom: 656px;
  }
}
/*ドットナビゲーションの設定*/
.slick-dots {
  display: block;
}
.slick-dots {
  text-align: center;
  margin: 3px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button {
  background: #333;
}
@media screen and (min-width:751px) {
  .slick-dots {
    /*margin: 50px 0 0 0;*/
  }
}
.slick-dotted.slick-slider {
  margin-bottom: -328px;
  margin-top: 10%;
}
@media screen and (min-width:751px) {
  .slick-dotted.slick-slider {
    margin-top: 15%;
  }
}
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}
/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
}
/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}
/*-------横幅の間隔をとる-------*/
.slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
/*------------------------------*/
/*---------- 矢印 ----------*/
.slider .slick-next {
  right: 24% !important;
}
.slider .slick-prev {
  left: 17% !important;
}
.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
  position: absolute !important;
  top: 50% !important;
}
.slider .slick-arrow:before {
  font-size: 30px !important;
  color: #202020 !important;
  position: absolute !important;
  top: 70px !important;
}
.sliderbox {
  margin-bottom: -88%;
}
/*------------------------------*/
/*---------- マップ ----------*/
.mup {
  text-align: center;
  margin: 6% 0;
}
iframe {
  width: 80vw;
  height: 80vw;
}
@media screen and (min-width:751px) {
  iframe {
    width: 590px;
    height: 590px;
  }
}
/*------------------------------*/
/*---------- 221220修正 ----------*/
.top_box {
  position: relative;
}
.pointplace_box {
  position: relative;
}
.privilege {
  background: #8ccccc;
}
@media screen and (min-width:751px) {
  .attention3 {
    font-size: 1.5rem;
  }
}
.voice_box {
  position: relative;
}
.attention4 {
  font-size: 0.7rem;
  position: absolute;
  bottom: 2%;
  left: 7%;
}
@media screen and (min-width:751px) {
  .attention4 {
    font-size: 1.5rem;
  }
}
.concept_box {
  position: relative;
}
.copy_txt {
  font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "serif";
  text-align: center;
  font-size: 4.5vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20.5%;
}
.copy_txt2 {
  font-size: 3.2vw;
  position: absolute;
  top: 60%;
  left: 17%;
  width: 66%;
}
@media screen and (min-width:751px) {
  .copy_txt2 {
    font-size: 25px;
    position: absolute;
    top: 60%;
    left: 17%;
    width: 66%;
  }
}
@media screen and (min-width:751px) {
  .copy_txt {
    font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "serif";
    text-align: center;
    font-size: 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
  }
}
header #logo {
  width: 25%;
  margin: auto;
  margin-left: 2rem;
}
@media screen and (min-width:751px) {
  header #logo {
    width: 150px;
  }
}
.company nav {
  padding: 0;
}
.offer_box {
  position: relative;
  margin-bottom: -2px;
}
.slider_box {
  position: relative;
}
.sliderbox {
  margin-bottom: 0;
}
.slick-slider {
  position: absolute !important;
  top: 38% !important;
}
img.slider_text {
  width: 100%;
  margin-top: 5%;
}
@media screen and (min-width:751px) {
  .slider .slick-arrow:before {
    font-size: 50px !important;
    top: 150px !important;
  }
}
.btn {
  max-width: 100%;
}
.topBtn {
  position: fixed;
  bottom: 1vh;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  width: 80%;
}
@media screen and (min-width:751px) {
  .topBtn {
    width: 600px;
  }
}
/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}
footer {
  font-size: 0.8rem;
  margin: 5%;
  text-align: center;
}
@media screen and (min-width:751px) {
  footer {
    font-size: 20px;
    margin: 5%;
    text-align: center;
  }
}
address, .access, .access_detail, .shopname {
  max-width: 751px;
  font-size: 1rem;
  width: 80%;
  margin: 5% auto;
  letter-spacing: normal;
  line-height: normal;
}
@media screen and (min-width:751px) {
  address, .access, .access_detail {
    font-size: 1.8rem;
  }
}
p.access_detail {
  background: #d9f0ef;
  font-size: 0.6em;
}
p.access_detail span {
  color: #009993;
  font-weight: bold;
}
@media screen and (min-width:751px) {
  p.access_detail {
    background: #d9f0ef;
    padding: 1.5rem 0;
    font-size: 1em;
  }
}
p.shopname {
  border-left: solid 5px #009993;
  font-size: 1.3rem;
  padding: 0.2em 0.5em;
  margin: 10% auto;
  margin-bottom: 0;
  color: #009993;
}
@media screen and (min-width:751px) {
  p.shopname {
    font-size: 2.5rem;
  }
}
address {
  margin-top: 0;
}


/*モーダルウィンドウ*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    z-index: 2;
    border-radius: 3px;
}
@media screen and (min-width:751px) {
.popup-inner {
    width: 400px;
}}


.popup-inner img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
div#modalCloseCloss:hover {
    opacity: 0.7;
}
.modalCloseButton {
    position: absolute;
    right: -3vw;
    top: -3vw;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: white;
    border-radius: 50%;
}

@media screen and (min-width:751px) {
.modalCloseButton {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    }}

.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: gray;
    line-height: 1;
    width: 1rem;
    height: 0.2rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  cursor: pointer;
}

/*店舗情報*/

address,.access,.access_detailbox,.shopname{
    max-width: 751px;
    font-size: 1rem;
    width: 80%;
    margin: 5% auto;
    letter-spacing: normal;
    line-height: normal;
}

@media screen and (min-width:751px){
address,.access,.access_detailbox {
    font-size: 1.8rem;

	}}

p.access_detailbox {
    background: #d9f0ef;
    padding: 1rem;
    font-size: 0.6em;
	 display: flex;
    flex-wrap: wrap;
}

p.access_detail span {
    color: #009993;
	font-weight: bold;
}

@media screen and (min-width: 751px){
.access_detailbox {
    background: #d9f0ef;
    padding: 1.5rem;
    font-size: 1em;
}}

.access_detailbox {
	background: #d9f0ef;
    display: flex;
    flex-wrap: wrap;
	    justify-content: space-between;
	    padding: 5%;
}

p.shopname {
    border-left: solid 5px #009993;
    font-size: 1.3rem;
	padding: 0.2em 0.5em;
	margin: 10% auto;
	margin-bottom: 0;
	color: #009993;
}


@media screen and (min-width:751px){
	p.shopname {
		font-size: 2.5rem;}}


address {
    margin-top: 0;}



iframe {
    width: 80vw;
    height: 80vw;
}

@media screen and (min-width: 751px){
iframe {
    width: 590px;
    height: 590px;
}}


.mup {
    text-align: center;
	margin: 6% 0;
}

p.access_detail, .access_detail_img {
    width: 49%;
    margin: 5% 0;
    font-size: 0.8rem;
}
@media screen and (min-width: 751px){
p.access_detail, .access_detail_img {
    font-size: 1.4rem;

}}
.red {
    color: red!important;
}
</pre></body></html>