@charset "UTF-8";
/* reset
----------------------------------------------------------*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

@media screen {
  [hidden~=screen] {
    display: inherit; }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

p, li, dt, dd {
  line-height: 1.8; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* slick theme
----------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: 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: 0.5; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #ebcc8c;
        opacity: 0.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ebcc8c;
      opacity: 0.75; }

/* PhotoSwipe by Dmitry Semenov | photoswipe.com
----------------------------------------------------------*/
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* variable
----------------------------------------------------------*/
/* media-query
----------------------------------------------------------*/
/* font-size
----------------------------------------------------------*/
/* h3
----------------------------------------------------------*/
/* Line
----------------------------------------------------------*/
/* Button
----------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon_l9z3pb.eot");
  src: url("fonts/icomoon_l9z3pb.eot#iefix") format("embedded-opentype"), url("fonts/icomoon_l9z3pb.ttf") format("truetype"), url("fonts/icomoon_l9z3pb.woff") format("woff"), url("fonts/icomoon_l9z3pb-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-down:before {
  content: "\e900"; }

/* animations
----------------------------------------------------------*/
@-webkit-keyframes arrow {
  50% {
    right: .5rem;
    opacity: 0; }
  100% {
    right: -2rem;
    opacity: 1; } }
@keyframes arrow {
  50% {
    right: .5rem;
    opacity: 0; }
  100% {
    right: -2rem;
    opacity: 1; } }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: translate(-10%) scale(0.5);
    transform: translate(-10%) scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1.0; } }

@keyframes zoom-in {
  0% {
    -webkit-transform: translate(-10%) scale(0.5);
    transform: translate(-10%) scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1.0; } }

/* WP adminbar
---------------------------------------- */
@media screen and (min-width: 782px) {
  body.admin-bar {
    margin-top: 32px; }
    body.admin-bar header {
      top: 32px; } }

@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px; }
    body.admin-bar header {
      top: 46px; } }

/*tool
----------------------------------------------------------*/
.mb0rem {
  margin-bottom: 0 !important; }

.mb05rem {
  margin-bottom: 0.5rem !important; }

.mb1rem {
  margin-bottom: 1rem !important; }

.mb2rem {
  margin-bottom: 2rem !important; }

.mb3rem {
  margin-bottom: 3rem !important; }

.mb4rem {
  margin-bottom: 4rem !important; }

.mb5rem {
  margin-bottom: 5rem !important; }

.mt1rem {
  margin-top: 1rem !important; }

.mt2rem {
  margin-top: 2rem !important; }

.mt3rem {
  margin-top: 3rem !important; }

.mt4rem {
  margin-top: 4rem !important; }

.pb05rem {
  padding-bottom: 0.5rem !important; }

.pb1rem {
  padding-bottom: 1rem !important; }

.pb2rem {
  padding-bottom: 2rem !important; }

.pb3rem {
  padding-bottom: 3rem !important; }

.pb5rem {
  padding-bottom: 5rem !important; }

.pb7rem {
  padding-bottom: 7rem !important; }

.fz14, .fs14 {
  font-size: 13px;
  font-size: 0.86667rem; }

.fz13, .fs13 {
  font-size: 13px;
  font-size: 0.86667rem; }

.fz12, .fs12 {
  font-size: 12px;
  font-size: 0.8rem; }

.fz11, .fs11 {
  font-size: 11px;
  font-size: 0.73333rem; }

.sp {
  display: none !important; }
  @media screen and (max-width: 480px) {
    .sp {
      display: block !important; } }

@media screen and (max-width: 480px) {
  .pc {
    display: none !important; } }

#wpadminbar {
  position: fixed !important; }

/*
----------------------------------------------------------*/
.attention {
  color: #f56087 !important;
  font-size: 90%; }
  .attention li {
    text-indent: -1rem;
    padding-left: 1rem; }
    .attention li:before {
      content: '※'; }

.note {
  color: #939393 !important;
  font-size: 90%; }
  .note li:before {
    content: none; }
  .note > a {
    color: #939393 !important;
    text-decoration: underline; }
    .note > a:hover {
      text-decoration: none; }

.arrowLink {
  color: #d2b16a; }
  .arrowLink:before {
    content: url(../img/common/arrow_dropdown.svg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block; }

.dotList li {
  text-indent: -1rem;
  margin-left: 1rem; }
  .dotList li:before {
    content: '';
    width: 5px;
    margin-right: .5rem;
    height: 5px;
    position: relative;
    top: -3px;
    border-radius: 50%;
    background: #ebcc8c;
    display: inline-block; }

.dotLineList * {
  padding-bottom: 1rem; }

.dotLineList * + * {
  border-top: 1px dotted #ebcc8c;
  padding-top: 1rem;
  padding-bottom: 0rem; }

.box {
  display: block;
  background: #fafafa;
  border-radius: 10px;
  padding: 60px 10px;
  width: 654px;
  margin: 0 auto;
  position: relative; }
  .box:before {
    content: url(../img/common/line_gray.png);
    display: block;
    position: absolute;
    top: 10px; }
  .box:after {
    content: url(../img/common/line_gray.png);
    display: block;
    position: absolute;
    bottom: 10px; }
  @media screen and (max-width: 480px) {
    .box {
      width: 80%;
      padding: 2rem 0;
      overflow: hidden; }
      .box p {
        margin: 1.5rem; } }

.indexList_text {
  font-size: 15px; }
  @media screen and (max-width: 480px) {
    .indexList_text {
      width: 100%; } }

.indexList_col1 .indexList_visual {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .indexList_col1 .indexList_visual img {
      width: 200%;
      margin: 0 -100%; } }

.indexList_col1 .indexList_content {
  width: 780px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .indexList_col1 .indexList_content {
      width: 80%; } }

.indexList_col1 .indexList_text {
  width: 480px;
  float: left; }
  @media screen and (max-width: 480px) {
    .indexList_col1 .indexList_text {
      width: 100%;
      float: none; } }

.indexList_col1 .btn_more01 {
  float: right;
  clear: none;
  margin: 0 auto 5px; }
  @media screen and (max-width: 480px) {
    .indexList_col1 .btn_more01 {
      float: none; } }

.indexList_col2 {
  overflow: hidden;
  width: 780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 480px) {
    .indexList_col2 {
      width: 100%;
      display: block; } }
  .indexList_col2 .half {
    position: relative;
    width: 47%;
    padding-bottom: 90px;
    margin: 0 6% 1.5rem 0; }
    .indexList_col2 .half img {
      max-width: 100%;
      height: auto; }
    .indexList_col2 .half:nth-of-type(2n) {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .indexList_col2 .half {
        width: 100%;
        float: none; }
        .indexList_col2 .half img {
          width: 100%; } }
  .indexList_col2 .btn_more01 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0 auto 5px; }

.col2 {
  overflow: hidden;
  width: 780px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .col2 {
      width: 100%; } }
  .col2 .sub {
    float: left;
    margin-right: 2.5rem; }
    @media screen and (max-width: 480px) {
      .col2 .sub {
        font-weight: normal;
        margin-right: 0;
        width: 100%; } }
  .col2 .main {
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      .col2 .main {
        overflow: initial; } }
  .col2 .half {
    width: 47%;
    float: left;
    margin: 0 6% 1.5rem 0; }
    .col2 .half img {
      max-width: 100%;
      height: auto; }
    .col2 .half:nth-child(2n) {
      margin-right: 0; }
    .col2 .half h2 {
      text-align: left; }
    .col2 .half .inner {
      width: auto; }
    @media screen and (max-width: 480px) {
      .col2 .half {
        width: 100%;
        float: none; }
        .col2 .half img {
          width: 100%; } }

.col3 * {
  float: left;
  width: 28%; }
  @media screen and (max-width: 480px) {
    .col3 * {
      width: 100%;
      float: none; } }
  .col3 * + * {
    margin-left: 3.7rem; }
    @media screen and (max-width: 480px) {
      .col3 * + * {
        margin-left: 0; } }
  .col3 * * {
    float: none;
    width: 100%;
    margin-left: 0; }

.dotstyle li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1rem; }

.catchCopy {
  font-size: 1.2rem;
  font-weight: bold; }
  .catchCopy:before {
    content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
    color: #ebcc8c;
    font-size: 15px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    height: 1rem;
    overflow: hidden; }
  .catchCopy:after {
    content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
    color: #ebcc8c;
    font-size: 15px;
    margin: 40px auto 0;
    text-align: center;
    display: block;
    height: 1rem;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      .catchCopy:after {
        margin-top: 20px; } }

.borderGold {
  border: 2px solid #ebcc8c;
  padding: 1rem;
  margin-bottom: 1rem; }

.numberList li {
  text-indent: -1.5em;
  padding: 0 0 10px 1.5em; }

.numberList li span {
  color: #ebcc8c;
  padding-right: 0.5em; }

.txtBold {
  font-weight: bold; }

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

.slick-slide {
  outline: none; }

/* common parts
---------------------------------------- */
html {
  height: 100%;
  font-size: 15px; }

body {
  font-family: 'Overpass','Yu Gothic', YuGothic, arial,sans-serif;
  height: 100%;
  color: #3e3d3d;
  padding-top: 116px; }
  @media screen and (max-width: 640px) {
    body {
      padding-top: 98px; } }

table {
  border: 2px solid #ebcc8c;
  border-bottom: 1px solid #ebcc8c;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%; }
  table th {
    background: #ebcc8c;
    padding: 1rem;
    border-bottom: 1px solid #fff; }
  table td {
    border-left: 1px solid #ebcc8c;
    border-bottom: 1px solid #ebcc8c;
    padding: 1rem;
    vertical-align: top; }
  table tr:last-child th {
    border-bottom: none; }
  table.dataTable th {
    width: 150px; }
    @media screen and (max-width: 480px) {
      table.dataTable th {
        width: auto; } }
  table .time {
    border-bottom: 2px solid #ebcc8c;
    background: #fafafa;
    padding: .5rem 1rem;
    text-align: center; }
  @media screen and (max-width: 480px) {
    table th, table td, table tr {
      width: 100%;
      display: block;
      text-align: center; }
    table td {
      border-left: none; } }

a {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #3e3d3d; }
  a:hover {
    color: #ebcc8c; }

svg {
  vertical-align: bottom; }

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 116px;
  background: #fff;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  @media screen and (max-width: 480px) {
    header {
      height: 92px;
      padding: 0; } }
  header.scroll {
    height: 60px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.04); }
    header.scroll h1 object, header.scroll #title object {
      width: 140px; }
    header.scroll .gnav li {
      line-height: 60px;
      -webkit-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      header.scroll .gnav li a {
        font-size: .7rem; }
    header.scroll .sub_menu {
      top: 60px !important; }
      header.scroll .sub_menu li {
        line-height: 1;
        height: auto; }
        header.scroll .sub_menu li a {
          font-size: 13px; }
    header.scroll .util {
      line-height: 60px; }
    header.scroll #spmenu {
      -webkit-transition: width 0.5s linear ,height 0.5s linear ,-webkit-transform 0.5s linear;
      transition: width 0.5s linear ,height 0.5s linear ,-webkit-transform 0.5s linear;
      -o-transition: transform 0.5s linear ,width 0.5s linear ,height 0.5s linear;
      transition: transform 0.5s linear ,width 0.5s linear ,height 0.5s linear;
      transition: transform 0.5s linear ,width 0.5s linear ,height 0.5s linear ,-webkit-transform 0.5s linear; }
      @media screen and (max-width: 768px) {
        header.scroll #spmenu {
          width: 60px; } }
  header nav {
    float: right;
    height: 100%; }
    header nav ul li {
      display: inline-block;
      vertical-align: middle; }
    @media screen and (max-width: 768px) {
      header nav {
        width: 100%; } }
  header h1, header p {
    height: 100%;
    float: left; }
    @media screen and (max-width: 480px) {
      header h1, header p {
        font-weight: normal; } }
    header h1 a, header p a {
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      vertical-align: middle;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 768px) {
        header h1 a, header p a {
          left: 0;
          right: 0; } }
  header .logo {
    width: 165px;
    height: 60px;
    display: inline-block;
    margin-left: 4vw; }
    header .logo object {
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      pointer-events: none; }
    @media screen and (max-width: 768px) {
      header .logo {
        margin: auto; } }
  header a {
    color: #000; }
    header a:hover {
      color: #d2b16a; }

#spmenu {
  display: none; }
  @media screen and (max-width: 768px) {
    #spmenu {
      -webkit-transition: width 0.5s linear ,height 0.5s linear ,-webkit-transform 0.5s linear;
      transition: width 0.5s linear ,height 0.5s linear ,-webkit-transform 0.5s linear;
      -o-transition: transform 0.5s linear ,width 0.5s linear ,height 0.5s linear;
      transition: transform 0.5s linear ,width 0.5s linear ,height 0.5s linear;
      transition: transform 0.5s linear ,width 0.5s linear ,height 0.5s linear ,-webkit-transform 0.5s linear;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 116px;
      border-left: 1px solid #f0f0f0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    #spmenu {
      width: 92px; } }
  @media screen and (max-width: 768px) and (max-width: 480px) and (max-width: 400px) {
    #spmenu {
      width: 60px; } }
  @media screen and (max-width: 768px) {
      #spmenu .toggle {
        display: none; }
      #spmenu .toggle-label {
        cursor: pointer;
        display: block;
        width: 48px;
        height: 48px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      #spmenu .toggle-label:active {
        -webkit-tap-highlight-color: transparent; }
      #spmenu .toggle-label {
        cursor: pointer; }
      #spmenu .toggle-label .toggle-icon,
      #spmenu .toggle-label .toggle-icon:before,
      #spmenu .toggle-label .toggle-icon:after {
        position: relative;
        display: block;
        top: 50%;
        left: 50%;
        height: 3px;
        width: 32px;
        background: #000;
        content: '';
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
      #spmenu .toggle-label .toggle-text {
        position: relative;
        display: block;
        top: 35px;
        height: 14px;
        font-size: 8px;
        font-size: 0.53333rem;
        color: #000;
        text-align: center; }
      #spmenu .toggle-label .toggle-text:before {
        position: absolute;
        width: 100%;
        left: 0;
        content: 'MENU';
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        visibility: visible;
        opacity: 1; }
      #spmenu .toggle-label .toggle-text:after {
        position: absolute;
        width: 100%;
        left: 0;
        color: #ebcc8c;
        content: 'CLOSE';
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        visibility: hidden;
        opacity: 0;
        z-index: 100; }
      #spmenu .toggle-label .toggle-icon {
        position: relative;
        z-index: 100;
        -webkit-transform: translate3d(-50%, -5px, 0);
        transform: translate3d(-50%, -5px, 0); }
      #spmenu .toggle-label .toggle-icon:before {
        -webkit-transform: translate3d(-50%, -11.5px, 0);
        transform: translate3d(-50%, -11.5px, 0); }
      #spmenu .toggle-label .toggle-icon:after {
        -webkit-transform: translate3d(-50%, 5px, 0);
        transform: translate3d(-50%, 5px, 0); }
      #spmenu .toggle:checked ~ .toggle-label {
        border-left: none; }
      #spmenu .toggle:checked ~ .toggle-label .toggle-icon {
        background-color: transparent; }
      #spmenu .toggle:checked ~ .toggle-label .toggle-icon:before,
      #spmenu .toggle:checked ~ .toggle-label .toggle-icon:after {
        top: 0;
        background: #ebcc8c; }
      #spmenu .toggle:checked ~ .toggle-label .toggle-icon:before {
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        top: 1.5px; }
      #spmenu .toggle:checked ~ .toggle-label .toggle-icon:after {
        -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
        transform: translateX(-50%) translateY(-10px) rotate(-45deg);
        top: 8.5px; }
      #spmenu .toggle:checked ~ .toggle-label .toggle-text:before {
        visibility: hidden;
        opacity: 0; }
      #spmenu .toggle:checked ~ .toggle-label .toggle-text:after {
        visibility: visible;
        opacity: 1; } }

