/*===================================================================
　　ページ共通設定　　
====================================================================*/
html,body {
	-webkit-text-size-adjust: none;
}
#Wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
/*---------------------------------------------------------
　　ヘッター　　
----------------------------------------------------------*/
#header{
	width: 100%;
	height: 57px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
#header h1.h1_header_logo{
	position: absolute;
	left: 55px;
	top: 0;
}
#header h1.h1_header_logo a{
	line-height: 0;
}
#header h1.h1_header_logo a img{
	width: 160px;
}
#header ul.btn li{
	width: 50px;
	line-height: 1.4;
	text-align: center;
	font-size: 10px;
	border-left: 1px solid #d2d2d2;
}
#header ul.btn li a{
	color: #ff73a3;
	display: block;
	padding: 7px 0;
}
#header ul.btn li.favo_btn{
	position: absolute;
	right: 0;
	top: 0;
}
#header ul.btn li i{
	font-size: 26px;
	color: #ff73a3;
	display: block;
	margin-bottom: 3px;
}
#header ul.btn li.tel_btn{
	display: block;
	position: absolute;
	right: 50px;
	top: 0;
}
/*　ナビ　*/
#header #global_header{
	background: #f9f9f9;
	padding: 35px 2.5%;
	position: fixed;
	top: -100%;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#header #global_header .logo{
	width: 45%;
	margin: 0 auto 20px auto;
}
#header #global_header nav ul li{
	width: 80%;
	margin: 0 auto;
}
#header #global_header nav ul li.nav_ttl{
	width: 90%;
	text-align: center;
	position: relative;
	color: #e885a2;
	margin: 20px auto 10px auto;
}
#header #global_header nav ul li.nav_ttl span,
#header #global_header .address ul li.nav_ttl span{
	background: #f9f9f9;
	font-family: 'Lora', serif;
	font-size: 26px;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}
#header #global_header nav ul li.nav_ttl:before{
    content: "";
    display: block;
    border-top: dotted 2px #ff73a3;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
#header #global_header nav ul li a{
	display: block;
	color: #8a8a8a;
	font-size: 14px;
	line-height: 50px;
}
#header #global_header nav ul li a i{
	color: #8a8a8a;
	font-size: 16px;
	margin-right: 10px;
	line-height: 50px;
}
#nav-toggle{
	width: 50px;
	height: 57px;
	background: #ff73a3;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#nav-toggle div{
	position: relative;
	width: 25px;
	height: 27px;
	margin: 10px auto 0 auto;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle span{
	display: block;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
#nav-toggle span.line{
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span.line:nth-child(1) {
	top: 1px;
}
#nav-toggle span.line:nth-child(2) {
	top: 11px;
}
#nav-toggle span.line:nth-child(3) {
	top: 20px;
}
.open #nav-toggle span.line{
	background: #ff73a3;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span.line:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span.line:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #global_header{
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
/*　アドレス　*/
#header #global_header .address ul li.nav_ttl{
	width: 90%;
	text-align: center;
	position: relative;
	color: #ff73a3;
	margin: 20px auto;
}
#header #global_header .address ul li.nav_ttl:before{
    content: "";
    display: block;
    border-top: dotted 2px #ff73a3;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
#global_header .address dl{
	display: table;
	width: 100%;
	height: 30px;
}
#global_header .address dl dt,
#global_header .address dl dd{
	display: table-cell;
	vertical-align: middle;
	color: #8a8a8a;
}
#global_header .address dl dt{
	width: 25%;
}
#global_header .address dl dd{
	text-align: left;
}
#global_header .address dl dd a{
	color: #8a8a8a;
}
/*---------------------------------------------------------
　　Nav　　
----------------------------------------------------------*/
section.Nav{
	background: #ff73a3;
}
section.Nav.fixed{
	width: 100%;
	position: fixed;
	top: 100px;
	z-index: 30;
}
section.Nav nav{
}
section.Nav nav ul li{
	width: 33.3333%;
	float: left;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}
