@charset "utf-8";

:root{
  --orange: #c34e3c;
  --center_contain: no-repeat center center / contain;
}

.nopc {
  display: none;
}
main * {
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.title-wrapper{
  width: 100%;
  height: 400px;
  background: url("../img/ttl_bg.jpg") no-repeat center top;
  position: relative;
}
.title-logo>img{
  width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.nav-wrapper{
  width: 100%;
  background: #000;
}
.nav-list{
  width: 992px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.nav-list>li{
  width: 50%;
  border-right: 1px solid #FFF;
}
.nav-list>li:first-child{
  border-left: 1px solid #FFF;
}
.nav-list>li>a{
  display: block;
  padding: 10px 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  position: relative
}
.nav-list>li>a::after{
  content: "";
  background: url("../img/navi_arrow.png") var(--center_contain);
  width: 14px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  margin: auto;
}
.nav-list>li>a:hover{
  background: var(--orange);
}

.content-wrapper{
  padding: 50px 0;
  background: url("../img/bg2.png") repeat
}
.content-wrapper.matsuri{
  background: url("../img/bg1.png") repeat
}
.inner{
  width: 992px;
  margin: auto;
}
.head-title{
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.content-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.more-link+.content-box{
  margin-top: 100px
}
.left-box,
.right-box{
  width: calc((100% - 20px) / 2);
}
.item-photo>li,
p.item-photo{
  position: relative;
}
.sub-title{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}
.sub-title>small{
  font-size: 14px;
  font-weight: 400;
}
.body-copy{
  font-size: 18px;
  font-weight: 500;
  color: var(--orange);
  margin-bottom: 5px;
}
.item-data{
  margin-top: 20px;
}
.item-data>li{
  font-size: 14px;
  padding-left: 5em;
  position: relative
}
.item-data>li+li{
  margin-top: 8px;
}
.item-data>li::before {
  background: #000;
  color: #FFF;
  width: 4em;
  padding: 0 3px;
  text-align:justify;
  text-align-last:justify;
  position: absolute;
  top: 0;
  left: 0;
}
.item-data>li.item-data__day::before{
  content: "開催日"
}
.item-data>li.item-data__place::before {
  content: "開催場所";
}
.ph-caption{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3px;
  background: rgba(0 0 0 / 80%);
  font-size: 12px;
  color: #FFF;
}
.content-clm3{
  display: flex;
  margin: 100px auto 50px;
}
.content-clm3>li{
  width: calc(96% / 3);
  flex-grow: 1;
  margin-right: 2%;
}
.content-clm3>li:last-child{
  margin-right: 0
}
.content-clm3>li .item-photo{
  width: 100%;
  height: 310px;
  margin-bottom: 5px;
}
.content-clm3>li .item-photo>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.tour-sub-title{
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px
}
.tour-sub-title>span{
  color: var(--orange);
}
.tour-sub-title>span::after{
  content: "おすすめツアー";
  display: inline-block;
  color: #000;
}
.tour-sub-title::before,
.tour-sub-title::after{
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: var(--orange)
}
.tour-sub-title::before{
  left: 0;
}
.tour-sub-title::after{
  right: 0;
}
.product-list>li * {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif
}
.more-link{
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
.more-link>p{
  width: calc((100% - 20px) / 2);
  max-width: 480px;
  flex-grow: 1;
}
.more-link>p+p{
  margin-left: 20px
}
.more-link>p:empty{
  display: none
}
.more-link>p>a{
  display: block;
  background: #000;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  padding: 16px;
  position: relative;
}
.more-link>p>a::after{
  content: "";
  background: url("../img/btn_arrow.png") var(--center_contain);
  width: 10px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
}
.more-link>p>a:hover{
  background: var(--orange);
}


.movie__container {
    background-color: #000;
}

.movie__box {
    text-align: center;
}



