@charset"utf-8";

*{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	font-family: "dnp-shuei-mgothic-std",sans-serif;
}
img{
	max-width:100%;
	height:auto;
}
#top{
	width: 100%;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/*---ヘッダーエリア---*/
header{
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
h1{
	width: 90%;
	margin: 5px 5%;
	font-size: 0.7em;
	font-weight: normal;
	color: #0f2845;
}
header > div{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#top_logo{
	width: 45%;
	max-width: 300px;
	float: left;
}
#top_logo > img{
	width: 100%;
}
#top_tel{
	float: right;
	position: absolute;
	bottom: 20px;
	right: 65px;
}
#mb_tel{
	width: 50px;
	height: 50px;
	background: #06ac97;
	border-radius: 5px;
	text-align: center;
	position: relative;
	z-index: 1020;
}
#mb_tel >a{
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
	text-decoration: none;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#mb_tel > a > p{
	font-size: 0.6em;
	line-height: 15px;
}
#mb_tel > a > .fas{
	font-size: 1.5em;
}
header #pc_tel{
	display: none;
}
header .schedule{
	display: none;
}
#mb_nav{
	width: 100%;
	position: relative;
}
#nav_btn{
	width: 50px;
	height: 50px;
	background: #06ac97;
	border-radius: 5px;
	text-align: center;
	float: right;
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 1030;
}
#nav_btn:hover{
	cursor: pointer;
}
#nav_btn > div{
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
	text-decoration: none;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#nav_btn > div > p{
	font-size: 0.6em;
	line-height: 15px;
}
#nav_btn > div > .fa{
	font-size: 1.5em;
}
#mb_nav ul{
	width: 100%;
	list-style: none;
	text-align: center;
	position: absolute;
	top: 100%;
	right: 0;
	float: left;
}
#mb_nav ul li{
	width: 100%;
	line-height: 3em;
	background: rgba( 240, 148, 177, 0.9);
	border-bottom: solid 1px #f8c7d7;
	font-size: 1.1em;
}
#mb_nav ul li:last-of-type{
	border-bottom: none;
}
#mb_nav ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #ffffff;
}

/*---メインエリア---*/
main{
	width: 100%;
	margin-top: 30%;
}
/*---グローバルナビエリア---*/
#gl_nav{
	display: none;
}

/*---診察時間のご案内---*/
.schedule{
	width: 90%;
	margin: 0 auto;
}
.schedule table{
	width: 100%;
    border-radius:10px;
    border: none;
  	border-spacing: 0;
}
.schedule table caption{
	width: 172px;
	margin: 50px auto 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #0f2845;
	position: relative;
}
.schedule table tbody{
	width: 100%;
}
.schedule table tbody tr{
	width: 100%;
	line-height: 2em;
	text-align: center;
}
.tb_time{
	/*width: 40%;*/
	width: 28%;
	/*background: #34ad0a;*/
	background: #06ac97;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #ffffff;
	/*font-size: 0.8em;*/
	font-weight: normal;
	color: #ffffff;
}
.tb_time_l{
	border-bottom: none;
}
.tb_l{
	border-radius: 10px 0 0 0;
	font-size: 1em;
}
.tb_lb{
	border-radius: 0 0 0 10px;
}
.tb_r{
	border-radius: 0 10px 0 0;
}
.tb_rb{
	border-radius: 0 0 10px 0;
}
.tb_week th:nth-of-type(n+2){
	/*background: #34ad0a;*/
	width: 12%;
	background: #06ac97;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: none;
	/*font-size: 0.8em;*/
	font-weight: normal;
	color: #ffffff;
}
.tb_week th:nth-of-type(2){
	border-left: 1px solid #fff; 
}
.tb_week th:last-of-type{
	border-right: none;
}
.schedule table tbody tr td{
	border-top: none;
	border-left: none;
	/*border-right: 1px solid #34ad0a;
	border-bottom: 1px solid #34ad0a;*/
	border-right: 1px solid #06ac97;
	border-bottom: 1px solid #06ac97;
	color: #0f2845;
}
.schedule > p{
	width: 100%;
	margin: 20px 0;
	text-align: center;
	color: #0f2845;
}
.schedule > div{
	display: flex;
}
.schedule > div > p:first-of-type,
.schedule > div > p:last-of-type{
	flex-basis: 20%;
}
.schedule > div > p:nth-of-type(2){
	width: 60%;
	line-height: 2em;
	padding-top: 15px;
	text-align: center;
	font-size: 0.9em;
}
.schedule > div > p:nth-of-type(2) span{
	padding-bottom: 3px;
	border-bottom: dotted 4px #fcca21;
}
.schedule > div > p > img{
	width: 100%;
}



