body {
  background: #F2F2F2;
  /* overflow: hidden; */
  font-family: "Montserrat", sans-serif;
  color: #333;
}

img {
  max-width: 100%;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.sp-on {
  display: none;
}

/* header */
.gnav-list-item {
  font-size: 15px;
  font-weight: bold;
  color: #59290b;
  display: inline;
  padding-right: 35px;
}

.gnav-list-item:last-child {
  padding-right: 0px;
}

.gnav.pc-gnav {
  position: relative;
}

.gnav-list {
  width: 765px;
  height: 73px;
  padding: 29px 50px 26px 48px;
  background-color: #fff;
  z-index: 2;
  border-bottom: 5px solid #f7f7f7;
}

.sp-nav {
  display: none;
}

.gnav.pc-gnav {
  position: fixed;
  right: 0;
  z-index: 999;
}

.fix-reservation {
  max-width: 200px;
  width: 100%;
  position: absolute;
  right: 0;
}

.sp-nav {
  display: none;
}

/*ーーーーーーーー ハンバーガーメニューーーーーーーーー*/
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 50px;
  width: 30px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

.drawer_open span:before {
  bottom: 8px;
}

.drawer_open span:after {
  top: 8px;
}

#drawer_input:checked~.drawer_open span {
  background: rgba(255, 255, 255, 0);
}

#drawer_input:checked~.drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  width: 100vw;
  height: 470px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #002e8a;
  margin-top: 50px;
  padding: 45px 24px;
  box-sizing: border-box;
}

.nav_list a {
  text-decoration: none;
}

