@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Global CSS

++++++++++++++++++++++++++++++++++++++++ */
.sp {
  display: none;
}

.pc {
  display: block;
}

img {
  max-width: 100%;
}

#main h2 img.sp {
  display: none;
}

h2,
h3 {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

/* ----------------------------------------
	Common Settings
---------------------------------------- */
body {
  color: #5d5d5d;
  min-width: 980px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

a {
  cursor: pointer;
  transition: .2s;
}

a img:hover {
  opacity: 0.8;
  transition: .2s;
}

header {
  padding: 19px 0 0;
  margin: auto;
  width: 980px;
}

header .inner {
  position: relative;
}

header h1 {
  margin-bottom: 10px;
}

header .btn-right {
  position: absolute;
  top: 11px;
  right: 0;
}

header .sns {
  margin-top: 8px;
  margin-right: 15px;
  display: inline-block;
}

.fb {
  margin-top: -8px;
  margin-left: 10px;
  float: right;
}

header .contact {
  float: right;
}

header .cp {
  margin-bottom: 16px;
  color: #9f9f9f;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
}

header .cp2 {
  margin-bottom: 16px;
  color: #bfbfbf;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
}

header nav {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}

header nav>ul>li>a {
  padding-bottom: 7px;
  display: block;
  border-bottom: 2px solid #1d9b8c;
}

header nav>ul>li {
  float: left;
  padding-bottom: 10px;
  margin-right: 10px;
  width: 237px;
  text-align: center;
}

header nav>ul>li:nth-child(4) {
  margin-right: 0;
}

header nav>ul>li>a.hover {
  color: #cda64e;
  border-bottom: 2px solid #e1bd2b;
}



#main h2 {
  width: 100%;
}
#main h2 img {
  margin: auto;
  max-width: 1280px;
}

#main h2.bnr-title {
  background: #9f7514;
}

#main h2.bnr-title img {
  margin: auto;
  max-width: 1280px;
}



h3.line {
  margin: 0 auto 15px;
  width: 980px;
  line-height: 71px;
  color: #a37815;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: url(../img/ttl_line.png) center no-repeat;
}

.sub-nav {
  position: absolute;
  top: 165px;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  transition: .2s;
  overflow: hidden;
}

.sub-nav.show {
  padding-bottom: 20px;
  height: auto;
}

.sub-nav ul {
  margin: auto;
  width: 100%;
  text-align: center;
}

.sub-nav li {
  display: inline-block;
  margin: 30px 0 0;
  width: 350px;
  text-align: left;
  line-height: 1.5;
  overflow: hidden;
}

.sub-nav li a {
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
}

.sub-nav li a.arrow:after {
  position: relative;
  top: 4px;
  left: 8px;
  display: inline-block;
  content: '';
  width: 12px;
  height: 16px;
  background: url(../img/arrow_y.svg) no-repeat;
}

.sub-nav li a:hover {
  color: #cda64e;
}

#archive {
  margin-top: 15px;
  margin-left: 10px;
  float: left;
  width: 220px;
  font-size: 14px;
  color: #707070;
  font-weight: 600;
}

#archive .label {
  padding-top: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 35px;
  font-size: 15px;
  font-weight: 600;
  font-family: YuMincho, 'Yu Mincho', serif;
  text-align: center;
}

#archive li {
  display: table;
  position: relative;
  padding: 9px 15px 10px;
  width: 190px;
  min-height: 57px;
  line-height: 18px;
  border-bottom: 2px solid #fff;
  background: #eeeeee;
  letter-spacing: 0;
}

#archive li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#archive li.active {
  color: #fff;
  background: #1d9b8c;
}

#archive li.active:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#archive a {
  display: table-cell;
  color: #707070;
  text-decoration: none;
  vertical-align: middle;
}

#archive .active a {
  color: #fff;
}

#archive span {
  font-size: 13px;
}

