@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Black.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Black.otf") format("opentype");
}
h3,
.blog-h1,
.title_h2 {
  background: url(../img/spr_h3_bg.gif) repeat;
  width: 100%;
  background-size: 375px;
  font-size: 2rem;
  color: #FFF;
  text-align: center;
  padding: 17px 0;
  margin: 0 auto;
  position: relative;
}

figure img {
  width: 100%;
  height: auto;
}

.inlineblock {
  display: inline-block;
}

.stroke_1 {
  text-shadow: 0px 5px 1px #FFF, 0px 4px 1px #FFF, 1px 4px 1px #FFF, 2px 4px 1px #FFF, 3px 3px 1px #FFF, 4px 2px 1px #FFF, 4px 1px 1px #FFF, 4px 0px 1px #FFF, 5px 0px 1px #FFF, 4px -1px 1px #FFF, 4px -2px 1px #FFF, 4px -3px 1px #FFF, 3px -4px 1px #FFF, 2px -5px 1px #FFF, 1px -5px 1px #FFF, 0px -5px 1px #FFF, -1px -5px 1px #FFF, -2px -5px 1px #FFF, -3px -5px 1px #FFF, -4px -4px 1px #FFF, -5px -3px 1px #FFF, -5px -2px 1px #FFF, -5px -1px 1px #FFF, -5px 0px 1px #FFF, -5px 1px 1px #FFF, -5px 2px 1px #FFF, -4px 3px 1px #FFF, -3px 4px 1px #FFF, -2px 4px 1px #FFF, -1px 4px 1px #FFF;
}

.pink {
  color: #FF5381;
}

.btnPink {
  width: 345px;
  margin: 0 auto;
  background: #FF9D00;
  -webkit-box-shadow: 0 3px 1px 1px #CB7D0E;
          box-shadow: 0 3px 1px 1px #CB7D0E;
  border-radius: 4px;
}
.btnPink a {
  width: 100%;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.btnPink input {
  width: 100%;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 15px 0;
  position: relative;
  background: none;
  border: none;
}

a, .btnPink, input[type=submit] {
  cursor: pointer;
}
a:active, .btnPink:active, input[type=submit]:active {
  -webkit-animation: tapaction 0.2s 1 ease-out;
          animation: tapaction 0.2s 1 ease-out;
}

@-webkit-keyframes tapaction {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes tapaction {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#container {
  width: 100%;
  margin: 0 auto;
}
#container #spmenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(232, 173, 80, 0.95);
  text-align: center;
  z-index: 1200;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: scroll;
}
#container #spmenu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#container #spmenu #menuinner {
  display: none;
}
#container #spmenu #menuinner #menulog {
  margin: 30px auto;
  width: 152px;
}
#container #spmenu #menuinner #menulog img {
  width: 100%;
}
#container #spmenu #menuinner #ulmenu {
  display: grid;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-rows: 90px;
  padding: 15px;
  max-width: 720px;
  margin: 20px auto 0;
  border-top: 1px solid #FF9D00;
}
#container #spmenu #menuinner #ulmenu li a {
  color: #FFF;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
}
#container #spmenu #menuinner #ulmenu li a figure {
  padding: 15px;
  border-radius: 15px;
  margin: 0 20px;
  background: linear-gradient(145deg, #6594DB, #5783c7);
  -webkit-box-shadow: 1px 1px 2px #966211, -1px -1px 2px #ffd2a1;
          box-shadow: 1px 1px 2px #966211, -1px -1px 2px #ffd2a1;
}
#container #spmenu #menuinner #ulmenu li a p {
  text-align: center;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#container #spmenu #menuinner #ulmenu li a p.full {
  display: none;
}
#container #spmenu #menuinner #ulmenu li a p.omission {
  display: block;
}
#container #breadcrumb {
  max-width: 580px;
  margin: 0 auto;
  padding: 10px 15px 5px;
}
#container #breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#container #breadcrumb ul li a {
  color: #000;
}
#container #breadcrumb ul li a:hover {
  text-decoration: underline;
}
#container #breadcrumb ul li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
#container header {
  width: 100%;
  border-top: solid 4px #FF9D00;
  background: #FFF;
  padding: 4px 0 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#container header #headerInner {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 10px;
  height: 43px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  position: relative;
}
#container header #headerInner #location {
  margin: 18px auto 0;
  max-width: 580px;
}
#container header #headerInner #location ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#container header #headerInner #location ul li {
  margin: 3px;
}
#container header #headerInner #location ul li a {
  font-size: 1.4rem;
  color: #FF9D00;
  margin: 0;
  line-height: 1;
  width: 4em;
  height: 2em;
  border-radius: 0.5em;
  background: #fff;
  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;
}
#container header #headerInner #menu #hamburger {
  position: relative;
  z-index: 2000;
  width: 37px;
  height: 33px;
  padding: 10px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container header #headerInner #menu #hamburger li {
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#container header #headerInner #menu #hamburger li.x1 {
  width: 100%;
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#container header #headerInner #menu #hamburger li.x2 {
  width: 100%;
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#container header #headerInner #wrapHeader {
  margin-left: 4px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#container header #headerInner #wrapHeader #header_tel a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  color: #74baff;
}
#container header #headerInner #wrapHeader #header_tel a img {
  width: 18px;
  height: auto;
  vertical-align: top;
}
#container header #headerInner #wrapHeader #see {
  text-align: left;
  font-size: 1rem;
}
#container main {
  overflow: hidden;
}
#container main #hero {
  height: 764px;
  background: url(../img/spr_hero_bg.jpg) no-repeat;
  background-size: 135%;
  background-position: left -50px top -90px;
}
#container main #hero #hero_inner {
  max-width: 375px;
  margin: 0 auto;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container main #hero #hero_inner #title {
  padding: 15px 15px 0;
}
#container main #hero #hero_inner #title h1 {
  color: #FF9D00;
  font-size: 5.8rem;
  line-height: 0.95;
  margin-top: 5px;
  font-weight: 900;
}
#container main #hero #hero_inner #title h1 .h1_span {
  font-weight: 700;
  color: #FF5381;
  font-size: 2rem;
}
#container main #hero #hero_inner #title h1 span {
  color: #68C17C;
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
  line-height: 1.2;
}
#container main #hero #hero_inner #title p {
  color: #000;
  font-size: 1rem;
}
#container main #hero #hero_inner #second {
  padding: 8px 15px 0;
}
#container main #hero #hero_inner #second #second-1 {
  font-size: 2.2rem;
  color: #68C17C;
  font-weight: 500;
  line-height: 1.5;
}
#container main #hero #hero_inner #second #second-1 small {
  font-size: 1.4rem;
  font-weight: bold;
  color: #767676;
  display: inline-block;
  margin: 8px 3px 0;
  vertical-align: top;
}
#container main #hero #hero_inner #second #second-2 {
  font-size: 5.1rem;
  color: #68C17C;
  font-weight: 700;
  line-height: 1;
}
#container main #hero #hero_inner #second #second-3 {
  font-size: 2.4rem;
  color: #767676;
  font-weight: 900;
  line-height: 1.7;
}
#container main #hero #hero_inner #third {
  background: url(../img/spr_girls.png) no-repeat;
  background-size: 440px;
  background-position: center 154px;
  text-align: center;
  margin-bottom: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -35px;
  margin-right: -35px;
}
#container main #hero #hero_inner #third #third-1 {
  color: #767676;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3em;
}
#container main #hero #hero_inner #third #third-2 {
  font-size: 1.8rem;
  color: #68C17C;
  font-weight: 900;
  line-height: 1.2em;
}
#container main #hero #hero_inner #third #thirdArrow {
  margin: 10px 0;
}
#container main #hero #hero_inner #third #thirdArrow img {
  width: 48px;
}
#container main #hero #hero_inner #third #main_img {
  margin: 0 0 20px 0;
}
#container main #hero #hero_inner #third #main_img img {
  width: 100%;
  max-width: 333px;
  height: auto;
}
#container main #hero #hero_inner #heroBtn {
  width: 345px;
  margin: 32px auto 0;
  background: #FF9D00;
  -webkit-box-shadow: 0 3px 1px 1px #8b5600;
          box-shadow: 0 3px 1px 1px #8b5600;
  border-radius: 4px;
}
#container main #hero #hero_inner #heroBtn a {
  width: 100%;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  display: block;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
