@charset "UTF-8";
/*====================*/
/* 赤れんが庁舎について */
/*====================*/
.about_us .note {
  margin-bottom: 56px;
  line-height: 3;
  text-align: center;
}
@media (max-width: 767px) {
  .about_us .note {
    margin-bottom: 32px;
    line-height: 2;
    text-align: left;
  }
}
.about_us .sec01 .wrap {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about_us .sec01 .wrap {
    display: block;
  }
}
.about_us .sec01 .wrap .h-sec01 {
  width: 182px;
  padding: 0 40px;
  color: #751300;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .about_us .sec01 .wrap .h-sec01 {
    width: 100%;
    padding: 0 24px;
    font-size: 18px;
    text-align: left;
  }
}
.about_us .sec01 .wrap .h-sec01 span {
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .about_us .sec01 .wrap .h-sec01 span {
    writing-mode: initial;
  }
}
.about_us .sec01 .wrap .img {
  position: relative;
  width: calc(100% - 182px);
  max-width: 1184px;
  height: 360px;
}
@media (max-width: 767px) {
  .about_us .sec01 .wrap .img {
    width: calc(100% - 24px);
    height: 180px;
    margin-bottom: 24px;
  }
}
.about_us .sec01 .wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.about_us .sec01 .wrap.img-right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .about_us .sec01 .wrap.img-right .img {
    margin-left: auto;
  }
  .about_us .sec01 .wrap.img-right .img img{
    left:auto;
    right:0;
  }
}
.about_us .sec01 .txt {
  max-width: 1096px;
  padding: 0 16px;
  margin: 40px auto 56px;
  line-height: 3;
  clear: both;
}
@media (max-width: 767px) {
  .about_us .sec01 .txt {
    margin: 16px 0 24px;
    padding: 0 24px;
    line-height: 2;
  }
}
.about_us .sec03 {
  line-height: 3;
}
@media (max-width: 767px) {
  .about_us .sec03 {
    line-height: 2;
  }
}
.about_us .sec03 .list-slide {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about_us .sec03 .list-slide {
    max-width: 623px;
    margin: 0 auto;
  }
}
.about_us .sec03 .list-slide .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 520px;
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .about_us .sec03 .list-slide .slick-slide {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .about_us .sec03 .list-slide .slick-slide {
    /* flex-direction: column-reverse; */
    min-height: auto;
    padding: 0;
  }
}
.about_us .sec03 .list-slide .slick-slide .txt {
  /* width: 41.166%; */
  padding:0 50px 40px;
}
@media (max-width: 767px) {
  .about_us .sec03 .list-slide .slick-slide .txt {
    width: 100%;
    padding:0 20px 20px;
    /* padding-bottom: 0; */
  }
}
.about_us .sec03 .list-slide .slick-slide .txt h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .about_us .sec03 .list-slide .slick-slide .txt h3 {
    font-size: 18px;
  }
}
.about_us .sec03 .list-slide .slick-slide .txt p {
  margin-bottom: 0;
}
.about_us .sec03 .list-slide .slick-slide .figure-wrap {
  width: 100%;
  display: flex;
  gap:40px;
}
@media (max-width: 767px) {
  .about_us .sec03 .list-slide .slick-slide .figure-wrap {
    width: 100%;
    gap:20px;
    margin-bottom: 24px;
  }
}
.about_us .sec03 .list-slide .slick-slide figure{
  width: 50%;
}
.about_us .sec03 .list-slide .slick-slide figure img{
  object-fit: cover;
}


