#wrapper {
  position: relative;
}

body.wide header .main,
body.wide header .global,
body.wide footer .contents div {
  width: 1200px;
}

header {
  margin: 0 0 36px;
}
header #logo img {
  height: 24px;
}
header #reserve-btn {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 10px;
  border-radius: 5px;
  padding: 5px 8px 7px 10px;
  background: #004B73;
  color: #FFF;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
}
header #reserve-btn:hover {
  background-color: #FED500;
  color: #3c3c3c;
  text-decoration: none;
}
header #reserve-btn:hover::after {
  background-image: url(../svg/open_in_new.svg);
}
header #reserve-btn::after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  margin: 1px 0 0 3px;
  background: url(../svg/open_in_new_white.svg);
  background-size: 17px 17px;
  vertical-align: top;
}
header .main {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 35px 0;
}
header .main .mypage img {
  border-radius: 100px;
}
header .main .text-menu {
  position: absolute;
  right: 0;
  bottom: 10px;
}
header .main .text-menu a {
  display: inline-block;
  border-radius: 5px;
  padding: 7px 8px 5px;
  line-height: 18px;
  color: #3c3c3c;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}
header .main .text-menu a:hover {
  background: #3c3c3c;
  color: #FFF;
}
header .main .menu {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 0;
}
header .main .menu a + a {
  margin-left: 5px;
}
header .main .menu #mypage-menu {
  position: relative;
  display: inline-block;
}
header .main .menu #mypage-menu > a:hover {
  background: #3c3c3c;
  border-radius: 100px 100px 0 0;
}
header .main .menu #mypage-menu:hover a {
  background: #3c3c3c;
  border-radius: 20px 20px 0 0;
}
header .main .menu #mypage-menu + a {
  margin-left: 5px;
}
header .main .menu a {
  position: relative;
  display: inline-block;
  padding: 8px;
  color: #3c3c3c;
  text-decoration: none;
  border-radius: 5px 5px 0 0 !important;
}
header .main .menu a:hover {
  border-radius: 20px;
  background: #FFF;
}
header .main .menu ul {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  background: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
}
header .main .menu ul li + li {
  border-top: solid 1px #666;
}
header .main .menu ul a {
  display: block;
  padding: 12px;
  border-radius: 0 !important;
  color: #FFF;
  background: #3c3c3c;
}
header .main .menu ul a:hover {
  background: #3c3c3c;
  opacity: 0.7;
}
header .sub {
  background: #009FD2;
}
header .sub .global {
  width: 1100px;
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
}
header .sub li {
  background: #FFF;
}
header .sub a {
  display: inline-block;
  color: #FFF;
  padding: 15px 20px;
  list-style: none;
  background: #009FD2;
  text-decoration: none;
}
header .sub a:hover {
  opacity: 0.7;
}
header .new-msg-count {
  display: none;
  border-radius: 100px;
  background: #FE595F;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
header .new-msg-count.active {
  display: inline-block;
}
header .mypage > .new-msg-count {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
}
header ul > li > a > .new-msg-count {
  margin-left: 10px;
  line-height: 1;
  padding: 0 4px;
  border-radius: 100px;
}

#flash_messages_v2 {
  margin: 0 0 20px;
}

#drawer-btn {
  display: none;
}

footer .contents div {
  display: flex;
  justify-content: center;
  width: 1100px;
  margin: 0 auto;
}
footer .contents div dl {
  width: 25%;
  line-height: 2;
}
footer .contents div dd {
  font-size: 12px;
  font-size: 1.2rem;
}
footer .contents div dl + dl {
  margin-left: 40px;
}

#list h2 {
  margin: 0 0 20px;
}
#list .filter {
  padding: 0;
}
#list section:last-child #page {
  margin-bottom: 0;
}

