@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

a {
  text-decoration: none;
  transition: opacity 0.5s ease;
  color: inherit;
}
a:hover {
  opacity: 0.5;
}

main {
  padding: 0;
}
main .container {
  padding: 60px 0 60px;
}

input, textarea {
  border-radius: 0;
  padding: 5px 10px;
  outline: none;
  border: 1px solid #cccccc;
}

/********************************************
フラッシュメッセージ
********************************************/
#flash_msg {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 490px;
  border: 1px solid #eee;
  background-color: lightblue;
  border-radius: 4px;
  padding: 8px 20px;
  z-index: 10;
}

/********************************************
デバッガ
********************************************/
#debugger {
  position: fixed;
  bottom: 0;
  left: 0;
  display: inline-block;
  font-size: 10px;
  padding: 20px;
  background-color: yellow;
  border: 1px solid #180069;
  opacity: 0.7;
  z-index: 5;
}

header {
  z-index: 3;
}
header #user_switch {
  display: flex;
  font-size: 10px;
  background-color: rgba(225, 255, 0, 0.697);
}
header #user_switch a {
  margin: 0 10px;
}

#vuedata {
  background-color: rgba(225, 255, 0, 0.697);
}

[v-cloak] {
  display: none;
}

/********************************************
ログイン
********************************************/
body.admin_login main .page-width {
  max-width: 500px;
}

Form .ui-parts {
  margin-bottom: 40px;
}
Form .ui-parts.button {
  margin-top: 80px;
}
Form button {
  margin: 0 auto;
  cursor: pointer;
}

/********************************************
ユーザ削除
********************************************/
body.admin_delete main .content {
  text-align: center;
}
body.admin_delete main .content table {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 60px;
}
body.admin_delete main .content table th, body.admin_delete main .content table td {
  padding: 10px 15px;
  border: 1px solid #cccccc;
}
body.admin_delete main .content table th {
  width: 170px;
  background-color: #F8F8F8;
  text-align: center;
}
body.admin_delete main .content table td {
  width: 230px;
}
body.admin_delete main .content .txt {
  margin-bottom: 60px;
}

/********************************************
ユーザ削除完了
********************************************/
body.admin_delete_complete main .content {
  text-align: center;
}

/********************************************
ユーザ一覧
********************************************/
body.admin_users main .content table {
  margin: 0 auto;
}
body.admin_users main .content table thead tr th {
  padding: 0;
}
body.admin_users main .content table thead tr th p {
  border-bottom: 1px solid #000;
  margin: 0 20px;
  text-align: center;
  padding: 0 40px;
}
body.admin_users main .content table tbody tr td {
  padding: 10px 20px 0;
}
body.admin_users main .content table tbody tr td .btns {
  display: flex;
  justify-content: center;
}
body.admin_users main .content table tbody tr td .btns a {
  margin: 0 10px;
  font-weight: bold;
}

