@charset "UTF-8";

#main {
  width: 1200px!important;
  margin: 0 auto;
}

/* mainArea */
#mainArea {
  margin: 0 0 40px;
}

/* アンカーエリア */
#ancArea {
  width: 980px;
  margin: 0 auto 50px;
}
#ancArea li {
  width: 49%;
  text-align: center;
  float: left;
  margin-right: 2%;
}
#ancArea li a > span {
  position: relative;
  padding: 0 20px 0 0;
}
#ancArea li a > span:after {
  content: '';
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -3px 0 0;
}
#ancArea li:last-child {
  margin-right: 0;
  line-height: 1.2
}
#ancArea li:last-child span span {
  font-size: 18px;
}
#ancArea li a {
  height: 74px;
  background-color: #64a70b;
  color: #fff;
  font-size: 21px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}
#ancArea li a:hover {
  opacity: 0.7;
}

/* メインリード */
.mainLead {
  text-align: center;
  margin: 0 0 30px;
  font-size: 18px;
}

/* カレンダーエリア */
#calArea {
  width: 1100px;
  margin: 0 auto 68px;
}
#calArea li:first-child {
  float: left;
  width: 49%;
}
#calArea li:last-child {
  float: right;
  width: 49%;
}

/* crowdedness */
#crowdedness {
  margin: 0 0 86px;
}
#crowdedness h2,
#section02 h2 {
  text-align: center;
  margin: 0 0 15px;
}
#crowdedness .leadTxt {
  text-align: center;
  font-size: 18px;
  margin: 0 0 10px;
}
#crowdedness .routeStatus {
  display: none;
}
#crowdedness .routeStatus.status1 {
  display: flex;
}
#crowdedness .routePc {
  width: 1100px;
  margin: 0 auto 36px;
}
#crowdedness .routePc li {
  width: 175px;
  height: 52px;
  float: left;
  border: 2px solid #62a93f;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  cursor: pointer;
  border-radius: 8px;
}
#crowdedness .routePc li.active {
  background-color: #62a93f;
  color: #fff;
  font-weight: bold;
}
#crowdedness .routePc li:nth-child(6n) {
  margin-right: 0;
}
#crowdedness .routePc li:nth-child(13),
#crowdedness .routePc li:nth-child(14) {
  margin-bottom: 0;
}
#crowdedness .statusSample {
  background-color: #ecf0e1;
  margin: 0 auto 10px;
  width: 490px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#crowdedness .statusSample div {
  float: left;
  font-weight: bold;
  padding: 15px 0;
}
#crowdedness .statusSample .sampleTit {
  border-right: 2px solid #343434;
  margin-right: 15px;
  padding-right: 25px;
}
#crowdedness .statusSample .iconGreen {
  background-size: 47px 50px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/icon_green.png);
  padding-left: 56px;
  margin-right: 15px;
}
#crowdedness .statusSample .iconRed {
  background-size: 47px 50px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/icon_red.png);
  padding-left: 56px;
}
#crowdedness .statusSample .iconYellow {
  background-size: 47px 50px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/icon_yellow.png);
  padding-left: 56px;
  margin-right: 15px;
}
#crowdedness .statusLead {
  font-size: 18px;
  color: #f00;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 36px;
}
#crowdedness .routeStatus {
  width: 1100px;
  margin: 0 auto;
}
#crowdedness .routeStatus .fBlue{
  color: #108ada;
}
#crowdedness .routeStatus.calendar{
  /* display: flex; */
  justify-content: space-between;
}
#crowdedness .routeStatus.calendar .calendarL,
#crowdedness .routeStatus.calendar .calendarR{
  width: 48%;
}
#crowdedness .routeStatus .routeTit {
  font-size: 20px;
  font-weight: bold;
}
#crowdedness .routeStatus table tr th,
#crowdedness .routeStatus table tr td {
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}
#crowdedness .routeStatus table tr td.btn-style img {
  cursor: pointer;
  pointer-events: auto;
}
#crowdedness .routeStatus table tr td.btn-style img:hover {
  opacity: 0.7;
}
#crowdedness .routeStatus table {
  width: 100%;
}
#crowdedness .routeStatus table th,
#crowdedness .routeStatus table td {
  border-bottom: 2px solid #aacf3b;
  text-align: center;
  line-height: 1.2;
  padding: 15px 0;
}
#crowdedness .routeStatus table th {
  width: 10%;
  font-size: 20px;
  color: #000;
  background-color: #aacf3b;
  font-weight: bold;
}
#crowdedness .routeStatus table td {
  width: 9%;
}
#crowdedness .routeStatus table td.bgGrey {
  background-color: #c8c8c8!important;
}
#crowdedness .routeStatus table.tbFirst th {
  border-bottom: 2px solid #f000;
}
#crowdedness .routeStatus table td.bgBlue {
  background-color: #dfeff9!important;
  color: #108ada;
}
#crowdedness .routeStatus table td.bgRed {
  background-color: #f0e6e1!important;
  color: #f00;
}
#crowdedness .routeStatus .icoStyle {
  margin-top: 15px;
  margin-bottom: 15px;
}
#crowdedness .routeStatus .icoStyle img{
  max-width: 46px;
}

