@charset "UTF-8";
/*
Theme Name: teamm
Theme URI:
Description: のサイトです
Author: teamm
Author URI:
Version: 1.0

1.  common settings
2.  sp settings
3.  header settings
4.  index settings
5.  page settings
6.  footer settings
7.  form setting

*/



/*==================================================================
	common settings
===================================================================*/

html {
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Helvetica Neue", メイリオ, Meiryo, sans-serif;
	letter-spacing: 0.02em;
}

body {
	overflow-x: hidden;
	letter-spacing: 0.02em;
	position: relative;
	color: #444;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
span,
strong,
dl,
dt,
dd,
table,
tbody,
thead,
th,
td,
blockquote,
ul,
li,
ol {
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Helvetica Neue", メイリオ, Meiryo, sans-serif;
}

.uk-grid.uk-grid-collapse {
	margin-left: 0;
}

.uk-grid.uk-grid-collapse>* {
	padding-left: 0;
}

p,
li,
dt,
dd,
th,
td {
	font-size: 15px;
	line-height: 200%;
	margin: 0 0 20px 0;
	font-weight: 400;
}

a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-decoration: underline;
	color: #886817;
}

.uk-link:hover,
a:hover {
	text-decoration: none;
}

a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

a:hover {
	color: #886817;
}

@media screen and (max-width : 959px) {
	.uk-container {
		padding: 0 20px;
	}
}

@media screen and (max-width : 639px) {

	p,
	li,
	dt,
	dd th,
	td {
		font-size: 14px;
		line-height: 180%;
		margin-bottom: 15px;
	}

	.uk-container {
		padding: 0;
	}
}




/* margin,padding
-------------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 1.5em;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb120 {
	margin-bottom: 120px;
}

.mb100 {
	margin-bottom: 8em;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mt80 {
	margin-top: 80px;
}

.pb0 {
	padding-bottom: 0;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt80 {
	padding-top: 80px;
}

.pt30 {
	padding-top: 30px;
}

.pb80 {
	padding-bottom: 80px;
}

.pt0 {
	padding-top: 0;
}

.pBox15 {
	padding: 15px;
}

@media screen and (max-width : 959px) {
	.mb120 {
		margin-bottom: 80px;
	}
}

@media screen and (max-width : 639px) {
	.mb60 {
		margin-bottom: 30px;
	}

	.mb80 {
		margin-bottom: 40px;
	}

	.mb100 {
		margin-bottom: 50px;
	}

	.mb120 {
		margin-bottom: 60px;
	}
}


/* font style
-------------------------------------------------------------------*/
.red {
	color: #e95504;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.strong,
strong {
	font-weight: bold;
	color: #00aaeb;
	font-size: 16px;
}

.fonts {
	font-size: 12px;
	color: #666;
}


/* table sheet style
-------------------------------------------------------------------*/
table.sheet {
	border-collapse: collapse;
	border-spacing: 0px;
	border-bottom: none;
	margin-bottom: 15px;
	width: 100%;
	background: #fff;
}

table.sheet th,
table.sheet td {
	padding: 15px 25px;
	line-height: 1.5em;
	vertical-align: middle;
	background: #f7f3e8;
	border-bottom: solid 1px #fff;
	line-height: 220%;
	width: 50%;
}

table.sheet th {
	background: #b39b5e;
	font-weight: 500;
	border-right: 1px solid #fff;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	text-align: left;
}

table.sheet td {
	text-align: right;
}


@media screen and (max-width : 639px) {

	table.sheet th,
	table.sheet td {
		padding: 15px;
	}

	table.sheet th {
		font-size: 16px;
		line-height: 200%;
	}
}

/* table 横スクロール style
-------------------------------------------------------------------*/
@media screen and (max-width : 639px) {
	.scroll {
		overflow: auto !important;
		white-space: nowrap;
	}

	.scroll::-webkit-scrollbar {
		height: 5px;
	}

	.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}

/*	dl style
-------------------------------------------------------------------*/
dl.dllist {
	width: 100%;
	overflow: hidden;
	background: #f7f3e8;
	border-bottom: 1px solid #ddd;
	margin: 0 0 60px;
}

.dllist dt,
.dllist dd {
	display: block;
	float: left;
	margin: 0;
	padding: 15px 2%;
}

.dllist dt {
	width: 31%;
	clear: left;
	border-top: 1px solid #ddd;
}

.dllist dd {
	width: 61%;
	background: #fff;
	border-top: 1px solid #ddd;
}

@media screen and (max-width : 639px) {
	dl.dllist {
		width: 100%;
		background: none;
		border-bottom: none;
		margin: 0;
	}

	.dllist dt,
	.dllist dd {
		float: none;
		width: 100%;
		border-top: none;
	}

	.dllist dt {
		border-bottom: 1px solid #ddd;
		font-weight: bold;
		padding: 5px 10px;
		font-size: 15px;
		background: #fff;
	}

	.dllist dd {
		border: none;
		padding: 10px 0;
		margin: 0 0 15px 0;
	}
}

/* list style
-------------------------------------------------------------------*/
ul.list {
	padding-left: 30px;
	margin: 0 0 25px;
}

ul.list li {
	padding-left: 5px;
	margin: 5px 0;
	list-style-image: url(img/list.png);
}

ul.list li a {
	font-weight: bold;
	font-size: 14px;
}

ol.list {
	counter-reset: my-counter;
	list-style: none;
	padding-left: 30px;
	margin: 0 0 25px;
}

ol.list li {
	padding-left: 5px;
	margin: 5px 0;
	position: relative;
}

ol.list li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #00304d;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}

/* icon
-------------------------------------------------------------------*/
i {
	color: #fff;
}

a:hover i {
	color: #fff !important;
}


/*	blockquote
-------------------------------------------------------------------*/
blockquote {
	background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
	border: 1px solid #FFFFFF;
	margin: 0 0 40px 0;
	padding: 60px 30px 15px;
	position: relative;
	border-radius: 10px;
}

blockquote:before {
	color: #C8C8C8;
	content: "“";
	font-family: serif;
	font-size: 500%;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 15px;
	left: 15px;
}


/*==================================================================
	sp common settings
===================================================================*/
/* sp contactbtn footer
-------------------------------------------------------------------*/
#sp-contact {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#sp-contact li {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
}

