@charset "UTF-8";
:root {
  --base-font: "Zen Maru Gothic",sans-serif;
  --sub-font: kinuta-maruminold-stdn,serif;
  --en-font: 'Tenor Sans',sans-serif;
  --base-color: #4E4E4E;
  --main-color01: #F14471;
  --sub-color01: #37B8A6;
  --bg-color01: #F7DCE1;
  --bg-color02: #FEFCCB;
  --bg-color03: #F9EF69
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 62.5%
}
body {
  -webkit-font-feature-settings: "swap";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: var(--base-color);
  font-family: var(--base-font);
  font-feature-settings: "swap";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  text-align: justify
}
body.is-active {
  overflow: hidden
}
a {
  -webkit-transition: .5s;
  color: var(--base-color);
  text-decoration: none;
  cursor: pointer;
  transition: .5s
}
a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: .5s;
  border: none;
  backface-visibility: hidden;
  transition: .5s
}
a:hover {
  opacity: .7
}
a:hover img {
  opacity: .7
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
main {
  position: relative
}
.l-body-inner {
  position: relative
}
.l-wrapper {
  z-index: 2;
  position: relative;
  max-width: 100rem;
  margin: 0 auto
}
.l-secondary {
  padding-top: 14rem;
  padding-bottom: 8rem
}
.c-bg {
  z-index: 1;
  position: relative
}
.c-bg:before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/bg.png);
  background-repeat: repeat;
  content: ""
}
.c-bg--pink {
  background-color: var(--bg-color01)
}
.c-bg--pink:before {
  opacity: .2
}
.c-bg--yellow {
  background-color: var(--bg-color02)
}
.c-bg--yellow:before {
  opacity: .5
}
.c-head {
  display: inline-block;
  position: relative;
  margin-bottom: .5em;
  padding: 0 .2em .2em;
  border-bottom: 1px solid;
  font-size: 6rem;
  font-weight: 700;
  text-align: center
}
.c-head:before {
  display: block;
  position: absolute;
  bottom: -.12em;
  left: -.4em;
  width: .2em;
  height: .2em;
  border: 1px solid;
  border-radius: 50%;
  content: ""
}
.c-head:after {
  display: block;
  position: absolute;
  right: -.4em;
  bottom: -.12em;
  width: .2em;
  height: .2em;
  border: 1px solid;
  border-radius: 50%;
  content: ""
}
.c-head--pink {
  color: var(--main-color01)
}
.c-head--green {
  color: var(--sub-color01)
}
.c-head--shop {
  margin-bottom: 1em
}
.c-sub-head {
  display: block;
  position: relative;
  margin-bottom: 2.5em;
  padding: 0 .2em;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center
}
.c-sub-head__top {
  display: block;
  width: 80%;
  margin-bottom: 2.5rem;
  border-top: 1px solid
}
.c-sub-head__top:before {
  display: block;
  position: absolute;
  top: -.12em;
  left: -.4em;
  width: .2em;
  height: .2em;
  border: 1px solid;
  border-radius: 50%;
  content: ""
}
.c-sub-head__bottom {
  display: block;
  width: 80%;
  margin-top: 2.5rem;
  margin-right: 0;
  margin-left: auto;
  border-top: 1px solid
}
.c-sub-head__bottom:after {
  display: block;
  position: absolute;
  right: -.4em;
  bottom: -.1em;
  width: .2em;
  height: .2em;
  border: 1px solid;
  border-radius: 50%;
  content: ""
}
.c-sub-head--pink {
  color: var(--main-color01)
}
.c-sub-head--green {
  color: var(--sub-color01)
}
.c-desc {
  margin: 1em auto 1.5em;
  font-size: 3.5rem;
  line-height: 1.8
}
.c-catch {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.8
}
.c-catch--bg {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(30%,#f9ef69));
  background: -webkit-linear-gradient(transparent 60%,#f9ef69 30%);
  background: linear-gradient(transparent 60%,#f9ef69 30%)
}
.c-small {
  display: block;
  margin: 1rem auto;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2;
  text-align: center
}
.c-small--minimun {
  font-size: 1.3rem;
  line-height: 1.8
}
.c-small--inside {
  font-size: 2rem
}
.c-small--mb00 {
  margin: 1rem auto 0
}
.c-secondary-head {
  display: block;
  position: relative;
  margin-bottom: 1em;
  padding: .2em .5em;
  border-bottom: 1px solid;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.8
}
.c-secondary-head:before {
  display: block;
  position: absolute;
  bottom: -.2em;
  left: -.8em;
  width: .4em;
  height: .4em;
  border: 1px solid;
  border-radius: 50%;
  content: ""
}
.c-secondary-head--pink {
  color: var(--main-color01)
}
.c-secondary-head--green {
  color: var(--sub-color01)
}
.c-secondary-line {
  margin: 4rem auto;
  border-top: 1px solid #eee
}
.c-secondary-sub {
  margin: 1em auto 1em;
  font-size: 3rem;
  line-height: 1.8
}
.c-secondary-text {
  font-size: 2.5rem;
  line-height: 1.75
}
.c-secondary-medium {
  font-size: 2rem;
  line-height: 1.75
}
.c-secondary-medium--right {
  text-align: right
}
.c-secondary-ol {
  margin-left: 2em;
  counter-reset: c-secondary-ol
}
.c-secondary-ol__item {
  position: relative;
  font-size: 2rem;
  line-height: 1.75;
  list-style-type: none
}
.c-secondary-ol__item:before {
  display: block;
  position: absolute;
  left: -2em;
  content: "( " counter(c-secondary-ol) " )";
  counter-increment: c-secondary-ol
}
.c-back-btn {
  display: inline-block;
  position: relative;
  width: 7.8em;
  margin: 2rem 0;
  margin-right: 0;
  margin-left: auto;
  padding-left: 1.2em;
  font-size: 2.5rem;
  text-decoration: underline
}
.c-back-btn:hover {
  text-decoration: none
}
.c-back-btn:before {
  position: absolute;
  left: 0;
  content: "◀︎"
}
.c-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 31.8rem;
  height: 7.2rem;
  margin: 4rem auto;
  background: var(--bg-color02);
  color: #fff;
  font-weight: 700
}
.c-btn:before {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  content: ""
}
.c-btn--doctor:before {
  background: url(../images/common/icon-doctor01-w.svg) no-repeat center/100% auto
}
.c-btn--web:before {
  background: url(../images/common/icon-web01-w.svg) no-repeat center/100% auto
}
.c-btn--case:before {
  background: url(../images/common/icon-case01-w.svg) no-repeat center/100% auto
}
.c-btn--mtmb00 {
  margin: 0 auto
}
.c-btn--mb00 {
  margin: 4.8rem auto 0
}
.l-footer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5.5rem 4rem 5.5rem 6rem;
  border-top-right-radius: 5rem;
  border-top-left-radius: 5rem;
  background: #ffe3eb
}
.l-footer__logo {
  display: block;
  max-width: 418px;
  height: auto
}
.l-footer--top {
  margin-top: -5rem
}
.l-sitemap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.l-sitemap__item:not(:last-child) {
  margin-right: 1.5rem
}
.l-sitemap__link {
  color: var(--main-color01);
  font-size: 2rem;
  text-decoration: underline
}
.l-sitemap__link:hover {
  text-decoration: none
}
.l-contact-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -webkit-transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  transition: .5s
}
.l-contact-btn__item {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center
}
.l-contact-btn__item:not(:last-child) {
  margin-right: .5em
}
.l-contact-btn__link {
  width: 10.5em;
  padding: .25em .1em;
  border: .15em solid var(--main-color01);
  border-radius: 1.5em;
  color: var(--main-color01);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}
