@charset "UTF-8";

/* default
---------------------------------------------------- */
.sp {
  display: none;
}

.pc {
  display: block;
}


.fs-life-detail .fs-privilege-area,
.categoryBox h2,
#ichiran .h3Area,
#ichiran .useWrap h4 {
  display: none;
}


p,
h3,
dl dt,
dd,
span {
  color: unset;
  font-size: unset;
}


article {
  min-height: auto;
}


:root {
  --base: #f6f7e8;
  --beige: #96855f;
  --white: #fff;
  --purple: #560f1e;
  --black: #222;
}


@font-face {
  font-family: 'koburina';
  src: local('こぶりなゴシック Std W3.otf'), url("../../../common/font/こぶりなゴシック Std W3.otf");
  font-display: swap;
  font-weight: 700;
}


@font-face {
  font-family: 'koburina-bold';
  src: local('こぶりなゴシック Std W6.otf'), url("/../../../common/font/こぶりなゴシック Std W6.otf");
  font-display: swap;
  font-weight: 700;
}


.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}


@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }


  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.fadein {
  opacity: 0;
}




/* main
---------------------------------------------------- */

#coa2023autumn_hilton_kyoto {
  background: var(--base);
  font-family: 'koburina', "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 1.8;
  padding-bottom: 3em;
  text-align: justify;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}


#coa2023autumn_hilton_kyoto .intro_01 {
  line-height: 2;
  text-align: center;
}

#coa2023autumn_hilton_kyoto .intro_01 p {
  font-size: large;
  margin: 2em 0;
}


#coa2023autumn_hilton_kyoto .intro_01 section {
  margin: 2em auto;
}


#coa2023autumn_hilton_kyoto .intro_01 section img {
  width: 75%;
  margin: auto;
}


#coa2023autumn_hilton_kyoto .intro_02 {
  font-size: medium;
  margin: 0 auto 3em;
  width: 75%;
}


#coa2023autumn_hilton_kyoto .ph {
  height: 400px;
  position: relative;
}


.ph_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  z-index: 1;
}


.ph_right {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 60%;
}


.ph img,
.menu_photo img {
  width: 100% !important;
}

#coa2023autumn_hilton_kyoto .caption {
  background: var(--beige);
  border: solid 1px white;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 1em var(--beige);
  font-size: medium;
  margin: 0 auto 5em;
  padding: 2em;
  width: 85%;
}


#coa2023autumn_hilton_kyoto .caption .title img {
  width: 60%;
}


#coa2023autumn_hilton_kyoto .caption .text {
  color: var(--white);
}


#coa2023autumn_hilton_kyoto .caption .text p {
  margin: 1em 0;
  font-size: medium;
}


#coa2023autumn_hilton_kyoto .white_bg {
  background: var(--white);
  box-sizing: border-box;
  padding: 1em;
}

#coa2023autumn_hilton_kyoto .profile {
  position: relative;
}


#coa2023autumn_hilton_kyoto .profile h2 {
  left: 10%;
  position: absolute;
  top: -5%;
  width: 12%;
}


#coa2023autumn_hilton_kyoto .profile p {
  margin: 1em 0;
  color: var(--black);
}


#coa2023autumn_hilton_kyoto .caption .title {
  text-align: center;
  position: relative;
}


#coa2023autumn_hilton_kyoto .caption .title p {
  width: 10%;
}



#coa2023autumn_hilton_kyoto .profile img {
  width: 75%;
  margin: auto;
}



#coa2023autumn_hilton_kyoto .schedule {
  margin: 5em 0;
}


#coa2023autumn_hilton_kyoto .schedule img {
  width: 75%;
  margin: auto;
}


#coa2023autumn_hilton_kyoto .lunch {
  background: var(--beige);
  background-image: url(../img/bg.jpg);
  background-size: 10%;
  box-sizing: border-box;
  color: var(--white);
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 2em;
  margin: auto;
  width: 75%;
}


#coa2023autumn_hilton_kyoto .lunch dl {
  color: var(--white);
  display: flex;
  font-size: medium;
  justify-content: space-between;
}


