
h1 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 2rem;
}

h2 {
  margin-top: 24px;
}

textarea {
  width: 100%;
}

footer {
  background-color: black;
  color: white;
}

select {
  max-width: 100%;
}

.range_input_datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
}

.main {
  min-height: 1200px;
  word-break: break-all;
}

.video {
  width: 100%;
  max-width: 900px;
  max-height: 600px;
}

.mypagetitle .user-icon {
  display: none;
}

.noneevent {
  pointer-events: none;
}

.label-style {
  font-size: 16px;
}

.text-middle {
  font-size: 2rem;
  font-weight: bold;
}

.dsp-block {
  display: block;
}

.site-title {
  height: 21px;
}

.navbar {
  z-index: 100;
}

.nav-link {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.nav-dropdown-toggle {
  padding: 0.5rem 0.4rem;
  display: flex;
  align-items: center;
}

.nav-dropdown-toggle::after {
  content: "▼";
  margin-left: 0.3rem;
  font-size: 0.7rem;
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  min-width: 200px;
  z-index: 1000;
}

.nav-dropdown-item {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  color: #212529;
}

.fa-external-link-alt {
  margin-left: 0.5rem;
  font-size: 0.8rem;
}

.bacic_inf_table th {
  min-width: 80px;
}

.input_date {
  width: 130px;
}

#sns_share_btn_container {
  height: 20px;
  width: 100%;
  margin-bottom: 10px;
}
#sns_share_btn_container iframe {
  float: right;
  margin-left: 3px;
}

#footer_ad {
  background-color: #f8f9fa;
  padding: 0 15px;
  margin: 5px 0 0 0;
  word-break: break-all;
  width: 100%;
}

.wide_ad {
  margin: 35px 0 10px;
  border: 1px solid #f8f9fa;
}

.image_ad {
  width: 100%;
}

.image_resize_canvas {
  display: none;
}

.w-middle {
  width: 300px;
}

.w-large {
  width: 350px;
}

.w-32p {
  width: 32%;
}

.w-33p {
  width: 33%;
}

.w-40p {
  width: 40%;
}

.w-49p {
  width: 49%;
}

.w-50p {
  width: 50%;
}

.w-80p {
  width: 80%;
}

.w-90p {
  width: 90%;
}

.w-95p {
  width: 95%;
}

.h-200 {
  height: 200px;
}

.h-300 {
  height: 300px;
}

.h-350 {
  height: 350px;
}

.h-375 {
  height: 375px;
}

.h-400 {
  height: 400px;
}

.f-bold {
  font-weight: bold;
}

.sub_modal {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 100;
}

.sub_modal_body {
  background-color: white;
  min-height: 50%;
  padding: 10px;
  max-width: 900px;
  margin: auto;
}

.sub_modal_close {
  float: right;
  margin-right: 15px;
}

.image-border {
  border: 1px solid #dee2e6;
  margin-bottom: 50px;
}

.card-body {
  background-color: white;
}

.route_card {
  background-color: #f8f9fa;
}

.use_topo {
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  font-size: 0.8rem;
  border: 1px solid #dee2e6;
  width: 90px;
}

.request_btn {
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  font-size: 0.8rem;
  border: 1px solid #dc3545;
  color: #dc3545;
  width: 100px;
}

.right_contents_container {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}

.modal-body td, .modal-body th {
  padding: 0.75rem 0.3rem 0.75rem 0.5rem;
  font-size: 12px;
}

.none_top_border_td {
  border-top: hidden !important;
  color: white;
}

.explain_link, .question-btn {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: white;
  color: #6c757d;
  font-size: 0.5rem;
}

.video_frame {
  height: 500px;
}

#youtube_ad_container {
  max-height: 120px;
  width: 100%;
  text-align: center;
  position: relative;
}

#youtube_ad_del_btn {
  padding: 0 7px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.ad_responsive, .ad_responsive_sp_hidden {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.ad_anchor .adsbygoogle {
  width: 980px;
  height: 120px;
  margin: auto;
}

.ad_youtube .adsbygoogle {
  width: 930px;
  height: 120px;
  margin: auto;
}

.rocktopo_ad_img {
  max-width: 300px;
}

.e_ad_container {
  position: relative;
}

.e_ad_image, .e_ad_text {
  display: block;
}

.e_ad_price {
  position: absolute;
  top: 10px;
  right: 5px;
  background-color: #007bff;
  border-radius: 5px;
  color: white;
  padding: 3px 8px;
}

.e_ad_brand {
  font-weight: bold;
}

.e_ad_name {
  font-size: 1rem;
}

.e_ad_inf {
  float: right;
  font-size: 0.7rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 5px;
  padding: 2px 5px;
}

.footer_contents a {
  color: white;
}
.footer_contents li {
  margin-bottom: 5px;
}
.footer_contents ul {
  padding-left: 20px;
}

.fl_right {
  float: right;
}

.carousel_head_text {
  margin-bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}

.overflow_x_container {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.overflow_x_contents {
  display: inline-block;
  white-space: normal;
  overflow-y: hidden;
}

.ad_item_container {
  display: inline-block;
  margin-right: 5px;
}

.ad_items {
  overflow-x: scroll;
  display: flex;
}

.location_alert {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 1000;
}

.bar_graph {
  display: inline-block;
  background-color: #007bff;
  position: relative;
  width: 15px;
  margin-left: -5px;
}

.bar_graph_text {
  position: absolute;
  bottom: -40px;
  font-size: 11px;
}

.tag {
  border-radius: 5px;
  padding: 0.3rem;
  text-decoration: unset;
  background-color: #007bff;
  line-height: 1.8rem;
  word-break: auto-phrase;
}
.tag a {
  color: white;
}

.checkbox_clr_0 {
  background-color: #D9E5FF;
}

.checkbox_clr_1 {
  background-color: #FFFFEE;
}

.checkbox_clr_2 {
  background-color: #EEFFFF;
}

.checkbox_clr_3 {
  background-color: #FFEEFF;
}

.checkbox_clr_4 {
  background-color: #E6FFE9;
}

.checkbox_clr_5 {
  background-color: #F3FFD8;
}

.checkbox_clr_6 {
  background-color: #FFDBC9;
}

.checkbox_clr_7 {
  background-color: #D7EEFF;
}

.checkbox_clr_8 {
  background-color: #EEEEEE;
}

.checkbox_clr_9 {
  background-color: #CEF9DC;
}

.checkbox_clr_10 {
  background-color: #FFD5EC;
}

.checkbox_clr_11 {
  background-color: #EAD9FF;
}

#notice_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

#notice_modal_body {
  max-width: 960px;
  margin: 30px auto;
  background-color: white;
  border-radius: 3px;
}

#notice_modal_tittle {
  padding: 15px;
}

