@charset "UTF-8";
/*設定読み込み
-------------------------------*/
/*共通
-------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5*/
  height: auto;
  overflow: hidden;
  /**/
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #505050;
}

a:hover {
  transition: 0.2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

/*コンテンツ幅設定*/
/*レスポンシブ設定*/
body {
  padding: 0;
  margin: 0 auto;
  border: 0 none;
  color: #333333;
  font-size: 1.4rem;
}

.right {
  float: right;
}

.left {
  float: left;
}

.sp-zone {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp-zone {
    display: block;
  }
}

.pc-zone {
  display: block;
}
@media screen and (max-width: 780px) {
  .pc-zone {
    display: none;
  }
}

.wrapcontent {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  font-size: 1.4rem;
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #505050;
}
.wrapcontent__section {
  width: 82.5%;
  max-width: 1280px;
  margin: auto;
}
.wrapcontent__section__block {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

h1.pagetitle {
  font-size: 2rem;
  margin-bottom: 80px;
  text-align: center;
}
h1.pagetitle span {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 13px;
}

/* ヘッダーに適用 */
header {
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-bottom: 35px;
  z-index: 999;
  background: linear-gradient(0deg, rgba(85, 85, 85, 0), rgba(0, 0, 0, 0.3));
}
.header__wrap {
  width: 1280px;
  max-width: 82.5%;
  margin: auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.header__wrap svg {
  fill: #fff;
}
.header__wrap svg g {
  fill: #fff;
}
.header__wrap a {
  color: #fff;
  display: block;
}
.header__wrap__title {
  width: 30%;
  max-width: 120px;
}
.header__wrap__menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 14px;
}
.header__wrap__menu__list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 707px;
}
.header__wrap__menu__list__item {
  margin-top: 13px;
}
.header__wrap__menu__list__item.current {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.header__wrap__menu__list__item a {
  font-family: "Karla", sans-serif;
  font-weight: bold;
  position: relative;
}
.header__wrap__menu__list__item a:hover {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.header__wrap__menu__list__item a .onmenu {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header__wrap__menu__list__item.instagram {
  width: 15px;
}
.header__wrap__menu__list__item.instagram a {
  width: 100%;
}
.header__wrap__menu__contact {
  margin-left: 25px;
  text-align: center;
  display: none;
}
.header__wrap__menu__contact__btn {
  width: 240px;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: 1.2rem;
  padding: 10px 0;
  display: flex !important;
  align-items: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.header__wrap__menu__contact__btn span {
  font-size: 2.6rem;
  display: block;
  margin: 0 5px;
  font-family: "Karla", sans-serif;
  font-weight: normal;
}
.header__wrap__menu__contact__btn svg {
  width: 20px;
}
.header__wrap__menu__contact p {
  font-family: "Karla", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
.header__wrap__menu__contact p span {
  font-size: 1.8rem;
}

.f__linkarea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 200px;
}
.f__linkarea__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
  align-items: center;
  width: 48%;
  max-width: 420px;
  padding: 20px;
  border: 1px solid #505050;
  border-radius: 5px;
}
.f__linkarea__item__photo {
  width: 50%;
  max-width: 160px;
  margin-right: 20px;
}
.f__linkarea__item__photo img {
  max-width: 100%;
}
.f__linkarea__item__text {
  font-size: 1.8rem;
}
.f__linkarea__item__text .sns {
  display: flex;
  justify-content: left;
  margin-top: 20px;
}
.f__linkarea__item__text .sns li {
  width: 25px;
  margin-right: 20px;
}
.f__linkarea__item__text .sns li:first-child {
  width: 30px;
}
.f__linkarea__item__text .sns li a {
  display: block;
}
.f__linkarea__item__text .sns li a svg {
  fill: #505050;
}

.header__wrap__menu__list__item.current:first-child {
  text-shadow: none;
}

#index-pagezone .header__wrap__menu__list__item.current {
  text-shadow: none;
}
#index-pagezone .header__wrap__menu__list__item.current:first-child {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4);
}

#contact-pagezone .f__linkarea {
  display: none;
}

#privacy-policy-pagezone .f__linkarea {
  display: none;
}

