@charset "utf-8";
/*  style　[  共通 ]
=================================================================== */
/* **********************************************************************************
 RESET
*********************************************************************************** */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
hr {
	display: none;
}
p {
}

/* **********************************************************************************
 GENERAL STYLING
*********************************************************************************** */
html {
  /* font-size: 62.5%; 10px */
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font: 180% 'M PLUS Rounded 1c', sans-serif;
  color:#333;

}
a:link    { text-decoration: none;      color: #333; }
a:visited { text-decoration: none;      color: #333; }
/*a:hover   { text-decoration: underline; color: #c30; }*/
a:active  { text-decoration: none; }

a.line-btm {
  border-bottom: #333 1px dashed;
}
a.line-btm:hover {
  border-bottom: #c30 1px solid;
  text-decoration: none;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* **********************************************************************************
 class
*********************************************************************************** */
.noDisplay {
  display: none;
  margin: 0;
  padding: 0;
}
/* japanese */
.jpara { text-indent: none/* 1em*/; }
/* text */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.noWrap {white-space: nowrap;}
/* text decoration */
.text-bold { font-weight: 500; }
.text-uline { text-decoration: underline; }
/* space(top) */
.spaceTop05 { margin-top: 5px; }
.spaceTop10 { margin-top: 10px; }
.spaceTop15 { margin-top: 15px; }
.spaceTop20 { margin-top: 20px; }
.spaceTop25 { margin-top: 25px; }
.spaceTop30 { margin-top: 30px; }
/* space(bottom) */
.spaceBottom05 { margin-bottom: 5px; }
.spaceBottom10 { margin-bottom: 10px; }
.spaceBottom15 { margin-bottom: 15px; }
.spaceBottom20 { margin-bottom: 20px; }
.spaceBottom25 { margin-bottom: 25px; }
.spaceBottom30 { margin-bottom: 30px; }
/* float & clear */
.setRight {
  float: right;
  display: block;
  padding: 0 0 10px 10px;
}
.setLeft {
  float: left;
  display: block;
  padding: 0 10px 10px 0;
}
.setClear {
  clear: both;
  font: 0px/0px sans-serif;
}
/* clearfix */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
 *zoom:1;
}
.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}
.ulNone {
  list-style: none;
}
.list-normal {
  padding: 10px 0 10px 20px;
}

 /* image */
.img-center{
  margin: 0 auto;
  display: block;
}


/* color */
.red {color: #c00;}



/* table */
.table {
  font-size: 90%;
}

 /* Back To Top */
#BackToTop {
  position: fixed;
  opacity: 0.8;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
#BackToTop a {
  background-color: #FFF;
  border-radius: 70px;
  color: #81D2B4;
  border: 1px solid #81D2B4;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  width: 70px;
  height: 70px;
}
#BackToTop a:hover {
  background-color: #81D2B4;
  color: #FFF;
  text-decoration: none;
}
#BackToTop a .fa-chevron-up {
  display: block;
  margin: 9px auto 0 auto;
}

strong {
  font-weight: 500;
}
