@charset "UTF-8";
/*---------------------------------------------
reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

header, nav, section, article, aside, footer, hgroup {
  display: block; }

* {
  box-sizing: border-box; }

html, body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  '游ゴシック', YuGothic, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',  'Helvetica neue', Helvetica, sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  color: #515151; }

a {
  text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.8em;
  color: #515151; }

ul {
  margin-bottom: 0px; }

p {
  font-size: 17px;
  line-height: 1.8em;
  color: #515151; }

html,
body {
  background: #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  '游ゴシック', YuGothic, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',  'Helvetica neue', Helvetica, sans-serif; }

::selection {
  background: #c0b283;
  color: #fff; }

::-moz-selection {
  background: #c0b283;
  color: #fff; }

.sp-only {
  display: none; }

.main-button a {
  display: inline-block;
  font-size: 32px;
  padding: 18px 30px;
  color: #c0b283;
  text-align: center;
  font-weight: 600;
  transition: all .3s; }
  .main-button a .img-fluid {
    display: inline-block;
    width: 50px;
    height: auto; }

.img-fluid {
  display: block;
  margin: 0 auto; }

/*.top-bar{
  background-image: url("../images/top_bar.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 240px;
  position: relative;
  z-index: 9999;
}*/
body {
  background: url("../images/bg_body.jpg") 0 0 repeat;
  background-size: 100%; }

.header-area .img-logo {
  width: 240px;
  height: auto; }

.head-wrapper {
  text-align: center;
  padding: 30px 0 50px; }
  .head-wrapper h1 {
    font-size: 36px;
    color: #c0b283;
    font-weight: 600; }
    .head-wrapper h1 span {
      font-size: 24px;
      color: #515151;
      font-weight: normal; }

.links-wrapper {
  padding: 0 0 50px; }
  .links-wrapper .link-01 {
    background-color: #fff;
    padding: 20px;
    outline: 1px solid #c0b283;
    outline-offset: -4px;
    text-align: center;
    margin-bottom: 20px; }
    .links-wrapper .link-01 h3 {
      font-size: 24px; }
    .links-wrapper .link-01 h2 {
      font-size: 36px;
      font-weight: 700; }
  .links-wrapper .link-sample ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .links-wrapper .link-sample ul li {
      background-color: #fff;
      text-align: center;
      width: 49%;
      outline: 1px solid #c0b283;
      outline-offset: -4px;
      padding: 12px 10px;
      font-size: 22px;
      margin-bottom: 20px;
      line-height: 1.2em; }
      .links-wrapper .link-sample ul li span {
        font-size: 18px;
        color: #515151;
        font-weight: normal; }
      .links-wrapper .link-sample ul li a {
        color: #c0b283;
        font-weight: bold; }
  .links-wrapper .link-02 ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .links-wrapper .link-02 ul li {
      background-color: #fff;
      width: 49%;
      padding: 30px 20px;
      outline: 1px solid #c0b283;
      outline-offset: -4px;
      text-align: center;
      margin-bottom: 20px;
      font-size: 24px; }
      .links-wrapper .link-02 ul li .img-fluid {
        display: inline-block;
        width: 36px;
        height: auto; }
    .links-wrapper .link-02 ul li a {
      color: #515151;
      font-weight: 600; }
  .links-wrapper .link-03 ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .links-wrapper .link-03 ul li {
      margin-left: 20px; }
    .links-wrapper .link-03 ul li:first-child {
      margin-left: 0; }
