/*
Theme Name:  XXXXXXXXXXXXXXXXXXXXXXX
Theme URI:
Description:
Version: 1.0
Author: 
Author URI:
*/


body {
	font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #222;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.03em;
	text-align: justify;
	font-weight: 400;
	font-style: normal;
}
a {
	color: #222;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#9d7f6a;
}

::selection{background-color:#cfa972; color: #FFF;}
::-moz-selection{background-color:#cfa972; color: #FFF;}

body , header , footer{
	min-width: 1300px;
	max-width: 1920px;
	margin: auto;
}
@media screen and (max-width:640px) {
	body{font-size: 15px;}
	body,header,footer{min-width: 400px;}
}



/*============================================================================

	モーション　＊　文字が１文字ずつ出る

============================================================================*/
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 2s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}



/*============================================================================

	モーション　＊　wowオリジナル　fadeInUpMin

============================================================================*/
.fadeInUpMin {
    animation-name: fadeInUpMin;
}
@keyframes fadeInUpMin {
    from { opacity: 0; transform: translate3d(0, 10%, 0);}
    to { opacity: 1; transform: none;}
}



#loftloader-wrapper {
	min-width: 400px !important;
}
#loftloader-wrapper .loader-section.section-fade {
	min-width: 400px !important;
}




/*============================================================================

	#mainvisual　＊　下層のMV

============================================================================*/
#mainvisual {
	position: relative;
	width: 100%;
	height: 350px;
	top: 120px;
	margin-bottom: 120px;
	background: url("images/top/img01.jpg") center top -70px no-repeat;
	background-size: cover;
	animation: mainfadeIn 0.5s ease forwards; /*mainのところにmainfadeIn有り*/ 
}
#mainvisual #main_title {
	position: absolute;
	width: inherit;
	height: inherit;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	box-sizing: border-box;
	padding-left: 5%;
	background: rgba(0,0,0,.4);
	color: #FFF;
	line-height: 1;
}
#mainvisual #main_title h2 {
	position: relative;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 50px;
	padding-left: 5px;
	font-size: 24px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	letter-spacing: 3px;
}
#mainvisual #main_title span {
	display: block;
	font-size: 80px;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	letter-spacing: 8px;
}
@media screen and (max-width:640px) {
	#mainvisual {
		height: 200px;
		top: 30px;
		margin-bottom: 30px;
		background: url("images/top/img01.jpg") center top no-repeat;
		background-size: cover;
	}
	#mainvisual #main_title {
		align-content: center;
	}
	#mainvisual #main_title h2 {
		padding-top: 15px;
		padding-bottom: 0;
		font-size: 16px;
		letter-spacing: 2px;
	}
	#mainvisual #main_title span {
		font-size: 40px;
		letter-spacing: 4px;
	}
}


/*------------------------------ ページごとにMV変更 ------------------------------
.page-template-blog #mainvisual {background: url(images/MV_01.jpg) center top no-repeat;}
.page-template-products #mainvisual {background: url(images/MV_02.jpg) center top no-repeat;}
.page-id-94 #mainvisual {background: url(images/MV_03.jpg) center top no-repeat;}
.page-id-169 #mainvisual {background: url(images/MV_04.jpg) center top no-repeat;}
.single #mainvisual {background: url(images/MV_01.jpg) center top no-repeat;}






/*==================================================================

	ぱんくず

==================================================================
.breadcrumbs {	
	width:100%;
	margin:0 auto 30px;
	padding-bottom:15px;
	border-bottom: 1px solid #fff;
	font-size:13px;
	color:#7e5b43;
}	
.breadcrumbs p {	
	width:100%;
	margin:auto;
}	
.breadcrumbs i {	
	color:#cfa972;
	margin-right:5px;
}	
.breadcrumbs a {	
	color:#7e5b43;
}	



/*==================================================================

	main

==================================================================*/
main {
	background: #FFF;
	animation: mainfadeIn 0.8s ease forwards;
}
@keyframes mainfadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.bg_color {
	padding: 80px 0;
	background: #f7f6f2;
}



