@charset "UTF-8";
.wrapper {
  position: relative;
}

.content {
  width: 100%;
}

.content_inr,
.tab_area .tab_btn_area {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.content_inr + .content_inr,
.tab_area .tab_btn_area + .content_inr,
.tab_area .content_inr + .tab_btn_area,
.tab_area .tab_btn_area + .tab_btn_area {
  margin-top: 50px;
  padding-top: 50px;
}

.section {
  padding: 0 18px;
}

.txt_default {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.txt + .txt {
  margin-top: 1em;
}

.note_txt {
  font-size: 13px;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .wrapper {
    overflow-x: hidden;
  }
  .content_inr,
  .tab_area .tab_btn_area {
    padding: 0 12px;
  }
  .content_inr + .content_inr,
  .tab_area .tab_btn_area + .content_inr,
  .tab_area .content_inr + .tab_btn_area,
  .tab_area .tab_btn_area + .tab_btn_area {
    margin-top: 30px;
    padding-top: 30px;
  }
  .section {
    padding: 0 12px;
  }
  .note_txt {
    font-size: 1.2rem;
  }
  .txt_default {
    font-size: 1.4rem !important;
  }
}

/*----- title -----------------------------------*/
/*----- big_ttl  -----*/
.big_ttl {
  position: relative;
  min-height: 240px;
  padding-bottom: 15.8%;
  overflow: hidden;
}

.big_ttl_img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.big_ttl_img img {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 1400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.big_ttl_txt {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
  font-weight: 500;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.7);
}

.big_ttl_txt > span {
  display: inline-block;
  margin-top: 45px;
  z-index: 2;
}

/*----- title -----*/
.top_ttl_lv2 {
  margin-bottom: 26px;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  line-height: 1.2;
}

.top_ttl_lv2 + p {
  font-size: 17px;
  font-size: 1.7rem;
}

.lead_txt {
  font-size: 17px;
  font-size: 1.7rem;
}

.ttl_lv2 {
  padding: 5px 5px 5px 20px;
  background: #f2f1f1;
  font-size: 20px;
  font-size: 2rem;
  margin: 40px auto 20px;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
}

.ttl_lv3 {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.ttl_lv3.theme {
  margin: 40px 0 20px;
  padding: 0 0 0 20px;
  background: none;
  font-size: 18px;
}

.ttl_lv4 {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
}

.tabimono_wp {
  padding: 5px 5px 5px 20px;
  background: #640125;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  margin: 40px auto 20px;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
}

.tabimonoarea_box {
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.tabimonoarea_box .tabimonoarea_col img {
  width: 100%;
}

.tabimonoarea_box .tabimonoarea_col.img_col {
  width: 36%;
}

.tabimonoarea_box .tabimonoarea_col.txt_col {
  width: 64%;
  padding-left: 3%;
}


/*----- for IE -----*/
@media all and (-ms-high-contrast: none) {
  .top_ttl_lv2 {
    line-height: 1.7;
  }
  .ttl_lv2 {
    padding: 9px 5px 1px 20px;
  }
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .big_ttl {
    min-height: 130px;
  }
  .big_ttl img {
    width: 767px;
    min-width: 767px;
    position: absolute;
    bottom: 0;
  }
  .big_ttl_img {
    -webkit-transform: none;
    transform: none;
  }
  .big_ttl_txt {
    font-size: 2.2rem;
    line-height: 1.25;
    text-align: center;
  }
  .big_ttl_txt span {
    margin-top: 0;
  }
  .top_ttl_lv2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .top_ttl_lv2 + p {
    font-size: 1.5rem;
  }
  .lead_txt {
    font-size: 1.5rem;
  }
  .ttl_lv2 {
    font-size: 1.8rem;
    padding: 5px 5px 5px 12px;
    margin-bottom: 20px;
  }
  .ttl_lv3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

  .tabimono_wp {
    font-size: 1.8rem;
    padding: 5px 5px 5px 12px;
    margin-bottom: 20px;
  }

/*----- button -----------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 12px 14px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  border-radius: 4px;
  border: 1px solid #008eed;
  color: #008eed;
  text-indent: 0;
  text-align: center;
  letter-spacing: normal;
  transition: all 0.2s;
  cursor: pointer;
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
  background: #fff;
}

.btn span.small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

.btn:hover {
  border-color: #003b90;
  color: #003b90;
}

.btn.other span {
  display: inline-block;
  vertical-align: middle;
  background: url("/common/img/icon_other_bl.png") no-repeat right 0 center;
  padding-right: 24px;
}

.btn.blue {
  background: #008eed;
  color: #fff;
  border: none;
}

.btn.blue.other span {
  background: url("/common/img/icon_other_wt.png") no-repeat right 0 center;
  padding-right: 24px;
}

.btn.blue:hover {
  border-color: #026cb2;
  color: #fff;
  background: #026cb2;
}

.btn.red {
  border: 1px solid #7f0301;
  background: #7f0301;
  color: #fff;
}

.btn.kiwami {
  border: 1px solid #250d00;
  background: #250d00;
  color: #ffffff;
}

.btn.tachibana {
  border: 1px solid #d9a62e;
  background: #d9a62e;
  color: #ffffff;
}

.btn.hiiragi {
  border: 1px solid #4d4c61;
  background: #4d4c61;
  color: #ffffff;
}

.tabimono_font {
  font-size: 18px;
  
}

.btn.red.other span {
  background: url("/common/img/icon_other_wt.png") no-repeat right 0 center;
  padding-right: 24px;
}

.btn.red:hover {
  background: #d35f5f;
  border-color: #d35f5f;
}

.btn.serch {
  border-radius: 0;
  position: relative;
  padding: 6px 20px 6px 47px;
}

.btn.serch:before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(/common/img/icon_search_wt.png) no-repeat;
  background-size: contain;
}

.btn.small {
  padding: 3px;
  font-size: 15px;
  font-size: 1.5rem;
}

.btn_map {
  color: #757575;
  border: 1px solid #757575;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 3px 10px;
  border-radius: 3px;
  transition: background 0.2s;
}

.btn_map:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #757575;
  border-right: 1px solid #757575;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_map span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.btn_map:hover {
  background: #f2f1f1;
  transition: background 0.2s;
}

.btn_size_default {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.btn_size_default .btn {
  max-width: 272px;
  width: 100%;
}

.btn_size_large {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.btn_size_large .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 520px;
  width: 100%;
  height: 74px;
}

.btn_size_auto .btn {
  width: auto;
}

.register_btn {
  max-width: 520px;
  margin: 60px auto;
}

.register_btn .btn {
  font-size: 26px;
  font-size: 2.6rem;
  padding: 18px 0;
}

.register_btn .btn span.small {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
}

.btn_2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_2col > li {
  width: 50%;
}

.btn_2col > li:first-child {
  text-align: right;
  margin-right: 10px;
}

.btn_2col > li:last-child {
  text-align: left;
  margin-left: 10px;
}

.btn_2col .btn {
  max-width: 400px;
}

/*----- for IE -----*/
@media all and (-ms-high-contrast: none) {
  .btn {
    padding: 17px 7px 10px;
  }
  .register_btn .btn {
    padding: 30px 0 16px;
  }
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.5rem;
  }
  .btn.small {
    font-size: 1.1rem;
  }
  .btn_2col {
    display: block;
  }
  .btn_2col > li {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }
  .btn_2col > li:first-child {
    margin: 0 auto;
    text-align: center;
  }
  .btn_2col > li:last-child {
    margin: 10px auto 0;
    text-align: center;
  }
  .btn_size_large .btn {
    font-size: 1.8rem;
  }
  .register_btn {
    margin: 60px auto;
  }
  .register_btn .btn {
    font-size: 2rem;
    padding: 20px 0;
  }
  .register_btn .btn span.small {
    font-size: 1.1rem;
  }
}

/*----- list -------------------------------------*/
.dot_list li {
  position: relative;
  margin-left: 1em;
}

.dot_list li:before {
  content: "\0030fb";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: -1em;
}

.dot_list li + li {
  margin-top: 0.2em;
}

.num_list {
  position: relative;
  list-style: decimal outside none;
  padding-left: 2em;
}

.num_list li {
  text-indent: 0;
}

.num_list li + li {
  margin-top: 0.5em;
}

.numList_brackets > li {
  position: relative;
  margin-left: 2em;
}

.rice_mark_list li {
  position: relative;
  margin-left: 1.1em;
}

.rice_mark_list li + li {
  margin-top: 0.2em;
}

.rice_mark_list li:before {
  content: "\203B";
  width: 1em;
  position: absolute;
  top: 0;
  left: -1.1em;
}

/*----- column -----------------------------------*/
/*----- column_2col -----*/
.column_2col,
.column_2col_sp1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}

.column_2col .col,
.column_2col_sp1 .col {
  width: 48.45%;
  max-width: 524px;
  margin-top: 30px;
  font-size: 15px;
  font-size: 1.5rem;
}



.column_2col .col:nth-child(1),
.column_2col .col:nth-child(2),
.column_2col_sp1 .col:nth-child(1),
.column_2col_sp1 .col:nth-child(2) {
  margin-top: 0;
}

/*----- column_3col -----*/
.column_3col,
.column_3col_sp1,
.column_3col_sp2 {
  overflow: hidden;
  font-size: 0;
}

.column_3col .col,
.column_3col_sp1 .col,
.column_3col_sp2 .col {
  display: inline-block;
  vertical-align: top;
  width: 32.2%;
  max-width: 354px;
  margin-top: 30px;
  margin-right: 1.7%;
  font-size: 15px;
  font-size: 1.5rem;
}

.column_3col .col:nth-child(1),
.column_3col .col:nth-child(2),
.column_3col .col:nth-child(3),
.column_3col_sp1 .col:nth-child(1),
.column_3col_sp1 .col:nth-child(2),
.column_3col_sp1 .col:nth-child(3),
.column_3col_sp2 .col:nth-child(1),
.column_3col_sp2 .col:nth-child(2),
.column_3col_sp2 .col:nth-child(3) {
  margin-top: 0;
}

.column_3col .col:nth-child(3n),
.column_3col_sp1 .col:nth-child(3n),
.column_3col_sp2 .col:nth-child(3n) {
  margin-right: 0;
}

/*----- column_4col -----*/
.column_4col,
.column_4col_sp1,
.column_4col_sp2,
.column_4col_sp3 {
  overflow: hidden;
  font-size: 0;
}

.column_4col .col,
.column_4col_sp1 .col,
.column_4col_sp2 .col,
.column_4col_sp3 .col {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  max-width: 253px;
  margin-top: 30px;
  margin-right: 2.6%;
  font-size: 15px;
  font-size: 1.5rem;
}

.column_4col .col:nth-child(1),
.column_4col .col:nth-child(2),
.column_4col .col:nth-child(3),
.column_4col .col:nth-child(4),
.column_4col_sp1 .col:nth-child(1),
.column_4col_sp1 .col:nth-child(2),
.column_4col_sp1 .col:nth-child(3),
.column_4col_sp1 .col:nth-child(4),
.column_4col_sp2 .col:nth-child(1),
.column_4col_sp2 .col:nth-child(2),
.column_4col_sp2 .col:nth-child(3),
.column_4col_sp2 .col:nth-child(4),
.column_4col_sp3 .col:nth-child(1),
.column_4col_sp3 .col:nth-child(2),
.column_4col_sp3 .col:nth-child(3),
.column_4col_sp3 .col:nth-child(4) {
  margin-top: 0;
}

.column_4col .col:nth-child(4n),
.column_4col_sp1 .col:nth-child(4n),
.column_4col_sp2 .col:nth-child(4n),
.column_4col_sp3 .col:nth-child(4n) {
  margin-right: 0;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .column_2col_sp1,
  .column_3col_sp1,
  .column_4col_sp1 {
    display: block;
  }
  .column_2col_sp1 .col,
  .column_3col_sp1 .col,
  .column_4col_sp1 .col {
    width: 100%;
    max-width: 100%;
    font-size: 1.4rem;
  }
  .column_2col_sp1 .col:last-child,
  .column_2col_sp1 .col:nth-child(2n),
  .column_2col_sp1 .col:nth-child(3n),
  .column_3col_sp1 .col:last-child,
  .column_3col_sp1 .col:nth-child(2n),
  .column_3col_sp1 .col:nth-child(3n),
  .column_4col_sp1 .col:last-child,
  .column_4col_sp1 .col:nth-child(2n),
  .column_4col_sp1 .col:nth-child(3n) {
    margin-top: 30px;
  }
  .column_3col_sp2 .col {
    display: inline-block;
    width: 48%;
    max-width: 100%;
    margin-right: 4%;
    font-size: 1.4rem;
  }
  .column_3col_sp2 .col:nth-child(2n) {
    margin-right: 0;
  }
  .column_3col_sp2 .col:nth-child(3n) {
    margin-top: 30px;
    margin-right: 4%;
  }
  .column_3col_sp2 .col:nth-child(6n) {
    margin-right: 0;
  }
  .column_4col_sp3 {
    display: block;
    overflow: hidden;
  }
  .column_4col_sp3 .col {
    display: inline-block;
    width: 32%;
    max-width: 100%;
    margin-top: 30px;
    margin-right: 2%;
    font-size: 1.4rem;
  }
  .column_4col_sp3 .col:nth-child(3n) {
    margin-right: 0;
  }
  .column_4col_sp3 .col:nth-child(4) {
    margin-top: 30px;
  }
  .column_4col_sp3 .col:nth-child(2),
  .column_4col_sp3 .col:nth-child(3) {
    margin-top: 0;
  }
  .column_4col_sp2 .col {
    display: inline-block;
    width: 48.6%;
    max-width: 100%;
    font-size: 1.4rem;
  }
  .column_4col_sp2 .col:nth-child(2n) {
    margin-right: 0;
  }
  .column_4col_sp2 .col:nth-child(4) {
    margin-top: 30px;
  }
  .column_4col_sp2 .col:nth-child(3n) {
    margin-top: 30px;
  }
}

/*----- table ------------------------------------*/
.table_typeA,
.table_typeB {
  width: 100%;
}

.table_typeA {
  width: 100%;
  max-width: 1100px;
  overflow-x: auto;
}

.table_typeA table {
  width: 1100px;
}

.table_typeA th {
  background: #eeeeee;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 19px;
  text-align: center;
  vertical-align: middle;
}

.table_typeA td {
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 19px;
  text-align: center;
  vertical-align: middle;
}

.table_typeB th {
  border-right: none;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 19px;
  text-align: center;
  vertical-align: middle;
  background: #eeeeee;
}

.table_typeB td {
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 19px;
  vertical-align: middle;
}

.table_typeC {
  width: 100%;
  max-width: 1100px;
}

.table_typeC th {
  background: #eeeeee;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 19px;
  text-align: center;
  vertical-align: middle;
}

.table_typeC td {
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 19px;
  vertical-align: middle;
}

.table_typeA .blank,
.table_typeA .blank,
.table_typeB .blank,
.table_typeB .blank {
  background: #fbfbfb;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .table_typeB table {
    width: 100%;
  }
  .table_typeB td,
  .table_typeB th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: -1px;
    padding: 15px;
  }
}

/*----- _text_link -------------------------------*/
.txt_link {
  color: #008eed;
}

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

.txt_link.other {
  display: inline-block;
  padding: 1px 23px 1px 0;
  background: url("/common/img/icon_other_bl.png") no-repeat right 1px center;
}

.txt_link.other_black {
  color: #000;
  display: inline-block;
  padding: 1px 23px 1px 0;
  background: url("/common/img/icon_other_bk.png") no-repeat right center;
}

.txt_link.arrow {
  display: inline-block;
  padding: 1px 0 1px 12px;
  background: url("/common/img/icon_anchor_gl.png") no-repeat left center;
}

.txt_link.arrow_next {
  display: inline-block;
  padding: 1px 0;
}

.txt_link.arrow_next:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 10px;
  background: url("/common/img/icon_anchor_gl.png") no-repeat left center;
  -webkit-transform: translateY(-5px) rotate(-90deg);
  transform: translateY(-5px) rotate(-90deg);
}
.txt_link.arrow_next.other {
  background: none;
}

