/*
Theme Name: Tsumugi-B
*/
html{
	font-size: 62.5%;
}

body{
	margin: 0;
	padding: 80px 0 0;
	background: #FFF;
	color: #665B3D;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	position: relative;
	line-height: 1.75;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a{
	color: #997A3D;
	transition: 0.2s;
}
a:hover{
	color: #E58800;
}

h1, h2, h3, h4{
	color: #99895B;
}
h1, h2, h3, h4, .marugo{
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.25;
}

img{
	vertical-align: bottom;
}

figure{
/* WPのCSS解除 */
	margin: 0;
}

.sp{
	display: none;
}

.inner{
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.align_c{
	text-align: center;
}

/*--- HEADER ---*/
#header{
	width: 100%;
	height: 80px;
	background: #FFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

#logo{
	padding: 10px;
	width: 220px;
	height: 200px;
	background: #FFF;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 60px 0;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
}
#logo::after{
	content: "";
	width: 20px;
	height: 80px;
	background: #FFF;
	position: absolute;
	top: 0;
	right: -10px;
}
#logo img{
	width: 80%;
	vertical-align: bottom;
}

#main_navi{
	display: flex;
	align-items: flex-end;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#main_navi a{
	margin-left: 2em;
	color: #99895B;
	text-decoration: none;
}
#main_navi a:hover{
	text-decoration: underline;
}

a#a_reserve{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	background: #FFAE33 url(images/bg_orange.jpg);
	border-radius: 0 0 6px 6px;
	color: #FFF;
	transition: 0.2s;
}
a#a_reserve:hover{
	background: #FFC84D;
}

#hd_tel{
	font-size: 3.2rem;
	font-weight: bold;
}
#hd_tel::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: url(images/ico_phone.svg) no-repeat center;
	transform: translateY(-2px);
}
a#hd_tel{
	margin-left: 20px;
}

/*--- 共通 ---*/
.link_btn{
	display: flex;
	justify-content: center;
}
.link_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 20px 0;
	padding: 0 20px;
	min-width: 300px;
	height: 60px;
	border-radius: 30px;
	background: #997A3D;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.link_btn a:hover{
	/*
	opacity: 0.7;
	*/
	background: #BF9D62;
}

/* お知らせ */
.news_list{
	margin: 0 auto;
	max-width: 840px;
}
.news_list a{
	color: inherit;
	text-decoration: none;
}
.news_list a:hover{
	text-decoration: underline;
}
.news_list dl{
	display: flex;
	margin-top: 10px;
	padding: 10px 20px;
	background: #F2F0E6;
	border-radius: 10px;
}
.news_list a:hover dl{
	background: #FFE8D4;
}
.news_list dl > dt{
	flex-shrink: 0;
	margin-right: 20px;
}

/* 投稿・固定ページ */
#page_header{
	display: flex;
	align-items: center;
	height: 360px;
	position: relative;
}
#page_header::before{
	content: "";
	width: calc(50vw + 400px);
	height: 340px;
	background: url(images/hd_etc.jpg) no-repeat center / cover;
	border-radius: 0 0 0 60px;
	position: absolute;
	top: 0;
	right: 0;
}
#page_header h1{
	margin-top: -20px;
	padding: 40px 60px;
	width: fit-content;
	max-width: 100%;
	background: rgba(255, 229, 204, 0.9);
	border-radius: 30px;
	font-size: 4rem;
}

/* 1カラム用 */
.single_container{
	margin: 0 auto;
	padding-bottom: 60px;
	width: 1020px;
}
.single_container p{
	margin-top: 0.7em;
}

.crumbs{
	margin: 0 0 20px;
	font-size: 1.4rem;
}
.crumbs a{
	color: inherit;
}

.sub_title{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px 0 40px;
	font-size: 3.6rem;
	text-align: center;
}
.crumbs + .sub_title{
	margin-top: 20px;
}
.sub_title::before,
.sub_title::after{
	content: "";
	width: 60px;
	height: 4px;
	background: #CCC2A3;
	border-radius: 2px;
}
.sub_title::before{
	margin-right: 20px;
}
.sub_title::after{
	margin-left: 20px;
}

.sub_title_s{
	margin: 2em 0 0.7em;
	font-size: 3.2rem;
	position: relative;
}
.sub_title_s::before{
	content: "";
	width: 60px;
	height: 60px;
	background: #FFE8D4;
	border-radius: 10px;
	position: absolute;
	top: -10px;
	left: -30px;
	z-index: -1;
}

.sub_title_ss{
	margin: 1.5em 0 0.5em;
	padding: 0 0.2em 0.2em;
	border-bottom: solid 1px #CCC2A3;
	font-size: 2.8rem;
}

