@charset "UTF-8";
/* ---------------------------------------- */
/* css変数 */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* 共通 */
/* ---------------------------------------- */
body {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  color: #4B4B4B;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  /* iOSで文字サイズが拡大される対策 */
}

a {
  text-decoration: none;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

a:hover {
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media screen and (max-width: 576px) {
  .brSp {
    display: none;
  }
}

.pcTel {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pcTel {
    display: none;
  }
}

.spTel {
  display: none;
}

@media screen and (max-width: 768px) {
  .spTel {
    display: inline-block;
  }
}

.spTel a {
  color: inherit;
  text-decoration: underline;
}

.spTel a:hover {
  text-decoration: none;
}

.pcNone {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.spNone {
  display: block;
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/* ---------------------------------------- */
/* 共通レイアウト */
/* ---------------------------------------- */
.main {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  .main {
    padding: 0 0 80px;
  }
}

.l-wrap01 {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

.l-area01 {
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
}

.l-area01.l-area-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-area01.l-area-2column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-top-column {
  width: 100%;
}

.l-left-column {
  margin: 60px 0 0;
  width: 250px;
}

@media screen and (max-width: 768px) {
  .l-left-column {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.l-left-column .search-btn {
  border: none;
  margin-top: 15px;
}

.l-right-column {
  margin: 60px 0 0 50px;
  width: calc(100% - 250px - 50px);
}

@media screen and (max-width: 768px) {
  .l-right-column {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 60px 0 0;
  }
}

/* ---------------------------------------- */
/* 共通パーツ */
/* ---------------------------------------- */
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-row:after {
  content: "";
  width: 32.14%;
  display: block;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.c-row .c-row-3:after {
  content: "";
  width: 32.14%;
  display: block;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.c-card-3 {
  width: 32.14%;
}

@media screen and (max-width: 1024px) {
  .c-card-3 {
    width: 48.5%;
  }
}

@media screen and (max-width: 1024px) {
  .c-card-3:nth-of-type(n + 3) {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .c-card-3:nth-of-type(n + 3) {
    margin: 20px 0 0;
  }
}

.c-card-3:nth-of-type(n + 4) {
  margin: 50px 0 0;
}

@media screen and (max-width: 1024px) {
  .c-card-3:nth-of-type(n + 4) {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .c-card-3:nth-of-type(n + 4) {
    margin: 20px 0 0;
  }
}

.c-cardLk {
  display: block;
}

.c-cardLk:hover .c-cardImgBx:after {
  opacity: 1;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.c-cardLk .c-cardImgBx {
  text-align: center;
  position: relative;
  padding: 0 0 75%;
  background: #f2f2f2;
}

.c-cardLk .c-cardImgBx img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  margin: auto;
}

.c-cardLk .c-cardImgBx:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.c-cardTag {
  min-width: 80px;
  padding: 11px 5px 9px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #acacac;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
}

@media screen and (max-width: 576px) {
  .c-cardTag {
    padding: 4px 5px 3px;
    min-width: 60px;
    font-size: 10px;
  }
}

.c-cardTag.c-cardTag-pk {
  background-color: #FE7CA3;
}

.c-cardTag.c-cardTag-ye {
  background-color: #FFBE0A;
}

.c-cardTag.c-cardTag-bl {
  background-color: #03B5C9;
}

.c-cardTag img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.c-cardTitle {
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: 500;
  color: #4B4B4B;
  line-height: 1.5em;
}

@media screen and (max-width: 576px) {
  .c-cardTitle {
    margin: 10px auto 0;
    font-size: 12px;
  }
}

.c-cardBx.c-cardBx-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: -10px 0 0;
}

.c-cardBx-link-text {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .c-cardBx-link-text {
    font-size: 14px;
  }
}

.c-cardRank {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-cardRank img {
  margin: 0 5px 0 0;
}

.c-cardRankTxt {
  margin: 0.5em 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

.c-btn01 {
  padding: 13px 2% 11px;
  max-width: 300px;
  width: 100%;
  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;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  border: 1px solid #6d6d6d;
  border-radius: 3px;
  background: #CCC;
}

.c-btn01.c-btn01-or {
  background: #FF8000;
  border-color: #FF8000;
}

.c-btn01.c-btn01-or:hover {
  background: #fda64c;
}

.c-btn01 span {
  padding: 0 0 0 21px;
}

.c-lightbox {
  position: relative;
  display: block;
}

.c-lightbox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  pointer-events: none;
}

.c-lightbox:hover:after {
  opacity: 1;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.tit01 {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tit01:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #F1F1F1;
}

.tit01 .tit01-title {
  padding: 0 1.95em;
  font-size: 22px;
  font-weight: 700;
  color: #303030;
  line-height: 1.5em;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .tit01 .tit01-title {
    font-size: 20px;
  }
}

.tit01 .tit01-text {
  padding: 0 1.95em;
  font-size: 12px;
  font-weight: 700;
  color: #FF8000;
  line-height: 1.5em;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .tit01 .tit01-text {
    font-size: 11px;
  }
}

.tit02 {
  padding: 0 0 0 0.5em;
  font-size: 20px;
  font-weight: 700;
  border-left: 10px solid #FF8800;
}

@media screen and (max-width: 768px) {
  .tit02 {
    font-size: 16px;
  }
}

.btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  width: 100%;
  min-height: 40px;
  padding: 5px 5px 3px;
  margin: 0 auto;
  background: #acacac;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.btn01.btn01-or {
  background-color: #FF8000;
  color: #FFF;
}

.btn01.btn01-or:hover {
  background-color: #fda64c;
}

.btn01-leftNavSend {
  margin-top: 20px;
  min-height: 20px;
}

.p-preparation-box {
  padding: 100px 0 30px;
}

.p-preparation-box .c-preparation-title {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-preparation-box .c-preparation-title {
    font-size: 16px;
  }
}

/* ---------------------------------------- */
/* フォームパーツ */
/* ---------------------------------------- */
.formRadio01 {
  display: none;
  position: relative;
}

.formRadio01:nth-of-type(n + 2) {
  max-width: 5px auto 0;
}

.formRadio01 + label {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.5em;
}

.formRadio01 + label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #858585;
}

.formRadio01:checked + label {
  font-weight: 700;
  color: #FF8000;
}

.formRadio01:checked + label:after {
  content: "";
  border: 1px solid #FF8800;
}

.formRadio01:checked + label:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 4px;
  width: calc(14px - 6px);
  height: calc(14px - 6px);
  background: #FF8800;
  display: block;
  border-radius: 50%;
  z-index: 9;
}

.formCheck01 {
  display: none;
  position: relative;
}

.formCheck01:nth-of-type(n + 2) {
  max-width: 5px auto 0;
}

.formCheck01 + label {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.5em;
}

.formCheck01 + label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 2px;
  background-color: #FFF;
  border: 1px solid #858585;
}

.formCheck01:checked + label {
  font-weight: 700;
  color: #FF8000;
}

.formCheck01:checked + label:after {
  content: "";
  border: 1px solid #FF8800;
  background-color: #FF8800;
}

.formCheck01:checked + label:before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 1px;
  width: 14px;
  height: 14px;
  background-image: url(../img/icon_form_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  display: block;
  border-radius: 2px;
  z-index: 9;
}

/* ---------------------------------------- */
/* サーチリスト */
/* ---------------------------------------- */
.searchWrap {
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
  margin: 29px auto 0;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .searchWrap {
    max-width: 700px;
  }
}

.search {
  padding: 30px 15px;
  border: 1px solid #D6D6D6;
}

@media screen and (max-width: 1024px) {
  .search {
    padding: 15px 15px;
  }
}

.searchArea {
  max-width: 1076px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D6D6D6;
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 1024px) {
  .searchArea {
    display: block;
    border-radius: 0;
  }
}

.searchConte {
  border-right: 1px solid #D6D6D6;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .searchConte {
    border-right: 0;
    border-bottom: 1px solid #D6D6D6;
  }
}

.searchConte.searchConte-lg {
  width: 29.73%;
}

@media screen and (max-width: 1024px) {
  .searchConte.searchConte-lg {
    width: 100%;
  }
}

.searchConte.searchConte-md {
  width: 20.44%;
}

@media screen and (max-width: 1024px) {
  .searchConte.searchConte-md {
    width: 100%;
  }
}

.searchBx {
  padding: 17.5px 20px;
  position: relative;
  height: 100%;
}

.searchBx.searchBx-cate {
  background-image: url(../img/icon_form_category.svg);
  background-position: 20px center;
  background-size: auto;
  background-repeat: no-repeat;
}

.searchBx.searchBx-area {
  background-image: url(../img/icon_form_area.svg);
  background-position: 20px center;
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .searchBx {
    padding: 10px 20px;
  }
}

.searchBtn01 {
  width: 100px;
  background: #FF8000;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  border: 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.searchBtn01:hover {
  background-color: #fda64c;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media screen and (max-width: 1024px) {
  .searchBtn01 {
    margin: 10px auto 10px;
    padding: 12px 10px;
    width: calc(100% - 30px);
    border-radius: 0;
    display: block;
  }
}

.searchWidgetTxt {
  padding: 2px 0 0 22px;
  font-size: 14px;
  color: #AFAFAF;
  min-height: 1.7em;
}

.searchWidgetTxt.searchWidgetTxt-cate {
  background-image: url(../img/icon_form_category.svg);
  background-position: center left;
  background-size: auto;
  background-repeat: no-repeat;
}

.searchWidgetTxt.searchWidgetTxt-area {
  background-image: url(../img/icon_form_area.svg);
  background-position: center left;
  background-size: auto;
  background-repeat: no-repeat;
}

.searchInput {
  border: 0;
  padding: 2px 0 0 22px;
  font-size: 14px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .searchInput {
    padding: 2px 0 0 28px;
  }
}

@media screen and (max-width: 576px) {
  .searchInput {
    font-size: 16px;
  }
}

.searchInput::-webkit-input-placeholder {
  color: #AFAFAF;
}

.searchInput:-ms-input-placeholder {
  color: #AFAFAF;
}

.searchInput::-ms-input-placeholder {
  color: #AFAFAF;
}

.searchInput::placeholder {
  color: #AFAFAF;
}

.searchInput.searchInput-station {
  background-image: url(../img/icon_form_station.svg);
  background-position: center left;
  background-size: auto;
  background-repeat: no-repeat;
}

.searchInput.searchInput-keyword {
  background-image: url(../img/icon_form_keyword.svg);
  background-position: center left;
  background-size: auto;
  background-repeat: no-repeat;
}

.searchLabel.searchLabel-station {
  display: none;
}

.searchLabel.searchLabel-keyword {
  display: none;
}

.searchWidget {
  display: none;
  margin: -1px 0 0;
  padding: 20px 18px;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100%);
  max-height: 60vh;
  overflow-y: scroll;
  border: 1px solid #D6D6D6;
  background: #FFF;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .searchWidget {
    width: calc(100% - 30px);
    right: 0;
    margin: auto;
    border: 0;
    height: 30vh;
    background: #fdfdfd;
  }
}

.searchWidget input[type="radio"] {
  display: none;
}

.searchWidget:hover {
  display: block;
}

.searchWidgetList.searchWidgetList-heading {
  margin: 0.5em 0 0.5em;
  padding: 0 0 0.5em;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #d6d6d6;
}

.searchBx:hover + .searchWidget {
  display: block;
}

.searchWidgetLabel {
  padding: 0.3em 0.5em;
  font-size: 14px;
  display: block;
  width: 100%;
}

.searchWidgetLabel:hover {
  background: #f2f2f2;
}

/* セレクトタグ調整 */
.searchSelect {
  margin: 0 0 0 auto;
  padding: 0.1em 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: calc(100% - 22px);
  background: #FFF;
  border: 0;
  font-size: 14px;
  position: relative;
  color: #AFAFAF;
  background-image: url(../img/icon_form_arrow_down.svg);
  background-position: calc(100% - 7px) center;
  background-size: auto;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .searchSelect {
    padding: 0.1em 0.3em;
    font-size: 16px;
  }
}

.searchSelect option {
  color: #4b4b4b;
}

.searchSelect optgroup {
  color: #4b4b4b;
}

/* ---------------------------------------- */
/* ページトップ */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* ヘッダー */
/* ---------------------------------------- */
body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

.header {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  border-top: 10px solid #D6D6D6;
}

.headerArea {
  margin: 0 auto;
  padding: 30px 15px 23px;
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .headerArea {
    padding: 15px 15px 15px;
  }
}

.headerArea .headerSnsiCons {
  margin: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  .headerArea .headerSnsiCons {
    margin: 0;
    display: none;
  }
}

.headerArea .navigation .headerSnsiCons {
  display: none;
}

@media screen and (max-width: 576px) {
  .headerArea .navigation .headerSnsiCons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 15px 20px;
  }
}

.headerLogo {
  display: block;
  max-width: 260px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .headerLogo {
    max-width: 190px;
  }
}

@media screen and (max-width: 576px) {
  .headerLogo {
    max-width: 190px;
  }
}

@media screen and (max-width: 414px) {
  .headerLogo {
    max-width: 170px;
  }
}

.headerConte {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .headerStatus {
    display: none;
  }
}

.headerStatusLk {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #4B4B4B;
  line-height: 1em;
  position: relative;
}

.headerStatusLk:hover {
  color: #4B4B4B;
  text-decoration: underline;
}

.headerStatusLk:last-of-type {
  padding: 0 0 0 10px;
}

.headerStatusLk:after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  background-color: #D6D6D6;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
}

.headerStatusLk:last-of-type:after {
  display: none;
}

.headerSnsBx {
  margin: 0 0 0 16px;
}

.headerSnsBx:first-of-type {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .headerSnsBx {
    margin: 0 0 0 8px;
  }
}

.headerSnsLK {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
}

.headerSnsLK:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.navBtn {
  margin: 0 0 0 16px;
  width: 32px;
  height: 26px;
  position: relative;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

@media screen and (max-width: 768px) {
  .navBtn {
    display: block;
  }
}

.navBtn span {
  margin: auto;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #404040;
  border-radius: 5px;
  position: absolute;
  right: 0;
  left: 0;
}

.navBtn span:nth-of-type(1) {
  top: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  bottom: auto;
}

.navBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.navBtn span:nth-of-type(3) {
  top: auto;
  bottom: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.open span:nth-of-type(1) {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.open span:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.open span:nth-of-type(3) {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.open + .hedaerMask {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  overflow: hidden;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.hedaerMask {
  z-index: 999;
}

.navigation {
  width: 300px;
  height: 100vh;
  background: #FFF;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 999;
}

.navigation.open {
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.hedaerMask {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.navArea {
  height: 100%;
}

.navBox {
  padding: 60px 15px 50px;
  height: 100%;
  overflow-y: auto;
}

.navConte {
  border-bottom: 1px solid #ccc;
}

.navLk {
  padding: 10px 15px;
  font-size: 14px;
  color: #FF8000;
  display: block;
}

.navLk:hover {
  background-color: #f9f9f9;
}

/* ---------------------------------------- */
/* フッター */
/* ---------------------------------------- */
.footer {
  margin: 0 auto;
  padding: 15px 0 50px;
  max-width: 1920px;
  width: 100%;
  border-bottom: 10px solid #D6D6D6;
}

@media screen and (max-width: 576px) {
  .footer {
    padding: 15px 0 15px;
  }
}

.footerArea {
  margin: 0 auto;
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
}

.footerCate {
  width: 100%;
  padding: 0 15px;
}

.footerCateConte {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  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;
}

.footerCateRow {
  margin: 50px auto 0;
  width: 100%;
  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;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

@media screen and (max-width: 576px) {
  .footerCateRow {
    margin: 30px auto 0;
  }
}

.footerCateRow.footerCateRow-lg {
  width: 100%;
}

.footerCateRow.footerCateRow-sm {
  width: 100%;
}

.footerCateRow.footerCateRow-sm .footerCateBx {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .footerCateRow.footerCateRow-sm .footerCateBx {
    padding: 0 1% 0 0;
    width: 32.33%;
  }
}

@media screen and (max-width: 576px) {
  .footerCateRow.footerCateRow-sm .footerCateBx {
    width: 49%;
  }
}

.footerCateRow .footerCateBx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footerCateRow .footerCateBx:nth-of-type(n + 5) {
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .footerCateRow .footerCateBx:nth-of-type(n + 4) {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .footerCateRow .footerCateBx:nth-of-type(n + 3) {
    margin: 30px 0 0;
  }
  .footerCateRow .footerCateBx:nth-of-type(n + 4) {
    margin: 30px 0 0;
  }
  .footerCateRow .footerCateBx:nth-of-type(n + 5) {
    margin: 30px 0 0;
  }
}

.footerCateTit {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

.footerCateList {
  margin: 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footerCateItem {
  margin: 0.5em 1.842em 0 0;
}

@media screen and (max-width: 576px) {
  .footerCateItem {
    margin: 0.2em 0.5em 0 0;
  }
}

.footerCateLk {
  font-size: 12px;
  font-weight: 500;
  color: #6D6D6D;
  text-decoration: underline;
}

.footerCateLk:hover {
  text-decoration: none;
}

.footerNav {
  margin: 50px auto 0;
  padding: 18px 15px 30px;
  width: 100%;
  border-top: 2px solid #F1F1F1;
  border-bottom: 2px solid #F1F1F1;
}

.footerNavArea {
  margin: 0 auto;
  max-width: 1025px;
  width: 100%;
  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;
}

@media screen and (max-width: 1024px) {
  .footerNavArea {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footerNavConte {
  margin: 1em 0.8em 0;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .footerNavConte {
    margin: 1em 0 0;
    width: 50%;
    text-align: center;
  }
}

.footerNavLk {
  font-weight: 500;
  color: #4B4B4B;
}

.footerNavLk:hover {
  text-decoration: underline;
}

.footerInfo {
  margin: 33px auto 0;
  padding: 0 15px;
}

.footerInfoArea {
  margin: 0 auto;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .footerInfoArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footerLogo {
  max-width: 290px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footerLogo {
    max-width: 200px;
  }
}

@media screen and (max-width: 576px) {
  .footerLogo {
    max-width: 220px;
  }
}

.copy {
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .copy {
    margin: 20px auto 0;
  }
}

/* ---------------------------------------- */
/* 関連会社バナー */
/* ---------------------------------------- */
.connectBann {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  padding: 60px 0;
  background-color: #F2F2F2;
}

.connecBannArea {
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .connecBannArea {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .connecBannArea {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.connecBannArea .connectBannItem {
  width: 32.16%;
}

@media screen and (max-width: 768px) {
  .connecBannArea .connectBannItem {
    width: 100%;
  }
  .connecBannArea .connectBannItem:nth-of-type(n + 2) {
    margin: 20px 0 0;
  }
}

.connecBannArea:after {
  content: "";
  width: 32.16%;
  display: block;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.connectBannLk {
  padding: 36px 33px 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-radius: 5px;
}

.connectBannLk:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1024px) {
  .connectBannLk {
    padding: 20px 15px;
  }
}

.connectBannDet {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.connectBannImg {
  width: 100%;
  padding: 0 0 18px;
  text-align: center;
  border-bottom: 1px solid #D6D6D6;
}

.connectBannTxt {
  margin: 15px auto 0;
  font-size: 12px;
  font-weight: 500;
  color: #6D6D6D;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .connectBannTxt {
    font-size: 11px;
  }
}

/* ---------------------------------------- */
/* レフトナビ */
/* ---------------------------------------- */
.leftNav {
  padding: 15px 15px;
  width: 100%;
  background-color: #F1F1F1;
  border-radius: 5px;
}

.leftNav.leftNav-style02 .leftNavArea {
  padding: 12px 0 24px;
}

@media screen and (max-width: 768px) {
  .leftNav.leftNav-style02 .leftNavArea {
    padding: 12px 0 0;
  }
}

.leftNav.leftNav-style02 .leftNavArea .leftNavList {
  padding: 0 30px 0;
}

@media screen and (max-width: 768px) {
  .leftNav.leftNav-style02 .leftNavArea .leftNavList {
    margin: 0;
    border-top: 1px solid #D6D6D6;
    padding: 12px 15px 12px;
  }
}

.leftNav.leftNav-style02 .leftNavTit {
  padding: 0 30px 12px;
}

.leftNav.leftNav-style02 .leftNavTit span {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .leftNav.leftNav-style02 .leftNavTit {
    padding: 0 30px 12px;
    border: 0;
  }
}

.leftNav .leftNavArea {
  padding: 27px 30px 53px;
  background-color: #FFF;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .leftNav .leftNavArea {
    padding: 27px 30px 27px;
  }
}

@media screen and (max-width: 576px) {
  .leftNav .leftNavArea {
    padding: 27px 15px 27px;
  }
}

.leftNav .leftNavArea:nth-of-type(n + 2) {
  margin: 10px 0 0;
}

.leftNav .leftNavTit {
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D6D6D6;
}

.leftNav .leftNavTit img {
  width: 14px;
}

.leftNav .leftNavTit span {
  margin: 0 0 0 4px;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.leftNav .leftNavTit span a {
  color: inherit;
  text-decoration: none;
}

.leftNavConte {
  width: 100%;
}

.leftNavBx:nth-of-type(n + 2) {
  margin: 20px auto 0;
}

.leftNavList {
  margin: 12px 0 0;
}

@media screen and (max-width: 768px) {
  .leftNavList {
    display: none;
  }
}

.leftNavItem {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.08em;
}

@media screen and (max-width: 768px) {
  .leftNavItem {
    width: 32.14%;
    padding: 0 1% 0 0;
  }
}

@media screen and (max-width: 576px) {
  .leftNavItem {
    width: 49%;
  }
}

@media screen and (max-width: 576px) {
  .leftNavItem {
    width: 49%;
    font-size: 12px;
  }
}

.leftNavItem a {
  color: #FF8000;
}

.leftNavItem a:hover {
  color: #FF8000;
  text-decoration: underline;
}

.leftNavCateSelect {
  padding: 14px 17px 0;
}

.leftNavCateSelectBx {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.leftNavCateSelectBx:nth-of-type(n + 2) {
  margin: 12px auto 0;
}

@media screen and (max-width: 768px) {
  .leftNavCateSelectBx {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.leftNavCateSelectBx .leftNavCateSelectLabel {
  margin: 0 0 0.3em;
  font-size: 13px;
  width: 100%;
}

.leftNavCateSelectBx .leftNavCateSelectItem {
  position: relative;
  width: 100%;
}

.leftNavCateSelectBx .leftNavCateSelectItem i {
  font-size: 10px;
  color: #FF8000;
  position: absolute;
  top: 0.1em;
  bottom: 0;
  right: 5px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.leftNavCateSelectBx select {
  padding: 0.1em 1.5em 0.1em 0.5em;
  -webkit-appearance: none;
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  background: #FFF;
  border: 0;
  font-size: 12px;
  position: relative;
  color: #FF8000;
  display: block;
  cursor: pointer;
  min-width: 80px;
  border: 1px solid #D6D6D6;
}

@media screen and (max-width: 576px) {
  .leftNavCateSelectBx select {
    font-size: 12px;
  }
}

.leftNavCateSelectBx select option {
  color: #4b4b4b;
}

.leftNavCateSelectBx select optgroup {
  color: #4b4b4b;
}

.leftNavCateSelectBx .leftNavCateSelectTxt {
  margin: 0 0.8em;
  font-size: 10px;
  color: #A7A7A7;
  line-height: 1em;
}

.leftNavPriceSelect {
  padding: 14px 17px 0;
}

.leftNavPriceSelectBx {
  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;
}

@media screen and (max-width: 768px) {
  .leftNavPriceSelectBx {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.leftNavPriceSelectBx .leftNavPriceSelectItem {
  position: relative;
}

.leftNavPriceSelectBx .leftNavPriceSelectItem i {
  font-size: 10px;
  color: #FF8000;
  position: absolute;
  top: 0.1em;
  bottom: 0;
  right: 5px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.leftNavPriceSelectBx select, .leftNavPriceSelectBx input[type="text"] {
  padding: 0.1em 1.5em 0.1em 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #FFF;
  border: 0;
  font-size: 12px;
  position: relative;
  color: #FF8000;
  display: block;
  cursor: pointer;
  min-width: 80px;
  border: 1px solid #D6D6D6;
}

@media screen and (max-width: 576px) {
  .leftNavPriceSelectBx select, .leftNavPriceSelectBx input[type="text"] {
    font-size: 12px;
  }
}

.leftNavPriceSelectBx select option, .leftNavPriceSelectBx input[type="text"] option {
  color: #4b4b4b;
}

.leftNavPriceSelectBx select optgroup, .leftNavPriceSelectBx input[type="text"] optgroup {
  color: #4b4b4b;
}

.leftNavPriceSelectBx .leftNavPriceSelectTxt {
  margin: 0 0.8em;
  font-size: 10px;
  color: #A7A7A7;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .leftBannArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.leftBannItem {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .leftBannItem {
    margin: 15px 0 0;
    width: 48.5%;
  }
}

.leftBannItem:nth-of-type(n + 2) {
  margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
  .leftBannItem:nth-of-type(n + 2) {
    margin: 15px 0 0;
  }
}

.leftBannLk:hover {
  opacity: .75;
}

.leftNavCalendar {
  padding: 20px 17px 0;
}

.leftNavCalendar .calendar {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .leftNavCalendar .calendar {
    margin: 0;
  }
}

@media screen and (max-width: 576px) {
  .leftNavCalendar .calendar {
    margin: 0 auto;
  }
}

.leftNavCalendar .calendar:nth-of-type(n + 2) {
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .leftNavCalendar .calendar:nth-of-type(n + 2) {
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 576px) {
  .leftNavCalendar .calendar:nth-of-type(n + 2) {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .leftNavCalendarBx01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 576px) {
  .leftNavCalendarBx01 {
    display: block;
  }
}

.leftNavCalendarBx02 {
  margin: 18px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .leftNavCalendarBx02 {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .leftNavCalendarBx02 {
    margin: 18px auto 0;
  }
}

.leftNavCalendarBx02 .leftNavCalendarLk {
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #672FBB;
}

.leftNavCalendarBx02 .leftNavCalendarLk:hover {
  text-decoration: underline;
}

.leftNavCalendarBx02 .leftNavCalendarLk i {
  margin: 0 0.4em 0 0;
  font-size: 10px;
}

.leftNavRadio,
.leftNavCheck {
  padding: 15.5px 30px 0;
}

@media screen and (max-width: 768px) {
  .leftNavRadio,
  .leftNavCheck {
    padding: 15.5px 15px 0;
  }
}

.leftNavRadioBx:nth-of-type(n + 2),
.leftNavcheckBx:nth-of-type(n + 2) {
  margin: 5px 0 0;
}

/* ---------------------------------------- */
/* カレンダー */
/* ---------------------------------------- */
.calendar {
  max-width: 186px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .calendar {
    max-width: 100%;
  }
}

.calendar .calendarTr {
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
}

.calendar .calendarTr:last-of-type {
  border: 0;
}

.calendar .calendarTr th,
.calendar .calendarTr td {
  border-right: 3px solid #FFF;
  width: calc(14.28% - 2px);
  height: 24px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
}

.calendar .calendarTr th:last-of-type,
.calendar .calendarTr td:last-of-type {
  border: 0;
}

.calendar .calendarTr.calendarTr-week {
  margin: 3px 0 0;
}

.calendar .calendarTr.calendarTr-week th,
.calendar .calendarTr.calendarTr-week td {
  background-color: #E1E1E1;
}

.calendar .calendarTr-date th.blankDay,
.calendar .calendarTr-date td.blankDay {
  background-color: #F2F2F2;
}

.calendar .calendarTr-date th.pastDay,
.calendar .calendarTr-date td.pastDay {
  color: #CECECE;
  background-color: #F2F2F2;
}

.calendar .calendarTr-date th.weekDay,
.calendar .calendarTr-date td.weekDay {
  background-color: #F2F2F2;
}

.calendar .calendarTr-date th.satDay,
.calendar .calendarTr-date td.satDay {
  background-color: #E9F6FF;
}

.calendar .calendarTr-date th.sunDay,
.calendar .calendarTr-date td.sunDay {
  background-color: #FFEEEE;
}

.calendar .calendarTr-date th.holyDay,
.calendar .calendarTr-date td.holyDay {
  background-color: #FFEEEE;
}

.calendar .calendarTr-date th.weekDay a, .calendar .calendarTr-date th.satDay a, .calendar .calendarTr-date th.sunDay a, .calendar .calendarTr-date th.holyDay a,
.calendar .calendarTr-date td.weekDay a,
.calendar .calendarTr-date td.satDay a,
.calendar .calendarTr-date td.sunDay a,
.calendar .calendarTr-date td.holyDay 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%;
  color: #FF8000;
}

.calendar .calendarTr-date th.weekDay a:hover, .calendar .calendarTr-date th.satDay a:hover, .calendar .calendarTr-date th.sunDay a:hover, .calendar .calendarTr-date th.holyDay a:hover,
.calendar .calendarTr-date td.weekDay a:hover,
.calendar .calendarTr-date td.satDay a:hover,
.calendar .calendarTr-date td.sunDay a:hover,
.calendar .calendarTr-date td.holyDay a:hover {
  text-decoration: underline;
}

.calendarPager {
  max-width: 64px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendarPager .calendarPagerBtn {
  padding: 0.5px 0 1px;
  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: calc(50% - 2px);
  border: 2px solid #D6D6D6;
  background: #F2F2F2;
  border-radius: 2px;
  font-size: 10px;
  color: #A7A7A7;
}

.calendarPager .calendarPagerBtn.calendarPagerBtn-next, .calendarPager .calendarPagerBtn.calendarPagerBtn-prev {
  background-color: #FFF7EF;
  border-color: #FBCD9E;
  color: #FF8000;
}

.calendarPager .calendarPagerBtn.calendarPagerBtn-next:hover, .calendarPager .calendarPagerBtn.calendarPagerBtn-prev:hover {
  background: #FF8000;
  border-color: #FF8000;
  color: #FFF;
}

.calendarPager .calendarPagerBtn.calendarPagerBtn-blank {
  background: #F2F2F2;
  border-color: #D6D6D6;
  pointer-events: none;
}

.calendarYm {
  padding: 0.5em 0.5em 0.5em;
  border-radius: 3px 3px 0 0;
  background: #BBBBBB;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
}

/* ---------------------------------------- */
/* ページャ― */
/* ---------------------------------------- */
.pager {
  margin-top: 80px;
  margin-left: -3px;
  width: calc(100% + 6px);
}

@media screen and (max-width: 576px) {
  .pager {
    margin-top: 50px;
    margin-left: -2px;
    width: calc(100% + 4px);
  }
}

.pagerList {
  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;
}

.pagerListItem {
  margin: 6px 3px 0;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
}

.pagerListItem.pagerListItem-dots {
  border: 0;
  pointer-events: none;
}

.pagerListItem.pagerListItem-dots .pagerLink {
  color: #4b4b4b;
}

@media screen and (max-width: 576px) {
  .pagerListItem {
    margin: 5px 2px 0;
    font-size: 11px;
  }
  .pagerListItem.pagerListItem-dots {
    font-size: 10px;
  }
}

.pagerListItem .pagerLink {
  display: inline-block;
  padding: 6px 7px 4px;
  background: #FFF;
  color: #FF8800;
}

.pagerListItem .pagerLink:hover {
  background-color: #FF8800;
  color: #FFF;
}

.pagerListItem .pagerLink.pagerLink-current {
  color: #7E7E7E;
  background-color: #E5E5E5;
  pointer-events: none;
}

@media screen and (max-width: 576px) {
  .pagerListItem .pagerLink {
    padding: 5px 5px 3px;
  }
}

/* ---------------------------------------- */
/* パンくずリスト */
/* ---------------------------------------- */
.pankuzuWr {
  padding: 10px 0 0;
  border-top: 1px solid #E5E5E5;
}

.pankuzu {
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
  padding: 0 15px 22px;
}

.pankuzu .pankuzuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pankuzu .pankuzuList .pankuzuListItem {
  font-size: 12px;
  color: #4B4B4B;
}

.pankuzu .pankuzuList .pankuzuListItem.pankuzuListItem-arrow {
  margin: 0 0.5em;
}

.pankuzu .pankuzuList .pankuzuListItem .pankuzuLk {
  color: #4B4B4B;
}

.pankuzu .pankuzuList .pankuzuListItem .pankuzuLk:hover {
  text-decoration: underline;
}

/* ---------------------------------------- */
/* カバー */
/* ---------------------------------------- */
.coverWrap .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 9px;
}

.coverWrap .slick-dots li button:hover:before {
  background-color: #FF8000;
}

.coverWrap .slick-dots li.slick-active button:before {
  color: #F00;
}

.coverWrap .slick-dots li button:before {
  background-color: #FF8000;
}

@media screen and (max-width: 576px) {
  .coverWrap .slick-dots {
    padding: 3px 0 0;
  }
}

.cover {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .cover {
    padding: 0 8px;
  }
}

@media screen and (max-width: 576px) {
  .cover {
    padding: 0 15px;
  }
}

.cover img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.coverPc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .coverPc {
    display: none !important;
  }
}

.coverSp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .coverSp {
    display: block !important;
  }
}

/* ---------------------------------------- */
/* テーブル */
/* ---------------------------------------- */
.baseTb {
  margin: 15px auto 0;
  max-width: 1120px;
  width: 100%;
  border: 1px solid #FBCD9E;
}

.baseTb .baseTr {
  border-bottom: 1px solid #FBCD9E;
}

.baseTb .baseTh,
.baseTb .baseTd {
  padding: 10px 20px 8px 20px;
  font-size: 14px;
  line-height: 1.5em;
  vertical-align: top;
}

@media screen and (max-width: 576px) {
  .baseTb .baseTh,
  .baseTb .baseTd {
    padding: 6px 10px 6px 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 414px) {
  .baseTb .baseTh,
  .baseTb .baseTd {
    font-size: 11px;
  }
}

.baseTb .baseTh {
  width: 200px;
  background: #FFF7EF;
  border-right: 1px solid #FBCD9E;
  text-align: left;
}

@media screen and (max-width: 576px) {
  .baseTb .baseTh {
    width: 130px;
  }
}

@media screen and (max-width: 414px) {
  .baseTb .baseTh {
    width: 100px;
  }
}

.baseTb .baseTd {
  width: calc(100% - 200px);
  font-weight: 500;
}

.baseTb .baseTd a {
  text-decoration: underline;
  color: #FF8800;
}

.baseTb .baseTd a:hover {
  text-decoration: none;
  color: #FF8800;
}

@media screen and (max-width: 576px) {
  .baseTb .baseTd {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 414px) {
  .baseTb .baseTd {
    width: calc(100% - 100px);
  }
}

/* ---------------------------------------- */
/* lightbox */
/* ---------------------------------------- */
.lightbox .lb-caption {
  text-align: center;
}

.lightbox .lb-data {
  text-align: center;
  position: relative;
}

.lightbox .lb-details {
  margin: 2em 0 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lightbox .lb-data .lb-number {
  margin: 2em 0 0;
  padding-bottom: 0;
  color: #FFF;
}

.lightbox .lb-data .lb-caption {
  color: #FFF;
  font-size: 16px;
}

.lightbox .lb-data .lb-details {
  width: 100%;
}

.lightbox .lb-closeContainer {
  position: absolute;
  top: 0;
  right: 0;
}
/*# sourceMappingURL=dig-common.css.map */