﻿@charset "UTF-8";
/* CSS Document */
body{
	width:100%;
	height:auto;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	/*background-image: url(../img/washi-pattern-02.png);*/
    background-image: url(../img/beanstalk.png);
	background-size:50%;
}
p{
	font-feature-settings: "palt";
}
.p-just{
	text-align: justify;
	text-justify: inter-ideograph;
}
.pc-img{
	display: none;
}
/*---------------------------------
　 　　　　　フォントスタイル
-----------------------------------*/
.matisse{
	font-family: fot-matisse-pron, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.din{
	font-family: urw-din,sans-serif;
	font-weight: 600;
	font-style: normal;
}

.balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.2em;
	padding: 20px 20px;
	/*min-width: 120px;
	max-width: 90%;*/
	color: #555;
	font-size: 16px;
	background: #fff;
	border-radius: 8px;
}
/*---------------------------------
　 　　　　　吹き出しスタイル
-----------------------------------*/
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

/*------------------------------------------------
		        ハンバーガーメニュー
------------------------------------------------*/
#nav-drawer {
	position: relative;
	z-index: 999;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 25px;
	height: 22px;
	background-color:#fff;
	vertical-align: middle;
	position:fixed;
	right:15px;
	top:10px;
	z-index: 998;
	padding:13px;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;/*最前面に*/
  width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 100%;/*最大幅（調整してください）*/
  height: auto;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);/*左に隠しておく*/
}
#nav-content li{
	width:100%;
	height:auto;
	padding:21px 0;
	font-size:14px;
}
#nav-content li:first-child{
	background: url(../common/bg-footer.png);
	background-size: cover;
}
#nav-content li img{
	position:relative;
	z-index: 9999;
}
#nav-content li:hover{
	background: url(../common/bg-footer.png);
	background-size: cover;
}
#nav-content a{
	color:#380E00;
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
#nav-content a:hover{
	text-decoration: none;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.nav-close-btn{
	display: block;
	width:40px;
	height:44px;
	text-align: center;
	position:relative;
	left:50%;
	transform: translate(-50%);
	margin:10px 0 0 0;
}
.css-cancel{
  display: inline-block;
  position: relative;
  margin: 0 0 0 7px;
  padding: 0;
  width: 4px;
  height: 30px;
  background: #380E00;
  transform: rotate(45deg);
}
.css-cancel:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  width: 30px;
  height: 4px;
  margin-top: -2px;
  background: #380E00;
}
.nav-lg img{
    width:50%;
}
/*---------------------------------
　 　　　　　スマホcss
-----------------------------------*/
#main{
	width: 100%;
	height: auto;
}
#main h1{
	background:#fff;
	background-mix-blend-mode: multiply;
}
#main h1 img{
	width:80%;
	padding:10px;
}
.bg-main{
	width: 100%;
	height: 235px;
	background-image: url("../img/bg-main02.jpg");
	background-size: cover;
   background-repeat: no-repeat;
}
.bg-main h2{
	position: relative;
	top:88px;
	left:50%;
	transform: translate(-50%);
	display:inline-block;
   opacity:0.7;
}
.bg-main h2 img{
	width: 160px;
}
#header-nav{
	display: none;
}
.sns-container{
	width: 100%;
	height: auto;
	display: flex;
    position:fixed;
    z-index:99;
    left:20px;
    bottom:20px;
}
.sns-container img{
	width: 45px;
	margin: 0 10px 0 0;
}
.tel-btn{
	position: fixed;
	right:15px;
	bottom:30px;
	z-index:998;
	margin: auto;
	background-color: #da4340;
	border: solid 3px rgba(255,255,255,0.4);
	width: 60px;
	height: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 50px;
	box-shadow: 0 0 0 3px #da4340;
	text-decoration: none;
}
.tel-btn img{
	width:20px;
	margin:10px 20px 4px;
}
.tel-btn p{
	font-weight: bold;
	color :#fff;
	text-align: center;
	font-size:12px;
}
/*.wrap-content{
	width: 90%;
	margin: 0 auto;
}*/
.mg-top{
    margin-top:20px;
}
#concept{
	width: 90%;
	margin: 30px auto 0 auto;
}
#concept h2{
	font-size: 20px;
	margin: 0 0 10px 0;
	font-feature-settings: "palt";
}
#concept h3{
	font-size: 23px;
    line-height: 1.6em;
	font-feature-settings: "palt";
	text-align: center;
}
#concept h3::after{
	content:'';
	display: block;
	width: 50%;
	border-bottom: solid 1px #222;
	margin:10px auto 10px;
}
#concept p{
	font-size: 16px;
	line-height: 1.9em;
	text-align: center;
}
.video{
	width: 100%;
   height:200px;
	margin: 0 auto;
}
#history{
    width:100%;
    padding:30px 0;
}
.history-img{
    width:100%;
    height:300px;
    overflow: hidden;
}
.history-img img{
    width:100%;
     position: relative;
    top:-70px;
}
.history-h3{
    font-size: 30px;
    margin:30px 0 20px;
    text-align: center;
}
.history-p{
    width:90%;
    margin:0 auto;
    font-size:16px;
    line-height:1.5em;;
}
.medal{
    width:90%;
    margin:0 auto;
    background:#FFFADB;
    padding-bottom: 24px
}
.medal-h3{
    font-size: 20px;
    margin:30px 5% 20px;
    text-align: left;
    padding-top:20px;
}
.medal-p{
    margin:0 5%;
    font-size:16px;
    line-height:1.5em;
}
.medal-h4{
    margin:20px 5% 10px;
}
.medal-img{
    width:90%;
    margin:20px auto 0;
}
.marker{
background: linear-gradient(transparent 0%, #fff799 );
font-weight: bold; 
}
#performance{
    width:100%;
}
.performance-img ,img{
    width:100%;
}
.performance-h3{
    font-size:30px;
    line-height: 1.5em;
    width:90%;
    margin: 20px auto
}
.performance-p{
    width:90%;
    margin:0 auto;
    font-size:16px;
    line-height:1.5em;
}
#cleaning{
	width: 100%;
	background:rgba(233,223,223,0.6);
	margin:20px 0 0 0;
	padding:30px 0 20px 0;
}
.cleaning-h2{
	font-size:25px;
    width:90%;
	margin:20px auto;
}
.cleaning-h2 span{
	font-size:19px;
    display: block;
    margin-bottom:10px;
}
#cleaning h3{
	font-size: 16px;
	font-feature-settings: "palt";
	text-align: center;
}
#cleaning h3::after{
	content:'';
	display: block;
	width: 50%;
	border-bottom: solid 1px #222;
	margin:10px auto 0;
}
.img-kimono-cleaning{
	width:100%;
}
.img-kimono-cleaning img{
	width:100%;
}
.container h4{
	width:60%;
	height:40px;
	margin:0 auto;
	border:1px solid #2d2323;
	color:#2d2323;
	font-size: 20px;
	text-align: center;
	position: relative;
	line-height:40px;
	top:-30px;
}
.container h4::before{
	content:'';
	display: block;
	width:100%;
	height:40px;
	border:1px solid #2d2323;
	color:#2d2323;
	position:absolute;
	top:3px;
	left:3px;
}
.shimi-h5{
	margin:0 0 5px;
	overflow: hidden;
    font-size: 20px;
}
.shimi-h5 span {
  position: relative;
  display: inline-block;
  margin: 1.5em;
  padding: 0 1em;
  text-align: left;
}
.shimi-h5 span::before,
#option h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 15%;
  height: 1px;
  background-color: #222222;
}
.shimi-h5 span::before {
  right: 100%;
}
.cleaning-txt01{
	font-size: 16px;
	line-height: 1.5em;
	width: 90%;
	margin: 0 auto;
    padding:10px 0 20px;
}
.cleaning-txt02{
	font-size: 16px;
	line-height: 1.6em;
	width: 90%;
	margin: 10px auto 0;
	position:relative;
	top:-10px;
}
.cleaning-txt03{
	font-size: 16px;
	line-height: 1.5em;
	width: 90%;
	margin: 10px auto 0;
}
.container{
	width: 100%;
	margin: 30px auto 20px;
	height: auto;
	background: #fff;
	padding:20px 0;
}
.container img{
	width: 100%;
}
.shimi-img-container{
	width: 90%;
	margin: 0 auto;
}
.nagajyu-container{
	width:90%;
	margin:20px auto;
	border:1px solid #2d2323;
}
.nagajyu-container::after{
	
}
.nagajyu-container .nagajyu-img-container{
	width:90%;
	margin:0 auto;
}
.nagajyu-container .shitate-img-container{
	width:90%;
	margin:0 auto;
}
.nagajyu-container img{
	width:100%;
	margin:10px auto;
}
.nagajyu-p-container{
	width:90%;
	margin:10px auto;
}
.nagajyu-p-container h5{
    font-size:18px;
}
.nagajyu-p-container p{
	font-size:16px;
	line-height: 1.6em;
	margin:8px 0 0;
    padding-bottom:10px;
}
.gara-img-container{
	width: 90%;
	margin: 0 auto;
	display: flex;
   align-items: flex-start;
}
.gara-img-container div{
	margin:0 5px;
}
.before,.after{
	position: relative;
	width:80px;
	height:20px;
	background-color: #D32124;
	top:20px;
	color: #fff;
	text-align: center;
	padding-top:3px;
	font-size:12px;
}
.himo-container img{
	display: block;
	width:100%;
	margin: 10px auto 0;
}
.price{
	width: 90%;
	margin: 20px auto;
}
.price h5{
	font-size: 20px;
	width: 40px;
	display: block;
	border-bottom: solid 1px #222;
	margin: 10px auto;
	padding: 0 0 5px 0;
}
.price-kome{
	font-size:13px;
	line-height: 1.3rem;
}
/*.price-ul{
	width:100%;
}
.price-ul li:nth-child(1){
	width:100%;
	height:auto;
	background:#eed4cc;
	margin:50px 0 ;
}
.price-ul li:nth-child(2){
	width:100%;
	height:auto;
	background:#c1d6df;
	margin:50px 0 ;
}
.price-ul li:nth-child(3){
	width:100%;
	height:auto;
	background:#dedeaf;
	margin:50px 0 ;
}
.img-comment{
	width:80%;
	display:block;
	margin:0 auto;
	position:  relative;
	top:-26px;
}
.img-price{
	width:90%;
	display:block;
	margin:0 auto;
	padding:20px 0;
}
.course{
	font-size:20px;
	text-align: center;
	position:relative;
	top:-30px;
	overflow: hidden;
	font-weight: bold;
}
.course span {
  position: relative;
  display: inline-block;
  margin: 15px 2.5em;
  padding: 0 1em;
  text-align: left;
}
.course span::before,
.course span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 90%;
  height: 1px;
  background-color: #222222;
}
.course span::before {
  right: 100%;
}
.course span::after {
  left: 100%;
}
.course-ttl{
	font-size:24px;
	position: relative;
	top:-30px;
	text-align: center;
	line-height: 2rem;
}
.course-p{
	width:90%;
	margin:0 auto;
	font-size:14px;
	line-height: 1.3rem;
	position: relative;
	top:-10px;
}
.price table{
	width: 100%;
	font-feature-settings: "palt";
}
.price tr{
	width:100%;
	display: inline-block;
	border-bottom: 1px solid #222;
	padding: 10px 0 5px 0;
}
.product-td ,.price-td{
	font-size: 14px;
	vertical-align: middle;
}
#cleaning .product-td{
	width:25%;
	vertical-align: middle;
}
.price-td{
	padding:0 0 0 20px;
}
.price-ps{
	font-size:12px;
	line-height: 1.5em;
}
.tax{
	font-size:10px;
}
*/
#price h5{
    font-size: 20px;
    width: 40px;
    margin: 20px auto 20px;
}
.comment{
    width:80%;
    margin:10px auto 0;
}
.comment img{
    width:100%;
}
.price{
    width:92%;
}
.price img{
    width:100%;
}
.price-attention{
    font-size: 14px;
    width:90%;
    margin:0 auto;
    height: auto;
    padding:10px 0;
    background-color:#fff;
}
.price-attention li{
    width:90%;
    margin:6px auto;
    line-height:1.6em;
}
/*-----------------------------
	コンバージョンボタン
-------------------------------*/
.conversion-container{
	width:90%;
	margin: 20px auto;
	border:solid 2px #fff;
	padding:10px 10px;
}
.conversion-container-nest{
	margin: 0 auto;
	background-color: #fff;
	padding:20px 10px;
}
.line-btn{
	display: flex;
	align-items: center;
	width:90%;
	margin: 0 auto;
	height:80px;
	background: #00b900;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	padding:10px;
	line-height:1.8em;
	box-shadow: 0 0 8px gray;
	text-decoration: none;
	font-size:18px;
}
.line-btn:hover{
	text-decoration: none;
	color:#fff;
}
.line-btn img{
	width:80px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.conversion-container-nest div{
	width:95%;
	margin: 0 auto;
	text-align: center;
}
.conversion-container-nest div p:nth-child(1){
	width: 100%;
	height:20px;
	background:#fc4b48;
	border-radius: 6px;
	color: #fff;
	padding: 7px 0 0 0;
	margin: 20px 0 0 0 ;
	font-size: 14px;
}
.conversion-container-nest div p:nth-child(2){
	font-size: 26px;
	padding: 10px 0 0 0;
	color: #222;
}
#option{
	width:100%;
	height:auto;
	padding:30px 0;
	background:rgba(214,224,234,0.5);
}
#option h3{
	font-size: 20px;
	font-feature-settings: "palt";
	text-align: center;
}
#option h3::after{
	content:'';
	display: block;
	width: 50%;
	border-bottom: solid 1px #222;
	margin:10px auto 0;
}
.option-container{
	width:90%;
	background:rgba(255,255,255,0.4);
	margin: 0 auto;
	margin: 20px;
	padding: 20px 0 10px 0;
}
.option-container img{
	width:95%;
	display: block;
	margin:0 auto;
}
#option h4 {
    overflow: hidden;
    text-align: center;
    font-size: 18px;
}
#option h4 span {
  position: relative;
  display: inline-block;
  margin: 15px 2.5em;
  padding: 0 1em;
  text-align: left;
}
#option h4 span::before,
#option h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 10%;
  height: 1px;
  background-color: #222222;
}
#option h4 span::before {
  right: 100%;
}
#option h4 span::after {
  left: 100%;
}
.option01-container{
	width: 90%;
	margin: 0 auto;
}
.option01-container div{
	margin:10px 0;
}
.option-ttl01{
	font-size: 16px;
	font-weight: bold;
	color:#222;
	width:90%;
	margin:20px auto 5px;
}
.option-txt01{
	font-size: 16px;
	line-height: 1.5em;
	width:90%;
	margin:0 auto;
}
.option01-container .sodemaru img{
	width:90%;
}
.option01-container .sodemaru{
	height:auto;
	background: #fff;
	display:flex;
   align-items: flex-start;
	justify-content: space-between;
	border-radius: 8px;
	padding:20px 10px;
    display: block;
}
.sodemaru div{
	margin:0 0 0 8px;
}
.attention{
	font-size:16px;
	line-height: 1.5em;
	padding:10px;
	background:#fff;
	width:85%;
	margin:0 auto;
	border:1px solid #a40000;
	color: #a40000;
}
.age{
    padding:10px 0 20px;
}
#option table{
    border-collapse: separate;
    border-spacing: 0px 10px;
}

