@charset "UTF-8";
/*--------------------------------------------------------------
 * this is original style
 *
 * @package isenorgoc
--------------------------------------------------------------*/

/*----------------------------------------------------------------------
	トップページ
----------------------------------------------------------------------*/

/*--------------------------------------------------------------
	共通タイトルスタイル
--------------------------------------------------------------*/

.home h2,
.bg h2 {
	position: relative;
	display: block;
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 100;
	line-height: 1.6;
	letter-spacing: 2.5px;
}

.home h2 {
	margin: 40px 0 30px;
}

.bg h2 {
	margin: 40px 0 40px;
}

.home .news_title h2 {
	margin: 50px 0 5px;
}

.home h2::before,
.bg h2::before {
	content: "";
	display: block;
	width: 45px;
	height: 36px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-image: url(../img/title-bg.png);
	background-repeat: no-repeat;
}

.bg h2::after {
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	border-radius: 50px;
	background-color: #91ca72;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.home .footer h2,
.page .footer h2 {
	text-align: left;
	margin: 0 0 10px;
}

.footer h2 a {
	display: inline-block;
}

.footer h2 a:hover {
	opacity: .7;
}

.footer h2 img {
	display: block;
	margin: 0;
}

.footer h2::before {
	content: none;
}

.home h2 span {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #6c9d47;
}

.home h3,
.bg h3 {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 5px;
	color: #fff;
	background-image: -moz-linear-gradient( 0deg, rgb(145,202,114) 0%, rgb(85,167,143) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(145,202,114) 0%, rgb(85,167,143) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(145,202,114) 0%, rgb(85,167,143) 100%);
	padding: 10px 0 10px 40px;
	border-radius: 50px;
}

.bg h4 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 10px;
	padding-left: 10px;
	box-sizing: border-box;
  border-left: solid 5px #d54370;
}

.bg h5 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 5px;
	color: #d54370;
}

.bg h6 {
	margin: 0 0 5px;
}

.more_btn {
	width: 23%;
	margin: 0 auto;
}

.more_btn a {
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #d54370;
	padding: 17px 10px;
	transition: .3s;
	border-radius: 10px;
}

.more_btn a:before,
.page-top a:before,
.header_btn a:before,
.openbtn1:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	-webkit-transition: all .3s;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: all .3s;
}

.more_btn a:hover {
	background-color: #b42e56;
}

