/* =====================================
■COMMON
===================================== */
a:hover img {
	opacity: 0.8;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
}
.half {
	display: inline-block;
}
strong {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.height_auto {
		height: auto !important;
	}
}


/* -------------------------------------
CONTENT
------------------------------------- */
#content {
	padding: 3em 0;
	min-height: 600px;
}
.full #content {
	padding: 0;
}
.gnv_tmp_width_1000, .under #content .contents_block {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
	.gnv_tmp_width_1000, .under #content .contents_block {
		padding: 0 20px;
	}
}


/* =====================================
■TOP
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
#mainimage img {
	width: 100%;
}


/*--------------------------------------
新着情報
--------------------------------------*/
.news_section {
	background: #FBF6F9;
	padding: 60px 0;
}
.news_section .gnv_tmp_width_1000 {
    max-width: 1140px;
}
.news_box {
    max-width: 665px;
    width: 100%;
    margin: 0 auto;
}
#news,
.newslist {
    margin-bottom: 20px;
}
.news_box h2 {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    text-align: center;
    font-size: 18px;
    color: #ED008C;
    letter-spacing: 0.1em;
    line-height: 1.2;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 37px;
}
.news_box h2 span {
    display: block;
    font-size: 9px;
    color: #645E5E;
    letter-spacing: 0.1em;
}
#news dl,
.newslist dl {
    padding: 10px 0 0;
}
#news dl dt,
.newslist dl dt {
    color: #ED008C;
    float: left;
}
.newsNew {
    margin: -3px 0 0 15px;
    background: #64AADD;
    color: #fff;
    font-size: 10px;
    width: 34px;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    height: 17px;
    padding: 0px;
    letter-spacing: 0;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
}
#news dl dd,
.newslist dl dd {
    padding-left: 160px;
}
#news dl dd a,
.newslist dl dd a {
    color: #2B1B05;
}
.news_section .ov {
    border-top: 1px solid #DCDCDC;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}
.news_section .ov a {
    font-size: 13px;
    color: #2B1B05;
}
.news_list li {
    width: 29.8%;
    float: left;
    margin-left: 5.3%;
	line-height: 0;
}
.news_list li p{
	line-height: 1.2;
	text-align: center;
	font-size: 13px;
	padding-top:3px;
}
.news_list li:first-child {
    margin: 0;
}
.news_txt {
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    text-align: center;
    font-size: 20px;
    color: #ED008C;
    letter-spacing: 0.2em;
    line-height: 1.6;
    padding: 0 30px;
    margin-top: 34px;
}

@media screen and (max-width: 767px) {
	.news_section {
		padding: 40px 0;
	}
	.news_box {
		max-width: inherit;
	}
	.news_box h2 {
		padding-bottom: 20px;
	}
	#news dl dt,
	.newslist dl dt {
		float: none;
	}
	#news dl dd,
	.newslist dl dd {
		padding-left: 0;
	}
	.news_list li {
		float: none;
		width: 100%;
		margin: 15px 0 0;
	}
	.news_txt {
		padding: 0 20px;
		letter-spacing: 0.05em;
		margin-top: 20px;
	}
}


/*--------------------------------------
当院の特徴
--------------------------------------*/
.feature_section {
    padding: 60px 0;
}
.feature_section .gnv_tmp_width_1000 {
    max-width: 1140px;
}
.gnv_top_h2_bg h2 {
    color: #ed008c;
    font-size: 30px;
    font-family: "秀英丸ゴシック B","Shuei MaruGo B";
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.2;
}
.gnv_top_h2_bg h2 span {
    display: block;
    font-size: 15px;
    color: #827F7F;
    letter-spacing: 1px;
	margin-top: 11px;
}
.feature_list {
    margin: 16px 0 44px;
}
.feature_list li {
    width: 32.5%;
    float: left;
    margin-left: 1.25%;
    /* position: relative;
    border-radius: 3px;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
	padding: 32px 20px 28px;
    box-sizing: border-box; */
}
.feature_list li:first-child {
    margin: 0;
}
.bg01 {
	background: url(/wp-content/uploads/top_bgimg01.png) no-repeat top center;
	background-size: cover;
}
.bg02 {
	background: url(/wp-content/uploads/top_bgimg02.png) no-repeat top center;
	background-size: cover;
}
.bg03 {
	background: url(/wp-content/uploads/top_bgimg03.png) no-repeat top center;
	background-size: cover;
}
.feature_list li:after {
    position: absolute;
    content: '';
    display: none;
    width: 71px;
    height: 74px;
    right: 10px;
    bottom: 10px;
}
.bg01:after {
	background: url(/wp-content/uploads/top_icon01.png) no-repeat;
}
.bg02:after {
	background: url(/wp-content/uploads/top_icon02.png) no-repeat;
}
.bg03:after {
	background: url(/wp-content/uploads/top_icon03.png) no-repeat;
}
.pink_btn {
    width: 100%;
    max-width: 458px;
    margin: 0 auto;
}
.pink_btn a {
	display: block;
	text-align: center;
	background: #E660AF;
	padding: 34px 20px 32px;
	color: #fff;
	font-size: 20px;
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	letter-spacing: 0.2em;
	border-radius: 3px;
	position: relative;
	line-height: 1.2;
}
.pink_btn a:after {
    position: absolute;
    content: '';
    display: block;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    right: 10px;
    bottom: 10px;
}
.pink_btn a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* @media screen and (max-width: 1020px) and (min-width: 768px) {
	.feature_list li {
		letter-spacing: 0;
		padding-bottom: 35px;
	}
	.feature_list li:after {
		width: 50px;
		height: 52px;
		background-size: cover;
	}
} */
@media screen and (max-width: 767px) {
	.feature_section {
		padding: 40px 0;
	}
	.gnv_top_h2_bg h2 {
		letter-spacing: 0.05em;
		font-size: 24px;
	}
	.feature_list {
		margin-bottom: 20px;
	}
	.feature_list li {
		float: none;
		width: 100%;
		margin: 1px 0 0;
		/* border-radius: 0;
		letter-spacing: 0;
		font-size: 15px;
		text-align: left;
		padding: 28px 20px 28px 68px;
		line-height: 1.6; */
	}
	.feature_list li:after {
		right: inherit;
		left: 10px;
		bottom: inherit;
		top: 50%;
		width: 45px;
		height: 46px;
		background-size: cover;
		margin-top: -23px;
	}
	.pink_btn {
		max-width: inherit;
	}
	.pink_btn a {
		letter-spacing: 0.05em;
		padding: 20px;
		font-size: 16px;
	}
}


/*--------------------------------------
白内障の日帰り手術
--------------------------------------*/
.cataract_box {
    background: url(/wp-content/uploads/top_bg01.jpg) no-repeat center center ;
    background-size: cover;
    padding: 93px 0 90px;
}
.cataract_box_2 {
    background: url(/wp-content/uploads/50c558b3f4904e297ce830d4d435e4d0.jpg) no-repeat center center ;
    background-size: cover;
    padding: 93px 0 90px;
}
.cataract_list {
    width: 56%;
    margin-top: 97px;
}
.cataract_list li p,
.beauty_list li p {
    line-height: 2;
    letter-spacing: 0px;
}
.pink_txt {
    font-size: 30px;
    color: #ed008c;
    font-family: "秀英丸ゴシック B","Shuei MaruGo B";
    line-height: 1.7 !important;
    letter-spacing: 2px !important;
    margin-bottom: 24px;
}
.cataract_box .pink_btn {
    margin: 34px 0 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.cataract_box {
		background-position: 75% center;
	}
	.cataract_list li p {
		text-shadow: 1px 1px 0px #fff;
	}
}
@media screen and (max-width: 767px) {
	.cataract_box {
		background: none;
		padding: 10px 0 0;
	}
	.cataract_box .gnv_tmp_width_1000 {
		padding: 0;
	}
	.cataract_list {
		width: 100%;
		margin-top: 25px;
	}
	.cataract_li {
		background: url(/wp-content/uploads/cataract_bg_sp.jpg) no-repeat;
		padding: 10px 20px 50px;
		background-size: cover;
	}
	.cataract_box .pink_btn {
		margin: 25px 0 0;
	}
}
@media screen and (max-width: 520px) {
	.pink_txt br {
		display: none;
	}
}


/*--------------------------------------
こんなお悩みありませんか?
--------------------------------------*/
.problem_box {
	padding: 55px 0px 114px;
}
.problem_width {
	max-width: 1708px;
	margin: 0px auto;
	width: 100%;
}
ul.problem {
	margin-top: 53px;
}
ul.problem li:hover>.black_bg {
	opacity: 1;
}
ul.problem >li {
	width: 33.3%;
	float: left;
	position: relative;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;
}
ul.problem >li:nth-child(3n) {
	border-right: none;
}
.black_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.67);
	opacity: 0;
	color: #fff;
	padding: 10px 15px;
	box-sizing: border-box;
}
.black_bg a {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	left: 0;
	top: 0;
	text-decoration: none;
	text-indent: -99999px;
	z-index: 900;
}
.black_bg .detail_box {
	display: table;
	width: 96%;
	height: 100%;
	max-width: 470px;
	margin: 0 auto;
}
.black_bg .detail_box .box_inner {
	display: table-cell;
	vertical-align: middle;
}
.black_bg p {
	color: #fff;
	font-size: 25px;
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	letter-spacing: 5px;
	line-height: 1.2;
	margin-bottom: 20px;
}
ul.block_list li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 35px;
	color: #fff;
	font-size: 18px;
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	line-height: 2;
	letter-spacing: 3px;
	position: relative;
}
ul.block_list li:before {
	background: url(/wp-content/uploads/t_ture.png);
	position: absolute;
	content: "";
	width: 23px;
	height: 17px;
	top: 10px;
	left: 0px;
}

