@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

body{
  overflow: visible !important;
  scrollbar-gutter: stable;
}
img{
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}
/*html {scroll-behavior: smooth;}*/
.nabe_wrap,.map_text p{
  font-family: 'Zen Kaku Gothic New','Zen Kaku Gothic',"M PLUS 1p","Noto Sans JP","游ゴシック","メイリオ",serif!important;
}
.contents p{
  margin: 0;
  color: #333;
}
.contents a{
  text-decoration: none;
}
.contents a img:hover {
    opacity: 1;
    transition: unset;
}
.head{
  position: relative;
  z-index: 5;
}
a{
  transition: 0.5s;
}
a:hover{
  opacity: 0.7;
  text-decoration: none!important;
}

.sp{
  display: none!important;
}
.tb{
  display: none;
}
.tb_only{
  display: none;
}
.sp_only{
  display: none;
}
.pc_only{
  display: block;
}

/*mapが見切れるのを防ぐcss*/
@media screen and (min-aspect-ratio: 257/120) and (min-width: 1023px){
  .map_wrap{
    min-height: 100%;
    max-height: 50vw!important;
  }
  .map_content{
    top: -28vw!important;
  }
}
@media screen and (min-aspect-ratio: 4/5) and (max-width: 1023px){
  .map_wrap{
    min-height: 100%;
    max-height: 130vw!important;
    margin-top: -5vw !important;
  }
}
@media screen and (min-aspect-ratio: 85/134) and (max-width: 700px){
  .map_wrap{
    /*min-height: 100%;
    max-height: 190vw!important;*/
    margin-top: 0vw !important;
    max-height: 107svh!important;
  }
  .map_content{
    top: -47%!important;
  }
}
/*mapが見切れるのを防ぐcssここまで*/

/*ローディングごまかしcss*/
.no-scroll .map_wrap{
  opacity: 0;
  animation: fadein 0s ease-out 5s forwards;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.map_wrap{
  max-height: 100svh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.map_wrap svg{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.map_wrap svg a{
  cursor: pointer;
}
.map_content{
  max-width: 1000px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  position: absolute;
  top: -32vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  padding: 40px 30px;
}
.map_cont{
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map_cont h1{
  max-width: 310px;
  width: 40%;
  position: relative;
  top: -10px;
}
.map_cont .map_text{
  width: 56%;
}
.map_cont .map_text img{
  max-width: 472px;
  margin-bottom: 20px;
}
.onabe{
  width: 100%;
}


.nabe_wrap{
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 50px;
  border: solid 2px;
  position: relative;
}
button.map_btn{
  background: none;
  border: none;
}
/* 遷移中のスタイル定義 */
body.is-transitioning {
    pointer-events: none;
    cursor: wait; /* 読み込み中カーソル */
}
#korea .nabe_wrap,#korea .zairyo_title span,#korea .rec_name p,#korea .map_btn p{
  color: #004a93;
}
#china .nabe_wrap,#china .zairyo_title span,#china .rec_name p,#china .map_btn p{
  color: #c81414;
}
#taiwan .nabe_wrap,#taiwan .zairyo_title span,#taiwan .rec_name p,#taiwan .map_btn p{
  color: #d15a24;
}
#thai .nabe_wrap,#thai .zairyo_title span,#thai .rec_name p,#thai .map_btn p{
  color: #d7aa00;
}
#mala .nabe_wrap,#mala .zairyo_title span,#mala .rec_name p,#mala .map_btn p{
  color: #007945;
}
.nabe_wrap_soshoku img{
  position: absolute;
  max-width: 130px;
  width: 15%;
}
.nabe_wrap_soshoku img:nth-of-type(1){
  top: 0;
  left: 0;
}
.nabe_wrap_soshoku img:nth-of-type(2){
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.nabe_wrap_soshoku img:nth-of-type(3){
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.nabe_wrap_soshoku img:nth-of-type(4){
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
#china .nabe_wrap_soshoku img{
  filter: invert(15%) sepia(77%) saturate(5832%) hue-rotate(357deg) brightness(81%) contrast(90%);
}
.top_title{
  text-align: center;
  position: relative;
  max-width: fit-content;
  margin: 0 auto 50px;
}
#korea .top_title h1 img{
  max-width: 272px;
  margin: 0 auto;
}
.top_title img.title_l{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -66%;
  margin: auto;
  max-width: 131px;
}
.top_title img.title_r{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50%;
  margin: auto;
  max-width: 73px;
}
#china .top_title img.title_l{
  max-width: 144px;
}
#china .top_title img.title_r{
  max-width: 135px;
  right: -70%;
}
#taiwan .top_title img.title_l{
  max-width: 230px;
  left: -100%;
  top: -55px;
}
#taiwan .top_title img.title_r{
  max-width: 230px;
  right: -100%;
  top: -55px;
  transform: scale(-1, 1);
}
#thai .top_title img.title_l{
  max-width: 143px;
  left: -80%;
}
#thai .top_title img.title_r{
  max-width: 175px;
  right: -93%;
}
#mala .top_title img.title_l{
  max-width: 81px;
  left: -32%;
}
#mala .top_title img.title_r{
  max-width: 155px;
  right: -47%;
}
.nabe_text{
  width: 90%;
  max-width: 765px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}