#container main #hero #hero_inner #heroBtn a:before {
  content: "";
  background: url(../img/spr_iconLeft.png) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 20px;
}
#container main #hero #hero_inner #heroBtn a:after {
  content: "";
  background: url(../img/spr_iconRight.png) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}
#container main #movie {
  width: 100%;
  padding: 20px 0;
}
#container main #movie #videoWrap {
  max-width: 568px;
  margin: 0 auto;
}
#container main #movie #videoWrap iframe {
  max-width: 560px;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
#container main #sec01 {
  padding: 0 0 15px 0;
  margin: -90px 0 0 0;
  background: #F9EAFF;
}
#container main #sec01 #sec01box {
  background: #FFF;
  width: 100%;
}
#container main #sec01 #sec01box #ul01-01 {
  width: 375px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 117px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#container main #sec01 #sec01box #ul01-01 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FF5381;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#container main #sec01 #sec01box #ul01-01 li span {
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#container main #sec01 #sec01box #ul01-01 li p {
  font-size: 2.1rem;
  font-weight: 900;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
#container main #sec01 #sec01box #ul01-01 li:nth-child(1) {
  background: url(../img/spr_fukidashi1.png) no-repeat;
  background-size: contain;
}
#container main #sec01 #sec01box #ul01-01 li:nth-child(2) {
  background: url(../img/spr_fukidashi2.png) no-repeat center center;
  background-size: contain;
  margin: 0 15px;
}
#container main #sec01 #sec01box #ul01-01 li:nth-child(3) {
  background: url(../img/spr_fukidashi3.png) no-repeat;
  background-size: contain;
}
#container main #sec01 #sec01wrap {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}
#container main #sec01 #sec01wrap #ul01-02 {
  margin: 15px;
  font-size: 1.6rem;
  text-align: center;
}
#container main #sec01 #sec01wrap #ul01-02 li {
  background: #FFF;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#container main #sec01 #sec01wrap #ul01-02 li .arrow01 {
  margin-bottom: 10px;
}
#container main #sec01 #sec01wrap #ul01-02 li .arrow01 img {
  width: 45px;
  height: auto;
}
#container main #sec01 #sec01wrap #ul01-02 li p {
  position: relative;
}
#container main #sec01 #sec01wrap #ul01-02 li p:nth-of-type(2) {
  color: #FF5381;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
#container main #sec01 #sec01wrap #ul01-02 li:nth-of-type(1) p:nth-of-type(1) {
  position: relative;
}
#container main #sec01 #sec01wrap #ul01-02 li:nth-of-type(1) p:nth-of-type(1)::before {
  content: "";
  background: url(../img/spr_decoration_1L.png) no-repeat;
  width: 34px;
  height: 40px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#container main #sec01 #sec01wrap #ul01-02 li:nth-of-type(1) p:nth-of-type(1)::after {
  content: "";
  background: url(../img/spr_decoration_1R.png) no-repeat;
  width: 40px;
  height: 43px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#container main #sec01 #sec01wrap #ul01-02 li:nth-of-type(2) p:nth-of-type(1) {
  position: relative;
}
#container main #sec01 #sec01wrap #ul01-02 li:nth-of-type(2) p:nth-of-type(1)::before {
  content: "";
  background: url(../img/spr_decoration_2L.png) no-repeat;
  width: 35px;
  height: 40px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}