.about_us .sec03 .list-slide .slick-prev,
.about_us .sec03 .list-slide .slick-next {
  position: absolute;
  top:150px;
  transform: translate(-50%,-50%);
  /* top: initial;
  bottom: 0;
  transform: none; */
  width: 54px;
  height: 54px;
  background-color: #751300;
  border: 2px solid #751300;
  border-radius: 50%;
  z-index: 1;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .about_us .sec03 .list-slide .slick-prev,
.about_us .sec03 .list-slide .slick-next {
    width: 40px;
    height: 40px;
    top: 20px;
    /* bottom: 100px; */
  }
}
.about_us .sec03 .list-slide .slick-prev:before,
.about_us .sec03 .list-slide .slick-next:before {
  content: "";
  background: url('../images/common/arrow_ic02.svg') no-repeat center;
  background-size: 15px auto;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .about_us .sec03 .list-slide .slick-prev:before,
.about_us .sec03 .list-slide .slick-next:before {
    background-size: 11px auto;
  }
}
.about_us .sec03 .list-slide .slick-prev:focus,
.about_us .sec03 .list-slide .slick-next:focus {
  background-color: #751300;
}
.about_us .sec03 .list-slide .slick-prev:hover,
.about_us .sec03 .list-slide .slick-next:hover {
  background-color: #FFF;
}
.about_us .sec03 .list-slide .slick-prev:hover:before,
.about_us .sec03 .list-slide .slick-next:hover:before {
  background-image: url('../images/common/arrow_ic01.svg');
}


.about_us .sec03 .list-slide .slick-prev {
  left: 40px;
  transform: translate(-50%,-50%) rotate(180deg);
}
.about_us .sec03 .list-slide .slick-next {
  right: 0;
}
@media (max-width: 767px) {
  .about_us .sec03 .list-slide .slick-next {
    right: -20px;
    left: initial;
  }
}


