@charset "utf-8";
@media print, screen and (min-width: 721px) {
.pc, #pc { display: block;}
.phone, #phone { display: none!important;}
#header_phone {display:none!important;}
img {width: 100%; height: auto; vertical-align: bottom;}
a {transition: .3s;}
body {font-size:17px;}
/* ============================================
	header
============================================ */
#header {
	width: calc(100% - 60px);
    padding: 20px 30px;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
#header h1 {
	width: 366px;
}
#header .left {
	float:left;
	margin: 10px 0 0;
}
#header .right {
	float: right;
    display: contents;
}
/* ============================================
	header contact
============================================ */
#header .contact {
    overflow: hidden;
    width: 650px;
    float: right;
	display: flex;
	justify-content: flex-end;
}
#header .contact .box_tel {
    border: 1px solid #DDD;
    padding: 10px 17px 5px 12px;
    border-radius: 30px;
    float: left;
    width: 280px;
    margin: 0 20px 0 0;
    font-weight: 700;
    position: relative;
}
#header .contact .box_mailorm {
	background: #00AB99;
	border-radius: 30px;
}
#header .contact .box_mailorm:hover {
	background: #005D51;
	transition: .3s;
}
.icon_tel,
.icon_mailform {
	background: #00AB99;
    width: 30px;
    height: 30px;
    border-radius: 30px;
	float: left;
	margin: 0 10px 0 0;
}
.icon_tel {
	background: #00AB99;
}
.icon_mailform {
	background: #FFF;
	margin: 11px;
}
.icon_tel:after {
	font-family: 'Material Icons';
    content: '\e0b0';
    font-weight: bold;
    float: left;
    color: #FFF;
    margin: 2px 0 0 6px;
    font-size: 110%;
}
.icon_mailform:after {
	font-family: 'Material Icons';
    content: '\e158';
    font-weight: bold;
    float: left;
    color: #00AB99;
    margin: 2px 0 0 6px;
    font-size: 110%;
}
p.tel_num {
	color: #00AB99;
    font-size: 39px;
    letter-spacing: 0.05em;
    line-height: 120%;
    position: absolute;
    top: -2px;
    left: 53px;
}
#header .contact .box_mailorm a {
	color: #FFF;
    font-size: 105.8%;
    font-weight: 500;
    display: block;
    width: 295px;
    padding: 10px;
    line-height: 170%;
}

/* ============================================
	navigation menu
============================================ */
.nav {
	overflow: hidden;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    float: right;
    clear: right;
    font-size: 105.8%;
    gap: 10px;
}
.nav li {
  list-style: none;
}
.nav li a {
	display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
    padding: 7px 12px;
    font-weight: 500;
    background: #005D51;
    border-radius: 4px;
}
.nav > li:hover > a {/*layer-1*/
  background: #00AB99;
}
.nav li ul {
  width: 150px;
  display: none;
  position: absolute;
  z-index: 10;
}
.nav > li li {
	background:#FFF;
}
.nav > li li:hover > a {/*layer-2*/
  color: #00AB99;
  background: #EEE;
}
.nav li ul li a {
	border-top: 1px solid #ccc;
    padding: 15px 10px;
    font-size: 85%;
    line-height: 140%;
    text-align: left;
    background: #FFF;
    border-radius: 0;
    color: #005D51;
}
	
.satsuei {
	text-align: right;
	margin: 0 90px 0 0;
	font-size: 80%;
}
/* ============================================
	main image
============================================ */
#mainimage {
	height: 740px;
    position: relative;
    overflow: hidden;
    margin: 146px 0 0;
}
#mainimage video {
	width: 100%;
    min-height: 740px;
}
#mainimage .copy {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #FFF;
	font-family: 'Zen Old Mincho', serif;
	font-size: 176.4%;
	line-height: 160%;
	text-shadow: 0px 0px 5px rgba(0,93,81,1);
}
#mainimage .vacancy {
	position: absolute;
    right: 25px;
    bottom: 25px;
    background: #00AB99;
    color: #FFF;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
}
#mainimage .vacancy h2 {
	font-weight: 500;
}
#mainimage .vacancy .contents {
	margin: 5px 0;
    width: auto;
}
#mainimage .vacancy .contents a {
	color: #181818;
    background: #FFF;
    display: block;
    font-size: 150%;
    padding: 8px 10px;
    border-radius: 10px;
    line-height: 110%;
}
#mainimage .vacancy .contents a:hover {
	background: #ddd;
	color: #00AB99;
}
#mainimage .vacancy .vacancy_date {
	font-size: 87.5%;
}

