@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
ul, ol {
  list-style: none;
}
img {
  width: 100%;
}
@font-face {
  font-family: 'icon';
  src: url('fonts/icon.eot?6b4i1i');
  src: url('fonts/icon.eot?6b4i1i#iefix') format('embedded-opentype'), url('fonts/icon.ttf?6b4i1i') format('truetype'), url('fonts/icon.woff?6b4i1i') format('woff'), url('fonts/icon.svg?6b4i1i#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Yu Gothic', '游 ゴシック';
  font-style: normal;
  font-weight: normal;
  src: url("common/css/font/YuGothicStd-M.otf") format('otf');
}
* {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a[href*="tel:"] {
  pointer-events: painted;
  cursor: default;
  text-decoration: none;
}
a, a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  color: #eee;
}
/*---------
all
------------*/
body {
  font-family: 'Yu Gothic', '游 ゴシック', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.hvrSlide, .en, footer .link li a {
  font-family: 'Staatliches', sans-serif;
}
.bold {
  font-weight: 600;
}
.pcDisp {
  display: none;
}
.spDisp {
  display: block;
}
/*--------
clearfix
-----------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*-------
float
-----------*/
.fltL {
  float: left;
}
.fltR {
  float: right;
}
/* indent
-------------------*/
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.top0 {
  margin-top: 0 !important;
}
.top5 {
  margin-top: 5px !important;
}
.top10 {
  margin-top: 10px !important;
}
.top15 {
  margin-top: 15px !important;
}
.top20 {
  margin-top: 20px !important;
}
.top25 {
  margin-top: 25px !important;
}
.top30 {
  margin-top: 30px !important;
}
.top35 {
  margin-top: 35px !important;
}
.top40 {
  margin-top: 40px !important;
}
.btm0 {
  margin-bottom: 0 !important;
}
.btm5 {
  margin-bottom: 5px !important;
}
.btm10 {
  margin-bottom: 10px !important;
}
.btm15 {
  margin-bottom: 15px !important;
}
.btm20 {
  margin-bottom: 20px !important;
}
.btm25 {
  margin-bottom: 25px !important;
}
.btm30 {
  margin-bottom: 30px !important;
}
.btm35 {
  margin-bottom: 35px !important;
}
.btm40 {
  margin-bottom: 40px !important;
}
.btm45 {
  margin-bottom: 45px !important;
}
.btm50 {
  margin-bottom: 50px !important;
}
.btm55 {
  margin-bottom: 55px !important;
}
.btm60 {
  margin-bottom: 60px !important;
}
.btm65 {
  margin-bottom: 65px !important;
}
.btm70 {
  margin-bottom: 70px !important;
}
.btm75 {
  margin-bottom: 75px !important;
}
.btm80 {
  margin-bottom: 80px !important;
}
.btm85 {
  margin-bottom: 85px !important;
}
.btm90 {
  margin-bottom: 90px !important;
}
.btm95 {
  margin-bottom: 90px !important;
}
.pT0 {
  padding-top: 0 !important;
}
.pT5 {
  padding-top: 5px !important;
}
.pT10 {
  padding-top: 10px !important;
}
.pT15 {
  padding-top: 15px !important;
}
.pT20 {
  padding-top: 20px !important;
}
.pT25 {
  padding-top: 25px !important;
}
.pT30 {
  padding-top: 30px !important;
}
.pT35 {
  padding-top: 35px !important;
}
.pT40 {
  padding-top: 40px !important;
}
.pT45 {
  padding-top: 45px !important;
}
.pB0 {
  padding-bottom: 0 !important;
}
.pB5 {
  padding-bottom: 5px !important;
}
.pB10 {
  padding-bottom: 10px !important;
}
.pB15 {
  padding-bottom: 15px !important;
}
.pB20 {
  padding-bottom: 20px !important;
}
.lm5 {
  margin-left: 5px !important;
}
.lm10 {
  margin-left: 10px !important;
}
.lm15 {
  margin-left: 15px !important;
}
.lm20 {
  margin-left: 20px !important;
}
.lm50 {
  margin-left: 50px !important;
}
.lm60 {
  margin-left: 60px !important;
}
.lm70 {
  margin-left: 70px !important;
}
.rm5 {
  margin-right: 5px !important;
}
.rm10 {
  margin-right: 10px !important;
}
.rm15 {
  margin-right: 15px !important;
}
.rm20 {
  margin-right: 20px !important;
}
.vAT {
  vertical-align: top !important;
}
.vAM {
  vertical-align: middle !important;
}
.vAB {
  vertical-align: bottom !important;
}
.ancLink {
  margin-top: -200px;
  padding-top: 200px;
}
.half {
  width: 50%;
}
.blue {
  color: #00203b;
}
ol {
  list-style: lower-alpha;
  padding-left: 1em;
}
/*-------
buttonHover
-----------*/
/*背景で拡大 */
.hvrLargeWrap .hvrLarge {
  position: relative;
  overflow: hidden;
}
.hvrLargeWrap .hvrLarge::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover !important;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  z-index: 0;
}
.hvrLargeWrap .hvrLarge:hover::after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/*左から右下線 Underline From Left */
.UnderlineLeft {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.UnderlineLeft:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -2px;
  background: #fff;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.UnderlineLeft:hover:before, .UnderlineLeft:focus:before, .UnderlineLeft:active:before {
  right: 0;
}
/*斜め左から右へ slide From Left */
.hvrSlide {
  color: #aaa287;
  padding: 10px 0px 9px 22px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  display: block;
  z-index: 0;
  font-size: 20px;
  font-weight: 600;
}
.hvrSlide:before {
  position: absolute;
  transition: 0.5s;
  content: '';
  width: 0;
  bottom: 0;
  background: #aaa287;
  height: 120%;
  left: -20%;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  z-index: -1
}
/*.hvrSlide:hover {
  color: #fff;
}*/
.hvrSlide:hover:before {
  width: 120%;
  left: -10%;
}
.nomalBtn, .nomalBtn_w {
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0;
}
.nomalBtn a, .nomalBtn_w a {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 17px;
  line-height: 1;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nomalBtn a {
  color: #041934;
  border: solid 1px #041934;
  background: #041934;
}
.nomalBtn_w a {
  color: #fff;
  border: solid 1px #041934;
  background: #fff;
}
.nomalBtn a:before, .nomalBtn_w a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nomalBtn a:before {
  background: #fff;
}
.nomalBtn_w a:before {
  background: #041934;
}
.nomalBtn a:hover {
  color: #fff;
}
.nomalBtn_w a:hover {
  color: #041934;
}
.nomalBtn a:hover:before, .nomalBtn_w a:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.slick-prev::before {
  content: url(/lib/cmn_img/prev.png);
}
.slick-next::before {
  content: url(/lib/cmn_img/next.png);
}
.slick-prev::before, .slick-next::before {
  width: 10px;
  height: 20px;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
@keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  80% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@-moz-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  80% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  80% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
.mov_bg {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.mov_bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: #041934;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.mov_bg.is-v:after {
  -webkit-transition: left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  transition: left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  -o-transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 100%;
  opacity: 0;
}
.mov_bg.is-v .mov_inr {
  opacity: 1;
  -webkit-transition: opacity 0s ease 1.3s;
  -o-transition: opacity 0s ease 1.3s;
  transition: opacity 0s ease 1.3s;
}
.mov_bg .mov_inr {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
/*-------
table
-----------*/
.tblBlue {
  width: 100%;
  font-size: 14px;
}
.tblBlue tr {
  border-bottom: 0.5px solid #bfbfbf;
}
.tblBlue tr:last-child {
  border-bottom: none;
}
.tblBlue th, .tblBlue td {
  padding: 5px;
}
.tblBlue th {
  background-color: #1d3048;
  color: #fff;
  text-align: center;
  width: 30%;
  font-weight: 500;
}
.tblBlue td {
  background-color: #fafcff;
  padding-left: 20px;
  color: #333;
  text-align: left;
  font-weight: 600;
}
.tblAtrBorde {
  width: 100%;
}
.tblAtrBorde tr th {
  width: 250px;
}
.tblAtrBorde tr th, .tblAtrBorde tr td {
  padding: 20px;
}
.tblAtrBorde tr:nth-child(2n) th, .tblAtrBorde tr:nth-child(2n) td {
  background-color: #f6f6f6;
  color: #333;
}
.tblGoldLine {
  font-size: 14px;
}
.tblGoldLine tr {
  margin-bottom: 20px;
  display: block;
}
.tblGoldLine tr:last-child {
  margin-bottom: 0;
}
.tblGoldLine th {
  border-bottom: solid 1px #d6cba1;
  font-weight: 500;
}
.tblGoldLine td {
  font-weight: 600;
}
.tblGoldLine th, .tblGoldLine td {
  display: block;
  padding: 5px 10px;
}
.yellowList li, .numList li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  position: relative;
}
.yellowList li::before {
  content: '■';
  font-size: 100%;
  margin-right: 1px;
  vertical-align: middle;
  color: #111;
}
p {
  font-size: 13px;
  line-height: 2;
}
.clm2 .clmInr, .clm3 .clmInr {
  width: 100%;
}
/*---------
HEADER
------------*/
.header {
  position: fixed;
  z-index: 999;
  height: 140px;
  width: 100%;
  top: 0;
  transition: ease-in;
  font-size: 14px;
  text-align: center;
}
.header .inr .logo {
  text-align: left;
  padding: 0;
  margin: auto;
}
.header .inr .logo a {
  display: inline-block;
  margin: 20px auto 0 18px;
}
.header.active .inr .logo a {
  margin: 10px auto 0 10px;
}
.header .inr .logo img {
  width: 50px;
}
/*-------
DOING
-----------*/
.header::before {
  content: '';
  background: #aaa287;
  -moz-background: #041934;
  -webkit-background: #041934;
  height: 60px;
  width: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: -1;
}
.header.active::before {
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#spHeader, .spMenu {
  display: block;
}
#spNav.active {
  visibility: visible;
  right: 0;
}
#spHeader {
  height: 60px;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 980;
}
#spHeader ul {
  overflow: hidden;
}
.spMenu {
  cursor: pointer;
  display: block;
  height: 50px;
  width: 60px;
  position: fixed;
  right: 5px;
  top: 10px;
  z-index: 1010;
}
.header.active .spMenu {
  top: 5px;
}
.spMenu span {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  height: 2px;
  width: 23px;
  position: absolute;
  left: 18px;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.spMenu span:nth-of-type(1) {
  top: 13px;
}
.spMenu span:nth-of-type(2) {
  top: 23px;
}
.spMenu span:nth-of-type(3) {
  top: 33px;
}
.spMenu.active {
  height: 60px;
  width: 60px;
}
.spMenu.active span {
  background-color: #aaa287;
}
.spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.spMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.spMenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.spMenu.active small {
  color: #000;
}
/*spNav*/
#spNav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 59px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}
#spNav::after {
  background: rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#spNav::before, #spNav::after {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#spNav.active::before, #spNav.active::after {
  opacity: 1;
}
#spNav .closeBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right;
}
#spNav nav {
  border-top: 1px solid #FFF;
}
#spNav nav ul li {
  border-bottom: 1px solid #FFF;
  float: left;
  width: 50%;
}
#spNav nav ul li.even {
  border-left: 1px solid #FFF;
}
#spNav nav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 15px 10px;
}
#spNav nav ul li a::before {
  color: #000;
  content: attr(data-text);
  display: block;
  font-size: 2.0rem;
  font-weight: normal;
  font-family: 'Staatliches', sans-serif;
  margin-bottom: 5px;
}
#spNav nav ul li a:hover {
  background-color: #448CBC;
  color: #FFF;
  text-decoration: none;
}
#spNav nav ul li a:hover::before {
  color: #FFF;
}
/*--------CONTETNS---------*/
.allWrap {
  overflow: hidden;
}
.contents {
  padding: 60px 15px;
  overflow: hidden;
  position: relative;
}
.contentsInr {
  max-width: 1240px;
  margin: auto;
  width: 100%;
}
.contTtl {
  font-size: 14px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 40px;
  line-height: 2;
  text-align: center;
}
.contTtl::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #a0a0a0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contTtl.left::after {
  left: 0;
  transform: translateX(0);
}
.contTtl .en {
  font-size: 40px;
  color: #555555;
}
#breadChumbs {
  font-size: 10px;
  margin: 15px 0 20px 15px;
}
#breadChumbs a {
  color: #111;
}
/*-------
footer
-----------*/
footer {
  background-color: #222222;
  padding: 80px 10px 20px;
  text-align: center;
}
footer .logo {
  max-width: 192px;
  width: 60%;
  margin: 0 auto 50px;
}
footer .link {
  margin-bottom: 60px;
}
footer .link li {
  display: block;
}
footer .link li a {
  font-size: 16px;
}
footer .copyright {
  font-size: 10px;
  line-height: 0;
  margin-top: 40px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .spDisp {
    display: none;
  }
  .pcDisp {
    display: block;
  }
  .tblGoldLine {
    font-size: 16px;
  }
  .tblGoldLine tr {
    margin-bottom: 40px;
  }
  .tblGoldLine th, .tblGoldLine td {
    display: table-cell;
  }
  .tblGoldLine th {
    border-right: solid 1px #d6cba1;
    border-bottom: none;
    padding: 20px 60px;
    text-align: center;
    width: 100px;
  }
  .tblGoldLine td {
    padding: 20px 10px 20px 80px;
  }
  .header::before {
    height: 70px;
  }
  .header .inr .gNav {
    text-align: left;
    position: absolute;
    right: 45px;
    top: 51px;
  }
  .header .inr .gNav li {
    padding: 0 12px;
    line-height: 1;
    display: inline-block;
  }
  .header .inr .gNav li a {
    color: #fff;
    font-weight: 600;
    line-height: 2;
    font-size: 15px;
    font-family: 'Staatliches', sans-serif;
  }
  .header.active .inr .logo a {
    margin-top: 16px;
    margin: 20px auto 0 17px
  }
  .header.active .inr .gNav {
    top: 16px;
  }
  .header .inr .gNav .contact_btn a {
    padding: 3px 15px;
    color: #d9d2b9;
    display: inline-block;
    position: relative;
    border: solid 1px #d9d2b9;
  }
  .header .inr .gNav .contact_btn a:hover {
    color: #fff;
    background-color: #d9d2b9;
  }
  #spHeader, .spMenu {
    display: none;
  }
  .spMenu {
    right: 5px;
    top: 10px;
  }
  .header .inr .logo a {
    margin: 45px auto 0 45px;
  }
  .header .inr .logo img {
    width: 60px;
  }
  .contents {
    padding: 120px 30px;
  }
  .contTtl {
    font-size: 20px;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .contTtl .en {
    font-size: 60px;
  }
  .slick-prev {
    left: 80px;
  }
  .slick-next {
    right: 80px;
  }
  footer {
    padding: 100px 10px 20px;
  }
  footer .link {
    margin-bottom: 100px;
  }
  footer .link li {
    display: inline-block;
    padding: 0 20px;
    line-height: 1.2;
  }
  footer .link li a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .tblGoldLine {
    font-size: 18px;
  }
  .tblGoldLine th {
    width: 150px;
    padding: 20px 100px;
  }
  .tblGoldLine td {
    padding: 20px 10px 20px 100px;
  }
}