@media screen and (min-width: 768px) {
.kaigyou {
    display: none;
  }
}

.kousi {
padding: 10px;
    }
.kousi {
  width: 100%;
  font-size: 13px;
  }
@media screen and (min-width: 450px) {
  .kousi  {display:none;}
  }

.huxeisu {
  position: absolute;
   width: 100%;
  top: -80px;
  }

.huxeisu {
text-align: center;
  }
/*--------------------------------------------------------------
自己紹介
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,500,900);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1382 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  max-height: 500px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 13px;
}
figure.snip1382 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1382 img {
  max-width: 100%;
}
figure.snip1382:after,
figure.snip1382:before,
figure.snip1382 figcaption:after,
figure.snip1382 figcaption:before {
  background: #0a0a0a;
  height: 25%;
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s steps(4);
  transition: all 0.35s steps(4);
  z-index: 1;
  left: 50%;
  right: 50%;
}
figure.snip1382:before {
  top: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
figure.snip1382:after {
  top: 25%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip1382 figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: -1;
}
figure.snip1382 figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: -1;
}
figure.snip1382 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 15px;
}
figure.snip1382 h2,
figure.snip1382 p,
figure.snip1382 .icons {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1382 h2 {
  font-weight: 900;
  text-transform: uppercase;
}
figure.snip1382 p {
  font-weight: 300;
}
figure.snip1382 .icons {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
figure.snip1382 i {
  padding: 0px 10px;
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
  text-decoration: none;
}
figure.snip1382 i:hover {
  opacity: 1;
}
figure.snip1382:hover:after,
figure.snip1382.hover:after,
figure.snip1382:hover:before,
figure.snip1382.hover:before,
figure.snip1382:hover figcaption:after,
figure.snip1382.hover figcaption:after,
figure.snip1382:hover figcaption:before,
figure.snip1382.hover figcaption:before {
  left: 0;
  right: 0;
  opacity: 0.8;
}
figure.snip1382:hover figcaption h2,
figure.snip1382.hover figcaption h2,
figure.snip1382:hover figcaption p,
figure.snip1382.hover figcaption p,
figure.snip1382:hover figcaption .icons,
figure.snip1382.hover figcaption .icons {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
figure.snip1382:hover figcaption h2,
figure.snip1382.hover figcaption h2,
figure.snip1382:hover figcaption .icons,
figure.snip1382.hover figcaption .icons {
  opacity: 1;
}
figure.snip1382:hover figcaption p,
figure.snip1382.hover figcaption p {
  opacity: 0.7;
}

/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/

.form-width { max-width: 100%;}
/*--------------------------------------------------------------
サイドバー
--------------------------------------------------------------*/
.boda {
	padding: .5em .75em;
	background-color: #faf9f2;
	border-bottom: 1px solid #333;
}
.boda:hover {
	background-color: #f4f1cf;
	border-color: #35bd49;
	color: #35bd49;
  }
  .boda2 {
    padding: .5em .75em;
	background-color: #f4f1cf;
	border-bottom: 1px solid #ccc;
  text-align: center;
}
.boda3 {
text-align: center;
   }

.widget_rss {
  top: -50px;
  padding: 10px;
      background: url(http://voice.ciao.jp/wp-content/uploads/RSS　拝啓.png) repeat;
    background-size: cover;
  z-index: 2;
   }


/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/

h1{
position: relative;
display: inline-block;
padding: 0 55px;
}

h1:before, h1:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

h1:before {left:0;}
h1:after {right: 0;}


.marumaru {
	float: left;
	list-style: none;
}
.marumaru {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;/* width,heightの半分 */
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #d65050;/* 円の色 */
}
.marumaru {
    padding: 0px 9px;
    margin-right: 5px;
    font-size: 20px;
    color: #fff;
  }


.ryoukin {
background: #2174bb;/*背景色*/
padding: 0.5em;/*文字まわり（上下左右）の余白*/
margin-top:-10px;
  color: #fff;
}

.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #f4f1d0;
    border-radius: 50%;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #f4f1d0;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #f4f1d0;
}

.says p {
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------------
画像系
--------------------------------------------------------------*/

.hutu{
    position: relative;
}
.ueno {
    position: absolute;
    right: 20px;
    top: -200px;
}

@media screen and (max-width: 727px){
.ueno {       display:none;}
}


.ueno2 {
    position: absolute;
    left: -150px;
    top: 130px;
}

@media screen and (max-width: 727px){
.ueno {       display:none;}
  .ueno2 {       display:none;}
}

/*--------------------------------------------------------------
ボタン
--------------------------------------------------------------*/
.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	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;
}

.button {
	background-color: #333;
	color: #fff;
}
.button:hover {
	letter-spacing: 5px;
}

.teburu {
border: transparent 1px solid;
}
.teburu th, .teburu td {
border: transparent 1px solid;
}

/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/
.huta {
   text-align:center;
 }
