@charset "UTF-8";

/* ========================================
@media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
/* system-common */
.page-list {
  font-size: 16px;
  margin: 50px 0 100px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.page-list span {
  background: #eeefef;
  display: inline-block; /* border: #dcdddd 1px solid; */
  padding: 12px 12px 12px 12px;
  margin: 0 5px 0 5px;
}
.page-list span.active {
  background: #231815;
  color: #fff;
}
.page-list span.active a {
  color: #fff;
}
.page-list a {
  padding: 12px;
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0 5px 0 5px;
}
.pagen {
  width: min(95%,1200px);
  margin-inline: auto;
  margin-bottom: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.page-navi {
  font-size: 16px;
}
.page-navi li {
  display: inline-block;
}
.page-navi li.active {
  background: #ccc;
}
.page-navi a {
  padding: 8px;
  display: inline-block;
}
.page-navi .fast {
  margin-right: 0px;
}
.page-navi .last {
}
.page-navi .fast::after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.pagen .list {
  float: right;
}
.pagen .list a {
  margin: 0 auto;
  color: #fff;
  padding: 7px 30px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background: #000;
}
.pagen .list a:hover {
  background: #666;
  text-decoration: none;
}
.btnArea {
  text-align: center;
  margin: 50px 0 20px;
  padding: 0;
}
.btnArea a {
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  padding: 20px 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  background: #000;
  letter-spacing: 1px;
  width: 60%;
}
.btnArea a:hover {
  background: #666;
  text-decoration: none;
}
.btnArea-s {
  text-align: center;
}
.btnArea-s a {
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  padding: 10px 50px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background: #000;
  letter-spacing: 1px;
}
.btnArea-s a:hover {
  background: #666;
  text-decoration: none;
}
.btnArea-s::after {
  content: "";
  display: block;
  margin-bottom: 100px;
}
.borderwrap {
  margin-bottom: 40px;
  max-width: 1200px;
  width: 95%;
  margin-inline: auto;
}
.borderwrap h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #ccc solid;
  line-height: 1.6;
}
.borderwrap p {
  font-size: 16px;
  line-height: 1.8;
}
.taxttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.system-gallery {
  background: #eeefef;
  padding: 30px 20px;
}
h2.gallery-ttl {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
}
.gallery-list figure.wp-block-image {
  width: 23% !important;
  max-width: 23% !important;
  position: relative !important;
  margin: 0 1.2% 25px 0 !important;
  font-size: 14px;
  line-height: 1.4;
  display: block !important;
}
.gallery-list figure.wp-block-image:nth-of-type(4n) {
  margin-right: 0 !important;
}
.gallery-list figure.wp-block-image a:hover {
  text-decoration: none;
}
.gallery-list figure.wp-block-image {
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 8px;
}
.gallery-list figure.wp-block-image::after {
  content: url(../images/common/icon_plus.jpg);
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.gallery-list figure.wp-block-image img {
  width: 100% !important;
  height: 180px !important;
}

.systemtab-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6;
}
.systemtab-list li {
  flex-basis: 50%;
  display: flex;
  border: #ccc 1px solid;
  margin-bottom: -1px;
}
.systemtab-list li .systemtab-list-ttl {
  flex-basis: 33%;
  padding: 5%;
  background: #f8f8f8;
}
.systemtab-list li p {
  flex-basis: 67%;
  padding: 5%;
  background: #fff;
}
.systemtab-list li:nth-of-type(2n) {
  margin-left: -1px;
}
.other-ttl {
  text-align: center;
  border-bottom: 1px dotted #333;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#search-area {
  background: #f8f8f8;
  border: #ccc solid 1px;
  padding: 40px;
  margin-bottom: 30px;
}
#search-area .works-search {
  width: 400px !important;
  height: 50px;
  padding-top: 5px !important;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
}
#search-area .sh-ttl {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  font-weight: 500;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#search-area .shbox {
  margin-bottom: 30px;
}

