/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*  
    Created on : 2015/03/31, 14:41:12
    Author     : digila5
*/
/*** base color ***/
/* base background color */
/* base font color */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* default style */
html, body {
  font-size: 10px;
  line-height: 1;
  background: #fff;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, Osaka, "MS PGothic", sans-serif;
  margin: 0;
}

body, a {
  color: #381B15;
}

a, p {
  margin: 0;
  padding: 0;
}

a img:hover, a:hover, a:focus {
  opacity: 0.8;
}

a:hover, a:focus {
  text-decoration: none;
  color: #70362a;
}

.row.no_gap {
  margin-left: 0;
  margin-right: 0;
}
.row.no_gap .col-xs-1, .row.no_gap .col-sm-1, .row.no_gap .col-md-1, .row.no_gap .col-lg-1, .row.no_gap .col-xs-2, .row.no_gap .col-sm-2, .row.no_gap .col-md-2, .row.no_gap .col-lg-2, .row.no_gap .col-xs-3, .row.no_gap .col-sm-3, .row.no_gap .col-md-3, .row.no_gap .col-lg-3, .row.no_gap .col-xs-4, .row.no_gap .col-sm-4, .row.no_gap .col-md-4, .row.no_gap .col-lg-4, .row.no_gap .col-xs-5, .row.no_gap .col-sm-5, .row.no_gap .col-md-5, .row.no_gap .col-lg-5, .row.no_gap .col-xs-6, .row.no_gap .col-sm-6, .row.no_gap .col-md-6, .row.no_gap .col-lg-6, .row.no_gap .col-xs-7, .row.no_gap .col-sm-7, .row.no_gap .col-md-7, .row.no_gap .col-lg-7, .row.no_gap .col-xs-8, .row.no_gap .col-sm-8, .row.no_gap .col-md-8, .row.no_gap .col-lg-8, .row.no_gap .col-xs-9, .row.no_gap .col-sm-9, .row.no_gap .col-md-9, .row.no_gap .col-lg-9, .row.no_gap .col-xs-10, .row.no_gap .col-sm-10, .row.no_gap .col-md-10, .row.no_gap .col-lg-10, .row.no_gap .col-xs-11, .row.no_gap .col-sm-11, .row.no_gap .col-md-11, .row.no_gap .col-lg-11, .row.no_gap .col-xs-12, .row.no_gap .col-sm-12, .row.no_gap .col-md-12, .row.no_gap .col-lg-12, .row.no_gap .col-xs-13, .row.no_gap .col-sm-13, .row.no_gap .col-md-13, .row.no_gap .col-lg-13, .row.no_gap .col-xs-14, .row.no_gap .col-sm-14, .row.no_gap .col-md-14, .row.no_gap .col-lg-14, .row.no_gap .col-xs-15, .row.no_gap .col-sm-15, .row.no_gap .col-md-15, .row.no_gap .col-lg-15, .row.no_gap .col-xs-16, .row.no_gap .col-sm-16, .row.no_gap .col-md-16, .row.no_gap .col-lg-16, .row.no_gap .col-xs-17, .row.no_gap .col-sm-17, .row.no_gap .col-md-17, .row.no_gap .col-lg-17, .row.no_gap .col-xs-18, .row.no_gap .col-sm-18, .row.no_gap .col-md-18, .row.no_gap .col-lg-18, .row.no_gap .col-xs-19, .row.no_gap .col-sm-19, .row.no_gap .col-md-19, .row.no_gap .col-lg-19, .row.no_gap .col-xs-20, .row.no_gap .col-sm-20, .row.no_gap .col-md-20, .row.no_gap .col-lg-20, .row.no_gap .col-xs-21, .row.no_gap .col-sm-21, .row.no_gap .col-md-21, .row.no_gap .col-lg-21, .row.no_gap .col-xs-22, .row.no_gap .col-sm-22, .row.no_gap .col-md-22, .row.no_gap .col-lg-22, .row.no_gap .col-xs-23, .row.no_gap .col-sm-23, .row.no_gap .col-md-23, .row.no_gap .col-lg-23, .row.no_gap .col-xs-24, .row.no_gap .col-sm-24, .row.no_gap .col-md-24, .row.no_gap .col-lg-24 {
  padding-left: 0;
  padding-right: 0;
}

/* font-size */
@media (max-width: 479px) {
  html, body {
    font-size: 8px;
  }
}
#page-top {
  position: absolute;
  z-index: 999999;
  bottom: 80%;
  right: 20px;
  padding: 0;
}
#page-top:hover {
  opacity: 0.8;
}

