@charset "utf-8";


@font-face {
	font-display: swap;
}


@font-face {
	font-family: 'nexa_bold';
	font-display: swap;
	src:url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_bold-webfont.eot');
	src:url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_bold-webfont.woff2') format('woff2'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_bold-webfont.woff') format('woff'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_bold-webfont.ttf') format('truetype'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'nexa_light';
	font-display: swap;
	src:url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_light-webfont.eot');
	src:url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_light-webfont.woff2') format('woff2'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_light-webfont.woff') format('woff'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_light-webfont.ttf') format('truetype'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/nexa_light-webfont.svg#nexa_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans500';
	font-display: swap;
	src:url('http://logo-maker.xsrv.jp/renew_uyama/common/font/museosans500-webfont.eot');
	src:url('http://logo-maker.xsrv.jp/renew_uyama/common/font/museosans500-webfont.eot?#iefix') format('embedded-opentype'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/museosans500-webfont.woff2') format('woff2'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/museosans500-webfont.woff') format('woff'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/museosans500-webfont.ttf') format('truetype'),
		url('http://logo-maker.xsrv.jp/renew_uyama/common/font/museosans500-webfont.svg#museo_sans500') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*---共通レアウト-----------------------------------*/
*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#000;text-decoration:underline}
A:visited{color:#000;text-decoration:none;}
A:active{color:#000;text-decoration:none;}
A:hover{color:#a40000;text-decoration:none;}

table{
	border-collapse:collapse;
}

input{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
}

body{
	text-align:center;
	font-family: "nexa_light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.wrapper{
	margin:0 auto;
	text-align:left;
	width:100%;
	max-width:1200px;
}

.contents{
	margin:0 auto;
	padding:20px 0;
	text-align:left;
	width:100%;
	max-width:1200px;
}
#topcontrol{
	z-index: 200;
	bottom: 80px;
}
.baselink{}

@media screen and (min-width: 980px) {
/*pc*/
.sp{
	display: none;
}
#topcontrol span{
	display: none;
}
}
@media screen and (max-width: 979px) {
#topcontrol span{
	display: none;
}
}
@media screen and (max-width: 768px) {
/*tablet*/
body{
	font-size: 16px !important;
}
#wrapper{
	background:#FFF;
}
.pc{
	display: none;
}
#topcontrol{
	bottom: 0 !important;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba( 255, 255, 255, 0.7 );
	border-top: 1px solid #FFF;
	color: #000;
	text-align: center;
}
#topcontrol span{
	display: block;
	line-height: 80px;
}
#topcontrol img{
	display: none;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}


/*header
************************************************************************************/
.headerFrame{
	width: 100%;
	height: 322px;
	background: url(../../img/common/bg_header.jpg) no-repeat top 20px center;
	overflow:hidden;
	background-size: cover;
}

.headerFrame #header{
	margin: auto;
	width: 100%;
	max-width: 1200px;
	height: 235px;
	position: relative;
	background:url(../../img/common/bg_header_finger.png) no-repeat center bottom;
}

/* レスポンシブメニュー */
.headerFrame #header #mmenu a{
	background: url(../mmenu/icon2.png) center center no-repeat,url(../../img/menu/bg_menu.png);
	width: 120px;
	height: 40px;
	position: absolute;
	top: 35px;
	right: 0px;
	-moz-background-size:90% auto;
	background-size:90% auto; 
	z-index: 50;
} 

/*h1*/
.headerFrame #header h1.sitename{
	width: 426px;
	height: 102px;
	position: absolute;
	top: 0;
	left: 0;
}
.headerFrame #header h1 img{
	max-width: 100%;
	height: auto;
}


/* ヘッダーの右側
--------------------------------------------*/
/* ヘッダーコメント */
.headerFrame #header .topComment{
	position: absolute;
	top: 40px;
	right: 0;
	width: 600px;
	height: 2em;
	color:#FFF;
	font-size:14px;
	text-align:right;
}

/* 検索 */
.headerFrame #header .frameSearch{
	position: absolute;
	top: 70px;
	right: 0;
	width: 290px;
	height: 50px;
	text-align:left;
}
.headerFrame #header .frameSearch .frameForm{
	margin:0;
	padding:0 10px;
	background:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.headerFrame #header .frameSearch input,
.headerFrame #header .frameSearch button{
	display:inline-block;
	border:none;
	background:none;
	min-height:22px;
}
.headerFrame #header .frameSearch input[type=text]{
	padding:5px;
	width:230px;
	line-height:1;
}
.headerFrame #header .frameSearch img{
	margin:auto;
	vertical-align:middle;
	display:inline-block;
	cursor: pointer;
}