span.yeline{
  background: linear-gradient(transparent 50%, #ffffb4 50%);
}
.top_text img{
  max-width: 716px;
  margin: 0 auto;
  display: inline-block;
}
#china .top_text img{
  max-width: 813px;
  margin: 10px auto 15px;
}
#taiwan .top_text img{
  max-width: 800px;
  margin: 10px auto 15px;
}
#thai .top_text img{
  max-width: 807px;
  margin: 10px auto 15px;
}
#mala .top_text img{
  max-width: 814px;
  margin: 10px auto 15px;
}
.top_text .sumnida{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -13%;
}
.top_text .sumnida img{
  max-width: 320px;
}
.contents p.top_bot_tex{
  margin-bottom: 50px;
}

.nami{
  margin: 30px auto -30px;
  position: relative;
  z-index: 1;
}
.main_nabe{
  background-image: url(img/korea_hai.png?01);
  background-size: cover;
  background-position: top center;
  padding: 80px 20px 140px;
  position: relative;
}
#china .main_nabe{
  background-image: url(img/china_hai.png?01);
}
#taiwan .main_nabe{
  background-image: url(img/taiwan_hai.png?01);
}
#thai .main_nabe{
  background-image: url(img/thai_hai.png?01);
}
#mala .main_nabe{
  background-image: url(img/mala_hai.png?01);
}
.main_title{
  margin: 0 auto 30px;
}
#korea .main_title{
  max-width: 610px;
  margin: 0 auto 30px;
}
#china .main_title{
  max-width: 686px;
  position: relative;
  left: -32px;
}
#taiwan .main_title{
  max-width: 750px;
}
#thai .main_title{
  max-width: 767px;
}
#mala .main_title{
  max-width: 731px;
}
.main_text{
  margin-bottom: 80px;
}
.main_text img.nacco1{
  max-width: 612px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
#china .main_text img.nacco1{
  max-width: 837px;
  width: 110%;
  margin-left: -10%;
}
#taiwan .main_text img.nacco1{
  max-width: 762px;
}
#thai .main_text img.nacco1{
  max-width: 302px;
  width: 40%;
  margin: 0 0 0 auto;
}
#mala .main_text img.nacco1{
  max-width: 760px;
}
.suki_tex{
  line-height: 2.2;
  width: 55%;
}
.main_text img.nacco2{
  max-width: 761px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}
