@charset "UTF-8";
/* reset */
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, main, menu, nav, section, summary {
  display: block;
}

.b {font-weight:bold;}

/**ループ**/
@-webkit-keyframes loopLeft {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2380px 0px;
  }
}
@-moz-keyframes loopLeft {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2380px 0px;
  }
}
/**スピン**/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  max-height: 999999px;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  outline: none;
  text-decoration: none;
  color: #1C2A75;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus,
*:focus {
  outline: none;
}

img {
  display: block;
}

a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

select {
  cursor: pointer;
}
select option {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 1201px) {
  .pc {
    display: block;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .pc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #333;
}
@media screen and (min-width: 1201px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  body {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 24px;
  }
}

.container {
  position: relative;
}
.container .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .container .swiper-container {
    height: 420px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .container .swiper-container {
    height: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .container .swiper-container {
    height: 390px;
  }
}
@media screen and (max-width: 767px) {
  .container .swiper-container {
    height: 350px;
  }
}
.container .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 1000px;
  height: auto;
}
@media screen and (min-width: 1201px) {
  .container .swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .container .swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .container .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
.container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 0.4;
}
.container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 0.4;
}
.container .swiper-container .swiper-button-prev {
  left: 50%;
  margin-left: -575px;
}
.container .swiper-container .swiper-button-next {
  right: 50%;
  margin-right: -575px;
}

h2 {
  margin: 0 0 40px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
  color: #1C2A75;
}
@media screen and (min-width: 1201px) {
  h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 44px;
  }
}
h2 img {
  max-width: 100%;
  margin: 0 auto;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 40px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e5dbbc;
  border-radius: 2px;
}