.more_btn a:hover::before,
.page-top a:hover:before,
.header_btn a:hover:before,
.openbtn1.active:before {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.header_recruit_btn .more_btn {
	width: 100%;
	margin: 0;
}

.header_access_btn .more_btn {
	width: 100%;
	margin: 0;
}

.header_access_btn .more_btn a {
	background-color: #eda22c;
	letter-spacing: 2px;
}

.header_access_btn .more_btn a:hover {
	background-color: #d59225;
}

.footer_info .more_btn {
	width: 25%;
}

.front_news .more_btn {
	width: 100%;
}

.btn_area .more_btn,
.medical_name_btn_area .more_btn {
	width: 100%;
	margin: 0;
}

.medical_name_btn_area .more_btn a {
	display: block;
	color: #666;
	background-color: #ffe1ea;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.medical_name_btn_area .more_btn a:before {
	content: none;
}

.medical_name_btn_area .more_btn a:hover {
	color: #fff;
	background-color: #d54370;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.home .footer h2,
	.page .footer h2 {
		text-align: center;
	}

	.more_btn,
	.footer_info .more_btn {
		width: 30%;
	}

}



@media screen and (max-width : 767px) {
	.home h2,
	.bg h2 {
		font-size: 28px;
		font-size: 2.8rem;
		margin: 40px 0 20px;
	}

	.home .news_title h2 {
		margin: 50px 0 10px;
	}

	.home h2 span {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.home .footer h2,
	.page .footer h2 {
		text-align: center;
		margin: 0;
	}

	.home h3,
	.bg h3 {
		font-size: 20px;
		font-size: 2.0rem;
		padding: 10px 15px;
		letter-spacing: 0px;
	}

	.bg h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.more_btn,
	.footer_info .more_btn {
		width: 100%;
	}

}



/*--------------------------------------------------------------
	背景
--------------------------------------------------------------*/
.bg {
	z-index: -1;
	position: relative;
}

.bg img {
	width: 100%;
	position: absolute;
	top: 0;
}

.bg::before,
.bg::after {
	z-index: 1;
	content: "";
	display: block;
	width: 149px;
	height: 140px;
	position: absolute;
	background-repeat: no-repeat;
}

.bg::before,
.bg::after {
	top: 0;
}

.bg::before {
	left: 0;
	background-image: url(../img/yashi-bgl.png);
}

.bg::after {
	right: 0;
	background-image: url(../img/yashi-bgr.png);
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.bg::before,
	.bg::after {
		top: 0;
		width: 120px;
		background-size: contain;
	}

}



@media screen and (max-width : 767px) {
	.bg::before,
	.bg::after {
		top: 0;
		width: 80px;
		background-size: contain;
	}

}



/*--------------------------------------------------------------
	診療時間表
--------------------------------------------------------------*/
.medicaltime {

}

.medicaltime table {
	width: 100%;
	border-collapse: separate;
	margin: 0 0 20px;
}

.medicaltime table tr:first-child {
	color: #fff;
	background-color: #c18467;
}


.medicaltime table tr:not(:first-child) {
	background-color: #fff;
}

.medicaltime table tr:nth-child(2) th,
.medicaltime table tr:nth-child(2) td,
.medicaltime table tr:nth-child(3) th,
.medicaltime table tr:nth-child(3) td {
	border-bottom: 2px solid #d8d8d8;
}

.medicaltime table tr:first-child th,
.medicaltime table tr:first-child td {
	border-top: 1px solid #c18467;
}

.medicaltime table th {
	border-left: 1px solid #c18467;
}

.medicaltime table td:last-child {
	border-right: 1px solid #c18467;
}

.medicaltime table tr:last-child th,
.medicaltime table tr:last-child td {
	border-bottom: 1px solid #c18467;
}

.medicaltime table tr:first-child th:first-child {
	border-radius: 15px 0 0 0;
}

.medicaltime table tr:first-child td:last-child {
	border-radius: 0 15px 0 0;
}

.medicaltime table tr:last-child th:first-child {
	border-radius: 0 0 0 15px;
}

.medicaltime table tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
}

.medicaltime table th,
.medicaltime table td {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 25px 0;
}

.medicaltime table th {
	width: 60%;
}

.medicaltime table td {
	width: 15%;
}

.medicaltime p {
	text-align: center;
	margin: 0 0 5px;
}

.medicaltime p a {
	display: inline-block;
	color: #666;
}

.medicaltime p a:hover {
	color: #db2e2e;
}

.medicaltime .general {
	/* color: #c18467; */
	color: #d54370;
}

.medicaltime .yoyaku {
	color: #e0a547;
}

.medicaltime .kyushin {
	color: #6c9d47;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
}



@media screen and (max-width : 767px) {
	.medicaltime table th,
	.medicaltime table td {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 15px 0;
	}

}



/*--------------------------------------------------------------
	お知らせ
--------------------------------------------------------------*/

.front_news_wrap {
	position: relative;
	padding: 120px 0 125px;
}

.front_news {
	z-index: 1;
	position: relative;
	background-color: #fff;
	border: 2px solid #c18467;
	border-radius: 50px;
	padding: 40px 50px;
  box-shadow: 0px 10px 7px 3px rgba(0, 0, 0, 0.05);
}

.news_title {
	float: left;
	width: 23%;
	padding: 10px 0;
}

.inner_box {
	float: right;
	width: 71%;
}

.front_news_wrap ul {
	padding: 0;
	margin: 0;
}

.front_news_wrap ul li {
	list-style: none;
	overflow: hidden;
	padding: 28px 0;
	position: relative;
}

.front_news_wrap ul li dl {
	overflow: hidden;
	margin: 0;
}

.front_news_wrap ul li dl dt {
	width: 34%;
	list-style: none;
	padding: 0 15px 0 0px;
	float: left;
	line-height: 1;
	box-sizing: border-box;
}

.front_news_wrap ul li dl dd {
	width: 65%;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 1;
	box-sizing: border-box;
}

.front_news_wrap ul li a {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.front_news_wrap ul li a:hover {
	text-decoration: underline;
	color: #d54370;
}

.mark_news {
	color: #d54370;
	margin-left: 30px;
	display: inline-block;
	line-height: 1;
	border-radius: 5px;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_news_wrap {
		padding: 120px 0 80px;
	}

	.front_news {
		margin: 0;
		padding: 10px 20px;
	}

	.news_title {
		padding: 10px 0 25px;
	}

	.front_news_wrap ul li {
		list-style: none;
		overflow: hidden;
		position: relative;
	}

	.front_news_wrap ul li dl dt {
		width: 40%;
	}

	.front_news_wrap ul li dl dd {
		width: 60%;
	}

	.mark_news {
		margin-left: 15px;
	}

}


@media screen and (max-width : 767px) {
	.front_news_wrap {
		padding: 90px 0 50px;
	}

	.front_news {
		margin: 0;
		padding: 30px 15px;
	}

	.news_title {
		float: none;
		width: 100%;
		padding: 0 0 15px;
	}

	.inner_box {
		float: none;
		width: 100%;
	}

	.front_news_wrap ul li {
		padding: 15px 0;
	}

	.front_news_wrap ul li dl dt,
	.front_news_wrap ul li dl dd {
		width: 100%;
		float: none;
	}

	.front_news_wrap ul li dl dt {
		padding: 5px 20px 20px;
		border-right: none;
	}

	.front_news_wrap ul li dl dd {
		width: 100%;
		float: none;
		padding: 0 30px 0 20px;
	}

	.mark_news {
		margin-left: 20px;
	}

}



/*--------------------------------------------------------------
	当院の特徴
--------------------------------------------------------------*/
.front_features_wrap {
	position: relative;
	padding: 95px 0 95px;
	background-image: url("../img/front-features-bg.png");
}

.front_features ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 60px;
	padding: 0;
}

.front_features ul li {
	position: relative;
	width: 33%;
	list-style: none;
}

.front_features ul li img {
	border-radius: 15px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.front_features ul li a {
	display: inline-block;
	position: relative;
	color: #fff;
	transition: .3s all;
}

.front_features ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	-webkit-transition: all .3s;
	border: 1px solid #fff;
	border-radius: 10px;
	transition: all .3s;
}

.front_features ul li a:hover::before {
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	opacity: 0;
}

.front_features ul li .features_number,
.front_features ul li .features_title,
.front_features ul li .features_more {
	position: absolute;
}

.front_features ul li .features_number {
	font-size: 19px;
	font-size: 1.9rem;
	font-family: "Hiragino UD Serif Std";
	top: 3px;
	left: 27px;
}

.front_features ul li .features_number span {
	font-size: 36px;
	font-size: 3.6rem;
}

.front_features ul li .features_title {
	font-family: TBUD丸ゴシック Std SL;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.front_features ul li .features_more {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Hiragino UD Serif Std";
	bottom: 20px;
	right: 30px;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_features_wrap {
		padding: 70px 0 80px;
	}

	.front_features ul {
		margin: 0 0 20px;
	}

	.front_features ul li {
		width: 49%;
		text-align: center;
		margin: 0 0 20px;
	}

	.front_features ul li .features_number {
		font-size: 18px;
		font-size: 1.8rem;
		top: 10px;
		left: 25px;
	}

	.front_features ul li .features_title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.front_features ul li .features_more {
		font-size: 16px;
		font-size: 1.6rem;
		bottom: 13px;
		right: 23px;
	}

}



@media screen and (max-width : 767px) {
	.front_features_wrap {
		padding: 50px 0 50px;
	}

	.front_features ul {
		display: block;
		margin: 0 0 30px;
	}

	.front_features ul li {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}

	.front_features ul li .features_title {
		font-size: 25px;
		font-size: 2.5rem;
	}

		.front_features ul li .features_number {
		font-size: 18px;
		font-size: 1.8rem;
		top: 10px;
		left: 25px;
	}

	.front_features ul li .features_title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.front_features ul li .features_more {
		font-size: 16px;
		font-size: 1.6rem;
		bottom: 13px;
		right: 23px;
	}

}



/*--------------------------------------------------------------
	診療内容
--------------------------------------------------------------*/
.front_medical_wrap {
	position: relative;
	padding: 105px 0 35px;
}

.front_medical ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 10px 0 55px;
}

.front_medical ul li {
	position: relative;
	width: 19%;
	height: 190px;
	list-style: none;
	margin: 0 0 20px;
	border-radius: 30px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.front_medical ul li a {
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: .3s all;
}

.front_medical ul li,
.front_medical ul li a {
	border-radius: 26px;
}

.front_medical ul li:nth-child(2n+1) a {
	border: 2px solid #d6bbb2;
	background-image: -moz-linear-gradient( 90deg, rgb(150,87,58) 0%, rgb(172,110,81) 10%, rgb(193,132,103) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(150,87,58) 0%, rgb(172,110,81) 10%, rgb(193,132,103) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(150,87,58) 0%, rgb(172,110,81) 10%, rgb(193,132,103) 100%);
}

.front_medical ul li:nth-child(2n) a {
	border: 2px solid #6c9d47;
	background-image: -moz-linear-gradient( 90deg, rgb(77,127,40) 0%, rgb(93,142,56) 10%, rgb(108,157,71) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(77,127,40) 0%, rgb(93,142,56) 10%, rgb(108,157,71) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(77,127,40) 0%, rgb(93,142,56) 10%, rgb(108,157,71) 100%);
}

.front_medical ul li:nth-child(2n+1) a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(150,87,58) 0%, rgb(172,110,81) 80%, rgb(193,132,103) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(150,87,58) 0%, rgb(172,110,81) 80%, rgb(193,132,103) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(150,87,58) 0%, rgb(172,110,81) 80%, rgb(193,132,103) 100%);
}

