@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

body.fixed {
  overflow: hidden;
  position: unset;
}

body {
  line-height: 1.6;
  color: #333;
  background: #fff;
}

.onlySP {
  font-size: 14px;
  display: none;
}

.onlyPC {
  display: inline-block;
}

@media (max-width: 780px) {
  .onlyPC {
    display: none;
  }

  .onlySP {
    display: inline-block;
  }
}

.noindexTag {
  position: fixed;
  right: 0;
  top: 0;
  background: red;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: bold;
  z-index: 99999;
}

@media (max-width: 780px) {
  .noindexTag {
    top: 50px;
  }
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

/* font指定 */
body,
input,
select,
option,
textarea,
button {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}

select::-ms-expand {
  display: none;
}

.yuGothic {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.yuMincho {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

/*------------------------------
#head
------------------------------*/
#menu {
  padding-block-start: 24px;
}

@media (max-width: 780px) {
  #menu {
    display: none;
  }
}

.openMenu #menu {
  display: none;
}

.header {
  width: 100%;
  height: 130px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline: clamp(1.25rem, 24vw, max(calc(50vw - 1080px / 2), 20px));
  box-sizing: border-box;
  z-index: 9999;
  background-color: #fff;
}

@media (max-width: 1080px) {
  .header {
    height: 155px;
  }
}

@media (max-width: 780px) {
  .header {
    height: 50px;
    padding-block: 0;
    position: fixed;
    top: 0;
  }
}

.headiner_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 780px) {
  .headiner_inner {
    height: 50px;
  }
}

.menu_form_wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 780px) {
  .menu_form_wrap {
    padding-top: 4px;
  }
}

.titleimg {
  display: block;
  margin: 40px auto 80px;
}

@media (max-width: 780px) {
  .titleimg {
    margin-bottom: 40px;
  }
}

.titleimg h2 img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 780px) {
  .titleimg h2 img {
    width: 340px;
    object-fit: contain;
  }
}

/* #head_logo */
#head_logo {
  font-weight: bold;
  margin-top: -1px;
  float: left;
}

/* #menu */
.menu_list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1080px) {
  .menu_list {
    justify-content: space-around;
  }
}

.menu_list li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1080px) {
  .menu_list li a {
    flex-direction: column;
    gap: 4px;
  }
}
.menu_list li a:hover {
  opacity: 0.7;
}
.menu_list li a span {
  font-size: 15px;
  line-height: normal;
}
@media (max-width: 1080px) {
  .menu_list li a span {
    font-size: 14px;
  }
}
.menu_form {
  margin: 0 32px 0 54px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 780px) {
  .menu_form {
    display: none;
  }
}

.menu_form .tel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 2px;
}

.openMenu .menu_form {
  display: none;
}

.tel {
  font-size: 13px;
  font-weight: normal;
  color: #333;
}

.menu_tel_text {
  display: block;
  line-height: 9px;
}

.menu_tel {
  display: block;
  font-size: 23px;
  font-weight: bold;
  color: #c6003e;
}

.menu_form .time {
  font-size: 13px;
  margin: -3px 0 0;
}

/*------------------------------
#pankuzu
------------------------------*/
#pankuzu {
  border-top: 1px solid #c30033;
  padding-top: 10px;
  color: #000;
}

@media (max-width: 780px) {
  #pankuzu {
    margin-top: 50px;
  }
}

#pankuzu ul {
  width: 100%;
  max-width: 1040px;
  padding-inline: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

#pankuzu ul:after {
  content: '';
  display: block;
  clear: both;
}

#pankuzu ul li {
  margin-right: 0.5em;
  font-size: 11px;
  float: left;
}

#pankuzu ul li:before {
  content: '- ';
}

#pankuzu ul li:first-child:before {
  content: '';
}

#pankuzu ul li a {
  color: #000;
}

/*------------------------------
#pagetop
------------------------------*/
#pagetop {
  width: 1000px;
  margin: 0 auto;
}
#pagetop a {
  width: 100px;
  margin: 0 0 20px auto;
  text-align: center;
  background: #eee;
  display: block;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