header {
  font-size: 1.2rem;
  color: #E57673;
  margin-top: 1rem;
}
header .container-fluid {
  padding: 0;
  background: #fff;
}
header .logo {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
header .logo a .img-responsive {
  display: inline-block;
}
header .tel {
  position: relative;
  z-index: 9999;
}
header .tel .tel_no {
  padding-left: 30px;
  font-size: 220%;
  font-weight: bold;
}
header .tel .tel_no span {
  font-size: 130%;
}
header .tel .tel_no:before {
  content: "";
  position: absolute;
  z-index: -9999;
  width: 30px;
  height: 30px;
  background: url(../img/icon_navi_header.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
}
header .tel .time {
  color: #381B15;
  font-size: 130%;
  margin-top: 0.5rem;
}
header .tel a {
  color: #E57673;
}
header .bg.fixed_nav {
  top: 0;
}
header .bg.fixed_nav ul li a {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
header .bg .navbar {
  margin-bottom: 0;
}
header .fixed_nav {
  font-size: 150%;
  position: fixed;
  z-index: 99999;
  width: 100%;
}
header .fixed_nav .container-fluid {
  background: #E57673;
}
header .fixed_nav ul li a {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  color: #fff !important;
  padding: 2rem 2rem;
  border-left: #ED9E98 solid 1px;
}
header .fixed_nav ul li:first-child a {
  border-left: none;
}

/* header */
/* slide style */
#slide {
  background: #D8BDAB;
  padding-top: 6rem;
}
#slide #carousel {
  margin-bottom: 80px;
  width: 100%;
}
#slide #carousel ol.carousel-indicators {
  width: 100%;
  left: 0;
  margin-left: 0;
  bottom: -45px;
}
#slide #carousel ol.carousel-indicators li {
  width: 24%;
  height: 30px;
  border: none;
  border-radius: 0;
}
#slide #carousel ol.carousel-indicators .active {
  background-color: transparent;
}

/* slide */
.mg_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mg_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .mg_40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* default contents style */
#contents {
  font-size: 1.8rem;
  /* title style */
}
#contents .container-fluid {
  padding: 0;
}
#contents .container-fluid .title_bg {
  font-size: 200%;
  background: url(../img/img_title_bg01.png) no-repeat;
  background-size: 100% 100%;
}
#contents .container-fluid .title_bg .title {
  height: 230px;
  font-weight: bold;
  color: #774836;
  padding-top: 5%;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-shadow: white 2px 2px 5px;
}
#contents .container-fluid .title_bg .title.chumoku {
  position: relative;
  z-index: 9999;
}
#contents .container-fluid .title_bg .title.chumoku:before {
  content: "";
  position: absolute;
  z-index: -9999;
  width: 3em;
  height: 3em;
  background: url(../img/icon_chumoku.png) no-repeat;
  background-size: 100% 100%;
  left: 1.5em;
  top: 2rem;
}
#contents .container-fluid .title_bg .title.two_line {
  padding-top: 3%;
}
#contents .top_img {
  margin-top: 7rem;
  margin-bottom: 2rem;
}
#contents .banner01 {
  margin: 2rem auto;
}
#contents .campaign {
  background: #B79A8D;
  margin-top: 2rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
#contents .contents01 {
  font-size: 2.8rem;
}
#contents .contents01 .title {
  background: url(../img/img_bg01.png);
}
#contents .contents01 .aisatsu_area {
  background: #fff;
  margin-bottom: 4rem;
}
#contents .contents01 .aisatsu_area h2 {
  position: relative;
  z-index: 9999;
  font-size: 170%;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #774836;
  padding-left: 0.8em;
  padding-bottom: 0.3em;
  margin-top: 4rem;
  border-bottom: #E57673 solid 2px;
}
#contents .contents01 .aisatsu_area h2:before {
  content: "";
  position: absolute;
  z-index: -9999;
  width: 1.4em;
  height: 1.4em;
  background: #F4DCC9;
  top: -1rem;
  left: 0;
}
#contents .contents01 .aisatsu_area .aisatsu {
  line-height: 1.5em;
  background: url(../img/img_contents01_03.jpg) no-repeat right;
  background-size: auto 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  text-shadow: white 2px 2px 3px, white 2px -2px 3px, white -2px 2px 3px, white -2px -2px 3px;
}
#contents .contents01 .bottom_area {
  background: url(../img/img_bg01.png);
}
#contents .contents01 .bottom_area iframe {
  width: 100% !important;
  margin-top: -3rem;
  margin-bottom: 2rem;
}
#contents .contents01 .bottom_area iframe div {
  width: 100% !important;
}
#contents #about.container-fluid {
  background: #B9A48D;
  padding-bottom: 4rem;
}
#contents #about .container {
  background: url(../img/img_bg02.png);
  background-size: 100% 100%;
  margin-top: 5rem;
}
#contents #about .container .img01 {
  width: 25%;
  margin-top: 4rem;
  margin-left: 4rem;
  margin-bottom: 2rem;
}
#contents #about .container .map {
  width: 85%;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
