@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
/*
100=Thin (Hairline)
300=Light
400=Normal
500=Medium
700=Bold
800=Extra Bold (Ultra Bold)
900=Black (Heavy)
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*フォントウェイト　300,400,500,700,900*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*フォントウェイト　100,300,350,400,500,700,900*/
.ttl {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #f56f80;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .ttl {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.dflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dflex {
    display: block;
  }
}

#mainimg {
  text-align: center;
}
#mainimg .dflex p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mainimg .dflex p {
    width: 40%;
    font-size: 22px;
  }
}
#mainimg .dflex img {
  width: 90%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #mainimg .dflex img {
    width: 50%;
  }
}
#mainimg h1 {
  background: #23B3BD;
  margin: 30px 0;
  border-radius: 15px;
  color: #fff;
  font-size: 25px;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #mainimg h1 {
    margin: 10px 0 20px;
    padding: 15px;
    font-size: 21px;
  }
}
#mainimg h1 > span {
  text-align: center;
}
#mainimg h1 > span span {
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  #mainimg h1 > span span {
    font-size: 16px;
  }
}
#mainimg h1 img {
  display: block;
  margin: 0 auto 10px;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  #mainimg h1 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    max-width: 170px;
  }
}

#ShoplistMap {
  max-width: 950px;
  margin: 0 auto;
  /*
    edit by m.kitamura

    ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;

        li {
            width: 33%;

            &+li {
                border-left: 2px solid #fff;

                @include pc {
                    border-width: 4px;
                }
            }

            &:nth-of-type(2) a {
                background: $emerald;
            }

            &:nth-of-type(3) a {
                background: $yellow;
            }

            &:nth-of-type(4) a {
                background: #445FBA;
            }
        }

        a {
            color: #fff;
            font-size: 15px;
            @include fonY;
            font-weight: bold;
            text-align: center;
            padding: 2px;
            background: $pink;
            display: block;

            @include pc {
                padding: 10px;
                font-size: 18px
            }
        }
    }
    */
  /*
    edit by m.kitamura

    .map {
        width: 100%;
        height: 295px;
        overflow: scroll;

        @include pc {
            height: 500px
        }
    }
    */
}
#ShoplistMap .ant {
  width: 90%;
  border: solid 2px #23B3BD;
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  background-color: #f7f7f7;
  margin: 35px auto 40px;
  padding-left: 60px;
  background-image: url(../img/shoplist/icon_pointer.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  width: 500px;
}
@media screen and (max-width: 767px) {
  #ShoplistMap .ant {
    width: 90%;
  }
}
#ShoplistMap div {
  margin: 0 auto 40px;
}