/*==================================================================

	 タイトル

==================================================================*/
h3 {
	margin-bottom: 60px;
	text-align: center;
}
h3 p {
	font-size: 90px;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	letter-spacing: 7px;
	line-height: 1.4;
}
h3 em {
	display: block;
	font-size: 24px;
	font-family: "Shippori Mincho B1", serif;
	letter-spacing: 4px;
}
@media screen and (max-width:640px) {
	h3 {
		margin-bottom: 40px;
	}
	h3 p {
		font-size: 50px;
		letter-spacing: 4px;
		line-height: 1;
	}
	h3 em {
		margin-top: 15px;
		font-size: 19px;
		letter-spacing: 2px;
	}
}



h4 {
	position: relative;
    margin: 0 auto 60px;
    text-align: center;
}
h4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 49%;
    left: 0;
    background: #12a498;
}
h4 p {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	background: #FFF;
    font-size: 26px;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 2px;
	z-index: 2;
}
.bg_color h4 p {
	background: #f7f6f2;
}
@media screen and (max-width:640px) {
	h4 {
		margin-bottom: 40px;
	}
	h4::before { display: none;}
	h4 p {
		display: block;
		padding: 17px 0;
		font-size: 21px;
		letter-spacing: 1px;
		border-top: 1px solid #12a498;
		border-bottom: 1px solid #12a498;
	}
}




h5 {
	color: #12a498;
    font-size: 24px;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 2px;
}
@media screen and (max-width:640px) {
	h5 {
		font-size: 21px;
		letter-spacing: 1px;
	}
}




h6 {
	color: #A38C73;
    font-size: 20px;
    font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width:640px) {
	h6 {
		font-size: 19px;
	}
}








/*==================================================================

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
	line-height: 2.2;
}
.text:last-child{
	margin-bottom:0;
}
.text a {
	color: #12a498;
}
.text a:hover {
	color: #A38C73;
}




/*==================================================================

	btn

==================================================================*/
.btn01 {
	margin-top: 20px;
	text-align: center;
}
.btn01 a {
	position: relative;
	display: inline-block;
	padding: 13px 70px;
	transition: 0.3s ease-out;
	background: #edeae3;
	font-family: "Shippori Mincho B1", serif;
}
.btn01 a::before {
	position: absolute; content: "";
	top: -3px; left: 0;
	width: 100%; height: 1px;
	background: #806140;
}
.btn01 a::after {
	position: absolute; content: "";
	bottom: -3px; left: 0;
	width: 100%; height: 1px;
	background: #806140;
}
.btn01 a:hover {
	color: #FFF;
	background: #358f8a;
}
.btn01 a:hover::before , .btn01 a:hover::after  {
	background: #358f8a;
}






/*==================================================================

		$下層共通　＊　もくじ

==================================================================*/
#toc {
	background: url("images/bg02.jpg") center bottom no-repeat;
}
#toc ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 35px 0 30px;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
#toc ul li {
	position: relative;
	margin: 0 20px 10px;
	font-family: "Shippori Mincho B1", serif;
}
#toc ul li::before {
	position: absolute; content: "";
	width: 5px; height: 5px;
	background: #999;
	border-radius: 100%;
	top: 50%; margin-top: -3px;
	left: -22px;
}
#toc ul li:first-of-type::before {
	display: none;
}
@media screen and (max-width:640px) {
	#toc {
		margin: 40px 10px 0;
	}
	#toc ul {
		display: block;
		padding: 25px 20px 20px 20px;
	}
	#toc ul li {
		margin: 0 0 7px 20px;
		font-size: 13px;
	}
	#toc ul li::before {
		width: 4px; height: 4px;
		top: 0; margin-top: 9px;
		left: -12px;
	}
	#toc ul li:first-of-type::before {
		display: block;
	}
}







/*==================================================================

		$クリニック紹介ページ

==================================================================*/


 /*------------------------------ 当院のコンセプト ------------------------------*/
#clinic01 {
	background: url("images/bg05.jpg") center top no-repeat , url("images/bg06.jpg") center bottom no-repeat , #f7f6f2;
	padding: 170px 0 110px;
	overflow-x: hidden;
}
@media screen and (max-width:640px) {
	#clinic01 {
		padding: 100px 0 40px;
	}
}



