@charset "UTF-8";
/*--------------------------------------------------------------
 * this is original style
 *
 * @package isenorgoc
--------------------------------------------------------------*/

/*----------------------------------------------------------------------
  下層ページ
----------------------------------------------------------------------*/
.subvisu {
  width: 100%;
  /* max-height: 150px; */
  /* min-height: 150px; */
	padding: 112px 0;
	box-sizing: border-box;
	background-repeat: repeat-x;
	background-size: cover;
}

.subvisu h1 {
	font-size: 30px;
  font-size: 3.0rem;
	text-shadow: 1px -1px 10px rgba(255, 255, 255, 1), -1px 1px 10px rgba(255, 255, 255, 1), -1px -1px 10px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1), 1px -1px 10px rgba(255, 255, 255, 1), -1px 1px 10px rgba(255, 255, 255, 1), -1px -1px 10px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1), 1px -1px 10px rgba(255, 255, 255, 1), -1px 1px 10px rgba(255, 255, 255, 1), -1px -1px 10px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1), 1px -1px 10px rgba(255, 255, 255, 1), -1px 1px 10px rgba(255, 255, 255, 1), -1px -1px 10px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1);
}

.subvisu.subvisu_clinic_info {
	background-image: url("../img/subvisu/clinic-info.png");
}

.subvisu.subvisu_general {
	background-image: url("../img/subvisu/ipan.png");
}

.subvisu.subvisu_health {
	background-image: url("../img/subvisu/health.png");
}

.subvisu.subvisu_senmongairai {
	background-image: url("../img/subvisu/senmongairai.png");
}

.subvisu.subvisu_allergy {
	background-image: url("../img/subvisu/allergy_visu.png");
}

.subvisu.subvisu_qa {
	background-image: url("../img/subvisu/qa.png");
}

.subvisu.subvisu_access {
	background-image: url("../img/subvisu/access.png");
}

.subvisu.news {
	background-image: url("../img/subvisu/subvisu-blog.png");
}

.entry_content h2 {
	text-align: center;
  position: relative;
  margin: 20px 0 40px;
  font-size: 2.8rem;
}

.entry_content h2::before {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: '';
	display: block;
	width: 75px;
  height: 21px;
	background-image: url("../img/title_bg.png");
}

.entry_content h2::after {
  position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
  z-index: 2;
  content: '';
  width: 40px;
  height: 3px;
  background-color: #e79c24;
	border-radius: 50px;
}

.profile_area h3 {
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	box-sizing: border-box;
	padding: 0 0 20px;
	margin: 0 0 25px;
	border-bottom: 1px dashed #452e18;
}

.appointment h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #4eb7a9;
	box-sizing: border-box;
	padding: 0 0 5px;
	margin: 0;
	border-bottom: 1px dashed #a49c95;
}

.senmongairai_area h3 {
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	padding: 12px 0;
	box-sizing: border-box;
	background-color: #cbefea;
	border-radius: 10px;
}

.general_pediatric h3 {
	font-size: 20px;
	font-size: 2.0rem;
	color: #e79c24;
	margin: 0;
}

.general_pediatric h4 {
	padding-bottom: 5px;
	border-bottom: 2px solid #e79c24;
}

.general_pediatric h5 {
	color: #e79c24;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
}

.general_pediatric h5::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f22d';
	position: absolute;
	left: 0;
}

.conts_block {
  margin: 0 0 30px;
}

.inner {
  padding: 0 15px;
  position: relative;
}

.btn_area {
	padding: 60px 0 60px;
	box-sizing: border-box;
}

.btn_area.odd {
	padding: 60px 0 50px;
	box-sizing: border-box;
}

.btn_area ul {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0;
	margin: 0 auto;
}

.btn_area.odd ul {
	width: 75%;
	justify-content: center;
}

.btn_area.two ul {
	width: 45%;
}

.btn_area ul li {
	list-style: none;
	width: 24%;
}

.btn_area.odd ul li {
	list-style: none;
	width: 31%;
	margin: 0 15px 15px 0;
}

.btn_area.two ul li {
	width: 48%;
}

.btn_area ul li a {
	position: relative;
	text-align: center;
	color: #452e18;
	padding: 10px 15px;
	box-sizing: border-box;
	border: 2px dotted #e8a231;
	border-radius: 10px;
	transition: all .3s;
}

.btn_area ul li a::after {
	font-size: 20px;
	font-size: 2.0rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f138';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.btn_area ul li a:hover {
	color: #fff;
	background-color: #e8a231;
}

.info_btn {
	position: relative;
	width: 60%;
	margin: 0 auto;
}

.appointment .info_btn {
	width: 35%;
}

.appointment_box .info_btn {
	width: 45%;
}

.access_left .info_btn {
	width: 85%;
	margin: 0 auto 30px;
}

.info_btn::after {
	width: 25px;
	height: 25px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -0px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-image: url(../img/btn_arrow.png);
}

.info_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 1;
	color: #fff;
	padding: 25px 20px 25px 20px;
	box-sizing: border-box;
	background-color: #e79c24;
	border-radius: 10px;
	transition: all .3s;
}

.info_btn.mq a {
	background-color: #4eb7a9;
}

.info_btn.print a {
	background-color: #9aca55;
}

.info_btn.map a {
	background-color: #44add9;
}

.info_btn a i {
	font-size: 30px;
	font-size: 3.0rem;
	margin-right: 10px;
}

.info_btn a:hover {
	background-color: #c58216;
}

.info_btn.mq a:hover {
	background-color: #3b9e90;
}

.info_btn.print a:hover {
	background-color: #8eb125;
}

