@charset "UTF-8";
.title_page {
    background: url(../common_img/mainbg.jpg) bottom right no-repeat;
    background-size: 100%;
    padding-top: 20%;
    margin-bottom: 30px;
}
.title_page .title_txt {
  color: #ecd06f;
  text-align: left;
  font-size: 30px;
  padding: 4% 2%;
    line-height: 1.5;
}
.title_page .title_txt span{
    display: block;
    font-size: 70%;
}
.shortterm_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shortterm_items .items {
  width: 48%;
  margin-bottom: 4%;
    border: 1px solid #ecd06f;
}
.shortterm_items .items .detail_items {
  
  padding: 4%;
}
.shortterm_items .items .detail_items p {
  margin-bottom: 15px;
}
.shortterm_items .items .detail_items .tt {
  font-weight: bold;
  font-size: 16px;
}

.list_qa {
  margin-bottom: 30px;
}
.list_qa .questions {
  background: #f5f5f5;
  padding: 10px 20px;
  padding-left: 60px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.list_qa .questions:before {
  content: 'Q.';
  position: absolute;
  top: 6px;
  left: 20px;
  margin: auto;
  color: #cfb24d;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
}
.list_qa .ans {
  position: relative;
  padding: 10px 10px 10px 60px;
}
.list_qa .ans:before {
  content: 'A.';
  position: absolute;
  top: 6px;
  left: 20px;
  margin: auto;
  color: #cfb24d;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
}

.cautions {
  border: 1px solid #ecd06f;
  background: #fff;
  padding: 10px 2%;
}
.cautions p {
  font-weight: bold;
  font-size: 16px;
  background: url(../rental_shortterm/images/note_icon.png) top 4px left no-repeat;
  padding-left: 27px;
  background-size: 20px;
  margin-bottom: 10px;
}
.indent15{
    text-indent: -15px;
    margin-left: 15px;
}
.indent11{
    text-indent: -11px;
    margin-left: 15px;
}
.cautions li{
    text-indent: -15px;
    margin-left: 15px;
}
.boxgray {
  background: #f5f5f5;
  padding: 25px 10px;
  margin-bottom: 30px;
}

.blocktalk {
  background: #7392c1;
  padding: 25px 10px;
}
.blocktalk p {
  padding: 7px 20px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.blocktalk .left, .blocktalk .right {
  position: relative;
  margin-bottom: 10px;
}
.blocktalk .left {
  padding-left: 70px;
  padding-top: 15px;
  margin-right: 20px;
}
.blocktalk .left p {
  max-width: 100%;
  background: #fff;
}
.blocktalk .left p:after {
  position: absolute;
  content: '';
  background: url(../rental_longterm/images/shape1.png) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 22px;
  left: -9px;
  top: 5px;
}
.blocktalk .right {
  padding-right: 70px;
  padding-top: 15px;
  text-align: right;
  margin-left: 20px;
}
.blocktalk .right p {
  background: #71de53;
  max-width: 100%;
  text-align: left;
}
.blocktalk .right p:after {
  position: absolute;
  content: '';
  background: url(../rental_longterm/images/shape2.png) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 22px;
  right: -9px;
  top: 5px;
}
.blocktalk .icon1:after {
  position: absolute;
  content: '';
  background: url(../rental_longterm/images/icon1.png) no-repeat;
  background-size: 55px;
  width: 55px;
  height: 55px;
  left: 0;
  top: 0;
}
.blocktalk .icon2:after {
  position: absolute;
  content: '';
  background: url(../rental_longterm/images/icon2.png) no-repeat;
  background-size: 55px;
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
}
.blocktalk .icon3:after {
  position: absolute;
  content: '';
  background: url(../rental_longterm/images/icon3.png) no-repeat;
  background-size: 55px;
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
}

.blocknoted {
  border: 1px solid #ecd06f;
  margin-bottom: 0;
  margin-top: 20px;
  background: #fff;
  padding: 3%;
}
.blocknoted h3 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

.blockprice {
  border: 1px solid #ecd06f;
  margin-bottom: 30px;
  /* padding: 3% 2%; */
    padding-bottom: 15px;
}
.blockprice h3 {
  font-size: 19px;
  text-align: center;
  background: #f5f5f5;
  padding: 15px 0;
  margin-bottom: 10px;
}
.blockprice p.text_bold {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.blockprice p.note {
  padding: 15px 0;
  padding-bottom: 0;
}
.blockprice table {
  width: 100%;
  margin: 0 auto;
}
.blockprice table tr:nth-child(odd) {
  background: #f5f5f5;
}
.blockprice table td {
  text-align: center;
  padding: 10px;
  width: 33%;
}

.infocon {
  margin: 40px 0;
  background: url(../common_img/bg_common.jpg) top center no-repeat;
    background-size: cover;
  padding: 30px 0;
  text-align: center;
}
.infocon h2 {
  font-size: 16px;
  font-weight: bold;
  color: #553619;
  text-align: center;
  margin-bottom: 15px;
}
.infocon .btnpage {
  margin: auto;
}

.tel_icon2 {
  background: url(../rental_longterm/images/tel_icon.png) center left no-repeat;
  background-size: 22px;
  display: inline-block;
  padding-left: 30px;
  font-size: 27px;
  color: #323337;
  text-decoration: none !important;
  margin-bottom: 15px;
}

.fax_num {
  background: url(../contact/images/fax_icon.png) center left no-repeat;
  background-size: 22px;
  display: inline-block;
  padding-left: 30px;
  font-size: 27px;
  color: #ecd06f;
  text-decoration: none !important;
  margin-bottom: 15px;
}

.contact_infor {
  padding: 0;
}
.contact_infor .inner {
  background: url(../contact/images/bg.png) center right -80px no-repeat;
  background-size: 210px;
  padding: 60px 0;
}
.contact_infor .box {
  border: 1px solid #ecd06f;
  border-radius: 10px;
  padding: 20px 10px;
}
.contact_infor .box h3 {
  font-size: 16px;
}
.contact_infor .tel_icon2 {
  color: #ecd06f;
  margin-bottom: 0;
  font-size: 31px;
}
.contact_infor .tel {
  border-bottom: 1px solid #333;
}
.contact_infor .time {
  display: block;
  text-align: center;
}
.contact_infor .tel, .contact_infor .fax {
  text-align: center;
  margin: 0 30px;
  font-size: 31px;
}

.table_template input[type="text"],
.table_template input[type="email"],
.table_template input[type="name"],
.table_template input[type="tel"],
.table_template input[type="number"],
.table_template input[type="password"],
.table_template select, .table_template textarea {
  height: 40px;
  border: 1px solid #fff;
  padding-left: 10px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  border-radius: 1px;
}
.table_template table {
  width: 100%;
  margin-bottom: 25px;
    border-top: 1px solid #959595;
    
}
.table_template tr {
  border-bottom: 1px solid #959595;
}
.table_template th, .table_template td {
  line-height: 1.6;
  text-align: justify;
  padding: 15px 0;
  color: #000;
  width: 100%;
  display: block;
}
.table_template th {
  padding-bottom: 0;
}
.table_template th .required, .table_template th .nonerequired {
  display: table;
  float: left;
  margin-right: 10px;
}
.table_template th .required:before, .table_template th .nonerequired:before {
  content: "必須";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  background: #ef3737;
}
.table_template th .required:before {
  content: "必須";
  background: #ef3737;
}
.table_template th .nonerequired:before {
  content: "任意";
  background: #000;
}
.table_template textarea {
  padding: 10px;
  height: 170px;
  overflow: auto;
  font-family: inherit;
}
.table_template .listbox {
  display: flex;
  flex-wrap: wrap;
}
.table_template .listbox li {
  margin-bottom: 10px;
}
.table_template input#issueorther {
  width: calc(100% - 100px);
}
.table_template .form_submit_btn {
  margin: auto;
  max-width: 100%;
}
.table_template .form_submit_btn button {
  background: #a1803d;
  width: 280px;
  height: 50px;
  box-shadow: 9px 0 18px #cecece;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
}
.table_template .form_submit_btn button span:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.privacy_policy {
  background: #fff;
  padding: 3%;
}

/*■.PAGE SERVICE*/
.service_page .section01 {
  margin-bottom: 40px;
  padding-top: 80px;
}
.service_page .tbl01 {
  margin-bottom: 40px;
}
.service_page .common_bnr {
  margin-bottom: 40px;
}

/*■.PAGE RENTAL SHORTTERM*/
.rental_shortterm_page .section01 {
  margin-bottom: 40px;
  padding-top: 40px;
}
.rental_shortterm_page .section01 .tt {
  text-align: center;
  color: #a1803d;
  font-weight: bold;
  margin-bottom: 10px;
}
.rental_shortterm_page .section01 .txt_bdr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rental_shortterm_page .section01 .txt_bdr li {
  border: 1px solid #a1803d;
  padding: 7px;
  width: 25%;
  text-align: center;
  margin: 0 2% 2%;
}
.rental_shortterm_page .section02 {
  margin-bottom: 30px;
}

/*■.PAGE RENTAL LONGTERM*/
.maintenance_page .section01 {
 /*  padding-top: 80px; */
  padding-bottom: 20px;
  /* margin-bottom: 40px; */
}

/*■.PAGE CONTACT*/
.contact_page .contact_infor {
  margin-bottom: 30px;
}
.contact_page .form_contact {
  margin-bottom: 40px;
}
.pp_contact{
    background: url(../images/bg_sec02.jpg) repeat-x left top #f5f5f5;
    padding: 35px 0;
    background-size: 9px;
}
/*■.PAGE MAINTENANCE*/
/*■.FIX RESPONSIVE*/
@media only screen and (max-width: 390px) {
  #page_contact .tbl_contact dl dd .list_radio li {
    float: none;
    width: 100%;
  }
    .contact_infor .tel_icon2{
        font-size: 27px;
    }
    .contact_infor .time{
        font-size: 12px;
    }
}
@media only screen and (max-width: 375px) {
  .rental_shortterm_page .section01 .txt_bdr li {
    width: 29%;
  }
    .maintenance_page .blockprice table td li.indent11{
        font-size: 13px;
    }
}
.line_bottom{
    position: relative;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-weight: bold;
    
}
.line_bottom:after{
    position: absolute;
    content: '';
    background: #f5f5f5;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 10px;
    width: 75%;
    margin: auto;
}
/* .blockprice .tbfix::after{
    content: '';
    background: #000;
    left: 50%;
    top: 10px;
    height: 100%;
    width: 1px;
    position: absolute;
} */
.blockprice .tbfix{
    position: relative;
}
.blockprice .tbfix .border_bt{
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.dis_block{
    display: block;
}
.txt_call{
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.contact_infor .tel.bdr_none{
    border: none;
}
.bg_white{
    background: #fff;
}
.news_page .common_contact{
    margin-top: 40px;
}
/* .thtd100 th, td{
    width: 100%;
    display: block;
} */
.rental_longterm_page .blockprice{
    padding: 0;
}
.rental_longterm_page .blockprice .bg_gray2{
    padding: 3%;
}
.contact_conf_page .sec_title.text_center:after{
    width: 100%;
    background-position: left bottom;
}