body {
  margin: 0;
  width: 100vw;
  height: 100vh;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  opacity: 0.6;
}

.hidden {
  display: none !important;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

.button,
button{
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background-color: rgb(220, 220, 220);
  border: solid 1px rgb(147, 147, 147);
  color: rgb(79, 79, 79);
  margin: 0em;
  padding: 1px 6px;
  border-radius: 3px;

  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  font-size: initial;
}

button:hover {
  cursor: pointer;
  opacity: 0.6;
}

ul {
  list-style: none;
  padding: 0;
}

/*            */

.preview_button {
  background-color: rgb(64, 110, 218);
  color: #fff;
  text-align: center;
  border: none;
  margin-bottom: 5px;
  height: 35px;
}

.save_button.disabled {
  background-color: rgb(135, 136, 138);
  color: #fff;
  text-align: center;
  border: none;
}

.save_button {
  background-color: rgb(41, 80, 171);
  color: #fff;
  text-align: center;
  border: none;
  height: 35px;
  line-height: 35px;
}


button.button_in_list {
  background-color: transparent;
  color: #3582d5;
  border: solid 1px #3582d5;
  font-size: 13px;
  padding: 1px 4px;
  word-break: keep-all;
}

button.button_in_list.filled_out {
  background-color: #3582d5;
  color: #fff;
  border: solid 1px #3582d5;
}

.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
  border: none;
}

button.button_in_list.no_contents {
  color: #716e6e;
  border: solid 1px #716e6e;
}

button.button_in_list.delete {
  color: #ef6363;
  border: solid 1px #ef6363;
}

/* ヘッダー */
.inner_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 0 25px;
  height: 100%;
  font-size: larger;
}

.inner_header_left a {
  color: #fff;
  font-weight: bold;
  font-size: larger;
}
.inner_header_left {
  color: #fff;
  font-weight: bold;
  font-size: larger;
}
.inner_header_center div {
  color: #fff;
  margin-left: -270px;
  padding-left: 0px;
  font-size: medium;
}
.inner_header_right  {
  color: #fff;
  margin-right: 30px;
  font-size: small;
}

.inner_header_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.inner_header_right ul li {
  margin-right: 20px;
}

.inner_header_right ul li a {
  color: #fff;
  font-weight: bold;
}



/* ダッシュボード */
.dashboard_item {
  margin-bottom: 40px;
}
.dashboard_item_content {
  display: flex;
  width: calc(100% - 40px);
  min-height: 170px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}


.dashboard_item_content_stripe_boarder {
  width: 2%;
  border-left: solid 1px lightgray;
}

.dashboard_item_content_left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dashboard_item_content_left_title {
  font-size: 18px;
  margin-bottom: 5px;
}

.dashboard_item_content_left_num {
  font-size: 25px;
  font-weight: bold;
}

