@charset "UTF-8";
.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Thin.woff2) format("woff2"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Thin.woff) format("woff"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff2) format("woff2"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff) format("woff"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff2) format("woff2"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff) format("woff"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff) format("woff"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff2) format("woff2"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff) format("woff"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format("woff2"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format("woff"), url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.woff2) format("woff2"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.woff) format("woff"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.woff2) format("woff2"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.woff) format("woff"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format("woff"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2) format("woff2"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff) format("woff"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.woff2) format("woff2"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.woff) format("woff"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format("opentype");
}
/*==============================
	基本設定
==============================*/
body {
  color: #000;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  min-width: 1240px;
  position: relative;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
img {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

th {
  font-weight: normal;
  text-align: left;
}

/*font layout*/
.fBold {
  font-weight: bold;
}

.fSerif {
  font-family: "Noto Serif Japanese", serif;
}

.fRed {
  color: #CC0000;
}

.fRed2 {
  color: #CC3333;
}

.fRed3 {
  color: #FF0000;
}

.fYellow {
  color: #FFFF00;
}

.fGold {
  color: #9A8452;
}

.fRobot {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.fRoco {
  font-family: "Roboto Condensed", sans-serif;
}

.f100 {
  font-weight: 100;
}

.f200 {
  font-weight: 200;
}

.f300 {
  font-weight: 300;
}

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

/*rollover*/
.ro a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

a.ro:hover, a .ro:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.brt a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

a.brt:hover, a .brt:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.ro a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a.ro, a .ro {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.brt a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a.brt, a .brt {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ro .no_ro a:hover, .ro a.no_ro:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

a:focus {
  outline: none;
}

.spOnly, .brSp, .imgSp {
  display: none !important;
}

a {
  text-decoration: none;
}

.disnone {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spNone, .brPc, .imgPc {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .brSp, .imgSp {
    display: inline !important;
  }
  .imgR {
    width: 100%;
    height: auto;
  }
  .ro .slick-slide a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
/*-----------------------------------------------
	imgCover
-----------------------------------------------*/
.imgCover {
  position: relative;
}
.imgCover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.18, 1, 0.29, 1), -webkit-transform 1.5s cubic-bezier(0.18, 1, 0.29, 1);
  transition: opacity 0.5s cubic-bezier(0.18, 1, 0.29, 1), -webkit-transform 1.5s cubic-bezier(0.18, 1, 0.29, 1);
  transition: opacity 0.5s cubic-bezier(0.18, 1, 0.29, 1), transform 1.5s cubic-bezier(0.18, 1, 0.29, 1);
  transition: opacity 0.5s cubic-bezier(0.18, 1, 0.29, 1), transform 1.5s cubic-bezier(0.18, 1, 0.29, 1), -webkit-transform 1.5s cubic-bezier(0.18, 1, 0.29, 1);
}
.jsHide.jsShow {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .jsHide.jsShowSp {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/*-----------------------------------------------
	contents
-----------------------------------------------*/
#container {
  width: 100%;
  position: relative;
  overflow: hidden !important;
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
#header {
  background: #000;
  height: 80px;
}
#header .wrapHeader {
  width: 1200px;
  margin: 0 auto;
}
#header .logoTop {
  float: left;
  display: inline-block;
  padding-top: 20px;
  font-size: 0;
}
#header .imgLogo {
  display: inline-block;
  vertical-align: top;
}
#header .txtLogo {
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 0 15px;
  font-size: 13px;
  color: #FFF;
  letter-spacing: 1px;
}
#header .linkBox {
  float: right;
  width: 510px;
  font-size: 0;
  padding-top: 15px;
}
#header .linkBox .btnLink {
  display: inline-block;
  color: #FFF;
  text-align: center;
  width: 250px;
  height: 50px;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 16px 0 0;
  border: #FFF solid 1px;
}
#header .linkBox .btnLink2 {
  margin-left: 10px;
}
#header .linkBox .btnLink .inner {
  background: url(../img/common/iconArrow.png) no-repeat right center/16px;
  display: inline-block;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  #header {
    height: 72px;
  }
  #header .wrapHeader {
    width: 93.75%;
    margin: 0 auto;
  }
  #header .logoTop {
    display: block;
    padding-top: 13px;
  }
  #header .imgLogo {
    display: block;
    width: 100px;
  }
  #header .txtLogo {
    display: block;
    margin: 4px 0 0;
    font-size: 10px;
    letter-spacing: 0;
  }
  #header .linkBox {
    width: auto;
    padding-top: 10px;
    float: left;
    margin-left: 14px;
  }
  #header .linkBox .btnLink {
    width: 86px;
    height: 24px;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 5px 0 0;
    display: block;
  }
  #header .linkBox .btnLink2 {
    margin: 5px 0 0;
  }
  #header .linkBox .btnLink .inner {
    background: none;
    padding-right: 0;
  }
}
/*-----------------------------------------------
	pcNav
-----------------------------------------------*/
.pcNav .navList {
  width: 1200px;
  margin: 40px auto 25px;
  font-size: 0;
}
.pcNav .navList .list {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  width: 16.66%;
}
.pcNav .navList .list .btn {
  display: block;
  color: #000;
  letter-spacing: 3px;
  height: 20px;
  position: relative;
  border-left: #E3E3E3 solid 1px;
  padding: 3px 0 0;
}
.pcNav .navList .list:nth-child(1) .btn {
  color: #333;
}
.pcNav .navList .list:last-child .btn {
  border-right: #E3E3E3 solid 1px;
}