/* event
---------------------------------------- */
@media screen and (min-width:767px) {
  * {
    margin: 0;
    padding: 0;
  }

  #carouselwrap {
    position: relative;
    margin: auto;
    width: 980px;
    height: 180px;
    z-index: 4;
  }

  #carouselwrap #carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .sub-nav #carouselwrap #carousel li {
    display: block;
    float: left;
    margin: 30px 0 0;
    padding: 0 10px;
    width: 330px;
    text-align: left;
    line-height: 1.5;
  }

  #carouselwrap #prv,
  #carouselwrap #nxt {
    position: absolute;
    top: 73px;
    width: 24px;
    height: 42px;
    z-index: 4;
  }

  #carouselwrap #prv {
    left: -40px;
    background-image: url(../img/arrow_prev.svg);
    background-repeat: no-repeat;
    background-size: 23px;
  }

  #carouselwrap #nxt {
    right: -40px;
    background-image: url(../img/arrow_next.svg);
    background-repeat: no-repeat;
    background-size: 23px;
  }

  #carouselwrap .show {
    cursor: pointer;
  }

  #carouselwrap .hide {
    background-image: none !important;
  }
}

p.indent {
  text-indent: 1em;
}

p.all {
  margin: 30px auto 0;
  width: 84%;
  text-align: right;
}

p.all a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

p.all a:hover {
  color: #000;
  text-decoration: none;
}

