@charset "UTF-8";
/*===============================================
●共通
===============================================*/
#columnBox section {
  border: #ddd 1px solid;
}

#columnBox section,
#columnNav {
  background-color: #fff;
}

#columnBox section a {
  text-decoration: none;
}

.cBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cBox div {
  display: inline-block;
  color: #fff;
  padding: 0.5em;
  line-height: 1em;
}

.cBox div a {
  color: #fff;
}

.cBox a {
  text-decoration: none;
}

.cBox .c1 {
  background-color: #ec958b;
}

.cBox .c2 {
  background-color: #336acf;
}

.cBox .c3 {
  background-color: #66cf33;
}

.cBox time,
.cBox time a {
  display: block;
  color: #666;
}

#columnBox h3 {
  font-weight: bold;
}

#columnBox h3 span {
  font-weight: 300;
}

#columnBox h3 .fontDIN {
  color: #c8c093;
  padding-left: 1em;
}

#columnBox .detailLink {
  position: relative;
  text-align: right;
  padding-right: 2em;
}

/* columnNav
---------------------------------------- */
#columnNav {
  border: #ddd 1px solid;
  border-top: #c8c093 4px solid;
}

#columnNav ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  border-bottom: #ccc 1px dotted;
}

#columnNav ul li a:after,
#columnNav .listLink a:after,
#columnBox .detailLink:after {
  width: 8px;
  height: 11px;
  content: "";
  background: url("../../images/column/arrow_next.png") no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  right: 0;
}

#columnNav .listLink a:after {
  background: url("../../images/column/arrow_nextWhite.png") no-repeat center center/contain;
}

#columnNav .listLink {
  text-align: right;
}

#columnNav .listLink a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 0.85em;
  text-decoration: none;
  padding: 0.15em 1.5em 0.15em 0.5em;
  background-color: #000;
}

#columnNav .listLink a:after {
  color: #fff;
  right: 0.5em;
}

#columnBox .detailLink:after {
  right: 0;
}

/* searchnav
---------------------------------------------- */
.searchnav .number {
  display: none;
}

div.searchnav ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-top: 5rem;
}

#contentsWrapper {
  overflow: visible;
}

/* blogCategory_list.php
---------------------------------------- */
#blogCatList > li {
  border-bottom: 1px solid #E6E6E6;
}

#blogCatList li a {
  display: block;
  padding: 1.25rem 0;
}

#blogCatList li a .count {
  font-size: 1rem;
  color: #268aff;
}

.columnArea:nth-child(1) {
  font-size: 1.125rem;
}

.columnArea li:nth-child(1) .count {
  color: #268aff;
}

.columnArea li:nth-child(2) {
  font-size: 0.875rem;
  margin-top: 0.5em;
}

/* blog_Select.php
---------------------------------------- */
#columnSelect .cBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#columnSelect #mainImage a {
  display: block;
  width: 100%;
  height: 100%;
}

#columnSelect #mainImage a:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

#columnSelect #description img {
  width: auto;
}

/* 商品詳細のcss */
.titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 1em;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

.titleArea time {
  font-size: 0.875rem;
  color: #268aff;
  letter-spacing: 0.05em;
}

.titleArea h1 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 1.5;
}

#columnSelect {
  position: relative;
  margin-bottom: 3rem;
}

#selectInner {
  width: 100%;
  display: block;
}

#sizeHeight {
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 1rem;
}

#sizeHeight img {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}

#columnSelect .prevNext {
  margin-top: 2em;
  zoom: 1;
  overflow: hidden;
}

#columnSelect .prevNext:after {
  content: "";
  display: block;
  clear: both;
}

.prevNext li a {
  display: inline-block;
  font-size: 0.85em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  padding: 0.6em 1em;
  background-color: #000;
  border-radius: 0.35em;
}

.prevNext li a:hover {
  background-color: #009f77;
}

.prevNext .prev {
  float: left;
}

.prevNext .next {
  float: right;
}

/* コラム一覧 column_lsit.php
---------------------------------------- */
.categoryTitle {
  font-weight: 700;
}

.sectionTitle + .categoryTitle {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.searchColumnForm {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1em;
}

/* searchBox */
#searchBox .searchBoxContainer {
  margin-bottom: 0.5em;
}

#searchBox .categoryArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#searchBox .categoryArea li {
  height: 30px;
  border: 1px solid #b0b0b0;
  border-radius: 15px;
  padding: 0 13px;
  margin-bottom: 1rem;
  line-height: 31px;
  cursor: pointer;
}

#searchBox .categoryArea li:not(last-child) {
  margin-right: 0.625rem;
}