/*-----------------------------------------------
	sideOpen
-----------------------------------------------*/
#sideOpen {
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 100;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.scroll #sideOpen {
  top: 11px;
}

#sideOpen .boxMenu {
  position: relative;
  width: 30px;
  height: 30px;
}
#sideOpen .boxMenu span:nth-child(-n+3) {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  background: #FFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: 0 0 4px #000;
}
#sideOpen .boxMenu span:nth-of-type(1) {
  top: 4px;
}
#sideOpen .boxMenu span:nth-of-type(2) {
  top: 13px;
  width: 24px;
}
#sideOpen .boxMenu span:nth-of-type(3) {
  top: 22px;
  width: 18px;
}

.menuOpen #sideOpen .boxMenu span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  top: 4px;
  width: 23px;
}
.menuOpen #sideOpen .boxMenu span:nth-of-type(3) {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  top: 4px;
  width: 23px;
}
.menuOpen #sideOpen .boxMenu span:nth-of-type(2) {
  opacity: 0;
}

/*-----------------------------------------------
	spMenu
-----------------------------------------------*/
#spMenu {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.95);
  top: 0;
  left: 0;
  display: none;
  z-index: 15;
  padding: 50px 0 100px;
}
#spMenu .btnList {
  width: 80%;
  margin: 0 auto;
}
#spMenu .btnList .btn {
  color: #FFF;
  font-size: 13px;
  padding: 15px 0;
  letter-spacing: 1px;
  display: block;
  border-bottom: #FFF solid 1px;
}
#spMenu .linkBox {
  width: 80%;
  margin: 30px auto 20px;
  font-size: 0;
}
#spMenu .linkBox .btnLink {
  display: inline-block;
  color: #FFF;
  text-align: center;
  width: 48%;
  height: 45px;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 15px 0 0;
  float: left;
  border: #FFF solid 1px;
}
#spMenu .linkBox .btnLink2 {
  float: right;
  border: #FFF solid 1px;
}
#spMenu .linkBox .btnLink .inner {
  background: url(../img/common/iconArrow.png) no-repeat right center/14px;
  display: inline-block;
  padding: 1px 18px 1px 0;
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer {
  position: relative;
  color: #fff;
}
#footer .wrapper {
  width: 1200px;
  margin: 0 auto;
}
#footer .sec01 {
  background: #333;
}
#footer .sec01In {
  padding: 26px 0 21px;
  font-size: 0;
}
#footer .sec01 .topImg {
  float: left;
  width: 220px;
  padding: 113px 0 0 26px;
}
#footer .sec01 .footerList01 {
  width: 245px;
  height: 300px;
  border-left: rgba(255, 255, 255, 0.33) solid 1px;
  padding: 59px 0 0 25px;
  float: left;
  box-sizing: border-box;
}
#footer .sec01 .footerList01:last-child {
  border-right: rgba(255, 255, 255, 0.33) solid 1px;
}
#footer .sec01 .subFooter01 {
  padding-bottom: 25px;
}
#footer .sec01 .footerTxt {
  font-size: 12px;
  padding-top: 13px;
  letter-spacing: 2px;
  line-height: 120%;
}
#footer .sec01 li .aLink {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 19px;
  letter-spacing: 1.5px;
  padding: 7px 10px 6px 12px;
  font-size: 12px;
  text-decoration: none;
}
#footer .sec02 li .aLink {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 19px;
  letter-spacing: 1.5px;
  padding: 7px 10px 6px 12px;
  font-size: 12px;
  text-decoration: none;
}
#footer .sec01 li .aLink:after {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
#footer .sec02 {
  padding: 27px 0 25px;
  background: #000;
}
#footer .sec02 li .aLink:after {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
#footer .sec02 .footerTel {
  float: left;
}
#footer .sec02 .footerTel .txtZip {
  font-size: 14px;
  letter-spacing: 3px;
  padding-bottom: 16px;
}
#footer .sec02 .footerBox {
  font-size: 0;
}
#footer .sec02 .footertxtTel {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  padding: 0 0 0 32px;
  background: url(../img/common/iconTelIndex.png) 0 0 no-repeat;
  background-size: 27px 24px;
  display: inline-block;
  vertical-align: top;
}
#footer .sec02 .footerTxt {
  font-size: 10px;
  line-height: 140%;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
