@charset "utf-8";
/* CSS Document */

/*-----------------------------

　リセットCSS + サイト共通設定

------------------------------*/

/* 全ての要素に対する余白初期値設定 
-------------------------------------------------------------------------------------------*/	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, main, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	border: 0;
	font-size: 100%;
}
/*-------------------------------------------------------------------------------------------*/	
article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

/* デフォルト文字・背景
-------------------------------------------------------------------------------------------*/	
body {
	font-family:"ゴシックMB101 R","Gothic MB101 Regular","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
	color:#222222;
	font-size:12px;
	/*font-size:62.5%; */
	letter-spacing:0.05em;
	line-height: 2.2em;
	text-align: left;
	background: #ffffff;
	background: -webkit-linear-gradientt(135deg, #666666, #eeeeee);
	background:    -moz-linear-gradientt(135deg, #666666, #eeeeee);
	background:     -ms-linear-gradientt(135deg, #666666, #eeeeee);
	background:      -o-linear-gradientt(135deg, #666666, #eeeeee);
	background:         linear-gradient(135deg, #666666, #ffffff);
	overflow-y : scroll;
}

/* リストマーカーを非表示 
-------------------------------------------------------------------------------------------*/	
ul,ol{
	list-style-type:none;
}


/* テーブルセルのボーダー
-------------------------------------------------------------------------------------------*/	
table {
	border-collapse: collapse; 
	border-spacing: 0;
}


/* 画像とフォームパーツの上下位置をテキストの真ん中に 
-------------------------------------------------------------------------------------------*/	
img, input, select, textarea { 
	vertical-align: middle;
}
/* 画像のフルードイメージ
-------------------------------------------------------------------------------------------*/	
img{
	max-width:100%;
	height:auto;
}

/* デフォルトリンク色
-------------------------------------------------------------------------------------------*/	


/* 画像リンク
-------------------------------------------------------------------------------------------*/	
#logo_01 a img{
	opacity:1;
	filter: alpha(opacity=100);
}

#logo_01 a:hover img{
	opacity:0.7;
	filter: alpha(opacity=75);
}


/*	clearfix
-------------------------------------------------------------------------------------------*/	
.clearfix:after {/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}
.clearfix { *zoom:1; } /*for IE6,IE7*/

.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/*　コンテンツエリア
-------------------------------------------------------------------------------------------*/	
.container{
	padding-left: 10px;
	padding-right: 10px;
	max-width:1280px;
	margin: 0 auto;
	text-align:center;
}
.container:after{
	content:"";
	display: block;
	clear:both;
}
#logo_01{
	width:100px;
	margin: 0 auto 50px;
}
.full{
	margin-left:-10px;
	margin-right:-10px;
}
.ttl {
	font-family: "Ryumin Medium KL", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 10px 0 ;
	font-size: 20px;
	text-align: center;
	/*background: url(../img/ttl_ul.gif) bottom center no-repeat;*/
	background-size: 30px 3px;
	letter-spacing: 0.11em;
}

.slogan{
		text-align:center;
}
.slogan span{
	font-family: "Ryumin Medium KL", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 18px;
	letter-spacing:0.15em;
	line-height: 2.75em;
	border-bottom:#444 1.5px dotted;
	padding-bottom: 5px;
}
		
.page-cp{
	margin: 40px 0 ;	
}
.ttl-line{
}
.ttl-line h2 {
	overflow: hidden;
	text-align: center;
}
.ttl-line h2 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
.ttl-line h2 span::before,
.ttl-line h2 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 442%;
	height: 1px;
	background-color: #444;
}
.ttl-line h2 span::before {
	right: 100%;
}
.ttl-line h2 span::after {
	left: 100%;
}
.ttl-line02 span{
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
.ttl-line02 span::before,
.ttl-line02 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 15%;
	height: 0.5px;
	background-color: #444;
}
.ttl-line02 span::before {
	right:95%;
}
.ttl-line02 span::after {
	left: 90%;
}
.ttl-m{
	font-size:20px;
	margin-bottom: 10px;
	letter-spacing:0.2ex;
	line-height:2em;
}
.uc-bar{
	display:block;
	width:300px;
	margin:0px auto;
	padding: 10px 0;
	background: repeating-linear-gradient(-45deg, #333, #333 10px, hsla(0,0%,100%,0.00) 0, hsla(0,0%,100%,0.00) 20px);
}

/*　～767px
------------------------------------------------------------------------*/	
@media  screen and (max-width: 767px) {
.ttl {
	font-family: "Ryumin Medium KL", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 5px 0 ;
	font-size: 14px;
	text-align: center;
	/*background: url(../img/ttl_ul.gif) bottom center no-repeat;*/
	background-size: 30px 3px;
}
	.slogan span{
	font-family: "Ryumin Medium KL", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 12px;
	letter-spacing:0.1em;
	line-height: 2em;
	border-bottom:#444 1.5px dotted;
	padding-bottom: 5px;
}
}



/* フッター
-------------------------------------------------------------------------------------------*/	
footer {
	padding: 15px;
	text-align: center;
	border-top: solid 1px #bbb;
}
.copyright {
	font-size: 10px;
	color: #444;
	text-align: center;
	letter-spacing: 0.1em;
}
small{
	font-size:smaller;
}


/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ 

-------------------------------------------------------------------------------------------*/	








/* ナビゲーション・ヘッダー
-------------------------------------------------------------------------------------------*/	
.inner {
	width: 1280px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .top {
	float: left;
	font-size: 20px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover 
----------------------------------------------------------------------*/	
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	bottom: -10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
	background: #B94906;
	bottom: -20px;
}



/* Fixed 
----------------------------------------------------------------------*/	
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .top {
	font-size: 24px;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover 
----------------------------------------------------------------------*/	
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #B94906;
	bottom: -20px;
}


/* Transition 
----------------------------------------------------------------------*/	
#top-head,
#top-head .top,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}


/* Toggle Button 
----------------------------------------------------------------------*/	
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 90%;
	background: #ffffff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 9px;
}
#nav-toggle span:nth-child(3) {
	top: 18px;
}


/* スクロールトップ
-------------------------------------------------------------------------------------------*/	
#page-top {
	position: fixed;
	bottom: 90px;
	right: 10px;
}
#page-top a {
	background: #888888;
	width: 40px;
	height:20px;
	padding: 10px 0;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	opacity:0.7;
	filter: alpha(opacity=75);
}
.arrow {
position: absolute;
width: 15px;
height: 15px;
border:1px solid #888888;
border-left-color: #FFF;
border-top-color: #FFF;
top: 17px;
left: 12px;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}

