@charset "UTF-8";

/*reset---------------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.pc_nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
}

/* change colours to suit your needs */
ins {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #000;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/*common---------------------------------------------------------------------------------------*/
body {
	font-family: tbchibirgothicplusk-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.wrapper {
	margin: 0 auto;
}

a:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

.contents_block {
	width: 80%;
	padding: 60px 0;
	text-align: center;
	margin: 0 auto;
}

.bg_1 {
	background-image: url(img/bg_plaid.png);
}

.bg_2 {
	background-image: url(img/bg_unicorn.png);
}

h3 {
	display: inline-block;
	padding: 57px 54px 32px 54px;
	color: #f56991;
	font-size: 36px;
	height: 62px;
	background: url('img/common_h3_left.png') no-repeat left center, url('img/common_h3_right.png') no-repeat right center;
}

h4 {
	color: #29a8df;
	font-size: 32px;
	margin-bottom: 28px;
	text-align: left;
}

h4:before {
	content: url('img/common_h4.png');
	padding-right: 14px;
}

.schedule_block {
	padding-bottom: 100px;
}

.schedule_block ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

.schedule_girl {
	width: 90%;
	margin: 0 auto;
	padding: 14px 0;
}

.schedule_block li {
	width: 22%;
	margin-bottom: 20px;
	background-color: rgba(245, 105, 145, 0.26);
	border-radius: 15px;
}

.schedule_block li:nth-child(4n+2):last-child {
	margin-left: auto;
	margin-right: 52%;
}

.schedule_block li:nth-child(4n+3):last-child {
	margin-right: 26%;
}

.newface_block {
	padding-bottom: 100px;
}

.newface_block ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

.newface_girl {
	width: 90%;
	margin: 0 auto;
	padding: 14px 0;
}

.newface_block li {
	width: 22%;
	margin-bottom: 20px;
	background-color: rgba(245, 105, 145, 0.26);
	border-radius: 15px;
}

.newface_block li:nth-child(4n+2):last-child {
	margin-left: auto;
	margin-right: 52%;
}

.newface_block li:nth-child(4n+3):last-child {
	margin-right: 26%;
}

.name {
	color: #29a8df;
	font-size: 16px;
	padding: 8px 0;
}

.bodysize {
	color: #f56991;
	font-size: 12px;
	padding-bottom: 6px;
}

.store {
	color: #f56991;
	font-size: 12px;
}

.entrydate {
	color: #f56991;
	font-size: 16px;
	padding-bottom: 10px;
}

/*header---------------------------------------------------------------------------------------*/
header {
	background-color: #ffe6e6;
}

header h1 {
	background-color: #f56991;
	color: #fff;
	font-size: 12px;
	font-weight: lighter;
	padding: 1%;
	padding-left: 16%;
}

.wrap_header {
	width: 60%;
	margin: 0 auto;
	position: relative;
}

.header_phone {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
	color: #f56991;
	margin-top: 30px;
	position: absolute;
	right: 0;
}

.header_phone a {
	background: url(img/header_phone.png) no-repeat left/contain;
	padding-left: 26px;
}

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

.header_logo h2 {
	padding-top: 50px;
}

.header_catch_01 {
	font-size: 2em;
	text-align: center;
	color: #f56991;
	line-height: 40px;
	margin-top: -18px;
}

.header_catch_02 {
	color: #fff;
	font-size: 1.5em;
	background: url(img/header_line.png) no-repeat center/cover;
	padding: 2%;
	text-align: center;
	margin-top: 14px;
	line-height: 36px;
}

header .pc_nav {
	background-color: #f56991;
	margin-top: 30px;
}

header .pc_nav a:hover {
	color: #29a8df;
}

header .pc_nav ul {
	margin: 0 auto;
	width: 80%;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

header .pc_nav ul li {
	padding: 2% 0;
}

/*footer---------------------------------------------------------------------------------------*/
footer {
	background-color: #f56991;
}

footer nav ul {
	margin: 0 auto;
	width: 80%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 40px;
}

footer nav ul li {
	padding: 2% 0;
}

footer nav a:hover {
	color: #29a8df;
}

.wrap_footer {
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 24px;
}

.footer_phone {
	padding-right: 10px;
}

.footer_phone a {
	font-family: 'Roboto', sans-serif;
}

.footer_phone_icon {
	padding-right: 4px;
}

.footer_image {
	width: 62%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 20px;
}

.wrap_footer_logo p {
	color: #fff;
	font-size: 4%;
	line-height: 16px;
	padding-bottom: 6px;
}

.copyright {
	text-align: center;
	padding: 10px 0;
}

small {
	color: #fff;
	font-size: 12px;
}

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

h2 img {
	width: 100%;
	height: auto;
}

.wrap_footer_logo {
	width: 22%;
	padding: 0 20px;
}

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

/*index---------------------------------------------------------------------------------------*/
.main_image img {
	width: 100%;
	height: auto;
}

.main_image {
	padding-bottom: 60px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.slick-dots li {
	padding: 0 10px;
}

.slick-dots li button {
	background-color: #c9c9c9;
	color: #c9c9c9;
	overflow: hidden;
	border-radius: 50%;
	border: none;
	width: 16px;
	height: 16px;
	padding: 0;
}

.more_button {
	padding: 2%;
	line-height: 40px;
	font-size: 24px;
	color: #29a8df;
	background-color: #fff;
	border-radius: 15px;
	border: solid 1px #29a8df;
	transition: all 0.3s ease;
	display: block;
	margin-top: 50px;
	width: 40%;
	margin: 50px auto 0 auto;
}

.more_button:hover {
	color: #f56991;
	background-color: rgba(245, 105, 145, 0.26);
	border: solid 1px #f56991;
}

/*newface---------------------------------------------------------------------------------------*/
.newface_block .newface_annotation {
	color: #f56991;
	font-size: 20px;
	text-align: center;
	padding-bottom: 40px;
	line-height: 30px;
}

/*schedule---------------------------------------------------------------------------------------*/
.schedule_date {
	width: auto 0;
}

.schedule_date li {
	width: 11%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #29a8df;
	background-color: rgba(255, 0, 0, 0);
	border: solid 1px;
	border-radius: 6px;
	padding: 1%;
	transition: all 0.3s ease;
}

.schedule_date li:hover {
	color: #f56991;
	background-color: rgba(245, 105, 145, 0.26);
	border-color: rgba(255, 0, 0, 0);
}

.schedule_date li:nth-child(4n+2):last-child {
	margin-left: 0%;
	margin-right: 0%;
}

.schedule_date li:nth-child(4n+3):last-child {
	margin-right: 0%;
}

.schedule_today {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	background: url(img/schedule_day.png) no-repeat center/contain;
	color: #fff;
	padding: 2.8%;
	margin: 10px 0 40px 0;
}

/*cencept---------------------------------------------------------------------------------------*/
.wrap_concept_greeting {
	font-size: 1.8em;
	color: #f56991;
	margin-bottom: 60px;
	line-height: 38px;
}

.concept_greeting {
	margin-bottom: 20px;
}

.concept_point_txt {
	font-size: 1.8em;
	color: #f56991;
	line-height: 52px;
	margin-bottom: 80px;
	text-align: left;
}

/*feesystem---------------------------------------------------------------------------------------*/
.wrap_price {
	display: flex;
	justify-content: flex-start;
	font-family: 'Roboto', tbchibirgothicplusk-pro;
	margin-top: 80px;
}

.service {
	color: #29a8df;
	font-size: 38px;
	text-align: end;
	margin-right: 100px;
}

.wrap_system {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.system_block {
	width: 48%;
	margin-bottom: 100px;
}

.service li {
	margin-bottom: 30px;
	text-align: start;
	width: 240px;
}

.price {
	color: #f56991;
	font-size: 38px;
	font-family: 'Roboto', tbchibirgothicplusk-pro;
	text-align: end;
}

.price li {
	margin-bottom: 30px;
}

.wrap_option {
	width: 100%;
}

.option_block {
	margin-bottom: 50px;
}

.option_block li {
	width: 21%;
	padding: 1%;
	padding-bottom: 1.6%;
	font-size: 1.5em;
	color: #29a8df;
	background-color: #fff;
	border-radius: 15px;
	border: solid 1px #29a8df;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.option_block ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.option_block .price {
	text-align: left;
}

.feesystem_annotation p {
	color: #666666;
	line-height: 28px;
	text-align: left;
}

/*access---------------------------------------------------------------------------------------*/
.access_txt {
	font-size: 20px;
	color: #f56991;
	line-height: 30px;
}

.access_phone {
	font-family: 'Roboto', sans-serif;
	font-size: 3em;
	color: #29a8df;
	margin-top: 30px;
}

.access_phone a {
	background: url(img/access_phone.png) no-repeat left;
	padding-left: 40px;
}

.wrap_map {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

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

.map_img {
	margin-bottom: 8px;
	background-color: rgba(245, 105, 145, 0.26);
	border-radius: 4px;
	padding: 2%;
}

.map_block {
	width: 48%;
}

.map_block h4 {
	margin-bottom: 18px;
}

.directions {
	color: #29a8df;
	margin-bottom: 60px;
}

/*responsiveGnav-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.mobile_nav {
	display: block;
	margin-top: 0;
}

.mobile_nav ul {
	background: #f56991;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}

.mobile_nav ul li {
	margin-bottom: 30px;
	border: solid 1px;
	border-radius: 30px;
	padding: 1%;
	width: 28%
}

.mobile_nav ul li a:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

.open .mobile_nav ul {
	visibility: visible;
	opacity: 1;
}

#nav-toggle {
	position: fixed;
	top: 0;
	right: 0;
	height: 26px;
	padding: 2%;
	cursor: pointer;
	background-color: #f56991;
	border-bottom-left-radius: 20%
}

#nav-toggle>div {
	position: relative;
	width: 36px;
}

#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 14px;
}

#nav-toggle span:nth-child(3) {
	top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
	top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
	top: 23px;
}

/* z-index */
#nav-toggle {
	z-index: 1000;
}

.open #nav-toggle span:nth-child(1) {
	animation: rotate-anime 2s ease-in-out infinite;
	transform: rotate(45deg);
	top: 14px;
}

.open #nav-toggle span:nth-child(2) {
	display: none;
}

.open #nav-toggle span:nth-child(3) {
	animation: rotate-anime 2s ease-in-out infinite;
	transform: rotate(-45deg);
	top: 14px;
}

.link-banner {
	width: 62%;
	margin: 50px auto;
	border: 1px solid #fff;
	padding: 30px;
}

.link-banner img {
	width: auto;
	max-width: 100%;
}

/*responsive----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 2560px) {
	/* 2560px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
}

@media screen and (max-width: 1300px) {
	.system_block {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {

	/* 1024px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*common---------------------------------------------------------------------------------------*/
	.schedule_block li {
		border-radius: 8px;
	}

	.newface_block li {
		border-radius: 8px;
	}

	/*header---------------------------------------------------------------------------------------*/
	.header_catch_01 {
		font-size: 1.6em;
	}

	/*feesystem---------------------------------------------------------------------------------------*/
	.option_block ul {
		margin-top: 12px;
	}

	.option_block li {
		width: 26%;
		padding: 1.8%;
		margin-bottom: 18px;
		font-size: 1.2em;
		border-radius: 6px;
	}

	.option_block li:nth-child(3n+2):last-child {
		margin-right: 35%;
	}

	/*newface---------------------------------------------------------------------------------------*/
	.entrydate {
		font-size: 12px;
		padding-bottom: 8px;
	}

	.schedule_date li:nth-child(4n+2):last-child {
		margin-right: 68%;
	}

	.schedule_date li:nth-child(4n+3):last-child {
		margin-right: 26%;
	}

	.schedule_today {
		padding: 4%;
	}

	/*schedule---------------------------------------------------------------------------------------*/
	.schedule_date li {
		width: 19%;
		padding: 2%;
	}
}


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

	/* 960px以上の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	#nav-toggle {
		display: none;
	}
}


@media screen and (max-width: 960px) {

	/* 960px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*header---------------------------------------------------------------------------------------*/
	header h1 {
		padding: 0.8%;
		line-height: 20px;
		text-align: center;
	}

	.header_catch_01 {
		font-size: 22px;
		line-height: 28px;
		margin-top: 0px;
	}

	.wrap_time {
		padding-bottom: 20px;
	}

	header .pc_nav {
		display: none;
	}

	/*footer---------------------------------------------------------------------------------------*/
	footer {
		padding-top: 20px;
	}

	footer nav {
		display: none;
	}

	/*access---------------------------------------------------------------------------------------*/
	.wrap_map {
		margin: 30px 0 0 0;
	}

	.map_block h4 {
		margin-bottom: 10px;
		font-size: 22px;
	}
}


