@charset "utf-8";
#top {
  dl.info{
    @media (max-width: 900px) {
    width: auto;
    }
  }
  h6,
  ul.hotels{
     @media (max-width: 1200px) {
      width: auto;
     }
  }
  footer > ul.under{
     @media (max-width: 1000px) {
      width: auto;
     } 

  }
  
}
h1{
    &.mv_copy{
        font-size: 30px;
        color: #fff;
        position: absolute;
        z-index: 1;
        line-height: 160%;
        top: 70px;
        margin: auto;
        left: 0;
        right: 0;
        width: fit-content;
        transform: translateX(max(-25%,-300px));
        
        @media (min-width: 860px) {
        transform: translateX(-25vw);

        }
        @media (max-width: 750px) {
            font-size: 20px;
            top: 20px;
            left:15px;
            transform: translateX(0);
            right: auto;
            
        }
    }
}

.mv{
    position: relative;
    max-height: 598px;
    overflow: hidden;
    &:after{
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.55;
        background-color: #000;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slick-list,
    .slick-track,
    .slick-slide {
    height: 100%;
    }
}
.slick-slider{
    &.slick-dotted{
        margin-bottom: 0;
    }
}
.slider
{
    a:hover{
        opacity: 1;
    }   
    .slick-dots{
        bottom: auto;
        z-index: 5;
        top:min(90%, 550px);
        li{
            width: 10px!important;
            height: 10px!important;
            margin: 0 8px!important;
            @media (max-width: 750px) {
                width: 5px!important;
                height: 5px!important;
                margin: 0 3px!important;
            }
            &.slick-active{
                button{
                    &:before{
                        background-color: #896727;
                    }
                }
            }
            button{
                padding: 0;
                width: 10px;
                height: 10px;
                @media (max-width: 750px) {
                    width: 5px!important;
                    height: 5px!important;
                }
                &:before{
                    content: "";
                    background-color: #fff;
                    border-radius: 50%;
                    width: 10px;
                    height: 10px;
                    opacity: 1;
                    @media (max-width: 750px) {
                    width: 5px!important;
                    height: 5px!important;
                }
                }
            }
        }
    }
}
header{
    padding-left: 30px;
    @media (max-width: 750px) {
        padding: 10px;
        p{
            margin: 1em 0;
        }
    }
    .header-list {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    left: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding:20px 0;
    li{
        width: 100%!important;
        
        &.border-top{
            margin-top: 10px;
            border-top: 1px solid #000;
            padding-top: 10px;
        }
        a{
            font-size: 14px;
            padding: 0;
            padding-left: 15px;
            text-align: left;
            line-height: 180%;
            background-image: url(../images/renew/arrow.svg);
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: center right 10px;
            width: 100%;
            &:hover{
                color: #006AA7!important;
                opacity: 1;
                background-image: url(../images/renew/arrow-b.svg);
            }
        }
    }
    }
    .header-btn{
        position: relative;
        text-align: center;
        line-height: 120%;
        &:after{
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 10px solid #006aa7;
            border-bottom: 0;
            margin-left: 10px;
        }
        &.contact{
            background:#006AA7;
            color: #fff!important;
            &:after{
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 10px solid #fff;
            margin-left: 7px;
            }
        }
    }
    ul{
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: stretch;
        li{
            width: auto!important;
            order: inherit!important;
            display: flex;
            align-items: center;
            position: relative;
            &.img{
                width: 200px!important;
                padding-bottom:10px ;
                @media (max-width: 750px) {
                    text-align: center;
                    padding: 0;
                    width: 100%!important;
                }
                &.sp{
                    width: 100%;
                    margin-top: 20px;
                    a{
                         @media (max-width: 750px) {
                            width: 100%;
                            display: contents;
                         }
                    }
                }
                a{
                    padding: 0; 
                    @media (max-width: 750px) {
                        display: block;
                        margin: 0 auto;
                        width: 40%;
                        
                        img{
                            width: 100%;
                        }
                    }
                }
            }
            img{
                width: 100%;
                height: auto;
                display: block;
            }
            a,span{
                display: flex;
                align-items: center;
                
                color: #000!important;
                max-width: 220px;
                padding: 0 50px;
                height: 100%;
            }
        }
    }
    .header-inner{
        display: flex;
        align-items: stretch;
        height: 100%;
        li:first-child{
            width: auto!important;
        }
        
         > li.hover {
        position: relative; 
        }

         > li.hover:hover > .header-list {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        }
        @media (max-width: 1024px) {
            display: none;
        }
    }

}

#head-up-inner{
    @media (max-width: 1024px) {
      .sp.open{
        z-index: 100;
      }
      .sp-nav{
        margin-top: 0;
        z-index: 99;
        height: 100vh;
        top:0;
        .header-inner{
          display: grid;
          row-gap: 15px;
          a,span{
            color: #000;
            padding-left: 15px;
            line-height: initial;
          }
          .city{
            color: #fff;
            background: #006AA7;
            display: block;
            padding: 9px 15px;
          }
          .border-top{
            border-top: 1px solid #006AA7;
            padding-top: 15px;
          }
          .news{
            border-top: 1px dashed #006AA7;
            padding-top: 15px;
            font-weight: bold;
          }
          .header-inner-btn{
            background-image: url(../images/renew/arrow.svg);
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: center right 10px;
          }
        }
      }
    }
  }


* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
}

.sp-none,
.sp-block {
  display: inline;
}

.tb{
  display: none;
}
@media (max-width: 1024px) {
  .tb{
    display: block;
  }
}

.trust-city-conference-venues {
  background: #fff;
}

.trust-city-conference-inner {
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.trust-city-conference-venues-tabs {
  display: flex;
  width: 100%;
  border-bottom: 6px solid #006aa7;
}

.trust-city-conference-venues-tab {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 121px;
  margin: 0;
  padding: 21px 16px 18px;
  border: 1px solid #fff;
  border-bottom: 0;
  background: #d7d7d7;
  color: #006aa7;
  font: inherit;
  text-align: center;
  cursor: pointer;
  appearance: none;
}

.trust-city-conference-venues-tab.is-active {
  border-color: #006aa7;
  background: #006aa7;
  color: #fff;
}

.trust-city-conference-venues-tab> span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}

.trust-city-conference-venues-tab small {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.trust-city-conference-venues-content {
  padding: 37px 0 40px;
  background: #e5eaee;
}

.trust-city-conference-venues-panel[hidden] {
  display: none;
}

.trust-city-conference-venues-list {
  display: flex;
  justify-content: center;
  gap: 21px;
}

.trust-city-conference-venues-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 0 1 280px;
  background: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
}

.trust-city-conference-venues-thumb {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
  border: none!important;
}

.trust-city-conference-venues-thumb:hover {
  opacity: 0.8;
}

.trust-city-conference-venues-card picture {
  display: block;
  margin: 20px 20px 0;
  overflow: hidden;
  aspect-ratio: 240 / 153;
}

.trust-city-conference-venues-card picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-city-conference-venues-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 20px 20px;
}

.trust-city-conference-venues-title {
      font-size: 120%;
    text-align: center;
    line-height: 1.6;
    color: #525252;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0 0;
  padding-bottom: 0;
  border-bottom: 1px solid #006AA7;
  color: #006aa7;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.trust-city-conference-venues-title img {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  margin-left: 10px;
}

