@charset "UTF-8";
body {
  padding-top: 92px;
}
@media (max-width: 1000px) {
  body {
    padding-top: 61px;
  }
}
@media (max-width: 740px) {
  body {
    padding-top: 61px;
  }
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 740px) {
  address,
  em,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ins,
  pre,
  strong,
  th {
    font-weight: 400;
  }
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #000;
}
@media (max-width: 740px) {
  body {
    font-size: 1.1rem;
  }
}

/*family*/
body {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width: 740px) {
  body {
    font-weight: 400;
  }
}

.f_go {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 740px) {
  .f_go {
    font-weight: 400;
  }
}

.noto_go {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.cap {
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .cap {
    font-size: 1rem;
  }
}

input,
button {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 740px) {
  input,
  button {
    font-weight: 400;
  }
}

/*** link ***/
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #000;
}

.base_w {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .base_w {
    width: 90%;
  }
}

.base_ww {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .base_ww {
    width: 95%;
  }
}
@media (max-width: 1000px) {
  .base_ww {
    width: 90%;
  }
}

/***PC／スマホ切替***/
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 740px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}

.gotop {
  width: 20px;
  position: fixed;
  bottom: 90px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .gotop {
    width: 15px;
    right: 5px;
    bottom: 10px;
  }
}

.slick-slide:focus {
  outline: none;
}