.util {
  font-size: 11px;
  border-spacing: .7rem 0;
  float: left;
  margin-left: 1rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 100%; }
  .util li {
    display: table;
    border: none;
    height: 100%;
    float: left; }
    @media screen and (max-width: 480px) {
      .util li + li {
        margin-left: .8rem; } }
  .util a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none; }

.gnav {
  float: left;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .gnav {
      display: none; } }
  .gnav #gnav_top {
    display: none !important; }
    @media screen and (max-width: 480px) {
      .gnav #gnav_top {
        display: block !important; } }
  .gnav li {
    float: left;
    height: 100%;
    display: table;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .1rem;
    padding: 0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0; }
    .gnav li:hover .sub_menu {
      max-height: 1000px;
      -webkit-transition: max-height 1s ease-in;
      -o-transition: max-height 1s ease-in;
      transition: max-height 1s ease-in;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .gnav li + li {
      border-left: none; }
      .gnav li + li a {
        margin-left: -6px; }
    .gnav li a {
      height: 100%;
      white-space: nowrap;
      display: table-cell;
      vertical-align: middle;
      padding: 0 1rem 0 1.5rem; }
      .gnav li a:hover, .gnav li a.active {
        color: #d2b16a; }
        .gnav li a:hover span, .gnav li a.active span {
          border-bottom: 2px solid #ebcc8c;
          padding-bottom: .2rem; }
    .gnav li .sub_menu {
      background: #282727;
      width: 100%;
      position: absolute;
      top: 116px;
      left: 0;
      overflow: hidden;
      display: block;
      max-height: 0;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
      @media screen and (max-width: 768px) {
        .gnav li .sub_menu {
          max-height: 100%; } }
      .gnav li .sub_menu a {
        color: #dec286;
        font-size: 13px;
        padding: 0;
        font-weight: normal; }
        .gnav li .sub_menu a:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .gnav li .sub_menu .thumb {
        width: 226px;
        height: 127px;
        overflow: hidden;
        margin-bottom: .5rem; }
        .gnav li .sub_menu .thumb img {
          -webkit-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear; }
      .gnav li .sub_menu li {
        float: none;
        display: inline-block;
        border: none;
        padding: 1rem;
        line-height: 1;
        cursor: pointer;
        vertical-align: bottom; }
      .gnav li .sub_menu img {
        display: block;
        margin-bottom: .5rem; }
  .gnav .down_open {
    margin-left: .3rem; }

.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%; }

.no-disp {
  display: none; }

.nav-active {
  background: #282727;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 2rem 1.5rem 4rem; }
  .nav-active #spmenu {
    border: none; }
  .nav-active .gnav {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ebcc8c;
    padding-bottom: 1rem; }
    .nav-active .gnav a {
      color: #ebcc8c; }
    .nav-active .gnav li {
      float: none;
      height: auto !important;
      display: block;
      border: none;
      line-height: 2 !important;
      padding: 0 !important;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .nav-active .gnav li a {
        padding: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
      .nav-active .gnav li .main_con {
        color: #fff; }
        .nav-active .gnav li .main_con img {
          display: none; }
    .nav-active .gnav .sub_menu {
      height: 100% !important;
      position: relative;
      top: 0 !important;
      width: 100%;
      display: block;
      margin-bottom: 1rem;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .nav-active .gnav .sub_menu li {
        line-height: 2;
        width: 100%; }
      .nav-active .gnav .sub_menu a {
        font-size: 11px; }
        .nav-active .gnav .sub_menu a:before {
          content: "";
          display: inline-block;
          width: 20px;
          border: 1px solid #ebcc8c;
          vertical-align: super;
          margin-right: 10px; }
      .nav-active .gnav .sub_menu .thumb {
        display: none; }

.contents p {
  line-height: 1.8;
  color: #3e3d3d; }

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.btn_more01 {
  margin: 0 auto;
  text-align: center;
  width: 258px;
  clear: both;
  margin-bottom: 5px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .btn_more01 {
      width: 97%; } }
  .btn_more01 a, .btn_more01 input {
    border: 2px solid #ebcc8c;
    background: #fff;
    font-weight: bold;
    display: block;
    width: 258px;
    height: 52px;
    position: relative;
    z-index: 2;
    color: #3e3d3d !important;
    text-decoration: none !important;
    line-height: 1;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .btn_more01 a, .btn_more01 input {
        width: 97%; } }
    .btn_more01 a:after, .btn_more01 input:after {
      content: "";
      background: url(../img/common/arrow_btn.svg) no-repeat;
      display: block;
      width: 78px;
      padding-top: 78px;
      position: absolute;
      top: 17.33333px;
      right: -2rem;
      opacity: 0;
      z-index: 3; }
    .btn_more01 a:hover, .btn_more01 input:hover {
      background: #ebcc8c;
      border: 2px solid #ebcc8c; }
      .btn_more01 a:hover:after, .btn_more01 input:hover:after {
        -webkit-animation: arrow .3s forwards;
        animation: arrow .3s forwards; }
  .btn_more01:after {
    content: '';
    border: 2px solid #ebcc8c;
    background: #fff;
    width: 258px;
    height: 52px;
    position: absolute;
    top: 3px;
    left: 3px; }
    @media screen and (max-width: 480px) {
      .btn_more01:after {
        width: 97%; } }

.btn_more02 {
  margin: 0 auto;
  text-align: center;
  width: 258px;
  clear: both;
  margin-bottom: 5px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .btn_more02 {
      width: 97%; } }
  .btn_more02 a, .btn_more02 input {
    border: 2px solid #ebcc8c;
    background: #fff;
    font-weight: bold;
    display: block;
    width: 258px;
    height: 52px;
    position: relative;
    z-index: 2;
    color: #3e3d3d !important;
    text-decoration: none !important;
    line-height: 1;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .btn_more02 a, .btn_more02 input {
        width: 97%; } }
    .btn_more02 a:after, .btn_more02 input:after {
      content: "";
      background: url(../img/common/arrow_btn.svg) no-repeat;
      display: block;
      width: 78px;
      padding-top: 78px;
      position: absolute;
      top: 17.33333px;
      right: -2rem;
      opacity: 0;
      z-index: 3; }
    .btn_more02 a:hover, .btn_more02 input:hover {
      background: #ebcc8c;
      border: 2px solid #ebcc8c; }
      .btn_more02 a:hover:after, .btn_more02 input:hover:after {
        -webkit-animation: arrow .3s forwards;
        animation: arrow .3s forwards; }
  .btn_more02:after {
    content: '';
    border: 2px solid #ebcc8c;
    background: #fff;
    width: 258px;
    height: 52px;
    position: absolute;
    top: 3px;
    left: 3px; }
    @media screen and (max-width: 480px) {
      .btn_more02:after {
        width: 97%; } }
  .btn_more02 a, .btn_more02 input {
    background: #ebcc8c; }
    .btn_more02 a:hover, .btn_more02 input:hover {
      background: #fff !important; }

.partyArea {
  text-align: center; }
  .partyArea:before {
    content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
    color: #ebcc8c;
    font-size: 15px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    height: 1rem;
    overflow: hidden; }
  .partyArea:after {
    content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
    color: #ebcc8c;
    font-size: 15px;
    margin: 40px auto 0;
    text-align: center;
    display: block;
    height: 1rem;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      .partyArea:after {
        margin-top: 20px; } }
  @media screen and (max-width: 480px) {
    .partyArea {
      text-align: left; }
      .partyArea br {
        display: none; } }
  .partyArea .partyArea_title {
    text-align: center;
    font-size: 47px;
    line-height: 1.2;
    z-index: 2;
    position: relative;
    z-index: 2;
    margin-bottom: 27px; }
    .partyArea .partyArea_title:before {
      content: url("../img/home/party_h2.png");
      position: absolute;
      width: 100%;
      text-align: center;
      display: block;
      top: -2rem;
      z-index: -1; }
    .partyArea .partyArea_title:before {
      border: none; }
  .partyArea .partyArea_subtitle {
    color: #3e3d3d;
    font-size: 20px;
    margin-bottom: 1rem; }
    .partyArea .partyArea_subtitle:before {
      content: none; }
    @media screen and (max-width: 480px) {
      .partyArea .partyArea_subtitle {
        font-size: 18px; } }
  .partyArea ul {
    text-align: center;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 40px; }
  .partyArea li {
    width: 30%;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .partyArea li {
        width: 78%;
        float: none;
        margin-bottom: .5rem;
        margin: 0 auto .5rem; } }
    .partyArea li:nth-child(2) {
      margin: 0 5%; }
      @media screen and (max-width: 480px) {
        .partyArea li:nth-child(2) {
          margin: 0 auto .5rem; } }
    .partyArea li a {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .partyArea li a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .partyArea img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear; }
  .partyArea a span {
    color: #3e3d3d;
    font-weight: bold;
    background: #fff;
    display: block;
    width: 80%;
    line-height: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .partyArea p {
    margin-bottom: 26px; }
  .partyArea .btn_more02 a {
    color: #3e3d3d; }

#instagram {
  overflow: hidden;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 480px) {
    #instagram {
      height: auto; } }
  #instagram .inner {
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      #instagram .inner {
        height: auto;
        position: relative;
        margin-bottom: 0; } }
  #instagram p {
    text-align: center;
    background: #fff;
    display: inline-block;
    z-index: 2;
    font-size: 14px;
    padding: 18px 0;
    width: 260px;
    height: 88px;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    margin-top: -44px;
    left: 50%;
    margin-left: -130px; }
    #instagram p span {
      font-size: 23px;
      font-weight: bold; }

#instafeed {
  width: 1510px;
  position: relative;
  left: 50%;
  margin-left: -755px;
  clear: both; }
  #instafeed li {
    float: left;
    margin: 0 1px 1px 0; }
  #instafeed img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    #instafeed img:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  @media screen and (max-width: 480px) {
    #instafeed {
      width: 100%;
      left: 0;
      margin-left: 0; }
      #instafeed li {
        width: 25%;
        height: 25%;
        margin: 0; } }

#pagetop {
  position: relative;
  z-index: 99; }
  #pagetop a {
    display: block;
    position: fixed;
    bottom: 0;
    right: 20px; }
    #pagetop a img {
      width: 45px; }
  @media screen and (max-width: 480px) {
    #pagetop a {
      bottom: 10px;
      right: 10px; } }

footer {
  background: #282727;
  color: #ebcc8c;
  overflow: hidden; }
  footer .logo {
    width: 105px;
    height: 31px;
    overflow: hidden;
    float: left;
    fill: #ebcc8c;
    margin-left: 1rem; }
  footer .copy {
    padding: 92px 0 100px;
    border-bottom: 1px solid #ebcc8c;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      footer .copy {
        padding: 30px 0; } }
  footer .footer_nav {
    margin: 0 1rem 2rem 0;
    text-align: center; }
    footer .footer_nav li {
      display: inline-block; }
      footer .footer_nav li + li {
        margin-left: 30px; }
    footer .footer_nav a {
      color: #ebcc8c;
      font-size: 11px; }
      footer .footer_nav a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 480px) {
      footer .footer_nav {
        text-align: left;
        display: block;
        float: right;
        text-align: left;
        top: 0;
        margin: 0 1rem 1rem 0; }
        footer .footer_nav li {
          display: block; }
        footer .footer_nav li + li {
          margin: 0; } }
  footer small {
    text-align: center;
    font-size: 10px;
    display: block;
    margin-bottom: 27px;
    clear: both; }
    @media screen and (max-width: 480px) {
      footer small {
        text-align: left;
        margin-left: 1rem; } }

.sec h1, .sec h2 {
  text-align: center; }

.sec h1 {
  font-size: 40px;
  font-size: 2.66667rem;
  padding: 90px 0 40px; }
  @media screen and (max-width: 480px) {
    .sec h1 {
      font-size: 30px;
      font-size: 2rem; } }

.sec h2 {
  font-size: 28px;
  font-size: 1.86667rem;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .sec h2 {
      font-size: 20px;
      font-size: 1.33333rem; } }

.sec h3 {
  font-size: 23px;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 15px;
  text-indent: -2.5rem;
  margin-left: 2.5rem; }
  .sec h3:before {
    content: '';
    display: inline-block;
    width: 48px;
    border: 1px solid #ebcc8c;
    margin-right: 20px;
    vertical-align: super; }
    @media screen and (max-width: 480px) {
      .sec h3:before {
        width: 30px;
        margin-right: 10px; } }

