@charset 'UTF-8';

/**
 * トップページ固有のヘッダー設定
 * ========================= */
#index-header {
  background: transparent url(../img/index/catch/eyecatch.jpg) center 120px no-repeat;
  border-top: 7px solid #ffc045;
  width: 100%;
}

#index-header .header-box {
  background: transparent url(../img/common/bg-header.png) center top no-repeat;
}

#index-header .hgroup {
  margin: 0 auto;
  padding: 27px 0 0;
  width: 1000px;
}

#contact_nav {
  position: absolute;
  right: 30px;
}
#contact_nav a:hover img {
  -webkit-animation: rotate_nav 0.15s linear 3;
  animation: rotate_nav 0.15s linear 3;

}
@keyframes rotate_nav {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(40deg); }
    100% { transform: rotate(0deg); }
}
@-webkit-keyframes rotate_nav {
     /* webkit用keyframes */
    0% { -webkit-transform: rotate(0deg); }
    50% { transform: rotate(40deg); }
    100% { -webkit-transform: rotate(0deg); }
}

/**
 * アイキャッチ
 * ========================= */
#index-header .catch-box {
  margin: -80px auto 0;
  width: 1000px;
}
#index-header .catch-box .catch-txt {
  padding: 0 0px 37px 35px;
}
#index-header .catch-box .catch-txt .left {
  float: left;
  line-height: 0;
  /*padding-top: 27px;*/
  width: 677px;
}
#index-header .catch-box .catch-txt .right {
  float: left;
  line-height: 0;
  width: 229px;
  padding: 27px 0 0 10px;
}
#index-header .catch-box .catch-maker-box {
  padding: 0 26px 88px 430px;
  margin-top: -50px;
}
#index-header .catch-box .catch-maker-box .inner {
  background: transparent url(../img/index/catch/bg-maker.png) 0 0 no-repeat;
  height: 145px;
  padding: 20px 22px;
  width: 570px;
}
#index-header .catch-box .catch-maker-box .inner ul li {
  float: left;
  line-height: 0;
}
#index-header .catch-box .catch-maker-box .inner p {
  line-height: 0;
  text-align: right;
}

/**
 * グローバルナビ設定
 * ========================= */
#g-navi {
  margin: 0 auto;
  padding: 50px 0 60px;
  width: 1000px;
}
#g-navi ul {
  padding: 0 14px;
}
#g-navi li {
  float: left;
  line-height: 0;
  padding: 0 2px 7px;
}

#container .button-box {
  margin: 0 auto;
  width: 1000px;
}

/**
 * box01,box03,box05
 * ========================= */
#container .box01, #container .box03, #container .box05 {
  background: transparent url(../img/index/bg_light.png) bottom center no-repeat;
  padding: 0 0 126px;
}
#container .box01 .inner h2, #container .box03 .inner h2, #container .box05 .inner h2, #container .box07 .inner h2 {
  text-align: center;
}
#container .box01 .inner .box, #container .box03 .inner .box, #container .box05 .inner .box, #container .box07 .inner .box {
  background: transparent url(../img/common/bg_blue.jpg) 0 0 repeat;
  width: 1000px;
  margin: 0 auto;
}

/**
 * box02,box04,box06
 * ========================= */
#container .box02, #container .box04, #container .box06 {
  background: transparent url(../img/index/bg_dark.png) bottom center no-repeat;
  padding: 0 0 126px;
}
#container .box02 .inner, #container .box04 .inner, #container .box06 .inner {
  background-color: #ffd745;
}
#container .box02 .inner h2, #container .box04 .inner h2, #container .box06 .inner h2 {
  background: transparent url(../img/index/bg_h2.jpg) center center no-repeat;
  height: 139px;
  padding: 28px 0 0;
  text-align: center;
}
#container .box02 .inner .box, #container .box04 .inner .box, #container .box06 .inner .box {
  background-color: #fefbe8;
  width: 1000px;
  margin: 0 auto;
}

/**
 * blog-box
 * ========================= */

#newBlogBox{
  margin: 0 auto;
  padding: 40px 0 15px;
  width: 1000px;
}

#newBlogBox .blog-box h2 {
  position: relative;
}
#newBlogBox .blog-box h2 a {
  display: block;
  position: absolute;
  right: 37px;
  top: 30px;
}

