@charset "UTF-8";

/*----------------------------------------------------
☆Reset
----------------------------------------------------*/
.searchbar .inner.sp-parts{
	display: none;
}

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {
	color: #111;
	font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif; 
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	overflow-x: hidden;/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link,
a:hover,
a:focus {
	color: #17cdc7;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #111;
	color: #FFF; /* Safari */
}

::-moz-selection {
background-color: #111;
color: #FFF; /* Firefox */
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

/* Hides from IE-mac \*/


* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */



/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {

br.clear {
	display: block!important;
	content: " ";
}
}

div.clear {
	clear: both;
	line-height: 0px;
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/


#topcontrol {
	z-index: 1000;
}

#topcontrol a {
	background: url(/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}

/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*--TOP HEADER --*/
#topheader{
	width: 100%;
	padding: 20px 25px;
	position: relative;
	background-image: url(../cmn_img/bg_header.png);
	background-position: top left;
	background-size: contain;
    background-repeat: repeat-x;
}

#topheader::after{
	display: block;
	content: "";
	clear: both;
}

#topheader .logo{
	float: left;
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
}

#topheader .logo a{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

#topheader .logo img{
	margin-right: 20px;
}

#topheader .menuArea{
	float: right;
}

#topheader .menuArea a{
	text-decoration: none;
}

#topheader .mainmenu{
	padding-top: 10px;
	margin-right: 58px;
}

#topheader .mainmenu li{
	margin-right: 10px;
}

#topheader .mainmenu li,
#topheader .mainmenu li a{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.5;
}

#topheader .mainmenu li a{
	font-size: 1.5rem;
	padding-right: 30px;
	position: relative;
	color: #000;
}

#topheader .mainmenu li a span{
	display: block;
	font-size: 11px;
	text-align: center;
	font-weight: 500;
}

#topheader .mainmenu li a img{
	margin-right: 10px;
}

#topheader .mainmenu li a::after{
	display: block;
	content: "／";
	font-size: 30px;
	color: #feda31;
	position: absolute;
	top: 0;
	right: 0;
}

#topheader #menu,
#cmnheader #menu{
	width: 270px;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-ms-transform: translate(270px);
	-webkit-transform: translate(270px);
	transform: translate(270px);
	position: fixed;
    top: 0;
    right: 0;
	bottom: 0;
    z-index: 1000;
	border: solid 3px #feda31;
	background-color: #fff;
	overflow: hidden;
	opacity: 0;
}

#topheader #menu.open,
#cmnheader #menu.open{
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	transform: translate(0);
	overflow-y: scroll;
}

#topheader #menu ul,
#cmnheader #menu ul{
	text-align: center;
	padding-top: 35px;
}

#topheader #menu ul li a,
#cmnheader #menu ul li a{
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px;
	border-bottom: solid 2px #000;
	text-decoration: none;
	color: #000;
	line-height: 1.5;
}

#topheader #menu ul li.last a,
#cmnheader #menu ul li.last a{
	border-bottom: none;
	font-size: 1.7rem;
}

#topheader #menu ul li a span,
#cmnheader #menu ul li a span{
	display: block;
	font-size: 1.2rem;
}

	/*--menubutton--*/
#topheader #button,
#cmnheader #button{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	width: 58px;
	height: 58px;
	padding: 15px 13px 3px;
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: 1005;
}

#topheader #button.active,
#cmnheader #button.active{
	position: fixed;
}

#topheader #button p,
#cmnheader #button p{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#topheader #button span.border,
#cmnheader #button span.border {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-sizing: border-box;
}
#topheader #button span.no01,
#cmnheader #button span.no01 {
    top: 0;
}
#topheader #button span.no02,
#cmnheader #button span.no02 {
    top: 9px;
}
#topheader #button span.no03,
#cmnheader #button span.no03 {
    bottom: 18px;
}

#topheader #button span.menuttl,
#cmnheader #button span.menuttl{
	display: block;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 0px;
	text-align: center;
}

#topheader #button span.no02::after,
#cmnheader #button span.no02::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
#topheader #button.active span.no02,
#cmnheader #button.active span.no02 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#topheader #button.active span.no02::after,
#cmnheader #button.active span.no02::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#topheader #button.active span.no01,
#cmnheader #button.active span.no01 {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}
#topheader #button.active span.no03,
#cmnheader #button.active span.no03 {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}


