@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 10, ../sass/orange.scss */
.bgRoom {
  background-image: url(../img/orange/bgroom.png);
}
/* line 12, ../sass/orange.scss */
.bgRoom h2 {
  font-size: 36px;
  color: #e60012;
  font-weight: bold;
  margin: 80px 30px;
}
@media screen and (max-width: 900px) {
  /* line 12, ../sass/orange.scss */
  .bgRoom h2 {
    margin: 30px;
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  /* line 12, ../sass/orange.scss */
  .bgRoom h2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 420px) {
  /* line 12, ../sass/orange.scss */
  .bgRoom h2 {
    margin: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 420px) and (max-width: 420px) {
  /* line 12, ../sass/orange.scss */
  .bgRoom h2 {
    font-size: 7.14286vw;
  }
}

/* line 26, ../sass/orange.scss */
.bgRoom .wrap {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  /* line 26, ../sass/orange.scss */
  .bgRoom .wrap {
    width: 100%;
  }
}
/* line 33, ../sass/orange.scss */
.bgRoom .main {
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  /* line 33, ../sass/orange.scss */
  .bgRoom .main {
    width: 100%;
    padding: 20px;
  }
}
/* line 46, ../sass/orange.scss */
.bgRoom #section01 .main {
  padding-top: 40px;
  position: relative;
  background-color: unset;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  /* line 46, ../sass/orange.scss */
  .bgRoom #section01 .main {
    margin-bottom: 0;
  }
}
/* line 55, ../sass/orange.scss */
.bgRoom #section01 .anker {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  /* line 55, ../sass/orange.scss */
  .bgRoom #section01 .anker {
    bottom: 10px;
  }
}
/* line 64, ../sass/orange.scss */
.bgRoom #section01 .anker .nav {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  /* line 64, ../sass/orange.scss */
  .bgRoom #section01 .anker .nav {
    width: 20%;
  }
}
/* line 70, ../sass/orange.scss */
.bgRoom #section01 .anker h2 {
  top: -165px;
  position: absolute;
  right: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  /* line 70, ../sass/orange.scss */
  .bgRoom #section01 .anker h2 {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  /* line 82, ../sass/orange.scss */
  .bgRoom #section02 h2 {
    margin: 15px 0;
  }
}
/* line 87, ../sass/orange.scss */
.bgRoom #section02 .name {
  margin-top: 15px;
}
/* line 92, ../sass/orange.scss */
.bgRoom #section02 .name p {
  color: #333;
  margin: 18px;
}
/* line 97, ../sass/orange.scss */
.bgRoom #section02 .yurai {
  margin-top: 15px;
}
/* line 102, ../sass/orange.scss */
.bgRoom #section02 .yurai p {
  color: #333;
  margin: 18px 0;
  text-indent: 1em;
}
/* line 110, ../sass/orange.scss */
.bgRoom #section03 .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 1em;
  text-align: center;
  background-color: #92b501;
  border: 2px solid #92b501;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  width: 40%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  /* line 110, ../sass/orange.scss */
  .bgRoom #section03 .btn {
    width: 90%;
  }
}
/* line 127, ../sass/orange.scss */
.bgRoom #section03 .btn:hover {
  background-color: #fff;
  color: #92b501;
}
/* line 130, ../sass/orange.scss */
.bgRoom #section03 .btn:hover:after {
  border-left: 10px solid #92b501;
}
/* line 134, ../sass/orange.scss */
.bgRoom #section03 .btn:after {
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: block;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
/* line 152, ../sass/orange.scss */
.bgRoom #section03 .twoClm .left {
  float: left;
  width: 50%;
}
/* line 156, ../sass/orange.scss */
.bgRoom #section03 .twoClm .right {
  float: right;
  width: 50%;
}
/* line 159, ../sass/orange.scss */
.bgRoom #section03 .twoClm .right h3 {
  margin-top: 20px;
  padding: 1.5em 0;
  color: #e82633;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  /* line 159, ../sass/orange.scss */
  .bgRoom #section03 .twoClm .right h3 {
    padding: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  /* line 170, ../sass/orange.scss */
  .bgRoom #section03 .twoClm .right img {
    margin-top: 40px;
  }
}
/* line 178, ../sass/orange.scss */
.bgRoom #section03 .kashi p {
  color: #333;
  margin: 18px 0;
  text-indent: 1em;
}
/* line 186, ../sass/orange.scss */
.bgRoom #section04 .twoClm {
  padding: 30px;
  border: 4px solid #9fc600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 194, ../sass/orange.scss */
