@charset "UTF-8";


/*------下層-----*/

.hdg {
	max-height: 600px;
	height: 40vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.page-first .hdg, .page-blog .hdg, .archive .hdg, .single-post .hdg, .search .hdg {
	background: url("../img/second/mv_first.jpg") no-repeat 50% top;
	background-size: cover;
}
.page-menu .hdg {
	background: url("../img/second/mv_menu.jpg") no-repeat 50% top;
	background-size: cover;
}
.page-contact .hdg {
	background: url("../img/second/mv_contact.jpg") no-repeat 50% top;
	background-size: cover;
}
.page-shoplist .hdg, .single-shop .hdg {
	background: url("../img/second/mv_shop.jpg") no-repeat 50% top;
	background-size: cover;
}
.hdg div {
	min-width: 250px;
}
.hdg .jp {
	font-size: 24px;
	border-top: 1px solid #fff;
	padding-top: 25px;
}
.hdg .eng {
	font-size: 54px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}

.pankuzu {
	max-width: 1100px;
	margin: 40px auto 60px;
	font-size: 14px;
	padding: 0 50px;
	line-height: 1.5;
}
.page-blog .pankuzu, .archive .pankuzu, .single-post .pankuzu, .search .pankuzu {
	max-width: 1200px;
}
.pankuzu a {
	color: #000;
}
.pankuzu a:hover {
	text-decoration: none;
}

.cont {
	padding: 0 50px;
}
.cont .inner {
	max-width: 1000px;
	margin: 0 auto;
}

.hd {
	text-align: center;
	margin-bottom: 60px;
}
.hd_a {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.hd_a::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 767px){
	
	.hdg {
		min-height: 200px;
		height: 40vw;
	}
	.hdg div {
		min-width: 150px;
	}
	.hdg .jp {
		font-size: 13px;
		padding-top: 15px;
	}
	.hdg .eng {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.pankuzu {
		margin: 20px auto 40px;
		font-size: 11px;
		padding: 0 20px;
	}

	.cont {
		padding: 0 20px;
	}
	.cont .inner {
		max-width: 480px;
	}
	
	.hd {
		margin-bottom: 30px;
	}
	.hd_a {
		font-size: 18px;
		padding-bottom: 5px;
	}

	
}

/*------はじめて-----*/

.first_wrap {
	max-width: 800px !important;
}
.first_wrap .catch {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.8;
}
.first_wrap .lead {
	line-height: 2;
	margin-bottom: 80px;
}


.first_h2 {
	background-color: #3a9cc9;
	padding: 100px 50px;
	text-align: center;
	position: relative;
}
.first_h2::after {
	content: '';
	display: inline-block;
	width: 300px;
	height: 170px;
	background: url("../img/home/ttl_concept.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: -80px;
}
.first_h2.service::after {
	content: '';
	display: inline-block;
	width: 313px;
	height: 178px;
	background: url("../img/second/ttl_service.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	left: 30px;
	right: auto;
	top: -40px;
}
.first_h2.facility::after {
	content: '';
	display: inline-block;
	width: 300px;
	height: 150px;
	background: url("../img/second/ttl_facility.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: -80px;
}
.first_h2 h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}
.first_h2 h2::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.concept_wrap {
	padding: 80px 0;
}
.concept_wrap img {
	width: 100%;
	margin-bottom: 50px;
}
.concept_wrap p {
	line-height: 2;
	margin-bottom: 1em;
}

.service_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0 0;
	
}
.service_box.third {
	margin-bottom: 110px;
}
.service_box .img {
	width: 50%;
}
.service_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.service_box .txt {
	width: calc( 50% - ( ( 100% - 1100px ) / 2 ) );
	margin-left: auto;
	order: -1;
	padding: 0 70px 0 50px;
}
.service_box.second .txt {
	order: 1;
	margin-right: auto;
	margin-left: 0;
	padding: 0 50px 0 70px;
}
.service_box .txt p.eng {
	color: #3a9cc9;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.service_box .txt h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.5;
}
.service_box .txt p.honbun {
	line-height: 2;
	margin-bottom: 0;
}

.facility_wrap {
	max-width: 1200px !important;
	padding: 80px 0;
}
.ul_fac {
	display: flex;
	justify-content: space-between;
}
.ul_fac li {
	width: 30%;
}
.ul_fac li img {
	width: 100%;
	margin-bottom: 30px;
}
.ul_fac li h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1em;
	text-align: center;
}
.ul_fac li p {
	line-height: 1.8;
}

@media screen and (max-width: 999px){
	
	.first_h2::after {
		width: 250px;
		height: 160px;
		right: 10px;
		top: -60px;
	}
	.first_h2.service::after {
		width: 280px;
		height: 160px;
		left: 30px;
		top: -30px;
	}
	.first_h2.facility::after {
		width: 260px;
		height: 140px;
		right: 10px;
		top: -50px;
	}
	
}

@media screen and (max-width: 767px){
	
	.first_wrap .catch {
		font-size: 18px;
	}
	.first_wrap .lead {
		font-size: 13px;
		margin-bottom: 40px;
	}
	.first_h2 {
		padding: 50px 20px;
	}
	.first_h2::after {
		width: 120px;
		height: 80px;
		right: 10px;
		top: -30px;
	}
	.first_h2.service::after {
		width: 150px;
		height: 85px;
		left: 10px;
		top: -20px;
	}
	.first_h2.facility::after {
		width: 140px;
		height: 70px;
		right: 10px;
		top: -40px;
	}
	.first_h2 h2 {
		font-size: 18px;
		padding-bottom: 5px;
	}
	.concept_wrap {
		padding: 40px 0;
	}
	.concept_wrap img {
		margin-bottom: 30px;
	}
	.concept_wrap p {
		font-size: 13px;
	}

	.service_box {
		display: block;
		padding: 40px 20px 0;
	}
	.service_box.third {
		margin-bottom: 80px;
	}
	.service_box .img {
		width: 100%;
		margin-bottom: 20px;
	}
	.service_box .img img {
	}
	.service_box .txt {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	.service_box.second .txt {
		margin-right: 0;
		padding: 0;
	}
	.service_box .txt p.eng {
		font-size: 11px;
		margin-bottom: 1em;
	}
	.service_box .txt h3 {
		font-size: 16px;
	}
	.service_box .txt p.honbun {
		font-size: 13px;
	}

	.facility_wrap {
		padding: 40px 0 0;
	}
	.ul_fac {
		display: block;
		max-width: 480px;
		margin: 0 auto;
	}
	.ul_fac li {
		width: 100%;
		margin-bottom: 40px;
	}
	.ul_fac li img {
		margin-bottom: 20px;
	}
	.ul_fac li h3 {
		font-size: 16px;
	}
	.ul_fac li p {
		font-size: 13px;
		margin-bottom: 0;
	}
	
}


/*------メニュー-----*/

.menu_wrap {
	padding: 80px 0;
}
.ul_menu {
	border-top: 1px solid #000;
}
.ul_menu li {
	border-bottom: 1px solid #000;
	padding: 45px 20px;
	width: 100%;
}
.ul_menu .ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.ul_menu .name {
	font-size: 24px;
	font-weight: bold;
}
.ul_menu .price {
	font-size: 14px;
}
.ul_menu .price span {
	font-size: 24px;
	font-weight: bold;
}
.ul_menu .txt {
	line-height: 1.8;
}

@media screen and (max-width: 767px){
	
	.menu_wrap {
		padding: 40px 0;
	}
	.ul_menu li {
		padding: 20px 0px;
	}
	.ul_menu .ttl {
		margin-bottom: 20px;
	}
	.ul_menu .name {
		font-size: 14px;
	}
	.ul_menu .price {
		font-size: 11px;
	}
	.ul_menu .price span {
		font-size: 14px;
	}
	.ul_menu .txt {
		font-size: 12px;
	}
	
}


/*------フォーム-----*/

.form {
	margin: 0 auto 100px;
	max-width: 1000px;
	letter-spacing: 0.05em;
}
.form .lead {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 70px;
}
.form .lead a {
	text-decoration: underline;
	color: #3a9cc9;
}
.form .lead a:hover {
	text-decoration: none;
}
.f_table {
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 50px;
}
.f_table .tr {
	border-bottom: 1px solid #e5e5e5;
	display: flex;
}
.f_table .th, .f_table .td {
	padding: 40px 20px;
}
.f_table .th {
	width: 280px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.f_table .th span {
	background-color: #f39800;
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 24px;
	margin-right: 20px;
}
.f_table .th span.opt {
	background-color: #cccccc;
}
.f_table .td {
	width: calc( 100% - 280px );
}
.f_table input[type='text'], .f_table input[type='email'] {
	height: 46px;
	background-color: #f5f5f5;
	width: 100%;
	border: none;
	padding: 7px;
	font-size: 16px;
	line-height: 1.5;
}
.f_table textarea {
	height: 240px;
	background-color: #f5f5f5;
	width: 100%;
	border: none;
	padding: 7px;
	font-size: 16px;
	line-height: 1.5;
}
::placeholder {
  color: #aaa;
}
.privacy_box {
	overflow: auto;
	border: 1px solid #ccc;
	padding: 30px;
}
.privacy_box h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2em;
}

.privacy_check {
	background: #f2f2f2;
	padding: 30px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 50px;
	max-width: 640px;
}

.privacy_check div {
	font-weight: bold;
}

.form input[type='submit'] {
	letter-spacing: 0.1em;
	width: 100%;
	max-width: 480px;
	height: 70px;
	color: #fff;
	background: #3a9cc9;
	font-size: 18px;
	border: none;
	margin: 0 auto;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.3s ease;
	-webkit-appearance : none;
	border-radius: none !important;
	display: block;
}

.form input[type='submit']:hover {
	opacity: 0.6;
}

#privacypolicy {
	font-size: 13px;
	padding: 30px;
	overflow: auto;
	height: 200px;
	line-height: 1.5;
	margin: 0 auto 50px;
	max-width: 800px;
	border: 1px solid #dcdcdc;
}
#privacypolicy h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 14px;
}

#privacypolicy h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

#privacypolicy p {
	margin-bottom: 2em;
}

