@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: #58594d;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #fceccb url("../images/body_bg.gif") repeat 0 0;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  text-decoration: underline;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear, opacity 0.3s linear;
  -moz-transition: color 0.3s linear, background-color 0.3s linear, opacity 0.3s linear;
  -o-transition: color 0.3s linear, background-color 0.3s linear, opacity 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear, opacity 0.3s linear;
}
a:link, a:visited {
  color: #58594d;
}
a:hover, a:focus, a:active {
  color: #ff7f00;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 75%;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.t10 {
  font-size: 62.5%;
}

.t12 {
  font-size: 75%;
}

.t14 {
  font-size: 87.5%;
}

.t16 {
  font-size: 100%;
}

.t18 {
  font-size: 112.5%;
}

.t20 {
  font-size: 125%;
}

.t22 {
  font-size: 137.5%;
}

.t24 {
  font-size: 150%;
}

.t26 {
  font-size: 162.5%;
}

.t28 {
  font-size: 175%;
}

.t30 {
  font-size: 187.5%;
}

.t32 {
  font-size: 200%;
}

.t34 {
  font-size: 212.5%;
}

.t36 {
  font-size: 225%;
}

.t38 {
  font-size: 237.5%;
}

.t40 {
  font-size: 250%;
}

.t42 {
  font-size: 262.5%;
}

.t44 {
  font-size: 275%;
}

.t46 {
  font-size: 287.5%;
}

.t48 {
  font-size: 300%;
}

.min {
  font-family: YuMincho, "游明朝","Hiragino Mincho ProN",  "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.en {
  font-family: 'Varela Round', sans-serif;
}

.enmin {
  font-family: 'Cormorant Garamond', serif;
}

.orange {
  color: #ff5500;
}

.blue {
  color: #3d85cc;
}

.green {
  color: #669900;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

img.sp {
  display: none;
}

img.pc {
  display: inline-block;
}

.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.header h1 {
  padding: 1.875em 0 0.625em;
  background: url("../images/header_bg.png") no-repeat right top;
  -webkit-background-size: 29%;
  -moz-background-size: 29%;
  -o-background-size: 29%;
  background-size: 29%;
}
.header h1 img {
  width: 44%;
}
.header h1 a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.globalnav {
  margin-bottom: 1.875em;
}
.globalnav .inner {
  padding: 0.625em;
  background-color: #f3c583;
  -webkit-border-radius: 0.3125em;
  -moz-border-radius: 0.3125em;
  -ms-border-radius: 0.3125em;
  -o-border-radius: 0.3125em;
  border-radius: 0.3125em;
}
.globalnav .menunav {
  display: none;
}
.globalnav ul {
  text-align: center;
}
.globalnav ul li {
  display: inline-block;
  margin: 0 -0.1em;
}
.globalnav ul li a {
  display: inline-block;
  padding: 0.625em 0.875em;
  color: #994c00;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 0.1875em;
  -moz-border-radius: 0.1875em;
  -ms-border-radius: 0.1875em;
  -o-border-radius: 0.1875em;
  border-radius: 0.1875em;
}
.globalnav ul li a.active, .globalnav ul li a:hover {
  background-color: #ffffff;
}

.contents {
  margin-bottom: 3.75em;
}
.contents .section {
  padding: 2.5em 0 3.75em;
}
.contents .section .subject {
  margin-bottom: 3.125em;
  color: #994c00;
  text-align: center;
}
.contents .section .subject .en {
  display: inline-block;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: solid 0.165em #994c00;
}
.contents .section .subject h3 {
  font-weight: bold;
  line-height: 1.25;
}
.contents .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-width: 240px;
  margin: 0.3125em;
  padding: 0 3em 0 2em;
  border: solid 1px #f2a03d;
  color: #f2a03d;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 2.9;
  background-color: #ffffff;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  border-radius: 1.5em;
}
.contents .btn:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  background: url("../images/icon_arrow.png") no-repeat 0 0;
  -webkit-background-size: 1em;
  -moz-background-size: 1em;
  -o-background-size: 1em;
  background-size: 1em;
}
.contents .btn:hover {
  color: #ffffff;
  background-color: #f2a03d;
}

.footernav {
  margin-bottom: 1.875em;
}
.footernav ul {
  text-align: center;
}
.footernav ul li {
  display: inline-block;
  margin: 0 -0.125em;
  padding: 0.125em 0.5em;
}
.footernav ul li + li {
  border-left: solid 1px #58594d;
}

.footer {
  margin-bottom: 2.5em;
  padding-top: 5.625em;
  text-align: center;
  line-height: 1.5;
  background: url("../images/footer_bg.png") repeat-x center top;
}
.footer .name {
  margin-bottom: 1em;
  font-weight: bold;
}
.footer .address {
  margin-bottom: 2.5em;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 1040px) {
  body {
    font-size: 1.5vw;
  }

  .container {
    padding: 0 1.25em;
  }

  .footer {
    -webkit-background-size: 50%;
    -moz-background-size: 50%;
    -o-background-size: 50%;
    background-size: 50%;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 5vw;
  }

  .alignright {
    float: none;
    margin-left: 0;
  }

  .alignleft {
    float: none;
    margin-right: 0;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  img.sp {
    display: inline-block;
  }

  img.pc {
    display: none;
  }

  .t12 {
    font-size: 81.25%;
  }

  .t14 {
    font-size: 87.5%;
  }

  .t16 {
    font-size: 93.75%;
  }

  .t18 {
    font-size: 100%;
  }

  .t20 {
    font-size: 106.25%;
  }

  .t22 {
    font-size: 112.5%;
  }

  .t24 {
    font-size: 118.75%;
  }

  .t26 {
    font-size: 125%;
  }

  .t28 {
    font-size: 131.25%;
  }

  .t30 {
    font-size: 137.5%;
  }

  .t32 {
    font-size: 143.75%;
  }

  .t34 {
    font-size: 150%;
  }

  .t36 {
    font-size: 156.25%;
  }

  .t38 {
    font-size: 162.5%;
  }

  .t40 {
    font-size: 168.75%;
  }

  .t42 {
    font-size: 175%;
  }

  .t44 {
    font-size: 181.25%;
  }

  .t46 {
    font-size: 187.5%;
  }

  .t48 {
    font-size: 193.75%;
  }

  .t50 {
    font-size: 200%;
  }

  .container {
    padding: 0 0.625em;
  }

  .header h1 {
    padding: 0.625em 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .header h1 img {
    width: 60%;
  }

  .globalnav {
    margin-bottom: 0.625em;
  }
  .globalnav .menunav {
    display: block;
  }
  .globalnav .menunav a {
    display: block;
    color: #994c00;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  .globalnav ul {
    display: none;
    margin-top: 0.625em;
    text-align: left;
  }
  .globalnav ul li {
    display: block;
  }
  .globalnav ul li a {
    display: block;
  }

  .contents {
    margin-bottom: 1.25em;
  }
  .contents .section {
    padding: 1.25em 0 2em;
  }
  .contents .section .subject {
    margin-bottom: 1.625em;
  }
  .contents .section .subject .en {
    display: inline-block;
    margin-bottom: 0.75em;
    padding-bottom: 0.25em;
    border-bottom: solid 0.165em #994c00;
  }
  .contents .section .subject h3 {
    font-weight: bold;
  }

  .footernav {
    display: none;
  }

  .footer {
    margin-bottom: 1em;
    padding-top: 3.125em;
    text-align: left;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .footer .name {
    margin-bottom: 0.625em;
  }
  .footer .address {
    margin-bottom: 1em;
  }
}
