@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: inherit;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/* ページ共通
---------------------------------------------------- */
html {
  min-width: 1100px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  html {
    min-width: 0;
  }
}

body {
  background: #f4f4f4;
  margin: 0;
  padding: 0;
  font: 10px/1.4 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cbox2Overlay, #cbox2Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cbox2Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cbox2MiddleLeft, #cbox2BottomLeft {
  clear: left;
}

#cbox2Content {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

#cbox2LoadedContent {
  overflow: auto;
}

#cbox2LoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#cbox2Title {
  margin: 0;
}

#cbox2LoadingOverlay, #cbox2LoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cbox2Previous, #cbox2Next, #cbox2Close, #cbox2Slideshow {
  cursor: pointer;
}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cbox2Overlay {
  background: black url(/common/overlay.png) 0 0 repeat;
}

#cbox2TopLeft {
  width: 21px;
  height: 21px;
  background: none -100px 0 no-repeat;
}

#cbox2TopRight {
  width: 21px;
  height: 21px;
  background: none -129px 0 no-repeat;
}

#cbox2BottomLeft {
  width: 21px;
  height: 21px;
  background: none -100px -29px no-repeat;
}

#cbox2BottomRight {
  width: 21px;
  height: 21px;
  background: none -129px -29px no-repeat;
}

#cbox2MiddleLeft {
  width: 21px;
  background: none left top repeat-y;
}

#cbox2MiddleRight {
  width: 21px;
  background: none right top repeat-y;
}

#cbox2TopCenter {
  height: 21px;
  background: none 0 0 repeat-x;
}

#cbox2BottomCenter {
  height: 21px;
  background: none 0 -29px repeat-x;
}

/* #cbox2Content{background:;}*/
#cbox2LoadedContent {
  margin-bottom: 28px;
  padding: 30px 60px 0px;
}

#cbox2Title {
  position: absolute;
  top: 636px;
  left: 60px;
  text-align: left;
  width: 860px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}

#cbox2Current {
  position: absolute;
  top: 10px;
  left: 60px;
  color: #FFFFFF;
}

#cbox2Slideshow {
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: #FFFFFF;
}

#cbox2Previous {
  left: 10px;
  transform: rotate(-135deg);
}

#cbox2Next {
  right: 10px;
  transform: rotate(45deg);
}

#cbox2LoadingOverlay {
  background: url(/common/loading_background.png) center center no-repeat;
}

#cbox2LoadingGraphic {
  background: url(/common/loading.gif) center center no-repeat;
}

#cbox2Close {
  position: absolute;
  bottom: 11px;
  right: 60px;
  background: url(../images/colorbox_close.png);
  background-position: left 4px;
  background-repeat: no-repeat;
  width: 87px;
  height: 32px;
  text-indent: -9999px;
  border: 0px;
  border-radius: 5px;
}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
#cbox2Previous,
#cbox2Next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  text-indent: -9999px;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

#cbox2Previous:hover,
#cbox2Next:hover {
  opacity: 0.7;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}

@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes historyBox {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}

@keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}

@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.skip-link {
  display: none;
}

.l-header {
  background-color: #fff;
}

.l-header .line {
  display: flex;
}

.l-header .line:before, .l-header .line:after {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
}

@media screen and (max-width: 767px) {
  .l-header .line:before, .l-header .line:after {
    height: 4px;
  }
}

.l-header .line:before {
  background-color: #b6b6b6;
}

.l-header .line:after {
  background-color: #595959;
}

.l-header .hdIn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  margin: auto;
  padding: 24px 0 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-header .hdIn {
    width: auto;
    display: block;
    max-width: none;
    padding: 0;
  }
}

.l-header h1 {
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-header h1 {
    padding: 10px 0 13px;
  }
}

.l-header h1 a {
  display: block;
  transition: 0.3s;
}

.l-header h1 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-header h1 a {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .l-header h1 img {
    width: 218px;
  }
}

.l-header h1 span {
  display: block;
  margin-top: 1.0em;
  color: #595959;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .l-header h1 span {
    margin-top: 5px;
    font-size: 10px;
  }
}

