@charset "UTF-8";
/*===============*/
/* コンテンツ内容 */
/*===============*/
/* フッター
-----------------------------------*/
.index footer {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .index footer .bg-area {
    padding-bottom: 130px;
  }
}

/* 追従バナー
-----------------------------------*/
.fixed-bn {
  position: fixed;
  right: 0;
  bottom: 24px;
  z-index: 10;
  /* max-width: 340px; */
  /* width: 100%; */
}
@media (max-width: 767px) {
  .fixed-bn {
    /* max-width: 300px; */
    bottom: 0px;
  }
}
.fixed-bn ul{
  text-align: right;
}
.fixed-bn li{
  margin: 14px 0;
  /* width: 100%; */
}
.fixed-bn li a{
  width: 340px;
  height: 63px;
  display: inline-block;
}
@media (max-width: 767px) {
  .fixed-bn li{
    margin: 10px 0;
    transform: translateX(20px);
  }
  .fixed-bn li a{
    width: 213px;
    height: 40px;
  }

}

.fixed-bn li:first-child{
  background: url('../images/index/fixed_01.png') no-repeat;
  background-size: 100% auto;
}
.fixed-bn li:first-child:hover{
  background: url('../images/index/fixed_01_hover.png') no-repeat;
  background-size: 100% auto;

}
.fixed-bn li:last-child{
  background: url('../images/index/fixed_02.png') no-repeat;
  background-size: 100% auto;
}
.fixed-bn li:last-child:hover{
  background: url('../images/index/fixed_02_hover.png') no-repeat;
  background-size: 100% auto;
}


/* @media (max-width: 640px) {
  .fixed-bn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 12px;
    max-width: 100%;
    width: 76%;
    margin: 0 auto;
  }
} */
/* .fixed-bn .bn-list li {
  background-color: #FFF;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .fixed-bn .bn-list li {
    margin-bottom: 10px;
  }
}
.fixed-bn .bn-list li a {
  display: block;
  width: 100%;
  padding: 5px;
  background: #9A790E;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.fixed-bn .bn-list li a:hover {
  opacity: 0.7;
  color: #FFF;
  text-decoration: none;
}
.fixed-bn .bn-list li a .txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 0px 0 68px;
  border: 2px solid #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  .fixed-bn .bn-list li a .txt {
    padding: 0 0px 0 70px;
  }
}
.fixed-bn .bn-list li a .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 59px;
  height: 32px;
}
.fixed-bn .bn-list li a .txt span {
  display: block;
}
.fixed-bn .bn-list li a .txt .txt01 {
  font-size: 14px;
  margin-bottom: 8px;
}
.fixed-bn .bn-list li a .txt .txt02 {
  font-size: 16px;
}
.fixed-bn .bn-list li:last-child {
  margin-bottom: 0;
}
.fixed-bn .bn-list li:nth-of-type(1) a .txt::before {
  background: url('../images/index/fixed_ic01.svg') no-repeat;
  background-size: 100% auto;
}
.fixed-bn .bn-list li:nth-of-type(2) a .txt::before {
  background: url('../images/index/fixed_ic02.svg') no-repeat;
  background-size: 100% auto;
} */

/* メイン
-----------------------------------*/
.index {
  background: #F8F8F4;
}
.index .main-sec {
  position: relative;
}
.index .main-sec .info-txt {
  background-color: #751300;
  color: #FFF;
}
.index .main-sec .info-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 15px 0 ;
  align-items: center;
}

.index .main-sec .info-txt .logo{
  width: 322px;
  /* padding: 20px 20px; */
  text-align: center;
}
.index .main-sec .info-txt .logo img{
  width: 230px;
  height: 10px;
  margin-bottom: 5px;
}
.index .main-sec .info-txt p{
  font-size: 16px;
  margin-bottom: 0;
  padding: 0px 10px 0px 10px;
}