/* ============================================
	main
============================================ */
#main {
	position: relative;
    margin: 146px 0 50px;
    overflow: hidden;
    font-feature-settings: "palt";
}
#main_toppage {
    position: relative;
    margin: 0 0 50px;
    overflow: hidden;
    font-feature-settings: "palt";
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents {
	width: 1200px;
    margin: 0 auto;
	overflow: hidden;
}
.contents_2 {
	width:1024px;
	margin: 0 auto;
	overflow: hidden;
}
.bg_g {background: #E5EEED;}
.bg_gray {background: #EEEEEE}
	
/* ============================================
	ボタン
============================================ */	
.btn_01,
.btn_02,
.btn_03,
.btn_04,
.btn_05 {
	display: inline-block;
    text-align: center;
    border-radius: 35px;
    padding: 10px;
    min-width: 236px;
    margin: 0px auto;
    clear: both;
    color: #00AB99;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #00AB99;
	background: #FFF;
}
.btn_02 {
	background: #FFF;
    padding: 2px 4px;
    font-size: 87.5%;
    min-width: 100px;
    width: 140px;
}
.btn_03 { /*PDFボタン*/
	background: #FFF;
    color: #000;
    border: 1px solid #ccc;
    font-size: 100%;
    text-align: left;
    padding: 14px 25px;
}
.btn_04 { /*濃い緑*/
	background: #005D51;
    color: #FFF;
    border: none;
    font-size: 125%;
    text-align: center;
    padding: 14px 15px;
    width: calc(100% - 30px);
}
.btn_05 { /*濃い緑*/
	background: #005D51;
    color: #FFF;
    border: none;
    text-align: center;
    padding: 10px 10px;
    width: calc(100% - 20px);
    min-width: 10px;
}
.btn_01:after {
	font-family: 'Material Icons';
    content: '\e5c8';
    float: right;
    padding: 1px 4px;
    background: #00AB99;
    color: #FFF;
    border-radius: 50%;
    font-weight: 300;
    font-size: 20px;
}
.btn_02:after {
	font-family: 'Material Icons';
    content: '\e5c8';
    float: right;
    padding: 0px 3px;
    font-weight: 300;
    background: #00AB99;
    color: #FFF;
    border-radius: 50%;
    font-size: 130%;
}
.btn_03:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/ico_pdf.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.btn_04:after {
	font-family: 'Material Icons';
    content: '\e5c8';
    float: right;
    padding: 0px 3px;
    font-weight: 300;
    background: #FFF;
    color: #005D51;
    border-radius: 50%;
    font-size: 100%;
}
.btn_05:after {
	font-family: 'Material Icons';
    content: '\e5c8';
    float: right;
    padding: 0px 5px;
    font-weight: 300;
    background: #FFF;
    color: #005D51;
    border-radius: 50%;
    font-size: 100%;
}
.btn_01:hover,
.btn_02:hover {
	background: #E5EEED;
	color: #00AB99;
}
.btn_04:hover,
.btn_05:hover {
	background: #00AB99;
	color: #FFF;
}
.box_btn {
	clear: both;
    text-align: center;
    margin: 20px 0;
    overflow: auto;
}
/* ============================================
	トップページ コンフォートロイヤル多摩が提供する４つの幸せ
============================================ */
.top_four {
	width: 990px;
    margin: 20px auto 50px;
}
.top_four .img {
	width: 136px;
}
.top_four .box_text h2 {
	font-size: 164.7%;
    color: #005D51;
    font-weight: 500;
    padding: 0 0 0 25px;
}
ul.link_four {
	display: flex;
    counter-reset: number 0;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
    width: 820px;
    margin: 25px 0 0;
}
ul.link_four li {
	position: relative;
    -moz-box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 6px 3px rgb(0 0 0 / 5%);
    -ms-box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 6px 3px rgb(0 0 0 / 5%);
    border-radius: 50px;
    padding: 9px 20px;
    width: calc(100% / 2 - 58px);
	border: 1px solid #ccc;
}
ul.link_four li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.link_four li p {
	font-size: 141%;
    color: #000;
    font-weight: 500;
    display: block;
    position: absolute;
    top: 10px;
    left: 60px;
}
ul.link_four li:before {
	content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../img/bg_clover.png);
    background-size: contain;
    vertical-align: middle;
}
ul.link_four li:after {
	counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: 30px;
    color: #FFF;
    font-size: 117.6%;
    font-weight: 500;
}
	ul.link_four li:hover {
		background: #FAF8F5;
	}
/* ============================================
	トップページ SECOM
============================================ */
.top_secom {
	background: #E5EEED;
    width: 830px;
    margin: 0 auto;
    padding: 20px;
}
.top_secom .box_text {
	width: 580px;
}
.top_secom .box_img {
	width: 220px;
}
.top_secom .box_text h4 {
	font-size: 129.4%;
    font-weight: 500;
    font-family: 'Zen Old Mincho', serif;
    line-height: 160%;
    margin: 5px 0 0;
}

/* ============================================
	情報／お知らせ
============================================ */
.top_news_info {
	margin: 50px 0;
}
.top_info {
	width: 270px;
}
.top_news {
	width: 830px;
	background: #FAF8F5;
	-moz-box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 2px 6px 3px rgb(0 0 0 / 5%);
	-ms-box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 6px 3px rgb(0 0 0 / 5%);
	padding: 30px;
}
/* ============================================
	現在の空室情報
============================================ */	
.top_info .vacancy {
	background: #005D51;
    padding: 10px;
    border-radius: 10px
}
.top_info .vacancy .ttl {
	color: #FFF;
	overflow: hidden;
	margin: 0 0 7px;
}
.top_info .vacancy .ttl h3 {
	font-weight: 500;
    float: left;
    display: contents;
}
.top_info .vacancy .ttl h3 span {
	font-weight: 400;
	font-size: 81.25%;
	margin: 0 0 0 15px;
}
.top_info .vacancy a {
	width: calc(100% - 10px);
}
.top_info .vacancy p {
	background: #FFF;
    font-size: 117.6%;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    line-height: 170%;
    margin: 0 0 10px;
}
/* ============================================
	サイト内リンク
============================================ */	
.top_info .link {
	margin: 20px 0;
}	
.top_info .link a {
	width: 100%;
    border-radius: 10px;
    margin: 10px 0;
    padding: 5px 10px;
    text-align: center;
    background: #00AB99;
    display: flex;
	 color: #FFF;
	box-shadow: 0px 2px 0px 0px rgba(0, 93, 81, 1);
}
.top_info .link img {
	width: 50px;
}
.top_info .link a p {
	font-weight: 500;
    font-size: 117.6%;
    margin: 10px 0 0;
    width: calc(100% - 50px);
}
.top_info .link a:hover {
	background: #E5EEED;
	color: #00AB99;
}
/* ============================================
	トップページ　お知らせ欄
============================================ */	
.top_news {
	padding: 30px;
}
.top_news h3 {
    font-size: 162.5%;
    font-weight: 500;
    margin: 0 0 25px;
    float: left;
}
.top_news h3 span {
	font-family: 'Josefin Sans', sans-serif;
	color: #00AB99;
	font-size: 77%;
	margin-left: 20px;
}
.news_list {
    height: 440px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
	clear: both;
}
.news_list li {
	width: calc(100% / 3 - 30px);
	position: relative;
}
.news_list li .news_img img {
	height: 161px;
	object-fit: cover;
}
.news_list li .date_info {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}
.news_list li .date_info .date {
	font-size: 82.3%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.news_list li .date_info .cat {
	font-size: 82.3%;
	text-align: center;
	width: 160px;
	background: #00AB99;
	color: #FFF;
	font-weight: 500;
	line-height: 170%;
	border-radius: 20px;
}
.news_list li p.ttl {
	font-weight: 500;
}
.news_list li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news_list li:hover img {
	opacity: 0.6;
}
.top_news .box_btn a.btn_02 {
	padding: 5px;
}
.top_news .box_btn {
	float: right;
    clear: none;
    margin: 0;
}
/* ============================================
	外部リンク　バナー
============================================ */
.link_bnr {
	border-radius: 10px;
    padding: 20px;
    background: #EEE;
    justify-content: center;
}
.link_bnr li {
	width: 215px;
	margin: 0 10px;
}
/* ============================================
	フッター
============================================ */
#footer {
	border-top: 1px solid #00AB99;
    position: relative;
}
#footer .contents {
	width: 1200px;
	overflow: auto;
	margin: 30px auto;
}
.footer_info {
	width: 620px;
}
/* ============================================
	フッター　住所
============================================ */
.box_footer {
	font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.box_footer img {
	width: 252px;
}
.box_footer .text {

}
.box_footer h3 {
	font-size: 105.8%;
    margin: 0px 0 5px;
}
.box_footer p {
	font-size: 94%;
	line-height: 160%;
}
/* ============================================
	フッター　メニュー
============================================ */
.footer_menu ul {
	padding: 0;
    font-weight: 500;
    margin: 0 0 30px;
}
.footer_menu ul li {
    margin: 2px 20px 2px 0;
    list-style: none;
    display: inline-block;
}
.footer_menu ul li:before {
    content: '-';
    font-weight: bold;
    margin: 0 6px 0 0;
    color: #00AB99;
}
.footer_menu ul li a {
	color: #181818;
    font-size: 87.5%;
}
.footer_menu ul li a:hover {
	color: #00AB99;
}
/* ============================================
	フッター　コンタクト
============================================ */
.footer_contact {
	background: #E5EEED;
    width: 480px;
    padding: 13px 20px 0;
    border-radius: 10px;
}
.footer_contact p.text {
	font-size: 105.8%;
	font-weight: 500;
	text-align: center;
}
.footer_contact .box_tel {
    border: 1px solid #DDD;
    padding: 10px 17px 5px 12px;
    border-radius: 30px;
    margin: 10px 0;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    background: #FFF;
}
.footer_contact  .box_mailorm {
	background: #00AB99;
	border-radius: 30px;
	margin: 10px 0;
}
.footer_contact  .box_mailorm:hover {
	background: #005D51;
	transition: .3s;
}
.footer_contact .box_mailorm a {
	color: #FFF;
    font-size: 110%;
    font-weight: 500;
    width: auto;
    padding: 10px;
    line-height: 170%;
    display: block;
    text-align: center;
}
.footer_contact p.tel_num {
	color: #00AB99;
    font-size: 235.2%;
    letter-spacing: 0.05em;
    line-height: 120%;
    position: absolute;
    top: -5px;
    left: 53px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    width: calc(100% - 60px);
    text-align: center;
}
/* ============================================
	ページトップ
============================================ */
.pagetop {
	position: absolute;
    text-align: center;
    right: 30px;
    bottom: 0;
}
.pagetop a {
	color: #005D51;
}
.pagetop img {
	width: 50px;
}
.pagetop p{
	letter-spacing: 0.08em;
    margin: 5px 0 0;
}
/* ============================================
	コピーライト
============================================ */
.copyright {
	font-size: 87.5%;
    text-align: center;
    padding: 0;
    font-weight: 500;
    clear: both;
    width: 100%;
    margin: 40px 0 0;
}
}