@media (min-width: 1001px) and (max-width: 1350px) {
	.black_bg p {
		font-size: 20px;
		margin-bottom: 10px;
	}
	ul.block_list li {
		font-size: 15px;
		line-height: 1.6;
		padding-left: 30px;
	}
	ul.block_list li:before {
		background: url(/wp-content/uploads/t_ture.png);
		width: 20px;
		height: 14px;
		top: 6px;
		background-size: 20px 14px;
	}
}
@media screen and (max-width: 1000px) {
	.black_bg{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.problem_box {
		padding: 50px 0;
	}
	.problem_width {
		max-width: inherit;
		margin: 0px auto;
		width: 100%;
	}
	ul.problem >li{
		width: 100%;
		float: none;
		border-right: none;
	}
	.black_bg{
		display: none;
	}
	.black_bg p {
		margin-bottom: 5px;
	}
}


/*--------------------------------------
美容メニュー
--------------------------------------*/
.beauty_box {
    background: url(/wp-content/uploads/top_bg02_2.jpg) no-repeat center center;
    background-size: cover;
    padding: 90px 0 92px;
}
.beauty_list {
    width: 100%;
    float: right;
    margin-top: 88px;
    max-width: 640px;
}
.beauty_box .pink_btn {
    margin: 77px 0 0 auto;
}
.beauty_list li .pink_txt{
    margin-bottom: 20px;
}

@media (min-width: 1001px) and (max-width: 1400px) {
	.beauty_box {
		background-position: 35% center;
	}
}
@media (min-width: 768px) and (max-width: 1000px) {
	.beauty_box {
		background-position: 25% center;
	}
	.beauty_list li .pink_txt {
		font-size: 24px;
		letter-spacing: 3px !important;
		text-shadow: none;
	}
	.beauty_list li p {
		text-shadow: 0.5px 0.5px 0.2px #000;
	}
}
@media screen and (max-width: 767px) {
	.beauty_box .gnv_tmp_width_1000 {
		padding: 0;
	}
	.beauty_li {
		background: url(/wp-content/uploads/beauty_bg_sp.jpg) no-repeat center center;
		padding: 15px 20px 40px;
		background-size: cover;
	}
	.beauty_box {
		background: none;
		padding: 50px 0 0;
	}
	ul.beauty_list {
		width: 100%;
		float: none;
		margin-top: 25px;
		max-width: inherit;
	}
	.beauty_box .pink_btn {
		margin: 25px 0 0;
	}
	ul li .pink_txt {
		font-size: 22px;
		line-height: 1.6 !important;
		letter-spacing: 1px !important;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}


/*--------------------------------------
医院情報
--------------------------------------*/
.information_box {
    background: url(/wp-content/uploads/top_bg03.jpg) no-repeat center top;
    background-size: cover;
    padding: 102px 0px 93px;
}
.white {
    background: rgba(255,255,255,0.9);
    padding: 60px 82px 80px 82px;
}
.white .gnv_top_h2_bg {
    margin-bottom: 47px;
}
.time_box {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-top: 6px;
}
.address_box {
    width: 48%;
    float: right;
    margin-top: 6px;
}
.time_box p {
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.4;
}
span.block {
    color: #563b30;
}
span.blue {
    color: #85c3dd;
}
table.address {
    width: 100%;
}
.address td:nth-child(odd) {
    width: 32.5%;
    text-align: center;
    background: #db85b8;
    color: #fff;
    font-size: 18px;
    font-family: "秀英丸ゴシック B","Shuei MaruGo B";
    letter-spacing: 2px;
}
.address td:nth-child(even) {
    padding: 5px 15px;
    box-sizing: border-box;
    color: #645e5e;
    font-size: 16px;
    line-height: 1.4;
}
.address_box .pink_btn {
    margin: 28px auto 0px;
}

@media (min-width: 768px) and (max-width: 1000px) {
	.white {
		padding: 60px 30px 80px;
	}
	.address td:nth-child(even) {
		font-size: 15px;
		padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.information_box {
		padding: 40px 0;
	}
	.time_box {
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 25px;
	}
	.address_box {
		width: 100%;
		float: none;
	}
	.white {
		padding: 40px;
	}
	.white .gnv_top_h2_bg {
		margin-bottom: 25px;
	}
	.address_box .pink_btn {
		margin: 25px auto 0;
	}
}
@media screen and (max-width: 480px) {
	.white {
		padding: 30px 20px;
	}
	.time_box p {
		font-size: 13px;
	}
}


/* =====================================
■UNDER
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
.under_mainimage {
    background: rgba(250, 179, 221, 0.35);
	height: 210px;
}
.under_mainimage .gnv_tmp_width_1000 {
    height: 100%;
    display: table;
}
.under_mainimage h1 {
    font-size: 45px;
	color: #ed008c;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	letter-spacing: 2px;
	padding: 10px;
	line-height: 1.2;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.under_mainimage {
		height: 160px;
	}
	.under_mainimage h1 {
		font-size: 32px;
	}
}


/* -------------------------------------
Bread
------------------------------------- */
#bread {
	max-width: 1080px;
	margin: 16px auto 0;
	padding: 0 30px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	line-height: 1.3;
	display: none !important;
}
#bread li {
	font-size: 10px;
	color: #77716C;
	letter-spacing: 0.1em;
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #ED008C;
	text-decoration: underline;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: none;
}


/*--------------------------------------
elementor
--------------------------------------*/
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: inherit !important;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}
.under #content .elementor img {
	border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
}
.elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
}
.elementor-image-box-title {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #fff;
	overflow: hidden;
	background: #3dc2b7;
	padding: 10px 20px;
}
.elementor-image-box-img {
	width: 30% !important;
	float: right;
	display: block !important;
	margin: 0 0 20px 20px !important;
	text-align: center;
	text-align: right;
}
.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 20px 0 !important;
}
.auto_width .elementor-image-box-img {
	width: auto !important;
}
.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block !important;
}
.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8 !important;
}
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 32% !important;
}
.elementor-column.elementor-col-33:nth-child(2), .elementor-column[data-col="33"]:nth-child(2) {
    width: 36% !important;
    padding: 0 2%;
}
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
	padding-right: 10px;
}
.elementor-column.elementor-col-50:nth-child(2), .elementor-column[data-col="50"]:nth-child(2) {
	padding: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 15px !important;
		text-align: center;
	}
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
		width: 100% !important;
	}
	.elementor-column.elementor-col-33:nth-child(2), .elementor-column[data-col="33"]:nth-child(2) {
		width: 100% !important;
		padding: 0;
		margin: 30px 0;
	}
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		padding-right: 0;
	}
	.elementor-column.elementor-col-50:nth-child(2), .elementor-column[data-col="50"]:nth-child(2) {
		padding: 0;
		margin: 30px 0 0;
	}
}


