@charset "UTF-8";

body {
 font-size: 16px;
 background: #FBF6ED;
}

* {
	margin: 0px;
	padding: 0px;
}

ul {
 list-style: none;
}

ol {
 list-style: none;
}

a {
 text-decoration: none;
}

.link_decoration {
	color: #F64346;
}

a:visited {
  color:#90BE59;
}

li {
  list-style: none;
}

/*header始まり*/



.bg_header {
	background-image: url("background_img 2.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	
}

.header_contact {
	display: flex;
}


.tel {
	margin: 30px 0px;
	width: 30%;
	height: 30%;
}

.logo {
	width: 70%;
	margin: 30px 20px;
	
}

header {
	
}


.globalNavigation ul {
  margin: 0px auto;
  overflow: hidden;
}

.globalNavigation ul li {
  float: left;
  width: 20%;
}

.globalNavigation {
	margin-bottom: 13em;
	position: relative;
}

.nav_list img {
	width: 80%;
	height: 80%;
}

.hover {
  transition-duration: 0.5s;
}

.hover:hover{
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

ul.nav_list > li {
	display: inline-block;
}

ul.sub_list > li > a {
	padding: 15px 30px;
	display: block;
	font-size: 0.8em;
	letter-spacing: .2em;
}

ul > li:hover > a{
	color: #444;
}

ul li ul.sub_list {
	position: absolute;
	top: 100px;
	width: 10%;
}

ul li ul.sub_list li {
	display: block;
	float: none;
	width: 100%;
	margin: 0px auto;
}

.list_style {
	border-bottom: 1px #000000 dashed;
}

ul li ul.sub_list li:hover {
	background: #F1DD8F;
	display: block;
}

ul li ul li a {
	color: #444;
}



.globalNavigation ul li ul {
	display: none;
}

.globalNavigation ul li:hover ul {
	display: none;
}


 nav.globalNavigation ul li a {
    display: block;
    text-align: center;
	text-decoration: none;
}

 nav.globalNavigation ul li a:hover {
	
}

 nav.globalNavigation ul li.current {
	
}

 nav.globalNavigation ul li.current a {
	background: none;
}

/*メインコンテンツ*/
 
.wrapper_content {
	margin-bottom: 30px;
	width: 1200px;
	margin: 50px auto;
	
}

/* サイドバー*/
aside {
	width: 22%;
}

aside img {
	width: 100%;
}

aside p{
	text-align: center;
}

.sub_title {
	font-size: 1.375rem;
	padding: 0 8px 8px;
	border-bottom: 2px #0bd solid;
	font-weight: normal;
	margin-top: 30px;
}

.sub_menu {
	margin-bottom: 60px;
}

.sub_menu li {
	border-bottom: 1px dotted #ddd;
}

.sub_menu a {
	color: #432;
	padding: 10px;
	display: block;
}

/*footer*/

footer .siteLinks {
    background-image: url("background_img 2.png");
	background-size: cover;
	background-repeat: no-repeat;
    padding: 10px auto;
	width: 100%;
}

footer .inner {
	margin: 0 auto;
	overflow: hidden;
}

.inner img {
	width: 50%;
	margin: 10px 20px;
}


.foot {
}

.foot li {
	margin: 20px;
	font-size: 15px;
	float: left;
	width: 30%
}

footer small {
	background: #5EBBE6;
	color: #F9F7F7;
	display: block;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
}

a.gototop {
  background-color: #90BE59;
  bottom: 2%;
  color: #fff;
  display: none;
  font-size: 2rem;
  height: 3rem;
  line-height: 3.8rem;
  position: fixed;
  right: 2%;
  text-align: center;
  text-decoration: none;
  width: 3rem;
}




















	
