@charset "UTF-8";


/*=============================================
 * body
 *=============================================*/
body {
  color: #363636;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0;
  background: url("https://www.g-chiro.jp/import/tenant_1/www.g-chiro.jp/img/shared/body.jpg") repeat center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*=============================================
 * .fnt - customs
 *=============================================*/
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  background: #fff;
  border-bottom: 3px solid #91c45e;
}
header h1 {
  font-size: 12px;
/*   line-height: 23px; */
  letter-spacing: 0.9px;
  padding-left: 10px;
  padding-bottom: 7px;
  padding-top: 7px;
  position: absolute;
  width: 100%;
  padding-right: 430px;
  line-height: 1;
}
header .wrap_1 {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
header .wrap_1 .fl {
}
header .wrap_1 .fr {
  padding: 0px 5px 0 0;
  font-size: 12px;
}

.logo {
  padding-top: 35px;
}

@media screen and (max-width: 1400px) {
  header .wrap_1 {
    width: 100%;
  }
  header .wrap_1 .fl {
    padding-left: 0;
  }
}
/*=============================================
 * key
 *=============================================*/
#key {
  position: relative;
  min-height: 717px;
}
#key:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #91c45e;
}

#key ul {
  min-height: inherit;
}

#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* #key {
  background: url("https://www.g-chiro.jp/import/tenant_1/www.g-chiro.jp/img/index/key.jpg") no-repeat center/cover;
} */
#key .key_ttl {
  color: #21a937;
  font-weight: 600;
  font-size: 38.74px;
  letter-spacing: 1px;
  line-height: 82px;
  height: 277px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin: 51px 0 0 -39px;
  padding: 14px 0 0 58px;
}
#key .box {
  float: right;
  position: relative;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 30px;
  background: #fff;
  width: 408px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 7px;
  margin-right: -195px;
  padding: 30px 0 12px 40px;
}
#key .box:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  bottom: 8px;
  right: 11px;
  border: 1px solid #21a937;
}
#key .box h3 {
  position: absolute;
  top: 2px;
  left: 33px;
}
#key .box .time {
  font-size: 20px;
  line-height: 30px;
  color: #21a937;
  margin-left: -4px;
  letter-spacing: -1px;
}
#key .box .txt1 {
  color: #363636;
  margin: -2px 0 1px;
}
#key .box .time2 {
  color: #21a937;
  font-size: 22px;
}
#key .box .time2 span {
  background: #21a937;
  color: #fff;
  font-size: 16px;
  padding: 2px 7px 0 4px;
  margin-right: 13px;
}
#key .box .time2 + .time2 span {
  margin-right: 6px;
}

@media screen and (max-width: 1400px) {
  #key .box {
    margin-right: 0;
  }
}
/*=============================================
 * <section>
 *=============================================*/
/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons {
  text-align: center;
  padding-top: 129px;
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: url("https://www.g-chiro.jp/import/tenant_1/www.g-chiro.jp/img/shared/f_bg.jpg") repeat center top;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #91c45e;
}
footer .nav-footer {
  border-top: 3px solid #91c45e;
  border-bottom: 3px solid #91c45e;
}
footer .nav-footer nav {
  text-align: center;
  padding: 8px 0 3px;
}
footer .nav-footer nav a {
  color: #21a937;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 26px;
}
footer .nav-footer nav a + a:before {
  display: none;
}
footer .col-1 {
  padding-top: 60px;
  width: 40%;
}
footer .info {
  width: 55%;
  margin-right: -10px;
  padding: 73px 0 0 50px;
}
footer .info dl {
  line-height: 20px;
  border-bottom: 1px dashed #434343;
  padding: 11px 0 8px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .info dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
footer .info dl dt {
  float: left;
  width: 150px;
/*   display: -webkit-box;
display: -ms-flexbox;
display: flex; */
}
footer .info dl dd {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 150px);
}

/*=============================================
 * copyright
 *=============================================*/
address {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 40px 0 11px;
  margin-bottom: 0;
}

#topcontrol img {
  width: auto !important;
  height: auto !important;
}

/*=============================================
 * page child
 *=============================================*/
/* 共有ベース定義
----------------------------------------------- */
/* 強調 */
strong {
  font-weight: bold;
}

div#container {
  max-width: 1000px;
  margin: 0 auto;
  background: url("https://www.g-chiro.jp/import/tenant_1/www.g-chiro.jp/img/shared/page_bg.png") repeat-y center top;
  text-align: left;
  padding-top: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 20px;
}

#contents {
  width: 720px;
  float: right;
}

/*=============================================*/
/*               タイトル　　　              　*/
/*=============================================*/
.title01 {
  font-weight: bold;
  margin-bottom: 0.6em;
  border-left: 6px solid #a84419;
  height: 35px;
  padding-left: 10px;
  font-size: 1.1em;
  line-height: 2.6;
}

.title02 {
  font-weight: bold;
  margin-bottom: 0.6em;
  border-left: 5px solid #be1c06;
  height: 35px;
  padding-left: 10px;
  line-height: 2.6;
}

.title03 {
  font-weight: bold;
  margin-bottom: 0.6em;
  border-top: 1px solid #ad7e4b;
  border-bottom: 1px solid #ad7e4b;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1em;
  color: #666600;
}

/*=============================================*/
/*                 サイドバー                  */
/*=============================================*/
#side {
  max-width: 210px;
  width: 23%;
  float: left;
}

#side .data {
  width: 100%;
  border: 1px dotted #a99f8e;
  padding: 14px;
  margin-bottom: 20px;
}

#side .data h5 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}

#side .mochi {
  width: 100%;
  margin: 10px auto;
  padding: 15px 4px;
  background-color: rgba(253, 217, 161, 0.7);
  font-weight: bold;
  font-size: 16px;
  border: solid 2px #7e4519;
}

/*=============================================*/
/*                   バナーov　　　　          */
/*=============================================*/
#bannerArea h4 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.banner a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*=============================================*/
/*                     その他                  */
/*=============================================*/
.red {
  color: #c86172;
}

.green {
  color: #6b6310;
}

.redB {
  color: #993300;
  font-weight: bold;
}

.price {
  color: #990000;
  font-weight: bold;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb5 {
  padding-bottom: 5px;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mt20 {
  margin-top: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.pr40 {
  padding-right: 40px;
}

.bk {
  border: 2px solid #663300;
  padding: 2px;
  font-weight: bold;
  color: #0e0e0e;
}
