@charset "UTF-8";
* {
  box-sizing: border-box;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.5;
    transition: 0.5s ease;
  }
}
/* CSS Document */
body {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #505050;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 8px;
  }
}

#gototop a {
  background-color: #82C76F;
}

main {
  background: #fff;
  padding: 0 0 95px;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 60px;
  }
}
main img {
  width: auto;
}
@media screen and (max-width: 767px) {
  main img {
    width: 100%;
  }
}

.section_content {
  background: url(../img/bg_wood.png);
  background-size: cover;
  margin: auto;
  max-width: 960px;
  padding: 55px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_content {
    padding: 10vw 5vw;
  }
}
.section_content h3 {
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .section_content h3 {
    top: -8.75vw;
  }
  .section_content h3 img {
    width: 67.5vw;
  }
}
.section_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section_content ul li {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_content ul li {
    padding: 20px 0;
  }
}
.section_content ul li .content {
  padding-top: 20px;
}
.section_content ul li .vendor {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .section_content ul li .vendor {
    font-size: 4vw;
    margin-top: 15px;
  }
}
.section_content ul li .products {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section_content ul li .products {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .section_content ul li .products.wide {
    align-items: center;
    display: flex;
    padding: 0 30px;
  }
}
.section_content ul li .products.wide img {
  height: auto;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .section_content ul li .products.wide img {
    margin: 5vw auto;
    width: 80%;
  }
}
.section_content ul li .products.wide p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section_content ul li .products.wide p {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_content ul li .products.wide p {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .section_content ul.col2 li {
    max-width: 414px;
    width: 48.2352941176%;
  }
}
@media screen and (min-width: 768px) {
  .section_content ul.col2 li + li {
    margin-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section_content ul.col2 li + li {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .section_content ul.col2 li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .section_content ul.col2 li:nth-child(n+3) {
    margin-top: 35px;
  }
}
.section_content ul.col3 li {
  width: calc((100% - 40px) / 3);
}
@media screen and (min-width: 768px) {
  .section_content ul.col3 li {
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .section_content ul.col3 li {
    width: calc((100% - 12px) / 2);
  }
}
.section_content ul.col3 li + li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .section_content ul.col3 li + li {
    margin-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .section_content ul.col3 li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section_content ul.col3 li:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .section_content ul.col3 li:nth-child(n+4) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .section_content ul.col3 li:nth-child(n+3) {
    margin-top: 12px;
  }
}
.section_content .col-wide {
  margin-left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.section_content .col-wide .vendor {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  section {
    max-width: 100%;
  }
}

#hero {
  margin: auto;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #hero {
    padding: 3.8181818182vw 2.9090909091vw 7.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    padding: 20px 20px 0;
  }
}
#hero img {
  max-width: 1100px;
  width: 100%;
}

#about {
  background: #eef8e0;
  padding: 60px 0 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about {
    margin-top: -20px;
    padding: 40px 20px;
  }
}
#about .companies {
  margin-bottom: 75px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #about .companies {
    margin-bottom: 25px;
    width: 80%;
  }
}
#about ul.data {
  display: flex;
  justify-content: flex-start;
  width: 540px;
  margin: 0 auto 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #about ul.data {
    width: 80%;
    margin: 0 auto 20px;
  }
}
#about ul.data li {
  text-align: left;
}
#about ul.data li:first-child {
  width: 94px;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  #about ul.data li:first-child {
    margin-right: 10px;
    width: 65px;
  }
}
#about ul.data li:last-child {
  width: calc(100% - 94px);
  font-size: 2.6em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #about ul.data li:last-child {
    font-size: 2em;
    width: calc(100% - 65px);
  }
}
#about ul.data li:last-child span {
  font-size: 0.8em;
  display: block;
  margin-bottom: 5px;
}
#about .free {
  width: 475px;
  margin: 35px auto 15px;
}
@media screen and (max-width: 767px) {
  #about .free {
    margin-top: 20px;
    width: 80%;
  }
}
#about .spc {
  color: #41AA25;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #about .spc {
    font-size: 12px;
    margin-top: 20px;
    width: 90%;
  }
}
#about .spc span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #about .spc span {
    font-size: 16px;
  }
}

