/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
.headingSection {
  text-align: center;
  font-weight: bold;
  color: #745b45;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 5px;
  margin-bottom: 3.85vmin;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .headingSection {
    font-size: 2rem;
  }
}

@media screen and (max-width: 992px) {
  .headingSection {
    margin-bottom: 3.15vmin;
  }
}

@media screen and (max-width: 767px) {
  .headingSection {
    font-size: 1.5rem;
  }
}

#mainvisual {
  color: #FFF;
  font-weight: bold;
  text-shadow: 5px 4px 7px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 1.5rem 0 2rem;
}

@media screen and (max-width: 767px) {
  #mainvisual {
    padding-bottom: 0;
  }
}

#mainvisual .tag {
  position: absolute;
  left: 0;
  top: -32px;
  width: 350px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #mainvisual .tag {
    width: 275px;
  }
}

@media screen and (max-width: 950px) {
  #mainvisual .tag {
    width: 200px;
    top: -20px;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .tag {
    width: 30%;
    top: -20px;
    left: 2.5%;
  }
}

#mainvisual .opening {
  position: absolute;
  right: 10%;
  top: 0;
  width: 150px;
  z-index: 1;
}

@media screen and (max-width: 950px) {
  #mainvisual .opening {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .opening {
    right: 5%;
    top: -10%;
    width: 20%;
  }
}

#mainvisual .container {
  position: relative;
}

#mainvisual .container .inner {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

#mainvisual .container .inner h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
  line-height: 1.75;
  letter-spacing: 5px;
}

#mainvisual .container .inner h1.sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  #mainvisual .container .inner h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 950px) {
  #mainvisual .container .inner h1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .container .inner h1 {
    font-size: 4vw;
    text-align: center;
  }
  #mainvisual .container .inner h1.pc {
    display: none;
  }
  #mainvisual .container .inner h1.sp {
    display: block;
  }
}

.inner.little {
  padding: 0 25vmin;
}

@media screen and (max-width: 1200px) {
  .inner.little {
    padding: 0 10vmin;
  }
}

@media screen and (max-width: 992px) {
  .inner.little {
    padding: 0;
  }
}

.padSec {
  padding: 10vmin 0 7.5vmin;
}

@media screen and (max-width: 1200px) {
  .padSec {
    padding: 7.5vmin 0 5vmin;
  }
}

@media screen and (max-width: 767px) {
  .padSec {
    padding: 10vmin 0 7.5vmin;
  }
}

#descPage.padSec {
  padding-bottom: 0;
}

#descPage .inner {
  text-align: center;
  line-height: 2;
  font-size: 18px;
  background-color: #D9EBCD;
  max-width: 75%;
  width: 100%;
  margin: auto;
  border-radius: 1.5rem;
  padding: 2rem 1rem;
}

@media screen and (max-width: 992px) {
  #descPage .inner {
    font-size: 1rem;
    max-width: 100%;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #descPage .inner {
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    font-size: 15px;
  }
}

#news .inner ul.news_rss li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2.6vmin;
  border-bottom: 1px solid #A3A380;
}

#news .inner ul.news_rss li a:hover p {
  left: 0.5rem;
}

#news .inner ul.news_rss li a span {
  padding: 0.25rem 0.75rem;
  background-color: #e6e1dd;
  color: #745b45;
  margin-right: 1.5rem;
  border-radius: 0.25rem;
}

@media screen and (max-width: 767px) {
  #news .inner ul.news_rss li a span {
    font-size: 10px;
    margin-right: 1rem;
    padding: 0.15rem 0.5rem;
  }
}

#news .inner ul.news_rss li a p {
  flex: 1;
  overflow: hidden;
  max-height: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  position: relative;
  left: 0;
}

@media screen and (max-width: 767px) {
  #news .inner ul.news_rss li a p {
    font-size: 14px;
  }
}

#candy .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 950px) {
  #candy .inner {
    flex-direction: column-reverse;
    padding: 0 36px;
  }
}

@media screen and (max-width: 767px) {
  #candy .inner {
    padding: 0 12px;
  }
}

#candy .inner .leftSide {
  flex: 1;
  padding: 0 5%;
}

@media screen and (max-width: 950px) {
  #candy .inner .leftSide {
    padding: 0;
  }
}

#candy .inner .leftSide .bubble {
  width: 75%;
  display: block;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1600px) {
  #candy .inner .leftSide .bubble {
    width: 50%;
  }
}

@media screen and (max-width: 950px) {
  #candy .inner .leftSide .bubble {
    margin: auto;
    margin-bottom: 1rem;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #candy .inner .leftSide .bubble {
    width: 80%;
  }
}

