@charset "UTF-8";
@media screen and (max-width: 750px) {
  body#community_page .gFooter {
    margin-bottom: 2rem;
  }
}

.community__fixed {
  position: fixed;
  top: 2.7rem;
  left: 0.1rem;
  width: 2rem;
  z-index: 999;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .community__fixed {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.2rem 0.1rem;
    box-shadow: 0 0 10px rgba(76, 73, 72, 0.5);
  }
}
.community__fixed ul {
  display: grid;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community__fixed ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.1rem;
  }
}
.community__fixed li .image {
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.community__fixed li .image .arrow {
  position: absolute;
  bottom: 0.02rem;
  right: 0.1rem;
  width: 0.5rem;
}
@media screen and (max-width: 750px) {
  .community__fixed li .image .arrow {
    bottom: -0.05rem;
    right: 0.05rem;
    width: 0.4rem;
  }
}
.community__fixed li .ttl {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
@media screen and (max-width: 750px) {
  .community__fixed li .ttl {
    font-size: 0.2rem;
  }
}
.community__fixed li a {
  transition: all 0.3s ease;
}
.community__fixed li a:hover .image {
  opacity: 1;
}
.community__fixed li a.active .image {
  opacity: 1;
}

.main a.scroll {
  display: block;
  margin-top: -2rem;
  padding-top: 2rem;
}
.main .sec_mv .page_mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.main .sec__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__01 {
    margin-top: 1rem;
  }
}
.main .sec__01 .logo_grid {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.main .sec__01 .logo_grid .image.--01 {
  width: 4.4rem;
}
.main .sec__01 .logo_grid .image.--02 {
  width: 4.6rem;
}
.main .sec__02 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__02 {
    margin-top: 1rem;
  }
}
.main .sec__02 .item.--01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item.--01 {
    margin-top: 1rem;
  }
}
.main .sec__02 .item.--01 .cmn_ttl {
  text-align: center;
  letter-spacing: 0.62em;
  margin-left: 0.62em;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item.--01 .cmn_ttl {
    letter-spacing: 0.4em;
    margin-left: 0.4em;
  }
}
.main .sec__02 .item.--01 .grid {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item.--01 .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .sec__02 .item.--02 {
  margin-top: 1rem;
}
.main .sec__02 .item.--02 .cmn_ttl {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item.--02 .cmn_ttl {
    font-size: 0.32rem;
  }
}
.main .sec__02 .item.--02 .cmn_ttl .arrow {
  width: 1.2rem;
  margin: 0.4rem auto;
  display: block;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item.--02 .cmn_ttl .arrow {
    width: 0.8rem;
    margin: 0.3rem auto;
  }
}
.main .sec__02 .item.--02 .image {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item.--02 .image {
    margin-top: 0.5rem;
  }
}
.main .sec__03 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 {
    margin-top: 1rem;
  }
}
.main .sec__03 .cmn_block .ic_text {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.main .sec__03 .cmn_block .ic_text img {
  width: 0.5rem;
}
.main .sec__03 .map_wrap {
  margin-top: 1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap {
    overflow-x: scroll;
    padding-bottom: 0.5rem;
    /* スクロールバー */
  }
  .main .sec__03 .map_wrap::-webkit-scrollbar {
    height: 6px;
  }
  .main .sec__03 .map_wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .main .sec__03 .map_wrap::-webkit-scrollbar-thumb {
    background: #d3d3d4;
    border-radius: 999px;
  }
}
.main .sec__03 .map_wrap .map {
  padding-left: 1.5rem;
  padding-right: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .map {
    padding: 0;
    margin-left: 1.2rem;
    margin-right: 0.5rem;
    width: 11rem;
    height: auto;
  }
}
.main .sec__03 .map_wrap .image {
  position: absolute;
  width: 3.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .image {
    width: 2rem;
  }
}
.main .sec__03 .map_wrap .image .arrow {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .image .arrow {
    bottom: 0;
    right: 0.1rem;
    width: 0.4rem;
  }
}
.main .sec__03 .map_wrap a {
  display: block;
  transition: all 0.3s ease;
}
.main .sec__03 .map_wrap a:hover {
  opacity: 0.7;
}
.main .sec__03 .map_wrap .odate {
  top: 0.2rem;
  left: 4.7rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .odate {
    top: 0.1rem;
    left: 3.2rem;
  }
}
.main .sec__03 .map_wrap .minakami {
  top: 3.5rem;
  left: -0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .minakami {
    top: 2rem;
    left: 0;
  }
}
.main .sec__03 .map_wrap .yusui {
  bottom: 1.5rem;
  left: -0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .yusui {
    bottom: 1.5rem;
    left: 0;
  }
}
.main .sec__03 .map_wrap .minamisanriku {
  top: 1.7rem;
  right: -0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .minamisanriku {
    top: 1.1rem;
    right: -6rem;
  }
}
.main .sec__03 .map_wrap .hanno {
  top: 4.6rem;
  right: -0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .hanno {
    top: 2.9rem;
    right: -6rem;
  }
}
.main .sec__03 .map_wrap .sagamihara {
  bottom: 0.7rem;
  right: 3rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .sagamihara {
    bottom: 1.1rem;
    right: -4rem;
  }
}
.main .sec__03 .map_wrap .hokuto {
  bottom: 0;
  right: 10.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .hokuto {
    bottom: 0.6rem;
    right: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec__03 .map_wrap .ico-slide {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.main .sec__03 .movie {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .movie {
    margin-top: 1.5rem;
  }
}
.main .sec__03 .movie .js-modal-video {
  transition: all 0.3s ease;
  width: 16rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .movie .js-modal-video {
    width: 100%;
  }
}
.main .sec__03 .movie .js-modal-video:hover {
  opacity: 0.7;
}
.main .sec__03 .movie .cmn_ttl {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .movie .cmn_ttl {
    font-size: 0.32rem;
  }
}
.main .sec__03 .area_wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .area_wrap {
    margin-top: 1rem;
  }
}
.main .sec__03 .area_wrap .cmn_block {
  text-align: center;
}
.main .sec__03 .area_wrap .cmn_block .cmn_ttl {
  font-size: 0.66rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .area_wrap .cmn_block .cmn_ttl {
    font-size: 0.4rem;
  }
}
.main .sec__03 .area_wrap .cmn_block .cmn_text {
  margin-top: 0.3rem;
}
.main .sec__03 .area_wrap .grid {
  margin-top: 1rem;
  display: flex;
  gap: 0.3rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .area_wrap .grid {
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
}
.main .sec__03 .area_wrap .grid .arrow {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .area_wrap .grid .arrow {
    bottom: 0;
    right: 0.1rem;
    width: 0.4rem;
  }
}
.main .sec__03 .area_wrap .grid a {
  width: calc((100% - 1.2rem) / 5);
  display: block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .area_wrap .grid a {
    width: calc((100% - 0.6rem) / 2);
  }
}
.main .sec__03 .area_wrap .grid a:hover {
  opacity: 0.7;
}
.main .sec__03 .area_wrap .grid .ttl {
  text-align: center;
  font-size: 0.4rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .area_wrap .grid .ttl {
    font-size: 0.32rem;
  }
}
.main .sec__04 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .main .sec__04 {
    margin-top: 1rem;
  }
}
.main .sec__04 .box {
  border: 1px solid;
  padding: 0.2rem 0.5rem 0.6rem;
  font-weight: 300;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  .main .sec__04 .box {
    padding: 0.1rem 0.3rem 0.5rem;
  }
}
.main .sec__04 .box .--01 {
  font-size: 0.4rem;
  letter-spacing: 1.3em;
}
@media screen and (max-width: 750px) {
  .main .sec__04 .box .--01 {
    font-size: 0.28rem;
    letter-spacing: 0.8em;
  }
}
.main .sec__04 .box .--02 {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.64em;
}
@media screen and (max-width: 750px) {
  .main .sec__04 .box .--02 {
    font-size: 0.5rem;
    letter-spacing: 0.4em;
  }
}
.main .sec__04 .box .--03 {
  text-align: center;
  font-family: 0.4rem;
  letter-spacing: 0.62em;
}
@media screen and (max-width: 750px) {
  .main .sec__04 .box .--03 {
    font-size: 0.32rem;
    letter-spacing: 0.4em;
  }
}

@media screen and (min-width: 751px) {
  #community_page .gFooter .dot_line,
  #community_page .gFooter .gFooter_inner_inner {
    padding-left: 2rem;
  }
}
.community_page {
  margin-top: 1rem;
}
@media screen and (min-width: 751px) {
  .community_page {
    width: calc(100% - 2rem);
    margin-left: 2rem;
  }
}
@media screen and (min-width: 751px) {
  .community_page .sec__cmn .prepend {
    width: 22.4rem;
  }
}
.community_page .sec__cmn .prepend .h2_cmn {
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  font-weight: 600;
  border-bottom: 1px solid rgba(76, 73, 72, 0.5);
  padding: 0 0.5rem 0 1rem;
}
@media screen and (max-width: 750px) {
  .community_page .sec__cmn .prepend .h2_cmn {
    font-size: 0.45rem;
    padding: 0;
  }
}
.community_page .sec__cmn .prepend .h2_cmn span {
  padding-bottom: 0.2rem;
}
.community_page .sec__cmn .prepend .h2_cmn .map {
  width: 5.6rem;
}
@media screen and (max-width: 750px) {
  .community_page .sec__cmn .prepend .h2_cmn .map {
    width: 3rem;
  }
}
.community_page .sec__cmn .body {
  margin-top: 0.3rem;
}
.community_page .sec__cmn .body .h3_cmn {
  font-size: 0.64rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  letter-spacing: 0.16em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .community_page .sec__cmn .body .h3_cmn {
    font-size: 0.4rem;
  }
}
.community_page .sec__cmn .body .image {
  width: 11rem;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .community_page .sec__cmn .body .image {
    width: 100%;
  }
}
.community_page .external_btn {
  margin-top: 0.7rem;
}
.community_page .back_btn {
  margin-top: 1rem;
}
.community_page .back_btn a {
  width: 4.2rem;
  margin: 0 auto;
  padding: 0.1rem 0;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 600;
  border: 1px solid;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  padding-right: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_page .back_btn a {
    width: 2.5rem;
  }
}
.community_page .back_btn a .arrow {
  width: 0.15rem;
}
@media screen and (max-width: 750px) {
  .community_page .back_btn a .arrow {
    width: 0.1rem;
  }
}
.community_page .back_btn a:hover {
  color: #e50012;
  border-color: #e50012;
}

.community_odate .odate__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__01 {
    margin-top: 1rem;
  }
}
.community_odate .odate__01 .image.--01 {
  width: 9.6rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__01 .image.--01 {
    width: 100%;
  }
}
.community_odate .odate__01 .image.--02 {
  margin-top: 1rem;
}
.community_odate .odate__02 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 {
    margin-top: 1.5rem;
  }
}
.community_odate .odate__02 .item .ttl {
  font-size: 0.44rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 .item .ttl {
    font-size: 0.36rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.community_odate .odate__02 .item .cmn_text {
  margin-top: 0.3rem;
}
.community_odate .odate__02 .item .grid {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 .item .grid {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.community_odate .odate__02 .item.--01 {
  margin-top: 0.5rem;
}
.community_odate .odate__02 .item.--01 .press {
  margin-top: 0.5rem;
}
.community_odate .odate__02 .item.--02 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 .item.--02 {
    margin-top: 1rem;
  }
}
.community_odate .odate__02 .item.--02 .cmn_text.--02 {
  margin-top: 0.5rem;
}
.community_odate .odate__02 .item.--02 .grid {
  grid-template-columns: 15.85rem auto;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 .item.--02 .grid {
    grid-template-columns: 5.3rem auto;
    gap: 0.2rem;
  }
}
.community_odate .odate__02 .item.--02 .arrow_btn {
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 .item.--02 .arrow_btn {
    margin-top: 0.5rem;
  }
}
.community_odate .odate__02 .item.--02 .note {
  font-size: 0.24rem;
  text-align: right;
  margin-top: 0.4rem;
}

.community_hanno .hanno__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 {
    margin-top: 1rem;
  }
}
.community_hanno .hanno__01 .item .ttl {
  font-size: 0.44rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item .ttl {
    font-size: 0.36rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.community_hanno .hanno__01 .item .cmn_text {
  margin-top: 0.3rem;
}
.community_hanno .hanno__01 .item.--01 {
  margin-top: 0.5rem;
}
.community_hanno .hanno__01 .item.--02 {
  margin-top: 1rem;
}
.community_hanno .hanno__01 .item.--02 .ttl {
  text-align: center;
}
.community_hanno .hanno__01 .item.--02 .grid {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item.--02 .grid {
    grid-template-columns: 1fr;
  }
}
.community_hanno .hanno__01 .item.--02 .grid .box {
  border: 1px solid rgba(76, 73, 72, 0.3);
  border-radius: 20px;
  padding: 0.3rem 0.2rem 0.5rem;
  position: relative;
}
.community_hanno .hanno__01 .item.--02 .grid .box:after {
  content: "";
  display: block;
  border-style: solid;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .community_hanno .hanno__01 .item.--02 .grid .box:after {
    top: 2rem;
    right: -0.8rem;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.5rem solid #4c4948;
    border-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item.--02 .grid .box:after {
    bottom: -0.7rem;
    left: 3rem;
    border-right: 0.3rem solid transparent;
    border-left: 0.3rem solid transparent;
    border-top: 0.4rem solid #4c4948;
    border-bottom: 0;
  }
}
.community_hanno .hanno__01 .item.--02 .grid .box:last-child:after {
  content: none;
}
.community_hanno .hanno__01 .item.--02 .grid .box .num {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item.--02 .grid .box .num {
    font-size: 0.6rem;
  }
}
.community_hanno .hanno__01 .item.--02 .grid .box .box_ttl {
  margin-top: 0.3rem;
  text-align: center;
  line-height: 1.5;
  font-size: 0.36rem;
}
@media screen and (min-width: 751px) {
  .community_hanno .hanno__01 .item.--02 .grid .box .box_ttl {
    height: 1.62rem;
  }
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item.--02 .grid .box .box_ttl {
    font-size: 0.32rem;
  }
}
.community_hanno .hanno__01 .item.--02 .grid .box .image {
  margin-top: 0.3rem;
}
.community_hanno .hanno__01 .item.--02 .press {
  margin-top: 1rem;
}

.community_hokuto .sec__cmn .body .fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .community_hokuto .sec__cmn .body .fl {
    display: block;
  }
}
.community_hokuto .sec__cmn .body .fl .logo {
  width: 4.4rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .sec__cmn .body .fl .logo {
    margin-left: auto;
    width: 2.5rem;
  }
}
.community_hokuto .hokuto__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 {
    margin-top: 1rem;
  }
}
.community_hokuto .hokuto__01 .item.--01 .grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--01 .grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 751px) {
  .community_hokuto .hokuto__01 .item.--01 .grid .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.community_hokuto .hokuto__01 .item.--01 .grid .image.--02 .note {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  color: #fff;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--01 .grid .image.--02 .note {
    position: static;
    color: inherit;
  }
}
.community_hokuto .hokuto__01 .item.--02 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 {
    margin-top: 1rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap {
  background: #a6b0b4;
  color: #fff;
  padding: 0.5rem 0.5rem 2.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 0.5rem 0.4rem 3.8rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .ttl {
  font-size: 0.28rem;
  letter-spacing: 0.64em;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .ttl {
    letter-spacing: 0.4em;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .image figcaption {
  position: absolute;
  bottom: 0.1rem;
  right: 0.2rem;
  font-size: 0.2rem;
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .image .text {
  position: absolute;
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .grid {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  grid-template-rows: 6.9rem;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 3.5rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .image.--01 .text {
  width: 4rem;
  bottom: -2.2rem;
  left: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .image.--01 .text {
    width: 5rem;
    bottom: -2.8rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .image.--02 .text {
  width: 4.2rem;
  bottom: -2.2rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .image.--02 .text {
    width: 5.5rem;
    bottom: -2.9rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .grid {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image.--01 .text {
  width: 5rem;
  bottom: -2.2rem;
  left: -0.3rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image.--01 .text {
    width: 6.3rem;
    bottom: -2.8rem;
    left: -0.3rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image_wrap .text {
  position: absolute;
  width: 4.8rem;
  bottom: -2.2rem;
  left: -1.6rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image_wrap .text {
    width: 5.8rem;
    bottom: -2.8rem;
    left: 0;
  }
}
.community_hokuto .hokuto__01 .item.--02 .note {
  font-size: 0.2rem;
  text-align: right;
  margin-top: 0.2rem;
}
.community_hokuto .hokuto__01 .item.--03 {
  margin-top: 1.5rem;
}
.community_hokuto .hokuto__01 .item.--03 .ttl {
  text-align: center;
  letter-spacing: 0.73em;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--03 .ttl {
    letter-spacing: 0.4em;
    font-size: 0.32rem;
  }
}
.community_hokuto .hokuto__01 .item.--03 .image {
  width: 14rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--03 .image {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.community_hokuto .hokuto__01 .item.--03 .arrow_btn {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--03 .arrow_btn {
    margin-top: 0.5rem;
  }
}

.community_minamisanriku .minamisanriku__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .community_minamisanriku .minamisanriku__01 {
    margin-top: 1rem;
  }
}
.community_minamisanriku .minamisanriku__01 .item.--02 {
  margin-top: 1rem;
}
.community_minamisanriku .minamisanriku__01 .item.--02 .image {
  width: 11rem;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .community_minamisanriku .minamisanriku__01 .item.--02 .image {
    width: 100%;
  }
}
.community_minamisanriku .minamisanriku__01 .item.--02 .cmn_text {
  margin-top: 1rem;
}
.community_minamisanriku .minamisanriku__01 .item.--02 .arrow_btn {
  margin-top: 0.8rem;
}/*# sourceMappingURL=unique.css.map */