@media screen and (min-width: 1201px) {
  .nav-sp {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .nav-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .nav-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .nav-sp {
    display: block;
  }
}
.nav-sp .nav-open {
  position: absolute;
  top: 5%;
  right: 5%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  z-index: 101;
}
.nav-sp .nav-open i {
  color: #1C2A75;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .nav-sp .nav-open i {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .nav-sp .nav-open i {
    font-size: 2.5em;
  }
}
.nav-sp ul {
  position: absolute;
  border-top: 5px solid #1C2A75;
  z-index: 101;
  box-shadow: 0 0 10px #888;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .nav-sp ul {
    width: 50%;
    margin: 0 0 0 -50%;
  }
}
@media screen and (max-width: 767px) {
  .nav-sp ul {
    width: 70%;
    margin: 0 0 0 -70%;
  }
}
.nav-sp ul li a {
  width: 100%;
  border-bottom: 2px solid #f8f8f8;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .nav-sp ul li a {
    padding: 20px 30px;
    box-sizing: border-box;
    background: #fff;
    display: block;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .nav-sp ul li a {
    padding: 25px 35px;
    box-sizing: border-box;
    background: #fff;
    display: block;
    font-size: 28px;
  }
}
.nav-sp ul li a:hover {
  background: #1C2A75;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .nav-sp ul li a:hover {
    padding: 15px 10px 15px 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .nav-sp ul li a:hover {
    padding: 15px 10px 15px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .nav-sp ul li a:hover {
    padding: 20px 10px 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .nav-sp ul li a:hover {
    padding: 25px 10px 25px 60px;
  }
}
.nav-sp ul li:last-child a {
  border-bottom: 0;
}
.nav-sp ul.open {
  margin: 0;
}

@media screen and (min-width: 1201px) {
  .nav-wrap {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .nav-wrap {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .nav-wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .nav-wrap ul li {
    font-size: 16px;
  }
}
.nav-wrap ul li a {
  padding: 15px 25px;
  display: block;
  font-weight: bold;
}
.nav-wrap ul li a:hover {
  padding: 25px 25px 5px;
}

.logo-wrap {
  position: relative;
  z-index: 100;
  text-align: center;
}
.logo-wrap .logo {
  width: auto;
  display: inline-block;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .logo-wrap .logo {
    padding: 2em 0 1em;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .logo-wrap .logo {
    padding: 2em 0 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .logo-wrap .logo {
    padding: 1.5em 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .logo-wrap .logo {
    padding: 1em 0 0.5em;
  }
}
.logo-wrap .logo img {
  margin: 0 auto;
}
.logo-wrap ul.nav {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .logo-wrap ul.nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .logo-wrap ul.nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .logo-wrap ul.nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .logo-wrap ul.nav {
    display: none;
  }
}
.logo-wrap ul.nav li {
  margin: 0;
  box-sizing: border-box;
}
.logo-wrap ul.nav li a {
  padding: 1em;
  display: inline-block;
  border-bottom: 3px solid #fff;
  box-sizing: border-box;
  font-weight: bold;
}
.logo-wrap ul.nav li a:hover {
  border-bottom: 3px solid #1C2A75;
}

.mainv-wide {
  width: 1000px;
  margin: 0 auto;
}
.mainv-wide div {
  width: 100%;
}
.mainv-wide div img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.mainv-sp {
  margin: 0 auto;
}
.mainv-sp img {
  width: 100%;
}

.news {
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .news {
    margin: 4em 0 2em;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .news {
    margin: 4em 0 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .news {
    margin: 3em 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .news {
    margin: 2em 0;
  }
}
.news ul {
  margin: 1em 0;
}
.news ul li {
  margin: 0.5em 0;
}
.news ul li .date {
  margin: 0 1em 0 0;
  font-weight: bold;
  color: #1C2A75;
}
.news ul li .new {
  margin: 0 0 0 1em;
  font-weight: bold;
  color: #C00;
}

.content {
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .content {
    margin: 70px auto 100px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .content {
    margin: 70px auto 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .content {
    margin: 50px auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    margin: 40px auto 100px;
  }
}

.under {
  margin: 150px auto;
}

.concept {
  box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .concept {
    width: 1000px;
    height: 860px;
    margin: 100px auto;
    padding: 170px 0 100px;
    background: url(../images/concept.png) no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .concept {
    width: 1000px;
    height: 860px;
    margin: 100px auto;
    padding: 170px 0 100px;
    background: url(../images/concept.png) no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .concept {
    margin: 4em 2em;
    padding: 2em;
    border: 6px double #1C2A75;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    margin: 4em 2em;
    padding: 2em;
    border: 6px double #1C2A75;
  }
}
.concept .text a {
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  background: #1C2A75;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .concept .text a {
    width: 300px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .concept .text a {
    width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .concept .text a {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .concept .text a {
    width: auto;
  }
}
.concept .text a:hover {
  padding: 15px 0 15px 15px;
}

.about-view {
  width: 100%;
  height: 500px;
  background: url(../images/about_view.png) center center no-repeat;
  background-size: cover;
}

.event-view {
  width: 100%;
  background: url(../images/event/view-bg.jpg) center center no-repeat;
  background-size: cover;
}
.event-view .choco {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1201px) {
  .event-view .choco {
    padding: 8em 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .event-view .choco {
    padding: 6em 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .event-view .choco {
    padding: 6em 0;
  }
}
@media screen and (max-width: 767px) {
  .event-view .choco {
    padding: 4em 0;
  }
}
.event-view .choco .limited {
  padding: 0 0 3em;
}
.event-view .choco .limited img {
  margin: 0 auto;
}
.event-view .choco .title {
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  text-shadow: 0 0 8px #000;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .event-view .choco .title {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .event-view .choco .title {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .event-view .choco .title {
    margin: 0 1em;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .event-view .choco .title {
    margin: 0 1em;
    font-size: 1.5em;
  }
}
.event-view .choco .title span {
  font-size: 1.2em;
  letter-spacing: -1.5px;
}

.about {
  margin: 60px auto;
}
@media screen and (min-width: 1201px) {
  .about {
    width: 910px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .about {
    width: 910px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .about {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about {
    width: 100%;
  }
}
.about .detail {
  margin: 0 0 140px;
  padding: 30px 0 0;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .about .detail {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .about .detail {
    padding: 0 50px;
  }
}
.about .detail h3 {
  margin: 90px 0 40px;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .about .detail h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .about .detail h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .about .detail h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about .detail h3 {
    font-size: 32px;
  }
}
.about .detail h3 img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .about .detail .detail-sub {
    margin: 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .about .detail .detail-sub {
    margin: 0x;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .about .detail .detail-sub {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .about .detail .detail-sub {
    margin: 0;
  }
}

.menu {
  box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .menu {
    width: 910px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .menu {
    width: 910px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .menu {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    width: 100%;
  }
}
.menu ul {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.menu ul li {
  margin: 0 5px 5px 0;
  overflow: hidden;
  box-sizing: border-box;
  float: left;
}
@media screen and (min-width: 1201px) {
  .menu ul li {
    width: 300px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .menu ul li {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .menu ul li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .menu ul li {
    width: 32%;
  }
}
.menu ul li img {
  width: 100%;
  margin: 0;
}
.menu ul li:nth-child(3n) {
  margin: 0 0 5px;
}
@media screen and (min-width: 1201px) {
  .menu ul.menu-detail {
    margin: 100px 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .menu ul.menu-detail {
    margin: 100px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .menu ul.menu-detail {
    margin: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .menu ul.menu-detail {
    margin: 40px 0;
  }
}
.menu ul.menu-detail li {
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
  overflow: hidden;
}
.menu ul.menu-detail li figure {
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .menu ul.menu-detail li figure {
    width: 400px;
    float: left;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .menu ul.menu-detail li figure {
    width: 400px;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .menu ul.menu-detail li figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .menu ul.menu-detail li figure {
    width: 100%;
  }
}
.menu ul.menu-detail li figure img {
  width: 100%;
  margin: 0;
}
.menu ul.menu-detail li .detail {
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .menu ul.menu-detail li .detail {
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .menu ul.menu-detail li .detail {
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .menu ul.menu-detail li .detail {
    width: 100%;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul.menu-detail li .detail {
    width: 100%;
    padding: 30px 50px;
  }
}
.menu ul.menu-detail li .detail h3 {
  margin: 0;
  display: block;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  line-height: 1.3

}
@media screen and (min-width: 1201px) {
  .menu ul.menu-detail li .detail h3 {
    font-size: 32px;
    line-height: 1.3
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .menu ul.menu-detail li .detail h3 {
    line-height: 1.3
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .menu ul.menu-detail li .detail h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul.menu-detail li .detail h3 {
    font-size: 40px;
  }
}
.menu ul.menu-detail li .detail .price {
  margin: 0;
  display: block;
  font-weight: bold;
  text-align: right;
  line-height: 1;
}
@media screen and (min-width: 1201px) {
  .menu ul.menu-detail li .detail .price {
    font-size: 28px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .menu ul.menu-detail li .detail .price {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .menu ul.menu-detail li .detail .price {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul.menu-detail li .detail .price {
    font-size: 36px;
  }
}
@media screen and (min-width: 1201px) {
  .menu ul.menu-detail li .detail .price span {
    font-size: 18px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .menu ul.menu-detail li .detail .price span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .menu ul.menu-detail li .detail .price span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul.menu-detail li .detail .price span {
    font-size: 26px;
  }
}
.menu ul.menu-detail li .detail .description {
  margin: 20px 0 0;
  text-align: left;
}

.instagram {
  box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .instagram {
    width: 910px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .instagram {
    width: 910px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .instagram {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .instagram {
    width: 100%;
  }
}
.instagram ul.instagram-list {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.instagram ul.instagram-list li {
  margin: 0 5px 5px 0;
  overflow: hidden;
  box-sizing: border-box;
  float: left;
}
@media screen and (min-width: 1201px) {
  .instagram ul.instagram-list li {
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .instagram ul.instagram-list li {
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .instagram ul.instagram-list li {
    width: 32%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .instagram ul.instagram-list li {
    width: 32%;
    height: 300px;
  }
}
.instagram ul.instagram-list li img {
  width: 100%;
}
.instagram ul.instagram-list li a {
  display: block;
}
.instagram ul.instagram-list li .info {
  height: 40px;
  padding: 0 1em;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: relative;
  line-height: 40px;
  font-size: 0.8em;
  color: #fff;
}
.instagram ul.instagram-list li .info .date {
  display: inline-block;
  float: left;
}
.instagram ul.instagram-list li .info .favorite {
  display: inline-block;
  float: right;
}
.instagram ul.instagram-list li .info .favorite:before {
  margin: 0 0.4em 0 0;
  content: "\f004";
  display: inline-block;
  font-family: FontAwesome;
  color: #e74c3c;
}
.instagram ul.instagram-list li:nth-child(3n) {
  margin: 0 0 5px;
}
.instagram ul.instagram-list li:hover .info {
  margin: -40px 0 0;
}

@media screen and (min-width: 1201px) {
  .link ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .link ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.link ul li {
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1201px) {
  .link ul li {
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .link ul li {
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .link ul li {
    border-bottom: 5px solid #f8f8f8;
  }
}
@media screen and (max-width: 767px) {
  .link ul li {
    border-bottom: 5px solid #f8f8f8;
  }
}
.link ul li a {
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .link ul li a {
    padding: 20px 0;
    display: block;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .link ul li a {
    padding: 20px 0;
    display: block;
    font-size: 30px;
  }
}
.link ul li:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1201px) {
  .link ul li:hover {
    padding: 7px 0 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .link ul li:hover {
    padding: 7px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .link ul li:hover {
    padding: 0;
    background: #f8f8f8;
  }
}
@media screen and (max-width: 767px) {
  .link ul li:hover {
    padding: 0;
    background: #f8f8f8;
  }
}
.link ul li:last-child {
  border-bottom: 0;
}

.event-content {
  margin: 60px auto;
}
@media screen and (min-width: 1201px) {
  .event-content {
    width: 910px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .event-content {
    width: 910px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .event-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .event-content {
    width: 100%;
  }
}
.event-content h2 {
  display: block;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  font-size: 2em;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #000;
}
.event-content h2 span {
  font-size: 1.2em;
}
.event-content h2:before {
  height: 1px;
  background-color: #ccc;
}
@media screen and (min-width: 1201px) {
  .event-content h2 {
    margin: 3em 0 1.5em;
    font-size: 2em;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .event-content h2 {
    margin: 3em 0 1.5em;
    font-size: 1.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .event-content h2 {
    margin: 3em 1em 1.5em;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .event-content h2 {
    margin: 3em 1em 1.5em;
    font-size: 1.5em;
  }
}
.event-content .detail {
  margin: 0 0 140px;
  padding: 30px 0 0;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .event-content .detail {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .event-content .detail {
    padding: 0 50px;
  }
}
.event-content .detail h3 {
  margin: 90px 0 40px;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .event-content .detail h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .event-content .detail h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .event-content .detail h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .event-content .detail h3 {
    font-size: 32px;
  }
}
.event-content .detail h3 img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .event-content .detail .detail-sub {
    margin: 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .event-content .detail .detail-sub {
    margin: 0x;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .event-content .detail .detail-sub {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .event-content .detail .detail-sub {
    margin: 0;
  }
}
.event-content .detail img {
  max-width: 100%;
}

.access {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.access p {
  margin: 0 auto 10px;
}
.access iframe {
  width: 100%;
  display: block;
}

.info {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #1C2A75;
  color: #fff;
}
.info .info-wrap {
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .info .info-wrap {
    width: 900px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .info .info-wrap {
    width: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .info .info-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .info .info-wrap {
    width: 100%;
  }
}
.info .info-wrap p {
  margin: 5px 0;
  font-weight: bold;
  text-align: center;
}
.info .info-wrap p a {
  color: #fff;
}

footer {
  background: #121b4c;
}
footer p {
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  footer p {
    font-size: 14px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  footer p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  footer p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 18px;
  }
}
footer p a {
  color: #fff;
}
