@charset 'utf-8';
/*
style.css
*/

body {
  position: relative;
  font-size: 62.5%;
  line-height: 1.8;
  margin: 0;
}

h1,h2,p,span,li,a {
  font-family: 'Roboto Condensed', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}
h1{
	padding-top:10px;
	background: linear-gradient(transparent 70%, #cacbcc 70%);
}
h2{
	color:#4F104F;
	text-shadow: 0px 0px 3px #333;  
}

a, a.btn {
  /*
  リンク共通アニメーション
  */
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #04C61D;
}
.left{
	float:left;
}

.clear{
	clear:both;
}
/*
基本スタイル
*/
#wrapper {
  width: 100%;
}

.inner {
  position: relative;
  max-width: 1080px;
  min-width: 720px;
  width: 100%;
  height:100%;
  margin-left: auto;
  margin-right: auto;
}

#headerContainer {
  position: relative;
  /*z-index: 99;*/
  width: 100%;
  /*height:180px;*/
  background: rgba(76,92,58,1);
  overflow:auto;
}

#headerContainer ul{
  list-style: none;
}
#headerContainer li {
  display: inline-block;
  *display: inline;   <!-- IE用のハックです -->
   zoom: 1;            <!-- IE用の hasLayout を true にするための記述です -->
  text-align:left;
  vertical-align: middle;
}

#siteID {
  font-size: 3.0em;
  color: #fff;
  font-weight: 400;
}

.small {
  color: #fff;
  font-size: 1.5em;
}
#navigationContainer {
  z-index: 99;
  width: 100%;
  background: rgba(76,92,58,1);
  /*height:180px;*/
}
#navigation {
	position: relative;
	/*margin:122px 0 40px;
  padding: 0 0 40px;*/
  width: 100%;
  z-index: 100;
}

#navigation ul,
#navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation li {
	float: left;
  margin: 10px 0px 10px 20px;
}
#navigation a {
  display: block;
  color: #FFF;
  font-size: 1.6em;
  line-height: 1;
  text-align: center;
  padding: 20px 2em 21px;
  background-color: #499634;
  border-radius:5px;
  box-shadow:2px 2px #999;
  /*background-image:-moz-linear-gradient(
    top,
    #a45757 0%,
    #933 40%,
    #b53737 52%,
    #933);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#a45757),
    color-stop(0.49,#933),
    color-stop(0.52,#b53737),
    to(#933));*/
}
#navigation a:hover {
  color: #333;
    /*background-image:-moz-linear-gradient(
    top,
    #eca07a 0%,
    #c63 40%,
    #fd894e 52%,
    #c63);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#eca07a),
    color-stop(0.49,#c63),
    color-stop(0.52,#fd894e),
    to(#C63));*/

  background-color: #4ECE20;
}

/*#navigation a:hover {
  color: #333;
  /*background: rgba( 80,52,58, 0.1);
}*/
.maru{
	background: -moz-linear-gradient(top,#e0cab1 0%,#e8bdc7 3%,#ca7182 3%,#6c3a3e);
    background: -webkit-gradient(linear, left top, left bottom, from(#e0cab1), color-stop(0.03,#e8bdc7), color-stop(0.03,#ca7182), to(#6c3a3e));
    color: #FFF;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border: 1px solid #483738;
    border-bottom: 2px solid #483738;
    width: 300px;
    padding: 10px 0;
	behavior: url(“css/PIE.htc”);
}


#footerContainer {
	position: relative;
	left: 0;
	bottom: 0;
  z-index: 100;
	width: 100%;
  background: rgba(76,92,58,1);
  padding: 1em 0;
  behavior: url(“css/PIE.htc”);
}

#copyright{
  color: #fff;
	text-align: center;
  font-size: 1.4em;
  margin: 0;
}

/*
独自スタイル
*/

#contentContainer {
  padding: 0 0 40px;
  background: #ebebeb;
  min-height: 1200px;
  clear:both;
}

#contentContainer p,
#contentContainer ul,
#contentContainer li {
  margin: 0;
  padding: 0;
}
#contentContainer ul,
#contentContainer li {
  list-style: none;
}

#contentContainer h1.contentTitle {
  font-size: 3.2em;
  line-height: 1.4;
}
#contentContainer h2.contentTitle {
  font-size: 2em;
  margin: 0 0 1em;
}

.loaderSymbol {
  position: fixed;
  top: 70%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: url(../img/loader.gif);
  behavior: url(../Stylesheets/PIE.htc);
}

/*
Masonryグリッド基本設定
*/

.grid_container {
  width: 100%;
  margin: 0 0 50px;
}

/*　1カラム（段・グリッド）の基本設定　*/

.grid_container .column {
  /* CSS3のbox-sizingを使用できない場合は、
  widthからpaddingとborderの値をマイナスして計算する */
  width: 266px;
  padding: 5px;
  margin: 2px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d9d9d9;

  /* Javascriptを無効にしていると、
  noscript.cssを読み込んでvisibleになります */
  visibility: hidden;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 2カラム（段・グリッド）分の幅 */
.grid_container .column.w2 {
  /* CSS3のbox-sizingを使用できない場合は、
  上記カラム基本設定のpaddingとborderの値を、
  widthからマイナスして計算する */
  width: 536px;
}

/* 3カラム（段・グリッド）分の幅 */
.grid_container .column.w3 {
  /* CSS3のbox-sizingを使用できない場合は、
  上記カラム基本設定のpaddingとborderの値をの値を、
  widthからマイナスして計算する */
  width: 806px;
}

.grid_container .column img {
  display: block;
  width: 100%;
  height: auto;
}
.grid_container .column .title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0.5em 0 0;
}


