@charset "utf-8";


/* tag
-------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

#gyosya-main {
  width: 960px;
  height: 300px;
  margin-left: auto;
  ;
  ;
  margin-right: auto;
  background-color: #f1eded;
  ;
  margin-top: 20px;
}

body {
  color: #000;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  background: #fff;
}

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

img {
  border: none;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

a:hover {
  opacity: 0.70;
}


/* clearfix
-------------------------------------------------------*/

.clearfix {
  width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}


/* header
-------------------------------------------------------*/

header {
  white-space: nowrap;
  width: 960px;
  padding: 15px 0 10px;
  margin: 0 auto;
}

header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

header p.logo {
  width: 273px;
  margin: 3px 18px 0 0;
  float: left;
}

header p.copy {
  color: #333;
  font-size: 18px;
  width: 363px;
  margin: 16px 0 0;
  float: left;
}

header div.tel {
  width: 290px;
  height: 64px;
  float: right;
  background: url(../img/icon_freedial.png) 0 bottom no-repeat;
  position: relative;
}

header div.tel p.txt_01 {
  color: #630;
  font-size: 15px;
}

header div.tel p.txt_01 span {
  color: #f4680b;
  font-size: 16px;
  font-weight: bold;
  margin: 0 3px 0 0;
}

header div.tel p.txt_02 {
  color: #630;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: 52px;
  bottom: 2px;
}

header div.tel p.txt_03 {
  color: #333;
  font-size: 12px;
  position: absolute;
  left: 55px;
  bottom: -5px;
}


/* main
-------------------------------------------------------*/

#main {
  min-width: 960px;
  width: 100%;
  padding: 0 0 18px;
  background: #fedb66;
  border-top: 5px #f93 solid;
  border-bottom: 5px #6A3906 solid;
}


/* mainimg
-------------------------------------------------------*/

#mainimg {
  width: 960px;
  height: 459px;
  margin: 0 auto;
  background: url(../img/bg_mainimg.png) 0 0 no-repeat;
  position: relative;
}

#mainimg h1 {
  color: #ffff66;
  font-size: 54px;
  font-weight: bold;
  position: absolute;
  left: 243px;
  top: 12px;
  text-shadow:
    0 3px 0 #090,
    3px 0 0 #090,
    0 -3px 0 #090,
    -3px 0 0 #090,
    -3px -3px 0 #090,
    3px -3px 0 #090,
    -3px 3px 0 #090,
    3px 3px 0 #090;
}

#sp-h1 {
  color: #ffff66;
  font-size: 54px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 12px;
  text-shadow:
    0 3px 0 #090,
    3px 0 0 #090,
    0 -3px 0 #090,
    -3px 0 0 #090,
    -3px -3px 0 #090,
    3px -3px 0 #090,
    -3px 3px 0 #090,
    3px 3px 0 #090;
}

#mainimg h1 span {
  font-size: 36px;
}

#mainimg p.txt_01 {
  position: absolute;
  left: 235px;
  top: 98px;
}

#mainimg p.txt_02 {
  position: absolute;
  left: 233px;
  top: 143px;
}

#mainimg p.tokyo {
  color: #fb841b;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  width: 162px;
  height: 61px;
  background: url(../img/bg_mainimg_tokyo.png) 0 0 no-repeat;
  position: absolute;
  left: 32px;
  top: 110px;
}


/* entry1
-------------------------------------------------------*/

#entry1 {
  width: 910px;
  height: 320px;
  margin: -175px auto 33px;
  background: url(../img/bg_entry1.png) center 0 no-repeat;
  position: relative;
}

#entry1 h2 {
  position: absolute;
  right: 12px;
  top: 10px;
}

#entry1 p.txt_01 {
  position: absolute;
  left: 40px;
  top: 36px;
}

#entry1 p.txt_02 {
  position: absolute;
  left: 40px;
  top: 88px;
}

#entry1 p.txt_03 {
  position: absolute;
  left: 40px;
  top: 135px;
}

