<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body,
header,
footer,
div,
ul,
li,
section,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  background-color: #fff;
  position: relative;
  font-size: 1.4rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body img {
  vertical-align: bottom;
  margin: 0 auto;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------
	共通
-----------------------*/
.pconly {
  display: block;
}

@media screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}

@media screen and (max-width: 768px) {
  .sponly {
    display: block;
  }
}

#wrapper a:hover {
  opacity: 0.6;
  cursor: pointer;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: auto;
    padding-bottom: 60px;
  }
}

.container {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: auto;
  }
}

.main img {
  width: 100%;
}

.lead {
  margin-top: -1px;
  background: #32b2ee url(../images/lead_bg.png) center top/100% auto no-repeat;
  padding: 70px 0 150px;
}

@media screen and (max-width: 768px) {
  .lead {
    background: #00b0ec;
    padding: 15px 5% 55px;
  }
}

.container1 {
  text-align: center;
}

.container1_item {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0 205px;
}

@media screen and (max-width: 768px) {
  .container1_item {
    background-size: 100% auto;
    padding: 35px 5% 55px;
  }
}

.container1_item.flow, .container1_item.month3 {
  padding: 90px 0 110px;
}

@media screen and (max-width: 768px) {
  .container1_item.flow, .container1_item.month3 {
    padding: 35px 5% 55px;
  }
}

@media screen and (max-width: 768px) {
  .container1_item.flow {
    background-color: #00a0e9;
  }
}

@media screen and (max-width: 768px) {
  .container1_item.month3 {
    background-size: cover;
  }
}

.container1_item h2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .container1_item h2 {
    margin-bottom: 35px;
  }
}

.diet {
  background-image: url(../images/diet_bg.png);
  background-color: #ffe21a;
}

.strength {
  background-image: url(../images/strength_bg.png);
}

.mental {
  background-image: url(../images/mental_bg.png);
  background-color: #ffe21a;
}

.flow {
  background-image: url(../images/flow_bg.png);
}

.month3 {
  background-image: url(../images/month3_bg.png);
}

.point + .point {
  margin-top: 12%;
}

.point .block {
  width: 1197px;
  height: 662px;
  background: no-repeat;
}

@media screen and (max-width: 768px) {
  .point .block {
    width: auto;
    height: auto;
    background-size: 100% auto;
    position: relative;
  }
  .point .block::before {
    content: "";
    display: block;
    padding-top: 55.3049%;
  }
}

.point .block .text {
  font-size: 4rem;
  line-height: 2;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 0 700px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .point .block .text {
    position: absolute;
    font-size: 3.4vw;
    top: 0;
    left: 57%;
    right: 0;
    margin: 0;
  }
}

.point .block .text p {
  text-align: center;
  margin: 0;
}

.point .block.reverse .text {
  margin: 0 700px 0 30px;
}

@media screen and (max-width: 768px) {
  .point .block.reverse .text {
    right: 57%;
    left: 0;
    margin: 0;
  }
}

.point .caption {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.25em;
  line-height: 2;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .point .caption {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}

.point .caption em {
  color: #fdf599;
  font-style: normal;
  font-weight: bold;
}

.plan {
  padding: 5% 0;
}

@media screen and (max-width: 768px) {
  .plan {
    padding: 35px 5% 55px;
  }
}

.plan_container {
  background: #fff;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plan .container {
    padding: 0;
  }
}

.plan_caption {
  font-size: 1.9rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plan_caption {
    font-size: 1.2rem;
  }
}

.visual img {
  width: 100%;
}

.siteTop {
  background: #004ea2;
  padding: 5% 40px;
  text-align: center;
}

.safety {
  background: #ffffff;
}

