.pp-moji {
  font-size: 28px;
}
.post-10 {
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;    
}
@media screen and (max-width:450px){
.post-10 {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;    
}
  .pp-moji {
  font-size: 19px;
    font-weight: 900;
}
	}
.mannnaka {
  text-align: center;
 } 

.midasi55 {
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}
.midasi55 {
    font-size: 22px;
}
.midasi66 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
}

.midasi66 {
    font-size: 20px;
}
/*--------------------------------------------------------------
略的
--------------------------------------------------------------*/
.teburu {
border: transparent 1px solid;
}
.teburu th, .teburu td {
border: transparent 1px solid;
}

  
/*--------------------------------------------------------------
JS
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1353 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 10px;
  min-width: 230px;
  max-width: 350px;
  max-height: 220px;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.snip1353 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1353 img {
  opacity: 1;
  width: 100%;
}
figure.snip1353:after,
figure.snip1353:before {
  background: #ffffff;
  width: 200%;
  height: 200%;
  position: absolute;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  z-index: 1;
}
figure.snip1353:after {
  top: 0;
  left: 0;
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}
figure.snip1353:before {
  right: 0;
  bottom: 0;
  -webkit-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}
figure.snip1353 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
figure.snip1353 h2,
figure.snip1353 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1353 h2 {
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1353 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}
figure.snip1353 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
figure.snip1353:hover img,
figure.snip1353.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1353:hover:after,
figure.snip1353.hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
figure.snip1353:hover:before,
figure.snip1353.hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}
figure.snip1353:hover figcaption h2,
figure.snip1353.hover figcaption h2,
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1353:hover figcaption h2,
figure.snip1353.hover figcaption h2 {
  opacity: 1;
}
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p {
  opacity: 0.7;
}

@media screen and (max-width:450px){
  figure.snip1353 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  max-height: 220px;
  width: 100%;
  color: #000000;
  text-align: center;
}
  }
/*--------------------------------------------------------------
商品
--------------------------------------------------------------*/
.boda {
	padding: .5em .75em;
	background-color: #333;
	border-bottom: 1px solid #333;
}


.boda2 {
padding: 30px;
  }
.boda2 {
	list-style: none;
}

