@charset "UTF-8";
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Imports
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
@import url(https://fonts.googleapis.com/css?family=Bevan);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Common parts
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
h2 {
  color: #000000;
  font-family: 'FOT-DNP 秀英丸ゴシック Std B','FOT_DNPShueiMGoStd-B';
  position: relative;
  display: inline-block; }
  h2 small {
    color: #2b2b2b;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .1em; }
    h2 small span {
      color: #77b8b4; }
  h2 span.underline {
    background: linear-gradient(transparent 55%, #77b8b4 40%);
    padding: 0 10px; }

h3 {
  font-family: 'FOT-DNP 秀英丸ゴシック Std B','FOT_DNPShueiMGoStd-B'; }

img {
  width: 100%; }

p {
  color: #2b2b2b; }

.contact-btn {
  font-size: 20px;
  width: 248px;
  text-align: center;
  line-height: 3;
  background-color: #86a52d;
  border: solid 3px #86a52d;
  color: #FFFFFF;
  transition: all 0.5s;
  display: inline-block;
  border-radius: 5px;
  margin: 50px 0 0 0; }

.contact-btn:hover {
  background-color: #FFFFFF;
  color: #86a52d;
  text-decoration: none;
  border: solid 3px #86a52d; }

.midashi-container {
  max-width: 894px;
  border: solid 4px #a8865b;
  background-color: #FFFFFF;
  padding: 0 40px 30px 40px;
  display: inline-block;
  margin-top: 50px; }
  .midashi-container__text {
    text-align: left; }
  .midashi-container h3.kazari {
    position: relative;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 56px;
    display: inline-block;
    z-index: 1;
    padding: 0 30px 0 100px;
    margin-bottom: 30px; }
    .midashi-container h3.kazari span {
      width: 64px;
      height: 65px;
      position: absolute;
      left: 30px;
      top: -15px; }
    .midashi-container h3.kazari::before {
      content: "";
      display: inline-block;
      border-radius: 0 0 2rem 2rem / 0 0 6rem 6rem;
      height: 0;
      line-height: 56px;
      border-top: 56px solid #A6845B;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      width: 100%;
      position: absolute;
      top: -1px;
      left: 0;
      z-index: -2; }
    .midashi-container h3.kazari::after {
      content: "";
      display: inline-block;
      background-image: url(../img/paper_brown.png);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }

@media (max-width: 480px) {
  .midashi-container {
    padding: 0 15px 30px 15px;
    margin-top: 50px; }
    .midashi-container h3.kazari {
      padding: 0 10px 0 55px;
      font-size: 14px; }
      .midashi-container h3.kazari span {
        width: 40px;
        height: 41px;
        position: absolute;
        left: 15px;
        top: -5px; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Global
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
body {
  font-family: 'Noto Sans JP','Fjalla One','Mplus 1p' , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  overflow-x: hidden; }

a {
  color: #5679b2; }

a:focus, a:hover {
  color: #5679b2; }

.top {
  background: #000;
  color: #fff;
  padding: 16px 25px;
  font-size: 14px;
  position: fixed;
  right: 0;
  text-decoration: none;
  letter-spacing: 2px;
  z-index: 50;
  display: none;
  border-radius: 5%; }

.top i {
  margin-right: 10px; }

.top:hover {
  background: #aaa;
  transition: inherit;
  text-decoration: none; }

.top:focus {
  color: #fff; }

h1 {
  font-weight: 100;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 10px; }

h2 {
  font-weight: bold;
  font-size: 36px;
  color: #000;
  line-height: 1.3; }
  h2 small {
    color: #2b2b2b;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .1em; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  font-size: 16px; }

.wrapper {
  padding: 45px 0px; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4; }

.text-ellipsis.multiline {
  white-space: normal;
  max-height: 2.8em;
  position: relative; }

.text-ellipsis.line-2 {
  max-height: 2.8em; }

.text-ellipsis.line-3 {
  max-height: 4.2em; }

.text-ellipsis.line-4 {
  max-height: 5.6em; }

.text-ellipsis.line-5 {
  max-height: 7em; }

.btn-white {
  font-family: Helvetica;
  border-radius: 0;
  color: #407758;
  background-color: #fff;
  width: 40%;
  font-size: 20px;
  padding: 11px;
  max-width: 200px;
  cursor: pointer;
  text-decoration: none;
  transition: .5s; }

.btn-white:hover {
  background-color: #000;
  color: #fff;
  transition: .5s; }

.flex {
  display: flex;
  display: -webkit-flex; }

.pcClass {
  display: block; }

.spClass {
  display: none; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 		Overlay style
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.cbp-popup-singlePage,
.cbp-popup-singlePage-open {
  background: #000; }

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  background-color: #000; }

.cbp-popup-singlePage .cbp-popup-content {
  color: #fff; }

.cbp-popup-singlePage .cbp-popup-close {
  background: url(../img/close.png) no-repeat scroll center center transparent;
  background-size: 36px 41px;
  width: 36px;
  height: 41px; }

.cbp-popup-singlePage .cbp-popup-next {
  background: url(../img/next.png) no-repeat scroll center center transparent;
  background-size: 29px 40.5px;
  width: 29px;
  height: 40.5px;
  left: 90%; }

.cbp-popup-singlePage .cbp-popup-prev {
  background: url(../img/prev.png) no-repeat scroll center center transparent;
  background-size: 29.5px 40.5px;
  width: 29.5px;
  height: 40.5px;
  right: 90%; }

.cbp-popup-singlePage .cbp-popup-close:hover,
.cbp-popup-singlePage .cbp-popup-next:hover,
.cbp-popup-singlePage .cbp-popup-prev:hover {
  background-position: center; }

.cbp-popup-singlePage .cbp-popup-content {
  max-width: 650px; }

.cbp-popup-singlePage-counter {
  display: none; }

.cbp-l-project-title {
  color: #fff;
  font: 600 30px/50px 'Mplus 1p' , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.cbp-l-project-subtitle {
  color: #fff;
  font: 400 16px/21px 'Mplus 1p' , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 40px auto 50px; }

.cbp-l-project-desc-text {
  font: 400 18px/31px 'Mplus 1p' , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff; }

.cbp-l-project-desc {
  float: none;
  width: 100%; }

.cbp-l-grid-work-title,
.cbp-l-grid-work-desc {
  color: #000;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Mplus 1p' , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.cbp-l-grid-work-title {
  font-size: 20px;
  word-wrap: break-word;
  word-break: break-all; }

.cbp-l-grid-work-title:hover {
  color: #407758; }

.cbp-l-grid-work-desc {
  font-size: 12px;
  line-height: 2;
  text-align: justify;
  margin-top: 10px; }

p.date {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 1em;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1285px) {
  .cbp-l-grid-work .cbp-item {
    width: 283px !important; } }
@media (max-width: 480px) {
  .cbp {
    height: auto !important; }

  .cbp-ready .cbp-wrapper {
    position: relative; }

  .cbp-caption-active .cbp-caption {
    float: left;
    width: 40%; }

  .cbp-l-grid-work .cbp-item {
    width: 100% !important;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    background-color: #fff;
    padding: 0;
    margin: 8px 0; }

  .cbp-l-grid-work .cbp-item-wrapper {
    padding-bottom: 0; }

  .cbp-l-grid-work-title {
    font-size: 14px;
    margin-top: 10px; }

  .cbp-l-grid-work-desc {
    margin-top: 5px; }

  .cbp-l-grid-work-desc {
    display: none; }

  p.date {
    font-size: 11px;
    margin-top: 3px; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Header
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
header {
  background-color: #FFFFFF;
  padding: 10px 0; }

header #navigation-scroll .pull-left img {
  width: 200px;
  height: auto; }

#logo {
  font-size: 80px;
  letter-spacing: 10px;
  font-weight: 100;
  color: white;
  display: inline-block;
  padding: 0px;
  float: left; }

a#logo:hover {
  text-decoration: none; }

.strong {
  font-weight: 400; }

.header img {
  width: 100%; }

.header img.menu {
  max-width: 36px; }

.header-social-icons p {
  font-size: 12px;
  font-weight: bold;
  margin: 0; }

.top-bar {
  width: 100%; }

.fixed {
  position: fixed;
  background-color: white;
  top: 0;
  z-index: 99;
  transition: 1s;
  padding: 8px 0;
  min-height: 77px; }

.fixed #logo {
  font-size: 60px; }

.fixed .header-social-icons p {
  display: none; }

.nav-button {
  max-width: 600px;
  margin: 0px; }

.nav-button button {
  border: none;
  outline: none;
  display: inline-block;
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  float: right;
  font-size: 42px;
  padding: 0 12px; }

.nav-button button:hover {
  color: #57a0ff;
  background-color: white; }

.navbar-white {
  background-color: #fff !important;
  transition: background 0.5s ease-out;
  box-shadow: 0px 0px 10px #39c; }

.starting .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%; }

.container .starting .banner-text .btn-more {
  margin-top: 30px; }

.starting .banner-text .midashi {
  font-size: 16px;
  padding: 15px 10px;
  background-color: #ab895f;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
  border-radius: 5px; }

.starting .banner-text h2 {
  padding: 30px 0px 6px;
  font-size: 40px;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.3; }

.starting .banner-text h2 small {
  font-size: 20px;
  display: block;
  margin: 10px 0 45px 0;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.2; }

.starting .banner-text .schedule {
  font-size: 14px;
  position: relative;
  z-index: 1;
  padding: 25px 0;
  font-weight: normal;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto; }

.starting .banner-text .schedule::before,
.starting .banner-text .schedule::after {
  border: 1px solid #FFFFFF;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%; }

.starting .banner-text .schedule::before {
  border: 1px solid #FFFFFF;
  left: 0;
  top: 0;
  z-index: -1; }

.starting .banner-text .schedule::after {
  top: -8px;
  left: -8px;
  z-index: -2; }

.starting .banner-text .schedule span {
  font-family: 'Economica', sans-serif;
  font-weight: bold; }

.starting .banner-text .schedule span.year {
  font-size: 35px; }

.starting .banner-text .schedule span.month {
  font-size: 49px; }

.starting .banner-text .schedule span.week {
  font-size: 24px; }

.starting .banner-text h2 strong {
  font-size: 50px; }

.starting .banner-text h3 {
  font-size: 22px;
  margin-top: 8px;
  padding: 0px;
  color: #000;
  line-height: 30px; }

.starting .banner-text h3 small {
  color: #000;
  font-size: 22px; }

.starting .banner-text h3 img {
  max-width: 249px; }

.starting .banner-text h3 .btn-hashtag {
  background: #000;
  color: #fff;
  padding: 8px 50px;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 20px;
  text-decoration: none; }

.starting .banner-text h3 .btn-hashtag:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #000; }

.starting .banner-text .btn-more {
  animation: translate 1s;
  animation-iteration-count: infinite;
  -webkit-animation: translate 1s;
  -webkit-animation-iteration-count: infinite;
  height: 70px;
  width: 80px;
  margin: 0 auto;
  display: inline-block;
  padding: 0; }

@keyframes translate {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, 8px); }
  100% {
    transform: translate(0px, 0px); } }
@-webkit-keyframes translate {
  0% {
    -webkit-transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, 8px); }
  100% {
    -webkit-transform: translate(0px, 0px); } }
.starting .banner-text .btn-more path,
.starting .banner-text .btn-more text {
  transition: .8s; }

.starting .banner-text .btn-more path {
  fill: #EC7322; }

.starting .banner-text .btn-more:hover path {
  fill: #F6AA00;
  stroke: #fff; }

.starting .banner-text .btn-more:hover text {
  fill: #fff; }

header[role="header"] nav {
  padding-top: 12px;
  transition-delay: 0s;
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease;
  width: 80px; }

header[role="header"] nav > ul {
  display: none;
  position: fixed;
  z-index: 60;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../img/main-bg.jpg);
  background-position: top center;
  background-size: cover;
  margin: 0;
  padding: 45px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

header[role="header"] nav > ul > li {
  font-size: 40px;
  display: flex;
  transition: 1s;
  height: 14.28571%;
  height: calc(100% / 7);
  min-height: 40px;
  align-items: center;
  justify-content: center; }

@media (max-width: 480px) {
  header[role="header"] nav > ul > li {
    font-size: 20px; } }
header[role="header"] nav > ul > li > a {
  display: block;
  letter-spacing: .1em;
  color: #fff;
  text-decoration: none; }

header[role="header"] nav > ul > li:hover a,
header[role="header"] nav > ul > li.nav-active a {
  text-decoration: none;
  color: #748bc4; }

header[role="header"] nav > ul > li img {
  max-width: 300px; }

header[role="header"] nav > ul > li.has-sub ul {
  float: none; }

header[role="header"] nav #menu-button {
  width: 31px;
  font-size: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  height: 19px;
  position: relative;
  z-index: 70;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  padding-top: 24px;
  padding-left: 17px;
  margin-left: 15px; }

header[role="header"] nav #menu-button::before {
  background: #233f78;
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: -14px;
  left: 0;
  border-radius: 50%;
  z-index: -1; }

header[role="header"] nav #menu-button.open::before {
  background: transparent; }

header[role="header"] nav #menu-button::after {
  content: attr(data-txt-menu);
  font-size: 12px;
  margin-left: 0px;
  color: #FFFFFF; }

header[role="header"] nav #menu-button.open::after {
  content: attr(data-txt-close);
  color: #fff; }

header[role="header"] nav #menu-button span {
  display: block;
  position: absolute;
  z-index: 60;
  height: 3px;
  width: 100%;
  background: #111111;
  opacity: 1;
  left: 17px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

header[role="header"] nav #menu-button span {
  background: #FFFFFF; }

header[role="header"] nav #menu-button.open span {
  background: #fff; }

header[role="header"] nav #menu-button span:nth-child(1) {
  top: 0px; }

header[role="header"] nav #menu-button span:nth-child(2) {
  top: 7px; }

header[role="header"] nav #menu-button span:nth-child(3) {
  top: 14px; }

header[role="header"] nav #menu-button.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

header[role="header"] nav #menu-button.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

header[role="header"] nav #menu-button.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

@media (max-width: 480px) {
  header[role="header"] nav #menu-button::before {
    width: 45px;
    height: 45px;
    top: -9px;
    left: -2px; }

  header[role="header"] nav #menu-button {
    width: 25px; }

  header[role="header"] nav #menu-button::after {
    font-size: 10px; }

  header[role="header"] nav #menu-button {
    margin-left: 35px;
    padding-top: 18px;
    padding-left: 7px; }

  header[role="header"] nav #menu-button span {
    left: 8px; }

  #info h4 {
    margin-top: 40px; }

  header[role="header"] nav > ul > li img {
    max-width: 200px;
    padding-top: 20px; }

  header[role="header"] nav > ul {
    padding-top: 70px; }

  header[role="header"] nav {
    padding-top: 17px; }

  .cbp-l-project-title {
    font-size: 17px;
    line-height: 1.6em; }

  .cbp-l-project-subtitle {
    margin: 20px auto 25px; }

  .cbp-l-project-desc-text {
    font-size: 12px;
    line-height: 1.6em; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              main-visual
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.container-main {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  background-image: url(../img/main-bg.jpg);
  height: 600px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }
  .container-main img {
    max-width: 100%;
    height: auto; }

@media (max-width: 768px) {
  .container-main {
    height: 600px; } }
@media (max-width: 480px) {
  .container-main {
    height: 700px; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              greeting
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#greeting {
  background-image: url(../img/dot_white.jpg);
  background-repeat: repeat;
  text-align: center;
  color: #000000;
  letter-spacing: 0.1em; }

#greeting h2 {
  color: #000000;
  font-size: 26px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block; }
  #greeting h2::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -100px;
    width: 90px;
    height: 49px;
    background: url(../img/flower-left.png) 0 0 no-repeat;
    z-index: 1; }
  #greeting h2::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: -100px;
    width: 90px;
    height: 49px;
    background: url(../img/flower-right.png) 0 0 no-repeat;
    z-index: 1; }

#greeting h2 span {
  background: linear-gradient(transparent 55%, #77b8b4 40%);
  padding: 0 10px; }

#greeting p {
  font-size: 14px;
  line-height: 1.78; }

#greeting .greeting-meta {
  background-color: #fff;
  padding: 20px; }

#greeting .greeting-meta h3 {
  margin-top: 0;
  font-size: 20px; }

#greeting .greeting-meta p {
  margin-top: 10px;
  font-size: 12px; }

#greeting figure {
  max-width: 535px;
  display: inline-block;
  margin-top: 20px; }

