@charset "utf-8";
/*================================
*
*基本設定
*
================================*/

/*================================
　ここから全サイズ適用
================================*/

/*CSS Variable
================================*/
:root {
	/*ベースカラー*/
	--theme-color01: #267234;
	--theme-color02: #e69495;
	--theme-color03: #885c3a;
}

/*html基本設定
================================*/
html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	font-size: 10px;
	font-size: 62.5%;
}
body {
	overflow: hidden;
	/*↓文字の基本設定*/
	font-family: "Zen Maru Gothic", serif;
	font-size: 18px;
	font-size: 1.8em;
	font-weight: 500;
	text-align: justify;
	color: #333;
	/* ↓iPhoneの文字サイズ自動調整を無効化 */
	-webkit-text-size-adjust: 100%;
}
h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
	/*↓文字の字間を設定*/
	letter-spacing: 0.05em;
}
p, dl, dt, dd, ol, ul, li {
	/*↓文字の行の高さ設定*/
	line-height: 1.7;
	/*↓文字の字間を設定*/
	letter-spacing: 0.05em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a {
	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:1rem !important;
}
.mb20 {
	margin-bottom:2rem !important;
}
.mb30 {
	margin-bottom:3rem !important;
}
.mb40 {
	margin-bottom:4rem !important;
}
.mb50 {
	margin-bottom:5rem !important;
}
.mb60 {
	margin-bottom:6rem !important;
}
.mb70 {
	margin-bottom:7rem !important;
}
.mb80 {
	margin-bottom:8rem !important;
}
.mb90 {
	margin-bottom:9rem !important;
}
.mb100 {
	margin-bottom:10rem !important;
}

/* インライン方向の揃え
================================*/
.mi-c {
	margin-inline: auto;
}

/* コンテナ類、幅制御
================================*/
.inner {
	margin: 0 auto;
	/*max-width: calc(1200px + 14rem);*/
	padding-left: 7rem;
	padding-right: 7rem;
}

/* ページ内リンク位置調整
================================*/
.anchor-link {
	display: block;
	transform: translateY(-12rem);
}

/* ブロック要素、インライン要素
================================*/
.block,
.blk {
	display: block;
}
.inline,
.inl {
	display: inline;
}
.inline-block,
.inl-blk {
	display: inline-block;
}

/* ブロック要素の揃え方向
================================*/
.block-center,
.b-cen,
.blk-c {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.block-left,
.b-lef,
.blk-l {
	display: block;
	margin-right: auto;
}
.block-right,
.b-rig,
.blk-r {
	display: block;
	margin-left: auto;
}

/* 文字、インライン要素の揃え方向
================================*/
.text-center,
.t-cen,
.ta-c {
	text-align: center !important;
}
.text-left,
.t-lef,
.ta-l {
	text-align: left !important;
}
.text-right,
.t-rig,
.ta-r {
	text-align: right !important;
}
.text-justify,
.t-just,
.ta-j {
	text-align: justify!important;
}

/* フォントファミリー
================================*/
.ff-ZenMaruGo {
	font-family: "Zen Maru Gothic", serif;
}

/* 文字ウェイト
================================*/
/*Light*/
/*
.fw300 {
	font-weight: 300;
	vertical-align: baseline;
}
*/
/*Regular*/
/*
.fw400 {
	font-weight: 400;
	vertical-align: baseline;
}
*/
/*Medium*/
.fw500 {
	font-weight: 500;
	vertical-align: baseline;
}
/*SemiBold*/
/*
.fw600 {
	font-weight: 600;
	vertical-align: baseline;
}
*/
/*Bold*/
.fw700 {
	font-weight: 700;
	vertical-align: baseline;
}

/*文字カラー
================================*/
.fc-theme01 {
	color: var(--theme-color01)!important;
	vertical-align: baseline;
}
.fc-theme02 {
	color: var(--theme-color02)!important;
	vertical-align: baseline;
}
.fc-theme03 {
	color: var(--theme-color03)!important;
	vertical-align: baseline;
}
.fc-fff {
	color: #fff!important;
	vertical-align: baseline;
}
.fc-333 {
	color: #333!important;
	vertical-align: baseline;
}
.fc-6eb92b {
	color: #6eb92b!important;
	vertical-align: baseline;
}
.fc-f29b76 {
	color: #f29b76!important;
	vertical-align: baseline;
}
.fc-ee8d7a {
	color: #ee8d7a!important;
	vertical-align: baseline;
}
.fc-line {
	color: #06c755!important;
	vertical-align: baseline;
}

/* 注釈、脚注
================================*/
.kome {
	padding-left: 1em;
	text-indent: -1em;
}
/*footnote01*/
.footnote01 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 0.25em;
	text-align: left;
}
.footnote01_head {
	min-width: 1em;
}
.footnote01_text {}
/*footnote02*/
.footnote02 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 0.5em;
	text-align: left;
}
.footnote02_head {
	min-width: 1.5em;
}
.footnote02_text {}


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


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

	/* 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基本設定
	================================*/
	html {
		font-size: 8px;
		font-size: 50%;
	}
	body {
		/*16px = 2em*/
		font-size: 2em;
	}

}


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

	/*margin-bottom
	================================*/
	.mb0-tab {
		margin-bottom: 0 !important;
	}
	.mb10-tab {
		margin-bottom: 1rem !important;
	}
	.mb20-tab {
		margin-bottom: 2rem !important;
	}
	.mb30-tab {
		margin-bottom: 3rem !important;
	}
	.mb40-tab {
		margin-bottom: 4rem !important;
	}
	.mb50-tab {
		margin-bottom: 5rem !important;
	}
	.mb60-tab {
		margin-bottom: 6rem !important;
	}
	.mb70-tab {
		margin-bottom: 7rem !important;
	}
	.mb80-tab {
		margin-bottom: 8rem !important;
	}
	.mb90-tab {
		margin-bottom: 9rem !important;
	}
	.mb100-tab {
		margin-bottom: 10rem !important;
	}

	/* コンテナ類、幅制御
	================================*/
	.inner {
		padding-left: 40px;
		padding-right: 40px;
	}

	/* 文字、インライン要素の揃え方向
	================================*/
	.text-center-tab,
	.t-cen-tab,
	.ta-c-tab {
		text-align: center !important;
	}
	.text-left-tab,
	.t-lef-tab,
	.ta-l-tab {
		text-align: left !important;
	}
	.text-right-tab,
	.t-rig-tab,
	.ta-r-tab {
		text-align: right !important;
	}
	.text-justify-tab,
	.t-just-tab,
	.ta-j-tab {
		text-align: justify!important;
	}

	/* ページ内リンク位置調整
	================================*/
	.anchor-link {}

}



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

	/*margin-bottom
	================================*/
	.mb0-sp {
		margin-bottom: 0 !important;
	}
	.mb10-sp {
		margin-bottom: 1rem !important;
	}
	.mb20-sp {
		margin-bottom: 2rem !important;
	}
	.mb30-sp {
		margin-bottom: 3rem !important;
	}
	.mb40-sp {
		margin-bottom: 4rem !important;
	}
	.mb50-sp {
		margin-bottom: 5rem !important;
	}
	.mb60-sp {
		margin-bottom: 6rem !important;
	}
	.mb70-sp {
		margin-bottom: 7rem !important;
	}
	.mb80-sp {
		margin-bottom: 8rem !important;
	}
	.mb90-sp {
		margin-bottom: 9rem !important;
	}
	.mb100-sp {
		margin-bottom: 10rem !important;
	}

	/* コンテナ類、幅制御
	================================*/
	.inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* 文字、インライン要素の揃え方向
	================================*/
	.text-center-sp,
	.t-cen-sp,
	.ta-c-sp {
		text-align: center !important;
	}
	.text-left-sp,
	.t-lef-sp,
	.ta-l-sp {
		text-align: left !important;
	}
	.text-right-sp,
	.t-rig-sp,
	.ta-r-sp {
		text-align: right !important;
	}
	.text-justify-sp,
	.t-just-sp,
	.ta-j-sp {
		text-align: justify!important;
	}


}




