@charset "utf-8";
/* CSS Document */

/* 2015/05/19修正 */
.header_wrapp h1, .header_wrapp h2, .header_wrapp h3, .header_wrapp h4, .header_wrapp h5, .header_wrapp h6, .header_wrapp p, .header_wrapp pre, .header_wrapp blockquote, .header_wrapp ul, .header_wrapp ol, .header_wrapp dl, .header_wrapp dd, .header_wrapp tr {
	line-height: normal;
}
/* 2015/05/19修正end */

@media print,screen and (min-width:1201px){
.header_wrapp {
	background-color: #f9f3ed;
}

.header {
	height: 66px;
	position: relative;
	width: 1200px;
	box-sizing: border-box;
	padding: 0 25px;
	background-color: #f9f3ed;
	margin: 0 auto;
}

.header .comment {
	font-size: 11px;
	text-align: right;
	letter-spacing: -0.05em;
	padding-top: 11px;
	display: none;
}

.header.not_login .comment { /*2015/04/23修正*/
	display: block;
    padding-right: 15px;
}

.header .logo {
  position: absolute;
  height: 111px;
  width: 148px;
  background: url(../images/head_logp_pc.png) top left no-repeat;
  text-indent: -9999px;
  z-index: 2;/* 2015/05/19修正 */
}

/* 2015/05/13追加 */
.header .logo a {
	display: block;
	height: 111px;
 	width: 148px;
}
/* 2015/05/13追加end */

.header .navi {
	font-size: 0px;
	text-align: right;
	padding: 6px 0 7px 0;
}

.header .navi span {
	color: #fe7522;
}

.header .navi li {
	display: inline-block;
	text-align: left;
	margin-left: 28px;
	vertical-align: middle;
}

.header .navi li a {
	font-size: 11px;
	text-decoration: none;
	color: #231815;
	vertical-align: middle; /* 2015/04/28追加 */
}

.header .user_name p {
	display: inline-block;
}

.header .user_name .name_area {
	color: #fe7522;
	/* vertical-align: bottom; 2015/04/28削除 */
	margin-top: 6px;/*2015/05/14修正*/
}

.header .user_info_wrapp {
	text-align: right;
	height: 30px;
	font-size: 0;
}

.header.not_login .user_info_wrapp {/*2015/04/23修正*/
	display: none;
}

.header .user_info_wrapp > div,
.header .btn_wrapp > div {
	display: inline-block;
	text-align: left;
	vertical-align: bottom;
	margin-left: 15px;
	height: 24px;
}

/* 2015/04/24修正 第2弾 */
.header .navi .btn_wrapp {
	margin: 0;
}
/* 2015/04/24修正 第2弾end */

.header .user_name {
	font-size: 12px;
	line-height: 30px;
}

.header .point,
.header .money {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
}

.header .point .txt {
	/* color: #3b7811; 2015/04/24修正 第2弾 */
}

.header .point .num,
.header .money .num {
	font-size: 18px;
	color: #fe7522;
 	margin-left: 3px;
}

.header .point p:last-child,
.header .money p:last-child {
	margin-left: 4px;
	/* 2015/05/19追加 */
	margin-top: 6px;
	/* 2015/05/19追加end */
}

.header .log_in_out {
	margin-left: 25px !important;
}

.header .log_in_out a{
	display: block;
	width: 87px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/head_logout_pc.png) no-repeat top left;/*2015/04/23修正*/
}

.header.not_login .log_in_out a{/*2015/04/23修正*/
	background: url(../images/head_login_pc.png) no-repeat top left;/*2015/04/23修正*/
}

.header .btn_wrapp .point_record,
.header .btn_wrapp .money_record {
	margin-left: 0;
}
.header .btn_wrapp .point_detail {
	margin-left: 5px;/*2015/04/24修正 第2弾*/
}
.header .point_record a,
.header .point_detail a,
.header .money_record a{
	display: block;
	width: 61px;
	height: 25px;
	text-indent: -9999px;
}

