@charset "utf-8";
/*----------------------------------------------
	メインビジュアル
------------------------------------------------*/
#mainvisual {
  width: 100%;
  height: 700px;
  text-align: center;
  position: relative;
}
#mainvisual .title {
  position: absolute;
  right: 0;
  left: 0;
  top: 140px;
  z-index: 2;
}
.fade-slider {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
}
.fade-slider span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fade-slider .slider-1 {
  background-image: url("../images/top/mv-01.jpg");
  animation: fadeSlideImg01 20s ease-out infinite;
  animation-delay: 3s;
}
.fade-slider .slider-2 {
  opacity: 0;
  background-image: url("../images/top/mv-02.jpg");
  animation: fadeSlideImg02 20s ease-out infinite;
  animation-delay: 3s;
}
.fade-slider .slider-3 {
  opacity: 0;
  background-image: url("../images/top/mv-03.jpg");
  animation: fadeSlideImg03 20s ease-out infinite;
  animation-delay: 3s;
}
@keyframes fadeSlideImg01 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeSlideImg02 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeSlideImg03 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------------------
   ハワイデスク
   ----------------------------------------------------------- */
.desk {
  width: 1000px;
  margin: 30px auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#hawaii_desk .box-photo {
  width: 47%;
  background: url(../images/top/aloha_ph_01.jpg);
  background-position: 20% 50%;
  height: 525px;
  display: block;
  background-size: cover;
}
#hawaii_desk .box-txt {
  width: 50%;
  position: relative;
  top: 10px;
}
#hawaii_desk .box-txt .sub {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #014099;
}
#hawaii_desk .box-txt .dtl .txt {
  font-size: 16px;
  /* font-weight: bold; */
  line-height: 1.5rem;
}
#hawaii_desk .img {
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  .desk {
    width: 95%;
  }
}
/*------------------------------------------------
	お知らせ
--------------------------------------------------*/
#information {
  width: 100%;
  padding: 40px 0 70px;
  background-color: #faf7f3;
}
#information .inner {
  text-align: center;
  /*border-radius: 30px;
  padding: 30px 40px;*/
  line-height: 1.6em;
}
#information h2 {
  color: #367dbe;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#information .btn-yoyaku {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
#information .btn-yoyaku {
  margin: 10px 5px 0;
}
#information .btn-yoyaku a {
  display: block;
  background-color: #367dbe;
  color: #fff;
  border-radius: 5px;
  padding: 14px 10px;
  text-decoration: none;
  width: 500px;
  font-weight: bold;
}
#information .btn-yoyaku a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  margin-left: 8px;
}
#information .note {
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 20px;
}
#top-bnr {
  text-align: center;
}
.l-txt {
  font-size: 1.2em;
  font-weight: bold;
}
/*------------------------------------------------
	ニュース
--------------------------------------------------*/
#news {
  width: 100%;
  padding: 40px 0 70px;
}
#news h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#news h2 span {
  font-size: 40px;
  line-height: 1.5em;
  font-family: 'Futura-Bold', 'Open Sans', sans-serif;
  display: block;
  margin-bottom: 10px;
}
#news .news-box {
  border: solid 1px #333;
  border-radius: 30px;
  padding: 30px 20px 30px 40px;
}
#news .news-list {
  height: 260px;
  overflow-y: scroll;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.5em;
}
#news .news-list li {
  display: flex;
  border-bottom: dashed 1px #999;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
