@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
/*@mixin hover2 {
  transition: .1s;
  box-shadow: 0 5px 0 0 darken($black, 20%);
  &:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    text-decoration: none;
    box-shadow: 0 0 0 0 darken($black, 20%);
  }
}*/
/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-2n.space2 .column-box,
.thumbnail-2n.space2 .column-box {
  width: calc((100% + 2px) / 2 - 2px);
  margin: 2px 2px 0 0;
}
.column-2n.space2 .column-box:nth-child(-n+2),
.thumbnail-2n.space2 .column-box:nth-child(-n+2) {
  margin-top: 0;
}

.column-2n,
.thumbnail-2n {
  margin: 20px 0;
}
.column-2n:first-child,
.thumbnail-2n:first-child {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 10px) / 2 - 10px);
  margin: 10px 10px 0 0;
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 10px) / 2 - 10px);
  margin: 10px 10px 0 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 10px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

.column-3n,
.thumbnail-3n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-3n.space2 .column-box,
.thumbnail-3n.space2 .column-box {
  width: calc((100% + 2px) / 3 - 2px);
  margin: 2px 2px 0 0;
}
.column-3n.space2 .column-box:nth-child(-n+3),
.thumbnail-3n.space2 .column-box:nth-child(-n+3) {
  margin-top: 0;
}

.column-3n,
.thumbnail-3n {
  margin: 20px 0;
}
.column-3n:first-child,
.thumbnail-3n:first-child {
  margin-top: 0;
}
.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 10px) / 3 - 10px);
  margin: 10px 10px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

.column-4n,
.thumbnail-4n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-4n.space2 .column-box,
.thumbnail-4n.space2 .column-box {
  width: calc((100% + 2px) / 4 - 2px);
  margin: 2px 2px 0 0;
}
.column-4n.space2 .column-box:nth-child(-n+4),
.thumbnail-4n.space2 .column-box:nth-child(-n+4) {
  margin-top: 0;
}

.column-4n,
.thumbnail-4n {
  margin: 20px 0;
}
.column-4n:first-child,
.thumbnail-4n:first-child {
  margin-top: 0;
}
.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 10px) / 4 - 10px);
  margin: 10px 10px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

.column-5n,
.thumbnail-5n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-5n.space2 .column-box,
.thumbnail-5n.space2 .column-box {
  width: calc((100% + 2px) / 5 - 2px);
  margin: 2px 2px 0 0;
}
.column-5n.space2 .column-box:nth-child(-n+5),
.thumbnail-5n.space2 .column-box:nth-child(-n+5) {
  margin-top: 0;
}

.column-5n,
.thumbnail-5n {
  margin: 20px 0;
}
.column-5n:first-child,
.thumbnail-5n:first-child {
  margin-top: 0;
}
.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 10px) / 5 - 10px);
  margin: 10px 10px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

.column-6n,
.thumbnail-6n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-6n.space2 .column-box,
.thumbnail-6n.space2 .column-box {
  width: calc((100% + 2px) / 6 - 2px);
  margin: 2px 2px 0 0;
}
.column-6n.space2 .column-box:nth-child(-n+6),
.thumbnail-6n.space2 .column-box:nth-child(-n+6) {
  margin-top: 0;
}

.column-6n,
.thumbnail-6n {
  margin: 20px 0;
}
.column-6n:first-child,
.thumbnail-6n:first-child {
  margin-top: 0;
}
.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 10px) / 6 - 10px);
  margin: 10px 10px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/******************************************
[topics]
******************************************/
/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0;
  clear: both;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #9d9d9d !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #EE8686;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
