@charset "utf-8";

/* CSSリセット */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:separate;border-spacing:0;font:100%}code,kbd,pre,samp,tt{font-family:monospace;font-size:108%;line-height:100%}button,input,select,textarea{font:99% arial,helvetica,clean,sans-serif}fieldset,img{border:0}address,caption,cite,code,dfn,em,optgroup,strong,th,var{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}caption,th{text-align:left;font-weight:400}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}abbr,acronym{border:0;font-variant:normal}legend{color:#000}button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}button,input,select,textarea{font-size:100%}.cf:after,.cf:before,.clearfix:after,.clearfix:before{content:"";display:table}.cf:after,.clearfix:after{clear:both}li,ol,ul{list-style:none}.txtvt,img{vertical-align:top}sub,sup{vertical-align:baseline;}
/*
html,body{
	height:100%;
}*/
body {
	min-width: 1048px;
	font-size: 16px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
	color: #232323;
}

.wrapper {
	width: 1024px;
	margin: 0 auto;
}
.wrapper2 {
	max-width: 1200px;
	margin: 0 auto;
}
.wrapper3 {
	width: 768px;
}
img{
	max-width: 100%;
	height: auto;
}
.none {
	display: none;
}

/* フッター */
.footer {
	background-color: #000000;
	height: 150px;
	background-image: url(../imgs/common/bg_footer_line.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
.footer .wrapper2 {
	background-image: url(../imgs/common/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
}
.footer .goto_top {
	text-align: center;
	margin-top: -22px;
}
.footer .goto_top a {
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 28px;
}
.footer .goto_top a img:hover {
	opacity: 0.8;
}
.footer .sns {
	margin-top:5px;
	width: 400px;
	float:left;
}
.footer .sns li {
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
	border-radius: 15px;
}
.footer .sns li.googleplus {
	overflow: hidden;
}
.footer .sns li a {
	display: block;
}
.footer .sns li a:hover {
	opacity: 0.8;
}
.footer small {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: 73px;
}


/* スマホ対応 */
.header.sp,
.sp_menu,
.sp_menu_list {
	display: none;
}


@media screen and (max-width: 640px) {
body {
	min-width: 0;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper2 {
	max-width:auto;
	margin: 0 auto;
}
.wrapper3 {
	width: auto;
	margin: 0 10px;
}
.header.sp {
	display: block;
}

/* ヘッダーここから */
.lang_box {
	display: none;
}
.header .gnav {
	display: none;
}
.header {
	position: relative;
}
.header nav {
	clear: both;
}


.sp_menu {
	display: block;
}
.sp_menu  p {
	position: absolute;
	top:5px;
	right: 5px;
	cursor: pointer;
}
.sp_menu_list {
	display: none;
	border-top: 5px solid #e51010;
	background-color: #f8f5ed;
}
.sp_menu_list ul {
}
.sp_menu_list ul li {
	border-bottom: 2px solid #e3ded0;
}

.sp_menu_list ul li:hover {
	background-color: #9c917d;
}
.sp_menu_list ul.language-chooser {
	background-color: #f1eff0;
	border-top: 1px solid #e3ded0;
}
.sp_menu_list ul.language-chooser li.active {
	display: none;
}

.sp_menu_list ul li a {
	display: block;
	padding: 15px 20px;
	color: #232323;
	text-decoration: none;
}


.header .content_right {
	width: 100%;
	float: none;
	margin: 0;
}
.header .content_right h1 {
	margin: 0 0 12px 10px;
	float: none;
	padding: 14px 0 0 0;
}
.header .content_left h2 {
	padding-top: 0 !important;
	position: static;

}


.header .content_left {
	width: 100%;
	float: none;
}

/* ヘッダーここまで */
/* パンくず */
.breadcrumb ol {
	margin: 0 10px;
}




.footer {
	height: 208px;
}
.footer .wrapper2 {
	height: 208px;
	background-image: url(../imgs/common/bg_footer_sp.gif);
}

.footer .sns {
	float: none;
	margin: 30px auto 30px 10px;
/*	width: 350px;*/
	width: auto;
}
.footer .sns li {
	margin-right: 10px;
}
.footer .sns li:first-child + li + li + li {
	margin-right: 0;
}
.footer small {
	float: none;
	display: block;
	margin: 0;
	text-align: center;
}

}