#ShoplistBuilding .wrap {
  width: 90%;
  margin: 0 auto 20px;
  padding: 20px 20px 10px;
  border: 2px solid #f56f80;
}
@media screen and (min-width: 768px) {
  #ShoplistBuilding .wrap {
    max-width: 820px;
    padding: 40px 40px 20px;
    margin-bottom: 40px;
  }
}
#ShoplistBuilding .wrap ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#ShoplistBuilding .wrap .txt_right img {
  max-height: 60px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #ShoplistBuilding .wrap .txt_right img {
    max-height: 90px;
  }
}
#ShoplistBuilding .wrap .tokyotorch {
  max-height: 52px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #ShoplistBuilding .wrap .tokyotorch {
    max-height: 80px;
  }
}
#ShoplistBuilding .wrap li {
  width: 33%;
  padding: 5px 3%;
}
@media screen and (min-width: 768px) {
  #ShoplistBuilding .wrap li {
    text-align: center;
    padding: 10px 3%;
  }
}
#ShoplistBuilding .wrap img {
  max-width: 90px;
  width: 100%;
  max-height: 34px;
}
@media screen and (min-width: 768px) {
  #ShoplistBuilding .wrap img {
    max-width: 150px;
    max-height: 50px;
    height: auto;
    width: auto;
  }
}
#ShoplistBuilding .wrap p {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  #ShoplistBuilding .wrap p {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  #ShoplistTaisyo .contentswrap {
    padding: 0 20px;
  }
}
#ShoplistTaisyo .contentswrap .txtMainBld {
  background-color: #f0f4f8;
  padding: 15px;
  font-size: 16px;
  text-align: center;
}
#ShoplistTaisyo .contentswrap .txtMainBld p {
  margin-bottom: 15px;
}
#ShoplistTaisyo .contentswrap .yuraku {
  border: 2px solid #23B3BD;
}
#ShoplistTaisyo .contentswrap .yuraku summary {
  background: #23B3BD;
}
#ShoplistTaisyo .contentswrap .yuraku .restaurant span:before {
  background: url("../img/shoplist/icon_restaurant_bl.svg") no-repeat center;
}
#ShoplistTaisyo .contentswrap .yuraku .shop span:before {
  background: url("../img/shoplist/icon_shop_bl.svg") no-repeat center;
}
#ShoplistTaisyo .contentswrap .yuraku .service span:before {
  background: url("../img/shoplist/icon_service_bl.svg") no-repeat center;
}
#ShoplistTaisyo .contentswrap .ohte {
  border: 2px solid #fac12f;
}
#ShoplistTaisyo .contentswrap .ohte summary {
  background: #fac12f;
}
#ShoplistTaisyo .contentswrap .ohte .restaurant span:before {
  background: url("../img/shoplist/icon_restaurant_yl.svg") no-repeat center;
}
#ShoplistTaisyo .contentswrap .ohte .shop span:before {
  background: url("../img/shoplist/icon_shop_yl.svg") no-repeat center;
}
#ShoplistTaisyo .contentswrap .ohte .service span:before {
  background: url("../img/shoplist/icon_service_yl.svg") no-repeat center;
}
#ShoplistTaisyo .contentswrap summary {
  background: #f56f80;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  #ShoplistTaisyo .contentswrap summary {
    padding: 15px;
  }
}
#ShoplistTaisyo .contentswrap > details {
  border: 2px solid #f56f80;
}
#ShoplistTaisyo .contentswrap > details + details {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #ShoplistTaisyo .contentswrap > details + details {
    margin-top: 20px;
  }
}
#ShoplistTaisyo .contentswrap > details > summary:before {
  display: block;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 8px solid transparent;
  border-left: 10px solid #fff;
  box-sizing: border-box;
  transition: 0.1s;
}
#ShoplistTaisyo .contentswrap details[open] > summary:before {
  transform: rotate(90deg);
  right: 14px;
  top: 10px;
}
#ShoplistTaisyo .contentswrap details details {
  padding: 15px 10px 0;
  background: none;
}
@media screen and (min-width: 768px) {
  #ShoplistTaisyo .contentswrap details details {
    padding: 15px 20px 0;
  }
}
#ShoplistTaisyo .contentswrap details details[open] summary:before {
  display: none;
}
#ShoplistTaisyo .contentswrap details details:last-of-type {
  padding-bottom: 15px;
}
#ShoplistTaisyo .contentswrap details details summary {
  position: relative;
}
#ShoplistTaisyo .contentswrap details details summary:before, #ShoplistTaisyo .contentswrap details details summary:after {
  display: block;
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  width: 20px;
  border-top: 2px solid #fff;
  bottom: 0;
  right: 10px !important;
  transition: 0.1s;
}
#ShoplistTaisyo .contentswrap details details summary:before {
  top: 2px !important;
  right: 19px !important;
  width: auto;
  height: 18px;
  border-right: 2px solid #fff;
}
#ShoplistTaisyo .contentswrap li {
  font-size: 13px;
  border-bottom: 1px solid #9d9d9d;
  background: #f0f4f8;
}
@media screen and (min-width: 768px) {
  #ShoplistTaisyo .contentswrap li {
    font-size: 16px;
  }
}
#ShoplistTaisyo .contentswrap li:last-of-type {
  border-bottom: none;
}
#ShoplistTaisyo .contentswrap li span.nolink { /* 20230605add */
  display: block;
  padding: 10px;
  /*background: #f0f4f8;*/
  padding-left: 30px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  #ShoplistTaisyo .contentswrap li span.nolink {
    padding: 15px;
    padding-left: 30px;
    margin-left: 15px;
  }
}
#ShoplistTaisyo .contentswrap li a {
  display: block;
  padding: 10px;
  /*background: #f0f4f8;*/
}
@media screen and (min-width: 768px) {
  #ShoplistTaisyo .contentswrap li a {
    padding: 15px;
  }
}
#ShoplistTaisyo .contentswrap .shop span {
  display: block;
  width: calc(100% - 30px);
  position: relative;
  padding-left: 30px;
}
#ShoplistTaisyo .contentswrap .shop span:before {
  display: block;
  content: "";
  background: url("../img/shoplist/icon_shop.svg") no-repeat center;
  height: 24px;
  width: 22px;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#ShoplistTaisyo .contentswrap .restaurant span {
  display: block;
  width: calc(100% - 30px);
  position: relative;
  padding-left: 30px;
}
#ShoplistTaisyo .contentswrap .restaurant span:before {
  display: block;
  content: "";
  background: url("../img/shoplist/icon_restaurant.svg") no-repeat center;
  height: 24px;
  width: 22px;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#ShoplistTaisyo .contentswrap .service span {
  display: block;
  width: calc(100% - 30px);
  position: relative;
  padding-left: 30px;
}
#ShoplistTaisyo .contentswrap .service span:before {
  display: block;
  content: "";
  background: url("../img/shoplist/icon_service.svg") no-repeat center;
  height: 24px;
  width: 22px;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#ShoplistTaisyo .contentswrap .attention {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 20px 0 60px;
}
@media screen and (min-width: 768px) {
  #ShoplistTaisyo .contentswrap .attention {
    font-size: 13px;
  }
}

