@charset "utf-8";
/*!
 * other CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */

/*===================================
  content
=====================================*/
/*  main
---------------------------------*/

main {
  background: url(../images/base/bg_ptn1.jpg) repeat 0 0;
}

/*  ページタイトル
---------------------------------*/

.page__head {
  margin-bottom: 80px;
  background-image: url(../images/base/bg_title.jpg);
}

/*
---------------------------------*/
.page__cont {
  padding-bottom: 80px;
}

/*===================================
  サイトマップ
=====================================*/
/*  sitemapList
---------------------------------*/
.sitemapList {
  border-top: solid 1px #e6d7b9;
}
.sitemapList > li {
  padding: 25px 0 25px 14px;
  border-bottom: solid 1px #e6d7b9;
}
.sitemapList > li > a {
  font-size: 20px;
  font-weight: bold;
}
.sitemapList > li:before {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: -6px 10px 0 0;
  border-right: solid 3px #f1b82a;
  border-bottom: solid 3px #f1b82a;
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.sitemapList > li > ul {
  margin-left: 25px;
}
.sitemapList li li {
  display: inline-block;
  margin: 20px 2em 0 0;
  font-size: 16px;
}
.sitemapList > li > span {
  display: block;
  margin: 20px 0 0 25px;
  font-size: 12px;
}
.sitemapList a:hover {
  text-decoration: underline;
}

/*===================================
  プライバシーポリシー
=====================================*/

.privacy__sec {
  margin: 0 50px;
  font-size: 16px;
}

.privacy__sec h3 {
  margin: 2em 0 1em;
  font-size: 24px;
  font-weight: 700;
}
.privacy__sec ol li {
  list-style: decimal inside;
  margin-bottom: 1.8em;
  font-size: 18px;
}
.privacy__sec ol li p {
  margin-top: 0.3em;
  font-size: 16px;
}


/*===================================
  お問合わせ
=====================================*/
/*  contact__sec
---------------------------------*/
.contact__sec p strong {
  font-size: 20px;
  font-weight: normal;
}

.contact__sec form dl {
  margin: 20px 0 59px;
  padding-top: 30px;
  border-top: solid 1px #e6d7b9;
  font-size: 16px;
  line-height: 1.4;
}
.contact__sec form dt {
  width: 220px;
  padding-left: 20px;
  color: #6e4d1e;
}
.contact__sec form dd {
  margin: -2em 0 30px;
  padding: 0 0 17px 220px;
  border-bottom: solid 1px #e6d7b9;
}
input[type="text"],input[type="email"],input[type="submit"],textarea {
  border: none;
  background: none;
}
.contact__sec form input[type="text"],input[type="email"],select,.contact__sec form textarea {
  border: solid 1px #e6d7b9;
  background: #fff;
}
.contact__sec form input[type="text"],input[type="email"],select {
  width: 469px;
  height: 43px;
  padding-left: 10px;
}
.contact__sec form textarea {
  width: 739px;
  height: 139px;
  padding: 10px;
}
.submitBtn {
  text-align: center;
}
.submitBtn input[type="submit"] {
  width: 220px;
  height: 45px;
  line-height: 45px;
  margin: auto;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}


/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {

  /*===================================
    サイトマップ
  =====================================*/
  /*  sitemapList
  ---------------------------------*/
  .sitemapList > li {
    padding: 30px 0 30px 14px;
  }
  .sitemapList > li > a {
    font-size: 24px;
  }
  .sitemapList > li:before {
    width: 13px;
    height: 13px;
  }
  .sitemapList li li {
    margin: 22px 2em 0 0;
    font-size: 20px;
  }
  .sitemapList > li > span {
    margin: 22px 0 0 25px;
    font-size: 16px;
  }

  /*===================================
    プライバシーポリシー
  =====================================*/

  .privacy__sec {
    margin: 0;
    font-size: 20px;
  }
  .privacy__sec h3 {
    font-size: 30px;
  }
  .privacy__sec ol li {
    font-size: 24px;
  }
  .privacy__sec ol li p {
    font-size: 20px;
  }

  /*===================================
    お問合わせ
  =====================================*/

  .contact__sec p strong {
    font-size: 26px;
  }
  .contact__sec form dl {
    font-size: 22px;
  }
  .contact__sec form dt {
    width: auto;
  }
  .contact__sec form dd {
    margin: 20px 0 30px;
    padding: 0 0 30px 17px;
  }
  .contact__sec form input[type="text"],input[type="email"],select {
    width: 553px;
    height: 55px;
  }
  .contact__sec form textarea {
    width: 553px;
    height: 200px;
  }
  .submitBtn input[type="submit"] {
    width: 320px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
}