#news .news-list li:empty {
  display: none;
}
#news .news-list li .tag {
  width: 10%;
  margin-right: 5%;
  color: #367dbe;
}
#news .news-list li .title {
  display: block;
  font-weight: bold;
  color: #d65d6b;
}
#news .news-list li .title:empty {
  display: none;
}
#news .news-list li .text {
  width: 85%;
}
#news .news-list li a {
  color: inherit;
  text-decoration: underline;
}
#news .news-list li a:hover {
  text-decoration: none;
  transition: all 0.6s ease;
}
#news .news-list::-webkit-scrollbar {
  background: #e3e3e3;
  width: 10px;
}
#news .news-list::-webkit-scrollbar-track {
  background: #e3e3e3;
  border-radius: 5px;
}
#news .news-list::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 5px;
}
/*------------------------------------------------
おすすめ商品枠
--------------------------------------------------*/
#recommend {
  width: 100%;
  padding: 70px 0;
  background-color: #faf7f3;
}
#recommend h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#recommend h2 span {
  font-size: 40px;
  line-height: 1.5em;
  font-family: 'Futura-Bold', 'Open Sans', sans-serif;
  display: block;
  margin-bottom: 10px;
}
#recommend h3 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: bold;
  color: #d65d6b;
  display: flex;
  align-items: center;
  margin: 60px 0 40px;
  text-align: center;
}
#recommend h3:before {
  content: "";
  height: 8px;
  flex-grow: 1;
  background-color: #f3ced2;
  margin-right: 15px;
}
#recommend h3:after {
  content: "";
  height: 8px;
  flex-grow: 1;
  background-color: #f3ced2;
  margin-left: 15px;
}
#recommend .tokuten {
  width: 960px;
  background-color: #f3ebe1;
  padding: 20px 30px;
  margin: 0 auto 40px;
}
#recommend .tokuten h4 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
#recommend .tokuten h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f521";
  margin-right: 10px;
}
#recommend .tokuten h4:after {
  font-family: "Font Awesome 5 Free";
  content: "\f521";
  margin-left: 10px;
}
#recommend .tokuten-list {
  display: flex;
  justify-content: center;
}
#recommend .tokuten-list li {
  background-color: #fff;
  border: solid 1px #d65d6b;
  padding: 5px 13px;
  margin: 0 5px;
  color: #d65d6b;
  font-size: 15px;
  font-weight: bold;
}
#recommend .tokuten-list li span {
  font-size: 12px;
  color: #333;
}
#recommend .bnr {
  text-align: center;
}
/*----------------------------------------------
	商品
------------------------------------------------*/
.tour-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.tour-box > li {
  background-color: #fff;
  border: solid 2px #ececec;
  position: relative;
}
.tour-box.col4 > li {
  width: 24%;
  margin: 0 0.5% 20px;
}
.tour-box.col3 > li {
  width: 31%;
  margin: 0 1% 20px;
}
.tour-box > li:hover {
  border: solid 2px #fbd438;
  transition: all 0.6s ease;
}
.tour-box > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
  padding-bottom: 10px;
}
.tour-box .tour-img img {
  width: 100%;
}
.tour-box .tour-title {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 10px;
}
.tour-box .tour-text {
  font-size: 13px;
  line-height: 1.4em;
  padding: 0 10px;
  margin-bottom: 10px;
}
.tour-box .tour-price {
  padding: 0 10px;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: right;
  color: #ef1d1d;
}
.tour-box .tour-nenyu {
  padding: 0 10px;
  font-size: 11px;
  line-height: 1.3em;
  color: #ef1d1d;
  text-align: right;
}
.tour-box .tour-dep {
  padding: 0 10px;
  text-align: right;
  font-size: 11px;
}
.tour-box > li:after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 0.7em solid transparent;
  border-right: 0.7em solid #fbd438;
  position: absolute;
}
/*商品空の時*/
.tour-box > li:empty {
  display: none;
}
/*----------------------------------------------
	商品を探す
------------------------------------------------*/
#recommend .search {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
#recommend .search li {
  width: 230px;
  font-size: 16px;
  font-weight: bold;
}
#recommend .search li img {
  width: 150px;
}
#recommend .search li span {
  display: block;
  margin-top: 15px;
}
#recommend .search li span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  margin-left: 8px;
}
#recommend .search li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 30px 0;
  background-color: #ffeaec;
  border-radius: 30px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / .3);
}
#recommend .search li a:hover {
  background-color: #fbdadd;
}
/*------------------------------------------------
イベント
--------------------------------------------------*/
#event {
  width: 100%;
  padding: 50px 0 80px;
}
#event h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#event h2 span {
  font-size: 40px;
  line-height: 1.5em;
  font-family: 'Futura-Bold', 'Open Sans', sans-serif;
  display: block;
  margin-bottom: 10px;
}
#event .title {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: bold;
  color: #71a0cb;
  margin-bottom: 20px;
  text-align: center;
  background-color: #ebf6ff;
}
#event .comig, #event .comigchubu {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  color: #d65d6b;
  text-align: center;
  margin: 30px 0 60px;
}
#event .title-text {
  text-align: center;
  margin-bottom: 30px;
}
#event .btn-event {
  width: 500px;
  margin: 20px auto 0;
  font-size: 22px;
  text-align: center;
}
#event .btn-event a {
  display: block;
  background-color: #71a0cb;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  border-radius: 35px;
}
#event .btn-event a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  /*     content: "\f35d";*/
  font-weight: bold;
  margin-left: 20px;
}
.event .box-btn {
  margin: 50px auto;
  text-align: center;
}
.event .box-btn a {
  display: inline-block;
  background: #71a0cb;
  line-height: 60px;
  font-size: 25px;
  padding: 0px 50px 0px 70px;
  border-radius: 60px;
  color: #ffffff;
  position: relative;
  margin-bottom: 1%;
}
/* -----------------------------------------------------------
   recomend
   ----------------------------------------------------------- */
