﻿@charset "utf-8";


/*-----------------------------
	大枠設定
------------------------------*/

body{
	color:#776861;
	text-align:center;
	background:url(../../images/pc/bg.jpg) repeat center top;
}
/*
fontsize 10px→70%
fontsize 12px→85%
fontsize 14px→100%
fontsize 16px→115%
fontsize 18px→120%
fontsize 20px→130%
*/
.switch{}

/* a */
a{
	color:#776861;
	text-decoration:none;
}
a:hover{
	color:#B7A9A3;
	text-decoration:none;
}
/* color */
.red{
	color:#FF8B43;
}
.beige{
	color:#FFCB7F;
}
.green{
	color:#8DBD00;
}
.gray{
	color:#C8C8C8;
}
/* input */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
select{
	box-sizing:border-box;
	width:100%;
	height:30px;
	/*line-height:30px;*/
	text-align:left;
	padding:0 5px;
	border:1px solid #b5b5b6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	outline:none;
}
input.em1{
	width:1em;
}
input.half{
	width:50%;
}
input[type="radio"],
input[type="checkbox"]{
	width:18px;
	height:18px;
	vertical-align:middle;
	margin:0 5px 2px 0;
}
input:-ms-input-placeholder {
    color: #999;
}
label{
	cursor:pointer;
}
textarea{
	box-sizing:border-box;
	width:100%;
	height:80px;
	padding:5px;
	border:1px solid #b5b5b6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
@media screen and (max-width:640px){
body {
	font-size:75%;
}
}

/*-----------------------------
	header
------------------------------*/
header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:400;
}
/* header-wrap */
header #header-wrap .pt20 {padding-top: 20px;}
header #header-wrap{
	width:980px;
	margin:0 auto;
	text-align:left;
	background:url(../../images/pc/bg.jpg) repeat center top;
	overflow:hidden;
}
header .header_position{
	position: relative;
}
header #header-wrap .header_txt {
	position: absolute;
	top: 20px;
	left: 2.5%;
	color: #776861;
	font-size: 0.8em;
}
header #header-wrap h1{
	float:left;
}
header #header-wrap .catch{
	float:left;
	font-size:85%;
	padding-top:40px;
}
header #header-wrap .welcome{
	float:right;
	overflow:hidden;
}
header #header-wrap .welcome p{
	float:right;
	width:80px;
	color:#fff;
	text-align:center;
	padding:40px 0 10px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	background:#D6CDBD;
}
header #header-wrap .welcome p a{
	color:#fff;
	font-size:150%;
	font-weight:bold;
	text-decoration:underline;
}
header #header-wrap .welcome p a:hover{
	color:#EBE6DE;
}
header #header-wrap .welcome dl{
	float:right;
	padding-top:30px;
	margin-right:10px;
}
header #header-wrap .welcome dl img{
	vertical-align:middle;
}
header #header-wrap .welcome dl dt{
	border-bottom:1px solid #D6CDBD;
	margin-bottom:5px;
}
header #header-wrap .welcome dl dt em{
	display:inline-block;
	font-size:130%;
	font-weight:bold;
	padding:0 15px 0 20px;
}
header #header-wrap .welcome dl dd{
	clear:both;
	font-size:85%;
}
header #header-wrap .welcome dl dd a{
	display:inline-block;
	/*width:40%;*/
	white-space:nowrap;
}
.header-welcome{
    text-align:right;
}
header #header-wrap .login{
	float:right;
}
header #header-wrap .login p{
	padding-top:30px;
	overflow:hidden;
	margin-bottom:7px;
}
header #header-wrap .login p input.loginid{
	width:150px;
	margin-right:10px;
}
header #header-wrap .login p input.loginpw{
	width:90px;
	margin-right:10px;
}
header #header-wrap .login div label{
	float:left;
	font-size:85%;
}
header #header-wrap .login div a{
	float:right;
	font-size:85%;
	line-height:20px;
}
header #header-wrap .login div a span{
	text-decoration:underline;
}
header #header-wrap div.headerflex {
	display: flex;
	align-items: flex-end;
	float: left;
	height: 115px;
}
header #header-wrap p.header_img_co {
	float: left;
}
header #header-wrap p.ambassador {
	color: #BFB29D;
	z-index: 999;
	position: absolute;
	top: 16px;
	left: 42%;
	font-size: 0.7em;
}


