@charset "utf-8";


html {
	overflow-x: hidden;
}
body {
	color: #333;
	background: url(../images/bg_beige.png);
}

/* LINK
----------------------------------------------*/
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}


/* Common Class
----------------------------------------------*/
rt {
	font-size: .3em;
}
p {
	margin-bottom: 1em;
}
li {
	float: left;
}
.sp,#smp-menu {
	display: none;
}
.Inner {
	max-width: 990px;
	margin: 0 auto;
	padding: 40px 0;
}
.blue {
	color:  #16347C;
}
table {
	width: 100%;
	border: 1px solid #9cc;
}
th {
	background: #9CC;
	color: #fff;
	font-weight: bold;
}
td {
	background: #fff;
}
th,td {
	padding: 1.2%;
	border: 1px solid #9cc;
}
.leftArea,dt {
	float: left;
}
.rightArea,dd {
	float: right;
}
h2 {
	background: url(../images/bg_title.png) no-repeat center center;
	padding: 27px 0 47px;
	text-align: center;
}


/* header
--------------------------------------------------------*/
#Header {
	background: #fff url(../images/bg_header.png) repeat-x left bottom;
	width: 100%;
	z-index: 10000;
}
#Header .Inner {
	padding: 0;
}
#Header h1 {
	margin-bottom: 1%;
	color: #999966;
}
#Header .leftArea {
	width: 400px;
	margin-bottom: 0;
}
#Header .rightArea {
	width: 400px;
	margin-top: 20px;
}

/* navigation
--------------------------------------------------------*/
#Navigation {
	margin-top: 10px;
}
#Navigation li {
	margin-right: 50px;
	vertical-align: top;
}


/* main
--------------------------------------------------------*/
#main p {
	text-align: center;
	margin-bottom: 0;
}


/* news
--------------------------------------------------------*/
#news h2 {
	background: url(../images/bg_news.gif) repeat-x left bottom;
	text-align: left;
	padding: 25px 0;
	position: relative;
}
#news h2 span {
	position: absolute;
	right: 0;
}
#news .leftArea {
	width: 40%;
}
#news dt {
	width: 9em;
	float: left;
	clear: left;
	padding: 10px;
}
#news dd {
	padding: 10px 0 10px 9em;
	border-bottom: 1px solid #B2B2B2;
	float: none;
}
#news .rightArea p {
	float: left;
}

/* about - intro
--------------------------------------------------------*/
#about {
	background: url(../images/bg_blue.gif) repeat-x;
}
#about dt {
	width: 35%;
	float: right;
}
#about dd {
	width: 65%;
	float: left;
}
#about dd strong {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}


/* about - detail
--------------------------------------------------------*/
#about .bg {
	background: url(../images/bg_about.gif) no-repeat center bottom;
}
#about .leftArea,
#about .rightArea {
	width: 49%;
}
#about .cont_bg {
	padding: 30px;
	line-height: 1.5;
	height: 480px;
	font-size: .95em;
}
#about .cont_bg h3 {
	margin-bottom: 15px;
	text-align: center;
}
#about .leftArea .cont_bg {
	background: url(../images/bg_about_subc01.png) no-repeat;
}
#about .rightArea .cont_bg {
	background: url(../images/bg_about_subc02.png) no-repeat;
}
#about .leftArea span {
	color: #39c;
}
#about .rightArea span {
	color: #6c6;
}
#about .leftArea dt,
#about .rightArea dt {
	width: 36%;
}
#about .leftArea dd,
#about .rightArea dd {
	width: 63%;
}

/* about - outline
--------------------------------------------------------*/
#about .line {
	background: url(../images/subt_line.jpg) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#about .line_b {
	background: url(../images/subt_line_b.gif) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#about .title {
	background: url(../images/icon_subt.png) no-repeat left center;
	padding-left: 35px;
	font-weight: bold;
	font-size: 1.3em;
	color:  #16347C;
	margin-bottom: 0;
}
#about .consept .line,#about .greeting .line {
	padding-left: 20px;
	padding-top: 20px;
}
#about .consept,#about .greeting {
	background: #fff;
	border-radius: 5px;
}
#about .greeting {
	line-height: 1.8;
}
#about .consept {
	line-height: 2.2;
}
#about .consept,#about .greeting,#about .staff,#about .flow,#about .price {
	margin-bottom: 40px;
}
#about .consept p.txt,#about .greeting dl {
	padding: 20px 40px;
	margin: 0;
}
#about .greeting dt {
	float: left;
}
#about .greeting dd {
	float: right;
}

