@charset "UTF-8";
/* CSS Document */

/*--------------------------------------
	hockey header
---------------------------------------*/
#header.isHockeyPage .headTop .logoArea {
  float: left;
  display: flex;
  align-items: center;
  gap: 16px;
}

#header.isHockeyPage .headTop .logo {
  float: none;
}

#header.isHockeyPage .hockeySiteName {
  display: block;
  padding-left: 16px;
  border-left: 1px solid #d7e8f0;
  color: #0073a8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

#header.isHockeyPage .headTop .rightBox {
  width: auto;
}

@media screen and (max-width: 768px) {
  #header.isHockeyPage .headTop {
    position: relative;
  }

  #header.isHockeyPage .headTop .logoArea {
    display: block;
    float: none;
    padding: 12px 58px 10px 12px;
  }

  #header.isHockeyPage .headTop .logo {
    width: 190px;
    padding: 0 !important;
  }

  #header.isHockeyPage .headTop .logo img {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  #header.isHockeyPage .hockeySiteName {
    margin-top: 10px;
    padding-left: 0;
    border-left: none;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  #header.isHockeyPage .headTop .rightBox {
    width: 100%;
    float: none;
    padding: 13px 58px 13px 3%;
    justify-content: flex-end;
  }

  #header.isHockeyPage .headTop .rightBox ul {
    width: auto;
    margin: 0;
    justify-content: flex-end;
  }

  #header.isHockeyPage .headTop .rightBox ul li {
    width: 38px;
    margin: 0 0 0 18px;
  }

  #header.isHockeyPage #menuBtn {
    top: 12px;
    right: 12px;
  }
}


.index .btn a {
  display: flex;
  width: 400px;
  height: 60px;
  border-radius: 10px;
  background: #333 url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
  background-size: 5px auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto;
  box-shadow: 0px 1px 0 1px #ddd;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.index .btn a:hover {
  opacity: 0.7;
}

.index .btn.btn_calendar a {
  background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
  background-position: right 10px center, left 15px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 5px auto, 22px auto;
  background-color: #aa50aa;
}

.index .btn.btn_calendar a:hover {
  background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
  background-position: right 10px center, left 15px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 5px auto, 22px auto;
  background-color: #c188c2;
}

/*--------------------------------------
	h2
---------------------------------------*/
.index section h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: center;
}

.index section h2 span {
  display: block;
  font-family: "Oswald";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #9bd0ed;
  margin: 8px 0 0;
}

.index .inline {
  width: 1140px;
  margin: 0 auto;
}


/*--------------------------------------
	contentsWrap
---------------------------------------*/
#contentsWrap {
  padding: 0 0 0;
}



/*--------------------------------------
	heroArea
---------------------------------------*/
#heroArea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#heroArea .txtArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

#heroArea .txtArea>div {
  width: auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

#heroArea .txtArea>div img {
  width: 100%;
  height: 100%;
  display: block;
}

#heroArea .txtArea>div .catch01 {
  margin: 0 0 35px;
}

.fadeInAnime1s {
  animation-name: fadeIn1s;
}

.fadeIn1s {
  animation-name: fadeIn1s;
  animation-delay: 2.5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn1s {
  0% {}

  100% {
    opacity: 1;
  }
}

.fadeIn5s {
  animation-name: fadeIn5s;
  animation-delay: 5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn5s {
  0% {}

  100% {
    opacity: 1;
  }
}

/*#heroArea .txtArea p {
  display: table-cell;
  vertical-align: middle;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  color: #fff;
  position: relative;
  z-index: 2;
  
}*/
#heroArea ul {
  width: 100%;
}

#heroArea ul li {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 850px;
}

#heroArea ul li a {
  display: block;
  height: 850px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#heroArea ul li a:hover {
  display: block;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}


@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#heroArea .slick-arrow {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  z-index: 10;
}

#heroArea .slick-arrow:hover {
  opacity: 0.8;
}

#heroArea .slick-prev {
  background: url('../../images/top/arrow_slide_prev.png') no-repeat center left;
  width: 23px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

