@charset "utf-8";
/* CSS Document */

html{font-size: 62.5%;}

body {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", serif;
    font-size: 1.6em;
    font-weight: 600;
    color: #333333;
    background-color: #fef5d3;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

a{
  color: #333333;
  text-decoration: none;
}

img{
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul{list-style: none;}

#wrap{
  width: 900px;
  margin: 0 auto;
  background: url(../images/wrap_bg.jpg);
}

header{
  width: 900px;
  height: 660px;
  background: url(../images/index_header_bg.jpg);
  position: relative;
}

#index-header-img01{
  position: absolute;
  top: 48px;
  right: 222px;
}

#index-header-img02{
  position: absolute;
  top: 385px;
  left: 165px;
}

#index-header-inner{
  width: 900px;
  text-align: center;
  position: absolute;
  top: 570px;
}

#index-header-inner p{
  font-size: 18px;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: -1px -1px 5px #454545,-1px 1px 5px #454545,1px -1px 5px #454545,1px 1px 5px #454545;
}

nav{
  width: 900px;
  height: 95px;
  background: url(../images/index_nav_bg.jpg);
}

nav ul{
  width: 765px;
  height: 95px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul li a{
  color: #481c00;
  font-size: 25px;
}

#contents{
  width: 850px;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

#index-left-contents{
  width: 585px;
  height: auto;
  margin-bottom: 30px;
}

h2{
  color: #481c00;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

h3{
  color: #481c00;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  padding: 0 10px;
}

#index-schedule{margin-bottom: 20px;}

#index-left-contents section{margin-bottom: 10px;}

#index-left-contents section p{
  padding: 0 10px;
  font-size: 16px;
  line-height: 26px;
}

.fb-page.fb_iframe_widget{
  display:block;
  width: 500px;
  margin: 0 auto;
}

#sidebar{
  width: 235px;
  height: auto;
}

#sidebar img{margin-bottom: 20px;}

#sidebar iframe{margin-bottom: 20px;}

footer{
  width: 850px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #652c07;
}

#footer-inner{
  display: flex;
  justify-content: space-between;
}

#footer-inner-left{margin-bottom: 30px;}

#footer-inner-left p{
  font-size: 16px;
  line-height: 26px;
}

#footer-text01{
  padding-left: 35px;
  background: url(../images/footer_icon01.png) no-repeat left center;
  line-height: 36px !important;
  font-weight: 300;
}

#footer-text02{
  color: #ff0000;
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: 300;
}

#footer-text03{
  padding-left: 35px;
  background: url(../images/footer_icon02.png) no-repeat left center;
  line-height: 36px !important;
  font-weight: 300;
}

#footer-inner-right{padding-top: 10px;}

#footer-arr{
  text-align: center;
  padding-bottom: 25px;
}

#footer-arr small{font-size: 16px;}