.sec h4, .sec .qa dt, .qa .sec dt {
  font-size: 16px;
  margin-bottom: .5rem;
  display: block; }
  .sec h4:before, .sec .qa dt:before, .qa .sec dt:before {
    content: '*';
    color: #ebcc8c;
    font-size: 30px;
    line-height: 1;
    vertical-align: text-top;
    margin-right: 14px; }
    @media screen and (max-width: 480px) {
      .sec h4:before, .sec .qa dt:before, .qa .sec dt:before {
        font-size: initial; } }

.sec footer .inner {
  padding: 1rem 0; }

.sec footer .footer_nav {
  margin: 0; }

.sec footer small {
  margin-bottom: 0; }

.sec .contents section {
  margin-bottom: 80px;
  overflow: hidden; }

.sec .contents p {
  margin-bottom: 1rem; }

.sec .contents .read {
  margin-bottom: 3rem; }

.sec .inner {
  max-width: 780px; }
  .sec .inner .read {
    text-align: left; }

.sec .copy {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-top: 45px;
  padding-bottom: 20px; }
  .sec .copy:before {
    content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
    color: #ebcc8c;
    font-size: 15px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    height: 1rem;
    overflow: hidden; }
  .sec .copy:after {
    content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
    color: #ebcc8c;
    font-size: 15px;
    margin: 40px auto 0;
    text-align: center;
    display: block;
    height: 1rem;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      .sec .copy:after {
        margin-top: 20px; } }
  .sec .copy:before {
    margin-bottom: 20px; }
  .sec .copy:after {
    margin-top: 20px; }

.sec .visualBanner {
  display: block;
  width: 1000px;
  margin: 0 auto; }

.qa dt {
  font-weight: bold; }

.qa dd {
  margin-bottom: 2rem; }

@media screen and (max-width: 1000px) {
  header .util {
    display: none; }
  .gnav li {
    padding: 0 .5rem 0 1rem; }
  .gnav .sub_menu li {
    width: 25%;
    padding: 1%;
    overflow: hidden; }
    .gnav .sub_menu li .thumb {
      width: 100%; }
  .inner {
    width: 95%; } }

@media screen and (max-width: 880px) {
  .gnav li {
    padding: 0; } }

@media screen and (max-width: 480px) {
  .nav-active .util {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 20px auto; }
    .nav-active .util li {
      background-color: #ebcc8c;
      height: auto;
      padding: 8px 0;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
  .sec .inner {
    width: 80% !important;
    margin: 0 auto; }
    .sec .inner h3 {
      text-align: left !important;
      font-size: 1.3rem;
      font-weight: bold; }
      .sec .inner h3:before {
        margin-right: .5rem; } }

/* styles for pages
---------------------------------------- */
/* home
---------------------------------------- */
@media screen and (max-width: 480px) {
  .home header {
    border: none; } }

.home .visual {
  background: url(../img/home/visual.jpg) center center no-repeat;
  background-size: cover;
  margin: 30px 30px 75px;
  border-radius: 10px;
  height: 90%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .home .visual {
      margin: 0 4vw 100px; } }
  .home .visual .copy {
    position: absolute;
    left: 50px;
    bottom: 40px;
    z-index: 2;
    padding: 3px 13px;
    background: #000;
    font-size: 16px;
    vertical-align: baseline; }
    .home .visual .copy span {
      color: #ebcc8c;
      font-weight: normal;
      font-size: 16px;
      vertical-align: baseline; }
    @media screen and (max-width: 480px) {
      .home .visual .copy {
        background: none;
        line-height: 1.2;
        left: 0;
        bottom: 20px; }
        .home .visual .copy span {
          background: #000;
          position: relative;
          padding: 2px 13px;
          display: inline-block;
          margin-bottom: 5px; } }
    .home .visual .copy br {
      display: none; }
      @media screen and (max-width: 480px) {
        .home .visual .copy br {
          display: block; } }
  .home .visual .copy02 {
    position: absolute;
    left: -30px;
    bottom: 5px;
    z-index: 1;
    width: 100%;
    max-width: 502px; }
  .home .visual .read {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 10; }
    @media screen and (max-width: 480px) {
      .home .visual .read {
        bottom: -30px; } }
  .home .visual .note {
    color: #3e3d3d;
    font-size: 11px;
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: -20px; }
    @media screen and (max-width: 480px) {
      .home .visual .note {
        display: none; } }

.home .contents section {
  margin-bottom: 90px; }

.home .featureArea {
  position: relative;
  margin-bottom: 90px; }
  @media screen and (max-width: 480px) {
    .home .featureArea {
      width: 100%;
      overflow: hidden;
      margin-bottom: 50px; } }
  .home .featureArea h3 {
    text-align: center;
    font-size: 60px;
    line-height: 1.1;
    z-index: 2;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .home .featureArea h3 {
        font-size: 45px; } }
    .home .featureArea h3 span {
      display: block;
      font-family: 'Dancing Script', cursive;
      font-weight: normal;
      font-size: 55px; }
      @media screen and (max-width: 480px) {
        .home .featureArea h3 span {
          font-size: 35px; } }
    .home .featureArea h3:before {
      content: url("../img/home/feature_h2.png");
      position: absolute;
      width: 100%;
      text-align: center;
      display: block;
      top: -2rem;
      z-index: -1; }
    .home .featureArea h3:before {
      top: 0; }
  .home .featureArea .inner {
    position: relative;
    top: -30px;
    overflow: visible; }
    @media screen and (max-width: 480px) {
      .home .featureArea .inner {
        top: 0; } }
  .home .featureArea .slide .feature_content {
    width: 780px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    top: 0; }
    @media screen and (max-width: 480px) {
      .home .featureArea .slide .feature_content {
        width: 90%;
        margin-bottom: 2rem; } }
  .home .featureArea .slide img {
    margin-bottom: 1rem; }
    @media screen and (max-width: 480px) {
      .home .featureArea .slide img {
        width: 100%;
        margin-bottom: -1rem; } }
  .home .featureArea .slide h4, .home .featureArea .slide .qa dt, .qa .home .featureArea .slide dt {
    font-size: 23px;
    margin-bottom: .5em; }
    .home .featureArea .slide h4 span, .home .featureArea .slide .qa dt span, .qa .home .featureArea .slide dt span {
      font-size: 32px;
      color: #ebcc8c;
      margin-right: 0.5rem; }
    .home .featureArea .slide h4 br, .home .featureArea .slide .qa dt br, .qa .home .featureArea .slide dt br {
      display: none; }
    @media screen and (max-width: 480px) {
      .home .featureArea .slide h4, .home .featureArea .slide .qa dt, .qa .home .featureArea .slide dt {
        font-size: 18px;
        text-align: center;
        line-height: 1.3; }
        .home .featureArea .slide h4 span, .home .featureArea .slide .qa dt span, .qa .home .featureArea .slide dt span {
          display: block;
          font-size: 15px;
          margin: 0 0 .5rem;
          background: #000;
          margin-right: 0.5rem;
          width: 50px;
          margin: 0 auto .5rem;
          border-radius: 5px; }
        .home .featureArea .slide h4 br, .home .featureArea .slide .qa dt br, .qa .home .featureArea .slide dt br {
          display: block; } }
  .home .featureArea .slide .feature_text {
    font-size: 15px;
    width: 480px;
    float: left; }
    @media screen and (max-width: 480px) {
      .home .featureArea .slide .feature_text {
        float: none;
        width: auto;
        margin-bottom: 1rem; } }
  .home .featureArea .slide .slick-dots {
    top: 183px;
    right: 0;
    width: 134px;
    height: 135px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 135px 135px;
    border-color: transparent transparent #000 transparent; }
    .home .featureArea .slide .slick-dots:after {
      content: '3';
      display: block;
      color: #ebcc8c;
      font-size: 33px;
      position: absolute;
      right: 13px;
      padding: 1px 0 0 23px;
      top: 81px;
      background: url(../img/home/slide_line.svg) top left no-repeat; }
    @media screen and (max-width: 480px) {
      .home .featureArea .slide .slick-dots {
        border: none;
        width: 100%;
        top: inherit;
        bottom: -10px; }
        .home .featureArea .slide .slick-dots:after {
          content: none; } }
  .home .featureArea .slide .slick-dots li {
    position: absolute;
    right: 41px;
    top: 73px;
    display: none; }
    .home .featureArea .slide .slick-dots li.slick-active {
      display: block; }
    @media screen and (max-width: 480px) {
      .home .featureArea .slide .slick-dots li {
        color: #ebcc8c;
        font-size: 33px;
        background: #ebcc8c;
        border-radius: 50%;
        text-indent: -9999px;
        display: inline-block;
        position: relative;
        top: 0;
        opacity: .5;
        right: inherit;
        width: 10px;
        height: 10px; }
        .home .featureArea .slide .slick-dots li.slick-active {
          display: inline-block;
          opacity: 1; } }
  .home .featureArea .slide .slick-dots li button {
    color: #ebcc8c;
    font-size: 33px; }
    .home .featureArea .slide .slick-dots li button:before {
      content: none; }
    @media screen and (max-width: 480px) {
      .home .featureArea .slide .slick-dots li button {
        text-indent: -9999px; } }
  .home .featureArea .btn_more01 {
    margin: 0 auto;
    text-align: center;
    width: 197px;
    clear: both;
    margin-bottom: 5px;
    position: relative;
    font-size: 0.86rem;
    clear: none;
    float: right; }
    @media screen and (max-width: 480px) {
      .home .featureArea .btn_more01 {
        width: 97%; } }
    .home .featureArea .btn_more01 a, .home .featureArea .btn_more01 input {
      border: 2px solid #ebcc8c;
      background: #fff;
      font-weight: bold;
      display: block;
      width: 197px;
      height: 52px;
      position: relative;
      z-index: 2;
      color: #3e3d3d !important;
      text-decoration: none !important;
      line-height: 1;
      padding: 16px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 480px) {
        .home .featureArea .btn_more01 a, .home .featureArea .btn_more01 input {
          width: 97%; } }
      .home .featureArea .btn_more01 a:after, .home .featureArea .btn_more01 input:after {
        content: "";
        background: url(../img/common/arrow_btn.svg) no-repeat;
        display: block;
        width: 78px;
        padding-top: 78px;
        position: absolute;
        top: 17.33333px;
        right: -2rem;
        opacity: 0;
        z-index: 3; }
      .home .featureArea .btn_more01 a:hover, .home .featureArea .btn_more01 input:hover {
        background: #ebcc8c;
        border: 2px solid #ebcc8c; }
        .home .featureArea .btn_more01 a:hover:after, .home .featureArea .btn_more01 input:hover:after {
          -webkit-animation: arrow .3s forwards;
          animation: arrow .3s forwards; }
    .home .featureArea .btn_more01:after {
      content: '';
      border: 2px solid #ebcc8c;
      background: #fff;
      width: 197px;
      height: 52px;
      position: absolute;
      top: 3px;
      left: 3px; }
      @media screen and (max-width: 480px) {
        .home .featureArea .btn_more01:after {
          width: 97%; } }
    @media screen and (max-width: 480px) {
      .home .featureArea .btn_more01 {
        float: none;
        margin: 0 auto; } }
  .home .featureArea .slick-prev, .home .featureArea .slick-next {
    width: 38px;
    /* 画像幅 */
    height: 57px;
    /* 画像高さ */
    top: 30%; }
  .home .featureArea button.slick-prev, .home .featureArea button.slick-next {
    z-index: 10; }
  .home .featureArea .slick-next {
    right: -50px; }
    @media screen and (max-width: 480px) {
      .home .featureArea .slick-next {
        display: none; } }
  .home .featureArea .slick-prev {
    left: -50px; }
    @media screen and (max-width: 480px) {
      .home .featureArea .slick-prev {
        display: none; } }
  .home .featureArea .slick-prev:before, .home .featureArea .slick-next:before {
    content: ''; }

.home #about {
  position: relative;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .home #about {
      text-align: left; }
      .home #about br {
        display: none; } }
  .home #about h3 {
    text-align: center;
    font-size: 60px;
    line-height: 1.1;
    z-index: 2;
    position: relative;
    z-index: 2;
    margin-bottom: 45px; }
    @media screen and (max-width: 480px) {
      .home #about h3 {
        font-size: 45px; } }
    .home #about h3 span {
      display: block;
      font-family: 'Dancing Script', cursive;
      font-weight: normal;
      font-size: 55px; }
      @media screen and (max-width: 480px) {
        .home #about h3 span {
          font-size: 35px; } }
    .home #about h3:before {
      content: url("../img/home/about_h2.png");
      position: absolute;
      width: 100%;
      text-align: center;
      display: block;
      top: -2rem;
      z-index: -1; }
  .home #about p {
    font-size: 1.13rem;
    margin-bottom: 40px; }
  .home #about .btn_more01 {
    margin: 0 auto; }

@media screen and (max-width: 1000px) {
  .home #feature .btn_more01 {
    display: block;
    position: relative; }
  .home #feature .slide {
    height: auto;
    margin-bottom: 0; }
    .home #feature .slide .inner {
      width: 100%;
      overflow: hidden; } }

@media screen and (max-width: 480px) {
  position: relative !important;
  text-align: center !important; }

@media screen and (max-width: 480px) {
  .home h3 {
    position: relative !important;
    text-align: center !important; }
  .home .visual h2 {
    padding: 5px 13px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto; }
  .home .contents section {
    margin-bottom: 4rem; }
  .home #feature {
    margin-bottom: 2rem; }
    .home #feature .slick-next {
      right: -30px; }
    .home #feature .slick-prev {
      left: -30px; } }