#sp-contact li a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 0 12px 0;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	font-size: 13px;
	text-align: center;
	height: auto;
	background: #00304d;
}

#sp-contact li a span {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	line-height: 120%;
}

#sp-contact li:last-child a {
	border-right: none;
}

#sp-contact li a i {
	color: #fff;
}

@media screen and (max-width : 639px) {
	body {
		padding-bottom: 14%;
	}
}


/*==================================================================
	header settings
===================================================================*/

/* header
-------------------------------------------------------------------*/
header {
	z-index: 900;
	background: #fff;
	height: 70px;
	position: absolute;
	top: 0;
	width: 100%;
}

header img {
	padding: 10px 15px;
}

.menu_btn {
	border: none;
	z-index: 900;
	vertical-align: middle;
	background: #00304d;
	color: #fff;
	font-size: 10px;
	margin: 0;
	vertical-align: :middle;
	height: 70px;
	width: 70px;
}

.menu_btn i {
	font-size: 30px;
	color: #fff;
}

.menu_btn:hover {
	background: #666;
}

@media screen and (max-width : 639px) {
	header {
		height: 60px;
	}

	header h1 {
		line-height: 100%;
	}

	header img {
		padding: 12px 15px;
	}

	.menu_btn {
		height: 60px;
		width: 60px;
	}

	.menu_btn i {
		font-size: 20px;
	}
}

/* navigation
-------------------------------------------------------------------*/
.nav {
	background: #b39b5e;
}

.nav_items {
	padding: 0;
	margin: 0;
	width: 100%;
}

.nav_items>li {
	margin: 0;
	padding: 0;
	float: left;
	width: 14.2857%;
	text-align: center;
	display: table;
	height: 80px;
}

.nav_items li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	line-height: 160%;
	letter-spacing: 1px;
	background: url(img/nav.png) no-repeat left center;
}

.nav_items li:last-child a {
	background: url(img/nav.png) no-repeat right center, url(img/nav.png) no-repeat left center;
}

.nav_items>li:hover {
	background: #967e40;
	transition: 0.4s;
}


