@charset "utf-8";
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
    border-style: none;
    outline: none;
	font-weight: normal;
	vertical-align:baseline;
    text-decoration: none;
    color: #333;
}
dl, dt, dd, p {
	text-align: justify;
}
ol, li {
	list-style: none;
	list-style-type: none;
}
img{
    vertical-align:bottom;
    border:none;
}
address{
	font-style: normal;
}
input[type="submit"] {
    -webkit-appearance: none;
}
body {
    font-family: "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
    color: #333;
}
p{
    line-height: 1.5;	
}

/* index.html */
header {
    width: 1040px;
    margin: 0 auto;
    height: 100px;
    display: table;
    overflow: hidden;
}

h1 {
    float: left;
    padding: 15px 0;
}

ul.header_right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 300px;
}

li.gositumon {
    font-size: 16px;
    background-color: #ec8212;
    color: #ffffff;
    text-align: center;
    display: inline;
}

li.tel {
    font-size: 26px;
    color: #ec8212;
    text-align: center;
}

li.uketuke {
    font-size: 14px;
    text-align: center;
}

nav {
    clear: both;
    height: 60px;
    width: 960px;
    margin: 0 auto;
}

ul.menu-ul {
    display: flex;
    justify-content: center;
}

ul.menu-ul li {
    position: relative;
    margin-top: 15px;
    margin-right: 80px;
    display: inline-block;
}

ul.menu-ul li:last-child {
    margin-right: 0;
}

ul.menu-ul li a{
    color: #333;
}

ul.menu-ul li::after {
    transition: all .3s ease;
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #EC810F;
    opacity: 0;
}
ul.menu-ul li:hover::after {
    opacity: 1;
    width: 100%;
    top: 29px;
}

.main_img {
    background: url(../images/main.jpg) no-repeat;
    height: 535px;
    background-size: cover;
    /*position: relative;*/
}

img.main_txt {
    top: 0px;
    bottom: 240px;
    left: 550px;
    right: 0px;
    margin: auto;
    position: absolute;
    width: 532px;
    height: 130px;
}

.main_line {
    background: url(../images/main_line.png) no-repeat center 0;
    width: 100%;
    height: 100px;
    position: absolute;
    background-size: cover;
    bottom: 0;
}

a.hoverbg {
    position: fixed;
    top: 300px;
    right: 0;
    transition: all 0.3s;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    clear: both;
    font-size: 20px;
    padding: 36px 10px;
    background: #ec8212;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    z-index: 1;   
}

a.hoverbg:hover {
    background: #f5bc80;
    background-position: 0 bottom;
}