#newBlogBox .blog-box .entry-area {
  background: transparent url(../img/common/bg_blue.jpg) 0 0 repeat;
}
#newBlogBox .blog-box .entry-area ul {
  padding: 18px 20px 40px;
}
#newBlogBox .blog-box .entry-area li {
  float: left;
  padding: 0 10px;
  width: 480px;
}
#newBlogBox .blog-box .entry-area li .entry {
  background-color: #fff;
  height: 512px;
  padding: 18px;
}
#newBlogBox .blog-box .entry-area li .entry .figure {
  overflow: hidden;
  height: 283px;
}
#newBlogBox .blog-box .entry-area li .entry .figure img {
  max-width: 100%;
}
#newBlogBox .blog-box .entry-area li .entry .entry-meta {
  border-bottom: 1px solid #e1ddc9;
  padding: 13px 0 0;
}
#newBlogBox .blog-box .entry-area li .entry .entry-meta .date {
  font-size: 12px;
}
#newBlogBox .blog-box .entry-area li .entry .entry-meta .title {
  color: #ef2d2f;
  font-size: 20px;
}
#newBlogBox .blog-box .entry-area li .entry .description {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0 0;
}



/**
 * box01
 * ========================= */
#container .box01 .event-date {
  margin: 0 auto;
  padding: 0 0 15px;
  width: 1000px;
}
#container .box01 .topBnr {
  text-align: center;
  margin-bottom: 15px;
}
#container .box01 .blog-box {
  padding: 50px 0 120px;
  margin: 0 auto;
  width: 1000px;
}

.cashless {
    margin: 0 auto;
    padding: 0 0 15px;
    width: 1000px;
}

/**
 * box02
 * ========================= */
#container .box02 .inner {
  padding: 62px 0 49px;
  text-align: center;
}

#container .box02 .inner .flyer {
  padding: 30px 0;
  width: 820px;
  margin: auto;
}

#container .box02 .inner .flyer img{
  width:100%;
}

#container .box02 .article {
  padding-bottom:50px
}

#container .box02 .article p {
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 0px 20px;
}
/*#container .box02 .article01 {
  padding: 0 0 48px;
}*/
/*#container .box02 .article01 .figure {
  padding: 5px 0 0;
}
#container .box02 .article01 .figure img {
  margin-bottom: 6px;
}*/
/*#container .box02 .article02 {
  padding: 0 0 70px;
}*/
#container .box02 .article02 .figure {
  padding: 12px 0 0;
}
.article04 .figure .img_margin{
  margin-top: 20px;
}
/*#container .box02 .article03 {
  padding: 0 0 100px;
}*/
#container .box02 strong {
  color: #ef2d2f;
  font-weight: bold;
}
#container .box02 .purple {
  color: #c658ca;
  font-weight: bold;
}
#container .box02 .small {
  font-size: 12px;
}
#container .box02 .button-box {
  padding-top: 30px;
}

/**
 * box02-makerList
 * ========================= */

.makerList{
  width: 100%;
  margin: auto;
}

.makerList li{
  width: calc((100% - 60px) / 6);
  margin: 0 5px 10px;
  position: relative;
  float: left;
}

.makerList li:nth-child(7){
  margin: 0 5px 10px 90px;
}

.makerList li h4{
  position: absolute;
  bottom: 0;
  background: #e43a3c;
  padding: 5px 0;
  width: 90%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 5px;
}

/**
 * box03
 * ========================= */
