@charset "utf-8";
/*================================
　ここから全サイズ適用
================================*/


/*margin-bottom
================================*/
.mb0{
	margin-bottom:0 !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;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb70{
	margin-bottom:70px !important;
}
.mb80{
	margin-bottom:80px !important;
}
.mb90{
	margin-bottom:90px !important;
}
.mb100{
	margin-bottom:100px !important;
}


/*================================
ヘッダー
================================*/
.seo-message_wrapper {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.seo-message {
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	line-height: 1.8;
	color: #fff;
}
.header img {
	max-width: 100%;
	height: auto;
}
.header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
	height: 80px;
	background: #fff;
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 40px;
	width: 100%;
	/*max-width: calc(1366px + 140px);*/
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 70px;
	box-sizing: border-box;
}
/*------------------------------*/
.hd_left {}
.hd_logo {}
.hd_logo_img {}
/*------------------------------*/
.hd_right {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: 100%;
}
.hd_tel {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-direction: column;
	font-size: 28px;
	text-align: right;
}
.hd_tel_link {
	color: #573300;
}
.hd_tel_link .small {
	font-size: .8em;
}

/*side_fix
================================*/
.side_fix {
	position: fixed;
	z-index: 10;
	top: 100px;
	right: 0;
}
.side_tab {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
	cursor: pointer;
	width: 54px;
	/*height: calc(100vh/3 - 200px/3);*/
	height: 240px;
	/*max-height: 20.50px;*/
	border-top-left-radius: 20px;
	box-sizing: border-box;
}
.side_tab {}
.side_tab:not(:last-child) {
	padding-bottom: 20px;
	/*height: calc(100vh/3 - 200px/3 + 20px);*/
	height: calc(240px + 20px);
	/*max-height: 22.50px;*/
}
.side_tab:not(:first-child) {
	transform: translateY(-20px);
}
.side_tab:hover {
	filter: brightness(110%);
}
.side_tab.-rsv {
	background: #947042;
}
.side_tab.-line {
	background: #70c47e;
}
.side_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none!important;
}
.side_text {
	padding-top: 2em;
	background-position: top center;
	background-size: 1.52em auto;
	background-repeat: no-repeat;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 22.5px;
	line-height: 1.4;
	color: #fff;
	margin: 0;
}
.side_tab.-rsv .side_text {
	background-image: url(../img/side_tab_rsv.png);
}
.side_tab.-line .side_text {
	background-image: url(../img/side_tab_line.png);
}

/*================================
グローバルナビ
================================*/
.global-nav {
	transition: .4s;
	position: relative;
	z-index: 6;
	margin-top: -70px;
	width: 100%;
	background: #e2d3bc;
}
.global-nav .inner {
	/*flex*/
	display: flex;
	justify-content: center;
	align-items: center;
	/*others*/
	max-width: calc(1200px + 140px);
	height: 70px;
	margin: 0 auto;
	padding-left: 70px;
	padding-right: 70px;
	box-sizing: border-box;
}
.menu_lists {
	/*flex*/
	display: flex;
	justify-content: center;
	align-items: center;
	/*others*/
	width: 100%;
}
.menu_item {
	position: relative;
	z-index: 1;
	width: 100%;
	list-style: none;
}
.menu_link {
	position: relative;
	z-index: 1;
	transition: .3s;
	display: block;
	width: fit-content;
	margin: auto;
	text-align: center;
	text-decoration: none !important;
}
.menu_link_jp {
	transition: .3s;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	color: #573300;
	margin: 0;
}
.menu_link:hover .menu_link_jp {
	color: #ac701a;
}
.menu_link_en {
	/*font-family: "Yellowtail", cursive;*/
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #fff;
	text-shadow: 0 0 0.60px rgba(0,0,0,0.3);
	margin: 0;
}
/*no link*/
.menu_link.-nolink {
	opacity: 0.4!important;
	margin-top: 0!important;
}
.menu_link.-nolink .menu_link {
	color: #fff!important;
}

/* サブメニュー
-------------------------------*/
.sub_menu_lists {
	/*flex*/
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 0 20px;
	/*others*/
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: -2px;
	transform: translate(-50%,calc(100% - 20px));
	width: 440px;
	padding: 10px 10px;
	background: #e2d3bc;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transition: .3s;
}
/*ホバーでサブメニュー表示*/
.menu_item:hover .sub_menu_lists {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%,calc(100% + 0px));
}
.sub_menu_item {
	position: relative;
	transition: .4s;
	width: calc(100%/2 - 10px);
	list-style: none;
}
.sub_menu_link {
	display: block;
	width: fit-content;
	margin: auto;
	padding: 10px 0;
	transition: .3s;
	text-align: center;
	line-height: 1.6;
	color: #573300;
	text-decoration: none !important;
}
.sub_menu_link:hover {
	color: #ac701a;
}

