@charset "utf-8";
/*-------reset--------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	/*	font-size: 100%;*/
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, main, figure, figcaption, nav, section {
	display: block;
}
body {
	line-height: 1.4;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:focus {
	outline: none;
}
a:hover {
	opacity: 0.8;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
table, td, th {
	border-collapse: collapse;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}
/*=====pc_mode=====*/

/*-----body------*/
html {
	font-size: 15px;
}
body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	color: #231815;
}
.pc_style {
	display: block;
}
.sp_style {
	display: none!important;
}
.indent {
	margin-left: 1em;
	text-indent: -1em;
}
/*------header------*/

.contents_wrap {
	max-width: 1280px;
	background-color: #fff;
	margin: 0 auto;
}
.header_top {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 40px 3px;
}
.main_visual {
	position: relative;
	z-index: 1;
}
.main_visual p {
	position: absolute;
	z-index: 10;
}
.main_p2 {
	top: 40%;
	right: 7%;
}
.main_visual .main_img {
	width: 100%;
}
/*------main------*/
main {
	text-align: center;
	background-color: #f1f8fa;
}
.contents1 p img {
	margin-bottom: 3.9%;
	width: 59%;
}
.top_midashi{
	padding-top: 7.81%;
}
.top_info {
	font-size: 20px;
	font-size: 1.56vw;
	margin-bottom: 7.81%;
}
.harutokuarea {
	background: url(../images/mizuiroback_pc.png) no-repeat top;
}
.harutokuarea .harutoku {
	margin: 0 auto 3.9%;
}
.harutokuarea .harutoku img {
	width: 15.15%;
}
.harutokuarea .kikan {
	margin: 0 auto 3.9%;
}
.harutokuarea .kikan img {
	width: 25.62%;
}
.harutokuarea .circle4 {
	margin-bottom: 3.9%;
}
.harutokuarea .circle4 img {
	width: 22.54%;

}
.circle4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1020px;
	width: 79.68%;
	margin: 0 auto;
}
.button{
	margin: 0 auto 3.9%;
}
.button img{
	width: 35.15%;
}
.harutokuarea .note {
	color: #19191a;
	font-size: 1.09vw;
	line-height: 1.7;
}
.contents2 {
	width: 90%;
	margin: 0 auto;
	padding-top: 7.81%;
	font-size: 20px;
	font-size: 1.56vw;
	padding-bottom: 7.81%;
	background-image: url(../images/man_pc.png), url(../images/woman_pc.png);
	background-repeat: no-repeat;
	background-position: left bottom, right bottom;
	background-size: 16.66%, 19.53%;
}
.contents2 img {
	margin: 0 auto 4.34%;
	width: 43.75%;
}
.parallax1 {
	padding-top: 500px;
	background-image: url(../images/paralax1_pc.jpg);
	background-position: top;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
	.parallax1 {
		padding-top: 50%;
		background-attachment: scroll;
	}
}
.parallax2 {
	padding-top: 500px;
	background-image: url(../images/paralax2_pc.jpg);
	background-position: top;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
	.parallax2 {
		padding-top: 50%;
		background-attachment: scroll;
	}
}
.border_blue {
	background-color: #fff;
	width: 700px;
	width: 54.69%;
	border-radius: 26px;
	border: solid #59beca 1px;
	margin: 0 auto 7.81%;
	padding-top: 7.81%;
	padding-bottom: 7.81%;
}
.border_blue img {
	margin-bottom: 7.04%;
	width: 51.28%;
}
.setumei {
	width: 68%;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	font-size: 1.56vw;
	line-height: 1.7;
	text-align: justify;
}
.whatzone {
	background: url(../images/blueback_pc.png)no-repeat center/ contain;
	width: 990px;
	width: 77.34%;
	margin: 0 auto 6.25%;
	height: 29.68vw;
	padding-top: 7.81%;
	padding-left: 8.08%;
}
.whatzone div {
	width: 68%;
	text-align: left;
	color: #fff;
	font-size: 20px;
	font-size: 1.56vw;
	line-height: 1.7;
}
.whatzone div > img {
	width: 61.29%;
}
.gray {
	width: 100%;
	height: 420px;
	height: 32.81vw;
	box-sizing: border-box;
	padding-top: 4.68%;
	padding-left: 7.81%;
	margin-bottom: 3.9%;
}
.gray.type1 {
	background: url(../images/gray1.jpg)no-repeat center/100%;
}
.gray.type2 {
	background: url(../images/gray2.jpg)no-repeat center/100%;
}
.gray.type3 {
	background: url(../images/gray3.jpg)no-repeat center/100%;
}
.gray.type4 {
	background: url(../images/gray4.jpg)no-repeat center/100%;
}
.gray.type5 {
	background: url(../images/gray5.jpg)no-repeat center/100%;
}
.gray div {
	width: 42%;
	font-size: 20px;
	font-size: 1.56vw;
	text-align: left;
	line-height: 1.7;
}
.gray div.right {
	text-align: right;
	width: 90%;
	padding-left: 37.66%;
}
.age {
	text-align: right;
	font-size: 18px;
	font-size: 1.4vw;
	margin-top: 1.56vw;
}
.gray h3 {
	font-weight: bold;
	margin-bottom: 2.34vw;
}
.gray.type1 h3 img {
	width: 53.13%;
}
.gray.type2 h3 img {
    width: 58.02%;
}
.gray.type3 h3 img {
	width: 36.56%;
}
.gray.type4 h3 img {
	width: 35.65%;
}
.gray.type5 h3 img {
	width: 35.15%;
}
.gray .komidashi {
	font-size: 24px;
	font-size: 1.87vw;
	font-size: 1.56vw;
	margin-bottom: 20px;
}
.webyoyaku a img {
	margin-bottom: 6.25%;
	margin-top: 3.9%;
	width: 35.15%;
}