.notice_title {
  font-size: 0.9rem;
  font-weight: bold;
}

.notice_overview {
  margin-left: 20px;
}
.notice_overview a {
  font-size: 1rem;
}

#main_image_wrapper {
  position: relative;
}

#edit_inf_container {
  text-align: right;
  margin-top: 12px;
}
#edit_inf_container .modal-body {
  text-align: left;
}

.canvas_btn_container {
  width: 48%;
  display: inline-block;
}

.checkbox_container {
  border: 1px solid #b8b5b5;
  border-radius: 2px;
  margin-right: 2px;
  display: inline-block;
  padding: 3px 6px;
  white-space: nowrap;
}
.checkbox_container label {
  margin-bottom: 0;
}

.slash_separated_list {
  padding: 0;
}
.slash_separated_list li {
  list-style: none;
  display: inline;
}
.slash_separated_list li::after {
  content: " / ";
}
.slash_separated_list li:last-child:after {
  content: none;
}

.overview_area {
  margin-top: 10px;
  margin-bottom: 30px;
  word-break: break-all;
  white-space: normal;
}

.nav-location-search {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 0.5px solid #dee2e6;
}

.wrapper {
  padding: 10px 0 100px;
}

.overview_image {
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  padding-left: 0px;
}

#rock_overview_image {
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  padding-left: 0px;
  scroll-behavior: smooth;
}
#rock_overview_image p {
  white-space: normal;
  max-width: 320px;
}

.overview_image_container {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.screen_over_container {
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  padding-left: 0px;
}

.screen_over_contents {
  display: inline-block;
  margin-right: 5px;
}

.card-img-top {
  width: 100%;
  object-fit: cover;
  background-color: #e5e5e5;
  height: 150px;
}

.card-img-route {
  width: 100%;
  object-fit: cover;
  background-color: #e5e5e5;
  height: 220px;
}

.route_card_link {
  position: absolute;
  top: 100px;
  right: 10px;
}

.video_card_img {
  object-fit: cover;
}

.video_card_title {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: black;
  padding: 5px;
  font-size: 12px;
}

.video_card_text {
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
}

.img_max_100 {
  max-width: 100%;
}

.img_max_80 {
  max-width: 80%;
}

.img_max_50 {
  max-width: 50%;
}

.img_max_30 {
  max-width: 30%;
}

.img_max_20 {
  max-width: 20%;
}

.img_width_100 {
  max-width: 100px;
}

.img_width_80 {
  max-width: 80px;
}

.img_width_50 {
  max-width: 50px;
}

.img_height_200 {
  max-height: 200px;
}

.img_height_300 {
  max-height: 300px;
}

.img_height_400 {
  max-height: 400px;
}

.general_page_img {
  max-width: 100%;
  max-height: 400px;
}

.canvas_set {
  position: relative;
}

.svg_set {
  position: relative;
}

.container_rockimage {
  margin-bottom: 20px;
  position: relative;
}

.container_rockimage_svg {
  position: relative;
  display: inline-block;
}

.route_svg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.contents_img {
  width: 100%;
  max-width: 800px;
  height: 530px;
  object-fit: contain;
}

.contents_img_container {
  background-color: #dee2e6;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.horizontal-card-img {
  height: 150px;
  object-fit: cover;
}

.horizontal-card-container {
  height: 150px;
}

.climbing_report_icon {
  display: inline-block;
  margin: 0.5rem 0.8rem 0 0.8rem;
}

.climbing_report_icon_text {
  display: inline-block;
}

.card_in_link {
  display: flex;
}
.card_in_link .col-4, .card_in_link .col-md-3, .card_in_link .col-lg-2 {
  padding-left: 0;
  padding-right: 0;
}

.climbing-report-card-pub {
  position: absolute;
  left: 6px;
  top: 6px;
}

.fav_image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50% !important;
  border: 1px solid #b8b5b5;
}

.fav-container {
  position: relative;
  display: block;
  max-width: 150px;
  white-space: normal;
  padding-left: 10px;
}

.fav-child-container {
  padding: 10px 0 0 0;
  width: max-content;
}

.fav-area-link {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50% !important;
  border: 1px solid #b8b5b5;
  padding: 30px;
}

.fav-area-icon {
  position: absolute;
  color: white;
  left: 0;
  top: 5px;
  padding: 1px 5px;
  background-color: #136F63;
}

.fav-rock-icon {
  position: absolute;
  color: white;
  left: 0;
  top: 5px;
  padding: 1px 5px;
  background-color: #ED6A5A;
}

.fav-bundle-icon {
  position: absolute;
  color: white;
  left: 0;
  top: 5px;
  padding: 1px 5px;
  background-color: #FF9900;
}

.child-inf-area {
  margin-top: 30px;
}

.right_box {
  text-align: right;
}