.footer {
  width: 100%;
  color: #fff;
  margin: 200px auto auto;
  background: #737373;
  padding: 40px 0;
}
.footer .wrapcontent__section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.footer .wrapcontent__section__information__logo {
  width: 60%;
  max-width: 120px;
  margin-bottom: 17px;
}
.footer .wrapcontent__section__information__logo svg {
  fill: #fff;
}
.footer .wrapcontent__section__information__title {
  font-size: 1.8rem;
  line-height: 1.5em;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 20px;
}
.footer .wrapcontent__section__information__adress {
  font-size: 1.2rem;
  line-height: 1.5em;
}
.footer .wrapcontent__section__information__adress a {
  pointer-events: none;
  color: #fff;
}
.footer .wrapcontent__section__menu {
  width: 70%;
  max-width: 715px;
}
.footer .wrapcontent__section__menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: right;
}
.footer .wrapcontent__section__menu ul li {
  width: 25%;
  text-align: center;
  margin-bottom: 25px;
}
.footer .wrapcontent__section__menu ul li a {
  display: block;
  font-family: "Karla", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
}
.footer .wrapcontent__section__menu ul li a span {
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 5px;
}
.footer .copy {
  font-size: 1rem;
  text-align: center;
}

.errorpage {
  background-image: linear-gradient(90deg, rgba(168, 202, 240, 0.52), rgba(255, 255, 255, 0.52));
  color: #333;
  height: 80vh;
  width: 100%;
  padding: 20vh 10% 0;
  line-height: 2em;
}
.errorpage__title {
  font-size: 5vw;
  margin-bottom: 70px;
  font-weight: bold;
}
.errorpage__title span {
  font-size: 6vw;
}
.errorpage__text strong {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 145%;
}
.errorpage__text a {
  display: inline-block;
  margin-block-start: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.errorpage__text a:hover {
  opacity: 0.7;
}

.toppagewrap {
  width: 82.5%;
  max-width: 1280px;
  margin: 150px auto auto auto;
}
.toppagewrap h2.pagetitle {
  font-size: 2rem;
  margin-bottom: 80px;
  text-align: center;
}
.toppagewrap h2.pagetitle span {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 13px;
}
.toppagewrap .newslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.toppagewrap .newslist__item {
  width: 48%;
  max-width: 630px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.toppagewrap .newslist__item__photo {
  width: 42%;
  max-width: 260px;
}
.toppagewrap .newslist__item__photo img {
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.toppagewrap .newslist__item__text {
  max-width: 350px;
}
.toppagewrap .newslist__item__text .category {
  background: #bcbcbc;
  padding: 5px 0;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1em;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 9999px;
  display: none;
}
.toppagewrap .newslist__item__text .category:first-child {
  display: block;
}
.toppagewrap .newslist__item__text a {
  display: block;
}
.toppagewrap .newslist__item__text a:hover {
  opacity: 0.7;
}
.toppagewrap .newslist__item__text .time {
  font-size: 2rem;
  margin-bottom: 20px;
}
.toppagewrap .newslist__item__text .txt {
  line-height: 2em;
}
.toppagewrap .newslist__item__text .content__text {
  margin-top: 15px;
}

.viewmore__btn {
  width: 165px;
  margin: 80px auto auto auto;
  line-height: 1.7em;
  position: relative;
  display: block;
}
.viewmore__btn span {
  line-height: 1.7em;
  text-align: left;
  padding-bottom: 6px;
  border-bottom: 1px solid #505050;
  position: relative;
  font-family: "Libre Baskerville", serif;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  transition: 0.3s;
}
.viewmore__btn span:before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 20px solid #555555;
  border-right: 0;
}
.viewmore__btn:hover span {
  padding-right: 75px;
}

.pagewrap {
  margin-top: 165px;
  line-height: 1.5em;
  font-size: 1.4rem;
}
.pagewrap img {
  border-radius: 3px;
}
.pagewrap .blead {
  width: 82.5%;
  max-width: 1280px;
  margin: auto auto 100px auto;
  display: flex;
  justify-content: left;
}
.pagewrap .blead li {
  margin-right: 5px;
}
.pagewrap .blead li a {
  display: block;
}

.worksarchive a {
  display: block;
}
.worksarchive__categorylist {
  width: 100%;
  width: 90%;
  max-width: 1170px;
  margin: auto auto 100px auto;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
  gap: 30px;
}
.worksarchive__categorylist .cat-item {
  width: 100%;
  max-width: 210px;
}
.worksarchive__categorylist .cat-item:nth-child(5n) {
  margin-right: 0px;
}
.worksarchive__categorylist .cat-item a {
  width: 100%;
  border-bottom: 1px solid #505050;
  line-height: 1em;
  font-size: 2rem;
  text-align: center;
  padding: 5px 0;
}
.worksarchive__categorylist .cat-item a:hover {
  background: #e6e6e6;
}
.worksarchive__categorylist .cat-item.current-cat a {
  background: #e6e6e6;
}
.worksarchive__list {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.worksarchive__list__item {
  width: 100% !important;
  max-width: 410px;
  margin-bottom: 35px;
  text-align: center;
}
.worksarchive__list__item:nth-child(3n) {
  margin-right: 0px;
}
.worksarchive__list__item a h2 {
  font-family: "m-plus-2p", sans-serif;
  margin-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #505050;
  font-size: 2rem;
}
.worksarchive__list__item a .adress {
  line-height: 1em;
  font-size: 1.6rem;
}

.shinglecontent__mainphoto {
  position: relative;
  margin-bottom: 50px;
}
.shinglecontent__mainphoto img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.shinglecontent__mainphoto iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.shinglecontent__mainphoto:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  height: 85px;
  content: "";
  display: block;
  z-index: 5;
  display: none;
}
.shinglecontent__mainphoto h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  top: auto;
  bottom: 0px;
  left: 0;
  padding: 25px 0;
  background: linear-gradient(0deg, rgb(85, 85, 85), rgba(85, 85, 85, 0.7), rgba(85, 85, 85, 0.5), rgba(0, 0, 0, 0));
  font-size: 2.6rem;
  line-height: 1.7em;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 18;
  font-family: "m-plus-2p", sans-serif;
}
.shinglecontent__read {
  text-align: center;
  line-height: 2em;
  margin-bottom: 100px;
}
.shinglecontent__block {
  margin-bottom: 40px;
  /*
  &:last-child {
    margin-bottom: 0;
  }
  */
}
.shinglecontent__block img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.shinglecontent__block p {
  margin-top: 10px;
  text-align: left;
  display: block;
  line-height: 2em;
  font-size: 1.2rem;
}
.shinglecontent__block.block02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.shinglecontent__block.block02 .colum {
  width: 49%;
  max-width: 635px;
}
.shinglecontent__block.block03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.shinglecontent__block.block03 .colum {
  width: 49%;
  max-width: 635px;
}
.shinglecontent__block.block03 .colum .columlist {
  width: 100%;
  margin-bottom: 15px;
}
.shinglecontent__block.block03 .colum .columlist:last-child {
  margin-bottom: 0;
}
.shinglecontent .blockwrap {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shinglecontent .blockwrap img {
  width: 100%;
}
.shinglecontent .blockwrap .worksimg {
  display: none;
}
.shinglecontent .blockwrap .blockarea {
  margin-bottom: 40px;
}
.shinglecontent .blockwrap .blockarea.photo-type01 {
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type02 {
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type03 {
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type04 {
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type07 {
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type0501 {
  width: 49%;
}
.shinglecontent .blockwrap .blockarea.photo-type0502 {
  width: 49%;
}
.shinglecontent .blockwrap .blockarea.photo-type0601 {
  width: 49%;
}
.shinglecontent .blockwrap .blockarea.photo-type0602 {
  width: 49%;
}
.shinglecontent .blockwrap .blockarea.photo-type0801 {
  width: 49%;
}
.shinglecontent .blockwrap .blockarea.photo-type0802 {
  width: 49%;
}
.shinglecontent .blockwrap .blockarea.photo-type0901 {
  width: 49%;
}
.shinglecontent .blockwrap .blockarea.photo-type0902 {
  width: 49%;
}
.shinglecontent .blockwrap .blockarea .blockarea__flex {
  display: none;
}
.shinglecontent .blockwrap .blockarea p {
  margin-top: 10px;
  text-align: center;
  display: block;
  line-height: 2em;
  font-size: 1.2rem;
  overflow-wrap: break-word;
}
.shinglecontent .blockwrap .blockarea.photo-type01 {
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type01 .works-01 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type02 {
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type02 .works-02 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type03 {
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type03 .works-03 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type04 {
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type04 .works-04 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type0501 {
  width: 49%;
  max-width: 635px;
}
.shinglecontent .blockwrap .blockarea.photo-type0501 .works-01 {
  display: flex !important;
}
.shinglecontent .blockwrap .blockarea.photo-type0502 {
  width: 49%;
  max-width: 635px;
}
.shinglecontent .blockwrap .blockarea.photo-type0502 .works-01 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type0601 {
  width: 49%;
  max-width: 635px;
}
.shinglecontent .blockwrap .blockarea.photo-type0601 .works-03 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type0602 {
  width: 49%;
  max-width: 635px;
}
.shinglecontent .blockwrap .blockarea.photo-type0602 .works-03 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type07 .works-05 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type0801 .works-05 {
  display: block !important;
  position: relative;
  padding-top: 141%;
  overflow: hidden;
  border-radius: 5px;
}
.shinglecontent .blockwrap .blockarea.photo-type0801 .works-05 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type0802 .works-05 {
  display: block !important;
  position: relative;
  padding-top: 141%;
  overflow: hidden;
  border-radius: 5px;
}
.shinglecontent .blockwrap .blockarea.photo-type0802 .works-05 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type0901 p {
  display: none;
}
.shinglecontent .blockwrap .blockarea.photo-type0901 .blockarea__flex {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type0901 .blockarea__flex p {
  display: block;
}
.shinglecontent .blockwrap .blockarea.photo-type0901 .left__block {
  width: 100%;
  max-width: 635px;
}
.shinglecontent .blockwrap .blockarea.photo-type0901 .left__block .works-05 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type0901 .right__block {
  display: none;
  width: 100%;
  max-width: 635px;
}
.shinglecontent .blockwrap .blockarea.photo-type0901 .right__block .works-01 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type0902 p {
  display: none;
}
.shinglecontent .blockwrap .blockarea.photo-type0902 .blockarea__flex {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type0902 .blockarea__flex p {
  display: block;
}
.shinglecontent .blockwrap .blockarea.photo-type0902 .left__block {
  display: none;
  width: 100%;
  max-width: 635px;
}
.shinglecontent .blockwrap .blockarea.photo-type0902 .left__block .works-05 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type0902 .right__block {
  width: 100%;
  max-width: 635px;
}
.shinglecontent .blockwrap .blockarea.photo-type0902 .right__block .blocklist01 {
  display: block;
  margin-bottom: 8.2%;
}
.shinglecontent .blockwrap .blockarea.photo-type0902 .right__block .blocklist02 {
  display: block;
}
.shinglecontent .blockwrap .blockarea.photo-type0902 .right__block .works-01 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type0903 p {
  display: none;
}
.shinglecontent .blockwrap .blockarea.photo-type0903 .blockarea__flex {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}
.shinglecontent .blockwrap .blockarea.photo-type0903 .blockarea__flex p {
  display: block;
}
.shinglecontent .blockwrap .blockarea.photo-type0903 .left__block {
  display: none;
  width: 100%;
  max-width: 635px;
}
.shinglecontent .blockwrap .blockarea.photo-type0903 .left__block .works-05 {
  display: block !important;
}
.shinglecontent .blockwrap .blockarea.photo-type0903 .right__block {
  width: 100%;
  max-width: 635px;
}
.shinglecontent .blockwrap .blockarea.photo-type0903 .right__block .blocklist01 {
  display: none;
}
.shinglecontent .blockwrap .blockarea.photo-type0903 .right__block .blocklist02 {
  display: block;
}
.shinglecontent .blockwrap .blockarea.photo-type0903 .right__block .works-01 {
  display: block !important;
}
.shinglecontent__information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}
.shinglecontent__information__item {
  width: 21.2%;
  max-width: 280px;
  margin-right: 5%;
  margin-bottom: 50px;
  line-height: 1.7em;
}
.shinglecontent__information__item:nth-child(4n) {
  margin-right: 0px;
}
.shinglecontent__information__item h3 {
  font-size: 1.6rem;
  line-height: 1em;
  padding: 5px;
  border-bottom: 2px solid #505050;
  margin-bottom: 20px;
}
.shinglecontent__messange {
  margin-bottom: 80px;
}
.shinglecontent__messange h3 {
  font-size: 1.6rem;
  line-height: 1em;
  padding: 5px;
  border-bottom: 2px solid #505050;
  margin-bottom: 20px;
}
.shinglecontent__postallow {
  width: 100%;
  line-height: 1em;
  position: relative;
}
.shinglecontent__postallow a:hover {
  opacity: 0.7;
}
.shinglecontent__postallow .prev {
  position: absolute;
  left: 0;
  width: 85px;
  margin: auto;
  text-align: right;
  padding-bottom: 5px;
  border-bottom: 1px solid #505050;
  display: block;
  transition: 0.3s;
  margin-left: 5px;
}
.shinglecontent__postallow .prev span {
  transition: 0.3s;
}
.shinglecontent__postallow .prev span:before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 20px solid #555555;
  border-left: 0;
}
.shinglecontent__postallow .list {
  width: 100px;
  margin: auto;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #505050;
  position: relative;
  display: block;
  transition: 0.3s;
}
.shinglecontent__postallow .next {
  position: absolute;
  right: 0;
  width: 85px;
  margin: auto;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #505050;
  display: block;
  transition: 0.3s;
  margin-right: 5px;
}
.shinglecontent__postallow .next span {
  transition: 0.3s;
}
.shinglecontent__postallow .next span:before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 20px solid #555555;
  border-right: 0;
}

#flow-pagezone .f__linkarea {
  display: none;
}
#flow-pagezone #area01 {
  margin-bottom: 300px;
}
#flow-pagezone .readarea {
  width: 100%;
  margin: auto auto 195px;
}
#flow-pagezone .readarea__title {
  font-family: "m-plus-2p", sans-serif;
  font-size: 3rem;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
#flow-pagezone .readarea__title:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #505050;
}
#flow-pagezone .readarea__title span {
  background: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}
#flow-pagezone .readarea__content {
  font-size: 1.6rem;
  line-height: 2.5em;
  text-align: center;
}
#flow-pagezone .readarea__flow {
  margin-top: 75px;
}
#flow-pagezone .readarea__flow__item {
  position: relative;
  width: 100%;
}
#flow-pagezone .readarea__flow__item__photo {
  max-width: 400px;
  position: absolute;
  top: 0px;
  left: 0;
}
#flow-pagezone .readarea__flow__item__information {
  padding-top: 90px;
  padding-left: 200px;
  min-height: 310px;
}
#flow-pagezone .readarea__flow__item__information h3 {
  border-bottom: 1px solid #a8a8a8;
  padding-left: 250px;
  line-height: 1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 2rem;
  font-family: "m-plus-2p", sans-serif;
  font-weight: bold;
}
#flow-pagezone .readarea__flow__item__text {
  border-left: 2px solid #a8a8a8;
  padding-left: 250px;
  margin-bottom: 40px;
}
#flow-pagezone .readarea__flow__item__text:last-child {
  margin-bottom: 0px;
}
#flow-pagezone .readarea__flow__item__text h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#flow-pagezone .readarea__flow__item__text p {
  font-size: 1.7rem;
  width: 95%;
  max-width: 590px;
  line-height: 1.7em;
}
#flow-pagezone .readarea__flow__item.count {
  border-left: 2px solid #a8a8a8;
  padding: 25px 0;
  padding-left: 25px;
  margin-left: 200px;
  font-size: 2.4rem;
  width: 50%;
}
#flow-pagezone .readarea__flow__item.end .readarea__flow__item__information {
  min-height: auto;
}
#flow-pagezone .readarea__flow__item.end .readarea__flow__item__text {
  border-left: none;
}