.header .point_record a { background: url(../images/head_point_record_pc.png) no-repeat top left;}/*2015/04/23修正*/
.header .point_detail a { background: url(../images/head_point_detail_pc.png) no-repeat top left;}/*2015/04/23修正*/
.header .money_record a { background: url(../images/head_money_record_pc.png) no-repeat top left;}/*2015/04/23修正*/

.header .point p,
.header .money p {
	display: inline-block;
}

.header .money span {
	/* 2015/04/23削除
	line-height: 12px;
	 2015/04/23削除end */
	/*color: #126ca1; 2015/04/23修正 */
}

.header .btn_wrapp .menu_open {
	display: none;
}

/* PC版メニュー 2015/04/23修正 */
.pc_menu_wrapp {
	background-color: #442a25;
}

.pc_menu_wrapp .menu {
	width: 1200px;
	margin: 0 auto;
	font-size: 0px;
	padding: 0 15px;
	background-color: #442a25;
	text-align: right;
	box-sizing: border-box;
}

.pc_menu_wrapp .menu li {
	display: inline-block;
	border-left: 1px solid #ffffff;
	position: relative;/*2015/04/24追加*/
}

.pc_menu_wrapp .menu li:first-child {
	border-left: none;
}

/*2015/04/24修正 第2弾*/
.pc_menu_wrapp .menu li a{
	display: block;
	text-align: center;
	width: 192px;
	font-size: 13px;
	color: #ffffff;
	height: 35px;
	box-sizing: border-box;
	padding: 8px 0;
	text-decoration: none;
}
/*2015/04/24修正end 第2弾*/

/*2015/04/24修正 第2弾
.pc_menu_wrapp .menu li:first-child a{
	padding: 8px 40px;
}
2015/04/24修正 第2弾*/

/*2015/04/24追加*/
.pc_menu_wrapp .menu .ac_menu {
	display: none;
	position: absolute;
	top: 35;
	left: 0;
	z-index: 9999;/*2015/04/28修正*/
}

.pc_menu_wrapp .menu .ac_menu a {
	display: block;/*2015/04/24修正 第2弾*/
	height: 42px !important;/*2015/04/24修正 第2弾*/
	color: #442a25;
	text-align: center;
	font-size: 12px;
	line-height: 18px; /*2015/04/28修正*/
	padding: 2px 0; /*2015/04/24修正*/
	height: auto;
	background-color: #fff1c6;
	border: 1px solid #ffb503;
	border-top: none;
	/*background: url(../images/ico_ac_menu.png) no-repeat center; 2015/04/24修正 第2弾*/
	background-position-x: 13px;/*2015/04/24修正*/
	background-color: #fff1c6;/*2015/04/24修正 第2弾*/
}

/*2015/04/24修正 第2弾*/
.pc_menu_wrapp .menu .ac_menu a.f-prg {
	padding-top: 12px;
}
.pc_menu_wrapp .menu .ac_menu a:hover {
	background-color: #ffdc6f;
}
/*2015/04/24修正end 第2弾*/

/*2015/04/24追加 end*/

/*2015/04/24修正 第2弾 */
.pc_menu_wrapp .menu .active,
.pc_menu_wrapp .menu li > a:hover,
.pc_menu_wrapp .menu .ac_pr_menu:hover {
	background-color: #ffb503;
}
/*2015/04/24修正end 第2弾*/

/*2015/04/24修正 第2弾
.pc_menu_wrapp .menu .ac_menu_1 a { width: 204px;}
.pc_menu_wrapp .menu .ac_menu_2 a { width: 191px;}
.pc_menu_wrapp .menu .ac_menu_3 a { width: 165px;}
/*2015/04/24修正end 第2弾*/

/* PC版メニュー 2015/04/23修正end */

/* PC版メニューend */

/* SP版メニュー 2015/04/23追加 */
.sp_menu_wrapp,
/* SP版メニュー 2015/04/23追加end */

/* SP版ボタンエリア 2015/04/23追加 */
.sp_btn_area {
	display: none;
}
/* SP版ボタンエリア 2015/04/23追加end */