.dashboard_item_content_right {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.dashboard_item_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.dashboard_item_spot_num_ul li {
  font-size: 15px;
  font-weight: bold;
  width: 50%;
}

span.client_present_number {
  font-size: 20px;
}

.dashboard_item_content table {
  width: 100%;
}

.dashboard_item_content thead tr {
  text-align: left;
}

th.tap_table_first_col {
  width: 40%;
  word-break: break-all;
}

th.tap_table_second_col,
th.tap_table_third_col,
th.tap_table_fourth_col {
  width: 20%;
  word-break: break-all;
}

.dashboard_item_content tbody td {
  max-height: 40px;
  height: 30px;
  padding: 5px 0;
}

.dashboard_item_tail_link_box {
  display: flex;
  justify-content: flex-end;
  padding: 5px 10px;
}

/* ダッシュボード TAP 統計*/
ul.dashboard_item_tap_num_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.dashboard_item_tap_num_ul  li{
  width: 33%;
  display: flex;
  flex-direction: column;
}
ul.dashboard_item_tap_num_ul li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 統計ページ */
.tapboard_item {
  width: 100%;
  margin-bottom: 40px;
}

.tapboard_tab_box {
  width: calc(100% - 40px);
  height: 50px;
  padding: 0px 20px;
  display: flex;
}

.tapboard_tab_item {
  width: 50%;
  height: 100%;
}

.tapboard_item_content {
  display: flex;
  width: calc(100% - 40px);
  min-height: 170px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.tapboard_item_content_left,
.tapboard_item_content_right {
  width: 49%;
}


.tapboard_item_content_left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tapboard_item_content_left_title {
  font-size: 18px;
  margin-bottom: 5px;
}

.tapboard_item_content_left_num {
  font-size: 25px;
  font-weight: bold;
}

.tapboard_item_content_right {
  display: flex;
  flex-direction: row;
}

.tapboard_item_content_right div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}

.tapboard_item_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

ul.tapboard_item_spot_num_ul li {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}

span.client_present_number {
  font-size: 30px;
}

.tapboard_item_content table {
  width: 100%;
}

.tapboard_item_content thead tr {
  text-align: left;
}

th.tap_table_first_col {
  width: 40%;
  word-break: break-all;
}

th.tap_table_second_col,
th.tap_table_third_col,
th.tap_table_fourth_col {
  width: 20%;
  word-break: break-all;
}

.tapboard_item_content tbody td {
  max-height: 40px;
  height: 30px;
  padding: 5px 0;
}

.tapboard_item_tail_link_box {
  display: flex;
  justify-content: flex-end;
  padding: 5px 10px;
}
/* **************************************************** */

.tab_class {
  width: 100%;
  height: 50px;
  background-color: darkgrey;
  line-height: 50px;
  /* font-size: 15px; */
  text-align: center;
  display: block;
}

input[name="tab_name"] {
  display: none;
}

input:checked + .tab_class {
  background-color: cadetblue;
  color: aliceblue;
}
input:checked + .tab_class + .content_class {
  display: block;
}

.tapboard_item_content_table {
  padding: 0;
  width: 100%;
  background: transparent;
}

.tapboard_item_content_table table {
  width: 100%;
}

.tapboard_item_content_table table thead {
  background: #1153ad;
  color: #fff;
  text-align: left;
}

.tapboard_item_content_table tr th {
  padding: 4px 5px;
  font-size: 14px;
}

.tapboard_item_content_table tr td {
  padding: 8px 10px;
  font-size: 16px;
  background: #fff;
}

.form_wrapper {
  height: calc(100% - 50px);
}

/* 招待ページ */
.invite_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  /* justify-content: center; */
  max-width: 400px;
  margin: 100px auto 0;
}

form.invite_wrapper div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
form.invite_wrapper div.invite_input {
  align-items: flex-start;
}
form.invite_wrapper div.invite_input input {
  width: 100%;
  padding: 5px 10px;
  font-size: 15px;
  height: 21px;
}

.max_DB {
  padding: 5px 10px;
  font-size: 15px;
  height: 51px;
}

.max_DB input{
  width: 45px;
  padding: 5px 10px;
  font-size: 15px;
  height: 21px;
}
.userName {
  padding: 5px 10px;
  font-size: 15px;
  height: 51px;
}
.userName input{
  width: 350px;
  padding: 5px 10px;
  font-size: 15px;
  height: 21px;
}
.invite_input.login_btn {
  display: flex;
  justify-content: center;
  align-items: center !important;
}

/* ログイン パスワードの要件補足 */
span.label_sub {
  font-size: 12px;
}

form.invite_wrapper div.invite_input a {
  width: 100%;
  max-width: 300px;
  background: #3b80de;
  color: #fff;
  font-weight: bold;
  text-align: center;
  /* padding: 5px; */
  height: 35px;
  border-radius: 4px;
  margin-top: 10px;
  line-height: 35px;
}

form.invite_wrapper div.invite_input input:focus {
  outline: none !important;
}

.invite_input,
.invite_title {
  margin-bottom: 20px;
}
.invite_title {
  font-size: 25px;
}

#submitInviteBtn, #submitChangePassword,#submitForgotPassword,#submitConfirmForgotPassword,#forgotPassword{
  width: 100%;
  height: 100%;
  margin: 10px;
  background: #3b80de;
  color: #fff;
  border-width:0px;
}

#submitInviteBtn, #submitChangePassword,#submitForgotPassword,#submitConfirmForgotPassword,#forgotPassword:hover {
  cursor: pointer;
  opacity: 0.6;
}

.header {
  height: 50px;
  background: #144487;
}

.main_wrapper {
  width: 100%;
  display: flex;
}

.sidebar_wrapper {
  width: calc(25vw - 40px);
  min-width: 200px;
  max-width: 350px;
  background: #2072de;
  min-height: calc(100vh - 50px);
  padding: 20px;
}


.sidebar_box_title,
.sidebar_box_title a,
.sidebar_box_title div {
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: large;
}