.map-btn-container, .dl-btn-container {
  margin-top: 20px;
}

.toggle-btn {
  width: 100%;
  border: 1px solid #dee2e6;
  display: block;
  padding: 10px;
  margin-bottom: 3px;
  margin-top: 2px;
}

.login-twitter-btn {
  border: 1px solid #55acee;
  background-color: #55acee;
  border-radius: 5px;
  padding: 7px;
  display: inline-block;
}

.login-facebook-btn {
  border: 1px solid #3B5998;
  background-color: #3B5998;
  border-radius: 5px;
  padding: 7px;
  display: inline-block;
}

.climbing_report_btn {
  margin-bottom: 5px;
}

.climbing_report_btn_wrapper {
  display: inline-block;
}

.loading_container_show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  display: flex;
}

.loading_container_hidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  display: none;
}

.dropdown-menu {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.7rem;
}

.btn-favorite-add {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 70px;
  height: 50px;
  border-radius: 10%;
  border: 1px solid #b8b5b5;
  text-align: center;
  overflow: hidden;
  background-color: #f8f9fa;
}

.btn-favorite-remove {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 70px;
  height: 50px;
  border-radius: 10%;
  border: 1px solid #b8b5b5;
  text-align: center;
  overflow: hidden;
  background-color: #EDDF00;
}

#favbtn_container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 50;
  line-height: 0;
}

.fav-icon {
  position: absolute;
  bottom: 14px;
  right: 35px;
  font-size: 23px;
  pointer-events: none;
  color: #b8b5b5;
}

.btn-good-add {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 70px;
  height: 50px;
  border-radius: 10%;
  border: 1px solid #b8b5b5;
  text-align: center;
  overflow: hidden;
  background-color: #f8f9fa;
}

.btn-good-remove {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 70px;
  height: 50px;
  border-radius: 10%;
  border: 1px solid #b8b5b5;
  text-align: center;
  overflow: hidden;
  background-color: #007bff;
}

.goodbtn_container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 50;
  line-height: 0;
  right: 85px;
}

.goodbtn_count {
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-size: 23px;
  pointer-events: none;
  color: #b8b5b5;
}

.good-icon {
  position: absolute;
  bottom: 14px;
  right: 35px;
  font-size: 23px;
  pointer-events: none;
  color: #b8b5b5;
}

.mini_goodbtn {
  right: 20px;
  bottom: unset;
  top: 10px;
}
.mini_goodbtn .good-icon {
  font-size: 14px;
  right: 30px;
  bottom: 6px;
}
.mini_goodbtn .goodbtn_count {
  font-size: 14px;
  right: 10px;
  bottom: 13px;
}
.mini_goodbtn .btn-good-remove, .mini_goodbtn .btn-good-add {
  width: 50px;
  height: 25px;
}

.btn-follow-add {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 70px;
  height: 50px;
  border-radius: 10%;
  border: 1px solid #b8b5b5;
  text-align: center;
  overflow: hidden;
  background-color: #f8f9fa;
}

.btn-follow-remove {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 70px;
  height: 50px;
  border-radius: 10%;
  border: 1px solid #b8b5b5;
  text-align: center;
  overflow: hidden;
  background-color: #007bff;
}

#followbtn_container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 50;
  line-height: 0;
}

.follow-icon {
  position: absolute;
  bottom: 14px;
  right: 35px;
  font-size: 23px;
  pointer-events: none;
  color: #b8b5b5;
}

#dmbtn_container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 50;
  line-height: 0;
  right: 70px;
}

.dm-icon {
  position: absolute;
  bottom: 14px;
  right: 35px;
  font-size: 23px;
  pointer-events: none;
  color: #b8b5b5;
}

.btn-dm {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 70px;
  height: 50px;
  border-radius: 10%;
  border: 1px solid #b8b5b5;
  text-align: center;
  overflow: hidden;
  background-color: #f8f9fa;
}

.hisotry_edit_container {
  border: 1px solid #dee2e6;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
}
.hisotry_edit_container button {
  font-size: 10px;
  padding: 7px 0;
}
.hisotry_edit_container p {
  margin-bottom: 0;
}

.dif_date_registed {
  background-color: lightpink;
  font-size: 12px;
}

#start_hold_image {
  width: 100%;
}

.rock_bundle_easy {
  border: 1px solid #28a745;
}

.rock_bundle_middle {
  border: 1px solid #ffc107;
}

.rock_bundle_high {
  border: 1px solid #dc3545;
}

#dropdownMenuUser {
  margin-left: 1.3rem;
}

.user-icon {
  height: 35px;
  width: 35px;
  object-fit: cover;
  border: 2px solid #EDDF00;
}

.approach_radio_container {
  max-width: 200px;
  margin-right: 20px;
}
.approach_radio_container p {
  white-space: normal;
}
.approach_radio_container img {
  margin-bottom: 10px;
  border: 1px solid #dee2e6;
  width: 100%;
}
.approach_radio_container label {
  white-space: normal;
}

.approach_canvas {
  border: 1px solid #dee2e6;
}

.approach_img_container {
  width: 100%;
  max-width: 600px;
  border: 1px solid #dee2e6;
  margin: 15px 0;
}
.approach_img_container img {
  width: 100%;
}

#canvas_draw_text_input {
  width: 100%;
}

#edit_main_canvas {
  width: 90%;
}

#curvemode_icon {
  color: white;
  background-color: #007bff;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 0.7rem;
}

.approach_modal_title {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}

