@charset "UTF-8";
.head_box .navigation {
  padding: 20px 40px;
  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;
  width: 100%;
  background-color: #FFF;
}
.head_box .navigation .logo {
  width: 240px;
  margin: 0 auto;
}
.head_box .navigation ul {
  width: calc(100% - 240px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.head_box .navigation ul li {
  font-size: 16px;
  padding: 13px 0;
  margin-right: 25px;
}
.head_box .navigation ul li:last-child {
  margin-right: 0;
}
.head_box .navigation ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  text-align: center;
}
.head_box .navigation ul li a .icon i {
  font-size: 1.4em;
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head_box .navigation ul li a:hover {
  color: #e5497e;
}
.head_box .navigation ul li a:hover .icon i {
  color: #e5497e;
}

.mv {
  width: 100%;
  height: 720px;
  position: relative;
}
.mv img {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .bl_mv_circle {
  position: absolute;
  top: 20%;
  right: 10%;
}
.mv .bl_mv_circle .el_circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.mv .bl_mv_circle .el_circle p {
  color: #FFF;
  text-align: center;
}
.mv .bl_mv_circle .el_circle p.xl {
  font-size: 2.3em;
  line-height: 100%;
  padding-top: 70px;
}
.mv .bl_mv_circle .el_circle.blue {
  background-color: #5bbdec;
  margin-bottom: 30px;
}
.mv .bl_mv_circle .el_circle.pink {
  background-color: #fa7ac7;
}

#news {
  background-color: #f1f1f1;
  padding: 40px 0;
}
#news .flex_wrapper {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news .flex_wrapper .title {
  width: 12%;
  font-size: 2em;
  font-weight: bold;
  margin-right: 5%;
}
#news .flex_wrapper .right_content {
  width: 83%;
}
#news .flex_wrapper .right_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
}
#news .flex_wrapper .right_content ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#news .flex_wrapper .right_content ul li p.date {
  margin-right: 2%;
}

#block_about h3 {
  text-align: center;
}
#block_about ul.merit li {
  width: 32%;
}
#block_about ul.merit li h4 {
  text-align: center;
  padding: 20px 0 10px;
  font-size: 1.2em !important;
  font-weight: bold !important;
}
#block_about .shurui_map {
  margin: 20px 0;
}
#block_about .caution .bold {
  font-size: 1.2em;
  font-weight: bold !important;
}
#block_about .caution ul li {
  padding: 5px 0;
}

.content_lower {
  margin-bottom: 100px;
}

#access .flex_wrapper {
  width: 1000px;
  margin: 50px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#access .flex_wrapper .access_pic {
  width: 49%;
}
#access .store_information {
  width: 1000px;
  margin: 50px auto 0;
}
#access .store_information h3 {
  text-align: center;
}
#access .store_information table {
  width: 100%;
  margin: 0 auto;
}
#access .store_information table tr {
  border-bottom: 1px solid #ddd;
}
#access .store_information table tr th, #access .store_information table tr td {
  padding: 20px;
  font-size: 1.1em;
}
#access .store_access {
  width: 1000px;
  margin: 60px auto 0;
}
#access .store_access h3 {
  text-align: center;
}
#access .store_access .flex_wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#access .store_access .flex_wrapper .content_l h4 {
  font-weight: bold;
  font-size: 1.2em;
}
#access .store_access .flex_wrapper .content_l .station_info {
  margin-top: 40px;
}
#access .store_access .flex_wrapper .content_l .station_info ul li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
#access .store_access .flex_wrapper .content_l .picture_access_btn {
  margin-top: 30px;
}
#access .store_access .flex_wrapper .content_l .picture_access_btn a {
  display: block;
  background-color: #e5497e;
  border: 1px solid #e5497e;
  color: #FFF;
  text-align: center;
  border-radius: 20px;
  padding: 16px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#access .store_access .flex_wrapper .content_l .picture_access_btn a:hover {
  background-color: #FFF;
  color: #e5497e;
}

