@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
              slider
==================================*/
.slick-slide img {
	width:100vw;
	height: auto;
	object-fit: contain;
}
.slider .slick-slide:not(.slick-current){
    background-color: black;
    display:inline-block;
}
.slider .slick-slide:not(.slick-current) img {
	opacity: 0.5;
	display:block;
}
.slider .slick-slide::after:not(.slick-current){
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    display:block
}
/*==================================
              top_copy
==================================*/
.top_copy_box h2 {
    margin: 30px auto 10px;
    color: #277306;
    font-size: 24px;
	font-weight:bold;	
}
.top_img {
	float:left;
    margin: 0 0 20px;
}
.top_copy {
	float:right;
    width: 435px;
    margin: 0 20px 20px;
    font-size: 18px;
    line-height: 2em;
    text-align: left;
    vertical-align: top;
}
.top_copy_kuwashiku a {
    float: right;
    color: #277306;
    text-decoration: none;
    border: #277306 solid 1px;
    padding: 3px 30px 3px 10px;
    background-image: url(../img/top_arrow_01.jpg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    margin: 20px auto 0;
}
.ttl_eng {
    color: #277306;
    font-weight: bold;
    border-top: #277306 solid 1px;
    padding: 5px 20px;
    font-size: 16px;
}
/*==================================
             top_products
==================================*/
.top_products {
	margin:20px auto;
}
.top_products p,
.top_koho p,
.top_service p,
.top_nyusatsu p
 {
	font-size:18px;
}
.top_products ul li {
	width:960px;
	margin:10px auto 40px;
}
.top_products img {
	display:inline-block;
	margin:10px auto 0;
}
.top_products dt {
	font-size:22px;
	font-weight:bold;
	margin:10px auto 0;
}
.top_products dd {
	font-size:18px;
}
.aki_jokyo {
	width:900px;
	margin:30px auto;
	border:#FAC1AF solid 1px;
}
.aki_jokyo dt{
	margin:0;
	padding:5px 0;
	font-size:18px;
}
.crear_info .aki_jokyo dt{
	margin:0;
	padding:5px 0;
	font-size:18px;
	background-color:#99DBEC;
}
.crear_info .aki_jokyo {
	border:solid 1px #44B7D3;
}
.crear_info .aki_jokyo dt {
	background-color:#44B7D3;
}
.crear_kuro_info .aki_jokyo {
	border:solid 1px #EE8865;
}
.crear_kuro_info .aki_jokyo dt {
	background-color:#EE8865;
}
.mori_info .aki_jokyo {
	border:#F3D355 solid 1px;
}
.mori_info .aki_jokyo dt{
	background-color:#F3D355;
}
.mori_bekkan_info .aki_jokyo {
	border:#85B744 solid 1px;
}
.mori_bekkan_info .aki_jokyo dt {
	background-color:#85B744;
}
.aki_jokyo dd{
	font-size:14px;
	padding:10px;
	text-align:left;
}
.crear_kuro_01 dd,
.crear_01 dd,
.mori_01 dd,
.mori_bekkan_01 dd {
	margin:5px auto;
	color:#EE8865;
	font-size:20px;
	font-weight:bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;	
}
.crear_01 dd {
	color:#44B7D3;	
}
.mori_01 dd {
	color:#E2BD2C;	
}
.kurosaki dd p {
	margin:0;	
}
.mori_bekkan_01 dd {
	color: #85B744;
}
.top_products li p {
	width:900px;
	margin:20px auto;
	font-size:16px;
	text-align:left;
}
.top_products .kuwashiku {
	text-align:right;
}
.kuwashiku a {
    text-decoration: none;
    padding: 7px 15px;
    margin: 20px auto;
	border-radius:5px;
}
.mori_info .kuwashiku a {
    color: #F3D355;
    border: #F3D355 solid 2px;
}
.mori_bekkan_info .kuwashiku a {
    color: #85B744;
    border: #85B744 solid 2px;
}
.crear_info .kuwashiku a {
    color: #44B7D3;
    border: #44B7D3 solid 2px;
}
.crear_kuro_info .kuwashiku a {
    color: #EE8865;
    border: #EE8865 solid 2px;
}
.top_products .kaigo_kyoten ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.top_products .kaigo_kyoten li {
	width:45%;
	margin:20px;
}
.top_products .kaigo_kyoten li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.top_products .kaigo_kyoten li h3 {
	margin:0 auto 10px;
	color:#EE8865;
	font-size:21px;
	font-weight:bold;
}
.top_products .kaigo_kyoten li h3 img {
    margin: 0 auto;
    width: 150px;
}
.top_products .kaigo_kyoten .kurosaki h3 img {
    height: 36px;
    width: auto;
}
.top_products .kaigo_kyoten li h4 {
	margin:20px auto 10px;
	color:#DF522C;
	font-size:21px;
	font-weight:bold;
    font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";	
}
.top_products .kaigo_kyoten li h3 p {
	margin:0;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}
.top_products .kaigo_kyoten li h3 img {
	margin:0 auto;
}
.top_products .kaigo_kyoten li p {
	width:auto;
	margin:10px auto 20px;
	text-align:left;
	font-size: 16px;
	line-height: 1.5;	
}
.top_products .kaigo_kyoten .kuwashiku {
	margin:20px auto;
    text-align:center;
}
.top_products .kaigo_kyoten .kuwashiku a {
    color: #EE8865;
    text-decoration: none;
    border: #EE8865 solid 2px;
    padding: 7px 15px;
    margin: 20px auto;
    border-radius: 5px;
}
.top_products .kaigo_kyoten li:nth-of-type(2) .kuwashiku a,
.top_products .kaigo_kyoten li:nth-of-type(3) .kuwashiku a {
    color: #EE8865;
    border: #EE8865 solid 2px;
}
.top_products .kaigo_kyoten li h3 {
    margin: 0 auto 10px;
    color: #EE8865;
    font-size: 21px;
    font-weight: bold;
}
.kaigo_kyoten h2 {
    margin: 10px auto 30px;
    padding: 0;
    border-bottom: #7B7B7B dotted 1px;
    color: #7B7B7B;
    font-size: 24px;
    font-weight: bold;
}
/*==================================
            top_nyusatsu
==================================*/
.top_nyusatsu {
	width:850px;
	margin:30px auto;
}
.top_nyusatsu li {
	margin:10px auto;
	padding:0 0 20px;
	text-align:left;
	border-bottom:#009933 dotted 1px;
}
.top_nyusatsu h3 {
	font-weight:bold;
	color:#18A715;
	text-align:left;
}
.top_nyusatsu dl {
	width:650px;
	margin:0 0 0 20px;
	font-size:16px;
}
.top_nyusatsu dt {
	width:130px;
}
.top_nyusatsu dd {
	width:560px;
}
.top_nyusatsu dl,
.top_nyusatsu dt,
.top_nyusatsu dd {
	display:inline-block;
}
.top_nyusatsu .kuwashiku {
	float:right;
	margin:0 auto;
}
.top_nyusatsu .kuwashiku a {
	float:right;
    color: #18A715;
    text-decoration: none;
    border: #18A715 solid 2px;
    padding: 7px 15px;
    margin: 0 auto;
    border-radius: 5px;
	font-size:16px;
}
.top_nyusatsu .ichiran {
	float:right;
	width:130px;
    padding: 7px 10px;	
	border-radius: 5px;	
	background-color:#18A715;
	font-size:16px;	
}
.top_nyusatsu .ichiran a {
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
}
.top_nyusatsu .ichiran a:hover {
	opacity:0.7;
}
.nyusatsu_list {
	width: 850px;
	margin: 30px auto;
}
.nyusatsu_list h3 {
padding: 10px 0 0;
    font-weight: bold;
    color: #18A715;
    text-align: left;
border-top: #009933 dotted 1px;
}
.nyusatsu_copy {
	display: inline-block;
    	width: 660px;
	font-size:16px;
	text-align: left;
vertical-align: top;
}
.nyusatsu_copy p {
	margin: 5px auto;
}
.nyusatsu_list .kuwashiku {
    width: auto;
    display: inline-block;
}
.nyusatsu_list .kuwashiku a {
    	width: auto;
    float: right;
    color: #18A715;
    text-decoration: none;
    border: #18A715 solid 2px;
    padding: 7px 15px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 16px;
}
.nyusatsu_list .ichiran {

    float: right;
    width: 130px;
    padding: 7px 10px;
    border-radius: 5px;
    background-color: #18A715;
    font-size: 16px;
text-align: center;
}
.nyusatsu_list .ichiran a {
    color: #fff;
    text-decoration: none;
text-align: center;
}
/*==================================
           top_service
==================================*/
.top_service ul {
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;	
}
.top_service li {
	margin:10px auto 40px;
	width:450px;
	text-align:center;
}
.top_service li h3 {
	margin:10px auto 5px;
	color:#18A715;
	font-size:20px;
	font-weight:bold;
}
.top_service li dd {
	margin:10px auto 0;
	padding:0 10px;
	text-align:left;
	font-size:16px;
}
.top_service dd li {
	margin:3px auto;
	padding:0 0 0 15px;
	font-size:15px;
	text-align:left;
	background-image:url(/img/top_page/service_list.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.top_service li p {
	margin:0 auto;
	padding:15px 0;
	color:#6F6F6F;
	font-size:16px;
	font-weight:bold;
	background-image:url(/img/top_page/fukidashi.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.top_service dd p {
	margin:10px;
	padding:0;
	font-size:15px;
	text-align:left;
	background-image:none;
}
.top_service dd  li a {
	color:#000;
}
.top_service .service_shisetsu {
	margin:0;
	padding:10px 0;
	background-image:url(/img/top_page/okomari_bt.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.top_service .service_shisetsu a {
	padding:10px 0 5px;
    color: #fff;
	font-weight:bold;
}
.top_service li img {
	margin:10px auto 0;
	border-radius:10px;
}

/*==================================
        蓬愛会　採用情報参考
==================================*/
.box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
#staff_interview .interview_box {
    margin-top: 0;
}
#staff_interview .interview_box {
    position: relative;
    margin-top: 30px;
}
#staff_interview .interview_image {
    width: 100%;
    margin: auto;
    padding-top: 70px;
    min-height: 500px;
    height: 100vh;
    max-height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#staff_interview .interview_image {
    width: 50%;
    margin-left: 0;
    margin-right: 50%;
    position: absolute;
    top: 30px;
    left: 0;
}
#staff_interview .fadein {
    -moz-animation: fadein 2s ease forwards;
    -webkit-animation: fadein 2s ease forwards;
    -ms-animation: fadein 2s ease forwards;
    transform: translateY(20px);
}
#staff_interview .interview_image .img_position {
    width: 50%;
    margin-left: 0;
    margin-right: 50%;
    z-index: -1;
}
#staff_interview .interview_image-box {
    display: inline-block;
    position: relative;
}
#staff_interview .interview_image * {
    max-width: 750px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    margin: 0;
        margin-right: 0px;
        margin-left: 0px;
}
#staff_interview .interview_image * {
    max-width: 750px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    margin: 0;
}
img {
    max-width: 100%;
    vertical-align: top;
}
#staff_interview .interview_image-box::after {
    content: "　";
    font-size: 5em;
    position: absolute;
    top: -20px;
    left: 10px;
    color: #555;
    line-height: 1;
    width: 150px;
    height: 65px;
    background: url(/img/i01.svg) no-repeat left top;
    mix-blend-mode: multiply;
}
#staff_interview .interview_text {
    margin-top: 50vh;
}
#staff_interview .interview_text {
    padding: 10vh 5%;
    width: 52%;
    background: rgba(250, 250, 250, 0.5);
    margin-left: auto;
    margin-right: 0;
    font-size: 19px;
    text-align: left;
}
.interview_box h4 {
    font-size: 2em;
    padding: 1em 0;
}
.spec {
    font-weight: bold;
    font-size: 14px;
    color: #777;
}
p {
    display: block;
    margin: 1em 0;
}
.spec span {
    font-weight: normal;
    color: #aaa;
}
.rq {
    font-weight: bold;
    color: #ec6536;
    font-size: 1.2em;
    margin-top: 1.3em;
}
.kyoten p {
	margin:10px auto;
	font-size:16px;
	text-align:left;
}
.kyoten img {
    float: left;
    margin: 10px 20px 30px;
}
.kyoten h3 {
	color:#85B744;
	font-size:21px;
	font-weight:bold;
}
.kyoten h4 {
    margin: 5px auto;
    color: #85B744;
    font-size: 19px;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.top_products .kyoten .kuwashiku a {
    color: #85B744;
    text-decoration: none;
    border: #85B744 solid 2px;
    padding: 7px 15px;
    margin: 20px auto;
    border-radius: 5px;
}
.top_products .kyoten .kuwashiku {
	text-align:right;
}
.short_stay_copy {
    float: left;
	width:450px;
}

.top_information {
	border: 1px solid #18A715;
	border-radius: 5px;
	margin-bottom: 20px;
}
.top_information h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  background-color: #18A715;
  color: #FFFFFF;
}
.top_information p {
  padding: 10px;
}