@media screen and (max-width: 480px) {
  body.sec .contents a {
    color: #3e3d3d; } }

body.sec .contents p a, body.sec .contents table a {
  color: #d2b16a;
  text-decoration: underline; }
  body.sec .contents p a:hover, body.sec .contents table a:hover {
    text-decoration: none; }

body.sec .contents .colTwo {
  overflow: hidden; }
  body.sec .contents .colTwo .leftCol {
    float: left; }

body.sec .contents .inner section section {
  margin-bottom: 40px; }

/* page_contents width
------------------------------------------*/
body.page-professional .contents,
body.page-basic .contents,
body.page-governing .contents,
body.page-media .contents,
body.page-error404 .contents,
body.page-faq .contents,
body.page-contact .contents {
  max-width: 780px;
  margin: 0 auto; }
  body.page-professional .contents + footer,
  body.page-basic .contents + footer,
  body.page-governing .contents + footer,
  body.page-media .contents + footer,
  body.page-error404 .contents + footer,
  body.page-faq .contents + footer,
  body.page-contact .contents + footer {
    margin-top: 80px; }
  @media screen and (max-width: 780px) {
    body.page-professional .contents,
    body.page-basic .contents,
    body.page-governing .contents,
    body.page-media .contents,
    body.page-error404 .contents,
    body.page-faq .contents,
    body.page-contact .contents {
      padding: 0 3vw; } }
  @media screen and (max-width: 480px) {
    body.page-professional .contents,
    body.page-basic .contents,
    body.page-governing .contents,
    body.page-media .contents,
    body.page-error404 .contents,
    body.page-faq .contents,
    body.page-contact .contents {
      width: 80%; } }

/* pages
---------------------------------------- */
.tag li {
  display: inline-block;
  margin: .3rem; }
  .tag li a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    background: #fafafa;
    border-radius: 3px;
    padding: .3rem .6rem;
    color: #3e3d3d;
    font-weight: normal; }
    .tag li a:before {
      content: '#';
      margin-right: .1rem; }
  .tag li .tag_all:before {
    content: ''; }
  .tag li .tag_course:before {
    color: #9fd9c6; }
  .tag li .tag_area:before {
    color: #f2a56f; }
  .tag li .tag_field:before {
    color: #daaeee; }

nav#anchor {
  margin: 30px 0 60px; }
  nav#anchor:before {
    content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
    color: #ebcc8c;
    font-size: 15px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    height: 1rem;
    overflow: hidden; }
  nav#anchor:after {
    content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
    color: #ebcc8c;
    font-size: 15px;
    margin: 40px auto 0;
    text-align: center;
    display: block;
    height: 1rem;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      nav#anchor:after {
        margin-top: 20px; } }
  nav#anchor:before {
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      nav#anchor:before {
        margin-bottom: 20px; } }
  nav#anchor ul {
    text-align: center; }
    @media screen and (max-width: 480px) {
      nav#anchor ul {
        text-align: left !important; } }
    nav#anchor ul li {
      display: inline-block;
      margin: 0 2rem; }
      @media screen and (max-width: 480px) {
        nav#anchor ul li {
          margin: 1rem 2rem;
          width: 100%; } }
      nav#anchor ul li a {
        font-weight: bold;
        color: #000;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        nav#anchor ul li a:before {
          content: "\e900";
          margin-right: 5px; }
        nav#anchor ul li a:before {
          color: #d2b16a; }
        nav#anchor ul li a:hover {
          color: #d2b16a; }
        @media screen and (max-width: 480px) {
          nav#anchor ul li a {
            color: #3e3d3d; } }

/* service
---------------------------------------- */
.page-service .contents section {
  overflow: visible;
  margin-bottom: 3rem; }

.page-service h1 {
  background: url(../img/service/h1.png) no-repeat center center; }

.page-service .inner {
  width: 780px;
  overflow: visible; }

.page-service h2 {
  font-size: 23px;
  margin-bottom: .5em;
  text-align: left; }
  .page-service h2 span {
    font-size: 32px;
    color: #ebcc8c;
    margin-right: .5rem; }

.page-service .read + section {
  overflow: hidden; }

@media screen and (max-width: 480px) {
  .page-service .indexList_col1 .indexList_visual {
    width: 80%;
    overflow: hidden;
    margin: 0 auto; }
    .page-service .indexList_col1 .indexList_visual img {
      width: 208%; } }

.page-service .col2 {
  max-width: 1000px;
  width: auto; }
  .page-service .col2 .inner {
    width: 370px; }
    .page-service .col2 .inner .text {
      width: 100%; }
    .page-service .col2 .inner .btn_more01 {
      position: relative; }

.page-service .half .inner {
  position: relative;
  width: 78%;
  margin: 0 0 0 22%; }
  @media screen and (max-width: 480px) {
    .page-service .half .inner {
      margin: 0 auto !important; } }
  .page-service .half .inner .btn_more01 {
    margin: 0 auto;
    text-align: center;
    width: 122px;
    clear: both;
    margin-bottom: 5px;
    position: relative;
    font-size: 0.8rem;
    position: absolute;
    top: 5px;
    right: 4px; }
    @media screen and (max-width: 480px) {
      .page-service .half .inner .btn_more01 {
        width: 97%; } }
    .page-service .half .inner .btn_more01 a, .page-service .half .inner .btn_more01 input {
      border: 2px solid #ebcc8c;
      background: #fff;
      font-weight: bold;
      display: block;
      width: 122px;
      height: 37px;
      position: relative;
      z-index: 2;
      color: #3e3d3d !important;
      text-decoration: none !important;
      line-height: 1;
      padding: 16px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 480px) {
        .page-service .half .inner .btn_more01 a, .page-service .half .inner .btn_more01 input {
          width: 97%; } }
      .page-service .half .inner .btn_more01 a:after, .page-service .half .inner .btn_more01 input:after {
        content: "";
        background: url(../img/common/arrow_btn.svg) no-repeat;
        display: block;
        width: 78px;
        padding-top: 78px;
        position: absolute;
        top: 12.33333px;
        right: -2rem;
        opacity: 0;
        z-index: 3; }
      .page-service .half .inner .btn_more01 a:hover, .page-service .half .inner .btn_more01 input:hover {
        background: #ebcc8c;
        border: 2px solid #ebcc8c; }
        .page-service .half .inner .btn_more01 a:hover:after, .page-service .half .inner .btn_more01 input:hover:after {
          -webkit-animation: arrow .3s forwards;
          animation: arrow .3s forwards; }
    .page-service .half .inner .btn_more01:after {
      content: '';
      border: 2px solid #ebcc8c;
      background: #fff;
      width: 122px;
      height: 37px;
      position: absolute;
      top: 3px;
      left: 3px; }
      @media screen and (max-width: 480px) {
        .page-service .half .inner .btn_more01:after {
          width: 97%; } }

.page-service .half:nth-child(2n) .inner {
  width: 77%;
  margin: 0 23% 0 0; }

.page-service .text {
  font-size: 15px;
  width: 480px; }

/* party
------------------------------------------*/
.page-party h1 {
  background: url(../img/party/h1.png) no-repeat center center; }

.page-party .inner,
.page-party .col2 {
  max-width: 800px;
  width: 800px; }
  @media screen and (max-width: 480px) {
    .page-party .inner,
    .page-party .col2 {
      width: 100%; }
      .page-party .inner ul.half:nth-of-type(1),
      .page-party .col2 ul.half:nth-of-type(1) {
        margin-bottom: 0; } }

.page-party .contents .thumb {
  width: 100%; }

.page-party #partyset {
  margin-top: -130px;
  padding-top: 130px; }
  .page-party #partyset #setList li {
    display: inline;
    padding-right: 10px;
    margin-bottom: 10px;
    line-height: 2;
    font-size: 0.8rem; }
    .page-party #partyset #setList li label {
      cursor: pointer; }
      .page-party #partyset #setList li label input {
        display: none; }
        .page-party #partyset #setList li label input:checked + span {
          background-color: #ebcc8c;
          border-radius: 3px;
          text-decoration: none;
          color: #fff; }
      .page-party #partyset #setList li label span {
        padding: 5px;
        color: #ebcc8c;
        text-decoration: underline; }
    .page-party #partyset #setList li + li {
      border-left: 1px solid #333;
      padding-left: 10px; }

.partyPlan .half .dataTable {
  font-size: 14px; }
  .partyPlan .half .dataTable td {
    padding: .5rem; }

.partyPlan .setInfo {
  display: none; }
  .partyPlan .setInfo:nth-of-type(1) {
    display: block; }

.partyPlan .slide {
  margin-bottom: 40px; }
  .partyPlan .slide span {
    font-size: 12px;
    line-height: 1; }

.partyPlan_title span {
  display: block;
  color: #d2b16a;
  font-size: 15px;
  font-family: 'Dancing Script', cursive; }

.partyPlan_detail {
  background: #ebcc8c;
  border: none; }
  .partyPlan_detail th, .partyPlan_detail td {
    border-bottom: 2px solid #fff;
    vertical-align: middle; }
  .partyPlan_detail th {
    border-right: 1px dotted #fff; }
  .partyPlan_detail tr:last-child th, .partyPlan_detail tr:last-child td {
    border-bottom: none; }
  .partyPlan_detail td {
    background: #f1dbae; }
  @media screen and (max-width: 480px) {
    .partyPlan_detail tr + tr {
      border-top: 2px solid #fff; }
    .partyPlan_detail tr:last-child th {
      border-bottom: 1px dotted #fff; }
    .partyPlan_detail td {
      border: none; }
    .partyPlan_detail th {
      border-bottom: 1px dotted #fff; }
      .partyPlan_detail th br {
        display: none; } }

.partyPlan_option {
  border-right: 1px solid #ebcc8c;
  border-left: 1px solid #ebcc8c;
  background: url(../img/party/dotline.gif) repeat-y center top;
  padding: 0 1.7rem; }
  @media screen and (max-width: 480px) {
    .partyPlan_option {
      border: none;
      background: none; } }
  .partyPlan_option.col1 {
    background: none;
    position: relative;
    padding-bottom: 65px;
    margin-bottom: 1rem; }
    .partyPlan_option.col1:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      display: block;
      background: #ebcc8c;
      bottom: -6px; }
    .partyPlan_option.col1 .half {
      width: 48%;
      padding: 0; }
      @media screen and (max-width: 480px) {
        .partyPlan_option.col1 .half {
          width: 100%;
          margin: 0; } }
      .partyPlan_option.col1 .half:after {
        content: none; }
      .partyPlan_option.col1 .half:nth-of-type(1) {
        margin-right: 2%; }
        @media screen and (max-width: 480px) {
          .partyPlan_option.col1 .half:nth-of-type(1) {
            margin: 0; } }
  .partyPlan_option.col2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    overflow: visible; }
  .partyPlan_option .half {
    display: inline-block;
    float: none;
    padding: 1rem 0 65px;
    position: relative;
    margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .partyPlan_option .half {
        margin-right: 0; } }
    .partyPlan_option .half:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      display: block;
      background: #ebcc8c;
      bottom: -6px; }
    @media screen and (max-width: 480px) {
      .partyPlan_option .half {
        bottom: 0;
        position: relative;
        margin-bottom: 1rem; } }
  .partyPlan_option .thumb {
    margin-bottom: 1rem; }
  .partyPlan_option a {
    color: #d2b16a;
    text-decoration: underline; }
  .partyPlan_option .partyPlan_option_info {
    margin-bottom: 1rem !important; }
  .partyPlan_option .priceBox .btn_more02 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto; }
  .partyPlan_option .price {
    font-size: 28px;
    font-family: Georgia, "Times New Roman", Times, serif; }
  .partyPlan_option .priceSub {
    color: #9f9f9f;
    font-size: 12px;
    float: right;
    line-height: 28px; }
  .partyPlan_option .menuBox {
    background-color: #fff8ed;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 1rem; }
    .partyPlan_option .menuBox h5 {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ebcc8c; }
    .partyPlan_option .menuBox li, .partyPlan_option .menuBox p {
      font-size: 0.8em; }
    .partyPlan_option .menuBox ul li {
      display: inline-block;
      margin-right: 10px; }
      @media screen and (max-width: 480px) {
        .partyPlan_option .menuBox ul li {
          display: block;
          margin-right: 0; } }
    .partyPlan_option .menuBox p:last-child {
      margin: 0; }

@media screen and (max-width: 480px) {
  #voice {
    width: 80% !important;
    margin: 0 auto 80px; } }

.party_voice .voice_inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto; }

.party_voice .slide2 {
  width: 800px; }
  @media screen and (max-width: 480px) {
    .party_voice .slide2 {
      width: 100%; } }

.party_voice .slick-slide {
  border: 1px solid #ebcc8c;
  position: relative; }
  .party_voice .slick-slide .sub {
    width: 326px;
    margin-right: 0; }
    @media screen and (max-width: 480px) {
      .party_voice .slick-slide .sub {
        width: 100%;
        margin-bottom: 1rem; } }
  .party_voice .slick-slide .main {
    background: #fffefb;
    padding: 1rem; }
  .party_voice .slick-slide p {
    margin-bottom: 0; }

.party_voice .slick-prev, .party_voice .slick-next {
  width: 38px;
  /* 画像幅 */
  height: 57px;
  /* 画像高さ */
  top: 50%; }

.party_voice .slick-next {
  right: -50px; }
  @media screen and (max-width: 480px) {
    .party_voice .slick-next {
      display: none; } }

.party_voice .slick-prev {
  left: -50px; }
  @media screen and (max-width: 480px) {
    .party_voice .slick-prev {
      display: none; } }

.party_voice .slick-prev:before, .party_voice .slick-next:before {
  content: ''; }