#container main #sec01 #sec01wrap #ul01-02 li:nth-of-type(2) p:nth-of-type(1)::after {
  content: "";
  background: url(../img/spr_decoration_2R.png) no-repeat;
  width: 38px;
  height: 45px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
}
#container main #sec01 #sec01wrap #ul01-02 li:nth-of-type(3) p:nth-of-type(1) {
  position: relative;
}
#container main #sec01 #sec01wrap #ul01-02 li:nth-of-type(3) p:nth-of-type(1)::before {
  content: "";
  background: url(../img/spr_decoration_3L.png) no-repeat;
  width: 35px;
  height: 33px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
}
#container main #sec01 #sec01wrap #ul01-02 li:nth-of-type(3) p:nth-of-type(1)::after {
  content: "";
  background: url(../img/spr_decoration_3R.png) no-repeat;
  width: 38px;
  height: 38px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
}
#container main #sec02 {
  padding: 0 15px;
}
#container main #sec02 #sec02wrap {
  max-width: 580px;
  margin: 35px auto 35px;
  padding: 15px;
  border-top: solid 3px #FF9D00;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background: url(../img/spr_decoration_menu.png) #F7F7F7 no-repeat;
  background-size: 103px;
  background-position: right 20px top 10px;
}
#container main #sec02 #sec02wrap h2 {
  font-size: 1.8rem;
  color: #FF9D00;
  margin-bottom: 20px;
}
#container main #sec02 #sec02wrap h2 img {
  display: inline-block;
  margin-right: 10px;
  width: 27px;
  height: auto;
}
#container main #sec02 #sec02wrap dl {
  list-style: disc;
  list-style-position: inside;
  margin-left: 1em;
}
#container main #sec02 #sec02wrap dl dt {
  font-size: 16px;
  font-weight: 700;
  display: list-item;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1.5em;
}
#container main #sec02 #sec02wrap dl dt a {
  color: #000;
}
#container main #sec02 #sec02wrap dl dt.adddd {
  margin-bottom: 10px;
}
#container main #sec02 #sec02wrap dl dd {
  font-size: 16px;
  display: list-item;
  margin-left: 20px;
}
#container main #sec02 #sec02wrap dl dd a {
  color: #000;
}
#container main #sec02 #sec02wrap dl dd.bottom {
  margin-bottom: 20px;
}
#container main #sec03 {
  background: url(../img/spr_sec_bg.gif) repeat center;
  background-size: 12px;
  padding-bottom: 40px;
}
#container main #sec03 #sec03-01 {
  width: 375px;
  margin: 0 auto;
  background: url(../img/spr_main1_bg.png) no-repeat;
  background-size: 100%;
  height: 1613px;
  position: relative;
}
#container main #sec03 #sec03-01 h3 {
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  position: relative;
  top: 30px;
  background: none;
  padding: 0;
}
#container main #sec03 #sec03-01 h3:nth-of-type(1) {
  font-size: 1.3rem;
  line-height: 3rem;
}
#container main #sec03 #sec03-01 p {
  font-size: 1.2rem;
}
#container main #sec03 #sec03-01 #speech01 {
  margin-top: 104px;
  margin-left: 30px;
  width: 200px;
}
#container main #sec03 #sec03-01 #speech02 {
  margin-top: 70px;
  margin-left: 150px;
  width: 200px;
}
#container main #sec03 #sec03-01 #speech03 {
  margin-top: 90px;
  margin-left: 30px;
  font-size: 2rem;
  font-weight: 900;
  color: #FF5381;
}
#container main #sec03 #sec03-01 #talk01 {
  margin: 150px auto 0;
  width: 280px;
}
#container main #sec03 #sec03-01 #talk01 p {
  font-size: 1.5rem;
  line-height: 1.4;
}
#container main #sec03 #sec03-01 #talk01 p:not(:last-child) {
  margin-bottom: 1em;
}
#container main #sec03 #sec03-01 #talk01 p .pink {
  font-weight: 700;
}
#container main #sec03 #sec03-01 #talk02 {
  margin: 327px auto 0;
  width: 280px;
}
#container main #sec03 #sec03-01 #talk02 p {
  font-size: 1.6rem;
  line-height: 1.7;
}
#container main #sec03 #sec03-01 #talk02 p:not(:last-child) {
  margin-bottom: 1em;
}
#container main #sec03 #sec03-01 #talk02 p .pink {
  font-weight: 700;
}
#container main #sec03 #sec03-01ex {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 15px;
}
#container main #sec03 #sec03-01ex #ul03-01 li {
  padding: 15px;
  background: #FFF;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#container main #sec03 #sec03-01ex #ul03-01 li p {
  font-size: 1.4rem;
  text-align: center;
}
#container main #sec03 #sec03-01ex #ul03-01 li p#ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#container main #sec03 #sec03-01ex #ul03-01 li p#ex::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 3px dotted #444;
  display: block;
  margin-right: 0.5em;
}
#container main #sec03 #sec03-01ex #ul03-01 li p#ex::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 3px dotted #444;
  display: block;
  margin-left: 0.5em;
}
#container main #sec03 #sec03-01ex #ul03-01 li h2 {
  margin-bottom: 10px;
  background: #FF9D00;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
}
#container main #sec03 #sec03-01ex #ul03-01 li h2 img {
  width: 28px;
  height: auto;
  display: block;
  margin-right: 10px;
}
#container main #sec03 #sec03-01ex #ul03-01 li h2 span {
  width: 260px;
  display: inline-block;
}
#container main #sec03 #sec03-01ex #ul03-01 li .flex50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.4rem;
}
#container main #sec03 #sec03-01ex #ul03-01 li .flex50 figure {
  width: 149px;
}
#container main #sec03 #sec03-01ex #ul03-01 li .flex50 div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  padding-left: 10px;
}
#container main #sec03 #sec03-01ex #ul03-01 li .flex50 div p {
  text-align: left;
}
#container main #sec03 #sec03-01ex #ul03-01 li .flex50 div p.p03-01 {
  font-weight: 700;
}
#container main #sec03 #sec03-01ex #ul03-01 li .flex50 div .pink {
  font-weight: 700;
}
#container main #sec03 #sec03-02 {
  width: 375px;
  margin: 0 auto;
  background: url(../img/spr_main2_bg.png) no-repeat;
  background-size: 100%;
  height: 1620px;
  position: relative;
}
#container main #sec03 #sec03-02 h3 {
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  position: relative;
  top: 30px;
  background: none;
  padding: 0;
}
#container main #sec03 #sec03-02 p {
  font-size: 1.2rem;
}
#container main #sec03 #sec03-02 #speech04 {
  width: 200px;
  margin-top: 110px;
  margin-left: 30px;
}
#container main #sec03 #sec03-02 #speech05 {
  width: 200px;
  margin-top: 85px;
  margin-left: 150px;
}
#container main #sec03 #sec03-02 #speech06 {
  width: 200px;
  margin-top: 90px;
  margin-left: 40px;
  font-size: 2rem;
  font-weight: 900;
  color: #FF5381;
}
#container main #sec03 #sec03-02 #talk03 {
  margin: 150px auto 0;
  width: 280px;
}
#container main #sec03 #sec03-02 #talk03 p {
  font-size: 1.6rem;
  line-height: 1.7;
}
#container main #sec03 #sec03-02 #talk03 p:not(:last-child) {
  margin-bottom: 1em;
}
#container main #sec03 #sec03-02 #talk03 p .pink {
  font-weight: 700;
}
#container main #sec03 #sec03-03 {
  width: 375px;
  margin: 0 auto;
  background: url(../img/spr_main3_bg.png) no-repeat;
  background-size: 100%;
  height: 1298px;
  position: relative;
}
#container main #sec03 #sec03-03 h3 {
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  position: relative;
  top: 30px;
  background: none;
  padding: 0;
}
#container main #sec03 #sec03-03 p {
  font-size: 1.2rem;
}
#container main #sec03 #sec03-03 #speech07 {
  width: 200px;
  margin-top: 97px;
  margin-left: 30px;
}
#container main #sec03 #sec03-03 #speech08 {
  width: 200px;
  margin-top: 79px;
  margin-left: 150px;
}
#container main #sec03 #sec03-03 #speech09 {
  width: 200px;
  margin-top: 90px;
  margin-left: 30px;
  font-size: 2rem;
  font-weight: 900;
  color: #FF5381;
}
#container main #sec03 #sec03-03 #talk04 {
  margin: 150px auto 0;
  width: 280px;
}
#container main #sec03 #sec03-03 #talk04 p {
  font-size: 1.6rem;
  line-height: 1.8;
}
#container main #sec03 #sec03-03 #talk04 p:not(:last-child) {
  margin-bottom: 1em;
}
#container main #sec03 #sec03-03 #talk04 p .pink {
  font-weight: 700;
}
#container main #sec03 #sec03-03 #talk05 {
  margin: 325px auto 0;
  width: 280px;
}
#container main #sec03 #sec03-03 #talk05 p {
  font-size: 1.6rem;
  line-height: 1.2;
}
#container main #sec03 #sec03-03 #talk05 p:not(:last-child) {
  margin-bottom: 1em;
}
#container main #sec03 #sec03-03 #talk05 p .pink {
  font-weight: 700;
}
#container main #sec03 .btnPink {
  margin: 30px auto 40px;
}
#container main #sec04 figure {
  max-width: 580px;
  margin: 0 auto 0;
}
#container main #sec05 {
  background: #EAFAF9;
}
#container main #sec05 h3 {
  padding: 17px 0;
}
#container main #sec05 #ul05-01 {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  z-index: 20;
  width: 375px;
  margin: 0 auto;
}
#container main #sec05 #ul05-01 li {
  height: 125px;
  background: url(../img/spr_point.png) no-repeat;
  background-size: 105px;
  background-position: center center;
  position: relative;
}
#container main #sec05 #ul05-01 li i {
  font-size: 1.9rem;
  font-weight: 700;
  color: #FFF;
  position: absolute;
  left: 65px;
  top: 20px;
  font-style: normal;
}
#container main #sec05 #ul05-01 li p {
  font-size: 1.8rem;
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
}
#container main #sec05 #ul05-01 li:nth-child(2) p {
  font-size: 1.6rem;
}
#container main #sec05 #ul05-01 li:nth-child(2) p {
  font-size: 1.5rem;
}
#container main #sec05 #ul05-01 li:nth-child(3) p {
  font-size: 1.6rem;
}
#container main #sec05 #ul05-01 li:nth-child(6) p {
  font-size: 1.6rem;
}
#container main #sec05 #sec05wrap {
  width: 375px;
  margin: 0 auto;
  padding-left: 15px;
}
#container main #sec05 #sec05wrap #talk06 {
  margin: 0 -20px 0 -20px;
  background: url(../img/spr_point_bg.png) no-repeat right top;
  height: 200px;
  background-size: 95%;
  position: relative;
}
#container main #sec05 #sec05wrap #talk06 p {
  font-size: 2rem;
  color: #FF5381;
  font-weight: 900;
  line-height: 1.3;
  position: absolute;
  top: 70px;
  left: 30px;
}
#container main #sec06 #sec06wrap {
  max-width: 580px;
  margin: 0 auto;
}
#container main #sec06 #sec06wrap .mainSlick {
  max-width: 580px;
  margin-bottom: 8px;
}
#container main #sec06 #sec06wrap .mainSlick .slick-slide img {
  display: block;
  width: 100%;
  height: 211px;
  -o-object-fit: cover;
     object-fit: cover;
}
#container main #sec06 #sec06wrap .thumsSlick {
  max-width: 580px;
  height: 140px;
}
#container main #sec06 #sec06wrap .thumsSlick .slick-slide {
  width: 140px;
  margin: 0 4px;
}
#container main #sec06 #sec06wrap .thumsSlick .slick-slide img {
  display: block;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