a.vacancy {
	top: 100px;
}
ul.menu-ul li.vacancy {
	display:	none;
}
.riaison {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.riaison h2 {
    padding: 35px 0 20px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 36px;
    text-align: center;
    line-height: 1;
}

.line1-1 {
    margin: 0 auto;
    width: 100px;
    border-bottom: solid 2px #189875;    
}

.riaison p {
    padding: 50px 0 40px;
    text-align: center; 
    margin: 0;   
}

a.kuwasiku {
    display: inline-block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    background: #ec8212;
    color: #FFFFFF;
    transition: all 0.3s;
}

a.kuwasiku:hover {
  background: #f5bc80;
  background-position: 0 bottom;
}

.pets{
	background: url(../images/top_bg_03.jpg);
    padding-bottom: 60px;
}

.pets h2 {
    padding: 60px 0 20px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 36px;
    text-align: center;
    text-align: center;
}
.pets h2.mt {
    padding-top: 20px;
}
.pets .dog{
    width:	460px;
    float:	right;
}

.pets_room{
    width:	960px;
    margin:	50px auto 40px;
    overflow:	hidden;
}

.pets p{
    width:	700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:	1em;
}

.pets_link{
    width: 960px;
    margin: 0 auto;
    display: flex;
}
.pets_link > a{
    transition: all 0.3s;
}

.pets_link > a:hover{
    opacity:	0.7;
}

.pets_link > :first-child{
    margin-right: 40px;
}

.service {
    background: url(../images/top_bg_01.jpg);
    overflow: hidden;
}
.service .waku{
    width: 925px;
}
.service h2 {
    padding: 60px 0 20px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 36px;
    text-align: center;
    line-height: 1;
}

.line1-2 {
    margin: 0 auto 50px;
    width: 100px;
    border-bottom: solid 2px #189875;    
}

.waku {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

footer .waku{
    width: 1040px;
}

.life {
    float:left;
    width: 295px;
    margin:0 10px 60px 0;
    text-align: center;
}

.medical {
    float:left;
    width: 295px;
    margin:0 10px 60px 10px;
    text-align: center;
}

.daytime {
    float:left;
    width: 295px;
    margin:0 0px 60px 10px;
    text-align: center;
}

.company {
    float:left;
    width: 295px;
    margin: 0 0 60px 10px;
    text-align: center;
}

.title {
    margin:10px 0 20px;
}
.title p {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.2em;
    line-height: 1;
}

.naiyou p {
    text-align: center;
}

.bukken {
    background: url(../images/top_bg_02.jpg);
    overflow: hidden;
}

.bukken h2 {
    padding: 60px 0 20px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 36px;
    text-align: center;
    line-height: 1;
}

.bukken img {
    width: 100%;
}
.slick-dots {
    bottom: 15px;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.room-item .slick-prev, .room-item .slick-next{
	width: 24px;
    height: 44px;
    top:	46%;
    transition:	 0.3s;
}
.room-item .slick-prev, .room-item .slick-prev:hover, .room-item .slick-prev:focus {
    background: no-repeat url(../images/tit_ico_02.png);
	background-size: 100%;
    left: -53px;
}
.room-item .slick-next, .room-item .slick-next:hover, .room-item .slick-next:focus {
    background: no-repeat url(../images/tit_ico_03.png);
    background-size: 100%;
    right: -53px;
}
.room-item .slick-prev:hover, .room-item .slick-next:hover {
    opacity: 0.7;
}
.room-item .slick-prev:before, .room-item .slick-next:before {
    content: none;
}
.slick-dots li button:before{
	color:	#bdbdbd;
	opacity:	1;
}
.line1-3 {
    margin: 0 auto 50px;
    width: 100px;
    border-bottom: solid 2px #189875;    
}

.bukken1 {
    float:left;
    width: 260px;
    background: #ffffff;
    margin: 0 15px 60px;
}

.title2 {
    padding-top: 20px;
}
.title2 h3 {
    text-align: center;
    font-size: 22px;
}

.line1 {
    margin: 0 auto;
    width: 180px;
    border-bottom: solid 2px #12A4CE;
}

.line2 {
    margin: 0 auto;
    width: 175px;
    border-bottom: solid 2px #91b456;
}

.line3 {
    margin: 0 auto;
    width: 150px;
    border-bottom: solid 2px #d6537b;
}

.line4 {
    margin: 0 auto;
    width: 135px;
    border-bottom: solid 2px #ebc138;
}

.line5 {
    margin: 0 auto;
    width: 150px;
    border-bottom: solid 2px #f79b54;
}

.line6 {
    margin: 0 auto;
    width: 150px;
    border-bottom: solid 2px #9c7ed0;
}

.contents{
	display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
	line-height: 1.3;
}
.contents > p{
    text-align: center;
}
.contents > p > span{
    color:  #f79b54;
}
.bukken1,
.bukken2,
.bukken3 {
    transition: all 0.3s;
}

.bukken1:hover,
.bukken2:hover,
.bukken3:hover {
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

.bukken1 a,
.bukken2 a,
.bukken3 a {
    color: #333;
}

.nagare {
    float:left;
    margin: 60px 40px 60px 0;
    transition: all 0.3s;
}

.situmon {
    float:left;
    margin: 60px 0;
    transition: all 0.3s;
}

.nagare:hover,
.situmon:hover {
    opacity: 0.7;
}

footer {
    clear: both;
    position: relative;
}

.footer {
    background: #f8ede1;
    overflow: hidden;
}

.footer img{
    margin: 67px 0 20px;
}
.footer .access{
    font-size: 15px;
}
.footer .access .title{
    font-weight: bold;
    margin: 0;
}
.footer .access p{
    margin-bottom: 15px;
}
p#Copyright {
    clear: both;
    background: #865A2C;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.footer_left {
    float: left;
    padding-bottom: 10px;
}
.footer_right {
    float: right;
}

.footer_right ul {
    float:left;
    margin: 50px 0;
}
.footer_right ul:first-child {
    margin-right:	20px;
}
.footer_right ul li {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 16px;
}

ul.list {
    clear: both;
    margin: 0;
}
ul.room_list {
    margin: 0;
}
ul.list li {
    margin-right: 40px;
}
ul.room_list li {
    margin-right: 20px;
}
ul.list li:before, ul.room_list li:before{
    content: "・";
}


.footer_right ul li a {
    color: #333;
    text-decoration: underline;
    transition: all 0.3s;
}
.footer_right ul li a:hover {
    text-decoration: none;
}

a.pagetop {
    transition: all 0.3s;
    position: absolute;
    display: block;
    background: url(../images/page_top.png);
    bottom: 220px;
    right: 60px;
    width: 60px;
    height: 60px;
}


a.pagetop:hover {
    background: url(../images/page_top_on.png);
    width: 60px;
    height: 60px;
} 
.main_top{
    position: relative;
}