.party_voice .party_voice_ttl {
  font-size: 16px;
  display: block;
  text-indent: 0;
  margin: 0 0 .5rem; }
  .party_voice .party_voice_ttl:before {
    content: none; }
  .party_voice .party_voice_ttl span {
    font-weight: normal;
    display: block;
    font-size: 14px;
    color: #d2b16a; }

.party_voice .party_voice_name {
  color: #939393;
  font-size: 14px;
  text-align: right; }

/* school
---------------------------------------- */
.curriculum .narrow {
  width: 15%; }
  @media screen and (max-width: 480px) {
    .curriculum .narrow {
      width: 100%; } }

@media screen and (max-width: 480px) {
  .curriculum td.narrow {
    width: auto; } }

.curriculum th {
  overflow-wrap: break-word; }
  .curriculum th span {
    font-size: .8em;
    line-height: 1.2; }

.curriculum td {
  padding: 0;
  font-size: 90%;
  line-height: 1.3;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .curriculum td {
      display: table; } }
  .curriculum td .time {
    display: block;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .curriculum td .time {
        width: 30%;
        display: table-cell !important;
        vertical-align: middle;
        border: none;
        border-right: 1px solid #ebcc8c; } }
  .curriculum td.centerAjust {
    position: relative; }
    @media screen and (max-width: 480px) {
      .curriculum td.centerAjust p {
        position: relative;
        text-align: left; } }
  .curriculum td p {
    text-align: center;
    padding: 1rem; }
    @media screen and (max-width: 480px) {
      .curriculum td p {
        display: table-cell;
        text-align: left; } }
  .curriculum td ul {
    padding: 1rem; }
    @media screen and (max-width: 480px) {
      .curriculum td ul {
        display: table-cell; }
        .curriculum td ul li {
          text-align: left; } }

@media screen and (max-width: 480px) {
  .curriculum .pc_hed td {
    display: none; } }

.curriculum .pc_hed td {
  border-bottom: none; }

.curriculum .dotLineList * + * {
  padding-top: 1rem; }
  @media screen and (max-width: 480px) {
    .curriculum .dotLineList * + * {
      padding-top: .5rem; } }

.curriculum .td_centerd {
  vertical-align: middle;
  text-align: center; }

@media screen and (max-width: 480px) {
  .curriculum .con_none {
    display: none; } }

.page-school h1 {
  background: url(../img/school/h1.png) no-repeat center center; }

.page-school .indexList_col1 .indexList_visual {
  margin-bottom: 30px !important; }

.page-school #courseBtn {
  height: 54px;
  text-align: center;
  margin: 40px 0 100px; }
  .page-school #courseBtn li {
    display: inline-block;
    margin: 0px 90px; }

.page-school .bg {
  text-align: center;
  min-height: 317px;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 2rem; }
  @media screen and (max-width: 480px) {
    .page-school .bg {
      min-height: auto; }
      .page-school .bg img {
        width: 100%;
        height: auto; } }

.page-school .btn_more01 {
  margin: 0 auto;
  text-align: center;
  width: 197px;
  clear: both;
  margin-bottom: 5px;
  position: relative;
  font-size: 13px;
  margin: 0 auto 5px; }
  @media screen and (max-width: 480px) {
    .page-school .btn_more01 {
      width: 97%; } }
  .page-school .btn_more01 a, .page-school .btn_more01 input {
    border: 2px solid #ebcc8c;
    background: #fff;
    font-weight: bold;
    display: block;
    width: 197px;
    height: 49px;
    position: relative;
    z-index: 2;
    color: #3e3d3d !important;
    text-decoration: none !important;
    line-height: 1;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .page-school .btn_more01 a, .page-school .btn_more01 input {
        width: 97%; } }
    .page-school .btn_more01 a:after, .page-school .btn_more01 input:after {
      content: "";
      background: url(../img/common/arrow_btn.svg) no-repeat;
      display: block;
      width: 78px;
      padding-top: 78px;
      position: absolute;
      top: 16.33333px;
      right: -2rem;
      opacity: 0;
      z-index: 3; }
    .page-school .btn_more01 a:hover, .page-school .btn_more01 input:hover {
      background: #ebcc8c;
      border: 2px solid #ebcc8c; }
      .page-school .btn_more01 a:hover:after, .page-school .btn_more01 input:hover:after {
        -webkit-animation: arrow .3s forwards;
        animation: arrow .3s forwards; }
  .page-school .btn_more01:after {
    content: '';
    border: 2px solid #ebcc8c;
    background: #fff;
    width: 197px;
    height: 49px;
    position: absolute;
    top: 3px;
    left: 3px; }
    @media screen and (max-width: 480px) {
      .page-school .btn_more01:after {
        width: 97%; } }
  .page-school .btn_more01:after {
    top: 5px; }
  .page-school .btn_more01.half {
    display: inline-block;
    position: relative;
    float: none;
    top: 0; }
    .page-school .btn_more01.half + li {
      margin-left: 5rem; }
      @media screen and (max-width: 480px) {
        .page-school .btn_more01.half + li {
          margin-left: 0; } }
    @media screen and (max-width: 480px) {
      .page-school .btn_more01.half {
        margin-bottom: 1rem; } }
  @media screen and (max-width: 480px) {
    .page-school .btn_more01 {
      top: 0; } }

.page-school .contents .text_c {
  margin-bottom: 1.8rem; }

.page-school .contents section.qa {
  margin-bottom: 0; }

.page-school .contents .inner {
  margin-bottom: 6.6rem;
  position: static; }

.page-school .col2 {
  text-align: center; }
  .page-school .col2 .text {
    text-align: left; }
  .page-school .col2 .bg {
    min-height: 200px; }

.page-school .shcool_plan02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 480px) {
    .page-school .shcool_plan02 {
      border-bottom: 1px dotted #ebcc8c;
      display: block; } }
  .page-school .shcool_plan02 .half {
    position: relative;
    float: none;
    vertical-align: top;
    margin-right: 5.4%; }
    .page-school .shcool_plan02 .half:nth-child(2n) {
      margin-right: 0; }
    .page-school .shcool_plan02 .half .btn_more01 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        .page-school .shcool_plan02 .half .btn_more01 {
          position: relative; } }

ul.newsList_links li {
  margin-bottom: .5rem; }
  ul.newsList_links li span {
    margin-right: 2rem; }

/* basic&professional
------------------------------------------*/
.page-basic h1,
.page-professional h1 {
  background: url(../img/school/h1.png) no-repeat center center; }

.page-basic .contents section,
.page-professional .contents section {
  margin-bottom: 40px; }
  .page-basic .contents section ul,
  .page-professional .contents section ul {
    margin-bottom: 1.5rem; }
  .page-basic .contents section table td,
  .page-professional .contents section table td {
    line-height: 1.8; }
  .page-basic .contents section table h5,
  .page-professional .contents section table h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: .5rem; }
    .page-basic .contents section table h5 span,
    .page-professional .contents section table h5 span {
      font-size: 14px;
      font-weight: normal;
      color: #d2b16a; }
  .page-basic .contents section table p,
  .page-professional .contents section table p {
    margin-bottom: 0; }
  .page-basic .contents section table ul,
  .page-professional .contents section table ul {
    margin-bottom: 0; }
  .page-basic .contents section#term .colTwo .leftCol,
  .page-professional .contents section#term .colTwo .leftCol {
    margin-right: 4rem; }
  .page-basic .contents section#teachers ul,
  .page-professional .contents section#teachers ul {
    padding: 0;
    text-indent: 0; }
  .page-basic .contents section#teachers .colTwo ul,
  .page-professional .contents section#teachers .colTwo ul {
    text-align: center; }
    .page-basic .contents section#teachers .colTwo ul li,
    .page-professional .contents section#teachers .colTwo ul li {
      margin: 0 25px;
      display: inline-block;
      font-size: 0.8rem;
      color: #939393; }
      .page-basic .contents section#teachers .colTwo ul li a,
      .page-professional .contents section#teachers .colTwo ul li a {
        font-size: 1rem; }
      @media screen and (max-width: 480px) {
        .page-basic .contents section#teachers .colTwo ul li,
        .page-professional .contents section#teachers .colTwo ul li {
          margin: 0;
          width: 80%; }
          .page-basic .contents section#teachers .colTwo ul li img,
          .page-professional .contents section#teachers .colTwo ul li img {
            width: 100%;
            height: auto; } }
  .page-basic .contents section#teachers .colTwo .leftCol, .page-basic .contents section#teachers .colTwo .rightCol,
  .page-professional .contents section#teachers .colTwo .leftCol,
  .page-professional .contents section#teachers .colTwo .rightCol {
    width: 50%; }
  .page-basic .contents section#teachers .colTwo .rightCol,
  .page-professional .contents section#teachers .colTwo .rightCol {
    float: left; }
  .page-basic .contents section#application .btn_more01,
  .page-professional .contents section#application .btn_more01 {
    margin: 0 auto 5px; }
  .page-basic .contents section .noteList,
  .page-professional .contents section .noteList {
    color: #939393; }
  .page-basic .contents section .schedule span:after,
  .page-professional .contents section .schedule span:after {
    content: "、"; }
  .page-basic .contents section .schedule span:last-child:after,
  .page-professional .contents section .schedule span:last-child:after {
    content: none; }
  @media screen and (max-width: 480px) {
    .page-basic .contents section .schedule span,
    .page-professional .contents section .schedule span {
      display: block; }
      .page-basic .contents section .schedule span:before,
      .page-professional .contents section .schedule span:before {
        content: '';
        width: 5px;
        margin-right: .5rem;
        height: 5px;
        position: relative;
        top: -3px;
        border-radius: 50%;
        background: #ebcc8c;
        display: inline-block; }
      .page-basic .contents section .schedule span:after,
      .page-professional .contents section .schedule span:after {
        content: none; } }
  .page-basic .contents section #thumbList,
  .page-professional .contents section #thumbList {
    overflow: hidden;
    margin: 4rem 0; }
    .page-basic .contents section #thumbList li,
    .page-professional .contents section #thumbList li {
      width: 16%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 4%; }
      @media screen and (max-width: 480px) {
        .page-basic .contents section #thumbList li,
        .page-professional .contents section #thumbList li {
          width: 100%;
          float: none;
          margin-bottom: 40px;
          margin-left: 0; } }
      .page-basic .contents section #thumbList li a.thumb,
      .page-professional .contents section #thumbList li a.thumb {
        display: inline-block;
        background-color: #ebcc8c;
        line-height: 140px;
        margin-bottom: 0.8rem; }
        @media screen and (max-width: 480px) {
          .page-basic .contents section #thumbList li a.thumb,
          .page-professional .contents section #thumbList li a.thumb {
            display: block;
            margin-bottom: 10px; } }
        .page-basic .contents section #thumbList li a.thumb img,
        .page-professional .contents section #thumbList li a.thumb img {
          width: 100%;
          height: auto; }
      .page-basic .contents section #thumbList li a.ttl,
      .page-professional .contents section #thumbList li a.ttl {
        color: #3e3d3d; }
        .page-basic .contents section #thumbList li a.ttl:hover,
        .page-professional .contents section #thumbList li a.ttl:hover {
          color: #ebcc8c; }
      .page-basic .contents section #thumbList li:first-child,
      .page-professional .contents section #thumbList li:first-child {
        margin-left: 0; }

/*
------------------------------------------*/
.page-kids-school h1,
.page-giant-flower h1 {
  background: url(../img/school/h1.png) no-repeat center center; }

.page-kids-school h2 span,
.page-giant-flower h2 span {
  font-size: 60%; }

.page-kids-school h2 .message,
.page-giant-flower h2 .message {
  border: 3px double #ebcc8c;
  padding: 2rem 2rem 1rem; }
  .page-kids-school h2 .message h2,
  .page-giant-flower h2 .message h2 {
    margin-bottom: 1rem; }