/*================================
*
*共通パーツ（ヘッダー、フッターなど）
*
================================*/

/*================================
ここから全サイズ適用
================================*/

/*バナー
================================*/
.bnr_group {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 2rem 4rem;
}
.bnr_item {}
.bnr_link {
	display: block;
	width: fit-content;
	margin-inline: auto;
	transition: 0.3s;
}
.bnr_item a:hover {
	filter: brightness(110%);
}

/* リンクボタン
================================*/
.link_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: fit-content;
	min-width: 22rem;
	padding: 1.2rem 1.8rem 1.3rem;
	background: #fff;
	border-radius: 1rem;
}
.link_btn_text {
	position: relative;
	z-index: 1;
	transition: 0.4s;
	padding-right: 1em;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.4;
	color: var(--theme-color01);
}
.link_btn_text::after {
	position: absolute;
	z-index: 1;
	content: "";
	right: 0;
	top: calc(50% + 0.1em);
	translate: 0 -50%;
	width: 0.4rem;
	height: 1em;
	background: var(--theme-color01);
	clip-path: polygon(0 0,1px 0,100% 50%,1px 100%,0 100%,calc(100% - 1px) 50%);
}
/*type02*/
.link_btn.-type02 {
	background: var(--theme-color01);
}
.link_btn.-type02 .link_btn_text {
	color: #fff;
}
.link_btn.-type02 .link_btn_text::after {
	background: #fff;
}
/*type03*/
.link_btn.-type03 {
	background: var(--theme-color02);
}
.link_btn.-type03 .link_btn_text {
	color: #fff!important;
}
.link_btn.-type03 .link_btn_text::after {
	background: #fff;
}
/*hover*/
.link_btn:hover::before {
	filter: brightness(1.2);
}
.link_btn:hover .link_btn_text {
	margin-right: -6px;
}
/*nolink*/
.link_btn.-nolink {}

/*================================
ヘッダー
================================*/
.seo-message_wrapper {
	overflow: hidden;
	height: 0;
}
.seo-message {
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.4;
}
.header {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: calc(1000px + 14rem);
	padding-top: 4rem;
	padding-bottom: 2rem;
}
/*------------------------------*/
.hd_area01 {}
.hd_logo {
	max-width: 40rem;
}
.hd_logo_img {}
.hd_address {
	font-size: 1.6rem;
}
/*------------------------------*/
.hd_area02 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0.5rem;
	flex-direction: column;
}
.hd_area02_group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}
.hd_tel {
	width: 27rem;
}
.hd_icon {
	width: 5.6rem;
}
.hd_shadow {
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0,0.16));
}
.hd_area02_text01 {
	font-size: 1.6rem;
}