/* S NET モーダルウィンドウ 2015/04/23追加 */
#snet_modal {
	display: none;
}
/* S NET モーダルウィンドウ 2015/04/23追加end */

/* ポイント利用不可 */
.cant_use {
	color:#F00;
	margin-top: 2px;
}
/* ポイント利用不可end */

}

@media screen and (min-width:621px) and (max-width:1200px){
.header_wrapp {
	background-color: #f9f3ed;
}

.header {
	height: 66px;
	position: relative;
	width: 1000px;
	background-color: #f9f3ed;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.header .comment {
	font-size: 11px;
	text-align: right;
	letter-spacing: -0.05em;
	padding-top: 11px;
	display: none;
}

.header.not_login .comment {/* 2015/04/23修正 */
	display: block;
    padding-right: 15px;
}

.header .logo {
  position: absolute;
  height: 111px;
  width: 148px;
  background: url(../images/head_logp_pc.png) top left no-repeat;
  text-indent: -9999px;
  z-index: 2;/* 2015/05/19修正 */
}

/* 2015/05/13追加 */
.header .logo a {
	display: block;
	height: 111px;
 	width: 148px;
}
/* 2015/05/13追加end */

.header .navi {
	font-size: 0px;
	text-align: right;
	padding: 6px 0 7px 0;
}

.header .navi span {
	color: #fe7522;
}

.header .navi li {
	display: inline-block;
	text-align: left;
	margin-left: 23px;
	vertical-align: bottom;
}

.header .navi li a {
	font-size: 11px;
	text-decoration: none;
	color: #231815;
	vertical-align: middle;/* 2015/04/28修正 */
}

.header .user_name p {
	display: inline-block;
}

.header .user_name .name_area {
	color: #fe7522;
	/*vertical-align: bottom; 2015/04/28削除 */
	margin-top: 6px;/*2015/05/14修正*/
}

.header .user_info_wrapp {
	text-align: right;
	height: 30px;
	font-size: 0;
}

.header.not_login .user_info_wrapp {/* 2015/04/23修正 */
	display: none;
}

.header .user_info_wrapp > div,
.header .btn_wrapp > div {
	display: inline-block;
	text-align: left;
	vertical-align: bottom;
	margin-left: 10px;
	height: 24px;
}

/* 2015/04/24修正 第2弾 */
.header .navi .btn_wrapp {
	margin: 0;
}
/* 2015/04/24修正 第2弾end */

.header .user_name {
	font-size: 12px;
	line-height: 30px;/* 2015/04/28修正 */
}

.header .point,
.header .money {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

.header .point .txt {
	/* color: #3b7811; 2015/04/24修正 第2弾 */
}

.header .point .num,
.header .money .num {
	font-size: 18px;
	color: #fe7522;
 	margin-left: 3px;
}

.header .point p:last-child,
.header .money p:last-child {
	margin-left: 4px;
	/* 2015/05/19追加 */
	margin-top: 6px;
	/* 2015/05/19追加end */
}

.header .log_in_out {
	margin-left: 18px !important;
}

.header .log_in_out a{
	display: block;
	width: 87px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/head_logout_pc.png) no-repeat top left;/* 2015/04/23修正 */
}

.header.not_login .log_in_out a{/* 2015/04/23修正 */
	background: url(../images/head_login_pc.png) no-repeat top left;/* 2015/04/23修正 */
}

.header .btn_wrapp .point_record,
.header .btn_wrapp .money_record {
	margin-left: 0;
}
.header .btn_wrapp .point_detail {
	margin-left: 5px;
}
.header .point_record a,
.header .point_detail a,
.header .money_record a{
	display: block;
	width: 61px;
	height: 25px;
	text-indent: -9999px;
}

.header .point_record a { background: url(../images/head_point_record_pc.png) no-repeat top left;}/* 2015/04/23修正 */
.header .point_detail a { background: url(../images/head_point_detail_pc.png) no-repeat top left;}/* 2015/04/23修正 */
.header .money_record a { background: url(../images/head_money_record_pc.png) no-repeat top left;}/* 2015/04/23修正 */

.header .point p,
.header .money p {
	display: inline-block;
}

.header .money span {
	/* 2015/04/23削除
	line-height: 12px;
	2015/04/23削除end */
	/*color: #126ca1;　2015/04/24修正 第2弾*/
}

.header .btn_wrapp .menu_open {
	display: none;
}

/* PC版メニュー 2015/04/23修正 */
.pc_menu_wrapp {
	background-color: #442a25;
}

.pc_menu_wrapp .menu {
	width: 1000px;
	margin: 0 auto;
	font-size: 0px;
	padding: 0 15px;
	background-color: #442a25;
	text-align: right;
	box-sizing: border-box;
}

.pc_menu_wrapp .menu li {
	display: inline-block;
	border-left: 1px solid #ffffff;
	position: relative;/*2015/04/24追加*/
}

.pc_menu_wrapp .menu li:first-child {
	border-left: none;
}

/* 2015/04/24修正 第2弾 */
.pc_menu_wrapp .menu li a{
	display: block;
	width: 160px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	height: 35px;
	box-sizing: border-box;
	padding: 8px 0;
	text-decoration: none;
}
/* 2015/04/24修正end 第2弾 */

/*2015/04/24修正 第2弾
.pc_menu_wrapp .menu li:first-child a{
	padding: 8px 25px;
}2015/04/24修正end 第2弾*/
/*2015/04/24追加*/
.pc_menu_wrapp .menu .ac_menu {
	display: none;
	position: absolute;
	top: 35;
	left: 0;
	z-index: 9999;/*2015/04/24追加*/
}

.pc_menu_wrapp .menu .ac_menu a {
	display: block;/*2015/04/24修正 第2弾*/
	height: 42px !important;/*2015/04/24修正 第2弾*/
	color: #442a25;
	text-align: center;
	font-size: 12px;
	line-height: 18px; /*2015/04/28修正*/
	padding: 2px 0; /*2015/04/24修正*/
	height: auto;
	background-color: #fff1c6;
	border: 1px solid #ffb503;
	border-top: none;
	/*background: url(../images/ico_ac_menu.png) no-repeat center; 2015/04/24修正 第2弾*/
	background-position-x: 13px;/*2015/04/24修正*/
	background-color: #fff1c6;/*2015/04/24修正 第2弾*/
}
/*2015/04/24修正 第2弾*/
.pc_menu_wrapp .menu .ac_menu a.f-prg {
	padding-top: 12px;
}

.pc_menu_wrapp .menu .ac_menu a:hover {
	background-color: #ffdc6f;
}

.pc_menu_wrapp .menu .active,
.pc_menu_wrapp .menu li > a:hover,
.pc_menu_wrapp .menu .ac_pr_menu:hover {
	background-color: #ffb503;
}
/*2015/04/24修正end 第2弾*/

/*2015/04/24修正 第2弾
.pc_menu_wrapp .menu .ac_menu_1 a { width: 164px;}
.pc_menu_wrapp .menu .ac_menu_2 a { width: 151px;}
.pc_menu_wrapp .menu .ac_menu_3 a { width: 125px;}
/*2015/04/24修正*/

/*2015/04/24追加end*/

/* PC版メニュー 2015/04/23修正end */

/* SP版メニュー 2015/04/23追加 */
.sp_menu_wrapp,
/* SP版メニュー 2015/04/23追加end */

/* SP版ボタンエリア 2015/04/23追加 */
.sp_btn_area {
	display: none;
}
/* SP版ボタンエリア 2015/04/23追加end */

/* S NET モーダルウィンドウ 2015/04/23追加 */
#snet_modal {
	display: none;
}
/* S NET モーダルウィンドウ 2015/04/23追加end */