.footer-widgets {
    background: url(http://voice.ciao.jp/wp-content/uploads/ホワイト　画像　.jpg) repeat;
    background-size: cover;
}


/*--------------------------------------------------------------
カラム
--------------------------------------------------------------*/

.menyu  {
	padding: 5px;
}
.menyu {
	list-style: none;
}

.menyu {
   border: 2px solid #b4ae72;
  width:100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.menyu2  {
	padding: 0px;
}
.menyu2 {
	float: left;
	list-style: none;
}

.menyu2 {
  width: 19%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
  margin: 5px;
}

.menyu3 {
	padding: 20px;
}
.menyu3 {
	list-style: none;
}

.menyu3 {
  width:100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.menyu09 {
	padding: 0px;
    margin-right: 15px;
}
.menyu09 {
	float: left;
	list-style: none;
}

.menyu09 {
  width: 12%
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
}


@media screen and (max-width: 767px){
  .menyu2  {
	padding: 0px;
}
  .menyu2 {
  width: 45%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:　0px;
}
.menyu09 {
	padding: 0px;
    margin-right: 0px;
}
.menyu09 {
	float: left;
	list-style: none;
}

.menyu09 {
  width: 100%
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
  margin: 5px;
}
   }
/*--------------------------------------------------------------
ブログリスト
--------------------------------------------------------------*/
.ps-post {
  border-bottom: 1px solid #ccc;
  }

.su-post {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 15px;
  }

.ss-post {
  font-size: 16px;
    }

.su-post-meta {
    font-size: 14px;
    }

.su-post-title {
    font-size: 16px;
    }

.su-post-thumbnail {
  	float: left;
	list-style: none;
   }

.pp-post  {
	padding: 10px;
}
.pp-post {
	float: left;
	list-style: none;
}

.pp-post {
	border-bottom: 1px dashed #ccc;
  width: 100%;
  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: 24px;
  } 
.pp-post-title {
     margin :  15px;
     padding :  15px;
    } 
.pp-categori {
  width: 25%;
  float:  left;
  }

.pp-categori {
     margin-right : 10px ;
     padding-right : 10px ;
}
 .pp-post-meta {
      text-align: center;
          } 
 .pp-categori {
        text-align: center;
      } 


.pp-categori {
 color: #fff;
  background-color: #f77e84;
  }

@media screen and (max-width:767px){
.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;
      } 
        } 
/*--------------------------------------------------------------
基本
--------------------------------------------------------------*/

.text-slider .maintitle {
		position: relative;
		display: inline-block;
		font-size: 100px;
		line-height: 67px;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.text-slider .maintitle:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 40%;
		height: 1px;
		margin-left: -20%;
	}
	.text-slider .subtitle {
		font-size: 30px;
		line-height: 40px;
		padding: 20px 0 50px;
		font-weight: 300;
	}
@media screen and (max-width: 767px){
	.text-slider .maintitle {
		position: relative;
		display: inline-block;
		font-size: 32px;
		line-height: 67px;
		font-weight: 700;
		padding-bottom: 10px;
	}
  	.text-slider .subtitle {
		font-size: 16px;
		line-height: 40px;
		padding: 20px 0 50px;
		font-weight: 300;
	}
}
.title-post {
 text-align: center; 
    }
.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){
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: #4184bf;
  border-radius: 10px;
  position: absolute;
  right: 10%;
  width: 50px;
  height: 50px;
    top: -66px;
}
.btn-menu {
  padding: 2px;
    }
}

.single {
	padding: 15px;
}


@media screen and (max-width:767px){
.panel-layout {
  padding: 0px;
  margin: -15px;
  }
}

/*--------------------------------------------------------------
カスタムメニュー
--------------------------------------------------------------*/

.menyusa {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  width: 180px;
  height: 40px;
  }
.menyusa {
padding-top: 10px;
  }
.menyusa:hover {
	background-color: #ccc;
	border-color: #3298ad;
	color: #3298ad;
  }

.menyusa2 {
  border-right: 1px solid #333;
  width: 180px;
  height: 40px;
  }
.menyusa2 {
padding-top: 10px;
  }
.menyusa2:hover {
	background-color: #ccc;
	border-color: #3298ad;
	color: #3298ad;
  }
@media screen and (max-width:767px){
  .menyusa {
padding-top: 2px;
  }
  .menyusa {
  border-right: 0px solid #333;
  border-left: 0px solid #333;
  width: 180px;
  height: 30px;
  }
    .menyusa2 {
padding-top: 2px;
  }
  .menyusa2 {
  border-right: 0px solid #333;
  border-left: 0px solid #333;
  width: 180px;
  height: 15px;
  }
  }
/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/

.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: #162e79;
    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: #f66f7c;
    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: #fef1f2;
  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: #fef1f2;
  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: #e7f6f9;
  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: #fef1f2;
  width: 60%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
  }
}


/*--------------------------------------------------------------
ヘッダーウィジェット
--------------------------------------------------------------*/
.ad-header-widget {
  position: absolute;
  text-align: center;
  right: -20%;
  width: 300px;
  height: 300px;
    top: 200px;
  	border-radius: 150px;		/* CSS3草案 */
	-webkit-border-radius: 150px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 150px;	/* Firefox用 */
}
@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;
/* ボタンジェネレーターで作成したソースコードここまで */
}
  
	@media only screen and (max-width: 767px) {
		.site-header.float-header {
			padding-top: 5px;
			padding-bottom: 5px;
		}
  .site-header {
  background-color: #fff;
    }
  
  .site-logo {
    width: 80px;
  height: 51px;
    }
  .footer-widgets {
    background: url(http://voice.ciao.jp/wp-content/uploads/スマホ　ヘッダー.jpg) repeat;
    background-size: cover;
}
    }