/* section02 */
#section02 h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 15px;
}
#section02 h3 span {
  border-bottom: 2px solid #62a93f;
  padding: 8px 15px;
  position: relative;
}
#section02 h3 span:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #62a93f;
  border-left: 2px solid #62a93f;
  border-right: 2px solid transparent;
  border-right: 2px solid transparent;
  background-color: #fff;
  transform: rotate(-135deg);
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin: 0 0 0 -8px;
}
#section02 .leadTxt {
  text-align: center;
  margin: 0 0 10px;
  font-size: 18px;
}
#section02 .boxTxt {
  text-align: center;
  margin: 0 0 20px;
  font-size: 18px;
}
#section02 .boxTxt span {
  color: #ed8b00;
}
#section02 #pcTabBtn {
  width: 1100px;
  margin: 0 auto 25px;
}
#section02 #pcTabBtn li {
  width: 177px;
  float: left;
  border: 2px solid #62a93f;
  margin: 0 8px 8px 0;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
#section02 #pcTabBtn li.active {
  background-color: #62a93f;
  color: #fff;
}
#section02 #pcTabBtn li:nth-child(1),
#section02 #pcTabBtn li:nth-child(2),
#section02 #pcTabBtn li:nth-child(7),
#section02 #pcTabBtn li:nth-child(8) {
  width: 176px;
}
#section02 #pcTabBtn li:nth-child(6) {
  margin-right: 0;
}

#section02 .boxStyle {
  display: none;
}
#section02 .boxStyle.box1 {
  display: block;
}
#section02 .boxStyle .blockList {
  width: 1100px;
  margin: 0 auto;
}
#section02 .boxStyle .blockList li {
  float: left;
  width: 32%;
  margin: 0 2% 20px 0;
  padding: 15px 15px 20px;
  background-color: #e7f7b5;
  text-align: center;
}
#section02 .boxStyle .blockList li:nth-child(3n) {
  margin-right: 0;
}
#section02 .boxStyle .blockList li .inner {
  background-color: #fff;
  margin: 0 0 15px;
  padding: 20px 37px;
}
#section02 .boxStyle .blockList li .inner .depW .depTxt,
#section02 .boxStyle .blockList li .inner .arrW .arrTxt {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: bold;
}
#section02 .boxStyle .blockList li .inner .depW .depTxt {
  background-color: #c4d600;
}
#section02 .boxStyle .blockList li .inner .arrW .arrTxt {
  background-color: #62a93f;
}
#section02 .boxStyle .blockList li .inner .depW .depPrice,
#section02 .boxStyle .blockList li .inner .arrW .arrPrice {
  font-size: 30px;
  font-weight: bold;
  color: #e60000;
  position: relative;
  line-height: 1;
}
#section02 .boxStyle .blockList li .inner .depW .depPrice:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #62a93f;
  border-left: 2px solid #62a93f;
  border-right: 2px solid transparent;
  border-right: 2px solid transparent;
  background-color: #fff;
  transform: rotate(-135deg);
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin: 0 0 0 -8px;
}
#section02 .boxStyle .blockList li .inner .depW .depPrice {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #62A93F;
}
#section02 .boxStyle .blockList li form button {
  position: relative;
  background-color: #ed8b00;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  padding: 7px 0;
  width: 80%;
  border: none;
}
#section02 .boxStyle .blockList li form button:hover {
  opacity: 0.7;
  cursor: pointer;
}
#section02 .boxStyle .blockList li form button:after {
  content: '';
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 10%;
  margin: -6px 0 0;
}
#section02 .noticeTxt {
  width: 1070px;
  margin: 0 auto 35px;
  font-size: 16px;
  line-height: 1.5;
}