#container main #sec06 #sec06wrap .thumsSlick .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container main #sec06 #sec06wrap .thumsSlick .prev-arrow {
  left: 15px;
  z-index: 10;
}
#container main #sec06 #sec06wrap .thumsSlick .next-arrow {
  right: 15px;
}
#container main #sec06 #sec06wrap #ul05-02 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  width: 375px;
  margin: 20px auto;
}
#container main #sec06 #sec06wrap #ul05-02 li {
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  line-height: 1.3;
}
#container main #sec06 #sec06wrap #ul05-02 li:nth-child(1) {
  background: url(../img/spr_shop1.png) no-repeat;
  background-size: 165px;
  background-position: center center;
}
#container main #sec06 #sec06wrap #ul05-02 li:nth-child(2) {
  background: url(../img/spr_shop2.png) no-repeat;
  background-size: 165px;
  background-position: center center;
}
#container main #sec06 #sec06wrap #ul05-02 li:nth-child(3) {
  background: url(../img/spr_shop3.png) no-repeat;
  background-size: 165px;
  background-position: center center;
}
#container main #sec06 #sec06wrap #ul05-02 li:nth-child(4) {
  background: url(../img/spr_shop4.png) no-repeat;
  background-size: 165px;
  background-position: center center;
}
#container main #sec06 #sec06wrap #half {
  max-width: 480px;
  margin: 0 auto;
}
#container main #sec06 #sec06wrap #half #halfbox {
  padding: 0 15px;
  height: 300px;
  background: url(../img/spr_shop_bg.png) no-repeat;
  background-size: 240px;
  background-position: right 20px top;
  margin: 0 -40px 20px 0;
}
#container main #sec06 #sec06wrap #half #halfbox p {
  max-width: 250px;
  width: calc(100% - 220px);
  font-size: 1.6rem;
  margin-bottom: 1em;
  line-height: 1.9;
}
#container main #sec07 #sec07wrap {
  background: url(../img/spr_roomitem_bg.jpg) no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 30px 15px 0;
  text-align: right;
  max-width: 580px;
  margin: 0 auto;
}
#container main #sec07 #sec07wrap #sec07ttl {
  margin: 0 0 80px;
}
#container main #sec07 #sec07wrap #sec07ttl h3 {
  font-size: 5.8rem;
  color: #FF9D00;
  line-height: 1;
  font-weight: 900;
  background: none;
  padding: 0;
  text-align: right;
}
#container main #sec07 #sec07wrap #sec07ttl #room {
  font-size: 1.8rem;
  color: #767676;
  margin: 5px 0;
  font-weight: 900;
}
#container main #sec07 #sec07wrap #sec07ttl #sec07text {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 700;
}
#container main #sec07 #sec07wrap figure {
  margin: 8px 0;
}
#container main #sec07 #sec07wrap figure img {
  width: 100%;
}
#container main #sec07 #sec07box {
  max-width: 375px;
  margin: 0 auto;
}
#container main #sec07 #ul06-01 {
  margin: 15px 15px 30px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FF5381;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: disc;
  list-style-position: inside;
}
#container main #sec07 #ul06-01 li {
  width: 50%;
  padding-left: 5px;
}
#container main #sec07 #sec07wrap02 {
  max-width: 580px;
  margin: 0 15px 10px;
}
#container main #sec07 #sec07wrap02 figure img {
  width: 100%;
}
#container main #sec07 p {
  font-size: 1.4rem;
  max-width: 580px;
  margin: 0 auto 20px;
  padding: 0 15px;
}
#container main #sec07 .btnPink {
  margin-bottom: 40px;
}
#container main #sec08 {
  background: #F9EAFF;
}
#container main #sec08 #sec08text {
  max-width: 580px;
  font-size: 1.8rem;
  color: #767676;
  text-align: center;
  font-weight: 700;
  margin: 15px auto 25px;
  position: relative;
  background: none;
  padding: 0;
}
#container main #sec08 #sec08text::before {
  content: "";
  display: block;
  width: 60px;
  height: 45px;
  background: url(../img/spr_decoration_4L.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 15px;
}
#container main #sec08 #sec08text::after {
  content: "";
  display: block;
  width: 76px;
  height: 82px;
  background: url(../img/spr_decoration_4R.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: 20px;
}
#container main #sec08 #ul07-01 {
  padding-bottom: 30px;
  margin-bottom: 20px;
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}
#container main #sec08 #ul07-01 li {
  background: #FFF;
  margin: 0 15px;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#container main #sec08 #ul07-01 li dl .hidd {
  display: none;
}
#container main #sec08 #ul07-01 li h4 {
  background: #68C17C;
  padding: 8px;
  margin-bottom: 20px;
}
#container main #sec08 #ul07-01 li h4 div:nth-child(1) p {
  display: inline-block;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 10px;
}
#container main #sec08 #ul07-01 li h4 div:nth-child(1) p span {
  font-size: 1.2rem;
}
#container main #sec08 #ul07-01 li h4 div:nth-child(2) p {
  margin: 0 10px 0 0;
  display: inline-block;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
}
#container main #sec08 #ul07-01 li h4 div:nth-child(2) p span {
  font-size: 1.2rem;
}
#container main #sec08 #ul07-01 li figure {
  position: relative;
}
#container main #sec08 #ul07-01 li figure a {
  position: absolute;
  background-size: cover;
  background-size: cover;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  display: block;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
