@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
.gymtrigger{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin:0 auto 50px auto;
    max-width:1024px;
	width:100%;
}
h4{
	text-align: left;
    display: flex;
    font-size: 1.3rem;
    color: #333;
    justify-content: flex-start;
}
.woman{
	background: linear-gradient(transparent 70%, #ebd0dd 70%);
}
.man{
	background: linear-gradient(transparent 70%, #94d1de 70%);
}
.flowflex{
    margin-top:50px;
}
.flow{
    width:70%;
    padding:1rem 0;
    text-align: center;
    border:2px solid #9bcdc1;
}
.arrow{
    height:50px;
}
.gymimg{
    width:70%;
}
.gym_contents{
    width:500px;
    display: flex;
    flex-direction:column;
}
.pc_ttl{
    width:500px;
}
.gym_contents p{
    margin-top:50px;
}
.sp_ttl{
    display: none;
}
.flowbox{
	width: 100%;
	height:100px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #000;
	background:#fff;
	margin-bottom:10px;
}
.flowbox div{
	display: flex;
	align-items: center;
}
.flowbox ul{
	list-style-type: none;
}
.flowbox ul li{
	padding-left:1.3rem;
	padding-right: 10px;
}
.flowbox ul li span{
	font-weight: 700;
    font-size: 1.3rem;
	margin-left: -25px;
}
.flowbox ul li::before{
	content:"";
	background:#9bcdc1;
	width:  20px;
    height:  20px; 
    display:  inline-block; 
    border-radius:  50%; 
    position:  relative;
    top: 3px;
    left: -25px;
    margin-right: 5px;
}
.flowimg{
	height:100%;
}
.access_wrap{
	display: flex;
	width:80%;
	font-size: 1.2rem;
	margin:50px auto 50px auto;
}
.accbox{
	width:50%;
	display: flex;
	flex-direction: column;
}
.add_box{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.gym_name{
	font-size: 1.3rem;
	font-weight: 700;
	color:#9bcdc1;
}
.map{
	width: 100%;
}