header {
  width: 100%;
  padding-top: 10px;
  background-color: #fff;
  border-bottom: 1px #d8d8d8 solid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 1000px) {
  header {
    padding: 5px 0;
  }
}
header .h_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .h_top .logos {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1280px) {
  header .h_top .logos {
    width: 40%;
  }
}
@media (max-width: 740px) {
  header .h_top .logos {
    width: 50%;
  }
}
header .h_top .logos .logo {
  width: 46%;
  margin-right: 2%;
}
@media (max-width: 1000px) {
  header .h_top .logos .logo {
    width: 100%;
    margin-right: 0;
  }
}
header .h_top .logos .txt {
  width: 52%;
  line-height: 1;
  font-size: 1.3rem;
}
@media (max-width: 1000px) {
  header .h_top .logos .txt {
    display: none;
  }
}
header .h_top .logos .txt .h1_br {
  display: none;
}
@media (max-width: 1280px) {
  header .h_top .logos .txt .h1_br {
    display: block;
  }
}
header .h_top .btns {
  width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  header .h_top .btns {
    display: none;
  }
}
@media (max-width: 1280px) {
  header .h_top .btns {
    width: 55%;
  }
}
header .h_top .btns #searchform {
  width: 68.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .h_top .btns #searchform #s {
  display: block;
  width: 74%;
  line-height: 1;
  padding: 5px;
  font-size: 1.4rem;
  border: 1px #d8d8d8 solid;
  border-radius: 0px !important;
  background-color: #fff;
}
header .h_top .btns #searchform .s_btn {
  display: block;
  width: 25%;
  line-height: 1;
  padding: 5px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
  background-color: #ec510f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .h_top .btns #searchform .s_btn:hover {
  background-color: #b63b06;
}
header .h_top .btns .cv_btn {
  width: 30%;
  line-height: 34px;
  text-align: center;
  background-color: #ec510f;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .h_top .btns .cv_btn:hover {
  background-color: #b63b06;
}
header .h_top .sp-btn {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
}
@media (max-width: 1000px) {
  header .h_top .sp-btn {
    display: block;
  }
}
header .h_top .sp-btn span {
  position: absolute;
  right: 10%;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .h_top .sp-btn span:nth-of-type(1) {
  width: 70%;
  top: 10px;
}
header .h_top .sp-btn span:nth-of-type(2) {
  width: 80%;
  top: 20px;
}
header .h_top .sp-btn span:nth-of-type(3) {
  width: 70%;
  top: 30px;
}
header .h_top .sp-btn span:nth-of-type(4) {
  right: 0;
  bottom: 13px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background: none;
}
header .h_top .sp-btn.on span:nth-of-type(1) {
  right: 15%;
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
header .h_top .sp-btn.on span:nth-of-type(2) {
  opacity: 0;
}
header .h_top .sp-btn.on span:nth-of-type(3) {
  right: 15%;
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
header .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
@media (max-width: 1000px) {
  header .gnavi {
    display: none;
  }
}
header .gnavi .btn {
  width: 15%;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}
@media (max-width: 1000px) {
  header .gnavi .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 0;
    background-color: #aaa;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
}
@media (max-width: 1000px) {
  header .gnavi .btn.last {
    margin-bottom: 15px;
  }
}
header .gnavi .btn::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ec510f;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header .gnavi .btn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
header .gnavi .btn.soon {
  pointer-events: none;
  opacity: 0.3;
}
header .gnavi .btns_sp {
  display: none;
  width: 100%;
}
@media (max-width: 1000px) {
  header .gnavi .btns_sp {
    display: block;
  }
}
header .gnavi .btns_sp #searchform {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
header .gnavi .btns_sp #searchform #s {
  display: block;
  width: 70%;
  line-height: 1;
  padding: 5px;
  font-size: 1.3rem;
  border: 1px #d8d8d8 solid;
  background-color: #fff;
}
header .gnavi .btns_sp #searchform .s_btn {
  display: block;
  width: 28%;
  line-height: 1;
  padding: 5px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
  background-color: #ec510f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .gnavi .btns_sp #searchform .s_btn:hover {
  background-color: #b63b06;
}
header .gnavi .btns_sp .cv_btn {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #ec510f;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .gnavi .btns_sp .cv_btn:hover {
  background-color: #b63b06;
}

footer .f_bg01 {
  padding: 30px 0;
  background-color: #d8d8d8;
}
footer .f_bg01 .f_gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
footer .f_bg01 .f_gnavi .logo {
  width: 260px;
}
@media (max-width: 1000px) {
  footer .f_bg01 .f_gnavi .logo {
    margin: 0 auto 30px;
  }
}
footer .f_bg01 .f_gnavi .logo .txt {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 740px) {
  footer .f_bg01 .f_gnavi .logo .txt {
    font-size: 1rem;
  }
}
footer .f_bg01 .f_gnavi .btn {
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1000px) {
  footer .f_bg01 .f_gnavi .btn {
    display: block;
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.4rem;
  }
}
footer .f_bg01 .f_gnavi .btn:hover {
  color: #ec510f;
}
footer .f_bg01 .f_gnavi .btn.soon {
  pointer-events: none;
  color: #fff;
}
footer .f_bg01 .f_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  footer .f_bg01 .f_bt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .f_bg01 .f_bt .sns_btns .btns {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  footer .f_bg01 .f_bt .sns_btns .btns {
    width: 150px;
    margin: 0 auto 40px;
  }
}
footer .f_bg01 .f_bt .sns_btns .btns .btn {
  width: 30%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .f_bg01 .f_bt .sns_btns .btns .btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer .f_bg01 .f_bt .a_cp {
  width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  footer .f_bg01 .f_bt .a_cp {
    width: 100%;
    margin: 0 auto;
  }
}
footer .f_bg01 .f_bt .a_cp .logo {
  display: block;
  width: 40%;
}
@media (max-width: 740px) {
  footer .f_bg01 .f_bt .a_cp .logo {
    width: 70%;
    margin: 0 auto 20px;
  }
}
footer .f_bg01 .f_bt .a_cp .txts {
  display: block;
  width: 55%;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  footer .f_bg01 .f_bt .a_cp .txts {
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }
}
footer .f_bg02 {
  padding: 30px 0;
  background-color: #333;
}
footer .f_bg02 .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f_bg02 .boxs .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
}
footer .f_bg02 .boxs .links .btn {
  color: #fff;
}
@media (max-width: 1000px) {
  footer .f_bg02 .boxs .links .btn {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
footer .f_bg02 .boxs .cpright {
  color: #fff;
}
@media (max-width: 1000px) {
  footer .f_bg02 .boxs .cpright {
    width: 100%;
    text-align: center;
  }
}

.pankuzu {
  margin-top: 10px;
  font-size: 1.2rem;
}

#contact {
  width: 100%;
  padding: 40px 0 80px;
  background-color: #f3f3f3;
}
@media (max-width: 740px) {
  #contact {
    padding: 40px 0;
  }
}
#contact .top_en_titl {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  #contact .top_en_titl {
    font-size: 2.4rem;
  }
}
#contact .top_titl {
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  #contact .top_titl {
    font-size: 1.5rem;
  }
}
#contact .titl {
  width: 100%;
  margin: 40px 0 20px;
  padding-left: 10px;
  border-left: 5px #ec510f solid;
  font-size: 2rem;
}
@media (max-width: 740px) {
  #contact .titl {
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
#contact .titl .cap {
  margin-left: 15px;
}
@media (max-width: 740px) {
  #contact .titl .cap {
    margin-left: 5px;
  }
}
#contact .titl .requ {
  width: 20px;
  line-height: 1;
  margin-left: 15px;
  padding: 5px;
  background-color: #c0272d;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 740px) {
  #contact .titl .requ {
    margin-left: 5px;
    padding: 2px 5px;
  }
}
#contact input[type=text] {
  padding: 10px;
  border: 1px #ccc solid;
  background-color: #fff;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif;
}
@media (max-width: 740px) {
  #contact input[type=text] {
    font-size: 1.2rem;
  }
}
#contact input[type=email] {
  padding: 10px;
  border: 1px #ccc solid;
  background-color: #fff;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif;
}
@media (max-width: 740px) {
  #contact input[type=email] {
    font-size: 1.2rem;
  }
}
#contact select {
  padding: 10px;
  border: 1px #ccc solid;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif;
}
@media (max-width: 740px) {
  #contact select {
    font-size: 1.2rem;
  }
}
#contact textarea {
  padding: 10px;
  border: 1px #ccc solid;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif;
}
@media (max-width: 740px) {
  #contact textarea {
    font-size: 1.2rem;
  }
}
#contact .bg_w {
  width: auto;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 740px) {
  #contact .bg_w {
    padding: 20px 20px 10px 20px;
  }
}
#contact .bg_w .mwform-checkbox-field {
  margin-right: 10px;
}
@media (max-width: 740px) {
  #contact .bg_w .mwform-checkbox-field {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}
#contact .bg_w .mwform-checkbox-field input {
  width: 15px;
  height: 15px;
  margin-right: 0;
  border: 1px #ccc solid;
  background-color: #fff;
  border-radius: 0;
}
#contact .propertyname {
  width: 100%;
}
#contact .name {
  width: 32.5%;
}
@media (max-width: 740px) {
  #contact .name {
    width: 49%;
  }
}
#contact .birth {
  width: 20%;
}
@media (max-width: 740px) {
  #contact .birth {
    width: 25%;
  }
}
#contact .tel {
  width: 20%;
}
@media (max-width: 740px) {
  #contact .tel {
    width: 25%;
  }
}
#contact .mail {
  width: 65%;
}
@media (max-width: 740px) {
  #contact .mail {
    width: 100%;
  }
}
#contact .h-adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact .h-adr .box01 {
  width: 50%;
  margin-bottom: 10px;
  margin-right: 50%;
}
@media (max-width: 740px) {
  #contact .h-adr .box01 {
    width: 100%;
    margin-right: 0;
  }
}
#contact .h-adr .box01 input {
  width: 30%;
}
#contact .h-adr .box02 {
  width: 49%;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  #contact .h-adr .box02 {
    width: 100%;
  }
}
#contact .h-adr .box02 select {
  width: 100%;
}
#contact .h-adr .box02 input {
  width: 100%;
}
#contact .naiyou {
  width: 100%;
}
#contact .mix .txt_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}
#contact .mix .txt_p .mix_txt {
  width: 20%;
  padding: 0 5px;
  font-size: 1.3rem;
}
@media (max-width: 740px) {
  #contact .mix .txt_p .mix_txt {
    width: 60%;
    font-size: 1.2rem;
  }
}
#contact .pp_txt {
  margin-bottom: 10px;
}
#contact .pp_txt a {
  color: #ec510f;
  border-bottom: 1px #ec510f solid;
}
#contact .pp_txt02 {
  margin: 10px 0 80px;
}
@media (max-width: 740px) {
  #contact .pp_txt02 {
    margin-bottom: 40px;
  }
}
#contact .btn-secondary {
  display: block;
  width: 50%;
  line-height: 1;
  margin: 0 auto 20px;
  padding: 20px 0;
  text-align: center;
  border: none;
  background: #ec510f url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  font-size: 1.6rem;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  #contact .btn-secondary {
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
#contact .btn-secondary:hover {
  background: #b63b06 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}