#container main #sec08 #ul07-01 li dl {
  margin-top: 30px;
}
#container main #sec08 #ul07-01 li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.4rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}
#container main #sec08 #ul07-01 li dl dt .head {
  font-weight: 900;
  color: #FF9D00;
  font-size: 1.6rem;
  display: inline-block;
  width: 30px;
}
#container main #sec08 #ul07-01 li dl dt .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#container main #sec08 #ul07-01 li dl dt .switch {
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
#container main #sec08 #ul07-01 li dl dt .switch::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #FF9D00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#container main #sec08 #ul07-01 li dl dt .switch::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #FF9D00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#container main #sec08 #ul07-01 li dl dt .switch.show::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #FF9D00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#container main #sec08 #ul07-01 li dl dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.4rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  margin: 10px 0;
}
#container main #sec08 #ul07-01 li dl dd .head {
  font-weight: 900;
  color: #707070;
  font-size: 1.6rem;
  display: inline-block;
  width: 30px;
}
#container main #sec08 #ul07-01 li dl dd .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#container main #sec08 #ul07-01 li dl dd .switch {
  color: #FF9D00;
  display: inline-block;
  width: 30px;
}
#container main #sec09 #ul08-01 {
  max-width: 580px;
  margin: 0 auto;
}
#container main #sec09 #ul08-01 li.noneArticles {
  font-size: 1.6rem;
  text-align: center;
  margin: 30px 0;
}
#container main #sec09 #ul08-01 li:not(:last-child) {
  border-bottom: solid 1px #FF9D00;
}
#container main #sec09 #ul08-01 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 8px 15px 8px;
  padding: 0 0 8px;
  color: #000;
}
#container main #sec09 #ul08-01 li a figure {
  width: 105px;
  height: 96px;
  background: #A7A7A7;
}
#container main #sec09 #ul08-01 li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container main #sec09 #ul08-01 li a div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}
#container main #sec09 #ul08-01 li a div time {
  color: #FF5381;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
}
#container main #sec09 #ul08-01 li a div h3 {
  font-size: 1.4rem;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  background: none;
  color: #000;
  text-align: left;
  padding: 0;
}
#container main #sec09 #ul08-01 li a div p {
  font-size: 1.4rem;
  line-height: 1.3em;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}
#container main #sec09 .btnPink {
  margin-bottom: 40px;
}
#container main #sec09 .btnPink a {
  position: relative;
}
#container main #sec09 .btnPink a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 23px;
  right: 80px;
}
#container main #sec10 {
  background: url(../img/spr_bg_pattern2.gif) repeat;
  background-size: 12px;
  padding: 0 0 30px;
}
#container main #sec10 #sec10wrap {
  max-width: 580px;
  margin: 20px 15px;
  background: #FFF;
  padding: 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#container main #sec10 #sec10wrap #dl09-01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.4rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}