#coa2023autumn_hilton_kyoto .lunch dt {
  width: 20%;
}


#coa2023autumn_hilton_kyoto .lunch dt:before {
  content: "●";
  font-size: small;
  margin: 0 0.5em 0.5em 0;
}


#coa2023autumn_hilton_kyoto .lunch dd {
  position: relative;
  width: 80%;
}


#coa2023autumn_hilton_kyoto .lunch h1 {
  align-items: center;
  display: flex;
  margin: 0 0 1.5em 0;
}


#coa2023autumn_hilton_kyoto .lunch h1:after {
  background-color: var(--white);
  content: "";
  flex-grow: 1;
  height: 1px;
  margin: 0 0 0 1em;
}


#coa2023autumn_hilton_kyoto .lunch img {
  width: 45%;
}


#coa2023autumn_hilton_kyoto .lunch p {
  font-size: small;
  margin: 1em 0 0 0;
}





/* accordion
---------------------------------------------------- */
.accordion-box {
  width: 100%;
}


.accordion-title {
  border-bottom: 1px solid var(--beige);
  color: var(--purple);
  cursor: pointer;
  font-family: 'koburina-bold', "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: xx-large;
  font-weight: bold;
  position: relative;
  text-align: center;
}


.accordion-title:after {
  content: '+';
  position: absolute;
  display: inline-block;
  margin: 0 0 0 0.3em;
  transition: .4s;
}


.accordion-title.open:after {
  content: '－';
  position: absolute;
  display: inline-block;
  margin: 0 0 0 0.5em;
  transition: .4s;
  transform: rotate(180deg);
}


.accordion-lead {
  display: none;
  margin: 1em 0 0 0 !important;
}


.menu {
  display: flex;
  justify-content: space-between;
}

.menu_photo {
  width: 30%;
}

.menu_contents {
  width: 67%;
}


/* slider
---------------------------------------------------- */
/* スライダー
---------------------------------------------------- */
.slider {
  width: 100%;
  padding: 0 !important;
  height: 250px !important;
}



.slider img {
  width: 100%;
}


.slider li {
  margin: 0 10px;
}


.slick-dots {
  display: none !important;
}







/* ---------------------------------------------------
                             SP
---------------------------------------------------- */
@media only screen and (max-device-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }



  /* base
---------------------------------------------------- */
  .head img,
  .intro_01 img,
  .title img,
  .profile img,
  .ph_right img,
  .ph_left img,
  .schedule img {
    width: 100% !important;
  }


  #coa2023autumn_hilton_kyoto {
    font-size: 14px;
  }


  .max-width {
    width: 95% !important;
  }

  #coa2023autumn_hilton_kyoto .intro_02 {
    width: 90%;
  }



  #coa2023autumn_hilton_kyoto .ph {
    height: 65vw;
  }

  .ph_left {
    width: 50%;
  }


  .ph_right {
    bottom: 5%;
    width: 60%;
  }


  #coa2023autumn_hilton_kyoto .caption {
    box-shadow: 0px 0px 0px 0.5em var(--beige);
    padding: 1em;
    width: 95% !important;
  }



  #coa2023autumn_hilton_kyoto .profile h2 {
    left: -10%;
    top: -5%;
    width: 20%;
  }



  .accordion-title {
    font-size: x-large;
    padding: 0 1em 0 0 !important;
  }


  #coa2023autumn_hilton_kyoto .lunch img {
    width: 65%;
  }


  #coa2023autumn_hilton_kyoto .lunch dl {
    display: block;
    font-size: medium;
    margin: 0 0 1em 0;
  }


  #coa2023autumn_hilton_kyoto .lunch dt,
  #coa2023autumn_hilton_kyoto .lunch dd {
    line-height: 1.5;
    width: 100%;
  }

  #coa2023autumn_hilton_kyoto .lunch dd {
    margin: 0.5em 0 0;
  }


  .menu {
    display: flex;
    flex-direction: column;
  }


  .menu_photo,
  .menu_contents {
    width: 100%;
  }

  .menu_contents {
    margin-top: 2em;
  }



}