#thanks {
  padding: 80px 0;
}
@media (max-width: 740px) {
  #thanks {
    padding: 40px 0;
  }
}
#thanks .main_titl {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  #thanks .main_titl {
    font-size: 2.6rem;
  }
}
#thanks .sub_titl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  #thanks .sub_titl {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
#thanks .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  #thanks .boxs {
    margin-bottom: 30px;
  }
}
#thanks .boxs .txts {
  width: 49%;
  line-height: 2;
}
#thanks .boxs .img {
  width: 49%;
  height: 300px;
  background-color: #ccc;
}
#thanks .btn {
  display: block;
  width: 50%;
  line-height: 1;
  margin: 0 auto 10px;
  padding: 20px 0;
  text-align: center;
  border: none;
  background: #333 url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  #thanks .btn {
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
#thanks .btn:hover {
  background: #000 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}

.mw_wp_form_input .step01 {
  display: block;
  padding-top: 10px;
  background-color: #f3f3f3;
}
.mw_wp_form_input .step01 .pankuzu {
  margin-top: 0;
}
.mw_wp_form_input .step02 {
  display: none;
}

.mw_wp_form_confirm .step02 {
  display: block;
  padding-top: 10px;
  background-color: #f3f3f3;
}
.mw_wp_form_confirm .step02 .pankuzu {
  margin-top: 0;
}
.mw_wp_form_confirm .step01 {
  display: none;
}
.mw_wp_form_confirm .bg_w_c {
  padding: 30px;
  background-color: #fff;
}

