﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */
/*@import url(http://fonts.googleapis.com/css?family=Cinzel);*/

/* font */
@font-face{ 
    font-family: 'WebIconFonts';
    src: url('fonts/webiconfonts.eot');
    src: url('fonts/WebIconFonts.eot?') format('eot'),
         url('fonts/WebIconFonts.woff') format('woff'),
         url('fonts/WebIconFonts.ttf') format('truetype');
}


/* IE */
@font-face {
	font-family: iconfont;
	src: url('fonts/CONDENSEicon.eot');
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url('fonts/CONDENSEicon.otf') format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}
.icon-list:before {
	content: "\002c7";
}


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background: url(../images/bg.jpg);
}

.text-center {
	text-align: center;
}

#wrapper {
	width: 100%;
}
#contents-wrap{
	width: 100%;
	padding: 0;
}
.base #contents-wrap{
	background-image: none;
}

.notfound{
	text-align: center;
	padding: 100px 0 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 'ヒラギノ明朝 Pro','Hiragino Mincho Pro','ＭＳ 明朝','MS Mincho','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* ------ Header ------ */

header {
	width: 100%;
	background-color: #fff;
}

#header-inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}
/*#tagline {
	float: right;
	padding-top: 28px;
	line-height: 160%;
	font-size: 65%;
	color: #999;
}*/

#logo {
	padding: 20px 0;
	float: left;
}

#logo a {
	display: block;
	max-width: 239px;
}

#utility {
	float: right;
	padding: 8px 0 0;
	color: #999;
}
#utility ul{
	float: right;
}
#utility ul li{
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 10px 0 0;
}
#utility .util-btn a{
	padding:0 0 0 10px;
	background: url(../images/ico_arrow.gif) no-repeat 0 center;
}
#utility .btn-contact{
	margin: 0;
}
.btn-contact{
	width: 149px;
	height: 21px;
	background: url(../images/hd_btn_inq.gif) no-repeat 0 0;
}
.btn-contact a{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}
.tel{
	clear: both;
	float: right;
	padding: 15px 0 0;
}

#gnav-btn {
	display :none;
}

#gnav {
	clear: both;
	width: 100%;
	background-color: #222;
}

#gnav nav {
	width: 980px;
	margin: 0 auto;
	*zoom: 1;
}

#gnav nav ul {
	overflow: hidden;
	border-left: solid 1px #111;
	border-right: solid 1px #454543;
}

#gnav nav ul li {
	float: left;
	width: 163px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	font-family: 'ヒラギノ明朝 Pro','Hiragino Mincho Pro','ＭＳ 明朝','MS Mincho','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#gnav nav ul li a {
	display: block;
	color: #fff;
	font-weight: bold;
	width: 100%;
	padding: 14px 0 12px;
	border-left: solid 1px #454543;
	border-right: solid 1px #000;
}
#gnav nav ul li:last-child a {

}

#gnav nav ul li a:link,
#gnav nav ul li a:visited {
	background-color: #222;
	text-decoration: none;
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
	background-color: #53534f;
	text-decoration: none;
}


/* ------ Mainvisual ------ */

#mainvisual {
	position: relative;
	width: 100%;
	z-index: 1;
	background: url(../images/visual_bg.jpg) repeat 0 0;
}

#mainvisual-box{
	width: 1110px;
	margin: 0 auto;
	overflow: hidden;
}

#mainvisual-inner {
	position: relative;
	padding-left: 50%;
}

#mainvisual-inner .img {
	position: relative;
	display: none;
	float: left;
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.6) inset;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.6) inset;
}
#furisode #mainvisual-inner {
	padding-left: 0;
}
#furisode #mainvisual-inner .img {
	display: block;
	float: none;
}
#mainvisual .img img{
	width: 100%;
	position: relative;
	z-index: -1;
}
#mainvisual-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

#mainvisual-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#mainvisual-arrow .prev {
	left: 3%;
}
#mainvisual-arrow .next {
	right: 3%;
}

#mainvisual-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
	margin-top: 0px;
}
#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
	margin-top: -27px;
}

#mainvisual-arrow a img {
	vertical-align: top;
}

#mainvisual-btn {
	position: relative;
	width: 100%;
	height: 10px;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
	background: url(../images/bg.jpg);
}

#mainvisual-btn div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;

}
#mainvisual-btn div {
	*display: inline;
}

#mainvisual-btn span {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-btn span.current {
	margin-top: -10px;
}

#mainvisual-btn img {
	vertical-align: top;
}
.title-box{
	
}


/* ------ Contents ------ */

#contents {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 40px;
	*zoom: 1;
}
#top #contents {
	padding-top: 20px;

}

#left-column {
	float: left;
	width: 690px;
	padding-bottom: 20px;
}

/*article section h2 {
	padding: 30px 0 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: solid 1px #fff;
}*/