/*固定タブ（右側）
================================*/
.side_fix {
	position: fixed;
	z-index: 20;
	bottom: 18rem;
	right: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
	gap: 2rem;
}
.side_tab {
	cursor: pointer;
	transition: 0.4s;
	position: relative;
	z-index: 1;
	top: 0;
	width: 11.7rem;
}
.side_tab:hover {
	top: -0.5rem;
	filter: brightness(1.06);
}
.side_link {}

/*================================
グローバルナビ
================================*/
.gnav {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 14rem;
	width: 100%;
}
.gnav .inner {
	padding-top: 2rem;
}
.gnav_content {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 80rem;
	height: 10rem;
	margin-inline: auto;
	padding: 1rem 2rem;
	background: #fff;
	border-radius: 2rem;
	box-shadow: 4px 4px 0 rgba(238, 141, 122,0.5);
}
.menu_lists {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
}
.menu_item {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	/*width: 100%;*/
}
.menu_item:not(:last-child)::before {
	position: absolute;
	z-index: 1;
	content: "";
	right: -2px;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: transparent;
	background-image: radial-gradient(circle, #eeb5b3 2px, transparent 2px);
	background-position: 0 0;
	background-size: 4px 6px;
	background-repeat: repeat-y;
}
.menu_link {
	display: block;
	transition: top .3s;
	position: relative;
	z-index: 1;
	top: 0;
	width: fit-content;
	margin: auto;
	padding-top: 3.5rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	background-position: top center;
	background-size: 4rem auto;
	background-repeat: no-repeat;
}
.menu_link:hover {
	top: -0.5rem;
}
.menu_link.-icon01 {
	background-image: url(../img/nav_icon01.png);
	padding-top: 5rem;
	background-position: top 6px center;
	background-size: 5.2rem auto;
}
.menu_link.-icon02 {
	background-image: url(../img/nav_icon02.png);
}
.menu_link.-icon03 {
	background-image: url(../img/nav_icon03.png);
}
.menu_link.-icon04 {
	background-image: url(../img/nav_icon04.png);
}
.menu_link.-icon05 {
	background-image: url(../img/nav_icon05.png);
}
.menu_link_jp {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: var(--theme-color03);
}
.menu_link_en {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
	color: var(--theme-color01);
}
/*no link*/
.menu_link.-nolink {
	opacity: 0.4!important;
	margin-top: 0!important;
}
.menu_link.-nolink:hover {
	top: 0;
}

/* サブメニュー
-------------------------------*/
.sub_menu_lists {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 0 2rem;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: -2rem;
	transform: translate(-50%,calc(100% - 20px));
	width: 42rem;
	padding: 1rem;
	background: #fff;
	border-radius: 2rem;
	box-shadow: 4px 4px 0 rgba(238, 141, 122,0.5);
}
/*ホバーでサブメニュー表示*/
.menu_item:hover .sub_menu_lists {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%,calc(100% + 0));
}
.sub_menu_item {
	position: relative;
	transition: .4s;
	width: calc(100%/2 - 1rem);
	border-bottom: 2px dotted #eeb5b3;
}
.sub_menu_link {
	display: block;
	padding: 1rem 0;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.4;
	color: var(--theme-color03);
}

/*-------------------------------
グローバルナビ（固定時）
-------------------------------*/
.gnav.fixed {
	position: fixed;
	top: 0;
	animation: gnav-fixed 0.4s 0s ease both;
}
@keyframes gnav-fixed {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

/*================================
メインコンテンツ
================================*/
.main {}

/*================================
フッターコンテンツ
================================*/

/*-------------------------------
フッター診療内容
-------------------------------*/
.ft_service {
	background: url(../img/pattern03.jpg)top center/80rem;
	position: relative;
	z-index: 1;
}
.ft_service .sec_hgroup {
	margin-bottom: 0;
}
.ft_service::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: -5rem;
	left: 50%;
	translate: -50%;
	width: 100%;
	min-width: 1500px;
	height: 100%;
	background-image: 
		url(../img/deco_tree_left.png),
		url(../img/deco_tree_right.png);
	background-size: 48rem 68rem;
	background-position: left top,right top;
}
.ft_service .inner {
	padding-bottom: 13rem;
}
.ft_service_hwrap {
	translate: 0 -2rem;
	padding-top: 7rem;
	padding-bottom: 6rem;
	background: url(../img/sec_hgroup_bg.png)center/contain no-repeat;
}
.ft_service_group {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 3rem 2rem;
	max-width: 940px;
	margin-inline: auto;
}
.ft_service_item {
	width: calc(100%/3 - 2rem*2/3);
	position: relative;
	z-index: 1;
	top: 0;
	transition: 0.4s;
	background: #fff;
	border-radius: 2rem;
}
.ft_service_item:hover {
	background: var(--theme-color02);
	filter: brightness(1.06);
	top: -0.5rem;
}
.ft_service_item::before,
.ft_service_item::after {
	position: absolute;
	z-index: -1;
	content: "";
	background-size: contain;
}
.ft_service_item::before {
	top: -1rem;
	right: -1rem;
	width: 7.2rem;
	height: 7rem;
}
.ft_service_item::after {
	left: -2rem;
	bottom: -1rem;
	width: 12.7rem;
	height: 13.8rem;
}
.ft_service_item.-deco01::before {
	background-image: url(../img/ft_service_deco01_img01.png);
}
.ft_service_item.-deco01::after {
	background-image: url(../img/ft_service_deco01_img02.png);
}
.ft_service_item.-deco02::before {
	background-image: url(../img/ft_service_deco02_img01.png);
}
.ft_service_item.-deco02::after {
	background-image: url(../img/ft_service_deco02_img02.png);
}
.ft_service_item.-deco03::before {
	background-image: url(../img/ft_service_deco03_img01.png);
}
.ft_service_item.-deco03::after {
	background-image: url(../img/ft_service_deco03_img02.png);
}
.ft_service_item.-deco04::before {
	background-image: url(../img/ft_service_deco04_img01.png);
}
.ft_service_item.-deco04::after {
	background-image: url(../img/ft_service_deco04_img02.png);
}
.ft_service_item.-deco05::before {
	background-image: url(../img/ft_service_deco05_img01.png);
}
.ft_service_item.-deco05::after {
	background-image: url(../img/ft_service_deco05_img02.png);
}
.ft_service_anchor {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 15rem;
	padding: 1rem;
}
.ft_service_text {
	transition: 0.4s;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	color: var(--theme-color02);
}
.ft_service_item:hover .ft_service_text {
	color: #fff;
}

