/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #e1dfd3;
  color: #898989;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
　font-family: 'M PLUS 1p', sans-serif;
}

h2 {
}

h3 {
}

h4 {
	font-weight: 300;
}

h6 {
}

h6 {
}

a {
  color: #292929;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #5C6963;
  line-height: 26px;
  letter-spacing: 0.1em;
}

a img:hover{
	opacity:0.8;
	transition:0.2s;
}

.and {
    font-family: 'M PLUS 1p', sans-serif;
	   font-size: 14px;
  }

.pagelink {
    margin-top: -100px;
    padding-top: 100px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 50px;
	font-family: "Birthstone Bounce", sans-serif;
	color:#BAA39B;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.section-title h2 p {
  font-size: 14px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
  letter-spacing: 3px;
	margin-top: -3px;
	color:#ADACB1;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #5C6963;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paddsections {
  padding-top: 50px;
  padding-bottom: 50px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

.main-content {
  padding-top: 100px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #D38D91;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #c6b398;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  background-color: #F7E9E1;
  top: -100%;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
}

#header.header-scrolled,
#header.header-inner-pages {
  top: 0;
}

#header .logo img {
  max-height: 40px;
	margin:10px 0 0px 10px;
}

@media (max-width: 992px) {
  #header {
    border: 0;
  }
}
/*--------------------------------------------------------------
# Line Reservation Menu
--------------------------------------------------------------*/
.line-rsv-btn {
  background: #D38D91;
  color: #fcfbfa;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.line-rsv-btn:hover {
  background: #E6ABAF;
  color: #fcfbfa;
}

@media (max-width: 992px) {
  .line-rsv-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 24px;
  font-family: "Averia Serif Libre", sans-serif;
  font-size: 15px;
  font-weight: 300;
	letter-spacing: 0.1em;
	color: #A3867E;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 13px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #A3867E;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% + 30px);
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #F7E9E1;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 13px;
}

.navbar .dropdown ul a i {
  font-size: 13px;
　font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #b8a07e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #45524C;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #45524C;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(49, 49, 49, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #4b4a4a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #b8a07e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 14px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #b8a07e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
  background: url("../img/top_bg.jpg") no-repeat scroll center right;
}

#hero .hero-content {
 position: relative;
 z-index: 2;
  text-align: center;
  width: 100%;
	height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-content img {
	width: 20%;
}

@media (max-width: 992px) {
  .hero-content img {
    width: 40%;
  }
}

.hero-content p {
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-top: 20px;
  color: #45524C;
  font-weight: 400;
}


@media (max-width: 768px) {
#hero {
  background: url("../img/top_bg.jpg") no-repeat scroll center center;
	background-position: 95% 45%;
}
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 80px 0 0 0;
  background-color: white;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 0 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
	background-image:url("../img/top_about_bg.jpg");
  padding: 80px 0;
}

#about .staff-info {
	  text-align: center;
	margin-top: 50px;
}

#about .staff-info h3 {
  font-size: 18px;
  letter-spacing: 1px;
	color:#D38D91;
	text-align: center;
	margin-bottom: -50px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#about .staff-info h3 p {
	font-size: 15px;
	font-weight: 400;
	color: #45524C;
  letter-spacing: 0.1em;
}

#about .staff-info .staff-title {
		margin-top: 80px;
		margin-bottom: 20px;
	font-family: 'Economica', sans-serif;
	font-size: 20px;
  letter-spacing: 0.1em;
	color: #A38476;
}

#about .staff-info img {
	width: 80%;
	margin-top: 0px;
margin-bottom: 20px;
	border-radius: 50%;
}

#about .staff-info h4 {
		font-size: 18px;
	font-weight: 400;
  letter-spacing: 0.2em;
	color: #45524C;
}

#about .staff-info .staff-furigana {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 200;
  letter-spacing: 0.3em;
	margin-top: 5px;
}

#about .staff-info .staff-comment {
	font-size: 14px;
	margin-top: 3px;
	line-height: 24px;
	text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*  Design
/*-----------------------------------------------------------------------------------*/
#design {
  width: 100%;
  height: auto;
	background-color: #F0E8E6;
  padding: 80px 0;
}

#design .design-info {
	  text-align: center;
	margin-top: 50px;
}

#design .design-info h3 {
  font-size: 18px;
  letter-spacing: 1px;
	color:#D38D91;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

#design .design-info h3 p {
	font-size: 15px;
	font-weight: 400;
	color: #45524C;
  letter-spacing: 0.1em;
}

#design .design-info .design-title {
		margin-top: 80px;
		margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
  letter-spacing: 0.1em;
	color: #A38476;
}

#design .design-info .design-curl img {
	width: 80%;
	margin-bottom: 30px;
	border-radius: 50%;
	border: solid 1px #BEBEBE;
}

#design .design-info .curl-title {
	font-size: 16px;
	font-weight: bold;
  letter-spacing: 0.3em;
	margin-bottom: 12px;
}

#design .design-info .curl-memobox {
	background-color: #D38D91;
	color: #FDFDFA;
	font-size: 13px;
	text-align: center;
	padding:10 10;
	line-height: 20px;
	margin: -10px 0 -15px 0;
}

#design .design-info .curl-memo {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}


#design .design-info .design-weight img {
	margin-bottom: 20px;
	border: solid 1px #BEBEBE;
}

#design .design-info .design-length img {
	margin-bottom: 20px;
	border: solid 1px #BEBEBE;
}

/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
#menu {
  height: auto;
  width: 100%;
  padding: 60px 0;
  position: relative;
	background-image:url("../img/top_menu_bg.jpg");
	background-repeat: repeat-y;
}

