html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'BIZ UDPGothic', sans-serif;
    line-height: 1.8;
    color: #090909;
    box-sizing: border-box !important;
    min-height: 100vh;
    position: relative;
}

body {
    background-color: #7b7b7b;
}

hr {
    border: solid 2px #9d5fc7;
}

content {
    width: 100%;
    margin: auto;
    display: block;
    padding: 60px 0 0 0;
    box-sizing: border-box;
    min-height: 93vh;
}

section {
    width: calc(100vw - 330px);
    min-height: calc(100vh - 80px);
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

section {
    margin: 10px;
    overflow: hidden;
    border-radius: 10px;
}

section .contents {
    padding: 30px;
    padding-top: 20px;
}

.display_block {
    display: block;
}

.error {
    color: #ff6c6c;
}

.display_block.error {
    background-color: #ffdada;
    color: #ff2b2b;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0 20px;
    position: relative;
}

.display_block.error:before {
    content: "";
    background-color: #ffdada;
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    left: 30px;
}

.comment,
.readme {
    background-color: #f7ecff;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 30px;
    color: #7c45a4;
    font-weight: bold;
    position: relative;
}

.comment * {
    color: #7c45a4;
}

.readme:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #f7ecff;
    transform: rotate(45deg);
    top: -10px;
    z-index: 0;
    left: 30px;
}

.ttl {
    background-color: #f7ecff;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
    margin-bottom: 0px;
    color: #7c45a4;
    font-weight: bold;
    position: relative;
    box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, .1);
    border-bottom: solid 1px #c9bad5;
}

.ttl+form {
    border-radius: 0 0 10px 10px;
}

.toolbox {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #efefef;
    border-radius: 5px;
    overflow-x: auto;
}

.toolbox .btn {
    height: 50px;
    padding: 8px 16px;
    margin-right: 10px;
    border-radius: 9px;
    font-size: 16px;
}

.toolbox .select_btns {
    margin-right: 10px;
    display: inline-block;
}

.toolbox .select_btns .btn {
    margin-right: -6px;
    border-radius: 0;
}

.toolbox .select_btns .btn:first-child {
    border-radius: 9px 0 0 9px;
}

.toolbox .select_btns .btn:last-child {
    border-radius: 0 9px 9px 0;
}

.circle_btn {
    width: 50px;
    height: 50px;
    font-weight: bold;
    border: 2px solid #999999;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    line-height: 48px;
    background-color: #999999;
    margin: auto;
    position: absolute;
    right: -25px;
    top: -25px;
}

.circle_btn i {
    line-height: 2em;
}

.circle_btn_mini {
    width: 30px;
    height: 30px;
    font-weight: bold;
    border: 2px solid #999999;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    line-height: 28px;
    background-color: #999999;
    margin: auto;
}

.circle_btn_mini:hover,
.circle_btn:hover {
    color: #999999;
    background-color: #fff;
}

.mt_line {
    margin-top: calc(1em + 18px);
}

.mt_line2 {
    margin-top: calc(1em + 28px);
}

/*---------------------
    single
----------------------*/
#single {
    background-color: #826694;
}

#single section {
    width: 800px;
    margin: 30px auto;
    height: fit-content;
    overflow: hidden;
    min-height: unset;
    padding: 20px;
    max-width: calc(100% - 40px);
}

#single form {
    background: unset;
    box-shadow: unset;
}

#single h1 {
    background-color: #f7ecff;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 30px;
    color: #7c45a4;
    font-weight: bold;
    position: relative;
}

/*---------------------
    ページネーション
----------------------*/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}

.page-item {
    display: list-item;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    transition: opacity .2s;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 1em;
}

.page-item .fa-solid::before {
    margin: auto 0;
}

.page-item:last-child .page-link {
    /*    color: #9f5dd1;*/
}

span.page-link {
    color: #9f5dd1;
    background-color: #f3e3ff;
}

.page-link {
    background-color: #fff;
    border: 2px solid #9f5dd1;
    width: 46px;
    height: 46px;
    display: block;
    color: #9f5dd1;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 42px;
}

.page-link i {
    color: #9f5dd1;
}

a.page-link:hover {
    z-index: 2;
    text-decoration: none !important;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #9f5dd1;
}

