@charset "utf-8";

/*
*	サイト名 ガーネ
*	---------------------------------------------------
*	Font
*	Optimization
*	Color
*	Z-Index
*	---------------------------------------------------
*	layout[ALL]
*		html
*		Body
*		Br
*		Background Color
*		Text Color
*		#lf_wrapper
*		#lf_header
*		#lf_container
*		#lf_footer
*		#lf_pagetop
*		#lf_main_view[under_page]
*		Common_parts
*		lf_paging
*		#ERRITEM[お問い合わせフォームエラー]
*	layout[lf_top_page]
*	layout[lf_policy_page]
*	layout[lf_contact_page]
*	layout[lf_confirm_page]
*	layout[lf_thanks_page]





//PCファースト
*  --------------------------------------------------
*  /*  Media Queries for window size under 1200px
*  --------------------------------------------------
*  /*  Media Queries for window size under 767px
*  --------------------------------------------------
*  /*  Media Queries for window size under 640px
*  --------------------------------------------------
*/



/*==================================================

  BaseFont

====================================================*/
body, button, input, select, option, textarea {
  font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"游明朝","YuMincho","Hiragino Mincho ProN W3","游ゴシック体","YuGothic","游ゴシック","Yu Gothic",'Noto Sans JP',sans-serif,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",'Meiryo',"ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
  font-weight: 400;
}


/*==================================================

	Optimization

====================================================*/
/*	html
--------------------------*/
html {
	font-size: 75%;
}



/*	Body
--------------------------*/
body,
body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	line-height: 1.7;
  letter-spacing: 0.25px;
  font-size: 100%;
}
img {
	-webkit-touch-callout: none;
/*
	width: auto;
*/
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
a:hover {
  text-decoration: none;
}
/*img,button,i {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}*/
h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: 400;
}
table {
  border-collapse: collapse;
}
button, input, select, option, textarea {
  border: 0 none;
  letter-spacing: 0px;
}
button {
	outline: none;
}



/*==================================================

	Color

====================================================*/
/* テキスト
--------------------------*/
body {
  color: #030101;
	-webkit-font-smoothing: antialiased;
}
button, input, select, option, textarea {
	color: #030101;
  border: 0 none;
  letter-spacing: 0px;
  border-radius: 0px;
  background-color: transparent;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;*/
}
button:disabled, input:disabled, select:disabled, option:disabled, textarea:disabled {
  background-color: transparent;
}
textarea {
  resize: none;
  vertical-align: bottom;
}

input:-moz-placeholder {
  color: #bbbbbb;
}
input::-moz-placeholder {
  color: #bbbbbb;
}
input::-webkit-input-placeholder {
  color: #bbbbbb;
}
input:-ms-input-placeholder {
  color: #bbbbbb;
}

textarea:-moz-placeholder {
  color: #bbbbbb;
}
textarea::-moz-placeholder {
  color: #bbbbbb;
}
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
textarea:-ms-input-placeholder {
  color: #bbbbbb;
}



/* テキスト選択
--------------------------*/
::selection {
	background:#8a7a50;
	color:#FFF;
}
::-webkit-selection {
	background:#8a7a50;
	color:#FFF;
}
::-moz-selection {
	background:#8a7a50;
	color:#FFF;
}



/* リンク
--------------------------*/
a:link,
a:visited {
	color: #030101;
}



/*==================================================

	Z-Index

====================================================*/
/*#lf_main_slideshow:before,
#lf_main_slideshow:after{
	z-index: 1;
}
.lf_top_page .lf_list_item:before,
.lf_top_page .lf_list_item:after,
.lf_top_page .lf_list_item > a:before,
.lf_top_page .lf_list_item > a:after {
	z-index: 1;
}
#lf_header_nav{
	z-index: 2;
}
*/

#lf_g_nav_btn{
	z-index: 99;
}
#lf_g_nav{
	z-index: 98;
}
#lf_header{
	z-index: 50;
}
#lf_overlay{
	z-index: 40;
}
#lf_pagetop{
	/*z-index: 3;*/
}



/*==================================================

	layout[ALL]

====================================================*/
/*  html
--------------------------*/
html{
}



/*  body
--------------------------*/
body{
	width: 100%;
	min-width: 320px;
	background-color: #fff;
}



/* Br
--------------------------*/
.lf_sp,.lf_1200,.br_767,.br_640,.br_480{
	display: none;
}



/* Background Color
--------------------------*/



/* Text Color
--------------------------*/



/*  #lf_wrapper
--------------------------*/
#lf_wrapper{
  width: 100%;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
	position: relative;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat;
}



/*  #lf_header
--------------------------*/
#lf_header{
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 1);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.lf_header_scroll #lf_header,
.lf_header_scroll .lf_top_page #lf_header{
	position: fixed;
	background-color: rgba(0, 0, 0, 0.85);
}
.lf_top_page #lf_header{
	background-color: rgba(0, 0, 0, 0);
}
#lf_header_in{
	width: 100%;
  padding-top: 40px;
  padding-bottom: 44px;
  padding-left: 40px;
  padding-right: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.lf_header_scroll #lf_header_in{
  padding-top: 30px;
  padding-bottom: 34px;
}
#lf_gNav_head{
	width: 100%;
}
#lf_gNav_head_in{
	width: 100%;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
}
#lf_logo_wrap {
}
#lf_logo {
  width: 389px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.lf_header_scroll #lf_logo {
  width: 309px;
}
#lf_gNav_menu{
}
#lf_gNav_toplink{
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
}
#lf_gNav_toplink li{
	padding-left: 20px;
	padding-right: 20px;
}
#lf_gNav_toplink li .lf_menu{
}
#lf_gNav_toplink li .lf_menu img{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_gNav_toplink li .lf_menu img:hover{
	opacity: 0.7;
}



/*  #lf_g_nav
--------------------------*/
#lf_g_nav{
	display: none;
}



/*  #lf_overlay
--------------------------*/
#lf_overlay {
  display: none;
}



/*  #lf_g_nav_btn
--------------------------*/
#lf_g_nav_btn{
	display: none;
}



/*  #lf_container
--------------------------*/
#lf_container{
	width: 100%;
	padding-top: 147px;
}
.lf_top_page #lf_container{
	padding-top: 0;
}



