@charset "utf-8";


/*** ▼header style▼ ***/

.cms-head {
  background: #fff;
}
.cms-head-logo {
  position: relative;
  width: 1038px;
  margin: 0 auto;
}
.cms-head-logo-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 939px;
  margin: 7px 0 11px;
}
.cms-head-logo__kizuna {
  width: 135px;
  height: 50px;
  font-size: 0;
}
.cms-head-logo_chihousousei {
  position: relative;
  width: 296px;
  height: 40px;
  margin-top: 3px;
  font-size: 0;
}
.cms-head-logo__map {
  position: fixed;
  top: 50px;
  right: calc( 50% - 519px );
  display: inline-block;
  z-index: 2;
}
.cms-head-nav {
  background: #f2f1d1;
}
.cms-head-nav__main > ul {
  overflow: hidden;
  width: 1038px;
  margin: 0 auto;
}
.cms-head-nav__main > ul > li {
  float: left;
}
.cms-head-nav__main > ul > li:not(:first-child) {
  margin-left: 10px;
}
.cms-head-nav__main > ul > li > a {
  display: block;
  padding: 7px 10px 5px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}
.cms-head-nav__main > ul > li#jsCmsHeadNavSubOpen01 > a,
.cms-head-nav__main > ul > li#jsCmsHeadNavSubOpen04 > a {
  position: relative;
  padding-right: 20px;
}
.cms-head-nav__main > ul > li#jsCmsHeadNavSubOpen01 > a::after,
.cms-head-nav__main > ul > li#jsCmsHeadNavSubOpen04 > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #000000 transparent transparent transparent;
  margin-top: -3px;
}
.cms-head-nav__main > ul > li.active > a,
.cms-head-nav__main > ul > li > a:hover {
  background: #E6E4AB;
}
/*
  -------------------------
  .cms-head-nav__sub
*/
.cms-head-nav__sub {
  background: #E6E4AB;
}
/*
  -------------------------
  .cms-head-nav__sub04
*/
.cms-head-nav__sub04 {
  padding: 20px 0;
}
.cms-head-nav__sub04_right {
  text-align: center;
  font-size: 0;
}
.cms-head-nav__sub04_right > ul {
  overflow: hidden;
  display: inline-block;
}
.cms-head-nav__sub04_right > ul > li {
  float: left;
}
.cms-head-nav__sub04_right > ul > li > a {
  display: inline-block;
  min-width: 155px;
  padding: 6px 0;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  color: #484848;
  box-sizing: border-box;
  text-decoration: none;
}
.cms-head-nav__sub04_right > ul > li > a > span {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.cms-head-nav__sub04_right > ul > li > a > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url(/asset/community/KIZUNA/images/static/2103_head-nav__sub04_right01.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.cms-head-nav__sub04_right > ul > li:nth-child(2) > a > span::before {
  background-image: url(/asset/community/KIZUNA/images/static/2103_head-nav__sub04_right02.png);
}
.cms-head-nav__sub04_right > ul > li > a:hover {
  opacity: .7;
}
.cms-head-nav__sub04_right > ul > li:not(:last-child) {
  margin-right: 10px;
}

/*** ▼modal style▼ ***/

#cms-modal-shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 900;
}
.cms-modal-show {
  display: block;
}
.cms-modal-hide {
  display: none;
}
.cms-modal {
  position: fixed;
  overflow: hidden;
  width: 640px;
  height: 400px;
  z-index: 901;
}
.cms-modal-main {
  position: relative;
  float: left;
  width: 400px;
  height: 400px;
  border-radius: 9px 0 0 9px;
  background: #fff;
  z-index: 902;
  background-image: url(/asset/community/KIZUNA/images/static/2202_modal-main__bg.png);
  background-repeat: no-repeat;
  background-size: 400px 400px;
}
.cms-modal-main__ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
}
.cms-modal-main-tab {
}
.cms-modal-main-tab > li {
  font-size: 0;
}
.cms-modal-main-tab > li:nth-child(1) {
  position: absolute;
  top: 20px;
  left: 95px;
  z-index: 1;
}
.cms-modal-main-tab > li:nth-child(2) {
  position: absolute;
  top: -10px;
  left: 230px;
  z-index: 9;
}
.cms-modal-main-tab > li:nth-child(3) {
  position: absolute;
  top: 104px;
  left: 247px;
  z-index: 8;
}
.cms-modal-main-tab > li:nth-child(4) {
  position: absolute;
  top: 200px;
  left: 50px;
  z-index: 4;
}
.cms-modal-main-tab > li:nth-child(5) {
  position: absolute;
  top: 177px;
  left: 160px;
  z-index: 9;
}
.cms-modal-main-tab > li:nth-child(6) {
  position: absolute;
  top: 195px;
  left: 260px;
  z-index: 7;
}
.cms-modal-main-tab > li:nth-child(7) {
  position: absolute;
  bottom: 18px;
  left: 85px;
  z-index: 1;
}
.cms-modal-main-tab > li:nth-child(8) {
  position: absolute;
  bottom: 50px;
  left: 156px;
  z-index: 5;
}
.cms-modal-main-tab > li:nth-child(9) {
  position: absolute;
  bottom: 19px;
  left: 250px;
  z-index: 5;
}
.cms-modal-main-tab > li:nth-child(10) {
  position: relative;
  top: 105px;
  left: 25px;
  z-index: 5;
}
.cms-modal-main-tab > li.cms-modal-addnew::before {
  content: "";
  display: block;
  width: 26px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/asset/community/KIZUNA/images/static/2202_modal-main_new.png);
  background-size: 26px 27px;
}
.cms-modal-main-tab_active {
}
.cms-modal-side {
  position: relative;
  float: right;
  width: 240px;
  height: 400px;
  padding: 35px 25px 0;
  border-radius: 0 9px 9px 0;
  background: #fff;
  z-index: 902;
  box-sizing: border-box;
}
.cms-modal-side-default_ttl {
  position: relative;
  margin-bottom: 10px;
  padding-top: 75px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.cms-modal-side-default_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc( 50% - 36px );
  width: 72px;
  height: 70px;
  background-image: url(/asset/community/KIZUNA/images/static/2103_modal-side__img01.png);
  background-repeat: no-repeat;
  background-size: 72px 70px;
}
.cms-modal-side-default > div {
  background: #f0f0f0;
  border-radius: 8px;
  padding: 12px;
  font-size: 12px;
}
.cms-modal-side > ul > li {
  display: none;
}
.cms-modal-side > ul > li.cms-modal-side_show {
  display: block;
}
.cms-modal-side__close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 34px;
}
.cms-modal-side-panel {
  padding: 0 5px;
}
.cms-modal-side-panel_ttl {
  position: relative;
  margin-bottom: 5px;
  padding-top: 93px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e2e2e2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.cms-modal-side-panel_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc( 50% - 45px );
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: 90px 90px;
}
.cms-modal-side-area > li:nth-child(1) > div > .cms-modal-side-panel_ttl::before{
  background-image: url(/asset/community/KIZUNA/images/static/2103_modal-side__infoboard.png);
}
.cms-modal-side-area > li:nth-child(2) > div > .cms-modal-side-panel_ttl::before{
  background-image: url(/asset/community/KIZUNA/images/static/2103_modal-side__terminal.png);
}
.cms-modal-side-area > li:nth-child(3) > div > .cms-modal-side-panel_ttl::before{
  background-image: url(/asset/community/KIZUNA/images/static/2103_modal-side__stampcard.png);
}
.cms-modal-side-area > li:nth-child(4) > div > .cms-modal-side-panel_ttl::before{
  background-image: url(/asset/community/KIZUNA/images/static/2103_modal-side__cafe.png);
}
.cms-modal-side-area > li:nth-child(5) > div > .cms-modal-side-panel_ttl::before{
  background-image: url(/asset/community/KIZUNA/images/static/2103_modal-side__infooffice.png);
}
.cms-modal-side-area > li:nth-child(6) > div > .cms-modal-side-panel_ttl::before{
  background-image: url(/asset/community/KIZUNA/images/static/2103_modal-side__room.png);
}
.cms-modal-side-area > li:nth-child(7) > div > .cms-modal-side-panel_ttl::before{
  background-image: url(/asset/community/KIZUNA/images/static/2103_modal-side__terrace.png);
}
.cms-modal-side-area > li:nth-child(8) > div > .cms-modal-side-panel_ttl::before{
  background-image: url(/asset/community/KIZUNA/images/static/2103_modal-side__square.png);
}
.cms-modal-side-area > li:nth-child(9) > div > .cms-modal-side-panel_ttl::before{
  background-image: url(/asset/community/KIZUNA/images/static/2103_modal-side__lab.png);
}
.cms-modal-side-area > li:nth-child(10) > div > .cms-modal-side-panel_ttl::before{
  background-image: url(/asset/community/KIZUNA/images/static/2202_modal-side__stadium.png);
}
.cms-modal-side-panel_txt {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.4;
}
.cms-modal-side-panel_txt02 {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 11px;
  line-height: 1.4;
}
.cms-modal-side-panel_btn {
  margin-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
}
.cms-modal-side-panel_btn > a {
  display: inline-block;
  padding: 6px 35px;
  background: #febe4a;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}
.cms-modal-side-panel_btn:hover {
  opacity: .7;
}
.cms-modal-side-panel_btn02 {
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.cms-modal-side-panel_btn02 > a {
  display: inline-block;
  padding: 6px 35px;
  background: #d2d2d2;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}