/*-------------------------------
フッター
-------------------------------*/
.footer {}
.ft_info {
	background-image: url(../img/bg_lawn.png);
	background-position: top center;
	background-size: 192rem auto;
	position: relative;
	background-repeat: repeat;
	z-index: 1;
}
.ft_info::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: -8rem;
	left: 0;
	width: 100%;
	height: 75rem;
	background-image: url(../img/footer_bg_top.png);
	background-position: top center;
	background-size: 192rem auto;
}
.ft_info .inner {
	max-width: calc(1000px + 14rem);
	padding-top: 7rem;
	padding-bottom: 8rem;
}

/*ft_fl
------------------------*/
.ft_fl {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 4rem 4rem;
}
.ft_fl_item {
	width: calc(100%/2 - 4rem/2);
}

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

/* インスタグラム
------------------------*/
.ft_insta {
	padding: 1rem;
	background: #fff;
	border-radius: 1rem;
}
.ft_insta iframe {}

/*医院情報
------------------------*/
.ft_clinic {
	position: relative;
	z-index: 1;
}
.ft_clinic::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: 50%;
	translate: -50%;
	width: 100%;
	height: 100%;
	background-image: 
		url(../img/ft_clinic_deco01.png),
		url(../img/ft_clinic_deco02.png);
	background-position: left center,right center;
	background-size: 26rem auto;
}
.ft_clinic_content {
	width: fit-content;
	margin-inline: auto;
}
.ft_logo {
	margin-bottom: 4rem;
}
.ft_logo_img {}
.ft_address {
	width: fit-content;
	margin-inline: auto;
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.4;
}
.ft_info_group {}
.ft_info_li {
	width: fit-content;
	margin-inline: auto;
	padding-left: 1.4em;
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.4;
	color: #444;
	background-position: left top 0.2em;
	background-size: 1.16em;
}
.ft_info_li.-icon01 {
	background-image: url(../img/ft_info_icon01.png);
}
.ft_info_li.-icon02 {
	background-image: url(../img/ft_info_icon02.png);
}

/*電話
------------------------*/
.ft_tel {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 14rem;
	padding: 2rem;
	background: #fff;
	border: 1px solid #a98f73;
	border-radius: 1.5rem;
}
.ft_tel_text {
	max-width: 36rem;
	width: 100%;
	margin: 0 auto 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #8a7257;
	font-size: 2.2rem;
	text-align: center;
	color: #e35997;
}
.ft_tel_number {
	line-height: 1;
	text-align: center;
}
.ft_tel_link {
	display: inline-block;
	padding-left: 0.8em;
	background-image: url(../img/tel_icon01.png);
	background-position: top 0.2em left;
	background-size: 0.61em auto;
	background-repeat: no-repeat;
	font-size: 3.4rem;
	font-weight: 700;
	color: var(--theme-color03);
}

/* 診療時間
------------------------*/
.ft_schedule {
	max-width: 480px;
}
.ft_time-table_wrap {
	overflow: hidden;
	margin-bottom: 2rem;
	background: #fff;
	border-radius: 1.5rem;
	border: 1px solid #a98f73;
}
.ft_time-table {
	height: 14rem;
}
.ft_time-table .time {}
.ft_time-table .day {
	width: 9.7%;
}
.ft_time-table thead th {
	padding: 12px 5px;
	background: #e880aa;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	color: #fff;
}
.ft_time-table tbody tr:not(:last-child) {
	border-bottom: 1px solid #a98f73;
}
.ft_time-table tbody th {
	padding: 12px 5px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	color: #444;
}
.ft_time-table tbody td {
	padding: 12px 5px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	color: #999;
}
.ft_time-table .am {
	padding-left: 0.5em;
}
.ft_time-table .pm {}