.l-header .spMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header .spMenu {
    display: block;
    width: 23px;
    height: 23px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
  }
  .l-header .spMenu span {
    display: block;
    background-color: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .l-header .spMenu span:nth-child(1) {
    top: 0;
  }
  .l-header .spMenu span:nth-child(2) {
    top: 11px;
  }
  .l-header .spMenu span:nth-child(3) {
    top: 22px;
  }
  .l-header .spMenu.show span {
    width: 132%;
    left: -4px;
  }
  .l-header .spMenu.show span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
  }
  .l-header .spMenu.show span:nth-child(2) {
    opacity: 0;
  }
  .l-header .spMenu.show span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .l-header .nav {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .l-header .nav .in {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .l-header .nav .in {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding-bottom: 20px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.l-header .nav ul {
  display: flex;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  border-right: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .l-header .nav ul {
    display: block;
    border-bottom: 1px solid #b6b6b6;
    border-right: none;
  }
}

.l-header .nav ul li {
  border-left: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .l-header .nav ul li {
    border-top: 1px solid #b6b6b6;
    border-left: none;
  }
}

.l-header .nav ul li a {
  display: block;
  padding: 0 1.0em;
}

@media screen and (max-width: 767px) {
  .l-header .nav ul li a {
    padding: 20px;
  }
}

.l-header .nav ul li a:hover {
  text-decoration: underline;
}

.l-header .nav .contact {
  display: flex;
  align-items: center;
  background-color: #595959;
  padding: 11px 19px 13px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #595959;
  border-top: none;
  position: absolute;
  top: -6px;
  right: 0;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .l-header .nav .contact {
    justify-content: center;
    margin: 20px 20px 0;
    padding: 15px 20px 17px;
    position: static;
  }
}

.l-header .nav .contact:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin-left: 12px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  transform: translate(0, 0) rotate(-45deg);
  transition: 0.3s;
}

.l-header .nav .contact:hover {
  background-color: #fff;
  color: #595959;
}

.l-header .nav .contact:hover:after {
  border-color: transparent #595959 #595959 transparent;
}

.l-cont {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.l-footer {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 0;
  }
}

.l-footer ul {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 11px 20px 17px;
}

@media screen and (max-width: 767px) {
  .l-footer ul {
    display: none;
  }
}

.l-footer ul li {
  font-size: 14px;
}

.l-footer ul li + li {
  margin-left: 2.0em;
}

.l-footer ul li a:hover {
  text-decoration: underline;
}

.l-footer .cBox {
  background-color: #282828;
  padding: 24px 20px 37px;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .l-footer .cBox {
    padding: 18px 10px 28px;
    font-size: 12px;
  }
}

.l-footer .cBox h3 span {
  display: inline-block;
  margin-bottom: 13px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .l-footer .cBox h3 span {
    margin-bottom: 8px;
    padding-bottom: 4px;
  }
}

.l-footer .cBox p {
  line-height: 1.42857;
}

.l-footer .copyright {
  padding: 18px 20px 52px;
  font-size: 10px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-footer .copyright {
    padding: 15px 10px 46px;
    font-size: 8px;
  }
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* パディング */
  /* インナー */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.u-titleBlock {
  text-align: center;
  background-image: url("../img/title.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .u-titleBlock {
    margin-bottom: 0px;
  }
}

.u-titleBlock h1 {
  display: inline-block;
  background: #FFF;
  padding: .3em .5em;
  font-size: 2.8rem;
  font-weight: bold;
}

.u-mainBox {
  padding: 40px 0 80px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-mainBox {
    padding: 0px;
  }
}

.u-section {
  position: relative;
}

.u-section.isType2 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .u-section.isType2 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-section {
    box-sizing: border-box;
    padding: 0 5.33333vw;
  }
}

.u-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .u-section:before {
    display: none;
  }
}

.u-section:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 80px);
  background: #000;
  position: absolute;
  top: -40px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .u-section:after {
    content: normal;
  }
}

.u-section:nth-child(odd):after {
  left: auto;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .u-section:nth-child(even) {
    background: #FFF;
  }
}

.u-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  line-height: 2;
  padding-bottom: 80px;
}

.u-inner.sz2 {
  max-width: 1200px;
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 767px) {
  .u-inner {
    width: auto;
    padding-bottom: 10.66667vw;
  }
}

.u-tatoeba {
  margin-top: 30px;
  display: inline-block;
  color: #333;
  font-size: 14px;
  position: relative;
  line-height: 1;
  font-weight: bold;
}

.u-ttl1 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .u-ttl1 {
    padding-top: 6.66667vw;
    font-size: 1.8rem;
    margin-bottom: 3vw;
  }
}