#footer .sec02 .footerBox2 {
  font-size: 0;
  margin-top: 9px;
}
#footer .sec02 .footerTxt2 {
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  border: #FFF solid 1px;
  padding: 8px 6px 9px;
}
#footer .sec02 .footertxtTel2 {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 0 10px;
}
#footer .sec02 .footerBtnMain {
  float: right;
  margin-top: 17px;
  font-size: 0;
}
#footer .sec02 .footerBtn {
  width: 340px;
  display: inline-block;
  vertical-align: top;
}
#footer .sec02 .footerBtn:nth-child(2n) {
  margin-left: 10px;
}
#footer #copy {
  background: #F5F5F5;
  font-size: 10px;
  line-height: 40px;
  height: 40px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 767px) {
  #footer .wrapper {
    width: 93.75%;
  }
  #footer .sec02 {
    padding: 34px 0 34px;
    background: #000;
  }
  #footer .sec02 .footerBtn {
    width: 49%;
  }
  #footer .sec02 .footerBtn:nth-child(2n) {
    margin-left: 2%;
  }
  #footer .sec02 .footerTelMain {
    padding: 10px 0 5px;
  }
  #footer .sec02 .footerTelMain .footerBtn {
    margin-bottom: 10px;
  }
  #footer .sec02 ul {
    display: none;
  }
  #footer .sec02 .topImg {
    width: 125px;
    margin: 0 auto;
  }
  #footer .sec02 .footerTel {
    text-align: center;
    float: none;
    margin-top: 19px;
  }
  #footer .sec02 .footerTel .txtZip {
    padding-bottom: 18px;
  }
  #footer .sec02 .footerBtnMain {
    display: none;
  }
  #footer .sec02 .footerTxt {
    display: block;
    margin-left: 0px;
    padding: 7px 0 14px;
    letter-spacing: 2px;
  }
  #footer .sec02 .footerBox2 {
    margin: 0 0 15px;
  }
  #footer .sec02 .footerTxt2 {
    display: block;
    padding: 8px 3px 9px;
    width: 200px;
    margin: 0 auto;
  }
  #footer .sec02 .footertxtTel2 {
    font-size: 22px;
    display: block;
    padding: 6px 0 0;
  }
  #footer .btnCompany {
    width: 69.75%;
    margin: 0 auto;
  }
  #footer #copy {
    line-height: 30px;
    height: 30px;
  }
}
/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz {
  overflow: hidden;
  z-index: 10;
}
#pnkz .wrapper {
  width: 1200px;
  margin: 0 auto;
}
#pnkz li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 8px;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto !important;
  letter-spacing: 1.5px;
  color: #262626;
}
#pnkz li:last-child {
  max-width: 100%;
}
#pnkz li::before {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
#pnkz li:first-child::before {
  display: none;
}
#pnkz li a {
  color: #262626;
  position: relative;
}
#pnkz li a::after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: -4px;
  left: 0;
  background: #929292;
  position: absolute;
}
#pnkz li h1 {
  display: inline;
}