.topics_paging {
  /* sp */
}
@media screen and (max-width: 767px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
.floatImg {
  /* sp */
}
@media screen and (max-width: 767px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
ローディング　loading
******************************************/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#loading_barWrap:after {
  content: "";
  background: url("../img/loading.png") center no-repeat;
  background-size: contain;
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #EE8686;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  bottom: -1px;
}

.text {
  text-align: center;
  color: #000;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.loadingNone {
  display: none;
  -webkit-animation: loadingAnime 1s forwards;
          animation: loadingAnime 1s forwards;
}

@-webkit-keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  width: 60px;
  position: fixed;
  right: -5px;
  top: 20%;
  z-index: 10;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.sideBnr a {
  font-size: 1.125rem;
  color: #EE8686;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background: #6DAE8A;
  border-radius: 5px;
  padding: 15px 22px 15px 15px;
  display: block;
  line-height: 1;
}
.sideBnr a:hover {
  text-decoration: none;
}
.sideBnr {
  /* sp */
}
@media screen and (max-width: 767px) {
  .sideBnr {
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .sideBnr a {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    border-width: 0;
    border-radius: 0;
    padding: 10px;
    display: block;
  }
}

/******************************************
[global]
******************************************/
html,
body {
  /*height: 100%;*/
  max-width: 720px;
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Zen Maru Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  background: #F7E2EA;
  background-size: 100px 100px;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

.inner {
  width: 100%;
  padding: 0 15px;
}

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

a {
  color: #EDB673;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.8;
  text-align: justify;
}
p a {
  color: #EDB673;
  text-decoration: underline;
}

b {
  font-weight: 900;
}

br.space {
  content: "";
  display: block;
  margin: 15px 0;
}

hr {
  margin: 0;
  padding: 30px 0;
  border: 0;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #eaeaea;
}

small {
  font-size: 80%;
}

.small {
  font-size: 1em;
}

.tel i {
  margin-right: 5px;
}

.fz0 {
  font-size: 0;
}

.eng {
  font-family: "Zen Kurenaido";
  font-weight: 400;
  font-style: normal;
}

.img {
  font-size: 0;
}
.img img {
  border-radius: 14px;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 120% !important;
  font-weight: 600 !important;
  /* sp */
}
@media screen and (max-width: 767px) {
  .big {
    line-height: 1.6;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center !important;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t-center-pc {
    text-align: justify;
  }
}

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

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

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 20px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 20px;
}

/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #EE8686;
}

.color-sub {
  color: #6DAE8A;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.red {
  color: #d30616;
}

.orange {
  color: #EDB673;
}

.yellow {
  color: #fff000;
}

.green {
  color: #bbce8e;
}

.blue {
  color: #3551a4;
}

.brown {
  color: #8b674c;
}

.gray {
  color: #9d9d9d;
}

.gray-light {
  color: #eaeaea;
}

/******************************************
[見出し]
******************************************/
h2.midashi-2h {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
h2.midashi-2h .eng {
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-indent: 2px;
  display: block;
  color: #6DAE8A;
}
h2.midashi-2h .eng:after {
  content: "";
  width: 24px;
  height: 15px;
  background: url("../img/icon-midashi.png") center no-repeat;
  background-size: contain;
  display: block;
  margin: 5px auto;
}

h3.midashi-3h {
  font-size: 1.125rem;
  color: #3551a4;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 1px solid #3551a4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h3.midashi-3h:before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
h3.midashi-3h:nth-of-type(1n):before {
  background-image: url("../img/icon-leaf.svg");
}
h3.midashi-3h:nth-of-type(2n):before {
  background-image: url("../img/icon-flower.svg");
}
h3.midashi-3h:nth-of-type(3n):before {
  background-image: url("../img/icon-smile.svg");
}

h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #EE8686;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
h4:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #EDB673;
  position: absolute;
  bottom: -2px;
}

h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3551a4;
  margin: 10px 0;
}

/******************************************
[header]
******************************************/
header {
  background: #fff;
  max-width: 720px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header > .wave {
  width: 100%;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
}
header > .wave img {
  width: 100%;
}
header .header {
  height: 60px;
  padding: 5px 70px;
}
header .header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header .logo a img {
  height: 50px;
}

/******************************************
[footer]
******************************************/
footer {
  background-color: #fff;
  background-image: url("../img/index_footer-bg.svg"), url("../img/footer-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: contain, contain;
  padding: 40px 15px 50%;
}
footer .footer {
  max-width: 360px;
  margin: auto;
}
footer .footer .logo {
  text-align: center;
  margin-bottom: 20px;
}
footer .footer .logo img {
  height: 60px;
}
footer .footer .tel {
  font-size: 1.5625rem;
  line-height: 1;
  color: #d30616;
  text-align: center;
  padding: 7px 20px 10px;
  border-radius: 100px;
  background-color: #fff;
  display: inline-block;
  margin: 10px 0;
}
footer .footer .footNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 160px;
  margin-top: 15px;
}
footer .footer .footNav > li {
  margin-top: 10px;
}
footer .footer .footNav > li a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6DAE8A;
}
footer .footer .footNav > li a:before {
  content: "-";
  margin: 0 5px;
}
footer .footer .footNav > li:nth-child(-n+4) {
  width: 45% !important;
}
footer .footer .footNav > li::nth-child(n+5) {
  width: 55% !important;
}

/* コピーライト */
.copy {
  font-size: 0.75rem;
  text-align: center;
  color: #000;
  margin-top: 30px;
}

/******************************************
[section]
******************************************/
section {
  padding: 60px 0;
  overflow: hidden;
}
section:nth-child(even) {
  background: url("../img/bg2.jpg") center top repeat;
  background-size: 100px 100px;
}
section:nth-child(even) hr:before {
  background: rgba(238, 134, 134, 0.4);
}

/******************************************
[グローバルナビ]
******************************************/
nav {
  position: fixed;
  left: -100vw;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EE8686;
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: transform;
  border-width: 0;
  border-radius: 0;
  padding: 70px 15px 20px;
}
nav > ul {
  display: block;
  width: 100%;
}
nav > ul li {
  border-bottom: 1px solid #fff;
}
nav > ul li:first-child {
  border-top: 1px solid #fff;
}
nav > ul li a {
  display: block;
  color: #fff;
  padding: 15px 0;
}
nav .ttl {
  font-size: 1.25rem;
  font-weight: 700;
}
nav dl.info {
  margin-top: 20px;
}
nav dl.info dt span {
  color: #EE8686;
  background-color: #fff;
}
nav dl.info dd {
  color: #fff;
}
nav dl.info dd a {
  color: #fff;
  text-decoration: underline;
}

/* スマホ用グローバルナビボタン
******************************************/
.button,
.telBtn,
.screen {
  position: fixed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button,
.telBtn {
  background: #EE8686;
  top: 5px;
  width: 50px;
  height: 50px;
  z-index: 99999;
  cursor: pointer;
  border-radius: 4px;
}
.button:after,
.telBtn:after {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  bottom: 6px;
  width: 100%;
  display: block;
  position: absolute;
}

.button {
  left: 5px;
  outline: none;
}
.button:after {
  content: "MENU";
  color: #fff;
}
.button .bar {
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  width: 35px;
  height: 2px;
  margin: auto;
  background: #fff;
}
.button .bar:before, .button .bar:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 35px;
  height: 2px;
  margin: auto;
  background: #fff;
}
.button .bar:before {
  top: -8px;
}
.button .bar:after {
  top: 8px;
}

.open header .logo {
  z-index: 100000;
}
.open nav {
  left: 0;
}
.open .button {
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: initial;
  right: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 100000;
}
.open .button:after {
  content: "CLOSE";
  color: #EE8686;
  bottom: 4px;
}
.open .telBtn {
  z-index: 99998;
}
.open .bar {
  background: none;
}
.open .bar:before, .open .bar:after {
  top: 0;
  background: #EE8686;
}
.open .bar:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.open .bar:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.open .screen {
  opacity: 0.9;
  visibility: visible;
}

.open2 .modalTel {
  right: 0;
}
.open2 .telBtn:after {
  content: "CLOSE";
}
.open2 .telBtn:before {
  content: "";
}
.open2 .icon-tel {
  display: none;
}
.open2 .telBtn {
  z-index: 100000;
}
.open2 .bar {
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  width: 35px;
  height: 2px;
  margin: auto;
}
.open2 .bar:before, .open2 .bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 35px;
  height: 2px;
  margin: auto;
  background: #fff;
}
.open2 .bar:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.open2 .bar:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.open2 .screen {
  opacity: 0.9;
  visibility: visible;
}

.telBtn {
  right: 5px;
  padding: 5px 0;
  text-align: center;
  z-index: 99997;
}
.telBtn:after {
  content: "TEL";
  color: #fff;
}
.telBtn i {
  font-size: 1.5625rem;
  line-height: 1;
  color: #fff;
  top: 2px;
}

.screen {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
}

/* クローンナビ */
.clone-nav {
  width: 100%;
  height: 70px;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: -10px;
  max-width: 100% !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  background: #EE8686;
  border-top-width: 0;
  padding: 0;
  margin: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 !important;
}
.clone-nav.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  top: 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.clone-nav.is-show .clone-navi-logo {
  display: block;
  padding: 10px 0 10px 20px;
}
.clone-nav.is-show .clone-navi-logo a {
  font-size: 0;
}
.clone-nav.is-show .clone-navi-logo a img {
  width: auto;
  height: 100%;
}
.clone-nav ul {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-right: 10px;
}
.clone-nav ul li {
  background-color: #EE8686;
  border-right-width: 0 !important;
}
.clone-nav ul li.nav-main a:after {
  font-size: 8px;
  bottom: -3px;
}
.clone-nav ul li a {
  font-size: 16px !important;
}
/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 720px;
  height: 85px;
  z-index: 999;
}
.pagetop a {
  width: 40px;
  display: block;
  position: absolute;
  bottom: -14px;
  right: 5px;
}
.pagetop a span.txt {
  font-size: 0.75rem;
  font-weight: 700;
  color: #EE8686;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  height: 35px;
  padding: 10px 0;
  background: url("../img/totop.svg") center no-repeat;
  background-size: contain;
}
.pagetop a span.img {
  font-size: 0;
}
.pagetop a span.img img {
  width: 100%;
}
.pagetop.fade {
  bottom: 0;
}