/* hover
-------------------------------*/
.global-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 0;
}


/*================================
フッター
================================*/
.footer img {
	max-width: 100%;
	height: auto;
}
.footer {
	background: none;
	padding: 0;
}
.ft_info {
	background: #fff;
}
.ft_info.-pattern01 {
	background: url(../img/pattern01.jpg)top center;
}
.ft_info .inner {
	max-width: calc(1000px + 140px);
	padding-top: 90px;
	padding-bottom: 90px;
	margin: 0 auto;
	padding-left: 70px;
	padding-right: 70px;
	box-sizing: border-box;
}
.ft_info_heading {
	margin-bottom: 20px;
	border-bottom: 1px solid #573300;
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
	color: #573300;
}

/*ft_flex01
------------------------*/
.ft_flex01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 40px 40px;
}
.ft_flex01_item {
	width: calc(100%/2 - 40px/2);
}

/*ロゴ
------------------------*/
.ft_logo {
	text-align: center;
}
.ft_logo_img {
	margin: auto;
}

/*住所
------------------------*/
.ft_address {
	text-align: center;
	line-height: 1.4;
}
.ft_text {
	text-align: center;
}

/*電話
------------------------*/
.ft_tel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	font-size: 20px;
	text-align: right;
}
.ft_tel_link {
	color: #573300;
	font-size: 24px;
}
.ft_tel_link .small {
	font-size: 18px;
}

/* 診療時間
------------------------*/
.ft_schedule {}
.ft_time-table {
	width: 100%;
	max-width: 500px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	overflow: hidden;
	border-collapse: collapse;
	border-spacing: 0;
}
.ft_time-table .time {}
.ft_time-table .day {
	width: 9.7%;
}
.ft_time-table thead th {
	padding: 12px 5px;
	background: #d4bc97;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
}
.ft_time-table tbody th {
	padding: 12px 5px;
	background: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
	color: #64451d;
}
.ft_time-table tbody th .am {
	padding-left: 0.5em;
}
.ft_time-table tbody td {
	padding: 12px 5px;
	background: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	color: #907e70;
	vertical-align: middle;
}
/*border*/
.ft_time-table thead th:not(:last-child) {
	border-right: 1px solid #fff;
}
.ft_time-table tbody th {}
.ft_time-table tbody td {
	border-left: 1px solid #d4bc97;
}
.ft_time-table tbody tr:not(:last-child) th,
.ft_time-table tbody tr:not(:last-child) td {
	border-bottom: 1px solid #d4bc97;
}

.ft_time-table .sankaku {
	color: #836736;
}
.ft_time-table_info {
	/*flex*/
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
	flex-flow: row wrap;
	/*others*/
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
}
.ft_time-table_info .kome {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.4;
}

/* カレンダー
------------------------*/
.ft_calendar {}
.ft_calendar_frame {}
.ft_calendar_frame iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}

/* バナー
------------------------*/
/*ft_bnr_fl01*/
.ft_bnr_fl01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px 40px;
}
.ft_bnr_fl01 > .ft_bnr_item {
	width: calc(100%/2 - 40px/2);
}
.ft_bnr_link {
	display: block;
	width: fit-content;
	margin: auto;
	transition: .4s;
}
.ft_bnr_link:hover {
	filter: brightness(104%);
	opacity: 0.8;
}
.ft_bnr_img {}

/*ft_bnr_fl02*/
.ft_bnr_fl02 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 10px 40px;
}
.ft_bnr_fl02 > .ft_bnr_item {
	width: calc(100%/2 - 40px/2);
}