.sidebar_box_title,
.sidebar_box_title a i,
.sidebar_box_title div i {
  margin-right: 10px;
}

.sidebar_box_help {
  margin-top: 2em;
}

ul.sidebar_list_ul {
  margin: 10px 0 25px;
  list-style: none;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: large;
}

ul.sidebar_list_ul li {
  margin-bottom: 4px;
}

ul.sidebar_list_ul li a{
  color: #fff;
}

ul.sidebar_list_ul li a.now_selected{
  font-weight: bold;
  color: #f1f827;

}
.sidebar_inner {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

p.page_title {
  font-size: 25px;
  margin: 10px 0 10px;
  font-weight: bold;
}

.spot_list_head button {
  background: #2172de;
  padding: 6px 25px;
  border: none;
  color: #fff;
  font-size: large;
}

.input_wrapper {
  width: 75vw;
  max-width: calc(100% - 250px);
  min-width: calc(100% - 300px);
  background: #ececec;
  padding: 10px;
}

#genre_modal_form,
#genre_detail_form,
#genre_marker_form {
  display: flex;
  flex-direction: row;
}

.main_input_box {
  width: 78%;
  padding-right: 10px;
  background: #fff;
  margin-right: 2%;
}

.submit_box {
  width: calc(22% - 20px);
  /* width: calc(17% - 20px); */
  /* position: fixed;
  right: 10px;
  top: 60px; */
  /* position: -webkit-sticky;
  position: sticky;
  top: 20px; */
}


.main_input {
  width: 78%;
  padding-right: 10px;
  margin-right: 10px;
}

.submit_box_inner {
  background: lightgray;
  padding: 10px;
  max-width: 220px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;

  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

#submit_type_select {
  margin-bottom: 15px;
}

#submit_type_select {
  margin-bottom: 15px;
  height: 35px;
  padding: 0 10px;
  font-weight: bold;
  color: gray;
  border-radius: 5px;
}

/* 招待 */
.invite_form_secret_box {
  display: flex;
  flex-direction: row !important;
}

.invite_form_secret_box input {
  width: 80% !important;
}

div.invite_form_secret_save_btn {
  background: #9865c8;
  color: #fff;
  width: 20% !important;
  margin-left: 10px;
  height: 100%;
}

.hover_btn:hover {
  cursor: pointer;
  opacity: 0.6;
}

div#create_master_btn {
  background: #7b37bb;
  color: #fff;
  padding: 3px 10px;
  width: 280px;
  margin: 0 auto 30px;
}

hr.invite_hr {
  border: solid 0.5px gray;
  width: 100%;
  margin: 10px 0 30px;
}

/*スポット一覧 **********************************************/
.spot_list_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.spot_list_filter {
  margin-bottom: 25px;
  background: #fff;
  padding: 15px 25px 25px;
}

p.spot_list_filter_title {
  margin: 0 0 10px;
  font-size: 13px;
  color: #757575;
  font-weight: bold;
  font-size: medium;
}

.filter_box {
  display: flex;
  width: 100%;
  background: #fff;
}

.filter_item {
  margin-right: 30px;
}

.filter_item label {
  font-size: 16px;
  font-weight: bold;
}

.filter_item select {
    width: 200px;
    height: 35px;
    font-weight: bold;
    color: #3a3a3a;
}

table#spot_list_table,
table#mark_list_table,
table#point_list_table,
table#pin_list_table {
  width: 100%;
}


table#spot_list_table thead,
table#mark_list_table thead,
table#point_list_table thead,
table#pin_list_table thead {
  background: #154486;
  height: 50px;
}
/* th.name_column {
  width: 300px;
} */

table#spot_list_table thead th,
table#mark_list_table thead th,
table#point_list_table thead th,
table#pin_list_table thead th {
  color: #fff;
  font-size: 16px;
  text-align: initial;
  padding: 0 5px;
}

tr.spot_list_item_row {
  background: #fff;
}

tr.spot_list_item_row td {
  padding: 7px 5px;
  font-size: 15px;
}

ul.spot_list_language_list_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.spot_list_language_list_ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}

ul.spot_list_language_list_ul button {
  font-size: 13px;
}
/* マーカー登録 *********************************************/
.address {
  width: 82%;
}

div#map {
  width: 100%;