#contents #about .container .map p {
  position: relative;
  z-index: 9999;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#contents #about .container .map p:before {
  content: "";
  position: absolute;
  z-index: -9999;
  width: 30px;
  height: 30px;
  background: #BEE3D4;
  left: -10px;
  top: -10px;
}
#contents #about .container .map iframe {
  width: 100%;
}
#contents #about .container .table {
  border: #BEE3D4 solid 2px;
  width: 80%;
  margin: 0 auto;
}
#contents #about .container .table tr th {
  padding-left: 2rem;
  background: #BEE3D4;
  border-top: #66AD8E solid 1px;
}
#contents #about .container .table tr td {
  border-top: #66AD8E solid 1px;
}
#contents #about .container .table tr td.com_name {
  font-size: 150%;
  font-weight: bold;
}
#contents #about .container .table tr dl {
  margin: 1rem;
  width: 100%;
}
#contents #about .container .table tr dl dt {
  float: left;
  clear: left;
  font-weight: normal;
}
#contents #about .container .table tr dl dd {
  float: left;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
#contents .banner_shindan {
  position: relative;
}
#contents .banner_shindan .btn_shindan_small {
  width: 55%;
  position: absolute;
  bottom: 8%;
  left: 10%;
}

/* ordermade style */
#contents.ordermade .ordermade_contents01 {
  font-size: 2rem;
  background: #F4DCC9;
  padding-bottom: 4rem;
}
#contents.ordermade .ordermade_contents01 .teian_area {
  background: url(../img/img_bg02.png);
  background-size: 100% 100%;
  padding-top: 4rem;
  padding-bottom: 6rem;
  margin-top: 2rem;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian {
  width: 90%;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box1 {
  margin-right: 4rem;
  background: url(../img/img_02.png) no-repeat right bottom;
  background-size: auto 100%;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box1 h2 {
  letter-spacing: 0.1em;
  font-size: 140%;
  font-weight: bold;
  background: url(../img/img_line02.png) no-repeat left bottom;
  background-size: 100%;
  color: #774836;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box1 h2:last-child {
  margin-left: 50%;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box1 h2 span {
  font-size: 150%;
  color: #FB5309;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box2 {
  background: url(../img/img_bg04.jpg) no-repeat right top;
  background-size: auto 100%;
  margin-top: 1rem;
  margin-left: 6rem;
  padding-top: 2rem;
  margin-bottom: 1rem;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box2 p {
  margin-bottom: 2rem;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box2 p span {
  font-size: 140%;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box2 p span.cl_01 {
  color: #42A587;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box2 p span.cl_02 {
  color: #4E94C7;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box2 p span.cl_03 {
  color: #B72A3C;
  text-shadow: white 3px 3px 5px, white 3px -3px 5px, white -3px 3px 5px, white -3px -3px 5px;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box2 p span.cl_04 {
  color: #FB5309;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box3 {
  width: 80%;
  padding: 4rem 6rem;
  background: url(../img/img_ordermade_contents01_2.png) no-repeat right bottom;
  background-size: 100% 100%;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box3 p {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: white 3px 3px 5px, white 3px -3px 5px, white -3px 3px 5px, white -3px -3px 5px;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box3 p span {
  font-size: 140%;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box3 p span.cl_01 {
  color: #E57673;
}
#contents.ordermade .ordermade_contents01 .teian_area .teian .box3 p span.cl_02 {
  color: #42A587;
  font-size: 170%;
  letter-spacing: 0.1em;
}
#contents.ordermade .ordermade_contents02 {
  font-size: 2rem;
  background: transparent;
  padding-bottom: 4rem;
}
#contents.ordermade .ordermade_contents02 .riyuu {
  background: url(../img/img_line.png) no-repeat center bottom;
  font-size: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
#contents.ordermade .ordermade_contents02 .riyuu .riyuu_detail {
  margin-top: 2rem;
}
#contents.ordermade .ordermade_contents02 .riyuu .riyuu_detail p {
  line-height: 2;
  font-weight: bold;
}
#contents.ordermade .ordermade_contents03 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  background: url(../img/img_bg03.png);
}
#contents.ordermade .ordermade_contents03 .title {
  font-size: 80%;
}
#contents.ordermade .ordermade_contents03 .kodawari {
  height: 300px;
  margin: 1rem;
  background: url(../img/img_kodawari_bg01.png) no-repeat;
  background-size: 100% 100%;
  display: table;
}
#contents.ordermade .ordermade_contents03 .kodawari.kodawari_bg02 {
  background: url(../img/img_kodawari_bg02.png) no-repeat;
  background-size: 100% 100%;
}
#contents.ordermade .ordermade_contents03 .kodawari.kodawari_bg03 {
  background: url(../img/img_kodawari_bg03.png) no-repeat;
  background-size: 100% 100%;
}
#contents.ordermade .ordermade_contents03 .kodawari.kodawari_bg04 {
  background: url(../img/img_kodawari_bg04.png) no-repeat;
  background-size: 100% 100%;
}
#contents.ordermade .ordermade_contents03 .kodawari p {
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 4rem;
  display: table-cell;
  vertical-align: middle;
}
#contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku {
  background: url(../img/img_ordermade_contents03_bg02.png) no-repeat center top;
  background-size: 100% 100%;
}
#contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku h2 {
  background: url(../img/img_ordermade_contents03_bg03.png) no-repeat center top;
  background-size: 60% 100%;
  font-size: 150%;
  font-weight: bold;
  color: #774836;
  line-height: 1.4em;
}
#contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku h2 span {
  font-size: 120%;
  color: #FB5309;
}
#contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list {
  font-size: 140%;
  font-weight: normal;
  padding-top: 4rem;
  padding-left: 2rem;
}
#contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul {
  width: 65%;
  padding-bottom: 6rem;
}
#contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul li {
  border-bottom: #EAAEAC solid 2px;
  line-height: 1.4;
  margin-top: 0.2em;
}
#contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul li span {
  position: relative;
  z-index: 9999;
  color: #fff;
  padding-right: 0.7em;
}
#contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul li span:before {
  content: "";
  position: absolute;
  background: #79C1AE;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: -9999;
  left: -0.4em;
}
#contents.ordermade .staff {
  font-size: 1.6rem;
  background: #FAF4E6;
}
#contents.ordermade .staff .title_bg {
  background: #ED9E98;
}
#contents.ordermade .staff .title_bg .title {
  padding: 0;
  height: auto;
}
#contents.ordermade .staff .staff_info_box {
  background: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: #B9A48D solid 2px;
  border-radius: 3px;
}
#contents.ordermade .staff .staff_info_box img {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
#contents.ordermade .staff .staff_info_box h3 {
  background: #42A587;
  color: #fff;
  font-size: 130%;
  padding: 1rem 1rem;
  margin-top: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