#container .box03 .inner {
  padding: 40px 0 20px;
}
#container .box03 .box {
  padding: 0 50px 50px;
}
#container .box03 .article {
  background-color: #fff;
}
#container .box03 .article .figures2 {
  padding: 0 22px 0;
}
#container .box03 .article .figures3 {
  padding: 0 24px 45px;
}
#container .box03 .article .figures2 .figure2 {
  float: left;
  padding: 0 7px;
  width: 428px;
}
#container .box03 .article .figures3 .figure3 {
  float: left;
  padding: 0 5px;
  width: 284px;
}
#container .box03 .article h3 {
  text-align: center;
}
#container .box03 .article p {
  background-color: #ffd745;
  font-size: 16px;
  margin: 0 auto;
  padding: 5px 40px 30px;
  text-align: center;
  width: 842px;
}
#container .box03 .article p strong {
  color: #ff1f12;
}
#container .box03 .article01 .header {
  padding: 10px 10px 17px 21px;
}
#container .box03 .article01 .header .description {
  float: left;
  line-height: 1.6;
  padding: 40px 10px 0 0;
  width: 429px;
}
#container .box03 .article01 .header .description p {
  background-color: #fff;
  text-align: left;
  padding: 8px 0 0;
  width: 100%;
}
#container .box03 .article01 .header .figure {
  float: left;
  width: 440px;
}
#container .box03 .article01 .figures3 .figure3, #container .box03 .article .figures2 .figure2 {
  padding-bottom: 10px;
}
#container .box03 .article02 {
  padding: 0 0 30px;
}
#container .box03 .article02 .figures2 {
  padding-top: 20px;
}
#container .box03 .article03 .figures3 {
  padding-top: 20px;
}
#container .box03 .article04 .figure {
  padding: 20px 29px 30px;
}
#container .box03 .button-box {
  padding-top: 30px;
}

/**
 * box04 学習机の選び方
 * ========================= */
#container .box04 .inner {
  padding: 50px 0 20px;
}
#container .box04 .inner .box {
  text-align: center;
}
#container .box04 .type-box {
  padding: 32px 66px 50px;
  text-align: left;
}
#container .box04 .type-box .type {
  padding: 0 5px 10px;
}
#container .box04 .type-box .type .type-inner {
  background-color: #fff;
  border: 10px solid #e3a5ff;
}
#container .box04 .type-box .type .description {
  float: left;
  width: 270px;
}
#container .box04 .type-box .type .figure {
  float: left;
  width: 100px;
}

#container .box04 .type-box .type.type2 {
  float: left;
}
#container .box04 .type-box .type.type2 .type-inner {
  height: 187px;
  padding: 35px 0 36px 34px;
  width: 424px;
}

#container .box04 .type-box .type.type1 .type-inner {
  width: 858px;
}
#container .box04 .type-box .type.type1 .left {
  float: left;
  padding: 46px 15px 46px 34px;
  width: 419px;
}
#container .box04 .type-box .type.type1 .right {
  float: left;
  margin-right: -10px;
  padding: 7px 0 10px 14px;
  width: 429px;
}
#container .box04 .type-box .type.type1 .right ul {
  padding:7px 10px 0 1px;
}
#container .box04 .type-box .type.type1 .right li {
  float: left;
  width: 202px;
}

#container .box04 .material-box {
  padding: 30px 66px 0px;
  text-align: left;
}
#container .box04 .material-box h4 {
  padding: 0 5px;
}
#container .box04 .material-box .materials {
  padding: 0 0 30px;
}
#container .box04 .material-box .materials li {
  color: #fff;
  float: left;
  font-size: 14px;
}
#container .box04 .material-box .materials li h5 {
  padding: 0 0 10px;
}
#container .box04 .material-box .materials li .material {
  height: 100%;
}


#container .box04 .material-box .blue li {
  height: 196px;
  padding: 0 5px 10px;
  width: 434px;
}
#container .box04 .material-box .blue li .material {
  background: transparent url(../img/index/box04/material/bg_blue.jpg) 0 0 no-repeat;
  padding: 30px 20px 0 30px;
}

#container .box04 .material-box .red li .material h5 {
  text-align: center;
}
#container .box04 .material-box .red li.half {
  height: 196px;
  padding: 0 5px 10px;
  width: 434px;
}
#container .box04 .material-box .red li.half .material {
  background: transparent url(../img/index/box04/material/bg_red01.jpg) 0 0 no-repeat;
  padding: 30px 10px 0 20px;
}
#container .box04 .material-box .red li.half .material p {
  float: left;
  padding: 0 10px;
  width: 197px;
}

#container .box04 .material-box .red li.quarter {
  height: 196px;
  width: 209px;
}
#container .box04 .material-box .red li.quarter .material {
  background: transparent url(../img/index/box04/material/bg_red02.jpg) 0 0 no-repeat;
  padding: 27px 16px 0;
}


#container .box04 .material-box .green li {
  height: 159px;
  padding: 0 5px 10px;
  width: 434px;
}
#container .box04 .material-box .green li .material {
  padding: 25px 20px 0 30px;
}

#container .box04 .material-box .green li .material {
  background: transparent url(../img/index/box04/material/bg_green.jpg) 0 0 no-repeat;
}

