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

	TOP - トップページ

====================================================*/
/* l-mainvisual
--------------------------------------*/
.l-mainvisual .sitename {
  margin-bottom: 30px;
  color: #7f8080;
  text-align: center;
}

.l-mainvisual .sitename .el-en {
  font-size: 2.8rem;
}

.l-mainvisual .sitename .el-jp {
  font-size: 1.2rem;
  font-weight: bold;
}

.l-mainvisual .sitename .trademark {
  font-size: 1rem;
}

/* l-toplead
--------------------------------------*/
.l-toplead {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.l-toplead .top-lead {
  margin-top: -30px;
  margin-bottom: 30px;
}

/* top-concept
--------------------------------------*/
.top-concept {
  text-align: center;
}

.top-concept .concept-head {
  font-size: 2.4rem;
  color: #7f8080;
}

.top-concept .concept-body {
  margin-bottom: 60px;
}

.top-concept .concept-body p {
  margin-bottom: 1.5em;
  line-height: 2.2em;
}

.top-concept .concept-body p:last-child {
  margin-bottom: 0;
}

.top-concept .img-pic {
  margin-bottom: 0;
}

.feature-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.feature-list li {
  margin-bottom: 15px;
  padding: 40px 10px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.feature-list li:last-child {
  margin-bottom: 0;
}

.feature-list .head {
  margin-bottom: 10px;
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  color: #7f8080;
}

.feature-list .head .num {
  display: block;
  font-size: 7.2rem;
}

.feature-list p {
  font-size: 1.8rem;
  line-height: 1.7;
}

.feature-list .btn {
  margin-top: 20px;
}

/* top-beginner
--------------------------------------*/
.top-beginner {
  padding-top: 0 !important;
}

/* top-salon
--------------------------------------*/
.salon-name {
  margin-bottom: 20px;
  text-align: center;
}

.salon-name .el-en {
  font-size: 2.2rem;
}

.salon-name .el-jp {
  letter-spacing: 0.03em;
}

.salon-box {
  display: inline-block;
  min-width: 330px;
}

.salon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  text-align: left;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.6;
}

.salon-info dt {
  width: 90px;
}

.salon-info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* top-consult
--------------------------------------*/
.top-consult .l-outer {
  width: 100%;
}

.top-consult .consult-box {
  margin-bottom: 30px;
  padding: 40px 30px;
  text-align: center;
  background: #fff;
}

.top-consult .consult-box:last-child {
  margin-bottom: 0;
}

.top-consult .consult-box .head {
  margin-bottom: 20px;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  color: #7f8080;
}

.top-consult .consult-box p {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.top-consult .consult-box .btn {
  width: 90%;
  max-width: 400px;
}

/* top-gallery
--------------------------------------*/
.top-gallery .gallery-head {
  margin-bottom: 30px;
  padding-top: 40px;
  font-size: 1.6rem;
  font-family: "EB Garamond", serif;
  color: #7f8080;
  text-align: center;
  background-image: url(../images/common/icon-insta.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -2%;
}

.gallery-list li {
  margin-right: 2%;
  margin-bottom: 2%;
  width: 49%;
}

.gallery-list li:nth-child(even) {
  margin-right: 0;
}

@media print, screen and (min-width: 1068px) {
  /* l-mainvisual
	--------------------------------------*/
  .l-mainvisual .sitename {
    margin-bottom: 50px;
  }
  .l-mainvisual .sitename .el-en {
    font-size: 6rem;
  }
  .l-mainvisual .sitename .el-jp {
    font-size: 1.8rem;
  }
  .l-mainvisual .sitename .trademark {
    font-size: 1.6rem;
  }
  /* l-toplead
	--------------------------------------*/
  .l-toplead {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  /* top-concept
	--------------------------------------*/
  .top-concept .concept-head {
    font-size: 3.6rem;
  }
  .top-concept .concept-body {
    margin-bottom: 120px;
  }
  .feature-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .feature-list li {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 32%;
  }
  .feature-list .head {
    margin-bottom: 20px;
  }
  /* top-menu
	--------------------------------------*/
  .top-menu .section-head {
    margin-top: 40px;
  }
  /* top-salon
	--------------------------------------*/
  .salon-name {
    text-align: left;
    line-height: 1;
  }
  .salon-name .el-en {
    font-size: 2.3rem;
  }
  .salon-name .el-jp {
    font-size: 1.6rem;
  }
  .salon-box {
    display: block;
  }
  .salon-info {
    margin: 0;
    font-size: 1.6rem;
  }
  .salon-info dd {
    margin-bottom: 15px;
  }
  /* top-consult
	--------------------------------------*/
  .top-consult .l-outer {
    width: 80vw;
  }
  .top-consult .consult-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-consult .consult-box {
    margin-bottom: 0;
    width: 46%;
  }
  .top-consult .consult-box .head {
    font-size: 3rem;
  }
  .top-consult .consult-box p {
    font-size: 1.8rem;
  }
  .top-consult .consult-box .btn {
    max-width: 300px;
  }
  /* top-gallery
	--------------------------------------*/
  .top-gallery .gallery-head {
    font-size: 1.8rem;
  }
  .top-gallery .gallery-list {
    margin-bottom: 0;
  }
  .top-gallery .gallery-list li {
    margin-right: 2%;
    margin-bottom: 0;
    width: 15%;
  }
  .top-gallery .gallery-list li:nth-child(even) {
    margin-right: 2%;
  }
  .top-gallery .gallery-list li:last-child {
    margin-right: 0;
  }
  .top-gallery .gallery-list a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .top-gallery .gallery-list a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/*====================================================

	サイマティクスヒーリングとは

====================================================*/
.l-feature .content-head {
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}

.feature-head {
  margin-bottom: 50px;
  text-align: center;
}

.feature-head .head-num {
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  color: #7f8080;
  line-height: 1;
}

.feature-head .head-num .num {
  display: block;
  font-size: 7.2rem;
}

.feature-head .head {
  font-size: 1.8rem;
}

.feature-head.bg01 {
  padding: 50px 0;
  background-image: url(../images/cymatics/feature-bg1.jpg);
  background-repeat: no-repeat;
  background-position: 40% 0;
  background-size: cover;
}

.doctor-block .dr-img {
  margin: 0 auto 20px;
  width: 140px;
}

.doctor-block .dr-body {
  text-align: center;
}

.healing-box {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.healing-box .healing-head {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.healing-box .healing-lead {
  margin-bottom: 20px;
  color: #7f8080;
}

.healing-box .healing-img {
  margin-right: -10px;
}

@media print, screen and (min-width: 1068px) {
  .l-feature .content-head {
    margin-top: 160px;
    font-size: 2.8rem;
  }
  .feature-head {
    margin-bottom: 60px;
  }
  .feature-head .head-num {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
  .feature-head .head {
    font-size: 2.4rem;
  }
  .feature-head.bg01 {
    padding: 70px 0;
  }
  .doctor-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .doctor-block .dr-img {
    margin: 0 40px 0 0;
    width: 200px;
  }
  .doctor-block .dr-body {
    text-align: left;
  }
  .healing-box .healing-head {
    font-size: 2.6rem;
  }
  .healing-box .healing-lead {
    margin-bottom: 40px;
    line-height: 2.4;
  }
  .healing-box .healing-img {
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
  }
}

/*====================================================

	はじめての方へ

====================================================*/
.l-treatflow .flow-head {
  margin-bottom: 40px;
  font-size: 2rem;
  color: #978175;
  text-align: center;
}

.flow-list {
  text-align: center;
}

.flow-list li {
  position: relative;
  padding-bottom: 120px;
}

.flow-list li:after {
  position: absolute;
  content: '';
  bottom: 40px;
  left: 50%;
  width: 50px;
  height: 65px;
  background-image: url(../images/for-beginner/flow-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow-list li:last-child {
  padding-bottom: 0;
}

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

.flow-list .flow-step {
  margin-bottom: 10px;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #7f8080;
}

.flow-list .flow-info {
  margin-bottom: 10px;
}

.flow-list .flow-info dt {
  margin-bottom: 10px;
  font-size: 2.8rem;
}

.flow-list .flow-info dd {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: left;
  line-height: 1.8;
}

.flow-list .flow-info + .btn {
  margin-top: 20px;
}

.flow-list .note {
  margin-bottom: 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #7f8080;
  text-align: left;
}

@media print, screen and (min-width: 1068px) {
  .l-treatflow .flow-head {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
  .flow-list {
    margin-bottom: 120px;
    text-align: left;
  }
  .flow-list li {
    padding-bottom: 240px;
  }
  .flow-list li:after {
    bottom: 100px;
    width: 80px;
    height: 100px;
  }
  .flow-list .flow-step {
    margin-bottom: 20px;
    font-size: 3.0rem;
  }
  .flow-list .flow-info dt {
    margin-bottom: 0;
    font-size: 3.6rem;
  }
  .flow-list .flow-info dd {
    font-size: 2rem;
  }
  .flow-list .flow-info + .btn {
    margin-top: 30px;
  }
  .flow-list .note {
    font-size: 1.6rem;
  }
}

/*====================================================

	メニュー

====================================================*/
.menu-block {
  margin-bottom: 60px;
  text-align: center;
}

.menu-block .img-pic {
  margin-top: 40px;
}

.menu-head {
  position: relative;
  padding-bottom: 80px;
}

.menu-head:after {
  position: absolute;
  bottom: 40px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 140px;
  height: 1px;
  background: #7f8080;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu-head .head {
  margin-bottom: 10px;
  font-size: 2.1rem;
}

.menu-list {
  margin-bottom: -20px;
  display: inline-block;
}

.menu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: right;
  width: 100%;
}

.menu-list .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu-list .fee {
  width: 160px;
}

.menu-list .txt-lrg {
  font-size: 2.4rem;
}

.menu-list .txt-sml {
  font-size: 1.2rem;
}

.arrange-box {
  margin-bottom: 50px;
}

.arrange-box .desc-list {
  margin-bottom: 20px;
}

.arrange-box .desc-list dt {
  font-size: 2.1rem;
}

.arrange-box .recom {
  margin: 0 10px;
  padding: 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #7f8080;
  line-height: 1.6;
  background: #f7e5df;
  border-radius: 70px;
}

.arrange-note {
  font-size: 1.8rem;
}

@media print, screen and (min-width: 1068px) {
  .menu-block {
    position: relative;
    margin-bottom: 120px;
  }
  .menu-block .img-pic {
    position: absolute;
    top: 20px;
    margin-top: 0;
    width: calc(100% / 4 + 30px);
    z-index: -1;
  }
  .menu-block.healing {
    padding-top: 40px;
  }
  .menu-block.healing .img-pic {
    left: 0;
  }
  .menu-block.session .img-pic {
    right: 0;
  }
  .menu-head .head {
    font-size: 2.8rem;
  }
  .menu-head .lead {
    font-size: 1.6rem;
  }
  .menu-list li {
    font-size: 2.1rem;
  }
  .menu-list .fee {
    width: 220px;
  }
  .menu-list .txt-lrg {
    font-size: 2.8rem;
  }
  .menu-list .txt-sml {
    font-size: 1.4rem;
  }
  .arrange-box {
    margin-bottom: 60px;
  }
  .arrange-box .desc-list dt {
    font-size: 2.8rem;
  }
  .arrange-box .desc-list dd {
    font-size: 1.6rem;
  }
  .arrange-box .recom {
    display: inline-block;
    padding: 10px 50px;
    font-size: 1.6rem;
  }
  .arrange-note {
    font-size: 2.4rem;
  }
}

/*====================================================

	アークシーについて

====================================================*/
.salon-pic {
  margin-bottom: 60px;
}

.location-block {
  position: relative;
  padding: 60px 0 110px;
  text-align: center;
}

.location-block .map-link {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.therapist-block {
  margin-bottom: 60px;
}

.therapist-block:last-child {
  margin-bottom: 0;
}

.therapist-block .ther-img {
  margin-bottom: 20px;
}

.therapist-block .ther-name {
  margin-bottom: 10px;
}

.therapist-block .ther-name .el-jp {
  padding-right: 10px;
  font-size: 3.2rem;
}

.therapist-block .ther-name .el-en {
  display: inline;
  font-size: 1.6rem;
}

.therapist-block .profile-box {
  margin-bottom: 40px;
}

.therapist-block .profile-box .lead {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.therapist-block .profile-box .txt {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.4rem;
}

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

.therapist-block .career {
  width: 60%;
  font-size: 1.2rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.4;
}

.therapist-block .career p {
  margin-bottom: 1em;
}

.therapist-block .career-list dl {
  margin-bottom: 1em;
}

.therapist-block .certificate {
  width: 37%;
}

.equipment .eqp-head {
  margin-bottom: 10px;
}

.equipment .eqp-head .el-en {
  display: inline-block;
  font-size: 3.6rem;
}

.equipment .eqp-head .el-jp {
  font-size: 1.6rem;
  letter-spacing: 0em;
}

.equipment p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media print, screen and (min-width: 1068px) {
  .salon-pic {
    margin-bottom: 120px;
  }
  .location-block {
    padding: 120px 0 60px;
    text-align: left;
  }
  .location-block .map-link {
    position: static;
    margin-top: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .therapist-block {
    position: relative;
    margin-bottom: 120px;
  }
  .therapist-block .ther-img {
    width: 78%;
  }
  .therapist-block .ther-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .therapist-block .profile-box {
    margin-bottom: 0;
    width: 55.2%;
  }
  .therapist-block .career-box {
    display: block;
    width: 40%;
  }
  .therapist-block .career {
    width: 100%;
  }
  .therapist-block .career-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5em;
  }
  .therapist-block .career-list dt {
    margin-right: 10px;
    width: 90px;
  }
  .therapist-block .career-list dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .therapist-block .certificate {
    position: absolute;
    top: 0;
    right: 0;
    width: 19.5%;
  }
  .equipment p {
    font-size: 1.4rem;
  }
}

/*====================================================

	お客さまの声

====================================================*/
.voice-list {
  position: relative;
}

.voice-list li {
  padding: 60px 0;
}

.voice-list li:first-child {
  padding-top: 0;
}

.voice-list li:nth-child(even) {
  background: #f7e5df;
}

.voice-img {
  margin: 0 auto 20px;
  padding-top: 17px;
  width: 160px;
  height: 160px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}

.voice-img .cust-img {
  height: 80px;
}

.voice-img .personal {
  margin-top: 10px;
  line-height: 1.1;
}

.voice-body {
  padding: 0 10px;
}

.voice-body .catch {
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #978175;
  text-align: center;
}

.voice-body .txt {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media print, screen and (min-width: 1068px) {
  .voice-list li {
    padding: 80px 0;
  }
  .voice-list li:nth-child(even) .l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .voice-list li:nth-child(even) .voice-body {
    padding-right: 40px;
    padding-left: 0;
  }
  .voice-list .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .voice-img {
    margin-bottom: 0;
    padding-top: 40px;
    width: 200px;
    height: 200px;
  }
  .voice-img .cust-img {
    height: 85px;
  }
  .voice-img .personal {
    font-size: 1.6rem;
  }
  .voice-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 40px;
  }
  .voice-body .catch {
    font-size: 2.8rem;
    text-align: left;
  }
  .voice-body .txt {
    font-size: 1.4rem;
  }
}

/*====================================================

	取扱商品

====================================================*/
.product-list li {
  margin-bottom: 20px;
  padding: 20px;
  line-height: 1.6;
  background: #fff;
}

.product-list .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.product-list .product-img {
  margin-right: 20px;
  width: 100px;
}

.product-list .product-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-list .product-body .name {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.product-list .product-body .name .txt-sml {
  font-size: 1.2rem;
}

.product-list .product-body .fee {
  margin-bottom: 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.product-list .product-body .fee .txt-sml {
  font-size: 1rem;
}

.product-list .product-txt {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.4rem;
  color: #7f8080;
}

.delivery-box .lead {
  margin-bottom: 5px;
}

.delivery-box .fee {
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.6;
}

.delivery-box .note-list {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #7f8080;
  line-height: 1.8;
}

.cartjs_box {
  padding: 0 !important;
}

.cartjs_product_table {
  display: none;
}

.cartjs_cart_in {
  position: relative;
  text-align: left !important;
}

.cartjs_cart_in:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 20px;
  width: 22px;
  height: 16px;
  background-image: url(../images/products/icon-cart.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cartjs_cart_in input[type="submit"] {
  margin-bottom: 0 !important;
  padding: 8px 20px 8px 45px;
  height: auto !important;
  width: auto !important;
  font-size: 1.4rem !important;
  background: #bebebe !important;
  border-radius: 0 !important;
}

@media print, screen and (min-width: 1068px) {
  .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-list li {
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 30px;
    width: 49%;
  }
  .product-list li:nth-child(even) {
    margin-right: 0;
  }
  .product-list .product-img {
    margin-right: 30px;
    width: 140px;
  }
  .product-list .product-body .name {
    font-size: 1.8rem;
  }
  .product-list .product-body .name .txt-sml {
    font-size: 1.4rem;
  }
  .product-list .product-body .fee {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  .product-list .product-body .fee .txt-sml {
    font-size: 1.2rem;
  }
  .delivery-box .lead {
    font-size: 1.6rem;
  }
  .delivery-box .note-list {
    font-size: 1.6rem;
  }
  .cartjs_cart_in {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cartjs_cart_in:hover {
    opacity: 0.7;
  }
}

/*====================================================

	セミナー

====================================================*/
.seminar.media-block {
  margin-bottom: 60px;
}

.seminar-block {
  margin-bottom: 60px;
}

.seminar-block .seminar-head {
  margin-bottom: 5px;
  font-size: 2.4rem;
  text-align: center;
}

.seminar-block .tag-list li {
  display: block;
  font-size: 1.5rem;
}

.seminar-block .tag-list li.end {
  display: block;
}

.seminar-block .tag-list .rounded {
  min-width: 170px;
}

@media print, screen and (min-width: 1068px) {
  .seminar.media-block {
    margin-top: 120px;
  }
  .seminar .media-img {
    width: 40%;
  }
  .seminar-block .seminar-head {
    font-size: 2.8rem;
    text-align: left;
  }
  .seminar-block .tag-list {
    text-align: left;
  }
  .seminar-block .tag-list li {
    display: inline-block;
    font-size: 1.8rem;
  }
  .seminar-block .tag-list .rounded {
    min-width: initial;
    line-height: 60px;
    border-radius: 30px;
  }
}

/*====================================================

	よくある質問

====================================================*/
.faq-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bebebe;
}

.faq-block:last-child {
  margin-bottom: 60px;
}

.faq-block dt {
  position: relative;
  margin-bottom: 15px;
  padding-top: 7px;
  padding-left: 50px;
  font-size: 2.0rem;
  line-height: 1.4;
  color: #978175;
}

.faq-block dt:before {
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4.2rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  opacity: 0.3;
}

.faq-block dd {
  position: relative;
  margin-left: 30px;
  padding-top: 8px;
  padding-left: 40px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.8;
}

.faq-block dd:before {
  content: 'A';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.6rem;
  font-family: "EB Garamond", serif;
  color: #bebebe;
  line-height: 1;
}

.faq-block .txt-sml {
  font-size: 1.2rem;
}

.faq-block .btn {
  margin-top: 20px;
}

@media print, screen and (min-width: 1068px) {
  .faq-block {
    margin-bottom: 60px;
    padding: 0 40px 60px;
  }
  .faq-block dt {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-left: 80px;
    font-size: 2.8rem;
  }
  .faq-block dt:before {
    font-size: 7.2rem;
  }
  .faq-block dd {
    margin-left: 160px;
    padding-top: 10px;
    padding-left: 60px;
    font-size: 2rem;
  }
  .faq-block dd:before {
    font-size: 4.8rem;
  }
  .faq-block .txt-sml {
    font-size: 1.7rem;
  }
  .faq-block .btn {
    margin-left: 220px;
    font-size: 1.6rem;
  }
}

/*====================================================

	プライバシーポリシー

====================================================*/
.privacy-block {
  margin-bottom: 20px;
  padding: 30px 20px;
  background: #fff;
}

.privacy-head {
  margin-bottom: 20px;
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: 0;
}

.privacy-body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.privacy-body .contact-point {
  display: none;
}

@media print, screen and (min-width: 1068px) {
  .privacy-block {
    margin-bottom: 35px;
    padding: 60px 120px;
  }
  .privacy-head {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .privacy-body {
    font-size: 1.6rem;
  }
  .privacy-body .contact-point {
    display: block;
    margin-top: 2em;
    margin-bottom: 0;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  }
}

/*# sourceMappingURL=maps/contents.css.map */