.info_btn.map a:hover {
	background-color: #2689b3;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.subvisu.subvisu_qa {
    background-position: right;
	}

	.btn_area ul li a::after {
    font-size: 16px;
    font-size: 1.6rem;
	}

	.info_btn {
		width: 75%;
	}

	.appointment .info_btn {
		width: 75%;
	}

	.appointment_box .info_btn {
		width: 75%;
	}

	.access_left .info_btn {
		width: 80%;
	}

}



@media screen and (max-width : 767px) {
	.subvisu {
		padding: 50px 0;
		background-size: cover;
	}

	.subvisu h1 {
    font-size: 25px;
    font-size: 2.5rem;
	}

	.subvisu.subvisu_qa {
    background-position: right;
	}

	.entry_content h2 {
    font-size: 2.5rem;
  }

	.profile_area h3 {
    padding: 0 0 5px;
    margin: 0px 0 15px;
	}

	.appointment h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.senmongairai_area h3 {
		font-size: 22px;
		font-size: 2.2rem;
		padding: 5px 0px;
	}

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

	.btn_area {
		padding: 30px 0;
	}
	
	.btn_area.odd {
		padding: 30px 0;
	}
	
	.btn_area ul {
		width: 100%;
		display: block;
		margin: 0;
	}
	
	.btn_area.odd ul {
		width: 100%;
	}
	
	.btn_area.two ul {
		width: 100%;
	}
	
	.btn_area ul li {
		width: 100%;
		margin: 0 0 10px;
	}
	
	.btn_area.odd ul li {
		width: 100%;
		margin: 0 0 10px;
	}
	
	.btn_area.two ul li {
		width: 100%;
	}

	.info_btn {
		width: 100%;
		margin: 0;
	}

	.info_btn a {
    font-size: 20px;
    font-size: 2.0rem;
	}

	.info_btn a i {
    font-size: 25px;
    font-size: 2.5rem;
	}

	.appointment .info_btn {
		width: 100%;
	}
	
	.appointment_box .info_btn {
		width: 100%;
	}
	
	.access_left .info_btn {
		width: 100%;
		margin: 0 auto 30px;
	}

}



/*--------------------------------------------------------------
　院長・クリニック紹介
--------------------------------------------------------------*/
.greeting_area {
	z-index: 9;
	overflow: hidden;
	position: relative;
	padding: 105px 0 40px;
	box-sizing: border-box;
	background-image: url("../img/bg-01.png");
}

.greeting_area::after {
	z-index: -1;
	/* width: 1351px; */
	/* height: 360px; */
	width: 95%;
	height: 45%;
	content: "";
	/* display: block; */
	display: inline-block;
	position: absolute;
	top: 48%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/butterfly_bg_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right;
}

.greeting_area .title {
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	color: #e79c24;
	margin: 0;
	padding: 10px 0 45px;
}

.greeting_right {
	float: right;
	width: 36%;
}

.greeting_left {
	float: left;
	width: 55%;
}

.greeting_left p {
	line-height: 2;
	margin: 0 0 30px;
}

.greeting_left p span {
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
}

.greeting_left p.incho {
	text-align: right;
}

.profile_area {
	z-index: 9;
	overflow: hidden;
	position: relative;
	padding: 105px 0 85px;
	background-image: url("../img/bg-02.png");
}

.profile_area::after {
	z-index: -1;
	/* width: 1381px; */
	/* height: 404px; */
	width: 95%;
	height: 40%;
	/* display: block; */
	display: inline-block;
	content: "";
	position: absolute;
	top: 70%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/butterfly_bg_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: left;
}

.profile_area .title {
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
}

.profile_area .title span {
	font-size: 15px;
	font-size: 1.5rem;
}

.profile_area .profile {
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px;
}

.profile_box {
	width: 47%;
	padding: 30px 35px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
}

.profile_box ul {
	padding: 0;
}

.profile_box ul li {
	position: relative;
	list-style: none;
	box-sizing: border-box;
	padding-left: 25px;
	line-height: 2;
}

.profile_box ul li::before {
	color: #4eb7a9;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f111';
	position: absolute;
	left: 0;
}

.profile_history {
	padding: 25px 45px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
}

.profile_history table {
	width: unset;
	margin: 0 0 20px;
}

.profile_history th,
.profile_history td {
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2px 10px;
	box-sizing: border-box;
	line-height: 1.6;
}

.profile_history th {
	width: 15%;
}

.profile_history td {
	width: 85%;
}

.profile_history td span {
	font-family: TBUD丸ゴシック Std B;
}

.institutions_area {
	padding: 110px 0 90px;
	box-sizing: border-box;
	z-index: 9;
	overflow: hidden;
	position: relative;
}

.institutions {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0;
	box-sizing: border-box;
}

.institutions ul {
	width: 48%;
	display: block;
	padding: 0;
	margin: 0;
}

.institutions ul li,
.academic_area ul li {
	position: relative;
	list-style: none;
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 2.6;
}

.institutions ul li::before,
.academic_area ul li::before {
	color: #4eb7a9;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f054';
	position: absolute;
	left: 0;
}

.academic_area {
	padding: 110px 0 90px;
	box-sizing: border-box;
	z-index: 9;
	overflow: hidden;
	position: relative;
	background-image: url("../img/bg-03.png");
}

.academic_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.academic_area ul::after {
	content: "";
	display: block;
	width: 30%;
}

.academic_area ul li {
	width: 30%;
}

.academic_area ul li a {
	color: #452e18;
	transition: all .3s;
}

.academic_area ul li a:hover {
	color: #f19e1b;
}

.facilities_area {
	padding: 105px 0 120px;
	box-sizing: border-box;
}

.facilities {
	padding: 20px 0 0;
	box-sizing: border-box;
}

