/*
Theme Name: lp-soin
*/

@charset "UTF-8";

body {
    color: #1D1D1D;
	font-family:Verdana, Helvetica, sans-serif;
	background-image: url("images/bg-dairiseki.jpg")
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #1D1D1D;
    letter-spacing: 0.1em;
}

a:hover {
   color:#F00;
   text-decoration:none;
}

strong{
	font-size:150%;
	color:#FF0004;
}

#osusume ul{/*余白と本来あるマークを消します*/
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}

#osusume li{
	font-size:24px;
	font-weight:bold;
	margin:0 0 25px 0;
	padding:0 0 0 40px;
	background:url(images/li-checkmark.png) no-repeat;
} 

.table8 {
border-collapse: collapse;
width:95%;
}
.table8 th {
border-bottom: 1px solid #ccc;
background-color: rgba(255, 255, 255, 0.6);
text-align: left;
padding: 10px;
font-weight: normal;
}
.table8 td {
border-bottom: 1px solid #ccc;
background-color: rgba(255, 255, 255, 0.6);
text-align: left;
padding: 10px;
}

h1 {
	margin:0px;
	padding:0px;
	font-size: 30px;
}

h2 {
	position: relative;
	margin:0 0 30px 0;
	padding: 30px 0 10px 0;
	text-align: center;
	font-size:30px;
}

h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}


h3 {
	position: relative;
	margin:10px 0;
	padding: 20px 0 10px 10px;
	color:#000;
	font-size: 25px;
	background: #fff;/*背景色*/
	border-left: solid 5px #000;/*左線（実線 太さ 色）*/
}


@media screen and (max-width: 900px) {
	.table8 {
	border-collapse: collapse;
	width:95%;
	}
	.table8 th {
	display: block;
	width: 95%;
	border-bottom: 1px solid #ccc;
	background-color: rgba(209, 209, 209, 0.7);
	text-align: left;
	padding: 10px;
	font-weight: normal;
	}
	.table8 td {
	display: block;
	width: 95%;
	border-bottom: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: left;
	padding: 10px;
	}
	

	h1 {
		font-size: 20px;
	}

	h3 {
		font-size: 20px;
	}

}

.hamburger {
    margin: 20px 0 auto 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.logo {
    font-size: 40px;
    font-weight: 700;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 0px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 500;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #000;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 10px;
}

.header-cl {
	margin:auto;
	width:100%;
	height:170px;
	padding:130px 0 0 0;
	position: relative;
	background: url("images/bg-column.jpg");
	background-position:center;
	background-size: cover;
	text-align: center;
}

.Htext {
	margin:10px 0 80px 0;
	color:#000;
	font-size:30px;
	font-weight: bold;
	text-align: center;
}

.HtextA {
	color:#000;
	font-size:20px;
	font-weight: bold;
	text-align: center;
}

.HtextB {
	margin-top:35px;
	font-size:20px;
	font-weight: bold;
	color:#000;
	text-align: center;
}

.fuchidori {
	color: #000;
	text-shadow: 4px 4px 4px #FFF, -4px -4px 4px #FFF,
		-4px 4px 4px #FFF,  4px -4px 4px #FFF,
		4px 0 4px #FFF, -4px  0 4px #FFF,
		0 4px 4px #FFF,  0 -4px 4px #FFF;
}

.fuchidori br {
    display: none;
  }

.fuchidori2 {
	color: #000;
	text-shadow: 4px 4px 4px #FFF, -4px -4px 4px #FFF,
		-4px 4px 4px #FFF,  4px -4px 4px #FFF,
		4px 0 4px #FFF, -4px  0 4px #FFF,
		0 4px 4px #FFF,  0 -4px 4px #FFF;
}

.W1200{
	width:1200px;
	margin:auto;
	text-align: center;
	color:#351C00;
}

.W1200 a{
	color:#351C00;
}

.Box700{
	width:700px;
	margin:auto;
	margin-top:100px;
	margin-bottom:50px;
}

.Box100g{
	width:100%;
	background-color: #E0E0E0;
	padding:0 0 50px 0;
}

.Box900w{
	width:900px;
	margin:auto;
	background-color: #FFFFFF;
	padding:30px 30px 50px 30px;
}

.Box900w2{
	width:900px;
	margin:auto;
	background-color: #FFFFFF;
	padding:30px 30px 50px 30px;
}

#Box100 {
	width:100%;
	margin:auto;
	padding:0;
	text-align: center;
}

.Box50L{
	float: left;
	padding:40px 1% 0 4%;
	width:45%;
	height:560px;
	margin:0 auto;
	text-align: left;
	line-height: 1.6;
	background-color: #FFFFFF;
}

.Box50L1{
	float: left;
	width:50%;
	height:500px;
	margin:0 auto;
	text-align: center;
	background-image:url("images/image-naikan1.jpg");
	background-size:cover;
}