.bgRoom #section04 .twoClm .left {
  float: left;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 560px) {
  /* line 194, ../sass/orange.scss */
  .bgRoom #section04 .twoClm .left {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
/* line 203, ../sass/orange.scss */
.bgRoom #section04 .twoClm .left .date {
  padding-right: 1em;
}
/* line 206, ../sass/orange.scss */
.bgRoom #section04 .twoClm .left .goto {
  padding-right: 1em;
}
/* line 209, ../sass/orange.scss */
.bgRoom #section04 .twoClm .left .ent {
  padding-right: 1em;
}
/* line 213, ../sass/orange.scss */
.bgRoom #section04 .twoClm .right {
  float: right;
  width: 50%;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  /* line 213, ../sass/orange.scss */
  .bgRoom #section04 .twoClm .right {
    float: none;
    width: 100%;
  }
}
/* line 222, ../sass/orange.scss */
.bgRoom #section04 .twoClm .right p {
  margin-top: 20px;
  padding: 1.5em;
}
/* line 228, ../sass/orange.scss */
.bgRoom #section04 .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 1em;
  text-align: center;
  background-color: #92b501;
  border: 2px solid #92b501;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  width: 40%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  /* line 228, ../sass/orange.scss */
  .bgRoom #section04 .btn {
    width: 90%;
  }
}
/* line 245, ../sass/orange.scss */
.bgRoom #section04 .btn:hover {
  background-color: #fff;
  color: #92b501;
}
/* line 248, ../sass/orange.scss */
.bgRoom #section04 .btn:hover:after {
  border-left: 10px solid #92b501;
}
/* line 252, ../sass/orange.scss */
.bgRoom #section04 .btn:after {
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: block;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
/* line 270, ../sass/orange.scss */
.bgRoom #section05 {
  margin-bottom: 60px;
}
/* line 272, ../sass/orange.scss */
.bgRoom #section05 h4 {
  font-size: 22px;
  font-weight: bold;
}
/* line 277, ../sass/orange.scss */
.bgRoom #section05 .chuui p {
  color: #333;
  margin: 18px 0;
  text-indent: 1em;
}
/* line 284, ../sass/orange.scss */
.bgRoom #section05 a[href$=".pdf"]:after {
  content: "PDF";
  background-color: #478900;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  position: relative;
  right: 0;
  padding: 1.5px 10px;
  margin-left: 1em;
  top: -2px;
}
/* line 298, ../sass/orange.scss */
.bgRoom #section05 .images {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
/* line 306, ../sass/orange.scss */
.bgRoom #section05 .images .dlCont {
  align-content: flex-start;
  width: 165px;
  height: 165px;
  border: 3px solid #92b501;
  margin: 20px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  /* line 306, ../sass/orange.scss */
  .bgRoom #section05 .images .dlCont {
    width: 48%;
    margin: 1%;
  }
}
/* line 324, ../sass/orange.scss */
.bgRoom #section05 .images .dlCont:after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #92b501;
  position: absolute;
  z-index: 100;
}
/* line 333, ../sass/orange.scss */
.bgRoom #section05 .images .dlCont:first-child {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  /* line 333, ../sass/orange.scss */
  .bgRoom #section05 .images .dlCont:first-child {
    margin-left: 1%;
  }
}
/* line 339, ../sass/orange.scss */
.bgRoom #section05 .images .dlCont:nth-child(5n) {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  /* line 339, ../sass/orange.scss */
  .bgRoom #section05 .images .dlCont:nth-child(5n) {
    margin-left: 1%;
  }
}
/* line 345, ../sass/orange.scss */
.bgRoom #section05 .images .dlCont:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  /* line 345, ../sass/orange.scss */
  .bgRoom #section05 .images .dlCont:nth-child(4n) {
    margin-left: 1%;
  }
}
/* line 351, ../sass/orange.scss */
.bgRoom #section05 .images .dlCont a {
  color: #333;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