/*--------------------------------------
TITLE
--------------------------------------*/
.gnv_tmp_h2_bg h2 {
    color: #645e5e;
    font-size: 30px;
    background: #fab3dd;
    padding: 22px 10px 22px 60px;
    line-height: 1.2;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    position: relative;
}
.gnv_tmp_h2_bg h2:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-sizing: border-box;
    left: 20px;
    top: 50%;
    margin-top: -12px;
}
.gnv_tmp_h3_bg h3 {
    font-size: 24px;
    color: #827f7f;
    letter-spacing: 1px;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    line-height: 1.2;
    border-bottom: 3px solid #fab3dd;
    padding-bottom: 12px;
}
.gnv_tmp_h4_bg h4 {
    font-size: 23px;
    color: #2b1b05;
    position: relative;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-weight: normal;
    padding-left: 25px;
    line-height: 1.2;
}
.gnv_tmp_h4_bg h4:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 20px;
    background: #ed008c;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

@media screen and (max-width: 767px) {
	.gnv_tmp_h2_bg h2 {
		font-size: 28px;
	}
	.gnv_tmp_h3_bg h3 {
		font-size: 24px; 
	}
}


/* -------------------------------------
margin_base
------------------------------------- */
.mb0 { margin-bottom: 0px !important; }
.mb00 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
.mt50 { margin-top: 50px !important; }