#entry1 p.btn {
  position: absolute;
  left: 155px;
  top: 191px;
}


/* kentou
-------------------------------------------------------*/

#kentou {
  width: 960px;
  margin: 0 auto 25px;
  padding: 0 0 35px;
  background: #fff;
  border-radius: 25px;
}

#kentou h2 {
  margin: 0 0 13px;
}

#kentou p {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 35px 20px;
}

#kentou ol {
  width: 899px;
  margin: 0 0 0 61px;
}

#kentou ol:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#kentou li {
  float: left;
}


/* menu
-------------------------------------------------------*/

#menu {
  width: 960px;
  margin: 0 auto 110px;
  padding: 0 0 25px;
  background: #fff;
  border: 10px #009999 solid;
  border-radius: 25px;
}

#menu h2 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin: 0 0 35px;
  padding: 0 0 5px;
  background: #009999;
}

#menu dl {
  font-size: 20px;
  width: 900px;
  margin: 0 0 10px 40px;
}

#menu dl:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#menu dt {
  width: 4.5em;
  clear: left;
  float: left;
}

#menu dt span {
  padding: 0 5px;
  display: inline-block;
}

#menu dt.txt_01 span {
  background: #99CCFF;
}

#menu dt.txt_02 span {
  background: #F19EC2;
}

#menu dt.txt_03 span {
  background: #B3D465;
}

#menu dt.txt_04 span {
  background: #F6B37F;
}

#menu dd {
  margin: 0 0.5em 0 0;
  float: left;
}

#menu dd:after {
  content: " |"
}

#menu dd:last-child:after {
  content: ""
}

#menu dd a {
  color: #000;
}


/* entry2
-------------------------------------------------------*/

#entry2 {
  width: 960px;
  margin: 0 auto 38px;
  padding: 65px 0 30px;
  background: #FFF8E0;
  border-radius: 25px;
  position: relative;
}

#entry2 h2 {
  position: absolute;
  top: -78px;
}

#entry2>section {
  width: 900px;
  height: 295px;
  margin: 0 auto;
  padding: 5px 0 0;
  background: url(../img/bg_entry2.png) 0 0 no-repeat;
  position: relative;
}

#entry2 h3 {
  margin: 0 0 10px 25px;
}

#entry2 p.flow {
  position: absolute;
  left: 372px;
  top: 23px;
}

#entry2 form {
  width: 834px;
  height: 176px;
  margin: 0 auto 5px;
  position: relative;
}

#entry2 form select {
  color: #717171;
  font-size: 24px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 255px;
  height: 52px;
  padding: 0 10px;
  /*  border:5px #F6F4E7 solid;*/
  border-radius: 10px;
  position: absolute;
  top: 0;
}

#entry2 form select.select_01 {
  left: 0;
}

#entry2 form select.select_02 {
  left: 290px;
}

#entry2 form select.select_03 {
  right: 0;
}

.select_option {
  border: #FF0000 solid 7px;
  color: #000000;
  -webkit-animation: blink 0.5s ease-in-out infinite alternate;
  animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    border-color: rgba(255, 0, 0, 0);
  }

  100% {
    border-color: rgba(255, 0, 0, 1);
  }
}

@keyframes blink {
  0% {
    border-color: rgba(255, 0, 0, 0);
  }

  100% {
    border-color: rgba(255, 0, 0, 1);
  }
}

.mitsumori_button_red {
  border: #FF0000 solid 7px;
  -webkit-animation: blink 0.5s ease-in-out infinite alternate;
  animation: blink 0.5s ease-in-out infinite alternate;
}

#entry2 form input {
  position: absolute;
  left: 122px;
  top: 92px;
}

#entry2 p.txt {
  color: #663300;
  font-size: 20px;
  text-align: center;
}

.txt_ander_button {
  padding-top: 15px;
}

/* point
-------------------------------------------------------*/

#point {
  width: 960px;
  margin: 0 auto 19px;
  background: #fff;
  border-radius: 25px;
}