#approach_canvas_editor {
  width: 100%;
  height: 165px;
  padding: 10px;
  border: 1px solid #dee2e6;
  background-color: #dee2e6;
  max-width: 600px;
}
#approach_canvas_editor .left-toolbar {
  display: inline-block;
  width: 40px;
}
#approach_canvas_editor .right-toolbar {
  display: inline-block;
  width: 70%;
}
#approach_canvas_editor .btn-group button {
  font-size: 0.7rem;
  margin-bottom: 5px;
}
#approach_canvas_editor #canvas_draw_text_font_size_s {
  font-size: 0.4rem;
  font-weight: bold;
}
#approach_canvas_editor #canvas_draw_text_font_size_m {
  font-size: 0.6rem;
  font-weight: bold;
}
#approach_canvas_editor #canvas_draw_text_font_size_l {
  font-size: 1rem;
  font-weight: bold;
}

.notice_date {
  margin-bottom: 5px;
}

.notice_title {
  margin-bottom: 5px;
}

.notice-li {
  padding: 0.5rem 1rem;
}

.bottom_menu {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  padding: 10px 3px;
  border-top: 1px solid #dee2e6;
  height: 70px;
  background-color: #333333;
  pointer-events: none;
}
.bottom_menu a {
  border-right: 1px solid #b8b5b5;
  pointer-events: all;
}
.bottom_menu a:last-child {
  border-right: none;
}

#bottom_ad_container {
  bottom: 0;
  left: 0;
  max-height: 120px;
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 79;
  text-align: center;
}

#bottom_ad_del_btn {
  padding: 0 7px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.bottom_menu_sub_btn {
  color: white;
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 42.5%;
}
.bottom_menu_sub_btn svg {
  font-size: 1.4rem;
  margin-top: 10px;
}
.bottom_menu_sub_btn span {
  font-size: 0.7rem;
  vertical-align: bottom;
}
.bottom_menu_sub_btn svg {
  margin-right: 10px;
}

.bottom_menu_home_btn {
  color: white;
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 15%;
}
.bottom_menu_home_btn svg {
  font-size: 1.4rem;
  margin-top: 10px;
}
.bottom_menu_home_btn span {
  font-size: 0.7rem;
  vertical-align: bottom;
}

.bottom_rock_move_btn {
  color: #EDDF00;
  font-size: 1rem;
}

#bottom_menu_pref_search_container {
  margin: 20px;
}

.mymenumodalform select {
  margin-bottom: 10px;
}

.fadein {
  animation-name: fadein;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeout {
  animation-name: fadeout;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeout {
  100% {
    transform: translate3d(0, 80px, 0);
  }
  0% {
    transform: translate3d(0, 0, 0);
  }
}
.toggle_open_under {
  animation-name: toggle_open_under;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes toggle_open_under {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#movetop_btn {
  bottom: 10px;
  right: 10px;
  background-color: #333333;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: white;
  text-align: center;
  position: fixed;
  font-size: 1.5rem;
  line-height: 60px;
  border: 1px solid white;
  z-index: 80;
}

.sub_area_img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.sub_area_container {
  margin-bottom: 10px;
}

.sub_area_right_top_icon {
  position: absolute;
  top: 5px;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  z-index: 100;
  font-size: 0.7rem;
  padding: 1px 5px;
}
.sub_area_right_top_icon .sub_area_b_route_count_container {
  color: #dc3545;
  margin-left: 2px;
}
.sub_area_right_top_icon .sub_area_f_route_count_container {
  color: #007bff;
  margin-left: 2px;
}
.sub_area_right_top_icon .sub_area_c_route_count_container {
  color: #ffc107;
  margin-left: 2px;
}
.sub_area_right_top_icon .sub_area_m_route_count_container {
  color: #28a745;
  margin-left: 2px;
}
.sub_area_right_top_icon .sub_area_route_count {
  font-weight: bold;
  font-size: 0.8rem;
}

.sub_area_name {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: white;
  position: absolute;
  top: -5px;
  text-align: center;
  padding: 5px 5px;
  height: 35px;
  overflow: hidden;
}

.sub_area_link_elm {
  position: relative;
}

.sub_area_name_contents {
  font-size: 1rem;
}

.rock_show_toolbar {
  float: right;
}

#collapseSearchKeyword .card {
  border: unset;
  background-color: unset;
  padding: 0 0 5px 0;
}

.overview_area_number {
  border: 1px solid #b8b5b5;
  border-radius: 10px;
  background-color: white;
  padding: 2px 5px;
  color: black;
  font-size: 0.6rem;
  margin-right: 5px;
}

.copy_svg_obj {
  pointer-events: none;
}

#ap_canvas_container {
  border: 1px solid #b8b5b5;
}

#ap_main_canvas {
  display: block !important;
}

.canvas_climbing_report_image {
  display: block !important;
  position: absolute;
  z-index: 2;
}

.memo_input_container {
  display: block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.memo_input {
  display: inline-block;
  width: 300px;
}

.memo_comment_container {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  display: flex;
  margin-bottom: 20px;
}

.memo_comment {
  display: inline-block;
  width: 300px;
  border: 1px solid gray;
  border-radius: 3px;
  margin-top: 5px;
  flex-shrink: 0;
  white-space: normal;
}
.memo_comment span {
  pointer-events: none;
}

.memo_sort_number {
  border: 1px solid #b8b5b5;
  border-radius: 10px;
  background-color: #fff;
  padding: 2px 5px;
  color: #000;
  font-size: 0.6rem;
  margin-right: 5px;
}

.memo_circle {
  z-index: 20;
}

.memo_number_text {
  pointer-events: none;
}

.memo_circle_active {
  fill: lightsalmon;
}

.memo_comment_active {
  background-color: lightsalmon;
}

.rock_page_sample {
  padding: 10px;
  background-color: #dee2e6;
}

.route_scroll_btn_container {
  text-align: center;
}

#route_scroll_left {
  float: left;
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
#route_scroll_left svg {
  pointer-events: none;
}

#route_scroll_right {
  float: right;
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
#route_scroll_right svg {
  pointer-events: none;
}

.sample_map_pin {
  color: red;
  margin-right: 5px;
}

