@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 150%;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 18px;
    font-feature-settings: "palt";
  }
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 20px;
    font-feature-settings: "palt";
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
  background-color: #eee;
  padding: 10px 0 8px 0;
  margin: 0 0 15px 0;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

th,
td {
  color: #555;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  word-wrap: break-word;
}

@media only screen and (max-width: 768px) {
  .local_head {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .local_head {
    margin-bottom: 20px;
  }
}
.local_head__content {
  display: grid;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .local_head__content {
    grid-template-columns: minmax(0, 1fr) 124px;
    grid-template-rows: auto auto;
    gap: 13px 0;
  }
}
@media only screen and (min-width: 769px) {
  .local_head__content {
    grid-template-columns: minmax(0, 1fr) 120px 124px;
    align-items: center;
    gap: 0 13px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.local_head .local_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .local_head .local_nav {
    grid-column: 1/-1;
  }
}
.local_head .local_nav li {
  display: block;
  flex: 1;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .local_head .local_nav li {
    height: 43px;
    padding: 0 7px;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .local_nav li {
    background-color: #fff;
    height: 50px;
    transition: 0.3s;
  }
  .local_head .local_nav li:hover {
    filter: brightness(0.95);
  }
}
.local_head .local_nav li::after {
  content: "";
  border-right: 1px solid #ccc;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.local_head .local_nav li:first-child {
  border-radius: 5px 0 0 5px;
}
.local_head .local_nav li:last-child {
  border-radius: 0 5px 5px 0;
}
.local_head .local_nav li:last-child::after {
  content: none;
}
.local_head .local_nav a {
  display: block;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  color: #363030;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .local_head .local_nav a {
    font-size: 13px;
    line-height: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .local_nav a {
    font-size: 16px;
  }
}
.local_head .shop-nav-btn {
  background-color: #ededed;
  color: #363030;
  font-size: 0.75rem;
  border-radius: 99px;
  display: grid;
  align-content: center;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .local_head .shop-nav-btn {
    grid-column: 1;
    width: 120px;
    height: 35px;
    padding: 0 0 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .shop-nav-btn {
    height: 40px;
    padding: 0 0 0 20px;
    transition: 0.3s;
  }
  .local_head .shop-nav-btn:hover {
    filter: brightness(0.9);
  }
}
.local_head .shop-nav-btn span::before, .local_head .shop-nav-btn span::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #363030;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .local_head .shop-nav-btn span::before, .local_head .shop-nav-btn span::after {
    width: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .shop-nav-btn span::before, .local_head .shop-nav-btn span::after {
    width: 11px;
  }
}
.local_head .shop-nav-btn span::after {
  rotate: 90deg;
  transition: 0.3s;
}
.local_head .shop-nav-btn.open span::after {
  rotate: 180deg;
}
.local_head .shop-nav {
  background-color: #f1f1f1;
  margin-inline: calc(50% - 50vi);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .local_head .shop-nav {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .shop-nav {
    margin-top: 20px;
    transition: all 0.3s ease;
  }
}
.local_head .shop-nav__content {
  list-style: none;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .local_head .shop-nav__content {
    justify-content: center;
    width: calc(100% - 35px);
    padding: 20px 0;
    gap: 10px 7px;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .shop-nav__content {
    max-width: 1200px;
    width: calc(100% - 30px);
    padding: 20px 0;
    justify-content: center;
    gap: 10px;
  }
}
.local_head .shop-nav__item {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 99px;
}
@media only screen and (max-width: 768px) {
  .local_head .shop-nav__item {
    display: block;
    flex: 0 0 calc((100% - 14px) / 3);
    line-height: 1;
    height: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .shop-nav__item {
    height: 33px;
    transition: 0.3s;
  }
  .local_head .shop-nav__item:hover {
    filter: brightness(0.9);
  }
}
.local_head .shop-nav__item a {
  color: #363030;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .local_head .shop-nav__item a {
    font-size: 0.8rem;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .shop-nav__item a {
    font-size: 0.9rem;
    padding: 0 20px;
  }
}
.local_head .shop-nav__item.current {
  background-color: #000;
  pointer-events: none;
}
.local_head .shop-nav__item.current a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .local_head .translate {
    grid-column: 2;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .translate {
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .local_foot {
    order: 6;
  }
}
.content_head {
  width: 100%;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  border-bottom: 2px dotted #ccc;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content_head {
    max-width: 640px;
    margin: 0 auto 25px;
    order: 3;
  }
}
@media only screen and (min-width: 769px) {
  .content_head {
    max-width: 1200px;
    margin: 0 auto 35px;
  }
}
.content_head .meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 14px;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .content_head .meta {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .content_head .meta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
.content_head .cat {
  letter-spacing: -0.4em;
}
@media only screen and (max-width: 768px) {
  .content_head .cat {
    order: 2;
    text-align: left;
  }
}
.content_head .cat strong {
  background-color: #cc0000;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 1px 0;
  display: inline-block;
  letter-spacing: normal;
}
.content_head .cat em {
  background-color: #999;
  color: #fff;
  padding: 5px 7px;
  margin: 0 0 1px 10px;
  display: inline-block;
  font-style: normal;
  letter-spacing: normal;
}
.content_head .cat a {
  display: inline-block;
  padding: 4px 5px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  box-sizing: border-box;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .content_head .date {
    order: 1;
    text-align: right;
    margin: 0 0 15px 0;
  }
}
.content_foot {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .content_foot {
    max-width: 640px;
    order: 5;
    margin: 15px auto 0;
  }
}
@media only screen and (min-width: 769px) {
  .content_foot {
    max-width: 1200px;
    margin: 50px auto 0;
  }
}

.content {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content {
    order: 4;
  }
}
.article_body h1,
.article_body h2,
.article_body h3,
.article_body h4,
.article_body h5,
.article_body h6 {
  display: inline;
  margin: 0 0 0 0;
  background-color: transparent;
  padding: 0 0 0 0;
}

.entry {
  width: 100%;
  display: flex;
  min-height: calc(100vh - 513px);
}
@media only screen and (max-width: 768px) {
  .entry {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
.entry a {
  color: #486B97;
}
.entry a:hover {
  color: #946349;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .entry .prime {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 769px) {
  .entry .prime {
    width: calc(100% - 340px);
  }
}
@media only screen and (min-width: 769px) {
  .entry .sub {
    width: 320px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
}
.entry .twitter_area {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .entry .twitter_area .pc_view {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .entry .twitter_area .sp_view {
    display: none;
  }
}

.single img,
.archive img {
  max-width: 100%;
  height: auto;
}
.single .entry p,
.archive .entry p {
  margin: 0 0 25px 0;
}
.single .entry .tanto,
.archive .entry .tanto {
  text-align: right;
}

.post_list .post_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 30px 0;
}
.post_list .post_block img {
  max-width: 100%;
  height: auto;
}
.post_list .post_block *::-ms-backdrop,
.post_list .post_block img {
  max-height: 100%;
}
.post_list .post_block .pic {
  background-color: #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post_list .post_block .pic {
    width: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .post_list .post_block .pic {
    width: 250px;
    padding: 15px;
  }
}
.post_list .post_block .pic a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post_list .post_block .pic a {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .post_list .post_block .pic a {
    width: 230px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .post_list .post_block .caption {
    width: calc(100% - 110px);
  }
}
@media only screen and (min-width: 769px) {
  .post_list .post_block .caption {
    width: calc(100% - 265px);
  }
}
.post_list .post_block .caption strong {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 10px 5px;
  border-bottom: 2px dotted #ccc;
  font-feature-settings: "palt";
}
.post_list .post_block .caption .meta {
  margin: 5px 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  font-size: 14px;
  line-height: 150%;
}
.post_list .post_block .caption .honbun {
  margin: 0 0 10px 5px;
}
.post_list .post_block .caption .tanto {
  margin: 0;
  text-align: right;
}

.post_thum .post_block {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .post_thum .post_block:nth-of-type(n+5) {
    display: none;
  }
}
.post_thum .post_block img {
  max-width: 100%;
  height: auto;
}
.post_thum .post_block *::-ms-backdrop,
.post_thum .post_block img {
  max-height: 100%;
}
.post_thum .post_block .pic {
  background-color: #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
.post_thum .post_block .pic a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post_thum .post_block .pic a {
    width: 100%;
    height: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .post_thum .post_block .pic a {
    width: 100%;
    height: 180px;
  }
}
.post_thum .post_block .caption {
  width: 100%;
}
.post_thum .post_block .caption strong {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 10px 5px;
  border-bottom: 2px dotted #ccc;
  font-feature-settings: "palt";
}
.post_thum .post_block .caption .meta {
  margin: 5px 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  font-size: 14px;
  line-height: 150%;
}
.post_thum .post_block .caption .honbun {
  margin: 0 0 10px 5px;
}
.post_thum .post_block .caption .tanto {
  margin: 0;
  text-align: right;
}

.post_row > ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .post_row > ul {
    gap: 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .post_row > ul {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .post_row > ul > li {
    flex: 0 0 calc((100% - 15px) / 2);
  }
  .post_row > ul > li:nth-of-type(n+5) {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .post_row > ul > li {
    flex: 0 0 calc((100% - 60px) / 4);
  }
}
.post_row .post_block {
  margin: 0 0 30px 0;
}
.post_row .post_block img {
  max-width: 100%;
}
.post_row .post_block .pic {
  background-color: #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #999;
  margin: 0 0 10px 0;
}
.post_row .post_block .pic a {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
.post_row .post_block .caption {
  width: 100%;
}
.post_row .post_block .caption strong {
  display: block;
  margin: 0 0 8px 0;
  padding: 0 0 10px 5px;
  border-bottom: 2px dotted #ccc;
  font-size: 14px;
  line-height: 150%;
  height: 47px;
  box-sizing: border-box;
  overflow: hidden;
}
.post_row .post_block .caption .honbun {
  margin: 0 0 5px 5px;
  font-size: 14px;
  line-height: 150%;
  height: 65px;
  box-sizing: border-box;
  overflow: hidden;
}
.post_row .post_block .caption .tanto {
  margin: 0;
  text-align: right;
  font-size: 12px;
  line-height: 100%;
}

.sns_link {
  margin: 20px 0 30px;
  padding: 13px 10px 5px;
  border: 1px solid #ccc;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.sns_link li {
  margin: 0 10px;
  height: 30px;
}
.sns_link span {
  vertical-align: top !important;
}

.widget {
  margin: 0 0 20px 0;
}
.widget h4 {
  margin: 0 0 10px 0;
  background-color: #2d4456;
  padding: 10px 5px 8px 10px;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.widget h5 {
  margin: 0 0 10px 0;
  background-color: #eee;
  padding: 10px 5px 8px 10px;
  font-size: 16px;
  line-height: 150%;
}
.widget h6 {
  margin: 0 0 10px 0;
  background-color: #eee;
  padding: 10px 5px 8px 10px;
  font-size: 16px;
  line-height: 150%;
}

.adsence-mini {
  text-align: center;
  margin: 0 0 10px 0;
}

.gcs {
  text-align: center;
  margin: 0 0 15px 0;
}

.widget-translate {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 0;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
}

.widget-cat ul {
  margin: 0 0 0 25px;
  padding: 0;
}

.widget-monthly ol {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}

.widget-list ul {
  margin: 0 0 0 25px;
  padding: 0;
}
.widget-list ul li {
  margin: 10px 0 0 0;
}
.widget-list ul li:first-child {
  margin: 0 0 0 0;
}

.widget-tag ul {
  margin: 0 0 0 25px;
  padding: 0;
}

.order_item_list {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.order_item_list .newitem_list {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.order_item_list .newitem {
  width: 3850px;
}
.order_item_list .item_box {
  float: left;
  width: 170px;
  margin: 0 10px 0 0;
}
.order_item_list .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  background-color: #ccc;
  width: 170px;
  height: 170px;
  box-sizing: border-box;
  position: relative;
}
.order_item_list .img_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.order_item_list .img_box img.r18 {
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  max-height: calc(100% - 5px);
  max-width: calc(100% - 5px);
  z-index: 10;
}
.order_item_list img {
  max-width: 100%;
}
.order_item_list .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
  padding: 10px 5px;
}
.order_item_list .item_title a {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 150%;
  overflow: hidden;
  text-align: center;
}
.order_item_list .item_price {
  text-align: center;
  font-size: 14px;
  line-height: 100%;
}
.order_item_list .other_item {
  display: inline-block;
  margin: auto;
  background-color: #2d618e;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px 20px;
  color: #fff;
}

.pager {
  text-align: center;
  margin: auto;
}

.pagenate_area {
  text-align: center;
}
.pagenate_area .pager {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .pagenate_area .pager {
    font-size: 0.9rem;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .pagenate_area .pager {
    font-size: 0.95rem;
    margin: 55px 0 0;
  }
}
.pagenate_area .pager li {
  background: #fff;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pagenate_area .pager li {
    width: 45px;
    height: 45px;
    margin: 0 3px;
  }
}
@media only screen and (min-width: 769px) {
  .pagenate_area .pager li {
    width: 50px;
    height: 50px;
    margin: 0 3px;
  }
}
.pagenate_area .pager li a {
  text-decoration: none;
  color: #555;
}
.pagenate_area .pager li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.pagenate_area .pager li:hover {
  cursor: pointer;
  background: #eee;
  border: #ccc solid 1px;
}
@media only screen and (max-width: 768px) {
  .pagenate_area .pager .link_before {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .pagenate_area .pager .link_before {
    margin-right: 25px;
  }
}
.pagenate_area .pager .link_before::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(225deg);
  margin-right: -3px;
}
@media only screen and (max-width: 768px) {
  .pagenate_area .pager .link_next {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .pagenate_area .pager .link_next {
    margin-left: 25px;
  }
}
.pagenate_area .pager .link_next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  rotate: 45deg;
  margin-left: -3px;
}
.pagenate_area .pager .other_pages {
  border: #ccc solid 1px;
}
.pagenate_area .pager .current_page {
  background-color: #e3f2f6;
  border: #a9cbd4 solid 1px;
  color: #204e78;
  pointer-events: none;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  align-content: flex-start;
  margin: 20px 0 20px 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #ccc;
  list-style: none;
  overflow: hidden;
}
.breadcrumb li {
  margin: 0 10px 0 2px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 360px;
}
.breadcrumb li:before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #a3b7b6;
  position: absolute;
  bottom: 7px;
  left: 0px;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.blog .head {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .blog .head {
    padding: 140px 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .blog .head {
    padding: 115px 0 50px;
  }
}
.blog .head::after {
  background-image: url(/dir/daimansai2025/assets/img/event/head-event.png);
}
.blog .head__ttl {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .blog .head__ttl {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .blog .head__ttl {
    font-size: 2.2rem;
  }
}
.blog .section {
  overflow: hidden;
}
.blog .block {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .blog .block {
    width: calc(100% - 35px);
  }
}
@media only screen and (min-width: 769px) {
  .blog .block {
    max-width: 1200px;
    width: calc(100% - 55px);
  }
}
.blog__head {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .blog__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 100px;
    grid-template-rows: 32px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .blog__ttl {
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .blog__ttl {
    font-size: 2rem;
  }
}/*# sourceMappingURL=dms-mdk_theme.css.map */