/* SNS */
.headerFrame #header .frameSNS{
	position: absolute;
	top: 174px;
	right: 0;
	width: 300px;
	height: 50px;
	text-align: right;
}
.headerFrame #header .frameSNS li{
	display:inline-block;
}
.headerFrame #header .frameSNS li img{
	margin:0 auto;
	display:block;
	vertical-align: text-top;
}

@media screen and (min-width: 769px) {
#header #mmenu,
#header #menu{
	display:none;
}
}

@media screen and (max-width: 1200px) {
.headerFrame #header h1.sitename{
	width: 50%;
	left: 5px;
}
.headerFrame #header .topComment{
	width: 48%;
	height: 2em;
	right: 5px;
}
.headerFrame #header .frameSearch{
	position: absolute;
	top: 100px;
	right: 5px;
}
.headerFrame #header .frameSNS{
	right: 5px;
}
}


@media screen and (max-width: 768px){
.headerFrame{
	height: 150px;
}

.headerFrame #header{
	height: 150px;
	background:url(../../img/common/bg_header_finger.png) no-repeat center bottom;
	background-size: cover;
}


.headerFrame #header .topComment{
	display: none;
}

.headerFrame #header .frameSearch{
	position: absolute;
	top: 90px;
	right: 0;
	width: 200px;
	height: 50px;
	text-align:left;
}
.headerFrame #header .frameSearch .frameForm{
	margin:0;
	padding:0 10px;
	background:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.headerFrame #header .frameSearch input,
.headerFrame #header .frameSearch button{
	display:inline-block;
	border:none;
	background:none;
	min-height:22px;
}
.headerFrame #header .frameSearch input[type=text]{
	padding:5px;
	width:140px;
	line-height:1;
}
.headerFrame #header .frameSNS{
	position: absolute;
	top: 100px;
	left: 10px;
	width: 300px;
	height: 50px;
}

}


@media screen and (max-width: 620px) {
.headerFrame{
	height: 80px;
}

.headerFrame #header{
	height: 80px;
}

.headerFrame #header h1.sitename{
	width: 60%;
	height: 102px;
	position: absolute;
	top: 10px;
	left: 5px;
}
.headerFrame #header .frameSNS{
	display: none;
}
.headerFrame #header #mmenu a{
	background: url(../mmenu/icon.png) center center no-repeat,url(../../img/menu/bg_menu.png);
	width: 50px;
	height: 50px;
	position: absolute;
	top: 25px;
	right: 0px;
	-moz-background-size:65% auto;
	background-size:65% auto; 
	z-index: 50;
}
.headerFrame #header .frameSearch{
	display: none;
}
}
@media screen and (max-width: 480px){
}



/*globalNav*/
.headerFrame #globalNav{
	margin: auto;
	width: 100%;
	border-top:1px solid #FFF;
	background:url(../../img/menu/bg_menu.png);
}
.headerFrame #globalNav ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.headerFrame #globalNav ul li{
	width:20%;
	border-left:1px solid #FFF;
	text-align:center;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.headerFrame #globalNav ul li:first-child{
	border:none;
}
.headerFrame #globalNav ul li a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding:34px 5px;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.headerFrame #globalNav ul li a:hover{
	opacity: 0.7;
}
.headerFrame #globalNav ul li img{
	margin:auto;
	display:block;
	vertical-align:middle;
}
#header a,
#header img{
	display:block;
}


@media screen and (max-width: 768px) {
/*tablet*/

/*globalNav*/
.headerFrame #globalNav{
	display: none;
}
}
@media screen and (max-width: 479px) {
}


#main{
	margin:20px 0;
}

/*footer
************************************************************************************/
#footer #footer_info{
	padding:53px 0;
	text-align:center;
}
#footer #footer_info p{
	display:inline-block;
}
#footer #footer_info .sitename{
	margin-right:15px;
	font-size:16px;
	font-weight:bold;
}
#footer #footer_navi{
	padding:20px 10px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	text-align:center;
}
#footer #footer_navi li{
	padding:5px 24px;
	display:inline-block;
}
#footer #footer_navi li a{
	text-decoration:none;
}
#footer #footer_navi li a:hover{
	text-decoration: underline;
}
#footer .copyright{
	font-size: 12px;
	padding:30px 10px;
	text-align:center;
	font-family: "nexa_bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 979px) {
#footer{
	padding:0 10px 10px 10px;
}
}
@media screen and (max-width: 768px) {
/*tablet*/
#footer{
	padding:0 10px 100px 10px;
}
#footer #footer_info{
	padding: 25px 0;
	text-align:center;
}
#footer #footer_navi{
	display:none;
}
#footer .copyright{
	border-top:1px solid #efefef;
	padding:10px;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}