.page-kids-school h2 h3,
.page-giant-flower h2 h3 {
  font-size: 17px;
  text-align: center;
  text-indent: 0;
  margin-left: 0;
  color: #d2b16a; }
  .page-kids-school h2 h3:before,
  .page-giant-flower h2 h3:before {
    content: none; }
  @media screen and (max-width: 480px) {
    .page-kids-school h2 h3,
    .page-giant-flower h2 h3 {
      font-size: .9rem;
      text-align: left; } }

.page-kids-school h2 .read,
.page-giant-flower h2 .read {
  margin-bottom: .5rem;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .page-kids-school h2 .read,
    .page-giant-flower h2 .read {
      font-size: .9rem;
      text-align: left; }
      .page-kids-school h2 .read br,
      .page-giant-flower h2 .read br {
        display: none; } }

.page-kids-school h2 .note,
.page-giant-flower h2 .note {
  text-align: right; }

.page-kids-school .schedule table th,
.page-giant-flower .schedule table th {
  border-left: 1px solid #ebcc8c; }
  .page-kids-school .schedule table th:first-child,
  .page-giant-flower .schedule table th:first-child {
    border-left: none; }

.page-kids-school .schedule table td:first-child,
.page-giant-flower .schedule table td:first-child {
  border-left: none; }

@media screen and (max-width: 480px) {
  .page-kids-school .slide,
  .page-giant-flower .slide {
    margin-bottom: 40px; }
    .page-kids-school .slide li img,
    .page-giant-flower .slide li img {
      width: 100%; }
  .page-kids-school .slick-list,
  .page-giant-flower .slick-list {
    height: auto; } }

/* corporations
---------------------------------------- */
.page-corporations {
  /*
	#caseStudy div:nth-child(4){
			border-bottom:1px dotted $gold;
			padding-bottom: 50px;
			margin-bottom: 10px;
		}
*/ }
  .page-corporations h1 {
    background: url(../img/corporations/h1.png) no-repeat center center; }
  .page-corporations h3 {
    margin-left: 0;
    text-indent: 0; }
    .page-corporations h3:before {
      content: none; }
    .page-corporations h3 span {
      color: #ebcc8c;
      font-size: 0.8em;
      padding-right: 10px; }
  .page-corporations .client {
    font-size: 0.75em;
    color: #999; }
  .page-corporations .case_list01 {
    margin-bottom: 5rem; }
    .page-corporations .case_list01 .img_box {
      margin-left: -2%;
      margin-right: -2%; }
      .page-corporations .case_list01 .img_box img {
        width: 33.3%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 2%; }
  .page-corporations .case_list02 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ebcc8c;
    min-height: 138px;
    position: relative;
    overflow: hidden; }
    .page-corporations .case_list02 h3 {
      font-size: 1em;
      width: 75%; }
    .page-corporations .case_list02 p {
      margin-bottom: 0;
      width: 75%; }
    .page-corporations .case_list02 .img_box {
      position: absolute;
      top: 0;
      right: 0; }
    @media screen and (max-width: 480px) {
      .page-corporations .case_list02 h3 {
        width: 100%; }
      .page-corporations .case_list02 p {
        width: 100%; }
      .page-corporations .case_list02 .img_box {
        position: static;
        width: 32%;
        float: right;
        padding: 0 0 5px 8px; }
        .page-corporations .case_list02 .img_box img {
          width: 100%; } }

/* our-planner
---------------------------------------- */
.our-planner h1 {
  background: url(../img/our-planner/h1.png) no-repeat center center; }

.our-planner .inner {
  max-width: 1000px;
  margin: 0 auto; }

.our-planner .contents section {
  overflow: visible; }

.our-planner .tab li {
  display: inline-block;
  background: #fafafa;
  color: #c8c8c8;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  font-size: 20px;
  padding: 2rem 3rem;
  position: relative;
  top: 1px;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .our-planner .tab li {
      font-size: 12px;
      padding: 10px 16px; }
      .our-planner .tab li span {
        display: none; } }

.our-planner .tab .active {
  background: #fff;
  color: #000;
  z-index: 1; }

.our-planner .tab_contents {
  border: 1px solid #f0f0f0;
  padding: 1rem;
  position: relative;
  z-index: 0;
  margin-bottom: 3rem; }
  .our-planner .tab_contents ul {
    display: none; }
    .our-planner .tab_contents ul li a {
      color: #3e3d3d; }
      .our-planner .tab_contents ul li a.btn_active, .our-planner .tab_contents ul li a:hover {
        background-color: #b3ded0; }
      .our-planner .tab_contents ul li a:before {
        content: ''; }
  .our-planner .tab_contents .active {
    display: block; }
  .our-planner .tab_contents .tag_course a {
    background: #d2ebe3; }
    .our-planner .tab_contents .tag_course a:hover, .our-planner .tab_contents .tag_course a.btn_active {
      background: #9fd9c6; }
  .our-planner .tab_contents .tag_area a {
    background: #fdf2e8; }
    .our-planner .tab_contents .tag_area a:hover, .our-planner .tab_contents .tag_area a.btn_active {
      background: #f2a56f; }
  .our-planner .tab_contents .tag_field a {
    background: #f8f6ff; }
    .our-planner .tab_contents .tag_field a:hover, .our-planner .tab_contents .tag_field a.btn_active {
      background: #daaeee; }

.our-planner .list ul {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3%; }

.our-planner .list li {
  width: 30.3%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  margin-left: 3%;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .our-planner .list li {
      width: 100%;
      margin-left: 0;
      margin-bottom: 20px; } }

.our-planner .list a:before {
  content: '';
  border: 2px solid #ebcc8c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff; }

.our-planner .list a:after {
  content: '';
  border: 2px solid #ebcc8c;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%; }

.our-planner .list a:hover .thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.our-planner .list .thumbWrap {
  overflow: hidden; }

.our-planner .list .is-animated a:after {
  -webkit-animation: 1.8s zoom-in;
  animation: 1.8s zoom-in; }

.our-planner .list .thumb {
  width: 100%;
  height: 180px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear; }

.our-planner .list p {
  color: #3e3d3d;
  font-weight: bold;
  margin-bottom: 0; }

.our-planner .list .text {
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 1rem;
  overflow: hidden; }

.our-planner .list .name {
  font-size: 15px;
  float: left; }

.our-planner .list .area {
  font-size: 12px;
  float: right; }

/* our-planner profile
---------------------------------------- */
.single-our-planner {
  padding-top: 204px; }
  .single-our-planner .pswp__caption {
    text-align: center;
    color: #ebcc8c; }
  .single-our-planner .pswp__caption--fake {
    display: none; }
  .single-our-planner h1 {
    padding: 0;
    position: relative;
    top: -2rem;
    padding-top: 1rem; }
  .single-our-planner h2 {
    border-bottom: 1px solid #ebcc8c;
    margin-bottom: 2rem; }
    @media screen and (max-width: 480px) {
      .single-our-planner h2 {
        margin-bottom: 0; } }
    .single-our-planner h2 .rubi {
      color: #ebcc8c;
      letter-spacing: 0.1rem;
      margin-bottom: 1rem; }
  @media screen and (max-width: 480px) {
    .single-our-planner .sec h2 {
      margin-bottom: 0; } }
  .single-our-planner .rubi {
    font-size: .6rem;
    display: block; }
  .single-our-planner .contents {
    background: #fef9ef;
    padding-bottom: 4rem;
    margin-bottom: 7rem; }
    .single-our-planner .contents .inner {
      background: #fff;
      border: 2px solid #ebcc8c;
      padding: 2.5rem 0; }
      @media screen and (max-width: 480px) {
        .single-our-planner .contents .inner {
          padding: 1rem 0 10px; }
          .single-our-planner .contents .inner section {
            padding: 20px 20px 0;
            margin-bottom: 0; } }
      .single-our-planner .contents .inner .col2 {
        width: auto;
        max-width: 780px;
        margin-bottom: 2rem; }
        @media screen and (max-width: 480px) {
          .single-our-planner .contents .inner .col2 {
            margin-bottom: 0; } }
  .single-our-planner .sub {
    width: 32.6%;
    border: 2px solid #ebcc8c; }
    @media screen and (max-width: 480px) {
      .single-our-planner .sub {
        width: 100%;
        border: none; } }
  @media screen and (max-width: 480px) {
    .single-our-planner .col2 .main {
      overflow: initial;
      padding: 20px; } }
  @media screen and (max-width: 480px) {
    .single-our-planner .col2 .main br {
      display: none; } }
  @media screen and (max-width: 480px) {
    .single-our-planner .col2 img {
      margin-bottom: 20px; } }
  .single-our-planner .main p {
    line-height: 2; }
  .single-our-planner .info {
    max-width: 780px;
    margin: 0 auto 1.8rem;
    overflow: hidden; }
    .single-our-planner .info:after {
      content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
      color: #ebcc8c;
      font-size: 15px;
      margin: 40px auto 0;
      text-align: center;
      display: block;
      height: 1rem;
      overflow: hidden; }
      @media screen and (max-width: 480px) {
        .single-our-planner .info:after {
          margin-top: 20px; } }
    @media screen and (max-width: 480px) {
      .single-our-planner .info {
        margin-bottom: 0; } }
    .single-our-planner .info dl {
      background: #ebcd8d;
      color: #000;
      width: 32.6%;
      float: left;
      margin-right: 1%;
      padding: .5rem;
      font-size: .9rem;
      text-align: center;
      height: 87px;
      vertical-align: top; }
      .single-our-planner .info dl:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .single-our-planner .info dl {
          width: 90%;
          float: none;
          margin: 0 auto 1rem;
          clear: both; }
          .single-our-planner .info dl:last-child {
            margin-right: inherit; } }
    .single-our-planner .info dt {
      border-bottom: 1px solid #fff;
      font-weight: bold;
      padding: .2rem 0 0;
      margin-bottom: .4rem; }
    .single-our-planner .info dd {
      height: 42px;
      vertical-align: middle;
      display: table-cell;
      width: 1%; }
      .single-our-planner .info dd a {
        color: #000;
        text-decoration: underline; }
      .single-our-planner .info dd li a {
        text-decoration: none; }
      .single-our-planner .info dd li {
        display: inline-block;
        font-size: .9rem; }
    .single-our-planner .info .util {
      line-height: inherit;
      width: 100%;
      margin: 0; }
      .single-our-planner .info .util li {
        float: none; }
      .single-our-planner .info .util .svg {
        background: #000;
        fill: #ebcc8c;
        padding: 1px 5px;
        border-radius: 3px; }
        .single-our-planner .info .util .svg svg {
          vertical-align: middle; }
  .single-our-planner .tag {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 3rem; }
    .single-our-planner .tag:after {
      content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
      color: #ebcc8c;
      font-size: 15px;
      margin: 40px auto 0;
      text-align: center;
      display: block;
      height: 1rem;
      overflow: hidden; }
      @media screen and (max-width: 480px) {
        .single-our-planner .tag:after {
          margin-top: 20px; } }
    @media screen and (max-width: 480px) {
      .single-our-planner .tag {
        margin-bottom: 0; } }
    .single-our-planner .tag:after {
      margin-top: 5px; }
    .single-our-planner .tag h3 {
      text-align: center;
      color: #ebcc8c;
      width: 100%;
      position: relative;
      margin-bottom: 5px;
      margin-left: 0; }
      .single-our-planner .tag h3:after {
        content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
        color: #ebcc8c;
        font-size: 15px;
        margin: 40px auto 0;
        text-align: center;
        display: block;
        height: 1rem;
        overflow: hidden; }
        @media screen and (max-width: 480px) {
          .single-our-planner .tag h3:after {
            margin-top: 20px; } }
      .single-our-planner .tag h3 span {
        background: #fff;
        padding: 0 .5rem;
        position: relative;
        z-index: 10; }
      .single-our-planner .tag h3:before {
        content: none; }
      .single-our-planner .tag h3:after {
        margin: 0;
        position: absolute;
        top: 0.5em; }
      @media screen and (max-width: 480px) {
        .single-our-planner .tag h3 {
          width: 100%;
          overflow: hidden;
          margin-left: 0;
          text-align: center !important;
          text-indent: 0; } }
    .single-our-planner .tag li {
      background: #fafafa; }
      .single-our-planner .tag li a {
        color: #3e3d3d !important; }
        @media screen and (max-width: 480px) {
          .single-our-planner .tag li a {
            padding: 10px; } }
      @media screen and (max-width: 480px) {
        .single-our-planner .tag li {
          display: inline-block;
          margin: 5px; } }
  .single-our-planner .field {
    max-width: 780px;
    margin: 0 auto 60px !important; }
    .single-our-planner .field:after {
      content: '‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵∴‥∵‥∴‥∵‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥∴‥∵‥∴‥∵‥∴‥∴‥';
      color: #ebcc8c;
      font-size: 15px;
      margin: 40px auto 0;
      text-align: center;
      display: block;
      height: 1rem;
      overflow: hidden; }
      @media screen and (max-width: 480px) {
        .single-our-planner .field:after {
          margin-top: 20px; } }
    @media screen and (max-width: 480px) {
      .single-our-planner .field {
        margin-bottom: 0 !important; } }
    .single-our-planner .field h3 {
      font-size: 21px; }
      .single-our-planner .field h3:before {
        content: '';
        height: 2px;
        background: #ebcc8c;
        width: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-right: .5rem; }
    .single-our-planner .field h4, .single-our-planner .field .qa dt, .qa .single-our-planner .field dt {
      margin-bottom: 0;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .single-our-planner .field h4, .single-our-planner .field .qa dt, .qa .single-our-planner .field dt {
          line-height: 1.6em;
          text-indent: -1.2em;
          padding-left: 1.2em;
          margin-left: 10px; } }
    .single-our-planner .field .read {
      width: 100%;
      font-size: inherit;
      margin-bottom: 2rem; }
    .single-our-planner .field p {
      font-size: .8rem;
      width: 92%;
      margin: 0 auto 1.5rem; }
      @media screen and (max-width: 480px) {
        .single-our-planner .field p {
          font-size: initial;
          padding-top: 7px;
          margin-left: 1.5rem; } }
  .single-our-planner .works {
    max-width: 780px;
    margin: 0 auto !important; }
    @media screen and (max-width: 480px) {
      .single-our-planner .works {
        margin-bottom: 10px; } }
    .single-our-planner .works h3 {
      text-align: center;
      font-size: 47px;
      line-height: 1.2;
      z-index: 2;
      position: relative;
      z-index: 2;
      font-size: 30px;
      padding-top: 2rem; }
      .single-our-planner .works h3:before {
        content: url("../img/our-planner/h3_works.png");
        position: absolute;
        width: 100%;
        text-align: center;
        display: block;
        top: -2rem;
        z-index: -1; }
      .single-our-planner .works h3:before {
        border: 0;
        top: 0; }
      @media screen and (max-width: 480px) {
        .single-our-planner .works h3 {
          text-align: center !important; } }
    .single-our-planner .works li {
      width: 235px;
      display: inline-block;
      vertical-align: top;
      margin-right: 2rem;
      position: relative; }
      .single-our-planner .works li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .single-our-planner .works li {
          width: 100%;
          display: block; }
          .single-our-planner .works li figure {
            width: 100%; } }
    .single-our-planner .works img {
      margin-bottom: 1rem;
      width: 100%;
      cursor: pointer; }
    .single-our-planner .works figcaption {
      border-left: 1px solid #c3c3c3;
      padding-top: 25px;
      padding-left: .5rem;
      font-size: .7rem;
      color: #c3c3c3;
      position: relative;
      right: -.8rem;
      top: -2rem;
      width: 90%; }
      @media screen and (max-width: 480px) {
        .single-our-planner .works figcaption {
          font-size: 1rem; } }
  .single-our-planner #party {
    margin-bottom: 4rem; }
    .single-our-planner #party:before, .single-our-planner #party:after {
      content: none; }
  .single-our-planner .planner_nav {
    background: #fef9ef;
    padding: 2rem 0 2.1rem; }
    .single-our-planner .planner_nav .btn_more01 {
      margin: 0 auto; }
    .single-our-planner .planner_nav ul {
      max-width: 1000px;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 480px) {
        .single-our-planner .planner_nav ul {
          width: 80%;
          height: 5rem; } }
    .single-our-planner .planner_nav a {
      color: #000; }
    .single-our-planner .planner_nav .prev,
    .single-our-planner .planner_nav .next {
      font-size: 20px;
      position: absolute; }
      .single-our-planner .planner_nav .prev span,
      .single-our-planner .planner_nav .next span {
        font-size: 12px;
        display: block; }
    .single-our-planner .planner_nav .prev {
      left: 0; }
    .single-our-planner .planner_nav .next {
      right: 0; }

/* About
------------------------------------------*/
.page-about h1 {
  background: url(../img/about/h1.png) no-repeat center center; }

.page-about #profile {
  padding-top: 156px;
  margin-top: -116px; }

.page-about section#concept {
  max-width: 1000px;
  margin: 0 auto 80px;
  overflow: visible; }
  .page-about section#concept img {
    width: 100%; }
  .page-about section#concept .indexList_visual {
    margin-bottom: 1.5rem;
    overflow: hidden;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .page-about section#concept .indexList_visual img {
        width: 200%;
        margin: 0 -50%; } }
  .page-about section#concept .btn_more01 {
    margin: 2rem auto 0; }

.page-about .media li {
  margin-bottom: 1rem; }

.page-about .media a {
  font-weight: bold;
  display: block;
  margin-bottom: .5rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .page-about .media a:before {
    content: "\e900";
    margin-right: 5px; }
  .page-about .media a:before {
    color: #d2b16a; }
  @media screen and (max-width: 480px) {
    .page-about .media a {
      line-height: 1.8; } }

.page-about #profile #name,
.page-english #profile #name {
  margin-bottom: 2rem; }
  @media screen and (max-width: 480px) {
    .page-about #profile #name,
    .page-english #profile #name {
      text-align: center; } }
  .page-about #profile #name p,
  .page-english #profile #name p {
    margin-bottom: 0;
    line-height: 1.5; }
  .page-about #profile #name #jobDiscription,
  .page-english #profile #name #jobDiscription {
    padding-left: 10px;
    margin-bottom: 5px; }
  .page-about #profile #name #nameInner,
  .page-english #profile #name #nameInner {
    border-top: 1px solid #ebcc8c;
    border-bottom: 1px solid #ebcc8c;
    padding: 15px 10px;
    overflow: hidden; }
    .page-about #profile #name #nameInner .profileName,
    .page-english #profile #name #nameInner .profileName {
      font-size: 1.8rem;
      float: left;
      margin-right: 2rem; }
      @media screen and (max-width: 480px) {
        .page-about #profile #name #nameInner .profileName,
        .page-english #profile #name #nameInner .profileName {
          font-weight: normal;
          width: 100%; } }
      .page-about #profile #name #nameInner .profileName span,
      .page-english #profile #name #nameInner .profileName span {
        font-size: 0.9rem; }
        @media screen and (max-width: 480px) {
          .page-about #profile #name #nameInner .profileName span,
          .page-english #profile #name #nameInner .profileName span {
            display: block; } }
    .page-about #profile #name #nameInner .subTxt,
    .page-english #profile #name #nameInner .subTxt {
      font-size: 0.8rem; }

