@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-y:scroll;
}

body {
	color: #424242;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 1.8;
	font-size: 1rem;
	padding-bottom: 170px;
	position: relative;
}

@media screen and (max-width: 999px) {
	body {
		padding-bottom: 0;
	}
}

html,
body {
	min-height:100%;
}

a {
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	opacity: .8;
}

img {
	vertical-align: bottom;
}

:focus {
	outline: 0;
}

p {
	font-size: 15px;
	font-size: 0.938rem;
}



/* Heading */

h1 {
	width: 240px;
	height: 70px;
	float: left;
	font-size: 0px;
	margin: 0 90px 0 0;
}

h1 a {
	width: 240px;
	height: 70px;
	background: url(../img/logo.png) no-repeat;
	background-size: 100% auto;
	display: block;
}

h2.content_title {
	text-align: center;
	margin: 0 0 2.188em;
}


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

	h1 {
		margin: 0 auto;
		float: none;
		width: 200px;
		height: 58px;
	}
	
	h1 a {
		width: 200px;
		height: 58px;
	}
	
	h2.content_title img {
		width: 230px;
		height: auto;
	}
	
	h2.content_title {
		margin: 0 0 1.25em;
	}
	
}


/* Layout */


.sp {
	display: none;
}

.wrapper {
	overflow: hidden;
	clear: both;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.bg_beige {
	margin-top: -30px;
	clear: both;
	background: url(../img/bg_beige.png) no-repeat center top;
	position: relative;
	overflow: hidden;
}


.bg_wb {
	background: #edf9fd;
	position: relative;
	overflow: hidden;
	padding: 3.125em 0 6.25em;
}

.content_beige {
	background: #fefdf8;
	padding: 6.875em 0 5em;
	margin-top: 30px;
}

.content_wrapper {
	padding: 0 6.250em;
}

@media screen and (max-width: 999px) {
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	.content_beige {
		padding: 2.813em 1.25em 5em;
	}
	
	.content_wrapper {
		padding: 0 1.25em;
	}
	
	.bg_wb {
		background: #edf9fd;
		position: relative;
		overflow: hidden;
		padding: 2.5em 0;
	}
}


/* Header */

.headerWrapper {
	max-width: 1000px;
	width: 100%;
	overflow: hidden;
	margin: 1.25em auto;
	position:relative;
}

header {
	background: #fff;
}


.header_info {
	float: right;
	list-style: none;
	margin-top: 0.625em;
}

.header_info li {
	background: #f7f5eb;
	float: left;
	margin-left: 1.25em;
	position: relative;
}

.header_info li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #f7f5eb transparent transparent transparent;
	margin-left: -5px;
	left: 50%;
	display: block;
	position: absolute;
}

@media screen and (max-width: 999px) {
	
	.headerWrapper {
		margin: 1.25em auto 0;
	}
	
	.header_info {
		float: none;
		list-style: none;
		margin-top: 1.25em;
	}
	
	.header_info li {
		margin-left: 0;
		width: 100%;
		padding: 0.625em 0;
	}
	
	.header_info li img {
		width: auto;
		height: 50px;
		display: block;
		margin: 0 auto;
	}
	
	.header_info li:after {
		display: none;
	}
}


/* Navigation */

nav {
	margin: 0;
	position: relative;
	border: solid #edf9fd;
	border-width: 1px 0;
	clear: both;
}

ul.nv_menu  {
	overflow: hidden;
	list-style: none;
}

ul.nv_menu li {
	float: left;
	width: 16.6666666%;
	border: solid #edf9fd;
	border-width: 0 1px 0 0;
	line-height: 50px;
	text-indent: -9999px;
	position: relative;
}

ul.nv_menu li:first-child {
	border-width: 0 1px;
}

ul.nv_menu li a  {
	display: block;
}

ul.nv_menu li a:hover.
ul.nv_menu li a:focus {
	opacity: 1;
}

ul.nv_menu li a:hover.
ul.nv_menu li a:focus {
	opacity: 1;
}

ul.nv_menu li.nav01 a {
	background: url(../img/nav_pc_off.png) no-repeat;
	background-position: 0 0;
}

ul.nv_menu li.nav01 a:hover,
ul.nv_menu li.nav01 a:focus,
ul.nv_menu li.nav01.current a {
	background: url(../img/nav_pc_on.png) no-repeat;
	background-position: 0 0;
}

ul.nv_menu li.nav02 a {
	background: url(../img/nav_pc_off.png) no-repeat;
	background-position: -166px 0;
}

ul.nv_menu li.nav02 a:hover,
ul.nv_menu li.nav02 a:focus,
ul.nv_menu li.nav02.current a {
	background: url(../img/nav_pc_on.png) no-repeat;
	background-position: -166px 0;
}

