@charset "utf-8";
.l-mv {
  position: relative;
}
.l-mv .mv_main .slick-slide:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 32%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}

.slick-slider {
  padding-bottom: 0;
}
.slick-dots{
    display: none!important;
}
.l-mv .slick-slide img{
    width: 100%;
}
.l-mv .mv_main .slick-slide{
    max-height: 940px;
}
.l-mv .mv_txt{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 15%;
    line-height: 1.8;
    text-shadow: 0 0 8px rgba(0, 0, 0, 1);
    text-align: center;
    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    
    opacity: 0;
    transition: opacity 1.5s ease 1s;
}
.l-mv .slick-active .mv_txt {
  opacity: 1;
}
.l-mv .mv_txt a{
    color: #fff;
    background: #8C2D13;
    padding: 17px 40px;
    border-radius: 50px;
    margin-top: clamp(40px, 32.718px + 1.942vw, 70px);
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
}
.l-mv .mv_min{
    max-height: 240px;
    pointer-events: none;
}

.news{
    padding: 20px 0;
    border-bottom: solid 1px #999999;
}
.news .c-wrap-1100{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.news .news-txt{
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.news .news-day{
    font-size: 14px;
    font-size: 1.4rem;
    width: 12%;
}
.news .news-tit{
    width: 85%;
}
.news .news-more{
    padding-left: 2%;
    width: 20%;
}
.news .news-more .arrow-right{
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    margin-left: 14px;
}


.bnr_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    margin-top: 100px;
}
.bnr_flex .bnr_btn{
    width: 49%;
}
.bnr_flex .bnr_btn a{
    display: block;
    height: 100%;
}
.p-top-gastronomy .bnr_flex.mtmb60{
    margin: 60px 0;
}

.p-top-gastronomy {
  background: url(../images/top/gastronomy_bg1.jpg) center top;
  padding: 100px 0;
}
.p-top-gastronomy .heading, .p-top-meet .heading{
    font-weight: 400;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 15%;
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 30px;
}
.p-top-gastronomy .heading .circle, .p-top-meet .heading .circle{
    font-size: 7rem;
    color: #FFF;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: #8C2D13;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}
.p-top-gastronomy .heading h2, .p-top-meet .heading h2 {
    font-size: 4.5rem;
}
.p-top-gastronomy .heading .red, .p-top-meet .heading .red{
    color: #8C2D13;
}
.content .bnr {
  text-align: center;
}

.p-top-gastronomy .gastronomy-icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.p-top-gastronomy .gastronomy-icons li{
    text-align: center;
    width: 30%;
    padding: 10px 40px;
    border-right: solid 1px #999999;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.p-top-gastronomy .gastronomy-icons li:last-of-type{
    border-right: none;
}
.p-top-gastronomy .gastronomy-icons li a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.p-top-gastronomy .gastronomy-icons li a img{
    width: 80px;
    margin: 0 auto;
}

.p-top-meet {
  background: url(../images/top/gastronomy_bg1.jpg) center top;
  padding-bottom: 150px;
}
.p-top-meet .meat-flex{
    position: relative;
}
.p-top-meet .meat-flex .meet-img{
    position: absolute;
    right: -20%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(240px, 213.301px + 7.12vw, 350px);
    max-width: 350px;
}
.p-top-meet .comment {
    display: flex;
    border: 1px solid #8C2D13;
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    margin-top: 100px;
}
.p-top-meet .comment-tit {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    padding-right: 30px;
    border-right: 1px solid #999999;
    width: 23%;
}
.p-top-meet .comment-tit h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0;
}
.p-top-meet .comment-link a {
    font-size: 18px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    white-space: nowrap;
}
.p-top-meet .comment-txt {
    padding-left: 30px;
    width: 77%;
    line-height: 1.8;
}
.p-top-meet .comment-name {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #999999;
}

.p-top-meet .comment-name span {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.p-top-movie {
  margin-bottom: 160px;
}
.p-top-movie .heading {
  text-align: center;
  margin-bottom: 60px;
}
.p-top-movie .heading h2 {
  font-size: 70px;
  font-size: 7rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-top-movie .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.p-top-movie .content ul:before, .p-top-movie .content ul:after {
  display: none;
}
.p-top-movie .content li {
  width: 30%;
  margin-left: 3.334%;
  margin-bottom: 60px;
}
.p-top-movie .content li:nth-child(4n+1) {
  margin-left: 0;
}
.p-top-movie .content li .u-youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-top-movie .content li .u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-top-movie .content li .txt1 {
  margin-top: 18px;
}
.p-top-movie .content li .txt1 p {
  border-left: 6px solid #8C2D13;
  padding-left: 8px;
  font-size: 22px;
  font-size: 14.5px;
  line-height: 160%;
  font-weight: 600;
}




/*230411追記*/
.p-top-connection {
  margin-top: 60px;
}
.p-top-connection .content {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
/*230713追記*/
.p-top-movie .bnr {
  text-align: center;
  margin-bottom: 100px;
}
/*230713*/
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
  .l-mv {}
  .l-mv img {
    height: 100%;
    object-fit: cover;
  }
    .l-mv .mv_main .slick-slide{
        height: 450px;
    }
    .l-mv .mv_txt{
        font-size: 18px;
        width: 95%;
    }
    .l-mv .mv_txt a{
        padding: 15px 30px;
        font-size: 18px;
        line-height: 1.5;
        
    }
    
    .news .c-wrap-1100{
        padding: 0 15px;
        flex-direction: column-reverse;
        
    }
    .news .news-txt{
        width: 100%;
        gap: 5px;
    }
    .news .news-day, .news .news-tit{
        width: 100%;
        gap: 5px;
    }
    .news .news-more{
        width: 100%;
        text-align: end;
        font-size: 16px;
        border-bottom: solid 1px #999;
        margin-bottom: 5px;
    }

    .bnr_flex{
        gap: 20px;
        margin-top: 80px;
    }
    .bnr_flex .bnr_btn{
        width: 100%;
    }

    .p-top-gastronomy{
        padding: 80px 0;
    }
    .p-top-gastronomy .heading .circle, .p-top-meet .heading .circle{
        font-size: 4rem;
        width: 65px;
        height: 65px;
    }
    .p-top-gastronomy .heading h2, .p-top-meet .heading h2 {
        font-size: 2.3rem;
    }
    .p-top-gastronomy .gastronomy-icons{
        flex-direction: column;
        
    }
    .p-top-gastronomy .gastronomy-icons li{
        width: 100%;
        padding: 30px;
        border-right: none;
        border-bottom: solid 1px #999999;
    }
    .p-top-gastronomy .gastronomy-icons li:last-of-type{
        border-bottom: none;
        padding-bottom: 0;
    }
    .p-top-meet {
        padding-bottom: 80px;
    }
    .p-top-meet .meat-flex {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .p-top-meet .meat-flex .meet-img {
        position: static;
        transform: translate(0, 0);
        margin: 0 auto;
    }
    .p-top-meet .comment{
        flex-direction: column;
        font-size: 16px;
        padding: 30px 20px;
    }
    .p-top-meet .comment-tit{
        flex-wrap: wrap;
        align-content: center;
        gap: 10px;
        padding: 0 0 10px;
        border-right: 0;
        border-bottom: 1px solid #999999;
        width: 100%;
    }
    .p-top-meet .comment-tit h4{
        font-size: 23px;
    }
    .p-top-meet .comment-link a{
        font-size: 16px;
    }
    .p-top-meet .comment-link a img{
        width: 22px;
    }
    .p-top-meet .comment-txt{
        width: 100%;
        padding: 15px 0 0;
    }
    .p-top-meet .comment-name span{
        font-size: 18px;
    }

  .p-top-movie {
    margin-bottom: 60px;
  }
  .p-top-movie .heading {
    margin-bottom: 30px;
  }
  .p-top-movie .heading h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .p-top-movie .content li {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .p-top-movie .content li .txt1 {
    margin-top: 10px;
  }
  .p-top-movie .content li .txt1 p {
    font-size: 16px;
    font-size: 1.6rem;
    border-left-width: 4px;
  }
    
    
  
  .p-top-search .bnr-bg3 a p {
    transform: translate(-70%, -47%);
    font-size: 13px;
    padding: 0;
  }
}
/*230614追記*/
.p-top-movie .bnr_btn a {
  background: #8C2D13;
  color: #fff;
  padding: 20px 120px;
  font-size: 25px;
  border-radius: 60px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top-movie .bnr_btn {
  margin-top: 15px;
  text-align: center;
}
/*230614*/
/*230413*/
.p-top-connection .content {
  margin-top: 80px;
  margin-bottom: 40px;
}
/*
#google_translate_element .goog-te-gadget .VIpgJd-ZVi9od-l4eHX-hSRGPd {
	color: #FFFFFF;
}
*/
/*
.l-footer-translate .skiptranslate {
	display: block;
}
*/
.l-footer-translate {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0 7px;
  z-index: 10000;
}
.l-footer-translate .skiptranslate .goog-te-combo {
  margin-right: 3px;
}
.l-mv .l-footer-translate img {
  height: auto;
}
@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
  .l-footer-translate {
    position: static;
  }
  .l-footer-translate .skiptranslate {
    justify-content: center;
  }
  /*230413*/
  /*230614追記*/
  .p-top-movie .bnr_btn a {
    background: #8C2D13;
    color: #fff;
    padding: 20px 100px;
    font-size: 20px;
    border-radius: 60px;
  }
  .p-top-movie .bnr_btn {
    margin-top: 15px;
  }
  /*230614*/
}