p.green {
  background: #1d9b8c;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

p.green2 {
  background: #2399a7;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

p.green3 {
  background: #8c9828;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

p.blue {
  background: #0a9cd4;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

p.pink {
  background: #df738a;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}

p.gold {
  background: #ab9a49;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

p.orange {
  background: #ec911c;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}

p.purple {
  background: #575090;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}

p.darkblue {
  background: #2463b2;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}

p.azuki {
  background: #a1406b;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}

p.gray {
  background: #555555;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

p.lightgreen {
  background: #72bc1c;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}

#globalFooter {
  padding: 50px 0;
  background: #eeeeee;
}

#globalFooter a {
  color: #5d5d5d;
  text-decoration: none;
}

#globalFooter .banner {
  margin: 0 auto 45px;
  width: auto;
  max-width: 1200px;
  text-align: center;
}

#globalFooter .banner li {
  margin: 0 10px;
  display: inline-block;
}
#globalFooter .banner li img {
  max-height: 60px;
}

#globalFooter .links {
  width: 980px;
  margin: auto;
}

#globalFooter .links li {
  float: left;
  padding-left: 25px;
  width: 226px;
  font-size: 13px;
}

#globalFooter .links li:first-child {
  padding-left: 0;
}

#globalFooter .links li a {
  font-size: 10px;
}

#globalFooter .sns {
  text-align: center;
  margin: 50px auto 0;
  width: 160px;
}

footer {
  padding: 30px 0 40px;
  font-size: 10px;
  color: #999999;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', serif;
}

footer img {
  margin-bottom: 20px;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width:768px) {
  img {
    max-width: 100%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #main h2 img {
    width: 100%;
  }

  #main h2 img.pc {
    display: none;
  }

  #main h2 img.sp {
    display: block;
  }

  h3.line {
    padding: 7% 0;
    margin: 0 auto 2%;
    width: 100%;
    line-height: calc(71 / 750 * 100vw);
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: url(../img/ttl_line.png) no-repeat;
    background-size: 100% 100%;
  }

  body {
    padding-top: 21.8%;
    min-width: 100%;
    line-height: 1.5;
    font-size: 14px;
  }

  .scrLock {
    position: fixed;
    left: 0;
    right: 0;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 0;
    z-index: 2;
  }

  header .inner {
    position: relative;
    padding: 6.5% 0 2%;
    background: #fff;
  }

  header h1 {
    position: absolute;
    top: 16%;
    left: 2%;
    width: 100%;
    margin-bottom: 0;
  }

  header h1 img.sp {
    display: inline-block;
    width: 53.38%;
  }

  header .cp {
    padding: 8% 2% 0;
    margin-bottom: 0;
    font-size: 2vw;
  }

  header .cp2 {
    padding: 8% 2% 0;
    margin-bottom: 0;
    font-size: 2vw;
  }

  header nav,
  header .btn-right {
    display: none;
  }

  header nav {
    position: fixed;
    top: 0;
    padding-top: 5%;
    margin-top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 15px;
    overflow-y: scroll;
  }

  header nav>ul {
    height: 100%;
  }

  header nav>ul>li {
    float: left;
    padding-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    text-align: center;
  }

  header nav>ul>li>a {
    pointer-events: none;
    padding: 6px 0;
    display: block;
    border-bottom: 1px solid #fff;
  }

  header nav>ul>li>a.hover {
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  header nav>ul>li:last-child {
    margin-right: 0;
    padding-bottom: 50%;
  }

  .sub-nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background: none;
  }

  .sub-nav.show {
    padding-bottom: 0;
    height: auto;
  }

  .sub-nav li {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    border-bottom: 1px dotted;
  }

  .sub-nav li a {
    padding: 0;
  }

  .sub-nav li img {
    display: none;
  }

  .sub-nav ul {
    position: relative !important;
    margin: auto;
    width: 100% !important;
    text-align: center;
  }

  .nav-footer {
    margin-top: 5%;
    text-align: center;
  }

  .nav-footer .sns {
    margin: 20px auto 14px;
    display: block;
    width: 160px;
  }

  .fb {
    margin-top: -2px;
  }

  .nav-footer img {
    width: 50%;
  }

  #spMenu {
    position: absolute;
    top: 0;
    right: 3%;
    margin-top: 4.2%;
    width: 5.86%;
    padding-top: 5%;
    background: url(../img/sp/menu.svg) no-repeat;
    background-size: 100%;
  }

  #menuClose {
    position: absolute;
    top: 0;
    right: 3%;
    margin-top: 4.2%;
    width: 5.86%;
    padding-top: 5%;
    background: url(../img/sp/menu_close.svg) no-repeat;
    background-size: 100%;
  }

  p.green,
  p.blue,
  p.pink,
  p.gold,
  p.orange {
    width: 85px;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0;
  }

  #archive {
    float: none;
    margin: 7% 0 2%;
    width: 100%;
  }

  #archive a {
    display: table-cell !important;
    color: #707070;
    vertical-align: middle;
  }

  #archive .active a {
    display: block;
    color: #fff;
  }

  #archive span {
    font-size: 12px;
  }

  #archive .label {
    position: relative;
    padding-top: 8px;
    height: 30px;
    transition: .2s;
  }

  #archive .label.hide:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 10px;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 7px solid;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #archive .label:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 7px solid;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  #archive ul {
    display: table;
    font-size: 10px;
    width: 100%;
  }

  #archive li {
    display: table;
    position: relative;
    padding: 0 0 0 2%;
    float: left;
    width: 50%;
    height: 80px;
    font-size: 10px;
    line-height: 14px;
    border-bottom: 1px #707070 solid;
    box-sizing: border-box;
    background-position: 96% 50%;
  }

  #archive li:nth-child(odd) {
    border-right: 1px #707070 solid;
    box-sizing: border-box;
  }

  #archive li.active {
    background-position: 96% 50%;
  }

  #archive li:last-child {
    border-bottom: 1px #707070 solid;
  }

  footer {
    padding: 3% 0;
    font-size: 9px;
    color: #999999;
    text-align: center;
    font-family: YuMincho, 'Yu Mincho', serif;
  }

  footer img {
    margin-bottom: 0;
    width: 42%;
  }

  #globalFooter {
    padding: 5% 0;
    background: #fff;
  }

  #globalFooter .banner {
    margin: 0 auto 5%;
    width: 100%;
    text-align: center;
  }

  #globalFooter .banner li {
    margin: 0 2% 2%;
    display: inline-block;
    width: 41.28%;
  }
  #globalFooter .banner li img {
    max-height: none;
  }
  
  #globalFooter .links {
    width: 100%;
    margin: auto;
  }

  #globalFooter .links li:first-child {
    padding-left: 5%;
  }

  #globalFooter .links li {
    float: left;
    margin-bottom: 5%;
    padding-left: 5%;
    width: 44%;
    height: 75px;
    font-size: 10px;
  }

  #globalFooter .sns {
    text-align: center;
    margin: 31px auto 0;
  }

  #globalFooter .links li a {
    font-size: 9px;
  }

  #pagetop {
    padding: 12px 0;
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #696969;
  }

  #pagetop img {
    margin: auto;
    width: 25%;
  }
}