@media (max-width: 1080px) {
  .pagetop {
    display: none !important;
  }
}

.pagetop img {
  cursor: hand;
  cursor: pointer;
}

.pagetop img:hover {
  opacity: 0.8;
}

.foot {
  color: #fff;
  margin-bottom: 0;
  background-color: #c90046;
}

@media (max-width: 960px) {
  .foot {
    width: 100%;
    padding-bottom: 80px;
  }
}

.foot_logo {
  float: left;
  margin-top: 15px;
}

@media (max-width: 960px) {
  .foot_logo {
    float: initial;
  }
}

.foot_logo h4 {
  padding: 5px 30px;
  background: #fff;
}

@media (max-width: 960px) {
  .foot_logo {
    width: 195px;
    margin: 0 auto;
  }
}

.foot_menu {
  font-size: 14px;
  float: right;
  width: 720px;
  margin-left: 50px;
  margin-top: 40px;
}

@media (max-width: 960px) {
  .foot_menu {
    max-width: 320px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    row-gap: 20px;
  }
}

.foot_menu:after {
  content: '';
  display: block;
  clear: both;
}

.foot_menu li {
  float: left;
  font-size: 15px;
  margin-right: 36px;
  line-height: 30px;
}

@media (max-width: 960px) {
  .foot_menu li {
    margin-right: 0;
    float: none;
  }
}

@media (max-width: 960px) {
  .foot_menu_item {
    min-width: 150px;
  }
}

@media (max-width: 960px) {
  .foot_menu .foot_menu_item_sale {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .foot_menu .foot_menu_item_invest {
    order: 3;
  }
}

@media (max-width: 960px) {
  .foot_menu .foot_menu_item_land {
    order: 4;
  }
}

@media (max-width: 960px) {
  .foot_menu .foot_menu_item_rent {
    order: 5;
  }
}

@media (max-width: 960px) {
  .foot_menu .foot_menu_item_smartpreview {
    order: 6;
  }
}

@media (max-width: 960px) {
  .foot_menu .foot_menu_item_member {
    order: 7;
  }
}

@media (max-width: 960px) {
  .foot_menu .foot_menu_item_form {
    order: 1;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .foot_menu .foot_menu_item_aboutus {
    order: 8;
  }
}

@media (max-width: 960px) {
  .foot_menu .foot_menu_item_news {
    order: 9;
  }
}

@media (max-width: 960px) {
  .foot_menu .foot_menu_item_privacy {
    order: 10;
    width: 100%;
  }
}

.foot_menu li:last-child {
  margin-right: 0;
}

.foot_menu li a {
  display: block;
  color: white;
  text-decoration: none;
}
.foot_menu li a::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/ico_arrow.png) no-repeat;
  background-size: contain;
  background-position-y: 2px;
}
/* #copyright */
#copyright {
  display: block;
  text-align: center;
  line-height: 55px;
  font-size: 13px;
  clear: both;
  background-color: #c90046;
  border-top: 1px solid #e790ae;
  color: #e999b5;
}

.titleimg h2 {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1000px;
  font-size: 34px;
  text-align: center;
  color: #c90046;
  padding-block: 25px;
}

@media (max-width: 780px) {
  .titleimg h2 {
    font-size: 28px;
    width: 100%;
  }
}

.titleimg h2::before,
.titleimg h2::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 1px;
  background-color: #e790ae;
  left: 0;
  right: 0;
  margin: auto;
}

.titleimg h2::before {
  left: 60px;
  top: 8px;
  transform: rotate(-45deg);
}

.titleimg h2::after {
  right: 60px;
  bottom: 8px;
  transform: rotate(-45deg);
}

.foot_inner {
  position: relative;
  height: 200px;
  max-width: 1000px;
  width: 100%;
  padding-inline: 20px;
  padding-top: 15px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 14px;
}