.page-about #profile .col2 .sub img,
.page-english #profile .col2 .sub img {
  width: 280px; }
  @media screen and (max-width: 480px) {
    .page-about #profile .col2 .sub img,
    .page-english #profile .col2 .sub img {
      width: 100%; } }

.page-about #profile #snsLinks li,
.page-english #profile #snsLinks li {
  vertical-align: middle; }
  .page-about #profile #snsLinks li img,
  .page-english #profile #snsLinks li img {
    margin-left: 0.5rem;
    width: 27px; }
  @media screen and (max-width: 480px) {
    .page-about #profile #snsLinks li,
    .page-english #profile #snsLinks li {
      margin-bottom: 1rem; } }

.page-about #profile .col4,
.page-english #profile .col4 {
  margin: 0 -2%; }
  .page-about #profile .col4 li,
  .page-english #profile .col4 li {
    padding: 2%;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    @media screen and (max-width: 480px) {
      .page-about #profile .col4 li,
      .page-english #profile .col4 li {
        width: 50%; }
        .page-about #profile .col4 li:nth-child(2n+1),
        .page-english #profile .col4 li:nth-child(2n+1) {
          clear: left; } }
    .page-about #profile .col4 li img,
    .page-english #profile .col4 li img {
      width: 100%;
      margin-bottom: 0.8rem; }
    .page-about #profile .col4 li p,
    .page-english #profile .col4 li p {
      line-height: 1.5; }

.page-english .planList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .page-english .planList li {
    background: #fdf9f6;
    padding: 2rem;
    display: table-cell;
    text-align: center;
    width: 240px; }
    .page-english .planList li + li {
      margin-left: 2rem; }
    @media screen and (max-width: 480px) {
      .page-english .planList li {
        width: 100%;
        margin: 0 auto .5rem; }
        .page-english .planList li + li {
          margin-left: 0; } }

.page-english .planName {
  text-align: center;
  color: #d2b16a;
  font-size: 15px;
  font-family: 'Dancing Script', cursive; }
  @media screen and (max-width: 480px) {
    .page-english .planName {
      font-size: 1.5rem;
      line-height: 1;
      padding-bottom: 0;
      margin-bottom: .5rem; } }

.page-english .planTitle {
  font-size: 16px;
  margin-bottom: .5rem !important;
  display: block;
  font-weight: bold;
  text-align: center;
  height: 6rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #ebcc8c; }
  @media screen and (max-width: 480px) {
    .page-english .planTitle {
      height: auto;
      padding-bottom: 1rem; } }

.page-english .price {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #ebcc8c;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .page-english .price span {
    font-size: 14px; }

.page-english #school .col2 .sub {
  width: 200px; }
  @media screen and (max-width: 480px) {
    .page-english #school .col2 .sub {
      width: 100%; } }

/* concept
---------------------------------------- */
.page-concept .contents {
  text-align: center; }
  @media screen and (max-width: 480px) {
    .page-concept .contents {
      text-align: left; }
      .page-concept .contents br {
        display: none; }
      .page-concept .contents ul {
        width: 100%;
        text-align: center; } }
  .page-concept .contents .read {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-style: normal;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .page-concept .contents .read {
        text-align: left; } }
  .page-concept .contents em {
    font-style: normal; }
  .page-concept .contents h2 {
    background: #000;
    color: #ebcc8c;
    font-size: 20px;
    padding: 1rem 2rem;
    display: inline-block;
    font-weight: normal; }
  .page-concept .contents h3 {
    text-align: center; }
    .page-concept .contents h3:before {
      content: none; }
  .page-concept .contents p {
    font-size: 20px; }
  .page-concept .contents li {
    display: inline-block; }
  .page-concept .contents .inner {
    padding: 60px 0 0; }

.page-concept .bg {
  width: 100%;
  height: 510px;
  color: #fff;
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .page-concept .bg {
      background-attachment: fixed; } }
  @media screen and (max-width: 480px) {
    .page-concept .bg {
      background-attachment: inherit; } }

.page-concept h1 {
  background: url(../img/concept/h1.png) no-repeat center center; }

.page-concept .visual {
  background-image: url(../img/concept/visual.jpg); }
  @media screen and (max-width: 480px) {
    .page-concept .visual {
      width: 100%;
      height: 340px; } }

.page-concept .btn_more01 + li {
  margin-left: 2rem; }

@media screen and (max-width: 480px) {
  .page-concept .btn_more01 {
    margin-bottom: 2rem; }
    .page-concept .btn_more01 + li {
      margin-left: 0; } }

.page-concept #balloon01 {
  position: absolute;
  right: 0;
  top: 1560px; }
  @media screen and (max-width: 480px) {
    .page-concept #balloon01 {
      display: none; } }

.page-concept #balloon02 {
  position: absolute;
  left: 0;
  top: 2510px; }
  @media screen and (max-width: 480px) {
    .page-concept #balloon02 {
      display: none; } }

.page-concept #balloon03 {
  position: absolute;
  right: 0;
  top: 2860px; }
  @media screen and (max-width: 480px) {
    .page-concept #balloon03 {
      display: none; } }

.page-concept #concept-party p {
  margin-bottom: 40px; }

@media screen and (max-width: 480px) {
  .page-concept #concept-party #kids_party_list:after {
    content: "";
    background: url(../img/concept/sp_concept_thumb.jpg) center top/100% no-repeat;
    display: block;
    padding-top: 200px; } }

.page-concept #concept-party ul {
  width: 1614px;
  left: 50%;
  margin-left: -807px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .page-concept #concept-party ul {
      display: none; } }
  .page-concept #concept-party ul li {
    float: left; }

.page-concept #concept-party .read {
  padding-top: 40px; }

.page-concept #concept-party .bg {
  background-image: url(../img/concept/party.jpg);
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .page-concept #concept-party .bg {
      margin-bottom: 60px;
      height: 270px; } }

.page-concept #family .bg {
  background-image: url(../img/concept/family.jpg);
  height: 461px; }

.page-concept #family .box p {
  font-size: 18px; }

.page-concept #hope .inner {
  padding: 0; }

.page-concept #sky .bg {
  background-image: url(../img/concept/sky.jpg);
  margin-bottom: 60px; }

.page-concept #sky p {
  color: #fff;
  font-weight: bold;
  font-size: 25px; }

/* media
---------------------------------------- */
.page-media h1 {
  background: url(../img/about/media/h1.png) no-repeat center center; }

.page-media .intro {
  margin-bottom: 4.5rem; }

.page-media #achievements .toList {
  text-align: right; }

.page-media #achievements h2 {
  margin-bottom: 1rem; }

.page-media #achievements #thumbList {
  overflow: hidden;
  margin-bottom: 4rem; }
  .page-media #achievements #thumbList li {
    width: 22%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 4%; }
    @media screen and (max-width: 480px) {
      .page-media #achievements #thumbList li {
        width: 100%;
        float: none;
        margin-bottom: 40px;
        margin-left: 0; } }
    .page-media #achievements #thumbList li a.thumb {
      display: inline-block;
      background-color: #ebcc8c;
      line-height: 140px;
      margin-bottom: 0.8rem; }
      @media screen and (max-width: 480px) {
        .page-media #achievements #thumbList li a.thumb {
          display: block;
          margin-bottom: 10px; } }
      .page-media #achievements #thumbList li a.thumb img {
        width: 100%;
        height: auto; }
    .page-media #achievements #thumbList li a.ttl {
      color: #3e3d3d; }
      .page-media #achievements #thumbList li a.ttl:hover {
        color: #ebcc8c; }
    .page-media #achievements #thumbList li:first-child {
      margin-left: 0; }

.page-media #achievements .colLeft {
  float: left;
  width: 50%;
  margin-bottom: 4rem; }
  @media screen and (max-width: 480px) {
    .page-media #achievements .colLeft {
      width: 100%;
      float: none; } }
  .page-media #achievements .colLeft ul li {
    margin-bottom: 0.3rem; }
  @media screen and (max-width: 480px) {
    .page-media #achievements .colLeft h3 {
      text-align: left !important; } }

.page-media #achievements .colRight {
  float: left;
  width: 50%; }
  @media screen and (max-width: 480px) {
    .page-media #achievements .colRight {
      width: 100%;
      float: none; } }
  .page-media #achievements .colRight ul li {
    margin-bottom: 0.3rem; }
  @media screen and (max-width: 480px) {
    .page-media #achievements .colRight h3 {
      text-align: left !important; } }

.page-media #achievements #board {
  clear: left; }
  @media screen and (max-width: 480px) {
    .page-media #achievements #board {
      margin-top: 4rem; } }
  .page-media #achievements #board ul {
    margin-bottom: 2rem; }
    .page-media #achievements #board ul li {
      display: inline-block; }
      .page-media #achievements #board ul li:after {
        content: " / "; }
      .page-media #achievements #board ul li:last-child:after {
        content: none; }
    .page-media #achievements #board ul:last-child {
      margin-bottom: 0; }
    .page-media #achievements #board ul.youtubeList {
      margin: 0 -2% 0 -2%; }
      .page-media #achievements #board ul.youtubeList li {
        float: left;
        width: 33.3%;
        padding: 0 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .page-media #achievements #board ul.youtubeList li iframe {
          width: 100%; }
        .page-media #achievements #board ul.youtubeList li:after {
          content: none; }
        .page-media #achievements #board ul.youtubeList li span {
          display: inline-block;
          line-height: 1.4; }
        @media screen and (max-width: 480px) {
          .page-media #achievements #board ul.youtubeList li {
            width: 100%;
            float: none;
            margin-bottom: 1rem; } }

.page-media #message .colLeft {
  float: left;
  margin-right: 1.5rem; }
  @media screen and (max-width: 480px) {
    .page-media #message .colLeft {
      float: none; } }
  @media screen and (max-width: 480px) {
    .page-media #message .colLeft iframe {
      width: 100%;
      height: auto; } }

#contactForm {
  width: 72%;
  float: left;
  margin-right: 5%; }
  @media screen and (max-width: 480px) {
    #contactForm {
      float: none;
      width: 100%;
      margin-right: 0; } }

#contactInfo {
  padding-top: 0.5rem;
  font-size: 0.81rem; }
  @media screen and (max-width: 480px) {
    #contactInfo {
      margin-top: 4rem; } }
  #contactInfo p {
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 480px) {
      #contactInfo p {
        margin-bottom: 1rem; } }

/* privacy
---------------------------------------- */
.page-privacy h2 {
  margin-bottom: 15px;
  text-align: left;
  text-indent: -2.5rem;
  margin-left: 2.5rem; }
  .page-privacy h2:before {
    content: '';
    display: inline-block;
    width: 48px;
    border: 1px solid #ebcc8c;
    margin-right: 20px;
    vertical-align: super; }
    @media screen and (max-width: 480px) {
      .page-privacy h2:before {
        width: 30px;
        margin-right: 10px; } }

/* Faq
------------------------------------------*/
.page-faq .contents section {
  padding-top: 120px;
  margin-top: -120px; }

.page-faq .contents h3 {
  font-size: 16px;
  display: block;
  text-indent: 0rem;
  margin: 0 0 .5rem 0;
  position: relative;
  padding-left: 1.5rem; }
  .page-faq .contents h3:before {
    content: '*';
    color: #ebcc8c;
    font-size: 30px;
    line-height: 1;
    vertical-align: text-top;
    border: none;
    margin-right: 0;
    width: auto;
    top: 4px;
    left: 0;
    position: absolute; }
    @media screen and (max-width: 480px) {
      .page-faq .contents h3:before {
        font-size: 1rem; } }
  .page-faq .contents h3:last-child {
    margin-bottom: 0; }

.page-faq .contents ul li a {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .page-faq .contents ul li a:before {
    content: "\e900";
    margin-right: 5px; }

#school h3, #kidsparty h3, #corporate h3 {
  margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    #school h3, #kidsparty h3, #corporate h3 {
      margin-bottom: 15px; } }

#school p, #kidsparty p, #corporate p {
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    #school p, #kidsparty p, #corporate p {
      margin-bottom: 40px; } }

/* contact
---------------------------------------- */
.page-contact h1 {
  background: url(../img/contact/h1.png) no-repeat center center; }