#jpn_map {
  text-align: center;
  position: relative;
}
#jpn_map svg {
  width: 100%;
  max-width: 500px;
}
#jpn_map .collapsed path {
  fill: #EDDF00 !important;
}
#jpn_map .region_0, #jpn_map .region_0_detail {
  fill: #F0F8FF;
}
#jpn_map .region_1, #jpn_map .region_1_detail {
  fill: #dee2e6;
}
#jpn_map .region_2, #jpn_map .region_2_detail {
  fill: #b8b5b5;
}
#jpn_map .region_3, #jpn_map .region_3_detail {
  fill: #FAFAD2;
}
#jpn_map .region_4, #jpn_map .region_4_detail {
  fill: #F0F8FF;
}
#jpn_map .region_5, #jpn_map .region_5_detail {
  fill: #dee2e6;
}
#jpn_map .region_6, #jpn_map .region_6_detail {
  fill: #b8b5b5;
}
#jpn_map .region_7, #jpn_map .region_7_detail {
  fill: #FAFAD2;
}
#jpn_map .region_8, #jpn_map .region_8_detail {
  fill: #F0F8FF;
}
#jpn_map a:active path {
  fill: #EDDF00;
}
#jpn_map .map_area_pin.active {
  fill: #191970;
}
#jpn_map .btn-okinawa {
  position: absolute;
  top: 50px;
  left: 10px;
}
#jpn_map .btn-hokkaidou {
  position: absolute;
  top: 0;
  left: 10px;
}
#jpn_map .btn-tokyo {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.caution {
  font-size: 0.9rem;
  word-break: break-all;
  height: 80px;
  overflow: hidden;
}

.caution-more {
  display: block;
  text-align: center;
  margin-top: 40px;
  position: absolute;
  width: 90%;
  background-color: inherit;
}

.caution-full {
  height: 100%;
}
.caution-full .caution-more {
  display: none;
}

.caution_related_link {
  margin-top: 20px;
  padding-left: 30px;
}
.caution_related_link a {
  display: list-item;
}

.toggle_text {
  font-size: 0.9rem;
  word-break: break-all;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.toggle_text_more {
  display: block;
  text-align: center;
  margin-top: 55px;
  position: absolute;
  width: 100%;
  background-color: white;
}

.toggle_text_full {
  height: 100%;
}
.toggle_text_full .toggle_text_more {
  display: none;
}

#accordion {
  width: 100%;
}
#accordion .collapse .search_card {
  border-bottom: 1px solid #dee2e6;
}
#accordion .collapse .card {
  border-bottom: none;
}
#accordion .collapse div:last-child {
  border-bottom: none;
}

#search_card_clear_btn {
  border: 1px solid #ced4da;
}

.route-sub-info-list {
  background-color: #f8f9fa;
  font-size: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.route-sub-info-list .sublist-route-count-type {
  border: 1px solid #b8b5b5;
  border-radius: 10px;
  padding: 1px 4px;
  margin-right: 3px;
}

.route-sub-info-list-w {
  background-color: #ffffff;
  font-size: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.route-sub-info-list-w .sublist-route-count-type {
  border: 1px solid #b8b5b5;
  border-radius: 10px;
  padding: 1px 4px;
  margin-right: 3px;
}

#search_spinner, #bottom_menu_search_spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.card_area_description {
  padding-left: 0;
}

.card_area_description_contents {
  position: relative;
  list-style: none;
}

.card_margin {
  margin-bottom: 10px;
}

.card-title {
  color: black;
}

.card-container {
  margin-top: 8px;
  position: relative;
}

.card_righttop_icon {
  position: absolute;
  top: 5px;
  right: 5px;
}

.card_lefttop_icon {
  position: absolute;
  top: 5px;
  left: 5px;
}

.card_comment_icon {
  background-color: white;
  border-radius: 5px;
  font-size: 0.7rem;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #dee2e6;
  height: auto;
  color: #28a745;
}

.card_ascent_count_icon {
  background-color: white;
  border-radius: 5px;
  font-size: 0.7rem;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #dee2e6;
  height: auto;
  color: #28a745;
}

.card_fav_count_icon {
  background-color: white;
  border-radius: 5px;
  font-size: 0.7rem;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #dee2e6;
  height: auto;
  color: #EDDF00;
}

.card_good_count_icon {
  background-color: white;
  border-radius: 5px;
  font-size: 0.7rem;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #dee2e6;
  height: auto;
  color: #007bff;
}

.card_image_icon {
  background-color: white;
  border-radius: 5px;
  font-size: 0.7rem;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #dee2e6;
  height: auto;
  color: #17a2b8;
}

.card_video_icon {
  background-color: white;
  border-radius: 5px;
  font-size: 0.7rem;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #dee2e6;
  height: auto;
  color: #dc3545;
}

.line_show_icon {
  background-color: white;
  border-radius: 5px;
  font-size: 0.7rem;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #dee2e6;
  height: auto;
  color: #007bff;
}

.location_unset {
  width: 20px;
  height: 20px;
}

.ascent_icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.ascent_icon_mini {
  width: 15px;
  height: 15px;
}

.route_not_available {
  font-weight: bold;
  color: #dc3545;
}

.route_check_info {
  font-weight: bold;
  color: #dc3545;
}

.route_card_report_info {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

#search_keyword_container {
  margin-top: 10px;
  border-radius: 2px;
}

.search_keyword_title {
  font-size: 0.7rem;
  padding: 5px 3px 5px 0;
}

.search_keyword_list_container {
  display: block;
  width: 100%;
}

.search_keyword, .try_route_area, .rock_type_btn {
  display: inline-block;
  border-radius: 2px;
  padding: 3px 8px;
  font-size: 0.8rem;
  white-space: nowrap;
  background-color: #007bff;
  color: white;
  margin-right: 2px;
  margin-bottom: 2px;
}

.rock_type_btn {
  background-color: #28a745;
}

.keyword_idea {
  border: none;
  font-size: 0.8rem;
  white-space: nowrap;
  background-color: #007bff;
  color: white;
}

.ideas_title {
  margin: 15px 0;
  font-weight: bold;
}

.toolbar {
  text-align: end;
}
.toolbar .card_sort_change_toolbar_container {
  display: inline-block;
}
.toolbar .card_style_change_toolbar_container {
  display: inline-block;
}
.toolbar .btn_sort_change {
  color: gray;
  border: 1px solid #dee2e6;
  background-color: white;
}

.btn_style_change {
  color: gray;
  border: 1px solid #dee2e6;
}

.route_search_option {
  font-size: 0.8rem;
}
.route_search_option input, .route_search_option select {
  margin-top: 5px;
}
.route_search_option .card-body {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.route_search_grade_range {
  width: 100%;
}

.visual_area {
  width: 100%;
}

.visual_copy {
  position: absolute;
  top: 150px;
  padding: 20px;
  background-color: white;
  z-index: 1;
}

.explain_top_img {
  max-width: 500px;
  width: 100%;
  border: 1px solid #dee2e6;
}

.explain_top_container {
  text-align: center;
}

.top_area_wide {
  width: 100vw;
  position: relative;
  margin-right: -50vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
}

.top_area_card_img {
  height: 250px;
}

.user_grade {
  margin-top: 15px;
}

.max_grade_container {
  min-width: 90px;
}
.max_grade_container form button {
  background-color: unset;
  border: unset;
}

.max_grade_type_container {
  width: 80px;
}

.user_grade_title {
  vertical-align: top;
  font-weight: bold;
  color: #007bff;
  white-space: normal;
}

.user_grade_subtitle {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}

.user_grade_value {
  font-weight: bold;
  font-size: 1.5rem;
  color: black;
}

.image_card {
  display: flex;
  min-width: 0;
  word-wrap: break-word;
}

#my_page_contents {
  margin-top: 60px;
}

#mypage_load {
  padding-top: 100px;
}