/*--------------------------------------
ボタン
--------------------------------------*/
.btn_style a {
    position: relative;
    display: block;
    max-width: 250px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.15em;
    color: #fff;
    background: #3E8147;
    text-align: center;
    font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L";
	padding: 16px 40px 15px;
}
.btn_style a:before {
    display: block;
    content: "";
    background: url(/wp-content/uploads/con245_link.png);
    width: 17px;
    height: 17px;
    right: 20px;
    top: 50%;
    margin-top: -8.5px;
    position: absolute;
}
.btn_style a:hover {
	opacity: 0.8;
}

.btnBnr a {
    max-width: 415px;
    display: block;
    background: #86C3DD;
    border-radius: 5px;
    font-size: 19px;
    position: relative;
    letter-spacing: 0.2em;
    color: #fff;
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    padding: 13px 30px 15px;
    box-sizing: border-box;
    line-height: 1.2;
}
.btnBnr a:after {
    position: absolute;
    content: '';
    display: block;
    background: url(/wp-content/uploads/icon_btnBnr.png) no-repeat;
    width: 7px;
    height: 12px;
    background-size: cover;
    right: 20px;
    top: 50%;
    margin-top: -6px;
}
.btnBnr a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	.btn_style a {
		margin: 0 auto;
	}
	
	.btnBnr a {
		letter-spacing: 0;
		margin: 0 auto;
		font-size: 15px;
		padding: 13px 20px 15px 10px;
		max-width: 270px;
	}
	.btnBnr a:after {
		right: 8px;
	}
}