/*  #lf_footer
--------------------------*/
#lf_footer{
  background-color: #000;
  width: 100%;
  position: relative;
}
#lf_footer_top{
	width: 100%;
}
#lf_f_nav{
	width: 100%;
}
#lf_f_nav_in{
	width: 100%;
	max-width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 90px;
  padding-left: 40px;
  padding-right: 40px;
}
#lf_f_nav_upper{
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
}
#lf_f_nav_upper .lf_f_nav_left{
	width: 439px;
	padding-top: 8px;
}
#lf_f_nav_upper .lf_f_nav_left .lf_address{
	width: 100%;
	padding-top: 16px;
}
#lf_f_nav_upper .lf_f_nav_left .lf_address > dl{
	width: 100%;
	display: table;
}
#lf_f_nav_upper .lf_f_nav_left .lf_address > dl > dt{
	width: 72px;
	display: table-cell;
	vertical-align: middle;
}
#lf_f_nav_upper .lf_f_nav_left .lf_address > dl > dt .lf_txt{
	font-size: 134%;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
#lf_f_nav_upper .lf_f_nav_left .lf_address > dl > dd{
	display: table-cell;
	vertical-align: middle;
}
#lf_f_nav_upper .lf_f_nav_left .lf_address > dl > dd .lf_txt{
	font-size: 134%;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
#lf_f_nav_upper .lf_f_nav_right{
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	padding-left: 70px;
}
#lf_f_nav_upper .lf_f_nav_right ul{
	padding-left: 70px;
}
#lf_f_nav_upper .lf_f_nav_right ul li{
	padding-top: 8px;
	padding-bottom: 8px;
}
#lf_f_nav_upper .lf_f_nav_right ul li .lf_f_nav_upper_ttl{
}
#lf_f_nav_upper .lf_f_nav_right ul li .lf_f_nav_upper_ttl img{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_f_nav_upper .lf_f_nav_right ul li .lf_f_nav_upper_ttl img:hover{
	opacity: 0.7;
}
#lf_footer_btm{
	width: 100%;
	background-color: #fff;
}
#lf_footer_btm_in{
	width: 100%;
  line-height: 64px;
  text-align: center;
}
#lf_copyright{
	font-size: 117%;
	font-weight: bold;
	color: #969696;
	font-family: "游ゴシック体","YuGothic","游ゴシック","Yu Gothic";
}



/*  #lf_pagetop
--------------------------*/
#lf_pagetop {
  position: fixed;
  right: 40px;
  /* bottom: 72px; */
  bottom: -80px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_pagetop i {
	display: block;
  width: 60px;
  height: 60px;
  background-color: #000;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_pagetop i:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
  position: absolute;
  top: 22px;
  left: 0;
	right: 0;
	margin: auto;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_pagetop:hover i:before {
	top: 16px;
}



/*  #lf_main_view[under_page]
--------------------------*/
.under_page #lf_main_view{
	width: 100%;
}
.under_page #lf_main_view_in{
	width: 100%;
	background-image: url(../images/common/bg_main.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.under_page #lf_main_view_in .lf_ttl{
	width: 100%;
	text-align: center;
	padding-top: 140px;
	padding-bottom: 140px;
}