/* ポイント利用不可 */
.cant_use {
	color:#F00;
	margin-top: 2px;
}
/* ポイント利用不可 */
}
@media screen and (max-width:620px){

.header {
	position: relative;
	width: 620px;
	border-top: 5px solid #ffb70b
}

.header .logo {
	text-indent: -9999px;
	display: inline-block;
	height: 110px;
	width: 280px;
	background: url(../images/head_logp_sp.png) no-repeat 15px 7px;
}

/* 2015/05/13追加 */
.header .logo a {
	display: block;
	height: 110px;
	width: 280px;
}
/* 2015/05/13追加end */

.header .comment {
	display: none;
}

.header .navi li {
	display: none;
}

.header .user_info_wrapp {
	background-color: #ffb70b;
	box-sizing: border-box;
	padding: 3px 15px;
}

.header .user_name {
	float: left;
	color: #231815;
	font-weight: bold;
	padding-top: 5px; /* 2015/04/28 修正 */
}

.header .user_name p {
	display: inline-block;
	font-size: 16px; /* 2015/04/28 追加 */
}

.header .user_name .name_area {
	font-size: 21px;
	/* 2015/10/27削除
	color: #ffffff;
	*/
}

.header .point,
.header .money {
	color: #231815;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 2px 0;
}

.header .point p,
.header .money p {
	display: inline-block;
}

.header .point p.txt,
.header .money p.txt {
	position: absolute;
	left: 295px;
	top: 5px;
	font-size: 18px;/* 2015/04/28追加 */
}

.header .point p:last-child{
	margin-left: 5px;
	/*2015/05/19削除
	margin-right: 4px;
	*/
}
.header .money p:last-child{
	margin-left: 4px;
}

.header .num {
	/* 2015/10/27削除
	color: #ffffff;
	*/
	font-size: 21px;
}

.header .btn_wrapp > div {
	position: absolute;
}

.header .btn_wrapp > div a {
	text-align: center;
	display: block;
	height: 80px;
	width: 56px;
	color: #615350;
	text-decoration: none;
	box-sizing: border-box;
	padding-top: 56px;
  	font-size: 16px;
	white-space: nowrap;
}

.header .point_record a {
	background: url(../images/head_point_record_sp.png) no-repeat top center;
}
.header .point_detail a {
	background: url(../images/head_point_detail_sp.png) no-repeat top center;
}
.header .money_record a {
	background: url(../images/head_money_record_sp.png) no-repeat top center;
}
.header .menu_open {
	width: 65px;
	padding-top: 60px;
	text-align: center;
	color: #3f3f3f;
	text-decoration: none;
	white-space: nowrap;
	background: url(../images/head_menu_sp.png) no-repeat top center;
}
.header .log_in_out a {
	background: url(../images/head_login_sp.png) no-repeat top center;
}

.header .menu_open {
	top: 19px;
	right: 15px;
}

/* SP版メニュー 2014/04/23追加 */
.sp_menu_wrapp .menu li {
	background-color: #412c28;
	border-top: 2px solid #5d4a44;
	border-bottom: 2px solid #38201c;
	width: 450px;
}

.sp_menu_wrapp .menu li.menu_sign_up,
.sp_menu_wrapp .menu li.menu_prica,
.sp_menu_wrapp .menu li.menu_kids {
	background-color: #fd7320;
	border-top: 2px solid #fca571;
	border-bottom: 2px solid #ee4a10;
}

.sp_menu_wrapp .menu li.menu_top,
.sp_menu_wrapp .menu li.snet_banner,
.sp_menu_wrapp .menu li.menu_sign_up{
	border-top: none;
}

.sp_menu_wrapp .menu li.menu_kids {
	border-bottom: none;
}

.sp_menu_wrapp .menu li a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 25px;
	width: 450px;
	font-size: 27px;
	line-height: 30px;
}

