@charset "UTF-8";
/* ===============================================
#タイトル
=============================================== */
.content_title {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
  line-height: 1.3;
}

.choice_title {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2px;
  padding: 8px 0;
  line-height: 1;
  background-color: #505050;
}

.keyword_title {
  font-size: 18px;
  font-size: 1.8rem;
}

.block_title {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  color: #d80c18;
  background-color: #ebebeb;
  padding: 20px 15px;
  border-top: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
}

.info_detail .block_title {
  background-color: #fff;
}

.spot_info_title {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.title_l {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.parking_detail .title_l {
  margin-bottom: 25px;
}

.title_m {
  font-size: 18px;
  font-size: 1.8rem;
}

.title_s {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.underpage_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px;
}

.title_kei_btm {
  display: inline-block;
  font-weight: bold;
  font-weight: 400;
  border-bottom: 3px solid #2c2c2c;
  padding-bottom: 5px;
}

.title_red_left_square {
  color: #d80c18;
  font-size: 21px;
  font-size: 2.1rem;
  position: relative;
  padding-left: 1em;
}

.title_red_left_square:before {
  content: "";
  width: 0.7em;
  height: 1.2em;
  position: absolute;
  top: 0.25em;
  left: 0;
  background-color: #d80c18;
}

.title_bg_gray {
  font-weight: 400;
  margin-bottom: 20px;
  padding: 10px 12px;
  background-color: #dcdcdc;
}

.spot_search_title {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.53);
  color: #fff;
  height: 50vw;
  padding-left: 1em;
  background: url("../img/index/bg_spot_search.jpg") top center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.left_kei_red {
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 3px solid;
  border-color: #d80c18;
  margin: 0 0 10px;
  padding: 5px 0 5px 10px;
}

.left_kei_green {
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 3px solid;
  border-color: #005700;
  margin: 0 0 10px;
  padding: 5px 0 5px 10px;
}

.ff_mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.box_under_shadow {
  box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.4);
}

.kaisu_title {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-color: #6f6f6f;
  line-height: 1;
}

.kaisu_pkarking_title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #6f6f6f;
}

.kaisu_pkarking_title:first-child {
  border-top: none;
}

.kaisu_pkarking_title:after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 20px;
}

.kaisu_pkarking_title.active {
  border: 2px solid;
  border-bottom: none;
  border-color: #858585;
}

.kaisu_pkarking_title.active:after {
  content: "─";
}

.kaisu_sub_title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  background-color: #858585;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

/* ===============================================
#ボタン
=============================================== */
.btn {
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin: auto;
  text-align: center;
  line-height: 1;
}

.btn a {
  display: block;
  color: #2c2c2c;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input.btn {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin: auto;
  padding: 15px;
  text-align: center;
  line-height: 1;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.modal .btn {
  width: 93.0666666667%;
  margin: auto;
}

.tokushu .btn {
  width: 100%;
  margin: auto;
}

.btn_primary a {
  color: #fff;
  background-color: #d80c18;
}

.btn_primary a:hover {
  background-color: #bc0d1e;
}

.btn_primary i {
  padding-right: 8px;
}

input.btn_primary {
  color: #fff;
  background-color: #d80c18;
}

.btn_gray a {
  color: #fff;
  background-color: #646464;
  border: 1px solid #fff;
}

.btn_gray a:hover {
  background-color: #4f4f4f;
}

.btn_sakura a {
  color: #fff;
  background-color: #ea3699;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn_sakura a:hover {
  background-color: #fcc8df;
}

input.btn_gray {
  color: #fff;
  background-color: #646464;
  border: 1px solid #fff;
}

.btn_gray_dark a {
  color: #fff;
  background-color: #727171;
  border: 1px solid #c9caca;
}

.btn_gray_dark a:hover {
  background-color: #4f4f4f;
}

.btn_kei li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #505050;
}

.btn_kei li a {
  color: #505050;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_kei li a:hover {
  color: #fff;
  background-color: #505050;
}

.btn_list {
  list-style: none;
  margin-bottom: 30px;
  text-align: center;
}

