@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 追加設定
----------------------------------------------- */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* 共通設定
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
/*  pc -start- */
/*  pc =end=  */
/* mobile -start- */
/* mobile *end* */
body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギsノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #131313;
  letter-spacing: 0.2em;
}

.en,
.number {
  font-family: utile, sans-serif;
}

.jp {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #131313;
  transition: 0.2s;
}
a .title {
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
}
a:hover .title {
  opacity: 0.3;
}

a.btn .small {
  font-size: 0.7em;
}

p {
  line-height: 1.6em;
  margin-bottom: 25px;
}

.no_break {
  display: inline-block;
}

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

/* ハンバーガーボタン
----------------------------------------------- */
#spNavBtn {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 13px;
  right: 18px;
  cursor: pointer;
  z-index: 9999;
  background: white;
  border: solid 1px #1f1f1f;
  /* ボタンの切り替えアニメーション */
}
#spNavBtn .wrap {
  position: relative;
}
#spNavBtn .wrap span {
  background: #1f1f1f;
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  left: 14px;
  transition: 0.35s ease-in-out;
}
#spNavBtn .wrap span:nth-child(1) {
  top: 15px;
}
#spNavBtn .wrap span:nth-child(2) {
  top: 23px;
}
#spNavBtn .wrap span:nth-child(3) {
  top: 31px;
}
#spNavBtn.open span:nth-child(1) {
  top: 24px;
  transform: rotate(315deg);
}
#spNavBtn.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
#spNavBtn.open span:nth-child(3) {
  top: 24px;
  transform: rotate(-315deg);
}

/* ヘッダー
----------------------------------------------- */
header {
  transition: 0.5s;
  background: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 280px;
}
header .contact_block {
  background: url("../images/common/angle_w.png") no-repeat right 20px top 17px #b3a760;
  text-align: center;
  width: 300px;
}
header .contact_block a.btn_contact {
  display: block;
  padding: 25px 0;
  color: white;
  font-size: 18px;
}