/* offcanvas
-------------------------------------------------------------------*/
.uk-offcanvas-bar {
	background: #f7f3e8;
	padding: 0;
	width: 460px;
}

.uk-nav-offcanvas>li {
	margin: 0;
	display: block;
}

.uk-offcanvas-bar img {
	padding: 60px 0 30px;
}

@media screen and (max-width : 639px) {
	.uk-offcanvas-bar {
		width: 300px;
	}

	.uk-offcanvas-bar img {
		padding: 30px 0 0;
		width: 40%;
	}
}

/* nav_menu
-------------------------------------------------------------------*/
#nav_menu .uk-button {
	line-height: 100%;
	padding: 15px;
	border: none;
	font-size: 12px;
	color: #bba876;
	background: none;
}

#nav_menu .uk-button span {
	display: inline-block;
	font-size: 40px;
	color: #bba876;
}



/* nav_menu_list
-------------------------------*/
#nav_menu ul {
	padding: 0;
	overflow: hidden;
	margin: 0 15px 30px;
}

#nav_menu ul li {
	margin: 0;
}

#nav_menu ul li a {
	display: block;
	text-decoration: none;
	color: #220d00;
	font-size: 14px;
	text-align: center;
	padding: 15px;
	margin: 0;
	font-weight: 600;
	border-bottom: dotted 2px #fff;
	background: url(img/btn.png) no-repeat 15px center;
}

#nav_menu ul li a:hover {
	background: #dacfb5 url(img/btn.png) no-repeat 15px center;
}




/*==================================================================
	index settings
===================================================================*/
/* keyv
-------------------------------------------------------------------*/
.keyv {
	position: relative;
	background: url(img/keyv.png) no-repeat center center/cover;
	z-index: -2;
}

.keyv h1 {
	margin: 0;
}

.logo {
	position: absolute;
	top: 40px;
	left: 10%;
}

.keyv_txt {
	position: absolute;
	top: 60px;
	right: 10%;
}

.keyv_txt2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 70px 0;
}