#clinic01 .clinic01_h4 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 80px;
	font-size: 32px;
	font-family: "Shippori Mincho B1", serif;
	letter-spacing: 6px;
	text-align: center;
}
#clinic01 .clinic01_h4::before {
	position: absolute; content: "";
	width: 35%;	height: 1px;
	top: 49%; left: 0;
	background: #12a498;
}
#clinic01 .clinic01_h4::after {
	position: absolute; content: "";
	width: 35%;	height: 1px;
	top: 49%; right: 0;
	background: #12a498;
}
#clinic01 .clinic01_h4:last-of-type::before , #clinic01 .clinic01_h4:last-of-type::after { /*予防歯科（悪くなる前に守る）の拘り、が長いから調整*/
	width: 20%;
}
@media screen and (max-width:640px) {
	#clinic01 .clinic01_h4 {
		margin: 0 auto 60px;
		font-size: 25px;
		letter-spacing: 1px;
		padding-bottom: 15px;
		border-bottom: 1px solid #12a498;
	}
	#clinic01 .clinic01_h4::before { display: none;}
	#clinic01 .clinic01_h4::after { display: none;}
}



#clinic01 ul {
	width: 90%;
	max-width: 1300px;
	margin: auto;
}
#clinic01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
#clinic01 li:nth-of-type(even) { /*奇数は逆*/
	flex-direction: row-reverse;
}
#clinic01 li figure {
	width: 43%;
	margin-right: 5%;
}
#clinic01 li:nth-of-type(even) figure { /*奇数は逆*/
	margin-right: 0%;
	margin-left: 5%;
}
#clinic01 li figure img {
	width: 100%;
}
#clinic01 li dl {
	width: 52%;
}
#clinic01 li dl dt {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 20px;
}
#clinic01 li dl dt p {
	font-size: 26px;
	font-family: "Shippori Mincho B1", serif;
	line-height: 1.8;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
#clinic01 li dl dt em {
	display: block;
	margin-right: 20px;
	font-size: 130px;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	background: linear-gradient(0deg, #2d6461 0%, #80cac5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
}
#clinic01 li dl dd {
	line-height: 2;
}
@media screen and (max-width:640px) {
	#clinic01 li {
		display: block;
		margin-bottom: 60px;
	}
	#clinic01 li figure {
		width: 80%;
		margin: 0 auto !important;
	}
	#clinic01 li dl {
		width: 100%;
	}
	#clinic01 li dl dt {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
	#clinic01 li dl dt p {
		font-size: 20px;
	}
	#clinic01 li dl dt em {
		display: block;
		margin: 20px 0 10px;
		font-size: 30px;
	}
}





 /*------------------------------ 診療時間・アクセス ------------------------------*/
#clinic06 .clinic_info {
	padding-top: 0;
}
#clinic06 .left h2 img {
	width: 80%;
}
@media screen and (max-width:640px) {
	#clinic06 h3 p {
		font-size: 46px;
	}
}






/*==================================================================

		$アクセスページ

==================================================================*/

 /*------------------------------ グーグルマップでのご案内 ------------------------------*/
#access03 {
	width: 90%;
	max-width: 1300px;
	margin: auto;
}
#access03 iframe {
	width: 100%;
}
#access03 .clinic_info-access {
	justify-content: center;
}
#access03 .clinic_info-access li {
	width: auto;
	font-size: 15px;
	box-sizing: border-box;
	margin: 0 15px 5px;
}
@media screen and (max-width:640px) {
	#access03 .clinic_info-access li {
		margin: 0 0 5px;
	}
}






/*==================================================================

		$下層　＊　sectionデザイン　＊　右に写真・左に文章　＊　文書短い場合

==================================================================*/
.contents01 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
.contents01 .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.contents01 figure {
	width: 45%;
}
.contents01 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.contents01 .inner .text {
	width: 49%;
}
@media screen and (max-width:640px) {
	.contents01 .inner {
		display: block;
	}
	.contents01 figure {
		width: 80%;
		margin: 0 auto 20px;
	}
	.contents01 .inner .text {
		width: 100%;
	}
}



/*------------------------------ 保険診療を受診される方へ ------------------------------*/
.contents01#first01 figure {
	width: 38%;
}
.contents01#first01 .inner .text {
	width: 58%;
}
@media screen and (max-width:640px) {
	.contents01#first01 figure {
		width: 80%;
		margin-bottom: 30px;
	}
	.contents01#first01 .inner .text {
		width: 100%;
	}
}





/*==================================================================

		$下層　＊　sectionデザイン　＊　右に写真・左に文章　＊　文書長い場合

==================================================================*/
.contents02 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
.contents02 figure {
	width: 45%;
	float: right;
	margin-left: 6%;
}
.contents02 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
@media screen and (max-width:640px) {
	.contents02 figure {
		width: 80%;
		float: none;
		margin: 0 auto 20px;
	}
}




