@charset "UTF-8";
@media print {
  body {
    zoom: 0.5;
  }
}
html,
body {
  height: 100%;
  background: #fff;
}

.wrapper {
  padding-top: 100px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .wrapper {
    padding-top: 55px;
  }
}

.anker {
  margin-top: -130px;
  padding-top: 130px;
}

main {
  position: relative;
}
main > section {
  padding: 80px 0 0;
}
main > section > section {
  padding: 40px 0 0;
}
main > section > section:first-of-type {
  padding-top: 0;
}
main .breadcrumb {
  margin-top: 15px;
}
main .breadcrumb br {
  display: none;
}

.main.page {
  padding: 0 0 40px;
}

.inner {
  max-width: 1230px;
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: auto;
  position: relative;
}

.inner--s {
  max-width: 750px;
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: auto;
  position: relative;
}

@keyframes fadeinmenu {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}
#header {
  padding: 12px 0 12px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  #header {
    padding: 2px 0 6px;
  }
}
#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffc12e;
}
#header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
#header .logo {
  display: inline-block;
  margin-top: 5px;
}
#header .logo img {
  height: 70px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  #header .logo img {
    height: 45px;
  }
}
#header nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  #header nav {
    padding: 8px 45px 0 0;
  }
}
#header nav > ul:not(:last-of-type) {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #header nav > ul:not(:last-of-type) {
    margin-right: 0;
    padding-right: 0;
    position: relative;
  }
}
#header nav > ul:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  margin: auto;
  background: #333;
}
@media only screen and (max-width: 600px) {
  #header nav > ul:not(:last-of-type):after {
    content: none;
  }
}
#header nav #menu {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  #header nav #menu {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 98px;
    width: 100%;
    left: 0;
    transition: 0.4s ease;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 600px) {
  #header nav #menu {
    top: 56px;
  }
}
@media only screen and (max-width: 1080px) {
  #header nav #menu > li {
    text-align: center;
    margin: 0;
    border-top: 1px solid #ccc;
  }
}
#header nav #menu > li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 1080px) {
  #header nav #menu > li:not(:last-child) {
    margin: 0;
  }
}
#header nav #menu > li a {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  #header nav #menu > li a {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1080px) {
  #header nav #menu > li a {
    display: block;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1080px) {
  #header nav #menu > li span {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #header nav #menu > li span {
    display: inline;
  }
}
#header #font {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  #header #font {
    display: none;
  }
}
#header #font li {
  position: relative;
}
#header #font li:not(:last-child) {
  margin-right: 10px;
}
#header #font li a {
  font-size: 1.4rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border: solid 1px #ccc;
}
#header #font li.active a {
  background: #ffc12e;
  border-color: #ffc12e;
  color: #fff;
}
#header .sns {
  display: flex;
  align-items: center;
  position: relative;
}
#header .sns li:not(:last-child) {
  margin-right: 10px;
}
#header .sns li a {
  display: block;
}
#header .sns li img {
  width: 32px;
  height: auto;
}

#menu_btn {
  display: none;
  cursor: pointer;
  width: 55px;
  height: 55px;
  margin: auto;
  padding: 10px 17.5px;
  z-index: 101;
}
@media only screen and (max-width: 1200px) {
  #menu_btn {
    display: block;
  }
}
@media only screen and (max-width: 1080px) {
  #menu_btn {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
  }
}
#menu_btn:before, #menu_btn:after, #menu_btn .border {
  content: "";
  display: block;
  background: #000;
  position: relative;
  width: 20px;
  transition: 0.3s ease;
  height: 2px;
}
#menu_btn:before {
  top: 11px;
}
#menu_btn .border {
  top: 15px;
}
#menu_btn:after {
  top: 19px;
}
#menu_btn .close {
  display: none;
}
#menu_btn.open:before {
  transform: translateY(7px) rotate(145deg);
}
#menu_btn.open:after {
  transform: translateY(-5px) rotate(-145deg);
}
#menu_btn.open .border {
  background: none;
}
#menu_btn.open .close {
  display: block;
}

#link_area {
  background: #eee;
  padding: 30px 0;
}
@media only screen and (max-width: 600px) {
  #link_area {
    background: #eee;
    padding: 20px 0;
  }
}
#link_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  #link_area ul {
    display: block;
  }
}
#link_area ul li {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 600px) {
  #link_area ul li + li {
    margin: 20px 0 0;
  }
}
#link_area ul li a {
  color: #000;
  background: url(../img/icon/icon_arrow_b_r.svg) no-repeat left center;
  padding: 0 0 0 12px;
  font-size: 1.3rem;
}