.wp-pagenavi {
  width: 100%;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 740px) {
  .wp-pagenavi {
    margin-bottom: 60px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  display: block;
  width: 11%;
  margin: 0 0.1%;
  line-height: 50px;
  text-align: center;
  background-color: #ec510f;
  color: #fff;
}
.wp-pagenavi a {
  display: block;
  width: 11%;
  margin: 0 0.1%;
  line-height: 50px;
  text-align: center;
  background-color: #e9e9e9;
}

.sani01 {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-filter: contrast(3);
          filter: contrast(3);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
@media (max-width: 740px) {
  .sani01 {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.sani01.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: contrast(1);
          filter: contrast(1);
}

.sani02 {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-filter: contrast(3);
          filter: contrast(3);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
@media (max-width: 740px) {
  .sani02 {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.sani02.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: contrast(1);
          filter: contrast(1);
}

.sani03 {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-filter: contrast(3);
          filter: contrast(3);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
@media (max-width: 740px) {
  .sani03 {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.sani03.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: contrast(1);
          filter: contrast(1);
}

.top-page .main_video {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .top-page .main_video {
    margin-bottom: 40px;
  }
}
.top-page .youcan {
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .top-page .youcan {
    margin-bottom: 50px;
  }
}
.top-page .youcan .txt01 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .top-page .youcan .txt01 {
    font-size: 1.5rem;
  }
}
.top-page .youcan .logo {
  width: 450px;
  margin: 0 auto 10px;
}
@media (max-width: 740px) {
  .top-page .youcan .logo {
    width: 200px;
  }
}
.top-page .youcan .txt02 {
  margin-bottom: 20px;
  text-align: center;
}
.top-page .youcan .txt03 {
  line-height: 2;
  margin-bottom: 80px;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 740px) {
  .top-page .youcan .txt03 {
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
}
.top-page .youcan .txt04 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .top-page .youcan .txt04 {
    font-size: 1.5rem;
  }
}
.top-page .youcan .toku_boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 625px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .top-page .youcan .toku_boxs {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
.top-page .youcan .toku_boxs .box img {
  display: block;
  margin-bottom: 10px;
}
.top-page .youcan .toku_boxs .box .txt {
  text-align: center;
  color: #ec510f;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 740px) {
  .top-page .youcan .toku_boxs .box .txt {
    font-size: 1.3rem;
  }
}
.top-page .youcan .toku_boxs .box .txt sup {
  font-size: 1rem;
}
.top-page .youcan .toku_boxs .box .cap {
  text-align: center;
}
.top-page .forrent {
  width: 100%;
  margin-bottom: 80px;
  padding: 80px 0;
  background-color: #d8d8d8;
}
@media (max-width: 740px) {
  .top-page .forrent {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}
.top-page .forrent .main_titl {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .top-page .forrent .main_titl {
    font-size: 2.6rem;
  }
}
.top-page .forrent .sub_titl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .top-page .forrent .sub_titl {
    font-size: 1.5rem;
  }
}
.top-page .forrent .b_btn {
  display: block;
  width: 600px;
  margin: 0 auto;
}
.top-page .forrent .b_btn:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .top-page .forrent .b_btn:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 740px) {
  .top-page .forrent .b_btn {
    width: 100%;
  }
}
.top-page .forrent .b_btn .img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-page .forrent .b_btn .txt01 {
  width: 300px;
  margin: 0 auto 20px;
}
@media (max-width: 740px) {
  .top-page .forrent .b_btn .txt01 {
    width: 200px;
  }
}
.top-page .forrent .b_btn .btn {
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  background: #ec510f url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .forrent .b_btn .btn:hover {
  background: #b63b06 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}
.top-page .news {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .top-page .news {
    margin-bottom: 40px;
  }
}
.top-page .news .main_titl {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .top-page .news .main_titl {
    font-size: 2.6rem;
  }
}
.top-page .news .sub_titl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .top-page .news .sub_titl {
    font-size: 1.5rem;
  }
}
.top-page .news .soon {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0;
  color: #ccc;
}
@media (max-width: 740px) {
  .top-page .news .soon {
    font-size: 2.6rem;
  }
}
.top-page .news .news_con {
  margin-bottom: 20px;
}
.top-page .news .news_con .txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px #ccc dotted;
}
@media (max-width: 740px) {
  .top-page .news .news_con .txts {
    margin-bottom: 10px;
  }
}
.top-page .news .news_con .txts .date_box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 740px) {
  .top-page .news .news_con .txts .date_box {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top-page .news .news_con .txts .date_box .new {
  width: 50px;
  line-height: 25px;
  margin-right: 15px;
  text-align: center;
  background-color: #ec510f;
  color: #fff;
}
@media (max-width: 740px) {
  .top-page .news .news_con .txts .date_box .new {
    width: 40px;
    line-height: 15px;
  }
}
.top-page .news .news_con .txts .titl {
  display: block;
  width: 70%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .news .news_con .txts .titl:hover {
  color: #ec510f;
}
@media (max-width: 740px) {
  .top-page .news .news_con .txts .titl {
    width: 100%;
  }
}
.top-page .news .news_btn {
  display: block;
  width: 250px;
  line-height: 1;
  margin: 40px auto 0;
  padding: 10px 0;
  text-align: center;
  border: none;
  background: #ec510f url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .top-page .news .news_btn {
    width: 150px;
    font-size: 1.4rem;
  }
}
.top-page .news .news_btn:hover {
  background: #b63b06 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}
.top-page .sns {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .top-page .sns {
    margin-bottom: 40px;
  }
}
.top-page .sns .main_titl {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .top-page .sns .main_titl {
    font-size: 2.6rem;
  }
}
.top-page .sns .sub_titl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .top-page .sns .sub_titl {
    font-size: 1.5rem;
  }
}
.top-page .sns .btns {
  width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 740px) {
  .top-page .sns .btns {
    width: 200px;
  }
}
.top-page .sns .btns .btn {
  width: 25%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .sns .btns .btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.concept-page .cc_titls {
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 740px) {
  .concept-page .cc_titls {
    margin: 30px auto 40px;
  }
}
.concept-page .cc_titls .txt01 {
  font-size: 4.8rem;
}
@media (max-width: 740px) {
  .concept-page .cc_titls .txt01 {
    font-size: 2.6rem;
  }
}
.concept-page .cc_titls .txt02 {
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .concept-page .cc_titls .txt02 {
    font-size: 1.5rem;
  }
}
.concept-page .main_wrap {
  width: 100%;
  margin-bottom: 100px;
  padding: 30px 0px;
  background-image: url("../images/concept/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 740px) {
  .concept-page .main_wrap {
    margin-bottom: 50px;
  }
}
.concept-page .main_wrap .txts {
  width: 100%;
  padding: 0 5%;
}
@media (max-width: 740px) {
  .concept-page .main_wrap .txts {
    margin-bottom: 30px;
  }
}
.concept-page .main_wrap .txts .txt01 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .concept-page .main_wrap .txts .txt01 {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.concept-page .main_wrap .txts .logo {
  width: 360px;
  margin: 0 auto 30px;
}
@media (max-width: 740px) {
  .concept-page .main_wrap .txts .logo {
    width: 270px;
  }
}
.concept-page .main_wrap .txts .txt03 {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 740px) {
  .concept-page .main_wrap .txts .txt03 {
    font-size: 1.6rem;
  }
}
.concept-page .toku {
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .concept-page .toku {
    margin-bottom: 50px;
  }
}
.concept-page .toku .top_titl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .concept-page .toku .top_titl {
    font-size: 1.4rem;
  }
}
.concept-page .toku .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.concept-page .toku .boxs .box {
  width: 30%;
  margin: 0 1.5% 60px;
}
@media (max-width: 740px) {
  .concept-page .toku .boxs .box {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.concept-page .toku .boxs .box img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .concept-page .toku .boxs .box img {
    width: 270px;
  }
}
.concept-page .toku .boxs .box .titl {
  text-align: center;
  font-size: 4rem;
  color: #ec510f;
}
@media (max-width: 740px) {
  .concept-page .toku .boxs .box .titl {
    font-size: 3rem;
  }
}
.concept-page .toku .boxs .box .txt {
  line-height: 2;
  text-align: center;
}
@media (max-width: 740px) {
  .concept-page .toku .boxs .box .txt {
    font-size: 1.2rem;
  }
}
.concept-page .toku .boxs .box .txt br {
  display: block;
}
@media screen and (max-width: 940px) {
  .concept-page .toku .boxs .box .txt br {
    display: none;
  }
}
.concept-page .d65 {
  margin-bottom: 200px;
}
@media (max-width: 740px) {
  .concept-page .d65 {
    margin-bottom: 100px;
  }
}
.concept-page .d65 .txt01 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .concept-page .d65 .txt01 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.concept-page .d65 .txt02 {
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 740px) {
  .concept-page .d65 .txt02 {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.concept-page .d65 .img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.concept-page .d65 .hyo_titl {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .concept-page .d65 .hyo_titl {
    font-size: 1.2rem;
  }
}
.concept-page .d65 .hyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.concept-page .d65 .hyo .box01 {
  width: 18.2%;
}
@media (max-width: 740px) {
  .concept-page .d65 .hyo .box01 {
    width: 160px;
  }
}
.concept-page .d65 .hyo .box02 {
  width: 81.8%;
}
@media (max-width: 740px) {
  .concept-page .d65 .hyo .box02 {
    width: calc(100% - 160px);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
@media (max-width: 740px) {
  .concept-page .d65 .hyo .box02 .img_sc {
    width: 720px;
  }
}

.rent-page #rent {
  padding: 80px 0;
}
@media (max-width: 740px) {
  .rent-page #rent {
    padding: 40px 0;
  }
}
.rent-page #rent .main_titl {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .rent-page #rent .main_titl {
    font-size: 2.6rem;
  }
}
.rent-page #rent .sub_titl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .rent-page #rent .sub_titl {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.rent-page #rent .search_titl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .rent-page #rent .search_titl {
    font-size: 1.4rem;
  }
}
.rent-page #rent .b_btn {
  display: block;
  width: 600px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .rent-page #rent .b_btn {
    width: 100%;
    margin-bottom: 40px;
  }
}
.rent-page #rent .b_btn .img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.rent-page #rent .b_btn .txt01 {
  width: 300px;
  margin: 0 auto 20px;
}
@media (max-width: 740px) {
  .rent-page #rent .b_btn .txt01 {
    width: 200px;
  }
}
.rent-page #rent .b_btn .btn {
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  background: #ec510f url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rent-page #rent .b_btn .btn:hover {
  background: #b63b06 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}

.pdf-page .txt01 {
  font-size: 15px;
  text-align: center;
}
.pdf-page .txt02 {
  text-align: center;
}
.pdf-page .txt03 {
  background-color: #f5f5f5;
}
.pdf-page .titl01 {
  text-align: center;
}

.rent_single-page .rent_titls {
  margin: 60px auto 20px;
  text-align: center;
}
@media (max-width: 740px) {
  .rent_single-page .rent_titls {
    margin: 30px auto 10px;
  }
}
.rent_single-page .rent_titls .txt01 {
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .rent_single-page .rent_titls .txt01 {
    font-size: 1.2rem;
  }
}
.rent_single-page .rent_titls .txt02 {
  width: 400px;
  margin: 20px auto;
}
@media (max-width: 740px) {
  .rent_single-page .rent_titls .txt02 {
    width: 200px;
  }
}
.rent_single-page .slider_wrap {
  margin-bottom: 10px;
  background-color: #d8d8d8;
}
.rent_single-page .slider_wrap .slider .slide {
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.rent_single-page .slider_wrap .slider .slide .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 740px) {
  .rent_single-page .slider_wrap .slider .slide .txt {
    font-size: 1rem;
  }
}
.rent_single-page .slider_wrap .slider .slide-arrow {
  width: 50px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .rent_single-page .slider_wrap .slider .slide-arrow {
    width: 20px;
    height: 40px;
    margin-top: -20px;
  }
}
.rent_single-page .slider_wrap .slider .slide-arrow:hover {
  opacity: 0.7;
}
@media (max-width: 740px) {
  .rent_single-page .slider_wrap .slider .slide-arrow:hover {
    opacity: 1;
  }
}
.rent_single-page .slider_wrap .slider .prev-arrow {
  left: -80px;
}
@media (max-width: 1280px) {
  .rent_single-page .slider_wrap .slider .prev-arrow {
    left: 0;
  }
}
@media (max-width: 740px) {
  .rent_single-page .slider_wrap .slider .prev-arrow {
    left: -5%;
  }
}
.rent_single-page .slider_wrap .slider .next-arrow {
  right: -80px;
}
@media (max-width: 1280px) {
  .rent_single-page .slider_wrap .slider .next-arrow {
    right: 0px;
  }
}
@media (max-width: 740px) {
  .rent_single-page .slider_wrap .slider .next-arrow {
    right: -5%;
  }
}
.rent_single-page .thumbnail {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .rent_single-page .thumbnail {
    margin-bottom: 40px;
  }
}
@media (max-width: 1000px) {
  .rent_single-page .thumbnail {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 740px) {
  .rent_single-page .thumbnail {
    gap: 5px;
  }
}
.rent_single-page .thumbnail .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  aspect-ratio: 16/9;
  background-color: #e5e5e5;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
.rent_single-page .thumbnail .box .txt {
  padding: 0 10px;
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .rent_single-page .thumbnail .box .txt {
    font-size: 1rem;
  }
}
.rent_single-page .thumbnail .box:hover .txt {
  opacity: 0;
}
@media (max-width: 1000px) {
  .rent_single-page .thumbnail .box:hover .txt {
    opacity: 1;
  }
}
.rent_single-page .thumbnail .box.thumbnail-current .txt {
  opacity: 0;
}
.rent_single-page .thumbnail .box:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.rent_single-page .thumbnail .box:hover:after {
  opacity: 0;
}
.rent_single-page .thumbnail .box.thumbnail-current:after {
  opacity: 0;
}
.rent_single-page .pl_btns {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .rent_single-page .pl_btns {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.rent_single-page .pl_btns .btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rent_single-page .pl_btns .btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1000px) {
  .rent_single-page .pl_btns .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
.rent_single-page .pl_btns .btn.soon {
  pointer-events: none;
  opacity: 0.4;
}
.rent_single-page .base_titl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.rent_single-page .base_titl01 .titl_left {
  width: 50%;
  padding-right: 10px;
  text-align: right;
  font-size: 3rem;
}
@media (max-width: 740px) {
  .rent_single-page .base_titl01 .titl_left {
    padding-right: 5px;
    font-size: 1.6rem;
  }
}
.rent_single-page .base_titl01 .titl_right {
  width: 50%;
  padding-left: 10px;
  text-align: left;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #d8d8d8;
}
@media (max-width: 740px) {
  .rent_single-page .base_titl01 .titl_right {
    padding-left: 5px;
    font-size: 1.4rem;
  }
}
.rent_single-page .base_titl01 .line_left {
  width: 25%;
  height: 8px;
  background-color: #ec510f;
}
@media (max-width: 740px) {
  .rent_single-page .base_titl01 .line_left {
    width: 35%;
    height: 4px;
  }
}
.rent_single-page .base_titl01 .line_right {
  width: 25%;
  height: 8px;
  background-color: #d8d8d8;
}
@media (max-width: 740px) {
  .rent_single-page .base_titl01 .line_right {
    width: 35%;
    height: 4px;
  }
}
.rent_single-page .base_titl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.rent_single-page .base_titl02 .titl_left {
  width: 50%;
  padding-right: 10px;
  text-align: right;
  font-size: 3rem;
}
@media (max-width: 740px) {
  .rent_single-page .base_titl02 .titl_left {
    padding-right: 5px;
    font-size: 1.4rem;
  }
}
@media (max-width: 740px) {
  .rent_single-page .base_titl02 .titl_left.fit {
    -webkit-font-variant-ligatures: none;
            font-variant-ligatures: none;
    padding-right: 3px;
    font-size: 1.2rem;
    letter-spacing: -0.5px;
  }
}
.rent_single-page .base_titl02 .titl_right {
  width: 50%;
  padding-left: 10px;
  text-align: left;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #d8d8d8;
}
@media (max-width: 740px) {
  .rent_single-page .base_titl02 .titl_right {
    padding-left: 5px;
    font-size: 1.2rem;
  }
}
.rent_single-page .base_titl02 .line_left {
  width: 50%;
  height: 4px;
  background-color: #ec510f;
}
@media (max-width: 740px) {
  .rent_single-page .base_titl02 .line_left {
    height: 2px;
  }
}
.rent_single-page .base_titl02 .line_right {
  width: 50%;
  height: 4px;
  background-color: #d8d8d8;
}
@media (max-width: 740px) {
  .rent_single-page .base_titl02 .line_right {
    height: 2px;
  }
}
.rent_single-page #topics {
  margin-bottom: 80px;
}
.rent_single-page #topics .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 50px;
}
@media (max-width: 740px) {
  .rent_single-page #topics .boxs {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
.rent_single-page #topics .boxs .box img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.rent_single-page #topics .boxs .box .txt {
  text-align: center;
}
.rent_single-page #plan {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .rent_single-page #plan {
    margin-bottom: 40px;
  }
}
.rent_single-page #plan .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .rent_single-page #plan .boxs {
    grid-template-columns: 1fr;
  }
}
.rent_single-page #plan .boxs .box {
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
  background-color: #ececec;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
