@charset "Shift_JIS";

/* index
---------------------------------------------------- */

/* main */
.index_main {
	margin-top: -140px;
	min-width: 1200px;
	background-image: url(../images/index/main.jpg);
	background-position: center center;
	background-size: cover;
}
.index_main h1 {
	font-size: 44px;
	line-height: 82px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 340px 0 210px;
	font-family: 'KosugiMaru';
	text-shadow: 0px 0px 20px rgba(248,170,40,1);
}

/* concept */
.index_concept {
	padding: 50px 0 130px;
	min-width: 1200px;
	background-image: url("../images/index/concept.jpg");
	background-position: center center;
	background-size: cover;
}
.index_concept p {
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 35px;
}

/* contents */
.index_contents {
	min-width: 1200px;
	background-color: #fffaec;
}
.index_contents ul li {
	width: 50%;
}
.index_contents ul li .inner {
	width: 450px;
	padding: 120px 0 170px;
}
.index_contents ul li .inner .ttl_h2 {
	text-align: left;
}
.index_contents ul li .inner .ttl_h2 span {
	text-align: center;
	margin: 0 0 25px;
	background-position: left center;
}
.index_contents ul li .inner a.btn {
	margin: 50px 0 0;
}
.index_contents ul li:nth-child(2) {
	background-position: center center;
	background-size: cover;
}
.index_contents ul:nth-child(1) li:nth-child(1) {
	float: right;
}
.index_contents ul:nth-child(1) li:nth-child(1) .inner {
	float: left;
	margin-left: 50px;
}
.index_contents ul:nth-child(1) li:nth-child(2) {
	float: left;
	background-image: url("../images/index/contents01.jpg");
}
.index_contents ul:nth-child(2) li:nth-child(1) {
	float: left;
}
.index_contents ul:nth-child(2) li:nth-child(1) .inner {
	float: right;
	margin-right: 50px;
}
.index_contents ul:nth-child(2) li:nth-child(2) {
	float: right;
	background-image: url("../images/index/contents02.jpg");
}

/* news */
.index_news {
	padding: 100px 0;
	background-color: #FFF;
}
.index_news .inner {
	float: left;
	width: 220px;
}
.index_news .inner h2 {
	color: #f7a94d;
	letter-spacing: 0.15em;
	
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: normal;
	font-family: adorn-condensed-sans, sans-serif;
}
.index_news .inner a {
	color: #75b25a;
	position: relative;
	font-size: 14px;
	padding-right: 15px;
}
.index_news .inner a::after {
    position: absolute;
    content: "";
    vertical-align: middle;
}
.index_news .inner a::after{
    right: 2px;
	top: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #75b25a;
    border-right: 2px solid #75b25a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.index_news ul {
	float: left;
	width: 780px;
}
.index_news ul li {
	border-bottom: 2px dotted #d0d0d0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.index_news ul li:last-child {
	margin-bottom: 0;
}
.index_news ul li .date {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #f7a94d;
}
.index_news ul li .ttl {
	margin-left: 130px;
	padding-left: 25px;
	border-left: 2px solid #d4d4d4;
}

