<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* recipe CSS */


/* .mod-categoryIcon
------------------------- */
.mod-categoryIcon {
  margin-top: -4px;
  padding: 2px 10px;
  display: inline-block;
  line-height: 1.7;
  vertical-align: middle;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #ffffff;
}
.mod-specIcon--type-1 {
  background-color: #18ac42; /* 花・植物 */
}
.mod-specIcon--type-2 {
  background-color: #448aca; /* 風景 */
}
.mod-specIcon--type-3 {
  background-color: #8e7967; /* 人 */
}
.mod-specIcon--type-4 {
  background-color: #f19149; /* 生き物 */
}
.mod-specIcon--type-5 {
  background-color: #a84200; /* 乗り物 */
}
.mod-specIcon--type-6 {
  background-color: #ea68a2; /* スナップ */
}
.mod-specIcon--type-7 {
  background-color: #601986; /* 星景 */
}
.mod-specIcon--type-8 {
  background-color: #13b5b1; /* 静物・テーブルフォト */
}

/* .mod-bgline
------------------------- */
.mod-bgline {
  padding: 0px 2px;
  /*display: inline-block;*/
  background: #ffe219;
}


/* .mod-pointList
------------------------- */
.mod-pointList-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.mod-pointList-ul .mod-pointList-q {
  display: block;
  color: #f7961d;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}


/* other text style
------------------------- */
.mod-cntNotice {
  padding-bottom: 30px;
  color: #666666;
}
.sg-text-bold {
  font-weight: bold;
}


/* .inc-photoStoryGallery
------------------------- */
.inc-photoStoryGallery .mod-linkBlock3--type-sceneSelect1 {
  display: block;
}


.mod-layout3 .mod-layout3-media img.mod-long-img {
  max-width: 530px;
  width: 100%;
  max-height: 796px;
  height: auto;
}
</pre></body></html>