/*   height: 320px; */
  height: 500px;
}
.label_input_box {
  display: flex; 
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.latlng_input_box {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
}

.latlng_input_box .input_item {
  width: 35%;
  padding-right: 2%;
}

.address_input_box {
  display: flex; 
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
}

.latlng_input_box .input_item {
  width: 35%;
  padding-right: 2%;
}

.previewModalBtns {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 10px auto;
}

.previewModalBtns button {
  margin-bottom: 10px;
  height: 36px;
  background: rgb(1, 85, 149);
  color: #fff;
  border: none;
  font-weight: bold;
}

.previewModalBtns button.open-preview {
  background: rgb(58 143 208);
}
.previewModalBtns button.confirm-save {
  background: rgb(1, 85, 149);
}

.labelTranslationButton {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.previewBtnBox {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}

.preview_button_marker_map {
  background-color: rgb(64, 110, 218);
  color: #fff;
  text-align: center;
  border: none;
  margin-bottom: 1px;
  height: 37px;
  line-height: 37px;
  padding: 0 15px;
  border-radius: 4px;
  font-size: 14px;
}

div#qr_image_box canvas{
  padding: 5px 0px;
}


div#error_messages_wrapper {
  padding: 10px 25px 10px;
  background: #ffc1c1;
  margin-bottom: 20px;
}

div#error_messages_wrapper p {
  margin: 0;
  color: #d43736;
  font-size: 17px;
  font-weight: bold;
}

ul#error_messages_ul_marker_form,
ul#error_messages_ul_modal_form,
ul#error_messages_ul_detail_form,
ul#error_messages_ul,
ul#detail_error_messages_ul {
  padding-left: 20px;
  margin: 10px 0;
}
ul#error_messages_ul_marker_form li,
ul#error_messages_ul_modal_form li,
ul#error_messages_ul_detail_form li,
ul#error_messages_ul li,
ul#detail_error_messages_ul li{
  font-size: 14px;
  color: #d43636;
  font-weight: bold;
}

/* モーダル情報登録 *********************************************/

ul.main_input_language_tabs {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.main_input_inner {
  background: #fff;
  padding: 30px;
  border-radius: 9px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main_input_inner .input_item select {
  height: 40px;
  padding: 0 10px;
  background: #eeeeee;
  border-radius: 5px;
}

.main_input_inner .input_item label {
  font-size: 13px;
  font-weight: bold;
  color: #595959;
  margin-bottom: 3px;
}

ul.main_input_language_tabs li:hover {
  cursor: pointer;
  opacity: 0.6;
}

li.tab_left_corner a {
  border-top-left-radius: 7px;
}
li.tab_right_corner a {
  border-top-right-radius: 7px;
}


ul.main_input_language_tabs li a {
  width: 70px;
  display: block;
  padding: 10px;
  text-align: center;
  background: #bfbfbf;
  color: gray;
}

ul.main_input_language_tabs li a.selected {
  background: #0045ab;
  color: rgb(255, 255, 255);
}

.input_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.inputAndDelete button {
  margin-bottom: 20px;
  height: 40px;
  width: 80px;
  font-size: 16px;
  background-color: rgb(255, 234, 0);
  color: rgb(255, 0, 0);
}


.input_item_list {
  margin-bottom: 30px;
}

.input_item input,
.input_item textarea {
  padding: 10px 10px;
  border: solid 1px gray;
  border-radius: 3px;
}
.input_item textarea:focus,
.input_item input:focus {
  outline: none;
}
.input_item_list input,
.input_item_list textarea {
  padding: 5px;
}
.input_item_list textarea:focus,
.input_item_list input:focus {
  outline: none;
}

#genre_modal_form .error {
  background: rgb(255, 155, 155);
}

.count_over_red {
  color: red;
}

img#modal_image_preview,
img#detail_main_image_preview,
img#detail_image1_preview,
img#detail_image2_preview,
img#detail_image3_preview,
img#detail_campaign_image_preview {
  width: 350px;
  height: 250px;
  object-fit: cover;
  margin: 15px 0 0;
}

input#modal_image,
input#swiper_image1,
input#swiper_image2,
input#swiper_image3,
input#main_image,
input#image1,
input#image2,
input#image3,
input#campaign_image {
  width: 330px;
}

img#swiper_image1_preview,
img#swiper_image2_preview,
img#swiper_image3_preview {
  width: 100%;
  max-width: 380px;
  height: 250px ;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
  margin-right: 0px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 250px;
  max-width: 380px;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: #fff;
  height: 12px;
  width: 12px;
}
.swiper-button-prev::after {
  position: relative;
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  opacity: 0.9;
  color:#fff;
}
.swiper-button-next::after {
  position: relative;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  opacity: 0.9; 
  color:#fff; 
}

