@charset "UTF-8";

/* リセット */
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption {
  display: block;
}
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption,
img,
span,
a {
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* ユーティリティー */
a {
  zoom: 1;
  text-decoration: none;
  color: #000;
  transition: opacity 0.7s;
  display: block;
}
a:hover {
  opacity: 0.8;
}
.fgo {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.fmin {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.fcg {
  font-family: century-gothic, sans-serif;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.page {
  width: 1280px;
  margin: 0 auto;
}
.page_s {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}

body p {
  line-height: 1.8;
}

/* -------------------------------------
header
------------------------------------- */
/* header {
  padding: 30px 40px 20px 40px;
  margin-bottom: 90px;
  border-bottom: 2px solid #e6e6e6;
} */
header #logo {
  width: 255px;
  margin-right: 15px;
  margin-bottom: 3px;
}
header #pb {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0em;
  width: 120px;
  padding-bottom: 5px;
  margin-top: auto;
}
header #pb span {
  font-size: 10px;
  padding-right: 5px;
}
header #gnavi {
  margin-top: auto;
  margin-left: auto;
  position: relative;
}
#gnavi nav {
  margin-right: 25px;
}
#gnavi nav > ul > li {
  position: relative;
}
#gnavi nav > ul > li:not(:last-child) {
  margin-right: 30px;
}
#gnavi nav > ul > li:nth-child(7) {
  margin-right: 0;
}
#gnavi nav > ul > li.sp {
  display: none;
}
#gnavi nav > ul > li > a {
  font-size: 13px;
}
#gnavi nav .parent {
  font-size: 13px;
  padding-right: 17px;
  position: relative;
  cursor: pointer;
}
#gnavi nav .parent::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  position: absolute;
  bottom: 7px;
  right: 0;
  z-index: 1;
  transform: rotate(-45deg);
  transition: bottom 0.3s;
}
#gnavi nav .parent:hover::before {
  bottom: 5px;
}
#gnavi nav .child {
  width: 255px;
  display: none;
  padding: 10px 20px 5px 20px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 22px);
  left: -50%;
  z-index: 1;
}
#gnavi nav .child::after {
  content: "";
  width: 15px;
  height: 13px;
  display: block;
  margin: 0 auto;
  background: url(../imgs/common/arrow_navi_child.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  z-index: 1;
}
#gnavi nav .child li:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}
#gnavi nav .child li a {
  font-size: 13px;
  display: inline-block;
  padding: 8px 0;
}
#gnavi nav .child li.indent {
  padding-left: 1em;
}
#subnavi {
  position: absolute;
  top: -2em;
  right: 0;
  z-index: 1;
}
#subnavi li:not(:last-child) {
  margin-right: 20px;
}
#subnavi li a {
  font-size: 12px;
  padding-right: 15px;
  position: relative;
}
#subnavi li a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 1;
  transform: rotate(45deg);
  transition: right 0.3s;
}
#subnavi li a:hover::before {
  right: -2px;
}

header #gnavi .sns li {
  width: 21px;
}
header #gnavi .sns li:not(:last-child) {
  margin-right: 8px;
}
header #gnavi .sns li a:hover {
  opacity: 1;
}
header #gnavi .sns li a img {
  transition: transform 0.3s;
}
header #gnavi .sns li a:hover img {
  transform: translateY(-5px);
}

header .sns.sp {
  display: none;
}

header .mansionlink_sp {
  display: none;
}

header a#menu_btn,
header a#menu_btn span {
  display: inline-block;
  transition: all 0.4s;
}
header a#menu_btn {
  width: 40px;
  height: 40px;
  display: none;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 10;
  transform: translateY(-50%);
}
header a#menu_btn span {
  width: 26px;
  height: 2px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #1a1a1a;
  position: absolute;
  left: 0;
  right: 0;
}
header a#menu_btn span:nth-of-type(1) {
  top: 10px;
}
header a#menu_btn span:nth-of-type(2) {
  top: 19px;
}
header a#menu_btn span:nth-of-type(3) {
  top: 28px;
}
header a#menu_btn.active {
  background-color: #1a1a1a;
}
header a#menu_btn.active span {
  background-color: #fff;
}
header a#menu_btn.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-315deg);
}
header a#menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
header a#menu_btn.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(315deg);
}

/* -------------------------------------
common
------------------------------------- */
main {
  overflow: clip;
}

.sptel {
  cursor: default;
  pointer-events: none;
}

