@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
 * 色の設定
 */
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
html {
  margin-top: 0 !important;
}

html, body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #666;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1rem;
  letter-spacing: 0.2em;
}
body:before {
  display: none;
}

.font-din {
  font-family: din-2014, sans-serif;
  font-weight: normal;
}

.font-didot {
  font-family: linotype-didot, serif;
  font-weight: normal;
}

.font-allura {
  font-family: allura, sans-serif;
  font-weight: normal;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
  color: #666;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

button:hover, button:active {
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

i {
  font-style: normal;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

::-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

input, button, textarea, select {
  margin: 0;
  padding: 1rem 2rem;
  background: #FBFBFB;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0.6rem;
  outline: none;
  width: 100%;
}
@media (min-width: 768px) {
  input, button, textarea, select {
    padding: 10px 20px;
    border-radius: 6px;
  }
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 123.6rem;
  margin: 0 auto;
  padding: 0 1.8rem;
  position: relative;
}
.innerBox.is-h100 {
  height: 100%;
}

.min-620 {
  min-height: 620px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}
.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}
@media (max-width: 767px) {
.sp_only {}
.pc_only {display: none;}
}
@media (min-width: 768px) {
.sp_only {display: none;}
.pc_only {}
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  position: relative;
  z-index: 1;
}

.is-margin-header {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .is-margin-header {
    margin-top: 138px;
  }
}

#page__top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1A1A1A;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
#page__top:hover {
  cursor: pointer;
}
@media (min-width: 1180px) {
  #page__top {
    right: 32px;
    bottom: 32px;
  }
}
@media (min-width: 1366px) {
  #page__top {
    width: 95px;
    height: 95px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.is-iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.is-iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-header {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 200;
}
.l-header__logo {
  position: absolute;
  z-index: 300;
  left: 2rem;
  top: 10px;
  top: 0.7rem;
  width: 8rem;
  max-width: 75px;
}
@media (min-width: 768px) {
  .l-header__logo {
    left: 5rem;
    top: 10px;
    top: 1.4rem;
    width: 10rem;
    max-width: 80px;
  }
}
.l-header__list {
  display: none;
  position: absolute;
  z-index: 300;
  right: 5rem;
  top: 3.5rem;
}
@media (min-width: 768px) {
  .l-header__list {
    display: block;
  }
}
.l-header__list ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.l-header__list ul li {
  margin-left: 4rem;
}
.l-header__list ul li a {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding-bottom: 0.3rem;
}
.l-header__list ul li a:hover {
  opacity: 1;
  border-bottom: 0.2rem solid #666;
}
.l-header__ham {
  width: 3.2rem;
  height: 2.4rem;
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
  cursor: pointer;
  z-index: 300;
}
@media (min-width: 768px) {
  .l-header__ham {
    display: none;
  }
}
.l-header__ham .is-box {
  position: relative;
  height: 2.4rem;
}
.l-header__ham span {
  width: 3.2rem;
  height: 0.2rem;
  background-color: #666;
  position: absolute;
  left: 0;
  transition-duration: 1s;
}
.l-header__ham span:nth-child(1) {
  top: 0;
}
.l-header__ham span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header__ham span:nth-child(3) {
  bottom: 0;
}
.l-header__menu {
  display: none;
  position: fixed;
  height: -webkit-fill-available;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-header__menu__bg {
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: -webkit-fill-available;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-header__menu__ham {
  position: fixed;
  top: 1.8rem;
  right: 1.8rem;
  z-index: 20000;
  width: 3.2rem;
  height: 2.4rem;
  cursor: pointer;
}
.l-header__menu__ham .is-box {
  position: relative;
  height: 2.4rem;
}
.l-header__menu__ham span {
  width: 3.2rem;
  height: 0.2rem;
  background-color: #666;
  position: absolute;
  left: 0;
  transition-duration: 1s;
}
.l-header__menu__ham span:nth-child(1) {
  top: 0;
}
.l-header__menu__ham span:nth-child(3) {
  bottom: 0;
}
.l-header__menu__content {
  position: relative;
  z-index: 15000;
  width: 100vw;
  height: 100vh;
  background: rgb(255, 255, 255);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.l-header__menu__content .is-wrap {
  padding-bottom: 6.2rem;
}
.l-header__menu__content ul {
  text-align: center;
}
.l-header__menu__content ul li {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.l-header__menu__content ul li:last-child {
  margin-bottom: 0;
}
.l-header__menu__content ul li a {
  font-size: 1.8rem;
}

.active_line1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 1s;
  top: 1rem !important;
  border-radius: 0.3rem;
}

.active_line3 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 1rem !important;
  right: -0.1rem;
  border-radius: 0.3rem;
}
/*CTAボタン  ver1*/
.o-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  max-width: 28rem;
  cursor: pointer;
  margin: 0 auto;
  background: #8bb1b0;
  border-radius: 3rem;
  height: 4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  border: none;
  padding: 0;
  line-height: 1;
  box-shadow: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .o-btn {
    font-size: 2rem;
    height: 6rem;
    max-width: 40rem;
  }
}
.o-btn.is-br {
  background: #b7ac80;
}
.o-btn.is-br:after {
  background-image: url(../images/shop/btn_bg02.png);
}
.o-btn:after {
  content: "";
  width: 16rem;
  height: 1.4rem;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/shop/btn_bg.png) center no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .o-btn:after {
    width: 25.8rem;
    height: 2rem;
  }
}
.o-btn:before {
  content: "";
  width: 3rem;
  height: 0.6rem;
  display: block;
  background: url(../images/shop/arw.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .o-btn:before {
    width: 5.1rem;
  }
}
/*CTAボタン  ver2(色変更ver_gold)*/
.o-btn2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  max-width: 30rem;
  cursor: pointer;
  margin: 0 auto;
  background: #567f7d;
  border-radius: 3rem;
  height: 6rem;
  color: #fff900;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  border: none;
  padding: 0;
  line-height: 1;
  box-shadow: none;
  z-index: 1;
	-webkit-box-shadow:  2px 2px 2px 2px #666;
	box-shadow:  2px 2px 2px 2px #666;
	}
@media (min-width: 768px) {
  .o-btn2 {
    font-size: 3rem;
    height: 8rem;
    max-width: 45rem;
	border-radius: 4rem;
  }
}
.o-btn2.is-br {
background-color: #3D5B59;
}
.o-btn2.is-br:after {
  background-image: url(../images/shop/btn_bg.png);
}
.o-btn2:after {
  content: "";
  width: 16rem;
  height: 1.4rem;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/shop/btn_bg.png) center no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .o-btn2:after {
    width: 25.8rem;
    height: 2rem;
  }
}
.o-btn2:before {
  content: "";
  width: 3rem;
  height: 0.6rem;
  display: block;
  background: url(../images/shop/arw.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .o-btn2:before {
    width: 5.1rem;
  }
}


.o-title h2 {
  font-size: 1.4rem;
  color: #567f7d;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .o-title h2 {
    font-size: 1.8rem;
  }
}
.o-title h2 span {
  color: #666;
  font-size: 2.8rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .o-title h2 span {
    font-size: 4.4rem;
  }
}


/*固定ボタンLINE*/
.p-shop {
  position: relative;
}
.p-shop__fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #22ba4f;
  width: 100%;
  color: #fff;
  letter-spacing: normal;
  z-index: 9999;
}
@media (min-width: 768px) {
		.p-shop__fixed {
		  /*width: 9rem;*/
		  width: 100px;
		  border-radius: 1rem 0 0 0rem;
		}
}
.p-shop__fixed dl {
  	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}
.p-shop__fixed dl dt {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.2;	
	padding: 0.5rem auto;
	width: 20%;
}
.p-shop__fixed dl dt:after {
}
@media (min-width: 768px) {
		.p-shop__fixed dl {
		  display: block;
		}
		.p-shop__fixed dl dt {
		  font-size: 1.4rem;
		  padding: 0.8rem auto;
		  width: 100%; 
		  padding-top: 1.6rem;
		}
		.p-shop__fixed dl dt:after {
		  content: "";
		 display: block;
		 margin: 1rem auto 1rem auto;
		 width: 0;
		 height: 0;
		 border-style: solid;
		border-color: #208b4b transparent transparent transparent;
		border-width: 0.8rem 2rem 0px 2rem;
		}
}
.p-shop__fixed dl dd {
text-align: center;
width: 40%;
}
.p-shop__fixed dl dd a {
border-left: 1px dashed #fff;
color: #fff;
font-size: 1.6rem;
font-weight: 600;
padding-top: 0.5rem;
padding-bottom: 3.5rem;
background-repeat: no-repeat;
background-position: center 75%;
background-image: url(../images/shop/icon_line_logo.png);
background-size: auto 2rem;
width: 100%;
display: inline-block;;
}
@media (min-width: 768px) {
	.p-shop__fixed dl dd {
	width: 100%;
	}
	.p-shop__fixed dl dd a {
	border-left:none;
	border-top: 1px dashed #fff;
	font-size: 1.6rem;
	padding-top: 1.5rem;
	padding-bottom: 5rem;
	background-position: center 75%;
	background-size: auto 3rem;
	display: block;
	}
}
.p-shop__fixed dl dd a:hover {
background-color: #208b4b;
}
/*固定ボタンフォーム*/
.cta_fixed {
  display: flex;
  position: fixed;
  margin: 0 auto;
  z-index: 1001;
  width: 35%;
  max-width: 130px;
  right: 10px;
  bottom: 10px;
}
.cta_fixed img {
  width: 100%;
}
@media (min-width: 768px) {
    .cta_fixed {
      width: 150px;
    }
}


