@charset "utf-8";
/*
Template:my
Theme Name:my-child
Theme URI:https://the-silverlining.com/
Description:sakemidental
Author:Thesilverlining
Author URI:https://the-silverlining.com/
Version:1.5.1
*/

/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea {
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	margin-bottom: 5px;
	padding: 5px;
	vertical-align: middle;
	color: #555;
	border: 1px solid #d4d4d7;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: #fcfcfc;
	font-size: 100%;
	line-height: 35px;
}

textarea {
	height: auto;
	line-height: 1.5;
}

select {
	padding: 8px 5px;
}

input[type=checkbox] {
	margin: 0 6px 0 0;
	transform: scale(1.5);
}

.wpcf7 input.wpcf7-back, .wpcf7 input.wpcf7-confirm {
	position: relative;
	width: 225px;
}

.wpcf7 form, .wpcf7 {
	margin: 0 !important;
	border: 0 !important;
	background: none !important;
}

.wpcf7 p {
	font-size: 16px !important;
}

*:first-child + html input[type="submit"] {
	padding: 3px;
}

span.yubin, form input[type="submit"], input[type="reset"], input[type="button"] {
	height: 48px;
	margin: 0 auto;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
	color: #fff;
	border: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	outline: none;
	background: #E3D12C;
	font-size: 120% !important;
	line-height: 1.5;
}

span.yubin, span.yubin:hover {
	padding: 7px 10px;
	font-size: 80% !important;
}

form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
	opacity: 0.7;
	background: #E3D12C;
}

#searchform input[type="submit"] {
	padding: 6px;
	vertical-align: top;
	line-height: 1;
}

.submit-button {
	text-align: center;
}

/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
	border: none !important;
	background-color: transparent !important;
}

.wpcf7-form table p {
	padding-bottom: 5px;
}

textarea.wpcf7-form-control {
	max-height: 100px;
}

.wpcf7 .wpcf7-submit {
	background-color: #E3D12C !important;
}

.wpcf7 .wpcf7-submit:hover {
	background-color: #E3D12C !important;
}

.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
	border: 0 !important;
}

/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
	font-weight: bold;
}

/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
	/*Firefox用*/
	text-indent: 0.01px;
	text-overflow: "";

	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
}

select.wpcf7c-conf::-ms-expand {
	display: none;
}

.wpcf7-form table p {
	padding-bottom: 0;
}

[data-name="zip"] input[type="text"], .zip input[type="text"], .s_size input[type="text"] {
	width: 20%;
}

.wpcf7 input[type="tel"], .wpcf7 input[type="email"] {
	width: 40%;
}

@media only screen and (max-width:767px) {
	.wpcf7 input[type="tel"], .wpcf7 input[type="email"] {
		width: 100% !important;
	}

	.submit-button {
		padding: 0 50px;
	}
}

span.required {
	display: inline-block;
	margin: 0 4px;
	padding: 4px 6px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	background: #1A3687;
	font-size: 90%;
	line-height: 1.2;
}

form table .txt_s {
	color: #666;
	font-size: 80%;
}

/* table */
.post_content table {
	width: 100%;
	margin: 10px -1px 24px 0;
	border-spacing: 0;
	text-align: left;
	border-collapse: separate;
	border-top: 1px solid #DDE7F2;
	border-left: 1px solid #DDE7F2;
	font-size: 100%;
	line-height: 141.7%;
}

.post_content th {
	width: 230px !important;
	text-align: left;
	white-space: nomal;
	color: #000;
	border: 1px solid #fff;
	background: #DDE7F2;
}

.post_content td {
	text-align: left;
	vertical-align: middle;
	white-space: wrap;
	border: 1px solid #DDE7F2;
}

.post_content form table th, .post_content form table td, .post_content table.resp th, .post_content table.resp td {
	white-space: wrap;
}



@media only screen and (max-width:767px) {
	.post_content table {
		border-top: 1px solid #DDE7F2;
		border-right: 1px solid #DDE7F2;
		border-bottom: 1px solid #DDE7F2;
		border-left: 1px solid #DDE7F2;
	}

	.post_content th {
		width: auto !important;
		border: none;
	}

	.post_content td {
		align-items: center;
		justify-content: center;
		width: auto;
		border: none;
	}
}

.post_content dl.history {
	display: flex;
	flex-wrap: wrap;
}




/*TCD*/
/* Column layout - カラムレイアウト*/
.post_col.post_col-4 {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	min-height: 1px;
	margin-bottom: 2em;
	padding-right: 25px;
	padding-left: 25px;
}

@media screen and (min-width: 768px) {
	.post_col.post_col-4 {
		width: 66.66666%;
	}
}

@media screen and (min-width: 1024px) {
	.post_col.post_col-4 {
		width: 66.66666%;
	}
}

.post_content [class^="well"] *:first-child:not(a) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.post_content [class^="well"] *:last-child {
	margin-bottom: 0 !important;
}

.post_content [class^="well"] {
	padding: 1.2em;
}

.post_content .style4a, .post_content .style5a {
	margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
	.post_content form table th, .post_content form table td, .post_content table.resp th, .post_content table.resp td {
		display: block;
	}

	.post_content form table th, .post_content table.resp th {
		border-top: 0;
		border-bottom: 0;
	}

	[data-name="zip"] input[type="text"], .zip input[type="text"], .s_size input[type="text"] {
		width: 30%;
	}

	span.yubin, span.yubin:hover {
		padding: 7px 10px;
		font-size: 80% !important;
	}
}

.anchor {
	display: block;
	margin-top: -120px;
	padding-top: 120px;
}

/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item) {
	margin-top: 0 !important;
}

@media only screen and (max-width:767px) {
	.scroll table {
		width: 100%;
	}

	.scroll {
		overflow: auto;
		white-space: nowrap;
	}

	.scroll::-webkit-scrollbar {
		height: 5px;
	}

	.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}

/*改行*/
br.pc-br {
	display: block;
}

br.sp-br {
	display: none;
}

@media only screen and (max-width:767px) {
	br.pc-br {
		display: none;
	}

	br.sp-br {
		display: block;
	}
}

/*スマホでタップした時だけ電話発信*/
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* header */
body.header_type2 #header{
	border-bottom:0;
	
}
body.header_type2.header_fixed #header{
	background: rgba(255, 255, 255, 0.2) !important;
}


/* #container{
	background-image:url(http://x0014x.xsrv.jp/test-the-silver-lining/wp-content/uploads/bg-scaled.jpg) !important;
	background-repeat: repeat;
	background-position: start;
	background-size:contain;
} */

#cb_content_2,
#cb_content_4{
	background:rgba(255,255,255,0.6) !important;
}

#footer_inner {
	padding: 0;
}

#footer_nav{
	border-top:0;
}

#footer_logo{
	display:none;
}

.large_headline{
	color:#333 !important;
}

#header_logo2 img{
	width:60px;
	height:auto;
}
@media screen and (max-width: 768px){
	#header_logo2 img{
			width:40px !important;
			height:auto;
	}
}

#drawer_menu{
	background:#1a3687 !important;
}

body.header_type2.header_fixed #drawer_menu_button span{
	background:#1a3687 !important;
}