.ft_time-table_info {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 1rem 2rem;
	flex-flow: row wrap;
	font-size: 1.8rem;
	text-align: left;
}
.ft_time-table_info .text01 {
	line-height: 1.4;
}
.ft_time-table_info .holyday {
	margin-right: 1rem;
	padding: 0 0.8rem;
	background: #8a7257;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}
.ft_sankaku {
	color: var(--theme-color01)!important;
}
.ft_shikaku {
	color: var(--theme-color02)!important;
}

/* 予防接種、予防接種など
------------------------*/
.ft_info_dl {
	/*
	width: fit-content;
	margin-inline: auto;
	*/
}
.ft_info_dt {
	/*float: left;*/
	width: 9rem;
	border-radius: 4px;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
}
.ft_info_dt.-color01 {
	background: #1eb9ee;
}
.ft_info_dt.-color02 {
	background: #6eb92b;
}
.ft_info_dt.-color03 {
	background: #f29b76;
}
.ft_info_dd {
	/*padding-left: 10.2rem;*/
	font-size: 1.8rem;
	text-align: left;
}
.ft_info_dd:not(:last-child) {
	margin-bottom: 1rem;
}

/* ご予約についてのご案内
------------------------*/
.ft_bnr_line {
	padding: 2rem;
	background: #fff;
	border-radius: 0 0 1rem 1rem;
}
.ft_bnr_line_title {
	padding: 0.4rem 1rem 0.4rem;
	background: #06c755;
	border-radius: 1rem 1rem 0 0;
	font-size: 2rem;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
.ft_bnr_line_text {
	font-size: 1.8rem;
}
/*line*/
.link_btn.-line {
	background: #06c755;
}
.link_btn.-line .link_btn_text {
	color: #fff;
}
.link_btn.-line .link_btn_text::after {
	background: #fff;
}

/*-------------------------------
フォトギャラリー（スクロール）
-------------------------------*/
.photo-gallery {
	padding-bottom: 8rem;
}
.photo-gallery_content {
	display: flex;
	justify-content: flex-start;
}
.photo-gallery_list {
	display: flex;
	justify-content: flex-start;
	gap: 0 4rem;
	padding-right: 4rem;
}
.photo-gallery_list-item {
	width: 38rem;
	height: 27rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/*画像*/
/*------------------------------*/
.photo-gallery_list-item.-pic01 {
	background-image: url(../img/photo-gallery_pic01.png);
}
.photo-gallery_list-item.-pic02 {
	background-image: url(../img/photo-gallery_pic02.png);
}
.photo-gallery_list-item.-pic03 {
	background-image: url(../img/photo-gallery_pic03.png);
}
.photo-gallery_list-item.-pic04 {
	background-image: url(../img/photo-gallery_pic04.png);
}
.photo-gallery_list-item.-pic05 {
	background-image: url(../img/photo-gallery_pic05.png);
}
.photo-gallery_list-item.-pic06 {
	background-image: url(../img/photo-gallery_pic06.png);
}
.photo-gallery_list-item.-pic07 {
	background-image: url(../img/photo-gallery_pic07.png);
}
.photo-gallery_list-item.-pic08 {
	background-image: url(../img/photo-gallery_pic08.png);
}
.photo-gallery_list-item.-pic09 {
	background-image: url(../img/photo-gallery_pic09.png?02);
}
.photo-gallery_list-item.-pic10 {
	background-image: url(../img/photo-gallery_pic10.png);
}
.photo-gallery_list-item.-pic11 {
	background-image: url(../img/photo-gallery_pic11.png);
}
.photo-gallery_list-item.-pic12my {
	background-image: url(../img/photo-gallery_pic12_my.png);
}
.photo-gallery_list-item.-pic13my {
	background-image: url(../img/photo-gallery_pic13_my.png);
}
.photo-gallery_list-item.-pic14my {
	background-image: url(../img/photo-gallery_pic14_my.png);
}

/*アニメーション設定*/
/*------------------------------*/
.photo-gallery_list:first-child {
	animation: loop01 100s -50s linear infinite;
}
.photo-gallery_list:nth-child(2) {
	animation: loop02 100s linear infinite;
}

/*loop01*/
/*------------------------------*/
@keyframes loop01 {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

/*loop02*/
/*------------------------------*/
@keyframes loop02 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

/* Googleマップ
------------------------*/
.ft_googlemaps {
	height: 38rem;
}
.ft_googlemaps iframe {
	display: block;
	width: 100%;
	height: 100%;
}

/* 地域情報
------------------------*/
.ft_areainfo {
	background: url(../img/pattern03.jpg)top center/80rem;
}
.ft_areainfo .inner {
	max-width: calc(1000px + 14rem);
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.ft_areainfo_title {
	position: relative;
	z-index: 1;
	width: fit-content;
	margin: 0 auto 2rem;
	font-size: 2rem;
	text-align: center;
	color: var(--theme-color01);
}
.ft_areainfo_title::before,
.ft_areainfo_title::after {
	position: absolute;
	z-index: 1;
	content: "";
	width: 5.4rem;
	height: 5.4rem;
	background-position: center;
	background-size: contain;
}
.ft_areainfo_title::before {
	background-image: url(../img/ft_areainfo_title_deco01.png);
	left: 0;
	top: 50%;
	translate: -100% -50%;
}
.ft_areainfo_title::after {
	background-image: url(../img/ft_areainfo_title_deco02.png);
	right: 0;
	top: 50%;
	translate: 100% -50%;
}
.ft_areainfo_text {
	font-size: 1.6rem;
	color: #444;
}

/* コピーライト表記
------------------------*/
.copyright {
	padding: 0.6rem 20px;
	background: #e880aa;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	color: #fff;
}

/* ページTOPへ戻る
------------------------*/
.pagetop {
	opacity: 0;
	transition: .4s;
	position: fixed;
	z-index: 6;
	right: 3rem;
	bottom: 1rem;
	width: 9.4rem;
	aspect-ratio: 0.9/1;
	border: none;
	background: url(../img/pagetop.png)center/contain no-repeat;
	cursor: pointer;
}
.pagetop:hover {
	filter: brightness(110%);
}



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


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

	/*バナー
	================================*/
	.bnr_group {}
	.bnr_item {}
	.bnr_link {}

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

	/*================================
	ヘッダー
	================================*/
	.seo-message_wrapper {}
	.seo-message {}
	.header {}
	.header .inner {}
	/*------------------------------*/
	.hd_area01 {}
	.hd_logo {}
	.hd_logo_img {}
	.hd_address {}
	/*------------------------------*/
	.hd_area02 {}
	.hd_area02_group {}
	.hd_tel {}
	.hd_icon {}
	.hd_shadow {}

	/*固定タブ（右側）
	================================*/
	.side_fix {}

	/*================================
	グローバルナビ
	================================*/
	.gnav {}
	.gnav .inner {}
	.gnav_content {}
	.menu_lists {}
	.menu_item {}
	.menu_item:not(:last-child)::before {}
	.menu_link {}
	.menu_link.-icon01 {}
	.menu_link_jp {}
	.menu_link_en {}

	/* サブメニュー
	-------------------------------*/
	.sub_menu_lists {}
	.sub_menu_item {}
	.sub_menu_link {}

	/*================================
	メインコンテンツ
	================================*/
	.main {}

	/*================================
	フッターコンテンツ
	================================*/

	/*-------------------------------
	フッター診療内容
	-------------------------------*/
	.ft_service {}
	.ft_service::before {
		width: 110vw;
		min-width: auto;
		height: 40vw;
		background-size: auto 100%;
	}
	.ft_service .inner {}
	.ft_service_hwrap {}
	.ft_service_group {}
	.ft_service_item {}
	.ft_service_item:hover {}
	.ft_service_item::before,
	.ft_service_item::after {}
	.ft_service_item::before {}
	.ft_service_item::after {}
	.ft_service_anchor {}
	.ft_service_text {}

	/*-------------------------------
	フッター
	-------------------------------*/
	.footer {}
	.ft_info {}
	.ft_info::before {}
	.ft_info .inner {}

	/*ft_fl
	------------------------*/
	.ft_fl {}
	.ft_fl_item {}

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

	/* インスタグラム
	------------------------*/
	.ft_insta {}

	/*医院情報
	------------------------*/
	.ft_clinic {}
	.ft_clinic::before {}
	.ft_clinic_content {}
	.ft_logo {}
	.ft_logo_img {}
	.ft_address {}
	.ft_info_group {}
	.ft_info_li {}

	/*電話
	------------------------*/
	.ft_tel {
		height: 120px;
	}
	.ft_tel_text {}
	.ft_tel_number {}
	.ft_tel_link {}

	/* 診療時間
	------------------------*/
	.ft_schedule {}
	.ft_time-table_wrap {}
	.ft_time-table {
		height: 120px;
	}
	.ft_time-table .time {}
	.ft_time-table .day {}
	.ft_time-table thead th {}
	.ft_time-table tbody th {}
	.ft_time-table tbody td {}
	.ft_time-table .am {}
	.ft_time-table .pm {}

	.ft_time-table_info {}
	.ft_time-table_info .text01 {}
	.ft_time-table_info .holyday {}

	/* 予防接種、予防接種など
	------------------------*/
	.ft_info_dl {}
	.ft_info_dt {}
	.ft_info_dd {}

	/* ご予約についてのご案内
	------------------------*/
	.ft_bnr_line {}
	.ft_bnr_line_title {}
	.ft_bnr_line_text {}

	/*-------------------------------
	フォトギャラリー（スクロール）
	-------------------------------*/
	.photo-gallery {}
	.photo-gallery_content {}
	.photo-gallery_list {}
	.photo-gallery_list-item {}

	/* Googleマップ
	------------------------*/
	.ft_googlemaps {}
	.ft_googlemaps iframe {}

	/* 地域情報
	------------------------*/
	.ft_areainfo {}
	.ft_areainfo .inner {}
	.ft_areainfo_title {}
	.ft_areainfo_title::before,
	.ft_areainfo_title::after {}
	.ft_areainfo_title::before {}
	.ft_areainfo_title::after {}
	.ft_areainfo_text {}

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

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

}


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

	/* 画面下固定タブ
	================================*/
	.bottom_fix {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-flow: row wrap;
		position: fixed;
		z-index: 8;
		left: 0;
		bottom: 0;
		width: 100%;
		/*anime*/
		/*animation: fadeInUp 1.6s 2s ease both;*/
	}
	.bottom_tab {
		display: flex;
		justify-content: center;
		align-items: stretch;
		transition: 0.4s;
	}
	.bottom_link {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 5.8rem;
		width: 100%;
		padding: 6px 10px;
	}
	.bottom_text {
		padding-left: 1.8em;
		padding-top: 0.15em;
		background-position: left top 0.2em;
		background-size: 1.25em auto;
		min-height: calc(2.4rem*1.4);
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1.4;
		color: #fff;
	}
	.bottom_icon {
		height: 100%;
		width: auto;
	}
	/*fb*/
	.bottom_tab.-fb {
		width: calc((100% - 45%)/4);
		background: #0866ff;
	}
	.bottom_tab.-fb .bottom_link {
		width: auto;
		padding: 0;
	}
	/*tel*/
	.bottom_tab.-tel {
		width: calc((100% - 45%)/4);
		background: #f2a5ab;
	}
	.bottom_tab.-tel .bottom_link {
		width: auto;
		padding: 0;
	}
	/*x*/
	.bottom_tab.-x {
		width: calc((100% - 45%)/4);
		background: #000;
	}
	.bottom_tab.-x .bottom_link {
		width: auto;
		padding: 0;
	}
	/*insta*/
	.bottom_tab.-insta {
		width: calc((100% - 45%)/4);
		background: #ff01a9;
	}
	.bottom_tab.-insta .bottom_link {
		width: auto;
		padding: 0;
	}
	/*line*/
	.bottom_tab.-line {
		width: 45%;
		background: #06c755;
	}
	.bottom_tab.-line .bottom_link {
		width: auto;
		padding: 0;
	}
	.bottom_tab.-line .bottom_text {
		padding: 0;
		font-size: 1.5rem;
		line-height: 1.4;
		text-align: left;
		color: #fff;
	}
	/*rsv*/
	/*
	.bottom_tab.-rsv {
		width: calc(100% - 15%*4);
		background: #25bbad;
	}
	.bottom_tab.-rsv .bottom_text {
		background-image: url(../img/icon_arrow01.png);
	}
	*/
	/*nolink*/
	.bottom_tab.-nolink {
		background: #ccc;
	}
	/*------------------------------*/

	/*バナー
	================================*/
	.bnr_group {}
	.bnr_item {}
	.bnr_link {}

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

	/*================================
	ヘッダー
	================================*/
	.seo-message_wrapper {}
	.seo-message {}
	.header {}
	.header .inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	/*------------------------------*/
	.hd_area01 {}
	.hd_logo {}
	.hd_logo_img {
		max-width: 300px;
	}
	.hd_address {}
	/*------------------------------*/
	.hd_area02 {}
	.hd_area02_group {}
	.hd_tel {}
	.hd_icon {}
	.hd_shadow {}

	/*================================
	グローバルナビ
	================================*/
	.gnav {}
	.gnav .inner {}
	.gnav_content {
		width: fit-content;
		height: auto;
	}
	.menu_lists {}
	.menu_item {}
	.menu_item:not(:last-child)::before {}
	.menu_link {
		padding-top: 3.2rem;
		padding-left: 3.2rem;
		padding-right: 3.2rem;
		background-size: 3.6rem auto;
	}
	.menu_link.-icon01 {
		padding-top: 4rem;
		background-position: top 2px center;
		background-size: 4.2rem auto;
	}
	.menu_link_jp {
		font-size: 1.6rem;
	}
	.menu_link_en {
		font-size: 1.3rem;
	}

	/* サブメニュー
	-------------------------------*/
	.sub_menu_lists {}
	.sub_menu_item {}
	.sub_menu_link {}

	/*================================
	メインコンテンツ
	================================*/
	.main {}

	/*================================
	フッターコンテンツ
	================================*/

	/*-------------------------------
	フッター診療内容
	-------------------------------*/
	.ft_service {}
	.ft_service::before {
		width: 112vw;
		height: 58vw;
	}
	.ft_service .inner {}
	.ft_service_hwrap {
		padding-top: 46px;
		padding-bottom: 34px;
	}
	.ft_service_group {}
	.ft_service_item {
		width: 100%;
		max-width: 270px;
	}
	.ft_service_item:hover {}
	.ft_service_item::before {
		width: 50px;
		height: 48px;
	}
	.ft_service_item::after {
		width: 80px;
		height: 88px;
	}
	.ft_service_anchor {
		min-height: 100px;
	}
	.ft_service_text {}

	/*-------------------------------
	フッター
	-------------------------------*/
	.footer {}
	.ft_info {}
	.ft_info::before {}
	.ft_info .inner {}

	/*ft_fl
	------------------------*/
	.ft_fl {}
	.ft_fl_item {}

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

	/* インスタグラム
	------------------------*/
	.ft_insta {}

	/*医院情報
	------------------------*/
	.ft_clinic {}
	.ft_clinic::before {}
	.ft_clinic_content {}
	.ft_logo {}
	.ft_logo_img {}
	.ft_address {}
	.ft_info_group {}
	.ft_info_li {}

	/*電話
	------------------------*/
	.ft_tel {}
	.ft_tel_text {}
	.ft_tel_number {}
	.ft_tel_link {}

	/* 診療時間
	------------------------*/
	.ft_schedule {}
	.ft_time-table_wrap {}
	.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 td {}
	.ft_time-table .am {}
	.ft_time-table .pm {}

	.ft_time-table_info {}
	.ft_time-table_info .text01 {}
	.ft_time-table_info .holyday {}

	/* 予防接種、予防接種など
	------------------------*/
	.ft_info_dl {}
	.ft_info_dt {}
	.ft_info_dd {}

	/* ご予約についてのご案内
	------------------------*/
	.ft_bnr_line {}
	.ft_bnr_line_title {}
	.ft_bnr_line_text {}

	/*-------------------------------
	フォトギャラリー（スクロール）
	-------------------------------*/
	.photo-gallery {}
	.photo-gallery_content {}
	.photo-gallery_list {
		gap: 0 30px;
		padding-right: 30px;
	}
	.photo-gallery_list-item {
		width: 200px;
		height: 142px;
	}

	/* Googleマップ
	------------------------*/
	.ft_googlemaps {}
	.ft_googlemaps iframe {}

	/* 地域情報
	------------------------*/
	.ft_areainfo {}
	.ft_areainfo .inner {}
	.ft_areainfo_title {}
	.ft_areainfo_title::before,
	.ft_areainfo_title::after {}
	.ft_areainfo_title::before {}
	.ft_areainfo_title::after {}
	.ft_areainfo_text {}

	/* コピーライト表記
	------------------------*/
	.copyright {
		padding-bottom: 10rem;
	}

	/* ページTOPへ戻る
	------------------------*/
	.pagetop {
		right: 10px;
		bottom: 9rem;
		width: 60px;
	}
	
}



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


	/*バナー
	================================*/
	.bnr_group {
		flex-direction: column;
	}
	.bnr_item {}
	.bnr_link {}

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

	/*================================
	ヘッダー
	================================*/
	.header {
		position: static;
		background: #c5ecff;
	}
	.header .inner {
		justify-content: center;
	}

	/*================================
	グローバルナビ
	================================*/
	.gnav {
		top: 90px;
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
		padding: 4px 10px;
	}
	.gnav .inner {
		padding: 0;
	}
	.gnav_content {
		max-width: 100%;
		width: 100%;
		padding: 0;
		background: none;
		box-shadow: none;
	}
	.menu_lists {}
	.menu_item {
		width: 100%;
	}
	.menu_item:not(:last-child)::before {
		right: 0;
		width: 1px;
		background: #eeb5b3;
	}
	.menu_link {}
	.menu_link,
	.menu_link.-icon01 {
		padding-top: 34px;
		padding-left: 7px;
		padding-right: 7px;
		background-size: 36px auto;
	}
	.menu_link.-icon01 {}
	.menu_link_jp {}
	.menu_link_en {
		display: none;
	}

	/* サブメニュー
	-------------------------------*/
	.sub_menu_lists {
		width: 180px;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: none;
	}
	/*ホバーでサブメニュー表示*/
	.menu_item:hover .sub_menu_lists {}
	.sub_menu_item {
		width: 100%;
	}
	.sub_menu_link {
		padding: 6px 0;
		font-size: 1.6rem;
	}

	/*================================
	メインコンテンツ
	================================*/
	.main {}

	/*================================
	フッターコンテンツ
	================================*/

	/*-------------------------------
	フッター診療内容
	-------------------------------*/
	.ft_service {}
	.ft_service::before {}
	.ft_service .inner {}
	.ft_service_hwrap {}
	.ft_service_group {}
	.ft_service_item {}
	.ft_service_item:hover {}
	.ft_service_item::before,
	.ft_service_item::after {}
	.ft_service_item::before {}
	.ft_service_item::after {}
	.ft_service_anchor {}
	.ft_service_text {}

	/*-------------------------------
	フッター
	-------------------------------*/
	.footer {}
	.ft_info {
		background-image: url(../img/bg_lawn_sp.png);
		background-size: 100% auto;
	}
	.ft_info::before {
		background-image: url(../img/footer_bg_top_sp.png);
		background-size: 100% auto;
		aspect-ratio: 1.36/1;
	}
	.ft_info .inner {}

	/*ft_fl
	------------------------*/
	.ft_fl {}
	.ft_fl_item {
		width: 100%;
	}

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

	/* インスタグラム
	------------------------*/
	.ft_insta {}

	/*医院情報
	------------------------*/
	.ft_clinic {
		padding: 100px 0 60px;
	}
	.ft_clinic::before {
		width: 124vw;
		background-position: left 14vw top,right bottom;
		background-size: 160px auto;
	}
	.ft_clinic_content {}
	.ft_logo {}
	.ft_logo_img {}
	.ft_address {}
	.ft_info_group {}
	.ft_info_li {}

	/*電話
	------------------------*/
	.ft_tel {}
	.ft_tel_text {}
	.ft_tel_number {}
	.ft_tel_link {}

	/* 診療時間
	------------------------*/
	.ft_schedule {}
	.ft_time-table_wrap {}
	.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 td {}
	.ft_time-table .am {}
	.ft_time-table .pm {}

	.ft_time-table_info {}
	.ft_time-table_info .text01 {}
	.ft_time-table_info .holyday {}

	/* 予防接種、予防接種など
	------------------------*/
	.ft_info_dl {}
	.ft_info_dt {
		/*float: none;*/
	}
	.ft_info_dd {
		/*padding-left: 0;*/
	}

	/* ご予約についてのご案内
	------------------------*/
	.ft_bnr_line {}
	.ft_bnr_line_title {}
	.ft_bnr_line_text {}

	/*-------------------------------
	フォトギャラリー（スクロール）
	-------------------------------*/
	.photo-gallery {}
	.photo-gallery_content {}
	.photo-gallery_list {}
	.photo-gallery_list-item {}

	/* Googleマップ
	------------------------*/
	.ft_googlemaps {}
	.ft_googlemaps iframe {}

	/* 地域情報
	------------------------*/
	.ft_areainfo {}
	.ft_areainfo .inner {}
	.ft_areainfo_title {}
	.ft_areainfo_title::before,
	.ft_areainfo_title::after {}
	.ft_areainfo_title::before {}
	.ft_areainfo_title::after {}
	.ft_areainfo_text {}

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

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
