.l-contact-btn__link:hover {
  background: var(--main-color01);
  color: #fff
}
.l-header {
  -webkit-transition: .5s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 2rem;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  background: #fff;
  transition: .5s
}
.l-header__logo {
  max-width: 238px;
  height: auto
}
.l-float-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  transition: .5s
}
.l-float-btn__item {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center
}
.l-float-btn__item:not(:last-child) {
  margin-right: .5em
}
.l-float-btn__link {
  width: 10.5em;
  padding: .25em .1em;
  border: .15em solid var(--main-color01);
  border-radius: 1.5em;
  color: var(--main-color01);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}
.l-float-btn__link:hover {
  background: var(--main-color01);
  color: #fff
}
.l-menu-btn {
  display: none
}
.l-menu-btn__inner {
  -webkit-transition: all .1s;
  position: relative;
  width: 5.2rem;
  height: 5.2rem;
  transition: all .1s
}
.l-menu-btn__border {
  -webkit-transition: .5s;
  position: absolute;
  left: 50%;
  width: 75%;
  height: .3rem;
  background: var(--main-color01);
  transition: .5s
}
.l-menu-btn__border:nth-of-type(1) {
  -webkit-transform: translateX(-50%);
  top: 25%;
  transform: translateX(-50%)
}
.l-menu-btn__border:nth-of-type(2) {
  -webkit-transform: translateX(-50%) translateY(-50%);
  top: 50%;
  transform: translateX(-50%) translateY(-50%)
}
.l-menu-btn__border:nth-of-type(3) {
  -webkit-transform: translateX(-50%);
  bottom: 25%;
  transform: translateX(-50%)
}
.l-menu-btn.is-active .l-menu-btn__border:nth-of-type(1) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}
.l-menu-btn.is-active .l-menu-btn__border:nth-of-type(2) {
  opacity: 0
}
.l-menu-btn.is-active .l-menu-btn__border:nth-of-type(3) {
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
  bottom: 50%;
  transform: translateX(-50%) translateY(50%) rotate(45deg)
}
.l-nav__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.l-nav__item:not(:last-child) {
  margin-right: 1.5rem
}
.l-nav__link {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5
}
.l-nav__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: fixed;
  top: 2rem;
  right: 55.8rem
}
.l-nav__btn-item {
  margin-right: 1.2rem
}
.l-nav__btn-img {
  width: 4rem;
  height: 4rem
}
.p-article-single {
  max-width: 1280px;
  margin: auto;
  padding: 5rem 5rem;
  border-radius: 8rem;
  background: #fff
}
.p-fv {
  z-index: 0;
  position: relative;
  padding-top: 9rem;
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  background-image: url(../images/top/fv_img01.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover
}
.p-fv__title {
  position: relative;
  padding: 5rem 0;
  color: var(--main-color01);
  font-size: 7rem;
  line-height: 1.1;
  text-align: center
}
.p-fv__title:before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11em;
  height: 11em;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  content: ""
}
.p-fv__title--copy {
  display: block;
  z-index: 1;
  position: relative;
  width: 7em;
  height: auto;
  margin: auto
}
.p-fv__title--logo {
  display: block;
  z-index: 1;
  position: relative;
  width: 2em;
  height: auto;
  margin: auto
}
.p-fv__title--shop {
  display: block;
  z-index: 1;
  position: relative
}
.p-articles {
  margin: 5rem auto
}
.p-articles__inner {
  padding: 0 3rem
}
.p-articles__title {
  margin-bottom: 1.5em;
  padding-left: .3em;
  border-left: .2em solid;
  font-size: 3rem;
  line-height: 1
}
.p-articles__list {
  width: 100%
}
.p-articles__item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.2rem
}
.p-articles__item:not(:last-child) {
  margin-bottom: 1.5rem
}
.p-articles__date {
  width: 22rem
}
.p-articles__item-title {
  width: 50%;
  padding-right: 1em;
  line-height: 1.5
}
.p-articles__link {
  position: relative;
  width: 7.8em;
  margin-right: 0;
  margin-left: auto;
  padding-left: 1.2em;
  text-decoration: underline
}
.p-articles__link:hover {
  text-decoration: none
}
.p-articles__link:before {
  position: absolute;
  left: 0;
  content: "▶︎"
}
.p-shop {
  padding: 6rem 0 10rem;
  text-align: center
}
.p-shop__inner {
  max-width: 120rem
}
.p-shop__img-area {
  position: relative
}
.p-shop__img-area--text {
  position: absolute;
  top: -5rem;
  left: -1rem;
  width: 35rem;
  height: auto
}
.p-shop__img {
  -webkit-box-shadow: 1rem 1rem 0px 0px var(--sub-color01);
  overflow: hidden;
  border: .2em solid var(--sub-color01);
  border-radius: 5rem;
  box-shadow: 1rem 1rem 0px 0px var(--sub-color01)
}
.p-shop__slider {
  z-index: 2;
  position: relative;
  padding-bottom: .5rem
}
.p-shop__slide-item {
  font-size: 1.8rem;
  line-height: 1.5
}
.p-shop__slide-img {
  -webkit-box-shadow: .5rem .5rem 0px 0px var(--sub-color01);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: calc(100% - .5rem);
  margin-bottom: 2rem;
  overflow: hidden;
  border: .1em solid var(--sub-color01);
  border-radius: 4rem;
  box-shadow: .5rem .5rem 0px 0px var(--sub-color01)
}
.p-shop__slide-img img {
  width: 100%;
  height: auto
}
.p-shop__slide-next {
  z-index: 3;
  position: absolute;
  top: 6.5vw;
  right: 3vw;
  width: 5rem;
  height: 5rem;
  cursor: pointer
}
.p-shop__slide-prev {
  -webkit-transform: scale(-1,1);
  z-index: 3;
  position: absolute;
  top: 6.5vw;
  left: 3vw;
  width: 5rem;
  height: 5rem;
  transform: scale(-1,1);
  border-radius: 50%;
  cursor: pointer
}
.p-service {
  padding-bottom: 6rem
}
.p-service-detail {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}
.p-service-detail:not(:last-of-type) {
  margin-bottom: 6rem
}
.p-service-detail__img {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 30rem;
  border-radius: 5rem;
  background: #fff
}
.p-service-detail__img img {
  width: 100%;
  height: auto
}
.p-service-detail__text {
  width: 67rem;
  padding-left: 8rem
}
.p-service-detail__head {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 0 1rem;
  color: var(--main-color01);
  font-size: 3.5rem
}
.p-service-detail__head--icon {
  z-index: 2;
  position: absolute;
  top: -.8rem;
  left: -8rem;
  width: 7.5rem;
  height: auto
}
.p-service-detail__desc {
  font-size: 2.2rem;
  line-height: 2
}
.p-welcab {
  padding: 6rem 0;
  text-align: center
}
.p-welcab__link {
  -webkit-box-shadow: 5px 5px 0px 0px var(--sub-color01);
  display: inline-block;
  z-index: 3;
  position: relative;
  margin: auto;
  padding: .4em 2em .4em 2.5em;
  border: .05em solid var(--sub-color01);
  border-radius: .3em;
  background: #fff;
  box-shadow: 5px 5px 0px 0px var(--sub-color01);
  color: var(--sub-color01);
  font-size: 6rem;
  line-height: 1;
  vertical-align: middle
}
.p-welcab__link:before {
  position: absolute;
  top: -5%;
  left: .2em;
  font-size: 1.5em;
  content: ">"
}
.p-welcab__link:hover {
  background: var(--sub-color01);
  color: #fff
}
.p-lineup {
  padding: 6rem 0;
  text-align: center
}
.p-lineup__inner {
  z-index: 2;
  position: relative
}
.p-lineup__slider-wrap {
  z-index: 2;
  position: relative
}
.p-lineup__slider {
  z-index: 2;
  position: relative;
  margin: 0 10rem;
  padding: 0 1rem 2rem 0
}
.p-lineup__slide-item {
  -webkit-box-shadow: 1rem 1rem 0px 0px var(--main-color01);
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  overflow: hidden;
  border-radius: 5rem;
  background: #fff;
  box-shadow: 1rem 1rem 0px 0px var(--main-color01)
}
.p-lineup__slide-item img {
  width: 100%;
  height: auto
}
.p-lineup__desc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 10em;
  padding: 1em .5em
}
.p-lineup__desc--text {
  font-size: 1.8rem;
  line-height: 1.5
}
.p-lineup__slide-next {
  -webkit-transform: translateY(-50%);
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 5rem;
  height: 5rem;
  transform: translateY(-50%);
  cursor: pointer
}
.p-lineup__slide-prev {
  -webkit-transform: translateY(-50%) scale(-1,1);
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 2%;
  width: 5rem;
  height: 5rem;
  transform: translateY(-50%) scale(-1,1);
  border-radius: 50%;
  cursor: pointer
}
.p-access {
  position: relative;
  padding: 6rem 0;
  text-align: center
}
.p-access:after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96%;
  height: 1px;
  transform: translateX(-50%);
  background: #707070;
  content: ""
}
.p-access__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}
.p-access__text {
  width: 45%
}
.p-access__wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid #707070
}
.p-access__wrap:last-of-type {
  border-bottom: 0
}
.p-access__head {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 5em;
  font-size: 3.2rem;
  text-align: left
}
.p-access__detail {
  font-size: 3.2rem;
  text-align: left
}
.p-access__detail--small {
  font-size: 2.5rem;
  line-height: 1.25
}
.p-access__map {
  width: 45%
}
.p-access__map iframe {
  width: 100%;
  height: 100%
}
.p-calendar {
  padding: 6rem 0;
  text-align: center
}
.p-calendar__inner {
  max-width: 1400px;
  margin: auto
}
.p-calendar__wrap {
  gap: 16px;
  -webkit-box-shadow: none;
  -webkit-overflow-scrolling: touch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  width: 94%;
  max-width: 1280px;
  margin: auto;
  padding: 8px 16px;
  overflow-x: auto;
  background: #fff;
  box-shadow: none
}
.p-calendar .cal_frame {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  position: relative;
  flex: 0 0 auto;
  width: 32%!important;
  overflow: hidden;
  border-radius: 8px
}
.p-calendar .cal_frame iframe {
  width: 100%
}
.p-contact {
  z-index: 1;
  position: relative;
  padding: 10rem 2rem 15rem;
  background-color: var(--bg-color02);
  text-align: center
}
.p-contact:before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/bg.png);
  background-repeat: repeat;
  content: "";
  opacity: .5
}
.p-contact__title {
  z-index: 3;
  position: relative;
  position: relative;
  padding-bottom: 5rem;
  color: var(--main-color01);
  font-size: 7rem;
  line-height: 1.25;
  text-align: center
}
.p-contact__title--copy {
  display: block;
  z-index: 3;
  position: relative;
  width: 7em;
  height: auto;
  margin: 0 auto 1rem
}
.p-contact__link {
  -webkit-box-shadow: 5px 5px 0px 0px var(--main-color01);
  display: inline-block;
  z-index: 3;
  position: relative;
  margin: auto;
  padding: .5em 1em .5em 2em;
  border: .05em solid var(--main-color01);
  border-radius: .3em;
  background: #fff;
  box-shadow: 5px 5px 0px 0px var(--main-color01);
  color: var(--main-color01);
  font-size: 4.5rem;
  vertical-align: middle
}
.p-contact__link:before {
  position: absolute;
  top: -5%;
  left: .2em;
  font-size: 1.5em;
  content: ">"
}
.p-contact__link:hover {
  background: var(--main-color01);
  color: #fff
}
@media (min-width:769px) {
  .sp {
    display: none!important
  }
}
@media only screen and (max-width:1400px) {
  .l-footer__logo {
    width: 30%
  }
  .l-sitemap__link {
    font-size: 1.6rem
  }
  .l-contact-btn__link {
    font-size: 1.6rem
  }
  .l-float-btn__link {
    font-size: 1.6rem
  }
  .l-nav__link {
    font-size: 1.6rem
  }
}
@media only screen and (max-width:1280px) {
  .l-sitemap__item:not(:last-child) {
    margin-bottom: 1rem
  }
  .p-article-single {
    margin-right: 1.5rem;
    margin-left: 1.5rem
  }
  .p-shop__slide-next {
    right: 2vw
  }
  .p-shop__slide-prev {
    left: 2vw
  }
}
@media only screen and (max-width:1200px) {
  .p-shop__img-area--text {
    left: 0;
    width: 28rem
  }
  .p-lineup__desc {
    min-height: 12em
  }
}
@media only screen and (max-width:1080px) {
  .p-fv__title {
    font-size: 5rem
  }
  .p-contact__title {
    font-size: 5rem
  }
}
@media only screen and (max-width:1024px) {
  .l-header {
    padding: 1.5rem 2rem
  }
  .l-header__logo {
    width: 50%;
    max-width: none
  }
  .l-float-btn {
    margin-right: 6rem
  }
  .l-float-btn__item--sp-invisible {
    display: none
  }
  .l-float-btn__link {
    width: auto;
    padding: .25em .5em;
    font-size: 2.2rem
  }
  .l-menu-btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-transition: .5s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    align-items: center;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 9rem;
    cursor: pointer;
    transition: .5s
  }
  .l-nav {
    -webkit-transition: .5s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 100vw;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    padding: 3rem;
    overflow-y: auto;
    background: rgba(247,220,225,.9);
    opacity: 0;
    transition: .5s
  }
  .l-nav.is-active {
    visibility: visible;
    left: 0;
    opacity: 1
  }
  .l-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 .6rem
  }
  .l-nav__item {
    margin: 0 0 1.7rem;
    text-align: center
  }
  .l-nav__item:not(:last-child) {
    margin-right: 0
  }
  .l-nav__link {
    font-size: 2.5rem;
    line-height: 1.8
  }
  .l-nav__btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative;
    top: initial;
    right: initial;
    justify-content: space-between;
    width: 18.2rem;
    margin: 5rem auto
  }
  .l-nav__btn-item {
    margin-right: 0
  }
  .l-nav__copyright {
    display: block;
    font-size: 1.2rem;
    text-align: center
  }
}
@media only screen and (max-width:1000px) {
  .l-wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }
  .l-footer {
    padding: 5.5rem 4rem 5.5rem 4rem;
    text-align: center
  }
  .p-calendar .cal_frame {
    width: 50vw!important
  }
}
@media only screen and (max-width:768px) {
  html {
    font-size: 2.66vw
  }
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.4rem
  }
  a:hover img {
    opacity: 1
  }
  .l-wrapper {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }
  .l-secondary {
    padding-top: 8rem
  }
  .c-head {
    font-size: 3rem
  }
  .c-sub-head {
    margin-bottom: 2em;
    font-size: 2rem;
    line-height: 1.8
  }
  .c-sub-head__top {
    margin-bottom: 2rem
  }
  .c-sub-head__bottom {
    margin-top: 2rem
  }
  .c-desc {
    font-size: 1.6rem
  }
  .c-catch {
    font-size: 1.8rem
  }
  .c-small {
    font-size: 1.5rem
  }
  .c-small--minimun {
    font-size: 1.1rem;
    letter-spacing: .02em;
    line-height: 1.6
  }
  .c-small--inside {
    font-size: 1.7rem
  }
  .c-secondary-head {
    font-size: 2.4rem;
    line-height: 1.5
  }
  .c-secondary-line {
    margin: 2.5rem auto
  }
  .c-secondary-sub {
    font-size: 1.6rem
  }
  .c-secondary-text {
    font-size: 1.6rem
  }
  .c-secondary-medium {
    font-size: 1.4rem
  }
  .c-secondary-ol__item {
    font-size: 1.4rem
  }
  .c-back-btn {
    font-size: 1.8rem
  }
  .c-btn {
    margin: 4.8rem auto;
    font-size: 1.6rem;
    line-height: 2.4rem
  }
  .c-btn--mtmb00 {
    margin: 0 auto
  }
  .c-btn--mb00 {
    margin: 4.8rem auto 0
  }
  .l-footer {
    display: block;
    padding: 3rem 2rem 3rem 2rem;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem
  }
  .l-footer__logo {
    width: 75%;
    margin: auto
  }
  .l-sitemap {
    margin: 1rem auto
  }
  .l-sitemap__item {
    margin: 0 0 1.7rem;
    text-align: center
  }
  .l-sitemap__link {
    font-size: 1.45rem;
    line-height: 1.8
  }
  .l-contact-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .l-contact-btn__item--sp-invisible {
    display: none
  }
  .l-contact-btn__link {
    width: 11em;
    padding: .25em .5em;
    font-size: 1.4rem
  }
  .l-header {
    padding: .75rem 1.5rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem
  }
  .l-float-btn {
    margin-right: 2rem
  }
  .l-float-btn__link {
    width: auto;
    padding: .25em .5em;
    font-size: 1.3rem
  }
  .l-menu-btn {
    width: 5rem;
    height: 10vw
  }
  .l-menu-btn__inner {
    width: 3.2rem;
    height: 3.2rem
  }
  .l-nav__link {
    font-size: 2rem
  }
  .p-article-single {
    padding: 3rem 1.5rem;
    border-radius: 5rem
  }
  .p-fv {
    padding-top: 4.5rem;
    background-position: center
  }
  .p-fv__title:before {
    width: 9.5em;
    height: 9.5em
  }
  .p-fv__title {
    padding: 2.5rem 0;
    font-size: 3rem
  }
  .p-articles__title {
    margin-bottom: 1em;
    font-size: 2.1rem
  }
  .p-articles__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 1.5rem
  }
  .p-articles__item:not(:last-child) {
    margin-bottom: 2rem
  }
  .p-articles__date {
    width: 30%;
    font-size: 1.4rem;
    line-height: 1.5
  }
  .p-articles__item-title {
    width: 68%;
    padding-right: 0;
    padding-bottom: .5em
  }
  .p-shop {
    padding: 3rem 0 6rem
  }
  .p-shop__img-area--text {
    top: -3rem;
    left: -.5em;
    width: 11.5rem
  }
  .p-shop__img {
    -webkit-box-shadow: .5rem .5rem 0px 0px var(--sub-color01);
    border: .1em solid var(--sub-color01);
    border-radius: 2.5rem;
    box-shadow: .5rem .5rem 0px 0px var(--sub-color01)
  }
  .p-shop__slide-item {
    font-size: 1.4rem
  }
  .p-shop__slide-next {
    top: 15vw;
    right: 5%;
    width: 4rem;
    height: 4rem
  }
  .p-shop__slide-prev {
    top: 15vw;
    left: 5%;
    width: 4rem;
    height: 4rem
  }
  .p-service-detail {
    display: block
  }
  .p-service-detail:not(:last-of-type) {
    margin-bottom: 3rem
  }
  .p-service-detail__img {
    width: 100%;
    margin-bottom: 1rem
  }
  .p-service-detail__text {
    width: 100%;
    padding-left: 0
  }
  .p-service-detail__head {
    margin-bottom: .5rem;
    padding: 1rem 0 1rem 4.4rem;
    font-size: 2rem
  }
  .p-service-detail__head--icon {
    left: 0rem;
    width: 4.4rem
  }
  .p-service-detail__desc {
    font-size: 1.5rem
  }
  .p-welcab {
    padding: 3rem 0
  }
  .p-welcab__link {
    font-size: 2.5rem
  }
  .p-lineup__slider {
    margin: 0 0rem
  }
  .p-lineup__desc {
    min-height: 10em;
    font-size: 1.5rem
  }
  .p-lineup__desc--text {
    font-size: 1.5rem
  }
  .p-lineup__slide-next {
    right: 5%;
    width: 4rem;
    height: 4rem
  }
  .p-lineup__slide-prev {
    left: 5%;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem
  }
  .p-access__inner {
    display: block
  }
  .p-access__text {
    width: 100%
  }
  .p-access__head {
    width: 6em;
    font-size: 2rem
  }
  .p-access__detail {
    font-size: 2rem
  }
  .p-access__detail--small {
    font-size: 1.6rem
  }
  .p-access__map {
    width: 100%;
    height: 35rem
  }
  .p-calendar__wrap {
    width: 100%;
    padding: 0 1.5rem 1.5rem
  }
  .p-calendar .cal_frame {
    width: initial!important
  }
  .p-contact {
    padding: 3rem 1.5rem 12rem
  }
  .p-contact__title {
    padding: 2.5rem 0;
    font-size: 3rem
  }
  .p-contact__link {
    font-size: 2.5rem
  }
}
@media (max-width:768px) {
  .pc {
    display: none!important
  }
}
@media only screen and (max-width:350px) {
  .l-float-btn__link {
    font-size: 1.2rem
  }
}