/* about - staff
--------------------------------------------------------*/
#about .staff li {
	width: 30%;
	margin-right: 5%;
	line-height: 1.6;
}
#about .staff li:last-child {
	margin-right: 0;
}
#about .staff li span {
	display: block;
	text-align: center;
}
#about .staff li em {
	color: #16347C;
	display: block;
}

/* about - flow
--------------------------------------------------------*/
#about .flow .figure {
	background: url(../images/bg_about.gif) no-repeat center bottom;
	padding: 2%;
	text-align: center;
}

/* about - price
--------------------------------------------------------*/
#about .price .title,#about .price p {
	line-height: 1.6;
}
#about .price th {
	border-right: 1px solid #fff;
	text-align: center;
}
#about .price .num {
	text-align: right;
}
#about .price h4 {
	font-weight: bold;
	font-size: 1.2em;
}

#about .activitycontent {
	margin-top: 30px;
}
#about .activitycontent td {
	text-align: center;
}

/* facility
--------------------------------------------------------*/
#facility .figure {
	text-align: center;
	margin-bottom: 50px;
}
#facility li {
	width: 227px;
	margin: 0 20px 20px 0;
	line-height: 1.6;
	height: 255px;
}
#facility li:nth-child(4n) {
	margin-right: 0;
}
#facility strong {
	display: block;
	font-weight: bold;
	margin-top: 3px;
	background: url(../images/facility_icon.png) no-repeat left center;
	padding-left: 1.2em;
}

/* work
--------------------------------------------------------*/
#work {
	background: url(../images/bg_pink.gif) repeat-x;
}
#work th {
	border-bottom: 1px solid #fff;
}
#work .tab li {
	height: 75px;
	margin-right: 26px;
}
#work li:nth-child(5) {
	margin-right: 0;
}
#work .tab{overflow:hidden;}
#work .content section {
	padding: 35px 0;
}
#work .content .leftArea {
	width: 60%;
}
#work .content .rightArea {
	width: 40%;
}
#work .hide {display:none;}

#work .content .rightArea span,
#work .content .rightArea h4 {
	font-weight: bold;
	color: #16347C;
}
#work .content .rightArea span {
	display: block;
	font-size: .8em;
}
#work .content .rightArea h4 {
	font-size: 2em;
	line-height: 1;
}

/* work - aim
--------------------------------------------------------*/
.work-aim h2,.work-aim h4 {
	background: none;
	font-weight: bold;
	color:  #16347C;
	text-align: center;
}
.work-aim h2 {
	font-size: 2em;
}
.work-aim h4 {
	font-size: 16px;
	margin: 15px;
	height: 4em;
}
.work-aim .aim-block {
	width: 321px;
	float: left;
	margin-right: 13px;
}
.work-aim .aim-block:last-child {
	margin-right: 0;
}
.work-aim .aim-block .commentary {
	padding: 10px;
	background: #fff;
	height: 180px;
}
.work-aim dl {
	margin: 50px 0;
}
.work-aim dt {
	float: right;
}
.work-aim dd {
	float: left;
	padding-top: 50px;
}
.work-aim li {
	margin: 0 37px 37px 0;
}
.work-aim li:nth-child(3n) {
	margin-right: 0;
}


/* voice
--------------------------------------------------------*/
#voice h3 {
	background: url(../images/voice_img_subt.png) no-repeat left center;
	padding: 40px 0 40px 150px;
	font-size: 20px;
	color: #16347C;
}
#voice .Inner {
	position: relative;
}
#voice .img {
	position: absolute;
	right: -52px;
	top: -5px;
	height: 200px;
	display: block;
}
#voice .bx-wrapper {
	margin-top: 70px;
}

/* access
--------------------------------------------------------*/
#access {
	background: url(../images/bg_green.gif) repeat-x;
}
#access .leftArea h3,#access .leftArea li {
	background: url(../images/access_border.png) no-repeat left bottom;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
#access li {
	float: none;
}
#access li span {
	color: #16347C;
}
#access iframe {
	float: right;
	width: 55%;
}
#access .leftArea {
	width: 40%;
}