.shinglecontent__messange__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
}
.shinglecontent__messange__list__item {
  width: 32%;
  margin-bottom: 2%;
  margin-bottom: 5%;
  text-align: left;
}
.shinglecontent__messange__list__item:nth-child(3n) {
  margin-right: 0;
}
.shinglecontent__messange__list__item .photo {
  margin-bottom: 2%;
}

.wrapcontent#news .newslist__item__text .category {
  display: none;
}

.wrapcontent#news .newslist__item__text .category:first-child {
  display: block;
}

.pagewrap.singleworks .blead {
  margin-bottom: 50px;
}

.toppagewrap {
  width: 85% !important;
  max-width: 1280px;
  margin: 150px auto auto auto;
}

.shinglepage .f__linkarea {
  display: none;
}

#works-pagezone .fancybox-arrow {
  display: none;
}

/* プラグイン */
.wp-pagenavi a, .wp-pagenavi span {
  color: #505050;
}

.wp-pagenavi .pages {
  display: none;
}

/*PAGENAVI
-------------------------------*/
.wp-pagenavi {
  text-align: center;
  clear: both;
  margin: 20px auto 70px auto;
  font-weight: 500;
}

.wp-pagenavi a {
  margin-bottom: 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 2px;
  padding: 0px 0px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 10%;
  line-height: 30px;
}

