@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
	color: #333;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue","Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans","Meiryo",sans-serif;
	background: #FFF;
	font-size: 14px;
}
@media (min-width: 1024px){
.header {
    height: 120px;
}}
.site-logo {
    width: 350px;
}
@media (min-width: 768px){
.site-logo {
    width: 700px;
}}
/*サイトネームのカラー*/
.site-name a, .site-name a:active, .site-name a:focus, .site-name a:hover, .site-name a:visited {
    color: #e60122;
}
.site-name{
    margin: 15px 0 0 0;
}
/*サイトネームのフォントサイズ*/
@media (min-width: 768px){
.site-name {
    font-size: 2.4em;
}}
@media (min-width: 1024px){
.header-logo {
    display: inline-block;
    width: 70%;
    text-align: left;
}}

@media (min-width: 1024px){
.tel-area {
    display: inline-block;
    padding:40px 0 0 0;
    width: 30%;
    text-align: left;
        float: right; 
    color: #00214e;  
}}
.tel-time-text{
    text-align: right;
    margin: 0px 20px 0px 0px;
    font-size: 16px;
}
.header-tel {
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    margin: 0px 20px 0px 0px;

}
.header-tel-name{
    font-size: 16px;
}
@media (min-width: 768px){
	.header-nav{
		display: block;
		width: 100%;
		text-align: center;
		float: left;
	}}

.site-header {
    border-top: 4px solid #4c90d6;
}
/* モバイル時ナビゲーションボタン */
.icon-toggle-menu{
color: #004db6;
}
a .nav-menu-btn {
    color: #004db6;
}
.nav-menu-btn:hover {
    color: #004db6;
}
.nav-menu-btn-text {
    color: #004db6;
}
.nav-menu-action-link{
    color: #004db6;
}
.nav-menu-action-link:hover,
.nav-menu-action-link:active,
.nav-menu-action-link:visited,
.nav-menu-action-link:focus {
    color: #004db6;
}
 /*グローバルナビエリア*/
 @media (min-width: 1024px){
.header-nav {
    display: block;
    width: 100%;
}}
.global-navi-area{
    background-color: #4c90d6;
}

 @media (min-width: 1024px){
 .navbar>ul {
        width: 100%;
   place-content: center left;/* liを左寄せで表示*/
 }}
 @media (min-width: 1024px){
.navbar li {
    margin:0px;
}}
 .navbar>ul>li>a {
   margin: 0;
   padding: .8em 2em;
   border-right: 1px dotted #fff;
   font-size:100%;
   color:#fff;
 }
 	.navbar li a:visited,
 	.navbar li a:hover,
	.navbar li a:focus,
	.navbar li a:active {
		color: #fff;
	}
 .navbar>ul>li:first-child {
   border-left: 1px dotted #fff;
 }
 .navbar>ul>li>ul {
   margin-left: 0;
 }
 .navbar li.stay a{
   border-bottom:4px solid #4c90d6;
   color:#fff;
 }

 .navbar li:hover a{
   border-bottom:4px solid #4c90d6;
     color:#00214E;
 }
 /* 子ナビ*/
 .navbar  li li,
 .navbar li li a:link,
 .navbar li li a:visited,
 .navbar li li a:hover,
 .navbar li li a:active{
   background-color:#255eb0;
   border-top: 1px;
   border-color: #fff;
   font-size: 95%;
   width:110px;
   color:#fff;
   }
 .navbar li li a:hover{
 background-color:#47d1b8;
 }

/*トップページ・メインビジュアル*/
.main-visual-title,.main-visual-text{
	color: #00214E;
}
@media screen and (min-width: 768px){
.main-visual-title{
	font-size: 2.4em;
}}
@media screen and (min-width: 768px){
.main-visual-text{
	font-size: 1.8em;
	font-weight: bold;
}}
/*トップページ・メインビジュアル内のボタン*/
.btn-attention-block-large{
	background-color: #004db6;
}
/*ヘッダー右上のナビリスト*/
.navbar-side-list{
	background-color: #4c90d6;
}
.section-heading {
  position: relative;
  display: block;
  padding: 0 55px;
  text-align: center;
}

.prodact-area{
	background: #f6f6f6;
	padding-top: 20px;
	padding: bottom: 20px;
	border-radius: 10px;
}