#greeting img {
  width: 100%; }

.bg-gray {
  background-color: #eaeaea; }

@media (max-width: 768px) {
  #greeting h2 {
    font-size: 20px; } }
@media (max-width: 480px) {
  #greeting h2 {
    font-size: 20px; }
    #greeting h2::before {
      content: none; }
    #greeting h2::after {
      content: none; }

  #greeting h2 span {
    padding: 0 5px; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Overview
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#overview {
  text-align: center;
  color: #000;
  background-image: url(../img/cost-bg.jpg);
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }
  #overview h4 {
    font-size: 20px;
    border-bottom: 1px solid #000;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    #overview h4 span {
      font-weight: bold;
      color: #ad8c62;
      display: block;
      margin-bottom: 20px; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Timetable
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#timetable {
  background-image: url(../img/dot_white.jpg);
  background-repeat: repeat; }
  #timetable table {
    border: 3px solid #eaeaea; }
  #timetable th {
    width: 70px;
    background-color: #ad8c62;
    background-image: url(../img/paper_brown.png);
    color: #FFFFFF;
    text-align: center;
    border-bottom: 3px solid #eaeaea; }
  #timetable td {
    background-color: #FFFFFF;
    text-align: left;
    padding: 0 50px 20px 50px;
    border-bottom: 3px solid #eaeaea; }
    #timetable td .dbTitle {
      font-weight: bold;
      font-size: 24px;
      border-bottom: 3px solid #233f78;
      padding: 30px 0 10px 0; }
    #timetable td p {
      font-size: 14px;
      margin-bottom: 30px;
      font-weight: normal; }
    #timetable td .exPhoto {
      min-width: 120px;
      float: left; }
      #timetable td .exPhoto img {
        width: 200px;
        border-radius: 50%; }
    #timetable td .exText01 {
      float: left;
      margin-left: 27px;
      width: 73%;
      font-weight: bold;
      line-height: 1.8em; }
      #timetable td .exText01 strong {
        font-size: 22px;
        line-height: 2.2em; }

