@charset "utf-8";

/************************************************
  10x.css
************************************************/

.displayNone {
  display: none;
}

.icon-home {
  background-image: url('../../images/icon/ico-breadcrumb-home.png');
  background-size: contain;
  width: 12px;
  height: 11px;
  display: inline-block;
}

.icon-arrow-right {
  background-image: url('../../images/icon/ico-arrow-m.png');
  background-size: contain;
  display: inline-block;
  width: 5.5px;
  height: 10px;
}

.icon-arrow-down {
  background-image: url('../../images/icon/ico_down.png');
  background-size: contain;
  display: inline-block;
  width: 11px;
  height: 6px;
}

.icon-arrow-up {
  background-image: url('../../images/icon/ico_up.png');
  background-size: contain;
  display: inline-block;
  width: 11px;
  height: 6px;
}

.contents-element {
  padding-left: 0;
}

.ticket_print {
  width: 96%;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 10px 0;
}

.ticket_print .detail .btn-state01 a {
  font-size: 14px;
  padding: 16px 10px 16px 16px;
}

.ticket_print .detail a.usuallylink {
  font-size: 14px;
  margin: 4px 0 20px 20px;
  display: block;
}

.ticket_print .detail .print_item {
  border: 1px solid #ccc;
  border-bottom: none;
}

.ticket_print .detail .print_item:last-child {
  border-bottom: 1px solid #ccc;
}

.ticket_print .detail .print_item .print_item-check {
  padding: 10px 0 10px 10px;
  width: 15%;
}

.ticket_print .detail .print_item .print_item-detail {
  padding: 10px 10px 10px 10px;
  width: 80%;
  border-left: 1px solid #ccc;
}
.prt-reserve02 a {
  padding: 1px 7px;
  background: #efefef;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
  border: 1px solid #dfdfdf;
}

.ticket_print .detail .print_item .print_item-detail dt {}

.ticket_print .detail .print_item .print_item-detail dd {
  width: 69%;
}

.ticket_print .detail .print_item .print_item-check li {
  width: 30px;
}

.ticket_print .detail .print_item .print_item-check li input {
  position: relative;
  opacity: 0;
  width: 90px;
  height: 30px;
  z-index: 2;
}

.ticket_print .detail .print_item .print_item-check ul {
  position: relative;
  top: 15px;
  left: 10px;
}

.ticket_print .detail .print_item .print_item-check li a {
  position: relative;
  top: -30px;
  z-index: 1;
  padding-left: 30px;
}

@media screen and (max-width: 750px) {
  .ticket_print .detail a.usuallylink {
    margin-left: 10px;
    margin-right: 0;
  }
  .ticket_print .detail .print_item .print_item-detail dd {
    width: auto;
  }
  .ticket_print .detail .print_item .print_item-detail {
    padding: 10px 10px 10px 10px;
    width: 70%;
    font-size: 12px;
  }
}

.contents-inner-element {
  background-color: #eee;
  padding: 10px 0 16px;
  margin-top: 30px;
}

.tab-container .tab-body {
  display: block;
  font-size: 0;
  letter-spacing: 0;
}

.tab-container .tab-body .tab-item {
  display: inline-block;
  font-size: 12px;
  width: 180px;
}

.tab-container .tab-body .tab-item>span {
  height: 60px;
  line-height: normal;
  vertical-align: middle;
  padding-top: 24px;
}

.tab-container .tab-body .tab-item:first-child>span {
  padding-top: 12px;
}

@media screen and (max-width: 750px) {
  .tab-container .tab-body .tab-item {
    width: 33.33%;
  }
  .tab-container .tab-body .tab-item:nth-child(7) {
    width: 50%;
  }
  .tab-container .tab-body .tab-item:nth-child(8) {
    width: 50%;
  }
  .prt-reserve02 a {
    font-size: 10px;
  }
}
@media screen and (min-width: 751px) {
  .prt-reserve02 a {
    font-size: 75%;
  }
}

.heading-level2 {
  font-size: 110%;
  font-weight: bold;
  margin-left: 21px;
  margin-top: 10px;
  /*border-bottom: 2px solid #ccc;*/
  /*width: 92%;*/
  /*background: #efefef;*/
  /*padding-left: 10px;*/
  /*padding-top: 10px;*/
}

.heading-level3 {}

.contents-inner-element .heading-level2 {
  border-bottom: none;
  padding: 0;
  font-size: 16px;
}

.tab-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 88%;
  margin-top: 12px;
}