#contents.ordermade .staff .staff_info_box dl {
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
#contents.ordermade .staff .staff_info_box dl dt {
  float: left;
  clear: left;
  line-height: 30px;
}
#contents.ordermade .staff .staff_info_box dl dd {
  float: left;
  padding-left: 2rem;
  line-height: 30px;
}
#contents.ordermade .staff .staff_info_box dl.name {
  margin-top: 2rem;
  font-size: 150%;
}
#contents.ordermade .staff .staff_info_box dl.name dd {
  color: #B9A48D;
  font-size: 50%;
}
#contents.ordermade .staff .staff_info_box dl.msg {
  margin-left: 1rem;
  margin-top: 1rem;
}
#contents.ordermade .staff .staff_info_box dl.msg dt {
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 2rem;
  border-top: #42A587 solid 1px;
  width: 25%;
  min-width: 4em;
}
#contents.ordermade .staff .staff_info_box dl.msg dd {
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: #42A587 solid 1px;
  width: 70%;
  line-height: 1.3;
}

.hissu {
  color: #f00;
  font-size: 70%;
}

/* shindan style */
#contents.shindan .shindan_contents01 {
  background: url(../img/img_bg03.png);
  padding-bottom: 7rem;
}
#contents.shindan .shindan_contact .title_bg {
  background: #79C1AE;
}
#contents.shindan .shindan_contact .title_bg .title {
  padding: 0;
  height: auto;
}
#contents.shindan .shindan_contact .form_area {
  border: #B9A48D solid 3px;
  border-radius: 10px;
  margin-top: 2rem;
  padding: 3rem;
}
#contents.shindan .shindan_contact .form_area form {
  margin-top: 2rem;
}
#contents.shindan .shindan_contact .form_area form label {
  font-weight: normal;
}
#contents.shindan .shindan_contact .form_area form .btn {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  background: url(../img/img_submit_btn.png) no-repeat;
  background-size: 100% 100%;
  padding: 2.5rem 3rem;
  margin-top: 2rem;
  border-radius: 10px;
}
#contents.shindan .shindan_contact .form_area form .btn:hover, #contents.shindan .shindan_contact .form_area form .btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* contents */
/* contact style */
#contents.contact .contact_contents01 .title_bg {
  background: #ED9E98;
  margin-top: 6rem;
}
#contents.contact .contact_contents01 .title_bg .title {
  padding: 0;
  height: auto;
}
#contents.contact .contact_contents02 {
  font-size: 2rem;
}
#contents.contact .contact_contents02 h2 {
  color: #0072BF;
  font-size: 150%;
  font-weight: bold;
  margin-top: 3rem;
}
#contents.contact .contact_contents02 h3 {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
#contents.contact .contact_contents02 .nayami {
  padding: 2rem;
  margin-top: 2rem;
  border: #B87D5F solid 2px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 90%;
}
#contents.contact .contact_contents02 .nayami p {
  position: relative;
  margin-top: 1rem;
  padding-left: 3rem;
}
#contents.contact .contact_contents02 .nayami p:before {
  content: "";
  background: url(../img/icon_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 22px;
  height: 25px;
  top: -1rem;
  left: 0;
}
#contents.contact .contact_contents02 .form_area {
  font-size: 80%;
  padding: 3rem;
  width: 90%;
}
#contents.contact .contact_contents02 .form_area form {
  margin-top: 2rem;
}
#contents.contact .contact_contents02 .form_area form .form-group {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  border-bottom: #ccc dashed 1px;
}
#contents.contact .contact_contents02 .form_area form .form-group:nth-child(2n-1) {
  background: #F7F7F7;
}
#contents.contact .contact_contents02 .form_area form .form-group:last-child {
  background: transparent;
}
#contents.contact .contact_contents02 .form_area form .form-group label[for="toiawase"] {
  margin-top: 1rem;
}
#contents.contact .contact_contents02 .form_area form .form-group:last-child {
  border: none;
}
#contents.contact .contact_contents02 .form_area form .btn {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  background: url(../img/img_submit_btn.png) no-repeat;
  background-size: 100% 100%;
  padding: 2.5rem 3rem;
  margin-top: 2rem;
  border-radius: 10px;
}
#contents.contact .contact_contents02 .form_area form .btn:hover, #contents.contact .contact_contents02 .form_area form .btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* works style */
#contents.works .junbi {
  font-size: 300%;
  font-weight: bold;
  color: #774836;
  margin-bottom: 4rem;
}
#contents.works .works_contents01 .title_bg {
  background: #ED9E98;
  margin-top: 6rem;
}
#contents.works .works_contents01 .title_bg .title {
  padding: 0;
  height: auto;
}
#contents.works .works_contents02 {
  font-size: 2rem;
  background: url(../img/img_bg03.png);
}
#contents.works .works_contents02 .sekou {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  padding-left: 4rem;
  margin-bottom: 4rem;
}
#contents.works .works_contents02 .sekou h3 {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  background: url(../img/h_bg_orange.png);
  padding: 10px;
  padding-top: 13px;
  padding-left: 26px;
}

