@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-btn {
  border: 2px solid #e88b8a;
  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: #e88b8a; }

.mod-btn:hover {
  background: #e88b8a; }
  .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: #e88b8a; }

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

/***************************************************************************************************************************
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-text h1 {
  width: 313px;
  height: 64px;
  background: url("../img/contact/contact-ttl.png") no-repeat center; }

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

.contents .ex{
  font-size: 12px;
  font-size: 1.2rem;
  padding-top:  7px;
  display: inline-block;
  line-height: 1.7em;
}

.contact-block {
  font-size: 13px;
  font-size: 1.3rem;
  width: 1000px;
  margin: 0 auto 70px; }

.contact-short {
  margin-bottom: 40px; }

.contact-short > li {
  border-top: 1px solid #f8f8f8;
  padding: 30px; }

.contact-short > li::after {
  content: "";
  display: block;
  clear: both; }

.contact-short > li p {
  display: inline-block;
  width: 520px;
  font-size: 16px;
  font-size: 1.6rem; }

.contact-short > li p:first-child {
  float: left;
  width: 300px;
  color: #000000;
  font-weight: bold; }

.contact-short > li .must:after {
  content: "※";
  color: #FF0000;
  margin-left: 4px; }

.contact-short > li .text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  line-height: 1.3;
  margin-top: 4px; }

.contact-short > li .after-text {
  margin-left: 10px; }

.contact-short > li input[type="text"],
.contact-short > li input[type="tel"],
.contact-short > li input[type="email"] {
  padding: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  width: 400px; }

.contact-short > li textarea {
  width: 520px;
  min-height: 200px;
  padding: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box; }

.contact-short li:last-child {
  border-bottom: 1px solid #f8f8f8; }

.contact-short .name-list {
  border-top: none;
  padding: 0 30px 30px; }

.red {
  color: #FF0000; }

.contact-bottom {
  display: block;
  text-align: center; }

.contact-attention {
  margin-bottom: 50px; }

.submit-box {
  display: inline-block; }

.submit-box::after {
  content: "";
  display: block;
  clear: both; }

.confilm-btn,
.submit-btn {
  text-align: center;
  width: 280px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background-color: #e88b8a;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  padding: 0; }

.confilm-btn input[type="submit"],
.submit-btn input[type="submit"] {
  font-size: 20px;
  font-size: 2rem;
  width: 280px;
  height: 70px;
  cursor: pointer;
  background: none;
  color: #fff;
  border-style: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.confilm-btn:hover,
.submit-btn:hover {
  background-color: #FFF; }

.confilm-btn:hover input[type="submit"],
.submit-btn:hover input[type="submit"] {
  border: 2px solid #e88b8a;
  color: #e88b8a; }

.confilm-btn:hover:after,
.submit-btn:hover:after {
  content: "";
  background: url(../img/common/right_arrow_m_orange.png) no-repeat 0 0;
  background-size: 9px 14px; }

.back-btn {
  text-align: center;
  width: 200px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background-color: #FFF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  margin-left: 40px; }

.back-btn input[type="button"] {
  font-size: 20px;
  font-size: 2rem;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 200px;
  height: 70px;
  cursor: pointer;
  background: none;
  border: 2px solid #e88b8a;
  color: #e88b8a;
  background: url(../img/common/right_arrow_m_orange.png) no-repeat 145px 50%;
  background-size: 6px 12px; }

.wpcf7-list-item {
  margin-bottom: 5px;
  display: block; }

.wpcf7-not-valid-tip {
  color: #ff0000;
  display: block;
  padding-top: 5px;
  font-size: 13px;
  font-size: 1.3rem; }

.wpcf7-validation-errors {
  text-align: center;
  color: #ff0000;
  margin-top: 10px; }

@media only screen and (max-width: 750px) {
  .ttl-text h1 {
    width: 195px;
    height: 39px;
    background: url("../img/contact/contact-ttl-sp.png") no-repeat center;
    background-size: contain; }

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

  .contact-short {
    margin-bottom: 40px; }

  .contact-short li {
    padding: 30px 0;
    box-sizing: border-box; }

  .contact-short li p {
    width: 100%;
    margin-bottom: 10px; }

  .contact-short li input[type="text"],
  .contact-short li input[type="tel"],
  .contact-short li input[type="email"] {
    width: 100%;
    box-sizing: border-box; }

  .contact-short li textarea {
    width: 100%;
    height: 150px;
    min-height: 0; }

  .contact-bottom {
    text-align: left; }

  .submit-box {
    display: block; }
    select, .date-865 input, .date-855 input{
      font-size: 16px;
    }
  .confilm-btn,
  .submit-btn {
    width: 100%;
    display: block; }

  .confilm-btn input[type="submit"],
  .submit-btn input[type="submit"] {
    width: 100%; }

  .back-btn {
    width: 100%;
    margin-left: 0; }

  .back-btn input[type="button"] {
    width: 100%;
    display: block;
    background: url(../img/common/right_arrow_m_orange.png) no-repeat 225px 50%;
    background-size: 6px 12px; }

  .submit-btn {
    float: none;
    margin-bottom: 10px; } }