#candy .inner .leftSide h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: 5px;
  margin-bottom: 3.85vmin;
  color: #745b45;
}

@media screen and (max-width: 950px) {
  #candy .inner .leftSide h2 {
    text-align: center;
    font-size: 1.5rem;
  }
}

#candy .inner .leftSide div {
  line-height: 2;
}

@media screen and (max-width: 950px) {
  #candy .inner .leftSide div {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #candy .inner .leftSide div {
    text-align: left;
  }
}

#candy .inner .rightSide {
  width: 42.5%;
}

@media screen and (max-width: 950px) {
  #candy .inner .rightSide {
    width: 60%;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  #candy .inner .rightSide {
    width: 75%;
  }
}

#candy .inner .rightSide img {
  width: 100%;
}

#what {
  position: relative;
}

@media screen and (max-width: 767px) {
  #what.padSec {
    padding-top: 15vmin;
  }
}

#what .container {
  position: relative;
}

#what .relaxation {
  font-family: "adventures-unlimited", sans-serif;
  position: absolute;
  left: -2.5rem;
  top: -2.5rem;
  font-size: 4rem;
  transform: rotate(-20deg);
}

@media screen and (max-width: 992px) {
  #what .relaxation {
    left: 0;
    font-size: 3rem;
    transform: rotate(-15deg);
  }
}

@media screen and (max-width: 767px) {
  #what .relaxation {
    font-size: 2.5rem;
    top: -4%;
  }
}

#what .inner .headingSection {
  margin-bottom: 2vmin;
}

@media screen and (max-width: 767px) {
  #what .inner .headingSection {
    margin-bottom: 5vmin;
  }
}

#what .inner .headingSection img {
  position: absolute;
  right: 10rem;
  top: -2rem;
  width: 80px;
}

@media screen and (max-width: 1200px) {
  #what .inner .headingSection img {
    right: 10%;
  }
}

@media screen and (max-width: 992px) {
  #what .inner .headingSection img {
    right: 0;
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  #what .inner .headingSection img {
    top: auto;
    bottom: 0;
    right: 0;
    width: 50px;
  }
}

@media screen and (max-width: 1200px) {
  #what .inner .headingSection.pc {
    display: none;
  }
}

#what .inner .headingSection.tab {
  display: none;
}

@media screen and (max-width: 1200px) {
  #what .inner .headingSection.tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #what .inner .headingSection.tab {
    display: none;
  }
}

#what .inner .headingSection.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #what .inner .headingSection.sp {
    display: block;
  }
}

#what .inner .desc {
  text-align: center;
  line-height: 2;
  margin-bottom: 7.5vmin;
}

@media screen and (max-width: 767px) {
  #what .inner .desc {
    text-align: left;
    margin-bottom: 10vmin;
  }
}

#what .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #what .inner ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
  }
}

#what .inner ul li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #what .inner ul li {
    width: 90%;
  }
}

#what .inner ul li .img {
  width: 100%;
}

#what .inner ul li h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 2.6vmin;
  background-color: #745b45;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.75;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 1200px) {
  #what .inner ul li h3 {
    font-size: 1rem;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  #what .inner ul li h3 {
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  #what .inner ul li p {
    font-size: 14px;
  }
}

#menu .inner {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  #menu .inner {
    padding-bottom: 1rem;
  }
}

#menu .inner .headingSection {
  background-color: #745b45;
  color: #FFF;
  font-size: 2rem;
  padding: 1rem;
  margin-bottom: 0;
  border-radius: 5rem;
  position: relative;
}

#menu .inner .headingSection.sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  #menu .inner .headingSection {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 992px) {
  #menu .inner .headingSection {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #menu .inner .headingSection {
    font-size: 1.25rem;
  }
  #menu .inner .headingSection.pc {
    display: none;
  }
  #menu .inner .headingSection.sp {
    display: block;
  }
}

#menu .inner .headingSection img {
  position: absolute;
  right: 2rem;
  top: -44px;
  width: 80px;
}

@media screen and (max-width: 767px) {
  #menu .inner .headingSection img {
    width: 60px;
    top: -33px;
  }
}

#menu .inner .listImg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.5rem 0 0;
}

#menu .inner .listImg img {
  width: 45%;
}

@media screen and (max-width: 767px) {
  #menu .inner .listImg img {
    width: 47.5%;
  }
}

#menu .inner .content .headingImg {
  max-width: 60%;
  width: 100%;
  margin: auto;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  #menu .inner .content .headingImg {
    max-width: 80%;
    margin-bottom: 1rem;
  }
}