#teams_list {
  display: flex;
  margin: 0 -20px 0 0;
  padding: 0;
  flex-wrap: wrap;
}
#teams_list.single {
  display: block;
  margin: 0;
  padding: 0;
}
#teams_list.single li {
  width: 100%;
  margin: 0;
}
#teams_list li {
  width: calc(25% - 20px);
  margin: 0 20px 20px 0 !important;
}
#teams_list a {
  color: #434343;
}
#teams_list.top {
  display: block;
  width: 100%;
}
#teams_list.top li {
  display: block;
  width: 100% !important;
  margin: 0 0 20px !important;
}
#teams_list.top .join-team a:hover {
  opacity: 0.8;
}

#forms {
  display: block;
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 0;
  font-size: 0;
}
#forms select,
#forms input {
  margin: 0 10px 0 0;
}
#forms select {
  width: calc(15% - 10px);
}
#forms input[type=text] {
  width: calc(24% - 10px);
}
#forms input[type=submit] {
  width: 16%;
  margin: 0;
}
#forms.facility #kind,
#forms.facility #area {
  width: 155px;
}
#forms.facility #keyword {
  width: 212px;
}
#forms.facility input[type=submit] {
  width: 176px;
}

#slider {
  position: relative;
  width: 100%;
  height: 500px;
  margin: -36px 0 36px;
  text-align: center;
}
#slider .banner {
  display: flex;
  width: 1100px;
  height: 500px;
  margin: 0 auto;
}
#slider .banner .text h2 {
  font-size: 50px;
  font-size: 5rem;
}
#slider .banner .text p {
  margin: 0 0 20px;
  font-size: 36px;
  font-size: 3.6rem;
}
#slider .slick-dots {
  bottom: 20px;
}
#slider .slick-dots li + li {
  margin-left: 12px;
}
#slider .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

#blog-list h3 {
  margin-top: 0.3em;
}
#blog-list .sub > div {
  display: inline-block;
}
#blog-list .sub > div + div {
  margin: 0 0 0 36px;
}
#blog-list.min .pict {
  min-width: 62px;
}
#blog-list.min .pict .bg.dummy {
  background-size: 40px;
}
#blog-list.min h3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
#blog-list.min li + li {
  padding-top: 0;
  border-top: none;
}

#blog-side-list {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
}
#blog-side-list.block {
  border-radius: 0;
  background: none;
  box-shadow: none;
}
#blog-side-list.block li {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
}
#blog-side-list.block li + li {
  margin-top: 10px;
}
#blog-side-list.block h3 {
  font-size: 14;
  font-size: 1.4rem;
}
#blog-side-list li {
  padding: 20px;
}
#blog-side-list li + li {
  border-top: solid 1px #EEE;
}
#blog-side-list a {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #434343;
}
#blog-side-list .pict {
  margin: 0 0 10px;
  background: #EEE center/cover no-repeat;
}
#blog-side-list .pict.dummy {
  background-size: 80px;
}
#blog-side-list .date {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  line-height: 18px;
  color: #434343;
}
#blog-side-list img {
  width: 100%;
}

#new-content h2 {
  margin: 0 0 20px;
}
#new-content > section {
  margin: 0 0 48px;
}

#blog_show .title h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
#blog_show .description {
  font-size: 12px;
  font-size: 1.2rem;
}
#blog_show .body {
  margin: 0 0 20px;
  border-radius: 5px;
}
#blog_show .main_pict {
  border-radius: 5px 5px 0 0;
}
#blog_show .blog-pager {
  margin: 0 0 20px;
  padding: 0;
  justify-content: center;
}
#blog_show .blog-pager a {
  padding: 20px !important;
}
#blog_show .blog-pager .list a {
  display: block;
  text-decoration: none;
  border-radius: 100px;
  font-size: 12px;
  font-size: 1.2rem;
}
#blog_show .blog-pager .list a:hover {
  background: #009FD2;
  color: #FFF;
}
#blog_show .blog-pager.wrap li {
  width: calc(50% - 10px);
}
#blog_show .blog-pager.wrap li + li {
  margin-left: 20px;
}
#blog_show .blog-pager.wrap li:nth-child(n+3) {
  margin-top: 20px;
}
#blog_show #add_omment_2024 {
  border-bottom: solid 1px #DDD;
}
#blog_show .comments_list > li:last-child,
#blog_show .comments_list_more > li:last-child {
  border-bottom: solid 1px #DDD;
}