@media screen and (max-width: 768px) {

	/* 768px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*common---------------------------------------------------------------------------------------*/
	h3 {
		padding: 30px 40px 25px 40px;
		height: 43px;
		font-size: 2.2em;
	}

	h4 {
		font-size: 1.9em;
		padding-left: 0;
		margin-bottom: 25px;
	}

	.schedule_block {
		padding-bottom: 50px;
	}

	.schedule_block li {
		width: 30%;
	}

	.schedule_block li:nth-child(4n+3):last-child {
		margin-right: 34%;
	}

	.schedule_block li:nth-child(4n+2):last-child {
		margin-left: 0px;
		margin-right: 0px;
	}

	.schedule_block li:nth-child(3n+2):last-child {
		margin-left: 0px;
		margin-right: 35%;
	}

	.newface_block {
		padding-bottom: 50px;
	}

	.newface_block li {
		width: 30%;
	}

	.newface_block li:nth-child(4n+3):last-child {
		margin-right: 34%;
	}

	.newface_block li:nth-child(4n+2):last-child {
		margin-left: 0px;
		margin-right: 0px;
	}

	.contents_block {
		width: 84%;
		padding-top: 30px;
	}

	/*header---------------------------------------------------------------------------------------*/
	.header_catch_01 {
		font-size: 24px;
		line-height: 37px;
		margin-top: 12px;
	}

	.header_catch_02 {
		font-size: 1.3em;
	}

	/*footer---------------------------------------------------------------------------------------*/
	.wrap_footer {
		font-size: 22px;
	}

	.footer_image {
		width: 100%;
		display: block;
	}

	.chara {
		display: none;
	}

	.wrap_footer_logo {
		width: 24%;
		padding: 0;
		margin: 0 auto;
	}

	.wrap_footer_logo p {
		display: none;
	}

	.footer_banner {
		width: 50%;
		margin: 0 auto;
		padding-top: 14px;
	}

	.link-banner {
		width: 70%;
		margin: 50px auto;
		border: 1px solid #fff;
		padding: 15px;
	}

	/*index---------------------------------------------------------------------------------------*/
	.slick-dots li {
		padding: 0 4px;
		width: 16px;
		height: 16px;
	}

	/*cencept---------------------------------------------------------------------------------------*/
	.wrap_concept_greeting {
		font-size: 1.4em;
		margin-bottom: 30px;
		line-height: 22px
	}

	.concept_greeting {
		margin-bottom: 22px;
	}

	.concept_point_txt {
		font-size: 1.4em;
		margin-bottom: 30px;
		line-height: 35px
	}

	/*feesystem---------------------------------------------------------------------------------------*/
	.service {
		font-size: 2em;
	}

	.price {
		font-size: 2em;
	}

	.service li {
		width: 194px;
	}

	.wrap_price {
		margin-top: 40px;
	}

	.system_block {
		margin-bottom: 60px;
	}

	.wrap_system {
		padding-top: 20px;
	}

	/*schedule---------------------------------------------------------------------------------------*/
	.schedule_date li {
		width: 18%;
		font-size: 1.2em;
		margin-bottom: 18px;
	}

	.schedule_today {
		font-size: 26px;
		padding: 5%;
		margin: 5px 0 20px 0;
	}

	.schedule_date li:nth-child(4n+3):last-child {
		margin-right: 26%;
	}
}