@media (max-width: 480px) {
  #timetable th, #timetable td {
    display: block;
    width: 100%; }
  #timetable th {
    padding: 10px 0; }
  #timetable td {
    padding: 0 10px 20px 10px; }
    #timetable td .exText01 {
      float: none;
      margin-left: 0;
      width: 100%; }
    #timetable td .exPhoto {
      float: none; }
    #timetable td .topSpeaker {
      text-align: center; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              entry
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#entry #form-area {
  margin: 0 auto;
  max-width: 464px;
  height: 850px; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 				CONTACT
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#CONTACT .container dl {
  position: relative;
  display: inline-block; }
  #CONTACT .container dl::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: -110px;
    width: 88px;
    height: 169px;
    background: url(../img/bag.png) 0 0 no-repeat;
    z-index: 1; }
  #CONTACT .container dl dd {
    letter-spacing: 0.1em;
    color: #2b2b2b; }
  #CONTACT .container dl dt h4 {
    margin-bottom: 30px;
    font-size: 14px; }
  #CONTACT .container dl dd.time {
    font-size: 14px;
    margin-bottom: 15px; }
  #CONTACT .container dl dd.tel, #CONTACT .container dl dd.mail {
    font-size: 20px;
    color: #2b2b2b;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-top: 30px; }