#authoer_footer {
  margin: 0;
  border-radius: 5px;
}

#user-show {
  display: flex;
}
#user-show > *:first-child:last-child {
  width: 100%;
}
#user-show .user-header {
  margin: 0 0 20px;
  border-radius: 5px;
  box-shadow: 0 0 3px #CCC;
}
#user-show #user-contents {
  width: 100%;
  margin-left: 20px;
}
#user-show #user-contents .menu + ul {
  border-radius: 0 0 5px 5px !important;
}
#user-show .menu {
  box-shadow: 0 0 3px #CCC;
}
#user-show .ad-side {
  position: sticky;
  top: 158px;
}

#simple-team-list {
  box-shadow: 0 0 3px #ccc;
}

#blocked {
  width: 500px;
}

#team_header {
  margin: 0 0 20px;
}
#team_header .category {
  position: absolute;
  left: 20px;
  top: 20px;
}
#team_header .icon {
  margin: -92px 0 0 18px;
  width: 120px;
  height: 120px;
}
#team_header .icon .bg,
#team_header .icon img {
  width: 120px !important;
  height: 120px !important;
  background-size: cover;
}
#team_header h1 {
  padding: 10px 20px 20px;
}

.more202403 {
  font-size: 12px;
  font-size: 1.2rem;
}
.more202403 a {
  box-shadow: 0 0 3px #CCC;
  border: none;
}

#facility_list a {
  display: flex;
}
#facility_list a .bg {
  width: 200px;
  min-width: 200px;
}
#facility_list a .body {
  padding: 20px;
}

#step-contents {
  border-top: none;
  width: 600px;
  margin: 0 auto;
}
#step-contents h1 {
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #434343;
}
#step-contents h1 a {
  right: 0;
  top: 3px;
}
#step-contents h1 .material-symbols-rounded {
  margin: 4px 0 0;
}
#step-contents .block {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 3px #CCC;
}
#step-contents > .block:first-child:last-child,
#step-contents > input + .block:last-child {
  padding-bottom: 80px;
}
#step-contents > h1 + .block:last-child {
  padding-bottom: 80px;
}
#step-contents .block + .block {
  margin-top: 20px;
}
#step-contents ol {
  padding: 0;
}
#step-contents #div-change-plan-alert {
  margin: 0 0 20px;
}
#step-contents #div-change-plan-alert.top {
  margin: 10px 0 0;
}
#step-contents #page {
  margin-top: 20px;
}

#waitings .block {
  box-sizing: border-box;
  width: 600px;
}

br.sp {
  display: none;
}

#payment-step {
  margin: 0 0 40px;
}
#payment-step li {
  width: 120px;
}
#payment-step p {
  font-size: 14px;
  font-size: 1.4rem;
}
#payment-step span {
  line-height: 40px;
  width: 40px;
  font-size: 20px;
}
#payment-step span::after {
  width: 120px;
  height: 6px;
  top: 17px;
}

#side-forms {
  position: relative;
}
#side-forms input,
#side-forms select {
  margin: 0 0 10px;
  border: solid 1px #CCC;
  padding: 8px;
  width: 100%;
  height: 40px;
  line-height: 14px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