ul.nv_menu li.nav03 a {
	background: url(../img/nav_pc_off.png) no-repeat;
	background-position: -332px 0;
}

ul.nv_menu li.nav03 a:hover,
ul.nv_menu li.nav03 a:focus,
ul.nv_menu li.nav03.current a {
	background: url(../img/nav_pc_on.png) no-repeat;
	background-position: -332px 0;
}

ul.nv_menu li.nav04 a {
	background: url(../img/nav_pc_off.png) no-repeat;
	background-position: -498px 0;
}

ul.nv_menu li.nav04 a:hover,
ul.nv_menu li.nav04 a:focus,
ul.nv_menu li.nav04.current a {
	background: url(../img/nav_pc_on.png) no-repeat;
	background-position: -498px 0;
}

ul.nv_menu li.nav05 a {
	background: url(../img/nav_pc_off.png) no-repeat;
	background-position: -664px 0;
}

ul.nv_menu li.nav05 a:hover,
ul.nv_menu li.nav05 a:focus,
ul.nv_menu li.nav05.current a {
	background: url(../img/nav_pc_on.png) no-repeat;
	background-position: -664px 0;
}

ul.nv_menu li.nav06 a {
	background: url(../img/nav_pc_off.png) no-repeat;
	background-position: -831px 0;
}

ul.nv_menu li.nav06 a:hover,
ul.nv_menu li.nav06 a:focus,
ul.nv_menu li.nav06.current a {
	background: url(../img/nav_pc_on.png) no-repeat;
	background-position: -831px 0;
}


.toggle,
.header_mail {
	display: none;
}

nav#slideBox{ 
	  display: block;
}


@media screen and (max-width: 999px) {
	
	.toggle,
	.header_mail {
		display: block;
		width: 50px;
		height: 58px;
		position: absolute;
		top: 0;
		text-indent: -9999px;
	}
	
	.toggle {
		background: url(../img/menu_sp.png) no-repeat right center;
		background-size: 30px auto;
		right: 10px;
	}
	
	.header_mail {
		background: url(../img/mail_sp.png) no-repeat left center;
		background-size: 25px auto;
		left: 10px;
	}
	
	.header_mail a {
		display: block;
	}
	
	nav#slideBox {
		display: none;
		background: #fff;
	}
	
	ul.nv_menu li {
		width: 100%;
		float: none;
		border-width: 0 0 1px !important;
		text-indent: 0;
		font-size: 16px;
		font-size: 1rem;
		text-align: center;
		font-family: 'Hiragino Mincho ProN', serif;
	}
	
	ul.nv_menu li.nav01 a,
	ul.nv_menu li.nav02 a,
	ul.nv_menu li.nav03 a,
	ul.nv_menu li.nav04 a,
	ul.nv_menu li.nav05 a,
	ul.nv_menu li.nav06 a
	 {
		background: none;
		color: #424242;
	}
	
	ul.nv_menu li.nav01.current a,
	ul.nv_menu li.nav02.current a,
	ul.nv_menu li.nav03.current a,
	ul.nv_menu li.nav04.current a,
	ul.nv_menu li.nav05.current a,
	ul.nv_menu li.nav06.current a {
		background: url(../img/border_nav.png) no-repeat center top;
	}
}


/* Index */

.main_index {
	width: 100%;
	overflow: hidden;
}

.slider_wrapper,
.greeting_wrapper {
	width: 50%;
	height: 650px;
}
.greeting_wrapper {
	background: #edf9fd;
	float: left;
}

.greeting {
	width: 500px;
	padding: 3.125em 2.5em 4.375em 0;
	float: right;
}

.greeting h3 {
	text-align: center;
	margin: 0 0 2.813em;
	font-size: 16px;
	font-size: 1rem;
}

.slider_wrapper {
	float: right;
	position: relative;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.col3_policy {
	width: 33.3333333%;
	float: left;
	margin-bottom: 2.500em;
}

.col3_policy h3 {
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
}

.col3_policy h3 span {
	font-size: 16px;
	fotn-size: 1rem;
}


.col3_policy .circle {
	background: #fff;
	width: 125px;
	height: 125px;
	margin: 0 auto 1.25em;
	border: 3px solid #c3f0ff;
	border-radius: 125px;
	text-align: center;
	display: block;
}

.col3_policy .circle img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}