#heroArea .slick-next {
  background: url('../../images/top/arrow_slide_next.png') no-repeat center right;
  width: 23px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.fadeIn {
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fadeIn.first {
  animation-delay: 1.5s;
  opacity: 0;
}

.fadeIn.last {
  animation-delay: 4s;
  opacity: 0;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeOut {
  animation-name: fadeout;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fadeOut.second {
  animation-delay: 1s;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#heroArea .topSlider {
  opacity: 0;
  transition: opacity .2s linear;
}

#heroArea .topSlider.slick-initialized {
  opacity: 1;
}

/*--------------------------------------
	hockeyIntro
---------------------------------------*/
#hockeyIntro {
  background: #fff;
  padding: 70px 0 30px;
}

#hockeyIntro .inline {
  max-width: 1140px;
}

#hockeyIntro .hockeyIntro__label {
  font-family: "Oswald";
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  color: #9bd0ed;
  margin: 0 0 14px;
}

#hockeyIntro h1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #0073a8;
  margin: 0 0 26px;
}

#hockeyIntro p:not(.hockeyIntro__label) {
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
}


/*--------------------------------------
	message
---------------------------------------*/
#message {
  background: #fff;
  margin: 0;
  clip-path: none;
  position: relative;
  z-index: 2;
  padding: 40px 0 100px;
}

#message .stopText {
  text-align: center;
}

#message .stopText a {
  display: inline-block;
  color: #E25B61;
  text-decoration: underline;
}

#message p {
  width: 1000px;
  background: #E25B61;
  border-radius: 999px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 15px;
}



/*--------------------------------------
	pickup
---------------------------------------*/
#pickup {
  width: calc(100% - 100px);
  position: relative;
  border-radius: 20px;
  background: url("../../images/oi-hockey/oi-hockey_mainpitch02.jpg") center 60% no-repeat;
  background-size: cover;
  margin: 100px auto 100px;
}

#pickup .inline {
  display: block;
  width: 1140px;
  margin: 0 auto;
  padding: 50px 0;
}

#pickup .eng {
  font-family: "Oswald";
  font-size: 22px;
  font-size: 9.0rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 45px;
  left: 50px;
  opacity: 0.6;
}

#pickup .titArea {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
}

#pickup .h2Area {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background: url("../../images/top/pickup_ico.png") center 24px no-repeat #fff;
  background-size: 54px auto;
  padding: 80px 0 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

#pickup .h2Area h2 {
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  color: #78b43c;
  margin: 0 0 10px;
}

#pickup .h2Area p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #78b43c;
}

#pickup .eventWrap {
  display: table-cell;
  vertical-align: middle;
  width: 920px;
}

#pickup .bx-wrapper {
  width: 920px;
  margin: 0 0 40px;
}

#pickup .event {
  width: 100%;
}

#pickup .event li {
  width: 300px;
  float: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

#pickup .event li .photo {
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}

#pickup .event li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 240 / 160;
}

#pickup .event li .iconArea {
  display: block;
  margin: 0 0 10px;
}

#pickup .event li .iconArea span {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #3c96c8;
  padding: 5px 10px;
  margin: 0 4px 0 0;
  border-radius: 5px;
  float: left;
}

#pickup .event li h3 {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

#pickup .eventCategoryWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

#pickup .eventCategory {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px !important;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.3s;
}

#pickup .eventCategory:hover {
  opacity: 0.7;
}

#pickup .eventCardLink,
#info .newsMainLink {
  display: block;
  color: inherit;
  text-decoration: none;
}

#pickup .eventCardLink h3,
#info .newsMainLink {
  color: inherit;
}

#pickup .btnArea {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#pickup .btnArea .btn {
  width: 400px;
  margin: 0 15px;
}

#pickup .eventPdfCard {
  width: 100%;
  max-width: 680px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 36px;
  margin: 0 auto 40px;
  text-align: center;
}

#pickup .eventPdfCard__label {
  font-family: "Oswald";
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  color: #78b43c;
  margin: 0 0 10px;
}

#pickup .eventPdfCard h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
}

#pickup .eventPdfCard p {
  font-size: 1.6rem;
}

#pickup .eventPdfCard__btn {
  margin-top: 22px;
}

#pickup .bx-wrapper .bx-prev {
  left: -12px;
  background: url('../../images/top/pickup_slide_prev.png') no-repeat center left;
  background-size: 100% auto;
}

#pickup .bx-wrapper .bx-next {
  right: -12px;
  background: url('../../images/top/pickup_slide_next.png') no-repeat center right;
  background-size: 100% auto;
}

#pickup .bx-wrapper .bx-controls-direction a {
  width: 24px;
  height: 50px;
}

