@charset "UTF-8";

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;
}
a {
	color: #000;
	text-decoration: none;
}
li {
	list-style: none;
}

body {
	font-family : YuGothic, '游ゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
section {
	margin-bottom: 170px;
}

h2 {
	font-weight: normal;
	font-size: 34px;
	text-align: center;
	color: #f0907b;
}
h3 {
	font-weight: normal;
	font-size: 26px;
	text-align: center;
	color: #f0907b;
}
img {
	vertical-align: bottom;
}
p.headline {
	font-size: 18px;
	text-align: center;
	margin-bottom: 70px;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}
	section {
		margin-bottom: 60px;
	}
	p.headline {
		font-size: 16px;
		margin-bottom: 35px;
	}
	.wrap {
		width: 90%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

header {
	position: fixed;
	top: -70px;
	width: 100%;
	height: 70px;
	background-color: #fff;
	text-align: center;
	z-index: 10;
}
header .logo {
	position: absolute;
	top: 15px;
	left: 20px;
}
header .linkForm {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	display: block;
	background-color: #f0907b;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0;
}

header ul,
#menuList ul {
	width: 960px;
	margin: 0 auto;
}
header li,
#menuList li {
	display: inline;
	font-size: 14px;
	line-height: 70px;
	padding: 0 15px;
}
header .spButton, .iconMenuOpen, .iconMenuClose {
	display: none;
}
@media only screen and (max-width: 768px) {
	header {
		top: 0;
		right: -70%;
		height: 100%;
		width: 70%;
		background-color: rgba(256, 256, 256, 0.95);
		z-index: 50;
	}
	header .wrap {
		width: 100%;
	}
	header .logo {
		display: none;
	}
	header .linkForm {
		display: none;
	}
	header ul {
		width: 100%;
	}
	header li {
		display: block;
		background: url(../img/icon_menu_right.png) no-repeat right center;
		background-size: 8px 18px;
		text-align: left;
		font-size: 16px;
		line-height: 40px;
		padding: 0 0 0 30px;
		margin-right: 50px;
	}
	header li a {
		display: block;
	}
	header .spButton {
		display: block;
		margin-top: 30px;
	}
	header .spButton > a {
		display: block;
		position: relative;
		background-color: #fff;
		color: #000;
		width: auto;
		font-size: 12px;
		line-height: 40px;
		margin: 0 50px 10px 30px;
		padding: 0;
		border: 1px #000 solid;
	}
	header .spButton > a:last-child {
		line-height: 16px;
		padding: 3px 0;
	}
	header .spButton > a:last-child > img {
		height: 14px;
		width: auto;
	}
	.iconMenuOpen {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		background-color: #fff;
		padding: 20px;
		z-index: 50;
	}
	.iconMenuOpen img {
		width: 30px;
	}
	.iconMenuClose {
		display: block;
		text-align: right;
		padding: 20px;
	}
	.iconMenuClose img {
		width: 30px;
	}
}

#mainVisual {
	position: relative;
}
h1 {
	position: fixed;
	top: 60px;
	left: 60px;
	z-index: 5;
}
#frame .frameLeft {
	position: fixed;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	background-color: #fff;
}
#frame .frameTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #fff;
}
#frame .frameRight {
	position: fixed;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background-color: #fff;
}
#frame .frameBottom {
	display: none;
}

#scrollDraw {
	position: relative;
	background-color: #FFF;
	z-index: 5;
}

#menuList {
	text-align: center;
	height: 50px;
	margin-bottom: 0;
}
#menuList li {
	line-height: 50px;
}
.fixHeader {
	position: fixed;
	top: 0;
}
@media only screen and (max-width: 768px) {
	h1 {
		position: absolute;
		top: auto;
		bottom: 30px;
		left: 30px;
		width: 50%;
		height: auto;
	}
	h1 img {
		width: 100%;
	}
	#mainVisual > div {
		position: relative;
	}
	#frame {
		background: url(../img/bc_main_sp.png) repeat-x left bottom;
		position: absolute;
		width: 100%;
		height: 549px;
		top:0;
		left: 0;
	}
	#frame .frameLeft,
	#frame .frameRight {
		position: absolute;
		width: 10px;
	}
	#frame .frameTop {
		position: absolute;
		height: 10px;
	}
	#frame .frameBottom {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 10px;
		width: 100%;
		background-color: #fff;
	}
	#menuList {
		display: none;
	}
}