@media only screen and (max-width: 767px) {
  #pnkz .wrapper {
    width: 100%;
    padding-left: 3%;
  }
  #pnkz li {
    padding: 10px 0 10px;
    max-width: none;
    overflow: auto;
    white-space: normal;
    text-overflow: inherit;
  }
  #pnkz li:first-child {
    padding-left: 0;
  }
  #pnkz li:last-child {
    max-width: none;
  }
}
/*-----------------------------------------------
	cmnTop
-----------------------------------------------*/
.cmnTop {
  height: 260px;
  text-align: center;
  padding-top: 118px;
}

.cmnTop2 {
  height: 350px;
}

.cmnTop .titCmn {
  font-size: 28px;
  letter-spacing: 9px;
  color: #FFF;
}

.cmnTop2 .titCmnSub {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 2;
  color: #FFF;
  margin-top: 20px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .cmnTop, .cmnTop2 {
    height: auto;
    padding: 60px 10px;
  }
  .cmnTop .titCmn {
    font-size: 5.2vw;
    letter-spacing: 3px;
    color: #FFF;
  }
  .cmnTop2 .titCmnSub {
    font-size: 3.4vw;
    line-height: 1.8;
    margin-top: 15px;
  }
}
/*-----------------------------------------------
	secTop
-----------------------------------------------*/
.secTop {
  text-align: center;
  margin: 75px 0 14px;
}
.secTop .titTop {
  font-size: 26px;
  letter-spacing: 3px;
  color: #000;
}
.secTop .titSub {
  font-size: 15px;
  letter-spacing: 4px;
  color: #000;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .secTop {
    margin: 50px 0 13px;
  }
  .secTop .titTop {
    font-size: 5.5vw;
    letter-spacing: 2px;
  }
  .secTop .titSub {
    font-size: 3.4vw;
    margin-top: 10px;
  }
}
/*-----------------------------------------------
	secCmnNextLoad
-----------------------------------------------*/
.secCmnNextLoad {
  width: 280px;
  margin: 0 auto;
}
.secCmnNextLoad .btnMore {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.02em;
  position: relative;
  background: #333;
}
.secCmnNextLoad .icoLoader {
  display: none;
  width: 32px;
  height: 80px;
  margin: 0 auto;
  padding: 24px 0;
}