.blk {
  padding: 65px 0;
}
.blk.pdt0 {
  padding-top: 0;
}
.bg_gray {
  background: url(../imgs/common/bg_gray.png) repeat center center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.align_items_cen {
  align-items: center;
}
.align-items_start {
  align-items: flex-start;
}
.align-items_end {
  align-items: flex-end;
}
.space-between {
  justify-content: space-between;
}
.justify-content_c {
  justify-content: center;
}

.tb {
  width: 100%;
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}

.posrel {
  position: relative;
}
.abimg {
  position: absolute;
  z-index: 1;
}

.ttl {
  font-size: 0;
  margin-bottom: 55px;
}
.ttl span {
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.ttl span.ja {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.ttl span.eng {
  font-size: 32px;
  padding-bottom: 10px;
  background: url(../imgs/common/bdr_ttl.png) no-repeat left bottom;
}

.page_lead p {
  font-size: 16px;
  line-height: 2.2;
}
.page_lead p strong {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 30px;
}
.page_lead p:not(:last-child) {
  margin-bottom: 30px;
}
.page_lead::after {
  content: "";
  width: 115px;
  height: 1px;
  display: block;
  margin: 60px 0 80px 0;
  background-color: #ccc;
}

.bdr_title {
  font-size: 0;
  margin-bottom: 45px;
}
.bdr_title span {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3em;
  display: inline-block;
  padding: 0 40px 4px 40px;
  background-image: url(../imgs/about/common/bsr_title.png), url(../imgs/about/common/bsr_title.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 4px 100%, 4px 100%;
}
.blk_head {
  margin-bottom: 40px;
}
.blk_head .bdr_title {
  margin-bottom: 30px;
}
.blk_head p {
  font-size: 16px;
}

.tileimg {
  max-width: 1440px;
  margin: 0 auto;
}
.tileimg .tile {
  width: 40.3%;
  padding: 15px;
  background: url(../imgs/common/bg_tile.png) no-repeat center center;
  background-size: cover;
}
.tileimg .tile .text {
  font-size: 0;
  text-align: center;
  width: 100%;
}
.tileimg .tile .text span {
  font-size: 24px;
  color: #fff;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  display: inline-block;
}
.tileimg .photo {
  width: 59.7%;
}

.link {
  font-size: 0;
  text-align: center;
  width: 100%;
  max-width: 220px;
  padding: 20px 10px 20px 22px;
  border: 2px solid #b3b3b3;
  background-color: rgba(255, 255, 255, 0.8);
}
.link.long {
  max-width: 500px;
  margin: 0 auto;
}
.link span {
  font-size: 12px;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 0 27px 0 0;
  background: url(../imgs/common/arrow_link.svg) no-repeat right 5px center;
  background-size: 10px 15px;
  transition: background 0.5s;
}
.link:hover {
  opacity: 1;
}
.link:hover span {
  background: url(../imgs/common/arrow_link.svg) no-repeat right 0px center;
  background-size: 10px 15px;
}
.link span .sp {
  display: none;
}

.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.tl_yb {
  transform: translate(0, 60px);
}
.tl_yt {
  transform: translate(-60px, 0);
}
.tl_xl {
  transform: translate(-60px, 0);
}
.tl_xr {
  transform: translate(60px, 0);
}
.tl_rol {
  transform: rotate(-10deg);
}
.tl_ror {
  transform: rotate(10deg);
}
.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}
.mov.delay100 {
  transition-delay: 100ms;
}
.mov.delay200 {
  transition-delay: 200ms;
}
.mov.delay300 {
  transition-delay: 300ms;
}
.mov.delay400 {
  transition-delay: 400ms;
}
.mov.delay500 {
  transition-delay: 500ms;
}

a.hover_line {
  display: inline-block;
  position: relative;
}
a.hover_line::after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: width 0.5s, opacity 0.8s;
}
a.hover_line.wh::after {
  background-color: #fff;
}
a.hover_line:hover {
  opacity: 1;
}
a.hover_line:hover::after {
  width: 100%;
  opacity: 1;
}

.imgbox {
  overflow: hidden;
}
.imgbox .in {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s;
  backface-visibility: hidden;
}
a:hover .imgbox .in {
  transform: scale(1.1, 1.1);
}

.cmn_contact.blk {
  padding: 80px 0 120px 0;
}
.cmn_contact .box {
  width: 91.7%;
  max-width: 1065px;
  margin-left: 8.3%;
  padding: 20px 50px;
  border: 1px solid #b3b3b3;
  position: relative;
}
.cmn_contact .box::after {
  content: "";
  width: 65px;
  height: 1px;
  display: block;
  background-color: #18212e;
  position: absolute;
  top: 50%;
  left: -32px;
  z-index: 1;
}
.cmn_contact .box.tel {
  padding: 27px 50px;
  margin-bottom: 30px;
}
.cmn_contact .box dt {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  width: 230px;
  padding: 8px 0;
  border-right: 5px solid #e6e6e6;
}
.cmn_contact .box dd {
  flex: 1;
  padding-left: 30px;
}
.cmn_contact .tel dd {
  font-size: 0;
  text-align: center;
}
.cmn_contact .tel dd span,
.cmn_contact .tel dd a {
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.cmn_contact .tel dd span {
  letter-spacing: 0;
}
.cmn_contact .tel dd span.window {
  margin-right: 30px;
}
.cmn_contact .tel dd a {
  display: inline-block;
  margin-right: 5px;
}
.cmn_contact .tel dd a span {
  font-size: 28px;
  letter-spacing: 0.15em;
}
.cmn_contact .tel dd img {
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-top: 5px;
}
.cmn_contact .mail dd li {
  width: calc((99.9% - 60px) / 3);
}
.cmn_contact .mail dd li:not(:last-child) {
  margin-right: 30px;
}
.cmn_contact .mail dd li a {
  text-align: center;
  padding: 18px 30px 18px 15px;
  border: 1px solid #b3b3b3;
  position: relative;
  transition: color 0.5s, background-color 0.5s;
}
.cmn_contact .mail dd li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: border 0.5s;
}
.cmn_contact .mail dd li a:hover {
  color: #fff;
  background-color: #1a1a1a;
  opacity: 1;
}
.cmn_contact .mail dd li a:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

#floathing {
  font-size: 0;
  text-align: center;
  position: fixed;
  top: 145px;
  right: 0;
  z-index: 1;
}
#floathing li:not(:last-child) {
  margin-bottom: 10px;
}
#floathing li.resrve a {
  background-color: #79b5c8;
}
#floathing li.catalog a {
  background-color: #c65c26;
}
#floathing li.sodan a {
  background-color: #c5ba79;
}
#floathing li a {
  font-size: 11px;
  font-weight: normal;
  width: 100px;
  padding: 25px 20px 20px 10px;
  position: relative;
  right: -10px;
  transition: right 0.5s;
}
#floathing li a img {
  width: 26px;
  margin: 0 auto 10px auto;
}
#floathing li a span {
  color: #fff;
  display: block;
}
#floathing li a:hover {
  right: 0px;
  opacity: 1;
}

