@charset "utf-8";

.footer{
margin-top:0!important;
padding-top:0!important;
}

#wrapper {
  padding: 0;
}

.header {
  position: static;
}

/* == mainVisual - area * start == */

.mainVisual {
  margin: 0 auto;
  position:relative;
  overflow: hidden;
}

.mainVisual div{
	width:100%;
}

.mainVisual .mvImg img{
  position:relative;
}

.mainVisual .visual_inner,
.mainVisual .mvImg img{
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mainVisual .visual_inner{
  position:absolute;
  color:#fff;
  font-size: 2.5rem;
  text-align:center;
  letter-spacing: 2px;
  padding: 20px;
  width: 92%;
  max-width:700px;
  top:37%;
  background-color: rgba(30, 30, 45, 0.4);  
}

.mainVisual .visual_inner p{
  font-weight:bold;
  line-height: 3rem;
}

.mainVisual .visual_inner span {
  max-width: 790px;
  font-size: 1.5rem;
  padding-top: 20px;
  display: inline-block;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {

.mainVisual .visual_inner p{
  font-weight:bold;
  line-height: 2rem;
}

.mainVisual .visual_inner{
  font-size:1.75rem;
  padding:10px;
  top:30%;
}
.mainVisual .visual_inner span{
  font-size:.75rem;
  padding-top: 10px;
  font-size: 1rem;
  line-height: 1rem;
}
}

/* == mainVisual - area * end == */

/* == mainLeadtxt - area * start == */
.mainLeadtxt{
	width: 100%;
	table-layout: fixed;
	display:table;
	margin:0 auto;
	padding:30px 130px;
}
.mainLeadtxt p{
	display:table-cell;
    vertical-align: middle;
}
.mainLeadtxt p.jtplogo{
	width:200px;
}
.mainLeadtxt p.jtplogo img {
  -ms-interpolation-mode: bicubic;
}
.mainLeadtxt p.leadtxt{
  padding-left:40px;
}

@media screen and (max-width: 768px) {
.mainLeadtxt,
.mainLeadtxt p{
	display:block;
	margin:0 auto;
	padding:0;
}

.mainLeadtxt{
	margin:20px auto;
}

.mainLeadtxt p.jtplogo{
	width:40%;
}
.mainLeadtxt p.leadtxt{
  padding:20px 15px 0;
  font-size: .9rem;
}
}
/* == mainLeadtxt - area * end == */

@media screen and (min-width: 769px) {
  .header_logo {
    height: 44px;
  }
  .mainVisual .mvImg .sponly_mv {
    height: 530px!important;
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header_logo {
    height: 35px;
  }
  .mainVisual .mvImg .pconly_mv {
    height: 350px!important;
    display: none;
  }
}

.contentInner {
  max-width: 1280px;
}


/* chooseArea */

#chooseArea {
  margin: 0 auto;
  padding:10px 20px 100px;
  background:#f0f1f4;
}


/* select language */

.ttl-select {
  font-size: 1.5rem;
  margin-top: 15px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold
}

.ttl-select span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-top: .5rem
}

.ttl-select+.subttl {
  margin-top: 15px
}


.area-select-list {
  display: none
}

.ttl-pul {
  color: #A1A1A1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 15px
}

.ttl-pul span {
  font-weight: bold
}

.subttl {
  background: #17399a;
  color: #FFF;
  padding: 8px 10px
}

.select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 10px;
  margin: 5px 0;
  border: #ccc 1px solid;
  font-size: 1rem;
  background: #fff url(/japan-travel-planner/common/images/arr_select.gif) no-repeat right center
}

.isIE9 .select {
  background-image: none
}

.lang-select-list {
  display: table;
  width: 100%;
  height: 38px;
  margin: 5px 0 0;
  word-spacing: -1em;
  border-collapse: separate;
  table-layout: fixed
}

.lang-select-list li {
  display: table-cell;
  vertical-align: middle;
  word-spacing: normal;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 2%
}

.lang-select-list li:first-child {
  padding-left: 0
}

.lang-select-list li a {
  display: block;
  padding: 0 5px 0;
  height: 38px;
  line-height: 37px;
  position: relative;
  background: #ddd
}

.lang-select-list li a:after {
  content: "";
  border: #ccc 1px solid;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0
}

.lang-select-list .is-selected a {
  background: #fff
}

.lang-select-list .is-selected a:after {
  border: #13448f 3px solid
}

.btn-jamp {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 10px 10px;
  margin: 20px 0 0;
  width: 100%;
  background: #17399a;
  color: #fff;
}



.btn-jamp:disabled {
  background: #ccc;
  cursor: default;
}

@media screen and (min-width: 768px) {
  #container {
    -webkit-background-size: auto 218px;
    background-size: auto 218px;
    padding-top: 218px;
    padding-bottom: 80px
  }
  .ttl-select {
    margin-top: 30px
  }
  .ttl-select span {
    margin-top: 8px
  }
  .select-area {
    display: none
  }
  .area-select-list {
    display: block;
    width: 101%;
    margin-left: -1%;
    position: relative;
    padding-bottom: 50px
  }
  .area-select-list:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #13448f transparent transparent transparent
  }
  .area-select-list li {
    float: left;
    width: 24%;
    margin-left: 1%
  }
  .area-select-list a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
  }
  .area-select-list a span {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    padding-top: 6%;
    line-height: 1.2;
    z-index: 1
  }
  .area-select-list a img {
    width: 100%;
    max-width: none
  }
  .area-select-list a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: #ccc 1px solid
  }
  .area-select-list .is-selected a {
    border: none;
    color: #13448f
  }
  .area-select-list .is-selected a:after {
    border: #13448f 5px solid
  }
  .ttl-pul {
    font-size: 26px;
    font-size: 2.6rem;
    margin-top: 30px
  }
  .ttl-pul span {
    display: none
  }
  .subttl {
    background: #eee;
    color: #333;
    padding: 8px 20px
  }
  .select {
    margin: 0;
    height: 38px;
    padding: 2px 10px
  }
  .area-select-btm {
    width: 101%;
    margin-left: -1%;
    margin-top: 5px;
    z-index: 1
  }
  .country-select, .lang-select, .btn-select {
    float: left;
    margin-left: 1%;
    vertical-align: top
  }
  .country-select {
    width: 46%
  }
  .lang-select {
    width: 39%
  }
  .btn-select {
    width: 12%
  }
  .select-box {
    padding: 15px 30px 30px;
    margin-top: 15px
  }
  .lang-select-list {
    margin-top: 0;
    height: 38px
  }
  .btn-jamp {
    padding: 5px 10px;
    margin-top: 0;
    height: 38px
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .country-select {
    width: 38%
  }
  .lang-select {
    width: 47%
  }
}

.txt-lang a {
  text-decoration: underline;
}

.select-box {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .subttl {
    background: transparent;
    padding-left: 0;
    height: 38px;
  }
  .lang-select {
    width: 43%;
  }
  .country-select {
    position: relative;
    width: 42%;
    padding-left: 16px;
  }
  .country-select::before {
    content: '';
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #13458f;
  }
  .btn-select {
    padding-top: 38px;
  }
  .select::-ms-expand {
    display: none;
  }
}