.boda2 {
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.boda3 {
padding: 0px;
  }
.boda3 {
	list-style: none;
}

.boda3 {
  background-color: #fff;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/
/* フッターに背景画像を2つ入れる */
.footer-widgets {
    background: url(http://takahashi-soumen.com/wp-content/uploads/2017/05/和紙の背景.jpg) repeat;
    background-size: cover;
}
/*--------------------------------------------------------------
お知らせ
--------------------------------------------------------------*/

.midasidasu {
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #fff;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}

.button {
	background-color: #0f689b;
	border: 2px solid #0f689b;
	color: #fff;
	line-height: 30px;
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}

.button {
	display: inline-block;
	width: 200px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.moji {
  font-size: 16px;
  }

@media screen and (max-width:767px){
  .moji {
  font-size: 14px;
  }
    }
/*--------------------------------------------------------------
カラムレイアウト
--------------------------------------------------------------*/
.menyu {
	padding: 0px;
}
.menyu {
	float: left;
	list-style: none;
}

.menyu {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #fff;
  width: 33.3%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.menyu:hover {
	background-color: #ccc;
	border-color: #ccc;
	color: #fff;
  }
@media screen and (max-width:767px){
  .menyu {
   border-bottom: 1px solid #ccc;
  width: 50%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
  }

.menyu2 {
	padding: 20px;
}
.menyu2 {
  border: 1px solid #ccc;
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.menyu3 {
	padding: 10px;
}
.menyu3 {
	float: left;
	list-style: none;
}

.menyu3 {
  color: #333;
  width: 50%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
}

.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}
/*--------------------------------------------------------------
基本設定
--------------------------------------------------------------*/
.site-logo {
		margin: 0px 0;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}


.btn-menu {
		float: right;
		font-size: 28px;
		font-family: "FontAwesome";
		color: #fff;
		text-align:center;
		width: 28px;
		height: 28px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}


@media screen and (max-width:1024px){
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding: 15px;
}
  }

@media screen and (max-width:1024px){
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

	.site-logo {
        size: 100％
		margin: 0px 0;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}

	#mainnav-mobi {
		margin: 30px 30;
		float: right;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}
.btn-menu {
  background-color: #0f689b;
  border-radius: 10px;
  position: absolute;
  right: 10%;
  width: 50px;
  height: 50px;
    top: -80px;
}
.btn-menu {
  padding: 2px;
    }
}
/*--------------------------------------------------------------
ヘッダーウィジェット
--------------------------------------------------------------*/
.ad-header-widget {
  position: absolute;
  right: 0;
  width: 268px;
  height: 60px;
    top: -80px;
}
@media screen and (max-width: 1120px){
.ad-header-widget {       display:none;}
}
/* branding内の指定 */
#branding hgroup {
	margin: 0 7.6%;
	width: 48%; /* 横幅を48%まで狭めました */
	float: left;
}
#branding address {
	float: right;
	width: 26.8%; /* 横幅を26.8%まで広げました */
	margin-right: 7.6%; /* バランスを整えるために右マージンを追記 */
	padding-top: 3.65625em;
}

/* サイトタイトルと補足説明のマージンを変更 */
#site-title {
	margin-right: 70px; /* デフォルトは270pxでしたが、70pxに */
	padding: 3.65625em 0 0;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 70px 3.65625em 0; /* 右マージンのデフォルトは270pxでしたが、70pxに */
}

/* 以下を追記（クラス名はheader.phpと合わせてお好みで変更してください） */
.address {
	font-size: small;
}
.tel {
	font-size: xx-large;
	text-shadow: 1px 0px 2px #666666;
}
.hours {
	font-size: small;
}
.contact {
	margin-top: .5em;
	text-align: center;
}
.contact a {
	display: block;
/* ボタンジェネレーターで作成したソースコード */
	color: #ffffff;
	font-size: large;
	padding: 10px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 0px 1px 2px #666666;
	-moz-box-shadow: 0px 1px 2px #666666;
	text-shadow: 1px 1px 3px #666666;
	border: solid #cacbcc 1px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#42aaff), to(#003366));
	background: -moz-linear-gradient(top, #42aaff, #003366);
}

.contact a:hover {
	background: #42aaff;
/* ボタンジェネレーターで作成したソースコードここまで */
}

.hedo {
  position: absolute;
  z-index: 9999999999999;
  right: 438px;
  width: 500px;
  height: 400px;
    top: 380px;
}

/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/
.sukurou {
  overflow: scroll;   /* スクロール表示 */ 
  width: 100%;
  height: 150px;
  background-color: #fff;
  border: 1px solid #333;
}
.sukurou {
  padding: 5px;
  margin-top: 30px;
  }
.otoi6 {
	padding-top: 50px;
    padding-left: 10px;
}
.otoi6 {
	float: left;
	list-style: none;
}

.otoi6 {
	border: 1px solid #ccc;
    background-color: #e4f5fd;
    color: #fff;
  width: 35%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:0;
}

.otoi3 {
	padding: 0px;
}
.otoi3 {
	float: left;
	list-style: none;
}

.otoi3 {
	border: 1px solid #fff;
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.otoi3 {
font-size: 16px;
  }

.otoi {
	padding-top: 50px;
    padding-left: 10px;
}
.otoi {
	float: left;
	list-style: none;
}

.otoi {
	border: 1px solid #ccc;
    background-color: #0f689b;
    color: #fff;
  width: 35%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:0;
}

.otoi2 {
	padding-top: 50px;
}
.otoi2 {
	float: left;
	list-style: none;
}

.otoi2 {
	border: 1px solid #ccc;
  background-color: #e4f5fd;
  width: 60%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.otoi4  {
	padding-top: 35px;
    padding-left: 10px;
}
.otoi4 {
	float: left;
	list-style: none;
}

.otoi4 {
	border: 1px solid #ccc;
   background-color: #e4f5fd;
  width: 60%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.otoi5  {
	padding-top: 0px;
}
.otoi5 {
	float: left;
	list-style: none;
}

.otoi5 {
	border: 1px solid #ccc;
  width: 60%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.otoi9 {
	border: 1px solid #ccc;
   background-color: #e4f5fd;
  width: 100%;
  height: autopx;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.otoi8 {
  padding-left: 45%;
  padding-top: 30px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.form-width { max-width: 100%;}

@media screen and (max-width:767px){
.otoi3  {
	padding: 0px;
}
.otoi3 {
	float: left;
	list-style: none;
}

.otoi3 {
	border: 1px solid #fff;
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.otoi3 {
font-size: 12px;
  }
.otoi2  {
	padding-top: 10px;
}
.otoi2 {
	float: left;
	list-style: none;
}

.otoi2 {
	border: 1px solid #ccc;
  background-color: #e4f5fd;
  width: 60%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
  }
}

/*--------------------------------------------------------------
ブログレイアウト
--------------------------------------------------------------*/

.pp-post  {
	padding: 10px;
}
.pp-post {
	float: left;
	list-style: none;
}

.pp-post {
	border-bottom: 1px dashed #ccc;
  width: 50%;
  height: 220px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.pp-post-thumbnail {
  width: 35%;
  float: left;
} 
 
.pp-post-thumbnail {
     margin-right : 5px ;
     padding-right : 5px ;
} 

.pp-post-title {
  width: 60%;
  float:  right;
} 
.pp-post-title {
  font-size: 20px;
  } 
.pp-post-title {
     margin :  5px;
     padding :  15px;
    } 
.pp-categori {
  width: 25%;
  float:  left;
  }

.pp-categori {
     margin-right : 10px ;
     padding-right : 10px ;
}
 .pp-post-meta {
      text-align: center;
          } 
 .pp-post-meta {
     font-size: 14px;
          } 
 .pp-categori {
        text-align: center;
      } 


.pp-categori {
 color: #fff;
  background-color: #58a834;
  }

.pp-post-excerpt {
    width: 60%;
  float:  right;
   }
.pp-post-excerpt {
font-size: 16px;
  }

@media screen and (max-width:767px){
  .pp-post  {
	padding: 10px;
}
.pp-post {
	float: left;
	list-style: none;
}

.pp-post {
	border-bottom: 1px dashed #ccc;
  width: 50%;
  height: 400px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.pp-post-thumbnail {
   width: 100%;
  float: left;
      }
  .pp-post-thumbnail {
     margin-right : 0px ;
     padding-right : 0px ;
} 
 .pp-post-title {
  width: 100%;
  float:  right;
}
  .pp-post-title {
  font-size: 16px;
  }
  .pp-post-title {
     margin :  5px;
     padding :  5px;
    } 
 .pp-categori {
    width: 100%;
　  float:  right;
  } 
   .pp-post-meta {
      text-align: center;
          } 
   .pp-categori {
        text-align: center;
      } 
  .pp-post-excerpt {
    width: 100%;
  float:  right;
   }
.pp-post-excerpt {
font-size: 14px;
  }
        } 

/*--------------------------------------------------------------
サイドバー　ブログ
--------------------------------------------------------------*/

.su-post-title {
  border-bottom: 1px dashed  #ccc;
  margin-bottom: 12px;
}

.su-post-meta {
  font-size: 12px;
  }


.su-post-thumbnail {
	padding: 5px;
    margin: 5px;
}
.su-post-thumbnail {
	float: left;
	list-style: none;
}

.ss-post-title {
font-size: 16px;
  }
  .ss-post-title {
  margin-bottom: 20px;
    }
.ss-post-meta {
  font-size: 12px;
  }


.ss-post {
  border-bottom: 1px dashed  #b7b7b7;
  height: 105px;
  }

/*--------------------------------------------------------------
アーカイブ
--------------------------------------------------------------*/

.pp-post2  {
	padding: 10px;
}
.pp-post2 {
	float: left;
	list-style: none;
}

.pp-post2 {
	border-bottom: 1px dashed #ccc;
  width: 50%;
  height: 220px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.pp-post-thumbnail2 {
  width: 35%;
  float: left;
} 
 
.pp-post-thumbnail2 {
     margin-right : 5px ;
     padding-right : 5px ;
} 

.pp-post-title2 {
  width: 60%;
  float:  right;
} 
.pp-post-title2 {
  font-size: 20px;
  } 
.pp-post-title2 {
     margin :  5px;
     padding :  15px;
    } 
.pp-categori2 {
  width: 25%;
  float:  left;
  }

.pp-categori2 {
     margin-right : 10px ;
     padding-right : 10px ;
}
 .pp-post-meta2 {
      text-align: center;
          } 
 .pp-categori2 {
        text-align: center;
      } 


.pp-categori2 {
 color: #fff;
  background-color: #58a834;
  }

.pp-post-excerpt2 {
    width: 60%;
  float:  right;
   }
.pp-post-excerpt2 {
font-size: 16px;
  }

@media screen and (max-width:767px){
  .pp-post2  {
	padding: 10px;
}
.pp-post2 {
	float: left;
	list-style: none;
}

.pp-post2 {
	border-bottom: 1px dashed #ccc;
  width: 50%;
  height: 400px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.pp-post-thumbnail2 {
   width: 100%;
  float: left;
      }
  .pp-post-thumbnail2 {
     margin-right : 0px ;
     padding-right : 0px ;
} 
 .pp-post-title2 {
  width: 100%;
  float:  right;
}
  .pp-post-title2 {
  font-size: 16px;
  }
  .pp-post-title2 {
     margin :  5px;
     padding :  5px;
    } 
 .pp-categori2 {
    width: 100%;
　  float:  right;
  } 
   .pp-post-meta2 {
      text-align: center;
          } 
   .pp-categori2 {
        text-align: center;
      } 
    .pp-post-excerpt2 {
    width: 100%;
  float:  right;
   }
.pp-post-excerpt2 {
font-size: 14px;
  }
        }



