@charset "utf-8";
/* CSS Document */

/*********************************************************
画像スライドにyoutube動画追加
*********************************************************/
.youtube_set{

}
#slider_wrap #slider .swiper-wrapper img.youtube_start{
	position: absolute;
    top: 160px;
    left: 210px;
    width: 80px;
    height: 80px;
}
@media screen and (max-width:979px) {
	#slider_wrap #slider .swiper-wrapper img.youtube_start{
		left: 310px;
    	top: 195px;
	}
}
/*********************************************************
画像スライドにyoutube動画追加 ここまで
*********************************************************/
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;
	word-break: break-all;
	word-wrap: break-word;
}
span.tag{
	border: 1px solid #ff0000;
	padding: 0 10px;
	color: #ff0000;
	position: relative;
	font-weight: normal;
    white-space: nowrap;
}
.detail_img{
	clear: both;
	width: 45%;
	float: left;
}
.detail_text{
	width: 50%;
	float: right;
}

@media screen and (max-width:979px) {
    .detail_text{
        width: 100%;
        float: none;
    }
}

.container {
  margin: 0 auto;
  padding: 40px;
  width: 80%;
  color: #333;
  /*background: #419be0;*/
}
.pr_blue{
    color: #002C94;
    word-break: break-all;
}
.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{
	border: #666666 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;
    display: table;
}
table.detail tbody{
    box-sizing: border-box;
}
table.detail2 tbody{
	width: 100%;
	display: block;
}table.detail tbody tr{
	width: 980px;
	table-layout: fixed;
}
@media screen and (max-width:979px) {
    table.detail tbody tr{
        width: 600px;
        table-layout: fixed;
        box-sizing: border-box;
    }
    table.detail tbody tr th{
        width: 100px!important;
        padding: 5px;
        box-sizing: border-box;
    }
    table.detail tbody tr td{
        width: 500px!important;
        padding: 5px;
        box-sizing: border-box;
    }
    table.detail2 tbody tr td{
        width: 250px;
        padding: 5px;
        box-sizing: border-box;
    }
}
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;
    display: table;
}
@media screen and (max-width:979px) {
    table.detail2{
        width: 100%;
        table-layout: fixed;
        margin-left: 0;
    }
}
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;
    overflow-wrap: break-word;
}
table.detail tr th,table.detail2 tr th{
	background: #ededed;
	text-align: center;
	font-weight: normal;
}
table.detail tr th{
    width: 190px;
}
table.detail tr.detail_table{
    width: 100%;
}
table.detail tr.detail_table th{
    width: 190px;
}
table.detail tr.detail_table td{
    /*width: 135px;*/
}

@media screen and (max-width:979px) {
    table.detail2 tr th{
        width: 120px;
    }
    table.detail2 tr td{
        /*width: 180px;*/
    }
}
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;
}
@media screen and (max-width:979px) {
    .detail_04{
        display: block;
    }
    .detail_04 .shuhen{
        width: 100%;
        display: block;
        float: none;
    }
    .shuhen img{
        width: 90%;
        height: auto;
    }
    .shuhen{
        text-align: center;
        margin-bottom: 20px;
    }
}
.detail_05{
	clear: both;
	padding-top: 30px;
	width: 100%;
	margin-bottom: 50px;

}
#slider_wrap{
	width: 50%;
	float: left;
	height: 500px;
    top: 8px;
}
#thumbs{
	height: 95px;
	width: 100%;
}
#slider_wrap #slider .swiper-wrapper img{
	height: 100%;
	width: auto;
    margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