.section-heading{
	font-weight: normal;
	color: #00214E;
	font-size: 2.4em;
}
.heading-align-left .module-group-heading{
	color: #004db6;
	font-size: 1.8em;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #004db6;
}
/* ------------------------------
　　ボタン
------------------------------ */
.btn {
	background: #4c90d6;
	border: 0;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	border: 0;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 3px;
}
.btn:hover,
.btn:visited {
	color: #FFF;
	text-decoration: none;
}
.btn:focus,
.btn:active {
	color: #FFF;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn:hover {
	color: #FFF;
	background-color: #4c90d6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c90d6), to(#004db6));
	background-image: linear-gradient(to bottom, #4c90d6, #004db6);
}
.btn:active,
.btn:focus {
	background: #004db6;
}
.main-slider-main-copy,.main-slider-side-copy{
	color: #00214E;
	line-height: 1.5em;
	text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;        /* 文字の影 */
}
@media screen and (min-width: 768px){
	.main-slider-main-copy{
		font-size: 3em;
	}}
@media screen and (min-width: 768px){
	.main-slider-side-copy{
		font-size: 2.4em;
	}}
	/*footer*/
.foot-wrapper {
    padding: 30px 0;
    background: #00214E;
}


.entry-title {
    margin: 10px 0 20px;
    text-align: center;
    font-weight: normal;
    font-size: 2.6em;
}
.acms-page-header {
    border-style: none;

}
.entry-column h2 {
    margin: 0 10px 25px;
    padding: 5px 10px;
    font-size: 1.8em;
    color: #00214E;
 border: 2px solid #4c90d6;
  overflow: hidden;

}

.entry-column h3{
	font-size: 2em;
	background: #fff;
	color: #00214E;
	font-weight: normal;
  position: relative;
  padding: .75em 1em .75em 1em;
  border-bottom: 1px solid #4c90d6;

}
.entry-column h3::after {
  position: absolute;
  top: 1em;
  left: 0em;
  z-index: 2;
  content: '';
  width: 15px;
  height: 15px;
  border: 4px solid #4c90d6;
  border-radius: 100%
}

@media screen and (min-width: 768px){
.entry-column td, .entry-column th {
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    border: 1px solid #00214E;
}}
.entry-column th {
    background: #f5f5f5;
}
.entry-column td {
    background: #fff;
}

.entry-column h2.entry-heading-center:before {
    width: 100px;
    background: #004db6;
}
.module-header {
    color: #00214e;
    border-bottom: 3px solid #4c90d6;
}
.module-heading {
    font-size: 1.4em;
    text-align: center;
}
.side .module-heading {
    font-size: 1.2em;
    text-align: center;
}

.side .module-header {
    position: relative;
    margin: 0;
    padding: 8px 0;
    color: #00214e;
    border: 3px solid #4c90d6;
}
p.card-title{
	color: #004db6;
	font-size: 1.4em;
}
.card,.card-item{
	border-style: none;
}
.acms-admin-thumbnail:hover {
	cursor: auto;
}
.page-title-filter {
    background: rgba(0,0,0,0);
}
.page-title {
    text-shadow: 2px 2px 2px black, 2px 2px 2px black, 2px 2px 2px black, 2px 2px 2px black;
}
/*topページ・物件情報モジュールタイトル*/
.thumbnail-title {
    color: #004db6;
}
/*エントリーのリンクボタン・赤・灰色のサイズ*/
.entry-column .entry-btn-attention,.entry-column .entry-btn-default {
    font-size:1.2em;
    line-height: 1.5;
    border: 0;
    border-radius: 3px;
}
/*エントリーのリンクボタン・赤・灰色の右矢印*/
.entry-column .entry-btn-attention::after,.entry-column .entry-btn-default::after { /* 棒の表示設定 */
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    margin-left: 1em;
}
/*エントリーのリンクボタン・灰色の色変更*/
.entry-column .entry-btn-default{
    background: #4c90d6;
}
.entry-column .entry-btn-default:hover{
    color: #FFF;
    background-color: #4c90d6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#84CDE4), to(#4c90d6));
    background-image: linear-gradient(to bottom, #84CDE4, #4c90d6);
}
.entry-column .entry-btn-default:active,
.entry-column .entry-btn-default:focus{
    background: #4c90d6;
}
/*エントリーのpager*/
.serial-nav {
    font-size: 1.2em;
    font-weight: 500;
}

