@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;	
}

body {
	border:solid 8px #060606;
}

div {
	display:block;
}

.header {
	width:100%;
	position:relative;
	/*	background-image:url(../img/recruit/recruit-bg.jpg);	*/
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:cover;
	
	background-color:#000;
}

.header p {
	width:100%;
	max-width:100%;
	color:#FFF;
	font-size:500%;
	padding-top:80px;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.header h1 {
	width:100%;
	color:#FFFFFF;
	text-align:center;
	font-weight:100;
	font-size:500%;
	padding:30px 0 80px 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


#menu-wrap {
	width: 100%;
	height: 40px;
	background: #060606;
}

#menu {
	list-style-type: none;
	max-width: 960px;
	width:100%;
	margin: 0px auto 0px;
	padding: 0;
}

#menu li {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style:none;
}

#menu li a {
	display: block;
	width : 100%;
	margin: 13px 0;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
}

#menu li a:hover {
	color: #FFEA00;
}

.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}



.fk {
	background:#FFEA00;
	height:auto;
	overflow:hidden;
	position: relative;
	z-index:-999;
}

.fk h2 {
	color:#000000;
	text-align:center;
	margin-top:25px;
	margin-bottom:-25px;
	font-size:xx-large;
}




/* =======================================
   Top-slider
======================================= */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

/* ===========================
--- change
============================ */
.change {
	margin-top:70px;
}

.change-lang {
	width:350px;
	margin:0 auto;
	border:solid 3px #000;
}

.change-lang p {
	font-size:22px;
	padding:10px;
	text-align:center;
}

.change-lang p a {
	display:block;
}

/* ===========================
--- body2
============================ */
.body2 {
	height:auto;
	color:#666666;
	margin-top:100px;
}

.body2 h3 {
	font-size:x-large;
	font-weight:normal;
	line-height:2em;
	margin:100px 0 50px 0;
}

.od p {
	font-size:large;
	font-weight:normal;
	line-height:1.3em;
}

p.dnhi {
	margin:100px 0 0 0;
}

p.dnhi2 {
	margin:30px 0;
}

p.dnhi3 {
	margin:20px 0 100px;
}

.r-box {
	max-width:1200px;
	margin:0 auto;
	margin-bottom:80px;
}

.r-box p {
	margin:10px;
}

.photo {
	margin:0 auto;
	margin-bottom:100px;
}


/* ===========================
--- table
============================ */

table   {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	padding: 10px;
	border: 1px solid #ddd;
}

th {
	background: #f4f4f4;
}
 
/* ===========================
--- treatment
============================ */

.treatment {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:50px;
	display:table;
}

.treatment-box {
	float:left;
	margin-bottom:25px;
	display:table-cell;
}
.treatment-box img {
	
}

.treatment-box p {
	text-align:center;
	padding:5px 10px;
}

/* ===========================
--- select
============================ */
.select {
	background:#FFF;
	padding:50px 0;
	overflow:hidden;
	border-bottom:solid 1px #000;
}

h1.select-job {
	color:#000;
	text-align:center;
	padding:10px 0;
	margin-bottom:50px;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}

.job-box {
	width:100%;
	max-width:960px;
	margin:0 auto;
}

.select-box {
	border:solid 5px #666666;
	background:#FFFFFF;
}

.select-box p {
	font-size:x-large;
	color:#000000;
	margin:20px 0;
	text-align:center;
}

.select-box a {
	color:#000000;
	text-align:center;
	padding:6px 0;
	border-top:solid 1px #000000;
	background:#FFEA00;
	display:block;
}


/* ===========================
--- celebration
============================ */
.celebration {
	background:#FFF;
	padding:50px 0;
	overflow:hidden;
	border-bottom:solid 1px #000;
}

.celebration h2 {
	color:#000;
	text-align:center;
	padding:10px 0;
	font-size:xx-large;
}




 p.font-s {
	font-size:large;
}


/* ===========================
--- Contact
============================ */

h2.entry-h {
	width:80%;
	max-width:800px;
	margin:0 auto;
	text-align:center;
	background:#FFEA00;
	border:solid 1px #F1F1F1;
	margin-top:50px;
	padding:20px 0;
	color:#000000;
	-webkit-border-radius: 10px;   
    -moz-border-radius: 10px;
	clear:both;
}

#contact-form {
	width:80%;
	margin-left:10%;
	margin-top:50px;
	padding:35px 0;
	background:#F1F1F1;
	border-radius: 10px;       
    -webkit-border-radius: 10px;   
    -moz-border-radius: 10px; 
}

.form-wrapper {
	background: #f9f9f9;
	padding: 40px;
	border-radius: 6px;
}

span.red {
	color:#FF0000;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	letter-spacing: 1px;
	font-size: 16px;
	margin-left:5%;
}

form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 4px;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow:  none;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fefefe;
	color: #000;
	width:90%;
	margin-left:5%;
}

form#contact-form input,form#contact-form select {
	height: 40px;
}

form#contact-form button {
	border-radius: 4px;
	height: 50px;
	width:90%;
	margin-left:5%;
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	background: #fff;
}



.year select {
	width:30%;
	margin-left:5%;
}

form#contact-form .year select {
	width:20%;
	margin-left:5%;
}