#china .main_text img.nacco2{
  max-width: 760px;
}
#thai .main_text img.nacco2{
  max-width: 760px;
}
.suki_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.zairyo{
  background-color: #bfd2e4;
  max-width: 765px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px 20px 40px;
}
#china .zairyo{
  background-color: #f1c4c4;
}
#taiwan .zairyo{
  background-color: #f3d6c8;
}
#thai .zairyo{
  background-color: #f5eabf;
}
#mala .zairyo{
  background-color: #bfddd0;
}
.contents p.zairyo_title{
  max-width: 480px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
  position: relative;
  top: -45px;
  text-align: center;
  color: #413929;
  background-color: #fff;
  margin: 0 auto;
}
#korea .zairyo_title{
  border: solid 5px #bfd2e4;
}
.zairyo_title span{
  color: #004a93;
}
/*#china .zairyo_title span{
  color: #c81414;
}
#taiwan .zairyo_title span{
  color: #ef5a19;
}
#thai .zairyo_title span{
  color: #d7aa00;
}*/
.zairyo_item{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 630px;
  margin: 0 auto;
}
.zairyo_item .zai_item{
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
}
.zairyo_item .zai_item.dum{
  background-color: unset;
}
.zairyo_item .zai_item a{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.zairyo_item .zai_item a .item_name{
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zairyo_item .zai_item .item_name p{
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.recipe_btn{
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 80px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.recipe_btn p{
  color: #fff;
  font-size: 18px;
  padding: 20px;
}
.recipe_btn .sankaku{
  width: 0;
  height: 0;
  border-left: 15px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin: 0 auto 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.recipe_btn.nontch{
  cursor: unset;
  border: solid 1px #c81414;
  background-color: #fff !important;
}
.recipe_btn.nontch:hover{
  opacity: 1;
}
.recipe_btn.nontch p{
  color: #c81414;
}

#korea .recipe_btn,#korea .recipe_cont a,#korea .recipe_cont .rec_btn,#korea .yunyu_more,#korea .maru{
  background-color: #004a93;
}
#china .recipe_btn,#china .recipe_cont a,#china .recipe_cont .rec_btn,#china .yunyu_more,#china .maru{
  background-color: #c81414;
}
#taiwan .recipe_btn,#taiwan .recipe_cont a,#taiwan .recipe_cont .rec_btn,#taiwan .yunyu_more,#taiwan .maru{
  background-color: #ef5a19;
}
#thai .recipe_btn,#thai .recipe_cont a,#thai .recipe_cont .rec_btn,#thai .yunyu_more,#thai .maru{
  background-color: #d7aa00;
}
#mala .recipe_btn,#mala .recipe_cont a,#mala .recipe_cont .rec_btn,#mala .yunyu_more,#mala .maru{
  background-color: #007945;
}

.shime{
  max-width: 820px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px 40px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.shime:before{
  content: '';
  background-image: url(img/try_icon.png?01);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 297px;
  width: 27%;
  padding-top: 15%;
  position: absolute;
  top: -40px;
  right: -30px;
  margin: auto;
}
.shime_wrap{
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
.shime_title{
  max-width: 403px;
  margin: 0 auto 25px 0;
}
.shime_toptex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -12%;
  margin-bottom: -9%;
  position: relative;
  z-index: 0;
}
#korea .shime_toptex img{
  max-width: 247px;
  width: 38%;
}
.contents .shime p{
  font-size: 16px;
  line-height: 1.7;
}
.contents .shime .shime_toptex p{
  width: 62%;
  letter-spacing: -0.9px;
}
p.shime_bottom_tex{
  margin-top: 20px;
}
.shime_bottom_img{
  max-width: 709px;
  width: 108%;
  position: relative;
  left: -7%;
}

.ramsha{
  background-color: #fff;
  max-width: 820px;
  width: 90%;
  margin: 0 auto;
  border-radius: 30px;
}
.ramsha_wrap{
  display: flex;
  justify-content: space-between;
}
.ramsha_img{
  width: 40%;
  background-image: url(img/ramsha_img1.png?01);
  background-size: cover;
  background-position: center;
  border-radius: 30px 0 0 30px;
}
#taiwan .ramsha_img{
  background-image: url(img/sunsui_img1.png?01);
}
#thai .ramsha_img{
  background-image: url(img/tare_img1.png?01);
}
#mala .ramsha_img{
  background-image: url(img/mala_tare_img1.png?01);
}
.ramsha_title{
  width: 60%;
  padding: 65px 35px;
  position: relative;
}
.ramsha_title:before{
  content: '';
  background-image: url(img/try_icon.png?01);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 225px;
  width: 46%;
  padding-top: 26%;
  position: absolute;
  top: -40px;
  right: -30px;
  margin: auto;
}
#taiwan .ramsha_title:before{
  width: 37%;
}
.ramsha_title h3{
  max-width: 343px;
  width: 82%;
  margin-bottom: 25px;
}
#taiwan .ramsha_title h3{
  max-width: 332px;
  width: 79%;
}
.ramsha_tex{
  font-size: 16px;
  line-height: 1.7;
}

