@charset "utf-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
	font-family: 'FOT-AnitoStd-M';
	src: url(FOT-AnitoStd-M.otf);
}

@font-face {
	font-family: 'FOT-AnitoStd-L';
	src: url(FOT-AnitoStd-L.otf);
}

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body {
	color: #000000;
	font-size: 16px;
	margin: 0;
	height: 100%;
	position: relative;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	overflow-x: hidden;
	background-image: url(../image/back.png);
}

@media screen and (max-width: 640px) {
	body {
		font-size: 22px;
	}
}

a:link {
	color: #cf3434;
	text-decoration: underline;
}

a:visited {
	color: #cf3434;
	text-decoration: underline;
}

a:hover {
	color: #e59c0e;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: bottom;
}

/*------------------------------------------------------------------------------------------------------------------
　preparation
-------------------------------------------------------------------------------------------------------------------*/

#lineup-font-size-sampler {
	display: none;
}

div:after, section:after, article:after, ul:after {
	content: "";
	display: block;
	clear: both;
}

.link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/*------------------------------------------------------------------------------------------------------------------
　expression
-------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.under {
	margin-bottom: 30px !important;
}

.under-harf {
	margin-bottom: 15px !important;
}

.right {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.left {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 520px;
	}

	img.right, img.left {
		max-width: 200px;
		height: auto;
	}
}

.text-center {
	text-align: center;
}

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

.text-right {
	text-align: right;
}

.first {
	margin-top: 0 !important;
}

.last {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.ro img:hover, .ro:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.dropshadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

/*------------------------------------------------------------------------------------------------------------------
　img align for wordpress
-------------------------------------------------------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin: 0 auto;
	padding-bottom: 25px;
	max-width: 100%;
}

.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 25px;
	max-width: 100%;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	max-width: 100%;
}

.aligncenter img, .alignright img, .alignleft img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1140px) {
	.aligncenter {
		display: block;
		margin: 0 auto;
		padding-bottom: 25px;
		max-width: 100%;
		text-align: center;
	}

	.alignright {
		float: none;
		margin: 0 auto;
		margin-bottom: 0;
		padding-bottom: 25px;
		max-width: 100%;
		text-align: center;
	}

	.alignleft {
		float: none;
		margin: 0 auto;
		margin-bottom: 0;
		padding-bottom: 25px;
		max-width: 100%;
		text-align: center;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　wp-pagenavi
-------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
	border-top: #d1d1d1 3px double;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	display: block !important;
	clear: both !important;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
	color: #333333 !important;
	text-shadow: 0px 1px #F6F6F6 !important;
	padding: 6px 12px 8px 12px !important;
	border: solid 1px #fedcd2 !important;
	box-shadow: 0px 1px #EFEFEF !important;
	-moz-box-shadow: 0px 1px #EFEFEF !important;
	-webkit-box-shadow: 0px 1px #EFEFEF !important;
	background: #fedcd2 !important;
	background: -moz-linear-gradient(top, #fedcd2 1px, #F3F3F3 1px, #fedcd2) !important;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #fedcd2), color-stop(0.02, #fedcd2), color-stop(1, #fedcd2)) !important;
	font-size: 12px !important;
	margin-right: 3px !important;
	text-decoration: none !important;
}

.wp-pagenavi a:hover {
	color: #fff !important;
	text-shadow: 0px 1px #de744c !important;
	border-color: #de744c !important;
	background: #de744c !important;
	background: -moz-linear-gradient(top, #de744c 1px, #de744c 1px, #de744c) !important;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #de744c), color-stop(0.02, #de744c), color-stop(1, #de744c)) !important;
	color: #FFFFFF !important;
	box-shadow: 0px 1px #E7E7E7 !important;
	-moz-box-shadow: 0px 1px #E7E7E7 !important;
	-webkit-box-shadow: 0px 1px #E7E7E7 !important;

}

.wp-pagenavi span.current {
	padding: 4px 12px 8px 12px !important;
	border: solid 1px #DCDCDC !important;
	color: #fff !important;
	font-size: 14px;
	box-shadow: 0px 1px #E7E7E7 !important;
	-moz-box-shadow: 0px 1px #E7E7E7 !important;
	-webkit-box-shadow: 0px 1px #E7E7E7 !important;
	margin-right: 3px !important;
	text-shadow: 0px 1px #de744c !important;
	border-color: #de744c !important;
	background: #de744c !important;
	background: -moz-linear-gradient(top, #de744c 1px, #de744c 1px, #de744c) !important;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #de744c), color-stop(0.02, #de744c), color-stop(1, #de744c)) !important;
}

/*------------------------------------------------------------------------------------------------------------------
　primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
	width: 100%;
	height: 100%;
	min-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

@media screen and (max-width: 640px) {
	#primary {
		width: 640px;
		overflow-x: hidden;
	}
}

article {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: 0.3s;
	box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
	article {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　header
-------------------------------------------------------------------------------------------------------------------*/

