@charset "utf-8";
/*================================
　ここから全サイズ適用
================================*/
html {
	overflow-y: scroll;
	font-size: 10px;
	font-size: 62.5%;
}
body {
	overflow: hidden;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 18px;
	font-size: 1.8em;
	font-weight: 400;
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.08em;
	/*letter-spacing: 0.02em;*/
	color: #000;
}
/*Rounded Mplus 1cのがさつき対策*/
p,li,dt,dd {
	-webkit-transform: rotate(0.1deg);
	transform: rotate(0.1deg);
	/*letter-spacing: 0.06em;*/
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a {
	/*color: #222;*/
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
}
a:active {
	color: #999;
	text-decoration: none;
}
/*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;
}

/* ページ内リンク位置調整
================================*/
a.anchor-link {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

/* 幅制御
================================*/
.inner {
	margin: 0 auto;
	max-width: calc(1500px + 120px);
	padding-left: 60px;
	padding-right: 60px;
}

/* ブロック要素、インライン要素
================================*/
.block_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.block_right {
	display: block;
	margin-left: auto;
}
.block_left {
	display: block;
	margin-right: auto;
}
.block {
	display: block!important;
}
.inline-block {
	display: inline-block!important;
}

/* 文字
================================*/
.text_center {
	text-align: center !important;
}
.text_left {
	text-align: left !important;
}
.text_right {
	text-align: right !important;
}

/*side_fix
================================*/
.side_fix {
	position: fixed;
	z-index: 10;
	/*top: 320px;*/
	top: 180px;
	right: 0;
}
.side_fix_tab {
	position: relative;
	margin-bottom: 15px;
	-webkit-transition: .2s;
	transition: .2s;
}
.side_fix_tab:hover {
	opacity: 0.8;
}

/* リンクボタン
================================*/
.link_btn {
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*others*/
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 1;
	padding: 10px 50px 10px;
	max-width: 100%;
	width: 300px;
	min-height: 60px;
	background: #8bc882;
	border-radius: 30px;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.link_btn::after {
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	content: "";
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 8px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
.link_btn:hover {
	background: #b5ddaf;
}
.link_btn:hover::after {
	right: 24px;
}

/*no link*/
.link_btn.-nolink {
	background: #939393;
	border: 1px solid #939393;
	color: #ccc;
}
.link_btn.-nolink::after {
	content: none;
}

/*================================
ヘッダー
================================*/
.seo-message {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
.header {
	min-height: 290px;
	background: #fff;
}
.header .inner {
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	/*others*/
	position: relative;
	z-index: 10;
	max-width: calc(1710px + 120px);
	padding-top: 20px;
	padding-bottom: 0;
}
.hd_left {}
.hd_logo {}
.hd_tel {
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*others*/
	position: absolute;
	z-index: 1;
	top: 0;
	right: 60px;
	width: 350px;
	height: 110px;
	background: #8bc882;
	border-radius: 0 0 10px 10px;
}
.hd_tel::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 5px;
	top: 0;
	width: calc(100% - 10px);
	height: calc(100% - 5px);
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0 0 6px 6px;
}
.hd_tel_text {
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
.hd_tel_number {
	padding-left: 26px;
	background: url(../img/hd_tel_icon.png)left center no-repeat;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #fff;
}
.hd_right {
	width: 74%;
}
.hd_info {
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 40px;
	/*others*/
	margin-bottom: 26px;
	padding-right: 350px;
}
.hd_features {
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 10px 20px;
	/*others*/
	max-width: 420px;
}
.hd_features_item {
	position: relative;
	z-index: 1;
	padding: 10px 0;
	width: calc(100%/2 - 10px);
	background: #fac5d3;
	border-radius: 40px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
.hd_features_item::before {
	position: absolute;
	z-index: 1;
	content: "";
	background: url(../img/hd_features_deco.png)center/contain;
	width: 59px;
	height: 81px;
	top: -20px;
	left: -34px;
}
.hd_hour {}
.hd_hour_dl {
	display: flow-root;
	font-size: 1.6rem;
	color: #666;
	text-align: left;
	line-height: 1.6;
}
.hd_hour_dt {
	width: 5em;
	float: left;
}
.hd_hour_dd {
	padding-left: 5em;
}
.hd_nav {
	width: 100%;
}

/*=======================
グローバルナビ
========================*/
#global-nav {
	position: relative;
	z-index: 10;
	-webkit-transition: .4s;
	transition: .4s;
	/*margin-top: -100px;*/
	/*height: 100px;*/
	background: #fff;
}
.menu_lists{
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	/*others*/
	/*
	margin: 0 auto;
	max-width: calc(1200px + 120px);
	*/
}
.menu_item {
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	/*others*/
	/*padding: 0 40px;*/
	padding: 0 30px;
	position: relative;
	z-index: 1;
}
.menu_item::after {
	position: absolute;
	z-index: 1;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(14deg);
	transform: translateY(-50%) rotate(14deg);
	width: 1px;
	height: 45px;
	background: #ffbda9;
}
.menu_item:last-child::after {
	content: none;
}
.menu_link {
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	min-height: 140px;
	width: 100%;
	padding-top: 90px;
	background-position: center top 20px;
	background-repeat: no-repeat;
	background-size: 50px auto;
	/*font-size: 2rem;*/
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #4b4948;
}
.menu_link:hover {
	opacity: 0.7;
}
/*アイコン*/
.menu_link.-icon01 {
	background-image: url(../img/g-nav_icon01.png);
}
.menu_link.-icon02 {
	background-image: url(../img/g-nav_icon02.png);
}
.menu_link.-icon03 {
	background-image: url(../img/g-nav_icon03.png);
}
.menu_link.-icon04 {
	background-image: url(../img/g-nav_icon04.png);
}
.menu_link.-icon05 {
	background-image: url(../img/g-nav_icon05.png);
}
.menu_link.-icon06 {
	background-image: url(../img/g-nav_icon06.png);
}

/*リンクなし*/
.menu_item.-nolink {
	background: none;
}
.menu_item.-nolink .menu_link {
	opacity: 0.4;
}

/* サブメニュー
-------------------------------*/
.sub_menu_lists {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,calc(100% - 20px));
	transform: translate(-50%,calc(100% - 20px));
	width: 300px;
	padding-bottom: 10px;
	background: #fff;
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	-webkit-transition: .4s;
	transition: .4s;
}
/*ホバーでサブメニュー表示*/
.menu_item:hover .sub_menu_lists {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
}
.sub_menu_item {
	position: relative;
	z-index: 1;
	-webkit-transition: .4s;
	transition: .4s;
}
.sub_menu_item::after {
	position: absolute;
	z-index: 1;
	content: "";
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background: #ffbda9;
}
.sub_menu_link {
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	padding: 10px 50px;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	color: #4b4948;
}
.sub_menu_link:hover {
	opacity: 0.6;
}

/* グローバルメニュー（fixed）
===============================*/
#global-nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 100%;
	height: auto;
}
.fixed .menu_link {
	height: auto;
	background: none;
	padding: 20px 0;
	min-height: auto;
}

/*=======================
  footer
========================*/
.footer {}
.footer .inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ft_frame {
	position: relative;
	z-index: 1;
	padding: 40px;
	background: rgba(255,255,255,0.5);
}
.ft_frame::after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 12px;
	left: 12px;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	background: #fff;
}
.ft_flex {
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 60px 60px;
	/*others*/
	/*margin-bottom: 60px;*/
}
.ft_flex_item {
	width: calc(100%/2 - 30px);
}
.ft_frame::before {
	position: absolute;
	z-index: -1;
	top: 12px;
	left: 12px;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	background: #fff;
}

/* ft_content01
------------------------*/
.ft_content01 {
	background: url(../img/bg_sakura02.jpg?02)top center no-repeat #fff;
}
.ft_insta_title {
	margin-bottom: 30px;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
.ft_insta_title .small {
	font-size: 2.6rem;
}
.ft_insta_lead {
	max-width: 590px;
	margin: 0 auto 60px;
	padding: 6px 10px;
	background: url(../img/ft_insta_lead_bg.jpg)center/cover;
	border: 5px solid #fce8ea;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	text-shadow: 0 0 12px #ea9fa9;
}
.ft_insta_qr {
	max-width: 140px;
}

/* ft_content02
------------------------*/
.ft_content02 {
	background: #fefef6;
}
.ft_logo {
	margin-bottom: 40px;
}
.ft_logo_img {
	margin: 0 auto;
}
.ft_address {
	margin-bottom: 40px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.8;
}
.ft_access {
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px 20px;
	/*others*/
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.ft_access_item {
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*others*/
	min-height: 50px;
	padding-left: 60px;
	line-height: 1.5;
	text-align: left;
}
.ft_access_item.-car {
	background: url(../img/ft_access_car.png)left center no-repeat;
}
.ft_access_item.-bus {
	background: url(../img/ft_access_bus.png)left center no-repeat;
}
.ft_parking {
	margin-bottom: 40px;
	font-size: 2.2rem;
	text-align: center;
}
.ft_tel {
	text-align: center;
}
.ft_tel_text {
	font-weight: 500;
}
.ft_tel_number {
	display: inline-block;
	padding-left: 35px;
	background: url(../img/ft_tel_icon.png)left center no-repeat;
	font-weight: 500;
	font-size: 3.4rem;
	line-height: 1.4;
}

/* 診療時間表
------------------------*/
.ft_time-table {
	width: 100%;
	margin-bottom: 10px;
}
.ft_time-table tr {
	border-bottom: 1px solid #ddd;
}
.ft_time-table th,
.ft_time-table td {
	padding: 16px 5px;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
	color: #634d34;
}
.ft_time-table .title {
	width: 32%;
	padding-left: 20px;
	text-align: left;
}
.ft_time-table_info {}
.ft_time-table_info .closed {
	display: inline-block;
	margin-right: 16px;
	padding: 0 9px;
	background: #634d34;
	text-align: center;
	color: #fff;
}
.ft_calendar {
	width: 100%;
	height: 580px;
}

/* googlemap
------------------------*/
.googlemaps {
	height: 700px;
}
.googlemaps iframe {
	display: block;
	width: 100%;
	height: 100%;
}

/* 地域情報
------------------------*/
.ft_areainfo {}
.ft_areainfo .inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ft_areainfo_title {
	margin-bottom: 40px;
	font-size: 3.2rem;
	font-weight: 500;
	color: #634d34;
}
.ft_areainfo_text {
	font-size: 1.6rem;
	font-weight: 500;
	color: #634d34;
}

/* コピーライト
------------------------*/
.copyright {
	padding: 20px 60px;
	background: #fac6ca;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	color: #826c54;
}

/* ページTOPへ戻る
================================*/
.pagetop {
	position: fixed;
	z-index: 8;
	right: 20px;
	bottom: 20px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: url(../img/pagetop.png)center/contain no-repeat;
	cursor: pointer;
}
.pagetop:hover {
	opacity: 0.9;
}



/*================================
ノートPC大 1680px～0px
================================*/
@media (max-width: 1680px) {

	/* side_fix
	================================*/
	.side_fix {}
	.side_fix_tab {
		max-width: 70px;
	}

	/* リンクボタン
	================================*/
	.link_btn {}
	.link_btn::after {}


	/*================================
	ヘッダー
	================================*/
	.header {
		min-height: 210px;
	}
	.header .inner {}
	.hd_left {
		width: 20%;
	}
	.hd_logo {}
	.hd_tel {
		right: 20px;
		width: 260px;
		height: 80px;
	}
	.hd_tel::before {}
	.hd_tel_text {
		font-size: 1.4rem;
	}
	.hd_tel_number {
		padding-left: 16px;
		background: url(../img/hd_tel_icon.png)left center/14px auto no-repeat;
		font-size: 2.2rem;
	}
	.hd_right {
		width: calc(80% - 40px);
	}
	.hd_info {
		padding-right: 240px;
	}
	.hd_features {}
	.hd_features_item {
		font-size: 1.3rem;
		padding: 8px 0;
	}
	.hd_features_item::before {
		width: 40px;
		height: 56px;
		top: -14px;
		left: -16px;
	}
	.hd_hour {}
	.hd_hour_dl {
		font-size: 1.4rem;
	}
	.hd_hour_dt {}
	.hd_hour_dd {}
	.hd_nav {}

	/*=======================
	グローバルナビ
	========================*/
	#global-nav {}
	.menu_lists {}
	.menu_item {
		padding: 0 30px;
	}
	.menu_item::after {}
	.menu_item:last-child::after {}
	.menu_link {
		min-height: auto;
		padding-top: 45px;
		background-position: center top;
		background-size: auto 34px;
		font-size: 1.8rem;
	}


	/* サブメニュー
	-------------------------------*/
	.sub_menu_lists {
		width: 240px;
	}
	/*ホバーでサブメニュー表示*/
	.menu_item:hover .sub_menu_lists {}item {}
	.sub_menu_item::after {}
	.sub_menu_link {
		font-size: 1.8rem;
	}
	/* グローバルメニュー（fixed）
	===============================*/
	#global-nav.fixed {}
	.fixed .menu_link {}

	/*=======================
	footer
	========================*/
	.footer {}
	.footer .inner {}
	.ft_frame {}
	.ft_frame::after {}
	.ft_flex {}
	.ft_flex_item {}
	.ft_frame::before {}

	/* ft_content01
	------------------------*/
	.ft_content01 {}
	.ft_insta_title {}
	.ft_insta_title .small {}
	.ft_insta_lead {}
	.ft_insta_qr {}

	/* ft_content02
	------------------------*/
	.ft_content02 {}
	.ft_logo {}
	.ft_logo_img {}
	.ft_address {}
	.ft_access {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.ft_access_item {
		width: 100%;
	}
	.ft_access_item.-car {}
	.ft_access_item.-bus {}
	.ft_parking {}
	.ft_tel {}
	.ft_tel_text {}
	.ft_tel_number {}

	/* 診療時間表
	------------------------*/
	.ft_time-table {}
	.ft_time-table tr {}
	.ft_time-table th,
	.ft_time-table td {}
	.ft_time-table .title {}
	.ft_time-table_info {}
	.ft_time-table_info .closed {}
	.ft_calendar {}

	/* googlemap
	------------------------*/
	.googlemaps {
		height: 400px;
	}
	.googlemaps iframe {}

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

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

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


}


/*================================
ノートPC 1366px～0px
================================*/
@media (max-width: 1366px) {

	/* side_fix
	================================*/
	.side_fix {
		top: 120px;
	}
	.side_fix_tab {
		max-width: 60px;
	}

	/* リンクボタン
	================================*/
	.link_btn {}
	.link_btn::after {}


	/*================================
	ヘッダー
	================================*/
	.header {}
	.header .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.hd_left {
		/*flex*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		/*others*/
		margin-bottom: 30px;
		width: 100%;
	}
	.hd_logo {
		width: 60%;
		padding-top: 20px;
	}
	.hd_tel {}
	.hd_tel::before {}
	.hd_tel_text {}
	.hd_tel_number {}
	.hd_right {
		width: 100%;
	}
	.hd_info {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 20px;
		padding-left: 10px;
	}
	.hd_features {}
	.hd_features_item {
		font-size: 1.4rem;
	}
	.hd_features_item::before {}
	.hd_hour {}
	.hd_hour_dl {
		font-size: 1.5rem;
	}
	.hd_hour_dt {}
	.hd_hour_dd {}
	.hd_nav {}

	/*=======================
	グローバルナビ
	========================*/
	#global-nav {}
	.menu_lists {}
	.menu_item {}
	.menu_item::after {}
	.menu_item:last-child::after {}
	.menu_link {}


	/* サブメニュー
	-------------------------------*/
	.sub_menu_lists {}
	/*ホバーでサブメニュー表示*/
	.menu_item:hover .sub_menu_lists {}item {}
	.sub_menu_item::after {}
	.sub_menu_link {}
	/* グローバルメニュー（fixed）
	===============================*/
	#global-nav.fixed {}
	.fixed .menu_link {}

	/*=======================
	footer
	========================*/
	.footer {}
	.footer .inner {}
	.ft_frame {}
	.ft_frame::after {}
	.ft_flex {}
	.ft_flex_item {}
	.ft_frame::before {}

	/* ft_content01
	------------------------*/
	.ft_content01 {}
	.ft_insta_title {}
	.ft_insta_title .small {}
	.ft_insta_lead {}
	.ft_insta_qr {}

	/* ft_content02
	------------------------*/
	.ft_content02 {}
	.ft_logo {}
	.ft_logo_img {}
	.ft_address {}
	.ft_access {}
	.ft_access_item {}
	.ft_access_item.-car {}
	.ft_access_item.-bus {}
	.ft_parking {}
	.ft_tel {}
	.ft_tel_text {}
	.ft_tel_number {}

	/* 診療時間表
	------------------------*/
	.ft_time-table {}
	.ft_time-table tr {}
	.ft_time-table th,
	.ft_time-table td {}
	.ft_time-table .title {}
	.ft_time-table_info {}
	.ft_time-table_info .closed {}
	.ft_calendar {}

	/* googlemap
	------------------------*/
	.googlemaps {}
	.googlemaps iframe {}

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

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

	/* ページTOPへ戻る
	================================*/
	.pagetop {}


}


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

	/* side_fix
	================================*/
	.side_fix {}
	.side_fix_tab {
		max-width: 60px;
	}

	/* リンクボタン
	================================*/
	.link_btn {}
	.link_btn::after {}


	/*================================
	ヘッダー
	================================*/
	.seo-message {}
	.header {}
	.header .inner {}
	.hd_left {}
	.hd_logo {}
	.hd_tel {}
	.hd_tel::before {}
	.hd_tel_text {}
	.hd_tel_number {}
	.hd_right {}
	.hd_info {}
	.hd_features {}
	.hd_features_item {}
	.hd_features_item::before {}
	.hd_hour {}
	.hd_hour_dl {}
	.hd_hour_dt {}
	.hd_hour_dd {}
	.hd_nav {}

	/*=======================
	グローバルナビ
	========================*/
	#global-nav {}
	.menu_lists {}
	.menu_item {
		padding: 0 26px;
	}
	.menu_item::after {}
	.menu_item:last-child::after {}
	.menu_link {
		font-size: 1.6rem;
	}


	/* サブメニュー
	-------------------------------*/
	.sub_menu_lists {}
	/*ホバーでサブメニュー表示*/
	.menu_item:hover .sub_menu_lists {}item {}
	.sub_menu_item::after {}
	.sub_menu_link {
		font-size: 1.6rem;
	}
	/* グローバルメニュー（fixed）
	===============================*/
	#global-nav.fixed {}
	.fixed .menu_link {}

	/*=======================
	footer
	========================*/
	.footer {}
	.footer .inner {}
	.ft_frame {}
	.ft_frame::after {}
	.ft_flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.ft_flex_item {
		width: 100%;
	}
	.ft_frame::before {}

	/* ft_content01
	------------------------*/
	.ft_content01 {}
	.ft_insta_title {}
	.ft_insta_title .small {}
	.ft_insta_lead {}
	.ft_insta_qr {}

	/* ft_content02
	------------------------*/
	.ft_content02 {}
	.ft_logo {}
	.ft_logo_img {}
	.ft_address {}
	.ft_access {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.ft_access_item {}
	.ft_access_item.-car {}
	.ft_access_item.-bus {}
	.ft_parking {}
	.ft_tel {}
	.ft_tel_text {}
	.ft_tel_number {}

	/* 診療時間表
	------------------------*/
	.ft_time-table {}
	.ft_time-table tr {}
	.ft_time-table th,
	.ft_time-table td {}
	.ft_time-table .title {}
	.ft_time-table_info {}
	.ft_time-table_info .closed {}
	.ft_calendar {}

	/* googlemap
	------------------------*/
	.googlemaps {}
	.googlemaps iframe {}

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

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

	/* ページTOPへ戻る
	================================*/
	.pagetop {}


}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {
	/* font size設定 */
	/*--------------------------
	ベースとなるhtmlのfont sizeを10pxから8pxに変更することで、
	10px = 1remだったのが8px = 1remとなり、サイト全体の文字をサイズダウンする。
	ベースのfont sizeを変更したことで、bodyに設定した基本のfont sizeが
	1.8em = 18pxだったのが1.8em = 14.4pxになってしまうので、
	bodyのfont sizeを2em（16px相当）に変更する
	--------------------------
	※chrome対策のため、body要素のみemを使用、他の要素ではremを使用すること
	--------------------------
	※文字サイズ一覧※
	12.8px = 1.6rem
	14px = 1.75rem
	16px = 2rem
	18px = 2.25rem
	20px = 2.5rem
	24px = 3rem
	26px = 3.25rem
	28px = 3.5rem
	32px = 4rem
	--------------------------*/

	html {
		font-size: 8px;
		font-size: 50%;
	}
	body {
		/*16px = 2em*/
		font-size: 2em;
	}

	/* ページ内リンク位置調整
	================================*/
	a.anchor-link {
		padding-top: 30px;
		margin-top: -30px;
	}

	/*================================
	ヘッダー
	================================*/
	.seo-message {}
	.header {
		min-height: auto;
	}
	.header .inner {
		padding-bottom: 20px;
	}
	.hd_left {}
	.hd_logo {
		width: 56%;
	}
	.hd_tel {
		right: 80px;
		width: 200px;
		height: 64px;
	}
	.hd_tel::before {}
	.hd_tel_text {}
	.hd_tel_number {}
	.hd_right {}
	.hd_info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
		padding: 0;
	}
	.hd_features {
		max-width: 100%;
		width: 100%;
	}
	.hd_features_item {
		/*width: calc(100%/4 - (60px/4));*/
	}
	.hd_features_item::before {}
	.hd_hour {}
	.hd_hour_dl {}
	.hd_hour_dt {}
	.hd_hour_dd {}
	.hd_nav {}

	/*=======================
	グローバルナビ
	========================*/
	#global-nav {}
	.menu_lists {}
	.menu_item {}
	.menu_item::after {}
	.menu_item:last-child::after {}
	.menu_link {}


	/* サブメニュー
	-------------------------------*/
	.sub_menu_lists {}
	/*ホバーでサブメニュー表示*/
	.menu_item:hover .sub_menu_lists {}item {}
	.sub_menu_item::after {}
	.sub_menu_link {}
	/* グローバルメニュー（fixed）
	===============================*/
	#global-nav.fixed {}
	.fixed .menu_link {}

	/*=======================
	footer
	========================*/
	.footer {}
	.ft_areainfo .inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.ft_frame {}
	.ft_frame::after {}
	.ft_flex {}
	.ft_flex_item {}
	.ft_frame::before {}

	/* ft_content01
	------------------------*/
	.ft_content01 {}
	.ft_insta_title {}
	.ft_insta_title .small {}
	.ft_insta_lead {}
	.ft_insta_qr {}

	/* ft_content02
	------------------------*/
	.ft_content02 {}
	.ft_logo {}
	.ft_logo_img {}
	.ft_address {}
	.ft_access {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.ft_access_item {}
	.ft_access_item.-car {}
	.ft_access_item.-bus {}
	.ft_parking {}
	.ft_tel {}
	.ft_tel_text {}
	.ft_tel_number {}

	/* 診療時間表
	------------------------*/
	.ft_time-table {}
	.ft_time-table tr {}
	.ft_time-table th,
	.ft_time-table td {}
	.ft_time-table .title {}
	.ft_time-table_info {}
	.ft_time-table_info .closed {}
	.ft_calendar {
		height: 500px;
	}

	/* googlemap
	------------------------*/
	.googlemaps {}
	.googlemaps iframe {}

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

	/* コピーライト
	------------------------*/
	.copyright {
		padding: 20px 60px 80px;
	}

	/* ページTOPへ戻る
	================================*/
	.pagetop {
		bottom: 70px;
		width: 80px;
		height: 80px;
	}

	/* 画面下固定タブ
	-------------------------------*/
	.bottom_fix {
		/*flex*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/*others*/
		position: fixed;
		z-index: 8;
		left: 0;
		bottom: 0;
		width: 100%;
		border-top: 1px solid #fff;
	}
	.bottom_fix_tab {}
	.bottom_fix_link {
		/*flex*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/*others*/
		height: 56px;
		padding: 10px 10px;
		font-size: 2rem;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		color: #fff;
	}
	/*tel*/
	.bottom_fix_tab.-tel {
		width: 70%;
		background: #8bc882;
	}
	.bottom_fix_tab.-tel .text {
		padding: 2px 0 2px 26px;
		background: url(../img/bottom_tab_tel.png)left center/auto 20px no-repeat;
	}
	/*access*/
	.bottom_fix_tab.-access {
		width: 15%;
		background: #f3aabd;
	}
	.bottom_fix_tab.-access img {
		height: 26px;
	}
	/*insta*/
	.bottom_fix_tab.-insta {
		width: 15%;
		background: #f9b7a2;
	}
	.bottom_fix_tab.-insta img {
		height: 26px;
	}

}



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

	/* 幅制御
	================================*/
	.inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* リンクボタン
	================================*/
	.link_btn {
		padding: 10px 40px 10px;
		width: 100%;
		min-height: 50px;
		font-size: 1.75rem;
	}
	.link_btn::after {
		right: 20px;
		top: 50%;
		border-left: 6px solid #fff;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.link_btn:hover::after {
		right: 14px;
	}
	
	/*================================
	ヘッダー
	================================*/
	.seo-message {}
	.header {}
	.header .inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.hd_left {
		margin-bottom: 0;
	}
	.hd_logo {
		padding-top: 0;
		width: 260px;
	}
	.hd_tel {}
	.hd_tel::before {}
	.hd_tel_text {}
	.hd_tel_number {}
	.hd_right {}
	.hd_info {}
	.hd_features {}
	.hd_features_item {}
	.hd_features_item::before {}
	.hd_hour {}
	.hd_hour_dl {}
	.hd_hour_dt {}
	.hd_hour_dd {}
	.hd_nav {}

	/*=======================
	グローバルナビ
	========================*/
	#global-nav {}
	.menu_lists {}
	.menu_item {}
	.menu_item::after {}
	.menu_item:last-child::after {}
	.menu_link {}


	/* サブメニュー
	-------------------------------*/
	.sub_menu_lists {}
	/*ホバーでサブメニュー表示*/
	.menu_item:hover .sub_menu_lists {}item {}
	.sub_menu_item::after {}
	.sub_menu_link {}
	/* グローバルメニュー（fixed）
	===============================*/
	#global-nav.fixed {}
	.fixed .menu_link {}

	/*=======================
	footer
	========================*/
	.footer {}
	.footer .inner {}
	.ft_frame {
		padding: 30px;
	}
	.ft_frame::after {}
	.ft_flex {}
	.ft_flex_item {}
	.ft_frame::before {}

	/* ft_content01
	------------------------*/
	.ft_content01 {}
	.ft_insta_title {}
	.ft_insta_title .small {}
	.ft_insta_lead {}
	.ft_insta_qr {}

	/* ft_content02
	------------------------*/
	.ft_content02 {}
	.ft_logo {}
	.ft_logo_img {}
	.ft_address {}
	.ft_access {}
	.ft_access_item {}
	.ft_access_item.-car {}
	.ft_access_item.-bus {}
	.ft_parking {}
	.ft_tel {}
	.ft_tel_text {
		font-size: 1.6rem;
	}
	.ft_tel_number {}

	/* 診療時間表
	------------------------*/
	.ft_time-table {}
	.ft_time-table tr {}
	.ft_time-table th,
	.ft_time-table td {
		padding: 10px 5px;
		font-size: 1.6rem;
	}
	.ft_time-table .title {
		width: auto;
		padding: 10px 5px;
	}
	.ft_time-table_info {
		font-size: 1.6rem;
	}
	.ft_time-table_info .closed {}
	.ft_calendar {
		height: 400px;
	}

	/* googlemap
	------------------------*/
	.googlemaps {
		height: 300px;
	}
	.googlemaps iframe {}

	/* 地域情報
	------------------------*/
	.ft_areainfo {}
	.ft_areainfo .inner {}
	.ft_areainfo_title {
		margin-bottom: 20px;
		font-size: 2.5rem;
	}
	.ft_areainfo_text {}

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

	/* ページTOPへ戻る
	================================*/
	.pagetop {
		right: 0;
		width: 60px;
		height: 60px;
	}


}

