.about_us .sec04 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .about_us .sec04 {
    overflow: hidden;
    margin-bottom: 64px;
  }
}
.about_us .sec04 .tb-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 112px;
  line-height: 2;
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap {
    display: block;
    margin-bottom: 40px;
  }
}
.about_us .sec04 .tb-wrap .img {
  width: 300px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .img {
    width: calc(100% + 48px);
    margin-bottom: 32px;
    margin-left: -24px;
    padding-right: 0;
  }
}
.about_us .sec04 .tb-wrap .img figure {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .img figure {
    width: 270px;
    margin-bottom: 0;
  }
}
.about_us .sec04 .tb-wrap .img figure figcaption {
  margin-top: 8px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .img figure figcaption {
    margin-top: 12px;
    font-size: 14px;
  }
}
.about_us .sec04 .tb-wrap .img figure:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .img .slick-list {
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .img .slick-slide {
    width: 270px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .img .slick-slide figcaption {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .img .slick-prev,
.about_us .sec04 .tb-wrap .img .slick-next {
    top: 72px;
    transform: none;
    width: 40px;
    height: 40px;
    background-color: #751300;
    border: 2px solid #751300;
    border-radius: 50%;
    z-index: 1;
    transition: 0.5s all;
  }
  .about_us .sec04 .tb-wrap .img .slick-prev:before,
.about_us .sec04 .tb-wrap .img .slick-next:before {
    content: "";
    background: url('../images/common/arrow_ic02.svg') no-repeat center;
    background-size: 11px auto;
    width: 100%;
    height: 100%;
    display: block;
  }
  .about_us .sec04 .tb-wrap .img .slick-prev:focus,
.about_us .sec04 .tb-wrap .img .slick-next:focus {
    background-color: #751300;
  }
  .about_us .sec04 .tb-wrap .img .slick-prev:hover,
.about_us .sec04 .tb-wrap .img .slick-next:hover {
    background-color: #FFF;
  }
  .about_us .sec04 .tb-wrap .img .slick-prev:hover:before,
.about_us .sec04 .tb-wrap .img .slick-next:hover:before {
    background-image: url('../images/common/arrow_ic01.svg');
  }
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .img .slick-prev {
    left: 15px;
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .img .slick-next {
    right: 15px;
  }
}
.about_us .sec04 .tb-wrap .tb {
  width: calc(100% - 300px);
  border-top: 2px solid #F0EDE5;
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .tb {
    width: 100%;
  }
}
.about_us .sec04 .tb-wrap .tb th, .about_us .sec04 .tb-wrap .tb td {
  vertical-align: top;
}
.about_us .sec04 .tb-wrap .tb th {
  width: 250px;
  padding: 24px 16px;
  border-bottom: 2px solid #F0EDE5;
  /* text-align: center; */
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .tb th {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border-bottom: 0;
    text-align: left;
  }
}
.about_us .sec04 .tb-wrap .tb th span {
  display: inline-block;
  margin-left: 32px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .tb th span {
    margin-left: 12px;
  }
}
.about_us .sec04 .tb-wrap .tb th span.left12 {
  margin-left: 12px;
}
.about_us .sec04 .tb-wrap .tb td {
  width: calc(100% - 250px);
  padding: 24px 16px;
  border-bottom: 2px solid #F0EDE5;
}
@media (max-width: 767px) {
  .about_us .sec04 .tb-wrap .tb td {
    display: block;
    width: 100%;
    padding: 8px 0 20px;
  }
}
.about_us .sec04 .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about_us .sec04 .wrap {
    display: block;
    margin-bottom: 32px;
  }
}
.about_us .sec04 .wrap .img {
  width: 44.596%;
}
@media (max-width: 767px) {
  .about_us .sec04 .wrap .img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.about_us .sec04 .wrap .img figcaption {
  margin-top: 16px;
  font-size: 13px;
  line-height: 2;
}
@media (max-width: 767px) {
  .about_us .sec04 .wrap .img figcaption {
    margin-top: 12px;
    font-size: 10px;
  }
}
.about_us .sec04 .wrap .txt {
  width: 50.257%;
}
@media (max-width: 767px) {
  .about_us .sec04 .wrap .txt {
    width: 100%;
  }
}
.about_us .sec04 .wrap .txt h3 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .about_us .sec04 .wrap .txt h3 {
    font-size: 18px;
  }
}
.about_us .sec04 .wrap .txt p {
  line-height: 2.6;
}
@media (max-width: 767px) {
  .about_us .sec04 .wrap .txt p {
    line-height: 2;
  }
}
.about_us .sec04 .list-col3 {
  justify-content: space-between;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about_us .sec04 .list-col3 {
    display: block;
  }
}
.about_us .sec04 .list-col3 li {
  width: 29.845%;
}
@media (max-width: 767px) {
  .about_us .sec04 .list-col3 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 32px;
  }
}
.about_us .sec04 .list-col3 li figure {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about_us .sec04 .list-col3 li figure {
    width: 160px;
    margin-right: 16px;
    margin-bottom: 20px;
  }
}
.about_us .sec04 .list-col3 li h3 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .about_us .sec04 .list-col3 li h3 {
    flex: 1;
    margin-bottom: 0;
    font-size: 18px;
  }
}
.about_us .sec04 .list-col3 li p {
  line-height: 2.6;
}
@media (max-width: 767px) {
  .about_us .sec04 .list-col3 li p {
    width: 100%;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .about_us .sec04 .list-col3 li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about_us .sec05 .contents {
    padding: 0;
  }
}
.about_us .sec05 .box {
  padding: 80px 110px 64px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .about_us .sec05 .box {
    padding: 32px 16px 24px;
  }
}
.about_us .sec05 .box .heading01 {
  margin-top: 0;
}
.about_us .sec05 .box figure {
  margin-bottom: 32px;
  text-align: center;
}
.about_us .sec05 .box p {
  font-weight: bold;
  line-height: 2.6;
}
@media (max-width: 767px) {
  .about_us .sec05 .box p {
    line-height: 2;
  }
}

/*=========*/
/* 施設案内 */
/*=========*/
.information .ma-img {
  max-width: 1366px;
  margin: 0 auto 56px;
  text-align: center;
}
@media (max-width: 767px) {
  .information .ma-img {
    margin: 0 auto 30px;
  }
}
.information .heading02 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .information .heading02 {
    margin-bottom: 16px;
  }
}
.information .heading02 + p {
  margin-bottom: 40px;
  line-height: 2.6;
}
@media (max-width: 767px) {
  .information .heading02 + p {
    margin-bottom: 24px;
    line-height: 2;
  }
}
.information .table {
  line-height: 2;
}
.information .tb02,
.information .tb03 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .information .tb02,
.information .tb03 {
    margin-bottom: 12px;
  }
}
.information .tb02 th,
.information .tb03 th {
  width: 200px;
}
@media (max-width: 767px) {
  .information .tb02 th,
.information .tb03 th {
    display: block;
    width: 100%;
  }
}
.information .tb02 td,
.information .tb03 td {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .information .tb02 td,
.information .tb03 td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.information .tb02 td a,
.information .tb03 td a {
  color: #751300;
  text-decoration: underline;
}
.information .tb02 td a:hover,
.information .tb03 td a:hover {
  text-decoration: none;
}
.information .tb03 {
  margin-bottom: 0;
}
.information .list-col2 {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .information .list-col2 {
    display: block;
    margin-bottom: 28px;
  }
}
.information .list-col2 li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .information .list-col2 li {
    width: 100%;
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .information .list-col2 li:last-child {
    margin-bottom: 0;
  }
}
.information .sec01 .table th {
  width: 278px;
}
@media (max-width: 767px) {
  .information .sec01 .table th {
    display: block;
    width: 100%;
  }
}
.information .sec01 .table td {
  width: calc(100% - 278px);
}
@media (max-width: 767px) {
  .information .sec01 .table td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.information .sec01 .table td span {
  display: inline-block;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .information .sec01 .table td span {
    margin: 0 0 8px;
  }
}
.information .sec01 .table td a {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 767px) {
  .information .sec02 {
    overflow: hidden;
  }
}
.information .sec02 .note {
  margin-bottom: 3em;
  text-align: center;
}
.information .sec02 .note .ic {
  width: 16px;
  margin-right: 8px;
}


.information .sec02 .tab {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .information .sec02 .tab {
    gap: 0 6px;
    margin-bottom: 10px;
  }
}
.information .sec02 .tab li {
  width: 33.3333333333%;
  background: #E9E4D9;
  font-weight: bold;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .information .sec02 .tab li {
    line-height: 48px;
  }
}
.information .sec02 .tab li.active {
  background: #707070;
  color: #FFF;
}
.information .sec02 .tab-cts {
  position: relative;
}
@media (max-width: 767px) {
  .information .sec02 .tab-cts {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}
.information .sec02 .tab-cts .list-pin li {
  position: absolute;
}
@media (max-width: 767px) {
  .information .sec02 .tab-cts .list-pin li {
    width: 14px;
  }
}
.information .sec02 .tab-cts .list-pin li.pop1-01 {
  top: 9%;
  left: 23.5%;
}
.information .sec02 .tab-cts .list-pin li.pop1-02 {
  bottom: 35%;
  right: 37%;
}
.information .sec02 .tab-cts .list-pin li.pop2-01 {
  top: 9%;
  left: 23.5%;
}
.information .sec02 .tab-cts .list-pin li.pop2-02 {
  bottom: 40.5%;
  left: 23.5%;
}
.information .sec02 .disnon {
  display: none;
}
.information .sec02 .pop-area .pop-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 11;
}
.information .sec02 .pop-area .pop-inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.information .sec02 .pop-area .pop-inner .pop-cts {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 40px 40px;
  border-radius: 24px;
  background-color: #751300;
  transform: translateY(-50%);
  color: #FFF;
}
@media (max-width: 767px) {
  .information .sec02 .pop-area .pop-inner .pop-cts {
    padding: 16px 32px 32px;
  }
}
.information .sec02 .pop-area .pop-inner .slide {
  width: 100%;
  margin-bottom: 0 !important;
}
.information .sec02 .pop-area .pop-inner .slide .slick-slide {
  height: auto !important;
}
.information .sec02 .pop-area .pop-inner figcaption {
  margin-top: 8px;
  text-align: center;
  color: #FFF;
}



.information .sec06 .list-col2 + p {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .information .sec06 .list-col2 + p {
    margin-bottom: 28px;
  }
}
.information .sec07 {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .information .sec07 {
    margin-bottom: 56px;
  }
}
.information .sec07 .txt-list {
  line-height: 2.6;
}
@media (max-width: 767px) {
  .information .sec07 .txt-list {
    line-height: 2;
  }
}
.information .sec07 .txt-list dt {
  font-weight: bold;
}

/*====================*/
/* 貸室・前庭の利用案内 */
/*====================*/
.guide {
  color: #606060;
}
.guide .note {
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .guide .note {
    margin-bottom: 32px;
  }
}
.guide .heading02 {
  margin: 60px 0 24px;
}
@media (max-width: 767px) {
  .guide .heading02 {
    margin: 40px 0 12px;
  }
}
.guide .list-circle,
.guide .list-note {
  line-height: 1.8;
  margin-bottom: 0 !important;
}
.guide .list-circle li:before {
  content: "●";
}
.guide .list-note li {
  text-indent: -1em;
  margin-left: 1em;
}
.guide .list-note li:before {
  content: "※";
}
.guide .list-note li + li {
  margin-top: 0.25em;
}
.guide .list-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .guide .list-link {
    gap: 20px;
  }
}
.guide .list-link .com-bt {
  max-width: 480px;
  height: 60px;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .guide .list-link .com-bt {
    height: 50px;
  }
}
.guide .list-link .com-bt span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.guide .box01 {
  padding: 16px;
  background-color: #FFF100;
}
.guide .box01 p {
  display: table;
  margin: 0 auto;
}

.guide .box02 {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .guide .box02 {
    margin-top: 32px;
  }
}
.guide .box02 .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #D0CABE;
  padding: 16px;
  color:#333;
}
.guide .box02 .box {
  border-top: 2px solid #F8F8F4;
  background-color: #E9E4D9;
  padding: 24px;
}
@media (max-width: 767px) {
  .guide .box02 .box {
    padding: 20px;
  }
}
.guide .box02 .list-circle {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 0;
}
.guide .box02 .list-circle li {
  width: 20%;
}
@media (max-width: 1200px) {
  .guide .box02 .list-circle li {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .guide .box02 .list-circle li {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .guide .box02 .list-circle li {
    width: 100%;
  }
}
.guide .box02 .list-img {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .guide .box02 .list-img {
    display: table;
    margin: 0 auto;
  }
}
.guide .list-slide {
  margin: 40px auto 80px;
}
@media (max-width: 767px) {
  .guide .list-slide {
    margin: 32px auto 52px;
  }
}
.guide .flex-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .guide .flex-wrap {
    flex-direction: column;
    margin-bottom: 52px;
    gap: 0px;
  }
  .guide .sec02 .flex-wrap,
  .guide .sec03 .flex-wrap{
    flex-direction: column-reverse;
  }
}
.guide .flex-wrap > * {
  width: 50%;
}
@media (max-width: 767px) {
  .guide .flex-wrap > * {
    width: auto;
  }
  .guide .flex-wrap > * + .tx-wrap {
    margin-top: 40px;
  }
}
.guide .flex-wrap .tx-wrap > .heading02:first-of-type {
  margin-top: 0;
}
.guide .flex-wrap .tx-wrap .list-tb01 tr:first-child th, .guide .flex-wrap .tx-wrap .list-tb01 tr:first-child td {
  padding-top: 0;
}
.guide .flex-wrap .tx-wrap .list-tb01 tr:last-child th, .guide .flex-wrap .tx-wrap .list-tb01 tr:last-child td {
  padding-bottom: 0;
}
.guide .flex-wrap .tx-wrap .list-tb01 th,
.guide .flex-wrap .tx-wrap .list-tb01 td {
  padding: 0.25em 0;
  white-space: nowrap;
}
.guide .flex-wrap .tx-wrap .list-tb01 th {
  font-weight: inherit;
}
.guide .flex-wrap .tx-wrap .list-tb01 td {
  text-align: right;
  padding-left: 1em;
}
.guide .flex-wrap .img {
  text-align: center;
}
@media (max-width: 767px) {
  .guide .flex-wrap .img {
    max-width: 345px;
    margin: 40px auto 0;
  }
}
.guide .sec01 .box01 {
  background-color: #E9E4D9;
}
.guide .sec01 .box01 .list-circle {
  color: #751300;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25em 1em;
}
.guide .sec01 .il01 {
  max-width: 1214px;
  padding: 0 24px;
  margin: 0 auto;
  overflow: hidden;
}
.guide .sec01 .il01 figure img {
  max-width: inherit;
}
.guide .sec02 .box02 .list-img li {
  max-width: 280px;
}
.guide .sec03 .box02 .list-circle li {
  width: 16.6666666667%;
}
@media (max-width: 1200px) {
  .guide .sec03 .box02 .list-circle li {
    width: 20%;
  }
}
@media (max-width: 1000px) {
  .guide .sec03 .box02 .list-circle li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .guide .sec03 .box02 .list-circle li {
    width: 100%;
  }
}
.guide .sec04 .w1366 {
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .guide .sec04 .w1366 {
    margin: 0 auto 52px;
  }
}
.guide .sec05 .scroll-wrap {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .guide .sec05 .scroll-wrap {
    margin-bottom: 32px;
  }
}
.guide .sec05 .list-note + dl {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .guide .sec05 .list-note + dl {
    margin-top: 40px;
  }
}
.guide .sec05 .list-note + dl dd {
  margin-top: 0.25em;
}
.guide .sec06 .w1366 {
  margin-bottom: 0;
}
.guide .sec06 .box {
  margin-top: 140px;
  padding: 12px 0;
  border-top: 4px solid #751300;
  border-bottom: 4px solid #751300;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .guide .sec06 .box {
    margin-top: 72px;
    padding: 4px 0;
  }
}
.guide .sec06 .box .inner {
  padding: 0 0 80px;
  border-top: 2px solid #751300;
  border-bottom: 2px solid #751300;
}
@media (max-width: 767px) {
  .guide .sec06 .box .inner {
    padding-bottom: 72px;
  }
}
.guide .sec06 .box .heading01 {
  font-size: 32px;
  margin: 72px 0 36px;
}
@media (max-width: 767px) {
  .guide .sec06 .box .heading01 {
    font-size: 24px;
    line-height: 1.75;
    margin: 32px 0 24px;
  }
}
.guide .sec06 .box .note {
  text-align: center;
  font-size: 24px;
  color: #751300;
}
@media (max-width: 767px) {
  .guide .sec06 .box .note {
    font-size: 18px;
  }
}
.guide .sec06 .box .list-link {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .guide .sec06 .box .list-link {
    gap: 20px;
  }
}
.guide .sec06 .box .list-link li {
  width: calc(50% - 15px);
  margin: 0;
}
@media (max-width: 1000px) {
  .guide .sec06 .box .list-link li {
    width: 100%;
  }
}

