@charset "UTF-8";
/* フォントサイズ */
/* @include   sp */
@media (min-width: 681px) {
  .sp {
    display: none; } }
@media screen and (max-width: 680px) {
  .pc {
    display: none; } }
.ul0 {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.block {
  display: block !important; }

.normal_p {
  padding-top: 7em !important;
  padding-bottom: 50px;
  font-size: 1.1rem; }
  .normal_p h2 {
    border-left: solid 5px #EC7AAC;
    padding: 0.5rem 0.8rem;
    background: #fdf4f8; }
  .normal_p p {
    line-height: 1.8; }
  .normal_p .tit {
    margin-bottom: clamp(1.1rem, 6vw, 1.5rem); }
    .normal_p .tit p {
      margin: 0 !important;
      border-left: solid 5px #FFCCCC;
      padding: 5px 0.5rem;
      color: #B15A80; }
  .normal_p h3 {
    font-size: 1.3rem;
    border-bottom: solid 1px #D7CFB7;
    padding: 5px;
    margin-bottom: 1rem; }

.alink {
  margin: 1.5rem;
  text-decoration: none; }
  .alink a {
    display: inline-block;
    background: #b70a52;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 2rem;
    border-radius: 3rem; }

.point_n {
  background-image: linear-gradient(142deg, #fdf4f8 25%, #fdebf3 25%, #fdebf3 50%, #fdf4f8 50%, #fdf4f8 75%, #fdebf3 75%, #fdebf3 100%);
  background-size: 48.73px 38.07px;
  padding: 2rem; }

.areamap {
  position: relative; }
  .areamap h3 {
    position: absolute;
    z-index: 2;
    top: -0.5em;
    left: -0.5em;
    font-size: 2.875rem;
    /*46px*/
    font-weight: normal;
    transform: rotate(-20deg);
    color: #bf8b2c; }
  .areamap svg {
    position: relative;
    z-index: 1; }

.areamapimg {
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0; }
  .areamapimg img {
    width: 100%;
    height: auto; }

.areamap g[id] {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)); }
.areamap .st1 {
  fill: #e43e31; }
.areamap .st2 {
  fill: #fff; }
.areamap a:hover .st1, .areamap a:hover .st2 {
  fill: #ea206c; }
.areamap a:hover path:not(.st1) {
  fill: #fff; }

.areaw {
  width: 100%;
  margin-bottom: 60px;
  padding: 1.5%;
  display: grid; }
  @media (min-width: 681px) {
    .areaw {
      grid-template-columns: auto auto;
      grid-template-rows: auto auto auto;
      gap: 0em 0em;
      grid-template-areas: "mm_img mm_txt" "mm_img st_img" "st_txt st_img";
      align-items: start; }
      .areaw .mm_txt {
        align-self: center;
        grid-area: mm_txt; }
      .areaw .st_txt {
        align-self: center;
        grid-area: st_txt; }
      .areaw .mm_img {
        grid-area: mm_img;
        justify-self: start; }
      .areaw .st_img {
        grid-area: st_img;
        justify-self: end; } }
  .areaw .mm_txt,
  .areaw .st_txt {
    padding: 1rem 0;
    text-align: center; }
    .areaw .mm_txt h3,
    .areaw .st_txt h3 {
      font-size: clamp(1.1rem, 8.5vw, 2.5rem);
      position: relative; }
      .areaw .mm_txt h3 span,
      .areaw .st_txt h3 span {
        font-weight: normal !important;
        position: absolute;
        bottom: -1rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        white-space: nowrap; }
    .areaw .mm_txt .tit,
    .areaw .st_txt .tit {
      font-size: clamp(1.1rem, 5.5vw, 1.5rem); }
    .areaw .mm_txt a.btn,
    .areaw .st_txt a.btn {
      padding: 0.5em 3em;
      position: relative; }
    .areaw .mm_txt em,
    .areaw .st_txt em {
      display: inline-block;
      position: absolute;
      top: 30%; }
  .areaw .btnlink {
    margin-top: 3rem; }
  .areaw picture {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto; }
    .areaw picture img {
      object-fit: cover;
      width: 438px;
      height: auto;
      aspect-ratio: 3/4; }
    .areaw picture:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: calc(100% - 17px);
      top: 36px;
      z-index: -1; }
  @media (min-width: 681px) {
    .areaw .mm_txt {
      padding-right: 3em; } }
  .areaw .mm_txt h3 span {
    color: #D3E7F0; }
  .areaw .mm_txt a.btn {
    background: #BEDCE6; }
  @media (min-width: 681px) {
    .areaw .st_txt {
      padding-top: 4rem;
      padding-left: 3em; } }
  .areaw .st_txt h3 span {
    color: #EBF0EC; }
  .areaw .st_txt a.btn {
    background: #BEE6C4; }
  .areaw .mm_img:after {
    right: 17px;
    background: #D3E7F0; }
  .areaw .st_img:after {
    left: 17px;
    background: #EBF0EC; }
  @media screen and (max-width: 680px) {
    .areaw .mm_img {
      margin-bottom: 1.5rem; } }
  .areaw .arrow-left {
    left: 1rem;
    margin-left: 3px;
    margin-top: 10px;
    width: 16px;
    height: 1px;
    background-color: currentColor; }
    .areaw .arrow-left:before {
      content: '';
      position: absolute;
      left: 1px;
      top: -5px;
      width: 10px;
      height: 10px;
      border-top: solid 1px currentColor;
      border-right: solid 1px currentColor;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .areaw .arrow-right {
    right: 1rem;
    margin-left: 2px;
    margin-top: 10px;
    width: 16px;
    height: 1px;
    background-color: currentColor; }
    .areaw .arrow-right:before {
      content: '';
      position: absolute;
      right: 1px;
      top: -5px;
      width: 10px;
      height: 10px;
      border-top: solid 1px currentColor;
      border-right: solid 1px currentColor;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.sato h3 {
  font-size: 1.2rem !important; }

.satobox {
  flex: 1;
  margin: 1rem;
  padding: 1em;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/********************************/
#minato section {
  padding: 75px 0; }
  #minato section .img {
    order: -1; }
  #minato section.colorzone .img {
    order: 2; }
#minato div.flex {
  margin-bottom: 50px;
  display: grid !important; }
  @media (min-width: 681px) {
    #minato div.flex {
      grid-template-columns: 1fr 1fr;
      column-gap: 3rem; } }
  @media screen and (max-width: 680px) {
    #minato div.flex {
      grid-template-rows: auto auto;
      justify-items: center; } }
  #minato div.flex .txt h3 {
    font-size: 1.5rem;
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem 1rem 4em;
    word-break: break-all;
    border-radius: 12px 0 0 0; }
    #minato div.flex .txt h3 em {
      font-size: 2rem;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      padding: 1rem 20px;
      color: #fff;
      border-radius: 10px 0 20px 10px; }
  #minato div.flex .img {
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block; }
    @media (min-width: 681px) {
      #minato div.flex .img {
        padding: 0 10px 10px 0; } }
    #minato div.flex .img img {
      position: relative;
      border: 5px solid #fff; }
    #minato div.flex .img::after {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.15);
      z-index: -1; }
#minato ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important; }
#minato ul.list {
  display: grid; }
  @media (min-width: 681px) {
    #minato ul.list {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media screen and (max-width: 680px) {
    #minato ul.list {
      gap: 1rem; } }
  #minato ul.list li a {
    display: grid;
    width: 100%;
    height: 100%;
    align-content: center;
    background: #fff;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    color: currentColor;
    text-decoration: none; }
    #minato ul.list li a:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1rem;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 6px;
      border-color: transparent transparent transparent #ea206c; }
    #minato ul.list li a figure {
      display: flex;
      align-items: center;
      gap: 0 1rem; }
    #minato ul.list li a img {
      width: 40%;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    #minato ul.list li a figcaption {
      flex: 1;
      font-size: 1.2rem; }
      #minato ul.list li a figcaption strong {
        display: inline-block;
        color: #fff;
        padding: 0 0.3rem;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-right: 0.5rem;
        min-width: 1.5rem;
        text-align: center; }
      #minato ul.list li a figcaption span {
        display: block;
        font-size: 0.8rem;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border-top: dotted 3px #F0E5E9;
        margin-top: 1em;
        padding-top: 1em; }