#blog_list {
  width: 1100px;
  margin: 50px auto 0;
}
#blog_list .primary .post_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#blog_list .primary .post_lists .post {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 1.5em;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(207, 207, 207);
          box-shadow: 0px 0px 10px 0px rgb(207, 207, 207);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#blog_list .primary .post_lists .post:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(207, 207, 207, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(207, 207, 207, 0.3);
}
#blog_list .primary .post_lists .post:nth-child(2n) {
  margin-right: 0;
}
#blog_list .primary .post_lists .post .post_text {
  padding: 18px;
}
#blog_list .primary .post_lists .post .post_text .date {
  font-size: 0.8em;
  color: #999;
}
#blog_list .primary .post_lists .post .post_text .title {
  font-weight: bold;
  color: #333;
  line-height: 150%;
}
#blog_list .primary .pic {
  width: 100%;
  height: 200px;
  background-color: #f1f1f1;
}

#items_category .main_wrapper {
  width: 1100px;
  margin: 50px auto 0;
}
#items_category .main_wrapper h3 {
  text-align: center;
  font-size: 1.3em;
}
#items_category .main_wrapper .primary .items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#items_category .main_wrapper .primary .items ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5em;
}
#items_category .main_wrapper .primary .items ul li:nth-child(3n) {
  margin-right: 0;
}
#items_category .main_wrapper .primary .items ul li .pic {
  width: 100%;
  height: 200px;
  background-color: #f1f1f1;
}
#items_category .main_wrapper .primary .items ul li p {
  margin-top: 6px;
  line-height: 140%;
}
#items_category .main_wrapper .primary .items ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#items_category .main_wrapper .primary .items ul li a:hover {
  color: #e5497e;
  text-decoration: underline;
}
#items_category .main_wrapper .side_bar .side_title {
  margin-bottom: 10px;
}
#items_category .main_wrapper .side_bar ul.items_list li a {
  display: block;
  width: 100%;
  background-color: #ee92b1;
  padding: 12px 8px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  border-radius: 18px;
  margin-bottom: 0.6em;
  border: 1px solid #ee92b1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#items_category .main_wrapper .side_bar ul.items_list li a:hover {
  background-color: #FFF;
  border: 1px solid #ee92b1;
  color: #ee92b1;
}

#contact .cmn_wrapper {
  width: 700px;
  margin: 50px auto 0;
  /* フォーム送信時のスタイル */
}
#contact .cmn_wrapper table {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #999;
}
#contact .cmn_wrapper table tr th {
  background-color: #ffeeee;
}
#contact .cmn_wrapper table tr th, #contact .cmn_wrapper table tr td {
  vertical-align: middle;
  border-bottom: 1px solid #999;
  padding: 22px 12px;
}
#contact .cmn_wrapper table input, #contact .cmn_wrapper table textarea {
  padding: 8px 10px;
  border: 1px solid #ddd;
  width: 100%;
}
#contact .cmn_wrapper table textarea {
  height: 20em;
}
#contact .cmn_wrapper .submit-button {
  display: block;
  width: 300px;
  margin: 30px auto 0;
  padding: 20px 20px;
  text-align: center;
  border: 1px solid #e5497e;
  border-radius: 5px;
  background-color: #e5497e;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#contact .cmn_wrapper .submit-button:hover {
  background-color: #fff;
  color: #e5497e;
}
#contact .cmn_wrapper .submit-button:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px); /* ボタンを少し下に沈める */
}
#contact .cmn_wrapper .privacypolicy {
  margin-top: 30px;
  width: 100%;
  height: 400px;
  overflow: scroll;
  padding: 20px;
}
#contact .cmn_wrapper .privacypolicy h3 {
  font-size: 20px;
  font-weight: bold;
}
#contact .cmn_wrapper .privacypolicy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
#contact .cmn_wrapper .privacypolicy ul li {
  line-height: 180%;
  list-style-type: disc;
  margin-left: 1.5em;
}