/*--- CMN HEADER ---*/
#cmnheader{
	display: table;
	width: 100%;
	padding: 20px 25px;
	position: relative;
	background-color: #ffee18;
}

#cmnheader .logo,
#cmnheader .hdrsearchArea{
	display: table-cell;
	vertical-align: middle;
}

#cmnheader .hdrsearchArea .navArea{
	display: inline-table;
}


#cmnheader .logo{
	font-size: 1em;
	font-weight: normal;
}

#cmnheader .hdrsearchArea{
	/*text-align: right;*/
	text-align: left;
	/*padding-right: 58px;*/
}

#cmnheader .hdrsearchArea .offerlogo,
#cmnheader .hdrsearchArea .inputArea{
	display: table-cell;
	vertical-align: middle;
}

#cmnheader .hdrsearchArea .offerlogo img{
	margin-right: 20px;
}

#cmnheader .hdrsearchArea .offerlogo span{
	display: none;
}

#cmnheader .hdrsearchArea .inputArea>form{
	display: inline-table;
}

#cmnheader .hdrsearchArea .inputArea>form p{
	display: table-cell;
	vertical-align: middle;
	padding-right: 12px;
}

#cmnheader .hdrsearchArea .inputArea>form p.bold{
	text-align: left;
}

#cmnheader .hdrsearchArea .inputArea>form .nyuryoku{
	width: 240px;
	position: relative;
}

#cmnheader .hdrsearchArea .inputArea>form p select{
	width: 100%;
	height: 45px;
	border: none;
	font-weight: bold;
	text-align:center;
	font-size: 1.7rem;
	opacity: 0;
	width: 100%;
	position: relative;
	z-index: 1;
}
#cmnheader .hdrsearchArea .inputArea>form .nyuryoku .label {
	width: 100%;
	height: 45px;
	border: none;
	font-weight: bold;
	text-align: center;
	font-size: 1.7rem;
	background: #fff;
	display: block;
	padding: 9px 14px 9px 0;
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 15px);
	white-space: nowrap;
	border-radius: 10px;
}
#cmnheader .hdrsearchArea .inputArea>form .nyuryoku .label::after {
	content: "";
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#cmnheader .hdrsearchArea .inputArea>form .nyuryoku .label::before {
	content: "";
	width: 21px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
#cmnheader .hdrsearchArea .inputArea>form p.nyuryoku input{
	width: 100%;
	height: 45px;
	border: none;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}

#cmnheader .hdrsearchArea .inputArea>form p input[type="submit"]{
	padding: 10px 15px;
	width: 135px;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 10px;
}

#cmnheader .hdrsearchArea .inputArea #dropdown2{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
/*
#cmnheader .hdrsearchArea .inputArea #dropdown2::after{
	display: block;
	content: "";
	border-bottom: solid 30px #feed28;
	border-right: solid 30px transparent;
	border-left: solid 30px transparent;
	position: absolute;
	top: 52px;
	left: 10px;
}*/

#cmnheader .hdrsearchArea .inputArea #dropdown2 p{
	line-height: 1;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	cursor: pointer;
	padding-top: 10px;
}

#cmnheader .hdrsearchArea .inputArea #dropdown2 .keywordform{
	position: absolute;
	background-color: #feed28;
	padding: 10px;
	top: 60px;
	left: 0;
	z-index: 500;
}

#cmnheader .hdrsearchArea .inputArea #dropdown2 .keywordform.active{
	display: block;
}

#cmnheader .hdrsearchArea .inputArea #dropdown2 .keywordform input{
	display: block;
	height: 40px;
	border: none;
}

#cmnheader .hdrsearchArea .inputArea #dropdown2 .keywordform input[type="text"]{
	width: 16em;
	margin-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
}

#cmnheader .hdrsearchArea .inputArea #dropdown2 .keywordform input[type="submit"]{
	background-color: #000;
	color: #fff;
	width: 100%;
}

/* SP HEADER */
.search-layer{
display:none;
}

/*--- uniq header ---*/
#uniqheader{
	background-color: transparent;
	height: 99px;
}

#uniqheader .triggerBtn{
	padding: 7px 6px 4px;
	font-size: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-color: #ffee18;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 100;
	transform: translate(0);
	transition: .3s;
}

#uniqheader .triggerBtn.open{
	
	transform: translate(-200px);
	position: fixed;
}

#uniqheader .triggerBtn span{
	display: block;
	width: 100%;
}