#menu .inner .box {
  background-color: #FFF;
  width: 100%;
  margin: auto;
}

#menu .inner .box h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #745b45;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin-bottom: 2.6vmin;
}

#menu .inner .box .price {
  line-height: 2;
}

#menu .inner .box .price .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #745b45;
  padding: 2vmin 7.5vmin;
}

@media screen and (max-width: 992px) {
  #menu .inner .box .price .item {
    padding: 1rem;
  }
}

#menu .inner .box .price .item:first-child {
  border-top: 0;
}

#menu .inner .box .price .item p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  color: #745b45;
}

@media screen and (max-width: 767px) {
  #menu .inner .box .price .item p {
    flex: 1;
    font-size: 1rem;
  }
}

#menu .inner .box .price .item span {
  font-weight: bold;
  color: #745b45;
  font-size: 1.5rem;
  width: 120px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #menu .inner .box .price .item span {
    font-size: 1.25rem;
    width: 95px;
  }
}

#staff {
  background-color: #E0DCD1;
}

#staff .inner .headingSection {
  margin-bottom: 0;
}

#staff .inner .headingSection.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #staff .inner .headingSection.pc {
    display: none;
  }
  #staff .inner .headingSection.sp {
    display: block;
  }
}

#staff .inner .tagline {
  display: block;
  text-align: center;
  color: #745b45;
  font-size: 1.125rem;
  margin-bottom: 10vmin;
}

@media screen and (max-width: 992px) {
  #staff .inner .tagline {
    margin-bottom: 7.5vmin;
  }
}

@media screen and (max-width: 767px) {
  #staff .inner .tagline {
    font-size: 14px;
  }
}

#staff .inner .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  #staff .inner .content {
    flex-direction: column;
  }
}

#staff .inner .content.reverse {
  margin-top: 10vmin;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #staff .inner .content.reverse {
    flex-direction: column;
  }
}

#staff .inner .content.reverse .img {
  transform: rotate(3.54deg);
}

@media screen and (max-width: 767px) {
  #staff .inner .content.reverse .img {
    transform: rotate(-3.54deg);
  }
}

#staff .inner .content .img {
  background-color: #FFF;
  width: 48%;
  padding: 1.25rem;
  border-radius: 1.5rem;
  transform: rotate(-3.54deg);
}

@media screen and (max-width: 992px) {
  #staff .inner .content .img {
    padding: 0.75rem;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #staff .inner .content .img {
    width: 85%;
    padding: 0.3rem;
    border-radius: 0.75rem;
  }
}

#staff .inner .content .img img {
  border-radius: 1.5rem;
}

@media screen and (max-width: 992px) {
  #staff .inner .content .img img {
    border-radius: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #staff .inner .content .img img {
    border-radius: 0.75rem;
  }
}

#staff .inner .content .text {
  flex: 1;
  padding-bottom: 2.5rem;
}

#staff .inner .content .text h3 {
  font-weight: bold;
  color: #FFF;
  background-color: #745b45;
  display: inline;
  font-size: 2rem;
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
  top: 0.5rem;
}

@media screen and (max-width: 1200px) {
  #staff .inner .content .text h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 992px) {
  #staff .inner .content .text h3 {
    font-size: 1.25rem;
  }
}

#staff .inner .content .text p {
  line-height: 2;
  background-color: #FFF;
  padding: 1.5rem 2rem 0.5rem;
}

@media screen and (max-width: 992px) {
  #staff .inner .content .text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #staff .inner .content .text p {
    padding: 1.5rem 1rem 0.5rem;
  }
}

#space {
  background-image: url(../../img/K.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 12vmin 0;
  position: relative;
  color: #FFF;
}

@media screen and (max-width: 1200px) {
  #space {
    padding: 10vmin 0;
  }
}

@media screen and (max-width: 992px) {
  #space {
    padding: 5vmin 0;
  }
}

@media screen and (max-width: 767px) {
  #space {
    padding: 10vmin 0;
  }
}

#space:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 33, 25, 0.5);
}

#space .inner {
  position: relative;
}

#space .inner .headingSection {
  color: #FFF;
  margin-bottom: 2rem;
}

#space .inner .headingSection.sp {
  display: none;
}

@media screen and (max-width: 992px) {
  #space .inner .headingSection {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #space .inner .headingSection {
    margin-bottom: 2rem;
  }
  #space .inner .headingSection.pc {
    display: none;
  }
  #space .inner .headingSection.sp {
    display: block;
  }
}

#space .inner div {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #space .inner div {
    text-align: left;
  }
}