/* -------------------------------------
地図
------------------------------------- */
.gnv_tmp_map {
	position: relative;
	width: 100%;
	padding-top: 290px;
}
.full .gnv_tmp_map {
	padding-top: 400px;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.calenderWrap,
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.calenderWrap iframe,
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.calenderWrap iframe {
	min-height: 260px;
}

@media screen and (max-width: 767px) {
	.gnv_tmp_map {
		padding-top: 280px !important;
	}
	.calenderWrap {
		padding-top: 300px;
	}
}

/*--------------------------------------
table
--------------------------------------*/
/* default -------------------------- */
.b_06 table {
	display: table;
	table-layout: auto;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.b_06 table td, .b_06 table th {
    border: 1px solid #dadada;
}
.b_06_item {
    background: #fab3dd;
	padding: 7px 10px;
    width: 30%;
	font-weight: bold;
}
.b_06_content {
    width: auto;
    padding: 7px 10px;
    text-align: left;
}
table.price_table .b_06_item {
    width: 50%;
}

/* table01 -------------------------- */
table.gnv_tmp_table01 {
    margin-bottom: 18px;
    background: #FFFFFF;
    width: 100%;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
    padding: 0;
}
table.gnv_tmp_table01 thead th, table.gnv_tmp_table01 thead td {
    padding: 12px 5px 11px;
    text-align: left;
}
table.gnv_tmp_table01 thead th {
    background: #519159;
    border: none;
    color: #fff;
}
table.gnv_tmp_table01 tbody tr:first-child th, table.gnv_tmp_table01 tbody tr:first-child td {
    padding-top: 9px;
}
table.gnv_tmp_table01 tbody tr:last-child th, table.gnv_tmp_table01 tbody tr:last-child td {
    padding-bottom: 15px;
    padding-top: 9px;
}
table.gnv_tmp_table01 tbody th, table.gnv_tmp_table01 tbody td {
    background: #eef7ef;
    border: none;
    line-height: 1.65;
}
table.gnv_tmp_table01 td {
    background: #FFFFFF;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}

table.gnv_tmp_hours tbody th {
    width: 20%;
}
table.gnv_tmp_table01 tbody td {
    color: #56945e;
}
table.gnv_tmp_table01 tbody .round {
    font-size: 16px;
}
table.gnv_tmp_table01 tbody .line {
    color: #97a193;
}

/* table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 0.6em;
	width: 100%;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
	padding: 9px 0px 8px;
	text-align: left;
}
table.gnv_tmp_table02 thead th {
	background: #db85b8;
	border-top: none;
	border-bottom: none;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	width: 9%;
}
table.gnv_tmp_table02 th {
	border-bottom: 1px solid #563b30;
	border-top: none;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
}
table.gnv_tmp_table02 td {
	border-bottom: 1px solid #563b30;
	border-top: none;
	color: #85c3dd;
}

/* hours */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
    text-align: center !important;
}

@media (min-width: 768px) and (max-width: 1000px) {
	table.gnv_tmp_table02 thead th {
		letter-spacing: 0;
	}
	table.gnv_tmp_table02 thead th:first-child {
		width: 30% !important;
	}
}
@media screen and (max-width: 767px) {
	table.gnv_tmp_hours th, table.gnv_tmp_hours td {
		font-size: 70% !important;
		letter-spacing: 0 !important;
	}
	table.gnv_tmp_table02 thead th:first-child {
		width: 31% !important;
	}
	table.gnv_tmp_table02 thead th:last-child {
		width: 21% !important;
	}
}


/* -------------------------------------
診療時間表
------------------------------------- */
table.timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetable th,
.timetable td {
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	padding: 4px 0 5px;
	font-size: 15px;
}
.timetable thead th {
	font-weight: normal;
	border-bottom: 1px solid #EBE9E7;
	padding: 0 0 10px;
}
.timetable thead th:first-child {
	width: 20%;
	text-align: left;
	letter-spacing: 0.15em;
	font-size: 18px;
}
.timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
	text-align: left;
	letter-spacing: 0.1em;
}
.timetable tbody tr:first-child th,
.timetable tbody tr:first-child td {
	padding-top: 17px;
}
.timetable tbody tr:last-child th,
.timetable tbody tr:last-child td {
	border-bottom: 1px solid #EBE9E7;
	padding-bottom: 17px;
}

@media screen and (max-width: 767px) {
	.timetable thead th:first-child {
		width: 28%;
	}
	.timetable tbody th {
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 480px) {
	.timetable th,
	.timetable td {
		font-size: 70%;
		letter-spacing: 0;
	}
	.timetable thead th:first-child {
		width: 32%;
		font-size: 16px;
	}
}


/* -------------------------------------
番号リスト
------------------------------------- */
.num_list {
	counter-reset: li;
}
.num_list > li {
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}
.num_list > li:last-child {
	margin-bottom: 0;
}
.num_list > li:before {
	background: #6fba2c;
	color: #fff;
	content: counter(li, decimal);
	counter-increment: li;
	display: block;
	font-size: 16px;
	width: 24px;
	height: 24px;
	left: 0;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 4px;
	letter-spacing: 0;
}


/*--------------------------------------
リスト
--------------------------------------*/
.ic_01 li {
    position: relative;
    padding: 0 0 0 17px;
}
.ic_01 li:before {
    content: "";
    position: absolute;
    background: #95c8dd;
    top: 9px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.ic_01 li a {
    text-decoration: underline;
}

.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 35px;
}
.ic_02 li:before {
	content: "\00a0";
	display: block;
	border: solid 2px #fab3dd;
	height: 17px;
	width: 17px;
	position: absolute;
	left: 6px;
	top: 10px;
}
.ic_02 li:after {
	content: "\00a0";
	display: block;
	width: 6px;
	height: 9px;
	border: solid #83c2dd;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 12px;
	top: 13px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.illness_list li {
    position: relative;
    width: 33.33%;
    float: left;
    padding: 0 .5em 0 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.illness_list li:nth-child(3n) {
    padding-right: 0;
}
.illness_list li a {
    text-decoration: none;
}
.illness_list li a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .5em;
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    border-left: .8em solid #85c3dd;
    -webkit-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
}
.illness_list li a:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.illness_list li a:hover {
	text-decoration: underline;
}
.illness_icon {
    color: #000;
    position: relative;
    display: block;
}
.illness_icon:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -18px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .5em;
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    border-left: .8em solid #85c3dd;
}

.two_list li {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.three_list li {
    width: 32%;
    box-sizing: border-box;
    display: inline-block;
}

@media screen and (max-width: 767px) {
	.illness_list li {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 0;
	}

	.two_list li,
	.three_list li {
		width: 100%;
    	display: block;
	}
}


/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area .img_box img {
	float: right;
	width: 30% !important;
	margin: 0 0 20px 20px;
	display: block;
}
.context_area.img_l .img_box img {
	float: left;
	margin: 0 20px 20px 0;
}
.context_area .auto_img img {
	width: auto !important;
	display: block;
}
.text_box {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.context_area .img_box img {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 15px !important;
	}
	.context_area.img_l .text_area {
		float: none;
		width: 100%;
	}
}


/*--------------------------------------
フォントcolor
--------------------------------------*/
.txt_color {
	color: #6FBA2C;
}
.txt_link {
	color: #6FBA2C !important;
	text-decoration: underline !important;
	font-weight: bold;
	vertical-align: top;
}
.txt_link:hover {
	text-decoration: none !important;
}
.font_weight {
    color: #000;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-size: 24px;
}
.illness_title {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-size: 22px;
    margin-bottom: 10px !important;   
}


/*--------------------------------------
* 流れ
--------------------------------------*/
.flowList > li {
	position: relative;
	margin-bottom: 68px;
	background: rgba(250, 179, 221, 0.25);
	padding: 20px;
}
.flowList > li:last-child {
	margin-bottom: 0;
}
.flowList > li:after {
	border-bottom: 4px solid #ea0077;
	border-right: 4px solid #ea0077;
	bottom: -40px;
	content: "";
	display: block;
	height: 20px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	visibility: inherit;
	width: 20px;
}
.flowList > li:last-child:after {
	display: none;
}
.flow_title {
	border-bottom: 1px dashed #ea0077;
	padding-bottom: 15px;
	display: block;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-size: 22px;
	line-height: 1.4;
	color: #ea0077;
	margin-bottom: 0;
	text-transform: uppercase;
	text-shadow: inherit;
	position: relative;
}
.flow_title .num {
    background: #ea0077;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    padding: 10px 0 10px;
    text-align: center;
    width: 45px;
    letter-spacing: 0;
}

@media screen and (max-width:767px) {
	.flowList .img_box {
		position: relative;
		top: initial;
		right: initial;
		padding-left: 0;
		text-align: center;
		margin-bottom: 15px;
	}
}


/*--------------------------------------
ボックス
--------------------------------------*/
.border_box {
    border: 2px solid #ccc;
    padding: 20px;
}
.bg_box {
    background: #eaf4f8;
    padding: 40px;
}
.case_box {
    background: rgba(244, 227, 217, 0.5);
    padding: 40px;
}
.case_box dt {
    font-size: 20px;
    color: #000;
    border-bottom: 2px dotted #ed008c;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.case_box dd {
    margin-bottom: 20px;
}
.case_box dd:last-child {
    margin-bottom: 0;
}
.case_box .ic_01 li:before {
    background: #ed008c;
    width: 7px;
    height: 7px;
    top: 10px;
}

@media screen and (max-width:767px) {
	.border_top_box,
	.bg_box,
	.case_box {
		padding: 30px 20px;
	}
}


/*--------------------------------------
features_box
--------------------------------------*/
.features_box {
	border: 20px solid #86c3dd;
}
.features_box p.box_title {
	border-bottom: 5px solid #86c3dd;
	text-align: center;
	font-size: 30px;
	padding: 20px 15px;
	margin-bottom: 20px !important;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	color: #86c3dd;
}
.features_box dl {
	margin: 40px;
}
.features_box dt {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	color: #86c3dd;
	word-wrap: break-word;
	line-height: 1.2;
	position: relative;
	padding-left: 25px;
	font-size: 20px;
	margin: 0 0 10px;
}
.features_box dt:before{
	content:''; 
	height:12px; 
	width:12px; 
	display:block; 
	background:#86c3dd; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top: 4px; 
	left:5px;
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
}
.features_box dt:after{
	content:''; 
	height:8px; 
	width:6px; 
	display:block; 
	background: #86c3dd; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:20px; 
	left:2px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-75deg);
}
.features_box dd {
	margin-bottom: 25px;
}
.features_box dd:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.features_box dl {
		margin: 30px 20px;
	}
}


/*--------------------------------------
before after
--------------------------------------*/
.before_after {
	position: relative;
}
.before_after:before {
	display: block;
	content: "";
	border-left: 14px solid #6fba2c;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -7px;
}
.before_after li {
	float: left;
	width: 46%;
	position: relative;
	text-align: center;
	margin-left: 8%;
}
.before_after li:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #6fba2c;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6px;
		margin-left: -20px;
	}
	.before_after li {
		float: none;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
	border: 3px double #ed008c;
	background: #fff;
	padding: 2em 2em 1em 2em;
	list-style: none;
}
.anchorlinks:after {
	content: "";
	display: block;
	clear: both;
}
.anchorlinks li {
	position: relative;
	width: 33.33%;
	float: left;
	padding: 0 .5em 0 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.anchorlinks li:nth-child(3n) {
	padding-right: 0;
}
.anchorlinks li a {
	text-decoration: none;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .5em;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
	border-left: .8em solid #ed008c;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.anchorlinks {
		padding: 1em 1em .5em 1em;
	}
	.anchorlinks li {
		width: 50%;
		margin-bottom: .5em;
	}
	.anchorlinks li:nth-child(even) {
		padding-right: 0;
	}
	.anchorlinks li:nth-child(3n) {
		padding-right: 1em;
	}
}
@media screen and (max-width: 480px) {
	.anchorlinks li {
		width: 100%;
		padding-right: 0;
	}
}