.facilities .gallery {
	position: relative;
	width: 65%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.facilities .gallery img {
	width: 100%;/*スライダー内の画像を横幅100%に*/
	height: 440px;
	display: inline-block;
	object-fit: cover;
	cursor: grab;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.facilities .gallery .slick-slide {
	margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.facilities .gallery .slick-prev {
	left: 25px;
	z-index: 9;
}

.facilities .gallery .slick-next {
	right: 25px;
	z-index: 9;
}

.facilities .gallery .slick-prev,
.facilities .gallery .slick-next {
	position: absolute;/*絶対配置にする*/
	top: 50%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
}

.facilities .gallery .slick-prev:hover,
.facilities .gallery .slick-next:hover {
	color: #0856a4;
}

.facilities .gallery .slick-prev::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f053';
	color: #452e18;
	font-size: 25px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.facilities .gallery .slick-next::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f054';
	color: #452e18;
	font-size: 25px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*選択するサムネイル画像の設定*/
.facilities .choice-btn {
	width: 100%;
}

.facilities .choice-btn .slick-list {
	width: 64%;
	margin: 0 auto;
}

.facilities .choice-btn .slick-prev,
.facilities .choice-btn .slick-next {
	display: none;
}

.facilities .choice-btn .slick-slide {
	text-align: center;
}

.facilities .choice-btn img {
	background:#333;
  opacity: 0.4;/*選択されていないものは透過40%*/
	width: 125px !important;
	height: 85px;
	object-fit: cover;
	cursor: grab;
}

.facilities .choice-btn .slick-current img {
  opacity: 1;/*選択されているものは透過しない*/
}

.facilities .choice-btn .slick-track {
  width: 100%;
}

.facilities .choice-btn .slick-track .slick-slide {
	width: 30%;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.greeting_area {
    padding: 30px 0 40px;
	}

	.institutions_area {
    padding: 70px 0 70px;
	}

	.facilities_area {
    padding: 80px 0 110px;
	}

}


@media screen and (max-width : 767px) {
	.greeting_area {
    padding: 40px 0 40px;
	}

	.greeting_area .title {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 10px 0 20px;
	}

	.greeting_right {
    float: none;
    width: 100%;
		margin: 0 0 30px;
	}

	.greeting_right img {
		width: 100%;
	}

	.greeting_left {
    float: none;
    width: 100%;
		margin: 0 0 30px;
	}

	.profile_area {
    padding: 60px 0 70px;
	}

	.profile_area .title {
    font-size: 20px;
    font-size: 2.0rem;
	}

	.profile_area .profile {
    display: block;
    margin: 0 0 30px;
	}

	.profile_box {
    width: 100%;
    padding: 30px 15px;
    border-radius: 10px;
		margin: 0 0 30px;
	}

	.profile_history {
    padding: 30px 15px;
	}

	.profile_history table {
		width: 100%;
	}

	.institutions_area {
    padding: 50px 0 60px;
	}

	.institutions {
    display: block;
    padding: 10px 0 0;
	}

	.institutions ul {
    width: 100%;
	}

	.academic_area {
		padding: 50px 0 60px;
	}

	.academic_area ul {
		display: block;
	}

	.academic_area ul li {
		width: 100%;
	}

	.facilities_area {
    padding: 50px 0 60px;
	}

	.facilities {
    padding: 0;
	}

	.facilities .gallery {
    margin: 0 0 10px;
    width: 100%;
	}

	.facilities .gallery .slick-slide {
    margin: 0;
	}

	.facilities .gallery img {
    height: auto;
	}

	.facilities .choice-btn .slick-list {
    width: 100%;
    margin: 0;
	}

	.facilities .gallery .slick-prev {
    left: 10px;
	}

	.facilities .gallery .slick-next {
    right: 10px;
	}

}



/*--------------------------------------------------------------
　一般小児科外来
--------------------------------------------------------------*/
.hours_area {
	z-index: 9;
	overflow: hidden;
	position: relative;
	padding: 35px 0 50px;
	box-sizing: border-box;
}

.hours_area::after {
	z-index: -1;
	/* width: 1351px; */
	/* height: 360px; */
	width: 95%;
	height: 55%;
	content: "";
	/* display: block; */
	display: inline-block;
	position: absolute;
	top: 48%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/butterfly_bg_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right;
}

.hours_area .title {
	text-align: center;
	color: #452e18;
	font-size: 30px;
	font-size: 3.0rem;
}

.hours {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.hours table {
	width: 100%;
}

.hours table tbody tr {
	background-color: #faf8f4;
}

.hours table tbody tr:first-child {
	background-color: #34271b;
	border-bottom: unset;
}

.hours table tbody tr:first-child th,
.hours table tbody tr:first-child td {
	border-bottom: unset;
}

.hours table tbody tr:first-child th:first-child {
	border-radius: 15px 0 0 0;
}

.hours table tbody tr:first-child td:last-child {
	border-radius: 0 15px 0 0;
}

.hours table tbody tr th,
.hours table tbody tr td {
	padding: 14px 0;
	box-sizing: border-box;
	line-height: 1;
}

.hours table tbody tr:nth-child(2) th,
.hours table tbody tr:nth-child(2) td,
.hours table tbody tr:nth-child(3) th,
.hours table tbody tr:nth-child(3) td,
.hours table tbody tr:last-child th,
.hours table tbody tr:last-child td {
	padding: 25px 0;
}

.hours table tbody tr th {
	text-align: left;
	width: 33%;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 1px dotted #cccccc;
}

.hours table tbody tr th:first-child {
	width: 11%;
	border-bottom: unset;
}

.hours table tbody tr td {
	text-align: center;
	width: 10%;
	color: #e79c24;
	font-size: 20px;
	font-size: 2.0rem;
	border-bottom: 1px dotted #cccccc;
}

.hours table tbody tr td:last-child {
	width: 30px;
	border-bottom: unset;
}

.hours table tbody tr td span {
	color: #34271b;
	font-size: 22px;
	font-size: 2.2rem;
}

.hours table tbody tr:first-child td {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

.hours table tfoot tr th {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #faf8f4;
	padding: 20px 0;
	box-sizing: border-box;
}

.hours table tfoot tr th:first-child {
	border-radius: 0 0 0 15px;
}

.hours table tfoot tr th:last-child {
	border-radius: 0 0 15px 0;
}

.hours p {
	line-height: 1.5;
}

.hours p span {
	color: #e79c24;
}



.appointment_area {
	padding: 90px 0 50px;
	box-sizing: border-box;
}

.appointment:first-of-type {
	padding: 5px 0 40px;
}

.appointment:nth-of-type(2) {
	padding: 5px 0 30px;
}

.appointment:last-of-type {
	padding: 25px 0 40px;
}

.appointment p span {
	color: #e79c24;
}

.appointment table {
	/* width: 775px; */
	width: unset;
	margin: 50px 0 50px;
}

.appointment table th,
.appointment table td {
	padding: 10px 20px;
	box-sizing: border-box;
}

.appointment table th {
	font-size: 16px;
	font-size: 1.6rem;
	width: 19%;
	background-color: #faf1e3;
	border-bottom: 1px solid #a49c95;
	border-left: 1px solid #a49c95;
	font-family: TBUD丸ゴシック Std B;
}

.appointment table td {
	width: 70%;
	border-bottom: 1px solid #a49c95;
	border-right: 1px solid #a49c95;
	border-left: 1px solid #a49c95;
}

.appointment table tr:first-child td {
	border-top: 1px solid #a49c95;
}

.appointment ul {
	margin: 0;
	padding: 40px 0 80px 10px;
}

.appointment ul li {
	position: relative;
	list-style: none;
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 2;
}

.appointment ul li::before {
	color: #4eb7a9;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f111';
	position: absolute;
	left: 0;
}

.appointment_box {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px 45px;
	background-color: #f3f9f8;
	border: 1px dashed #4eb7a9;
	border-radius: 20px;
}

.appointment_box p {
	margin: 0 0 30px;
}



.patients_area {
	z-index: 9;
	overflow: hidden;
	position: relative;
	padding: 110px 0 60px;
	box-sizing: border-box;
	background-image: url(../img/bg-02.png);
}

.patients_area::after {
	z-index: -1;
	width: 1381px;
	height: 404px;
	display: block;
	content: "";
	position: absolute;
	top: 70%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/butterfly_bg_right.png);
}

.patients ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 15px 0;
}

.patients ul li {
	width: 24%;
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
}

.patients .patients_box {
	background-color: #faf0d9;
	padding: 15px 10px;
	box-sizing: border-box;
	border-radius: 10px;
}

.patients .patients_box img {
	display: block;
	margin: 0 auto 10px;
}

.patients ul li:nth-child(2) img,
.patients ul li:last-child img {
	margin: 0 auto 20px;
}

.patients .patients_box p {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25;
	margin: 0;
}

.patients ul li:nth-child(2) .patients_box p,
.patients ul li:last-child .patients_box p {
	margin: 0 0 20px;
}

.patients .patients_box p span {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	line-height: 1.75;
}

.patients .patients_txt {
	padding: 10px;
	box-sizing: border-box;
}

.patients .patients_txt p {
	line-height: 1.5;
}



.general_pediatric_area {
	padding: 105px 0 90px;
	box-sizing: border-box;
	z-index: 9;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bg-03.png);
}

.general_pediatric_right {
	float: right;
	width: 38%;
	padding: 10px 0;
	box-sizing: border-box;
}

.general_pediatric_left {
	float: left;
	width: 55%;
}

.general_pediatric_left p {
	margin: 10px 0 50px;
	line-height: 2;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.appointment_area {
    padding: 40px 0 50px;
	}

	.patients_area {
    padding: 70px 0 60px;
	}

	.patients .patients_box p {
    font-size: 20px;
    font-size: 2.0rem;
	}

	.general_pediatric_area {
    padding: 70px 0 70px;
	}

}



@media screen and (max-width : 767px) {
	.hours_area {
    padding: 30px 0 40px;
	}

	.hours_area .title {
    font-size: 20px;
    font-size: 2.0rem;
	}

	.hours table tbody tr th:first-child {
    width: 5%;
	}
	.hours table tbody tr td:last-child {
    width: 5%;
	}

	.appointment_area {
    padding: 30px 0 40px;
	}

	.appointment:first-of-type,
	.appointment:nth-of-type(2),
	.appointment:last-of-type {
		padding: 20px 0 20px;
	}

	.appointment table {
		width: 100%;
    margin: 30px 0 30px;
	}

	.appointment ul {
    padding: 30px 0 40px;
	}

	.appointment_box {
    max-width: unset;
    padding: 30px 15px;
	}

	.patients_area {
    padding: 30px 0 40px;
	}

	.patients ul {
    display: block;
    padding: 0;
	}

	.patients ul li {
    width: 100%;
		margin: 0 0 30px;
	}

	.patients ul li:nth-child(2) .patients_box p,
	.patients ul li:last-child .patients_box p {
    margin: 0;
	}

	.general_pediatric_area {
		padding: 60px 0 40px;
	}

	.general_pediatric_right {
    float: none;
    width: 100%;
    padding: 0;
		margin: 0 0 30px;
	}

	.general_pediatric_left {
    float: none;
    width: 100%;
		margin: 0 0 30px;
	}

}



/*--------------------------------------------------------------
	乳幼児健診・予防接種
--------------------------------------------------------------*/
.infant_health_area {
	padding: 115px 0 90px;
	box-sizing: border-box;
}

.infant_health {

}

.infant_health_right {
	float: right;
	width: 38%;
	padding: 15px 0;
	box-sizing: border-box;
}

.infant_health_left {
	float: left;
	width: 55%;
	margin: 0 0 30px;
}

.infant_health_left p {
	line-height: 2;
}

.vaccinations_area {
	padding: 75px 0 80px;
	box-sizing: border-box;
	z-index: 9;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bg-03.png);
}

.vaccinations {
	margin: 0 0 50px;
}

.vaccinations_right {
	float: right;
	width: 38%;
	padding: 15px 0;
	box-sizing: border-box;
}

.vaccinations_left {
	float: left;
	width: 55%;
	margin: 0 0 30px;
}

.vaccinations_left p {
	line-height: 2;
}

.vaccinations_left p span {
	font-family: TBUD丸ゴシック Std B;
}

.vaccinations_area .appointment_box {
	text-align: center;
}

.vaccinations_area .appointment_box a {
	display: inline-block;
	transition: all .3s;
}

.vaccinations_area .appointment_box a:hover {
	opacity: .7;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.infant_health_area {
    padding: 90px 0 70px;
	}

}



@media screen and (max-width : 767px) {
	.infant_health_area {
    padding: 60px 0 50px;
	}

.infant_health_right {
    float: none;
    width: 100%;
    padding: 0;
		margin: 0 0 30px;
	}

	.infant_health_left {
    float: none;
    width: 100%;
    margin: 0 0 30px;
	}

	.vaccinations_area {
    padding: 60px 0 80px;
	}

	.vaccinations_right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
	}

	.vaccinations_left {
    float: none;
    width: 100%;
    margin: 0 0 30px;
	}

}



