@charset "utf-8";

/* -----------------------------------------------------
    トップページ
----------------------------------------------------- */

#index #nav_wrap .head_pc .dropdown_menu2 li a:hover{background-color:#e5dbcb;}
#index #nav_wrap .head_pc .dropdown_menu2 li a.active_theme{background-color:#e5dbcb;}
#index #nav_wrap .head_pc .dropdown_menu3{background-color:#e5dbcb;}
#index #nav_wrap .head_pc .dropdown_menu3 li a:hover{background-color:#dbcdb8;}
#index #nav_wrap .head_pc .dropdown_menu3 li a.opens{background-color:#dbcdb8;}
#index #nav_wrap .head_pc .dropdown_menu4{background-color:#dbcdb8;}

/* メインビジュアル
------------------------------------- */
.index_slider01{
}
.index_slider01 li img{
  width:100%;
}
.index_slider01 li {
  display: none;
}
.bx-viewport .bxslider .index_slider01 li {
  display: block !important;
}
@media print, screen and (min-width: 1420px){
  .index_slider01 li{
    min-height: 720px;
    overflow: hidden;
  }
  .index_slider01 li.center img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
  }
  .index_slider01 li.top img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
  }
}

/* ページャー
------------------------------------- */
.bx-controls-direction{
  display: none;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 8px;
  border:1px solid #887f70;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #887f70;
}
@media screen and (max-width: 767px){
  .bx-wrapper{
    position: relative;
    overflow: hidden;
  }
  .bx-wrapper .bx-pager {
    display: none;
  }
  .bx-controls-direction{
    display: block;
  }
  .bx-controls-direction .bx-prev,
  .bx-controls-direction .bx-next{
    background-size: 28px;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -23px;
  }
  .bx-controls-direction .bx-prev{
    background-image: url(/wp-content/themes/iwakikai/assets/img/index/index_ico_prev_sp.png);
    left: 5px;
  }
  .bx-controls-direction .bx-next{
    background-image: url(/wp-content/themes/iwakikai/assets/img/index/index_ico_next_sp.png);
    right: 5px;
  }
}


/* コンテンツ
------------------------------------- */
#index .contents{
  width:990px;
  margin:0 auto;
}
#index .contents section:nth-child(1){
  margin-top: 62px;
  padding: 0px 20px;
}
#index .contents section:nth-child(2){
  /*margin-top: 62px;*/
  margin-top: 0;
}
#index .contents section:nth-child(3){
  margin-top: 91px;
}
#index .contents section:nth-child(4){
  margin-top: 99px;
}
@media screen and (max-width: 1212px){
  #index .contents{
    width:100%;
  }
}
@media screen and (max-width: 767px){
  #index .contents section:nth-child(1){
    padding: 0px 10px;
  }
}


/* 教室コンテンツスライダー
------------------------------------- */
.index_slider03{
  margin: 0 auto;
  position: relative;
  width:600px;
}
.index_slider03 .content_box .frame{
  border-radius: 3px;
  overflow:hidden;
}
.index_slider03 .slick-prev{
  width:17px;
  height:33px;
  background:url(/wp-content/themes/iwakikai/assets/img/index/index_ico_prev.png) no-repeat left top;
  position: absolute;
  top: 111px;
  left: -40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.index_slider03 .slick-next{
  width:17px;
  height:33px;
  background:url(/wp-content/themes/iwakikai/assets/img/index/index_ico_next.png) no-repeat left top;
  position: absolute;
  top: 111px;
  right: -40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.index_slider03 .slick-prev:hover,
.index_slider03 .slick-next:hover{
  opacity: 0.7;
}
.index_slider03_thum{
  width: 890px;
  margin: 27px auto 0;
}
.index_slider03_thum ul li{
  padding-bottom: 2px;
  padding-right: 2px;
}
.index_slider03_thum ul li + li{
  margin-left: 2%;
}
.index_slider03_thum ul li img{
  box-shadow: 1px 1px 1px 0px rgba(116, 105, 91, 0.5);
}
.index_slider03_thum .slick-track{
  width: 100% !important;
}
.index_slider03_thum .slick-slide{
  opacity: 0.6;
  width: 23.5% !important;
}
.index_slider03_thum .slick-slide.slick-current{
  opacity: 1;
}
@media screen and (max-width: 1212px){
  .index_slider03_thum{
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  #index .contents section:nth-child(2){
    margin-top: 35px;
    padding: 0px 10px;
  }
  #index .contents section:nth-child(3){
    margin-top: 40px;
  }
  .index_slider03{
    width: 89%;
  }
  .index_slider03 .content_box .frame img{
    width:100%;
  }
  .index_slider03 .slick-prev{
    top: 50%;
    margin-top: -10px;
    left: -18px;
    background-size: 12px;
    width: 12px;
    height: 23px;
  }
  .index_slider03 .slick-next{
    top: 50%;
    margin-top: -10px;
    right: -18px;
    background-size: 12px;
    width: 12px;
    height: 23px;
  }
  .index_slider03_thum{
    display: none;
  }  
}

/* 以和貴会からのお知らせ
------------------------------------- */
@media screen and (max-width: 767px){
  #index .contents section:nth-child(4){
    margin-top: 40px;
  }
}


/* 404ページ
------------------------------------- */
#index #primary {
  padding: 170px 10px 0;
  text-align: center;
  line-height: 1.7;
}
#index #primary header{
  position: static;
  background-color: transparent;
  width: auto;
}
#index #primary .search-form{
  display:none;
}
@media screen and (max-width: 767px){
  #index #primary {
    padding-top: 70px;
  }
}


/* 告知
------------------------------------- */
.inner-top-notice {
  max-width: 715px;
  margin: 0 auto;
  border: 2px solid #F00;
  padding: 20px 25px;
}
.top-notice-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.top-notice-text {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto;
}
.top-notice-text02 {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.text-color-red {
  color: #F00;
}
.top-notice-line {
  border-bottom: 1px solid #f00;
}
.top-notice-date {
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 767px){
  .top-notice-title {
    font-size: 20px;
  }
  .top-notice-text {
    font-size: 18px;
  }
  .top-notice-text02 {
    font-size: 18px;
  }
  .top-notice-date {
    text-align: right;
    font-size: 16px;
  }
}