/******************************************
[google map]
******************************************/
#gmap {
  background: #F7E2EA !important;
}

.gmap {
  height: 400px;
  background-color: #fff;
  padding: 5px;
  overflow: hidden;
  border-radius: 14px;
}
.gmap iframe {
  border-radius: 10px;
  height: 390px;
}

/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  -webkit-box-shadow: 5px 5px 0px 0px rgba(109, 174, 138, 0.5);
          box-shadow: 5px 5px 0px 0px rgba(109, 174, 138, 0.5);
}

.shadow-2 {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(109, 174, 138, 0.5);
          box-shadow: 10px 10px 0px 0px rgba(109, 174, 138, 0.5);
}

.shadow-3 {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(109, 174, 138, 0.5);
          box-shadow: 5px 5px 5px 0px rgba(109, 174, 138, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 0;
  display: block;
  width: 100%;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  display: block;
}

/******************************************
[topics] トピックス
******************************************/
.topics.news ul li {
  width: 100%;
  margin-bottom: 15px;
}
.topics.news ul li .topics_date {
  color: #EE8686;
  display: block;
  margin: 0;
  font-weight: 800;
}
.topics.news ul li .category_name {
  font-size: 0.75rem;
  color: #fff;
  margin-left: 5px;
  padding: 5px 10px;
  background: #EE8686;
}
.topics.news ul li .topics_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 5px 0 15px;
}
.topics.news ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eaeaea;
}
.topics.news ul li a:hover {
  text-decoration: none;
}
.topics.news ul li a span {
  line-height: 1;
}
.topics.detail .topics_title {
  font-size: 1rem;
  font-weight: 600;
}
.topics.detail .topics_date {
  font-size: 0.75rem;
  text-align: right;
  margin: 15px 0;
}
.topics.detail .topics_thumb {
  margin: 10px 0;
}
.topics.detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics.detail .topics_body {
  font-size: 0.875rem;
}
.topics.detail .topics_body a {
  text-decoration: underline;
}
.topics.thumbnail ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
}
.topics.thumbnail ul li {
  width: 23%;
}
.topics.thumbnail ul li a {
  color: #fff;
  display: block;
  line-height: 1.2;
}
.topics.thumbnail ul li .topics_thumb {
  width: 100%;
  height: 15vw;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  background: rgba(139, 103, 76, 0.8) url("../img/logo.png") center no-repeat;
  background-size: 50%;
}
.topics.thumbnail ul li .topics_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.topics.thumbnail ul li .topics_title {
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4%;
}
.imgTxt-img {
  font-size: 0;
}
.imgTxt-img img {
  width: 60px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.imgTxt-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgTxt-txt .ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 10px;
  color: #EE8686;
}
.imgTxt-txt .txt {
  line-height: 1.4;
}
.imgTxt:nth-of-type(even) .imgTxt-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.imgTxt:nth-of-type(even) .imgTxt-txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.imgTxt.mini .imgTxt-img {
  width: 300px;
}
.imgTxt.mini .imgTxt-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgTxt.reverse .imgTxt-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.imgTxt.reverse .imgTxt-txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 5px;
  z-index: 1;
}
.btn a {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #EE8686;
  background-size: 5px 5px;
  border-radius: 100px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  margin: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-width: 200px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn a:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
      transform: translateY(3px);
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.btn a:after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e902";
  margin: 2px 0 0 10px;
}