#catch {
	position: relative;
	background-color: #f0907b;
	color: #fff;
	height: 400px;
}
#catch > img {
	position: absolute;
	bottom: 0;
	right: 0;
}
#catch p {
	margin-top: 20px;
}
#catch span {
	font-size: 26px;
}
#catch div {
	margin: 0 0 0 100px;
	padding-top: 60px;
}
@media only screen and (max-width: 768px) {
	#catch {
		height: auto;
	}
	#catch img {
		display: none;
	}
	#catch p {
		margin-top: 0;
	}
	#catch span {
		font-size: 25px;
	}
	#catch div {
		text-align: center;
		margin: 0;
		padding: 50px 0;
	}
}

#about .recommend {
	background-color: #eee;
	padding: 30px 0 60px;
}
#about .recommend li {
	float: left;
	width: 312px;
	margin-right: 12px;
}
#about .recommend li:last-child {
	margin-right: 0;
}
#about .recommend h3 {
	margin-bottom: 25px;
}
#about .recommend h4 {
	background-color: #f0907b;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 34px;
}
#about .recommend li img {
	width: 100%;
	height: auto;
	
}
#about .recommend li p {
	font-size: 13px;
	text-align: center;
	line-height: 42px;
}
@media only screen and (max-width: 768px) {
	#about .recommend {
		padding: 50px 0 0;
	}
	#about .recommend li,
	#about .recommend li:last-child {
		float: none;
		width: 100%;
		margin: 0 auto 40px;
	}
	#about .recommend h4,
	#about .recommend li img {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#about .recommend li p {
		font-size: 14px;
	}
}

#result li {
	float: left;
	width: 320px;
}
#result li .pointCircle {
	position: relative;
	margin-bottom: 35px;
}
#result li .pointCircle img {
	width: 200px;
	height: auto;
	margin: 0 60px;
}
#result li .pointCircle p {
	display: block;
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 20px;
	top: 43%;
	width: 100%;
	line-height: 1.4;
}
#result li p {
	text-align: center;
}
@media only screen and (max-width: 768px) {
	#result li {
		float: none;
		margin: 0 auto 40px;
	}
	#result li .pointCircle {
		margin-bottom: 25px;
	}
	#result li .pointCircle img {
		display: block;
		width: 70%;
		height: auto;
		margin: 0 auto;
	}
	#result li .pointCircle p {
		top: 45%;
	}
}

#beforeAfter .headline {
	margin-bottom: 10px;
}
#beforeAfter .coustion {
	text-align: center;
	font-size: 18px;
	color: #f0907b;
	margin-bottom: 70px;
}
#beforeAfter .reference {
	margin-bottom: 60px;
}
#beforeAfter .reference > img:first-child{
	margin-bottom: 100px;
}
#beforeAfter  .iconDown {
	display: block;
	margin: 0 auto 50px;
}
#beforeAfter .result {
	text-align: center;
	font-size: 26px;
	color: #f0907b;
}
#beforeAfter .openLightbox {
	cursor: pointer;
}
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	width: 960px;
	overflow: scroll;
	z-index: 91;
}
#beforeAfter .innerLightbox {
	width: 960px;
	overflow: scroll;
}
#beforeAfter .innerLightbox img {
	width: 100%;
}
#beforeAfter .closeLightbox {
	margin: 25px 0 25px 910px;
	cursor: pointer;
}
.overlayLightbox {
	z-index: 90;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: #ebebeb;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	#beforeAfter .result {
		font-size: 17px;
	}
	#beforeAfter .reference > img {
		width: 100%;
	}
	.lightbox {
		width: 100%;
		margin: 0 0 0 -5%;
	}
	#beforeAfter .innerLightbox {
		width: 100%;
	}
	#beforeAfter .closeLightbox {
		display: block;
		margin: 10px 10px 10px auto;
	}
}