#contents.works .works_contents02 .sekou .row {
	margin-top: 20px;
}

#contents.works .works_contents02 .sekou .img_sekou {
  border: #6E432E solid 2px;
}
#contents.works .works_contents02 .sekou .sekou_arrow {
  font-weight: bold;
  margin-top: 150px;
}
#contents.works .works_contents02 .sekou .sekou_detail {
  height: 100%;
  margin-top: 1rem;
}
#contents.works .works_contents02 .sekou .sekou_detail dl {
  width: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
#contents.works .works_contents02 .sekou .sekou_detail dl dt {
  float: left;
  clear: left;
  line-height: 30px;
  background: #42A587;
  border: #42A587 solid 1px;
  width: 30%;
  color: #fff;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#contents.works .works_contents02 .sekou .sekou_detail dl dd {
  float: left;
  padding-left: 2rem;
  line-height: 30px;
  border: #42A587 solid 1px;
  width: 60%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#contents.works .works_contents02 .sekou .comment {
  background: #fff;
  border: #B87D5F solid 2px;
  border-radius: 10px;
  position: relative;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
}
#contents.works .works_contents02 .sekou .comment:before {
  content: "";
  background: url(../img/img_works_contents02_3.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -2rem;
  width: 3rem;
  height: 2rem;
}
#contents.works .works_contents02 .sekou .comment .tantou {
  padding-top: 2rem;
}
#contents.works .works_contents03 {
  font-size: 2rem;
}
#contents.works .works_contents03 .title {
  padding-top: 0;
}
#contents.works .works_contents03 h2.koe_caption {
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #774836;
  line-height: 1.5;
  margin-left: 10%;
  margin-bottom: 3rem;
  text-shadow: #7C594E 1px 1px 5px;
}
#contents.works .works_contents03 h2.koe_caption > span {
  padding-left: 10%;
}
#contents.works .works_contents03 h2.koe_caption span.koe_big {
  font-size: 120%;
  color: #FB5309;
  background: #FFDE83;
  border-radius: 50%;
}
#contents.works .works_contents03 .koe {
  background: url(../img/img_works_contents03_2.png) no-repeat;
  background-size: 100% 100%;
  padding: 4rem;
  position: relative;
}
#contents.works .works_contents03 .koe ul li {
  font-weight: bolder;
  padding-left: 5rem;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-top: #B87D5F dashed 1px;
  position: relative;
  letter-spacing: 0.1em;
}
#contents.works .works_contents03 .koe ul li:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1em;
  background: #B87D5F;
  left: 3rem;
}
#contents.works .works_contents03 .koe ul li:last-child {
  border-bottom: #B87D5F dashed 1px;
}
#contents.works .works_contents03 .koe ul li span {
  color: #B53E49;
}
#contents.works .works_contents03 .koe .img02 {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