@media only screen and (max-width:720px) {
html {font-size:13px;}
.pc, #pc { display: none;}
.phone, #phone { display: block;}
#header_pc {display:none;}
img {
	width: 100%;
    height: auto;
	vertical-align: bottom;
}

/* ============================================
	header
============================================ */
#header {
    overflow: hidden;
    margin: 0;
    padding: 15px;
}
#header h1 {
    overflow: hidden;
    float: left;
    width: 200px;
}
#header a.link_contact,
#header a.link_tel {
	float: right;
    width: 40px;
}
#header a.link_contact {
    margin: 0 0 0 20px;
}
#header img {
	vertical-align:bottom;
}
/* ============================================
	phone menu
============================================ */
  #mdropmenu{
    width: 100%;
    list-style-type: none;
    border-top: 0;
    background: #005D51;
    text-align: center;
   }
     #mdropmenu a {
     text-decoration: none;
     color:#FFF;
     display: block;
    }
    #mdropmenu a.sp_menu {
    	font-family: 'Quicksand', sans-serif;
    	font-size: 120%;
		font-weight: bold;
    }
    #mdropmenu i{
     font-size:23px;
     color:#FFF;
    }
	#mdropmenu i.fa-plus-circle:before {
		content: '';
		display: inline-block;
		width: 23px;
		height: 23px;
		background-image: url(../img/ico_plus.png);
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
	}
	#mdropmenu i.fa-minus-circle:before {
		content: '';
		display: inline-block;
		width: 23px;
		height: 23px;
		background-image: url(../img/ico_minus.png);
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
	}
    #mdropmenu li{
     border-top: 1px solid #005D51;
    }
    #mdropmenu li ul{
     display:none;
     list-style-type: none;
    }
    #mdropmenu table{
     width:100%;
     min-height: 43px;
     margin:0;
     padding:0;
     border:0;
    }
    .mlist-left{
     width: 85%;
    padding: 10px 0 10px 50px;
    vertical-align: middle;
    }
    .mlist-right{
     vertical-align: middle;
     text-align: center;
     padding: 5px;
		position: relative;
    }
	.mlist-right .material-icons {
		color: #FFF;
		font-size: 28px;
		position: absolute;
		top: 7px;
		right: 15px;
	}
    .mlist-full{
     width: 100%;
     padding: 5px;
     vertical-align: middle;
    }
    .mleft-second , .mright-second{
     background-color:#00AB99;
    }
    .mleft-third , .mright-third{
     background-color: #00AB99;
    }
    .mleft-second{
     padding-left: 1em;
     text-align: left;
    }
    .mleft-third{
     padding-left: 2em;
     text-align: left;		
    }