#uniqheader .triggerBtn span.btnImg::after{
	display: block;
	content: "";
	margin: auto;
	width: 60%;
	padding-top: 63%;
	background: url(../cmn_img/img_icon_searchL.png) no-repeat center top;
	background-size: 100%;
}

#uniqheader .triggerBtn.open span.btnImg::after{
	background: url(../cmn_img/img_close.png) no-repeat center top;
}

#uniqheader .inputArea{
	width: 200px;
	padding: 15px 10px 10px;
	background-color: #ffee18;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 50;
	transform: translate(200px);
	transition: .3s;
}

#uniqheader .inputArea.show{
	transform: translate(0);
}

#uniqheader .inputArea>p{
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

#uniqheader .inputArea .nyuryoku{
	margin: 0 auto 10px;
	position: relative;
}
#uniqheader .inputArea .nyuryoku .label {
	display: block;
	width: 100%;
	height: 35px;
	padding: 8px 0;
	border: none;
	font-weight: bold;
	background: #fff;
	text-align: center;
	position: relative;
}
#uniqheader .inputArea .nyuryoku .label::after {
	content: "";
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

#uniqheader .inputArea select{
	display: block;
	width: 100%;
	height: 35px;
	padding-left: 15px;
	border: none;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#uniqheader .inputArea .multiple{
	text-align: center;
	padding-bottom: 10px;
}

#uniqheader .inputArea .multiple img{
	vertical-align: bottom;
}

#uniqheader .inputArea .soushin input{
	width: 100%;
	height: 35px;
    background-color: #000;
    color: #fff;
    border: none;
}

#uniqheader .inputArea #search1{
	margin-bottom: 20px;
}
#uniqheader .inputArea #search1 .nyuryoku select{
	text-align: center;
}

#uniqheader .inputArea #search2 p{
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: dotted 1px #000;
	padding-bottom: 5px;
	text-align: center;
	cursor: pointer;
}

#uniqheader .inputArea #search2 form{
	display: none;
}

#uniqheader .inputArea #search2 input[type="text"]{
	width: 100%;
	height: 35px;
	border: none;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

#uniqheader .inputArea #search2 input[type="submit"]{
	width: 100%;
	height: 35px;
    background-color: #000;
    color: #fff;
    border: none;
}

/*-- CONTENTS --*/


#contents p,
#contents li,
#contents dt,
#contents dd,
#contents th,
#contents td {
	line-height: 1.7;
}

/*-- FOOTER --*/
footer{
	width: 100%;
	background-color: #ffee18;
	padding: 22px 0px 16px;
}

.ftL{
	float: left;
	width: 150px;
	margin-right: 15px;
}

.ftL p{
	font-size: 1.5rem;
	color: #fff;
}

.ftL p a{
	display: block;
}

.ftL p img{
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 10px;
}

.ftR{
	float: right;
}

.ftR ul li{
	margin-bottom: 5px;
}

.ftR ul li,
.ftR ul li a{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 12px;
	font-size: 1.2rem;
}

.ftR ul li a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.ftR ul.upper{
	border-bottom: solid 1px #000;
	margin-bottom: 12px;
}

.ftR ul.lower{
	text-align: center;
}

.ftR ul.upper li.large{
	margin-right: 5px;
}

.ftR ul li.large a{
	padding-right: 20px;
	position: relative;
	line-height: 1;
}

.ftR ul li.large a::after{
	display: block;
	content: "／";
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 20%;
	right: 0;
}

.ftR ul li.large a img{
	margin-right: 10px;
}

.ftR ul li.large a span{
	display: block;
	font-size: 1rem;
	font-weight: 300;
	text-align: center;
	margin-top: 4px;
	letter-spacing: 0.2em;
}

.ftR ul li.normal a{
	position: relative;
	padding-right: 20px;
}

/*
.ftR ul li.normal a::after{
	display: block;
	content: "／";
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}*/

.afternone{
	padding-right: 0 !important;
}

.afternone::after,
.afternone::after{
	content: none !important;
}

.ftR ul li.small a{
	font-size: 1.2rem;
	padding-right: 13px;
	border-right: solid 1px #000;
	margin-right: 10px;
}

.ftR ul li.small:last-of-type a{
	border-right: none;
	font-size: 1.8rem;
}

.copyright{
	text-align: right;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
}

br.pcNarrow{
	display: none;
	}