main > iframe{
	width: 100%;
	vertical-align: bottom;
}

#contents{
	width:90%;
	max-width:1000px;
	margin:auto;
}

/*---フッターロゴエリア---*/
#f_logo_mb{
	width: 50%;
	max-width: 250px;
	margin: 60px auto 20px;
}
#f_logo_mb img{
	width: 100%;
}
#f_logo_pc{
	display: none;
}

/*---フッターアドレスエリア---*/
#about > address{
	width: 70%;
	max-width: 300px;
	margin: 0 auto 30px;
	padding-top: 50px;
	font-style: normal;
	text-align: center;
	color: #0f2845;
	position: relative;
} 
#about > address > p:first-of-type{
	width: 80px;
	line-height: 1.5em;
	padding: 15px 5px 10px;
	background: #8152ce;
	border-radius: 50%;
	font-size: 0.8em;
	color: #ffffff;
	position: absolute;
	top: -10px;
	right: 0;
}
#about > address > p:first-of-type:after{
	border-style: solid;
    border-width: 15px 15px 0 1px;
    border-color: rgb(129,82,206) transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 20px;
    width: 0px;
    height: 0px;
    z-index: 50;
}
#about > address > p:last-of-type{
	margin-bottom: 20px;
}
#about > address > p > span{
	font-size: 0.8em;
}
#pc_tel p{
	width: 180px;
	margin: 0 auto 5px;
	border-bottom: dotted 4px #e66398;
	font-size: 0.8em;
}
#pc_tel a{
	text-decoration: none;
	font-size: 1.5em;
	color: #0f2845;
}
/*---googlemapエリア---*/
footer > div > iframe{
	display: block;
	margin: 0 auto 60px;
	vertical-align: bottom;
}
/*---コピーライト---*/
footer > p{
	width: 100%;
	line-height: 2em;
	background: #06ac97;
	text-align: center;
	font-size: 0.4em;
	color: #ffffff;
	position: relative;
	z-index: 3100;
}

/*---ページトップへ戻るボタン---*/
#goto-pagetop{
	position: fixed;
	bottom: 0;
	right: 5px;
	z-index: 3000;
}
#goto-pagetop a{
	display: block;
	overflow: hidden;
	width: 130px;
	height: 100px;
	text-decoration: none;
	position: relative;
}
#goto-pagetop span{
	width: 40px;
	line-height: 1.5em;
	padding: 5px;
	background: pink;
	border-radius: 50%;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	position: absolute;
	top: 10px;
	left: 0;
}
#goto-pagetop span:after{
	border-style: solid;
    border-width: 10px 1px 10px 10px;
    border-color: pink transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -15px;
    right: 10px;
    width: 0px;
    height: 0px;
    z-index: 50;
}
#goto-pagetop a:before{
	display: block;
	content: "";
	width: 100px;
	height: 100px;
	background: url(../image/fukuincho.png);
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}



