@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.5.0/css/all.css);
/* CSS Document */

/*.pc{
	display: block;
}
.sp{
	display: none;
}*/
.inner980 {
    box-sizing: border-box;
    width: 980px;
    height: auto;
    margin: 0px auto;
}
label a, label a:hover{
	color: #ffffff;
	text-decoration: none;
}

#detail_gray_sp{
	display: none;
}
#detail_gray{
	position: relative;
	background: #d3d3d3;
	top: 40px;
	width: 100%;
	height: 45px;
	padding: 5px 0;
	z-index: 10;
}
#detail_gray .inner{
	width: 980px;
	height: auto;
	margin: 0 auto;
}
#detail_gray .inner span{
	float: left;
}
select{
	padding: 4px 5px;
	margin-right: 10px;
}

.detail_01{
	border-top: 2px solid #777;
	margin-top: 0px;
	padding-top: 10px;
	font-weight: bold;
}
span.tag{
	border: 1px solid #ff0000;
	padding: 0 10px;
	color: #ff0000;
	position: relative;
	font-weight: normal;
}
.detail_img{
	clear: both;
	width: 45%;
	float: left;
}
.detail_text{
	width: 50%;
	float: right;
}


.container {
  margin: 0 auto;
  padding: 40px;
  width: 80%;
  color: #333;
  /*background: #419be0;*/
}
.pr_blue{
    color: #002C94;
}
.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}
.slick-list ul li{
	display: inline;
}


#slider{
  width: 100%;
  margin:0 auto 3px;
	height: 400px;
}
.slick-slider{
	width: 100%;
	padding: 0;
	
	
}
.slide-item img{
    height: 100%;
  }
.pano_frame{
	height: 346px;
}
#thumbnail-list{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#thumbs .swiper-slide-active img{
	border: #115fae 3px solid;
}
#thumbs img{
	cursor: pointer;
}
.thumbnail-item{
  flex: 0 1 30%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
}
  .thumbnail-item:after{
    content:'';
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
  .thumbnail-current:after{
    opacity: 0;
  }
  .shuhen img{
    width: 280px;
    height: 230px;
    margin: 0 auto;
    object-fit: cover;
  } 



.detail_02{
	clear: both;
	padding-top: 40px;
	width: 100%;
	border-bottom: 2px solid #115FAE;
	color: #115FAE;
	margin-bottom: 15px;
	font-weight: bold;
}
.contact_box{
	clear: both;
	width: 100%;
	/*background: #FFFBED;*/
	padding-bottom: 20px;
}
.contact_box .contact01{
	font-weight: bold;
	color: #ffffff;
}
.contact_box .contact01 a{
	text-decoration: none;
	display: block;
    background: #ff6633;
    color: #fff;
    border-bottom: solid 2px #E04242;
    border-radius: 3px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	width: 550px;
	margin: 0 auto;
}
.contact_box .contact01 a:hover{
	opacity: 0.8;
}

table.detail{
	width: 100%;
	margin: 20px 0;
	table-layout: fixed;
	font-size: 14px;
	line-height: 26px;
    border-collapse: collapse;
  border-spacing: 0;
}
table.detail2 tbody{
	width: 100%;
	display: block;
}table.detail tbody tr{
	width: 980px;
	table-layout: fixed;
}
table.detail2{
    border-collapse: collapse;
    border-spacing: 0;
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	font-size: 14px;
    line-height: 26px;
    word-break: break-all;
}
table.detail2 tr{
    table-layout: fixed;
    width: 100%;
}
table.detail p,table.detail2 p{
	margin-bottom: 0;
}
table.detail2 p.bd_dashed{
	border-bottom: dashed 1px #8f8f8f;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
table.detail2 tr td p{
    text-align: left;
}
table.detail tr td,table.detail tr th,table.detail2 tr td,table.detail2 tr th{
	border: 1px solid #d1d1d1;
	padding: 5px 10px;
    table-layout: fixed;
}
table.detail tr th,table.detail2 tr th{
	background: #ededed;
	text-align: center;
	font-weight: normal;
}
table.detail tr.detail_table{
    width: 100%;
}
table.detail tr.detail_table th{
    width: 190px;
}
table.detail tr.detail_table td{
    width: 135px;
}
table.detail ul,table.detail2 ul{
	margin: 0;
	padding: 0;
}
table.detail ul li,table.detail2 ul li{
	display: inline;
}
table.detail ul li:after,table.detail2 ul li:after{
    content: ' / ';
}
table.detail ul li:last-child:after,table.detail2 ul li:last-child:after{
    content: none;
}
.detail_03{
	clear: both;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #585858;
	padding: 15px;
    margin-bottom: 30px;
}
.detail_03 ul li{
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}
.detail_04{
	clear: both;
	padding-top: 30px;
	width: calc(100% - 50px);
	border: none;
	display: flex;
	justify-content: space-between;
    padding: 30px 25px 20px 25px;
}
.detail_04 .shuhen{
	width: 280px;
    height: auto;
	float: left;
}

.detail_05{
	clear: both;
	padding-top: 30px;
	width: 100%;
	margin-bottom: 50px;
	
}
#slider_wrap{
	width: 50%;
	float: left;
	height: 500px;
    top: 8px;
}
#thumbs{
	height: 150px;
	width: 100%;
}
#slider_wrap #slider .swiper-wrapper img{
	height: 100%;
	width: auto;
    margin: 0 auto;
}
@media all and (-ms-high-contrast: none){ /*IE*/
    #slider_wrap #slider .swiper-wrapper img{
        height: 100%;
        width: auto;
        margin: 0 auto;
    }
}
#thumbs .swiper-wrapper img{
	width: 100%;
    max-height: 70px;
}
#thumbs .swiper-slide{
		width: 80px;
	height: 80px;
	}