.guide .sec07 table.table-wedding td{
  padding: 20px 10px;
  white-space: wrap;
}
.guide .sec07 table.table-wedding .color1{
  width: 120px;
}
.guide .sec07 table.table-wedding .color1+.color2{
  width: 165px;
}

/*====================*/
/* 各種資料ダウンロード */
/*====================  */
.download .list-bt li {
  margin-bottom: 2px;
}
.download .list-bt li a {
  display: flex;
  position: relative;
  padding: 24px 80px 24px 40px;
  background-color: #E9E4D9;
  color: #606060;
  line-height: 1;
}
@media (max-width: 767px) {
  .download .list-bt li a {
    padding: 16px 40px 16px 20px;
    font-size: 13px;
  }
}
.download .list-bt li a span {
  display: inline-block;
  margin-left: 20px;
  padding: 4px 8px;
  background-color: #751300;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .download .list-bt li a span {
    margin-left: 4px;
    font-size: 10px;
  }
}
.download .list-bt li a::after {
  content: "";
  position: absolute;
  display: block;
  right: 40px;
  top: 50%;
  width: 16px;
  height: 14px;
  margin-top: -7px;
  background: url('../images/common/arrow_ic01.svg') no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .download .list-bt li a::after {
    right: 20px;
    width: 13px;
    height: 10px;
    margin-top: -5px;
  }
}
.download .list-bt li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.download .list-img {
  gap: 58px 5%;
}
@media (max-width: 767px) {
  .download .list-img {
    gap: 16px 4%;
  }
}
.download .list-img li {
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .download .list-img li {
    width: 48%;
  }
}
.download .wrap {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .download .wrap {
    display: block;
  }
}
.download .wrap .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.16%;
  padding: 16px;
  background-color: #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  .download .wrap .img {
    width: 100%;
    padding: 30px;
  }
}
.download .wrap .txt {
  width: 58.84%;
  padding: 40px;
  background-color: #E9E4D9;
  align-content: center;
}
@media (max-width: 767px) {
  .download .wrap .txt {
    width: 100%;
    padding: 16px;
  }
}
.download .wrap .txt dt {
  font-weight: bold;
}
@media (max-width: 767px) {
  .download .wrap .txt dt {
    font-size: 13px;
  }
}
.download .wrap .txt dd ul li {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .download .wrap .txt dd ul li {
    margin-top: 8px;
    font-size: 13px;
  }
}

