h1{
  margin:0;
  padding:0;
}

h2{
  font-size:30px;
  padding:20px 0;
}

body{
  background-color:#EAE1D1;
  margin:0;
  padding:0;
  font-family: serif;
}


*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

header{
  width:100%;
  height:30px;
}




.container{
  max-width:1170px;
  margin:0 auto;
  padding-top:40px;
  padding-bottom:40px;
}

ul { list-style: none; }

a { text-decoration: none; color: black;}

.top-wrapper{
  width:100%;
  margin:0 auto 0 auto;
  padding-bottom:100px;
  height:2000px;
}

.top-wrapper .container{
  display:flex;
}

.top-heading{
  text-align:center;
  margin-top:80px;
}

.top-left{
  width:43%;
}

.gene:before{
  content:"”";
  font-size:28px;
  color:#9B7F2B;
}

.gene:after{
  content:"”";
  font-size:28px;
  color:#9B7F2B;
}

.top-heading p{
  font-size:18px;
  padding:0;
  margin:0;
  line-height:28px;
  letter-spacing: 2px;
}

.post-number{
  font-size:15px;
  line-height:15px;
  letter-spacing: 2px;
}

.top-adoless{
  padding:6px 0;
}

.top-adoless-right p{
  font-size:15px;
  line-height:15px;
  letter-spacing: 2px;
}

.top-tel{
  font-size:15px;
  line-height:18px;
  letter-spacing:2px;
  padding: 6px 0;
}

.top-logo-wrapper1{
  width:50%;
  height:auto;
}

.top-logo1{
  width:100%;
  transform: translateX(50%);
}

.top-information{
  padding:10px 0 0 50px;
}

.top-adoless{
  display:flex;
}

.top-adoless-right{
  padding-left:20px;
}

.tel{
  padding-right:15px;
}

.top-time{
  padding: 6px 0;
}

.open{
  font-size:15px;
  letter-spacing: 2px;
  line-height: 15px;
}

.open-time-right p{
  font-size:15px;
  letter-spacing: 2px;
  line-height: 15px;
}

.night-cafe p{
  font-size:15px;
  line-height:15px;
  letter-spacing:2px;
}

.top-time{
  display:flex;
}

.open-time{
  display:flex;
  padding-right:15px;
}

.open{
  padding-right:15px;
}

.top-right{
  width:53%;
  display:inline-block;
  padding-left:15px;
}

.top-right-text{
  text-align:center;
  margin-top:30px;
  position:absolute;
  top:430px;
  transform: translateX(65px);
}

.here{
  font-size:20px;
  font-weight:600;
}

.icon-wrapper1{
  text-align:center;
  position:absolute;
  top:530px;
}

.top-icon{
  font-size:30px;
  padding:10px 30px;
  transition:0.5s all;
  transform: translateX(150px);
}

.top-icon:hover{
  font-size:36px;
}


.top-wrapper .container{
  display:flex;
}

footer{
  border-top:1px solid #9B7F2B;
}

.footer-logo{
  float:right;
}

.footer-logo img{
  width:150px;
  height:50px;
}

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	margin: 1em auto;
	padding: 1em 2em;
	color: black;
	border-radius: 0.5em;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: black;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: black;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: black;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}

.post_heading{
  margin-bottom:70px;
}

.post_heading img{
  width:90%;
  height:auto;
  border-radius:20px;
}

.post_top{
  display:flex;
  border-bottom:1.5px solid black;
  margin-bottom:80px;
}

.post_date{
  font-size:15px;
}

.share{
  padding-left:60px;
  font-size:18px;
  line-height:20px;
}

.post_icon{
  padding-left:20px;
  font-size:22px;
}

.post_text p{
  padding:15px 0;
  letter-spacing: 1px;
}

.post_text img{
  padding-top:50px;
  width:100%;
  height:auto;
}

.virus-wrapper{
  margin:20px 0;
  padding:5px;
  border:1px solid #333;
}



.back{
  text-decoration:underline;
  font-size:18px;
  transition:.5s all;
}

.back:hover{
  color:#666;
}

@media screen and (max-width:1200px){
  .container{
    margin:0 15px;
  }



  h2{
    font-size:24px;
  }

  label {
    margin: 0;
    padding : 15px;
    line-height: 1;
    color :black;
    font-size:30px;
  }

  .header-logo img{
    width:80px;
    height:80px;
  }

  .navigation a {
    font-size:14px;
  }

  .footer-logo img{
    width:120px;
    height:40px;
  }
}

@media screen and (max-width:850px){
  .top-right{
    width:100%;
    display:block;
  }

  .top-heading, .top-logo-wrapper1{
    display:none;
  }

  .top-wrapper .container{
    display:flex;
    flex-direction:column-reverse;
  }

  .top-wrapper{
    padding:0 40px;
  }

  .top-left{
    text-align:center;
    margin-bottom:0;
  }

  .top-information{
    display:none;
  }

  .top-wrapper{
    margin:0 auto 0 auto;
    height:auto;
  }
  
  
  .top-right{
    padding-left:0px;
    width:100%;
  }
  
  .top-right-text{
    width:100%;
    text-align:center;
    margin-top:0px;
    margin:0 auto;
    margin-top:400px;
    transform:translateX(-50px);
  }

  footer{
    height:50px;
  }

  .main{
    height:auto;
  }

}

@media screen and (max-width:480px){
  .top-wrapper{
    padding:0 0px;
  }
}