#menu {
	background-color: #FEFCF9;
	padding-top: 50px;
}
#menu h3 {
	font-weight: normal;
	width: 135px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #f0907b;
	margin-bottom: 20px;
}
#menu h4 {
	width: 126px;
	font-weight: normal;
	font-size: 14px;
	border: 2px solid #f2f2f2;
	background-color: #eee;
	padding: 0 5px;
	margin-bottom: 10px;
}
#menu h4:nth-child(4) {
	width: 190px;
}
#menu table {
	margin-bottom: 35px;
}
#menu thead th {
	width: 300px;
	font-weight: normal;
	text-align: left;
}
#menu thead td {
	width: 100px;
	font-weight: normal;
	text-align: right;
}
#menu tbody td {
	font-size: 14px;
}
#menu .menuList {
	background-color: #fefcf9;
	margin-bottom: 40px;
}
#menu .menuList div div {
	width: 48%;
	float: left;
}
#menu .menuList div div:last-child {
	width: 406px;
	float: right;
}
#menu .menuList .caution{
	font-size: 12px;
}
#menu .menuImgList {
	padding-bottom: 70px;
}
#menu .menuImgList li {
	float: left;
	margin: 0 12px 15px 0;
}
#menu .menuImgList li:nth-child(3n) {
	margin-right: 0;
}
#menu .menuImgList  figcaption {
	font-size: 14px;
	margin-top: 5px;
}
@media only screen and (max-width: 768px) {
	#menu {
		padding-top: 25px;
	}
	#menu h3 {
		width: 100%;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	#menu .menuList div div,
	#menu .menuList div div:last-child {
		width: 100%;
		float: none;
	}
	#menu thead th,
	#menu thead td {
		width: 100%;
	}
	#menu .menuList ,
	#menu .menuImgList {
		padding-bottom: 40px;
	}
	#menu .menuImgList li {
		width: 49%;
		margin: 0 0 5px 0;
	}
	#menu .menuImgList li img {
		width: 100%;
	}
	#menu .menuImgList li:nth-child(1n) {
		float: left;
	}
	#menu .menuImgList li:nth-child(2n) {
		float: right;
	}
	#menu .menuImgList  figcaption {
		font-size: 12px;
	}
}

#qustion li {
	border-top: 1px solid #d8d8d8;
	background: url(../img/icon_qustion.png) no-repeat 0 35px;
	background-size: 18px 26px;
	padding: 30px 0;
}
#qustion li:last-child {
	border-bottom: 1px solid #d8d8d8;
}
#qustion li p {
	padding-left: 32px;
}
#qustion li .qustion {
	font-size: 20px;
	color: #F0907B;
}
@media only screen and (max-width: 768px) {
}