/*---タブレットサイズ(650px以上)---------------------------------------*/
@media screen and (min-width: 650px){
	/*---ヘッダーエリア---*/
	#top_logo{
		width: 30%;
	}
	#mb_tel{
		display: none;
	}
	#top_tel{
		width: 30%;
		position: absolute;
		bottom: 20px;
    	left: 32%;
	}
	header #pc_tel{
		display: block;
		text-align: center;
	}
	header #pc_tel a{
		font-size: 1em;
	}
	header .schedule{
		display: block;
		width: 36%;
		float: right;
		font-size: 0.7em;
	}
	header .schedule table caption{
		display: none;
	}
	header > div > .schedule p{
		margin: 3px 0;
		font-size: 0.8em;
	}
	#mb_nav{
		display: none;
	}
	/*---グローバルナビエリア---*/
	#gl_nav{
		display: block;
		width: 100%;
		line-height: 2.5em;
		background: #e66398;
		position: fixed;
	}
	#gl_nav ul{
		width: 90%;
		max-width: 950px;
		margin: 0 auto;
		list-style: none;
		display: flex;
		justify-content: space-around;
	}
	#gl_nav ul li{
		flex-basis: 16.666%;
		text-align: center;
	}
	#gl_nav ul li a{
		display: block;
		margin: auto;
		text-decoration: none;
		font-size: 0.8em;
		color: #ffffff;
	}
	#gl_nav ul li:nth-of-type(4){
		background: #0f2845;
	}
	#gl_nav ul li:hover{
		background: #0f2845;
	}
	#gl_nav ul li a i{
		padding-left: 3px
	}

	/*---メインエリア---*/
	main{
		margin-top: 200px;
	}
	/*---アクセス方法のご案内---*/
	.non_br{
		display: none;
	}

	/*---診察時間のご案内---*/
	.schedule > div > p:nth-of-type(2){
		font-size: 1.1em;
	}

	/*---フッターエリア---*/
	footer .schedule{
		max-width: 500px;
	}
	#about{
		width: 50%;
		float: left;
	}
	#f_logo_mb{
		margin-top: 50px;
	}
	#about > address{
		padding-top: 0;
	}
	#about > address > p:first-of-type{
		top: -50px;
		right: -40px;
	}
	footer > div > iframe{
		width: 40%;
		margin: 50px 5% 0;
		float: right;
	}
}

/*---PCサイズ（750px以上）-------------------------------------*/
@media screen and (min-width: 750px){
/*---グローバルナビエリア---*/
	header #pc_tel a{
		font-size: 1.5em;
	}
}

/*---PCサイズ（1000px以上）-------------------------------------*/
@media screen and (min-width: 1000px){
	/*---ヘッダーエリア---*/
	header{
		position: relative;
	}
	h1{
		max-width: 1100px;
		margin: 10px auto 0;
		font-size: 1em;
	}
	header > div{
		max-width: 1100px;
		margin: 0 auto;
	}
	header .schedule{
		font-size: 1em;
	}
	#pc_tel p{
		width: 220px;
		font-size: 1em;
	}
	#pc_tel a,
	header #pc_tel a{
		font-size: 2em;
	}
	/*---グローバルナビエリア---*/
	#gl_nav{
		position: static;
	}
	#gl_nav ul li a{
		font-size: 1em;
	}

	/*---メインエリア---*/
	main{
		margin-top: 0;
		padding-top: 20px;
	}
	/*---アクセス方法のご案内---*/
	#access h2{
		width: 295px;
		line-height: 40px;
		font-size: 1.8em;
	}
	#access h2:before{
		width: 40px;
	    height: 40px;
	    left: -40px;
	}
	#access h2:after{
		width: 40px;
	    height: 40px;
	    right: -40px;
	}
	#access > p{
		width: 400px;
	}
	#access > p::before{
		width: 180px;
		height: 231px;
		left: -100px;
		bottom: -50px;
	}
	#access > p::after{
		width: 140px;
		height: 206px;
		right: -100px;
		bottom: -50px;
	}
	#access address{
		padding: 50px 0;
		font-size: 1.3em;
	}

	/*---フッターエリア---*/
	footer{
		width: 100%;
		padding: 40px 0 0;
		background: #06ac97;
	}
	footer > div{
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	/*---フッター診察時間エリア---*/
	footer .schedule{
		width: 32%;
		float: left;
	}
	footer .tb_time{
		background: #0f2845;
		color: #ffffff;
	}
	footer .tb_week th:nth-of-type(n+2){
		background: #0f2845;
		color: #ffffff;
	}
	footer .schedule table tbody tr td{
		background: #ffffff;
		border-right: 1px solid #0f2845;
    	border-bottom: 1px solid #0f2845;
	}

	/*---フッターロゴエリア---*/
	#about{
		width: 32%;
		margin: 0 2%;
	}
	#about > address{
		width: 100%;
		color: #ffffff;
	}
	#f_logo_mb{
		display: none;
	}
	#f_logo_pc{
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 50px;
	}
	#f_logo_pc img{
		width: 100%;
	}
	#about > address > p:first-of-type{
		width: 100px;
		font-size: 1em;
	}
	#about > address > p:first-of-type:after{
		top: 65px;
	}
	#about > address > p:last-of-type{
		margin-bottom: 30px;
	}
	footer #pc_tel p{
		border-bottom: dotted 4px #caf5ff;
	}
	footer #pc_tel a{
		color: #ffffff;
	}
	/*#about > address > p:first-of-type{
		right: -100%;
	}*/
	/*---googlemapエリア---*/
	footer > div > iframe{
		width: 32%;
		max-width: 300px;
		margin: 0;
	}
	/*---コピーライトエリア---*/
	footer > p{
		z-index: 2900;
	}
	/*---トップへ戻るボタン---*/
	#goto-pagetop{
		bottom: -10px;
		right: 10px;
	}

}
/*---PCサイズ（1200px以上）-------------------------------------*/
@media screen and (min-width: 1200px){
	/*---メインフォトエリア---*/
	
}