/*
@media screen and (min-width: 760px) {
  .cvflo {
    max-width: min(18.75vw, 240px);
    flex-direction: column;
    bottom: 10px;
    right: 10px;
    gap: min(0.781vw, 10px)
  }
}
@media screen and (max-width: 759px) {
  .cvflo {
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 0
  }
@media screen and (min-width: 760px) {
  .cvflo-btn {
    padding: min(0.938vw, 12px)
  }
}
@media screen and (max-width: 759px) {
  .cvflo-btn {
    padding: max(1.333vw, 5px) max(2.133vw, 8px)
  }
}

.cvflo-btn._mail {
background-color: #567f7d !important;
}
.cvflo-btn._line {
  background-color: #12a64d !important;
}
*/



.p-shop__footer {
  background: #8bb1b0;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .p-shop__footer {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .p-shop__footer {
    padding-bottom: 100px;
  }
}
.p-shop__footer__copy {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-shop__footer__copy {
    font-size: 1.2rem;
  }
}
.p-shop__footer ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.p-shop__footer ul li {
  padding: 1rem;
  width: 50%;
}
@media (min-width: 768px) {
  .p-shop__footer ul li {
    width: auto;
  }
}
.p-shop__footer ul li a {
  color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-shop__footer ul li a {
    font-size: 1.6rem;
  }
}
.p-shop__footer dl dd {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-shop__footer dl dd {
    font-size: 1.4rem;
  }
}
.p-shop__news__content {
  margin-top: 3rem;
  background: url(../images/shop/news_bg.png) center no-repeat;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-shop__news__content {
    padding-top: 4rem;
    margin-top: 6rem;
    padding-bottom: 2rem;
  }
}
.p-shop__news__content ul {
  max-width: 100rem;
  margin: 0 auto;
}
.p-shop__news__content ul li {
  margin-bottom: 2rem;
  text-align: left;
}
.p-shop__news__content ul li a {
  display: block;
  padding: 2rem 1.5rem;
  /*font-size: 1.2rem;*/
  font-size: 1.5rem;
  line-height: 1.8;
  background: #fff;
}
@media (min-width: 768px) {
  .p-shop__news__content ul li a {
    /*font-size: 1.6rem;*/
    font-size: 1.8rem;
  }
}
.p-shop__news__content ul li a dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
}
.p-shop__news__content ul li a dl dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #8bb1b0;
  width: 10rem;
  height: 2rem;
  border-radius: 1.5rem;
  font-size: 1.2rem;
  color: #fff;
}
@media (min-width: 768px) {
  .p-shop__news__content ul li a dl dd {
    width: 14rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
.p-shop__news__content ul li a dl dt {
  font-size: 1.3rem;
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .p-shop__news__content ul li a dl dt {
  /*
    font-size: 1.9rem;
    margin-right: 2.5rem;
　*/
    font-size: 1.5rem;
    margin-right: 2.0rem;
  }
}
.p-shop__column {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-shop__column {
    padding-top: 11rem;
    padding-bottom: 10rem;
  }
}
.p-shop__column ul {
  margin-top: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-shop__column ul {
    margin-top: 5rem;
  }
}
.p-shop__column ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-shop__column ul li {
    width: 23.5%;
    margin-right: 2%;
  }
}
.p-shop__column ul li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-shop__column ul li:nth-child(2n) {
    margin-right: 2%;
  }
}
@media (min-width: 768px) {
  .p-shop__column ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.p-shop__column ul li dl dt {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-shop__column ul li dl dt {
    font-size: 1.6rem;
  }
}
.p-shop__column ul li dl dt p {
  line-height: 1.6;
}
.p-shop__column ul li dl dt span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-shop__column ul li dl dt span {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.p-shop__column ul li dl dt span:before {
  content: "";
  display: block;
  width: 4rem;
  height: 0.1rem;
  margin-right: 1rem;
  background: #666;
}
.p-shop__column ul li dl dd {
  margin-bottom: 1rem;
  border: 1px solid #CCC;
  text-align: center;
}
.p-shop__column ul li dl dd img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 1/1 !important;
  object-fit: cover;
}
.p-shop__qa {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-shop__qa {
    padding-top: 12rem;
    padding-bottom: 10rem;
  }
}
.p-shop__qa h2 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-shop__qa h2 {
    margin-bottom: 8rem;
  }
}
.p-shop__qa dl {
  max-width: 100rem;
  margin: 0 auto 1.5rem;
}
@media (min-width: 768px) {
  .p-shop__qa dl {
    margin-bottom: 2.5rem;
  }
}
.p-shop__qa dl.is-active dt {
  background-image: url(../images/shop/arw_u.png);
}
.p-shop__qa dl dt {
  background: url(../images/shop/arw_d.png) center right 2rem no-repeat #f3f3f3;
  background-size: 1.8rem;
  padding: 1.5rem 4rem 1.5rem 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-shop__qa dl dt {
    font-size: 1.8rem;
    padding-left: 6rem;
  }
}
.p-shop__qa dl dt span {
  background: #fff;
  border-radius: 50%;
  min-width: 2.6rem;
  height: 2.6rem;
  width: 2.6rem;
  margin-right: 1.2rem;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-shop__qa dl dt span {
    min-width: 3.4rem;
    height: 3.4rem;
    width: 3.4rem;
    font-size: 2rem;
  }
}
.p-shop__qa dl dd {
  border: 0.1rem solid #f3f3f3;
  padding: 1.5rem;
  font-size: 1.2rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .p-shop__qa dl dd {
    font-size: 1.6rem;
  }
}
.p-shop__flow {
  /*margin-top: 6rem;*/
  margin-top: 0rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  background: #f6fafa;
}
@media (min-width: 768px) {
  .p-shop__flow {
    /*margin-top: 12rem;*/
    margin-top: 0rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-shop__flow ul {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-shop__flow ul {
    margin-top: 4rem;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-shop__flow ul li {
  width: 50%;
  position: relative;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .p-shop__flow ul li {
    margin-bottom: 0;
    width: 25%;
  }
}
.p-shop__flow ul li:last-child:before {
  display: none;
}
.p-shop__flow ul li:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #577f7e;
  border-width: 1.5rem 0px 1.5rem 1.2rem;
  position: absolute;
  right: -1.2rem;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-shop__flow ul li:before {
    display: block;
  }
}
.p-shop__flow ul li .o-btn {
  max-width: 20rem;
}
@media (min-width: 768px) {
  .p-shop__flow ul li .o-btn {
    height: 5rem;
  }
}
.p-shop__flow ul li .o-btn:before {
  width: 3rem;
  right: 1rem;
}
.p-shop__flow ul li .o-btn:after {
  background-size: 10rem;
}
.p-shop__flow ul li p {
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-shop__flow ul li p {
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
  }
}
.p-shop__flow ul li .tit_flow {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-shop__flow ul li .tit_flow {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-shop__flow ul li .tit_flow span {
  color: #8bb1b0;
  font-weight: bold;
}
.p-shop__flow ul li img {
  max-width: 18rem;
  display: block;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .p-shop__flow ul li img {
    max-width: 22rem;
    margin-bottom: 2rem;
  }
}
.p-shop__flow ul li .step {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2.4rem;
  background: url(../images/shop/step_bg.png) center no-repeat;
  background-size: 6.6rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-shop__flow ul li .step {
    background-size: 8.6rem;
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.p-shop__price {
  padding-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-shop__price {
    padding-bottom: 7rem;
  }
}
.p-shop__price__card {
  border: 0.1rem solid #70a19e;
  padding: 3rem 1.5rem 1.5rem;
  font-size: 1.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-shop__price__card {
    font-size: 1.6rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
.p-shop__price__card > dl > dt {
  background: linear-gradient(transparent 60%, #d6ecec 60%);
  display: inline;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .p-shop__price__card > dl > dt {
    font-size: 1.8rem;
  }
}
.p-shop__price__card > dl > dt span {
  color: #70a19e;
  font-weight: bold;
}
.p-shop__price__card > dl > dd {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .p-shop__price__card > dl > dd {
    padding-top: 3rem;
  }
}
.p-shop__price__card > dl > dd dl dt {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-shop__price__card > dl > dd dl dt {
    padding-bottom: 3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-shop__price__card > dl > dd dl dt img {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-shop__price__card > dl > dd dl dt img {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}
.p-shop__price__card .tit_card {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 16rem;
  height: 3rem;
  color: #fff;
  background: #70a19e;
  border-radius: 2rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .p-shop__price__card .tit_card {
    top: -2rem;
    font-size: 1.8rem;
    width: 20rem;
    height: 4rem;
  }
}
.p-shop__price__plan {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan {
    padding-bottom: 10rem;
  }
}
.p-shop__price__plan .o-title {
}
.p-shop__price__plan .o-title h2 {
  color: #FFF !important;
   background-color: #70a19e;
  line-height: 1;
  text-align: center;
  padding: 7px 0;
}

@media (min-width: 768px) {
  .p-shop__price__plan > ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-shop__price__plan > ul > li {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li {
    margin-bottom: 0;
    width: 32.3%;
    margin-right: 1.5%;
  }
  
  /*▼2分割の店舗
  .postid-11882 .p-shop__price__plan > ul > li,町田
  .postid-11883 .p-shop__price__plan > ul > li あざみ野 {
    margin-bottom: 0;
    width: 48%;
    margin-right: 1.5%;
  }
  */
}
.p-shop__price__plan > ul > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li:last-child {
    margin-right: 0;
  }
}
/*月2回*/
.p-shop__price__plan > ul > li.month_2 h4 span {
  color: #A98080;
}
.p-shop__price__plan > ul > li.month_2 > dl > dt dl dt {
  background: #A98080;
}
.p-shop__price__plan > ul > li.month_2 > dl > dd > dl > dt span,
.p-shop__price__plan > ul > li.month_2 > dl > dd > dl > dt dl {
  color: #A98080;
}
.p-shop__price__plan > ul > li.month_2 > dl > dd ul {
  background: #faf9f7;
}
/*月4回*/
.p-shop__price__plan > ul > li.month_4 h4 span {
  color: #70a19e;
}
.p-shop__price__plan > ul > li.month_4 > dl > dt dl dt {
  background: #a9c7c5;
}
.p-shop__price__plan > ul > li.month_4 > dl > dd > dl > dt span,
.p-shop__price__plan > ul > li.month_4 > dl > dd > dl > dt dl {
  color: #70a19e;
}
.p-shop__price__plan > ul > li.month_4 > dl > dd ul {
  background: #faf9f7;
}
/*月6回**/
.p-shop__price__plan > ul > li.month_6 h4 span {
  color: #b7ac80;
}
.p-shop__price__plan > ul > li.month_6 > dl > dt dl dt {
  background: #b7ac80;
}
.p-shop__price__plan > ul > li.month_6 > dl > dd > dl > dt span,
.p-shop__price__plan > ul > li.month_6 > dl > dd > dl > dt dl {
  color: #b7ac80;
}
.p-shop__price__plan > ul > li.month_6 > dl > dd ul {
  background: #faf9f7;
}
/*月8回**/
.p-shop__price__plan > ul > li.month_8 h4 span {
  color: #8779a7;
}
.p-shop__price__plan > ul > li.month_8 > dl > dt dl dt {
  background: #8779a7;
}
.p-shop__price__plan > ul > li.month_8 > dl > dd > dl > dt span,
.p-shop__price__plan > ul > li.month_8 > dl > dd > dl > dt dl {
  color: #8779a7;
}
.p-shop__price__plan > ul > li.month_8 > dl > dd ul {
  background: #faf9f7;
}
/*月通い放題*/
.p-shop__price__plan > ul > li.month_free h4 span {
  color: #8779a7;
}
.p-shop__price__plan > ul > li.month_free > dl > dt dl dt {
  background: #8779a7;
}
.p-shop__price__plan > ul > li.month_free > dl > dd > dl > dt span,
.p-.p-shop__price__plan > ul > li.month_free > dl > dd > dl > dt dl {
  color: #8779a7;
}
.p-shop__price__plan > ul > li.month_free > dl > dd ul {
  background: #fbf9ff;
}
.p-shop__price__plan > ul > li .sub_plan {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li .sub_plan {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-shop__price__plan > ul > li .sub_plan:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.1rem;
  height: 1.6rem;
  background: #666;
  transform: rotate(-15deg);
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li .sub_plan:before {
    bottom: 0.1rem;
  }
}
.p-shop__price__plan > ul > li .sub_plan:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.1rem;
  height: 1.6rem;
  background: #666;
  transform: rotate(15deg);
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li .sub_plan:after {
    bottom: 0.1rem;
  }
}
.p-shop__price__plan > ul > li .sub_plan span {
  display: block;
  font-size: 2rem;
  color: #a9c7c5;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li .sub_plan span {
    font-size: 3rem;
  }
}
.p-shop__price__plan > ul > li > dl {
  box-shadow: 0 0 1.8rem 0.2rem rgba(232, 232, 232, 0.4);
  background: #fff;
  padding: 1.5rem 1.5rem 2rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl {
    padding: 3rem 1.5rem 4rem;
  }
}
.p-shop__price__plan > ul > li > dl > dt {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dt {
    margin-bottom: 2rem;
  }
}
.p-shop__price__plan > ul > li > dl > dt p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dt p {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }
}
.p-shop__price__plan > ul > li > dl > dt p:before {
  content: "";
  background: #7e7450;
  width: 8rem;
  height: 0.1rem;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-shop__price__plan > ul > li > dl > dt dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dt dl {
    margin-bottom: 2rem;
  }
}
.p-shop__price__plan > ul > li > dl > dt dl dd {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dt dl dd {
    font-size: 2.2rem;
  }
}
.p-shop__price__plan > ul > li > dl > dt dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.4rem;
  background: #a9c7c5;
  font-size: 1.2rem;
  border-radius: 1.5rem;
  width: 8rem;
  margin-right: 1rem;
  color: #fff;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dt dl dt {
    margin-right: 2rem;
    width: 10rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
.p-shop__price__plan > ul > li > dl > dd p {
  text-align: right;
  position: absolute;
  right: 1.5rem;
  bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dd p {
    font-size: 1.4rem;
    right: 1.5rem;
    bottom: 1.2rem;
  }
}
.p-shop__price__plan > ul > li > dl > dd ul {
  background: #f6fafa;
  padding: 1.4rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dd ul {
    min-height: 19rem;
  }
}
.p-shop__price__plan > ul > li > dl > dd ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dd ul li {
    font-size: 1.8rem;
  }
}
.p-shop__price__plan > ul > li > dl > dd > dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.p-shop__price__plan > ul > li > dl > dd > dl > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-shop__price__plan > ul > li > dl > dd > dl > dt span {
  letter-spacing: normal;
  font-weight: 600;
  color: #70a19e;
  font-size: 3.2rem;
  padding-left: 0.5rem;
  padding-right: 0.2rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dd > dl > dt span {
    font-size: 5rem;
  }
}
.p-shop__price__plan > ul > li > dl > dd > dl > dt i {
  border-top: 0.1rem solid #666;
  border-bottom: 0.1rem solid #666;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dd > dl > dt i {
    font-size: 1.6rem;
  }
}
.p-shop__price__plan > ul > li > dl > dd > dl > dt dl {
  line-height: 1;
  color: #567f7d;
}
.p-shop__price__plan > ul > li > dl > dd > dl > dt dl dd {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dd > dl > dt dl dd {
    font-size: 1.2rem;
  }
}
.p-shop__price__plan > ul > li > dl > dd > dl > dt dl dt {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dd > dl > dt dl dt {
    font-size: 2rem;
  }
}
.p-shop__price__plan > ul > li > dl > dd > dl > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.2rem;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul > li > dl > dd > dl > dd {
    font-size: 1.6rem;
  }
}
.p-shop__price__plan > ul > li > dl > dd > dl > dd span {
  font-weight: 600;
}
.p-shop__price__plan > ul li .tit_plan {
  font-size: 4rem;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-shop__price__plan > ul li .tit_plan {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}


.p-shop__price__plan > ul.w100 {
          margin-top: 2rem;
}
.p-shop__price__plan > ul.w100 > li h4 span {
  color: #A98080;
}
.p-shop__price__plan > ul.w100 > li > dl > dt dl dt {
  background: #A98080;
}
.p-shop__price__plan > ul.w100 > li > dl > dd > dl > dt span,
.p-shop__price__plan > ul.w100 > li > dl > dd > dl > dt dl {
  color: #A98080;
}
.p-shop__price__plan > ul.w100 > li> dl > dd ul {
  background: #fbf9ff;
}
 .p-shop__price__plan > ul.w100 > li dl {
          /* background-color: #EDF2F1 !important;*/
 }
 .p-shop__price__plan > ul.w100 > li dl dt.left p {
   text-align: center;
  position: relative;
 }
.p-shop__price__plan > ul.w100 .obi {
     /* background-color: #567f7d;*/
      background-color: #A98080;
      color: #FFF;
       font-size: 1.5rem;
       padding: 5px auto 8px auto;
}
.p-shop__price__plan > ul.w100 .kome {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
        .p-shop__price__plan > ul.w100 .obi {
               font-size: 2rem;
        }
        .p-shop__price__plan > ul.w100 .kome {
            font-size: 1.4rem;
            text-align: center;
            margin-bottom: 2rem;
        }
          .p-shop__price__plan > ul.w100 {
            display: block;
          }
}
.p-shop__price__plan > ul .w100> li {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
          .p-shop__price__plan > ul.w100 > li {
            width: 100%;

          }
          .p-shop__price__plan > ul.w100 > li dl dt.left {  
        }
          .p-shop__price__plan > ul.w100 > li dl dt.right { 
        }
}



.p-shop__price__menu {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-shop__price__menu {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
.p-shop__price__menu ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;    
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul {
    margin-bottom: 5rem;
	}
}
.p-shop__price__menu ul li {
  /*margin-bottom: 2rem;*/
    width: 31.3%;
    margin-right: 1%;
    margin-left: 1%;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li {
	/*width: calc(50% - 30px);	2つ並び*/
    width: 31%;
    margin-right: 1.3%;
  }
}
.p-shop__price__menu ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li:last-child {
    margin-right: 0;
  }
}
.p-shop__price__menu ul li > dl > dd {
  border: 0.1rem solid #6ea09f;
  border-top: none;
  height: 8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li > dl > dd {
    height: 11rem;
  }
}
.p-shop__price__menu ul li > dl > dd dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-shop__price__menu ul li > dl > dd dl dd {
  font-size: 1.0rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li > dl > dd dl dd {
    font-size: 1.6rem;
  }
}
.p-shop__price__menu ul li > dl > dd dl dd > span {
  position: relative;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.p-shop__price__menu ul li > dl > dd dl dd > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 0.1rem;
  height: 1.6rem;
  background: #666;
  transform: rotate(-15deg);
}
.p-shop__price__menu ul li > dl > dd dl dd > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  width: 0.1rem;
  height: 1.6rem;
  background: #666;
  transform: rotate(15deg);
}
.p-shop__price__menu ul li > dl > dd dl dd p {
  background: url(../images/shop/menu_bg.png) bottom center no-repeat;
  background-size: 10.8rem;
  margin-bottom: 0.5rem;
}
.p-shop__price__menu ul li > dl > dd dl dd p span {
  color: #70a19e;
}
.p-shop__price__menu ul li > dl > dd dl dt {
  position: relative;
  margin-right: 4rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li > dl > dd dl dt {
    font-size: 1.2rem;
  }
}
.p-shop__price__menu ul li > dl > dd dl dt:after {
  content: "";
  display: block;
  position: absolute;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #577f7e;
  border-width: 1.5rem 0px 1.5rem 1.2rem;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li > dl > dd dl dt:after {
    right: -2.5rem;
  }
}
.p-shop__price__menu ul li > dl > dd dl dt span {
  color: #567f7d;
  font-weight: bold;
}
.p-shop__price__menu ul li > dl > dd dl dt p {
  font-size: 0.8rem;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li > dl > dd dl dt p {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    letter-spacing: -1px;
  }
}
.p-shop__price__menu ul li > dl > dd dl dt p span {
  font-size: 3rem;
  color: #666;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li > dl > dd dl dt p span {
    font-size: 4rem;
  }
}
.p-shop__price__menu ul li > dl > dd p {
  font-size: 2rem;
  letter-spacing: -0.5px;  
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li > dl > dd p {
    font-size: 2.8rem;
  }
}
.p-shop__price__menu ul li > dl > dd p span {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li > dl > dd p span {
    font-size: 5.2rem;
  }
}
.p-shop__price__menu ul li > dl > dt {
  background: #a9c7c5;
  color: #fff;
  height: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .p-shop__price__menu ul li > dl > dt {
    font-size: 2rem;
    height: 4rem;
    letter-spacing: 0px;
  }
}
.p-shop__insta {
  padding-top: 7rem;
  padding-bottom: 6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-shop__insta {
    padding-top: 14rem;
    padding-bottom: 12rem;
  }
}
.single-store .p-shop__insta {
  padding-bottom: 0rem !important;
}
@media (min-width: 768px) {
  .single-store .p-shop__insta {
    padding-bottom: 0rem !important;
  }
}
.p-shop__insta h2 {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-shop__insta h2 {
    margin-bottom: 6rem;
  }
}
.p-shop__process_title {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-shop__process_title {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
}
.p-shop__process {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: url(../images/shop/process_bg.png) center no-repeat;
  background-size: cover;
  text-align: center;
}
@media (min-width: 768px) {
  .p-shop__process {
    padding-top: 9rem;
    padding-bottom: 14rem;
  }
}
.p-shop__process__box {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-shop__process__box {
    padding-top: 5rem;
  }
}
.p-shop__process__box ul {
  max-width: 73rem;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .p-shop__process__box ul {
    margin-bottom: 5rem;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-shop__process__box ul li {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-shop__process__box ul li {
    margin-bottom: 0;
    width: 48%;
  }
  .p-shop__process__box ul li:last-child {
    margin-left: 4%;
  }
}
.p-shop__process__box ul li dl {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0.1rem solid #bfbfbf;
  border-bottom: none;
}
.p-shop__process__box ul li dl:nth-child(2) dt {
  background: #b7ac80;
}
.p-shop__process__box ul li dl:last-child {
  border-bottom: 0.1rem solid #bfbfbf;
}
.p-shop__process__box ul li dl:last-child dt {
  background: #8779a7;
}
.p-shop__process__box ul li dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  background: #a9c7c5;
  height: 4rem;
  width: 8rem;
}
@media (min-width: 768px) {
  .p-shop__process__box ul li dl dt {
    width: 10rem;
    height: 5rem;
    font-size: 2.4rem;
  }
}
.p-shop__process__box ul li dl dd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.3rem;
  height: 4rem;
  width: calc(100% - 8rem);
  background: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .p-shop__process__box ul li dl dd {
    height: 5rem;
    font-size: 1.8rem;
    width: calc(100% - 10rem);
    padding-left: 3.5rem;
  }
}
.p-shop__process__box ul li h5 {
  font-size: 1.5rem;
  background: url(../images/shop/process_title_bg.png) center bottom no-repeat;
  background-size: 28.8rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-shop__process__box ul li h5 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-shop__process__box ul li h5 span {
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-shop__process__box ul li h5 span {
    font-size: 1.6rem;
  }
}
.p-shop__process__list ul {
  max-width: 108rem;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .p-shop__process__list ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
}
.p-shop__process__list ul li {
  margin-bottom: 2rem;
  box-shadow: 0px 0px 1.8rem 0.2rem rgba(232, 232, 232, 0.4);
}
@media (min-width: 768px) {
  .p-shop__process__list ul li {
    margin-bottom: 0;
    margin-right: 3%;
    width: 31.3%;
  }
}
.p-shop__process__list ul li:nth-child(2) dl dt {
  background: #b7ac80;
}
.p-shop__process__list ul li:nth-child(2) dl dd:after {
  background-image: url(../images/shop/icon_star02.png);
}
.p-shop__process__list ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-shop__process__list ul li:last-child {
    margin-right: 0;
  }
}
.p-shop__process__list ul li:last-child dl dt {
  background: #8779a7;
}
.p-shop__process__list ul li:last-child dl dd:after {
  background-image: url(../images/shop/icon_star03.png);
}
.p-shop__process__list ul li dl {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-shop__process__list ul li dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  background: #a9c7c5;
  height: 4rem;
  width: 8rem;
}
@media (min-width: 768px) {
  .p-shop__process__list ul li dl dt {
    width: 10rem;
    height: 5rem;
    font-size: 2.4rem;
  }
}
.p-shop__process__list ul li dl dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.3rem;
  height: 4rem;
  width: calc(100% - 8rem);
  background: #fff;
}
@media (min-width: 768px) {
  .p-shop__process__list ul li dl dd {
    height: 5rem;
    font-size: 1.8rem;
    width: calc(100% - 10rem);
  }
}
.p-shop__process__list ul li dl dd:after {
  content: "";
  display: block;
  margin-left: 0.8rem;
  width: 3.2rem;
  height: 3rem;
  background: url(../images/shop/icon_star.png) center no-repeat;
  background-size: 100%;
}
.p-shop__process p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-shop__process p {
    font-size: 2.2rem;
  }
}
.p-shop__process .sub_process {
  display: inline;
  background: linear-gradient(transparent 60%, #d6ecec 60%);
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .p-shop__process .sub_process {
    display: inline-block;
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}
.p-shop__process .sub_process span {
  color: #567f7d;
  font-weight: bold;
}
.p-shop__process .tit_process {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.8;
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (min-width: 768px) {
  .p-shop__process .tit_process {
    font-size: 2.2rem;
    margin-bottom: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.p-shop__process .tit_process:before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 12.8rem;
  background: url(../images/shop/process_title_left.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-shop__process .tit_process:after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 12.8rem;
  background: url(../images/shop/process_title_right.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-shop__process .tit_process span {
  color: #567f7d;
  font-weight: bold;
}
.p-shop__info {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-shop__info {
    padding-top: 12rem;
    padding-bottom: 3.5rem;
  }
}
.p-shop__info > dl {
  margin: 3rem auto 5rem;
  max-width: 108rem;
}
@media (min-width: 768px) {
  .p-shop__info > dl {
    margin-top: 5rem;
    margin-bottom: 10rem;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-shop__info > dl > dt {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-shop__info > dl > dt {
    margin-bottom: 0;
    width: 60%;
    padding-right: 4.5rem;
  }
}
.p-shop__info > dl > dt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-shop__info > dl > dt ul li {
  margin-right: 3rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-shop__info > dl > dt ul li {
    font-size: 1.6rem;
  }
}
.p-shop__info > dl > dt ul li span {
  border-bottom: 0.1rem solid #cfc19f;
}
.p-shop__info > dl > dt ul li img {
  max-width: 4.5rem;
}
.p-shop__info > dl > dt dl {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-shop__info > dl > dt dl {
    margin-bottom: 2rem;
  }
}
.p-shop__info > dl > dt dl dd {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-shop__info > dl > dt dl dd {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .p-shop__info > dl > dt dl dd table {
    width: 39rem;
  }
}
.p-shop__info > dl > dt dl dd table th, .p-shop__info > dl > dt dl dd table td {
  text-align: left;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-shop__info > dl > dt dl dd table th, .p-shop__info > dl > dt dl dd table td {
    font-size: 1.6rem;
  }
}
.p-shop__info > dl > dt dl dd table th {
  width: 7rem;
}
@media (min-width: 768px) {
  .p-shop__info > dl > dt dl dd table th {
    width: 9rem;
  }
}
.p-shop__info > dl > dt dl dd table td {
  vertical-align: middle;
}
.p-shop__info > dl > dt dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid #cfc19f;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-shop__info > dl > dt dl dt {
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
  }
}
.p-shop__info > dl > dt dl dt:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #d1be9e;
  border-radius: 50%;
  margin-right: 0.5rem;
}
	  .p-shop__info > dl > dd {
		width: 100%;
		margin: 0 auto;
	  }
.p-shop__info > dl > dd .store-detail-map .embed-googlemaps iframe{
	  width: 100% !important;
	  margin: 0 auto;
	  height: 300px;
}
@media (min-width: 768px) {
	  .p-shop__info > dl > dd {
		width: 35%;
	  }
	  .p-shop__info > dl > dd .store-detail-map .embed-googlemaps iframe{
	  width: 360px !important;
	  height: 430px;
	}
}
/*
  .p-shop__info > dl > dd .store-detail-map .embed-googlemaps iframe{
  width: 100% !important;
  height: 430px;
}
*/

.p-shop__concept {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-shop__concept {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
.p-shop__concept__sub {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .p-shop__concept__sub {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .p-shop__concept__sub > ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-shop__concept__sub > ul > li {
  background: #f8f7f5;
  padding: 4rem 1.5rem 2rem;
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-shop__concept__sub > ul > li {
    margin-bottom: 0;
    width: 31.3%;
    margin-right: 3%;
    padding-top: 9rem;
    padding-bottom: 5rem;
  }
}
.p-shop__concept__sub > ul > li:nth-child(2) {
  background: #f6fafa;
}
.p-shop__concept__sub > ul > li:nth-child(2) h3, .p-shop__concept__sub > ul > li:nth-child(2) p span {
  color: #567f7d;
}
.p-shop__concept__sub > ul > li:nth-child(3) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-shop__concept__sub > ul > li:nth-child(3) {
    margin-right: 0;
  }
}
.p-shop__concept__sub > ul > li p {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-shop__concept__sub > ul > li p {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 2.1;
  }
}
.p-shop__concept__sub > ul > li p span {
  color: #7e7450;
  font-weight: bold;
}
.p-shop__concept__sub > ul > li h3 {
  text-align: center;
  color: #7e7450;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-shop__concept__sub > ul > li h3 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
.p-shop__concept__sub > ul > li h3 span {
  font-weight: bold;
}
.p-shop__concept__sub > ul > li h3:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 0.1rem;
  background: #7e7450;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-shop__concept__sub > ul > li h3:before {
    width: 8rem;
    bottom: -1rem;
  }
}
.p-shop__concept__sub > ul > li .image {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7rem;
}
@media (min-width: 768px) {
  .p-shop__concept__sub > ul > li .image {
    top: -6rem;
    width: 15.5rem;
  }
}
.p-shop__concept__main > ul > li {
  background: url(../images/shop/concept_bg01.png) center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li {
    padding-bottom: 1rem;
    margin-bottom: 9rem;
  }
}
.p-shop__concept__main > ul > li:nth-child(3) {
  background-image: url(../images/shop/concept_bg03.png);
}
.p-shop__concept__main > ul > li:nth-child(3) dl dt {
  position: relative;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li:nth-child(3) dl dt {
    padding-right: 3rem;
  }
  .p-shop__concept__main > ul > li:nth-child(3) dl dt:before {
    content: "";
    width: 22.6rem;
    height: 18.9rem;
    display: block;
    background: url(../images/shop/concept_picture02.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: -12rem;
    bottom: 3rem;
  }
}
.p-shop__concept__main > ul > li:nth-child(3) dl dt h3 {
  position: relative;
  padding-left: 7.5rem;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li:nth-child(3) dl dt h3 {
    padding-left: 20rem;
  }
  .p-shop__concept__main > ul > li:nth-child(3) dl dt h3:before {
    content: "";
    width: 18.7rem;
    height: 11.3rem;
    display: block;
    background: url(../images/shop/concept_picture01.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -2rem;
  }
}
.p-shop__concept__main > ul > li:nth-child(2) {
  background-image: url(../images/shop/concept_bg02.png);
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li:nth-child(2) dl {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li:nth-child(2) dl dt p {
    padding-left: 2rem;
  }
}
.p-shop__concept__main > ul > li:nth-child(2) dl dt p span {
  color: #7e7450;
}
.p-shop__concept__main > ul > li:nth-child(2) dl dt h3 {
  padding-left: 0;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li:nth-child(2) dl dt h3 {
    padding-left: 2.5rem;
  }
}
.p-shop__concept__main > ul > li:nth-child(2) dl dt h3 span {
  color: #7e7450;
}
.p-shop__concept__main > ul > li:nth-child(2) dl dt .image {
  left: auto;
  right: 0;
}
.p-shop__concept__main > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3rem;
  z-index: 0;
  background: #fff;
  width: 94%;
  height: 24rem;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li:before {
    height: 40rem;
    width: 69.4%;
  }
}
.p-shop__concept__main > ul > li dl {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li dl {
    padding-top: 6rem;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li dl dt {
    width: 66%;
  }
}
.p-shop__concept__main > ul > li dl dt p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li dl dt p {
    font-size: 1.8rem;
    line-height: 2.1;
    margin-bottom: 4rem;
  }
}
.p-shop__concept__main > ul > li dl dt p span {
  font-weight: bold;
  color: #567f7d;
}
.p-shop__concept__main > ul > li dl dt > img {
  max-width: 90%;
  display: block;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li dl dt > img {
    margin-top: 3rem;
    margin-bottom: 4rem;
    max-width: 63rem;
  }
}
.p-shop__concept__main > ul > li dl dt .beta {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  height: 5rem;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  color: #567f7d;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  background: #ecf3f3;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li dl dt .beta {
    height: 4rem;
    font-size: 1.7rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.p-shop__concept__main > ul > li dl dt h3 {
  font-size: 1.8rem;
  line-height: 1.7;
  padding-left: 6rem;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li dl dt h3 {
    padding-left: 20rem;
    font-size: 2.8rem;
  }
}
.p-shop__concept__main > ul > li dl dt h3 span {
  color: #567f7d;
}
.p-shop__concept__main > ul > li dl dt .image {
  position: absolute;
  left: 0;
  top: -1rem;
  width: 7rem;
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li dl dt .image {
  /*top: -4.5rem;
    width: 18.5rem;*/
    top: -4.5rem;
    width: 15.5rem;
  }
  .p-shop__concept__main > ul > li dl dt image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-shop__concept__main > ul > li dl dd {
    width: 34%;
  }
}
.p-shop__concept__title {
  text-align: center;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-shop__concept__title {
    padding-bottom: 8rem;
  }
}
.p-shop__concept__title p {
  font-size: 1.6rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-shop__concept__title p {
    font-size: 2.4rem;
    margin-top: 5rem;
  }
}
.p-shop__concept__title p span {
  color: #567f7d;
}
.p-shop__about {
  padding-top: 2rem;
  background: url(../images/shop/about_bg.png) center bottom 19.5rem no-repeat;
  background-size: 100%;
  text-align: center;
}
.p-shop__about_store {
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-shop__about {
    padding-top: 4rem;
    background-position: center bottom 60rem;
  }
  .p-shop__about_store {
    padding-top: 4rem;
  }
}
.p-shop__about:after {
  content: "";
  display: block;
  width: 100%;
  height: 19.5rem;
  background: url(../images/shop/about_bg_bottom.png) center no-repeat;
  background-size: 125%;
}
@media (min-width: 768px) {
  .p-shop__about:after {
    height: 0;
    padding-top: 41.6%;
    background-size: cover;
  }
}
.p-shop__about p {
  max-width: 114rem;
  margin: 0 auto 1.5rem;
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-shop__about p {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.p-shop__about p span {
  color: #567f7d;
  font-weight: bold;
}
.p-shop__about h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-shop__about h3 {
    font-size: 2rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.p-shop__about h3 span {
  font-size: 3rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .p-shop__about h3 span {
    font-size: 5rem;
  }
}
.p-shop__about h3 i {
  padding-left: 1rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-shop__about h3 i {
    font-size: 3rem;
  }
}
.p-shop__about h3 i:first-of-type {
  color: #567f7d;
  font-size: 3rem;
  padding-left: 0;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .p-shop__about h3 i:first-of-type {
    font-size: 5rem;
  }
}
.p-shop__about h4,
.p-shop__about_store h4{
  text-align: center;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
  position: relative;
  padding: 0 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-shop__about h4,
  .p-shop__about_store h4{
    margin-bottom: 10rem;
    padding: 0 2rem;
    font-size: 2.4rem;
  }
}
.p-shop__about h4:before,
.p-shop__about_store h4:before{
  content: "";
  display: block;
  position: absolute;
  left: 2rem;
  width: 0.1rem;
  height: 4rem;
  background: #567f7d;
  transform: rotate(-15deg);
}
@media (min-width: 768px) {
  .p-shop__about h4:before,
  .p-shop__about_store h4:before{
    left: 0;
    height: 6rem;
  }
}
.p-shop__about h4:after,
.p-shop__about_store h4:after{
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  width: 0.1rem;
  height: 4rem;
  background: #567f7d;
  transform: rotate(15deg);
}
@media (min-width: 768px) {
  .p-shop__about h4:after,
  .p-shop__about_store h4:after{
    right: 0;
    height: 6rem;
  }
}
.p-shop__about h4 span,
.p-shop__about_store h4 span{
  color: #567f7d;
}
.p-shop__about h4 img,
.p-shop__about_store h4 img{
  position: absolute;
  right: 1.8rem;
  top: -1.8rem;
  width: 4rem;
}
@media (min-width: 768px) {
  .p-shop__about h4 img,
  .p-shop__about_store h4 img{
    width: 6rem;
    right: 0.5rem;
    top: -3.5rem;
  }
}
.p-shop__about dl {
  margin-top: 4rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-shop__about dl {
    margin-top: 7rem;
    padding-bottom: 6rem;
  }
}
.p-shop__about dl dt {
  background: #fff;
  border-radius: 0 0 5rem 0;
  line-height: 2;
  padding: 2rem;
}
@media (min-width: 768px) {
  .p-shop__about dl dt {
    padding: 4rem;
    border-radius: 0 0 10rem 0;
  }
}
.p-shop__worry {
  margin-top: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  background: url(../images/shop/worry_bg.jpg) center bottom no-repeat #f3f3f3;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-shop__worry {
    margin-top: 6rem;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
.p-shop__worry ul {
  max-width: 104rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-shop__worry ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-shop__worry ul li {
  border-radius: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 4rem;
  position: relative;
  padding-left: 5rem;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  background: #fff;
  letter-spacing: 0.1em;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .p-shop__worry ul li {
    height: 5rem;
    font-size: 1.4rem;
    padding-left: 6.4rem;
    width: 48%;
    margin-right: 4%;
  }
  .p-shop__worry ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-shop__worry ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  display: block;
  background: url(../images/shop/icon_check.png) center no-repeat #567f7d;
  background-size: 1.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .p-shop__worry ul li:before {
    width: 5rem;
    height: 5rem;
    background-size: 2.2rem;
  }
}
.p-shop__worry h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-shop__worry h3 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-shop__worry h3 i {
  color: #567f7d;
}
.p-shop__worry h3 span {
  margin-top: 1rem;
  display: block;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .p-shop__worry h3 span {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.p-shop__pickup {
  text-align: center;
}
.p-shop__pickup.is-3nd .p-shop__pickup__content {
  background-image: url(../images/shop/pickup_bg02.png);
}
@media (min-width: 768px) {
  .p-shop__pickup.is-2nd .p-shop__pickup__content dl dt p {
    font-size: 2.4rem;
  }
}
.p-shop__pickup .tit_pu {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  --text-divider-gap:3rem;
}
@media (min-width: 768px) {
  .p-shop__pickup .tit_pu {
    font-size: 2.4rem;
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
}
.p-shop__pickup .tit_pu:before, .p-shop__pickup .tit_pu:after {
  content: "";
  height: 1px;
  background-color: #666;
  flex-grow: 1;
}
.p-shop__pickup .tit_pu:before {
  margin-right: var(--text-divider-gap);
}
.p-shop__pickup .tit_pu:after {
  margin-left: var(--text-divider-gap);
}

/*CTA  ver1*/
.p-shop__pickup__content {
  padding: 2.5rem 1.8rem;
  background: url(../images/shop/pickup_bg01.png) center no-repeat;
  background-size: cover;
}
.p-shop__pickup__content dl {
  max-width: 100rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-shop__pickup__content dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .p-shop__pickup__content dl dd {
    width: 55%;
  }
}
.p-shop__pickup__content dl dt {
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-shop__pickup__content dl dt {
    width: 45%;
  }
}
.p-shop__pickup__content dl dt .o-btn {
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .p-shop__pickup__content dl dt .o-btn {
    font-size: 2.4rem;
  }
}
.p-shop__pickup__content p.now_free {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: auto;
}
@media (min-width: 768px) {
  .p-shop__pickup__content p.now_free {
    font-size: 2rem;
  }
}
.p-shop__pickup__content  p.now_free:before {
  content: "";
  display: block;
  width: 3.1rem;
  height: 3.6rem;
  background: url(../images/shop/pickup_left.png) center no-repeat;
  background-size: 100%;
  margin-right: 1.2rem;
}
.p-shop__pickup__content  p.now_free:after {
  content: "";
  display: block;
  width: 3.1rem;
  height: 3.6rem;
  background: url(../images/shop/pickup_right.png) center no-repeat;
  background-size: 100%;
  margin-left: 1.2rem;
}
.p-shop__pickup__content p.now_free span {
  font-weight: bold;
  color: #547775;
}
/*CTA  ver2*/
.p-shop__pickup__content_2 {
background-image: url(../images/shop/pickup_img01_cut.png),url(../images/shop/pickup_bg01.png);
background-repeat: no-repeat,no-repeat;
background-position: right bottom,center center;
background-size: 100px auto,cover;
padding: 50px  1.8rem 50px  1.8rem;
margin-top: 30px;
}
@media (min-width: 768px) {
	.p-shop__pickup__content_2 {
	background-image: url(../images/shop/pickup_img01_cut.png),url(../images/shop/pickup_bg01.png);
	background-repeat: no-repeat,no-repeat;
	background-position: 73% bottom,center center;
	background-size: 10% auto,cover;
	padding: 100px  1.8rem 60px  1.8rem;
    margin-top: 50px;
	}
}
.p-shop__pickup__content_2  p.now_free {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: auto;
}
@media (min-width: 768px) {
  .p-shop__pickup__content_2  p.now_free {
    font-size: 2rem;
  }
}
.p-shop__pickup__content_2   p.now_free:before {
  content: "";
  display: block;
  width: 3.1rem;
  height: 3.6rem;
  background: url(../images/shop/pickup_left.png) center no-repeat;
  background-size: 100%;
  margin-right: 1.2rem;
}
.p-shop__pickup__content_2   p.now_free:after {
  content: "";
  display: block;
  width: 3.1rem;
  height: 3.6rem;
  background: url(../images/shop/pickup_right.png) center no-repeat;
  background-size: 100%;
  margin-left: 1.2rem;
}
.p-shop__pickup__content_2  p.now_free span {
  font-weight: bold;
  color: #547775;
}




.p-shop__read {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  background: #edf3f2;
}
@media (min-width: 768px) {
  .p-shop__read {
    background: url(../images/shop/read_bg.png) left center no-repeat #edf3f2;
    background-size: contain;
  }
}
.p-shop__read__content {
  max-width: 112rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .p-shop__read__content > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dt {
    width: 57%;
  }
}
.p-shop__read__content > dl > dt p {
  color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dt p {
    font-size: 1.6rem;
  }
}
.p-shop__read__content > dl > dt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-shop__read__content > dl > dt ul li {
  width: 32%;
  margin-right: 2%;
}
.p-shop__read__content > dl > dt ul li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dt dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-shop__read__content > dl > dt dl dt {
  background: #a0956b;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 3.2rem;
  width: 23rem;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 3rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dt dl dt {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 2rem;
    height: 3.8rem;
    font-size: 2.4rem;
  }
}
.p-shop__read__content > dl > dt dl dt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #a0956b transparent transparent transparent;
  border-width: 0.9rem 0.9rem 0px 0.9rem;
}
.p-shop__read__content > dl > dt dl dd {
  font-size: 2rem;
  font-weight: bold;
  color: #567f7d;
  letter-spacing: 0.1em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dt dl dd {
    font-size: 3rem;
  }
}
.p-shop__read__content > dl > dt dl dd:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 4.2rem;
  margin-right: 2rem;
  background: url(../images/shop/read_left.png) center no-repeat;
  background-size: 100%;
}
.p-shop__read__content > dl > dt dl dd:after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 4.2rem;
  margin-left: 2rem;
  background: url(../images/shop/read_right.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dd {
    width: 35%;
    margin-left: 8%;
  }
}
.p-shop__read__content > dl > dd .o-btn {
  margin-bottom: 1rem;
}
.p-shop__read__content > dl > dd p {
  color: #567f7d;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dd p {
    font-size: 1.8rem;
  }
}
.p-shop__read__content > dl > dd p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
  width: 0.1rem;
  height: 1.6rem;
  background: #567f7d;
  transform: rotate(-15deg);
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dd p:before {
    height: 2rem;
  }
}
.p-shop__read__content > dl > dd p:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
  width: 0.1rem;
  height: 1.6rem;
  background: #567f7d;
  transform: rotate(15deg);
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dd p:after {
    height: 2rem;
  }
}
.p-shop__read__content > dl > dd dl dd {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dd dl dd {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
}
.p-shop__read__content > dl > dd dl dt {
  background: #a0956b;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 3.2rem;
  width: 28rem;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 3rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-shop__read__content > dl > dd dl dt {
    margin-bottom: 0;
    height: 3.8rem;
    font-size: 2.4rem;
    width: 36rem;
  }
}
.p-shop__read__content > dl > dd dl dt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #a0956b transparent transparent transparent;
  border-width: 0.9rem 0.9rem 0px 0.9rem;
}
/*背景ありver
.p-shop__kv {
  height: 26rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/shop/kv3.png);
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .p-shop__kv {
    height: 0;
    padding-top: 41.6%;
    background-position: center center;
  }
}
.p-shop__kv__content {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
.p-shop__kv__content {
  width: 95%;
  margin: 0 auto;
  left: 0;
  top: 50%;
}
}
*/
/*背景なしver*/
.p-shop__kv {
}
@media (min-width: 768px) {
  .p-shop__kv {
  }
}
.p-shop__kv__content {
  width: 100%;
  margin: 0 auto;
}

.p-shop__header h1 {
  position: absolute;
  z-index: 10;
  left: 2rem;
  top: 1rem;
  width: 8rem;
}
@media (min-width: 768px) {
  .p-shop__header h1 {
    left: 5rem;
    top: 1.4rem;
    width: 8rem;
  }
}
/*動画ver*/
.p-shop__kv_movie {
  background-color: #f6fafa;
  margin-top: 70px;
}
.p-shop__kv_movie .p-shop__kv__content {
  width: 100%;
  margin: 0 auto;
}
.p-shop__kv_movie .movie {
  width: 100%;
}
.p-shop__kv_movie .movie video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.p-shop__kv_movie .text_wrap {
  width: 100%;
}
.p-shop__kv_movie .text_wrap .main_copy {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.p-shop__kv_movie .text_wrap .main_copy .beta {
    background: #70a19f;
    color: #fff;
    display: block;
    padding: 5px 20px;
    font-size: 20px;
    text-align: center;
}
.p-shop__kv_movie .text_wrap .main_copy .text {
    color: #70a19f;
    font-size: 40px;
    line-height: 1.2;
}
.p-shop__kv_movie .text_wrap .main_copy .text small {
    font-size: 30px;
    display: inline-block;
}
.p-shop__kv_movie .text_wrap .main_copy .text i.marker {
    display: inline-block; 
    background: linear-gradient(transparent 60%, #ff6 60%);
    line-height: 1.0;
    margin-bottom: 0.2em;
}
.p-shop__kv_movie .text_wrap .main_copy .text br.break {
    display: block;
    content: "";
    margin-top: 0.4em;
}

@media (max-width: 767px) {
            .p-shop__kv_movie {
              margin-top: 55px;
            }
            .p-shop__kv_movie .movie {
              width: 100%;
              height: 600px;
            }
            .p-shop__kv_movie .text_wrap .main_copy {
                width: 100%;
                /*
                margin-top: -130px;
                position: relative;
                z-index: 1;
                */
                 background-color: rgba(255,255,255,0.7);
                 padding: 20px;
                 text-align: center;
            }
            .p-shop__kv_movie .text_wrap .kome {
                font-size: 10px;
                text-align: center;
                margin: 0 0 10px 0;
            }
}
@media (min-width: 768px) {
            .p-shop__kv_movie .p-shop__kv__content {
              display: flex;
              align-items: stretch;
              gap: 2rem;
              width: 100%;
              max-width: 1000px;
              margin: 0 auto;
              height: 700px;
            }
            .p-shop__kv_movie .movie {
              width: 50%;
              height: 100%;
            }
            .p-shop__kv_movie .movie video {
            }
            .p-shop__kv_movie .text_wrap {
              width: 50%;
              position: relative;
              height: 100%;
            }
            .p-shop__kv_movie .text_wrap .main_copy {
                position:absolute;
                top:40%;
                left:58%;
                transform:translate(-50%,-50%);
                display: block;
                width: 100%;
                height: 200px;
                margin-bottom: 10px;
            }
            .p-shop__kv_movie .text_wrap .main_copy .beta {
                padding: 5px 20px;
                font-size: 24px;
                display: inline-block;
            }
            .p-shop__kv_movie .text_wrap .main_copy .text {
                font-size: 50px;
                line-height: 1.4;
            }
            .p-shop__kv_movie .text_wrap .main_copy .text small {
                font-size: 34px;
            }
            .p-shop__kv_movie .text_wrap .kome {
                position:absolute;
                bottom:10px;
                right:0;
                font-size: 10px;
            }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
            .p-shop__kv_movie .text_wrap .main_copy {
                top:47%;
                left:53%;
                transform:translate(-50%,-50%);
            }
            .p-shop__kv_movie .text_wrap .main_copy .beta {
                font-size: 20px;
            }
            .p-shop__kv_movie .text_wrap .main_copy .text {
                font-size: 40px;
                line-height: 1.4;
            }
            .p-shop__kv_movie .text_wrap .main_copy .text small {
                font-size: 26px;
            }
}
/*ver_1　○○駅　徒歩○分*/
.p-shop__header__data {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-shop__header__data {
    right: 5rem;
    top: 2rem;
  }
}
.p-shop__header__data dl {
  text-align: right;
}
.p-shop__header__data dl dt {
  background: #70a19f;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 3rem;
  width: 10rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  box-shadow: 0 0 3rem #fff;
}
@media (min-width: 768px) {
  .p-shop__header__data dl dt {
    width: 15.2rem;
    font-size: 1.4rem;
  }
}
.p-shop__header__data dl dd {
  font-size: 1rem;
  text-shadow: #fff 1px 1px 1rem, #fff -1px 1px 1rem, #fff 1px -1px 1rem, #fff -1px -1px 1rem;
}
@media (min-width: 768px) {
  .p-shop__header__data dl dd {
    font-size: 1.6rem;
  }
}
/*ver_2　○○駅　徒歩○分　まるベタ指定*/
.p-shop__header__data_maru {
  position: absolute;
  right: 0.5rem;
/*  top: 0.5rem;*/
  top: 20rem;
  z-index: 10;
}
.p-shop__header__data_maru dl {
  text-align: center;
  background: #70a19f;
  color: #fff;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
.p-shop__header__data_maru dl dt {
  font-size: 0.8rem;
  line-height: 1rem;
  padding:1rem 0 0.8rem 0;
}
.p-shop__header__data_maru dl dd {
  font-size: 1rem;
}
.p-shop__header__data_maru dl dd span {
  font-size: 2rem;
  line-height: 1.8rem;
}
@media (min-width: 768px) {
			.p-shop__header__data_maru {
			  right: 2rem;
			  top: 2rem;
			}
			.p-shop__header__data_maru dl {
			  width: 15rem;
			  height: 15rem;
			}
			.p-shop__header__data_maru dl dt {
			  font-size: 1.4rem;
			  line-height: 1.6rem;
			  padding:1.2rem 0 1rem 0;
			}
			.p-shop__header__data_maru dl dd {
			  font-size: 2rem;
			}
			.p-shop__header__data_maru dl dd span {
			  font-size: 3rem;
			  line-height: 2.5rem;
			}
}
/*ver_3　○○駅　徒歩○分　帯デザイン*/
.p-shop__header__data_obi {
  background: #70a19f;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding:20px 0;
  position: relative;
}
.p-shop__header__data_obi dl {
  width: 96%; 
  text-align: center;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
}
.p-shop__header__data_obi dl dt {
  font-size: 0.9rem;
  margin-right: 10px;
  letter-spacing: 0.1rem;
}
.p-shop__header__data_obi dl dd {
  font-size: 1rem;
}
.p-shop__header__data_obi dl dd span {
  font-size: 2.3rem;
}
@media (min-width: 768px) {
			.p-shop__header__data_obi {
			}
			.p-shop__header__data_obi dl {
              align-items:center;
			}
			.p-shop__header__data_obi dl dt {
			  font-size: 1.5rem;
              margin-bottom: 0px
			}
			.p-shop__header__data_obi dl dd {
			  font-size: 2rem;
			}
			.p-shop__header__data_obi dl dd span {
			  font-size: 3rem;
			}
}




.p-top {
  position: relative;
}
.p-top .p-shop__price__menu ul li h3 {
  background: #70a19e;
  color: #fff;
  font-size: 1.2rem;
  height: 3.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-shop__price__menu ul li h3 {
    font-size: 1.5rem;
    height: 4.4rem;
    margin-top: 1.5rem;
  }
}
.p-top .p-shop__price__menu ul li h3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #70a19e transparent;
  border-width: 0 0.6rem 0.6rem 0.6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -0.5rem;
}
.p-top .p-shop__pickup h3 {
  margin-top: 2rem;
}
.p-top .p-shop__about h4 {
  display: inline-block;
  line-height: 2;
}
.p-top .p-shop__about h4:before {
  height: 9rem;
  left: 0;
  bottom: 0;
}
.p-top .p-shop__about h4:after {
  height: 9rem;
  right: 0;
  bottom: 0;
}
.p-top .p-shop__about h4 img {
  right: auto;
}
@media (min-width: 768px) {
  .p-top .p-shop__about h4 img {
    right: 8rem;
    top: -1.5rem;
  }
}
.p-top .p-shop__about h4 span {
  color: #666;
  font-weight: bold;
}
.p-top .p-shop__about h4 i {
  color: #567f7d;
}
.p-top__voice {
  padding-top: 6rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__voice {
    padding-top: 12rem;
  }
}
.p-top__voice__text {
  text-align: center;
  font-size: 1rem;
  letter-spacing: normal;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-top__voice__text {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    bottom: 1.5rem;
  }
}
.p-top__voice__slide {
  margin-top: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #f3f3f3;
}
@media (min-width: 768px) {
  .p-top__voice__slide {
    margin-top: 5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-top__voice__slide .is-slide {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  padding: 1.5rem 1rem;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top__voice__slide .is-slide {
    padding: 2.5rem 2rem;
  }
}
.p-top__voice__slide .is-slide span {
  margin-top: 1rem;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #8bb1b0;
  color: #fff;
  font-size: 1.5rem;
  min-width: 8rem;
  height: 2.4rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 1.2rem;
}
.p-top__voice__slide .is-slide p {
  line-height: 2;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-top__voice__slide .is-slide p {
    font-size: 1.5rem;
  }
}
.p-top__voice__slide .is-slide .tit_voice {
  border-bottom: 0.1rem solid #8bb1b0;
  font-weight: bold;
  font-size: 1.6rem;
  color: #8bb1b0;
  padding-bottom: 0.5rem;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .p-top__voice__slide .is-slide .tit_voice {
    padding-left: 3rem;
    padding-bottom: 1rem;
    margin-bottom: 1.6rem;
  }
}
.p-top__voice__slide .is-slide .tit_voice:before {
  content: "";
}
.p-top__studio {
  padding-top: 6rem;
  padding-bottom: 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__studio {
    padding-top: 12rem;
    padding-bottom: 10rem;
  }
}
.p-top__studio ul {
  margin: 2.5rem auto 0;
  max-width: 93rem;
}
@media (min-width: 768px) {
  .p-top__studio ul {
    margin-top: 5rem;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content:space-around;*/
	justify-content:flex-start;
     max-width: 102rem;
  }
}
.p-top__studio ul li {
  max-width: 32rem;
  margin: 0 auto 3rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-top__studio ul li {
    max-width: 100%;
    margin-left: 3%;
    margin-right: 0;
    margin-bottom: 5rem;
    /*width: 48%;*/
    width: 30%;
  }
}
.p-top__studio ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-top__studio ul li:last-child {
    margin-right: 0;
  }
}
.p-top__studio ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  max-width: 19rem;
  cursor: pointer;
  background: #fff;
  border-radius: 0;
  height: 3.4rem;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  border: 0.1rem solid #666;
  z-index: 1;
}
.p-top__studio ul li a:before {
  content: "";
  width: 3.1rem;
  height: 0.6rem;
  display: block;
  background: url(../images/top/arw_bk.png) center no-repeat;
  background-size: 100%;
  z-index: -1;
  margin-right: 1rem;
}
.p-top__studio ul li p {
  margin-top: 1rem;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-top__studio ul li p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-top__studio ul li h3 {
  margin-top: 1rem;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-top__studio ul li h3 {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
}
/*▼動的swiperスライダーver*/
.p-top__studio_slide {
  padding-top: 5rem;
  padding-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__studio_slide {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
}
.p-top__studio_slide .swiper-wrapper {
    margin: 2.5rem auto 0;
    /*  max-width: 93rem;*/
}
@media (min-width: 768px) {
  .p-top__studio_slide .swiper-wrapper {
    margin-top: 5rem;
  }
}
.p-top__studio_slide .list {
    padding: 0 1.5%;
}
.p-top__studio_slide .list:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-top__studio_slide .list:last-child {
    margin-right: 0;
  }
}
.p-top__studio_slide .store-list-thumb {
    overflow: hidden;
}
.p-top__studio_slide .store-list-thumb img {
  object-fit: cover;
}
@media screen and (min-width: 760px) {
    .p-top__studio_slide .store-list-thumb img {
    width: min(30.625vw, 392px);
    height: min(18.438vw, 236px);
    /*height: min(18.438vw, 180px);*/
  }
}
@media screen and (max-width: 759px) {
    .p-top__studio_slide .store-list-thumb img {
    width: max(87.2vw, 327px);
    height: max(52.533vw, 197px)
  }
}
.p-top__studio_slide .list h3 {
  margin-top: 1rem;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-top__studio_slide .list h3 {
    margin-top: 1.2rem;
    font-size: 2.2rem;
  }
}
.p-top__studio_slide .list p {
  margin-top: 1rem;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-top__studio_slide .list p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.p-top__studio_slide .list a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  max-width: 19rem;
  cursor: pointer;
  background: #fff;
  border-radius: 0;
  height: 3.4rem;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  border: 0.1rem solid #666;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.p-top__studio_slide .list a:before {
  content: "";
  width: 3.1rem;
  height: 0.6rem;
  display: block;
  background: url(../images/top/arw_bk.png) center no-repeat;
  background-size: 100%;
  z-index: -1;
  margin-right: 1rem;
}
.p-top__studio_slide .link_btn {
    margin-top: 7rem;
}
.swiper-button-prev::after, .swiper-button-next::after {
    color: #4695af;
}
.swiper-button-prev, .swiper-button-next {
    /*background-color: #a6625c;*/
    background-color: rgba(166,98,92,0.00);
    border-radius: 100%;
}
/*▲動的swiperスライダーver*/
.p-top__read {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #edf3f2;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-top__read {
  /*
    background: url(../images/top/read_bg.png) left center no-repeat #edf3f2;
    background-size: contain;
	*/
    margin-bottom: 4rem;
  }
}
.p-top__read .bnr {
	width: 90%;
	max-width: 800px;
	margin: 20px auto 0 auto;
}
@media (min-width: 768px) {
  .p-top__read__content > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-top__read__content > dl > dt {
    width: 55%;
  }
}
.p-top__read__content > dl > dt ul {
  display: -webkit-flex;
  display: flex;
}
.p-top__read__content > dl > dt ul li {
  width: 33.3%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-top__read__content > dl > dt ul li {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .p-top__read__content > dl > dd {
    width: 45%;
    padding-left: 6rem;
  }
}
.p-top__read__content > dl > dd p {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-top__read__content > dl > dd p {
    font-size: 1.6rem;
  }
}
.p-top__read__content > dl > dd dl dt {
  background: #a0956b;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 3.2rem;
  width: 22rem;
  font-size: 1.8rem;
  position: relative;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .p-top__read__content > dl > dd dl dt {
    width: 26rem;
    height: 3.8rem;
    font-size: 2.4rem;
  }
}
.p-top__read__content > dl > dd dl dt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #a0956b transparent transparent transparent;
  border-width: 0.9rem 0.9rem 0px 0.9rem;
}
.p-top__read__content > dl > dd dl dd {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: end;
  align-items: end;
}
@media (min-width: 768px) {
  .p-top__read__content > dl > dd dl dd {
    font-size: 4.4rem;
  }
}
.p-top__read__content > dl > dd dl dd i {
  letter-spacing: normal;
}
.p-top__read__content > dl > dd dl dd span {
  color: #567f7d;
}
.p-top__read__content > dl > dd dl dd span:first-of-type {
  font-size: 3.6rem;
  padding-left: 1.2rem;
}
@media (min-width: 768px) {
  .p-top__read__content > dl > dd dl dd span:first-of-type {
    font-size: 5.5rem;
  }
}
.p-top__read__content > dl > dd dl dd:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 4rem;
  margin-right: 1.2rem;
  background: url(../images/shop/read_left.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-top__read__content > dl > dd dl dd:before {
    width: 2.1rem;
    height: 5.2rem;
  }
}
.p-top__read__content > dl > dd dl dd:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 4rem;
  margin-left: 1.2rem;
  background: url(../images/shop/read_right.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-top__read__content > dl > dd dl dd:after {
    width: 2.1rem;
    height: 5.2rem;
  }
}
.p-top__kv {
  height: 30rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/top/kv2.png);
  background-size: cover;
  position: relative;
}
.p-top__kv__content {
  position: relative;
  padding-top: 45%;  
  width: 90%;
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .p-top__kv {
  height: auto;
  background-position: center center;    
  }
    .p-top__kv__content {
  /*kv.pngバーション
    padding-top: 48.6%;
    width: 65%;
    margin: 0 7% 0 auto;
  */
    padding-top: 48.6%;
    width: 65%;  
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1024px) {
  .p-top__kv {
  height: auto;
  background-position: center center;    
  }
    .p-top__kv__content {
  /*kv.pngバーション
    padding-top: 48.6%;
    width: 65%;
    margin: 0 7% 0 auto;
  */
    padding-top: 48.6%;
    width: 65%;  
    margin: 0 auto 0 0;
  }
}





.p-top__kv__content h2 {
    position: absolute;
    width: 100%;
    top: 6rem;
    left: 0;
    padding-bottom: 10rem;
    text-align: left;
    background-image: url(https://www.shapes-international.co.jp/hain-pilates/wp-content/themes/reborn/assets/images/top/kv_point3_2506.webp);
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 10; 
    text-shadow:
            3px 3px 3px #FFF, -3px -3px 3px #FFF,
           -3px 3px 3px #FFF,  3px -3px 3px #FFF,
            3px 0px 3px #FFF, -3px -0px 3px #FFF,
            0px 3px 3px #FFF,  0px -3px 3px #FFF;
}
.p-top__kv__content h2 span {
    font-size: 170%;
    /*margin-left: 25%;*/
    margin-left: 0%;
    margin-bottom: 10px;
    display: block;
}
.p-top__kv__content h2 i {
    font-size: 210%;
    font-weight: 200;
    font-style: italic;
    margin-right: 1%;
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
    .p-top__kv__content h2 {
        top: 12%;
        left: 5%;
        padding-bottom: 30%;
        text-align: center;
       background-image: url(https://www.shapes-international.co.jp/hain-pilates/wp-content/themes/reborn/assets/images/top/kv_point3_2506.webp);
        background-size: 100% auto;
       background-position: left bottom;
       background-repeat: no-repeat;
    }
    .p-top__kv__content h2 span {
        font-size: 24px;
        margin-left: 0%;
    }
}
@media (min-width: 1024px) {
    .p-top__kv__content h2 {
        top: 12%;
        left: 5%;
        padding-bottom: 30%;
        text-align: center;
       background-image: url(https://www.shapes-international.co.jp/hain-pilates/wp-content/themes/reborn/assets/images/top/kv_point3_2506.webp);
        background-size: 100% auto;
       background-position: left bottom;
       background-repeat: no-repeat;
    }
    .p-top__kv__content h2 span {
        font-size: 500%;
        margin-left: 0%;
    }
}
.p-top__kv__content h2 ruby > rt {
  font-size: 30%;
  text-align: center;
}
.p-top__kv__content .kv_point3 {
  position: absolute;
  width: 100%;
  top: 52%;
  right: 0;
}

/*▼動画ver*/
.p-top__kv_movie {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-top__kv_moviee .movie{
    width: 100%;
    height: 650px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;  
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/top/kv2.png);
    background-size: cover;
}
.p-top__kv_movie .movie video{
    min-width: 100%;
    min-height: 100%;
    width: 100% !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    vertical-align: bottom;
}
@media (max-width: 640px) {
    .p-top__kv_movie .movie{
      width: 100%;
      height: 10rem;
    }
    .p-top__kv_movie .p-top__kv__content h2 {
      top: 32%;
      padding-bottom: 9rem !important;
    }
.p-top__kv_movie .movie video{
    top: 5%;
    left: 50%;
    transform: translateX(-50%) translateY(5%);
    vertical-align: bottom;
}
}
/*▲動画ver*/

.copy_center_beta {
    width: 100%;
    background-color: #FAEDD0;
    text-align: center;
    color: #567f7d;
    font-size: 1.5rem;
    padding: 10px 0;
    position: relative;
    z-index: 10;
}
@media (min-width: 768px) {
.copy_center_beta {
    font-size: 2.5rem;
}
}
 .cp_bnr {
	width: 90%;
	max-width: 640px;
	margin: 30px auto;
}
/*共通ボタン／下層遷移*/
 .link_btn {
width: 70%;
max-width: 300px;
margin: 30px auto;
}
 .link_btn span {
 font-size: 14px;
 margin: 0 0 5px 0;
 display: block;
 }
 .link_btn a {
  background-color: #FFF;
  border: 1px solid #567F70;
  color: #567F70;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-radius: 50px;
  text-align: center;
 }
 .link_btn a:hover {
  background-color: #567F70;
  border: 1px solid #567F70;
  color: #FFF;
 }
/******************************
店舗
******************************/
.post-type-archive-store  #detail_hd {
     position: relative;
     width: 100%;
     overflow: hidden;
     margin-bottom: 3rem;
    }
@media screen and (min-width: 760px) {
    #detail_hd {
        /*padding-top: 30.75%; */
        padding-top: 25%;
        margin-bottom: 50px !important;
    }
}

/*店舗：オプション表示アイコン*/
.store-overview__option-list {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
    height: 45px;
    position: relative;
}
.store-overview__option-list .badge {
  border: 1px solid #fcf701;
  border-radius: 2px;
  padding: 3px 4px;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  background: #fcf701;
  color: #567F70;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
.store-overview__option-list .badge {
    padding: 4px 6px;
    font-size: 11px;
  }
}
.p-shop__info dl.p-shop__info_wrap dt,
.p-shop__info dl.p-shop__info_wrap dd {
	text-align: left !important;
}
.store-access-item p {
	text-align: left !important;
}
.store-salon-item p {
	text-align: left !important;
}

.store-campaign_img {
width: 90%;
max-width: 450px;
margin: 30px auto 0 auto;
}






/*# sourceMappingURL=style_wp.css.map */