@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*/
.ttl01 {
  text-align: center;
  color: #23B3BD;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.ttl01 span {
  font-size: 32px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .ttl01 span {
    font-size: 23px;
    margin-left: 0;
  }
}

.ttl02 {
  text-align: center;
  padding: 10px;
  font-size: 25px;
  background-color: #231815;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 23px;
  }
}

.bg_green {
  background-color: #23B3BD;
}

@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;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .dflex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

#mainimg {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
#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%;
  }
}
@media screen and (max-width: 767px) {
  #mainimg .dflex img {
    margin-top: 30px;
  }
}
#mainimg h1 {
  background: #23B3BD;
  margin: 30px 0;
  border-radius: 15px;
  color: #fff;
  font-size: 25px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #mainimg h1 {
    margin: 0 0 20px;
    padding: 15px;
    font-size: 21px;
  }
}
#mainimg h1 img {
  display: block;
  margin: 0 auto 10px;
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  #mainimg h1 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
}

#AboutShopping .dflex {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  #AboutShopping .dflex .txt {
    width: 40%;
    text-align: center;
    font-weight: 500;
  }
}
#AboutShopping .dflex .txt span {
  color: #23B3BD;
}
#AboutShopping .dflex figure {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #AboutShopping .dflex figure {
    width: 50%;
  }
}
#AboutShopping .dflex figure img {
  margin: 0 0 20px auto;
  display: block;
  width: 90%;
}
#AboutShopping .dflex figure figcaption {
  font-size: 13px;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}
#AboutShopping .dflex figure figcaption small {
  font-size: 11px;
  display: block;
}
#AboutShopping .wrap {
  background: #fff;
  border: 2px solid #23B3BD;
  border-radius: 15px;
  padding: 6% 5%;
  width: 92%;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #AboutShopping .wrap {
    max-width: 870px;
    margin-top: 40px;
    padding: 40px;
  }
}
#AboutShopping .wrap:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 16px;
  background: url("../img/about/arrow.png") no-repeat center;
  background-size: contain;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #AboutShopping .wrap:before {
    width: 30px;
    height: 20px;
    top: -15px;
  }
}
#AboutShopping .wrap h3 {
  font-weight: 500;
  color: #23B3BD;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #AboutShopping .wrap h3 {
    margin-top: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #AboutShopping .wrap h3 {
    margin-bottom: 10px;
  }
}
#AboutShopping .wrap h3 .underL {
  border-bottom: #FEFD39 5px solid;
  display: inline-block;
}
#AboutShopping .wrap h3 .underL span {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  #AboutShopping .wrap h3 .underL span {
    font-size: 38px;
  }
}
#AboutShopping .wrap h3 small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  #AboutShopping .wrap h3 small {
    font-size: 16px;
  }
}
#AboutShopping .wrap img {
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  #AboutShopping .wrap img {
    max-width: 500px;
    margin: -150px 0 0 auto;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #AboutShopping .wrap .btn {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #AboutShopping .contentswrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
  }
  #AboutShopping .contentswrap div {
    max-width: 450px;
    padding-right: 20px;
  }
}
#AboutShopping .contentswrap div > h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #AboutShopping .contentswrap div > h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
#AboutShopping .contentswrap div > h3 span {
  color: #23B3BD;
}
#AboutShopping .contentswrap div > .centerTxt {
  font-size: 15px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
#AboutShopping .contentswrap .attention {
  font-size: 11px;
  margin-bottom: 10px;
}
#AboutShopping .contentswrap .btn {
  width: 90%;
  margin: 0 auto 40px;
}
#AboutShopping .img03 {
  width: 75%;
  display: block;
  margin: 20px auto 30px;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  #AboutShopping .img03 {
    display: none;
  }
}
#AboutShopping img.pc {
  max-width: 340px;
  margin-left: 30px;
}

#AboutCheckin .contentswrap {
  padding: 20px 0;
  padding-bottom: 50px;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  #AboutCheckin .contentswrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}
#AboutCheckin img {
  width: 70%;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #AboutCheckin img {
    max-width: 380px;
    margin: 0 40px 20px 0;
  }
}
#AboutCheckin p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #AboutCheckin p {
    max-width: 400px;
    font-size: 24px;
  }
}
#AboutCheckin p span {
  color: #23B3BD;
}

@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;
    padding-bottom: 70px;
  }
}
#About100point .catch {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  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 .contentswrap {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #AboutTsumitate .contentswrap {
    padding: 40px 0;
    padding-bottom: 70px;
  }
}
#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-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-weight: 500;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
}
@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;
    padding-bottom: 70px;
  }
}

#AboutTaisyo {
  text-align: center;
  padding-bottom: 20px;
}
#AboutTaisyo p {
  font-size: 18px;
  font-weight: 500;
  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=about.css.map */