@charset "UTF-8";

@media screen and (min-width: 769px) {
  .sp{
    display: none;
  }
  .article--wide{
    max-width: 1440px;
    padding: 0 70px;
    margin: 50px auto 0;
  }
  img{
    width: 100%;
  }
  .article .contents-section__title{
    width: calc(100% + 50px);
  }
  .article .desc {
    margin-bottom: 44px;
}
  .contents section{
    margin-bottom: 104px;
  }
  .contents section .container {
  }
  .image-section_outer{
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  #section-catering .image-section_outer{
    justify-content: flex-start;
  }
  .image-section{
    position: relative;
    z-index: 2;
    /* max-width: 720px; */
    height: auto;
    width: 50%;
  }
  .info-section_outer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #section-catering .info-section_outer{
    justify-content: flex-end;
  }
  #section-rental_conference_equipment .info-section_outer{
    /* padding-left: 165px; */
  }
  #section-catering .info-section_outer{
    /* padding-right: 165px; */
  }
  .info-section {
    background-color: var(--baseblue);
    color: var(--white);
    padding: 45px 208px 50px 62px;
    margin: -20.5vw -30px 0 0;
    width: 56%;
    max-width: 712px;
  }
  .info-section p {
    letter-spacing: 0.05em;
  }
  .info-section p.title {
    font-size: 40px;
    line-height: 1.5;
    font-family: "Arial", sans-serif;
  }
  .info-section p.disp {
    font-size: var(--fontsize-h4);
    line-height: 2;
    margin-top: 20px;
    letter-spacing: 0.06em;
    font-weight: 300;
  }
  .linkbtn--jp-arrow, .linkbtn--jp-arrow-outline, .linkbtn--jp-ico, .linkbtn--jp-ico-outline{
    max-width: 230px;
    width: 100%;
  }
  .linkbtn{
    height: 50px;
  }
  .linkbtn span{
    font-size: 14px;
  }
  section#section-catering .info-section{
    padding: 45px 62px 50px 184px;
    margin: -331px -30px 0 0;
  }
  .catering__slider {
    position: relative;
    margin-top: 58px;
  }
  .slider__inner img {
    width: 100%;
  }
  .slider__btn {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--white);
    cursor: pointer;
  }
  .slider__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 8px;
    background-image: url(../img/facility/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slider__btn--next {
    right: 0;
    transform: translate(50%, -50%);
  }
  .slider__btn--next::after {
    transform: translate(-50%, -50%);
  }
  .slider__btn--prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .slider__btn--prev::after {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  .slider__btn svg {
    display: none;
}
  
  
}@media screen and (max-width: 768px){
.pc{
  display: none;
}
img{
  width: 100%;
}
.linkbtn--jp-arrow a, .linkbtn--jp-arrow-outline a, .linkbtn--jp-ico a, .linkbtn--jp-ico-outline a{
  padding-left: 0;
}
.article .desc {
  margin-bottom: 11.73vw;
}
.article--wide{
  width: 89.34%;
  margin-left: auto;
  margin-right: auto;
}
.contents section{
  margin-bottom: 3vw;
}
.contents section .container {
  display: flex;
  flex-direction: column-reverse;
}
.image-section{
  z-index: 2;
  max-width: 530px;
  height: auto;
  width: 83%;
  position: relative;
  /* right: -23%; */
  right: -14%;
  top: -12vw;
}
.info-section {
  background-color: var(--baseblue);
  color: var(--white);
  padding: 9vw 9vw 19vw 6vw;
  position: relative;
  /* left: -6%; */
  /* width: 97%; */
  width: 90%;
}
  #section-catering .info-section{
    right: -8%;
    left: unset;
    padding: 9vw 6vw 19vw 7vw;
  }
  #section-catering .image-section{
    /* left: -6%; */
    right: unset;
  }
.info-section p {
  font-size: 3.73vw;
  line-height: 1.86;
  letter-spacing: 0.05em;
  color: var(--white);
}
.info-section p.title {
  font-size: 6vw;
  line-height: 1.6;
  font-family: "Arial", sans-serif;
  letter-spacing: 0.09em;
}
.info-section p.disp {
  font-size: 4vw;
  line-height: 1.65;
  margin-top: 3.8vw;
  letter-spacing: 0.06em;
  font-weight: 300;
}
.linkbtn--jp-arrow, .linkbtn--jp-arrow-outline, .linkbtn--jp-ico, .linkbtn--jp-ico-outline{
  width: 230px;
}
.linkbtn{
  height: 50px;
}
.linkbtn span{
  font-size: 14px;
}

.catering__slider {
  position: relative;
  /* margin-top: 9.07vw; */
}
.slider__inner img {
  width: 100%;
}
.slider__btn {
  position: absolute;
  top: 50%;
  width: 10.33vw;
  height: 10.33vw;
  border-radius: 50%;
  background-color: var(--white);
  cursor: pointer;
}
.slider__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.5vw;
  height: 2.13vw;
  background-image: url(../img/facility/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.slider__btn--next {
  right: 0;
  transform: translate(50%, -50%);
}
.slider__btn--next::after {
  transform: translate(-50%, -50%);
}
.slider__btn--prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.slider__btn--prev::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.slider__btn svg {
  display: none;
}


}