.u-ttl1 span {
  display: inline-block;
  line-height: 1.4;
  position: relative;
  top: -1em;
  padding: 0 1em;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .u-ttl1 span {
    top: 0px;
    background: transparent;
    line-height: 1.6;
  }
}

.u-ttl2 {
  font-size: 2rem;
  font-weight: bold;
  border-left: 5px solid #222222;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 35px;
}

.u-eventList {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .u-eventList {
    flex-direction: column;
  }
}

.u-eventList li {
  width: 31%;
  background: #FFF;
  box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .u-eventList li {
    width: 100%;
    margin-bottom: 5vw;
  }
  .u-eventList li img {
    width: 100%;
  }
}

.u-eventList li a {
  background: #FFF;
  display: block;
}

.u-eventList li p {
  font-size: 14px;
  padding: 14px 15px;
  line-height: 1.6;
}

.u-red1 {
  background-color: #c80000;
}

.u-red1_a50 {
  background-color: rgba(200, 0, 0, 0.5);
}

.u-btn {
  text-align: center;
  padding-top: 20px;
}

.u-btn a {
  display: inline-block;
  border-radius: 50px;
  background: #FFF;
  border: 1px solid #000;
  text-align: center;
  padding: .5em 2em;
  line-height: 1.4;
  font-weight: bold;
  box-shadow: 0px 3px 0px #000;
  font-size: 2rem;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .u-btn a {
    font-size: 1.6rem;
  }
}

.u-btn a:hover {
  background-color: #000;
  color: #fff;
}

.u-btn.sz1 {
  padding: 0.5em 1.0em;
  font-size: 1.8rem;
}

.u-btn.clr1 {
  background-color: #00f;
  color: #fff;
  transition: 0.3s;
}

.u-btn.clr1:hover {
  opacity: 0.7;
}

.u-btn.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}

.u-btn.clr2:hover {
  background-color: #ff1616;
}

.u-contactBtn {
  text-align: center;
  padding-top: 40px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .u-contactBtn {
    padding-top: 5vw;
  }
}

.u-contactBtn a {
  display: block;
  border-radius: 50px;
  background: #595959;
  color: #FFF;
  text-align: center;
  padding: .5em;
  line-height: 1.4;
  font-weight: bold;
  box-shadow: 0px 3px 0px #000;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .u-contactBtn a {
    font-size: 2rem;
  }
}

.u-contactBtn a:hover {
  opacity: .8;
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: 0.3s;
}

.slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 4.93867vw;
    height: 8vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 1.33333vw;
  }
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 1.33333vw;
  }
}

.slick-dots li {
  background-color: #CCC;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #3B3561;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.53333vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

/*--------------------------------------
 トップ
---------------------------------------*/
.pageTop .leadBox {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pageTop .leadBox {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }
}

.pageTop .whoList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.pageTop .imgBox {
  text-align: center;
}

.pageTop .imgBox img {
  margin-bottom: 1em;
}

.pageTop .slick-slide img {
  margin: 0 auto;
}

.pageOutline .secMadori {
  /*display: block !important;*/
}

.pageOutline .contBox {
  padding-bottom: 30px;
}

.pageOutline .ttlplan {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.pageOutline .notes {
  text-align: right;
  font-size: 14px;
}

.pageOutline .outListBox {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1.414px 1.414px 19px 0px rgba(0, 0, 0, 0.1);
}

.pageOutline .outListBox .u-tatoeba {
  margin-top: 0px;
}

.pageOutline .outListBox p {
  text-align: right;
  font-size: 12px;
  padding-top: 5px;
}

.pageOutline .outListBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pageOutline .outListBox ul {
    padding: 4vw;
  }
}

.pageOutline .outListBox ul li {
  width: 49%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 767px) {
  .pageOutline .outListBox ul li {
    font-size: 14px;
  }
}

.pageOutline .outListBox ul li:before {
  content: "●";
  color: #666;
  margin-right: .5em;
}

@media screen and (max-width: 767px) {
  .pageOutline .outListBox ul li {
    width: 100%;
  }
}

.pageOutline .outListBox ul li span {
  background: linear-gradient(transparent 49%, #FFFF00 0%);
}

.pageOutline .mainBox {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pageOutline .mainBox {
    margin-bottom: 50px;
    padding: 30px 20px 0;
  }
}

.pageOutline .secretBox {
  background-color: #4d4d4d;
  max-width: 645px;
  margin: auto;
  padding: 30px 20px 40px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pageOutline .secretBox {
    max-width: none;
    padding: 20px 15px 30px;
  }
}

.pageOutline .secretBox h3 {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.68421;
}

@media screen and (max-width: 767px) {
  .pageOutline .secretBox h3 {
    font-size: 16px;
  }
}

.pageOutline .secretBox .form {
  display: flex;
  justify-content: center;
}

.pageOutline .secretBox .form .passBox {
  background-color: #fff;
  padding: 10px 15px;
  margin-right: 12px;
  font-size: 14px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .pageOutline .secretBox .form .passBox {
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }
}

.pageOutline .secretBox .form .btnPassSub {
  background-color: #000;
  padding: 9px 20px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .pageOutline .secretBox .form .btnPassSub {
    flex-shrink: 0;
  }
}

.pageOutline .secretBox .u-btn a {
  color: #222;
}

.pageOutline .secMadori {
  display: none;
}

.pageOutline .u-ttl2 {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .pageOutline .u-ttl2 {
    margin-top: 50px;
  }
}

.pageOutline .madoriList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pageOutline .madoriList {
    display: block;
  }
}

.pageOutline .madoriList .madoris {
  width: 48%;
  background: #FFF;
  margin-bottom: 25px;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pageOutline .madoriList .madoris {
    width: auto;
    padding: 15px 15px 25px;
  }
}

.pageOutline .madoriList .madoris h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #000;
}