/********************************************
ユーザ追加
********************************************/
body.admin_user_add main .content {
  text-align: center;
}
body.admin_user_add main .content form {
  display: inline-block;
}
body.admin_user_add main .content form .form_parts {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
body.admin_user_add main .content form .form_parts label {
  width: 200px;
}
body.admin_user_add main .content form .form_parts input {
  width: 300px;
}
body.admin_user_add main .content form .form_parts .btn_second {
  position: absolute;
  right: -120px;
  top: 2px;
}
body.admin_user_add main .content form .btn_wrap {
  padding-top: 60px;
}
body.admin_user_add main .content form .btn_wrap a {
  margin: 0 auto;
}

Form .ui-parts {
  margin-bottom: 40px;
}
Form .ui-parts.button {
  margin-top: 80px;
}
Form button {
  margin: 0 auto;
  cursor: pointer;
}

/********************************************
ログイン
********************************************/
body.admin_login main .page-width {
  max-width: 500px;
}

/********************************************
ログアウト
********************************************/
body.admin_logout main .content {
  text-align: center;
}

/********************************************
ヘッダー
********************************************/
header {
  position: sticky;
  background-color: #F8F8F8;
  height: 100px;
  width: 100%;
}
header .page-width {
  height: 100%;
}
header .inner {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .inner .logo {
  width: 200px;
}
header .inner .logo a {
  width: 100%;
}
header .inner .logo a img {
  width: 100%;
}
header .inner .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .inner .btns a {
  margin: 0 20px;
  font-weight: bold;
}
header .inner .btns a.btn_text {
  font-weight: bold;
  color: inherit;
}

/********************************************
フッター
********************************************/
footer {
  font-family: "Bellefair", serif;
  border-top: 1px solid #cccccc;
}
footer p {
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}

/********************************************
共通スタイル
********************************************/
.sp {
  display: none;
}

.page-width {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-width.narrow {
  max-width: 600px;
}

.btn_primary {
  display: block;
  background-color: #180069;
  color: #fff;
  width: 160px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: none;
  padding: 0;
}
.btn_primary.small {
  width: 70px;
  line-height: 30px;
}

.btn_primary2 {
  display: block;
  background-color: #666666;
  color: #fff;
  width: 240px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0;
}

.btn_second {
  display: block;
  background-color: #9F9F9F;
  color: #fff;
  width: 100px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: none;
  padding: 0;
}
.btn_second.small {
  width: 70px;
  line-height: 30px;
}

.btn_danger {
  display: block;
  background-color: #F40000;
  color: #fff;
  width: 160px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: none;
  padding: 0;
}
.btn_danger.small {
  width: 70px;
  line-height: 30px;
}

.page_title {
  font-family: "Bellefair", serif;
  font-size: 40px;
  color: #180069;
  text-align: center;
  margin-bottom: 80px;
}

.ui-parts {
  display: flex;
  align-items: center;
}
.ui-parts label {
  width: 30%;
}
.ui-parts input {
  width: 70%;
  max-width: 300px;
}

::-moz-placeholder {
  font-size: 13px;
}

::placeholder {
  font-size: 13px;
}

/********************************************
編集
********************************************/
body.admin_edit main {
  position: relative;
  z-index: 1;
}
body.admin_edit main #bgimage {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
body.admin_edit main .modals {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 4;
}
body.admin_edit main .modals .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
body.admin_edit main .modals .modal.is_active {
  display: block;
  opacity: 1;
  width: 100vw;
  height: 100vh;
}
body.admin_edit main .modals .modal.is_active .modal-content {
  display: block;
}
body.admin_edit main .modals .modal .layer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6666666667);
}
body.admin_edit main .modals .modal .modal-content {
  display: none;
  position: absolute;
  width: 500px;
  height: auto;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  background-color: #fff;
  padding: 40px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
body.admin_edit main .modals .modal .modal-content .title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs {
  display: flex;
  flex-wrap: wrap;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div {
  width: calc((100% - 30px) / 3);
  margin: 5px;
  box-sizing: border-box;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div .box {
  height: 150px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-white .box {
  background-color: #fff;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-dgray .box {
  background-color: #545454;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-gray .box {
  background-color: #E0D7D0;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-dbrown .box {
  background-color: #CCAEB0;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-blue .box {
  background-color: #62B1DB;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-orange .box {
  background-color: #FB6600;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-pink .box {
  background-color: #DE9CB4;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-lpink .box {
  background-color: #F6C9ED;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-green .box {
  background-color: #77C7AB;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-image .box {
  border: none;
  display: block;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div.design-image .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
body.admin_edit main .modals .modal.modal-design .modal-content .designs > div p {
  text-align: center;
}
body.admin_edit main .modals .modal.modal-font .modal-content .fonts div {
  width: 100%;
  cursor: pointer;
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
}
body.admin_edit main .modals .modal.modal-font .modal-content .fonts div.font-gothic {
  font-family: "Noto Sans", sans-serif;
}
body.admin_edit main .modals .modal.modal-font .modal-content .fonts div.font-mincho {
  font-family: "Noto Serif JP", serif;
}
body.admin_edit main .modals .modal.modal-btn .modal-content .btns > div {
  margin-bottom: 30px;
  text-align: center;
}
body.admin_edit main .modals .modal.modal-btn .modal-content .btns > div .box {
  border: 1px solid #cccccc;
  padding: 15px 10px;
  margin-bottom: 4px;
}
body.admin_edit main .modals .modal.modal-btn .modal-content .btns > div .box img {
  max-width: 100%;
}
body.admin_edit main .modals .modal.modal-layout .modal-content .layouts {
  display: flex;
  justify-content: space-between;
}
body.admin_edit main .modals .modal.modal-layout .modal-content .layouts > div {
  width: calc((100% - 30px) / 2);
  text-align: center;
}
body.admin_edit main .modals .modal.modal-layout .modal-content .layouts > div img {
  max-width: 100%;
  margin-bottom: 10px;
}
body.admin_edit main .modals .modal.modal-links .modal-content .links div {
  width: 100%;
  cursor: pointer;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 20px;
  box-sizing: border-box;
}
body.admin_edit main .content_wrapper {
  position: relative;
  z-index: 1;
}
body.admin_edit main .content .sec_design {
  margin-bottom: 50px;
}
body.admin_edit main .content .sec_design .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 490px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #fff;
}
body.admin_edit main .content .sec_design .box > div {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
body.admin_edit main .content .sec_design .box > div a.btn_primary2 {
  width: 100%;
  font-size: 15px;
}
body.admin_edit main .content .sec_design .box > div a.text {
  text-decoration: underline;
  font-size: 15px;
}
body.admin_edit main .content .sec_design .box > div:nth-child(even) {
  padding-left: 20px;
}
body.admin_edit main .content .sec_design .box > div:nth-child(odd) {
  padding-right: 20px;
}
body.admin_edit main .content .sec_id {
  text-align: center;
  color: #666666;
  margin-bottom: 50px;
}
body.admin_edit main .content .sec_id a:after {
  margin-left: 10px;
  transform: translateY(2px);
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../img/ico_link_external.png);
  background-size: cover;
}
body.admin_edit main .content .sec_image {
  position: relative;
  margin-bottom: 40px;
}
body.admin_edit main .content .sec_image .image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
body.admin_edit main .content .sec_image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.admin_edit main .content .sec_image .switch {
  position: absolute;
  left: 50%;
  top: 0;
  width: 180px;
  transform: translateX(130px);
  text-align: center;
}
body.admin_edit main .content .sec_image .switch .toggle.is_active .box1 {
  background-color: #180069;
}
body.admin_edit main .content .sec_image .switch .toggle.is_active .box1 .box2 {
  left: 20px;
}
body.admin_edit main .content .sec_image .switch .toggle .box1 {
  margin: 10px auto;
  position: relative;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #707070;
  background-color: #AAAAAA;
  cursor: pointer;
  box-sizing: border-box;
}
body.admin_edit main .content .sec_image .switch .toggle .box1 .box2 {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: left 0.5s ease;
}
body.admin_edit main .content .sec_image .switch .change_image {
  cursor: pointer;
}
body.admin_edit main .content .sec_image .switch .change_image label {
  width: 180px;
  cursor: pointer;
}
body.admin_edit main .content .sec_admin {
  max-width: 490px;
  margin: 0 auto 20px;
}
body.admin_edit main .content .sec_admin .box {
  display: flex;
  justify-content: space-between;
}
body.admin_edit main .content .sec_admin .box .form_parts {
  width: 220px;
  box-sizing: border-box;
}
body.admin_edit main .content .sec_admin .box .form_parts input {
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
}
body.admin_edit main .content .sec_profiles {
  max-width: 490px;
  margin: 0 auto 40px;
}
body.admin_edit main .content .sec_profiles .form_parts {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
body.admin_edit main .content .sec_profiles .form_parts input {
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 15px;
}
body.admin_edit main .content .sec_profiles .form_parts input#name {
  font-size: 20px;
  font-weight: bold;
}
body.admin_edit main .content .sec_profiles .form_parts input#company {
  font-weight: bold;
}
body.admin_edit main .content .sec_profiles .form_parts textarea {
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  height: 120px;
  font-size: 15px;
}
body.admin_edit main .content .sec_links {
  max-width: 490px;
  margin: 0 auto 60px;
}
body.admin_edit main .content .sec_links .links .link {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}
body.admin_edit main .content .sec_links .links .link .link_btn {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 15px 3px 20px;
  border: 1px solid #cccccc;
  text-align: center;
}
body.admin_edit main .content .sec_links .links .link .link_btn .icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
body.admin_edit main .content .sec_links .links .link .link_btn .icon svg {
  width: 100%;
  height: auto;
}
body.admin_edit main .content .sec_links .links .link .link_btn .icon svg.ico_external path {
  fill: transparent;
  stroke: #000;
}
body.admin_edit main .content .sec_links .links .link .link_btn .icon svg.ico_external line {
  stroke: #000;
}
body.admin_edit main .content .sec_links .links .link .link_btn .texts {
  width: 100%;
  box-sizing: border-box;
}
body.admin_edit main .content .sec_links .links .link .link_btn .texts input {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}
body.admin_edit main .content .sec_links .links .link .controll {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  right: -63px;
  transform: translateY(-50%);
}
body.admin_edit main .content .sec_links .links .link .controll .arrows {
  margin-right: 10px;
}
body.admin_edit main .content .sec_links .links .link .controll .arrows a {
  display: block;
  color: #180069;
  cursor: pointer;
}
body.admin_edit main .content .sec_links .links .link .controll .trashbox a {
  display: block;
  width: 20px;
  cursor: pointer;
}
body.admin_edit main .content .sec_links .links .link.image .link_btn {
  position: relative;
  background-position: center center;
  background-size: cover;
  border: none;
  border-radius: 0;
}
body.admin_edit main .content .sec_links .links .link.image .link_btn:after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body.admin_edit main .content .sec_links .links .link.image .link_btn .icon {
  position: relative;
  z-index: 2;
}
body.admin_edit main .content .sec_links .links .link.image .link_btn .texts {
  z-index: 2;
}
body.admin_edit main .content .sec_links .links .link.image .link_btn .texts input {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
body.admin_edit main .content .sec_links .links .link.image .link_btn .texts input::-moz-placeholder {
  color: #ddd;
}
body.admin_edit main .content .sec_links .links .link.image .link_btn .texts input::placeholder {
  color: #ddd;
}
body.admin_edit main .content .sec_links .add_link a {
  position: relative;
  display: block;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  background-color: #F8F8F8;
  line-height: 50px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
}
body.admin_edit main .content .sec_links .add_link a:before {
  position: absolute;
  content: "+";
  top: -1px;
  left: calc(50% - 55px);
}
body.admin_edit main .content .sec_eigyo {
  margin-bottom: 80px;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
body.admin_edit main .content .sec_eigyo textarea {
  width: 100%;
  border-radius: 4px;
  padding: 8px 10px;
  box-sizing: border-box;
}
body.admin_edit main .content .sec_eigyo textarea#address {
  height: 50px;
  margin-bottom: 10px;
}
body.admin_edit main .content .sec_eigyo textarea#hours {
  height: 100px;
}
body.admin_edit main .container.font-gothic {
  font-family: "Noto Sans", sans-serif;
}
body.admin_edit main .container.font-mincho {
  font-family: "Noto Serif JP", serif;
}
body.admin_edit main .container.design-dgray {
  background-color: #545454;
}
body.admin_edit main .container.design-dgray .inner .sec_links .link {
  background-color: #A1A1A1;
}
body.admin_edit main .container.design-dbrown {
  background-color: #AC918F;
}
body.admin_edit main .container.design-dbrown .inner .sec_links .link {
  background-color: #CFAEAB;
}
body.admin_edit main .container.design-gray {
  background-color: #E0D7D0;
}
body.admin_edit main .container.design-gray .inner {
  color: #000;
}
body.admin_edit main .container.design-gray .inner .sec_links .link {
  background-color: #CCC4BE;
}
body.admin_edit main .container.design-gray .inner .sec_links .link a .icon svg {
  fill: #000;
}
body.admin_edit main .container.design-gray .inner .sec_links .link a .icon svg path, body.admin_edit main .container.design-gray .inner .sec_links .link a .icon svg line {
  stroke: #000;
}
body.admin_edit main .container.design-blue {
  background-color: #62B1DB;
}
body.admin_edit main .container.design-blue .inner .sec_links .link {
  background-color: #5090B3;
}
body.admin_edit main .container.design-white {
  background-color: #fff;
}
body.admin_edit main .container.design-white .inner {
  color: #000;
}
body.admin_edit main .container.design-white .inner .sec_links .link {
  background-color: #fff;
}
body.admin_edit main .container.design-white .inner .sec_links .link a .icon svg {
  fill: #000;
}
body.admin_edit main .container.design-white .inner .sec_links .link a .icon svg path, body.admin_edit main .container.design-white .inner .sec_links .link a .icon svg line {
  stroke: #000;
}
body.admin_edit main .container.design-green {
  background-color: #77C7AB;
}
body.admin_edit main .container.design-green .inner .sec_links .link {
  background-color: #68AD95;
}
body.admin_edit main .container.design-orange {
  background-color: #FB6600;
}
body.admin_edit main .container.design-orange .inner .sec_links .link {
  background-color: #CC5200;
}
body.admin_edit main .container.design-pink {
  background-color: #DE9CB4;
}
body.admin_edit main .container.design-pink .inner .sec_links .link {
  background-color: #C4899F;
}
body.admin_edit main .container.design-lpink {
  background-color: #F6C9ED;
}
body.admin_edit main .container.design-lpink .inner {
  color: #000;
}
body.admin_edit main .container.design-lpink .inner .sec_links .link {
  background-color: #DBB4D3;
}
body.admin_edit main .container.design-lpink .inner .sec_links .link a .icon svg {
  fill: #000;
}
body.admin_edit main .container.design-lpink .inner .sec_links .link a .icon svg path, body.admin_edit main .container.design-lpink .inner .sec_links .link a .icon svg line {
  stroke: #000;
}
body.admin_edit .btn_save {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
body.admin_edit .btn_save a {
  display: block;
  width: 200px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background-color: #180069;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}

.container.btn-black .sec_links .links .link {
  background-color: #222;
}
.container.btn-black .sec_links .links .link .icon {
  fill: #fff;
}
.container.btn-black .sec_links .links .link .link_btn {
  border: none !important;
}
.container.btn-white .sec_links .links .link {
  background-color: #fff;
}
.container.btn-white .sec_links .links .link .link_btn {
  border: none !important;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
  input {
    box-sizing: border-box;
  }
  /********************************************
  ヘッダー
  ********************************************/
  header {
    height: 60px;
  }
  header .inner {
    padding: 0;
  }
  header .inner .logo {
    width: 117px;
    line-height: 1;
  }
  header .inner .logo a img {
    max-width: 100%;
  }
  header .inner .btns a {
    margin: 0 auto;
  }
  header .inner .btns a.btn_text {
    font-size: 10px;
    margin: 0 5px;
  }
  header .inner .btns a.btn_third {
    margin-right: 10px;
  }
  /********************************************
  フッター
  ********************************************/
  footer p {
    line-height: 30px;
    font-size: 12px;
  }
  /********************************************
  共通スタイル
  ********************************************/
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .btn_primary {
    width: 80px;
  }
  .btn_primary.small {
    width: 90px;
  }
  .btn_second {
    width: 80px;
    line-height: 30px;
  }
  .btn_second.small {
    width: 90px;
  }
  .btn_danger {
    width: 80px;
    line-height: 30px;
  }
  .btn_danger.small {
    width: 90px;
  }
  .page_title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .ui-parts {
    display: block;
  }
  .ui-parts label {
    width: 100%;
  }
  .ui-parts input {
    width: 100%;
    max-width: none;
  }
  main .container {
    padding-top: 40px;
  }
  /********************************************
  ユーザ一覧
  ********************************************/
  body.admin_users main .content {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  body.admin_users main .content table {
    width: auto;
  }
  body.admin_users main .content table td, body.admin_users main .content table th {
    font-size: 12px;
  }
  body.admin_users main .content table thead tr th {
    min-width: 80px;
  }
  body.admin_users main .content table thead tr th p {
    margin: 0 10px;
    padding: 0 10px;
  }
  body.admin_users main .content table tbody tr td {
    padding: 5px 10px 0;
    white-space: nowrap;
  }
  body.admin_users main .content table tbody tr td .btns a {
    margin: 0 10px;
    width: 60px;
  }
  /********************************************
  ユーザ追加
  ********************************************/
  body.admin_user_add main .content {
    text-align: left;
  }
  body.admin_user_add main .content form {
    display: block;
  }
  body.admin_user_add main .content form .form_parts {
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  body.admin_user_add main .content form .form_parts label {
    width: 100%;
  }
  body.admin_user_add main .content form .form_parts input {
    width: 100%;
  }
  body.admin_user_add main .content form .form_parts .btn_second {
    position: static;
    margin-top: 10px;
    margin-left: auto;
  }
  body.admin_user_add main .content form .btn_wrap {
    padding-top: 40px;
  }
  /********************************************
  編集
  ********************************************/
  body.admin_edit footer {
    padding-bottom: 40px;
  }
  body.admin_edit main .modals .modal .modal-content {
    width: calc(100% - 40px);
    padding: 20px;
    box-sizing: border-box;
  }
  body.admin_edit main .modals .modal .modal-content .title {
    margin-bottom: 20px;
  }
  body.admin_edit main .modals .modal.modal-design .modal-content .designs > div .box {
    height: auto;
  }
  body.admin_edit main .modals .modal.modal-font .modal-content .fonts div {
    margin-bottom: 30px;
    line-height: 60px;
  }
  body.admin_edit main .content .sec_design {
    margin-bottom: 10px;
  }
  body.admin_edit main .content .sec_design .box a {
    width: 150px;
    margin: 0;
  }
  body.admin_edit main .content .sec_id {
    margin-bottom: 40px;
  }
  body.admin_edit main .content .sec_image {
    margin-bottom: 40px;
  }
  body.admin_edit main .content .sec_image .image {
    width: 80px;
    height: 80px;
  }
  body.admin_edit main .content .sec_image .switch {
    width: 90px;
    transform: translateX(60px);
  }
  body.admin_edit main .content .sec_image .switch .change_image label {
    width: 90px;
    font-size: 12px;
  }
  body.admin_edit main .content .sec_admin {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
  }
  body.admin_edit main .content .sec_admin .box {
    display: block;
  }
  body.admin_edit main .content .sec_admin .box .form_parts {
    width: 100%;
    margin-bottom: 10px;
  }
  body.admin_edit main .content .sec_admin .box .form_parts input {
    width: 100%;
  }
  body.admin_edit main .content .sec_profiles {
    max-width: none;
    width: 100%;
    margin: 0 auto 30px;
  }
  body.admin_edit main .content .sec_profiles .form_parts {
    width: 100%;
    margin-bottom: 10px;
  }
  body.admin_edit main .content .sec_profiles .form_parts textarea {
    width: 100%;
    border-radius: 4px;
    height: 100px;
  }
  body.admin_edit main .content .sec_links {
    max-width: none;
    width: 100%;
    margin: 0 auto 60px 0;
  }
  body.admin_edit main .content .sec_links .links {
    width: 85%;
    margin-bottom: 20px;
  }
  body.admin_edit main .content .sec_links .links .link {
    margin-bottom: 10px;
  }
  body.admin_edit main .content .sec_links .links .link .link_btn {
    border-radius: 4px;
    padding: 8px 15px 3px 10px;
  }
  body.admin_edit main .content .sec_links .links .link .link_btn .icon {
    margin-right: 10px;
  }
  body.admin_edit main .content .sec_links .links .link .link_btn .texts .btn_primary2 {
    width: 100%;
    font-size: 12px;
  }
  body.admin_edit main .content .sec_links .add_link a {
    width: 240px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 11px;
  }
  body.admin_edit main .content .sec_links .add_link a:before {
    position: absolute;
    content: "+";
    top: -1px;
    left: calc(50% - 45px);
  }
  body.admin_edit .btn_save {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  body.admin_edit .btn_save a {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: rgba(24, 0, 105, 0.7568627451);
  }
  /********************************************
  ユーザ削除
  ********************************************/
  body.admin_delete main .content table {
    width: 100%;
    margin-bottom: 30px;
  }
  body.admin_delete main .content table th, body.admin_delete main .content table td {
    padding: 5px 10px;
  }
  body.admin_delete main .content table th {
    width: 40%;
  }
  body.admin_delete main .content table td {
    width: 60%;
  }
  body.admin_delete main .content .txt {
    margin-bottom: 30px;
  }
  /********************************************
  ログアウト
  ********************************************/
}/*# sourceMappingURL=styles.css.map */