.txt_link.arrow_next.other:after {
  content: "";
  background: url(/common/img/icon_other_bl.png) no-repeat top 4px left 5px;
  display: inline-block;
  width: 25px;
  height: 19px;
  vertical-align: top;
}

.anchor_list {
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #d9d6d6;
  border-bottom: 1px solid #d9d6d6;
}

.anchor_list_item {
  display: inline-block;
  margin: 10px 0;
  padding: 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

.anchor_list_ttl {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
}

.anchor_list.type2 {
  text-align: left;
  padding: 20px;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .anchor_list {
    padding: 10px 10px;
  }
  .anchor_list_item {
    width: 48%;
    padding: 0;
    text-align: left;
    vertical-align: top;
  }
  .anchor_list_ttl {
    display: block;
    text-align: left;
  }
  .anchor_list.type2 {
    padding: 10px;
  }
  .anchor_list.sp_1col .anchor_list_item {
    display: block;
    width: 100%;
  }
}

/*----- fixed_btn_area --------------------------*/
.fixed_btn_area {
  position: fixed;
  top: 35vh;
  right: 0;
  z-index: 3000;
}

.fixed_btn_area .sp_close_btn {
  display: none;
}

.fixed_btn_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fixed_btn_list > li {
  width: 96px;
  margin-bottom: 11px;
  text-align: right;
}

.fixed_btn_list .tel .search_box .inr {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.fixed_btn_list .tel_box span {
  font-size: 17px;
  font-size: 1.7rem;
}

.fixed_btn_list .tel_box .tel_num {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: text;
  pointer-events: none;
}

.fixed_btn_list .tel_box_note {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
}

.fixed_btn_list .tel_box .tel_box_info {
  font-size: 12px;
}

.fixed_btn_list .mail_btn_list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fixed_btn_list .mail_btn_list li {
  display: inline-block;
  width: 47%;
  margin-top: 8px;
  margin-bottom: 0;
}

.fixed_btn_list .mail_btn_list li:nth-child(1),
.fixed_btn_list .mail_btn_list li:nth-child(2) {
  margin-top: 0;
}

.fixed_btn_list .mail_btn_list li .btn {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 8px 14px;
}

.fixed_btn_list .search_btn_list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fixed_btn_list .search_btn_list li {
  width: 47%;
}

.fixed_btn_list .search_btn_list li .btn {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 8px 14px;
}

.fixed_btn_item {
  width: 554px;
  height: 110px;
  display: table;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  box-shadow: 2px 3px 0 #c8c7c7;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.5s;
  background: #f2f1f1;
}

.fixed_btn_item .icon_box {
  display: table-cell;
  vertical-align: middle;
  width: 96px;
  min-width: 96px;
  margin-right: 10px;
  padding: 12px 8px;
  background: #008eed;
  color: #fff;
  cursor: pointer;
}

.fixed_btn_item .icon_box:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.fixed_btn_item.is_active .icon_box {
  background: #026cb2;
}

.fixed_btn_item .search_box {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 15px;
}

.fixed_btn_item .search_box .inr {
  display: -ms-flexbox;
  display: flex;
}

.fixed_btn_item.is_active {
  opacity: 1;
  transition: all 0.2s;
  -webkit-transform: translateX(-456px);
  transform: translateX(-456px);
}

/*----- for IE -----*/
@media all and (-ms-high-contrast: none) {
  .fixed_btn_list .mail_btn_list li .btn,
  .fixed_btn_list .search_btn_list li .btn {
    padding: 12px 14px 4px;
  }
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .fixed_btn_area {
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .fixed_btn_area .sp_close_btn {
    border-top: 2px solid #d9d6d6;
    padding: 5px 0;
    text-align: center;
    color: #008eed;
    background: #fff;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .fixed_btn_area .sp_close_btn span {
    display: inline-block;
    font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  }
  .fixed_btn_area .sp_close_btn span:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    -webkit-transform: translateX(-10px) translateY(-2px) rotate(45deg);
    transform: translateX(-10px) translateY(-2px) rotate(45deg);
    border-right: 2px solid #008eed;
    border-bottom: 2px solid #008eed;
  }
  .fixed_btn_area.is_active .fixed_btn_list {
    -webkit-transform: translateY(-145px);
    transform: translateY(-145px);
  }
  .fixed_btn_area.is_active .sp_close_btn {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(-145px);
    transform: translateY(-145px);
    transition: all 0.3s;
  }
  .fixed_btn_list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
  }
  .fixed_btn_list > li {
    width: 33%;
    margin: 0;
  }
  .fixed_btn_list .tel .search_box.is_active {
    left: 0;
    display: table;
  }
  .fixed_btn_list .tel .search_box.is_active .inr {
    display: table-cell;
    vertical-align: middle;
  }
  .fixed_btn_list .tel .search_box .inr {
    display: block;
  }
  .fixed_btn_list .tel .search_box .tel_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 5px;
  }
  .fixed_btn_list .tel .search_box .tel_box_row {
    margin-bottom: 5px;
  }
  .fixed_btn_list .tel .search_box .tel_box_note {
    font-size: 1.1rem;
  }
  .fixed_btn_list .tel_box .tel_box_info {
    font-size: 1.1rem !important;
  }
  .fixed_btn_list .tel .search_box .tel_box span {
    font-size: 1.4rem;
  }
  .fixed_btn_list .tel .search_box .tel_box .tel_num {
    font-size: 1.7rem;
    pointer-events: auto;
    cursor: pointer;
  }
  .fixed_btn_list .mail .search_box.is_active {
    left: -101.5%;
  }
  .fixed_btn_list .search .search_box.is_active {
    left: -203%;
  }
  .fixed_btn_list .search form {
    display: block;
    width: 100%;
  }
  .fixed_btn_list .search .radio_btn_list {
    text-align: center;
  }
  .fixed_btn_list .search .icon_box p {
    line-height: 2.5;
  }
  .fixed_btn_item {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    font-size: 1.1rem;
    box-shadow: none;
    display: block;
    background: none;
  }
  .fixed_btn_item .icon_box {
    margin: 0 auto;
    width: 100%;
    height: 70px;
    display: block;
    padding: 5px 10px;
    background: #026cb2;
  }
  .fixed_btn_item .icon {
    width: 42%;
    margin: 0 auto;
    display: block;
  }
  .fixed_btn_item .icon img {
    width: auto;
    max-height: 34px;
  }
  .fixed_btn_item .search_box {
    display: block;
    width: 100%;
    width: 100vw;
    height: 145px;
    background: #f2f1f1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
  }
  .fixed_btn_item .search_box.is_active {
    display: block;
  }
  .fixed_btn_item .search_box .inr {
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}

/*----- main_visual ------------------------------*/
.main_visual_area {
  position: relative;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
  padding-bottom: 22.12%;
  min-height: 420px;
  top: 0;
}

.main_visual_area .main_visual_txt_area {
  max-width: 1100px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_visual_area .main_visual_ttl {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.7);
  line-height: 1.25;
  margin-top: 45px;
}

.main_visual_area .main_visual_txt_area {
  padding: 0 10px;
}

.main_visual_area .main_visual {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.main_visual_area .main_visual img {
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 1430px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*----- SP ------------------------------*/
@media screen and (max-width: 767px) {
  .main_visual_area {
    height: auto;
    padding: 0;
    min-height: 186px;
  }
  .main_visual_area .main_visual_ttl {
    font-size: 2.1rem;
    font-size: 5.8vw;
    line-height: 1.25;
    margin-top: 0;
  }
  .main_visual_area .main_visual_lead {
    font-size: 1.2rem;
    font-size: 3.5vw;
  }
  .main_visual_area .main_visual img {
    width: 100%;
    min-width: 0;
    position: absolute;
    bottom: 0;
  }
}

/*----- breadcrumb -------------------------------*/
.breadcrumb {
  width: 100%;
  margin: 0 auto 60px;
  border-top: 1px solid #d9d6d6;
  border-bottom: 1px solid #d9d6d6;
}

.breadcrumb_inr {
  max-width: 1120px;
  margin: 0 auto;
  padding: 4px 10px;
  font-size: 0;
}

.breadcrumb_item {
  position: relative;
  display: inline;
  color: #000;
  margin-right: 8px;
  padding-right: 12px;
  font-size: 13px;
  font-size: 1.3rem;
}

.breadcrumb_item:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: translateX(9px) translateY(-2px) rotate(-45deg);
  transform: translateX(9px) translateY(-2px) rotate(-45deg);
}

.breadcrumb_item:last-child {
  margin-right: 0;
}

.breadcrumb_item:last-child:after {
  display: none;
}

.breadcrumb_item a {
  color: #008eed;
}

.breadcrumb_item a:hover {
  text-decoration: underline;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
  .breadcrumb_inr {
    padding: 0 10px;
    margin: 5px 0;
  }
  .breadcrumb_item {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

/*----- tab --------------------------------------*/
.tab_area .tab_btn_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab_area .tab_btn_area .tab_btn {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #d9d6d6;
  padding: 17px 5px;
  cursor: pointer;
  transition: background 0.2s;
}

.tab_area .tab_btn_area .tab_btn:last-child {
  margin-right: 0;
}

.tab_area .tab_btn_area .tab_btn.is_active {
  background: #f2f1f1;
}

.tab_area .tab_btn_area .tab_btn.is_active:hover {
  background: #f2f1f1;
}

.tab_area .tab_btn_area .tab_btn:hover {
  transition: background 0.2s;
  background: #e1e1e1;
}

.tab_area .tab_cont {
  background: #f2f1f1;
  width: 100%;
}

.tab_area .tab_cont_inr {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
  padding: 3.8% 10px 5%;
  display: none;
}

.tab_area .tab_cont_inr:first-child {
  display: block;
}

.sp_tab_area {
  position: relative;
}

.sp_tab_area .sp_tab_btn_are {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp_tab_area .sp_tab_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.sp_tab_area .sp_tab_btn {
  width: 45.5%;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 40px;
  text-align: center;
}

.sp_tab_area .tab_cont {
  display: inline-block;
  width: 45.5%;
}

.sp_tab_area:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  background: #d6d6d6;
}

@media screen and (max-width: 767px) {
  .tab_area .tab_btn_area {
    padding: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tab_area .tab_btn_area .tab_btn {
    font-size: 1.3rem;
  }
  .tab_area .tab_cont {
    padding: 0 12px;
    padding-bottom: 30px;
  }
  .tab_area .tab_cont_inr {
    padding: 3.8% 0 5%;
  }
  .sp_tab_area {
    padding: 0;
  }
  .sp_tab_area:after {
    display: none;
  }
  .sp_tab_area .sp_tab_wrapper {
    display: block;
  }
  .sp_tab_area .sp_tab_btn_are {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 1.3rem;
    border-bottom: 5px solid #000;
  }
  .sp_tab_area .sp_tab_btn {
    width: 48%;
    font-size: 1.3rem;
    margin: 0;
    padding: 10px 5px;
    display: inline-block;
    border: 2px solid #000;
    border-bottom: none;
  }
  .sp_tab_area .sp_tab_btn.is_active {
    background: #000;
    color: #fff;
  }
  .sp_tab_area .tab_cont {
    display: block;
    width: 100%;
    float: none;
    padding: 0 12px;
    margin: 30px auto;
  }
  .sp_tab_area .tab_cont:first-child {
    display: block;
  }
  .sp_tab_area .tab_cont:last-child {
    float: none;
    display: none;
  }
}

/*----- search_parts -----------------------------*/
input,
select {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #979595;
  border-radius: 2px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

input.is_dashed,
select.is_dashed {
  border-color: #cfcdcd;
}

::-webkit-input-placeholder {
  color: red;
}

select {
  padding-right: 24px;
  background: url("/common/img/icon_select_arrow.png"), #fff;
  background-repeat: no-repeat;
  background-position: right 5px center;
  cursor: pointer;
}

select option:checked {
  color: #b0b0b0;
}

/*----- check_box -----*/
.check_box {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.check_box input[type="checkbox"] {
  display: none;
}

.check_box input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.check_box span {
  display: inline-block;
  margin-left: 26px;
}

.check_box span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #979595;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.check_box span:after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  border-right: 2px solid #008eed;
  border-bottom: 2px solid #008eed;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 5px;
  opacity: 0;
}

.check_list li {
  display: inline-block;
  margin: 0 27px 10px 0;
}

.check_list li:last-child {
  margin-right: 0;
}

/*----- search  -----*/
.search_area {
  background: #f2f1f1;
}

.search_cont {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3.8% 10px 5%;
}

.search_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  margin-bottom: 30px;
}

.search_row {
  width: 100%;
  overflow: hidden;
}

.search_row .search_item {
  display: table;
  float: left;
}


.search_row .search_item:first-child {
  max-width: 320px;
  margin-right: 33px;
}

#search .more_search_area .search_row .search_item {
  max-width: none;
}

.search_row .search_item:first-child.departure_date {
  margin-right: 30px;
}

.search_row .search_item:last-child {
  margin-right: 0;
}

.search_row .search_item_inr {
  display: table;
  vertical-align: middle;
  margin-bottom: 14px;
}

.search_row .search_item.departure_date .select_box .search_label {
  width: 1em;
  min-width: 0;
  display: inline;
}

.search_row .search_item.departure_date .year {
  width: 258px;
}

.search_row .search_item.departure_place .select_box select {
  width: 257px;
}

.search_label {
  display: table-cell;
  vertical-align: middle;
  word-break: keep-all;
  min-width: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}

.search_label.large {
  width: 60px;
}

.select_box {
  display: table-cell;
  vertical-align: middle;
}

.keyword .search_label {
  width: 96px;
}

.select_box + .select_box {
  padding-left: 10px;
  width: 100%;
}

.select_box input,
.select_box select {
  width: 230px;
}

.select_box input.keyword {
  width: 344px;
}

.search_item.days {
  margin-right: 30px;
}

.search_item.days select {
  width: 75px;
}

.search_item.days .select_box + span {
  padding-left: 5px;
  min-width: 44px;
}

.japan .search_item.nights_number {
  margin-right: 26px;
}

.japan .search_item.nights_number select {
  width: 108px;
}

.japan .search_item.stay_days {
  margin-right: 26px;
}

.japan .search_item.stay_days select {
  width: 108px;
}

.japan .search_item.keyword .select_box input.keyword {
  width: 288px;
}

@media screen and (max-width: 767px) {
  .search_row .search_item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .search_row .search_item:first-child {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .search_row .search_item:first-child.departure_date {
    max-width: 100%;
    margin-right: 0;
  }
  .search_row .search_item_inr {
    width: 100%;
  }
  .search_row .search_item.departure_date .select_box .search_label {
    font-size: 1.2rem;
  }
  .search_row .search_item.departure_date .year {
    width: 100%;
    margin-bottom: 14px;
  }
  .search_row .search_item.departure_date .month {
    margin-bottom: 14px;
  }
  .search_row .search_item.departure_place .select_box select {
    width: 100%;
  }
  .search_row .search_item.keyword .select_box input.keyword {
    width: 100%;
  }
  .search_row .search_label {
    width: 90px;
  }
  .search_row .search_item_inr > .search_label {
    vertical-align: top;
    padding-top: 10px;
  }
  .search_row .select_box {
    float: right;
    width: 100%;
  }
  .search_row .select_box + .select_box {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .search_row .select_box input,
  .search_row .select_box select {
    width: 100%;
  }
  .search_item.days {
    margin-right: 0;
  }
  .search_item.days select {
    width: 100%;
    padding-right: 20px;
  }
  .search_item.days .select_box + span {
    padding-left: 5px;
    width: auto;
    min-width: 0;
    font-size: 1.2rem;
  }
  .japan .search_item.nights_number {
    margin-right: 0;
  }
  .japan .search_item.nights_number select {
    width: 100%;
  }
  .japan .search_item.stay_days {
    margin-right: 0;
  }
  .japan .search_item.stay_days select {
    width: 100%;
  }
  .japan .search_item.stay_days .select_box + span {
    padding-left: 5px;
  }
  /*----- check_box -----*/
  .check_list li {
    width: 47%;
    margin-right: 1%;
    vertical-align: top;
  }
  .check_list li.sp_1col {
    width: 100%;
  }
}

/*----- panel_link -------------------------------*/
.panel_link_list + .panel_link_list {
  margin-top: 50px;
}

.panel_link_list .panel_link {
  position: relative;
  overflow: hidden;
}

.panel_link_list .panel_link > a {
  display: block;
  transition: all 0.2s;
}

.panel_link_list .panel_link > a:hover .panle_txt {
  text-decoration: underline;
}

.panel_link_list .panel_link > a:hover img {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.panel_link_list .panel_link.label {
  background: #e3f2fc;
}

.panel_link_list .panel_link.label .label {
  position: absolute;
  top: 4%;
  left: -35%;
  display: block;
  width: 100%;
  height: 32px;
  content: "";
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}

.panel_link_list .panel_link.label .label_blue {
  background: #008eed;
}

.panel_link_list .panel_img img {
  width: 100%;
}

.panel_link_list .panel_txt_box {
  padding: 10px;
}

.panel_link_list .panel_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
}

.panel_link_list .panle_txt {
  color: #008eed;
  transition: color 0.2s;
  font-size: 14px;
  font-size: 1.4rem;
}

.panel_link_list.column_2col .panel_link.label .label,
.panel_link_list.column_2col_sp1 .panel_link.label .label {
  top: 6%;
  left: -40%;
}

.panel_link_list.column_3col .panel_link.label .label,
.panel_link_list.column_3col_sp1 .panel_link.label .label,
.panel_link_list.column_3col_sp2 .panel_link.label .label {
  top: 4%;
  left: -40%;
}

@media screen and (max-width: 767px) {
  .panel_link_list .panel_link {
    max-width: none;
  }
  .panel_link_list .panel_ttl {
    font-size: 1.5rem;
  }
}

/*----- link_card_list ---------------------------*/
.link_card_list {
  font-size: 0;
}

.link_card {
  display: inline-block;
  margin-right: 0.36%;
  margin-bottom: 0.35%;
}

.link_card_list.col2 .link_card {
  width: 49.8%;
  max-width: 548px;
}

.link_card_list.col2 .link_card:nth-child(2n) {
  margin-right: 0;
}

.link_card_list.col3 .link_card {
  width: 33.09%;
  max-width: 364px;
}

.link_card_list.col3 .link_card:nth-child(3n) {
  margin-right: 0;
}

.link_card_inr {
  display: block;
  position: relative;
  overflow: hidden;
}

.link_card_inr:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.link_card_img {
  position: relative;
  overflow: hidden;
}

.link_card_img img {
  width: 100%;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.link_card_img:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  z-index: 2;
}

.link_card_txt {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .link_card_txt {
    font-size: 1.4rem;
  }
}

/*----- icon_menu_list ---------------------------*/
.icon_menu_list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 40px;
}

.icon_menu_item {
  position: relative;
}

.icon_menu_item .icon_menu_inr {
  display: block;
  padding-bottom: 43px;
}

.icon_menu_item .icon_menu_inr:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.icon_menu_item .icon_menu_inr:hover .txt_link {
  text-decoration: underline;
}

.icon_menu_item .icon {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

.icon_menu_item .txt_link {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}

.icon_menu_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
}

.icon_menu_txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .icon_menu_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .icon_menu_item {
    width: 49%;
    margin-top: 40px;
  }
  .icon_menu_item:nth-child(1),
  .icon_menu_item:nth-child(2) {
    margin-top: 0;
  }
  .icon_menu_item .icon_menu_inr {
    padding-bottom: 28px;
  }
  .icon_menu_ttl {
    font-size: 1.5rem;
  }
  .icon_menu_txt {
    font-size: 1.3rem;
  }
}

/*----- bnr_area ---------------------------------*/
.bnr_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bnr_area.col4 .bnr_item,
.bnr_area.col4_sp2 .bnr_item {
  max-width: 265px;
  width: 24.09%;
}

.bnr_area.col3 .bnr_item,
.bnr_area.col3_sp2 .bnr_item {
  max-width: 354px;
  width: 32.2%;
}

.bnr_area.col2 .bnr_item {
  max-width: 540px;
  width: 49.1%;
}

.bnr_area.col1 {
  display: block;
  text-align: center;
}

.bnr_area.col1 .bnr_item a {
  display: inline-block;
}

.bnr_area .bnr_item a {
  display: block;
  transition: opacity 0.2s;
}

.bnr_area .bnr_item a:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.bnr_area .bnr_item img {
  width: 100%;
}

.bnr_sony .bnr_item img {
  width: 100%;
  max-width: 523px;
}

.bnr_hitorioff .bnr_item img{
  width: 100%;
  max-width: 580px;
}
.bnr_area .bnr_item.is_border {
  border: 1px solid #e0dede;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .bnr_area {
    display: block;
    margin: 0 auto;
  }
  .bnr_area .bnr_item {
    margin-bottom: 10px;
  }
  .bnr_area.col4 .bnr_item {
    width: 100%;
    margin: 0 auto 10px;
  }
  .bnr_area.col4_sp2 {
    overflow: hidden;
  }
  .bnr_area.col3_sp2 .bnr_item,
  .bnr_area.col4_sp2 .bnr_item {
    width: 48%;
    display: inline-block;
    float: left;
  }
  .bnr_area.col3_sp2 .bnr_item:nth-child(2n),
  .bnr_area.col4_sp2 .bnr_item:nth-child(2n) {
    float: right;
  }
  .bnr_area.col3 .bnr_item {
    width: 100%;
    margin: 0 auto 25px;
  }
  .bnr_area.col3 .bnr_item:last-child {
    margin-bottom: 0;
  }
  .bnr_area.col2 .bnr_item {
    width: 100%;
    margin: 0 auto 10px;
  }
}

/*----- glid_area --------------------------------*/
.glid_area + .glid_area {
  border-bottom: none;
}

.glid_area a {
  display: block;
  transition: opacity 0.2s;
}

.glid_area a:hover {
  opacity: 0.7;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.glid_area_inr {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  border-right: 1px solid #e0dede;
}

.glid_area_inr + .glid_area_inr {
  border-top: 0;
}

.glid_item {
  position: relative;
  display: table-cell;
  text-align: center;
  padding: 30px 1.4% 60px;
  border-left: 1px solid #e0dede;
}

.glid_item_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  margin-bottom: 7%;
  line-height: 1.25;
}

.glid_item img {
  margin-bottom: 27px;
  max-width: 100%;
}

.glid_item_txt {
  text-align: left;
}

.glid_item_link_txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 5.4%;
}

.glid_item_link_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.glid_item.no_btn {
  padding: 3% 1%;
}

.glid_item.no_btn img {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .glid_area_inr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
  }
  .glid_area_inr .glid_item {
    border-bottom: 1px solid #e0dede;
    padding: 10px;
  }
  .glid_area_inr .glid_item_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .glid_area_inr .glid_item img {
    margin-bottom: 10px;
  }
  .glid_area_inr .glid_item_link_txt {
    position: static;
  }
  .glid_area_inr .glid_item.no_btn {
    padding: 10px;
  }
  .glid_area_inr .glid_item.no_btn img {
    margin-bottom: 0;
  }
  .glid_area.sp_col1 .glid_item {
    width: 100%;
  }
  .glid_area.sp_col2 .glid_item {
    width: 50%;
    padding-bottom: 30px;
  }
  .glid_area.sp_col2 .glid_item_link_txt {
    position: absolute;
    bottom: 10px;
  }

  .service.wrapper .glid_area.sp_col2 .glid_item {
    padding: 10px 5px 45px;
  }
}

/*-- pickup_travel--------------------------------*/
.pickup_travel li {
  margin: 60px auto;
  border: 1px solid #e0dede;
  overflow: hidden;
}

.pickup_travel li img {
  display: inline-block;
  width: 50%;
  float: left;
}

.pickup_travel li h2,
.pickup_travel li p {
  display: block;
  padding: 0 4%;
  width: 100%;
  padding-left: 53%;
}

.pickup_travel li h2 {
  font-family: "Noto Sans CJK Light", "メイリオ", Meiryo;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  margin-top: 20px;
}

.pickup_travel li p + p {
  margin-top: 20px;
  margin-top: 2rem;
}

.pickup_travel li p:last-child {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .pickup_travel {
    display: block;
    margin: 40px auto 60px;
  }
  .pickup_travel img {
    width: 100%;
  }
  .pickup_travel h2 {
    display: block;
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .pickup_travel p:last-child {
    margin-bottom: 20px;
  }
}

/*-- travel_card_area----------------------------*/
.travel_card {
  width: 49.3%;
  margin-bottom: 20px;
}

.travel_card.shittoku,
.travel_card.template_B {
  position: relative;
}

.travel_card_area {
  background: #fff;
}

.travel_card_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.travel_card a {
  display: block;
  cursor: pointer;
  transition: opacity 0.2s;
}

.travel_card a:hover {
  opacity: 0.6;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.travel_card_ttl {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #262525;
  padding: 3% 4.8%;
  line-height: 1.2;
}

.travel_card_anniversary {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #E0CA82;
  padding: 1% 2.8%;
  line-height: 1.2;
}

.travel_card_studyabroad {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #0000ff;
  padding: 1% 2.8%;
  line-height: 1.2;
}

.travel_card_tabimono {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #b7282e;
  padding: 1% 2.8%;
  line-height: 1.2;
}

.travel_card_luxurybus {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 20px;
  font-size: 2rem;
  color: #987126;
  background: #dfcfaa;
  padding: 1% 2.8%;
  line-height: 1.2;
}

.travel_card_tabimonotoha {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #b7282e;
  border-bottom: solid 3px #330b0d;
  padding: 1% 2.8%;
  line-height: 1.2;
}

.travel_card_honeymoon_ok {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 20px;
  font-size: 2rem;
  color: #997379;
  background: #ffc0cb;
  padding: 3% 4.8%;
  line-height: 1.2;
}

.travel_card_cont_tabimono {
  background: #ffffff;
  padding: 3% 4.8%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aman_menu_list .aman_menu_item {
  width: 50%;
  padding: 0 20px 15px;
}

/*----- aman_menu_list ---------------------------*/
.aman_menu_list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 40px;
}

.aman_menu_item {
  position: relative;
}

.aman_menu_item .icon_menu_inr {
  display: block;
  padding-bottom: 43px;
}

.aman_menu_item .icon_menu_inr:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.aman_menu_item .icon_menu_inr:hover .txt_link {
  text-decoration: underline;
}

.aman_menu_item .icon {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

.aman_menu_item .txt_link {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
 
}

.aman_menu_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
}

.aman_menu_txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .aman_menu_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .aman_menu_item {
    width: 50%;
    margin-top: 40px;
  }
  .icon_menu_item:nth-child(1),
  .icon_menu_item:nth-child(2) {
    margin-top: 0;
  }
  .aman_menu_item .aman_menu_inr {
    padding-bottom: 28px;
  }
  .aman_menu_ttl {
    font-size: 1.5rem;
  }
  .aman_menu_txt {
    font-size: 1.3rem;
  }
}

/*----- aman_area_box ---------------------------*/
.aman_area_box {
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.aman_area_box .aman_area_col img {
  width: 100%;
}

.aman_area_box .aman_area_col.img_col {
  width: 36%;
}

.aman_area_box .aman_area_col.txt_col {
  width: 64%;
  padding-left: 3%;
}

.aman_area_box .aman_area_col {
  margin-top: 0;
}

h2.ttl_aman {
  color: #ffffff;
  background-color: #262626;
  font-size: 18px;
  padding: 5px 5px 5px 12px;
  margin-top: 0;
  margin-bottom: 20px; 
}

.aman_area_box .aman_area_col .btn_2col {
  margin-bottom: 20px;
}

.aman_area_box .aman_area_col .btn_size_default .btn {
  max-width: 325px;
}

.aman_txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.aman_img_caption{
  font-size: 14px;
  text-align: center;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .aman_area_box {
    display: block;
    margin-bottom: 30px;
  }
  .aman_area_box .aman_area_col.img_col {
    width: 100%;
    margin-bottom: 20px;
  }
  .aman_area_box .aman_area_col.txt_col {
    width: 100%;
    padding-left: 0;
  }
  .aman_area_box .aman_area_col .btn_size_default {
    padding: 0 12px;
  }
  .aman_area_box .area_col .btn_size_default .btn {
    max-width: 400px;
  }
  .aman_img_caption{
    font-size: 14px;
    margin-bottom: 20px;
  }

}

.travel_card_ttl.shittoku,
.travel_card_ttl.template_B {
  width: 82%;
}

.travel_card_ttl.shittoku > span img,
.travel_card_ttl.template_B > span img {
  position: absolute;
  top: 4.8%;
  right: 4.8%;
}

.travel_card_cont {
  background: #f2f1f1;
  padding: 3% 4.8%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.travel_card_cont + .travel_card_cont {
  display: block;
  padding: 0 4.8% 4%;
  position: relative;
}

.travel_card_cont > div {
  width: 47.5%;
}

.travel_card_cont_ttl {
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
}

.travel_card_img img {
  width: 100%;
}

.travel_card_img .travel_card_img_caption {
  font-size: 1.2rem;
}

body.special .travel_card_img img {
  width: auto;
  max-width: 80%;
  margin-bottom: 0;
}

.travel_card_btn {
  width: 100%;
  max-width: 226px;
  margin: 10px 0 0 auto;
}

.travel_card_btn .btn {
  font-size: 16px;
  font-size: 1.6rem;
}

.travel_card_price {
  margin-bottom: 15px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #979595;
}

.travel_card_price.bd_none {
  border-bottom: none;
}

.travel_card_price > span {
  vertical-align: bottom;
  display: inline-block;
}

.travel_card_price .price_ttl {
  padding-right: 20px;
  padding-right: 2rem;
}

.travel_card_price .price_num {
  color: #7f0301;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}

.travel_card_price .price_unit {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
}

.travel_card_price .price_label {
  display: inline-block;
  padding: 7px 10px;
  color: #fff;
  background: #fa913c;
  line-height: 1;
  margin: 9px 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  min-width: 118px;
  text-align: center;
}

.travel_card_price .column_2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.travel_card_price .column_2col > li {
  min-width: 359px;
}

.travel_card_date {
  margin-top: 15px;
  text-indent: -4em;
  padding-left: 4em;
}

.travel_card_date + .travel_card_date {
  margin-top: 0;
}

.travel_card_date .note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #757575;
}

.travel_card_date + * {
  margin-top: 10px;
}

.travel_card_link {
  text-align: right;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
}

.travel_card_area_gray {
  padding: 40px 0;
  background: #f2f1f1;
}

.travel_card_area_gray .travel_card {
  background: #fff;
  border: 1px solid #e2e1e1;
}

.travel_card_area_gray .travel_card_ttl {
  background: none;
  color: #000;
  padding: 4% 4.8% 3%;
}

.travel_card_area_gray .travel_card_ttl a:hover {
  text-decoration: underline;
}

.travel_card_area_gray .travel_card_cont {
  background: none;
  color: #000;
  padding-top: 0;
}

.travel_card_area_gray .travel_card_cont + .travel_card_cont {
  padding: 0 3% 3%;
}

.travel_card .dot_list li + li {
  margin-top: 0;
  line-height: 1.5;
}

/* 背景グレー+2カラム(大) */
.travel_card.large .travel_card_inr {
  padding: 17px 10px;
}

.travel_card.large .travel_card_cont {
  display: block;
  padding: 0 4.8% 3%;
}

.travel_card.large .travel_card_cont > div {
  width: 100%;
}

.travel_card.large .travel_card_cont_txt {
  margin-top: 10px;
}

.travel_card.large .dot_list {
  color: #008eed;
}

.travel_card_list.column {
  display: block;
}

.travel_card_list.column .travel_card {
  width: 100%;
  border: 1px solid #e2e1e1;
}

.travel_card_list.column .travel_card_ttl {
  background: #fff;
  color: #000;
  padding: 2% 2.4% 1.5%;
}

.travel_card_list.column .travel_card_cont {
  padding: 2% 2.4% 1.5%;
  padding-top: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
}

.travel_card_list.column .travel_card_cont > div {
  width: 100%;
}

.travel_card_list.column .travel_card_img {
  max-width: 256px;
  margin-right: 5%;
}

.travel_card_list.column .travel_card_btn {
  margin: 0 0 0 auto;
}
.travel_card_list.column .disFlexEnd > .travel_card_btn {
  margin: 10px 0 0 10px;
}

.travel_card_inr.masters_mgl {
  margin-left: calc(256px + 5%);
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .travel_card_list {
    display: block;
  }
  .travel_card {
    width: 100%;
  }
  .travel_card_ttl {
    font-size: 1.5rem;
    padding: 10px;
  }
  .travel_card_ttl.shittoku,
  .travel_card_ttl.template_B {
    width: 77%;
  }
  .travel_card_ttl.shittoku > span img,
  .travel_card_ttl.template_B > span img {
    position: absolute;
    top: 20px;
    right: 2.8%;
  }
  .travel_card_cont {
    display: block;
    padding: 10px 10px 0;
  }
  .travel_card_cont + .travel_card_cont {
    padding: 0 10px 20px;
  }
  .travel_card_cont > div {
    width: 100%;
  }
  .travel_card_img {
    margin-bottom: 10px;
  }
  .travel_card_price.bd_none {
    margin-bottom: 0;
  }
  .travel_card_price li {
    font-size: 0;
  }
  .travel_card_price .price_ttl {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
  }
  .travel_card_price .price_num {
    font-size: 1.8rem;
  }
  .travel_card_price .price_unit {
    font-size: 1.5rem;
  }
  .travel_card_price .price_label {
    padding: 4px 7px;
    margin: 5px 10px 0 0;
  }
  .travel_card_price .column_2col {
    display: block;
  }
  .travel_card_price .column_2col > li {
    width: 100%;
    min-width: 0;
  }
  .travel_card_date {
    margin: 10px auto 6px;
  }
  .travel_card_btn {
    position: static;
    margin: 10px auto;
  }
  .travel_card_list.column .travel_card_inr {
    padding-bottom: 20px;
  }
  .travel_card_list.column .travel_card_img {
    max-width: 100%;
  }
  .travel_card_list.column .travel_card_btn {
    max-width: 360px;
    width: 80%;
    margin: 10px auto 0;
  }
  .travel_card_list.column .disFlexEnd > .travel_card_btn {
    max-width: 360px;
    width: 80%;
    margin: 10px 0 0;
  }
  .travel_card_area_gray .travel_card_ttl {
    padding-top: 20px;
  }
  .travel_card_area_gray .travel_card_cont {
    padding: 0 10px;
  }
  .travel_card_area_gray .travel_card_cont + .travel_card_cont {
    padding: 0 10px 20px;
  }
  .travel_card.large .travel_card_inr {
    padding: 0;
  }
  .travel_card.large .travel_card_cont {
    padding: 0 10px 20px;
  }
  .travel_card_inr.masters_mgl {
    margin-left: auto;
  }
}

/*----- QA --------------------------------------*/
.qa_box {
  border: 1px solid #e0dede;
}

.qa_box_area {
  margin: 30px auto;
}

.qa_box + .qa_box {
  margin-top: 18px;
}

.qa_box dd,
.qa_box dt {
  display: table;
  width: 100%;
}

.qa_box dd .icon,
.qa_box dd .qa_txt,
.qa_box dt .icon,
.qa_box dt .qa_txt {
  display: table-cell;
  vertical-align: top;
}

.qa_box .icon {
  width: 1.3em;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}

.qa_box .question {
  padding: 20px;
  border-bottom: 1px solid #e0dede;
  font-size: 20px;
  font-size: 2rem;
}

.qa_box .question .icon {
  line-height: 1.2;
}

.qa_box .answer {
  padding: 30px 20px;
}

.qa_box .answer .icon {
  line-height: 1;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .qa_box .answer,
  .qa_box .question {
    padding: 10px;
  }
  .qa_box .question {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .qa_box .icon {
    width: 30px;
    font-size: 2rem;
  }
  .qa_box img {
    max-width: 100%;
  }
}

/*----- step_list -------------------------------*/
.step_area {
  background: #f2f0f1;
  padding: 50px 0;
  margin: 60px auto;
  width: 100%;
}

.step_ttl {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 5px;
}

.step_list {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step_list_item {
  position: relative;
  background: #fff;
  border: 1px solid #e0dedf;
  padding: 15px;
  margin-bottom: 23px;
}

.step_list_item:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #e0dedf;
  border-bottom: 1px solid #e0dedf;
  position: absolute;
  right: 3px;
  bottom: 30px;
  background: #fff;
  -webkit-transform: rotate(-45deg) translateX(100%);
  transform: rotate(-45deg) translateX(100%);
  z-index: 2;
}

.step_list_item:last-child:after {
  display: none;
}

.step_list_num {
  font-family: "Open Sans", sans-serif;
  color: #cecfd1;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin: 0 auto 10px;
}

.step_list.step5 .step_list_item {
  width: 18%;
}

.step_list.step4 .step_list_item {
  width: 24%;
}

.step_list.step3 .step_list_item {
  width: 32%;
}

.num_circle {
  display: inline-block;
  background: #757575;
  color: #fff;
  border-radius: 50%;
  padding: 0.5em 0.5em 0.2em;
  margin: 0 3px;
  font-size: 78%;
  line-height: 1;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .step_area {
    background: #f2f0f1;
    padding: 50px 0;
    margin: 60px auto;
    width: 100%;
  }
  .step_ttl {
    font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .step_list {
    display: block;
  }
  .step_list_item {
    margin-bottom: 30px;
  }
  .step_list_item:after {
    left: 0;
    right: 0;
    bottom: 4px;
    margin: auto;
    -webkit-transform: rotate(45deg) translateX(50%) translateY(50%);
    transform: rotate(45deg) translateX(50%) translateY(50%);
  }
  .step_list_num {
    font-size: 3rem;
    margin: 0 0 10px;
  }
  .step_list.step5 .step_list_item {
    width: 100%;
  }
  .step_list.step4 .step_list_item {
    width: 100%;
  }
  .step_list.step3 .step_list_item {
    width: 100%;
  }
}

/*----- sitemap -------------------------------*/
.sitemap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sitemap .site_list {
  width: 47%;
  margin-top: 3%;
}

.sitemap .site_list_item {
  border-bottom: 1px solid #d9d6d6;
}

.sitemap .site_list_item a {
  display: block;
  padding: 10px;
}

.sitemap .site_list_item a.other {
  padding-right: 23px;
}

.sitemap .site_list_item.category_ttl {
  border-bottom: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.sitemap .site_list_item.anc a {
  position: relative;
  padding-left: 2.5em;
}

.sitemap .site_list_item.anc a:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #8c8c8c;
  border-right: 2px solid #8c8c8c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitemap .site_list_item.anc a:hover:before {
  border-top: 2px solid #008eed;
  border-right: 2px solid #008eed;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .sitemap {
    display: block;
  }
  .sitemap .site_list {
    width: 100%;
    margin-top: 10%;
  }
}

/*----- table_card_area -------------------------*/
.table_card {
  height: 100%;
  position: relative;
}

.table_card_area {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-right: none;
}

.table_card_area.col_1 .table_card_col {
  width: 100%;
}

.table_card_area.col_1 .table_card_col:last-of-type {
  border-left: 1px solid #e0dede;
}

.table_card_col {
  width: 50%;
  border: 1px solid #e0dede;
}

.table_card_col:last-of-type {
  border-left: 0;
}

.table_card_ttl {
  background: #f2f1f1;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  padding: 18px 10px;
  border-bottom: 1px solid #e0dede;
}

.table_card_cont {
  padding: 30px 5%;
  height: calc(100% - 71px);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table_card_cont_inr {
  display: inline-block;
}

.table_card_cont.has_btn {
  padding: 30px 2.7% 120px;
}

.table_card_cont.has_btn .btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.table_card_cont .btn_size_large .btn {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}

.table_card_cont .btn {
  width: 80%;
  height: 76px;
  padding: 25px 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table_card_cont .btn .small {
  font-size: 12px;
  font-size: 1.2rem;
}

.table_card_note {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .table_card {
    height: 100%;
    position: relative;
  }
  .table_card_area {
    display: block;
    border-right: none;
  }
  .table_card_col {
    width: 100%;
    border: 1px solid #e0dede;
    margin-bottom: 10px;
  }
  .table_card_col:last-child {
    margin-bottom: 0;
    border-left: 1px solid #e0dede;
  }
  .table_card_ttl {
    background: #f2f1f1;
    font-size: 1.6rem;
    text-align: center;
    padding: 18px 10px;
    border-bottom: 1px solid #e0dede;
  }
  .table_card_cont {
    padding: 10px;
    height: auto;
    min-height: 0;
  }
  .table_card_cont.has_btn {
    padding: 10px;
  }
  .table_card_cont.has_btn .btn {
    position: static;
    width: 80%;
    height: auto;
    min-height: 0;
    margin-top: 10px;
    padding: 16px 10px;
  }
  .table_card_cont_inr {
    display: block;
    width: 100%;
    text-align: center;
  }
  .table_card_cont .btn {
    position: static;
    width: 80%;
    height: auto;
    min-height: 0;
    margin-top: 10px;
    padding: 16px 10px;
  }
  .table_card_note {
    font-size: 1.2rem;
  }
  .table_card_note + .table_card_col {
    margin-top: 20px;
  }
}

/*----- apply_tel_box --------------------------------------*/
.apply_tel_box {
  padding: 3%;
  border: 6px solid #dfddde;
}

.apply_tel_box_inr {
  width: 80%;
  max-width: 650px;
  margin: 0 auto;
}

.apply_tel_ttl {
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
  font-size: 18px;
  font-size: 1.8rem;
}

.apply_tel_list {
  margin-bottom: 10px;
}

.apply_tel_list > li {
  display: inline-block;
  vertical-align: top;
}

.apply_tel_list > li:first-child {
  margin-right: 20px;
}

.apply_tel_area {
  font-size: 24px;
  font-size: 2.4rem;
}

.apply_tel_num {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  pointer-events: none;
}

.apply_tel_transfer {
  display: block;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: normal;
}

.apply_tel_time {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .apply_tel_box {
    padding: 20px 15px;
    border: 3px solid #dfddde;
  }
  .apply_tel_box_inr {
    width: 100%;
  }
  .apply_tel_area {
    font-size: 1.8rem;
  }
  .apply_tel_num {
    font-size: 2rem;
    pointer-events: auto;
  }
  .apply_tel_transfer {
    display: inline;
  }
  .apply_tel_time {
    font-size: 1.2rem;
  }
  .apply_tel_list > li:first-child {
    margin-right: 0;
  }
}

/*----- apply_web --------------------------------------*/
.apply_web_box {
  padding: 3% 5%;
  border: 6px solid #dfddde;
}

.apply_web_box_inr {
  margin: 0 auto;
}

.apply_web_box_inr .btn_2col {
  margin-bottom: 10px;
}

.apply_web_box_inr .btn_2col > li .btn {
  padding: 29px 7px;
  max-width: 468px;
}

.apply_web_ttl {
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  text-align: center;
}

.apply_web_ttl + p {
  text-align: center;
  margin-bottom: 20px;
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .apply_web_box {
    padding: 20px 15px;
    border: 3px solid #dfddde;
  }
  .apply_web_box_inr {
    width: 100%;
  }
}

/*----- apply_tel & apply_web --------------------------------------*/
.table_card_area .btn {
  position: static;
}

.table_card_area .apply_tel_ttl {
  font-size: 15px;
  font-size: 1.5rem;
}

.table_card_area .apply_tel_area {
  font-size: 17px;
  font-size: 1.7rem;
}

.table_card_area .apply_tel_num {
  font-size: 25px;
  font-size: 2.5rem;
}

.table_card_area .apply_tel_time {
  text-align: left;
}

/*----- note_box --------------------------------------*/
.note_box {
  margin-top: 20px;
}

.note_box_ttl {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 16px;
  font-size: 1.6rem;
}

.note_box_cont {
  font-size: 13px;
  font-size: 1.3rem;
}

/*----- SP -----*/
.note_box {
  margin-top: 20px;
}

.note_box_ttl {
  font-size: 14px;
  font-size: 1.4rem;
}

.note_box_cont {
  font-size: 12px;
  font-size: 1.2rem;
}

/*----- endbox --------------------------------------*/
.endbox {
  background: white;
  border: 3px solid #bf0003 !important;
  color: #bf0003;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0 !important;
  position: absolute;
  right: 40px;
  text-align: center;
  top: -30px;
  width: 250px;
  opacity: 0.8;
}
/*----- SP -----*/
@media screen and (max-width: 767px) {
  .endbox {
    margin: auto;
    left: 0;
    right: 0;
    top: -30px;
  }
}

/*----- xxxxxxxxxx --------------------------------------*/
/*----- SP -----*/

.acd-check{
    display: none;
}
.acd-label{
    background: #026cb2;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