#switch {
  background-color: #ffffffb5; 
}

li.paymethod_list_input_check {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}


li.paymethod_list_input_check input {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}

div#parking_list div {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

div#parking_list input {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}


.biztime_input {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}

.biztime_input_label {
  margin-right: 30px;
  width: 90px;
}

.biztime_input_inputbox {
  display: flex;
  align-items: center;
}

span.biztime_startend_label {
  font-size: 13px;
  padding: 0 10px;
}

a.delete_time_btn {
  background: #ff8f8f;
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 10px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}

.biztime_input_middle_mark {
  padding-left: 15px;
  padding-right: 5px;
}
ul.holiday_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
}


ul.service_list,
ul.paymethod_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.sns_list,
ul.link_list {
  list-style: none;
  padding: 0;
  width: 100%;
}

li.link_list_input_check {
  margin: 9px 0px;
}

li.link_list_input_check select {
  width: 25%;
  height: 30px;
  font-size: 12px;
}

li.link_list_input_check input {
  width: 70%;
  height: 16px;
}

#modal_link_error_box {
  background: #ffc0c0;
  width: calc(100% - 40px);
  margin: 15px 0 10px;
  padding: 20px;
  font-weight: initial;
}

input.input_error {
  background: #ffbdbd;
  border: solid 1px #bdbdbd;
  border-radius: 2px;
}

li.service_list_input_check {
  display: flex;
  word-break: keep-all;
  margin: 0 10px 10px 0;
  width: calc(25% - 10px);
  font-size: 14px;
}

li.sns_list_input_check {
  display: flex;
  margin-bottom: 10px;
}

li.sns_list_input_check label {
  width: 25%;
  display: block;
}
li.sns_list_input_check input {
  width: 70%;
}

ul.holiday_list li {
  padding-right: 10px;
}


.form_section_title {
  margin: 10px 0 20px;
  /* border-top: solid 1px gray; */
  /* border-bottom: solid 1px gray; */
  padding: 10px 10px;
  font-weight: bold;
  color: gray;
  background: lightgray;
}

.input_item_label_box {
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

label.form_input_title {
  display: flex;
  align-items: center;
}

span.must_input {
  background: rgb(248, 111, 111);
  padding: 1px 9px;
  margin-left: 5px;
  font-size: 11px;
  color: #fff;
  border-radius: 20px;
}

span.count_box {
  font-size: 14px;
  color: gray;
  font-weight: normal;
}

span.form_label_subtext {
  font-size: 14px;
  color: gray;
  font-weight: normal;
}



div#select_modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select_modal {
  width: 600px;
  height: 360px;
  background: #fff;
  box-shadow: 1px 1px 8px 0px grey;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.select_modal_top_box {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.select_modal_top_box button {
  margin-bottom: 20px;
  height: 50px;
  font-size: 16px;
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #f4f4f4;
  margin: 20% auto;
  width: 50%;
  max-width: 500px;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 0.2s;
  border-radius: 10px;
}



@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header p {
  margin: 0;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}

.modal-header {
  background: #3a8fd0;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modalClose {
  font-size: 2rem;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 20px 40px;
  color: black;
}

p.modal_text {
  margin: 5px 0 40px;
  font-size: 15px;
}


label.copy_btn_label {
  margin-top: 20px;
  font-size: 12px;
}

label.qr_description {
  margin-top: 20px;
  font-size: 16px;
  padding-left:2px;
}

.copy_btn_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  width: 100%;
  margin-top: 5px;
}

input#modal_open_url_input {
  height: 28px;
  width: 75%;
  border-radius: 5px;
  /* outline: none; */
  border: none;
  padding-left: 10px;
}

input#detail_url_input {
  height: 28px;
  width: 75%;
  border-radius: 5px;
  /* outline: none; */
  border: none;
  padding-left: 10px;
  margin-bottom: 5px;
}
span.copy_button {
  background: #3f6fda;
  padding: 3px 9px;
  color: #fff;
  height: 27px;
  display: inline-block;
  border-radius: 4px;
}
span.copy_button:hover {
  opacity: 0.6;
  cursor: pointer;
}



/****************************************/
/* detail start *************************/
/****************************************/
header.detail_header {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -2px 6px 2px #626262;
  position: relative;
}

