@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* placeholder color */
/* ======================= IMPORT ====== */
@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,700,900|Noto+Sans+JP:500,700&subset=japanese");
/*=================

      common.scss

=======================*/
/*======== HEADER ========*/
.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #e45151;
}
.header_wrap .header_title {
  font-size: 10px;
  color: #fff;
  background: #131c2f;
  font-weight: bold;
  padding: 9px 15px;
}
@media only screen and (max-width: 960px) {
  .header_wrap .header_title {
    padding: 5px 10px;
  }
}

.common_pc .header_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 55px;
}
.common_pc .header_block .header_logo {
  width: 270px;
  height: 100%;
  position: relative;
  background: #fff;
}
.common_pc .header_block .header_logo .header_logo_link {
  display: block;
  width: 175px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.common_pc .header_block .header_logo .header_logo_link img {
  display: block;
  width: 100%;
}
.common_pc .header_block .header_sns {
  width: 140px;
  height: 100%;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.common_pc .header_block .header_sns .header_sns_item {
  height: 100%;
  width: 70px;
  position: relative;
}
.common_pc .header_block .header_sns .header_sns_link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_pc .header_block .header_sns .header_sns_link:hover {
  background: #fff;
}
.common_pc .header_block .header_sns .header_sns_link:hover img {
  -webkit-filter: inherit;
          filter: inherit;
}
.common_pc .header_block .header_sns .header_sns_link img {
  display: block;
  width: 15px;
  position: absolute;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.common_pc .header_block .header_nav {
  width: calc( 100% - 410px);
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .common_pc .header_block .header_nav {
    margin: 0 10px 0 0;
  }
}
.common_pc .header_block .header_nav .header_nav_list {
  height: 100%;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common_pc .header_block .header_nav .header_nav_item {
  border-right: 1px #fff solid;
  height: 100%;
  position: relative;
}
.common_pc .header_block .header_nav .header_nav_link {
  padding: 13px 45px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_pc .header_block .header_nav .header_nav_link:hover {
  color: #e45151;
  background: #fff;
}
@media only screen and (max-width: 1100px) {
  .common_pc .header_block .header_nav .header_nav_link {
    padding: 13px 30px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .common_pc .header_block .header_nav .header_nav_link {
    padding: 13px 20px 0;
  }
}
.common_pc .header_block .header_nav .header_nav_link .jp {
  display: block;
  font-size: 11px;
  margin: 0 0 2px;
  letter-spacing: 2px;
}
.common_pc .header_block .header_nav .header_nav_link .en {
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
}

.common_sp .header_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  position: relative;
}
.common_sp .header_logo_link {
  display: block;
  width: 120px;
  height: 100%;
  position: relative;
  background: #fff;
}
.common_sp .header_logo_link img {
  display: block;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.common_sp .header_icon {
  height: 40px;
  width: 40px;
  padding: 10px 0 0;
}
.common_sp .header_icon .top {
  display: block;
  width: 30px;
  background: #fff;
  height: 3px;
  margin: 0 auto 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_sp .header_icon .middle {
  display: block;
  width: 30px;
  background: #fff;
  height: 3px;
  margin: 0 auto 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_sp .header_icon .bottom {
  width: 30px;
  display: block;
  background: #fff;
  height: 3px;
  margin: 0 auto;
}
.common_sp .header_icon.active .top {
  background: #e45151;
  -webkit-transform: translateX(-1px) translateY(7px) rotate(45deg);
  transform: translateX(-1px) translateY(7px) rotate(45deg);
}
.common_sp .header_icon.active .middle {
  background: #e45151;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_sp .header_icon.active .bottom {
  background: #e45151;
  -webkit-transform: translateX(-1px) translateY(-9px) rotate(-45deg);
  transform: translateX(-1px) translateY(-9px) rotate(-45deg);
}
.common_sp .header_menu {
  display: none;
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.common_sp .header_menu .header_icon {
  float: right;
}
.common_sp .header_menu .header_list {
  clear: both;
  border-top: 1px #c2c2c2 solid;
  margin: 0 0 20px;
}
.common_sp .header_menu .header_item {
  border-bottom: 1px #c2c2c2 solid;
}
.common_sp .header_menu .header_link {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #e45151;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.common_sp .header_menu .header_link .en {
  font-size: 15px;
  margin: 0 5px 0 0;
}
.common_sp .header_menu .header_link .jp {
  font-size: 10px;
}
.common_sp .header_sns {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common_sp .header_sns .header_sns_link {
  display: block;
  width: 15px;
  margin: 0 15px;
}
.common_sp .header_sns .header_sns_link img {
  display: block;
  width: 100%;
}

/*======== FOOTER ========*/
.footer_logo {
  display: block;
  width: 250px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 840px) {
  .footer_logo {
    width: 200px;
    margin: 0 auto 15px;
  }
}
.footer_logo img {
  display: block;
  width: 100%;
}

.footer_main_block {
  background: #131c2f;
  padding: 60px 0 100px;
}
@media only screen and (max-width: 840px) {
  .footer_main_block {
    padding: 30px 0 50px;
  }
}
.footer_main_block .footer_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  border-top: 1px #fff solid;
  padding: 35px 0 0;
}
@media only screen and (max-width: 840px) {
  .footer_main_block .footer_inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.footer_main_block .footer_menu {
  width: 20%;
}
@media only screen and (max-width: 840px) {
  .footer_main_block .footer_menu {
    width: 48%;
    margin: 0 0 15px;
  }
}
.footer_main_block .footer_menu_title {
  display: inline-block;
  letter-spacing: 1.5px;
  font-size: 17px;
  color: #d9d9d9;
  margin: 0 0 10px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .footer_main_block .footer_menu_title {
    font-size: 14px;
    display: block;
  }
}
.footer_main_block .footer_menu_item {
  margin: 0 0 5px;
}
.footer_main_block .footer_menu_item .footer_menu_link {
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 1.5;
  color: #818ca5;
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  .footer_main_block .footer_menu_item .footer_menu_link {
    font-size: 12px;
  }
}

.footer_copyright {
  color: #fff;
  display: block;
  width: 100%;
  background: #e45151;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  .footer_copyright {
    font-size: 10px;
  }
}

/*======= PANKUZU ============*/
.pankuzu_list {
  background: #eee;
  padding: 7px 50px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .pankuzu_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 7px 10px;
  }
}
.pankuzu_list .pankuzu_item {
  line-height: 1.5;
  font-size: 10px;
  color: #000;
}
.pankuzu_list .pankuzu_item:after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
.pankuzu_list .pankuzu_item:last-of-type:after {
  content: none;
}
.pankuzu_list .pankuzu_link {
  color: #000;
  display: inline-block;
}

/*======== TITLE =========*/
.common_title_type01 {
  text-align: center;
  position: relative;
  line-height: 1.5;
  margin: 0 0 25px;
}
@media only screen and (max-width: 960px) {
  .common_title_type01 {
    margin: 0 0 15px;
  }
}
.common_title_type01:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  .common_title_type01:before {
    top: 17px;
  }
}
.common_title_type01 .en {
  font-size: 50px;
  color: #000;
  letter-spacing: 10px;
  display: inline-block;
  padding: 0 25px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .common_title_type01 .en {
    font-size: 25px;
    padding: 0 15px;
    letter-spacing: 5px;
  }
}
.common_title_type01 .en.bg_grey {
  background: #f3f3f3;
}
.common_title_type01 .jp {
  display: block;
  font-size: 12px;
  color: #e45151;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 960px) {
  .common_title_type01 .jp {
    font-size: 10px;
    padding: 0 5px;
  }
}

.common_title_type02 {
  text-align: center;
  margin: 0 0 35px;
  line-height: 1.5;
}
.common_title_type02 .en {
  font-size: 35px;
  color: #181717;
  letter-spacing: 10px;
  display: inline-block;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .common_title_type02 .en {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
.common_title_type02 .jp {
  display: block;
  font-size: 12px;
  color: #e45151;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 960px) {
  .common_title_type02 .jp {
    font-size: 10px;
    padding: 0 5px;
  }
}

.common_title_type03 {
  margin: 0 0 16px;
  position: relative;
  line-height: 1.5;
}
.common_title_type03:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  .common_title_type03:before {
    top: 13px;
  }
}
.common_title_type03 .en {
  background: #fff;
  font-size: 35px;
  color: #000;
  letter-spacing: 10px;
  display: inline-block;
  padding: 0 20px 0 0;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .common_title_type03 .en {
    font-size: 20px;
    padding: 0 10px 0 0;
    letter-spacing: 5px;
  }
}
.common_title_type03 .jp {
  display: block;
  font-size: 12px;
  color: #e45151;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 960px) {
  .common_title_type03 .jp {
    font-size: 10px;
    padding: 0 5px;
  }
}

.common_title_type04 {
  margin: 0 0 45px 50px;
  position: relative;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .common_title_type04 {
    margin: 0 auto 20px;
    width: 95%;
  }
}
.common_title_type04:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 26px;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  .common_title_type04:before {
    bottom: 15px;
  }
}
.common_title_type04 .en {
  background: #fff;
  font-size: 35px;
  color: #000;
  letter-spacing: 10px;
  display: inline-block;
  padding: 0 20px 0 0;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .common_title_type04 .en {
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0 10px 0 0;
  }
}
.common_title_type04 .en img {
  display: inline-block;
  width: 25px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .common_title_type04 .en img {
    width: 15px;
  }
}
.common_title_type04 .jp {
  display: block;
  font-size: 12px;
  color: #e45151;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 960px) {
  .common_title_type04 .jp {
    font-size: 10px;
    padding: 0 5px;
  }
}

/*======== BTN =========*/
.common_right {
  text-align: right;
}

.common_more_btn01 {
  background: #e45151;
  display: block;
  width: 190px;
  color: #fff;
  padding: 17px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 3px;
  text-decoration: none;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .common_more_btn01 {
    font-size: 13px;
    padding: 13px 0;
    width: 140px;
  }
}

.common_more_btn02 {
  border: 2px #e45151 solid;
  display: block;
  width: 190px;
  color: #e45151;
  padding: 17px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 3px;
  text-decoration: none;
  margin: 0 auto;
}
.common_more_btn02:hover {
  background: #e45151;
  color: #fff;
}
.common_more_btn02.white {
  border: 2px #fff solid;
  color: #fff;
  margin: 0;
}
.common_more_btn02.white:hover {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 960px) {
  .common_more_btn02 {
    font-size: 13px;
    padding: 13px 0;
    width: 140px;
  }
}

.common_more_btn03 {
  border: 2px #e45151 solid;
  display: inline-block;
  width: 120px;
  color: #e45151;
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-decoration: none;
  margin: 0 auto;
}
.common_more_btn03:hover {
  background: #e45151;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .common_more_btn03 {
    display: block;
    margin: 0 auto;
  }
}

.common_more_btn04 {
  border: 2px #959595 solid;
  display: block;
  width: 120px;
  color: #959595;
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-decoration: none;
  margin: 0 auto;
}
.common_more_btn04:hover {
  background: #959595;
  color: #fff;
}

.common_back_btn {
  display: block;
  width: 50px;
  margin: 0 auto;
  color: #171717;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
}
.common_back_btn:before {
  content: "";
  margin: 0 5px 0 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #171717 #171717 transparent transparent;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/*======== CAMP =========*/
.common_camp_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .common_camp_list {
    display: block;
  }
}
.common_camp_list.slider {
  display: block;
}
.common_camp_list.slider .common_camp_item_column3 {
  width: 355px !important;
}
.common_camp_list.slider .common_camp_item_column3:nth-of-type(3n) {
  margin: 0 20px 25px 0;
}
@media only screen and (max-width: 640px) {
  .common_camp_list.slider .common_camp_item_column3 {
    width: 280px !important;
    margin: 0 10px 20px 0;
  }
  .common_camp_list.slider .common_camp_item_column3:nth-of-type(3n) {
    margin: 0 10px 20px 0;
  }
}
.common_camp_list.slider .common_camp_link .common_camp_pic {
  height: 300px !important;
}
@media only screen and (max-width: 640px) {
  .common_camp_list.slider .common_camp_link .common_camp_pic {
    height: 200px !important;
  }
}

.common_camp_item_column3 {
  width: calc( (100% - 40px) / 3);
  margin: 0 20px 25px 0;
  padding: 0 0 10px;
  border-bottom: 1px #b9b9b9 solid;
}
.common_camp_item_column3:nth-of-type(3n) {
  margin: 0 0 25px;
}
@media only screen and (max-width: 640px) {
  .common_camp_item_column3 {
    width: 100%;
    margin: 0 0 15px;
  }
  .common_camp_item_column3:nth-of-type(3n) {
    margin: 0 0 15px;
  }
}

.common_camp_item_column2 {
  width: calc( (100% - 70px) / 2);
  margin: 0 70px 45px 0;
}
.common_camp_item_column2:nth-of-type(2n) {
  margin: 0 0 45px;
}
@media only screen and (max-width: 1200px) {
  .common_camp_item_column2 {
    width: 49%;
    margin: 0 2% 35px 0;
  }
  .common_camp_item_column2:nth-of-type(2n) {
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 640px) {
  .common_camp_item_column2 {
    width: 100%;
    margin: 0 0 15px;
  }
  .common_camp_item_column2:nth-of-type(2n) {
    margin: 0 0 15px;
  }
}

.common_camp_item_column1 {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px #fff solid;
}
.common_camp_item_column1 .common_camp_place {
  color: #fff;
}
.common_camp_item_column1 .common_camp_place .pref:after {
  background: #fff;
}
.common_camp_item_column1 .common_camp_name {
  color: #fff;
}
.common_camp_item_column1 .common_cat_list .cat_item {
  color: #fff;
}

.common_camp_link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.common_camp_pic {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}
.common_camp_pic .pickup_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
}

.common_camp_place {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #787878;
  letter-spacing: 3px;
  margin: 0 0 8px;
}
.common_camp_place:before {
  content: "";
  background: url("../images/common/place_icon.png") center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 17px;
  display: inline-block;
  vertical-align: -2px;
}
.common_camp_place .pref {
  font-weight: bold;
  font-size: 16px;
}
.common_camp_place .pref:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 12px;
  background: #000;
  vertical-align: middle;
  margin: 0 5px;
}
.common_camp_place .place {
  font-size: 13px;
}

.common_camp_name {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0 0 8px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .common_camp_name {
    font-size: 15px;
  }
}

.common_tag_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 0 10px;
}
.common_tag_list .tag_item {
  background: #e45151;
  font-size: 11px;
  color: #fff;
  padding: 6px 14px;
  margin: 0 3px 5px 0;
  letter-spacing: 2px;
}
@media only screen and (max-width: 960px) {
  .common_tag_list .tag_item {
    padding: 4px 10px;
  }
}

.common_cat_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.common_cat_list .cat_item {
  font-size: 12px;
  color: #919191;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin: 0 20px 10px 0;
}

.common_news_list {
  padding: 30px 0 0;
  max-height: 320px;
  overflow-y: scroll;
  margin: 0 0 15px;
}
@media only screen and (max-width: 750px) {
  .common_news_list {
    max-height: 200px;
  }
}
.common_news_list .item {
  margin: 0 0 25px;
}
.common_news_list .link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.common_news_list .info {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 7px;
}
.common_news_list .info .date {
  font-size: 13px;
  color: #e45151;
  font-weight: 900;
  letter-spacing: 3px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .common_news_list .info .date {
    font-size: 12px;
  }
}
.common_news_list .info .cat {
  background: #eee;
  color: #e45151;
  font-size: 12px;
  padding: 5px 12px;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  .common_news_list .info .cat {
    font-size: 11px;
  }
}
.common_news_list .text {
  font-size: 14px;
  color: #676767;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .common_news_list .text {
    font-size: 12px;
  }
}

/* column */
.common_column_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common_column_list.blog_page {
  display: block;
}
.common_column_list.blog_page .item {
  width: 100%;
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px #989898 solid;
}
.common_column_list.blog_page .item:last-of-type {
  border-bottom: none;
}
.common_column_list.blog_page .info {
  padding: 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .common_column_list.blog_page .info {
    padding: 0;
  }
}
.common_column_list.blog_d_page {
  display: block;
}
.common_column_list.blog_d_page .item {
  width: 100%;
  margin: 0 0 40px;
}
.common_column_list.blog_d_page .info {
  padding: 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .common_column_list.blog_d_page .info {
    padding: 0;
  }
}
.common_column_list .item {
  width: 49%;
  background: #fff;
  margin: 0 0 30px;
}
@media only screen and (max-width: 640px) {
  .common_column_list .item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.common_column_list .link {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}
.common_column_list .pic {
  width: 30%;
  margin: 0 3% 0 0;
}
.common_column_list .info {
  width: 67%;
}
.common_column_list .info .date {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .common_column_list .info .date {
    font-size: 11px;
  }
}
.common_column_list .info .title {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .common_column_list .info .title {
    font-size: 14px;
  }
}
.common_column_list .info .text {
  font-size: 12px;
  color: #424242;
  line-height: 1.5;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.common_column_list .category_link {
  background: #e6e6e6;
  font-size: 11px;
  color: #e45151;
  font-weight: bold;
  display: inline-block;
  padding: 5px 7px;
  margin: 0 0 7px;
  text-decoration: none;
}

.common_keyword_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.common_keyword_list.mb20 {
  margin: 0 0 20px;
}
.common_keyword_list .common_keyword_item {
  margin: 0 5px 7px 0;
  font-size: 11px;
  color: #6b6b6b;
  font-weight: bold;
  letter-spacing: 1px;
}
.common_keyword_list .common_keyword_item:before {
  content: "#";
  color: #a6a6a6;
}

.common_bnr_wrap {
  padding: 0 50px;
  margin: 0 0 100px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .common_bnr_wrap {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 960px) {
  .common_bnr_wrap {
    display: block;
    padding: 0;
    width: 95%;
    margin: 0 auto 50px;
  }
}
.common_bnr_wrap .common_bnr {
  position: relative;
  display: block;
  width: calc( (100% - 40px) / 3 );
  margin: 0 20px 0 0;
}
.common_bnr_wrap .common_bnr:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .common_bnr_wrap .common_bnr {
    width: 100%;
    margin: 0 0 10px;
    height: 160px !important;
  }
}
.common_bnr_wrap .common_bnr:hover .text_block {
  background: #fff;
  color: #000;
}
.common_bnr_wrap .common_bnr:hover .text_block .view_more:before {
  border-left: 5px solid #000;
}
@media only screen and (max-width: 960px) {
  .common_bnr_wrap .common_bnr:hover .text_block {
    background: none;
    color: #fff;
  }
  .common_bnr_wrap .common_bnr:hover .text_block .view_more:before {
    border-left: 5px solid #fff;
  }
}
.common_bnr_wrap .text_block {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 260px;
  border: 1px #fff solid;
  color: #fff;
  padding: 34px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .common_bnr_wrap .text_block {
    width: 95%;
  }
}
.common_bnr_wrap .text_block .en {
  font-size: 14px;
  letter-spacing: 4px;
  margin: 0 0 5px;
}
@media only screen and (max-width: 960px) {
  .common_bnr_wrap .text_block .en {
    font-size: 11px;
  }
}
.common_bnr_wrap .text_block .jp {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 3px;
  margin: 0 0 17px;
}
@media only screen and (max-width: 960px) {
  .common_bnr_wrap .text_block .jp {
    font-size: 13px;
  }
}
.common_bnr_wrap .text_block .jp span {
  font-size: 20px;
}
@media only screen and (max-width: 960px) {
  .common_bnr_wrap .text_block .jp span {
    font-size: 14px;
  }
}
.common_bnr_wrap .text_block .view_more {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
}
@media only screen and (max-width: 960px) {
  .common_bnr_wrap .text_block .view_more {
    font-size: 10px;
  }
}
.common_bnr_wrap .text_block .view_more:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin: 0 10px 0 0;
}

/*====== PAGER ==========*/
.common_pager {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .common_pager {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .common_pager {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.common_pager .common_pager_prev {
  text-decoration: none;
  font-size: 12px;
  color: #9e9e9e;
  font-weight: bold;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 960px) {
  .common_pager .common_pager_prev {
    margin: 0 5px 0 0;
  }
}
.common_pager .common_pager_prev.active {
  color: #000;
}
.common_pager .common_pager_prev.active:before {
  border-color: transparent transparent #000 #000;
}
.common_pager .common_pager_prev:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: transparent transparent #b3b3b3 #b3b3b3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common_pager .common_pager_next {
  text-decoration: none;
  font-size: 12px;
  color: #9e9e9e;
  font-weight: bold;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .common_pager .common_pager_next {
    margin: 0 0 0 5px;
  }
}
.common_pager .common_pager_next.active {
  color: #000;
}
.common_pager .common_pager_next.active:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common_pager .common_pager_next:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #b3b3b3 #b3b3b3 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common_pager .common_pager_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common_pager .common_pager_list .common_pager_item {
  margin: 0 5px;
}
.common_pager .common_pager_list .common_pager_item .common_pager_link {
  display: block;
  width: 25px;
  height: 30px;
  color: #000;
  background: #f0f0f0;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .common_pager .common_pager_list .common_pager_item .common_pager_link {
    font-size: 12px;
  }
}
.common_pager .common_pager_list .common_pager_item .common_pager_link.active {
  background: #e45151;
  color: #fff;
}
.common_pager .common_pager_list .common_pager_item .common_pager_link span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*=== PLAN ===*/
.common_plan_list .item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  padding: 35px;
  -webkit-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.6);
  box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.6);
  position: relative;
  margin: 0 0 25px;
}
@media only screen and (max-width: 750px) {
  .common_plan_list .item {
    display: block;
    padding: 10px;
  }
}
.common_plan_list .pic {
  width: 20%;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 750px) {
  .common_plan_list .pic {
    width: 100%;
    margin: 0 0 10px;
  }
}
.common_plan_list .info {
  width: calc( 80% - 30px );
}
@media only screen and (max-width: 750px) {
  .common_plan_list .info {
    width: 100%;
    position: relative;
  }
}
.common_plan_list .check_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 160px;
  background: #131c2f;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  .common_plan_list .check_btn {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    font-size: 11px;
    width: 130px;
    margin: 0 0 8px;
  }
}
.common_plan_list .check_btn img {
  display: inline-block;
  width: 11px;
  vertical-align: 0;
  margin: 0 0 0 5px;
}
.common_plan_list .title {
  width: calc( 100% - 170px );
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 18px;
}
@media only screen and (max-width: 750px) {
  .common_plan_list .title {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px;
    clear: both;
  }
}
.common_plan_list .info_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 15px;
}
@media only screen and (max-width: 750px) {
  .common_plan_list .info_list {
    margin: 0 0 10px;
  }
}
.common_plan_list .info_title {
  font-size: 13px;
  color: #2d2d2d;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  width: 87px;
}
@media only screen and (max-width: 750px) {
  .common_plan_list .info_title {
    font-size: 12px;
  }
}
.common_plan_list .info_text {
  width: calc( 100% - 87px );
  font-size: 12px;
  color: #525252;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .common_plan_list .info_text {
    font-size: 11px;
  }
}
.common_plan_list .reserve_btn {
  margin: 25px 0 0;
  text-align: center;
  display: block;
  padding: 14px 0;
  text-decoration: none;
  width: 240px;
  background: #e45151;
  border: none;
  border-bottom: 2px #d33232 solid;
  font-size: 17px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .common_plan_list .reserve_btn {
    font-size: 15px;
    width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .common_plan_list .reserve_btn {
    margin: 20px auto 0;
  }
}
.common_plan_list .reserve_btn:hover {
  border-bottom: none;
  border-top: 2px #e45151 solid;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
@media only screen and (max-width: 960px) {
  .common_plan_list .reserve_btn:hover {
    border-bottom: 2px #d33232 solid;
    border-top: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* aside */
.aside_column_block {
  margin: 0 0 15px;
}
.aside_column_block .aside_column_title {
  font-size: 20px;
  color: #000;
  letter-spacing: 2px;
  font-weight: 900;
  padding: 0 0 5px;
  border-bottom: 1px #000 solid;
  line-height: 1;
}
.aside_column_block .aside_column_title span {
  margin: 0 0 0 5px;
  letter-spacing: normal;
  font-size: 10px;
  color: #707070;
}
.aside_column_block .aside_column_title:before {
  content: "";
  background: url("../images/blog/icon01.png") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  display: block;
}

.aside_column_list .item {
  padding: 12px 0 5px;
  border-bottom: 1px #d4d4d4 solid;
}
.aside_column_list .item:last-of-type {
  border-bottom: none;
}
.aside_column_list .link {
  text-decoration: none;
  margin: 0 0 10px;
}
.aside_column_list .inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px;
}
.aside_column_list .pic {
  width: 30%;
  margin: 0 3% 0 0;
  position: relative;
}
.aside_column_list .pic img {
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.aside_column_list .info {
  width: 67%;
}
.aside_column_list .info .label {
  background: #ef214c;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  letter-spacing: 1px;
  margin: 0 0 7px;
}
.aside_column_list .info .date {
  font-size: 11px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
}
.aside_column_list .info .title {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.aside_column_list .category_label {
  background: #e6e6e6;
  font-size: 11px;
  color: #e45151;
  font-weight: bold;
  display: inline-block;
  padding: 3px 7px 4px;
  margin: 0 0 8px;
  text-decoration: none;
}

.aside_keyword_block {
  padding: 15px 10px;
  margin: 0 0 35px;
  background: #f4f4f4;
}
.aside_keyword_block .subtitle {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #e45151;
}
.aside_keyword_block .title {
  font-size: 25px;
  color: #131c2f;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 0 0 15px;
  line-height: 1.2;
}
.aside_keyword_block .title span {
  display: block;
  color: #707070;
  font-size: 12px;
  letter-spacing: 2px;
}
.aside_keyword_block .aside_keyword_list {
  width: 100%;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.aside_keyword_block .aside_keyword_list .aside_keyword_item {
  margin: 0 5px 5px 0;
}
.aside_keyword_block .aside_keyword_list .aside_keyword_link {
  text-decoration: none;
  color: #6b6b6b;
  background: #fff;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  padding: 7px;
  border: 1px #b0b0b0 solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .aside_keyword_block .aside_keyword_list .aside_keyword_link {
    font-size: 10px;
  }
}
.aside_keyword_block .aside_keyword_list .aside_keyword_link:before {
  content: "#";
  color: #a6a6a6;
}
.aside_keyword_block .aside_keyword_list .aside_keyword_link:hover {
  color: #fff;
  background: #b0b0b0;
}
.aside_keyword_block .aside_keyword_list .aside_keyword_link:hover:before {
  color: #fff;
}
.aside_keyword_block .aside_keyword_list .aside_keyword_link.active {
  color: #fff;
  background: #b0b0b0;
}
.aside_keyword_block .aside_keyword_list .aside_keyword_link.active:before {
  color: #fff;
}

/*=================

      top.scss

=======================*/
.top_mv_wrap {
  background: url("http://43.206.233.43/wp-content/uploads/2024/07/meo-運用代行-おすすめ-main.jpg") center center no-repeat;
  background-size: cover;
  height: 774px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .top_mv_wrap {
    height: 400px;
  }
}
.top_mv_wrap .top_mv_title {
  width: 780px;
  position: absolute;
  top: 250px;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .top_mv_wrap .top_mv_title {
    width: 100%;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
  }
}
.top_mv_wrap .top_mv_title .subtitle {
  font-size: 15px;
  letter-spacing: 4px;
  color: #fff;
  position: relative;
  line-height: 1.5;
  margin: 0 0 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 960px) {
  .top_mv_wrap .top_mv_title .subtitle {
    font-size: 13px;
  }
}
.top_mv_wrap .top_mv_title .subtitle:before {
  content: "";
  background: url("../images/top/mv_icon01.png") center center no-repeat;
  background-size: 10px;
  width: 10px;
  height: 11px;
  display: inline-block;
  margin: 0 7px 0 0;
}
.top_mv_wrap .top_mv_title .subtitle:after {
  content: "";
  background: url("../images/top/mv_icon02.png") center center no-repeat;
  background-size: 10px;
  width: 10px;
  height: 11px;
  display: inline-block;
  margin: 0 0 0 7px;
}
.top_mv_wrap .top_mv_title .title {
  font-size: 30px;
  letter-spacing: 6px;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 960px) {
  .top_mv_wrap .top_mv_title .title {
    font-size: 20px;
  }
}

.top_pickup_wrap {
  background: #f3f3f3;
  padding: 50px 0 30px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .top_pickup_wrap {
    padding: 25px 0 20px;
    margin: 0 0 30px;
  }
}
.top_pickup_wrap .top_pickup_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.top_area_wrap {
  margin: 0 0 65px;
}
@media only screen and (max-width: 960px) {
  .top_area_wrap {
    margin: 0 0 30px;
  }
}
.top_area_wrap .top_area_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 0 30px;
}
.top_area_wrap .top_area_list .item {
  width: calc( 100% / 3 );
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .top_area_wrap .top_area_list .item {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .top_area_wrap .top_area_list .item {
    width: 100%;
  }
}
.top_area_wrap .top_area_list .link {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.top_area_wrap .top_area_list .link:hover .pic {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}
.top_area_wrap .top_area_list .link:hover:after {
  background: rgba(19, 28, 47, 0);
}
.top_area_wrap .top_area_list .link:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(19, 28, 47, 0.4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 960px) {
  .top_area_wrap .top_area_list .link:hover .pic {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  .top_area_wrap .top_area_list .link:hover:after {
    background: rgba(19, 28, 47, 0.4);
  }
}
@media only screen and (max-width: 640px) {
  .top_area_wrap .top_area_list .link {
    height: 150px !important;
  }
}
.top_area_wrap .top_area_list .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}
.top_area_wrap .top_area_list .text_block {
  z-index: 2;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top_area_wrap .top_area_list .en {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 5px;
  margin: 0 0 37px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .top_area_wrap .top_area_list .en {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.top_area_wrap .top_area_list .en:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .top_area_wrap .top_area_list .en:after {
    width: 20px;
    height: 2px;
    bottom: -10px;
  }
}
.top_area_wrap .top_area_list .jp {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media only screen and (max-width: 750px) {
  .top_area_wrap .top_area_list .jp {
    font-size: 13px;
  }
}

.top_info_wrap {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 90px;
}
@media only screen and (max-width: 750px) {
  .top_info_wrap {
    display: block;
    margin: 0 0 40px;
  }
}
.top_info_wrap .top_info_block {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .top_info_wrap .top_info_block {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.top_voice_list {
  max-height: 340px;
  padding: 5px;
  overflow-y: scroll;
}
@media only screen and (max-width: 750px) {
  .top_voice_list {
    max-height: 200px;
  }
}
.top_voice_list .item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
  box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
  padding: 25px 14px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .top_voice_list .item {
    padding: 15px 10px;
  }
}
.top_voice_list .pic {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .top_voice_list .pic {
    width: 60px;
    height: 60px;
    margin: 0 7px 0 0;
  }
}
.top_voice_list .pic .name {
  color: #e45151;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .top_voice_list .pic .name {
    font-size: 20px;
  }
}
.top_voice_list .info {
  padding: 10px 0 0;
  width: calc( 100% - 115px);
}
@media only screen and (max-width: 960px) {
  .top_voice_list .info {
    width: calc( 100% - 67px);
  }
}
.top_voice_list .place_info {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 15px;
}
.top_voice_list .place_info .title {
  font-size: 15px;
  color: #000;
  font-weight: 900;
  letter-spacing: 4px;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px #000 solid;
}
.top_voice_list .place_info .place {
  position: relative;
  word-break: break-word;
  width: calc( 100% -70px);
  font-size: 15px;
  font-weight: bold;
  color: #787878;
  letter-spacing: 4px;
  padding: 0 0 0 20px;
}
.top_voice_list .place_info .place:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background: url("../images/common/place_icon.png") center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 17px;
  display: inline-block;
}
.top_voice_list .text {
  font-size: 12px;
  color: #424242;
  line-height: 1.7;
  font-weight: bold;
}

.top_new_wrap {
  margin: 0 0 87px;
}
@media only screen and (max-width: 960px) {
  .top_new_wrap {
    margin: 0 0 40px;
  }
}
.top_new_wrap .top_slider_block {
  overflow: hidden;
}
.top_new_wrap .top_slider_block .bx-viewport {
  overflow: visible !important;
  width: 355px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .top_new_wrap .top_slider_block .bx-viewport {
    width: 280px !important;
  }
}
.top_new_wrap .top_slider_block .bx-controls-direction {
  top: 130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  max-width: 1144px;
  width: 95%;
  margin: 0 auto;
}

.top_about_wrap {
  background: url("../images/top/about_pic.jpg") center center no-repeat;
  background-size: cover;
  height: 572px;
  margin: 0 0 70px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  .top_about_wrap {
    margin: 0 0 35px;
    height: inherit;
    padding: 0 0 50px;
  }
}

.top_about_wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}


.top_about_wrap .top_about_inner {
  padding: 0 50px;
}
@media only screen and (max-width: 1200px) {
  .top_about_wrap .top_about_inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 960px) {
  .top_about_wrap .top_about_inner {
    padding: 0 10px;
  }
}
.top_about_wrap .text_block {
  position: relative;
  width: 570px;
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .top_about_wrap .text_block {
    width: 100%;
    margin: 0;
  }
}
.top_about_wrap .top_about_title {
  display: inline-block;
  background: #131c2f;
  padding: 48px 35px 35px;
  color: #fff;
  margin: -25px 0 40px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .top_about_wrap .top_about_title {
    padding: 30px 15px 15px;
    margin: -20px 0 20px;
  }
}
.top_about_wrap .top_about_title:before {
  content: "";
  display: block;
  width: 7px;
  height: 43px;
  position: absolute;
  left: 49px;
  top: -13px;
  background: #e45151;
}
@media only screen and (max-width: 960px) {
  .top_about_wrap .top_about_title:before {
    left: 20px;
    width: 4px;
    height: 30px;
  }
}
.top_about_wrap .top_about_title .top {
  font-size: 45px;
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  .top_about_wrap .top_about_title .top {
    font-size: 25px;
  }
}
.top_about_wrap .top_about_title .top small {
  font-size: 12px;
  display: inline-block;
  vertical-align: 12px;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .top_about_wrap .top_about_title .top small {
    font-size: 10px;
  }
}
.top_about_wrap .top_about_title .bottom {
  font-size: 50px;
  font-weight: 300;
  display: block;
}
@media only screen and (max-width: 960px) {
  .top_about_wrap .top_about_title .bottom {
    font-size: 35px;
  }
}
.top_about_wrap .subtitle {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0 0 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 960px) {
  .top_about_wrap .subtitle {
    font-size: 17px;
    margin: 0 0 20px;
  }
}
.top_about_wrap .text {
  font-size: 13px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 35px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 960px) {
  .top_about_wrap .text {
    font-size: 11px;
  }
}

.top_column_wrap {
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .top_column_wrap {
    margin: 0 0 40px;
  }
}

/*=================

      search.scss

=======================*/
.search_camp_pic_slider {
  width: 100%;
  height: 300px;
  margin: 0 0 10px;
  position: relative;
}
.search_camp_pic_slider .bx-viewport {
  height: 100%;
}
.search_camp_pic_slider .pic_slider {
  height: 100%;
}
.search_camp_pic_slider .pic_link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.search_camp_pic_slider .pickup_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  z-index: 10;
}
.search_camp_pic_slider .bx-wrapper .bx-controls-direction a {
  opacity: 0;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .search_camp_pic_slider .bx-wrapper .bx-controls-direction a {
    opacity: 1;
  }
}
.search_camp_pic_slider .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.search_camp_pic_slider .bx-wrapper .bx-prev {
  left: 0;
  background: url("../images/common/prev.png") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .search_camp_pic_slider .bx-wrapper .bx-prev {
    background-size: 20px;
  }
}
.search_camp_pic_slider .bx-wrapper .bx-next {
  right: 0;
  background: url("../images/common/next.png") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .search_camp_pic_slider .bx-wrapper .bx-next {
    background-size: 20px;
  }
}

.search_title_block {
  background: #131c2f;
  padding: 25px 50px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .search_title_block {
    padding: 15px 20px;
  }
}
.search_title_block .subtitle {
  font-size: 12px;
  color: #e45151;
  line-height: 1.5;
  margin: 0 0 7px;
}
@media only screen and (max-width: 960px) {
  .search_title_block .subtitle {
    font-size: 10px;
  }
}
.search_title_block .title {
  color: #fff;
}
.search_title_block .title .en {
  font-weight: 900;
  font-size: 45px;
  letter-spacing: 5px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 960px) {
  .search_title_block .title .en {
    font-size: 25px;
    margin: 0 10px 0 0;
  }
}
.search_title_block .title .jp {
  display: inline-block;
  vertical-align: 3px;
  letter-spacing: 3px;
  font-size: 13px;
}
@media only screen and (max-width: 960px) {
  .search_title_block .title .jp {
    font-size: 11px;
  }
}

.search_layout_wrap {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px 50px;
}
@media only screen and (max-width: 1200px) {
  .search_layout_wrap {
    padding: 0 10px 20px;
  }
}
@media only screen and (max-width: 960px) {
  .search_layout_wrap {
    display: block;
  }
}

.search_layout_main {
  width: 56%;
}
@media only screen and (max-width: 960px) {
  .search_layout_main {
    width: 100%;
    margin: 0 0 20px;
  }
}

.search_layout_aside {
  width: 40%;
}
@media only screen and (max-width: 960px) {
  .search_layout_aside {
    width: 100%;
  }
}

.search_block {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.3);
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.3);
  padding: 25px 30px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1200px) {
  .search_block {
    padding: 15px 10px;
  }
}
.search_block .search_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px #b8b8b8 solid;
}
.search_block .search_inner:last-of-type {
  border-bottom: none;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .search_block .search_inner {
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  .search_block .search_inner {
    display: block;
  }
}
.search_block .search_title {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170px;
}
@media only screen and (max-width: 960px) {
  .search_block .search_title {
    width: 150px;
  }
}
@media only screen and (max-width: 750px) {
  .search_block .search_title {
    margin: 0 0 5px;
  }
}
.search_block .search_title img {
  display: inline-block;
  width: 29px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .search_block .search_title img {
    width: 18px;
  }
}
.search_block .search_title .title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3px;
}
@media only screen and (max-width: 960px) {
  .search_block .search_title .title {
    font-size: 16px;
  }
}
.search_block .search_title .title span {
  display: block;
  color: #868686;
  font-size: 10px;
  font-weight: normal;
}
.search_block .search_info {
  width: calc( 100% - 170px);
}
@media only screen and (max-width: 960px) {
  .search_block .search_info {
    width: calc( 100% - 150px);
  }
}
@media only screen and (max-width: 750px) {
  .search_block .search_info {
    width: 100%;
  }
}
.search_block .search_select_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search_block .search_select {
  font-size: 15px;
  color: #a6a6a6;
  padding: 0 10px;
  font-weight: 900;
  width: 200px;
  height: 35px;
  margin: 0 12px 0 0;
  background: url("../images/search/arrow.png") 97% center no-repeat #efefef;
  background-size: 10px;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
@media only screen and (max-width: 960px) {
  .search_block .search_select {
    font-size: 13px;
  }
}
.search_block .search_checkbox {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.search_block .search_checkbox label {
  display: block;
  margin: 0 10px 10px 0;
}
.search_block .search_input {
  display: none;
}
.search_block .search_text {
  display: block;
  color: #e45151;
  font-size: 12px;
  padding: 10px 20px;
  min-width: 150px;
  text-align: center;
  font-weight: bold;
  position: relative;
  border: 2px #e45151 solid;
  cursor: pointer;
  letter-spacing: 2px;
}
@media only screen and (max-width: 960px) {
  .search_block .search_text {
    font-size: 10px;
    padding: 7px 13px;
    letter-spacing: 1px;
    min-width: 120px;
  }
}
.search_block .search_input:checked + .search_text {
  color: #fff;
  background: #e45151;
}

.search_btn_area {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 0 170px;
}
.search_btn_area.center {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .search_btn_area {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.search_btn_area .search_submit {
  outline: none;
  height: 45px;
  width: 240px;
  background: #e45151;
  border: none;
  border-bottom: 2px #d33232 solid;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .search_btn_area .search_submit {
    font-size: 15px;
    width: 180px;
  }
}
.search_btn_area .search_submit:hover {
  border-bottom: none;
  border-top: 2px #e45151 solid;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
@media only screen and (max-width: 960px) {
  .search_btn_area .search_submit:hover {
    border-bottom: 2px #d33232 solid;
    border-top: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.search_btn_area .search_submit img {
  display: inline-block;
  vertical-align: -4px;
  width: 17px;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 960px) {
  .search_btn_area .search_submit img {
    width: 13px;
    margin: 0 7px 0 0;
    vertical-align: -2px;
  }
}
.search_btn_area .search_return_btn {
  font-size: 14px;
  color: #535353;
  font-weight: bold;
  text-decoration: none;
  margin: 0 20px 15px 0;
}
@media only screen and (max-width: 960px) {
  .search_btn_area .search_return_btn {
    font-size: 13px;
  }
}
.search_btn_area .search_return_btn:before {
  content: "";
  margin: 0 5px 0 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (max-width: 960px) {
  .search_btn_area .search_return_btn:before {
    width: 5px;
    height: 5px;
    vertical-align: 1px;
  }
}
.search_btn_area .search_clear {
  outline: none;
  font-size: 13px;
  color: #828282;
  letter-spacing: 2px;
  font-weight: bold;
  height: 30px;
  width: 118px;
  border: 2px #a2a2a2 solid;
  background: inherit;
  padding: 0;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .search_btn_area .search_clear {
    font-size: 11px;
    width: 90px;
  }
}
.search_btn_area .search_clear:hover {
  color: #fff;
  background: #a2a2a2;
}

.search_map {
  width: 100%;
  height: 700px;
}
@media only screen and (max-width: 960px) {
  .search_map {
    height: 350px;
  }
}

/* detail */
.search_mv_block {
  width: 100%;
  overflow-x: hidden;
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  .search_mv_block {
    margin: 0 0 25px;
  }
}

.search_mv_main {
  position: relative;
  height: 520px;
}
@media only screen and (max-width: 750px) {
  .search_mv_main {
    height: 300px;
  }
}
.search_mv_main .search_mv_list {
  height: 100%;
}
.search_mv_main .search_mv_item {
  height: 100%;
}
.search_mv_main .search_mv_item:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search_mv_main .search_mv_item.active:after {
  content: none;
}
.search_mv_main .bxslider {
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .search_mv_main .bx-wrapper {
    height: 100%;
  }
}
.search_mv_main .bx-viewport {
  height: 100% !important;
  max-width: 1000px !important;
  overflow: visible !important;
  margin: 0 auto;
}

.search_mv_controlWrap {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #000;
  padding: 15px 0;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search_mv_controlWrap .bx-wrapper {
  max-width: 430px !important;
}
.search_mv_controlWrap .search_mv_control_item {
  margin: 0 5px;
}
.search_mv_controlWrap .search_mv_control_link {
  display: block;
  width: 100px;
  height: 60px;
}

.search_info_block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 15px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .search_info_block {
    display: block;
    margin: 0 auto 20px;
  }
}
.search_info_block .main {
  width: 57%;
}
@media only screen and (max-width: 960px) {
  .search_info_block .main {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.search_info_block .sub {
  width: 37%;
}
@media only screen and (max-width: 960px) {
  .search_info_block .sub {
    width: 100%;
  }
}

.search_camp_map {
  width: 100%;
  height: 300px;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 960px) {
  .search_camp_map {
    height: 250px;
  }
}

.search_name_title {
  font-size: 23px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px #b8b8b8 solid;
  padding: 0 0 10px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  .search_name_title {
    font-size: 18px;
  }
}
.search_name_title span {
  color: #e45151;
  font-size: 12px;
  font-weight: normal;
  display: block;
  line-height: 1.2;
}
@media only screen and (max-width: 960px) {
  .search_name_title span {
    font-size: 10px;
  }
}

.search_camp_text {
  margin: 20px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .search_camp_text {
    margin: 10px 0 0;
    font-size: 11px;
  }
}

.search_camp_access {
  background: #f4f4f4;
  padding: 15px 20px;
}
@media only screen and (max-width: 960px) {
  .search_camp_access {
    padding: 10px;
  }
}
.search_camp_access .title {
  font-size: 18px;
  color: #131c2f;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin: 0 0 12px;
}
@media only screen and (max-width: 960px) {
  .search_camp_access .title {
    font-size: 16px;
    margin: 0 0 8px;
  }
}
.search_camp_access .title span {
  display: inline-block;
  font-size: 10px;
  color: #2e2e2e;
  letter-spacing: 2px;
  margin: 0 0 0 10px;
}
.search_camp_access .text {
  font-size: 12px;
  font-weight: bold;
  color: #2d2d2d;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .search_camp_access .text {
    font-size: 11px;
  }
}

.search_list_block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .search_list_block {
    display: block;
    margin: 0 auto 25px;
  }
}
.search_list_block .list {
  width: 48%;
}
@media only screen and (max-width: 960px) {
  .search_list_block .list {
    width: 100%;
  }
}
.search_list_block .item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px #b8b8b8 solid;
}
@media only screen and (max-width: 960px) {
  .search_list_block .item {
    padding: 12px 0;
  }
}
.search_list_block .title {
  font-size: 13px;
  color: #2d2d2d;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 960px) {
  .search_list_block .title {
    font-size: 12px;
    width: 120px;
  }
}
.search_list_block .text {
  width: calc( 100% - 150px );
  font-size: 12px;
  color: #525252;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .search_list_block .text {
    font-size: 11px;
    width: calc( 100% - 120px );
  }
}

.search_plan_block {
  background: #f7f7f7;
  padding: 35px 50px 45px;
  margin: 0 0 55px;
}
@media only screen and (max-width: 960px) {
  .search_plan_block {
    padding: 20px 15px 25px;
    margin: 0 0 25px;
  }
}

.search_plan_form {
  width: 615px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 750px) {
  .search_plan_form {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.search_plan_form .search_plan_form_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 35px;
}
@media only screen and (max-width: 960px) {
  .search_plan_form .search_plan_form_inner {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .search_plan_form .search_plan_form_inner {
    display: block;
  }
}
.search_plan_form .search_plan_form_title {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 148px;
}
@media only screen and (max-width: 960px) {
  .search_plan_form .search_plan_form_title {
    width: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .search_plan_form .search_plan_form_title {
    margin: 0 0 10px;
  }
}
.search_plan_form .search_plan_form_title .title {
  font-size: 18px;
  font-weight: 900;
  color: #131c2f;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media only screen and (max-width: 960px) {
  .search_plan_form .search_plan_form_title .title {
    font-size: 16px;
  }
}
.search_plan_form .search_plan_form_title .title span {
  display: block;
  font-size: 10px;
  color: #868686;
  font-weight: normal;
}
.search_plan_form .search_plan_form_title img {
  margin: 0 8px 0 0;
  display: block;
  width: 26px;
}
.search_plan_form .search_plan_form_info {
  width: calc( 100% - 148px );
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .search_plan_form .search_plan_form_info {
    width: calc( 100% - 120px );
  }
}
@media only screen and (max-width: 640px) {
  .search_plan_form .search_plan_form_info {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.search_plan_form .date_input {
  background: #fff;
  border: none;
  font-size: 15px;
  font-weight: 900;
  width: 217px;
  height: 45px;
  padding: 0 10px;
  color: #000;
  letter-spacing: 1px;
}
@media only screen and (max-width: 960px) {
  .search_plan_form .date_input {
    max-width: 217px;
    width: 100%;
    font-size: 13px;
    height: 35px;
  }
}
.search_plan_form .date_text {
  font-size: 14px;
  color: #000;
  margin: 0 10px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .search_plan_form .date_text {
    font-size: 12px;
    margin: 0 5px;
  }
}
.search_plan_form .minus_btn {
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0px;
  margin: 0 12px 0 0;
}
.search_plan_form .minus_btn img {
  display: block;
  width: 17px;
}
.search_plan_form .plus_btn {
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0px;
  margin: 0 0 0 12px;
}
.search_plan_form .plus_btn img {
  display: block;
  width: 16px;
}
.search_plan_form .num_input {
  background: #fff;
  border: none;
  font-size: 25px;
  font-weight: 900;
  width: 90px;
  height: 45px;
  padding: 0 10px;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .search_plan_form .num_input {
    font-size: 20px;
    height: 35px;
  }
}

.search_voice_block {
  padding: 0 0 70px;
}
@media only screen and (max-width: 960px) {
  .search_voice_block {
    padding: 0 0 35px;
  }
}

.search_voice_list {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 75px;
  max-height: 485px;
  overflow-y: scroll;
}
@media only screen and (max-width: 750px) {
  .search_voice_list {
    max-height: 200px;
    margin: 0 auto 35px;
  }
}
.search_voice_list .item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 80px;
}
.search_voice_list .item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .search_voice_list .item {
    margin: 0 0 30px;
  }
}
.search_voice_list .pic {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .search_voice_list .pic {
    width: 60px;
    height: 60px;
    margin: 0 7px 0 0;
  }
}
.search_voice_list .pic .name {
  color: #e45151;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .search_voice_list .pic .name {
    font-size: 20px;
  }
}
.search_voice_list .info {
  padding: 10px 0 0;
  width: calc( 100% - 115px);
}
@media only screen and (max-width: 960px) {
  .search_voice_list .info {
    width: calc( 100% - 67px);
  }
}
.search_voice_list .date {
  font-size: 15px;
  color: #000;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .search_voice_list .date {
    font-size: 13px;
  }
}
.search_voice_list .text {
  font-size: 12px;
  color: #424242;
  line-height: 1.7;
  font-weight: bold;
  margin: 0 0 17px;
}

.search_voice_pic_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.search_voice_pic_list .search_voice_pic {
  width: 90px;
  height: 75px;
  margin: 0 7px 7px 0;
}
.search_voice_pic_list .search_voice_pic a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* search sitemap */
.search_sitemap_main_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.search_sitemap_main_list .item {
  margin: 0 10px 7px 0;
}
.search_sitemap_main_list .link {
  display: inline-block;
  font-size: 13px;
  color: #535353;
  text-decoration: none;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 960px) {
  .search_sitemap_main_list .link {
    font-size: 12px;
  }
}
.search_sitemap_main_list .link:before {
  content: "";
  margin: 0 7px 0 0;
  vertical-align: 2px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 960px) {
  .search_sitemap_main_list .link:before {
    vertical-align: 0;
  }
}

.search_sitemap_sub_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 10px;
  background: #e8e8e8;
}
.search_sitemap_sub_list .item {
  margin: 0 10px 7px 0;
}
.search_sitemap_sub_list .link {
  display: inline-block;
  font-size: 13px;
  color: #959595;
  text-decoration: none;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 960px) {
  .search_sitemap_sub_list .link {
    font-size: 12px;
  }
}
.search_sitemap_sub_list .link:before {
  content: "";
  margin: 0 7px 0 0;
  vertical-align: 2px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #959595 #959595 transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 960px) {
  .search_sitemap_sub_list .link:before {
    vertical-align: 0;
  }
}

/*=================

      plan.scss

=======================*/
.plan_main_title {
  margin: 0 0 20px;
  position: relative;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .plan_main_title {
    margin: 0 auto 20px;
    width: 95%;
  }
}
.plan_main_title.w100 {
  width: 100%;
}
.plan_main_title .en {
  font-size: 45px;
  color: #181717;
  letter-spacing: 10px;
  display: inline-block;
  font-weight: 900;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .plan_main_title .en {
    font-size: 30px;
    letter-spacing: 5px;
  }
}
.plan_main_title .jp {
  display: block;
  font-size: 12px;
  color: #e45151;
  letter-spacing: 2px;
}
@media only screen and (max-width: 960px) {
  .plan_main_title .jp {
    font-size: 10px;
    padding: 0 5px;
  }
}

.plan_title {
  font-size: 18px;
  color: #131c2f;
  line-height: 1.5;
  margin: 0 0 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (max-width: 960px) {
  .plan_title {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.plan_title.m30 {
  margin: 30px 0;
}
@media only screen and (max-width: 960px) {
  .plan_title.m30 {
    margin: 15px 0;
  }
}

.plan_wrap {
  padding: 35px 50px;
  width: 100%;
  background: #f7f7f7;
}
@media only screen and (max-width: 960px) {
  .plan_wrap {
    padding: 20px 15px;
  }
}
.plan_wrap .search_plan_form {
  margin: 50px auto 35px;
}

.plan_common_block {
  margin: 0 auto 30px;
  max-width: 960px;
  width: 100%;
}

.plan_common_title {
  font-size: 15px;
  color: #e45151;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  .plan_common_title {
    font-size: 14px;
    margin: 0 0 10px;
  }
}

.plan_common_text {
  font-size: 12px;
  color: #525252;
  line-height: 1.5;
}

.plan_common_list {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.6);
  box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.6);
}
@media only screen and (max-width: 960px) {
  .plan_common_list {
    padding: 8px;
  }
}
.plan_common_list .item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 1px #b8b8b8 solid;
}
.plan_common_list .item:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .plan_common_list .item.sp {
    display: block;
  }
}
.plan_common_list .item.sp .info {
  width: 100%;
  margin: 8px 0 0;
}
.plan_common_list .title {
  font-size: 13px;
  color: #2d2d2d;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 960px) {
  .plan_common_list .title {
    font-size: 12px;
    width: 120px;
  }
}
.plan_common_list .text {
  width: calc( 100% - 150px );
  font-size: 12px;
  color: #525252;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .plan_common_list .text {
    font-size: 11px;
    width: calc( 100% - 120px );
  }
}
.plan_common_list .info {
  width: calc( 100% - 150px );
}
@media only screen and (max-width: 960px) {
  .plan_common_list .info {
    width: calc( 100% - 120px );
  }
}

@media only screen and (max-width: 640px) {
  .plan_price_table {
    margin: 10px 0 0;
  }
}
.plan_price_table th {
  border: 1px #a8a8a8 solid;
  text-align: right;
  background: #777;
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  width: 150px;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .plan_price_table th {
    font-size: 11px;
    padding: 8px 4px;
  }
}
.plan_price_table td {
  font-size: 12px;
  padding: 8px;
  text-align: right;
  color: #535353;
  border: 1px #a8a8a8 solid;
}
@media only screen and (max-width: 640px) {
  .plan_price_table td {
    font-size: 11px;
    padding: 8px 4px;
  }
}

.plan_price {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 50px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: right;
  color: #e45151;
}
.plan_price span {
  font-size: 20px;
}

.plan_input {
  width: 100%;
  max-width: 300px;
  height: 35px;
  border: 1px #a8a8a8 solid;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  padding: 0 10px;
  letter-spacing: 2px;
}
.plan_input:placeholder-shown {
  color: #ababab;
}
.plan_input::-webkit-input-placeholder {
  color: #ababab;
}
.plan_input:-moz-placeholder {
  color: #ababab;
  opacity: 1;
}
.plan_input::-moz-placeholder {
  color: #ababab;
  opacity: 1;
}
.plan_input:-ms-input-placeholder {
  color: #ababab;
}
@media only screen and (max-width: 960px) {
  .plan_input {
    font-size: 12px;
  }
}
.plan_input.w60 {
  width: 60px;
  padding: 0 5px;
  margin: 0 10px 0 0;
}
.plan_input.w60:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .plan_input.w60 {
    max-width: 60px;
    width: 100%;
  }
}

.plan_select {
  font-size: 13px;
  color: #000;
  padding: 0 10px;
  font-weight: 900;
  width: 200px;
  height: 35px;
  background: url("../images/search/arrow.png") 97% center no-repeat #fff;
  background-size: 10px;
  border: 1px #a8a8a8 solid;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
@media only screen and (max-width: 960px) {
  .plan_select {
    font-size: 12px;
  }
}
.plan_select.w100 {
  width: 100px;
}

.plan_credit_block {
  background: #eaeaea;
  margin: 10px 0 0;
  padding: 10px;
  max-width: 500px;
  width: 100%;
}
.plan_credit_block .credit_title {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  margin: 0 0 5px;
}
@media only screen and (max-width: 960px) {
  .plan_credit_block .credit_title {
    font-size: 12px;
  }
}
.plan_credit_block .plan_credit_inner {
  margin: 0 0 15px;
}
.plan_credit_block .plan_credit_flex {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan_credit_block .plan_credit_flex .plan_common_text {
  margin: 0 10px;
}

.plan_thanks_text {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
  margin: 0 0 50px;
  color: #e45151;
}

/*=================

      blog.scss

=======================*/
.blog_title_block {
  margin: 0 0 20px;
}
.blog_title_block .subtitle {
  font-size: 12px;
  color: #e45151;
  line-height: 1.5;
  margin: 0 0 7px;
}
@media only screen and (max-width: 960px) {
  .blog_title_block .subtitle {
    font-size: 10px;
  }
}
.blog_title_block .title {
  color: #181717;
}
.blog_title_block .title .en {
  font-weight: 900;
  font-size: 45px;
  letter-spacing: 5px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 960px) {
  .blog_title_block .title .en {
    font-size: 25px;
    margin: 0 5px 0 0;
  }
}
.blog_title_block .title .jp {
  display: inline-block;
  vertical-align: 3px;
  letter-spacing: 3px;
  font-size: 13px;
}
@media only screen and (max-width: 960px) {
  .blog_title_block .title .jp {
    font-size: 11px;
  }
}
.blog_title_block .title img {
  display: inline-block;
  width: 25px;
}
@media only screen and (max-width: 960px) {
  .blog_title_block .title img {
    width: 15px;
  }
}

.blog_layout_wrap {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 50px 50px;
}
@media only screen and (max-width: 1200px) {
  .blog_layout_wrap {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 960px) {
  .blog_layout_wrap {
    display: block;
  }
}

.blog_layout_main {
  width: 75%;
}
@media only screen and (max-width: 960px) {
  .blog_layout_main {
    width: 100%;
    margin: 0 0 20px;
  }
}

.blog_layout_aside {
  width: 21%;
}
@media only screen and (max-width: 960px) {
  .blog_layout_aside {
    width: 100%;
  }
}

.blog_d_layout_main {
  width: 62%;
}
@media only screen and (max-width: 960px) {
  .blog_d_layout_main {
    width: 100%;
    margin: 0 0 20px;
  }
}

.blog_d_layout_aside {
  width: 33%;
}
@media only screen and (max-width: 960px) {
  .blog_d_layout_aside {
    width: 100%;
  }
}

.blog_block {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.3);
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.3);
  padding: 25px 30px;
  margin: 0 0 25px;
  /* keyword */
}
@media only screen and (max-width: 1200px) {
  .blog_block {
    padding: 15px 10px;
  }
}
.blog_block .blog_form_category {
  margin: 0 0 15px;
}
.blog_block .blog_form_keyword {
  background: #eee;
  padding: 15px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  .blog_block .blog_form_keyword {
    padding: 12px 8px;
  }
}
.blog_block .blog_form_title {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  margin: 0 0 13px;
}
@media only screen and (max-width: 960px) {
  .blog_block .blog_form_title {
    font-size: 16px;
  }
}
.blog_block .blog_form_title span {
  letter-spacing: 1.5px;
  display: block;
  color: #868686;
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.blog_block .blog_checkbox {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.blog_block .blog_checkbox.keyword label {
  margin: 0;
}
.blog_block .blog_checkbox label {
  display: block;
  margin: 0 10px 10px 0;
}
.blog_block .blog_input {
  display: none;
}
.blog_block .blog_text {
  display: block;
  color: #e45151;
  font-size: 12px;
  padding: 10px 20px;
  min-width: 150px;
  text-align: center;
  font-weight: bold;
  position: relative;
  border: 2px #e45151 solid;
  cursor: pointer;
  letter-spacing: 2px;
}
@media only screen and (max-width: 960px) {
  .blog_block .blog_text {
    font-size: 10px;
    padding: 7px 13px;
    letter-spacing: 1px;
    min-width: 120px;
  }
}
.blog_block .blog_input:checked + .blog_text {
  color: #fff;
  background: #e45151;
}
.blog_block .checkbox_input {
  display: none;
}
.blog_block .checkbox_parts {
  display: block;
  font-size: 11px;
  color: #6b6b6b;
  background: #fff;
  border: 1px #b0b0b0 solid;
  padding: 7px 12px;
  margin: 0 5px 5px 0;
  font-weight: bold;
}
.blog_block .checkbox_parts:before {
  content: "#";
  color: #b2b2b2;
}
@media only screen and (max-width: 750px) {
  .blog_block .checkbox_parts {
    font-size: 10px;
    padding: 7px 13px;
  }
}
.blog_block .checkbox_input:checked + .checkbox_parts {
  color: #fff;
  background: #e45151;
  border: 1px #e45151 solid;
}
.blog_block .checkbox_input:checked + .checkbox_parts:before {
  color: #fff;
}

/* detail */
.blog_d_category_label {
  background: #e6e6e6;
  font-size: 11px;
  color: #e45151;
  font-weight: bold;
  display: inline-block;
  padding: 7px 10px;
  margin: 0 0 15px;
  text-decoration: none;
}

.blog_d_date {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
}

.blog_d_title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px #d4d4d4 solid;
  padding: 0 0 15px;
  margin: 0 0 15px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 960px) {
  .blog_d_title {
    font-size: 20px;
  }
}

.blog_d_editor {
  font-size: 12px;
  font-weight: bold;
  color: #505050;
  line-height: 1.8;
}
.blog_d_editor h2 {
  font-size: 20px;
  color: #e45151;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px #e45151 solid;
  margin: 0 0 25px;
}
@media only screen and (max-width: 960px) {
  .blog_d_editor h2 {
    font-size: 18px;
  }
}
.blog_d_editor h3 {
  font-size: 17px;
  color: #262626;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .blog_d_editor h3 {
    font-size: 15px;
  }
}
.blog_d_editor h4 {
  font-size: 15px;
  color: #2f2f2f;
  background: #ededed;
  padding: 10px 15px;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .blog_d_editor h4 {
    font-size: 14px;
  }
}
.blog_d_editor p {
  font-size: 12px;
  font-weight: bold;
  color: #505050;
  line-height: 1.8;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .blog_d_editor p {
    margin: 0 0 25px;
  }
}
.blog_d_editor img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto !important;
  margin: 40px auto;
}
@media only screen and (max-width: 960px) {
  .blog_d_editor img {
    margin: 25px auto;
  }
}
.blog_d_editor a {
  display: inline-block;
  line-height: 2;
  font-size: 12px;
  font-weight: bold;
  color: #e45151;
}

.blog_d_sns_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .blog_d_sns_block {
    margin: 0 0 40px;
  }
}
.blog_d_sns_block .sns_btn {
  text-decoration: none;
  display: block;
  width: 19px;
  margin: 0 10px 0 0;
}
.blog_d_sns_block .sns_btn img {
  display: block;
  width: 100%;
}

.blog_d_camp_block {
  background: #131c2f;
  padding: 40px 10% 20px;
}
@media only screen and (max-width: 960px) {
  .blog_d_camp_block {
    padding: 20px 5% 10px;
  }
}

/* sitemap */
.blog_sitemap_form {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .blog_sitemap_form {
    display: block;
  }
}
.blog_sitemap_form .blog_sitemap_left {
  width: 100%;
}
.blog_sitemap_form .blog_sitemap_right {
  min-width: 300px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .blog_sitemap_form .blog_sitemap_right {
    width: 100%;
    margin: 0;
  }
}

.blog_comment_inner {
  background: url("../images/top/about_pic.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 10px;
  max-height: 300px;
  overflow-y: scroll;
}
@media only screen and (max-width: 960px) {
  .blog_comment_inner {
    max-height: 200px;
  }
}

.blog_comment_title {
  font-size: 13px;
  color: #131c2f;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 5px;
}

.blog_comment_block {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  line-height: 1.5;
  font-size: 11px;
  color: #535353;
  padding: 0 10px;
  text-align: left;
}
.blog_comment_block a {
  color: #e45151;
}
.blog_comment_block.quest {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.blog_comment_block.quest .blog_comment_text {
  background: rgba(255, 255, 255, 0.85);
  width: 95%;
  padding: 5px;
  position: relative;
  border-radius: 5px;
}
.blog_comment_block.quest .blog_comment_text:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.85);
  border-bottom: 4px solid transparent;
  position: absolute;
  left: -8px;
  top: 8px;
}
.blog_comment_block.answer {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blog_comment_block.answer .blog_comment_text {
  background: rgba(255, 255, 255, 0.85);
  width: 95%;
  padding: 5px;
  position: relative;
  border-radius: 5px;
}
.blog_comment_block.answer .blog_comment_text:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid rgba(255, 255, 255, 0.85);
  border-bottom: 4px solid transparent;
  position: absolute;
  right: -8px;
  top: 8px;
}

/* blog others result */
.blog_others_block {
  background: #f7f7f7;
  padding: 20px;
  margin: 30px 0;
}
@media only screen and (max-width: 960px) {
  .blog_others_block {
    padding: 15px 10px;
  }
}
.blog_others_block .blog_others_title {
  font-size: 13px;
  color: #e45151;
  border-bottom: 1px #cacaca solid;
  padding: 0 0 10px;
  margin: 0 0 17px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .blog_others_block .blog_others_title {
    margin: 0 0 10px;
  }
}
.blog_others_block .blog_others_title span {
  display: inline-block;
  vertical-align: 1px;
  margin: 0 5px 0 0;
  font-size: 16px;
}
.blog_others_block .blog_others_title span:before {
  content: "“";
}
.blog_others_block .blog_others_title span:after {
  content: "”";
}
.blog_others_block .blog_others_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.blog_others_block .blog_others_list .blog_others_item {
  width: 25%;
  padding: 5px;
}
@media only screen and (max-width: 1200px) {
  .blog_others_block .blog_others_list .blog_others_item {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .blog_others_block .blog_others_list .blog_others_item {
    width: 100%;
  }
}
.blog_others_block .blog_others_list .blog_others_link {
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}
.blog_others_block .blog_others_list .blog_others_link .title {
  font-size: 14px;
  color: #131c2f;
  font-weight: bold;
  margin: 0 0 7px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog_others_block .blog_others_list .blog_others_link .text {
  font-size: 12px;
  color: #535353;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*=================

      news.scss

=======================*/
.news_mv_block {
  background: url("../images/news/mv_pic.jpg") center center no-repeat;
  background-size: cover;
  height: 400px;
  margin: 0 0 50px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .news_mv_block {
    margin: 0 0 30px;
    height: 250px;
  }
}
.news_mv_block .mv_title {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.news_mv_block .title {
  font-size: 70px;
  text-shadow: 0px 0px 5px rgba(10, 10, 10, 0.6);
  font-weight: 900;
  letter-spacing: 3px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .news_mv_block .title {
    font-size: 50px;
  }
}
.news_mv_block .text {
  font-size: 17px;
  text-shadow: 0px 0px 5px rgba(10, 10, 10, 0.6);
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (max-width: 960px) {
  .news_mv_block .text {
    font-size: 15px;
  }
}

.news_main_block .common_news_list {
  padding: 0;
  max-height: inherit;
  margin: 0 0 30px;
  overflow-y: auto;
}
.news_main_block .common_news_list .item {
  padding: 0 0 25px;
  border-bottom: 1px #a8a8a8 solid;
}
.news_main_block .common_news_list .item:last-of-type {
  border-bottom: none;
}

.news_wrap {
  padding: 30px 50px;
}
@media only screen and (max-width: 960px) {
  .news_wrap {
    padding: 25px 0;
    width: 95%;
    margin: 0 auto;
  }
}

/* ======================= BASE ====== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fm {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.fg, .header_wrap .header_title, .pankuzu_list .pankuzu_item, .common_keyword_list .common_keyword_item, .blog_block .checkbox_parts {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  "メイリオ", Meiryo, Verdana, sans-serif;
}

.fj, .common_pc .header_block .header_nav .header_nav_link .jp, .common_sp .header_menu .header_link .jp, .common_title_type01 .jp, .common_title_type02 .jp, .common_title_type03 .jp, .common_title_type04 .jp, .common_camp_name, .common_tag_list .tag_item, .common_news_list .info .cat, .common_news_list .text, .common_column_list .info .title, .common_column_list .info .text, .common_column_list .category_link, .common_bnr_wrap .text_block .jp, .common_plan_list .check_btn, .common_plan_list .title, .common_plan_list .info_title, .common_plan_list .info_text, .common_plan_list .reserve_btn, .aside_column_block .aside_column_title span, .aside_column_list .info .label, .aside_column_list .info .date, .aside_column_list .info .title, .aside_column_list .category_label, .aside_keyword_block .title span, .aside_keyword_block .aside_keyword_list .aside_keyword_link, .top_mv_wrap .top_mv_title .subtitle, .top_area_wrap .top_area_list .jp, .top_voice_list .text, .top_about_wrap .top_about_title .top small, .top_about_wrap .subtitle, .top_about_wrap .text, .search_title_block .subtitle, .search_title_block .title .jp, .search_block .search_title .title span, .search_btn_area .search_return_btn, .search_name_title, .search_camp_text, .search_camp_access .title span, .search_camp_access .text, .search_list_block .title, .search_list_block .text, .search_plan_form .search_plan_form_title .title span, .search_plan_form .date_text, .search_voice_list .text, .search_sitemap_main_list .link, .search_sitemap_sub_list .link, .plan_main_title .jp, .plan_title, .plan_common_title, .plan_common_text, .plan_common_list .title, .plan_common_list .text, .plan_price_table th, .plan_price_table td, .plan_price, .plan_input, .plan_credit_block .credit_title, .plan_thanks_text, .blog_title_block .subtitle, .blog_title_block .title .jp, .blog_block .blog_form_title span, .blog_d_category_label, .blog_d_date, .blog_d_title, .blog_d_editor, .blog_d_editor h3, .blog_d_editor a, .blog_comment_title, .blog_comment_block, .blog_others_block .blog_others_title, .blog_others_block .blog_others_list .blog_others_link .title, .blog_others_block .blog_others_list .blog_others_link .text, .news_mv_block .text {
  font-family: 'Noto Sans JP', sans-serif;
}

.fe, .common_pc .header_block .header_nav .header_nav_link .en, .common_sp .header_menu .header_link .en, .footer_main_block .footer_menu_title, .footer_main_block .footer_menu_item .footer_menu_link, .footer_copyright, .common_title_type01 .en, .common_title_type02 .en, .common_title_type03 .en, .common_title_type04 .en, .common_more_btn01, .common_more_btn02, .common_more_btn03, .common_more_btn04, .common_back_btn, .common_camp_place, .common_cat_list .cat_item, .common_news_list .info .date, .common_column_list .info .date, .common_bnr_wrap .text_block .en, .common_bnr_wrap .text_block .view_more, .common_pager .common_pager_prev, .common_pager .common_pager_next, .common_pager .common_pager_list .common_pager_item .common_pager_link, .aside_column_block .aside_column_title, .aside_keyword_block .subtitle, .aside_keyword_block .title, .top_mv_wrap .top_mv_title .title, .top_area_wrap .top_area_list .en, .top_voice_list .pic .name, .top_voice_list .place_info .title, .top_voice_list .place_info .place, .top_about_wrap .top_about_title .top, .search_title_block .title .en, .search_block .search_title .title, .search_block .search_select, .search_block .search_text, .search_btn_area .search_submit, .search_btn_area .search_clear, .search_camp_access .title, .search_plan_form .search_plan_form_title .title, .search_plan_form .date_input, .search_plan_form .num_input, .search_voice_list .pic .name, .search_voice_list .date, .plan_main_title .en, .plan_select, .blog_title_block .title .en, .blog_block .blog_form_title, .blog_block .blog_text, .news_mv_block .title {
  font-family: 'Muli', 'Noto Sans JP', sans-serif;
}

.common_inner {
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .common_inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 960px) {
  .common_inner {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    min-width: inherit;
  }
}

.common_pc .header_block .header_logo .header_logo_link, .common_sp .header_sns .header_sns_link, .footer_logo, .footer_main_block .footer_menu_item .footer_menu_link, .pankuzu_list .pankuzu_link, .common_more_btn01, .common_more_btn02, .common_more_btn03, .common_more_btn04, .common_back_btn, .common_camp_link, .common_news_list .link, .common_column_list .link, .common_pager .common_pager_prev, .common_pager .common_pager_next, .common_pager .common_pager_list .common_pager_item .common_pager_link, .common_plan_list .check_btn, .aside_column_list .link, .search_block .search_text, .search_btn_area .search_return_btn, .search_mv_controlWrap .search_mv_control_link, .search_voice_pic_list .search_voice_pic, .search_sitemap_main_list .link, .search_sitemap_sub_list .link, .blog_block .blog_text, .blog_d_editor a, .blog_d_sns_block .sns_btn, .blog_comment_block a, .blog_others_block .blog_others_list .blog_others_link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_pc .header_block .header_logo .header_logo_link:hover, .common_sp .header_sns .header_sns_link:hover, .footer_logo:hover, .footer_main_block .footer_menu_item .footer_menu_link:hover, .pankuzu_list .pankuzu_link:hover, .common_more_btn01:hover, .common_more_btn02:hover, .common_more_btn03:hover, .common_more_btn04:hover, .common_back_btn:hover, .common_camp_link:hover, .common_news_list .link:hover, .common_column_list .link:hover, .common_pager .common_pager_prev:hover, .common_pager .common_pager_next:hover, .common_pager .common_pager_list .common_pager_item .common_pager_link:hover, .common_plan_list .check_btn:hover, .aside_column_list .link:hover, .search_block .search_text:hover, .search_btn_area .search_return_btn:hover, .search_mv_controlWrap .search_mv_control_link:hover, .search_voice_pic_list .search_voice_pic:hover, .search_sitemap_main_list .link:hover, .search_sitemap_sub_list .link:hover, .blog_block .blog_text:hover, .blog_d_editor a:hover, .blog_d_sns_block .sns_btn:hover, .blog_comment_block a:hover, .blog_others_block .blog_others_list .blog_others_link:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 960px) {
  .common_pc .header_block .header_logo .header_logo_link:hover, .common_sp .header_sns .header_sns_link:hover, .footer_logo:hover, .footer_main_block .footer_menu_item .footer_menu_link:hover, .pankuzu_list .pankuzu_link:hover, .common_more_btn01:hover, .common_more_btn02:hover, .common_more_btn03:hover, .common_more_btn04:hover, .common_back_btn:hover, .common_camp_link:hover, .common_news_list .link:hover, .common_column_list .link:hover, .common_pager .common_pager_prev:hover, .common_pager .common_pager_next:hover, .common_pager .common_pager_list .common_pager_item .common_pager_link:hover, .common_plan_list .check_btn:hover, .aside_column_list .link:hover, .search_block .search_text:hover, .search_btn_area .search_return_btn:hover, .search_mv_controlWrap .search_mv_control_link:hover, .search_voice_pic_list .search_voice_pic:hover, .search_sitemap_main_list .link:hover, .search_sitemap_sub_list .link:hover, .blog_block .blog_text:hover, .blog_d_editor a:hover, .blog_d_sns_block .sns_btn:hover, .blog_comment_block a:hover, .blog_others_block .blog_others_list .blog_others_link:hover {
    opacity: 1;
  }
}

.common_pc {
  display: block;
}
.common_pc.height_100 {
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .common_pc {
    display: none;
  }
}

.common_sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .common_sp {
    display: block;
  }
}

/*======== WEB FONT ========*/

/******/
#fixed-area-common-sp {
  position:fixed;
  bottom:20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width:80%;
  max-width: 1100px;
  border:5px solid #e45151;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding:8px;
  background-color: rgba(255,255,255,0.9);
  z-index: 100;
  font-family: 'Muli', 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 840px) {
  #fixed-area-common-sp {
    width:90%;
  }
}

@media only screen and (max-width: 640px){
  #fixed-area-common-sp{
    padding: 4px 8px;
  }
}

#cv_block {
  font-size:18px;
  font-weight: bold;
  padding:8px;
  text-align: center;
  border-bottom:2px solid #e45151;
}

@media only screen and (max-width: 840px){
  #cv_block{
    font-size: 16px;
  }
}
#cv_content{
  padding:8px 0px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 840px){
  #cv_content{
    display: block;
  }
}

#cv_content_left {
  background-color: rgba(139, 73, 175, 0.1);
  padding:16px;
  border-radius: 5px;
  width:50%;
}