#totop {
  font-size: 0;
  text-align: center;
  padding: 25px 20px;
  background-color: #313131;
}
#totop span {
  font-size: 15px;
  color: #fff;
  padding-left: 18px;
  display: inline-block;
  position: relative;
}
#totop span::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 1;
  transform: rotate(45deg);
  transition: bottom 0.3s;
}
#totop:hover span::before {
  bottom: 5px;
}

.post .wys p:not(:last-child) {
  margin-bottom: 20px;
}
.post .wys p a {
  color: #0000ee;
  text-decoration: underline;
  display: inline;
}
.post .wys p img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
}

.wp-pagenavi {
  font-size: 0;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 15px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 5px 5px 5px;
  margin: 0 5px;
  border: 1px solid #1a1a1a;
  transition: color 0.5s, background-color 0.5s;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  background-color: #1a1a1a;
  opacity: 1;
}

.paging {
  font-size: 0;
  text-align: center;
  margin-top: 45px;
  position: relative;
}
.paging a {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.paging a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #4b4b50;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.paging a:hover {
  opacity: 1;
}
.paging a:hover::after {
  opacity: 1;
}
.paging a.prev,
.paging a.next {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.paging a.prev {
  padding-left: 55px;
  left: 20px;
}
.paging a.next {
  padding-right: 55px;
  right: 20px;
}
.paging a.prev::before,
.paging a.next::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.paging a.prev::before {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  left: 0;
  transform: rotate(-45deg);
}
.paging a.next::before {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  right: 0;
  transform: rotate(45deg);
}

.nopost_cmn {
  padding: 50px 0;
}

.comingsoon {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  padding: 15% 0;
}
.comingsoon span {
  font-size: 34px;
  display: block;
  margin-bottom: 20px;
}

#notfound {
  padding: 130px 0;
}
#notfound h1 {
  font-size: 0;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
#notfound h1 span {
  font-size: 60px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.2;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#notfound h1::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #e4e4e4;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
#notfound p {
  text-align: center;
}
#notfound p a {
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}