p.sub-title1 {
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 0;
}
p.sub-title1 .span1 {
  font-size: 14px;
  position: absolute;
  left: 40px;
  top: -15px;
}
p.sub-title1 .span2 {
  font-size: 40px;
  position: absolute;
  left: 100px;
  top: -15px;
}
.seo_bread_list {
  max-width: 1600px;
  width: 95%;
  padding: 16px 0;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4;
}
.catebox {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.serchcategory1 {
  position: relative;
  margin-left: 172px;
}
.serchcategory1 .icon {
  width: 150px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  position: relative;
  color: #fff;
}
.serchcategory1 .icon:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/category-icon.png) no-repeat right top;
  position: absolute;
  right: -13px;
  top: 35px;
  z-index: 1;
}

.cate-list {
  background: #f8f8f8;
  margin-bottom: 20px;
  padding: 20px;
}
.cate-list .cate-ttl {
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.cate-list span {
  display: inline-block;
  margin-right: 20px;
}
.cate-list span a {
  display: inline-block;
  padding: 10px 20px;
}
.cate-list span a:hover {
  text-decoration: none;
}
.tag-list {
  background: #f8f8f8;
  margin-bottom: 20px;
  padding: 20px;
}
.tag-list .tag-ttl {
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.tag-list span {
  display: inline-block;
  margin-right: 20px;
}
.tag-list span a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #333;
}
.tag-list span a:hover {
  text-decoration: none;
}

.system-contents {
}
.system-contents iframe {
  width: 100%;
  height: 400px;
}
.system-contents .mapbox {
}
.system-contents .mapbox .mapttl {
  margin-top: 30px;
}
.system-contents .mapbox iframe {
  width: 100%;
  height: 400px;
}
.system-tblbox {
  margin-top: 40px;
}
.system-tblbox tr td:nth-child(1) {
  width: 15%;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
}
.system-tblbox tr td:nth-child(2) {
  width: 35%;
  background: #fff;
  font-size: 16px;
}
.system-tblbox tr td:nth-child(3) {
  width: 15%;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
}
.system-tblbox tr td:nth-child(4) {
  width: 35%;
  background: #fff;
  font-size: 16px;
}

  /* common
-------------------------------------*/


/* ギャラリー
-------------------------------------*/
h3.system-ttl-02 {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 4rem;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 3rem;
  margin-bottom: 4rem;
}

.gallery-list li span a {
  display: block;
}

.gallery-list li span a .img-wrap {
  position: relative;
  aspect-ratio: 1/1;
}

.gallery-list li span a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.gallery-list li span a .img-wrap::after {
  content: "";
  position: absolute;
  background: url("../images/common/icon_plus.jpg") no-repeat center center /contain;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  z-index: 2;
}

/* ポイント
-------------------------------------*/
.gallery-point-section {


}

.system-ttl-02 {

}

.gallery-point-list {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 2rem 0;
  margin-bottom: 4rem;
}

.gallery-point-item {
  display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  gap: 0 4rem;
}

.gallery-point-img {

}

.gallery-point-img img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
} 

.gallery-point-content {
  padding-top: 2rem;
}

