@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*---------------------------------------------
    font
---------------------------------------------*/
@font-face {
  font-family: "utsukushi";
  src: url("../font/utsukushi.woff2") format("woff2"), url("../font/utsukushi.woff") format("woff");
}

/*---------------------------------------------
    html
---------------------------------------------*/
html {
  font-size: 62.5%;
}

/*---------------------------------------------
    body
  ---------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: 'Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  text-align: left;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------------------------
    link
  ---------------------------------------------*/
a {
  -webkit-transition-duration: 0.5s;
  color: inherit;
  outline: none;
  text-decoration: none;
  transition-duration: 0.5s;
}

a img {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a img:hover {
  opacity: 0.8;
}

/*---------------------------------------------
    common
  ---------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
}

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

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

#wrapper {
  margin: 0 auto;
  width: 100%;
}

.btn {
  margin: 0 auto;
  max-width: 320px;
  width: 96%;
}

.btn a {
  background: #fff;
  border: #000 solid 1px;
  border-radius: 26px;
  display: block;
  height: 50px;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
  width: 100%;
}

.btn a:hover {
  background: #000;
  color: #fff;
}

.btn a::after {
  content: ">";
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-style {
  width: 100%;
}

.table-style caption {
  color: #fff;
  text-align: left;
}

.table-style .red {
  color: #f00;
}

@media screen and (max-width: 767px) {
  .table-style {
    width: 90%;
  }
}

.table-style tr {
  border-bottom: 1px #beb9a5 dashed;
}

.table-style tr:first-child {
  border-top: 1px #beb9a5 dashed;
}

.table-style tr th, .table-style tr td {
  padding: 20px 12px;
}

.table-style tr th {
  width: 120px;
}

input[type="submit"],
input[type="button"] {
  -moz-appearance: button;
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: border-box;
  appearance: button;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  outline: 0;
}

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

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

button:focus {
  outline: 0;
}

.tac {
  text-align: center;
}

.bg-fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

/*---------------------------------------------
    header
  ---------------------------------------------*/
#header {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  #header {
    top: 0;
  }
}

#header #h-inner {
  margin: 0 auto;
  max-width: 1900px;
}

#header #h-inner #logo {
  left: 2%;
  position: absolute;
  top: 20px;
  width: 600px;
}

@media screen and (max-width: 767px) {
  #header #h-inner #logo {
    max-width: 280px;
    top: 14px;
    width: 80%;
  }
}

#g-nav {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #g-nav {
    -webkit-transition: all .5s;
    display: block;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 0 !important;
    top: 0 !important;
    transition: all .5s;
    visibility: hidden;
    width: 100%;
    z-index: 99;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #g-nav {
    background: #3a2a54;
  }
}

@media screen and (max-width: 767px) {
  #g-nav.open {
    -webkit-transition: all .5s;
    opacity: 1;
    transition: all .5s;
    visibility: visible;
  }
  #g-nav #nav-inner {
    background: #fff;
    background-size: cover;
    height: 100vh;
    opacity: .9;
    width: 100%;
    z-index: 9999;
  }
}

#g-nav ul {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  justify-content: space-between;
  width: 100%;
}

#g-nav ul li {
  width: calc( 100% / 5);
}

@media screen and (min-width: 768px) {
  #g-nav ul li:nth-child(3) img {
    position: relative;
    top: -8px;
  }
}

@media screen and (max-width: 767px) {
  #g-nav ul li {
    width: 100%;
  }
  #g-nav ul li:nth-child(3) img {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  #g-nav ul {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
  }
}

#g-nav ul li a {
  background: #3a2a54;
  color: #fff;
  display: block;
  height: 100%;
  line-height: 3;
  padding: 30px;
  text-align: center;
  width: 100%;
}

#g-nav ul li a:hover {
  background: #473662;
}

@media screen and (max-width: 767px) {
  #g-nav ul li a {
    padding: 10px 0;
  }
  #g-nav ul li a img {
    width: 30px;
  }
}

/* ハンバーガーメニュー */
@media screen and (max-width: 767px) {
  .menu_button {
    cursor: pointer;
    height: 64px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 60px;
    z-index: 999999;
  }
  .menu_button span {
    -webkit-transition: .2s;
    background: #fff;
    display: block;
    height: 4px;
    left: 11px;
    position: absolute;
    top: 24px;
    transition: .2s;
    width: 38px;
  }
  .menu_button span::before {
    -webkit-transition: .3s;
    background: #fff;
    content: "";
    display: block;
    height: 4px;
    left: 0px;
    position: absolute;
    top: -13px;
    transition: .3s;
    width: 38px;
  }
  .menu_button span::after {
    -webkit-transition: .3s;
    background: #fff;
    content: "";
    display: block;
    height: 4px;
    left: 0px;
    position: absolute;
    top: 13px;
    transition: .3s;
    width: 38px;
  }
  .menu_button .close {
    background: transparent;
    border: none;
  }
  .menu_button .close::before, .menu_button .close::after {
    margin-top: 0;
  }
  .menu_button .close::before {
    -webkit-transform: rotate(-45deg);
    background: #fff;
    top: 0;
    transform: rotate(-45deg);
  }
  .menu_button .close::after {
    -webkit-transform: rotate(-135deg);
    background: #fff;
    top: 0;
    transform: rotate(-135deg);
  }
}

/*---------------------------------------------
    main
  ---------------------------------------------*/
#main {
  margin: 0 0 30px;
  width: 100%;
}

#wrapper {
  height: auto;
  width: 100%;
}

.btn-txt {
  font-size: 26px;
  font-weight: bold;
}

.btn-line {
  background: #000;
  height: 7px;
  margin-top: 9px;
}

a {
  color: black;
  text-decoration: none;
}

/*---------------------------------------------
    footer
  ---------------------------------------------*/
footer {
  margin-bottom: 30px;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 40px;
  }
}

footer .tel a {
  font-size: 2.6rem;
}

footer .fax span {
  font-size: 2.6rem;
}

footer #f-inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

footer #f-inner #f-logo {
  margin: 0 auto 20px;
  width: 300px;
}

footer #f-inner .f-nav {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  footer #f-inner .f-nav {
    margin-bottom: 0;
  }
}

footer #f-inner .f-nav ul {
  margin: 0 auto;
  max-width: 780px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer #f-inner .f-nav ul {
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 300px;
  }
}

footer #f-inner .f-nav ul li {
  border-left: 1px solid #333;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  footer #f-inner .f-nav ul li {
    float: left;
    text-align: center;
    width: calc( 100% / 5);
  }
}

@media screen and (max-width: 767px) {
  footer #f-inner .f-nav ul li {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  footer #f-inner .f-nav ul li:nth-child(3) {
    border-right: 1px solid #333;
  }
}

footer #f-inner .f-nav ul li:last-child {
  border-right: 1px solid #333;
}

@media screen and (min-width: 768px) {
  footer #f-inner .f-nav ul li a:hover {
    text-decoration: underline;
  }
}

footer #f-inner .copy {
  clear: both;
  text-align: center;
}

/*-----------------------------------------------------	*/
/*	page top						*/
/*-----------------------------------------------------	*/
#pagetop {
  bottom: 30px;
  position: fixed;
  right: 30px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 0;
    right: 0;
  }
}

#pagetop a {
  background: #3a2a54;
  display: block;
  height: 50px;
  width: 50px;
}

#pagetop a:hover {
  background: #473662;
}

#pagetop span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#pagetop a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  content: '\f077 ';
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  left: 16px;
  position: absolute;
  top: 8px;
}