#point h2 {
  margin: 0 0 11px;
}

#point section.box {
  width: 900px;
  margin: 0 auto 11px;
  background: #FBF1DF;
}

#point section.box:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#point section.box_01 {
  padding: 0 0 3px;
}

#point section.box_02 {
  padding: 0 0 18px;
}

#point section.box_03 {
  padding: 0 0 15px;
}

#point section.box_04 {
  margin-bottom: 28px;
  padding: 0 0 15px;
}

#point section.box h3 {
  color: #330000;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  width: 710px;
  height: 90px;
  margin: 0 0 18px;
  padding: 25px 0 0 192px;
  position: relative;
  left: -2px;
}

#point section.box_01 h3 {
  background: url(../img/h_point_01.png) 0 0 no-repeat;
}

#point section.box_02 h3 {
  background: url(../img/h_point_02.png) 0 0 no-repeat;
}

#point section.box_03 h3 {
  background: url(../img/h_point_03.png) 0 0 no-repeat;
}

#point section.box_04 h3 {
  background: url(../img/h_point_04.png) 0 0 no-repeat;
}

#point section.box h3 span {
  color: #cc3300;
  font-size: 28px;
  display: block;
}

#point section.box_01 div.txt {
  width: 515px;
  padding: 8px 0 0 29px;
  float: left;
}

#point section.box_02 div.txt {
  width: 515px;
  padding: 8px 22px 0 0;
  float: right;
}

#point section.box_03 div.txt {
  width: 515px;
  padding: 0 0 0 20px;
  float: left;
}

#point section.box_04 div.txt {
  width: 515px;
  padding: 0 22px 0 0;
  float: right;
}

#point section.box div.txt p {
  font-size: 20px;
  line-height: 1.65;
}

#point section.box_01 div.txt p {
  margin: 0 0 30px;
}

#point section.box div.txt strong {
  color: #c30;
  font-weight: normal;
}

#point section.box_01 p.pic {
  width: 330px;
  padding: 0 3px 0 0;
  float: right;
}

#point section.box_02 p.pic {
  width: 330px;
  padding: 30px 0 0 20px;
  float: left;
}

#point section.box_03 p.pic {
  width: 330px;
  padding: 2px 1px 0 0;
  float: right;
}

#point section.box_04 p.pic {
  width: 330px;
  padding: 0 0 0 15px;
  float: left;
}


/* entry3
-------------------------------------------------------*/

#entry3 {
  width: 910px;
  height: 347px;
  margin: 0 auto 33px;
  background: url(../img/bg_entry1.png) center 0 no-repeat;
  position: relative;
}

#entry3 h2 {
  position: absolute;
  right: 12px;
  top: 10px;
}

#entry3 p.txt_01 {
  position: absolute;
  left: 40px;
  top: 36px;
}

#entry3 p.txt_02 {
  position: absolute;
  left: 40px;
  top: 88px;
}

#entry3 p.txt_03 {
  position: absolute;
  left: 40px;
  top: 135px;
}

#entry3 p.btn {
  position: absolute;
  left: 155px;
  top: 191px;
}

/* comment
-------------------------------------------------------*/

#comment {
  text-align: center;
}


/* footer
-------------------------------------------------------*/

footer {
  width: 980px;
  padding: 35px 0;
  margin: 0 auto;
}

footer nav {
  width: 980px;
  margin: 0 0 40px;
}

footer nav h2 {
  color: #7e6b5a;
  font-size: 20px;
  margin: 0 0 20px;
}

footer nav dl {
  font-size: 20px;
  width: 980px;
  margin: 0 0 5px;
}

footer nav dl:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

footer nav dt {
  color: #fff;
  width: 8.5em;
  clear: left;
  float: left;
}

footer nav dt span {
  padding: 0 5px;
  background: #9B8775;
  display: inline-block;
}

footer nav dd {
  color: #7b6a5a;
  margin: 0 0.5em 0 0;
  float: left;
}

