@charset "utf-8";
/* CSS Document for 2019 */
h1, h2, h3,  h5, h6 {
    color: #333;
    font-family: "PT Sans",sans-serif;
    font-weight: 400;
    margin-top: 0;
    /*text-transform: uppercase;*/
}
h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 28px;
}
h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 25px;
}

h2.hcenter{
text-align:center;
}

h2.underline{
/*text-decoration:underline;*/
border-bottom: 1px solid rgba(0,0,0,0.1);
box-shadow: 0 1px 0 rgba(255,255,255,1);
text-shadow: 1px 2px 3px #808080; 
text-align:center;
font-size:1.5em;
width:100%;
}

h2.shadow{
background-color:rgba(204,204,204,1);
text-shadow: 1px 2px 3px #808080; 
text-align:center;
line-height: 2.5em;
}


.text-center h3 {
   /* font-size: 20px;
    line-height: 24px;
    margin: 15px 0 25px;
	color:#ef643e; */
}
h3 {
  margin: 0px; /* 2017 margin:0 0 21px;*/
  padding-bottom:5px;
  line-height: 1.2em; /* 20px;*/
  font-size: 1.2em;/* 15px;*/
}



h3.underline {
border-bottom: 1px solid #0099CC;
/* display: inline-block; */
color:#0099CC; 
text-align:center;
font-size:1.2em;
margin:15px;
width:100%;}

h3.header {
font-size:1.5em;
text-align:center;
}	
	
h3.green {
background-color: #4eb9b9;  Padding:7px;  color:#FFF; text-align:center;
width:100%; display: inline-block; }