#formArea table {
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid #d8d8d8;
	margin-bottom: 15px;
}
#formArea th {
	width: 150px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	padding-top: 15px;
}
#formArea th span {
	float: right;
	padding-right: 10px;
}
#formArea td {
	width: 750px;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px 30px;
}
#formArea td table {
	border: none;
	margin-bottom: 0;
}
#formArea td td {
	border: none;
	padding: 0;
}
#formArea td th {
	border: none;
	padding: 0;
}
#reservationDate select {
	margin-right: 20px;
}
#formArea #reservationPlan td {
	padding: 15px 0 10px 10px ;
}
#formArea #reservationPlan .planCourse th {
	padding: 0 0 0 20px;
}
#formArea #reservationPlan .planCourse td {
	padding: 0 10px 10px;
}
#formArea #reservationPlan .planOption th {
	vertical-align: middle;
	padding: 0 0 0 20px;
}
#formArea #reservationPlan .planOption td {
	padding: 10px;
}
#formArea .planOption {
	background-color: #f2f2f2;
}
#formArea .planCourse li {
	padding-right: 39px;
}
#formArea .planCourse li:last-child {
	padding-right: 0;
}
#formArea .planOption li {
	padding-right: 32px;
}
#formArea li {
	float: left;
}
#formArea .caution{
	font-size: 12px;
	margin-bottom: 35px;
}
#formArea .btnArea {
	text-align: center;
}
#formArea textarea {
	border: none;
	width: 100%;
}
#formArea input[type=text] {
	border: none;
	width: 100%;
	height: 26px
}
#formArea input[type=submit] {
	width: 240px;
	height: 50px;
	font-size: 20px;
	border: 1px solid #8d8d8d;
	background-color: #fff;
	margin: 0 10px;
	cursor: pointer;
}
.confirmArea {
	display: inline-block;
	width: 260px;
	margin-bottom: 70px;
}
#formArea input[type=submit]:hover {
	color: #fff;
	background-color: #3c3c3c;
}
#formArea .formErrorMsg {
	color: #f00;
	margin-bottom: 15px;
}
#formArea .formErrorItem {
}
#formArea .formErrorItem li {
	float: none;
	font-size: 14px;
}
#formArea .formErrorItem {
}
@media only screen and (max-width: 768px) {
	#formArea th {
		width: auto;
		font-size: 14px;
		padding-top: 5px;
	}
	#formArea td {
		width: auto;
		padding: 5px 0 5px 10px;
		font-size: 14px;
	}
	#reservationDate select {
		margin-right: 5px;
	}
	#formArea #reservationPlan td {
		padding: 5px 0 0 0;
	}
	#formArea #reservationPlan .planCourse th {
		display: block;
		padding: 0 0 0 10px;
	}
	#formArea #reservationPlan .planCourse td {
		display: block;
	}
	#formArea #reservationPlan .planOption th {
		display: block;
		padding: 0 0 0 10px;
	}
	#formArea #reservationPlan .planOption td {
		display: block;
	}
	#formArea .planCourse li {
		padding-right: 0;
	}
	#formArea .planCourse li,
	#formArea .planOption li {
		float: none;
		padding-right: 0;
	}
	.confirmArea {
		width: 100%;
		margin-bottom: 20px;
	}
	#formArea input[type=submit] {
		-webkit-appearance: none;
		border-radius: 0;
	}
}


#company {
	margin-bottom: 0;
}
#company h2 {
	font-size: 24px;
	text-align: left;
	margin-bottom: 0;
}
#company h2 span {
	font-size: 20px;
}
#company div div {
	width: 50%;
	float: left;
}
#company p span {
	font-size: 14px;
}
#company .btn {
	display: none;
}
#company .map {
	margin-top: 100px;
}
#company .map p {
	font-size: 12px;
	text-align: right;
}
#company .map p a {
	color: #F0907B;
}
#canvasMap {
	height: 300px;
}
#canvasMap iframe {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 768px) {
	#company div div {
		width: 100%;
		float: none;
	}
	#company .btn {
		display: flex;
		justify-content: center;
	}
	#company .btn li {
		width: 48%;
	}
	#company .btn li:last-child a {
		line-height: 16px;
		padding: 3px 0;
	}
	#company .btn li a {
		display: block;
		font-size: 12px;
		text-align: center;
		line-height: 40px;
		margin: 10px 0 0 0;
		border: 1px #000 solid;
		margin: 10px 0 0 0;
	}
	#company .btn li a img {
		width: 80%;
	}
	#company .imgMap {
		display: none;
	}
	#company .map {
		margin-top: 50px;
	}
	#canvasMap {
		height: 160px;
	}
}

footer {
	background-color: #e9e9e9;
}
footer p {
	width: 960px;
	height: 40px;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	footer p {
		width: 100%;
	}
}