/*--------------------------------------------------------------
	専門外来
--------------------------------------------------------------*/
.allergy_box ul {
	display: block;
	padding: 0;
	margin: 0;
}

.allergy_box ul li {
	position: relative;
	list-style: none;
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 2.6;
}

.allergy_box ul li:before {
	color: #e79c24;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f054';
	position: absolute;
	left: 0;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {

}



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



/*--------------------------------------------------------------
	専門外来
--------------------------------------------------------------*/
.senmongairai_area {
	padding: 115px 0 40px;
	box-sizing: border-box;
	z-index: 9;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bg-03.png);
}

.senmongairai {
	padding: 0 0 30px;
	box-sizing: border-box;
}

.senmongairai_right {
	float: right;
	width: 38%;
	padding: 15px 0;
	box-sizing: border-box;
}

.senmongairai_left {
	float: left;
	width: 55%;
	margin: 0 0 30px;
}

.senmongairai_left p {
	line-height: 2;
}

.general_pediatric p span,
.senmongairai_left p span {
	font-family: TBUD丸ゴシック Std B;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.senmongairai_area {
    padding: 70px 0 40px;
	}

}



@media screen and (max-width : 767px) {
	.senmongairai_area {
    padding: 50px 0 40px;
	}

	.senmongairai_right {
    float: none;
    width: 100%;
    padding: 0;
		margin: 0 0 30px;
	}

	.senmongairai_left {
    float: none;
    width: 100%;
	}

}