.nav_item {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.nav_item {
  padding: 20px 0 20px 10px;
  border-top: 1px solid #fff;
  position: relative;
}

.nav_item_third {
  border-bottom: 1px solid #fff;
}

.nav_item:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 14px;
  background-image: url(../images/sp_arrows.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 22px;
  bottom: 17px;
  position: absolute;
}

.nav_list {
  list-style: none;
}

.nav_content .main-btn a {
  max-width: 100% !important;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
  /* left: 0; */
  opacity: 100;
  visibility: visible;
}

.hm-btn a {
  margin-left: 0 !important;
  margin-top: 32px !important;
  position: relative;
  font-size: 14px !important;
}

.hm-btn a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 18px;
  background-image: url(../images/sp_arrows.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 22px;
  bottom: 17px;
  position: absolute;
}

.dl-btn a {
  background: #fff;
  color: #002e8a;
  margin-top: 17px !important;
  position: relative;
  border: 1px solid #fff;
}

.dl-btn a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 18px;
  background-image: url(../images/arrows-dl.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 22px;
  bottom: 17px;
  position: absolute;
}

.dl-btn a:hover {
  background: #002e8a;
  color: #fff;
  border: 1px solid #fff;
}


.hm-btn a {
  margin-left: 0 !important;
  margin-top: 32px !important;
  position: relative;
  font-size: 14px !important;
}

.hm-btn a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 18px;
  background-image: url(../images/sp_arrows.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 22px;
  bottom: 17px;
  position: absolute;
}





/* main */

.hero {
  width: 100vw;
  height: 90vh;
  background-image: url(../images/guide_tour/mainvisual.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}

.hero-lead-div {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  /* background: rgb(255, 255, 255, 0.8); */
  /* padding: 48px 126px 48px 175px; */
  /* max-width: 897px; */
  /* width: 100%; */
  line-height: 1.42;
  position: absolute;
  bottom: 60px;
  z-index: 2;
  left: 90px;
  letter-spacing: 0.02em;
}

.logo-dawn {
  position: absolute;
  top: 40px;
  right: 40px;
}

.message {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  color: #333;
  margin: 50px 0;
}


.main {
  position: relative;
}

.dawn-logo {
  position: absolute;
  right: 100px;
  bottom: -98px;
  width: 85px;
}


.section {
  background: #B6DAD0;
  margin-bottom: 17px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.section .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 29px 0 13px 0;
  border-bottom: solid 1px #748681;
  max-width: 330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.section-next {
  margin-top: 30px;
  text-align: center;
}

.section-next a {
  font-weight: bold;
  font-size: 17px;
  text-decoration: underline;
}

.gallery img {
  margin-top: 55px;
}

.contact-messe {
  margin-bottom: 30px;
}

.copy {
  font-size: 10px;
  padding: 20px 0;
  text-align: center;
}

.service-li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.service-li2 {
  align-items: flex-start !important;
}

.li-right {
  margin-left: 20px;
  text-align: left;
  line-height: 1.5;
}

.service-ul {
  display: table;
  margin: 0 auto;
}

.li-icon {
  position: relative;
}

.icon-title {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-51%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}


.logo {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
  border-bottom: solid 1px #b6b6b6;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo-flex {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  /* flex-wrap: wrap; */
  margin: 40px auto 60px;
}

.logo-flex2 {
  margin: 0px auto 60px;
  align-items: center;
  width: 50%;
}

.logo-flex3 {
  margin: 40px auto 0px;
  align-items: baseline;
  width: 60%;
}

.logo-flex4 {
  width: 60%;
  margin: 40px auto 0px;
}

/* .logo-sec2-flex{
  justify-content: center;
} */

.logo-sec2-flex .item {
  margin: 0 40px;
}

/* お問い合わせ */
.contact-section {
  margin-top: 70px;
  border-top: solid 1px #b6b6b6;
  border-bottom: solid 1px #b6b6b6;
  max-width: 1000px;
  width: 100%;
  padding: 40px 0 60px 0;
  margin-bottom: 100px;
}

.contact-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.contact-section .description {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-top: 17px;

}

.contact .description {
  line-height: 2;
}


.lead-jp {
  font-size: 50px;
}


/* ipad + sp */

@media screen and (max-width: 890px) {
  .hero-lead-div {
    font-size: 50px;
  }
}



@media screen and (max-width: 814px) {

  .sp-on {
    display: block;
  }

  /* ヘッダー */
  .pc-gnav {
    display: none;
  }

  .sp-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 14px;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    height: 60px;
  }

  .sp-dawn-logo {
    width: 40px;
  }

  .dawn-logo {
    display: none;
  }

  .nav-reservation {
    width: 218px;
    display: block;
    text-align: center;
    margin: 36px auto;
  }

  .last-nav_item {
    border-bottom: 1px solid #59290b;
  }

  /* メインビジュアル */
  .hero {
    width: 100vw;
    height: 90vh;
    background-image: url(../images/guide_tour/sp-main.jpg);
  }



  .gnav.pc-gnav {
    width: 100%;
  }

  .gnav-list {
    width: 100%;
    height: 53px;
  }

  .fix-reservation {
    display: none;
  }

  /* キャッチコピー */
  .catch-copy {
    margin-top: 0;
  }

  .catch-copy p {
    font-size: 18px;
  }

  .concept p {
    font-size: 15px;
    padding: 32px 0;
  }

  /* 予約について */
  .section {
    padding: 25px 15px;
  }

  .section .title {
    font-size: 18px;
    padding: 9px 0 13px 0;
  }

  .section .description {
    font-size: 15px;
    padding: 27px 0px 10px 0px;
  }

  .section .description span {
    font-size: 15px;
    font-weight: normal;
  }

  .last {
    margin-bottom: 0;
  }

  .section-next {
    margin-top: 20px;
  }

  .pc-on {
    display: none;
  }

  .kobe-reservation a {
    padding: 20px 70px;
  }

  /* アクセス */
  .access .flex {
    display: block;
  }

  .map {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .access .section .description {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    font-weight: normal;
  }

  .access .section .description span {
    text-align: left;
    display: inline-block;
  }

  .access-des.pc-on {
    display: none !important;
  }

  /* バリアフリー */
  .des-title {
    font-size: 16px;
  }

  /* メニュー */
  .item4 {
    display: none;
  }

  .drink-flex-left {
    margin-right: 0;
  }

  .menu-ul {
    width: 100%;
    margin-top: 20px;
  }

  .menu-flex .item {
    width: 100%;
  }

  .first-menu-title {
    margin-top: 20px !important;
  }

  .menu-title {
    font-size: 16px;
    padding: 25px 0px 0px 0px;
  }

  .menu-flex .item p {
    font-size: 16px;
    margin-top: 8px;
  }

  .menu-title {
    margin-top: 40px;
    line-height: 1.5;
  }

  .more-des {
    font-size: 18px !important;
  }

  .menu-flex .item {
    margin-top: 25px;
  }

  /* スポンサー */
  .sponsor-title {
    font-size: 18px;
  }

  .sponsor-section {
    padding: 26px 15px;
  }

  .logo {
    font-size: 17px;
  }

  .sponsorship .section {
    padding: 0 10px;
  }

  .logo-flex {
    width: 100%;
    margin: 20px auto 20px;
  }

  .sp-logo-flex .item {
    width: 40%;
  }

  /* .logo1{
      width: 74px !important;
      height: 27px !important;
    }
    .logo2{
      width: 92px !important;
      height: 37px !important;
    }
    .logo3, .logo4{
      width: 88px !important;
      height: 32px !important;
    } */

  /*  コンタクト*/
  .contact-title {
    font-size: 16px;
  }

  .contact-section .description {
    font-size: 15px;

  }

  .contact-section .description.sp-on {
    line-height: 1.87;
    font-weight: normal;
  }

  .contact {
    padding: 0 10px;
  }

  .contact-section {
    margin-top: 20px;
    padding: 20px 0 20px 0;
  }

  .sp-80 {
    width: 50%;
  }

  .hero-lead-div {
    font-size: 32px;
    bottom: 125px;
    left: 25px;
    line-height: 1.5;
  }

  .logo-dawn {
    width: 75px;
    top: 25px;
    left: 25px;
  }

  .concept img {
    max-width: 263px;
    margin-top: 25px;
  }

  .message {
    font-size: 17px;
    margin: 35px auto;
    width: 90%;
  }

  .section .title {
    max-width: 240px;
    margin-bottom: 30px;
  }

  .service-li {
    display: block;
  }

  .contact-messe {
    line-height: 1.5;
  }

  .gallery img {
    width: 90%;
    margin: 0 auto;
    margin-top: 33px;
  }

  .icon-title {
    position: unset;
    transform: none;
    padding: 6px 13px;
    background: #fff;
    display: inline-block;
    margin-bottom: 5px;
  }

  .li-right {
    margin-left: 0;
  }


  .concept p {
    margin: 0px;
    padding: 25px 0;
  }

  .sp-80 {
    width: 70%;
  }

  .kyoto-bank {
    width: 60% !important;
    margin-bottom: 28px;
  }

  .kyoto-bank img {
    width: 80%;
  }

  .blonz-2 {
    /* width: 100% !important; */
  }

  .blonz-2 img {
    width: 66%;
  }

  .kyoto-bank {
    margin-right: 0 !important;
  }

  .bathtime {
    font-size: 12px;
  }

}


/* ガイドライン */
.guideline-header .gnav.pc-gnav {
  top: 0;
}

.guideline {
  margin-top: 60px;
}

.guideline-title {
  padding-top: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
}

.guideline .description {
  text-align: left;
}


/* スナック織姫 */
.snack-orihime {
  width: 375px;
  object-fit: contain;
}

.description-more {
  padding: 0 !important;
  padding-left: 27px !important;
  text-align: left !important;
}

.orihime .flex {
  padding-top: 0px;
}

.description-more span {
  font-weight: normal !important;
  font-size: 14px !important;
}

.orihime .description {
  text-align: left;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}







/* メニュー追記 */
.caution-menu {
  text-align: center;
  margin-top: 30px;
}

.drink-set-menu {
  text-align: left !important;
  max-width: 440px !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  margin-top: 0px !important;
  border: 1px solid gray;
  padding: 7px;
  width: 100%;
  font-weight: normal !important;
}

.drink-set-menu span {
  font-size: 18px !important;
  font-weight: bold;
}

.drink-flex {
  display: flex;
  margin-top: 10px;
  margin-left: 7px;
}

.set-drink-item {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: normal;
  line-height: 1.8;
  border: 1px solid gray;
  padding: 7px;
  width: 100%;
}

.set-drink-item span {
  font-size: 18px;
  font-weight: bold;
}

.drink-flex-left {
  margin-right: 40px;
}

.wh ul {
  text-align: left;
  background: #fff;
  padding: 20px;
  line-height: 1.7;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.wh ul li {
  margin-left: 20px;
  list-style: disc;
}

.tour-btn{
  background: #59290b;
    color: #fff;
    text-decoration: none !important;
    padding: 20px 90px;
    /* margin-top: 20px; */
    display: inline-block;
    margin-bottom: 30px;
}

.tour-btn:hover{
  background: #2d1405;
  transition: all 0.3s ease;
}



@media screen and (max-width: 814px) {
  .wh ul {
    width: 100%;
    padding: 10px;
    margin-bottom: 0px;
  }
}