/*==================================================================

  $blog （一覧）

==================================================================*/
#contents{
		max-width:1000px;
		width:90%;
	}

/*---ワードプレスエリア---*/
#wp{
	width: 100%;
}
#wp ul{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	z-index: 500;
}
.wordpress-container{
	flex-basis: 60%;
	margin: 20px auto;
	padding: 20px 0;
	background: #f094b1;
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	position: relative;
}
.wordpress-container:nth-of-type(even){
	background: #fee6e7;
	border-radius: 15px 200px 15px 185px / 240px 15px 100px 15px;
}
.wordpress-container:first-of-type::before{
	display: block;
	content: "";
	width: 90px;
	height: 134px;
	background: url(../image/n_3.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: -1;
	animation-name: yurayura1;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}
.wordpress-container:nth-of-type(3):before{
	display: block;
	content: "";
	width: 90px;
	height: 132px;
	background: url(../image/n_7.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: -1;
	animation-name: yurayura2;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
.wordpress-container:nth-of-type(5):before{
	display: block;
	content: "";
	width: 90px;
	height: 123px;
	background: url(../image/n_5.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	animation-name: yurayura3;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}

@keyframes yurayura1{
	0%{
		transform: rotate( 0deg);
		right: 0;
	}
	10%{
		transform: rotate( 40deg);
		right: -60px;
	}
	15%{
		transform: rotate( 40deg);
		right: -60px;
	}
	25%{
		transform: rotate( 40deg);
		right: -60px;
	}
	35%{
		transform: rotate( 0deg);
		right: 0;
	}
	100%{
		transform: rotate( 0deg);
		right: 0;
	}
}
@keyframes yurayura2{
	0%{
		transform: rotate( 0deg);
		top: 10px;
		left: 0;
	}
	5%{
		transform: rotate( 0deg);
		top: 10px;
		left: 0;
	}
	10%{
		transform: rotate( -20deg);
		top: -60px;
		left: -50px;
	}
	15%{
		transform: rotate( -20deg);
		top: -60px;
		left: -50px;
	}
	20%{
		transform: rotate( 0deg);
		top: 10px;
		left: 0;
	}
	50%{
		transform: rotate( 0deg);
		top: 10px;
		left: 0;
	}
	55%{
		transform: rotate( 150deg);
		top: 40%;
		left: 50%;
	}
	60%{
		transform: rotate( 150deg);
		top: 75%;
		left: 85%;
	}
	70%{
		transform: rotate( 150deg);
		top: 75%;
		left: 85%;
	}
	80%{
		transform: rotate( 150deg);
		top: 40%;
		left: 50%;
	}
	90%{
		transform: rotate( 0deg);
		top: 40%;
		left: 50%;
	}
	100%{
		transform: rotate( 0deg);
		top: 10px;
		left: 0;
	}
}
@keyframes yurayura3{
	0%{
		transform: rotate( 0deg);
		left: 0;
	}
	10%{
		transform: rotate( 0deg);
		left: 0;
	}
	15%{
		transform: rotate( -15deg);
		left: -60px;
	}
	20%{
		transform: rotate( -15deg);
		left: -60px;
	}
	25%{
		transform: rotate( 0deg);
		left: 0;
	}
	45%{
		transform: rotate( 0deg);
		left: 60%;
	}
	50%{
		transform: rotate( 20deg);
		left: 90%;
	}
	60%{
		transform: rotate( 20deg);
		left: 90%;
	}
	75%{
		transform: rotate( 0deg);
		left: 60%;
	}
	80%{
		transform: rotate( 0deg);
		left: 0;
	}
	100%{
		transform: rotate( 0deg);
		left: 0;
	}
}
#wp ul li{
	width: 80%;
	margin: 0 auto;
}
#wp ul li span{
	padding-bottom: 1px;
	border-bottom: dotted 5px #fcca21;
}
#wp ul li a{
	text-decoration: none;
	color: #0f2845;
}
#wordpress-img{
	width: 98%;
	margin: 0 auto;
}
#wordpress-img img{
	width: 100%;
	height: 100%;
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}
.wordpress-container:nth-of-type(even) #wordpress-img img{
	border-radius: 15px 200px 15px 185px / 240px 15px 100px 15px;
}
#wordpress-date{
	margin: 10px 0;
	font-size: 0.8em;
}