/* nav */
header nav{
	clear:both;
	height:60px;
	background:#fff;
	box-shadow: 0px 1px 4px -4px rgba(0,0,0,5);
}
header nav ul{
	width:980px;
	margin:0 auto;
}
header nav ul li{
	float:left;
}
header nav ul li a,
header nav ul li em{
	display:inline-block;
	border-bottom:2px solid #fff;
}
header nav ul li a:hover,
header nav ul li.open em{
	border-bottom:2px solid #FF8B43;
}
header nav ul li div{
	width:163px;
	padding:10px 0;
	text-align:center;
	margin-top:10px;
	background:#fff;
	border:1px solid #EFECE8;
	position:relative;
}
header nav ul li div p img{
	position:absolute;
	top:-11px;
	left:0;
}
header nav ul li div a{
	border-bottom:none;
}
header nav ul li div a:hover{
	background:#FFFDE4;
	border-bottom:none;
	width: 143px;
}
header nav ul li div ul{
	width:auto;
}
header nav ul li div ul li{
	float:none;
}
header nav ul li div dl dd{
	text-align: left;
	padding-left: 10px;
	font-size: 85%;
	margin-top: 5px;
}
header nav ul li div ul li{
	text-align: left;
	padding-left: 10px;
	font-size: 85%;
	margin-top: 5px;
}



/* nav lgn */
header nav#lgn{
	clear:both;
	height:60px;
	background:#fff;
}
header nav#lgn ul{
	width:980px;
	margin:0 auto;
}
header nav#lgn ul li{
	float:left;
}
header nav#lgn ul li a,
header nav#lgn ul li em{
	display:inline-block;
	border-bottom:2px solid #fff;
}
header nav#lgn ul li a:hover,
header nav#lgn ul li.open em{
	border-bottom:2px solid #FF8B43;
}
header nav#lgn ul li div{
	width:140px;
	padding:10px 0;
	text-align:center;
	margin-top:10px;
	background:#fff;
	border:1px solid #EFECE8;
	position:relative;
}
header nav#lgn ul li div p img{
	position:absolute;
	top:-11px;
	left:0;
}
header nav#lgn ul li div a{
	border-bottom:none;
}
header nav#lgn ul li div a:hover{
	background:#FFFDE4;
	border-bottom:none;
	width: 120px;
}
header nav#lgn ul li div ul{
	width:auto;
}
header nav#lgn ul li div ul li{
	float:none;
}
header nav#lgn ul li div dl dd{
	text-align: left;
	padding-left: 10px;
	font-size: 85%;
	margin-top: 5px;
}
header nav#lgn ul li div ul li{
	text-align: left;
	padding-left: 10px;
	font-size: 85%;
	margin-top: 5px;
}




/*-----------------------------
	contents
------------------------------*/
#contents{
	clear:both;
	width:980px;
	padding-top:195px;
	margin:0 auto 80px;
	overflow:hidden;
}
/* pnav */
#contents #pnav{
	clear:both;
	font-size:85%;
	margin-bottom:10px;
    text-align:left;
}
#contents #pnav a{
	display:inline-block;
}
#contents #pnav a:after{
	display:inline-block;
	content:" >";
    margin:0 3px;
}

/*-----------------------------
	section
------------------------------*/
section{
	float:right;
	width:700px;
	text-align:left;
	overflow:hidden;
}

/* pager */
#contents .pager{
	clear:both;
	text-align:center;
}
#contents .pager li{
	display:inline-block;
	margin:0 2px;
	vertical-align:middle;
}
#contents .pager li:first-child{
	margin-left:0;
}
#contents .pager li:last-child{
	margin-right:0;
}
#contents .pager li a{
	box-sizing:border-box;
	display:block;
	min-width:30px;
	padding:0 7px;
	height:35px;
	line-height:35px;
	vertical-align:middle;
	border:1px solid #E0E0E0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#fff;
}
#contents .pager li.active a{
	color:#fff;
	border:1px solid #FF8B43;
	background:#FF8B43;
}
#contents .pager li a img{
	vertical-align:middle;
	margin-bottom:2px;
}
#contents #pagetop{
	text-align:right;
}
#contents #pagetop a{
	background:url(/common/images/pc/pagetop.png) no-repeat left center;
	padding-left:17px;
}

/*-----------------------------
	aside
------------------------------*/
aside{
	float:left;
	width:250px;
	overflow:hidden;
}
/* side-banner */
aside .side-banner{
	padding-bottom:10px;
}
/* side-login */
aside #side-login{
	padding:20px 20px 10px;
	background:#fff;
}
aside #side-login dl{
	text-align:left;
	margin-bottom:10px;
}
aside #side-login p{
	margin-bottom:10px;
}
aside #side-login p a{
	text-decoration:underline;
}
/* side-search */
aside #side-search{
	padding-bottom:30px;
	background:#fff;
}
aside #side-search div{
	padding:0 20px;
}
aside #side-search div.bg{
	padding-bottom:15px;
	background:#EFEBE8;
}
aside #side-search input[type="text"],
aside #side-search select{
	height:32px;
	/*line-height:26px;*/
}

