@charset "UTF-8";

@-ms-viewport {
	width: device-width;
}
[tabindex="-1"]:focus {
	outline: none !important;
}

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  /* avoid min-width: auto on flex and grid children */
  min-width: 0;
  min-height: 0; }

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: calc(1em * 0.625); }

body {
  margin: 0;
  font-size: 1.4rem;
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5; }

@media (min-width: 576px) {
  body {
    font-size: 1.6rem; } }
/* Links */
a {
  color: #333; }

a:focus, a:hover, a:active {
  color: #0d0d0d;
  text-decoration: underline; }

/* ----------------------------- */
/* ==Global Micro Layout         */
/* ----------------------------- */
/* blocks that needs to be placed under floats */
.clear {
  clear: both; }

/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse; }

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container, .flex-container--row,
.flex-row, .flex-container--column,
.flex-column, .flex-container--row-reverse,
.flex-row-reverse, .flex-container--column-reverse,
.flex-column-reverse,
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* floating elements */
.fl {
  float: left; }

img.fl {
  margin-right: 1rem; }

.fr {
  float: right; }

img.fr {
  margin-left: 1rem; }

img.fl,
img.fr {
  margin-bottom: 0.5rem; }

.button a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0 30px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgb(0, 0, 0, .5);
	line-height: 1.4;
	max-width: 360px;
	height: 80px;
	margin: 0 auto;
	font-size: 18px;
    text-align: center;
	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;
}
.button a:hover {
	text-decoration: none;
    opacity:  0.8;
	color: #fff;
}
.button.web a {
	background: -moz-linear-gradient(#8adb29, #3cc100);
	background: -webkit-linear-gradient(#8adb29, #3cc100);
	background: linear-gradient(#8adb29, #3cc100);
	border: #5fdb00 solid 2px;
}
.button.pre a {
	background: -moz-linear-gradient(#ffa900, #ff5300);
	background: -webkit-linear-gradient(#ffa900, #ff5300);
	background: linear-gradient(#ffa900, #ff5300);
	border: #ed5300 solid 2px;
}
.button.tolist a {
    background: -moz-linear-gradient(#00adcf, #0073a8);
	background: -webkit-linear-gradient(#00adcf, #0073a8);
	background: linear-gradient(#00adcf, #0073a8);
    border: #0083b7 solid 2px;
    font-size: 16px;
    height: auto;
    padding: 5px 30px;
    border-radius: 20px;
    width: 190px;
}
	
.sp {
  display: none; }

.pc {
  display: inline; }

/* CLASS */
.external-link {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-bottom: -1.5px;
  position: relative;
  top: 5px;
  background: url("../img/external-link.svg") no-repeat; }

.link-button {
  text-align: center; }

.link-button a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 40px;
  border: 2px solid #804c9e;
  color: #804c9e;
  font-weight: bold;
  transition: all .15s linear; }

.link-button a:hover {
  background: #804c9e;
  color: #fff;
  text-decoration: none; }

.link-button a.block {
  display: block; }

.link-button a.white-btn {
  color: #fff;
  border: 2px solid #fff; }

.link-button a.white-btn:hover {
  background: #fff;
  color: #804c9e; }

header .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 10px 5px;
	display: table;
    box-sizing: border-box;
}
header p.logo {
	width: 185px;
	display: table-cell;
	height: 54px;
	border-right: 1px #b1b1b1 solid;
	vertical-align: middle;
}
header p.logo img {
	width: 159px;
    height: auto;
}
header .shopName {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	padding: 0 25px;
}
.dateOpen {
    background: #541b86;
    color: #fff;
}
.dateOpen .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
    box-sizing: border-box;
    text-align: left;
}
.dateOpen span {
    padding-right: 10px;
}
.dateOpen span.slash {
    padding: 0 20px;
}




.mainImg {
  width: 100%;
  height: 800px;
  background: #b1b1b1;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 4px 4px gray; }
  .mainImg.on1 {
    background: #b1b1b1; }
  .mainImg.on2 {
    background: #7d61a8; }
  .mainImg.on3 {
    background: #00acce; }
  .mainImg.on4 {
    background: #525054; }
  .mainImg.on5 {
    background: #87c7eb; }
  .mainImg .inner {
    width: auto;
    margin: 0 auto;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    z-index: 9999; }
  .mainImg .box0 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none; }
    .mainImg .box0.on {
      display: block; }
    .mainImg .box0 img {
      width: auto;
      height: 800px; }
  .mainImg .imgBox {
    position: relative;
    left: 600px;
    z-index: 10000;
    height: 800px;
    width: 900px;
	overflow: visible;
}
.mainImg .u-logo {
    position: absolute;
    z-index: 10001;
    left: -400px;
    top: 400px;
}
.mainImg .u-logo img {
	width: 300px;
	height: auto;
	display: none;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mainImg .u-logo img {
        height: 109px;
    }
}
.mainImg .u-logo img.on {
	display: inline;
}
.mainImg .u-content {
    position: absolute;
    z-index: 10001;
    left: -400px;
    top: 550px;
	display: table;
	color: #000;
	font-size: 18px;
}
.mainImg .u-content span {
	display: table-cell;
	padding-right: 16px;
	vertical-align: middle;
}
.mainImg .u-content img {
	width: 120px;
    height: auto;
}
.mainImg .slider {
    overflow: visible;
    margin-left: 0px;
    width: 930px;
    position: absolute;
	z-index: 9998;
}
.mainImg .slide {
    position: relative;
    z-index: 10000;}
.mainImg .slide__content {
    position: absolute;}
.mainImg .slide__content li {
    position: absolute;
    z-index: 10001;
    left: -400px;
    top: 100px;
    display: block;
    opacity: 0;
    transition: all .5s ease;
	transform: scale(1.1);
}
.mainImg .slide__content li.on {
    opacity: 1;
    transition: all .5s ease;
    transform: scale(1); }
.mainImg .slick-list {
    overflow: visible; }
@media screen and (max-width: 1400px) {
	.mainImg .box0 {
    position: absolute;
    width: 50%;
    right: 133%;
    top: 0;
    z-index: 9999;
    display: none; }
    .mainImg .box0.on {
      display: block; }
    .mainImg .box0 img {
      width: auto;
      height: 800px; }
	.mainImg .imgBox {
    position: relative;
    left: 43%;
    z-index: 10000;
    height: 800px;
    width: 900px;
    overflow: visible; }
    .mainImg .slide__content li {
        left: -410px;
    }
	.mainImg .u-content {
    position: absolute;
    z-index: 10001;
    left: -46%;
    top: 550px; }
	.mainImg .u-logo {
    position: absolute;
    z-index: 10001;
    left: -46%;
    top: 400px;
	}
}

nav {
    margin-top: -4px;
}
nav.bottom {
    background: #fff;
    width: 100%;
    /*height: 160px;*/
    /* height: 110px; */
    opacity: 1;
    position: fixed;
    z-index: 10000;
    bottom: -160px;
    transition: bottom .3s linear;
}
nav.bottom.fixed_show {
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 10001;
	bottom: 0;
}
nav > .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 29px 0 10px;
	display: flex;
}
nav p.logo {
    width: 160px;
	text-align: center;
}
nav p.logo img {
    width: 100%;
	height: auto;
}
nav p.logo span {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0 0 0px;
}
nav ul {
    display: table;
    width: 600px;
    padding-left: 0px;
}
nav ul li {
	display: table-cell;
	height: 62px;
	width: 155px;
	border-right: 1px solid #000;
	text-align: center;
	font-size: 14px;
	line-height: 18.5px;
	font-weight: bold;
	vertical-align: middle;
}
nav ul li:last-child {
	border: none;
}
nav ul li a:hover {
	opacity: .8;
}
nav .button { 
	margin-left: 10px;
	min-width: 150px;
}
nav .button:first-child {
	margin-left: 0;
}
nav .button a { 
	font-size: 15px;
	line-height: 1.2;
	height: auto;
	padding: 10px;
	text-align: center;
}
/* nav > .inner:after {
	clear: both;
	display: block;
	content: "";
}
nav .button {
    float: right;
    margin-top: -5px;
}
nav .button.web p {
	margin-top: 24px;
}
nav:after {
    clear: both;
    display: block;
    content: ""; } */

footer {
	padding: 40px 0 160px;
}
footer p.logo {
    text-align: center;
    padding-bottom: 40px;
}
footer p.logo img {
	width: 49px;
	height: auto;
}
footer .button {
    text-align: center;
}
footer .button a {
	display: inline-block;
	padding: 0 15px;
	min-width:150px;
}
footer nav {
    text-align: center;
    background: none;
    margin: 0;
    padding: 20px 0;
    font-size: 14px; }
footer nav a {
	display: inline-block;
	padding: 0 5px 0 0;
}
footer nav a:after {
	content: "|";
	padding-left: 5px;
}
footer nav a:last-child:after {
	content: none;
}
footer p.copyright {
    text-align: center;
    font-size: 14px;
}

.CPdate {
    margin-bottom: 16px;
    text-align: center;
}
.CPdate div {
    border: #ccc solid 1px;
    display: inline-block;
    padding: 16px 16px 0;
}
.CPdate div p {
    padding-bottom: 16px;
}

/** smartphone **/
@media screen and (max-width: 700px) {
	.pcandtab {
		display: none;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	
	.link-button {
		max-width: 340px;
		margin: 0 auto;
	}
	.link-button a {
		display: block;
		padding: 6px 10px;
	}

	/*.button {
		padding: 0 10px;
	}
	.button a {
		height: auto;
		padding: 10px 15px;
		min-height: 80px;
	}*/
    
	header .inner {
		width: 100%;
        padding-bottom: 15px;
    }
	header p.logo {
        width: 20%;
        min-width: 88px;
		height: auto;
		vertical-align: middle;
		padding-right: 10px;
	}
    header p.logo img {
		/*width: 21.07vw;*/
        width: 100%;
		height: auto;
        vertical-align: middle;
	}
	header .shopName {
		/*font-size: 3vw;*/
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 0 0 10px;
    }
    .dateOpen {
        /*font-size: 3vw;*/
        font-size: 12px;
        font-size: 1.2rem;
    }
    .dateOpen span {
        padding-right: 5px;
    }
    .dateOpen span.slash {
        padding: 0 10px;
    }

	.mainImg {
		width: 100%;
		height: 84vw;
		background: #b1b1b1;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.mainImg .inner {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: visible;
		z-index: 10000;
	}
    .mainImg .box0 {
		position: absolute;
		right: -78px;
		top: 0;
		width: auto;
		z-index: 9999;
	}
	.mainImg .box0 img {
        width: auto;
        height: 84vw;
	}
    .mainImg .imgBox {
		position: relative;
		left: 0;
		z-index: 10000;
		height: auto;
		width: 100%;
	}
    .mainImg .slider {
		margin-left: 0;
		position: absolute;
		z-index: 9998;
		height: 84vw;
		width: 100%;
	}
    .mainImg .slide {
		position: relative;
		z-index: 9998;
		width: 100%;
	}
    .mainImg .slide > img {
		height: 84vw;
		width: 100%;
	}
    .mainImg .slide__content {
		position: absolute;
		width: 100%;
		height: 84vw;
	}
    .mainImg .slide__content li {
		width: 50%;
		height: 84vw;
		position: absolute;
		z-index: 10001;
		left: 3%;
		top: 20px;
		display: block;
		opacity: 0;
		transition: all .5s ease;
		transform: scale(1.1);
	}
	.mainImg .slide__content li img {
        width: 100%;
        height: auto;
	}
    .mainImg .slide__content li.on {
		opacity: 1;
		transition: all .5s ease;
		transform: scale(1);
	}
    .mainImg .u-content {
		position: absolute;
		z-index: 10001;
		left: 3%;
		top: 43vw;
		display: block;
	}
	.mainImg .u-content span {
		display: block;
        padding: 0 0 8px 0;
		font-size: 2.5vw;
	}
	.mainImg .u-content strong {
		display: inline-block;
        padding: 0 0 8px 0;
	}
	.mainImg .u-content img {
        width: 14vw;
        height: auto;
	}
	.mainImg .u-logo {
		position: absolute;
		z-index: 10001;
		left: 3%;
		top: 29vw;
	}
	.mainImg .u-logo img {
		width: 29vw;
		height: auto;
	}
	.mainImg .u-content img.on {
		display: inline;
	}
    nav {
		margin-top: -4px;
		position: relative;
	}
    nav > .inner {
        width: 100%;
        padding: 10px 60px 10px 5px;
		align-items: center;
		justify-content: space-between;
        position: relative;
    }
    nav.bottom {
        width: 100%;
 }
    nav.bottom .dateOpen {
        width: 100%;
        /* height: 35px; */
 }
    /* nav.bottom > .inner {
        padding:  5px 10px 0;
    } */
	nav p.logo {
		width: 25%;
	}
    nav p.logo span {
		font-size: 10px;
		/* font-size: 3vw; */
		padding: 0;
		/* display: flex;
		align-items: center;
		min-width: 70px; */
	}
    /* nav p.logo {
		width: 56%;
		margin: 10px 2px 10px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	nav p.logo img {
		max-width: 150px;
		padding-right: 2%;
	} */
    nav ul {
		display: block;
		width: 100%;
		float: left;
		padding-left: 0;
	}
	nav ul li {
        display: block;
        height: auto;
        width: 100%;
        border-right: none;
        border-bottom: 1px #fff solid;
        text-align: center;
        font-size: 4vw;
        line-height: 18.5px;
        font-weight: bold;
        vertical-align: middle;
        padding: 15px 0;
    }
	nav ul li br {
		display: none;
	}
	nav ul li:last-child {
		border: none;
	}
	nav ul li a:hover {
		opacity: .8;
	}
	nav .button {
		/* margin-right: 50px; */
		margin-left: 5px;
		min-width: auto;
	}
	nav .button a {
		font-size: 12px;
		padding: 5px 10px;
		min-height: auto;
		/* min-width:94px; */
	}
	nav .button.web p {
		margin-top: 8px;
		font-size: 3vw;
	}
    nav:after {
		clear: both;
		display: block;
		content: "";
	}
	nav .toggle {
		cursor: pointer;
		height: 32px;
		margin-left: 2%;
		position: absolute;
		right: 10px;
		}
    nav .toggle > div {
		position: relative;
		width: 36px; }
    nav .toggle span {
      width: 100%;
      height: 2px;
      left: 0;
      display: block;
      background: #000;
      position: absolute;
      transition: transform .3s ease-in-out, top .5s ease;
	}
	nav .toggle span:nth-child(1) {
        top: 4px;
	}
	nav .toggle span:nth-child(2) {
        top: 14px;
	}
	nav .toggle span:nth-child(3) {
        top: 24px;
	}

	.open nav .toggle {
		position: fixed;
		top: 25px;
		right: 25px;
	}
	.open nav .toggle span:nth-child(1) {
		top: 15px;
		transform: rotate(45deg);
	}
	.open nav .toggle span:nth-child(2) {
		top: 15px;
		width: 0;
		left: 50%;
	}
	.open nav .toggle span:nth-child(3) {
		top: 15px;
		transform: rotate(-45deg);
	}

	/* z-index */
	nav .toggle {
		z-index: 1000;
	}
	nav .toggle {
		z-index: 900;
	}
	nav .toggle {
		z-index: 999;
	}
	
	nav ul {
    background: #795099;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 29px;
    padding-left: 0;
    transform: translateX(-100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
    nav ul a {
		color: #fff;
	}

	.open nav ul {
		transform: translateX(0);
	}

	footer {
		padding: 20px 0 100px;
	}
    footer p.logo {
		text-align: center;
		padding-bottom: 20px;
	}
	footer p.logo img {
        width: 6.53vw;
        height: auto;
	}
    footer .button {
		text-align: center;
	}
	footer .button img {
        height: 8vw;
        width: auto;
        margin: 10px 0 40px;
	}
	footer .button a {
        display: block;
        padding: 0 15px;
        	min-width:94px;
	}
	/*footer .button a:first-child {
		display: none;
		position: relative;
		top: 0px;
	}*/
    footer nav {
		text-align: center;
		background: none;
		margin: 0;
		padding: 10px 0;
		font-size: 2vw;
	}
	footer nav a {
        display: inline-block;
        padding: 0 1px 0 0; }
	footer nav a:after {
		content: "|";
		padding-left: 2px;
	}
	footer nav a:last-child:after {
		content: none;
	}
    footer p.copyright {
		text-align: center;
		font-size: 2vw;
	}
}


@media screen and (max-width: 320px) {

	nav .button a {
		height: auto;
		padding: 4px 0px ;
		height: 40px;
		font-size:12px ;
		min-width:80px ;
	}
}

.passblock {
	max-width: 800px;
	padding:  40px 16px;
	text-align: center;
	margin: 0 auto;
}
.passblock p {
	margin-bottom: 16px;
}
@media screen and (max-width: 700px) {
	.passblock p:first-child {
		text-align: left;
	}
}

/* エニタイムフィットネス ＜吉塚店・二又瀬店＞ */
#lp_yoshizuka_futamatase nav p.logo {
  padding-top: 8px;
}
#lp_yoshizuka_futamatase nav .button a {
	display: inline-block;
	padding: 10px 8px;
	width: 112px;
	min-width: auto;
}

/** smartphone **/
@media screen and (max-width: 700px) {
	#lp_yoshizuka_futamatase nav {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#lp_yoshizuka_futamatase nav p.logo {
		padding-top: 0;
		width: 28%;
	}
	#lp_yoshizuka_futamatase nav .button a {
		font-size: 12px;
		padding: 4px 8px;
		width: 80px;
	}
}