footer .container-fluid {
  background: #B9A48D;
  font-size: 140%;
  padding: 0;
  padding-top: 4rem;
  padding-bottom: 12rem;
}
footer .container-fluid ul {
  margin: 0 auto;
}
footer .container-fluid ul li a {
  color: #fff;
  padding: 0.5rem 4rem;
  border-left: #fff solid 3px;
}
footer .container-fluid ul li a:first-child a {
  border-left: none;
}
footer .container-fluid .copy {
  padding: 3rem 0;
}

/* footer */
#toiawase_bottom {
  font-size: 2rem;
  position: fixed;
  left: auto;
  right: auto;
  z-index: 9999;
  bottom: 0;
  padding: 0;
}
#toiawase_bottom .mail {
  position: absolute;
  z-index: 99999;
  bottom: 10px;
  right: 20px;
  width: 25%;
}

@media (min-width: 1400px) {
  header .fixed_nav .nav_size {
    width: 86%;
    margin: 0 auto;
  }

  .slide {
    padding-top: 1rem;
  }

  #contents .banner_shindan {
    position: relative;
  }
  #contents .banner_shindan .btn_shindan_small {
    left: 13%;
  }
}
@media (max-width: 1399px) {
  .slide {
    padding-top: 1rem;
  }
}
@media (max-width: 1199px) {
  header .fixed_nav ul li a {
    padding: 2rem 3rem;
  }

  #slide #carousel {
    margin-bottom: 70px;
    padding-top: 1rem;
  }

  #toiawase_bottom {
    left: 0;
    right: 0;
  }

  #contents .banner_shindan .btn_shindan_small {
    width: 50%;
    bottom: 8%;
    left: 15%;
  }

  #contents.ordermade .ordermade_contents03 .yakusoku_area {
    font-size: 90%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul {
    width: 70%;
  }

  footer .container-fluid ul {
    width: 70%;
  }
  footer .container-fluid ul li a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  header .fixed_nav {
    font-size: 125%;
  }
  header .fixed_nav ul li a {
    padding: 1.5rem 2rem;
  }

  #slide {
    padding-top: 5rem;
  }
  #slide #carousel {
    margin-bottom: 20px;
  }
  #slide #carousel .carousel-indicators {
    bottom: -30px;
  }
  #slide #carousel ol.carousel-indicators li {
    border: #E5C3C3 solid 1px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  #slide #carousel ol.carousel-indicators .active {
    background: #E5C3C3;
  }

  #contents .container-fluid .title_bg .title {
    height: 180px;
  }
  #contents .container-fluid .title_bg .title.chumoku:before {
    left: 0;
  }
  #contents .container-fluid .title_bg .two_line {
    font-size: 90%;
  }
  #contents .aisatsu_area img {
    margin-top: 6rem;
  }

  #contents.ordermade .ordermade_contents01 .teian_area {
    font-size: 80%;
  }
  #contents.ordermade .ordermade_contents01 .teian_area .teian .box2 p span.cl_03 {
    font-size: 130%;
  }
  #contents.ordermade .ordermade_contents01 .teian_area .teian .box3 {
    width: 90%;
  }
  #contents.ordermade .ordermade_contents02 {
    padding-bottom: 0;
  }
  #contents.ordermade .ordermade_contents02 .riyuu .riyuu_detail {
    font-size: 80%;
  }
  #contents.ordermade .ordermade_contents02 .riyuu .riyuu_detail p {
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  #contents.ordermade .staff .staff_info_box img {
    padding-right: 1rem;
  }
  #contents.ordermade .staff .staff_info_box .staff_info h3 {
    margin-left: 1rem;
  }
  #contents.ordermade .staff .staff_info_box .staff_info dl.name {
    margin-left: 1rem;
  }
  #contents.ordermade .staff .staff_info_box .staff_info dl.msg dt {
    float: none;
    width: 90%;
    margin-top: 0;
    padding-top: 0;
  }
  #contents.ordermade .staff .staff_info_box .staff_info dl.msg dd {
    border: none;
    width: auto;
    margin-right: 2rem;
    margin-top: 0;
    padding-top: 0;
  }
  #contents.ordermade .ordermade_contents03 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area {
    font-size: 80%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul {
    width: 80%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul li span:before {
    width: 40px;
    height: 40px;
  }

  #contents.works .works_contents01 .title_bg {
    margin-top: 5rem;
  }
  #contents.works .works_contents03 h2.koe_caption {
    font-size: 140%;
    margin-left: 2rem;
  }
  #contents.works .works_contents03 .koe {
    padding: 3rem;
  }
  #contents.works .works_contents03 .koe ul li {
    padding-left: 3rem;
  }
  #contents.works .works_contents03 .koe ul li:before {
    left: 1rem;
  }
  #contents.works .works_contents03 .koe .img02 {
    width: 200px;
  }

  #contents.contact .contact_contents01 .title_bg {
    margin-top: 5rem;
  }

  footer .navbar-nav > li {
    float: none;
  }
  footer .container-fluid ul li a {
    border: none;
    display: inline-block;
  }

  #page-top img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  header .fixed_nav {
    position: static;
  }
  header .fixed_nav ul li a span.nav_e {
    display: inline;
  }
  header .fixed_nav ul li a span.nav_j {
    border: none;
  }
  header .fixed_nav ul li a {
    margin-top: 0;
    padding-top: 0rem;
    display: inline-block;
    border: none;
  }

  #slide {
    padding-top: 0;
  }

  #contents .top_img {
    margin-top: 1rem;
  }
  #contents .container-fluid .title_bg {
    font-size: 160%;
    background: url(../img/img_title_bg01_xs.png) no-repeat;
    background-size: 100% 100%;
  }
  #contents .container-fluid .title_bg .title {
    height: 200px;
    padding-top: 10%;
  }
  #contents .container-fluid .title_bg .title.two_line {
    padding-top: 5%;
  }
  #contents .campaign {
    padding-top: 2rem;
  }

  #contents .banner_shindan .btn_shindan_small {
    bottom: 12%;
    left: 10%;
  }

  #contents #about .container .img01 {
    width: 30%;
    margin-left: 2rem;
  }
  #contents #about .container .table {
    width: 95%;
  }
  #contents #about .container .map {
    width: 95%;
  }

  #contents.ordermade .ordermade_contents01 .teian_area {
    font-size: 70%;
  }
  #contents.ordermade .ordermade_contents01 .teian_area .teian .box2 {
    margin-left: 0;
  }
  #contents.ordermade .ordermade_contents03 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area {
    font-size: 60%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul {
    width: 80%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul li span {
    padding-right: 0.7em;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul li span:before {
    width: 30px;
    height: 30px;
  }

  #contents.works .works_contents01 .title_bg {
    margin-top: 0;
  }
  #contents.works .works_contents02 .sekou .sekou_arrow {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #contents.works .works_contents03 .title_bg .title {
    padding-top: 5%;
  }
  #contents.works .works_contents03 h2.koe_caption {
    font-size: 120%;
    line-height: 1.3;
  }
  #contents.works .works_contents03 h2.koe_caption > span {
    padding-left: 0;
  }
  #contents.works .works_contents03 .koe {
    padding: 4rem;
  }
  #contents.works .works_contents03 .koe ul li {
    padding-left: 3rem;
  }
  #contents.works .works_contents03 .koe ul li:before {
    left: 1rem;
  }

  #contents.contact .contact_contents01 .title_bg {
    margin-top: 0;
  }

  footer .container-fluid {
    padding-bottom: 8rem;
  }

  #page-top {
    right: 0;
  }
  #page-top img {
    width: 70%;
  }

  #toiawase_bottom .mail {
    width: 30%;
    height: 80%;
    right: 1rem;
  }
  #toiawase_bottom .tel {
    font-size: 120%;
    position: absolute;
    z-index: 99999;
    bottom: 0.2rem;
    left: 24%;
    color: #fff;
  }
  #toiawase_bottom .tel .tel_no {
    font-weight: bold;
    padding-left: 3.5rem;
    position: relative;
  }
  #toiawase_bottom .tel .tel_no span {
    font-size: 150%;
  }
  #toiawase_bottom .tel .tel_no:before {
    content: "";
    background: url(../img/icon_navi_bottom.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
  }
  #toiawase_bottom .tel .time {
    margin-top: 0.5rem;
    font-size: 60%;
  }
  #toiawase_bottom .tel a {
    color: #fff;
  }
}
@media (max-width: 699px) {
  #contents.ordermade .ordermade_contents01 .teian_area {
    font-size: 60%;
  }
  #contents.ordermade .ordermade_contents01 .teian_area .teian .box1 h2:last-child {
    margin-left: 25%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area {
    font-size: 50%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku h2 {
    background-size: 70% 100%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul {
    width: 70%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul li span {
    padding-right: 1em;
  }

  #toiawase_bottom .tel {
    font-size: 100%;
  }
  #toiawase_bottom .tel .tel_no:before {
    width: 28px;
    height: 28px;
  }
  #toiawase_bottom .tel .time {
    margin-top: 0.3rem;
  }
}
@media (max-width: 599px) {
  #contents.ordermade .ordermade_contents01 .teian_area {
    font-size: 60%;
  }
  #contents.ordermade .ordermade_contents01 .teian_area .teian .box2 {
    padding-left: 1rem;
  }
  #contents.ordermade .ordermade_contents01 .teian_area .teian .box3 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area {
    font-size: 48%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku h2 {
    background-size: 70% 100%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list {
    padding-left: 0;
    padding-top: 2rem;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul {
    width: 80%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul li span {
    padding-right: 1em;
  }

  #contents #about .container .table tr dl dt {
    float: none;
  }

  #toiawase_bottom .tel {
    font-size: 75%;
  }
  #toiawase_bottom .tel .tel_no {
    padding-left: 25px;
  }
  #toiawase_bottom .tel .tel_no:before {
    top: 0;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 479px) {
  header .tel .tel_no:before {
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
  }

  #contents #about .container {
    background: url(../img/img_bg02_xs.png);
    background-size: 100% 100%;
  }
  #contents #about .container .img01 {
    width: 50%;
  }

  #contents .container-fluid .title_bg .title {
    height: 150px;
    padding-top: 10%;
  }
  #contents .container-fluid .title_bg .title.two_line {
    padding-top: 5%;
  }

  #contents.ordermade .ordermade_contents01 .teian_area {
    font-size: 50%;
  }
  #contents.ordermade .ordermade_contents01 .teian_area .teian .box1 {
    margin-right: 1rem;
  }
  #contents.ordermade .ordermade_contents01 .teian_area .teian .box2 br {
    display: none;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area {
    font-size: 45%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku h2 {
    background-size: 75% 100%;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul li span {
    padding-right: 1em;
  }
  #contents.ordermade .ordermade_contents03 .yakusoku_area .yakusoku .yakusoku_list ul li span:before {
    width: 20px;
    height: 20px;
  }

  #contents.shindan .shindan_contents01 {
    padding-bottom: 4rem;
  }

  #contents.works .works_contents02 .sekou .sekou_detail dl dt {
    float: none;
    width: 100%;
  }
  #contents.works .works_contents02 .sekou .sekou_detail dl dd {
    float: none;
    width: 100%;
  }
  #contents.works .works_contents03 .koe {
    padding: 2rem;
  }

  #contents.contact .contact_contents02 h3 {
    font-size: 80%;
  }

  #toiawase_bottom .mail {
    width: 20%;
    bottom: 0.5rem;
    right: 3px;
  }
  #toiawase_bottom .tel {
    left: 20%;
    bottom: 1px;
    font-size: 65%;
  }
  #toiawase_bottom .tel .tel_no {
    padding-left: 1.2rem;
  }
  #toiawase_bottom .tel .tel_no:before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
  #toiawase_bottom .tel .time {
    margin-top: 1px;
  }

  footer .container-fluid {
    padding-bottom: 5rem;
  }
}