.blog_list{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:41px 0;
  margin:50px 0 101px;
}
.blog_list li{
  width:278px;
}

.blog_list li a{
  width:100%;
  display:inline-block;
  color:#555;
}

.blog_list li a .blog_date{
  font-size:14px;
  letter-spacing: 0.1em;
  margin:0 0 5px;
}

.blog_list li a .blog_thumb{
  margin:0 0 10px;
}

.blog_list li a .blog_tit{
  font-size:20px;
  font-weight:600;
  letter-spacing: 0.1em;
}

/*--------------------ページャー--------------------*/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  font-size: 16px;
  padding: 9px 8px;
  margin: 0 auto 103px;
  border-radius: 3px;
  text-align: center !important;
  font-weight: bold;
}

.pager:after {
  display: block;
  content: "";
  clear: both;
}

.current {
	width: 60px;
	height: 60px;
  background: #707070;
  color: #FFF475;
/*   padding: 8px 12px; */
  display: inline-block;
  line-height: 60px;
  font-size:16px;
  font-weight:bold;
  border-radius:10px;
}

.pager .dots{
  font-size:22px;
}

.pager a {
	width: 60px;
	height: 60px;
  display: inline-block;
  text-decoration: none;
/*   padding: 8px 12px; */
  transition: all 0.2s linear;
  background: #fff;
  border:1px solid #707070;
  color: #032137;
  line-height: 60px;
  font-size:22px;
  border-radius:10px;
}

.pager a.prev,.pager a.next{
  display:none;
}

.pager a:hover {
  background: #032137;
  color: #fff;
}

.pager a:active {
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
}


.post_link {
		display: flex;
		justify-content: center;
		gap: 30px;
		margin:0 0 40px;
}
.post_link a {
		position: relative;
		border-bottom: 1px solid #707070;
		font-size: 12px;
		letter-spacing: 0.06em;
		color: #555;
		text-decoration: none;
		text-decoration: none;
}
.post_link a i {
		position: absolute;
		left: -20px;
		top: 0;
		bottom: 0;
		margin: auto;
		line-height: 22px;
		font-size:16px;
}
.post_link a:last-child i {
		left: auto;
		right: -20px;
}


/*==================================================================

  $blog （記事）

==================================================================*/
.blog_content .date{
  font-size:14px;
  letter-spacing: 0.1em;
}
.blog_content .blog_tit{
  font-size:24px;
  line-height:1.3;
  padding:10px 0 20px;
  border-bottom:1px solid #707070;
}


