html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}


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

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

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: local("../resources/font/NotoSansCJKjp/NotoSansCJKjp-Light"), url("../resources/font/NotoSansCJKjp/NotoSansCJKjp-Light.woff2") format("woff2"), url("../resources/font/NotoSansCJKjp/NotoSansCJKjp-Light.woff") format("woff"), url("../resources/font/NotoSansCJKjp/NotoSansCJKjp-Light.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Open-Sans";
  font-style: normal;
  font-weight: bold;
  src: local("../resources/font/Open-Sans/OpenSans-Bold"), url("../resources/font/Open-Sans/OpenSans-Bold.woff2") format("woff2"), url("../resources/font/Open-Sans/OpenSans-Bold.woff") format("woff"), url("../resources/font/Open-Sans/OpenSans-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Open-Sans";
  font-style: italic;
  font-weight: bold;
  src: local("../resources/font/Open-Sans/OpenSans-BoldItalic"), url("../resources/font/Open-Sans/OpenSans-BoldItalic.woff2") format("woff2"), url("../resources/font/Open-Sans/OpenSans-BoldItalic.woff") format("woff"), url("../resources/font/Open-Sans/OpenSans-BoldItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  min-width: 320px;
  height: 100%;
  color: #000;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', 'Noto Sans Japanese', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  display: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}

img {
  vertical-align: bottom;
}

/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

@media only screen and (min-width: 768px) {
  body:before, body:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: fixed;
    left: 0;
    background-color: #fff;
    z-index: 50;
  }
  body:before {
    top: 0;
  }
  body:after {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper:before, .wrapper:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 50;
  }
  .wrapper:before {
    left: 0;
  }
  .wrapper:after {
    right: 0;
  }
}

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  z-index: 30;
  letter-spacing: -.4em;
}
@media only screen and (min-width: 768px) {
  .header {
    background-color: transparent;
    top: 20px;
  }
}

.inner-header {
  position: static;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .inner-header {
    position: relative;
    padding: 20px 40px 0;
  }
}

.header_menu {
  display: inline-block;
  letter-spacing: normal;
}

.header_logo {
  margin-top: 18px;
  width: 45px;
  position: relative;
  z-index: 50;
}
.header_logo path {
  fill: #000;
}
@media only screen and (min-width: 768px) {
  .header_logo {
    margin-top: 10px;
    width: 100px;
    height: 33px;
    margin-right: 40px;
    display: inline-block;
    letter-spacing: normal;
  }
  .header_logo path {
    fill: #000;
  }
  .top .header_logo path {
    fill: #fff;
  }
}

.header_mailto {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header_mailto {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 5px;
    letter-spacing: 0.15em;
    font-size: 13px;
    font-size: 1.3rem;
    color: #000;
    transition: opacity 0.2s linear;
  }
  .top .header_mailto {
    color: #fff;
  }
  .header_mailto:hover {
    opacity: 0.7;
  }
  .header_mailto .mail_icon {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    top: -5px;
  }
  .header_mailto .mail_icon path {
    fill: #333;
  }
  .top .header_mailto .mail_icon path {
    fill: #fff;
  }
}

.menu_btn {
  display: block;
  width: 33px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 50;
}
@media only screen and (min-width: 768px) {
  .menu_btn {
    display: none;
  }
}
.menu_btn .menu_btn_line {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 10px;
}
.menu_btn .menu_btn_line.line-top {
  top: 10px;
  transition: transform 0.2s linear;
  transform-origin: 1px 1px;
}
.menu_btn .menu_btn_line.line-middle {
  top: 15px;
  transition: transform 0.2s linear;
}
.menu_btn .menu_btn_line.line-bottom {
  top: 20px;
  transition: transform 0.2s linear;
  transform-origin: 1px 1px;
}

.header_menu.menu-open .menu_btn_line {
  width: 16px;
}
.header_menu.menu-open .line-top {
  transform: rotate(45deg);
  transform-origin: 1px 1px;
}
.header_menu.menu-open .line-middle {
  display: none;
}
.header_menu.menu-open .line-bottom {
  transform: rotate(-45deg);
  transform-origin: 1px 1px;
}

@media only screen and (max-width: 767px) {
  .menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu .menuWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }
  .menu .menu_list {
    margin-bottom: 40px;
  }
  .menu .menu_list:last-child {
    margin-bottom: 0;
  }
  .menu .menu-link {
    letter-spacing: 0.15em;
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media only screen and (min-width: 768px) {
  .menu {
    display: block;
  }
  .menu .menu_list-top,
  .menu .menu_list-contact {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .menuWrap {
    letter-spacing: -.4em;
  }
}

@media only screen and (min-width: 768px) {
  .menu_list {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    bottom: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .menu-link {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    color: #000;
    position: relative;
  }
  .menu-link:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background-color: #000;
    position: absolute;
    bottom: -5px;
    left: -1px;
    transition: width 0.15s linear;
  }
  .top .menu-link:after {
    background-color: #fff;
  }
  .menu-link:hover:after {
    width: 100%;
  }
  .menu-link:visited {
    color: #000;
  }
  .top .menu-link {
    color: #fff;
  }
  .top .menu-link:visited {
    color: #fff;
  }
}

/* header */
/* menu */
/* menu */
.main {
  position: relative;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .main {
    padding: 0;
  }
}

.section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 80px);
  padding: 50px 0 0;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) {
  .section {
    height: 100%;
    padding: 0;
  }
}
.top .section#top, .news .section#news, .map .section#map {
  opacity: 1;
  z-index: 1;
}

/* footer */
.footer {
  width: 100%;
  height: 80px;
  padding: 0 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 25;
}
@media only screen and (max-width: 767px) {
  .footer {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    bottom: 20px;
  }
}

.inner-footer {
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .inner-footer {
    height: 100%;
    padding: 0 40px;
  }
}

.address {
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.15em;
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .address {
    line-height: 3;
    position: absolute;
    left: 40px;
    top: -5px;
    text-align: justify;
    font-size: 11px;
    font-size: 1.1rem;
    color: #000;
  }
  .top .address {
    color: #fff;
  }
  .address .adjust {
    letter-spacing: 0.16em;
  }
}

.copy {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .copy {
    position: absolute;
    right: 40px;
    top: 25px;
    margin: 0;
    font-size: 11px;
    font-size: 1.1rem;
    color: #000;
  }
  .top .copy {
    color: #fff;
  }
}

.footer_tapeBottom {
  width: 240px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .footer_tapeBottom {
    display: none;
  }
}
.top .footer_tapeBottom {
  background-image: url(../img/common/tape_bottom.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.footer_tapeBottom .footer_dotWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: auto;
  text-align: center;
}
.footer_tapeBottom .footer_dotWrap .dot_list {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
}
.footer_tapeBottom .footer_dotWrap .dot_list:last-child {
  margin-right: 0;
}
.footer_tapeBottom .footer_dotWrap .dot_link {
  display: block;
  width: 14px;
  height: 14px;
}
.footer_tapeBottom .footer_dotWrap .dot {
  margin: 0 auto;
  overflow: hidden;
  text-indent: 1000px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
}
.top .footer_tapeBottom .footer_dotWrap .dot {
  background-color: #fff;
}
.top .footer_tapeBottom .footer_dotWrap .dot.dot-top, .news .footer_tapeBottom .footer_dotWrap .dot.dot-news, .map .footer_tapeBottom .footer_dotWrap .dot.dot-map {
  background-color: #999;
}

/* footer */




