@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : works_detail.css
 author     : Ability Consultant
 style info : 著作詳細
=================================================================== */
.con_detail {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_detail {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_detail
----------------------------------------------------------- */
.con_detail {
  margin-top: 80px;
  margin-bottom: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .con_detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 .con_detail {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .con_detail {
    overflow: hidden;
    *zoom: 1;
  }
}
@media print {
  .con_detail {
    overflow: hidden;
    *zoom: 1;
  }
}
.ie8 .con_detail {
  overflow: hidden;
  *zoom: 1;
}
.con_detail .box_outline {
  position: relative;
  padding: 3em 3em 1.5em;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail .box_outline {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_outline {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .con_detail .box_outline {
    float: right;
    width: 57%;
  }
}
@media print {
  .con_detail .box_outline {
    float: right;
    width: 57%;
  }
}
.ie8 .con_detail .box_outline {
  float: right;
  width: 57%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail .box_outline {
    padding: 2em 2em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_outline {
    padding: 1.5em;
  }
}
.con_detail .box_outline:before, .con_detail .box_outline:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
}
.con_detail .box_outline:before {
  top: 0;
  left: 0;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
}
.con_detail .box_outline:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}
.con_detail .box_outline .type {
  display: inline-block;
  padding: 0 0.5em;
  border: 1px solid #ccc;
  font-size: 88%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_outline .type {
    margin-bottom: 10px;
  }
}
.con_detail .box_outline h2 {
  font-weight: normal;
  font-size: 250%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1279px) {
  .con_detail .box_outline h2 {
    font-size: 225%;
  }
}
@media print {
  .con_detail .box_outline h2 {
    font-size: 225%;
  }
}
.ie8 .con_detail .box_outline h2 {
  font-size: 225%;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_outline h2 {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_outline h2 {
    padding-bottom: 5px;
  }
}
.con_detail .box_outline h2 .ruby {
  font-size: 38%;
  display: inline-block;
  margin-left: 10px;
}
.con_detail .box_outline .price {
  font-size: 113%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_outline .price {
    font-size: 88%;
  }
}
.con_detail .box_outline .price em {
  font-size: 188%;
  font-family: "Crimson Text", serif;
}
@media only screen and (max-width: 1279px) {
  .con_detail .box_outline .price em {
    font-size: 163%;
  }
}
@media print {
  .con_detail .box_outline .price em {
    font-size: 163%;
  }
}
.ie8 .con_detail .box_outline .price em {
  font-size: 163%;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_outline .price em {
    font-size: 150%;
  }
}
.con_detail .box_img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_detail .box_img {
    float: left;
    width: 40%;
  }
}
@media print {
  .con_detail .box_img {
    float: left;
    width: 40%;
  }
}
.ie8 .con_detail .box_img {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_img {
    margin-bottom: 50px;
    text-align: center;
  }
}
.con_detail .box_img .comment {
  margin-top: -15%;
}
.con_detail .box_img .comic {
  margin-top: 30px;
}
.con_detail .box_img .comic a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.con_detail .box_img .comic a:hover {
  opacity: 0.6;
}
.con_detail .box_img .ic_catch {
  background: #333333;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #faaa9f;
  font-size: 20px;
  text-align: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: -10px;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_img .ic_catch {
    width: 80px;
    height: 80px;
    font-size: 18px;
    top: 0;
    left: -10px;
    line-height: 80px;
  }
}
.con_detail .box_img .ic_catch span {
  display: block;
  line-height: 1.15;
  color: #fff;
}
.con_detail .box_img .ic_catch .new {
  font-family: "Crimson Text", serif;
  color: #faaa9f;
  font-size: 18px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_img .ic_catch .new {
    font-size: 12px;
    padding-top: 10px;
  }
}
.con_detail .box_img .ic_catch .eng {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_img .ic_catch .eng {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .con_detail .box_textarea {
    float: right;
    width: 57%;
  }
}
@media print {
  .con_detail .box_textarea {
    float: right;
    width: 57%;
  }
}
.ie8 .con_detail .box_textarea {
  float: right;
  width: 57%;
}
.con_detail .box_textarea .box_detail {
  padding: 0 3em;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail .box_textarea .box_detail {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_textarea .box_detail {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail .box_textarea .box_detail {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_textarea .box_detail {
    padding: 0 .5em;
  }
}
.con_detail .box_textarea .box_detail .catch {
  font-size: 163%;
  margin-bottom: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 1279px) {
  .con_detail .box_textarea .box_detail .catch {
    font-size: 150%;
  }
}
@media print {
  .con_detail .box_textarea .box_detail .catch {
    font-size: 150%;
  }
}
.ie8 .con_detail .box_textarea .box_detail .catch {
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_textarea .box_detail .catch {
    font-size: 132%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_textarea .box_detail .catch {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.con_detail .box_textarea .box_detail .txt {
  line-height: 1.9;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_textarea .box_detail .txt {
    font-size: 94%;
  }
}
.con_detail .box_textarea .box_detail .box_info {
  border: 1px solid #ccc;
  padding: 1.5em;
  margin: 30px auto;
}
@media only screen and (min-width: 768px) {
  .con_detail .box_textarea .box_detail .box_info {
    display: -webkit-flex;
    display: flex;
  }
}
@media print {
  .con_detail .box_textarea .box_detail .box_info {
    display: -webkit-flex;
    display: flex;
  }
}
.ie8 .con_detail .box_textarea .box_detail .box_info {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_textarea .box_detail .box_info {
    padding: 1em 1.5em;
  }
}
.con_detail .box_textarea .box_detail .box_info h4 {
  font-weight: normal;
  font-size: 113%;
}
@media only screen and (min-width: 768px) {
  .con_detail .box_textarea .box_detail .box_info h4 {
    width: 25%;
  }
}
@media print {
  .con_detail .box_textarea .box_detail .box_info h4 {
    width: 25%;
  }
}
.ie8 .con_detail .box_textarea .box_detail .box_info h4 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_textarea .box_detail .box_info h4 {
    margin-bottom: 10px;
  }
}
.con_detail .box_textarea .box_detail .box_info ul {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .con_detail .box_textarea .box_detail .box_info ul {
    width: 75%;
  }
}
@media print {
  .con_detail .box_textarea .box_detail .box_info ul {
    width: 75%;
  }
}
.ie8 .con_detail .box_textarea .box_detail .box_info ul {
  width: 75%;
}
.con_detail .box_textarea .box_detail .box_info ul li {
  padding-bottom: 5px;
  list-style-position: outside;
  list-style-type: disc;
}
.con_detail .box_textarea .box_detail .box_info ul li a {
  color: #4a81d0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (min-width: 1025px) {
  .con_detail .box_textarea .box_detail .box_info ul li a {
    position: relative;
  }
  .con_detail .box_textarea .box_detail .box_info ul li a:after {
    content: "";
    background: #4a81d0;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .con_detail .box_textarea .box_detail .box_info ul li a:hover:after {
    width: 100%;
  }
}
@media print {
  .con_detail .box_textarea .box_detail .box_info ul li a {
    position: relative;
  }
  .con_detail .box_textarea .box_detail .box_info ul li a:after {
    content: "";
    background: #4a81d0;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .con_detail .box_textarea .box_detail .box_info ul li a:hover:after {
    width: 100%;
  }
}
.ie8 .con_detail .box_textarea .box_detail .box_info ul li a {
  position: relative;
}
.ie8 .con_detail .box_textarea .box_detail .box_info ul li a:after {
  content: "";
  background: #4a81d0;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 .con_detail .box_textarea .box_detail .box_info ul li a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_textarea .box_detail .box_info ul li a {
    font-size: 82%;
  }
}
.con_detail .box_textarea .box_detail .btn {
  width: 100%;
  margin: 20px auto 0;
}
.con_detail .box_textarea .box_detail .btn i {
  font-size: 125%;
  color: #4a81d0;
  line-height: 1;
}
.con_detail .box_textarea .box_rsv ul {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .con_detail .box_textarea .box_rsv ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media print {
  .con_detail .box_textarea .box_rsv ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ie8 .con_detail .box_textarea .box_rsv ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail .box_textarea .box_rsv ul {
    width: 85%;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_detail .box_textarea .box_rsv ul li {
    width: 31.33333%;
    margin: 0 1%;
  }
}
@media print {
  .con_detail .box_textarea .box_rsv ul li {
    width: 31.33333%;
    margin: 0 1%;
  }
}
.ie8 .con_detail .box_textarea .box_rsv ul li {
  width: 31.33333%;
  margin: 0 1%;
}
@media only screen and (max-width: 1024px) {
  .con_detail .box_textarea .box_rsv ul li {
    margin-bottom: 15px;
  }
}
.con_detail .box_textarea .box_rsv .box_shop {
  background-color: #f0f0f0;
  padding: 1em 1em 1em 0;
}
@media only screen and (min-width: 768px) {
  .con_detail .box_textarea .box_rsv .box_shop {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print {
  .con_detail .box_textarea .box_rsv .box_shop {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ie8 .con_detail .box_textarea .box_rsv .box_shop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .con_detail .box_textarea .box_rsv .box_shop {
    padding: 1em;
  }
}
.con_detail .box_textarea .box_rsv .box_shop h4 {
  font-weight: normal;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_detail .box_textarea .box_rsv .box_shop h4 {
    width: 60%;
    padding-left: 5%;
  }
  .con_detail .box_textarea .box_rsv .box_shop h4:before {
    content: "";
    width: 7%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #333333;
  }
}
@media print {
  .con_detail .box_textarea .box_rsv .box_shop h4 {
    width: 60%;
    padding-left: 5%;
  }
  .con_detail .box_textarea .box_rsv .box_shop h4:before {
    content: "";
    width: 7%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #333333;
  }
}
.ie8 .con_detail .box_textarea .box_rsv .box_shop h4 {
  width: 60%;
  padding-left: 5%;
}
.ie8 .con_detail .box_textarea .box_rsv .box_shop h4:before {
  content: "";
  width: 7%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail .box_textarea .box_rsv .box_shop h4 {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_textarea .box_rsv .box_shop h4 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 88%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_detail .box_textarea .box_rsv .box_shop .btn {
    width: 37%;
  }
}
@media print {
  .con_detail .box_textarea .box_rsv .box_shop .btn {
    width: 37%;
  }
}
.ie8 .con_detail .box_textarea .box_rsv .box_shop .btn {
  width: 37%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail .box_textarea .box_rsv .box_shop .btn {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_textarea .box_rsv .box_shop .btn {
    width: 95%;
    margin: 0 auto;
  }
}
.con_detail.noimg .box_outline {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail.noimg .box_outline {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail.noimg .box_outline {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .con_detail.noimg .box_outline {
    width: 100%;
  }
}
@media print {
  .con_detail.noimg .box_outline {
    width: 100%;
  }
}
.ie8 .con_detail.noimg .box_outline {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_detail.noimg .box_textarea {
    width: 100%;
  }
}
@media print {
  .con_detail.noimg .box_textarea {
    width: 100%;
  }
}
.ie8 .con_detail.noimg .box_textarea {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_detail.noimg .box_textarea .box_rsv {
    width: 95%;
    margin: 0 auto;
  }
}
@media print {
  .con_detail.noimg .box_textarea .box_rsv {
    width: 95%;
    margin: 0 auto;
  }
}
.ie8 .con_detail.noimg .box_textarea .box_rsv {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail.noimg .box_textarea .box_rsv ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail.noimg .box_textarea .box_rsv ul li {
    width: 48%;
    margin: 0 1% 2%;
  }
}