/* section03 */
#section03 {
  width: 100%;
  background-color: #ecf0e1;
  padding: 40px 50px 78px;
}
#section03 .inner {
  padding: 35px 0 50px;
  background-color: #fff;
}
#section03 .inner h2 {
  text-align: center;
  margin: 0 0 18px;
}
#section03 .detailW {
  border: 2px solid #64a70b;
  border-radius: 10px;
  padding: 30px;
  width: 990px;
  margin: 0 auto 50px;
}
#section03 .detailW .imgPack {
  text-align: center;
  margin: 0 0 10px;
}
#section03 .detailW .detailTxt {
  font-size: 16px;
  margin: 0 0 15px 1em;
  text-align: center;
}
#section03 .detailW .toDetail,
#section03 .toEtc {
  color: #fff;
  font-size: 18px;
}
#section03 .detailW .toDetail a,
#section03 .toEtc a {
  display: block;
  text-align: center;
  background-color: #ed8b00;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  width: 386px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 18px;
}
#section03 .detailW .toDetail a:hover,
#section03 .toEtc a:hover {
  opacity: 0.7;
}
#section03 .detailW .toDetail a span,
#section03 .toEtc a span {
  position: relative;
  padding: 0 20px 0 0;
}
#section03 .detailW .toDetail a span:after,
#section03 .toEtc a span:after {
  content: '';
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -8px 0 0;
}
#section03 .titNew {
  color: #ff0000;
  font-size: 24px;
  text-align: center;
  margin: 0 0 5px;
}
#section03 .leadNew {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.3;
}
#section03 .priceWrap {
  width: 1040px;
  margin: 0 auto 5px;
  display: none;
}
#section03 #block01 {
  display: block;
}
#section03 .priceWrap .priceInner {
  width: 32%;
  float: left;
  border: 1px solid #ababab;
}
#section03 .priceWrap .priceInner .tit {
    background: url(/img/tit/bg_h1.png) repeat center center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
    padding: 10px 15px;
    text-align: center;
}
#section03 .priceWrap .priceInner .pic {
  margin: 0 0 15px;
}
#section03 .priceWrap .priceInner .day {
  color: #61a93f;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  margin: 0 0 5px;
  font-weight: bold;
}
#section03 .priceWrap .priceInner .price {
  color: #e80b02;
  font-size: 35px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 20px;
}
#section03 .priceWrap .priceInner .txt {
  font-size: 13px;
  line-height: 1.2;
  padding: 0 10px;
  min-height: 80px;
}
#section03 .priceWrap .priceInner .priceSearch {
  background-color: #eee;
  text-align: center;
  padding: 20px 0;
}
#section03 .priceWrap .priceInner .priceSearch .peopleNomber {
  display: inline-block;
}
#section03 .priceWrap .priceInner .priceSearch .peopleNomber .cSelect {
    width: 50px;
    height: 35px;
    font-size: 14px;
    padding: 0 0 0 10px;
    background-image: url(/img/reservation/cont/icon_select_arrow_pc.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 14px;
    background-color: #fff;
    -moz-box-shadow: 2px 3px 4px -4px #000;
    -webkit-box-shadow: 2px 3px 4px -4px #000;
    box-shadow: 2px 3px 4px -4px #000;
}
#section03 .priceWrap .priceInner .priceSearch .btnSearch {
  display: inline-block;
}
#section03 .priceWrap .priceInner .priceSearch .btnSearch input {
    width: 122px;
    height: 39px;
    background-image: url(/tour/component/image/sc_btn001_pc.png);
    background-repeat: no-repeat;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}
#section03 .priceTxt {
  font-size: 14px;
  text-align: right;
  margin: 0 28px 20px 0;
}
#modelplan_apibox04_output,
#modelplan_apibox07_output,
#modelplan_apibox10_output,
#modelplan_apibox13_output,
#modelplan_apibox16_output {
  margin: 0!important;
}

/* section04 */
#section04 {
    background-image: url(../img/bg_initiatives_pc.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 780px;
    margin: 0 0 30px;
    padding: 50px 0 0;
}
#section04 h2 {
    text-align: center;
    margin: 0 0 38px;
}
#section04 h2 img {
    width: 534px;
}
#section04 ul {
    width: 916px;
    margin: 0 auto 30px;
}
#section04 ul li {
    background-color: #fff;
    position: relative;
    width: 294px;
    float: left;
    margin-right: 17px;
    padding: 15px 12px;
    border: 3px solid #e4c371;
    border-radius: 10px;
}
#section04 ul li:last-child {
    margin: 0;
}
#section04 ul li .boxImg {
    margin: 0 0 25px;
}
#section04 ul li .boxTxt {
    font-size: 16px;
}
#section04 .initiativesTxt {
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
}
#section04 .initiativesBnr {
    text-align: center;
}