header {
	padding-top: 50px;
}

header .logo-primary {
	width: 480px;
	float: left;
}

header h1 {
	font-family: 'FOT-AnitoStd-M';
	font-size: 16px;
	color: #333333;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-weight: normal;
	width: 480px;
}

@media screen and (max-width: 980px) {
	header .logo-primary {
		width: 380px;
		margin-top: -15px;
	}

	header h1 {
		width: 380px;
	}
}

@media screen and (max-width: 880px) {
	header .logo-primary {
		width: 280px;
	}

	header h1 {
		width: 280px;
	}
}

@media screen and (max-width: 780px) {
	header .logo-primary {
		width: 100%;
		float: none;
		text-align: center;
	}

	header h1 {
		width: 100%;
		text-align: center;
	}
}

header .logo {
	background-image: url(../image/header/logo.png);
	width: 249px;
	height: 38px;
	position: relative;
	display: block;
}

@media screen and (max-width: 780px) {
	header .logo {
		margin-left: auto;
		margin-right: auto;
	}
}

header .logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

header .option {
	float: right;
	width: 400px;
	position: relative;
	box-sizing: border-box;
	padding-top: 30px;
}

header .option .tel {
	background-image: url(../image/header/tel.png?v=2);
	width: 348px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

header .option .tel a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

header .option p {
	text-align: right;
	margin-top: 40px;
}

@media screen and (max-width: 780px) {
	header .option {
		float: none;
		width: 100%;
		text-align: center;
	}

	header .option .tel {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	header .option p {
		text-align: center;
		padding-top: 15px;
		padding-bottom: 30px;
	}
}



/*------------------------------------------------------------------------------------------------------------------
　navi
-------------------------------------------------------------------------------------------------------------------*/

header nav {
	background-color: #ffffff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
	margin-top: 20px;
	position: relative;
	z-index: 99;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -.4em;
}

header nav ul li {
	list-style: none;
	display: inline-block;
	width: 20%;
	letter-spacing: normal;
	text-align: center;
	padding-top: 37px;
	padding-bottom: 37px;
	box-sizing: border-box;
	position: relative;
}

header nav ul li a {
	text-decoration: none !important;
	font-size: 18px;
	font-family: 'FOT-AnitoStd-M';
	color: #000000 !important;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	border-bottom: 5px solid #ffffff;
}

header nav ul li a:hover {
	border-bottom: 5px solid #ffd4da;
}


nav ul li:nth-child(1) a {}


@media screen and (max-width: 840px) {
	header nav ul li a {
		font-size: 17px;
	}

	header nav ul li:nth-child(1) {
		width: 18%;
	}

	header nav ul li:nth-child(2) {
		width: 18%;
	}

	header nav ul li:nth-child(3) {
		width: 18%;
	}

	header nav ul li:nth-child(4) {
		width: 28%;
	}

	header nav ul li:nth-child(5) {
		width: 18%;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　mainvisual
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual {
	position: relative;
}

#mainvisual .panel {

	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 807px;
}

#mainvisual .panel:nth-child(1) {
	background-image: url(../image/mainvisual/04.jpg?v=2);
}

#mainvisual .panel:nth-child(2) {
	background-image: url(../image/mainvisual/01.jpg?v=4);
}

#mainvisual .panel:nth-child(3) {
	background-image: url(../image/mainvisual/02.jpg?v=4);
}

#mainvisual .panel:nth-child(4) {
	background-image: url(../image/mainvisual/03.jpg?v=4);
}

#mainvisual article {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	width: 100%;
	max-width: 1200px;
}