.slideinfo{
	font-size: 28px;
	font-size: 2.18vw;
	font-weight: bold;
	margin-bottom: 2.34%;
}

.slide_note{
	color: #19191a;
	font-size: 1.17vw;
	text-align: right;
	padding-right: 1em;
}
.slideshow_wrap{
	margin-bottom: 6.25%;
}
.slideshow_wrap img {
	width: 100%;
}

.back_pink {
	background-color: #ec85b2;
	padding-top: 6.25%;
	margin-bottom: 7.03%;
}
.onecoin_yoyaku {
	padding-top: 40px;
}
.slider {
	display: none;
}
.slider.slick-initialized {
	display: block;
}
.slider {
	width: 100%;
	margin: 0 auto;
	padding-top: 4.68%;
	padding-bottom: 6.25%;
}
.slider img {
	padding-left: 25px;
}
.slick-prev {
	left: 280px;
	z-index: 100;
}
.slick-next {
	right: 300px;
	z-index: 100;
}
.slick-prev:before, .slick-next:before {
	font-size: 26px;
}
.day_yoyaku img {
	margin-bottom: 40px;
}
.note {
	color: #fff;
	width: 900px;
	width: 70.31%;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.09vw;
	padding-bottom: 3.9%;
}
.banner {
	margin: 0 auto 3.12%;
	overflow: hidden;
	width: 886px;
	width: 69.21%;
}
.banner a {
	display: block;
}
.banner img {
	padding-bottom: 2.72%;
	width: 100%;
}
.banner a:nth-of-type(2),
.banner a:nth-of-type(3) {
	float: left;
	width: 48.19%;
}
.banner a:nth-of-type(3) {
	float: right;
}

/*--------topへ戻る--------*/
#go_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #3779c3;
	opacity: 0.7;
	border-radius: 50%;
	z-index: 999;
}
#go_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 45px;
	text-decoration: none;
}
#go_top a::before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 5px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*------footer------*/
footer {
	text-align: center;
}
footer a {
	padding-bottom: 30px;
}
.club_kensaku {
	padding-bottom: 30px;
	width: 35.93%;
}
.footer_logo {
	padding-top: 50px;
}
/*------追加------*/
.with100 img{
	width: 100%;
	display: block;
}
.pink_wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 120px;
}
.pink_wrap img{
	width: 33.3333%;
}
.back_pink_p{
	font-size: 23px;
	font-size: 1.79vw;
	margin-top: 2.34%;
	margin-bottom: 2.34%;
}
.mizuiro_back{
	padding-top: 3.9%;
}
.mizuiro_back .pink_method img {
	width: 50.31%;
}
.mizuiro_back .button{
	margin-bottom: 3.9%;
}

@media screen and (min-width: 1600px) {
	.main_p2 {
	width: 20%;
}
.main_p2 img {
	width: 100%;
}

}
@media screen and (max-width: 1280px) {
.contents_wrap {
	width: 100%;
}
.main_p2 {
	width: 20%;
}
.main_p2 img {
	width: 100%;
}
}
@media screen and (max-width: 1050px) {
	/* .circle4{
		width: 90%;
	}
	.circle4 img{
		width: 24%;
	}
	.whatzone {
	background: url(../images/blueback_pc.png)no-repeat center/ 100%;
	width: 90%;
	margin: 0 auto 80px;
	height: 380px;
	padding-top: 12%;
	padding-left: 5%;
}
.whatzone div {
	width: 68%;
	font-size: 18px;
	line-height: 1.4;
} */
}
@media screen and (max-width: 990px) {
/* .gray div {
	font-size: 18px;
	text-align: left;
	line-height: 1.4;
}
.age {
	font-size: 16px;
}
.gray h3 {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
	padding-top: 8%;
}
.gray .komidashi {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.slider {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 20px;
}
.slider img {
	padding-left: 7%;
}
.slick-prev {
	left: 8%;
}
.slick-next {
	right: 8%;
}
.note {
	width: 95%;
}
.harutoku_banner {
	width: 90%;
}
.onecoin_yoyaku {
	width: 90%;
} */
}

@media screen and (max-width: 820px) {
/* .onecoin_banner, .club_kensaku {
	width: 60%;
}
.slider img {
	padding-left: 25px;
	width: 90%;
}
.slider img {
	padding-left: 10%;
}
.slick-prev {
	left: 6%;
}
.slick-next {
	right: 6%;
} */
}