img#detail_header_logo {
  height: 30px;
  margin: 10px 0;
}

.detail_wrapper {
  max-width: 650px;
  margin: 0 auto;
}

#detail_wrapper_inner {
  width: 100%;
  padding: 15px 0;
}

.breadcrumble_box {
  margin-bottom: 10px;
  font-size: 15px;
  color: gray;
}

.breadcrumble_box i {
  margin-right: 5px;
}

.detail_title_box {
  margin-bottom: 10px;
}

.detail_title_genre {
  margin-bottom: 8px;
}

.detail_title_genre span {
  background-color: #a17a5e;
  padding: 4px 20px;
  font-size: 13px;
  border-radius: 6px;
}

.detail_title_text {
  font-size: 1.5em;
  font-weight: bold;
}

img#detail_eyecatch_img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
}

.section_border {
  display: flex;
  justify-content: center;
  margin: 80px 0 30px;
}

.section_border div.section_border_title {
  border: solid 0.5px gray;
  padding: 5px 50px;
  border-radius: 4px;
  width: 100px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  position: relative;
}

.section_border_bg {
  position: absolute;
  top: 0;
  /* right: 0; */
  left: -3px;
  background: #ffe994;
  width: 100%;
  height: 35px;
  z-index: -1;
  transform: rotate(358deg);
}

/* 紹介文 ***************************/
ul#about_desc_list li {
  margin-bottom: 50px;
}

.detail_desc_box {
  margin: 20px 0 40px;
}

img.detail_image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

div.detail_desc_text {
  font-size: 12px;
}

/* テーブル ***************************/
.detail_infotable_box table {
  width: 100%;
  border-collapse:collapse;
  margin-bottom: 50px;
  line-break: anywhere;
}

.detail_infotable_box tr {
  height: 40px;
  border-bottom: solid 0.5px #d7d7d7;
}

.detail_infotable_box td {
  padding: 10px 2px;
}

td.detail_td_front {
  width: 40%;
  vertical-align: initial;
}

td.detail_td_back {
  width: 60%;
  vertical-align: initial;
}

td.detail_td_front i {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  text-align: center;
  color: #787878;
  margin-right: 2px;
}

td.detail_td_front span {
  height: 25px;
  line-height: 25px;
  vertical-align: top;
  font-size: 10px;
  font-weight: bold;
  color: #787878;
}

ul#set_value_ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

ul#set_value_ul li {
  padding: 2px 15px;
  background: gray;
  height: 21px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 23px;
  font-size: 13px;
  color: #fff;
  border-radius: 20px;
}

ul#detail_links_ui {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

ul#detail_links_ui li {
  width: 100px;
  height: 100px;
  border: solid 1px gray;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul#detail_links_ui a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

ul#detail_links_ui a i{
  font-size: 20px;
}

ul#detail_links_ui a span{
  font-size: 15px;
}

.detail_biz_toggle_box {
  display: flex;
  width: 50%;
  min-width: 250px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.detail_biz_toggle_div {
  padding: 3px 10px;
  cursor: pointer;
}

ul#detail_biz_ul {
  margin: 0;
  user-select: none;
  margin: 10px 0;
}

.hidden {
  display: none !important;
}

ul#detail_biz_ul li {
  padding: 3px 0;
}

span.weekday_name {
  display: inline-block;
  font-size: 13px;
  color: gray;
  font-weight: bold;
  text-align: right;
  margin-right: 13px;
}

span.weekday_name_en {
  width: 100px;
}

span.weekday_name_other {
  width: 45px;
}
/* ~~~ のページ */
.campaign_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.campaign_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.campaign_img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.detail_qr_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px auto 120px;
}

.detail_bottom_map_link_box {
  display: flex;
  justify-content: center;
  padding: 0;
  background: #ffffffe3;
  width: 100vw;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  align-items: center;
  height: 60px;
  box-shadow: 0px -2px 9px -3px #797979;
}

a#detail_bottom_map_link {
  background: #ffcb00;
  color: #fff;
  padding: 5px;
  border-radius: 30px;
  width: 90vw;
  max-width: 310px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.base-icon-label span{
  background-color: #fff;
  padding: 3px;
  cursor: default;
}

ul#spot_links_sns_ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

ul#spot_links_sns_ul_sp{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

li.spot_sns_box {
  margin: 0 5px;
  font-size: 25px;
}

div#detail_qr_text {
  margin-bottom: 20px;
}