.mv-comment {
	background-image: url(../image/mainvisual/comment.png?v=3);
	background-position: center top;
	background-repeat: no-repeat;
	width: 325px;
	height: 807px;
}

@media screen and (max-width: 1157px) {
	#mainvisual article {
		left: 0;
		margin-left: -30px;
	}
}

.mv-comment p {
	overflow: hidden;
	white-space: normal;
	text-indent: 100%;
	margin: 0;
	padding: 0;
	display: none;
}

@media screen and (max-width: 640px) {
	#mainvisual .panel:nth-child(1) {
		background-image: url("../image/mainvisual/04_sp.jpg?v=5");
	}

	#mainvisual .panel:nth-child(2) {
		background-image: url(../image/mainvisual/01_sp.jpg?v=4);
	}

	#mainvisual .panel:nth-child(3) {
		background-image: url(../image/mainvisual/02_sp.jpg?v=4);
	}

	#mainvisual .panel:nth-child(4) {
		background-image: url(../image/mainvisual/03_sp.jpg?v=4);
	}

	#mainvisual .panel {
		background-size: contain;
		height: 357px;
	}

	.mv-comment {
		background-size: 67%;
		height: 357px;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　sidebar
-------------------------------------------------------------------------------------------------------------------*/

#sidebar {
	position: absolute;
	top: 50px;
	right: 0;
	width: 368px;
}

@media screen and (max-width: 1220px) {
	#sidebar {
		right: 30px;
	}
}

@media screen and (max-width:1000px) {
	#sidebar {
		position: relative;
		top: inherit;
		right: inherit;
		width: 100%;
		padding-top: 60px;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
}

#sidebar .timetable {
	width: 100%;
}

#sidebar .timetable .table-content {
	margin-bottom: 30px;
}

#sidebar .timetable .table-content table {
	width: 100%;
	height: 100%;
	border: 1px solid #ff6785;
}

#sidebar .timetable .table-content th {
	padding: 6px;
	background-color: #ff6785;
	color: #ffffff;
	text-align: center !important;
	vertical-align: middle !important;
	white-space: nowrap;
}

#sidebar .timetable .table-content td {
	padding: 6px;
	text-align: center !important;
	vertical-align: middle !important;
	white-space: nowrap;
	font-size: 14px;
}

#sidebar .timetable p {
	font-size: 15px;
}

#sidebar .timetable p span {
	display: block;
}

#sidebar .timetable p:nth-of-type(2) {
	font-size: 18px;
}

@media screen and (max-width:640px) {
	#sidebar .timetable p:nth-of-type(2) {
		font-size: 24px;
	}
}

#sidebar .gmap {
	width: 100%;
	height: 400px;
}

#sidebar .gmap iframe {
	width: 100%;
	height: 100%;
}

#sidebar .separate {
	width: 100% !important;
}

#sidebar .separate .content {
	width: 100% !important;
	float: none;
	margin-bottom: 0 !important;
}

#sidebar .separate .content:nth-child(1) .logo-tel {
	background-image: url(../image/header/logo.png);
	width: 249px;
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	margin-bottom: 20px;
}

#sidebar .separate .content:nth-child(1) ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

#sidebar .separate .content:nth-child(1) ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 90px;
	border-bottom: 1px dotted #c9c9c9;
	position: relative;
}

#sidebar .separate .content:nth-child(1) ul li span {
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
}


/*------------------------------------------------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	background-color: #ffd4da;
	padding-top: 73px;
	padding-bottom: 150px;
}

#footer p {
	font-family: 'FOT-AnitoStd-M';
	color: #94784a;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
	#footer p {
		font-size: 18px;
	}
}

#footer .logo {
	background-image: url(../image/footer/logo.png);
	width: 245px;
	height: 34px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
}

#footer .logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#footer nav {
	text-align: center;
}

#footer nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

#footer nav ul li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 700px) {
	#footer nav ul li {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media screen and (max-width: 640px) {
	#footer nav ul li {
		display: block;
		width: 100%;
	}
}

#footer nav ul li a {
	color: #94784a !important;
	font-family: 'FOT-AnitoStd-M';
}

#footer .cc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 73px;
	line-height: 73px;
	text-align: center;
	background-color: #ffffff;
}

@media screen and (max-width: 640px) {
	#footer .cc {
		font-size: 18px;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　additional
-------------------------------------------------------------------------------------------------------------------*/