#CONTACT .container a {
  color: #2b2b2b; }

@media (max-width: 480px) {
  #CONTACT .container dl {
    position: relative;
    display: inline-block; }
    #CONTACT .container dl::before {
      content: '';
      display: block;
      position: absolute;
      top: 30px;
      left: -50px;
      width: 88px;
      height: 169px;
      background: url(../img/bag.png) 0 0 no-repeat;
      z-index: 1; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              SECTION
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
section.sec-wrap {
  position: relative;
  height: 100%;
  text-align: center; }

.cnt-box-wrap {
  display: flex;
  flex-wrap: wrap; }

.cnt-box-wrap .cnt-box {
  background-color: #fff;
  width: 31%;
  margin-right: 1.1666%;
  margin-left: 1.1666%; }

.cnt-box-wrap .cnt-box:nth-child(n+4) {
  margin-top: 55px; }

.cnt-box-wrap .cnt-box h3 {
  font-size: 20px;
  padding: 15px;
  margin-top: 10px;
  font-weight: 600; }

.cnt-box-wrap .cnt-box h3 a {
  text-decoration: none; }

.cnt-box-wrap .cnt-box h3 a:hover {
  color: #1a2820; }

.cnt-box-wrap .cnt-box h3 small {
  font-size: 16px;
  font-weight: 600; }

.cnt-box-wrap .cnt-box p {
  font-weight: 600; }

.cnt-box-wrap .cnt-box p.cnt-date {
  margin-bottom: 25px;
  padding: 0 4%;
  font-size: 12px;
  text-align: left; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Footer Section
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#footer {
  background-color: #000;
  color: #FFFFFF;
  padding: 20px 0; }

#footer .credits a {
  color: #fff;
  text-decoration: underline; }

