<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&amp;display=swap");

/* 蜈ｱ騾� */
.fmarket {
  max-width: 1254px;
  margin: 0 auto;
  position: relative;
}

.fmarket::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: #c9dc98;
}

.fmarket::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background-color: #f2c2aa;
}

.fmarket__contents {
  padding: 40px 0;
}

.fmarket__contents .container {
  padding: 0;
  max-width: 960px;
}

.fmarket__contents--wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.fm-indent {
  display: inline-block;
}

/* 繧ｿ繧､繝医Ν */
.fmarket .fmarket__header {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-top: 150px;
}

.fmarket .fmarket__header .fmarket__header--title::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 40px;
  background-image: url(../images/fmarket/fm-decoL.png);
  width: 102px;
  height: 100%;
  background-repeat: no-repeat;
}

.fmarket .fmarket__header .fmarket__header--title::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 40px;
  background-image: url(../images/fmarket/fm-decoR.png);
  width: 104px;
  height: 100%;
  background-repeat: no-repeat;
}

.fmarket h1 {
  font-size: 2.5rem;
  color: #ec6c00;
  background-color: #fff4cc;
  padding: 13px 16px 8px 16px;
  width: fit-content;
  margin: 70px auto 0 auto;
  border: 16px solid #7f4e20;
  position: relative;
  min-width: 400px;
  text-align: center;
}

.fmarket h1::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 0;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-style: solid;
  border-right: 20rem solid transparent;
  border-left: 20rem solid transparent;
  border-bottom: 5rem solid #7f4e20;
  border-top: 0;
}

.fmarket h1::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 15px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 5px solid #ffffff;
}

.fmarket .fm-subtitle {
  display: block;
  max-width: 432px;
  height: 76px;
  margin: -140px auto 0 auto;
}

.fmarket .arch {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: -10px;
}

.fmarket .fm-subtitle span {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(green, yellowgreen);
}

/* 繝｡繧､繝ｳ逕ｻ蜒� */
.fmarket .fmarket-mainimg {
  display: flex;
  width: fit-content;
  margin: 30px auto 0 auto;
}

.fmarket .fmarket-mainimg .fm-imgL {
  margin-right: 16px;
  transform: rotate(-5deg);
  position: relative;
}

.fmarket .fmarket-mainimg .fm-imgL::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 48%;
  transform: translateX(-48%);
  -webkit-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
  background-image: url(../images/fmarket/pin-pink.png);
  width: 37px;
  height: 63px;
}

.fmarket .fmarket-mainimg .fm-imgR {
  margin-left: 16px;
  transform: rotate(5deg);
  position: relative;
}

.fmarket .fmarket-mainimg .fm-imgR::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 52%;
  transform: translateX(-52%);
  -webkit-transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  background-image: url(../images/fmarket/pin-green.png);
  width: 42px;
  height: 59px;
}

.fmarket .fmarket-mainimg .fm-img {
  width: 450px;
  height: 292.5px;
  object-fit: cover;
}

/* 莨夐聞 */
.fmarket .fmarket-chair {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
}

.fmarket .fm-chair-content {
  display: flex;
  flex-direction: row;
}

.fm-chair-title {
  border-right: 4px solid #ea5431;
}

.fmarket .fmarket-chair h2 {
  color: #ea5431;
  writing-mode: vertical-rl;
}

.fmarket .fmarket-chair .position-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #ea5431;
}

.fmarket .fm-chair-content .fm-imgL {
  margin: 10px 0 0 10px;
}

.fmarket .fm-chair-content img {
  min-width: 190px;
  height: 190px;
  object-fit: cover;
}

.fmarket .fm-chair-content p {
  margin: 16px 0 0 20px;
}

/* 蠎鈴聞 */
.fmarket .fmarket-manager {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}

.fmarket .fm-manager-content {
  display: flex;
  flex-direction: row;
}

.fm-manager-title {
  border-left: 4px solid #40b15c;
}

.fmarket .fmarket-manager h2 {
  color: #40b15c;
  writing-mode: vertical-rl;
}

.fmarket .fmarket-manager .position-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding: 0 10px 0 0;
  border-bottom: 1px solid #40b15c;
  text-align: right;
}

.fmarket .fm-manager-content .fm-imgL {
  margin: 10px 10px 0 0;
}

.fmarket .fm-manager-content img {
  min-width: 190px;
  height: 190px;
  object-fit: cover;
}

.fmarket .fm-manager-content p {
  margin: 16px 20px 0 0;
}

/* 繧､繝吶Φ繝� */
.fmarket .fmarket-marche {
  margin-top: 60px;
  background-color: #fcf7e7;
  padding: 16px;
  width: 100%;
  position: relative;
}

.fmarket .fmarket-marche::before {
  content: '';
  position: absolute;
  top: -30px;
  left: -55px;
  background-image: url(../images/fmarket/tape-green.png);
  width: 175px;
  height: 117px;
}

.fmarket .fmarket-marche::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -45px;
  background-image: url(../images/fmarket/tape-red.png);
  width: 169px;
  height: 129px;
}

