/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-btn {
  border: 2px solid #e57777;
  display: inline-block;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.3s ease 0s; }

.mod-btn a {
  display: block;
  padding: 8px 60px 8px 60px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #e57777; }

.mod-btn:hover {
  background: #e57777; }
  .mod-btn:hover a {
    color: #FFF; }

.black-btn {
  background: #000000;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.3s ease 0s; }
  .black-btn a {
    color: #FFF; }

.black-btn:hover {
  background: #e57777; }

a img {
  transition: all 0.3s ease 0s; }

a:hover img {
  opacity: 0.7; }

.mod-link {
  background: url("../img/common/right-arrow.png") no-repeat 0 50%;
  transition: all 0.3s ease 0s; }
  .mod-link a {
    color: #000000;
    font-weight: bold;
    padding-left: 25px; }

.mod-link:hover {
  opacity: 0.7; }

.contents-ttl {
  text-align: center;
  margin-bottom: 30px; }

  .copy{
  border: 2px solid #e57777;
  color: #e57777;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 30px auto 50px;
  width: 1000px;
}

/***************************************************************************************************************************
product list
**************************************************************************************************************************/
.product-list::after {
  content: "";
  display: block;
  clear: both; }
.product-list img {
  width: 100%;
  height: auto; }
.product-list li {
  width: 230px;
  float: left;
  margin: 0 26px 40px 0px; }
  .product-list li a {
    color: #000000; }
    .product-list li a .img {
      margin-bottom: 15px; }
      .product-list li a .img img {
        width: 100%;
        height: auto; }
    .product-list li a dt {
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 5px;
      text-align: left; }
    .product-list li a dd {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.5em;
      text-align: left; }
      .product-list li a dd .price {
        text-align: right;
        display: block;
        padding-top: 5px; }
.product-list li:nth-child(4n) {
  margin-right: 0px; }

.card-list li {
  background: #FFF;
  display: table;
  margin-bottom: 30px;
  padding-right: 20px; }
  .card-list li .img {
    display: table-cell;
    padding-right: 30px; }
  .card-list li dl {
    display: table-cell;
    vertical-align: middle; }
    .card-list li dl dt {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 10px;
      font-weight: bold; }
.card-list li:last-child {
  margin-bottom: 0px; }

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  /***************************************************************************************************************************
  module
  **************************************************************************************************************************/
  .mod-btn a {
    padding: 5px 25px 5px 25px;
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%; }

  .mod-btn {
    text-align: center;
    width: 100%; }
    .mod-btn a {
      padding: 10px 0px; }

  .black-btn {
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center; }

  /***************************************************************************************************************************
  product list
  **************************************************************************************************************************/
  .product-list li {
    width: 48%;
    margin: 0 4% 25px 0px; }
    .product-list li a .img {
      margin-bottom: 15px; }
      .product-list li a .img img {
        width: 100%;
        height: auto; }
    .product-list li a dt {
      font-size: 13px;
      font-size: 1.3rem; }
    .product-list li a dd {
      font-size: 12px;
      font-size: 1.2rem; }
  .product-list li:nth-child(2n) {
    margin-right: 0px; }
  .product-list li:nth-child(4n) {
    margin-right: 0px; }

  .card-list {
    box-sizing: border-box; }
    .card-list li {
      display: block;
      margin-bottom: 30px; }
      .card-list li .img {
        display: block;
        padding-right: 0px; }
        .card-list li .img img {
          width: 100%; }
      .card-list li dl {
        display: block;
        vertical-align: middle; }
        .card-list li dl dt {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 10px;
          margin-bottom: 0px; }
        .card-list li dl dd {
          padding: 0px 10px 20px 10px;
          font-size: 12px;
          font-size: 1.2rem; }
          .card-list li dl dd .mod-link {
            margin-top: 10px; }
    .card-list li:last-child {
      margin-bottom: 0px; } }
.ttl-area {
  background: url("../img/photo/main-vis-photo.jpg") no-repeat center;
  background-size: cover; }
  .ttl-area h1 {
    width: 248px;
    height: 67px;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -33.5px;
    background: url("../img/photo/photo-ttl.png") no-repeat center; }

.contents {
  margin-bottom: 70px;
  padding: 0px;
  width: initial; }

.about-block {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  width: 1000px;
  margin: 0 auto 70px; }
  .about-block .text {
    margin-bottom: 20px; }

.copy-block {
  margin: 0 auto 10px;
  width: 1000px;
  text-align: center; }

.price {
  display: table;
  margin: 0 auto 30px; }
  .price dt {
    color: #FFF;
    background: #e57777;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
  .price dd {
    padding-left: 10px;
    display: table-cell; }
  .price span {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }

.card-list {
  width: 1000px;
  margin: 0 auto; }

.schedule-block {
  width: 1000px;
  margin: 0 auto; }
  .schedule-block dl {
    border: 3px solid #e57777;
    margin-bottom: 30px; }
    .schedule-block dl::after {
      content: "";
      display: block;
      clear: both; }
    .schedule-block dl dt {
      background: #e57777;
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 5px 0px; }
    .schedule-block dl dd {
      padding: 30px; }
    .schedule-block dl .left-block {
      width: 40%;
      box-sizing: border-box;
      float: left; }
    .schedule-block dl .right-block {
      width: 60%;
      box-sizing: border-box;
      float: left; }
      .schedule-block dl .right-block li {
        font-size: 13px;
        font-size: 1.3rem; }
        .schedule-block dl .right-block li span {
          color: #e57777;
          font-weight: bold;
          width: 90px;
          display: inline-block; }

@media only screen and (max-width: 750px) {
  .ttl-area {
    background: url("../img/photo/main-vis-photo-sp.jpg") no-repeat center;
    background-size: cover; }
    .ttl-area .inner {
      width: 250px;
      left: 0px; }
    .ttl-area h1 {
      width: 153px;
      height: 38px;
      position: absolute;
      margin-top: 0px;
      background: url("../img/photo/photo-ttl-sp.png") no-repeat center;
      background-size: contain; }

  .price {
    padding: 0 6%; }
    .price dt {
      padding: 0 5px; }
    .price dd {
      padding-left: 10px;
      display: table-cell;
      font-size: 11px;
      font-size: 1.1rem; }
    .price span {
      font-size: 20px;
      font-size: 2rem; }

  .about-block {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 6%;
    box-sizing: border-box; }
    .about-block .text {
      margin-bottom: 20px;
      text-align: left; }

  .copy-block {
    width: 100%;
    padding: 0 6%;
    box-sizing: border-box; }

  .card-list {
    width: 100%;
    padding: 0 6%; }
    .card-list li {
      padding-right: 0px; }

  .schedule-block {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 6%; }
    .schedule-block dl {
      border: 3px solid #e57777;
      margin-bottom: 20px; }
      .schedule-block dl::after {
        content: "";
        display: block;
        clear: both; }
      .schedule-block dl dt {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 5px 0px; }
      .schedule-block dl dd {
        padding: 15px; }
      .schedule-block dl .left-block {
        width: 100%;
        box-sizing: border-box;
        float: none; }
      .schedule-block dl .right-block {
        width: 100%;
        box-sizing: border-box;
        float: none; }
        .schedule-block dl .right-block li {
          font-size: 13px;
          font-size: 1.3rem; }
          .schedule-block dl .right-block li span {
            color: #e57777;
            font-weight: bold;
            width: 90px;
            display: inline-block; }
.copy{
  border: 2px solid #e57777;
  font-size: 15px;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 88%;
  margin: 0 6% 20px;
  box-sizing: border-box;
}

          }