#footer {
  padding: 60px 0;
  background: #444;
  color: #fff;
  font-size: 1.4rem;
}
@media only screen and (max-width: 600px) {
  #footer {
    padding: 30px 0;
    font-size: 1.2rem;
  }
}
#footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .address .logo {
  display: block;
  margin: 0 0 20px;
}
#footer .address .logo img {
  height: 90px;
  width: auto;
}
#footer .address table {
  margin-top: 30px;
}
#footer .address table th {
  text-align: left;
}
#footer .address table td {
  padding-left: 10px;
}
#footer nav {
  width: 100%;
}
#footer nav #footer_menu1 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
#footer nav #footer_menu1 > li {
  position: relative;
}
#footer nav #footer_menu1 > li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
#footer nav #footer_menu1 > li:not(:last-child):after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #footer nav #footer_menu1 > li:not(:last-child):after {
    line-height: 2.5em;
  }
}
@media only screen and (max-width: 600px) {
  #footer nav #footer_menu1 > li a {
    line-height: 2.5em;
  }
}
#footer nav #footer_menu2 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  #footer nav #footer_menu2 {
    display: block;
    margin-top: 0;
    justify-content: flex-start;
  }
}
#footer nav #footer_menu2 > li {
  padding-left: 15px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #footer nav #footer_menu2 > li {
    width: 50%;
    float: left;
  }
}
#footer nav #footer_menu2 > li:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #footer nav #footer_menu2 > li:before {
    line-height: 2.5em;
  }
}
#footer nav #footer_menu2 > li:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 600px) {
  #footer nav #footer_menu2 > li:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  #footer nav #footer_menu2 > li a {
    line-height: 2.5em;
  }
}
#footer nav .licence {
  margin: 30px 0 0;
  text-align: right;
  font-size: 1.2rem;
}
@media only screen and (max-width: 600px) {
  #footer nav .licence {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 30px;
  }
}