/*
sample3　フルードグリッド用追加設定
*/

#photoGalleryContainer .grid_sizer {
  /*　masonryへ指示する基本グリッド幅を%で指定するときは、
  CSSセレクタで指定する必要がある　*/
  width: 25%;
}
#photoGalleryContainer.fluid .column {
  width: 24.5%;
  margin: 0.25%;
}
#photoGalleryContainer.fluid .column.w2 {
  width: 49.5%;
}
#photoGalleryContainer.fluid .column.w3 {
  width: 74.5%;
}

/*
sample4　colorbox用追加設定
*/

#photoGalleryContainer.withColorbox .column {
  background: #fff;
  -webkit-transition: background-color .4s linear;
  transition: background-color .4s linear;
}
#photoGalleryContainer.withColorbox .column:hover {
  background: #F0E247;
}


@media only screen and (max-width:767px) {
  .inner {
    max-width: 94%;
    min-width: 94%;
    width: 94%;
  }
  #headerContainer {
    position: relative;
  }
  #siteID {
    float: none;
    text-align: center;
  }
  #contentContainer {
    padding: 20px 0 40px;
    margin: 0 auto;
  }
  #copyright {
    text-align: center;
  }
  #contentContainer h1.contentTitle {
    font-size: 2.0em;
    line-height: 1.3;
  }
  #contentContainer h2.contentTitle {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0 0 1em;
  }
  #photoGalleryContainer .column {
    width: 100%;
  }
  #photoGalleryContainer.fluid .column {
    width: 49.5%;
  }
  .loaderSymbol {
    position: fixed;
    top: 50%;
    left: 45%;
  }

}
@media only screen and (max-width:375px) {
  .inner {
    max-width: 94%;
    min-width: 94%;
    width: 94%;
  }
  #headerContainer {
    position: relative;
  }
  #siteID {
    float: none;
    text-align: center;
  }
  #contentContainer {
    padding: 20px 0 40px;
    margin: 0 auto;
  }
  #copyright {
    text-align: center;
  }
  #contentContainer h1.contentTitle {
    font-size: 1.2em;
    line-height: 1.3;
  }
  #contentContainer h2.contentTitle {
    font-size: 1.1em;
    line-height: 1.2;
    margin: 1em 0 1em;
  }
  #photoGalleryContainer .column {
    width: 100%;
  }
  #photoGalleryContainer.fluid .column {
    width: 45.5%;
  }
  .loaderSymbol {
    position: fixed;
    top: 50%;
    left: 45%;
  }

}
/*
ページトップへ
*/
.pagetop {
  text-align: right;
  margin: 0 auto;
  background:#ebebeb;
}
 
.pagetop a {
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  padding: 6px 2em 4px;
  border-radius: 4px 4px 0 0;
  background:  rgba(76,92,58,0.50);
}

/*サンプル2
.pagetop2 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  margin: 0 auto;
  z-index: 200;
}
 
.pagetop2 a {
  display: table-cell;
  width: 6em;
  height: 6em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  border-radius: 50%;
  background:  rgba(76,92,58,1);
  behavior: url(“css/PIE.htc”);
}
*/
/*サンプル3*/
.pagetop3 {
  position: fixed;
  bottom: -300px;
  right: 24px;
  margin: 0 auto;
  z-index: 200;
  visibility: hidden;
  -webkit-transition: bottom 0.4s linear;
  transition: bottom 0.4s linear;
}
 
.pagetop3.visible {
  bottom: 30px;
}
 
.pagetop3 a {
  display: table-cell;
  width: 6em;
  height: 6em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  behavior: url(“css/PIE.htc”);

   /* box shadowを使って、同様の形を増やして、周囲に配置 
   円の場合box-shadow: 45px 0px 0px -22px red, -45px 0px 0px -22px blue, 0px -45px 0px -22px blue, 0px 45px 0px -22px red, 33px 33px 0px -22px red, -33px -33px 0px -22px red, -33px 33px 0px -22px red, 33px -33px 0px -22px red;*/
  box-shadow: -45px 0px 0px -26px rgba(76,92,58,1), 0px -45px 0px -26px rgba(76,92,58,1), -33px -33px 0px -26px rgba(76,92,58,1), 33px -33px 0px -26px rgba(76,92,58,1);
  -webkit-box-shadow: -45px 0px 0px -26px rgba(76,92,58,1), 0px -45px 0px -26px rgba(76,92,58,1), -33px -33px 0px -26px rgba(76,92,58,1), 33px -33px 0px -26px rgba(76,92,58,1);
  -moz-box-shadow:  -45px 0px 0px -26px rgba(76,92,58,1), 0px -45px 0px -26px rgba(76,92,58,1), -33px -33px 0px -26px rgba(76,92,58,1), 33px -33px 0px -26px rgba(76,92,58,1);
  -o-box-shadow:  -45px 0px 0px -26px rgba(76,92,58,1), 0px -45px 0px -26px rgba(76,92,58,1), -33px -33px 0px -26px rgba(76,92,58,1), 33px -33px 0px -26px rgba(76,92,58,1);
  background:  rgba(76,92,58,1);
  behavior: url(../Stylesheets/PIE.htc); 
}
.honbun{
	font-size:16px;
}