@media screen and (max-width: 999px){
	
	.form .lead {
		font-size: 15px;
		text-align: left;
	}
	.f_table {
		font-size: 15px;
	}
	.f_table .th, .f_table .td {
		padding: 40px 10px;
	}
	.f_table .th {
		width: 240px;
	}
	.f_table .td {
		width: calc( 100% - 240px );
	}
	.f_table input[type='text'], .f_table input[type='email'] {
		font-size: 15px;
	}
	.f_table textarea {
		font-size: 15px;
	}
	.privacy_check {
		font-size: 15px;
	}
	
}

@media screen and (max-width: 767px){
	
	.form {
		margin: 0 auto 40px;
	}
	.form .lead {
		font-size: 13px;
		margin-bottom: 40px;
	}
	.f_table {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.f_table .tr {
		display: block;
	}
	.f_table .th, .f_table .td {
		padding: 20px 10px;
	}
	.f_table .th {
		width: auto;
		display: flex;
		align-items: center;
		padding-bottom: 0;
	}
	.f_table .th span {
		font-size: 10px;
		width: 30px;
		height: 20px;
		margin-right: 15px;
	}
	.f_table .td {
		width: auto;
	}
	.f_table input[type='text'], .f_table input[type='email'] {
		height: 46px;
		padding: 5px;
		font-size: 14px;
	}
	.f_table textarea {
		height: 180px;
		padding: 5px;
		font-size: 14px;
	}

	.privacy_check {
		padding: 20px;
		font-size: 14px;
		margin: 0 auto 40px;
		max-width: 480px;
	}

	.form input[type='submit'] {
		max-width: 240px;
		height: 50px;
		font-size: 16px;
	}
	
	#privacypolicy {
		max-width: 480px;
		font-size: 11px;
		padding: 20px;
		height: 200px;
		margin: 0 auto 30px;
	}
	#privacypolicy h3 {
		font-size: 12px;
	}

	
}