@media screen and (max-width: 1202px) {
  #pickup .btnArea .btn {
    width: 370px;
    margin: 0 0 0 15px;
  }

  #pickup .btnArea .btn a {
    width: 370px;
  }

}


/*--------------------------------------
	info
---------------------------------------*/
#info {
  background: #9bd0ed;
  margin: 0 0 0;
  clip-path: ellipse(110vw 72% at 50% 72%);
  position: relative;
  z-index: 2;
  padding: 150px 0 100px;
}

#info .inline {
  display: block;
  max-width: 1140px;
  width: calc(100% - 60px);
}

#info h2 {
  color: #fff;
  margin: 0 0 70px;
}

#info h2 span {
  color: #fff;
}

#info .box {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

#info .box li {
  list-style: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

#info .box li a {
  font-size: 1.6rem;
}

#info .box li a .date {
  font-size: 1.8rem;
}

#info .box li .new {
  display: inline-block;
  background: #d26464;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 14px;
  line-height: 1;
  margin: 0 0 0 2em;
}

#info ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  padding: 0;
  margin: 0;
}

#info .news ul {
  background: transparent;
  border-radius: 0;
}

#info .room ul {
  background: #faf8eb;
  border-radius: 5px;
}

#info .btn {
  margin-top: 50px;
}

#info .newsItemWrap {
  height: 100%;
}

#info .newsMainLink {
  display: block;
  height: 100%;
  min-height: 110px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 28px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#info .newsMainLink:hover {
  opacity: 0.82;
}

#info .newsMeta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

#info .date {
  display: block;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

#info .newsCategoryWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
}

#info .newsCategory {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 28px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.3rem !important;
  font-weight: 700;
  line-height: 1.2;
}

#info .newsTitle {
  display: block;
  overflow: hidden;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}



/*--------------------------------------
	instagram
---------------------------------------*/
#instagram {
  background: #fff;
  padding: 100px 0 100px;
  margin: 0;
}

#instagram h2 {
  margin: 0 0 60px;
}

#instagram #sb_instagram {
  margin: 0 0 40px;
}



/*--------------------------------------
	facility
---------------------------------------*/
#facility {
  background: #d4e8f3;
  padding: 100px 0 100px;
  margin: 0;
}

#facility h2 {
  margin: 0 0 60px;
}

#facility ul {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 24px;
}

#facility ul li {
  width: 220px;
}

#facility ul li a {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#facility ul li a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#facility ul li .pic {
  width: 100%;

}

#facility ul li .pic img {
  height: 220px;
  border-radius: 200px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  margin: 0 0 15px;
}

#facility ul li .txt {
  display: table;
  width: 100%;
}

#facility ul li .txt p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

#facility .inline h2 span {
  color: #333;
}


/*--------------------------------------
	access
---------------------------------------*/
#access {
  /*background: #f2f8dd;*/
  background: #fff;
  padding: 60px 0 100px;
  margin: 0;
}

#access h2 {
  margin: 0 0 60px;
}

#access .mapArea {
  padding: 72px 120px;
  background: #fff;
  border-radius: 5px;
  margin: 0 0 60px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

#access .mapArea img {
  width: 100%;
  height: auto;
}

#access .btn-access {
  margin-top: 24px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////

SPサイトcss