#topmenu_wrapper {
  height: 40px;
  width: 100%;
}

#mypage_topmenu_container {
  width: 100vw;
  position: absolute;
  left: 0;
  border-bottom: 1px solid #b8b5b5;
}

#mypage_topmenu_left_container .mypage_tabmenu {
  background-color: #f8f9fa;
  padding: 6px 3px;
  text-align: center;
  display: block;
  width: 12%;
  float: left;
  border-right: 1px solid #b8b5b5;
  border-top: 1px solid #b8b5b5;
  color: #333333;
}
#mypage_topmenu_left_container .mypage_sub_tabmenu {
  background-color: #f8f9fa;
  padding: 6px 3px;
  text-align: center;
  display: block;
  width: 12%;
  float: left;
  border-right: 1px solid #b8b5b5;
  border-top: 1px solid #b8b5b5;
  color: #333333;
  width: 9%;
}
#mypage_topmenu_left_container .mypage_tabmenu_active {
  background-color: #b8b5b5;
}

#download_index_btn {
  vertical-align: text-bottom;
  position: relative;
}

#notice_show_btn {
  position: relative;
  vertical-align: text-bottom;
}

#user_relationship_index_btn {
  position: relative;
  padding: 0.375rem 0.55rem;
  vertical-align: text-bottom;
}

#lacked_cache {
  z-index: 100;
  font-size: 0.7rem;
  position: absolute;
  bottom: 9px;
  right: 4px;
}

#uncheck_notice {
  z-index: 100;
  font-size: 0.7rem;
  position: absolute;
  bottom: 9px;
  right: 4px;
}

#uncheck_dm {
  z-index: 100;
  font-size: 0.7rem;
  position: absolute;
  bottom: 9px;
  right: 4px;
}

.dm_received_user {
  background-color: #D7EEFF;
  text-align: right;
}

#ascentgraph {
  overflow-x: auto;
}
.graph_month_text {
  font-size: 0.7rem;
}

.svg_opacity {
  fill-opacity: 0.5;
  stroke-opacity: 0.5;
}

.daily_report_month_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.daily_report_month_text {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 100;
  font-size: 30px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  color: #333333;
}
.daily_report_month_text svg {
  font-size: 16px;
}
.daily_report_month_text a {
  color: #212529;
}

.daily_report_year_text {
  margin-top: 5px;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  padding: 5px;
  background-color: #f8f9fa;
}
.daily_report_year_text svg {
  font-size: 16px;
}
.daily_report_year_text a {
  color: #212529;
}

.daily_report_route_text {
  position: absolute;
  top: 5px;
  left: 120px;
  z-index: 100;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 10px;
}
.daily_report_route_text a {
  color: #333333;
}

.daily_report_month_img_gra_bottom {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  border: none;
  background-image: linear-gradient(180deg, transparent 0 70%, #FFF 95%);
}

.daily_report_month_img_gra_right {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  border: none;
  background-image: linear-gradient(91deg, transparent 0 80%, #FFF 98%);
}

.mydaily_report_month_container {
  position: relative;
  padding-top: 100px;
  margin-bottom: 10px;
  min-height: 200px;
}

.mydaily_report_item {
  position: relative;
  display: inline-block;
  z-index: 100;
  border: 1px solid #b8b5b5;
  background-color: white;
  border-radius: 5px;
  padding: 3px 8px;
  margin-bottom: 5px;
  font-size: 13px;
}

.climbing_report_btn_loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.climbing_status {
  position: relative;
}

.dowonload_registed {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.5rem;
  border: 1px solid #007bff;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: white;
}

#download_index {
  margin-top: 40px;
}
#download_index .download_page_show_btn {
  font-size: 0.7rem;
  display: inline-block;
}
#download_index .download_page_download_btn {
  font-size: 0.7rem;
}
#download_index .download_page_delete_btn {
  font-size: 0.7rem;
  margin-top: 30px;
  text-align: end;
}

