@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #3366FF; ;
    --back-color: #003399;
    --border-color: #ccc;
    --white-color: #fff;
    --gray-color: #f3f3f3;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--base-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}
.underline {
	border-bottom: 3px solid var(--back-color);
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}
.sp {
	display: none;
}
.fw_b {
	font-weight: bold;
}

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


/*フォント
-------------------------------------*/
.ta_c {
	text-align: center;
}

/*マージン
-------------------------------------*/
/* 下マージン */
.b0  {margin:         0px;}
.b01 {margin-bottom:  1px;}
.b04 {margin-bottom:  4px;}
.b05 {margin-bottom:  5px;}
.b10 {margin-bottom:  10px;}
.b15 {margin-bottom:  15px;}
.b20 {margin-bottom:  20px;}
.b25 {margin-bottom:  25px;}
.b30 {margin-bottom:  30px;}
.b35 {margin-bottom:  35px;}
.b40 {margin-bottom:  40px;}
.b45 {margin-bottom:  45px;}
.b50 {margin-bottom:  50px;}
.b55 {margin-bottom:  55px;}
.b60 {margin-bottom:  60px;}
.b90 {margin-bottom:  90px;}

@media screen and (max-width:768px) {
	.b0_sp  {margin:         0px;}
	.b01p_sp {margin-bottom:  1%;}
	.b04p_sp {margin-bottom:  4%;}
	.b05p_sp {margin-bottom:  5%;}
	.b06p_sp {margin-bottom:  6%;}
	.b07p_sp {margin-bottom:  7%;}
	.b08p_sp {margin-bottom:  8%;}
	.b09p_sp {margin-bottom:  9%;}
	.b10p_sp {margin-bottom:  10%;}
}


/*ヘッダー
-------------------------------------*/
.header{
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 100;
}
.header_inner {
	max-width: 1000px;
	margin: 0 auto;
}
.logo{
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
}

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

}

@media only screen and (max-width: 1050px) {
	.header_inner {
		padding: 0 30px;
	}
}

/*FV
-------------------------------------*/
.area_fv {
	position: relative;
	height: 600px;
	width: 100%;
	background-image: url("../img/fv_img.png");
    background-size: cover;
}
.area_fv h1 {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	color: var(--white-color);
	font-size: 30px;
}
.catchcopy {
	max-width: 1000px;
	margin: 0 auto;
}

@media only screen and (min-width: 1400px) {
	.area_fv {
		height: 50vw;
		background-image: url("../img/fv_img.png");
		background-size: cover;
	}
}

@media only screen and (max-width: 1050px) {
	.area_fv {
		padding: 0 30px;
        background-position: center;
	}
}

@media only screen and (max-width: 768px) {
	.area_fv {
		background-image: none;
		height: auto;
		padding: 0;
	}
	.logo {
    	font-size: 3.2vw;
	}
    .header_inner {
        padding: 0 0 0 20px;
    }
	.header {
		top: 20px;
	}
	.catchcopy {
		padding: 0 0 0 20px;
	}
	.area_fv h1 {
		font-size: 4.8vw;
	}
}

/*メインコンテンツ
-------------------------------------*/
main {
	background-color: var(--gray-color);
}
main .container {
	max-width: 1000px;
	margin: 0 auto;
	background-color: var(--white-color);
	padding: 45px 40px;
	position: relative;
}
.service_logo {
	text-align: center;
}
.area_shop_img {
	display: flex;
    justify-content: space-between;
	margin-bottom: 70px;
}
.area_information table {
  border-collapse: collapse;
}
.area_information table td {
  padding: 6px 12px;
  border: none;
  text-align: left;
  vertical-align: top;
  font-weight:normal;
}
.area_information table th {
  white-space: nowrap;
  padding: 6px 12px 6px 0px;
  border: none;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.area_information {
	padding-left: 30px;
}
.area_information h3 {
	font-size: 24px;
}
.area_access {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.area_map {
    position: relative;
    width: 460px;
    padding-top: 240px;
    height: 0;
}
.area_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.area_gym,
.area_bar {
	max-width: 890px;
	width: 100%;
	margin: 0 auto;
}
.area_gym .area_information h3,
.area_bar .area_information h3 {
    font-size: 20px;
}
.tab_wrap {
	position: absolute;
	width: 100%;
	max-width: 1000px;
	display: flex;
	left: 0;
	top: -65px;
}
.tab_btn {
  width: 33.333%;
  padding: 12px 0;
  border: 3px solid #434343;
  background: var(--white-color);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  min-height: 65px;
  transition: .5s;
}
.tab_btn:hover {
  background: #BEBEBE;
}
.tab_btn.active {
  background: #434343;
  color: #fb9620;
}
.tab_contents {
  display: none;
}
.tab_contents.active {
  display: block;
}
a.btn_shop {
	background-color: #32b16c;
    border-radius: 5px;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: space-evenly;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    position: relative;
    align-items: center;
	padding: 0 0 2px 0;
}
a.btn_shop:hover {
	background-color: #218F53;
}
a.btn_shop .arrow {
	position: absolute;
	top: 7px;
    right: 7px;
}
a.btn_shop .arrow img {
	width: 8px;
}

@media only screen and (max-width: 1000px) {
	.tab_btn {
	  font-size: 18px;
	}
	.area_shop_img img {
		width: 49%;
	}
}

@media only screen and (max-width: 768px) {
	main .container {
		padding: 0;
	}
	.area_contents h2 {
		font-size: 4.3vw;
		margin-bottom: 7%;
	}
	.area_contents h3,
	.area_contents p {
		font-size: 3.4vw;
	}
	.area_information h3 {
		text-align: center;
	}
	.area_information {
		padding-left: 0;
        margin-bottom: 5%;
	}
	.area_map {
		width: 100%;
		padding-top: 56.25%;
	}
	.area_access {
		display: block;
	}
	.area_shop_img {
		display: block;
		margin-bottom: 10%;
	}
	.area_shop_img img {
		width: 100%;
	}
	.area_shop_img img:first-child {
		margin-bottom: 2%;
	}
	.service_logo {
		width: 30%;
		margin: 0 auto;
	}
	.area_information table {
		margin-left: 7%;
	}
	.area_information table th {
		padding: 6px 5px 6px 0px;
	}
	.tab_wrap {
		position: relative;
		left: 0;
		top: 0;
	}
	.fv_sp_img {
	line-height: 0;
	}
	.tab_contents {
	  padding: 8% 5%;
	}
	.tab_wrap .tab_btn {
		font-size: 5vw;
		padding: 1px 0 2px;
		line-height: 1.3;
	}
	.tab_wrap .tab_btn:first-child {
		font-size: 4vw;
	}
	.area_gym .area_information p,
	.area_bar .area_information p {
		text-align: center;
	}
	a.btn_shop {
		margin: 0 auto;
	}
}

/*フッター
-------------------------------------*/
footer {
    background-color: var(--back-color);
    padding: 5rem 0;
	color: var(--white-color);
}
footer h5 {
    border-bottom: 2px solid var(--white-color);
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 20px 0 25px;
    background-color: #535353;
    color: var(--white-color);
	font-size: 12px;
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: var(--back-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: var(--back-color);
}

/*パートナーシップ
-----------------------------------*/
.partnership {
	padding: 30px 0;
}


