@charset "UTF-8";
/* CSS Document */


#main2 {
 background: #FFE173;
}

#bnr_sec {
  background-color: #FFC6CB;
  padding: 34px 0;
}

#bnr_sec li {
  width: 185px;
}

.gmap {
  position: relative;
  padding-bottom: 52.5%;
  height: 0;
  overflow: hidden;
}

.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*====================================================================================
■Content
====================================================================================*/

#content {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}

.scall {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
}

@media screen and (max-width: 736px) {
  #content {
    margin-bottom: 0;
  }
}


/*====================================================================================
■Clumb
====================================================================================*/

#underconstruction {
  padding: 50px 0 200px;
  text-align: center;
}

#underconstruction img {
  width: 100px;
  height: auto;
  margin-top: 50px;
}

#crumb {
  font-family: "Meiryo", "メイリオ";
  background: #ededed;
}

#crumb li {
  float: left;
  margin-right: 17px;
  font-size: 10px;
  position: relative;
  color: #000;
}

#crumb li:before {
  content: ">";
  position: absolute;
  right: -13px;
  top: 0px;
}

#crumb li:last-child:before {
  display: none;
}

#crumb a {
  color: #000;
  text-decoration: none;
}

#crumb a:hover {
  text-decoration: underline;
}

.crumb ul .home a {
  padding-left: 1.5em;
  background-size: 25%;
  background-color: #dddddd;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #777;
}

.pc {
  padding-left: 150px;
  background-size: 25%;
  background-color: #dddddd;
}
/*====================================================================================
■tcTitle
====================================================================================*/

#tcTitle {
  position: relative;
  width: 100%;
  height: 220px;
  background-color: #333;
}


#tcTitle h2 {
  width: 100%;
  font-size: 4.5rem;
  font-weight: bold;
  color: #FFF;
  /*color: #0d0d0d;*/
  line-height: 1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -20%);
  text-align: center;
}

#tcTitle h2 span {
  font-size: 1.6rem;
  margin-top: 10px;
}
 

@media screen and (max-width: 736px) {
  #tcTitle {
    height: 140px;
	margin-top: 60px;
  }
  #tcTitle h2 {
    font-size: 2.5rem;
  }
  #tcTitle h2 span {
    font-size: 1.4rem;
  }
  #tcTitle::after {
    top: 10%;
  }
  #tcTitle::after {
    top: 10%;
  }
  #tcTitle.works {
    height: 45.8vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #tcTitle.works::after {
    display: none;
  }
  #tcTitle.works h2 {
    font-size: 3.1rem;
    transform: translate(-50%, -50%);
  }
  #tcTitle.works h2 span {
    font-size: 1.6rem;
  }
}


/*====================================================================================
■CONTACT
====================================================================================*/

#contact {
  padding: 0px 0.5em;
}

#contact .c_tel_box {
  /*background: #efffff;*/
  width: 700px;
  margin: 0 auto 70px;
  padding: 10px;
  border-radius: 10px;
  border: 3px solid #0d0d0d;
  box-sizing: content-box;
  text-align: center;
}

#contact .c_tel {
  position: relative;
  padding: 20px;
  padding-right: 100px;
  background-image: url(../contact/images/img01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

#contact .c_tel .tel {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

#contact .c_tel p {
  font-size: 1.4rem;
  line-height: 1.5;
}

#contact h3 {
  font-size: 2.2rem;
  border-bottom: 1px solid #0d0d0d;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#contact .bloc_ttl h3 {
  border-left: 8px solid #0060bb;
  padding-left: 10px;
  text-align: left;
  margin-top: 30px;
  font-size: 2.0rem;
}

#contact .lead {
  margin-bottom: 30px;
  text-align: left;
}

#contact .lead a {
  text-decoration: underline;
}

#contact .lead_s {
  border-bottom: 1px dotted #666;
  padding: 0;
}

#contact .lead p {
  font-size: 1.3em;
  margin-bottom: 10px;
  padding: 30px;
}


#contact p.btn_label {
  position: absolute;
  top: 46px;
  width: 100%;
  color: #fff;
}

#contact .btn_wrp {
  position: relative;
}

#contact .bloc_ttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 0;
}

#contact fieldset {
  margin: 20px 10px;
  border: 1px solid #ccc;
  padding: 10px 20px;
}

#contact fieldset ul li {
  position: relative;
  padding-left: 20px;
}

#contact fieldset ul li::before {
  position: absolute;
  display: block;
  content: '●';
  left: 0;
  color: #0d0d0d;
}

#contact .pp_body {
  border-bottom: 1px dashed #ccc;
  padding: 30px 0;
}



@media screen and (max-width:736px) {
  #contact .c_tel_box {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  #contact .c_tel {
    width: 100%;
    padding: 0;
    background: none;
  }
  #contact .c_tel .tel {
    width: 100%;
    font-size: 2.2rem;
  }
  #contact .c_tel p {
    font-size: 1.4rem;
  }
  #contact .lead {
    padding: 0 15px;
  }
  #contact .lead::before {
    top: -17vw;
    width: 20vw;
    background-size: contain;
  }
  #contact h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
  }
  #contact h3.form_img::before {
    display: none;
  }
  #contact .lead p {
    text-align: left;
  }
  .page_contact .lead {
    padding-bottom: 30px;
  }
 
  #contact .tel_box_s {
    position: relative;
    height: 200px;
  }
  #contact .tel_box_s .tel {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #contact .tel_box_s .tel .num {
    text-align: center;
    position: relative;
    color: #df0615;
    font-size: 3.0rem;
    padding-left: 0;
  }
  #contact .tel_box_s .tel .time {
    text-align: center;
    font-weight: bold;
  }
  #contact .tel_box_s .tel .num::before {
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 50%;
    margin-left: -4.5em;
  }
}