a.page-link:hover {
    opacity: 0.5;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

/*---------------------
    タイトル
----------------------*/
h1.title {
    height: 70px;
    line-height: 70px;
    width: 100%;
    padding-left: 20px;
    font-weight: bold;
    border-bottom: 1px solid #999999;
}

.title-area {
    display: flex;
    justify-content: space-between;
    height: 50px;
    background: linear-gradient(90deg, #693590, #9f5dd1, #ab71d7);
    background-color: #9f5dd1;
}

.title-area h1 {
    font-weight: bold;
    display: block;
    margin: auto auto auto 20px;
    color: #fff;
    text-shadow: 1px 1px 5px #693590;
    font-size: 20px;
}

.title-area .circle_btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: auto 0 auto 10px;
}

.title-area .circle_btn:last-child {
    margin: auto 20px;
}

/*---------------------
       side_manu 
----------------------*/
.side_menu {
    width: 330px;
    background: #fafafa;
    background: #7b7b7b;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
    z-index: 100;
}

.side_menu .title-area {
    background: unset;
    height: 60px;
    border-bottom: 1px solid #bbb;
}

.side_menu .title-area h1 {
    color: #848484;
    color: #bbb;
    text-shadow: unset;
    font-size: 20px;
}

.side_menu ul {
    /*    padding: 30px;*/
    padding-top: 0;
}

.side_menu ul li {
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
    display: block;
}

.side_menu ul li span,
.side_menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #848484;
    color: #eee;
    padding-left: 30px;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #777;
    background: #888;
    transition-duration: 0.25s;
    line-height: 1.6;
    padding-top: 8px;
    padding-bottom: 8px;
}

.side_menu ul li a:before {}

.side_menu ul li a:hover {
    /*    opacity: 0.5;*/
    background: #7b7b7b;
    color: #ccc;
    transform: translate(10px, 2px);
}

/*--------------------
    表テーブル１
----------------------*/
.table_scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.table01 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #00bfff;
    overflow: auto;
    font-size: 16px;
}

.table01 td,
.table01 th {
    border: 1px solid #999999 !important;
    border: 1px solid #c4a2dd !important;
}

.table01 td a,
.table01 th a {
    text-decoration: underline;
    color: #9e5ecc;
}

.table01 td a:hover,
.table01 th a:hover {
    text-decoration: none;
    color: #7a39a8;
}

.table01 th {
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: #e7e7e7;
    background: #9f5dd1;
    font-weight: bold;
    text-align: center;
    border: initial;
    vertical-align: middle;
}

.table01 tr:nth-child(odd) th {
    background-color: #ddd;
    background-color: #9f5dd1;
    color: #fff;
}

.table01 td {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #705f7c;
}

.table01 tr:nth-child(odd) td {
    background-color: #F5F5F5;
    background-color: #fdfaff;
}

.table01 tr:nth-child(even) td {
    background-color: #fff;
}

.table01 input[type="checkbox"] {
    margin: auto;
    display: block;
    zoom: 1.5;
}


/*--------------------
    表テーブル2
----------------------*/
.table02 {
    border-collapse: collapse;
    background-color: #efefef;
    overflow: hidden;
    width: 100%;
}

.table02 th {
    width: 150px;
    font-weight: bold;
    padding-bottom: 20px;
}

/*--------------------
    表テーブル3(ログイン)
----------------------*/
.table03 {
    margin: auto;
}

.table03 tr th {
    max-width: 160px;
    text-align: right;
    padding-right: 1em;
    margin-bottom: 10px;
    vertical-align: middle;
    padding: 10px;
    white-space: nowrap;
}

.table03 tr td {
    padding: 10px;
    width: 74%;
}

/*---------------------
        入力ボックス
----------------------*/
.input_box {
    background-color: #efefef;
    border-radius: 10px;
    padding: 25px 40px;
}

/*---------------------
        マップ表示
----------------------*/
.mapimage {
    background-size: contain;
    position: relative;
}

.mappin {
    font-size: 60px;
    color: #81ae42;
    -webkit-text-stroke: 2px #FFF;
}

/*---------------------------------------
                ログイン
---------------------------------------*/
.pw-area {
    position: relative;
    padding: auto 0 !important;
    margin-bottom: 30px;
}

.pw-area .fa {
    position: absolute;
    top: 25px;
    right: 10px;
    transform: translate(-50%, -50%);
    width: 23px;
    text-align: center;
}

#single .pw-area .fa {
    top: 35px;
}

/*---------------------------------------
                管理画面
---------------------------------------*/
/*top画面*/
.top_glid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.top_glid .glid_item {
    display: inline-block;
    margin: 20px;
    margin-bottom: 10px;
    border: 1px solid #c5aed6;
    padding-bottom: 100px;
    border-radius: 10px;
    position: relative;
}

.glid_item h2 {
    color: #fff;
    background-color: #a76ad6;
    padding: 5px 16px;
    border-radius: 10px 10px 0 0;
}

.glid_item h2+div {
    padding: 4px 20px;
}

.glid_item .txtCenter {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    left: 0;
}

.glid_item .btn {
    max-width: 15em;
    width: 15em;
    max-width: 90%;
    font-size: 1em;
    overflow: hidden;
    height: 3em;
    line-height: 3em;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}

/*-----------------------------------------
    画像の登録時
------------------------------------------*/

.preview_box {
    position: relative;
    max-width: 100%;
    width: 500px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 10px;
}

.preview_box .close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    cursor: pointer;
}

.preview_box .close_btn i {
    margin: 0;
}

.preview_box img {
    width: 100%;
}