#contents-primary {
	position: relative;
}

#contents {
	position: relative;
}

#subpage #contents {
	width: 100%;
	min-height: 1180px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 418px;
	box-sizing: border-box;
	padding-top: 50px;
}

@media screen and (max-width:1000px) {
	#subpage #contents {
		padding-right: 0;
	}
}

#contents h2 {
	font-size: 30px;
	text-align: center;
	display: block;
	font-family: 'FOT-AnitoStd-M';
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

#contents h2 span {
	font-size: 18px;
	color: #ff6785;
	display: block;
}

#subpage #contents h2 {
	font-size: 30px;
	text-align: left;
	display: block;
	font-family: 'FOT-AnitoStd-M';
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	border-bottom: 2px dotted #ff6785;
	padding-bottom: 15px;
}

#subpage #contents h2 span {
	font-size: 15px;
	color: #ff6785;
	display: block;
}

#contents .separate {
	width: calc(100% + 30px);
}

#contents .separate .content {
	width: calc(50% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}

#subpage #contents h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #ff6785;
	text-align: center;
	border: 2px solid #ff6785;
	border-radius: 5px;
	font-family: 'FOT-AnitoStd-M';
	margin-bottom: 30px;
}

#subpage #contents h3:nth-of-type(n + 2) {
	margin-top: 50px;
}

#subpage #contents h4 {
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 15px;
	font-size: 20px;
	color: #ff6785;
	font-family: 'FOT-AnitoStd-M';
	display: block;
}

#subpage #contents h5 {
	color: #46a712;
	font-family: 'FOT-AnitoStd-M';
	display: block;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

#subpage #contents h4:before {
	background-image: url(../image/layout/h4.png);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 39px;
	height: 46px;
	display: block;
}

.box {
	background-color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 30px;
}

.box p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}


/*----------------------------------------------------------------------------
   home
------------------------------------------------------------------------------*/

#top-information {
	padding-top: 100px;
	padding-bottom: 100px;
}

#top-information h2 {
	text-align: left !important;
}

#top-information .button a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ff6785;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff98ac+0,ff6785+100 */
	background: rgb(255, 152, 172);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(255, 152, 172, 1) 0%, rgba(255, 103, 133, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 152, 172, 1) 0%, rgba(255, 103, 133, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 152, 172, 1) 0%, rgba(255, 103, 133, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff98ac', endColorstr='#ff6785', GradientType=1);
	/* IE6-9 */
	width: 250px;
	height: 52px;
	line-height: 52px;
	padding-left: 20px;
	color: #ffffff;
	text-align: left;
	font-size: 19px;
	text-decoration: none;
	font-family: 'FOT-AnitoStd-M';
	border-radius: 4px;
	border: 2px solid #ff6785;
}

#top-information .button a:after {
	content: "〉";
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
}

@media screen and (max-width: 1200px) {
	#top-information .button a {
		right: 30px;
	}
}

#top-information ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 300px;
	width: calc(50% - 15px);
	margin-right: 30px;
	float: left;
}

/*#top-information ul {
	list-style:none;
	margin:0;
	padding:0;
	height:300px;
	width:100%;
	margin-right:0px;
	margin-bottom:35px;
	float: none;
}*/

@media screen and (max-width:860px) {
	#top-information ul {
		list-style: none;
		margin: 0;
		padding: 0;
		height: 300px;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 35px;
		float: none;
	}
}

#top-information ul li {
	border-top: 1px dotted #cc9f71;
	padding-top: 17px;
	padding-bottom: 17px;
	position: relative;
}

#top-information ul li:last-child {
	border-bottom: 1px dotted #cc9f71;
	padding-top: 17px;
	padding-bottom: 17px;
	position: relative;
}

#top-information ul li span {
	width: 117px;
	height: 35px;
	line-height: 35px;
	color: #94784b;
	background-color: #ffd4da;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	margin-right: 20px;
	position: absolute;
	top: 13px;
	left: 0;
}

#top-information ul li p {
	margin: 0;
	padding: 0;
	padding-left: 137px;
}

@media screen and (max-width: 1100px) {
	#top-information ul li {
		padding-right: 40px;
	}
}

@media screen and (max-width: 640px) {
	#top-information ul li span {
		top: 20px;
	}
}