#yamashita h3 {
  border-top: 3px solid #EB6D8E; }
  #yamashita h3 em {
    background: #EB6D8E; }
#yamashita figcaption strong {
  background: #EB6D8E; }

#motomachi h3 {
  border-top: 3px solid #CB67A4; }
  #motomachi h3 em {
    background: #CB67A4; }
#motomachi figcaption strong {
  background: #CB67A4; }

#mm21 h3 {
  border-top: 3px solid #F49C06; }
  #mm21 h3 em {
    background: #F49C06; }
#mm21 figcaption strong {
  background: #F49C06; }

#yokohamast h3 {
  border-top: 3px solid #6EBA32; }
  #yokohamast h3 em {
    background: #6EBA32; }
#yokohamast figcaption strong {
  background: #6EBA32; }

#shinyokost h3 {
  border-top: 3px solid #21ADE5; }
  #shinyokost h3 em {
    background: #21ADE5; }
#shinyokost figcaption strong {
  background: #21ADE5; }

#other h3 {
  border-top: 3px solid #404B7D; }
  #other h3 em {
    background: #404B7D; }
#other figcaption strong {
  background: #404B7D; }

#sato h3 {
  border-top: 3px solid #387D39; }
  #sato h3 em {
    background: #387D39; }
#sato figcaption strong {
  background: #387D39; }