#container .box04 .button-box {
  padding-top: 30px;
}

/**
 * box05
 * ========================= */
#container .box05 .inner {
  padding: 20px 0 0px;
}
#container .box05 .inner .box {
  padding: 0 50px 50px;
  text-align: center;
}
#container .box05 .inner .box .present-box {
  background-color: #fff;
  padding: 40px 40px 50px;
}
#container .box05 .inner .box .present-box p.large {
  font-size: 20px;
  line-height: 1.6;
  padding: 0 0 25px;
}
#container .box05 .inner .box .present-box .figure {
  padding: 0 0 42px;
}
#container .box05 .inner .box .present-box .friend-box {
  background-color: #ffd745;
  padding-bottom: 28px;
}
#container .box05 .inner .box .present-box .friend-box p {
  font-size: 18px;
  line-height: 1.6;
}
#container .box05 .inner .box .present-box .friend-box p strong {
  display: block;
  padding: 10px 0;
}

#container .box05 .button-box {
  padding: 10px 0 30px;
}

/**
 * box06 イベントについてのご案内
 * ========================= */
#container .box06 .inner {
  padding: 40px 0 0;
}
#container .box06 .inner .box {
  padding: 0 66px 50px;
  text-align: center;
}
#container .box06 .inner .box li {
  padding: 0 0 10px;
  width: 868px;
}
#container .box06 .inner .box li .service {
  padding: 0 18px 0 0;
}
#container .box06 .inner .box li .number {
  float: left;
  height: 203px;
  width: 79px;
}
#container .box06 .inner .box li .description {
  color: #fff;
  float: left;
  height: 203px;
  text-align: left;
  width: 624px;
}
#container .box06 .inner .box li .description h3 {
  font-size: 30px;
}
#container .box06 .inner .box li.number1 .description {
  padding: 55px 20px 0 5px;
}
#container .box06 .inner .box li.number2 .description {
  padding: 65px 20px 0 5px;
}
#container .box06 .inner .box li.number3 .description {
  padding: 65px 20px 0 5px;
}
#container .box06 .inner .box li.number4 .description {
  padding: 55px 20px 0 5px;
}
#container .box06 .inner .box li.number4 .description .small {
  font-size: 14px;
}
#container .box06 .inner .box li .figure {
  float: left;
  height: 203px;
  padding: 35px 0 0;
  width: 147px;
}
#container .box06 .inner .box li.green .service {
  background: transparent url(../img/index/box06/bg_green.jpg) bottom right no-repeat;
}
#container .box06 .inner .box li.blue .service {
  background: transparent url(../img/index/box06/bg_blue.jpg) bottom right no-repeat;
}

#container .box06 .button-box {
  padding-top:  30px;
}

/**
 * box07
 * ========================= */
#container .box07 .inner {
  padding: 20px 0 90px;
}
#container .box07 .inner .box {
  padding: 0 50px 50px;
}
#container .box07 .inner .box .access-box {
  background-color: #fff;
  padding: 50px;
}
#container .box07 .inner .box .access-box .map {
  float: left;
  width: 490px;
}
#container .box07 .inner .box .access-box .access {
  float: left;
  width: 310px;
}


#container .box07 .inner .box .about-event-box {
  background-color: #fff;
  padding: 50px 40px 50px;
}
#container .box07 .inner .box .about-event-box table {
  font-size: 14px;
  width: 100%;
}
#container .box07 .inner .box .about-event-box table caption {
  background-color: #392a02;
  color: #fff;
  font-size: 34px;
}
#container .box07 .inner .box .about-event-box table th {
  background-color: #ffae00;
  border-bottom: 1px solid #ffcf69;
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
  vertical-align: middle;
  width: 165px;
}
#container .box07 .inner .box .about-event-box table td {
  background-color: #fff;
  border-bottom: 1px solid #ffcf69;
  border-right: 1px solid #ffcf69;
  padding: 12px 18px;
  text-align: left;
}
#container .box07 .inner .box .about-event-box table td a {
  text-decoration: underline;
  color: #000;
}
#container .box07 .inner .box .about-event-box table td a:hover {
  text-decoration: none;
}
#container .box07 .inner .box .about-event-box table td iframe {
  display: block;
  margin: 10px 0;
}