/*--------------------------------------
* qa
--------------------------------------*/
.qa_list dt,
.qa_list dd {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.qa_list .num {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}
.qa_list dt .num span {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #6fba2c;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
}
.qa_list dd .num span {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #eff9e5;
	border-radius: 50%;
	text-align: center;
	color: #6fba2c;
	letter-spacing: 0;
}
.qa_list .txt {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.qa_list dt .txt {
	font-size: 18px;
}

.gnv_tmp_qa_q {
	border-left: 3px solid #ed008c;
	margin-bottom: 10px;
	padding: 0 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ed008c;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #fab3dd;
	margin-bottom: 10px;
	padding: 0 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #fab3dd;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_q p {
	color: #ed008c;
	font-size: 18px;
}
.gnv_tmp_qa_a p,
.gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-top: 13px;
}


/* =====================================
■ブログ
===================================== */
#blogBody #blogList {
	width: 76%;
	float: left;
	margin-bottom: 10em;
}
#blogBody #blogList .entry {
	border-bottom: 1px solid #999999;
	margin-bottom: 3em;
	padding-bottom: 3em;
}
#blogBody .contentArea .date {
	font-size: 90%;
	color: #14408c;
}
#blogBody .contentArea h3 {
	line-height: 1.4;
	font-size: 22px;
	padding: 10px 15px;
	margin-bottom: 1.4em;
	background: #fab3dd;
	font-weight: bold;
}
#blogBody .contentArea h3 a {
	word-break: break-all;
}
#blogBody .contentArea h3 a:hover {
    text-decoration: underline;
}
#blogBody .contentArea .entry a {
	word-break: break-all;
}
#blogBody .contentArea .entry a:hover {
	text-decoration: underline;
}
#blogBody .contentArea .contributor {
	color: #999999;
    font-size: 85%;
    margin: 3em 0 0.5em;
    text-align: right;
}
#blogside {
	width: 20%;
	max-width: 200px;
	float: right;
}
#blogside .archiveBox {
	margin-bottom: 2.4em;
}
#blogside h3 {
	border-top: 1px solid #ed008c;
	color: #000000;
    font-weight: normal;
    font-size: 110%;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    width: 100%;
    text-align: center;
}
#blogside li {
	font-size: 15px;
    padding-left: 12px;
    position: relative;
	line-height: 1.6em;
}
#blogside li:before {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 2px;
	padding: 0;
	background: #14408c;
	border-radius: 50%;
	top: 10px;
	left: 0;
}
#blogside li a:hover {
	opacity: 1;
	text-decoration: underline;
}
#blogside #archiveMonth li:first-child {
    display: none;
}