#hawaii-senmon .recomend .box-flex {
  width:992px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hawaii-senmon .recomend .box-flex .box-bnr {
  width: 44%;
  margin: 3% auto;
  position: relative;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt {
  margin: 15px auto;
  width: 90%;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .dtl {
  font-size: 15px;
}
#hawaii-senmon .recomend .box-flex .box-bnr.a-hover img {
  opacity: 0.7;
  transition: all .5s ease;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .txt {
  font-weight: bold;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .txt .link-more {
  background: url(../images/line_wave.gif);
  padding: 30px 20px 10px;
  font-family: 'Martel Sans', sans-serif;
  color: #71a0cb;
  background-repeat: no-repeat;
  background-position: 47% 100%;
  background-size: 18%;
  display: block;
  text-align: center;
  font-weight: bold;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .txt .link-more img {
  filter: invert(14%) sepia(300%) saturate(800%) hue-rotate(190deg) brightness(100%) contrast(60%);
  width: 30px;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .area-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#hawaii-senmon .recomend .box-flex .box-bnr .area-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  #hawaii-senmon .recomend .box-flex {
    width: 85%;
  }
}
/*------------------------------------------------
Youtube
--------------------------------------------------*/
#youtube {
  width: 100%;
  padding: 70px 0;
  background-color: #5ec1c9;
}
#youtube h2 {
  font-family: 'Futura-Bold', 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff261;
  margin-bottom: 40px;
}
#youtube .title-text {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
#youtube .movie-list {
  display: flex;
  flex-wrap: wrap;
}
#youtube .movie-list li {
  width: 310px;
  margin-right: 31px;
  margin-bottom: 50px;
}
.movie_wrap {
  position: relative;
}
.iframe_wrap {
  height: 0;
  padding-bottom: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
}
#youtube .movie-list li:nth-child(3n) {
  margin-right: 0;
}
#youtube .movie-list a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#youtube .movie-list .th img {
  width: 100%;
}
#youtube .movie-list .date {
  background: rgb(255, 131, 131);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#youtube .movie-list .text {
  color: #fff;
  padding-top: 20px;
}
#youtube .btn-youtube {
  width: 500px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#youtube .btn-youtube a {
  display: block;
  background-color: #fff261;
  color: #2badde;
  text-decoration: none;
  padding: 20px;
  border-radius: 35px;
}
#youtube .btn-youtube a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  margin-left: 20px;
}
/*------------------------------------------------
リンク
--------------------------------------------------*/
#recArea {
  width: 960px;
  overflow: hidden;
  margin: 35px auto 0;
  padding-bottom: 50px;
}
#recArea ul {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
#recArea li img {
  width: 100%;
}
#recArea li img:hover {
  opacity: 0.8;
}
#recArea li {
  width: 20%;
  float: left;
  padding: 0 1%;
  box-sizing: border-box;
}
#footLink {
  padding: 20px 0 20px;
}
#footLink h2, #recArea h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
#footLink ul {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}
#footLink ul li {
  width: 210px;
  margin: 0 20px;
}
#footLink ul li img {
  width: 100%;
  margin-bottom: 10px;
}
#footLink ul li a {
  color: inherit;
  text-decoration: none;
}
#footLink ul li a span {
  color: #367dbe;
  font-size: 13px;
}
/*----------------------------------------------
	202306 平日来店キャンペーン
------------------------------------------------*/
#cpn-raiten {
  width: 100%;
  background: #fffb97 url("../images/top/cpn-raiten/bg.png") repeat-x left bottom;
  padding: 80px 0 50px;
  position: relative;
}
#cpn-raiten:before {
  content: "";
  display: block;
  width: 120px;
  height: 88px;
  background: url("../images/top/cpn-raiten/illust-hana.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#cpn-raiten .title {
  text-align: center;
  color: #4b2900;
  background-image: url("../images/top/cpn-raiten/illust-fura.png"), url("../images/top/cpn-raiten/illust-yashi.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 100px bottom, right 100px bottom;
  background-size: 80px auto, 110px auto;
  margin-bottom: 30px;
}
#cpn-raiten .title .sub-text {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 5px;
}
#cpn-raiten .title h2 {
  font-size: 30px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}