.swiper-slide{
	text-align: center;
	height: 100%;
}
.swiper-slide p{
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.4);
    width: 100%;
    line-height: 2em;
    margin-bottom: 0;
}
.swiper-container{
	width: 100%;
}
.company_name_box{
	width:100%;
	margin-top: 20px;
	margin-left: 0;
	background: #D3D3D3;
	padding: 10px 20px;
	font-weight: bold;
    box-sizing: border-box;
}
.panel_area{
    padding: 0;
}
.company_box{
	width:100%;
	margin-left: 0;
	background: #FFF7E1;
	padding: 20px;
	
    box-sizing: border-box;
    min-height: 290px;
}
.company_box ul{
	width: 650px;
	display: inline-block;
	list-style: none;
	font-size: 0.9em;
}
.company_box ul li{
	margin-bottom: 5px;
    display: block;
    width: 100%;
}
.company_box ul dt{
    clear: both;
	width: 140px;
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	border: none;
    float: left;
    margin-bottom: .5rem;
}
.company_box ul dd{
	margin-left: 140px;
	padding: 0;
	border: none;
	background: none;
    /*display: inline-block;*/
}
.company_box ul li:first-child{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.company_box ul li::after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.company_map{
	float: right;
	width: 250px;
	height: 250px;
}
.company_map iframe{
	
	width: 250px;
	height: 250px;
}
@media screen and (max-width:959px) {
    .company_map iframe{
	
        width: 100%;
        height: 350px;
    }
}
.form_area{
	clear: both;
	border-top: 2px solid #777;
	width: 100%;
}


/*----------------------------------------------------
タブで生活ガイド開く
----------------------------------------------------*/
#panel2,#loading {
  display: none;
}
.tab_wrap{clear: both;width:100%; margin:0px auto;}
input[type="radio"]{display:none;}
.tab_area{font-size:0; margin: 30px 0 0 0; border-bottom: 5px #115FAE solid;}
.tab_area label{width:200px; margin:0 5px; display:inline-block; padding:12px 0; color:#999; background:#ddd; text-align:center; font-size:13px; cursor:pointer; transition:ease 0.2s opacity;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;/* for Safari and Chrome */
-moz-border-radius: 5px 5px 0 0; /* for Firefox */
-o-border-radius: 5px 5px 0 0; /* for opera */
}
.tab_area label:hover{opacity:0.5;}
.panel_area{background:#fff;}
.tab_panel{width:100%; padding:10px 0; display:none;}
.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}
.tab_panel p.f_24{font-size:24px;}

#tab1:checked ~ .tab_area .tab1_label{background:#115FAE; color:#fff;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#115FAE; color:#fff;}
#tab2:checked ~ .panel_area #panel2{display:block;}
.life_title{
	font-weight: bold;
}
.life_subtitle01{
	color: #0083cc;
	border-bottom: 3px solid #0083cc;
	font-weight: bold;
}
.life_subtitle02{
	color: #76b203;
	border-bottom: 2px solid #76b203;
	font-weight: bold;
}
.life_subtitle03{
	color: #E06100;
	border-bottom: 2px solid #E06100;
	font-weight: bold;
}
.lifeguide table{
  width: 100%;
  border-collapse: collapse;
	font-size: 0.85em;
}

.lifeguide table tr {
	border-color: #979797;
	border-bottom: 1px dashed #bbbbbb;
  
}

.lifeguide table tr:last-child{
 
}

.lifeguide table th{
  position: relative;
  text-align: left;
  padding: 10px 10px;
	font-weight: normal;
}

.lifeguide table.blue th{
	background-color:#def7f6;
}
.lifeguide table.blue th i{
	color: #0083cc;
	margin-right: 5px;
}
.lifeguide table.green th i{
	color: #76b203;
	margin-right: 5px;
}
.lifeguide table.orange th i{
	color: #E06100;
	margin-right: 5px;
}
.lifeguide table.green th{
	background-color: #ebf4df;
}
.lifeguide table.orange th{
	background-color: #feecde;
}
/*.lifeguide table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
*/
.lifeguide table td{
  text-align: left;
  padding: 10px 25px;
}
/*----------------------------------------------------
類似物件
----------------------------------------------------*/
.recommend_midashi{
	height: 35px;
	border-bottom: #115FAE 3px solid;
	font-size: 20px;
	margin-top: 60px;
}
.recommend_bkn{
	width: 100%;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
	flex-wrap: wrap;
    
    flex-flow: row wrap;
  /*justify-content: center;*/
    
}

.recommend_name{
	font-size: 16px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
	
}
.recommend_bkn_inner_link,.recommend_bkn_inner_link:hover{
	text-decoration: none;
	color: #333;
}.recommend_bkn_inner_link:hover{
	opacity: 0.8;
}
.recommend_bkn_inner{
	width: 200px;
	height: auto;
	margin-bottom: 35px;
}
.recommend_bkn_inner.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.recommend_title{
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
}
.recommend_title span{
	background: #E06100;
	text-align: center;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	float: right;
	font-size: 0.6em;
	color: #ffffff;
	padding: 0 10px;
	font-weight: normal;
	margin-top: 4px;
}
.recommend_img{
	width: 100%;
}
.recommend_img img{
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.recommend_syosai, .recommend_syosai2{
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}
.recommend_syosai ul,.recommend_syosai2 ul{
	padding: 0;
	margin-bottom: 0;
}
.recommend_syosai ul li{
	list-style: none;
	padding: 0;
	line-height: 30px;
	display: inline-block;
}
.recommend_syosai2 ul li{
	display: block;
	list-style: none;
	padding: 0;
	line-height: 20px;
}
.recommend_syosai span{
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 3px;
	margin-right: 2px;
}
.recommend_shiki{
	background: #0094E7;
}
.recommend_rei{
	background: #8CD400;
}
/*----------------------------------------------------
お気に入りに追加
----------------------------------------------------*/
#detail_gray .inner span.like_count{
	float: right;
	font-size: 0.9em;
	padding-left: 5px;
	color: #ff6633;
	font-weight: bold;
}
/*----------------------------------------------------
959pxより小さい → detail_spに移動
----------------------------------------------------*/	

@media screen and (max-width:979px) {
    
}
/*----------------------------------------------------
会社情報と店舗情報　2020/02/14追加
----------------------------------------------------*/	
.company_box_n {
        width: 100%;
        margin-left: 0;
        background: none;
        padding: 0px;
        box-sizing: border-box;
        min-height: 290px;
        font-size: 14px;
    }
    .company_box_tenpo,.company_box_gyosya{
        border-collapse: collapse;
        table-layout: fixed;
        width: 980px;
        box-sizing: border-box;
    }
    .company_box_tenpo th,.company_box_gyosya th{
        width: 180px;
        background:#EDEDED;
        font-weight: normal;
    }
    .company_box_tenpo td{
        width: 205px;
    }
    .company_box_gyosya td{
        /*width: 310px;*/
    }
    .company_box_tenpo td.company_box_image_td{
        padding: 10px;
        width: 210px;
    }
    .company_box_tenpo th, .company_box_tenpo td,.company_box_gyosya th, .company_box_gyosya td{
       border: 1px solid  #ccc;
        padding: 5px 10px 3px 10px;
        box-sizing: border-box;
    }
    .company_box_title{
        font-weight: bold;
        font-size: 16px;
    }
    .company_box_tenpo_img{
        max-width: 210px;
        max-height: 230px;
        width: auto;
        object-fit: contain;
    }
    #cboxLoadedContent{
        margin: 15px;
        
    }
    #cboxContent{
        border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }
    a.company_box_map{
        color: orange;
        padding-left: 3px;
        font-weight: bold;
    }
    a.company_box_map i{
        font-size: 1.5em;
        line-height: 1;
        margin-right: 5px;
    }
@media screen and (max-width:979px) {
    .company_box_tenpo,.company_box_gyosya{
        width: 600px;
        font-size: 20px;
    }
    .company_box_title{
        font-size: 24px;
    }
    .company_box_gyosya td{
        width: 450px;
    }
    .company_box_tenpo_img{
        max-width: 90%;
        max-height: 90%;
        width: 90%;
        height: 90%;
        margin: 0 auto;
    }
    .company_box_tenpo th, .company_box_tenpo td,.company_box_gyosya th, .company_box_gyosya td{
        padding: 10px 15px;
    }
}



