@charset "UTF-8";
.page-content .damy-text {
  margin-bottom: 200px;
  text-align: center;
}

@media screen and (max-width: 519px) {
  .page-content .damy-text {
    margin-bottom: 120px;
  }
}

/* about */
.reason {
  margin-bottom: 90px;
}

.reason__sec {
  margin-bottom: 60px;
}

.reason__ttl {
  position: relative;
  min-height: 95px;
  padding: 25px 0 0 130px;
  margin-bottom: 25px;
}

.reason__ttl__numBox {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95px;
  height: 95px;
  padding-top: 5px;
  background: #007f7d;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
}

.reason__ttl__numBox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  border: solid transparent;
  border-top-color: #007f7d;
  border-width: 24px 14px 0 14px;
  margin-left: -14px;
}

.reason__ttl__numBox > * {
  width: 100%;
}

.reason__ttl__num {
  font-size: 1.9em;
}

.reason__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 70px;
}

.reason__img {
  width: 50.48%;
}

.reason__txt {
  width: 45.63%;
}

.reason__link {
  margin-top: 30px;
}

@media screen and (max-width: 959px) {
  .reason__cont {
    display: block;
  }
  .reason__img, .reason__txt {
    width: 100%;
  }
  .reason__txt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 519px) {
  .reason {
    margin-bottom: 60px;
  }
  .reason__ttl {
    min-height: 60px;
    padding: 18px 0 0 80px;
    margin-bottom: 25px;
  }
  .reason__ttl__numBox {
    width: 60px;
    height: 60px;
    padding-top: 5px;
    font-size: 15px;
  }
  .reason__ttl__numBox::before {
    border-width: 16px 8px 0 8px;
    margin-left: -8px;
  }
  .reason__cont {
    padding: 0 5.8%;
  }
  .reason__link {
    margin-top: 20px;
    text-align: center;
  }
}

.greeting {
  background: #d8e8dc url("../img/about/bg_01.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.greeting__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.greeting__img {
  width: 25%;
  text-align: center;
}

.greeting__txt {
  width: 70.9%;
}

.greeting__name {
  margin-bottom: .5em;
}

.greeting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 0;
}

.greeting__list > dt {
  position: relative;
  padding-left: 1em;
  width: 100%;
  margin: 0;
  font-weight: 400;
}

.greeting__list > dt::before {
  content: "■";
  position: absolute;
  left: 0;
  top: -.25em;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.greeting__list > dd {
  position: relative;
  width: 16.5em;
  /*padding-left: 1em;*/
  margin: 0 1em 0 0;
  /*&::before {
                        content: "・";
                        position: absolute;
                        left: 0;
                        top: 0;
                    }*/
}

.greeting__list a {
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  .greeting__cont {
    display: block;
  }
  .greeting__img, .greeting__txt {
    width: 100%;
  }
  .greeting__txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 519px) {
  .greeting {
    padding: 50px 0;
  }
  .greeting__img img {
    max-width: 70%;
  }
  .greeting__list {
    display: block;
  }
  .greeting__list > dd {
    width: 100%;
  }
}

/* purchase */
.purchase__cont {
  position: relative;
}

.purchase__txt {
  width: 50%;
  padding-right: 5.45%;
}

.purchase__img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.purchase__imgBox {
  position: relative;
  padding-top: 4.28%;
}

.purchase__img3 {
  margin: -55px 0 0 35.36%;
}

.flow-list {
  padding: 0;
}

.flow-list__box {
  position: relative;
  padding: 60px 5.45%;
  margin-bottom: 125px;
  border: solid 10px #007f7d;
  background: #f2fefe;
  text-align: center;
}

.flow-list__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  margin: 52px 0 0 -47px;
  border: solid transparent;
  border-top-color: #007f7d;
  border-width: 40px 47px 0 47px;
}

.flow-list__box:last-child {
  margin-bottom: 0;
}

.flow-list__box:last-child::after {
  display: none;
}

.flow-list__ttl {
  margin-bottom: 20px;
}

.flow-list__ttl__num {
  margin-bottom: 35px;
}

.flow-list__txt {
  text-align: left;
}

.flow-list__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow-list__cv > * {
  margin: 0 5px;
}

.flow-list__cv .foot-tel {
  text-align: left;
}

.flow-list__cv .foot-tel__tel {
  color: #007f7d;
}

.flow-list__mail {
  color: #007f7d;
  font-size: 28px;
  white-space: nowrap;
}

.flow-list__mail .m-icon {
  margin-right: 15px;
}

.flow-list__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-list__cont__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 31.25%;
  margin-right: 3.12%;
}

.flow-list__cont__txt {
  text-align: left;
}

.area__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area__txt {
  width: 64.55%;
}

.area__list {
  margin: 0;
  line-height: 2.25;
}

.area__list > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 7.8em;
}

.area__list > div > dt {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
}

.area__list > div > dd {
  margin: 0 1em 0 0;
}

.area__catch {
  margin-top: 22px;
  font-size: 1.375em;
  line-height: 1.5;
}

