@charset "UTF-8";
/*
Theme Name: L.S.B.information.ver3　レスポンシブデザイン　イメージ一新
Author: Kuro Buta
Descriptin: 聴覚と補聴器のサイト
Version: 1.2　修正
*/

body {
	margin: 0;
	font-size: 16px;
	letter-spacing: 0.3px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    	line-height: 1.9;
    	color:#383838;
    	background-color: #f8f8f8;
}
@media (max-width: 600px) {
body {
	font-size: 15px;
}
}
p:not(:first-child) {
     padding-top: 15px;
}
/****************************************************

			hタグ修正

****************************************************/

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
/****************************************************

			hタグの変わりに使っているもの

****************************************************/

/***** h２タグ　*****/
.subtitle {
	font-size: 28px;
	margin-top: 48px;
	border-bottom: 4px solid #d8d8d8;
	padding-bottom: 3px;
    padding-top: 11px;
    padding-left: 20px;
    line-height: 37px;
	background: url('h2icon.svg') no-repeat;
	background-repeat: no-repeat;
 	background-position: left top;
}
/***** h3タグ　*****/
.subsubtitle {
    font-size: 24px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    line-height: 30px;
    border-left: 5px solid #c8c8c8;
    margin-top: 60px;
}
/***** h4タグ　*****/
.force-title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: -10px;
}
.fif-title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: -10px;
}
/***** hタグ　メディアクエリ　*****/
@media (max-width: 600px) {
.subtitle {
	font-size: 24px;
	margin-top: 38px;
	padding-top: 11px;
	line-height: 35px;
}
.subsubtitle {
	font-size: 20px;
	margin-top: 45px;
}
.force-title {
	font-size: 18px;
	margin-top: 40px;
}
.fif-title {
	font-size: 15px;
	margin-top: 40px;
}
}
/****************************************************

			SVGスプライト

****************************************************/
.sidebar-icon {
	width: 20px;
	height: 20px;
	margin-bottom: -3px;
}
.sidebar-icon-lr {
	width: 15px;
	height: 15px;
	margin-bottom: -1px;
}
.text-icon {
	width: 12px;
	height: 12px;
	margin-bottom: -1px;
}
.i-con {
	width: 18px;
	height: 18px;
	margin-bottom: -4px;
}
.i-con-d {
	width: 25px;
	height: 25px;
	margin-bottom: -7px;
}
.self-in {
	width: 140px;
	height: 140px;
}
.self-in-sin {
	width: 100px;
	height: 100px;
	display: inline;
}
/***************************************************

				 ソーシャルデザイン

***************************************************/

.social-tool {
	margin-top: 15px;
}
ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.social li {
	float: left;
	width: 23.5%;
	margin-right: 0.75%;
	margin-left: 0.75%
}
@media (max-width: 400px) {
ul.social li {
	font-size: 13px;
}
}
ul.social:after {
	content: "";
	clear: both;
	display: block;
}

.facebook {
	display: inline-block;
	width: 100%;
	line-height: 48px;
	border-radius: 4px;
	text-align: center;
	box-shadow:inset 0 -4px 0 0 #213860;
	background-color: #315096;
	color: #fff;
}
.facebook:hover {
	background-color: #607eb2;
	box-shadow:inset 0 -4px 0 0 #607eb2;
}
.twitter {
	display: inline-block;
	width: 100%;
	line-height: 48px;
	border-radius: 4px;
	text-align: center;
	box-shadow:inset 0 -4px 0 0 #4287b2;
	background-color: #55acee;
	color: #fff;
}
.twitter:hover {
	background-color: #90cef4;
	box-shadow:inset 0 -4px 0 0 #90cef4;
}
#hatebu {
	display: inline-block;
	width: 100%;
	line-height: 48px;
	border-radius: 4px;
	text-align: center;
	box-shadow:inset 0 -4px 0 0 #0076aa;
	background-color: #008fde;
	color: #fff;
}
#hatebu:hover {
	background-color: #67c6ef;
	box-shadow:inset 0 -4px 0 0 #67c6ef;
}
.google {
	display: inline-block;
	width: 100%;
	line-height: 48px;
	border-radius: 4px;
	text-align: center;
	box-shadow:inset 0 -4px 0 0 #aa332b;
	background-color: #dd4b39;
	color: #fff;
}
.google:hover {
	background-color: #ea736a;
	box-shadow:inset 0 -4px 0 0 #ea736a;
}
#feedly {
	display: inline-block;
	width: 100%;
	line-height: 48px;
	border-radius: 4px;
	text-align: center;
	box-shadow:inset 0 -4px 0 0 #559344;
	background-color: #6cc655;
	color: #fff;
}
#feedly:hover {
	background-color: #b0dda4;
	box-shadow:inset 0 -4px 0 0 #b0dda4;
}
/***************************************************

			 追加css　contactフォーム、about
			 blog-top

***************************************************/