/* recruit */
.index_recruit {
	padding: 95px 0;
	min-width: 1200px;
	background-image: url("../images/index/recruit.jpg");
	background-position: center center;
	background-size: cover;
}
.index_recruit .inner {
	text-align: center;
	padding: 0 0 60px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.index_recruit .inner .ttl_h2 {
	margin-top: -40px;
}


/* btn
---------------------------------------------------- */
a.btn {
	display: block;
	margin: 50px auto 0;
	width: 345px;
	line-height: 68px;
	background-color: #75b25a;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	position: relative;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
a.btn:hover {
	opacity: 0.7;
}
a.btn::after{
    position: absolute;
    top: 50%;
	margin-top: -10px;
    right: 25px;
    content: "";
    vertical-align: middle;
	width: 18px;
    height: 18px;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* main
---------------------------------------------------- */
.main {
	padding: 70px 0 80px;
	background-color: #75b25a;
	background-image: url("../images/common/main.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}
.main h1 {
	text-align: center;
	font-size: 45px;
	font-family: 'KosugiMaru';
	color: #FFF;
	letter-spacing: 0.15em;
}
.main h1 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #f7a94d;
	margin: 0 0 20px;
	font-family: adorn-condensed-sans, sans-serif;
}


/* table
---------------------------------------------------- */
table.type {
	width: 100%;
    border-collapse: collapse;
	border-top: 1px solid #b2dba0;
	border-left: 1px solid #b2dba0;
	font-family: 'notoserifjp';
}
table.type th {
	width: 200px;
	padding: 12px 20px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	color: #FFF;
	background-color: #75b25a;
	border-right: 1px solid #b2dba0;
	border-bottom: 1px solid #b2dba0;
}
table.type td {
	padding: 12px 20px;
	text-align: left;
	vertical-align: middle;
	background-color: #FFF;
	border-right: 1px solid #b2dba0;
	border-bottom: 1px solid #b2dba0;
}


/* flow
---------------------------------------------------- */
.flow li {
    position: relative;
	background-image: url(../images/flow/flow.jpg);
	background-position: 46px;
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
.flow li:last-child {
	background-image: none;
	padding-bottom: 0;
}
.flow li .time {
    font-size: 18px;
	float: left;
    font-weight: bold;
    width: 100px;
    line-height: 100px;
    color: #fff;
    background: #75b25a;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: relative;
}
.flow li .box {
	width: 880px;
	background-color: #fff7ee;
	padding: 20px;
	margin-left: 120px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.flow li .box .ttl {
	font-size: 22px;
	font-weight: bold;
    font-family: 'KosugiMaru';
    color: #75b25a;
    margin-bottom: 20px;
}
.flow li .box .inner {
	width: 550px;
	float: left;
}
.flow li .box img {
	width: 260px;
	float: right;
}


/* facility
---------------------------------------------------- */
.facility li {
	margin-top: 30px;
	padding: 30px;
	background-color: #FFF;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.facility li .inner {
	float: left;
	width: 590px;
}
.facility li .inner h3 {
	font-size: 22px;
    font-family: 'KosugiMaru';
    color: #75b25a;
    margin-bottom: 20px;
}
.facility li img {
	float: right;
	width: 320px;
}

/* features */
.features {
	margin: -30px 0 0 -50px;
}
.features li {
	float: left;
	width: 300px;
	line-height: 28px;
	margin: 30px 0 0 50px;
	position: relative;
	text-align: center;
}
.features li .img {
    width: 100%;
	margin-bottom: 10px;
    overflow: hidden;
	position: relative;
	padding-bottom: 70%;
}
.features li .img img {
	position: absolute;
	left: 0;
	top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* medical */
.medical {
	margin-top: 20px;
	border-top: 1px solid #b2dba0;
	border-left: 1px solid #b2dba0;
}
.medical li {
	width: 33.3333333333%;
	float: left;
	padding: 6px;
	background-color: #FFF;
	border-right: 1px solid #b2dba0;
	border-bottom: 1px solid #b2dba0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.medical li span {
	float: right;
}


/* faq
---------------------------------------------------- */
.faq {
	margin-bottom: 30px;
}
.faq li {
	position: relative;
	padding: 7px 0 20px 60px;
}
.faq li a {
	color: #75b25a;
	text-decoration: underline;
}
.faq li:nth-child(1) {
	font-size: 20px;
	color: #75b25a;
	font-weight: bold;
}
.faq li::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -2px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.faq li:nth-child(1)::before {
	background-color: #75b25a;
}
.faq li:nth-child(2)::before {
	background-color: #f7a94d;
}
.faq li::after {
	position: absolute;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	width: 50px;
	line-height: 45px;
	text-align: center;
	top: 0;
	left: 1px;
}
.faq li:nth-child(1)::after {
	content: "Q";
}
.faq li:nth-child(2)::after {
	content: "A";
}


/* news
--------------------------------------------- */
.news_contents {
	float: left;
	width: 700px;
}
.news_contents ul {
	margin-top: -20px;
}
.news_contents ul li {
	border-bottom: 2px dotted #d0d0d0;
}
.news_contents ul li a {
	display: block;
	padding: 20px 0;
}
.news_contents ul li .date {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #f7a94d;
}
.news_contents ul li .ttl {
	margin-left: 130px;
	padding-left: 25px;
	border-left: 2px solid #d4d4d4;
}

/* details */
.news_details {
	float: left;
	width: 700px;
}
.news_details .date {
	margin-bottom: 10px;
}
.news_details .date span {
	margin-left: 15px;
	width: 100px;
	text-align: center;
	color: #FFF;
	display: inline-block;
}
.news_details .ttl {
	font-size: 32px;
	font-family: 'KosugiMaru';
    color: #75b25a;
    margin-bottom: 20px;
}
.news_details .txt img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.news_details .pager {
	margin-top: 40px;
	padding: 10px;
	height: 30px;
	position: relative;
	background-color: #FFF;
}
.news_details .pager .list {
	text-align: center;
	position: absolute;
    left: 110px;
    right: 110px;
}
.news_details .pager .previous {
	float: left;
	padding-left: 15px;
	position: relative;
}
.news_details .pager .previous::after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #75b25a;
	border-right: 2px solid #75b25a;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.news_details .pager .next {
	float: right;
	padding-right: 15px;
	position: relative;
}
.news_details .pager .next::after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #75b25a;
	border-right: 2px solid #75b25a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* menu */
.news_menu {
	float: right;
	width: 260px;
}
.news_menu .menu_blc {
	margin-bottom: 60px;
}
.news_menu .menu_blc .ttl {
	font-size: 28px;
    font-family: 'KosugiMaru';
    color: #75b25a;
    margin-bottom: 20px;
}
.news_menu .menu_blc ul li {
	border-bottom: 2px dotted #d0d0d0;
}
.news_menu .menu_blc ul li a {
	display: block;
	padding: 12px 0;
	position: relative;
}
.news_menu .menu_blc ul li a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #75b25a;
	border-right: 2px solid #75b25a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* pagination */
.pagination {
	text-align: center;
	font-size: 0;
	margin-top: 35px;
}
.pagination .page-numbers {
	display: inline-block;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background-color: #9098a2;
	color: #FFF;
	font-size: 16px;
	margin: 0 5px;
}
.pagination .current, .pagination a.page-numbers:hover {
	background-color: #75b25a;
}
.pagination .dots {
	background-color: transparent;
	color: #333;
	margin: 0;
}


/* staff
---------------------------------------------------- */
.staff {
	margin: -50px 0 0 -95px;
}
.staff li {
	float: left;
	width: 270px;
	line-height: 28px;
	margin: 50px 0 0 95px;
	background-color: #FFF;
	position: relative;
}
.staff li .img {
    width: 100%;
    overflow: hidden;
	position: relative;
	padding-bottom: 100%;
}
.staff li .img img {
	position: absolute;
	left: 0;
	top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.staff li .inner {
   padding: 15px;
}
.staff li p.ttl {
	font-size: 18px;
	font-weight: bold;
    font-family: 'KosugiMaru';
    color: #75b25a;
    margin-bottom: 5px;
}


/* contact
---------------------------------------------------- */
.contact_privacy {
	text-align: center;
	margin-top: 20px;
}
table td input[type=text],
table td input[type=email] {
    width: 100%;
    height: 32px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 10px 0 10px;
    border: #cacaca solid 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-top: 0px;
    font-size: 18px;
	display: inline-block;
    font-family: 'notosansjp';
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
table td input[type=text].zip {
    width: 150px;
	margin-bottom: 10px;
}
table td textarea {
    width: 100%;
    height: 230px;
	display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 10px 5px 10px;
    border: #cacaca solid 1px;
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: 'notosansjp';
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
table td label {
	margin-right: 0;
}
span.wpcf7-list-item {
    display: block!important;
    margin: 0!important;
}
.formBt {
    margin: 30px auto 0;
    text-align: center;
}
.formBt input {
	display: inline-block;
	width: 350px;
	line-height: 68px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background-color: #f7a94d;
	border: none;
	font-family: 'KosugiMaru';
	font-weight: bold;
	letter-spacing: 0.1em;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.formBt input:hover {
	color: #FFF;
	background-color: #253e86;
}
.req {
	background-color: #ef3333;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    float: right;
    margin: 6px 0 0;
    line-height: 20px;
    padding: 0px 5px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
.teln {
	display: block;
	margin: 40px auto 0;
}
.wpcf7 .ajax-loader {
	display: none!important;
}


.bn {
	text-align: center;
	margin-bottom: 50px;
}
.bn img {
	max-width: 90%;
}


@media only screen and (max-width: 740px) {

/* index
---------------------------------------------------- */

/* main */
.index_main {
	margin-top: 50px;
	min-width: inherit;
}
.index_main h1 {
	font-size: 22px;
	line-height: 38px;
	padding: 60px 0;
}

/* concept */
.index_concept {
	padding: 35px 0 50px;
	min-width: inherit;
}
.index_concept p {
	text-align: left;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 20px;
}
.index_concept p br {
	display: none;
}

/* contents */
.index_contents {
	min-width: inherit;
}
.index_contents ul li {
	width: 100%;
	float: none!important;
}
.index_contents ul li:nth-child(2) {
	height: 240px;
}
.index_contents ul li .inner {
	width: 94%;
	padding: 35px 0 50px;
	margin: 0 auto!important;
	float: none!important;
}
.index_contents ul li .inner .ttl_h2 {
	text-align: center;
}
.index_contents ul li .inner .ttl_h2 span {
	margin: 0 auto 25px;
	background-position: center center;
}
.index_contents ul li .inner a.btn {
	margin: 35px auto 0;
}

/* news */
.index_news {
	padding: 50px 0;
}
.index_news .inner {
	float: none;
	width: 100%;
}
.index_news .inner h2 {
	text-align: center;
}
.index_news .inner a {
	display: none;
}
.index_news ul {
	float: none;
	width: 100%;
}
.index_news ul li .date {
	float: none;
	margin-bottom: 5px;
}
.index_news ul li .ttl {
	padding-left: 0;
	margin-left: 0;
	border: none;
}

/* recruit */
.index_recruit {
	padding: 50px 0;
	min-width: inherit;
}
.index_recruit .inner {
	text-align: left;
	padding: 0 30px 30px;
}
.index_recruit .inner .ttl_h2 {
	margin-top: -40px;
}
.index_recruit .inner p br {
	display: none;
}


/* btn
---------------------------------------------------- */
a.btn {
	margin: 35px auto 0;
	width: 90%;
}


/* main
---------------------------------------------------- */
.main {
	margin-top: 50px;
	padding: 30px 0 40px;
}
.main h1 {
	font-size: 32px;
}
.main h1 span {
	margin: 0 0 15px;
}


/* table
---------------------------------------------------- */
table.type {
	width: 100%;
	border-collapse: collapse;
}
table.type th { 
	padding: 10px;
	display: block;
	width: 100%;
	border-bottom: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
table.type td {
	padding: 10px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* gmap
---------------------------------------------------- */
.gmap {
	position: relative;
	padding: 0;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}
.gmap iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}


/* flow
---------------------------------------------------- */
.flow li {
    position: relative;
	background-image: url(../images/flow/flow.jpg);
	background-position: 26px;
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
.flow li .time {
    font-size: 14px;
    width: 60px;
    line-height: 60px;
}
.flow li .box {
	width: auto;
	padding: 15px 10px;
	margin-left: 70px;
}
.flow li .box .ttl {
	font-size: 20px;
}
.flow li .box img {
	width: 100%;
	float: none;
	margin: 0 0 5px 0;
}


/* facility
---------------------------------------------------- */
.facility li {
	padding: 20px;
}
.facility li .inner {
	float: none;
	width: 100%;
}
.facility li .inner h3 {
	line-height: 30px;
    margin-bottom: 5px;
}
.facility li img {
	float: none;
	width: auto;
	max-width: 100%;
	margin: 20px auto 0;
	display: block;
}

/* features */
.features {
	margin: -15px 0 0 -2%;
}
.features li {
	width: 48%;
	margin: 15px 0 0 2%;
}
.features li .img {
    margin-bottom: 0;
}

/* medical */
.medical li {
	padding: 6px 15px;
	width: 100%;
	float: none;
}


/* faq
---------------------------------------------------- */
.faq {
	margin-bottom: 20px;
	line-height: 32px;
}
.faq li {
	position: relative;
	padding: 0 0 10px 43px;
}
.faq li:nth-child(1) {
	font-size: 16px;
}
.faq li::before {
	width: 34px;
	height: 34px;
}
.faq li::after {
	font-size: 18px;
	width: 34px;
	line-height: 34px;
	top: -2px;
    left: 0;
}


/* news
--------------------------------------------- */
.news_contents {
	float: none;
	width: 100%;
}
.news_contents ul li .date {
	float: none;
	margin-bottom: 5px;
}
.news_contents ul li .ttl {
	padding-left: 0;
	margin-left: 0;
	border: none;
}

/* details */
.news_details {
	float: none;
	width: 100%;
}
.news_details .ttl {
	font-size: 28px;
	line-height: 36px;
}
.news_details .pager {
    height: 24px;
}

/* menu */
.news_menu {
	float: none;
	width: 100%;
}
.news_menu .menu_blc {
    margin: 50px 0 0;
}
.news_menu .menu_blc .ttl {
    font-size: 25px;
}

/* pagination */
.pagination {
	margin-top: 25px;
}
.pagination .page-numbers {
	line-height: 30px;
	width: 30px;
	font-size: 12px;
	margin: 0 3px;
}


/* staff
---------------------------------------------------- */
.staff {
	margin: -10px 0 0 -2%;
}
.staff li {
	width: 48%;
	margin: 10px 0 0 2%;
}
.staff li .inner {
   padding: 6px 10px;
}


/* contact
---------------------------------------------------- */
table td input[type=text],
table td input[type=email],
textarea {
	margin-top: 5px;
}
table td input[type=text].zip {
	margin-bottom: 0;
}
.formBt input {
    display: block;
    margin: 0 auto;
	font-size: 16px;
	width: 80%;
}
.req {
    margin: 2px 0 0;
}

input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}



}