#option .option01 .product-td{
	width:100%;
	vertical-align: top;
    font-size:18px;
	line-height: 1.3rem;
    padding:10px 0;
    border-bottom:1px #8e8e8e solid;
    display: block;
    font-weight: bold;
}
#option .option01 .price-td{
	vertical-align: top;
    font-size:18px;
	line-height: 1.5em;
     padding:10px 0;
    display: block;
}
#option .option02 .product-td{
	width:100%;
	vertical-align: top;
    font-size:18px;
    padding:10px 0;
	line-height: 1.3rem;
    border-bottom:1px #8e8e8e solid;
    display: block;
    font-weight: bold;
}
#option .option02 .price-td{
    width:100%;
	vertical-align: top;
    font-size:18px;
    padding:10px 0;
	line-height: 1.3rem;
    display: block;
}
.option02-container{
	width: 90%;
	margin: 10px auto;
	background: #fff;
	border-radius: 8px;
	padding:15px 8px;
}
.boy div{
	display: flex;
	justify-content: center;
   align-items: flex-start;
}
.boy div img{
	width:47%;
	padding:5px;
}
.girl img{
	padding:5px;
}
/*#option .option02 .product-td{
	width:140px;
	vertical-align: middle;
    font-size:12px;
	line-height: 1.3rem;
}*/
.h3-ttl{
	font-size: 20px;
	font-weight: 100;
	font-feature-settings: "palt";
	text-align: center;
	padding:40px 0 0;
}
.h3-ttl::before{
	content:'';
	display: block;
	width: 5%;
	border-bottom: solid 1px #222;
	margin:0 auto 10px;
}
.h3-ttl::after{
	content:'';
	display: block;
	width: 5%;
	border-bottom: solid 1px #222;
	margin:10px auto 0;
}
.delivery-txt01{
	margin:20px 0;
	font-size: 12px;
	text-align: center;
	line-height:1.3rem;
}
.marker{
	background: linear-gradient(transparent 60%, #fff1af 60%);
}
.area{
	width: 90%;
	margin: 0 auto;
	border:1px solid #fff;
	padding:5px;
}
.area div{
	height:auto;
	background:#fff;
	padding:10px;
}
.area h4{
	font-size: 12px;
	font-weight: bold;
}
.delivery-txt02{
	
	font-size: 12px;
	line-height:1.3rem;
}
#pay{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.pay01,.pay02{
	height:auto;
	margin: 20px 0 0;
	background: rgba(255,255,255,0.6);
	padding:10px;
	border:1px solid #2d2323; 
}
.pay-container .pay01-container,.pay-txt02{
	padding:10px;
	margin:10px auto 0;
}
#pay h4{
	text-align: center;
	font-size: 16px;
	margin:10px 0 0 0;
}
.pay01-container{
	display: block;
}
.pay01-container img{
	width:100%;
	padding:10px 5px;
}
.pay-txt{
	font-size:16px;
	padding:0 5px;
	line-height: 1.5em;
}
.pay-txt02{
	font-size:16px;
	padding:10px 5px;
	line-height: 1.5em;
	width:90%;
	margin:10px auto 0;
}
#line-process{
	width: 100%;
	height: auto;
	background: rgba(231,243,227,0.5);
	padding: 0 0 30px 0;
}
.line-process-txt01{
	width: 90%;
	margin: 20px auto;
	font-size: 16px;
	line-height: 1.5em;
}
#line-process ol{
	width: 90%;
	margin: 20px auto 30px;
}
#line-process li{
	height:auto;
	background:#fff;
	margin: 10px 0;
	padding: 10px;
	display: flex;
	align-items: center;
}
.num{
	width:25px;
	height:25px;
	background-color:#80c269;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.num p{
	padding:4px 0 0 0;
}
.explan{
	width:90%;
	font-size:16px;
	padding:5px 0 5px 10px;
	line-height: 1.5em;
}
#voice{
	width: 100%;
	height: auto;
	background:rgba(255,249,219,0.5);
	padding: 0 0 30px 0;
}
.balloon-img-container{
	width:90%;
	margin:0 auto;
}
.balloon-container img{
	width:100%;
}
.balloon-container div{
	width:90%;
	margin:20px auto 0;
}
.voice-name{
	font-size: 15px;
	font-weight: bold;
}
.voice-p{
	width:100%;
	font-size: 16px;
	line-height: 1.5em;
	margin:10px 0 0 0;
}
#qa{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background:rgba(255,255,255,0.3);
}
#qa ul{
	width:90%;
	margin:20px auto;
}
.q-container{
	width: 100%;
	height:auto;
	border-bottom:1px solid #222;
	padding:0 0 10px 0;
	display: flex;
	align-items: center;
	font-size:16px;
    line-height:1.5em;
}
.q{
	color:#405685;
	font-size:25px;
	padding:0 5px 0 0;
	display:block;
}
.a-container{
	width: 100%;
	height:auto;
	padding:0 0 10px 0;
	display: flex;
	margin: 10px 0;
	line-height:1.5em;
	font-size:16px;
}
.a{
	color:#8e2d24;
	font-size:25px;
	padding:0 5px 0 0;
	display:block;
}
#snap{
	width:100%;
}
#snap img{
	width:100%;
}
footer{
	width: 100%;
	height: auto;
	background:#fff;
	padding:20px auto;
}
footer h2{
	width:60%;
	margin:0 auto;
	padding:10px 0;
}
footer h2 img{
	width:100%;
}
.adress{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
   padding: 30px 0 0;
}
.sales{
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
}
.tel{
	text-align: center;
	margin:10px 0;
	font-size:18px;
}
.sns-container-footer{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
.sns-container-footer img{
	width: 35px;
	margin: 10px;
}
.official-link{
	color:#222;
	border:1px solid;
	padding:6px 15px;
	font-size:14px;
	display: block;
	width:40%;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
}
.deco-line{
	width:100%;
	height:5px;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	margin:20px 0 0 0;
}
.copy{
	font-size: 10px;
	text-align: center;
	padding:10px 0;
}

/*----------fadein---------------*/
/*----------infomation---------------*/
.infomationContent{
	max-width: 420px;
	margin:2em 0;
    position: relative;
    padding: 1em 1em;
    border: solid 2px #222;
    border-radius: 3px 0 3px 0;
}
.infomationContent p{
	line-height: 1.4em;

}
.infomationContent h5{
	line-height: 1.4em;
}
.infomationContent:before,.infomationContent:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #222;
    border-radius: 50%;
}
.infomationContent:after {
    top:-12px;
    left:-12px;
}
.infomationContent:before {
    bottom:-12px;
    right:-12px;
}
.infomationContent p {
    margin: 0; 
    padding: 0;
}
#instafeed{
    display:flex;
    flex-wrap: wrap;
    width:90%;
    margin:20px auto;
    justify-content: space-between;
}
#instafeed a{
    width:49%;
    margin-bottom:1%;
    transition: 0.3s ease-in-out;
}
#instafeed a:hover{
    opacity:0.5;
}
#instafeed a img{
    width:100%;
}