.keyv_txt2:before {
	background: rgba(246, 237, 217, 0.8);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	width: 120%;
	height: 80%;
	margin: 5% -10% 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.keyv_txt2_img {
	margin-top: 40px;
}

@media screen and (max-width : 959px) {
	.keyv_txt {
		top: 20%;
	}

	.keyv_txt2 {
		padding: 40px 0;
	}

	.keyv_txt2:before {
		margin: 6% -10% 0;
	}
}

@media screen and (max-width : 639px) {
	.keyv_txt {
		top: 90px;
		width: 15%;
	}

	.keyv_txt2 {
		background: rgba(246, 237, 217, 0.8);
		width: 100%;
		padding: 30px 0;
	}

	.keyv_txt2 img {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.keyv_txt2:before {
		background: none;
		-webkit-transform-origin: none;
		-ms-transform-origin: none;
		transform-origin: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
		height: 100%;
		margin: 0;
		position: static;
		top: 0;
		left: 0;
	}
}

/* top_contents
-------------------------------------------------------------------*/
.top_contents {
	margin: 0 0 80px;
}

@media screen and (max-width : 639px) {
	.top_contents {
		margin: 0 0 40px;
	}

	.contents {
		padding: 40px 15px 0;
	}
}

/* top_title
-------------------------------------------------------------------*/
.top_title {
	margin: 100px 0 80px;
	text-align: center;
	background: url(img/line.png) repeat-x center center;
}


.top_title span {
	display: inline-block;
	color: #220d00;
	font-size: 26px;
	margin: 0;
	letter-spacing: 0.1em;
	line-height: 200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #fff;
	padding: 0 20px;
}

@media screen and (max-width : 959px) {}

@media screen and (max-width : 639px) {
	.top_title {
		margin: 40px 10px 40px;
		padding: 0 60px;
	}

	.top_title span {
		font-size: 20px;
	}

}

.top_title--news span {
	background-color: #f9f6ef;

}

/* topabout
-------------------------------------------------------------------*/
.top_about .no {
	position: relative;
}

.top_about .no p {
	position: absolute;
	top: -70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 60px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #bba876;
	font-style: italic;
	letter-spacing: 0.1em;
}

.top_about img {
	display: block;
	text-align: center;
}

.top_about h3 {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	color: #220d00;
	margin: 40px 0 30px;
}

@media screen and (max-width : 639px) {
	.Topabout .uk-grid {
		padding: 0 10px;
	}

	.Topabout .uk-grid>* {
		margin: 0 0 30px;
	}

	.top_about .no p {
		position: absolute;
		top: -30px;
		font-size: 30px;
	}

	.top_about h3 {
		text-align: center;
		font-size: 16px;
		margin: 25px 0 15px;
	}
}


/* topcontact
-------------------------------------------------------------------*/
.topcontact {
	background: #f7f3e8 url(img/bg_img.png) no-repeat left center;
	padding: 80px 0;
}

.topcontact p {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #220d00;
	font-size: 20px;
	line-height: 200%;
	margin: 0 0 40px;
}

@media screen and (max-width : 959px) {
	.topcontact {
		background: #f7f3e8 url(img/bg_img.png) no-repeat right center/cover;
	}
}

@media screen and (max-width : 639px) {
	.topcontact {
		padding: 60px 0;
	}

	.topcontact p {
		font-size: 16px;
		margin: 0 0 30px;
	}
}



/* toppoint
-------------------------------------------------------------------*/
.Toppoint .uk-grid>* {
	margin: 0 0 80px;
}

.top_point {
	background: #fff;
	border: solid 1px #220d00;
	padding: 40px;
}

.top_point h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #220d00;
	font-size: 22px;
	line-height: 200%;
	margin: 0 0 40px;
	letter-spacing: 1.5px;
}

.top_point h3 span.small {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
}

.top_point h3 span.big {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 80px;
	margin: 5px 0 40px;
	font-style: italic;
	letter-spacing: 3px;
}

.top_point1 {
	background: url(img/point1.png) no-repeat center center/cover;
}

.top_point2 {
	background: url(img/point2.png) no-repeat center center/cover;
}

.top_point3 {
	background: url(img/point3.png) no-repeat center center/cover;
}

.top_point4 {
	background: url(img/point4.png) no-repeat center center/cover;
}

@media screen and (max-width : 959px) {
	.Toppoint .uk-grid>* {
		margin: 0 0 30px;
	}

	.top_point {
		padding: 30px;
	}

	.top_point h3 {
		margin: 0 0 30px;
	}

	.top_point h3 span.big {
		font-size: 60px;
		margin: 5px 0 30px;
	}
}

@media screen and (max-width : 639px) {
	.Toppoint .uk-grid>* {
		margin: 0;
	}

	.top_point1,
	.top_point2,
	.top_point3,
	.top_point4 {
		height: 300px;
		z-index: -1;
	}

	.uk-grid>* .top_point {
		padding: 15px 30px;
		margin: 30px 10px -30px;
		z-index: 10;
	}

	.uk-grid>*:first-child .top_point {
		margin: 0 10px -30px;
	}

	.top_point h3 {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.top_point h3 span.big {
		font-size: 40px;
		margin: 0 0 15px;
	}
}

/* topcontact2
-------------------------------------------------------------------*/
.topcontact2 {
	background: #f7f3e8;
	padding: 0 0 80px;
}

.topcontact2 h2.top_title span {
	background: #f7f3e8;
}

@media screen and (max-width : 639px) {
	.topcontact2 {
		padding: 0 10px 40px;
	}

	.topcontact2 h2.top_title {
		padding: 0;
	}
}

/* topflow
-------------------------------------------------------------------*/
.Topflow .uk-grid>* {
	margin: 0;
}

.top_flow {
	border: solid 1px #220d00;
	padding: 40px;
	margin: 0 0 40px;
}

.top_flow h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	color: #220d00;
	letter-spacing: 1.5px;
}

.top_flow h3 span {
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	color: #220d00;
	letter-spacing: 3px;
	margin: 0 10px 0 0;
}

@media screen and (max-width : 639px) {
	.top_flow {
		padding: 30px;
		margin: 0 10px 15px;
	}

	.top_flow .uk-grid>* img {
		display: block;
		margin: 0 auto 20px;
	}
}

/* topprice
-------------------------------------------------------------------*/
.Topprice {
	margin: 0 0 120px;
}

.top_price {
	max-width: 900px;
	margin: 0 auto;
}

@media screen and (max-width : 959px) {
	.Topprice {
		margin: 0 0 80px;
	}
}

@media screen and (max-width : 639px) {
	.Topprice {
		margin: 0 0 40px;
	}

	.top_price {
		margin: 0 10px;
	}
}

/* topclinic
-------------------------------------------------------------------*/
.Topclinic {
	margin: 0 0 100px;
}

.indoor {
	margin: 0 auto 120px;
	max-width: 640px;
}

.indoor p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	color: #220d00;
}

