@charset "UTF-8";
#hotel-citrus .color-1 {
  color: #ff0070;
}
#hotel-citrus .color-2 {
  color: #ff8c3e;
}
#hotel-citrus .bg-1 {
  background-color: #ff0070;
}
#hotel-citrus .underline {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}
#hotel-citrus .underline--color1 {
  text-decoration-color: #ff0070;
}
#hotel-citrus .underline--color2 {
  text-decoration-color: #ff8c3e;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
				共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body#hotel-citrus {
  line-height: 1.5;
}

#hotel-citrus *,
#hotel-citrus *::before,
#hotel-citrus *::after {
  box-sizing: border-box;
}
#hotel-citrus * {
  margin: 0;
}
#hotel-citrus picture,
#hotel-citrus video,
#hotel-citrus canvas,
#hotel-citrus svg {
  display: block;
  max-width: 100%;
}
#hotel-citrus input,
#hotel-citrus button,
#hotel-citrus textarea,
#hotel-citrus select {
  font: inherit;
}
#hotel-citrus p,
#hotel-citrus h1,
#hotel-citrus h2,
#hotel-citrus h3,
#hotel-citrus h4,
#hotel-citrus h5,
#hotel-citrus h6 {
  overflow-wrap: break-word;
}
#hotel-citrus #root,
#hotel-citrus #__next {
  isolation: isolate;
}
#hotel-citrus ul {
  padding-inline-start: 0;
}
#hotel-citrus a {
  word-wrap: break-word !important;
}
#hotel-citrus table {
  border-spacing: 0;
}

/*--------------------------------
#hotel-citrus header
---------------------------------*/
#hotel-citrus header {
  padding: 5px 30px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 100px 100px;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
#hotel-citrus header svg {
  width: 100%;
  height: 100%;
}
#hotel-citrus header > div a {
  color: #000;
  text-align: left;
  transition: all 0.3s;
}
#hotel-citrus header > div a:hover {
  color: #f7072b;
}
#hotel-citrus header > div a span {
  display: block;
}
#hotel-citrus header > div a span.en {
  font-family: adelle, serif !important;
  font-size: 18px;
}
#hotel-citrus header > div a span.ja {
  font-size: 14px;
}

/*--------------------------------
#hotel-citrus footer
---------------------------------*/
#hotel-citrus footer {
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  font-family: sans-serif !important;
}
#hotel-citrus footer .footer_in {
  display: grid;
  grid-template-columns: auto 230px;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
#hotel-citrus footer .links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
#hotel-citrus footer .cjt {
  margin-left: auto;
}
#hotel-citrus footer .links a {
  display: block;
  position: relative;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  transition: 300ms ease;
  color: #000;
  text-decoration: none;
}
#hotel-citrus footer .cjt_logo {
  /* width: 60px; */
  margin-left: auto;
}
#hotel-citrus footer .copy {
  margin-top: 10px;
  font-weight: 100;
  font-size: 10px;
  font-family: neue-haas-grotesk-display, a-otfgothicmb101pr6r, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif !important;
  letter-spacing: 1px;
}

/* util */
#hotel-citrus .pc {
  display: block !important;
}
#hotel-citrus .sp {
  display: none !important;
}
#hotel-citrus i {
  font-family: "Font Awesome 5 Free";
}
#hotel-citrus ul,
#hotel-citrus li {
  list-style: none;
}
#hotel-citrus img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}
#hotel-citrus .red {
  color: #e50012;
}
#hotel-citrus .db {
  display: block;
}
#hotel-citrus .wrapper {
  width: 100%;
  margin: 0 auto;
}
#hotel-citrus .textlink {
  color: #B9FFF7;
  text-decoration: underline;
  transition: all 0.3s;
  word-wrap: break-word;
}
#hotel-citrus .col-bla .textlink {
  color: #004CAF;
}
#hotel-citrus .textlink:hover {
  color: rgb(21, 236, 255);
}
#hotel-citrus .mar-5 {
  margin-top: 5px;
}
#hotel-citrus .mar-15 {
  margin-top: 15px;
}
#hotel-citrus .mar-25 {
  margin-top: 25px;
}
#hotel-citrus .mar-35 {
  margin-top: 35px;
}
#hotel-citrus .scpd {
  padding: 76px 0 0;
}
#hotel-citrus .trsall {
  transition: all 0.3s;
}
#hotel-citrus .hov:hover {
  opacity: 0.6;
}
#hotel-citrus .grid {
  display: grid;
  gap: 32px;
}
#hotel-citrus .colo-2 {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
#hotel-citrus .colo-2.btn-container {
  gap: 60px;
}
@media screen and (min-width: 769px) {
  #hotel-citrus .colo-2:has(.goods) {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #hotel-citrus .colo-2:has(.goods) {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #hotel-citrus .colo-2, #hotel-citrus .colo-2.btn-container {
    gap: 30px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .colo-2 {
    grid-template-columns: 1fr;
  }
}
#hotel-citrus .colo-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
#hotel-citrus .center-center {
  align-items: center;
  justify-content: center;
}
#hotel-citrus .small {
  font-size: 12px !important;
  padding: 3px 0;
}
#hotel-citrus .fadeUp {
  animation-name: fadeUpAnime;
  will-change: transform;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#hotel-citrus .list-dots {
  margin-left: 1.5em;
}
#hotel-citrus .list-dots,
#hotel-citrus .list-dots li {
  list-style-type: square;
}

