@charset "utf-8";

/* *****************************************************************************

  index style

***************************************************************************** */
/* kv */
.kv{
  width: 100%;
  height: 720px;
  background: url(/assets/images/home/img-kv.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
}

@media print, screen and (max-width: 1200px){
  /* kv */
  .kv{
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 1000px){
  /* kv */
  .kv{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (max-width: 760px){
  /* kv */
  .kv{
    height: auto;
  }
}

/* kv-contents */
.kv-contents > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  height: 720px;
  display: flex;
  align-items: flex-end;
}

@media print, screen and (max-width: 760px){
  /* kv-contents */
  .kv-contents > .-inner{
    aspect-ratio: 2/3;
    width: 100%;
    max-height: 720px;
    height: auto;
  }
}

/* kv-catch */
.kv-catch{
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 118px;
  position: relative;
}
.kv-catch::after{
  content: "";
  width: 1004px;
  height: 330px;
  position: absolute;
  left: 0;
  bottom: -62px;
  background: url(/assets/images/home/text-kv.svg) center center no-repeat;
  background-size: 1004px auto;
  opacity: 0.4;
  z-index: 1;
}
.kv-catch > div{
  margin-top: 18px;
  position: relative;
  z-index: 2;
}
.kv-catch > div > span{
  background-color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 42px;
  display: inline-block;
}

@media print, screen and (max-width: 760px){
  /* kv-catch */
  .kv-catch{
    display: none;
  }
}

/* kv-catch-sp */
.kv-catch-sp{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* kv-catch-sp */
  .kv-catch-sp{
    width: 100%;
    display: block;
    font-size: 5vw;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
  }
  .kv-catch-sp::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    background: url(/assets/images/home/text-kv.svg) center bottom no-repeat;
    background-size: 100% auto;
    opacity: 0.4;
  }
  .kv-catch-sp > div{
    margin-top: 3vw;
    position: relative;
    z-index: 2;
  }
  .kv-catch-sp > div > span{
    background-color: #ffffff;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    line-height: 6.5vw;
    display: inline-block;
  }
}

/* heading-home */
.heading-home > .-en{
  display: inline-block;
  font-size: 3.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 27px;
  white-space: nowrap;
}
.heading-home > .-main{
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1.72;
}

@media print, screen and (max-width: 760px){
  /* heading-home */
  .heading-home > .-en{
    font-size: 2.8rem;
    margin-right: 20px;
  }
  .heading-home > .-main{
    font-size: 1.8rem;
  }
}

/* basic-link-home */
.basic-link-home{
  font-size: 1.4rem;
  line-height: 1.75;
}
.basic-link-home > a{
  display: inline-block;
  padding-right: 35px;
  background: url(/assets/images/arrow-link-orange.svg) right 7px no-repeat;
  background-size: 8px auto;
}
.basic-link-home > a:hover{
  color: #f79c21;
}

@media print, screen and (max-width: 1000px){
  /* basic-link-home */
  .basic-link-home > a{
    padding-right: 30px;
  }
}

@media print, screen and (max-width: 760px){
  /* basic-link-home */
  .basic-link-home > a:hover{
    color: #000000;
  }
}

/* section-contents */
.section-contents{
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
.section-contents > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* section-contents */
  .section-contents{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-contents */
  .section-contents{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* contents-heading */
.contents-heading{
  margin-bottom: 52px;
}

@media print, screen and (max-width: 760px){
  /* contents-heading */
  .contents-heading{
    margin-bottom: 35px;
  }
}

/* contents-nav */
.contents-nav{
  display: flex;
  justify-content: space-between;
}
.contents-nav-item{
  width: 24.1964%;
}
.contents-nav-item > a{
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  color: #ffffff;
  box-shadow: 1px 1px 6px -2px rgba(160,160,160,1);
}
.contents-nav-item > a::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
}

@media print, screen and (max-width: 1000px){
  /* contents-nav */
  .contents-nav{
    flex-wrap: wrap;
  }
  .contents-nav-item{
    width: 50%;
    margin-top: 20px;
  }
  .contents-nav-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .contents-nav-item:nth-child(odd){
    padding-right: 10px;
  }
  .contents-nav-item:nth-child(even){
    padding-left: 10px;
  }
}

@media print, screen and (max-width: 540px){
  /* contents-nav */
  .contents-nav-item{
    margin-top: 10px;
  }
  .contents-nav-item:nth-child(odd){
    padding-right: 5px;
  }
  .contents-nav-item:nth-child(even){
    padding-left: 5px;
  }
}

/* contents-nav-main */
.contents-nav-main{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 271 / 361;
}
.contents-nav-main > .-en{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 45px;
}
.contents-nav-main > .-icon{
  text-align: center;
  margin-bottom: 30px;
}
.contents-nav-main > .-icon > img{
  display: inline;
  width: 36.9004%;
}
.contents-nav-main > .-name{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: 700;
  white-space: nowrap;
}
.contents-nav-break{
  display: none;
}

@media print, screen and (max-width: 1257px){
  /* contents-nav-main */
  .contents-nav-main > .-en{
    font-size: 2.05vw;
    margin-top: 4.85vw;
    margin-bottom: 3.45vw;
  }
  .contents-nav-main > .-icon{
    margin-bottom: 2.45vw;
  }
  .contents-nav-main > .-name{
    font-size: 1.28vw;
  }
}

@media print, screen and (max-width: 1000px){
  /* contents-nav-main */
  .contents-nav-main > .-en{
    font-size: 4.1vw;
    margin-top: 9.7vw;
    margin-bottom: 6.9vw;
  }
  .contents-nav-main > .-icon{
    margin-bottom: 4.8vw;
  }
  .contents-nav-main > .-name{
    font-size: 2.56vw;
  }
}

@media print, screen and (max-width: 540px){
  /* contents-nav-main */
  .contents-nav-main > .-en{
    margin-top: 7vw;
    margin-bottom: 3.6vw;
  }
  .contents-nav-main > .-icon{
    margin-bottom: 2.8vw;
  }
  .contents-nav-main > .-name{
    font-size: 4vw;
    line-height: 1.6;
  }
  .contents-nav-break{
    display: inline;
  }
}

/* contents-nav-img */
.contents-nav-img{
  overflow: hidden;
}
.contents-nav-img > img{
  width: 100%;
  display: block;
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a:hover > .contents-nav-img > img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media print, screen and (max-width: 760px){
  /* contents-nav-img */
  a:hover > .contents-nav-img > img{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* reserve-button-area */
.reserve-button-area{
  padding: 80px 60px;
}
.reserve-button-area > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* reserve-button-area */
  .reserve-button-area{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* reserve-button-area */
  .reserve-button-area{
    padding: 60px 20px;
  }
}

/* reserve-button */
.reserve-button{
  text-align: center;
}
.reserve-button > a{
  display: inline-block;
  width: 100%;
  max-width: 520px;
  line-height: 110px;
  border-radius: 55px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #00A8EA;
}
.reserve-button > a:hover{
  opacity: 0.75;
}
.reserve-button > a > span > br{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* reserve-button */
  .reserve-button > a{
    max-width: 460px;
    line-height: 90px;
    border-radius: 45px;
    font-size: 2.1rem;
  }
  .reserve-button > a:hover{
    opacity: 1;
  }
}

@media print, screen and (max-width: 520px){
  /* reserve-button */
  .reserve-button > a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-radius: 50px;
  }
  .reserve-button > a > span{
    line-height: 1.5;
    display: inline-block;
  }
  .reserve-button > a > span > br{
    display: inline;
  }
}

/* instagram-button */
.instagram-button{
  text-align: center;
  margin-top: 20px;
}
.instagram-button > a{
  display: inline-block;
  width: 100%;
  max-width: 520px;
  line-height: 110px;
  border-radius: 55px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: linear-gradient(90deg, rgb(252, 208, 5) 0%, rgb(233, 85, 41) 40.22%, rgb(95, 25, 133) 88.17%);
  color: #ffffff;
}
.instagram-button > a:hover{
  opacity: 0.75;
}
.instagram-button > a > span > br{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* instagram-button */
  .instagram-button > a{
    max-width: 460px;
    line-height: 90px;
    border-radius: 45px;
    font-size: 2.1rem;
  }
  .instagram-button > a:hover{
    opacity: 1;
  }
}

@media print, screen and (max-width: 520px){
  /* instagram-button */
  .instagram-button > a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-radius: 50px;
  }
  .instagram-button > a > span{
    line-height: 1.5;
    display: inline-block;
  }
  .instagram-button > a > span > br{
    display: inline;
  }
}

/* section-about */
.section-about{
  padding: 100px 60px;
  background-color: #f8f8f8;
}
.section-about > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* section-about */
  .section-about{
    padding: 80px 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-about */
.section-about{
    padding: 60px 20px;
  }
}

/* about-table */
.about-table{
  margin-top: 50px;
  width: 100%;
  border-bottom: 1px solid #dadada;
}
.about-table > tbody > tr{
  border-top: 1px solid #dadada;
}
.about-table > tbody > tr > th{
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: left;
  padding: 20px;
  width: 220px;
}
.about-table > tbody > tr > td{
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: left;
  padding: 20px;
}

@media print, screen and (max-width: 1000px){
  /* about-table */
  .about-table > tbody > tr > th{
    width: 200px;
  }
}

@media print, screen and (max-width: 760px){
  /* about-table */
  .about-table{
    margin-top: 35px;
  }
  .about-table > tbody > tr > th,
  .about-table > tbody > tr > td{
    display: block;
  }
  .about-table > tbody > tr > th{
    font-size: 1.7rem;
    padding: 20px 10px 0;
    width: 100%;
  }
  .about-table > tbody > tr > td{
    font-size: 1.7rem;
    padding: 10px 10px 20px;
  }
}

/* section-food */
.section-food{
  padding: 100px 60px;
}
.section-food > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* section-food */
  .section-food{
    padding: 80px 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-food */
  .section-food{
    padding: 60px 20px;
  }
}

/* section-home-box */
.section-home-box{
  padding-top: 100px;
}
.section-home-box:nth-child(1){
  padding-top: 0;
}

@media print, screen and (max-width: 1000px){
  /* section-home-box */
  .section-home-box{
    padding-top: 80px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-home-box */
  .section-home-box{
    padding-top: 60px;
  }
}

/* food-menu-button */
.food-menu-button{
  text-align: center;
  margin-top: 60px;
}
.food-menu-button > a{
  display: inline-block;
  width: 100%;
  max-width: 380px;
  line-height: 80px;
  border-radius: 40px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #FF904B;
}
.food-menu-button > a:hover{
  opacity: 0.75;
}
.food-menu-button > a > span > br{
  display: none;
}

@media print, screen and (max-width: 1000px){
  /* food-menu-button */
  .food-menu-button > a{
    max-width: 320px;
    line-height: 70px;
    border-radius: 35px;
    font-size: 2.2rem;
  }
}

@media print, screen and (max-width: 760px){
  /* food-menu-button */
  .food-menu-button{
    margin-top: 40px;
  }
  .food-menu-button > a{
    max-width: 300px;
    font-size: 1.9rem;
    line-height: 64px;
    border-radius: 32px;
  }
  .food-menu-button > a:hover{
    opacity: 1;
  }
}

/* food-list */
.food-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.food-list > .-item{
  width: calc(33.3333% - 40px * 2/3);
  margin-top: 60px;
  margin-right: 40px;
}
.food-list > .-item:nth-child(3n){
  margin-right: 0;
}
.food-list > .-item:nth-child(-n+3){
  margin-top: 0;
}
.food-list > .-item > img{
  width: 100%;
}

@media print, screen and (max-width: 1000px){
  /* food-list */
  .food-list > .-item{
    width: calc(33.3333% - 30px * 2/3);
    margin-top: 40px;
    margin-right: 30px;
  }
}

@media print, screen and (max-width: 760px){
  /* food-list */
  .food-list > .-item{
    width: calc(50% - 20px * 1/2);
    margin-right: 20px;
  }
  .food-list > .-item:nth-child(2n){
    margin-right: 0;
  }
  .food-list > .-item:nth-child(3){
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 540px){
  /* food-list */
  .food-list > .-item{
    width: 100%;
    margin-right: 0;
  }
  .food-list > .-item:nth-child(2){
    margin-top: 40px;
  }
}

/* food-data */
.food-data{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.food-data > .-name{
  white-space: nowrap;
  line-height: 1;
  font-size: 1.8rem;
}
.food-data > .-price{
  white-space: nowrap;
  line-height: 1;
  font-size: 1.8rem;
}

@media print, screen and (max-width: 1000px){
  /* section-access */
  .food-data > .-name{
    font-size: 1.7rem;
  }
  .food-data > .-price{
    font-size: 1.7rem;
  }
}

/* product-list */
.product-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list > .-item{
  width: calc(33.3333% - 40px * 2/3);
  margin-top: 60px;
  margin-right: 40px;
}
.product-list > .-item:nth-child(3n){
  margin-right: 0;
}
.product-list > .-item:nth-child(-n+3){
  margin-top: 0;
}
.product-list > .-item > img{
  width: 100%;
}

@media print, screen and (max-width: 1000px){
  /* product-list */
  .product-list > .-item{
    width: calc(33.3333% - 30px * 2/3);
    margin-top: 40px;
    margin-right: 30px;
  }
}

@media print, screen and (max-width: 760px){
  /* product-list */
  .product-list > .-item{
    width: calc(50% - 20px * 1/2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .product-list > .-item:nth-child(2n){
    margin-right: 0;
  }
  .product-list > .-item:nth-child(3){
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 460px){
  /* product-list */
  .product-list > .-item{
    width: calc(50% - 10px * 1/2);
    margin-top: 10px;
    margin-right: 10px;
  }
  .product-list > .-item:nth-child(3){
    margin-top: 10px;
  }
}

/* section-access */
.section-access{
  padding: 100px 60px;
  background-color: #f8f8f8;
}
.section-access > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* section-access */
  .section-access{
    padding: 80px 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-access */
  .section-access{
    padding: 60px 20px;
  }
}

/* section-guide */
.section-guide{
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}
.section-guide > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* section-guide */
  .section-guide{
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-guide */
  .section-guide{
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* guide-img */
.guide-img > img{
  width: 100%;
}

@media print, screen and (max-width: 1000px){
  /* guide-img */
  .guide-img{
    overflow: auto;
  }
  .guide-img > img{
    width: 1000px;
  }
}

@media print, screen and (max-width: 760px){
  /* guide-img */
  .guide-img > img{
    width: 800px;
  }
}


/* section-gallery */
.section-gallery{
  overflow: hidden;
  padding-top: 100px;
  /*padding-bottom: 100px;*/
}

@media print, screen and (max-width: 1000px){
  /* section-gallery */
  .section-gallery{
    padding-top: 80px;
    /*padding-bottom: 80px;*/
  }
}

@media print, screen and (max-width: 760px){
  /* section-gallery */
  .section-gallery{
    padding-top: 60px;
    /*padding-bottom: 60px;*/
  }
}

/* home-divide */
.home-divide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.home-divide > .block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.home-divide > .block > .item{
  line-height: 0;
}
.home-divide > .block > .item > img{
  height: 225px;
  margin: 0 0 0 30px;
  width: auto;
}
.home-divide.-above{
  margin-bottom: 30px;
}
.home-divide.-above.-slide > .block{
  -webkit-animation: imageSliderAbove 75s infinite linear;
  animation: imageSliderAbove 75s infinite linear;
}
.home-divide.-below.-slide > .block{
  -webkit-animation: imageSliderBelow 75s infinite linear;
  animation: imageSliderBelow 75s infinite linear;
}

@media print, screen and (max-width: 1000px){
  /* home-divide */
  .home-divide > .block > .item > img{
    height: 180px;
  }
}

@media print, screen and (max-width: 760px){
  /* home-divide */
  .home-divide > .block > .item > img{
    height: 135px;
    margin-left: 15px;
  }
  .home-divide.-above{
    margin-bottom: 15px;
  }
}

@-webkit-keyframes imageSliderAbove{
  0%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100%{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes imageSliderAbove{
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100%{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes imageSliderBelow{
  0%{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes imageSliderBelow{
  0%{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* topics-list */
/*
.topics-list{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.topics-list > .-item{
  width: 30.7143%;
  display: flex;
}
.topics-list > .-item > a{
  background-color: #ffffff;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 1px 6px -2px rgba(160,160,160,1);
}
*/

@media print, screen and (max-width: 1000px){
  /* topics-list */
  /*
  .topics-list > .-item{
    width: 31.5%;
  }
  */
}

@media print, screen and (max-width: 760px){
  /* topics-list */
  /*
  .topics-list{
    display: block;
    margin-top: 35px;
  }
  .topics-list > .-item{
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .topics-list > .-item:nth-child(1){
    margin-top: 0;
  }
  */
}

/* topics-list-img */
/*
.topics-list-img{
  overflow: hidden;
}
.topics-list-img > img{
  width: 100%;
  display: block;
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a:hover > .topics-list-img > img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
*/

@media print, screen and (max-width: 760px){
  /* topics-list-img */
  /*
  a:hover > .topics-list-img > img{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  */
}

/* topics-list-box */
/*
.topics-list-box{
  padding: 20px 24px 40px;
}
.topics-list-box > .-category{
  font-size: 1.2rem;
  color: #f79c21;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
.topics-list-box > .-text{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover > .topics-list-box > .-text{
  color: #f79c21;
}
.topics-list-box > .-date{
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #979797;
  margin-top: 12px;
}
*/

@media print, screen and (max-width: 1000px){
  /* topics-list-box */
  /*
  .topics-list-box{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
  .topics-list-box > .-text{
    font-size: 1.5rem;
  }
  */
}

@media print, screen and (max-width: 760px){
  /* topics-list-box */
  /*
  .topics-list-box{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  a:hover > .topics-list-box > .-text{
    color: #000000;
  }
  */
}

/* topics-simple-list */
/*
.topics-simple-list{
  margin-top: 50px;
}
.topics-simple-list > .-item{
  line-height: 1.75;
  font-size: 1.8rem;
  margin-top: 20px;
  display: flex;
}
.topics-simple-list > .-item:nth-child(1){
  margin-top: 0;
}
.topics-simple-list > .-item > .-date{
  width: 140px;
  padding-right: 20px;
  color: #979797;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-top: 2px;
}
.topics-simple-list > .-item > .-text{
  font-weight: 700;
  text-align: left;
  flex: 1;
}
*/

@media print, screen and (max-width: 760px){
  /* topics-simple-list */
  /*
  .topics-simple-list{
    margin-top: 35px;
  }
  .topics-simple-list > .-item{
    font-size: 1.7rem;
  }
  .topics-simple-list > .-item > .-date{
    width: 120px;
  }
  */
}

@media print, screen and (max-width: 640px){
  /* topics-simple-list */
  /*
  .topics-simple-list > .-item{
    display: block;
  }
  .topics-simple-list > .-item > .-date{
    width: 100%;
    padding-right: 0;
  }
  */
}

/* section-banner */
.section-banner{
  background-color: #e3f4ff;
  padding: 70px 60px;
}
.section-banner > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* section-banner */
  .section-banner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-banner */
  .section-banner{
    padding: 0 0 0 20px;
  }
}

/* list-banner */
.list-banner{
  display: flex;
  flex-wrap: wrap;
}
.list-banner > li{
  width: calc(25% - 40px * 3/4);
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-banner > li:nth-child(4n){
  margin-right: 0;
}
.list-banner > li > a{
  background-color: #ffffff;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 1px 6px -2px rgba(160,160,160,1);
}
.list-banner > li > a > img{
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list-banner > li > a:hover > img{
  opacity: 0.75;
}

@media print, screen and (max-width: 1000px){
  /* list-banner */
  .list-banner > li{
    width: calc(33.3333% - 30px * 2/3);
    margin-right: 30px;
  }
  .list-banner > li:nth-child(4n){
    margin-right: 30px;
  }
  .list-banner > li:nth-child(3n){
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px){
  /* list-banner */
  .list-banner{
    display: block;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-x: auto;
    letter-spacing: -.4em;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .list-banner > li{
    scroll-snap-align: center;
    display: inline-block;
    letter-spacing: normal;
    width: 85%;
    white-space: normal;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .list-banner > li:nth-child(3n),
  .list-banner > li:nth-child(4n){
    margin-right: 20px;
  }
  .list-banner > li > a:hover > img{
    opacity: 1;
  }
}

/* section-information */
.section-information{
  padding: 60px;
}
.section-information > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* section-information */
  .section-information{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-information */
  .section-information{
    padding: 50px 20px;
  }
}

/* information-contents */
.information-contents{
  display: flex;
  justify-content: space-between;
}

@media print, screen and (max-width: 1000px){
  /* information-contents */
  .information-contents{
    display: block;
  }
  .information-heading{
    width: 100%;
    margin-bottom: 20px;
  }
}

/* information-text */
.information-text{
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: 5px;
}
.information-text > br{
  display: none;
}

@media print, screen and (max-width: 1200px){
  /* information-contents */
  .information-text > br{
    display: inline;
  }
}

@media print, screen and (max-width: 1000px){
  /* information-text */
  .information-text{
    padding-top: 0;
  }
  .information-text > br{
    display: none;
  }
}

@media print, screen and (max-width: 560px){
  /* information-contents */
  .information-text > br{
    display: inline;
  }
}

/* information-link */
.information-link{
  padding-top: 5px;
}

@media print, screen and (max-width: 1000px){
  /* information-link */
  .information-link{
    margin-top: 10px;
    padding-top: 0;
  }
}

/* google-maps */
.google-maps{
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.google-maps iframe{
  width: 100%;
  height: 760px;
  margin-top: -170px;
}

/* attention-box */
.attention-box{
  background-color: #faef77;
  padding: 30px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.attention-box > .-link > a{
  padding-right: 30px;
  background: url(/assets/images/icon-file.svg) right top 7px no-repeat;
  background-size: auto 25px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.attention-box > .-link > a:hover{
  opacity: 0.65;
}
.attention-box > .-link > a > span{
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
  line-height: 20px;
}

@media print, screen and (max-width: 760px){
  /* attention-box */
  .attention-box{
    font-size: 1.7rem;
  }
  .attention-box > .-link > a{
    padding-right: 28px;
    background: url(/assets/images/icon-file.svg) right top 6px no-repeat;
    background-size: auto 24px;
  }
  .attention-box > .-link > a:hover{
    opacity: 1;
  }
}

/* attention-news-heading */
.attention-news-heading{
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.75;
}
.attention-news-heading > span{
  background-color: #000000;
  color: #faef77;
  display: inline-block;
  padding: 2px 10px;
}

@media screen and (max-width: 760px){
  /* attention-news-heading */
  .attention-news-heading{
    font-size: 1.7rem;
  }
}

/* attention-news */
.attention-news{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eddf45;
}
.attention-news-text{
  margin-top: 18px;
}
.attention-news-text > p{
  font-size: 1.6rem;
  line-height: 2;
}
.attention-news-text > p > span{
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 760px){
  /* attention-news */
  .attention-news-text > p{
      font-size: 1.5rem;
  }
}