@media screen and (min-width: 1200px){
	
	/*---メインフォトエリア---*/
	#mainphoto_ca > p:first-of-type{
		width: 13%;
		left: 28%;
		bottom: -10px;
	}
	#mainphoto_ca > p:last-of-type{
		width: 	13%;
		right: 28%;
		bottom: -10px;
	}
	#mainphoto_text{
		right: 15%;
	}
	#mainphoto_text > p{
		font-size: 1.8em;
	}
	#mainphoto_text > p:first-of-type,
	#mainphoto_text > p:last-of-type{
		width: 60px;
		height: 200px;
	}
	#mainphoto_text > p:nth-of-type(2){
		width: 60px;
		height: 400px;
		margin-top: 30px;
	}
	#mainphoto_text > p:nth-of-type(3){
		margin-top: 270px;
	}

	/*---コンセプトエリア---*/
	#concept > p{
		line-height: 2.2em;
	}

	/*---院長のこごとエリア---*/
	#wp ul{
		max-width: 1000px;
		margin: 0 auto;
	}
	.wordpress-container{
		flex-basis: 27%;
	}
	.wordpress-container:nth-of-type(odd){
		margin-left: 3.16%;
		margin-right: 3.16%;
	}
	.wordpress-container:nth-of-type(even){
		margin-left: 3.16%;
		margin-right: 3.16%;
	}
	.wordpress-container:nth-of-type(3){
		background: #f094b1;
	}
	.wordpress-container:nth-of-type(3):before{
		display: block;
	}
	.wordpress-container:nth-of-type(4){
		background: #fee6e7;
	}
	.wordpress-container:nth-of-type(4):before{
		display: none;
	}

	/* ブログ記事 */
	.box{
		margin:50px auto 0;
		width:1000px;
	}
	.blog_content {
			margin: 0 0 140px;
	}
	.blog_content .date {
			font-size: 14px;
			letter-spacing: 0.1em;
	}
	.blog_content .blog_tit {
			font-size: 24px;
			line-height: 1.3;
			padding: 10px 0 20px;
			margin: 0 0 10px;
			border-bottom: 1px solid #707070;
	}
	.blog_text{
		padding:40px 0;
	}

	.post_link {
			display: flex;
			justify-content: center;
			gap: 100px;
			margin:0 0 40px;
	}
	.post_link a {
			position: relative;
			border-bottom: 1px solid #707070;
			font-size: 16px;
			letter-spacing: 0.06em;
			color: #555;
			text-decoration: none;
	}
	.post_link a i {
			position: absolute;
			left: -20px;
			top: 0;
			bottom: 0;
			margin: auto;
			line-height: 29px;
	}
	.post_link a:last-child i {
			left: auto;
			right: -20px;
	}


}


/* Blog footer alignment 20260819 */
footer{
	width: 100%;
}footer div{
	width: 100%;
}footer #pc_tel span{
	display:inline;
}footer #schedule{
	width: 90%;
	margin: 0 auto;
}footer #schedule table{
	width: 100%;
    border-radius:10px;
    border: none;
  	border-spacing: 0;
}footer #schedule table caption{
	width: 172px;
	margin: 50px auto 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #0f2845;
	position: relative;
}footer #schedule table tbody{
	width: 100%;
}footer #schedule table tbody tr{
	width: 100%;
	line-height: 2em;
	text-align: center;
}footer .tb_time{
	
	width: 28%;
	
	background: #06ac97;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #ffffff;
	
	font-weight: normal;
	color: #ffffff;
}footer .tb_time_l{
	border-bottom: none;
}footer .tb_l{
	border-radius: 10px 0 0 0;
	font-size: 1em;
}footer .tb_lb{
	border-radius: 0 0 0 10px;
}footer .tb_r{
	border-radius: 0 10px 0 0;
}footer .tb_rb{
	border-radius: 0 0 10px 0;
}footer .tb_week th:nth-of-type(n+2){
	
	width: 12%;
	background: #06ac97;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: none;
	
	font-weight: normal;
	color: #ffffff;
}footer .tb_week th:nth-of-type(2){
	border-left: 1px solid #fff; 
}footer .tb_week th:last-of-type{
	border-right: none;
}footer #schedule table tbody tr td{
	border-top: none;
	border-left: none;
	
	border-right: 1px solid #06ac97;
	border-bottom: 1px solid #06ac97;
	color: #0f2845;
}footer #schedule > p{
	width: 100%;
	margin: 20px 0;
	text-align: center;
	color: #0f2845;
}footer #f_logo_mb{
	width: 50%;
	max-width: 250px;
	margin: 60px auto 20px;
}footer #f_logo_mb img{
	width: 100%;
}footer #f_logo_pc{
	display: none;
}footer #about > address{
	width: 70%;
	max-width: 300px;
	margin: 0 auto 30px;
	padding-top: 50px;
	font-style: normal;
	text-align: center;
	color: #0f2845;
	position: relative;
}footer #about > address > p:first-of-type{
	width: 80px;
	line-height: 1.5em;
	padding: 15px 5px 10px;
	background: #8152ce;
	border-radius: 50%;
	font-size: 0.8em;
	color: #ffffff;
	position: absolute;
	top: -10px;
	right: 0;
}footer #about > address > p:first-of-type:after{
	border-style: solid;
    border-width: 15px 15px 0 1px;
    border-color: rgb(129,82,206) transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 20px;
    width: 0px;
    height: 0px;
    z-index: 50;
}footer #about > address > p:last-of-type{
	margin-bottom: 20px;
}footer #about > address > p > span{
	font-size: 0.8em;
}footer #pc_tel p:first-of-type{
	width: 180px;
	margin: 0 auto 15px;
	border-bottom: dotted 4px #e66398;
	font-size: 0.8em;
}footer #pc_tel .tel{
	text-decoration: none;
	padding:0;
}footer #pc_tel a.tel{
	text-decoration: none;
	font-size: 1.5em;
	color: #0f2845;
}footer #pc_tel a.mail{
	text-decoration: none;
	font-size: 1em;
	
	padding:15px;
	border-radius:10px;
	color:#fff;
	background:#e66398;
	display:inline-block;
}footer #mail{
	margin-top: 20px;
}footer #mail a{
	font-size: 0.9em;
}footer .fa-envelope{
	padding-left: 5px;
}footer > div > iframe{
	display: block;
	margin: 0 auto 60px;
	vertical-align: bottom;
}footer > p{
	width: 100%;
	line-height: 2em;
	background: #06ac97;
	text-align: center;
	font-size: 0.4em;
	color: #ffffff;
	position: relative;
	z-index: 3100;
}#goto-pagetop{
	position: fixed;
	bottom: 0;
	right: 5px;
	z-index: 3000;
}#goto-pagetop a{
	display: block;
	overflow: hidden;
	width: 130px;
	height: 100px;
	text-decoration: none;
	position: relative;
}#goto-pagetop span{
	width: 40px;
	line-height: 1.5em;
	padding: 5px;
	background: pink;
	border-radius: 50%;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	position: absolute;
	top: 10px;
	left: 0;
}#goto-pagetop span:after{
	border-style: solid;
    border-width: 10px 1px 10px 10px;
    border-color: pink transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -15px;
    right: 10px;
    width: 0px;
    height: 0px;
    z-index: 50;
}#goto-pagetop a:before{
	display: block;
	content: "";
	width: 100px;
	height: 100px;
	background: url(../image/fukuincho.png);
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}