#items ul.items_list {
  width: 1000px;
  margin: 50px auto 0;
  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;
}
#items ul.items_list li {
  width: 30%;
}
#items ul.items_list li a {
  display: block;
  width: 100%;
  background-color: #ee92b1;
  padding: 32px 8px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  border-radius: 18px;
  margin-bottom: 1em;
  border: 1px solid #ee92b1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#items ul.items_list li a:hover {
  background-color: #FFF;
  border: 1px solid #ee92b1;
  color: #ee92b1;
}

footer {
  background-color: #e5497e;
  padding: 40px 0 0;
  text-align: center;
}
footer .footer__logo {
  width: 240px;
  margin: 0 auto;
}
footer .footer__grid {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
footer .footer__grid .footer__address p {
  line-height: 140%;
  color: #FFF;
  padding-top: 1em;
  text-align: center;
}
footer ul.footer_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer ul.footer_navigation li {
  width: 32%;
  font-size: 20px;
  padding: 0 0 13px 0;
}
footer ul.footer_navigation li.link_col_02, footer ul.footer_navigation li.link_col_03 {
  width: 24%;
}
footer ul.footer_navigation li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer ul.footer_navigation li a p {
  font-size: 16px;
}
footer ul.footer_navigation li a .icon {
  width: 18%;
  text-align: center;
}
footer ul.footer_navigation li a .icon i {
  font-size: 1.2em;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer ul.footer_navigation li a:hover {
  color: #ee92b1;
}
footer ul.footer_navigation li a:hover .icon i {
  color: #ee92b1;
}
footer .copyright {
  padding: 35px 0 15px;
  text-align: center;
}
footer .copyright p {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  header {
    height: 70px;
  }
  header .logo {
    width: 220px;
    margin: 0 auto;
    padding: 14px 0 0;
  }
  header .openbtn {
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #e5497e;
    top: 0;
    right: 0;
    z-index: 99;
  }
  header .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: #fff;
  }
  header .openbtn span:nth-of-type(1) {
    top: 24px;
    width: 50%;
  }
  header .openbtn span:nth-of-type(2) {
    top: 31px;
    width: 30%;
  }
  header .openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  header .openbtn.active span:nth-of-type(2) {
    top: 35px;
    left: 16px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  header nav {
    background-color: #ee92b1;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: -120%;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 98;
  }
  header nav ul {
    width: 80%;
    margin: 0 auto;
    padding-top: 120px;
  }
  header nav ul li {
    border-bottom: 1px solid #FFF;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  header nav ul li a {
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3em;
  }
  header nav ul li a .icon {
    width: 20%;
    text-align: center;
  }
  header nav ul li a .icon i {
    font-size: 1.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header #gnav.active {
    top: 0;
  }
  .mv {
    width: 100%;
    height: 520px;
    position: relative;
  }
  .mv img {
    width: 100%;
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv .bl_mv_circle {
    position: absolute;
    top: unset;
    bottom: 30px;
    width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv .bl_mv_circle .el_circle {
    width: 180px;
    height: 180px;
  }
  .mv .bl_mv_circle .el_circle p.xl {
    line-height: 120%;
    padding-top: 60px;
  }
  .mv .bl_mv_circle .el_circle.blue {
    margin-bottom: unset;
    margin-right: 20px;
  }
  #news {
    padding: 20px 0 30px;
  }
  #news .flex_wrapper {
    width: 92%;
    display: block;
  }
  #news .flex_wrapper .title {
    width: 100%;
    font-size: 1.8em;
    margin-right: unset;
    margin-bottom: 0.5em;
  }
  #news .flex_wrapper .right_content {
    width: 100%;
  }
  #block_about .flex_wrapper {
    display: block;
  }
  #block_about ul.merit li {
    width: 100%;
    margin-bottom: 2em;
  }
  #block_about ul.merit li h4 {
    text-align: center;
    padding: 20px 0 10px;
    font-size: 1.2em !important;
    font-weight: bold !important;
  }
  .content_lower {
    margin-bottom: 50px;
  }
  #access .flex_wrapper {
    width: 95%;
    margin: 50px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #access .flex_wrapper .access_pic {
    width: 49%;
  }
  #access .store_information {
    width: 95%;
    margin: 50px auto 0;
  }
  #access .store_information h3 {
    text-align: center;
  }
  #access .store_information table {
    width: 100%;
    margin: 0 auto;
  }
  #access .store_information table tr {
    border-bottom: none;
  }
  #access .store_information table tr th {
    background-color: #f1f1f1;
  }
  #access .store_information table tr th, #access .store_information table tr td {
    display: block;
    padding: 20px;
    font-size: 1.1em;
  }
  #access .store_access {
    width: 95%;
    margin: 60px auto 0;
  }
  #access .store_access h3 {
    text-align: center;
  }
  #access .store_access .flex_wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #access .store_access .flex_wrapper .content_l h4 {
    font-weight: bold;
    font-size: 1.2em;
  }
  #access .store_access .flex_wrapper .content_l .station_info {
    margin-top: 40px;
  }
  #access .store_access .flex_wrapper .content_l .station_info ul li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  #access .store_access .flex_wrapper .content_l .picture_access_btn {
    margin-top: 30px;
  }
  #access .store_access .flex_wrapper .content_l .picture_access_btn a {
    display: block;
    background-color: #e5497e;
    border: 1px solid #e5497e;
    color: #FFF;
    text-align: center;
    border-radius: 20px;
    padding: 16px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #access .store_access .flex_wrapper .content_l .picture_access_btn a:hover {
    background-color: #FFF;
    color: #e5497e;
  }
  #access .store_access .flex_wrapper .content_r {
    margin-top: 50px;
  }
  #access .store_access .flex_wrapper .content_r iframe {
    width: 100%;
  }
  #items_category .main_wrapper {
    width: 95%;
    margin: 50px auto 0;
  }
  #items_category .main_wrapper h3 {
    text-align: center;
    font-size: 1.3em;
  }
  #items_category .main_wrapper .primary .items ul {
    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;
  }
  #items_category .main_wrapper .primary .items ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 1.5em;
  }
  #items_category .main_wrapper .primary .items ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #items_category .main_wrapper .primary .items ul li:nth-child(2n) {
    margin-right: 0;
  }
  #items_category .main_wrapper .primary .items ul li .pic {
    width: 100%;
    height: 150px;
    background-color: #f1f1f1;
  }
  #items_category .main_wrapper .primary .items ul li p {
    margin-top: 6px;
    line-height: 140%;
  }
  #items_category .main_wrapper .primary .items ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #items_category .main_wrapper .primary .items ul li a:hover {
    color: #e5497e;
    text-decoration: underline;
  }
  #items_category .main_wrapper .side_bar {
    margin-top: 60px;
  }
  #items_category .main_wrapper .side_bar .side_title {
    margin-bottom: 10px;
  }
  #items_category .main_wrapper .side_bar form {
    margin: 0 0 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #items_category .main_wrapper .side_bar input[type=text] {
    width: 80%;
    padding: 12px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #items_category .main_wrapper .side_bar input[type=submit] {
    width: 20%;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #e5497e;
    cursor: pointer;
    background-color: #e5497e;
    color: #FFF;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #items_category .main_wrapper .side_bar input[type=submit]:hover {
    opacity: 0.8;
  }
  #items_category .main_wrapper .side_bar ul.items_list li a {
    display: block;
    width: 100%;
    background-color: #ee92b1;
    padding: 12px 8px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    border-radius: 18px;
    margin-bottom: 0.6em;
    border: 1px solid #ee92b1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #items_category .main_wrapper .side_bar ul.items_list li a:hover {
    background-color: #FFF;
    border: 1px solid #ee92b1;
    color: #ee92b1;
  }
  #contact .cmn_wrapper {
    width: 92%;
    margin: 30px auto 0;
  }
  #contact .cmn_wrapper table {
    margin-top: 30px;
    border-top: none;
  }
  #contact .cmn_wrapper table tr th, #contact .cmn_wrapper table tr td {
    display: block;
    border-bottom: none;
    padding: 18px 12px;
  }
  #contact .cmn_wrapper table tr td {
    padding: 10px 0 22px 0;
  }
  #contact .cmn_wrapper table textarea {
    height: 20em;
  }
  #contact .cmn_wrapper .submit-button {
    width: 90%;
  }
  #contact .cmn_wrapper .privacypolicy {
    margin-top: 5px;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
  }
  #contact .cmn_wrapper .privacypolicy h3 {
    font-size: 18px;
    font-weight: bold;
  }
  #contact .cmn_wrapper .privacypolicy h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
  }
  #contact .cmn_wrapper .privacypolicy p, #contact .cmn_wrapper .privacypolicy li {
    font-size: 13px;
  }
  #contact .cmn_wrapper .privacypolicy ul li {
    line-height: 180%;
    list-style-type: disc;
    margin-left: 1.5em;
  }
  #items .search {
    width: 95%;
    margin: 40px auto 0;
  }
  #items .search p {
    text-align: center;
  }
  #items .search form {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #items .search input[type=text] {
    width: 80%;
    padding: 12px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #items .search input[type=submit] {
    width: 20%;
    padding: 12px 20px;
    border: 1px solid #e5497e;
    cursor: pointer;
    background-color: #e5497e;
    color: #FFF;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #items .search input[type=submit]:hover {
    opacity: 0.8;
  }
  #items ul.items_list {
    width: 95%;
    margin: 50px auto 0;
  }
  #items ul.items_list li {
    width: 48%;
  }
  #items ul.items_list li a {
    display: block;
    width: 100%;
    background-color: #ee92b1;
    padding: 32px 8px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    border-radius: 18px;
    margin-bottom: 1em;
    border: 1px solid #ee92b1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    min-height: 3em;
  }
  #items ul.items_list li a:hover {
    background-color: #FFF;
    border: 1px solid #ee92b1;
    color: #ee92b1;
  }
  footer {
    padding: 35px 0 0;
    text-align: center;
  }
  footer .footer__grid {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  footer .footer__grid .footer__address {
    border-bottom: 1px solid #FFF;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  footer .footer__grid .footer__address p {
    text-align: center;
    padding-top: 1em;
  }
  footer .footer__logo {
    margin: 0 auto;
  }
  footer ul.footer_navigation {
    width: 100%;
    padding: 0 2.5%;
  }
  footer ul.footer_navigation li {
    width: 50%;
    font-size: 0.9em;
    padding: 9px 0;
  }
  footer ul.footer_navigation li.link_col_02, footer ul.footer_navigation li.link_col_03 {
    width: 50%;
  }
  footer ul.footer_navigation li a .icon {
    width: 22%;
    line-height: unset;
  }
  footer ul.footer_navigation li a .icon i {
    font-size: 1.5em;
  }
}
.construction-page {
  min-height: 80vh;
  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;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 40px 20px;
}
.construction-page .construction-container {
  text-align: center;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.95);
  padding: 60px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.construction-page .construction-container .construction-icon {
  margin-bottom: 30px;
}
.construction-page .construction-container .construction-icon i {
  font-size: 4em;
  color: #e5497e;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.construction-page .construction-container .construction-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.construction-page .construction-container .construction-message {
  font-size: 1.2em;
  line-height: 1.8;
  color: #666;
  margin-bottom: 40px;
}
.construction-page .construction-container .construction-info {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
}
.construction-page .construction-container .construction-info p {
  margin: 8px 0;
  font-size: 1.1em;
  color: #555;
}
.construction-page .construction-container .construction-info p:first-child {
  font-weight: bold;
  color: #e5497e;
}

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

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .construction-page {
    min-height: 70vh;
    padding: 20px 15px;
  }
  .construction-page .construction-container {
    padding: 40px 20px;
  }
  .construction-page .construction-container .construction-icon {
    margin-bottom: 20px;
  }
  .construction-page .construction-container .construction-icon i {
    font-size: 3em;
  }
  .construction-page .construction-container .construction-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .construction-page .construction-container .construction-message {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  .construction-page .construction-container .construction-info {
    padding: 15px;
  }
  .construction-page .construction-container .construction-info p {
    font-size: 1em;
  }
}/*# sourceMappingURL=module.css.map */