@charset "UTF-8";
/* ---------------------
- less setting
- header
- footer
--------------------- */

/* =====================
- header
===================== */
header {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 画面サイズが768以上 */
  /* 画面サイズが767以下 */
}
header .HeaderArea .HeaderCont {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .HeaderArea .HeaderCont .Logo,
header .HeaderArea .HeaderCont .Navi {
  display: table-cell;
}
header .HeaderArea .HeaderCont .Logo p {
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 20px;
  background: #E6E5E3;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}
header .HeaderArea .HeaderCont .Navi {
  text-align: right;
}
header .HeaderBand {
  width: 100%;
  background: #D91B20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .HeaderBand dl dt {
  color: #FFF;
}
header .HeaderBand dl dd {
  color: #FFF;
  margin: 0;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  header {
    border-top: 0px solid;   /* 5px */
    border-color: #D91B20;
  }
  
  .sp_only {
	  display: none;
  }
  
  header .HeaderArea {
    width: 980px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0;   /* 15px 0*/
    margin: auto;
  }
  header .HeaderArea .HeaderTop {
    font-size: 11px;
    padding: 0 0 20px;
  }
  header .HeaderArea .HeaderCont .Navi {
    padding-right: 10px;
    /*.SpMenu {
            display: none;
          }*/
  }
  header .HeaderArea .HeaderCont .Navi ul li {
    display: inline-block;
    padding: 0 25px 0 0;
  }
  header .HeaderArea .HeaderCont .Navi ul li a {
    text-decoration: none;
    color: #000;
  }
  header .HeaderArea .HeaderCont .Navi ul li a:hover {
    text-decoration: underline;
  }
  header .HeaderArea .HeaderCont .Navi ul li:last-child {
    padding: 0;
  }
  header .HeaderBand dl {
    width: 980px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 10px 0;
  }
  header .HeaderBand dl dt,
  header .HeaderBand dl dd {
    display: inline-block;
  }
  header .HeaderBand dl dd {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  header .HeaderArea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #4A4A4A;
    padding: 10px;
  }
  
  .pc_only {
	  display: none;
  }
  
  header .HeaderArea .HeaderTop {
    display: none;
  }
  header .HeaderArea .HeaderCont .Navi {
    vertical-align: middle;
  }
  header .HeaderArea .HeaderCont .Navi p {
    width: 37px;
    margin-left: auto;
  }
  header .HeaderArea .HeaderCont .Navi p::before {
    content: "\f0c9";
    color: #D91B20;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    border: 1px solid;
    border-color: #D91B20;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
  }
  header .HeaderArea .HeaderCont .Navi ul {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 60px;
    text-align: left;
    background: #D91B20;
    z-index: 999;
  }
  header .HeaderArea .HeaderCont .Navi ul li {
    border-bottom: 1px solid #fff;
  }
  header .HeaderArea .HeaderCont .Navi ul li:first-child {
    border-top: 2px solid #4A4A4A;
  }
  header .HeaderArea .HeaderCont .Navi ul a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
  }
  header .HeaderArea .HeaderCont .Navi ul a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    right: 10px;
  }
  header .HeaderArea .HeaderCont .Navi .SpMenu {
    width: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #E6E5E3;
    border: 1px solid #E6E5E3;
    margin-left: auto;
  }
  header .HeaderArea .HeaderCont .Navi .SpMenu img {
    width: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .HeaderBand dl {
    padding: 10px;
  }
  header .HeaderBand dl dt {
    display: block;
    padding: 0 0 5px;
  }
  header .HeaderBand dl dd {
    display: block;
  }
}
/* =====================
- footer
===================== */
footer {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #E6E5E3;
  background: #f7f7f7;
  /* 画面サイズが768以上 */
  /* 画面サイズが767以下 */
}
footer .FooterArea {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
}
footer .FooterArea .FooterCat {
  display: table-cell;
  border-right: 1px solid #E6E5E3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .FooterArea .FooterCat:last-child {
  border-right: none;
}
footer .FooterArea .FooterCat .FooterCatName {
  font-weight: 600;
}
footer .FooterMenu {
  background: #D91B20;
}
footer .FooterMenu ul {
  text-align: center;
}
footer .FooterMenu ul li {
  display: inline-block;
  border-right: 1px solid #000;
  padding: 0 20px;
}
footer .FooterMenu ul li:last-child {
  border-right: none;
}
footer .FooterMenu ul li a {
  color: #000;
  text-decoration: none;
}
footer .FooterMenu ul li a:hover {
  text-decoration: underline;
}
footer .FooterCopy {
  background: #232323;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  footer .FooterArea {
    width: 980px;
    padding: 25px 0;
  }
  footer .FooterArea .FooterCat {
    padding: 0 25px;
  }
  footer .FooterArea .FooterCat .FooterCatName {
    font-size: 16px;
    padding: 0 0 20px;
  }
  footer .FooterArea .FooterCat .FooterCatName br {
    display: none;
  }
  footer .FooterArea .FooterCat .FooterList ul {
    text-align: center;
  }
  footer .FooterArea .FooterCat .FooterList ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    /*margin: auto;*/
    margin-bottom: 5px;
    /*padding: 0 0 15px 18px;*/
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-align: left;
    /*&:before {
                position: absolute;
                top: 0;
                left: 0;
                margin: auto;
                content: "";
                vertical-align: top;
                width: 12px;
                height: 12px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: @basesubcolor;
              }
              &:after {
                position: absolute;
                top: 0;
                left: 0;
                margin: auto;
                content: "";
                vertical-align: top;
                left: 3px;
                top: 4px;
                width: 3px;
                height: 3px;
                border-top: 1px solid #fff;
                border-right: 1px solid #fff;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
              }*/
  }
  footer .FooterArea .FooterCat .FooterList ul li::before {
    content: "\f138";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
    color: #4A4A4A;
  }
  footer .FooterArea .FooterCat .FooterList ul li a {
    display: inline-block;
    color: #555;
    text-decoration: none;
    font-size: 11px;
  }
  footer .FooterArea .FooterCat .FooterList ul li a:hover {
    text-decoration: underline;
  }
  footer .FooterArea .FooterCat:first-child {
    padding-left: 0;
  }
  footer .FooterArea .FooterCat:last-child {
    padding-right: 0;
  }
  footer .FooterArea .FooterCat.Event {
    width: 255px;
  }
  footer .FooterArea .FooterCat.DomTravel {
    width: 470px;
  }
  footer .FooterArea .FooterCat.DomTravel .FooterList {
    overflow: hidden;
  }
  footer .FooterArea .FooterCat.DomTravel .FooterList .IndivTravel p,
  footer .FooterArea .FooterCat.DomTravel .FooterList .CondTravel p {
    width: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
    padding: 7px;
    margin: 0 0 10px;
    border: 1px solid #E6E5E3;
  }
  footer .FooterArea .FooterCat.DomTravel .FooterList .IndivTravel {
    float: left;
  }
  footer .FooterArea .FooterCat.DomTravel .FooterList .CondTravel {
    float: right;
  }
  footer .FooterArea .FooterCat.OveTravel {
    width: 255px;
  }
  footer .FooterMenu {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .FooterArea {
    width: 100%;
    padding: 0;
  }
  footer .FooterArea .FooterCat {
    width: 21%;
    padding: 10px;
    vertical-align: middle;
  }
  footer .FooterArea .FooterCat .FooterCatName {
    font-size: 14px;
    text-align: center;
  }
  footer .FooterArea .FooterCat .FooterList {
    display: none;
  }
  footer .FooterMenu {
    padding: 15px 10px 15px;
  }
  footer .FooterMenu ul li {
    margin: 8px 0;
  }
  footer .FooterCopy {
    font-size: 11px;
  }
}