.member-bnr {
  display: block;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.member-bnr--type1 {
  padding-bottom: 40px;
}

/* -------------------------------------
footer
------------------------------------- */
/* footer {
  padding: 65px 0 0 0;
  background-color: #1a1a1a;
}
footer .flex {
  color: #fff;
}
footer .left {
  letter-spacing: 0.2em;
  width: 300px;
}
footer .left .name {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 15px;
}
footer .left .name a {
  color: #fff;
  display: inline-block;
}
footer .left dl {
  margin-bottom: 35px;
}
footer .left dl dt {
  text-indent: -8px;
  margin-bottom: 5px;
}
footer .left dl dd.address {
  margin-bottom: 5px;
}
footer .left dl dd.tel a {
  color: #fff;
  display: inline-block;
  padding-left: 30px;
  background: url(../imgs/common/icon_freedial.png) no-repeat left center;
}
footer .left .bnr {
  font-size: 0;
  letter-spacing: 0;
  max-width: 215px;
}
footer .left .bnr li {
  display: inline-block;
  vertical-align: middle;
}
footer .left .bnr li:not(:last-child) {
  margin-bottom: 30px;
}

footer nav {
  width: calc(100% - 300px);
  max-width: 830px;
  margin-left: auto;
}
footer nav p {
  line-height: 1.4;
  margin-bottom: 30px;
}
footer nav a {
  color: #fff;
  position: relative;
}
footer nav p a {
  font-size: 16px;
  letter-spacing: 0.15em;
}
footer nav .flex {
  padding-left: 18px;
}
footer nav .flex.clm3 > ul:nth-child(1) {
  width: 44.6%;
}
footer nav .flex.clm3 > ul:nth-child(2) {
  width: 28.2%;
}
footer nav .flex.clm3 > ul:nth-child(3) {
  width: 27.2%;
}
footer nav .flex.clm2 {
  display: none;
}
footer nav ul li:not(:last-child) {
  margin-bottom: 25px;
}
footer nav ul li a {
  letter-spacing: 0.15em;
}
footer nav ul.child {
  margin-top: 25px;
  padding-left: 1.5em;
}
footer nav ul.child li:not(:last-child) {
  margin-bottom: 15px;
}

footer #cp {
  padding: 45px 10px 30px 10px;
}
footer #cp small {
  font-size: 11px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  display: block;
}
footer #cp small br {
  display: none;
} */

.not-member {
  position: relative;
  pointer-events: none;
  display: block;
  padding-top: clamp(20px, 3.703vw, 40px);
  padding-bottom: clamp(20px, 3.703vw, 40px);
}

.post__info {
  position: relative;
  z-index: 1;
}

.post__icons {
  position: absolute;
  z-index: 5;
  left: 10px;
  top: -20px;
  display: flex;
  gap: 0 6px;
}

.post__icons-item {
  width: 38px;
}

/* .not-member .post__info {
  -ms-filter: blur(6px);
  filter: blur(6px);
} */

.not-member:hover {
  opacity: 1 !important;
}

.not-member:hover .in {
  transform: scale(1, 1) !important;
}

.post__list-member {
  background-color: rgb(0, 0, 0, 0.9);
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  /* padding-top: 25%; */
}

.post__list-member-inner {
  width: calc(100% - 40px);
  max-width: 1046px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 5.7%;
}

.post__list-member-parts1 {
  width: clamp(100px, 14.074vw, 152px);
  padding-top: clamp(30px, 3.24vw, 43px);
  padding-bottom: clamp(30px, 3.24vw, 43px);
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  border: 1px solid #fff;
}

.post__list-member-parts1 p {
  color: #fff;
  font-size: clamp(18px, 2.777vw, 30px);
  text-align: center;
  line-height: 1.27;
}

.post__list-member-parts1 span {
  font-size: clamp(15px, 2.129vw, 23px);
  display: block;
  line-height: 1.13;
}

.post__list-member-parts2 {
  color: #fff;
  font-size: clamp(14px, 1.481vw, 16px);
  margin-bottom: 0;
  width: calc(88.6% - 395px);
  line-height: 1.75;
  letter-spacing: 0;
}

.post__list-member-link {
  width: clamp(200px, 22.5vw, 243px);
}
.post__list-member-btn,
.post__list-member-btn2 {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  pointer-events: all;
  display: block;
  width: clamp(200px, 22.5vw, 243px);
  padding: 11px 10px;
  line-height: 1.75;
  letter-spacing: 0;
}
.post__list-member-btn {
  margin-bottom: 15px;
  border: 1px solid #fff;
  background-color: #58a3ba;
}

.post__list-member-btn2 {
  border: 1px solid #fff;
  background-color: #c65c26;
}

.post__list-member-btn span,
.post__list-member-btn2 span {
  position: relative;
  padding-left: 18px;
}
.post__list-member-btn span::after,
.post__list-member-btn2 span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.post__list-member-btn span::after {
  background: url("../imgs_new/common/icon_login.png") center center / cover no-repeat;
}
.post__list-member-btn2 span::after {
  background: url("../imgs_new/common/icon_check.png") center center / cover no-repeat;
}

@media screen and (max-width: 1440px) {
  /* header {
    padding: 30px 20px 20px 20px;
  } */
}
@media screen and (max-width: 1340px) {
  .page {
    width: 100%;
    padding: 0 20px;
  }

  /* -------------------------------------
	header
	------------------------------------- */
  /* header {
    padding: 30px 20px 20px 20px;
    margin-bottom: 85px;
  } */
  header #logo {
    width: 240px;
    margin-right: 10px;
  }
  #gnavi nav {
    margin-right: 15px;
  }
  #gnavi nav > ul > li:not(:last-child) {
    margin-right: 20px;
  }
  #gnavi nav > ul > li:nth-child(7) {
    margin-right: 0;
  }
  #gnavi nav .parent {
    padding-right: 15px;
  }
  #subnavi li:not(:last-child) {
    margin-right: 10px;
  }
  #subnavi li a {
    padding-right: 13px;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  .blk {
    padding: 62px 0;
  }

  .ttl {
    margin-bottom: 52px;
  }
  .ttl span.ja {
    margin-bottom: 14px;
  }
  .ttl span.eng {
    font-size: 31px;
  }

  .page_lead p strong {
    font-size: 46px;
    margin-bottom: 28px;
  }
  .page_lead::after {
    width: 112px;
    margin: 57px 0 75px 0;
  }

  .bdr_title {
    margin-bottom: 43px;
  }
  .bdr_title span {
    font-size: 30px;
    letter-spacing: 0.29em;
    padding: 0 38px 4px 38px;
  }
  .blk_head {
    margin-bottom: 38px;
  }
  .blk_head .bdr_title {
    margin-bottom: 28px;
  }

  .tileimg .tile .text span {
    font-size: 23px;
  }

  #floathing li a {
    width: 95px;
    padding: 23px 18px 18px 8px;
  }
  #floathing li a img {
    width: 25px;
    margin: 0 auto 9px auto;
  }

  .comingsoon span {
    font-size: 33px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  /* footer {
    padding: 60px 0 0 0;
  } */
}
@media screen and (max-width: 1240px) {
  header #logo {
    width: 230px;
  }
  header #pb {
    padding-bottom: 4px;
  }

  #gnavi nav {
    margin-right: 0;
  }
  #subnavi {
    right: 100px;
  }
  header #gnavi .sns {
    position: absolute;
    top: -2.2em;
    right: 0;
    z-index: 1;
  }

  .blk {
    padding: 59px 0;
  }

  .page_lead p strong {
    font-size: 44px;
    margin-bottom: 26px;
  }
  .page_lead::after {
    width: 109px;
    margin: 54px 0 70px 0;
  }

  .bdr_title {
    margin-bottom: 41px;
  }
  .bdr_title span {
    font-size: 29px;
    letter-spacing: 0.28em;
    padding: 0 37px 4px 37px;
  }

  #floathing li a {
    width: 90px;
    padding: 22px 17px 17px 7px;
  }
  #floathing li a img {
    width: 25px;
    margin: 0 auto 8px auto;
  }

  .comingsoon span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1180px) {
  /* header {
    padding: 20px 20px 15px 20px;
  } */
  header .head {
    position: relative;
  }
  header #logo {
    margin-bottom: 20px;
  }
  header #pb {
    text-align: center;
    width: 230px;
    padding-bottom: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 1;
  }
  header #gnavi {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1100px) {
  /* -------------------------------------
	header
	------------------------------------- */
  /* header {
    padding: 0;
    margin-bottom: 75px;
    border-bottom: none;
  } */
  header > .flex {
    display: block;
  }
  header .head {
    display: flex;
    padding: 20px 20px 20px 20px;
  }
  header #logo {
    margin-bottom: 0;
  }
  header #pb {
    text-align: left;
    width: 120px;
    padding-bottom: 4px;
    position: static;
  }
  header #gnavi {
    display: none;
    padding: 0;
    background-color: #fff;
  }
  header #gnavi nav ul {
    display: block;
  }
  #gnavi nav > ul > li {
    border-bottom: 2px solid #e6e6e6;
  }
  #gnavi nav > ul > li:not(:last-child) {
    margin-right: 0;
  }
  #gnavi nav > ul > li.sp {
    display: block;
  }
  #gnavi nav > ul > li > a {
    font-size: 14px;
    padding: 15px 20px;
  }
  #gnavi nav .parent {
    font-size: 14px;
    display: block;
    padding: 15px 20px;
  }
  #gnavi nav .parent::before {
    top: 20px;
    bottom: auto;
    right: 15px;
  }
  #gnavi nav .child {
    width: 100%;
    padding: 0 20px;
    border: none;
    position: static;
  }
  #gnavi nav .child::after {
    content: none;
  }
  #gnavi nav .child li:not(:last-child) {
    margin: 0;
  }
  #gnavi nav .child li:nth-child(1) {
    border-top: 1px solid #e6e6e6;
  }
  #gnavi nav .child li.indent {
    padding-left: 0;
  }
  #gnavi nav .child li a {
    padding: 15px;
  }

  #subnavi {
    display: none;
  }
  header #gnavi .sns {
    display: none;
  }
  header .sns.sp {
    display: flex;
    position: absolute;
    top: 50%;
    right: 70px;
    z-index: 1;
    transform: translateY(-50%);
  }
  header .sns.sp li {
    width: 21px;
  }
  header .sns.sp li:not(:last-child) {
    margin-right: 8px;
  }
  header .sns.sp li a:hover {
    opacity: 1;
  }
  header .sns.sp li a img {
    transition: transform 0.3s;
  }
  header .sns.sp li a:hover img {
    transform: translateY(-5px);
  }

  header .mansionlink_sp {
    display: block;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    background-color: #fff;
  }
  header .mansionlink_sp.border--none {
    border-top: none;
  }
  header .mansionlink_sp a {
    font-size: 0;
    text-align: center;
    padding: 9px 10px;
  }
  header .mansionlink_sp a span {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-right: 15px;
    position: relative;
  }
  header .mansionlink_sp a span::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transform: rotate(45deg);
    transition: right 0.5s;
  }
  header .mansionlink_sp a:hover span::after {
    right: -5px;
  }

  header a#menu_btn {
    display: block;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  .blk {
    padding: 56px 0;
  }

  .ttl {
    margin-bottom: 49px;
  }
  .ttl span.ja {
    margin-bottom: 13px;
  }
  .ttl span.eng {
    font-size: 30px;
  }

  .page_lead p {
    font-size: 15px;
    line-height: 2.1;
  }
  .page_lead p:not(:last-child) {
    margin-bottom: 25px;
  }
  .page_lead p strong {
    font-size: 42px;
    letter-spacing: 0.13em;
    margin-bottom: 24px;
  }
  .page_lead::after {
    width: 106px;
    margin: 51px 0 65px 0;
  }

  .bdr_title {
    margin-bottom: 39px;
  }
  .bdr_title span {
    font-size: 27px;
    letter-spacing: 0.26em;
    padding: 0 35px 4px 35px;
  }
  .blk_head {
    margin-bottom: 36px;
  }
  .blk_head .bdr_title {
    margin-bottom: 26px;
  }

  .tileimg .tile .text span {
    font-size: 22px;
    line-height: 1.9;
  }

  .cmn_contact.blk {
    padding: 75px 0 110px 0;
  }
  .cmn_contact .box {
    width: calc(100% - 20px);
    margin-left: 20px;
    padding: 20px 30px;
  }
  .cmn_contact .box::after {
    width: 40px;
    left: -20px;
  }
  .cmn_contact .box.tel {
    padding: 27px 30px;
  }
  .cmn_contact .box dt {
    font-size: 15px;
    width: 200px;
  }
  .cmn_contact .mail dd li {
    width: calc((99.9% - 40px) / 3);
  }
  .cmn_contact .mail dd li:not(:last-child) {
    margin-right: 20px;
  }

  #floathing li a {
    width: 85px;
    padding: 20px 15px 15px 5px;
  }
  #floathing li a img {
    width: 24px;
    margin: 0 auto 7px auto;
  }

  .paging {
    margin-top: 40px;
  }
  .paging a.prev {
    padding-left: 45px;
  }
  .paging a.next {
    padding-right: 45px;
  }

  .comingsoon span {
    font-size: 30px;
  }

  #notfound {
    padding: 120px 0;
  }
  #notfound h1 {
    margin-bottom: 22px;
  }
  #notfound h1 span {
    font-size: 56px;
    padding: 0 19px;
  }
  #notfound p a {
    margin-top: 14px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  /* footer {
    padding: 55px 0 0 0;
  } */
}
@media screen and (max-width: 1000px) {
  /* footer nav .flex.clm3 {
    display: none;
  }
  footer nav .flex.clm2 {
    display: flex;
  }
  footer nav .flex.clm2 > ul:nth-child(1) {
    width: 55%;
    padding-right: 15px;
  }
  footer nav .flex.clm2 > ul:nth-child(2) {
    width: 45%;
  } */
}
@media screen and (max-width: 980px) {
  /* -------------------------------------
	common
	------------------------------------- */
  .blk {
    padding: 53px 0;
  }

  .ttl {
    margin-bottom: 46px;
  }
  .ttl span.ja {
    margin-bottom: 12px;
  }
  .ttl span.eng {
    font-size: 29px;
  }

  .page_lead p strong {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .page_lead::after {
    width: 103px;
    margin: 48px 0 60px 0;
  }

  .bdr_title {
    margin-bottom: 37px;
  }
  .bdr_title span {
    font-size: 26px;
    letter-spacing: 0.25em;
    padding: 0 33px 4px 33px;
  }
  .blk_head {
    margin-bottom: 34px;
  }
  .blk_head .bdr_title {
    margin-bottom: 24px;
  }

  .cmn_contact.blk {
    padding: 70px 0 100px 0;
  }
  .cmn_contact .box {
    padding: 20px 20px;
  }
  .cmn_contact .box.tel {
    padding: 20px 20px;
  }
  .cmn_contact .box dt {
    width: 180px;
  }
  .cmn_contact .box dd {
    padding-left: 20px;
  }
  .cmn_contact .tel dd {
    text-align: left;
  }
  .cmn_contact .tel dd span.window {
    display: block;
    margin: 0 0 5px 0;
  }

  #floathing {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
  }
  #floathing li {
    width: calc(100% / 2);
  }
  #floathing li:not(:last-child) {
    margin-bottom: 0;
  }
  #floathing li a {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 20px 10px;
    right: 0;
  }
  #floathing li a img,
  #floathing li a span {
    display: inline-block;
    vertical-align: middle;
  }
  #floathing li a img {
    width: 23px;
    margin: 0 5px 0 0;
  }

  .comingsoon span {
    font-size: 29px;
  }

  #notfound {
    padding: 100px 0;
  }
  #notfound h1 {
    margin-bottom: 19px;
  }
  #notfound h1 span {
    font-size: 50px;
    padding: 0 17px;
  }
  #notfound p a {
    margin-top: 12px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  /* footer {
    padding-bottom: 60px;
  } */
}
@media screen and (max-width: 900px) {
  .cmn_contact .box {
    padding: 30px;
  }
  .cmn_contact .box.tel {
    padding: 30px;
  }
  .cmn_contact .box::after {
    top: 40px;
  }
  .cmn_contact .box dt {
    text-align: left;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border-right: none;
  }
  .cmn_contact .box dd {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  /* -------------------------------------
	header
	------------------------------------- */
  /* header {
    margin-bottom: 70px;
  } */
  header #logo {
    width: 200px;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  .blk {
    padding: 50px 0;
  }

  .ttl {
    margin-bottom: 43px;
  }
  .ttl span.ja {
    margin-bottom: 11px;
  }
  .ttl span.eng {
    font-size: 28px;
  }

  .page_lead p {
    font-size: 14px;
    line-height: 2;
  }
  .page_lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  .page_lead p strong {
    font-size: 36px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .page_lead::after {
    width: 100px;
    margin: 45px 0 55px 0;
  }

  .bdr_title {
    margin-bottom: 35px;
  }
  .bdr_title span {
    font-size: 25px;
    letter-spacing: 0.23em;
    padding: 0 30px 4px 30px;
  }
  .blk_head {
    margin-bottom: 32px;
  }
  .blk_head .bdr_title {
    margin-bottom: 22px;
  }
  .blk_head p {
    font-size: 15px;
  }

  .tileimg .tile {
    width: 100%;
    padding: 50px 15px;
  }
  .tileimg .tile .text span {
    font-size: 21px;
    line-height: 1.8;
  }
  .tileimg .photo {
    width: 100%;
  }

  .link {
    padding: 18px 10px 18px 20px;
  }

  .cmn_contact.blk {
    padding: 65px 0 90px 0;
  }
  .cmn_contact .tel dd span,
  .cmn_contact .tel dd a {
    font-size: 15px;
  }
  .cmn_contact .tel dd a span {
    font-size: 27px;
  }
  .cmn_contact .tel dd img {
    width: 32px;
  }
  .cmn_contact .mail dd li {
    width: calc((99.9% - 30px) / 3);
  }
  .cmn_contact .mail dd li:not(:last-child) {
    margin-right: 15px;
  }
  .cmn_contact .mail dd li a {
    letter-spacing: 0.05em;
    padding: 15px 25px 15px 10px;
  }

  #floathing li a {
    font-size: 13px;
    padding: 18px 10px;
  }
  #floathing li a img {
    width: 22px;
  }

  #totop {
    padding: 23px 20px;
  }

  .post .wys p:not(:last-child) {
    margin-bottom: 15px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 14px;
    width: 34px;
    height: 34px;
    padding: 7px 5px 5px 5px;
    margin: 0 4px;
  }
  .paging {
    margin-top: 35px;
  }
  .paging a {
    font-size: 14px;
  }
  .paging a.prev {
    padding-left: 35px;
    left: 0;
  }
  .paging a.next {
    padding-right: 35px;
    right: 0;
  }

  .comingsoon span {
    font-size: 27px;
  }

  #notfound {
    padding: 80px 0;
  }
  #notfound h1 {
    margin-bottom: 15px;
  }
  #notfound h1 span {
    font-size: 45px;
    padding: 0 15px;
  }
  #notfound p a {
    margin-top: 10px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  /* footer {
    padding: 50px 0 55px 0;
  }
  footer .left {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }
  footer .left .bnr {
    max-width: 100%;
  }
  footer .left .bnr li {
    max-width: 215px;
    width: calc((99.9% - 20px) / 2);
  }
  footer .left .bnr li:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  footer nav {
    width: 100%;
  }
  footer nav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer nav ul.child {
    margin-top: 20px;
  }
  footer nav ul.child li:not(:last-child) {
    margin-bottom: 12px;
  } */
}