@media screen and (min-width: 600px) {
  #section03 .priceWrap .priceInner {
    margin: 0 0 0 2%;
  }
  #section03 .priceWrap .priceInner:first-child {
    margin: 0;
  }
  .p-search-typeS,
  .p-search-typeL {
    margin-bottom: 50px!important;
  }
}
@media screen and (max-width: 600px) {
  #main {
    width: 100%!important;
  }

  .mainLead {
    font-size: 16px;
    text-align: left;
  }

  /* アンカーリンク */
  #ancArea {
    width: 96%;
  }
  #ancArea li {
    float: none;
    width: 100%;
    margin: 0;
  }
  #ancArea li {
    margin-bottom: 10px;
  }
  #ancArea li:last-child {
    margin-bottom: 0;
  }
  #ancArea li a {
    height: 50px;
    font-size: 16px;
  }
  #ancArea li:last-child span span {
      font-size: 16px;
  }

  /* カレンダー */
  #calArea {
    width: 96%;
  }
  #calArea li {
    float: none!important;
    width: 100%!important;
  }
  #calArea li:first-child {
    margin-bottom: 10px;
  }

  /* crowdedness */
  #crowdedness {
    margin: 0 0 40px;
  }
  #crowdedness h2 img {
    width: 88%;
  }
  #crowdedness .leadTxt {
    text-align: left;
    padding: 0 10px;
    font-size: 16px;
  }
  #crowdedness .statusSample {
    width: 96%;
    height: auto;
    padding: 10px 0;
  }
  #crowdedness .statusSample div {
    padding: 0;
  }
  #crowdedness .statusSample .sampleTit {
    margin-right: 15px;
    padding: 20px 15px 20px 0;
    font-size: 16px;
  }
  #crowdedness .statusSample .iconGreen,
  #crowdedness .statusSample .iconYellow,
  #crowdedness .statusSample .iconRed {
    padding-top: 56px;
    padding-left: 0;
    background-position: top center;
    width: 65px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }
  #crowdedness .statusLead {
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
    color: #343434;
  }
  #crowdedness .statusLead span {
    color: #f00;
  }
  #crowdedness .routeStatus {
    width: 100%;
    padding: 0 10px;
  }
  #crowdedness .routeStatus.calendar{
    flex-direction: column;
  }
  #crowdedness .routeStatus.calendar .calendarL,
  #crowdedness .routeStatus.calendar .calendarR{
    width: 100%;
  }
  #crowdedness .routeStatus.calendar .calendarL{
    margin-bottom: 40px;
  }
  #crowdedness .routeStatus .routeTit {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
  }
  #crowdedness .routeStatus .routeDate {
    background-color: #62a93f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1;
  }
  #crowdedness .routeStatus .scrollWrap {
    overflow: auto;
    white-space: nowrap;
  }
  #crowdedness .routeStatus table.tbSecond td {
    border-top: 2px solid #62a93f;
  }
  #crowdedness .routeStatus table th{
    font-size: 18px;
  }
  #crowdedness .routeStatus table th,
  #crowdedness .routeStatus table td {
    padding: 10px 2px;
  }
  #crowdedness .routeStatus table tr:first-child td {
    font-size: 16px;
  }
  #crowdedness .routeStatus table tr.js-addId td{
    font-size: 11px;
  }
  #crowdedness .routeStatus .icoStyle img {
    width: 48px;
    max-width: 90% !important;
  }

  /* section02 */
  #section02 h2 img {
    width: 76%;
  }
  #section02 .leadTxt {
    font-size: 16px;
    width: 96%;
    text-align: left;
    margin: 0 auto 10px;
  }
  #section02 #spTabSelect,
  #crowdedness .routeSp {
    width: 96%;
    height: 50px;
    font-size: 20px;
    margin: 0 auto 20px;
    padding: 0 0 0 10px;
    background-image: url(/img/reservation/cont/icon_select_arrow_pc.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 14px;
    background-color: #fff;
    -moz-box-shadow: 2px 3px 4px -4px #000;
    -webkit-box-shadow: 2px 3px 4px -4px #000;
    box-shadow: 2px 3px 4px -4px #000;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ",sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eee;
    border-radius: 5px;
    display: block;
  }
  #section02 h3 {
    font-size: 22px;
  }
  #section02 .boxTxt {
    font-size: 16px;
    width: 96%;
    margin: 0 auto 10px;
    text-align: left;
  }
  #section02 .boxStyle .blockList {
    width: 90%;
  }
  #section02 .boxStyle .blockList li {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  #section02 .noticeTxt {
    width: 88%;
    margin-left: 2em;
    margin-bottom: 20px;
  }

  #section03 {
    padding: 10px;
  }
  #section03 .inner {
    padding: 10px
  }
  #section03 .titNew {
    font-size: 20px;
    line-height: 1.3;
  }
  #section03 .leadNew {
    text-align: left;
  }
  #section03 .detailW {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
  }
  #section03 .detailW .detailTxt {
    text-align: left;
  }
  #section03 .detailW .toDetail a,
  #section03 .toEtc a {
    width: 100%;
    font-size: 16px;
  }
  #section03 .priceWrap {
    width: 100%;
  }
  #section03 .priceWrap .priceInner {
    width: 100%;
    float: none;
    margin-bottom: 15px!important;
    margin-left: 0;
  }
  #section03 .priceWrap .priceInner.lastPrice {
    margin-bottom: 0;
  }
  #section03 .priceWrap .priceInner:last-child {
    margin-bottom: 5px;
  }
  #section03 .priceTxt {
    margin-right: 0;
  }

  /* section04 */
  #section04 {
      width: 100%;
      height: auto;
      background-image: url(../img/bg_initiatives_sp.png);
      background-color: #c0eef9;
      padding-top: 42px;
      padding-bottom: 25px;
  }
  #section04 h2 {
      margin-bottom: 10px;
  }
  #section04 h2 img {
      width: 84%;
  }
  #section04 ul {
      width: 100%;
      padding: 10px;
  }
  #section04 ul li {
      float: none;
      width: 100%;
      margin-bottom: 15px;
  }
  #section04 ul li:last-child {
      margin-bottom: 0;
  }
  #section04 ul li .boxImg {
      margin-bottom: 10px;
  }
  #section04 .initiativesTxt {
      font-size: 13px;
  }
  #section04 .initiativesBnr a img {
      width: 86%;
  }
}

