@charset "UTF-8";
@import url(../fonts/Kosugi/load.css);
.yu-min {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  font-weight: bold; }

.yu-go {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

a {
  color: #332604; }

a::before,
a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6; }

.cmn_img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .cmn_img img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .cmn_img img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none; } }
@media screen and (min-width: 769px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    color: #332604;
    text-align: center; }

  .inbox {
    width: 1115px;
    margin: 0 auto; }

  a[href^="tel:"] {
    pointer-events: none; }

  .pagenation {
    color: #5b4304;
    font-size: 12px;
    position: relative; }
    .pagenation li {
      background: #fff;
      padding: 5px 10px;
      color: #5b4304;
      font-size: 16px;
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      vertical-align: middle;
      margin-right: 10px; }
      .pagenation li a {
        color: #5b4304; }
    .pagenation .current {
      background: #5b4304;
      color: #fff !important; }
    .pagenation .right {
      position: absolute;
      right: 2%;
      z-index: 2; }
    .pagenation .center {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1; }
    .pagenation .left {
      position: absolute;
      left: 2%;
      z-index: 2; }

  .cmn_dl dl {
    margin-bottom: 5px; }
    .cmn_dl dl:last-child {
      margin-bottom: 0; }
  .cmn_dl dt, .cmn_dl dd {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    color: #5b4304; }
  .cmn_dl dt {
    background: #d1c5a5;
    font-weight: bold;
    padding: 10px;
    width: 250px;
    text-align: center; }
  .cmn_dl dd {
    padding: 10px 20px;
    width: 875px;
    border-bottom: 1px solid #d1c5a5; }
    .cmn_dl dd a[href^="mailto:"] {
      text-decoration: underline; }

  div .bread {
    padding-top: 10px;
    font-size: 12px;
    text-align: left; }
    div .bread li {
      display: inline-block;
      color: #5b4304; }
      div .bread li:after {
        content: " | ";
        padding: 0 2px;
        color: #999; }
      div .bread li:last-child:after {
        content: ""; }
      div .bread li a {
        color: #999999; }

  	/*お問い合わせ
      --------------------------------------------*/
  .contact_form {
    margin-bottom: 20px; }
    .contact_form dt {
      padding: 15px;
      width: 310px !important;
      vertical-align: top; }
      .contact_form dt span {
        color: #FF0000;
        border-radius: 4px;
        font-weight: bold;
        padding: 3px;
        font-size: 11px;
        margin-left: 5px; }
    .contact_form dd {
      width: 800px;
      padding: 10px 15px; }
      .contact_form dd .txtarea {
        border: none;
        width: 640px;
        background: #f2f2f2;
        padding: 5px; }
    .contact_form textarea {
      height: 260px; }
    .contact_form .error-text {
      color: #ff0000; }

  .g-recaptcha div {
    margin: 0 auto;
    margin-bottom: 25px; }

  .check_btn {
    width: 260px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: #5b4304;
    background-position: 80% 50%;
    padding: 25px 0;
    margin-top: 20px; }

  .back_btn {
    width: 270px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: #5b4304;
    background-position: 10% 50%;
    padding: 20px 0;
    margin-right: 40px; }

  .contact-submits-wrap {
    margin-top: 20px; }

  .send_btn {
    width: 240px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/common/arr04.png) no-repeat, #5b4304;
    background-position: 20% 50%;
    padding: 20px 0; }

  	/*プライバシーポリシー
      --------------------------------------------*/
  .privacy_cont {
    margin-bottom: 40px;
    text-align: left; }
    .privacy_cont:last-child {
      margin-bottom: 0; }

  	/*サイトマップ
      --------------------------------------------*/
  .sitemap li {
    border-bottom: 1px solid #5b4304;
    text-align: left; }

  .sitemap li a {
    padding: 15px 25px;
    display: block;
    background: url(../img/common/arr01.png) left center no-repeat; }

  .sitemap li a:hover {
    color: #5b4304; }

  .pagetop {
    color: #FFF;
    position: fixed;
    bottom: 8%;
    right: 3%;
    z-index: 999; } }
@media screen and (min-width: 320px) and (max-width: 768px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.7vw;
    color: #332604;
    line-height: 1.6;
    text-align: center; }

  .inbox {
    padding: 0 2%;
    margin: 0 auto; }

  .pagenation {
    color: #5b4304;
    font-size: 12px;
    position: relative; }
    .pagenation li {
      background: #fff;
      padding: 5px 10px;
      color: #5b4304;
      font-size: 16px;
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      vertical-align: middle;
      margin-right: 10px; }
      .pagenation li a {
        color: #5b4304; }
    .pagenation .current {
      background: #5b4304;
      color: #fff !important; }
    .pagenation p a {
      color: #5b4304; }
    .pagenation .right {
      position: absolute;
      right: 2%;
      z-index: 2; }
    .pagenation .center {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1; }
    .pagenation .left {
      position: absolute;
      left: 2%;
      z-index: 2; }

  .cmn_dl {
    text-align: left;
    color: #5b4304; }
    .cmn_dl dl dt {
      background: #d1c5a5;
      color: #fff;
      padding: 10px; }
    .cmn_dl dl dd {
      padding: 10px 20px; }
      .cmn_dl dl dd a[href^="tel:"],
      .cmn_dl dl dd a[href^="mailto:"] {
        text-decoration: underline; }

  img {
    max-width: 100%;
    height: auto; }

  div .bread {
    display: none; }

  /*お問い合わせ
  --------------------------------------------*/
  .contact_form {
    text-align: left;
    margin-bottom: 20px; }
    .contact_form dl dt span {
      color: #FF0000;
      border-radius: 4px;
      font-weight: bold;
      padding: 3px;
      font-size: 11px;
      margin-left: 5px; }
    .contact_form dl dd textarea {
      height: 260px; }
    .contact_form .error-text {
      color: #ff0000; }
    .contact_form .txtarea {
      border: none;
      width: 95%;
      background: #f2f2f2;
      padding: 5px; }
    .contact_form .g-recaptcha div {
      margin: 0 auto;
      margin-bottom: 20px; }
    .contact_form .check_btn {
      width: 75%;
      margin: 0 auto;
      font-size: 16px;
      font-weight: bold;
      border-radius: 10px;
      letter-spacing: 2px;
      border: none;
      color: #fff;
      background: #5b4304;
      background-position: 80% 50%;
      padding: 25px 0;
      margin-top: 20px; }
    .contact_form .back_btn {
      width: 52%;
      margin: 0 auto;
      font-size: 16px;
      font-weight: bold;
      border-radius: 10px;
      letter-spacing: 2px;
      border: none;
      color: #fff;
      background: #5b4304;
      background-position: 10% 50%;
      padding: 20px 0; }
    .contact_form .contact-submits-wrap {
      margin-top: 20px; }
    .contact_form .send_btn {
      width: 40%;
      margin: 0 auto;
      font-size: 16px;
      font-weight: bold;
      border-radius: 10px;
      letter-spacing: 2px;
      border: none;
      color: #fff;
      background: url(../img/common/arr04.png) no-repeat, #5b4304;
      background-position: 20% 50%;
      padding: 20px 0;
      margin-left: 15px; }
    .contact_form input[type="submit"] {
      -webkit-appearance: none;
      border-radius: 0; }

  /*プライバシーポリシー
  --------------------------------------------*/
  .privacy_cont {
    margin-bottom: 40px;
    text-align: left; }
    .privacy_cont:last-child {
      margin-bottom: 0; }

  .sitemap li {
    border-bottom: 1px solid #5b4304;
    text-align: left; }
    .sitemap li a {
      padding: 15px 25px;
      display: block;
      background: url(../img/common/arr01.png) left center no-repeat; }

  /*footer
  --------------------------------------------*/
  .pagetop {
    color: #FFF;
    position: fixed;
    bottom: 8%;
    right: 3%;
    z-index: 999; } }
/*# sourceMappingURL=common.css.map */