<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
header {
  height: 100vh;
}
#mainimage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: url("../img/index_img/mainimage.jpg") center center no-repeat;
  background-size: cover;
}
#mainimage h2 {
  line-height: 1.5;
  font-size: 19px;
  font-weight: 500;
  text-shadow:
    rgba(255, 255, 255, 0.7) 1px 1px 7px, rgba(255, 255, 255, 0.7) -1px -1px 7px, /*右下、左上*/ rgba(255, 255, 255, 0.7) -1px 1px 7px, rgba(255, 255, 255, 0.7) 1px -1px 7px, /*右上、左下*/ rgba(255, 255, 255, 0.7) 0px 1px 7px, rgba(255, 255, 255, 0.7) 0-1px 7px, /*右、左*/ rgba(255, 255, 255, 0.7) -1px 0 7px, rgba(255, 255, 255, 0.7) 1px 0 7px; /*上、下*/
}
@media print, screen and (min-width:768px) {
  #mainimage h2 {
    font-size: 40px;
  }
}
/*------------------------------------------------------------content*/
/*greeting*/
#greeting {
  padding: 40px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: url("../img/common_img/bg_ja_pattern01.png") left -3% top 20px no-repeat, url("../img/common_img/bg_ja_pattern02.png") right 0% center no-repeat, url("../img/common_img/bg_ja_pattern03.png") right 0% top 30px no-repeat;
  background-size: 30% auto, 25% auto, 20% auto
}
#greeting h3 {
  width: 6em;
  text-align: center;
  color: #94243a;
}
#greeting h3 strong {
  margin-bottom: 5px;
  line-height: 1.1;
  display: block;
  font-size: 20px;
  font-weight: normal;
}
#greeting h3 span {
  display: block;
  white-space: nowrap;
}
#greeting &gt; div {
  width: calc(100% - 6em);
  text-align: left;
}
#greeting figure {
  width: 100%;
  max-width: 800px;
  margin-top: 15px;
}
#greeting figure img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:576px) {
  #greeting figure {
    width: 60%;
    max-width: 800px;
    margin: 30px 0 0 auto;
  }
  #greeting figure img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width:768px) {
  #greeting {
    padding: 90px 4.1666%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url("../img/common_img/bg_ja_pattern01.png") left -3% top 60px no-repeat, url("../img/common_img/bg_ja_pattern02.png") right 0% center no-repeat, url("../img/common_img/bg_ja_pattern03.png") right 0% top 60px no-repeat;
    background-size: auto, auto, auto;
  }
  #greeting h3 {
    width: 8em;
    text-align: center;
    color: #94243a;
  }
  #greeting h3 strong {
    margin-bottom: 20px;
    line-height: 1.1;
    display: block;
    font-size: 30px;
    font-weight: normal;
  }
  #greeting h3 span {
    font-size: 20px;
  }
  #greeting &gt; div {
    width: calc(100% - 8em);
    text-align: left;
  }
}
@media print, screen and (min-width:992px) {
  #greeting {
    flex-wrap: nowrap;
    background: url("../img/common_img/bg_ja_pattern01.png") left -3% top 60px no-repeat, url("../img/common_img/bg_ja_pattern02.png") left 46% bottom 60px no-repeat, url("../img/common_img/bg_ja_pattern03.png") left 35% top 60px no-repeat;
    background-size: auto, auto, auto;
  }
  #greeting h3 {
    width: 8em;
    text-align: center;
    color: #94243a;
  }
  #greeting h3 strong {
    margin-bottom: 20px;
    line-height: 1.1;
    display: block;
    font-size: 30px;
    font-weight: normal;
  }
  #greeting h3 span {
    font-size: 20px;
  }
  #greeting &gt; div {
    width: calc(50% - 8em);
    text-align: left;
  }
  #greeting &gt; div p .sp_none {
    display: none;
  }
  #greeting figure {
    width: 45%;
    max-width: 800px;
    margin: 0;
  }
}
@media print, screen and (min-width:1200px) {
  #greeting {
    flex-wrap: nowrap;
    background: url("../img/common_img/bg_ja_pattern01.png") left -3% top 60px no-repeat, url("../img/common_img/bg_ja_pattern02.png") left 46% bottom 60px no-repeat, url("../img/common_img/bg_ja_pattern03.png") left 40% top 80px no-repeat;
    background-size: auto, auto, auto;
  }
  #greeting h3 {
    width: 10em;
    text-align: center;
    color: #94243a;
  }
  #greeting h3 strong {
    margin-bottom: 20px;
    line-height: 1.1;
    display: block;
    font-size: 30px;
    font-weight: normal;
  }
  #greeting h3 span {
    font-size: 20px;
  }
  #greeting &gt; div {
    width: calc(48% - 10em);
    text-align: left;
  }
  #greeting figure {
    width: 50%;
    max-width: 800px;
    margin: 0;
  }
}
@media print, screen and (min-width:1400px) {
  #greeting &gt; div p .sp_none {
    display: inline;
  }
}
/*pickup*/
#pickup {
  padding-bottom: 40px;
}
#pickup ul {
  max-width: 280px;
  margin: 0 auto;
}
#pickup ul li:first-child {
  margin-bottom: 15px;
}
#pickup ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
}
#pickup ul li a h3 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 25%;
  max-width: 100px;
  height: 100%;
  padding-top: 15px;
  font-size: 18px;
  background: rgba(148, 36, 58, 0.6);
  z-index: 1;
}
#pickup ul li a .pickup_tx img {
  width: 100%;
  height: auto;
  max-width: 17px;
}
@media print, screen and (min-width:576px) {
  #pickup ul li a .pickup_tx img {
    width: 100%;
    height: auto;
    max-width: 17px;
  }
}
@media print, screen and (min-width:768px) {
  #pickup ul li a .pickup_tx img {
    display: none;
    width: 100%;
    height: auto;
    max-width: 23px;
  }
}
@media print, screen and (min-width:992px) {
  #pickup ul li a .pickup_tx img {
    width: 100%;
    height: auto;
    max-width: 27px;
  }
}
#pickup ul li a h3 &gt; span {
  display: none;
  writing-mode: vertical-rl;
}
#pickup ul li a h3 &gt; span span {
  font-size: 15px;
}
@media print, screen and (min-width:768px) {
  #pickup ul li a h3 &gt; span {
    writing-mode: vertical-rl;
    display: block;
  }
}
#pickup ul li figure {
  position: relative;
}
#pickup ul li figure img {
  width: 100%;
  height: auto;
}
#pickup ul li figure::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/common_img/bg_ja_corner01.png") left bottom no-repeat;
  background-size: 60% auto;
}
@media print, screen and (min-width:576px) {
  #pickup ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #pickup ul li {
    width: 49%;
    max-width: 550px;
  }
  #pickup ul li:first-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:768px) {
  #pickup {
    padding-bottom: 90px;
  }
  #pickup ul li a:hover {
    opacity: 0.6;
  }
  #pickup ul li a h3 {
    font-size: 24px;
  }
  #pickup ul li a h3 &gt; span span {
    font-size: 18px;
  }
}
@media print, screen and (min-width:992px) {
  #pickup ul li a h3 {
    padding-top: 30px;
    font-size: 30px;
  }
  #pickup ul li a h3 &gt; span span {
    font-size: 22px;
  }
  #pickup ul li figure::before {
    background: url("../img/common_img/bg_ja_corner01.png") left bottom no-repeat;
    background-size: auto;
  }
}
#pickup .bn {
  margin-top: 30px;
}
#pickup .bn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: #000;
  background: url("../img/common_img/bn_onlineshop_bg_pattern.png") left -80px center no-repeat, url("../img/common_img/bn_onlineshop_bg_ph.png") left 120px center no-repeat #f1e9e9;
  background-size: 280px auto, 100% auto;
  transition: all 0.5s;
}
#pickup .bn a h3 {
  text-align: left;
  line-height: 1.3;
  font-size: 18px;
}
#pickup .bn a h3 span {
  display: block;
  font-size: 16px;
  color: #94243a;
}
#pickup .bn a figure img {
  width: auto;
  height: 100px;
}
@media print, screen and (min-width:768px) {
  #pickup .bn {
    margin-top: 90px;
  }
  #pickup .bn a {
    padding: 20px 20px 20px 40px;
    background: url("../img/common_img/bn_onlineshop_bg_pattern.png") left center no-repeat, url("../img/common_img/bn_onlineshop_bg_ph.png") left 200px center no-repeat #f1e9e9;
    background-size: auto, auto;
  }
  #pickup .bn a:hover {
    opacity: 0.6;
  }
  #pickup .bn a h3 {
    font-size: 30px;
  }
  #pickup .bn a h3 span {
    font-size: 20px;
  }
  #pickup .bn a figure img {
    width: auto;
    height: auto;
  }
}
@media print, screen and (min-width:992px) {
  #pickup .bn a {
    background: url("../img/common_img/bn_onlineshop_bg_pattern.png") left center no-repeat, url("../img/common_img/bn_onlineshop_bg_ph.png") left 260px center no-repeat #f1e9e9;
    background-size: auto, auto;
  }
}
@media print, screen and (min-width:1200px) {
  #pickup .bn a {
    background: url("../img/common_img/bn_onlineshop_bg_pattern.png") left center no-repeat, url("../img/common_img/bn_onlineshop_bg_ph.png") left 320px center no-repeat #f1e9e9;
    background-size: auto, auto;
  }
}
/*recommend*/
#recommend {
  padding: 40px 0;
  background: url("../img/common_img/bg_ja_plaid.png") center center rgba(148, 36, 58, 0.1);
}
#recommend ul {
  display: flex;
  justify-content: space-between;
}
#recommend ul li {
  width: 49%;
  max-width: 240px;
}
#recommend ul li a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: all 0.5s;
}
#recommend ul li a figure {
  width: 100%;
  aspect-ratio: 3 / 2;
}
#recommend ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recommend ul li a &gt; div {
  padding: 10px 10px 50px;
}
#recommend ul li a &gt; div h4 {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.3;
}
#recommend ul li a &gt; div p {
  text-align: right;
  line-height: 1.3;
}
#recommend ul li a &gt; div p span {
  font-size: 12px;
}
#recommend ul li a &gt; div div {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #94243a;
}
#recommend ul li a &gt; div div i {
  margin-left: 0.5em;
}
#recommend ul li a &gt; div div span {
  display: inline-block;
  transform: rotate(0.04deg);
}
@media print, screen and (min-width:576px) {
  #recommend ul {
    display: block;
  }
  #recommend ul li {
    width: 100%;
    max-width: 100%;
  }
  #recommend ul li:first-child {
    margin-bottom: 15px;
  }
  #recommend ul li a {
    position: relative;
    display: flex;
    height: 100%;
    text-decoration: none;
    color: #000;
    background: #fff;
  }
  #recommend ul li a figure {
    width: 220px;
    aspect-ratio: 3 / 2;
  }
  #recommend ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #recommend ul li a &gt; div {
    width: calc(100% - 220px);
    padding: 15px 15px 58px;
  }
  #recommend ul li a &gt; div h4 {
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.3;
  }
  #recommend ul li a &gt; div p {
    text-align: right;
    line-height: 1.3;
  }
  #recommend ul li a &gt; div p span {
    font-size: 12px;
  }
  #recommend ul li a &gt; div div {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #94243a;
  }
  #recommend ul li a &gt; div div i {
    margin-left: 0.5em;
  }
}
@media print, screen and (min-width:768px) {
  #recommend {
    padding: 90px 0;
  }
  #recommend ul li:first-child {
    margin-bottom: 20px;
  }
  #recommend ul li a:hover {
    opacity: 0.6;
  }
  #recommend ul li a figure {
    width: 240px;
    aspect-ratio: 3 / 2;
  }
  #recommend ul li a &gt; div {
    width: calc(100% - 220px);
    padding: 20px 20px 62px;
  }
  #recommend ul li a &gt; div h4 {
    font-size: 18px;
  }
  #recommend ul li a &gt; div p {
    font-size: 18px;
  }
  #recommend ul li a &gt; div div {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 140px;
  }
}
@media print, screen and (min-width:992px) {
  #recommend ul {
    display: flex;
    justify-content: space-between;
  }
  #recommend ul li {
    width: 49%;
    max-width: 550px;
  }
  #recommend ul li:first-child {
    margin-bottom: 0;
  }
  #recommend ul li a figure {
    width: 240px;
    aspect-ratio: 3 / 2;
  }
  #recommend ul li a &gt; div {
    width: calc(100% - 220px);
    padding: 20px 20px 62px;
  }
  #recommend ul li a &gt; div h4 {
    font-size: 18px;
  }
  #recommend ul li a &gt; div p {
    font-size: 18px;
  }
  #recommend ul li a &gt; div div {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 140px;
  }
}
/*news*/
#news {
  padding: 40px 0;
}
@media print, screen and (min-width:768px) {
  #news {
    padding: 90px 0;
  }
}
/*更新プログラム(連動)フォーマット*/
#news01 {
  width: 100%;
  overflow: hidden;
}
#news01 dl {
  padding: 15px 10px;
  text-align: left;
  background: #f1f0ee;
}
#news01 dl:nth-child(2n) {
  background: none;
}
#news01 dl dt {
  transform: rotate(0.04deg);
}
#news01 dl dd div.newstitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media print, screen and (min-width:768px) {
  #news01 dl {
    padding: 20px;
  }
  #news01 dl dt {
    float: left;
  }
  #news01 dl dd {
    padding: 0 0 0 110px;
  }
}
@media print, screen and (min-width:992px) {
  #news01 dl {
    padding: 20px 40px;
  }
}
#news .btn {
  margin-top: 20px;
  text-align: center;
}
#news .btn a {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  background: #94243a;
  transition: all 0.5s;
}
#news .btn a i {
  margin-left: 0.5em;
}
@media print, screen and (min-width:768px) {
  #news .btn {
    margin-top: 40px;
  }
  #news .btn a {
    width: 240px;
    height: 46px;
    line-height: 46px;
  }
  #news .btn a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
  width: 100%;
}
#news02 .newsbox {
  overflow: hidden; /* for modern browser */
}
#news02 .newsbox .news_text_area {
  zoom: 1; /*ie6*/
  overflow: hidden;
}
#news02 .newsbox .news_text {
  line-height: 1.5;
}
#news02 .newsbox img {
  margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
  font-size: 16px;
  font-weight: bold;
  color: #6D6D6D;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
  font-size: 12px;
}
#news02 .pdf_link {
  margin-top: 10px;
}
#news02 .pdf_link li {
  margin-bottom: 5px;
  text-align: left;
}
#news02 .pdf_link li a {
  padding: 2px 0 2px 28px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: underline;
  background: url(../img/common_img/icon_pdf.png) left top no-repeat;
  background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
  text-decoration: none;
}
@media print, screen and (min-width:768px) {
  #news02 .newstitle br {
    display: none;
  }
}
/*Googlemap*/
#googlemap iframe {
  display: none;
}
.mapbtn {
  background: #666;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}
.mapbtn a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
}
.mapbtn a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
  #googlemap iframe {
    display: block;
  }
  .mapbtn {
    display: none;
  }
}</pre></body></html>