/*---------------------------------------------
	yomimono
  ---------------------------------------------*/
  
/* タブレット以下表示 */  
@media screen and (min-width: 1199px), print {
	.show-tb {display: none !important;}
}  
  
@media screen and (min-width: 768px), print {
  #yomimono-content-top #bread-crumb {
    width: 100%;
    position: absolute;
    z-index: 100;
  }
}

#yomimono-content #yomimono-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1199px), print {
  #yomimono-content #yomimono-content-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 768px), print {
  #yomimono-content #bread-crumb {
    position: absolute;
    width: calc(100% - 400px);
  }
  #yomimono-content #bread-crumb ol {
    max-width: calc(1170px + 6vw);
    padding-right: 290px;
    padding-left: 3vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1199px), print {
  #yomimono-content #bread-crumb {
    width: 100%;
  }
}

#yomimono-content-side {
  width: 400px;
  background: #f0ebe4;
}

@media screen and (max-width: 1199px), print {
  #yomimono-content-side {
    width: 100%;
  }
}

#yomimono-content-side .side-inner {
  padding: 60px 2vw;
}

@media screen and (max-width: 1199px), print {
  #yomimono-content-side .side-inner {
    padding: 30px 3vw;
  }
}

#yomimono-content-side .side-list {
  padding-top: 20px;
  border-top: 1px solid #e0d8d3;
}

#yomimono-content-side .side-list li {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0d8d3;
}

#yomimono-content-side .side-list li:before {
  display: none;
}

#yomimono-content-side .side-list a {
  display: block;
  text-decoration: none;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#yomimono-content-side .side-list a:hover .title {
  text-decoration: underline;
}

#yomimono-content-side .side-list .photo {
  width: 100px;
}

#yomimono-content-side .side-list .detail {
  width: calc(100% - 120px);
  font-size: 0.88rem;
}

#yomimono-content-side .side-list .detail .title {
  margin-bottom: 7px;
  font-weight: bold;
  display: block;
  color: #000;
}

#yomimono-content-main {
  width: calc(100% - 400px);
}

@media screen and (max-width: 1199px), print {
  #yomimono-content-main {
    width: 100%;
  }
}

#yomimono-content-main article {
  -webkit-box-ordinal-group: initial;
  -ms-flex-order: initial;
  order: initial;
}

.yomimono-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .yomimono-top-inner {
    display: block;
  }
}

.yomimono-top-inner-left {
  width: 54%;
}

@media screen and (max-width: 767px) {
  .yomimono-top-inner-left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.yomimono-top-inner-right {
  width: 41%;
}

@media screen and (max-width: 767px) {
  .yomimono-top-inner-right {
    width: 100%;
  }
}

.yomimono-top .yomimono-title {
  margin-bottom: 44px;
  line-height: 1.5;
  font-size: 2.38rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 767px) {
  .yomimono-top .yomimono-title {
    margin-bottom: 20px;
    font-size: 1.13rem;
  }
}

.yomimono-top .yomimono-title span {
  display: block;
}

@media screen and (max-width: 767px) {
  .yomimono-top .yomimono-title span {
    display: inline;
  }
}

.yomimono-top .yomimono-txt {
  font-size: 1.13rem;
}

@media screen and (max-width: 767px) {
  .yomimono-top .yomimono-txt {
    font-size: 1rem;
  }
}

.yomimono-top-mainvisual {
  position: relative;
  padding-top: 75px;
  background-image: url(/assets/yomimono/images/mainvisual_back02.jpg);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-color: #f1f4ed;
}

@media screen and (max-width: 767px) {
  .yomimono-top-mainvisual {
    padding-top: 0px;
    background-size: auto 100%;
  }
}

.yomimono-top-mainvisual > .row {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .yomimono-top-mainvisual #page-title {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .yomimono-top-mainvisual .yomimono-title {
    width: 65%;
  }
}

.yomimono-top-mainvisual .mainvisual-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .yomimono-top-mainvisual .mainvisual-back {
    left: auto;
    right: -50px;
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
}

@media screen and (max-width: 499px) {
  .yomimono-top-mainvisual .mainvisual-back {
    right: -100px;
    min-width: 660px;
  }
}