.wp-pagenavi a:hover {
  background: #EEFFCC;
}

/* current & extend */
.wp-pagenavi .current {
  background-color: #666666;
  color: #fff;
  font-weight: bold;
}

.wp-pagenavi .extend {
  background: #505050;
}

/* first & last */
.wp-pagenavi .first, .wp-pagenavi .last {
  background-color: #505050;
  color: #FFFFFF;
  font-weight: bold;
}

.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  background-color: #8c8c8c;
  color: #FFFFFF;
}

.wp-pagenavi .first:active, .wp-pagenavi .last:active {
  color: #FFFFFF;
}

/* previouspostslink & nextpostslink */
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background-color: #ffffff;
  color: #505050;
}

.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  background-color: #8c8c8c;
  color: #FFFFFF;
}

/* smaller & larger */
.wp-pagenavi .smaller, .wp-pagenavi .larger {
  border: 1px solid #505050;
}

.wp-pagenavi .smaller:hover, .wp-pagenavi .larger:hover {
  background-color: #ffffff;
}

.wp-pagenavi .smaller:active, .wp-pagenavi .larger:active {
  color: #505050;
}

.wp-pagenavi .pages {
  font-size: 10px;
  width: 100%;
  padding: 0px;
  margin: auto;
}

/*追加分*/
.wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
}

.newslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.newslist__item {
  width: 48%;
  max-width: 630px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.newslist__item__photo {
  width: 42%;
  max-width: 260px;
}
.newslist__item__photo img {
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.newslist__item__text {
  max-width: 350px;
}
.newslist__item__text .category {
  background: #bcbcbc;
  padding: 5px 0;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1em;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 9999px;
  display: none;
}
.newslist__item__text .category:first-child {
  display: block;
}
.newslist__item__text a {
  display: block;
}
.newslist__item__text a:hover {
  opacity: 0.7;
}
.newslist__item__text .time {
  font-size: 2rem;
  margin-bottom: 20px;
}
.newslist__item__text .txt {
  line-height: 2em;
}

.wrapcontent#news .newslist__item {
  flex-wrap: wrap !important;
}

.single-news .newslist__item__text {
  max-width: 100%;
}

.content__text.listfree a {
  display: inline-block;
  text-decoration: underline;
}

.slide__toparea button {
  display: none !important;
}

.slick-slider .slick-list img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=basic.css.map */