.rent_single-page #plan .boxs .box .txt {
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 740px) {
  .rent_single-page #plan .boxs .box .txt {
    font-size: 1.8rem;
  }
}
.rent_single-page #plan .boxs .box .txt span {
  font-size: 1.8rem;
}
@media (max-width: 740px) {
  .rent_single-page #plan .boxs .box .txt span {
    font-size: 1.2rem;
  }
}
.rent_single-page #plan .boxs .box .line {
  width: 100%;
  height: 1px;
  background-color: #333;
}
.rent_single-page #plan .boxs .box .btn {
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  background: #333 url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rent_single-page #plan .boxs .box .btn:hover {
  background: #000 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}
.rent_single-page #plan .boxs .box .vacancy {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 70px;
}
@media (max-width: 740px) {
  .rent_single-page #plan .boxs .box .vacancy {
    width: 50px;
  }
}
.rent_single-page .planpop {
  display: none;
  width: 1000px;
  padding: 40px;
  margin: 0 auto;
  -webkit-box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .rent_single-page .planpop {
    width: 90%;
  }
}
@media (max-width: 740px) {
  .rent_single-page .planpop {
    width: 80%;
    padding: 50px 20px;
  }
}
.rent_single-page .planpop .titl {
  text-align: center;
  font-size: 2.8rem;
}
@media (max-width: 740px) {
  .rent_single-page .planpop .titl {
    font-size: 1.6rem;
  }
}
.rent_single-page .planpop .titl .kakaku {
  margin-left: 20px;
  font-size: 1.8rem;
}
@media (max-width: 740px) {
  .rent_single-page .planpop .titl .kakaku {
    font-size: 1rem;
  }
}
.rent_single-page .planpop .line_top {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: #333;
}
.rent_single-page .planpop .type_txt {
  text-align: center;
  margin-bottom: 10px;
}
.rent_single-page .planpop .type_come {
  width: 100%;
  padding: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 740px) {
  .rent_single-page .planpop .type_come {
    padding: 15px;
    font-size: 1rem;
  }
}
.rent_single-page .planpop .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.rent_single-page .planpop .boxs .plan {
  width: 45%;
}
@media (max-width: 740px) {
  .rent_single-page .planpop .boxs .plan {
    width: 100%;
    margin-bottom: 20px;
  }
}
.rent_single-page .planpop .boxs .plan.p_center {
  margin-left: auto;
  margin-right: auto;
}
.rent_single-page .planpop .boxs .txts {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 740px) {
  .rent_single-page .planpop .boxs .txts {
    width: 100%;
  }
}
.rent_single-page .planpop .boxs .txts .txt_top {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.rent_single-page .planpop .boxs .txts .line01 {
  width: 100%;
  height: 1px;
  background-color: #333;
}
.rent_single-page .planpop .boxs .txts .txt01 {
  width: 30%;
  padding: 10px;
}
.rent_single-page .planpop .boxs .txts .line02 {
  width: 1px;
  margin: 5px 0;
  background-color: #333;
}
.rent_single-page .planpop .boxs .txts .txt02 {
  width: calc(70% - 1px);
  padding: 10px;
}
.rent_single-page .planpop .boxs .txts .btn_p {
  display: block;
  width: 65%;
  margin: 20px auto 10px;
}
@media (max-width: 740px) {
  .rent_single-page .planpop .boxs .txts .btn_p {
    width: 100%;
  }
}
.rent_single-page .planpop .boxs .txts .btn_p input {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 15px 0;
  border: none;
  text-align: center;
  background: #333 url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.rent_single-page .planpop .boxs .txts .btn_p input:hover {
  background: #000 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}
.rent_single-page .planpop .boxs .txts .btn {
  display: block;
  width: 65%;
  line-height: 1;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  background: #ec510f url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .rent_single-page .planpop .boxs .txts .btn {
    width: 100%;
  }
}
.rent_single-page .planpop .boxs .txts .btn:hover {
  background: #b63b06 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}
.rent_single-page .fancybox__content > .carousel__button.is-close {
  top: 0;
  background-color: #000;
  border-radius: 0;
}
.rent_single-page #location {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .rent_single-page #location {
    margin-bottom: 40px;
  }
}
.rent_single-page #location .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .rent_single-page #location .boxs {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }
}
.rent_single-page #location .boxs .box {
  background-color: #d8d8d8;
}
.rent_single-page #location .boxs .box .img {
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rent_single-page #location .boxs .box .txts {
  padding: 10px;
}
.rent_single-page #location .boxs .box .txts .txt01 {
  color: #ec510f;
}
.rent_single-page #location .l_cap {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .rent_single-page #location .l_cap {
    margin-bottom: 30px;
  }
}
.rent_single-page #location .map iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}
.rent_single-page #access {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .rent_single-page #access {
    margin-bottom: 40px;
  }
}
.rent_single-page #access .rosenzu {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .rent_single-page #access .rosenzu {
    margin-bottom: 20px;
  }
}
.rent_single-page #access .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .rent_single-page #access .boxs {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.rent_single-page #access .boxs .box .txt01 {
  margin-bottom: 5px;
}
.rent_single-page #access .boxs .box .img {
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rent_single-page #access .boxs .box .txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rent_single-page #access .boxs .box .txts .txt02 {
  font-size: 1.8rem;
}
@media (max-width: 740px) {
  .rent_single-page #access .boxs .box .txts .txt02 {
    font-size: 1.5rem;
  }
}
.rent_single-page #access .boxs .box .txts .txt03 {
  font-size: 1.8rem;
}
@media (max-width: 740px) {
  .rent_single-page #access .boxs .box .txts .txt03 {
    font-size: 1.5rem;
  }
}
.rent_single-page #access .boxs .box .txts .txt03 .t01 {
  color: #ec510f;
}
.rent_single-page #access .boxs .box .txts .txt03 .t02 {
  font-size: 3rem;
  color: #ec510f;
}
@media (max-width: 740px) {
  .rent_single-page #access .boxs .box .txts .txt03 .t02 {
    font-size: 1.8rem;
  }
}
.rent_single-page #access .boxs .box .txt04 {
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .rent_single-page #access .boxs .box .txt04 {
    font-size: 1rem;
  }
}
.rent_single-page #outline {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .rent_single-page #outline {
    margin-bottom: 40px;
  }
}
.rent_single-page #outline .txts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 740px) {
  .rent_single-page #outline .txts {
    width: 100%;
  }
}
.rent_single-page #outline .txts .line01 {
  width: 100%;
  height: 1px;
  background-color: #333;
}
.rent_single-page #outline .txts .txt01 {
  width: 30%;
  padding: 10px;
}
.rent_single-page #outline .txts .line02 {
  width: 1px;
  margin: 5px 0;
  background-color: #333;
}
.rent_single-page #outline .txts .txt02 {
  width: calc(70% - 1px);
  padding: 10px;
}
.rent_single-page .b_cv_btn {
  display: block;
  width: 350px;
  line-height: 1;
  margin: 0 auto 120px;
  padding: 15px 0;
  text-align: center;
  background: #ec510f url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  font-size: 1.8rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rent_single-page .b_cv_btn:hover {
  background: #b63b06 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}
@media (max-width: 740px) {
  .rent_single-page .b_cv_btn {
    width: 90%;
    line-height: 1;
    margin: 0 auto 60px;
    font-size: 1.4rem;
  }
}
.rent_single-page .fancybox__slide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.rent_single-page .fancybox__slide::-webkit-scrollbar {
  display: none;
}
@media print {
  .rent_single-page header {
    display: none;
  }
  .rent_single-page footer {
    display: none;
  }
  .rent_single-page .pankuzu {
    display: none;
  }
  .rent_single-page .rent_titls {
    display: none;
  }
  .rent_single-page .slider_wrap {
    display: none;
  }
  .rent_single-page .thumbnail {
    display: none;
  }
  .rent_single-page .pl_btns {
    display: none;
  }
  .rent_single-page #topics {
    display: none;
  }
  .rent_single-page #plan {
    display: none;
  }
  .rent_single-page #location {
    display: none;
  }
  .rent_single-page #access {
    display: none;
  }
  .rent_single-page #outline {
    display: none;
  }
  .rent_single-page .b_cv_btn {
    display: none;
  }
  .rent_single-page * {
    display: none;
  }
}