.inline {
	display: inline-block;
}

.right {
	text-align: right;
}
.contact {
	max-width: 90%;
}
#contact-sub {
	width: 120px;
	line-height: 43px;
	font-weight: bold;
	border: none;
	background-color: #848484;
	border-radius: 4px;
	box-shadow:inset 0 -4px 0 0 #545454;
	-webkit-appearamce: none;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
}
#contact-sub:hover {
	background-color: #b5b5b5;
	box-shadow:inset 0 -4px 0 0 #b5b5b5;
}

/***************************************************

				top-page.php　

***************************************************/
.contents-shop {
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width : 600px) {
.contents-shop {
	padding-right: 2px;
}
}
ul.index-main {
	list-style: none;
	margin: 0;
	padding: 0;
}
.index-box {
	width: 100%;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #fff;
}
.index-title {
	font-size: 21px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 50px;
	border-radius: 2px;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
	background-color: #fff;
}
#index-title-top {
	font-size: 21px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 2px;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
	background-color: #fff;
}
.index-text {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.5)
}
.loss {
	background-color: #1E90FF;
	border-radius: 2px
}
.hearing-aid {
	background-color: #FF8F22;
	border-radius: 2px
}
.tools {
	background-color: #009900;
	border-radius: 2px;
}
p.index-img img {
	margin-top: 5px;
	width: 100%;
	height: auto;
}
p.index-img {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

ul.index-content {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}
ul.index-content li {
	border-bottom: 1px solid #eaeaea;
	background-image: url('icon2-a.svg');
	background-repeat: no-repeat;
	padding-left: 7px;
	background-position: -1px 20px;
	font-weight: normal;
}

ul.index-content li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
	font-size: 16px;
	text-decoration: none;
	color: #383838;
}
ul.index-content li a:hover {
	opacity: 0.5;
}
ul.index-content li a:visited {
	color: #bfbebe;
}
@media (min-width: 700px) {
ul.index-main:after {
	content: "";
	clear: both;
	display: block;
}
.index-main li {
	display: inline-block;
	float: left;
	width: 31.8333%;
	margin-right: 0.75%;
	margin-left: 0.75%
}
.index-box {
	display: inline-block;
	max-width: 240px;
}
ul.index-content li {
	float: none;
	display: block;
	width: 100%;
}
ul.index-content li a {
	font-size: 14px;
}
ul.index-content li {
	background-position: -3px 17px;
	padding-left: 2px;
}
}
/***************************************************

				 記事　

***************************************************/

article h1 {
	margin: 0;
	font-size: 34px;
	line-height: 47px;
}
@media (max-width: 600px) {
article h1 {
	font-size: 30px;
}
}
article {
	margin-bottom: 30px;
}

article:after {
	content: " ";
	clear: both;
	display: block;
}

article h3 {
	margin: 0;
	font-size: 34px;
	line-height: 47px;
}
@media (max-width: 600px) {
article h3 {
	font-size: 30px;
}
}
article h3 a {
	text-decoration: none;
	color: #383838
}
article h3 a:hover {
	opacity:0.5;
}

.page_title {
	font-size: 22px;
	font-weight: bold;
}

.page-from {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 12px;
	padding-left:  12px;
}