.area__img {
  position: relative;
  width: 35.45%;
}

.area__img__txt {
  position: absolute;
  left: 13px;
  top: 3px;
  max-width: 50%;
}

@media screen and (max-width: 959px) {
  .purchase__txt {
    width: 100%;
    padding-right: 0;
  }
  .purchase__img1 {
    position: static;
    width: 96%;
    margin: 45px 0 0 auto;
  }
  .purchase__imgBox {
    width: 80%;
    padding-top: 0;
    margin-top: -55px;
  }
  .purchase__img2 {
    width: 92%;
  }
  .flow-list__cv {
    display: block;
  }
  .flow-list__cv > * {
    margin: 12px 0 0;
  }
  .flow-list__cv .foot-tel {
    text-align: center;
  }
  .area__cont {
    display: block;
    text-align: center;
  }
  .area__txt {
    width: 100%;
  }
  .area__list {
    display: inline-block;
  }
  .area__img {
    display: inline-block;
    width: auto;
    margin-top: 40px;
  }
}

@media screen and (max-width: 519px) {
  .purchase__img1 {
    margin-top: 30px;
  }
  .purchase__imgBox {
    margin-top: -30px;
  }
  .purchase__img3 {
    margin-top: -15px;
  }
  .flow-list__box {
    padding: 30px 4% 40px;
    margin-bottom: 60px;
    border-width: 6px;
  }
  .flow-list__box::after {
    margin: 22px 0 0 -30px;
    border-width: 28px 30px 0 30px;
  }
  .flow-list__ttl__num {
    margin-bottom: 20px;
  }
  .flow-list__ttl__num img {
    -webkit-transform: scale(0.76);
            transform: scale(0.76);
  }
  .flow-list__cv .foot-tel__tel {
    font-size: 11.2vw;
  }
  .flow-list__mail {
    font-size: 5.4vw;
  }
  .flow-list__mail .m-icon {
    margin-right: 10px;
    width: 28px;
  }
  .flow-list__cont {
    display: block;
  }
  .flow-list__cont__img {
    max-width: 100%;
    margin-right: 0;
  }
  .flow-list__cont__txt {
    margin-top: 15px;
  }
  .area__list > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .area__list > div > dt {
    position: static;
    width: 100%;
  }
  .area__list > div > dd {
    margin: 0 .5em;
  }
}

/* product */
.product-child__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-child__cont + .product-child__cont {
  margin-top: 60px;
}

.product-child__txt {
  width: 50%;
}

.product-child__img {
  width: 42.72%;
  padding-top: 10px;
}

.product-child__link {
  margin-top: 35px;
  text-align: center;
}

.product-artist {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.product-artist::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .product-child__cont {
    display: block;
  }
  .product-child__txt, .product-child__img {
    width: 100%;
  }
  .product-child__img {
    padding-top: 0;
    margin-top: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  .product-child__img {
    margin-top: 20px;
  }
}

/* company */
.access__map iframe {
  width: 100%;
}

.access__address {
  padding: 35px 0;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}

.access__gallery img {
  width: 100%;
}

.access__txt {
  padding: 30px 0;
  margin-top: 15px;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}

#gallerySlider {
  padding-bottom: 55px;
}

#gallerySlider .swiper-pagination {
  bottom: 0;
}

#gallerySlider .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 3px;
  border: solid 1px #ccc;
  background: #fff;
  opacity: 1;
}

#gallerySlider .swiper-pagination-bullet-active {
  border-color: #007f7d;
  background: #007f7d;
}

/*@media screen and (max-width:959px) {

    .access {
        &__map {
            position: relative;
            height: 0;
            padding-top: 80%;

            iframe {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
            }
        }
    }

}*/
@media screen and (max-width: 519px) {
  .access__address {
    padding: 25px 0;
    margin-bottom: 10px;
  }
  .access__txt {
    margin-top: 5px;
    font-size: 22px;
  }
  #gallerySlider {
    padding-bottom: 45px;
  }
}

/* shop */
.shop__map iframe {
  width: 100%;
}

.shop__txt {
  margin-top: 30px;
}

.shop__txt > * + * {
  margin-top: 1em;
}

.shop__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

.shop__img {
  width: 47.27%;
}

.shop__about {
  width: 50%;
}