footer nav dd:after {
  content: " |"
}

footer nav dd:last-child:after {
  content: ""
}

footer nav dd a {
  color: #7b6a5a;
}

footer address {
  font-size: 20px;
  font-style: normal;
}

#area {
  background: #fff none repeat scroll 0 0;
  border-radius: 25px;
  margin: 0 auto 19px;
  width: 960px;
  padding: 10px;
  height: 150px;
  overflow: auto;
}

.area-h2 {
  font-size: 12px;
  color: #8E8E8E;
  margin-left: 50px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.area-table {
  width: 880px;
  font-size: 12px;
  color: #8E8E8E;
  margin-left: 50px;
  margin-bottom: 20px;
}

/* form
-------------------------------------------------------*/

#formt {
  width: 900px;
  margin: 0 auto 20px auto;
  padding-top: 50px;
  border-collapse: collapse;
}

#formt tr td .title {
  font-size: 22px;
  font-weight: bold;
  height: 80px;
}

#formt tr td label {
  white-space: nowrap;
}

.nohissu-input {
  width: 500px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #999999;
  background: none repeat scroll 0 0;
  font-size: 18px;
  padding-left: 10px;
}

.hissu-input {
  width: 500px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #fca6af;
  font-size: 18px;
  padding-left: 10px;
}

.contact-input {
  width: 450px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #999999;
  font-size: 18px;
  padding-left: 10px;
}

.final-confirm {
  font-size: 16px;
  margin-bottom: 10px;
}

#formt tr .titles {
  height: 110px;
  vertical-align: middle;
}

#formt tr .hissu {
  vertical-align: middle;
  border-right: 1px solid #CCC;
}

#formt tr td textarea {
  height: 80px;
  width: 500px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #999999;
}

#formt tr td {
  border-top: 1px solid #CCC;
}

.hissu-p {
  width: 48px;
  color: #0982d9;
  text-decoration: underline;
  font-size: 14px;
  margin-right: 15px;
  padding-left: 6px
}

#formt #1st-title {
  padding-top: 20px;
  height: 50px;
}

#form-fini {
  height: 113px;
  margin-left: auto;
  margin-right: auto;
  width: 378px;
}

#form-fini input {
  background: none repeat scroll 0 0 #029502;
  border: medium none;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 14px 0;
  width: 10.5em;
  text-align: center;
}

.form .button {
  height: 100px;
  float: left;
  margin-left: 52px;
  margin-top: 20px;
}

.form .title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}

.form-box .sankaku {
  color: #FFF;
  width: 56px;
  font-size: 20px;
  padding: 10px 0 0 12px;
}

.form .form-box-text li {
  color: #fff;
  float: left;
  font-size: 26px;
  padding-top: 20px;
  width: 265px;
}

.form .form-box-text {
  margin-left: 100px;
}

.sankaku-fini {
  font-size: 24px;
  color: #FFF;
  border: none;
  text-align: center;
  clear: left;
  height: 10px;
}

.txt_001 {
  font-size: 16px;
}

/*formエラーメッセージ用*/
.form_error {
  color: #f00;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 5px;
}

tr td label {
  margin-right: 10px;
}

tr td input {
  width: 30px;
  height: 20px;
}

.thanks {
  width: 950px;
  margin: 10px auto 10px auto;
}

#kiyaku {
  width: 100%;
  border-bottom: 1px solid #dbdada;
  border-top: 1px solid #dbdada;
  margin-bottom: 20px;
}

#kiyaku p {
  font-size: 12px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

#thanks {
  padding: 50px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

#reform-points-house,
#reform-points-bathroom,
#reform-points-interior,
#reform-points-outside,
#reform-points-other {
  border-bottom: 1px solid #ccc;
  width: inherit;
}

.reform-points-label,
.reform-points-value {
  display: block;
}

