@charset "utf-8";
/*
Theme Name: PureTrue entrance
Theme URI: 
Description: fancree original wordpress theme
Version: 1.0
*/
body {
	color: #4D4D4D;
}
@font-face {
	font-family: 'jost';
	src: url(./fonts/Jost-SemiBold.ttf);
}
.jost {
	font-family: 'jost';
}
h2.sec_ttl {
	font-size: 64px;
    text-align: center;
    color: #4D4D4D;
    letter-spacing: 0.2em;
    padding-bottom: 120px;
}
h2.sec_ttl small {
	display: block;
    font-size: 16px;
    text-align: center;
    color: #4D4D4D;
    letter-spacing: 0.05em;
    padding-top: 10px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.flex {
	display: flex;
    align-items: center;
    justify-content: space-around;
}
ul.blog_content {
	width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
ul.blog_content > li {
	width: 30%;
    position: relative;
}
ul.blog_content li span.thumb {
	width: 100%;
    height: 270px;
    display: block;
}
ul.blog_content li div {
	justify-content: space-between;
    padding-top: 30px;
}
ul.blog_content li ul {
	width: 50%;
}
ul.blog_content > li div ul li a {
	display: inline-block;
    color: #4D4D4D;
    font-size: 14px;
    padding: 3px 15px;
    line-height: 1;
    text-align: center;
    border: 1px solid #4D4D4D;
}
ul.blog_content li div time {
	color: #EC8785;
    letter-spacing: 0.1em;
}
ul.blog_content li h2 a {
	font-size: 18px;
    color: #4D4D4D;
    display: block;
    padding-top: 30px;
}
.bg {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#mainVisual {
	width: 100%;
	background-image: url(./images/mv_bg.jpg);
	display: flex;
	align-items: center;
}
#mainVisual .flex {
	justify-content: space-between;
	align-items: center;
}
p.catch_pc {
	display: block;
	color: #fff;
	font-size: 40px;
	text-align: left;
	padding-left: 80px;
	font-weight: bold;
	padding-top: 146px;
}
p.catch_sp {
	display: none;
}
.mv_logo {
	width: 50%;
}
.mv_logo figure {
	text-align: center;
}
.mv_logo figure img {
	width: 307px;
}
.mv_image {
	width: 50%;
}
.mv_image figure {
	text-align: center;
}
.mv_image figure img {
	width: 80%;
}
.mv_bottom p {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #3EB0AF;
	line-height: 1;
	padding: 90px 0;
	letter-spacing: 0.1em;
}
.switch {
	width: 100%;
	margin-bottom: 150px;
}
.switch_area {
	width: 50%;
	box-sizing: border-box;
	padding: 310px 0 135px 0;
	max-height: 730px;
}
.ladies {
	background-image: url(./images/ladies_bg.jpg);
	position: relative;
}
.ladies::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 250px 250px 0 0;
	border-color: #EC8785 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.ladies::after {
	content: "女性専用";
	position: absolute;
	top: 55px;
	left: 15px;
	transform: rotate(-45deg);
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.mens {
	background-image: url(./images/mens_bg.jpg);
	position: relative;
}
.mens::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 250px 250px 0 0;
	border-color: #1a4868 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.mens::after {
	content: "男性専用";
	position: absolute;
	top: 55px;
	left: 15px;
	transform: rotate(-45deg);
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.switch_area figure {
	text-align: center;
	padding-bottom: 120px;
}
a.Btn {
	width: 300px;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	line-height: 1;
	padding: 19px 0;
	display: block;
	transition: 1s cubic-bezier(.19, 1, .22, 1);
		-webkit-transition: 1s cubic-bezier(.19, 1, .22, 1);
		-moz-transition: 1s cubic-bezier(.19, 1, .22, 1);
		-o-transition: 1s cubic-bezier(.19, 1, .22, 1);
}
.ladies a.Btn:hover {
	background-color: #EC8785;
	color: #fff;
	border: 1px solid #EC8785;
}
.mens a.Btn:hover {
	background-color: #3EB0AF;
	color: #fff;
	border: 1px solid #3EB0AF;
}
a.commonBtn {
	width: 300px;
    margin: 100px auto 150px auto;
    display: block;
    text-align: center;
    border: 1px solid #707070;
    position: relative;
    padding: 19px 0;
    line-height: 1;
    font-weight: bold;
    font-size: 22px;
    box-sizing: border-box;
    z-index: 20;
    background-color: #fff;
    color: #4D4D4D;
    box-shadow: 4px 4px 0px #4d4d4d;
    transition: 0.3s all;
}
.map iframe {
	width: 100%;
	height: 616px;
}
#footer {
	padding: 100px 0;
}
#footer figure {
	text-align: center;
}
#footer p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	letter-spacing: 0.1em;
}
#footer ul {
	width: 765px;
	margin: 30px auto;
	justify-content: space-between;
}
#footer ul li a {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#footer ul li {
	position: relative;
}
#footer ul li::before {
	content: "";
	background-image: url(./images/ft_arrow.svg);
	position: absolute;
	left: -14px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 7px;
	background-size: 4px 7px;
	background-repeat: no-repeat;
}
#footer small {
	display: block;
	text-align: center;
}
br.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.container {
		width: 90%;
		margin: 0 auto;
	}
	.mv_logo {
		width: 100%;
		margin-top: 40px;
	}
	.mv_logo figure {
		width: 100%;
	}
	.mv_logo figure img {
		width: 150px;
	}
	p.catch_pc {
		display: none;
	}
	p.catch_sp {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 19px;
		padding-top: 40px;
		width: 100%;
		margin-bottom: 40px;
	}
	#mainVisual {
	}
	#mainVisual .flex {
		flex-wrap: wrap;
	}
	.mv_image {
		width: 100%;
		padding-top: 60px;
	}
	.mv_image figure {
		width: 73.333%;
		margin: 0 auto;
	}
	.mv_image figure img {
		width: 100%;
	}
	.mv_bottom p {
		font-size: 24px;
		line-height: 2;
		padding: 45px 0;
	}
	br.sp {
		display: block;
	}
	.switch {
		flex-wrap: wrap;
		margin-bottom: 95px;
	}
	.switch_area {
		width: 100%;
		padding: 210px 0 127px 0;
	}
	.switch_area figure img {
		width: 70.6666%;
	}
	.ladies::before,
	.mens::before {
		border-width: 150px 150px 0 0;
	}
	.ladies::after,
	.mens::after {
		font-size: 20px;
		top: 35px;
    	left: 5px;
	}
	.switch_area figure {
		padding-bottom: 45px;
	}
	h2.sec_ttl {
		font-size: 40px;
		padding-bottom: 50px;
	}
	h2.sec_ttl small {
		font-size: 14px;
	}
	ul.blog_content {
		flex-wrap: wrap;
	}
	ul.blog_content > li {
		width: 100%;
		margin-bottom: 45px;
	}
	ul.blog_content li h2 a {
		font-size: 16px;
	}
	a.commonBtn {
		margin: 50px auto 100px auto;
	}
	.map iframe {
		height: 465px;
	}
	#footer figure img {
		width: 180px;
	}
	#footer {
		padding: 60px 0 45px 0;
	}
	#footer ul {
		width: 100%;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding-left: 30px;
	}
	#footer ul li {
		margin-bottom: 15px;
	}
	#footer p {
		font-size: 12px;
		letter-spacing: 0;
	}
}





