@charset "UTF-8";
/*===========================================================================
base
===========================================================================*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
address, img, strong, sub, sup, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
article, figcaption, figure, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, figcaption, figure, footer, header, nav, section {
  display: block;
}

ul {
  list-style: none;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

sub, sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.2em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

li {
  list-style: none;
}

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

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

a:active, a:hover {
  outline-width: 0;
}

/*--色設定--*/
.colBase {
  color: #3E3A39;
}

.colWh {
  color: #FFFFFF;
}

.colBk {
  color: #000000;
}

.colBl01 { color: #007bba; }
.colRed { color: #f00000; }

/*--フォントサイズ--*/
/*--メディアクエリ--*/
/*===========================================================================
fonts
===========================================================================*/
/*===========================================================================
layout
===========================================================================*/
@media screen and (max-width: 520px) {
  .wrapBlk01 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    margin-bottom: 10.66vw;
  }
}
@media screen and (min-width: 521px) {
  .wrapBlk01 {
    width: 960px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 521px) and (min-width: 521px) {
  .wrapBlk01 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 520px) {
  .flx > * {
    margin-bottom: 5.33vw;
  }

  .flx > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 521px) {
  .flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flx--aic {
    align-items: center;
  }

  .flx--jcc {
    justify-content: center;
  }

  .flx__od01 {
    order: 1;
  }

  .flx__od02 {
    order: 2;
  }

  .flx__w300 {
    width: 300px;
  }

  .flx__w366 {
    width: 366px;
  }

  .flx__w400 {
    width: 400px;
  }

  .flx__w465 {
    width: 465px;
  }

  .flx__w520 {
    width: 520px;
  }

  .flx__w554 {
    width: 554px;
  }

  .flx__w630 {
    width: 630px;
  }
}
/* ====================
layoutBlk01
==================== */
@media screen and (min-width: 521px) {
  .layoutBlk01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 960px;
  }
}
@media screen and (min-width: 521px) and (min-width: 521px) {
  .layoutBlk01 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 521px) {
  .layoutBlk01--01 {
    justify-content: flex-end;
    padding-right: 100px;
  }
}

@media screen and (min-width: 521px) {
  .layoutBlk01--02 {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 521px) {
  .layoutBlk01--01 .layoutBlk01__01 {
    width: 480px;
  }
}

/* ====================
layoutBlk02
==================== */
.layoutBlk02 {
  position: relative;
}
.layoutBlk02__sub01 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #997870;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 520px) {
  .layoutBlk02__sub01 {
    font-size: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk02__sub01 {
    font-size: 36px;
  }
}

.layoutBlk02__img {
  position: relative;
}
@media screen and (max-width: 520px) {
  .layoutBlk02__img {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk02__img {
    margin-bottom: 80px;
  }
}

.layoutBlk02__img:before {
  content: "";
  display: block;
  background: rgba(238,229,224,0.7);
  border-radius: 6px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  .layoutBlk02__img:before {
    width: 10.66vw;
    height: 10.66vw;
    bottom: -10.67vw;
    right: -5.34vw;
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk02__img:before {
    width: 120px;
    height: 120px;
    bottom: -100px;
    right: -80px;
  }
}

.layoutBlk02__img:after {
  content: "";
  display: block;
  background: rgba(238,229,224,0.4);
  border-radius: 12px;
  position: absolute;
  z-index: -2;
}
@media screen and (max-width: 520px) {
  .layoutBlk02__img:after {
    width: calc(100% - 2.66vw);
    height: 100%;
    bottom: -5.34vw;
    right: -2.67vw;
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk02__img:after {
    width: 1070px;
    height: 100%;
    bottom: -40px;
    right: -40px;
  }
}

.layoutBlk02__img img {
  border-radius: 12px !important;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .layoutBlk02__img img {
    transform: translateX(-21.34vw);
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk02__img img {
    transform: translateX(-160px);
  }
}

@media screen and (min-width: 521px) {
  .layoutBlk02__txt {
    text-align: right;
  }
}

/* ====================
layoutBlk03
==================== */
.layoutBlk03 {
  position: relative;
}
@media screen and (min-width: 521px) {
  .layoutBlk03 {
    min-height: 400px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.layoutBlk03--01 {
  justify-content: flex-end;
}

@media screen and (min-width: 521px) {
  .layoutBlk03__img {
    width: 600px;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 521px) {
  .layoutBlk03--01 .layoutBlk03__img {
    left: 0;
  }
}

@media screen and (min-width: 521px) {
  .layoutBlk03--02 .layoutBlk03__img {
    right: 0;
  }
}

.layoutBlk03__img img {
  border-radius: 12px !important;
}
.layoutBlk03__txt {
  background: #FFF;
}
@media screen and (max-width: 520px) {
  .layoutBlk03__txt {
    position: relative;
    margin: -8vw 2.66vw 0;
    padding: 4vw;
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk03__txt {
    width: 480px;
  }
}

@media screen and (min-width: 521px) {
  .layoutBlk03--01 .layoutBlk03__txt {
    padding: 40px 0 40px 40px;
  }
}

@media screen and (min-width: 521px) {
  .layoutBlk03--02 .layoutBlk03__txt {
    padding: 40px 40px 40px 0;
  }
}

.layoutBlk03__sub {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .layoutBlk03__sub {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk03__sub {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/* ====================
layoutBlk04
==================== */
@media screen and (min-width: 521px) {
  .layoutBlk04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.layoutBlk04__01 {
  border-radius: 12px;
  background: #ecf3ef;
}
@media screen and (max-width: 520px) {
  .layoutBlk04__01 {
    margin-bottom: 10.66vw;
    padding: 0 5.33vw 8vw;
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk04__01 {
    width: 300px;
    margin: 40px 30px 0 0;
    padding: 0 20px 40px;
  }
}

@media screen and (min-width: 521px) {
  .layoutBlk04__01:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 521px) {
  .layoutBlk04__01:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 520px) {
  .layoutBlk04__01:last-child {
    margin-bottom: 0;
  }
}
.layoutBlk04__sub {
  line-height: 1;
  color: #D1B9A0;
  font-weight: 500;
  text-align: center;
  transform: translateY(-60%);
}
@media screen and (max-width: 520px) {
  .layoutBlk04__sub {
    font-size: 4.26vw;
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk04__sub {
    font-size: 18px;
  }
}

.layoutBlk04__sub > span {
  display: inline-block;
  margin-left: 0.5em;
}
@media screen and (max-width: 520px) {
  .layoutBlk04__sub > span {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk04__sub > span {
    font-size: 28px;
  }
}

@media screen and (max-width: 520px) {
  .layoutBlk04__txt {
    padding-top: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .layoutBlk04__txt {
    padding-top: 10px;
  }
}

/* ====================
stepBlk01
==================== */
.stepBlk01__01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .stepBlk01__01 {
    padding: 5.33vw 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .stepBlk01__01 {
    padding: 10px 0;
  }
}

.stepBlk01__01:nth-child(2n) {
  background: #fdf1e4;
}
.stepBlk01__num {
  color: #D1B9A0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .stepBlk01__num {
    width: 40%;
    font-size: 4.26vw;
  }
}
@media screen and (min-width: 521px) {
  .stepBlk01__num {
    width: 180px;
    font-size: 16px;
  }
}

@media screen and (max-width: 520px) {
  .stepBlk01__num > span {
    font-size: 16vw;
  }
}
@media screen and (min-width: 521px) {
  .stepBlk01__num > span {
    font-size: 60px;
  }
}

@media screen and (max-width: 520px) {
  .stepBlk01__img {
    width: 60%;
  }
}
@media screen and (min-width: 521px) {
  .stepBlk01__img {
    width: 200px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 520px) {
  .stepBlk01__txt {
    width: 100%;
    padding: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .stepBlk01__txt {
      width: 560px; padding-right: 16px;
  }
}

/* ====================
borderBlk
==================== */
@media screen and (min-width: 521px) {
  .borderBlk01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media screen and (max-width: 520px) {
  .borderBlk01__01 {
    border-bottom: 1px dashed #D0B8A0;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 521px) {
  .borderBlk01__01 {
    width: 480px;
    border-right: 1px dashed #D0B8A0;
    padding-right: 29px;
    margin-right: 29px;
  }
}

@media screen and (min-width: 521px) {
  .borderBlk01__01:nth-child(2n) {
    width: 450px;
  }
}

.borderBlk02 {
    border-bottom: 1px dashed #D0B8A0;
}
@media screen and (max-width: 520px) {
  .borderBlk02 {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 521px) {
  .borderBlk02 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

/* ====================
centeringBlk01
==================== */
.centeringBlk01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 520px) {
  .centeringBlk01 > * {
    margin-left: 2.66vw;
    margin-right: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .centeringBlk01 > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* ====================
mapPare
==================== */
.mapPare {
  position: relative;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .mapPare {
    padding-bottom: 60vw;
  }
}
@media screen and (min-width: 521px) {
  .mapPare {
    padding-bottom: 380px;
  }
}

.mapPare iframe,
.mapPare object,
.mapPare embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ====================
bgBlk01
==================== */
.bgBlk01 {
  background: #fafafa;
}
@media screen and (max-width: 520px) {
  .bgBlk01 {
    padding: 5.33vw 0;
  }
}
@media screen and (min-width: 521px) {
  .bgBlk01 {
    padding: 40px 0;
  }
}

.bgBlk01 > .wrapBlk01:last-child {
  margin-bottom: 0;
}
/* ====================
elements
==================== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #FFF;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  color: #3E3A39;
  -webkit-text-size-adjust: 100%;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
@media screen and (max-width: 520px) {
  body {
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 521px) {
  body {
    font-size: 14px;
    min-width: 1120px;
  }
    .movie{
        position:relative;
        width:100%;
    }
    .movie iframe{
        position:absolute;
        top:0;
        right:0;
        width:100%;
        height: auto;
    }
}

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

img {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

table {
  border: none;
  border-collapse: collapse;
  font-size: 100%;
}

table caption {
  display: none;
}

td, th {
  text-align: left;
  line-height: 1.75;
}

a {
  color: #3E3A39;
  text-decoration: none;
}

a:link, a:visited {
  opacity: 1;
}

a:active, a:hover {
  opacity: 0.8;
}

a:link img, a:visited img {
  opacity: 1;
}

a:active img, a:hover img {
  opacity: 0.8;
}

a, a img {
  outline: none;
  transition: opacity 0.1s ease-in-out;
}

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

img[src$=".svg"] {
  width: auto;
}

svg {
  fill: currentColor;
}

video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  height: auto;
}

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

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
  /*color: #0600ff;*/
}

sub {
  font-size: 50%;
  vertical-align: bottom;
  position: relative;
  top: -0.1em;
  /*color: #ffae00;*/
}

/* ====================
parts
==================== */
.clfx::after {
  content: "";
  clear: both;
  display: table;
}

.fsI {
  font-style: italic;
}

.fsN {
  font-style: normal;
}

.dB {
  display: block;
}

.dIB {
  display: inline-block;
}

.ofH {
  overflow: hidden;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.aL {
  text-align: left !important;
}

.aC {
  text-align: center !important;
}

.aR {
  text-align: right !important;
}

.fwN {
  font-weight: normal !important;
}

/*Extra-Light*/
.fw100 {
  font-weight: 100 !important;
}

/*Light*/
.fw300 {
  font-weight: 300 !important;
}

/*Regular*/
.fw400 {
  font-weight: 400 !important;
}

/*Medium*/
.fw500 {
  font-weight: 500 !important;
}

/*Bold*/
.fw700 {
  font-weight: 700 !important;
}

.clB {
  clear: both !important;
}

.wSN {
  white-space: nowrap !important;
}

.lSN {
  letter-spacing: 0 !important;
}

.posR {
  position: relative;
}

.txtV {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.txtL {
  -ms-writing-mode: rl;
  writing-mode: horizontal-tb;
}

.lh100 {
  line-height: 1;
}

.lh120 {
  line-height: 1.2;
}

.lh140 {
  line-height: 1.4;
}

.ls100 {
  letter-spacing: 0.1em !important;
}

.lsM050 {
  letter-spacing: -0.05em !important;
}

.lsM100 {
  letter-spacing: -0.1em !important;
}

.lsM150 {
  letter-spacing: -0.15em !important;
}

@media screen and (max-width: 520px) {
  .spls100 {
    letter-spacing: 0.1em !important;
  }
}
@media screen and (min-width: 521px) {
  .pcls100 {
    letter-spacing: 0.1em !important;
  }
}
.noteTxt {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 520px) {
  .spLR20 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.ffMin {
  font-family: "Noto Serif JP", serif;
}

.ffGoth {
  font-family: "M PLUS 1p", sans-serif;
}

.ffCzl { font-family: 'Cinzel', serif;}
.ffOs  { font-family: 'Oswald', sans-serif;}
.ffGot { font-family: 'Noto Sans JP', sans-serif;}


article {
  position: relative;
  z-index: 0;
}

/* ====================
logo
==================== */
.logo {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.logoJp {
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .logoJp {
    font-size: 18px;
  }
    .flogoJp {
        font-size: 24px;
    }
}
@media screen and (min-width: 521px) {
  .logoJp {
    font-size: 30px;
  }
    .flogoJp {
        font-size: 30px;
    }
}

.logoEn {
  display: block;
  font-size: 12px;
  padding-top: 4px;
}
/* ====================
sub
==================== */
.pageTtl {
  position: relative;
  width: 100%;
  background: #d1b9a0;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .pageTtl {
    height: 40vw;
    margin-bottom: 10.66vw;
  }
}
@media screen and (min-width: 521px) {
  .pageTtl {
    height: 210px;
    margin-bottom: 80px;
  }
}

.pageTtl:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 520px) {
  .pageTtl:after {
    background: url(../images/page-title-bg.png) no-repeat 50% 0/auto 100%;
  }
}
@media screen and (min-width: 521px) {
  .pageTtl:after {
    background: url(../images/page-title-bg.png) repeat-x 50% 0/auto;
  }
}

.pageTtl__txt {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .pageTtl__txt {
    left: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .pageTtl__txt {
    left: 50%;
    margin-left: -440px;
  }
}

.pageTtl__jp {
  color: #FFFFFF;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 520px) {
  .pageTtl__jp {
    font-size: 5.86vw;
    margin-bottom: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .pageTtl__jp {
    font-size: 22px;
    margin-bottom: 14px;
  }
}

.pageTtl__en {
  color: #997870;
  letter-spacing: 0.05em;
}
.pageTtl__en > span {
  display: inline-block;
  background: #EEE5E0;
  border-radius: 100vw;
  line-height: 1.2;
  padding: 0.25em 3em;
}
.pageTtl__img {
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 520px) {
  .pageTtl__img {
    height: 100%;
    right: 0;
  }
}
@media screen and (min-width: 521px) {
  .pageTtl__img {
    left: 50%;
    margin-left: -60px;
  }
}

.pageTtl__img img {
  width: auto;
}
@media screen and (max-width: 520px) {
  .pageTtl__img img {
    height: 100%;
    transform: translateX(25%);
  }
}
.sub01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .sub01 {
    font-size: 6.4vw;
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 521px) {
  .sub01 {
    font-size: 24px;
    margin-bottom: 48px;
  }
}

.sub01 > span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  .sub01 > span {
    padding-top: 6.4vw;
  }
}
@media screen and (min-width: 521px) {
  .sub01 > span {
    padding-top: 48px;
  }
}

.sub01 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background: url(../images/icon-leaf01.png) no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 520px) {
  .sub01 > span:after {
    width: 35px;
    height: 30px;
  }
}
@media screen and (min-width: 521px) {
  .sub01 > span:after {
    width: 66px;
    height: 61px;
  }
}

@media screen and (max-width: 520px) {
  .sub01--01 > span:after {
    width: 20px;
    height: 15px;
  }
}
@media screen and (min-width: 521px) {
  .sub01--01 > span:after {
    width: 35px;
    height: 30px;
  }
}

.sub01__01 {
  color: #B2967D;
}
.sub02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .sub02 {
    font-size: 4.8vw;
    margin-bottom: 8.53vw;
  }
}
@media screen and (min-width: 521px) {
  .sub02 {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.sub02__bl {
  color: #73b9b9;
}
@media screen and (max-width: 520px) {
  .sub02__bl {
    font-size: 5.86vw;
  }
}
@media screen and (min-width: 521px) {
  .sub02__bl {
    font-size: 22px;
  }
}

.sub02__gn {
  color: #b2a921;
}
@media screen and (max-width: 520px) {
  .sub02__gn {
    font-size: 5.86vw;
  }
}
@media screen and (min-width: 521px) {
  .sub02__gn {
    font-size: 22px;
  }
}

.sub03 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .sub03 {
    font-size: 6.4vw;
    margin-bottom: 5.33vw;
    padding-bottom: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .sub03 {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

.sub03:after {
  content: "";
  display: block;
  height: 2px;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub03--gn:after {
  background: linear-gradient(to right, #36d177 0%, #36d177 84%, #e5eed1 84%, #e5eed1 100%);
}
.sub03--bl:after {
  background: linear-gradient(to right, #2195b2 0%, #2195b2 84%, #d1e1ee 84%, #d1e1ee 100%);
}
.sub03--br:after {
  background: linear-gradient(to right, #B2967D 0%, #B2967D 84%, #e8ddd4 84%, #e8ddd4 100%);
}
.sub03--gn .sub03__01 {
  color: #36d177;
}
.sub03--bl .sub03__01 {
  color: #2195b2;
}
.sub03--br .sub03__01 {
  color: #B2967D;
}
.pageSub01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .pageSub01 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 521px) {
  .pageSub01 {
    font-size: 24px;
    margin-bottom: 48px;
  }
}

.pageSub01 > span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  .pageSub01 > span {
    padding-top: 6.4vw;
  }
}
@media screen and (min-width: 521px) {
  .pageSub01 > span {
    padding-top: 48px;
  }
}

.pageSub01 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background: url(../images/icon-leaf01.png) no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 520px) {
  .pageSub01 > span:after {
    width: 25px;
    height: 22px;
  }
}
@media screen and (min-width: 521px) {
  .pageSub01 > span:after {
    width: 51px;
    height: 45px;
  }
}

.pageSub02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 520px) {
  .pageSub02 {
    font-size: 4.8vw;
    margin-bottom: 5.33vw;
    padding-bottom: 1.33vw;
  }
}
@media screen and (min-width: 521px) {
  .pageSub02 {
    font-size: 20px;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}

.pageSub02:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 520px) {
  .pageSub02:after {
    width: 40%;
  }
}
@media screen and (min-width: 521px) {
  .pageSub02:after {
    width: 240px;
  }
}

.pageSub02:after {
  background: linear-gradient(to right, #29bcbc 0%, #29bcbc 84%, #B9E4E4 84%, #B9E4E4 100%);
}

.pageSub02 .pageSub02__01 {
  color: #36d177;
}

.pageSub03 {
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .pageSub03 {
    font-size: 4.26vw;
    margin-bottom: 2.13vw;
  }
}
@media screen and (min-width: 521px) {
  .pageSub03 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.pageSub04 {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 520px) {
  .pageSub04 {
    font-size: 4.26vw;
    margin-bottom: 4.26vw;
  }
}
@media screen and (min-width: 521px) {
  .pageSub04 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

/* ====================
spacing
==================== */
.mB1 {
  margin-bottom: 1.5em;
}
.mB2 {
  margin-bottom: 1em;
}
/* ====================
list
==================== */
.indentList > li {
  margin-left: 1em;
  text-indent: -1em;
}
.list01 > li {
  position: relative;
  padding-left: 20px;
}
.list01 > li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #5acbc4;
  position: absolute;
  top: 0.6em;
  left: 0;
}

@media screen and (min-width: 521px) {
  .list01.col2 {
    display: flex; flex-wrap: wrap;
  }
    .list01.col2 > li {
      width: calc( (100% - 40px)/2 );
      margin: 20px 40px 0 0;
    }
    .list01.col2 > li:nth-child(-n + 2) {
      margin-top: 0;
    }
    .list01.col2 > li:nth-child(2n) {
      margin-right: 0;
    }
  .list01.col3 {
    display: flex; flex-wrap: wrap;
  }
    .list01.col3 > li {
      width: calc( (100% - 80px)/3 );
      margin: 20px 40px 0 0;
    }
    .list01.col3 > li:nth-child(-n + 3) {
      margin-top: 0;
    }
    .list01.col3 > li:nth-child(3n) {
      margin-right: 0;
    }
}



.numList > li {
  position: relative;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .numList > li {
    padding: 3.2vw 0 0 12.8vw;
    margin: 0 0 4.8vw;
  }
}
@media screen and (min-width: 521px) {
  .numList > li {
    padding: 14px 0 0 48px;
    margin: 0 0 18px;
  }
  .numList.col2 {
    display: flex; flex-wrap: wrap;
  }
    .numList.col2 > li {
      width: calc( (100% - 40px)/2 );
      margin: 20px 40px 0 0;
    }
    .numList.col2 > li:nth-child(-n + 2) {
      margin-top: 0;
    }
    .numList.col2 > li:nth-child(2n) {
      margin-right: 0;
    }
  .numList.col3 {
    display: flex; flex-wrap: wrap;
  }
    .numList.col3 > li {
      width: calc( (100% - 80px)/3 );
      margin: 20px 40px 0 0;
    }
    .numList.col3 > li:nth-child(-n + 3) {
      margin-top: 0;
    }
    .numList.col3 > li:nth-child(3n) {
      margin-right: 0;
    }
}

.numList > li:last-child {
  margin-bottom: 0;
}

.numList > li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #7fd1a2;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  .numList > li:before {
    font-size: 7.46vw;
    width: 11.2vw;
  }
}
@media screen and (min-width: 521px) {
  .numList > li:before {
    font-size: 28px;
    width: 40px;
  }
}

.numList > li:nth-child(1):before {
  content: "1.";
}

.numList > li:nth-child(2):before {
  content: "2.";
}

.numList > li:nth-child(3):before {
  content: "3.";
}

.numList > li:nth-child(4):before {
  content: "4.";
}

.numList > li:nth-child(5):before {
  content: "5.";
}
.numList > li:nth-child(6):before {
    content: "6.";
}
.numList > li:nth-child(7):before {
    content: "7.";
}
.numList > li:nth-child(8):before {
    content: "8.";
}
.numList > li:nth-child(9):before {
    content: "9.";
}
.numList > li:nth-child(10):before {
    content: "10.";
}
.numList > li:nth-child(11):before {
    content: "11.";
}
.numList > li:nth-child(12):before {
    content: "12.";
}
.numList > li:nth-child(13):before {
    content: "13.";
}
.numList > li:nth-child(14):before {
    content: "14.";
}
.numList > li:nth-child(15):before {
    content: "15.";
}
.numList > li:nth-child(16):before {
    content: "16.";
}
.numList > li:nth-child(17):before {
    content: "17.";
}
.numList > li:nth-child(18):before {
    content: "18.";
}
.numList > li:nth-child(19):before {
    content: "19.";
}
.numList > li:nth-child(20):before {
    content: "20.";
}

@media screen and (max-width: 520px) {
    .numList02  {}
    .numList02 > li { padding: 0; margin: 0 0 16px;}
    .numList02 > li:last-child { margin-bottom: 0;}
    .numList02 > li > dl > dt { font-family: 'Cinzel', serif; font-weight: 500; font-size: 4.8vw; margin-bottom: 8px; font-style: italic; line-height: 1; padding-bottom: ;}
    .numList02 > li > dl > dt > span { display: inline-block; border-bottom: #D8AE06 dashed 1px; padding-bottom: 4px;}
    .numList02 > li > dl > dt .numList02Num { font-size: 8.27vw; padding-left: 4px;}
    .numList02 > li > dl > dd { font-size: 4.27vw;}
}
@media screen and (min-width: 521px) {
    .numList02 {}
    .numList02 > li { padding: 0; margin: 0 0 32px; }
    .numList02 > li:last-child { margin-bottom: 0;}
    .numList02 > li > dl {  display: flex; flex-wrap: wrap; align-items: center;}
    .numList02 > li > dl > dt { font-family: 'Cinzel', serif; font-weight: 500; font-size: 1.8rem; font-style: italic; line-height: 1; margin-bottom: 8px; width: 140px;}
    .numList02 > li > dl > dt > span { display: inline-block; border-bottom: #D8AE06 dashed 1px; padding-bottom: 4px;}
    .numList02 > li > dl > dt .numList02Num { font-size: 3.2rem;}
    .numList02 > li > dl > dd { font-size: 1.6rem; width: calc( 100% - 140px - 24px);}
}

.twoColImg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.twoColImg > li {
  width: calc((100% - 30px) / 2);
  margin: 30px 30px 0 0;
}
.twoColImg > li img {
  width: 100%;
}
.twoColImg > li:nth-child(-n+2) {
  margin-top: 0;
}
.twoColImg > li:nth-child(2n) {
  margin-right: 0;
}
.threeColImg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.threeColImg > li {
  margin: 30px 30px 0 0;
}
.threeColImg > li img {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .threeColImg > li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 521px) {
  .threeColImg > li {
    width: calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 520px) {
  .threeColImg > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 520px) {
  .threeColImg > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 521px) {
  .threeColImg > li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 521px) {
  .threeColImg > li:nth-child(3n) {
    margin-right: 0;
  }
}

.fourColImg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fourColImg > li {
  margin: 30px 30px 0 0;
}
@media screen and (max-width: 520px) {
  .fourColImg > li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 521px) {
  .fourColImg > li {
    width: calc((100% - 90px) / 4);
  }
}

@media screen and (max-width: 520px) {
  .fourColImg > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 520px) {
  .fourColImg > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 521px) {
  .fourColImg > li:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 521px) {
  .fourColImg > li:nth-child(4n) {
    margin-right: 0;
  }
}

/* ====================
dl
==================== */
@media screen and (max-width: 520px) {
  .imgBtmDl01 {
    margin-top: -5.34vw;
  }
}
@media screen and (min-width: 521px) {
  .imgBtmDl01 {
    margin-top: -20px;
  }
}

.imgBtmDl01 > dt {
  text-align: center;
  color: #146661;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .imgBtmDl01 > dt {
    margin-bottom: 2.13vw;
  }
}
@media screen and (min-width: 521px) {
  .imgBtmDl01 > dt {
    margin-bottom: 8px;
  }
}

.imgBtmDl01 > dt > span {
  display: inline-block;
  background: #FFF;
  border-radius: 100vw;
  padding: 0.75em 0.75em;
}
@media screen and (max-width: 520px) {
  .imgBtmDl01 > dt > span {
    min-width: 53.33vw;
  }
}
@media screen and (min-width: 521px) {
  .imgBtmDl01 > dt > span {
    min-width: 200px;
  }
}

@media screen and (max-width: 520px) {
  .imgBtmDl01 > dd {
    padding: 0 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .imgBtmDl01 > dd {
    padding: 0 20px;
  }
}

@media screen and (max-width: 520px) {
  .dl01 > dt {
    margin-bottom: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .dl01 > dt {
    margin-bottom: 20px;
  }
}

.dl01 > dt > span {
  display: inline-block;
  border-radius: 100vw;
  background: #B9E4E4;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
}
/* ====================
btn
==================== */
.btnList01 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 521px) {
  .btnList01 {
    justify-content: center;
  }
}

.btnList01 > li {
  margin: 16px 16px 0 0;
}
@media screen and (max-width: 520px) {
  .btnList01 > li {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (min-width: 521px) {
  .btnList01 > li {
    width: 200px;
  }
}

@media screen and (max-width: 520px) {
  .btnList01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 521px) {
  .btnList01 > li:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 520px) {
  .btnList01 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 521px) {
  .btnList01 > li:nth-child(4n) {
    margin-right: 0;
  }
}

.btn01 {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.28;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .btn01 {
    font-size: 3.46vw;
  }
}
.btn01:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 17px 17px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.btn01 > span {
  display: inline-block;
  padding: 10px 0;
}
.btn01--pk {
  border: #dbcaaf solid 2px;
  color: #bfac8f;
}
.btn01--pk:after {
  border-color: transparent transparent #dbcaaf transparent;
}
.btn01--gn {
  border: #98e3e3 solid 2px;
  color: #73b9b9;
}
.btn01--gn:after {
  border-color: transparent transparent #98e3e3 transparent;
}
.btn02 {
  display: inline-block;
  color: #FFF;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  font-weight: 500;
}
.btn02--gn {
  background: #07b050;
}
.btn02--bl {
  background: #2195b2;
}
.btn02--br {
  background: #B2967D;
}
.btn02--wh {
  background: #fff;
  color: #B2967D;
}
.btn02 > span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  .btn02 > span {
    padding-right: 40px;
  }
}
@media screen and (min-width: 521px) {
  .btn02 > span {
    padding-right: 52px;
  }
}

.btn02 > span:after {
  content: "";
  display: block;
  background: url(../images/icon-arrow-wh01.svg) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 34px;
  height: 8px;
}
.btn02.btn02--wh > span:after {
  background: url(../images/icon-arrow-br01.svg) no-repeat 0 0/100% 100%;
}
.btnArrow {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
  display: block;
}
@media screen and (max-width: 520px) {
  .btnArrow {
    font-size: 4.26vw;
  }
}
@media screen and (min-width: 521px) {
  .btnArrow {
    font-size: 16px;
  }
}

.btnArrow > span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  .btnArrow > span {
    padding-right: 40px;
  }
}
@media screen and (min-width: 521px) {
  .btnArrow > span {
    padding-right: 52px;
  }
}

.btnArrow > span:after {
  content: "";
  display: block;
  background: url(../images/icon-arrow-bl01.svg) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 34px;
  height: 8px;
}

.btnArrow2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
  display: block;
}
@media screen and (max-width: 520px) {
  .btnArrow2 {
    font-size: 4.26vw;
  }
}
@media screen and (min-width: 521px) {
  .btnArrow2 {
    font-size: 16px;
  }
}

.btnArrow2 > span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  .btnArrow2 > span {
    padding-right: 40px;
  }
}
@media screen and (min-width: 521px) {
  .btnArrow2 > span {
    padding-right: 52px;
  }
}

.btnArrow2 > span:after {
  content: "";
  display: block;
  background: url(../images/icon-arrow-br02.svg) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 34px;
  height: 8px;
}
.externalLink {
  display: inline-block;
  border-bottom: 1px dashed;
  padding-left: 24px;
  position: relative;
}
.externalLink:before {
  content: "";
  display: block;
  width: 19px;
  height: 16px;
  background: url(../images/icon-external.svg) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0.3em;
  left: 0;
}
/* ====================
table
==================== */
@media screen and (max-width: 520px) {
  .tableWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tableWrap::-webkit-scrollbar {
    height: 5px;
  }

  .tableWrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .tableWrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
.cell_w15 {
  width: 15%;
}

.cell_w25 {
  width: 25%;
}

.cell_w30 {
    width: 30%;
}

.cell_w35 {
    width: 35%;
}

.cell_w40 {
  width: 40%;
}

.cell_w50 {
  width: 50%;
}

/* ====================
table01
==================== */
@media screen and (max-width: 520px) {
  .table01 {
    width: 960px;
  }
}
@media screen and (min-width: 521px) {
  .table01 {
    width: 100%;
  }
}

.table01 th, .table01 td {
  line-height: 1.4;
  padding: 12px;
  border: #D1B9A0 solid 1px;
  font-weight: 400;
  border-left: none;
}
.table01 th:last-child, .table01 td:last-child {
  border-right: none;
}
.table01 tr:nth-child(1) th[scope=col] {
  border: none;
  border-right: #FFF solid 4px;
  border-bottom: #FFF solid 4px;
  background: #e6c5a2;
  color: #FFF;
  font-weight: 500;
}
.table01 tr:nth-child(1) th[scope=col]:last-child {
  border-right: none;
}
.table01 th [scope=row] {
  background: #ecfcf5;
  font-weight: 500;
}
.table01 tr [scope=row] {
    background: #ecfcf5;
    font-weight: 500;
}
/* ====================
case
==================== */
@media screen and (min-width: 521px) {
  .caseBlk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 520px) {
  .caseBlk__before {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 521px) {
  .caseBlk__before {
    margin-right: 20px;
  }
}

.caseBlk__beforeImg {
  position: relative;
}
@media screen and (max-width: 520px) {
  .caseBlk__before { position: relative; padding-bottom: 30px}
  .caseBlk__beforeImg {
    /* padding-bottom: 30px; */
  }
  .caseBlk__before:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #7fd1a2;
    border-right: 2px solid #7fd1a2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

}
@media screen and (min-width: 521px) {
  .caseBlk__beforeImg {
    padding-right: 40px;
  }
  .caseBlk__beforeImg:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #7fd1a2;
    border-right: 2px solid #7fd1a2;
    position: absolute;
  }
}


.caseBlk__txt{
  text-align: center;
}

@media screen and (max-width: 520px) {

  .caseBlk__txt{ font-size: 3.73vw; padding-top: 2.13vw;}

}
@media screen and (min-width: 521px) {
  .caseBlk__beforeImg:after {
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-4px) rotate(-45deg);
  }
  .caseBlk__txt{ font-size: 16px; padding-top: 8px;}
  .caseBlk__beforeImg+.caseBlk__txt{
    padding-right: 40px;
  }
}

@media screen and (min-width: 521px) {
  .caseBlk--two .caseBlk__beforeImg img,
.caseBlk--two .caseBlk__afterImg img {
    max-width: 450px;
  }

  .caseBlk--two--s .caseBlk__beforeImg img,
.caseBlk--two--s .caseBlk__afterImg img {
    max-width: 195px;
  }

  .caseBlk--three .caseBlk__beforeImg img,
.caseBlk--three .caseBlk__afterImg img {
    max-width: 280px;
  }
}
.caseDescription {
  border: #c4e1df solid 2px;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  .caseDescription {
    padding: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .caseDescription {
    padding: 20px;
  }
}

@media screen and (max-width: 520px) {
  .caseDescription__list > li {
    margin-bottom: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .caseDescription__list > li {
    margin-bottom: 20px;
  }
}

.caseDescription__list > li:last-child {
  margin-bottom: 0;
}
.caseDescription__dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caseDescription__dl > dt {
  width: 6em;
  line-height: 1.2;
}
.caseDescription__dl > dt > span {
  display: block;
  background: #26a79f;
  border-radius: 100vw;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  padding: 0.25em 0;
}
.caseDescription__dl > dd {
  width: calc(100% - 8em);
}
@media screen and (max-width: 520px) {
  .caseDescription__txt {
    padding-top: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .caseDescription__txt {
    padding-top: 20px;
  }
}

/* ====================
cta
==================== */
.fixedBtn {
  position: fixed;
}
@media screen and (max-width: 520px) {
  .fixedBtn {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 521px) {
  .fixedBtn {
    top: 200px;
    right: 0;
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 520px) {
  .fixedBtn > li {
    width: 33.3333333333%;
    height: 100%;
    line-height: 1.2;
    border-right: #FFF solid 1px;
  }
}
@media screen and (max-width: 520px) {
  .fixedBtn > li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 520px) {
  .fixedBtn > li > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px;
    color: #FFF;
  }
}
@media screen and (min-width: 521px) {
  .fbtnTel {
    background: rgba(230, 190, 174, 0.95);
    border-radius: 8px 0 0 8px;
    padding: 16px 0;
    margin-bottom: 24px;
    line-height: 1;
    width: 220px;
    text-align: center;
    position: relative;
    color: #FFF;
  }
}

@media screen and (min-width: 521px) {
  .fbtnTel:before {
    content: "";
    display: block;
    border-radius: 8px 0 0 8px;
    border: #FFF solid 1px;
    width: 100%;
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    left: 4px;
  }
}

@media screen and (max-width: 520px) {
  .fbtnTel01 {
    display: none;
  }
}
@media screen and (min-width: 521px) {
  .fbtnTel01 {
    display: block;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 520px) {
  .fbtnTel a {
    background: rgba(230, 190, 174, 0.95);
  }
}
@media screen and (min-width: 521px) {
  .fbtnTel a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
  }
}

.fbtnTel02 > span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  .fbtnTel02 > span {
    padding-left: 20px;
  }
}
@media screen and (min-width: 521px) {
  .fbtnTel02 > span {
    padding-left: 22px;
  }
}

.fbtnTel02 > span:before {
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .fbtnTel02 > span:before {
    background: url(../images/icon-tel-wh.svg) no-repeat 0 0/100% 100%;
  }
}
@media screen and (min-width: 521px) {
  .fbtnTel02 > span:before {
    background: url(../images/icon-tel-wh.svg) no-repeat 0 0/100% 100%;
  }
}

@media screen and (max-width: 520px) {
  .fbtnTel03 {
    display: none;
  }
}
@media screen and (min-width: 521px) {
  .fbtnTel03 {
    font-size: 12px;
  }
}

@media screen and (min-width: 521px) {
  .fbtnAccess {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .fbtnAccess a {
    background: rgb(231, 216, 201);
  }
}
@media screen and (max-width: 520px) {
  .fbtnAccess a > span {
    display: inline-block;
    position: relative;
    padding-left: 28px;
  }
}
@media screen and (max-width: 520px) {
  .fbtnAccess a > span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-access.svg) no-repeat 0 0/100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
}
.fbtnCovid19 a {
  background: rgba(111, 221, 224, 0.95);
}
@media screen and (min-width: 521px) {
  .fbtnCovid19 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 100vw;
    width: 160px;
    height: 160px;
  }
}

@media screen and (min-width: 521px) {
  .fbtnCovid19 a:before {
    content: "";
    border: #fff dashed 1px;
    border-radius: 100vw;
    width: 151px;
    height: 151px;
    position: absolute;
    top: 5px;
    left: 5px;
  }
}

.fbtnCovid19 a > span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  .fbtnCovid19 a > span {
    padding-left: 30px;
  }
}
@media screen and (min-width: 521px) {
  .fbtnCovid19 a > span {
    padding-top: 52px;
    color: #fff;
    line-height: 1.28;
    font-weight: 500;
  }
}

.fbtnCovid19 a > span:before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 520px) {
  .fbtnCovid19 a > span:before {
    width: 24px;
    height: 12px;
    background: url(../images/icon-covid19.svg) no-repeat 0 0/100% 100%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 521px) {
  .fbtnCovid19 a > span:before {
    width: 82px;
    height: 42px;
    background: url(../images/icon-covid19.svg) no-repeat 0 0/100% 100%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ====================
common
==================== */
.pageArticle img {
  border-radius: 4px;
}
@media screen and (max-width: 520px) {
  .mB20 {
    margin-bottom: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .mB20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 520px) {
  .mB30 {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 521px) {
  .mB30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 520px) {
  .mB40 {
    margin-bottom: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .mB40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 520px) {
  .mB80 {
    margin-bottom: 10.66vw;
  }
}
@media screen and (min-width: 521px) {
  .mB80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 520px) {
  .spaC {
    text-align: center;
  }

  .pcDisp {
    display: none !important;
  }

  .f100sp {
    float: left;
    width: 100%;
  }

  .sppB0 {
    padding-bottom: 0vw !important;
  }

  .sppB1 {
    padding-bottom: 0.26vw !important;
  }

  .sppB2 {
    padding-bottom: 0.53vw !important;
  }

  .sppB3 {
    padding-bottom: 0.8vw !important;
  }

  .sppB4 {
    padding-bottom: 1.06vw !important;
  }

  .sppB5 {
    padding-bottom: 1.33vw !important;
  }

  .sppB6 {
    padding-bottom: 1.6vw !important;
  }

  .sppB7 {
    padding-bottom: 1.86vw !important;
  }

  .sppB8 {
    padding-bottom: 2.13vw !important;
  }

  .sppB9 {
    padding-bottom: 2.4vw !important;
  }

  .sppB10 {
    padding-bottom: 2.66vw !important;
  }

  .sppB11 {
    padding-bottom: 2.93vw !important;
  }

  .sppB12 {
    padding-bottom: 3.2vw !important;
  }

  .sppB13 {
    padding-bottom: 3.46vw !important;
  }

  .sppB14 {
    padding-bottom: 3.73vw !important;
  }

  .sppB15 {
    padding-bottom: 4vw !important;
  }

  .sppB16 {
    padding-bottom: 4.26vw !important;
  }

  .sppB17 {
    padding-bottom: 4.53vw !important;
  }

  .sppB18 {
    padding-bottom: 4.8vw !important;
  }

  .sppB19 {
    padding-bottom: 5.06vw !important;
  }

  .sppB20 {
    padding-bottom: 5.33vw !important;
  }

  .sppB21 {
    padding-bottom: 5.6vw !important;
  }

  .sppB22 {
    padding-bottom: 5.86vw !important;
  }

  .sppB23 {
    padding-bottom: 6.13vw !important;
  }

  .sppB24 {
    padding-bottom: 6.4vw !important;
  }

  .sppB25 {
    padding-bottom: 6.66vw !important;
  }

  .sppB26 {
    padding-bottom: 6.93vw !important;
  }

  .sppB27 {
    padding-bottom: 7.2vw !important;
  }

  .sppB28 {
    padding-bottom: 7.46vw !important;
  }

  .sppB29 {
    padding-bottom: 7.73vw !important;
  }

  .sppB30 {
    padding-bottom: 8vw !important;
  }

  .sppB31 {
    padding-bottom: 8.26vw !important;
  }

  .sppB32 {
    padding-bottom: 8.53vw !important;
  }

  .sppB33 {
    padding-bottom: 8.8vw !important;
  }

  .sppB34 {
    padding-bottom: 9.06vw !important;
  }

  .sppB35 {
    padding-bottom: 9.33vw !important;
  }

  .sppB36 {
    padding-bottom: 9.6vw !important;
  }

  .sppB37 {
    padding-bottom: 9.86vw !important;
  }

  .sppB38 {
    padding-bottom: 10.13vw !important;
  }

  .sppB39 {
    padding-bottom: 10.4vw !important;
  }

  .sppB40 {
    padding-bottom: 10.66vw !important;
  }

  .sppB41 {
    padding-bottom: 10.93vw !important;
  }

  .sppB42 {
    padding-bottom: 11.2vw !important;
  }

  .sppB43 {
    padding-bottom: 11.46vw !important;
  }

  .sppB44 {
    padding-bottom: 11.73vw !important;
  }

  .sppB45 {
    padding-bottom: 12vw !important;
  }

  .sppB46 {
    padding-bottom: 12.26vw !important;
  }

  .sppB47 {
    padding-bottom: 12.53vw !important;
  }

  .sppB48 {
    padding-bottom: 12.8vw !important;
  }

  .sppB49 {
    padding-bottom: 13.06vw !important;
  }

  .sppB50 {
    padding-bottom: 13.33vw !important;
  }

  .sppB51 {
    padding-bottom: 13.6vw !important;
  }

  .sppB52 {
    padding-bottom: 13.86vw !important;
  }

  .sppB53 {
    padding-bottom: 14.13vw !important;
  }

  .sppB54 {
    padding-bottom: 14.4vw !important;
  }

  .sppB55 {
    padding-bottom: 14.66vw !important;
  }

  .sppB56 {
    padding-bottom: 14.93vw !important;
  }

  .sppB57 {
    padding-bottom: 15.2vw !important;
  }

  .sppB58 {
    padding-bottom: 15.46vw !important;
  }

  .sppB59 {
    padding-bottom: 15.73vw !important;
  }

  .sppB60 {
    padding-bottom: 16vw !important;
  }

  .sppB61 {
    padding-bottom: 16.26vw !important;
  }

  .sppB62 {
    padding-bottom: 16.53vw !important;
  }

  .sppB63 {
    padding-bottom: 16.8vw !important;
  }

  .sppB64 {
    padding-bottom: 17.06vw !important;
  }

  .sppB65 {
    padding-bottom: 17.33vw !important;
  }

  .sppB66 {
    padding-bottom: 17.6vw !important;
  }

  .sppB67 {
    padding-bottom: 17.86vw !important;
  }

  .sppB68 {
    padding-bottom: 18.13vw !important;
  }

  .sppB69 {
    padding-bottom: 18.4vw !important;
  }

  .sppB70 {
    padding-bottom: 18.66vw !important;
  }

  .sppB71 {
    padding-bottom: 18.93vw !important;
  }

  .sppB72 {
    padding-bottom: 19.2vw !important;
  }

  .sppB73 {
    padding-bottom: 19.46vw !important;
  }

  .sppB74 {
    padding-bottom: 19.73vw !important;
  }

  .sppB75 {
    padding-bottom: 20vw !important;
  }

  .sppB76 {
    padding-bottom: 20.26vw !important;
  }

  .sppB77 {
    padding-bottom: 20.53vw !important;
  }

  .sppB78 {
    padding-bottom: 20.8vw !important;
  }

  .sppB79 {
    padding-bottom: 21.06vw !important;
  }

  .sppB80 {
    padding-bottom: 21.33vw !important;
  }

  .sppB81 {
    padding-bottom: 21.6vw !important;
  }

  .sppB82 {
    padding-bottom: 21.86vw !important;
  }

  .sppB83 {
    padding-bottom: 22.13vw !important;
  }

  .sppB84 {
    padding-bottom: 22.4vw !important;
  }

  .sppB85 {
    padding-bottom: 22.66vw !important;
  }

  .sppB86 {
    padding-bottom: 22.93vw !important;
  }

  .sppB87 {
    padding-bottom: 23.2vw !important;
  }

  .sppB88 {
    padding-bottom: 23.46vw !important;
  }

  .sppB89 {
    padding-bottom: 23.73vw !important;
  }

  .sppB90 {
    padding-bottom: 24vw !important;
  }

  .sppB91 {
    padding-bottom: 24.26vw !important;
  }

  .sppB92 {
    padding-bottom: 24.53vw !important;
  }

  .sppB93 {
    padding-bottom: 24.8vw !important;
  }

  .sppB94 {
    padding-bottom: 25.06vw !important;
  }

  .sppB95 {
    padding-bottom: 25.33vw !important;
  }

  .sppB96 {
    padding-bottom: 25.6vw !important;
  }

  .sppB97 {
    padding-bottom: 25.86vw !important;
  }

  .sppB98 {
    padding-bottom: 26.13vw !important;
  }

  .sppB99 {
    padding-bottom: 26.4vw !important;
  }

  .sppB100 {
    padding-bottom: 26.66vw !important;
  }

  .sppB101 {
    padding-bottom: 26.93vw !important;
  }

  .sppB102 {
    padding-bottom: 27.2vw !important;
  }

  .sppB103 {
    padding-bottom: 27.46vw !important;
  }

  .sppB104 {
    padding-bottom: 27.73vw !important;
  }

  .sppB105 {
    padding-bottom: 28vw !important;
  }

  .sppB106 {
    padding-bottom: 28.26vw !important;
  }

  .sppB107 {
    padding-bottom: 28.53vw !important;
  }

  .sppB108 {
    padding-bottom: 28.8vw !important;
  }

  .sppB109 {
    padding-bottom: 29.06vw !important;
  }

  .sppB110 {
    padding-bottom: 29.33vw !important;
  }

  .sppB111 {
    padding-bottom: 29.6vw !important;
  }

  .sppB112 {
    padding-bottom: 29.86vw !important;
  }

  .sppB113 {
    padding-bottom: 30.13vw !important;
  }

  .sppB114 {
    padding-bottom: 30.4vw !important;
  }

  .sppB115 {
    padding-bottom: 30.66vw !important;
  }

  .sppB116 {
    padding-bottom: 30.93vw !important;
  }

  .sppB117 {
    padding-bottom: 31.2vw !important;
  }

  .sppB118 {
    padding-bottom: 31.46vw !important;
  }

  .sppB119 {
    padding-bottom: 31.73vw !important;
  }

  .sppB120 {
    padding-bottom: 32vw !important;
  }

  .sppB121 {
    padding-bottom: 32.26vw !important;
  }

  .sppB122 {
    padding-bottom: 32.53vw !important;
  }

  .sppB123 {
    padding-bottom: 32.8vw !important;
  }

  .sppB124 {
    padding-bottom: 33.06vw !important;
  }

  .sppB125 {
    padding-bottom: 33.33vw !important;
  }

  .sppB126 {
    padding-bottom: 33.6vw !important;
  }

  .sppB127 {
    padding-bottom: 33.86vw !important;
  }

  .sppB128 {
    padding-bottom: 34.13vw !important;
  }

  .sppB129 {
    padding-bottom: 34.39vw !important;
  }

  .sppB130 {
    padding-bottom: 34.66vw !important;
  }

  .sppB131 {
    padding-bottom: 34.93vw !important;
  }

  .sppB132 {
    padding-bottom: 35.2vw !important;
  }

  .sppB133 {
    padding-bottom: 35.46vw !important;
  }

  .sppB134 {
    padding-bottom: 35.73vw !important;
  }

  .sppB135 {
    padding-bottom: 36vw !important;
  }

  .sppB136 {
    padding-bottom: 36.26vw !important;
  }

  .sppB137 {
    padding-bottom: 36.53vw !important;
  }

  .sppB138 {
    padding-bottom: 36.8vw !important;
  }

  .sppB139 {
    padding-bottom: 37.06vw !important;
  }

  .sppB140 {
    padding-bottom: 37.33vw !important;
  }

  .sppB141 {
    padding-bottom: 37.6vw !important;
  }

  .sppB142 {
    padding-bottom: 37.86vw !important;
  }

  .sppB143 {
    padding-bottom: 38.13vw !important;
  }

  .sppB144 {
    padding-bottom: 38.4vw !important;
  }

  .sppB145 {
    padding-bottom: 38.66vw !important;
  }

  .sppB146 {
    padding-bottom: 38.93vw !important;
  }

  .sppB147 {
    padding-bottom: 39.2vw !important;
  }

  .sppB148 {
    padding-bottom: 39.46vw !important;
  }

  .sppB149 {
    padding-bottom: 39.73vw !important;
  }

  .sppB150 {
    padding-bottom: 40vw !important;
  }

  .sppB151 {
    padding-bottom: 40.26vw !important;
  }

  .sppB152 {
    padding-bottom: 40.53vw !important;
  }

  .sppB153 {
    padding-bottom: 40.79vw !important;
  }

  .sppB154 {
    padding-bottom: 41.06vw !important;
  }

  .sppB155 {
    padding-bottom: 41.33vw !important;
  }

  .sppB156 {
    padding-bottom: 41.6vw !important;
  }

  .sppB157 {
    padding-bottom: 41.86vw !important;
  }

  .sppB158 {
    padding-bottom: 42.13vw !important;
  }

  .sppB159 {
    padding-bottom: 42.4vw !important;
  }

  .sppB160 {
    padding-bottom: 42.66vw !important;
  }

  .sppT0 {
    padding-top: 0vw !important;
  }

  .sppT1 {
    padding-top: 0.26vw !important;
  }

  .sppT2 {
    padding-top: 0.53vw !important;
  }

  .sppT3 {
    padding-top: 0.8vw !important;
  }

  .sppT4 {
    padding-top: 1.06vw !important;
  }

  .sppT5 {
    padding-top: 1.33vw !important;
  }

  .sppT6 {
    padding-top: 1.6vw !important;
  }

  .sppT7 {
    padding-top: 1.86vw !important;
  }

  .sppT8 {
    padding-top: 2.13vw !important;
  }

  .sppT9 {
    padding-top: 2.4vw !important;
  }

  .sppT10 {
    padding-top: 2.66vw !important;
  }

  .sppT11 {
    padding-top: 2.93vw !important;
  }

  .sppT12 {
    padding-top: 3.2vw !important;
  }

  .sppT13 {
    padding-top: 3.46vw !important;
  }

  .sppT14 {
    padding-top: 3.73vw !important;
  }

  .sppT15 {
    padding-top: 4vw !important;
  }

  .sppT16 {
    padding-top: 4.26vw !important;
  }

  .sppT17 {
    padding-top: 4.53vw !important;
  }

  .sppT18 {
    padding-top: 4.8vw !important;
  }

  .sppT19 {
    padding-top: 5.06vw !important;
  }

  .sppT20 {
    padding-top: 5.33vw !important;
  }

  .sppT21 {
    padding-top: 5.6vw !important;
  }

  .sppT22 {
    padding-top: 5.86vw !important;
  }

  .sppT23 {
    padding-top: 6.13vw !important;
  }

  .sppT24 {
    padding-top: 6.4vw !important;
  }

  .sppT25 {
    padding-top: 6.66vw !important;
  }

  .sppT26 {
    padding-top: 6.93vw !important;
  }

  .sppT27 {
    padding-top: 7.2vw !important;
  }

  .sppT28 {
    padding-top: 7.46vw !important;
  }

  .sppT29 {
    padding-top: 7.73vw !important;
  }

  .sppT30 {
    padding-top: 8vw !important;
  }

  .sppT31 {
    padding-top: 8.26vw !important;
  }

  .sppT32 {
    padding-top: 8.53vw !important;
  }

  .sppT33 {
    padding-top: 8.8vw !important;
  }

  .sppT34 {
    padding-top: 9.06vw !important;
  }

  .sppT35 {
    padding-top: 9.33vw !important;
  }

  .sppT36 {
    padding-top: 9.6vw !important;
  }

  .sppT37 {
    padding-top: 9.86vw !important;
  }

  .sppT38 {
    padding-top: 10.13vw !important;
  }

  .sppT39 {
    padding-top: 10.4vw !important;
  }

  .sppT40 {
    padding-top: 10.66vw !important;
  }

  .sppT41 {
    padding-top: 10.93vw !important;
  }

  .sppT42 {
    padding-top: 11.2vw !important;
  }

  .sppT43 {
    padding-top: 11.46vw !important;
  }

  .sppT44 {
    padding-top: 11.73vw !important;
  }

  .sppT45 {
    padding-top: 12vw !important;
  }

  .sppT46 {
    padding-top: 12.26vw !important;
  }

  .sppT47 {
    padding-top: 12.53vw !important;
  }

  .sppT48 {
    padding-top: 12.8vw !important;
  }

  .sppT49 {
    padding-top: 13.06vw !important;
  }

  .sppT50 {
    padding-top: 13.33vw !important;
  }

  .sppT51 {
    padding-top: 13.6vw !important;
  }

  .sppT52 {
    padding-top: 13.86vw !important;
  }

  .sppT53 {
    padding-top: 14.13vw !important;
  }

  .sppT54 {
    padding-top: 14.4vw !important;
  }

  .sppT55 {
    padding-top: 14.66vw !important;
  }

  .sppT56 {
    padding-top: 14.93vw !important;
  }

  .sppT57 {
    padding-top: 15.2vw !important;
  }

  .sppT58 {
    padding-top: 15.46vw !important;
  }

  .sppT59 {
    padding-top: 15.73vw !important;
  }

  .sppT60 {
    padding-top: 16vw !important;
  }

  .sppT61 {
    padding-top: 16.26vw !important;
  }

  .sppT62 {
    padding-top: 16.53vw !important;
  }

  .sppT63 {
    padding-top: 16.8vw !important;
  }

  .sppT64 {
    padding-top: 17.06vw !important;
  }

  .sppT65 {
    padding-top: 17.33vw !important;
  }

  .sppT66 {
    padding-top: 17.6vw !important;
  }

  .sppT67 {
    padding-top: 17.86vw !important;
  }

  .sppT68 {
    padding-top: 18.13vw !important;
  }

  .sppT69 {
    padding-top: 18.4vw !important;
  }

  .sppT70 {
    padding-top: 18.66vw !important;
  }

  .sppT71 {
    padding-top: 18.93vw !important;
  }

  .sppT72 {
    padding-top: 19.2vw !important;
  }

  .sppT73 {
    padding-top: 19.46vw !important;
  }

  .sppT74 {
    padding-top: 19.73vw !important;
  }

  .sppT75 {
    padding-top: 20vw !important;
  }

  .sppT76 {
    padding-top: 20.26vw !important;
  }

  .sppT77 {
    padding-top: 20.53vw !important;
  }

  .sppT78 {
    padding-top: 20.8vw !important;
  }

  .sppT79 {
    padding-top: 21.06vw !important;
  }

  .sppT80 {
    padding-top: 21.33vw !important;
  }

  .sppT81 {
    padding-top: 21.6vw !important;
  }

  .sppT82 {
    padding-top: 21.86vw !important;
  }

  .sppT83 {
    padding-top: 22.13vw !important;
  }

  .sppT84 {
    padding-top: 22.4vw !important;
  }

  .sppT85 {
    padding-top: 22.66vw !important;
  }

  .sppT86 {
    padding-top: 22.93vw !important;
  }

  .sppT87 {
    padding-top: 23.2vw !important;
  }

  .sppT88 {
    padding-top: 23.46vw !important;
  }

  .sppT89 {
    padding-top: 23.73vw !important;
  }

  .sppT90 {
    padding-top: 24vw !important;
  }

  .sppT91 {
    padding-top: 24.26vw !important;
  }

  .sppT92 {
    padding-top: 24.53vw !important;
  }

  .sppT93 {
    padding-top: 24.8vw !important;
  }

  .sppT94 {
    padding-top: 25.06vw !important;
  }

  .sppT95 {
    padding-top: 25.33vw !important;
  }

  .sppT96 {
    padding-top: 25.6vw !important;
  }

  .sppT97 {
    padding-top: 25.86vw !important;
  }

  .sppT98 {
    padding-top: 26.13vw !important;
  }

  .sppT99 {
    padding-top: 26.4vw !important;
  }

  .sppT100 {
    padding-top: 26.66vw !important;
  }

  .sppT101 {
    padding-top: 26.93vw !important;
  }

  .sppT102 {
    padding-top: 27.2vw !important;
  }

  .sppT103 {
    padding-top: 27.46vw !important;
  }

  .sppT104 {
    padding-top: 27.73vw !important;
  }

  .sppT105 {
    padding-top: 28vw !important;
  }

  .sppT106 {
    padding-top: 28.26vw !important;
  }

  .sppT107 {
    padding-top: 28.53vw !important;
  }

  .sppT108 {
    padding-top: 28.8vw !important;
  }

  .sppT109 {
    padding-top: 29.06vw !important;
  }

  .sppT110 {
    padding-top: 29.33vw !important;
  }

  .sppT111 {
    padding-top: 29.6vw !important;
  }

  .sppT112 {
    padding-top: 29.86vw !important;
  }

  .sppT113 {
    padding-top: 30.13vw !important;
  }

  .sppT114 {
    padding-top: 30.4vw !important;
  }

  .sppT115 {
    padding-top: 30.66vw !important;
  }

  .sppT116 {
    padding-top: 30.93vw !important;
  }

  .sppT117 {
    padding-top: 31.2vw !important;
  }

  .sppT118 {
    padding-top: 31.46vw !important;
  }

  .sppT119 {
    padding-top: 31.73vw !important;
  }

  .sppT120 {
    padding-top: 32vw !important;
  }

  .sppT121 {
    padding-top: 32.26vw !important;
  }

  .sppT122 {
    padding-top: 32.53vw !important;
  }

  .sppT123 {
    padding-top: 32.8vw !important;
  }

  .sppT124 {
    padding-top: 33.06vw !important;
  }

  .sppT125 {
    padding-top: 33.33vw !important;
  }

  .sppT126 {
    padding-top: 33.6vw !important;
  }

  .sppT127 {
    padding-top: 33.86vw !important;
  }

  .sppT128 {
    padding-top: 34.13vw !important;
  }

  .sppT129 {
    padding-top: 34.39vw !important;
  }

  .sppT130 {
    padding-top: 34.66vw !important;
  }

  .sppT131 {
    padding-top: 34.93vw !important;
  }

  .sppT132 {
    padding-top: 35.2vw !important;
  }

  .sppT133 {
    padding-top: 35.46vw !important;
  }

  .sppT134 {
    padding-top: 35.73vw !important;
  }

  .sppT135 {
    padding-top: 36vw !important;
  }

  .sppT136 {
    padding-top: 36.26vw !important;
  }

  .sppT137 {
    padding-top: 36.53vw !important;
  }

  .sppT138 {
    padding-top: 36.8vw !important;
  }

  .sppT139 {
    padding-top: 37.06vw !important;
  }

  .sppT140 {
    padding-top: 37.33vw !important;
  }

  .sppT141 {
    padding-top: 37.6vw !important;
  }

  .sppT142 {
    padding-top: 37.86vw !important;
  }

  .sppT143 {
    padding-top: 38.13vw !important;
  }

  .sppT144 {
    padding-top: 38.4vw !important;
  }

  .sppT145 {
    padding-top: 38.66vw !important;
  }

  .sppT146 {
    padding-top: 38.93vw !important;
  }

  .sppT147 {
    padding-top: 39.2vw !important;
  }

  .sppT148 {
    padding-top: 39.46vw !important;
  }

  .sppT149 {
    padding-top: 39.73vw !important;
  }

  .sppT150 {
    padding-top: 40vw !important;
  }

  .sppT151 {
    padding-top: 40.26vw !important;
  }

  .sppT152 {
    padding-top: 40.53vw !important;
  }

  .sppT153 {
    padding-top: 40.79vw !important;
  }

  .sppT154 {
    padding-top: 41.06vw !important;
  }

  .sppT155 {
    padding-top: 41.33vw !important;
  }

  .sppT156 {
    padding-top: 41.6vw !important;
  }

  .sppT157 {
    padding-top: 41.86vw !important;
  }

  .sppT158 {
    padding-top: 42.13vw !important;
  }

  .sppT159 {
    padding-top: 42.4vw !important;
  }

  .sppT160 {
    padding-top: 42.66vw !important;
  }

  .spmB0 {
    margin-bottom: 0vw !important;
  }

  .spmB1 {
    margin-bottom: 0.26vw !important;
  }

  .spmB2 {
    margin-bottom: 0.53vw !important;
  }

  .spmB3 {
    margin-bottom: 0.8vw !important;
  }

  .spmB4 {
    margin-bottom: 1.06vw !important;
  }

  .spmB5 {
    margin-bottom: 1.33vw !important;
  }

  .spmB6 {
    margin-bottom: 1.6vw !important;
  }

  .spmB7 {
    margin-bottom: 1.86vw !important;
  }

  .spmB8 {
    margin-bottom: 2.13vw !important;
  }

  .spmB9 {
    margin-bottom: 2.4vw !important;
  }

  .spmB10 {
    margin-bottom: 2.66vw !important;
  }

  .spmB11 {
    margin-bottom: 2.93vw !important;
  }

  .spmB12 {
    margin-bottom: 3.2vw !important;
  }

  .spmB13 {
    margin-bottom: 3.46vw !important;
  }

  .spmB14 {
    margin-bottom: 3.73vw !important;
  }

  .spmB15 {
    margin-bottom: 4vw !important;
  }

  .spmB16 {
    margin-bottom: 4.26vw !important;
  }

  .spmB17 {
    margin-bottom: 4.53vw !important;
  }

  .spmB18 {
    margin-bottom: 4.8vw !important;
  }

  .spmB19 {
    margin-bottom: 5.06vw !important;
  }

  .spmB20 {
    margin-bottom: 5.33vw !important;
  }

  .spmB21 {
    margin-bottom: 5.6vw !important;
  }

  .spmB22 {
    margin-bottom: 5.86vw !important;
  }

  .spmB23 {
    margin-bottom: 6.13vw !important;
  }

  .spmB24 {
    margin-bottom: 6.4vw !important;
  }

  .spmB25 {
    margin-bottom: 6.66vw !important;
  }

  .spmB26 {
    margin-bottom: 6.93vw !important;
  }

  .spmB27 {
    margin-bottom: 7.2vw !important;
  }

  .spmB28 {
    margin-bottom: 7.46vw !important;
  }

  .spmB29 {
    margin-bottom: 7.73vw !important;
  }

  .spmB30 {
    margin-bottom: 8vw !important;
  }

  .spmB31 {
    margin-bottom: 8.26vw !important;
  }

  .spmB32 {
    margin-bottom: 8.53vw !important;
  }

  .spmB33 {
    margin-bottom: 8.8vw !important;
  }

  .spmB34 {
    margin-bottom: 9.06vw !important;
  }

  .spmB35 {
    margin-bottom: 9.33vw !important;
  }

  .spmB36 {
    margin-bottom: 9.6vw !important;
  }

  .spmB37 {
    margin-bottom: 9.86vw !important;
  }

  .spmB38 {
    margin-bottom: 10.13vw !important;
  }

  .spmB39 {
    margin-bottom: 10.4vw !important;
  }

  .spmB40 {
    margin-bottom: 10.66vw !important;
  }

  .spmB41 {
    margin-bottom: 10.93vw !important;
  }

  .spmB42 {
    margin-bottom: 11.2vw !important;
  }

  .spmB43 {
    margin-bottom: 11.46vw !important;
  }

  .spmB44 {
    margin-bottom: 11.73vw !important;
  }

  .spmB45 {
    margin-bottom: 12vw !important;
  }

  .spmB46 {
    margin-bottom: 12.26vw !important;
  }

  .spmB47 {
    margin-bottom: 12.53vw !important;
  }

  .spmB48 {
    margin-bottom: 12.8vw !important;
  }

  .spmB49 {
    margin-bottom: 13.06vw !important;
  }

  .spmB50 {
    margin-bottom: 13.33vw !important;
  }

  .spmB51 {
    margin-bottom: 13.6vw !important;
  }

  .spmB52 {
    margin-bottom: 13.86vw !important;
  }

  .spmB53 {
    margin-bottom: 14.13vw !important;
  }

  .spmB54 {
    margin-bottom: 14.4vw !important;
  }

  .spmB55 {
    margin-bottom: 14.66vw !important;
  }

  .spmB56 {
    margin-bottom: 14.93vw !important;
  }

  .spmB57 {
    margin-bottom: 15.2vw !important;
  }

  .spmB58 {
    margin-bottom: 15.46vw !important;
  }

  .spmB59 {
    margin-bottom: 15.73vw !important;
  }

  .spmB60 {
    margin-bottom: 16vw !important;
  }

  .spmB61 {
    margin-bottom: 16.26vw !important;
  }

  .spmB62 {
    margin-bottom: 16.53vw !important;
  }

  .spmB63 {
    margin-bottom: 16.8vw !important;
  }

  .spmB64 {
    margin-bottom: 17.06vw !important;
  }

  .spmB65 {
    margin-bottom: 17.33vw !important;
  }

  .spmB66 {
    margin-bottom: 17.6vw !important;
  }

  .spmB67 {
    margin-bottom: 17.86vw !important;
  }

  .spmB68 {
    margin-bottom: 18.13vw !important;
  }

  .spmB69 {
    margin-bottom: 18.4vw !important;
  }

  .spmB70 {
    margin-bottom: 18.66vw !important;
  }

  .spmB71 {
    margin-bottom: 18.93vw !important;
  }

  .spmB72 {
    margin-bottom: 19.2vw !important;
  }

  .spmB73 {
    margin-bottom: 19.46vw !important;
  }

  .spmB74 {
    margin-bottom: 19.73vw !important;
  }

  .spmB75 {
    margin-bottom: 20vw !important;
  }

  .spmB76 {
    margin-bottom: 20.26vw !important;
  }

  .spmB77 {
    margin-bottom: 20.53vw !important;
  }

  .spmB78 {
    margin-bottom: 20.8vw !important;
  }

  .spmB79 {
    margin-bottom: 21.06vw !important;
  }

  .spmB80 {
    margin-bottom: 21.33vw !important;
  }

  .spmB81 {
    margin-bottom: 21.6vw !important;
  }

  .spmB82 {
    margin-bottom: 21.86vw !important;
  }

  .spmB83 {
    margin-bottom: 22.13vw !important;
  }

  .spmB84 {
    margin-bottom: 22.4vw !important;
  }

  .spmB85 {
    margin-bottom: 22.66vw !important;
  }

  .spmB86 {
    margin-bottom: 22.93vw !important;
  }

  .spmB87 {
    margin-bottom: 23.2vw !important;
  }

  .spmB88 {
    margin-bottom: 23.46vw !important;
  }

  .spmB89 {
    margin-bottom: 23.73vw !important;
  }

  .spmB90 {
    margin-bottom: 24vw !important;
  }

  .spmB91 {
    margin-bottom: 24.26vw !important;
  }

  .spmB92 {
    margin-bottom: 24.53vw !important;
  }

  .spmB93 {
    margin-bottom: 24.8vw !important;
  }

  .spmB94 {
    margin-bottom: 25.06vw !important;
  }

  .spmB95 {
    margin-bottom: 25.33vw !important;
  }

  .spmB96 {
    margin-bottom: 25.6vw !important;
  }

  .spmB97 {
    margin-bottom: 25.86vw !important;
  }

  .spmB98 {
    margin-bottom: 26.13vw !important;
  }

  .spmB99 {
    margin-bottom: 26.4vw !important;
  }

  .spmB100 {
    margin-bottom: 26.66vw !important;
  }

  .spmB101 {
    margin-bottom: 26.93vw !important;
  }

  .spmB102 {
    margin-bottom: 27.2vw !important;
  }

  .spmB103 {
    margin-bottom: 27.46vw !important;
  }

  .spmB104 {
    margin-bottom: 27.73vw !important;
  }

  .spmB105 {
    margin-bottom: 28vw !important;
  }

  .spmB106 {
    margin-bottom: 28.26vw !important;
  }

  .spmB107 {
    margin-bottom: 28.53vw !important;
  }

  .spmB108 {
    margin-bottom: 28.8vw !important;
  }

  .spmB109 {
    margin-bottom: 29.06vw !important;
  }

  .spmB110 {
    margin-bottom: 29.33vw !important;
  }

  .spmB111 {
    margin-bottom: 29.6vw !important;
  }

  .spmB112 {
    margin-bottom: 29.86vw !important;
  }

  .spmB113 {
    margin-bottom: 30.13vw !important;
  }

  .spmB114 {
    margin-bottom: 30.4vw !important;
  }

  .spmB115 {
    margin-bottom: 30.66vw !important;
  }

  .spmB116 {
    margin-bottom: 30.93vw !important;
  }

  .spmB117 {
    margin-bottom: 31.2vw !important;
  }

  .spmB118 {
    margin-bottom: 31.46vw !important;
  }

  .spmB119 {
    margin-bottom: 31.73vw !important;
  }

  .spmB120 {
    margin-bottom: 32vw !important;
  }

  .spmB121 {
    margin-bottom: 32.26vw !important;
  }

  .spmB122 {
    margin-bottom: 32.53vw !important;
  }

  .spmB123 {
    margin-bottom: 32.8vw !important;
  }

  .spmB124 {
    margin-bottom: 33.06vw !important;
  }

  .spmB125 {
    margin-bottom: 33.33vw !important;
  }

  .spmB126 {
    margin-bottom: 33.6vw !important;
  }

  .spmB127 {
    margin-bottom: 33.86vw !important;
  }

  .spmB128 {
    margin-bottom: 34.13vw !important;
  }

  .spmB129 {
    margin-bottom: 34.39vw !important;
  }

  .spmB130 {
    margin-bottom: 34.66vw !important;
  }

  .spmB131 {
    margin-bottom: 34.93vw !important;
  }

  .spmB132 {
    margin-bottom: 35.2vw !important;
  }

  .spmB133 {
    margin-bottom: 35.46vw !important;
  }

  .spmB134 {
    margin-bottom: 35.73vw !important;
  }

  .spmB135 {
    margin-bottom: 36vw !important;
  }

  .spmB136 {
    margin-bottom: 36.26vw !important;
  }

  .spmB137 {
    margin-bottom: 36.53vw !important;
  }

  .spmB138 {
    margin-bottom: 36.8vw !important;
  }

  .spmB139 {
    margin-bottom: 37.06vw !important;
  }

  .spmB140 {
    margin-bottom: 37.33vw !important;
  }

  .spmB141 {
    margin-bottom: 37.6vw !important;
  }

  .spmB142 {
    margin-bottom: 37.86vw !important;
  }

  .spmB143 {
    margin-bottom: 38.13vw !important;
  }

  .spmB144 {
    margin-bottom: 38.4vw !important;
  }

  .spmB145 {
    margin-bottom: 38.66vw !important;
  }

  .spmB146 {
    margin-bottom: 38.93vw !important;
  }

  .spmB147 {
    margin-bottom: 39.2vw !important;
  }

  .spmB148 {
    margin-bottom: 39.46vw !important;
  }

  .spmB149 {
    margin-bottom: 39.73vw !important;
  }

  .spmB150 {
    margin-bottom: 40vw !important;
  }

  .spmB151 {
    margin-bottom: 40.26vw !important;
  }

  .spmB152 {
    margin-bottom: 40.53vw !important;
  }

  .spmB153 {
    margin-bottom: 40.79vw !important;
  }

  .spmB154 {
    margin-bottom: 41.06vw !important;
  }

  .spmB155 {
    margin-bottom: 41.33vw !important;
  }

  .spmB156 {
    margin-bottom: 41.6vw !important;
  }

  .spmB157 {
    margin-bottom: 41.86vw !important;
  }

  .spmB158 {
    margin-bottom: 42.13vw !important;
  }

  .spmB159 {
    margin-bottom: 42.4vw !important;
  }

  .spmB160 {
    margin-bottom: 42.66vw !important;
  }

  .spmT0 {
    margin-top: 0vw !important;
  }

  .spmT1 {
    margin-top: 0.26vw !important;
  }

  .spmT2 {
    margin-top: 0.53vw !important;
  }

  .spmT3 {
    margin-top: 0.8vw !important;
  }

  .spmT4 {
    margin-top: 1.06vw !important;
  }

  .spmT5 {
    margin-top: 1.33vw !important;
  }

  .spmT6 {
    margin-top: 1.6vw !important;
  }

  .spmT7 {
    margin-top: 1.86vw !important;
  }

  .spmT8 {
    margin-top: 2.13vw !important;
  }

  .spmT9 {
    margin-top: 2.4vw !important;
  }

  .spmT10 {
    margin-top: 2.66vw !important;
  }

  .spmT11 {
    margin-top: 2.93vw !important;
  }

  .spmT12 {
    margin-top: 3.2vw !important;
  }

  .spmT13 {
    margin-top: 3.46vw !important;
  }

  .spmT14 {
    margin-top: 3.73vw !important;
  }

  .spmT15 {
    margin-top: 4vw !important;
  }

  .spmT16 {
    margin-top: 4.26vw !important;
  }

  .spmT17 {
    margin-top: 4.53vw !important;
  }

  .spmT18 {
    margin-top: 4.8vw !important;
  }

  .spmT19 {
    margin-top: 5.06vw !important;
  }

  .spmT20 {
    margin-top: 5.33vw !important;
  }

  .spmT21 {
    margin-top: 5.6vw !important;
  }

  .spmT22 {
    margin-top: 5.86vw !important;
  }

  .spmT23 {
    margin-top: 6.13vw !important;
  }

  .spmT24 {
    margin-top: 6.4vw !important;
  }

  .spmT25 {
    margin-top: 6.66vw !important;
  }

  .spmT26 {
    margin-top: 6.93vw !important;
  }

  .spmT27 {
    margin-top: 7.2vw !important;
  }

  .spmT28 {
    margin-top: 7.46vw !important;
  }

  .spmT29 {
    margin-top: 7.73vw !important;
  }

  .spmT30 {
    margin-top: 8vw !important;
  }

  .spmT31 {
    margin-top: 8.26vw !important;
  }

  .spmT32 {
    margin-top: 8.53vw !important;
  }

  .spmT33 {
    margin-top: 8.8vw !important;
  }

  .spmT34 {
    margin-top: 9.06vw !important;
  }

  .spmT35 {
    margin-top: 9.33vw !important;
  }

  .spmT36 {
    margin-top: 9.6vw !important;
  }

  .spmT37 {
    margin-top: 9.86vw !important;
  }

  .spmT38 {
    margin-top: 10.13vw !important;
  }

  .spmT39 {
    margin-top: 10.4vw !important;
  }

  .spmT40 {
    margin-top: 10.66vw !important;
  }

  .spmT41 {
    margin-top: 10.93vw !important;
  }

  .spmT42 {
    margin-top: 11.2vw !important;
  }

  .spmT43 {
    margin-top: 11.46vw !important;
  }

  .spmT44 {
    margin-top: 11.73vw !important;
  }

  .spmT45 {
    margin-top: 12vw !important;
  }

  .spmT46 {
    margin-top: 12.26vw !important;
  }

  .spmT47 {
    margin-top: 12.53vw !important;
  }

  .spmT48 {
    margin-top: 12.8vw !important;
  }

  .spmT49 {
    margin-top: 13.06vw !important;
  }

  .spmT50 {
    margin-top: 13.33vw !important;
  }

  .spmT51 {
    margin-top: 13.6vw !important;
  }

  .spmT52 {
    margin-top: 13.86vw !important;
  }

  .spmT53 {
    margin-top: 14.13vw !important;
  }

  .spmT54 {
    margin-top: 14.4vw !important;
  }

  .spmT55 {
    margin-top: 14.66vw !important;
  }

  .spmT56 {
    margin-top: 14.93vw !important;
  }

  .spmT57 {
    margin-top: 15.2vw !important;
  }

  .spmT58 {
    margin-top: 15.46vw !important;
  }

  .spmT59 {
    margin-top: 15.73vw !important;
  }

  .spmT60 {
    margin-top: 16vw !important;
  }

  .spmT61 {
    margin-top: 16.26vw !important;
  }

  .spmT62 {
    margin-top: 16.53vw !important;
  }

  .spmT63 {
    margin-top: 16.8vw !important;
  }

  .spmT64 {
    margin-top: 17.06vw !important;
  }

  .spmT65 {
    margin-top: 17.33vw !important;
  }

  .spmT66 {
    margin-top: 17.6vw !important;
  }

  .spmT67 {
    margin-top: 17.86vw !important;
  }

  .spmT68 {
    margin-top: 18.13vw !important;
  }

  .spmT69 {
    margin-top: 18.4vw !important;
  }

  .spmT70 {
    margin-top: 18.66vw !important;
  }

  .spmT71 {
    margin-top: 18.93vw !important;
  }

  .spmT72 {
    margin-top: 19.2vw !important;
  }

  .spmT73 {
    margin-top: 19.46vw !important;
  }

  .spmT74 {
    margin-top: 19.73vw !important;
  }

  .spmT75 {
    margin-top: 20vw !important;
  }

  .spmT76 {
    margin-top: 20.26vw !important;
  }

  .spmT77 {
    margin-top: 20.53vw !important;
  }

  .spmT78 {
    margin-top: 20.8vw !important;
  }

  .spmT79 {
    margin-top: 21.06vw !important;
  }

  .spmT80 {
    margin-top: 21.33vw !important;
  }

  .spmT81 {
    margin-top: 21.6vw !important;
  }

  .spmT82 {
    margin-top: 21.86vw !important;
  }

  .spmT83 {
    margin-top: 22.13vw !important;
  }

  .spmT84 {
    margin-top: 22.4vw !important;
  }

  .spmT85 {
    margin-top: 22.66vw !important;
  }

  .spmT86 {
    margin-top: 22.93vw !important;
  }

  .spmT87 {
    margin-top: 23.2vw !important;
  }

  .spmT88 {
    margin-top: 23.46vw !important;
  }

  .spmT89 {
    margin-top: 23.73vw !important;
  }

  .spmT90 {
    margin-top: 24vw !important;
  }

  .spmT91 {
    margin-top: 24.26vw !important;
  }

  .spmT92 {
    margin-top: 24.53vw !important;
  }

  .spmT93 {
    margin-top: 24.8vw !important;
  }

  .spmT94 {
    margin-top: 25.06vw !important;
  }

  .spmT95 {
    margin-top: 25.33vw !important;
  }

  .spmT96 {
    margin-top: 25.6vw !important;
  }

  .spmT97 {
    margin-top: 25.86vw !important;
  }

  .spmT98 {
    margin-top: 26.13vw !important;
  }

  .spmT99 {
    margin-top: 26.4vw !important;
  }

  .spmT100 {
    margin-top: 26.66vw !important;
  }

  .spmT101 {
    margin-top: 26.93vw !important;
  }

  .spmT102 {
    margin-top: 27.2vw !important;
  }

  .spmT103 {
    margin-top: 27.46vw !important;
  }

  .spmT104 {
    margin-top: 27.73vw !important;
  }

  .spmT105 {
    margin-top: 28vw !important;
  }

  .spmT106 {
    margin-top: 28.26vw !important;
  }

  .spmT107 {
    margin-top: 28.53vw !important;
  }

  .spmT108 {
    margin-top: 28.8vw !important;
  }

  .spmT109 {
    margin-top: 29.06vw !important;
  }

  .spmT110 {
    margin-top: 29.33vw !important;
  }

  .spmT111 {
    margin-top: 29.6vw !important;
  }

  .spmT112 {
    margin-top: 29.86vw !important;
  }

  .spmT113 {
    margin-top: 30.13vw !important;
  }

  .spmT114 {
    margin-top: 30.4vw !important;
  }

  .spmT115 {
    margin-top: 30.66vw !important;
  }

  .spmT116 {
    margin-top: 30.93vw !important;
  }

  .spmT117 {
    margin-top: 31.2vw !important;
  }

  .spmT118 {
    margin-top: 31.46vw !important;
  }

  .spmT119 {
    margin-top: 31.73vw !important;
  }

  .spmT120 {
    margin-top: 32vw !important;
  }

  .spmT121 {
    margin-top: 32.26vw !important;
  }

  .spmT122 {
    margin-top: 32.53vw !important;
  }

  .spmT123 {
    margin-top: 32.8vw !important;
  }

  .spmT124 {
    margin-top: 33.06vw !important;
  }

  .spmT125 {
    margin-top: 33.33vw !important;
  }

  .spmT126 {
    margin-top: 33.6vw !important;
  }

  .spmT127 {
    margin-top: 33.86vw !important;
  }

  .spmT128 {
    margin-top: 34.13vw !important;
  }

  .spmT129 {
    margin-top: 34.39vw !important;
  }

  .spmT130 {
    margin-top: 34.66vw !important;
  }

  .spmT131 {
    margin-top: 34.93vw !important;
  }

  .spmT132 {
    margin-top: 35.2vw !important;
  }

  .spmT133 {
    margin-top: 35.46vw !important;
  }

  .spmT134 {
    margin-top: 35.73vw !important;
  }

  .spmT135 {
    margin-top: 36vw !important;
  }

  .spmT136 {
    margin-top: 36.26vw !important;
  }

  .spmT137 {
    margin-top: 36.53vw !important;
  }

  .spmT138 {
    margin-top: 36.8vw !important;
  }

  .spmT139 {
    margin-top: 37.06vw !important;
  }

  .spmT140 {
    margin-top: 37.33vw !important;
  }

  .spmT141 {
    margin-top: 37.6vw !important;
  }

  .spmT142 {
    margin-top: 37.86vw !important;
  }

  .spmT143 {
    margin-top: 38.13vw !important;
  }

  .spmT144 {
    margin-top: 38.4vw !important;
  }

  .spmT145 {
    margin-top: 38.66vw !important;
  }

  .spmT146 {
    margin-top: 38.93vw !important;
  }

  .spmT147 {
    margin-top: 39.2vw !important;
  }

  .spmT148 {
    margin-top: 39.46vw !important;
  }

  .spmT149 {
    margin-top: 39.73vw !important;
  }

  .spmT150 {
    margin-top: 40vw !important;
  }

  .spmT151 {
    margin-top: 40.26vw !important;
  }

  .spmT152 {
    margin-top: 40.53vw !important;
  }

  .spmT153 {
    margin-top: 40.79vw !important;
  }

  .spmT154 {
    margin-top: 41.06vw !important;
  }

  .spmT155 {
    margin-top: 41.33vw !important;
  }

  .spmT156 {
    margin-top: 41.6vw !important;
  }

  .spmT157 {
    margin-top: 41.86vw !important;
  }

  .spmT158 {
    margin-top: 42.13vw !important;
  }

  .spmT159 {
    margin-top: 42.4vw !important;
  }

  .spmT160 {
    margin-top: 42.66vw !important;
  }

  .spfs8 {
    font-size: 2.13vw !important;
  }

  .spfs9 {
    font-size: 2.4vw !important;
  }

  .spfs10 {
    font-size: 2.66vw !important;
  }

  .spfs11 {
    font-size: 2.93vw !important;
  }

  .spfs12 {
    font-size: 3.2vw !important;
  }

  .spfs13 {
    font-size: 3.46vw !important;
  }

  .spfs14 {
    font-size: 3.73vw !important;
  }

  .spfs15 {
    font-size: 4vw !important;
  }

  .spfs16 {
    font-size: 4.26vw !important;
  }

  .spfs17 {
    font-size: 4.53vw !important;
  }

  .spfs18 {
    font-size: 4.8vw !important;
  }

  .spfs19 {
    font-size: 5.06vw !important;
  }

  .spfs20 {
    font-size: 5.33vw !important;
  }

  .spfs21 {
    font-size: 5.6vw !important;
  }

  .spfs22 {
    font-size: 5.86vw !important;
  }

  .spfs23 {
    font-size: 6.13vw !important;
  }

  .spfs24 {
    font-size: 6.4vw !important;
  }

  .spfs25 {
    font-size: 6.66vw !important;
  }

  .spfs26 {
    font-size: 6.93vw !important;
  }

  .spfs27 {
    font-size: 7.2vw !important;
  }

  .spfs28 {
    font-size: 7.46vw !important;
  }

  .spfs29 {
    font-size: 7.73vw !important;
  }

  .spfs30 {
    font-size: 8vw !important;
  }

  .spfs31 {
    font-size: 8.26vw !important;
  }

  .spfs32 {
    font-size: 8.53vw !important;
  }

  .spfs33 {
    font-size: 8.8vw !important;
  }

  .spfs34 {
    font-size: 9.06vw !important;
  }

  .spfs35 {
    font-size: 9.33vw !important;
  }

  .spfs36 {
    font-size: 9.6vw !important;
  }

  .spfs37 {
    font-size: 9.86vw !important;
  }

  .spfs38 {
    font-size: 10.13vw !important;
  }

  .spfs39 {
    font-size: 10.4vw !important;
  }

  .spfs40 {
    font-size: 10.66vw !important;
  }

  .spfs41 {
    font-size: 10.93vw !important;
  }

  .spfs42 {
    font-size: 11.2vw !important;
  }

  .spfs43 {
    font-size: 11.46vw !important;
  }

  .spfs44 {
    font-size: 11.73vw !important;
  }

  .spfs45 {
    font-size: 12vw !important;
  }

  .spfs46 {
    font-size: 12.26vw !important;
  }

  .spfs47 {
    font-size: 12.53vw !important;
  }

  .spfs48 {
    font-size: 12.8vw !important;
  }

  .spfs49 {
    font-size: 13.06vw !important;
  }

  .spfs50 {
    font-size: 13.33vw !important;
  }

  .spfs51 {
    font-size: 13.6vw !important;
  }

  .spfs52 {
    font-size: 13.86vw !important;
  }

  .spfs53 {
    font-size: 14.13vw !important;
  }

  .spfs54 {
    font-size: 14.4vw !important;
  }

  .spfs55 {
    font-size: 14.66vw !important;
  }

  .spfs56 {
    font-size: 14.93vw !important;
  }

  .spfs57 {
    font-size: 15.2vw !important;
  }

  .spfs58 {
    font-size: 15.46vw !important;
  }

  .spfs59 {
    font-size: 15.73vw !important;
  }

  .spfs60 {
    font-size: 16vw !important;
  }

  .spfs61 {
    font-size: 16.26vw !important;
  }

  .spfs62 {
    font-size: 16.53vw !important;
  }

  .spfs63 {
    font-size: 16.8vw !important;
  }

  .spfs64 {
    font-size: 17.06vw !important;
  }

  .spfs65 {
    font-size: 17.33vw !important;
  }

  .spfs66 {
    font-size: 17.6vw !important;
  }

  .spfs67 {
    font-size: 17.86vw !important;
  }

  .spfs68 {
    font-size: 18.13vw !important;
  }

  .spfs69 {
    font-size: 18.4vw !important;
  }

  .spfs70 {
    font-size: 18.66vw !important;
  }

  .spfs71 {
    font-size: 18.93vw !important;
  }

  .spfs72 {
    font-size: 19.2vw !important;
  }

  .spfs73 {
    font-size: 19.46vw !important;
  }

  .spfs74 {
    font-size: 19.73vw !important;
  }

  .spfs75 {
    font-size: 20vw !important;
  }

  .spfs76 {
    font-size: 20.26vw !important;
  }

  .spfs77 {
    font-size: 20.53vw !important;
  }

  .spfs78 {
    font-size: 20.8vw !important;
  }

  .spfs79 {
    font-size: 21.06vw !important;
  }

  .spfs80 {
    font-size: 21.33vw !important;
  }

  .spfs81 {
    font-size: 21.6vw !important;
  }

  .spfs82 {
    font-size: 21.86vw !important;
  }

  .spfs83 {
    font-size: 22.13vw !important;
  }

  .spfs84 {
    font-size: 22.4vw !important;
  }

  .spfs85 {
    font-size: 22.66vw !important;
  }

  .spfs86 {
    font-size: 22.93vw !important;
  }

  .spfs87 {
    font-size: 23.2vw !important;
  }

  .spfs88 {
    font-size: 23.46vw !important;
  }

  .spfs89 {
    font-size: 23.73vw !important;
  }

  .spfs90 {
    font-size: 24vw !important;
  }

  .spfs91 {
    font-size: 24.26vw !important;
  }

  .spfs92 {
    font-size: 24.53vw !important;
  }

  .spfs93 {
    font-size: 24.8vw !important;
  }

  .spfs94 {
    font-size: 25.06vw !important;
  }

  .spfs95 {
    font-size: 25.33vw !important;
  }

  .spfs96 {
    font-size: 25.6vw !important;
  }

  .spfs97 {
    font-size: 25.86vw !important;
  }

  .spfs98 {
    font-size: 26.13vw !important;
  }

  .spfs99 {
    font-size: 26.4vw !important;
  }

  .spfs100 {
    font-size: 26.66vw !important;
  }

  .spfs101 {
    font-size: 26.93vw !important;
  }

  .spfs102 {
    font-size: 27.2vw !important;
  }

  .spfs103 {
    font-size: 27.46vw !important;
  }

  .spfs104 {
    font-size: 27.73vw !important;
  }

  .spfs105 {
    font-size: 28vw !important;
  }

  .spfs106 {
    font-size: 28.26vw !important;
  }

  .spfs107 {
    font-size: 28.53vw !important;
  }

  .spfs108 {
    font-size: 28.8vw !important;
  }

  .spfs109 {
    font-size: 29.06vw !important;
  }

  .spfs110 {
    font-size: 29.33vw !important;
  }

  .spfs111 {
    font-size: 29.6vw !important;
  }

  .spfs112 {
    font-size: 29.86vw !important;
  }

  .spfs113 {
    font-size: 30.13vw !important;
  }

  .spfs114 {
    font-size: 30.4vw !important;
  }

  .spfs115 {
    font-size: 30.66vw !important;
  }

  .spfs116 {
    font-size: 30.93vw !important;
  }

  .spfs117 {
    font-size: 31.2vw !important;
  }

  .spfs118 {
    font-size: 31.46vw !important;
  }

  .spfs119 {
    font-size: 31.73vw !important;
  }

  .spfs120 {
    font-size: 32vw !important;
  }

  .spfs121 {
    font-size: 32.26vw !important;
  }

  .spfs122 {
    font-size: 32.53vw !important;
  }

  .spfs123 {
    font-size: 32.8vw !important;
  }

  .spfs124 {
    font-size: 33.06vw !important;
  }

  .spfs125 {
    font-size: 33.33vw !important;
  }

  .spfs126 {
    font-size: 33.6vw !important;
  }

  .spfs127 {
    font-size: 33.86vw !important;
  }

  .spfs128 {
    font-size: 34.13vw !important;
  }

  .spfs129 {
    font-size: 34.39vw !important;
  }

  .spfs130 {
    font-size: 34.66vw !important;
  }

  .spfs131 {
    font-size: 34.93vw !important;
  }

  .spfs132 {
    font-size: 35.2vw !important;
  }

  .spfs133 {
    font-size: 35.46vw !important;
  }

  .spfs134 {
    font-size: 35.73vw !important;
  }

  .spfs135 {
    font-size: 36vw !important;
  }

  .spfs136 {
    font-size: 36.26vw !important;
  }

  .spfs137 {
    font-size: 36.53vw !important;
  }

  .spfs138 {
    font-size: 36.8vw !important;
  }

  .spfs139 {
    font-size: 37.06vw !important;
  }

  .spfs140 {
    font-size: 37.33vw !important;
  }

  .spfs141 {
    font-size: 37.6vw !important;
  }

  .spfs142 {
    font-size: 37.86vw !important;
  }

  .spfs143 {
    font-size: 38.13vw !important;
  }

  .spfs144 {
    font-size: 38.4vw !important;
  }

  .spfs145 {
    font-size: 38.66vw !important;
  }

  .spfs146 {
    font-size: 38.93vw !important;
  }

  .spfs147 {
    font-size: 39.2vw !important;
  }

  .spfs148 {
    font-size: 39.46vw !important;
  }

  .spfs149 {
    font-size: 39.73vw !important;
  }

  .spfs150 {
    font-size: 40vw !important;
  }

  .spfs151 {
    font-size: 40.26vw !important;
  }

  .spfs152 {
    font-size: 40.53vw !important;
  }

  .spfs153 {
    font-size: 40.79vw !important;
  }

  .spfs154 {
    font-size: 41.06vw !important;
  }

  .spfs155 {
    font-size: 41.33vw !important;
  }

  .spfs156 {
    font-size: 41.6vw !important;
  }

  .spfs157 {
    font-size: 41.86vw !important;
  }

  .spfs158 {
    font-size: 42.13vw !important;
  }

  .spfs159 {
    font-size: 42.4vw !important;
  }

  .spfs160 {
    font-size: 42.66vw !important;
  }
}
@media screen and (min-width: 521px) {
  .spDisp {
    display: none !important;
  }

  .pcpB0 {
    padding-bottom: 0px !important;
  }

  .pcpB1 {
    padding-bottom: 1px !important;
  }

  .pcpB2 {
    padding-bottom: 2px !important;
  }

  .pcpB3 {
    padding-bottom: 3px !important;
  }

  .pcpB4 {
    padding-bottom: 4px !important;
  }

  .pcpB5 {
    padding-bottom: 5px !important;
  }

  .pcpB6 {
    padding-bottom: 6px !important;
  }

  .pcpB7 {
    padding-bottom: 7px !important;
  }

  .pcpB8 {
    padding-bottom: 8px !important;
  }

  .pcpB9 {
    padding-bottom: 9px !important;
  }

  .pcpB10 {
    padding-bottom: 10px !important;
  }

  .pcpB11 {
    padding-bottom: 11px !important;
  }

  .pcpB12 {
    padding-bottom: 12px !important;
  }

  .pcpB13 {
    padding-bottom: 13px !important;
  }

  .pcpB14 {
    padding-bottom: 14px !important;
  }

  .pcpB15 {
    padding-bottom: 15px !important;
  }

  .pcpB16 {
    padding-bottom: 16px !important;
  }

  .pcpB17 {
    padding-bottom: 17px !important;
  }

  .pcpB18 {
    padding-bottom: 18px !important;
  }

  .pcpB19 {
    padding-bottom: 19px !important;
  }

  .pcpB20 {
    padding-bottom: 20px !important;
  }

  .pcpB21 {
    padding-bottom: 21px !important;
  }

  .pcpB22 {
    padding-bottom: 22px !important;
  }

  .pcpB23 {
    padding-bottom: 23px !important;
  }

  .pcpB24 {
    padding-bottom: 24px !important;
  }

  .pcpB25 {
    padding-bottom: 25px !important;
  }

  .pcpB26 {
    padding-bottom: 26px !important;
  }

  .pcpB27 {
    padding-bottom: 27px !important;
  }

  .pcpB28 {
    padding-bottom: 28px !important;
  }

  .pcpB29 {
    padding-bottom: 29px !important;
  }

  .pcpB30 {
    padding-bottom: 30px !important;
  }

  .pcpB31 {
    padding-bottom: 31px !important;
  }

  .pcpB32 {
    padding-bottom: 32px !important;
  }

  .pcpB33 {
    padding-bottom: 33px !important;
  }

  .pcpB34 {
    padding-bottom: 34px !important;
  }

  .pcpB35 {
    padding-bottom: 35px !important;
  }

  .pcpB36 {
    padding-bottom: 36px !important;
  }

  .pcpB37 {
    padding-bottom: 37px !important;
  }

  .pcpB38 {
    padding-bottom: 38px !important;
  }

  .pcpB39 {
    padding-bottom: 39px !important;
  }

  .pcpB40 {
    padding-bottom: 40px !important;
  }

  .pcpB41 {
    padding-bottom: 41px !important;
  }

  .pcpB42 {
    padding-bottom: 42px !important;
  }

  .pcpB43 {
    padding-bottom: 43px !important;
  }

  .pcpB44 {
    padding-bottom: 44px !important;
  }

  .pcpB45 {
    padding-bottom: 45px !important;
  }

  .pcpB46 {
    padding-bottom: 46px !important;
  }

  .pcpB47 {
    padding-bottom: 47px !important;
  }

  .pcpB48 {
    padding-bottom: 48px !important;
  }

  .pcpB49 {
    padding-bottom: 49px !important;
  }

  .pcpB50 {
    padding-bottom: 50px !important;
  }

  .pcpB51 {
    padding-bottom: 51px !important;
  }

  .pcpB52 {
    padding-bottom: 52px !important;
  }

  .pcpB53 {
    padding-bottom: 53px !important;
  }

  .pcpB54 {
    padding-bottom: 54px !important;
  }

  .pcpB55 {
    padding-bottom: 55px !important;
  }

  .pcpB56 {
    padding-bottom: 56px !important;
  }

  .pcpB57 {
    padding-bottom: 57px !important;
  }

  .pcpB58 {
    padding-bottom: 58px !important;
  }

  .pcpB59 {
    padding-bottom: 59px !important;
  }

  .pcpB60 {
    padding-bottom: 60px !important;
  }

  .pcpB61 {
    padding-bottom: 61px !important;
  }

  .pcpB62 {
    padding-bottom: 62px !important;
  }

  .pcpB63 {
    padding-bottom: 63px !important;
  }

  .pcpB64 {
    padding-bottom: 64px !important;
  }

  .pcpB65 {
    padding-bottom: 65px !important;
  }

  .pcpB66 {
    padding-bottom: 66px !important;
  }

  .pcpB67 {
    padding-bottom: 67px !important;
  }

  .pcpB68 {
    padding-bottom: 68px !important;
  }

  .pcpB69 {
    padding-bottom: 69px !important;
  }

  .pcpB70 {
    padding-bottom: 70px !important;
  }

  .pcpB71 {
    padding-bottom: 71px !important;
  }

  .pcpB72 {
    padding-bottom: 72px !important;
  }

  .pcpB73 {
    padding-bottom: 73px !important;
  }

  .pcpB74 {
    padding-bottom: 74px !important;
  }

  .pcpB75 {
    padding-bottom: 75px !important;
  }

  .pcpB76 {
    padding-bottom: 76px !important;
  }

  .pcpB77 {
    padding-bottom: 77px !important;
  }

  .pcpB78 {
    padding-bottom: 78px !important;
  }

  .pcpB79 {
    padding-bottom: 79px !important;
  }

  .pcpB80 {
    padding-bottom: 80px !important;
  }

  .pcpB81 {
    padding-bottom: 81px !important;
  }

  .pcpB82 {
    padding-bottom: 82px !important;
  }

  .pcpB83 {
    padding-bottom: 83px !important;
  }

  .pcpB84 {
    padding-bottom: 84px !important;
  }

  .pcpB85 {
    padding-bottom: 85px !important;
  }

  .pcpB86 {
    padding-bottom: 86px !important;
  }

  .pcpB87 {
    padding-bottom: 87px !important;
  }

  .pcpB88 {
    padding-bottom: 88px !important;
  }

  .pcpB89 {
    padding-bottom: 89px !important;
  }

  .pcpB90 {
    padding-bottom: 90px !important;
  }

  .pcpB91 {
    padding-bottom: 91px !important;
  }

  .pcpB92 {
    padding-bottom: 92px !important;
  }

  .pcpB93 {
    padding-bottom: 93px !important;
  }

  .pcpB94 {
    padding-bottom: 94px !important;
  }

  .pcpB95 {
    padding-bottom: 95px !important;
  }

  .pcpB96 {
    padding-bottom: 96px !important;
  }

  .pcpB97 {
    padding-bottom: 97px !important;
  }

  .pcpB98 {
    padding-bottom: 98px !important;
  }

  .pcpB99 {
    padding-bottom: 99px !important;
  }

  .pcpB100 {
    padding-bottom: 100px !important;
  }

  .pcpB101 {
    padding-bottom: 101px !important;
  }

  .pcpB102 {
    padding-bottom: 102px !important;
  }

  .pcpB103 {
    padding-bottom: 103px !important;
  }

  .pcpB104 {
    padding-bottom: 104px !important;
  }

  .pcpB105 {
    padding-bottom: 105px !important;
  }

  .pcpB106 {
    padding-bottom: 106px !important;
  }

  .pcpB107 {
    padding-bottom: 107px !important;
  }

  .pcpB108 {
    padding-bottom: 108px !important;
  }

  .pcpB109 {
    padding-bottom: 109px !important;
  }

  .pcpB110 {
    padding-bottom: 110px !important;
  }

  .pcpB111 {
    padding-bottom: 111px !important;
  }

  .pcpB112 {
    padding-bottom: 112px !important;
  }

  .pcpB113 {
    padding-bottom: 113px !important;
  }

  .pcpB114 {
    padding-bottom: 114px !important;
  }

  .pcpB115 {
    padding-bottom: 115px !important;
  }

  .pcpB116 {
    padding-bottom: 116px !important;
  }

  .pcpB117 {
    padding-bottom: 117px !important;
  }

  .pcpB118 {
    padding-bottom: 118px !important;
  }

  .pcpB119 {
    padding-bottom: 119px !important;
  }

  .pcpB120 {
    padding-bottom: 120px !important;
  }

  .pcpB121 {
    padding-bottom: 121px !important;
  }

  .pcpB122 {
    padding-bottom: 122px !important;
  }

  .pcpB123 {
    padding-bottom: 123px !important;
  }

  .pcpB124 {
    padding-bottom: 124px !important;
  }

  .pcpB125 {
    padding-bottom: 125px !important;
  }

  .pcpB126 {
    padding-bottom: 126px !important;
  }

  .pcpB127 {
    padding-bottom: 127px !important;
  }

  .pcpB128 {
    padding-bottom: 128px !important;
  }

  .pcpB129 {
    padding-bottom: 129px !important;
  }

  .pcpB130 {
    padding-bottom: 130px !important;
  }

  .pcpB131 {
    padding-bottom: 131px !important;
  }

  .pcpB132 {
    padding-bottom: 132px !important;
  }

  .pcpB133 {
    padding-bottom: 133px !important;
  }

  .pcpB134 {
    padding-bottom: 134px !important;
  }

  .pcpB135 {
    padding-bottom: 135px !important;
  }

  .pcpB136 {
    padding-bottom: 136px !important;
  }

  .pcpB137 {
    padding-bottom: 137px !important;
  }

  .pcpB138 {
    padding-bottom: 138px !important;
  }

  .pcpB139 {
    padding-bottom: 139px !important;
  }

  .pcpB140 {
    padding-bottom: 140px !important;
  }

  .pcpB141 {
    padding-bottom: 141px !important;
  }

  .pcpB142 {
    padding-bottom: 142px !important;
  }

  .pcpB143 {
    padding-bottom: 143px !important;
  }

  .pcpB144 {
    padding-bottom: 144px !important;
  }

  .pcpB145 {
    padding-bottom: 145px !important;
  }

  .pcpB146 {
    padding-bottom: 146px !important;
  }

  .pcpB147 {
    padding-bottom: 147px !important;
  }

  .pcpB148 {
    padding-bottom: 148px !important;
  }

  .pcpB149 {
    padding-bottom: 149px !important;
  }

  .pcpB150 {
    padding-bottom: 150px !important;
  }

  .pcpB151 {
    padding-bottom: 151px !important;
  }

  .pcpB152 {
    padding-bottom: 152px !important;
  }

  .pcpB153 {
    padding-bottom: 153px !important;
  }

  .pcpB154 {
    padding-bottom: 154px !important;
  }

  .pcpB155 {
    padding-bottom: 155px !important;
  }

  .pcpB156 {
    padding-bottom: 156px !important;
  }

  .pcpB157 {
    padding-bottom: 157px !important;
  }

  .pcpB158 {
    padding-bottom: 158px !important;
  }

  .pcpB159 {
    padding-bottom: 159px !important;
  }

  .pcpB160 {
    padding-bottom: 160px !important;
  }

  .pcpT0 {
    padding-top: 0px !important;
  }

  .pcpT1 {
    padding-top: 1px !important;
  }

  .pcpT2 {
    padding-top: 2px !important;
  }

  .pcpT3 {
    padding-top: 3px !important;
  }

  .pcpT4 {
    padding-top: 4px !important;
  }

  .pcpT5 {
    padding-top: 5px !important;
  }

  .pcpT6 {
    padding-top: 6px !important;
  }

  .pcpT7 {
    padding-top: 7px !important;
  }

  .pcpT8 {
    padding-top: 8px !important;
  }

  .pcpT9 {
    padding-top: 9px !important;
  }

  .pcpT10 {
    padding-top: 10px !important;
  }

  .pcpT11 {
    padding-top: 11px !important;
  }

  .pcpT12 {
    padding-top: 12px !important;
  }

  .pcpT13 {
    padding-top: 13px !important;
  }

  .pcpT14 {
    padding-top: 14px !important;
  }

  .pcpT15 {
    padding-top: 15px !important;
  }

  .pcpT16 {
    padding-top: 16px !important;
  }

  .pcpT17 {
    padding-top: 17px !important;
  }

  .pcpT18 {
    padding-top: 18px !important;
  }

  .pcpT19 {
    padding-top: 19px !important;
  }

  .pcpT20 {
    padding-top: 20px !important;
  }

  .pcpT21 {
    padding-top: 21px !important;
  }

  .pcpT22 {
    padding-top: 22px !important;
  }

  .pcpT23 {
    padding-top: 23px !important;
  }

  .pcpT24 {
    padding-top: 24px !important;
  }

  .pcpT25 {
    padding-top: 25px !important;
  }

  .pcpT26 {
    padding-top: 26px !important;
  }

  .pcpT27 {
    padding-top: 27px !important;
  }

  .pcpT28 {
    padding-top: 28px !important;
  }

  .pcpT29 {
    padding-top: 29px !important;
  }

  .pcpT30 {
    padding-top: 30px !important;
  }

  .pcpT31 {
    padding-top: 31px !important;
  }

  .pcpT32 {
    padding-top: 32px !important;
  }

  .pcpT33 {
    padding-top: 33px !important;
  }

  .pcpT34 {
    padding-top: 34px !important;
  }

  .pcpT35 {
    padding-top: 35px !important;
  }

  .pcpT36 {
    padding-top: 36px !important;
  }

  .pcpT37 {
    padding-top: 37px !important;
  }

  .pcpT38 {
    padding-top: 38px !important;
  }

  .pcpT39 {
    padding-top: 39px !important;
  }

  .pcpT40 {
    padding-top: 40px !important;
  }

  .pcpT41 {
    padding-top: 41px !important;
  }

  .pcpT42 {
    padding-top: 42px !important;
  }

  .pcpT43 {
    padding-top: 43px !important;
  }

  .pcpT44 {
    padding-top: 44px !important;
  }

  .pcpT45 {
    padding-top: 45px !important;
  }

  .pcpT46 {
    padding-top: 46px !important;
  }

  .pcpT47 {
    padding-top: 47px !important;
  }

  .pcpT48 {
    padding-top: 48px !important;
  }

  .pcpT49 {
    padding-top: 49px !important;
  }

  .pcpT50 {
    padding-top: 50px !important;
  }

  .pcpT51 {
    padding-top: 51px !important;
  }

  .pcpT52 {
    padding-top: 52px !important;
  }

  .pcpT53 {
    padding-top: 53px !important;
  }

  .pcpT54 {
    padding-top: 54px !important;
  }

  .pcpT55 {
    padding-top: 55px !important;
  }

  .pcpT56 {
    padding-top: 56px !important;
  }

  .pcpT57 {
    padding-top: 57px !important;
  }

  .pcpT58 {
    padding-top: 58px !important;
  }

  .pcpT59 {
    padding-top: 59px !important;
  }

  .pcpT60 {
    padding-top: 60px !important;
  }

  .pcpT61 {
    padding-top: 61px !important;
  }

  .pcpT62 {
    padding-top: 62px !important;
  }

  .pcpT63 {
    padding-top: 63px !important;
  }

  .pcpT64 {
    padding-top: 64px !important;
  }

  .pcpT65 {
    padding-top: 65px !important;
  }

  .pcpT66 {
    padding-top: 66px !important;
  }

  .pcpT67 {
    padding-top: 67px !important;
  }

  .pcpT68 {
    padding-top: 68px !important;
  }

  .pcpT69 {
    padding-top: 69px !important;
  }

  .pcpT70 {
    padding-top: 70px !important;
  }

  .pcpT71 {
    padding-top: 71px !important;
  }

  .pcpT72 {
    padding-top: 72px !important;
  }

  .pcpT73 {
    padding-top: 73px !important;
  }

  .pcpT74 {
    padding-top: 74px !important;
  }

  .pcpT75 {
    padding-top: 75px !important;
  }

  .pcpT76 {
    padding-top: 76px !important;
  }

  .pcpT77 {
    padding-top: 77px !important;
  }

  .pcpT78 {
    padding-top: 78px !important;
  }

  .pcpT79 {
    padding-top: 79px !important;
  }

  .pcpT80 {
    padding-top: 80px !important;
  }

  .pcpT81 {
    padding-top: 81px !important;
  }

  .pcpT82 {
    padding-top: 82px !important;
  }

  .pcpT83 {
    padding-top: 83px !important;
  }

  .pcpT84 {
    padding-top: 84px !important;
  }

  .pcpT85 {
    padding-top: 85px !important;
  }

  .pcpT86 {
    padding-top: 86px !important;
  }

  .pcpT87 {
    padding-top: 87px !important;
  }

  .pcpT88 {
    padding-top: 88px !important;
  }

  .pcpT89 {
    padding-top: 89px !important;
  }

  .pcpT90 {
    padding-top: 90px !important;
  }

  .pcpT91 {
    padding-top: 91px !important;
  }

  .pcpT92 {
    padding-top: 92px !important;
  }

  .pcpT93 {
    padding-top: 93px !important;
  }

  .pcpT94 {
    padding-top: 94px !important;
  }

  .pcpT95 {
    padding-top: 95px !important;
  }

  .pcpT96 {
    padding-top: 96px !important;
  }

  .pcpT97 {
    padding-top: 97px !important;
  }

  .pcpT98 {
    padding-top: 98px !important;
  }

  .pcpT99 {
    padding-top: 99px !important;
  }

  .pcpT100 {
    padding-top: 100px !important;
  }

  .pcpT101 {
    padding-top: 101px !important;
  }

  .pcpT102 {
    padding-top: 102px !important;
  }

  .pcpT103 {
    padding-top: 103px !important;
  }

  .pcpT104 {
    padding-top: 104px !important;
  }

  .pcpT105 {
    padding-top: 105px !important;
  }

  .pcpT106 {
    padding-top: 106px !important;
  }

  .pcpT107 {
    padding-top: 107px !important;
  }

  .pcpT108 {
    padding-top: 108px !important;
  }

  .pcpT109 {
    padding-top: 109px !important;
  }

  .pcpT110 {
    padding-top: 110px !important;
  }

  .pcpT111 {
    padding-top: 111px !important;
  }

  .pcpT112 {
    padding-top: 112px !important;
  }

  .pcpT113 {
    padding-top: 113px !important;
  }

  .pcpT114 {
    padding-top: 114px !important;
  }

  .pcpT115 {
    padding-top: 115px !important;
  }

  .pcpT116 {
    padding-top: 116px !important;
  }

  .pcpT117 {
    padding-top: 117px !important;
  }

  .pcpT118 {
    padding-top: 118px !important;
  }

  .pcpT119 {
    padding-top: 119px !important;
  }

  .pcpT120 {
    padding-top: 120px !important;
  }

  .pcpT121 {
    padding-top: 121px !important;
  }

  .pcpT122 {
    padding-top: 122px !important;
  }

  .pcpT123 {
    padding-top: 123px !important;
  }

  .pcpT124 {
    padding-top: 124px !important;
  }

  .pcpT125 {
    padding-top: 125px !important;
  }

  .pcpT126 {
    padding-top: 126px !important;
  }

  .pcpT127 {
    padding-top: 127px !important;
  }

  .pcpT128 {
    padding-top: 128px !important;
  }

  .pcpT129 {
    padding-top: 129px !important;
  }

  .pcpT130 {
    padding-top: 130px !important;
  }

  .pcpT131 {
    padding-top: 131px !important;
  }

  .pcpT132 {
    padding-top: 132px !important;
  }

  .pcpT133 {
    padding-top: 133px !important;
  }

  .pcpT134 {
    padding-top: 134px !important;
  }

  .pcpT135 {
    padding-top: 135px !important;
  }

  .pcpT136 {
    padding-top: 136px !important;
  }

  .pcpT137 {
    padding-top: 137px !important;
  }

  .pcpT138 {
    padding-top: 138px !important;
  }

  .pcpT139 {
    padding-top: 139px !important;
  }

  .pcpT140 {
    padding-top: 140px !important;
  }

  .pcpT141 {
    padding-top: 141px !important;
  }

  .pcpT142 {
    padding-top: 142px !important;
  }

  .pcpT143 {
    padding-top: 143px !important;
  }

  .pcpT144 {
    padding-top: 144px !important;
  }

  .pcpT145 {
    padding-top: 145px !important;
  }

  .pcpT146 {
    padding-top: 146px !important;
  }

  .pcpT147 {
    padding-top: 147px !important;
  }

  .pcpT148 {
    padding-top: 148px !important;
  }

  .pcpT149 {
    padding-top: 149px !important;
  }

  .pcpT150 {
    padding-top: 150px !important;
  }

  .pcpT151 {
    padding-top: 151px !important;
  }

  .pcpT152 {
    padding-top: 152px !important;
  }

  .pcpT153 {
    padding-top: 153px !important;
  }

  .pcpT154 {
    padding-top: 154px !important;
  }

  .pcpT155 {
    padding-top: 155px !important;
  }

  .pcpT156 {
    padding-top: 156px !important;
  }

  .pcpT157 {
    padding-top: 157px !important;
  }

  .pcpT158 {
    padding-top: 158px !important;
  }

  .pcpT159 {
    padding-top: 159px !important;
  }

  .pcpT160 {
    padding-top: 160px !important;
  }

  .pcmB0 {
    margin-bottom: 0px !important;
  }

  .pcmB1 {
    margin-bottom: 1px !important;
  }

  .pcmB2 {
    margin-bottom: 2px !important;
  }

  .pcmB3 {
    margin-bottom: 3px !important;
  }

  .pcmB4 {
    margin-bottom: 4px !important;
  }

  .pcmB5 {
    margin-bottom: 5px !important;
  }

  .pcmB6 {
    margin-bottom: 6px !important;
  }

  .pcmB7 {
    margin-bottom: 7px !important;
  }

  .pcmB8 {
    margin-bottom: 8px !important;
  }

  .pcmB9 {
    margin-bottom: 9px !important;
  }

  .pcmB10 {
    margin-bottom: 10px !important;
  }

  .pcmB11 {
    margin-bottom: 11px !important;
  }

  .pcmB12 {
    margin-bottom: 12px !important;
  }

  .pcmB13 {
    margin-bottom: 13px !important;
  }

  .pcmB14 {
    margin-bottom: 14px !important;
  }

  .pcmB15 {
    margin-bottom: 15px !important;
  }

  .pcmB16 {
    margin-bottom: 16px !important;
  }

  .pcmB17 {
    margin-bottom: 17px !important;
  }

  .pcmB18 {
    margin-bottom: 18px !important;
  }

  .pcmB19 {
    margin-bottom: 19px !important;
  }

  .pcmB20 {
    margin-bottom: 20px !important;
  }

  .pcmB21 {
    margin-bottom: 21px !important;
  }

  .pcmB22 {
    margin-bottom: 22px !important;
  }

  .pcmB23 {
    margin-bottom: 23px !important;
  }

  .pcmB24 {
    margin-bottom: 24px !important;
  }

  .pcmB25 {
    margin-bottom: 25px !important;
  }

  .pcmB26 {
    margin-bottom: 26px !important;
  }

  .pcmB27 {
    margin-bottom: 27px !important;
  }

  .pcmB28 {
    margin-bottom: 28px !important;
  }

  .pcmB29 {
    margin-bottom: 29px !important;
  }

  .pcmB30 {
    margin-bottom: 30px !important;
  }

  .pcmB31 {
    margin-bottom: 31px !important;
  }

  .pcmB32 {
    margin-bottom: 32px !important;
  }

  .pcmB33 {
    margin-bottom: 33px !important;
  }

  .pcmB34 {
    margin-bottom: 34px !important;
  }

  .pcmB35 {
    margin-bottom: 35px !important;
  }

  .pcmB36 {
    margin-bottom: 36px !important;
  }

  .pcmB37 {
    margin-bottom: 37px !important;
  }

  .pcmB38 {
    margin-bottom: 38px !important;
  }

  .pcmB39 {
    margin-bottom: 39px !important;
  }

  .pcmB40 {
    margin-bottom: 40px !important;
  }

  .pcmB41 {
    margin-bottom: 41px !important;
  }

  .pcmB42 {
    margin-bottom: 42px !important;
  }

  .pcmB43 {
    margin-bottom: 43px !important;
  }

  .pcmB44 {
    margin-bottom: 44px !important;
  }

  .pcmB45 {
    margin-bottom: 45px !important;
  }

  .pcmB46 {
    margin-bottom: 46px !important;
  }

  .pcmB47 {
    margin-bottom: 47px !important;
  }

  .pcmB48 {
    margin-bottom: 48px !important;
  }

  .pcmB49 {
    margin-bottom: 49px !important;
  }

  .pcmB50 {
    margin-bottom: 50px !important;
  }

  .pcmB51 {
    margin-bottom: 51px !important;
  }

  .pcmB52 {
    margin-bottom: 52px !important;
  }

  .pcmB53 {
    margin-bottom: 53px !important;
  }

  .pcmB54 {
    margin-bottom: 54px !important;
  }

  .pcmB55 {
    margin-bottom: 55px !important;
  }

  .pcmB56 {
    margin-bottom: 56px !important;
  }

  .pcmB57 {
    margin-bottom: 57px !important;
  }

  .pcmB58 {
    margin-bottom: 58px !important;
  }

  .pcmB59 {
    margin-bottom: 59px !important;
  }

  .pcmB60 {
    margin-bottom: 60px !important;
  }

  .pcmB61 {
    margin-bottom: 61px !important;
  }

  .pcmB62 {
    margin-bottom: 62px !important;
  }

  .pcmB63 {
    margin-bottom: 63px !important;
  }

  .pcmB64 {
    margin-bottom: 64px !important;
  }

  .pcmB65 {
    margin-bottom: 65px !important;
  }

  .pcmB66 {
    margin-bottom: 66px !important;
  }

  .pcmB67 {
    margin-bottom: 67px !important;
  }

  .pcmB68 {
    margin-bottom: 68px !important;
  }

  .pcmB69 {
    margin-bottom: 69px !important;
  }

  .pcmB70 {
    margin-bottom: 70px !important;
  }

  .pcmB71 {
    margin-bottom: 71px !important;
  }

  .pcmB72 {
    margin-bottom: 72px !important;
  }

  .pcmB73 {
    margin-bottom: 73px !important;
  }

  .pcmB74 {
    margin-bottom: 74px !important;
  }

  .pcmB75 {
    margin-bottom: 75px !important;
  }

  .pcmB76 {
    margin-bottom: 76px !important;
  }

  .pcmB77 {
    margin-bottom: 77px !important;
  }

  .pcmB78 {
    margin-bottom: 78px !important;
  }

  .pcmB79 {
    margin-bottom: 79px !important;
  }

  .pcmB80 {
    margin-bottom: 80px !important;
  }

  .pcmB81 {
    margin-bottom: 81px !important;
  }

  .pcmB82 {
    margin-bottom: 82px !important;
  }

  .pcmB83 {
    margin-bottom: 83px !important;
  }

  .pcmB84 {
    margin-bottom: 84px !important;
  }

  .pcmB85 {
    margin-bottom: 85px !important;
  }

  .pcmB86 {
    margin-bottom: 86px !important;
  }

  .pcmB87 {
    margin-bottom: 87px !important;
  }

  .pcmB88 {
    margin-bottom: 88px !important;
  }

  .pcmB89 {
    margin-bottom: 89px !important;
  }

  .pcmB90 {
    margin-bottom: 90px !important;
  }

  .pcmB91 {
    margin-bottom: 91px !important;
  }

  .pcmB92 {
    margin-bottom: 92px !important;
  }

  .pcmB93 {
    margin-bottom: 93px !important;
  }

  .pcmB94 {
    margin-bottom: 94px !important;
  }

  .pcmB95 {
    margin-bottom: 95px !important;
  }

  .pcmB96 {
    margin-bottom: 96px !important;
  }

  .pcmB97 {
    margin-bottom: 97px !important;
  }

  .pcmB98 {
    margin-bottom: 98px !important;
  }

  .pcmB99 {
    margin-bottom: 99px !important;
  }

  .pcmB100 {
    margin-bottom: 100px !important;
  }

  .pcmB101 {
    margin-bottom: 101px !important;
  }

  .pcmB102 {
    margin-bottom: 102px !important;
  }

  .pcmB103 {
    margin-bottom: 103px !important;
  }

  .pcmB104 {
    margin-bottom: 104px !important;
  }

  .pcmB105 {
    margin-bottom: 105px !important;
  }

  .pcmB106 {
    margin-bottom: 106px !important;
  }

  .pcmB107 {
    margin-bottom: 107px !important;
  }

  .pcmB108 {
    margin-bottom: 108px !important;
  }

  .pcmB109 {
    margin-bottom: 109px !important;
  }

  .pcmB110 {
    margin-bottom: 110px !important;
  }

  .pcmB111 {
    margin-bottom: 111px !important;
  }

  .pcmB112 {
    margin-bottom: 112px !important;
  }

  .pcmB113 {
    margin-bottom: 113px !important;
  }

  .pcmB114 {
    margin-bottom: 114px !important;
  }

  .pcmB115 {
    margin-bottom: 115px !important;
  }

  .pcmB116 {
    margin-bottom: 116px !important;
  }

  .pcmB117 {
    margin-bottom: 117px !important;
  }

  .pcmB118 {
    margin-bottom: 118px !important;
  }

  .pcmB119 {
    margin-bottom: 119px !important;
  }

  .pcmB120 {
    margin-bottom: 120px !important;
  }

  .pcmB121 {
    margin-bottom: 121px !important;
  }

  .pcmB122 {
    margin-bottom: 122px !important;
  }

  .pcmB123 {
    margin-bottom: 123px !important;
  }

  .pcmB124 {
    margin-bottom: 124px !important;
  }

  .pcmB125 {
    margin-bottom: 125px !important;
  }

  .pcmB126 {
    margin-bottom: 126px !important;
  }

  .pcmB127 {
    margin-bottom: 127px !important;
  }

  .pcmB128 {
    margin-bottom: 128px !important;
  }

  .pcmB129 {
    margin-bottom: 129px !important;
  }

  .pcmB130 {
    margin-bottom: 130px !important;
  }

  .pcmB131 {
    margin-bottom: 131px !important;
  }

  .pcmB132 {
    margin-bottom: 132px !important;
  }

  .pcmB133 {
    margin-bottom: 133px !important;
  }

  .pcmB134 {
    margin-bottom: 134px !important;
  }

  .pcmB135 {
    margin-bottom: 135px !important;
  }

  .pcmB136 {
    margin-bottom: 136px !important;
  }

  .pcmB137 {
    margin-bottom: 137px !important;
  }

  .pcmB138 {
    margin-bottom: 138px !important;
  }

  .pcmB139 {
    margin-bottom: 139px !important;
  }

  .pcmB140 {
    margin-bottom: 140px !important;
  }

  .pcmB141 {
    margin-bottom: 141px !important;
  }

  .pcmB142 {
    margin-bottom: 142px !important;
  }

  .pcmB143 {
    margin-bottom: 143px !important;
  }

  .pcmB144 {
    margin-bottom: 144px !important;
  }

  .pcmB145 {
    margin-bottom: 145px !important;
  }

  .pcmB146 {
    margin-bottom: 146px !important;
  }

  .pcmB147 {
    margin-bottom: 147px !important;
  }

  .pcmB148 {
    margin-bottom: 148px !important;
  }

  .pcmB149 {
    margin-bottom: 149px !important;
  }

  .pcmB150 {
    margin-bottom: 150px !important;
  }

  .pcmB151 {
    margin-bottom: 151px !important;
  }

  .pcmB152 {
    margin-bottom: 152px !important;
  }

  .pcmB153 {
    margin-bottom: 153px !important;
  }

  .pcmB154 {
    margin-bottom: 154px !important;
  }

  .pcmB155 {
    margin-bottom: 155px !important;
  }

  .pcmB156 {
    margin-bottom: 156px !important;
  }

  .pcmB157 {
    margin-bottom: 157px !important;
  }

  .pcmB158 {
    margin-bottom: 158px !important;
  }

  .pcmB159 {
    margin-bottom: 159px !important;
  }

  .pcmB160 {
    margin-bottom: 160px !important;
  }

  .pcmT0 {
    margin-top: 0px !important;
  }

  .pcmT1 {
    margin-top: 1px !important;
  }

  .pcmT2 {
    margin-top: 2px !important;
  }

  .pcmT3 {
    margin-top: 3px !important;
  }

  .pcmT4 {
    margin-top: 4px !important;
  }

  .pcmT5 {
    margin-top: 5px !important;
  }

  .pcmT6 {
    margin-top: 6px !important;
  }

  .pcmT7 {
    margin-top: 7px !important;
  }

  .pcmT8 {
    margin-top: 8px !important;
  }

  .pcmT9 {
    margin-top: 9px !important;
  }

  .pcmT10 {
    margin-top: 10px !important;
  }

  .pcmT11 {
    margin-top: 11px !important;
  }

  .pcmT12 {
    margin-top: 12px !important;
  }

  .pcmT13 {
    margin-top: 13px !important;
  }

  .pcmT14 {
    margin-top: 14px !important;
  }

  .pcmT15 {
    margin-top: 15px !important;
  }

  .pcmT16 {
    margin-top: 16px !important;
  }

  .pcmT17 {
    margin-top: 17px !important;
  }

  .pcmT18 {
    margin-top: 18px !important;
  }

  .pcmT19 {
    margin-top: 19px !important;
  }

  .pcmT20 {
    margin-top: 20px !important;
  }

  .pcmT21 {
    margin-top: 21px !important;
  }

  .pcmT22 {
    margin-top: 22px !important;
  }

  .pcmT23 {
    margin-top: 23px !important;
  }

  .pcmT24 {
    margin-top: 24px !important;
  }

  .pcmT25 {
    margin-top: 25px !important;
  }

  .pcmT26 {
    margin-top: 26px !important;
  }

  .pcmT27 {
    margin-top: 27px !important;
  }

  .pcmT28 {
    margin-top: 28px !important;
  }

  .pcmT29 {
    margin-top: 29px !important;
  }

  .pcmT30 {
    margin-top: 30px !important;
  }

  .pcmT31 {
    margin-top: 31px !important;
  }

  .pcmT32 {
    margin-top: 32px !important;
  }

  .pcmT33 {
    margin-top: 33px !important;
  }

  .pcmT34 {
    margin-top: 34px !important;
  }

  .pcmT35 {
    margin-top: 35px !important;
  }

  .pcmT36 {
    margin-top: 36px !important;
  }

  .pcmT37 {
    margin-top: 37px !important;
  }

  .pcmT38 {
    margin-top: 38px !important;
  }

  .pcmT39 {
    margin-top: 39px !important;
  }

  .pcmT40 {
    margin-top: 40px !important;
  }

  .pcmT41 {
    margin-top: 41px !important;
  }

  .pcmT42 {
    margin-top: 42px !important;
  }

  .pcmT43 {
    margin-top: 43px !important;
  }

  .pcmT44 {
    margin-top: 44px !important;
  }

  .pcmT45 {
    margin-top: 45px !important;
  }

  .pcmT46 {
    margin-top: 46px !important;
  }

  .pcmT47 {
    margin-top: 47px !important;
  }

  .pcmT48 {
    margin-top: 48px !important;
  }

  .pcmT49 {
    margin-top: 49px !important;
  }

  .pcmT50 {
    margin-top: 50px !important;
  }

  .pcmT51 {
    margin-top: 51px !important;
  }

  .pcmT52 {
    margin-top: 52px !important;
  }

  .pcmT53 {
    margin-top: 53px !important;
  }

  .pcmT54 {
    margin-top: 54px !important;
  }

  .pcmT55 {
    margin-top: 55px !important;
  }

  .pcmT56 {
    margin-top: 56px !important;
  }

  .pcmT57 {
    margin-top: 57px !important;
  }

  .pcmT58 {
    margin-top: 58px !important;
  }

  .pcmT59 {
    margin-top: 59px !important;
  }

  .pcmT60 {
    margin-top: 60px !important;
  }

  .pcmT61 {
    margin-top: 61px !important;
  }

  .pcmT62 {
    margin-top: 62px !important;
  }

  .pcmT63 {
    margin-top: 63px !important;
  }

  .pcmT64 {
    margin-top: 64px !important;
  }

  .pcmT65 {
    margin-top: 65px !important;
  }

  .pcmT66 {
    margin-top: 66px !important;
  }

  .pcmT67 {
    margin-top: 67px !important;
  }

  .pcmT68 {
    margin-top: 68px !important;
  }

  .pcmT69 {
    margin-top: 69px !important;
  }

  .pcmT70 {
    margin-top: 70px !important;
  }

  .pcmT71 {
    margin-top: 71px !important;
  }

  .pcmT72 {
    margin-top: 72px !important;
  }

  .pcmT73 {
    margin-top: 73px !important;
  }

  .pcmT74 {
    margin-top: 74px !important;
  }

  .pcmT75 {
    margin-top: 75px !important;
  }

  .pcmT76 {
    margin-top: 76px !important;
  }

  .pcmT77 {
    margin-top: 77px !important;
  }

  .pcmT78 {
    margin-top: 78px !important;
  }

  .pcmT79 {
    margin-top: 79px !important;
  }

  .pcmT80 {
    margin-top: 80px !important;
  }

  .pcmT81 {
    margin-top: 81px !important;
  }

  .pcmT82 {
    margin-top: 82px !important;
  }

  .pcmT83 {
    margin-top: 83px !important;
  }

  .pcmT84 {
    margin-top: 84px !important;
  }

  .pcmT85 {
    margin-top: 85px !important;
  }

  .pcmT86 {
    margin-top: 86px !important;
  }

  .pcmT87 {
    margin-top: 87px !important;
  }

  .pcmT88 {
    margin-top: 88px !important;
  }

  .pcmT89 {
    margin-top: 89px !important;
  }

  .pcmT90 {
    margin-top: 90px !important;
  }

  .pcmT91 {
    margin-top: 91px !important;
  }

  .pcmT92 {
    margin-top: 92px !important;
  }

  .pcmT93 {
    margin-top: 93px !important;
  }

  .pcmT94 {
    margin-top: 94px !important;
  }

  .pcmT95 {
    margin-top: 95px !important;
  }

  .pcmT96 {
    margin-top: 96px !important;
  }

  .pcmT97 {
    margin-top: 97px !important;
  }

  .pcmT98 {
    margin-top: 98px !important;
  }

  .pcmT99 {
    margin-top: 99px !important;
  }

  .pcmT100 {
    margin-top: 100px !important;
  }

  .pcmT101 {
    margin-top: 101px !important;
  }

  .pcmT102 {
    margin-top: 102px !important;
  }

  .pcmT103 {
    margin-top: 103px !important;
  }

  .pcmT104 {
    margin-top: 104px !important;
  }

  .pcmT105 {
    margin-top: 105px !important;
  }

  .pcmT106 {
    margin-top: 106px !important;
  }

  .pcmT107 {
    margin-top: 107px !important;
  }

  .pcmT108 {
    margin-top: 108px !important;
  }

  .pcmT109 {
    margin-top: 109px !important;
  }

  .pcmT110 {
    margin-top: 110px !important;
  }

  .pcmT111 {
    margin-top: 111px !important;
  }

  .pcmT112 {
    margin-top: 112px !important;
  }

  .pcmT113 {
    margin-top: 113px !important;
  }

  .pcmT114 {
    margin-top: 114px !important;
  }

  .pcmT115 {
    margin-top: 115px !important;
  }

  .pcmT116 {
    margin-top: 116px !important;
  }

  .pcmT117 {
    margin-top: 117px !important;
  }

  .pcmT118 {
    margin-top: 118px !important;
  }

  .pcmT119 {
    margin-top: 119px !important;
  }

  .pcmT120 {
    margin-top: 120px !important;
  }

  .pcmT121 {
    margin-top: 121px !important;
  }

  .pcmT122 {
    margin-top: 122px !important;
  }

  .pcmT123 {
    margin-top: 123px !important;
  }

  .pcmT124 {
    margin-top: 124px !important;
  }

  .pcmT125 {
    margin-top: 125px !important;
  }

  .pcmT126 {
    margin-top: 126px !important;
  }

  .pcmT127 {
    margin-top: 127px !important;
  }

  .pcmT128 {
    margin-top: 128px !important;
  }

  .pcmT129 {
    margin-top: 129px !important;
  }

  .pcmT130 {
    margin-top: 130px !important;
  }

  .pcmT131 {
    margin-top: 131px !important;
  }

  .pcmT132 {
    margin-top: 132px !important;
  }

  .pcmT133 {
    margin-top: 133px !important;
  }

  .pcmT134 {
    margin-top: 134px !important;
  }

  .pcmT135 {
    margin-top: 135px !important;
  }

  .pcmT136 {
    margin-top: 136px !important;
  }

  .pcmT137 {
    margin-top: 137px !important;
  }

  .pcmT138 {
    margin-top: 138px !important;
  }

  .pcmT139 {
    margin-top: 139px !important;
  }

  .pcmT140 {
    margin-top: 140px !important;
  }

  .pcmT141 {
    margin-top: 141px !important;
  }

  .pcmT142 {
    margin-top: 142px !important;
  }

  .pcmT143 {
    margin-top: 143px !important;
  }

  .pcmT144 {
    margin-top: 144px !important;
  }

  .pcmT145 {
    margin-top: 145px !important;
  }

  .pcmT146 {
    margin-top: 146px !important;
  }

  .pcmT147 {
    margin-top: 147px !important;
  }

  .pcmT148 {
    margin-top: 148px !important;
  }

  .pcmT149 {
    margin-top: 149px !important;
  }

  .pcmT150 {
    margin-top: 150px !important;
  }

  .pcmT151 {
    margin-top: 151px !important;
  }

  .pcmT152 {
    margin-top: 152px !important;
  }

  .pcmT153 {
    margin-top: 153px !important;
  }

  .pcmT154 {
    margin-top: 154px !important;
  }

  .pcmT155 {
    margin-top: 155px !important;
  }

  .pcmT156 {
    margin-top: 156px !important;
  }

  .pcmT157 {
    margin-top: 157px !important;
  }


  .pcmT158 {
    margin-top: 158px !important;
  }

  .pcmT159 {
    margin-top: 159px !important;
  }

  .pcmT160 {
    margin-top: 160px !important;
  }

  .pcfs8 { font-size: 8px !important; } .pcfs9 { font-size: 9px !important; } .pcfs10 { font-size: 10px !important; } .pcfs11 { font-size: 11px !important; } .pcfs12 { font-size: 12px !important; } .pcfs13 { font-size: 13px !important; } .pcfs14 { font-size: 14px !important; } .pcfs15 { font-size: 15px !important; } .pcfs16 { font-size: 16px !important; } .pcfs17 { font-size: 17px !important; } .pcfs18 { font-size: 18px !important; }
  .pcfs19 { font-size: 19px !important; } .pcfs20 { font-size: 20px !important; } .pcfs21 { font-size: 21px !important; } .pcfs22 { font-size: 22px !important; } .pcfs23 { font-size: 23px !important; } .pcfs24 { font-size: 24px !important; } .pcfs25 { font-size: 25px !important; } .pcfs26 { font-size: 26px !important; } .pcfs27 { font-size: 27px !important; } .pcfs28 { font-size: 28px !important; } .pcfs29 { font-size: 29px !important; } .pcfs30 { font-size: 30px !important; } .pcfs31 { font-size: 31px !important; } .pcfs32 { font-size: 32px !important; } .pcfs33 { font-size: 33px !important; } .pcfs34 { font-size: 34px !important; } .pcfs35 { font-size: 35px !important; } .pcfs36 { font-size: 36px !important; } .pcfs37 { font-size: 37px !important; } .pcfs38 { font-size: 38px !important; } .pcfs39 { font-size: 39px !important; } .pcfs40 { font-size: 40px !important; } .pcfs41 { font-size: 41px !important; } .pcfs42 { font-size: 42px !important; } .pcfs43 { font-size: 43px !important; } .pcfs44 { font-size: 44px !important; } .pcfs45 { font-size: 45px !important; } .pcfs46 { font-size: 46px !important; } .pcfs47 { font-size: 47px !important; } .pcfs48 { font-size: 48px !important; } .pcfs49 { font-size: 49px !important; } .pcfs50 { font-size: 50px !important; } .pcfs51 { font-size: 51px !important; } .pcfs52 { font-size: 52px !important; } .pcfs53 { font-size: 53px !important; } .pcfs54 { font-size: 54px !important; } .pcfs55 { font-size: 55px !important; } .pcfs56 { font-size: 56px !important; } .pcfs57 { font-size: 57px !important; } .pcfs58 { font-size: 58px !important; } .pcfs59 { font-size: 59px !important; } .pcfs60 { font-size: 60px !important; } .pcfs61 { font-size: 61px !important; } .pcfs62 { font-size: 62px !important; } .pcfs63 { font-size: 63px !important; } .pcfs64 { font-size: 64px !important; } .pcfs65 { font-size: 65px !important; } .pcfs66 { font-size: 66px !important; } .pcfs67 { font-size: 67px !important; } .pcfs68 { font-size: 68px !important; } .pcfs69 { font-size: 69px !important; } .pcfs70 { font-size: 70px !important; } .pcfs71 { font-size: 71px !important; } .pcfs72 { font-size: 72px !important; } .pcfs73 { font-size: 73px !important; } .pcfs74 { font-size: 74px !important; } .pcfs75 { font-size: 75px !important; } .pcfs76 { font-size: 76px !important; } .pcfs77 { font-size: 77px !important; } .pcfs78 { font-size: 78px !important; } .pcfs79 { font-size: 79px !important; } .pcfs80 { font-size: 80px !important; } .pcfs81 { font-size: 81px !important; } .pcfs82 { font-size: 82px !important; } .pcfs83 { font-size: 83px !important; } .pcfs84 { font-size: 84px !important; } .pcfs85 { font-size: 85px !important; } .pcfs86 { font-size: 86px !important; } .pcfs87 { font-size: 87px !important; } .pcfs88 { font-size: 88px !important; } .pcfs89 { font-size: 89px !important; } .pcfs90 { font-size: 90px !important; } .pcfs91 { font-size: 91px !important; } .pcfs92 { font-size: 92px !important; } .pcfs93 { font-size: 93px !important; } .pcfs94 { font-size: 94px !important; } .pcfs95 { font-size: 95px !important; } .pcfs96 { font-size: 96px !important; } .pcfs97 { font-size: 97px !important; } .pcfs98 { font-size: 98px !important; } .pcfs99 { font-size: 99px !important; } .pcfs100 { font-size: 100px !important; } .pcfs101 { font-size: 101px !important; } .pcfs102 { font-size: 102px !important; } .pcfs103 { font-size: 103px !important; } .pcfs104 { font-size: 104px !important; } .pcfs105 { font-size: 105px !important; } .pcfs106 { font-size: 106px !important; } .pcfs107 { font-size: 107px !important; } .pcfs108 { font-size: 108px !important; } .pcfs109 { font-size: 109px !important; } .pcfs110 { font-size: 110px !important; } .pcfs111 { font-size: 111px !important; } .pcfs112 { font-size: 112px !important; } .pcfs113 { font-size: 113px !important; } .pcfs114 { font-size: 114px !important; } .pcfs115 { font-size: 115px !important; } .pcfs116 { font-size: 116px !important; } .pcfs117 { font-size: 117px !important; } .pcfs118 { font-size: 118px !important; } .pcfs119 { font-size: 119px !important; } .pcfs120 { font-size: 120px !important; } .pcfs121 { font-size: 121px !important; } .pcfs122 { font-size: 122px !important; } .pcfs123 { font-size: 123px !important; } .pcfs124 { font-size: 124px !important; } .pcfs125 { font-size: 125px !important; } .pcfs126 { font-size: 126px !important; } .pcfs127 { font-size: 127px !important; } .pcfs128 { font-size: 128px !important; } .pcfs129 { font-size: 129px !important; } .pcfs130 { font-size: 130px !important; } .pcfs131 { font-size: 131px !important; } .pcfs132 { font-size: 132px !important; } .pcfs133 { font-size: 133px !important; } .pcfs134 { font-size: 134px !important; } .pcfs135 { font-size: 135px !important; } .pcfs136 { font-size: 136px !important; } .pcfs137 { font-size: 137px !important; } .pcfs138 { font-size: 138px !important; } .pcfs139 { font-size: 139px !important; } .pcfs140 { font-size: 140px !important; } .pcfs141 { font-size: 141px !important; } .pcfs142 { font-size: 142px !important; } .pcfs143 { font-size: 143px !important; } .pcfs144 { font-size: 144px !important; } .pcfs145 { font-size: 145px !important; } .pcfs146 { font-size: 146px !important; } .pcfs147 { font-size: 147px !important; } .pcfs148 { font-size: 148px !important; } .pcfs149 { font-size: 149px !important; } .pcfs150 { font-size: 150px !important; } .pcfs151 { font-size: 151px !important; } .pcfs152 { font-size: 152px !important; } .pcfs153 { font-size: 153px !important; } .pcfs154 { font-size: 154px !important; } .pcfs155 { font-size: 155px !important; } .pcfs156 { font-size: 156px !important; } .pcfs157 { font-size: 157px !important; } .pcfs158 { font-size: 158px !important; } .pcfs159 { font-size: 159px !important; } .pcfs160 { font-size: 160px !important; }
    .pcpR40 { padding-right: 40px !important; }
}
/*--header--*/
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 520px) {
  header {
    position: fixed;
    height: 54px;
  }
}
@media screen and (min-width: 521px) {
  header {
    position: absolute;
    height: 96px;
    min-width: 1120px;
  }
}

#title {
  position: absolute;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #title {
    top: 9px;
    left: 3.46vw;
  }
}
@media screen and (min-width: 521px) {
  #title {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#title img {
  width: auto;
}
@media screen and (max-width: 520px) {
  #title img {
    height: 25px;
  }
}
@media screen and (min-width: 521px) {
  #title img {
    height: 46px;
  }
}

footer {
  background: #FFF;
}
@media screen and (max-width: 520px) {
  footer {
    padding: 21.33vw 0 0;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 521px) {
  footer {
    padding: 80px 0 0;
  }
}

footer small {
  display: block;
  text-align: center;
}
@media screen and (max-width: 520px) {
  footer small {
    padding: 10.66vw 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  footer small {
    padding: 40px;
  }
}
.footerBnr01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 520px) {
    .footerBnr01 {
        padding: 0 8px;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 521px) {
    .footerBnr01 {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 520px) {
    .footerBnr01 > li {
        width: calc((100% - 32px)/2);
        margin: 8px
    }
}

@media screen and (min-width: 521px) {
    .footerBnr01 > li {
        margin: 0 10px;
        width: 180px
    }
}


/* ====================
calender
==================== */
.calender {
    position: relative;
    height: 0;
    overflow: hidden;
}
@media screen and (max-width: 520px) {
    .calender {
        padding-bottom: 10vw;
        height: 444px;
    }
}
@media screen and (min-width: 521px) {
    .calender {
        padding-bottom: 380px;
        height: 666px;
    }
}

.calender iframe,
.calender object,
.calender embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ====================
footerMapPare
==================== */
.footerMapPare {
  position: relative;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .footerMapPare {
    padding-bottom: 60vw;
  }
}
@media screen and (min-width: 521px) {
  .footerMapPare {
    padding-bottom: 380px;
  }
}

.footerMapPare iframe,
.footerMapPare object,
.footerMapPare embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ====================
footerBlk01
==================== */
.footerBlk01 {
  background: #fcf7f0;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .footerBlk01 {
    padding: 10.66vw 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk01 {
    padding: 40px 0;
  }
}

.footerBlk01__txt01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 520px) {
  .footerBlk01__txt01 {
    font-size: 5.33vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk01__txt01 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.footerBlk01__tel {
  text-align: center;
}
@media screen and (max-width: 520px) {
  .footerBlk01__tel {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk01__tel {
    margin-bottom: 30px;
  }
}

.footerBlk01__tel a {
  display: inline-block;
  background: #FFF;
  border-radius: 256px;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .footerBlk01__tel a {
    font-size: 8vw;
    padding: 2.66vw 10.66vw;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk01__tel a {
    font-size: 40px;
    padding: 10px 40px;
  }
}

.footerBlk01__tel a span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  .footerBlk01__tel a span {
    padding-left: 24px;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk01__tel a span {
    padding-left: 32px;
  }
}

.footerBlk01__tel a span:before {
  content: "";
  display: block;
  background: url(../images/icon-tel-bk.svg) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .footerBlk01__tel a span:before {
    width: 16px;
    height: 24px;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk01__tel a span:before {
    width: 20px;
    height: 30px;
  }
}

.footerBlk01__txt02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .footerBlk01__txt02 {
    margin-bottom: 8vw;
  }
}

@media screen and (min-width: 521px) {
  .footerBlk01__txt02 {
    margin-bottom: 24px;
  }
}

.footerBlk01__txt02 li dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  .footerBlk01__txt02 li dl {
    font-size: 4.26vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk01__txt02 li dl {
    font-size: 16px;
  }
}

.footerBlk01__txt02 li dl dt {
  margin-right: 1em;
  text-align: right;
  width: 5em;
}
.footerBlk01__txt02 li dl dd {
  -moz-text-align-last: left;
       text-align-last: left;
  width: calc(100% - 6em);
}

  .footerBlk01__btn01 {
    display: flex; flex-wrap: wrap; justify-content: center;
  }

  .footerBlk01__btn01 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #a8dede;
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .footerBlk01__btn01 a {
    padding: 6px 10px;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk01__btn01 a {
    padding: 5px 20px 5px 10px;
  }
}

.footerBlk01__btn01 a span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  .footerBlk01__btn01 a span {
    padding-left: 28px;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk01__btn01 a span {
    padding-left: 40px;
  }
}

.footerBlk01__btn01 a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/icon-cal.svg) no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 520px) {
  .footerBlk01__btn01 a span:before {
    width: 20px;
    height: 18px;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk01__btn01 a span:before {
    width: 24px;
    height: 22px;
  }
}




/* ====================
footerBlk02
==================== */
.footerBlk02 {
  text-align: center;
}
@media screen and (max-width: 520px) {
  .footerBlk02 {
    padding: 12.8vw 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk02 {
    padding: 48px 0;
  }
}

@media screen and (max-width: 520px) {
  .footerBlk02__ttl {
    margin-bottom: 6.8vw;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk02__ttl {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 520px) {
  .footerBlk02__ttl img {
    width: auto;
    height: 10.66vw;
  }
}
@media screen and (max-width: 520px) {
  .footerBlk02__txt01 {
    font-size: 4.26vw;
    margin-bottom: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk02__txt01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 520px) {
  .footerBlk02__txt02 {
    font-size: 4.26vw;
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 521px) {
  .footerBlk02__txt02 {
    font-size: 16px;
    margin-bottom: 48px;
  }
}

.footerBlk02__link {
  background: #EEE;
  border-radius: 256px;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 521px) {
  .footerBlk02__link {
    width: 420px;
  }
}
@media screen and (min-width: 521px) and (min-width: 521px) {
  .footerBlk02__link {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 521px) {
  .footerBlk02__link > li {
    margin-right: 1em;
  }
}

@media screen and (min-width: 521px) {
  .footerBlk02__link > li:last-child {
    margin-right: 0;
  }
}

.footerBlk02__link > li > a {
  display: inline-block;
  padding: 1em 0.5em;
}
@media screen and (max-width: 520px) {
  .footerBlk02__link > li > a {
    font-size: 3.2vw;
  }
}
.footerBlk02__link > li > a > span {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
.footerBlk02__link > li > a > span:before {
  content: "";
  display: block;
  background: url(../images/icon-arrow-gy01.svg) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 8px;
}
.toTop {
  position: fixed;
  display: none;
}
@media screen and (max-width: 520px) {
  .toTop {
    bottom: 56px;
    right: 10px;
  }
}
@media screen and (min-width: 521px) {
  .toTop {
    bottom: 20px;
    right: 20px;
  }
}

.toTop a {
  display: block;
}
@media screen and (max-width: 520px) {
  .toTop a {
    width: 60px;
  }
}
@media screen and (min-width: 521px) {
  .toTop a {
    width: 60px;
  }
}

/* ====================
menuBtn
==================== */
#menuBtn {
  position: fixed;
  z-index: 700;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  #menuBtn {
    width: 63px;
    height: 54px;
    top: 0px;
    right: 0px;
  }
}
@media screen and (min-width: 521px) {
  #menuBtn {
    display: none;
  }
}

#menuBtn .menuBtnBar {
  display: block;
  position: absolute;
  height: 1px;
  background: #000;
  transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out;
}
@media screen and (max-width: 520px) {
  #menuBtn .menuBtnBar {
    left: 14px;
    width: 35px;
  }
}

@media screen and (max-width: 520px) {
  #menuBtn01 {
    top: 14px;
  }
}

@media screen and (max-width: 520px) {
  #menuBtn02 {
    top: 28px;
  }
}

@media screen and (max-width: 520px) {
  #menuBtn03 {
    top: 42px;
  }
}

.active #menuBtn01 {
  transform: rotate(45deg);
}
@media screen and (max-width: 520px) {
  .active #menuBtn01 {
    top: 24px;
  }
}

.active #menuBtn02 {
  transform: rotate(-45deg);
}
@media screen and (max-width: 520px) {
  .active #menuBtn02 {
    top: 24px;
  }
}

.active #menuBtn03 {
  opacity: 0;
}

.navLock {
  height: 100%;
  overflow: hidden;
}

/* ====================
nav
==================== */
nav {
  left: 0;
  z-index: 600;
  width: 100%;
}
@media screen and (max-width: 520px) {
  nav {
    position: fixed;
    display: none;
    top: 0;
    height: 100%;
    background: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 521px) {
  nav {
    position: absolute;
    top: 96px;
    height: 58px;
    background: rgba(255, 255, 255, 0.9);
    min-width: 1120px;
  }
}

@media screen and (min-width: 521px) {
  nav.scrolled {
    position: fixed;
    top: 0;
  }
}

@media screen and (max-width: 520px) {
  nav > dl {
    padding: 0;
    height: 100%;
  }
}
@media screen and (min-width: 521px) {
  nav > dl {
    width: 1060px;
  }
}
@media screen and (min-width: 521px) and (min-width: 521px) {
  nav > dl {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 520px) {
  nav > dl > dt {
    height: 54px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #CCC;
    line-height: 1;
  }
}
@media screen and (min-width: 521px) {
  nav > dl > dt {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  nav > dl > dt img {
    width: auto;
    height: 25px;
    position: absolute;
    top: 12px;
    left: 3.46vw;
  }
}
nav > dl > dd {
  line-height: 1;
}
@media screen and (max-width: 520px) {
  nav > dl > dd {
    overflow: auto;
    padding: 24px 0;
    font-size: 3.73vw;
    max-height: calc(100% - 54px - 48px);
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 521px) {
  nav > dl > dd > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 521px) {
  nav > dl > dd > ul > li.navPDWrap {
    position: relative;
  }
}

@media screen and (min-width: 521px) {
  nav > dl > dd > ul > li:nth-child(1):before {
    content: "";
    width: 1px;
    height: 42px;
    border-right: #a2bd6e dashed 1px;
    position: absolute;
    top: 8px;
    left: 0;
  }
}

nav > dl > dd > ul > li > a,
nav > dl > dd > ul > li > span {
  position: relative;
}
@media screen and (max-width: 520px) {
  nav > dl > dd > ul > li > a,
nav > dl > dd > ul > li > span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #a2bd6e;
    padding: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  nav > dl > dd > ul > li > a,
nav > dl > dd > ul > li > span {
    display: block;
    text-align: center;
    padding: 8px 19px 18px;
  }
}

@media screen and (min-width: 521px) {
  nav > dl > dd > ul > li > a:before,
nav > dl > dd > ul > li > span:before {
    content: "";
    width: 1px;
    height: 42px;
    border-right: #a2bd6e dashed 1px;
    position: absolute;
    top: 8px;
    right: 0;
  }
}

nav > dl > dd > ul > li > a:after,
nav > dl > dd > ul > li > span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #B2967D transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 520px) {
  nav > dl > dd > ul > li > a:after,
nav > dl > dd > ul > li > span:after {
    top: 50%;
    right: 5.33vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 521px) {
  nav > dl > dd > ul > li > a:after,
nav > dl > dd > ul > li > span:after {
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
}

nav > dl > dd > ul > li > a > span,
nav > dl > dd > ul > li > span > span {
  display: block;
}
@media screen and (min-width: 521px) {
  nav > dl > dd > ul > li > a > span,
nav > dl > dd > ul > li > span > span {
    position: relative;
  }
}

@media screen and (min-width: 521px) {
  .navJp {
    font-size: 13px;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
  }
}

.navEn {
  color: #C8BBA3;
}
@media screen and (max-width: 520px) {
  .navEn {
    padding-right: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .navEn {
    font-size: 11px;
  }
}

/* ====================
navPD
==================== */
.navPD {
  display: none;
  background: rgba(178, 150, 125, 0.9);
}
@media screen and (max-width: 520px) {
  .navPD {
    padding: 2.83vw 0;
  }
}
@media screen and (min-width: 521px) {
  .navPD {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 10px 0;
    transform: translateX(-50%);
  }
}

.navPD > li > a {
  color: #FFF;
  display: block;
}
@media screen and (max-width: 520px) {
  .navPD > li > a {
    padding: 5.66vw 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .navPD > li > a {
    padding: 20px 20px;
    white-space: nowrap;
  }
}

/* ====================
navMG
==================== */
@media screen and (max-width: 520px) {
  .navMG.active {
    display: block;
  }
}
@media screen and (min-width: 521px) {
  .navMG.active {
    display: flex;
  }
}

.navMG {
  display: none;
  background: rgba(200, 187, 163, 0.89);
}
@media screen and (min-width: 521px) {
  .navMG {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 521px) {
  .navMG > ul {
    width: 960px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 521px) and (min-width: 521px) {
  .navMG > ul {
    margin-left: auto;
    margin-right: auto;
  }
}

.navMG > ul > li {
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 521px) {
  .navMG > ul > li {
    width: 306px;
    margin: 10px 10px 0 0;
  }
}

@media screen and (min-width: 521px) {
  .navMG > ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 521px) {
  .navMG > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}

.navMG > ul > li > a {
  display: block;
}
@media screen and (max-width: 520px) {
  .navMG > ul > li > a {
    padding: 2.66vw 2.66vw 0;
  }
}
@media screen and (min-width: 521px) {
  .navMG > ul > li > a {
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(178, 150, 125, 0.9);
  }
}

@media screen and (max-width: 520px) {
  .navMG > ul > li:last-child > a {
    padding: 2.66vw 2.66vw;
  }
}
.navMG > ul > li > a > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .navMG > ul > li > a > span {
    padding: 2.66vw;
    background: rgba(178, 150, 125, 0.9);
    /* background: rgba(0, 255, 90, 0.5); */
  }
}
@media screen and (min-width: 521px) {
  .navMG > ul > li > a > span {
    padding: 10px;
  }
}

@media screen and (max-width: 520px) {
  .navMG > ul > li > a > span > img {
    max-width: 56px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 521px) {
  .navMG > ul > li > a > span > img {
    width: 90px;
    margin-right: 16px;
  }
}

.navMG > ul > li > a > span > span {
  color: #FFF;
}
@media screen and (max-width: 520px) {
  .navMG > ul > li > a > span > span {
    max-width: calc(100% - 56px - 10px);
  }
}
@media screen and (min-width: 521px) {
  .navMG > ul > li > a > span > span {
    max-width: calc(100% - 90px - 16px);
  }
}

/*===========================================================================
pages
===========================================================================*/
@media screen and (max-width: 520px) {
  #indexBody {
    padding-top: 54px;
  }
}
@media screen and (min-width: 521px) {
  #indexBody {
    padding-top: 154px;
  }
}

/* ====================
mainImg
==================== */
.mainImg {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .mainImg {
    height: 100vw;
  }
}
@media screen and (min-width: 521px) {
  .mainImg {
    height: 580px;
  }
}

.mainImg:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 520px) {
  .mainImg:before {
    height: 24px;
    background: url(../images/main_bg01.png) repeat-x 50% 0/100% auto;
  }
}
@media screen and (min-width: 521px) {
  .mainImg:before {
    height: 58px;
    background: url(../images/main_bg01.png) repeat-x 50% 0/auto;
  }
}

@media screen and (max-width: 520px) {
  .mainImgSlide ul {
    height: 100vw;
  }
}
@media screen and (min-width: 521px) {
  .mainImgSlide ul {
    height: 580px;
  }
}

@media screen and (max-width: 520px) {
  .mainImgSlide .slick-slide {
    margin-left: -23.47vw;
  }
}
@media screen and (min-width: 521px) {
  .mainImgSlide .slick-slide {
    margin-left: -138px;
  }
}

.mainImgSlide .slick-slide img {
  width: auto;
}
@media screen and (max-width: 520px) {
  .mainImgSlide .slick-slide img {
    height: 100vw;
  }
}
.mainImgTxt01 {
  position: absolute;
  bottom: 0;
  z-index: 10;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 520px) {
  .mainImgTxt01 {
    right: 0;
    font-size: 2.66vw;
    padding: 2.66vw 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .mainImgTxt01 {
    right: 56px;
    font-size: 12px;
  }
}

.mainImgTxt02 {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 520px) {
  .mainImgTxt02 {
    top: 34px;
    left: 2.66vw;
    padding: 2.66vw;
    line-height: 1.4;
    min-width: 41.06vw;
  }
}
@media screen and (min-width: 521px) {
  .mainImgTxt02 {
    top: 80px;
    left: 50%;
    margin-left: -460px;
    padding: 20px;
    min-width: 264px;
    min-height: 308px;
    white-space: nowrap;
  }
}

.mainImgTxt02 > p {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 520px) {
  .mainImgTxt02 > p {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 521px) {
  .mainImgTxt02 > p {
    font-size: 32px;
  }
}

/* ====================
indexInfo
==================== */
.indexInfo {
  position: relative;
  z-index: 1;
  background: #EEE4E1;
}
@media screen and (max-width: 520px) {
  .indexInfo {
    padding: 8.53vw 5.33vw;
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 521px) {
  .indexInfo {
    padding: 48px 0;
    margin-bottom: 80px;
  }
}

.indexInfo:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99%);
}


.indexInfo:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(0);
}

@media screen and (min-width: 521px) {
  .indexInfoWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 960px;
  }
}
@media screen and (min-width: 521px) and (min-width: 521px) {
  .indexInfoWrap {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 520px) {
  .indexTopics {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 521px) {
  .indexTopics {
    width: 460px;
  }
}

.indexTopicsSub01 {
  color: #a28c78;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .indexTopicsSub01 {
    margin-bottom: 2.13vw;
    font-size: 4.26vw;
  }
}
@media screen and (min-width: 521px) {
  .indexTopicsSub01 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.indexTopicsList {
  overflow: auto;
}
@media screen and (max-width: 520px) {
  .indexTopicsList {
    max-height: 25em;
  }
}
@media screen and (min-width: 521px) {
  .indexTopicsList {
    max-height: 260px;
  }
}

@media screen and (max-width: 520px) {
  .indexTopicsList > li {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 521px) {
  .indexTopicsList > li {
    margin-bottom: 13px;
  }
}

.indexTopicsList > li:last-child {
  margin-bottom: 0;
}
.indexTopicsList dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #B2967D;
}
@media screen and (min-width: 521px) {
  .indexTopicsList dt {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 520px) {
  .indexTopicsDate {
    font-size: 3.2vw;
    width: 18.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexTopicsDate {
    font-size: 12px;
    width: 80px;
  }
}

.indexTopicsTtl {
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .indexTopicsTtl {
    width: calc(100% - 18.66vw);
  }
}
@media screen and (min-width: 521px) {
  .indexTopicsTtl {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 520px) {
  .indexTopicsList dd {
    font-size: 3.46vw;
  }
}
@media screen and (min-width: 521px) {
  .indexTopicsList dd {
    font-size: 13px;
    padding-right: 12px;
  }
}

.indexTime {
  background: #FFF;
}
@media screen and (max-width: 520px) {
  .indexTime {
    padding: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexTime {
    padding: 10px;
    width: 460px;
  }
}

.indexTime table {
  width: 100%;
  margin-bottom: 10px;
}
.indexTime table th, .indexTime table td {
  border-bottom: 1px solid #dbc0a6;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .indexTime table th, .indexTime table td {
    padding: 8px 0;
  }
}
@media screen and (min-width: 521px) {
  .indexTime table th, .indexTime table td {
    padding: 6px 0;
  }
}

.indexTime table th[scope=col] {
  background: #E7D8C9;
  color: #a28c78;
}
.indexTime table th.sat {
  color: #1e8ebd;
}
.indexTime table th.sun {
  color: #ce4a8b;
}
.indexTime table th[scope=row] {
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .indexTime table th[scope=row] {
    font-size: 12px;
  }
}
.indexTime table td {
  width: 10%;
}
.indexTime__01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.indexTime__0101 {
  line-height: 1.16;
}
@media screen and (max-width: 520px) {
  .indexTime__0101 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 521px) {
  .indexTime__0101 {
    font-size: 12px;
  }
}

.indexTime__0102 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #a8dede;
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .indexTime__0102 a {
    padding: 6px 10px;
  }
}
@media screen and (min-width: 521px) {
  .indexTime__0102 a {
    padding: 5px 20px 5px 10px;
  }
}

.indexTime__0102 a span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 520px) {
  .indexTime__0102 a span {
    padding-left: 28px;
  }
}
@media screen and (min-width: 521px) {
  .indexTime__0102 a span {
    padding-left: 40px;
  }
}

.indexTime__0102 a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/icon-cal.svg) no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 520px) {
  .indexTime__0102 a span:before {
    width: 20px;
    height: 18px;
  }
}
@media screen and (min-width: 521px) {
  .indexTime__0102 a span:before {
    width: 24px;
    height: 22px;
  }
}

/* ====================
indexMessage
==================== */
@media screen and (max-width: 520px) {
  .indexMessage {
    padding: 0 5.33vw;
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 521px) {
  .indexMessage {
    width: 960px;
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 521px) and (min-width: 521px) {
  .indexMessage {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 520px) {
  #indexMessageSub01 > span:after {
    top: 10.66vw;
  }
}
@media screen and (min-width: 521px) {
  #indexMessageSub01 > span:after {
    top: 56px;
  }
}

/* ====================
indexFeature
==================== */
@media screen and (max-width: 520px) {
  .indexFeature {
    margin-bottom: 7.46vw;
  }
}
@media screen and (min-width: 521px) {
  .indexFeature {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 520px) {
  .indexFeatureBlk01 {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 521px) {
  .indexFeatureBlk01 {
    position: relative;
    width: 960px;
    min-height: 420px;
  }
}
@media screen and (min-width: 521px) and (min-width: 521px) {
  .indexFeatureBlk01 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 520px) {
  .indexFeatureBlk01Img {
    margin-bottom: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .indexFeatureBlk01Img {
    width: 680px;
    position: absolute;
    top: 0;
    right: 50%;
  }
}

@media screen and (max-width: 520px) {
  .indexFeatureBlk01__01 {
    padding: 0 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .indexFeatureBlk01__01 {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 520px) {
  .indexFeatureBlk02 {
    padding: 0 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .indexFeatureBlk02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 960px;
    margin-top: -40px;
  }
}
@media screen and (min-width: 521px) and (min-width: 521px) {
  .indexFeatureBlk02 {
    margin-left: auto;
    margin-right: auto;
  }
}

.indexFeatureBlk02__01 {
  background: rgba(236, 229, 204, 0.9);
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .indexFeatureBlk02__01 {
    padding: 10px 10px 10px;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 521px) {
  .indexFeatureBlk02__01 {
    width: 304px;
    padding: 16px 10px 10px 10px;
    margin: 16px 16px 0 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 521px) {
  .indexFeatureBlk02__01:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 521px) {
  .indexFeatureBlk02__01:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 520px) {
  .indexFeatureBlk02__01:last-child {
    margin-bottom: 0;
  }
}
.indexFeatureBlk02Sub01 {
  font-family: "Noto Serif JP", serif;
  color: #787785;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .indexFeatureBlk02Sub01 {
    margin-bottom: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexFeatureBlk02Sub01 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 520px) {
  .indexFeatureBlk02Sub01 > span {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 521px) {
  .indexFeatureBlk02Sub01 > span {
    font-size: 18px;
  }
}

.indexFeatureBlk0201__01 {
  position: relative;
}
.indexFeatureBlk02Img01 {
  position: absolute;
  top: 10px;
  left: 0;
  width: 120px;
}
.indexFeatureBlk02Txt01 {
  background: #FFF;
  height: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .indexFeatureBlk02Txt01 {
    margin-left: 80px;
    padding: 10px 10px 10px 48px;
    min-height: 7.2em;
  }
}
@media screen and (min-width: 521px) {
  .indexFeatureBlk02Txt01 {
    margin-left: 74px;
    padding: 10px 10px 10px 56px;
    min-height: 8.5em;
  }
}

/* ====================
indexAllOn4
==================== */
.indexAllOn4 {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .indexAllOn4 {
    background: #eeeeee;
    padding-bottom: 6.4vw;
    margin-bottom: 10.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexAllOn4 {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 521px) {
  .indexAllOn4:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -210px;
    z-index: 0;
    background: #EEE;
  }
}

@media screen and (min-width: 521px) {
  .indexAllOn4Img01 {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1;
    min-width: 900px;
  }
}

.indexAllOn4Txt01 {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .indexAllOn4Txt01 {
    margin: -6.4vw 5.33vw 0;
    padding: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .indexAllOn4Txt01 {
    margin: 0 0 0 240px;
    width: 600px;
    padding: 30px 30px 40px 40px;
  }
}

.indexAllOn4Sub01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .indexAllOn4Sub01 {
    font-size: 5.33vw;
    margin-bottom: 8.53vw;
  }
}
@media screen and (min-width: 521px) {
  .indexAllOn4Sub01 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.indexAllOn4Sub01 > span {
  color: #B2967D;
}
@media screen and (max-width: 520px) {
  .indexAllOn4Sub01 > span {
    font-size: 6.93vw;
  }
}
@media screen and (min-width: 521px) {
  .indexAllOn4Sub01 > span {
    font-size: 32px;
  }
}

.indexAllOn4Ttl {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .indexAllOn4Ttl {
    top: 5.33vw;
    right: 4px;
  }
}
@media screen and (min-width: 521px) {
  .indexAllOn4Ttl {
    top: 0;
    left: 50%;
    margin-left: 460px;
  }
}

@media screen and (max-width: 520px) {
  .indexAllOn4TtlEn {
    font-size: 8.53vw;
  }
}
@media screen and (min-width: 521px) {
  .indexAllOn4TtlEn {
    font-size: 40px;
  }
}

@media screen and (max-width: 520px) {
  .indexAllOn4TtlJp {
    font-size: 3.73vw;
    margin-right: 8px;
  }
}
@media screen and (min-width: 521px) {
  .indexAllOn4TtlJp {
    font-size: 16px;
    margin-right: 24px;
  }
}

/* ====================
indexOneDay
==================== */
.indexOneDay {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .indexOneDay {
    background: #eeeeee;
    padding-bottom: 6.4vw;
    margin-bottom: 10.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexOneDay {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 521px) {
  .indexOneDay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 35px;
    right: 50%;
    margin-right: -210px;
    z-index: 0;
    background: #EEE;
  }
}

@media screen and (min-width: 521px) {
  .indexOneDayImg01 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    min-width: 900px;
  }
}

.indexOneDayTxt01 {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .indexOneDayTxt01 {
    margin: -6.4vw 5.33vw 0;
    padding: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .indexOneDayTxt01 {
    margin: 0 240px 0 0;
    width: 600px;
    padding: 30px 30px 40px 40px;
  }
}

.indexOneDaySub01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .indexOneDaySub01 {
    font-size: 5.33vw;
    margin-bottom: 8.53vw;
  }
}
@media screen and (min-width: 521px) {
  .indexOneDaySub01 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.indexOneDaySub01 > span {
  color: #2195b2;
}
@media screen and (max-width: 520px) {
  .indexOneDaySub01 > span {
    font-size: 6.93vw;
  }
}
@media screen and (min-width: 521px) {
  .indexOneDaySub01 > span {
    font-size: 32px;
  }
}

.indexOneDayTtl {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .indexOneDayTtl {
    top: 2.66vw;
    right: 4px;
    color: #FFF;
  }
}
@media screen and (min-width: 521px) {
  .indexOneDayTtl {
    top: 0;
    left: 50%;
    margin-left: -540px;
  }
}

@media screen and (max-width: 520px) {
  .indexOneDayTtlEn {
    font-size: 8.53vw;
  }
}
@media screen and (min-width: 521px) {
  .indexOneDayTtlEn {
    font-size: 40px;
  }
}

@media screen and (max-width: 520px) {
  .indexOneDayTtlJp {
    font-size: 3.73vw;
    margin-right: 8px;
  }
}
@media screen and (min-width: 521px) {
  .indexOneDayTtlJp {
    font-size: 16px;
    margin-right: 24px;
  }
}

/* ====================
indexInvisalign
==================== */
@media screen and (max-width: 520px) {
  .indexInvisalign {
    padding: 37.33vw 5.33vw 5.33vw;
    background: #f6f6f6 url(../images/top-invisa-bg02.jpg) no-repeat 50% 0/100% auto;
    margin-bottom: 10.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexInvisalign {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 440px;
    background: #f6f6f6 url(../images/top-invisa-bg02.jpg) no-repeat 0 0/auto;
    margin-bottom: 80px;
  }
}

/* ====================
indexWisdom
==================== */
@media screen and (max-width: 520px) {
  .indexWisdom {
    padding: 37.33vw 5.33vw 5.33vw;
    background: #f6f6f6 url(../images/top-wisdom-bg01.jpg) no-repeat 50% 0/100% auto;
    margin-bottom: 10.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexWisdom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 440px;
    background: #f6f6f6 url(../images/top-wisdom-bg01.jpg) no-repeat 100% 0/auto;
    margin-bottom: 80px;
  }
}

/* ====================
indexDr
==================== */
.indexDr {
  position: relative;
  background: #d1b8a1;
  overflow: hidden;
}
@media screen and (min-width: 521px) {
  .indexDr {
    min-height: 550px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 521px) {
  .indexDr__01 {
    width: 430px;
    order: 2;
  }
}

@media screen and (min-width: 521px) {
  .indexDr__02 {
    width: 530px;
    order: 1;
  }
}

.indexDrTtl {
  background: #FFF;
  color: #B2967D;
  border-radius: 0 0 16px 16px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: absolute;
  top: -1px;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .indexDrTtl {
    left: 20px;
    padding: 5.33vw 2.66vw 10.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTtl {
    left: 50%;
    margin-left: 420px;
    padding: 40px 0 40px;
  }
}

.indexDrTtl__01 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .indexDrTtl__01 {
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTtl__01 {
    font-size: 16px;
    margin-left: 6px;
    margin-right: 16px;
  }
}

.indexDrTtl__02 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 520px) {
  .indexDrTtl__02 {
    font-size: 7.46vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTtl__02 {
    font-size: 32px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 520px) {
  .indexDrTtl__02 > span {
    font-size: 4.26vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTtl__02 > span {
    font-size: 18px;
  }
}

@media screen and (max-width: 520px) {
  .indexDrTtl.indexDrTtl02 {
    padding: 5.33vw 2.66vw 8vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTtl.indexDrTtl02 {
    margin-left: 70px;
  }
}

.indexDrTtl02 .indexDrTtl__01 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .indexDrTtl02 .indexDrTtl__01 {
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTtl02 .indexDrTtl__01 {
    font-size: 16px;
    margin-left: 6px;
  }
}

.indexDrTtl02 .indexDrTtl__02 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 520px) {
  .indexDrTtl02 .indexDrTtl__02 {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTtl02 .indexDrTtl__02 {
    font-size: 32px;
  }
}

@media screen and (max-width: 520px) {
  .indexDrTtl02 .indexDrTtl__02 > span {
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTtl02 .indexDrTtl__02 > span {
    font-size: 18px;
  }
}

@media screen and (min-width: 521px) {
  .indexDrImg02 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 48px;
    height: 550px;
  }
}

@media screen and (min-width: 521px) {
  .indexDrImg02 img {
    max-width: none;
    width: auto;
    height: 550px;
  }
}

@media screen and (max-width: 520px) {
  .indexDrTxt {
    padding: 10.66vw 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTxt {
    padding: 0 30px 0 0;
  }
}

.indexDrTxtTilte {
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  .indexDrTxtTilte {
    margin-bottom: 6.4vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTxtTilte {
    margin-bottom: 46px;
  }
}

.indexDrTxtTilte__01 {
  display: block;
  font-family: "Noto Serif JP", serif;
  line-height: 0.9;
  font-weight: 600;
}
@media screen and (max-width: 520px) {
  .indexDrTxtTilte__01 {
    font-size: 17.06vw;
    width: 37.33vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTxtTilte__01 {
    font-size: 72px;
    width: 165px;
  }
}

.indexDrTxtTilte__02 {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .indexDrTxtTilte__02 {
    font-size: 3.73vw;
    width: calc(100% - 37.33vw);
    line-height: 1.5;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTxtTilte__02 {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}

.indexDrTxt__01 {
  color: #FFF;
}
@media screen and (max-width: 520px) {
  .indexDrTxt__01 {
    margin-bottom: 7.46vw;
  }
}
@media screen and (min-width: 521px) {
  .indexDrTxt__01 {
    margin-bottom: 56px;
  }
}

/* ====================
indexWorries
==================== */
.indexWorries {
  background: #fafff6;
}
@media screen and (max-width: 520px) {
  .indexWorries {
    padding: 5.33vw 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexWorries {
    padding: 80px 40px;
    min-width: 1120px;
  }
}

.indexWorriesWrap {
  background: #FFF;
}
@media screen and (max-width: 520px) {
  .indexWorriesWrap {
    padding: 5.33vw 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexWorriesWrap {
    padding: 80px 40px;
    min-width: 1040px;
  }
}

@media screen and (min-width: 521px) {
  .indexWorriesBlk01 {
    width: 100%;
    width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 521px) and (min-width: 521px) {
  .indexWorriesBlk01 {
    margin-left: auto;
    margin-right: auto;
  }
}

.indexWorriesBlk01__01 {
  border-radius: 8px;
  box-shadow: 0px 0px 6px #adadad;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .indexWorriesBlk01__01 {
    margin-bottom: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .indexWorriesBlk01__01 {
    width: 470px;
    margin: 24px 10px 0;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 521px) {
  .indexWorriesBlk01__01:nth-child(-n+2) {
    margin-top: 0;
  }
}

.indexWorriesBlk01Ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .indexWorriesBlk01TtlImg {
    width: 120px;
  }
}
@media screen and (min-width: 521px) {
  .indexWorriesBlk01TtlImg {
    width: 180px;
  }
}

.indexWorriesBlk01Ttl__01 {
  text-align: center;
}
@media screen and (max-width: 520px) {
  .indexWorriesBlk01Ttl__01 {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 521px) {
  .indexWorriesBlk01Ttl__01 {
    width: calc(100% - 180px);
  }
}

.indexWorriesBlk01TtlSub {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 520px) {
  .indexWorriesBlk01TtlSub {
    font-size: 3.73vw;
    margin-bottom: 2.66vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 521px) {
  .indexWorriesBlk01TtlSub {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 520px) {
  .indexWorriesBlk01TtlSub > span {
    font-size: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .indexWorriesBlk01TtlSub > span {
    font-size: 26px;
  }
}

.indexWorriesBlk01TtlSub__01 {
  color: #B2967D;
}
.indexWorriesBlk01TtlCat {
  display: inline-block;
  border-radius: 256px;
  background: #B2967D;
  color: #FFF;
  line-height: 1.2;
  padding: 0.25em;
}
@media screen and (max-width: 520px) {
  .indexWorriesBlk01TtlCat {
    min-width: 26.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexWorriesBlk01TtlCat {
    min-width: 100px;
  }
}

@media screen and (max-width: 520px) {
  .indexWorriesBlk01Txt {
    padding: 3.2vw 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexWorriesBlk01Txt {
    padding: 24px 24px;
    min-height: 100px;
  }
}

.indexWorriesLink {
  background: #baab9c;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .indexWorriesLink {
    padding: 0.5em 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .indexWorriesLink {
    padding: 11px 0 11px 24px;
    flex: 1 auto;
  }
}

.indexWorriesLink > li {
  margin-right: 1em;
}
@media screen and (max-width: 520px) {
  .indexWorriesLink > li {
    font-size: 3.2vw;
  }
}
.indexWorriesLink > li:last-child {
  margin-right: 0;
}
.indexWorriesLink > li a {
  color: #eaeaea;
}
.indexWorriesLink > li a > span {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  letter-spacing: 0em;
}
.indexWorriesLink > li a > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #eaeaea;
  position: absolute;
  top: 0.6em;
  left: 0;
}
/* ====================
indexClinicImgs
==================== */
@media screen and (max-width: 520px) {
  .indexClinicImgs .slick-slide {
    width: 60vw;
    margin: 0 10px;
  }
}
@media screen and (min-width: 521px) {
  .indexClinicImgs .slick-slide {
    width: 600px;
    margin: 0 10px;
  }
}

/* ====================
staff
==================== */
@media screen and (max-width: 520px) {
  .staffBlk01 {
    margin-bottom: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .staffBlk01 {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media screen and (max-width: 520px) {
  .staffBlk01__img {
    margin-bottom: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .staffBlk01__img {
    width: 400px;
  }
}

.staffBlk01__img img {
  border-radius: 12px !important;
}
@media screen and (min-width: 521px) {
  .staffBlk01__txt {
    width: 520px;
    padding-bottom: 80px;
  }
}

.staffBlk01__sub {
  color: #26a79f;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 520px) {
  .staffBlk01__sub {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 4.26vw;
  }
}
@media screen and (min-width: 521px) {
  .staffBlk01__sub {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.staffBlk01__sub > span {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 520px) {
  .staffBlk01__sub > span {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 521px) {
  .staffBlk01__sub > span {
    font-size: 18px;
  }
}

@media screen and (max-width: 520px) {
  .staffBlk01__txt01 {
    font-size: 4.26vw;
  }
}
@media screen and (min-width: 521px) {
  .staffBlk01__txt01 {
    font-size: 16px;
  }
}

@media screen and (min-width: 521px) {
  .staffBlk02 {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 520px) {
  .staffBlk02__01 {
    margin-bottom: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .staffBlk02__01 {
    width: 300px;
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 520px) {
  .staffBlk02__01--01 {
    margin-bottom: 5.33vw;
  }
}
@media screen and (min-width: 521px) {
  .staffBlk02__01--01 {
    width: 465px;
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 520px) {
  .staffBlk02__01:last-child,
.staffBlk02__01--01:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 521px) {
  .staffBlk02__01:last-child,
.staffBlk02__01--01:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 520px) {
  .staffBlk02__dl01 > dt {
    margin-bottom: 2.66vw;
  }
}
@media screen and (min-width: 521px) {
  .staffBlk02__dl01 > dt {
    margin-bottom: 20px;
  }
}

.staffBlk02__dl01 > dt > span {
  display: inline-block;
  border-radius: 100vw;
  background: #26a79f;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  padding: 0.25em 1.0em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 520px) {
  .staffBlk02__dl01 > dt > span {
    min-width: 26.66vw;
  }
}
@media screen and (min-width: 521px) {
  .staffBlk02__dl01 > dt > span {
    min-width: 100px;
  }
}

.staffBlk02__dl02 {
  display: flex;
  flex-wrap: wrap;
}
.staffBlk02__dl02 > dt {
  width: 3em;
}
.staffBlk02__dl02 > dd {
  width: calc(100% - 3em);
}/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 520px) {
    .box01 { position: relative; background: #FBF3EA; padding: 12px 14px; box-sizing: border-box; }
    .box01:before { content: ''; display: block; position: absolute; top: 4px; left: 4px; width: calc( 100% - 10px ); height: calc( 100% - 10px ); border: #FFF 1px solid; }
}
@media screen and (min-width: 521px) {
    .box01 { position: relative; background: #FBF3EA; padding: 32px 40px; box-sizing: border-box; }
    .box01:before { content: ''; display: block; position: absolute; top: 4px; left: 4px; width: calc( 100% - 10px ); height: calc( 100% - 10px ); border: #FFF 1px solid; }
}
/*blog*/
.blog-container{
width:60%;
}
.list {
    border-bottom: 1px dashed #B2967D;
    margin-bottom: 30px;
}
.common_content {
    display: flex;
}
.common_date {
    margin-right: 10px;
    margin-bottom: 5px;
}
p.common_title {
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
.blog-container{
width:100%;
}
}