@charset "utf-8";
/*
Template: tortuga
Theme Name: create_mnv
*/

h1 {
  margin: 0.5em 0 0 0;
  font-size: 1.3em;
  border-bottom: 1px solid #efb9ac;
}

.header-main h1{
  border-bottom: none;
}

.site-header {
	background: #FEF6F3;
	color: #fff;
}

.primary-navigation-wrap {
	border-bottom: 5px solid #dd5533;
	background: rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 rgba(0,0,0, 0.05);
	color: #fff;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
	color: #000;
	text-decoration: none;
}

.primary-navigation-wrap {
	border-bottom: none;
	background: none;
	box-shadow: none;
	color: #000;
}

.main-navigation-menu li {
	float: right;
}

.header-main {
	padding-top: 1em;
	padding-bottom: 0em;
}

.top-menu{
	margin-top: 15px;
	margin-bottom: 15px;
}

.top-menu img{
	max-width: none;
	width: 100%;
}

.site-content {
	padding-top: 0em;
}

.footer-wrap {
	background: #FEF6F3;
	margin-top: 10px;
}

.header-ul{
	list-style: none;
	color: black;
	margin-top: 10px;
}

.otoiawase-img{
	text-align: center;
	margin: 1em 0 1em 0;
}

.site-branding {
	float: left;
	margin: -1em 10em;
	padding: 0;
	max-width: 100%;
}

.summary {
	margin: 1.5em 0 1.5em;
}

.summary th{
	width: 10em;
	text-align: left;
}

.site-footer a:link,
.site-footer a:visited {
	border-bottom: none;
	color: #000;
}

.main-navigation-menu li.current-menu-item > a {
	background: none;
}

.copyright{
  text-align: center;
  color: black;
}

/*sidebar*/
.service ul{
  list-style: none;
}

.service ul li{
  border-bottom: solid 1px #efb9ac;
  margin-bottom: 0.5em;
}

/* Ensure navigation is visible on desktop view */
@media only screen and (min-width: 60.001em) {
	.main-navigation-menu {
		display: block !important;
		margin-bottom: 10px;
		margin-left: -10em;
	}
}

@media only screen and (max-width: 60em) {
	.site-branding {
		float: none;
		margin: 0 !important;
		text-align: center;
	}


	/* Main Navigation Toggle */
	.main-navigation-toggle {
		display: inline-block;
		float: right;
		margin: 0 0 0 1.5em;
		padding: 0.8em 1.2em;
		background: #dd5533;
	}

  .main-navigation-menu {
  display: none;
  float: left;
  padding: 3px 0;
  width: 100%;
  border-top: none;
}

}