.white_nami{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.recipe{
  padding: 50px 20px 80px;
}
.recipe_title{
  margin-bottom: 30px;
}
.recipe_title p{
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
}
.recipe_title h3{
  max-width: 289px;
  margin: 0 auto;
}
#china .recipe_title h3{
  max-width: 282px;
}
#taiwan .recipe_title h3{
  max-width: 285px;
}
#thai .recipe_title h3{
  max-width: 268px;
}
#mala .recipe_title h3{
  max-width: 398px;
}


.splide{
  visibility: visible!important;
}
.recipe_wrap .splide__list{
  display: flex!important;
  justify-content: space-between!important;
  max-width: 900px!important;
  width: 100%!important;
  margin: 0 auto!important;
}
.recipe_cont{
  width: 32%!important;
  border-radius: 20px;
  background-color: #d9e4ef;
  padding: 20px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
/*  cursor: pointer;*/
}
.rec_name p span{
  letter-spacing: -2px;
}
#china .recipe_cont,#china .yunyu_wrap{
  background-color: #f7dcdc;
}
#taiwan .recipe_cont,#taiwan .yunyu_wrap{
  background-color: #f3d6c8;
}
#thai .recipe_cont,#thai .yunyu_wrap{
  background-color: #f9f2d9;
}
#mala .recipe_cont,#mala .yunyu_wrap{
  background-color: #d9ebe3;
}
.rec_name{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px!important;
}
.rec_name p{
  color: #004a93;
}
/*#china .rec_name p{
  color: #c81414;
}
#taiwan .rec_name p{
  color: #ef5a19;
}*/
.rec_tex{
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
    padding: 15px 20px 15px 24px;
/*  padding: 15px 20px;*/
  flex-grow: 1;
}
a.recipe_cont{
  text-decoration: none!important;
}
a.recipe_cont .rec_btn.nontch{
  transition: unset;
}
a.recipe_cont .rec_btn.nontch:hover{
  opacity: 1;
}
a.recipe_cont:hover{
  opacity: 0.8;
}
a.recipe_cont .rec_btn{
  transition: 0.5s;
}
a.recipe_cont .rec_btn:hover{
  opacity: 0.7;
}
a.recipe_cont .rec_btn.nontch{
  background-color: #fff!important;
  color: #c81414;
  border: solid 1px;
}
.recipe_cont a,.recipe_cont .rec_btn{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 5px;
  padding: 10px;
  font-size: 14px;
  border-radius: 50px;
  color: #fff;
  background-color: #004997;
  text-align: center;
  position: relative;
}
.recipe_cont a.nontch{
  pointer-events: none;
  cursor: none;
}
/*#china .recipe_cont a,#china .recipe_cont .rec_btn,#china .yunyu_more{
  background-color: #c81414;
}
#taiwan .recipe_cont a,#taiwan .recipe_cont .rec_btn,#taiwan .yunyu_more{
  background-color: #ef5a19;
}*/
.recipe_cont a:hover{
  color: #fff;
}
.recipe_cont a:focus{
  color: #fff;
  outline: unset;
  outline-offset: unset;
}
.recipe_cont a .sankaku{
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin: 0 auto 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.yunyu{
  padding: 0 20px 50px;
}
.yunyu .recipe_title h3{
  max-width: 305px;
}
#china .yunyu .recipe_title h3{
  max-width: 298px;
}
#taiwan .yunyu .recipe_title h3{
  max-width: 301px;
}
#thai .yunyu .recipe_title h3{
  max-width: 285px;
}
#mala .yunyu .recipe_title h3{
  max-width: 401px;
}
.yunyu_wrap{
  max-width: 860px;
  width: 100%;
  margin: 20px auto;
  background-color: #d9e4ef;
  border-radius: 20px;
  padding: 45px 20px;
}
.yunyu_item_wrap{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 740px;
  margin: 0 auto;
}
.yunyu_item{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
}
.yunyu_item a{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.yunyu_item .item_name{
  margin-top: 10px;
  font-size: 12px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yunyu_item:nth-of-type(n+6){
  display: none;
}
.yunyu_item:nth-of-type(n+16){
  display: none!important;
}
/*.yunyu_wrap.act .yunyu_item:nth-of-type(n+6){
  display: flex;
}*/
.yunyu_more p:nth-of-type(1){
  display: block;
}
.yunyu_more p:nth-of-type(2){
  display: none;
}
.act .yunyu_more p:nth-of-type(1){
  display: none;
}
.act .yunyu_more p:nth-of-type(2){
  display: block;
}
.yunyu_more{
  max-width: 300px;
  width: 90%;
  margin: 30px auto 0;
  background-color: #004a93;
  border-radius: 50px;
  cursor: pointer;
}
.yunyu_more p{
  color: #fff;
  text-align: center;
  padding: 10px;
}
.yunyu_item img{
  max-height: 120px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.map_text p{
  line-height: 1.7;
}


.map_select {
  display: flex;
  max-width: 175px;
  width: 100%;
  margin: 45px auto 0;
  justify-content: space-between;
  align-items: flex-end;
  position: sticky;
  right: 0;
/*  left: 260px;*/
  bottom: 50px;
  margin: auto;
  z-index: 3;
}
.map_select a {
    text-decoration: none;
    cursor: pointer;
}
.left,.right {
    width: 31px;
}
.left .sanka_bk {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 20px solid #364B8B;
    border-bottom: 12px solid transparent;
    margin: 0 auto 5px;
}
.right .sanka_bk {
    width: 0;
    height: 0;
    border-left: 20px solid #364B8B;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin: 0 auto 5px;
}
#china .left .sanka_bk{
  border-right: 20px solid #c81414;
}
#china .right .sanka_bk{
  border-left: 20px solid #c81414;
}


#taiwan .left .sanka_bk{
  border-right: 20px solid #ef5a19;
}
#taiwan .right .sanka_bk{
  border-left: 20px solid #ef5a19;
}