/*************************************************

				 記事の付属情報

**************************************************/
.postinfo {
	margin-top: 25px;
	font-size: 12px;
}
.postinfo a {
	color: #383838;
	text-decoration: none;
}
.postinfo .postcat {
	margin-left: 20px;
}
.postinfo i {
	color: #888888;
}
.pagenav a {
	padding: 8px 10px;
	margin-top: 5px;
	border: solid 1px #cccccc;
	border-radius: 4px;
	color: #666666;
	font-size: 15px;
	background-color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	opacity: 0.5;
}
.pagenav .old a {
	float: left;
}
.pagenav .new a {
	float: right;
}
.pagenav {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
.container {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 12px;
	padding-left:  12px;
}
/*************************************************

				 記事の概要

**************************************************/
.entry-title {
	display: inline-block;
	margin-top: 50px;
}
.content-group {
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 30px;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
	background-color: #fff;
	margin-top: 50px;
}
@media screen and (max-width: 801px) {
.content-group {
	padding-left: 30px;
	padding-right: 30px;
}
}
@media only screen and (max-width : 600px) {
.content-group {
	padding-left: 10px;
	padding-right: 10px;
}
}
.content-group-single {
	padding-left: 35px;
	padding-right: 35px;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
	background-color: #fff;
	padding-bottom: 20px;
}
@media screen and (max-width: 801px) {
.content-group-single {
	padding-left: 30px;
	padding-right: 30px;
}
}
@media only screen and (max-width : 600px) {
.content-group-single {
	padding-left: 10px;
	padding-right: 10px;
}
}
.single-margin-1 {
	margin-top: 13px;
}
#single-margin {
	margin-bottom: 30px;
}
.excerpt p {
	font-size: 15px;
}
@media (max-width: 600px) {
.excerpt p {
	font-size: 14px;
}
}
.excerpt .more a {
	display: inline-block;
	width: 120px;
	text-align: center;
	line-height: 47px;
	border-radius: 4px;
	color: #383838;
	box-shadow:inset 0 -4px 0 0 #545454;
	text-decoration: none;
}
.more {
	text-align: right;
}
.excerpt .more a {
	background-color: #6f7077;
	color: #fff;
}
.excerpt .more a:hover {
	background-color: #b5b5b5;
	box-shadow:inset 0 -4px 0 0 #b5b5b5;
}
.excerpt .more i {
	color: #ffffff;
}
@media (max-width: 500px) {
.excerpt img {
	display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: auto;
}
}
@media (min-width: 501px) {
.excerpt img {
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	width: 260px;
	height: auto;
}
}
/*************************************************

				 記事のActionページ

**************************************************/
.action-title {
	text-align: center;
	font-size: 28px;
	padding: 40px 0 10px;
	border-bottom: 4px solid #6f7077;
}
.action-style {
	margin-top: 30px;
}
.action-style2 {
	margin-top: 30px;
}
.action-right img {
	display: block;
	margin: 0 auto;
}
#point-box {
	font-size: 18px;
	text-align: center;
	background-color: #6f7077;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	margin: 30px auto 0;
	border-radius: 4px;
}
#point-box a {
	display: block;
	line-height: 58px;
	font-weight: normal;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	box-shadow:inset 0 -4px 0 0 #545454;
}
#point-box:hover {
	opacity: 0.5;
}
#point-box i {
	font-size: 20px;
	font-weight:bold;
}
#point-box2 {
	font-size: 18px;
	text-align: center;
	background-color: #347e0d;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	margin: 30px auto 0;
	border-radius: 4px;
}
#point-box2 a {
	display: block;
	line-height: 58px;
	font-weight: normal;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	box-shadow:inset 0 -4px 0 0 #2c5b10;
}
#point-box2:hover {
	opacity: 0.5;
}
#point-box2 i {
	font-size: 20px;
	font-weight:bold;
}
#point-box3 {
	font-size: 18px;
	text-align: center;
	background-color: #6f7077;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	margin: 30px auto 0;
	border-radius: 4px;
}
#point-box3 a {
	display: block;
	line-height: 58px;
	font-weight: normal;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	box-shadow:inset 0 -4px 0 0 #545454;
}
#point-box3:hover {
	opacity: 0.5;
}
#point-box3 i {
	font-size: 20px;
	font-weight:bold;
}
@media (min-width: 600px) {
#point-box {
		width: 360px;
}
#point-box2 {
		width: 360px;
}
#point-box3 {
		width: 360px;
}
.action-right img {
	margin-top: 30px;
	float: right;
}
.action-style:after {
	clear: both;
	content: "";
	display:block;
}
.action-style p {
	width: 50%;
}
.action-style2:after {
	clear: both;
	content: "";
	display:block;
}
.action-style2 p {
	width: 47.5%;
}
}
/*************************************************

				 ヘッダー

**************************************************/
.siteinfo {
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	background-color: #fff;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
}
.siteinfo-2 {
	padding: 10px 0;
	background-color: #fff;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
}
#h1-title {
	font-family: 'Lora', serif;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin: 0;
}
#h1-title a {
	text-decoration: none;
	color: #383838;
}
#h1-title a:hover {
	opacity: 0.5;
}
#description {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	color: #60656D;
}
p.header-img {
	text-align: center;
	padding: 0;
	margin-top: -2px;
	margin-bottom: 0px;
}
h1.header-img {
	text-align: center;
	padding: 0;
	margin-top: -2px;
	margin-bottom: 0px;
	line-height: 1.3;
}
@media (min-width: 500px) {
	#h1-title {
		font-size: 30px;
	}
	#description {
		font-size: 14px;
	}
}
@media (max-width: 550px) {
	p.header-img img {
		width: 90%;
		height: auto;
		padding: 5px
	}
	h1.header-img img {
		width: 90%;
		height: auto;
		padding: 5px
	}
}
/******************************************

			ナビゲーションメニュー

******************************************/

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
nav ul li.home a {
	background-color: #adadad;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	color: #fff;
}

