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

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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

li{list-style:none;}

a:active,
a:hover {
    outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
   vertical-align: bottom;
}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 640px) {

a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition: 0.8s ;
}

}

/* ------------------------------------------
  STYLES
--------------------------------------------- */



body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #000000;
	font-size: 15px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.9;
	letter-spacing:-0.001em;
	word-wrap: break-word;
}


a{
	color: #1c1c1c;
	text-decoration:none;
}

a:hover{
	color: #848484;
}

article{
	width:100%;
	overflow:hidden;
	padding-top:168px;
}

section{
	width:100%;
	overflow:hidden;
	margin-bottom:80px;
}

section .inner{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:80px;
	overflow:hidden;
}

#sidebar{
	float:left;
	width:230px;
	margin-right:40px;
}

#main{
	float:left;
	width:730px;
}

#main .inner{
  margin-bottom:80px;
}

.contents{
	padding:0 10px;
}

section h2{
	font-size:32px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-color:#f6ab00;
	padding:15px;
	margin-bottom:50px;
}


/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:640px){

body , header{
	min-width: 340px;
	width:expression(document.body.clientWidth < 322? "320px" : "auto");
}

body {
	background-size:100%;
	font-size: 13px;
}


article{
	width:100%;
	padding-top:70px;
}

section{
	width:100%;
	margin-bottom:40px;
}

section .inner{
	width:100%;
	padding-bottom:40px;
	padding:0 10px;
}

.contents{
	padding:0;
}

#wrapper{
	width:100%;
	padding:0 10px;
	margin-bottom:50px;
}

#main{
	width:100%;
}

#main .inner{
  margin-bottom:40px;
}


section h2{
	font-size:17px;
	margin-bottom:30px;
}

}

.contact_button{
	position: fixed;
	top: 300px;
	right: 0;
	
}


#fixed_footer {
   position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
   z-index:1000;
}

#fixed_footer img {
   width:100%;
   height:auto;
   border-top:2px solid #FFFFFF;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	text-align: center;
	color: #f6ab00;
	font-size: 27px;
	text-decoration: none;
	line-height: 55px;
	border:3px solid #f6ab00;
	background-color:#FFFFFF;
}


/*******************************************************************************************

	汎用CSS
	
*******************************************************************************************/
/*div幅指定用*/


.w100 {
	width: 100% !important;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w40 {
	width: 40%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33%;
}

/*マージン調整用*/
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 15px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px !important;
}

.mb10-1000 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

/*パディング調整用*/
.pl20 {
	padding-left: 20px;
}
/*フォント用*/
.fs80 {
	font-size: 80%;
}
.fs90 {
	font-size: 90%;
}


.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.fs26{font-size: 26px;}
.fs27{font-size: 27px;}
.fs28{font-size: 28px;}
.fs29{font-size: 29px;}
.fs30{font-size: 30px;}

.mintyo{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.orange{
	color:#f6ab00;
}

/*フロート用*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*text-align用*/
.talg_C {
	text-align: center;
}
.talg_R {
	text-align: right;
}

.clear_both{
	clear:both;
}

.vertical{
	vertical-align:middle;
}

/* 字下げ */
.jisage{
padding-left:1em;
text-indent:-1em;
}

/* スクロールするとふわっと現れる文字や画像 */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/* ------------------------------------------
  ヘッダー
--------------------------------------------- */

header .inner {
	width: 1000px;
	margin: 0 auto;
}
header .inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	text-decoration: none;
	color:#FFFFFF;
}

#top-head a{
	font-size: 16px;
	padding:25px 0;
}

#top-head a span{
	font-size: 13px;
	line-height:2em;
	color:#707070;
}

#top-head .inner {
	position: relative;
}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 640px) {


#top-head .logo {
	float: left;
}

#top-head {
	height:169px;
	padding-top:25px;
}

#top-head .container{
	float:right;
}

#top-head .container h2{
	font-size:13px;
	margin:20px 0 5px 0;
}

#top-head .container p{
	font-size:20px;
	margin-bottom:5px;
}

