@font-face {
  font-family: 'Line Seed JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/LINESeedJP_OTF_Th.woff2') format('woff2');
}

@font-face {
  font-family: 'Line Seed JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/LINESeedJP_OTF_Rg.woff2') format('woff2');
}

@font-face {
  font-family: 'Line Seed JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/LINESeedJP_OTF_Bd.woff2') format('woff2');
}

@font-face {
  font-family: 'Line Seed JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/LINESeedJP_OTF_Eb.woff2') format('woff2');
}

:root{
    --font-family-sans-serif: "Line Seed JP", "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

a.nav-link {
    --bs-nav-link-font-weight: 400 !important;
    --bs-nav-link-hover-color: rgba(255, 255, 255, 1) !important;
}

ul.navbar-nav {
    --bs-nav-link-color: rgba(255, 255, 255, 0.8) !important;
}

body {
    font-family: var(--font-family-sans-serif);
    line-height: 150%;
    background-color: #f0f4fc;
}

h1, h2, h3, h4, h5, h6 {
/*
    font-family: var(--font-family-sans-serif);
*/
    color: #382027;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    /* color: var(--bs-body-color); */
    color: #382027;
}

a {
/*    color: inherit; */
    text-decoration: none;
}

img {
    width:100%;
}

img.logo {
    height:1.6rem;
    width:auto;
    vertical-align: -10%;
}

img.eyecatch {
    object-fit: none;
    width: auto;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .4);
    float:left;
    margin:0 20px 10px 0;
}

span.caption {
    margin-left: 1rem;
    font-size: .8rem;
    color:#666;
}

h2 {
    /* ブログの見出し、静的ページのタイトル */
/*
    font-family: "BIZ UDPGothic";
    font-weight: 700;
*/
}

h3 {
    /* 静的ページの見出し */
    margin:2rem 0 .8rem;
    /*
    font-family: "BIZ UDPGothic";
    font-weight: 700;
   */
}

.event thead {display:none;}

.event tr {
    border-bottom: 1px dotted #888;
}

.event tr:nth-child(1){
    border-top: 2px solid #888;
}

.event tr:nth-last-child(1){
    border-bottom: 2px solid #888;
}

.event tr td {
  padding:3px 5px;
}

.event tr td:nth-child(1) {
    white-space: nowrap;
    font-weight: bold;
}

.event hr {
  border-top: 2px dotted;
}

/*
.tag a.badge {
  text-decoration: none;
}
*/

.event .postscript{
  font-size: 80%;
  padding: 0 6px;
  color: #333;
  background-color: #ccc;
}

.module_about_center img {
  width: 100%;
  object-fit: cover;
}

.module_about_center li {
    list-style: none;
}

.module_about_center ul {
    padding-left: 0;
}

.module_calender table{
    border-top: 1px solid #aaa;
}

.module_calender td {
    vertical-align: top;
    padding: 4px 1px;
    font-family: 'Droid Sans Mono';
    border-bottom: 1px dashed #aaa;
}


.module_calender td.date {
    white-space: nowrap;
    width:3rem;
}

.module_news table{
    border-top: 1px solid #aaa;
}

.module_news td {
    vertical-align: top;
    padding: 4px 1px;
    font-family: 'Droid Sans Mono';
    border-bottom: 1px dashed #aaa;
}

.module_news td.date {
    white-space: nowrap;
    width:3rem;
}

table.new_arrival {
    width: 100%;
}

table.history {
    border-bottom : 2px solid #888;
}

table.history tr{
    border-bottom : 1px dotted #888;
}

table.history tr.year{
    border-top: 2px solid #888;
}

table.history td{
    vertical-align:top;
}

table.history td.year{
    text-align:left;
    padding: 0.3rem 0;
    width: 4rem;
}
table.history td.month{
    text-align:right;
    padding: 0.3rem 0;
    width: 2.4rem;
}
table.history td.day{
    text-align:right;
    padding: 0.3rem 0;
    width: 2.4rem;
}
table.history td.issue{
    padding: 0.3rem 0 0.3rem 0.3rem;
}

/* FAQ */
.faq dl{
    margin-left:2rem;
}

.faq dt{
    display: list-item;
    list-style: "Q：" outside;
    margin-top:.6rem;
}

.faq dd{
    display: list-item;
    list-style: "A：" outside;
    margin-bottom:1rem;
}