#contents-title {
	padding: 10px 0 20px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
}

article section p {
	font-size: 90%;
	line-height: 160%;
	color: #555;
}

.layout-2column{
	width: 980px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}

.column1 {
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
}

section .third {
	margin-right: 0;
}

.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #000;
}

.column1 h3 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

.column1 p {
	font-size: 83%;
}

.box {

}

.news {
	position: relative;
	font-family: 'ヒラギノ明朝 Pro','Hiragino Mincho Pro','ＭＳ 明朝','MS Mincho','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.news dt{
	font-size: 12px;
	font-size: 1.2rem;
	float: left;
	clear: both;
	margin: 0 0 5px;
	padding: 0 0 5px;
	/*background: url(../images/border.gif) repeat-x 0 bottom;*/
	width: 210px;
}

.news dd{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 5px;
	padding: 0 0 5px 210px;
	background: url(../images/border.gif) repeat-x 0 bottom;
}
.news dd a{
	color: #c13903;	
}

.news dt span{
	margin-left: 5px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
}
.news .ico-event{
	display: inline-block;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #dac958;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 3px 0;
	line-height: 1;
	width: 100px;
}
.social-icon{
	position: absolute;
	top: 11px;
	right: 0;
}
.social-icon li{
	float: left;
	margin-left: 5px;
	width: 36px;
	border-radius: 6px;
	border:#c7c6bb solid 1px;
    font-family: 'WebIconFonts';
}
.social-icon li a{
	display: block;
	text-align: center;
	padding: 6px 0;
	text-decoration: none;
}
.icon-fb a{
	color:#3B5998;
}
.icon-tw a{
	color:#00acee;
}


/* layout */
.layout-2column{
}
.layout-2column .layout-sec{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.layout-2column .layout-sec:last-child{
	margin-right: 0;
}


.btn {
	width: 250px;
	height: 40px;
	margin: 20px auto 0;
	padding: 5px;
	background-color: #ccc;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	border-bottom: solid 1px #fff;
	font-size: 90%;
}

.btn a {
	display: block;
	width: 250px;
	height: 40px;
	border-bottom: solid 1px #800;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #700;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #c00;
	background: -moz-linear-gradient(top, #c00, #900);
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background: -webkit-linear-gradient(top, #c00, #900);
	background: linear-gradient(to bottom, #c00, #900);
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #d00;
	background: -moz-linear-gradient(top, #d00, #a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
	background: -webkit-linear-gradient(top, #d00, #a00);
	background: linear-gradient(to bottom, #d00, #a00);
}




/* ------ Footer ------ */

footer {
	clear: both;
	width: 100%;
	background:url(../images/ft_top_bg.jpg) repeat-x 0 0, url(../images/ft_bg.jpg);
}

#footer-inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 10px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'ヒラギノ明朝 Pro','Hiragino Mincho Pro','ＭＳ 明朝','MS Mincho','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

footer nav{
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0;
}

footer nav ul li {
	display: inline-block;
	padding: 0 10px 0 15px;
	line-height: 100%;
	color: #999;
	border-left: dotted 1px #fff;
}

footer nav ul li:first-child {
	border-left: none;
}
footer ul li a{
	color: #fff;
}
.ft h1{
	margin-bottom: 15px;
}
.ft h1 a{
	display: block;
	width: 239px;
	margin: 0 auto;
}

.ft .box{
	padding-bottom: 10px;
}
.ft-left,
.ft-right{
	display: inline-block;
	text-align: left;
	padding: 0 10px;
}
.social{
	padding-bottom: 10px;
}
.social li{
	display: inline-block;
	line-height: 1;
}
.btn-fb{
	margin:0 10px 0 0;
}
.btn-tw{
	width: 100px;
	margin:0 ;
}
.btn-gp{
	margin:0 0 0 0px;
	width: 65px;
}
.copyright {
	display: block;
	width: 100%;
	background: url(../images/ft_border.jpg) no-repeat center 0;
	color: #c7c7c7;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Cinzel', serif;
	padding: 10px 0 2px;
}


/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {

	#header-inner {
		width: 90%;
	}
	#mainvisual-box {
		width: 100%;
		margin:auto;
	}
	#contents-wrap{
		padding: 0;
	}
	#gnav nav {
		width: 90%;
	}

	#gnav nav ul{
		width: 100%;
	}
	#gnav nav ul li {
		width: 16.5%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#gnav nav ul li a {
		padding: 14px 0 14px;
	}

	#contents {
		width: 100%;
	}
	.layout-2column{
		width: 100%;
	}
	.layout-2column .layout-sec{
		width: auto;
		float: none;
		margin: 0 0 20px;
		padding: 0 20px;
	}
	.tw-box{
		width: 100%;
	}
    #twitter-widget-0 {
       width: 100%;
    }

	.social-icon{
		right: 20px;
	}

	#footer-inner {
		width: 100%;
	}
	footer {
		background:url(../images/ft_bg.jpg);
	}
	footer nav{
		background:#181816;
	}
}



