/*
Theme Name: NOEL Child
Template: noel_tcd072
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Description: WordPressテーマ「NOEL」
Version: 1.21
Updated: 2019-07-07 19:03:49

*/

.twittert {
	overflow: auto;
	height: 350px;
	-webkit-overflow-scrolling: touch;/* ←これ重要 */
	overflow-scrolling: touch;/* ←これ重要 */
}
.twittert > iframe {
	width: 100vw !important;/* ←親要素に対して横幅ぴったりになった */
}
#campaign_list .title_area {
	display:none;
}
#campaign_list .title_area h4{
	display:none;
}

.pbottom{
	max-width:500px;
	margin:0 auto;
}

#raisearea{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	line-height:24px;
}


.akihabara{
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: linear-gradient(0deg, #9d0042,#e1005f,#9d0042);
	color:#fff;
}

.akihabara2{
	margin: 0 auto;
	display:block;
	text-align:center;
	padding: 2px 2px;
	background: linear-gradient(0deg, #9d0042,#e1005f,#9d0042);
	border-radius: 3px;
	color:#fff;
}

.asakusabashi{
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f0c8a1;
	color:#fff;
}

.asakusabashi2{
	margin: 0 auto;
	display:block;
	text-align:center;
	padding: 2px 2px;
	background-color: #f0c8a1;
	border-radius: 3px;
	color:#fff;
}

.tdef{
	display:block;
	text-align:center;
	padding: 2px 2px;
	border-radius: 3px;
}
/*------------ prof ----------------------------------------------
-----------------------------------------------------------------*/

#side_col{
	display:none;
}

.prof h2{
	margin: 0;
	padding: 0 0 10px 0;
}

.prof .profWrap{
	background: rgba(255,255,255,0.4)!important;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 919px;
	padding: 30px 30px 40px 30px;
}

.prof .contentsWrap{
	padding-top: 30px;
	margin-top: 10px;
}

.prof .leftBlock{
	width: 391px;
	float: left;
}

.prof .leftBlock .mainPhoto{
	width: 320px;
	float: left;
	border: 1px solid #ccc;
}

.prof .leftBlock .mainPhoto2{
	width: 320px;
	float: left;
	border: 1px solid #ccc;
	margin-top:10px;
}


.prof .leftBlock .mainPhoto img{
	width: 318px;
	max-width: inherit;
}
.prof .leftBlock .mainPhoto2 img{
	width: 318px;
	max-width: inherit;
}

.prof .leftBlock .subPhoto{
	width: 58px;
	float: right;
	margin-top: -436px;
}

.prof .leftBlock .subPhoto li.active{
	opacity: 0.6; 
}

.prof .leftBlock .subPhoto li{
	margin-top: 10px;
	float: left;
	border: 1px solid #cccccc;
	width: 57px;
	overflow: hidden
}
.prof .leftBlock .subPhoto li:hover{
	opacity: 0.6; 
}

.prof .leftBlock .subPhoto li img{
	margin: -1px;
	max-width: none;
	width: 58px;
}





.prof .leftBlock .subPhoto2{
	width: 58px;
	float: right;
	margin-top: -250px;
}

.prof .leftBlock .subPhoto2 li.active{
	opacity: 0.6; 
}

.prof .leftBlock .subPhoto2 li{
	margin-top: 10px;
	float: left;
	border: 1px solid #cccccc;
	width: 57px;
	overflow: hidden
}
.prof .leftBlock .subPhoto2 li:hover{
	opacity: 0.6; 
}

.prof .leftBlock .subPhoto2 li img{
	margin: -1px;
	max-width: none;
	width: 58px;
}


.prof .rightBlock{
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
	width: 450px;
	float: right;
}

.prof .rightBlock dl{
}

.prof .rightBlock dl dt{
	color: #e81069;
	font-size: 123%;
	margin-bottom: 3px;
}
.insta dl dt{
	color: #e81069;
	font-size: 123%;
	margin-bottom: 10px;
	margin-top: 50px;
}

.prof .rightBlock dl dd{
	margin-bottom: 10px;
}

.prof .rightBlock dl dd.therapist_schedule{
	float: none;
	margin-top: 6px;
	display: table;
	width: 100%;
}

.prof .rightBlock dl dd.therapist_schedule dl{
	display: table-cell;
	width: 25%;
	box-sizing: border-box;
}

.prof .rightBlock dl dd.therapist_schedule dt{
	margin-bottom: 0;
}

.prof .rightBlock dl dd.therapist_schedule dd{
	margin-bottom: 0;
}

.prof .rightBlock dl dd dt{
	color: #fff;
}
.prof .blogbtn01 a{
	display: block;
	padding: 20px 15px 20px 15px;

}

.prof .blogbtn01{
	border: 1px solid #CCCCCC;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	width: 266px;
	margin-top: 20px;
}

.prof h2{
	font-size: 183%;
	color: #e81069;
	margin-bottom: 10px;
	display: inline-block;
	font-weight:bold;

}

.prof h2 span{
	color: #666666;

}

.prof .iconToday{
	display: inline-block;
	margin: 5px 0 0 5px;
}

.prof .iconToday span{
	background: #e81069;
	display:inline-block;
	color: #fff;
	padding: 3px 10px 2px 10px;
}

.prof .iconToday span.noToday{
	background: #999999;
}

.prof .scheduleBlock{
	margin-top: 15px;
	margin-bottom: 20px;
}

.prof .scheduleBlock>dl>dt{
	color: #c33e43;
	font-size: 145%;
	font-weight: bold;
}

.prof-info02 h3{
	color: #c33e43;
	font-size: 145%;
	font-weight: bold;
	margin-bottom: 10px;
}

.prof-info02 dl{
	margin-bottom: 20px;
}

.prof-info02 dl dt{
	color: #c33e43;
	font-size: 123%;
	margin-bottom: 3px;
}

@media screen and (max-width: 992px) {

	/*------------ prof ----------------------------------------------
	-----------------------------------------------------------------*/


	#side_col{
		display:block;
	}

	.prof header .tellSp{
		margin-bottom: 10px;
	}

	.prof h2{
		margin-top: 30px;
		margin-bottom: 0;
		text-align: left;
		display: block;
	}

	.prof .contentsWrap{
		padding-top: 20px;
	}

	.prof .profWrap{
		margin: 0;
		padding-bottom: 20px;
		width: auto;
		padding: 10px 10px 20px 10px;
	}

	.prof .leftBlock{
		width: auto;
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.prof .leftBlock .mainPhoto{
		width: auto;
		float: none;

	}
	.prof .leftBlock .mainPhoto2{
		width: auto;
		float: none;
		margin-top: 30px;
	}

	.prof .leftBlock .mainPhoto img{
		width: 100%;
	}
	.prof .leftBlock .mainPhoto2 img{
		width: 100%;
	}

	.prof .leftBlock .subPhoto{
		width: 300px;
		float: none;
		margin-top: 10px;
		text-align: center;
		margin-left: 0;
		margin-top: 5px;
	}


	.prof .leftBlock .subPhoto li{
		border: 1px solid #cccccc ;
		width: 53px;
		float: left;
		margin: 0 5px 0 0;
	}


	.prof .leftBlock .subPhoto li:hover{
		width: 53px;

	}

	.prof .leftBlock .subPhoto li.active{
		width: 53px;
	}

	.prof .leftBlock .subPhoto li img{
		margin: -1px;
		max-width: none;
		width: 54px;
	}



	.prof .leftBlock .subPhoto2{
		width: 300px;
		float: none;
		margin-top: 10px;
		text-align: center;
		margin-left: 0;
		margin-top: 5px;
	}


	.prof .leftBlock .subPhoto2 li{
		border: 1px solid #cccccc ;
		width: 92px;
		float: left;
		margin: 0 5px 0 0;
	}


	.prof .leftBlock .subPhoto2 li:hover{
		width: 92px;

	}

	.prof .leftBlock .subPhoto2 li.active{
		width: 92px;
	}

	.prof .leftBlock .subPhoto2 li img{
		margin: -1px;
		max-width: none;
		width: 93px;
	}



	.prof .rightBlock{
		width: auto;
		float: none;
	}

	.prof .scheduleBlock .therapist_schedule{
		float: none;
		margin-top: 6px;
		display: table;
	}

	.prof .scheduleBlock .therapist_schedule dl{
		display: table-cell;
		width: 50%;
		box-sizing: border-box;
	}

	.prof .scheduleBlock .therapist_schedule dt{
		margin-bottom: 0;
	}

	.prof .scheduleBlock .therapist_schedule dd{
		margin-bottom: 0;
	}

	.prof .rightBlock dl dd dt{
		color: #fff;
	}
	.prof .blogbtn01 a{
		display: block;
		padding: 20px 15px 20px 15px;

	}

	.prof .blogbtn01{
		width: auto;
	}



	.prof .iconToday{
		margin: 0;
		margin-bottom: 10px;
		text-align: left;
		display: block;
	}
}


/*------------ attmgr ----------------------------------------------
-----------------------------------------------------------------*/

.attmgr_weekly th {
	background-color: #111;
	color: #111;
}
/*------------ schedule ----------------------------------------------
-----------------------------------------------------------------*/

.attmgr_guide_weekly{
	background: #fff;
}

.staff_block ul{
	list-style: none!important;
}

.staff_block li{
	margin:1px!important;
	padding:0!important;
	text-align:center!important;
	border: none!important;
	min-width:148px!important;
	min-height:200px!important;
	list-style: none!important;
}
.staff_block div{
	margin:0!important;
	padding:0!important;
	text-align:center!important;
}
.staff_block img {
	min-width:148px!important;
	min-height:200px!important;
}

/*ここから募集内容*/
table.recruit {
	max-width:960px;
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 13px;
}

table.recruit th,
table.recruit td {
	padding: 10px;
}

table.recruit th {
	background: #927a36;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

table.recruit th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #927a36;
	border-width: 10px;
	margin-top: -10px;
}


table {
	font-size: 150%!important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}
tr.bgp td {
	background: #000;
	color: #fff;
	border:solid 1px #000!important;
}
tr.bgp1 td {
	background: rgba(249, 197, 214, 0.4) !important;
	border: solid 1px #e81069 !important;
	font-size: 18px;
}
tr.bgp2 td {
	background: rgba(200, 200, 200, 0.1) !important;
	border: solid 1px #e81069 !important;
}

/* layout */
#container {
	background-image:url(https://dgfield.net/raise/wp-content/uploads/2019/10/bg_body.png);
	background-repeat: repeat;
	background-position: top;
	background-attachment: fixed;
	width: 100%;
	position: relative;
}
.pc #main_col{
	background:rgba(0, 0, 0, 0)!important;
}
.pc #global_menu ul ul a {
	background: #e81069 !important;
}
.pc #global_menu > ul > li > a::after {
	background: #e81069 !important;
}
body {
	font-family: Roboto Slab,Garamond,Times New Roman,游明朝,Yu Mincho,游明朝体,YuMincho,ヒラギノ明朝 Pro W3,Hiragino Mincho Pro,HiraMinProN-W3,HGS明朝E,ＭＳ Ｐ明朝,MS PMincho,serif!important;
}
.post_content h1 {
	font-size: 180%!important;
	font-family: "Noto Serif JP", serif;
}