/* グローバルナビ
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  nav.global {
    max-width: 900px;
    width: 100%;
  }
  nav.global ul {
    display: flex;
  }
  nav.global ul li {
    width: 180px;
  }
  nav.global ul li a {
    color: #131313;
    transition: 0.2s;
    text-align: center;
    display: block;
    padding: 25px 0;
  }
  nav.global ul li a:hover {
    background: rgb(226, 225, 225);
  }
  nav.global ul li.parent {
    position: relative;
  }
  nav.global ul li.parent .child {
    z-index: 9999;
    left: 0;
    position: absolute;
    width: 240px;
    background: white;
    transform: scaleY(0);
    transition: 0.08s;
    opacity: 1;
  }
  nav.global ul li.parent:hover {
    cursor: pointer;
  }
  nav.global ul li.parent:hover .child {
    transform: scaleY(1);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  nav.global {
    border-right: solid 1px gainsboro;
    display: none;
    overflow-y: auto;
    background: #ffffff;
    position: fixed;
    z-index: 5;
    height: 100%;
    top: 0;
    width: 300px;
  }
  nav.global ul > li {
    white-space: nowrap;
    border-bottom: solid 1px gainsboro;
  }
  nav.global ul > li a {
    display: block;
    padding: 25px 0 25px 15px;
  }
  nav.global .container.sp {
    padding: 0;
  }
  nav.global ul {
    margin-bottom: 20px;
  }
  nav.global .container > a {
    white-space: nowrap;
    display: block;
    text-align: center;
    width: 90%;
    padding: 25px 0;
    color: #eee;
  }
  nav.global a.sp_tel {
    background: #1f1f1f;
    margin: 0 auto 10px;
  }
  nav.global a.sp_contact {
    background: #b3a760;
    margin: 0 auto 25px;
  }
}

/*  pc -start- */
@media print, screen and (min-width: 768px) {
  body.fixed {
    padding-top: 110px;
  }
  body.fixed .pc_header {
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
/*  pc =end=  */
/* パンくずナビ
----------------------------------------------- */
section.breadcrumbs {
  padding: 15px 0;
  background: #3F3B3A;
  color: #eee;
  line-height: 1.4em;
}
section.breadcrumbs .container {
  font-size: 12px;
}
section.breadcrumbs .container a {
  font-size: 12px;
  color: #eee;
}

/* コンテンツ部分の囲み
----------------------------------------------- */
div.container {
  max-width: 1200px;
}

div.container_640 {
  max-width: 640px;
}

div.container_960 {
  max-width: 960px;
}

div.container,
div.container_640,
div.container_960 {
  width: 100%;
  margin: 0 auto;
  /* mobile */
}
@media print, screen and (max-width: 767px) {
  div.container,
  div.container_640,
  div.container_960 {
    padding: 0 10px;
  }
}

/* フッター
----------------------------------------------- */
section.application {
  /* ↓ pc ↓ */
  /* ↑ pc ↑ */
  /* ↓  mobile ↓ */
  /* ↑  mobile ↑ */
}
@media print, screen and (min-width: 768px) {
  section.application .container {
    display: flex;
    justify-content: space-between;
    padding: 75px 10%;
  }
  section.application .container a {
    width: 48%;
    font-size: 2vw;
    padding: 50px 0;
    line-height: 1.3em;
  }
}
section.application .container {
  max-width: 1920px;
}
section.application .container a {
  display: block;
  text-align: center;
}
section.application .container a img {
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}
section.application .container a .small {
  font-size: 0.4em;
}
section.application .container a:first-child {
  border: solid 2px #0e1011;
}
section.application .container a:nth-child(2) {
  color: #eee;
  background: #b3a760;
}
@media screen and (max-width: 767px) {
  section.application .container {
    padding: 25px 10px;
  }
  section.application .container a {
    padding: 15px 0;
    font-size: 8vw;
  }
  section.application .container a:first-child {
    margin-bottom: 10px;
  }
}

footer {
  background: white;
  /* mobile */
}
footer .gmap {
  background: #C83C03;
  margin-bottom: 85px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  footer .gmap {
    padding: 0 0 25%;
  }
}
@media screen and (max-width: 767px) {
  footer .gmap {
    padding: 0 0 50%;
  }
}
footer .gmap iframe {
  transition: 0.5s;
  opacity: 0.9;
  filter: grayscale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
footer .gmap iframe:hover {
  filter: grayscale(0.3);
}
footer .logo {
  margin-bottom: 85px;
  text-align: center;
  /* ↓  mobile ↓ */
  /* ↑  mobile ↑ */
}
footer .logo .logo_mark {
  margin-bottom: 75px;
}
footer .logo .busy_hour {
  font-size: 12px;
  margin-bottom: 20px;
}
footer .logo .address {
  font-size: 14px;
}
footer .logo .tel {
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .logo {
    margin-bottom: 50px;
  }
  footer .logo .logo_mark {
    margin-bottom: 35px;
  }
}
footer small.copy {
  color: rgb(255, 210, 210);
  padding: 25px 0;
  display: block;
  text-align: center;
  font-size: 14px;
  background: #1f1f1f;
}
@media print, screen and (max-width: 767px) {
  footer small.copy {
    padding: 35px 0 35px;
  }
}

/* ページトップ
----------------------------------------------- */
.page-top {
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  right: 10px;
  font-size: 10px;
  width: 55px;
  height: 55px;
  transition: 0.2s;
  padding-top: 35px;
  text-align: center;
  border: solid 1px white;
  background: url("../images/common/top.png") no-repeat center top 15px white;
  /* PC */
  /* ↓  mobile ↓ */
  /* ↑  mobile ↑ */
}
@media print, screen and (min-width: 768px) {
  .page-top {
    bottom: 15px;
  }
  .page-top:hover {
    border: solid 1px black;
    background: url("../images/common/top.png") no-repeat center top 13px white;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 15px;
  }
}

/* サブページカバー画像
----------------------------------------------- */
section.sub_cover {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  /* mobile */
}
section.sub_cover .dot {
  position: absolute;
  display: block;
  width: 100%;
  height: 99%;
  background: url(../images/top/dot.png);
}
@media screen and (max-width: 767px) {
  section.sub_cover {
    margin-bottom: 30px;
  }
  section.sub_cover .dot {
    height: 98%;
  }
}

/* サブページ大見出し
----------------------------------------------- */
h1.sub .container {
  text-align: center;
  margin-bottom: 125px;
  /* mobile */
}
h1.sub .container .main {
  font-size: 3.5vw;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
h1.sub .container .sub {
  font-size: 1vw;
  font-weight: normal;
  letter-spacing: 0.5em;
  color: grey;
}
@media print, screen and (max-width: 767px) {
  h1.sub .container {
    margin-bottom: 35px;
  }
  h1.sub .container .main {
    font-size: 10vw;
    margin-bottom: 10px;
  }
  h1.sub .container .sub {
    font-size: 3vw;
  }
}

h2.sub {
  font-weight: normal;
  text-align: center;
  margin: 0 auto 75px;
  /* mobile */
}
h2.sub .main {
  border-bottom: solid 1px #d9d9d9;
  font-size: 2vw;
  letter-spacing: 0.5em;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  h2.sub {
    padding: 20px 0;
    margin-bottom: 15px;
    line-height: 1.6em;
  }
  h2.sub .main {
    font-size: 18px;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=common.css.map */