/*  Common Parts
--------------------------*/
.lf_sec_header{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.lf_sec_body{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.lf_cmn_underline{
	width: 100%;
	padding-bottom: 14px;
	border-bottom: 4px solid #eeeae0;
	position: relative;
}
.lf_cmn_underline::before{
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	background-color: #8a7a50;
	position: absolute;
	bottom: -4px;
	left: 0;
}



/*  .lf_contact_wrap
--------------------------*/
.lf_contact_wrap{
	width: 100%;
	background-color: #000;
}
.lf_contact_wrap .lf_contact_wrap_in{
	width: 100%;
	background-image: url(../images/common/bg_contact.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul{
	width: 100%;
	height: 478px;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul::after{
	content: "";
	display: block;
	clear: both;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li{
	width: 50%;
	height: 100%;
	float: right;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li:first-child{
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl{
	width: 100%;
	padding-bottom: 80px;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dt{
	width: 100%;
	position: relative;
	padding-top: 44px;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dt .lf_ttl{
	color: #fff;
	text-align: left;
	letter-spacing: 5px;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd{
	width: 100%;
	padding-top: 28px;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p {
	width: 100%;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p.lf_bottom {
	padding-top: 32px;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p .lf_txt{
	display: block;
	font-size: 167%;
	color: #fff;
	font-weight: bold;
	font-family: "游ゴシック体","YuGothic","游ゴシック","Yu Gothic";
	padding-bottom: 20px;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p.lf_bottom .lf_txt{
	padding-bottom: 20px;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p .lf_b_txt{
	display: block;
	padding-top: 30px;
	padding-bottom: 20px;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p > a{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p a:hover{
	opacity: 0.7;
}
.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p .lf_s_txt{
	font-size: 150%;
	color: #fff;
	font-weight: bold;
	font-family: "游ゴシック体","YuGothic","游ゴシック","Yu Gothic";
}



/*  #lf_bottom_wrap
--------------------------*/
#lf_bottom_wrap{
	width: 100%;
}
#lf_bottom_wrap .lf_bottom_wrap_in{
	width: 100%;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul{
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li{
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li .lf_btn_wrap{
	width: 100%;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li .lf_btn_wrap .lf_btn_in{
	width: 100%;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li .lf_btn_wrap .lf_btn_in .lf_btn{
	display: block;
	width: 100%;
	line-height: 106px;
	font-size: 200%;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #f0f0f0;
	text-align: center;
	letter-spacing: 4px;
	position: relative;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li .lf_btn_wrap .lf_btn_in .lf_btn:hover{
	opacity: 0.7
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li .lf_btn_wrap .lf_btn_in .lf_btn::before{
	content: "";
	display: block;
	width: 39px;
	height: 42px;
	background-image: url(../images/common/icon_cart.jpg);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 123px;
	margin-top: -24px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li .lf_btn_wrap .lf_btn_in .lf_btn:hover::before{
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li > dl{
	width: 100%;
	display: table;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li > dl > dt{
	width: 110px;
	display: table-cell;
	vertical-align: middle;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li > dl > dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li > dl > dd .lf_txt{
	font-size: 167%;
	color: #505050;
	font-weight: bold;
	font-family: "游ゴシック体","YuGothic","游ゴシック","Yu Gothic";
}















/*==================================================

	layout[lf_top_page]

====================================================*/
.lf_top_page #lf_main_view{
	width: 100%;
}
.lf_top_page #lf_main_view_in{
	width: 100%;
}
.lf_top_page #lf_main_view_in > ul{
	width: 100%;
}
.lf_top_page #lf_main_view_in > ul > li{
	width: 100%;
}



.lf_top_page #lf_notice{
	width: 100%;
}
.lf_top_page #lf_notice .lf_notice_in{
	width: 100%;
}
.lf_top_page #lf_notice .lf_notice_in .lf_sec_header{
	padding-top: 96px;
}
.lf_top_page #lf_notice .lf_notice_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_top_page #lf_notice .lf_notice_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_top_page #lf_notice .lf_notice_in .lf_sec_body{
	padding-top: 50px;
	padding-bottom: 100px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > ul{
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > ul > li{
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > ul > li > dl{
	width: 100%;
}
.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > ul > li > dl > dt{
	width: 100%;
}
.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > ul > li > dl > dd{
	width: 100%;
	padding-top: 30px;
	text-align: center;
}
.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > p{
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 20px;
	padding-left: 20px;
}



.lf_top_page #lf_greeting{
	width: 100%;
	border-top: 2px solid #eeeae0;
	border-bottom: 2px solid #eeeae0;
}
.lf_top_page #lf_greeting .lf_greeting_in{
	width: 100%;
	background-image: url(../images/top/bg_greeting.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.lf_top_page #lf_greeting .lf_greeting_in .lf_sec_header{
	padding-top: 96px;
}
.lf_top_page #lf_greeting .lf_greeting_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_top_page #lf_greeting .lf_greeting_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_top_page #lf_greeting .lf_greeting_in .lf_sec_body{
	padding-top: 50px;
	padding-bottom: 100px;
}
.lf_top_page #lf_greeting .lf_greeting_in .lf_sec_body > p{
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	line-height: 2.4;
}



.lf_top_page #lf_about{
	width: 100%;
}
.lf_top_page #lf_about .lf_about_in{
	width: 100%;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_header{
	padding-top: 96px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body{
	padding-top: 50px;
	padding-bottom: 60px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul{
	width: 100%;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(2){
	padding-top: 22px;
	padding-bottom: 22px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl{
	width: 100%;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dt{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd{
	width: 100%;
	padding-top: 30px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(2) > dl > dd,
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(3) > dl > dd{
	padding-top: 24px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul{
	width: 100%;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(2) > dl > dd > ul{
	padding-top: 8px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul::after{
	content: "";
	display: block;
	clear: both;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li{
	width: 50%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:first-child > dl > dd > ul > li{
	float: right;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li .lf_txt{
	display: block;
	font-size: 150%;
	font-weight: bold;
	line-height: 2;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > p{
	font-size: 150%;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li > dl{
	width: 100%;
	display: table;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(2) > dl > dd > ul > li{
	padding-top: 18px;
	padding-bottom: 18px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dt{
	width: 97px;
	display: table-cell;
	vertical-align: middle;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 32px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd .lf_s_txt{
	font-size: 250%;
	font-weight: bold;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd .lf_txt{
	display: inline;
	font-size: 300%;
	font-weight: bold;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li:first-child > dl > dd .t_col{
	color: #99374e;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li:nth-child(2) > dl > dd .t_col{
	color: #52668f;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li:nth-child(3) > dl > dd .t_col{
	color: #35722f;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li:nth-child(4) > dl > dd .t_col{
	color: #aeaa41;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li:nth-child(4) > dl > dd .t_col01{
	color: #736747;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd .lf_price{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd .lf_price .lf_txt{
	font-size: 334%;
	font-weight: bold;
	letter-spacing: 2px;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd .lf_price .lf_s_txt{
	font-size: 74.85%;
}
.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd .lf_price .lf_b_txt{
	font-size: 124.85%;
	line-height: 1.9;
}



.lf_top_page #lf_item{
	width: 100%;
}
.lf_top_page #lf_item .lf_item_in{
	width: 100%;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_header{
	padding-top: 96px;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body{
	padding-top: 60px;
	padding-bottom: 100px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul{
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li{
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl{
	width: 100%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl:hover{
	opacity: 0.8;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dt{
	width: 100%;
	overflow: hidden;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dt > img{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl:hover > dt > img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd{
	width: 100%;
	font-family: "游ゴシック体","YuGothic","游ゴシック","Yu Gothic";
	padding-top: 22px;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_item_name{
	display: block;
	font-size: 284%;
	font-weight: bold;
	color: #0f1236;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_item_name .lf_s_txt{
	font-size: 70.42%;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_txt{
	display: block;
	font-size: 167%;
	font-weight: bold;
	color: #505050;
	text-indent: -1em;
	margin-left: 1em;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_price{
	display: block;
	font-size: 450%;
	font-weight: bold;
	color: #0f1236;
	padding-top: 4px;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_price .lf_s_txt{
	font-size: 44.44%;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_btn_wrap{
	width: 100%;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_btn_wrap .lf_btn_in{
	width: 100%;
	padding-top: 8px;
}
.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_btn_wrap .lf_btn_in .lf_btn{
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	width: 100%;
	height: 60px;
	background-color: #8a7a50;
}















/*==================================================

	layout[lf_about_page]

====================================================*/
.lf_about_page #lf_salon{
	width: 100%;
}
.lf_about_page #lf_salon .lf_salon_in{
	width: 100%;
}
.lf_about_page #lf_salon .lf_salon_in .lf_sec_header{
	padding-top: 96px;
}
.lf_about_page #lf_salon .lf_salon_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_about_page #lf_salon .lf_salon_in .lf_sec_body{
	padding-top: 20px;
}
.lf_about_page #lf_salon .lf_salon_in .lf_sec_body .lf_txt_wrap > dl{
	width: 100%;
	display: table;
	padding-top: 6px;
	padding-bottom: 6px;
}
.lf_about_page #lf_salon .lf_salon_in .lf_sec_body .lf_txt_wrap > dl > dt{
	width: 26px;
	display: table-cell;
	vertical-align: top;
}
.lf_about_page #lf_salon .lf_salon_in .lf_sec_body .lf_txt_wrap > dl > dd{
	display: table-cell;
	vertical-align: top;
}
.lf_about_page #lf_salon .lf_salon_in .lf_sec_body .lf_txt_wrap > dl > dt .lf_txt,
.lf_about_page #lf_salon .lf_salon_in .lf_sec_body .lf_txt_wrap > dl > dd .lf_txt{
	font-size: 150%;
	font-weight: bold;
}



.lf_about_page #lf_about{
	width: 100%;
}
.lf_about_page #lf_about .lf_about_in{
	width: 100%;
}
.lf_about_page #lf_about .lf_about_in .lf_sec_header{
	padding-top: 52px;
}
.lf_about_page #lf_about .lf_about_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_about_page #lf_about .lf_about_in .lf_sec_body{
	padding-top: 30px;
	padding-bottom: 120px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_about_page #lf_about .lf_about_in .lf_sec_body > ul{
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.lf_about_page #lf_about .lf_about_in .lf_sec_body > ul > li{
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_about_page #lf_about .lf_about_in .lf_sec_body > ul > li  > img{
	width: 100%;
}
.lf_about_page #lf_about .lf_about_in .lf_sec_body > ul > li  .lf_txt{
	font-size: 150%;
	font-weight: bold;
	line-height: 2;
}















/*==================================================

	layout[lf_mokuzu_crab_page]

====================================================*/
.lf_mokuzu_crab_page #lf_mokuzu_crab{
	width: 100%;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in{
	width: 100%;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body{
	padding-top: 76px;
	padding-bottom: 48px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul{
	width: 100%;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li{
	width: 100%;
	padding-top: 28px;
	padding-bottom: 28px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li:nth-child(2){
	padding-top: 22px;
	padding-bottom: 22px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl{
	width: 100%;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dt{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd{
	width: 100%;
	padding-top: 20px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd .lf_txt01{
	display: block;
	font-size: 150%;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 2.3;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd .lf_txt01.indent{
	text-indent: -1em;
	margin-left: 1em;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul{
	width: 100%;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li:nth-child(2) > dl > dd > ul{
	padding-top: 8px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul::after{
	content: "";
	display: block;
	clear: both;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li{
	width: 50%;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li .lf_txt{
	display: block;
	font-size: 150%;
	font-weight: bold;
	line-height: 2;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > p{
	font-size: 150%;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 2.3;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li > dl{
	width: 100%;
	display: table;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li:nth-child(2) > dl > dd > ul > li{
	padding-top: 18px;
	padding-bottom: 18px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dt{
	width: 97px;
	display: table-cell;
	vertical-align: middle;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 32px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd .lf_s_txt{
	font-size: 250%;
	font-weight: bold;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd .lf_txt{
	display: inline;
	font-size: 300%;
	font-weight: bold;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li:first-child > dl > dd .t_col{
	color: #99374e;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li:nth-child(2) > dl > dd .t_col{
	color: #52668f;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li:nth-child(3) > dl > dd .t_col{
	color: #35722f;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li:nth-child(4) > dl > dd .t_col{
	color: #aeaa41;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li:nth-child(4) > dl > dd .t_col01{
	color: #736747;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd .lf_price{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd .lf_price .lf_txt{
	font-size: 334%;
	font-weight: bold;
	letter-spacing: 2px;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd .lf_price .lf_s_txt{
	font-size: 74.85%;
}
.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd .lf_price .lf_b_txt{
	font-size: 124.85%;
	line-height: 1.9;
}














/*==================================================

	layout[lf_cooking_page]

====================================================*/
.lf_cooking_page #lf_eat{
	width: 100%;
}
.lf_cooking_page #lf_eat .lf_eat_in{
	width: 100%;
}
.lf_cooking_page #lf_eat .lf_eat_in .lf_sec_header{
	padding-top: 96px;
}
.lf_cooking_page #lf_eat .lf_eat_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_cooking_page #lf_eat .lf_eat_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_cooking_page #lf_eat .lf_eat_in .lf_sec_body{
	padding-top: 20px;
}
.lf_cooking_page #lf_eat .lf_eat_in .lf_sec_body .lf_txt{
	display: block;
	font-size: 150%;
	font-weight: bold;
	line-height: 2.3;
}
.lf_cooking_page #lf_eat .lf_eat_in .lf_sec_body .lf_txt.col{
	color: #a42f1e;
	text-indent: -1em;
	margin-left: 1em;
}



.lf_cooking_page #lf_cooking{
	width: 100%;
}
.lf_cooking_page #lf_cooking .lf_cooking_in{
	width: 100%;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_header{
	padding-top: 50px;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 100px;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul {
	width: 100%;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul{
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li{
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl{
	width: 100%;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl.lf_bottom{
	padding-top: 36px;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl > dt{
	width: 100%;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl > dt .lf_txt{
	display: block;
	width: 120px;
	line-height: 30px;
	font-size: 150%;
	font-weight: bold;
	color: #eeeae0;
	background-color: #8a7a50;
	text-align: center;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl > dd{
	width: 100%;
	padding-top: 10px;
}
.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl > dd .lf_txt{
	font-size: 150%;
	font-weight: bold;
	line-height: 2;
}













/*==================================================

	layout[lf_qa_page]

====================================================*/
.lf_qa_page #lf_qa{
	width: 100%;
}
.lf_qa_page #lf_qa .lf_qa_in{
	width: 100%;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_header{
	padding-top: 104px;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_header.padt_short{
	padding-top: 72px;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body{
	padding-top: 12px;
	padding-bottom: 100px;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body.padb_short{
	padding-bottom: 0;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul{
	width: 100%;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li{
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #eeeae0;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li > dl{
	width: 100%;
	display: table;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li > dl > dt{
	width: 34px;
	display: table-cell;
	vertical-align: top;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li > dl > dt .lf_txt{
	font-size: 234%;
	font-weight: bold;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li > dl > dd{
	display: table-cell;
	vertical-align: top;
	padding-top: 8px;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li > dl > dd .lf_txt{
	font-size: 167%;
	font-weight: bold;
}
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li > dl.lf_question > dt .lf_txt,
.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li > dl.lf_question > dd .lf_txt{
	color: #8a7a50;
}













/*==================================================

	layout[lf_delivery_page]

====================================================*/
.lf_delivery_page #lf_item{
	width: 100%;
}
.lf_delivery_page #lf_item .lf_item_in{
	width: 100%;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_header{
	padding-top: 104px;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_body{
	padding-top: 6px;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul{
	width: 100%;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul > li{
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul > li > dl{
	width: 100%;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul > li > dl > dt{
	width: 100%;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul > li > dl > dt .lf_txt{
	display: block;
	font-size: 150%;
	font-weight: bold;
	color: #8a7a50;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.8;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul > li > dl > dd{
	width: 100%;
	padding-left: 17px;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul > li > dl > dd .lf_txt{
	font-size: 150%;
	font-weight: bold;
	line-height: 1.8;
}
.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul > li > dl > dd .lf_txt.indent{
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}



.lf_delivery_page #lf_shipping{
	width: 100%;
}
.lf_delivery_page #lf_shipping .lf_shipping_in{
	width: 100%;
}
.lf_delivery_page #lf_shipping .lf_shipping_in .lf_sec_header{
	padding-top: 32px;
}
.lf_delivery_page #lf_shipping .lf_shipping_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_delivery_page #lf_shipping .lf_shipping_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_delivery_page #lf_shipping .lf_shipping_in .lf_sec_body{
	padding-top: 12px;
}
.lf_delivery_page #lf_shipping .lf_shipping_in .lf_sec_body > p{
	width: 100%;
	font-size: 150%;
	font-weight: bold;
}
.lf_delivery_page #lf_shipping .lf_shipping_in .lf_sec_body > p .lf_num{
	font-size: 222.67%;
}
.lf_delivery_page #lf_shipping .lf_shipping_in .lf_sec_body > p .lf_txt{
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}



.lf_delivery_page #lf_payment{
	width: 100%;
}
.lf_delivery_page #lf_payment .lf_payment_in{
	width: 100%;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_header{
	padding-top: 56px;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body{
	padding-top: 6px;
	padding-bottom: 100px;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body > ul{
	width: 100%;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body > ul > li{
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body > ul > li > dl{
	width: 100%;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body > ul > li > dl > dt{
	width: 100%;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body > ul > li > dl > dt .lf_txt{
	display: block;
	font-size: 150%;
	font-weight: bold;
	color: #8a7a50;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.8;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body > ul > li > dl > dd{
	width: 100%;
	padding-left: 17px;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body > ul > li > dl > dd .lf_txt{
	font-size: 150%;
	font-weight: bold;
	line-height: 1.8;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body .lf_btn_wrap {
  width: 100%;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body .lf_btn_wrap .lf_btn_in {
  width: 100%;
	max-width: 540px;
	margin: 0 auto;
  padding-top: 8px;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  width: 100%;
  height: 60px;
  background-color: #8a7a50;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn:hover {
	opacity: 0.7;
}











/*==================================================

	layout[lf_error_page]

====================================================*/
.lf_error_page #lf_error{
	width: 100%;
}
.lf_error_page #lf_error .lf_sec_header{
	padding-top: 96px;
}
.lf_error_page #lf_error .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_error_page #lf_error .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	text-align: center;
}
.lf_error_page #lf_error .lf_sec_body{
	padding-top: 50px;
	padding-bottom: 120px;
}
.lf_error_page #lf_error .lf_sec_body .lf_ttl_wrap{
	width: 100%;
}
.lf_error_page #lf_error .lf_sec_body .lf_ttl_wrap .lf_ttl_in{
	width: 100%;
	text-align: center;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont{
	width: 100%;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont > p{
	width: 100%;
	padding-bottom: 32px;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont > p .lf_txt{
	font-size: 150%;
	font-weight: bold;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont > p .lf_txt.indent{
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont > p a{
	color: #0849c2;
	text-decoration: underline;
	text-decoration-color: #0849c2;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont > p a:hover{
	text-decoration: none;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap{
	width: 100%;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in{
	width: 100%;
	padding-top: 48px;
	max-width: 425px;
	margin: 0 auto;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in .lf_btn{
	display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  width: 100%;
  height: 60px;
  background-color: #8a7a50;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in .lf_btn:hover{
	opacity: 0.7;
}















/*==================================================

	Media Queries for window size under1200px

====================================================*/
@media screen and (max-width: 1200px) {

	#lf_wrapper{
	  width: 1200px;
	}



	/* Br(under 1200px)
	--------------------------*/
	.br_1200{
		display: inline;
	}



	/*  lf_header(under 1200px)
	--------------------------*/
	 #lf_gNav_menu{
		display: none;
	}



	/*  #lf_g_nav(under 1200px)
	--------------------------*/
	#lf_g_nav{
		display: block;
		width: 100%;
		position: absolute;
		top: 200px;
		right: 0;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		opacity: 0;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}
	.lf_nav_open #lf_g_nav,
	.lf_header_scroll .lf_nav_open #lf_g_nav{
		opacity: 1;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
	}
	.lf_header_scroll.lf_nav_open #lf_g_nav{
		position: fixed;
	}
	#lf_g_nav_in{
		width: 100%;
	}
	#lf_g_nav_upper{
		width: 100%;
	}
	#lf_g_nav_upper ul{
		width: 100%;
	}
	#lf_g_nav_upper ul li{
		width: 100%;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl{
		width: 100%;
		text-align: center;
	}
	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl img{
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}
	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl img:hover{
		opacity: 0.7;
	}



	/*  #lf_overlay(under 1200px)
	--------------------------*/
	#lf_overlay {
	  display: none;
	}



	/*  #lf_g_nav_btn(under 1200px)
	--------------------------*/
	#lf_g_nav_btn{
		display: block;
		width: 42px;
    height: 40px;
		position: absolute;
    top: 54px;
    right: 40px;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}
	.lf_header_scroll #lf_g_nav_btn{
		position: fixed;
		top: 38px;
	}
	#lf_g_nav_btn .lf_nav_in {
    width: 100%;
    height: 100%;
	}
	#lf_g_nav_btn .lf_nav_in .lf_brder {
    width: 100%;
    height: 6px;
    background-color: #fff;
    position: absolute;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	}
	#lf_g_nav_btn .lf_nav_in .lf_brder.b01 {
    top: 0;
    left: 0;
	}
	#lf_g_nav_btn .lf_nav_in .lf_brder.b02 {
		top: 50%;
    left: 0;
    margin-top: -3px;
	}
	#lf_g_nav_btn .lf_nav_in .lf_brder.b03 {
    bottom: 0;
    left: 0;
	}


	.lf_nav_open #lf_g_nav_btn .lf_brder.b01 {
    transform: translateY(17px) rotate(-135deg);
    -webkit-transform: translateY(17px) rotate(-135deg);
    -moz-transform: translateY(17px) rotate(-135deg);
    -ms-transform: translateY(17px) rotate(-135deg);
	}
	.lf_nav_open #lf_g_nav_btn .lf_brder.b02 {
    width: 0;
	}
	.lf_nav_open #lf_g_nav_btn .lf_brder.b03 {
    transform: translateY(-17px) rotate(135deg);
    -webkit-transform: translateY(-17px) rotate(135deg);
    -moz-transform: translateY(-17px) rotate(135deg);
    -ms-transform: translateY(-17px) rotate(135deg);
	}



	/*  #lf_overlay(under 767px)
	--------------------------*/
	#lf_overlay {
	  display: block;
    position: fixed;
    right: 0;
    top: 0;
		background-color: rgba(0, 0, 0, 0.9);
    width: 0%;
    height: 120%;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}
	.lf_nav_open #lf_overlay {
		width: 100%;
	}





}















/*==================================================

	Media Queries for window size under767px

====================================================*/
@media screen and (max-width: 767px) {

	#lf_wrapper{
	  width: 100%;
	}



	/* .lf_pc .lf_sp(under 767px)
	--------------------------*/
	.lf_pc{
		display: none;
	}
	.lf_sp{
		display: block;
	}



	/* Br(under 767px)
	--------------------------*/
	.br_767{
		display: inline;
	}



	/* #lf_header(under 767px)
	--------------------------*/
	#lf_header_in {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
	}
	.lf_header_scroll #lf_header_in {
    padding-top: 14px;
    padding-bottom: 14px;
	}
	#lf_logo {
    width: 209px;
	}
	.lf_header_scroll #lf_logo {
    width: 169px;
	}
	#lf_gNav_toplink{
		display: none;
	}



	/*  #lf_g_nav(under 767px)
	--------------------------*/
	#lf_g_nav {
    top: 90px;
	}
	#lf_g_nav_upper ul li {
    padding-top: 8px;
    padding-bottom: 8px;
	}
	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl img.lf_sp {
    display: inline;
	}



	/*  #lf_g_nav_btn(under 767px)
	--------------------------*/
	#lf_g_nav_btn {
  width: 26px;
  height: 24px;
  top: 26px;
  right: 20px;
	}
	.lf_header_scroll #lf_g_nav_btn {
    top: 15px;
	}
	#lf_g_nav_btn .lf_nav_in .lf_brder {
    height: 4px;
	}
	.lf_nav_open #lf_g_nav_btn .lf_brder.b01 {
    transform: translateY(10px) rotate(-135deg);
    -webkit-transform: translateY(10px) rotate(-135deg);
    -moz-transform: translateY(10px) rotate(-135deg);
    -ms-transform: translateY(10px) rotate(-135deg);
	}
	#lf_g_nav_btn .lf_nav_in .lf_brder.b02 {
    margin-top: -2px;
	}
	.lf_nav_open #lf_g_nav_btn .lf_brder.b03 {
    transform: translateY(-10px) rotate(135deg);
    -webkit-transform: translateY(-10px) rotate(135deg);
    -moz-transform: translateY(-10px) rotate(135deg);
    -ms-transform: translateY(-10px) rotate(135deg);
	}



	/* #lf_container(under 767px)
	--------------------------*/
	#lf_container {
    padding-top: 74px;
	}



	/* #lf_footer(under 767px)
	--------------------------*/
	#lf_f_nav_in {
    padding-top: 26px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
	}
	#lf_f_nav_upper {
    display: block;
	}
	#lf_f_nav_upper .lf_f_nav_left {
    width: 100%;
    padding-top: 4px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 24px;
	}
	#lf_f_logo {
		width: 269px;
	}
	#lf_f_nav_upper .lf_f_nav_left .lf_address {
    padding-top: 10px;
	}
	#lf_f_nav_upper .lf_f_nav_left .lf_address > dl > dt {
    width: 62px;
	}
	#lf_f_nav_upper .lf_f_nav_left .lf_address > dl > dt .lf_txt,
	#lf_f_nav_upper .lf_f_nav_left .lf_address > dl > dd .lf_txt {
    font-size: 109%;
	}
	#lf_f_nav_upper .lf_f_nav_right {
    display: block;
    padding-left: 0;
	}
	#lf_f_nav_upper .lf_f_nav_right ul {
    padding-left: 0;
	}
	#lf_f_nav_upper .lf_f_nav_right ul li {
		padding-top: 0;
		padding-bottom: 0;
		border-top: 2px solid rgba(255, 255, 255, 0.2)
	}
	#lf_f_nav_upper .lf_f_nav_right ul li .lf_f_nav_upper_ttl span{
		display: block;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 20px;
		padding-left: 20px;
	}
	#lf_footer_btm_in {
    line-height: 40px;
	}
	#lf_copyright {
    font-size: 84%;
	}



	/* #lf_pagetop(under 767px)
	--------------------------*/
	#lf_pagetop {
    position: static;
		border-bottom: 2px solid rgba(255, 255, 255, 0.2)
	}
	#lf_pagetop i {
    width: 100%;
    height: 40px;
	}
	#lf_pagetop i:before {
    width: 14px;
    height: 14px;
		border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    top: 18px;
	}
	#lf_pagetop:hover i:before {
    top: 14px;
	}



	/*  #lf_main_view[under_page](under 767px)
	--------------------------*/
	.under_page #lf_main_view_in .lf_ttl {
    padding-top: 70px;
    padding-bottom: 70px;
	}
	.under_page #lf_main_view_in .lf_ttl img.lf_sp {
    display: inline;
	}



	/*  Common Parts(under 767px)
	--------------------------*/
	.lf_sec_header{
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.lf_sec_header .lf_sec_header_in .lf_ttl span img.lf_sp{
		display: inline;
	}
	.lf_sec_body{
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.lf_cmn_underline {
    padding-bottom: 8px;
    border-bottom: 2px solid #eeeae0;
	}
	.lf_cmn_underline::before {
    width: 30px;
    height: 2px;
    bottom: -2px;
	}



	/*  .lf_contact_wrap(under 767px)
	--------------------------*/
	.lf_contact_wrap .lf_contact_wrap_in {
    background-image: none;
	}
	.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul {
    height: auto;
	}
	.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li{
    width: 100%;
		display: block;
	}
	.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl {
    padding-top: 40px;
		padding-bottom: 46px;
	}
	.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dt {
    padding-top: 0;
	}
	.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd {
    padding-top: 16px;
	}
	.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p .lf_txt {
    font-size: 125%;
    padding-bottom: 10px;
	}
	.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p .lf_s_txt {
    font-size: 117%;
	}
	.lf_contact_wrap .lf_contact_wrap_in .lf_sec_body > ul > li > dl > dd > p img{
    width: 442px;
	}



	/*  #lf_bottom_wrap(under 767px)
	--------------------------*/
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body {
    padding-top: 20px;
    padding-bottom: 20px;
	}
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul {
    display: block;
	}
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li {
    width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
	}
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li .lf_btn_wrap .lf_btn_in {
    max-width: 300px;
    margin: 0 auto;
	}
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li .lf_btn_wrap .lf_btn_in .lf_btn {
    line-height: 60px;
    font-size: 134%;
    letter-spacing: 2px;
		padding-left: 20px;
	}
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li .lf_btn_wrap .lf_btn_in .lf_btn::before {
    width: 25px;
    left: 57px;
		margin-top: -22px;
	}
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li > dl {
    max-width: 400px;
		margin: 0 auto;
	}
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li > dl > dt {
    width: 64px;
	}
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li > dl > dt > img{
    width: 64px;
	}
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li > dl > dd {
    padding-left: 12px;
	}
	#lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body > ul > li > dl > dd .lf_txt {
    font-size: 117%;
	}













	/*==========================
    layout[lf_top_page](under 767px)
  ==========================*/
	.lf_top_page #lf_notice .lf_notice_in .lf_sec_header {
    padding-top: 48px;
	}
	.lf_top_page #lf_notice .lf_notice_in .lf_sec_body {
    padding-top: 26px;
    padding-bottom: 50px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > ul > li {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
	}
	.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > ul > li > dl > dd {
    padding-top: 14px;
	}
	.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > p {
    font-size: 117%;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
	}
	.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > p {
    padding-top: 2px;
    padding-right: 0;
    padding-left: 0;
	}



	.lf_top_page #lf_greeting .lf_greeting_in .lf_sec_header {
    padding-top: 48px;
	}
	.lf_top_page #lf_greeting .lf_greeting_in .lf_sec_body {
    padding-top: 26px;
    padding-bottom: 50px;
	}
	.lf_top_page #lf_greeting .lf_greeting_in .lf_sec_body > p {
    font-size: 117%;
    line-height: 2;
	}



	.lf_top_page #lf_about .lf_about_in .lf_sec_header {
    padding-top: 48px;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body {
    padding-top: 24px;
    padding-bottom: 30px;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li {
    padding-top: 20px;
    padding-bottom: 20px;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dt {
    padding-right: 0;
    padding-left: 0;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dt .lf_cmn_underline .sp480{
		display: none;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd {
    padding-top: 16px;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:first-child > dl > dd > ul > li {
    float: none;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:first-child > dl > dd > ul > li > img{
    width: 100%;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(2) > dl > dd > ul > li {
		width: 50%;
		float: left;
		padding-right: 4px;
		padding-left: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:first-child > dl > dd > ul > li .lf_txt {
		padding-top: 10px;
    font-size: 117%;
    line-height: 1.8;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(2) > dl > dd,
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(3) > dl > dd {
    padding-top: 12px;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > p {
    font-size: 117%;
    padding-right: 0;
    padding-left: 0;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dt {
    width: 47px;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dt > img{
    width: 47px;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd {
    padding-left: 12px;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd .lf_s_txt {
    font-size: 134%;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd .lf_txt {
    display: inline;
    font-size: 167%;
    font-weight: bold;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd .lf_price {
    padding-right: 0;
    padding-left: 0;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd .lf_price .lf_txt {
    font-size: 217%;
	}



	.lf_top_page #lf_item .lf_item_in .lf_sec_header {
    padding-top: 48px;
	}
	.lf_top_page #lf_item .lf_item_in .lf_sec_body {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
	}
	.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li {
    padding-right: 10px;
    padding-left: 10px;
	}
	.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd {
    padding-top: 12px;
	}
	.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_item_name {
    font-size: 167%;
	}
	.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_txt {
    font-size: 117%;
	}
	.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_price {
    font-size: 267%;
	}
	.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dd .lf_btn_wrap .lf_btn_in .lf_btn {
    height: 40px;
	}













	/*==========================
    layout[lf_about_page](under 767px)
  ==========================*/
	.lf_about_page #lf_salon .lf_salon_in .lf_sec_header {
    padding-top: 48px;
	}
	.lf_about_page #lf_salon .lf_salon_in .lf_sec_body{
		padding-top: 10px;
	}
	.lf_about_page #lf_salon .lf_salon_in .lf_sec_body .lf_txt_wrap > dl {
    padding-top: 2px;
    padding-bottom: 2px;
	}
	.lf_about_page #lf_salon .lf_salon_in .lf_sec_body .lf_txt_wrap > dl > dt {
    width: 22px;
	}
	.lf_about_page #lf_salon .lf_salon_in .lf_sec_body .lf_txt_wrap > dl > dt .lf_txt,
	.lf_about_page #lf_salon .lf_salon_in .lf_sec_body .lf_txt_wrap > dl > dd .lf_txt {
    font-size: 134%;
	}



	.lf_about_page #lf_about .lf_about_in .lf_sec_header {
    padding-top: 30px;
	}
	.lf_about_page #lf_about .lf_about_in .lf_sec_body {
    padding-top: 16px;
    padding-bottom: 60px;
	}
	.lf_about_page #lf_about .lf_about_in .lf_sec_body > ul > li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
	}
	.lf_about_page #lf_about .lf_about_in .lf_sec_body > ul > li:last-child {
		padding-top: 12px;
	}
	.lf_about_page #lf_about .lf_about_in .lf_sec_body > ul > li .lf_txt {
    font-size: 117%;
    line-height: 1.8;
	}













	/*==========================
    layout[lf_mokuzu_crab_page](under 767px)
  ==========================*/
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body {
    padding-top: 38px;
    padding-bottom: 24px;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li {
    padding-top: 16px;
    padding-bottom: 16px;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dt {
    padding-right: 0;
    padding-left: 0;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dt .lf_cmn_underline .sp480{
		display: none;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd {
    padding-top: 10px;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd .lf_txt01 {
    font-size: 117%;
    padding-right: 0;
    padding-left: 0;
    line-height: 2;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li:first-child > dl > dd > ul > li {
    float: none;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li:nth-child(4) > dl > dd > ul > li {
		width: 50%;
		float: left;
		padding-right: 4px;
		padding-left: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > p {
    font-size: 117%;
    padding-right: 0;
    padding-left: 0;
		line-height: 2;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dt {
    width: 47px;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dt > img{
    width: 47px;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd {
    padding-left: 12px;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd .lf_s_txt {
    font-size: 134%;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd > ul > li > dl > dd .lf_txt {
    display: inline;
    font-size: 167%;
    font-weight: bold;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd .lf_price {
    padding-right: 0;
    padding-left: 0;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd .lf_price .lf_txt {
    font-size: 217%;
	}













	/*==========================
    layout[lf_cooking_page](under 767px)
  ==========================*/
	.lf_cooking_page #lf_eat .lf_eat_in .lf_sec_header {
    padding-top: 48px;
	}
	.lf_cooking_page #lf_eat .lf_eat_in .lf_sec_body {
    padding-top: 10px;
	}
	.lf_cooking_page #lf_eat .lf_eat_in .lf_sec_body .lf_txt {
    font-size: 117%;
    line-height: 2;
	}



	.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_header {
    padding-top: 30px;
	}
	.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body {
    padding-bottom: 50px;
	}
	.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li {
    padding-top: 16px;
    padding-bottom: 16px;
	}
	.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
	}
	.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > img {
    width: 100%;
	}
	.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl {
    padding-top: 16px;
	}
	.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl > dt .lf_txt {
    width: 90px;
    line-height: 24px;
    font-size: 117%;
	}
	.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl > dd {
    padding-top: 4px;
	}
	.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl > dd .lf_txt {
    font-size: 117%;
	}
	.lf_cooking_page #lf_cooking .lf_cooking_in .lf_sec_body > ul > li > ul > li > dl.lf_bottom {
    padding-top: 14px;
	}













	/*==========================
    layout[lf_cooking_page](under 767px)
  ==========================*/
	.lf_qa_page #lf_qa .lf_qa_in .lf_sec_header {
    padding-top: 52px;
	}
	.lf_qa_page #lf_qa .lf_qa_in .lf_sec_header.padt_short {
    padding-top: 36px;
	}
	.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body {
    padding-top: 6px;
    padding-bottom: 50px;
	}
	.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
	}
	.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li > dl > dt {
    width: 28px;
	}
	.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li > dl > dt .lf_txt {
    font-size: 184%;
	}
	.lf_qa_page #lf_qa .lf_qa_in .lf_sec_body > ul > li > dl > dd .lf_txt {
    font-size: 134%;
	}













	/*==========================
    layout[lf_cooking_page](under 767px)
  ==========================*/
	.lf_delivery_page #lf_item .lf_item_in .lf_sec_header {
    padding-top: 52px;
	}
	.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
	}
	.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul > li > dl > dt .lf_txt {
    font-size: 134%;
	}
	.lf_delivery_page #lf_item .lf_item_in .lf_sec_body > ul > li > dl > dd .lf_txt {
    font-size: 134%;
	}



	.lf_delivery_page #lf_shipping .lf_shipping_in .lf_sec_header {
    padding-top: 22px;
	}
	.lf_delivery_page #lf_shipping .lf_shipping_in .lf_sec_body > p {
    font-size: 134%;
	}



	.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_header {
    padding-top: 28px;
	}
	.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body {
    padding-bottom: 36px;
	}
	.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
	}
	.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body > ul > li > dl > dt .lf_txt {
    font-size: 134%;
	}
	.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body > ul > li > dl > dd .lf_txt {
    font-size: 134%;
	}
	.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body .lf_btn_wrap .lf_btn_in {
    max-width: 250px;
	}
	.lf_delivery_page #lf_payment .lf_payment_in .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn {
    height: 40px;
	}



















	/*==========================
    layout[lf_error_page](under 767px)
  ==========================*/
	.lf_error_page #lf_error .lf_sec_header {
    padding-top: 48px;
	}
	.lf_error_page #lf_error .lf_sec_header .lf_sec_header_in .lf_ttl .sp480{
		display: none;
	}
	.lf_error_page #lf_error .lf_sec_body {
    padding-top: 26px;
    padding-bottom: 60px;
	}
	.lf_error_page #lf_error .lf_sec_body .lf_cont > p {
    padding-bottom: 16px;
	}
	.lf_error_page #lf_error .lf_sec_body .lf_cont > p .lf_txt {
    font-size: 109%;
	}
	.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in {
    padding-top: 20px;
    max-width: 250px;
	}
	.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in .lf_btn {
    height: 43px;
	}



}

















/*==================================================

	Media Queries for window size under640px

====================================================*/
@media screen and (max-width: 640px) {


	/* Br(under 640px)
	--------------------------*/
	.br_640{
		display: inline;
	}








	/*==========================
    layout[lf_top_page](under 640px)
  ==========================*/
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(2) > dl > dd > ul > li {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
	}



	.lf_top_page #lf_item .lf_item_in .lf_sec_body {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
	}
	.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
	}
	.lf_top_page #lf_item .lf_item_in .lf_sec_body > ul > li dl > dt > img{
		width: 100%;
	}








	/*==========================
    layout[lf_mokuzu_crab_page](under 640px)
  ==========================*/
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li:nth-child(4) > dl > dd > ul > li {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
	}




}

















/*==================================================

	Media Queries for window size under480px

====================================================*/
@media screen and (max-width: 480px) {


	/* Br(under 480px)
	--------------------------*/
	.br_480{
		display: inline;
	}





	/*==========================
    layout[lf_top_page](under 480px)
  ==========================*/
	.lf_top_page #lf_notice .lf_notice_in .lf_sec_body {
    padding-top: 16px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
	}
	/* .lf_top_page #lf_notice .lf_notice_in .lf_sec_body > ul > li {
    width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
	}
	.lf_top_page #lf_notice .lf_notice_in .lf_sec_body > p {
    padding-top: 2px;
    padding-right: 0;
    padding-left: 0;
	} */



	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(2) > dl > dt .lf_cmn_underline .lf_sp {
    display: none;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li:nth-child(2) > dl > dt .lf_cmn_underline .sp480 {
    display: inline;
	}
	.lf_top_page #lf_about .lf_about_in .lf_sec_body > ul > li > dl > dd .lf_price .lf_txt {
    font-size: 150%;
	}










	/*==========================
    layout[lf_mokuzu_crab_page](under 480px)
  ==========================*/
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li:nth-child(4) > dl > dt .lf_cmn_underline .lf_sp {
    display: none;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li:nth-child(4) > dl > dt .lf_cmn_underline .sp480 {
    display: inline;
	}
	.lf_mokuzu_crab_page #lf_mokuzu_crab .lf_mokuzu_crab_in .lf_sec_body > ul > li > dl > dd .lf_price .lf_txt {
    font-size: 150%;
	}










	/*==========================
    layout[lf_mokuzu_crab_page](under 480px)
  ==========================*/
	.lf_error_page #lf_error .lf_sec_header .lf_sec_header_in .lf_ttl .lf_sp {
    display: none;
	}
	.lf_error_page #lf_error .lf_sec_header .lf_sec_header_in .lf_ttl .sp480 {
    display: inline;
	}



}

















/*==================================================

	汎用css

====================================================*/
.no-wrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	text-align: left;
}



/* clearfix
--------------------------*/
.clearfix{
	zoom: 1; /* for IE 5.5-7 */
}
.clearfix:after {/* for modern browser */
	content: "";
	display: block;
	clear: both;
}
