@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  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;
}

a {
  cursor: pointer;
}
a:link {
  color: #486B97;
  text-decoration: none;
}
a:visited, a:active {
  color: #5B8190;
  text-decoration: none;
}
a:hover {
  color: #946349;
  text-decoration: underline;
}

img {
  border: none;
  outline: none;
  vertical-align: bottom;
}

.wrap {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .hero {
    order: 2;
  }
}
.local_head {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .local_head {
    order: 1;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 15px;
    box-sizing: border-box;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .local_head {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
.local_head .local_nav {
  margin: 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;
}
@media only screen and (max-width: 768px) {
  .local_head .local_nav {
    order: 2;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .local_nav {
    flex: 1;
  }
}
.local_head .local_nav li {
  display: block;
  flex-grow: 1;
  margin: 0 0 0 5px;
  padding: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.local_head .local_nav li:first-child {
  margin: 0 0 0 0;
}
.local_head .local_nav a {
  display: block;
  padding: 7px 0 6px;
}
@media only screen and (max-width: 768px) {
  .local_head .local_nav a {
    font-size: 14px;
    line-height: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .local_nav a {
    font-size: 16px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .local_head .translate {
    order: 1;
    margin: 0 0 5px 0;
    text-align: right;
  }
}
@media only screen and (min-width: 769px) {
  .local_head .translate {
    margin: 0 0 0 5px;
    text-align: right;
    overflow: hidden;
    background-color: #eee;
  }
}

@media only screen and (max-width: 768px) {
  .local_foot {
    order: 6;
  }
}
.content_head {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  border-bottom: 2px dotted #ccc;
}
@media only screen and (max-width: 768px) {
  .content_head {
    max-width: 640px;
    order: 3;
  }
}
@media only screen and (min-width: 769px) {
  .content_head {
    max-width: 1200px;
  }
}
.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 5px 0;
  }
}
.content_foot {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 0 13px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .content_foot {
    max-width: 640px;
    order: 5;
  }
}
@media only screen and (min-width: 769px) {
  .content_foot {
    max-width: 1200px;
  }
}

.content {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content {
    order: 4;
    max-width: 640px;
    padding: 10px 5px 0;
  }
}
@media only screen and (min-width: 769px) {
  .content {
    max-width: 1200px;
    padding: 10px 10px 0;
  }
}

.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;
  margin: 0 0 25px 0;
}
@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;
  }
}
@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 (max-width: 768px) {
  .entry .sub {
    margin: 0 0 30px 0;
  }
}
@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;
}
.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;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .post_row > ul > li {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) {
  .post_row > ul > li {
    width: 23%;
  }
}
.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;
  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;
}

.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;
}

#adult_confirm {
  border: 3px solid #f1f1f1;
  background-color: #fff;
}
#adult_confirm .subject {
  background-color: #eee;
  padding: 10px;
  font-size: 14px;
  line-height: 100%;
  margin: 15px;
}
#adult_confirm ul {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 15px;
  padding: 0;
}
#adult_confirm ul li {
  margin: 0 3px;
  padding: 0;
}
#adult_confirm ul li a {
  display: block;
  border-radius: 5px;
  padding: 15px 13px;
  font-size: 20px;
  font-weight: 900;
}
#adult_confirm ul .over18 a {
  color: #fff;
  background-color: #a01e1e;
}
#adult_confirm ul .under18 a {
  color: #fff;
  background-color: #3f687f;
}/*# sourceMappingURL=mdk_theme.css.map */