#footer .footer-logo {
  margin-top: 40px; }

#footer .footer-logo .logo-ss img {
  max-width: 220px; }

#footer .footer-logo .logo-sponsor {
  margin-top: 12px; }

#footer .footer-logo .logo-sponsor img {
  max-width: 87px; }

#footer .footer-txt {
  font-size: 11px;
  font-family: Helvetica;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0; }

.credits {
  padding-bottom: 5px; }

ul.social-icons {
  padding: 0; }

ul.social-icons li {
  display: inline-block;
  margin: 5px;
  font-size: 35px; }

.copyright {
  font-size: 14px;
  color: #FFFFFF;
  font-family: Helvetica; }

ul.social-icons i {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 9px;
  text-align: center;
  transition: .3s; }

ul.social-icons li a {
  display: block;
  text-decoration: none; }

nav .open ul.social-icons i {
  color: #fff;
  background-color: transparent; }

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 0;
  opacity: 0.75; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 				Media Quiry
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }

  .overlay ul li {
    min-height: 34px; } }
@media (max-width: 966px) {
  .pcClass {
    display: block; }

  .spClass {
    display: none; }

  .header {
    height: 100%;
    background-size: cover; }

  h3 {
    font-weight: 500 !important; } }
@media (max-width: 768px) {
  .header {
    background-size: cover; }

  .starting .banner-text h2 {
    font-size: 32px;
    padding: 20px 0px 6px; }

  .starting .banner-text h2 strong {
    font-size: 33px; }

  .starting .banner-text h3 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px; }

  .starting .banner-text h3 small {
    font-size: 11px; }

  .starting .banner-text h3 img {
    max-width: 124px; }

  .starting .banner-text h3 .btn-hashtag {
    padding: 3px 15px;
    font-size: 9px;
    font-weight: normal; }

  .header-social-icons p {
    font-size: 9px;
    margin-top: 10px; }

  #info h3 {
    font-size: 20px; }

  #footer .footer-logo .logo-sponsor img {
    max-width: 92px; }

  .starting .banner-text h2 small {
    margin: 15px 0 25px 0;
    font-size: 16px; } }