/*# sourceMappingURL=style.css.map */


/*** BLOG AREA ***/
.blog_area {
	background-color: #fff;
	font-size: 0.6em;
	padding: 15px;
	margin-top: -30px;
	border: 1px #2D9B32 solid;
}

.blog_area h3 {
	background-color:#2D9B32;
	font-weight: bold;
	color:#fff;
	text-align:center;
	margin-bottom: 10px;
	padding: 8px;
}

.blog_area li {
	padding:5px 0;
}


/*** WEB SOUDAN ***/

.soudan {
	padding: 30px 80px;
}

.soudan dt {
	width: 70px;
}

.soudan dd {
	margin-left: 80px;
	padding-top: 17px;
}

.soudan .qus dt {
	
}

.soudan .qus dd {
	
}

.soudan .ans dl {
	margin-top: 40px;
}

.soudan .ans dt {
	margin-left: 60px;
}

.soudan .ans dd {
	margin-left: 140px;
}

/*** POINT ***/
#contents.point .point_contents01 .title_bg {
  background: #ED9E98;
  margin-top: 6rem;
}
#contents.point .point_contents01 .title_bg .title {
  padding: 0;
  height: auto;
}
#contents.point .point_contents02 {
  font-size: 2rem;
  background: url(../img/img_bg03.png);
  line-height: 1.7em;
}
#contents.point .point_contents02 h2 {
  color: #00AF09;
  font-size: 180%;
  font-weight: bold;
  margin: 40px 0px;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
}
#contents.point .point_contents02 .pointbox {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  padding-left: 4rem;
  margin-bottom: 4rem;
}
#contents.point .point_contents02 h3 {
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  background: url(../img/h_bg_orange.png);
  padding: 10px;
  padding-top: 13px;
  padding-left: 26px;
  margin-bottom: 30px;
}
#contents.point .point_contents02 h4 {
  font-size: 140%;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
  margin: 30px 0px;
}
#contents.point .point_contents02 h5 {
  font-size: 120%;
  font-weight: bold;
  margin: 20px 0px;
  color:#666666;
}