@media screen and (max-width: 640px) {

	/* 640px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*common---------------------------------------------------------------------------------------*/
	.contents_block {
		padding: 30px 0;
	}

	.schedule_block {
		padding-bottom: 30px;
	}

	.schedule_block li {
		width: 48%;
	}

	.schedule_block li:nth-child(4n+2):last-child {
		margin-right: 0%;
	}

	.schedule_block li:nth-child(3n+2):last-child {
		margin-left: 0px;
		margin-right: 0px;
	}

	.schedule_block {
		padding-bottom: 50px;
	}

	.newface_block li {
		width: 48%;
	}

	.newface_block li:nth-child(4n+2):last-child {
		margin-right: 0%;
	}

	.newface_block {
		padding-bottom: 30px;
	}

	.more_button {
		width: 100%;
		font-size: 16px;
	}

	h4 {
		font-size: 1.6em;
	}

	/*header---------------------------------------------------------------------------------------*/
	.wrap_header {
		width: 90%;
	}

	header h1 {
		padding: 2%;
		text-align: left;
	}

	header h1 p {
		width: 90%;
	}

	.header_phone {
		position: unset;
		text-align: center;
	}

	.heder_phone ul li img {
		height: 46%;
		margin-right: 4px;
	}

	.wrap_time {
		padding-bottom: 10px;
	}

	.header_catch_02 {
		font-size: 1.1em;
		line-height: 26px;
	}

	.header_catch_01 {
		font-size: 1.2em;
		line-height: 28px;
		margin-top: 0;
	}

	/*footer---------------------------------------------------------------------------------------*/
	.wrap_footer {
		font-size: 20px;
	}

	.footer_phone {
		padding-right: 0;
		padding-bottom: 10px;
	}

	.footer_phone_icon img {
		width: auto;
		height: 82%;
	}

	/*feesystem---------------------------------------------------------------------------------------*/
	.contents_block {
		width: 84%;
	}

	.option_block {
		margin-bottom: 30px;
	}

	.option_block ul {
		margin-top: 26px;
	}

	.option_block li {
		width: 42%;
		margin-bottom: 20px;
		border-radius: 15px;
		font-size: 1.4em;
	}

	.option_block li:nth-child(3n+2):last-child {
		margin-right: 0%;
	}

	.feesystem_annotation p {
		font-size: 1em;
		line-height: 30px
	}

	.service {
		font-size: 1.6em;
		margin-right: 20px;
	}

	.price {
		font-size: 1.6em;
	}

	/*newface---------------------------------------------------------------------------------------*/
	.newface_block .newface_annotation {
		font-size: 12px;
		line-height: 22px;
		padding-bottom: 20px;
	}

	/*schedule---------------------------------------------------------------------------------------*/
	.schedule_date li {
		width: 26%;
		font-size: 1.1em;
		padding: 2%;
		margin-bottom: 16px;
	}

	.schedule_today {
		font-size: 1.5em;
		padding: 7%;
		margin: 0px 0 11px 0;
	}

	/*mobile-menu---------------------------------------------------------------------------------------*/
	header .pc_nav ul li {
		padding: 2.8% 0;
	}

	.mobile_nav ul {
		font-size: 18px;
	}

	#nav-toggle {
		height: 32px;
	}
}


