@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {

}
#header-btn{
	background:#F0F0E6;
	padding:10px 5%;
}
#header-btn a{
	width:48%;
	border-radius: 6px;
	background: rgba(164,222,41,1);
	background: -webkit-linear-gradient(top, rgba(164,222,41,1) 2%,rgba(143,196,30,1) 100%); 
	display: block;
	margin-right:0.5%;
	padding:15px 0;
}

#global_menu_wrap{
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	display:none;
	z-index: 1000;
}
#global_menu{
	width: 80%;
	padding:15px 5%;
	background:white;
	margin:250px auto 0;
	-webkit-border-radius: 6px;
	position: relative;
}
#top-triangle{
	position: absolute;
	top:-34px;
	right: 22%;
}
#global_menu ul li{
	float:left;
	width: 33.333%;
	text-align: center;
}
#global_menu ul li img{
	width: 100%;
}
#global_menu ul li.bottom_btn{
	width: 50%;
}
#global_menu ul li.favorite{
	text-align: center;
	width: 100%;
}
#global_menu ul li.favorite img{
	width: 80%;
}
#menu_close{
	height:97px;
	line-height:97px;
	font-size:3.125em;
}
#menu_close img{
	margin-right:10px;
	vertical-align: middle;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts h2#page-title{
	background:url(/sp/images/common/back_01.png) center top repeat;
	width: 100%;
	height: 90px;
	line-height:90px;
	font-size:2em;
	text-indent: 4.7%;
	text-align: left;
	margin:5px 0 20px;
}
#conts .title-grad-gray{
	width: 100%;
	height:90px;
	line-height:90px;
	font-size:2em;
	text-indent: 5%;
	text-align: left;
	background: rgba(231,231,231,1);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(231,231,231,1) 100%);
	margin-bottom:5px;
}
#conts .title-grad-gray span{
	display:block;
	float:right;
	margin-right:5%;
	text-indent: -9999px;
	overflow:hidden;
	background:url(/sp/images/icon/icon_04.png) left top no-repeat;
	width: 44px;
	height:44px;
	margin-top:20px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter nav {
	background: #9BE0FE;
	padding:20px 5%;
	margin-bottom:5px;
}
#gFooter nav a{
	-webkit-box-sizing: border-box;
	font-size:1.5em;
	color:#49B0BC;
	text-decoration: none;
	text-align: left;
	padding:20px 0;
	text-indent: 3.1%;
	background: url(/sp/images/icon/icon_01.png) 95% 50% no-repeat white;
	
}
#gFooter nav a.left{
	width: 56.4%;
	margin:0 0.6% 4px 0;
	-webkit-border-top-left-radius: 6px;  
    -webkit-border-bottom-left-radius: 6px;  
}
#gFooter nav a.right{
	width: 43%;
	-webkit-border-top-right-radius: 6px;  
    -webkit-border-bottom-right-radius: 6px;  
}
#footer{
	background:#8FC41E;
}
#link-list{
	padding:30px 0;
}
#link-list a{
	font-size:1em;
	color:white;
	line-height:1.8;
	padding:0 10px;
}
#pc-mobile-switch{
	padding:0 5%;
}
#pc-mobile-switch a{
	display: block;
	-webkit-box-sizing: border-box;
	width: 50%;
	float:left;
	background: white;
	border: solid 1px #999;
	font-size:1.5em;
	padding:20px 0;
	color:#333;
}
#pc-mobile-switch a.switch-pc{
	-webkit-border-top-left-radius: 6px;  
    -webkit-border-bottom-left-radius: 6px;  
}
#pc-mobile-switch a.switch-sp{
	-webkit-border-top-right-radius: 6px;  
    -webkit-border-bottom-right-radius: 6px;   
}
#copyright{
	padding:25px 0;
	color:white;
	font-size:1.4em;
}