/* ===========================================
ひらいで歯科医院ホームページ
基本スタイルシート
basic.css
http://www.hiraide-shika.com/
============================================== */
body {
	text-align: center;
}
a {
	text-decoration: underline;
	color: #FF6010;
}
a:hover {
	text-decoration: none;
	color: #FF9326;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}


/*================================
共通パーツ
================================*/
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.flow-root {
	display: flow-root;
}
.pic-right {
	float: right;
	margin-left: 20px;
}
.pic-left {
	float: left;
	margin-right: 20px;
}
.block-center {
	display: block;
	margin-inline: auto;
}
.hidden {
	overflow: hidden;
}

/*-------------------------------
タイトル等
-------------------------------*/
.lead {
	padding: 20px 30px;
	border-radius: 16px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1) inset;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #4f4f4f;
}


/*================================
コンテナ類
================================*/
#wrapper {}
#content {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row-reverse wrap;
	gap: 40px 20px;
	max-width: 960px;
	width: 100%;
	margin-inline: auto;
	padding-bottom: 40px;
}
.inner {}


/*================================
ヘッダー
================================*/
h1 {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	translate: -50%;
	max-width: 1000px;
	width: 100%;
	margin-inline: auto;
	font-size: 11px;
	line-height: 1.6em;
	text-align: right;
	color: #737272;
}
h1 span {}
#header {
	position: relative;
	z-index: 1;
	background: #fff;
}
#header .inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px 20px;
	max-width: 1000px;
	width: 100%;
	margin-inline: auto;
	padding: 24px 0 10px;
}
/*-------------------------------
hd_area01
-------------------------------*/
.hd_area01 {}
.hd_logo {
	position: relative;
	z-index: 1;
	width: 390px;
	text-align: left;
}
.hd_address {
	position: absolute;
	z-index: 1;
	left: 78px;
	bottom: 0;
	text-align: left;
}
/*-------------------------------
hd_area02
-------------------------------*/
.hd_area02 {}
.fc_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.fc_item {
	height: 70px;
	width: 70px;
	background: url(../img/pt_bg.png);
	border-radius: 50%;
	border: 2px solid #f0bb7c;
	display: table;
}
.fc_item .txt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #676666;
	line-height: 1.3em;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
}
.fc_item .color {
	display: inline-block;
	color: #fd6f6f
}
/*-------------------------------
hd_area03
-------------------------------*/
.hd_area03 {}
.hd_tel {}
.hd_rsv {
	text-align: center;
}
.hd_rsv a {
	display: block;
	padding: 3px 4px;
	background: #92d311;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
/*-------------------------------
右サイド固定タブ
-------------------------------*/
.side_fixed {
	position: fixed;
	right: 0;
	top: 158px;
	z-index: 9;
}
.side_tab:not(:last-child) {
	margin-bottom: 10px;
}

/*================================
グローバルナビ
================================*/
#gnavi {
	background: linear-gradient(#fff 50%,#f9f7e9 50%);
}
#gnavi .inner {
	background: url(../img/gnavi_bg.jpg) center bottom no-repeat;
}
.gnavi_group {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 8px 0;
}
.gnavi_group li {}
.gnavi_group li:not(:first-child) {
	border-left: 1px dotted #d9d9d9;
}
.gnavi_group a {
	display: block;
	width: 165px;
	height: 39px;
	background: url(../img/gnavi_ver02.jpg) no-repeat;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.gnavi_group a.gnavi01 {
	width: 164px;
	background-position: 0 -1px;
}
.gnavi_group a.gnavi01:hover,
.gnavi_group a.gnavi01.selected {
	background-position: 0 -41px;
}
.gnavi_group a.gnavi02 {
	background-position: -166px -1px;
}
.gnavi_group a.gnavi02:hover,
.gnavi_group a.gnavi02.selected {
	background-position: -166px -41px;
}
.gnavi_group a.gnavi03 {
	background-position: -332px -1px;
}
.gnavi_group a.gnavi03:hover,
.gnavi_group a.gnavi03.selected {
	background-position: -332px -41px;
}
.gnavi_group a.gnavi04 {
	background-position: -498px -1px;
}
.gnavi_group a.gnavi04:hover,
.gnavi_group a.gnavi04.selected {
	background-position: -498px -41px;
}
.gnavi_group a.gnavi05 {
	background-position: -664px -1px;
}
.gnavi_group a.gnavi05:hover,
.gnavi_group a.gnavi05.selected {
	background-position: -664px -41px;
}
.gnavi_group a.gnavi06 {
	background-position: -830px -1px;
}
.gnavi_group a.gnavi06:hover,
.gnavi_group a.gnavi06.selected {
	background-position: -830px -41px;
}


/*-------------------------------
パンくずリスト（下層ページ）
-------------------------------*/
.breadcrumbs {
	background: #f9f7e9;
	padding: 15px 20px;
}
.breadcrumbs_ol {
	width: 960px;
	margin-inline: auto;
	text-align: left;
	font-size: 94%;
}
.breadcrumbs_ol li {
	margin: 0 auto 10px;
	font-weight: bold;
	display: inline;
}
.breadcrumbs_ol a {
	padding-right: 20px;
	margin-right: 10px;
	font-weight: normal;
	background: url(../img/arrow_ticker.gif) right center no-repeat;
}

/*-------------------------------
ページタイトル（下層ページ）
-------------------------------*/
.page_info {
	background: #f9f7e9;
	margin-bottom: 30px;
	padding: 0 20px 15px;
}
.page_info_group {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	max-width: 960px;
	margin-inline: auto;
	padding: 4px;
	background: #fff;
	border: 2px solid;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.page_info_group img {
	display: block;
}
.page_title {
	margin-left: 26px;
}
.page_title_pic {}

/*-------------------------------
メインコンテンツ
-------------------------------*/
.maincont {
	width: 710px;
}

/*-------------------------------
サブコンテンツ
-------------------------------*/
.sidecont {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px 20px;
	width: 230px;
	text-align: left;
}
.side_item {}

#service_list {
	padding-bottom: 10px;
	background: url(../img/sidenavi_bg.gif) left bottom no-repeat;
}
#service_list li {
	width: 100%;
	margin-bottom: 5px;
}
#service_list li img {
	display: block;
	margin: 0 auto;
}