.pageOutline .madoriList .madoris .slkSld .item a {
  display: block;
  margin: 0 25px;
}

.pageOutline .madoriList .madoris .slkSld .item a img {
  width: 100%;
}

.pageOutline .madoriList .madoris .slkSld .slick-arrow {
  width: 14px;
  height: 23px;
  bottom: 34px;
}

.pageOutline .madoriList .madoris .slkSld .slick-arrow.slick-prev {
  background-image: url("../img/outline/arw_l.svg");
  left: 0;
}

.pageOutline .madoriList .madoris .slkSld .slick-arrow.slick-next {
  background-image: url("../img/outline/arw_r.svg");
  right: 0;
}

.pageOutline .madoriList .madoris .slkSld .slick-dots li {
  background-color: #d5d5d5;
  width: 14px;
  height: 14px;
  margin: 20px 7.5px 0;
}

.pageOutline .madoriList .madoris .slkSld .slick-dots li.slick-active {
  background-color: #222;
}

.pageOutline .madoriList .madoris .slkSld .slick-dots li:first-child:last-child {
  display: none;
}

.pageOutline .madoriNote {
  display: block;
  color: #222;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .pageOutline .madoriNote {
    margin-top: -10px;
  }
}

.pageOutline .cimgBox {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1.414px 1.414px 19px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .pageOutline .cimgBox {
    padding: 4vw;
  }
}

.infoTxt .in {
  display: flex;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1.414px 1.414px 19px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .infoTxt .in {
    display: block;
    padding: 5px 20px;
  }
}

.infoTxt .col {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .infoTxt .col {
    width: auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .infoTxt .col + .col {
    border-top: 1px solid #ccc;
  }
}

.infoTxt .col dl {
  display: flex;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .infoTxt .col dl {
    display: block;
  }
}

.infoTxt .col dl + dl {
  border-top: 1px solid #ccc;
}

.infoTxt .col dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #666;
  flex-shrink: 0;
  margin-right: 15px;
  padding: 10px 20px;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .infoTxt .col dt {
    margin: 0 0 10px;
  }
}

.infoTxt .col dd {
  align-self: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .infoTxt .col dd {
    width: auto;
  }
}

.infoTxt .col dd p {
  display: flex;
  line-height: 1.5;
}

.infoTxt .col dd p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .infoTxt .col dd p + p {
    margin-top: 1.0em;
  }
}

.infoTxt .note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

.pageWho .lead {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pageWho .lead {
    text-align: left;
  }
}

.pageWho .imgs li {
  padding-top: 50px;
}

.pageWho .img1 {
  padding-top: 30px;
}

.pageWho .img1 p {
  text-align: right;
  font-size: 80%;
}

.pageWho .mainBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 80px 80px;
}

@media screen and (max-width: 767px) {
  .pageWho .mainBox {
    padding: 10.66667vw 5.33333vw;
  }
}