@media screen and (max-width: 959px) {
  .shop {
    /*&__map {
            position: relative;
            height: 0;
            padding-top: 80%;

            iframe {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
            }
        }*/
  }
  .shop__data {
    display: block;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .shop__img, .shop__about {
    width: 100%;
  }
  .shop__about {
    margin-top: 15px;
  }
}

@media screen and (max-width: 519px) {
  .shop__txt {
    margin-top: 25px;
  }
  .shop__data {
    margin-top: 20px;
  }
}

/* contact */
.contact-tel {
  display: block;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.contact-tel > span {
  vertical-align: middle;
  margin: 0 10px;
}

.contact-tel__tel {
  color: #007f7d;
  font-size: 25px;
}

.contact-tel__tel__num {
  font-size: 1.8em;
}

.must {
  color: #cf1848;
  font-weight: 700;
}

.form__button, .wpcf7cp-btns {
  text-align: center;
}

.form__button button, .wpcf7cp-btns button,
.form__button input[type="button"],
.wpcf7cp-btns input[type="button"],
.form__button input[type="reset"],
.wpcf7cp-btns input[type="reset"],
.form__button input[type="submit"],
.wpcf7cp-btns input[type="submit"] {
  display: inline-block;
  max-width: 100%;
  width: 270px;
  height: 65px;
  line-height: 65px;
  padding: 0;
  font-size: 1.125em;
  text-align: center;
}

.form__input {
  max-width: 1000px;
  border-top: solid 1px #ddd;
  margin: 0 auto;
  font-size: 0.875em;
  line-height: 1.5;
}

.form__input > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ddd;
}

.form__input > div > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  padding: 36px 10px 20px 0;
}

.form__input > div > dd {
  width: 100%;
  width: calc(100% - 150px);
  padding: 20px 50px 20px 0;
  margin: 0;
}

.form__input > div.dotline {
  border-bottom: none;
}

.form__input > div.dotline > dd {
  border-bottom: dotted 2px #ddd;
}

.form__input__address {
  padding: 0;
  margin-right: -50px;
}

.form__input__address li {
  padding-right: 50px;
}

.form__input__address li + li {
  padding-top: 20px;
  margin-top: 20px;
  border-top: dotted 2px #ddd;
}

.form__button {
  margin-top: 25px;
}

.wpcf7 table {
  border-spacing: 0;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.5;
}

.wpcf7 table th,
.wpcf7 table td {
  border-bottom: solid 1px #ddd;
  padding: 24px 10px;
}

.wpcf7 table th {
  width: 150px;
  text-align: left;
}

.wpcf7-list-item {
  min-width: 160px;
  padding-right: 1em;
  margin: 0;
}

.wpcf7-textarea {
  height: 265px;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

.wpcf7-not-valid-tip {
  font-size: .8em;
}

.wpcf7cp-cfm-edit-btn {
  background: #ccc;
}

#wpcf7cpcnf button,
#wpcf7cpcnf input[type="button"],
#wpcf7cpcnf input[type="reset"],
#wpcf7cpcnf input[type="submit"] {
  max-width: 42%;
  margin: 0 0.8%;
}

.thanksBox {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .contact-tel > span {
    display: block;
    margin: 15px 0 0;
  }
  .form__input > div > dd {
    padding-right: 0;
  }
  .form__input__address {
    margin-right: 0;
  }
  .form__input__address li {
    padding-right: 0;
  }
}

@media screen and (max-width: 519px) {
  .contact-tel__tel {
    font-size: 5.4vw;
  }
  .form__input {
    display: block;
  }
  .form__input > div {
    display: block;
    padding: 15px 0;
  }
  .form__input > div > dt,
  .form__input > div > dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  .form__input > div > dt {
    margin-bottom: 10px;
  }
  .form__input > div.dotline {
    border-bottom: dotted 2px #ddd;
  }
  .form__input > div.dotline > dd {
    border-bottom: none;
  }
  .form__input__address li + li {
    padding-top: 12px;
    margin-top: 12px;
  }
  .wpcf7 table th,
  .wpcf7 table td {
    padding: 15px 5px;
  }
  .wpcf7 table th {
    width: 80px;
  }
}

/* buy */
.buy-page .page-content {
  max-width: 700px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.buy-page .page-content .telImg {
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.buy-page .page-content .list_box {
  min-height: 220px;
  width: 32.0%;
  float: left;
  padding: 0px;
  margin: 0px;
  margin-right: 1%;
  background-image: none;
  border: 1px #ccc solid;
  background: #E6E4E5;
}

.buy-page .page-content .photo {
  text-align: center;
  margin-bottom: 8px;
  margin-top: 0px;
  padding: 3px;
  background: #fff;
}

.buy-page .page-content .shop_img {
  margin-top: 20px;
  float: right;
}

.buy-page .page-content .address {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

#RSmainContents {
  max-width: 540px;
  width: 92%;
  margin: 0 auto 80px;
  text-align: center;
}

#RSmainContents h2 {
  margin: 20px 0;
  color: #FFFFFF;
  background: #000;
  padding-top: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,5b5b5b+100 */
  background: black;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#5b5b5b));
  background: linear-gradient(to bottom, black 0%, #5b5b5b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5b5b5b',GradientType=0 );
  /* IE6-9 */
}

#RSmainContents p {
  text-align: left;
}

@media screen and (max-width: 519px) {
  .buy-page .page-content .list_box {
    min-height: 120px;
    height: 100%;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 0%;
    background-image: none;
    border: 1px #ccc solid;
    background: #E6E4E5;
  }
  .buy-page .page-content .photo {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 3px;
    background: #fff;
    float: left;
  }
  #RSmainContents {
    margin-bottom: 50px;
  }
}