@media only screen and (max-width: 840px){
  #cv_content_left{
    width: 100%;
    margin: 0 0 16px;
    padding: 12px;
  }
}

#cv_text_h3 {
  text-align: center;
  font-weight: 500;
  font-size:14px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px){
  #cv_text_h3{
    font-size: 13px;
  }
}

#cv_text {
  text-align: center;
  font-size:24px;
  color:#e45151;
  font-weight: 700;
}

@media only screen and (max-width: 640px){
  #cv_text{
    font-size: 18px;
  }
}



#cv_text span {
  color:#7A7A7A;
  font-size:12px;
  line-height: 0.2px;
}

.cv_content_img{
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 16px auto 0;
}

@media only screen and (max-width: 840px){
  .cv_content_img{
    max-width: 300px;
    margin: 8px auto 0;
  }
}

@media only screen and (max-width: 640px){
  .cv_content_img{
    max-width: 200px;
  }
}

@media only screen and (max-width: 500px){
  .cv_content_img{
    max-width: 180px;
  }
}

.cv_content_img img{
  width: 100%;
}



#cv_content_right{
  width:50%;
}

@media only screen and (max-width: 840px){
  #cv_content_right{
    width: 100%;
  }
}


#cv_h4{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 640px){
  #cv_h4{
    font-size: 13px;
  }
}

#most_important_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dv_card {
  padding:16px;
  border-radius: 5px;
  color:white;
  font-size: 18px;
  font-weight: bold;
  margin:8px;
}
@media only screen and (max-width: 640px) {
  .dv_card {
    padding:12px;
    font-size: 15px;
    margin: 4px;
  }
}
.dv_card a span{
  color:white;
}
a.white {
  color:white;
}
.dv_card span.noline a {
  color:white;
}
.blue {
  background-color: #8B49AF;
}

.red {
  background-color: #e45151;
}
.noline{
  white-space: nowrap;
}

#fixed-area-common-sp a {
  color:#121212;
}