@media (max-width: 900px) {
  main > section {
    padding: 40px 0 0;
  }
  main > section > section {
    padding: 30px 0 0;
  }

  .anker {
    margin-top: -95px;
    padding-top: 95px;
  }
}
#top section {
  padding: 80px 0;
}
@media only screen and (max-width: 600px) {
  #top section {
    padding: 40px 0;
  }
}
#top .free_editor {
  padding-bottom: 0;
}
#top .free_editor .free_editor-box {
  padding: 25px;
  border: double #ccc;
}
@media only screen and (max-width: 600px) {
  #top .free_editor .free_editor-box {
    padding: 15px;
    margin-top: 10px;
  }
}
#top > .mainvisual {
  padding: 0;
  max-height: 500px;
  overflow: hidden;
  /*
  background-image: url(../img/top/mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  @include sp {
    height: 140px;
  }
  .slider {
    .image {
      background: no-repeat center center / cover;
      align-items: center;
      display: flex;
      @include sp {
        padding-top: 200px;
      }
    }
  }
  */
}
#top > .mainvisual .slick-prev,
#top > .mainvisual .slick-next {
  top: auto;
  bottom: -40px;
  left: auto;
  right: 72px;
  width: 42px;
  height: 12px;
}
#top > .mainvisual .slick-prev:before,
#top > .mainvisual .slick-next:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 42px 12px;
  display: block;
  width: 42px;
  height: 12px;
}
#top > .mainvisual .slick-prev {
  right: 72px;
}
#top > .mainvisual .slick-prev:before {
  background-image: url("../img/top/control_l.png");
}
#top > .mainvisual .slick-next {
  right: 20px;
}
#top > .mainvisual .slick-next:before {
  background-image: url("../img/top/control_r.png");
}
#top > .mainvisual #slider_box .slick-dots {
  bottom: -35px;
  right: 145px;
  width: auto;
}
#top > .news .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#top > .news h2 {
  width: 160px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 600px) {
  #top > .news h2 {
    width: 100%;
  }
}
#top > .news .news_wrap {
  width: calc(100% - 160px);
}
@media only screen and (max-width: 600px) {
  #top > .news .news_wrap {
    width: 100%;
  }
}
#top > .news .news_list {
  margin: 0 0 40px;
}
#top > .news .news_list > li {
  border-bottom: 1px solid #e2e2e2;
}
#top > .news .news_list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  position: relative;
}
#top > .news .news_list-item .tag {
  display: inline-block;
  width: 70px;
  color: #fff;
  margin-right: 10px;
  font-size: 85%;
}
#top > .news .news_list-item .tag.new {
  background: red;
  padding: 1px 5px;
  text-align: center;
}
#top > .news .news_list-item .tag.new:before {
  content: "NEW";
}
#top > .news .news_list-item time {
  width: 110px;
  color: #555;
}
#top > .news .news_list-item span {
  display: block;
  width: calc(100% - 210px);
}
@media only screen and (max-width: 600px) {
  #top > .news .news_list-item span {
    width: 100%;
    margin: 5px 0 0;
  }
}
#top > .event {
  background: url(../img/line_w.png) repeat-x center top 200px/1px 1200px, url(../img/top/event_bg.jpg) no-repeat top center/100% auto;
}
@media only screen and (max-width: 600px) {
  #top > .event {
    background: url("../img/line_w.png") repeat-x center top 160px/1px 1200px, url("../img/top/event_bg.jpg") no-repeat top center/cover;
  }
}
#top > .event h2 {
  margin: 0 0 30px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#top > .event .event_list {
  margin: 0 0 40px;
}
#top > .event .event_list > li {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
#top > .event .event_list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
}
#top > .event .event_list-item time {
  width: 130px;
  color: #555;
}
@media only screen and (max-width: 600px) {
  #top > .event .event_list-item time {
    width: 120px;
  }
}
#top > .event .event_list-item .event_category {
  width: 100px;
}
#top > .event .event_list-item .event_list_text {
  display: block;
  width: calc(100% - 230px);
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 600px) {
  #top > .event .event_list-item .event_list_text {
    width: 100%;
    padding: 0;
    margin: 5px 0 0;
  }
}
#top > .pickup {
  background: url("../img/line_w.png") repeat-x center top 200px/1px 1200px, url("../img/top/pickup_bg.jpg") no-repeat top center/100% auto;
}
@media only screen and (max-width: 600px) {
  #top > .pickup {
    background: url("../img/line_w.png") repeat-x center top 160px/1px 1200px, url("../img/top/pickup_bg.jpg") no-repeat top center/cover;
  }
}
#top > .pickup h2 {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#top > .pickup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  #top > .pickup ul {
    display: block;
  }
}
#top > .pickup ul li {
  width: 23%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin: 0 1%;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #top > .pickup ul li {
    width: 48%;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  #top > .pickup ul li {
    width: 100%;
  }
}
#top > .pickup ul li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #333;
}
#top > .pickup ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  #top > .pickup ul li a {
    padding: 10px 10px 20px;
  }
}
#top > .pickup ul li a img {
  display: block;
  width: 70px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #top > .pickup ul li a img {
    width: 40px;
  }
}
#top > .pickup ul li a h3 {
  font-size: 2rem;
  margin: 10px 0 20px;
  padding-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #top > .pickup ul li a h3 {
    margin: 5px 0 10px;
    padding-bottom: 5px;
  }
}
#top > .pickup ul li a p {
  font-size: 0.75em;
}
#top .qr_code {
  background: #fffbe1;
}
#top .qr_code figure {
  display: flex;
}
#top .qr_code figure > a {
  display: block;
  max-width: 20%;
}
#top .qr_code figure figcaption {
  padding: 10px 0 0 20px;
  line-height: 1.5;
}
#top .palet .palet_bg {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  background: #dfefe2;
  max-width: 800px;
  margin: auto;
  border-radius: 5px;
  border: dotted 3px #b2d3b8;
}
#top .palet .palet_bg h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#top .palet .palet_bg p {
  line-height: 2;
}
#top .palet .palet_bg div:nth-child(1) {
  width: calc(100% - 230px);
}
#top .palet .palet_bg div:nth-child(2) {
  width: 200px;
}
@media only screen and (max-width: 600px) {
  #top .palet .palet_bg {
    display: block;
    padding: 15px;
  }
  #top .palet .palet_bg h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #top .palet .palet_bg p {
    line-height: 1.5;
  }
  #top .palet .palet_bg p br {
    display: none;
  }
  #top .palet .palet_bg div:nth-child(1), #top .palet .palet_bg div:nth-child(2) {
    width: 100%;
  }
  #top .palet .palet_bg div:nth-child(2) {
    text-align: center;
  }
  #top .palet .palet_bg div:nth-child(2) img {
    max-width: 200px;
  }
}
#top > .about {
  background-color: #fffbe1;
}
#top > .about > .inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  #top > .about > .inner {
    flex-direction: column-reverse;
  }
}
#top > .about .about_img {
  width: calc(50% - 40px);
  margin: 10px 0 0;
}
@media only screen and (max-width: 600px) {
  #top > .about .about_img {
    width: 100%;
    margin: 30px 0 0;
  }
}
#top > .about .about_text {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  #top > .about .about_text {
    width: 100%;
    padding: 0;
  }
}
#top > .about .about_text dl dt {
  width: 36%;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 600px) {
  #top > .about .about_text dl dt {
    width: 100%;
    padding: 0 0 10px;
  }
}
#top > .about .about_text dl dd {
  width: 64%;
}
@media only screen and (max-width: 600px) {
  #top > .about .about_text dl dd {
    width: 100%;
  }
}
#top > .about .about_text table {
  width: 100%;
}
#top > .about .about_text table tr th {
  width: 30%;
  vertical-align: top;
}
#top .ad h3 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

.faq_list {
  border-top: 1px solid #333;
}
.faq_list dt, .faq_list dd {
  position: relative;
}
.faq_list dt:before, .faq_list dd:before {
  font-size: 1.8rem;
  content: "Q";
  position: absolute;
  left: 0;
  top: 28px;
  font-weight: bold;
}
.faq_list dt {
  padding: 30px 0 5px 30px;
}
.faq_list dd {
  padding: 5px 0 30px 30px;
  position: relative;
  border-bottom: 1px solid #333;
}
.faq_list dd:before {
  content: "A";
  color: #ffc12e;
  top: 5px;
}
.faq_list dd a {
  color: #ffc12e;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.faq_list dd a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-right: solid 2px #ffc12e;
  border-bottom: solid 2px #ffc12e;
  transform: rotate(-45deg);
}