/* ～1400px
----------------------------------------------------------------------------------------*/	
@media screen and (max-width: 1400px) {
	img, #wrap, #footer {
	max-width: 100%;
	}
	#global-nav ul li:nth-child(5){
	padding-right:0px;
	}
	.inner {
		width: 95%;
		padding: 0 20px;
	}	
	#global-nav ul li:nth-child(5){
		padding-right:50px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 20px;
	}

}
/* ～767px
----------------------------------------------------------------------------------------*/	
@media screen and (max-width: 767px) {
	#global-nav ul li:nth-child(5){
	padding-right:0px;
	}

	#logo_01{
	width:60px;
	margin: -85px auto 15px;
}

#con_txt{
	padding:0 20px;

}	
#thanks_txt h3{
	font-size:30px;
	margin-bottom:10px;
}
	.ttl-m{
	font-size:14px;
	margin-bottom: 10px;
	letter-spacing:0.2ex;
		line-height:2em;
}
.uc-bar{
	display:block;
	width:250px;
	margin:0px auto;
	padding: 7px 0;
	background: repeating-linear-gradient(-45deg, #333, #333 10px, hsla(0,0%,100%,0.00) 0, hsla(0,0%,100%,0.00) 20px);
}	
/*----------------------------------------------------------------------------------------*/	
	
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	
	
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background:rgba(100,100,100,.0);
		width: 100%;
		height: 40px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .top,
	#top-head .top {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 14px;
	}
	#global-nav {
		position: absolute;	/* 開いてないときは画面外に配置 */
		top: -500px;
		background:rgba(100,100,100,.9);
		width: 100%;
		text-align: center;
		padding: 0px 0;
		-webkit-transition: .7s ease-in-out;
		-moz-transition: .7s ease-in-out;
		transition: .7s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 12px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 30px 0;
	}
	#nav-toggle {
		display: block;
	}
	
	
	/* #nav-toggle 切り替えアニメーション 
	----------------------------------------------------------------------------------------*/	
	.open #nav-toggle span:nth-child(1) {
		top: 7px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 7px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	
	/* #global-nav スライドアニメーション 
	----------------------------------------------------------------------------------------*/	
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(500px);
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
	}


}





/*～1400px
----------------------------------------------------------------------------------------*/	
@media screen and (max-width: 1400px) {
	#global-nav ul li:nth-child(5):after {
	position: absolute;
	content: "";
	display: block;
	width: 100px;
	left:5px;
	height: 2px;
	bottom: -10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
	#global-nav ul li:hover:nth-child(5):after{
	background: #B94906;
	bottom: -20px;
}
}
/*～767px
----------------------------------------------------------------------------------------*/	
@media screen and (max-width: 767px) {
	
#global-nav ul li:nth-child(5):after {
display: none;
}
}