.gallery-point-ttl {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.gallery-point-txt {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* system-common */
.page-list {
  font-size: 3.2vw;
  margin: 10vw 0 20vw;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.page-list span {
  background: #eeefef;
  padding: 2.2vw 2vw 2.2vw 2vw;
  margin: 0 1vw 0 1vw;
  display: inline-block;
}
.page-list span.active {
  background: #231815;
  color: #fff;
}
.page-list span.active a {
  color: #fff;
}
.page-list a {
  padding: 2vw;
  margin: 0 1vw 0 1vw;
  display: inline-block;
  border: 1px solid #ddd;
}
.pagen {
  width: min(95%, 94.2vw);
  margin-inline: auto;
  margin-bottom: 10vw;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.pagen:nth-of-type(1) {
  margin-bottom: 5vw;
}

.page-navi {
  font-size: 3.8vw;
}
.page-navi li {
  display: inline-block;
}
.page-navi li.active {
  background: #ccc;
}
.page-navi a {
  padding: 1vw;
  display: inline-block;
}
.page-navi .fast {
  margin-right: 0;
}
.page-navi .last {
}
.page-navi .fast::after {
  content: "|";
  display: inline-block;
  margin: 0 1vw;
}
.pagen .list {
  float: right;
}
.pagen .list a {
  margin: 0 auto;
  color: #fff;
  font-size: 3.8vw;
  padding: 1vw 4vw;
  text-align: center;
  display: inline-block;
  background: #000;
}
.pagen .list a:hover {
  background: #666;
  text-decoration: none;
}
.btnArea {
  text-align: center;
  margin: 10vw auto;
  padding: 0;
}
.btnArea a {
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  padding: 2.5vw 8vw;
  font-size: 3.2vw;
  text-align: center;
  display: block;
  background: #000;
  letter-spacing: 0.2vw;
}
.btnArea-s {
  text-align: center;
}
.btnArea-s a {
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  padding: 3vw 10vw;
  font-size: 3.2vw;
  text-align: center;
  display: inline-block;
  background: #000;
  letter-spacing: 0.2vw;
}
.btnArea-s::after {
  content: "";
  display: block;
  margin-bottom: 10vw;
}
.borderwrap {
  max-width: 94.2vw;
  width: 95%;
  margin-inline: auto;
  margin-bottom: 5vw;
  line-height: 1.6;
}
.borderwrap h2 {
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
  border-bottom: 0.2vw #ccc solid;
}
.borderwrap p {
  font-size: 3.6vw;
}

.system-gallery {
  background: #eeefef;
  padding: 5vw 3vw;
}
.system-gallery h2 {
  text-transform: uppercase;
}

.catebox {
  margin: 0 4vw 4vw;
}
p.sub-title1 {
  font-size: 5vw;
  position: relative;
  left: 8vw;
}
p.sub-title1 .span1 {
  font-size: 3vw;
  position: absolute;
  left: 10vw;
  top: -3vw;
}
p.sub-title1 .span2 {
  font-size: 6vw;
  position: absolute;
  left: 25vw;
  top: -1vw;
}
.serchcategory1 {
  width: 90vw;
  margin: 0 auto 10vw;
  position: relative;
  top: 5vw;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.serchcategory1 a {
  width: 47%;
  color: #fff;
  margin-bottom: 3vw;
  margin-right: 3%;
}
.serchcategory1 .icon {
  display: inline-block;
  font-size: 3.6vw;
  font-weight: bold;
  text-align: center;
  padding: 2vw 0;
  position: relative;
  width: 100%;
}
.serchcategory1 .icon:after {
  content: "";
  width: 20vw;
  height: 20vw;
  background: url(../images/common/category-icon.png) no-repeat right top;
  position: absolute;
  right: -1vw;
  top: 5vw;
  z-index: 1;
}
.fmname {
  width: 47% !important;
}

.cate-list {
  background: #f8f8f8;
  margin-bottom: 2.6vw;
  padding: 3.6vw;
}
.cate-list .cate-ttl {
  border-bottom: 0.1vw dotted #333;
  padding-bottom: 1.3vw;
  margin-bottom: 2.6vw;
  font-size: 3.8vw;
  font-weight: 700;
}
.cate-list span {
  display: inline-block;
  margin-right: 2.6vw;
}
.cate-list span a {
  display: inline-block;
  padding: 1.3vw 2.6vw;
}
.cate-list span a:hover {
  text-decoration: none;
}

.tag-list {
  background: #f8f8f8;
  margin-bottom: 2.6vw;
  padding: 3.6vw;
}
.tag-list .tag-ttl {
  border-bottom: 0.1vw dotted #333;
  padding-bottom: 1.3vw;
  margin-bottom: 2.6vw;
  font-size: 3.8vw;
  font-weight: 700;
}
.tag-list span {
  display: inline-block;
  margin-right: 2.6vw;
}
.tag-list span a {
  display: inline-block;
  padding: 1.3vw 2.6vw;
  border: 1px solid #333;
}
.tag-list span a:hover {
  text-decoration: none;
}
.taxttl {
  text-align: center;
  font-size: 3.6vw;
  margin-bottom: 4vw;
}
.systemtab-list {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 5vw;
}
.systemtab-list li {
  width: 100%;
  border: #ccc 0.2vw solid;
  margin-bottom: -0.2vw;
  border-bottom: none;
}
.systemtab-list li:last-child {
  border-bottom: 0.2vw solid #ccc;
}
.systemtab-list li .systemtab-list-ttl {
  border-bottom: #ccc dotted 0.2vw;
  width: 100%;
  padding: 3vw;
  background: #f8f8f8;
}
.systemtab-list li p {
  width: 100%;
  padding: 3vw;
  background: #fff;
}
.other-ttl {
  text-align: center;
  border-bottom: 0.1vw dotted #333;
  padding-bottom: 2.6vw;
  margin-bottom: 3.9vw;
}

.system-contents {
}
.system-contents iframe {
  width: 100%;
  height: 70vw;
}

.system-contents .mapbox {
}
.system-contents .mapbox .mapttl {
  margin-top: 5vw;
}
.system-contents .mapbox iframe {
  width: 100%;
  height: 70vw;
}

.system-tblbox tr td:nth-child(1) {
  display: block;
  width: 100%;
  background: #f8f8f8;
  font-size: 3.6vw;
  font-weight: 700;
  margin: 0;
  margin-bottom: -1px;
}
.system-tblbox tr td:nth-child(2) {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 3.6vw;
  margin: 0;
  margin-bottom: -1px;
}
.system-tblbox tr td:nth-child(3) {
  display: block;
  width: 100%;
  background: #f8f8f8;
  font-size: 3.6vw;
  font-weight: 700;
  margin: 0;
  margin-bottom: -1px;
}
.system-tblbox tr td:nth-child(4) {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 3.6vw;
  margin: 0;
  margin-bottom: -1px;
}
.system-tblbox tr {
  margin-bottom: -1px;
  display: block;
}
.system-tblbox {
  margin-top: 6vw;
}

#search-area {
  background: #f8f8f8;
  border: #ccc solid 0.1vw;
  padding: 5.2vw;
  margin: 0 5vw 3.9vw;
}
#search-area .works-search {
  height: 9.5vw;
  padding-top: 0.7vw !important;
  overflow: hidden;
  display: block;
  margin: 0 4vw;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 3.6vw;
  border-radius: 1.3vw;
  width: 70vw;
}
#search-area .sh-ttl {
  font-size: 3.6vw;
  line-height: 1.6;
  letter-spacing: 0.3vw;
  font-weight: 500;
  border-bottom: 0.1vw dotted;
  padding-bottom: 1.3vw;
  margin-bottom: 2.6vw;
}
#search-area .shbox {
  margin-bottom: 4.9vw;
}

/* common
-------------------------------------*/


/* ポイント
-------------------------------------*/
.gallery-point-section {
  margin-bottom: 10vw;
}

.system-ttl-02 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.gallery-point-list {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 40px 0;

}

.gallery-point-item {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 8px 0;
}

.gallery-point-img {
  margin-bottom: 8px;
}

.gallery-point-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.gallery-point-content {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 8px 0;
}

.gallery-point-ttl {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 0.2vw solid #2a2a2a;
}

.gallery-point-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* ギャラリー
-------------------------------------*/
.gallery-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0, 1fr));
  gap: 3.865vw;
  margin-bottom: 9.662vw;
}

.gallery-list li span a {
  display: block;
}

.gallery-list li span a .img-wrap {
  position: relative;
  aspect-ratio: 1/1;
}

.gallery-list li span a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.gallery-list li span a .img-wrap::after {
  content: "";
  position: absolute;
  background: url("../images/common/icon_plus.jpg") no-repeat center center /contain;
  bottom: 0;
  right: 0;
  width: 3.865vw;
  height: 3.865vw;
  z-index: 2;
}

}






