@charset "utf-8";

/*===================================
海外TOP
===================================*/
.kaigai [class*=up-ofi] img{
  object-position: 0% 50%;
}
.cntr {
  position: relative;
  /* max-width: 1120px;
  width: 85%; */
  margin-left: auto;
  margin-right: auto;
}
.tc {
  text-align: center;
}
.lower-hero.is-typeA .hero-innerContent {
  position: relative;
}
.lower-hero.is-typeA .hero-innerContent .hero-t {
  color: #fff;
  position: relative;
  /*background-color: rgba(169,169,169,0.5);*/
  /*border-radius: 30px;*/
  padding: 20px;
}
.lower-hero.is-typeA .hero-innerContent .hero-t .hero-titleLg {
  text-shadow: 0px 4px 7px #333;
}
.lower-hero.is-typeA .hero-innerContent .hero-t .hero-titleLg {
  font-size: 7rem;
}
@media (max-width: 768px){
  .lower-hero.is-typeA .hero-innerContent .hero-t .hero-titleLg {
    font-size: 3rem;
  }
}
.lower-hero.is-typeA .hero-innerContent .hero-t p {
  text-shadow: 0px 2px 4px #333;
  font-size: 1.5rem;
  margin: 20px 0;
}
@media (max-width: 768px){
  .lower-hero.is-typeA .hero-innerContent .hero-t p {
    font-size: 1.3rem;
    margin: 15px 0;
  }
}

/* 地域から探す */
.areaWrap .placeList .item .pic .num{
  font-size: 3rem;
  color: #FFF;
  top: calc(50% - 0.5rem);
  width: 100%;
  left: 0;
  text-align: center;
  text-shadow: 1px 1px 3px #5d5d5d;
}
@media only screen and (max-width: 599px){
  .areaWrap .placeList .item .pic .num{
    font-size: 2rem;
    top: calc(50% - 0.25rem);
  }
}
.areaWrap .txt{
  background-color: #FFF;
  padding: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 599px){
  .areaWrap .txt{
    padding: 15px;
  }
}
.areaWrap .placeList .item{
  box-shadow: 0px 2px 2px #d4d4d4;
}
.areaWrap .placeList .item .info{
  background-color: #FFF;
  margin-top: 0;
  padding: 0 20px 20px;
}
@media only screen and (max-width: 599px){
  .areaWrap .placeList .item .info{
    padding: 0;
  }
}
.areaWrap .placeList .item .info a{
  background-color: #383838;
  color: #FFF;
  display: block;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 599px){
  .areaWrap .up-gapx-0\@sp{
    justify-content: flex-start;
  }
  .areaWrap .up-col-1\@sp>* {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

/* タイ */
.kaigai.second h1.hero-titleLg{
  max-width: 600px;
  margin: 0 auto;
}


/* 基本情報 */
.outline dl {
      width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.outline dl dt {
    width: 16%;
    margin: 0 2% 20px 0;
    text-align: center;
    background: #658d08;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    vertical-align: top;
}

.outline dl dd {
    width: 80%;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #658d08;
}

@media (max-width: 599px){
  .outline dl {
      width: 90%;
}
}