.trust-city-conference-venues-card p {
  margin: 7px 0 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.trust-city-conference-venues-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.trust-city-conference-venues-actions a,
section .more_btn {
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  align-items: center;
  min-height: 50px;
  padding: 10px;
  border-radius: 6px;
  background: #006aa7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
  border: none;
}

section div.more_btn{
  grid-template-columns: 1fr 20px;
  max-width: 240px;
  margin: 0 auto;
  img{
    width: 20px;
    height: 20px;
  }

}
.trust-city-conference-venues-actions a:hover,
section .more_btn:hover {
  opacity: 0.8;
}

.trust-city-conference-venues-actions img:first-child {
  width: 30px;
  height: 30px;
}

.trust-city-conference-venues-actions img:last-child {
  width: 20px;
  height: 20px;
}
/* 追加CSSここまで: venues */

/* 追加CSSここから: venues max-width 1024px */
@media (max-width: 1024px) {
  .trust-city-conference-venues-card p {
    font-size: 14px;
  }

  .trust-city-conference-venues-actions a,
  section .more_btn {
    font-size: 14px;
  }
}
/* 追加CSSここまで: venues max-width 1024px */

/* 追加CSSここから: venues max-width 750px */
@media (max-width: 750px) {
  .sp-none {
    display: none;
  }

  .sp-block {
    display: block;
  }

  .trust-city-conference-inner {
    padding-right: min(6.25vw, 40px);
    padding-left: min(6.25vw, 40px);
  }

  .trust-city-conference-venues-tabs {
    align-items: stretch;
  }

  .trust-city-conference-venues-tab {
    align-self: stretch;
    height: auto;
    min-height: min(23.75vw, 152px);
    padding: min(2.34375vw, 15px) 3px min(3.75vw, 24px);
    justify-content: flex-start;
  }

  .trust-city-conference-venues-tab> span {
    font-size: min(4.6875vw, 30px);
  }

  .trust-city-conference-venues-tab small {
    max-width: 100%;
    margin-top: min(1.40625vw, 9px);
    font-size: min(3.125vw, 20px);
    line-height: 1.6;
  }

  .trust-city-conference-venues-tab[data-tab="tokyo"] small {
    max-width: min(24.0625vw, 154px);
  }

  .trust-city-conference-venues-tab[data-tab="osaka"] small {
    margin-top: min(3.90625vw, 25px);
  }

  .trust-city-conference-venues-tab[data-tab="sendai"] small {
    max-width: min(30.78125vw, 197px);
  }

  .trust-city-conference-venues-content {
    padding: min(7.5vw, 48px) 0 min(12.5vw, 80px);
  }

  .trust-city-conference-venues-list {
    flex-direction: column;
    align-items: stretch;
    gap: min(4.6875vw, 30px);
  }

  .trust-city-conference-venues-card {
    flex-basis: auto;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.18);
  }

  .trust-city-conference-venues-card picture {
    margin: min(6.25vw, 40px) min(6.25vw, 40px) 0;
  }

  .trust-city-conference-venues-card-body {
    padding: 0 min(6.25vw, 40px) min(6.25vw, 40px);
  }

  .trust-city-conference-venues-card h2 {
    margin-top: min(3.75vw, 24px);
    padding-bottom: 0;
    font-size: min(4.6875vw, 30px);
  }

  .trust-city-conference-venues-card:nth-child(3) h2 {
    color: #000;
  }

  .trust-city-conference-venues-card h2 img {
    width: min(7.1875vw, 46px);
    height: min(7.1875vw, 46px);
  }

  .trust-city-conference-venues-card p {
    margin: min(2.5vw, 16px) 0 min(4.6875vw, 30px);
    font-size: min(3.75vw, 24px);
  }

  .trust-city-conference-venues-actions {
    gap: min(3.125vw, 20px);
  }

  .trust-city-conference-venues-actions a,
  section .more_btn {
    grid-template-columns: min(9.375vw, 60px) 1fr min(6.25vw, 40px);
    min-height: min(15.625vw, 100px);
    padding: min(3.125vw, 20px);
    font-size: min(4.375vw, 28px);
    line-height: 1;
  }

  .trust-city-conference-venues-actions img:first-child {
    width: min(9.375vw, 60px);
    height: min(9.375vw, 60px);
  }

  .trust-city-conference-venues-actions img:last-child {
    width: min(6.25vw, 40px);
    height: min(6.25vw, 40px);
  }
}
/* 追加CSSここまで: venues max-width 750px */

#top dl.info.panel{
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
}
.more_btn.open{
  display: none;
}

#top dl.info.panel.open{
      display: flex;
      max-height: none;
      opacity: 1;
      margin-top: -20px;
      margin-bottom: 20px;
}
@media only screen and (max-width: 750px){
  #top dl.info.panel.open{
      margin-top: -50px;
      margin-bottom: 50px;
  }
}