@media screen and (max-width: 750px) {
  .post__list-member-inner {
    flex-wrap: wrap;
    max-width: 610px;
  }
  .post__list-member-parts2 {
    width: calc(88.6% - 120px);
  }
  .post__list-member-link {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  /* -------------------------------------
	header
	------------------------------------- */
  /* header {
    margin-bottom: 65px;
  } */

  /* -------------------------------------
	common
	------------------------------------- */
  .sptel {
    cursor: pointer;
    pointer-events: auto;
  }

  .page_lead p strong {
    font-size: 34px;
  }
  .page_lead::after {
    width: 95px;
    margin: 43px 0 50px 0;
  }

  .bdr_title {
    margin-bottom: 33px;
  }
  .bdr_title span {
    font-size: 24px;
    letter-spacing: 0.22em;
    padding: 0 25px 4px 25px;
  }

  .tileimg .tile {
    padding: 45px 15px;
  }

  .link span .sp {
    display: block;
  }

  .cmn_contact.blk {
    padding: 60px 0 80px 0;
  }
  .cmn_contact .box dt {
    margin-bottom: 30px;
  }
  .cmn_contact .tel dd a {
    margin-right: 0;
  }
  .cmn_contact .tel dd a span {
    font-size: 26px;
  }
  .cmn_contact .tel dd img {
    width: 30px;
  }
  .cmn_contact .tel dd span.time {
    display: block;
    margin-top: 8px;
  }
  .cmn_contact .mail dd li {
    width: 100%;
  }
  .cmn_contact .mail dd li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  #totop {
    padding: 20px 20px;
  }

  .comingsoon span {
    font-size: 26px;
  }

  #notfound {
    padding: 70px 0;
  }
  #notfound h1 span {
    font-size: 42px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  /* footer #cp small br {
    display: block;
  } */
}
@media screen and (max-width: 500px) {
  /* -------------------------------------
	header
	------------------------------------- */
  /* header {
    margin-bottom: 60px;
  } */
  header .head {
    padding: 20px 20px 28px 20px;
  }
  header #logo {
    width: 180px;
  }
  header #pb {
    text-align: center;
    width: 180px;
    padding: 0;
    position: absolute;
    left: 20px;
    bottom: 12px;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  .blk {
    padding: 45px 0;
  }

  .ttl {
    margin-bottom: 40px;
  }
  .ttl span.ja {
    margin-bottom: 10px;
  }
  .ttl span.eng {
    font-size: 26px;
  }

  .page_lead p strong {
    font-size: 30px;
  }
  .page_lead::after {
    width: 90px;
    margin: 40px 0 45px 0;
  }

  .bdr_title {
    margin-bottom: 30px;
  }
  .bdr_title span {
    font-size: 22px;
    letter-spacing: 0.2em;
    padding: 0 20px 4px 20px;
  }
  .blk_head {
    margin-bottom: 30px;
  }
  .blk_head .bdr_title {
    margin-bottom: 20px;
  }

  .tileimg .tile {
    padding: 40px 15px;
  }
  .tileimg .tile .text span {
    font-size: 20px;
  }

  .cmn_contact.blk {
    padding: 55px 0 70px 0;
  }

  #floathing li a {
    padding: 15px 5px;
  }
  #floathing li a img {
    width: 20px;
    margin-right: 3px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 32px;
    height: 32px;
    padding: 6px 3px 5px 3px;
    margin: 0 3px;
  }
  .paging {
    margin-top: 30px;
  }

  .comingsoon span {
    font-size: 25px;
  }

  #notfound {
    padding: 60px 0;
  }
  #notfound h1 span {
    font-size: 38px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  /* footer {
    padding: 45px 0 50px 0;
  }
  footer .left {
    text-align: left;
  }
  footer .left .bnr li {
    max-width: 215px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  footer .left .bnr li:not(:last-child) {
    margin-bottom: 20px;
    margin-right: auto;
  }

  footer nav .flex.clm2 > ul:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 18px;
  }
  footer nav .flex.clm2 > ul:nth-child(2) {
    width: 100%;
  }
  footer nav ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  footer nav ul.child {
    margin-top: 18px;
  }
  footer nav ul.child li:not(:last-child) {
    margin-bottom: 10px;
  } */
}
@media screen and (max-width: 320px) {
  .ttl span.eng {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 1101px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header #gnavi {
    display: flex !important;
  }
}
