@charset "utf-8";
/* CSS Document */

body,html {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #4D4D4D;
    background-image: -webkit-linear-gradient(270deg,rgba(255,234,238,1.00) 0%,rgba(255,255,255,1.00) 21.77%);
    background-image: -moz-linear-gradient(270deg,rgba(255,234,238,1.00) 0%,rgba(255,255,255,1.00) 21.77%);
    background-image: -o-linear-gradient(270deg,rgba(255,234,238,1.00) 0%,rgba(255,255,255,1.00) 21.77%);
    background-image: linear-gradient(180deg,rgba(255,234,238,1.00) 0%,rgba(255,255,255,1.00) 21.77%);
    background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(255,0,0,0.40);
    max-width: 100%;
    min-width: 1200px;
    
}
.br_sp{
	display: none;
}
.br_pc{
	display: block;
}
#wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
    min-width: 100%;
}
#sub_main_image   {
    margin-bottom: 2%;
}

#map {
    width: 100%;
    height: 350px;
    background-color: #E7E7E7;
    margin-top: 6%;
}



.wf-roundedmplus1c { 
	font-family: "M PLUS Rounded 1c";
}
.wf-hannari { 
	font-family: "Hannari";
}
.wf-sawarabimincho { 
	font-family: "Sawarabi Mincho"; 
}








img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    border: 0;
}

/*画像リンク透過*/
.transparent img {
  transition: .4s;
}
.transparent img:hover {
  opacity: 0.5;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}


h1{
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
ol, ul ,li{
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}



.iframeWrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 15%;

}
.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;height: 100% !important
		
}

#top_main_image {
    width: 100%;
    margin-right: auto;
    vertical-align: bottom;
    margin-top: 0px;
    margin-bottom: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    position: relative;
}
.top_main_image_title {
    position: absolute;
    top: 20%;
    z-index: 1;
    width: 50%;
    left: 25%;
}




#nav {

}
.nav_pc{
    display: block;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}
.nav_pc_btn {
    float: right;
    width: 73%;
}
.nav_pc_btn li {
    width: 20%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #7F2224;
    line-height: 260%;
}
.nav_pc_btn li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;	
  color: #7F2224;
  line-height: 260%;
}
.nav_pc_btn:hover li a {
  opacity: .3;
}
.nav_pc_btn li a:hover {
    opacity: 1;
    border-bottom: 2px solid #FF999A;
}
.nav_sp{
	display: none;
}
.top_logo{
    float: left;
    width: 25%;
	padding-top: 0.3%;
}
#content_box {
    width: 1000px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}
.furusato {
    margin-top: 3%;
}
.furusato_top_image {
}

.furusato_image {
    float: left;
    box-shadow: 10px 10px 15px -10px;
    width: 40%;	

}
.furusato_text {
    float: right;
    width: 56%;
	font-size: 1.1em;
}
.btn-furusato {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #fff;
    background: #bf0000;
    transition: .4s;
    margin-top: 0.8%;
    border-radius: 12px;
}

.btn-furusato:hover {
    background-color: #E03B3B;
    color: white;
}
#news   {
    width: 100%;
}
.news_caption {
    font-size: 1.3em;
    color: #ED1A1E;
    padding-bottom: 1%;
}
.top_qr {
    float: right;
    width: 15%;
    font-size: 0.8em;
    text-align: center;
}
#news_area{
    width: 82%;
    float: left;
    padding-top: 0.5%;
    padding-right: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 0.5%;
	box-shadow: 0 0 8px #C9C9C9;
	
}
#top_content {
    margin-top: 3%;

}
.top_content_btn {
    width: 65%;
    float: left;
}
.top_content_btn_top {
}
.top_content_btn_l {
    width: 48%;
    float: left;
    border: 1px solid #ABAB99;
}
.top_content_btn_r {
    width: 48%;
    float: right;
    border: 1px solid #ABAB99;
}
.top_content_btn_bottom {
	margin-top: 3.5%;
}

.top_content_right{
	float: right;
	    width: 33%;
}
.top_fb {
    height: 389px;
    background-color: #F0FBFF;
    border: 1px solid #27428C;
    text-align: center;
    position: relative;
}
.top_fb_caption {
 	display: block;
    font-size: 1.6em; 	padding: 0.3em 1em;
  	text-decoration: none;
    color: #FFFFFF;
    background-color: #1D4AA6;
	transition: .4s;
}

.top_fb_caption:hover {
    background-color: #698BD1;
  	color: white;
}


.facebook_instagram{
    clear: both;
    margin-top: 2%;
	
}