.building img {
	width:100%;
}
@media only screen and (max-width: 1600px){
	#cmnheader{
		padding: 15px 15px 5px;
	}
	
	#cmnheader .logo{
		width: 14%;
		padding-right: 15px;
	}
	
	#cmnheader .logo img{
		max-width: 100%;
	}
	
	#cmnheader .hdrsearchArea{
		width: 86%;
		padding-right: 20px;
	}
	
	#cmnheader .hdrsearchArea .offerlogo{
		width: 18%;
		padding-right: 15px;
	}
	
	#cmnheader .hdrsearchArea .offerlogo img{
		width: 100%;
		margin-right: 0;
	}
	#cmnheader .hdrsearchArea .offerlogo span{
		display: none;
	}
	
	#cmnheader .hdrsearchArea .navArea{
		width: 100%;
	}
	
	#cmnheader .hdrsearchArea .inputArea{
		padding-right: 15px;
	}
	#cmnheader .hdrsearchArea .inputArea>form p.bold{
		width: 31%;
	}
	
	#cmnheader .hdrsearchArea .inputArea>form .nyuryoku{
		width: 32%;
		position: relative;
	}
	#cmnheader .hdrsearchArea .inputArea>form .nyuryoku .label::after {
		content: "";
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
	}
	#cmnheader .hdrsearchArea .inputArea>form .nyuryoku input[type="text"]{
	font-size: 1.5rem;
    font-weight: bold;
}
	#cmnheader .hdrsearchArea .inputArea>form p.soushin{
		width: 15%;
	}
	
	#cmnheader .hdrsearchArea .inputArea>form p input[type="submit"]{
		width: 100%;
	}
	
	#cmnheader #button{
		width: 45px;
		height: 45px;
		padding: 10px 7px 3px;
		right: 15px;
		top: 15px;
	}
	
	#cmnheader #button span.no02{
		top: 6px;
	}
	
	#cmnheader .hdrsearchArea .inputArea>form{
		width: 90%;
	}
	
	#cmnheader .hdrsearchArea .inputArea>form p.multiple{
		width: 1%;
	}
	
	#cmnheader .hdrsearchArea .inputArea #dropdown2 .keywordform{
		left: unset;
		right: 0;
	}
}

@media only screen and (max-width: 1300px){
	#topheader .logo span{
		font-size: 1.1rem;
	}
	#topheader .logo img{
		width: 150px;
	}
	#topheader .mainmenu{
		margin-right: 45px;
	}
	
	#topheader .mainmenu li a{
		font-size: 1.3rem;
		padding-right: 25px;
	}
	#topheader .mainmenu li a::after{
		font-size: 25px;
	}
	#topheader #button{
		width: 45px;
		height: 45px;
		padding: 10px 7px 3px;
		right: 15px;
	}
	
	#topheader #button span.no02{
		top: 6px;
	}
	
	br.pcNarrow{
		display: block;
	}
}

@media only screen and (max-width: 1200px){
	.inner{
		padding-left: 5px ;
		padding-right: 5px ;
	}
	
	#topheader{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#cmnheader{
		display: block;
		padding: 15px 15px 30px 15px;
	}
	
	#cmnheader .logo{
		width: 22%;
		padding-right: 0;
		text-align: left;
	}
	
	#cmnheader .logo, #cmnheader .hdrsearchArea{
		display: block;
	}
	
	#cmnheader .hdrsearchArea{
		width: 100%;
		padding-right: 0;
	}
	
	#cmnheader .hdrsearchArea .inputArea{
		padding-right: 0;
	}
	
/*	#cmnheader .hdrsearchArea .inputArea form p.soushin{
		padding-right: 0;
	}*/
	
	#cmnheader #button{
		top: 15px;
	}
	
	.ftL {
    float: none;
    max-width: 850px;
	margin: 0 auto 5px;
    padding-left: 0;
    text-align: center;
	}
	.ftR{
		float: none;
		max-width: 850px;
		margin:auto;
	}
	.ftR ul{
		text-align: center;
	}
	.copyright{
		text-align: center;
	}
	}
	
@media only screen and (max-width: 1020px){
	#topheader .mainmenu{
		display: none;
	}
}

.search_modal_btn,
.modal {
	display: none;
}
.search_sp .hdrsearchArea {
	display: none !important;
}

@media only screen and (max-width: 1020px){
	#cmnheader .hdrsearchArea .inputArea>form{
		width: 100%;
	}
}
@media only screen and (max-width: 1200px){
	#cmnheader .hdrsearchArea {
		margin-top: 20px;
	}
}