.btn_list li {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.btn_list:last-of-type {
  margin-bottom: 0;
}

.btn_list.share_chari {
  list-style: none;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn_list.share_chari li {
  margin: 0 5px 10px 0;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_list.share_chari li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 67px;
  padding: 10px 5px;
}

.btn_list.share_chari:after {
  content: "";
  width: 48%;
  margin: 0 5px 10px 0;
}

.btn_list.share_chari:last-of-type {
  margin-bottom: 0;
}

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

.link_more a {
  text-decoration: underline;
}

.btn_kei_red {
  width: 100%;
}

.btn_kei_red a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #d80c18;
  border: 1px solid;
  border-color: #d80c18;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 3px;
  padding: 5px 3px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_kei_red a:hover {
  color: #fff;
  background: #d80c18;
}

.detail_wrap .btn_kei_red {
  width: 92.8571428571%;
  margin: auto;
}

.detail_wrap .btn_kei_red li {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.detail_wrap .btn_kei_red a {
  font-size: 18px;
  font-size: 1.8rem;
}

.underline {
  text-decoration: underline;
}

.list_inline {
  list-style: none;
}

.list_inline li {
  display: inline;
  vertical-align: top;
}

.readMoreBtn:hover {
  cursor: pointer;
}

.yoyaku_btn {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff !important;
  display: block;
  padding: 10px;
  background: #57bc0f;
  background-color: #57bc0f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
}

.cancel_btn {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff !important;
  display: block;
  padding: 3px;
  background: #57bc0f;
  background-color: #57bc0f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  width: 70%;
  margin: 20px auto;
}

.yoyaku_btn:hover {
  background-color: #479b0a;
}

.btn_inline {
  text-align: center;
}

.btn_inline a {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}

/* ===============================================
#フォーム関連
=============================================== */
/* #トグル
----------------------- */
.setting_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #858585;
  margin-bottom: 25px;
}

.setting_wrap .switch {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #858585;
}

.setting_wrap .switch:nth-child(odd) {
  border-right: 1px solid #858585;
}

.setting_wrap .switch .ttl_toggle {
  width: 64%;
  margin: 0;
}

.setting_wrap .switch .ttl_toggle span {
  font-size: 10px;
  font-size: 1.0rem;
}

.setting_wrap .switch .toggle_wrap {
  width: 42px;
}

.setting_wrap .toggle_disable {
  color: #c0c0c0;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 100%;
  height: 26px;
  background-color: #dddddd;
  border-radius: 26px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 26px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 26px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 15px;
}

/* #詳細設定の一部無効化
----------------------- */
.car_option .switch:nth-child(8) {
  color: #c0c0c0;
}

.car_option .switch:nth-child(8) input {
  pointer-events: none;
}

.bicycle_option .switch:nth-child(8) {
  color: #c0c0c0;
}

.bicycle_option .switch:nth-child(8) input {
  pointer-events: none;
}

.motorcycle_option .switch:nth-child(8) {
  color: #c0c0c0;
}

.motorcycle_option .switch:nth-child(8) input {
  pointer-events: none;
}

.bus_option .switch:nth-child(7) {
  color: #c0c0c0;
}

.bus_option .switch:nth-child(7) input {
  pointer-events: none;
}

/* #ラジオボタン
----------------------- */
.type_choice {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.type_choice li {
  width: 24.5333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.type_choice [class^="icon-"], .type_choice [class*=" icon-"] {
  font-size: 18px;
  font-size: 1.8rem;
}

.type_choice [class^="icon-"] span, .type_choice [class*=" icon-"] span {
  font-size: 12px;
  font-size: 1.2rem;
}

.type_choice_input {
  display: none;
}

.type_choice_input + label {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  padding: 20px 10px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #afafaf;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.type_choice_input + label span {
  display: block;
  font-weight: bold;
  padding-top: 0.5em;
}

.type_choice_input + label::before {
  display: block;
  width: 100%;
}

.type_choice_input:checked + label {
  width: 100%;
  background-color: #d80c18;
}

.type_choice_input:checked + label::after {
  color: #d80c18;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.input_s {
  width: 20%;
}

/* ===============================================
#パンくず
=============================================== */
#breadcrumbs {
  width: 87.4015748031%;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  margin: auto;
  padding: 20px 0;
}

#breadcrumbs li {
  list-style: none;
  display: inline;
  /*font-size: 10px;
    font-size: 1.0rem;*/
  margin-right: 10px;
}

#breadcrumbs li:after {
  content: ">";
  margin-left: 10px;
}

#breadcrumbs li:last-child:after {
  content: "";
}

#breadcrumbs li a {
  color: #231815;
  text-decoration: none;
}

/* ===============================================
#テキスト
=============================================== */
.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_bold {
  font-weight: bold;
}

.caution {
  font-size: 12px;
  font-size: 1.2rem;
  color: #d80c18;
}

.txt_red {
  color: #d80c18;
}

.txt_s {
  font-size: 10px;
  font-size: 1.0rem;
}