#section_anchor {
  border-bottom: 1px solid #000;
  padding: 55px;
}
@media screen and (max-width: 767px) {
  #section_anchor {
    padding: 20px 20px 40px;
  }
}
@media screen and (min-width: 768px) {
  #section_anchor ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #section_anchor ul li + li {
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  #section_anchor ul li {
    margin-top: 20px;
  }
}
#section_anchor ul li a {
  display: block;
}
#section_anchor ul li a img {
  width: 100%;
}

#kotomono_marche {
  padding: 45px 0 70px;
}
@media screen and (max-width: 767px) {
  #kotomono_marche {
    padding-bottom: 15px;
  }
}
#kotomono_marche h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kotomono_marche h2 {
    padding: 0 20px;
  }
}
#kotomono_marche h2 img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #kotomono_marche h2 img {
    width: 255px;
  }
}
#kotomono_marche .lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kotomono_marche .lead {
    font-size: 15px;
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  #kotomono_marche .kotomono_list {
    display: flex;
    justify-content: center;
    margin: 48px auto 0;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #kotomono_marche .kotomono_list {
    margin-top: 20px;
    padding-left: 20px;
  }
}
#kotomono_marche .kotomono_list li {
  height: 443px;
  line-height: 1.5em;
  position: relative;
  text-align: center;
  width: 309px;
}
@media screen and (min-width: 768px) {
  #kotomono_marche .kotomono_list li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #kotomono_marche .kotomono_list li {
    align-items: center;
    display: flex;
    height: 48.5vw;
    width: 100%;
  }
}
#kotomono_marche .kotomono_list li:last-child {
  margin-right: 0px;
}
#kotomono_marche .kotomono_list li:first-of-type {
  background: url(../img/bg_list_marche01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #kotomono_marche .kotomono_list li:first-of-type {
    background-image: url(../img/bg_list_marche_sp01.png);
  }
}
#kotomono_marche .kotomono_list li:nth-child(2) {
  background: url(../img/bg_list_marche02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #kotomono_marche .kotomono_list li:nth-child(2) {
    background-image: url(../img/bg_list_marche_sp02.png);
  }
}
#kotomono_marche .kotomono_list li:last-of-type {
  background: url(../img/bg_list_marche03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #kotomono_marche .kotomono_list li:last-of-type {
    background-image: url(../img/bg_list_marche_sp03.png);
  }
}
@media (hover: hover) and (pointer: fine) {
  #kotomono_marche .kotomono_list li:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #kotomono_marche .kotomono_list li + li {
    margin-top: 8px;
  }
}
#kotomono_marche .kotomono_list .txt {
  color: #fff;
  font-size: clamp(10px, 1.4545454545vw, 16px);
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #kotomono_marche .kotomono_list .txt {
    padding-top: 57%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #kotomono_marche .kotomono_list .txt {
    font-size: clamp(12px, 3.5vw, 16px);
    line-height: 1.5;
    text-align: left;
    padding-left: 36.25vw;
    width: 88%;
  }
}
#kotomono_marche .kotomono_list a {
  color: #505050;
  display: block;
}
@media screen and (min-width: 768px) {
  #kotomono_marche .kotomono_list a {
    height: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  #kotomono_marche .kotomono_list a:hover {
    opacity: 1;
  }
}

#mono_marche {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #mono_marche {
    margin-top: 17.5vw;
  }
}
#mono_marche.section_content {
  padding-bottom: 50px;
}
#mono_marche.section_content ul li div {
  background: url(../img/bg_flags_green.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#mono_marche.section_content ul li .vendor {
  color: #b7aa50;
}
#mono_marche.section_content .andmore {
  height: auto;
  margin-top: 45px;
  width: 131.8px;
}