/*------------------------------ インプラント ------------------------------*/
.contents02#cosmetic06 figure {
	width: 22%;
}
.contents02#cosmetic06 ul.checkboxs {
	display: flex;
	background: #FFF;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 30px;
	margin-top: 15px;
}
.contents02#cosmetic06 ul.checkboxs li {
	margin: 0 20px 10px;
}
@media screen and (max-width:640px) {
	.contents02#cosmetic06 figure {
		width: 80%;
	}
	.contents02#cosmetic06 ul.checkboxs {
		display: block;
		padding: 20px 20px;
		margin-top: 15px;
	}
	.contents02#cosmetic06 ul.checkboxs li {
		margin: 0 0 10px;
	}
}

/*------------------------------ 予約について ------------------------------*/
.contents02#first02 figure {
	width: 38%;
}
@media screen and (max-width:640px) {
	.contents02#first02 figure {
		width: 80%;
	}
}





/*==================================================================

		$下層　＊　sectionデザイン　＊　左に写真・右に文章　＊　文書短い場合

==================================================================
.contents03 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
.contents03 .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contents03 figure {
	border-radius: 20px;
	overflow: hidden;
	width: 45%;
}
.contents03 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contents03 .inner .text {
	width: 49%;
}
@media screen and (max-width:640px) {
	.contents03 .inner {
		display: block;
	}
	.contents03 figure {
		border-radius: 10px;
		width: 80%;
		margin: 0 auto 20px;
	}
	.contents03 .inner .text {
		width: 100%;
	}
}





/*==================================================================

		$下層　＊　sectionデザイン　＊　左に写真・右に文章　＊　文書長い場合

==================================================================*/
.contents04 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
.contents04 figure {
	width: 45%;
	float: left;
	margin-right: 6%;
}
.contents04 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
@media screen and (max-width:640px) {
	.contents04 figure {
		border-radius: 10px;
		width: 80%;
		float: none;
		margin: 0 auto 20px;
	}
}






/*==================================================================

		$下層　＊　sectionデザイン　＊　こんなお悩み

==================================================================*/
.contents05 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
.contents05 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 60px 40px;
	background: #f3f0e9;
	border-radius: 5px;
}
.contents05 ul li {
	position: relative;
	width: 28%;
	box-sizing: border-box;
	padding-left: 30px;
	margin-top: 15px;
}
.contents05 ul li::before {
	position: absolute; content: "";
	border: 1px solid #888;
	border-radius: 3px;
	width: 17px; height: 17px;
	top: 6px; left: 0;
}
@media screen and (max-width:640px) {
	.contents05 ul {
		display: block;
		padding: 20px 30px 30px;
	}
	.contents05 ul li {
		width: 100% !important;
		padding-left: 30px;
		margin-top: 8px;
		line-height: 1.7;
	}
}


/*------------------------------ 虫歯 ------------------------------*/
.contents05#decayedtooth01 ul li {
	width: 25%;
}
.contents05#decayedtooth01 ul li:nth-of-type(7) {
	width: 50%;
}


/*------------------------------ 根管治療 ------------------------------*/
.contents05#root01 ul li {
	width: 50%;
}


/*------------------------------ 歯科口腔外科 ------------------------------*/
.contents05#wisdom-tooth02 ul::after {
	content: "";
	width: 28%;
}
.contents05#wisdom-tooth02 ul li:nth-of-type(1) {
	width: 100%;
}
.contents05#wisdom-tooth02 ul li:nth-of-type(2), .contents05#wisdom-tooth02 ul li:nth-of-type(5), .contents05#wisdom-tooth02 ul li:nth-of-type(8), 
.contents05#wisdom-tooth02 ul li:nth-of-type(11), .contents05#wisdom-tooth02 ul li:nth-of-type(14) {
	width: 40%;
}


/*------------------------------ インプラント ------------------------------*/
.contents05#implant01 ul li {
	width: auto;
}


/*------------------------------ 虫歯 ------------------------------*/
.contents05#denture01 ul li {
	width: 25%;
}
.contents05#denture01 ul li:nth-of-type(7) {
	width: 50%;
}