/* STEP・流れ */
.flow_dl{
	padding-top: 10px;
	position: relative;
}
.flow_dl::before{
	content: "";
	width: 4px;
	height: calc(100% - 80px);
	border-left: 4px dotted #FF9966;
	position: absolute;
	left: 38px;
	top: 40px;
	z-index: -1;
}
.flow_dl dl{
	display: flex;
	margin-top: 30px;
}
.flow_dl dt{
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #FF9966;
	color: #FFF;
	line-height: 1.15;
}
.flow_dl dt em{
	font-size: 2.8rem;
	font-weight: bold;
	font-style: normal;
}
.flow_dl dd{
	margin-left: 0.7em;
	padding-top: 0.5em;
	line-height: 1.5;
}
.flow_dl dd h4{
	font-size: 1.5em;
}
.flow_dl dd em{
	color: #E57E5C;
	font-style: normal;
}

/* 連絡先 */
.tel_box{
	margin: 40px auto 0;
	padding: 30px;
	box-sizing: border-box;
	width: 440px;
	background: #FFE8D4;
	border-radius: 20px;
	text-align: center;
}
.tel_box .tel_num{
	margin-bottom: 12px;
	font-size: 2.4rem;
}
.tel_box .tel_num em{
	font-size: 3.6rem;
	font-style: normal;
}

/* ページング */
.local-navigation{
	margin-top: 50px;
	text-align: center;
}
.local-navigation .page-numbers{
	display: inline-block;
	margin: 10px 1px 0;
	padding: 0 10px;
	box-sizing: border-box;
	min-width: 36px;
	line-height: 36px;
	font-size: 1.6rem;
}
.local-navigation a.page-numbers{
	background: #E6FAE6;
	color: inherit;
	text-decoration: none;
}
.local-navigation .page-numbers.current,
.local-navigation a.page-numbers:hover{
	background: #6CD9B5;
	color: #FFF;
}

/* 投稿一覧 */
.post_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.post_list::after{
	content: "";
	width: 30%;
}
.post_list > li{
	margin-top: 40px;
	width: 30%;
}
.post_list a{
	color: inherit;
	text-decoration: none;
}
.post_list .post_tmb img{
	width: 100%;
	max-height: 240px;
	aspect-ratio: 3/2;
	object-fit: cover;
	border-radius: 20px;
}
.post_list a:hover .post_tmb{
	opacity: 0.8;
}
.post_list .post_ttl{
	margin-top: 0.5em;
	font-size: 1.8rem;
	font-weight: bold;
}
.post_list a:hover .post_ttl{
	text-decoration: underline;
}
.post_list .post_meta{
	margin-top: 0.3em;
	color: #999;
	font-size: 1.4rem;
	text-align: right;
}
.post_list.recent_post{
/* 最近の投稿 */
	margin-top: -34px;
}

/* 投稿詳細 */
.post_container .eyecatch{
	text-align: center;
}
.post_container .eyecatch img{
	max-width: 100%;
	max-height: 840px;
	border-radius: 20px;
}
.post_container .post_title{
	margin-top: 20px;
	padding: 20px 40px;
	background: #FFE8D4;
	border-radius: 10px;
	font-size: 2.8rem;
	position: relative;
}
.post_container .post_meta{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 0.5em;
}
.post_container .post_content{
	margin-top: 1em;
}
.post_container .post_content p{
	margin-top: 1em;
	line-height: 1.75em;
}

/*--- FOOTER ---*/
#footer{
	padding-top: 40px;
	background: #F2F1EB;
}

.ft_container{
	display: flex;
	justify-content: space-between;
}
.ft_container .ft_left{
	display: flex;
	align-items: flex-start;
}
.ft_container .ft_right{
	display: flex;
}

#ft_clinic{
	display: flex;
	align-items: center;
	margin-right: 30px;
}

#ft_logo{
	margin-right: 10px;
}

.ft_container .ft_bnr{
	list-style: none;
	width: 300px;
}
.ft_container .ft_bnr li{
	margin-top: 10px;
}
.ft_container .ft_bnr li:first-of-type{
	margin-top: 0;
}
.ft_container .ft_bnr a img{
	width: 100%;
}
.ft_container .ft_bnr a:hover{
	opacity: 0.8;
}
.ft_container .ft_navi{
	margin-left: 60px;
	font-size: 1.4rem;
}
.ft_container .ft_navi a{
	display: block;
	margin-bottom: 0.5em;
	width: fit-content;
	text-decoration: none;
}
.ft_container .ft_navi a:hover{
	text-decoration: underline;
}
.ft_navi .sub_link a{
	margin-top: -0.5em;
}
.ft_navi .sub_link a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -1px 4px 0 0;
	width: 12px;
	height: 1px;
	background: #99895B;
}

#copyright{
	padding: 16px 0;
	text-align: center;
	color: #99895B;
	font-size: 1.2rem;
}

#pagetop{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(153, 137, 91, 0.5);
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
}
#pagetop:hover{
	background: rgba(153, 137, 91, 1);
}
#pagetop::after{
	content: "";
	margin-top: 6px;
	width: 16px;
	height: 16px;
	border: solid #FFF;
	border-width: 2px 2px 0 0;
	transform: rotate(-45deg);
	transform-origin: center center;
}

.ft_banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 20px -15px 0;
}
.ft_banner li{
	margin: 20px 15px 0;
	max-width: 360px;
	text-align: center;
}
.ft_banner li > img,
.ft_banner li a > img{
	max-width: 100%;
}
.ft_banner a:hover{
	opacity: 0.7;
}