/* googlemaps
------------------------*/
.ft_maps {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.ft_exterior {
	width: 264px;
}
.ft_googlemaps {
	width: calc(100% - 264px);
}
.ft_googlemaps iframe {
	display: block;
	width: 100%;
	height: 100%;
}

/* 地域情報
------------------------*/
.ft_areainfo {}
.ft_areainfo .inner {
	max-width: calc(1000px + 140px);
	padding-top: 40px;
	padding-bottom: 60px;
}
.ft_areainfo_text {
	font-size: 18px;
}

/* コピーライト表記
------------------------*/
.copyright {
	margin: 0;
	padding: 6px 60px;
	background: #b69d80;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

/* ページTOPへ戻る
------------------------*/
.pagetop {
	opacity: 0;
	transition: .4s;
	position: fixed;
	z-index: 6;
	right: 0;
	bottom: 0;
	width: 70px;
	height: 70px;
	background: url(../img//pagetop.jpg)center/contain no-repeat;
	cursor: pointer;
}
.pagetop:hover {
	filter: brightness(110%);
}
.bottom_fix {
	display: none;
}


/*================================
その他変更点
================================*/
.leftCon,
.smaCon{
	display: none;
}
.mainCon {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}




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


	/*================================
	ヘッダー
	================================*/
	.seo-message_wrapper {}
	.seo-message {}
	.header {
		margin-bottom: 0;
	}
	.header .inner {
		padding-left: 20px;
		padding-right: 80px;
	}
	/*------------------------------*/
	.hd_left {}
	.hd_logo {}
	.hd_logo_img {}
	/*------------------------------*/
	.hd_right {
		display: none;
	}
	.hd_tel {}
	.hd_tel_link {}
	.hd_tel_link .small {}

	/*side_fix
	================================*/
	.side_fix {
		display: none;
	}

	/*================================
	グローバルナビ
	================================*/
	.global-nav {
		display: none;
	}

	/*================================
	フッター
	================================*/
	.footer {}
	.ft_info {}
	.ft_info.-pattern01 {}
	.ft_info .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ft_info_heading {}

	/*ft_flex01
	------------------------*/
	.ft_flex01 {
		flex-direction: column;
	}
	.ft_flex01_item {
		width: 100%;
	}

	/*ロゴ
	------------------------*/
	.ft_logo {}
	.ft_logo_img {}

	/*住所
	------------------------*/
	.ft_address {}
	.ft_text {}

	/*電話
	------------------------*/
	.ft_tel {}
	.ft_tel_link {}
	.ft_tel_link .small {}

	/* 診療時間
	------------------------*/
	.ft_schedule {}
	.ft_time-table {}
	.ft_time-table .time {}
	.ft_time-table .day {}
	.ft_time-table thead th {}
	.ft_time-table tbody th {}
	.ft_time-table tbody th .am {}
	.ft_time-table tbody td {}

	.ft_time-table .sankaku {}
	.ft_time-table_info {}
	.ft_time-table_info .kome {}

	/* カレンダー
	------------------------*/
	.ft_calendar {}
	.ft_calendar_frame {}
	.ft_calendar_frame iframe {}

	/* バナー
	------------------------*/
	/*ft_bnr_fl01*/
	.ft_bnr_fl01 {
		flex-direction: column;
	}
	.ft_bnr_fl01 > .ft_bnr_item {
		width: 100%;
	}
	.ft_bnr_link {}
	.ft_bnr_img {}

	/*ft_bnr_fl02*/
	.ft_bnr_fl02 {}
	.ft_bnr_fl02 > .ft_bnr_item {}

	/* googlemaps
	------------------------*/
	.ft_maps {
		flex-direction: column;
	}
	.ft_exterior {
		display: none;
		/*width: 100%;*/
	}
	.ft_exterior_img {
		/*
		margin: auto;
		max-width: 200px;
		*/
	}
	.ft_googlemaps {
		width: 100%;
		height: 400px;
	}
	.ft_googlemaps iframe {}

	/* 地域情報
	------------------------*/
	.ft_areainfo {}
	.ft_areainfo .inner {}
	.ft_areainfo_text {}

	/* コピーライト表記
	------------------------*/
	.copyright {
		padding: 6px 10px 60px;
	}

	/* ページTOPへ戻る
	------------------------*/
	.pagetop {
		width: 40px;
		height: 40px;
	}

	/* 画面下固定タブ
	-------------------------------*/
	.bottom_fix {
		/*flex*/
		display: flex;
		/*others*/
		position: fixed;
		z-index: 8;
		left: 0;
		bottom: 0;
		width: 100%;
		/*border-top: 1px solid #fff;*/
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		/*anime*/
		animation: fadeInUp 1.6s 2s ease both;
	}
	.bottom_tab {
		display: flex;
		justify-content: center;
		align-items: stretch;
	}
	.bottom_link {
		/*flex*/
		display: flex;
		justify-content: center;
		align-items: center;
		/*others*/
		height: 52px;
		width: 100%;
		padding: 6px 10px;
	}
	.bottom_text {
		padding-left: 1.8em;
		background-position: left center;
		background-size: 1.25em auto;
		background-repeat: no-repeat;
		min-height: calc(19px*1.4);
		font-size: 19px;
		font-weight: 500;
		line-height: 1.4;
		color: #fff;
	}
	/*tel*/
	.bottom_tab.-tel {
		width: 20%;
		background: #573300;
	}
	.bottom_tab.-tel .bottom_text {
		background-image: url(../img/bottom_tab_tel.png);
		background-position: center;
	}
	/*rsv*/
	.bottom_tab.-rsv {
		width: 40%;
		background: #947042;
	}
	.bottom_tab.-rsv .bottom_text {
		background-image: url(../img/side_tab_rsv.png);
	}
	/*line*/
	.bottom_tab.-line {
		width: 40%;
		background: #70c47e;
	}
	.bottom_tab.-line .bottom_text {
		background-image: url(../img/side_tab_line.png);
	}
	/*nolink*/
	.bottom_tab.-nolink {
		background: #ccc;
	}

	

}

