form#contact-form .form-group .radio-b label {
	width:22%;
	float:left;
}

.radio-b input{
	display: none;
}

.radio-b label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.radio-b label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #000000;
	border-radius: 50%;
}

.radio-b input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #FFEA00;
}

button[type="submit"]:hover {
    /* 透明度を20%に指定 */
    opacity: 0.5;
}

button.btn {
	margin:20px 0;
}

.jobs {
	clear:both;
	padding-top:25px;
}


.br-sp { 
	display:inline; 
}

@media (min-width: 1201px){
	.header  {
	height:auto;
	}
	
	.header p  {
	width:1200px;
	margin:0 auto;
	}
	
	.od {
	max-width:800px;
	margin:0 auto;
	}
	
	.r-box {
	width:800px;
	}
	
	.photo {
	max-width:800px;
	}
		
	.photo1 {
	width:400px;
	height:180px;
	float:left;
	margin-right:20px;
	}

	.photo2 {
	margin-right:20px;
	}

	.photo2, .photo3 {
	width:180px;
	height:180px;
	float:left;
	}

	img.photo4 {
	width:800px;
	height:330px;
	margin-bottom:20px;
	}

	.photo4 {
	margin-top:20px;
	}
	
	.treatment-box {
	width:33%;
	}
	
	.treatment-box img {
	display:block;
	margin:0 auto;
	}
	
	.select-box {
	width:250px;
	float:left;
	margin:30px;
	}
	
	#contact-form {
	width:800px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:100px;
	}
	
	h2.entry-h {
	margin-top:100px;
	}
}

@media (max-width:1200px) {
	.header {
	max-height:605px;
	height:auto;
	margin:0 auto;
	}
	
	.header p img {
	width:100%;
	}
	
	.od {
	max-width:800px;
	margin:0 auto;
	}
	
	.r-box {
	width:800px;
	}
	
	.photo {
	max-width:800px;
	}
	
	.photo1 {
	width:400px;
	height:180px;
	float:left;
	margin-right:20px;
	}

	.photo2 {
	margin-right:20px;
	}

	.photo2, .photo3 {
	width:180px;
	height:180px;
	float:left;
	}

	img.photo4 {
	width:800px;
	height:330px;
	margin-bottom:20px;
	}

	.photo4 {
	margin-top:20px;
	}
	
	.treatment-box {
	width:33%;
	}
	
	.treatment-box img {
	display:block;
	margin:0 auto;
	}
	
	.select-box {
	width:250px;
	float:left;
	margin:23px;
	}
	
	h2.entry-h {
	max-width:90%;
	width:80%;
	}
}

@media (max-width:950px) {
	.header {
	max-height:500px;
	height:auto;
	}
	
	.od {
	max-width:700px;
	}
	
	.r-box {
	width:700px;
	}
	
	.photo {
	width:700px;
	}
	
	.photo1 {
	width:700px;
	height:315px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}

	.photo2 {
	margin-right:20px;
	}

	.photo2, .photo3 {
	width:340px;
	height:340px;
	float:left;
	}

	img.photo4 {
	width:700px;
	height:288px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
	.select-box {
	width:25%;
	float:left;
	margin:5% 5% 5% 0;
	}
	
	.select-l {
	margin-left:5%;
	}
}

@media (max-width:768px) {
	.od {
	max-width:450px;
	}
	
	.r-box {
	width:450px;
	}
	
	.photo {
	max-width:450px;
	}
	
	.photo1 {
	width:450px;
	height:175px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}

	.photo2 {
	margin-right:20px;
	}

	.photo2, .photo3 {
	width:215px;
	height:215px;
	float:left;
	}

	img.photo4 {
	width:450px;
	height:175px;
	margin-top:20px;
	margin-bottom:20px;
	}

	.treatment-box {
	width:50%;
	}
	
	.select-box {
	width:80%;
	float:none;
	margin:10%;
	}
	
	.celebration h2 {
	font-size:x-large;
	}
	
	.r-table {
	margin: 0 -10px;
	}
	.r-table th,
    .r-table td{
	width: 95%;
	margin-left:2.5%;
	display: block;
	border-top: none;
	}
	
	.r-table tr:first-child th {
	border-top: 1px solid #ddd;
	}
	
	#contact-form {
	width:90%;
	margin-left:5%;
	}
	
	#contact-form {
	margin-top:50px;
	margin-bottom:50px;
	}
	
	h2.entry-h {
	width:90%;
	}
	
	form#contact-form .form-group .radio-b label {
	width:90%;
	float:none;
	}

	form#contact-form .year select {
	width:50%;
	}
	
	.br-sp { 
	display:none; 
	}
}

@media (max-width:480px) {
	.r-box {
	width:88%;
	}
	
	.od {
	max-width:88%;
	}
	
	.photo {
	width:88%;
	}
	
	.photo1 {
	width:100%;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}

	.photo2 {
	margin-right:20px;
	}

	.photo2, .photo3 {
	width:46%;
	height:46%;
	float:left;
	}

	img.photo4 {
	width:100%;
	height:175px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
	.treatment-box img {
	width:100%;
	}
	
	#contact-form {
	width:90%;
	margin-left:5%;
	margin-top:50px;
	padding:35px 0;
	background:#F6F6F6;
	}
	
	.r-box {
	text-align:left;
	}
}