.Box50R{
	float: right;
	padding:50px 1% 0 4%;
	width:45%;
	height:450px;
	margin:0 auto;
	text-align: left;
	line-height: 1.6;
	background-color: #FFFFFF;
}

.Box50R2{
	float: right;
	width:50%;
	height:600px;
	margin:0 auto;
	text-align: center;
	background-image:url("images/image-naikan2.jpg");
	background-size:cover;
}

#contact{
	width:100%;
	background: url("images/bg-contact.jpg");
	padding:50px 0;
}

#footer{
	width:100%;
	text-align: center;
	padding:0;
}

#footer-menu{
	display: none;
}

@media screen and (max-width: 900px) {
	.logo img{
		width:180px;
		height: auto;
	}
	
	.hamburger {
		margin: 20px 0 10px 0;
	}	
	
 	.Htext {
		margin:100px 0 50px 0;
		color: #000;
		font-size:16px;
		font-weight: bold;
		text-align: center;
	}
	
	.HtextA {
		width:90%;
		margin:auto;
		margin-top:-30px;
		font-size:15px;
	}
	
	.fuchidori br {
		display:inline;
	  }
	
	.HtextB {
		margin-top:30px;
		font-size:12px;
		font-weight: bold;
		color:#000;
		text-align: center;
	}
	
	.W1200{
		width:95%;
		margin:auto;
	}
	
	.Box100g{
		padding:0 0 30px 0;
	}

	.Box900w{
		width:85%;
		margin:auto;
		background-color: #FFFFFF;
		padding:30px 10% 30px 0;
	}
	
	.Box900w2{
		width:85%;
		margin:auto;
		background-color: #FFFFFF;
		padding:30px 5%;
	}

	#Box100 {
		width:100%;
		margin:auto;
		padding:0;
		text-align: center;
	}

	.Box50L1{
		float: none;
		width:100%;
		height:300px;
	}

	.Box50R2{
		float: none;
		width:100%;
		height:300px;
	}

	.Box50L{
		float:none;
		width:90%;
		height:auto;
		padding:10px 0 0 10px;
		margin:0 auto;
		text-align: left;
		line-height: 1.6;
	}
	
	.Box50L img{
		width:100%;
		height:auto;
	}

	.Box50R{
		float:none;
		width:90%;
		height:auto;
		padding:10px 0 0 10px;
		margin:0 auto;
		text-align: left;
		line-height: 1.6;
	}

	.Box50R img{
		width:100%;
		height:auto;
	}

	
	
	
	#about{
		width:100%;
		margin-top:-16px;
	}

	#application{
		width:100%;
		margin-top:-23px;
	}

	#footer{
		margin-bottom: 100px;
	}

	#footer-menu{
		z-index: 200;
		display: inline;
		display: block;
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		width:100%;
		text-align:center;
		margin-top:200px;
	}

	#footer1 {
		float:left;
		width:33%;
		height:70px;
		padding:10px 0;
		background-color:#000;
		text-align:center;
	}
		
	#footer1 a{
		color:#FFF;		
		text-decoration: none;
	}

	#footer2 {
		float:left;
		width:33%;
		height:70px;
		padding:10px 0;
		background-color:#999;
		text-align:center;
	}
	
	#footer2 a{
		color:#000;
		text-decoration: none;
	}
	
	#footer3 {
		float:left;
		width:33%;
		height:70px;
		padding:10px 0;
		background-color:#00D304;
		text-align:center;
	}
	
	#footer3 a{
		color:#FFF;
		text-decoration: none;
	}
	
   .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(132,132,132, 0.9);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 400;
        padding-top: 0px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 20px;
        border-bottom: #525252 1px solid;
    }
}

.gmapsBox{
	margin:auto;
	margin-top: -23px;
	margin-bottom: -15px;
	padding:25px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #3883AC;
	text-align: center;
}
.google-maps {
position: relative;
padding-bottom: 500px;
height: 0;
overflow: hidden;
z-index: 1;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 500px;
}

@media screen and (max-width: 900px) {
	.gmapsBox{
		margin-top: 0;
		margin-bottom: -10px;
	}
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	display: block;
	font-size:11px;
	position: fixed;
	right:10px;
	bottom: 10px;
	z-index: 3;
}

#pageTop a {
   padding:0 0 0 12px;
}

#pageTopM{
	display: none;
}

@media screen and (max-width: 900px) {
	#pageTop{
		display: none;
	}
	
	#pageTopM {
	  display: block;
	  position: fixed;
	  bottom: 90px;
	  right: 10px;
	}
}


/*Contact Form 7カスタマイズ*/
.inquiry{
	width:100%;
}
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:12px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:16px;
 color:#444;
 padding-right:5px;
 width:40%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:16px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:12px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin:0 10px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:12px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin:0 10px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/* ? コンタクトフォーム7　送信ボタンのカスタマイズ ? */