#menu .menu-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#menu .menu-content-title {
  background-color: #F0E8E6;
	padding: 30px 30px;
}

#menu .menu-content-price {
  background-color: #fff;
	padding: 30px 30px;
}

#menu .menu-title h3 {
	font-size: 18px;
	font-weight: bold;
	color:#291C14;
}	

#menu .menu-title h3 p {
	font-size: 15px;
	font-weight: 300;
	color:#291C14;
	margin-top: 3px;
}	

#menu .menu-info {
	font-size: 15px;
	line-height: 28px;
	color:#45524C;
	font-weight: 300;
}

#menu .menu-info p {
	font-size: 15px;
	color: #D38D91;
	line-height: 30px;
	margin-top:10px;
	margin-bottom:0;
}

#menu .menu-price {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
	line-height: 45px;
}

#menu .menu-price::after {
  content: "......................................................................""....................................................................""....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #D8D8D8;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#menu .menu-price .menu-name {
  background: #fff;
	font-size: 15px;
  padding-right: 10px;
  position: relative;
  z-index: 3;
	color: #45524C;
}

#menu .menu-price span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-size: 14px;
	font-weight: normal;
	color: #45524C;
}

#menu .menu-name span {
	   margin-left: 10px;
    background: #F0E8E6;
    border-radius: 3px;
}

#menu .menu-subprice {
  text-align:right;
  font-size: 14px;
  padding: 0 10px;
	font-weight: normal;
	color: #45524C;
}

#menu .menu-memo {
  font-size: 13px;
	font-weight: normal;
	color: #888888;
	margin-top: 0;
}

/*--------------------------------------------------------------
# instagram
--------------------------------------------------------------*/
#instagram {
  height: auto;
  width: 100%;
  padding: 60px 0;
  position: relative;
	background-color:#FFF;
}

#instagram .instagram-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

/*--------------------------------------------------------------
# Access
--------------------------------------------------------------*/
#access {
  height: auto;
  width: 100%;
  padding: 60px 0;
  position: relative;
	background-image:url("../img/top_access_bg.jpg");
   background-size: cover;
}

#access .access-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#access .gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-bottom: 30px;
}

#access .gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

#access .access-main {
text-align: center;
color:#45524C;
}

#access .access-main h3 {
	font-family: 'Averia Serif Libre', sans-serif;
	font-size: 28px;
	letter-spacing: 0.1em;
color:#45524C;
}

#access .access-main h3 p {
	font-size: 15px;
	margin-top: -5px;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 20px;
color:#45524C;
	border-bottom: solid 1px #222222;
}

#access .access-main .access-detail h4 {
	font-family: 'Averia Serif Libre', sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
color:#45524C;
	margin-bottom:0;
}

#access .access-main .access-detail p {
　font-family: 'M PLUS 1p', sans-serif;
	margin-top:8px;
	line-height: 22px;
}

/*--------------------------------------------------------------
# Reservation
--------------------------------------------------------------*/
#reservation {
  height: auto;
  width: 100%;
	background-color: #FDFDFA;
}

#reservation .mobile-box img {
	filter: drop-shadow(5px 5px 5px #aaa);
	margin-top: -30px;
}

#reservation .line-box {
	background: #F7E9E1;
	border-radius: 30px;
	width: 120%;
 margin-top: 30px;
 margin-left: -22%;
	padding: 15% 15% 15% 23%;
}

#reservation .line-box h3 {
  font-weight: 400;
	text-transform: uppercase;
  font-size: 18px;
  color: #D38D91;
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
	line-height: 28px;
}

#reservation .line-box h3 p {
  font-size: 15px;
	font-weight: bold;
 font-family: 'M PLUS 1p', sans-serif;
	margin-top:20px;
	text-align: left;
	letter-spacing: 0.1em;
}

#reservation .line-notice {
  font-size: 14px;
  text-align: center;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
}


@media (max-width: 768px) {
#reservation .line-box h3 {
  font-size: 16px;
	letter-spacing: 0.1em;
}
	
#reservation .line-box h3 p {
  font-size: 12px;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background-color: #D38D91;
}

#footer .footer-top {
  padding: 60px 0 20px 0;
  background-color: #F0E8E6;
}

#footer .footer-top img {
	width: 150px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 20px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  color: #45524C;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "M PLUS 1p", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
border-left: solid 3px #D38D91;
font-size:15px; 
text-indent: 0.8em; 
margin-top:14px;
margin-bottom:20px;
  font-weight: bold;
  color: #45524C;
  position: relative;
	letter-spacing: 0.1em;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #A3867E;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #A3867E;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

#footer .sns-link a {
  font-size: 13px;
  line-height: 0;
  display: inline-block;
  width: 120px;
  height: 32px;
  margin-right: 10px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FCFCFC;
  color: #45524C;
}

#footer .sns-link a:hover {
  background-color: #E5D8D5;
}

#footer .sns-link a {
}


#footer .copyright {
  text-align: center;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding: 10px 0 10px 0;
  }

  #footer .copyright{
    text-align: center;
    float: none;
  }
}

.credits {
  font-size: 13px;
}

/** Width between 1200x to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 992px to 1199px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 768px to 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (min-width: 768px) and (max-width: 991px) {

  /* Navbar */
  nav {
    padding: 10px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content .cmaster h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* menu */
  #menu .menu-block .menu-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 767px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 767px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* menu */
  #menu .menu-block .menu-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 600px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 600px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* menu */
  #menu .menu-block .menu-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 480px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 480px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* menu */
  #menu .menu-block .menu-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 320px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 320px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* menu */
  #menu .menu-block .menu-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }

}