.btn-tel {
  text-align: center;
  margin: 10px 0 0;
  z-index: 1;
}
.btn-tel a {
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  padding: 13px 30px 15px;
  background-color: #6DAE8A;
  border-radius: 8px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.btn-tel a:before {
  font-size: 1rem;
  font-family: "icomoon";
  content: "\e90d";
  margin: 0 5px 0 0;
}

/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
  margin: 0;
}
table.basic tr > th, table.basic tr td {
  font-weight: 500;
  vertical-align: text-top;
  padding: 15px 5px;
  border-bottom: 1px dashed #9d9d9d;
  line-height: 1.4;
}
table.basic tr > th {
  text-align: left;
  width: 80px;
  color: #EE8686;
}
table.basic tr:first-child > th, table.basic tr:first-child td {
  padding-top: 0;
}
table.basic.about th, table.basic.about td {
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 10px 5px;
}
table.basic.about th {
  width: 65px !important;
  font-weight: 600;
  border-bottom: 2px solid #bbce8e;
  color: #bbce8e;
  padding-left: 0;
}
table.basic.about td {
  padding-left: 10px;
  border-bottom: 2px solid #eaeaea;
}
table.normal {
  background: #fff;
}
table.normal tr th, table.normal tr td {
  font-size: 0.625rem;
  line-height: 1.6;
  color: #000;
  border: 1px solid #9d9d9d;
  padding: 5px;
}
table.normal tr th {
  text-align: center;
  background: #eaeaea;
  width: 80px;
}

/******************************************
[.frame] フレーム
******************************************/
.frame {
  color: #000;
  background: #F7EEEB;
  padding: 24px;
  margin: 20px 0;
}
.frame-line {
  border: 1px solid #fff;
  padding: 15px 20px;
  border-radius: 2px;
  margin: 10px 0;
}
.frame-white {
  border-radius: 14px;
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
}
.frame-beige {
  border-radius: 14px;
  background-color: #F7EEEB;
  padding: 20px;
  margin: 20px 0;
}