@media screen and (max-width: 999px) {
	
	.slider_wrapper,
	.greeting_wrapper {
		width: 100%;
		float: none;
	}
	
	.greeting_wrapper {
		height: auto;
	}
	
	.greeting {
		width: 100%;
		float: none;
		padding: 2.813em 0.938em;
	}
	
	.greeting h3 {
		margin: 0 0 1.25em;
	}
	
	.slider_wrapper {
		height: 220px;
		width: 100%;
	}
	
	.col3_policy {
		width: 100%;
		float: none;
		display: table;
		margin-bottom: 2em;
		clear: both;
	}
	
	.col3_policy h3 {
		text-align: left;
		font-size: 18px;
		font-size: 1.125rem;
		display: table-cell;
		vertical-align: middle;
		padding: 0;
		margin: 0;
	}
	
	
	.col3_policy h3 span {
		font-size: 15px;
		fotn-size: 0.938rem;
	}
	
	.col3_policy .circle {
		width: 55px;
		height: 55px;
		border: 2px solid #c3f0ff;
		border-radius: 55px;
		float: left;
		display: table-cell;
		vertical-align: middle;
		margin: 0;
	}
}

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

	.greeting h3 {
		font-size: 15px;
		font-size: 0.938rem;
	}

}



/* Policy */


.content_wrapper.policy p {
	margin-bottom: 1.25em;
}

.bg_wblue.bg_policy {
	clear: both;
	height: 355px;
	background-image: url(../img/bg_blue_part.png), url(../img/bg_policy.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
	background-size: auto auto, cover;
	position: relative;
	overflow: hidden;
}


/* Price Menu */

.price_wrapper,
.qa_wrapper {
	background: #fff;
	margin-bottom: 1.25em;
	clear: both;
	overflow: hidden;
	padding: 0 0 0.625em;
}

.price_wrapper h3 {
	font-size: 17px;
	font-size: 1.063rem;
	background: #f7f5eb;
	padding: 0.625em 1.25em;
	margin: 0.313em;
}

.price_data {
	padding: 1.25em 1.563em;
	overflow: hidden;
	float: left;
	width: 40%;
}

.price_data ul {
	list-style: none;
	font-size: 15px;
	font-size: 0.938rem;
}

.price_data ul li {
	background: #edf9fd;
	border-radius: 5px;
	margin: 5px 0 10px;
	padding: 0.313em 1.25em;
	font-weight: bold;
	position: relative;
}

.price_data ul li:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #edf9fd;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.price_data p {
	padding-left: 1.25em;
}

.menu_description {
	width: 50%;
	float: right;
	padding: 1.25em 2.813em 1.25em 1.563em;
}