#container main #sec10 #sec10wrap #dl09-01 dt .head {
  font-weight: 900;
  color: #FF9D00;
  font-size: 1.6rem;
  display: inline-block;
  width: 30px;
}
#container main #sec10 #sec10wrap #dl09-01 dt .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#container main #sec10 #sec10wrap #dl09-01 dt .switch {
  color: #FF9D00;
  display: inline-block;
  width: 30px;
}
#container main #sec10 #sec10wrap #dl09-01 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.4rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  margin: 10px 0;
}
#container main #sec10 #sec10wrap #dl09-01 dd .head {
  font-weight: 900;
  color: #707070;
  font-size: 1.6rem;
  display: inline-block;
  width: 30px;
}
#container main #sec10 #sec10wrap #dl09-01 dd .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#container main #sec10 #sec10wrap #dl09-01 dd .switch {
  color: #FF9D00;
  display: inline-block;
  width: 30px;
}
#container main #sec10 #sec10wrap .btnPink {
  width: 313px;
  margin-bottom: 10px;
}
#container main #sec10 #sec10wrap .btnPink a {
  position: relative;
}
#container main #sec10 #sec10wrap .btnPink a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 83px;
  right: 80px;
}
#container main #sec11 #sec11wrap {
  width: 375px;
  margin: 0 auto 50px;
}
#container main #sec11 #sec11wrap #ul10-01 {
  position: relative;
  padding-top: 15px;
}
#container main #sec11 #sec11wrap #ul10-01 li {
  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: flex-end;
  position: relative;
}
#container main #sec11 #sec11wrap #ul10-01 li figure {
  width: 111px;
}
#container main #sec11 #sec11wrap #ul10-01 li p {
  width: 225px;
  font-size: 1.2rem;
}
#container main #sec11 #sec11wrap #ul10-01 li:nth-of-type(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#container main #sec11 #sec11wrap #ul10-01 li:nth-of-type(1) p {
  margin-right: 15px;
}
#container main #sec11 #sec11wrap #ul10-01 li:nth-of-type(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#container main #sec11 #sec11wrap #ul10-01 li:nth-of-type(3) p {
  margin-left: 15px;
  padding-top: 30px;
}
#container main #sec11 #sec11wrap #ul10-01 li:nth-of-type(5) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#container main #sec11 #sec11wrap #ul10-01 li:nth-of-type(5) p {
  margin-right: 15px;
}
#container main #sec11 #sec11wrap #ul10-01 li:nth-of-type(7) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: flex-start;
  padding: 80px 0 110px;
  background: url(../img/spr_pop.png) no-repeat;
  background-size: 90%;
  background-position: center top;
  margin-top: -30px;
}
#container main #sec11 #sec11wrap #ul10-01 li:nth-of-type(7) p {
  margin-left: 15px;
}
#container main #sec11 #sec11wrap #ul10-01 li.arrow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 -15px;
}
#container main #sec11 #sec11wrap #ul10-01 li.arrow img {
  width: 58px;
  height: auto;
}
#container main #sec11 #sec11wrapSecond {
  width: 375px;
  margin: 0 auto 30px;
  padding: 0 15px;
}
#container main #sec11 #sec11wrapSecond h3 {
  font-size: 1.8rem;
  color: #6d6d6d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f3c1ff));
  background: linear-gradient(transparent 70%, #f3c1ff 70%);
  display: inline-block;
  padding: 0;
  width: auto;
}
#container main #sec11 #sec11wrapSecond #areaList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
#container main #sec11 #sec11wrapSecond #areaList li {
  font-size: 1.2rem;
  margin-right: 1em;
  line-height: 1.5;
}
#container main #sec11 #sec11wrapSecond p {
  font-size: 1.6rem;
}
#container main #sec11 #sec11wrapSecond ul {
  margin: 20px 0;
}
#container main #sec11 #sec11wrapSecond ul li {
  font-size: 1.6rem;
}
#container main #sec12 {
  background: url(../img/spr_bg_pattern3.gif) repeat;
  background-size: 12px;
  padding-bottom: 30px;
}
#container main #sec12 p {
  padding: 15px;
  font-size: 1.2rem;
  max-width: 580px;
  margin: 0 auto;
}
#container main #sec12 form {
  padding: 15px;
  max-width: 580px;
  margin: 0 auto;
}
#container main #sec12 form .form-group {
  margin-bottom: 20px;
}
#container main #sec12 form .form-group label {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}
#container main #sec12 form .form-group label span {
  font-size: 1.2rem;
  background: #FF5381;
  color: #FFF;
  border-radius: 2px;
  padding: 1px 3px;
}
#container main #sec12 form .form-group input[type=text],
#container main #sec12 form .form-group input[type=email],
#container main #sec12 form .form-group input[type=tel] {
  width: 100%;
  padding: 0 5px;
  border: none;
  height: 36px;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  font-size: 1.6rem;
}
#container main #sec12 form .form-group input::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #ccc;
}
#container main #sec12 form .form-group input::-moz-placeholder {
  font-size: 1.4rem;
  color: #ccc;
}
#container main #sec12 form .form-group input:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #ccc;
}
#container main #sec12 form .form-group input::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #ccc;
}
#container main #sec12 form .form-group input::placeholder {
  font-size: 1.4rem;
  color: #ccc;
}
#container main #sec12 form .form-group input#datepicker {
  width: 8em;
}
#container main #sec12 form .form-group select {
  height: 36px;
  width: 89px;
  font-size: 1.4rem;
  border: none;
  background: #FFF;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#container main #sec12 form .form-group select + span {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
#container main #sec12 form .form-group .pink {
  text-align: left;
  font-size: 1.2rem;
  padding: 0;
  margin-top: 5px;
}
#container main #sec12 form .form-group .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 10px;
}
#container main #sec12 form .form-group .check input {
  margin-right: 5px;
}
#container main #sec12 form .form-group .check label {
  margin-right: 10px 20px 0 0;
  font-size: 1.2rem;
  margin-right: 30px;
}
#container main #sec12 form .form-group textarea {
  font-size: 1.6rem;
  width: 100%;
  border: none;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
#container main #sec12 form .form-group textarea:focus {
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
#container main #sec12 form .form-group textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
}
#container main #sec12 form .form-group textarea::-moz-placeholder {
  font-size: 1.4rem;
}
#container main #sec12 form .form-group textarea:-ms-input-placeholder {
  font-size: 1.4rem;
}
#container main #sec12 form .form-group textarea::-ms-input-placeholder {
  font-size: 1.4rem;
}
#container main #sec12 form .form-group textarea::placeholder {
  font-size: 1.4rem;
}
#container main #sec12 form .form-group .checkagree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#container main #sec12 form .form-group .checkagree input {
  margin-right: 10px;
}
#container main #sec13 #se13wrap {
  max-width: 580px;
  margin: 0 auto 40px;
}
#container main #sec13 #se13wrap p {
  font-size: 1.6rem;
  margin: 15px;
}
#container main #sec13 #se13wrap #sec13wrap {
  background: url(../img/spr_orangeBox.png) no-repeat;
  background-size: 100%;
  height: 199px;
  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;
}
#container main #sec13 #se13wrap #sec13wrap #ul13-01 {
  list-style-type: disc;
  list-style-position: inside;
}
#container main #sec13 #se13wrap #sec13wrap #ul13-01 li {
  color: #FFF;
  font-size: 1.6rem;
}
#container main #sec14 #sec14wrap {
  max-width: 580px;
  margin: 12px auto 40px;
  padding-left: 2%;
  padding-right: 2%;
}
#container main #sec14 #sec14wrap .sec14wrap__table {
  border: 1px solid #ccc;
  table-layout: fixed;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}