#offline_info {
  background-color: #136F63;
  color: white;
  padding: 4px 10px;
  font-size: 0.8rem;
}

.offline_notice {
  border: 1px solid red;
  padding: 15px;
  background-color: whitesmoke;
}

.chart_title {
  font-size: 1rem;
  margin-top: 15px;
  display: block;
}

.chart {
  display: block;
  padding: 4px 0px;
  font-size: 0;
}
.chart form {
  display: unset;
}
.chart form button {
  border: unset;
}

.chart_child {
  display: inline-block;
  text-align: left;
  font-size: 0.6rem;
  height: 32px;
  vertical-align: bottom;
  padding: 0 0 0 4px;
  overflow: hidden;
}

.chart_text {
  margin: 0;
  line-height: 1.4;
  font-size: 0.6rem;
}

.chart_modal {
  font-size: 0.8rem;
  white-space: normal;
  word-break: break-all;
}

.chart_modal_container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.chartmodal_loading_spinner {
  position: absolute;
}

.routec_1_1, .routec_3_1, .routec_4_1, .routec_2_1 {
  background-color: #CCFF99;
  color: black;
}

.routec_1_2, .routec_3_2, .routec_4_2, .routec_2_2 {
  background-color: #FFFF66;
  color: black;
}

.routec_1_3, .routec_3_3, .routec_4_3, .routec_2_3 {
  background-color: #FF9966;
  color: black;
}

.routec_1_4, .routec_3_4, .routec_4_4, .routec_2_4 {
  background-color: #FF6600;
  color: black;
}

.routec_1_5, .routec_3_5, .routec_4_5, .routec_2_5 {
  background-color: #FF3333;
  color: black;
}

.routec_1_6, .routec_3_6, .routec_4_6, .routec_2_6 {
  background-color: #9900CC;
  color: white;
}

.routec_1_7, .routec_3_7, .routec_4_7, .routec_2_7 {
  background-color: #3300CC;
  color: white;
}

.routec_1_8, .routec_3_8, .routec_4_8, .routec_2_8 {
  background-color: #000033;
  color: white;
}

.routec_1_9, .routec_3_9, .routec_4_9, .routec_2_9 {
  background-color: #333333;
  color: white;
}

.routec_1_10, .routec_3_10, .routec_4_10, .routec_2_10 {
  background-color: #666666;
  color: black;
  font-weight: bold;
}

.routec_1_11, .routec_3_11, .routec_4_11, .routec_2_11 {
  background-color: #CCCCCC;
  color: black;
  font-weight: bold;
}

.routec_1_12, .routec_3_12, .routec_4_12, .routec_2_12 {
  background-color: #EEEEEE;
  color: black;
  font-weight: bold;
}

.form_canvas {
  position: absolute;
  z-index: 2;
}

.rock_canvas {
  position: absolute;
  z-index: 2;
}

.canvas_img {
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}

.canvas_container {
  position: relative;
}

.route_line_show {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.route_line_hidden {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

#route_image {
  max-width: 100%;
}

#route_image_container {
  position: relative;
  display: inline-block;
}

.r_alert {
  background-color: #C2EEFF;
  padding: 10px 45px 10px 10px;
  margin-top: 3px;
  width: 98%;
  z-index: 1000;
  border: 1px solid white;
  margin: 3px 1% 0 1%;
}
.r_alert p {
  margin: 0px;
  padding: 0px;
}

#frame {
  margin: 10px 0 10px;
}

#map {
  width: 100%;
  height: 500px;
  margin: 10px 0 10px;
}

#modal_map {
  width: 100%;
  height: 500px;
}

#forecastSlider {
  width: 80px;
}

.climbing_report_history_table th, .climbing_report_history_table td {
  font-size: 0.7rem;
}