#top-information ul li a {
	text-decoration: none;
	color: #000000 !important;
	padding-right: 40px;
	box-sizing: border-box;
}

#top-information .recruit {
	width: calc(50% - 15px);
	float: right;
}

#top-information .recruit-banner {
	background: url(../image/contents/top/kyujin-banner.jpg?v=4) top no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 54.6875%;
}

#top-information .open-banner {
	background: url(../image/contents/top/open-banner.jpg?v=4) top no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 54.6875%;
}

#top-information .top-banner {
	background: url(../image/contents/top/top-banner.jpg?v=4) top no-repeat;
	background-size: contain;
	width: 118%;
	height: 0;
	padding-top: 54.6875%;
}

@media screen and (max-width:860px) {
	#top-information .recruit {
		width: 100%;
		float: none;
	}

	#top-information .recruit-banner {
		background: url(../image/contents/top/kyujin-banner.jpg?v=3) top center no-repeat;
		background-size: contain;
		width: 100%;
		height: 0;
		padding-top: 54.6875%;
	}

	#top-information .open-banner {
		background: url(../image/contents/top/open-banner.jpg?v=3) top center no-repeat;
		background-size: contain;
		width: 100%;
		height: 0;
		padding-top: 54.6875%;
	}
	
	#top-information .top-banner {
	background: url(../image/contents/top/top-banner.jpg?v=4) top no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 54.6875%;
	}
}

#top-information .active-time {
	margin: 0 auto;
	max-width: 1200px;
}

#top-information .active-time-banner {
	background: url("../image/contents/top/active-time.png?v=2") top no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	margin-top: 60px;
	padding-top: 26.6875%;
}

@media screen and (max-width:860px) {
	#top-information .active-time {
		width: 100%;
		float: none;
	}

	#top-information .active-time-banner {
		background: url("../image/contents/top/active-time-sp.png?v=2") top center no-repeat;
		background-size: contain;
		width: 100%;
		height: 0;
		padding-top: 638px;
	}
}

#top-about {
	background-image: url(../image/contents/top/about-back-left.png), url(../image/contents/top/about-back-right.png);
	background-position: top left, top right;
	background-repeat: no-repeat;
	min-height: 680px;
	box-sizing: border-box;
	padding-top: 100px;
	/*padding-bottom:94px;*/
	padding-bottom: 58px;
}

@media screen and (max-width: 1200px) {
	#top-about {
		background-image: url(../image/contents/top/about-back-right.png);
		background-position: top right;
	}
}

#top-about h2 {
	text-shadow:
		white 2px 0px, white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px, white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px, white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px, white -2px 1px,
		white 2px -1px, white -2px -1px;
}

@media screen and (max-width: 1000px) {
	#top-about {
		padding-top: 50px;
	}

	#top-about h2 {
		margin-bottom: 20px;
		padding-bottom: 0;
	}
}

#top-about p {
	display: block;
	text-align: center;
	font-family: 'FOT-AnitoStd-M';
	line-height: 36px;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-shadow:
		white 2px 0px, white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px, white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px, white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px, white -2px 1px,
		white 2px -1px, white -2px -1px;
}

@media screen and (max-width: 640px) {
	#top-about p {
		font-size: 22px;
	}
}

#top-introduction {}

#top-introduction .introduction-primary {
	background-image: url(../image/contents/top/introduction-back.jpg?v=4);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 625px;
	box-sizing: border-box;
	padding-top: 100px;
}

@media screen and (max-width: 1100px) {
	#top-introduction .introduction-primary {
		background-image: url(../image/contents/top/introduction-back_sp.jpg?v=4);
		padding-top: 645px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center top;
	}
}

/*@media screen and (max-width: 930px) { #top-introduction .introduction-primary { padding-top:600px; } }
@media screen and (max-width: 900px) { #top-introduction .introduction-primary { padding-top:550px; } }
@media screen and (max-width: 830px) { #top-introduction .introduction-primary { padding-top:480px; } }
@media screen and (max-width: 730px) { #top-introduction .introduction-primary { padding-top:420px; } }*/

@media screen and (max-width: 1100px) {
	#top-introduction .introduction-primary {
		padding-top: 20%;
	}
}

@media screen and (max-width: 730px) {
	#top-introduction .introduction-primary {
		padding-top: 260px;
	}
}