/*イベントサムネ*/
.event_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.event_list .event_article {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  float: left;
  margin: 0 1% 3.3%;
  width: 23%;
}
@media only screen and (max-width: 600px) {
  .event_list .event_article {
    width: 48%;
  }
}
.event_list .event_article a {
  display: block;
  padding: 7.407% 7.407% 8.5%;
}
.event_list .event_article .event_thumb {
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
  padding: 0 0 20px;
}
.event_list .event_article .event_thumb .image {
  width: 100%;
  padding-top: 60.869%;
  background: url(../img/noimg.jpg) no-repeat center center/cover;
}
.event_list .event_article .event_date {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.event_list .event_article .event_sub {
  font-size: .93rem;
  margin: 0 0 2px;
}
.event_list .event_article .event_name {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#sitemap .root .main {
  display: none;
}
#sitemap ul.under {
  display: flex;
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
#sitemap ul.under li:first-child {
  position: absolute;
  font-weight: bold;
  top: 0;
}
#sitemap ul.under li:not(:last-child) {
  margin-right: 20px;
}
#sitemap ul.under li:nth-child(n+2) a:before {
  content: none;
}

@media (max-width: 839px) {
  #sitemap .root {
    margin-top: 5px;
  }
  #sitemap ul.under {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
  }
  #sitemap ul.under li {
    width: 100%;
  }
  #sitemap ul.under li:not(:last-child) {
    margin-right: 0;
  }
  #sitemap ul.under li:nth-child(n+4) {
    margin-top: 5px;
  }
}
#privacy_policy iframe {
  width: 100%;
  height: 1600px;
  border: solid 1px #000;
  padding: 30px 1%;
}

#circle .plane_table td:nth-child(1) {
  width: 35%;
}
#circle .plane_table td:nth-child(2) {
  width: 25%;
}
#circle .plane_table td:nth-child(3) {
  width: 15%;
}
#circle .plane_table td:nth-child(4) {
  width: 15%;
  text-align: center;
}
#circle .plane_table td:nth-child(5) {
  width: 10%;
  text-align: center;
}

.image_list {
  display: flex;
}
.image_list li {
  width: 50%;
  padding-right: 10px;
}

.gallery .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 3rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
}

.plane_table td.gallery {
  text-decoration: underline;
}
.plane_table td.gallery:hover {
  background: #eee;
  transition: 0.2s ease;
  cursor: pointer;
}

.plane_table.price tbody tr td:nth-child(1) {
  width: 120px;
}
.plane_table.price tbody tr td:nth-last-child(3) {
  width: 100px;
}
.plane_table.price tbody tr td:nth-last-child(-n+2) {
  width: 160px;
}

@media (max-width: 839px) {
  .plane_table.price tbody tr td:nth-child(1), .plane_table.price tbody tr td:nth-last-child(3), .plane_table.price tbody tr td:nth-last-child(-n+2) {
    width: auto;
  }
}
table.community_center thead tr th {
  border: solid 1px #e2e2e2;
}
table.community_center tbody tr:nth-child(1) th {
  width: 21%;
}
table.community_center tbody tr:nth-child(1) td:nth-child(2) {
  width: 14%;
}
table.community_center tbody tr:nth-child(1) td:nth-child(3) {
  width: 10%;
}
table.community_center tbody tr:nth-child(1) td:nth-child(4) {
  width: 10%;
}
table.community_center tbody tr:nth-child(1) td:nth-child(5) {
  width: 27%;
}
table.community_center tbody tr:nth-child(1) td:nth-child(6) {
  width: 18%;
}
table.community_center tbody tr th {
  background: none;
  border: solid 1px #e2e2e2;
}
table.community_center tbody tr td {
  border: solid 1px #e2e2e2;
}
table.community_center tbody tr td:last-child {
  text-align: center;
}
table.community_center tbody tr td img {
  height: auto;
  width: auto;
  max-height: 150px;
  max-width: 150px;
}
@media (max-width: 839px) {
  table.community_center {
    display: none;
  }
}

@media (min-width: 840px) {
  #community_center .price {
    display: none;
  }
}
#community_center table.community_center {
  margin-bottom: 40px;
}
#community_center #facility + .wp-block-group,
#community_center .wp-block-group + .wp-block-group {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}
#community_center #facility + .wp-block-group h3,
#community_center .wp-block-group + .wp-block-group h3 {
  font-size: 1.8rem;
}
@media (max-width: 839px) {
  #community_center #facility + .wp-block-group,
  #community_center .wp-block-group + .wp-block-group {
    float: none;
    width: 100%;
  }
  #community_center #facility + .wp-block-group img,
  #community_center .wp-block-group + .wp-block-group img {
    max-width: 200px;
    display: table;
    margin: auto;
  }
}
#community_center .cancel li {
  position: relative;
  padding-left: 16px;
}
#community_center .cancel li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffc12e;
  left: 0;
  top: 9px;
  position: absolute;
}
#community_center .wp-block-group:nth-of-type(odd) {
  clear: both;
}
#community_center .page_content:after {
  clear: both;
  content: "";
  display: block;
}
#community_center .reserve_table {
  width: 100%;
  margin: 20px auto;
}
#community_center .reserve_table thead td {
  background: #eee;
  text-align: center;
}
#community_center .reserve_table thead td:nth-child(n+3) {
  width: 8%;
}
#community_center .reserve_table tbody th {
  background: none;
}
#community_center .reserve_table tbody td {
  position: relative;
}
#community_center .reserve_table tbody td.pink {
  background: #ffdce2;
}
#community_center .reserve_table tbody td.green {
  background: #e8ffdd;
}
#community_center .reserve_table tbody td.blue {
  background: #e0eeff;
}
#community_center .reserve_table tbody td .arrow {
  position: relative;
  height: 40px;
  background: #ffc12e;
  width: calc(100% - 30px);
  position: absolute;
  font-weight: bold;
  bottom: -20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  margin: auto;
}
#community_center .reserve_table tbody td .arrow:before, #community_center .reserve_table tbody td .arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
}
#community_center .reserve_table tbody td .arrow:before {
  border-width: 20px 15px 20px 0;
  border-color: transparent #ffc12e transparent transparent;
  left: -15px;
}
#community_center .reserve_table tbody td .arrow:after {
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #ffc12e;
  right: -15px;
}
@media (max-width: 839px) {
  #community_center .reserve_table tbody td .arrow {
    flex-wrap: wrap;
    line-height: 1;
    height: 50px;
    bottom: -25px;
  }
  #community_center .reserve_table tbody td .arrow span {
    display: block;
    width: 100%;
    text-align: center;
  }
  #community_center .reserve_table tbody td .arrow:before {
    border-width: 25px 15px 25px 0;
  }
  #community_center .reserve_table tbody td .arrow:after {
    border-width: 25px 0 25px 15px;
  }
}
#community_center .floormap {
  text-align: center;
}
#community_center .floormap svg {
  width: 598px;
  height: 617px;
  max-width: 100%;
  background: url("../img/map_compartment2.jpg") no-repeat center/cover;
}
#community_center .floormap svg .st0 {
  opacity: 0;
  fill: #9dffec;
}
#community_center .floormap svg .st0:hover {
  opacity: 0.3;
  transition: 0.2s ease;
}

