#top {
  padding-top: 271px;
}
#top .l-header {
  display: block;
  height: auto;
}

#top .l-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 52px 16% 40px;
  align-items: flex-end;
}
#top .l-header__logoIcon p {
  background-color: #9dc237;
  border-radius: 100%;
  width: 61px;
  height: 61px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
#top .l-header__logoIcon {
  color: #9dc237;
  display: flex;
}
#top .l-header__logoIcon span {
  writing-mode: vertical-lr;
  font-size: 20px;
}
#top .c-logo {
  text-align: left;
}

#top .l-nav {
  padding-right: 16%;
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #top {
    padding: 0;
  }
  #top .l-header__inner {
    background-color: #222222;
    padding: 11px 0;
    width: 245px;
    display: block;
  }
  #top .c-logo {
    text-align: center;
    padding: 0;
  }
}
.p-top__contents {
  background: url(/wp-content/themes/kisaya_theme/img/top_bg.png) no-repeat;
  background-size: cover;
  height: 563px;
}
.p-top p {
  padding: 94px 0 0;
  writing-mode: tb;
  position: absolute;
  right: 32%;
  letter-spacing: 0.7rem;
  line-height: 290%;
  font-size: 20px;
  font-weight: 400;
  color: #f3f1f5;
}
.p-top__small {
  font-size: 16px;
}
.p-top__news {
  background: url(/wp-content/themes/kisaya_theme/img/top_dec_bg.png);
  background-size: cover;
  padding: 55px 0;
}
.p-top__news--inner {
  max-width: 1150px;
  margin: 0 auto;
}
.p-top__news--ttl {
  color: #fff;
}
.p-top__news--ttl h3 {
  font-size: 24px;
  font-weight: 400;
}
.p-top__news--sub__ttl {
  font-family: "EB Garamond", serif;
  color: #d0ff50;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}
.p-top__news--contents {
  color: #fff;
  display: flex;
  gap: 0 43px;
  max-width: 704px;
  flex-wrap: wrap;
}
.p-top__news--contents li {
  font-size: 15px;
  margin: 22px 0 0;
  border-top: solid 1px #fff;
  width: 206px;
  padding: 13px 0 0;
}

/* ---greeting ------ */
.p-greeting__contents {
  background: url(/wp-content/themes/kisaya_theme/img/top_greeting_bg.png)
    no-repeat;
  background-size: cover;
  height: 492px;
}
.p-greeting__bg {
  background-color: rgba(0, 0, 0, 0.75);
}
.p-greeting__contents p {
  background-color: rgba(95, 92, 97, 0.7);
  width: 521px;
  padding: 88px 15px 181px;
  line-height: 2rem;
  margin: 0 0 0 16vw;
}
.p-hospitality__list ul {
  display: flex;
  flex-wrap: wrap;
}
.p-hospitality__list ul li {
  position: relative;
  width: 50%;
}
.p-hospitality__list--txt {
  position: absolute;
  top: 0;
  background-color: rgba(95, 92, 97, 0.7);
  width: 521px;
  height: 100%;
  right: 90px;
}
.p-hospitality__list ul li h3 {
  background-color: #fff;
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin: 62px 0 0 -31px;
  padding: 11px 0px 11px 8px;
}
.p-hospitality__list ul li p {
  padding: 28px 15px 0;
}
.p-hospitality__list--01 h3 {
  width: 375px;
}
.p-hospitality__list--02 h3 {
  width: 309px;
}
.p-hospitality__list--03 h3 {
  width: 375px;
}
.p-hospitality__list--04 h3 {
  width: 403px;
}
.p-movie__contents--frame {
  width: 1000px;
  height: 534px;
  background-color: #5f5c61;
  margin: 65px auto 50px;
}
.p-movie__banner {
  margin: 0px auto 0px;
  width: 34.3%;
  padding: 63px 0 120px;
}

.p-movie__contents--btn {
  background-color: #6c9300;
  text-align: center;
  padding: 10px 0;
  width: 213px;
  margin: 0 auto;
}
.p-movie__contents--btn a {
  color: #ffffff;
  display: block;
}
.p-contact__ttl {
  display: block;
  text-align: center;
  padding: 40px 0;
}
.p-contact__ttl h3 {
  writing-mode: unset;
  letter-spacing: normal;
}
.p-contact__ttl span {
  writing-mode: unset;
}
.p-top__contact--contents {
  background-color: #333;
  padding: 70px 0 103px;
  text-align: center;
}
.btn {
  display: flex;
  justify-content: center;
  margin: 44px 0 0;
  gap: 43px;
  height: 88px;
}
.btn a {
  display: flex;
  align-items: center;
}
.btn_tel {
  color: #6c9300;
  background-color: #f2f4ee;
  padding: 25px 57px 25px 43px;
  font-size: 32px;
}
.btn_tel img {
  width: 24px;
  height: 24px;
  margin-right: 11px;
}
.btn_mail {
  background-color: #6c9300;
  color: #fff;
  padding: 29px 30px 29px 34px;
  font-size: 24px;
}
.btn_mail img {
  width: 20px;
  height: 16px;
  margin-right: 11px;
}

@media screen and (max-width: 768px) {
  .p-top__contents {
    position: relative;
    background: url(/wp-content/themes/kisaya_theme/img/top_bg_sp.png) no-repeat;
    background-size: cover;
    height: 653px;
  }
  .p-top p {
    writing-mode: unset;
    right: unset;
    letter-spacing: unset;
    line-height: 1.6;
    font-size: 23px;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 0;
    width: 100%;
  }
  .p-top__news {
    padding: 41px 5% 53px;
  }
  .p-top__news--ttl h3 {
    font-size: 20px;
  }
  .p-top__news--contents {
    display: block;
  }
  .p-top__news--contents li {
    width: auto;
  }
  .p-top__news--contents li:last-of-type {
    border-bottom: solid #fff 1px;
    padding-bottom: 22px;
  }
  .p-greeting__contents {
    background: unset;
    height: unset;
  }
  .p-greeting__contents p {
    margin: 0;
    width: auto;
    background-color: unset;
    padding: 30px 5%;
    background-color: #5f5c61;
    line-height: 1.3rem;
  }
  .p-greeting__contents img {
    filter: brightness(0.24);
  }
  .p-hospitality__list ul {
    display: block;
  }
  .p-hospitality__list ul li {
    width: auto;
  }
  .p-hospitality__list--txt {
    right: 18px;
    width: 338px;
    background-color: rgba(95, 92, 97, 0.85);
  }
  .p-hospitality__list ul li h3 {
    font-size: 20px;
    padding: 5px 0px 5px 5px;
    margin: 40px 0 0 -10px;
  }
  .p-hospitality__list--01 h3 {
    width: 231px;
  }
  .p-hospitality__list--02 h3 {
    width: 191px;
    margin: 42px -10px 0 auto !important;
  }
  .p-hospitality__list--03 h3 {
    width: 231px;
  }
  .p-hospitality__list--04 h3 {
    width: 253px;
    margin: 42px -35px 0 auto !important;
  }
  .p-hospitality__list--02 .p-hospitality__list--txt,
  .p-hospitality__list--04 .p-hospitality__list--txt {
    left: 18px;
  }
  .p-hospitality__list ul li p {
    padding: 25px 6px;
  }
  .p-top__contact--contents {
    padding: 40px 0 60px;
  }
  .p-movie__contents {
    padding: 0 3.5% 50px;
  }
  .p-movie__contents--frame {
    width: auto;
    height: 211px;
    margin: 26px auto;
  }
  .btn {
    display: block;
    margin: 32px 0 0;
    height: auto;
  }
  .btn a {
    justify-content: center;
  }
  .btn_tel {
    width: 264px;
    margin: 0 auto;
    padding: 0;
    height: 66px;
    font-size: 20px;
  }
  .btn_tel img {
    width: 19px;
    height: 18px;
    margin-right: 26px;
  }
  .btn_mail {
    width: 264px;
    font-size: 16px;
    padding: 0px;
    height: 66px;
    margin: 15px auto 0;
  }
  .btn_mail img {
    width: 15px;
    height: 12px;
  }
}

/* --------about--------- */
.p-about__top {
  background: url(/wp-content/themes/kisaya_theme/img/ttl_bg.png) no-repeat
    right;
  height: 383px;
  background-size: cover;
  position: relative;
}
.p-about__top p {
  position: absolute;
  color: #5f5c61;
  top: 200px;
  left: 18%;
  font-size: 32px;
  font-weight: 400;
}
.p-about__top span {
  position: absolute;
  color: #9dc237;
  top: 250px;
  left: 18%;
  font-size: 24px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-style: italic;
}
.p-about__contents--inner {
  display: flex;
  padding: 64px 0;
  gap: 19px;
  justify-content: end;
  background: url(/wp-content/themes/kisaya_theme/img/top_dec_wh.png);
  background-size: contain;
}
.p-about__contents--ttl {
  width: 24.6%;
}
.p-about__contents--ttl h1 {
  background-color: #000;
  color: #fff;
  width: 77.3%;
  font-size: 32px;
  font-weight: 400;
  padding: 4px 21px;
}
.p-about__contents--ttl p {
  color: #5f5c61;
  margin-top: 36px;
  /* width: 50.8%; */
}
.p-about__contents--img {
  width: 56%;
}
.p-about__contents--01 {
  background: url(/wp-content/themes/kisaya_theme/img/about_bg01.png) no-repeat
    center;
  background-size: cover;
  height: 427px;
}
.p-about__contents--bg {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
}
.p-about__contents--txtArea {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-about__contents--txtArea--ttl {
  writing-mode: vertical-rl;
  position: relative;
  left: 4.5%;
}
.p-about__contents--txtArea--ttl p {
  color: #000000;
  font-size: 32px;
  background-color: #fff;
  margin: 50px 24px 0;
  padding: 4px 0 8px;
  display: table;
  letter-spacing: 4px;
}
.p-about__contents--txtArea--txt {
  width: 521px;
  position: relative;
}
.p-about__contents--02 {
  background: url(/wp-content/themes/kisaya_theme/img/about_bg02.png);
  background-size: cover;
  height: 427px;
}
.p-about__contents--03 {
  background: url(/wp-content/themes/kisaya_theme/img/about_bg03.png);
  background-size: cover;
  height: 501px;
}
.p-about__contents--04 {
  background: url(/wp-content/themes/kisaya_theme/img/about_bg04.png);
  background-size: cover;
  height: 427px;
}
.p-about__contents--txtArea--txt p {
  padding: 98px 15px 0%;
  background-color: rgba(95, 92, 97, 0.7);
  height: 328px;
  position: absolute;
  right: -34.7%;
  width: 100%;
}
.p-about__contents--03 .p-about__contents--txtArea--txt p {
  height: 402px;
}
.p-about__contents--02 .p-about__contents--txtArea,
.p-about__contents--04 .p-about__contents--txtArea {
  flex-direction: row-reverse;
}
.p-about__contents--02 .p-about__contents--txtArea--txt p,
.p-about__contents--04 .p-about__contents--txtArea--txt p {
  right: unset;
  left: -45%;
}
.p-about__contents--02 .p-about__contents--txtArea--ttl,
.p-about__contents--04 .p-about__contents--txtArea--ttl {
  margin-right: 0;
  position: relative;
  left: 10%;
}

.p-company__list {
  margin: 67px auto 89px;
}
.p-company__list div {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
.p-company__list h3 {
  background-color: #5f5c61;
  color: #fff;
  width: 111px;
  font-size: 13px;
  text-align: center;
}
.p-company__list p {
  background-color: unset;
  border-bottom: solid 1px #5f5c61;
  font-size: 13px;
  color: #5f5c61;
  width: 372px;
  padding: 0 0 6px 65px;
}

@media screen and (max-width: 768px) {
  .p-about__top {
    background: url(/wp-content/themes/kisaya_theme/img/ttl_bg_sp.png) no-repeat
      center;
    height: 383px;
    background-size: cover;
    position: relative;
  }

  .p-about__top p {
    font-size: 24px;
    right: 12%;
    top: 180px;
    left: unset;
  }
  .p-about__top span {
    top: 214px;
    right: 29%;
    left: unset;
    font-size: 16px;
  }
  .p-about__contents--inner {
    flex-direction: column-reverse;
    padding: 40px 0;
  }
  .p-about__contents--img {
    width: auto;
  }
  .p-about__contents--ttl {
    width: auto;
    margin: 0 5%;
  }
  .p-about__contents--ttl h1 {
    font-size: 20px;
    width: 225px;
  }
  .p-about__contents--ttl p {
    margin-top: 25px;
  }
  .p-about__contents--txtArea {
    display: block;
  }
  .p-about__contents--txtArea--txt {
    width: 338px;
    right: 18px;
  }
  .p-about__contents--01 {
    height: 254px;
    background: url(/wp-content/themes/kisaya_theme/img/hospitality_img03_sp.png)
      no-repeat center;
    background-size: cover;
  }
  .p-about__contents--01 .p-about__contents--txtArea--txt,
  .p-about__contents--03 .p-about__contents--txtArea--txt {
    right: 18px;
    height: 254px;
  }
  .p-about__contents--02 .p-about__contents--txtArea,
  .p-about__contents--04 .p-about__contents--txtArea {
    left: unset;
  }
  .p-about__contents--02 .p-about__contents--txtArea--txt,
  .p-about__contents--04 .p-about__contents--txtArea--txt {
    right: unset;
    left: 18px;
    height: 254px;
  }

  .p-about__contents--txtArea--ttl {
    writing-mode: unset;
    margin-right: 0;
    position: relative;
    z-index: 99;
    margin: 0px 0 0 26px;
    top: 20px;
    left: unset;
  }
  .p-about__contents--txtArea--ttl p {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .p-about__contents--txtArea--txt {
    position: absolute;
    top: 0;
    background-color: rgba(95, 92, 97, 0.7);
  }
  .p-about__contents--txtArea--txt p {
    padding: 128px 15px 0;
    height: 176px;
    right: unset;
    width: auto;
    background-color: unset;
  }
  .p-about__contents--01 .p-about__contents--txtArea--ttl p {
    width: 85%;
  }
  .p-about__contents--02 .p-about__contents--txtArea--ttl p {
    width: 93%;
  }

  .p-about__contents--02 {
    height: 254px;
    background: url(/wp-content/themes/kisaya_theme/img/hospitality_img02_sp.png)
      no-repeat center;
    background-size: cover;
  }
  .p-about__contents--03 {
    height: 254px;
    background: url(/wp-content/themes/kisaya_theme/img/hospitality_img04_sp.png)
      no-repeat center;
    background-size: cover;
  }
  .p-about__contents--04 {
    height: 254px;
    background: url(/wp-content/themes/kisaya_theme/img/hospitality_img01_sp.png)
      no-repeat center;
    background-size: cover;
    left: unset;
  }
  .p-about__contents--01 .p-about__contents--txtArea--txt p,
  .p-about__contents--02 .p-about__contents--txtArea--txt p {
    padding: 0px 15px 0;
    left: unset;
    top: 39%;
  }
  .p-about__contents--02 .p-about__contents--txtArea--ttl {
    right: unset;
    margin: 0 0 0 auto;
    width: 92%;
    left: unset;
  }
  .p-about__contents--04 .p-about__contents--txtArea--ttl {
    right: unset;
    margin: 0 0 0 auto;
    width: 62%;
    left: unset;
  }
  .p-about__contents--03 .p-about__contents--txtArea--txt {
    height: 254px;
  }
  .p-company__list {
    padding: 0 5%;
  }
  .p-about__contents--02 .p-about__contents--txtArea--txt p,
  .p-about__contents--04 .p-about__contents--txtArea--txt p {
    left: unset;
  }
  .p-about__contents--03 .p-about__contents--txtArea--txt p,
  .p-about__contents--04 .p-about__contents--txtArea--txt p {
    height: 126px;
  }
  .p-company__list p {
    padding: 0 0 6px 32px;
  }
}

/* ---------geisha--------------*/
.p-geisha__contents--intro {
  max-width: 1170px;
  margin: 122px auto 132px;
}
.p-geisha__contents--intro ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-geisha__contents--intro ul li {
  text-align: center;
}
.p-geisha__contents--intro ul li h3 {
  font-size: 32px;
  color: #7f7c82;
  font-weight: 400;
  margin: 34px 0 21px;
}
.p-geisha__contents--intro ul li p {
  font-size: 15px;
  color: #5f5c61;
}
.p-geisha__contents--intro01 img
 {
  width: 200px;
}
.p-geisha__contents--intro02 img{
width: 223px;
}
.p-geisha__contents--intro04 img {
  width: 177px;
}
.p-geisha__contents--intro03 img {
  width: 197px;
}
.p-geisha__contents--intro05 img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .p-geisha__contents--intro {
    margin: 60px auto;
  }
  .p-geisha__contents--intro ul {
    display: block;
  }
  .p-geisha__contents--intro ul li {
    margin: 40px 0;
  }
  .p-geisha__contents--intro ul li h3 {
    font-size: 24px;
  }
}
/* ------recruit------- */
.p-recruit__contents {
  background: url(/wp-content/themes/kisaya_theme/img/top_dec_wh.png);
}
.p-recruit__contents--inner {
  display: flex;
  justify-content: center;
  padding: 50px 0 53px;
}
.p-recruit__contents--txt {
  position: relative;
  right: -20px;
}
.p-recruit__contents--txt h1 {
  background-color: #000;
  color: #fff;
  font-size: 32px;
  margin: 15px 0 36px;
  font-weight: 400;
  padding: 4px 20px;
}
.p-recruit__contents--txt p {
  width: 492px;

  color: #5f5c61;
}
.p-recruit__contents--img {
  width: 542px;
}
.p-recruit__movie {
  background-color: #f2f4ee;
  padding: 94px 0 160px;
}
.p-recruit__movie--frame {
  width: 695px;
  height: 391px;
  background-color: #5f5c61;
  margin: 0px auto 0;
}
.p-movie {
  background-color: #f2f4ee;
}

.p-recruit__bannerArea {
  margin-bottom: 61px;
  display: block;
  width: 685px;
  margin: 25px auto 0px;
}
.p-recruit__banner {
  margin-bottom: 61px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit__contents--inner {
    flex-direction: column-reverse;
    padding: 50px 5% 53px;
  }
  .p-recruit__contents--txt {
    right: unset;
  }
  .p-recruit__contents--txt h1 {
    font-size: 22px;
    padding: 4px 0px 4px 10px;
    margin: 10px 0 20px;
  }
  .p-recruit__contents--txt p {
    width: auto;
  }
  .p-recruit__contents--img {
    width: auto;
  }
  .p-recruit__movie {
    padding: 64px 5% 80px;
  }
  .p-recruit__movie--frame {
    width: auto;
    height: 291px;
  }
}

/* -------contact--------- */
.p-contact {
  background-color: #f9f9f9;
}
.p-contactBox {
  max-width: 685px;
  margin: 0px auto;
  padding: 72px 0 102px;
}
.p-contactBox p {
  color: #222;
}
.form_content {
  line-height: 1.42857;
  margin-bottom: 30px;
  display: flex;
  /* align-items: center; */
}
.form_content p {
  font-weight: 400;
  width: 27%;
  font-size: 20px;
  padding-top: 12.5px;
}
.input_wrapper {
  position: relative;
  line-height: 1.42857;
  width: 73%;
}
.input_wrapper input,
.input_wrapper select,
.input_wrapper textarea {
  display: block;
  height: 35px;
  outline: none;
  border: #7f7c82 solid 1px;
  padding-left: 8px;
  transition: border-color 0.3s ease 0s;
  border-radius: 4px;
  width: 100%;
}
.input_wrapper p {
  width: auto;
}
.wpcf7-form br {
  display: none;
}
.input_wrapper textarea {
  line-height: 1.42857;
  font-size: 16px;
  min-height: 150px;
  width: 100%;
}

.form_btn input {
  width: 31.2%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 400;
  background-color: #9dc237;
  color: #fff;
  border: solid 1px #f3f1f5;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-contactBox {
    padding: 40px 4%;
  }
  .form_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .form_content p {
    width: 100%;
    padding-top: 0;
    font-size: 14px;
  }
  .input_wrapper {
    width: 97%;
  }
  .input_wrapper input,
  .input_wrapper select,
  .input_wrapper textarea {
    width: 100%;
  }
  .form_btn input {
    width: 54%;
  }
}