/*===============*/
/* よくあるご質問 */
/*===============*/
.faq .data-faq {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq .data-faq {
    margin-bottom: 22px;
  }
}
.faq .data-faq dt {
  position: relative;
  padding: 24px 80px 24px 72px;
  background-color: #707070;
  color: #FFF;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq .data-faq dt {
    padding: 16px 40px 16px 32px;
  }
}
.faq .data-faq dt .ic {
  position: absolute;
  top: 24px;
  left: 32px;
}
@media (max-width: 767px) {
  .faq .data-faq dt .ic {
    top: 16px;
    left: 10px;
  }
}
.faq .data-faq dt::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  top: 50%;
  right: 32px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .faq .data-faq dt::before {
    width: 20px;
    right: 10px;
  }
}
.faq .data-faq dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 24px;
  top: 50%;
  right: 43px;
  margin-top: -12px;
  background-color: #FFF;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .faq .data-faq dt::after {
    height: 20px;
    right: 19px;
    margin-top: -10px;
  }
}
.faq .data-faq dt.open::after {
  opacity: 0;
}
.faq .data-faq dd {
  display: none;
  position: relative;
  padding: 24px 80px 24px 72px;
  background-color: #E9E4D9;
}
@media (max-width: 767px) {
  .faq .data-faq dd {
    padding: 16px 16px 16px 32px;
  }
}
.faq .data-faq dd .ic {
  position: absolute;
  width: 40px;
  top: 24px;
  left: 32px;
}
@media (max-width: 767px) {
  .faq .data-faq dd .ic {
    top: 16px;
    left: 10px;
  }
}

