@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-----------------------------------------
scssで制作してます。cssを変更しないでください。
-----------------------------------------*/
/*----------------------------------------
	- base
	- main visual
	- topic & column_content
	- route_map & festival_img
	- column_content

-----------------------------------------*/
/*-----------------------------------------
	base
-----------------------------------------*/
p,
span,
figcaption,
dd,
li {
  font-weight: 500;
}

h3,
h4,
dt {
  font-weight: 600;
}

.sec_culture .festival_img figcaption, .sec_spot .festival_img figcaption, .sec_culture .gion_img figcaption, .sec_spot .gion_img figcaption {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec_culture .festival_img figcaption, .sec_spot .festival_img figcaption, .sec_culture .gion_img figcaption, .sec_spot .gion_img figcaption {
    font-size: 11px;
    bottom: 6px;
  }
}

.w1600 {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}

/*-----------------------------------------
	main visual
-----------------------------------------*/
.und_mv {
  background: center/cover url(../img/culture/main.jpg) no-repeat;
}
.und_mv p {
  text-transform: uppercase;
}

/*-----------------------------------------
	sec_culture
-----------------------------------------*/
.sec_culture h3, .sec_spot h3 {
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .sec_culture h3, .sec_spot h3 {
    margin-bottom: 26px;
  }
}
.sec_culture .gion_img, .sec_spot .gion_img {
  margin-bottom: 138px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_culture .gion_img, .sec_spot .gion_img {
    margin-bottom: 69px;
  }
}
.sec_culture .gion_img img, .sec_spot .gion_img img {
  width: 100%;
}
.sec_culture .gion_img figcaption, .sec_spot .gion_img figcaption {
  right: 24px;
}
@media screen and (max-width: 768px) {
  .sec_culture .gion_img figcaption, .sec_spot .gion_img figcaption {
    font-size: 10px;
    right: 8px;
  }
}
.sec_culture .column_content, .sec_spot .column_content {
  margin-bottom: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.24%;
}
@media screen and (max-width: 768px) {
  .sec_culture .column_content, .sec_spot .column_content {
    display: block;
    margin-bottom: 52px;
  }
}
.sec_culture .column_content .content_left, .sec_spot .column_content .content_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_culture .column_content .content_left h4, .sec_spot .column_content .content_left h4 {
  font-size: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .sec_culture .column_content .content_left h4, .sec_spot .column_content .content_left h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 18px;
  }
}
.sec_culture .column_content .content_left .left_txt, .sec_spot .column_content .content_left .left_txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec_culture .column_content .content_left .left_txt, .sec_spot .column_content .content_left .left_txt {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 8px;
  }
}
.sec_culture .column_content .content_right, .sec_spot .column_content .content_right {
  width: 47.25%;
}
@media screen and (max-width: 768px) {
  .sec_culture .column_content .content_right, .sec_spot .column_content .content_right {
    width: 100%;
  }
}
.sec_culture .column_content .content_right .right_img, .sec_spot .column_content .content_right .right_img {
  position: relative;
}
.sec_culture .column_content .content_right .right_img figcaption, .sec_spot .column_content .content_right .right_img figcaption {
  position: absolute;
  right: 12px;
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  .sec_culture .column_content .content_right .right_img figcaption, .sec_spot .column_content .content_right .right_img figcaption {
    right: 6px;
  }
}
.sec_culture .column_content .content_right .right_img figcaption p, .sec_spot .column_content .content_right .right_img figcaption p {
  color: #FFF;
  font-size: 17.5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_culture .column_content .content_right .right_img figcaption p, .sec_spot .column_content .content_right .right_img figcaption p {
    font-size: 11px;
  }
}
.sec_culture .column_content .content_right .right_img figcaption p span:first-of-type, .sec_spot .column_content .content_right .right_img figcaption p span:first-of-type {
  background: #a49263;
  line-height: 1.5;
  padding-inline: 9px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_culture .column_content .content_right .right_img figcaption p span:first-of-type, .sec_spot .column_content .content_right .right_img figcaption p span:first-of-type {
    line-height: 1.455;
    padding-inline: 5.42px;
    top: 1px;
  }
}
.sec_culture .column_content .content_right .right_img figcaption p span:nth-of-type(2), .sec_spot .column_content .content_right .right_img figcaption p span:nth-of-type(2) {
  padding-left: 28.5px;
}
@media screen and (max-width: 768px) {
  .sec_culture .column_content .content_right .right_img figcaption p span:nth-of-type(2), .sec_spot .column_content .content_right .right_img figcaption p span:nth-of-type(2) {
    padding-left: 18px;
  }
}
.sec_culture .route_wrapper, .sec_spot .route_wrapper {
  margin-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .sec_culture .route_wrapper, .sec_spot .route_wrapper {
    background: #e5e5e9;
    padding-top: 26px;
    padding-bottom: 40px;
    margin-bottom: 52px;
  }
}
.sec_culture .route_wrapper .route_map, .sec_spot .route_wrapper .route_map {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sec_culture .route_wrapper .route_map, .sec_spot .route_wrapper .route_map {
    margin-bottom: 32px;
  }
}
.sec_culture .route_wrapper .route_map h4, .sec_spot .route_wrapper .route_map h4 {
  font-size: 26px;
  padding-left: 32px;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_culture .route_wrapper .route_map h4, .sec_spot .route_wrapper .route_map h4 {
    font-size: 20px;
    text-align: center;
  }
}
.sec_culture .route_wrapper .route_map h4::before, .sec_spot .route_wrapper .route_map h4::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #000;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_culture .route_wrapper .route_map h4::before, .sec_spot .route_wrapper .route_map h4::before {
    display: none;
  }
}
.sec_culture .festival_img, .sec_spot .festival_img {
  position: relative;
}
.sec_culture .festival_img img, .sec_spot .festival_img img {
  width: 100%;
}
.sec_culture .festival_img figcaption, .sec_spot .festival_img figcaption {
  text-transform: uppercase;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .sec_culture .festival_img figcaption, .sec_spot .festival_img figcaption {
    position: static;
    color: #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 4px 3.7% 0 auto;
  }
}