.reform-points-label {
  width: 110px;
  background-color: #f7f6f6;
  padding-left: 30px;
  font-weight: bold;
  float: left;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.reform-points-value {
  width: 500px;
  float: right;
}

.reform-points-value label {
  display: block;
  float: left;
  width: 160px;
  margin: 0px;
  padding: 0px;
}

#reform-points-outside .reform-points-value label {
  width: 240px;
}

#bosyu-main {
  width: 960px;
  ;
  margin-left: auto;
  padding: 25px;
  margin-right: auto;
}

.gyoushua_link_btn {
  float: right;
  width: 180px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #00a300;
  color: #fff;
  border-radius: 8px;
  padding: 10px 6px 10px 16px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.gyoushua_link_btn:hover {
  opacity: 1;
}

header .gyoushua_link_btn {
  margin-right: 20px;
}

.gyoushua_link_text {
  float: left;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.gyoushua_link_btn .arrow {
  float: right;
  margin-top: 18px;
}

/********** 2022-08-30 **********/
.privacy {
  padding: 2em;
  margin-left: auto;
  font-size: 16px;
  margin-right: auto;
  max-width: 900px;
}

.privacy .box h2 {
  margin-bottom: 1em;
  font-weight: bold;
  padding: 0.2em 0.5em;
  font-size: 1.2em;
  color: #ff9400;
  line-height: 1.6;
  border-bottom: 3px solid #ff9400;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 177, 76, 1)), to(rgba(192, 224, 108, 0)));
  background: linear-gradient(to bottom, rgba(255, 177, 76, 1) 0%, rgba(192, 224, 108, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb14c', endColorstr='#00c0e06c', GradientType=0);

}

.privacy .sentence {
  margin-bottom: 30px;
  font-size: 0.9em;
}

.privacy-box-title {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.border-box {
  margin: 0.5em 0;
  padding: 1em;
  border: 1px solid black;
}

.list-dot {
  padding-left: 1em;
  list-style-position: inside;
  list-style-type: disc;
}

.list-dot li {
  list-style: initial;
}

.list-order {
  margin: 0.5em 0;
}

.list-order>li+li {
  margin-top: 1em;
}

.list-order-02 {
  margin-left: 1em;
}

.table-privacy {
  width: 100%;
  margin: 0.5em 0;
  border: 1px solid black;
  border-collapse: collapse;
}

.table-privacy tr+tr {
  border-top: 1px solid black;
}

.table-privacy tr th,
.table-privacy tr td {
  width: 50%;
  padding: 1em;
}

.table-privacy tr th+td {
  border-left: 1px solid black;
}

.sign {
  margin: 1em 0;
  font-size: initial;
}

@media (max-width: 599px) {

  .table-privacy tr th,
  .table-privacy tr td {
    padding: 1em 0.5em;
    font-size: 14px;
  }
}

/* ##### ヒロミ用css ##### */
/* body#indexに.hiromiのクラス名を追加したindex_h.htmlのみに適用 */
.hiromi #mainimg {
  background: url(../img/bg_mainimg_hiromi.png) 0 0 no-repeat;
}

.hiromi #entry1 {
  margin-top: -65px;
}

.hiromi #mainimg h1 {
  left: 35px;
  top: 77px;
  line-height: .7;
  font-size: 70px;
}

.hiromi #mainimg p.txt_01 {
  left: 28px;
  top: 221px;
}

.hiromi #mainimg p.txt_02 {
  left: 29px;
  top: 263px;
}

.hiromi #mainimg p.tokyo {
  top: 60px;
  display: none;
}

.hiromi #point section.box_01 h3 {
  background: url(../img/h_point_hiromi_01.png) 0 0 no-repeat;
}

.hiromi #point section.box_02 h3 {
  background: url(../img/h_point_hiromi_02.png) 0 0 no-repeat;
}

.hiromi #point section.box_03 h3 {
  background: url(../img/h_point_hiromi_03.png) 0 0 no-repeat;
}

.hiromi #point section.box_04 h3 {
  background: url(../img/h_point_hiromi_04.png) 0 0 no-repeat;
}