a {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* **************************************************************************************

RESET

************************************************************************************** */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input, textarea {
  appearance: none;
  border: 0;
  outline: none; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  appearance: none;
  cursor: pointer; 
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='submit'], input[type='button'] {
  cursor: pointer;
}

input, textarea {
  appearance: none; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  outline: none;
  color: #333;
  text-decoration: none;
}

img {
  height: auto; 
  width: 100%;
}

/* **************************************************************************************

BASE

************************************************************************************** */
html {
  position: relative;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  color: #101010;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%; 

  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
body a, body button {
  font-family: 'Noto Sans JP', sans-serif;

  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
body > img {
  height: 0 !important;
}

.ef-fade01 {
  opacity: 0;
}

.fade01 {
  opacity: 1.0;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden; 
    font-size: 62.5%;
  }
  body {
    min-height: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.13rem;
    line-height: 2;
  }
  a {
    line-height: 1.4 !important;
  }
  ._pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    height: 100%;
    min-height: 100%;
    min-width: 1000px;
    font-size: 13px;
    letter-spacing: 1.6px;
    line-height: 2;
  }
  ._sp {
    display: none;
  }
}

/* **************************************************************************************

SITE HEADER

************************************************************************************** */
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    height: 21.33333vw !important;
    margin: 0 auto;
  }
  .header .logo {
    position: absolute;
    left: 0; 
    top: 15px;
    width: 34.66667vw !important;
  }
  .header .logo img {
    width: 100%;
  }
  .header .tel {
    position: absolute;
    right: 4vw;
    top: 10px;
    font-size: 3.46667vw;
    font-weight: bold;
    text-align: center;
  }
  .header .tel span {
    display: block;
    font-size: 2.66667vw;
    font-weight: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .header {
    position: relative;
    height: 120px;
    width: 920px;
    margin: 0 auto;
  }
  .header .logo {
    position: absolute;
    left: -20px; 
    top: 15px;
    width: 240px;
  }
  .header .tel {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .header .tel span {
    display: block;
    font-size: 16px;
    font-weight: normal;
  }
}

/* **************************************************************************************

SITE FOOTER

************************************************************************************** */
@media screen and (max-width: 767px) {
  .footer {
    margin: 10.66667vw 0 2.66667vw;
    padding: 0 4vw;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px; 
    z-index: 100;
    width: 40px;
  }
  .copyright {
    margin: 20px 0;
    font-size: 12px;
    text-align: center;
  }
  .footer {
    margin: 80px 0 20px;
    text-align: center;
  }
}

/* **************************************************************************************

CONTENTS

************************************************************************************** */
@media screen and (max-width: 767px) {
  .contents {
    margin: 0 auto;
    padding: 0 4vw;
    font-size: 3.46667vw;
  }
  .contents .greeting {
    margin: 8vw 0;
  }
  .contents .map {
    margin: 8vw 0;
  }
  .contents .map iframe {
    height: 42.66667vw; 
    width: 100% !important;
  }
  .contents dl {
    padding: 4vw; 
    border-bottom: 1px solid #efefef;
  }
  .contents dt {
    font-weight: bold;
  }
  .contents .bnr {
    margin: 8vw auto;
    text-align: center;
  }
  .contents .bnr p {
    margin: 4vw 0;
    font-size: 3.46667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .contents {
    width: 920px;
    margin: 0 auto;
    font-size: 16px;
  }
  .contents .greeting {
    margin: 60px 0;
  }
  .contents .map {
    margin: 20px 0;
  }
  .contents .map iframe {
    width: 100% !important;
  }
  .contents dl {
    padding: 10px; 
    border-bottom: 1px solid #efefef;
  }
  .contents dt {
    font-weight: bold;
  }
  .contents .bnr {
    margin: 40px auto;
    text-align: center;
  }
  .contents .bnr p {
    margin: 10px 0;
    font-size: 18px;
  }
}