.yomimono-top-mainvisual .mainvisual-campa {
  background: #fff;
  margin-top: 21vh;
}

@media screen and (max-width: 767px) {
  .yomimono-top-mainvisual .mainvisual-campa {
    margin-top: 0;
  }
}

.yomimono-top-mainvisual .mainvisual-campa .campa-head {
  background: #f2646e;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 1.38rem;
  font-weight: normal;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .yomimono-top-mainvisual .mainvisual-campa .campa-head {
    padding: 10px;
    font-size: 1.13rem;
  }
}

.yomimono-top-mainvisual .mainvisual-campa .campa-body {
  padding: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .yomimono-top-mainvisual .mainvisual-campa .campa-body {
    padding: 10px;
  }
}

.yomimono-top-mainvisual .mainvisual-campa .campa-body .txt1 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 767px) {
  .yomimono-top-mainvisual .mainvisual-campa .campa-body .txt1 {
    font-size: 1.13rem;
  }
}

.yomimono-top-mainvisual .mainvisual-campa .campa-body .txt1 p {
  margin-bottom: 0;
}

.yomimono-top-mainvisual .mainvisual-campa .campa-body .txt1 .price {
  color: #f2646e;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .yomimono-top-mainvisual .mainvisual-campa .campa-body .txt1 .price {
    font-size: 1.13rem;
  }
}

.yomimono-top-mainvisual .mainvisual-campa .campa-body .txt1 .price .num {
  color: #f2646e;
  font-size: 2.38rem;
}

@media screen and (max-width: 767px) {
  .yomimono-top-mainvisual .mainvisual-campa .campa-body .txt1 .price .num {
    font-size: 1.88rem;
  }
}

.yomimono-top-mainvisual .mainvisual-campa .campa-body .txt2 {
  text-align: left;
}

.yomimono-top-mainvisual .mainvisual-campa .campa-body .btn a {
  margin-left: auto;
  margin-right: auto;
}

.yomimono-top-group .yomimono-title {
  text-align: center;
}

.yomimono-top-group .mailinfomation .mail {
  font-weight: bold;
  text-align: center;
  color: #000;
}

.yomimono-top-group .mailinfomation .btn a {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 499px) {
  .yomimono-top-group .mailinfomation .btn a {
    font-size: 0.88rem;
  }
}

.yomimono-top-group .box > .bar-heading:first-of-type {
  margin-bottom: 20px;
}

.yomimono-top-group .list dt {
  width: 100%;
  font-weight: bold;
  padding-bottom: 0px;
}

.yomimono-top-group .list dd {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .yomimono-top-group .list dd {
    font-size: 0.88rem;
  }
}

.yomimono-top-group .list dd:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e1db;
}

.yomimono-top-group .list dd .link-horizontal {
  margin-top: 5px;
}

.yomimono-top-report .report-list .badge {
  position: absolute;
  display: block;
  min-width: 86px;
  height: 102px;
  top: 3px;
  z-index: 10;
  margin: 10px 0 0 20px;
  padding: 18px 10px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .yomimono-top-report .report-list .badge {
    min-width: 57px;
    height: 68px;
    margin: 0 0 0 5px;
    padding: 12px 10px 15px;
  }
}

.yomimono-top-report .report-list .badge_b {
  background-image: url(/assets/yomimono/images/badge_back_b.png);
}

.yomimono-top-report .report-list .badge_w {
  background-image: url(/assets/yomimono/images/badge_back_w.png);
}

.yomimono-top-report .report-list .badge img {
  width: auto;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

@media screen and (max-width: 767px) {
  .yomimono-top-report .report-list .badge img {
    max-width: 100%;
    height: 40px;
  }
}

.yomimono-top-report .report-list .heading-sub {
  color: #555555;
}

.yomimono-detail-summary {
  padding: 70px 0 60px;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-summary {
    padding: 35px 0;
  }
}

.yomimono-detail-summary > .row {
  position: relative;
}

.yomimono-detail-summary #yomimono-detail-share {
  position: absolute;
  top: -44px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-summary #yomimono-detail-share {
    top: -15px;
  }
}

.yomimono-detail-summary #yomimono-detail-share .row {
  padding: 0 3vw;
}

.yomimono-detail-summary-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-summary-inner {
    display: block;
  }
}