.route_show_more_rep_btn {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 5px 15px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #mypage_topmenu_wrapper {
    max-width: 510px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #mypage_topmenu_wrapper {
    max-width: 690px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #mypage_topmenu_wrapper {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  #mypage_topmenu_wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 990px) {
  .nav-link {
    font-size: 12px;
  }
  .nav-location-search {
    margin-left: 10px;
    padding-left: 10px;
  }
  #dropdownMenuUser {
    margin-left: 0.5rem;
  }
}
@media (max-width: 991px) {
  .user-area {
    border-top: 0.5px solid #dee2e6;
    border-bottom: 0.5px solid #dee2e6;
    padding-top: 10px;
    margin-top: 30px;
  }
  .user-area .dropdown-menu {
    display: block;
    background-color: unset;
    border: unset;
  }
  .user-area .dropdown-toggle {
    display: none;
  }
  .user-icon {
    margin-right: 10px;
  }
  .contents_img {
    height: 400px;
  }
  .horizontal-card-title {
    font-size: 17px;
  }
  .mypagetitle {
    margin-bottom: 15px;
  }
  .mypagetitle h1 {
    vertical-align: middle;
    display: inline-block;
    margin: auto;
    font-size: 1.7rem;
  }
  .mypagetitle .user-icon {
    vertical-align: middle;
    display: unset;
  }
  .nav-location-search {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 0.5px solid #dee2e6;
    border-left: none;
  }
  .ad_anchor .adsbygoogle {
    width: 728px;
  }
  .ad_youtube .adsbygoogle {
    width: 690px;
  }
  .nav-dropdown-menu {
    position: unset;
    display: block;
  }
}
@media (max-width: 767px) {
  .ad_responsive_sp_hidden {
    display: none;
  }
  .ad_anchor .adsbygoogle {
    display: inline-block;
    width: 468px;
  }
  .ad_youtube .adsbygoogle {
    display: inline-block;
    width: 468px;
  }
}
@media (min-width: 577px) {
  #mypage_topmenu_wrapper {
    margin: auto;
  }
  .bottom_menu {
    bottom: 10px;
    left: unset;
    right: 10px;
    border-top: unset;
    height: auto;
    background-color: unset;
  }
  .bottom_menu a {
    border-right: none;
  }
  .bottom_menu_sub_btn {
    background-color: #333333;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    float: right;
    border-radius: 50px;
  }
  .bottom_menu_sub_btn svg {
    margin-right: 0px;
    margin-top: 15px;
  }
  .bottom_menu_sub_btn span {
    display: block;
    margin: 10px 20px;
  }
  .bottom_menu_home_btn {
    display: none;
  }
  .bottom_rock_move_btn {
    float: left;
    margin-left: 10px;
  }
  .bottom_rock_move_btn_right svg {
    margin-top: 0px;
  }
  .bottom_rock_move_btn_right span {
    margin-top: 18px;
  }
  .bottom_rock_move_btn_no_item {
    padding-top: 35px;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
      transform: translate3d(0, 150px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeout {
    100% {
      transform: translate3d(0, 150px, 0);
    }
    0% {
      transform: translate3d(0, 0, 0);
    }
  }
  .pt_ad_sp {
    display: none;
  }
  .pt_ad_pc {
    display: block;
  }
  .pt_ad_pc img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  .main {
    min-height: 750px;
  }
  .contents_img {
    height: 300px;
  }
  .climbing_report_btn {
    font-size: 12px;
  }
  .climbing_report_btn_wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .horizontal-card-title {
    font-size: 15px;
  }
  .horizontal-card-button {
    font-size: 12px;
  }
  .horizontal-card-text {
    font-size: 10px;
    margin-bottom: 7px;
  }
  .mobile-hidden {
    display: none;
  }
  .canvas_btn_container {
    width: 100%;
  }
  .visual_copy {
    top: 50px;
    width: 170px;
  }
  .rock_overview {
    max-height: 280px;
    max-width: 320px;
  }
  .sub_area_img {
    height: 100px;
  }
  .sub_area_name_contents {
    font-size: 0.8rem;
  }
  .pt_ad_sp {
    display: block;
  }
  .pt_ad_sp img {
    width: 100%;
  }
  .pt_ad_pc {
    display: none;
  }
  .w-middle {
    width: 150px;
  }
  .w-large {
    width: 250px;
  }
  .toggle_text {
    height: 110px;
  }
  .toggle_text_more {
    margin-top: 90px;
  }
  .toggle_text_full {
    height: 100%;
  }
  .rocktopo_ad_img {
    width: 100%;
    max-width: unset;
  }
  .ad_anchor .adsbygoogle {
    display: inline-block;
    width: 320px;
  }
  .ad_youtube .adsbygoogle {
    display: inline-block;
    width: 320px;
  }
  .video_frame {
    height: 350px;
  }
}
@media (max-width: 400px) {
  .climbing_report_btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .horizontal-card-body {
    padding-left: 16px;
    padding-right: 16px;
  }
  .horizontal-card-button {
    font-size: 10.5px;
    padding-left: 4.5px;
    padding-right: 4.55px;
  }
  .horizontal-card-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.nonedisp {
  display: none;
}

.route_card_report_btn_container {
  display: none;
}

.list_style_card {
  margin-bottom: 100px;
}
.list_style_card .card_margin {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.list_style_card .card {
  display: inline-block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: none;
}
.list_style_card .card-body {
  display: inline-block;
  width: 45%;
  padding: 5px;
}
.list_style_card .route_card_body {
  background-color: #f8f9fa;
}
.list_style_card .list-group {
  display: inline-block;
  width: 30%;
  float: right;
  margin: 5px 0 5px 0;
}
.list_style_card .card-title {
  margin-bottom: 0;
}
.list_style_card .route-sub-info-list {
  background-color: inherit;
}
.list_style_card .list-group-item {
  border: none;
  padding: 0px;
}
.list_style_card .card-img-route, .list_style_card .card-img-top {
  display: none;
}
.list_style_card .card_righttop_icon {
  display: inline-block;
  position: unset;
  top: unset;
  right: unset;
  width: 15%;
}
.list_style_card .card_lefttop_icon {
  display: inline-block;
  position: unset;
  top: unset;
  left: unset;
  width: 4%;
}
.list_style_card .card_lefttop_icon .ascent_icon {
  width: 15px;
  height: 15px;
  margin-left: unset;
}
.list_style_card .user-icon {
  display: none;
}

.info_style_card {
  margin-bottom: 100px;
}
.info_style_card .card_margin {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.info_style_card .card {
  display: inline-block;
  width: 100%;
}
.info_style_card .card-body {
  display: inline-block;
  width: 60%;
  padding: 5px;
}
.info_style_card .route_card_body {
  background-color: #f8f9fa;
}
.info_style_card .card-title {
  margin-bottom: 0;
}
.info_style_card .card-img-route, .info_style_card .card-img-top {
  width: 35%;
  vertical-align: top;
}
.info_style_card .user-icon {
  display: none;
}
.info_style_card .route_card_report_info {
  display: inline-block;
}
.info_style_card .card_lefttop_icon {
  left: unset;
  right: 5px;
}
.info_style_card .card_righttop_icon {
  right: unset;
  left: 5px;
}
.info_style_card .card_righttop_icon .card_comment_icon {
  display: none;
}
.info_style_card .route_card_report_btn_container {
  display: block;
}
.info_style_card .ascent_icon {
  display: none;
}
@media (min-width: 768px) {
  .info_style_card .card-img-route {
    height: 250px;
    width: 25%;
  }
}