#searchBox .categoryArea li.active {
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: #268aff;
  border: 1px solid #268aff;
}

#searchBox .categoryArea li:hover {
  opacity: 0.7;
}

#searchBox {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 1.25rem;
}

.columnLink {
  font-size: 0.875rem;
  color: #268aff;
  padding-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.columnLink::after {
  content: "";
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  margin: auto;
}

/* コラム一覧 */
.columnWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px 20px;
}

.columnItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columnBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.5em;
}

.columnTitle {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 589px) {
  .columnTitle {
    font-size: 1rem;
  }
}

.columnCategoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 589px) {
  .columnCategoryList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.25em;
    margin-bottom: 0.125em;
  }
}

.columnCategory {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1464c2;
  background-color: #d3e8ff;
  border-radius: 4px;
  padding: 0.5em;
}

.columnTime {
  font-size: 0.875rem;
  font-weight: 700;
  color: #268aff;
}

.columnImg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  overflow: hidden;
  border-radius: 4px;
}

.columnImg > img {
  position: absolute;
  inset: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 月別アーカイブ */
.archiveSection {
  margin-top: 6.5em;
}

.archiveList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.7142857143em 0 0 -0.9285714286em;
}

.categoryTitle + .archiveList {
  margin-top: 0.25em;
}

.archiveList > li {
  font-size: 0.875rem;
  margin: 0.7142857143em 0 0 0.9285714286em;
}

.archiveList > li > a {
  color: #268aff;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .archiveList > li > a:hover {
    text-decoration: none;
  }
}
.archiveLinkEnd {
  margin-top: 2em;
  text-align: right;
}

/*===============================================
●画面の横幅が770px以下
===============================================*/
@media screen and (max-width: 770px) {
  #container #roadNavWrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* columnBox
  ---------------------------------------- */
  #columnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #columnBox section {
    padding: 1em;
    margin-bottom: 1em;
  }
  #columnBox section .image {
    margin: 0 auto 0.5em;
  }
  #columnBox section .image img {
    display: block;
    width: 100%;
  }
  .cBox {
    font-size: 0.85em;
    margin-bottom: 0.5em;
  }
  /* columnNav
  ---------------------------------------- */
  #columnNav #columnNavInner {
    padding: 1.5em 1em;
  }
  #columnNav .tit06 {
    margin-bottom: 0;
  }
  #columnNav ul li a {
    padding: 0.5em 0;
  }
  #columnNav .listLink {
    margin-top: 0.5em;
  }
  #columnNav .catAll {
    margin-bottom: 3em;
  }
  /* select
  ---------------------------------------- */
  #columnSelect #mainImage {
    margin-bottom: 0.7em;
  }
  #columnSelect #description {
    margin-bottom: 1em;
  }
  #columnSelect #description p {
    line-height: 1.5em;
  }
}
/*===============================================
●画面の横幅が730px以上
===============================================*/
@media not all and (max-width: 770px) {
  /* columnBox
  ---------------------------------------- */
  #columnBox section,
  #columnNav {
    width: 300px;
    margin-bottom: 20px;
  }
  #columnBox section a:hover {
    color: #000;
  }
  .cBox {
    margin-bottom: 0.5em;
  }
  #columnBox section .textBox {
    font-size: 0.92em;
    padding: 1em;
  }
  #columnBox section h3 {
    font-size: 1.28em;
    line-height: 1.5em;
    margin-bottom: 0.3em;
  }
  #columnBox section .desc {
    line-height: 1.7em;
    margin-bottom: 0.85em;
  }
  #columnBox h3 {
    font-size: 1.3em;
  }
  #columnBox h3 span {
    font-size: 0.9em;
  }
  /* columnNav
  ---------------------------------------- */
  #columnNav #columnNavInner {
    padding: 2em 1.5em;
  }
  #columnNav .tit06 {
    margin-bottom: 0;
  }
  #columnNav .tit06 h2 {
    font-size: 1.35em;
  }
  #columnNav ul li a {
    padding: 0.85em 0;
  }
  #columnNav .listLink {
    margin-top: 1em;
  }
  #columnNav .listLink a {
    font-size: 0.85em;
  }
  #columnNav .catAll {
    margin-bottom: 5em;
  }
  #columnNav .listLink a {
    padding-right: 2em;
  }
  /* select
  ---------------------------------------- */
  #selectInner #mainImage {
    margin-bottom: 1em;
  }
  #columnSelect #description {
    margin-bottom: 2em;
  }
  #columnSelect #description p {
    line-height: 1.7em;
  }
  /* コラム一覧 */
  .searchBoxContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 0;
  }
  .columnWrapper {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 52px 20px;
  }
}/*# sourceMappingURL=column.css.map */