/*
Theme Name: 仙北東森林組合
Description: 仙北東森林組合のテーマ
Author: Mika Obata
Version: 1.0

2017.03
*/


/*
有限会社インフォテック　1カラムスタイル
2017 小畑


☆優先順位☆

[1位(スマホ)]・・・739px以下のスタイル
[2位(タブレット)]・740px以上～1023px以内のスタイル
[3位(パソコン)]・・1024px以上のスタイル


・3種類でフレキシブル対応をしているので今後さらに分ける場合は追加出来ます
・全てに対応させたい場合は[1位]のみに記述しておけばOKです
*/





/* ---スマホ(739px以下の時のスタイル)--- */

body{
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-image: url(/image/all/back.jpg);
	margin:0;
	font-size:16px;
}

p{
	margin:0;
	padding:0;
	line-height:140%;
	font-size:16px;
}

.body-main{
	margin:20px 5px 0 5px;
}

/*クリア用*/
.clear{
	clear:both;
}
.br-phone{
	display: inline;
}


/*ヘッダーライン*/
.header-line{
	border-bottom: 7px solid #b1d78a;
}
/*ヘッダー*/
.header-back{
	background-color:#fff;
	padding-bottom:10px;
}
.header-left{
	float:none;
}
.header-right{
	float:none;
}
.header-logo{
	padding-top:5px;
	padding-bottom:5px;
}
.header-logo img{
    	display: block;
    	width:auto;
    	height:auto;
    	max-width:100%;
    	max-height:100%;
	margin-left:auto;
	margin-right:auto;
}
.header-contact{
	margin-bottom:-7px;
	border-top:1px solid #888;
    	padding:10px 0 10px 0;
    	text-align:center;
}
.header-tell1{
	font-size:17px;
	color:#4b7904;
	font-weight: bold;
}
.header-tell2{
	font-size:auto;
	color:#42200a;
	font-weight: bold;
}
.header-text1{
    	text-align:center;
	font-size:14px;
	margin-bottom:0;
}
.header-triangle{
	background-image: url("/image/all/next.png");
	background-repeat: no-repeat;
	background-position: right;
	padding:0 20px 0 0;
	margin:0;
	text-decoration:none;
	color:#000;
}
.header-triangle:hover{
	text-decoration: underline;
}


/*メニュー*/
.nav-back{
  background-image: url("/image/all/menu_back.jpg");
  border-top:3px solid #3c0f00;
  border-bottom:3px solid #3c0f00;
  margin:0;
}
.menu {
  padding: 0;
  margin:0;
  background-image: url("/image/all/menu_back.jpg");
  font-size: 18px;
  list-style-type: none;
}
.menu:after {
  content: "";
  clear: both;
  display: block;
}
.menu li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #3c0f00;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu li:nth-child(odd) {
  border-right: 1px solid #3c0f00;
}
.menu a {
  display: block;
  line-height: 65px;
  background-image: url("/image/all/menu_back.jpg");
  color: #fff;
  text-decoration: none;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  font-weight: bold;
  text-shadow: 0 0 15px #42210b;
}
.menu a:hover {
  background-image: url("/image/all/menu_on.jpg");
  color: #42200a;
  text-shadow: 0 0 15px #fff;
}
.current-menu-item a {
  background-image: url("/image/all/menu_on.jpg");
  color: #42200a;
  text-shadow: 0 0 15px #fff;
}


/*フッター*/
.footer{
	margin-top:30px;
}
.footer-border{
	height:40px;
	background-image: url("/image/all/footer.png");
}
.footer-area-back{
	background-color:#006351;
}
.footer-area{
	width:100%;
}

.footer-left{
	float:none;
	padding:15px 0 15px 15px;
}
.footer-logo{
	color:#fff;
	font-size:20px;
}
.footer-logo1, .footer-logo2{
	color:#fff;
	font-size:16px;
}

.footer-right{
	float:none;
	margin:0;
	padding:0 0 15px 15px;
}
.footer-link1{
	float:none;
	width:100%;
}
.footer-link2{
	float:none;
	width:100%;
	margin:0;
}
.footer-link{
	background-image: url("/img/all/triangle_footer.png");
	background-repeat: no-repeat;
	background-position: left;
	padding:0 0 0 20px;
	margin:0;
	font-size:13px;
	text-decoration: none;
	color:#fff;
}
.footer-link:hover{
	text-decoration: underline;
}
.copy{
	font-size:13px;
	background-color:#3e2c0a;
	color:#9c7b4f;
	padding:3px 0;
    	text-align:center;
}


/*トップへ戻る*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 5%;
    font-size: 15px;
}
#page-top a {
    background-color: #89603a;
    background-image: url("/image/all/top.png");
    background-repeat: no-repeat;
    background-position: 50% 20%;
    text-decoration: none;
    color: #eeeeee;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 90px;
    display: block;
    border-radius: 100px;
}
#page-top a:hover {
    background-color: #5B3F24;
    color: #eeeeee;
}


/*トップ画像*/
.one-block img{
	width:100%;
	border-bottom:5px solid #eddac3;
	text-align:center;
	margin:0;
}