/* Basic Styles */
nav {
	height: 47px;
	width: 100%;
	border-bottom: solid 1px #cccbca;
	border-top: solid 1px #cccbca;
	font-size: 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	font-weight: bold;
	background-color: #6f7077;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 990px;
	height: 47px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 47px;
	width: 160px;
}
nav li ul li a {
	height: 47px;
	background-color: #55565c;
	font-size: 15px;
}
nav a:hover, nav a:active {
	background-color: #adadad;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 980px) {
	nav {
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-top: 1px solid #82838b;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 28px;
  	}
}
.nav-p {
	padding-top: 40px;
}
/************************************************

				 フッター

************************************************/
footer {
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #6f7077;
	color: #ffffff;
	text-align: center;
}
footer a {
	color: #fff;
	text-decoration: none;
}
#footer-pasonal {
	margin-left: 50px;
}
#footer-pasonal-2 {
	margin-left:50px;
	margin-top: 15px;
}

.footer-tidying {
	text-align: center;
	margin-top: -10px;
}
#footer-title {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-left: 30px;
	font-size: 24px;
	margin-bottom: 10px;
}
ul.footer-main {
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
}
#footer-pasonal {
	font-size: 16px;
	margin-bottom: 10px;
}
ul.footer-main img {
	margin-top: 15px;
}
#footer-place {
	padding-left: 20px;
	font-size: 21px;
	border-bottom: 1px solid #fff;
}
#map {
	margin-top: 10px;
	text-align: center;
}
#map-price {
	text-align: center;
}
#footer-line {
	border-top: solid 1px #fff;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0;
}
ul.footer-memu-main {
	list-style: none;
	padding: 10px;
	margin: 0;
}
ul.footer-memu a:hover {
	opacity: 0.5;
}
ul.footer-memu a {
	text-decoration: none;
	color: #fff;
}
ul.footer-memu li:first-child {
	border-left: none;
}
#footer-copy {
	font-size: 12px;
}
ul.footer-memu {
	font-size: 12px;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (min-width: 980px) {

ul.footer-main:after {
	content: "";
	clear: both;
	display: block;
}
ul.footer-main li {
	float: left;
	width: 50%;
}
}
@media (min-width: 700px) {
ul.footer-memu-main:after {
	content: "";
	display: block;
	clear: both;
}
#footer-copy {
	float: right;
}
ul.footer-memu {
	float: left;
}
ul.footer-memu li {
	float: left;
	width: 150px;
	border-left: 1px solid #fff;
}
}
@media (max-width: 700px) {
	#footer-copy {
	border-top: solid 1px #fff;
	padding-top: 10px;
	text-align: center;
}
ul.footer-memu li {
	padding: 5px;
}
}
@media (max-width: 980px) {
	#footer-place {
		margin-top: 20px;
}
}
@media (max-width: 550px) {
	#map {
	position : relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#map iframe,
#map object,
#map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
}
#map-price {
	position : relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#map-price iframe,
#map-price object,
#map-price embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
}
}
@media (max-width: 500px) {
	.footer-main img {
		width: 100%;
}
	#footer-title {
		font-size: 20px;
}
	#footer-pasonal {
	font-size: 13px;
}
	#footer-pasonal-2 {
	font-size: 13px;
}
	#footer-place {
		font-size: 18px;
}
}
article img {
	border: none;
	max-width: 100%;
	height: auto;
}

.aligncenter {
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}

.alignright {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
}

.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	margin: 0;
	color: #777;
	font-size: 14px;
	text-align: center;
}
p.wp-caption-text {
	padding-top: 0;
	margin-top: -5px;
}
p.p-right {
	text-align: right;
	padding: 0;
	padding-top: 5px;
	margin: 0;
}
/************************************************

				　メニュー(サイドバー)

*************************************************/

.blogmenu  {
	list-style: none;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
	background-color: #fff;
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 30px;
}
@media screen and (max-width: 801px) {
.blogmenu {
	padding-left: 25px;
	padding-right: 25px;
}
}
@media only screen and (max-width : 600px) {
.blogmenu {
	padding-left: 10px;
	padding-right: 10px;
}
}
#blog-magin-1 {
	margin-top: 50px;
}
@media only screen and (max-width : 801px) {
#blog-magin-1 {
	margin-top: 30px;
}
}
#blog-magin-2 {
	margin-top: 13px;
}
@media only screen and (max-width : 801px) {
#blog-magin-2 {
	margin-top: 50px;
	margin-bottom: 50px;
}
}
.blogmenu p {
	border-bottom: 1px solid #e5e3e3;
	padding-bottom: 10px;
}
.widhttitle {
	padding-top: 40px;
	color: #383838;
	font-size: 18px;
	border-bottom: 3px solid #e5e3e3;
}
#widhttitle-my {
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #383838;
	font-size: 18px;
	display: inline-block;
	border-bottom: 3px solid #e5e3e3;
}
#kensaku {
	margin-top: 10px;
}
.my_tool {
	font-size: 13px;
	padding-top: 10px;
}
p.my_self {
	text-align: center;
	border-bottom: none;
	margin-bottom: 0;
	padding: 0;
}
p.my_self img {
	border-radius: 50%;
}
#my_self img {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	border-radius: 50%;
}
#my_self img:after {
	display: block;
	content: "";
	clear: both;
}
@media screen and (min-width: 720px) {
#my_self img {
	margin-right: 25px;
}
}
#my_pro {
	font-size: 13px;
	margin-top: 13px;
	margin-bottom: 5px;
}
.widhttitle_s {
	margin-bottom: 10px;
	color: #383838;
	font-size: 18px;
	border-bottom: 3px solid #e5e3e3;
}