.blog_search_input input[type="text"] {
	display: block;
	margin: 0 auto 3px !important;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: 1px 2px 0;
	box-sizing: border-box;
	border-radius: 0;
}
.blog_search_submit {
	display: block;
	text-align: center;
	width: 98%;
	margin: 5px auto 0;
}
.blog_search_submit input[type="submit"] {
	/* background-color: #385b76 !important;
    background: linear-gradient(to bottom, #385b76 0px, #385b76 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    color: #fff;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border: 2px solid #385b76;
    border: none !important;
	margin-top: 5px; */
	padding: 0 5px;
}
/* .blog_search_submit input[type="submit"]:hover {
	background-color: #1FB8DF !important;
    background: linear-gradient(to bottom, #1FB8DF 0px, #1FB8DF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #fff !important;
} */

@media screen and (max-width:767px) {
	#blogBody #blogList {
		width: 100% !important;
		float: none;
	}
	#blogBody #blogList .entry {
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
	}
	#blogside {
		width: 100% !important;
		float: none !important;
		margin-bottom: 30px;
		max-width: 100%;
	}
}

/* navigation */
.navigation {
	overflow: hidden;
	margin-top: 52px;
}
.navigation:after {
	content: "";
	display: table;
	clear: both;
}
.navigation .prev {
	float: left;
	width: 100px;
}
.navigation .next {
	float: right;
	width: 100px;
}
.navigation a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	background: #f28c5a;
	color: #fff;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}
.navigation a:hover {
	opacity: 0.8;
}
.navigation .prev a span {
	padding-left: 8px;
}
.navigation .next a span {
	padding-right: 8px;
}
.navigation .prev a span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation ul {
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}
.navigation li {
	display: flex;
	margin: 0 1px 0 2px;
	width: 30px;
}

/* pagination */
.pagination {
	margin: 30px auto 20px;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	margin: 0.15em;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	line-height: 1.4;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	color: #888888;
	text-decoration: none;
	padding: 6px 8px;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	opacity: 0.8;
}
.pagination ul li span.current {
	display: block;
    background: #fab3dd;
    color: #fff;
    letter-spacing: 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 8px;
    line-height: 1.4;
	cursor: pointer;
}
.pagination ul li span.current:hover {
	background: #ed008c;
}
.pagination ul li a.next, .pagination ul li a.prev {
    padding: 6px 8px;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	font-size: 12px;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	font-size: 12px;
}


/* =====================================
■サイトマップ
===================================== */
h2.titleBg {
    background: #fab3dd;
    font-size: 30px;
    letter-spacing: 4px;
    padding: 15px;
    line-height: 1.2;
    font-family: "秀英丸ゴシック B","Shuei MaruGo B";
    color: #645e5e;
	text-align: center;
	margin-bottom: 30px;
}
#newsDetail h2.titleBg {
    text-align: left;
    font-size: 22px;
}
ul.sitemap_ic li, ul#sitemap_list li {
	position: relative;
	border-bottom: 1px dotted #ccc;
}
ul.sitemap_ic li:before, ul#sitemap_list li:before {
	width: 8px;
	height: 8px;
	content: '';
	display: none;
	position: absolute;
	background: #ed008c;
	border-radius: 50%;
	left: 0;
	top: 28px;
}
ul.sitemap_ic li a, ul#sitemap_list li a {
	display: block;
	padding: 20px 40px 20px 15px;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}
ul.sitemap_ic li a:before, ul#sitemap_list li a:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;	
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul#sitemap_list li a:hover {
    text-decoration: none !important;
}
ul#sitemap_list li ul.children {
    margin-bottom: 15px;
}
ul#sitemap_list li ul.children li {
	border-bottom: none;
	margin-bottom: 5px;
}
ul#sitemap_list li ul.children li:before {
    border-radius: 0;
    height: 2px;
    top: 14px;
    left: 16px;
	display: block;
}
ul#sitemap_list li ul.children li a {
    padding: 0 0 0 35px;
	display: inline-block;
}
ul#sitemap_list li ul.children li a:before {
	display: none;
}


/* =====================================
■お問い合わせ
===================================== */
.inquiryForm_message {
	text-align: center;
}
.step_list {
	width: 467px;
	margin: 0 auto 90px;
}
.step_list li {
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	color: #BFBEBD;
}
.step_list li:first-child {
	margin: 0;
}
.step_list li span {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin: 0 auto 12px;
	background: #BFBEBD;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
}
.step_list li span:after {
	display: block;
	content: "";
	width: 130px;
	height: 1px;
	background: #bfbebd;
	position: absolute;
	top: 50%;
	left: 54px;
}
.step_list li:last-child span:after {
	display: none;
}
.step_list li.current {
	color: #373431;
}
.step_list li.current span {
	background: #6fba2c;
}
.step_list li span.current:after {
	background: #6fba2c;
}
.inquiryForm_message .step_catch {
	margin-bottom: 2.4em;
	text-align: left;
}