@media (max-width: 960px) {
  .foot_inner {
    box-sizing: border-box;
    width: 100%;
    position: initial;
    height: auto;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    overflow: initial;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 35px;
    box-sizing: border-box;
  }
}

.zip_address {
  position: absolute;
  top: 115px;
}

@media (max-width: 960px) {
  .zip_address {
    position: initial;
    text-align: center;
    font-size: 15px;
  }
}

.tel_img {
  position: absolute;
  right: 0;
  top: 30px;
}

.tel_text {
  position: relative;
  float: right;
  background: #fff;
  font-size: 19px;
  font-weight: bold;
  color: #c90046;
  padding: 6px 18px 4px;
  margin: 15px 0 0;
  text-decoration: none;
}

@media (max-width: 960px) {
  .tel_text {
    max-width: 284px;
    width: 100%;
    margin: 20px auto 30px;
    padding: 20px 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .tel_text .onlyPC {
    display: none;
  }
}

.tel_text_inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tel_text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}

.tel_text:hover::before {
  display: block;
}

.business_hours {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-left: 10px;
  vertical-align: middle;
}

@media (max-width: 960px) {
  .business_hours {
    font-size: 13px;
    padding-left: 0;
  }
}

.tel_number {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}

@media (max-width: 960px) {
  .tel_number.onlySP {
    display: block;
  }
}

/*------------------------------
.loginBox
------------------------------*/
.loginBox {
  width: 1000px;
  margin: 0 auto;
  border: 2px solid #072;
  background-color: #fff;
  box-sizing: border-box;
}

@media (max-width: 1140px) {
  .loginBox {
    width: 100%;
  }
}

.loginBox h3 {
  font-size: 30px;
  padding: 15px 30px;
  background: #f2f2ec;
  position: relative;
}

@media (max-width: 780px) {
  .loginBox h3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    font-size: 24px;
  }
}

.loginBox .memberPropCnt {
  float: right;
  font-size: 16px;
  position: absolute;
  top: 8px;
  right: 30px;
}