@media (max-width: 480px) {
  .pcClass {
    display: none; }

  .spClass {
    display: block; }

  h2 {
    font-size: 25px; }

  .wrapper {
    padding: 35px 0px; }

  .header {
    text-align: center;
    padding: 0;
    background-position: center 70px;
    background-size: cover; }

  header {
    margin-top: 0; }

  .starting .banner-text h2 {
    font-size: 30px; }

  /*.starting .banner-text .schedule span.year {
      font-size: 20px;
  }*/
  .starting .banner-text .schedule span.month {
    font-size: 30px; }

  header #navigation-scroll .pull-left img {
    width: 190px;
    height: auto; }

  #info h4 {
    font-size: 18px; }

  #greeting p {
    font-size: 16px; }

  .cnt-box-wrap .cnt-box {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 25px; }

  .cnt-box-wrap .cnt-box h3 {
    font-size: 18px;
    font-weight: bold !important; }

  .cnt-box-wrap .cnt-box h3 small {
    font-size: 14px; }

  .btn-white {
    width: 80%;
    max-width: none; }

  .nav-button button {
    font-size: 36px;
    margin-top: -20px; }

  #logo {
    font-size: 56px;
    text-align: left; }

  ul.pricing-table > li {
    margin: 10px -20px;
    width: 100%; }

  #info h3 {
    font-size: 20px; }

  li.li i {
    display: none; }

  ul.social-icons li {
    font-size: 20px; }

  ul.social-icons i {
    width: 38px;
    height: 38px; }

  .starting .banner-text .schedule {
    padding: 20px 3%; }

  .starting .banner-text .btn-more {
    width: 45px; }

  #footer .footer-logo {
    display: block;
    margin-top: 20px; }

  .copyright {
    margin-top: 25px; } }
@media (max-width: 320px) {
  .starting .banner-text h2 {
    font-size: 27px; }

  /*.starting .banner-text .schedule span.year {
      font-size: 18px;
      }*/
  .starting .banner-text .schedule span.month {
    font-size: 28px; }

  .overlay nav ul {
    margin-left: -20px; }

  .overlay .overlay-close {
    right: 50px; } }
/* 20200715 okawa */

@media (max-width: 769px) {
  #greeting p,
  #timetable td p{
    text-align: left;
  }
}
@media (max-width: 1200px) {
  #timetable td .exText01{
    margin-top: 10px;
    width:100%;
  }
}