.front_medical ul li:nth-child(2n) a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(77,127,40) 0%, rgb(93,142,56) 80%, rgb(108,157,71) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(77,127,40) 0%, rgb(93,142,56) 80%, rgb(108,157,71) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(77,127,40) 0%, rgb(93,142,56) 80%, rgb(108,157,71) 100%);
}

.front_medical ul li .front_medical_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.front_medical ul li .front_medical_image {
	width: 100%;
	object-fit: cover;
}

.front_medical ul li .front_medical_title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 34px 0 5px;
}

.front_medical ul li .front_medical_subtitle {
	font-size: 9px;
	font-size: 0.9rem;
	margin: 0;
}

.front_medical ul li .front_medical_check {
	font-size: 10px;
	font-size: 1.0rem;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_medical_wrap {
		padding: 80px 0 35px;
	}

	.front_medical ul {
		padding: 10px 0 30px;
	}

	.front_medical ul:after {
		content: "";
		display: block;
		width: 32%;
	}

	.front_medical ul li {
		width: 32%;
		height: 240px;
		margin: 0 0 20px;
	}

	.front_medical ul li,
	.front_medical ul li a {
		border-radius: 31px;
	}

	.front_medical ul li .front_medical_image {
		width: 100%;
		height: 120px;
		border-radius: 30px 30px 0 0;
	}

}