#top-head .container p span{
	font-size:27px;
}

#global-nav{
	background-color:#f6ab00;
	width:100%;
}

#global-nav ul {
	width:1000px;
	margin:20px auto 0 auto;
	overflow:hidden;
}

#global-nav ul li {
	width:20%;
	padding:20px 0;
}

}

/* ------------------------ スマートフォン ------------------------ */
@media screen and (max-width: 640px) {

#top-head .logo {
	float: left;
}

#top-head a span{
	color:#000000;
}

.container{
	display:none;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	top:155px;
	left: 0;
	font-size: 15px;
}

}

#global-nav ul li {
	float: left;
	position: relative;
	text-align:center;
}

/* Btn Hover */
/*#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 50%;
	margin-left:25%;
	margin-right:auto;
	height: 1px;
	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: #000000;
	bottom: -20px;
}*/


/* Fixed */
/*#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}*/

#top-head.fixed #global-nav ul {
	top:11px;
}

#top-head.fixed #global-nav ul li a {
	color: #FFFFFF;
	padding: 0 20px;
}

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


/* Transition */
/*
#top-head,
#top-head .logo,
#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: 21px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #f6ab00;
	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: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}



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

	header .inner {
		width: 100%;
	}

	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}

	#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 {
		width: 100%;
		height: 70px;
		z-index: 999;
		position: relative;
		background-color:#FFFFFF;
		border-bottom:solid 1px #f6ab00;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 18px;
		top: 10px;
		color: #333;
	}
	
	#top-head.fixed .logo img,
	#top-head .logo img {
		width:200px;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #FFFFFF;
		width: 100%;
		text-align: center;
		padding: 13px 0 0 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		border-bottom: 1px solid #FFE6AD;
	}
	#global-nav ul li {
		float: none;
		position: static;
		border-top: 1px solid #FFE6AD;
		background-color:#f6ab00;
	}
	#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: #FFFFFF;
		padding: 20px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-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: 11px;
		-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(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}


}


ul.column2{
	width:100%;
	overflow:hidden;
}

ul.column2 li{
	width:480px;
	float:left;
	margin-right:40px;
}

ul.column2 li:nth-child(2n){
	margin-right:0;
}



.column4{
	float:left;
	width:100%;
	margin-bottom:40px;
}

.column4 div{
	width:227px;
	float:left;
	margin-right:30px;
}

.column4 div img{
	width:100%;
}

.column4 div:nth-child(4n){
	margin-right:0;
}

.pickup .end{
	margin-right:0;
}

.column4 div h4{
	text-align:center;
	padding:20px 0 20px 0;
	color:#000000;
	font-size:16px;
}


/* ------------------------ スマートフォン ------------------------ */

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

ul.column2{
	width:100%;
	overflow:hidden;
}

ul.column2 li{
	width:100%;
	margin-right:0;
}

ul.column2 li:first-child{
	margin-bottom:30px;
}


.column4{
	margin-bottom:0;
}

.column4 div{
	width:47%;
	margin:0 0 40px 0;
}

.column4 div:nth-child(2n+1){
	margin-right:5%;
}

.column4 div img{
	width:100%;
	height:auto;
}

.column4 div h4{
	font-size:18px;
	padding:0 0 5px 0;
}


}


table.standard{
	border-collapse:collapse;
	width:100%;
	margin-bottom:30px;
	border-bottom:1px solid #bababa;
}

table.standard th , table.standard td{
    padding: 15px 5px;
	vertical-align:middle;
	border-top:1px solid #bababa;
}

table.standard th{
    text-align:left;
	padding-left:20px;
}

footer{
	margin-top:30px;
	background-color:#f6ab00;
	padding-bottom:20px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:640px){

.column4 div h4{
	font-size:inherit;
}

footer{
	margin-top:0;
	padding-bottom:80px;
}

}



.pc_see{display:inline !important;}

.sp_see{display:none !important;}

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

.pc_see{display:none !important;}

.sp_see{display:inline !important;}

}