#koto_marche {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  #koto_marche {
    margin-top: 17.5vw;
  }
}
#koto_marche.section_content {
  padding-top: 40px;
}
#koto_marche ul li {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
  #koto_marche ul li {
    height: 290px;
  }
}
@media screen and (max-width: 767px) {
  #koto_marche ul li {
    align-items: center;
    display: flex;
    min-height: 48.75vw;
    padding: 6.25vw 3.75vw;
  }
}
#koto_marche ul li .content {
  align-items: center;
  display: flex;
  padding-top: 0;
}
#koto_marche ul li .content .info {
  color: #fff;
  display: none;
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #koto_marche ul li .content .info {
    left: 50%;
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #koto_marche ul li .content .info {
    color: #000;
    display: block;
    font-size: 3.5vw;
    margin-left: 5vw;
    text-align: left;
    width: 40vw;
  }
}
#koto_marche ul li .content .info .ttl {
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #koto_marche ul li .content .info .ttl {
    margin: 15px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #koto_marche ul li .content .info .ttl {
    color: #B7AA50;
    font-size: 4.5vw;
    margin-bottom: 15px;
  }
}
#koto_marche ul li .content img {
  height: auto;
}
#koto_marche ul li .content .ttl_img {
  height: 22px;
  transition: 0.2s ease;
  width: auto;
}
@media screen and (max-width: 767px) {
  #koto_marche ul li .content .ttl_img {
    display: none;
  }
}
#koto_marche ul li .content .sp_img_box {
  text-align: center;
  width: 33.75vw;
}
@media screen and (min-width: 768px) {
  #koto_marche ul li .content .sp_img_box {
    display: none;
  }
}
#koto_marche ul li:hover {
  background-color: rgba(130, 199, 111, 0.8);
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  #koto_marche ul li:hover {
    background-color: #fff;
  }
}
#koto_marche ul li:hover .category {
  color: #fff;
}
#koto_marche ul li:hover .info {
  display: block;
}
#koto_marche ul li:hover .koto_marche_img {
  opacity: 0.1;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  #koto_marche ul li:hover .koto_marche_img {
    opacity: 1;
  }
}
#koto_marche ul li:hover a {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #koto_marche ul li:hover:active {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #koto_marche ul li:hover:active .koto_marche_img {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #koto_marche ul li .koto_marche_img {
    top: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #koto_marche ul li .koto_marche_img {
    left: 80px;
  }
}
#koto_marche ul li.cocktail img {
  width: 133.5px;
}
@media screen and (max-width: 767px) {
  #koto_marche ul li.cocktail img {
    width: 20.25vw;
  }
}
#koto_marche ul li.flower_arrengement img {
  width: 252px;
}
@media screen and (max-width: 767px) {
  #koto_marche ul li.flower_arrengement img {
    width: 31.75vw;
  }
}
#koto_marche ul li.flower_arrengement .content .info .time {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #koto_marche ul li.flower_arrengement .content .info .time {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #koto_marche ul li.flower_arrengement .content .info .time {
    margin-top: 1.25vw;
  }
}
#koto_marche ul li.aroma img {
  width: 224px;
}
@media screen and (max-width: 767px) {
  #koto_marche ul li.aroma img {
    width: 30.5vw;
  }
}
#koto_marche ul li.fashion img {
  width: 234.5px;
}
@media screen and (max-width: 767px) {
  #koto_marche ul li.fashion img {
    width: 33.5vw;
  }
}
#koto_marche ul li.candle img {
  width: 142.5px;
}
@media screen and (max-width: 767px) {
  #koto_marche ul li.candle img {
    width: 22.375vw;
  }
}