.news-page .news_titls {
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 740px) {
  .news-page .news_titls {
    margin: 30px auto 40px;
  }
}
.news-page .news_titls .txt01 {
  font-size: 4.8rem;
}
@media (max-width: 740px) {
  .news-page .news_titls .txt01 {
    font-size: 2.6rem;
  }
}
.news-page .news_titls .txt02 {
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .news-page .news_titls .txt02 {
    font-size: 1.5rem;
  }
}
.news-page .news_con {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .news-page .news_con {
    margin-bottom: 60px;
  }
}
.news-page .news_con .txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px #ccc dotted;
}
@media (max-width: 740px) {
  .news-page .news_con .txts {
    margin-bottom: 10px;
  }
}
.news-page .news_con .txts .date_box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 740px) {
  .news-page .news_con .txts .date_box {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.news-page .news_con .txts .date_box .new {
  width: 50px;
  line-height: 25px;
  margin-right: 15px;
  text-align: center;
  background-color: #ec510f;
  color: #fff;
}
@media (max-width: 740px) {
  .news-page .news_con .txts .date_box .new {
    width: 40px;
    line-height: 15px;
  }
}
.news-page .news_con .txts .titl {
  width: 70%;
}
@media (max-width: 740px) {
  .news-page .news_con .txts .titl {
    width: 100%;
  }
}
.news-page .news_con .con_wrap {
  width: 70%;
  margin-left: 30%;
}
@media (max-width: 740px) {
  .news-page .news_con .con_wrap {
    width: 100%;
    margin-left: 0;
  }
}
.news-page .news_con .con_wrap p {
  line-height: 2;
}
.news-page .news_con .con_wrap p a {
  border-bottom: 1px #333 solid;
}

.news_single-page .news_titls {
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 740px) {
  .news_single-page .news_titls {
    margin: 30px auto 40px;
  }
}
.news_single-page .news_titls .txt01 {
  font-size: 4.8rem;
}
@media (max-width: 740px) {
  .news_single-page .news_titls .txt01 {
    font-size: 2.6rem;
  }
}
.news_single-page .news_titls .txt02 {
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .news_single-page .news_titls .txt02 {
    font-size: 1.5rem;
  }
}
.news_single-page .news_con {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .news_single-page .news_con {
    margin-bottom: 60px;
  }
}
.news_single-page .news_con .txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px #ccc dotted;
}
@media (max-width: 740px) {
  .news_single-page .news_con .txts {
    margin-bottom: 10px;
  }
}
.news_single-page .news_con .txts .date_box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 740px) {
  .news_single-page .news_con .txts .date_box {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.news_single-page .news_con .txts .date_box .new {
  width: 50px;
  line-height: 25px;
  margin-right: 15px;
  text-align: center;
  background-color: #ec510f;
  color: #fff;
}
@media (max-width: 740px) {
  .news_single-page .news_con .txts .date_box .new {
    width: 40px;
    line-height: 15px;
  }
}
.news_single-page .news_con .txts .titl {
  width: 70%;
}
@media (max-width: 740px) {
  .news_single-page .news_con .txts .titl {
    width: 100%;
  }
}
.news_single-page .news_con .con_wrap {
  width: 70%;
  margin-left: 30%;
}
@media (max-width: 740px) {
  .news_single-page .news_con .con_wrap {
    width: 100%;
    margin-left: 0;
  }
}
.news_single-page .news_con .con_wrap p {
  line-height: 2;
}
.news_single-page .news_con .con_wrap p a {
  border-bottom: 1px #333 solid;
}
.news_single-page .news_btn {
  display: block;
  width: 250px;
  line-height: 1;
  margin: 0 auto 120px;
  padding: 10px 0;
  text-align: center;
  border: none;
  background: #ec510f url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .news_single-page .news_btn {
    width: 150px;
    margin-bottom: 60px;
    font-size: 1.4rem;
  }
}
.news_single-page .news_btn:hover {
  background: #b63b06 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}

.qa-page .qa_titls {
  margin: 60px auto 20px;
  text-align: center;
}
@media (max-width: 740px) {
  .qa-page .qa_titls {
    margin: 30px auto 10px;
  }
}
.qa-page .qa_titls .txt01 {
  font-size: 4.8rem;
}
@media (max-width: 740px) {
  .qa-page .qa_titls .txt01 {
    font-size: 2.6rem;
  }
}
.qa-page .qa_titls .txt02 {
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .qa-page .qa_titls .txt02 {
    font-size: 1.5rem;
  }
}
.qa-page .qa .qa_box {
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .qa-page .qa .qa_box {
    margin-bottom: 20px;
  }
}
.qa-page .qa .qa_box span {
  color: #ec510f;
  margin-right: 42px;
}
@media (max-width: 740px) {
  .qa-page .qa .qa_box span {
    margin-right: 10px;
  }
}
.qa-page .qa .qa_box .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  padding: 27px 25px;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border: 1px solid #d8d8d8;
}
@media (max-width: 740px) {
  .qa-page .qa .qa_box .q {
    font-size: 1.4rem;
    padding: 13px;
    padding-right: 40px;
  }
}
.qa-page .qa .qa_box .q:hover {
  opacity: 0.8;
}
.qa-page .qa .qa_box .q .i_box {
  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;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  background-color: #ec510f;
}
@media (max-width: 740px) {
  .qa-page .qa .qa_box .q .i_box {
    top: 69%;
    right: 2%;
    width: 20px;
    height: 20px;
  }
}
.qa-page .qa .qa_box .q .i_box .Arrow-Bottom {
  position: absolute;
  top: 30%;
  left: 30%;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 740px) {
  .qa-page .qa .qa_box .q .i_box .Arrow-Bottom {
    width: 8px;
    height: 8px;
  }
}
.qa-page .qa .qa_box .q.open .i_box {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.qa-page .qa .qa_box .a {
  display: none;
  padding: 30px;
  background-color: #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 740px) {
  .qa-page .qa .qa_box .a {
    padding: 13px;
  }
}
.qa-page .qa .qa_box .a .a_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
}
@media (max-width: 740px) {
  .qa-page .qa .qa_box .a .a_box {
    font-size: 1.4rem;
  }
}
.qa-page .qa .qa_box .a .a_box .answer .txt {
  padding-top: 37px;
  font-size: 1.5rem;
}
@media (max-width: 740px) {
  .qa-page .qa .qa_box .a .a_box .answer .txt {
    padding-top: 18px;
    font-size: 1.2rem;
  }
}
.qa-page .qa .qa_box .a .a_box .answer .txt span {
  margin: 0;
}
.qa-page .line_box {
  margin-bottom: 80px;
}
.qa-page .line_box h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}
@media (max-width: 740px) {
  .qa-page .line_box h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
.qa-page .line_box img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .qa-page .line_box img {
    max-width: 100%;
  }
}
.qa-page .line_box img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sitemap-page #sitemap {
  padding: 80px 0 180px;
}
@media (max-width: 740px) {
  .sitemap-page #sitemap {
    padding: 40px 0;
  }
}
.sitemap-page #sitemap .main_titl {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .sitemap-page #sitemap .main_titl {
    font-size: 2.6rem;
  }
}
.sitemap-page #sitemap .sub_titl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .sitemap-page #sitemap .sub_titl {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.sitemap-page .site_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sitemap-page .site_links .btn {
  display: block;
  width: 30%;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  background: #333 url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 7px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap-page .site_links .btn:hover {
  background: #000 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 7px;
}
@media (max-width: 740px) {
  .sitemap-page .site_links .btn {
    width: 100%;
  }
}
.sitemap-page .site_links .btn.soon {
  pointer-events: none;
  opacity: 0.3;
}/*# sourceMappingURL=style.css.map */