.satsuei {
	text-align: right;
	margin: 2px 5px 0 0;
	font-size: 80%;
}
/* ============================================
	main image
============================================ */
#mainimage {
    height: 55vh;
    position: relative;
    overflow: hidden;
}
#mainimage video {
	height: 55vh;
    position: absolute;
    left: -50%;
}
#mainimage .copy {
	position: absolute;
    bottom: 15px;
    left: 15px;
    color: #FFF;
    font-family: 'Zen Old Mincho', serif;
    font-size: 105%;
    line-height: 160%;
    text-shadow: 0px 0px 5px rgba(0,93,81,1);
}
/* ============================================
	main vacancy
============================================ */
.vacancy {
	background: #00AB99;
    display: flex;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px;
    margin: 5px 20px 20px;
}
.vacancy .ttl {
	color: #FFF;
    text-align: center;
    margin: 0 20px 0 10px;
}
.vacancy .ttl h2 {
	font-size: 123%;
}
.vacancy .contents {
	background: #FFF;
    border-radius: 10px;
    width: calc(100% - 151px);
    text-align: center;
    font-size: 155%;
}
.vacancy .contents a {
	color: #181818;
	line-height: 45px;
}
/* ============================================
	main
============================================ */
#main,
#main_toppage {
	position: relative;
	margin:0 0 40px;
	overflow: hidden;
	font-feature-settings: "palt";
}
.flex {
	display: block;;
}
.contents {
	width: auto;
    margin: 0 auto;
	overflow: hidden;
}
.bg_g {background: #E5EEED;}
.bg_gray {background: #EEEEEE}
	
/* ============================================
	ボタン
============================================ */	
.btn_01,
.btn_02,
.btn_03,
.btn_04,
.btn_05 {
	display: inline-block;
    text-align: center;
    border-radius: 35px;
    padding: 10px;
    min-width: calc(100% - 22px);
    margin: 0px auto;
    clear: both;
    color: #00AB99;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #00AB99;
	background: #FFF;
}
.btn_02 {
	background: #FFF;
    padding: 2px 4px;
    font-size: 87.5%;
    min-width: 100px;
    width: 140px;
}
.btn_04 { /*濃い緑*/
	background: #005D51;
    color: #FFF;
    border: none;
    font-size: 125%;
    text-align: center;
    padding: 14px 15px;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
}
.btn_05 { /*濃い緑*/
	background: #005D51;
    color: #FFF;
    border: none;
    text-align: center;
    padding: 10px 10px;
    width: calc(100% - 20px);
    min-width: 10px;
}
.btn_01:after {
	font-family: 'Material Icons';
    content: '\e5c8';
    float: right;
    padding: 1px 3px;
    font-weight: 300;
    background: #00AB99;
    color: #FFF;
    border-radius: 50%;
    font-size: 130%;
}
.btn_02:after {
	font-family: 'Material Icons';
    content: '\e5c8';
    float: right;
    padding: 0px 7px;
    font-weight: 300;
    background: #00AB99;
    color: #FFF;
    border-radius: 50%;
    font-size: 70%;
}
.btn_04:after {
	font-family: 'Material Icons';
    content: '\e5c8';
    float: right;
    padding: 0px 3px;
    font-weight: 300;
    background: #FFF;
    color: #005D51;
    border-radius: 50%;
    font-size: 100%;
}
.btn_05:after {
	font-family: 'Material Icons';
    content: '\e5c8';
    float: right;
    padding: 0px 4px;
    font-weight: 300;
    background: #FFF;
    color: #005D51;
    border-radius: 50%;
    font-size: 100%;
}
.btn_01:hover,
.btn_02:hover {
	background: #E5EEED;
	color: #00AB99;
}
.box_btn {
	clear: both;
    text-align: center;
    margin: 20px 0;
    overflow: auto;
}
/* ============================================
	トップページ コンフォートロイヤル多摩が提供する４つの幸せ
============================================ */
.top_four {
    margin: 0 auto 30px;
}
.top_four .img {
	width: 136px;
}
.top_four .box_text .ttl {
	overflow: auto;
	margin: 0 20px;
}
.top_four .box_text .ttl .img_clover {
	width: 60px;
	float: left;
}
.top_four .box_text h2 {
	font-size: 140.7%;
	color: #005D51;
	font-weight: 500;
	float: right;
	width: calc(100% - 70px);
	line-height: 150%;
	padding: 5px 0 0;
}
ul.link_four {
    counter-reset: number 0;
}
ul.link_four li {
	position: relative;
    -moz-box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 6px 3px rgb(0 0 0 / 5%);
    -ms-box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 2px 2px rgb(0 0 0 / 5%);
    border-radius: 50px;
    padding: 4px 20px;
    margin: 15px;
	border: 1px solid #ccc;
}
ul.link_four li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.link_four li p {
	font-size: 118%;
    color: #000;
    font-weight: 500;
    display: block;
    position: absolute;
    top: 10px;
    left: 60px;
}
ul.link_four li:before {
	content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../img/bg_clover.png);
    background-size: contain;
    vertical-align: middle;
}
ul.link_four li:after {
	counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: 31px;
    color: #FFF;
    font-size: 117.6%;
    font-weight: 500;
    top: 9px;
}
	ul.link_four li:hover {
		background: #FAF8F5;
	}
/* ============================================
	トップページ SECOM
============================================ */
.top_secom {
	padding: 20px;
    border-radius: 10px;
}
.top_secom .box_text {
}
.top_secom .box_img {
    width: 150px;
    margin: 0 auto;
}
.top_secom .box_text h4 {
	font-size: 107.5%;
    font-weight: 500;
    margin: 20px 0 0;
    line-height: 170%;
}
/* ============================================
	情報／お知らせ
============================================ */
.top_news_info {
	margin: 20px 0 30px;
}
.top_info {
	margin: 0 10px 20px;
}
.top_news {
	background: #FAF8F5;
	-moz-box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 2px 6px 3px rgb(0 0 0 / 5%);
	-ms-box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 6px 3px rgb(0 0 0 / 5%);
	padding: 30px;
}
/* ============================================
	現在の空室情報
============================================ */	
.top_info .vacancy {
	display: none;
}
/* ============================================
	サイト内リンク
============================================ */	
.top_info .link {
	margin: 20px 10px;
}	
.top_info .link a {
    border-radius: 10px;
    margin: 10px 0;
    padding: 5px 10px;
    text-align: center;
    background: #00AB99;
    display: flex;
	 color: #FFF;
	box-shadow: 0px 2px 0px 0px rgba(0, 93, 81, 1);
}
.top_info .link img {
	width: 50px;
}
.top_info .link a p {
	font-weight: 500;
    font-size: 137.6%;
    margin: 15px 0 0;
    width: calc(100% - 50px);
}
.top_info .link a:hover {
	background: #E5EEED;
	color: #00AB99;
}
/* ============================================
	空から見たロイヤルライフ多摩
============================================ */	
.btn_douga {
	margin: 0 10px;
}
/* ============================================
	トップページ　お知らせ欄
============================================ */	
.top_news {
	padding: 20px;
    margin: 20px;
}
.top_news h3 {
    font-size: 142.5%;
    font-weight: 500;
    margin: 5px 0 25px;
    float: left;
}
.top_news h3 span {
	display: none;
}
.news_list {
    height: 350px;
    overflow: auto;
    clear: both;
}
.news_list li {
	position: relative;
    overflow: hidden;
    margin: 0 15px 15px 0;
}
.news_list li img {
	float: left;
	width: 40%;
}
.news_list li .text {
	float: right;
    width: calc(60% - 20px);
}
.news_list li .date_info {
	display: flex;
    justify-content: space-between;
    margin: 0 0 5px;
}
.news_list li .date_info .date {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.news_list li .date_info .cat {
	font-size: 82.3%;
    text-align: center;
    width: calc(100% - 70px);
    background: #00AB99;
    color: #FFF;
    font-weight: 500;
    line-height: 170%;
    border-radius: 20px;
}
.news_list li p.ttl {
	font-weight: 500;
}
.news_list li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news_list li:hover img {
	opacity: 0.6;
}
.top_news .box_btn a.btn_02 {
	padding: 5px;
	width: 100px;
}
.top_news .box_btn {
	float: right;
    clear: none;
    margin: 0;
}
/* ============================================
	外部リンク　バナー
============================================ */
.link_bnr {
	border-radius: 10px;
    padding: 10px;
    background: #EEE;
    justify-content: center;
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.link_bnr li {
	width: calc(50% - 10px);
    margin: 5px;
}
/* ============================================
	フッター
============================================ */
#footer {
	border-top:1px solid #00AB99
}
#footer .contents {
	overflow: auto;
	margin: 30px auto;
	position: relative;
}
/* ============================================
	フッター　住所
============================================ */
.box_footer {
	font-weight: 500;
	margin: 0 20px 20px;
}
.box_footer img {
	width: 220px
}
.box_footer h3 {
	font-size: 112.5%;
    margin: 15px 0 5px;
}
.box_footer p {
	line-height: 180%;
}
/* ============================================
	フッター　メニュー
============================================ */
.footer_menu ul {
	margin: 0 13px 25px;
    padding: 0;
    font-weight: 500;
}
.footer_menu ul li {
    margin: 3px 7px;
    list-style: none;
    display: inline-block;
}
.footer_menu ul li:before {
    content: '-';
    font-weight: bold;
    margin: 0 6px 0 0;
    color: #00AB99;
}
.footer_menu ul li a {
	color: #181818;
    font-size: 87.5%;
}
.footer_menu ul li a:hover {
	color: #00AB99;
}
/* ============================================
	フッター　コンタクト
============================================ */
.footer_contact {
	background: #E5EEED;
    padding: 13px 20px 10px;
    border-radius: 10px;
    margin: 0 20px;
}
.footer_contact p.text {
	font-size: 105.8%;
	font-weight: 500;
	text-align: center;
}
.footer_contact .box_tel {
    border: 1px solid #DDD;
    padding: 10px 17px 5px 12px;
    border-radius: 30px;
    margin: 10px 0;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    background: #FFF;
}
.footer_contact  .box_mailorm {
	background: #00AB99;
	border-radius: 30px;
	margin: 10px 0;
}
.footer_contact  .box_mailorm:hover {
	background: #005D51;
	transition: .3s;
}
.footer_contact .box_mailorm a {
	color: #FFF;
    font-size: 110%;
    font-weight: 500;
    width: auto;
    padding: 10px;
    line-height: 170%;
    display: block;
    text-align: center;
}
.footer_contact p.tel_num {
	color: #00AB99;
    font-size: 235.2%;
    letter-spacing: 0.05em;
    line-height: 120%;
    position: absolute;
    top: 0px;
    left: 53px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    width: calc(100% - 60px);
    text-align: center;
}
.footer_contact p.tel_num a {
	color: #00AB99;
}
.icon_tel,
.icon_mailform {
	background: #00AB99;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    float: left;
    margin: -5px 0 0 -5px;
}
.icon_tel {
	background: #00AB99;
}
.icon_mailform {
	background: #FFF;
	margin: 8px;
}
.icon_tel:after {
	font-family: 'Material Icons';
    content: '\e0b0';
    font-weight: bold;
    float: left;
    color: #FFF;
    margin: 5px 0 0 6px;
    font-size: 140%;
}
.icon_mailform:after {
	font-family: 'Material Icons';
    content: '\e158';
    font-weight: bold;
    float: left;
    color: #00AB99;
    margin: 5px 0 0 6px;
    font-size: 140%;
}
/* ============================================
	ページトップ
============================================ */
.pagetop {
	position: absolute;
    text-align: center;
    right: 20px;
    bottom: 310px;
}
.pagetop a {
	color: #005D51;
}
.pagetop img {
	width: 40px;
}
.pagetop p{
	margin: 3px 0 0;
    font-size: 90%;
}
/* ============================================
	コピーライト
============================================ */
.copyright {
	font-size: 80%;
    text-align: center;
    padding: 30px 0 0;
    font-weight: 500;
    clear: both;
}
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