.open_date {
  color: #fc6060;
  cursor: default;
}

@media screen and (min-width: 768px) {
  #About100point .contentswrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
}
#About100point .catch {
  text-align: center;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  margin: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  #About100point .catch {
    font-size: 24px;
  }
}
#About100point .catch span {
  color: #23B3BD;
}
#About100point img {
  width: 70%;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  #About100point img {
    max-width: 380px;
    margin: 0 0 40px 40px;
  }
}
#About100point .attention {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #About100point .attention {
    font-size: 13px;
  }
}

#AboutTsumitate {
  background: #e6f8f9;
}
#AboutTsumitate .contentswrap {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #AboutTsumitate .contentswrap {
    padding: 40px 0;
  }
}
#AboutTsumitate .txt {
  font-size: 15px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  #AboutTsumitate .txt {
    font-size: 17px;
    text-align: center;
    margin-bottom: 40px;
  }
}
#AboutTsumitate .catch {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #AboutTsumitate .catch {
    font-size: 18px;
  }
}
#AboutTsumitate .catch span {
  color: #23B3BD;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  line-height: 0.6;
}
@media screen and (min-width: 768px) {
  #AboutTsumitate .catch span {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#AboutTsumitate .catch span:before, #AboutTsumitate .catch span:after {
  display: block;
  content: "";
  height: 42px;
  border-right: 2px solid #23B3BD;
  position: absolute;
  left: -20px;
  transform: rotate(-20deg);
  bottom: -5px;
}
#AboutTsumitate .catch span:after {
  left: inherit;
  right: -20px;
  transform: rotate(20deg);
}
#AboutTsumitate .btn {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #AboutTsumitate .btn {
    display: block;
    margin-bottom: 40px;
  }
}
#AboutTsumitate .wrap {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 6%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #AboutTsumitate .wrap {
    text-align: center;
  }
}
#AboutTsumitate .attention {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 96%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #AboutTsumitate .attention {
    font-size: 13px;
  }
}

#AboutHimoduke .ttl02 {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  #AboutHimoduke .ttl02 {
    font-size: 25px;
  }
}
#AboutHimoduke p {
  font-size: 15px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  #AboutHimoduke p {
    font-size: 17px;
    text-align: center;
  }
}
#AboutHimoduke img {
  width: 90%;
  margin: 20px auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #AboutHimoduke img {
    max-width: 500px;
  }
}
#AboutHimoduke .attention {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #fc6060;
}
@media screen and (min-width: 768px) {
  #AboutHimoduke .attention {
    font-size: 13px;
  }
}
#AboutHimoduke .contentswrap {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #AboutHimoduke .contentswrap {
    padding: 40px 0;
  }
}

#AboutTaisyo {
  background: #eaeaea;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #AboutTaisyo {
    background: #e6f8f9;
  }
}
#AboutTaisyo p {
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #AboutTaisyo p {
    font-size: 24px;
  }
  #AboutTaisyo p .btn {
    margin-top: 20px;
  }
}
#AboutTaisyo p span {
  color: #23B3BD;
}
#AboutTaisyo img {
  width: 40%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #AboutTaisyo img {
    width: 70%;
  }
}
#AboutTaisyo .attention {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  #AboutTaisyo .attention {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #AboutTaisyo .contentswrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  #AboutTaisyo .sp {
    display: none !important;
  }
}/*# sourceMappingURL=shoplist.css.map */