.ico_mapcode {
  font-size: 10px;
  font-size: 1.0rem;
  background-color: #d80c18;
  color: #fff;
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.search_result_txt {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.fa-heart {
  color: #d80c18;
}

.favorite_on .fa-heart {
  color: #d80c18;
}

.ico_bg_gray {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
  background-color: #aaabab;
  padding: 2px;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
}

.icon_full {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  padding: 5px;
  background-color: #d80c18;
}

.history .icon_full {
  margin-bottom: -0.5em;
}

.icon_empty {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  padding: 5px;
  background-color: #003894;
}

.history .icon_empty {
  margin-bottom: -0.5em;
}

.icon_rush {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  padding: 5px;
  background-color: #db5816;
}

.history .icon_rush {
  margin-bottom: -0.5em;
}

.icon_unknown {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  padding: 5px 8px;
  background-color: #565656;
}

.history .icon_unknown {
  margin-bottom: -0.5em;
}

.prev_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 58.2089552239%;
  margin: auto;
}

.prev_next .next,
.prev_next .prev {
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
}

.prev_next .prev {
  position: relative;
}

.prev_next .prev:after {
  content: "|";
  position: absolute;
  right: 0;
}

.must {
  color: #d80c18;
}

.txtb_green {
  color: #00839b;
  font-weight: bold;
}

/* ===============================================
#ボックス
=============================================== */
.box_col1,
.box_col2,
.box_col3 {
  margin-bottom: 2rem;
}

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

.box_col1 .box {
  width: 100%;
}

.box_col2 {
  display: block;
}

.box_col2 .box {
  width: 100%;
  margin-bottom: 1rem;
}

.box_col2 .box:last-child {
  margin-bottom: 1rem;
}

.box_col3 {
  display: block;
}

.box_col3 .box {
  width: 100%;
  margin-bottom: 1rem;
}

.box_col3 .box:last-child {
  margin-bottom: 0;
}

.img_col2 .box {
  width: 100%;
  margin-bottom: 4rem;
}

.inline_block {
  line-height: 2;
}

.inline_block a {
  display: inline-block;
  padding-right: 1.5rem;
}

/* ===============================================
#表組み
=============================================== */
.detail_fig {
  width: 100%;
  border-collapse: collapse;
}

.detail_fig th {
  font-weight: normal;
  width: 30.6666666667%;
  background-color: #dcdcdc;
  padding: 3.2%;
  text-align: left;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.detail_fig td {
  padding: 3.2%;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.detail_fig td plast-child {
  margin-bottom: 0;
}

.detail_fig .fig_inner_table {
  width: 100%;
  border-collapse: collapse;
}

.detail_fig .fig_inner_table th {
  width: 20%;
  background-color: #fff;
  border-right: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
  border-bottom: none;
}

.detail_fig .fig_inner_table td {
  border-top: 1px solid #c1c1c1;
  border-bottom: none;
}

.basic_fig {
  width: 100%;
  border-collapse: collapse;
}

.basic_fig th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  width: 30.6666666667%;
  background-color: #dcdcdc;
  padding: 2%;
  text-align: left;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  vertical-align: top;
}

.basic_fig td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2%;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.basic_fig td plast-child {
  margin-bottom: 0;
}

.basic_fig .fig_inner_table {
  width: 100%;
  border-collapse: collapse;
}

.basic_fig .fig_inner_table th {
  width: 20%;
  background-color: #fff;
  border-right: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
  border-bottom: none;
}

.basic_fig .fig_inner_table td {
  border-top: 1px solid #c1c1c1;
  border-bottom: none;
}

.about .fig_inner_table {
  margin-top: 10px;
}

/* ===============================================
#グーグルマップ
=============================================== */
/* #地図から探す
----------------------- */
.gmap {
  position: relative;
  padding-top: 75.25%;
  height: 0;
  overflow: hidden;
}

.gmap .gmap_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about .gmap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_search .gmap {
  padding-top: 120%;
}

/* ===============================================
#フォーム
=============================================== */
#keyword {
  position: relative;
  /*フォームの相対位置*/
  max-width: 100%;
  /*フォームのサイズ*/
  width: 100%;
  margin-bottom: 15px;
  /*フォームの下に余白*/
}

/*検索ボックス*/
#sbox {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  outline: 0;
  background: #fff;
  border: 1px solid #2c2c2c;
}

#sbtn {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: #d80c18;
  color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 0 25px 25px 0;
}

#sbtn .fa-search {
  font-size: 20px;
  position: absolute;
  top: 30%;
  left: 30%;
}

#sbtn:hover {
  color: #888;
}

/* ===============================================
#テーブル
=============================================== */
table.basic {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  color: #333;
}