/*-----------------------------------------
	sec_spot
-----------------------------------------*/
.sec_spot .w1600 {
  width: 90%;
}
.sec_spot .w1600 .content_left {
  padding-left: 6.75%;
}
@media screen and (max-width: 768px) {
  .sec_spot .w1600 .content_left {
    padding-left: 0;
  }
}
.sec_spot .column_content:first-of-type .content_right {
  width: 50%;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .sec_spot .column_content:first-of-type .content_right {
    width: 100%;
  }
}
.sec_spot .column_content:first-of-type .content_right .right_img figcaption {
  right: 32px;
  bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sec_spot .column_content:first-of-type .content_right .right_img figcaption {
    right: 4px;
    bottom: 4px;
  }
}
.sec_spot .column_content:first-of-type .content_right .right_img figcaption span:first-of-type {
  padding-inline: 8.15px;
}
@media screen and (max-width: 768px) {
  .sec_spot .column_content:first-of-type .content_right .right_img figcaption span:first-of-type {
    padding-inline: 4.87px;
  }
}
.sec_spot .column_content:first-of-type .content_right .right_img figcaption span:nth-of-type(2) {
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .sec_spot .column_content:first-of-type .content_right .right_img figcaption span:nth-of-type(2) {
    padding-left: 20px;
  }
}
.sec_spot .column_content:nth-of-type(2) .content_right {
  margin-left: calc(50% - 50vw);
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec_spot .column_content:nth-of-type(2) .content_right {
    margin-left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_spot .reverse {
    margin-bottom: 36px;
  }
}
.sec_spot .reverse .content_left {
  padding-left: 0;
  padding-right: 6.75%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .sec_spot .reverse .content_left {
    padding: 0;
  }
}
.sec_spot .reverse .content_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sec_spot .reverse .content_right .right_img figcaption {
  left: 32px;
  bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sec_spot .reverse .content_right .right_img figcaption {
    left: auto;
    right: 4px;
    bottom: 4px;
  }
}
.sec_spot .reverse .content_right .right_img figcaption p span:first-of-type {
  padding-inline: 8.16px;
}
@media screen and (max-width: 768px) {
  .sec_spot .reverse .content_right .right_img figcaption p span:first-of-type {
    padding-inline: 4.88px;
  }
}
.sec_spot .reverse .content_right .right_img figcaption p span:nth-of-type(2) {
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .sec_spot .reverse .content_right .right_img figcaption p span:nth-of-type(2) {
    padding-left: 20px;
  }
}

/*-----------------------------------------
	culture_map
-----------------------------------------*/
.culture_map {
  background: #e5e5e9;
  padding-top: 144px;
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .culture_map {
    padding-top: 36px;
    padding-bottom: 64px;
  }
}
.culture_map .map {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .culture_map .map {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=culture.css.map */