.wpcf7 {
  max-width: 570px;
  margin: 0 auto; }
  .wpcf7 dl {
    margin-bottom: 2rem; }
    .wpcf7 dl dt {
      clear: left;
      float: left;
      font-weight: bold;
      width: 32%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1.5;
      font-size: 0.93rem;
      position: relative; }
      @media screen and (max-width: 480px) {
        .wpcf7 dl dt {
          float: none;
          width: 100%; } }
    .wpcf7 dl .input-subtitle {
      padding-top: 1rem;
      margin-bottom: 0 !important; }
      .wpcf7 dl .input-subtitle b {
        font-size: 90%; }
    .wpcf7 dl dd {
      min-height: 1.7rem;
      margin: 0 0 2rem 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 68%;
      display: inline-block; }
      @media screen and (max-width: 480px) {
        .wpcf7 dl dd {
          width: 100%;
          display: block; } }
      .wpcf7 dl dd span input {
        line-height: 2.5;
        width: 100%;
        font-size: 0.81rem; }
      .wpcf7 dl dd .sei,
      .wpcf7 dl dd .mei,
      .wpcf7 dl dd .sei-kana,
      .wpcf7 dl dd .mei-kana {
        float: left;
        width: 48%; }
      .wpcf7 dl dd .mei,
      .wpcf7 dl dd .mei-kana {
        margin-left: 4%; }
      .wpcf7 dl dd .join-adult,
      .wpcf7 dl dd .join-kids {
        float: left;
        width: 40%;
        position: relative; }
        .wpcf7 dl dd .join-adult:after,
        .wpcf7 dl dd .join-kids:after {
          content: '名';
          position: absolute;
          bottom: 2px; }
      .wpcf7 dl dd .join-kids {
        margin-left: 14%; }
      .wpcf7 dl dd input[type="text"],
      .wpcf7 dl dd input[type="email"],
      .wpcf7 dl dd input[type="tel"] {
        border-bottom: 1px solid #ebcc8c; }
      .wpcf7 dl dd input[type="checkbox"] {
        border-color: #ebcc8c !important; }
      .wpcf7 dl dd .wpcf7-list-item {
        font-size: 0.81rem;
        display: inline-block;
        width: 100%;
        line-height: 1.5; }
        @media screen and (max-width: 480px) {
          .wpcf7 dl dd .wpcf7-list-item {
            width: 100%;
            display: block;
            margin-bottom: 10px; } }
        .wpcf7 dl dd .wpcf7-list-item input {
          width: auto;
          margin-right: 0.5rem; }
        @media screen and (max-width: 480px) {
          .wpcf7 dl dd .wpcf7-list-item:nth-child(2n) {
            margin-left: 0; } }
    .wpcf7 dl select {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      border: 1px solid #ebcc8c;
      width: 100%;
      line-height: 1.5;
      padding-left: 0.5rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative; }
    .wpcf7 dl select::-ms-expand {
      display: none; }
    .wpcf7 dl .selectWrap {
      position: relative;
      display: block; }
      .wpcf7 dl .selectWrap:before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        background: #ebcc8c;
        height: 100%;
        width: 20px;
        border-radius: 0 3px 3px 0; }
      .wpcf7 dl .selectWrap:after {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 3px;
        border-color: #fff transparent transparent transparent;
        background-size: 10px;
        pointer-events: none; }
    .wpcf7 dl textarea {
      padding: 0.5rem;
      font-size: 0.81rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      border: 1px solid #ebcc8c; }
    .wpcf7 dl .required:after {
      content: '必須';
      background: #f56087;
      padding: 0 .5rem;
      color: #fff;
      font-size: 80%;
      display: inline-block;
      border-radius: 5px;
      position: absolute;
      right: 2rem;
      top: 3px; }
      @media screen and (max-width: 480px) {
        .wpcf7 dl .required:after {
          content: '*';
          color: #f56087;
          background: none;
          right: auto;
          top: auto;
          position: relative; } }
  .wpcf7 p#submitBtn {
    margin: 0 auto;
    text-align: center;
    width: 258px;
    clear: both;
    margin-bottom: 5px;
    position: relative; }
    @media screen and (max-width: 480px) {
      .wpcf7 p#submitBtn {
        width: 97%; } }
    .wpcf7 p#submitBtn a, .wpcf7 p#submitBtn input {
      border: 2px solid #ebcc8c;
      background: #fff;
      font-weight: bold;
      display: block;
      width: 258px;
      height: 52px;
      position: relative;
      z-index: 2;
      color: #3e3d3d !important;
      text-decoration: none !important;
      line-height: 1;
      padding: 16px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 480px) {
        .wpcf7 p#submitBtn a, .wpcf7 p#submitBtn input {
          width: 97%; } }
      .wpcf7 p#submitBtn a:after, .wpcf7 p#submitBtn input:after {
        content: "";
        background: url(../img/common/arrow_btn.svg) no-repeat;
        display: block;
        width: 78px;
        padding-top: 78px;
        position: absolute;
        top: 17.33333px;
        right: -2rem;
        opacity: 0;
        z-index: 3; }
      .wpcf7 p#submitBtn a:hover, .wpcf7 p#submitBtn input:hover {
        background: #ebcc8c;
        border: 2px solid #ebcc8c; }
        .wpcf7 p#submitBtn a:hover:after, .wpcf7 p#submitBtn input:hover:after {
          -webkit-animation: arrow .3s forwards;
          animation: arrow .3s forwards; }
    .wpcf7 p#submitBtn:after {
      content: '';
      border: 2px solid #ebcc8c;
      background: #fff;
      width: 258px;
      height: 52px;
      position: absolute;
      top: 3px;
      left: 3px; }
      @media screen and (max-width: 480px) {
        .wpcf7 p#submitBtn:after {
          width: 97%; } }
    .wpcf7 p#submitBtn a, .wpcf7 p#submitBtn input {
      background: #ebcc8c; }
      .wpcf7 p#submitBtn a:hover, .wpcf7 p#submitBtn input:hover {
        background: #fff !important; }
  .wpcf7 .note {
    color: #c3c3c3;
    font-weight: normal; }

/* sitemap
---------------------------------------- */
@media screen and (max-width: 480px) {
  .page-sitemap .contents li a {
    margin: 0 0 10px 0; } }

.page-sitemap .contents ul li {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 3rem; }
  .page-sitemap .contents ul li ul {
    border-top: 1px solid #ebcc8c;
    padding: .5rem;
    margin-top: 10px; }
    @media screen and (max-width: 480px) {
      .page-sitemap .contents ul li ul {
        padding: .5rem .5rem .5rem 0;
        margin-top: 10px; } }
    .page-sitemap .contents ul li ul li {
      font-weight: normal;
      font-size: 1rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .page-sitemap .contents ul li ul li {
          margin-bottom: 10px; } }
      .page-sitemap .contents ul li ul li ul {
        border: none;
        margin: 0 1rem; }
        .page-sitemap .contents ul li ul li ul li {
          font-size: .9rem; }
          .page-sitemap .contents ul li ul li ul li:before {
            content: '';
            width: 5px;
            height: 5px;
            background: #000;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            margin-right: .3rem; }

.page-sitemap .contents .sub {
  font-size: 1rem;
  font-weight: normal;
  width: auto;
  display: inline-block;
  margin: 0;
  clear: both; }
  @media screen and (max-width: 480px) {
    .page-sitemap .contents .sub {
      display: block;
      margin-bottom: 10px; } }

/* news
---------------------------------------- */
.newsArea {
  position: relative;
  background: #e9f6f2;
  padding-bottom: 4rem; }
  .newsArea .inner {
    padding: 0 0 2.5rem 0;
    max-width: 1000px; }
    @media screen and (max-width: 480px) {
      .newsArea .inner {
        margin-bottom: 0;
        padding: 0; } }
  .newsArea .tag {
    color: #c3c3c3;
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: 20px; }
    .newsArea .tag span {
      display: inline-block;
      margin-right: 1rem; }
      .newsArea .tag span:before {
        content: '#'; }
    @media screen and (max-width: 480px) {
      .newsArea .tag {
        display: none; } }
  .newsArea img {
    max-width: 100%;
    height: auto; }
  .newsArea .btn_more01 {
    margin: 0 auto 5px; }
  .newsArea .news_title {
    padding: 0;
    position: relative;
    background: url(../img/news/h1.png) no-repeat center center;
    font-size: 40px;
    font-size: 2.66667rem;
    padding: 90px 0 40px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .newsArea .news_title {
        font-size: 30px;
        font-size: 2rem; } }
  .newsArea.new {
    background: #fff url(../img/home/new_bg.jpg) top right no-repeat; }
    .newsArea.new:before {
      content: 'New';
      font-family: 'Dancing Script', cursive;
      font-weight: normal;
      color: #ebcd8d;
      font-size: 30px;
      position: absolute;
      top: 0;
      right: 45px; }
  .newsArea .pager {
    text-align: center; }
    .newsArea .pager a {
      color: #939393 !important;
      padding: 0 .5rem;
      font-weight: bold; }
      .newsArea .pager a:hover {
        color: #ebcc8c; }
    .newsArea .pager .current {
      font-weight: bold;
      color: #000;
      padding: 0 .5rem; }

.blog,
.single-post,
body.category {
  background: #fff;
  padding-top: 204px; }
  .blog .news_title,
  .single-post .news_title,
  body.category .news_title {
    top: -2rem;
    padding: 1rem 0 0; }

.newsList_post {
  margin-bottom: 18px;
  border-radius: 3px;
  height: 170px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .newsList_post {
      height: auto;
      margin: 0 auto 1rem; } }
  .newsList_post h4, .newsList_post .qa dt, .qa .newsList_post dt {
    color: #3e3d3d;
    font-size: 17px;
    margin-bottom: 10px;
    margin-right: 150px;
    width: 500px;
    line-height: 1;
    height: 1.1rem;
    overflow: hidden; }
    .newsList_post h4:before, .newsList_post .qa dt:before, .qa .newsList_post dt:before {
      content: none; }
    @media screen and (max-width: 480px) {
      .newsList_post h4, .newsList_post .qa dt, .qa .newsList_post dt {
        width: auto;
        margin: 0;
        height: 6rem;
        font-weight: normal;
        font-size: .8rem;
        margin-left: 1rem;
        line-height: 1.8; } }
  .newsList_post a {
    background: #fff;
    padding: 10px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff; }
    .newsList_post a:hover {
      border: 2px solid #ebcc8c; }
  .newsList_post .thumb {
    float: left;
    margin-right: 30px;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 480px) {
      .newsList_post .thumb {
        width: 90px;
        height: 90px;
        margin-right: 0; } }
  .newsList_post .newsList_postContent {
    overflow: hidden;
    padding: 20px 0;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 480px) {
      .newsList_post .newsList_postContent {
        width: auto;
        padding: 0; } }
  .newsList_post .excerpt {
    font-size: 13px;
    line-height: 1.8;
    color: #939393;
    height: 3rem;
    overflow: hidden;
    width: 500px; }
    @media screen and (max-width: 480px) {
      .newsList_post .excerpt {
        width: auto;
        margin: 0;
        display: none; } }
  .newsList_post .date {
    color: #939393;
    font-size: 10px;
    position: absolute;
    top: 20px;
    right: 20px; }
    @media screen and (max-width: 480px) {
      .newsList_post .date {
        top: inherit;
        right: 0;
        bottom: 0;
        width: 94%;
        text-align: right; } }
  .newsList_post .txt_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #000;
    font-weight: bold;
    font-size: 12px; }
    @media screen and (max-width: 480px) {
      .newsList_post .txt_more {
        display: none; } }

.newsList_categoryList {
  width: 143px;
  float: left; }
  .newsList_categoryList li {
    margin-bottom: 15px;
    display: block; }
    .newsList_categoryList li a {
      color: #939393;
      padding: 3px 7px;
      border: 2px solid #d2ebe3;
      border-radius: 5px;
      font-size: 12px;
      display: inline-block;
      background: #f4fbf9; }
    .newsList_categoryList li.current-cat a {
      font-weight: bold; }
    .newsList_categoryList li:hover a,
    .newsList_categoryList li.current-cat a {
      background: #d2ebe3;
      color: #000; }
  @media screen and (max-width: 480px) {
    .newsList_categoryList {
      display: none; } }

.news .cat-item-all a {
  background: #d2ebe3;
  color: #000;
  font-weight: bold; }

.single-post article {
  max-width: 800px;
  padding: 0 1rem; }
  @media screen and (max-width: 480px) {
    .single-post article {
      width: auto;
      padding: 1rem; } }
  .single-post article h4:before, .single-post article .qa dt:before, .qa .single-post article dt:before {
    content: '*'; }
  .single-post article hr {
    margin-bottom: 2rem; }
  .single-post article a {
    color: #000;
    text-decoration: underline; }
    .single-post article a:hover {
      text-decoration: none; }
  .single-post article .fbWrap {
    text-align: right; }

.single-post .info {
  border-bottom: 1px solid #ebcc8c;
  margin-bottom: 2rem; }
  .single-post .info h2 {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .single-post .info h2 {
        width: 94%;
        margin: 0 auto;
        text-align: left; } }

.single-post .tag,
.single-post .date {
  text-align: center;
  position: relative;
  top: 0;
  left: 0; }

.single-post .date {
  color: #d2b16a;
  font-size: .7rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 480px) {
    .single-post .date {
      text-align: right;
      width: 94%;
      margin: 0 auto; } }

.single-post .contents {
  overflow: visible;
  padding-bottom: 4rem; }
  .single-post .contents .inner {
    background: #fff;
    border: 2px solid #ebcc8c;
    padding: 2.5rem 0; }

.single-post article {
  margin: 0 auto;
  height: auto; }
  @media screen and (max-width: 480px) {
    .single-post article {
      overflow: hidden; } }

.single-post .category {
  float: none; }

.single-post .news_nav {
  background: #e9f6f2;
  padding: 2rem 0; }
  .single-post .news_nav .btn_more01 {
    margin: 0 auto; }
  .single-post .news_nav ul {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 480px) {
      .single-post .news_nav ul {
        width: 80%;
        height: 3rem; } }
  .single-post .news_nav a {
    color: #000; }
  .single-post .news_nav .prev,
  .single-post .news_nav .next {
    font-size: 20px;
    position: absolute; }
    .single-post .news_nav .prev span,
    .single-post .news_nav .next span {
      font-size: 12px;
      display: block; }
  .single-post .news_nav .prev {
    left: 0; }
  .single-post .news_nav .next {
    right: 0; }