.sp_menu_wrapp .menu li a img {
	float: right;
}

.sp_menu_wrapp .menu li.menu_top a {
	width: 225px;
	text-align: right;
	padding: 35px 25px;
}

.sp_menu_wrapp .menu li.menu_top .sb-close {
	color: #ffffff;
	display: inline-block;
	box-sizing: border-box;
	padding: 25px;
	width: 225px;
	font-size: 27px;
	line-height: normal;
}

.sp_menu_wrapp .menu li.menu_top .sb-close img {
	margin-right: 15px;
	margin-top: -4px;
}

.sp_menu_wrapp .menu li.menu_top .txt {
	padding-right: 35px;
}

.sp_menu_wrapp .menu li.snet_banner a{
	padding: 25px 0 0 0;
}

.sp_menu_wrapp .menu li.snet_banner a img {
	width: 100%;
}
/* SP版メニュー 2014/04/23追加end */

/* PC版メニュー 2014/04/23追加 */
.pc_menu_wrapp {
	display: none;
}
/* PC版メニュー 2014/04/23追加end */

/* PC版ボタンエリア 2014/04/23追加 */
.user_info_wrapp .btn_wrapp {
	display: none;
}
/* PC版ボタンエリア 2014/04/23追加end */

/* SP版ボタンエリア 2014/04/23追加 */
.sp_btn_area {
	display: inline-block;
	height: 90px;
	width: 200px;
	height: 0px;
 	width: 323px;
	vertical-align: top;
	margin-top: 17px;
}
.sp_btn_area div {
	float: right;
	margin-left: 13px;
}