@media screen and (max-width: 440px) {

	/* 440px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*common---------------------------------------------------------------------------------------*/
	.contents_block {
		width: 90%;
		padding: 14px 0;
	}

	.more_button {
		width: 90%;
	}

	.newface_girl {
		padding: 8px 0;
	}

	.schedule_girl {
		padding: 8px 0;
	}

	.schedule_block li {
		border-radius: 6px;
	}

	.newface_block li {
		border-radius: 6px;
	}

	/*header---------------------------------------------------------------------------------------*/
	.wrap_header {
		width: 90%;
	}

	.header_logo h2 {
		padding-top: 18px;
	}

	/*footer---------------------------------------------------------------------------------------*/
	footer {
		padding-top: 10px;
	}

	.wrap_footer {
		display: block;
		text-align: center;
	}

	.footer_phone_icon {
		display: none;
	}

	.footer_banner {
		width: 80%;
	}

	.link-banner {
		width: 80%;
		margin: 30px auto;
		padding: 10px;
	}

	/*index---------------------------------------------------------------------------------------*/
	.main_image {
		padding-bottom: 10px;
	}

	.wrap_concept_greeting {
		font-size: 14px;
	}

	.concept_point_txt {
		font-size: 14px;
	}

	/*cencept---------------------------------------------------------------------------------------*/
	.wrap_concept_greeting {
		font-size: 1em;
		margin-bottom: 22px;
	}

	.concept_greeting {
		margin-bottom: 12px;
	}

	.concept_point_txt {
		font-size: 1em;
		margin-bottom: 22px;
	}

	/*access---------------------------------------------------------------------------------------*/
	.access_phone {
		font-size: 2em;
	}

	.access_phone a {
		background: url(img/access_phone.png) no-repeat left/contain;
		padding-left: 28px;
	}

	.directions {
		font-size: 1em;
		margin-bottom: 30px;
	}

	.map_block {
		width: 100%;
	}

	/*responsiveGnav---------------------------------------------------------------------------------------*/
	.mobile_nav ul li {
		margin-bottom: 30px;
		font-size: 18px;
		width: 48%;
		padding: 2%;
	}
}