@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: auto;
    height: 100%;
    max-height: 80px;
    margin: 0 auto;
    max-width: 100%;
}
#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:979px) {
    .company_map{
        width: 100%;
        height: 350px;
        display: block;
        float: none;
    }
    .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;*/

}
@media screen and (max-width:979px) {
    .recommend_bkn::after{
        content: "";
        width: 180px;
    }
}
.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;
}
@media screen and (max-width:979px) {
    .recommend_bkn_inner{
        width: 180px;
        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;
}
@media screen and (max-width:979px) {
    .recommend_img img{
        width: 180px;
        height: 180px;
        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;
}
/*----------------------------------------------------
979pxより小さい → detail_spに移動
----------------------------------------------------*/

@media screen and (max-width:979px) {
    #slider_wrap{
	    width: 100%;
		margin-bottom: 30px;
    }
}
/*----------------------------------------------------
会社情報と店舗情報　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;
    }

	/*----------------------------------------------------
全体
----------------------------------------------------*/
	.pc{
	display: none;
}
	.sp{
	/*display: block;
	width: 100%;*/
}

body{
		font-size: 20px;
	}
.menu-trigger.active{
		top: 120px;
	}
	.detail_05{
		padding-bottom: 0px;
	}
	.sp_tag{
		display: block;
		float: right;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.pan{
		/*padding-top: 30px;*/
        height: auto;
	}
	.company_box ul{
		padding-left: 0;
		width: 100%;
	}
	.company_map{
		float: none;
		width: 100%;
		height: 350px;
	}
    table.detail2,.tab_panel p,table.detail{
        font-size: 1em;
    }
    table.detail tr th, table.detail2 tr th{
        display: table-cell;
        width: 180px;
    }
	.tab_panel p.f_22{
        font-size: 30px;
    }
	.tab_panel p.f_22 a{
        text-decoration: none;
		color: #ff6633;
    }
	.tab_area label{
		width:40%;
		font-size: 24px;
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 10px 10px 0 0;/* for Safari and Chrome */
		-moz-border-radius: 10px 10px 0 0; /* for Firefox */
		-o-border-radius: 5px 5px 0 0; /* for opera */
	}
	.tab_area label:hover{opacity:0.5;}
   .recommend_midashi{
        font-size: 28px;
        font-weight: bold;
       height: 50px;
    }

/*----------------------------------------------------
ラインで送るボタン
----------------------------------------------------*/
    .line_btn{
        width: 100%;
        border: 1px solid #CFCFCF;
        background: #F1F1F1;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        -webkit-border-radius: 10px;/* for Safari and Chrome */
		-moz-border-radius: 10px; /* for Firefox */
		-o-border-radius: 10px; /* for opera */
        margin-top: 30px;
        height: 82px;
        line-height: 62px;
    }
    .line_btn a{
        display: block;
        cursor: pointer;
        font-size: 1.1em;
        font-weight: bold;
    }
    .line_btn_icon{
        display: inline-block;
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
/*----------------------------------------------------
フッター会社内容
----------------------------------------------------*/
	#detail_gray{
		display: none;
	}
	#detail_gray_sp{
	display: block;
	clear: both;
	text-align: center;
	padding: 0;
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 60px;
		z-index: 100;
		background: #D8D8D8;
	}
	.footer_left{
		width: 100%;
		background: #6E6E6E;
		padding: 10px 0;
		height: 65px;

	}
	.detail_01{
		/*padding-top: 70px;*/
	}

	.detail_img{
		width: 95%;
		margin: auto;
	}
	#detail_gray_sp_inner{

		padding: 10px 0;
		float: right;
		width: 100%;
		height: 60px;
	}
	.square_btn2{
		width: 46%;
		line-height: 45px;
		height: 45px;
		margin: 0 2%;
		float: left;
		font-size: 1em;
	}
	.syutsuryoku{
		width: 46%;
		float: right;
		margin: 0 2%;

	}
	.syutsuryoku select{
		padding: 6px 13px;
		width: 100%;
		font-size:16px;
		height: 43px;
	}
/*----------------------------------------------------
画像スライダーとテーブル
----------------------------------------------------*/
	table.detail tr td,table.detail tr th,table.detail2 tr td,table.detail2 tr th{
        padding: 10px 15px;
    }
    table.detail2 tbody tr td{
        width: 70%;
    }
	.detail_text{
		width: 100%;
		margin: 0 auto;
	}
	table.detail2{
		margin: 0;
		width: 100%;
		margin-top:30px;
        table-layout: fixed;
	}
	tbody{
		width: 100%;
	}
	.detail_03{
		margin-top: 30px;
        width:100%;
	}
    .detail_04{
        display: block;

    }
	.detail_04 .shuhen{
        float: none;
		width: 100%;
        text-align: center;
        margin-bottom: 30px;
	}
    .shuhen img{
        width: 100%;
        height: auto;
    }
	.pano_frame{
		height: auto;
		min-height: 450px;
	}
	.contact_box{
	width: 100%;
	margin-top: 50px;
	margin-left: 0;
	height: 65px;
    line-height: 65px;
        font-size: 24px;
}
.contact_box .contact01{
	font-weight: bold;
	color: #ffffff;
}
.contact_box .contact01 a{
	display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
}
.recommend_bkn_inner{
	width: 270px;
}
    .recommend_img img{
        width: 270px;
        height: 270px;
    }
    #slider_wrap #slider .swiper-wrapper img{
        margin: 0 auto;
    }
}
@media screen and (max-width:640px) {
	.pano_frame{
		height: auto;
		min-height: 260px;
	}
	table.detail2{

		font-size: 0.9em;
	}
	.checkbox01-parts_form{
		padding-top: 2px;
	}
}


