@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
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-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
  outline: none;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption, th {
  text-align: left;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.both {
  clear: both;
}
/**
/* CSS START
----------------------------------------------- */
html, body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #1C1C1C;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
#Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a {
  text-decoration: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  color: #000000;
}
.Com {
  zoom: 1;
}
.Com:before, .Com:after {
  content: "";
  display: table;
}
.Com:after {
  clear: both;
}
br.pc_br, .pc_img {
  display: none;
}
@media only screen and (min-width: 768px) {
  br.sp_br, .sp_img, .sp {
    display: none;
  }
  .pc_img, br.pc_br {
    display: block;
  }
}
/**
/* flex CSS
----------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_row {
  webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex_between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex_center {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn {
  text-align: center;
}
.block_btn li {
  display: inline-block;
  width: 100%;
}
.block_btn a {
  display: block;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .header-top {
  background: #ffffff;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  padding: 10px;
}
.global-header .header-logo a {
  width: auto;
  max-width: 336px;
  display: block;
}
.global-header .header-logo a img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.global-header .header_contact {
  display: flex;
  align-items: center;
}
.global-header .header_contact li {
  margin-left: 13px;
}
.global-header .header-tel {
  margin-left: 15px;
}
.global-header .header-tel dt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.global-header .header-tel dt span {
  color: #DE6969;
}
.global-header .header-tel dd a {
  font-family: 'Zen Maru Gothic', serif;
  color: #1F1F1F;
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.global-header .header-view {
  background: url(../img/header_bg.png) no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-top: 82px;
  padding: 40px 0 20px 0;
}
.global-header .header-view .view-box {
  max-width: 1280px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 767px) {
  .global-header .header-top {
    height: 60px;
    padding: 0;
  }
  .global-header .header-logo {
    padding: 10px;
  }
  .global-header .header-logo a {
    width: auto;
    max-width: inherit;
  }
  .global-header .header_contact li {
    margin-left: 0;
  }
  .global-header .header_contact li img {
    width: auto;
    max-width: inherit;
    height: 60px;
  }
  .global-header .header-tel {
    display: none;
  }
  .global-header .header-view .view-box {
    width: 100%;
  }
  .global-header .header-view {
    background: none;
    margin-top: 60px;
    padding: 0;
  }
}
@media only screen and (max-width: 345px) {
  .global-header .header-top {
    height: 50px;
  }
  .global-header .header-logo {
    padding: 5px 10px;
  }
  .global-header .header-logo a {
    height: 35px;
  }
  .global-header .header_contact li img {
    height: 50px;
  }
  .global-header .header-view {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .global-header .header-top {
    padding: 10px;
  }
  .global-header .header-logo a {
    max-width: 170px;
  }
  .global-header .header_contact li {
    margin-left: 5px;
  }
  .global-header .header_contact li.line_btn img {
    width: 160px;
  }
  .global-header .header_contact li.contact_btn img {
    width: 186px;
  }
  .global-header .header-tel {
    margin-left: 10px;
  }
  .global-header .header-tel dt {
    font-size: 12px;
  }
  .global-header .header-tel dd a {
    font-size: 30px;
  }
  .global-header .header-view {
    margin-top: 68px;
    padding: 30px 0 10px 0;
  }
}
/**
/* Common CSS
----------------------------------------------- */
.page-guide {
  position: relative;
  padding: 60px 0;
}
.inner-wrap {
  width: 94%;
  max-width: 1100px;
  margin: auto;
}
.inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .page-guide {
    padding: 10% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-guide {
    padding: 40px 0;
  }
}
/**
/* 見出し CSS
----------------------------------------------- */
.pageWrap .page-header {
  position: relative;
  background: url(../img/bg6.png) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
  margin-top: 82px;
}
.pageWrap .page-header .ttl-icon {
  margin-bottom: 5px;
}
.pageWrap .page-header h1 {
  position: relative;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 43px;
}
.pageWrap .page-header h1:before {
  background: url(../img/ttl-bottom1.png) center;
  background-size: cover;
  content: '';
  position: absolute;
  width: 62px;
  height: 10px;
  bottom: -25px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.page-guide .grid-ttl {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.page-guide .grid-ttl:before {
  content: '';
  position: absolute;
  width: 62px;
  height: 10px;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.page-guide .grid-ttl .ttl-icon {
  margin-bottom: 5px;
}
.page-guide .grid-ttl h2 {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .pageWrap .page-header {
    padding: 8% 0;
    margin-top: 60px;
  }
  .pageWrap .page-header .ttl-icon img {
    width: 12vw;
  }
  .pageWrap .page-header h1 {
    font-size: 5.6vw;
    margin-bottom: 5vw;
  }
  .pageWrap .page-header h1:before {
    width: 13vw;
    height: 2vw;
    bottom: -5vw;
  }
  .page-guide .grid-ttl {
    padding-bottom: 5vw;
  }
  .page-guide .grid-ttl:before {
    width: 13vw;
    height: 2vw;
  }
  .page-guide .grid-ttl .ttl-icon img {
    width: 12vw;
  }
  .page-guide .grid-ttl h2 {
    font-size: 5.6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pageWrap .page-header {
    padding: 40px 0;
    margin-top: 68px;
  }
  .pageWrap .page-header .ttl-icon {
    margin-bottom: 5px;
  }
  .pageWrap .page-header h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .page-guide .grid-ttl {
    padding-bottom: 20px;
  }
  .page-guide .grid-ttl h2 {
    font-size: 28px;
  }
}
/**
/* フッター CSS
----------------------------------------------- */
.footer {
  margin-top: auto;
  background: #261010;
  padding: 35px 0 45px 0;
}
.footer .footer-wrap {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #ffffff;
  align-items: flex-end;
}
.footer h5 {
  margin-bottom: 22px;
}
.footer .footer-add dl.add {
  margin-bottom: 13px;
}
.footer .footer-add dl.add dt {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.footer .footer-add dl.add dd {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-left: 15px;
}
.footer .footer-add dl.tel {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
.footer .footer-add dl.tel dt {
  width: 22px;
}
.footer .footer-add dl.tel dd {
  font-family: 'Alata', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
.footer .footer-add dl.tel dd a {
  color: #ffffff;
}
.footer .footer-add p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer .copy {
  color: #7E7979;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 8% 0 5% 0;
  }
  .footer h5 {
    text-align: center;
    margin-bottom: 3%;
  }
  .footer h5 img {
    width: 50%;
  }
  .footer .footer-add {
    width: 100%;
  }
  .footer .footer-add dl.add {
    margin-bottom: 2%;
  }
  .footer .footer-add dl.add dt {
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 5px;
  }
  .footer .footer-add dl.add dd {
    font-size: 3.4vw;
    text-align: center;
    margin-left: 0;
  }
  .footer .footer-add dl.tel {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  .footer .footer-add dl.tel dt {
    width: 5vw;
  }
  .footer .footer-add dl.tel dt img {
    width: 100%;
  }
  .footer .footer-add dl.tel dd {
    font-size: 6.4vw;
    padding-left: 2%;
  }
  .footer .footer-add p {
    font-size: 3.3vw;
    text-align: center;
  }
  .footer .copy {
    width: 100%;
    font-size: 3.2vw;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 30px 0 30px 0;
  }
  .footer h5 {
    margin-bottom: 15px;
  }
  .footer h5 img {
    width: 200px;
  }
  .footer .footer-add {
    width: 55%;
  }
  .footer .footer-add dl.add {
    margin-bottom: 10px;
  }
  .footer .footer-add dl.add dt {
    font-size: 14px;
  }
  .footer .footer-add dl.add dd {
    font-size: 12px;
    margin-left: 10px;
  }
  .footer .footer-add dl.tel dd {
    padding-left: 10px;
  }
  .footer .footer-add p {
    font-size: 12px;
  }
  .footer .copy {
    width: 45%;
    font-size: 12px;
  }
}