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

#debug{display:none;}
/***********************************************************/
/*　SP表示時のみ　ゲストサイト全ページに読み込ませるCSS  */
/***********************************************************/
/*　社内メモ  */
/*　制作：大坪  */

/***********************************************************/
/*SPでは非表示とするもの*/
/***********************************************************/

nav#g_navi,.sns_share, .dis_pc{
	display:none;
}

/***********************************************************/
/*SP時のみ表示*/
/***********************************************************/
.drawer-toggle,.drawer-nav,.dis_sp_b{
	display:block;
}
.dis_sp_i{display: inline;}


/***********************************************************/
/*レイアウト*/
/***********************************************************/
body {
	font-size:15px;
}
.inner{
	clear:both;
	width:auto;
	margin:0 5px;
}

.img_max{
	max-width:100%;
}

#pankz {
	padding:0.6em 0;
}
#pankz p{ 
	width:auto;
	padding:0 10px;
	font-size:13px;
	}

header,footer,#pankz,#pageTop .inner{
	min-width:initial;
	min-width:auto;
	
}
#pageTop .inner{
	height:60px;
}
#pageTop a {
	width:44px;
	height:34px;
	background:url(../img/tmpl/bg_pagetop.gif) left top no-repeat;
	background-size:auto 34px;
	-webkit-background-size:auto 34px;
	-moz-background-size:auto 34px;

}



/*
    メニュー
----------------------------------*/
.sns_share_sp{
	background:#fff;
	margin-top:50px;
	padding:5px;
}
.drawer-nav .spmenu a{
	text-decoration:none;
	color:#fff;
	display:block;
	padding:1em 0.2em;
	text-align:center;
	font-size:1.2em;
}
.drawer-nav .spmenu>li{
	border-width:0 0 1px 0;
	border-color:#fff;
	border-style:solid;
}
.drawer-nav .c_navi{
	margin-left:18%;
}
.drawer-nav .c_navi li{
	border-top: dotted 1px #fff;
}
.drawer-nav .c_navi a{
	text-align:left;
	padding:0.7em;
	font-size:0.9em;
}
.nav_inner{
	height:1000px;
}


/*
     ヘッダー
----------------------------------*/
header{
	position:relative;
}

header .inner {
	padding:7px 0;
}
header h1{
	height:35px;
	width:127px;
}
header h1 a {
	background-size:auto 35px;
	-webkit-background-size:auto 35px;
	-moz-background-size:auto 35px;
	height:35px;
	width:127px;
}

#lang{
	right:32px;
	bottom: 8px;
  	transform: scale(0.68);
}
select#select_lang{
	border:none;
	font-size: 16px;/*フォームにフォーカスした時に拡大されないよう16pxより小さくしない。フォントサイズ調整したい時は、#lang のtransformを調整する*/
	width:147px;
	background:url(../img/locator/bg_select.gif) right center no-repeat #ffffff;
	background-size:20px auto;
	-webkit-background-size:20px auto;
	-moz-background-size:20px auto;
	padding:5px 12px 5px 0;
}

	
	
	
/*
     フッター
----------------------------------*/
#footer_navi p{
	text-align:center;
	font-size:14px;
}
#footer_navi p.copy{
	font-size: 11px;
	padding-top:1em;
}
#footer_navi a{
	white-space: nowrap;
}
#footer_navi p.copy a{
	white-space: normal;
}
/***********************************************************/
/*見出し、テーブル等*/
/***********************************************************/

h2{
	font-size:200%;
	font-weight:200;
	width:auto;
	padding:0 10px;
}
h3{
	font-size:160%;
	font-weight:200;
	line-height:1.2;
	margin:2em auto 0.7em;
	letter-spacing: 0.02em;
}
h4{
	font-size:120%;
	font-weight:bold;
	line-height:1.2;
	color:#a40000;
	margin:0.8em auto 0.4em;
	letter-spacing: 0.02em;
}




/*ボタン*/
.btn_r{
	width:100%;
	font-size: 1.1em;
	line-height:1.2;
	padding:15px 50px 15px 15px;
}
.btn_r.point{
	background-position:left 7px center;
	background-size:40px auto;
	-webkit-background-size:40px auto;
	-moz-background-size:40px auto;
	padding:15px 50px 15px 55px;
}
.btn_r:after{
	width:12px;
	height:12px;	
}
.btn_r.r2{
	margin:0 0 15px 0;
	width:100%;
	height:auto;
	display:block;
	font-size:4.0vw;
	padding:1em 50px 1em 20px;
}
.btn_r.r2:after{
	top:30%;
}
	

/***********************************************************/
/*mod-cookie-bar*/
/***********************************************************/
.mod-cookie-bar__body-inner {
	 height: 100px;

}
.mod-cookie-bar__body {

    padding: 0 1.25rem;

}