@media (max-width: 780px) {
  .loginBox .memberPropCnt {
    font-size: 16px;
    position: initial;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 600px) {
  .loginBox .memberPropCnt {
    position: initial;
    float: none;
  }
}

.loginBox .memberPropCnt .cnt {
  margin: 0 5px;
  font-size: 44px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  vertical-align: middle;
  color: #cc0245;
  display: inline-block;
  transform: scale(0.95, 1);
}

@media (max-width: 600px) {
  .loginBox .memberPropCnt .cnt {
    font-size: 50px;
  }
}

.loginMenu {
  padding: 15px 30px 30px;
}
.loginMenu .rightBorder {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center; /* Safari etc. */
  -ms-align-items: center; /* IE10        */
  align-items: center;
}
.loginMenu .rightBorder:after {
  border-top: 1px solid #ccc;
  margin-left: 20px;
  content: '';
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.loginMenu dd {
  font-size: 16px;
}

@media (max-width: 780px) {
  .loginMenu .clearfix {
    display: flex;
    font-size: 16px;
    flex-direction: column;
    align-items: center;
  }
}

.loginMenu dd input {
  width: 210px;
  height: 50px;
  padding: 10px;
  margin: 0 20px 15px 0;
  font-size: 14px;
  box-sizing: border-box;
}

@media (max-width: 1140px) {
  .loginMenu dd input {
    width: 300px;
    margin-bottom: 10px;
  }
}

@media (max-width: 780px) {
  .loginMenu dd input {
    width: 100%;
    border: 1px solid #ccc;
  }
}

@media (max-width: 1140px) {
  .loginMenu form {
    display: flex;
    flex-direction: column;
  }
}

.loginMenu button {
  width: 300px;
  height: 50px;
  font-size: 18px;
  color: #097524;
  border: 2px solid #097524;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  float: right;
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 1140px) {
  .loginMenu button {
    max-width: 300px;
    width: 100%;
    float: none;
    margin-top: 12px;
    margin-bottom: 15px;
  }
}

@media (max-width: 780px) {
  .loginMenu button {
    max-width: initial;
    width: 100%;
  }
}

.loginMenu button:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #097524;
  border-right: solid 2px #097524;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.loginMenu button:hover {
  opacity: 0.7;
}
.loginMenu dd .greenTxt {
  color: #419757;
}

.loginMenu dd .newMemberLeft {
  float: left;
}

@media (max-width: 1140px) {
  .loginMenu dd .newMemberLeft {
    float: none;
  }
}

.loginMenu dd .newMemberLink {
  width: 300px;
  padding: 11px 0;
  float: right;
  background: #097524;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
}

@media (max-width: 1140px) {
  .loginMenu dd .newMemberLink {
    display: inline-block;
    float: none;
    margin-top: 10px;
  }
}

@media (max-width: 780px) {
  .loginMenu dd .newMemberLink {
    width: 100%;
  }
}

.loginMenu dd .newMemberLink:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.loginMenu dd .newMemberLink:hover {
  opacity: 0.7;
}
.foot_menu a:hover {
  opacity: 0.7;
}
.zei {
  font-size: 24px;
}

.inline {
  display: inline;
}

.fixedBnr {
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 16px 0;
  z-index: 99;
  width: 100%;
}

.fixedBnr a {
  background: white;
  display: block;
  width: 666px;
  margin: 0 auto;
}

/* ページング ここから */
.pageNav {
  max-width: 575px;
  margin: 0 auto 80px;
}

@media (max-width: 780px) {
  .pageNav {
    box-sizing: border-box;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
}

.pageNav a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.pageNavPagination {
  margin-top: 20px;
}
.pageNext {
  border-radius: 2px;
  border: 2px solid #cccccc;
  background: #fcfcfc;
}
.pageNextBtn {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-weight: bold;
  font-size: 17px;
  position: relative;
  text-decoration: none;
  border-radius: 2px;
}

.pageNextBtn:before {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 40px;
  top: 40%;
  content: '';
  transform: rotate(45deg);
  vertical-align: middle;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

@media (max-width: 780px) {
  .pageNextBtn:before {
    width: 8px;
    height: 8px;
    top: 22px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paginationLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 56px;
  height: 45px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  color: #333333;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #fcfcfc;
}
.paginationLinkPrev {
  text-decoration: none;
}
.paginationLinkNext {
  text-decoration: none;
}
.paginationLinkNumber {
  margin: 0 8px;
  width: 160px;
}
.paginationLinkNolink {
  pointer-events: none;
  opacity: 0.5;
}
.paginationNumber {
  position: relative;
}
.paginationNumberLabel {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paginationNumberLabel::after {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 15px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  transition: 0.5s;
  vertical-align: middle;
  border-top: 2px solid #c8c4be;
  border-right: 2px solid #c8c4be;
}
.paginationNumberSelect {
  position: absolute;
  top: 0;
  left: 0;
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.headNavBtn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 2px;
  position: relative;
  font-size: 11px;
  color: #cc0033;
}

.headNavBtn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.openMenu {
  align-items: center;
  background-color: #c90046;
}

.menuLogo {
  display: none;
}

.pageLogo {
  display: none;
}

@media (max-width: 780px) {
  .pageLogo {
    display: block;
  }
}

.openMenu .pageLogo,
.openMenu .onlyPC {
  display: none;
}

.openMenu .menuLogo {
  display: block;
}

.headNavBtn span:first-child {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  transition: 0.5s;
  background-color: #cc0033;
}

.headNavBtn span:nth-child(2) {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  transition: 0.5s;
  background-color: #cc0033;
  width: 20px;
  margin-top: 4px;
}

.openMenu .headNavBtn span {
  width: 28px;
  height: 2px;
  color: #fff;
}

.openMenu .headNavBtn span:first-child {
  rotate: 45deg;
  background-color: #fff;
}

.openMenu .headNavBtn span:nth-child(2) {
  rotate: -45deg;
  margin-top: -4px;
  background-color: #fff;
}

.openMenu .headNavBtn span:nth-child(3) {
  width: 31px;
  margin-top: 10px;
}

/* .nav */
.nav {
  display: none;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  background-color: #c90046;
  height: calc(100vh - 50px);
  z-index: 10000;
  overflow-y: auto;
  padding-inline: 20px;
  padding-bottom: 110px;
  color: #fff;
  box-sizing: border-box;
  overflow-y: auto;
}

@media (max-width: 1080px) {
  .nav {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    width: 100%;
    background-color: #c90046;
    height: calc(100vh - 50px);
    z-index: 10000;
    overflow-y: auto;
    padding-inline: 20px;
    padding-bottom: 110px;
    color: #fff;
    box-sizing: border-box;
    overflow-y: auto;
  }
}

@media (max-width: 780px) {
  .nav {
    top: 50px;
  }
}

.navMenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 15px;
  gap: 30px 19px;
  max-width: 330px;
  margin: 80px auto 0;
}

.nav .tel_text {
  max-width: 270px;
  float: initial;
  margin: 60px auto 0;
  padding: 10px 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  width: auto;
  text-decoration: none;
}

.navMenuItemForm,
.navMenuItemSale,
.navMenuItemNews,
.navMenuItemPrivacy {
  grid-column: span 2;
}

.navMenuItemLink {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}

.navMenuItemLink:hover {
  opacity: 0.7;
}

.navMenuItemLink::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.logoIcons {
  margin-top: 30px;
  display: flex;
  column-gap: 30px;
  justify-content: center;
}

.footNavi {
  display: none;
}

.fixed .footNavi {
  display: none;
}

@media (max-width: 780px) {
  .footNavi {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    background-color: #fff;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
}

.footNaviContents {
  padding-block: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.footNavTime {
  font-weight: bold;
  color: #c90046;
}

@media (max-width: 780px) {
  .footNavTime {
    font-size: 13px;
    font-size: min(3.66vw, 13px);
    white-space: pre;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 3px;
  }
}

.footNavTel {
  color: #333;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  background-image: url(../img/ico_floating_menu_tel.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 6px center;
  background-position: left center;
  padding-left: 20px;
}
@media (max-width: 780px) {
  .footNavTel {
    font-size: min(5.27vw, 25px);
  }
}

.navForm {
  color: #fff;
  background: #c90046;
  text-decoration: none;
  flex-shrink: 0;
}

.footNavFormLink {
  display: block;
  height: 100%;
  color: #fff;
  padding-inline: 25px;
  text-decoration: none;
  box-sizing: border-box;
  padding-top: 34px;
  background-image: url(../img/ico_floating_menu_mail.png);
  background-size: 28px 20px;
  background-repeat: no-repeat;
  background-position: center 10px;
}
@media (max-width: 780px) {
  .footNavFormLink {
    padding: 34px min(2.77vw, 10px) 5px;
    font-size: min(3.88vw, 14px);
  }
}
@media (max-width: 780px) {
  .footNavMovieLink {
    background: #f2e8eb;
    display: flex;
    width: 94px;
    padding-inline: clamp(10px, 2.77vw, 14px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 6px;
    color: #c90046;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.3px;
    white-space: nowrap;
  }
}

/* footMovie フェードアウト用 */
.footMovie {
  transition: opacity 0.4s;
  opacity: 1;
  border-radius: 6px;
  border: 1.932px solid #c90046;
  background: #f2e8eb;
  box-shadow: 0 3.865px 3.865px 0 rgba(59, 0, 20, 0.16);
  position: fixed;
  right: 20px;
  bottom: 90px;
}
.footMovie.is-hide {
  opacity: 0;
  pointer-events: none;
}
.footMovieTitle {
  color: #c90046;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  padding: 14px 0;
  line-height: 1;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.footMovieImg {
  margin-bottom: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.footMovieClose {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  background: #c90046;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  font-weight: bold;
  justify-content: center;
  line-height: 27px;
}
.footMovieClose:hover {
  background: #c90046;
}