#thai .left .sanka_bk{
  border-right: 20px solid #d7aa00;
}
#thai .right .sanka_bk{
  border-left: 20px solid #d7aa00;
}

#mala .left .sanka_bk{
  border-right: 20px solid #007945;
}
#mala .right .sanka_bk{
  border-left: 20px solid #007945;
}

.map_btn p {
    margin: 0;
    color: #364B8B;
    font-family: Noto Serif JP;
    font-size: 13px;
    font-weight: bold;
}
.maru {
    background-color: #364B8B;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*#china .maru{
  background-color: #c81414;
}
#taiwan .maru{
  background-color: #ef5a19;
}*/
.map_btn .maru p {
    color: #fff!important;
    font-size: 18px;
    font-weight: bold;
}


/*SNS共有*/
.sns_shere_wrap {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    max-width: 800px;
}
.sns_shere_wrap img{
    width: 100%;
}
.sns_shere_wrap .shere_btn {
    max-width: 42px;
}
.sns_shere_wrap .shere_btn:nth-child(-n+2) {
    margin-right: 22px;
}
.annotation {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  background-color: #fff;
  text-align: center;
}
.annotation ul {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  text-align: left;
  margin-top: 25px;
  max-width: 900px;
}


/*mapがはみ出てしまう時のスタイル*/
/*@media screen and (max-aspect-ratio: 1/16){
  .map_wrap{
    overflow: unset;
  }
}*/