input.wpcf7-submit {
padding:1em !important;/* ボタン内の余白 */
margin:20px 0 0 60px  !important;/* ボタンの上下の余白 */
background-color: #25c04a !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 50%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
}

input.wpcf7-submit:hover {
background-color:#f2d500 !important;/* マウスを乗せたときの背景色 */
color: #fff !important;/* マウスを乗せたときの文字の色 */
}

.btn-submit {
    width: 100%;
    text-align: center;
}

/*****************************
*ブログ
*****************************/
#main-lp {
	float:left;
	width:850px;
	text-align:left;
}

#main-lp h3{
	position:inherit;
	margin:10px 0;
	padding: 10px 0 10px 0;
	color:#0084FF;
	font-size: 25px;
	background: #fff;/*背景色*/
	border-left:none;
}

#main-lp ul{
	margin:0;
	padding:0
}

.contertBoxB{
	width:690px;
	margin:auto;
	padding:40px 80px;
	text-align: left;
}

#side-menu-rp {
	float:right;
	width:300px;
}

#side-menu-rp ul{
	margin:0;
	padding:0;
}

#side-menu-rp li{
	margin:0;
	padding:5px 0 5px 5px;
	list-style:none;
	font-size:16px;
	text-align:left;
}

.Bh3t {
	background-color:#000;
	    border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
	padding:10px;
	margin:5px 0;
	color:#FFF;
	text-align:center;
	font-size:18px;
}

@media screen and (max-width: 1024px) {
/*****************************
*ブログ
*****************************/
	#main-lp {
		float:none;
		width:100%;
		text-align:left;
	}

	.contertBoxB {
		width:90%;
		background-size:contain;
		padding:30px;
		background-image: url("images/bg-kami2.png");
		background-size: auto;
	}
	

	#side-menu-rp {
		float:none;
		width:100%;
	}	
}

/*****************************
*カレンダーに枠を付ける
*****************************/
#wp-calendar {
    border-collapse: collapse;
    width: 300px;
}
 
/*土曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(6){
  background-color: #C0DDF9;
}
 
/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7){
  background-color: #F5D0D3;
}

#wp-calendar td {
    text-align:center;
}

#wp-calendar caption {
    font-weight: bold;
    text-align: left;
}
#wp-calendar tbody tr #today {
    background-color: #CCC;
}

@media screen and (max-width: 1024px) {
/*****************************
*ブログ
*****************************/
	#wp-calendar {
		border-collapse: collapse;
		width: 300px;
		margin:auto;
	}
	
	#wp-calendar.thead {
		display: table-header-group;
		vertical-align: middle;
		border-color: inherit;
	}
	
	#wp-calendar.table{
		border-collapse: separate;
	}
	
	#wp-calendar.th {
		display: table-cell;
	}
}

/*****************************
*ボタン
*****************************/
.button {
	position: relative;
	width:1140px;
	height:40px;
	background-color:#9E0002;
	border-radius: 4px;
	margin:auto;
	padding:10px 0;
	font-size:20px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #000;
	text-align: center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.button a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.button:hover {
    background-color: #666;
} 

.button2 {
	position: relative;
	width:250px;
	height:25px;
	background-color:#F59100;
	border-radius: 4px;
	margin:10px 0 15px 0;
	padding:10px 0;
	font-size:16px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #000;
	text-align: center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.button2 a{
	color:#FFFFFF;
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.button2:hover {
    background-color: #9E0002;
} 

/* リンク領域のスタイル */
.button2-a {
    display: block;
    padding: 7px 0;
    text-align: center;
}
/* マウスホバー時のカラー*/
.button2-a:hover {
    color: #fff;
}

input#submit_button {
    padding: 15px 40px;
    font-size: 1.2em;
    // 背景色を黒に指定
    background-color: #F59100;
    // 文字色を白に指定
    color: #fff;
    // submitボタンのを枠を非表示にする
    border-style: none;
}

@media screen and (max-width: 1024px) {
/*****************************
*ボタン
*****************************/
	.button {
		position: relative;
		width:320px;
		height:40px;
		background-color:#F59100;
		border-radius: 4px;
		margin:auto;
		padding:10px 0;
		font-size:20px;
		color: #fff;
		-webkit-transition: none;
		transition: none;
		box-shadow: 0 3px 0 #000;
		text-align: center;
		position: relative;
		z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	}

	.button a{
		color:#FFFFFF;
		position: absolute;
		top: 6;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
	}

	.button:hover {
		background-color: #666;
	} 

	.button2 {
		position: relative;
		width:320px;
		height:40px;
		background-color:#F59100;
		border-radius: 4px;
		margin:auto;
		padding:10px 0;
		font-size:20px;
		color: #fff;
		-webkit-transition: none;
		transition: none;
		box-shadow: 0 3px 0 #000;
		text-align: center;
		position: relative;
		z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	}
}