#container main #sec14 #sec14wrap .sec14wrap__tbody {
  width: 100%;
}
#container main #sec14 #sec14wrap th,
#container main #sec14 #sec14wrap td {
  border: 1px solid #ccc;
  padding: 8px;
}
#container main #sec14 #sec14wrap th {
  background-color: #F9EAFF;
  min-width: 83px;
}
#container main #sec14 #sec14wrap td {
  width: calc(100% - 83px);
}
#container main #sec14 #sec14wrap td span {
  font-weight: bold;
}
#container main #sec14 .sec14wrap_map {
  margin-top: 12px;
}
#container main #sec14 .sec14wrap_map iframe {
  width: 100%;
  height: 250px;
}
#container main #sec15 {
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5019607843) 0, rgba(255, 255, 255, 0.5019607843) 4px, #F9EAFF 0, #F9EAFF 3%);
}
#container main #sec15 #se15wrap {
  max-width: 580px;
  margin: 0 auto;
}
#container main #sec15 #se15wrap img {
  height: auto;
}
#container main #sec15 #se15wrap #sec15wrap {
  padding: 0 20px 24px;
  margin-bottom: 24px;
  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;
}
#container main #sec15 #se15wrap #sec15wrap p {
  background-color: #fff;
  border: solid 4px #FF9D00;
  padding: 24px;
  border-radius: 20px;
  font-size: 1.6rem;
}
#container main #secSns .twt_wrap {
  text-align: center;
}
#container main #secSns .twt_wrap > iframe {
  margin: auto;
}
#container main #article_ul {
  max-width: 580px;
  margin: 0 auto;
}
#container main #article_ul li.noneArticles {
  font-size: 1.6rem;
  text-align: center;
  margin: 30px 0;
}
#container main #article_ul li:not(:last-child) {
  border-bottom: solid 1px #81D8D0;
}
#container main #article_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 8px 15px 8px;
  padding: 8px;
  color: #000;
}
#container main #article_ul li a:hover {
  background: #f4fdfc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#container main #article_ul li a figure {
  width: 105px;
  height: 96px;
  background: #A7A7A7;
}
#container main #article_ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container main #article_ul li a div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}
#container main #article_ul li a div time {
  color: #FF5381;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
}
#container main #article_ul li a div h6 {
  font-size: 1.4rem;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#container main #article_ul li a div p {
  font-size: 1.4rem;
  line-height: 1.3em;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}