@media (max-width: 1023px) {
  .index .main-sec .info-txt  {
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .index .main-sec .info-txt p{
    font-size: 14px;
    /* padding: 0; */
  }
}
.index .main-sec .img-area {
  /* position: relative; */
  display: flex;
  justify-content: left;
  /* overflow: hidden; */
  /* max-width: 2049px; */
  /* margin: 0 auto; */
}
@media (max-width: 1023px) {
  .index .main-sec .img-area{
flex-direction: column-reverse;
  }
}
.index .main-sec .img-area .main-text {
  width: 332px;
  height: 800px;
  background: #231815;
  color:#FFF;
  padding: 60px 45px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.18;
}
@media (max-width: 1023px) {
  .index .main-sec .img-area .main-text {
    padding: 30px 16px;
    width: 100%;
    height: auto;
  }
  .index .main-sec .img-area .main-text br{
    display: none;
  }
}
.index .main-sec .img-area .main-text .main-text-title{
  font-size: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 38px;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .index .main-sec .img-area .main-text .main-text-title{
    text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  }
}
.index .main-sec .img-area .list-slide{
  flex:1;
  width: calc(100% - 332px);
}
@media (max-width: 1023px) {
  .index .main-sec .img-area .list-slide{
    width: 100%;
    margin-bottom: 0;
  }
}
.index .main-sec .img-area .list-slide img {
  height: 800px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1023px) {
  .index .main-sec .img-area .list-slide img {
    max-height: 560px;
    object-fit: cover;
    width: 100%;
  }
}
.index .main-sec .img-area .slick-dots {
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .index .main-sec .img-area .slick-dots {
    bottom: 30px;
  }
}
.index .main-sec .img-area .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.index .main-sec .img-area .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 500px;
  background: #FFF;
}
.index .main-sec .img-area .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 10px;
}
.index .main-sec .img-area .slick-dots li.slick-active {
  position: relative;
}
.index .main-sec .img-area .slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #FFF;
  border-radius: 500px;
  width: 20px;
  height: 20px;
}