.widhttitle_my {
	padding-top: 90px;
	margin-bottom: 10px;
	color: #383838;
	font-size: 18px;
	border-bottom: 3px solid #e5e3e3;
}
.widhttitle_t {
	margin-top: 40px;
	color: #383838;
	font-size: 18px;
	border-bottom: 3px solid #e5e3e3;
}
.popur a {
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #383838;
	text-decoration: none;
	font-weight: normal;
	background-image: url('icon2-a.svg');
	background-repeat: no-repeat;
	background-position: -3px 17px;
}
.popur a:visited {
	color: #bfbebe;
}
.popur a:hover {
		opacity:0.5;
}
ul.children {
	list-style: none;
}
#wp-calendar tr {
	font-size: 14px;
	text-align: center;
}
#wp-calendar th {
	padding: 5px 7px;
}
@media (max-width: 500px) {
.popur a {
	font-size: 16px;
	background-position: -1px 20px;
	padding-left: 15px;
}
}
.wpp-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blogmenu-adsens {
	border-bottom: 3px solid #e5e3e3;
}
/**************************************************

			コメントフォーム

****************************************************/

#respond p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 12px;
}

#respond label {
	font-size: 14px;
}

#respond input,
#respond textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#respond input[type="submit"] {
	width: 120px;
	line-height: 43px;
	font-weight: bold;
	border: none;
	background-color: #6f7077;
	border-radius: 4px;
	box-shadow:inset 0 -4px 0 0 #545454;
	-webkit-appearamce: none;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
}

#respond input[type="submit"]:hover {
	background-color: #b5b5b5;
	box-shadow:inset 0 -4px 0 0 #b5b5b5;
}

#respond .required {
	color: #ff0000;
}

/***************************************************

					コメント（フッターに影響）

****************************************************/

#comments footer {
	background: none;
	margin: 0;
	color: #383838;
	font-size: 12px;
}

#comments footer a {
	color: #383838;
}

#comments footer div {
	display: inline;
}

#comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments article {
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: dotted 1px #aaaaaa;
}

#comments .comment-content {
	font-size: 14px;
}

.postinfo .postcom {
	margin-left: 20px;
}

/***************************************************

					コメントの装飾

****************************************************/

.comment-respond {
	margin-top: 30px;
}

#comment_text {
	padding-top: 30px;
	font-size: 18px;
	border-bottom: 3px solid #e5e3e3;
}

#reply-title {
	font-size: 18px;
}

h3.comment-reply-title {
	margin-top: 40px;
	color: #383838;
	font-size: 18px;
	border-bottom: 3px solid #e5e3e3;
}

/************************************************

			レスポンシブの設定

************************************************/

@media (min-width: 901px) {


/************************************************

			2段組み

************************************************/

.container {
	max-width: 1080px;
	overflow: hidden;
}
.contents {
	width: 70%;
	float: left;
}

.blogmenu {
	width: 20%;
	float: right;
}
}
/**********************************************

			パンくずナビ

**********************************************/

.breadcrumb {
	color: #383838;
	font-size: 13px;
	margin-top: 12px;
}

.breadcrumb ul {
	list-style: none;

}

.breadcrumb ul li {
	float: left;
	padding-left: 5px;
}

.breadcrumb:after {
	content: "";
	display: block;
	clear: both;
}

.breadcrumb ul li a {
	text-decoration: none;
	color: #383838;
}

/**********************************************

			検索フォーム

**********************************************/

#s {
		padding: 5px 20% 5px 5%;
		width: 75%;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		font-size: 15px;
		color: #383838;
}

/**********************************************

				ループ記事　装飾

***********************************************/

.post-title {
	border-bottom: 1px solid #eaeaea;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}

.post-title a {
	text-decoration: none;
	color: #383838;
	display: block;
}

/***************************************************

			tag.php　&　category.php の装飾

****************************************************/

#categorytitle1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
	background-color: #fff;
	margin-top: 13px;
	font-size: 16px;
	font-weight: normal;
}
@media screen and (max-width: 801px) {
#categorytitle1 {
	padding-left: 35px;
	padding-right: 35px;
}
}
@media only screen and (max-width : 600px) {
#categorytitle1 {
	padding-left: 20px;
	padding-right: 20px;
}
}

/***************************************

			引用について

****************************************/