aside #side-search select{
    font-size:12px
}
aside #side-search div dl{
	clear:both;
	text-align:left;
	padding:10px 0;
	overflow:hidden;
	border-bottom:1px dashed #DDD6CE;
}
aside #side-search div dl dt{
	float:left;
	width:80px;
	line-height:26px;
	overflow:hidden;
}
aside #side-search div dl dd{
	float:right;
	width:130px;
	text-align:left;
}
aside #side-search div dl.number dd input{
	/*width:26px;*/
	width:42px;
	text-align:center;
	margin-left:3px;
}
aside #side-search p{
	clear:both;
	padding-top:15px;
}
/* side-pickup */
aside #side-pickup{
	padding-top:20px;
	background:#fff;
}
aside #side-pickup p{
	margin-bottom:10px;
}
aside #side-pickup p:last-child{
	margin-bottom:0;
}

/* side-campaign */
aside #side-campaign{
	padding-top:20px;
	background:#fff;
}
aside #side-campaign p{
	margin-bottom:20px;
}
aside #side-campaign p:last-child{
	margin-bottom:0;
}
aside #side-campaign dl{
	position: relative;
}
aside #side-campaign dl a:hover{
    background-color:#FFF;
    opacity: 0.3;
}
aside #side-campaign dl a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
aside #side-campaign dl dd{
	text-align: left;
	margin: 5px 20px 20px 20px;
	font-size: 11px;
	border-bottom: 1px dotted rgb(199, 190, 174);
	padding-bottom: 10px;
}
aside #side-campaign dl:last-child{
	border-bottom:none;
}

/* side-information */
aside #side-information{
	padding:10px;
	background:#fff;
}
aside #side-information li{
	text-align:left;
	border-bottom:1px solid #F2EFEB;
}
aside #side-information li:last-child{
	border-bottom:none;
}
aside #side-information li a{
	display:block;
	line-height:44px;
	background:url(../../images/pc/icon.png) no-repeat right 18px center;
}
/* side-event */
aside #side-event{
	padding-top:20px;
	background:#fff;
}
aside #side-event p{
	margin-bottom:20px;
}
aside #side-event p:last-child{
	margin-bottom:0;
}
aside #side-event dl{
	position: relative;
}
aside #side-event dl a:hover{
    background-color:#FFF;
    opacity: 0.3;
}
aside #side-event dl a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
aside #side-event dl dd{
	text-align: left;
	margin: 5px 20px 20px 20px;
	font-size: 11px;
	border-bottom: 1px dotted rgb(199, 190, 174);
	padding-bottom: 10px;
}
aside #side-event dl:last-child{
	border-bottom:none;
}


/*-----------------------------
	footer
------------------------------*/
footer{
	clear:both;
	padding-top:75px;
	background:url(../../images/pc/footer-bg.jpg) repeat center top;
	overflow:hidden;
}
footer div{
	width:980px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}
footer div dl{
	float:left;
	width:225px;
	margin-left:26.5px;
	margin-bottom:20px;
}
footer div dl:first-child{
	margin-left:0;
}
footer div dl dt{
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #C7BEAE;
	margin-bottom:7px;
}
footer div dl dd{
	padding-left:15px;
	background:url(../../images/pc/footer-icon.png) no-repeat 4px 8px;
	line-height:22px;
}
footer div ul{
	clear:both;
	text-align:center;
	line-height:40px;
	border-top:1px solid #C7BEAE;
	border-bottom:1px solid #C7BEAE;
	margin-bottom:40px;
}
footer div ul li{
	color:#C7BEAE;
	display:inline-block;
}
footer div ul li a{
	display:inline-block;
	padding:0 1em;
}
footer p{
	clear:both;
	color:#fff;
	font-size:85%;
	line-height:26px;
	background:#776862;
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
    /*background: rgba(0,0,0,0.7);*/
}

#overlay img {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    /*margin-top: -100px;
    margin-left: -100px;*/
    text-align: center;
    /*color: #fff;*/
    z-index: 2;
}

#modal{
    display:none;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    left:0;
    top: 0;
    z-index: 1000;

}

#modalcontent {    
    width:800px;
    padding:50px;
    margin: 65px auto;
    text-align:center;
    z-index: 1200;
    background: #fff;
    position: relative;
}

#modalcontent p:first-child{
    margin-top:20px;
}

.modal-btn {
    margin: 10px 0;
}

#modalcontent ul li {
    display: inline-block;
    text-decoration: underline;
}


.hd{
    position:relative;
}

.asideitemdisp{
    display:none;
}

.message {
    font-size:125%;
}

.inline_content {
    width: 300px;
    height:100px;
    overflow: hidden;
    font-size:14px;
}



/*　五格の意味　*/

.about_gokaku{
	background:url(../../images/pc/about_gokaku.png) no-repeat;
	width: 840px;
    height:600px;
    overflow: hidden;
    font-size:14px;
}

.about_gokaku_txt{
	position: relative;
	top: 90px;
	text-align: left;
	left: 45px;
}
.about_gokaku_link{
	position: relative;
	top: 500px;
}


/*-----------------------------
	news
------------------------------*/

dl.news {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

dl.news dt {
	margin-bottom: 5px;
}