#hotel-citrus {
  position: relative;
  padding-top: 77.95px;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  z-index: 0;
  background-color: #fff;
}
#hotel-citrus .cf:before,
#hotel-citrus .cf:after {
  content: "";
  display: table;
}
#hotel-citrus .cf:after {
  clear: both;
}
#hotel-citrus .cf {
  *zoom: 1;
}
#hotel-citrus .pc {
  display: block;
}
#hotel-citrus .sp {
  display: none;
}
#hotel-citrus a {
  transition: 0.3s;
  color: #ff0070;
}
#hotel-citrus a:hover {
  opacity: 0.7;
  animation: cont 0.5s;
}
#hotel-citrus .ex a {
  text-decoration: underline;
}
#hotel-citrus .ex a:hover {
  text-decoration: none;
}
#hotel-citrus p {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus p {
    font-size: 15px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus p {
    font-size: 13px;
  }
}

#hotel-citrus {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", Meiryo, sans-serif, "ヒラギノ角ゴ", "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  position: relative;
  line-height: 1.4;
}
#hotel-citrus .wrapper {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-width: 1060px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .wrapper {
    font-size: 15px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .wrapper {
    font-size: 14px;
  }
}
#hotel-citrus .hov,
#hotel-citrus a {
  text-decoration: none;
  transition: all 0.3s ease;
}
#hotel-citrus p a {
  text-decoration: underline;
}
#hotel-citrus p a:hover {
  text-decoration: none;
}
#hotel-citrus .hov:hover {
  -webkit-text-decoration: transparent;
  text-decoration: transparent;
  opacity: 0.6;
}
#hotel-citrus .hov:active {
  cursor: pointer;
  -webkit-text-decoration: transparent;
  text-decoration: transparent;
  opacity: 0.6;
}
#hotel-citrus section {
  position: relative;
}
#hotel-citrus .content-box {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}
#hotel-citrus .content-inner {
  width: 980px;
  /*width: 90.90909090%;*/
  margin: 0 auto;
  position: relative;
}
#hotel-citrus .flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#hotel-citrus .flexbox-bt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#hotel-citrus .serif {
  font-family: "Noto Serif JP", sans-serif;
}
#hotel-citrus .attention {
  font-size: 12px;
  margin: 20px 0;
  text-align: right;
}
#hotel-citrus .ex {
  margin-top: 20px;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .ex {
    margin-top: 10px;
    font-size: 12px;
  }
}
#hotel-citrus .center {
  display: flex;
  justify-content: center;
}
#hotel-citrus .hr {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .hr {
    margin-top: -40px;
  }
}

/*ボタンエリア*/
#hotel-citrus .reserve_info {
  text-align: center;
}
#hotel-citrus .reserve_info > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
#hotel-citrus .reserve_info h3 {
  color: #db0000;
  font-size: 16px;
  font-weight: 700;
}
#hotel-citrus .reserve_info p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
#hotel-citrus .reserve_info .attention {
  font-size: 14px;
  color: #d70404;
  margin-top: 30px;
}
#hotel-citrus .reserve_info .attention--2.attention {
  margin-top: 0;
  color: #000;
  text-align: left;
}
#hotel-citrus .reserve_info .attention--3.attention {
  font-size: 12px;
  margin: 10px auto 0;
  color: #555;
}
#hotel-citrus .reserve_info .attention a {
  color: #28a3f2;
}
#hotel-citrus .attention-color {
  color: #d70404;
}

#hotel-citrus .reserve {
  margin-top: 26px;
  width: 100%;
  max-width: 485px;
  padding: 15px 5px;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: #3d91f1;
  background: linear-gradient(90deg, #739af7 0%, hsl(263, 90%, 81%) 100%);
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .reserve {
    margin-top: 20px;
  }
}
#hotel-citrus .reserve--1.reserve {
  background: #AD8211;
  background: linear-gradient(220.55deg, #f4cf6a 0%, #AD8211 100%);
}
#hotel-citrus .reserve--2.reserve {
  background: #708389;
  background: linear-gradient(-90deg, #b7bcce 0%, #7e9399 100%);
}
#hotel-citrus .reserve--3.reserve {
  background: #86c774;
  background: linear-gradient(90deg, #5cd957 0%, #89ddee 100%);
}
#hotel-citrus .reserve--4.reserve {
  background: #f77373;
  background: linear-gradient(90deg, #f77373 0%, #faa2b7 100%);
}
#hotel-citrus .reserve::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 25px;
  transition: 0.3s;
}
#hotel-citrus .reserve:hover::after {
  right: 10px;
}

#hotel-citrus p.reserve {
  margin-top: 30px;
  width: 100%;
  max-width: 485px;
  padding: 25px 5px;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: rgb(247, 115, 115);
  background: linear-gradient(90deg, rgb(75, 75, 75) 0%, rgb(115, 115, 115) 100%);
  display: inline-block;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  text-align: center;
}

#hotel-citrus p.reserve::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 25px;
  transition: 0.3s;
}

#hotel-citrus .sologo {
  max-width: 185px;
  margin: 10px auto;
}

/*メイントップ*/
#hotel-citrus main {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  background-image: url("/stc/hotel-citrus/img/bg1.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  padding: 0 0 113px;
}
#hotel-citrus main img {
  display: inline-block;
  width: 100%;
}
#hotel-citrus main .content-box > img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus main .content-box > img {
    margin-bottom: 20px;
  }
}
#hotel-citrus .mainimage {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .mainimage {
    margin-bottom: 20px;
  }
}
#hotel-citrus .mainimage-wrapper {
  margin-top: 10px;
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
}
#hotel-citrus .mainimage-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* はみ出した部分をトリミング */
  display: block;
}
#hotel-citrus .flexbox-bt:first-of-type {
  align-items: center;
}