#side-forms input:last-child,
#side-forms select:last-child {
  margin: 0;
}
#side-forms select {
  padding-right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF url(/labostatic/img/select.png) no-repeat right;
  background-size: 20px 14px;
}
#side-forms select.double {
  width: calc(50% - 5px);
  padding: 8px 16px 8px 8px;
}
#side-forms select.double + select.double {
  margin-left: 6px;
}
#side-forms *:disabled {
  background-color: #EEE;
}
#side-forms input[type=submit] {
  border-radius: 5px;
  padding: 0;
  background: #00A0D2;
  border: none;
  color: #FFF;
  line-height: 40px;
  cursor: pointer;
}
#side-forms input[type=submit]:hover {
  opacity: 0.8;
}

#booking_description {
  margin-bottom: 0;
}

#member_recruit .kind div .area:last-child,
#recruit_show .kind div .area:last-child {
  margin-right: 5px;
}
#member_recruit .kind div .sub_area:last-child,
#recruit_show .kind div .sub_area:last-child {
  margin-right: 15px;
}

#team_member_recruit {
  margin-bottom: 0;
}

#team_wrapper #page {
  margin-bottom: 0;
}

#team_wrapper #member_recruit {
  margin-bottom: 0;
}

#share_btn {
  background: none;
}

#left-menu-v2 ul {
  margin: 0 0 20px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
}
#left-menu-v2 ul li + li {
  border-top: solid 1px #DDD;
}
#left-menu-v2 ul a {
  display: block;
  padding: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #434343;
  text-decoration: none;
  line-height: 20px;
}
#left-menu-v2 ul a:hover {
  opacity: 0.7;
}
#left-menu-v2 ul .material-symbols-rounded {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  width: 20px;
  margin-right: 6px;
}
#left-menu-v2 .teams a {
  display: flex;
}
#left-menu-v2 .teams a .pict {
  min-width: 20px;
  width: 20px !important;
  padding-right: 6px;
}
#left-menu-v2 .teams a img {
  width: 20px !important;
  height: 20px !important;
  border-radius: 2px;
}
#left-menu-v2 .teams a .name img {
  margin-left: 5px;
}
#left-menu-v2 .center a {
  display: block !important;
  text-align: center !important;
}
#left-menu-v2 .user {
  padding: 20px;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
  border-radius: 5px;
  margin: 0 0 20px;
  text-align: center;
  line-height: 1.5;
}
#left-menu-v2 .user .pict {
  margin: 0 0 10px;
}
#left-menu-v2 .user img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
#left-menu-v2 .user h3 {
  margin: 0 0 10p;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#left-menu-v2 .user a {
  color: #434343;
}
#left-menu-v2 .user .plan {
  display: block;
  margin: 10px 0 0;
  border: solid 1px #DDD;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
}
#left-menu-v2 .user .plan:hover {
  border-color: #666;
  background: #666;
  color: #FFF;
}

#mypage-v2 {
  width: 100%;
  display: flex;
}
#mypage-v2 #left {
  width: 332px;
  min-width: 332px;
}
#mypage-v2 #center {
  width: 100%;
}

#contact_form .errors {
  margin: 20px 0 0;
}
#contact_form table {
  table-layout: auto;
  margin-bottom: 40px;
}
#contact_form table th {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 20px 20px 20px 0;
  text-align: left;
  font-weight: bold;
  color: #666;
  background: #FFF;
  line-height: 1.5;
}
#contact_form table th:first-child {
  padding-right: 0;
}
#contact_form table td {
  padding: 20px 0;
  text-align: left;
  background: #FFF;
}
#contact_form table td input,
#contact_form table td textarea {
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #CCC;
  padding: 10px;
  line-height: 18px;
  vertical-align: top;
  color: #434343;
}
#contact_form table tr:first-child > * {
  border-top: solid 1px #DDD;
}
#contact_form table tr > * {
  border-bottom: solid 1px #DDD;
}

#error_404 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: calc(100% - 442px);
}

#back-link.post {
  width: 822px;
  margin: 0 auto 20px;
}

#page-back.edit {
  width: 800px;
  margin: 0 auto;
}