/*------------------------------ 歯科口腔外科 ------------------------------*/
.contents05#cosmetic01 ul::after {
	content: "";
	width: 26%;
}
.contents05#cosmetic01 ul li {
	width: 29%;
}
.contents05#cosmetic01 ul li:nth-of-type(2) , .contents05#cosmetic01 ul li:nth-of-type(3) {
	width: 33%;
}
.contents05#cosmetic01 ul li:nth-of-type(5) {
	width: 40%;
}


/*------------------------------ 歯周病の症状 ------------------------------*/
.contents05#care06 ul li:nth-of-type(3) , .contents05#care06 ul li:nth-of-type(6) , .contents05#care06 ul li:nth-of-type(9) {
	width: 33%;
}


/*------------------------------ 歯周病を進行させる原因 ------------------------------*/
.contents05#care08 ul li {
	width: 18%;
}
.contents05#care08 ul li:nth-of-type(2) , .contents05#care08 ul li:nth-of-type(5) , .contents05#care08 ul li:nth-of-type(8) {
	width: 30%;
}
.contents05#care08 ul li:nth-of-type(3) , .contents05#care08 ul li:nth-of-type(6) , .contents05#care08 ul li:nth-of-type(9) {
	width: 52%;
}





/*==================================================================

		$下層　＊　sectionデザイン　＊　写真とタイトルと本文　＊　縦並び

==================================================================*/
.contents06 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
.contents06 ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.contents06 ul li figure {
	width: 30%;
	margin-right: 5%;
}
.contents06 ul li img {
	width: 100%;
	border-radius: 5px;
}
.contents06 ul li dl {
	width: 65%;
}
.contents06 ul li dt {
	font-size: 23px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #12a498;
	font-family: "Shippori Mincho B1", serif;
}
.contents06 ul li dt em {
	position: relative;
	bottom: -2px;
	margin-right: 10px;
	font-size: 50px;
	line-height: 1;
	color: #f6ac5a;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	background: linear-gradient(0deg, #2d6461 0%, #80cac5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width:640px) {
	.contents06 ul li {
		display: block;
		margin-bottom: 40px;
	}
	.contents06 ul li figure {
		width: 80%;
		margin: 0 auto;
	}
	.contents06 ul li dl {
		width: 100%;
	}
	.contents06 ul li dt {
		font-size: 21px;
		text-align: center;
		line-height: 1.7;
	}
	.contents06 ul li dt em {
		font-size: 40px;
	}
}


/*------------------------------ 虫歯 ------------------------------*/
@media screen and (max-width:640px) {
	.contents06#decayedtooth03 ul li figure {
		margin-bottom: 20px;
	}
	.contents06#decayedtooth03 ul li dt {
		text-align: left;
	}
}








/*==================================================================

		$下層　＊　sectionデザイン　＊　よくあるご質問

==================================================================*/
.contents10 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
.contents10 dl {
	width: 90%;
	margin: 0 auto 30px;
}
.contents10 dt {
	margin-bottom: 10px;
	padding: 15px 30px 15px;
	background: #f3f0e9;
	border-radius: 5px;
	font-size: 20px;
	font-family: "Shippori Mincho B1", serif;
}
.contents10 dd {
	padding: 15px 30px 5px;
	background: #f7f7f7;
	border-radius: 5px;
}
.contents10 dl em {
	position: relative;
	bottom: -2px;
	margin-right: 10px;
	font-size: 30px;
	line-height: 1;
	color: #4e9564;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 300;
}
.contents10 dl dd em {
	color: #f6ac5a;
}
@media screen and (max-width:640px) {
	.contents10 dl {
		width: 100%;
		margin: 0 auto 20px;
	}
	.contents10 dt {
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 10px;
		padding: 12px 20px 13px;
		border-radius: 5px;
	}
	.contents10 dd {
		padding: 15px 20px 15px;
		border-radius: 5px;
	}
	.contents10 dl em {
		bottom: -1px;
		margin-right: 5px;
		font-size: 24px;
	}
}





/*==================================================================

		$審美歯科ページ内　＊　ホワイトニングの流れ左右並び

==================================================================*/
.contents11 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
.contents11 .inner {
	display: flex;
	justify-content: center;
}
.contents11 .inner .box {
	width: 44%;
	margin: 0 3%;
}
@media screen and (max-width:640px) {
	.contents11 .inner {
		display: block;
	}
	.contents11 .inner .box {
		width: 100%;
		margin: 0;
	}
}