.Topclinic h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	color: #220d00;
	border-bottom: 1px solid #220d00;
	padding: 25px 10px;
	letter-spacing: 2px;
}

.Topclinic_title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	color: #220d00;
	margin: 30px 0 25px;
	background: url(img/line2.png) no-repeat left center;
	padding: 0 0 0 40px;
	letter-spacing: 2px;
}

@media screen and (max-width : 959px) {
	.Topclinic {
		margin: 0 0 80px;
	}
}

@media screen and (max-width : 639px) {
	.Topclinic {
		margin: 0 0 40px;
	}

	.indoor {
		margin: 0 10px 60px;
	}

	.Topclinic img {
		display: block;
		margin: 0 auto;
		padding: 0 60px;
	}

	.Topclinic .uk-grid {
		padding: 0 15px;
	}

	.Topclinic h3 {
		font-size: 20px;
		padding: 20px 10px;
		text-align: center;
	}

	.Topclinic_title {
		font-size: 18px;
		margin: 30px 0 15px;
		background: url(img/line2.png) no-repeat left center;
		padding: 0 0 0 40px;
	}
}


/* more style
-------------------------------------------------------------------*/
p.more {
	margin: 0 0 25px;
	text-decoration: none;
	text-align: center;
}

.more a {
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 12px 6em 12px 7em;
	letter-spacing: 3px;
	background: #00304d url(img/btn.png) no-repeat 2em center;
	font-weight: bold;
	line-height: 200%;
}

.more a:hover {
	background: #b39b5e url(img/btn.png) no-repeat 2em center;
}

@media screen and (max-width : 959px) {
	.more a {
		font-weight: bold;
	}
}

@media screen and (max-width : 639px) {
	.more a {
		font-size: 16px;
		display: block;
		margin: 0 15px;
		padding: 12px 15px;
	}
}


/*==================================================================
	footer settings
===================================================================*/
.cv {
	padding: 60px 0;
	border-top: 1px solid #d8ccc5;
	border-bottom: 1px solid #d8ccc5;
}

.footer_logo img {
	display: block;
	margin: 0 auto;
}

footer p.more a {
	padding: 10px 10px 10px 30px;
	font-size: 14px;
	display: block;
}

@media screen and (max-width : 959px) {
	.cv {
		padding: 60px 0;
	}

	.map {
		padding: 40px 0 0 0;
		height: 300px;
	}
}

@media screen and (max-width : 639px) {
	.cv {
		padding: 40px 10px 10px;
	}

	.map {
		padding: 0;
		height: 200px;
	}

	.footer_logo img {
		width: 50%;
		margin: 0 auto;
	}
}

/* about_address
-------------------------------------------------------------------*/
.about_address {
	margin: 20px 0 30px;
	font-size: 15px;
	color: #444;
	line-height: 200%;
	text-align: center;
}


/* cv tel
-------------------------------------------------------------------*/
.access-tel {
	margin: 0;
}