/******************************************
[.check] チェックボックス
******************************************/
ul.normal li {
  line-height: 1.4;
  margin: 5px 0 0;
  padding: 0 0 0 17px;
  text-indent: -7px;
}
ul.normal li:before {
  color: #EE8686;
  font-size: 60%;
  content: "●";
  line-height: 1;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
ul.normal li:first-child {
  margin-top: 0;
}
ul.check li {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 5px 0 0;
  padding-bottom: 5px;
}
ul.check li:before {
  color: #EE8686;
  font-size: 1.3em;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
  margin-right: 5px;
}
ul.check li:first-child {
  margin-top: 0;
}
ul.check.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.check.inline li {
  margin: 0 15px 5px 0;
}

dl.normal dt {
  font-weight: 700;
  text-indent: -21px;
  padding-left: 25px;
  margin-top: 10px;
}
dl.normal dd {
  padding-left: 12px;
}
dl.check {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
dl.check:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
dl.check dt {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #6DAE8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 20px;
}
dl.check dt p {
  line-height: 1;
}
dl.check dt:first-of-type {
  margin-top: 0;
}
dl.check dt:before {
  font-size: 1.3em;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
}
dl.check dd {
  font-size: 0.875rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
dl.check dd p {
  line-height: 1.4;
}

/******************************************
[値段共通] .price
******************************************/
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 8px 5px 10px;
  margin: 5px 0 0;
  border-bottom: 1px dashed #9d9d9d;
}
.price:first-of-type {
  margin-top: 0;
}
.price dt, .price dd {
  font-size: 1.125rem;
  line-height: 1.4;
}
.price dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.price dt small {
  color: #000;
}
.price dd {
  font-size: 1.5rem;
  padding-left: 10px;
  color: #d30616;
  text-align: right;
}
.price dd small {
  font-size: 0.875rem;
}

/******************************************
ローディング　loading
******************************************/
#load_animation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#load_animation .load-icon {
  padding: 50px 0;
}

#load_animation .load-icon img {
  width: 200px;
  height: auto;
  display: none;
}

#load_animation .loading_gif {
  padding: 50px 0;
}

#load_animation .loading_gif img {
  height: auto;
  display: none;
}

/******************************************
コンタクトエリア　.contactSec
******************************************/
#contactSec {
  background-color: #fff !important;
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
}
#contactSec h3 {
  margin-bottom: 40px;
}
#contactSec .contactSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
#contactSec .contactSec li {
  width: 50%;
  text-align: center;
}
#contactSec .contactSec li p {
  text-align: center;
  line-height: 1;
}
#contactSec .contactSec li .ttl {
  font-size: 1rem;
  color: #EE8686;
  background-color: #fff;
  display: inline-block;
  padding: 0 5px;
  z-index: 1;
}
#contactSec .contactSec li .tel {
  font-size: 1rem;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  padding: 20px 10px 15px;
  margin-top: -17px;
}
#contactSec .contactSec-bnr {
  text-align: center;
  margin-top: 20px;
}
#contactSec .contactSec-bnr a {
  display: inline-block;
  margin: 0 5px;
}
#contactSec .contactSec-bnr a img {
  width: auto;
  height: 50px;
}

.modalTel {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eaeaea url("../img/bg_seigaiha-g.png") center repeat;
  background-size: 100px 57px;
  overflow-y: auto;
  z-index: 1000000;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: transform;
  border-width: 0;
  border-radius: 0;
  padding: 25px 15px 20px;
}
.modalTel .ttl {
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 10px 10px 12px;
  line-height: 1;
  margin: 10px 0 5px;
}
.modalTel dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modalTel dl dt, .modalTel dl dd {
  padding: 7px 10px 5px;
  margin: 5px 0;
  line-height: 1;
}
.modalTel dl dt {
  width: 30%;
  background-color: #6DAE8A;
  text-align: center;
}
.modalTel dl dd {
  width: 70%;
  font-size: 1.25rem;
  font-weight: 700;
}
.modalTel dl dd a {
  color: #000;
}

/******************************************
ローディング　loading
******************************************/
#load_animation {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

#load_animation.is-active {
  opacity: 0;
  visibility: hidden;
}

.load-icon {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.load-icon img {
  width: 70%;
  height: auto;
}

.load-icon.is-active {
  opacity: 1;
  visibility: visible;
}

/******************************************
#bnr バナー
******************************************/
#bnr:after {
  display: none !important;
}
#bnr a {
  font-size: 0;
  display: block;
  text-align: center;
}

/******************************************
下部固定ボタン.fixBnr
******************************************/
.fixBnr {
  width: 100%;
  height: 40px;
  max-width: 720px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.fixBnr a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 0;
}
.fixBnr a i {
  font-size: 1.125rem;
  margin: 0 5px;
}
.fixBnr a.insta {
  background-color: #EE8686;
}

dl.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
dl.info dt,
dl.info dd {
  margin-top: 5px;
}
dl.info dt {
  width: 68px;
  line-height: 1;
}
dl.info dt span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  display: block;
  background-color: #EE8686;
  padding: 6px 10px 7px;
  border-radius: 4px;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