.sp_btn_area div a {
	width: 65px;
	padding-top: 60px;
	text-align: center;
	display: block;
	color: #3f3f3f;
	text-decoration: none;
	white-space: nowrap;
}

/* SP版ボタンエリア 2014/04/23追加end */

/* ポイント利用不可*/
.cant_use {
	color:#F00;
}
/* ポイント利用不可*/

/* S NET モーダルウィンドウ 2014/04/23追加 */
#lean_overlay{
	position: fixed; z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
#snet_modal{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
	border-radius : 10px;
	width: 600px;
	font-size: 24px;
	overflow: hidden;
	position: fixed!important;
	/* 2015/05/11追加 *
	left: 760px !important;
	* 2015/05/11追加end */
}

#snet_modal .input_area {
	background: url("../images/snet_bg.png") no-repeat top center;
	background-color: #0f59b5;
	min-height: 540px;
	padding-bottom: 25px;
}

#snet_modal .input_area .snet_credit {
	text-align: center;
	 padding-top: 30px;
}

#snet_modal .input_area .input_field_1 {
	padding-top: 245px;
	text-align: center;
	overflow: hidden;
}
#snet_modal .input_area .input_field_2 {
	padding-top: 20px;
	text-align: center;
	overflow: hidden;
}

#snet_modal .input_area .input_field_1 input,
#snet_modal .input_area .input_field_2 input {
	font-size: 36px;
	width: 436px;
	height: 100px;
	border: none;
	border-radius: 0px 10px 10px 0px;
	padding: 0 20px;
	box-sizing: border-box;
}

#snet_modal .input_area .input_field_1 span,
#snet_modal .input_area .input_field_2 span {
	display: inline-block;
	background-color: #fd8d00;
	width: 125px;
	height: 100px;
	vertical-align: top;
	font-size: 40px;
	/* 2015/05/19修正 */
	line-height: 105px;
	/* 2015/05/19修正end */
	box-sizing: border-box;
	color: #ffffff;
	border-radius: 10px 0px 0px 10px;
}

#snet_modal .input_area .forget {
	margin-top: 30px;
    margin-left: 20px;
}

#snet_modal .input_area .forget a {
	font-size: 27px;
    color: #ffffff;
}

#snet_modal .input_area .forget a span {
	color: #fe7522;
    margin-right: 10px;
}

#snet_modal .input_area .submit_btn {
    text-align: center;
    margin-top: 28px;
}

#snet_modal .submit_area {
	background-color: #ffb503;
    padding-top: 20px;
}

#snet_modal .submit_area .regist_btn {
	text-align: center;
}

#snet_modal .submit_area .submit_btn {
	text-align: center;
	padding-top: 30px;
}

#snet_modal .submit_area .about_snet {
	padding: 20px 0;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color: #363535;
}

#snet_modal .submit_area .about_snet span{
	color: #0f59b5;
	display: inline-block;
	margin-right: 05px;
}

.modal_close_snet{
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/snet_close.png) no-repeat;
	background-size: 100%;
	z-index: 2;
	text-indent: -9999px;
	cursor: pointer;
}
/* S NET モーダルウィンドウ 2014/04/23追加end */

}