@media only screen and (max-width: 767px) {
  .secCmnNextLoad {
    width: 200px;
  }
  .secCmnNextLoad .btnMore {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
  }
  .secCmnNextLoad .icoLoader {
    width: 24px;
    height: 60px;
    padding: 18px 0 0;
  }
}
/*-----------------------------------------------
	bnrContact
-----------------------------------------------*/
/*bnrContact*/
.bnrContact {
  display: block;
  height: 500px;
  background: url(../img/index/bgBnrContact.jpg) no-repeat center top/cover;
  padding: 104px 0 0;
  color: #FFF;
  margin-bottom: 1px;
}
.bnrContact .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.bnrContact .tit {
  font-size: 33px;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.bnrContact .txtTel {
  display: block;
  margin-bottom: 22px;
}
.bnrContact .btnUnder {
  font-size: 0;
}
.bnrContact .btnContact {
  color: #FFF;
  text-align: center;
  width: 300px;
  height: 70px;
  border: #FFF solid 1px;
  background: #000;
  display: inline-block;
  vertical-align: top;
  padding: 23px 0 0;
}
.bnrContact .btnContact .inner {
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  background: url(../img/common/iconMail.png) no-repeat left center/24px 18px;
  padding: 1px 0 3px 33px;
}
.bnrContact .txt {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
  margin-left: 18px;
  letter-spacing: 2px;
}
.bnrContact .box1 {
  font-size: 0;
  margin-bottom: 16px;
}
.bnrContact .box1 .txtBox {
  width: 160px;
  border: #FFF solid 1px;
  line-height: 1.4;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  padding: 2px 5px 4px;
  text-align: center;
  letter-spacing: 2px;
  margin: 7px 0 0;
}
.bnrContact .box1 .txtTel2 {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: bottom;
}

/*bnrContactM*/
.bnrContactM {
  height: 240px;
  background: url(../img/common/bgBnrContactM.jpg) no-repeat center top/cover;
  padding: 23px 0 0;
  margin: 0 auto;
  width: 1200px;
}
.bnrContactM .wrapper {
  width: 1012px;
  position: relative;
}
.bnrContactM .tit {
  font-size: 22px;
  margin-bottom: 10px;
}
.bnrContactM .txtTel {
  margin-bottom: 12px;
  width: 300px;
}
.bnrContactM .txtTel img {
  width: 100%;
  height: auto;
}
.bnrContactM .btnContact {
  height: 50px;
  width: 250px;
  padding-top: 14px;
}
.bnrContactM .btnContact .inner {
  font-size: 14px;
  background: url(../img/common/iconMail.png) no-repeat left center/17px 13px;
  padding: 1px 0 3px 25px;
}
.bnrContactM .txt {
  font-size: 12px;
  margin-left: 10px;
}

.bnrContact .box1 .txtBox {
  width: 150px;
  font-size: 11px;
  padding: 2px 5px 4px;
}
.bnrContact .box1 .txtTel2 {
  margin: 10px 0 0 10px;
  /* width:240px; */
  vertical-align: top;
}
.bnrContact .box1 .txtTel2 img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .bnrContact {
    height: auto;
    background: url(../img/index/bgBnrContact_sp.jpg) no-repeat center top/cover;
    padding: 40px 0 40px;
    text-align: center;
    width: 100%;
  }
  .bnrContact .wrapper {
    width: 80%;
  }
  .bnrContact .tit {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .bnrContact .txtTel {
    margin-bottom: 22px;
  }
  .bnrContact .btnContact {
    width: 100%;
    height: 70px;
    display: block;
    padding: 23px 0 0;
  }
  .bnrContact .btnContact .inner {
    font-size: 16px;
  }
  .bnrContact .txt {
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
  }
  .bnrContact .box1 {
    margin-bottom: 15px;
  }
  .bnrContact .box1 .txtBox {
    display: block;
    margin: 0 auto;
  }
  .bnrContact .box1 .txtTel2 {
    margin: 10px auto 0;
    display: block;
    width: 80%;
  }
  /*bnrContactM*/
  .bnrContactM {
    width: 100%;
    padding: 30px 0 28px;
  }
  .bnrContactM .tit {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .bnrContactM .txtTel {
    margin-bottom: 18px;
    width: 100%;
  }
  .bnrContact .btnContact {
    height: 60px;
    padding: 18px 0 0;
  }
  .bnrContactM .btnContact .inner {
    font-size: 14px;
  }
  .bnrContactM .txt {
    font-size: 13px;
  }
}
.announcementArea {
  background-color: #5B87C6;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcementArea > p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.announcementArea > p .num {
  font-size: 38px;
}
@media (max-width: 767px) {
  .announcementArea > p {
    font-size: 20px;
  }
  .announcementArea > p .num {
    font-size: 24px;
  }
}

.bnrContact.c_bannerArea a.txtTel {
  color: #fff;
  font-size: 66px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bnrContact.c_bannerArea a.txtTel {
    font-size: max(46px, 10vw);
  }
}
.bnrContact.c_bannerArea a.txtTel2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.c_new_banner {
  height: auto;
  padding: 24px 0;
}
.c_new_banner__free-num {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
}
.c_new_banner__tel {
  font-size: 96px;
  color: #fff;
  line-height: 0.7;
}
@media (max-width: 767px) {
  .c_new_banner__tel {
    font-size: max(46px, 10vw);
    line-height: 1;
  }
}
.c_new_banner .box1 {
  margin-top: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.c_new_banner .box1 .txtBox {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c_new_banner .box1 {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.cancel_intro_biko {
  color: #cc0000;
  font-weight: bold;
}

.tdBox-parking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.tdBox-parking__item {
  display: flex;
  flex-direction: column;
  font-size: 90%;
}
.tdBox-parking__item > p {
  text-align: center;
  padding-bottom: 8px;
}
.tdBox-parking__item + .tdBox-parking__item {
  border-left: #AA9F8C solid 1px;
  padding-left: 1em;
}
.tdBox-parking__item > ul ._item {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 4px;
}
.tdBox-parking__item > ul ._item + ._item {
  margin-top: 12px;
}
.tdBox-parking__item .empty-parking-number {
  grid-column: span 2;
}

.estate-index-parking {
  display: flex;
}
@media (max-width: 767px) {
  .estate-index-parking {
    flex-direction: column;
    gap: 4px;
  }
}
.estate-index-parking__item {
  padding: 0 14px;
  display: flex;
  gap: 6px;
}
@media (max-width: 767px) {
  .estate-index-parking__item {
    padding: 0;
  }
}
.estate-index-parking__item + .estate-index-parking__item {
  border-left: 1px solid #CEC6AA;
}
@media (max-width: 767px) {
  .estate-index-parking__item + .estate-index-parking__item {
    border: none;
  }
}
.estate-index-parking__contents {
  display: flex;
  align-items: flex-end;
}
.estate-index-parking__contents ._has {
  font-weight: bold;
  color: #9B8453;
  font-size: 13px;
}
.estate-index-parking__contents ._has > span {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.estate-index-parking__contents ._has img {
  width: 13px;
  vertical-align: bottom;
  aspect-ratio: 1;
  transform: translateY(-1px);
}
.estate-index-parking__contents ._info {
  display: flex;
  gap: 8px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0em;
}

.instructions_link {
  text-decoration: underline;
  color: blue;
}
.instructions_link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .secEstateList .boxEstate .aboutBox .dlList .dlBox.dlBox:has(.estate-index-parking) {
    width: 100%;
  }
}

.mypage-invoice-text {
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #333;
  padding: 12px 12px 20px;
  width: 80%;
  margin-inline: auto;
}
.mypage-invoice-text__title {
  text-align: center;
  font-size: 16px;
}
.mypage-invoice-text__text-area {
  margin-top: 12px;
}
.mypage-invoice-text__text-area p {
  font-size: 14px;
  line-height: 1.2;
  text-align: justify;
  font-weight: bold;
  text-align: center;
}
.mypage-invoice-text__text-area p + p {
  margin-top: 8px;
  font-weight: normal;
}
.mypage-invoice-text__text-area p a {
  text-decoration: underline;
}
.mypage-invoice-text__text-area p a:hover {
  text-decoration: none;
}
.mypage-invoice-text__text-area ul {
  margin-top: 8px;
}
.mypage-invoice-text__text-area li {
  font-size: 14px;
  line-height: 1.25;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
  word-break: auto-phrase;
}
.mypage-invoice-text__text-area li::before {
  content: "・";
}
.mypage-invoice-text__text-area li + li {
  margin-top: 4px;
}

.order-agree-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.order-agree-section__intro {
  font-size: 14px;
}
.order-agree-section__button {
  background: #E3DFDB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  border: 1px solid #AA9F8C;
  font-size: 18px;
  margin-top: 20px;
}
.order-agree-section__container {
  border: 1px solid #AA9F8C;
  opacity: 0;
  transition: opacity 0.2s;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.order-agree-section__container.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 0 20px 20px;
}
.order-agree-section__contents-wrapper {
  height: 500px;
  overflow-y: scroll;
}
.order-agree-section .agree-text-area {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-top: 20px;
}
.order-agree-section .agree-text-area-section1 {
  padding-bottom: 20px;
}
.order-agree-section .agree-text-area-section1__title {
  font-size: 125%;
  text-align: center;
}
.order-agree-section .agree-text-area-section1__text {
  margin-top: 8px;
}
.order-agree-section .agree-text-area-section1__list {
  margin-top: 16px;
}
.order-agree-section .agree-text-area-section1__list > li {
  margin-top: 8px;
}
.order-agree-section .agree-text-area-section2 {
  padding-top: 16px;
  border-top: 1px solid #000;
  text-align: justify;
}
.order-agree-section .agree-text-area-section2__title {
  font-size: 125%;
  text-align: center;
}
.order-agree-section .agree-text-area-section2__text {
  margin-top: 8px;
}
.order-agree-section .agree-text-area-section2__list {
  margin-top: 16px;
}
.order-agree-section .agree-text-area-section2__list > li {
  margin-top: 8px;
}
.order-agree-section .agree-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-size: 16px;
}
.order-agree-section .agree-area__button {
  font-size: 16px;
  padding: 12px;
  margin-top: 20px;
  font-weight: bold;
}
.order-agree-section .agree-area__button:has(input:disabled) {
  opacity: 0.5;
}
.order-agree-section .agree-area__button input {
  accent-color: #333;
  transform: scale(1.5);
  margin-right: 1em;
}