.preview_qr {
  width: 256px;
  height: 256px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: gray;
}

.qrLinkParent {
  font-size: 18px;
  background-color: rgb(41 80 171); 
  margin-bottom:5px;
  text-align: center;
  margin-top:5px;
  height: 30px;
  line-height:30px;
  width: 220px;

}
.qrLink{
  font-size: 14px;
  color: white;
  border: none;
  width:200px;
}

/* .preview_button {
  background-color: rgb(64, 110, 218);
  color: #fff;
  text-align: center;
  border: none;
  margin-bottom: 5px;
  height: 35px;
} */
/****************************************/
/* プレビュー MAP  ************************/
/****************************************/
div#map_Layer {
  width: 100vw;
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}

div#modal_preview_map {
  width: calc(100vw - 400px);
  height: 100%;
  z-index: 1;
}
div#top_search_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  z-index: 10;
  z-index: 1480;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

#top_search_box {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 15px;
  width: calc(100% - 30px);
  height: 35px;
  border-radius: 5px;
  z-index: 100;
  box-shadow: 0px 2px 6px -5px grey;
}

input.top_search_input {
    margin-left: 12px;
    height: 80%;
    width: 100%;
    border: none;
    font-size: 15px;
}

input.top_search_input::placeholder {
    color: rgb(195, 195, 195);
}

input.top_search_input:focus {
    outline: none;
}

img.menu_icon {
    width: 25px;
}

#top_search_box span {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b8b8b8;
    font-size: 23px;
}

#top_search_box span:hover {
    cursor: pointer;
}

div#spot_modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  background-color: #f7f7f7;
  z-index: 1570;
  box-shadow: 3px 0 6px 2px #676767;
}

div#spot_modal.hidden {
    display: none !important;
}

.spot_modal_inner {
    height: 100%;
    overflow: scroll;
}

.spot_close_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    z-index: 2000;
    background-color: #e1e1e19e;
    border-radius: 50px;
}

.spot_image_box {
    position: relative;
    height: 250px;
}

img.spot_image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    max-width: 400px;
}
#spot_title {
  font-size: 19px;
  font-weight: bold;
}
.spot_title_box {
  background-color: #ffffffb5;
  padding: 10px 10px 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}


#spot_genre {
    background: gray;
    font-size: 11px;
    margin-bottom: 4px;
    border-radius: 10px;
    padding: 1px 14px;
    color: #fff;
}

#spot_genre_sp {
    background: gray;
    font-size: 11px;
    margin-bottom: 4px;
    border-radius: 10px;
    padding: 1px 14px;
    color: #fff;
}

.spot_contents {
    width: calc(100% - 40px);
    padding: 15px 20px 5px;
    max-width: 500px;
    margin: 0 auto;
}

.description_box {
    margin-bottom: 30px;
}

span#spot_description {
    font-size: 16px;
    line-height: 28px;
    display: block;
}

table.spot_info_table {
    width: 100%;
    font-size: 12px;
}

table.spot_info_table {
    width: 100%;
    font-size: 14px;
    border-top: solid 0.5px #d4d4d4;
    padding-top: 10px;
    margin-bottom: 30px;
}

tr.spot_info_tr td {
    padding: 0px 0px 10px;
    vertical-align: initial;
}

td.table_front {
    width: 25%;
    font-weight: bold;
    color: #939393;
}

td.table_back.biztime li {
    list-style: none;
}

.spot_modal_comment {
    font-size: 11px;
    margin: 3px 0 10px;
}

ul#spot_links_ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

ul#spot_links_ul_sp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

li.spot_link_box {
    width: 65px;
    height: 65px;
    margin-right: 5px;
    border-radius: 4px;
    border: solid 0.5px #000000;
}

li.spot_link_box a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

li.spot_link_box a i{
    font-size: 20px;
}

span.link_text {
    font-size: 11px;
    padding-top: 5px;
}

ul#spot_links_sns_ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

ul#spot_links_sns_ul_sp{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

li.spot_sns_box {
    margin: 0 5px;
    font-size: 25px;
}

ul.icon_list_ul {
    display: flex;
    flex-direction: row;
    margin: 5px 0 20px;
}

ul.icon_list_ul li {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    padding: 3px;
}

ul.icon_list_ul li i {
    font-size: 15px;
    color: #282828;
}

ul.icon_list_ul li span {
    font-size: 10px;
    line-height: 10px;
    margin-top: 3px;
    line-break: anywhere;
    text-align: center;
}