/*--------------------------------------------------------------
	よくあるご質問
--------------------------------------------------------------*/
.qa_area {
	position: relative;
	padding: 30px 0 50px;
	box-sizing: border-box;
}

.qa_area.treatment {
	padding: 30px 0 160px;
}

.qa_area.visit::after {
	z-index: -1;
	/* width: 1351px; */
	/* height: 360px; */
	width: 96%;
	height: 55%;
	content: "";
	/* display: block; */
	display: inline-block;
	position: absolute;
	top: 48%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/butterfly_bg_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right;
}

.qa_area.treatment::after {
	z-index: -1;
	/* width: 1381px; */
	/* height: 404px; */
	width: 96%;
	height: 55%;
	/* display: block; */
	display: inline-block;
	content: "";
	position: absolute;
	top: 70%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/butterfly_bg_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: left;
}

.qa_element {
	padding: 20px 0 30px;
	box-sizing: border-box;
}

.qa_box ul {
	margin: 0;
	padding: 0;
}

.qa_box ul li {
	list-style: none;
}

.qa_box .qa_question {
	border-top: 1px dashed #452e18;
}

.qa_box .qa_question:last-child {
	border-bottom: 1px dashed #452e18;
}

.qa_box .qa_title {
	font-size: 22px;
	font-size: 2.2rem;
	position: relative;
	padding: 20px 20px 20px 95px;
	box-sizing: border-box;
}

/*アイコンの＋と×*/
.qa_box .qa_title::before,
.qa_box .qa_title::after{
  position: absolute;
  content:'';
  width: 25px;
  height: 2px;
  background-color: #333;  
}

.qa_box .qa_title::before{
  top: 50%;
  right: 15px;
  transform: rotate(0deg);  
}