h3.orange {
background-color: #FFA500;  Padding:7px;  color:#FFF; text-align:center; width:100%;}


h3.blue {
/*font-size:1.2em;*/ background-color: #55acee; Padding:7px; color:#FFF;width:100%; text-align:center;}


h3.yellow { background-color: #e9ed66; Padding:0px; color:#000; width:100%;  line-height: 2em; margin:0px;  color:#FFF;}

h3.grey  {
	/*font-size:1.2em;*/
	width:100%;
	height: 40px;
	font-weight:bold;
	margin:5px;
	padding: 10px 0px 0px 10px;
 	background-color:#999;
	color:#FFF;
	text-decoration:none;
	align:center; }
	
	  
h3.grey a  { color:#fff; } 

h3.ivory  {
	/*font-size:1.2em;*/
	width:100%;
	height: 40px;
	font-weight:bold;
	margin:0px;
    padding: 0px;
    background-color: #edca92;
	color:#fff;  }  
h3.ivory a  { color:#fff; }

h3.beige {
	width:100%;
	height: 2em;
	font-weight:bold;
	margin:0px;
    padding: 0px;
    background-color:rgba(242,223,196,1);
	} 
h3.beige a  { color:#fff; }

h3.dark {
background-color: #666;  Padding:7px;  color:#FFF; text-align:center; width:100%;}

h4{ color:#fff;  
font-family: "PT Sans",sans-serif; 
text-transform:uppercase;
}

h5{
/*border-bottom: 1px solid #0099CC;
display: inline-block;*/
color:#0099CC; 
font-weight: normal;
margin-top:6px; 
}	


h5.carousel-caption p { font-size:1.5em;color:#fff;}


h7{ font-size: 1em;font-weight: 400; margin:7px;width:100%;  }

h7.brown{Width:90%; background-color:#5c412f; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.9);color:#FFF; line-height:1.2em; margin-bottom:10px;}

.brown{ background-color:#5c412f;color:#FFF; }
h7.grey{ Width:90%; background-color:#999;color:#FFF;}

h8.gray { width: 90%; height: 60px; font-size:18px; font-weight:bolder;
    padding: 10px; background-color:#999;	text-decoration: none ;}
h8.gray a:link {   color: #fff; }
h8.gray a:visited {   color: #fff; }
h8.gray a:hover, a:active, a:focus { color: #5c412f; }

#blue {font-size:1em; background-color: #55acee; Padding:2px; color:#FFF;}

.greybox {
background-color:#f2f2f2; padding:10%;  border-radius: 10px;}


.waterbox {   display:grid; padding:10px 5px; margin: 5px 0; border: solid 3px #6091d3;/*線*/ border-radius: 10px;/*角の丸み*/}

.transparent-box {   display:grid; padding:10px 5px; margin: 10px 10; border: solid 3px #FFF;/*線*/ }

.grey-square-box {  
    border: solid 3px #f2f2f2;/*線*/
    border-radius: 5px;/*角の丸み*/
	display:grid;
	padding:20px;
	margin:20px;
	text-align:left;
}

.p-left {  
	padding:10px;
	margin:10px;
	text-align:left;
}


.grey-line {   clear: both; padding: 1px;  margin:20px; line height:1px; width:100%; background-color:#f2f2f2; color:#6091d3;}

.blue2  { border: double 5px #4ec4d3; }

.img-slider-pc{display: block !important; }
.img-slider-mobile{display: none !important; }


/*クリーム色の左向き吹き出し*/
.balloon4 {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #fff0c6;
  border-radius: 30px;
}

.balloon4:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fff0c6;
  border-radius: 50%;
}

.balloon4:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fff0c6;
  border-radius: 50%;
}
.balloon4 p {
  margin: 0; 
  padding: 0;
}
/*吹き出し　ここまで*/


/*クリーム色の右向き吹き出し*/
.balloon5 {
  position: relative;
  margin: 2em 0 2em 5px;
  padding: 15px;
  background: #fff0c6;
  border-radius: 30px;
}

.balloon5:before {  
  content: "";
  position: absolute;
  right: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fff0c6;
  border-radius: 50%;	
}

.balloon5:after {

 content: "";
  position: absolute;
  right: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fff0c6;
  border-radius: 50%;	
 
}
.balloon5 p {
  margin: 0; 
  padding: 0;
}
/*吹き出し　ここまで*/



.paragraph {
　 display: flex;
  justify-content: center;
  align-items: center;
  font-size:1.2em;
  padding:40px; margin:10px;
}


.paragraph-box {
　 display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial {padding:3px 50px 3px 50px; margin:3px;}

table, th, td {
    border: 1px solid black;
	padding:5px;
} 

th  {
   background:#4eb9b9;
   color:#333;
}


.banner-header { color:#fff;   /*2017-7-11*/
    position: relative; 
}

.banner-header p {  /*2017-7-11*/
  position: absolute;
  color: rgb(255,255,255);
  letter-spacing:-1px;
  font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif ;
  font-weight: bold; font-size:2em;
  /*letter-spacing: 1em;*/
  top:50%;   left:50%; 
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align:center;
  width:100%;
  /*background: rgba(150,150,150,0.2);*/
  text-shadow: 2px 2px 2px #999999;
  line-height: 2;   padding: 5px 10px;/*space around letters*/
  border:none;
  }
.banner-header img { /*2017-7-11*/
  width: 100%;
  }



.white-letter {/*親div*/
  position: relative;  color:#fff; /*相対配置*/ }
 
.white-letter p {
  position: absolute;/*絶対配置*/
   color: rgb(255,255,255);
     letter-spacing:-1px;
 /* top:0px;   left:0px;  }*/
  top:50%;
  left:40%;/*2017-7-11 50%*/
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  margin-left:10%;
  width:100%;
  background: rgba(255,255,255,0.5);
  text-shadow: 2px 2px 2px #999999;
  line-height: 2;
  padding: 5px 10px;/*space around letters*/
  border:none; }
  
  

.white-letter img {
  width: 100%;  }


.rental-header { color:#fff;   /*2017-7-11*/
    position: relative;
}

.rental-header p {  /*2017-7-11*/
  position: absolute;
  color: rgb(0,0,0);
  font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif ;
  font-weight: bold; 
  font-size: 2em;
  top:50%;
  left:40%;/*2017-7-11 50%*/
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  margin-left:10%;
  width:80%;
  background: rgba(255,255,255,0.5);
  line-height: 2;
  padding: 5px 10px;/*space around letters*/
  border:none;
  }
.rental-header img { /*2017-7-11*/
  width: 100%;
  }

.rental-header2 { color:#fff;   /*2017-7-11*/
    position: relative;
}
.rental-header2 p {  /*2017-7-11*/
  position: absolute;
  color: rgb(0,0,0);
  font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif ;
  font-weight: bold; 
  font-size: 2em;
  top:5%;
  /*left:20%;*//*2017-7-11 50%*/
  /*-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);*/
  margin:0;
  margin-left:5px;
  width:50%;
  line-height:1;
  padding: 5px 10px;/*space around letters*/
  border:none;
  }
.rental-header2 img { /*2017-7-11*/
  width: 100%;
  }

.infoContent{ /*2019*/
  padding-right:10%; padding-left:10%;
  }
.infoPath{ /*2017-7-11*/
  font-size:1em; margin:30px 10px 10px 10px; 
  }
  
em { color:#FFF; background-color:#F90; padding:4px 6px;  border-radius: 4px; font-size:12px; margin-right:5px; }  

ul, ol {
  /*padding: 0;
  margin: 0;*/
}
a {
  color: #333;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
img {
  outline: 0;
  vertical-align: top;
  border: 0;
  max-width: 100.1%;
  height: auto;
}

img.lg{
width:100%;
}

img.sm{
max-width:228px;
}


.item_small_title {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 14px;
  color: #333;
}
.item_small_price {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.logo {
	float: left;
	width: 270px;
	margin:5px;
}
.secondary_menu {
    float: right;
}
.navbar-fixed-top ul {padding:0px;}
.secondary_menu li {
    display: inline-block;
    margin-right: 11px;
    padding-right: 8px;
    position: relative;
}
.secondary_menu li::before {
    border-right: 1px dotted #999;
    content: "";
    height: 9px;
    position: absolute;
    right: 0;
    top: 6px;
}
.secondary_menu li:last-child::before {
    display: none;
}
.secondary_menu li a {
    color: #333;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}
.secondary_menu li a:hover {
    color: #242424;
}
.shopping{float:right;margin-bottom:10px;}
.shopping a{color:#666666;}

.navbar-fixed-top{-webkit-box-shadow: 0 5px 6px 0 rgba(161,161,161,161);
box-shadow: 0 5px 6px 0 rgba(161,161,161,161);}

.menu_block {
    background-color: #fff;
    height: 60px;
}
.is-sticky .menu_block {
    box-shadow: 0 1px 0 #e9e9e9;
    left: 0;
    width: 100%;
    z-index: 9000;
}
.menu_toggler {
    display: none;
}
/*
.yamm .nav, .yamm .collapse, .dropup, .dropdown {
    font-family: "PT Sans",sans-serif;
   position: static;
} */
.top-container {
    position: relative; margin:5px;padding:5px; /*2019*/
}
/*.container {
    position: relative; 
}*/


/* ~~ Top search ~~ 2017 */
.searchinput {
	float:left;
	width: 200px; 
	padding-left: 5px;
	height: 27px;
	padding:2px ; 
	border: 1px solid #D7D1C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #858585; 
	border-radius:5px 0px 0px 5px;
	margin:3px 0px 2px 0px;/*8px*/
	font-size:12px; /*added 2015-8*/
}
.searchsub {
	float: left;
	width: 30px;
	height: 27px; 
	background: url(../images/search.gif);
	border: 0px;
	margin:2px 0px 0px 0px; /*8px*/
}/*2017 Top Search Ends---------------*/

/*
.dropdown-menu {
   left: auto;
}
.yamm-content {
    padding: 20px 30px;
}
.dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
} */

#undefined-sticky-wrapper{ position:relative;top:4px; z-index:1;}
.is-sticky .menu_block {
	z-index:9000;
	left:0;
	width:100%;
	box-shadow:0 1px 0 #e9e9e9;
	 z-index: 40;
}

#home {
    padding: 0;
    position: relative;
	top:0px;
	z-index:-1;
}



/*2019 Bootstrap Navbar customise */
.navbar-brand { margin-bottom:0px; margin-top:3px; }
.nav-link { /*width:120px; */text-align:center; /*color:#fff;*/}
.dropdown { font-size:1em; }
.dropdown-item{ background-color:#343a40; color:#fff;}
.dropdown-menu{ background-color:#343a40; color:#fff;}
.dropdown-menu a ul li {color:#fff; width:120px;}
.active a:hover{border:1px #fff solid; background:#696969; color:#fff;}


.btn-outline-secondary{background: #c4c4c4 }/*メガネマーク色をグレーに*/
.btn-outline-secondary:focus{box-shadow:none;}/*メガネマーク周辺のぼかしを消す*/
.navbar-fixed-top { margin-bottom:0px; } 

.bar {
    background: #c4c4c4 none repeat scroll 0 0;
    padding: 0px 5px; margin:0px 0px;
    position: relative;
    width: 100%;
}
.freebox {
    float: left;
    /*margin-left:39px;*/
	text-align:center; /*2017-11-7*/
    width: 24%;
}

.freeboxcontent{ float:left; font-size:1em; padding:1px 5px;text-align:center;} /*2017 added*/

.product-image-wrapper {
    border: 1px solid #919090;
    margin-bottom:5px;
    overflow: hidden;
    padding: 0px; /*5px*/
}

.single-products {
    position: relative;
}
.productinfo {
    position: relative;
}
.text-center {
    text-align: center;
}
.viewnow {
    border:1px #fff solid;
    border-radius: 0;
    color: #FFF;
    font-family: "PT Sans",sans-serif;
    font-size: 15px;
	position:relative;
	top:-183px;
    margin-bottom: 25px;
}
.product-overlay {
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    transition: height 500ms ease 0s;
    width: 100%;
}
.overlay-content a:hover{border:1px #fff solid; background:#999999; /*background:#f95649;*/ color:#fff;}
.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.single-products:hover .product-overlay {
  display:block;
  height:100%;
}

.product-overlay .add-to-cart {
       border: 0 none;
    border-radius: 0;
    color: #666666;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}
.services {
    padding-top: 13px;
}
.animated.fadeInLeft {
    animation-name: fadeInLeft;
    opacity: 1;
}
.animated.fadeInUp {
    animation-name: fadeInUp;
    opacity: 1;
}
.animated.fadeInRight {
    animation-name: fadeInRight;
    opacity: 1;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 0;
}
/*added 2017-5-23----------***********/

.post{
	height:25px; width:200px;padding:5px;} /*top search*/
.post_img {
    display: block;
    float: left;
    margin: 5px 10px 10px 0; /*margin: 5px 30px 10px 0; */
    position: relative;
	width:220px/*270px*/;}  /* news post pictures 2017 */
.post_img::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease-in-out 0s;
}
a.post_title {
    color: #fff;
    font-size: 15px;
}
.post_title {
    display: block;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 18px;
}
.post_content {
    color: #fff;
	padding-top:2px;
}
.read_more {
    padding-bottom: 24px;
    width: auto !important;
  list-style-type:none;
  float:right; margin-right:5px;
}
.read_more a:hover{color:#000; text-decoration:none;}
.readmore {
    background: #f95649 none repeat scroll 0 0;
    color: #fff;
    left: 1px;
    padding: 5px;
    position: relative;
    top: 13px;
    float:right;
}

span.tname{
  color:#f95649 !important; font-size:1em;
}

span.hline{
  position:relative;
  top:12px;
  margin:0px 12px;
}

span.hline img{
 width:25%; /*width:30%;*/
  height:3px;
}

.service p {
    color: #fff;
    font-size: 1em;/*2019 15px*/
    line-height: 1.1em;/*2019 24px*/
    margin: 0;
    padding: 4px 0 15px;
}
.service span {
    color: #666;
    display: block;
    font-size: 1em /*12px*/;
    line-height: 1.1em/*20px*/;
}

.brand_logo {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.brands .brand_logo {
    width:100%;
}
.brands .brand_logo li {
    margin-right:8px;
    width: 200px;
	 display: block;
}
.brand_logo li {
    float: left;
    margin-right: 30px;
    width: 370px;
}
.brands .brand_logo li a {
    border: 1px solid #ccc;
    display: block;
    opacity: 0.35;
}

.brands .brand_logo li a:hover {
    border: 1px solid #ccc;
    display: block;
    opacity: 0.99;
}

.about{ background:#e4e4e4; color:#000; margin-top:20px; padding:10px 0px;}
.freeship_bar {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 10px;  /*padding: 0px;*/
    position: relative;
}
.freeship_bar a{ color:#666;}

.freeship p{
margin-top:18px;
font-weight:bold;
font-size:16px;
font-family: "PT Sans",sans-serif;
}

#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
  z-index:0;
}

#sidebar h3 {
  margin: 0 0 15px;
  font-weight: 900;
}

.sidepanel {
    margin: 0 0 10px;
    padding: 14px 18px 7px;
}
.categoriesrig li {
  position: relative;
  display:block;
  padding: 5px 0 4px 15px;
  border-bottom: 1px solid #ccc;
}
.categoriesrig li a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  
}
.categoriesrig li a:hover {
	font-weight:900;
	color:#333;
	text-decoration:none;
}

.newitems li {
  position: relative;
  display:block;
  padding: 5px 0 4px 15px;
}
.neitems li a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  
}
.newitems li a:hover {
	font-weight:900;
	color:#333;
	text-decoration:none;
}

.items_small {
  padding-top: 0px;
}
.items_small li {
  padding: 0 0 27px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.item_small_img {
  float: left;
  margin-right: 20px;
  width: 70px;
}


footer {
    background-color: #333;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    padding: 34px 0 0;
    position: relative;
}
footer li{display:block;}

.copyright{ padding:10px 0; 
text-align:center;
background:#222222; 
color:#acacac;
}

  
.footlinks li{
margin-bottom:6px;
padding-bottom: 6px;
padding-left:0px;
font-size:1.2em;
}

.footit{
  border-bottom: 1px solid #EE5249;
  padding-bottom:12px;
  }
h4.footit{ font-size:1.2em;}

footer a {
    color: #999;
}
footer a:hover {
    color: #fff;
	text-decoration:none;
}

div.social, div.ccards{
padding-top:12px;
}

.featured_items{margin-top:10px;}


/*2017-5-1-----------------------------*/

ul.ectmenu1 {
	list-style: none;
	border: 0px solid; /*0px solid*/
	color: #060;/*green*/
	font: bold 11px /*14px*/Arial, Helvetica, sans-serif;
	padding: 0px; /*0px*/
  }
li.ectmenu1 {
	border: 1px solid;
	padding: 1px;/*4px*/
	background-color: #999999;
	text-align: left;
}
li.ectmenu1 a{
	    color: #fff;
		 padding:4px; 
} 
li.ectmenu1 a:hover	{
	color: #C00;
	padding: 4px; }          
.col-sm-12 { width: 100%;textalign:center; padding:3px 6px;}
.col-xl-12 { width: 100%;textalign:center; padding:3px 6px;} 
.col-lg-12 { width: 100%;textalign:center; padding:3px 6px;}
.col-sm-6 {width:50%; float:left; padding:3px 6px;}
.col-lg-6 {width:50%; float:left; padding:3px 6px;}
.col-lg-4 {width: 33%; float:left;padding:3px 4px;}
.col-sm-3 {width: 25%; float:left;padding:3px 6px;}
.col-lg-3 {width: 25%; float:left;padding:3px 6px;}
.col-xl-3 {width: 25%; float:left;padding:3px 6px;}
.lead {margin:15px;line-height:1.2; text-align:center;} /*from bootstrap to use for title*/
.list-img{ width:35%; float:left; padding:6px;} 
.list-right{width:60%; float:left; margin-left:6px; padding:3px 6px;}
.post_img {width:50%;} 
.partners { height:200px; width:100%; margin:5px; padding:10px; border: 1px solid black ;}
.partners-logo  { height:80px; width:250px; margin:0px; padding:3px; text-align:center;}
.row {margin-right:0px; margin-left:0px;}
.sentence4 {height:200px;}
.sentence3 {height:300px;}
.lead {font-size:1em;} 
.figure-caption {font-size:1em;} 
.card-text {font-size:1em; height:60px} /*2026*/
.blockquote {font-size:1em; textalign:left;}
.mobile-call {display:none;}
.media-block{ margin:7px; padding:7px; border: 1px #999999 solid; } 
/*.card {width:33%;}*/

 }


 /* ここまで1200px以上- xl bootstrap min-width:1200px container max-width:1140px */
@media screen and (max-width: 1200px) { 
.col-sm-12 { width: 100%;textalign:center; padding:3px 5px;}
.col-md-12 { width: 100%;textalign:center; padding:3px 5px;}
.col-xl-12 { width: 100%;textalign:center; padding:3px 5px;}
.col-lg-12 { width: 100%;textalign:center; padding:3px 5px;}
.col-lg-6 {width: 50%; float:left; padding:3px 5px;}
.col-md-6 {width :50%; float:left; padding:3px 5px;}
.col-sm-6 {width: 50%; float:left; padding:3px 5px;}
.col-lg-4 {width: 100%; float:left; padding:3px 4px;}
.col-sm-3 {width: 46%; float:left;padding:3px 5px;}
.col-md-3 {width: 46%; float:left;padding:3px 5px;}
.col-lg-3 {width: 46%; float:left;padding:3px 5px;}
.col-xl-3 {width: 46%; float:left;padding:3px 5px;}
.post_img { width:150px; margin: 5px 10px 10px 0;}
.banner-header p {font-size:1em;}
.infoContent{ padding-right:15px; padding-left:15px; }
h4.footit{ font-size:1em;}
/*.post_content{ font-size: 0.8em;line-height: 0.9em;}*/
/*.service p { font-size: 0.8em;line-height: 0.9em; padding: 2px 0 2px;}*/
h2.hcenter{margin: 0px;font-size: 1em;}
.row {margin-right:0px; margin-left:0px;}
h2.underline{font-size:1em;}
h3.underline{font-size:1em;}
.sentence4 {height:200px;}
.sentence3 {height:300px;}
}
 /*ここまで992px以上 lg bootstrap min-width:992px container max-width:960px */
@media screen and (max-width: 992px) { 
.col-sm-12 { width: 100%;textalign:center; padding:3px 5px;}
.col-md-12 { width: 100%;textalign:center; padding:3px 5px;}
.col-lg-12 { width: 100%;textalign:center; padding:3px 5px;}
.col-lg-6 {width: 50%; float:left; padding:3px 5px;}
.col-md-6 {width:50%; float:left; padding:3px 5px;}
.col-sm-6 {width: 50%; float:left; padding:3px 5px;}
.col-lg-4 {width: 100%; float:left; padding:3px 5px;}
.col-sm-3 {width: 46%; float:left;padding:3px 5px;}
.col-md-3 {width: 46%; float:left;padding:3px 5px;}
.col-lg-3 {width: 46%; float:left;padding:3px 5px;}
.post_img { width:150px; margin: 5px 10px 10px 0;}
.banner-header p {font-size:1em;}
.infoContent{ padding-right:10px; padding-left:10px; }
h4.footit{ font-size:1em;}
/*.post_content{ font-size: 0.8em;line-height: 0.9em;}*/
/*.service p { font-size: 0.8em;line-height: 0.9em; padding: 2px 0 2px;}*/
h2.hcenter{margin: 0px;font-size: 1em;}
.row {margin-right:0px; margin-left:0px;}
h2.underline{font-size:1em;}
h3.underline{font-size:1em;}
.sentence4 {height:300px;}
.sentence3 {height:400px;}
.paragraph {font-size:1em; padding:7px; margin-top:30px;}
.testimonial {padding:3px 5px 3px 5px; margin:3px;}
}


 /*768px以下　md bootstrap min-width:768px container max-width:720px */
@media screen and (max-width: 768px) {
.col-lg-12 {width: 100%; padding:3px 5px;}
.col-md-12 {width: 100%; padding:3px 5px;}
.col-sm-12 {width: 100%; padding:3px 5px;}
.col-lg-6 {width:50%; float:left; padding:3px 5px;}
.col-md-6 {width:50%; float:left; padding:3px 5px;}
.col-sm-6 {width:50%; float:left; padding:3px 5px;}
.col-lg-4 {width:100%; float:left; padding:3px 5px;}
.col-sm-4 list-unstyled{font-size:1.5em;} /*Top menu sub manu*/
.col-sm-3 {width: 46%; float:left;padding:3px 5px;}
.col-md-3 {width: 46%; float:left;padding:3px 5px;}
.col-lg-3 {width: 46%; float:left;padding:3px 5px;}
.post_img {width:60%;} 
.footlinks {font-size:1em;}
.lead {line-height:1; text-align:center;} /*from bootstrap to use for title*/
.blockquote {margin-left:2px; padding-left:2px;} /*for info contents*/
.rental-header p {  font-size: 1em;  }
.freebox p { font-size:0.7em; } 
.freeboxcontent {font-size:0.7em;}
.banner-header p {  bold; font-size:1em; letter-spacing: 0em; } 
.infoContent{ padding-right:6px; padding-left:6px; }
img.lg{ width:100%;}
img.sm{max-width:100%;} 
.row {margin-right:0px; margin-left:0px;}
h2.underline{font-size:1em;}
h3.underline{font-size:1em;}
.sentence4 {height:400px;}
.sentence3 {height:400px;}
.mobile-call {display:block;}
.logo {width:200px; margin:0px;}
.card-deck {width:100%}
.card {width:100%;}
.img-slider-pc{display: none !important; }
.img-slider-mobile{display: block !important; }
.sp-none {display: none !important; }


}

 /*576px以下 sm　　bootstrap min-width:576px container max-width:540px */
@media screen and (max-width: 576px) {

.post_img {width:100%; padding:3px 5px;}
.col-lg-12{width:100%; padding:3px 5px;}
.col-sm-12{width:100%; padding:3px 5px;}
.col-sm-6 {width:100%; padding:3px 5px;}
.col-lg-6 {width:100%; padding:3px 5px;}
.col-lg-4 {width:100%; padding:3px 5px;}
.col-sm-3 {width:100%; padding:3px 5px;}
.col-lg-3 {width:100%; padding:3px 5px;}
.list-right{width:100%; float:left; padding:5px;}
span.hline img{	width:15%;height:3px;}
.freeship p{margin-top:5px;font-size:12px;}
/*.freeboxcontent { display:none;}*/
.rental-header2 p { font-size:1em;	}
.banner-header p {  bold; font-size:1em; letter-spacing: 0em; }
.infoContent{ padding-right:5px; padding-left:5px; }
h2 {   font-size: 1em; line-height: 1.2em; padding:5px;}
h2.underline{font-size:1em;}
h3.underline{font-size:1em;}
.row {margin-right:0px; margin-left:0px;}
.sentence4 {height:200px;}
.sentence3 {height:200px;}
/*.bar {display:none;width: 100%;}*/
.mobile-call {display:block; color:#FFF;}

 }