@charset "utf-8";

/* 基本設定　ここから */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&family=Questrial&family=Roboto&display=swap');

.pc { display: block; }
.sp { display: none; }

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

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	
}

body {
	font-family: "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	color: #4A4A4A;
}
a {
	transition: .3s;
	text-decoration: none;
}
h2.uline {
    color: #FF6652;
	text-align: center;
	margin-bottom: 20px;
}
h2.uline span {
    font-size: 32px;
    color: #FF6652;
    border-bottom: 2px solid #EE705B;
	padding: 10px;
	display: inline-block;
	text-align: center;
}
p {
	text-align: left;
}

@media screen and (max-width: 767px) {
	h2.uline span {
		font-size: 24px;
	}
} 


.wrap_virtual {
	width: 100%;
	margin: 0 auto;
	position: relative;
}


/*ヘッダー*/

header {

}
.wrap_header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	background-color: #FFFFFF;
	z-index: 9999;
}
.wrap_virtual_header {
    width: 1200px;
    height: 80px;
    padding: 0;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_logo{
	width: 323px;
	height: auto;
}
.head_logo img{
	width: 100%;
}
.head_btn {
	height: 53px;
	display: flex;
}
.head_btn img {
	height: 100%;
	width: auto;
	margin: 0 5px;
}
.head_tel {
	display: none;
}

@media screen and (max-width: 767px) {
	.wrap_virtual {
		width: 100%;
	}
	.wrap_virtual_header {
		width: 100%;
		height: 60px;
		padding: 0 10px;
	}
	.head_logo{
		width: auto;
		height: 37px;
	}
	.head_logo img{
		width: auto;
		height: 100%;
	}
	.head_btn {
		display: none;
	}
	.head_tel {
		display:block;
		width: 30px;
		height: 30px;
	}
	.head_tel img {
		height: 100%;
	}
} 


/*メインビジュアル*/

#main_visual {
	width: 100%;
	margin-bottom: 40px;
}
#main_visual img {
	width: 100%;
}



/*360度バーチャル見学スタート*/

#virtual_start {

}
.virtual_start {
	width: 1000px;
	height: 850px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.person {
	width: 540px;
	margin: 0 auto;
}
.person img {
	width: 100%;
}
.start_btn a {
    width: 1000px;
	position: absolute;
	top:270px;
	display: block;
}
.start_btn img {
	width: 100%;
}

.start_btn a:hover {
	top:280px;
}
#virtual_start p{
    width: 100%;
	position: absolute;
	top:700px;
	font-size: 18px;
	line-height: 1.6em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	
	.virtual_start {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 30px 0;
	}
	.person {
		width: 90%;
		margin: 0 auto;
	}
	.start_btn a {
		width: 100%;
		position: relative;
		top:-20px;
	}
	.start_btn a:hover {
		top:-20px;
	}
	#virtual_start p{
		width: 100%;
		position: relative;
		top:-20px;
		font-size: 14px;
		line-height: 1.6em;
		padding: 0 20px;
		text-align: left;
	}
} 

/*CTA 入会はこちらと見学ボタン*/

.cta {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.wrap_cta_pc {
    width: 880px;
    height: 274px;
	margin: 0 auto;
    background-image: url(../images/virtual/bg_welcome_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}
.cta_pc_btn {
	width: 700px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 140px;
}

.cta_pc_btn .btn_member,.cta_pc_btn .btn_1day {
	width: 341px;
	height: 85px;
}
.cta_pc_btn_arrow {
	position: absolute;
	right: 20px;
	top: 35px;
	transition: .3s;
}

.cta_pc_btn a  {
	position: relative;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.26));
}
.cta_pc_btn a:hover  {
	filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.26));
}
.cta_pc_btn a:hover .cta_pc_btn_arrow {
	right: 15px;
}