/*キャスト*/
#hotel-citrus .cast {
  padding-bottom: 80px;
  background-color: #ffc784;
  background-image: url("/stc/hotel-citrus/img/bg-slant.png");
  background-size: contain;
}
#hotel-citrus .cast h2 img {
  position: relative;
  z-index: 2;
  margin-top: -35px;
  margin-bottom: 35px;
}
#hotel-citrus .cast h3 {
  margin-bottom: 22px;
  font-size: 28px;
  color: #ff8c3e;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .cast h3 {
    margin-bottom: 5px;
    padding: 10px 27px;
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  #hotel-citrus .cast h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .cast h3 {
    font-size: 20px;
  }
}
#hotel-citrus .cast h4 {
  margin: 30px auto;
  font-size: 24px;
  font-weight: 700;
  color: #ff0070;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .cast h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .cast h4 {
    font-size: 16px;
  }
}
#hotel-citrus .cast ul {
  padding: 0 15px;
}
#hotel-citrus .cast__list {
  position: relative;
  background: #fff;
  padding: 52px 50px 60px;
  background-image: url("/stc/hotel-citrus/img/slant.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#hotel-citrus .cast__list:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .cast__list:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  #hotel-citrus .cast__list {
    padding: 30px 50px 40px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .cast__list {
    padding: 20px 30px 30px;
  }
}
#hotel-citrus .cast__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/stc/hotel-citrus/img/slant.png");
  width: 100%;
  padding-top: 1.94%;
}
#hotel-citrus .cast__list::after {
  content: "";
  display: block;
  width: 214px;
  height: 214px;
  position: absolute;
  left: -15px;
  top: -15px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .cast__list::after {
    width: 130px;
    height: 130px;
    left: -11px;
    top: -11px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .cast__list::after {
    width: 100px;
    height: 100px;
    left: -7px;
    top: -7px;
  }
}
#hotel-citrus .cast__list--1::after {
  background-image: url("/stc/hotel-citrus/img/p1.png");
}
#hotel-citrus .cast__list--2::after {
  background-image: url("/stc/hotel-citrus/img/p2.png");
}
#hotel-citrus .cast__list--3::after {
  background-image: url("/stc/hotel-citrus/img/p3.png");
}
#hotel-citrus .cast__list--4::after {
  background-image: url("/stc/hotel-citrus/img/p4.png");
}
#hotel-citrus .cast__list > p {
  text-align: center;
}
#hotel-citrus .cast__list .flexbox-bt {
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .cast__list .flexbox-bt {
    padding-top: 0;
    display: block;
  }
  #hotel-citrus .cast__list .flexbox-bt img {
    margin-top: 20px;
    width: auto;
  }
}
#hotel-citrus .cast__list .flexbox-bt__text {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .cast__list .flexbox-bt__text {
    margin: auto;
  }
}
#hotel-citrus .cast__list p {
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .cast__list p {
    text-align: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .cast__list p {
    font-size: 14px;
  }
}
#hotel-citrus .cast__list .ex {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .cast__list .ex {
    font-size: 11px;
  }
}
#hotel-citrus .cast__list .ex:not(.db) {
  margin-top: 30px;
}
#hotel-citrus .goods {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#hotel-citrus .goods__heading {
  display: grid;
  grid-template-columns: 50px 1fr;
  height: 50px;
}
#hotel-citrus .goods__heading__count, #hotel-citrus .goods__heading__name {
  display: flex;
  align-items: center;
  justify-content: center;
}
#hotel-citrus .goods__heading__count {
  font-size: 26px;
  color: #fff;
  background-color: #000;
  font-weight: 500;
}
#hotel-citrus .goods__heading__name {
  font-weight: 700;
  font-size: 20px;
  background-color: #ffd7ee;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .goods__heading__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .goods__heading__name {
    font-size: 14px;
  }
}
#hotel-citrus .goods__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding-top: 30px;
}
#hotel-citrus .goods__img img {
  width: auto;
}

/*販売時*/
#hotel-citrus .cast .site_open h2 {
  margin-top: 90px;
  padding-bottom: 20px;
}

#hotel-citrus .cast .site_open h2:first-of-type img {
  max-width: 540px;
  width: 100% !important;
  width: 100%;
  margin: 0 auto;
}

#hotel-citrus .cast .site_open h2:nth-of-type(2) img {
  max-width: 500px;
  width: 100% !important;
  width: 100%;
  margin: 0 auto;
}

#hotel-citrus .cast .site_open h3,
#hotel-citrus .cast .site_open p,
#hotel-citrus .cast .site_open ul:first-of-type {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  display: block;
}

#hotel-citrus .cast .site_open ul:first-of-type li {
  display: inline;
  width: auto;
  font-size: 22px;
}

#hotel-citrus .cast .site_open ul:nth-of-type(2) li {
  width: 46%;
}

#hotel-citrus .cast .site_open ul:nth-of-type(2) li img {
  display: block;
  margin-bottom: 15px;
}

#hotel-citrus .cast_disc {
  background-color: #FFF0F7;
  font-size: 30px;
  font-weight: 900;
  color: #0B56A0;
  padding: 10px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 10px auto 0;
  width: 100%;
}

#hotel-citrus .cast_disc span {
  background: linear-gradient(transparent 60%, #FFFF0F 60%);
  font-weight: 900;
}

#hotel-citrus .cast .lead img {
  margin: 30px auto 0;
  max-width: 714px !important;
  width: 100% !important;
}

#hotel-citrus .cast .lead p {
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

/*ポイント*/
#hotel-citrus .point {
  position: relative;
}
#hotel-citrus .point h2 {
  margin-bottom: 25px;
}
#hotel-citrus .hr2::after {
  content: "";
  display: block;
  margin-top: 70px;
  height: 20px;
  width: 100%;
  background-color: #ff0070;
  background-image: url("/stc/hotel-citrus/img/hr2.png");
}
@media screen and (max-width: 768px) {
  #hotel-citrus .hr2::after {
    margin-top: 50px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .hr2::after {
    margin-top: 40px;
  }
}