blockquote { display: block;
 margin: 0 0 1em 0;
 padding:30px;
 background-image:url(quote.png),url(quote2.png);
 background-repeat:no-repeat,no-repeat;
 background-position:top left,bottom right;
 background-color: #F7F7F7
 }
blockquote p {margin: 0 0 1em 0;font-size:0.85em
}

/***************************************

			ページナビゲーション

****************************************/

.pagination {
clear:both;
position:relative;
font-size:14px;
line-height:13px;
padding-bottom: 30px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:12px;
text-decoration:none;
border-radius: 4px;
width:auto;
color:#fff;
background: #6f7077;
}

.pagination a:hover{
color:#fff;
background: #afafaf;
}

.pagination .current{
padding:12px;
background: #afafaf;
color:#fff;
}

/***************************************

			ビデオのレスポンシブ

****************************************/

.video-container {
	position : relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
}

/*anwer.phpのcss*/

.que {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	padding-left:  50px;
}
.que-2 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	padding-left:  50px;
}
.que p {
	font-size: 14px;
	margin: 0;
}
.que ul{
	font-size: 14px;
}
@media screen and (max-width: 801px) {
.que {
	padding-left: 35px;
	padding-right: 35px;
}
.que-2 {
	padding-left: 35px;
	padding-right: 35px;
}
}
@media only screen and (max-width : 600px) {
.que {
	padding-left: 10px;
	padding-right: 10px;
}
.que-2 {
	padding-left: 10px;
	padding-right: 10px;
}
}
.que-title {
	display: block;
	font-size: 24px;
	padding-top: 13px;
	text-align: center;
}
@media (max-width: 600px) {
.que-title {
	font-size: 18px;
}
}
table {
	border: 2px solid #cccccc;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto;
}

table th {
	border: 1px solid #cccccc;
	padding: 4px 10px;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	text-align: left;
}

@media (min-width: 700px) {
#hl-right {
	float: right;
	width: 50%;
}
.que:after {
	clear: both;
	content: "";
	display: block;
}
}
.hl-title {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#hl-sub-ti {
	margin: 20px 0 10px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.right {
	text-align: right;
	font-size: 14px;
}

.anwer {
	text-align: center;
	font-size: 16px;
}

.submit {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.submit input[type="submit"] {
	display: inline-block;
	width: 120px;
	line-height: 40px;
	border: none;
	background-color: #6f7077;
	border-radius: 4px;
	-webkit-appearamce: none;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	box-shadow:inset 0 -4px 0 0 #545454;
}
.submit input[type="submit"]:hover {
	background-color: #b5b5b5;
	box-shadow:inset 0 -4px 0 0 #b5b5b5;
}

.submit2 input[type="submit"] {
	display: inline-block;
	width: 70%;
	line-height: 45px;
	text-align: center;
	border: none;
	background-color: #6f7077;
	border-radius: 4px;
	-webkit-appearamce: none;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	box-shadow:inset 0 -4px 0 0 #545454;
}
.submit2 input[type="submit"]:hover {
	background-color: #b5b5b5;
	box-shadow:inset 0 -4px 0 0 #b5b5b5;
}
#sub-mit-style {
	padding: 30px 0 5px;
	text-align: center;
}
#ansertitle {
	text-align: center;
	font-size: 18px
}

#memo {
	font-size: 14px;
}

#memo-r {
	text-align: right;
}

#anwerlist li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}

.hl_img img {
	max-width: 100%;
	height: auto;
}
.hl_text {
	font-size: 16px;
	text-align: center;
}