.yomimono-detail-summary-inner .photo {
  width: 350 px;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-summary-inner .photo {
    width: 100%;
    text-align: center;
  }
  .yomimono-detail-summary-inner .photo img {
    max-width: 100%;
  }
}

.yomimono-detail-summary-inner .detail {
  width: calc(100% - 350px);
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-summary-inner .detail {
    width: 100%;
    padding: 35px 0 0 0;
  }
}

.yomimono-detail-summary .catch {
  margin-bottom: 10px;
  font-size: 1.75rem;
  line-height: 1.6;
  color: #8b7f78;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-summary .catch {
    font-size: 1.25rem;
  }
}

.yomimono-detail-summary .profile {
  display: block;
  margin-bottom: 20px;
}

.yomimono-detail-summary .profile dt {
  width: 100%;
  font-weight: bold;
}

.yomimono-detail-summary .profile dt .name {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.yomimono-detail-summary .profile dd {
  width: 100%;
  padding: 0;
}

.yomimono-detail-report .report-head {
  margin-bottom: 45px;
}

.yomimono-detail-report .report-head .title {
  margin-bottom: 10px;
  font-size: 1.38rem;
  font-weight: bold;
  color: #000;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-report .report-head .title {
    font-size: 1.25rem;
  }
}

.yomimono-detail-report .report-head .title sup {
  font-size: 0.88rem;
  font-weight: normal;
  position: relative;
  top: 0.1rem;
}

.yomimono-detail-report .report-body {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-report .report-body {
    font-size: 1rem;
  }
}

.yomimono-detail-report .report-body p {
  margin-bottom: 2.5rem;
  line-height: 2;
}

.yomimono-detail-report .report-body .img .caption {
  margin: 1.5rem auto 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-report .report-body .img .caption {
    font-size: 0.88rem;
  }
}

.yomimono-detail-footer .footer-address {
  background-color: #f7f3ed;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-footer .footer-address {
    padding: 15px;
  }
}

.yomimono-detail-footer .footer-address .info {
  display: block;
}

.yomimono-detail-footer .footer-address .info dt {
  width: 100%;
  font-weight: bold;
  font-size: 1.13rem;
}

.yomimono-detail-footer .footer-address .info dd {
  width: 100%;
  padding: 0;
}

.yomimono-detail-footer .footer-address .info dd p {
  margin-bottom: 0;
}

.yomimono-detail-footer .footer-address .info dd p span {
  display: inline-block;
  min-width: 4.5rem;
  margin-right: 1rem;
}

.yomimono-detail-footer .footer-address .payee {
  margin: 20px 0;
}

.yomimono-detail-footer .footer-address .payee .bank {
  font-size: 1.13rem;
  margin-bottom: 0;
}

.yomimono-detail-footer .footer-breakdown {
  background-color: #f0ebe4;
  padding: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-footer .footer-breakdown {
    padding: 15px;
  }
}

.yomimono-detail-footer .footer-breakdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.yomimono-detail-footer .footer-breakdown-inner .tbl-money {
  width: 48%;
}

@media screen and (max-width: 499px) {
  .yomimono-detail-footer .footer-breakdown-inner .tbl-money {
    width: 100%;
  }
}

.yomimono-detail-footer .footer-breakdown-inner .text {
  width: 48%;
}

@media screen and (max-width: 499px) {
  .yomimono-detail-footer .footer-breakdown-inner .text {
    width: 100%;
  }
}

.yomimono-detail-footer .title {
  margin-bottom: 20px;
  font-size: 1.38rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 767px) {
  .yomimono-detail-footer .title {
    font-size: 1.25rem;
  }
}

.yomimono-detail-footer .tbl-money {
  background-color: transparent;
  border-top: 1px solid #cbc3bd;
  border-bottom: 1px solid #cbc3bd;
}

.yomimono-detail-footer .tbl-money th {
  padding: 10px 0;
  border-top: 1px solid #cbc3bd;
  color: #555;
}

.yomimono-detail-footer .tbl-money td {
  padding: 10px 0;
  border-top: 1px solid #cbc3bd;
  text-align: right;
  color: #000;
}

.yomimono-detail-footer .tbl-money .num {
  font-weight: bold;
}