#top-introduction .introduction-primary h2 {
	text-align: left;
	text-shadow:
		white 2px 0px, white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px, white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px, white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px, white -2px 1px,
		white 2px -1px, white -2px -1px;
}

#top-introduction .introduction-primary p {
	text-align: left;
	text-shadow:
		white 2px 0px, white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px, white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px, white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px, white -2px 1px,
		white 2px -1px, white -2px -1px;
	font-size: 18px;
	line-height: 36px;
	font-family: 'FOT-AnitoStd-M';
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1100px) {
	#top-introduction .introduction-primary p {
		text-shadow: none;
	}
}

@media screen and (max-width: 640px) {
	#top-introduction .introduction-primary p {
		font-size: 22px;
	}
}

.into-detail-primary {
	background-image: url(../image/contents/top/introduction-back02.jpg?v=2);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 475px;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width: 1100px) {
	.into-detail-primary {
		background-image: none;
	}
}

.into-detail-primary h3 {
	background-color: #ffd4da;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	font-family: 'FOT-AnitoStd-M';
	margin-bottom: 35px;
	color: #94784b;
}

.into-detail-primary table {
	width: 100%;
	font-size: 18px;
	font-family: 'FOT-AnitoStd-L';
}

@media screen and (max-width: 640px) {
	.into-detail-primary table {
		font-size: 22px;
	}

	.into-detail-primary table td:nth-child(1) {
		padding-right: 20px;
	}
}

@media screen and (max-width: 1100px) {
	.into-detail-primary .separate {
		width: 100% !important;
	}

	.into-detail-primary .separate .content {
		width: 100% !important;
		margin-right: 0 !important;
		float: none !important;
	}
}

.into-detail-primary .separate .content:nth-child(1) table tr td:nth-child(1) {
	width: 95px;
}

#top-features {}

#top-features .features-primary {
	background-image: url(../image/contents/top/features-back.jpg);
	background-color: #fbfbfc;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 836px;
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 100px;
}

#top-features .features-primary .list-primary {
	width: calc(100% + 30px);
}

#top-features .features-primary .list-primary .list {
	width: calc(33.333% - 30px);
	margin-right: 30px;
	float: left;
	background-color: #ffffff;
	box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
	#top-features .features-primary .list-primary {
		width: 100%;
	}

	#top-features .features-primary .list-primary .list {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 30px;
	}
}

#top-features .features-primary .list-primary .list .thum {
	width: 100%;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1000px) {
	#top-features .features-primary .list-primary .list {
		padding-top: 30px;
	}

	#top-features .features-primary .list-primary .list .thum {
		background-size: contain;
	}
}

#top-features .features-primary .list-primary .list:nth-child(1) .thum {
	background-image: url(../image/contents/top/features-photo01.png?v=3);
}

#top-features .features-primary .list-primary .list:nth-child(2) .thum {
	background-image: url(../image/contents/top/features-photo02.png?v=3);
}

#top-features .features-primary .list-primary .list:nth-child(3) .thum {
	background-image: url(../image/contents/top/features-photo03.png?v=3);
}

@media screen and (max-width: 640px) {
	#top-features .features-primary .list-primary .list .thum {
		background-position: center top;
	}
}

#top-features .features-primary .list-primary .list h3 {
	padding: 30px;
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	font-family: 'FOT-AnitoStd-M';
	display: block;
	text-align: center;
}

#top-features .features-primary .list-primary .list p {
	padding: 30px;
	padding-top: 0;
	margin: 0;
	display: block;
	text-align: left;
	font-family: 'FOT-AnitoStd-L';
	font-size: 15px;
}

@media screen and (max-width: 640px) {
	#top-features .features-primary .list-primary .list p {
		font-size: 22px;
	}
}

#top-features .features-option {
	padding-top: 50px;
	padding-bottom: 50px;
}

#top-features .features-option h3 {
	background-color: #ffd4da;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	font-family: 'FOT-AnitoStd-M';
	margin-bottom: 35px;
	color: #94784b;
}

#top-features .features-option .separate .content .thum {
	width: 100%;
	height: 175px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

#top-features .features-option .separate .content:nth-child(1) .thum {
	background-image: url(../image/contents/top/bana03.jpg?v=3);
}

#top-features .features-option .separate .content:nth-child(2) .thum {
	background-image: url(../image/contents/top/bana02.jpg?v=3);
}