@media screen and (max-width: 375px) {

	/* 375px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*common---------------------------------------------------------------------------------------*/
	.name {
		font-size: 12px;
		padding: 4px 0;
	}

	h3 {
		padding: 24px 40px 32px 40px;
		height: 6px;
		font-size: 1.3em;
		margin-bottom: 10px;
	}

	h4 {
		font-size: 1.2em;
	}

	h4:before {
		content: "●";
		padding-right: 0;
	}

	.wrap_price {
		margin-top: 20px;
	}

	/*header---------------------------------------------------------------------------------------*/
	header h1 {
		font-size: 10px;
		line-height: 16px;
	}

	header h1 p {
		width: 88%;
	}

	.header_catch_01 {
		font-size: 1.1em;
	}

	.header_catch_02 {
		font-size: 1em;
		line-height: 22px;
	}

	/*feesystem---------------------------------------------------------------------------------------*/
	.service {
		font-size: 1.3em;
	}

	.price {
		font-size: 1.3em;
	}

	.service li {
		margin-bottom: 20px;
	}

	.price li {
		margin-bottom: 20px;
	}

	.system_block {
		margin-bottom: 30px;
	}

	.option_block li {
		width: 44%;
		margin-bottom: 11px;
		border-radius: 8px;
		font-size: 1.2em;
		padding: 2%;
	}

	.option_block ul {
		margin-top: 8px;
	}

	/*mobile-menu---------------------------------------------------------------------------------------*/
	header .pc_nav ul li {
		padding: 3.4% 0;
	}

	.mobile_nav ul {
		font-size: 16px;
	}
}


@media screen and (max-width: 320px) {

	/* 320px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*common---------------------------------------------------------------------------------------*/
	header h1 p {
		width: 84%;
	}

	/*footer---------------------------------------------------------------------------------------*/
	.footer_image {
		margin-top: 10px;
	}

	/*feesystem---------------------------------------------------------------------------------------*/
	.service li {
		width: 160px;
	}

	/*newface---------------------------------------------------------------------------------------*/
	.entrydate {
		font-size: 10px;
		padding-bottom: 6px;
	}

	/*mobile-menu---------------------------------------------------------------------------------------*/
	#nav-toggle span {
		width: 80%;
		left: 4px;
	}
}