/*=========*/
/* お知らせ */
/*=========*/
.news {
  /* お知らせ詳細 */
}
.news .sort-block {
  margin-bottom: 50px;
  padding: 32px 40px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .news .sort-block {
    margin-bottom: 30px;
    padding: 16px 24px;
  }
}
.news .sort-block dl {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .news .sort-block dl {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
.news .sort-block dl dt {
  width: 150px;
  color: #751300;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .news .sort-block dl dt {
    width: 100%;
    font-size: 13px;
  }
}
.news .sort-block .sort-category {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .news .sort-block .sort-category {
    margin-bottom: 16px;
  }
}
.news .sort-block .sort-category a {
  color: #707070;
}
.news .sort-block .sort-category ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 0;
}
@media (max-width: 767px) {
  .news .sort-block .sort-category ul {
    gap: 8px 0;
  }
}
.news .sort-block .sort-category ul li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #707070;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .news .sort-block .sort-category ul li {
    padding-right: 16px;
    margin-right: 16px;
    font-size: 13px;
  }
}
.news .sort-block .sort-category ul li:first-of-type {
  padding-left: 0;
}
.news .sort-block .sort-category ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.news .sort-block .sort-time select {
  height: 40px;
  padding: 6px 20px;
  border: 2px solid #D6D6D3;
  background-color: #FFF;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  color: #707070;
}
@media (max-width: 767px) {
  .news .sort-block .sort-time select {
    padding: 6px 16px;
    font-size: 13px;
  }
}
.news .news-header {
  margin-bottom: 32px;
}
.news .news-header dl {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  padding-bottom: 32px;
  border-bottom: 2px solid #F0EDE5;
}
@media (max-width: 767px) {
  .news .news-header dl {
    gap: 12px 0;
    padding-bottom: 16px;
  }
}
.news .news-header dl dt {
  white-space: nowrap;
}
.news .news-header dl dt .col {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .news .news-header dl dt .col {
    gap: 0 16px;
  }
}
.news .news-header dl dd {
  color: #707070;
  font-size: 22px;
}
@media (max-width: 767px) {
  .news .news-header dl dd {
    font-size: 18px;
  }
}
.news .news-header .date {
  color: #180A06;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .news .news-header .date {
    font-size: 13px;
  }
}
.news .news-header .category {
  width: 90px;
  padding: 8px 16px;
  background-color: #AAA;
  border-radius: 100px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .news .news-header .category {
    padding: 6px 12px;
    font-size: 10px;
  }
}
.news .news-header .category.lbl01 {
  background-color: #005F35;
}
.news .news-header .category.lbl02 {
  background-color: #8D2644;
}
.news .news-header .category.lbl03 {
  background-color: #60432E;
}
.news .news-header .category.lbl04 {
  background-color: #9A790E;
}