#hotel-citrus .point {
  padding: 80px 0 0;
  box-sizing: border-box;
  background-size: 100% auto;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .point {
    padding-top: 50px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .point {
    padding-top: 40px;
  }
}
#hotel-citrus .point .ex {
  margin-top: 10px;
}

#hotel-citrus .point .point-h {
  align-items: center;
  margin-top: 70px;
  justify-content: center;
  display: flex;
}

#hotel-citrus .point .point-h img {
  width: 180px;
}

#hotel-citrus .point .point-h div {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  box-sizing: border-box;
  max-width: 800px;
}

#hotel-citrus .point .point-h div h3 {
  font-size: 36px;
  font-weight: 900;
  text-align: left;
}

#hotel-citrus .point .point-h div h3 span {
  font-size: 60%;
  display: inline-block;
}

#hotel-citrus .point .point-h div h3 span.double {
  font-size: 100%;
  display: inline-block;
  position: relative;
}

#hotel-citrus .point .point-h div h3 span.double::before,
#hotel-citrus .point .point-h div h3 span.double::after {
  content: "";
  position: absolute;
}

#hotel-citrus .point .point-h div h3 span.double::before {
  width: 100%;
  height: 1px;
  border-top: double 6px #990000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hotel-citrus .point .point-h div h3 span.double::after {
  content: "サイン会";
  color: #990000;
  width: 100%;
  height: 100%;
  top: -95%;
  right: -50px;
  transform: rotate(-5deg);
}

#hotel-citrus .point .point-img {
  margin: 40px auto 0;
}

#hotel-citrus .point .point-img02 {
  display: inline-block;
  width: 40%;
  padding: 0 40px;
  box-sizing: border-box;
  margin-top: 40px;
}

#hotel-citrus .point .attention:last-child {
  margin-top: 60px;
}

#hotel-citrus .point01 .point-img {
  width: 58%;
  margin: 0 auto;
  margin-top: 20px;
}

#hotel-citrus .point01 .text-01 {
  width: 33%;
  font-size: 22px;
  text-align: left;
  margin-top: 20px;
}

#hotel-citrus .point01 .text-01 span {
  color: #BE0000;
}

#hotel-citrus .point01 .text-01 small {
  display: block;
  margin-top: 7px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .point01 .text-01 small {
    margin-top: 5px;
    font-size: 14px;
  }
  #hotel-citrus .point01 .text-01 small + small {
    margin-top: 2.5px;
  }
}

#hotel-citrus .text-02 {
  font-size: 22px;
  text-align: left;
  margin-top: 20px;
}
#hotel-citrus .text-02 .serif .ex {
  letter-spacing: -0.14mm;
}
#hotel-citrus .text-02 p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .text-02 {
    width: 100%;
    font-size: 14px;
  }
}
#hotel-citrus .text-02 .ex:nth-of-type(n+2) {
  margin-top: 5px;
}

#hotel-citrus .point02 img {
  margin-top: 20px;
  width: 33%;
}
#hotel-citrus .point02 img:nth-child(1) {
  width: 19%;
}
#hotel-citrus .point02 img:nth-child(2) {
  width: 35.5%;
}
#hotel-citrus .point02 img:nth-child(3) {
  width: 42%;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .point02 img {
    width: 100%;
  }
}

#hotel-citrus .point03 + .ex {
  text-align: right;
}
@media screen and (min-width: 751px) {
  #hotel-citrus .point03 + .ex {
    margin-top: 0;
  }
}

#hotel-citrus .point03 img {
  width: 32%;
  margin-top: 20px;
}

#hotel-citrus .point03 img:first-of-type {
  width: 34.5%;
}

#hotel-citrus .point03 img:nth-of-type(2) {
  width: 27.7%;
}

#hotel-citrus .point03 img:nth-of-type(3) {
  width: 34.5%;
}

#hotel-citrus .text-03 {
  margin-top: 20px;
  font-size: 22px;
}
#hotel-citrus .text-03 p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .text-03 p {
    text-align: left;
  }
}
#hotel-citrus .text-03 .ex {
  text-align: right;
}
#hotel-citrus .text-03 .ex + .ex {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .text-03 {
    font-size: 14px;
  }
  #hotel-citrus .text-03 .ex {
    text-align: left;
  }
}

#hotel-citrus .point04 {
  font-size: 26px;
  text-align: left;
  margin-top: 20px;
}
#hotel-citrus .point04 .strong {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .point04 .strong {
    font-size: 21px;
  }
}
#hotel-citrus .point04 .flex {
  display: flex;
  justify-content: center;
  margin-top: 7px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 10px;
  overflow: hidden;
}
#hotel-citrus .point04 .flex:nth-of-type(1) {
  border-color: #ff0070;
}
#hotel-citrus .point04 .flex:nth-of-type(2) {
  border-color: #ff8c3e;
}
#hotel-citrus .point04 .flex:nth-of-type(3) {
  border-color: #5cd957;
}
#hotel-citrus .point04 .flex:nth-of-type(4) {
  border-color: #f77373;
}
#hotel-citrus .point04 .flex:nth-of-type(1) > .flex__title {
  background: #ff0070;
  background: linear-gradient(220.55deg, #f4cf6a 0%, #AD8211 100%);
}
#hotel-citrus .point04 .flex:nth-of-type(2) > .flex__title {
  background: #ff8c3e;
  background: linear-gradient(-90deg, #b7bcce 0%, #7e9399 100%);
}
#hotel-citrus .point04 .flex:nth-of-type(3) > .flex__title {
  background: #74b728;
  background: linear-gradient(90deg, #5cd957 0%, #89ddee 100%);
}
#hotel-citrus .point04 .flex:nth-of-type(4) > .flex__title {
  background: #f77373;
  background: linear-gradient(90deg, #f77373 0%, #faa2b7 100%);
}
#hotel-citrus .point04 .flex__title {
  padding: 14px 20px;
  width: 30%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hotel-citrus .point04 .flex__content {
  padding: 14px 20px;
  width: 70%;
}
@media screen and (max-width: 750px) {
  #hotel-citrus .point04 .flex {
    display: block;
  }
  #hotel-citrus .point04 .flex__title {
    width: auto;
  }
  #hotel-citrus .point04 .flex__content {
    width: auto;
  }
}