/*メインフレーム*/
.top-left{
	width:100%;
	float:none;
	margin:30px 0;
}
.top-right{
	width:100%;
	float:none;
	margin:30px 0;
}

.twoblock-left img, .twoblock-right img{
	width:100%;
	border-radius: 10px;
}
.twoblock-left{
	width:100%;
	margin:5px 0;
}
.twoblock-right p{
	line-height: 180%;
	margin-bottom:10px;
}
.threeblock-top{
	display:block;
}
.threeblock-left img, .threeblock-center img, .threeblock-right img{
	width:100%;
}
.threeblock-left, .threeblock-center, .threeblock-right{
	width:100%;
	margin:5px 0;
}
.fourblock-First, .fourblock{
	display:block;
	background-color:#fff;
	margin:0 0 5px 0;
	padding:15px;
	text-decoration:none;
}
.fourblock-First img, .fourblock img{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}




/* facebookストリームのフレキシブル */
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}


/* トップレイアウト*/
.h2-leaf{
	width:100%;
	font-size:25px;
	color:#006837;
	background-image: url("/image/all/leaf.png"), url("/image/all/h2_back.jpg");
    	background-repeat: no-repeat,repeat;
    	background-position:left 15px top 7px;
	text-align:left;
  	font-weight: bold;
	margin:0 0 12px 0;
	padding:7px 0 3px 65px;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.h4-wood{
	width:100%;
	font-size:18px;
	color: #42210B;
	background-image: url("/image/all/mori_mini.png");
    	background-repeat: no-repeat;
    	background-position:left 15px top 7px;
	text-align:left;
  	font-weight:normal;
	margin:5px 0;
	padding:7px 0 3px 55px;
	border-bottom:1px solid #d2b18c;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}

.top-oneblock-dotted{
	border-top:2px dotted #BFD898;
	border-bottom:2px dotted #BFD898;
	padding:3px 0;
	margin-bottom:20px;
}
.top-oneblock{
	color:#42210B;
	font-size:16px;
	border-top:2px solid #45A840;
	border-bottom:2px solid #45A840;
	padding:10px 10px;
}

.top-threeblock-text{
	padding-left:15px;
	text-decoration:none;
	color:#000
}
.top-threeblock-text:hover{
	text-decoration: underline;
}


.notic-a{
	display:block;
	border-bottom:1px dashed #8C6239;
	padding:12px 20px;
	margin:0;
	text-decoration:none;
}
.notic-a:hover{
	background-color:#d8b39a;
}
.notic{
	float:none;
	width:100%;
}

.notic-time{
	float:left;
	color:#8C6239;
	font-size:15px;
}
.notic-title{
	font-size:18px;
	color:#000;
	padding:0;
}
.notic-First{
	float:left;
	color:#fff;
	font-size: 13px;
	background-color:#F95A66;
    	padding:0 15px;
    	text-align: center;
	font-weight: bold;
	margin:0 0 0 10px;
	border-radius: 5px;
}
.top-notic-archive{
	display: block;
	width: 100%;
	float:none;
	background-color:#D4E570;
	border-radius: 5px;
	color:#42210B;
	font-size:16px;
	text-decoration: none;
	text-align:center;
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.top-notic-archive:hover{
	background-color:#BCD24B;
}

.shop-sub-title{
	font-size:14px;
	color:#754C24;
	padding:5px 0;
}
.shop-title{
	font-size:17px;
	color:#000;
	padding:0 0 5px 0;
}
.shop-a{
	display: block;
	width: 100%;
	background-color:#CDE576;
	border-radius: 5px;
	color:#306804;
	font-size:16px;
	text-decoration: none;
	text-align: center;
	margin:10px 0 0 0;
	padding:5px 0 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.shop-a:hover{
	background-color:#B1C864;
}
.top-shop-archive{
	display: block;
	width: 100%;
	float:none;
	background-color:#EFB880;
	border-radius: 5px;
	color:#42210B;
	font-size:16px;
	text-decoration: none;
	text-align: center;
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.top-shop-archive:hover{
	background-color:#c6964f;
}




/* ---スマホここまで--- */




@media screen and (min-width: 740px) {

/* ---タブレット(740px～1023pxの時のスタイル)--- */


/*ヘッダー*/
.header-tell2{
	font-size:33px;
}


/* ---タブレットここまで--- */
}




@media screen and (min-width: 1024px) {

/* ---パソコン(1024px以上の時のスタイル)--- */

body{
	margin:0;
}
.body-main{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.br-phone{
	display:none;
}


/*ヘッダーライン*/

/*ヘッダー*/
.header{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.header-left{
	float:left;
}
.header-right{
	float:right;
}
.header-logo{
	width:450px;
	padding-top:15px;
	padding-bottom:0;
}
.header-contact{
	border:none;
    	padding:0;
	margin-top:15px;
    	text-align:right;
}
.header-text1{
    	text-align:right;
}


/*メニュー*/
.nav-back{
  margin:0;
}
.menu li:nth-child(odd) {
  border-right: none;
}
.menu {
  display: table;
  table-layout: fixed;
  width:1024px;
  margin: 0 auto;
  overflow: hidden;
  border-top: none;

}
.menu li {
  float: none;
  display: table-cell;
  width: 100%;
  border-bottom: none;
  border-left: 1px solid #3c0f00;
  border-right: 1px solid #3c0f00;
}
.menu li:nth-child(2) {
  border-right: none;
}
.menu li:nth-child(4) {
  border-right: none;
}


/*フッター*/
.footer-area{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.footer-left{
	float:left;
	padding:25px 0 0 0;
}
.footer-right{
	float:right;
	margin:0;
	padding:15px 0;
}
.footer-link1{
	float:left;
	width:130px;
}
.footer-link2{
	float:left;
	width:170px;
	margin:0 0 0 30px;
}


/*トップへ戻る*/
#page-top {
    bottom: 20px;
    right: 10%;
}
#page-top a {
    text-decoration: none;
    color: #eeeeee;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
}


/*トップ画像*/
.one-block{
	width: 100%;
}
.one-block img{
	width:100%;
	text-align:center;
	margin:0;
}

/*メインフレーム*/
.top-left{
	width:515px;
	float:left;
}
.top-right{
	width:500px;
	float:right;
}
.twoblock-left{
	width:330px;
	float:left;
}
.twoblock-right{
	width:650px;
	padding:15px;
	float:right;
}
.threeblock-top{
	display: flex;
    justify-content: center;
}
.threeblock-left{
	width:350px;
	float:left;
	margin-right: 27px;
}
.threeblock-center{
	width:350px;
	float:left;
	margin-left: 27px;
}
.threeblock-right{
	width:330px;
	float:right;
}
.fourblock-First{
	width:220px;
	float:left;
	margin-left:0;
}
.fourblock{
	width:220px;
	float:right;
	margin-left:8px;
}


/* トップレイアウト*/
.top-oneblock{
	padding:10px 20px;
}

.top-notic-archive{
	width: 60%;
	float:right;
}

.top-shop-archive{
	width:30%;
	float:right;
}


/* ---パソコンここまで--- */
}



@media print {

/* --印刷時のスタイル(パソコンと同じ)--- */

body{
	margin:0;
}
.body-main{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.br-phone{
	display:none;
}


/*ヘッダーライン*/

/*ヘッダー*/
.header{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.header-left{
	float:left;
}
.header-right{
	float:right;
}
.header-logo{
	width:450px;
	padding-top:15px;
	padding-bottom:0;
}
.header-contact{
	border:none;
    	padding:0;
	margin-top:15px;
    	text-align:right;
}
.header-text1{
    	text-align:right;
}


/*メニュー*/
.nav-back{
  margin:0;
}
.menu li:nth-child(odd) {
  border-right: none;
}
.menu {
  display: table;
  table-layout: fixed;
  width:1024px;
  margin: 0 auto;
  overflow: hidden;
  border-top: none;

}
.menu li {
  float: none;
  display: table-cell;
  width: 100%;
  border-bottom: none;
  border-left: 1px solid #3c0f00;
  border-right: 1px solid #3c0f00;
}
.menu li:nth-child(2) {
  border-right: none;
}
.menu li:nth-child(4) {
  border-right: none;
}


/*フッター*/
.footer-area{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.footer-left{
	float:left;
	padding:25px 0 0 0;
}
.footer-right{
	float:right;
	margin:0;
	padding:15px 0;
}
.footer-link1{
	float:left;
	width:130px;
}
.footer-link2{
	float:left;
	width:170px;
	margin:0 0 0 30px;
}


/*トップへ戻る*/
#page-top {
    bottom: 20px;
    right: 10%;
}
#page-top a {
    text-decoration: none;
    color: #eeeeee;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
}


/*トップ画像*/
.one-block{
	width: 100%;
}
.one-block img{
	width:100%;
	text-align:center;
	margin:0;
}

/*メインフレーム*/
.top-left{
	width:515px;
	float:left;
}
.top-right{
	width:500px;
	float:right;
}
.twoblock-left{
	width:330px;
	float:left;
}
.twoblock-right{
	width:650px;
	padding:15px;
	float:right;
}
.threeblock-top{
	display: flex;
    justify-content: center;
}
.threeblock-left{
	width:350px;
	float:left;
	margin-right: 27px;
}
.threeblock-center{
	width:350px;
	float:left;
	margin-left: 27px;
}
.threeblock-right{
	width:330px;
	float:right;
}
.fourblock-First{
	width:220px;
	float:left;
	margin-left:0;
}
.fourblock{
	width:220px;
	float:right;
	margin-left:8px;
}


/* トップレイアウト*/
.top-oneblock{
	padding:10px 20px;
}

.top-notic-archive{
	width: 60%;
	float:right;
}

.top-shop-archive{
	width:30%;
	float:right;
}

}