.cta_backline {
    width: 100%;
    height: 220px;
    background-image: url(../images/virtual/bg_welcome_backline.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap_cta {
	display: none;
}

@media screen and (max-width: 767px) {
	
	.cta {
		position: relative;
		padding-top: 30px;
		margin: 50px auto;
		}
	.wrap_cta_pc {
		display: none;
	}
	.cta_backline {
	    height: 220px;
	}
	
	/* CTA */
	.wrap_cta {
		width: 90%;
		margin: 0 auto;
		border: 5px solid #EE705B;
		background: #fff;
		padding: 20px 5% 30px;
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		z-index: 5;
		display: block;
	}

	.wrap_cta1::before {
		content: "";
		display: inline-block;
		background: url(../images/virtual/icon_triangle01_sp.png) no-repeat;
		background-size: contain;
		width: 93px;
		height: 49px;
		position: absolute;
		top: 0;
		left: -60px;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.ttl_cta {
		text-align: center;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 25px;
	}

	.ttl_cta > span {
		position: relative;
		display: inline-block;
	}

	.ttl_cta > span::before, .ttl_cta > span::after {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: 0;
		width: 24px;
		height: 37px;
	}

	.ttl_cta > span::before {
		background: url(../images/virtual/ttl_cta_before_sp.png) no-repeat;
		background-size: contain;
		left: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.ttl_cta > span::after {
		background: url(../images/virtual/ttl_cta_after_sp.png) no-repeat;
		background-size: contain;
		right: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.ttl_cta > span span {
		display: block;
	}

	.btn_cta a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		height: 60px;
		margin: 0 0 20px;
		border-radius: 40px;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		position: relative;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		position: relative;
	}

	.btn_cta a::after {
		content: "\f054";
		display: inline-block;
		font-weight: 900;
		font-family: "Font Awesome 5 free";
		position: absolute;
		top: 50%;
		right: 5%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 15px;
		font-size: 1.5rem;
	}

	.btn_cta.btn_cta_reserve a {
		background: linear-gradient(135deg, #FFB101 0%, #FFB101 50%, #FF9D01 50%, #FF9D01);
		color: #fff;
	}

	.btn_cta.btn_cta_reserve a span, .btn_cta.btn_cta_member a span  {
		font-size: 11px;
		font-size: 1.1rem;
		display: inline-block;
		margin-bottom: 5px;
		position: relative;
	}

	.btn_cta.btn_cta_reserve a span::before, .btn_cta.btn_cta_reserve a span::after, .btn_cta.btn_cta_member a span::before, .btn_cta.btn_cta_member a span::after {
		content: "|";
		position: absolute;
		top: 0;
		line-height: 1;
	}

	.btn_cta.btn_cta_reserve a span::before, .btn_cta.btn_cta_member a span::before {
		left: -20px;
		-webkit-transform: rotate(-30deg) translateX(-100%);
		transform: rotate(-30deg) translateX(-100%);
	}

	.btn_cta.btn_cta_reserve a span::after, .btn_cta.btn_cta_member a span::after {
		right: -20px;
		-webkit-transform: rotate(30deg) translateX(100%);
		transform: rotate(30deg) translateX(100%);
	}

	.btn_cta.btn_cta_member a {
		background: linear-gradient(135deg, #F6FF1A 0%, #F9F511 20%, #FAF30F 50%, #FFE301 50%, #FFE200);
		font-size: 14px;
		font-size: 1.4rem;
		color: #4A4A4A;
	}
	
} 


/* 館内図 */

.guidemap {
	background: linear-gradient(180deg,#ffffff 0%,#ffffff 300px,#EFEFEF 100px,#EFEFEF 100%);
	padding: 50px 0 50px 0;
}

.guidemap_wrap {
	width: 1000px;
	margin: 0 auto;
}
.guidemap_wrap p {
	text-align: center;
}
.tabs {
	padding: 40px 0;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

/*タブのスタイル*/
.tab_item {
	width: 307px;
	height: 81px;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	transition: all 0.2s ease;
	padding-top: 25px;
	margin: 0 20px;
}
.tab01 {
    background-color: #FFFFFF;
    color: #EE705B;
    border: 2px solid #FF6652;
}
.tab02 {
	background-color: #FFFFFF;
	color: #8DC5E4;
	border: 2px solid #8DC5E4;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}


/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 0 0 0;
    clear: both;
    overflow: hidden;
    width: 1000px;
	
}


/*選択されているタブのコンテンツのみを表示*/
#map1:checked ~ #map1_content,
#map2:checked ~ #map2_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab01 {
  background-color: #FF6652;
	border: 2px solid #FF6652;
  color: #fff;
}
.tabs input:checked + .tab02 {
  background-color: #8DC5E4;
  color: #fff;
	border: 2px solid #8DC5E4;
}



/* 入れ子のタブ */
.tab_child_1, .tab_child_2 {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    position:relative;
    width:1000px;
    background:#EFEFEF;
	padding: 40px 0 10px 0;
}
.tab_child_1:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(239, 239, 239, 0);
    border-top-width:35px;
    border-bottom-width:35px;
    border-left-width:34px;
    border-right-width:34px;
    margin-left: -34px;
    border-bottom-color:#EFEFEF;
    bottom:100%;
    left:32%;
}
.tab_child_2:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(239, 239, 239, 0);
    border-top-width:35px;
    border-bottom-width:35px;
    border-left-width:34px;
    border-right-width:34px;
    margin-left: -34px;
    border-bottom-color:#EFEFEF;
    bottom:100%;
    right:29%;
}

/*入れ子のタブのスタイル*/
.tab_item_child {
	width: 230px;
	height: 71px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 25px 0 0 0;
	margin: 10px;
}
.line2 {
	padding-top: 15px;
}

.tab_item_child span {
  width: 100%;
  height: 100%;
  display: flex;
	align-items: center;
}
.child1_01 {
    background-color: #FFFFFF;
    color: #EE705B;
    border: 2px solid #FF6652;
}
.child1_02 {
    background-color: #FFFFFF;
    color: #8DC5E4;
    border: 2px solid #8DC5E4;
}

.tab_item_child:hover {
  opacity: 0.75;
}
input[name="tab_item_child1"] {
  display: none;
}
input[name="tab_item_child2"] {
  display: none;
}

.tab_content_child1, .tab_content_child2 {
  display: none;
  clear: both;
  overflow: hidden;
	width: 100%;
	padding: 40px 0 10px 0;
}


.floormap img {
	width: 100%;
}


#area1_1:checked ~ #area1_1_content,
#area1_2:checked ~ #area1_2_content,
#area1_3:checked ~ #area1_3_content,
#area1_4:checked ~ #area1_4_content,
#area1_5:checked ~ #area1_5_content,
#area1_6:checked ~ #area1_6_content {
  display: block;
}

.tab_child_1 input:checked + .child1_01 {
  background-color: #FF6652;
	border: 2px solid #FF6652;
  color: #fff;
}

.tab_child_2 input:checked + .child1_02 {
  background-color: #8DC5E4;
	border: 2px solid #8DC5E4;
  color: #fff;
}


#area2_1:checked ~ #area2_1_content,
#area2_2:checked ~ #area2_2_content,
#area2_3:checked ~ #area2_3_content,
#area2_4:checked ~ #area2_4_content,
#area2_5:checked ~ #area2_5_content,
#area2_6:checked ~ #area2_6_content,
#area2_7:checked ~ #area2_7_content,
#area2_8:checked ~ #area2_8_content,
#area2_9:checked ~ #area2_9_content,
#area2_10:checked ~ #area2_10_content,
#area2_11:checked ~ #area2_11_content {
  display: block;
}

@media screen and (max-width: 767px) {
	.guidemap_wrap {
		width: 100%;
		margin: 0 auto;
	}
	.tabs {
		padding: 40px 0;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.tab_item {
		width: 45%;
		height: 55px;
		font-size: 16px;
		display: inline-block;
		padding-top: 15px;
		margin: 0 5px;
	}
	.tab_content {
		display: none;
		padding: 40px 0 0 0;
		clear: both;
		overflow: hidden;
		width: 100%;

	}
	.tab_child_1, .tab_child_2 {
		margin: 0 auto;
		justify-content:center;
		width:100%;
		padding: 40px 10px;
	}
	.tab_child_1:after{
		left:25%;
	}
	.tab_child_2:after{
		right:19%;
	}
	.tab_item_child {
		width: 47%;
		height: 50px;
		font-size: 12px;
		text-align: center;
		display: inline-block;
		vertical-align: bottom;
		font-weight: bold;
		transition: all 0.2s ease;
		padding: 15px 0 0 0;
		margin: 1%;
	}
	.line2 {
		padding-top: 10px;
	}
	
	.tab_content_child1, .tab_content_child2 {
		padding: 40px 10px 10px 10px;
	}
}


/*館内説明用ギャラリー*/

.mod_thumlist_wrap {
	width: 760px;
	margin: 0 auto;
}
.mod_thumlist {
	display: flex;
	justify-content:space-between;
	width: 760px;
	height: 347px;
	margin: 0 auto;
}

.mod_thumlist_photo{
	overflow: hidden;
}
.mod_thumlist_photo_entry{
    width:560px;
	height: 347px;
	overflow: hidden;

}
.mod_thumlist_photo_entry img{
    width:560px;
	height: 347px;

}
.mod_thumlist_wrap p {
	width: 760px;
	padding-top: 20px;
	line-height: 1.6em;
	text-align: left;
}

.mod_thumb {
	display: flex;
	flex-direction:column;
	height: 347px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.mod_thumb li{
    width:170px;
    height:107px;
    background:none;
    padding:0;
    margin:0 0 10px 0;
}
.mod_thumb li:last-child{
    margin-bottom:0;
}
.mod_thumb li img{
    width:100%;
    height:auto;
}
.mod_thumb li a{
    display:block;
}
.mod_thumb li a:link    {}
.mod_thumb li a:visited {}
.mod_thumb li a:hover   {opacity:0.8;}
.mod_thumb li a:active  {opacity:0.8;}


@media screen and (max-width: 767px) {
	.mod_thumlist_wrap {
		width: 100%;
		margin: 0 auto;
	}
	.mod_thumlist {
		flex-direction:column;
		align-items:flex-start;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.mod_thumlist_photo_entry{
		width:100%;
		height: 58vw;
		position: relative;
		display: block;
	}
	.mod_thumlist_photo_entry img{
		width:100%;
		height: auto;
		margin: 0 auto;
	}
	.mod_thumlist_wrap p {
		font-size: 14px;
		width: 100%;
		padding-top: 10px;
		text-align: left;

	}
	.mod_thumb_wrap {

	}
	.mod_thumb {
		margin-top: 0;
		flex-direction:row;
		height: auto;
		overflow-y: hidden;
		overflow-x: scroll;
		flex-wrap: nowrap;
		width: 100%;
	}
	.mod_thumb li{
		width:auto;
		height:auto;
		background:none;
		padding:0;
		margin:0 10px 10px 0;
		white-space: nowrap;
		
	}
	.mod_thumb li img{
		width:160px;
		height:100px;
		
	}
	
}




/* エクササイズ内容説明 */

#exercise {
    background-color: #EFEFEF;	
	padding-top: 50px;
	padding-bottom: 50px;
}
.exercise_wrap {
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;

}
.exercise_card {
    width: 810px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
    padding: 20px 50px;
    background-color: #FFFFFF;
}
.exercise_title_wrap {
	display: flex;
	justify-content:space-between;
	margin-bottom: 20px;
}
.exercise_title {
    width: 465px;
    height: 81px;
    color: #FFFFFF;
    margin-top: -50px;
    margin-left: -100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 24px;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 50px;
}
.bg_exercise_title_01 {
    background-image: url(../images/virtual/bg_exercise_title_01.png);
}
.bg_exercise_title_02 {
    background-image: url(../images/virtual/bg_exercise_title_02.png);
}
.bg_exercise_title_03 {
    background-image: url(../images/virtual/bg_exercise_title_03.png);
}
.bg_exercise_title_04 {
    background-image: url(../images/virtual/bg_exercise_title_04.png);
}
.bg_exercise_title_05 {
    background-image: url(../images/virtual/bg_exercise_title_05.png);
}
.bg_exercise_title_06 {
    background-image: url(../images/virtual/bg_exercise_title_06.png);
}
.bg_exercise_title_07 {
    background-image: url(../images/virtual/bg_exercise_title_07.png);
}
.bg_exercise_title_08 {
    background-image: url(../images/virtual/bg_exercise_title_08.png);
}
.bg_exercise_title_09 {
    background-image: url(../images/virtual/bg_exercise_title_09.png);
}
.bg_exercise_title_10 {
    background-image: url(../images/virtual/bg_exercise_title_10.png);
}

.tag {
    width: 350px;
    font-weight: bold;
    text-align: left;
}
.tag_01 {
    color: #52A8FF;	
}
.tag_02 {
    color: #FF6652;	
}
.tag_03 {
    color: #83E7F4;	
}
.tag_04 {
    color: #FFC238;	
}
.tag_05 {
    color: #EA2E27;	
}
.tag_06 {
    color: #B136DE;	
}
.tag_07 {
    color: #62D195;	
}
.tag_08 {
    color: #D16262;	
}
.tag_09 {
    color: #52A8FF;	
}
.tag_10 {
    color: #FF6652;	
}

.ex {
	display: flex;
	justify-content:space-between;
	margin-bottom: 20px;
}
.ex_img {
	width: 350px;
	height: 207px;
}
.ex_img img {
	width: 100%;
	height: auto;
}
.ex_txt {
    width: 330px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left !important;
}


.exercise_card table {
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    font-size: 14px;
}
.exercise_card table th, .exercise_card table td {
    border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}
.exercise_card table th {
    background-color: #F7F5F5;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
}
.exercise_card table td {
    padding: 10px;
	vertical-align: middle;
}
.exercise_card table td.classname {
    width: 30%;
	   text-align: left;
}
.exercise_card table td.strength {
    text-align: center;
	width: 20%;
}
.exercise_card table td.content {
    width: 50%;
    font-size: 12px;
    text-align: left;
}
.exercise_card table td img {

}

@media screen and (max-width: 767px) {
	
	#exercise {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.exercise_wrap {
		width: 100%;
		margin: 0 auto;

	}
	.exercise_card {
		width: 95%;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 70px;
		padding: 5px 10px;
		background-color: #FFFFFF;
	}
	.exercise_title_wrap {
		flex-direction :column;
		margin-bottom: 20px;
	}
	.exercise_title {
		width: 256px;
		height: 45px;
		margin-top: -10px;
		margin-left: -10px;
		margin-bottom: 10px;
		font-size: 16px;
		padding-top: 12px;
		padding-left: 0px;
		text-align: center;
	}

	.tag {
		width: 100%;
		font-size: 14px;
	}

	.ex {
		flex-direction :column;
		justify-content:space-between;
		margin-bottom: 20px;
	}
	.ex_img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.ex_img img {
		width: 100%;
		height: auto;
	}
	.ex_txt {
		width: 100%;
		font-size: 14px;
	}

	.table_wrap {
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.exercise_card table {
		border-top: 1px solid #D6D6D6;
		border-left: 1px solid #D6D6D6;
		font-size: 14px;
		width: 60em;

	}
	.exercise_card table th, .exercise_card table td {
		border-bottom: 1px solid #D6D6D6;
		border-right: 1px solid #D6D6D6;
	}
	.exercise_card table th {
		background-color: #F7F5F5;
		text-align: center;
		padding: 5px 0;
		font-size: 14px;
	}
	.exercise_card table td {
		padding: 10px;
		vertical-align: middle;
	}
	.exercise_card table td.classname {
    font-size: 14px;

	}
	.exercise_card table td.strength {
	}
	.exercise_card table td.content {
		font-size: 12px;
	}
	.exercise_card table td img {

	}	
} 


/*１日ジム体験*/

#experience1day {
	padding: 50px 0;
	
}

.experience1day_wrap {
	width: 1000px;
	margin: 0 auto;
}
.experience1day_copy {
	width: 687px;
	margin: 0 auto;
}
.experience1day_copy img {
	width: 100%;
}
.experience1day_btn {
	width: 100%;
	transition: .3s;
}
.experience1day_btn img {
	width: 100%
}
.experience1day_btn:hover {
	transform: translate(0px,10px);
}

@media screen and (max-width: 767px) {
	.experience1day_wrap {
		width: 100%;
		margin: 0 auto;
	}	
	.experience1day_copy {
		width: 80%;
	}
} 


/* よくある質問 */


#faq {
    padding: 80px 0 50px 0;
	margin-bottom: 80px;
    background-color: #FDF5F5;
    background-image: url(../images/virtual/qanda.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.faq_wrap {
    width: 800px;
    margin: 0 auto;
}

.faq_wrap h3 {
    font-size: 18px;
    color: #FF6652;
    border-bottom: 1px solid #707070;
    background-image: url(../images/virtual/bg_faq_wrap_h3.png);
    background-repeat: no-repeat;
    background-position: left top;
	padding: 10px 0px 20px 30px;
}


ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq_sec {
    margin: 40px 0 60px 0;
}
.accordion {
    width: 800px;
    margin: auto;
	color: #4A4A4A;
}
.accordion li {
	margin-bottom: 20px;
}
.accordion .menu {
    position: relative;
    padding: 3% 5% 3% 5%;
    background: #FFD0C9;
    list-style: none;
}
.accordion .menu::before {
    content: "Q";
	color: #FF6652;
	font-weight: bold;
	position: absolute;
	top:22px;
	left: 20px;
}
.accordion .menu .icon {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 2px;
    margin: auto;
    background: #FF6652;
    content: "";
    transition: all 0.3s;
}
.accordion .menu .icon::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 2px;
    height: 10px;
    margin: auto;
    background: #FF6652;
    content: "";
}
.accordion .is-active .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion .subMenu {
    display: none;
    padding: 3% 0 3% 5%;
    background: #fff;
    border-bottom: 1px solid #EE705B;
}
.accordion .subMenu li {
    padding: 2% 0;
	line-height: 1.6em;
	position: relative;
}
.accordion .subMenu li::before {
    content: "A";
	color: #FF6652;
	font-weight: bold;
	position: absolute;
	top:0.9em;
	left: -2%;
}

@media screen and (max-width: 767px) {
	
	#faq {
		padding: 70px 0 30px 0;
		margin-bottom: 80px;
	}
	.faq_wrap {
		width: 100%;
		margin: 0 auto;
	}
	.accordion {
		width: 95%;
		margin: auto;
	}
	.accordion .menu {
		position: relative;
		padding: 20px 30px 20px 40px;
	}
	.accordion .menu::before {
		top:20px;
		left: 20px;
	}
	.accordion .subMenu {
		padding: 20px 30px 20px 40px;
		background: #fff;
		border-bottom: 1px solid #EE705B;
	}
	.accordion .subMenu li {
		padding: 0;
	}
	.accordion .subMenu li::before {
		top:-5px;
		left: -20px;
	}
} 



/* 入会の流れ */
#flow {
	padding: 80px 0;
}
.flow {
	
}
.wrap_flow_contents {
	width: 818px;
	margin: 50px auto;
}

.flow_contents {
	border: 2px solid #FF6652;
	border-radius: 40px;
	padding: 0 35px 0 95px;
	margin-bottom: 50px;
	position: relative;
	display: flex;
	align-items: center;
    height: 78px;
}

.flow_contents:last-child {
	margin-bottom: 0;
}

.step {
	width: 107px;
	height: 107px;
	background: #FF6652;
	color: #fff;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	line-height: 1.2;
	position: absolute;
	top: -20px;
	left: -30px;
}

.step span {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
}

.ttl_h3_flow {
	text-align: left;
	color: #FF6652;
	font-weight: bold;
	font-size: 18px;
	min-width: 162px;
	margin-right: 70px
}

.flow_note {
	margin-top: 40px;
	text-align: center;
}	

@media screen and (max-width: 767px) {
	.wrap_flow_contents {
		width: 90%;
		margin: 50px auto;
	}
	.flow_contents {
		border: 2px solid #FF6652;
		border-radius: 20px;
		padding: 30px 5%;
		margin-bottom: 50px;
		position: relative;
		flex-direction: column;
		align-items: center;
		height: auto;
	}

	.step {
		width: 78px;
		height: 78px;
		background: #FF6652;
		color: #fff;
		font-weight: bold;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		border-radius: 50%;
		font-size: 14px;
		line-height: 1.2;
		position: absolute;
		top: -30px;
		left: 0px;
	}
		.step span {
		font-size: 40px;
		line-height: 1;
	}
		.ttl_h3_flow {
		text-align: center;
		font-size: 18px;
		min-width: 162px;
		margin-right: 0px;
			margin-bottom: 40px;

	}
} 


/* 店舗情報 */

#shop {
    background-color: #F7F5F5;
	padding: 70px 0;
	
}
.shop_wrap {
	width: 1000px;
	margin: 0 auto;
}

.dl_shop {
    width: 100%;
    max-width: 817px;
	margin: 0 auto;
	font-size: 18px;
}

.dl_shop dt {
	font-weight: 600;
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 15px;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	width: 134px;
}

.dl_shop dt::after {
	content: "";
	display: block;
	width: 134px;
	height: 4px;
	background: #EE705B;
	position: absolute;
	bottom: -1px;
	left: 0;
}


.dl_shop dd {
    padding: 20px 0 0 134px;
    margin-bottom: 20px;
    border-top: 1px solid #BCBCBC;
}
.dl_shop dd .dd_flex p {
	margin-bottom: 20px;
}
.freetime {
	color: #FF0000;
}


@media screen and (max-width: 767px) {
	.shop_wrap {
		width: 90%;
		margin: 0 auto;
	}
		.dl_shop {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
	}
		.dl_shop dt {
		padding-bottom: 15px;
		margin-bottom: 0;
		position: relative;
		text-align: left;
		width: 60px;
	}
		.dl_shop dt::after {
		width: 60px;

	}
		.dl_shop dd {
		padding: 10px 0;
		margin-bottom: 20px;
		border-top: 1px solid #BCBCBC;
	}
	
} 


/*ジムが初めてで不安な方へ*/

#message {
	
}
.message {
    background-image: url(../images/virtual/bg_message_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 30px 0;
    background-position: 0% center;
	margin-bottom: 50px;
}
.message_wrap {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}
.message_txt {
    width: 520px;
	height: 448px;
	padding: 40px;
    background-color: #FF6652;
    color: #FFFFFF;	
	position: absolute;
	top:60px;
	left: 0;
	z-index: 20;
}
.message_txt p {
	margin-bottom: 20px;
	line-height: 1.6em;
}
.message_img {
	width: 517px;
	height: 454px;
	position: absolute;
	top: 160px;
	right: 0;
	z-index: 10;
}
.message_img img {
	width: 100%;
}

h2.messageH2 {
	text-align: center;
}
h2.messageH2 span {
    font-size: 32px;
    border-bottom: 2px solid #4A4A4A;
	padding: 10px;
	display: inline-block;
	text-align: center;
}

@media screen and (max-width: 767px) {
	
	.message {
		background-image: url(../images/virtual/bg_message_sp.png);
		background-repeat: no-repeat;
		padding: 20px 0 50px 0;
		background-size: cover;
		background-position: center top;
		margin-bottom: 80px;
	}
	.message_wrap {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
		margin-bottom: 40px;
	}
	.message_txt {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 20px;
		position: relative;

	}
	.message_img {
		width: 90%;
		height: auto;
		position: relative;
		margin: 0 auto;
		top: 30px;
		right: -20px;
	}
	h2.messageH2 span {
		font-size: 24px;
	}
} 


/*フッター*/

#footer {
    font-size: 14px;
    padding: 50px 0 10px 0;
    position: relative;
    z-index: 10;
}
#footer p {
    text-align: center;
}