/* ダミー プレビュー */
div#modal_preview_dummy_bg {
  width: calc(100vw - 400px);
  height: 100vh;
  position: relative;
}


#modal_preview_dummy_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  /* left: 0; */
  /* right: 0; */
}

div#modal_preview_dummy_icon_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div#modal_preview_dummy_icon_box_inner {
  z-index: 1000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

img#modal_preview_dummy_icon {
  width: 25px;
}

label#modal_preview_dummy_label {
  margin-left: 6px;
  padding: 2px 10px 2px 3px;
  font-size: 11px;
  background: #fff;
}

h2#dummy_map_comment {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  background: #fff;
  width: 60%;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 500;
}


/* #################################################### */
/* #################################################### */
/* レスポンシブ */
/* #################################################### */
/* #################################################### */
@media screen and (max-width: 770px) {

.latlng_input_box {
  flex-wrap: wrap;
  flex-direction: row;
}

.latlng_input_box .input_item {
  width: 48%;
  padding-right: 2%;
}
img#modal_image_preview,
img#detail_main_image_preview,
img#detail_image1_preview,
img#detail_image2_preview,
img#detail_image3_preview,
img#detail_campaign_image_preview {
  width: 100%;
  height: auto;
}

input#modal_image,
input#main_image,
input#image1,
input#image2,
input#image3,
input#campaign_image {
  width: calc(100% - 20px);
  height: auto;
}

li.paymethod_list_input_check {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2px;
}

li.paymethod_list_input_check input {
  width: auto;
  height: auto;
  margin-right: 5px;
}

.filter_item {
  width: 50%;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}

.filter_item select {
  width: 100%;
}
}

/* #################################################### */
/* Log分析*/
/* #################################################### */
.tablePart {
  display: flex;
  flex-direction: column;
  flex-basis:100px;
}
.flexItem {
  flex:0 1 20%;
}

.parentFlex {
  display: flex;
  flex-direction: column;
}
/* .childFlex {
  display: flex;
  flex-direction: row;
} */
.myChildFlex {
  display: flex;
  flex-direction: column;
}
div.myChildFlex {
  width: 60%;
}
.group1{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.group2{
  display: flex;
  justify-content: space-around;
  margin-left:30px
}
div.group1 img{
  /* clip-path: inset(15px); */
  margin-left: 0px;
  margin-top: 0px;
} 
button.group2{
  padding-left: 270px;
}
div.group1{
  width: 100%
}
img.logGraph{
  width: 665px;
  height: 560px;
}

#nowLoading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 1000;
}

#innerMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  z-index:100;
  background: url("../images/icon/__Iphone-spinner-1.gif") center center no-repeat;
}

/* ログ分析ページ */
#analysisSummary1.th ,#analysisSummary1.th {
  border:none; 
  border-collapse: collapse;
  text-align: center;
}  
 /* #best30_list thead */
#analysisSummary1 th, #analysisSummary2 th, #best30_list thead th {
  color: white;
  background-color: #154486;
  height:30px;
  font-size: 16px;
  text-align: center;
  padding: 0 5px;
}
#analysisSummary1 th ,#analysisSummary1 td {
  width:220px;
  text-align: center;
}
#analysisSummary2 th {
  width:200px;
  text-align: center;
}

#analysisSummary2 td:nth-of-type(odd){
  width: 70px;
  text-align: center;
}
#analysisSummary2 td:nth-of-type(even){
  width: 220px;
  text-align: center;
}

#analysisSummary1 td ,#analysisSummary2 td {
  color: black;
  background-color: #e2eaf5;
}

#startTable tr:nth-of-type(odd){
  background-color:white;
  text-align: center;
}
#startTable tr:nth-of-type(even){
  background-color: #e2eaf5;
  text-align: center;
}
/* 翻訳状態遷移ページ */
.selected_item_label_box {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-items: flex-end;
}
.selected_item_label_check {
  display: flex;
  word-break: keep-all;
}
.selected_item_label_check label {
  font-size: 13px;
  font-weight: bold;
  color: #595959;
  margin-bottom: 3px;
}
.selected_item_label_check  input {
  font-size: 13px;
  font-weight: bold;
  color: #595959;
  margin-bottom: 3px;
  margin-right:30px;
}
.selectedItem {
  display: flex; 
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}
/* 翻訳結果ページ */
.name, .description, .access, .biztime_comment, .holiday_comment {
  width: 82%;
}