////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {

  .index .btn a {
    display: flex;
    width: 90%;
    height: 60px;
    border-radius: 10px;
    background: #333 url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
    background-size: 5px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
    box-shadow: 0px 1px 0 1px #ddd;
  }

  .index .btn a:hover {
    opacity: 0.7;
  }

  .index .btn.btn_calendar a {
    background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
    background-position: right 10px center, left 15px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 5px auto, 22px auto;
    background-color: #aa50aa;
  }

  .index .btn.btn_calendar a:hover {
    background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
    background-position: right 10px center, left 15px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 5px auto, 22px auto;
    background-color: #aa50aa;
  }

  /*--------------------------------------
	h2
---------------------------------------*/
  .index section h2 {
    font-size: 2.8rem;
    line-height: 1.6;
    text-align: center;
  }

  .index section h2 span {
    display: block;
    font-family: "Oswald";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    color: #9bd0ed;
    margin: 8px 0 0;
  }

  .index .inline {
    width: 94%;
    margin: 0 auto;
  }


  /*--------------------------------------
	contentsWrap
---------------------------------------*/
  #contentsWrap {
    padding: 0 0 0;
  }



  /*--------------------------------------
	heroArea
---------------------------------------*/
  #heroArea {
    position: relative;
    z-index: 1;
  }

  #heroArea .txtArea {
    display: none !important;
    width: 100%;
    height: 280px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  #heroArea .txtArea>div {
    width: 80%;
    height: auto;
  }

  #heroArea .txtArea>div img {
    height: auto;
  }

  #heroArea .txtArea>div .catch01 {
    margin: 0 0 18px;
  }

  /*#heroArea .txtArea p {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  color: #fff;
  position: relative;
  z-index: 2;
  
}*/
  #heroArea ul {
    width: 100%;
  }

  #heroArea ul li {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 300px;
  }

  #heroArea ul li a {
    display: block;
    height: 300px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  #heroArea ul li a:hover {
    display: block;
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }

  #heroArea .slick-arrow {
    background-size: 100%;
  }

  #heroArea .slick-arrow:hover {
    opacity: 1;
  }

  #heroArea .slick-prev {
    width: 18px;
    height: 35px;
    top: 46%;
    left: 10px;
  }

  #heroArea .slick-next {
    width: 18px;
    height: 35px;
    top: 46%;
    right: 10px;
  }

  /*--------------------------------------
	hockeyIntro
---------------------------------------*/
  #hockeyIntro {
    padding: 42px 0 20px;
  }

  #hockeyIntro .inline {
    width: 88%;
  }

  #hockeyIntro .hockeyIntro__label {
    font-size: 1.3rem;
    margin: 0 0 10px;
  }

  #hockeyIntro h1 {
    font-size: 2.4rem;
    line-height: 1.45;
    margin: 0 0 18px;
  }

  #hockeyIntro p:not(.hockeyIntro__label) {
    font-size: 1.5rem;
    line-height: 1.9;
    text-align: left;
  }


  /*--------------------------------------
	message
---------------------------------------*/
  #message {
    background: #fff;
    margin: 0;
    clip-path: none;
    position: relative;
    z-index: 2;
    padding: 30px 0 60px;
  }

  #message .stopText {
    width: 94%;
    text-align: center;
    margin: 0 auto;
  }

  #message .stopText a {
    display: inline-block;
    color: #E25B61;
    text-decoration: underline;
  }

  #message p {
    width: 94%;
    background: #E25B61;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    padding: 15px 15px;
  }

  /*--------------------------------------
	pickup
---------------------------------------*/
  #pickup {
    width: 94%;
    position: relative;
    border-radius: 20px;
    background: url("../../images/oi-hockey/oi-hockey_mainpitch02.jpg") center 60% no-repeat;
    background-size: cover;
    margin: 60px auto 60px;
    overflow-x: hidden;
  }

  #pickup .inline {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 175px 20px 40px;
    position: relative;
  }

  #pickup .eng {
    font-family: "Oswald";
    font-size: 22px;
    font-size: 4.0rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 63px;
    left: 20px;
    opacity: 0.6;
  }

  #pickup .titArea {
    display: block;
    width: 220px;
    position: absolute;
    top: -15px;
    right: -13px;
    z-index: 2;
  }

  #pickup .h2Area {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: url("../../images/top/pickup_ico.png") center 24px no-repeat #fff;
    background-size: 54px auto;
    padding: 80px 0 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  }

  #pickup .h2Area h2 {
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
    color: #78b43c;
    margin: 0 0 10px;
  }

  #pickup .h2Area p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #78b43c;
  }

  #pickup .eventWrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  #pickup .bx-wrapper {
    width: 100%;
    margin: 0 0 30px;
  }

  #pickup .event {
    width: 100%;
  }

  #pickup .event li {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  #pickup .event li .photo {
    width: 100%;
    height: 61.538%;
    margin: 0 0 15px;
  }

  #pickup .event li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #pickup .event li .iconArea {
    display: block;
    margin: 0 0 10px;
  }

  #pickup .event li .iconArea span {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #3c96c8;
    padding: 5px 10px;
    margin: 0 4px 0 0;
    border-radius: 5px;
    float: left;
  }

  #pickup .event li h3 {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }

  #pickup .btnArea {
    display: block;
    justify-content: center;
    margin: 0 auto;
  }

  #pickup .btnArea .btn {
    width: 90%;
    margin: 0 auto;
  }

  #pickup .btnArea .btn:first-child {
    margin: 0 auto 10px;
  }

  #pickup .btnArea .btn a {
    width: 100%;
  }

  #pickup .eventPdfCard {
    width: 100%;
    padding: 26px 18px;
    margin: 0 auto 30px;
  }

  #pickup .eventPdfCard h3 {
    font-size: 2rem;
  }

  #pickup .eventPdfCard p {
    font-size: 1.4rem;
  }

  #pickup .bx-wrapper .bx-prev {
    left: -12px;
    background: url('../../images/top/pickup_slide_prev.png') no-repeat center left;
    background-size: 100% auto;
  }

  #pickup .bx-wrapper .bx-next {
    right: -12px;
    background: url('../../images/top/pickup_slide_next.png') no-repeat center right;
    background-size: 100% auto;
  }

  #pickup .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 50px;
  }



  /*--------------------------------------
	info
---------------------------------------*/
  #info {
    width: 100%;
    background: #9bd0ed;
    margin: 0 0 0;
    clip-path: ellipse(230vw 72% at 50% 72%);
    position: relative;
    z-index: 2;
    padding: 92px 0 60px;
  }

  #info .inline {
    display: block;
    width: 88%;
  }

  #info h2 {
    margin: 0 0 36px;
  }

  #info .box {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  }

  #info .box:last-child {
    margin: 0;
  }

  #info .box li {
    list-style: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }

  #info .box li a {
    font-size: 1.4rem;
  }

  #info .box li a .date {
    font-size: 1.4rem;
  }

  #info .box li .new {
    display: inline-block;
    background: #d26464;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-radius: 5px;
    font-size: 1.1rem;
    padding: 5px 14px;
    line-height: 1;
    margin: 0 0 0 2em;
  }

  #info ul {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0;
    margin: 0;
  }

  #info .news ul {
    background: transparent;
    border-radius: 0;
  }

  #info .room ul {
    background: #faf8eb;
    border-radius: 5px;
  }

  #info .btn {
    margin-top: 30px;
  }

  #info .newsMainLink {
    min-height: 104px;
    padding: 20px;
  }

  #info .newsMeta {
    gap: 12px;
    margin: 0 0 14px;
  }

  #info .date {
    font-size: 1.4rem;
  }

  #info .newsCategory {
    min-width: 98px;
    min-height: 24px;
    padding: 3px 10px;
    font-size: 1.1rem !important;
  }

  #info .newsTitle {
    font-size: 1.5rem;
  }



  /*--------------------------------------
	instagram
---------------------------------------*/
  #instagram {
    background: #fff;
    padding: 60px 0 60px;
    margin: 0;
  }

  #instagram h2 {
    margin: 0 0 30px;
  }

  #instagram #sb_instagram {
    margin: 0 0 20px;
  }



  /*--------------------------------------
	facility
---------------------------------------*/
  #facility {
    width: 100%;
    background: #d4e8f3;
    padding: 60px 0 60px;
    margin: 0;
  }

  #facility h2 {
    margin: 0 0 30px;
  }

  #facility ul {
    display: block;
    width: 98%;
    margin: 0 auto;
  }

  #facility ul li {
    width: 47%;
    float: left;
    margin: 0 1.5% 15px 1.5%;
  }

  #facility ul li a {}

  #facility ul li a:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #facility ul li .pic {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  #facility ul li .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    margin: 0 0 10px;
    object-fit: cover;
  }

  #facility ul li .txt {
    display: table;
    width: 100%;
  }

  #facility ul li .txt p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }

  /*--------------------------------------
	access
---------------------------------------*/
  #access {
    width: 100%;
    /*background: #f2f8dd;*/
    background: #fff;
    padding: 60px 0 60px;
    margin: 0;
  }

  #access h2 {
    margin: 0 0 30px;
  }

  #access .mapArea {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  }

  #access .mapArea img {
    width: 100%;
    height: auto;
  }
}

#guideLink {
  background: #fff;
  padding: 100px 0 100px;
}

#guideLink h2 {
  margin-bottom: 32px;
}

#guideLink .inline {
  display: flex;
  justify-content: center;
  gap: 24px;
}

#guideLink .btn a {
  width: 100%;
  min-width: 300px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #guideLink {
    padding: 0 0 35px;
  }

  #guideLink .inline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }

  #guideLink .btn a {
    width: 90%;
    margin: 0 auto;
  }
}
