@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* ==========================================================================
//
// メディアクエリ
//
========================================================================== */
/* ==========================================================================
//
// 全体
//
========================================================================== */
body {
  position: relative;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #555;
}

a[href^="tel:"] {
  cursor: default;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 1px;
}

/* ==========================================================================
// TB
========================================================================== */
/* ==========================================================================
// SP
========================================================================== */
/* ==========================================================================
//
// ヘッダー
//
========================================================================== */
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  transition: background 0.2s;
}
header ul {
  list-style: none;
}
header .header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1180px;
}
header .header-sp-bar {
  width: 27.55%;
}
header .trigger-nav {
  display: none;
}
header.is-scroll {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
header .ttl-web a {
  display: inline-block;
  transition: opacity 0.2s;
}
header .ttl-web a img {
  vertical-align: bottom;
}
header .ttl-web a:hover, header .ttl-web a:focus {
  opacity: 0.6;
}

/* ナビゲーション
---------------------------------------------------------- */
header nav {
  display: flex;
}
header nav .nav-list,
header nav .nav-sns {
  display: flex;
}
header nav .nav-list a,
header nav .nav-sns a {
  transition: opacity 0.2s, color 0.2s;
}
header nav .nav-list li {
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.07em;
}
header nav .nav-list li a {
  position: relative;
  display: block;
  padding: 26px 25px;
  color: #555;
  text-decoration: none;
}
header nav .nav-list li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #888;
  opacity: 0;
  transition: 0.2s;
}
header nav .nav-list li a:hover, header nav .nav-list li a:focus {
  color: #aaa;
}
header nav .nav-list li a:hover::before, header nav .nav-list li a:focus::before {
  opacity: 1;
}
header nav .nav-sns {
  margin: 0 0 0 45px;
  align-items: center;
}
header nav .nav-sns li + li {
  margin-left: 20px;
}
header nav .nav-sns li a {
  display: block;
  color: #555;
}
header nav .nav-sns li a:hover, header nav .nav-sns li a:focus {
  opacity: 0.6;
}
header nav .nav-sns li.ico-ig i {
  font-size: 29px;
}
header nav .nav-sns li.ico-fb i {
  font-size: 25px;
}
header nav .nav-sns li.ico-tw i {
  font-size: 28px;
}

/* ==========================================================================
// TB
========================================================================== */
@media screen and (max-width:1024px) {
  header .header-in {
    display: block;
    padding: 0;
  }
  header .header-in.is-scroll {
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  }
  header .header-in .ttl-web {
    padding: 0 10px 0 0;
    width: 250px;
  }
  /* ナビゲーション
  -------------------------------------------------------- */
  header .header-sp-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    height: 55px;
  }
  header #header-nav {
    display: none;
  }
  header nav {
    display: block;
    background: #eee;
  }
  header nav .nav-list {
    display: block;
    text-align: center;
    font-weight: bold;
  }
  header nav .nav-list li {
    padding: 5px 10px;
  }
  header nav .nav-list li:nth-child(odd) {
    background: #ccc;
  }
  header nav .nav-list li a {
    padding: 14px 0;
  }
  header nav .nav-list li a::before {
    display: none;
  }
  header nav .nav-sns {
    padding: 20px;
    margin-left: 0;
    justify-content: center;
    border-top: 1px solid #ccc;
  }
  header nav .nav-sns li + li {
    margin-left: 25px;
  }
  header .trigger-nav {
    margin-top: -10px;
    width: 40px;
    position: relative;
    display: block;
    font-size: 11px;
    font-family: "Roboto";
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  header .trigger-nav .txt-menu,
header .trigger-nav .txt-close {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity 0.2s;
  }
  header .trigger-nav .txt-close {
    opacity: 0;
  }
  header .trigger-nav-line {
    display: block;
    margin: 0 auto 5px;
    position: relative;
    width: 30px;
    height: 21px;
  }
  header .trigger-nav-line span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #555;
    border-radius: 5px;
    transition: 0.2s;
  }
  header .trigger-nav-line span:nth-of-type(1) {
    top: 0;
  }
  header .trigger-nav-line span:nth-of-type(2) {
    top: 9px;
  }
  header .trigger-nav-line span:nth-of-type(3) {
    bottom: 0;
  }
  header .is-active .trigger-nav-line span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  header .is-active .trigger-nav-line span:nth-of-type(2) {
    opacity: 0;
  }
  header .is-active .trigger-nav-line span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  header .is-active .txt-menu {
    opacity: 0;
  }
  header .is-active .txt-close {
    opacity: 1;
  }
}
/* ==========================================================================
// SP
========================================================================== */
/* ==========================================================================
//
// フッター
//
========================================================================== */
footer {
  padding: 80px 0 35px;
  background: #555;
  color: #fff;
}
footer .footer-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1180px;
}
footer .name {
  max-width: 315px;
  margin: 0 0 20px;
}
footer .box-information {
  width: 42.11%;
}