#cpn-raiten .title .kikan {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  display: inline-block;
  padding: 0 20px;
  border: solid 1px #4b2900;
}
#cpn-raiten .tokuten {
  background-color: #fff;
  padding: 10px 40px;
}
#cpn-raiten .tokuten li {
  background: url("../images/top/cpn-raiten/icon-hana.png") no-repeat left top 5px;
  background-size: 45px;
  border-bottom: dashed 1px #ccc;
  padding: 10px 0 10px 65px;
}
#cpn-raiten .tokuten li:last-child {
  border-bottom: none;
}
#cpn-raiten .tokuten .text1 {
  font-size: 17px;
  line-height: 1.8em;
  font-weight: bold;
}
#cpn-raiten .tokuten .text2 {
  font-size: 14px;
}
#cpn-raiten .tokuten .f-green {
  font-size: 1.2em;
  color: #2a8e2a;
}
#cpn-raiten .tokuten .f-red {
  font-size: 1.4em;
  color: #f31c1c;
}
#cpn-raiten .tokuten .line {
  background: linear-gradient(transparent 60%, #ff5 60%);
}
#cpn-raiten .detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  padding: 10px 30px;
  font-size: 15px;
  line-height: 1.6em;
}
#cpn-raiten .detail dt {
  width: 12%;
}
#cpn-raiten .detail dd {
  width: 88%;
}
/* -----------------------------------------------------------
   staff
   ----------------------------------------------------------- */
.box-content .box-ttl {
  padding: 40px 0px 50px;
  text-align: center;
  width: 80%;
  margin: auto;
}
#staff h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#staff h2 span {
  font-size: 40px;
  line-height: 1.5em;
  font-family: 'Futura-Bold', 'Open Sans', sans-serif;
  display: block;
  margin-bottom: 10px;
}
#staff .title-text {
  text-align: center;
  margin-bottom: 30px;
  width: 500px;
  margin: 25px auto;
}
.link-blank {
  font-size: 85%;
  color: #71a0cb;
  display: block;
}
#staff {
  background: url("../images/top/bg_staff.jpg");
  background-size: cover;
  padding: 0 0 70px;
}

#staff .box-ttl {
  color: #fff;
  padding: 40px 0px 40px;
  text-align: center;
  width: 80%;
  margin: auto;
}
/*
#staff .box-photo {
  width: 980px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#staff .box-photo .photo {
  width: 25%;
  margin: 0px 2.5%;
}

@media screen and (max-width: 1100px) {
  #staff f .box-photo {
    width: 80%;
  }
}*/
#staff .staff_list {
  width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-bottom: 30px;
}
#staff li {
  background: #fff;
  border-radius: 5px;
    padding: 5px;
}
#staff li div {
margin: 0 10px;
  line-height: 1.4em;
  text-align: center;
      font-size: 15px;
  
}
#staff span { display: block;}
#staff img {
  border-radius: 5px;

}
#staff .staff_name {
  font-size: 20px;
  font-weight: bold;
  color: #29201c;
  text-align: center;  margin-bottom: 5px;
}
#staff .staff_txt {
  margin-bottom: 10px;
}

#staff .staff_txt2 {
    font-size: 1.2em;
  font-weight: bold;
  color: #fc6210;
}
#staff h3{
background-color: rgb(94, 193, 201);
    color:#fff;
    display: block;
  text-align: center;
    border-radius: 5px; 
    padding: 2px 0 0;
margin: 2px 0;}

#staff .best_hotel,#staff .best_op{
    padding: 2px 0 2px 2px;
    text-align: left;
}
#staff .best_hotel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
    font-weight: 400;
}

#staff .best_op:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 400;
}

#staff .btn-staff {
  width: 500px;
  margin: 20px auto 0;
  font-size: 22px;
  text-align: center;
}
#staff .btn-staff a {
  display: block;
  background: #b467bf;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  border-radius: 35px;
  position: relative;
}
#staff .btn-staff a:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -8px;
}
/* -----------------------------------------------------------
   news
   ----------------------------------------------------------- */
.news {
  padding-top: 0px;
  margin-top: 0px;
}
.waku {
  width: 1100px;
  margin: 0% auto 5%;
  border: solid 1px;
  border-radius: 30px;
  padding: 3%;
}
.waku .set {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.waku .set:last-child {
  margin-bottom: 0%;
}
.waku .set dt {
  width: 15%;
  padding-right: 2%;
  font-family: 'Martel Sans', sans-serif;
  font-size: 18px;
  color: #367dbe;
}
.waku .set dd {
  width: 85%;
  font-size: 16px;
}
.waku .set dd a {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .waku {
    width: 90%;
    margin: 0% auto;
    border: solid 1px;
    border-radius: 30px;
    padding: 6%;
  }
  .waku .set {
    display: block;
  }
  .waku .set dt {
    width: 100%;
    padding-right: 0%;
  }
  .waku .set dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .waku .set dt {
    font-size: 4.2vw;
  }
  .waku .set dd {
    font-size: 3.2vw;
  }
  .nopc {
    display: none;
  }