html {
  font-size: 62.5%;
  background-color:#FFFFFF;
  margin:0;
  padding:0;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#333;
  font-size:1.4rem;
  margin:0;
  padding:0;
}

.clear {
  clear: both;
  width: 100%;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img[class*="wp-image-"], img[class*="attachment-"] {
    width: auto;
    height: auto;
    max-width: 100%;
}

.sidemenu .banner{
margin-top: 1em;
padding: 14px;
}
.sidemenu .banner img {
    max-width: 100%;
    width:100%;
    object-fit: cover;
}

/*------------------------------------------*
* float
*------------------------------------------*/
.floatL{
  float: left;
}
.floatR{
  float: right;
}
.floatN{
	float:none;
}

.txtL{
  text-align:left;
}

.txtR{
  text-align:right;
}

.txtC{
  text-align:center;
}

/*------------------------------------------*
* indent
*------------------------------------------*/
.in{
	margin-left:1em;
}
.ind{
	text-indent:1em;	
}
.indb{
	margin:2em 0 1em 1em;
	font-weight:bold
}
.indm{
	text-indent:-1em;
	margin:0.5em 0 0.5em 2em;	
}
.indmw{
	text-indent:-1em;
	margin-left:3em;	
}
.indmh{
	text-indent:-1em;
	margin-left:4em;	
}
/*------------------------------------------*
* font
*------------------------------------------*/
.fsize14{
	font-size:1.4rem;
	line-height:2.6rem;		
}
.fsize16{
	font-size:1.6rem;
	line-height:2.8rem;	
}
.fsize18{
	font-size:1.8rem;
	line-height:3rem;
}
.fsize20{
	font-size:2rem;
	line-height:3.2rem;	
}
.fsize22{
	font-size:2.2rem;
	line-height:3.4rem;		
}
.fsize24{
	font-size:2.4rem;
	line-height:3.6rem;		
}
.fsize30{
	font-size:3rem;
	line-height:4.2rem;		
}
.fsize36{
	font-size:3.6rem;
	line-height:4.8rem;		
}
.bold{
	font-weight:bold;	
}

/*------------------------------------------*
* color
*------------------------------------------*/
.red {
  color: #D11E2D;
}
.blue{
  color:#00F;	
}
.black {
  color: #000;
}


a p,
a,
a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a:link, a:visited {
  text-decoration: none;
  color:#333;
}


a:hover, a:active, a:focus {
  text-decoration: none;
  color:#333;
}
a:hover p,
a:hover img, a:active img, a:focus img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img {
	width:auto;
	height:auto;
  vertical-align: middle;
  line-height: 1;
}

aside.f-float img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.tel_float_icon img {
    width: 22px;
}




/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}


