@charset "UTF-8";
/* CSS Document */
#topslide{ background-color:rgba(15,15,15,0.1);
padding:40px 0;
margin-top:15px;}
.slick-slide img{box-shadow:7px 5px 6px -1px #646464;
-moz-box-shadow:7px 5px 6px -1px #646464;
-webkit-box-shadow:7px 5px 6px -1px #646464;
margin:0 25px;}

.container h2 {
    color: #0e7548;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

#roombtn{ background-color:#fff; padding:60px 0;}
#roombtn ul{ text-align:center; margin:0 10px; letter-spacing:-.4em;}
#roombtn li{ display:inline-block; letter-spacing:normal;
width:245px;
border:1px solid #009b74;
background-position:50% 45px;
background-repeat:no-repeat;
text-align:center;
 padding:15px 10px 24px 10px;
 margin:0 5px 15px 5px;
 vertical-align:top;}
#roombtn li.juso{background-image:url(../../images/top_juso.gif);}
#roombtn li.esaka{background-image:url(../../images/top_esaka.gif);}
#roombtn li.itami{background-image:url(../../images/top_itami.gif);
background-size:170px auto;}
#roombtn li.kobe{background-image:url(../../images/top_kobe.gif);
background-size:170px auto;}
#roombtn li.nagahori{background-image:url(../../images/top_nagahori.gif);
background-size:170px auto;}
#roombtn li .logo{
text-align:left;
margin-bottom:10px;}
#roombtn li .area{
background-color:#009b74;
color:#fff;
font-size:2rem;
width:90px;
line-height:90px;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
font-weight:bold;
margin:0 auto;
margin-bottom:20px;}
#roombtn li h3 {
    color: #333;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
#roombtn li.kobe .area{margin-bottom:10px;}
#roombtn li.kobe h3{margin-bottom: 10px; line-height:1.3;}
#roombtn li .txt{ text-align:justify;
min-height:100px;}
#roombtn a{ display:block;}
#roombtn a .top_btn{ display:block;
 width:169px;
line-height:44px;
margin: 0 auto 5px;
border:1px solid #d9d9d9;
font-size:1.2rem;
background-color:#fff;
color:#221815;}
#roombtn i{
	/* color: #44413f; */
	margin-right: 6px;}


/* Rectangle Out */
#roombtn a .top_btn {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#roombtn a .top_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #009b74;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#roombtn a:hover .top_btn {
  color: #fff;
}
#roombtn a:hover .top_btn:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#roombtn a:hover .top_btn i{ color:#fff;}



#topmap{
	margin-bottom: 40px;
	background: url(../../images/bg_topmap.png);
	padding: 15px 0;
}
#topmap .inner{
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	text-align:center;
}
#topmap .inner a{
	display: block;
	background: #fff;
	border:2px solid #0e7548;
	text-align: left;
	width: 22%;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;

	position: absolute;
}
#topmap .inner a:hover{
	text-decoration: none;
	background: #FFFFD7;
}
#topmap .inner a h2{
	background: #0e7548 url(../../images/wcarw_r.png) 98% center no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 3px 10px;margin-bottom: 0;
}
#topmap .inner ul{
	padding: 10px 15px;
	color: #000;
}
#topmap .inner ul li{
	font-weight: bold;
	background: url(../../images/bullet.png) left center no-repeat;
	padding-left: 20px;
}
#topmap .inner ul li span{
	color: #d00000;
	font-size: 1.8rem;
}
#topmap .inner a.box01{
	left: -20px;
	top:10px;
}
#topmap .inner a.box02{
	right: -20px;
	bottom:10px;
}
#topmap .inner a.box03{
	right: -20px;
	top:10px;
}
#topmap .inner a.box04{
	left: -50px;
	bottom:10px;
	width:25%;
}

.cr_newsbox {
	background-color: #fff;
	padding: 2px;
}

.cr_newsbox div {
	max-width: 1020px;
	margin: 40px auto 0;
	padding: 60px;
	font-size: 15px;
	border: 3px solid red;
}

.cr_newsbox_ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: solid 1px;
	padding-bottom: 15px;
}

.cr_newsbox_txt {
	text-align: left;
}

@media screen and (max-width: 767px) {

.drawer-menu .step{ display:none;}
#topslide{ background-color:rgba(15,15,15,0.1);
padding:20px 0 35px 0;
width:100%;margin-top: 0;}
.container h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.slick-slide img{box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
margin:0;
width:350px;}

#roombtn{ padding:30px 0; min-width: inherit;}
#roombtn ul{ margin:0;}
#roombtn li{
width:47%;
background-position:50% 45px;
 padding:15px 10px;
 margin:0 1.5% 15px 1.5%;
 background-size:100% auto}
#roombtn li.itami,#roombtn li.kobe{
 background-size:100% auto}