.colorzone {
  background: #F0E5E9; }

/************************************************/
.shisetu_tit {
  text-align: center;
  position: relative;
  margin-bottom: 3rem; }

.shisetu {
  padding: 3rem 0; }
  .shisetu h2 {
    position: relative;
    padding: 1rem 2em;
    text-align: center;
    display: inline-block; }
    .shisetu h2:before, .shisetu h2:after {
      position: absolute;
      content: ''; }
    .shisetu h2:before {
      width: 25px;
      height: 25px; }
    .shisetu h2:after {
      width: 25px;
      height: 25px;
      top: 0;
      left: 0;
      border-top: 3px solid currentColor;
      border-left: 3px solid currentColor; }
    .shisetu h2:before {
      right: 0;
      bottom: 0;
      border-right: 3px solid currentColor;
      border-bottom: 3px solid currentColor; }
  .shisetu h3 {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 2em; }
  .shisetu .midashi {
    flex: 1;
    text-align: justify;
    text-justify: inter-ideograph; }
  .shisetu .img {
    width: 50%;
    padding: 0 1rem; }

.yamashita .shisetu h2 {
  color: #E86B8C; }
.yamashita .shisetu h3 {
  border-bottom: solid 5px #EB6D8E; }
.yamashita .shisetu .EventLink a {
  background: #FF759A;
  color: #000 !important; }

.motomachi .shisetu h2 {
  color: #CB67A4; }
.motomachi .shisetu h3 {
  border-bottom: solid 5px #CB67A4; }
.motomachi .shisetu .EventLink a {
  background: #AD588D;
  color: #fff !important; }

.mm21 .shisetu h2 {
  color: #CF8404; }
.mm21 .shisetu h3 {
  border-bottom: solid 5px #F49C06; }
.mm21 .shisetu .EventLink a {
  background: #F49C06;
  color: #000 !important; }

.yokohamast .shisetu h2 {
  color: #61A62D; }
.yokohamast .shisetu h3 {
  border-bottom: solid 5px #6EBA32; }
.yokohamast .shisetu .EventLink a {
  background: #7BD138;
  color: #000 !important; }

.shinyokost .shisetu h2 {
  color: #1D9ED1; }
.shinyokost .shisetu h3 {
  border-bottom: solid 5px #21ADE5; }
.shinyokost .shisetu .EventLink a {
  background: #22B9F5;
  color: #000 !important; }

.other .shisetu h2 {
  color: #404B7D; }
.other .shisetu h3 {
  border-bottom: solid 5px #404B7D; }
.other .shisetu .EventLink a {
  background: #404B7D;
  color: #fff !important; }

.sato .shisetu h2 {
  color: #387D39; }
.sato .shisetu h3 {
  border-bottom: solid 5px #387D39; }
.sato .shisetu .EventLink a {
  background: #387D39;
  color: #fff !important; }

.EventLink {
  text-align: center;
  padding: 30px 0 50px; }
  .EventLink a {
    display: inline-block;
    padding: 1.5rem 2rem;
    color: #fff; }

.point {
  position: relative;
  margin: 3rem 0 2rem;
  padding: 1rem;
  border: 3px solid #000;
  border-radius: 0 10px 10px 10px; }
  .point a {
    color: #ea6f8e;
    text-decoration: underline;
    word-break: break-all; }

.point_tit {
  font-size: 1rem;
  position: absolute;
  top: -1.5em;
  left: -3px;
  padding: 0 1em;
  content: 'POINT';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #000; }

.map iframe {
  margin: auto; }
.map h4 {
  font-size: 1.2rem;
  line-height: 32px;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 1rem;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  background: #fa4141; }
  .map h4:before {
    position: absolute;
    top: 0;
    left: -30px;
    content: '';
    border-width: 32px 30px 32px 0;
    border-style: solid;
    border-color: transparent #fa4141 transparent transparent; }
  .map h4:after {
    position: absolute;
    top: calc(50% - 7px);
    left: -10px;
    width: 14px;
    height: 14px;
    content: '';
    border-radius: 50%;
    background: #fff; }

.Areaphot .slick-dots {
  position: static;
  bottom: inherit;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  overflow: hidden; }
  .Areaphot .slick-dots li {
    width: 33% !important;
    display: block;
    width: auto;
    height: auto; }
    .Areaphot .slick-dots li:first-child {
      margin-left: 0 !important; }
    .Areaphot .slick-dots li:last-child {
      margin-right: 0 !important; }

.hotel a:hover img {
  opacity: 0.8; }

.hotellist {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.8rem;
  display: grid; }
  @media (min-width: 681px) {
    .hotellist {
      grid-template-columns: repeat(4, 1fr);
      gap: 30px; } }
  @media screen and (max-width: 680px) {
    .hotellist {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem; } }
  .hotellist figure {
    box-shadow: 0px 8px 24px 0px rgba(140, 149, 159, 0.2);
    display: grid;
    grid-template-rows: repeat(2, auto); }
    .hotellist figure figcaption {
      border-left: solid 10px #0071ff;
      grid-area: 1 / 1 / 2 / 2;
      padding: 5px;
      font-weight: bold;
      font-size: 1.0625rem; }
  .hotellist em {
    font-style: normal;
    display: block;
    padding: 5px;
    background: #f2f8ff; }
  .hotellist .map {
    display: inline-block;
    background: #DE176A;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    font-family: Arial, Helvetica, "sans-serif";
    padding: 0 0.3rem;
    border-radius: 3px;
    margin-left: 0.5rem; }

.nui {
  background: url("../img/hotel_nui.jpg") no-repeat right bottom;
  padding-bottom: 14em;
  margin-bottom: 2rem; }
  @media screen and (max-width: 680px) {
    .nui {
      padding-bottom: 10em;
      background-size: 100% auto; } }
  .nui ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-block-end: 0 !important;
    padding-inline-start: 0 !important;
    gap: 10px;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 681px) {
      .nui ul {
        flex-direction: column;
        max-height: 17em;
        width: 100%; }
        .nui ul li {
          width: 33%; } }
    .nui ul li {
      border-radius: 5px;
      border: solid 1px #D7CFB7;
      padding: 5px;
      color: #746F62 !important;
      background: rgba(255, 255, 255, 0.63); }

.h_swt {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem; }
  @media screen and (max-width: 680px) {
    .h_swt {
      grid-template-columns: 1fr 1fr !important;
      font-size: 0.9375rem; } }
  .h_swt figure {
    position: relative;
    line-height: 0; }
    .h_swt figure img {
      position: relative; }
    .h_swt figure::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 5px;
      left: 5px;
      background: #EC7AAC; }
  .h_swt span {
    display: block;
    padding: 10px 5px 5px; }
  .h_swt strong {
    display: block;
    padding: 5px;
    background: #fdf0f6; }

.hash {
  display: inline-block;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #006fd6;
  text-decoration: underline; }

.cfaq {
  padding: 2rem 1rem; }
  .cfaq h3, .cfaq .a {
    position: relative;
    padding-left: 45px; }
  .cfaq h3::before, .cfaq .a::before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0; }
  .cfaq h3::before {
    top: 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlYzdhYWM7fS5jbHMtMntmaWxsOiNmZGY0Zjg7fTwvc3R5bGU+PC9kZWZzPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Im0xMi45MywyMy4xNnYtMS4yN2MtMS43LS40Ny0zLjA2LTEuMzgtNC4wNy0yLjczLTEuMDItMS4zNS0xLjUzLTIuOTEtMS41My00LjY5LDAtMi4zNS44OC00LjI3LDIuNjUtNS43NywxLjQ3LTEuMjQsMy4xNC0xLjg2LDUuMDItMS44NiwyLjQyLDAsNC4zNy44Nyw1Ljg2LDIuNjIsMS4yLDEuNDEsMS44LDMuMDQsMS44LDQuODlzLS41MywzLjQ0LTEuNiw0Ljg3Yy0uOTYsMS4zLTIuMjksMi4xOS00LDIuNjd2MS4yN2gtNC4xM1ptLjE1LTcuNTJoMy44NHYxLjY0Yy44Ni0uNzQsMS4yOC0xLjY3LDEuMjgtMi43OSwwLS45MS0uMzItMS42OS0uOTUtMi4zNi0uNjQtLjY2LTEuMzgtMS0yLjI1LTFzLTEuNjIuMzMtMi4yNiwxYy0uNjQuNjYtLjk1LDEuNDUtLjk1LDIuMzYsMCwxLjE2LjQzLDIuMDksMS4yOCwyLjc5di0xLjY0WiIvPjwvc3ZnPg=="); }
  .cfaq .a::before {
    top: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMSAzMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlYzdhYWM7fS5jbHMtMntmaWxsOiNmZGY0Zjg7c3Ryb2tlOiNlYzdhYWM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PC9kZWZzPjxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iMTUuNSIgY3k9IjE1LjUiIHI9IjE1Ii8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMTUuOCwxNS42N3Y0LjE4aC0xLjM2djMuNzdoLTQuNzF2LTEwLjA4YzAtMS45NS41My0zLjQ3LDEuNi00LjU0LDEuMDYtMS4wOCwyLjU2LTEuNjIsNC40OS0xLjYyczMuMjMuNDksNC4xMiwxLjQ3Yy44OS45OCwxLjMzLDIuNDksMS4zMyw0LjUzdjEwLjI0aC00Ljcxdi05LjkzYzAtLjYyLS4wNy0xLjA1LS4yMi0xLjI5cy0uNDEtLjM2LS43OS0uMzZjLS43NCwwLTEuMS41NS0xLjEsMS42NXYxLjk3aDEuMzZaIi8+PC9zdmc+"); }
  .cfaq h3 {
    min-height: 35px;
    cursor: pointer; }
    .cfaq h3:after {
      position: absolute;
      width: 7px;
      height: 7px;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      left: inherit;
      -webkit-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg);
      display: block;
      content: "";
      border: 0px;
      border-top: solid 2px #EC7AAC;
      border-right: solid 2px #EC7AAC;
      position: absolute;
      top: 50%;
      right: 5px;
      -webkit-transform: translateX(-50%) rotate(135deg);
      transform: translateX(-50%) rotate(135deg); }
    .cfaq h3.open:after {
      top: 50%;
      transform: translateY(-50%);
      right: 8px;
      bottom: inherit;
      left: inherit;
      -webkit-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%); }
  .cfaq .a {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
    .cfaq .a p {
      margin-top: 0; }

.cfaq_l {
  padding-bottom: 1rem; }

#rosefair h2 {
  border-left: solid 6px #FCE1E7;
  padding: 5px;
  margin-bottom: 10px !important; }
#rosefair .eventorganiser-event-meta .eo-event-meta {
  background: #F7F7F7;
  border: solid 1px #ccc;
  display: inline-block;
  padding: 5px 1em;
  margin-bottom: 1rem; }
#rosefair .category {
  margin: 0 0 1rem; }
  #rosefair .category a {
    background: #FCE1E7;
    display: inline-block;
    padding: 5px 1em;
    border-radius: 5px; }
#rosefair p, #rosefair td {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
#rosefair .info {
  width: 90%;
  margin: 0 auto 2rem;
  background: #ffec7c;
  padding: 1rem 2em;
  -webkit-border-radius: 30px;
  border-radius: 30px; }
#rosefair a.btn {
  position: relative;
  background: #fff;
  border: solid 3px #F471BF;
  color: #E4007F !important;
  font-size: 22px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1rem 3rem; }
  #rosefair a.btn img {
    position: absolute;
    top: -54px;
    left: -3rem; }
#rosefair h3 {
  color: #141827;
  margin-bottom: 1rem;
  padding: 0.5em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58; }
#rosefair .box {
  background: #e2f6b2;
  padding: 1rem;
  margin: 0 1rem 1rem;
  flex: 1;
  border-radius: 1rem; }
  #rosefair .box h4 {
    margin-bottom: 10px; }
  #rosefair .box p {
    margin: 0; }

.rosecol li:first-child {
  flex: 2; }
.rosecol li:nth-child(2) {
  flex: 1; }

.entry_detail {
  padding: 2rem 0 0; }
  .entry_detail table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px; }
    .entry_detail table td {
      border: solid 1px #ccc;
      padding: 0.5em 1rem; }
    .entry_detail table th {
      border: solid 1px #ccc;
      padding: 0.5em 1rem;
      width: 10em;
      background: #F2F2F2;
      text-align: left; }
    .entry_detail table td p {
      margin: 0; }
    .entry_detail table td a {
      word-break: break-all;
      color: blue;
      text-decoration: underline; }

.tabl table {
  border-collapse: collapse;
  margin-bottom: 1rem; }
  .tabl table th, .tabl table td {
    border: 1px solid #DE176A;
    padding: 5px 10px;
    vertical-align: center; }
  .tabl table th {
    font-weight: normal;
    background-color: #FBE6EB;
    text-align: left; }
    .tabl table th.top-cell {
      font-weight: bold;
      text-align: center; }

.sp.tabl h4 {
  background-color: #FBE6EB;
  padding: 5px;
  margin-bottom: 10px; }

a.btn_06 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 10em;
  margin: auto;
  padding: 1rem 4rem 1rem 3rem;
  font-weight: bold;
  background: #EB6877;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
  font-size: 1.5rem; }
  a.btn_06::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 1rem; }
  a.btn_06:hover {
    background: #FF7081;
    color: #fff; }

/* 2023応援イベント用 */
.sbtn {
  text-align: center;
  margin: 3rem 0; }
  .sbtn a {
    display: inline-flex;
    align-items: center;
    min-height: 2em;
    font-size: 1.5rem;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    color: #fff;
    background: #B05A7F;
    border-bottom: 10px solid #904666;
    transition: 0.3s ease-in-out;
    text-decoration: none !important; }
    .sbtn a em {
      font-size: 1.2rem;
      position: absolute;
      top: -1.25rem;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      white-space: nowrap;
      padding: 0 3rem;
      color: #B05A7F;
      border: 2px solid #B05A7F;
      border-radius: 100vh;
      background: #fff;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      font-weight: bold;
      font-style: normal; }
      .sbtn a em:after {
        bottom: -7px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        left: calc(50% - 10px);
        content: ""; }
    .sbtn a svg {
      fill: #ffffff;
      vertical-align: middle;
      margin-right: 1rem; }

.oen .btn_ss {
  padding: 1rem 0 0; }
  .oen .btn_ss a {
    background: #fff;
    border: solid 3px #B05A7F;
    color: #B05A7F;
    padding: 0.5rem 2em;
    border-radius: 3em;
    font-size: 120%; }
.oen .list {
  margin: 1em 0;
  padding: 0;
  list-style: none; }
  .oen .list li {
    margin-bottom: 1em; }
    .oen .list li::before {
      content: "";
      width: 1em;
      height: 1em;
      display: inline-block;
      background-image: url("data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDE2IDE2Ij48c3R5bGU+c3Zne2ZpbGw6I0VDN0FBQ308L3N0eWxlPjxwYXRoIGQ9Im04LDBDMy42LDAsMCwzLjYsMCw4czMuNiw4LDgsOCw4LTMuNiw4LThTMTIuNCwwLDgsMFptMi40LDguNWgwcy0zLDMtMywzYy0uMi4yLS41LjMtLjguMnMtLjUtLjQtLjUtLjd2LTZjMC0uMy4yLS42LjUtLjdzLjYsMCwuOC4ybDMsM2MuMy4zLjMuOCwwLDEuMVoiLz48L3N2Zz4NCg==");
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-right: 0.5rem; }
.oen .font120 {
  font-size: 120%;
  display: inline-block;
  margin-bottom: 10px; }
.oen .box {
  background: #f5f5f5;
  padding: 40px;
  margin-bottom: 25px; }
  .oen .box h4 {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
    font-size: 120%; }
  .oen .box p {
    margin: 0; }
.oen h3[id] {
  display: block;
  padding-top: 198px;
  margin-top: -198px; }
@media (min-width: 681px) {
  .oen .w30 {
    width: 30%; } }
@media screen and (max-width: 680px) {
  .oen .w30 {
    width: 100%; } }

.sanko {
  background: #eee;
  padding: 1em; }

.rei {
  background: #fffee8;
  border-radius: 10em;
  align-items: center; }
  .rei h4 {
    padding-left: 2em; }
  .rei ul {
    flex: 1; }

/* ダウンロー
********************************************/
.dlc {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important;
  display: grid; }
  @media (min-width: 681px) {
    .dlc {
      grid-template-columns: 1fr 1fr;
      gap: 30px; } }
  @media screen and (max-width: 680px) {
    .dlc {
      grid-template-columns: 1fr;
      gap: 1rem; } }
  .dlc li {
    display: grid;
    grid-template-columns: 1fr 30%;
    align-items: center;
    gap: 10px;
    background: #fcf0f1;
    border: dotted 2px #e1cbae;
    padding: 1.5rem;
    border-radius: 1rem; }
    .dlc li a {
      font-size: 1.2rem; }
  .dlc .btn {
    background: #f5b7be;
    color: #000 !important;
    border: solid 1px #f09ba4;
    font-weight: bold;
    margin-top: 1.5rem; }

/* アクセス
********************************************/
.ticket li {
  background: #f2e7d4;
  padding: 1rem;
  border-radius: 1rem;
  text-align: left; }
  .ticket li h4 {
    text-align: center;
    border-bottom: solid 1px #000; }

.h3tit {
  font-size: 1.5625rem;
  background: #E8F5ED;
  border-left: solid 5px #40848F;
  padding: 0.5rem;
  margin-bottom: 1rem; }

.h4tit {
  font-size: 1.25rem;
  border-bottom: dotted 1px #40848F;
  color: #40848F;
  margin-bottom: 1rem !important;
  padding: 0.3rem; }

.koutu h5 {
  font-size: 1.125rem !important;
  margin-bottom: 5px; }
.koutu table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem; }
  .koutu table th, .koutu table td {
    width: 30%; }
  .koutu table td {
    position: relative; }
    .koutu table td.l strong {
      display: inline-block;
      padding: 5px;
      border: solid 1px;
      position: relative;
      z-index: 10;
      background: #fff; }
    .koutu table td.l::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 6px;
      margin-top: -3px;
      display: block; }
    .koutu table td.jr {
      color: #1177A0;
      border-color: #1177A0; }
      .koutu table td.jr:before {
        background: #1177A0; }
    .koutu table td.mm {
      color: #103674;
      border-color: #103674; }
      .koutu table td.mm:before {
        background: #103674; }
    .koutu table td.bl {
      color: #2665B0;
      border-color: #2665B0; }
      .koutu table td.bl:before {
        background: #2665B0; }
    .koutu table td.so {
      color: #284D98;
      border-color: #284D98; }
      .koutu table td.so:before {
        background: #284D98; }
    .koutu table td.jry {
      color: #4B7C1B;
      border-color: #4B7C1B; }
      .koutu table td.jry:before {
        background: #4B7C1B; }
    .koutu table td.to {
      color: #BC2C10;
      border-color: #e73817; }
      .koutu table td.to:before {
        background: #e73817; }
    .koutu table td.toho {
      text-align: center;
      width: 6em !important; }
      .koutu table td.toho strong {
        display: inline-block;
        padding: 5px;
        border: solid 1px #FF7729;
        position: relative;
        z-index: 10;
        background: #fff; }
      .koutu table td.toho::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        display: block;
        border: dashed 1px #FF7729; }
  .koutu table th {
    color: #90681E;
    border-width: 1px;
    border-color: #90681E; }
  .koutu table .a1 {
    border-style: solid solid dashed; }
  .koutu table .a2 {
    border-style: none solid dashed; }
  .koutu table .a3 {
    border-style: none solid solid; }
  .koutu table .a4 {
    border-style: solid; }
  .koutu table .a5 {
    background: #285977;
    color: #F2E793;
    text-align: center; }

.entrybox {
  display: grid;
  background-color: white;
  border: solid 1px #ccc;
  margin-bottom: 30px;
  position: relative; }
  .entrybox * {
    margin: 0; }
  @media (min-width: 681px) {
    .entrybox {
      grid-template-columns: minmax(30%, 250px) 1fr;
      grid-template-rows: min-content 1fr;
      grid-template-areas: "tmb event_list_tit" "tmb period";
      gap: 1em 1em; }
      .entrybox a {
        display: inline-block; } }
  @media screen and (max-width: 680px) {
    .entrybox {
      grid-template-columns: 1fr 2fr;
      grid-template-rows: min-content 1fr;
      grid-template-areas: "event_list_tit event_list_tit" "tmb period";
      gap: 0 1em; }
      .entrybox a {
        display: block; } }
  .entrybox .tmb {
    grid-area: tmb; }
    .entrybox .tmb img {
      width: 100%;
      height: auto;
      aspect-ratio: 4/3;
      object-fit: cover; }
  .entrybox .event_list_tit {
    grid-area: event_list_tit;
    position: relative;
    background: #FCE1E7;
    padding: 5px 1rem;
    font-size: 1.1rem; }
    @media screen and (max-width: 680px) {
      .entrybox .event_list_tit {
        background: #FCE1E7;
        padding: 5px !important; } }
  .entrybox .period {
    padding: 10px 10px 2rem 0; }
    .entrybox .period dl {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      align-items: center; }
      @media screen and (max-width: 680px) {
        .entrybox .period dl {
          align-items: flex-start; } }
      .entrybox .period dl dt, .entrybox .period dl dd {
        margin-bottom: 0.8rem; }
      .entrybox .period dl dt {
        width: 3rem;
        background: #FFF9B0;
        text-align: center;
        padding: 0.3rem;
        border-radius: 5px;
        font-size: 0.9rem; }
      .entrybox .period dl dd {
        width: calc(100% - 3rem);
        padding: 0.3rem 0.5rem; }
        @media screen and (max-width: 680px) {
          .entrybox .period dl dd {
            padding: 0.3rem 0 0.3rem 0.5rem !important; } }

.period {
  grid-area: period; }

.thisbtn {
  background: #FCEDEB;
  border-radius: 3em;
  padding: 0.5rem 1.5rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.9rem;
  font-weight: bold; }

/* ==============================================================================================
　スマートフォン用　画面の横幅が680pxまで
============================================================================================== */
@media screen and (max-width: 680px) {
  .normal_p {
    padding-top: 1rem !important; }

  a.btn_06 {
    width: 100%;
    font-size: 1.3rem; }

  #rosefair a.btn img {
    position: absolute;
    top: -59px;
    left: 0rem; } }
.ribbon_box {
  text-align: center;
  border: dotted 2px #EC7AAC;
  border-radius: 1rem; }
  .ribbon_box h4 {
    display: inline-flex;
    position: relative;
    font-size: 1.125rem;
    color: #000;
    margin-top: -30px; }
    @media (min-width: 681px) {
      .ribbon_box h4 {
        height: 60px; } }
    .ribbon_box h4 strong {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 7px 30px;
      background: #FFCCCC; }
    .ribbon_box h4:before, .ribbon_box h4:after {
      content: "";
      width: 17px;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: 0 0;
      position: relative; }
      @media screen and (max-width: 680px) {
        .ribbon_box h4:before, .ribbon_box h4:after {
          width: 23px; } }
    .ribbon_box h4:before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTciIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCAxNyA2MCI+PGRlZnM+PHN0eWxlPi5ie2ZpbGw6I2ZjYzt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImIiIHBvaW50cz0iMTcgNjAgMCA2MCAxNSAzMCAwIDAgMTcgMCAxNyA2MCIvPjwvc3ZnPg==");
      background-position: right;
      right: -1px; }
    .ribbon_box h4:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDE3IDYwIj48ZGVmcz48c3R5bGU+LmJ7ZmlsbDojZmNjO308L3N0eWxlPjwvZGVmcz48cG9seWdvbiBjbGFzcz0iYiIgcG9pbnRzPSIwIDAgMTcgMCAyIDMwIDE3IDYwIDAgNjAgMCAwIi8+PC9zdmc+"); }