.fb_btn {
    display: block;
    padding-top: 3%;
    padding-left: 15%;
    padding-bottom: 3%;
    text-decoration: none;
    color: #1877F2;
    border-radius: 3px;
    transition: .4s;
    background-image: url(../img/fb_logo.png);
    background-position: 2% 50%;
    background-size: 8% auto;
    background-repeat: no-repeat;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #FFFFFF;
    border-top: 2px solid #B4B4B4;
}

.fb_btn:hover {
  	background: #1877F2;
  	color: white;
    background-image: url(../img/fb_logo.png);
    background-position: 2% 50%;
    background-size: 8% auto;
    background-repeat: no-repeat;
    font-size: 1.1em;
    font-weight: bold;
}
.instagram_btn {
    display: block;
    padding-top: 3%;
    padding-left: 15%;
    padding-bottom: 3%;
    text-decoration: none;
    color: #B51450;
    border-radius: 3px;
    transition: .4s;
    background-image: url(../img/instagram_logo.png);
    background-position: 2% 50%;
    background-size: 8% auto;
    background-repeat: no-repeat;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #FFFFFF;
    border-top: 2px solid #B4B4B4;
    border-bottom: 2px solid #B4B4B4;
}

.instagram_btn:hover {
    background-color: #B51450;
    color: white;
    background-image: url(../img/instagram_logo.png);
    background-position: 2% 50%;
    background-size: 8% auto;
    background-repeat: no-repeat;
    font-size: 1.1em;
    font-weight: bold;
}







.top_performance_left {
    width: 66%;
    float: left;
}
.top_performance_image {
    width: 32%;
    height: 150px;
    float: right;
    position: relative;
    display: block;
}
.top_performance_image01 {
    width: 44%;
    position: absolute;
    z-index: 2;
    lsft: -2%;
    top: -10%;
    height: 70%;
    left: -8%;
}
.top_performance_image02 {
    width: 44%;
    position: absolute;
    z-index: 1;
    left: 30%;
    top: 12%;
}
.top_performance_image03 {
    width: 44%;
    position: absolute;
    z-index: 3;
    right: -5%;
    top: -2%;
}
.top_performance_caption {
    background-image: url(../img/top_performance_title_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    color: #DF0D55;
    font-size: 3em;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
}
a.top_performance_btn {
    position: relative;
    display: block;
    width: 160px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #2196F3;
    border: solid 1px #fff;
    overflow: hidden;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
a.top_performance_btn:before {
	content:"";
	position: absolute;
	top: -25px;
	left: -20px;
	height:90px;
	width:20px;
	background : #fff;
	opacity: 0.3;
	transform: rotate(40deg);
	transition: 0.3s;
}
a.top_performance_btn:hover:before {
	left:98%;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
	z-index: 999;
}
.pagetop a {
    display: block;
    width: 90px;
    height: 60px;
    background-color: rgba(255,146,190,0.59);
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    line-height: 21px;
    border-radius: 10px;
    padding-top: 10px;
}

#sub_content{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


#about_commitment{
	margin-top: 7%;
	font-size: 1em;
}
.about_commitment_l{
    width: 47%;
    float: left;
}
.about_commitment_r{
	width: 47%;
	float: right;
}
.about_commitment_caption{
    font-weight: bold;
    font-size: 1.5em;
    color: #B70508;
}
.about_commitment_text01{
    margin-top: 3%;
    height: 160px;
    background-image: url(../img/about_commitment_bg01.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: 100% 100%;
	padding-right: 0.5%;
	padding-left: 0.5%;
}
.about_commitment_text02{
	margin-top: 3%;
    height: 160px;
    background-image: url(../img/about_commitment_bg02.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: 100% 100%;
	padding-right: 0.5%;
	padding-left: 0.5%;	
}

#contact {
    margin-top: 6%;
}
#formWrap {
    width: 900px;
    margin-top: 6%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.text_red{
	color: red;
}
.price_text{
	color: red;
	font-size:1.2em; 	
}
.font-size01{
	font-size:1.2 
}
#recruit {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.recruit_box {
    margin-top: 3%;
}
.recruit_top {
    text-align: center;
    margin-top: 5%;
    font-size: 1.4em;
    color: #FFFFFF;
    background-color: #E95E8E;
    font-weight: bold;
    background-image: -webkit-linear-gradient(270deg,rgba(255,54,54,1.00) 51.29%,rgba(223,36,36,1.00) 52.85%);
    background-image: -moz-linear-gradient(270deg,rgba(255,54,54,1.00) 51.29%,rgba(223,36,36,1.00) 52.85%);
    background-image: -o-linear-gradient(270deg,rgba(255,54,54,1.00) 51.29%,rgba(223,36,36,1.00) 52.85%);
    background-image: linear-gradient(180deg,rgba(255,54,54,1.00) 51.29%,rgba(223,36,36,1.00) 52.85%);
    padding-top: 1%;
    padding-bottom: 0.8%;
    border-radius: 6px;
}


.recruit_iamge_box {
    width: 25%;
	float: left;
}
.recruit_iamge {
    margin-bottom: 6%;
	box-shadow: 10px 10px 15px -10px;
}

.recruit_tbl{
    width: 72%;
    float: right;
    border: 2px solid #E7D6E4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
 
.recruit_tbl th{
    padding: 10px 8px 10px;
    border-top: solid 1px #ffffff;
    width: 30%;
    overflow: hidden;
    color: #13131e;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #EEE4E6;
}
 
.recruit_tbl td{
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-top: dotted 1px #e0dccc;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.recruit_btn {
    display: block;
    padding: 0.3em 1em;
    text-decoration: none;
    border: 2px solid #FF6775;
    border-radius: 3px;
    transition: .4s;
    text-align: center;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    font-size: 1.2em;
    color: #FFFFFF;
    background-color: #ED395A;
    font-weight: bold;
}

.recruit_btn:hover {
    background-color: #FFF3F6;
    color: #ED395A;
} 

.recruit_text{
    text-align: center;
    background-color: #FFF502;
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    padding-top: 0.3%;
    padding-bottom: 0.3%;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 4px;
    border: 2px solid #ECDC00;
    color: #454545;
}
.recruit_btn_box02 {
    margin-top: 40px;
	margin-left: auto;
    margin-right: auto;
}
.recruit_btn02 {
    width: 50%;
    display: block;
    padding-top: 0.7em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.6em;
    text-decoration: none;
    color: #FFFFFF;
    border: 2px solid #B55B83;
    border-radius: 3px;
    transition: .4s;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #D95B7E;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.recruit_btn02:hover {
    background-color: #FFEAF1;
    color: #D95B7E;
}


#hinoshizuku01 {
    margin-top: 8%;
}
.hinoshizuku_box {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}
.hinoshizuku_text {
	float: right;
	width: 68%;
}

.hinoshizuku_image {
    float: left;
    box-shadow: 10px 10px 15px -10px;
    width: 30%;

}

#hinoshizuku02 {
    margin-top: 8%;
}
#hinoshizuku03 {
    margin-top: 8%;
}
.sub_top_image {
}
.sub_content_box {
    width: 98%;
    padding-left: auto;
    padding-right: auto;
    margin-top: 6%;
}


