@charset "utf-8";
.a-text_14 {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .a-text_14 {
    font-size: 4.266666666666667vw;
  }
}
.a-text_16 {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .a-text_16 {
    font-size: 4.533333333333333vw;
  }
}
.a-text_18 {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .a-text_18 {
    font-size: 4.8vw;
  }
}
.a-text_20 {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .a-text_20 {
    font-size: 4vw;
  }
}
.a-text_24 {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .a-text_24 {
    font-size: 5.066666666666666vw;
  }
}
.a-text_28 {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .a-text_28 {
    font-size: 5.6vw;
  }
}
.a-text_34 {
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .a-text_34 {
    font-size: 6.666666666666667vw;
  }
}

.m-tipItem {
  width: 500px;
}
@media only screen and (max-width: 768px) {
  .m-tipItem {
    width: 100%;
  }
}
.m-tipItem__title {
  padding: 0.5em 1em;
  background-color: #f9c347;
  border-radius: 15px 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .m-tipItem__title {
    border-radius: 0;
  }
}
.m-tipItem__img {
  width: 440px;
  margin: 20px auto 0;
  cursor: pointer;
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .m-tipItem__img {
    width: 93.33333333333333vw;
    border-radius: 0;
    margin: 2.666666666666667vw auto;
  }
}
.m-tipItem__img img {
  width: 100%;
  max-width: initial;
}
.m-tipItem__img:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.m-tipItem__img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/icon_play.png") no-repeat center center/contain;
  display: block;
  left: 0px;
  top: 0px;
  position: absolute;
}
.m-tipItem__img:hover:before {
  opacity: 0.3;
}
.m-tipItem__overView {
  width: 440px;
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 0 0 15px 15px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .m-tipItem__overView {
    width: 100%;
    border-radius: 0;
    margin-bottom: 5.333333333333333vw;
  }
}
.m-tipItem__facility {
  color: #ff8400;
  margin-bottom: 0.3em;
}
.m-tipItem__button {
  width: 100%;
  border-radius: 0 0 15px 15px;
  margin: 0 auto;
  -webkit-transition: 0.5s width, 0.5s border-radius;
  transition: 0.5s width, 0.5s border-radius;
}
.m-tipItem__button:hover {
  width: 440px;
  border-radius: 15px 15px 15px 15px;
}
@media only screen and (max-width: 768px) {
  .m-tipItem__button {
    width: 93.33333333333333vw;
    border-radius: 2vw;
  }
  .m-tipItem__button:hover {
    width: 93.33333333333333vw;
    border-radius: 2vw;
  }
}

.o-cocoCariChannel {
  position: fixed;
  right: 120px;
  bottom: 15px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .o-cocoCariChannel {
    right: initial;
    left: 10px;
  }
}
.o-cocoCariChannel__button {
  width: 380px;
}
@media only screen and (max-width: 768px) {
  .o-cocoCariChannel__button {
    width: 66.66666666666667vw;
    font-size: 4vw;
  }
}
.o-tipCpntainer {
  width: 1080px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .o-tipCpntainer {
    width: 100%;
    margin-top: 8vw;
  }
}
.o-tipCpntainer .m-tipItem {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .o-tipCpntainer .m-tipItem {
    margin-bottom: 10.666666666666666vw;
  }
}
#tip {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #tip {
    padding-bottom: 10.666666666666666vw;
  }
}
#tip .heading-container {
  margin-bottom: 0;
}