.pageWho .mainBox li {
  width: 450px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pageWho .mainBox li {
    width: 100%;
    text-align: center;
    margin-bottom: 0vw;
  }
}

.pageWho .customList {
  margin-top: 10px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pageWho .customList {
    margin-top: 8vw;
    padding: 0 0 12vw;
  }
}

.pageWho .customList li {
  position: relative;
  box-sizing: border-box;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .pageWho .customList li {
    line-height: 1.7;
  }
}

.pageWho .customList li:nth-child(odd) {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .pageWho .customList li:nth-child(odd) {
    width: 100%;
  }
}

.pageWho .customList li:nth-child(even) {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .pageWho .customList li:nth-child(even) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageWho .customList li + li {
    margin-top: 1.28vw;
  }
}

.pageWho .customList li:before {
  position: absolute;
  content: "・";
  display: inline-block;
  top: 0;
  left: 0;
}

.pageWho .img + p {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .pageWho .img + p {
    margin-top: 8vw;
  }
}

.pageWho .box {
  font-size: 1.4rem;
  margin-top: 35px;
  padding: 15px 30px;
  background: #e3e3e3;
}

@media screen and (max-width: 767px) {
  .pageWho .box {
    margin-top: 9.33333vw;
    padding: 4vw;
  }
}

.pageWho .box dt {
  font-weight: bold;
}

.pageWho .imgBox {
  margin: 35px -17px 0;
}

@media screen and (max-width: 767px) {
  .pageWho .imgBox {
    margin: 9.33333vw 0 0 0;
  }
}

.pagePlace .mainBox {
  display: flex;
  align-items: flex-end;
  padding: 20px 0 100px 100px;
}

@media screen and (max-width: 767px) {
  .pagePlace .mainBox {
    display: block;
    padding: 25px 20px 50px;
  }
}

.pagePlace .mainBox .img {
  flex-shrink: 0;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .pagePlace .mainBox .img {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .pagePlace .mainBox .img img {
    width: 100%;
  }
}

.pagePlace .mainBox .txt {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pagePlace .mainBox .txt {
    width: auto;
  }
}

.pagePlace .mainBox .txt dl {
  padding: 35px 0 30px;
}

@media screen and (max-width: 767px) {
  .pagePlace .mainBox .txt dl {
    padding: 20px 0;
  }
}

.pagePlace .mainBox .txt dl + dl {
  border-top: 1px solid #000;
}

.pagePlace .mainBox .txt dt {
  margin-bottom: 5px;
  font-size: 18px;
}

.pagePlace .mainBox .txt dd {
  font-size: 14px;
  line-height: 1.71429;
}

.pagePlace .mainBox .txt dd p + p {
  margin-top: 1.0em;
}

.pagePlace .imgBox {
  margin-top: 35px;
}

.pageAbout .u-inner {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .pageAbout .u-inner {
    padding: 30px 0;
  }
}

.pageAbout .box {
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  padding: 50px;
  border-radius: 5px;
  box-shadow: 1.414px 1.414px 19px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .pageAbout .box {
    display: block;
    padding: 20px;
  }
}

.pageAbout .box .txt {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .pageAbout .box .txt {
    margin: 0 0 30px;
  }
}

.pageAbout .box .txt h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pageAbout .box .txt h2 {
    margin: 20px 0 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .pageAbout .box .txt h2 img {
    width: 180px;
  }
}

.pageAbout .box .txt h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6875;
}

.pageAbout .box .txt p {
  font-size: 16px;
  line-height: 1.6875;
}

.pageAbout .box .txt dl {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.58333;
}

.pageAbout .box .img {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .pageAbout .box .img {
    text-align: center;
  }
}

.pageContact .u-inner {
  max-width: 600px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .pageContact .u-inner {
    max-width: none;
    padding: 0 5.33333vw 30px;
  }
}

.pageContact .lead1 {
  padding: 30px 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.6875;
}

@media screen and (max-width: 767px) {
  .pageContact .lead1 {
    padding: 30px 20px;
    text-align: left;
  }
}

.pageContact .formBox {
  background-color: white;
  padding: 35px 35px 55px;
  border-radius: 5px;
  box-shadow: 1.414px 1.414px 19px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .pageContact .formBox {
    padding: 30px 20px;
  }
}

.pageContact .formBox li + li {
  margin-top: 40px;
}

.pageContact .formBox li .partTtl {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.6875;
}