table.basic th {
  width: 29.8%;
  background: #F2F2F2;
  padding: 20px 0 20px 2%;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

table.basic td {
  border-bottom: 1px solid #ccc;
  padding: 20px 10px 20px 5%;
  background: #fff;
}

table.basic td span.name {
  margin: 0 5px 0 -24px;
}

table.basic td.link_td {
  text-align: center;
}

.owner table.basic th {
  text-align: center;
  padding: 20px 10px 20px;
}

.owner table.basic th:nth-child(2) {
  width: 10%;
}

.owner table.basic td {
  padding: 20px 10px 20px;
}

table.table_border th, table.table_border td {
  border: 1px solid #ccc;
}

table.info th {
  vertical-align: top;
}

table.info td {
  padding: 20px 10px;
}

/* ===============================================
#背景
=============================================== */
.bg_light_gray {
  background-color: #e6e6e6;
}

/* ===============================================
#アイコン
=============================================== */
.ico-manku {
  color: #fff;
  padding: 5px;
  line-height: 1;
}

.ico-manku.full {
  background-color: #d80c18;
}

.ico-manku.empty {
  background-color: #003894;
}

.ico-manku.rush {
  background-color: #db5816;
}

.ico-manku.unknown {
  background-color: #565656;
  padding: 5px 8px;
}

/* ===============================================
#マージン，パディング
=============================================== */
.mgb0 {
  margin-bottom: 0 !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgn0 {
  margin: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pad0 {
  padding: 0 !important;
}

.valignTop {
  vertical-align: top;
}

.bg_gray {
  background-color: #f5f5f5;
  padding: 5px;
}

.list {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  /* ===============================================
#タイトル
=============================================== */
  .choice_title {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .keyword_title {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .block_title {
    text-align: center;
    border-top: none;
    border-bottom: none;
  }
  .info_detail .block_title {
    border-top: 1px solid #6f6f6f;
    border-bottom: 1px solid #6f6f6f;
  }
  .title_l {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .title_m {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .title_s {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  /* #スポットから探す
  ----------------------- */
  .spot_search_title {
    font-size: 19px;
    font-size: 1.9rem;
    height: 25vw;
    padding-left: inherit;
    background: url("../img/index/bg_spot_search.jpg") center center no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* ===============================================
  #ボタン
  =============================================== */
  .tokushu .btn {
    width: 40%;
    margin: auto 0 auto auto;
  }
  .detail_wrap .btn_kei_red {
    width: 100%;
  }
  .detail_wrap .btn_kei_red li {
    display: inline-block;
  }
  .detail_wrap .btn_kei_red li a {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ===============================================
  #ボックス
  =============================================== */
  .box_col1,
  .box_col2,
  .box_col3 {
    margin-bottom: 2rem;
  }
  .box_col1 img,
  .box_col2 img,
  .box_col3 img {
    width: 100%;
  }
  .box_col1 a,
  .box_col2 a,
  .box_col3 a {
    color: #2c2c2c;
  }
  .box_col1 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box_col1 .box {
    width: 100%;
  }
  .box_col2 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box_col2 .box {
    width: 48%;
  }
  .box_col3 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box_col3 .box {
    width: 32%;
  }
  /* ===============================================
  #表組み
  =============================================== */
  .detail_fig {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .detail_fig th {
    font-weight: normal;
    width: 16.545455%;
    background-color: #dcdcdc;
    padding: 3.2%;
    text-align: left;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
  .detail_fig td p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* ===============================================
  #フォーム関連
  =============================================== */
  /* #トグル
  ----------------------- */
  .setting_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #858585;
    margin-bottom: 25px;
  }
  .setting_wrap .switch {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.05rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #858585;
  }
  .setting_wrap .switch:nth-child(odd) {
    border-right: 1px solid #858585;
  }
  .setting_wrap .switch .ttl_toggle {
    width: 64%;
    margin: 0;
  }
  .setting_wrap .switch .ttl_toggle span {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .setting_wrap .switch .toggle_wrap {
    width: 26%;
  }
  .setting_wrap .toggle_disable {
    color: #c0c0c0;
  }
  .cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  .cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  input.cmn-toggle-round + label {
    padding: 2px;
    width: 100%;
    height: 26px;
    background-color: #dddddd;
    border-radius: 26px;
  }
  input.cmn-toggle-round + label:before,
  input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
  }
  input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 26px;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
  input.cmn-toggle-round + label:after {
    width: 26px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    transition: margin 0.4s;
  }
  input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
  }
  input.cmn-toggle-round:checked + label:after {
    margin-left: 40px;
  }
  #keyword {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }
  .choice_inner #keyword {
    width: 100%;
  }
  /* ===============================================
  #グーグルマップ
  =============================================== */
  /* #地図から探す
  ----------------------- */
  .map_search .gmap {
    padding-top: 56.25%;
  }
  .gmap {
    padding-top: 56.25%;
  }
  .btn_list.share_chari {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btn_list.share_chari li {
    margin: 0 5px 10px 0;
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn_list.share_chari li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 67px;
    padding: 10px 15px;
  }
  .btn_list.share_chari:after {
    content: "";
    width: 24%;
  }
  .btn_list.share_chari:last-of-type {
    margin-bottom: 0;
  }
}
