@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

@media screen and (min-width:641px){

	img{
		max-width: 100%;
		width: auto;
		height: auto;
	}

	a img{
		border-style: none;
	}

	a img:hover{
		opacity: 0.8;
	}
	
	.pbtn a img:hover{
		opacity: 1;
		margin-left: 10px;
	}
	/* sp用のbr */
	.brsp{
		display: none;
	}

	html body{
		height: 100%;
		background: #fff;/**/
		background-image:url(img/bg.jpg);
		background-position:right top;
		background-attachment:fixed;
		background-repeat:repeat;
		background-size: cover;
		
	}

	html{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#pagetop{
		width: 118px;
		height: 68px;
		position: fixed;
		bottom: 20px;
		right: 20px;
		display: block;
		z-index: 100;
		cursor: pointer;
	}
	
	#pagetop .arrow{
		widows: 118px;
		height: 68px;
	}

	#menu_button{
		display: none;
	}
	#header{
		position:relative;
		width:100%;
		min-width:640px;
		height:55px;
		z-index:100;
		background-color:rgba(0,0,0,0.5);
		/*background-color:#fff;*/
	}

	#header .cts_area{
		max-width:1000px;
		min-width:640px;
		height:40px;
		margin:0 auto;
	}

	#header .cts_area .gslogo{
		width: 195px;
		height: 40px;
		float: left;
		margin:7px 0 0 0;
	}
	#header .cts_area .officiallogo{
		width:195px;
		height:40px;
		float:right;
		margin:14px 0 0 0;
	}
	#header .cts_area .postlogo{
		width: 192px;
		height: 52px;
		float: left;
		margin: 1px 0 0 0;
	}

	#header .cts_area #title #titleicon{
		width:180px;
		height:45px;
		float:right;
	}
	#header .cts_area #title .titleiconimg{
		width:30px;
		height:30px;
		margin:13px 5px 0 ;
		float:left;
	}

	/* スイッチ */
	main{
		position: relative;
		width: 100%;
		min-height: 100vh;
		height: auto;
		padding-bottom: 200px;
	}
	.sp{
		display: none;
	}
	.titleimg_sp{
		display: none;
	}
	
	#bgwrapper{
		position: relative;
	}
	
	.titleimg_pc{
		position: absolute;
		z-index: -999;
		width: 100%;
		top: 0px;
		right: 0px;
		text-align: right;
	}
	.titleimg_pc img{
		width: 100%;
	}
	#tag{
		display: none;
	}


	/* main container ---------------------------------------------------------------------------------------------------------------- */
	.pbtn{
		display: inline-block;
		width: 100%;
		padding-left:5%;
	}
	.pbtn img{
		width: 40%;
	}
	.kansya{
		position: relative;
		margin: 0 auto;
		max-width: 1000px;
		height: 100%;
		text-align: center;
	}
	.kansya .kansya_btn{
		position: absolute;
		width: 28%;
		top:67%;
		right: 0%;
	}	
	
	/* リンクコンテナー（下部）---------------------------------------------------------------------------------------------------------------- */
	main .footwrap{
		position: absolute;
		bottom: 0px;
		width: 100%;
		background-color: #fff;
		height: auto;
	}
	.postage_sp{
		display: none;
	}
	.link_container_area{
		width:100%;
		max-width:1000px;
		min-width: 640px;
		margin:0 auto;
		text-align:center;
		padding-top:40px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:16px;
		color:#000;
		background: #fff;
	}
	.link_container_area ul{
		list-style-type:none;
	}
	.link_container_area li{
		border-right:1px solid rgba(0,0,0,0.5);
		padding:0 3px;
		display:inline-block;
		font-size:14px;
	}
	.link_container_area li:last-child{
		border-right:1px solid rgba(0,0,0,0);
		padding:0 5px;
		display:inline-block;
	}
	.link_container_area li a:link{
		color:#000;
		text-decoration:none;
		padding:3px 10px;
	}
	.link_container_area li a:visited{
		color:#000;
		text-decoration:none;
	}
	.link_container_area li a:hover{
		color:#000;
		text-decoration:none;
		transition:background-color 0.5s;
		transition-timing-function:ease-in-out;
		background-color:rgba(0,0,0,0.2);
	}

	.snslogo_area{
		max-width:1000px;
		min-width: 640px;
		height:80px;
		margin:0 auto;
		padding-top:10px;
		text-align:center;
		background-color: #fff;
	}

	.snslogo_area ul{
		width:auto;
		height:54px;
		list-style-type:none;
		text-align: center;
	}

	.snslogo_area li{
		width:50px;
		margin-left:5px;
		display:inline-block;
	}
	.snslogo_area li img{
		width:50px;
	}



	/* footer */

	.official_ban{
		width:640px;
		margin:0 auto;
	}

	#rights{
		max-width: 1000px;
		min-width:640px;
		margin:0 auto;
		text-align: center;
		background: #fff;
	}

	#footer{
		width: 100%;
		max-width:1000px;
		min-width: 640px;
		height:35px;
		padding-top:10px;
		background-color:#fff;
		font-size:10px;
		color:#000;
		text-align:center;
		line-height:14px;
		margin:0 auto;
		border-top:1px #e6e4e4 solid;
	}

}/* @media */
	/*IE*/
	@media all and (-ms-high-contrast: none),screen and (min-width: 641px) and (max-device-width: 790px){
		main .footwrap{
			width: 100vw;
		}
	}