/* SNSここから */
.snsArea {
  margin: 0 0 50px;
}
.snsArea ul {
	float: right;
}
.snsArea ul li {
	width: 56px;
	float: left;
	margin: 0 10px 0 0;
}
.snsArea ul li:last-child {
	margin: 0;
}
.snsArea ul li a {
	text-indent: -9999px !important;
	background-repeat: no-repeat !important;
	background-size: 56px !important;
	background-position: top left !important;
	width: 56px !important;
	height: 56px !important;
	display: block !important;
}
.snsArea ul li a:hover {
	opacity: 0.7;
}
.snsArea ul li:nth-child(1) a {
	background-image: url(/img/sns/icon_x_sp.png) !important;
}
.snsArea ul li:nth-child(2) a {
	background-image: url(/img/sns/icon_facebook_sp.png) !important;
}
.snsArea ul li:nth-child(2) .fbShare {
	background-color: #fff !important;
}
.snsArea ul li:nth-child(3) a {
	background-image: url(/img/sns/icon_line_sp.png) !important;
}
.snsArea .fbShare {
	background: none;
	padding: 0;
}
.snsArea .snsAreaL .tit {
	text-align: center;
	margin-bottom: 10px;
}
.snsArea .snsAreaL #sns ul {
	float: none;
}
.snsArea .snsAreaL,
.snsArea .snsAreaR {
	text-align: center;
}
.snsArea .snsAreaL #sns ul li,
.snsArea .snsAreaL #sns ul li a,
.snsArea .snsAreaR .btnInstagram,
.snsArea .snsAreaR .btnInstagram a {
	width: 54px !important;
	height: 54px !important;
	background-size: 100% !important;
	display: inline-block !important;
	float: none !important;
}
.snsArea .snsAreaR {
	float: right;
	width: 36%;
}
.snsArea .snsAreaL .snsTit {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
@media screen and (min-width: 601px) {
	.snsArea {
		float: right;
	}
	.snsArea .snsAreaL .snsTit {
		font-size: 16px;
	}
	.snsArea .snsAreaL {
		width: 100%;
	}
  .snsArea ul li:nth-child(1) a {
    background-image: url(/img/sns/icon_x_pc.png) !important;
  }
  .snsArea ul li:nth-child(2) a {
    background-image: url(/img/sns/icon_facebook_pc.png) !important;
  }
  .snsArea ul li:nth-child(3) a {
    background-image: url(/img/sns/icon_line_pc.png) !important;
  }
}
/* SNSここまで */