#hotel-citrus .point .point05 img {
  margin-top: 20px;
}
#hotel-citrus .point .point05 img:first-of-type {
  width: 44.5%;
}
#hotel-citrus .point .point05 img:nth-of-type(2) {
  width: 53.5%;
}
#hotel-citrus .point .point05 + .ex {
  text-align: right;
}

/*実施概要*/
#hotel-citrus .info {
  position: relative;
  padding: 40px 0 0;
  overflow: hidden;
}
#hotel-citrus .info.hr2::after {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .info--2.hr2::after {
    margin-top: 80px;
  }
}
#hotel-citrus .info-line {
  overflow: hidden;
}
#hotel-citrus .info-line::before, #hotel-citrus .info-line::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  height: 282px;
  width: 579px;
  background-image: url("/stc/hotel-citrus/img/line1.png");
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  #hotel-citrus .info-line::before, #hotel-citrus .info-line::after {
    height: 141px;
    width: 289.5px;
  }
}
@media screen and (max-width: 768px) {
  #hotel-citrus .info-line::before, #hotel-citrus .info-line::after {
    height: 122.6086956522px;
    width: 251.7391304348px;
  }
}
#hotel-citrus .info-line::before {
  top: -70px;
  left: -70px;
}
@media screen and (max-width: 1300px) {
  #hotel-citrus .info-line::before {
    top: -35px;
    left: -35px;
  }
}
@media screen and (max-width: 768px) {
  #hotel-citrus .info-line::before {
    top: -30.4347826087px;
    left: -30.4347826087px;
  }
}
#hotel-citrus .info-line::after {
  transform: rotate(180deg);
  right: -70px;
  bottom: -50px;
}
@media screen and (max-width: 1300px) {
  #hotel-citrus .info-line::after {
    right: -35px;
    bottom: -15px;
  }
}
@media screen and (max-width: 768px) {
  #hotel-citrus .info-line::after {
    right: -30.4347826087px;
    bottom: -10.4347826087px;
  }
}
#hotel-citrus .info .btn-container + h2 {
  margin-top: 60px;
}
#hotel-citrus .info .ex {
  margin-top: 70px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .info .ex {
    margin-top: 40px;
  }
}

#hotel-citrus .info h2,
#hotel-citrus .application h2 {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .info h2,
  #hotel-citrus .application h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .info h2,
  #hotel-citrus .application h2 {
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 16px;
  }
}
#hotel-citrus .dot {
  position: relative;
}
#hotel-citrus .dot::after {
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  top: 50%;
  bottom: 0;
  background-image: url("/stc/hotel-citrus/img/dot1.png");
  background-position: left center;
  background-repeat: repeat-x;
}
#hotel-citrus .dot--2::after {
  background-image: url("/stc/hotel-citrus/img/dot2.png");
}
#hotel-citrus .bg-word {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 40px 0 48px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .bg-word {
    padding: 0 10px 0 18px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .bg-word {
    padding: 0 4px 0 10px;
  }
}
#hotel-citrus .bg-circle {
  z-index: 0;
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .bg-circle {
    margin-right: 25px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .bg-circle {
    margin-right: 17px;
  }
}
#hotel-citrus .bg-circle::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #ffd7ee;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .bg-circle::before {
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .bg-circle::before {
    width: 52px;
    height: 52px;
  }
}
#hotel-citrus .dot--2 .bg-circle::before,
#hotel-citrus .bg-circle--2::before {
  background-color: #ffdfca;
}
#hotel-citrus .btn {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 17px;
  color: #fff;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  background-color: #ff0070;
  box-shadow: 10px 10px 0 #ffd7ee;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .btn {
    font-size: 15px;
    padding: 10px;
  }
}
#hotel-citrus .btn--2 {
  background-color: #ff8c3e;
  box-shadow: 10px 10px 0 #ffdfca;
}
#hotel-citrus .btn-text-indent {
  display: inline-block;
  margin-left: -35px;
}
#hotel-citrus .btn::before {
  content: "";
  display: block;
  position: absolute;
  right: -124px;
  top: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  background-color: #000;
  transform: rotate(-56deg);
}
#hotel-citrus .btn::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#hotel-citrus .btn-padding {
  padding-bottom: 20px;
}