/*追尾メニューpc*/

.start_360_pc a {
	width: 100px;
	height: 100px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}
.start_360_pc a:hover {
	opacity: 0.7 ;

}
.start_360_pc img {
	width: 100%;
	height: auto;

}
.cta_bottom {
	display: none ;
}

@media screen and (max-width: 767px) {
	
	.start_360_pc {
		display: none;
	}
	.cta_bottom {
		display: block;
		z-index: 100;
	}
	/* 追尾メニューsp */

	.ul_floating {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 20;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.ul_floating li {
		width: 33.33%;
	}

	.ul_floating li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 45px;
		font-weight: bold;
		font-size: 13px;
		text-align: center;
		line-height: 1.3;
	}
	#btn_360 {
		flex-direction:column;
	}

	.ul_floating li:nth-child(1) a {
		background: linear-gradient(135deg, #F6FF1A 0%, #F9F511 20%, #FAF30F 50%, #FFE301 50%, #FFE200);
		color: #fff;
	}

	.ul_floating li:nth-child(2) a {
		background: linear-gradient(135deg, #FFB101 0%, #FFB101 50%, #FF9D01 50%, #FF9D01);
		color: #fff;
	}	
	.ul_floating li:nth-child(3) a {
		background: linear-gradient(135deg, #FA7C4D 0%, #F97A4C 50%, #F76348 50%, #F55345);
		color: #fff;
	}	
} 




@media screen and (max-width: 767px) {/* スクリーンサイズが767px以下の場合に適用 */} 