@media screen and (min-width: 650px){
footer #schedule{max-width:500px;}
footer #about{width:50%;float:left;}
footer #f_logo_mb{margin-top:50px;}
footer #about > address{padding-top:0;}
footer #about > address > p:first-of-type{top:-50px;right:-40px;}
footer #mail{margin-top:0;}
footer #mail a{font-size:.8em;}
footer > div > iframe{width:40%;margin:50px 5% 0 0;float:right;}
footer #pc_tel span{display:none;}
}
@media screen and (min-width: 750px){footer #mail a{font-size:.9em;}}
@media screen and (min-width: 1000px){
footer #pc_tel span{display:inline;}
footer{width:100%;padding:40px 0 0;background:#06ac97;}
footer > div{width:90%;max-width:1100px;margin:0 auto;padding-bottom:30px;}
footer #schedule{display:block;width:32%;float:left;}
footer .tb_time{background:#0f2845;color:#fff;}
footer .tb_week th:nth-of-type(n+2){background:#0f2845;color:#fff;}
footer #schedule table tbody tr td{background:#fff;border-right:1px solid #0f2845;border-bottom:1px solid #0f2845;}
footer #about{width:32%;margin:0 2%;}
footer #about > address{width:100%;color:#fff;}
footer #f_logo_mb{display:none;}
footer #f_logo_pc{display:block;width:100%;max-width:300px;margin:0 auto 50px;}
footer #f_logo_pc img{width:100%;}
footer #about > address > p:first-of-type{width:100px;font-size:1em;}
footer #about > address > p:first-of-type:after{top:65px;}
footer #about > address > p:last-of-type{margin-bottom:30px;}
footer #pc_tel p:first-of-type{width:240px;font-size:1em;border-bottom:dotted 4px #caf5ff;}
footer #pc_tel a.tel{color:#fff;}
footer #pc_tel span{display:inline;}
footer #mail:hover a{color:#0f2845;}
footer #mail a{font-size:1em;}
footer > div > iframe{width:32%;max-width:300px;margin:0;}
footer > p{z-index:2900;}
#goto-pagetop{bottom:-10px;right:10px;}
}