#hotel-citrus .hotel {
  padding: 80px 0 0;
  background-image: url("/stc/hotel-citrus/img/bg2.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .hotel {
    padding-top: 50px;
  }
}
@media screen and (min-width: 751px) {
  #hotel-citrus .hotel.hr2::after {
    margin-top: 80px;
  }
}
#hotel-citrus .hotel h2 {
  margin-bottom: 25px;
}
#hotel-citrus .hotel h3 {
  font-size: 28px;
  letter-spacing: 0.4mm;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .hotel h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .hotel h3 {
    font-size: 17px;
  }
}
#hotel-citrus .content {
  padding: 48px 48px 58px;
  background-color: #fff;
  border: 2px solid #ff8c3e;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .content {
    padding: 48px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .content {
    padding: 38px 20px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .content__heading {
    padding: 0 30px;
  }
}
#hotel-citrus .content--corner {
  position: relative;
}
#hotel-citrus .content--corner::before, #hotel-citrus .content--corner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  background-image: url("/stc/hotel-citrus/img/corner.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .content--corner::before, #hotel-citrus .content--corner::after {
    width: 80px;
    height: 80px;
  }
}
#hotel-citrus .content--corner::before {
  left: 0;
}
#hotel-citrus .content--corner::after {
  right: 0;
  transform: rotate(90deg);
}
#hotel-citrus .content--2 {
  padding-top: 58px;
  padding-bottom: 58px;
  border-color: #ff0070;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .content--2 {
    padding: 48px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .content--2 {
    padding: 38px 20px;
  }
}
#hotel-citrus .content--2::before, #hotel-citrus .content--2::after {
  background: #ff0070;
  mask-image: url("/stc/hotel-citrus/img/corner.png");
  -webkit-mask-image: url("/stc/hotel-citrus/img/corner.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
#hotel-citrus .content-subtitle {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .content-subtitle {
    margin-top: 10px;
  }
}
#hotel-citrus .content-grid {
  margin-top: 60px;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .content-grid {
    grid-template-columns: 1fr;
    margin-top: 25px;
    gap: 13px;
  }
}
#hotel-citrus .content-table1 tr:not(:last-child) {
  background-image: url("/stc/hotel-citrus/img/dot3.png");
  background-position: left bottom;
  background-repeat: repeat-x;
}
#hotel-citrus .content-table1 tr:first-child th,
#hotel-citrus .content-table1 tr:first-child td {
  padding-top: 10px;
}
#hotel-citrus .content-table1 th {
  padding: 20px 35px 24px 0;
  color: #ff8c3e;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .content-table1 th {
    padding: 17px 17px 17px 0;
  }
}
#hotel-citrus .content-table1 td {
  padding: 20px 0 24px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .content-table1 td {
    padding: 17px 0;
  }
}
#hotel-citrus .content-table1 td .ex {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .content-table1 td .ex {
    font-size: 12px;
  }
}
#hotel-citrus .content-table2 {
  display: grid;
  grid-template-columns: 250px 1fr 1fr;
  gap: 5px;
  margin-top: 55px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .content-table2 {
    margin-top: 30px;
    font-size: 16px;
    grid-template-columns: 145px 2fr 2fr;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .content-table2 {
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr 1fr;
    font-size: 15px;
  }
}
#hotel-citrus .content-table2__th, #hotel-citrus .content-table2__td {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hotel-citrus .content-table2__th {
  padding: 5px;
  color: #fff;
  background-color: #000;
}
#hotel-citrus .content-table2__th:nth-of-type(2n) {
  background-color: #ff0070;
}
#hotel-citrus .content-table2__th:nth-of-type(3n) {
  background-color: #ff8c3e;
}
#hotel-citrus .content-table2__td {
  background-color: #ffdfca;
  padding: 15px;
}
@media screen and (max-width: 510px) {
  #hotel-citrus .content-table2__td {
    padding: 10px 5px;
  }
}

#hotel-citrus .access {
  z-index: 1;
  background-color: #ffe3e9;
  padding-top: 50px;
}
#hotel-citrus .access-content {
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: start;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .access-content {
    grid-template-columns: 1fr;
  }
}
#hotel-citrus .access-content__img {
  text-align: center;
}
#hotel-citrus .access-content__img img {
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .access-content__img img {
    max-width: 280px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .access-content__img img {
    max-width: 190px;
  }
}
#hotel-citrus .access-table {
  display: grid;
  grid-template-columns: 100px 1fr;
}
#hotel-citrus .access-table__th, #hotel-citrus .access-table__td {
  height: 100%;
  padding: 17.5px 0;
  border-bottom: 2px solid #000;
}
#hotel-citrus .access-table__th:nth-child(-n+2), #hotel-citrus .access-table__td:nth-child(-n+2) {
  border-top: 2px solid #000;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .access-table__th, #hotel-citrus .access-table__td {
    font-size: 14px;
  }
}
#hotel-citrus .access-table__th {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #fff;
}
#hotel-citrus .access-table__td {
  padding-right: 20px;
  padding-left: 20px;
}
#hotel-citrus .access .ex {
  margin-top: 25px;
  line-height: 1.8;
}
#hotel-citrus .hr3::after {
  z-index: 1;
  position: relative;
  content: "";
  display: block;
  padding-top: 12.5%;
  height: 20px;
  width: 100%;
  background-image: url("/stc/hotel-citrus/img/hr3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hotel-citrus .specific {
  padding: 260px 0 100px;
  margin-top: -180px;
  text-align: left;
  background-image: url("/stc/hotel-citrus/img/bg1.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .specific {
    padding: 240px 0 60px;
  }
}
#hotel-citrus .specific h2 {
  text-align: center;
  font-size: 40px;
  color: #ff0070;
  line-height: 1.05;
  letter-spacing: 0.8mm;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .specific h2 {
    font-size: 24px;
    letter-spacing: 0.4mm;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .specific h2 {
    font-size: 22px;
  }
}
#hotel-citrus .specific .heading-subtitle {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .specific .heading-subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 510px) {
  #hotel-citrus .specific .heading-subtitle {
    font-size: 18px;
  }
}
#hotel-citrus .specific h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .specific h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#hotel-citrus .specific h3 .bg {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  background-color: #ff0070;
}
#hotel-citrus .specific-text {
  line-height: 1.8;
}
#hotel-citrus .specific-text--2 h4:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .specific-text--2 h4:not(:first-child) {
    margin-top: 10px;
  }
}
#hotel-citrus .specific h4 {
  color: #ff8c3e;
}
#hotel-citrus .specific ul {
  position: relative;
  padding-left: 1em;
}
#hotel-citrus .specific ul:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .specific ul:not(:last-child) {
    margin-bottom: 10px;
  }
}
#hotel-citrus .specific li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#hotel-citrus .dot-hr {
  margin-bottom: 35px;
  padding-bottom: 35px;
  background-image: url("/stc/hotel-citrus/img/dot1.png");
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .dot-hr {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#hotel-citrus .dot-hr.serif {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 510px) {
  #hotel-citrus .dot-hr.serif {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}

#hotel-citrus .info table {
  width: 100%;
  /* border: solid 1px #d6d6d6; */
  margin-top: 60px;
  box-sizing: border-box;
  line-height: 1.6;
  border: solid #BCBCBC 1px;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  color: #353535;
}