/*------店舗一覧-----*/

.shoplist_wrap {
	padding: 0 0 80px;
}
.ul_shoplist {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ul_shoplist::after {
	content: '';
	display: block;
	width: 30%;
}
.ul_shoplist li {
	width: 30%;
	margin-bottom: 50px;
}
.ul_shoplist a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	transition: opacity 0.3s ease;
}
.ul_shoplist a:hover {
	opacity: 0.6;
}
.ul_shoplist li img {
	width: 100%;
	margin-bottom: 20px;
}
.ul_shoplist li p {
	line-height: 1.5;
	font-size: 20px;
}

.shopinfo_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.shopinfo_box .img {
	width: 50%;
}
.shopinfo_box .img img {
	width: 100%;
}
.shopinfo_box .txt {
	width: 50%;
	padding-left: 50px;
}
.shopinfo_box .txt p {
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.shoplist_wrap #gmap {
	width: 100%;
	height: 500px;
	margin-bottom: 60px;
	background-color: #ccc;
}


@media screen and (max-width: 767px){
	
	.shoplist_wrap {
		padding: 0 0 40px;
	}
	.ul_shoplist::after {
		display: none;
	}
	.ul_shoplist li {
		width: 47%;
		margin-bottom: 30px;
	}
	.ul_shoplist li img {
		margin-bottom: 15px;
	}
	.ul_shoplist li p {
		font-size: 12px;
	}
	
	.shopinfo_box {
		display: block;
		margin-bottom: 40px;
	}
	.shopinfo_box .img {
		width: 100%;
		margin-bottom: 30px;
	}
	.shopinfo_box .txt {
		width: 100%;
		padding-left: 0px;
	}
	.shopinfo_box .txt p {
		font-size: 13px;
	}
	.shoplist_wrap #gmap {
		width: 100%;
		height: 250px;
		margin-bottom: 30px;
	}

	
}