dl.info dd {
  font-size: 0.875rem;
  line-height: 1.4;
  width: calc(100% - 78px);
}

#index {
  /******************************************
  [mv]
  ******************************************/
}
#index .mv {
  margin-top: 60px;
  padding: 30px 10px 15px;
  z-index: 1;
  background-color: #F7E2EA;
}
#index .mv-box {
  width: 100%;
  height: 100%;
}
#index .mv-box .mv-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  position: absolute;
  left: 10px;
  top: 0;
  gap: 10px;
  margin: 20px auto 0;
}
#index .mv-box .mv-ttl > span {
  line-height: 1;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 100px;
}
#index .mv-box .mv-ttl > span > .tcy {
  /*縦書きを解除*/
  font-size: 120%;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-orientation: upright;
  line-height: 1;
  font-style: italic;
  margin-left: -5px;
}
#index .mv-box .mv-ttl > span > small {
  font-size: 1.125rem;
}
#index .mv-box .mv-ttl > span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 1;
}
#index .mv-box .mv-ttl > span:nth-child(1) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#index .mv-box .mv-ttl > span:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}
#index .mv-box .mv-ttl > span:nth-child(3) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 40px;
}
#index .mv-box .mv-img {
  font-size: 0;
  position: absolute;
  margin: auto;
  z-index: 1;
}
#index .mv-box .mv-img.kids1 {
  left: 0;
  top: -15px;
}
#index .mv-box .mv-img.kids1 img {
  height: 75px;
}
#index .mv-box .mv-img.kids2 {
  right: 0;
  top: -10px;
}
#index .mv-box .mv-img.kids3 {
  right: 10px;
  bottom: 0;
}
#index .mv-box .mv-img img {
  width: auto;
  height: 80px;
}
#index .mv-box .mv-bg {
  font-size: 0;
  width: 100%;
  height: auto;
}
#index .mv-box .mv-bg img {
  width: 100%;
}
#index {
  /******************************************
  [sec1]  こだわり
  ******************************************/
}
#index #intro {
  background: #F7EEEB url("../img/index_sec1-bg.svg") center top no-repeat;
  background-size: contain;
}
#index .intro .ttl {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin: 10px auto 30px;
}
#index .intro .ttl .img {
  width: 320px;
  height: auto;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
}
#index .intro .txt {
  padding: 30px 20px;
  background: #fff;
  border-radius: 12px;
}
#index .intro .txt:after, #index .intro .txt:before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 72px;
  height: 80px;
  position: absolute;
  top: -55px;
  margin: auto;
}
#index .intro .txt:after {
  left: 5px;
  background-image: url("../img/index_sec1-img1.svg");
}
#index .intro .txt:before {
  right: 5px;
  background-image: url("../img/index_sec1-img2.svg");
}
#index {
  /******************************************
  [sec2] ポエムについて
  ******************************************/
}
#index #about {
  background-color: #fff;
}
#index .about {
  max-width: 360px;
  margin: 20px auto 0;
}
#index .about .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin-bottom: 10px;
}
#index .about .ttl span.num {
  font-size: 2rem;
  color: #EE8686;
  margin-right: 5px;
}
#index .about .txt {
  line-height: 1.4;
  display: inline-block;
  padding: 15px;
  background: #fff;
  border-radius: 0 20px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index .about .txt:before, #index .about .txt:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-size: contain;
}
#index .about .txt:before {
  left: 0;
  top: -16px;
  background-image: url("../img/polygon-l.svg");
}
#index .about .txt:after {
  right: -16px;
  bottom: 0;
  background-image: url("../img/polygon-l.svg");
}
#index .about:nth-of-type(even) .txt {
  border-radius: 20px 0 0 0;
  right: 0;
  left: initial;
  bottom: 0;
}
#index .about:nth-of-type(even) .txt:before {
  left: initial;
  right: 0;
  top: -16px;
  background-image: url("../img/polygon-r.svg");
}
#index .about:nth-of-type(even) .txt:after {
  right: initial;
  left: -16px;
  bottom: 0;
  background-image: url("../img/polygon-r.svg");
}
#index {
  /******************************************
  [sec3]  料金と流れについて
  ******************************************/
}
#index .menuBtn {
  max-width: 360px;
  margin: auto;
}
#index .menuBtn li a {
  color: #000;
  font-weight: 900;
  width: 200px;
  height: 186px;
  padding: 40px 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index .menuBtn li a > span, #index .menuBtn li a > i {
  width: 100%;
  text-align: center;
}
#index .menuBtn li a > i {
  font-size: 1.625rem;
  color: #9d9d9d;
}
#index .menuBtn li:before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#index .menuBtn li:nth-child(1) a {
  background-image: url("../img/index_sec3-menu1.svg");
}
#index .menuBtn li:nth-child(1):before {
  background-image: url("../img/index_sec3-img1.svg");
  left: 210px;
}
#index .menuBtn li:nth-child(2) {
  text-align: right;
  margin-top: -30px;
}
#index .menuBtn li:nth-child(2) a {
  background-image: url("../img/index_sec3-menu2.svg");
}
#index .menuBtn li:nth-child(2):before {
  background-image: url("../img/index_sec3-img2.svg");
  right: 230px;
}
#index .menuBtn li:nth-child(3) {
  margin-top: -30px;
}
#index .menuBtn li:nth-child(3) a {
  height: 200px;
  background-image: url("../img/index_sec3-menu3.svg");
}
#index .menuBtn li:nth-child(3):before {
  background-image: url("../img/index_sec3-img3.svg");
  left: 210px;
}
#index {
  /******************************************
  [sec5]  バナー
  ******************************************/
}
#index #bnr {
  max-width: 720px;
  margin: auto;
  padding: 0;
  overflow: visible;
}
#index #bnr a {
  display: block;
}
#index #bnr a img {
  width: 100%;
}
#index {
  /******************************************
  [sec4]  トップお知らせ
  ******************************************/
}
#index #news {
  background: #EE8686 url("../img/bg_shippo.png") center repeat;
  background-size: 25px 25px;
}
#index #news h3 {
  color: #fff;
}
#index #news h3 span {
  color: #fff000;
}
#index #news .news {
  background-color: #fff;
  padding: 15px;
}
#index #news .news ul li a {
  font-size: 0.875rem;
}