#profile {
  position: relative;
  padding: 12vmin 0;
}

@media screen and (max-width: 992px) {
  #profile {
    padding: 6vmin 0;
  }
}

@media screen and (max-width: 767px) {
  #profile {
    padding: 10vmin 0;
  }
}

#profile:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #D5C9C0;
  border-radius: 10rem 10rem 0 0;
}

@media screen and (max-width: 992px) {
  #profile:before {
    border-radius: 5rem 5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  #profile:before {
    display: none;
  }
}

#profile .lastSection {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 992px) {
  #profile .lastSection {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #profile .lastSection {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
  }
}

#profile .lastSection img {
  width: 30%;
  border-radius: 1.5rem;
}

@media screen and (max-width: 992px) {
  #profile .lastSection img {
    border-radius: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #profile .lastSection img {
    width: 75%;
  }
}

#profile .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

@media screen and (max-width: 992px) {
  #profile .inner {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #profile .inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}

#profile .inner .logo {
  width: 185px;
}

@media screen and (max-width: 992px) {
  #profile .inner .logo {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  #profile .inner .logo {
    width: 100px;
  }
}

#profile .inner .information {
  line-height: 2;
}

#profile .inner .information h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #745b45;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 767px) {
  #profile .inner .information h3 {
    font-size: 1rem;
    text-align: center;
  }
}

#profile .inner .information div {
  font-size: 1.25rem;
}

@media screen and (max-width: 992px) {
  #profile .inner .information div {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #profile .inner .information div {
    font-size: 14px;
  }
}

#event {
  padding: 12vmin 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #event {
    padding: 10vmin 0;
  }
}

@media screen and (max-width: 992px) {
  #event {
    padding: 6vmin 0;
  }
}

@media screen and (max-width: 767px) {
  #event {
    padding: 10vmin 0;
  }
}

#event .headingSection.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #event .headingSection.pc {
    display: none;
  }
  #event .headingSection.sp {
    display: block;
  }
}

#event .inner {
  position: relative;
}

@media screen and (max-width: 992px) {
  #event .inner .headingSection {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #event .inner .headingSection {
    margin-bottom: 3.85vmin;
  }
}

#event .inner .desc {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #event .inner .desc {
    text-align: left;
  }
}

@media screen and (max-width: 1200px) {
  #event .inner .desc p.pc {
    display: none;
  }
}

#event .inner .desc p.sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  #event .inner .desc p.sp {
    display: block;
  }
}

#event .inner .flexImg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  #event .inner .flexImg {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
  }
}

#event .inner .flexImg img {
  width: 30%;
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  #event .inner .flexImg img {
    width: 75%;
    border-radius: 1rem;
  }
}

#event .inner .img {
  margin: auto;
  margin-top: 2.5rem;
  max-width: 40%;
  width: 100%;
}

@media screen and (max-width: 992px) {
  #event .inner .img {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  #event .inner .img {
    max-width: 80%;
  }
}

#event .inner .img img {
  width: 100%;
}

#about {
  background-color: #E0DCD1;
}

#about .inner .headingSection {
  margin-bottom: 0;
}

#about .inner .tagline {
  display: block;
  text-align: center;
  color: #745b45;
  font-size: 1.125rem;
  margin-bottom: 7.5vmin;
}

@media screen and (max-width: 992px) {
  #about .inner .tagline {
    margin-bottom: 5vmin;
  }
}

@media screen and (max-width: 767px) {
  #about .inner .tagline {
    font-size: 14px;
    margin-bottom: 10vmin;
  }
}

#about .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 767px) {
  #about .inner ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
  }
}

#about .inner ul li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #about .inner ul li {
    width: 90%;
  }
}

#about .inner ul li h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #745b45;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 2.6vmin 0;
}

@media screen and (max-width: 992px) {
  #about .inner ul li h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #about .inner ul li h3 {
    font-size: 1rem;
  }
}

#about .inner ul li span {
  display: block;
  padding: 0 5%;
}

@media screen and (max-width: 992px) {
  #about .inner ul li span {
    font-size: 14px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #about .inner ul li span {
    font-size: 15px;
  }
}

.rss {
  padding-bottom: 5rem;
}

.rss ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rss ul li {
  width: 30%;
}

.rss ul li a {
  display: block;
  width: 100%;
}

.rss ul li a .img {
  width: 100%;
  height: 215px;
  margin-bottom: 0.5rem;
}

.rss ul li a .img div {
  width: 100%;
  height: 100%;
  background-color: #EEE;
}

/*# sourceMappingURL=top.css.map */