<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&amp;family=Shippori+Mincho+B1&amp;display=swap");
/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
code,
del,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

img {
  vertical-align: middle;
}

/*========================================
  要素の基本的なスタイル
========================================*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  min-width: 320px;
  color: #332f2e;
  background: #fff;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2.9333333333vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
iframe,
video,
picture {
  max-width: 100%;
}

img {
  letter-spacing: 0;
  font-size: 12px;
}

a {
  text-decoration: none;
  word-break: break-all;
}

small {
  font-size: 80%;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  font: inherit;
}

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

label {
  cursor: pointer;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

/*========================================
  ヘッダー
========================================*/
.l-header {
	position: relative;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.l-header__logo {
		position: absolute;
		top: 0;
		left: 30px;
		width: 140px;
		box-shadow: 2.828px 2.828px 16px 0px rgb(0 0 0 / 10%);
		z-index: 30;
	}
}
@media screen and (max-width: 767px) {
	.l-header {
		display: flex;
    height: 16vw;
    box-shadow: 2.828px 2.828px 16px 0px rgb(0 0 0 / 10%);
	}
	.l-header__logo {
		display: flex;
    align-items: center;
    width: 43.2vw;
    padding: 1.5vw 0 0 4vw;
	}
	.l-header__logo img {
    width: 30.9333333333vw;
}
}


/*========================================
  フッター
========================================*/
.l-footer {
  background-color: #fff;
}
.l-footer__foot-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
	border-top: 1px solid #f2efed;
  padding: 32px 27px 63px 31px;
}
.l-footer__foot-body {
  display: flex;
  align-items: center;
}
.l-footer__foot-txt {
  padding-top: 5px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.l-footer__logo {
  width: 287px;
  margin-right: 28px;
}
.l-footer__copyright small {
  font-size: 1.2rem;
  font-family: "Roboto", serif;
  color: #807773;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.l-footer__foot-inner {
    flex-direction: column;
    justify-content: center;
  }
  .l-footer__copyright {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
	.l-footer__foot-inner {
    flex-direction: column;
    padding: 5vw 0 13vw;
  }
	.l-footer__foot-body {
    flex-direction: column;
  }
	.l-footer__foot-txt {
    margin-top: 3vw;
    padding-top: 0;
    font-size: 2.4vw;
  }
	.l-footer__logo {
    width: 47.8666666667vw;
    margin-right: 0;
  }
  .l-footer__copyright small {
    font-size: 2.1333333333vw;
  }
}

/*========================================
  メンテナンス
========================================*/
.p-maintenance__inner {
  max-width: 800px;
  margin: auto;
  padding: 190px 0 120px;
}
.p-maintenance__ttl {
  margin: 0 auto;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.4;
}
.p-maintenance__lead {
	margin-top: 45px;
  text-align: center;
  line-height: 1.75;
  color: #665f5c;
}
.p-maintenance__lead &gt; p:not(:first-child) {
  margin-top: 25px;
}
.p-maintenance-content {
  background-color: #f2efed;
  padding: 20px;
}
.p-maintenance-content:first-of-type {
  margin-top: 55px;
}
.p-maintenance-content:not(:first-of-type) {
  margin-top: 30px;
}
.p-maintenance-content__ttl {
  border-bottom: 1px dotted #332f2e;
  text-align: center;
  padding-bottom: 25px;
  font-size: 2rem;
	font-weight: 400;
  line-height: 1.4;
}
.p-maintenance-content__body {
  padding: 20px 20px 0;
  text-align: center;
}
.p-maintenance-content__txt {
  font-size: 1.8rem;
  line-height: 1.7;
}
.p-maintenance-content__note {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #807b78;
}

.p-maintenance-content__link {
  color: #e53917;
}
@media screen and (max-width: 767px) {
	.p-maintenance__inner {
    padding: 10vw 5.3333333333vw;
  }
	.p-maintenance__ttl {
    margin: 0 auto;
    font-size: 5.8666666667vw;
  }
	.p-maintenance__lead {
		margin-top: 10vw;
	}
	.p-maintenance__lead &gt; p:not(:first-child) {
    margin-top: 5vw;
  }
	.p-maintenance-content {
    padding: 4vw;
  }
	.p-maintenance-content:first-of-type {
    margin-top: 15vw;
  }
	.p-maintenance-content:not(:first-of-type) {
    margin-top: 10vw;
  }
	.p-maintenance-content__ttl {
    padding-bottom: 5vw;
    font-size: 3.7333333333vw;
  }
	.p-maintenance-content__body {
    padding: 5vw 2vw 0;
  }
	.p-maintenance-content__txt {
    font-size: 3.2vw;
  }
  .p-maintenance-content__note {
    margin-top: 2vw;
    font-size: 2.6666666667vw;
  }
}

/*========================================
 * hidden
 *
 * クラス : u-hidden-{MQ}
========================================*/
.u-hidden {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-hidden-ltSP {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .u-hidden-ltTAB {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-gtTAB {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .u-hidden-gtPC {
    display: none !important;
  }
}

/*========================================
 * color
========================================*/
.u-color-main {
  color: #332f2e !important;
}

.u-color-orange {
  color: #e53917 !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-gray {
  color: #665f5c !important;
}
</pre></body></html>