#second section:nth-child(even) {
  background: #F7EEEB;
}
#second section:nth-child(odd) {
  background: #fff;
}
#second section#bnr {
  padding: 10px 0 !important;
}
#second section:last-child {
  background: #F7E2EA;
}
#second section:last-child#bnr {
  padding: 0 0 40px !important;
}
#second section:after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#second section:nth-child(odd):after {
  background-image: url("../img/kids-img1.svg");
  left: 5px;
}
#second section:nth-child(2n):after {
  background-image: url("../img/kids-img2.svg");
  right: 5px;
}
#second section:nth-child(3n):after {
  background-image: url("../img/kids-img3.svg");
  left: 5px;
}
#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
}
#second .mv {
  width: 100%;
  height: 160px;
  margin-top: 60px;
}
#second .mv-box {
  width: 100%;
  height: 100%;
  background: url("../img/mv-sp.jpg") center top no-repeat;
  background-size: cover;
}
#second .mv-ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#second .mv-img {
  font-size: 0;
  width: 100%;
  height: auto;
}
#second {
  /******************************************
  [introduction.html] 託児所紹介
  ******************************************/
}
#second .mapImg {
  font-size: 0;
  padding: 6px;
  background-color: #fff;
  border-radius: 10px;
}
#second .mapImg img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
#second {
  /******************************************
  [day.html] 一日の流れ
  ******************************************/
}
#second .life {
  width: 100%;
}
#second .life:before {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 3px dotted #EE8686;
  position: absolute;
  top: 0;
  left: 29px;
  margin: auto;
}
#second .life li {
  margin-top: 30px;
}
#second .life li:first-child {
  margin-top: 0;
}
#second .life li:first-child .img:before {
  display: none;
}
#second .life li:nth-child(odd):after {
  right: -30px;
}
#second .life li:nth-child(even):after {
  right: 110px;
}
#second .life li .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#second .life li .flow .time {
  width: 60px;
  padding: 5px 0;
  background-color: #F7EEEB;
}
#second .life li .flow .time > p {
  font-size: 0.875rem;
  width: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 100vh;
  background-color: #6DAE8A;
  padding: 6px 10px 7px;
}
#second .life li .flow .img {
  width: 60px;
  height: 60px;
  overflow: visible;
  margin-top: 5px;
}
#second .life li .flow .ttl {
  color: #6DAE8A;
  line-height: 1.4;
  font-weight: 700;
  margin: 7px 0 0 10px;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#second .life li .flow .ttl span {
  line-height: 1.2;
  display: block;
  padding-top: 15px;
}
#second .life li .flow .ttl span small {
  font-size: 0.75rem;
  color: #000;
}
#second .life li .flow .ttl span:first-child {
  padding-top: 0;
}
#second .annual th {
  width: 50px;
  font-size: 1.5rem;
}
#second .annual th small {
  font-size: 1rem;
}
#second {
  /******************************************
  [charge.html] 料金について
  ******************************************/
}
#second #kengaku {
  background: url("../img/charge_admission-bg.jpg") center no-repeat;
  background-size: cover;
}
#second {
  /******************************************
  [flow.html] 流れ
  ******************************************/
}
#second .flow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#second .flow > ul {
  width: 100%;
  padding-left: 0;
}
#second .flow > ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
#second .flow > ul > li:not(:last-child) {
  padding-bottom: 10px;
}
#second .flow > ul > li:not(:last-child):before {
  content: "";
  background: #eaeaea;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% + 30px);
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#second .flow > ul > li > .num {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
  width: 80px;
  height: 80px;
  padding: 21px 23px;
  background: url("../img/flow_step.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -5vw;
  left: -19px;
  z-index: 1;
}
#second .flow > ul > li > .num span {
  font-size: 0.875rem;
  display: block;
  margin-bottom: -1px;
}
#second .flow > ul > li .flow-img {
  font-size: 0;
  padding-top: 20px;
  z-index: 0;
}
#second .flow > ul > li .flow-img img {
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
#second .flow > ul > li > dl {
  min-height: initial;
  margin-left: 0;
  padding: 0 8px;
  width: 100%;
}
#second .flow > ul > li > dl dt {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #d30616;
  font-weight: 700;
  margin: 15px 0 0;
}
#second .flow > ul > li > dl dd {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 10px 0 0;
  overflow: hidden;
}
#second .flow > ul > li > dl dd .btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 20px;
}
#second {
  /******************************************
  [balloon.html] バルーンフラワーギフト
  ******************************************/
}
#second .balloonList a {
  font-size: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 40vw;
  border-radius: 12px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
