@charset "UTF-8";
div#grpLocationArea {
  position: relative;
  z-index: 10;
}

/* -- Reset -- */
ul, li, dl, dt, dd {
  list-style: none;
}

#widewrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/airplane.png) no-repeat center top;
}

#contentsArea {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  position: relative;
}

#contentsArea a:hover {
  text-decoration: none !important;
  opacity: .8;
}

#contentsArea #contents {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
  color: #444;
  position: relative;
}

#mainContents {
  background: #fff;
  overflow: hidden;
  width: 900px;
  border-radius: 10px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 30px 60px 60px 60px;
}

.sp {
  display: none !important;
}

#page1 #contentsArea #contents {
  background: #FBF9DC;
}

#page2 #contentsArea #contents {
  background: #E6E4F5;
}

#Top {
  width: 100%;
  padding: 50px 0 80px;
}

#Top h1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* background: url(../images/top_plane.png) no-repeat 98% center; */
  margin-bottom: 30px;
}

#Top p {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}
#Top p span{
  color: #bf0000;
}
.attention {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    color:#;
    color: #E70303;
}

#contentsArea .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contentsArea .anchor li {
  width: 535px;
  margin: 0 40px;
  margin: 0 20px;
}

#contentsArea .anchor li.anchorTtl {
  width: 100%;
  margin-bottom: 20px;
}

#contentsArea .anchor li a {
  display: block;
  border: 30px solid rgba(255, 255, 255, 0);
}

#contentsArea .anchor li img {
  display: block;
  margin: 0 auto;
}

#page1 .anchor em {
  display: block;
  border: 30px solid #FBF9DC;
}

#page2 .anchor em {
  display: block;
  border: 30px solid #E6E4F5;
}

#contentsArea .anchor li:nth-child(2) a:hover {
  border-color: #FBF9DC;
}

#contentsArea .anchor li:last-child a:hover {
  border-color: #E6E4F5;
}

.box {
  margin-bottom: 40px;
}

.midashi {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}

.midashi img {
  display: block;
  margin: 0 auto 30px;
}

.midashi span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

#mktaxi {
  padding: 18px;
}

#mktaxi h3 {
  margin-bottom: 20px;
}

#mktaxi h3 img {
  display: block;
  width: 222px;
  margin: 0 auto 30px;
}

#mktaxi h3 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 50px;
  text-align: center;
}

#mktaxi .kakaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mktaxi .kakaku img {
  width: 242px;
  display: block;
  margin-right: 80px;
}

#mktaxi .kakaku dl {
  width: 308px;
  font-size: 14px;
}

#mktaxi .kakaku dl dt {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  background: #E70303;
  margin: 15px;
}

#mktaxi .kakaku dl dd span {
  padding: 5px 20px;
  display: inline-block;
}

#mktaxi .kakaku dl dd em {
  font-style: normal;
}

.mkBtn{
  display: flex;
  justify-content: space-between;
}

.mkBtn li{
  width: 410px;
}

.mkBtn li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #333;
  overflow: hidden;
  border-radius: 10px;
}

.mkBtn li div{
  width: 49%;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 10px;
}

.mkBtn li div span{
  display: block;
  color: #fff;
  background: #E70303;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  width: 50%;
  margin: 10px auto;
  border-radius: 999em;
}

.mkBtn li img{
  width: 49%;
}

#page1 #airport .airBtn li a {
  padding: 20px 62px;
}

#nearme {
  padding: 18px;
}

#nearme h3 {
  margin-bottom: 20px;
}

#nearme h3 img {
  display: block;
  width: 260px;
  margin: 0 auto 30px;
}

#nearme h3 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}

#nearme .kakaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nearme .kakaku img {
  width: 242px;
  display: block;
  margin-right: 80px;
}

#nearme .kakaku dl {
  width: 308px;
  font-size: 14px;
  font-weight: bold;
}

#nearme .kakaku dl dt {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  background: #E70303;
  margin: 15px;
}

#nearme .kakaku dl dd span {
  padding: 2px 20px;
  display: inline-block;
}

#nearme .kakaku dl dd em {
  font-style: normal;
}

.ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.ttl span {
  font-size: 28px;
}
#airport p {
    font-size: 13px;
    padding: 20px;
}
#airport .airBtn {
  width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#airport .airBtn li {
  width: 220px;
  margin: 0 30px 20px 0;
}

#airport .airBtn li:nth-child(3n) {
  margin-right: 0;
}

#airport .airBtn li a {
  display: block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 62px 10px 42px;
  line-height: 1.2;
}

#airport .airBtn li a em {
  font-size: 24px;
  color: #E70303;
  font-style: normal;
}

#airport .airBtn li a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #7466D0;
  border-right: 2px solid #7466D0;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tokucyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tokucyo li {
  width: 280px;
  margin-bottom: 28px;
}

.tokucyo li img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.tokucyo li p {
  font-size: 14px;
  text-align: center;
}

#service p {
  font-size: 13px;
  padding:10px
}
.btnSh a {
  display: block;
  width: 929px;
  margin: 50px auto 80px;
}

#contentsArea a.nagareBtn {
  display: block;
  width: 700px;
  margin: 30px auto -30px;
  background: #bf0000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  font-size: 24px;
  padding: 20px 0;
  position: relative;
}

#contentsArea a.nagareBtn:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
#contentsArea a.nagareBtn:hover {
  color: #fff;
}

#ossmBnr {
  background: #fff;
  margin: 100px 0 0;
  padding: 80px 0;
  width: 100%;
}

#ossmBnr h2 {
  text-align: center;
  margin-bottom: 40px;
}

#ossmBnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ossmBnr ul li {
  width: 300px;
  margin: 0 25px;
}

#ossmBnr ul li a {
  display: block;
}

#ossmBnr ul li img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

#ossmBnr ul li p {
  font-size: 14px;
  text-align: center;
}

#contentsArea #contents .pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
}

#contentsArea #contents .pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  border-radius: 25px;
  color: #fff;
}

#page1 #contents .pagetop a {
  background: #E9E351;
}

#page2 #contents .pagetop a {
  background: #7466D0;
}
/*# sourceMappingURL=contents_pc.css.map */

#nearme-iframe {height: 420px;width: 699px;position: relative;left: 50%;margin-left: -350px;}
.cpn{width: 679px; margin: 60px auto;text-align: center;}
.cpn img{width: 70%;}
.cpn .cpnbnr{display: block;}
.cpntime{font-size: 14px;text-align: center;padding-top: 15px;}
.cpndtl{font-size: 12px;padding: 20px;line-height: 160%;border: 1px solid #DFDFDF;border-top: none;text-align: left;}
.cpndtl b{display: block;}
.jdsCoponSwitch{background: #f4f4f4; text-align: center;font-size: 16px; border:1px solid #DFDFDF;position: relative;padding: 10px 0;margin-top: 40px;}
.jdsCoponSwitch:after{content: "+";display: block;position: absolute;top: 30%; right: 30px;}
.jdsCoponSwitch.active-submenu:after{content: "-";}

#hiPlan { padding-top: 70px; margin-bottom: 0!important;}
#hiPlan .tokucyo li { margin-bottom: 0;}
#hiPlan .tokucyo li section { position: relative;}
#hiPlan .tokucyo li a:hover { opacity: 0.8;}
#hiPlan .tokucyo li section h4 { position:absolute; background: rgba(0,0,0,0.7) url(../images/arrow_plan.png) right 8px center no-repeat; color: #fff; text-align: center; bottom: 0; left: 0; padding: 8px 0; right: 0; font-weight: normal; font-size: 18px;}