.reservation {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fade9a;
  background: -webkit-gradient(linear, left top, right top, from(#fdd000), to(#ea5504));
  background: linear-gradient(to right, #fdd000 0%, #ea5504 100%);
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

/*

.title-base {
	text-align: center;

	p {
		font-size: 30px;
		letter-spacing: 0.4em;
		line-height: 2.166;
		margin-top: 2em;

		@include is-mobile {
			font-size: 14px;
			letter-spacing: 0.3em;
		}
	}
}

.back01 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);

	img {
		max-width: none;

		@include is-mobile {
			width: 140vw;
		}
	}
}

.back02 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);

	img {
		max-width: none;

		@include is-mobile {
			width: 140vw;
		}
	}
}

.main-section {
	padding-top: 650px;
	display: block;
	position: relative;

	@include is-mobile {
		padding-top: 60%;
	}
	
}

.section01 {	
	&amp;_label01 {
		margin-top: 31.66666%;
		text-align: center;

		@include is-mobile {
			margin-top: 10%;
		}
	}

	&amp;_image {
		margin-top: 100px;

		@include is-mobile {
			margin-top: 5%;
		}
	}

	&amp;_copy {
		margin-top: 120px;
		text-align: center;

		@include is-mobile {
			margin-top: 10%;
		}
	}
}

.section02 {
	&amp;_label01 {
		margin-top: 27.5%;
		text-align: center;

		@include is-mobile {
			margin-top: 10%;
		}
	}

	&amp;_image {
		margin-top: 100px;

		@include is-mobile {
			margin-top: 5%;
		}
	}

	&amp;_copy {
		margin-top: 120px;
		text-align: center;

		@include is-mobile {
			margin-top: 10%;
		}
	}
}

.section03 {
	&amp;_label01 {
		margin-top: 27.5%;
		text-align: center;

		@include is-mobile {
			margin-top: 10%;
		}
	}

	&amp;_image {
		margin-top: 100px;

		@include is-mobile {
			margin-top: 5%;
		}
	}

	&amp;_copy {
		margin-top: 120px;
		text-align: center;

		@include is-mobile {
			margin-top: 10%;
		}
	}
}

.section04 {
	padding-top: 607px;
	display: block;
	position: relative;
	margin-top: 40px;

	@include is-mobile {
		padding: 35% 5.3333% 0;
	}
}

.section05 {
	padding-top: 580px;
	display: block;

	@include is-mobile {
		padding: 40% 0 0;
	}
}


.image-layout {
	display: flex;
	flex-direction: row;
	
	@include is-mobile {
		display: block;
	}

	&amp;.reverse {
		flex-direction: row-reverse;
	}

	&amp;_text {
		font-size: 27px;
		line-height: 2.148;
		width: 615px;
		padding: 1em 60px 0 60px;
		letter-spacing: 0.4em;
		background: url(../images/arrow.png) no-repeat center bottom 60px;
		text-align: right;

		@include is-mobile {
			width: auto;
			padding: 1em 0 60px 0;
			text-align: left;
			margin: 5% 0;
			font-size: 14px;
			background-size: auto 40px;
			background-position: center bottom;
			text-align: left;
			font-size: 4.4vw;
		}

		.reverse &amp; {
			text-align: left;
		}
	}

	&amp;_image {
		flex: 1;
	}
}

.back {
	background: no-repeat center/cover;
	margin-top: 40px;

	@include is-mobile {
		margin: 4% -6% 4%;
	}

	&amp;::before {
		content: "";
		display: block;
		padding-top: 33.07291%
	}
}

.plan {
	margin-top: 145px;
	list-style: none;

	@include is-mobile {
		margin-top: 20%;
	}

	&amp;02 {
		margin-top: 95px;

		@include is-mobile {
			margin-top: 15%;
		}
	}
}

.actnew2021 {
	background: no-repeat center/cover;
	margin-top: 90px;

	@include is-mobile {
		margin-top: 20%;
	}

	&amp;::before {
		content: "";
		display: block;
		padding-top: 68.80208%
	}
}

.campaign {
	margin-top: 125px;

	@include is-mobile {
		margin-top: 20%;
	}
}

.siteTop {
	background: #004ea2;
	padding: 5% 40px;
	text-align: center;
}

.safety {
	background: #ffffff;
}

.reservation {
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(250,222,154);
	background: linear-gradient(90deg, rgba(250,222,154,1) 0%, rgba(231,178,78,1) 100%);
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}*/
/*-----------------------
	店舗一覧
-----------------------*/
.shopList_back {
  background: #ffe219 url(../images/shoplist_bg.png) no-repeat center top/100% auto;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .shopList_back {
    padding-bottom: 5%;
  }
}

.shopList article {
  margin: 0 auto;
  margin-bottom: 60px;
}

.shopList h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 4rem;
  padding-top: 70px;
  color: #00afec;
  letter-spacing: 0.2em;
}

.shopList h3 {
  color: #00afec;
  font-size: 2.4rem;
  padding: 8px 0 8px 20px;
  font-weight: bold;
  margin-bottom: 30px;
  border: #00afec 2px solid;
}

.shopList.bg_other {
  background-image: none;
  background-color: #004ea2;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .shopList.bg_other {
    padding-bottom: 5%;
  }
}

.shopList.bg_other h2,
.shopList.bg_other h3 {
  color: #fff;
}

.shopList.bg_other h3 {
  border-color: #fff;
}

.shopList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.shopList ul li {
  margin-bottom: 30px;
  list-style-type: none;
  position: relative;
}

.shopList ul li:last-child {
  margin-bottom: 0;
}

.shopList ul li.mb0 {
  margin-bottom: 0;
}

.shopList ul li a {
  display: block;
}

.shopList ul li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.shopList ul li img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.shopList ul li .btnArea .btn01 {
  width: 155px;
  position: absolute;
  top: 25%;
  right: 16%;
}

@media screen and (max-width: 768px) {
  .shopList ul li .btnArea .btn01 {
    top: 18%;
  }
}

.shopList ul li .btnArea .btn02 {
  width: 107px;
  position: absolute;
  top: 32%;
  right: 2.5%;
}

@media screen and (max-width: 768px) {
  .shopList ul li .btnArea .btn02 {
    top: 8%;
  }
}

.shopList .notLink {
  opacity: 0.4;
}

/*-----------------------
	SP
-----------------------*/
@media screen and (max-width: 768px) {
  .container {
    padding: 0 5.3333%;
    margin: 0 auto;
    width: auto;
  }
  img {
    height: auto;
  }
  .reservation {
    height: 60px;
  }
  .reservation img {
    height: 20px;
    width: auto;
  }
  .shopList h2 {
    padding-top: 10%;
    margin-bottom: 5%;
    font-size: 2rem;
  }
  .shopList h2 img {
    width: 90%;
    margin: 0 auto;
  }
  .shopList h3 {
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
  .shopList article {
    margin-bottom: 5%;
  }
  .shopList ul {
    margin-top: 4%;
  }
  .shopList ul li {
    margin-bottom: 4%;
  }
  .shopList ul li .btnArea .btn01 {
    width: 14%;
  }
  .shopList ul li .btnArea .btn02 {
    width: 9%;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>