#roombtn li .logo{
text-align:center;
margin-bottom:10px;}
#roombtn li .area{
color:#fff;
font-size:1.6rem;
width:70px;
line-height:70px;
margin-bottom:15px;}
#roombtn .container li h3 {
    font-size: 1.6rem;
}
#roombtn li .txt{
min-height:auto;
padding-bottom:20px;}
#roombtn a .top_btn{
 width:100%;
line-height:44px;}

#topmap{
	padding: 10px 0;
}
#topmap .inner{
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}
#topmap .inner a{
	width: 90%;
	margin: 10px auto 0 auto;

	position: static;
}
#topmap .inner a h2{
	font-size: 1.4rem;
	padding: 5px 10px;
    margin-bottom: 0;
}
#topmap .inner ul{
	padding: 5px 10px;
}
#topmap .inner ul li{
	background: url(../../images/bullet.png) left center no-repeat;
}
#topmap .inner ul li span{
	color: #d00000;
	font-size: 1.6rem;
}
#topmap .inner a.box01{
	left: auto;
	top:auto;
}
#topmap .inner a.box02{
	right: auto;
	bottom:auto;
}
#topmap .inner a.box03{
	right: auto;
	top:auto;
}
#topmap .inner a.box04{
	left: auto;
	bottom:auto;
	width: 90%;
}


	.cr_newsbox div {
		max-width: 98%;
		margin: 40px auto 0;
		padding: 15px;
		font-size: 13px;
		border: 3px solid red;
	}

	.cr_newsbox_ttl {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 20px;
		border-bottom: solid 1px;
		padding-bottom: 15px;
	}
  /* =============================
  200427_TOPnewコンテンツ
  ============================= */
  .tokucyou {
    text-align: center;
  }
  .tokucyou li {
    padding: 25% 10%;
    width: 100%;
    margin: 0 auto 0.3%;
  }
  .tokucyou li h4 {
    color: #fff;
    font-size: 1.8rem;
    padding: 0 0 25px;
    line-height: 1;
    margin-bottom: 27px;
    position: relative;
    display: inline-block;
  }

  .ex_back01 {
    background-position: right top;
    height: 330px;
  }

  .ex_back02{
    background-position: right top;
    height: 330px;
  }
  .ex_back03 {
    background-position: right top;
    height: 330px;
  }
  .ex_back04 {
    background-position: right top;
    height: 330px;
  }

  .katsuyou li {
  	display: inline-block;
      vertical-align: top;
      letter-spacing: 0;
      margin-right: 0;
  		margin-bottom: 20px;
  }
.katsuyou li .j_box {
  width: 100%;
    height: auto;
}

  .new_contents .sub_title {
      margin: 50px auto 60px;
  }

.new_contents .sub_title p {
  font-size: 20px;
}
.support {
  display: block;
  text-align: center;
}
.support li {
  margin-bottom: 2%;
}
.total_support {
  text-align: center;
}
.total_support li {
  width: 90%;
  margin-right: 0;
  margin-bottom: 15%;
}
.total_support li h5 {
  text-align: initial;
  width: 80%;
  margin: 0 auto 5%;
  text-align: center;
    padding-left: 40px;
}
.total_support li h5 span{
  display: block;
    position: absolute;
    width: 40px;
    left: 60px;
    bottom: 0;
}
.total_support div {
  padding: 10% 0 10% 12%;
  width: 80%;
  margin: auto;
}
.total_support div p {
  text-align: initial;
}
.total_support .min_txt {
  text-align: initial;
}


}

/*200423 コロナお知らせ*/
.cr_newsbox_s>span {
    color: red;
}
.cr_newsbox_s {
    max-width: 100%;
    margin: 30px auto!important;
    padding: 20px!important;
    border: 1px solid #333!important;
    text-align: left;
}
hr.style01 {
	border-top: 1px dashed #8c8b8b;
}
/* 200928_サーモグラフィページ */
#roombtn ul .thermo_contact {
  width: 230px;
	height: auto;
}
@media screen and (max-width: 767px) {
#roombtn ul .thermo_contact {
  width: 47%;
}
.thermo_time {
  font-size: 11px;
}
}

/* 240415 */
.flex_500yen {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.flex_500yen .t_txt {
  max-width: 500px;
  width: 100%;
}

.flex_500yen .t_img {
  max-width: 450px;
  width: 100%;
}

.point_500yen ul {
  display: flex;
flex-wrap: wrap;
}

.point_500yen ul li {
  max-width: 230px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background: #F7F7F2;
  margin-right: 20px;
}

.point_500yen ul li:nth-child(4n){
  margin-right: 0;
}

.point_500yen ul li img {
  width: 40%;
  text-align: center;
  margin: 0 auto 10px;
  display: block;
}

.point_500yen ul li strong {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #0e7548;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .point_500yen ul li{
    max-width: 100%;
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .point_500yen ul li:nth-child(2n) {
    margin-right: 0;
  }
}

/* 250529 */
.test_mb39 {
  margin-bottom: 39px !important;
}
@media screen and (max-width: 767px) {
  .test_mb39 {
    margin-bottom: 44px !important;
  }
}