section.Nav nav ul li:last-child{
	border-right: none;
}
section.Nav nav ul li a{
	display: block;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 12px;
}
section.Nav nav ul li a i{
	font-size: 24px;
	margin-bottom: 2px;
}
section.Nav nav ul li a span{
	display: block;
}
/*---------------------------------------------------------
　　パンクズリスト　　
----------------------------------------------------------*/
.pankuzu{
	height: 40px;
	line-height: 30px;
	padding: 5px 0;
	background-color: #ffb1cb;
	overflow: hidden;
}
.pankuzu ul li{
	float: left;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	margin-left: 6px;
}
.pankuzu ul li a{
	position: relative;
	display: inline-block;
	color: #ffffff;
	padding-right: 15px;
}
.pankuzu ul li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -4px;
}
.pankuzu ul li a i{
	color: #ffffff;
}
.pankuzu ul li i{
	color: #ffffff;
	font-size: 14px;
	margin-right: 2px;
}
.pankuzu ul li i.fa-home{
	font-size: 16px;
}
/*---------------------------------------------------------
　　ページング　　
----------------------------------------------------------*/
.ListPager ul{
	margin:10px 5px;
}
.ListPager ul li{
	font-size: 14px;
	color: #ff73a3;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #ff73a3;
	width: 48%;
	float: left;
	display: block;
	padding: 6px;
	line-height: 18px;
}
.ListPager ul li + li{
	float: right;
}
.ListPager ul li a{
	color: #eb91ab;
	display: block;
	margin: -6px;
	padding: 6px;
}
.ListPager ul li span{
	color: #eb91ab;
}
.ListPager ul li.next{
	background: #ff73a3;
	color: #ffffff;
}
.ListPager ul li.next a{
	color: #ffffff;
}
/*---------------------------------------------------------
　　サポートメニュー　　
----------------------------------------------------------*/
.SupportNav{
	
}
.SupportWrapper{
	padding: 10px 0;
}
.SupportNav nav ul li{
	width: 50%;
	float: left;
}
.SupportNav nav ul li a {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px 0 10px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.SupportNav nav ul li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -4px;
}
.SupportNav nav ul li a i{
	font-size: 14px;
	margin-right: 5px;
}
/*---------------------------------------------------------
　　フッター　　
----------------------------------------------------------*/
footer{
	background: #ff73a3;
}
footer.topFooter{
	padding-bottom: 50px;
}
footer address{
	padding: 20px 0 10px 0;
}
footer address,
footer address a{
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
/*---------------------------------------------------------
　　未読　　
----------------------------------------------------------*/
.Unread{
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1999;
	background-color: rgba(255,255,255,0.8);
}
.Unread .UnreadBox .marquee{
	padding: 0;
	overflow:hidden;
	margin: 15px 20% 0 1%;
	position:relative;
}
.Unread .UnreadBox .marquee p {
	margin:0;
	font-size: 13px;
	color: #b89462;
	padding-left: 100%;
	display:inline-block;
	white-space:nowrap;
		-webkit-animation-name:marquee;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:20s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marquee;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:20s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marquee;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:20s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marquee;
		-o-animation-timing-function:linear;
		-o-animation-duration:20s;
		-o-animation-iteration-count:infinite;
		animation-name:marquee;
		animation-timing-function:linear;
		animation-duration:20s;
		animation-iteration-count:infinite;
}
.Unread .UnreadBox .marquee p a{
	display: inline-block;
	color: #000000;
	text-decoration: underline;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
.Unread .UnreadBox ul li i{
	position: absolute;
	bottom: 0;
	right: 25px;
	color: #ff73a3;
	font-size: 40px;
}
.Unread .UnreadBox span{
	position: absolute;
	width: 32px;
	height: 32px;
	top: -15px;
	right: 5px;
	display: inline-block;
	-moz-border-radius: 50% 50%;
	-webkit-border-radius: 50%;
	border-radius: 50% 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 3px #ff73a3;
	background: #FFFFFF;
	color: #ff73a3;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
/*===================================================================
　　エラーページ設定　　
====================================================================*/
.ErrorCont .ErrorWrap{
	padding: 20px 0;
	background: #FFFFFF url(../image/items/com_bg_1.png);
}
.ErrorCont .ErrorBox{
	width: 95%;
	margin: 0 auto;
}
.ErrorCont .ErrorBox .ErrorComment{
	background: #ffffff;
	border: 3px solid #ffebf2;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.0;
}
/*===================================================================
　　サイズ設定　　
====================================================================*/
@media only screen and (max-width: 360px){
}