.general_section {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .general_section {
    margin-top: 17.5vw;
  }
}
.general_section .content {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .general_section .content {
    min-height: 325px;
  }
}
@media screen and (max-width: 767px) {
  .general_section .content {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.general_section .content img {
  width: auto;
}
.general_section .content .cs {
  font-size: 18px;
	line-height: 1.5;
  font-weight: bold;
	text-align: left;
	margin: 20px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 300;
}

.imgs img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

#furusato_marche {
  margin-top: 100px;
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  #furusato_marche {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}
#furusato_marche h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #furusato_marche h2 {
    padding: 0 5vw;
  }
}
#furusato_marche .lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #furusato_marche .lead {
    font-size: 14px;
    padding: 0 5vw;
  }
}
#furusato_marche .link_map {
  position: relative;
}
@media screen and (min-width: 768px) {
  #furusato_marche .link_map {
    margin: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 900px;
  }
}
#furusato_marche .link_map img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #furusato_marche .link_map_pc {
    display: none;
  }
}
#furusato_marche .link_map_sp {
  margin-top: 10px;
  padding: 0 5vw;
}
@media screen and (min-width: 768px) {
  #furusato_marche .link_map_sp {
    display: none;
  }
}
#furusato_marche .link_map .maplink li {
  position: absolute;
  width: 20.6043956044%;
}
@media screen and (max-width: 767px) {
  #furusato_marche .link_map .maplink li {
    width: 20vw;
  }
}
#furusato_marche .link_map .maplink li a {
  display: block;
  background-color: transparent;
  display: block;
  height: 100px;
}
@media screen and (max-width: 767px) {
  #furusato_marche .link_map .maplink li a {
    height: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  #furusato_marche .link_map .maplink li a:hover, #furusato_marche .link_map .maplink li a:active {
    background-color: transparent !important;
  }
}
#furusato_marche .link_map .maplink li.l_hokkaido {
  top: -1.8281535649%;
  right: 29.532967033%;
}
@media screen and (max-width: 767px) {
  #furusato_marche .link_map .maplink li.l_hokkaido {
    top: 14.6252285192%;
    right: 32.967032967%;
  }
}
#furusato_marche .link_map .maplink li.l_tohoku {
  top: 34.7349177331%;
  right: 16.4835164835%;
}
@media screen and (max-width: 767px) {
  #furusato_marche .link_map .maplink li.l_tohoku {
    top: 35vw;
    right: 15vw;
  }
}
#furusato_marche .link_map .maplink li.l_chubu {
  top: 56.6727605119%;
  right: 19.2307692308%;
}
@media screen and (max-width: 767px) {
  #furusato_marche .link_map .maplink li.l_chubu {
    top: 52.5vw;
    right: 20vw;
  }
}
#furusato_marche .link_map .maplink li.l_west {
  left: 25.4120879121%;
  top: 40.2193784278%;
}
@media screen and (max-width: 767px) {
  #furusato_marche .link_map .maplink li.l_west {
    left: 30vw;
    top: 40vw;
  }
}
#furusato_marche .link_map .maplink li.l_south {
  left: 3.4340659341%;
  top: 51.1882998172%;
}
@media screen and (max-width: 767px) {
  #furusato_marche .link_map .maplink li.l_south {
    left: 6.25vw;
    top: 47.5vw;
  }
}
#furusato_marche .section_content {
  padding-bottom: 40px;
}
#furusato_marche #hokkaido {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #furusato_marche #hokkaido {
    margin-top: 17.5vw;
  }
}
#furusato_marche #hokkaido ul li .content {
  background: url(../img/bg_flags_blue.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#furusato_marche #hokkaido ul li .vendor {
  color: #6f9dcb;
}
#furusato_marche #tohoku {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #furusato_marche #tohoku {
    margin-top: 17.5vw;
  }
}
#furusato_marche #tohoku ul li .content {
  background: url(../img/bg_flags_yellow.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#furusato_marche #tohoku ul li .vendor {
  color: #EAB349;
}
#furusato_marche #chubu {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #furusato_marche #chubu {
    margin-top: 17.5vw;
  }
}
#furusato_marche #chubu ul li .content {
  background: url(../img/bg_flags_pink.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#furusato_marche #chubu ul li .vendor {
  color: #F0A7C6;
}
#furusato_marche #west {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #furusato_marche #west {
    margin-top: 17.5vw;
  }
}
#furusato_marche #west ul li .content {
  background: url(../img/bg_flags_green.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#furusato_marche #west ul li .vendor {
  color: #9CC67C;
}
#furusato_marche #south {
  margin: 90px auto 20px;
}
@media screen and (max-width: 767px) {
  #furusato_marche #south {
    margin-top: 17.5vw;
  }
}
#furusato_marche #south ul li .content {
  background: url(../img/bg_flags_red.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#furusato_marche #south ul li .vendor {
  color: #E67863;
}
#furusato_marche #jal_booth {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #furusato_marche #jal_booth {
    margin-top: 17.5vw;
  }
}
#furusato_marche #jal_booth ul li .content {
  background: url(../img/bg_flags_green.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.notice {
  font-size: 1.3em;
  line-height: 1.6em;
  margin-top: 15px;
  text-align: center;
}

#safety {
  color: #595757;
  text-align: center;
  border-bottom: 7px #82C76F solid;
  border-top: 7px #82C76F solid;
  padding: 120px 0 95px;
}
@media screen and (max-width: 767px) {
  #safety {
    padding: 60px 0 40px;
  }
}
#safety h2 {
  font-size: 2.3em;
}
#safety .lead {
  font-size: 1.6em;
  margin: 25px 0 25px;
}
#safety ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #safety ul {
    width: 896px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #safety ul {
    width: 80%;
    flex-wrap: wrap;
  }
}
#safety li {
  width: calc((100% - 45px) / 4);
}
@media screen and (max-width: 767px) {
  #safety li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
}
#safety li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #safety li + li {
    margin-left: 15px;
  }
}
#safety .txt {
  font-size: 1.7em;
  line-height: 1.6em;
  margin: 50px 0 15px;
}
#safety .logo {
  width: 282px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  #safety .logo {
    width: 60%;
  }
}
#safety .safety_link {
  display: block;
  margin: auto;
  max-width: 284px;
}
#safety .safety_link:hover {
  opacity: 0.5;
  transition: 0.5s ease;
}
#safety .safety_link .txtlink {
  color: #4C4C4C;
  text-decoration: underline;
  font-size: 1.6em;
}