.pageContact .formBox li .partTtl em {
  display: inline-block;
  background-color: #000;
  margin-left: 10px;
  padding: 5px 8px 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.pageContact .formBox li .partVal input[type="text"], .pageContact .formBox li .partVal input[type="email"], .pageContact .formBox li .partVal input[type="tel"] {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #666;
  border-radius: 3px;
  box-shadow: inset 1.089px 1.677px 2px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pageContact .formBox li .partVal input[type="text"], .pageContact .formBox li .partVal input[type="email"], .pageContact .formBox li .partVal input[type="tel"] {
    padding: 8px 10px;
  }
}

.pageContact .formBox li .partVal textarea {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #666;
  border-radius: 3px;
  height: 8em;
  box-shadow: inset 1.089px 1.677px 2px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pageContact .formBox li .partVal textarea {
    padding: 8px 10px;
  }
}

.pageContact .formBox li .partVal .your-sanka .wpcf7-list-item.first {
  margin: 0 40px 0 0;
}

.pageContact .formBox li .partVal .your-sanka .wpcf7-list-item.last {
  margin: 0;
}

.pageContact .formBox li .partVal .which-event .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.pageContact .formBox li .btnWrap {
  text-align: center;
}

.pageContact .formBox li .btnWrap input {
  display: inline-block;
  background-color: #595959;
  width: 85.84906%;
  padding: 22px 30px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  border: 1px solid #595959;
  border-radius: 100px;
  box-shadow: 0px 5px 0px 0px #282828;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .pageContact .formBox li .btnWrap input {
    display: block;
    width: 100%;
  }
}

.pageContact .formBox li .btnWrap input:hover {
  background-color: #fff;
  color: #282828;
}

.pageContact .formBox .wpcf7 form .wpcf7-response-output {
  font-weight: bold;
  text-align: center;
  border: none;
}

.post-type-archive-outline .cbox2Photo {
  max-width: 800px;
  max-height: 700px;
}

.pageFaq article dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.pageFaq article dl dt:before {
  content: "Q.";
  font-size: 2em;
  font-weight: bold;
  margin-right: .5em;
  line-height: 1.4;
}

.pageFaq article dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-bottom: 1px dotted #000;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
}

.pageFaq article dl dd:before {
  content: "A.";
  font-size: 2em;
  font-weight: bold;
  color: #999;
  line-height: 1.4;
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*-- Width --*/
.WAuto {
  width: auto !important;
}

/*-- Margin --*/
.M0 {
  margin: 0 !important;
}

.MA {
  margin: auto !important;
}

.MTA {
  margin-top: auto !important;
}

.MRA {
  margin-right: auto !important;
}

.MBA {
  margin-bottom: auto !important;
}

.MLA {
  margin-left: auto !important;
}

/*-- Padding --*/
.P0 {
  padding: 0 !important;
}

.PA {
  padding: auto !important;
}

.PTA {
  padding-top: auto !important;
}

.PRA {
  padding-right: auto !important;
}

.PBA {
  padding-bottom: auto !important;
}

.PLA {
  padding-left: auto !important;
}

/*-- Font --*/
.ffNS {
  font-family: "Noto Sans Japanese";
}

.fz6 {
  font-size: 6px;
}

.fz6R {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 7px;
}

.fz7R {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 8px;
}

.fz8R {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 9px;
}

.fz9R {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
}

.fz10R {
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
}

.fz11R {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
}

.fz12R {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
}

.fz13R {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
}

.fz14R {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
}

.fz15R {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
}

.fz16R {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
}

.fz17R {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
}

.fz18R {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
}

.fz19R {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
}

.fz20R {
  font-size: 2rem;
}

.fz21 {
  font-size: 21px;
}

.fz21R {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 22px;
}

.fz22R {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 23px;
}

.fz23R {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 24px;
}

.fz24R {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 25px;
}

.fz25R {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 26px;
}

.fz26R {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 27px;
}

.fz27R {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 28px;
}

.fz28R {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 29px;
}

.fz29R {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 30px;
}

.fz30R {
  font-size: 3rem;
}

.fz31 {
  font-size: 31px;
}

.fz31R {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 32px;
}

.fz32R {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 33px;
}

.fz33R {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 34px;
}

.fz34R {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 35px;
}

.fz35R {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 36px;
}

.fz36R {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 37px;
}

.fz37R {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 38px;
}

.fz38R {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 39px;
}

.fz39R {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 40px;
}

.fz40R {
  font-size: 4rem;
}

.fz41 {
  font-size: 41px;
}

.fz41R {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 42px;
}

.fz42R {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 43px;
}

.fz43R {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 44px;
}

.fz44R {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 45px;
}

.fz45R {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 46px;
}

.fz46R {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 47px;
}

.fz47R {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 48px;
}

.fz48R {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 49px;
}

.fz49R {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 50px;
}

.fz50R {
  font-size: 5rem;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.lh8 {
  line-height: 0.8 !important;
}

.lh9 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

/*-- Etc --*/
.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}

.jcFE {
  justify-content: flex-end !important;
}

.jcC {
  justify-content: center !important;
}

.jcSB {
  justify-content: space-between !important;
}

.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}