#spl_tatle {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 40px 0 5px;
}
@media (max-width:500px) {
#spl_tatle {
	font-size: 16px;
}
}
#spl-text-right {
	text-align: right;
	font-size: 12px;
	padding-bottom: 5px;
}
#spl_text {
	font-size: 12px;
}
/***************************************

			コンタクトフォーム

****************************************/
.wpcf7 p {
	padding-top: 5px;
	margin: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	color: #333;
	width: 60%;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus {
	border: 1px solid #ee7a00;
	background-color:#ffffcc;
}
.wpcf7 textarea {
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	height: 170px;
}
.wpcf7 textarea:focus {
	border: 1px solid #ee7a00;
	background-color:#ffffcc;
}
@media screen and (min-width: 700px) {
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	width: 40%;
}
.wpcf7-form {
	padding: 5px 30px;
}
}
.asterisk {
	padding: 3px 5px;
	background-color: #D04255;
	color: #fff;
}
.wpcf7 input[type="submit"] {
	display: inline-block;
	padding: 15px 20px;
	border: 3px solid #fff;
	background-color: #347E0D;
	border-radius: 4px;
	-webkit-appearamce: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	box-shadow:inset 0 -4px 0 0 #18640b;
	margin-top: 10px;
}
.wpcf7-form p.fm-submit {
	text-align: center;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #6b9c62;
	box-shadow:inset 0 -4px 0 0 #6b9c62;
}
#fm-desin {
	font: 18px;
	text-align: center;
	margin-top: 30px;
	padding: 5px;
}
#index-img img {
	margin: 10px 0;
	width: 100%;
	height: auto;
}
#index-img a:hover {
	opacity: 0.5;
}
#index-img {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
#line-single {
	border-bottom: 4px solid #6f7077;
}
/************************************************

				　個別ページ装飾

*************************************************/
#page-title {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	color: #347E0D;
	border-bottom: 3px solid #347E0D;
	font-size: 23px;
	padding-left: 25px;
}
#tyousei {
	padding-top: 25px;
	margin-bottom: 10px;
}
.subpage-title {
	font-size: 20px;
	font-weight: normal;
	color: #347E0D;
	border-left: 5px solid #347E0D;
	padding-left: 15px;
	margin-top: 20px;
	margin-left: 20px;
}
.page-link {
	border-radius: 3px;
	color: #fff;
	line-height: 45px;
	background-color: #6f7077;
	box-shadow:inset 0 -4px 0 0 #545454;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	margin-top: 40px;
}
.page-link:hover {
	opacity:0.5;
}
.link-box a {
	text-decoration: none;
}
.page-link i {
	font-size: 20px;
	font-weight: bold;
}
.page-line {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	border-bottom: dotted 2px #e5e3e3;
}
.page-line-2 {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	border-bottom: solid 4px #629859;
}
.seves-title {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-size: 24px;
	color: #347E0D;
	text-align: center;
	padding-top: 50px;
}
.page-contents h4 {
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.page-contents {
	margin: 35px 0 30px;
}
p.seves-p {
	font-size: 14px;
	padding-top: 0px;
}
@media (min-width: 600px) {
	.page-link {
		float: right;
		width: 140px;
		margin-right: 40px;
		margin-top: 10px;
}
	.link-box:after {
		content: "";
		display: block;
		clear: both;
}
.page-contents p {
	padding-right: 20px;
}
}
@media (min-width: 601px) {
.page-left {
	float: left;
}
.page-contents:after {
	display: block;
	clear: both;
	content: "";
}
.page-contents img {
	margin-left: 30px;
	padding-right: 25px;
}
}
@media (max-width: 600px) {
	.page-contents img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		height: auto;
}
.page-contents h4 {
	padding-top: 15px;
	text-align: center;
}
}
#page-margin {
	margin-top: 60px;
}

.back-g-f {
	padding: 20px 50px 5px;
	background-color: #fff;
}
@media (max-width: 900px) {
	.back-g-f {
	padding-left: 15px;
	padding-right: 15px;
}
}
.back-g-f-2 {
	margin-bottom:45px;
	margin-top: 10px;
	padding: 40px 50px 0;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
	background-color: #fff;
}
.back-g-f-3 {
	margin-bottom:50px;
	padding: 5px 50px 35px;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
	background-color: #fff;
}
@media (max-width: 500px) {
.back-g-f {
	padding-left: 10px;
	padding-right: 10px;
}
.back-g-f-2 {
	padding-left: 10px;
	padding-right: 10px;
}
.back-g-f-3 {
	padding-left: 10px;
	padding-right: 10px;
}
}

/************************************************

				　店舗ページ装飾

*************************************************/
.price-text {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-size: 24px;
	color: #347E0D;
	text-align: center;
	border-bottom: solid 3px #347E0D;
	padding-top: 50px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	clear: both;
}
.price-text2 {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-size: 24px;
	color: #347E0D;
	text-align: center;
	border-bottom: solid 3px #347E0D;
	padding-top: 50px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: both;
}
p.index-p {
	font-size: 14px;
	margin-top: -10px;
}
ul.index-main-2 {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
ul.index-main-2 li {
	list-style: none;
	margin: 40px 0;
}
.index-box2 {
	padding: 10px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
}
.index-box2 h3 {
	font-size: 18px;
	padding-top: 10px;
	text-align: center;
}
.index-box2 a {
	text-decoration: none;
	line-height: 45px;
}
.index-box2 img {
	width: 100%;
	height: auto;
}
.index-link {
	height: 45px;
	text-align: center;
	background-color: #347E0D;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	font-size: 18px;
}
.index-link:hover {
	opacity: 0.5;
}
.index-link i {
	font-weight: bold;
	font-size: 20px;
}
@media (min-width: 700px) {

ul.index-main-2:after {
	content: "";
	clear: both;
	display: block;
}
.index-main-2 li {
	float: left;
	width: 33.3333%
}
.index-box2 {
	display: block;
	max-width: 230px;
}
}
/************************************************

				　Q&Aの装飾

*************************************************/
.back-g-gre {
	padding-top: 20px;
	padding-bottom: 60px;
	background-color: #f8f7f3;
}
#faq-form {
	padding: 30px 0;
}
.faq-section {
	border: solid 5px #c4c5c9;
	border-radius: 4px;
	max-width: 600px;
	margin: 20px auto;
}
.faq-section p {
	font-size: 14px;
	padding: 3px 5px;
	margin: 5px 7px;
}
.faq-line {
	border: 2px dashed #c4c5c9;
}

