/*------------------------
  リセットCSS
-------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i, dl, fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,main {
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary,main {
  display: block;
}


/*------------------------
 各ページのベースとなるCSS
-------------------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 6.25%;
  width: 100%;
  height: 100%;
}
   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,p,blockquote,table,th,td,tbody,address {
  margin: 0;
  padding: 0;
  font-family:
    "Noto Sans JP",
    "Noto Sans CJK JP",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  font-size: 14px;   
}

body {
  font-family:
    "Noto Sans JP",
    "Noto Sans CJK JP",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

a:link {
  text-decoration: none;
  color: #000;
  outline: none;
}
  
a:visited {
  color: #000;
  text-decoration: none;
}
  
a:hover {
  text-decoration: underline;
  color: #6CAC2D;
}
 
a:active {
  color: #000;
}

a[href^="tel:"] { 
  cursor: default;
  text-decoration: none !important;
  color: #000;
}
  
table {
  border-collapse: collapse;
  border-spacing: 0;
}
  
fieldset,img {
  border: 0;
}
   
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,th,var {
  font-style: normal;
  font-weight: normal;
}
  
ol,ul {
  list-style: none;
}
  
caption,th {
  text-align: left;
}
   
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
   
q:before,q:after {
  content:"";
}
   
abbr,acronym {
  border: 0;
}
   
a {
  outline: none;
  text-decoration: underline;
}

.btn-over {
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: linear;
  transition-delay: 0;
}

.btn-over:hover {
  opacity: .7;
}

strong {
  font-weight: 600;
}

em {
  font-style: normal;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
 
.cf:after {
  clear: both;
}

.fbold {
  font-weight: bold;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.img-center,
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

::selection {
  background: #EDF5E5;
 }




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

body {
  -webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

.btn-over:hover {
  opacity: 1;
}

a {
  -webkit-tap-highlight-color: rgba(255,255,255,.6);
}


}




/*===== ■ アイコンフォント =====*/

@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?w4hnts');
    src:    url('fonts/icomoon.eot?w4hnts#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?w4hnts') format('truetype'),
        url('fonts/icomoon.woff?w4hnts') format('woff'),
        url('fonts/icomoon.svg?w4hnts#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
    content: "\e901";
}
.icon-mail:before {
    content: "\e900";
}
.icon-home2:before {
    content: "\e902";
}
.icon-file-text2:before {
    content: "\e903";
}
.icon-location:before {
    content: "\e904";
}
.icon-map:before {
    content: "\e905";
}
.icon-clock2:before {
    content: "\e80b";
}
.icon-plus:before {
    content: "\e906";
}
.icon-minus:before {
    content: "\e907";
}
.icon-edit:before {
    content: "\e800";
}
.icon-book2:before {
    content: "\e908";
}
.icon-checked:before {
    content: "\e909";
}
.icon-keyboard_arrow_down:before {
    content: "\e10f";
}
.icon-keyboard_arrow_right:before {
    content: "\e111";
}
.icon-book:before {
    content: "\e90a";
}