/* 住所
---------------------------------------------------------- */
footer .address {
  margin: 0 0 12px;
  padding: 0 20px 0 0;
  line-height: 1.6;
}
footer .address a {
  transition: 0.2s;
}
footer .address > span:after {
  content: "　";
}
footer .address .btn-map {
  max-width: 145px;
  padding: 2px 30px 2px 10px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: 12px;
  font-family: "Roboto";
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
footer .address .btn-map::before {
  display: inline-block;
  margin: 0 20px 0 0;
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
footer .address .btn-map:hover, footer .address .btn-map:focus {
  background: #fff;
  color: #555;
}

/* 電話・FAX・SNS
---------------------------------------------------------- */
footer .list-number {
  list-style: none;
  font-size: 18px;
  letter-spacing: 0.02em;
}
footer .list-number a {
  color: #fff;
  text-decoration: none;
}
footer .list-number i {
  margin: 0 8px 0 0;
  font-size: 15px;
}
footer .list-number li {
  display: inline-block;
  font-family: "Roboto";
  font-weight: bold;
}
footer .list-number li span {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
}
footer .list-sns {
  margin: 45px 0 0;
  padding: 45px 0 0;
  border-top: 1px solid #fff;
}
footer .list-sns a {
  color: #fff;
  transition: 0.2s;
}
footer .list-sns a:hover, footer .list-sns a:focus {
  opacity: 0.6;
}
footer .list-sns li {
  display: inline-block;
  vertical-align: middle;
}
footer .list-sns li + li {
  margin-left: 15px;
}
footer .list-sns .ico-ig {
  font-size: 29px;
}
footer .list-sns .ico-fb {
  font-size: 26px;
}
footer .list-sns .ico-tw {
  font-size: 28px;
}

/* マップ
---------------------------------------------------------- */
footer .box-map {
  position: relative;
  width: 50%;
  padding-top: 35%;
}
footer .box-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* コピーライト
---------------------------------------------------------- */
footer .txt-copyright {
  margin: 45px 0 0;
  width: 100%;
  color: #999;
  text-align: right;
  font-family: "Roboto";
  font-size: 12px;
}
footer .txt-copyright small {
  font-size: 100%;
}

/* ==========================================================================
// TB
========================================================================== */
@media screen and (max-width:1024px) {
  footer {
    padding: 45px 0 15px;
  }
  footer .box-information {
    width: 48%;
  }
  /* 住所
  ---------------------------------------------------------- */
  footer .address {
    margin-bottom: 20px;
  }
  footer .address > span {
    margin: 0 0 10px;
    display: block;
  }
  /* 電話・FAX・SNS
  ---------------------------------------------------------- */
  footer .list-number li {
    display: block;
  }
  footer .list-number li:first-child {
    margin: 0 0 10px;
  }
  footer .list-sns {
    margin-top: 20px;
    padding-top: 20px;
  }
}
/* ==========================================================================
// SP
========================================================================== */
@media screen and (max-width:480px) {
  footer {
    padding: 25px 0 15px;
  }
  footer .footer-in {
    display: block;
  }
  footer .name {
    width: 70%;
  }
  footer .box-information {
    margin-bottom: 30px;
    width: 100%;
  }
  /* 住所
  ---------------------------------------------------------- */
  footer .address {
    padding-right: 0;
  }
  footer .address .btn-map {
    padding: 10px 20px;
    width: 100%;
    max-width: none;
    font-size: 14px;
  }
  /* 電話・FAX・SNS
  ---------------------------------------------------------- */
  footer .list-number {
    text-align: center;
  }
  footer .list-number a {
    text-decoration: underline;
  }
  footer .list-sns {
    margin-top: 30px;
    text-align: center;
    border-color: #777;
  }
  /* マップ
  ---------------------------------------------------------- */
  footer .box-map {
    display: none;
  }
  /* コピーライト
  ---------------------------------------------------------- */
  footer .txt-copyright {
    margin-top: 20px;
    text-align: center;
  }
}
/* ==========================================================================
//
// モジュール(その他)
//
========================================================================== */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  max-width: 1180px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.only-sp,
.only-tb,
.only-tb-sp {
  display: none !important;
}

/* ボタン
---------------------------------------------------------- */
/* 汎用ボタン */
.mod-btn-basic {
  display: block;
  position: relative;
  padding: 1.15em 35px 1.15em 20px;
  background: #555;
  color: #fff;
  text-decoration: none;
  border: 1px solid #555;
  border-radius: 9999px;
  letter-spacing: 0.07em;
  text-align: center;
  transition: background 0.2s;
}

.mod-btn-basic:after {
  position: absolute;
  display: flex;
  align-items: center;
  right: 20px;
  top: 0;
  bottom: 0;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: 0.2s;
}

.mod-btn-basic:hover,
.mod-btn-basic:focus {
  background: #fff;
  border: 1px solid #555;
  color: #555;
}

.mod-btn-basic:hover:after,
.mod-btn-basic:focus:after {
  right: 15px;
}

/* ページトップ */
.mod-btn-pagetop {
  right: 30px;
  z-index: 1;
}
.mod-btn-pagetop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #555;
  border-radius: 50%;
  background: #fff;
  color: #555;
  transition: background 0.2s, color 0.2s;
}
.mod-btn-pagetop a:hover {
  background: #555;
  color: #fff;
}
.mod-btn-pagetop a i, .mod-btn-pagetop a span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
}
.mod-btn-pagetop a i {
  top: 5px;
  font-size: 29px;
}
.mod-btn-pagetop a span {
  top: 35px;
  display: block;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 11px;
}

/* ==========================================================================
// TB
========================================================================== */
@media screen and (max-width:1024px) {
  body {
    font-size: 15px;
  }
  .only-tb,
.only-tb-sp {
    display: block !important;
  }
  .only-pc {
    display: none !important;
  }
}
/* ==========================================================================
// SP
========================================================================== */
@media screen and (max-width:480px) {
  .only-tb,
.only-pc-tb {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  /* ボタン
  ---------------------------------------------------------- */
  /* 汎用ボタン */
  .mod-btn-basic {
    padding: 15px 35px 15px 30px;
    font-size: 14px;
  }
  /* ページトップ */
  .mod-btn-pagetop {
    right: 15px;
  }
  .mod-btn-pagetop a {
    width: 50px;
    height: 50px;
  }
  .mod-btn-pagetop a i {
    font-size: 22px;
  }
  .mod-btn-pagetop a span {
    top: 27px;
  }
}

/*# sourceMappingURL=style.css.map */
