@charset "UTF-8";
html {
  box-sizing: border-box;
  color: #555;
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 600px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html body {
  padding-top: 40px;
}
@media screen and (min-width: 960px) {
  html body {
    padding-top: 55px;
  }
}
html #path {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
html #path p {
  padding: 5px 0;
}
html a {
  color: #007bff; /* 段落内リンクの色 */
  text-decoration: underline; /* インラインリンクには下線を使用 */
  font-size: inherit;
}
html a > button {
  border: 1px solid #ccc;
  margin: 0 5px;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.9rem;
}
html a:hover {
  color: red;
  cursor: pointer;
}
html p > a {
  text-decoration: none;
  margin: 0 10px;
}
html p.right {
  text-align: right;
}
html .red {
  color: red;
}
html .bold {
  font-weight: bold;
}
html .big {
  font-size: clamp(20px, 2.5vw, 24px);
}
html .middle {
  font-size: clamp(17px, 2.1875vw, 21px);
}
html .small {
  font-size: clamp(11px, 1.5625vw, 15px);
}
html .jump {
  text-align: right;
}
html .jump a {
  font-weight: bold;
  background-image: url("https://kawabata1911.com/img/haikei/yajirusi-2017.gif");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 20px;
  margin: 0 20px;
}
html .marker {
  background: linear-gradient(transparent 70%, #e8f0ff 0%);
  border-radius: 2px;
  padding: 0 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}
html .del {
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-color: red;
}
html .izen {
  color: #666;
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
html table tr:nth-child(odd) {
  background-color: #fff;
}
html table tr:nth-child(even) {
  background-color: #f9f9f9;
}
html table th {
  border: 1px solid #ccc;
  padding: 0.6em 1em;
  background-color: #d6efe3;
  color: #2e5e4e;
  text-align: center;
  font-weight: normal;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: -0.01em;
}
html table td {
  border: 1px solid #ccc;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
  color: #333;
}
html table td:hover {
  background-color: #f5fae0;
}
html table a {
  color: #2e8b57;
  text-decoration: none;
}
html table a:hover {
  text-decoration: underline;
}
html p:has(+ .scroll) {
  margin-top: 0.8rem;
  margin-bottom: 0;
}
html .scroll table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  word-break: keep-all;
  table-layout: fixed;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  /*これ必要*/
}
html .scroll table td.wordwrap {
  font-size: 0.8rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  word-break: break-all;
  width: 150px;
  min-width: 150px;
  /*これも必要*/
}
@media screen and (min-width: 761px) {
  html .scroll table td.wordwrap {
    width: 200px;
    min-width: 200px;
  }
}
html .scroll table.kikaku th {
  background-color: #f0f0f0;
  color: #444;
  padding: 0.2rem;
  font-size: 0.8rem;
  white-space: nowrap;
  border: 1px solid #ddd;
}
html .scroll table.kikaku td {
  font-size: 0.8rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
}

@media print {
  div#navibar, div.side, div#footer-back, div#infom_noprint, div#page_top {
    display: none;
  }
  div.oowaku, div#oowaku {
    width: 210mm;
  }
}
div.oowaku,
div#oowaku {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  background-color: #fff;
}
div.oowaku div.main,
div.oowaku div.submain,
div#oowaku div.main,
div#oowaku div.submain {
  padding: 10px;
}
@media screen and (min-width: 960px) {
  div.oowaku,
  div#oowaku {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /*flexstartで画像の伸び問題の解消*/
  }
  div.oowaku div.submain,
  div#oowaku div.submain {
    width: auto;
    max-width: 740px;
  }
  div.oowaku div.submain.width,
  div#oowaku div.submain.width {
    width: 100%;
    max-width: unset;
  }
}
div.oowaku .side,
div#oowaku .side {
  display: none;
}
@media screen and (min-width: 960px) {
  div.oowaku .side,
  div#oowaku .side {
    display: block;
    width: 200px;
    padding-left: 5px;
    padding-top: 20px;
  }
  div.oowaku .side > div,
  div#oowaku .side > div {
    border: 1px solid #ccc;
    margin-bottom: 30px;
  }
  div.oowaku .side > div img,
  div#oowaku .side > div img {
    width: 100%;
  }
  div.oowaku .side > div:first-of-type,
  div#oowaku .side > div:first-of-type {
    text-align: center;
    font-size: 13px;
    margin-bottom: 50px;
    border: 1px solid orangered;
  }
  div.oowaku .side > div:first-of-type span,
  div#oowaku .side > div:first-of-type span {
    display: block;
    font-size: 26px;
    letter-spacing: -2px;
  }
  div.oowaku .side > div:first-of-type > a,
  div#oowaku .side > div:first-of-type > a {
    text-decoration: none;
    color: #333;
  }
  div.oowaku .side > div:first-of-type > a > span,
  div#oowaku .side > div:first-of-type > a > span {
    color: orangered;
  }
  div.oowaku .side > div > p:first-of-type,
  div#oowaku .side > div > p:first-of-type {
    padding: 10px 5px;
    text-align: center;
    /* border-bottom: 1px solid #999; */
    margin: 0;
    font-weight: bold;
  }
  div.oowaku .side > div p.chu_sort,
  div#oowaku .side > div p.chu_sort {
    /* font-weight: bold; */
    margin: 10px 0 0 5px;
    color: #333;
    font-size: clamp(12px, 1.6666666667vw, 16px);
  }
  div.oowaku .side > div p.chu_sort > a,
  div#oowaku .side > div p.chu_sort > a {
    display: block;
    font-size: inherit;
    color: inherit;
  }
  div.oowaku .side > div p.chu_sort > a:hover,
  div#oowaku .side > div p.chu_sort > a:hover {
    color: red;
    background-color: antiquewhite;
  }
  div.oowaku .side > div > a,
  div#oowaku .side > div > a {
    color: darkcyan;
    text-decoration: underline;
    font-size: clamp(10px, 1.4583333333vw, 14px);
    display: block;
    line-height: 1.3;
    letter-spacing: -0.05;
    /*padding-left: 15px;*/
    padding: 3px 15px 8px 15px;
  }
  div.oowaku .side > div > a:hover,
  div#oowaku .side > div > a:hover {
    color: red;
    background-color: antiquewhite;
  }
  div.oowaku .side > div > a:last-of-type,
  div#oowaku .side > div > a:last-of-type {
    padding-bottom: 15px;
  }
}
div.oowaku div#pankuzu p,
div#oowaku div#pankuzu p {
  font-size: clamp(11px, 1.5625vw, 15px);
}
div.oowaku div#pankuzu p a,
div#oowaku div#pankuzu p a {
  font-size: clamp(11px, 1.5625vw, 15px);
}