#container main #article_view {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 15px;
}
#container main #article_view #datetime {
  margin: 20px 0 20px;
  text-align: right;
}
#container main #article_view #datetime time {
  font-size: 1.3rem;
  color: #FF5381;
  display: block;
}
#container main #article_view article {
  font-size: 1.8rem;
  margin-bottom: 100px;
}
#container main #article_view article h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(../img/spr_h3_bg.gif) repeat;
  width: 100%;
  background-size: 375px;
  color: #FFF;
  text-align: center;
  padding: 17px 0;
}
#container main #article_view article h3 {
  font-size: 2.8rem;
  font-weight: bold;
  background: none;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  border-left: 5px solid #FF9D00;
  padding: 0 0 0 10px;
}
#container main #article_view article h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#container main #article_view article h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#container main #article_view article h6 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#container main #article_view article blockquote {
  border: 1px solid #707070;
  padding: 12px;
}
#container main #article_view article img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#container main #article_view article .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#container main #article_view article .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#container main #article_view #back {
  text-align: center;
  margin-bottom: 30px;
}
#container main #article_view #back a {
  font-size: 1.4rem;
  color: #FF9D00;
  border: solid 1px #FF9D00;
  border-radius: 3px;
  width: 120px;
  height: 40px;
  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 auto;
}
#container main #contact #contactWrap {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 15px;
}
#container main #contact #contactWrap p {
  font-size: 1.6rem;
  text-align: center;
  margin: 30px 0;
}
#container main #contact #contactWrap #back {
  text-align: center;
  margin-bottom: 30px;
}
#container main #contact #contactWrap #back a {
  font-size: 1.4rem;
  color: #FF9D00;
  border: solid 1px #FF9D00;
  border-radius: 3px;
  width: 120px;
  height: 40px;
  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 auto;
}
#container main #contact #contactWrap .form-confirm {
  margin: 3em 0;
  font-size: 1.6rem;
}
#container main #contact #contactWrap .form-confirm dt {
  color: #FF9D00;
  margin-bottom: 5px;
}
#container main #contact #contactWrap .form-confirm dd {
  text-indent: 2em;
}
#container main #contact #contactWrap #confirmBox {
  margin-bottom: 50px;
  border-top: solid 1px #ccc;
  padding-top: 20px;
}
#container main #contact #contactWrap #confirmBox .confirmWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#container main #contact #contactWrap #confirmBox .confirmWrap #confirm {
  font-size: 1.6rem;
  color: #000;
  background: #FFF;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 0.3em 1em;
  margin: 0 2em;
  min-width: 120px;
}
#container main #contact #contactWrap #confirmBox .confirmWrap #send {
  font-size: 1.6rem;
  background: #FF9D00;
  color: #FFF;
  border: solid 1px #FF9D00;
  border-radius: 3px;
  padding: 0.3em 1em;
  margin: 0 2em;
  min-width: 120px;
}
#container main #questionsWrap {
  max-width: 580px;
  margin: 0 auto;
  padding: 15px;
}
#container main #questionsWrap dl {
  font-size: 1.4rem;
}
#container main #questionsWrap dl dd {
  margin: 5px 0 50px;
}
#container main #introductions_lists {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}
#container main #introductions_lists .introductions_item {
  background: #ff9d00;
  padding: 1em;
  border-radius: 16px;
}
#container main #introductions_lists .introductions_item:not(:first-child) {
  margin-top: 30px;
}
#container main #introductions_lists .introductions_item:last-child {
  margin-bottom: 0;
}
#container main #introductions_lists .introductions_img {
  display: block;
  max-width: 323px;
  width: 100%;
  height: auto;
  margin: 18px auto;
}
#container main #introductions_lists .introductions_img img {
  width: 100%;
  border-radius: 12px;
}
#container main #introductions_lists .introductions_name {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.8em;
  color: #fff;
}
#container main #introductions_lists .introductions_wrap {
  background: #fff;
  border-radius: 12px;
  padding: 0 0.3em 0.3em;
}
#container main #introductions_lists dl {
  font-size: 16px;
  padding: 0.8em 0.3em;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#container main #introductions_lists dl:last-of-type {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
}
#container main #introductions_lists dl:last-of-type dt {
  border-right: 0;
  width: 100%;
  margin-top: 1%;
  padding-left: 0;
}
#container main #introductions_lists dl:last-of-type dd {
  width: 100%;
  margin-top: 1%;
  padding-left: 0;
}
#container main #introductions_lists dt {
  width: 35%;
  border-right: 1px solid #ccc;
}
#container main #introductions_lists dd {
  width: 65%;
  padding-left: 0.5em;
}
#container main .footer_information {
  max-width: 580px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 15px;
}
#container main .footer_information .footer_information_heading {
  padding: 18px;
}
#container main .footer_information .footer_information_heading p {
  font-size: 1.6rem;
}
#container main .footer_information .footer_information_heading .footer_information-text {
  margin-top: 40px;
  display: block;
  text-align: center;
}
#container main .footer_information .footer_information_heading .footer_information-strong {
  display: block;
  font-weight: bold;
  border-top: 2px solid #ff9d00;
  border-bottom: 2px solid #ff9d00;
  padding: 4px;
  width: 280px;
  margin: 0 auto 8px;
  font-size: 1.8rem;
}
#container main .footer_information .footer_information_heading .footer_information_btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
#container main .footer_information .footer_information_heading .footer_information_line {
  font-size: 1.8rem;
  display: inline-block;
  background-color: #37C501;
  border-radius: 12px;
  color: #fff;
  padding: 8px;
  width: 230px;
  text-align: center;
  margin-right: 8px;
}
#container main .footer_information .footer_information_heading .footer_information_mail {
  font-size: 1.8rem;
  display: inline-block;
  background-color: #74BAFF;
  border-radius: 12px;
  color: #fff;
  padding: 8px;
  width: 230px;
  text-align: center;
}
#container main .footer_information .footer_information_heading .footer_information_instagram {
  font-size: 1.6rem;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  #container main .footer_information .footer_information_heading .footer_information_line {
    display: block;
    margin-bottom: 8px;
  }
  #container main .footer_information .footer_information_heading .footer_information_mail {
    display: block;
  }
}
#container main .footer_information .footer_information_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container main .footer_information .footer_information_logo {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 18px auto;
}
#container main .footer_information .footer_information_logo img {
  width: 100%;
}
#container main .footer_information .footer_information_list .footer_information_title {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 8px;
}
#container main .footer_information .footer_information_list .footer_information_text {
  font-size: 1.6rem;
}
#container main .footer_information .footer_information_list .footer_information_tel {
  font-size: 2rem;
}
#container main .paginator {
  margin: 20px 0;
}
#container main .paginator .pagination {
  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;
}
#container main .paginator .pagination li {
  border: solid 1px #FF9D00;
  border-radius: 2px;
  min-width: 40px;
  height: 40px;
  margin: 5px;
}
#container main .paginator .pagination li.current {
  font-size: 1.4rem;
  color: #FFF;
  background: #FF9D00;
  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;
}
#container main .paginator .pagination li a {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
  color: #FF9D00;
  background: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#container main .paginator .pagination li a:hover {
  -webkit-animation: tapaction 0.2s 1 ease-out;
          animation: tapaction 0.2s 1 ease-out;
  color: rgb(150, 109, 34);
  background: #FF9D00;
  border: none;
}
#container #article_view article ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
}
#container #article_view article ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
}
#container footer {
  padding-top: 30px;
  background: #FF9D00;
  margin-bottom: -55px;
}
#container footer #log {
  width: 153px;
  height: auto;
  margin: 0 auto 26px;
  text-align: center;
}
#container footer #log img {
  width: 100%;
  height: auto;
}
#container footer #ulfooter {
  text-align: center;
}
#container footer #ulfooter li {
  margin-bottom: 20px;
}
#container footer #ulfooter li a {
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none;
}
#container footer #ulfooter li dl dt {
  font-size: 1.6rem;
  color: #FFF;
  position: relative;
  display: inline-block;
  width: 300px;
}
#container footer #ulfooter li dl dt:before, #container footer #ulfooter li dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #FFF;
}
#container footer #ulfooter li dl dt:before {
  left: 0;
}
#container footer #ulfooter li dl dt:after {
  right: 0;
}
#container footer small {
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  border-top: 1px solid #FFF;
  width: 100%;
  display: block;
  padding: 10px 0;
}
#container .footer_information {
  text-align: center;
}
#container .footer_information .footer_text {
  font-size: 1.6rem;
  color: #FFF;
  margin-bottom: 18px;
}
#container .footer_information .footer_text .footer_text-strong {
  font-size: 1.6rem;
  color: #FFF;
  font-weight: bold;
}
#container nav {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 50;
}
#container nav #gotop {
  text-align: right;
}
#container nav #gotop a {
  display: block;
  width: 60px;
  margin: 0 5px 10px auto;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
#container nav #gotop a img {
  width: 100%;
}
#container nav #navwrap {
  width: 100%;
  background: #fdf4fd;
}
#container nav #navwrap #ulnav {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin: 0 auto;
}
#container nav #navwrap #ulnav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
#container nav #navwrap #ulnav li.nav_line {
  background: #37C501;
}
#container nav #navwrap #ulnav li.nav_line figure {
  width: 24px;
}
#container nav #navwrap #ulnav li.nav_mail {
  background: #74BAFF;
}
#container nav #navwrap #ulnav li.nav_mail figure {
  width: 24px;
}
#container nav #navwrap #ulnav li.nav_logo {
  background: #ff9d00;
}
#container nav #navwrap #ulnav li.nav_logo figure {
  width: 90px;
  height: auto;
}
#container nav #navwrap #ulnav li a {
  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;
}
#container nav #navwrap #ulnav li a p {
  font-size: 1.1rem;
  color: #FFF;
  margin-left: 5px;
}
#container nav #navwrap #ulnav li a p span {
  font-size: 1.5rem;
}

#ui-datepicker-div {
  max-width: 420px;
  width: calc(100% - 10px);
  right: 5px;
  padding: 0.2em 0.2em 0;
  display: none;
  font-size: 1.8rem;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.banner {
  max-width: 580px;
  margin: 0 auto 40px;
  text-align: center;
  padding: 0 15px;
}
.banner a:nth-of-type(1) {
  display: block;
}
.banner a img {
  width: 100%;
}
.banner.job {
  font-size: 1.6rem;
}

.lineapp {
  width: 345px;
  margin: 5em auto;
}
.lineapp a {
  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;
  background: #37C501;
  padding: 1em 2em;
  border-radius: 0.5em;
}
.lineapp a figure {
  margin-right: 1em;
}
.lineapp a p {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
}

.loaderBack {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
}

.loader {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
} /*# sourceMappingURL=style.css.map */