.contents11 .inner .box h4 {
	margin-bottom: 35px;
}
.contents11 .inner .box h5 {
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 22px;
	line-height: 1;
}
@media screen and (max-width:640px) {
}



.contents11 .inner .box li {
	position: relative;
	background: rgba(255,255,255,.6);
	margin-bottom: 25px;
	line-height: 1;    
	box-sizing: border-box;
    padding: 10px 20px;
	font-size: 19px;
	font-family: "Shippori Mincho B1", serif;
}
.contents11 .inner .box li em {
	font-size: 30px;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
	margin-right: 10px;
	color: #b69c80;
}
.contents11 .inner .box li::after {
	position: absolute; content: "";
  	background: #b69c80;
  	height: calc(tan(20deg) * 50px / 2);
  	width: 15px;
  	clip-path: polygon(0 0, 100% 0, 50% 100%);
	left: 0; right: 0; margin: auto;
	bottom: -17px;
}
.contents11 .inner .box li:last-of-type::after {
	display: none;
}
@media screen and (max-width:640px) {
	.contents11 .inner .box li {
		font-size: 16px;
	}
}





/*==================================================================

		$審美歯科ページ内　＊　良いチェックと悪いチェック

==================================================================*/
.contents12 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.contents12 .box {
	width: 44%;
	margin: 0 3%;
}
@media screen and (max-width:640px) {
	.contents12 {
		display: block;
	}
	.contents12 .box {
		width: 100%;
		margin: 0;
	}
}



.checkboxs li {
	position: relative;
	box-sizing: border-box;
	padding-left: 30px;
	margin-top: 15px;
}
.checkboxs li::before {
	position: absolute; content: "";
	border: 1px solid #888;
	border-radius: 3px;
	width: 17px; height: 17px;
	top: 6px; left: 0;
}
@media screen and (max-width:640px) {
}



.goodcheck li::after {
	position: absolute; content: "";
  	width: 9px;
  	height: 5px;
  	border-left: 2px solid #EE92C2;
  	border-bottom: 2px solid #EE92C2;
  	transform: rotate(-45deg);
	top: 11px; left: 4px;
}
.badcheck li::after {
	position: absolute; content: "＋";
	font-weight: 900;
  	transform: rotate(-45deg);
	top: 7px; left: 1px;
	line-height: 1;
	font-size: 16px;
	color: #46ACC2;
}



/*==================================================================

		$投稿一覧ページ(blog.php)

==================================================================
.archive_post_content {
	border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.archive_post_content .date {
	position:absolute;
	margin-bottom:10px;
	padding:5px 10px 7px;
   background: #eee;
	font-size:13px;
   line-height: 2;
}
.archive_post_content h3 {
   top: 4px;
    margin-left: 140px;
    width: 86%;
    box-sizing: border-box;
	font-size:18px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*------------------------------ページネーション------------------------------
div.pagenum {
	text-align:center;
}
div.pagenum ul.page-numbers li  {
    display: inline-block;
    min-width: 20px;
}
div.pagenum ul.page-numbers li .page-numbers  {
	background: #ccc;
    padding: 10px 10px;
}
div.pagenum ul.page-numbers li .current {
    background :#222;
	color:#FFF;
}



/*==================================================================

		$投稿ページ(single.php)

==================================================================
#post_thumbnail {
	float:right;
	width:auto;
	max-width:350px;
	margin-bottom:30px;
	margin-left:30px;
	text-align:center;
	background:#eee9e1;
}
#post_thumbnail img {
	width:auto;
	height:auto;
	margin:auto;
	max-width:100%;
	max-height:400px;
	border:10px solid #eee9e1;
}
time {
	display: block;
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 0px 10px 10px;
    border-bottom: 1px dashed #eee;
    text-align: right;
    font-size: 15px;
}
time i {
	margin-right:5px;
}

.single .text {
	word-break: break-all; /*URLを改行させる、入れる
}

/*------------------------------ページネーション------------------------------
.single_nav {
	text-align:center;
	border-top:1px solid #eee;
    margin-top: 90px;
    padding-top: 50px;
}
.single_nav p {
	display:inline-block;
}
.single_nav a {
	margin:0 10px;
    padding: 5px 20px 7px;
    background: #f3eedf;
}