#access .green {
  color: #93CDA7;
}
#access .indent {
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}
#access .attention {
  font-size: 1.3rem;
  text-indent: -1.3rem;
  margin-left: 1.3rem;
  line-height: 1.8;
}
#access .attention:first-of-type {
  margin-top: 30px;
}

#about .wp-block-image img {
  width: auto;
}
#about .howto_link {
  display: flex;
  justify-content: center;
  margin: 40px -10px 0;
  text-align: center;
}
#about .howto_link > div {
  margin: 0 10px;
}
#about .howto_link a {
  text-decoration: none;
}
#about .howto_link a[target="_blank"]::after {
  content: none;
}
#about table td {
  width: 30%;
}
#about table td + td {
  width: 70%;
}
#about .floormap {
  text-align: center;
}
#about .floormap svg {
  width: 652px;
  height: 660px;
  max-width: 100%;
  background: url("../img/about/rental_space.jpg") no-repeat center/cover;
}
#about .floormap svg .st0 {
  opacity: 0;
  fill: #9dffec;
}
#about .floormap svg .st0:hover {
  opacity: 0.3;
  transition: 0.2s ease;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  color: #333;
}

body.small main {
  font-size: 1.4rem;
}
body.large main {
  font-size: 1.8rem;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:hover {
  transition: 0.2s ease;
  opacity: 0.7;
}

h1, h2, h3, h4, h5 {
  margin: 0 auto;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 2px;
}

ul, ol, li {
  list-style: none;
}

ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

section:after,
ul:after,
ol:after,
dl:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

em {
  font-weight: bold;
  font-style: normal;
}

h2, .h2 {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  margin: 0 auto 30px;
}
h2 .sub, .h2 .sub {
  font-size: .5em;
  display: block;
}

h3, .h3 {
  font-size: 2.2rem;
  text-align: left;
  margin: 0 0 20px;
  padding-bottom: 5px;
}

h4 {
  font-size: 1.8rem;
  margin: 0 0 20px;
}
@media only screen and (max-width: 830px) {
  h4 {
    font-size: 1.6rem !important;
  }
}

h5 {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 1.8rem;
  margin: 0 0 10px;
}
@media only screen and (max-width: 830px) {
  h5 {
    font-size: 1.5rem !important;
  }
}
h5::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #ffc12e;
  border-radius: 50%;
}

p {
  margin: 0 0 15px;
  word-break: break-word;
}
p:last-child {
  margin: 0;
}