.access-tel p a {
	display: block;
	font-size: 26px;
	letter-spacing: 2px;
	text-decoration: none;
	margin: 0;
	font-weight: 500;
	padding: 0;
	color: #220d00;
	line-height: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.access-tel p a span {
	display: block;
	margin: 0 0 10px;
	font-size: 11px;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #666;
	line-height: 160%;

}

.access-tel p.small a {
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	color: #220d00;
	background: none;
}

.access-tel p.small a span {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

@media screen and (max-width : 959px) {

	.access-tel p a,
	.access-tel p.small a {
		font-weight: bold;
	}
}

@media screen and (max-width : 639px) {
	.access-tel {
		margin: 15px auto 0;
		text-align: center;
	}

	.access-tel p {
		display: inline-block;
		padding: 10px;
	}

	.access-tel p.small a span {
		display: block;
	}
}


/* cv 診療時間
-------------------------------------------------------------------*/
.sheet-time {
	width: 100%;
	background: #f7f3e8;
}

.sheet-time tbody {
	padding: 0 15px;
}

.sheet-time th,
.sheet-time td {
	color: #220d00;
	vertical-align: middle;
	font-size: 15px;
	padding: 10px 10px;
}

.sheet-time th {
	background: #c0b28e;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}

.sheet-time td {
	text-align: center;
	width: 8%;
}

.sheet-time th:first-child,
.sheet-time td:first-child {
	text-align: left;
	padding-left: 25px;
}

.about_time {
	font-size: 13px;
	color: #220d00;
	text-align: right;
	margin: 10px 10px 0 0;
	line-height: 180%;
}

@media screen and (max-width : 959px) {
	.sheet-time {
		margin: 20px 0 0 0;
	}
}

@media screen and (max-width : 639px) {
	.sheet-time th {
		letter-spacing: 2px;
		padding: 10px 0;
		font-size: 12px;
	}

	.sheet-time td {
		width: 7%;
		padding: 10px 0;
		font-size: 12px;
	}

	.sheet-time th:first-child,
	.sheet-time td:first-child {
		padding-left: 10px;
	}

	.about_time {
		font-size: 12px;
		text-align: center;
		margin: 15px 0 0 0;
		line-height: 240%;
		padding-bottom: 30px;
	}
}

/* sign
-------------------------------------------------------------------*/
.footer_sign {
	padding: 30px 0 50px;
	margin: 0;
	position: relative;
}

.footer_sign p {
	color: #666;
	font-size: 10px;
	text-align: center;
	margin: 0;
	font-weight: 500;
}

.footer_sign a {
	color: #666;
}

@media screen and (max-width : 639px) {
	.footer_sign {
		padding: 30px 15px 40px;
	}
}

/* pagetop
-------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 0;
	margin: 0;
	z-index: 1001;
}

#page-top a {
	background: url(./img/pagetop.png) no-repeat 0 0;
	z-index: 10;
	text-indent: -5000px;
	text-decoration: none;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	display: block;
}





/*==================================================================
  form setting
===================================================================*/
.form {
	margin: 0 auto;
	max-width: 800px;
}

.linePink {
	background: #D90000;
	color: #FFF;
	padding: 2px 10px;
	margin-left: 10px;
	font-size: 12px;
	vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="Email"],
textarea {
	background: #fff;
	border-radius: 5px;
	border: #ddd 1px solid;
	padding: 10px;
	-webkit-appearance: none;

}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	-webkit-appearance: none;
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 12px 6em 12px 7em;
	letter-spacing: 3px;
	background: #00304d url(img/btn.png) no-repeat 2em center;
	font-weight: bold;
	line-height: 200%;
	border: none;
	border-radius: 0;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	-webkit-appearance: none;
	background: #b39b5e url(img/btn.png) no-repeat 2em center;
	transition: 0.4s;
}

@media screen and (max-width : 639px) {

	input[type="text"],
	input[type="tel"],
	input[type="Email"],
	textarea {
		width: calc(100% - 30px);
	}

	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		font-size: 16px;
		margin: 0 15px;
		padding: 12px 3em 12px 4em;
	}
}

.c-guidance {
	background-color: #f9f6ef;
	padding: 30px 90px;
	max-width: 760px;
	margin: auto;
}

@media screen and (max-width : 639px) {
	.c-guidance {
		padding: 32px 30px;
	}
}

.c-guidance__address {}

.c-guidance__text {
	margin-bottom: 64px;
}

.c-guidance__text p {
	line-height: 1.5em;
	margin-bottom: 19px;
	letter-spacing: 0.05em;
	font-size: 16px;

}

.c-guidance__text__notice {
	font-weight: bold;
	font-size: 1.02em;
	color: #073e60;
	letter-spacing: 0em;
}

.c-guidance__address__text {
	color: #073e60;
	font-weight: bold;

	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 14px;

}

.c-guidance__address__post {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	line-height: 1em;
	color: #c9c5be;

}

.c-guidance__address__address {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}