#access {
  text-align: center;
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  #access {
    padding: 0 0 50px;
  }
}
#access h2 {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  #access h2 {
    margin: 0 auto 20px;
    width: 176px;
  }
}
@media screen and (min-width: 768px) {
  #access h2 img {
    width: auto;
  }
}
#access h3 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #access h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#access .adds {
  font-size: 18px;
  line-height: 1.7em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #access .adds {
    font-size: 14px;
  }
}
#access .adds .txtlink {
  margin-top: 5px;
}
#access .txtlink a {
  color: #4C4C4C;
  font-size: 18px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #access .txtlink a {
    font-size: 14px;
  }
}
#access .sns {
  display: flex;
  justify-content: center;
  margin: 25px 0 45px;
}
#access .sns li {
  width: 32px;
  margin: 0 13px;
}
#access .txt {
  font-size: 1.9em;
  line-height: 1.6em;
}
#access .txt .txtlink {
  margin-top: 5px;
}

#map iframe {
  width: 100%;
  height: 365px;
}
@media screen and (max-width: 767px) {
  #map iframe {
    height: 180px;
  }
}

#notice {
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 1.5;
  margin: auto;
  max-width: 825px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #notice {
    font-size: 11px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#notice .heading {
  border: 1px solid #000;
  margin-top: 50px;
  padding: 6px 10px;
}
#notice .notice_list {
  margin-top: 20px;
  width: 100%;
}
#notice .notice_list li {
  padding-left: 1em;
  text-indent: -1em;
}

.soon {
  color: #436492;
  font-size: 2.2em;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 20px 0;
  border: dotted #fff 1px;
  max-width: 500px;
  margin: auto;
}

.more {
  width: 130px;
  margin: auto;
  padding: 35px 0 0px;
  color: #436492;
  font-size: 2.5em;
}

#links {
  width: auto;
}

.footer-copy {
  background-color: #F4F5F6;
  color: #888;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Georgia;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 25px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: 12px;
    padding: 14px 0;
  }
}