.fs20 {
  font-size: 2rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs115 {
  font-size: 115%;
  margin: 0 1px;
}

.fs85 {
  font-size: 85%;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.btn {
  text-align: center;
  width: auto;
  min-width: 300px;
  display: inline-block;
  transition: 0.2s ease;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 20px;
  margin: 30px auto 0;
  border-radius: 50px;
  color: #fff;
  background: #ffc12e;
  border: solid 2px #ffc12e;
  transition: 0.1s ease;
}
.btn:hover {
  opacity: 1;
  background: #fff;
  color: #ffc12e;
}
.btn.mini {
  min-width: 200px;
  font-size: 1.4rem;
  margin: 10px auto 0;
  padding: 5px 10px;
}

.page_ttl {
  height: 200px;
  background: #999;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.page_ttl .inner {
  z-index: 2;
}
.page_ttl h1, .page_ttl .title {
  font-size: 3.6rem;
}
.page_ttl h1 br, .page_ttl .title br {
  display: none;
}
.page_ttl .caption {
  font-weight: 1.6rem;
  margin-top: 10px;
}
.page_ttl .bg {
  background: no-repeat center/cover;
  z-index: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page_ttl .white {
  display: table;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 20px 20px 20px 0;
}
.page_ttl .white:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 1000px;
  left: -1000px;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
.page_ttl .over {
  opacity: 0.5;
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: brightness(0.6);
}

.intro {
  text-align: center;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
select,
textarea {
  border: solid 1px #CCC;
  border-radius: 5px;
  height: 50px;
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
}
input[type=text].error:not(:disabled),
input[type=email].error:not(:disabled),
input[type=number].error:not(:disabled),
input[type=tel].error:not(:disabled),
select.error:not(:disabled),
textarea.error:not(:disabled) {
  background-color: #fff3f2;
  border-color: #f75c4d;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #ccc;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background: #fff url("../img/select_icon.png") no-repeat center right 10px;
  background-size: 10px 6px;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
}

.dot_list li {
  position: relative;
  padding-left: 15px;
}
.dot_list li:not(:last-child) {
  margin-bottom: 5px;
}
.dot_list li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  margin: auto;
  background: #6fbcff;
  z-index: 1;
}
.dot_list li a {
  display: inline-block;
  text-decoration: underline;
  color: #6fbcff;
}
.dot_list li a[target="_blank"]:after {
  content: url(../img/blank.png);
  left: 5px;
  top: -1px;
  position: relative;
}
.dot_list.kome li {
  padding-left: 20px;
}
.dot_list.kome li:before {
  content: "※";
  top: 0;
  background: none;
}

.archives_list li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
  padding-bottom: 15px;
}
.archives_list li a {
  display: block;
}
.archives_list li a .tag {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #ffc12e;
  border-radius: 5px;
  padding: 2px 8px;
  font-weight: bold;
  font-size: 1.4rem;
}
.archives_list li a time {
  margin: 7px 10px 0 0;
  width: 75px;
  display: inline-block;
  font-size: 1.4rem;
}
.archives_list li a p {
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.doc_list {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.doc_list li {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  float: left;
}
.doc_list li:nth-child(3n) {
  margin-right: 0;
}
.doc_list li:nth-child(n+4) {
  margin-top: 20px;
}
.doc_list li a {
  text-align: center;
  width: 100%;
  border: solid 2px #ffc12e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px;
  color: #ffc12e;
  background: #fff;
}

.num_list {
  counter-reset: number;
}
.num_list > li {
  position: relative;
  padding-left: 3rem;
}
.num_list > li:not(:last-child) {
  margin-bottom: 5px;
}
.num_list > li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 0;
  text-align: right;
}

.table_dl {
  margin-top: 20px;
}
.table_dl dt {
  width: 16rem;
  float: left;
  clear: both;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.table_dl dt:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  background: #ffc12e;
  border-radius: 50%;
  display: inline-block;
}
.table_dl dd {
  display: table;
  float: left;
  width: calc(100% - 16rem);
  margin-bottom: 10px;
}

.pager ul {
  display: flex;
  justify-content: center;
}
.pager ul li {
  margin: 0 5px;
}
.pager ul li a, .pager ul li span {
  height: 40px;
  min-width: 40px;
  padding: 7px;
  border: solid 1px #666;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.pager ul li .current {
  background: #666;
  color: #fff;
}

.page_controls {
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
}
.page_controls li {
  margin: 0 5px;
}
.page_controls li a, .page_controls li span {
  height: 40px;
  min-width: 40px;
  padding: 7px;
  border: solid 1px #666;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.page_controls li .current {
  background: #666;
  color: #fff;
}

.single .info .subtitle {
  font-size: 1.4rem;
}
.single .info h1 {
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-size: 3rem;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 600px) {
  .single .info h1 {
    font-size: 2.2rem;
  }
}
.single .info .dates {
  display: flex;
  flex-wrap: wrap;
}
.single .info .dates > li {
  margin: 0 20px 0 0;
  font-size: 1.4rem;
}
.single_row {
  display: flex;
  flex-wrap: wrap;
}
.single_row a {
  color: #6fbcff;
  text-decoration: underline;
}
.single_row a[target="_blank"]:after {
  content: url(../img/blank.png);
  left: 5px;
  top: -1px;
  position: relative;
}
.single_thumb {
  width: 200px;
  padding: 40px 0 0;
}
@media only screen and (max-width: 600px) {
  .single_thumb {
    width: 100%;
    margin: auto;
  }
}
.single_col {
  width: calc(100% - 200px);
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 600px) {
  .single_col {
    width: 100%;
    padding: 0;
  }
}

.mailat {
  display: inline-block;
}
.mailat:after {
  content: "＠";
}

hr.line {
  border: none;
  height: 25px;
  width: 100%;
  margin: 60px 0 0;
  background: url("../img/line.png") repeat-x center/contain;
}

.sp {
  display: none;
}

@media (max-width: 839px) {
  body.large main {
    font-size: 1.4rem;
  }

  .wrapper {
    font-size: 1.4rem;
  }

  .sp {
    display: inherit;
  }

  .pc {
    display: none;
  }

  h2, .h2 {
    font-size: 2.1rem;
  }
  h2 .sub, .h2 .sub {
    font-size: 1.4rem;
  }
  h2:before, h2:after, .h2:before, .h2:after {
    top: 17px;
    width: 30px;
  }
  h2.line2:before, h2.line2:after, .h2.line2:before, .h2.line2:after {
    top: 30px;
  }
  h2:before, .h2:before {
    left: -45px;
  }
  h2:after, .h2:after {
    right: -45px;
  }
  h2 + p, .h2 + p {
    text-align: left;
  }

  h3, .h3 {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
  h3 + .sub, .h3 + .sub {
    font-size: 2rem;
  }

  .btn {
    min-width: 140px;
    margin: 20px auto 0;
    padding: 8px 10px;
    border-width: 2px;
  }
  .btn.mini {
    min-width: 120px;
    font-size: 1.2rem;
    margin: 10px auto 0;
  }

  .page_ttl {
    height: 160px;
  }
  .page_ttl h1, .page_ttl .title {
    font-size: 2.6rem;
  }
  .page_ttl h1 br, .page_ttl .title br {
    display: inline;
  }
  .page_ttl .caption {
    font-size: 1.2rem;
    margin-top: 5px;
  }

  .intro {
    text-align: left;
  }
  .intro br {
    display: none;
  }

  .table_dl dt {
    width: 12rem;
  }
  .table_dl dd {
    width: calc(100% - 12rem);
  }

  hr.line {
    margin: 30px 0 0;
  }

  .pager ul li {
    margin: 0 3px;
  }
  .pager ul li a, .pager ul li span {
    height: 32px;
    min-width: 32px;
    padding: 5px;
  }

  .dot_list li {
    width: 100%;
    float: none;
  }
  .dot_list li:nth-child(n+2) {
    margin-top: 5px;
  }
  .dot_list li:before {
    top: 5px;
  }

  .news_list li a {
    display: block;
  }
  .news_list li a time {
    margin: 0 5px 0 0;
    font-weight: bold;
  }
  .news_list li a .tag {
    min-width: 100px;
    margin-right: 0;
    padding: 2px 4px;
    font-size: 1.2rem;
  }
  .news_list li a p {
    width: 100%;
  }

  .archives_list li a time {
    font-size: 1.2rem;
  }
  .archives_list li a .tag {
    padding: 2px 4px;
    font-size: 1.2rem;
  }

  .flexible_content .img_text {
    margin-bottom: 30px;
  }
  .flexible_content .img_text .img {
    width: calc(45% - 15px);
    margin-right: 15px;
  }
  .flexible_content .img_text:nth-of-type(even) .img {
    margin: 0 0 0 15px;
  }
  .flexible_content .picture:not(:last-child) {
    margin-bottom: 30px;
  }
  .flexible_content .picture img {
    width: auto;
    height: auto;
  }

  .plane_table th, .plane_table td {
    padding: 10px 5px;
    font-size: 1.2rem;
    min-width: 60px;
  }
}
@media print {
  body {
    zoom: 0.6;
    -webkit-print-color-adjust: exact;
  }
  body .fancybox {
    display: block !important;
    visibility: visible !important;
  }
}
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
/*お知らせカテゴリー色*/
/*イベントカテゴリー色*/
.event_category {
  line-height: 1.5em;
  min-width: 74px;
  padding: 2px 8px;
  font-size: .75em;
  color: #fff;
  text-align: center;
  background: #333;
}

.event_category.notice {
  background: #6fbcff;
}

.event_category.recruitment {
  background: #e50000;
}

.event_category.gallery {
  background: #00b317;
}

.event_category.other {
  background: #696969;
}

#news_archive .page_ttl, #news_single .page_ttl {
  background-image: url(../img/bg/news.jpg);
}

#event_archive .page_ttl, #event_single .page_ttl {
  background-image: url(../img/bg/event.jpg);
}

#access .page_ttl {
  background-image: url(../img/bg/access.jpg);
}

#notfound .page_ttl {
  background-image: url(../img/bg/notfound.jpg);
}