.index .news-sec {
  background: #F8F8F4;
}
.index .usage-fee-sec {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .index .usage-fee-sec {
    margin-bottom: 60px;
  }
}
.index .usage-fee-sec .table {
  margin-bottom: 24px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .index .usage-fee-sec .table {
    margin-bottom: 16px;
    font-size: 13px;
  }
}
.index .usage-fee-sec .table th {
  width: 278px;
}
@media (max-width: 767px) {
  .index .usage-fee-sec .table th {
    display: block;
    width: 100%;
  }
}
.index .usage-fee-sec .table td {
  width: calc(100% - 278px);
}
@media (max-width: 767px) {
  .index .usage-fee-sec .table td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.index .usage-fee-sec .table td a {
  color: #751300;
  text-decoration: underline;
}
.index .usage-fee-sec .table td a:hover {
  text-decoration: none;
}
.index .usage-fee-sec p.attention {
  color: #751300;
  font-size: 16px;
}
@media (max-width: 767px) {
  .index .usage-fee-sec p.attention {
    font-size: 13px;
  }
}
.index .usage-fee-sec ul.indent {
  margin-bottom: 56px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .index .usage-fee-sec ul.indent {
    margin-bottom: 24px;
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .index .usage-fee-sec .list-bt {
    display: block;
  }
}
@media (max-width: 1024px) {
  .index .usage-fee-sec .list-bt li {
    max-width: 460px;
    width: 100%;
    margin: 0 auto 24px;
  }
}
@media (max-width: 767px) {
  .index .usage-fee-sec .list-bt li {
    margin: 0 auto 18px;
  }
}
@media (max-width: 1024px) {
  .index .usage-fee-sec .list-bt li:last-child {
    margin-bottom: 0;
  }
}
.index .guide-sec {
  margin: 140px 0;
}
@media (max-width: 767px) {
  .index .guide-sec {
    margin: 72px 0;
  }
}
.index .guide-sec .box {
  padding: 12px 0;
  border-top: 4px solid #751300;
  border-bottom: 4px solid #751300;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .index .guide-sec .box {
    padding: 4px 0;
  }
}
.index .guide-sec .box .inner {
  padding: 0 0 80px;
  border-top: 2px solid #751300;
  border-bottom: 2px solid #751300;
}
@media (max-width: 767px) {
  .index .guide-sec .box .inner {
    padding-bottom: 40px;
  }
}
.index .guide-sec .box .heading01 {
  font-size: 32px;
  margin: 72px 0 36px;
}
@media (max-width: 767px) {
  .index .guide-sec .box .heading01 {
    font-size: 24px;
    line-height: 1.75;
    margin: 32px 0 24px;
  }
}
.index .guide-sec .box .com-bt {
  margin: 0 auto;
}
.index .menu-sec {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .index .menu-sec {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .index .menu-sec .list-menu {
    display: block;
  }
}
.index .menu-sec .list-menu li {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .index .menu-sec .list-menu li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .index .menu-sec .list-menu li:nth-child(even) {
    margin: 0 auto 42px;
  }
}
.index .menu-sec .list-menu li a:hover {
  text-decoration: none;
}
.index .menu-sec .list-menu li figure {
  margin-bottom: 18px;
}
.index .menu-sec .list-menu li figure img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .index .menu-sec .list-menu li figure {
    margin-bottom: 24px;
  }
  .index .menu-sec .list-menu li figure img{
    height: auto;
    max-height: 400px;
  }
}
.index .menu-sec .list-menu li figure img.narrow{
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.index .menu-sec .list-menu li .menu-txt dt {
  margin-bottom: 10px;
  color: #751300;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .menu-sec .list-menu li .menu-txt dt {
    font-size: 22px;
  }
}
.index .menu-sec .list-menu li .menu-txt dd {
  color: #4D4D4D;
  font-size: 16px;
}
@media (max-width: 767px) {
  .index .menu-sec .list-menu li .menu-txt dd {
    font-size: 13px;
  }
}
.index .menu-sec .heading01{
  margin: 140px 0 36px;
}
.index .menu-sec .list-gourmet{
  margin-top: 60px;
}

@media (max-width: 767px) {
  .index .menu-sec .list-gourmet {
    margin-top: 30px;
    display: block;
  }
  .index .menu-sec .list-gourmet li {
    width: 100%;
    margin: 0 auto 24px;
  }
  .index .menu-sec .list-gourmet li img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
}
.index .menu-sec .list-gourmet a:hover {
  text-decoration: none;
}
.index .menu-sec .list-gourmet .txt {
  padding: 32px;
  background-color: #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  .index .menu-sec .list-gourmet .txt {
    padding: 20px 16px 32px;
  }
}
.index .menu-sec .list-gourmet .txt dt {
  margin-bottom: 24px;
  color: #751300;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .index .menu-sec .list-gourmet .txt dt {
    font-size: 18px;
  }
}
.index .menu-sec .list-gourmet .txt dd {
  color: #606060;
}
.index .menu-sec .list-gourmet .txt dd + dd {
  margin: 15px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .index .menu-sec .list-gourmet .txt dd {
    font-size: 13px;
  }
}
.index .insta-sec {
  padding: 72px 0 60px;
  background: #FFF;
}
@media (max-width: 767px) {
  .index .insta-sec {
    padding: 48px 0 60px;
  }
}
.index .insta-sec .heading01 {
  margin-top: 0;
}
.index .insta-sec .heading01 span {
  position: relative;
  display: inline-block;
  padding-left: 68px;
}
.index .insta-sec .heading01 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: url('../images/index/insta_ic01.svg') no-repeat;
  background-size: 100% auto;
}
.index .insta-sec .btn {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .index .insta-sec .btn {
    margin-top: 32px;
  }
}
.index .insta-sec .btn a {
  margin: 0 auto;
}