.inquiryFormTable {
	border-top: 1px solid #999;
	padding: 2.4em 0 0;
}
.inquiryFormTable .btBox {
	border-top: 1px solid #999;
	padding: 2.4em 0 0;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 7px 10px 20px;
}
.inquiryFormTable dt {
	border-right: medium none;
    width: 25%;
    font-weight: bold;
}
.wpcf7-form-control-wrap {
	display: block;
}
.inquiryFormTable input, .inquiryFormTable select {
	width: 50% !important;
	border: 1px solid #ccc !important;
	padding: 3px;
	background: #fff;
	border-radius: 3px;
	box-sizing: border-box;
}
.inquiryFormTable textarea {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 3px;
	border-radius: 3px;
}
.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(/wp-content/uploads/ico_select.png) no-repeat right center;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
	display: none;
}
.inquiryFormTable input[type="checkbox"] {
	display: none;
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden; 
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 13px;
	box-sizing: border-box;
}
.wpcf7-list-item-label {
	position: relative;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
	display: none;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:before {
	content: "\e902";
	font-size: 25px;
	color: #BFBEBD;
	margin-right: 5px;
	vertical-align: middle;
}
.inquiryFormTable input[type="checkbox"]:checked + span label.icon-check:before {
	content: "\e903";
	color: #629827;
}
.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #6fba2c;
	background: #fff;
	box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}
.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}
.inquiryFormTable .comment {
	display: block;
	color: #63696A;
	font-size: 13px;
	margin: 0.4em 0;
	letter-spacing: 0;
}
.inquiryFormTable .required {
	color: #CC0000;
    font-size: 80%;
    font-weight: bold;
    padding-left: 0.5em;
}
.inquiryFormTable .optional {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	background: #BFBEBD;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 28px;
}

.inquiryFormTable .btBox {
	text-align: center;
	margin: 60px 0 0;
}
.inquiryFormTable .btBox input {
    background-color: #35793d !important;
    box-shadow: none !important;
    color: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border: 1px solid #ccc;
    border: none !important;
	padding: 7px 0 !important;
}
.inquiryFormTable .btBox input:hover {
    opacity: 0.7;
}
.inquiryFormTable .btBox input.wpcf7-form-control {
    width: 152px !important;
}
.inquiryFormTable .btBox input.wpcf7-back {
    margin-right: 30px;
}

span.verify_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -42px;
	top: 13px;
	display: none;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: block;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon:before {
	color: #629827;
	font-size: 25px;
	vertical-align: top;
	display: none !important;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: none;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
	font-weight: normal;
	display: block;
	font-size: 12px;
}

.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	background: #807B7B;
	color: #fff;
	width: 123px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin-top: 13px;
}
.file_btn .wpcf7-form-control-wrap {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 30px;
}
div.wpcf7 input[type="file"] {
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
}
.result_txt {
	display: block;
	word-break: break-all;
	white-space: pre-wrap;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"] {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional,
.custom-wpcf7c-confirmed .confirm_table span.comment,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
	padding-left: 0;
	margin: 0;
}
.custom-wpcf7c-confirmed .confirm_table dl {
	margin-bottom: 10px;
}
.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
	padding: 0;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}

.contact #mainimage {
    display: none;
}
.contact .gnv_tmp_bt a {
    margin: 0 auto;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}
.contact #wrapper {
    padding-top: 0;
}
.contact .wrap_contact {
    padding-top: 170px;
}
.contact .con06_section {
    background: none;
    padding: 0;
}

@media screen and (max-width: 1060px) {
	.inquiryFormTable dt {
		width: 35%;
	}
}
@media screen and (max-width: 767px) {
	.contact .wrap_contact {
		padding-top: 0;
	}
	.step_list {
		width: 400px;
		margin: 0 auto 60px;
	}
	.step_list li {
		margin-left: 50px;
	}
	.inquiryFormTable dl {
		display: block;
		margin-bottom: 20px;
	}
	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dt {
		padding: 0;
		margin-bottom: 8px;
	}
	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		display: inline-block;
		position: static;
		top: initial;
		right: initial;
		margin: -2px 0 0 20px;
		vertical-align: middle;
	}
	.inquiryFormTable .btBox {
		margin: 50px 0 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		width: 100% !important;
		float: none;
		font-size: 20px;
		padding: 29px 20px 28px 20px;
		box-sizing: border-box;
		background-position: 96% center !important;
		text-align: center;
	}
	.inquiryFormTable .btBox input[type="submit"].disabled,
	.inquiryFormTable .btBox input[type="submit"].abled {
		padding: 29px 20px 28px 20px;
	}
	.inquiryFormTable .wpcf7-back {
		margin-bottom: 15px;
	}
	.file_btn {
		margin-top: 0;
	}
	.custom-wpcf7c-confirmed .confirm_table dt {
		margin-bottom: 0;
	}
	.inquiryFormTable .btBox input.wpcf7-back {
		margin-right: 0;
	}
	.inquiryFormTable .btBox input.wpcf7-form-control {
		width: 100% !important;
	}
	.inquiryFormTable dd {
		padding: 0;
	}
	.inquiryFormTable input, .inquiryFormTable select {
		width: 100% !important;
	}
}
@media screen and (max-width: 480px) {
	.step_list {
		width: 270px;
	}
	.step_list li {
		width: 70px;
		margin-left: 30px;
		font-size: 16px;
	}
	.step_list li span:after {
		width: 60px;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
}


/* =====================================
■NOTFOUND
===================================== */
.contentArea {
	margin-bottom: 2em;
}
#notfoundBody .contentArea p {
	line-height: 1.4em;
	margin: 1em 0;
	text-align: center;
}
#notfoundBody .contentArea p strong {
	font-weight: bold;
	font-size: 130%;
}
#notfoundBody form {
	text-align: center;
}
/* input,
button,
select,
textarea {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
} */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="text"] {
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 5px;
}
#notfoundBody form input {
	padding: 5px;
}
#notfoundBody form input.searchButton {
	padding: 0 5px;
}
#notfoundBody form input.searchButton:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.btn_melsplan{
  position: fixed;
  z-index: 5;
  right: 95px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .btn_melsplan{
    right: auto;        
    left: 20px;
    width: 250px;
  }
}