/*dl*/
.dl_wrap dl {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 600px) {
  .dl_wrap dl {
    flex-direction: column;
    padding: 10px 0;
  }
}
.dl_wrap dl dt {
  font-weight: bold;
}
.dl_wrap table tr th {
  text-align: left;
  font-weight: normal;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

.page_content {
  padding: 40px 0 80px;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 600px) {
  .page_content {
    padding: 30px 0;
  }
}
.page_content h2 {
  padding: 0 0 10px;
  border-bottom: 4px solid #93CDA7;
}
.page_content h3 {
  position: relative;
  padding: 0 0 0 22px;
}
.page_content h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 80%;
  margin: auto;
  background-color: #ffc12e;
  border-radius: 6px;
}
.page_content h4 {
  position: relative;
  padding: 0 0 0 20px;
}
.page_content h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 80%;
  margin: auto;
  background-color: #6fbcff;
  border-radius: 6px;
}
.page_content table {
  margin: 10px 0;
  border-top: 1px solid #e2e2e2;
  border-collapse: collapse;
}
@media only screen and (max-width: 600px) {
  .page_content table {
    font-size: 1.3rem;
  }
}
.page_content table tr th {
  padding: 10px;
  font-weight: bold;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e2e2e2;
}
.page_content table tr th + th {
  border-left: 1px solid #e2e2e2;
}
.page_content table tr td {
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.page_content table tr td + td {
  border-left: 1px solid #e2e2e2;
}
.page_content a {
  color: #6fbcff;
  text-decoration: underline;
}
.page_content a[target="_blank"]::after {
  display: inline-block;
  content: "";
  left: 5px;
  top: -1px;
  width: 14px;
  height: 11px;
  position: relative;
  background-image: url(../img/icon/blank.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page_content .wp-block-columns {
  margin: 0 0 40px;
}
.page_content .wp-block-columns h3 {
  margin: 30px 0 10px;
}
.page_content figcaption {
  padding: 20px 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #555;
}
.page_content ul li {
  position: relative;
  padding: 0 0 0 2rem;
}
.page_content ul li + li {
  margin: 1rem 0 0;
}
.page_content ul li::before {
  content: "";
  position: absolute;
  top: .9rem;
  left: .5rem;
  width: 8px;
  height: 8px;
  background-color: #93CDA7;
  border-radius: 50%;
}

.ankerlist {
  position: fixed;
  right: 0;
  bottom: 70px;
  transform: translate(270px, 0);
  transition: 0.3s ease;
  background: #93CDA7;
  padding: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.ankerlist:before {
  content: "◀ ページガイド";
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.6rem;
  width: 30px;
  letter-spacing: 5px;
}
@media all and (-ms-high-contrast: none) {
  .ankerlist:before {
    writing-mode: tb-lr;
  }
}
.ankerlist:hover {
  transform: translate(0, 0);
}
.ankerlist ul {
  width: 260px;
}
.ankerlist ul li {
  padding: 0;
  width: 100%;
}
.ankerlist ul li::before {
  content: none;
}
.ankerlist ul li + li {
  margin-top: 0;
}
.ankerlist ul li:nth-child(n+2) {
  margin-top: 10px;
}
.ankerlist ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  color: #93CDA7;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}
.ankerlist ul li a span {
  font-size: 80%;
}
.ankerlist ul:after {
  content: none;
}
@media only screen and (max-width: 600px) {
  .ankerlist {
    position: relative;
    transform: none;
    display: block;
    bottom: auto;
    margin-bottom: 20px;
  }
  .ankerlist:before {
    content: none;
  }
  .ankerlist ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .ankerlist ul li:nth-child(n+2) {
    margin-top: 5px;
  }
  .ankerlist ul li a {
    padding: 5px;
    font-size: 1.2rem;
    height: 50px;
  }
  .ankerlist ul li a span {
    display: block;
    width: 100%;
  }
}

.wp-block-columns .wp-block-image {
  margin-bottom: 0;
}
@media only screen and (max-width: 830px) {
  .wp-block-columns .wp-block-column {
    margin-bottom: 10px;
  }
}

.wp-block-buttons .wp-block-button__link {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button__link::after {
  content: none !important;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 40px !important;
}
@media only screen and (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 0 0 !important;
  }
}

.wp-block-column .wp-block-image img {
  width: 100%;
}

.colorbox {
  padding: 20px;
  background-color: #EEEEEE;
  border-radius: 5px;
}
.colorbox a {
  display: block;
  color: #333;
}
.colorbox a + a {
  margin: 1rem 0 0;
}
.colorbox a[target="_blank"]::after {
  content: none;
}
.colorbox a.pdf::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 38px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  background-image: url(../img/icon/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.colorbox a.excel::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 38px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  background-image: url(../img/icon/icon_xlsx.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.colorbox a.word::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 38px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  background-image: url(../img/icon/icon_docs.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 599px) {
  #community_center .wp-block-columns.are-vertically-aligned-top {
    flex-direction: column-reverse;
  }
}

.wp-block-group.price table tr td:first-child {
  width: 32%;
}

/*お知らせ一覧*/
@media only screen and (max-width: 600px) {
  #news_archive .news_wrap {
    width: 100%;
  }
}
#news_archive .news_list {
  margin: 0 0 40px;
}
#news_archive .news_list > li {
  padding: 20px 5px;
  border-bottom: 1px solid #e2e2e2;
}
#news_archive .news_list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#news_archive .news_list-item time {
  width: 130px;
  color: #777;
}
#news_archive .news_list-item .tag {
  display: inline-block;
  width: 70px;
  color: #fff;
  margin-right: 10px;
  font-size: 85%;
}
#news_archive .news_list-item .tag.new {
  background: red;
  padding: 1px 5px;
  text-align: center;
}
#news_archive .news_list-item .tag.new:before {
  content: "NEW";
}
#news_archive .news_list-item span {
  display: block;
  width: calc(100% - 130px);
}
@media only screen and (max-width: 600px) {
  #news_archive .news_list-item span {
    width: 100%;
    margin: 5px 0 0;
  }
}

/*ページャー*/
.wrapper .wp-pagenavi {
  margin: 40px auto;
  text-align: center;
}
.wrapper .wp-pagenavi a {
  padding: 3px 10px;
  border-radius: 5px;
}
.wrapper .wp-pagenavi span {
  padding: 3px 10px;
  border-radius: 5px;
}

/*企業バナーリスト*/
.banner_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.banner_list > li {
  padding: 10px;
}