.tab-body li.select span {
  color: #eb5505;
}

.tab-body li.select span:before {
  width: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 3px solid #eb5505;
}

.select-container {
  width: 100%;
  padding-top: 12px;
  padding-right: 20px;
}

.select-container div {
  background-color: #eee;
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 750px) {
  .heading-level2 {
    width: 87%;
  }
  .contents-inner-element .heading-level2 {
    /*margin-left: 8px;*/
  }
  .recommend-detaiUnit .heading-level2 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    font-size: 125%;
    letter-spacing: 0.04rem;
  }
  .recommend-detaiUnit .special-tab-list {
    overflow: visible;
  }
  .select-container {
    padding: 0;
  }
  .select-container div {
    width: 100%;
  }
}

.select-container div select {
  background: url('../../images/icon/ico_arrow_down.png') no-repeat 96%;
  background-color: white;
  padding: 0 12px;
  -webkit-appearance: none;
  width: 94%;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #ccc;
  font-size: 100%;
  background-size: 12px;
  line-height: normal;
}

.heading-sub-txt {
  position: relative;
  padding-bottom: 8px;
}

.heading-sub-txt:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 2;
  border-bottom: 1px solid #ccc;
  width: calc(100% - 20px);
}

@media screen and (min-width: 751px) {
  .contents-recommend.recommend-detaiUnit {
    margin-bottom: 30px;
  }
  .mypage .heading-sub-txt {
    padding: 0;
  }
  .mypage .details-order {
    padding: 5px 0;
    margin-bottom: 10px;
    display: flex;
    /*color: #eb5505;*/
  }
  .mypage .heading-level2{
    margin-left: 0;
  }
  .mypage .details-container, .header-container {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0;
  }
  .mypage .details-container {
    margin: 0;
  }
  .mypage .details-container.order-status {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .mypage .ticket_print{
    width: 100%;
  }
  .mypage .ticket_print.raid{
    padding: 20px;
  }
  .mypage .disc-text{
    padding: 0;
  }
  .mypage .contents-inner-element{
    padding-left: 20px;
  }
  .heading-sub-txt:before {
    width: calc(100% - 0px);
  }
  .tab-container-list {
    padding: 0;
  }
  .recommend-detaiUnit .tab-container-list {
    margin-top: 0;
  }
  .recommend-detaiUnit .heading-level2 {
    margin-left: 0;
    font-size: 130%;
    margin-bottom: 3px;
    margin-top: 0;
    padding-top: 0;
  }
  .details-container .title  {
    width: 53%;
  }
}

.heading-sub-txt>i {
  position: absolute;
  right: 24px;
  top: 8px;
  cursor: pointer;
}

.heading-level2>i {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

.details-order {
  padding: 5px 20px 0;
  margin-bottom: 10px;
  display: flex;
  /*color: #eb5505;*/
}

.details-order .details-order-head {
  font-size: 1.17em;
}

.details-order .details-order-number {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06rem;
  font-size: 1.17em;
  margin-left: 15px;
}

.details-container,
.header-container {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 20px;
}
.mypage .details-container {
  margin: 0;
}
.details-container h4 {
  color: grey;
}

.details-container .title .detail dl {
  padding: 10px 0 0;
  font-size: 92%;
}

.details-container .title dl {
  font-size: 14px;
}

.details-container dl dt,
.header-container dl dt {
  font-weight: bold;
}

.order-details dl {
  margin-left: 12px;
}

.header-container {
  border: 1px solid #555;
  border-radius: 2px;
  margin-bottom: 12px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.details-container .thumbnail {
  display: inline-block;
  vertical-align: top;
  padding-right: 12px;
}

.details-container .thumbnail>img {
  width: 170px;
  height: 170px;
}

.details-container .details-sametiming {
  font-size: 110%;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .details-container .thumbnail {
    width: 40%;
  }
  .details-container .thumbnail>img {
    width: 120px;
    height: 120px;
  }
}

.details-container .title {
  display: inline-block;
}

.mr15{
  margin-right: 15px;
}

@media screen and (max-width: 750px) {
  .details-container .title {
    display: inline-block;
    /*width: calc(100% - 138px);*/
    width: 100%;
  }
}

.details-container .title>p.price {
  font-size: 16px;
}

.details-container .title>p.price>span.yen {
  font-weight: normal;
}

.details-container .title>p.price>span.sale-price {
  font-size: 16px;
  font-weight: bold;
  color: #ea5504;
}

.details-container .title>p.price>span.sale-yen {
  font-size: 16px;
  font-weight: normal;
  color: #ea5504;
}

.details-container .title>p.price>span.tax {
  font-weight: normal;
  font-size: 12px;
  color: #333;
}

@media screen and (max-width: 750px) {
  .details-container .title>p.price,
  .details-container .title>p.price>span.sale-price,
  .details-container .title>p.price>span.sale-yen {
    font-size: 12px;
  }
  .details-container .title>p.reduction-price {
    font-size: 10px !important;
    color: #333;
  }
}

.details-container .title>p>span.price {
  color: #eb5505;
  font-weight: bold;
}

.details-container .title>p:nth-child(1) {
  font-weight: bold;
}

.details-container .title>p.shop-name {
  color: #999;
  font-size: 92%;
}

.details-container .title>p.commodity-price {
  margin-top: 12px;
  font-weight: bold;
}

.details-container .title>p.sku-name {
  font-size: 92%;
}

.details-container .title>p:nth-child(5) {
  font-size: 92%;
}

.details-container .detail {
  margin-top: 18px;
  position: relative;
}

.details-container .detail-wrap {
  margin-top: 18px;
  margin-bottom: 20px;
}

.details-container .detail-wrap .detail {
  margin: 0;
}

.details-container .detail-wrap .detail dd {
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .details-container .detail-wrap {
    margin-left: 10px;
    margin-bottom: 20px;
  }
}

.details-container .detail .detail_ticket {
  width: 200px;
  text-align: center;
  font-size: 120%;
  padding: 4px 0;
  border: 2px solid #ccc;
}

.details-container .detail .detail_box {
  width: 130px;
}

.details-container .delivery dd{
  margin-left: 100px;
}

.details-container .detail>button {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 100%;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.details-container .detail>button>i {
  position: absolute;
  right: 6px;
  top: 12px;
}

.details-container .btn a {
  font-size: 16px;
  text-align: left;
  margin-left: 0px;
  margin-top: 10px;
}

.details-container .btn.mb44 a {
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .details-container .detail>button {
    width: 80px;
  }
}

.details-container .buttons {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

.details-container .buttons:after {
  content: none;
}

.details-container .buttons>button {
  width: calc(50% - 6px);
  height: 48px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 92%;
  position: relative;
}

.details-container .buttons>button>i {
  position: absolute;
  right: 12px;
  top: 18px;
}

.details-container .description {
  margin-top: 12px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.details-container .description>dl>dt {
  position: relative;
}

.details-container .description>dl>dt i {
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
}

.details-container .description>dl dl>dt {
  display: inline-block;
  width: 80px;
}

.details-container .description>dl dl>dd {
  display: inline-block;
  vertical-align: top;
}

.details-container .detail select {
  background: url('../../images/icon/ico_arrow_down.png') no-repeat calc(100% - 12px);
  background-color: white;
  padding: 0 12px;
  -webkit-appearance: none;
  width: 100%;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #ccc;
  font-size: 100%;
}

.details-container table {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 24px;
}

.details-container table tr th {
  text-align: left;
  background-color: #eee;
  padding: 12px;
  width: 30%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.details-container table tr td {
  text-align: left;
  padding: 12px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.details-container .summary {
  background-color: #eee;
  padding: 12px;
  margin-bottom: 12px;
}

.details-container .summary>div {
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}

.details-container .summary>div:nth-child(5) {
  font-size: 108%;
}

.details-container .summary>div:nth-child(5)>span:nth-child(2) {
  font-size: 121%;
  font-weight: bold;
}

.details-container .summary>div:after {
  content: none;
}

.details-container dl dt {
  margin-bottom: 8px;
}

.details-container .title dt {
  margin-bottom: 8px;
}

.details-container .title .itemname {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.details-container .title .price {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .tab-item {
    width: calc(100% / 4);
  }
}

.sub-tab-container {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 750px) {
  .sub-tab-container .tab-item {
    width: calc(100% / 2);
  }
}

.sub-tab-container .tab-item {
  width: 400px;
}

.sub-tab-container .tab-item span {
  background-color: white;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.description-closed dd {
  display: none;
}

.description.description-closed dt>div:first-child {
  display: none;
}

.description.description-closed dt>div:last-child {
  display: block;
}

.description dt>div:last-child {
  display: none;
}

.disc-text {
  margin: 30px 0 30px;
  padding: 0 20px;
}

.disc-text p {
  font-size: 80%;
}