.aiFE {
  align-items: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiS {
  align-items: stretch !important;
}

.aiB {
  align-items: baseline !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.fltN {
  float: none !important;
}

.posS {
  position: static !important;
}

.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

.posF {
  position: fixed !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown {
  display: none;
}

.printBreak {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*-- Width --*/
  .spWAuto {
    width: auto !important;
  }
  /*-- Margin --*/
  .spM0 {
    margin: 0 !important;
  }
  .spMA {
    margin: auto !important;
  }
  .spMTA {
    margin-top: auto !important;
  }
  .spMRA {
    margin-right: auto !important;
  }
  .spMBA {
    margin-bottom: auto !important;
  }
  .spMLA {
    margin-left: auto !important;
  }
  /*-- Padding --*/
  .spP0 {
    padding: 0 !important;
  }
  .spPA {
    padding: auto !important;
  }
  .spPTA {
    padding-top: auto !important;
  }
  .spPRA {
    padding-right: auto !important;
  }
  .spPBA {
    padding-bottom: auto !important;
  }
  .spPLA {
    padding-left: auto !important;
  }
  /*-- Font --*/
  .spFz6 {
    font-size: 6px;
  }
  .spFz6R {
    font-size: 0.6rem;
  }
  .spFz7 {
    font-size: 7px;
  }
  .spFz7R {
    font-size: 0.7rem;
  }
  .spFz8 {
    font-size: 8px;
  }
  .spFz8R {
    font-size: 0.8rem;
  }
  .spFz9 {
    font-size: 9px;
  }
  .spFz9R {
    font-size: 0.9rem;
  }
  .spFz10 {
    font-size: 10px;
  }
  .spFz10R {
    font-size: 1rem;
  }
  .spFz11 {
    font-size: 11px;
  }
  .spFz11R {
    font-size: 1.1rem;
  }
  .spFz12 {
    font-size: 12px;
  }
  .spFz12R {
    font-size: 1.2rem;
  }
  .spFz13 {
    font-size: 13px;
  }
  .spFz13R {
    font-size: 1.3rem;
  }
  .spFz14 {
    font-size: 14px;
  }
  .spFz14R {
    font-size: 1.4rem;
  }
  .spFz15 {
    font-size: 15px;
  }
  .spFz15R {
    font-size: 1.5rem;
  }
  .spFz16 {
    font-size: 16px;
  }
  .spFz16R {
    font-size: 1.6rem;
  }
  .spFz17 {
    font-size: 17px;
  }
  .spFz17R {
    font-size: 1.7rem;
  }
  .spFz18 {
    font-size: 18px;
  }
  .spFz18R {
    font-size: 1.8rem;
  }
  .spFz19 {
    font-size: 19px;
  }
  .spFz19R {
    font-size: 1.9rem;
  }
  .spFz20 {
    font-size: 20px;
  }
  .spFz20R {
    font-size: 2rem;
  }
  .spFz21 {
    font-size: 21px;
  }
  .spFz21R {
    font-size: 2.1rem;
  }
  .spFz22 {
    font-size: 22px;
  }
  .spFz22R {
    font-size: 2.2rem;
  }
  .spFz23 {
    font-size: 23px;
  }
  .spFz23R {
    font-size: 2.3rem;
  }
  .spFz24 {
    font-size: 24px;
  }
  .spFz24R {
    font-size: 2.4rem;
  }
  .spFz25 {
    font-size: 25px;
  }
  .spFz25R {
    font-size: 2.5rem;
  }
  .spFz26 {
    font-size: 26px;
  }
  .spFz26R {
    font-size: 2.6rem;
  }
  .spFz27 {
    font-size: 27px;
  }
  .spFz27R {
    font-size: 2.7rem;
  }
  .spFz28 {
    font-size: 28px;
  }
  .spFz28R {
    font-size: 2.8rem;
  }
  .spFz29 {
    font-size: 29px;
  }
  .spFz29R {
    font-size: 2.9rem;
  }
  .spFz30 {
    font-size: 30px;
  }
  .spFz30R {
    font-size: 3rem;
  }
  .spFz31 {
    font-size: 31px;
  }
  .spFz31R {
    font-size: 3.1rem;
  }
  .spFz32 {
    font-size: 32px;
  }
  .spFz32R {
    font-size: 3.2rem;
  }
  .spFz33 {
    font-size: 33px;
  }
  .spFz33R {
    font-size: 3.3rem;
  }
  .spFz34 {
    font-size: 34px;
  }
  .spFz34R {
    font-size: 3.4rem;
  }
  .spFz35 {
    font-size: 35px;
  }
  .spFz35R {
    font-size: 3.5rem;
  }
  .spFz36 {
    font-size: 36px;
  }
  .spFz36R {
    font-size: 3.6rem;
  }
  .spFz37 {
    font-size: 37px;
  }
  .spFz37R {
    font-size: 3.7rem;
  }
  .spFz38 {
    font-size: 38px;
  }
  .spFz38R {
    font-size: 3.8rem;
  }
  .spFz39 {
    font-size: 39px;
  }
  .spFz39R {
    font-size: 3.9rem;
  }
  .spFz40 {
    font-size: 40px;
  }
  .spFz40R {
    font-size: 4rem;
  }
  .spFz41 {
    font-size: 41px;
  }
  .spFz41R {
    font-size: 4.1rem;
  }
  .spFz42 {
    font-size: 42px;
  }
  .spFz42R {
    font-size: 4.2rem;
  }
  .spFz43 {
    font-size: 43px;
  }
  .spFz43R {
    font-size: 4.3rem;
  }
  .spFz44 {
    font-size: 44px;
  }
  .spFz44R {
    font-size: 4.4rem;
  }
  .spFz45 {
    font-size: 45px;
  }
  .spFz45R {
    font-size: 4.5rem;
  }
  .spFz46 {
    font-size: 46px;
  }
  .spFz46R {
    font-size: 4.6rem;
  }
  .spFz47 {
    font-size: 47px;
  }
  .spFz47R {
    font-size: 4.7rem;
  }
  .spFz48 {
    font-size: 48px;
  }
  .spFz48R {
    font-size: 4.8rem;
  }
  .spFz49 {
    font-size: 49px;
  }
  .spFz49R {
    font-size: 4.9rem;
  }
  .spFz50 {
    font-size: 50px;
  }
  .spFz50R {
    font-size: 5rem;
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spLh8 {
    line-height: 0.8 !important;
  }
  .spLh9 {
    line-height: 0.9 !important;
  }
  .spLh10 {
    line-height: 1 !important;
  }
  .spLh11 {
    line-height: 1.1 !important;
  }
  .spLh12 {
    line-height: 1.2 !important;
  }
  .spLh13 {
    line-height: 1.3 !important;
  }
  .spLh14 {
    line-height: 1.4 !important;
  }
  .spLh15 {
    line-height: 1.5 !important;
  }
  .spLh16 {
    line-height: 1.6 !important;
  }
  .spLh17 {
    line-height: 1.7 !important;
  }
  .spLh18 {
    line-height: 1.8 !important;
  }
  .spLh19 {
    line-height: 1.9 !important;
  }
  .spLh20 {
    line-height: 2 !important;
  }
  .spLh21 {
    line-height: 2.1 !important;
  }
  .spLh22 {
    line-height: 2.2 !important;
  }
  .spLh23 {
    line-height: 2.3 !important;
  }
  .spLh24 {
    line-height: 2.4 !important;
  }
  .spLh25 {
    line-height: 2.5 !important;
  }
  .spLh26 {
    line-height: 2.6 !important;
  }
  .spLh27 {
    line-height: 2.7 !important;
  }
  .spLh28 {
    line-height: 2.8 !important;
  }
  .spLh29 {
    line-height: 2.9 !important;
  }
  .spLh30 {
    line-height: 3 !important;
  }
  /*-- Etc --*/
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
}