#hinohikari01 {
    margin-top: 8%;
}
#shop_anchor {
    margin-top: 2%;
}

.furusato_box {
	font-size: 1.1em;
	margin-top: 4%;
}

#furusato_top {
    margin-top: 2%;
}
.furusato_top_text{
	margin-top: 1%;
}


#urusato_top{
	
}

#shop_top {
    margin-top: 2%;
}
.hinohikari_box {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}
.hinohikari_text {
	float: right;
	width: 68%;
}
.hinohikari_image {
    float: left;
    box-shadow: 10px 10px 15px -10px;
    width: 30%;

}
#hinohikari02 {
    margin-top: 8%;
}
#shop {
    margin-top: 8%;
	font-size: 1.1em;
}
.shop_top_text {
    margin-top: 1%;
}

.shop_box02{
	margin-top: 4%;
}
.shop_box02_l{
	float: left;
	width: 40%;
}
.shop_box02_r{
	float: right;
	width: 55%;
}
.shop_box_img {
    width: 0%;
}
.shop_box_text {
    text-align: center;
    margin-top: 2%;
    font-size: 1.3em;
}
.shop_box_text02 {
    margin-top: 1%;

}
.shop_button02_box {
    margin-top: 12%;
    clear: both;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.shop_button02 {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #FFFFFF;
    transition: .4s;
    background-color: #E00003;
}

.shop_button02:hover {
    background-color: #FB6E70;
    color: white;
}
.shop_box_text_caption {
    text-align: center;
    font-weight: bold;
	font-size: 1.3em;
	color: #B0A112;
	margin-top: 1.3%;
}
.shop_top_text {
    text-align: center;
}
.shop_box {
    margin-top: 8%;
	width: 84%;
	margin-left: auto;
	margin-right: auto;		
}
.shop_box_img{
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}

.btn_shopping_box{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    width: 30%;
}
  .btn-shopping {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #E56300;
    transition: .4s;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

 .btn-shopping:hover {
    background-color: #F8A769;
    color: white;
}
.shop_price{
	text-align: right;
	font-size: 1.4em
}
.shop_price_color{
	font-size: 1.2em;
	font-weight: bold;
	color: #E70003
}



#hinohikari03 {
    margin-top: 8%;
}



.sub_top_image {
}
.sub_content_box {
    width: 96%;
    padding-left: auto;
    padding-right: auto;
    margin-top: 6%;
}


.about_box {
    margin-top: 2%;
	position: relative;
	width: 98%;
	margin-left: auto;
	margin-right: auto;	
	
}
.nouen_info_box {
    margin-top: 2%;
    position: relative;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.nouen_info_image {
    box-shadow:  8px 10px 10px -8px #747474;
    width: 27%;
    text-align: center;
    font-size: 1.5em;
    color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 8px 10px 10px -8px #747474;
}

.nouen_info_tbl{
    width: 70%;
    border: 2px solid #d6ceb4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    float: right;
}
 
.nouen_info_tbl th{
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
 
.nouen_info_tbl td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 

.owner_box {
    margin-top: 2%;
	position: relative;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.owner_image {
	position: relative;
    float: left;
    box-shadow: 10px 10px 15px -10px;
    width: 28%;

}
.about_image_box{
	margin-top: 3%;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.about_image_image{
	float: left;
	width: 24%;
	margin: 0.5%;
    box-shadow: 10px 10px 15px -10px;
}
.staff_box {
    margin-top: 3%;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.staff_image01{
	float: left;
	width: 49%;
    box-shadow: 10px 10px 15px -10px;
}
.staff_image02{
	float: right;
	width: 49%;
    box-shadow: 10px 10px 15px -10px;
}

.owner_text {
    float: right;
    margin-top: 1%;
    width: 64%;
    height: 320px;
    background-image: url(../img/owner_text_bg02.jpg);
    background-size: 37% auto;
    background-repeat: no-repeat;
    background-position: 100% 75%;
    text-shadow: 2px 2px 2px #FFFFFF;
}



.owner_nemae {
    float: right;
    position: absolute;
    left:36%;
    bottom: 26%;
    font-size: 1.2em;
    color: #073F82;
    /*    background-color: #FFFFFF;
    padding-top: 0.5%;
    padding-bottom: 0.8%;
    padding-left: 6%;
    padding-right: 6%;
    border-radius: 6px;
-webkit-box-shadow: 2px 2px 2px #3F5334;
    box-shadow: 2px 2px 2px #3F5334;*/
}


.page_caption {
    color: #A70F2F;
    font-size: 1.5em;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 79.79%,rgba(201,88,88,1.00) 84.98%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 79.79%,rgba(201,88,88,1.00) 84.98%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 79.79%,rgba(201,88,88,1.00) 84.98%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 79.79%,rgba(201,88,88,1.00) 84.98%);
    padding-bottom: 1%;
    text-shadow: 2px 2px 2px #FFD3D3;
}

.page_caption02 {
    color: #636C05;
    font-size: 1.5em;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 78.24%,rgba(201,186,87,1.00) 84.98%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 78.24%,rgba(201,186,87,1.00) 84.98%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 78.24%,rgba(201,186,87,1.00) 84.98%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 78.24%,rgba(201,186,87,1.00) 84.98%);
    padding-bottom: 0.3%;
    text-shadow: 2px 2px 2px #FFFEE8;
}


#footer {
    width: 100%;
    background-color: #F8FBF2;
    border-top: 2px solid #DDE0CF;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    min-width: 1200px;
    border-bottom: 3px solid #D40508;
}
.footer_company {
    float: left;
    display: inline-block;
}
.footer_sitemap {
	width: 1200px;
    line-height: 100%;
    font-size: 0.9em;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footer_sitemap_ul {
  display: table;
  table-layout: fixed;
  text-align: center;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.footer_sitemap_ul li {
  display: table-cell;
  vertical-align: middle;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.footer_sitemap_ul a:link{
    color: #69705B;
}
.footer_sitemap_ul a:hover{
    color: #CDD3B3
}
.footer_sitemap_ul a:visited {
    color: #69705B;
}
.footer_sitemap_ul a:active {
	color: #ff8000;
}
.footer_logo {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.footer_info {
    margin-top: 0.3%;
}
.footer_box {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    display: inline-block;
}

.footer_copy {
    font-size: 0.8em;
    text-align: center;
    margin-top: 1%;
    word-spacing: 0.1em;
}	

#sitemap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sitemap_wrapper {
    margin-top: 30px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.sitemap_box {
    margin-top: 30px;
    border-bottom: 1px dashed #B8C7CF;

}

.sitemap_description {
    width: 70%;
    float: right;
}


.sitemap_neme {
    width: 30%;
    float: left;
    font-weight: bold;
}


#privacy {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.privacy_box {
	width: 98%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.privacy_dl {
    margin-top: 20px;
}
.privacy_dl dt {
    color: #3C83B7;
}