.faq-q {
	font-size: 17px;
	background-color: #ff3333;
	color:#fff;
	padding: 5px 7px;
	border-radius: 3px;
}
.faq-a {
	font-size: 17px;
	background-color: #5984ff;
	color:#fff;
	padding: 5px 7px;
	border-radius: 3px;
}
.back-g-fast2 {
	margin-top: 40px;
	padding: 20px 50px 5px;
	box-shadow: rgba(0,0,0,.08) 0 0 3px;
	background-color: #fff;
}
@media (max-width: 900px) {
	.back-g-fast2 {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media (max-width: 500px) {
	.back-g-fast2 {
	padding-left: 10px;
	padding-right: 10px;
}
}
/************************************************

				　お問い合わせの装飾

*************************************************/
.back-g-gree {
	padding-top: 20px;
	padding-bottom: 60px;
	background-color: #f3f3f3;
}
#con-title {
	font-size: 32px;
	text-align: center;
	padding: 10px 0 5px;
	border-bottom: 5px solid #347E0D;
}
#con-title2 {
	font-size: 26px;
	text-align: center;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #347E0D;
	font-weight: normal;
}
#con-style {
	margin: 20px 0 0;
}
ul.con-main {
	padding: 0;
	margin:0;
	list-style: none;
}
ul.con-main li {
	padding: 20px 0 0;
}
.con-box {
	text-align: center;
}
@media (min-width: 880px) {
	#con-style img {
	float: right;
	padding-top: 40px;
}
#con-style p {
	width: 50%
}
#con-style:after {
	content: "";
	display: block;
	clear: both;
}
ul.con-main:after {
	content: "";
	display: block;
	clear: both;
}
ul.con-main li {
	float: left;
	width: 50%
}
}
@media (max-width: 600px) {
#con-style img {
	width: 80%;
	height:auto;
}
.con-box img {
	width: 80%;
	height:auto;
}
}
ul.index-main-3 {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
ul.index-main-3 li {
	margin: 30px 0;
}
@media (min-width: 600px) {
ul.index-main-3:after {
	content: "";
	clear: both;
	display: block;
}
.index-main-3 li {
	float: left;
	width: 50%;
}
.index-box3 {
	display: block;
	max-width: 270px;
}
}
@media (min-width: 800px) {
.index-box3 {
	display: block;
	max-width: 360px;
}
}
.index-box3 {
	margin-right: auto;
	margin-left: auto;
}
.index-box3 h3 {
	font-size: 18px;
	padding-top: 10px;
	text-align: center;
}
.index-box3 a {
	text-decoration: none;
	line-height: 55px;
}
p.index-p2 {
	font-size: 14px;
	margin-top: -10px;
	margin-bottom: -7px;
}
.index-link2 {
	margin-top: 12px;
	height: 55px;
	text-align: center;
	background-color: #347E0D;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	font-size: 18px;
}
.index-link2:hover {
	opacity: 0.5;
}
.index-link2 i {
	font-size: 20px;
	font-weight: bold;
}
.coe-p {
	font-size: 14px;
}
.text-form {
	font-weight: bold;
	margin-left: 25px;
}
ul.customer-main {
	list-style: none;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 20px;
}

@media (min-width: 700px) {

ul.customer-main li {
	float:left;
	width: 50%
}
ul.customer-main:after {
	display: block;
	clear: both;
	content: "";
}
}
.customer-text {
	font-size: 14px;
	padding-top: 15px;
}
.customer-img img {
	display: block;
}
@media (max-width: 700px) {

.customer-img img {
		margin-left: auto;
		margin-right: auto;
		width: 85%;
		height: auto;
}
}
ul.customer-contents {
	list-style: none;
}
@media (max-width: 700px) {

ul.customer-contents {
	padding: 0;
}
.text-form {
	margin: 0;
}
}

@media (max-width: 500px) {
.cus-img img {
	display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: auto;
}
}
@media (min-width: 501px) {
.cus-img img {
	float: left;
}
}
.teet {
	font-size: 20px;
}
p.self-from {
	font-size: 14px;
	padding: 3px 5px;
	margin: 5px 7px;
	overflow: auto;
}
p.self-from img {
	display: block;
	float: left;
	padding-right: 5px;
}
#customer-magin {
	padding: 30px 0;
}
.cust-point {
	padding: 10px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
}
.cust-point a {
	text-decoration: none;
	line-height: 45px;
}
@media (min-width: 601px) {
.cust-point {
	display: block;
	max-width: 360px;
}
}