.qa_box .qa_title::after{    
  top: 50%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/

.qa_box .qa_title.close::after{
	display: none;
}

.qa_box .qa_title span {
	position: relative;
	font-size: 22px;
	font-size: 2.2rem;
	z-index: 9;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.qa_box .qa_title span::before {
	z-index: -1;
	content: "";
	width: 50px;
	height: 50px;
	background-color: #452e18;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.qa_box ul.qa_answer {
	display: none;/*はじめは非表示*/
	position: relative;
	padding: 30px 92px;
	margin: 0 0 25px;
	box-sizing: border-box;
	border-top: 1px dashed #dad5d1;
}

.qa_box ul.qa_answer::before {
	position: relative;
	font-size: 22px;
	font-size: 2.2rem;
	z-index: 9;
	color: #fff;
	content: 'A';
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.qa_box ul.qa_answer::after {
	z-index: 0;
	content: "";
	width: 50px;
	height: 50px;
	background-color: #e79c24;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.qa_box .qa_answer p {
	font-size: 16px;
	font-size: 1.6rem;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.qa_area.treatment {
    padding: 30px 0 50px;
	}

}



@media screen and (max-width : 767px) {
	.qa_area {
    padding: 30px 0 40px;
	}

	.qa_box .qa_title {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 20px 40px 20px 60px;
	}

	.qa_box .qa_title span {
    font-size: 16px;
    font-size: 1.6rem;
    left: 25px;
	}

	.qa_box .qa_title span::before {
    width: 40px;
    height: 40px;
	}

	.qa_area.treatment {
    padding: 30px 0 60px;
	}

	.qa_box ul.qa_answer {
    padding: 30px 15px 30px 60px;
    margin: 0;
	}

	.qa_box ul.qa_answer::before {
    font-size: 16px;
    font-size: 1.6rem;
    left: 25px;
	}

	.qa_box ul.qa_answer::after {
    width: 40px;
    height: 40px;
    left: 25px;
	}

	.qa_box .qa_title::before,
	.qa_box .qa_title::after{
  	width: 15px; 
	}

}



/*--------------------------------------------------------------
	アクセス
--------------------------------------------------------------*/
.access_map_area {
	position: relative;
	padding: 95px 0 15px;
	box-sizing: border-box;
}

.access_map_area::after {
	z-index: -1;
	/* width: 1351px; */
	/* height: 360px; */
	width: 90%;
	height: 50%;
	content: "";
	/* display: block; */
	display: inline-block;
	position: absolute;
	top: 48%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/butterfly_bg_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right;
}

.access_map {
	text-align: center;
	padding: 20px 0 0;
	box-sizing: border-box;
}

.access_area {
	padding: 10px 0 45px;
	box-sizing: border-box;
}

.access_area .access_top {
  max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

.access_area .access_left {
  float: left;
  width: 52%;
  padding: 20px 0 0;
}

.access_area .access_left p:first-of-type {
	font-size: 20px;
	font-size: 2.0rem;
	font-family: TBUD丸ゴシック Std B;
}

.access_area .access_left p:last-of-type {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 50px;
}

.access_area .access_right {
  float: right;
	width: 37%;
	padding: 50px 0 0;
}

.access_area .access_right p {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 10px 0;
}

.access_photo {
	padding: 120px 0 50px;
	box-sizing: border-box;
}

.access_photo ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.access_photo ul li {
	width: 47%;
	list-style: none;
}

.access_photo ul li p {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 10px 0;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.access_photo {
    padding: 70px 0 40px;
	}

}



@media screen and (max-width : 767px) {
	.access_map_area {
    position: relative;
    padding: 50px 0 20px;
    box-sizing: border-box;
	}

	.access_area .access_top {
    margin-bottom: 0;
  }

	.access_area .access_left p:first-of-type {
    font-size: 16px;
    font-size: 1.6rem;
	}

	.access_area .access_left p:last-of-type {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 30px;
	}

	.access_area .access_left,
  .access_area .access_right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }

	.access_area .access_right img {
		width: 100%;
	}

	.access_photo {
    padding: 40px 0 50px;
	}

	.access_photo ul {
    display: block;
	}

	.access_photo ul li {
		width: 100%;
	}

}



/*--------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------*/

.attention_txt {
	/* width: 85%; */
	margin: 0 auto 40px;
	font-size: 1.4rem;
}

.attention_txt h3 {
	margin: 0;
	font-size: 1.8rem;
}

.attention_txt ul {
	padding-left: 20px;
}

.attention_txt ul li {
	list-style: disc;
}

.mw_wp_form {
  width: 100%;
  margin: 0 auto;
	/* padding: 0 100px; */
}

.mw_wp_form input,
.mw_wp_form textarea {
	border: none;
	background-color: #f3f3f3;
	padding: 10px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mw_wp_form textarea {
	width: 100%;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form textarea {
	width: 100%;
}

input[type='text'] {
	width: 70%;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mw_wp_form input[type='text'].contact_add {
	width: 80%;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form input[type='text'].contact_add {
	width: 90%;
}

.mw_wp_form input[type='email'].contact_mail {
  width: 100%;
	margin: 0;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form input[type='email'].contact_mail {
	width: 90%;
}

.page .entry_content .mw_wp_form table {
	width: 100%;
	border: none;
	border-top: 1px dashed #ccc;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page .entry_content .mw_wp_form table tr {
	border-bottom: 1px dashed #ccc;
}

.page .entry_content .mw_wp_form table th {
  width: 25%;
	border: none;
	background-color: #fff;
	font-size: 1.5rem;
  font-family: "TBUDGothic B";
  background-color: #fffbeb;
}

.page .entry_content .mw_wp_form table th span.nini {
  font-size: 1.3rem;
  color: #ccc;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.page .entry_content .mw_wp_form table th {
	width: 30%;
}

.page .entry_content .mw_wp_form table td {
	padding: 35px 20px 35px 40px;
}

.page .entry_content .mw_wp_form table td.pd_right {
	padding: 35px 140px 35px 40px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

/* IE11 */
/* _:-ms-lang(x)::-ms-backdrop,
.page .entry_content .mw_wp_form table td {
	width: 80%;
} */

.page .entry_content .mw_wp_form table td .text-small {
	font-size: 1.3rem;
}

.mw_wp_form .consent {
	text-align: center;
	margin: 0 0 30px;
}

.privacy_link:hover {
  text-decoration: underline;
}

.mw_wp_form input[type='submit'] {
	background-color: #32a8e1;
	padding: 15px 40px;
	display: block;
	margin: 0 auto;
}

.mw_wp_form input[type='submit']:hover {
	opacity: .7;
}

.mw_wp_form p.thanks-page {
	font-size: 2.2rem;
}

.required,
.mw_wp_form .error {
	color: red;
}

.mw_wp_form input[type='submit'].return {
	background-color: #ccc;
	color: #333;
}

.mw_wp_form_complete {
	background-color: #fcfbed;
	padding: 40px 70px 50px;
	/* margin: 0 100px; */
}

.mw_wp_form_complete .thanks-page {
	margin-bottom: 20px;
}



@media screen and (max-width: 767px) {
	.attention_txt {
		width: 100%;
	}
	.mw_wp_form {
    width: 100%;
		padding: 0;
	}
	.mw_wp_form input,
	.mw_wp_form textarea,
	.mw_wp_form input[type='text'].contact_add {
		width: 100%;
	}
	.page .entry_content .mw_wp_form table th {
		display: block;
    width: 100%;
		padding: 10px 10px;
	}
	.page .entry_content .mw_wp_form table td {
		display: block;
		padding: 20px 10px;
	}
  .page .entry_content .mw_wp_form table td.pd_right {
  	padding: 20px 40px;
  }
	.mw_wp_form input[type='checkbox'] {
		width: 5%;
	}
	.mw_wp_form input[type='submit'] {
		width: 70%;
	}
	.mw_wp_form_complete {
		padding: 30px 20px 40px;
		margin: 0;
	}
  .mw_wp_form .horizontal-item {
    display: block;
  }
}



/*--------------------------------------------------------------
  チェックボックススタイル
--------------------------------------------------------------*/

.mwform-checkbox-field input[type='checkbox'].contact_cb,
.mwform-checkbox-field input[type='checkbox'].agree_cb {/* まず、＜input＞タグの表示を消します*/
  display: none;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb + span,
.mwform-checkbox-field input[type='checkbox'].agree_cb + span {/* ＜span＞タグのスタイル（各項目幅や余白など） */
  padding-left: 20px;
  position: relative;
  /* margin-right: 30px; */
  font-size: 1.6rem;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb + span::before,
.mwform-checkbox-field input[type='checkbox'].agree_cb + span::before {/* チェックボックスの大きさや形のスタイル */
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
}

.mwform-checkbox-field input[type='checkbox']#contact_cb-3 {
  margin-right: 100px;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb:checked + span::after,
.mwform-checkbox-field input[type='checkbox'].agree_cb:checked + span::after {/* 選択時のチェックボックススタイル */
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 4px solid #f04d30;
  border-right: 4px solid #f04d30;
  border-radius: 4px;
}



/*--------------------------------------------------------------
	個人情報保護方針ページスタイル
--------------------------------------------------------------*/

.privacy_block p {
	margin-bottom: 30px;
}

.privacy_block ol {
	padding-left: 25px;
}

.privacy_block ol li,
.privacy_block ol li h5 {
	font-size: 2.0rem;
}

.privacy_block ol li {
	margin-bottom: 30px;
}

.privacy_block ol li h5 {
	margin-bottom: 5px;
}

.privacy_block ol li h5,
.privacy_block ol li::marker {
	color: #9bcb60;
}

.privacy_block ol li p {
	font-size: 1.5rem;
	color: #333;
	margin: 0;
}

.privacy_block ol li ul,
.privacy_block ol li ol {
	padding-left: 20px;
}

.privacy_block ol li ul li,
.privacy_block ol li ol li {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 0;
}

.privacy_block ol li ul li {
	list-style-type: disc;
}

.privacy_block ol li ol li::marker {
	color: unset;
}

.privacy_block ol li p a {
	display: inline-block;
	color: #9bcb60;
	text-decoration: underline;
}

.privacy_block ol li p a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.privacy_block {
		padding: 30px 15px 1px;
	}
	.privacy_block h4 {
		font-size: 2.5rem;
		padding: 0 15px;
		margin-bottom: 25px;
	}
}



/*--------------------------------------------------------------
　お知らせ
--------------------------------------------------------------*/

.single .subvisu h2,
.archive .subvisu h2,
.blog .subvisu h2 {
  text-align: center;
  margin: 0;
	font-size: 30px;
  font-size: 3.0rem;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.2;
	text-shadow: 1px -1px 10px rgba(255, 255, 255, 1), -1px 1px 10px rgba(255, 255, 255, 1), -1px -1px 10px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1), 1px -1px 10px rgba(255, 255, 255, 1), -1px 1px 10px rgba(255, 255, 255, 1), -1px -1px 10px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1), 1px -1px 10px rgba(255, 255, 255, 1), -1px 1px 10px rgba(255, 255, 255, 1), -1px -1px 10px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1), 1px -1px 10px rgba(255, 255, 255, 1), -1px 1px 10px rgba(255, 255, 255, 1), -1px -1px 10px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1);
}

.single .subvisu h2 span,
.archive .subvisu h2 span,
.blog .subvisu h2 span {
  font-size: 2.4rem;
  color: #dfcdb3;
  letter-spacing: .1em;
  display: block;
  font-family: "aisha-latin";
  font-weight: 400;
  font-style: normal;
}

.post_main {
  width: 75%;
  float: right;
  margin: 0 0 100px;
}

.post_sidebar {
  width: 22%;
  float: left;
}

.archive_post {
  margin: 0 0 50px;
}

.post_main h1 {
  font-size: 2.0rem;
  margin: 10px 0 20px;
  border-top: 1px dashed #111;
  border-bottom: 1px dashed #111;
  text-align: left;
}

.post_main h1 a {
  color: #333;
  display: block;
  padding: 10px 0 10px 15px;
}

.post_main h1 a:hover {
  background: #fefbf0;
}

.blog .entry_content h1,
.single .entry_content h1,
.archive .entry_content h1 {
	text-align: left;
  border-left: 8px solid #f19e1b;
  background-color: #f6f0e6;
  line-height: 2;
  padding: 5px 0 5px 10px;
  margin: 30px 0;
  border-top: none;
  border-bottom: none;
  font-size: 2.2rem;
}

.blog .entry_content h2,
.single .entry_content h2,
.archive .entry_content h2 {
	text-align: left;
  position: relative;
  font-size: 2.1rem;
  border-bottom: 4px solid #dcd3c6;
  margin: 30px 0;
}

.blog .entry_content h2::before,
.single .entry_content h2::before,
.archive .entry_content h2::before {
	position: unset;
	top: unset;
	left: unset;
	transform: unset;
	-webkit-transform: unset;
	-ms-transform: unset;
	content: none;
	display: block;
	width: unset;
	height: unset;
	background-image:  unset;
}

.blog .entry_content h2::after,
.single .entry_content h2::after,
.archive .entry_content h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
	transform: unset;
	-webkit-transform: unset;
	-ms-transform: unset;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #f19e1b;
}

.post_main h2.post_title_archive {
  border-bottom: none;
  margin: 10px 0 20px;
}

.post_main h2.post_title_archive::after {
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  background-color: #fff;
}

.blog #main .post_wrap .entry_content h3,
.single #main .post_wrap .entry_content h3,
.archive #main .post_wrap .entry_content h3 {
	text-align: left;
  font-size: 1.9rem;
  position: relative;
  padding: 0 5px 0 25px;
  margin: 30px 0 10px;
}

.blog #main .post_wrap .entry_content h3::after,
.single #main .post_wrap .entry_content h3::after ,
.archive #main .post_wrap .entry_content h3::after {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
	background-color: #fff;
  border: 4px solid #f19e1b;
  border-radius: 100%;
}

.blog .entry_content h4,
.single .entry_content h4,
.archive .entry_content h4 {
	text-align: left;
  font-size: 1.7rem;
  border-left: 5px solid #f19e1b;
  padding-left: 10px;
  line-height: 1.5;
  margin: 30px 0 10px;
}

.blog .entry_content h5,
.single .entry_content h5,
.archive .entry_content h5 {
	text-align: left;
  font-size: 1.6rem;
  font-family: "TBUDRGothic B";
  color: #f19e1b;
  margin: 30px 0 10px;
}

.blog .entry_content h6,
.single .entry_content h6,
.archive .entry_content h6 {
	text-align: left;
  font-size: 1.55rem;
  font-family: "TBUDRGothic B";
  margin: 30px 0 10px;
}

.post_main .date {
  padding: 0 0 0 20px;
}

.post_main .entry_content p {
  line-height: 1.7;
  overflow: hidden;
}

.post_main .entry_content a {
  color: #333;
}

.post_main .entry_content a:hover {
  text-decoration: underline;
}

.post_main .entry_content table {
  border: 1px solid #ccc;
  margin: 0 auto 30px;
}

.post_main .entry_content table tr {
  border-bottom: 1px solid #ccc;
}

.post_main .entry_content table th,
.post_main .entry_content table td {
  border-left: 1px solid #ccc;
  padding: 15px 10px;
}

.post_main .entry_content table th {
  text-align: center;
  background-color: #ffffe6;
}

.post_main .entry_footer {
  overflow: hidden;
}

.single_news_list {
  text-align: right;
  float: right;
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 30px;
}

.single_news_list a {
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fffade;
}

.single_news_list a:hover {
  background: #f9eeb3;
}

.widget_title {
  text-align: center;
  background: #f19e1b;
  padding: 5px 0;
  font-size: 1.6rem;
  margin: 10px 0 10px;
  position: relative;
  color: #fff;
}


@media screen and (max-width : 767px) {
  .single .subvisu h2,
  .archive .subvisu h2,
  .blog .subvisu h2 {
    font-size: 2.8rem;
    letter-spacing: .1em;
    line-height: 1.2;
  }
  .single .subvisu h2 span,
  .archive .subvisu h2 span,
  .blog .subvisu h2 span {
    font-size: 1.8rem;
  }
  .post_main {
    margin: 0 0 50px;
  }
  .post_main h1 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .post_main h1 a {
    padding: 5px;
  }
  .post_main .date {
    padding: 0 0 0 10px;
  }
  .blog .entry_content h1,
  .single .entry_content h1,
  .archive .entry_content h1 {
    padding: 2px 0 2px 10px;
  }
  .post_main h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .blog #main .post_wrap .entry_content h3,
  .single #main .post_wrap .entry_content h3,
  .archive #main .post_wrap .entry_content h3 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .blog #main .post_wrap .entry_content h3::after,
  .single #main .post_wrap .entry_content h3::after,
  .archive #main .post_wrap .entry_content h3::after {
    top: .2em;
  }
  .blog .entry_content h4,
  .single .entry_content h4,
  .archive .entry_content h4 {
    font-size: 1.6rem;
  }
  .blog .entry_content h5,
  .single .entry_content h5,
  .archive .entry_content h5 {
    font-size: 1.55rem;
  }
  .blog .entry_content h6,
  .single .entry_content h6,
  .archive .entry_content h6 {
    font-size: 1.5rem;
  }
  .widget_title {
    padding: 5px 0;
  }
  .widget_title {
    background: #f19e1b;
    padding: 10px 0;
    border-radius: 30px;
  }
}



/*--------------------------------------------------------------
  404ページ
--------------------------------------------------------------*/

.post_title_404 {
  text-align: center;
  padding: 3px 0;
  margin: 10px 0 30px;
  background: #eee;
  color: #333;
  border-radius: 5px;
}

.txt_404 {
  text-align: center;
  margin-bottom: 50px;
}



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

}