#second .balloonList a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#second {
  /******************************************
  [news.html] トピックスリスト
  ******************************************/
}
#second #news .inner {
  max-width: 800px;
}
#second .topics.thumbnail ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 3%;
}
#second .topics.thumbnail ul li {
  width: 31.333%;
  margin-bottom: 3%;
}
#second .topics.thumbnail ul li:nth-child(4n) {
  margin-right: 0;
}
#second {
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
}
#second .formTable {
  width: 100%;
}
#second .formTable tr {
  border-bottom: 1px solid #eaeaea;
  display: block;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 5px 0;
  width: 100% !important;
  display: block;
}
#second .formTable tr th {
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}
#second .formTable tr th span {
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #d30616;
  border-radius: 2px;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td {
  margin-bottom: 10px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  width: 100% !important;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
  padding: 5px 10px;
}
#second .formTable tr td input::-webkit-input-placeholder, #second .formTable tr td select::-webkit-input-placeholder, #second .formTable tr td textarea::-webkit-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-moz-placeholder, #second .formTable tr td select::-moz-placeholder, #second .formTable tr td textarea::-moz-placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder, #second .formTable tr td select:-ms-input-placeholder, #second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-ms-input-placeholder, #second .formTable tr td select::-ms-input-placeholder, #second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea { /* IE */ }
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea { /* Edge */ }
#second .formTable tr td .select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#second .formTable tr td .select i {
  font-size: 70%;
  color: #EE8686;
  display: inline-block;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 14px 0;
  z-index: 1;
}
#second .formTable tr td .select select {
  padding-right: 20px;
  margin-right: 5px;
}
#second .formTable tr td label {
  margin-right: 10px;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
#second .submit {
  text-align: center;
  margin-top: 20px;
}
#second .submit input {
  font-size: 0.9375rem;
  text-align: center;
  border: 1px solid #9d9d9d;
  padding: 5px 10px;
  margin: 0 5px;
  width: 100px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #EE8686;
}
#second .privacy-box {
  width: 100%;
  margin-top: 0 !important;
  padding: 10px;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#second .privacy-box-txt > p {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl dt, #second .privacy-box-txt dl dd {
  font-size: 0.75rem;
  line-height: 1.6;
}
#second .privacy-box-txt dl dt p, #second .privacy-box-txt dl dd p {
  line-height: 1.6;
}
#second .privacy-box-txt dl dt {
  font-weight: bold;
  color: #3551a4;
  margin: 20px 0 5px;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt dl dd a {
  color: #EDB673;
  text-decoration: underline;
}
#second .privacy-box-txt ul {
  margin: 0 0 20px 2em;
}
#second .privacy-box-txt ul.parenthesized {
  margin: 0 0 20px 1em;
}
#second .privacy-box-txt ul.parenthesized li {
  list-style-type: none;
  counter-increment: cnt;
}
#second .privacy-box-txt ul.parenthesized li::before {
  content: "（ " counter(cnt) " ）";
}
#second .privacy-box-txt ul.decimal li {
  list-style-type: decimal;
}
#second .privacy-box-txt ul li {
  font-size: 0.75rem;
  margin: 5px 0;
}
#second .privacy table tr th, #second .privacy table tr td {
  border: 1px solid #9d9d9d;
  padding: 10px;
}
#second .privacy table tr th {
  width: 100px;
  background-color: #F7E2EA;
}
#second .privacy table tr td {
  background-color: #fff;
}
#second .cookie .cookieTable {
  overflow-y: scroll;
}
#second .cookie .cookieTable table {
  width: 800px;
}
#second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
  font-size: 0.875rem;
}
#second .cookie .cookieTable table tr th {
  width: 33.333% !important;
}