@media screen and (min-width:1921px){
}
@media screen and (max-width:1500px){
  .map_content{
    width: 83%;
    padding: 2.66vw 2vw;
  }
  .map_text p{
    font-size: 13px;
  }
  .map_cont h1{
    width: 35%;
  }
  .map_cont .map_text{
    width: 60%;
  }
}
@media screen and (max-width:1150px){
  #mala .top_title img.title_l{
    max-width: 64px;
    left: -22%;
  }
  #mala .top_title img.title_r{
    max-width: 120px;
    right: -32%;
  }
}
@media screen and (max-width:1150px){
  #taiwan .top_title img.title_l{
    max-width: 19vw;
    left: -21.5vw;
  }
  #taiwan .top_title img.title_r{
    max-width: 19vw;
    right: -21.5vw;
    transform: scale(-1, 1);
  }
}
@media screen and (max-width:1023px){
  .pc_only{
    display: none;
  }
  .tb_only{
    display: block;
  }

  .map_content{
    top: 11%;
    bottom: unset;
    background-color: unset;
    border-radius: unset;
    padding: unset;
  }
  .map_wrap{
    max-height: 110svh;
    margin-top: -3vw;
  }
  .map_cont{
    flex-direction: column;
  }
  .map_cont h1 {
    width: 60%;
    margin-bottom: 20px;
    top: unset;
  }
  .map_cont .map_text {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
  }
  .map_cont .map_text p{
    width: fit-content;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    line-height: unset;
  }

  .rec_name{
    font-size: 16px;
  }
  .rec_tex{
    padding: 15px;
  }
  #taiwan .top_title img.title_l {
    max-width: 23vw;
    left: -26.5vw;
  }
  #taiwan .top_title img.title_r {
    max-width: 23vw;
    right: -26.5vw;
  }
  #thai .top_title img.title_l{
    max-width: 126px;
    left: -68%;
  }
  #thai .top_title img.title_r{
    max-width: 145px;
    right: -75%;
  }
}
@media screen and (max-width:800px){
  .nabe_text{
    font-size: 15px;
  }
  .contents .shime p{
    font-size: 15px;
  }
}
@media screen and (max-width:750px){
  .nabe_text{
    font-size: 14px;
  }
  .contents .shime p{
    font-size: 14px;
  }

  /*#mala .top_title img.title_r{
    max-width: 50px;
    right: 1%;
    top: 30%;
  }
  #mala .top_title img.title_l {
    max-width: 35px;
    left: 3%;
    width: 10%;
  }*/
}
@media screen and (max-width:700px){
  .pc{
    display: none!important;
  }
  .sp{
    display: block!important;
  }
  .tb_only{
    display: none;
  }
  .sp_only{
    display: block;
  }

  .map_wrap{
    max-height: 110svh;
/*    margin-top: -5vw;*/
  }
  .map_content{
/*    top: 7%;*/
    bottom: 0;
    top: -44%;
/*    top: -90vw;*/
  }
  .map_cont .map_text{
    padding: 20px;
  }
  .map_cont h1{
    margin-bottom: 10px;
  }
  .map_cont .map_text img{
    margin-bottom: 10px;
  }
  .map_cont .map_text p{
    font-size: 12px;
  }

  .top_text .sumnida{
    margin-top: 10px;
  }
  .splide__slide{
    width: calc(80% + 0px)!important;
  }
  .recipe_wrap .splide__list{
    width: 93.5%!important;
    margin: unset!important;
  }
  .top_title{
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .top_title h1 img{
    width: 48%;
  }
  #china .top_title h1 img{
    width: 48%;
  }
  #mala .top_title h1 img{
    width: 60%;
    margin: 0 auto;
  }
  #mala .top_title img.title_l{
    max-width: 50px;
    left: 5%;
    width: 10%;
  }
  #mala .top_title img.title_r{
    max-width: 70px;
    right: 1.5%;
    top: 0%;
    width: 17%;
  }
  .top_title img.title_l{
    left: 2%;
    width: 20%;
  }
  .top_title img.title_r{
    right: 6%;
    width: 14%;
  }
  .contents p.top_bot_tex{
    margin-bottom: 0;
  }
  #china .top_title img.title_r {
    max-width: 135px;
    right: 3%;
    width: 18%;
  }
  #taiwan .top_title img.title_l {
    max-width: 23vw;
    left: 2%;
  }
  #taiwan .top_title img.title_r {
    max-width: 23vw;
    right: 2%;
    width: 20%;
  }
  #thai .top_title img.title_l {
    left: 3%;
    width: 18%;
  }
  #thai .top_title img.title_r {
    right: 2%;
    width: 20%;
  }
  .contents p.zairyo_title{
    width: 90%;
    font-size: 16px;
    top: -30px;
  }
  .main_nabe{
    padding: 80px 0 90px;
  }
  .main_title{
    width: 90%;
  }
  #china .main_title{
    left: 0;
  }
  #china .main_text img.nacco1{
    width: 100%;
    margin-left: unset;
  }
  .zairyo{
    border-radius: 0;
    padding: 0px 0px 60px;
  }
  .zairyo_item{
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 90%;
  }
  .zairyo_item .zai_item{
    margin-bottom: 0;
    padding: 13px 10px 10px;
  }
  .recipe_btn{
    width: 80%;
    margin: 35px auto 65px;
  }
  .recipe_btn p{
    font-size: 14px;
  }
  .shime_toptex{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .shime:before{
    width: 45%;
    padding-top: 30%;
    top: -2.5%;
    right: -2.5%;
  }
  .shime{
    padding-top: 20px;
    width: 90%;
  }
  .contents .shime .shime_toptex p{
    width: 100%;
  }
  .shime_top_img{
    width: 105%;
    position: relative;
    left: -6%;
  }
  #korea .shime_title{
    width: 90%;
    margin: 5px auto 15px 0;
  }

  .ramsha {
    width: 90%;
  }
  .ramsha_wrap{
    flex-direction: column-reverse;
  }
  .ramsha_img{
    padding-top: 67%;
    width: 100%;
    border-radius: 0 0 20px 20px;
    background-image: url(img/ramsha_img1sp.png?01);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ramsha_title h3{
    width: 75%;
  }
  #taiwan .ramsha_img{
    background-image: url(img/sunsui_img1sp.png?01);
  }
  #thai .ramsha_img{
    background-image: url(img/tare_img1sp.png?01);
  }
  #mala .ramsha_img{
    background-image: url(img/mala_tare_img1sp.png?01);
  }
  .ramsha_title{
    width: 100%;
    padding: 35px 20px 25px;
  }
  #taiwan .ramsha_title h3{
    margin-bottom: 20px;
    width: 65%;
  }
  .ramsha_title:before{
    top: -25px;
    right: -7px;
  }

  .recipe{
    padding: 50px 0px 80px 20px;
  }
  .splide__list a.recipe_cont:nth-of-type(1){
/*    margin-left: 20px;*/
  }
  .rec_tex{
    padding: 15px 15px 15px 16px;
  }
  #korea .shime_bottom_img{
    left: -4%;
  }

  .suki_wrap{
    flex-direction: column;
  }
  .suki_tex{
    width: 100%;
    line-height: 1.7;
  }
  #thai .main_text img.nacco1{
    max-width: 601px;
    width: 100%;
    margin: 10px auto 15px;
  }

  .yunyu{
    padding: 0;
  }
  .yunyu_item_wrap{
    grid-template-columns: repeat(3, 1fr);
  }
  .recipe_title{
    margin-right: 20px;
  }
  .recipe_title p{
    font-size: 16px;
  }
  .yunyu .recipe_title{
    margin-right: auto;
    padding: 0 20px;
  }
  .yunyu_item:nth-of-type(n+4){
    display: none;
  }
  .yunyu_wrap{
    margin: 20px auto 0;
    border-radius: 0;
    padding: 40px 20px 50px;
  }
  .yunyu_more{
    margin-top: 25px;
  }
}
@media screen and (max-width:400px){
  .map_wrap{
/*    margin-top: -3vw;*/
  }
}
@media screen and (max-width:600px){

}