/*------ニュース一覧-----*/


.bloglist_wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 0 80px;
	max-width: 1100px !important;
}
.main_col {
	width: calc( 100% - 300px );
}


@media screen and (max-width: 999px){
	
	.bloglist_wrap {
		display: block;
		padding: 0 0 80px;
	}
	.main_col {
		width: 100%;
	}
	
}

@media screen and (max-width: 767px){
	
	.bloglist_wrap {
		padding: 0 0 40px;
	}

}


/*------ニュースサイドバー-----*/

aside {
	width: 220px;
	text-align: left;
}
.searchform label {
	display: none;
}
.searchform div {
	width: 100%;
	display: flex;
	margin-bottom: 60px;
}
.searchform input[type='text'] {
	width: calc(100% - 40px);
	padding: 10px;
	font-size: 16px;
	border: none;
	height: 40px;
	background-color: #f2f2f2;
    appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.searchform input[type='submit'] {
	width: 40px;
	height: 40px;
	border: none;
	background-color: #3a9cc9;
	font-size: 16px;
	text-indent: -9999px;
	padding: 0;
	background: #3a9cc9 url(../img/common/icon_search.png) 50% 50% no-repeat;
	background-size: 21px;
	cursor: pointer;
    appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
aside h4 {
	font-size: 18px;
	padding: 0 0 15px 0;
	font-weight: 500;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
aside ul {
	margin-bottom: 80px;
}
aside li {
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.5;
}
aside a {
	color: #000;
	text-decoration: underline;
}
aside a:hover {
	text-decoration: none;
}
aside ul ul {
	margin: 20px 0 20px 10px;
}
aside ul ul li::before {
	content: '-';
	display: inline-block;
	margin-right: 10px;
}

@media screen and (max-width: 999px){
	
	aside {
		width: 100%;
		margin-top: 60px;
	}
	.searchform div {
		margin-bottom: 60px;
	}
	.searchform input[type='text'] {
		padding: 8px;
		height: 40px;
	}
	aside h4 {
		padding: 0 0 15px 0;
		margin-bottom: 30px;
	}
	aside ul {
		margin-bottom: 60px;
	}
	aside li {
		margin-bottom: 30px;
	}
	aside ul ul {
		margin: 20px 0 20px 10px;
	}
	
}

@media screen and (max-width: 767px){
	
	aside {
		margin: 50px auto 0;
	}
	.searchform div {
		margin-bottom: 50px;
	}
	.searchform input[type='text'] {
		font-size: 13px;
	}
	aside h4 {
		font-size: 14px;
		margin-bottom: 25px;
	}
	aside ul {
		margin-bottom: 50px;
	}
	aside li {
		font-size: 13px;
		margin-bottom: 20px;
	}

}



/* ブログパーツ */

.main_col .art_ttl {
	font-size: 28px;
	line-height: 1.8;
	margin-bottom: 30px;
	font-weight: normal;
}

.main_col .meta {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 70px;
}

.main_col .meta .date {
	color: #666;
	display: inline-block;
	margin-right: 25px;
}
.main_col .meta .date::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../img/common/icon_time.png) no-repeat left top;
	background-size: cover;
	margin-right: 10px;
	vertical-align: -3px;
}

.main_col .meta .tag {
	display: inline-block;
}

.main_col .meta .tag a {
	text-decoration: underline;
	color: #3a9cc9;
}
.main_col .meta .tag a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px){

	.main_col .art_ttl {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.main_col .meta {
		font-size: 12px;
		margin-bottom: 30px;
	}

	.main_col .meta .date {
		display: block;
		margin-right: 0;
		margin-bottom: 0.5em;
	}
	.main_col .meta .date::before {
		content: '';
		width: 14px;
		height: 14px;
		margin-right: 10px;
		vertical-align: -2px;
	}

	.main_col .meta .tag {
		display: block;
	}

}

/* ページング */

.single .pager {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 150px;
	border-top: 1px solid #000;
	padding-top: 30px;
}
.single .pager li {
	width: 50%;
	line-height: 1.5;
}
.single .pager li.next {
	text-align: right;
	border-left: 1px solid #000;
}
.single .pager a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}
.single .pager a:hover {
	text-decoration: underline;
}
.single .pager .prev a {
	padding-left: 36px;
	background: url(../img/common/prev.png) no-repeat left 50%;
	background-size: 20px;
}
.single .pager .next a {
	padding-right: 36px;
	background: url(../img/common/next.png) no-repeat right 50%;
	background-size: 20px;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
	background-color: #f8f8f8;
	border: 1px solid #dcdcdc;
	padding: 10px 15px;
	margin: 0 5px;
	white-space: nowrap;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.wp-pagenavi a:hover{
	color: #000;
	background-color: #eee;
	border-color: #999;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #3a9cc9;
	border-color: #3a9cc9;
	font-weight: bold;
}

@media screen and (max-width: 767px){

	.single .pager {
		margin-top: 50px;
		padding-top: 10px;
		font-size: 11px;
	}
	.single .pager li.next {
		text-align: left;
	}
	.single .pager a {
		padding: 8px 15px;
	}
	.wp-pagenavi {
		margin-top: 10px;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		padding: 8px 13px;
		font-size: 11px;
	}
	
	.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .extend {
		display: none;
	}
}




/*-----ブログ更新用パーツ-----*/

.wpbody {
	font-size: 16px;
}

.wpbody h2 {
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 2em;
	background-color: #f9f9f9;
	padding: 15px 20px;
	border-top: 1px solid #3a9cc9;
}
.wpbody h3 {
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	border-left: 4px solid #3a9cc9;
	padding: 0 0 0 20px;
	margin-bottom: 2em;
}
.wpbody h4 {
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 1em;
	text-decoration: underline;
}
.wpbody p {
	line-height: 2;
	margin-bottom: 2em;
}
.wpbody ul {
	margin-bottom: 2em;
	list-style: disc;
	padding-left: 1.5em;
}
.wpbody ol {
	margin-bottom: 2em;
	list-style: decimal;
	padding-left: 1.5em;
}
.wpbody li {
	margin-bottom: 1em;
	line-height: 1.8;
}
.wpbody blockquote {
	background-color: #f9f9f9;
	padding: 30px 45px;
	font-style: italic;
	margin-bottom: 2em;
	position: relative;
}
.wpbody blockquote p:last-of-type {
	margin-bottom: 0;
}
.wpbody blockquote::before {
	position: absolute;
	left: -20px;
	top: 20px;
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/common/inyo.png) no-repeat left top;
	background-size: cover;
}
.wpbody table {
	margin-bottom: 2em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.wpbody th, .wpbody td {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 1.5;
}
.wpbody th {
	background-color: #f9f9f9;
	text-align: center;
}
.wpbody img {
	max-width: 100%;
	margin: 0 0 10px;
	padding: 0 10px;
}
.wpbody .alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.wpbody .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.wpbody .aligncenter {
	text-align: center;
}
.wpbody img.aligncenter {
	display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wpbody .alignright, .wpbody .alignleft {
	max-width: 300px !important;
}
.wpbody a {
	text-decoration: underline;
	color: #3a9cc9;
}
.wpbody a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px){
	
	.wpbody {
		font-size: 13px;
	}
	.wpbody h2 {
		font-size: 14px;
		margin-bottom: 2em;
		padding: 10px 15px;
		font-weight: 500;
	}
	.wpbody h3 {
		font-size: 14px;
		border-left: 3px solid #3a9cc9;
		padding: 0 0 0 15px;
		margin-bottom: 2em;
		font-weight: 500;
	}
	.wpbody h4 {
		font-size: 13px;
		margin-bottom: 1em;
		font-weight: 500;
	}
	.wpbody p {
		margin-bottom: 2em;
	}
	.wpbody ul {
		margin-bottom: 2em;
		list-style: disc;
		padding-left: 1em;
	}
	.wpbody ol {
		margin-bottom: 2em;
	}
	.wpbody li {
		margin-bottom: 1em;
	}
	.wpbody blockquote {
		padding: 15px 30px;
		margin-bottom: 2em;
	}
	.wpbody blockquote::before {
		left: -15px;
		top: 15px;
		width: 30px;
		height: 30px;
	}
	.wpbody table {
		margin-bottom: 2em;
	}
	.wpbody th, .wpbody td {
		padding: 15px;
	}	
	.wpbody img {
		max-width: 100% !important;
	}
	.wpbody .alignright, .wpbody .alignleft {
		width: auto;
		max-width: 100% !important;
		float: none;
		margin: 0 auto 2em !important;
		display: block;
	}

}

@media screen and (max-width: 479px){
	
	.wpbody .aligncenter { text-align: left; }
	
}