/*================================
フッター
================================*/
#footer {
	padding: 20px 0;
	background: #f9f7e9;
}
#footer .inner {
	max-width: 1000px;
	width: 100%;
	margin-inline: auto;
}

/*-------------------------------
ft_cont01
-------------------------------*/
.ft_cont01 {}

/*ft_flex01*/
/*-----------------------------*/
.ft_flex01 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	gap: 20px;
}
.ft_logo {}
.ft_tel {}
.ft_rsv {}

/*ft_flex02*/
/*-----------------------------*/
.ft_flex02 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px;
}
.ft_fl02_item {
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
.ft_fl02_item.-hours {
	box-sizing: border-box;
	width: 39%;
}
.ft_fl02_item.-access {
	box-sizing: border-box;
	width: calc(100% - (39% + 20px));
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px;
}
.ft_access_info {
	width: calc(100%/2 - 20px/2);
}
.ft_access_info_title {
	margin-bottom: 5px;
	text-align: left;
}
.ft_access_list {
	padding: 8px 10px 5px;
	background: url(../img/border_gray.gif) left top repeat-x;
	text-align: left;
}
.ft_access_list .index {
	float: left;
	width: 60px;
	text-align: left;
	font-weight: bold;
	color: #83AC31;
}
.ft_access_list .cont {
	font-size: 94%;
	padding-left: 60px;
}
.ft_access_link {
	text-align: right;
}
.ft_access_link_btn {
	display: inline-block;
	padding: 5px 12px 5px;
	background: #73b42b;
	border-radius: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.ft_access_map {
	width: calc(100%/2 - 20px/2);
}

/*-------------------------------
ft_cont02
-------------------------------*/
.ft_cont02 {}
.foot_link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}
.foot_link li {
	padding: 2px 16px;
	border-right: 1px dotted #999;
}
.foot_link li:first-child {
	border-left: 1px dotted #999;
}
.foot_link a {}

/*-------------------------------
ft_cont03
-------------------------------*/
.ft_cont03 {
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.ft_cont03 .foot_link a {
	color: #8c8c8c;
}

/*-------------------------------
地域情報
-------------------------------*/
.ft_local {
	display: none;
	background: #fbf9f0;
	padding: 20px 0 20px;
	text-align: left;
}
.ft_local_title {
	font-size: 15px;
	color: #e4882d;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

/*-------------------------------
コピーライト
-------------------------------*/
.copyright {
	padding: 15px 0 10px;
	text-align: center;
	font-size: 85%;
}

/*ページトップ*/
/*-----------------------------*/
.pagetop {
	opacity: 0;
	transition: .4s;
	position: fixed;
	z-index: 6;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: url(../img/pagetop.png)center/contain no-repeat;
	cursor: pointer;
}

/*================================
TABLET横 1080px～0px
================================*/
@media screen and (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media screen and (max-width: 834px) {




	/*-------------------------------
	タイトル等
	-------------------------------*/
	.lead {}

	/*================================
	コンテナ類
	================================*/
	#wrapper {}
	#content {
		padding-left: 40px;
		padding-right: 40px;
	}
	.inner {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	/*================================
	ヘッダー
	================================*/
	h1 {}
	h1 span {}
	#header {}
	#header .inner {
		padding-left: 40px;
		padding-right: 100px;
	}
	/*-------------------------------
	hd_area01
	-------------------------------*/
	.hd_area01 {}
	.hd_logo {}
	.hd_address {}
	/*-------------------------------
	hd_area02
	-------------------------------*/
	.hd_area02 {}
	.fc_list {}
	.fc_item {}
	.fc_item .txt {}
	.fc_item .color {}
	/*-------------------------------
	hd_area03
	-------------------------------*/
	.hd_area03 {}
	.hd_tel {}
	.hd_rsv {}
	.hd_rsv a {}

	/*-------------------------------
	パンくずリスト（下層ページ）
	-------------------------------*/
	.breadcrumbs {}
	.breadcrumbs li {}
	.breadcrumbs li a {}

	/*-------------------------------
	ページタイトル（下層ページ）
	-------------------------------*/
	.page_info {}
	.page_info_group {}
	.page_info_group img {}
	.page_title {}
	.page_title_pic {}

	/*-------------------------------
	メインコンテンツ
	-------------------------------*/
	.maincont {}

	/*-------------------------------
	サブコンテンツ
	-------------------------------*/
	.sidecont {}
	.side_item {}

	#service_list {}
	#service_list li {}
	#service_list li img {}


	/*================================
	フッター
	================================*/
	#footer {
		padding-bottom: 60px;
	}
	#footer .inner {}

	/*-------------------------------
	ft_cont01
	-------------------------------*/
	.ft_cont01 {}

	/*ft_flex01*/
	/*-----------------------------*/
	.ft_flex01 {}
	.ft_logo {}
	.ft_tel {}
	.ft_rsv {}

	/*ft_flex02*/
	/*-----------------------------*/
	.ft_flex02 {}
	.ft_fl02_item {}
	.ft_fl02_item.-hours {
		width: 100%;
	}
	.ft_fl02_item.-access {
		width: 100%;
	}
	.ft_access_info {}
	.ft_access_info_title {}
	.ft_access_list {}
	.ft_access_list .index {}
	.ft_access_list .cont {}
	.ft_access_link {}
	.ft_access_link_btn {}
	.ft_access_map {}

	/*-------------------------------
	ft_cont02
	-------------------------------*/
	.ft_cont02 {}
	.foot_link {}
	.foot_link li {}
	.foot_link li:first-child {}
	.foot_link a {}

	/*-------------------------------
	ft_cont03
	-------------------------------*/
	.ft_cont03 {}
	.ft_cont03 .foot_link a {}

	/*-------------------------------
	地域情報
	-------------------------------*/
	.ft_local {}
	.ft_local_title {}

	/*-------------------------------
	コピーライト
	-------------------------------*/
	.copyright {}

	/*ページトップ*/
	/*-----------------------------*/
	.pagetop {
		bottom: 60px;
	}

	/*画面下固定タブ*/
	/*-----------------------------*/
	.bottom_fix {
		display: flex;
		position: fixed;
		z-index: 8;
		left: 0;
		bottom: 0;
		width: 100%;
		border-top: 1px solid #fff;
	}
	.bottom_tab {
		display: flex;
		justify-content: center;
		align-items: stretch;
		transition: 0.4s;
	}
	.bottom_link {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 10px 10px;
		text-decoration: none!important;
	}
	.bottom_text {
		/*padding-left: 1.4em;*/
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		color: #fff;
	}
	/*rsv*/
	.bottom_tab.-rsv {
		width: 70%;
		background: #c1ff80;
	}
	.bottom_tab.-rsv .bottom_text {
		color: #306600;
	}
	/*tel*/
	.bottom_tab.-tel {
		width: 30%;
		background: #f39132;
	}
	
	
}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px)  {


	/*================================
	共通パーツ
	================================*/
	.pic-right,
	.pic-left {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
	/*-------------------------------
	タイトル等
	-------------------------------*/
	.lead {
		padding: 20px;
	}


	/*================================
	コンテナ類
	================================*/
	#wrapper {}
	#content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/*================================
	ヘッダー
	================================*/
	h1 {}
	h1 span {}
	#header {}
	#header .inner {
		padding-left: 20px;
		padding-right: 80px;
	}
	/*-------------------------------
	hd_area01
	-------------------------------*/
	.hd_area01 {}
	.hd_logo {
		width: 100%;
	}
	.hd_address {
		display: none;
	}
	/*-------------------------------
	hd_area02
	-------------------------------*/
	.hd_area02 {}
	.fc_list {}
	.fc_item {}
	.fc_item .txt {}
	.fc_item .color {}
	/*-------------------------------
	hd_area03
	-------------------------------*/
	.hd_area03 {}
	.hd_tel {}
	.hd_rsv {}
	.hd_rsv a {}

	/*-------------------------------
	パンくずリスト（下層ページ）
	-------------------------------*/
	.breadcrumbs {}
	.breadcrumbs li {}
	.breadcrumbs li a {}

	/*-------------------------------
	ページタイトル（下層ページ）
	-------------------------------*/
	.page_info {}
	.page_info_group {}
	.page_info_group img {}
	.page_title {
		margin-left: 10px;
	}
	.page_title_pic {}

	/*-------------------------------
	メインコンテンツ
	-------------------------------*/
	.maincont {
		width: 100%;
	}

	/*-------------------------------
	サブコンテンツ
	-------------------------------*/
	.sidecont {}
	.side_item {}

	#service_list {}
	#service_list li {}
	#service_list li img {}


	/*================================
	フッター
	================================*/
	#footer {}
	#footer .inner {}

	/*-------------------------------
	ft_cont01
	-------------------------------*/
	.ft_cont01 {}

	/*ft_flex01*/
	/*-----------------------------*/
	.ft_flex01 {}
	.ft_logo {}
	.ft_tel {}
	.ft_rsv {}

	/*ft_flex02*/
	/*-----------------------------*/
	.ft_flex02 {}
	.ft_fl02_item {}
	.ft_fl02_item.-hours {}
	.ft_fl02_item.-access {}
	.ft_access_info {
		width: 100%;
	}
	.ft_access_info_title {}
	.ft_access_list {}
	.ft_access_list .index {}
	.ft_access_list .cont {}
	.ft_access_link {}
	.ft_access_link_btn {}
	.ft_access_map {
		width: 100%;
	}

	/*-------------------------------
	ft_cont02
	-------------------------------*/
	.ft_cont02 {}
	.foot_link {}
	.foot_link li {}
	.foot_link li:first-child {}
	.foot_link a {}

	/*-------------------------------
	ft_cont03
	-------------------------------*/
	.ft_cont03 {}
	.ft_cont03 .foot_link a {}

	/*-------------------------------
	地域情報
	-------------------------------*/
	.ft_local {}
	.ft_local_title {}

	/*-------------------------------
	コピーライト
	-------------------------------*/
	.copyright {}

	/*ページトップ*/
	/*-----------------------------*/
	.pagetop {
		right: 10px;
		width: 50px;
		height: 50px;
	}


}











