.img_box {
  position: relative;
  min-width: 1100px;
  height: auto;
}
.space {
  width: 100%;
  height: auto;
  position: absolute;
}
/*スライドショーの設定*/
#slider {
  position: relative;
  width: 100%;
}
#slider img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
  width: 100%;
}
#slider img.show {
  opacity: 1;
}
/*コンテンツ内設定*/
section {
  min-width: 1100px;
  margin: 0 auto;
}
section h1 {
  margin-top: 78px;
}
section h1 span:first-of-type {
  display: block;
  font-size: 21px;
  text-align: center;
  margin-bottom: 22px;
}
section h1 {
  display: block;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
section h1 span:last-of-type {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.midashi {
  font-size: 24px;
}
.logo_big {
  display: block;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 43px;
  width: 100px;
}
.logo_big + h2 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 21px;
}
.lead_midashi {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.lead_honbun {
  font-size: 16px;
  text-align: center;
  margin-bottom: 46px;
  line-height: 1.9;
	letter-spacing: 0.05em;
}
.banner_wrp {
  width: 966px;
  margin: 0 auto;
  padding-bottom: 38px;
  border-bottom: dotted 2px #000;
}
.banner_wrp a {
  display: block;
  float: left;
  margin-right: 28px;
}
.banner_wrp a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.banner_wrp a:last-of-type {
  float: right;
  margin-right: 0;
}
.banner_wrp img {
  width: 220px;
}
section:last-of-type h3 {
  text-align: center;
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 34px;
}
h3{
	border-bottom: none!important;
}
.sns_wrp {
  width: 678px;
  margin: 0 auto;
  margin-bottom: 41px;
}
.all_fb_box {
  width: 328px;
  float: left;
}
.fb_box {
  width: 100%;
  height: 330px;
}
.facebook-wrapper {
  max-width: 500px; /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
}
.facebook-wrapper > .fb-page {
  width: 100%;
}
.facebook-wrapper > .fb-page > span, .facebook-wrapper iframe {
  width: 100% !important;
}
.ig_box {
  width: 297px;
  display: block;
  float: right;
}
.ig_box_img{
	width: 297px;
}
.fb_icon {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 22px;
}
.ig_icon {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 22px;
}
.notice_wrp {
  width: 958px;
  margin: 0 auto;
  margin-bottom: 58px;
}
.notice_box {
  width: 957px;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: dotted 2px #000;
  border-bottom: dotted 2px #000;
}
.notice_box:not(first-of-type){
border-top: none;
}
.notice_box:first-of-type{
border-top: dotted 2px #000;
}

.date {
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
  padding-right: 24px;
	width: 80px;
}
.notice_box dl {
  display: table-cell;
  vertical-align: top;
}
.notice_box dl dt {
  font-size: 16px;
  padding-bottom: 7px;
font-family: "source-han-sans-japanese", sans-serif;
font-weight: 500;
font-style: normal;
}
.notice_box dl dd {
  font-size: 14px;
  line-height: 1.6;
}
.notice_box dl dd a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.notice_box dl dd:last-of-type {
  padding-top: 10px;
}
.in_txt_link{
display: inline-block;
color: #009de6;
text-decoration: underline!important;
}
@media screen and (max-width: 600px) {
  .img_box {
    min-width: inherit;
    width: 100%;
  }
  .space {
    position: inherit;
  }
  section {
    min-width: inherit;
    width: 90%;
  }
  section h1 {
    line-height: 1.4;
    font-size: 19px;
    margin-top: 30px;
  }
  .lead_honbun {
    font-size: 15px;
  }
  section h1 span:first-of-type {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section h1 span:last-of-type {
    font-size: 16px;
    margin-top: 10px;
  }
  .jousetsu_link {
    color: #009de6!important;
    border-bottom: #009de6 solid 1px!important;
  }
	.language_link {
    color: #009de6!important;
    border-bottom: #009de6 solid 1px!important;
  }
  .logo_big + h2 {
    font-size: 18px;
    line-height: 1.4;
  }
  /*.logo_big + h2 + p{
font-size: 13px;
text-align: left;
}*/
  .banner_wrp {
    width: 85%;
    text-align: center;
		border-bottom:none;
  }
  .banner_wrp a {
    float: none;
    display: block;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .banner_wrp a:last-of-type {
    float: none;
  }
  .banner_wrp a img {
    width: 100%;
  }
  .sns_wrp {
    width: 100%;
  }
  .all_fb_box {
    width: 100%;
    float: none;
  }
  .fb_box {
    width: 100%;
    height: 500px;
    float: none;
    margin-bottom: 100px;
  }
	
.fb-page,
.fb-page span,
.facebook_wrap iframe{
width: 100% !important;
height: 500px !important;
}
	
  .ig_box {
    width: 100%;
    float: none;
  }
  .ig_box a img {
    width: 100%;
  }
  .notice_wrp {
    width: 100%;
  }
  .notice_box {
    width: 100%;
    display: block;
  }
  .date {
    display: block;
    font-weight: bold;
  }
  .notice_box dl dt {
    font-weight: bold;
  }
	section:last-of-type{
	border-top: dotted 2px #000;
}
	
	
}