/* contact
--------------------------------------------------------*/
#contact h3 {
	font-size: 20px;
	color: #16347C;
	text-align: center;
}
#contact .bg {
	background: url(../images/bg_contact.gif) no-repeat center top;
}
#contact .bg .Inner {
	padding: 1px 30px 30px;
	width: 930px;
	margin: 20px auto;
}
.form-box dl {
	margin: 20px auto 0;
	overflow: hidden;
}
.form-box dt,
.form-box dd {
	padding: 18px 0 8px;
}
.form-box dt {
	float: left;
	clear: left;
	width: 180px;
	position: relative;
	color: #16347C;
	font-weight: bold;
}
.form-box dd {
	border-bottom: 2px solid #fff;
	padding-left: 200px;
	line-height: 33px;
	float: none;
}
.form-box dd:last-child {
	border-bottom: none;
}
.form-box dd .blue {
	font-weight: bold;
}
.form-box input[type="text"],
.form-box textarea,
.form-box select {
	background: #fff;
	padding: 8px 10px;
	border-radius: 5px;
	width: 570px;
}
.form-box input {
	margin: 0 0.2em 10px .2em;
}
.form-box input.zip {
	width: 30px;
}
.form-box input.day {
	width: 60px;
}
.form-box label {
	white-space: nowrap;
	margin-right: 1em;
}
.select-wrap {
	position: relative;
	cursor: pointer;
	padding-right: 0;
	width: 300px;
	margin-bottom: 15px;
}
.carat {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -2px;
	border: 4px solid transparent;
	border-top: 6px solid #777;
}
.form-box select {
	width: 100%;
	cursor: pointer;
}
.form-box input[type="text"].otherarea {
	width: 300px;
}
.form-box textarea {
	height: 155px;
}
.btn-confirm {
	  text-align: center;
	cursor: pointer;
}

/* footer
--------------------------------------------------------*/
#footer {
	background: #fff;
	padding-bottom: 100px;
}
#footer .Inner {
	padding: 30px 0;
}
#footer ul {
	width: 522px;
	margin: 0 auto 30px;
}
#footer li {
	margin-right: 20px;
}
#footer li:last-child {
	margin-right: 0;
}
#footer .upper {
	float: left;
	width: 57%;
	margin-top: 15px;
}
#footer .phone {
	float: right;
}
#footer .copyright {
	background: #16347C;
	color: #fff;
	font-size: .8em;
}
#footer .copyright p {
	margin: 0;
}

/* tothetopfixed
----------------------------------------------*/
div.tothetopfixed {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 1500;
}	

div.tothetopfixed a {
	display: block;
	margin: 0;
	background-color: transparent;
}

div.tothetopfixed a:hover {
	background: transparent;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}



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

html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
	.wrap {
		overflow: hidden;
	}
img {
	max-width: 100%;
	height: auto;
}
.Inner {
	margin: 0 auto;
	width: 92.1%;
	max-width: 590px;
	padding: 2% 0;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
img.sp {
	display: inline;
}

/* header
----------------------------------------------*/
	#Header h1 {
		font-size: .8em;
		line-height: 1.4;
		position: relative;
	}
	#Header .Inner {
		width: 98%;
	}
	#Header p.logo {
		float: left;
		width: 78%;
	}
	#Header button {
		display:block;
		/*float: right;*/
		max-width: 62px;
		width: 100%;
		height: 10%;
		text-indent: -9999em;
		cursor:pointer;
		position: absolute;
		top: 24px;
		right: 24px;
		background-image: url(../images/btn_menu.png) !important;
		background-repeat: no-repeat;
		background-size: contain;
		background-color: transparent;
		background-position: center;
		border: 0 none;
		font-size: 100%;
		margin: 0;
		padding: 0;
		outline: 0 none;
	}
	.navi_upper {
		display: none;
		position: absolute;
		top: 45px;
		right: 1px;
		width: 100%;
		z-index: 19999;
		background: rgba(234,227,208,.9);
		padding: 3% 0;
	}
	.navi_upper li {
		border-bottom: 1px solid #fff;
		padding: 2% 0;
		float: none;
	}
	.navi_upper li a {
		padding: 5%;
		font-size: 1.2em;
		color: #200000;
	}
	.navi_upper li img {
		width: 90%;
	}
	
/* common class
----------------------------------------------*/
	th,td,
	#contact dt,
	#contact dd {
		display: block;
		float: none;
		padding: 0;
	}
	.leftArea,.rightArea {
		float: none;
		width: 100%;
	}
	
/* news
----------------------------------------------*/
	#news .leftArea,#news .rightArea {
		width: 100%;
	}
	#news .leftArea {
		margin-bottom: 20px;
	}
	#news .rightArea p {
		width: 49.5%;
	}
	