@media screen and (max-width : 767px) {
	.front_medical_wrap {
		padding: 50px 0 50px;
	}

	.front_medical ul {
		padding: 10px 0 15px;
	}

	.front_medical ul li {
		width: 48%;
		height: 190px;
		margin: 0 0 15px;
	}

	.front_medical ul li,
	.front_medical ul li a {
		border-radius: 25px;
	}

	.front_medical ul li .front_medical_image {
		height: 90px;
		border-radius: 25px 25px 0 0;
	}

	.front_medical ul li .front_medical_title {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 40px 0 0;
	}

	.front_medical ul li .front_medical_subtitle {
		font-size: 8px;
		font-size: 0.8rem;
		margin: 0;
	}

	.front_medical ul li .front_medical_check {
		font-size: 9px;
		font-size: 0.9rem;
	}

}



/*--------------------------------------------------------------
	関連リンク
--------------------------------------------------------------*/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-size: 3.0rem;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 15px;
}

figure.effect-bubba {
	background: #232819;
	position: relative;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba h2 {
	padding-top: 20%;
}

figure.effect-bubba .a_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}



@media screen and (max-width : 767px) {
	.links_insta {
		margin: 0;
	}

	.links_insta h2 {
		margin: 0 0 30px;
	}

	.links,
	.insta {
		width: 100%;
		float: none;
		margin: 0 0 80px;
	}

	.insta {
		margin: 0 0 30px;
	}

}