.campaign {
  position: relative;
  padding: 20px 0;
  margin-bottom: 50px;
  text-align: center;
}

.campaign::before,
.campaign::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px; /* 線の太さ */
  background: linear-gradient(to right, #ff5733, #ffc300); /* グラデーション */
  animation: fadeIn 2s ease-in-out forwards; /* フェードインアニメーション */
}

.campaign::before {
  top: 0; /* 上の線 */
}

.campaign::after {
  bottom: 0; /* 下の線 */
}

.f_items {
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #333;
  max-width: 960px;
  margin: 0 auto;
}
.f_items > p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #004d4d;
  margin-bottom: 1rem;
  text-align: center;
}

.category-block {
  margin-bottom: 2rem;
}
.category-block .category-header {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.category-block .category-header a {
  color: #007070;
  text-decoration: underline;
}
.category-block .category-header a:hover {
  color: #004d4d;
}
.category-block .middle-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.category-block .middle-category {
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  padding: 0.8rem;
  background-color: #fafafa;
}
.category-block .middle-category > p {
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.category-block .middle-category > p a {
  color: #007070;
  text-decoration: underline;
}
.category-block .middle-category > p a:hover {
  color: #004d4d;
}
.category-block .middle-category .small-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.category-block .middle-category .small-category a {
  font-size: 0.85rem;
  padding: 0.2rem 0.5rem;
  background-color: #f2f2f2;
  border-radius: 0.3rem;
  text-decoration: none;
  color: #005555;
  transition: background-color 0.2s ease;
}
.category-block .middle-category .small-category a:hover {
  background-color: #e4f5f5;
  color: #003c3c;
}

#footer-mitumori {
  margin: 2rem auto;
  text-align: center;
}
#footer-mitumori a {
  display: inline-block;
  background-color: #007070;
  color: #fff;
  padding: 0.7rem 6rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 2rem;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
#footer-mitumori a:hover {
  background-color: #004d4d;
  transform: translateY(-2px);
}

.footerinfo-p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #004d4d;
  margin-bottom: 2rem;
  margin-top: 10rem;
}

#footer-info {
  max-width: 960px;
  margin: 0 auto 6rem;
  padding: 0 1rem;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.8;
}
#footer-info .fsubject {
  font-weight: bold;
  font-size: 1.05rem;
  color: #007070;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  border-left: 4px solid #007070;
  padding-left: 0.6rem;
}
#footer-info p {
  margin: 0.8rem 0;
}
#footer-info del {
  color: #999;
  text-decoration: line-through;
}

#footer-back {
  background-color: #f8f8f8;
  padding: 2.5rem 1rem;
  font-size: 0.9rem;
  color: #333;
}

#footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
  /* 関連サイトは常に幅100％ */
}
#footer > div {
  width: 100%;
}
#footer address {
  font-style: normal;
  line-height: 1.7;
}
#footer address span[itemprop=name] {
  font-weight: bold;
  font-size: 1rem;
  color: #004d4d;
  display: inline-block;
  margin-bottom: 0.4rem;
}
#footer address a[itemprop=telephone],
#footer address a[itemprop=url] {
  display: inline-block;
  margin-top: 0.3rem;
  color: #007070;
  text-decoration: none;
}
#footer address a[itemprop=telephone]:hover,
#footer address a[itemprop=url]:hover {
  text-decoration: underline;
  color: #004d4d;
}
#footer .all_link {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
#footer .all_link a {
  color: #007070;
  text-decoration: none;
  font-size: 0.9rem;
}
#footer .all_link a:hover {
  text-decoration: underline;
  color: #004d4d;
}
#footer > div:last-child {
  width: 100%;
}
#footer > div:last-child p {
  margin: 0.5rem 0;
  line-height: 1.6;
}
#footer > div:last-child a {
  margin-right: 1rem;
  display: inline-block;
  color: #007070;
  text-decoration: none;
}
#footer > div:last-child a:hover {
  text-decoration: underline;
  color: #004d4d;
}

/* PC 表示：左→右の2カラム、下に関連サイト */
@media screen and (min-width: 768px) {
  #footer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer > div:nth-child(1) {
    width: 40%;
  }
  #footer > div.all_link {
    width: 55%;
  }
  #footer > div:last-child {
    width: 100%;
    margin-top: 1.5rem;
  }
}
div#address {
  margin: 20px;
}
div#address address {
  font-size: clamp(14px, 1.875vw, 18px);
  text-align: center;
}

/*ページトップに戻るボタン*/
#page_top {
  position: fixed;
  right: 2px;
  bottom: -50px;
  background: blue;
  opacity: 0.6;
  border-radius: 5px;
  text-align: center;
  line-height: 13px;
  z-index: 1000;
}
#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px;
  color: white;
}/*# sourceMappingURL=base_scss.css.map */