#top-features .features-option p {
	font-family: 'FOT-AnitoStd-L';
}

@media screen and (max-width: 900px) {
	#top-features .features-option .separate {
		width: 100%;
	}

	#top-features .features-option .separate .content {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 30px;
	}
}

#top-clinic-information {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}

#top-clinic-information .separate {}

/*#top-clinic-information .separate .content:nth-child(1) p {
	font-size: 16px;
	color: #94784a;
	font-family: 'FOT-AnitoStd-L';
	margin: 0;
	padding: 0;
	font-weight: bold;
}*/

#top-clinic-information .separate-content p {
	font-size: 16px;
	color: #94784a;
	font-family: 'FOT-AnitoStd-L';
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#top-clinic-information .separate .content:nth-child(1) .logo-tel {
	background-image: url(../image/contents/top/information-logo-tel.png?v=3);
	width: 559px;
	height: 83px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
	#top-clinic-information .separate .content:nth-child(1) .logo-tel {
		background-image: url(../image/contents/top/information-logo-tel_sp.png);
		width: 298px;
		height: 120px;
	}
}

#top-clinic-information .separate .content:nth-child(1) ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*padding-bottom: 20px;*/
}

#top-clinic-information .separate .content:nth-child(1) ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 120px;
	border-bottom: 1px dotted #c9c9c9;
	position: relative;
}

#top-clinic-information .separate .content:nth-child(1) ul li span {
	width: 90px;
	position: absolute;
	top: 0;
	left: 0;
}
/*
#top-clinic-information .separate .content:nth-child(2) .gmap {
	width: 100%;
	height: 100%;
}
*/

#top-clinic-information .separate .content > .gmap {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1100px) {
	#top-clinic-information .separate .content:nth-child(1) .logo-tel {
		background-image: url(../image/contents/top/information-logo-tel.png?v=3);
		width: 559px;
		height: 83px;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		margin-bottom: 35px;
	}

	#top-clinic-information .separate {
		width: 100%;
	}

	#top-clinic-information .separate .content {
		width: 100%;
		margin-right: 0;
		float: none;
	}

/*	#top-clinic-information .separate .content:nth-child(2) {
		height: 500px;
	}*/
	
	#top-clinic-information .separate .content:nth-of-type(3) {
		height: 500px;
	}
}



/*追記*/

#top-clinic-information .separate .card{}
#top-clinic-information .separate .card p{margin: 0;}
#top-clinic-information .separate .card-img{float: left; padding-right: 20px;}
#top-clinic-information .separate .card-text{color: inherit;}

#top-galery {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fcf5ee;
	background-position: center top;
	background-repeat: no-repeat;
}

#top-galery #top-slider-primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-galery #top-slider-primary li img {
	width: 100%;
	height: auto;
}

.info-corona {
	margin-top: 100px;
	padding: 30px;
	box-sizing: border-box;
	border: 2px solid #f00;
}

.info-corona h2 {
	color: #f00;
}

.info-corona h3 {
	color: #ff6785;
}

.info-corona h4 {
	color: #000;
	text-align: right;
}

.info-corona strong {
	text-indent: 3em;
	display: block;
	margin: 0.5em 0;
	text-decoration: underline;
}

.system_base-info {
	background-color: #ffffff;
	background-image: url("../image/contents/top/system_back-back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-bottom: 50px;
}

.system_base-info h3 {
	font-size: 28px;
	color: #ff6785;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

/*----------------------------------------------------------------------------
   about
------------------------------------------------------------------------------*/

.ornar-name {
	font-size: 36px;
	font-family: 'FOT-AnitoStd-L';
	margin-bottom: 15px;
}

.ornar-name p {
	padding-top: 50px;
	padding-left: 30px;
}


/*----------------------------------------------------------------------------
   maintenance
------------------------------------------------------------------------------*/

.maintenance-merit {}

.maintenance-merit .list {
	width: calc(100% - 30px) !important;
	background-color: #ffffff !important;
	float: none !important;
	margin-right: 0 !important;
	margin-bottom: 30px !important;
	padding-bottom: 15px !important;
	border-bottom: 1px dotted #ff6785;
	box-sizing: border-box !important;
}

.maintenance-merit .list:last-of-type {
	border-bottom: none !important;
}