/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {

	html {
		*overflow-x: hidden;
	}

	#wrapper {
		background-image: none;
		background-color: #222;
		overflow: hidden;
	}

	#gnav-btn {
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		padding: 5px 0 4px;
		background-color: #222;
	}

	#header-inner {
		position: relative;
		z-index: 2;
		width: 100%;
		background-color: #fff;
		padding: 10px 0 0;
	}

	#utility {
		display: none;
		float: none;
		padding: 15px 0 5px;
		text-align: center;
	}

	#logo {
		padding: 0 0 13px;
		float: none;
	}

	#logo a {
		margin: 0 auto;
		max-width: 159px;
	}

	#gnav-btn div {
		width: 50px;
		margin-left: 10px;
		border-bottom: solid 1px #444;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#gnav-btn a {
		display: block;
		height: 25px;
		line-height: 25px;
		color: #ccc;
		font-size: 14px;
		border: solid 1px #111;
		text-align: center;
		vertical-align: top;
		text-decoration: none;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-text-shadow: 0px -1px 0px #700;
		text-shadow: 0px -1px 0px #111;
	}

	#gnav-btn a:link,
	#gnav-btn a:visited {
		background: url(../images/bg_gradient.png) repeat-x #444;
		background: -moz-linear-gradient(top, #444, #333);
		background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
		background: -webkit-linear-gradient(top, #444, #333);
		background: -o-linear-gradient(top, #444, #333);
		background: linear-gradient(to bottom, #444, #333);
	}
	#gnav-btn a:hover,
	#gnav-btn a:active,
	#gnav-btn a.current {
		background: url(../images/bg_gradient.png) repeat-x #555;
		background: -moz-linear-gradient(top, #555, #444);
		background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
		background: -webkit-linear-gradient(top, #555, #444);
		background: -o-linear-gradient(top, #555, #444);
		background: linear-gradient(to bottom, #555, #444);
	}

	#gnav {
		position: absolute;
		display: none;
		width: 250px;
		top: 0;
		left: 0;
	}

	#gnav nav {
		width: 100%;
		margin-top: 35px;
		border-top: solid 1px #222;
		border-bottom: solid 1px #333;
	}

	#gnav nav ul {
		float: none;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: solid 1px #111;
	}

	#gnav nav ul li {
		float: none;
		width: 100%;
		text-align: left;
	}

	#gnav nav ul li a {
		display: block;
		padding: 10px 20px 8px;
		font-size: 90%;
		border-left: none;
		border-right: none;
		border-bottom: solid 1px #111;
		border-top: solid 1px #333;
		background: url(../images/icon_arrow_01.gif) no-repeat right center;
		*zoom: 1;
	}

	#contents {
		position: relative;
		z-index: 2;
		background: url(../images/bg.jpg);
	}
	#contents-wrap{
		position: relative;
		z-index: 2;
	}

	.column1 {
		width: 45.5%;
		margin-right: 4%;
	}

	#right-column .box {
		width: 39.5%;
		margin-right: 4%;
		padding: 0 3% 15px;
	}

	#right-column .ad {
		width: 41.5%;
		padding: 10px 2% 0;
	}


	footer {
		position: relative;
		z-index: 2;
	}

}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {

	.box {
		padding: 0 20px 20px;
	}
	#contents {
	    padding-top: 10px;
	}
	#contents-title {
		font-size: 110%;
	}

	.btn {
		width: auto;
	}

	.btn a {
		width: auto;
	}

	.column-set {
		width: 100%;
		*margin-bottom: 0;
	}

	.column1 {
		float: none;
		width: 100%;
	}

	.box {
		margin-bottom: 20px;
	}

	.news dt {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}
	.news dd {
		margin: 0 0 5px;
		padding: 0 0 5px;
		float: none;
		width: auto;
	}
	.news-box dt {
		float: none;
		width: auto;
	}

	.news-box dd {
		margin: 0 0 10px 0;
	}

	#right-column {
		*margin-bottom: 0;
	}

	#right-column-inner {
		width: 100%;
	}

	#right-column .box {
		float: none;
		width: auto;
		margin-right: 0;
		padding: 0 20px 20px;
	}

	#right-column .box p {
		font-size: 83%;
	}

	#right-column .box .tel {
		font-size: 150%;
	}

	#right-column .btn {
		height: 40px;
		margin: 10px auto 0;
		border-radius: 25px;
		font-size: 90%;
	}

	#right-column .btn a {
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}

	#right-column .ad {
		margin-right: 0;
		padding: 10px 10px 0;
	}
	.ft-left, .ft-right {
	    display: block;
	    text-align: center;
	}

}