#hotel-citrus .info table tr {
  border-bottom: solid 1px #d6d6d6;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

#hotel-citrus .info table tr:last-child {
  border-bottom: none;
}

#hotel-citrus .info table th,
#hotel-citrus .info table td {
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#hotel-citrus .info table th {
  width: 30%;
  background-color: #f5f5f5;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

#hotel-citrus .info table td {
  width: 70%;
  justify-content: flex-start;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  display: inline-block;
}

#hotel-citrus .info table td a {
  color: #3870BD;
  border-bottom: none;
  margin-right: 0;
  position: relative;
}

#hotel-citrus .info table td a:last-child {
  margin-right: 0;
}

#hotel-citrus .info .reserve_info p.reserve {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

#hotel-citrus .info .reserve_info p.date {
  color: #000;
  text-align: center;
  font-size: 20px;
}

#hotel-citrus .schedule_day {
  width: 100%;
  margin: 40px auto 0;
  padding: 30px;
  border: 1px solid #b29d26;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

#hotel-citrus .schedule_day h3 {
  background-color: #b29d26;
  color: #fff;
  padding: 3px 5px;
  margin: 0 auto 5px;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
}

#hotel-citrus .schedule_day .schedule_det {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
#hotel-citrus .schedule_day .schedule_det .ex {
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
}
#hotel-citrus .schedule_day .schedule_det__heading {
  font-size: 22px;
  color: #b29d26;
}
@media screen and (max-width: 768px) {
  #hotel-citrus .schedule_day .schedule_det__heading {
    font-size: 18px;
  }
}

#hotel-citrus .schedule_day .schedule_det i {
  font-weight: 700;
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
}

/*注意事項*/
#hotel-citrus .application {
  background-color: #f4f7f8;
  padding: 50px 0 50px;
}

#hotel-citrus .application p {
  font-weight: 400;
  line-height: 1.8;
  font-size: 15px;
  box-sizing: border-box;
  width: 100%;
  margin: 50px 0 0;
  padding: 30px;
}

#hotel-citrus .application p span {
  color: #d70404;
}

#hotel-citrus .application p a {
  color: #0b91c9;
}