.bg_wblue.bg_price {
	clear: both;
	height: 355px;
	background-image: url(../img/bg_blue_part.png), url(../img/bg_price.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
	background-size: auto auto, cover;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 999px) {
	.price_data,
	.menu_description {
		width: 100%;
		float: none;
	}
	
	.price_data {
		padding: 0.625em;;
	}
	
	.menu_description {
		padding: 0.625em 0.625em 0.938em;
		border-top: 1px solid #edf9fd;
	}
	
	.price_wrapper h3 {
		font-size: 16px;
		font-size: 1rem;
	}
	
	.price_data ul li {
		padding: 0.313em 0.625em;
	}
	
	.price_data p {
		padding-left: 0.625em;
	}
}



/* Q&A */

p.text_center {
	text-align: center;
	margin-bottom: 2em;
}

p.text_center a {
	color: #424242;
	box-shadow: 0 1px 0 0 currentColor;
}

.q_text {
	font-weight: bold;
	background: #f7f5eb;
	padding: 0.625em 1.25em 0.625em 3em;
	margin: 0.313em;
	position: relative;
}

.q_text:before {
	content: '';
	width: 17px;
	height: 100%;
	background: url(../img/icon_q.png) no-repeat center 12px;
	background-size: 17px auto;
	position: absolute;
	left: 20px;
	top: 0;
}

.a_text {
	padding: 0.938em 1.25em;
}

.a_text p {
	line-height: 2;
}

p.flow {
	margin-bottom: 1.25em;
	position: relative;
}

p.flow:after {
	content: '';
	width: 8px;
	height: 11px;
	background: url(../img/arrow.png) no-repeat center center;
	background-size: 8px auto;
	position: absolute;
	left: 40px;
	bottom: -15px;
}

p.last {
	margin-bottom: 1.25em;
}

.bg_wblue.bg_qa {
	clear: both;
	height: 355px;
	background-image: url(../img/bg_blue_part.png), url(../img/bg_qa.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
	background-size: auto auto, cover;
	position: relative;
	overflow: hidden;
}


@media screen and (max-width: 999px) {
	.q_text {
		font-weight: bold;
		background: #f7f5eb;
		padding: 0.625em 0.313em 0.625em 2.5em;
		margin: 0.313em;
		position: relative;
	}
	
	.q_text:before {
		left: 10px;
	}
	
	.a_text {
		padding: 0.625em 0.625em 0.938em;
	}
	
	p.text_center {
		text-align: left;
	}
}


/* Contact */

.access_info,
.time {
	width: 50%;
}

.access_info {
	float: left;
}

.time {
	float: right;
	border: 2px solid #fff;
	padding: 0.625em 0 0.938em;
	position: relative;
}

.time:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 10px 3px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	top: 18px;
	left: -10px;
}

.time p.title {
	padding: 0 1.25em 0.625em;
	border-bottom: 1px solid #fff;
}

.time p {
	padding: 0.625em 1.25em 0;
}

.access_info img.name {
	margin-bottom: 1.25em;
	width: auto;
	height: 20px;
}

.access_info p.access.first {
	margin-top: 1.25em;
}

.access_info p.access {
	padding-left: 15px;
	background: url(../img/icon_access.png) no-repeat left center;
	background-size: 8px auto;
	font-weight: bold;
}

.access_info a {
	color: #424242;
}

.gmap {
	width: 100%;
	height: 385px;
}

.gmap iframe {
	width: 100%;
}

.bg_wblue.bg_contact {
	clear: both;
	height: 355px;
	background-image: url(../img/bg_beige_part.png), url(../img/bg_contact.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
	background-size: auto auto, cover;
	position: relative;
	overflow: hidden;
}


@media screen and (max-width: 999px) {
	.access_info,
	.time {
		width: 100%;
		float: none;
	}
	
	.access_info {
		margin-bottom: 1.25em;
	}
	
	.time:before {
		display: none;
	}
	
	.bg_wblue.bg_policy,
	.bg_wblue.bg_price,
	.bg_wblue.bg_qa,
	.bg_wblue.bg_contact {
		height: 200px;
	}
}

/* Form */
	
.contact_wrapper {
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
}

input,
button,
textarea {
	 -webkit-appearance: none;
	 box-shadow: none !important;
	 border-radius: 0 !important;
	 width: 100% !important;
	 padding: 0.625em 1.25em;
	 line-height: 1.8;
	 font-size: 15px;
	 font-size: 0.938em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	border: 1px solid #cacaca;
	background: #fff;
	margin-bottom: 1.25em;
}

textarea {
	height: 150px !important;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
	outline: none;
}

.btn_wrapper {
	width: 100%;
	display: block;
	cursor: pointer !important;
}

.btn_wrapper img {
	width: auto;
	height: 16px;
	vertical-align: middle;
}

.btn_wrapper button[type=submit] {
	box-shadow: none;
	border: none !important;
	border-radius: 0 !important;
    border-width: 0 !important;
	background: #00c9de !important;
	cursor: pointer !important;
}

.btn_wrapper button[type=submit]:focus, 
.btn_wrapper button[type=submit]:hover {
	outline: none !important;
	background: #00c9de !important;
}


@media screen and (max-width: 768px) {
	.contact_wrapper {
		width: 100%;
	}
	
	table.form {
		width: 100%;
		table-layout: fixed;
	}
	
	table.form th,
	table.form td {
		width: 100%;
		display: block;
		
	}
	
	table.form th {
		padding: 10px 0 0;
	}
	
	table.form td {
		padding: 10px 0;
	}
	
	table.form th.req:after {
		content: "＊";
		float: none;
		margin-left: 10px;
		display: inline-block;
	}
	
	input[type=text],
	input[type=email],
	textarea {
		width: 100% !important;
	}
	
	.submitBtn {
		width: 100%;
		margin: 0 0 40px 0 !important;
	}
	
	input[type=text].small {
		width: 20% !important;
	}
	
	table.form td span {
		padding-bottom: 5px;
	}
	
	.submitBtn {
		margin: 0 !important;
	}
	
}




/* Footer */

footer {
	clear: both;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	background: url(../img/bg_footer.png) no-repeat center top;
	margin-top: -30px;
	z-index: 9999;
}

.footer_wrapper {
	background: #f7f5eb;
	padding: 25px 0 0;
	margin-top: 30px;
	height: 170px;
}

footer img {
	margin-bottom: 1.25em;
	width: auto;
	height: 18px;
}

footer p {
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1.5;
}

footer p span {
	display: block;
	margin-bottom: 0.625em;
}

footer a {
	color: #424242;
}

footer p.copy {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-size: 0.063rem;
}

footer .wrapper {
	position: relative;
}

@media screen and (max-width: 999px) {
	
	footer {
		position: relative;
		bottom: auto;
		height: auto;
		padding-top: 30px;
	}
	
	footer p.copy {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 1.25em;
		font-size: 10px;
		font-size: 0.625rem;
	}
	
	.footer_wrapper {
		padding: 1.25em;
		margin-top: 0;
		padding: 1.25em;
		height: auto;
	}
	
}