/* #about
----------------------------------------------*/
	#about {
		background: url(../images/bg_blue.gif);
	}
	#about dt,#about dd {
		float: none;
		width: 100%;
	}
	#about .bg {
		background: url(../images/bg_about.gif);
	}
	#about .cont_bg {
		font-size: .9em;
		line-height: 1.5;
		padding: 20px;
	}
	#about .cont_bg h3 {
		width: 90%;
		margin-bottom: 5px;
	}
	#about .cont_bg p {
		margin-bottom: .3em;
	}
	#about .leftArea dt, #about .rightArea dt {
		width: 30%;
		float: right;
	}
	#about .leftArea dd, #about .rightArea dd {
		float: left;
		width: 70%;
	}

/* staff
----------------------------------------------*/
	#about .leftArea, #about .rightArea {
		width: 100%;
	}
	#about .leftArea .cont_bg,
	#about .rightArea .cont_bg {
		background-size: contain;
	}
	#about .consept p.txt, #about .greeting dl {
		padding: 2% 5%;
	}
	#about .greeting dt,#about .greeting dd {
		float: none;
		width: 100%;
	}
	#about .greeting dt {
		text-align: center;
	}
	#about .staff li {
		width: 100%;
		margin: 0;
		float: none;
	}
	#about .staff li img {
		width: 40%;
	}
	#about .price .scroll {
		overflow: auto;
		width: 100%;
	}
	#about .price th,#about .price td {
		display: table-cell;
		padding: 2%;
	}

/* facility
----------------------------------------------*/
	#facility li {
		width: 49%;
		margin: 0 2% 0 0;
	}
	#facility li:nth-child(2n) {
		margin-right: 0;
	}

/* work
----------------------------------------------*/
	#work .content .leftArea {
		width: 95%;
		margin: 0 auto;
	}
	#work .content .rightArea {
		width: 100%;
	}
	#work .tab li {
		width: 49%;
		margin-right: 2%;
	}
	#work .tab li:nth-child(2n) {
		margin-right: 0;
	}
	#work .tab li:nth-child(5) {
		margin-right: 2%;
	}

/* work - aim
--------------------------------------------------------*/
	.work-aim .aim-block {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.work-aim .aim-block img {
		width: 100%;
	}
	.work-aim .aim-block .commentary {
		padding: 10px;
		background: #fff;
		height: 180px;
	}
	.work-aim dl {
		margin: 50px 0 30px;
	}
	.work-aim dt {
		float: none;
	}
	.work-aim dd {
		float: none;
		padding-top: 10px;
	}
	.work-aim li {
		margin: 0 2% 2% 0;
		width: 49%;
	}
	.work-aim li:nth-child(2n) {
		margin-right: 0;
	}
	
	.work-aim li:nth-child(3n) {
		margin-right: 2%;
	}
	
/* voice
----------------------------------------------*/
	#voice h3 {
		background-size: 20%;
		padding: 0 0 0 80px;
		font-size: 1.2em;
	}
	#voice .img {
		width: 35%;
		right: 0;
		top: 100px;
	}

/* access
----------------------------------------------*/
	#access .leftArea,#access iframe {
		width: 100%;
	}
	
/* contact
----------------------------------------------*/
	#contact .bg .Inner {
		width: 95%;
		padding: 10px 0;
	}
	#contact .bg {
		background: url(../images/bg_contact.gif);
	}
	.form-box input[type="text"],.form-box textarea {
		width: 90%;
	}
	.form-box input.zip {
		width: 30px;
	}
	.form-box input.day {
		width: 60px;
	}
	
/* footer
----------------------------------------------*/
	#footer {
		padding-bottom: 2%;
	}
	#footer .upper,#footer .phone {
		float: none;
		width: 100%;
	}
	#footer .upper dt {
		width: 40%;
	}
	#footer .upper dd {
		width: 60%;
	}
	#footer ul {
		width: 65%;
		margin: 0 auto;
	}
	#footer li {
		margin: 0 0 20px 0;
		float: none;
	}
	#footer li img {
		width: 100%;
	}
	
	
/* tothetopfixed
----------------------------------------------*/
div.tothetopfixed {
	position: fixed;
	right: 2%;
	bottom: 5px;
	z-index: 1500;
}	

div.tothetopfixed a {
	display: block;
	margin: 0;
	background-color: transparent;
}