/*======================================

画面サイズ751px以上

======================================*/
@media screen and (min-width: 751px) {
  #hotel-citrus .sp_img {
    display: none;
  }
  #hotel-citrus .tab_img {
    display: none;
  }
  #hotel-citrus .pc_img {
    display: inline-block;
  }
}
/*======================================

画面サイズ750px以下

======================================*/
@media screen and (max-width: 768px) {
  #hotel-citrus .sp_img {
    display: inline-block;
  }
  #hotel-citrus .tab_img {
    display: block;
  }
  #hotel-citrus .pc_img {
    display: none;
  }
  #hotel-citrus {
    min-width: auto;
  }
  #hotel-citrus .wrapper {
    width: 100%;
    min-width: auto;
    overflow: hidden;
  }
  #hotel-citrus .content-box {
    width: 90.9090909%;
    max-width: 750px;
  }
  #hotel-citrus .content-inner {
    width: 90.9090909%;
  }
  #hotel-citrus .selection {
    width: 100%;
  }
  #hotel-citrus .reserve,
  #hotel-citrus p.reserve {
    padding: 15px 5px;
  }
  #hotel-citrus .info .reserve_info p.reserve {
    font-size: 15px;
  }
  #hotel-citrus .reserve_info .attention {
    text-align: left;
  }
  #hotel-citrus .twitter-area .twitter-area_box img {
    width: 10%;
  }
  #hotel-citrus .twitter-area .twitter-area_box p {
    width: 90%;
  }
  #hotel-citrus .reserve_info > div {
    display: block;
  }
  #hotel-citrus .cheki {
    display: block;
  }
  #hotel-citrus .cheki h4 {
    padding: 10px;
  }
  #hotel-citrus .cheki p {
    margin-top: 10px;
  }
  /*メイントップ*/
  #hotel-citrus main {
    padding: 0 0 30px;
  }
  #hotel-citrus main img {
    display: inline-block;
    width: 100%;
  }
  #hotel-citrus .main-l {
    width: 100%;
    order: 2;
  }
  #hotel-citrus .main-l img {
    max-width: 400px;
    margin-top: 20px;
  }
  #hotel-citrus .main-r {
    width: 100%;
    order: 1;
  }
  #hotel-citrus .main-r img {
    text-align: center;
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  /*キャスト*/
  #hotel-citrus .cast {
    padding: 40px 0;
  }
  #hotel-citrus .cast_disc {
    font-size: 18px;
    border-radius: 10px;
  }
  /*point*/
  #hotel-citrus .point .point-h {
    display: block;
    margin-top: 30px;
  }
  #hotel-citrus .point .point-h img {
    width: 100%;
    max-width: 130px;
  }
  #hotel-citrus .point .point-h div {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #hotel-citrus .point .point-h div h3 {
    font-size: 22px;
    text-align: center;
  }
  #hotel-citrus .point .point-h div h3 span {
    margin: 0 0 0;
    display: block;
  }
  #hotel-citrus .point .point-img02 {
    width: 45%;
    padding: 0 10px;
    margin-top: 30px;
  }
  #hotel-citrus .point .attention:last-child {
    margin-top: 40px;
    text-align: left;
  }
  #hotel-citrus .point01 {
    display: block;
  }
  #hotel-citrus .point01 .point-img {
    width: 100%;
  }
  #hotel-citrus .point01 .text-01,
  #witch2025summer .point04 {
    width: 100%;
    font-size: 18px;
  }
  #hotel-citrus .point01 .text-01 span {
    color: #BE0000;
  }
  /*実施概要*/
  #hotel-citrus .info tbody {
    width: 100%;
    display: inline-block;
  }
  #hotel-citrus .info table {
    display: block;
    margin-top: 30px;
  }
  #hotel-citrus .info table tr {
    display: block;
    border-bottom: none;
  }
  #hotel-citrus .info table tr:last-child {
    border-bottom: none;
  }
  #hotel-citrus .info table th,
  #hotel-citrus .info table td {
    padding: 15px 30px;
    border-bottom: solid 1px #d6d6d6;
  }
  #hotel-citrus .info table th {
    width: 100%;
    font-size: 15px;
  }
  #hotel-citrus .info table td {
    width: 100%;
    font-size: 14px;
  }
  #hotel-citrus .info .info-btn {
    display: block;
  }
  #hotel-citrus .info .info-btn a {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
  }
  #hotel-citrus .schedule_day {
    margin: 30px auto 0;
  }
  #hotel-citrus .schedule_day .schedule_det {
    font-size: 15px;
  }
  #hotel-citrus .schedule_day .schedule_det i {
    font-size: 20px;
  }
  #hotel-citrus .info .reserve {
    max-width: 485px;
    padding: 20px 5px;
    font-size: 15px;
  }
  #hotel-citrus .info .reserve::after {
    font-size: 20px;
  }
  #hotel-citrus .info .attention {
    margin-top: 20px;
  }
  #hotel-citrus .pc {
    display: none;
  }
  #hotel-citrus .sp {
    display: block;
  }
  #hotel-citrus .cast .site_open p {
    font-size: 18px;
  }
  /*注意事項*/
  #hotel-citrus .application {
    margin: 40px 0 0;
    padding: 20px 0 20px;
  }
  #hotel-citrus .application p {
    font-weight: 400;
    font-size: 14px;
    margin: 30px 0 0;
    padding: 0;
  }
  /*お問い合わせ*/
  #hotel-citrus .contact {
    padding: 50px 15px;
  }
  #hotel-citrus .sologo {
    max-width: 125px;
    margin: 10px auto;
  }
}
/*--------------------------------
モバイル
---------------------------------*/
@media screen and (max-width: 750px) {
  /*--------------------------------
  #hotel-citrus header
  ---------------------------------*/
  #hotel-citrus header {
    grid-template-columns: 50px 65px;
  }
  #hotel-citrus header > div a span.en {
    font-size: 14px;
  }
  #hotel-citrus header > div a span.ja {
    font-size: 12px;
  }
  #hotel-citrus footer .footer_in {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
  }
  #hotel-citrus footer .cjt {
    text-align: center;
    margin: 0 auto;
  }
  /*共通*/
  #hotel-citrus .pc {
    display: none !important;
  }
  #hotel-citrus .sp {
    display: block !important;
  }
  #hotel-citrus .wrap {
    padding: 0 30px;
    width: 100%;
    max-width: 100%;
  }
  #hotel-citrus .scpd {
    padding: 30px 0 0;
  }
  #hotel-citrus .size-12 {
    font-size: 10px;
  }
  #hotel-citrus .size-14 {
    font-size: 12px;
  }
  #hotel-citrus .size-16 {
    font-size: 14px;
  }
  #hotel-citrus .size-18 {
    font-size: 14px;
  }
  #hotel-citrus .size-20 {
    font-size: 16px;
  }
  #hotel-citrus .size-22 {
    font-size: 16px;
  }
  #hotel-citrus .size-24 {
    font-size: 18px;
  }
  #hotel-citrus .size-26 {
    font-size: 18px;
  }
  #hotel-citrus .size-28 {
    font-size: 18px;
  }
  #hotel-citrus .size-32 {
    font-size: 20px;
  }
  #hotel-citrus .size-42 {
    font-size: 26px;
  }
  /*概要テーブル*/
  #hotel-citrus .c-table tr {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: none;
  }
  #hotel-citrus .c-table tr:last-of-type td {
    border-bottom: none;
  }
  #hotel-citrus .c-table th {
    border-bottom: solid 1px #AFAFAF;
  }
  #hotel-citrus .c-table td {
    border-left: none;
    border-bottom: solid 1px #AFAFAF;
  }
  #hotel-citrus .c-h2box {
    grid-template-columns: 60px calc(100% - 60px);
  }
  #hotel-citrus .c-h3 {
    padding-left: 10px;
  }
  #hotel-citrus .c-h3::before {
    width: 4px;
  }
  /*ボタン*/
  #hotel-citrus .btn-area .grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  /*セクション*/
  #hotel-citrus .c-h2 {
    padding-left: 60px;
    font-size: 20px;
  }
  #hotel-citrus .c-h2::before {
    width: 55px;
    height: 40px;
  }
  #hotel-citrus .point01 .grid {
    grid-template-columns: 1fr;
  }
}