@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
* {
  box-sizing: border-box;
}


/* === sec02：画像の高さズレ対策（推奨） === */
#sec02 .box .flex picture{
  display:block;
  aspect-ratio: 16 / 9; /* 好きな比率に変更可：4/3, 3/2 など */
  overflow:hidden;      /* はみ出した部分は隠す */
}
#sec02 .box .flex picture img{
  width:100%;
  height:100%;
  object-fit:cover;     /* 中央を基準にトリミングして揃える */
  display:block;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
}

:root,
html {
  font-size: 100px;
}

@media screen and (max-width: 975px) and (min-width: 769px) {
  :root,
  html {
    font-size: 10.25641vw;
  }
}

@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.04167vw;
  }
}

body {
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  max-width: 9.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-right: 0.18rem;
    padding-left: 0.18rem;
  }
}

img,
video {
  max-width: 100%;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}

@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}

/*
a[href^="tel:"] {
    html:not(.mobile) & {
        pointer-events: none;
    }
}
*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

header {
  width: 100%;
  border-bottom: 30px solid #9E005D;
}

header .logo-area {
  width: 59.9812%;
  background-image: url("../images/flower02.png");
  background-size: 1.71rem;
  background-position: 52% 0;
  background-repeat: no-repeat;
}

header .logo-area h1 {
  padding-top: 0.2rem;
  max-width: 4.0rem;
  width: 100%;
}

header .logo-area h1 img {
  max-height: .60rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  header .logo-area h1 img {
    max-height: inherit;
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  header .logo-area h1 {
    padding-top: 0.05rem;
  }
}

header .logo-area ul {
  max-width: 3.0rem;
  width: 100%;
  text-align: right;
  padding: 0.5em;
}

@media (max-width: 1200px) {
  header .logo-area ul {
    display: none;
  }
}

header .logo-area li {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

header .logo-area li img {
  max-width: 1.43rem;
}

header .logo-area li em:nth-of-type(1) {
  color: #009245;
}

header .logo-area li em:nth-of-type(2) {
  color: #662D91;
}

header .data-area {
  background: rgba(211, 178, 237, 0.26);
  width: 20%;
  padding: 2em;
  font-size: .10706rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  header .data-area {
    padding: 0.07rem 0.15rem;
  }
}

header .data-area li {
  text-align: center;
}

header .data-area li:nth-of-type(1) {
  background: #662D91;
  color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 1em;
}

header .data-area li img {
  max-width: 1.85rem;
  width: 100%;
}

header .tel-area {
  background: rgba(191, 214, 150, 0.26);
  width: 20%;
  padding: 2em 1em;
  font-size: .10706rem;
}

@media screen and (max-width: 768px) {
  header .tel-area {
    padding: .05rem .10rem;
  }
}

header .tel-area li {
  text-align: center;
}

header .tel-area li.pc {
  background: #009245;
  color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 1em;
}

header .tel-area li img {
  max-width: 2.04rem;
  width: 100%;
}

#fv-area {
  min-height: 5.00rem;
  height: 5.00rem;
  background-image: url("../images/fv.jpg");
  background-size: cover;
  background-position: center center;
}

#fv-area h2.fv-txt {
  width: 3.322378rem;
  top: 13%;
  left: 15%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #fv-area h2.fv-txt {
    right: 20%;
    width: inherit;
  }
}

#fv-area h2.fv-txt span {
  display: block;
}

#fv-area h2.fv-txt span.sup {
  color: #9E005D;
  font-size: .16rem;
}

#fv-area h2.fv-txt span.sup em {
  font-size: .34rem;
}

@media screen and (max-width: 768px) {
  #fv-area h2.fv-txt span.sup {
    line-height: 1.3;
  }
}

#fv-area h2.fv-txt span.base {
  font-family: "Noto Serif JP", serif;
  font-size: .31rem;
  color: #000;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #fv-area h2.fv-txt span.base {
    color: #9E005D;
    font-size: 0.25rem;
  }
}

#fv-area ul {
  bottom: 5%;
  left: 10%;
  color: #000;
  font-weight: bold;
}

#fv-area ul li:nth-of-type(1) {
  font-size: .09rem;
}

#fv-area ul li:nth-of-type(1) {
  font-size: .12rem;
}

@media screen and (max-width: 768px) {
  #fv-area {
    background-image: url("../images/sp/fv.jpg");
    background-size: cover;
    background-position: center center;
    min-height: 3.00rem;
    height: inherit;
  }
  #fv-area ul {
    left: 5%;
  }
}

section h2 {
  text-align: center;
  color: #9E005D;
  margin-bottom: .3rem;
  letter-spacing: .15em;
  font-weight: 700;
}

section h2 .sup {
  font-size: .22rem;
}

@media screen and (max-width: 768px) {
  section h2 .sup {
    font-size: .19rem;
  }
}

section h2 .base {
  display: block;
  font-size: .33rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  section h2 .base {
    font-size: .385rem;
  }
}

section .f-back {
  background-image: url("../images/back_f.png");
  background-position: 100% top;
  background-repeat: no-repeat;
  background-size: 1.44719rem;
}

.inner {
  margin: .3rem auto 0;
  max-width: 975px;
  width: 100%;
  padding: 0 .10rem;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 .20rem;
  }
}

.bnr {
  text-align: center;
  margin-bottom:.8rem;
}
@media screen and (max-width: 768px) {
  .bnr {
    margin-bottom:.8rem;
  }
}

#staff {
  margin: .3rem auto 0;
  width: 100%;
}

#sec01 {
  overflow: hidden;
}

#sec01 h2 .base {
  margin-top: .15rem;
}

#sec01 .inner > ul {
  margin-bottom: .80rem;
}

@media screen and (max-width: 768px) {
  #sec01 .inner > ul {
    margin-bottom: 0;
  }
}

#sec01 .inner > ul li {
  font-family: "Noto Serif JP", serif;
  font-size: .32rem;
  font-weight: bold;
  width: 23.5%;
  background: linear-gradient(270deg, #A54064, #9E005D);
  color: #fff;
  border-radius: 5px;
  padding: .15rem 0;
  text-align: center;
  position: relative;
  line-height: 1.2;
}

#sec01 .inner > ul li span {
  margin-top: .1rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: .12rem;
}

#sec01 .inner > ul li em {
  position: absolute;
  font-size: .07rem;
  right: .20rem;
  bottom: .24rem;
}

@media screen and (max-width: 768px) {
  #sec01 .inner > ul li {
    width: 48.5%;
    margin-bottom: .10rem;
  }
  #sec01 .inner > ul li em {
    right: .20rem;
    bottom: .30rem;
  }
}

#sec01 .inner .flower {
  width: 1.69rem;
  right: -14%;
  top: 5%;
  z-index: 1;
}

#sec01 .primary {
  padding: .2rem .50rem;
  background-image: url("../images/back_f.png");
  background-size: 1.44rem;
  background-position: 96% -5%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #sec01 .primary {
    padding: 1.0rem 0 .2rem 0;
    background-size: 1.24rem;
    background-position: 47% 0%;
  }
}

#sec01 .primary picture, #sec01 .primary div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #sec01 .primary picture, #sec01 .primary div {
    width: 100%;
  }
}

#sec01 .primary div {
  padding: 0 0.2rem;
}

@media screen and (max-width: 768px) {
  #sec01 .primary div {
    padding: 0;
  }
}

#sec01 .primary h3 {
  color: #9E005D;
  text-align: center;
}

#sec01 .primary h3 .sup {
  font-size: .16rem;
  font-weight: bold;
  display: block;
  background-image: url("../images/line01.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  #sec01 .primary h3 .sup {
    font-size: .35rem;
    line-height: 1.7;
    margin-bottom: .20rem;
    background-image: url("../images/line01.png"), url("../images/line01.png");
    background-position: center bottom,center center;
    background-repeat: no-repeat;
    background-size: 2.5rem,3rem;
  }
}

#sec01 .primary h3 .base {
  display: block;
  font-size: .46rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  #sec01 .primary h3 .base {
    font-size: 0.66rem;
    margin-top: .15rem;
  }
}

#sec01 .primary h3 .base em {
  font-size: .19rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  #sec01 .primary h3 .base em {
    display: block;
    margin-top: .15rem;
    margin-bottom: .15rem;
  }
}

@media screen and (max-width: 768px) {
  #sec01 .primary h3 {
    line-height: 1;
  }
}

#sec01 .primary p {
  border: 2px solid #9E005D;
  padding: .10rem;
  width: 2.8rem;
  margin: 0 auto;
  color: #9E005D;
  font-weight: bold;
  font-size: .14rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #sec01 .primary p {
    width: 100%;
    font-size: .17rem;
  }
}

#sec01 .primary p span {
  color: #662D91;
  text-decoration: underline;
}

#sec01 .primary dl {
  width: 3.2rem;
  margin: .20rem auto 0;
}

#sec01 .primary dl dt {
  background: #009245;
  color: #fff;
  text-align: center;
  padding: .02rem;
  border-radius: 5px;
  margin-bottom: .20rem;
}

@media screen and (max-width: 768px) {
  #sec01 .primary dl dt {
    border-bottom: 1px solid #fff;
    font-size: .22rem;
    line-height: 1.5;
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  #sec01 .primary dl {
    background: #009245;
    border-radius: 5px;
    width: 100%;
    padding: .15rem .20rem;
  }
}

#sec01 .secondary {
  max-width: 6.17rem;
  width: 100%;
  margin: .20rem auto;
  padding: .20rem .40rem;
  background: #F2F2F2;
  align-items: center;
}

#sec01 .secondary picture {
  width: 1.13rem;
}

#sec01 .secondary div {
  width: 4rem;
}

#sec01 .secondary div h3 {
  font-size: .14rem;
  margin-bottom: .05rem;
  background-image: url("../images/line02.png");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#sec01 .secondary div h3 em {
  color: #9E005D;
  font-size: .19rem;
}

#sec01 .secondary div ol li {
  font-size: .12rem;
}

#sec01 .secondary div ol li:before {
  display: inline-block;
  margin-right: .05rem;
}

#sec01 .secondary div ol li:nth-child(1):before {
  content: "( 1 )";
}

#sec01 .secondary div ol li:nth-child(2):before {
  content: "( 2 )";
}

#sec01 .secondary div ol li:nth-child(3):before {
  content: "( 3 )";
}

#sec01 .tertiary {
  max-width: 6.17rem;
  width: 100%;
  margin: .40rem auto;
  align-items: center;
}

#sec01 .tertiary picture {
  width: 2.599192rem;
}

@media screen and (max-width: 768px) {
  #sec01 .tertiary picture {
    width: 100%;
  }
}

#sec01 .tertiary div {
  width: 3.306147rem;
}

@media screen and (max-width: 768px) {
  #sec01 .tertiary div {
    width: 100%;
  }
}

#sec01 .tertiary div h3 {
  color: #9E005D;
}

@media screen and (max-width: 768px) {
  #sec01 .tertiary div h3 {
    margin-top: .30rem;
    margin-bottom: .15rem;
  }
}

#sec01 .tertiary div h3 .line03 {
  font-size: .13rem;
  padding-bottom: .10rem;
  background-image: url("../images/line03.png");
  background-size: 1.450553rem;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #sec01 .tertiary div h3 .line03 {
    font-size: .15rem;
    background-image: url("../images/line02.png");
    background-size: 100%;
  }
}

#sec01 .tertiary div h3 .base em {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #sec01 .tertiary div h3 .base em {
    line-height: 1;
    margin-top: .15rem;
  }
}

#sec01 .tertiary div h3 .base em:nth-child(1) {
  font-size: .40rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #sec01 .tertiary div h3 .base em:nth-child(1) {
    font-size: .60rem;
  }
}

#sec01 .tertiary div h3 .base em:nth-child(2) {
  font-size: .15rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #sec01 .tertiary div h3 .base em:nth-child(2) {
    font-size: .18rem;
  }
}

#sec01 .tertiary div p {
  font-size: .11rem;
}

@media screen and (max-width: 768px) {
  #sec01 .tertiary div p {
    font-size: .14rem;
  }
}

#sec01 .tertiary div p em {
  color: #9E005D;
}

#sec02 .inner {
  padding-top: .20rem;
  max-width: 8.315rem;
  background-position: 72% top;
}

#sec02 h2 .sup {
  font-size: .15rem;
}

@media screen and (max-width: 768px) {
  #sec02 h2 .sup {
    font-size: .18rem;
  }
}

#sec02 h2 .base {
  font-size: .34rem;
  margin-top: .15rem;
}

@media screen and (max-width: 768px) {
  #sec02 h2 .base {
    font-size: .425rem;
  }
}

#sec02 h2 .base em {
  font-size: .19rem;
}

@media screen and (max-width: 768px) {
  #sec02 h2 .base em {
    font-size: .24rem;
    display: block;
    margin-top: .15rem;
  }
}

#sec02 .box {
  width: 48.5%;
  margin-bottom:50px;
}

@media screen and (max-width: 768px) {
  #sec02 .box {
    width: 100%;
    margin-bottom: .50rem;
  }
}

#sec02 .box h3 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: .20rem;
}

#sec02 .box h3 span {
  color: #9E005D;
  font-size: .24rem;
  display: block;
}

#sec02 .box h3 em {
  color: #662D91;
  font-size: .14rem;
}

#sec02 .box .flex picture {
  width: 49%;
  display: block;
}

#sec02 .box .flex picture:nth-of-type(1) {
  width: 100%;
  margin-bottom: .10rem;
}

#sec02 .box > p {
  margin: .10rem 0 .20rem;
  line-height: 1.5;
  min-height: 1.1rem;
}

@media screen and (max-width: 768px) {
  #sec02 .box > p {
    min-height: inherit;
    margin: .20rem 0;
  }
}

#sec02 .box > p em {
  color: #9E005D;
}

#sec02 .box ul {
  margin-bottom: .20rem;
}

#sec02 .box ul li {
  width: 23.5%;
  min-height: .7852rem;
  background: #9E005D;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: .15rem 0;
  align-items: center;
}
#sec02 .nobox{
  background: #fff !important;
}

@media screen and (max-width: 768px) {
  #sec02 .box ul li {
    width: 48%;
    margin-bottom: .15rem;
    padding: .30rem 0;
  }
}

#sec02 .box ul li p {
  width: 100%;
  margin: 0;
  line-height: 1;
}

#sec02 .box ul li p span {
  font-family: "Noto Serif JP", serif;
  display: block;
  line-height: 1;
  padding-top: .02rem;
  padding-bottom: .02rem;
}

@media screen and (max-width: 768px) {
  #sec02 .box ul li p span {
    padding-bottom: .05rem;
  }
}

#sec02 .box ul li p em {
  font-size: .084887rem;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #sec02 .box ul li p em {
    font-size: .125rem;
    line-height: 1.5;
  }
}

#sec02 .box ul li.txt-num {
  padding: .10rem 0;
}

#sec02 .box ul li.txt-num span {
  font-size: .275881rem;
}

@media screen and (max-width: 768px) {
  #sec02 .box ul li.txt-num span {
    font-size: .41rem;
  }
}

#sec02 .box ul li.txt-5 span {
  font-size: .159162rem;
}

@media screen and (max-width: 768px) {
  #sec02 .box ul li.txt-5 span {
    font-size: .24rem;
  }
}

#sec02 .box ul li.txt-2 span {
  font-size: .212216rem;
}

@media screen and (max-width: 768px) {
  #sec02 .box ul li.txt-2 span {
    font-size: .325rem;
  }
}

#sec02 .box ul li.txt-3 span {
  font-size: .190995rem;
}

@media screen and (max-width: 768px) {
  #sec02 .box ul li.txt-3 span {
    font-size: .30rem;
  }
}

#sec03 {
  margin-top: .70rem;
}

@media screen and (max-width: 768px) {
  #sec03 {
    margin-top: -.50rem;
    padding: 0 .20rem;
  }
}

#sec03 h2 .sup {
  font-size: .15rem;
}

#sec03 h2 .base {
  margin-top: .15rem;
  font-size: .30rem;
}

@media screen and (max-width: 768px) {
  #sec03 h2 .base {
    font-size: .33rem;
    line-height: 1.2;
  }
}

#sec03 .f-back {
  background-position: 100% top;
}

#sec03 .inner {
  padding-top: .10rem;
  max-width: 6.53648rem;
}

@media screen and (max-width: 768px) {
  #sec03 .inner {
    padding: 1.0rem 0 .2rem 0;
    background-size: 1.24rem;
    background-position: 47% 0%;
  }
}

#sec03 .inner > p {
  max-width: 4.10rem;
  width: 100%;
  border: 2px solid #9E005D;
  padding: .10rem;
  margin: 0 auto 0.3rem auto;
}

#sec03 .inner > p em {
  color: #9E005D;
}

#sec03 .inner ul li {
  width: 32%;
  padding-bottom: .20rem;
}

@media screen and (max-width: 768px) {
  #sec03 .inner ul li {
    width: 49%;
  }
}

#sec03 .inner ul li h3 {
  text-align: center;
  font-size: .135416rem;
  color: #662D91;
  margin-top: .10rem;
}

@media screen and (max-width: 768px) {
  #sec03 .inner ul li h3 {
    font-size: .16rem;
  }
}

#sec03 .inner ul li p {
  font-size: .12rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec03 .inner ul li p {
    font-size: .125rem;
    line-height: 1.2;
  }
}

#access {
  max-width: 8.05rem;
  width: 100%;
  margin: 0 auto;
}

#access .f-back {
  padding-top: .10rem;
  background-position: 90% top;
}

@media screen and (max-width: 768px) {
  #access .f-back {
    background: none;
  }
}

#access .map-zoom {
  text-align: center;
  color: #9E005D;
  font-size: .165rem;
  margin-top: .15rem;
}

#plan {
  max-width: 8.957201rem;
  width: 100%;
  margin: .50rem auto;
}

@media screen and (max-width: 768px) {
  #plan {
    padding: 0 .20rem;
  }
  #plan .accordion {
    display: none;
  }
}

#plan h2 .sup {
  font-size: .16rem;
  padding-bottom: .05rem;
  background-image: url("../images/line04.png");
  background-size: 1.8rem;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#plan h2 .base {
  font-family: "Noto Serif JP", serif;
  font-size: .46rem;
  margin-top: .15rem;
}

#plan .plan-tap {
  max-width: calc(3.77rem / 2);
  width: 100%;
  margin: .20rem auto .50rem auto;
  border: 1px solid #9E005D;
  color: #9E005D;
  padding: .10rem 0;
  text-align: center;
}

#plan .f-back {
  padding-top: .10rem;
  background-position: 80% top;
}

@media screen and (max-width: 768px) {
  #plan .f-back {
    padding: 1.0rem 0 .2rem 0;
    background-size: 1.24rem;
    background-position: 47% 0%;
  }
}

#plan .inner .flex > div {
  width: 31.5%;
}

@media screen and (max-width: 768px) {
  #plan .inner .flex > div {
    width: 100%;
  }
}

#plan .inner .flex > div > div {
  background: #F2F2F2;
}

#plan .inner .flex > div > div > div {
  padding: .10rem .25rem;
}

#plan .inner .flex > div > div > div > p {
  font-size: .10rem;
  line-height: 1.5;
  min-height: .60rem;
}

#plan .inner .flex > div > div > div > p em {
  color: #9E005D;
}

#plan .inner .flex > div h3 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  padding: .05rem 0;
  font-size: .18rem;
}

@media screen and (max-width: 768px) {
  #plan .inner .flex > div h3 {
    font-size: calc(.546rem /2);
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .flex > div h3 .plan-price {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    line-height: 1;
  }
  #plan .inner .flex > div h3 .plan-price2 {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    line-height: 1;
  }
  #plan .inner .flex > div h3 .plan-price span {
    line-height: 1;
    display: block;
  }
  #plan .inner .flex > div h3 .plan-price span:nth-of-type(1) {
    font-size: calc(1.34rem /2);
  }
  #plan .inner .flex > div h3 .plan-price span:nth-of-type(2) {
    text-align: center;
  }
  #plan .inner .flex > div h3 .plan-price span:nth-of-type(2) em {
    font-size: calc(.60rem /2);
  }
  #plan .inner .flex > div h3 .plan-price span:nth-of-type(2) em.tax {
    font-size: calc(.27rem /2);
  }
  #plan .inner .flex > div h3 .plan-price2 span:nth-of-type(1) em.tax2 {
    font-size: calc(.27rem /2);
  }
  #plan .inner .flex > div h3 .plan-price2 span em.tax2 {
    font-size: calc(.27rem /2);
  }
  #plan .inner .flex > div h3 picture {
    display: block;
    max-width: .44rem;
    width: 100%;
    margin: .15rem auto;
  }
}

#plan .inner .flex > div.cremation h3 {
  background: #8CC63F;
}

#plan .inner .flex > div.oneday h3 {
  background: #9E005D;
}

#plan .inner .flex > div.family h3 {
  background: #662D91;
}

#plan .plan-price {
  margin-top: .20rem;
  margin-bottom: .30rem;
}

#plan .plan-price dt {
  font-family: "Noto Serif JP", serif;
  font-size: .13rem;
  color: #9E005D;
  text-align: center;
}

#plan .plan-other dt {
  font-family: "Noto Serif JP", serif;
  font-size: .13rem;
  color: #9E005D;
  text-align: center;
}

#plan .plan-price dd {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#plan .plan-price dd span {
  line-height: 1.2;
  display: block;
  color: #9E005D;
}

#plan .plan-price dd span:nth-of-type(1) {
  font-size: .49rem;
}

#plan .plan-price dd span:nth-of-type(2) {
  text-align: center;
}

#plan .plan-price dd span:nth-of-type(2) em {
  font-size: .22rem;
}

#plan .plan-price dd span:nth-of-type(2) em.tax {
  font-size: .10rem;
}

#plan .plan-list li {
  width: 46%;
  text-align: center;
  font-size: .12rem;
  margin-bottom: .15rem;
  line-height: 1.3;
}

#plan .plan-list li em {
  color: #9E005D;
}

#plan .plan-list li h4 {
  margin-top: .05rem;
}

#plan .plan-list li h4 span {
  font-size: .09rem;
}

#plan .plan-sup dt {
  border: 1px solid #9E005D;
  color: #9E005D;
  padding: .02rem;
  font-size: .12rem;
  text-align: center;
  margin-bottom: .10rem;
}

#plan .plan-sup dd {
  font-size: .12rem;
}

#plan .plan-sup dd:before {
  content: "・";
  display: inline-block;
}

#plan .plan-other {
  margin-top: .30rem;
}

#plan .plan-other h4 {
  text-align: center;
  margin-bottom: .02rem;
}

#plan .plan-other .flex {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

#plan .plan-other .flex div {
  width: 49%;
}

#plan .plan-other .flex div p {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#plan .plan-other .flex div p span {
  line-height: 1.2;
  display: block;
  color: #9E005D;
}

#plan .plan-other .flex div p span:nth-of-type(1) {
  font-size: .49rem;
}

#plan .plan-other .flex div p span:nth-of-type(2) {
  text-align: center;
}

#plan .plan-other .flex div p span:nth-of-type(2) em {
  font-size: .22rem;
}

#plan .plan-other .flex div p span:nth-of-type(2) em.tax {
  font-size: .10rem;
}

#plan .plan-other h5 {
  background: #8CC63F;
  color: #fff;
  padding: .02rem 0;
  text-align: center;
  font-size: .12rem;
}

#faq {
  margin-top: .80rem;
  padding: 0 .25rem;
}

@media screen and (max-width: 768px) {
  #faq {
    margin-top: 0;
  }
}

#faq .f-back {
  background-position: 75% top;
}

@media screen and (max-width: 768px) {
  #faq .f-back {
    padding: 1.0rem 0 .2rem 0;
    background-size: 1.24rem;
    background-position: 47% 0%;
  }
}

#faq h2 {
  margin-bottom: .80rem;
}

#faq h2 .sup {
  font-size: .16rem;
  padding-bottom: .05rem;
  background-image: url("../images/line04.png");
  background-size: 1.8rem;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#faq h2 .base {
  font-family: "Noto Serif JP", serif;
  margin-top: .15rem;
  font-size: .40rem;
}

#faq .flex:after {
  content: "";
  display: block;
  width: 30%;
}

#faq .flex li {
  width: 30%;
  margin-bottom: .60rem;
}

@media screen and (max-width: 768px) {
  #faq .flex li {
    width: 100%;
  }
}

#faq .flex li h3 {
  color: #662D91;
  font-size: .16rem;
  border-bottom: 1px solid #662D91;
  padding-bottom: .05rem;
  min-height: .70rem;
}

@media screen and (max-width: 768px) {
  #faq .flex li h3 {
    font-size: calc(.379rem /2);
    min-height: inherit;
  }
}

#faq .flex li p {
  margin-top: .05rem;
  font-size: .14rem;
}

@media screen and (max-width: 768px) {
  #faq .flex li p {
    font-size: calc(.2607rem /2);
  }
}

#faq .flex li p em {
  color: #9E005D;
}

#staff .flex.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  #staff {
    padding-top: 1.50rem;
    margin-top: -.50rem;
    background-image: url("../images/flower.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: calc(3.13rem /2);
  }
  #staff .flex.sp-only {
    display: flex;
  }
}

#staff h2 .sup01 {
  font-size: .16rem;
  padding-bottom: .03rem;
  display: block;
  background-image: url("../images/line02.png");
  background-size: 3.6rem;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#staff h2 .sup02 {
  font-size: .16rem;
  padding-bottom: .03rem;
  display: block;
  background-image: url("../images/line01.png");
  background-size: 2.6rem;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#staff h2 .base {
  margin-top: .20rem;
  font-size: .40rem;
  font-family: "Noto Serif JP", serif;
}

#staff figure {
  display: block;
  width: 33.333333%;
}

@media screen and (max-width: 768px) {
  #staff figure {
    width: 100%;
  }
}

#staff figure figcaption {
  font-family: "Noto Serif JP", serif;
  z-index: 1;
  bottom: .15rem;
  left: .15rem;
  line-height: 1.5;
}

#staff figure figcaption em {
  font-size: .08rem;
  display: block;
}

@media screen and (max-width: 768px) {
  #staff figure figcaption em {
    font-size: calc(.28rem /2);
  }
}

#staff figure figcaption span {
  font-size: .12rem;
}

@media screen and (max-width: 768px) {
  #staff figure figcaption span {
    font-size: calc(.37rem/2);
  }
}

#staff figure:nth-of-type(3) figcaption, #staff figure:nth-of-type(5) figcaption, #staff figure:nth-of-type(6) figcaption {
  left: inherit;
  right: .15rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #staff figure:nth-of-type(3) figcaption, #staff figure:nth-of-type(5) figcaption, #staff figure:nth-of-type(6) figcaption {
    right: inherit;
  }
}

#staff figure:nth-of-type(5) figcaption {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #staff figure:nth-of-type(2) {
    color: #fff;
    order: -1;
  }
  #staff figure:nth-of-type(5) {
    order: 1;
  }
  #staff figure:nth-of-type(1) figcaption, #staff figure:nth-of-type(2) figcaption, #staff figure:nth-of-type(6) figcaption {
    left: .15rem;
    right: inherit;
    text-align: left;
  }
  #staff figure:nth-of-type(3) figcaption, #staff figure:nth-of-type(5) figcaption {
    right: .15rem;
    left: inherit;
  }
}

#staff .staff-contents h3 {
  color: #662D91;
  text-align: center;
}

#staff .staff-contents h3 .sup {
  font-size: .227rem;
  letter-spacing: .02rem;
}

#staff .staff-contents h3 .sup em {
  font-size: .482rem;
  display: inline-block;
  margin: 0 .05rem;
}

#staff .staff-contents h3 .base {
  display: block;
  color: #9E005D;
  font-family: "Noto Serif JP", serif;
  font-size: .34rem;
  padding-left: .30rem;
  font-weight: 500;
  background-image: url("../images/line02.png");
  background-size: 4.6rem;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #staff .staff-contents h3 .base {
    font-size: calc(.58rem /2);
    padding-left: 0;
    background-size: 3.0rem;
  }
}

@media screen and (max-width: 768px) {
  #staff .staff-contents h3 .base em:nth-of-type(1) {
    display: block;
    background-image: url("../images/line01.png");
    background-size: 1.5rem;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

#staff .staff-message {
  margin-top: .30rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  #staff .staff-message {
    font-size: calc(.32rem / 2);
    text-align: left;
    line-height: 1.8;
    letter-spacing: .02rem;
  }
}

#staff .staff-message em {
  color: #9E005D;
}

@media screen and (max-width: 768px) {
  #staff .staff-message em {
    color: inherit;
  }
}

#staff table {
  max-width: 4.49rem;
  width: 100%;
  margin: .50rem auto;
  border-top: 1px dotted #000;
}

@media screen and (max-width: 768px) {
  #staff table {
    border: none;
  }
}

#staff table th, #staff table td {
  font-size: .13rem;
  border-bottom: 1px dotted #000;
  padding: .15rem 0;
}

@media screen and (max-width: 768px) {
  #staff table th, #staff table td {
    width: 100%;
    display: block;
    border: none;
  }
}

#staff table th {
  width: 1.5rem;
}

@media screen and (max-width: 768px) {
  #staff table th {
    width: 100%;
    padding: .15rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  #staff table td {
    padding: 0 0 .15rem;
    border-bottom: 1px dotted #000;
  }
}

#staff .staff-after {
  max-width: 4.49rem;
  width: 100%;
  margin: 0 auto .50rem auto;
  font-size: .11rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #staff .staff-after {
    font-size: calc(.26rem / 2);
  }
}

@media screen and (max-width: 768px) {
  #voice .inner {
    padding: 1.0rem .25rem .2rem;
    background-image: url("../images/back_f.png");
    background-position: 47% 0;
    background-repeat: no-repeat;
    background-size: 1.24rem;
  }
}

#voice h2 {
  margin-bottom: .50rem;
}

#voice h2 .sup {
  font-size: .16rem;
  padding-bottom: .05rem;
  background-image: url("../images/line02.png");
  background-size: 3.6rem;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#voice h2 .base {
  margin-top: .15rem;
  font-family: "Noto Serif JP", serif;
  font-size: .38rem;
  color: #662D91;
}

@media screen and (max-width: 768px) {
  #voice h2 .base {
    line-height: 1.2;
  }
}

#voice .flex li {
  width: 30%;
  padding: .30rem;
  background-image: url("../images/voice_back.png");
}

@media screen and (max-width: 768px) {
  #voice .flex li {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}

#voice .flex li h3 {
  font-family: "Noto Serif JP", serif;
  font-size: .17rem;
  line-height: 1.5;
  color: #662D91;
  margin-bottom: .20rem;
}

@media screen and (max-width: 768px) {
  #voice .flex li h3 {
    font-size: calc(.37rem / 2);
  }
}

#voice .flex li p {
  font-size: .14rem;
  line-height: 1.8;
  letter-spacing: .005rem;
}

@media screen and (max-width: 768px) {
  #voice .flex li p {
    font-size: calc(.26rem /2);
  }
}

#voice .flex li p em {
  color: #9E005D;
}

#restraint {
  margin-top: .60rem;
}

@media screen and (max-width: 768px) {
  #restraint {
    margin-top: -.50rem;
    padding: 0 .25rem;
  }
}

#restraint .f-back {
  background-image: url("../images/flower02.png");
  background-position: 92% 2%;
  background-size: 1.71rem;
}

@media screen and (max-width: 768px) {
  #restraint .f-back {
    padding: 1.0rem 0 .2rem 0;
    background-image: url("../images/back_f.png");
    background-size: 1.24rem;
    background-position: 47% 0%;
  }
}

#restraint h2 {
  margin-bottom: .50rem;
}

#restraint h2 .sup01 {
  font-size: .16rem;
  padding-bottom: .03rem;
  display: block;
  background-image: url("../images/line01.png");
  background-size: 2.6rem;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#restraint h2 .sup02 {
  font-size: .16rem;
  padding-bottom: .03rem;
  display: block;
  background-image: url("../images/line01.png");
  background-size: 2.0rem;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#restraint h2 .base {
  margin-top: .20rem;
  font-size: .40rem;
  font-family: "Noto Serif JP", serif;
  font-size: calc(.61rem /2);
}

#restraint .flex {
  margin-bottom: .80rem;
}

@media screen and (max-width: 768px) {
  #restraint .flex {
    margin-bottom: 0;
  }
}

#restraint .flex li {
  width: 32%;
  background: #F2F2F2;
  padding: .25rem;
  margin-bottom: .30rem;
}

@media screen and (max-width: 768px) {
  #restraint .flex li {
    width: 100%;
  }
}

#restraint .flex li h3 {
  font-size: .19rem;
  font-family: "Noto Serif JP", serif;
  color: #662D91;
  line-height: 1.5;
  margin-bottom: .20rem;
}

@media screen and (max-width: 768px) {
  #restraint .flex li h3 {
    margin-top: .05rem;
    font-size: calc(.405rem /2);
  }
}

#restraint .flex li p {
  font-size: .14rem;
  letter-spacing: .005rem;
}

@media screen and (max-width: 768px) {
  #restraint .flex li p {
    font-size: calc(.25rem /2);
  }
}

#restraint .flex li p em {
  color: #9E005D;
}

#restraint .flex li picture {
  display: block;
  text-align: center;
}

#restraint .flex li picture img {
  width: .70rem;
}

#form {
  margin-top: .80rem;
}

#form h2 {
  font-size: .30rem;
  text-align: center;
  color: #662D91;
}

#form table {
  max-width: 6.50rem;
  width: 100%;
  margin: .50rem auto;
  border-top: 1px dotted #000;
}

@media screen and (max-width: 768px) {
  #form table {
    border: none;
  }
}

#form table th, #form table td {
  font-size: .13rem;
  border-bottom: 1px dotted #000;
  padding: .15rem .10rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #form table th, #form table td {
    border: none;
    padding: .10 0;
    display: block;
  }
}

#form table th {
  width: 2.2rem;
  font-size: .14rem;
  vertical-align: middle;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #form table th {
    font-size: calc(.35rem /2);
    width: 100%;
    padding-bottom: 0;
  }
}

#form table th.v-top {
  vertical-align: top;
}

#form table td .flex {
  justify-content: inherit;
  align-items: center;
}

#form table td .flex input {
  width: 1.05rem;
  margin: 0 .05rem;
}

#form table td p {
  margin-top: .05rem;
}

@media screen and (max-width: 768px) {
  #form table td {
    width: 100%;
  }
}

#form table .require {
  background: #662D91;
  color: #fff;
  float: right;
  font-size: .1105rem;
  padding: .02rem .10rem;
}

@media screen and (max-width: 768px) {
  #form table .require {
    clear: both;
    float: none;
    display: inline-block;
    margin-left: .10rem;
    font-size: calc(.235rem /2);
    padding: .05rem .10rem;
  }
}

#form table input, #form table textarea {
  border: none;
}

#form table .w-full {
  width: 100%;
}

#form table input[type="text"], #form table input[type="email"], #form table input[type="tel"], #form table textarea {
  background: #f2f2f2;
  height: .30rem;
}

#form table textarea {
  width: 100%;
  height: 1.30rem;
}

#form input[type="submit"] {
  display: block;
  border: none;
  background: #662D91;
  color: #fff;
  text-align: center;
  height: .60rem;
  width: 2.86rem;
  margin: .50rem auto;
  border-radius: 5px;
  font-size: .22rem;
}

.request {
  margin-top: .30rem;
}

@media screen and (max-width: 768px) {
  .request .inner {
    padding: 0;
  }
}

.request h2 {
  text-align: center;
  color: #9E005D;
  font-size: .22rem;
  line-height: 1;
  margin-bottom: .20rem;
}

.request h2:before {
  content: "＊＊＊＊";
  display: inline-block;
  margin-right: .15rem;
}

@media screen and (max-width: 768px) {
  .request h2:before {
    content: "";
    margin-right: inherit;
  }
}

.request h2:after {
  content: "＊＊＊＊";
  margin-left: .15rem;
}

@media screen and (max-width: 768px) {
  .request h2:after {
    content: "";
    margin-right: inherit;
  }
}

.request .flex {
  margin-bottom: .50rem;
  flex-direction: row-reverse;
}

.request .flex div {
  width: 49%;
  padding: .20rem;
}

@media screen and (max-width: 768px) {
  .request .flex div {
    width: 100%;
  }
}

.request .flex div picture {
  text-align: center;
  display: block;
}

.request .flex div img {
  max-height: .376rem;
}

.request .flex div p {
  text-align: center;
  margin-top: .15rem;
  line-height: 1;
}

.request .flex div h3 {
  text-align: center;
  color: #fff;
  font-size: .14rem;
  border-radius: 5px;
  margin-bottom: .20rem;
}

.request .flex div.request-tel {
  background: rgba(191, 214, 150, 0.26);
}

.request .flex div.request-tel h3 {
  background: #009245;
}

.request .flex div.request-form {
  background: rgba(211, 178, 237, 0.26);
}

.request .flex div.request-form h3 {
  background: #662D91;
}

@media screen and (max-width: 768px) {
  .request .request-coupon {
    padding: 0 .20rem;
    width: 100%;
    display: block;
  }
}

footer {
  margin-top: .80rem;
  width: 100%;
  border-top: 30px solid #9E005D;
  text-align: center;
  padding-bottom: .10rem;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 1.3rem;
  }
}

footer picture {
  display: block;
  width: 2.467rem;
  margin: .50rem auto;
}

@media screen and (max-width: 768px) {
  footer picture {
    width: 100%;
  }
}

footer .f-address {
  font-size: .14rem;
  margin-bottom: .20rem;
}

@media screen and (max-width: 768px) {
  footer .f-address {
    font-size: calc(.26rem / 2);
  }
}

footer dl {
  font-size: .14rem;
  margin-bottom: .50rem;
}

@media screen and (max-width: 768px) {
  footer dl {
    font-size: calc(.26rem /2);
  }
}

footer .f-coupon {
  font-size: .14rem;
}

footer .f-coupon em:nth-of-type(1) {
  color: #009245;
}

footer .f-coupon em:nth-of-type(2) {
  color: #662D91;
}

footer .f-coupon picture {
  max-width: 1.756014rem;
  width: 100%;
  margin: .10rem auto;
}

footer .f-contact {
  width: 3.064661rem;
  margin: .50rem auto;
}

footer .f-contact li:nth-of-type(1) {
  background: #009245;
  color: #fff;
  border-radius: 5px;
  padding: .05rem 0;
  text-align: center;
  font-size: .1250rem;
}

footer .f-contact li picture {
  width: 95%;
  margin-top: .20rem;
}

footer small {
  font-size: .10rem;
}

#cta.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  #cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
  }
  #cta.sp-only {
    display: flex;
  }
  #cta .data-area {
    background: rgba(211, 178, 237, 0.26);
    width: 50%;
    padding: 0.25rem 0 0;
    text-align: center;
    color: #fff;
  }
  #cta .data-area img {
    max-width: 1.85rem;
    width: 33%;
  }
  #cta .tel-area {
    background: rgba(191, 214, 150, 0.26);
    width: 50%;
    padding: .20rem .0;
    text-align: center;
    color: #fff;
  }
  #cta .tel-area img {
    max-width: 2.04rem;
    width: 40%;
  }
}

nav {
  width: 100%;
  padding: .25rem;
}

nav li {
  width: 48%;
  margin-bottom: .20rem;
  border: 1px solid #662D91;
  color: #662D91;
  text-align: center;
  border-radius: 2px;
}

nav li a {
  font-size: calc(.31rem / 2);
  padding: .05rem 0;
  display: block;
}

#thanks {
  max-width: 4.32rem;
  width: 100%;
  margin: .50rem auto;
  padding-top: 1.50rem;
  background-image: url("../images/flower.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #thanks {
    padding: 1.50rem .25rem 0;
  }
}

#thanks h2 {
  margin-bottom: .10rem;
}

#thanks h2 .sup {
  font-size: .30rem;
  background-image: url("../images/line02.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 3.5rem;
}

@media screen and (max-width: 768px) {
  #thanks h2 .sup {
    font-size: .23rem;
  }
}

#thanks h2 .base {
  font-size: .30rem;
  padding-bottom: .05rem;
  margin-top: .15rem;
  background-image: url("../images/line02.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 4.5rem;
}

@media screen and (max-width: 768px) {
  #thanks h2 .base {
    font-size: .23rem;
  }
}

#thanks .delivery {
  text-align: center;
  color: #9E005D;
  font-size: .19rem;
}

#thanks .caution {
  margin-bottom: .30rem;
}

#thanks .caution h3 {
  margin-top: .50rem;
  margin-bottom: .20rem;
  text-align: center;
  font-size: .19rem;
  color: #662D91;
  padding-left: .20rem;
  background-image: url("../images/icon-caution.png");
  background-size: .32rem;
  background-position: .20rem top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #thanks .caution h3 {
    padding-top: .35rem;
    background-position: center top;
    font-size: .20rem;
    line-height: 1.5;
  }
}

#thanks .caution p {
  line-height: 2.0;
  font-size: .11rem;
  margin-bottom: .20rem;
}

@media screen and (max-width: 768px) {
  #thanks .caution p {
    font-size: .13rem;
  }
}

#thanks .caution p em {
  color: #9E005D;
}

#thanks .thanks-contact {
  max-width: 4.02rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #thanks .thanks-contact {
    max-width: inherit;
    width: calc(100% + .50rem);
    margin-left: -.25rem;
    margin-right: -.25rem;
  }
}

#thanks .thanks-contact picture {
  text-align: center;
  display: block;
}

#thanks .thanks-contact img {
  max-height: .376rem;
}

#thanks .thanks-contact p {
  text-align: center;
  margin-top: .15rem;
  line-height: 1;
}

#thanks .thanks-contact h3 {
  text-align: center;
  color: #fff;
  font-size: .14rem;
  border-radius: 5px;
  margin-bottom: .20rem;
}

#thanks .thanks-contact .request-tel {
  padding: .20rem;
  background: rgba(191, 214, 150, 0.26);
  margin-bottom: .50rem;
}

#thanks .thanks-contact .request-tel h3 {
  background: #009245;
}

#thanks .thanks-contact .request-form {
  padding: .20rem;
  background: rgba(211, 178, 237, 0.26);
  margin-bottom: .50rem;
}

#thanks .thanks-contact .request-form h3 {
  background: #662D91;
}

#thanks .thanks-contact h4 {
  font-size: .19rem;
  color: #662D91;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: .15rem;
}

#thanks .thanks-contact h4 img, #thanks .thanks-contact h4 span {
  display: block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #thanks .thanks-contact h4 {
    font-size: .20rem;
    display: block;
  }
  #thanks .thanks-contact h4 span {
    line-height: 1.5;
    padding-top: .10rem;
  }
  #thanks .thanks-contact h4 img {
    display: inline;
    width: .70rem;
    max-height: inherit;
  }
}

@media screen and (max-width: 768px) {
  .featherlight .featherlight-close-icon {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transform-origin: right top;
            transform-origin: right top;
	  position: fixed;
  }
}

.featherlight .featherlight-content {
  padding: 0;
  border-bottom-style: none;
}

.corona-Modal {
  border-top: .3rem solid #9E005D;
  padding-top: .62rem;
  padding-right: .8rem;
  padding-left: .8rem;
  max-width: 9rem;
}

.corona-Header {
  margin-bottom: .52rem;
  padding-left: 1rem;
  position: relative;
}

.corona-Header img {
  position: absolute;
  left: -.05rem;
  top: -.1rem;
  width: .68rem;
}

.corona-Header_Title {
  font-size: .3rem;
  letter-spacing: 0.05em;
  margin-bottom: .01em;
  text-align: left;
}

.corona-Header_Title > span {
  color: #000;
  display: block;
  font-size: .2rem;
  letter-spacing: 0;
  margin-top: -.1em;
  margin-bottom: -.05rem;
}

.corona-Header_Text {
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: .05em;
}

.corona-Container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
}

.corona-Unit {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: .66rem;
  margin-bottom: .72rem;
  width: 2.08rem;
}

.corona-Unit_Title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: .2rem;
  letter-spacing: .05em;
  margin-bottom: .13rem;
  white-space: nowrap;
}

.corona-Unit_Title img {
  display: block;
  margin-bottom: .19rem;
  width: 1.29rem;
}

.corona-Unit_Text {
  font-size: .13rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.61538462;
  margin-bottom: -.04em;
}

@media screen and (max-width: 768px) {
  .corona-Modal {
    border-top-width: .15rem;
    padding-top: .14rem;
    padding-right: .25rem;
    padding-left: .25rem;
  }
  .corona-Header {
    margin-bottom: .36rem;
    padding-left: .61rem;
  }
  .corona-Header img {
    position: absolute;
    left: -.02rem;
    top: 0;
    width: .47rem;
  }
  .corona-Header_Title {
    font-size: .21rem;
    line-height: 1.42857143;
    margin-bottom: .17rem;
  }
  .corona-Header_Title > span {
    font-size: .15rem;
    margin-top: -.05rem;
    margin-bottom: .08rem;
  }
  .corona-Header_Text {
    font-size: 0.12rem;
    line-height: 1.83333333;
    margin-left: -.61rem;
  }
  .corona-Container {
    justify-content: space-between;
    margin-right: 0;
  }
  .corona-Unit {
    margin-right: 0;
    margin-bottom: .24rem;
    width: 1.45rem;
  }
  .corona-Unit_Title {
    font-size: .15rem;
    line-height: 1.33333333;
    margin-bottom: .08rem;
    text-align: center;
  }
  .corona-Unit_Title img {
    margin-bottom: .08rem;
    width: 1rem;
  }
  .corona-Unit_Text {
    font-size: .12rem;
    line-height: 1.5;
    margin-bottom: -.03em;
  }
}

#sec01 picture figcaption {
    font-family: "Noto Serif JP", serif;
    z-index: 1;
    bottom: 4.6rem;
    left: 3.96rem;
    line-height: 1.5;
}

#sec01 picture figcaption em {
    font-size: .08rem;
    display: block;
    color: #fff;
}

#sec01 picture figcaption span {
    font-size: .12rem;
    color: #fff;
}