.fmarket .fmarket-marche-inner {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.fmarket .fmarket-marche p {
  margin: 0;
}

.fmarket .marche-kochira {
  border: 3px solid #009943;
  padding: 8px 16px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
}

.fmarket .marche-kochira p {
  color: #009943;
  font-weight: bold;
}

.marche-kochira .to-event {
  text-align: center;
}

.fmarket .marche-kochira .fm-caution {
  font-size: 13px;
  width: fit-content;
  margin: 5px auto 0 auto;
  color: #565656;
}

.fmarket .marche-kochira::after {
  content: '笆ｼ';
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.5rem;
  color: #009943;
}

.fmarket .fm-marche-url a {
  width: fit-content;
  margin: 0 auto;
}

.fmarket .fmarket-marche .marche-link {
  width: fit-content;
  margin: 25px auto 0 auto;
  padding: 16px 32px;
  background-color: #009943;
  border-radius: 10px;
}

.fmarket .fmarket-marche .marche-link p {
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 1200px) {

  .fmarket::after,
  .fmarket::before {
    width: 20px;
  }

  .fmarket .fmarket-marche::before {
    left: -17px;
    width: 13%;
    height: 35%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .fmarket .fmarket-marche::after {
    top: -27px;
    right: -40px;
    width: 13%;
    height: 35%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1050px) {

  .fmarket .fmarket-marche::before {
    content: none;
  }

  .fmarket .fmarket-marche::after {
    top: -63px;
    width: 168px;
    height: 128px;
    left: 50%;
    transform: translateX(-50%) rotate(-32deg);
    -webkit-transform: translateX(-50%) rotate(-32deg);
    -ms-transform: translateX(-50%) rotate(-32deg);
  }
}

@media (max-width: 1024px) {
  .fmarket::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url(../images/fmarket/fm-decoT.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-color: transparent;
  }

  .fmarket::after {
    content: '';
    position: absolute;
    top: unset;
    bottom: -50px;
    right: 0;
    width: 100%;
    height: 50px;
    background-image: url(../images/fmarket/fm-decoB.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-color: transparent;
  }

  .fmarket .fmarket__header .fmarket__header--title::before,
  .fmarket .fmarket__header .fmarket__header--title::after {
    content: none;
  }

  .fmarket .fmarket__header {
    width: 100%;
    margin-top: 20px;
  }

  .fmarket .fmarket__header .fm-imgL::before,
  .fmarket .fmarket__header .fm-imgL::after {
    content: none;
  }

  .fmarket {
    padding: 0 16px;
    border-top: 50px solid #c9dc98;
    border-bottom: 50px solid #f2c2aa;
  }

  .fmarket .fmarket-marche-inner {
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
  }

  .fm-marche-url {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  body {
    padding: 70px 0 19px 0;
  }

  .fmarket h1 {
    font-size: 2rem;
    border: 10px solid #7f4e20;
    margin: 80px auto 0 auto;
    min-width: 320px;
  }

  .fmarket h1::before {
    top: -70px;
    border-right: 15rem solid transparent;
    border-left: 15rem solid transparent;
    border-bottom: 4rem solid #7f4e20;
  }

  .fmarket .fmarket-mainimg {
    flex-direction: column;
    align-items: center;
  }

  .fmarket .fmarket-mainimg .fm-imgL {
    margin-right: 0;
    transform: unset;
  }

  .fmarket .fmarket-mainimg .fm-imgR {
    margin: 60px 0 0 0;
    transform: unset;
  }

  .fmarket .fmarket-chair {
    flex-direction: column;
    align-items: center;
  }

  .fm-chair-title {
    border-right: none;
    border-bottom: 4px solid #ea5431;
  }

  .fmarket .fmarket-chair h2,
  .fmarket .fmarket-manager h2 {
    writing-mode: unset;
    line-height: 1.5rem;
  }

  .fmarket .fmarket-chair .position-name,
  .fmarket .fmarket-manager .position-name {
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0 10px;
  }

  .fmarket .fm-chair-content .fm-imgL,
  .fmarket .fm-manager-content .fm-imgL {
    margin: 10px 0 0 0;
  }

  .fmarket .fm-chair-content {
    flex-direction: column;
    align-items: center;
  }

  .fmarket .fm-chair-content p,
  .fmarket .fm-manager-content p {
    margin: 16px 0 0 0;
  }

  .fmarket .fmarket-manager,
  .fmarket .fm-manager-content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .fm-manager-title {
    border-left: none;
    border-bottom: 4px solid #40b15c;
  }

  .fmarket .fm-chair-content img,
  .fmarket .fm-manager-content img {
    width: 190px;
    height: auto;
  }
}

@media (max-width: 600px) {
  .fmarket {
    margin-top: 30px;
  }

  .fmarket h1 {
    margin: 10px auto 0 auto;
    min-width: unset;
    width: -webkit-fill-available;
  }

  .fmarket .fm-subtitle {
    padding: 5px 32px 1px 32px;
    max-width: -webkit-fill-available;
    max-width: 300px;
    height: 42px;
  }

  .fmarket h1::before,
  .fmarket h1::after {
    content: none;
  }

  .fmarket .fmarket-mainimg {
    margin: 0 auto;
  }

  .fmarket .fmarket-mainimg .fm-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.65;
  }

  .fmarket .fmarket-mainimg .fm-imgL::before {
    top: -25px;
    width: 25px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .fmarket .fmarket-mainimg .fm-imgR {
    margin: 40px 0 0 0;
  }

  .fmarket .fmarket-mainimg .fm-imgR::before {
    top: -25px;
    width: 28px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .fmarket .arch {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 40px;
  }
}

@media (max-width: 490px) {
  .fmarket .arch {
    font-size: 30px;
  }
}

@media (max-width: 425px) {
  .fmarket h1 {
    font-size: 1.5rem;
    border: 8px solid #7f4e20;
  }

  .fmarket .arch {
    padding: 0;
  }
}

@media (max-width: 375px) {
  .fmarket .fm-subtitle {
    padding: 5px 25px 1px 25px;
  }

  .fmarket .arch {
    padding: 0;
    font-size: 25px;
  }
}</pre></body></html>