@charset "UTF-8";
.back_button_area {
  margin-bottom: 0;
}
figure{
  margin: 0;
  padding: 0;
}
.pc_item {
  display: block !important;
}
body{
    overflow-x: scroll !important;
}
.shinmonzen-map-figcaption .pc_item{
    display: inline-block !important;
}
@media (max-width: 768px) {
  .pc_item {
    display: none !important;
  }
}
.sp_item {
  display: block !important;
}
@media (min-width: 769px) {
  .sp_item {
    display: none !important;
  }
}

.mv-container {
  margin-inline: auto;
  max-width: 1120px;
  width: 100%;
}
.mv-container-img{
  width: 100vw;
}
.premience-main-body {
  margin-inline: auto;
  max-width: 1120px;
  width: 100%;
}
.premience-main-body p {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
.lead-container h2 {
  text-align: center;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
.lead-container p {
  text-align: center;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
.shinmonzen-title{
    font-size: 20px;
    border-radius: 5px;
    background-color:#419fff;
    color: #fff;
    padding: 5px 1em;
    display: block;
    margin: 80px auto 0;
    width: 9em;
    position: relative;
}
.shinmonzen-title::before ,
.shinmonzen-title::after{
    content: "";
    display: block;
    background: url(/luxurytravel/premience/traditionalculture/kyoto_gion/image/shinmonzen-title-left.webp) no-repeat;
    background-size: contain;
    width:120px;
    height:10px;
    position: absolute;
    bottom: 10px;
}
.shinmonzen-title::before{
    left: -130px;
}
.shinmonzen-title::after{
    right: -130px;
    background-image: url(/luxurytravel/premience/traditionalculture/kyoto_gion/image/shinmonzen-title-right.webp);
}
.shinmonzen-grids{
    margin-top: 40px;
    display: grid;
    grid-template-areas: "shinmonzen map hanami"
                         "geisha map yasaka";
    row-gap:75px;
    column-gap:30px;
    grid-template-columns: 1fr 600px 1fr;
}
.shinmonzen-map{
    grid-area:map;
}
#maps{
  width:600px;
  height: 450px;
}
.shinmonzen-map-img-shinmonzen{
    grid-area:shinmonzen;
}
.shinmonzen-map-img-hanami{
    grid-area:hanami;
}
.shinmonzen-map-img-geisha{
    grid-area:geisha;
}
.shinmonzen-map-img-yasaka{
    grid-area:yasaka;
}
.shinmonzen-map-figcaption{
    font-size: 16px;
}
.the-shinmonzen-section{
    margin-top: 160px;
    background: url(/luxurytravel/premience/traditionalculture/kyoto_gion/image/the-shinmonzen-mv.webp) no-repeat;
    color: #fff;
    height:1070px;
    text-align: center;
    position: relative;
}
.the-shinmonzen-section-title{
    font-weight: bold;
    font-size: 50px;
    font-family: "Shippori Mincho", Meiryo, sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0px 10px #000,0px 0px 10px #000;
}
.the-shinmonzen-section-lead-upper{
    font-size: 20px;
    line-height: 40px;
    text-shadow: 0px 0px 10px #000,0px 0px 10px #000,0px 0px 10px #000;
}
.the-shinmonzen-section-lead-lower{
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-shadow: 0px 0px 10px #000,0px 0px 10px #000,0px 0px 10px #000;
}
.the-shinmonzen-section-sp-bg{
    padding-top:60px;
}
.the-shinmonzen-suisho{
    margin-top: 160px;
}
.the-shinmonzen-suisho-main{
    display: grid;
    grid-template-areas: "title img"
                         "description img"
                         "copywriting img";
    grid-template-columns: 1fr 1fr;
    grid-template-rows:210px 290px 210px;
    gap: 30px;
    margin-bottom: 40px;
}
.the-shinmonzen-suisho-main-title{
    grid-area: title;
    margin-top: auto;
}
.the-shinmonzen-suisho-main-title-upper{
    font-size: 48px;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.the-shinmonzen-suisho-main-title-upper::after{
  content: "";
  height:4px;
  width: 35vw;
  max-width:265px;
  background-color: #000;
  display: block;
  margin: 10px auto 0;
}
.the-shinmonzen-suisho-main-title-lower{
    font-size: 24px;
    margin-top:20px;
    text-align: center;
}
.the-shinmonzen-suisho-main-picture{
    grid-area: img;
    margin-top: 20px;
}
.the-shinmonzen-suisho-main-img{
    width: 100%;
}
.the-shinmonzen-suisho-main-description{
    grid-area: description;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.the-shinmonzen-suisho-main-copywriting{
    grid-area: copywriting;
    margin-bottom: auto;
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.5;
}
.the-shinmonzen-suisho-sub-images{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.gions{
    margin-top: 160px;
    padding: 70px 0 80px;
}
.gions ,
.gions p{
    font-family: "Noto Sans JP", Meiryo, sans-serif;
    color: #fff;
    background-color: #000;
}
.gion-main-contents{
    display: flex;
}
.gion-img{
    width: 100%;
}
.dining-section{
    max-width: 1120px;
    width:100%;
    margin: 0 auto;
}
.gion-section-title{
    text-align: center;
}
.gion-section-sub-title{
    font-size: 32px;
    line-height: 1.3;
}
.gion-section-main-title{
    font-size: 48px;
    line-height: 1.3;
}
.gion-main{
    display: grid;
    margin: 80px auto 0;
    max-width: 1120px;
    width: 90vw;
    grid-template-columns: 1fr 1fr;
    column-gap:30px;
}
.gion-description{
    font-size: 16px;
    line-height: 40px;
}
.gion-main-contents{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1120px;
    width: 90vw;
    column-gap:20px;
    margin: 80px auto 0;
}
.gion-contents-english{
    font-size: 24px;
}
.gion-contents-img{
    margin-top: 20px;
}
.gion-contents-title{
    font-size: 24px;
    line-height: 50px;
}
.gion-contents-description{
    font-size: 16px;
    line-height: 30px;
}
.gion-special-experiences{
    margin-top: 80px;
}
.gion-experiences-title{
    font-size: 48px;
    border-bottom: 5px solid #fff;
    width: 10.5em;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 1;
    padding-bottom: 15px;
}
.gion-special-experiences-contents ,
.gion-other-experiences{
    max-width: 1120px;
    width: 90vw;
    margin: 0 auto;
}
.gion-special-experiences-images{
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}
.gion-other-experiences{
    margin-top: 80px;
}
.gion-other-experiences-images{
    display: grid;
    column-gap:20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
}
.gion-other-experiences-sub-images{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px 20px;
}
.dining-section-title{
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    margin-top: 160px;
}
.dining-section-sub-title{
    font-size: 20px;
}
.dining-section ,
.dining-section p{
    font-family: "Noto Sans JP", Meiryo, sans-serif;
}
.dining-section .the-shinmonzen-suisho{
    margin-top: 80px;
}
.conditions{
    margin-top: 100px;
    padding: 75px 0 0;
    text-align: center;
    font-family: "Noto Sans JP", Meiryo, sans-serif;
    margin-bottom: 80px;
}
.conditions p{
    font-family: "Noto Sans JP", Meiryo, sans-serif;
    line-height: 1.5;
}
.condition-section-first{
  background: url(/luxurytravel/premience/traditionalculture/kyoto_gion/image/conditions-bg.webp?v=20251222) no-repeat center center;
  color: #fff;
  padding: 130px 0;
}
.condition-section-list{
    font-size: 16px;
}
.condition-section{
    margin-bottom: 70px;
}
.condition-section-wrapper{
    width: 70%;
    margin: 160px auto 0;
    border: 1px solid #000;
    padding: 40px 10px 0;
}
.condition-section-title{
    font-size: 32px;
    margin-bottom: 50px;
}
.condition-section-lead{
    font-size: 16px;
}
a.condition-section-link{
    color: #000099;
}
.schedule-section{
  background: url(/luxurytravel/premience/traditionalculture/kyoto_gion/image/model-course.webp) no-repeat center center;
  background-size: cover;
  margin-top:80px;
  padding: 60px 0 80px;
  color: #fff;
  width:100vw;
}
.schedule-section-title{
  font-size: 48px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
  text-shadow: 0 0px 10px #84495a;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
.schedule-section-sub-title{
    font-size: 32px;
}
.schedule-section-main-title{
    font-size: 42px;
    margin-top: 10px;
}
.schedules{
  max-width: 768px;
  width: 80vw;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  row-gap:20px;
}
.schedules-images{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.the-shinmonzen-section-lead-lower-author{
  display: block;
}
.the-shinmonzen-suisho-sub-images-label{
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.gion-contents-small-english{
  font-size: 18px;
  margin-bottom: 10px;
}
.condition-section-lead -bold{
  font-weight: bold;
}
.condition-section-lead.-package-price{
  margin-bottom: 25px;
  font-size: 18px;
}
a.condition-section-link2{
  margin-top:30px;
  display: block;
  text-decoration: underline;
  color: #000;
}
.condition-section-img{
  width: 60vw;
  max-width: 1120px;
}
.schedule-section-desc{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 50px;
    font-family: "Noto Sans JP", Meiryo, sans-serif;
}
@media (min-width: 769px) and (max-width:1120px) {
  .shinmonzen-grids{
    grid-template-columns: 1fr 48vw 1fr;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .shinmonzen-map iframe{
    width:48vw;
    height: 36vw;
  }
  .the-shinmonzen-suisho-main{
    width: 90vw;
    margin: 0 auto 40px;
    grid-template-areas:
        "title"
        "img"
        "description"
        "copywriting";
    grid-template-columns:auto;
    grid-template-rows: auto;
  }
  .the-shinmonzen-suisho-main-img{
    height: 500px;
    object-fit: contain;
  }
  .the-shinmonzen-suisho-sub-images{
    justify-content: flex-start;
    width:90vw;
    margin: 0 auto;
  }
  .lead-container-p{
    width: 90vw;
    margin: 0 auto;
  }
  .no-tablet{
    display: none;
  }
  .schedules-images{
    width: 50vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 769px) {
  .mv-container {
    margin-top: 80px;
  }
  .premience-main-body {
    margin-top: 80px;
  }
  .lead-container {
    max-width: 1120px;
    width: 100vw;
  }
  .lead-container h2 {
    font-size: 3.9rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .lead-container p {
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .lead-container p + p {
    margin-top: 40px;
  }
  .schedule-section-main-title .pc_item{
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .lead-container {
    margin-top: 10.6666666667vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .lead-container h2 {
    font-size: 6.4vw;
    line-height: 1.5;
  }
  .lead-container p {
    margin-top: 6vw;
    letter-spacing: -0.04em;
    font-size: 3.6vw;
    line-height: 2;
  }
  .lead-container p + p {
    margin-top: 8vw;
  }
  .shinmonzen-grids{
    grid-template-areas:
    "map map"
    "shinmonzen hanami"
    "geisha yasaka";
    grid-template-columns: 1fr 1fr;
    gap:10px 7px;
    margin-top: 20px;
  }
  .shinmonzen-map{
    height:70vw;
    margin-bottom: 20px;
  }
  #maps{
    width:100%;
    height:70vw;
  }
  .shinmonzen-map-figcaption .pc_item{
    display: none !important;
  }
  .the-shinmonzen-section{
    background-image: none;
    height: auto;
    margin-top: 80px;
  }
  .the-shinmonzen-section-sp-bg{
    padding-top: 0;
  }
  .the-shinmonzen-section-title{
    background: url(/luxurytravel/premience/traditionalculture/kyoto_gion/image/the-shinmonzen-mv-sp.webp) no-repeat;
    background-size: cover;
    height: 150vw;
    padding-top: 75vw;
    font-size: clamp(40px , 10.6vw , 50px);
  }
  .the-shinmonzen-section-lead-upper  ,
  .the-shinmonzen-section-lead-lower{
    position: static;
    text-shadow: none;
    color: #000;
    font-size: clamp(16px , 4.2vw , 20px);
    text-align: left;
    width:90vw;
    margin: 0 auto;
    line-height: 1.5;
  }
  .the-shinmonzen-section-lead-lower{
    margin-top: 1em;
  }
  .the-shinmonzen-suisho-main{
    grid-template-areas:
    "title"
    "img"
    "description"
    "copywriting";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width:90vw;
    margin: 0 auto;
  }
  .the-shinmonzen-suisho-main-description{
    font-size: clamp(16px , 4.2vw , 20px);
  }
  .the-shinmonzen-suisho-main-copywriting{
    line-height: 40px;
  }
  .the-shinmonzen-suisho-sub-images{
    margin-top: 35px;
    gap: 20px 10px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .gion-other-experiences-main-image{
    width: 100%;
  }
  .the-shinmonzen-suisho-sub-images > img{
    width: 100%;
  }
  .the-shinmonzen-suisho{
    margin-top: 80px;
  }
  .gion-section-sub-title{
    font-size: clamp(18px , 4.8vw , 24px);
  }
  .gion-section-main-title{
    font-size: clamp(32px , 6.4vw , 48px);
    line-height: 1.5;
  }
  .gion-main{
    margin-top: 20px;
    grid-template-areas: "picture"
                         "description";
    grid-template-columns: 1fr;
  }
  .gion-picture{
    grid-area: picture;
  }
  .gion-description{
    grid-area: description;
    font-size: clamp(16px, 4.2vw, 20px);
    margin-top: 1em;
  }
  .gion-main-contents{
    display: flex;
    flex-direction: column;
    row-gap:35px;
  }
  .gion-contents-title{
    font-size: clamp(24px , 6.4vw , 32px);
    margin: 25px 0 15px;
  }
  .gion-contents-description{
    font-size: clamp(16px , 4.2vw , 20px);
  }
  .gion-experiences-title{
    border-bottom: none;
    text-decoration: underline;
    text-underline-offset: 18px;
    line-height: 1.5;
    width: auto;
  }
  .gion-special-experiences-images{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .gion-contents-english{
    font-size: clamp(24px , 6.4vw , 32px);
  }
  .gion-contents-img{
    width: 100%;
  }
  .gion-special-experiences-contents .gion-contents-title{
    margin: 10px 0 5px;
  }
  .gion-other-experiences-images{
    grid-template-columns: 1fr;
  }
  .gion-other-experiences-sub-images{
    margin: 20px 0;
  }
  .dining-section-title{
    margin-top: 80px;
  }
  .dining-section-main-title{
    font-size: clamp(20px , 5.3vw , 25px);
  }
  .dining-section-main-title-eng{
    font-size: clamp(40px , 10.6vw , 50px);
  }
  .dining-section-sub-title{
    font-size: clamp(16px , 4.2vw , 20px);
  }
  .dining-section .the-shinmonzen-suisho-main{
        grid-template-areas:"img"
                             "description"
                             "title";
  }
  .dining-section .the-shinmonzen-suisho{
    margin-top: 0;
  }
  .dining-section .the-shinmonzen-suisho-main-title{
    margin-top: 65px;
  }
  .dining-section .the-shinmonzen-suisho-main-description{
    font-size: clamp(16px , 4.2vw , 20px);
  }
  .schedules{
    width:90vw;
  }
  .schedule-section{
    margin-top: 80px;
  }
  .schedule-section-main-title{
    margin-top: 0;
    font-size: 22.5px;
    line-height: 35px;
  }
  .schedule-section-desc{
    width: 90vw;
    text-align: left;
    margin: 0 auto 60px;
  }
  .schedule-section-main-title .pc_item{
    display: none !important;
  }
  .schedule-section{
    background-color: #163f65;
    background-image: none;
    padding:40px 0;
    margin-top: 0;
  }
  .schedule-section-title{
    margin-bottom:10px;
    line-height: 1;
    font-size: 40px;
  }
  .schedule-section-sub-title{
    font-size: clamp(21px , 5.6vw , 30px);
  }
  .schedules-images{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:8px;
    width:90vw;
    margin: 0 auto;
  }
  .schedules-images > img{
    width:100%;
  }
  .schedule-section{
    padding-bottom: 60px;
  }
  .conditions{
    margin-top: 80px;
    background-image: url(/luxurytravel/premience/traditionalculture/kyoto_gion/image/conditions-bg-sp.webp?v=20251222);
    text-align: left;
    padding: 30px 0;
  }
  .condition-section{
    width:90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .condition-section-title{
    line-height: 1.5;
    text-align: center;
    margin-bottom: 25px;
    font-size: clamp(24px , 6.4vw , 32px);
  }
  .condition-section-link{
    word-break: break-all;
  }
  .shinmonzen-title{
    width:8em;
    padding: 5px 0.5em;
    margin-top: 50px;
  }
  .shinmonzen-title::before, .shinmonzen-title::after{
    height:5px;
    width:23vw;
    left: -24vw;
  }
  .shinmonzen-title::after{
    right: -24vw;
    left: auto;
  }
  .condition-section-lead ,
  .condition-section-list{
    font-size: clamp(16px , 4.2vw , 20px);
    line-height: 1.3;
  }
  .dining-section{
    margin: 0 auto 50px;
  }
  .the-shinmonzen-section-lead-lower-author{
    text-align: left;
    margin-top: 1em;
  }
  .info-window-image{
    display: none;
  }
  .condition-section-first{
    background: none;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .condition-section-wrapper{
    color: #fff;
    border: 0;
    padding: 0;
    margin-top: 65px;
    width: 90vw;
  }
  a.condition-section-link2{
    color: #96efff;
    word-break: break-all;
  }
  .condition-section-img{
    width: 90vw;
    margin: 0 auto;
    display: block;
  }
  .condition-section-lead.-package-price{
    font-size: 22px;
  }
}