.caption h2{
	font-size: 135%!important;
	font-family: "Noto Serif JP", serif;
}
.staff_block {
	width:100%;
}
.staff_block li {
	background: rgba(255,255,255,0.4)!important;
	padding:8px!important;
}

.twitter-timeline{
	-webkit-overflow-scrolling:touch;
}

/*#footer_bottom {
background: linear-gradient(90deg,#927a36,#e5d6ac,#927a36) !important;
color: #483f0d !important;
font-weight: 600;
}*/
#footer_menu_area {
	background: #000 !important;
}
#footer_menu_area, #footer_menu_area a, #footer_menu .footer_headline a::before{
	color: #fff !important;
}
#index_clinic .title_area .title,
#index_clinic .title_area .desc{
	font-family: "BIZ UDPMincho", serif;
}
table.attmgr_guide_weekly td.current {
	background-color: #ffeefd !important;
}
.page-id-109 .post_content p {
	margin: 0;
}
.post_content td, .post_content th {
	font-size: 18px;
}
.post_content td {
	background: #fffef6;
}

.post_content .s_table {
	white-space: unset !important;
}
.post_content .s_table span {
  line-height: 1.8 !important;
  display: inline-block;
}
.access-room {
  border: 1px solid #ddd;
  padding: 0.5rem;
  margin: 1rem 0;
}
.for_sp {
	display: none;
}
.access-gmap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
}
.access-room {
  text-align: center;
}
@media screen and (max-width: 480px) {
	.for_sp {
		display: block;
	}
	.access-gmap iframe {
		aspect-ratio: 1 / 1;
	}
	.access-room {
		text-align: left;
	}
}